@import url(https://db.onlinewebfonts.com/c/8a3314077ac9ebc46b4620ff2e486726?family=RM+Neue+Bold);
@import url(https://db.onlinewebfonts.com/c/c5f6f88904a2f008e281beb54726bc96?family=RM+Neue+Regular);
@import url(https://db.onlinewebfonts.com/c/01c1a10005e69313813f6423c24fa730?family=RM+Neue+Light);
@import url(https://db.onlinewebfonts.com/c/2ad31c57da1d92d57c9479f0d23436e8?family=RM+Neue+SemiBold);


/* font-family: "RM Neue Regular";
font-family: "RM Neue Bold";
font-family: "RM Neue Light";
font-family: "RM Neue SemiBold";
*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --greenColor:#A6D178;
    --blueColor:#5A92DB;
}

.primaryGreenText{
    color: var(--greenColor);
}
.primaryGreenBg{
    background: var(--greenColor) !important;
}

.primaryBlueBg{
    background: var(--blueColor) ;
}

.section-padding-x{
    padding-left: 55px;
    padding-right: 55px;
}

.headerTop {
    padding: 46px 28px 36px 78px;
    height: 145px;
}

.mobileMenuBar svg,.closeNavBar svg{
    fill: #5A92DB;
    cursor: pointer;
}

img.mainImg-mobile {
    max-width: 100%;
    height: -webkit-fill-available;
    object-fit: cover;
}

.titleTextmobile{
    font-weight: 700;
    font-size: 40px;
}

body{
    background-color: #fff;
    font-family: "RM Neue Regular";
    font-size: 20px;
}

.primaryColor{
    color: #5A92DB;
}

a{
    text-decoration: none;
    color: inherit;
}

header .logo{
    width: 297.009px;
}

.languageDropdown{
    color: #5A92DB;
    border: none;
    font-size: 18px;
    font-weight: 700 !important;
    line-height: 1em;
    padding-right: 6px;
    background: transparent;
        
}

header input{
    border-radius: 48px;
    border: 2px solid #5A92DB;
    padding: 12px 40px 12px 25px;
    width: 250px;
    color: #5A92DB;
    height: 46px;
}

@media (min-width:991px) {
    .dropdown-menu .dropdown-item:hover { color: #5a92db !important;  background-color: #fff !important;}
}

header input::placeholder{
    color:#E0E0E0;
}

header .inputBox img{
    position: absolute;
    top: 12px;
    right:18px;
}
nav *{
    color: #fff;
}
header nav{
    background: #5A92DB;
    padding: 0 78px 0;
    justify-content: space-between;
}

nav a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
}

a:hover{
    color: unset;
}


nav .dropdown-menu{
    background-color: var(--blueColor);
    padding: 0.6rem 0;
}

.dropdown-menu .dropdown-item {
    padding: 0.35rem 1.5rem;
}    

nav .dropdown-menu li a,nav .dropdown-menu li{
    color: #fff;
    font-size: 18px;
    font-weight: unset;
    font-weight: 700;
}

.dropdown-menu .dropdown-submenu {
    left: 98%;
    top: -10px;
}

footer{
    padding: 35px 110px 42px 78px;
    width: 100%;
    font-size: 16px;
    line-height:20px;
}

.dropdown-toggle::after{
    display: none;
}

footer a{
    color: #5A92DB;
    font-size: 20px;
    font-weight: 400;
    line-height:30px;
}

footer .logo{
    width: 178px;
}

footer .social-icons{
    position: relative;
    left: -10px;
}

footer .social-icons img{
    height: 20px;
}

footer .footer-links p{
    color: #0C2032;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 12px;
        letter-spacing: 1px;
        line-height:30px;
}
.dropdown:hover > .dropdown-menu {
    display: block;
}


/* Hero Section */
.bannerimage img {
    height: 100%;
    object-fit: cover;
    display:block;
}
.heroSection .swiper-pagination{
    left: unset !important;
    width: unset !important;
    bottom: 30px !important;
    right: 80px !important;
}
.swiper-slide{
    display: flex;
    height: auto;
    flex-wrap: wrap;
}
.swiper-pagination-bullet{
    border: 3px solid white;
    width: 18px;
    height: 18px;
    margin-left: 6px !important;
    margin-right: 6px !important;
}

 .swiper-pagination-bullet-active{
    background-color: #fff !important;
}

.sectionBlue{
    background:#003F53;
    color: #A6D178;
    font-size: 24px;
    font-weight: 700;
    min-height: 100vh;
    padding:  87px 78px ;
    position: relative;
}

.linkButton{
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
}

.linkButton img{
    width: 25px;
    height: 25px;
}

.linkButton a{
    text-decoration: underline;
}


/* Testimonials Section */
.testimonials{
    background: #BE8617;
    padding: 65px 78px 113px;
}

.testimonials h1{
    margin-bottom: 100px;
}

.testimonials .profile{
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background-color: white;
    flex-shrink: 0;
    overflow: hidden;
}

.testimonials .profile img {
    width: 230px;
    height: 230px;
}

.testimonial-item{
    width: 48%;
    padding: 0%;
}

.testimonials .testimonial-name,.testimonials .testimonial-client{
    font-size: 2.3rem;
    font-weight: 700;
}
.testimonials .testimonial-client{
    font-weight: 400;
}

.section-head{
    font-size: 76px;
    font-weight: 700;
    line-height: 90px;
}
.row.padding143 {
    padding-top: 140px;
}


/* Sustainable section */

.sustainable{
    width: 100%;
    min-height: 100vh;
    position: relative;
    color: #fff;
    padding: 20px 78px;
}

.sustainable .mainImg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

/* Award and Partners section */
.awardPartners{
    padding-top: 5px;
    padding-bottom: 30px;
    background: #003f53;
}

.awardPartners img{
    max-width: 100%;
}


/* History section */
.history{
    background: #BE8617;
    min-height: 100vh;
    width: 100%;
    position: relative;
    padding-top: 97px;
    padding-bottom: 97px;
}

@media(min-width: 768px) and (max-width:1280px){
    .history{
        min-height: auto!important;
    }
}

.history .mainImg{
    width: calc(100vh - 200px);
    height: calc(100vh - 200px);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}



.history .linkButton {
    position: absolute;
    right: 81px;
    bottom: 66px;
}

.sectionHeadSmall {
    font-size: 30px;
    font-weight: 700;
}

/* Our Services */

.ourServices img{
    width: 100%;
    height: 100%;
}

.serviceLeft{
    background: #003F53;
    padding-top: 140px;
    padding-bottom: 140px;
}

.ourServices .customSlideDots{
    margin-top: 60px;
    display: flex;
    gap: 25px;
}

.ourServices .activeServiceTab{
    color: var(--blueColor);
    text-decoration: underline;
}

.ourServices .serviceTabs span {
    cursor: pointer;
}

.ourServices .customSlideDots div{
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 4px solid #fff;
    cursor: pointer;
}


.ourServices .customSlideDots .activeDot{
    background: #fff;
}

.ourServices .serviceImages img{
    display: none;
    object-fit: cover;
}

.ourServices .serviceImages .activeServiceImage{
    display: initial;
}

/* News section */
.NewsRight{
    background: var(--greenColor);
    padding-top: 86px;
    padding-bottom: 86px;
    font-size: 20px;
}

.NewsRight .titleText {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 20px;
}
.NewsRight1 .titleText {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 20px;
}

.newLeft img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.newsSection .swiper-pagination {
    left: unset !important;
    top: unset;
    width: unset !important;
    bottom: 100px !important;
    right: 80px !important;
}*/
/*.newsSection .swiper-pagination{
    position: static!important;
    background-color: #a6d178!important;
}
*/
/* textRightSection */
.textRightSection {
    padding: 116px 54px 75px 54px;
    background-color: #5A92DB;
    font-size: 40px;
    font-weight: 700;
    position: relative;
   /* display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between; */
}

/* .textRightSection img {
    position: absolute;
    left: 0;
    bottom: 0%;
} */

.textRightSection .insideImage {
    left: 1.4rem;
}

.textRightSection .main-head {
    font-size: 100px;
    font-weight: 700;
    line-height: 141px;
}

.textRightSection .second-head {
    color: #A6D178;
    font-size: 76px;
    font-weight: 400;
    line-height: 90px;
}

@media screen and (max-width:1300px) {
    nav a {
        font-size: 16px;
    }

    .textRightSection {
        padding: 5rem 78px 3.5rem;
        background-color: #5A92DB;
        /*min-height: 100vh;*/
        font-size: 27px;
        font-weight: 700;
        position: relative;
    }

    .textRightSection img {
        position: absolute;
        left: 0;
        bottom: 0%;
        width: 30%;
    }

    .textRightSection .main-head {
        font-size: 90px;
        font-weight: 700;
        line-height: 120px;
    }

    .textRightSection .second-head {
        color: #A6D178;
        font-size: 40px;
        font-weight: 400;
    }

    .testimonials .profile {
        width: 160px;
        height: 160px;
    }

    .testimonials .profile img {
        width: 160px;
        height: 160px;
    }


}


@media screen and (max-width:1150px) {
    header nav {
        padding: 18px 35px 15px;
        justify-content: space-between;
    }

    .headerTop {
        padding: 30px 35px;
    }
    .section-padding-x{
        padding-left: 35px;
        padding-right: 35px;
    }

    .serviceLeft{
        padding-left: 50px;
    }
    .ourServices .swiper-pagination {
        right: unset !important;
        width: unset !important;
        bottom: 100px !important;
        left: 50px !important;
    }

    footer {
        padding: 35px 20px 42px;
    }

    .ourServices .section-head{
        font-size: 3rem;
    }
}

@media screen and (max-width:991px) {
    
    .section-padding-x {
            padding-left: 25px;
            padding-right: 25px;
    }

    header nav {
        background: #5A92DB;
        padding: 18px 25px 15px;
        justify-content: space-between;
        z-index: 12;
        box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.3);
        padding-top: 50px;
        transition: all 0.5s;
    }


    nav .dropdown-menu {
        background-color: #fff;
        padding: 0.5rem 0;
    }

    .dropdown-menu .dropdown-item {
        padding: 0.25rem 1rem;
    }

    nav .dropdown-menu li a,
    nav .dropdown-menu li {
        color: var(--blueColor);
        font-size: 16px;
    }

    .dropdown-menu .dropdown-submenu {
        left: 0%;
        top: 32px;
    }

    header nav ul{
        flex-direction: column;
        gap: 20px;
    }

    header input {
        padding: 8px 40px 6px 25px;
        width: 100%;
    }

    header .inputBox img {
        position: absolute;
        top: 12px;
        right: 18px;
        width: 18px;
    }

    .headerTop{
        padding: 17px 25px;
    }
    
    footer{
        padding: 35px 20px 42px;
    }

    .navbar>ul{
        flex-direction: column;
    }

    header .logo {
        width: 200px;
    }

    .sustainable{
        padding: 20px 25px;
            
    }

    .testimonial-item {
        width: 100%;
        justify-content: center;
    }

    .testimonials .profile {
        width: 180px;
        height: 180px;
    }

    .testimonials .profile img {
        width: 180px;
        height: 180px;
    }

    .testimonials h1 {
        margin-bottom: 50px;
    }

    .section-head {
        font-size: 4rem;
        font-weight: 700;
    }

    .sectionBlue{
        min-height: unset;
        font-size: 45px;
    }

    .linkButton{
        font-size: 24px;
        font-weight: 700;
    }

    

    .history .mainImg {
        width: 350px;
        height: 350px;
        border-radius: 50%;
        position: static;
        top: 50%;
        left: 50%;
        transform: translate(0,0);
    }

    .history .linkButton,.sectionBlue .linkButton{
        /* font-size: 24px;
        font-weight: 700; */
        position: static;
        margin-top: 50px;
        text-align: end;
    }

    .history .section-head{
        margin-bottom: 50px;
    }

    .sectionHeadSmall {
        font-size: 20px;
        font-weight: 700;
    }
    .serviceLeft {
        padding-left: 50px;
    }

    
        .textRightSection .main-head {
            font-size: 70px;
            font-weight: 700;
            line-height: normal;
        }
    
        
}




@media screen and (max-width:576px) {
    body{
        font-size: 1rem;
    }
    .headerTop {
        padding: 16px 25px;
    }
    .testimonials {
        background: #BE8617;
        padding: 60px 25px;
    }

    /* .testimonials p {
        font-size: 1rem;
    } */

    .testimonials .profile {
        width: 150px;
        height: 150px;
    }
    .testimonials .profile img {
        width: 150px;
        height: 150px;
    }

    .testimonial-item {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .testimonials .testimonial-name,
    .testimonials .testimonial-client {
        font-size: 1.8rem;
        font-weight: 700;
    }

    .testimonials .testimonial-client {
        font-weight: 400;
    }

    .section-head {
        font-size: 2.5rem;
        font-weight: 700;
    }

    .sectionBlue {
        font-size: 40px;
        padding: 60px 40px;
    }

    .sectionBlue .linkButton {
        font-size: 30px;
        font-weight: 700;
        position: static;
        margin-top: 50px;
        text-align: end;
    }

    header .logo {
        width: 150px;
    }

    .textRightSection {
        padding: 60px 25px;
        background-color: #5A92DB;
        min-height: unset;
        font-size: 1.2rem;
        font-weight: 700;
        position: relative;
    }
    .textRightSection .main-head {
        font-size: 3rem;
        font-weight: 700;
        line-height: unset;
    }

    .textRightSection .second-head {
        color: #A6D178;
        font-size: 30px;
        font-weight: 400;
    }



    .awardPartners {
        padding-top: 70px;
        padding-bottom: 90px;
    }

    .awardPartners .awards img{
        width: auto;
        height:auto;
    }

    .history {
        min-height: unset;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .history .mainImg {
        width: 260px;
        height: 260px;
    }  
    
    .heroSection .swiper-pagination {
        
        bottom: 20px !important;
        right: 50% !important;
        transform: translateX(50%);
    }

    .ourServices .swiper-pagination{
            right: unset !important;
            width: unset !important;
            bottom: 20px !important;
            left: 50% !important;
            transform: translate(-50%);
    }

    .heroSection .swiper-slide{
        height: 300px;
    }

    .heroSection .swiper-slide img{
        height: 100%;
        object-fit: cover;
    }

    .serviceLeft{
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .ourServices .customSlideDots {
        margin-top: 60px;
        display: flex;
        gap: 15px;
    }

    .ourServices .customSlideDots div {
        width: 19px;
        height: 19px;
        border: 2px solid #fff;
    }

    .ourServices .serviceImages img{
        height: 350px;
    }
}
.custom-css-1178 .section.codeSnippetRow01 .textRightSection {
    display: block;
}
/* vertical carousel */
.carousel-inner, .carousel, .carousel-item, .carousel-container {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start {
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
}

.carousel-item-next:not(.carousel-item-start), .active.carousel-item-end {
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
}

.carousel-indicators {
  top: 0;
  margin: auto;
  height: 20px;
  right: 10px;
  left: auto;
  display: block;
}

.carousel-indicators [data-bs-target] {
  background: none;
  border: 2px solid #FFF;
  border-radius: 12px;
  width: 12px;
  height: 12px;
  margin-bottom: 5px;
}

.carousel-indicators li.active {
  background: #FFF;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 4rem;
  height: 4rem;
  position: fixed;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}

.carousel-control-prev-icon {
  top: 5%;
}

.unclickable {
  pointer-events: none;
}

.clickable {
  pointer-events: all;
}

.btn-style {
  border-color: #FFF;
  content: url("./images/GitHub-Mark-Light-120px-plus.png");
  width: calc(1.475rem + 2.7vw);
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 4px;
}

.btn-style:hover {
  background-color: black;
  content: url("./images/GitHub-Mark-Light-120px-plus.png");
  width: calc(1.475rem + 2.7vw);
}

.img-style {
  width: calc(1.475rem + 2.7vw);
}

.img-style:hover {
  width: calc(1.475rem + 2.7vw);
}

.jello-horizontal {
    -webkit-animation: jello-horizontal 0.9s cubic-bezier(0.175, 0.885, 0.320, 1.275) 3 both;
            animation: jello-horizontal 0.9s cubic-bezier(0.175, 0.885, 0.320, 1.275) 3 both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-2-15 8:33:53
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
 @-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}


.centered {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 }
 .youtube-embed {
 position: relative;
 height: 0;
 padding-top: 56%;
 overflow: hidden;
 max-width: 100%;
 }
 .youtube-embed iframe { 
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 }

 .sectionWhite {
    min-height: 100vh;
    padding: 87px 78px;
    position: relative;
}

 /* tabs */
 .nav-pills li{ position: relative;}
 .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #5A92DB;
    background-color: transparent;
    font-size: 30px;
    font-weight: 700;
    position: relative;
}
.nav-pills .nav-link { color: #ACC8ED; font-size: 30px;
    font-weight: 700; }

    .nav-pills .nav-link.active::after {
        content: "";
    }
    
    .nav-pills .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    font: var(--fa-font-solid);
    color: #5A92DB;
    transform: translate(-50%, -50%);
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: #5A92DB;
    }

    .no-horizontal-padding  { padding-right: 0; padding-left: 0;}
    .main-head { font-size: 76px; line-height: 1.2em; font-weight:700;}
    .text-black { color: #000; }
    .text-green { color: #A4CF78; }
    .f-30 { font-size: 30px; line-height: 1.2em; font-weight: 700;}

    .sectionBlues {
        background: #003F53;
        color: #A6D178;
        font-size: 68px;
        font-weight: 700;
        padding: 7px 78px;
        position: relative;
    }
    .objectcover { object-fit: cover; height: 550px; width: 100%;}


 /* team meber */
    .team .member {
        margin-bottom: 20px;
        overflow: hidden;
        text-align: center;
        border-radius: 4px;
        background: #fff;
        box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
    }
    .team .member .member-info {
        padding: 25px 15px;
    }
    .team .member .member-img {
        position: relative;
        overflow: hidden;
    }
    .img-fluid {
        max-width: 100%;
        height: auto;
        width: 100%;
    }
    .team .member .member-info h4 {
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 20px;
        color: #5A92DB;
    }
    .team .member .member-info span {
        display: block;
        font-size: 13px;
        font-weight: 400;
        color: #aaaaaa;
    }
    @media (min-width: 576px) {
.modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
} }

button.close {
    float: right;
    padding: 0;
    border-radius: 50%;
    font-size: 26px;
    line-height: 18px;
    width:32px;
    height:32px;
}
button.close span {
    display: block;
    font-family: arial;
    line-height: 12px;
}
th {
    font-family: "RM Neue Light";
}
.swiper-pagination.blog.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
    z-index: 10;
}

@media(max-width:768px){
    .col-6.align-self-end.order-last.order-lg-first {
        width: 100%;
    }
    .textRightSection img {
        position: relative;
        float: right;
    }
    /*.swiper-pagination.blog.moveright.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {*/
    /*    left: auto !important;*/
    /*    right: 0 !important;*/
    /*    position: relative;*/
    /*    transform: rotate(0deg) !important;*/
    /*    text-align: right;*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    align-items: flex-end;*/
    /*    margin-right: 55px;*/
    /*}*/
    .swiper-pagination.blog span {
        display: block;
        margin: 0 0 10px !important;
    }
    .swiper-pagination.blog span:last-child {
        margin-bottom: 0 !important;
    }
}
@media(max-width: 991px){
.textRightSection img{
    position:relative;
}
}
/*add new css night dev 30/09/2023*/
.tab-content .col-lg-8 {
    height: auto;
}
.tab-content .col-lg-8 img {
    height: 100%;
    object-fit: cover;
}
.custom-css-1331 .sectionBlue {
    min-height: initial;
}
@media (min-width: 767px) and (max-width: 991px) {
    .custom-css-1334 .swiper-slide p,
    .custom-css-1330 .swiper-slide p, 
    .custom-css-1205 .swiper-slide p,
    .custom-css-1196 .swiper-slide p{
        padding-bottom: 100px;
    }
    .custom-css-1334 .swiper-slide .section-padding-x,
    .custom-css-1330 .swiper-slide .section-padding-x,
    .custom-css-1205 .section-padding-x{
        padding-left: 78px;
        padding-right: 78px;
    }
    .custom-css-1205 .textRightSection .main-head {
        line-height: 110px;
    }
    .custom-css-1334 .blog.swiper-pagination-bullets.swiper-pagination-horizontal,
    .custom-css-1330 .blog.swiper-pagination-bullets.swiper-pagination-horizontal,
    .custom-css-1205 .blog.swiper-pagination-bullets.swiper-pagination-horizontal,
    .custom-css-1196 .blog.swiper-pagination-bullets.swiper-pagination-horizontal{
        left:50%;
        padding-bottom:30px;
    }
}
@media (min-width: 767px) and (max-width: 1100px) {
    .custom-css-1334 .textRightSection .main-head,
    .custom-css-1330 .textRightSection .main-head,
    .custom-css-1205 .textRightSection .main-head,
    .custom-css-1196 .textRightSection .main-head{
        line-height:110px !important;
    }
}
@media(max-width:575px){
    .custom-css-1334 .swiper-pagination.blog.swiper-pagination-clickable.swiper-pagination-bullets,
    .custom-css-1330 .swiper-pagination.blog.swiper-pagination-clickable.swiper-pagination-bullets,
    .custom-css-1205 .swiper-pagination.blog.swiper-pagination-clickable.swiper-pagination-bullets,
    .custom-css-1196 .swiper-pagination.blog.swiper-pagination-clickable.swiper-pagination-bullets{
        padding: 0 28px;
    }
}