
@import url('../font/Calibri-Bold.woff2');
@import url('../font/Calibri-BoldItalic.woff2');
@import url('../font/Calibri-Italic.woff2');
@import url('../font/Calibri.woff2');

.calibri-normal {
    font-family: 'Calibri';
    font-weight: normal;
    font-style: normal;
}
.calibri-bold {
    font-family: 'Calibri';
    font-weight: bold;
    font-style: normal;
}
.calibri-bold-italic {
    font-family: 'Calibri';
    font-weight: bold;
    font-style: italic;
}
.calibri-normal-italic {
    font-family: 'Calibri';
    font-weight: normal;
    font-style: italic;
}
*{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Calibri';
    overflow-x: hidden;
    scroll-behavior: smooth;  
    font-weight: normal;
    font-size: 16px;

}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
     -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
/*---------- header css--------*/
header {
    transition: all 0.5s ease;
}

.header-top {
    padding: 10px 0;
}

.header-upper {
    background: #f4faff;
    padding: 9px 0;
}
.header-upper ul{
    
    margin-left: 10px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: right;
    font-size: 13px;
}
.header-upper li{
    color: #00bb33;
    margin-left: 10px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
    font-size: 13px;
    display: inline-block;
}
.header-upper li a{
    display: block;
    color: #254285;
    font-size: 15px;
}


.header-bottom {
    /* background: #062669; */
    transition: all 0.5s ease;
    padding: 15px 0;
}


.brand {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #00bb33;
    display: inline-block;
    width: 130px;
}

.header {
    /* position: fixed;
    top: 0;
    left: 0; */
    width: 100%;
    height: auto;
    z-index: 100;
    margin: 0 auto;
    /* box-shadow: var(--shadow-medium);
    background-color: var(--color-white-100); */
    /* position: fixed; */
    background: #ffffff;
    border-bottom: 1px solid #ddd;
    transition: all 0.5s ease;
}
.menu{
    padding: 0;
    margin: 0;
}
.wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 2rem;
    width: 100%;
    height: 4rem;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

.fixedheader .header-bottom{
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    background: #ffffffeb;
}

@media screen and (max-width: 1120px) {
    .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 75%;
        height: 100%;
        z-index: 10;
        opacity: 0;
        overflow-y: auto;
        visibility: hidden;
        background-color: #062669;
        transition: all 0.5s ease;
    }
    .navbar.active {
        left: 0rem;
        opacity: 1;
        visibility: visible;
    }
}

.menu-item {
    position: relative;
    display: inline-block;
    margin-left: 1.7rem;
}
.menu-item.active .menu-link{
    color: #00bb33;
}
.menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0.05rem;
    column-gap: 0.05rem;
    font-family: inherit;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    text-transform: capitalize;
    color: #004b8c;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.menu-link>i.fa-solid {
    font-size: 1rem;
    line-height: 1.5;
    color: inherit;
    margin-left: 5px;
}

.menu-link:hover {
    outline: none;
    color: #00bb33;
}

.btn-alumni {
    border-radius: 0;
    padding: 9px 23px 9px 17px;
    background: #004b8c;
    border: none;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    margin: 2px;
}
.btn-alumni i{
    vertical-align: middle;
    font-size: 27px;
}
.btn-alumni:hover{
    background: #00bb33;
    color: #fff;
}
.btn-alumni:focus {
    outline: none;
    border: none;
    background: #00bb33;
    color: #fff;
}

.submenu {
    position: absolute;
    top: 2.35rem;
    left: 0;
    min-width: 12rem;
    height: auto;
    padding: 0 1rem 1rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    border-radius: 0 0 0.25rem 0.25rem;
    box-shadow: 1px 1px 2px #0000004d;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.submenu-item {
    display: block;
    margin-top: 0.7rem;
}

.submenu-link {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    color: #173473;
    transition: all 0.35s ease;
}

.submenu-link:hover {
    outline: none;
    color: #00bb33;
}

.burger {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1.6rem;
    height: 1.15rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

.burger-line {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 3.1px;
    opacity: 1;
    border: none;
    outline: none;
    border-radius: 1rem;
    background: #36367e;
}

.burger-line:nth-child(1) {
    top: 0px;
}

.burger-line:nth-child(2) {
    top: 0.5rem;
    width: 70%;
}

.burger-line:nth-child(3) {
    top: 1rem;
}

@media screen and (max-width: 1280px) and (min-width: 1121px) {
    .wrapper {
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }
    .menu-item {
        margin-left: 0.8rem;
    }
    .menu-link {
        column-gap: 0;
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 1121px) {
    .menu-dropdown:hover>.submenu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
    #burger {
        position: absolute;
        right: 293px;
    }
}

@media only screen and (max-width: 1120px) {
    .menu {
        width: 100%;
        height: auto;
        padding: 1rem 0;
    }
    .menu-item {
        display: block;
        margin: 0 auto;
    }
    .menu-link {
        justify-content: space-between;
        padding: 0.5rem 1.25rem;
        color: #fff;
    }
    .submenu-link {
        color: #a1a1a1;
        display: block;
    }
    .menu-link>i.fa-solid {
        position: absolute;
        z-index: -1;
        right: 23px;
    }
}

@media only screen and (max-width: 1120px) {
    .submenu {
        position: relative;
        top: -0.5rem;
        left: 2.5rem;
        width: 70%;
        max-height: 0;
        padding: 0px;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        transform: translateY(0px);
        box-shadow: none;
        background: transparent;
    }
}

@media only screen and (max-width: 1120px) {
    .burger {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 1120px) {
    .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}
/*---------- header css--------*/
/*---------- footer css--------*/
.footer_top{
    background: #254285;
}
.footer_main_details p{
    color: #414141;
    font-size: 20px;
    margin-bottom: 10px;

}
.footer_main_details{
    background: #fff;
    padding: 70px 25px;
}
.footer_main_details ul{
    padding: 0;
    display: inline-block;
}
.footer_main_details ul li{
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.footer_main_details ul li i{
    font-size: 35px;
    margin-right: 7px;
    color: #00bb33;
}
.footer_main_details ul li a{
    font-size: 20px;
    color: #254285;
    padding: 0 3px;
    font-weight: 600;
    line-height: 1.2;
}
.footer_main_details ul li a:hover{
    color: #00bb33;
}
.footer_quick_link{
    padding: 40px 25px 15px;
}
.footer_heading{
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}
.footer_heading:after{
    content:'';
    position: absolute;
    width: 100px;
    height: 3px;
    background: linear-gradient(92deg, #00bb33, transparent);
    left: 2px;
    bottom: -8px;
}
.footer_top .links{
    padding: 0;
}
.footer_top .links li{
    display: block;
    padding: 5px 16px 5px 0;
}
.footer_top .links li i{
    color: #ddd;
    font-size: 15px;
}
.footer_top .links li a{
    color: #c6cfdf;
    font-size: 20px;
}

.footer_top .links li a:hover{
    color: #00bb33;
}
.footer_logo{
    margin-bottom: 10px;
}
.socil_media{
    padding: 0;
    margin: 0;
}
.socil_media li{
    display: flex;
    align-items: center;
}
.socil_media li a{
    font-size: 35px;
    color: #107bd7;
}
.copyright{
    color: #c6cfdf;
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding-bottom: 5px;
}
.footer_map{
    padding: 40px 25px;
    
}
.footer_map iframe{
    border-radius: 20px;
}
.copyright a{
    color: #c6cfdf;
}

.footer_bottom{
    text-align: center;
    background: #112e73;
    padding: 30px 0;
}
.footer_bottom p{
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}
.footer_bottom p a{
    color: #00bb33;
}

.social-links{
    position: fixed;
    top: 70%;
    transform: translateY(-50%);
    left: 0;
    z-index: 9;
    padding: 0;
    margin: 0;
}
.social-links li{
    display: block;
}
.linkdin-fixed{
    background:#0c65c3;
    padding: 5px 9px;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    margin:1px 0; 
}
.whatsapp-fixed{
    background:#32b44a;
    padding: 5px 9px;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    border-top-right-radius: 11px;
    border-bottom-right-radius:11px;
    margin: 1px 0; 
}
.social-links li a:hover{
    padding: 5px 9px 5px 15px;
    color: #fff;
}
/* section{
    position: relative;
    overflow: hidden;
} */
.back-to-top {
    background-color: #00bb33;
    text-decoration: none;
    cursor: pointer;
    width: 56px;
    height: 56px;
    z-index: 999;
    position: fixed;
    right: 32px;
    bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);
}

.back-to-top:hover {
    background-color: #06276a;
}

.back-to-top:active {
    box-shadow: none;
    background-color: #06276a;
}

.back-to-top svg.icon__arrow-up {
    fill: #fff;
    width: 32px;
    height: 32px;
}
/*---------- footer css--------*/
/*---------- Home Page Sections --------*/

.hero_banner{
    padding: 80px 0;
    background: #f7fbff;
    position: relative;
}
.hero_banner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(91deg, #0f3d7d, #0f3b7af2, transparent);
}
.hero_banner .container{
    position: relative;
}
.banner_content h1{
    font-size: 3.5rem;
    font-weight: bold;
    color: #ffffff;
}
.banner_content h1 span{
    color: #01ad35;
}
.banner_content p{
    font-size: 1.3rem;
    font-weight: 600;
    color: #ddefff;
}
.banner_content ul{
    padding: 0;
}
.banner_content ul li{
    display: inline-block;
    font-size: 1.2rem;
    padding-right: 8px;
    color: #b6d6ff;
}
.banner_content ul li i{
     color: #01ad35;
     font-size: 17px;
}
.banner_content a{
    display: inline-block;
    padding: 15px;
    background: #01ad35;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin: 15px 0;
    border-radius: 7px;
}
.banner_content a i{
    margin-left: 10px;
}


.hero-slider .item {
  height: 65vh;
  position: relative;
}
.hero-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-slider .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;
}
.hero-slider .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
  width: 70%;
}
.hero-slider .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%);
}
.hero-slider .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.hero-slider .item .cover .header-content h1 {
  font-size: 3.5rem;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
  line-height: 1.1;
}
.hero-slider .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.hero-slider .item .cover .header-content h4 i{
    color: #01ad35;
}
.hero-slider .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;
}
.hero-slider .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;
}
.hero-slider .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;
}
.hero-slider .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;
}
.hero-slider .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;
}
.hero-slider .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
  line-height: 1;
}
.hero-slider .owl-nav .owl-prev:focus {
  outline: 0;
}
.hero-slider .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.hero-slider .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;
}
.hero-slider .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
  line-height: 1;
}
.hero-slider .owl-nav .owl-next:focus {
  outline: 0;
}
.hero-slider .owl-nav .owl-next:hover {
  background: #000 !important;
}
.hero-slider:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.hero-slider:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.hero-slider .owl-item {
    -webkit-backface-visibility: hidden !important;
    -webkit-transform: translateZ(0) scale(1.0, 1.0) !important;
}


.home_about_section{
    padding: 80px 0;
    position: relative;
}
/* .home_about_section:before{
    position: absolute;
    content: '';
    background: url(../images/texture-x-green.png);
} */
.home_about_section h2{
    font-size: 2.5rem;
    font-weight: bold;
    color: #0f3d7d;
}
.home_about_section p{
    font-size: 1.3rem;
    text-align: justify;
}
img.vert-move {
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
}

img.vert-move {
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
.services_section{
    padding: 80px 0;
    background: #f7fbff;
    position: relative;
}
.section_heading{
    text-align: center;
}
.section_heading h2{
    font-size: 2.5rem;
    font-weight: bold;
    color: #0f3d7d;
}
.section_heading p{
    font-size: 1.3rem;
    margin-bottom: 5px;
}
.services_card{
    background: linear-gradient(118deg, #ebf0ff, #d9ffe6);
    padding: 22px;
    border-radius: 18px;
    box-shadow: 1px 1px 10px #d3d3d3;
    position: relative;
    height: 100%;
    min-height: 300px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    display: flex;
    align-items: center;
}
.services_card h3{
    font-size: 1.4rem;
    font-weight: 600;
    color: #275697;
}
.services_card p{
    font-size: 18px;
}
.services_card a{
     color: #01ad35;
     font-size: 17px;
      transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.services_card img{
    /* position: absolute;
    bottom: 0;
    right: 0;
    width: 263px; */
}
.services_section .col-lg-6{
    margin: 15px 0;
}
.services_card:hover{
    transform: scale(1.02);
}
.services_card:hover a{
    color: #23518b;
}
.why_business_section{
    padding: 80px 0;
    position: relative;
    background: #234f86;
}
.why_business_section::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/when-bg.png);    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.1;
}
.why_business_section .container{
    position: relative;
}
.why_business h2{
    font-size: 2.9rem;
    font-weight: bold;
    color: #fff;
}
.why_business p{
    font-size: 1.1rem;
    margin-bottom: 5px;
    color: #d4e9ff;
}
.why_business ul{
    padding: 0;
}
.why_business ul li{
    display: block;
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: #ddeeff;
}
.why_business ul li i{
    color: #01ad35;
     font-size: 17px;
}
.leader_section{
    padding: 80px 0;
    background: #f7fbff;
}
.team{
    background: #ffffff;
    padding: 15px;
    border-radius: 17px;
    border: 1px solid #ebf0ff;
    margin-bottom: 10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.team img{
    background: #f5f6ff;
    border-radius: 17px;
    box-shadow: 5px 5px 1px #25428540;
}
.team_details{
    padding: 15px 5px 0;
}
.team_details h4{
    font-size: 1.6rem;
    font-weight: 600;
    color: #00bb33;
    margin: 0;
}
.team_details h6{
    font-size: 16px;
    font-style: italic;
    color: #0f3d7d;
}
.team_details p{
    font-size: 17px;
    text-align: justify;
}
.team_details a{
    font-size: 17px;
    color: #004b8c;
    font-weight: 600;
}
.team:hover{
    background: #e5eaff;
    transform: scale(1.01);
}
.end_home_section{
    padding: 50px 0;
    position: relative;
}
.end_home_section:before{
    content: '';
    position: absolute;
    background: linear-gradient(45deg, #d9e4ff, transparent);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.end_home_section .container{
    position: relative;
}
.end_home_section p{
    font-size: 20px;
    text-align: justify;
}
.end_home_section a{
    display: inline-block;
    padding: 12px 30px;
    background: #01ad35;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 15px 0 0;
    border-radius: 7px;
}
.blog_section{
    padding: 80px 0;
}
.blog_section .item{
    padding: 10px 5px;
}
.home_blog{
    background: #ffffff;
    padding: 30px 25px;
    border: 3px solid #00bb33c2;
    border-radius: 17px;
    transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.blog_content h4{
    line-height: 1;
}
.blog_content h4 a{
    font-size: 20px;
    font-weight: 600;
    color: #004b8c;
}
.blog_content p{
    font-size: 16px;
    text-align: justify;
}

.blog_content a.read{
    color: #004b8c;
}
.date{
    font-size: 15px;
    color: #7f7f7f;
}
.home_blog:hover{
    transform: scale(1.01);
    background: #3dcb641c;
}
section {
  scroll-margin-top: 80px;
}
/*--------- inner Page ----------*/
.inner_banner{
    padding: 150px 0;
    position: relative;
}
.inner_banner:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(86deg, #314c95b8, #01102747);

}
.inner_banner .container{
    position: relative;
}
.inner_banner h1{
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
}
.inner_banner ul{
    padding: 0;
    text-align: center;
}
.inner_banner ul li{
    display: inline-block;
    font-size: 19px;
    color: #000;
    font-size: 19px;
    color: #e7f9ff;
    padding: 5px 10px;
}
.inner_banner ul li a{
    color: #d9f2ff;
    position: relative;
}
.inner_banner ul li a:after{
    content: '|';
    position: absolute;
    right: -16px;
}
/* .inner_banner:after{
    content: '';
    position: absolute;
    width: 80%;
    height: 2px;
    background: #e5edff;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
} */
.inner_content_section{
    padding: 60px 0 50px;
}
.inner_content_section p{
    font-size: 1.3rem;
    color: #312e2e;
    line-height: 1.4;
    text-align: justify;
}
.inner_content_section ul li{
    font-size: 1.3rem;
    color: #312e2e;
    line-height: 1.4;
}
.leader_content_section{
    padding: 50px 0;
    background: #f5f5f5;
}
.leader_content_section .leader_details img{
    background: #ddd;
    position: relative;
}
.leader_content_section .leader_details {
    position: relative;
}
.leader_content_section .leader_details::before{
    content: '';
    position: absolute;
    width: 90%;
    height: 75%;
    background: #004b8c29;
    z-index: 0;
    left: -21px;
    bottom: 72px;
    transform: skew(-2deg, -2deg);
}
.leader_content_section h2{
    text-align: center;
    margin: 30px 0 1px;
    font-size: 2rem;
    font-weight: 600;
    color: #16407b;
    position: relative;
}
.leader_content_section h5{
    font-size: 20px;
    text-align: center;
    font-style: italic;
    color: #3b3b3b;
    position: relative;
}
.leader_content_section p{
    font-size: 1.3rem;
    color: #312e2e;
    line-height: 1.3;
    text-align: justify;
}
.leader_content_section ul{
    padding: 0;
    margin-bottom: 8px;
}
.leader_content_section ul li{
    font-size: 1.2rem;
    color: #312e2e;
    line-height: 1.3;
    display: inline-block;
    padding: 9px 15px 9px 0;
}
.leader_content_section ul li i{
    color: #107bd7;
    vertical-align: middle;
    margin-top: -2px;
}
.leader_content_section h4{
    font-size: 1.6rem;
    color: #000;
    margin-bottom: 9px;
    font-weight: 600;
    margin-top: 36px
}
.leader_two{
    background:#edf4ff !important;
}
.expert_content_section{
    padding: 20px 0 50px 0;
    background: #fff;
}
.expert_content_section .expert_details img{
    background: #ddd;
    position: relative;
    border: 5px solid #fff;
}
.expert_content_section .expert_details {
    position: relative;
}
/* .expert_content_section .expert_details::before{
    content: '';
    position: absolute;
    width: 90%;
    height: 75%;
    background: #004b8c29;
    z-index: 0;
    left: -21px;
    bottom: 72px;
    transform: skew(-2deg, -2deg);
} */
.expert_content_section h2{
    margin: 30px 0 1px;
    font-size: 2rem;
    font-weight: 600;
    color: #16407b;
    position: relative;
}
.expert_content_section h5{
    font-size: 23px;
    font-style: italic;
    color: #16407b;
    position: relative;
}
.expert_content_section p{
    font-size: 1.3rem;
    color: #312e2e;
    line-height: 1.3;
    text-align: justify;
}
.inner_content_section h2{
    font-size: 3rem;
    font-weight: 600;
    color: #0f2667;
}
.why_us_content h2{
    font-size: 4rem;
    font-weight: 600;
    color: #0f2667;
}
.why_us_content p{
    font-size: 1.4rem;
    color: #312e2e;
    line-height: 1.4;
    text-align: justify;
}
.why_us_content ul{
    padding: 0;
}
.why_us_content ul li{
    font-size: 1.4rem;
    color: #312e2e;
    line-height: 1.4;
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.why_us_content ul li img{
    margin-right: 10px;
}
.why_us_content h3{
    font-size: 2rem;
    font-weight: 600;
}
.comitment_content{
    background: #ebf5ff;
    padding: 20px 46px 20px 46px;
    border-radius: 24px;
    margin-top: 54px;
    position: relative;
}
/* .comitment_content:before{
    position: absolute;
    content: '';
} */

.blog_page .item p{
    font-size: 1.2rem;
    color: #312e2e;
    line-height: 1.2;
    text-align: justify;
}
.blog_page .item h4 a{
    font-size: 1.3rem;
    color: #004b8c;
    line-height: 1.2;
}
.blog_inner_details{
    padding: 80px 0;
    background: rgb(236 245 251);
}
.blog_details_inner{
    padding: 25px;
    background: #fff;
    border-radius: 15px;
}
.blog_date{
    font-size: 15px;
    color: #00bb33;
    margin-bottom: 10px;
}
.blog_details_inner h2{
    font-size: 28px;
    font-weight: 700;
    color: #004b8c;
    margin-bottom: 15px;
}
.blog_details_inner img{
    border-radius: 22px;
    margin-bottom: 20px;
}
.blog_details_inner ul li{
    color: #505255;
    font-size: 18px;
}
.blog_details_inner p{
    color: #505255;
    font-size: 18px;
}
.blog_details_inner ol li{
    color: #505255;
    font-size: 15px;
}
.recent_post{
    margin: 15px 0;
    padding: 25px;
    background: #fff;
    border-radius: 15px;
}
.recent_post h4{
    font-size: 20px;
    color: #1db9a0;
    margin-bottom: 15px;
    font-weight: 700;
}
.singel_blog{
    margin-bottom: 25px;
}
.singel_blog img{
    border-radius: 15px;
}
.singel_blog .recent_post_date{
    color: #555555;
    font-size: 14px;
    margin: 10px 0 6px;
}
.singel_blog a{
    color: #36367e;
    font-weight: 700;
    font-size: 20px;
}
.contact_page{
    background:#edf4ff ;
}
.contact_form{
    padding: 100px 30px;
}
.contact_form h3{
    color: #062669;
    font-weight: 800;
    font-size: 2rem;
}
.contact_form p{
    color: #333;
    font-size: 20px;
}
.contact_form label{
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 19px;
}

.contact_form .form-control{
    border-radius: 10px;
    padding: 10px;
    font-size: 1.2rem;
}
.contact_form .form-control:focus{
    outline: none;
    box-shadow: none;
}
.contact-submit-btn{
    padding: 10px 33px;
    background: #00bb33;
    color: #fff;
    font-weight: 700;
    border-radius: 12px;
    margin: 0 0 0 auto;
    display: flex;
    font-size: 19px;
}
.contact-submit-btn:hover{
    background: #062669;
    color: #fff;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.contact_page .container {
    position: relative;
}
.contact_page .container:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 100%;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 30px;
}
.contact_page .container .row {
    position: relative;
}
.contact_details{
    background: #254285;
    padding: 55px 50px;
    border-radius: 36px;
}
.contact_details h4{
    color: #fff;
    font-weight: 700;
    font-size: 1.9rem;
    width: 94%;
    line-height: 1.1;
    margin-bottom: 15px;
}
.contact_details_all{
    background: #2e509d;
    padding: 15px;
    border-radius: 18px;
    margin: 10px 0;
}
.contact_details_all .icon{
    font-size: 39px;
    color: #fff;
}
.contact_details_all .contact_text{
    margin-left: 15px;
}
.contact_details_all .contact_text h5{
    font-size: 18px;
    font-weight: 600;
    color: #c7fff6;
}
.contact_details_all .contact_text p{
    font-size: 1.1rem;
    color: #d6d6fb;
    margin: 0;
}
.contact_social_media{
    padding: 0;
    margin: 0;
    text-align: center;
}
.contact_social_media li{
    display: inline-block;
    padding: 10px 5px;
}
.contact_social_media li a{
    font-size: 26px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.contact_details hr{
    background: rgb(255 255 255);
}
.sevices_content_2{
    background: #f5f8fe;
}
.sevices_content_2 h2{
    font-size: 2.5rem;
    font-weight: 600;
    color: #0f2667;
}
.sevices_content h2{
    font-size: 2.5rem;
    font-weight: 600;
    color: #0f2667;
}
.why_us_content p{
    font-size: 1.4rem;
    color: #312e2e;
    line-height: 1.4;
    text-align: justify;
}
.hero-form{
    background: #fff;
    padding: 50px 30px;
    border-radius: 13px;
}
.hero-form h4{
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 1.6rem;
}
.hero-form .form-control:focus{
    outline: none;
    box-shadow: none;
}
.submit-btn{
    width: 100%;
    background: #004b8c;
    color: #fff;
    padding: 12px;
    border: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.submit-btn:hover{
    color: #fff;
    background:#00bb33 ;
}
.contact_content_inner_page{
    padding: 80px 0;
}
.contact_content_inner_page h2{
    font-size: 3rem;
    color: #004b8c;
}
.contact_content_inner_page p{
    font-size: 1.2rem;
    color: #312e2e;
    line-height: 1.4;
    text-align: justify;
}

.inner_contact_form{
    padding: 30px 30px;
    background: #004b8c;
    border-radius: 22px;
}
.inner_contact_form h3{
    color: #fff;
    font-weight: 800;
    font-size: 2rem;
}
.inner_contact_form p{
    color: #ddd;
    font-size: 20px;
}
.inner_contact_form label{
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 19px;
    color: #ddd;
}

.inner_contact_form .form-control{
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 1rem;
    color: #ffffff;
    background-color: #216aa9;
    border: 1px solid #004b8c;
}

.inner_contact_form .form-control:focus{
    outline: none;
    box-shadow: none;
}
.inner_contact_form .contact-submit-btn{
    padding: 10px 33px;
    background: #00bb33;
    color: #fff;
    font-weight: 700;
    border-radius: 12px;
    margin: 0 0 0 auto;
    display: inline-block;
    font-size: 19px;
}
.inner_contact_form .contact-submit-btn:hover{
    background: #062669;
    color: #fff;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.inner_contact_form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.inner_contact_form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.inner_contact_form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.inner_contact_form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
@media (max-width:1025px) and (min-width:768px) {
    .hero-slider .item .cover .header-content{
        width: 100%;
    }
}
@media (max-width:767px) {
    .hero-slider .item {
        height: 45vh;
        position: relative;
    }
    .hero-slider .item .cover .header-content{
        padding: 17px;
        width: 100%;
    }
    .hero-slider .item .cover .header-content h1{
        font-size: 2rem;
    }
    .hero-slider .item .cover .header-content h4{
        font-size: 15px;
        line-height: 19px;
    }
    .blog_section {
        padding: 50px 0;
    }
    .owl-dots{
        text-align: center;
    }
    .owl-dots .owl-dot{
        width: 10px;
        height: 10px;
        background: #ddd !important;
        border-radius: 50%;
        margin: 2px;
    }
     .owl-dots .owl-dot.active{
        background: #004b8c !important;
     }
    .inner_banner{
        background-size:cover !important;
        background-position: center !important;
        padding: 80px 0;
    }
    .inner_banner h1 {
        font-size: 2.5rem;
    }
    .contact_page .container:before{
        width: 100%;
    }
    .contact_form {
        padding: 40px 30px;
    }
    .contact_details{
        padding: 50px 30px;
    }
    .contact_details h4{
        width: 100%;
    }
    .sevices_content_2 h2, .sevices_content h2 {
        font-size: 2rem;
    }
    .inner_content_section p {
        font-size: 1.2rem;
    }
    .contact_content_inner_page h2 {
        font-size: 2.5rem;
    }
    .footer_main_details ul li a {
        font-size: 17px;
    }
    .why_us_content h2 {
        font-size: 3rem;
    }
    .why_us_content ul li {
        font-size: 1.2rem;
    }
    .inner_content_section h2 {
        font-size: 2rem;
    }
    .inner_content_section ul li {
        font-size: 1.2rem;
    }
    .leader_content_section p {
        font-size: 1.2rem;
    }
    .footer_heading{
        font-size: 2rem;
    }
    .expert_content_section p {
        font-size: 1.2rem;
    }
}