@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url(https://db.onlinewebfonts.com/c/105007d99d9df64c50cc24d696d79555?family=Graphik+Web+Regular+Regular);
html{
    scroll-behavior: smooth;
}

body{
    font-family: "Inria Serif", serif;
    background-color: #fff;
}
p, a, li, span{
    font-family: "Graphik Web Regular Regular";
}
.section-padding{
    padding: 102px 0px;
}
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
    display: none;
}
.navbar-dark .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 0px 0;
  color: #072736;
  font-weight: 400;
  text-transform: capitalize;
  outline: none;
  font-family: "Graphik Web Regular Regular";
}
.navbar-dark .navbar-nav a.nav-link:last-child{
    margin-right: 0px;
}
/*
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
*/
.navbar-dark .navbar-nav .nav-link:hover {
  color: #246581;
}
.navbar-dark .navbar-brand img, .navbar-dark a.btn img {width: 200px;}
.navbar-dark .navbar-brand span{
    color: #0F2F42;
    font-weight: 600;
    font-family: "Graphik Web Regular Regular";
    text-align: center;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 20px;
}
.navbar-dark .navbar-nav .nav-link {
}
.navbar-dark.sticky-top {
  top: -100px;
  transition: .5s;
}
.navbar-dark.sticky-nav .top-nav{
    display: none !important;
}
.navbar-dark.sticky-nav {
    background-color: #000;
}
header.navbar-dark {
    position: relative;
    top: 0;
    z-index: 99;
    width: 100%;
    background-color: #FFFFFF;
}
.title{
    font-size: 32px;
    color: #072736;
    font-weight: 700;
}
.title span {
    font-weight: 700;
    font-size: 20px;
    color: #00AFEF;
    text-transform: uppercase;
}
.title-p{
    font-size: 22px;
    margin-bottom: 8px;
}
.title-p.text-gray{
    color: #4EC2B5
}
.button.xlg{    
    width: 271px;
    height: 52px; 
}
.button.lg{    
    width: 193px;
    height: 52px; 
}
.button.md{    
    width: 140px;
    height: 43px; 
}
.button.sm{    
    width: 227px;
    height: 50px; 
}
.button.xsm{    
    width: 177px;
    height: 51px; 
}
.btn-white {
    background-color: #fff;
    text-decoration: none;
    padding: 12px 31px;
    color: #26160F;
    font-size: 18px;
    font-weight: 500;
    margin-top: 22px;
    display: inline-block;
}
.btn-white:hover {
    background-color: #072736;
    color: #fff;
}
.btn-green {
    background-color: #4EC2B5;
    color: #fff;
    text-decoration: none;
    padding: 12px 55px;
    border-radius: 0;
    margin-right: 0px;
    display: inline-block;
    border: 1px solid transparent;
    margin-top: 52px;
    text-align: center;
}
.btn-green:hover {
    background-color: #072736;
    color: #fff;
}
.image img{
    transition: all 0.6s ease;
    width: 100%;
}
.image:hover img{
    transition: all 0.6s ease;
    transform: scale(1.1); 
}
.text-green{
    color: rgba(144, 114, 81, 1);
}
.fs-24{
    font-size: 24px;
}
.fs-20{
    font-size: 20px;
}
.fs-22{
    font-size: 22px;
}
.fs-18{
    font-size: 18px;
}
.fs-16{
    font-size: 16px;
}
.fs-14{
    font-size: 14px;
}
.fs-36{
    font-size: 36px;
}
.br-0{
    border-radius: 0px;
}
.fw-200{
    font-weight: 200;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.fw-800{
    font-weight: 800;
}
.mt-16{
    margin-top: 16px;
}
.mt-22{
    margin-top: 22px;
}
.mt-112{
    margin-top: 112px;
}
.ml-10{
    margin-left: 10px;
}
.ml-12{
    margin-left: 12px;
}
.ml-14{
    margin-left: 14px;
}
.ml-16{
    margin-left: 16px;
}
.ml-18{
    margin-left: 18px;
}
.ml-20{
    margin-left: 20px;
}
.ml-22{
    margin-left: 22px;
}
.ml-24{
    margin-left: 24px;
}
.ml-26{
    margin-left: 26px;
}
.mr-8{
    margin-right: 8px;
}
.mr-10{
    margin-right: 10px;
}
.mr-12{
    margin-right: 12px;
}
.mr-14{
    margin-right: 14px;
}
.mr-16{
    margin-right: 16px;
}
.mr-18{
    margin-right: 18px;
}
.mr-20{
    margin-right: 20px;
}
.mr-22{
    margin-right: 22px;
}
.mr-24{
    margin-right: 24px;
}
.justify-content-flex-end{
    justify-content: flex-end;
}
.title {
    z-index: 99;
    margin-bottom: 40px;
}
.title h1{
    color: #9CAB37;
    font-size: 20px;
}
.title h2{
    font-size: 42px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}
.title h2 img {
    margin-top: -30px;
    margin-left: 11px;
}
.title p{
    font-size: 18px;
    color: #000;
    width: 780px;
    margin: 0px auto;
}
/* TOP BAR */
.top-nav{
    background-color: #2B7392;
    height: 39px;
}
.top-nav .location-language .bootstrap-select {
    width: 100% !important;
}
.divider{
    height: 26px;
    width: 1px;
    background-color: #fff;
    margin: 0 10px;
}
.top-nav .location-language  p{
    color: #fff;
    font-weight: 500;
}
.top-nav .location-language a{
    color: #fff;
    text-decoration: none;
}
.top-contact{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.top-contact a {
    color: #fff;
    text-decoration: none;
}
.button-box a {
    background-color: #4EC2B5;
    padding: 10px 20px;
    color: #fff;
    margin-left: 58px;
    font-family: "Graphik Web Regular Regular";
    font-weight: 600;
    text-decoration: none;
    font'CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX';
    font-size: 16px;
}
.button-box a:hover{
    background-color: #072736;
}



.slider img{
    width: 100%;
}
.slider-content {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0px auto;
    width: 600px;
    height: 100%;
    display: flex;
    align-items: center;
}
.slider-content h1 {
    color: #fff;
    font-size: 66px;
    font-weight: 700;
    margin: 0;
}
.slider-content h2 {
    font-weight: 700;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    margin: 10px 0 0;
}
.slider-content p {
    color: #fff;
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 22px;
}
.slider-content h1 span {
    color: #4EC2B5;
}
.founder-image img {
    width: 100%;
    z-index: 99;
    position: relative;
}
.founder-image {
    position: relative;
}
.founder-image::after{
    content: '';
    position: absolute;
    left: 12px;
    top: 22px;
    height: 99%;
    width: 100%;
    background: linear-gradient(0deg, #927348 0%, #F6E5A8 100%);
}
.founder-box h1 {
    font-family: "Graphik Web Regular Regular";
    color: #4EC2B5;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 14px;
}
.founder-box h2 {
    font-size: 32px;
    color: #072736;
    font-weight: 700;
    margin-bottom: 34px;
}
.founder-box p {
    color: #072736;
    margin-bottom: 34px;
}
.founder-box p:last-child{
    margin-bottom: 0px;
}
.founder-box {
    padding: 0 104px 0 58px;
    margin-top: 28px;
}
.icon-box ul {
    margin: 0px;
    padding: 0px;
    list-style: none; 
}
.icon-box ul li {
    padding: 10px 0;
    font-weight: 600;
    color: #072736;
}
.icon-box ul li img {
    margin-right: 10px;
}
.signature {
    margin-top: 34px;
}


.programs-section{ 
    background-color: #072736;
}
.programs-section .title {
    margin-bottom: 250px;
    color: #fff;
}
.program-box {
    border: 1px solid #4EC2B5;
}
.program-box .image {
    margin: 0 40px;
    overflow: hidden;
    margin-top: -180px;
}
.program-box .info h2 {
    font-weight: 700;
    color: #FFFFFF;
    font-size: 22px;
    margin-bottom: 28px;
}
.program-box .info ul {
    padding: 0;
    list-style: none;
}
.program-box .info ul li {
    color: #FFFFFF;
    padding: 0px 0 15px;
}
.program-box .info a {    
    color: #4EC2B5;    
    text-decoration: none;
}
.program-box .info a img{
     transition: all 0.6s ease;
}
.program-box .info a:hover img{
    padding-left: 10px;
    transition: all 0.6s ease;
}
.program-box .info {
    padding: 36px 40px;
    height: 260px;
}

.blog-section .blog-box .blog-img img {
    width: 100%;
}
.blog-section .blog-box .info {
    margin: 12px 0 0;
}
.blog-section .blog-box .info h2 {
    font-size: 18px;
    font-weight: 700;
    color: #4EC2B5;
    margin-bottom: 10px;
}
.blog-section .blog-box .info h3 {
    font-size: 22px;
    color: #072736;
    font-weight: 700;
} 
.founder-section{
    overflow: hidden;
}
.about-section {
    position: relative;
    overflow: hidden;
}
.about-section .about-content {
    text-align: center;
    padding: 30px 0;
}
.about-section .about-image-1 {
    text-align: right;
    margin-top: 170px;
}
.about-section .about-content span {
    font-size: 22px;
    color: #4EC2B5;
    font-weight: 500;
    display: block;
    margin-bottom: 13px;
}
.about-section .about-content h2 {
    font-weight: 700;
    margin-bottom: 15px;
}
.about-section .about-content p {
    color: #072736;
}
.about-section .about-content img {
    margin-top: 40px;
}
.about-section .safer-content .btn-green {
    margin-top: 0px;
}
.about-section .safer-content{
    padding: 30px 60px;
}
.about-section .safer-content h2{
    font-weight: 700;
    margin-bottom: 24px;
}
.about-section .safer-content p{
    margin-bottom: 26px
}
.mt-negative{
        margin-top: -100px;
}
.safar-approach{
    background-color: #2A707C
}
.safar-approach .safar-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    text-align: center;
    position: relative;
}
.safar-approach .safar-wrapper .safar-box h2 {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 0px;
}
.safar-approach .safar-wrapper .safar-box::after{
    content: '';
    position: absolute;
    top: 0px;
    left: 150px;
    right: 0px;
    margin: 0px auto;
    background-image: url(../images/circle-line.png);
    height: 34px;
    background-repeat: no-repeat;
    width: 220px;
}
.safar-approach .safar-wrapper .safar-box:last-child::after{
    display: none
}
.safar-approach .safar-wrapper .safar-box p {
    color: #fff;
    margin-top: 16px
}
.safar-approach .safar-wrapper .safar-box {
    position: relative;
}
.safar-approach .safar-wrapper .safar-box .img {
    z-index: 9;
    position: relative;
}
.explore-section{
    overflow: hidden;
}
.explore-section .testimonial-box{
    position: relative; 
}
.explore-section .owl-carousel .owl-stage-outer{
    overflow: visible;
}
.explore-section .owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
    top: -110px;
    width: 100%;
}
.explore-section .owl-carousel .owl-nav button.owl-next, .explore-section .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 0px;
}
.explore-section .owl-carousel .owl-nav button.owl-prev{
    left: 180px;
}
.explore-section .owl-carousel .owl-nav button.owl-next{
    right: 180px;
}
.explore-section .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent; 
}
.explore-section .testimonial-box{
    transition: all 0.6s ease; 
}
.explore-section .testimonial-box:hover{
    transition: all 0.6s ease;
    box-shadow: 0px 4px 54px 0px #00000040;
}
.explore-section .testimonial-box h2{
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: 0px;
    left: 0px;
    text-align: center;
    margin: 0px auto;
    font-size: 18px;
    font-family: "Graphik Web Regular Regular";
    font-weight: 700;
    padding: 0 20px;
    text-transform: uppercase;
}
.explore-section .testimonial-box-1{
    width: 723px;
    margin: 0px auto;
    text-align: center;
}
.explore-section .testimonial-box-1 .img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0px auto;
    text-align: center;
}
.explore-section .testimonial-box-1 .img img {
    margin: 0px auto;
    text-align: center;
    display: inline-block;
}
.explore-section .testimonial-box-1 h2{
    font-size: 18px;
    margin-top: 28px;
}
.explore-section .testimonial-box-1 p{
    color: #072736;
}
.explore-section.success-testimonial .owl-theme .owl-nav {
    top: 100px; 
}
.success-testimonial .btn-green{
    background-color: #072736;
}
.success-testimonial .btn-green:hover{
    background-color: #4EC2B5;
}
.first-step{
    background-color: #4EC2B5;
    padding: 59px 0;
}
.first-step .about-content h2 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 44px;
    color: #fff;
    margin-bottom: 40px;
}
.first-step .about-content p {
    color: #fff;
    font-size: 18px;
    margin: 0;
}
.first-step .about-content .btn-green {
    background-color: #072736; 
    margin-top: 40px; 
    margin-right: 14px;
    border: 1px solid transparent;
    padding: 14px 55px 12px;
}
.first-step .about-content .btn-green:hover{
     background-color: #4EC2B5;
    border: 1px solid #fff
}
footer{
    margin-top: 30px;
    background-color: #072736;
    position: relative;
    padding: 60px 0;
}
.footer-logo .logo{
    margin-bottom: 80px;
}
.footer-logo .logo img{
    position: absolute;
    top: 0;
    margin-bottom: 20px;
    width: 270px;
}
.footer-logo p{
    color: #fff;
    width: 330px;
    margin-bottom: 0;
    margin-top: 120px;
}
.footer-logo .social-media a{
    display: inline-block;
    margin-right: 12px;
}
.footer-wegits h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 28px;
}
.footer-wegits a:hover{
    padding-left: 5px;
}
.footer-wegits a {
    display: block;
    text-decoration: none;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 300;
}
.footer-wegits span {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.footer-wegits p { 
    color: #fff;
}
 



.accordion-button, .accordion-button:not(.collapsed), .accordion-button:focus {
    background: #2A707C;
    color: white;
}

.accordion-button::after {
        font-family: FontAwesome;
    content: "\2b";
    background-image: none;
}

.accordion-button:not(.collapsed)::after {
        content: "\f068";
        background-image: none;
}

.accordion-body {
    background: #49b2a7;
}