
/* Reset Css */

*{
    padding: 0;
    margin: 0;
}


/* Typo Text Styles */

.iravan-section-heading{
    color: #0a6698;
    font-family: 'Roboto';
    font-weight: bold;
    font-style: normal;
    font-size: 45px;
}

.iravan-section-heading{
    @media (max-width: 576px){
        font-size: 24px;
    }
    
}





.iravan-section-para{
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
}

.iravan-primary-heading{
    color: #000;
    font-family: 'Roboto';
    font-weight: 800;
    font-style: normal;
    font-size: 46px;

}

.iravan-primary-heading{
    @media (max-width: 576px){
        font-size: 24px;
    }
    
}
.align-text-center{
    align-items: center;
}
/* Spaces */

.section-block{
    padding: 90px 0px;
}

/* Bg-color and colors */

.grey-bg{
    background-color: #d8d8d8;
}

.card{
    background-color: #fff;
    padding: 40px;
}

.card-block{
    margin: 30px 0px;
}

.card-heading{
    font-family: 'Roboto';
    font-weight: bold;
    font-style: normal;
}

.iravan-icon i{
    font-size: 40px;
    color: #ea9342;
    margin-bottom: 30px;
}

.btn-primary{
    background-color: #ea9342 !important;
    border-color: #ea9342 !important;
}

.footer-bg{
    background-color: #0a6698;
    padding: 90px 0px 20px 0px;
}


.navbar{
    border-bottom: 2px solid #0a6698;
}
/* Bootstrap overwrite */

.hero-banner{
    position: relative;
}


.banner-text{
    position: absolute;
    top: 33%;
    left: 7%;
}

.banner-text{
    @media (max-width: 576px){
    
        top: 22% !important;
        left: 5%;
}
}



.banner-text{
    @media(max-width: 768px){ 
        top: 26%;
        left: 7%;

    } 
    
}

.banner-text h4{
    color: #ffffff;
    font-size: 51px;
    font-family: 'Roboto';
    font-weight: bold;
    font-style: normal;
    width: 52%;
    text-align: center;
}


.banner-text h4{
    @media (max-width: 576px){
        font-size: 16px !important;
}
}


.banner-text h4{
    @media (max-width: 768px){ 
        font-size: 33px;
    } 
}

.banner-text span{ 
    color: #ea9342;
   
}


.footer-logo{
    background-color: #fff;
    padding: 10px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {

    @media (min-width: 1400px){
        max-width: 1140px !important;
    }
 
}


.footer-text{
    color: #fff;
    font-family: 'Roboto';
    
}

.footer-text p{
    margin-bottom: 0 !important;
}


/* Header */

.ml-auto{
    margin-left: auto;
}

.navbar-light .navbar-nav .nav-link{
    color: #0a6698 !important;
    font-weight: 500 !important;
}

.navbar-light .navbar-nav .nav-link.active{
    border-bottom: 3px solid #0a6698;
}

.navbar-light .navbar-nav .nav-link:hover{
   
border-bottom: 3px solid #0a6698;

}

/* social-media-icons */

.social-media-icons{
    list-style: none;
    padding-left: 0;
    display: flex;
}

.social-media-icons li{
    font-size: 25px;
    background: #fff;
    padding: 10px 20px;
    margin-right: 10px;
}




.social-media-icons li i{
    color: #262626;
}

