* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: 'Acumin Pro';
}

.overflow-hidden{
    overflow: hidden;
}

img {
    max-width: 100%;
    margin: 0 auto;
}

ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 0px;
}

:focus {
    outline: none;
    box-shadow: none;
}

.nav-link:focus,
.nav-link:hover {
    color: unset;
}

a {
    text-decoration: none;
    display: inline-block;
}

/* a:hover{
    color: unset !important;
} */


/* FONT FAMILY START */

@font-face {
    font-family: 'Acumin Pro';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Acumin-RPro.woff') format('woff');
}


@font-face {
    font-family: 'Acumin Pro Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Acumin-ItPro.woff') format('woff');
}


@font-face {
    font-family: 'Acumin Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Acumin-BdPro.woff') format('woff');
}


@font-face {
    font-family: 'Acumin Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Acumin-BdItPro.woff') format('woff');
}

/* FONT FAMILY END */

/* HEADER CSS START */
header {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    padding-top: 44px;
    z-index: 99;
}
header .navbar{
    padding: 0px !important;
}
header .navbar .container{
    align-items: flex-end;
}
header .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

header .navbar-expand-lg .navbar-nav .nav-link{
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    margin-right: 68px;
    padding: 0px !important;
    letter-spacing: 1px;
    position: relative;
    border-bottom: 2px solid transparent;
}
header .navbar-expand-lg .navbar-nav .nav-link.active{
    /* width: 25px; */
    position: relative;
}
header .navbar-expand-lg .navbar-nav .nav-link.active::after{
    content: "";
    background-color: #e81b24;
    height: 2px;
    width: 25px;
    position: absolute;
    left: 0px;
    bottom: -3px;
    z-index: 99;
}
header .navbar-expand-lg .navbar-nav .nav-link::before{
    content: "";
    position: absolute;
    background-color: #e81b24;
    height: 2px;
    width: 0px;
    bottom: -3px;
    left: 0;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}
header .navbar-expand-lg .navbar-nav .nav-link:hover::before{
    width: 100%;
    opacity: 1;
}

header .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link{
    margin-right: 0px;
}

header .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    margin-right: 152px;
}

.header-btn{
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    background-color: #e81b24;
    text-transform: uppercase;
    padding: 16px 51px;
    letter-spacing: 2px;
}
header .navbar-brand{
    max-width: 250px;
    width: 100%;
}

/* HEADER CSS END */

/* BANNER CSS START */
.banner-outerwrap {
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    position: relative;
}

/* .banner-outerwrap::before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
} */

.banner-outerwrap::after {
    content: "";
    position: absolute;
    background-image: url(../images/layers.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
    bottom: -430px;
    left: 50%;
    transform: translateX(-50%);
}

.banner-innerwrap {
    padding: 220px 0px 150px;
    text-align: center;
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
.banner-innerwrap h1{
    font-size: 45px;
    line-height: 2;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 58px;
    letter-spacing: 7px;
}

/* BANNER CSS START */

/* MISSION SEC START */
.mission-sec-outerwrap{
    background-image: linear-gradient(to right bottom, #e91c24, #d51923, #c01621, #ad131f, #99111c);
    text-align: center;
    padding: 111px 0 134px;
}
.mission-sec-innerwrap h4{
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 18px;
    letter-spacing: 2px;
}
.mission-sec-innerwrap h2{
    font-size: 47px;
    line-height: 1.2;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 83px;
    letter-spacing: 3px;
}
.mission-sec-innerwrap p{
    font-size: 17px;
    line-height: 1.2;
    color: #e6cfd1;
    font-weight: 400;
    max-width: 65%;
    margin: 0 auto;
}
.mission-sec-innerwrap{
    position: relative;
}
/* MISSION SEC END */

/* FOOTER SEC START */
footer{
    background-color: #000000;
    padding: 76px 0px;
}
.footer-logo {
    width: 100%;
    max-width: 250px;
}
.footer-links-outewrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-links ul li ,
.footer-contact ul li{
    margin-bottom: 21px;
}
.footer-links ul li:last-child ,
.footer-contact ul li:last-child{
    margin-bottom: 0px;
}
.footer-links ul li a,
.footer-contact ul li a{
    font-size: 13px;
    line-height: 1.2;
    color: #808080;
    text-transform: uppercase;
}
.footer-contact ul li:first-child a {
    color: #fff;
}
.footer-contact ul li:last-child a {
    color: #ce131c;
}
/* FOOTER SEC END */

/* ABOUT SEC CSS START */
#about-banner{
    background-image: url(../images/about-banner-bg.png);
}
#about-banner::after{
    content: unset;
}
#about-banner h1{
    font-size: 87px;
    line-height: 1.2;
    margin-bottom: 0px;
}
/* ABOUT SEC CSS END */

/* ADMINISTRATION SEC START */
.administration-sec-innerwrap{
    padding: 83px 0px 94px;
    text-align: center;
}
.administration-sec-outerwrap hr{
    margin: 0px;
}
.administration-sec-innerwrap h5{
    font-size: 24px;
    line-height: 1.2;
    color: #f11825;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 19px;
    letter-spacing: 1px;
}
.administration-sec-innerwrap h2{
    font-size: 47px;
    line-height: 1.2;
    color: #262626;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 61px;
    letter-spacing: 1px;
}
.administration-sec-innerwrap p{
    font-size: 17px;
    line-height: 1.2;
    color: #7b7b7b;
    font-weight: 400;
    max-width: 72%;
    margin: 0 auto 31px;
}
/* ADMINISTRATION SEC END */

/* OPPORTUNITIES SEC START */
#opportunities-banner{
    background-image: url(../images/opportunities-banner-bg.png);
}
#opportunities-banner h1{
    font-size: 85px;
    line-height: 1.2;
}
#opportunities-banner::after{
    content: unset;
}
/* OPPORTUNITIES SEC END */

/* PARTNERS SEC START */
#partners-banner{
    background-image: url(../images/partners-banner-bg.png);
}
#partners-banner::after{
    content: unset;
}
.partners-sec-outerwrap{
    padding: 110px 0px;
}
.partners-sec-img{
    max-width: 60%;
    margin: 0 auto 25px;
}
/* PARTNERS SEC END */

/* HAMBURGER CSS START */
  
  /* CLEARFIX */
  
  /* ALL */
  
  header .row .three{
    padding: 80px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2c3e50;
    color: #ecf0f1;
    text-align: center;
  }
  
  header .hamburger .line{
    width: 50px;
    height: 3px;
    background-color: #e81b24;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  header .hamburger:hover{
    cursor: pointer;
  }
  
  /* ONE */
  
  header #hamburger-1.is-active .line:nth-child(2){
    opacity: 0;
  }
  
  header #hamburger-1.is-active .line:nth-child(1){
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
  }
  
  header #hamburger-1.is-active .line:nth-child(3){
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
  }
  

  
  @keyframes smallbig{
    0%, 100%{
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  
    50%{
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
    }
  }
  

  
/* HAMBURGER CSS END */

/* MEDIA QUERY START  */
@media only screen and (max-width: 1440px) {
    .banner-innerwrap h1 {
        font-size: 39px;
    }
    header .navbar-expand-lg .navbar-nav {
        margin-right: 52px;
    }
    .navbar-brand {
        max-width: 220px;
    }    
    .banner-outerwrap::after {
        bottom: -410px;
    }
}
@media only screen and (max-width: 1366px) {
    header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 15px;
    }
    .header-btn {
        font-size: 14px;
    }
    .navbar-brand {
        max-width: 200px;
    }
    .banner-innerwrap h1 {
        font-size: 33px;
        margin-bottom: 38px;
    }
    .mission-sec-innerwrap h2 {
        font-size: 40px;
        margin-bottom: 54px;
    }
    #about-banner h1 {
        font-size: 77px;
    }
    #opportunities-banner h1 {
        font-size: 75px;
        line-height: 1.2;
    }
}
@media only screen and (max-width: 1199px) {
    header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
        margin-right: 38px;
    }
    .header-btn {
        padding: 13px 31px;
    }
    .banner-innerwrap h1 {
        font-size: 26px;
    }
    .mission-sec-innerwrap h2 {
        font-size: 37px;
        margin-bottom: 44px;
    }
    .mission-sec-outerwrap {
        padding: 91px 0 84px;
    }
    .footer-logo {
        max-width: 200px;
    }
    #about-banner h1 {
        font-size: 57px;
    }
    .administration-sec-innerwrap {
        padding: 63px 0px;
    }
    .administration-sec-innerwrap h5 {
        font-size: 21px;
        margin-bottom: 9px;
    }
    .administration-sec-innerwrap h2 {
        font-size: 39px;
        margin-bottom: 31px;
    }
    .administration-sec-innerwrap p {
        font-size: 15px;
    }    
    #opportunities-banner h1 {
        font-size: 65px;
    }
}
@media only screen and (max-width: 991px){
    .mission-sec-innerwrap h2 {
        font-size: 29px;
        margin-bottom: 34px;
    }
    .banner-innerwrap h1 {
        font-size: 23px;
        margin-bottom: 18px;
    }
    .mission-sec-innerwrap p {
        max-width: 85%;
    }
    header .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 14px;
    }
    header .navbar-expand-lg .navbar-nav .nav-link {
        margin-bottom: 6px;
    }
    header .navbar-expand-lg .navbar-collapse{
        text-align: center;
    }
    #about-banner h1 {
        font-size: 47px;
    }
    .administration-sec-innerwrap h2 {
        font-size: 38px;
        margin-bottom: 11px;
    }
    .administration-sec-innerwrap p {
        max-width: 92%;
    }
    .administration-sec-innerwrap {
        padding: 63px 0px 23px;
    }
    .administration-sec-innerwrap h2 {
        font-size: 35px;
    }   
    #opportunities-banner h1 {
        font-size: 55px;
    } 
    /* .footer-links-outewrap {
        flex-direction: column;
    } */
}
@media only screen and (max-width: 767px){
    .mission-sec-outerwrap {
        padding: 61px 0;
    }
    .mission-sec-innerwrap h4 {
        font-size: 19px;
        margin-bottom: 12px;
    }
    .mission-sec-innerwrap h2 {
        font-size: 27px;
        margin-bottom: 14px;
    }
    .mission-sec-innerwrap p {
        font-size: 14px;
    }
    .footer-logo{
        margin-bottom: 24px;
    }
    .footer-links-outewrap{
        flex-direction: column;
    }
    .footer-links ul li:last-child, .footer-contact ul li:last-child {
        margin-bottom: 21px;
    }
    footer {
        padding: 36px 0px 25px;
    }
    .administration-sec-innerwrap p {
        max-width: 100%;
        font-size: 14px;
    }
    .administration-sec-innerwrap h2 {
        font-size: 33px;
        margin-bottom: 11px;
    }
    #opportunities-banner h1 {
        font-size: 45px;
    }
}
@media only screen and (max-width: 640px){
    #about-banner h1 {
        font-size: 43px;
    }
    #opportunities-banner h1 {
        font-size: 35px;
    }
}
@media only screen and (max-width: 480px){
    .banner-innerwrap h1 {
        font-size: 19px;
    }
    .mission-sec-innerwrap h2 {
        font-size: 23px;
    }
    .mission-sec-innerwrap p {
        max-width: 100%;
    }
    header .navbar-brand {
        max-width: 190px;
    }
    .administration-sec-innerwrap {
        padding: 43px 0px 13px;
    }
    .administration-sec-innerwrap h2 {
        font-size: 29px;
        margin-bottom: 7px;
    }
    #opportunities-banner h1 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 375px){
    #about-banner h1 {
        font-size: 37px;
    }
}
@media only screen and (max-width: 320px){
    .administration-sec-innerwrap h5 {
        font-size: 19px;
        margin-bottom: 9px;
    }
    .administration-sec-innerwrap h2 {
        font-size: 25px;
    }
}
/* MEDIA QUERY END  */