@charset "utf-8";


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ------Scrollbar CSS Start----- */
/* Firefox */


/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-track {
    background: #fff;
}

*::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 5px;
    border: 0px;
}

/* ------Scrollbar CSS End----- */

/*--- Common Style Start---*/

/* font-family: 'Space Grotesk', sans-serif;*/

:root {
    --black: #000;
    --white: #ffffff;
    --red: #CD2027;
    --grey-text: #4E4E4E;
    --body-font: 'Space Grotesk', sans-serif;
}
html {
scroll-behavior: smooth;
}
html,
body {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--body-font);
    color: var(--grey-text);
}

a {
    display: inline-block;
    text-decoration: none !important;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


figure {
    margin: 0;
    padding: 0;
    display: block;
}


h1,
h2{
    line-height: normal;
    font-family: var(--heading);
    color: var(--black);
}
h2{
    font-size: 34px;
}
h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    padding-left: 0px;
    margin-bottom: 0px;
    font-family: var(--body-font);
}
.heading{
    max-width: 800px;
    margin: 0 auto 45px auto;
}
.heading h2, .heading h1{
    color: #000000;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    text-transform: capitalize;
}
button:focus,
button:focus-visible
{
    outline: none;
}

/*--- Common Style End---*/

/*--- Bootstrap Form Start ---*/

select.form-control:not([size]):not([multiple]) {
    height: 50px;
}

.form-control::placeholder {
    color: var(--color-gray);
}
.form-control:focus
{
    background-color:transparent;
    border-color:#e7e7e7;
    outline: 0;
    box-shadow: none;
}

/*- Bootstrap Form End -*/

/*--- Animation Header Start ---*/


@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

/*--- Animation Header End ---*/



/*----   HEADER  START  ----*/

.main-header {
    width: 100%;
    background: #fff;
}

.headtop {
    background: #000;
    padding: 8px 0;
}

.headtop ul {display: flex;}

.headtop ul li+li {
    margin-right: 0;
    padding-right: 0;
}

.headtop ul li {
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
    font-family: var(--body-font);
}

.headtop ul li:after {
    position: absolute;
    content: " ";
    top: 5px;
    height: 50%;
    background: #fff;
    width: 1px;
    right: 0;
}

.headtop ul li+li:after {
    display: none;
}

.headtop ul li a {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    font-weight: 400;
    align-items: start;
}
.headtop ul li a img{
    margin-right: 5px;
}

.headtop .csocial a{
    background: #1D1D1D;
}


.navbar {
    padding:0;
}

.navbar-brand {
    padding: 0px;
}

.navbar-brand img {
    width:190px;
}

.navbar-collapse ul>li {
    margin-right: 30px;
    position: relative;
}

.navbar-collapse ul>li:last-child {
    margin-right: 0px;
}

.navbar .navbar-collapse ul>li>a {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    z-index: 9;
    text-transform: capitalize;
    transition: all 0.4s;
}
.navbar .navbar-collapse ul>li.active a, .navbar .navbar-collapse ul>li:hover a{
    color:#264287;
}

.navbar-collapse ul>li .sub-menu-toggle{display: none;}

.navbar-collapse ul.navbar-nav>li.menu-item-has-children.dropdown a.nav-link{
    position: relative;
}
.navbar-collapse ul.navbar-nav>li.menu-item-has-children.dropdown > a.nav-link::after{
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.navbar-collapse ul.navbar-nav>li.menu-item-has-children.dropdown .dropdown-menu{
    border-radius: 0;
    padding: 0;
    width: 100%;
}
.navbar-collapse ul.navbar-nav>li.menu-item-has-children.dropdown .dropdown-menu li{
    margin-right: 0;
}
.navbar-collapse ul.navbar-nav>li.menu-item-has-children.dropdown .dropdown-menu li a{
    font-size: 14px;
    line-height: 22px;
}

.navbar-text{
    padding: 10px 0;
}
.navbar-text ul li+li {
    margin-left: 12px;
}

.drop-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    background: var(--white);
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all .4s;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.has-dropdown:before {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icon/down-arrow.svg) no-repeat center;
    width: 12px;
    height: 12px;
    line-height: 12px;
    background-size: 12px 12px;
    content: '';
}
/* sticky menu  */
.header-appear {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color:#f3f6ff;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.header-appear .navbar{
    padding: 2px 0px;  
}
/*---   HEADER END   ---*/

p:last-of-type {
    margin-bottom: 0;
}

/*---   BANNER START   ---*/

.bannerimg a {
    display: block;
    position: relative;
    padding-top: 36%;
    background: #000;
}

.bannerimg a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 0.5;
}


.bannerconsec {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.bannercon {
    text-align: center;
    max-width: 900px;
    margin: auto;
    color: #FFFFFF;
}

.bannercon h2 {
    color: #FFFFFF;
    font-size: 50px;
    line-height: 56px;
    font-weight: 700;
}
.main_banner .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.main_banner .owl-dots button.owl-dot span {
    background: #7E7B7B;
    width: 24px;
    height: 2px;
    display: block;
}

.main_banner .owl-dots button.owl-dot {
    margin: 0 5px;
}

.main_banner .owl-dots button.owl-dot.active span {
    background: #fff;
}

/*---   BANNER END   ---*/

.bg1{
    background:#ECF0FE;
}

.servicebox {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    background: #F9F9F9;
}

.servicebox .servimg {
    flex: 0 0 100%;
    max-width: 100%;
    height: 400px;
}

.servicebox .serviceinfo {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 50px 30px;
}

.servicebox .servimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.serviceinfo h2 {
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.btnlink {
    color: #143373;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-decoration: underline !important;
}
.btnlink:hover{
    color:#ee832b;
}


.bg2{
   background:#f8fafe url(../images/bg.png);
   background-size: 100%;
   background-repeat: no-repeat;
}
.bg3{
    background: #05361D;
}
.bg4{
    background: url(../images/bg1.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.seconecon {
    color: #fff;
}

.seconecon h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px;
}
.seconecon p {
    color: #7E9B8C;
}

.seconecon ul {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -1% 0 -1%;
    border-top: 1px solid #0c4628;
    padding-top: 20px;
}

.seconecon ul li {
    flex: 0 0 48%;
    max-width: 48%;
    background: #0C4628;
    margin: 1%;
    border-radius: 4px;
    padding: 10px 10px 10px 38px;
    position: relative;
    font-size: 16px;
    line-height: 22px;
}
.seconecon ul li:after{
    position: absolute;
    content: "";
    background: url(../images/check.png);
    top: 12px;
    left: 10px;
    width: 20px;
    height: 20px;
    background-size: 100%;
}
.sectwocon {
    color: #000000;
}

.sectwocon h2 {
    color: #000;
}

.sectwocon ul {
    border-color: #DFDFDF;
}

.sectwocon ul li {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 1% 0;
    background: transparent;
    padding: 0 0 0 38px;
}

.sectwocon ul li::after {
    filter: invert(1);
    top: 2px;
}


/*  */
.maskimg img {
    width: 100%;
}
.curriculumsec{
    height: 100%;
}
.curriculumsec a {
    background: #fff;
    display: block;
    border-radius: 5px;
    text-align: center;
    padding: 30px;
    height: 100%;
}

.curriculumsec a img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 15px;
}

.curriculumsec a h2 {
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    font-weight: 600;
}

.testimonialbox {
    background: #fff;
    padding: 30px;
}

.testimonialbox img {
    width: auto !important;
}

.testimonialbox .testibox {
    overflow-y: scroll;
    height: 196px;
    padding-right: 10px;
}

.testimonialbox .testibox h2 {
    margin: 10px 0 0 0;
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

.testimonialbox .testibox p {
    color: #575757;
}

.owl-dots button.owl-dot {
    background-color: transparent !important;
}

.owl-theme .owl-dots button.owl-dot span {
    width: 6px;
    height: 6px;
    margin: 4px;
}

.gallerybox a {
    display: block;
    height: 300px;
    border: 1px solid #ccc;
}

.gallerybox a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallerybox+.gallerybox {
    margin-top: 30px;
}
.gallerybox1 {
    height: 100%;
}

.gallerybox1 a {display: block;height: 100%;}

.gallerybox1 a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bg5{
    background: #143373;
}

.contactsec {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}

.conlft h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 6px;
}

.callmailadd {
    margin-top: 20px;
}

.callmailadd li+li {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
}

.callmailadd li a {
    color: #575757;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    display: flex;
    align-items: center;
}

.callmailadd li a img {
    background: #b9cdff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    padding: 8px;
    margin-right: 12px;
}

.csocial {
    margin-top: 30px;
    display: flex;
}

.csocial a {
    background: #143373;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
}

.csocial a+a {
    margin-left: 10px;
}

/* Footer */

.bd_footer{
    background: #0B944F;
    position: relative;
    padding: 130px 0 0 0;
}

.ftrlogo a {
    width: 200px;
    margin-bottom: 15px;
}
.ftrlogo img {
    filter: brightness(0) invert(1);
}

.ftrlogo {
    padding-right: 60px;
}
.ftrlogo p {
    color: #C7E2D4;
    font-size: 14px;
    line-height: 22px;
}

.ftrcon .callmailadd {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px -4% 0 -4%;
}

.ftrcon .callmailadd li {
    flex: 0 0 46%;
    max-width: 46%;
    margin: 4%;
}

.ftrcon .callmailadd li+li {
    border: 0;
    padding: 0;
    margin: 0;
}

.ftrcon .callmailadd li a img {
    background: transparent;
    margin: 0;
    filter: invert(1);
    position: absolute;
    top: 2px;
    right: 0;
    width: 20px;
    height: 20px;
    padding: 0;
}

.ftrcon .callmailadd li:nth-last-child(1) {
    flex: 0 0 96%;
    max-width: 96%;
    margin: 4%;
}

.ftrcon .callmailadd li a {
    display: block;
    color: #C7E2D4;
    border-bottom: 1px solid #C7E2D4;
    padding: 0 30px 0 0;
}
.ftrsec, .ftrlogo{
    padding-top: 60px;
}
.ftrsec .menu li a {
    padding: 0;
    color: #C7E2D4;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}
.ftrsec .menu li a p{display: none;}

.ftrsec .menu li+li {
    margin-top: 10px;
}

.ftrsec h2{
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: underline;
}
.ftr_btm {
    padding: 15px 0;
    border-top: 1px solid #c7e2d433;
    margin-top: 50px;
}
.fcontact ul li+li {
    margin-top: 15px;
}

.fcontact ul li {
    position: relative;
    padding-left: 28px;
}

.fcontact ul li .ficon {
    position: absolute;
    top: 0;
    left: 0;
}

.fcontact ul li a {color: #2b2e31cc;}

.ftr_btm p, .ftr_btm a {
    color: #C7E2D4;
    font-size: 14px;
    line-height: 20px;
}
.ftr_btm a{
    color:#fff;
}
.ftr_btmbox .csocial a {
    background: #17A45D;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px !important;
    border-radius: 50px;
}

.ftr_btmbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ftrtopbox {
    background: transparent linear-gradient(92deg, #264287 0%, #284FB1 100%) 0% 0% no-repeat padding-box;
    border-radius: 14px;
    padding: 50px 220px;
}

.ftrtopbox h2 {
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 20px;
}

.ftrtop {
    top: -130px;
    position: absolute;
    left: 0;
    width: 100%;
}

.pb-240{
    padding-bottom: 240px;
}

/* Footer */

.capabibox {
    display: block;
    position: relative;
    width: 100%;
    height: 340px;
}

.capabibox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.capabibox h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000000ab;
    margin-bottom: 0;
    color: #fff;
    padding: 10px;
    font-size: 22px;
    line-height: 30px;
}

.deperimg {
    display: flex;
}

.deperimg img {
    flex: 0 0 50%;
    height: 350px;
    max-width: 50%;
    object-fit: cover;
    margin: 1%;
}
