@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
 {
     margin:0;
     padding:0;
}
/* width */
 ::-webkit-scrollbar {
     width: 3px;
}
 body{
     font-family: "Montserrat", sans-serif !important;
}
 a:hover{
     text-decoration: none;
}
 img {
     max-width: 100%;
}
 .form-check-input:focus, .form-control:focus{
     outline: none !important;
     box-shadow: none !important;
}
a.navbar-brand img {
    height: 75px;
}
ul.navbar-nav.ms-auto li.nav-item a.nav-link{
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #1e1e1e;
  padding: 0px;
  position: relative;
}
ul.navbar-nav.ms-auto li.nav-item a.nav-link:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #1e1e1e;
    top: 0px;
    right: -20px;
}
ul.navbar-nav.ms-auto li.nav-item {
    margin-left: 40px;
}
.cnas {
    text-align: center;
}
.cnas a.btn {
    border-radius: 50%;
    border: 1px solid #b5b5b5;
    font-size: 14px;
    color: #b5b5b5;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.cover-footer{
    background-image: url(../images/footer-bg.png);
    padding: 80px 0px 50px;
    background-repeat: no-repeat;
    background-size: cover;
}
.copy-right{
    padding: 20px 0px;
    background-color: #01416c;
}
.copy-right p{
    color: #fff;
    line-height: 14px;
    font-weight: 400;
    font-size: 14px;
}
.f-logos{
    margin-bottom: 15px;
}
.f-logos img {
    width: 160px;
    border-radius: 10px;
    background-color: #fff;
    padding: 3px 5px;
}
.medials p {
    font-size: 16px;
    margin-bottom: 0px;
    color: #bdc2cc;
    font-weight: 400;
    line-height: 26px;
}
.center-div h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 35px;
    position: relative;
    font-weight: 700;
}
.center-div h3:after{
    position: absolute;
    content: '';
    bottom: -12px;
    left: 0;
    border-radius: 10px;
    height: 2px;
    width: 92px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, #04ce78, transparent);
}
.f-menu{
    display: flex;
    flex-wrap: wrap;
}
.f-menu li{
    display: inline-block;
    width: 50%;
    margin-bottom: 15px;
}
.f-menu li a {
    color: #bdc2cc;
    font-size: 16px;
    text-decoration: none;
    line-height: 18px;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
}
.f-menu li a:after{
    position: absolute;
    content: '\f054';
    left: 0px;
    top: 50%;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    color: #bdc2cc;
    font-weight: 700;
    transform: translateY(-50%);
}
.medials {
    padding-right: 50px;
}
.map a {
    font-size: 16px;
    color: #bdc2cc;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
}
.phone a,.mail a{
  font-size: 16px;
  color: #bdc2cc;
  text-decoration: none;
  font-weight: 500;
}
.mail{
    margin-right: 35px;
}
.cover-phones {
    display: flex;
    flex-wrap: wrap;
}
.center-div1{
    padding-right: 60px;
}
.py-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.pt-40{
    padding-top: 40px;
}
.pt-30{
    padding-top: 30px;
}
.pb-60{
    padding-bottom: 60px;
}
.pb-40{
    padding-bottom: 40px;
}
.pb-30{
    padding-bottom: 30px;
}
section.about{
    background-image: url(../images/about-bg.png);
    background-size: cover;
}
.med h3{
    text-transform: uppercase;
    font-size: 20px;
    color: #91bf25;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 25px;
}
.dr {
    padding-right: 65px;
}
.dr img {
    width: 100%;
}
header.sticky-top.active {
    background-color: #fff;
    box-shadow: 8px 2px 5px 2px #ececec;
}
.center-div {
    margin-top: 10px;
}
.care h4{
    color: #1e1e1e;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 25px;
    font-weight: 700;
}
.care p{
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
    font-weight: 400;
}
.hearts li{
    margin-bottom: 15px;
    font-size: 16px;
    color: #1e1e1e;
    line-height: 20px;
    font-weight: 600;
}
.hearts li span{
    margin-right: 5px;
}
.hearts li span img{
    width: 25px;
}
.more a {
    background-color: #c1ff72;
    padding: 8px 24px;
    text-decoration: none;
    border-radius: 20px;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    color: #279151;
    font-weight: 500;
}
.more a i {
    color: #64aa0b;
    margin-left: 5px;
}
.heading h3{
    color: #91bf25;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.sub-heading h4{
    margin-bottom: 45px;
    font-weight: 700;
    font-size: 36px;
    color: #1e1e1e;
    line-height: 42px;
}
section.services{
    /* background-image: url(../images/service-bg.png); */
    /* background-size: cover; */
    background-color: #f8f8f8;
}
.three-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 25px 30px;
    position: relative;
    text-align: center;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    z-index: 2;
}
.three-box:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #ffffff;
    border-radius: 18px;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.three-box:hover:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
.three-box .box-shape {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.three-box:hover .box-shape {
    opacity: 0;
}
.one-box{
    /* background-image: url(../images/service_card_1.jpg); */
    background-color: #015f9f;
}
.round-box {
    background-color: #f3f4f6;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 100%;
    padding: 15px;
    transition: 0.4s ease-in-out;
}
.round-box img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.three-box:hover .round-box {
    background-color: #c1ff72;
}
.three-box:hover .round-box img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.three-box .box-title {
    margin-top: 20px;
    margin-bottom: 30px;
}
.box-title h3{
    margin-bottom: 5px;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    transition: 0.4s ease-in-out;
}
.box-title p{
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #565656;
    transition: 0.4s ease-in-out;
    min-height: 40px;
}
.box-link a {
    background-color: #c1ff72;
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 20px;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    color: #279151;
    font-weight: 500;
    transition: 0.4s ease-in-out;
}
.box-link a i {
    color: #64aa0b;
    margin-left: 5px;
}
.three-box:hover .box-title h3,.three-box:hover .box-title p{
    color: #fff;
}

.rounded-text a{
    font-size: 16px;
    color: #005e9e;
    text-decoration: underline;
    padding: 10px 20px;
    text-transform: uppercase;
    border: 1px solid #b8b8b8;
    border-radius: 25px;
    position: relative;
    display: inline-block;
    background-color: #f5f7fa;
    z-index: 2;
    font-weight: 700;
}
.rounded-text{
    position: relative;
    margin-top: 85px;
}
.rounded-text:before{
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #d8dde1;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
section.team{
    background-image: url(../images/team-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
section.choose {
    background-image: url(../images/numer-bg.png);
    background-repeat: no-repeat;
    background-position: 100% 65%;
    padding-top: 60px;
    padding-bottom: 100px;
}
.choose-feature-wrap {
    position: relative;
    z-index: 2;
    width: 610px;
}
.choose-feature-wrap:before {
    content: '';
    height: 72%;
    width: 1px;
    background-color: #a4ce04;
    position: absolute;
    top: 49px;
    left: 25px;
    z-index: -1;
}
.choose-feature {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 15px;
    margin-bottom: 23px;
    text-align: left;
}
.choose-feature .box-title {
    padding-top: 15px;
}
.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em;
}
.box-text{
  font-size: 16px;
  color: #666666;
   margin-bottom: -0.5em;
   line-height: 22px;
   font-weight: 400;
}
.choose-feature .media-body {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 34px;
}
.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.choose-feature .box-number {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #a6cf09;
    color: #a6cf09;
    text-align: center;
    border-radius: 999px;
    font-size: 24px;
    font-weight: 600;
    background-color: #fff;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
ul.box-number{
    display: flex;
    /* justify-content: space-between; */
    background-color: #005f9f;
    padding: 60px 30px;
    border-radius: 30px;
    margin-bottom: 0px;
}
.box-number li h3{
    margin-bottom: 25px;
    font-size: 60px;
    line-height: 50px;
    font-weight: 700;
}
.box-number li h3 span.numbers{
    color: #91bf25;
}
.box-number li h3 label{
    color: #fff;
    margin-left: 11px;
    font-size: 48px;
}
.box-number li h3 span.pluse{
    color: #fff;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 48px;
}
.box-number p{
    color: #cbd0d2;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.box-number li{
    position: relative;
    width: 33.33%;
    text-align: center;
}
.box-number li:after{
    position: absolute;
    content: '';
    width: 1px;
    background-color: #fff;
    height: 100%;
    top: 0px;
    right: 0px;
}
.box-number li:last-child:after{
    display: none;
}
.blue-box {
    position: relative;
    top: -118px;
}
.choose-feature:last-child .media-body {
    border-bottom: none;
}
.cover-team h3 {
    color: #1e1e1e;
    font-weight: 700;
    text-align: center;
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 25px;
}
.cover-team p {
    color: #013f69;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}
.t-pic {
    margin-bottom: 15px;
}
.t-pic img{
    border-radius: 10px;
}
section.how{
    background-image: url(../images/bg-2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.five-list{
    display: flex;
    flex-wrap: wrap;
}
.five-list .cover-list {
    flex: 0 0 calc(20% - 20px);
    margin-right: 20px;
}
.five-list .cover-list ul li{
    color: #666666;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 15px;
    padding-left: 10px;
}
.five-list .cover-list ul li:after{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #91bf25;
    left: -7px;
    top: 5px;
}
.five-list .cover-list h3{
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 19px;
}
.round-list {
    margin-bottom: 25px;
}
.cover-test{
    background-color: #f5faf7;
    border-radius: 10px;
    padding: 20px 35px;
}
.satrs{
    margin-bottom: 15px;
}
.satrs span {
    color: #ffb539;
    font-size: 14px;
}
.test-conts p{
    color: #666666;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 20px;
    min-height: 55px;
}
.user-names {
    width: calc(100% - 15%);
}

.cover-user{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 0 0 95%;
}
.user {
    margin-right: 15px;
    width: calc(15% - 15px);
}
.user img {
    border-radius: 100%;
    width: 60px !important;
}
.user-names h3{
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 5px;
}
.user-names p{
    color: #9da09e;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0px;
}
.cover-test-imgs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.quote span{
    font-size: 32px;
    color: #6ece04;
}
.banner-conts h3{
    display: flex;
    font-size: 20px;
    color: #91bf25;
    line-height: 22px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 30px;
}
.banner-conts h3 span{
    margin-right: 10px;
}
.banner-conts h3 span img{
    width: 35px !important;
    mix-blend-mode: darken;
}
.banner-conts h1{
    margin-bottom: 40px;
    font-size: 40px;
    color: #1e1e1e;
    line-height: 46px;
    font-weight: 300;
}
.banner-conts h1 b{
    font-weight: 800;
}
.banner-conts p {
    margin-bottom: 70px;
    font-size: 18px;
    color: #1e1e1e;
    line-height: 28px;
    width: 70%;
}
.slide1{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 620px;
}
.slide1.one-slide {
    background-image: url(../images/banner-1.png);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}
.banner-conts {
    width: 720px;
}
.dis-more a{
    background-color: #c1ff72;
    padding: 8px 24px;
    text-decoration: none;
    border-radius: 20px;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    color: #279151;
    font-weight: 500;
}
.dis-more a i {
    color: #64aa0b;
    margin-left: 5px;
}

.main-slider .owl-nav button.owl-prev {
    left: 0px;
}
.main-slider .owl-nav button.owl-next {
    right: 0px;
}
.main-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #8fc026 !important;
    width: 42px;
    height: 42px;
    font-size: 22px !important;
    border-radius: 50% !important;
    color: #fff !important;
    opacity: 1;
}
.owl-theme.main-slider .owl-nav {
    margin-top: 0px;
}
.choose-feature .media-body ul li {
    font-size: 16px;
    color: #666666;
    margin-bottom: 5px;
    line-height: 22px;
    font-weight: 400;
    padding-left: 20px;
    position: relative;
}
.choose-feature .media-body ul li:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #91bf25;
    left: 0px;
    top: 8px;
}
ul.navbar-nav.ms-auto li.nav-item:last-child a.nav-link:before{
    display: none;
}
.heading h3 span img {
    mix-blend-mode: darken;
}
.linkdn {
    text-align: center;
    margin-top:5px;
}
.linkdn a {
    font-size: 33px;
    padding: 0px;
    margin: 0px;
}
.copy-links li{
    margin-left: 15px;
    display: inline-block;
}
.copy-links li a{
    font-size: 14px;
    color: #bdc2cc;
    font-weight: 400;
    text-decoration: none;
}
ul.list-unstyled.mb-0.copy-links {
    text-align: right;
}
.pd-cus{
    padding-left: 250px;
    padding-right: 250px;
}
.team-slider-main .owl-stage .owl-item:last-child {
    margin-right: 0px !important;
}
.team-slider-main {
    margin: 0 auto;
    width: 570px;
}
.center-div.center-div2 .map {
    margin-bottom: 21px;
    font-weight: 500;
    color: #bdc2cc;
}
button.btn-close.text-reset {
    right: 20px;
    position: absolute;
    top: 20px;
    border: 2px solid;
    width: 20px;
    font-size: 12px;
    height: 20px;
    border-radius: 100%;
}
.off-conts .mail {
    margin-right: 0px;
    text-align: left;
    margin-bottom: 20px;
}
.phone{
    text-align: left;
}
.off-conts .phone a, .off-conts .mail a {
    font-size: 20px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    line-height: 22px;
}
.off-conts p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
}
.brand {
    margin-bottom: 30px;
}
.brand img {
    height: 70px;
}

@media screen and (max-width: 1600px) and (min-width: 1360px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1290px !important;
    }
}
.btn-close:focus{
    outline: none;
    box-shadow: none;
}


.dis-more,.more.mt-5,.box-link,.rounded-text{
    display: none;
}

.innerpage-conts {
    height: 304px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 140px;
}
.we-right{
    margin-top: 25px;
    padding-left: 25px;
}
.we-right p{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #6e6565;
    font-weight: 400;
}
ul.list li{
    color: #040000;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
}
ul.list li:after{
    position: absolute;
    left: 0px;
    top: 5px;
    background-color: #04ce78;
    width: 16px;
    height: 16px;
    color: #fff;
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    border-radius: 50%;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-img img {
    width: 100%;
}
.we-right ul {
    margin-top: 50px;
}

section.whysec-2{
    background-color: #fcfdfe;
    position: relative;
    overflow: hidden;
}
.cover-icons {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.icons-1 {
    width: 60px;
    height: 60px;
    background-color: #fdf4f4;
    border-radius: 10px;
    text-align: center;
    line-height: 60px;
    margin-right: 20px;
}
.conts-icons {
    width: calc(100% - 80px);
}
.icons-1.icons-2{
    background-color: #e5ffda;
}
.icons-1.icons-3{
    background-color: #eaf5fd;
}
.conts-icons h3{
    color: #1e1e1e;
    font-size: 22px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 10px;
}
.icons-1 img {
    mix-blend-mode: darken;
    height: 38px;
}
.dis {
    position: absolute;
    bottom: -14px;
    right: 0px;
}
.main-boxs {
    padding: 0px 140px;
}
.fiver-boxs {
    margin-bottom: 40px;
    border-radius: 20px;
    box-shadow: 0px 1px 4px 1px #ebe9e9;
}
.box-conts h3 {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 25px;
    font-weight: 800;
    color: #1e1e1e;
}
.box-icon {
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 15px;
    margin-bottom: 20px;
}
.box-icon img{
    height: 70px;
}
.box-conts {
    padding: 10px 15px;
    min-height: 266px;
}
ul.nav-pills {
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
    width: 85%;
    margin: 0 auto;
    padding-bottom: 25px;
}
ul.nav-pills li .nav-link {
    background-color: #fff !important;
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding: 5px 40px;
    border-radius: 30px;
    border: 1px solid #d6d3d3;
}
ul.nav-pills li .nav-link span {
    margin-left: 30px;
}
ul.nav-pills li .nav-link.active{
    color: #0461a1;
    border: 1px solid #0461a1;
}
.tabs-conts .care {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 50px;
}
.tabs-conts .care h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
    background-color: #0461a1;
    border-radius: 10px;
    padding: 10px 40px;
    display: inline-block;
    margin-bottom: 0px;
}
.ts-pic {
    border: 1px solid #cbcaca;
    border-radius: 10px;
    padding: 20px;
    margin-right: 30px;
}
.ts-pic img{
    width: 100%;
}
.t-conts h3{
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 15px;
}
.t-conts p{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
}
.t-conts{
    margin-bottom: 45px;
}
section.innersection{
   background-repeat: no-repeat;
   background-size: cover;
}
section.what {
    background-image: url(../images/what.png);
}
section.how-main {
    background-image: url(../images/how.png);
}
section.tc {
    background-image: url(../images/tc.jpg);
}
section.why {
    background-image: url(../images/why.png);
}
section.who {
    background-image: url(../images/who.png);
}
.innerpage-conts h1{
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 15px;
}
.innerpage-conts p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    width: 450px;
}
.tabs-conts {
    margin-bottom: 60px;
}
.main-des{
    background-color: #fbfafa;
    padding: 45px 0px;
}
section.what-1 {
    padding-top: 60px;
    background-image: url(../images/Layer-46.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}
.dest h4{
    font-size: 27px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000000;
}
.covrges h3{
    font-size: 19px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #000000;
}
.dest ul {
    display: flex;
    flex-wrap: wrap;
}
.dest ul li {
    width: calc(50% - 15px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 40px;
}
.covr-img {
    width: 70px;
    margin-right: 25px;
}
.covrges{
    width: calc(100% - 115px);
}
.dest {
    padding: 0px 140px;
}
section.how-main .innerpage-conts p,section.innersection.why .innerpage-conts p, 
section.innersection.who .innerpage-conts p{
    width: 560px;
}
.cus-140{
    padding-left: 140px;
    padding-right: 140px;
}
.med-conrs h3{
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 34px;
    color: #000000;
    line-height: 38px;
}
.med-conrs h3 span{
   color: #aace5c;
}
.med-conrs h3 span:last-child{
    color: #005e9d;
}
.med-conrs {
    margin-bottom: 30px;
}
section.who-2 ul.list{
    display: flex;
    flex-wrap: wrap;
}
section.who-2 ul.list li{
    width: 50%;
}
section.who-2{
    background-image: url(../images/bg-who-2.jpg);
    background-repeat: no-repeat;
}
.bg-sec{
    background-image: url(../images/Layer-35.jpg);
    background-repeat: no-repeat;
    padding: 50px 140px;
    background-size: cover;
}
.foundr span{
    display: block;
    margin-bottom: 15px;
}
.foundr span img{
    mix-blend-mode: darken;
}
.cover-foundr-details{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.foundr label{
    color: #5d88c8;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
    line-height: 22px;
}
.foundr h3{
    color: #1e1e1e;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 0px;
    display: block;
    line-height: 32px;
}
.names-tm h3 {
    color: #1e1e1e;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 20px;
}
.names-tm label {
    color: #013f69;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 25px;
}
.names-tm p{
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    width: 92%;
}
.detail-box {
    background-color: #fff;
    padding: 15px 15px;
    border-radius: 10px;
    box-shadow: -1px -1px 9px 5px #e9e5e5;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 40% - 25px);
    margin-left: 25px;
    align-items: end;
}
.sema-pic {
    margin-bottom: 0px;
    width: calc(50% - 25px);
    margin-right: 25px;
}
.sema-pic img{
    border-radius: 10px;
}
.foundr {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
}

.linkdn-icons a {
    font-size: 20px;
    text-decoration: none;
}
.names-tm {
    width: calc(100% - 50%);
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
}
.linkdn-icons {
    text-align: right;
}
section.who-4{
    background-color: #f5faf7;
}
.cover-top {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: -1px 2px 5px 5px #eef3f0;
    border-top: 5px solid #90bf25;
}
.cover-top ul {
    display: flex;
    flex-wrap: wrap;
}
.cover-top ul li{
    width: 50%;
}
.meet-names h3 {
    color: #1e1e1e;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 20px;
}
.meet-names label {
    color: #013f69;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}
.meet-names p{
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 21px;
    width: 75%;
}
.box-meet {
    display: flex;
    flex-wrap: wrap;
    background-color: #f3feda;
    border-radius: 10px;
    width: 700px;
    margin: 0 auto;
    align-items: center;
}
.h-sema img{
    border-radius: 10px;
}
.h-sema{
    width: calc(50% - 40px);
    margin-right: 40px;
}
.meet-names{
    width: 50%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.meet-names .linkdn-icons {
    text-align: left;
}
.meet-names .linkdn-icons a{
width: 30px;   
height: 30px;
background-color: #fff;
display: inline-flex; 
justify-content: center;
align-items: center;
border-radius: 7px;
font-size: 24px;

}
.tabs-conts .row {
    align-items: center;
}

.names-tm .linkdn-icons a{
    font-size: 33px;
    line-height: 30px;
}