@font-face {
    font-family: 'ArnoPro-semi';
    src: url('../fonts/ArnoPro-Smbd.eot');
    src: url('../fonts/ArnoPro-Smbd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArnoPro-Smbd.woff2') format('woff2'),
        url('../fonts/ArnoPro-Smbd.woff') format('woff'),
        url('../fonts/ArnoPro-Smbd.ttf') format('truetype'),
        url('../fonts/ArnoPro-Smbd.svg#ArnoPro-Smbd') format('svg');
    font-style: normal;
}
@font-face {
    font-family: 'ArnoPro-Bold';
    src: url('../fonts/ArnoPro-Bold.eot');
    src: url('../fonts/ArnoPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArnoPro-Bold.woff2') format('woff2'),
        url('../fonts/ArnoPro-Bold.woff') format('woff'),
        url('../fonts/ArnoPro-Bold.ttf') format('truetype'),
        url('../fonts/ArnoPro-Bold.svg#ArnoPro-Bold') format('svg');
        font-weight:bold;
}


/* ======================================| Typography |======================================= */
body{
    color:#636363;
    font-family: 'Noto Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Nunito', sans-serif;
    color: #00467b;
    font-weight: 600;
    letter-spacing: 1px;
}
h1{
    font-size:2em;
    text-transform: uppercase;
    margin:0;
    padding:0;
    letter-spacing: 2px;
}
h2{
    font-size:1.750em;
    text-transform: uppercase;
    margin:0;
    padding:0;
    letter-spacing: 2px;
}
h3{
    font-size:1.5em;
    text-transform: uppercase;
    margin:0;
    padding:0;
    letter-spacing: 2px;
}
h4{
    font-size:1.25em;
    text-transform: uppercase;
    margin:0;
    padding:0 0 25px;
    letter-spacing: 3px;
}
h5{
    font-size:22px;
    text-transform: uppercase;
    margin:0;
    padding:0 0 10px;
    color:#262626;
}
p{
    font-family: 'Noto Sans', sans-serif;
    line-height: 1.6;
    margin-bottom: 16px;
    color:#636363;
    font-size:16px;

}
p:last-child{
    margin-bottom: 0;

}
.text-inherit{
    text-transform: inherit !important;
}


.wr-main{
    margin:0;
    padding:0;
}

/* ======================================| Header |======================================= */
.header{
    position: relative;
}
.header-banner{
    width:100%;
    height:auto;
}
.main-nav{
    position:fixed;
    top:30px;
    right:30px;
    padding: 20px 30px;
    background-color: rgba(0,0,0,0.8);
    border-radius: 10px;
}
.main-nav ul{
    margin:0;
    padding:0;
    float: right;;
}

.main-nav ul li{
    display:inline-block;
    font-size:16px;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 2px;;
    padding-right:30px;
}
.main-nav ul li:last-child{
    padding-right:0;
}
.main-nav ul li a{
    text-decoration: none;
    color: #fff;
}
.main-nav a.mPS2id-highlight, .main-nav a.mPS2id-highlight:hover, .main-nav a:hover {
    color: #45e5ff;
}
@media only screen and (max-width: 1023px){
    .main-nav{
        display:none;
    }
    .main-nav.opened{
        display:block;
        right:80px;
    }
    .menuIcon{
        display:block;
        position: fixed;
    }
    .main-nav ul li{
        display:block;
        padding-right:0;
        margin-bottom: 20px;

    }
    .main-nav ul li:last-child{
        display:block;
        padding-right:0;
        margin-bottom: 0;
    }
}




.mission-vission{
    padding-top:90px;
    padding-bottom:90px;
}
.mv-slot{
    padding-left:30px;
    padding-right:30px;
    text-align: center;
    font-family: 'Open Sans' ;
}
.mv-slot h3{
    font-size:34px;
    color: #2181cb;
    text-transform: uppercase;
    font-weight: bold;
    margin:0;
    padding:10px 0 20px;
    font-family: 'ArnoPro-Bold';
}
.mv-slot p{
    font-size:18px;
    line-height: 30px;
    color: #636363;
    margin:0;
    padding:0;
}

section.objectives {
    text-align: center;
    padding-top:90px;
    padding-bottom:90px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003756+0,021420+74 */
background: #003756; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #003756 0%, #021420 74%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #003756 0%,#021420 74%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #003756 0%,#021420 74%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003756', endColorstr='#021420',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
section.objectives h3{
    margin:0;
    font-size:30px;
    color:#fff;
    position: relative;
    padding-left:85px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'ArnoPro-semi';
    margin-bottom: 50px;
}
section.objectives h3:after{
    margin:0;
    font-size:30px;
    color:#fff;
    position: absolute;
    content:'';
    background: url("../images/objective-icon.png") no-repeat;
    height:55px;
    width:55px;
    left:0;
    top:-10px;
}
section.objectives ul{
    margin: 0;
    padding: 0;
}
section.objectives ul li{
    list-style:none;
    font-size:16px;
    color:#fff;
    padding-bottom: 20px;
    line-height: 28px;
    font-family: 'Open Sans' ;
}
section.objectives ul li:last-child{
    padding-bottom:0;
}
section.objectives ul li > span{
    position: relative;
    padding-left: 40px;
}
/*section.objectives ul li::before{
    content:'';
    height:24px;
    width:24px;
    position:absolute;
    background:url("../images/ul-tick.png") no-repeat; 
}*/
section.objectives ul li span::before{
    content:'';
    height:24px;
    width:24px;
    position:absolute;
    background:url("../images/ul-tick.png") no-repeat;
    left:0;
}
section.values{
    padding-top:90px;
    padding-bottom:90px;
}
section.values h3{
    font-size:30px;
    color:#2181cb;
    position: relative;
    padding-left:125px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'ArnoPro-semi';
    margin-bottom: 70px;
}
section.values h3:after{
    
    margin:0;
    position: absolute;
    content:'';
    background: url("../images/values-icon.png") no-repeat;
    height:89px;
    width:89px;
    left:0;
    top:-30px;
}
section.values .nav.nav-tabs{
    font-size:30px;
    color:#cacaca;
    display:flex;
    border-bottom:none;
}
section.values .nav.nav-tabs li{
    flex:auto;
    justify-content: space-between;
    position: relative;
}
section.values .nav.nav-tabs li:nth-child(2){
    text-align:center;
}
section.values .nav.nav-tabs li:last-child{
    text-align:right;
}
/*section.values .nav.nav-tabs li:after{
    height:40px;
    width:1px;
    right:0;
    content:'';
    position:absolute;
    right:0;
    background-color: #dadada;
}*/
section.values .nav.nav-tabs li:last-child:after{
    display:none;
}
section.values .nav.nav-tabs a{
    color:#cacaca;
    line-height: 1.2;
}
section.values .nav.nav-tabs li a.active{
    color:#2181cb;
}
section.values .nav.nav-tabs a:hover{
    text-decoration: none;
    color:#2181cb;
}
.homepane.fade:not(.show) {
    opacity: 1;
}
.values .tab-content{
    padding-top:55px;
    font-family: 'Open Sans' ;
    font-size:18px;
}
.values .tab-content ul{
    margin:0;
    padding:0 0 0 20px;
    color:#636363
}
.values .tab-content ul li{
    padding-bottom:10px;
}
.values .tab-content ul li:before, .content-body ul li:before{
    content: "\2022";
  color: #2181cb;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.color-blocks{
    padding-left:20%;
    padding-right:20%;
    padding-top:80px;
    padding-bottom:80px;
}
.color-white{
    color:#fff !important;
}
.bg-1{
    background-color: #0a79ae;
}
.bg-2{
    background-color: #03a5c1;
}
.bg-3{
    background-color: #007fc5;
}
.color-blocks h1:after{
    content:'';
    height:3px;
    background-color: #fff;
    display:block;
    width:100%;
    margin-top:0.5em;
}
.topBar{
    position:absolute;
    width:100%;
    top:0;
    z-index:2;
}
.logo:before{
    position:relative;
}
.logo:before{
    position:absolute;
    content:'';
    width:100%;
    height:3px;
    left:0;
    display:0;
    background-color: #fff;
    top:0;
}



/* =====================================| Sub Page |========================================== */
.content-body{
    padding-top:70px;
    padding-bottom:70px;
}
.content-body ul{
    padding: 0 0 0 20px;
    margin:0;
    list-style: none;
}
.content-body ul li{
    color:#636363;
    font-size:16px;
    padding-left: 15px;
    padding-bottom: 10px;
}
.content-body ul li:last-child{
    padding-bottom: 0;
}
h4.tvec img{
    position: absolute;
    left: 0;
    bottom: 33px;
}
h4.tvec{
    padding-top: 50px;
    position: relative;
    padding-left: 60px;
}
h4.efc img{
    position: absolute;
    left: 0;
    bottom: 33px;
}
h4.efc{
    padding-top: 50px;
    position: relative;
    padding-left: 75px;
}
.menu-primary-menu-container{
    display:none;
}




@media only screen and (max-width: 575px){
    h4.tvec, h4.efc{
        padding-top:0px;
    }
    h4 {
        font-size: 22px;
        padding: 0 0 20px;
    }
    .header-icon img{
        max-width:90px;
    }
    .mv-slot h3{
        font-size:30px;
    }
    section.objectives{
        padding-top:50px;
        padding-bottom:50px;
    }
    section.objectives h3{
        margin-bottom:20px;
    }
    section.values .nav.nav-tabs {
        font-size: 24px;
    }
    section.values h3{
        margin-bottom: 30px;
    }
    .values .tab-content{
        padding-top: 25px;
    }
    
}
@media only screen and (max-width: 1023px){
    .menuIcon{
        display:block;
        position: fixed;
        right: 20px;
        z-index: 100;
        top:30px;
        border-radius: 5px;
        top: 32px;
        padding: 5px 8px;
        background-color: rgba(255,255,255,0.7);
        height: 40px;
    }
    .menu-primary-menu-container{
        display:block;
    }
    .wr_menuIcon .hamburger-1, .wr_menuIcon .hamburger-3 {
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    [class^="hamburger-"],[class*=" ihamburger-"] {
        background-color: #000;
        height: 3px;
        width: 30px;
        display: block;
        margin-top: 5px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
    }
    .wr_menuIcon .hamburger-2 {
        opacity: 1;
        -webkit-transition: opacity 0.1s ease-in-out;
        -moz-transition: opacity 0.1s ease-in-out;
        -o-transition: opacity 0.1s ease-in-out;
        transition: opacity 0.1s ease-in-out;
    }
    .wr_menuIcon.iconClose .hamburger-1 {
        -webkit-transform: rotate(45deg) translate(6px,7px);
        -moz-transform: trotate(45deg) translate(6px,7px);
        -o-transform: rotate(45deg) translate(6px,7px);
        -ms-transform: rotate(45deg) translate(6px,7px);
        transform: rotate(45deg) translate(6px,7px);
    }
    .wr_menuIcon.iconClose .hamburger-2 {
        opacity: 0;
    }
    .wr_menuIcon.iconClose .hamburger-3 {
        -webkit-transform: rotate(-45deg) translate(5px,-5px);
        -moz-transform: trotate(-45deg) translate(5px,-5px);
        -o-transform: rotate(-45deg) translate(5px,-5px);
        -ms-transform: rotate(-45deg) translate(5px,-5px);
        transform: rotate(-45deg) translate(5px,-5px);
    }

    .menu-primary-menu-container {
        position: absolute;
        width: 90%;
        left: 0;
        margin: 0 5%;
        top: 65px;
        z-index: 4;
    }
   ul.menu li {
        margin-top: 15px;
        display: block;
    }
    ul.menu li a{
        font-family: 'ArnoPro-semi';
        text-decoration: none;
        color: #565656;
        font-size:20px;
        text-transform: uppercase;
    }
    ul.menu li a.active, ul.menu li a:hover {
        color: #007ea8;
    }
    ul.menu li:first-child {
        margin-top: 0;
    }
    .menu-primary-menu-container ul.menu {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        -ms-box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.3);
        list-style: none;
        padding: 20px 0;
        text-align: center;
        margin: 0;
        border: 1px solid #afafaf;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: rgba(255,255,255,0.95);
    }
    ul.menu.opened {
        display: block;
    }
}
@media only screen and (max-width: 991px){
    section.values .nav.nav-tabs li {
        flex: 100%;
        text-align:left !important;
        padding-bottom:7px;
        line-height: 1.2;
    }
    section.values .nav.nav-tabs li:last-child {
        padding-bottom:0;
    }
}



/* =======================================|OWL SLIDER|========================================================= */
header .item {
    height: 100vh;
    position: relative;
  }
  header .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
  }
  header .item .cover.first{
    background: rgba(0, 0, 0, 0);
  }
  header .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
  }
  header .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  }
  header .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
  }
  header .item .cover .header-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
  }
  header .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
  }
  header .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  header .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  header .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
  }
  header .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
  header .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
  }
  header .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
  }
  header .owl-nav .owl-prev:focus {
    outline: 0;
  }
  header .owl-nav .owl-prev:hover {
    background: #000 !important;
  }
  header .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
  }
  header .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
  }
  header .owl-nav .owl-next:focus {
    outline: 0;
  }
  header .owl-nav .owl-next:hover {
    background: #000 !important;
  }
  header:hover .owl-prev {
    left: 0px;
    opacity: 1;
  }
  header:hover .owl-next {
    right: 0px;
    opacity: 1;
  }
 

  /* Contact Us */
  #contact-us .designation{
    position: relative;
    font-size:15px;
    padding-bottom:10px;
  } 
  #contact-us .tel, #contact-us .email{
    position: relative;
    padding-left: 30px;
  } 
  #contact-us .tel:before, #contact-us .email:before{
    content:'';
    width:16px;
    height:16px;
    position: absolute;
    display:block;
    left:0;
    
  } 
  #contact-us .tel:before{
    top:3px;
    background-image: url(../images/tel.svg);
  } 
  #contact-us .email:before{
    top:6px;
    background-image: url(../images/email.svg);
  } 