@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-bold';
    src: url('../Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/ontserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-BoldItalic';
    src: url('../fonts/Montserrat-BoldItalic.eot');
    src: url('../fonts/Montserrat-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-BoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-BoldItalic.woff') format('woff'),
        url('../fonts/Montserrat-BoldItalic.ttf') format('truetype'),
        url('../fonts/Montserrat-BoldItalic.svg#Montserrat-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff'),
        url('../fonts/Montserrat-Light.ttf') format('truetype'),
        url('../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Thin';
    src: url('../fonts/Montserrat-Thin.eot');
    src: url('../fonts/Montserrat-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Thin.woff2') format('woff2'),
        url('../fonts/Montserrat-Thin.woff') format('woff'),
        url('../fonts/Montserrat-Thin.ttf') format('truetype'),
        url('../fonts/Montserrat-Thin.svg#Montserrat-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
body{
    color: #2D3A49;
    font-family: 'Montserrat';
    background-color: #000;
}

a{
    text-decoration: none;
    cursor: pointer;
}
.container-fluid{
   padding: 0px;
}
.position-relative{
    position: relative;
}
li{
    list-style: none;
}
 button:focus{
    box-shadow: none !important;
    outline: 0;
 }

/* ========start header============ */
header{
    z-index: 99;
    position: relative;
}
header .navbar{

background: #FDF3E9;
padding: 14px 0px;

}

header .header-topline{
   
    height: 10px;
    background: #E31E25;
    }
    header .navbar-brand img  {
        width: 100%;
        display: block;
        float: left;
        max-width: 303px;
    }

.navbar .book-demo {

background: linear-gradient(180deg, #2D3A49 23.47%, #526985 100%);
border-radius: 30px;
color: #fff;
padding: 12px 20px;
margin-left: 20px;
transition: 0.4s;

}
.navbar .book-demo:hover {

    background: linear-gradient(180deg, #E31E25 23.47%, #A81E22 100%);
    
    }
.navbar label.main-contact{
display: flex;
align-items: center;
margin-right:10px;
}

.navbar .right-header {
    display: flex;
    align-items: center;
}

.navbar label.main-contact div a{
    font-style: normal;
font-weight: 500;
font-size: 15px;
text-align: center;
color: #2D3A49;
display: inline-block;

}
.navbar label.main-contact div a:hover{
color: #E31E25;
}
.navbar label div img{
 width: 20px;
 margin-right:8px;
}
header .navbar-toggler{
   margin-left: 10px;
}

.navbar-toggler .bar1,.navbar-toggler .bar2,.navbar-toggler .bar3 {
    width: 35px;
    height:4px;
    background-color:#E31E25;
    margin: 6px 0;
    transition: 0.4s;
  }
   .change .bar1 {
 
    background-color:#2D3A49;

  }
  
   .change .bar2 {
    background-color:#2D3A49;
    width:20px;
    margin-left: auto;
   }
  
  .change .bar3 {
    background-color:#2D3A49;
   
  }
  .navbar-toggler:focus {
    box-shadow:none;
}
    header .navbar-collapse{
        position: relative;
        height: 0px !important;
    }
    header ul.navbar-nav {
        padding: 20px;
        position: absolute;
        background:#e31e25d1;
        width: 100%;
        display: block;
        top: 14px;
    }
header .navbar-nav .nav-link {
   
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 10px;
   padding: 5px 10px;
}
header .navbar-nav .nav-link:hover {
    color: #2D3A49;
}
/* =====end header========= */
.banner-section {
    background-image: url(../images/banner-bg.png);
    height:100vh;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    position: relative;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.banner-section .overlay{
    position: absolute;
    background-color:#2d3a49b3;
    left: 0;
    top: 0;
    right:0;
    bottom: 0;
}
.banner-section .container{
    position: relative;
    z-index: 9999;
}
.banner-section .banner-text{
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}



.banner-section .banner-text h2 {
    display: inline-block;
    position: relative;
   
  }
  /*  */
 
  @keyframes banner-text-animation {
    
    
  
    100% {border-color:#E31E25; transform: scaleX(1);}
    75%  {border-color:rgb(240, 155, 197); transform: scaleX(0.7); }
    50%  {border-color:rgb(240, 155, 197); transform: scaleX(0.5);}
    25%  {border-color:#fff; transform: scaleX(0.3);}
    0%   {
        border-color:#fff;transform: scaleX(0);}

  }

.banner-section .banner-text h2::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom:4px solid #9CF5A6;
   border-radius: 5px;
    transform: scaleX(0);
   animation-name: banner-text-animation;
    animation-duration:9s;
    transition-timing-function: linear;
    transition-delay:1s;
    animation-iteration-count: infinite;
  }
  
  /*  */
  marquee {
    width: auto;
    height:30px;
    font-family: 'Montserrat-light';
    transition-duration: 4s;
    font-weight: 300;

    font-style: normal;
    
}


/*  */
.banner-section .banner-text h2{
    padding-bottom: 8px;
    font-style: normal;
font-weight: 700;
font-size:45px;
line-height: 140%;
text-align: center;
text-transform: capitalize;
color: #FEF6F6;
text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);

}

.banner-section .banner-text h4{
    margin-top: 20px;
    font-family: 'Montserrat-Light';
font-style: normal;
font-weight: 300;
font-size:28px;
line-height: 140%;
text-align: center;
text-transform: capitalize;
color: #FEF6F6;
text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
}

.banner-section .logo-img img{
    margin-bottom: 30px;
}
.social-icon{
    text-align: center;
    margin-top: 30px;
}
.social-icon ul{
    padding-left: 0px;
    display: flex;
    justify-content: center;
}
.social-icon ul li{
    margin: 0px 8px;
}
.social-icon img {
    width: 100%;
    max-width: 38px;
}
/*--====== section title====-- */
.section-title{
    text-align: center;
    margin:30px 0px;
    display: block;
    width: 100%;
    margin-bottom: 50px;
}
.section-title h2{
    font-family: 'Montserrat-bold';
font-style: normal;
font-weight: bold;
font-size:38px;
text-align: center;
color: #E31E25;
display: inline-block;
position: relative;
text-transform: capitalize;

}
.section-title h2::after{
    content: "";
    background-color: #E31E25;
    width: 4px;
    height: 36px;
    position: absolute;
    top: 5px;
    right: -25px;
}
.section-title h2 span{
    color: #2D3A49;
    font-family: 'Montserrat-light';
    font-weight: 300;
}

.footer-line {
    background-color:#E31E25;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.footer-line p{
    font-family: 'Montserrat-Thin';
    text-align: center;
    color: #fff;
    font-size:14px;
    padding:8px 12px;
    margin-bottom: 0px;
}

/* ----=======start responsive==========----*/
/* @media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1440px;
}
} */
@media only screen and (max-width: 1199px) {
    .institutes-section .institute-box .footer-btns {
        justify-content: space-around;
    }
footer .footer-logo {
    width: 100%;
}
.contact-section form {
    width:100%;
    margin: auto;
}
.banner-section .banner-text h2 {

    font-size: 40px;
}
.banner-section .banner-text h4 {
    font-size: 28px;
    margin-top: 10px;
}

}


@media only screen and (max-width: 991px) {
    .banner-section .banner-text h2::before {
       border-bottom: 3px solid #9CF5A6
    }
    marquee {
       height: 18px;
    }
    .banner-section .logo-img img {
        margin-bottom:25px;
        max-width: 70%;
    }
   
    .banner-section .banner-text h2 {
        font-size: 30px;
    }
    .banner-section .banner-text h4 {
        font-size: 20px;
    }


}


@media only screen and (max-width: 767px) {
    .banner-section .logo-img img {
        margin-bottom:30px;
        max-width: 60%;
    }
    .banner-section .logo-img img.green-icon-img {
       width:50px;
       max-width: unset;
    }
    
    marquee {
    width: auto;
    height: 15px;
    
}
.banner-section .banner-text {
  padding: 0px 12px;
}
    .banner-section .banner-text h2 {
        font-size: 24px;
    }
    .banner-section .banner-text h4 {
        font-size: 16px;
            margin-top: 10px;
    }
   
}

@media only screen and (max-width: 575px) {
    .footer-line p {
       font-size: 13px;
    }
    .banner-section .banner-text h4 {
        font-size: 14px;
    }
 

.banner-section .banner-text h2 {
    font-size: 22px;
}

}
@media only screen and (max-width:480px){

.banner-section .banner-text h2 {
    font-size: 20px;
}
}
