h1, h2, h3, h4, h5, h6{
    font-family: "RM Neue Regular";
}
h2 { font-size: 30px; line-height: 35px;}
.banner-area {
    height: calc(100% - 220px);
    height: -webkit-calc(100% - 220px);
    height: -moz-calc(100% - 220px);
}
img.full-width-image {
    object-fit: cover;
    width: 100%;
}
.no-padding {
    padding: 0;
}
.light-purple {
    background-color: #A898AF;
}

.main-heading {
    font-size: 100px;
    line-height: 1.1em;
    font-weight: 700;
}
.green-background { background-color: #A4CF78;}
.full-height-image {
    height: 100vh;
    object-fit: cover;
    width: 100%;
}
.p-20 { padding-bottom: 20px;}
.brown-background {background:#BE8617;}
.dark-blue-background {background:#003F53;}
.green { color: #A4CF78;}
.blue { color: #5A92DB;}

.section-padding-xl {
    padding-left: 78px;
    padding-right: 45px;
}
.sectionWhite { background-color: #fff;}
.sectionWhite {
    min-height: 100vh;
    padding: 87px 78px;
    position: relative;
}
.big-font { font-size: 85px; font-weight: 700; line-height: 1.2em; }
.big-font-new { font-size: 75px; font-weight: 700; line-height: 1.2em; }
.sectionWhites {
    padding: 40px 80px;
    background-color: #fff;
}
.heroSection,
.bannerimage{
    height: 100vh !important;
}
.heroSection img {
    object-fit: cover;
    height: 100%;
}
.threecol .column-item {
    position: relative;
     background: rgba(0, 0, 0, 0.20);
}

.threecol .column-item img {
    width: 100%;
    position: relative;
    height: 100%;
}

.threecol .darkOverlay::after {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.20);
}

.threecol .column-item p {
    color: #FFF;
    font-size: 50px;
    font-weight: 700;
    position: absolute;
    left: 2rem;
    bottom: 40px;
    margin-bottom: 0%;
    z-index: 1;
}

.primaryBgBlue {
    background: #5A92DB;
}

.threecol h1 {
    color: #0C2032;
    padding-top: 60px;
    padding-bottom: 60px;
}
#contact-jump .pt-0.pb-0.ps-0.pe-0.mt-0.mb-0.ms-0.me-0,
#contact-jump .pt-0.pb-0.ps-0.pe-0.mt-0.mb-0.ms-0.me-0 div,
#contact-jump .pt-0.pb-0.ps-0.pe-0.mt-0.mb-0.ms-0.me-0 p{
    height:100%;
}
#contact-jump iframe{
    height:100%;
    display:block;
}
@media screen and (max-width:1200px) {
    .threecol .column-item p {
        font-size: 40px;
        font-weight: 700;
        bottom: 20px;
        margin-bottom: 0%;
    }
}

@media screen and (max-width:991px) {
    .threecol .column-item p {
        font-size: 30px;
    }
    nav.showNav a, .dropdown-menu .dropdown-item { padding: 5px 1rem 8px; }
}

@media screen and (max-width:576px) {
    .threecol .column-item p {
        color: #FFF;
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
        margin-bottom: 0%;
    }

    .threecol .column-item {
        height: 350px;
    }

    .threecol h1 {
        color: #0C2032;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.customcolor {
    background-color: #fff;
    padding: 77px 87px 77px 87px;
}


.heading-core h2 {
    font-size: 70px;
    line-height: 1.1em;
    font-weight: 700;
    padding-bottom: 20px;
}
.heading-small h3 {
    font-size: 60px;
    line-height: 1.1em;
    font-weight: 700;
    padding-bottom: 40px;
}
.greentext h2 {
    color: #fff;
}

.textRightSection p {
    font-size: 25px;
    font-weight: 700 !important;
    line-height: 40px !important;
    margin-bottom: 0;
}
.column-item-img img {height: 100%; object-fit: cover; }
.iframe-heading h2 {
    font-size: 66px;
    font-weight: 700;
    line-height: 1.3em;
    padding-bottom: 20px;
        text-align: center;
    color: #5a92db;
}
.accordion-button:not(.collapsed) { color: #5a92db; }
.accordion-button:not(.collapsed), .accordion-button {
    font-size: 22px;
}
.heading-smaller h3 {
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
}
.subheading-core h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
}
p.readble {
    font-weight: 400 !important;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
}
.large-heading h2 {
    font-size: 95px;
    line-height: 120px;
    font-weight: 800;
}
.contactHead {
    font-size: 90px;
    line-height: 1.1em;
    font-weight: 700;
}
.subheading-large h3 {
    font-size: 35px;
    line-height: 1.2em;
}

.foodServeContent p:nth-child(1) {
    font-size: 2.9rem; 
    font-weight: 700;
}
.smaller p{
    font-size: 22px !important;
    font-weight: 400;
}
  .containers {
  position: relative;
}

.teamimage {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.containers:hover .teamimage {
  opacity: 0.3;
}

.containers:hover .middle {
  opacity: 1;
}

.teamtext {
  background-color: #5A92DB;
  color: white;
  font-size: 16px;
  border-radius: 15px;
}
button.btn.btn-primarys {
    color: #fff;
    padding: 15px;
    border-radius: 10px;
}
img.img-fluids {
    padding: 0 30px 30px 30px;
}
.mem-info h3 {
    color: #5A92DB;
}
.mem-info h5 {
    color: #aaa;
}
.col-lg-12.col-md-12.text-start {
    padding: 30px;
}
.heading-h3 h3{ font-size: 35px; font-weight: 800; }

.heading-text h2 {
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 30px;
}
.tab-pane .col-lg-4 img.w-100 {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/*.tab-pane .row > .col-lg-4 > div {*/
/*    height: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
/* Partners */

.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.clients-list li {
    float: left;
    width: 31%;
    margin-left: 2%;
    margin-bottom: 2%;
    padding: 20px 0;
    border: 0px solid #eeeeee;
    min-height: 168px;
}
.clients-list img {
    display: block;
    margin: auto;
    
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.clients-list li:hover img {
    transform: scale(1.2);
}
.newsSection {
   /* min-height: 100vh; */
}
.newsSection img{
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.newsSection .linkButton img {
    width: 32px;
    height: 32px !important;
    object-fit: contain;
    min-height: auto;
}
.linkButton.mt-5.leftaligned {
    position: initial;
}
p.greentext.halfwidth {
    font-size: 60px;
    line-height: 77px;
}
.sustainable {

    background-color: rgba(0, 0, 0, 0.3);
}

nav ul li {
    line-height: 32px;
    padding: 18px;
}

nav .dropdown-menu li:hover {
    background-color: #fff;
}
nav .dropdown-menu li:focus a { color: #000; }
nav ul ul li {
    padding: 6px;
}
.dropdown-menu {
    margin-top: 17px;
    border-radius: 0;
}
nav .dropdown-menu {
    padding: 0;
    min-width: 325px;
    margin-left: -35px;
}
nav .dropdown-menu .dropdown-submenu {
    padding: 0;
    width: 325px;
    margin-left: 5px;
    margin-top: 8px;
}
nav.showNav ul li {
    line-height: 22px;
    padding: 8px;
}
nav.showNav ul ul li {
    line-height: 18px;
    padding: 2px;
    border-bottom: 1px solid #f5f5f5;
}
nav.showNav ul ul {
    padding-top: 10px;
    padding-bottom: 10px;
}

nav.showNav a {
    font-size: 20px;
}
.swiper-pagination.blog.left.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    transform: translate3d(0,0,0);
    z-index: 10;
}
.swiper-pagination.left { text-align: left; }
.mainImg-mobile {
    max-width: 100%;
    height: -webkit-fill-available;
    object-fit: cover;
}
.youtube .modal-body {
    padding: 0;
}
.youtube button.btn-close {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    right: 20px;
    top: 20px;
    border-radius: 50%;
    padding: 10px;
}
.youtube video { border-radius: 15px; }

.codeSnippetRow01 .textRightSection.text-white {
    background-image: url(/media/vstnyygt/threecornercircle.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.nav-pills li:last-child { padding-right: 0; }

.nav-pills li { padding-right: 40px; }

.dropdown-menu .dropdown-item {
    padding: 15px 38px;
    color: inherit !important;
    font-size: 20px;
}

@media (max-width: 990px) {
.dropdown-menu .dropdown-item {
    padding: 8px 38px;
    color: inherit !important;
    font-size: 18px;
}
}

.dropdown-menu li { padding: 0; }

.dropdown-item.active, .dropdown-item:active { background-color: transparent; }



nav .dropdown-menu li:hover {
background-color: #fff;
color: #5a92db;
}
button.accordion-button.collapsed {
    background-color: #E9EEF1;
}
.newsSection img { width: 100%; }
.column-item-img form {
    padding: 35px !important;
}
.form-control {
    padding: 0.375rem 1.4rem;
    border-radius: 18px;
    
}
form button.btn.btn-primary {
    background-color: #5A92DA !important;
    border-radius: 18px !important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff !important;
}
thead { background-color: #5A92DA !important; }

.modal-dialog.modal-xl.modal-dialog-centered {
    max-width: 80% !important;
}
.contact-details { padding: 4.5em 3em; }
.contactHead1 {
    font-size: 35px;
    line-height: 45px;
}
.contactBody p {
    line-height: 20px;
}
.contactForm {
    padding: 3em;
}
.smallwidths.fontlarger {
    font-size: 50px;
}
.sustainable .linkButton {
    margin-top: 26px !important;
}


/* mobile view */

@media(max-width: 767px){
    
.textRightSection .main-head {
    font-size: 65px;
    line-height: 71px;
    padding-bottom: 10px !important; }
    
}

@media (min-width: 991px) {
    nav ul li:first-child {
    display: none; }
    nav ul ul li:first-child {
    display: block; }
}






nav .dropdown-menu li a.third-wave {
display: none;
}
.dropdown-menu-text, .dropdown-mtext {display: none;}

/* custom css */
    @media(max-width: 1024px){
        nav ul li {
            padding: 18px 12px;
        }
    }
    .dropdown-menu-text,
    .dropdown-mtext,
    nav .dropdown-menu li a.third-wave,
    .toggle-icon,
    .search-icon {display: none;}

    /* custom css */
    
    /* mobile header */

    .search-input {
        display: none;
        position: absolute;
        bottom: -40px;
        right: 0;
        width: 100%;
    }
    @media(max-width: 1024px){
        nav ul li {
            padding: 18px 12px;
        }
    }
    .dropdown-menu-text,
    .dropdown-mtext,
    nav .dropdown-menu li a.third-wave,
    .toggle-icon,
    .search-icon {display: none;}

    /* custom css */
    @media(max-width: 1025px){
        nav ul li {
            padding: 12px;
        }
    }
    @media(max-width: 991px){
        .headerTop { height: auto; }
        .search-row {
            display: flex;
            align-items: center;
            gap: 16px;
        }
        .input-group button svg {
            width: 17px;
            height: 17px;
        }
        .input-group button {
            position: absolute;
            right: 0;
            width: 36px;
            height: 37px;
            padding: 0px 10px;
            cursor: pointer;
            border: none;
            background: transparent;
            z-index: 99;
        }
        .search-icon{
            display: block;
        }
        .search-icon svg {
            width: 18px;
            height: 18px;
        }
        .languageDropdown{
            -webkit-appearance:none;
            padding-right: 0;
        }
        .language-dropdown {
            gap: 0 6px !important;
        }
        .language-dropdown:after{
            content: '';
            width: 0;
            height: 0;
            display: inline-block;
            vertical-align: middle;
            border-style: solid;
            border-width: 6px 4px 0 4px;
            border-color: #5A92DB transparent transparent transparent;
        }
        select.languageDropdown,
        select.languageDropdown option {
            outline: none;
        }
        .toggle-icon {
            display: flex;
            align-items: center;
        }
        .headerTop{
            position: relative;
            z-index:99;
        }
        .dropdown-toggle,
        .dropdown-toggle2{
            position: relative;
            white-space: normal;
        }
        .closeNavBar {
            border:1px solid rgba(90, 146, 219, 1);
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 100%;
        }
        .hidden {
            display: none;
        }
        .active {
            display: block;
        }
        .closeNavBar svg {
            width: 12px;
            height: 12px;
        }
        .mobileMenuBar svg {
            width: 20px;
            height: 20px;
        }
        .mobileMenuBar {
            border: 1px solid rgba(90, 146, 219, 1);
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 100%;
        }
        .mobileMenuBar svg path{
            fill:rgba(90, 146, 219, 1);
        }
        .mobileMenuBar:hover,
        .mobileMenuBar:focus,
        .closeNavBar:hover,
        .closeNavBar:focus {
            background: rgba(90, 146, 219, 1);
        }
        .mobileMenuBar:hover svg path,
        .mobileMenuBar:focus svg path,
        .closeNavBar:hover svg path,
        .closeNavBar:focus svg path{
            fill:#fff;
        }
        .main-header-layout{
            min-height: 73px;
        }
        .highlighted-header{
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            bottom: auto;
            z-index: 99;
        }
        header nav {
            position: fixed;
            top: -1200px;
            left: 0;
            right: 0;
            width: 100%;
            background: #5A92DA;
            padding: 0;
            display: flex;
            align-items: center;
            height: calc(100vh - 71px);
        }
        header .showNav {
            top: 71px;
        }
        header ul.nav {
            transform: translateY(-120%);
            opacity: 0;
            transition: 0.5s ease-in-out;
        }
        header ul.nav.toggle {
            transform: translateY(0);
            opacity: 1;
        }
        .dropdown-toggle{
            position: relative;
            display: block;
        }
        .dropdown-menu-text, .dropdown-mtext {display: block;}
        .dropdown-toggle:after,
        .dropdown-menu-text:before,
        .dropdown-mtext:before {
            content: '';
            position: absolute;
            left: auto;
            right: 1rem;
            top: 0;
            bottom: 0;
            margin: auto;
            box-sizing: border-box;
            height: 20px;
            width: 20px;
            border-style: solid;
            border-color: #fff;
            border-width: 0px 2px 2px 0px;
            transform: rotate(318deg);
            transition: border-width 150ms ease-in-out;
            display: block;
        }
        .dropdown-menu-text,
        .dropdown-mtext {
            cursor: pointer;
            color: #fff;
            padding: 0.96rem 1rem;
            font-size: 40px;
            line-height: 100%;
            font-weight: 700;
            position: relative;
        }
        .dropdown-menu-text:before,
        .dropdown-mtext:before {
            border-color: #fff;
            transform: rotate(138deg);
            width: 20px;
            height: 20px;
            border-width: 0px 2px 2px 0px;
            position: relative;
            margin: 0 10px 0 0;
            right: 0;
            display: inline-block;
            top: -2px;
        }
        .dropdown-menu {
            display: block;
            transform: translateX(100%);
            transition: all 0.5s;
            height: 100vh;
            top: 0;
            margin: 0;
            visibility: hidden;
            display: flex !important;
            justify-content: center;
        }
        .dropdown-menu.show-menu,
        .active-third-dropdown{
            transform: translateX(0);
            visibility: visible;
        }
        .dropdown-menu .dropdown-submenu{
            top:0;
        }
        .dropdown-toggle:hover:after,
        .dropdown-menu-text:hover:before{
            border-color: #fff;
        }
        nav .dropdown-menu,
        nav.showNav ul ul,
        nav .dropdown-menu .dropdown-submenu{
            padding-top: 0;
            margin: 0;
            border: none;
            width: 100%;
        }   
        .closeNavBar {
            top: 8px;
            right: 6px;
        }
        header nav ul {
            gap: 0;
            margin-top: 0;
        }
        nav > ul {
            width: 100%;
        }
        nav > ul > li:first-child{
            display: none;
        }
        nav.showNav ul li,
        nav.showNav ul ul li {
            position: initial;
            padding: 0;
            line-height: 100%;
            border-bottom: none;
            clear: both;
        }
        nav.showNav a,
        .dropdown-menu .dropdown-item {
            color: #fff !important;
            font-weight: 700;
            font-size: 40px;
            padding: 5px 1rem 8px;
            transition: all 0.3s;
            line-height: 100%;
            border:none;
            display: block;
            white-space: normal;
        }
        nav a:hover, .dropdown-item:hover, .dropdown-item:focus, .dropdown-menu-text:hover, .dropdown-menu .dropdown-item:hover, nav a:hover span {
    color: #5a92da !important;
    background: #f1f1f1;
}
.title-style.title-space.first-link, .title-style.title-space.second-link, .title-style.title-space.third-link, .title-style.title-space.fourth-link {
    padding-bottom: 68px;
}
        nav .dropdown-menu li:hover,
        .dropdown-item:hover,
        .dropdown-item:focus{
            background: transparent;
        }
        .clients-list img{
            max-width: 100%;
        }
        nav .dropdown-menu li a.third-wave {
            position: relative;
            display: block;
            padding: 5px 0 8px;
            cursor: pointer;
        }
        nav .dropdown-menu li a.third-wave span{
            display: block;
            line-height: 100%;
            padding: 4px 1rem;
            font-size: 40px;
            font-weight: 700;
        }
        nav .dropdown-menu {
            background-color: #5A92DA;
        }
        nav .dropdown-menu li.parent-dropdown a:nth-child(2) {
            display: none;
        }
    }
        
    @media(max-width: 575px){
        header nav {
            top: -900px;
        }
        .showNav ul.grandparent-ul.justify-content-between {
            height: calc(100vh);
            overflow-y: auto;
        }
        header ul li a,
        header ul li ul.dropdown-menu a.dropdown-item,
        .dropdown-menu-text, .dropdown-mtext {
            font-size: 35px !important;
            font-weight: 700;
        }
        .dropdown-menu {
            height: calc(100vh - 72px);
        }
    }
    @media(max-width: 360px){
        header .logo {
            width: 110px;
        }
        .headerTop {
            padding: 16px;
        }
    }

    /*upto here */

.blog.swiper-pagination-bullet {
display: block;
margin: 10px 0 !important;
}

.blog.swiper-pagination-bullets.swiper-pagination-horizontal {
bottom: 140px;
right: auto;
left: 44%;
width: auto;
transform: rotate(90deg) !important;
}
@media(max-width: 1600px){
.blog.swiper-pagination-bullets.swiper-pagination-horizontal {
left: 44%;
}
}

.swiper-pagination.blog.moveright.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    left: auto;
    right: 0px;
}

/* Custom Style as per design */
.row.textbanner {
    padding-bottom: 116px;
}

footer .logo {
    padding-bottom: 76px !important
}

/* Slick slider CSS */

img{
            max-width: 100%;
        }
        .center-slider{
            padding: 20px 0;
        }
        .wrap {
            width: 100%;
            overflow: hidden;
            position: relative;
            padding: 0 0 85px;
            background-color: #5A92DB;
        }
        .slick-slide {
    margin: 0px 6px;}
    
        .slick-slide img {
            width: 100%;
            height: 400px;
            object-fit: cover;
            object-position: center;
            }
        .slick-slide a{
            cursor: pointer;
            display: block;
        }
        .slick-next {
            right: 40px;
            left: auto;
        }
        .slick-prev {
            left: 40px;
            right: auto;
        }
        .slide-btn {
            width: 108px;
            height: 108px;
            border:none;
            background: transparent;
            position: absolute;
            top:0;
            bottom: 0;
            margin: auto;
            z-index: 9;
        }
        
        @media(max-width:991px) {
            .slide-btn, .slide-btn svg {
            width: 75px;
            height: 75px;
        }
        .lg-actions .lg-next, .lg-actions .lg-prev {
    top: auto;
    bottom: 50px; }
        }
        
        .lg-actions .arrows{
            background: transparent;
            border:none;
            margin: 0;
            padding: 0;
        }
        .arrows:before,
        .arrows:after
        {
            display: none;
        }
        div.lg-backdrop {
    background: rgba(0, 0, 0, 0.60);
}
        div.lg-toolbar{
            background-color: transparent;
        }
        .lg-actions button.lg-next, .lg-actions button.lg-prev {
    background-color: transparent; } 
        .title-space{
            padding: 138px 0 105px 79px;
            clear: both;
        }
        .title-style h2{
            font-family: "RM Neue Regular";
            font-size: 76px;
            font-weight: 700;
            color: white;
            margin:0;
            line-height: 90px;
        }
        .title-style sup{
            color: #FFF;
            font-size: 30px;
            font-weight: 700;
            top: -32px;
        }
        @media(max-width: 991px){
            .lg-actions .arrows svg {
                width: 90px;
                height: 90px;
            }
        }
        @media(max-width: 600px){
            .title-space {
                padding: 70px 0 75px 0;
                clear: both;
                text-align: center;
            }
            .title-style h2 {
                font-size: 48px;
            }
            .title-style sup {
                font-size: 20px;
                top: -21px;
            }
            .lg-actions .arrows svg {
                width: 70px;
                height: 70px;
            }
            .wrap{
                padding-bottom: 70px;
            }
        }
        
/* Upto here */


.flexdestop { display: flex !important; }

/* .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
transform: rotate(90deg) !important;
bottom: 60px;
right: 0;
left: auto;
width: auto;
} */

.section-head-small {
    font-size: 46px;
    line-height: 55px; }
    
/* .newsLeft .col-lg-6 { height: 100vh; } */
.codeSnippetRow01 .swiper-pagination.blog.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
    left: auto;
    right: -35px;
}
 .social-icon { width: 33px; height: 22px; }   
h3.subtitleText {
    font-size: 46px;
    line-height: 55px;
    font-weight: 700;
}
.titleTextH2 h2 {
    padding-bottom: 175px;
}

.rightimg .row { flex-direction: row-reverse; }
h2.two-column-inside {
    font-size: 100px;
    line-height: 118px;
    font-weight: 700;
}
.smallSection.h-570 { height: 670px; padding: 125px 0 0 0; margin-bottom: 109px; }
.smallSection.h-570 img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
}
.newsV2 .NewsRight {
    padding-top: 20px;
    padding-left: 85px;
    font-size: 20px;
    padding-right: 55px;
    color: #0C2032;
    line-height: 24px;
    background: #fff;
}

.swiper-pagination.blogV2 {
    left: 85px;
}
.smallSection .swiper-pagination-bullet {
    border: 2px solid #5A92DA;
    background-color: #fff;
}
.smallSection .swiper-pagination-bullet-active {
    background-color: #5A92DA!important;
}
.newsV2 .titleText {
    font-size: 70px;
    font-weight: 700;
    line-height: 84px;
    margin-bottom: 10px;
}

.newsV2 .titleTextH2 h2 {
    padding-bottom: 39px;
}
.history .section-head {
    font-size: 76px;
    font-weight: 700;
    line-height: 90px;
}
.history .sectionHeadSmall {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
}
h3.padtop strong, h3.padbot strong {
    font-weight: 500 !important;
}
[dir="rtl"] .slick-slider .slick-track, .slick-slider .slick-list, .lg-outer {
    direction: ltr;
}
.custom-css-1190 .newsSection img {
    object-fit: cover;
    object-position: center;
}
.custom-css-1109 .codeSnippetRow01 .customcolor.code {
    min-height: initial;
}
.custom-css-1351 .sectionWhite .align-items-center {
    align-items: center!important;
}
.custom-css-1351 .sectionWhite {
    min-height: inherit;
}
/*.custom-css-1330 .newsSection img {*/
/*    height: 113%;*/
/*}*/
/*.custom-css-1205 .newsSection img {*/
/*    height: 119%; */
/*}*/
.custom-css-1178 .swiper-slide {
    flex-wrap: wrap;
}
.custom-css-1181 #contact-jump .column-item,
.custom-css-1181 #contact-jump .column-item .column-item-img {
    background-color: #fff !important;
}
.custom-css-1181 .sectionBlue {
    padding-bottom: 30px;
    min-height: auto;
}
/*.custom-css-1196 .mt-0.mb-0 .newsSection img {*/
/*    width: 100%;*/
/*    height: 113%;*/
/*}*/
/*.custom-css-1334 .mt-0.mb-0 .newsSection img {*/
/*    height: 109%;*/
/*}*/
/*.custom-css-1192 .mt-0 .newsSection img {*/
/*    height: 111%;*/
/*}*/
/*.custom-css-1192 .mt-0.mb-0 .newsSection img {*/
/*    height: 105%;*/
/*}*/
/*.custom-css-1192 .mt-0.mb-0.ms-0 .newsSection img {*/
/*    height: 111%;*/
/*}*/
.custom-css-1192 .sectionBlue .linkButton {
    text-align: start;
}
.custom-css-1192 .swiper-slide {
    display: flex;
    height: auto;
    flex-wrap: wrap;
    flex-direction: column;
}
.custom-css-1192 .swiper-slide:first-child .col-lg-6 .col-lg-8 {
    width: 100%;
}
.custom-css-1186 .column-item-content h1 {
    display: none;
}
@media(min-width:1024px){
    .pt-0.pb-0.mt-0.mb-0 .swiper-slide:nth-child(2) .NewsRight {
        display: flex;
        align-items: center;
    }
    .pt-0.pb-0.mt-0.mb-0 .swiper-slide:nth-child(2) .NewsRight .col-lg-8 {
        width: 100%;
    }
    .pt-0.pb-0.mt-0.mb-0 .swiper-slide:nth-child(2) .NewsRight .col-lg-8 p {
        width: 66.66666667%;
    }
}
@media(min-width:100px) and (max-width:1023px){
    .heroSection,
    .bannerimage{
        height: auto !important;
    }
}
@media (min-width: 992px) and (max-width: 1100px) {
    .custom-css-1310  .sustainable{
        min-height:100vh !important;
    }
    [dir="ltr"] .custom-css-1310 .bannerimage img {
        object-position: -75rem;
    }
}
@media (min-width: 992px) and (max-width: 1162px) {
    nav ul li {
        padding: 18px 12px;
    }
}
@media(min-width:1300px) and (max-width:1340px){
    nav a {
        font-size: 18px;
    }
}
@media (min-width: 790px) and (max-width: 820px) {
    [dir="ltr"] .custom-css-1310 .bannerimage img {
        object-position: -68rem;
    }
}
@media (min-width: 769px) and (max-width: 1100px) {
    .custom-css-1109 .section.codeSnippetRow01 .swiper-slide {
        flex-wrap: wrap;
    }
    .custom-css-1109 .section.codeSnippetRow01 p,
    .custom-css-1178 .section.codeSnippetRow01 p{
        padding-bottom: 330px;
    }
    .custom-css-1109 .section.codeSnippetRow01 .textRightSection.text-white,
    .custom-css-1178 .section.codeSnippetRow01 .textRightSection.text-white{
        background-size: 420px;
    }
    .custom-css-1109 .section.codeSnippetRow01 .swiper-wrapper,
    .custom-css-1178 .section.codeSnippetRow01 .swiper-wrapper{
    	padding:10px;
    }
    .custom-css-1109 .section.codeSnippetRow01 .newsLeft,
    .custom-css-1178 .section.codeSnippetRow01 .newsLeft{
    	min-height:auto;
    }
    .custom-css-1178 .blog.swiper-pagination-bullets.swiper-pagination-horizontal{
        right:0 !important;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .custom-css-1109 .section.codeSnippetRow01 .swiper-slide {
        flex-wrap: wrap;
    }
    .custom-css-1109 .section.codeSnippetRow01 p,
    .custom-css-1178 .section.codeSnippetRow01 p{
        padding-bottom: 220px;
        padding-left: 90px;
    }

    .custom-css-1109 .section.codeSnippetRow01 .swiper-wrapper,
    .custom-css-1178 .section.codeSnippetRow01 .swiper-wrapper{
    	padding:10px;
    }
    .custom-css-1109 .section.codeSnippetRow01 .newsLeft,
    .custom-css-1178 .section.codeSnippetRow01 .newsLeft{
    	min-height:auto;
    }
    .custom-css-1109 .section.codeSnippetRow01 .textRightSection.text-white,
    .custom-css-1178 .section.codeSnippetRow01 .textRightSection.text-white{
        background-image: url(/media/vstnyygt/threecornercircle.png);
        background-size: 370px;
    }
    .custom-css-1109 .codeSnippetRow01 .swiper-pagination.blog.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal,
    .custom-css-1178 .codeSnippetRow01 .swiper-pagination.blog.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
        right:28px;
    }
    .custom-css-1109 .section.codeSnippetRow01 .paddingright90,
    .custom-css-1178 .section.codeSnippetRow01 .paddingright90{
        padding-right: 10px;
    }
    .custom-css-1109 .section-head.serviceTabs {
        width: 100%;
    }
    .custom-css-1109 .smallimage {
        text-align: right;
        width: 100%;
    }
    .awardPartners .col-sm-6.col-lg-4 p {
        font-size: 30px;
        margin: 0 !important;
        padding: 0 !important;
    }
    .awardPartners .col-sm-6.col-lg-4 {
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 70px;
    }
    [dir="ltr"] .custom-css-1310 .bannerimage img {
        object-position: -55rem;
    }
    .inventorsCenterSection .column-item p {
        font-size: 26px;
    }
}
@media(min-width: 100px) and (max-width: 576px) {
    .custom-css-1294 .section.pt-5.pb-5.ps-5.pe-5.mt-2.mb-2.ms-5.me-5,
    .custom-css-1292 .section.pt-5.pb-5.ps-5.pe-5.mt-2.mb-2.ms-5.me-5,
    .custom-css-1296 .section.pt-5.pb-5.ps-5.pe-5.mt-2.mb-2.ms-5.me-5{
        padding: 70px 25px 0 !important;
        margin: 0 !important;
    }
    ul.nav.nav-pills.justify-content-center.mb-3 {
        flex-direction: column;
        align-items: center;
    }
    .centerimg .centered {
        top: 0 !important;
    }
    .custom-css-1109 .section.codeSnippetRow01 .swiper-slide,
    .custom-css-1178 .section.codeSnippetRow01 .swiper-slide{
        flex-wrap: wrap;
    }
    .custom-css-1109 .section.codeSnippetRow01 p
    {
        padding-bottom: 20px;
        padding-left: 0px;
    }
    .custom-css-1178 .section.codeSnippetRow01 p{
        padding-bottom: 110px;
        padding-left: 0px;
    }
    .custom-css-1109 .section.codeSnippetRow01 .swiper-wrapper,
    .custom-css-1178 .section.codeSnippetRow01 .swiper-wrapper{
    	padding:0;
    }
    .custom-css-1109 .section.codeSnippetRow01 .newsLeft,
    .custom-css-1178 .section.codeSnippetRow01 .newsLeft{
    	min-height:auto;
    }
    .custom-css-1109 .section.codeSnippetRow01 .textRightSection.text-white,
    .custom-css-1178 .section.codeSnippetRow01 .textRightSection.text-white{
        background-image: url(/media/vstnyygt/threecornercircle.png);
        background-size: 370px;
    }
    .custom-css-1109 .codeSnippetRow01 .swiper-pagination.blog.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal,
    .custom-css-1178 .codeSnippetRow01 .swiper-pagination.blog.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
        right:0;
        width:auto;
    }
    .custom-css-1109 .section.codeSnippetRow01 .paddingright90,
    .custom-css-1178 .section.codeSnippetRow01 .paddingright90{
        padding-right:0 ;
    }
    .custom-css-1109 .section.codeSnippetRow01 .swiper-pagination.blog span:last-child,
    .custom-css-1178 .section.codeSnippetRow01 .swiper-pagination.blog span:last-child{
    	margin-bottom:10px !important;
    }
    [dir="ltr"] .swiper-pagination.blog.moveright.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal span,
    [dir="ltr"] .swiper-pagination.blog.blog-ar.left.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal span{
        margin: 0 5px!important;
    }
    [dir="ltr"] .swiper-pagination.blog.moveright.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal,
    [dir="ltr"] .swiper-pagination.blog.left.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
        padding: 0 25px;
    }
    .centerimg {
        position: relative;
    }
    .centered {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        transform: translate(0);
        max-width: 80px;
        height: 80px;
        margin: auto;
    }
    .custom-css-1479 .section.codeSnippetRow .customcolor,
    .custom-css-1482 .section.codeSnippetRow .customcolor,
    .custom-css-1411 .section.codeSnippetRow .customcolor,
    .custom-css-1480 .section.codeSnippetRow .customcolor,
    .custom-css-1481 .section.codeSnippetRow .customcolor{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .slick-slide {
        margin: 0;
        padding:0 3px;
    }
}

.swiper-pagination.blog.moveright.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    left: auto;
    right: 30px;
    position: absolute;
}
[dir="ltr"] .custom-css-1186 .swiper-pagination.blog.blog-left-ar.moveright.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    right: 0;
}
@media(max-width:768px){
    .input-group{
        display:block;
    }
    .input-group button{
        height:44px;
    }
}
 .swiper-slide {flex-direction: column;}
@media(min-width:1025px) and (max-width:1500px){
    .swiper-slide {
    flex-direction: row;
}
}
@media(min-width:0px) and (max-width:991px){
.blog.swiper-pagination-bullets.swiper-pagination-horizontal span {
    margin: 0 10px !important;
}

.blog.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex !important;
    transform: translate(0) !important;
    width: 100% !important;
    left: 20px !important;
    bottom:10px;
}
.blog.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex !important;
    transform: translate(0) !important;
    width: 100% !important;
    left: 20px !important;
    bottom:10px;
    justify-content: center;
}
}
form input.btn.btn-primary {
    background-color: #5A92DB !important;
}
form input.btn.btn-primary:hover,
form input.btn.btn-primary:focus{
    background-color: #295da1 !important;
}
.unpaid {
    margin-top: 80px;
    text-align: center;
}
.unpaid a.btn.btn-primary {
    padding: 20px 50px;
    background-color: #5A92DB;
    font-size: 20px;
    line-height: 28px;
}
.unpaid a.btn.btn-primary:hover {
    background-color: #D6E4F6;
    color: #000;
}

.row .column-item.darkOverlay:nth-child(7)::after, .row .column-item.darkOverlay:nth-child(9)::after, 
.row .column-item.darkOverlay:nth-child(7), .row .column-item.darkOverlay:nth-child(9)::after {
    background: #fff;
    cursor: default;
}
.custom-css-1178 .codeSnippetRow .customcolor.code .inventorsCenterSection.section img {
    height: 500px;
    object-fit: cover;
    object-position: center;
}
.custom-css-1178 .codeSnippetRow .customcolor.code {
    padding: 0;
    height: 500px;
}

/*common css start*/
.custom-css-1109 .swiper-slide .newsLeft .col-lg-6 {
    position: relative;
}
.custom-css-1109 .swiper-slide .newsLeft .col-lg-6:first-child:before,
.custom-css-1109 .swiper-slide .newsLeft .col-lg-6:first-child:after{
	content: '';
    position: absolute;
    background-image: url('/media/hxyngqnp/latest-news-blue-dots.png');
    background-size: contain;
    width: 100%;
    height: 60%;
    background-repeat: no-repeat;
    top: auto;
    bottom: 0;
    opacity:0.7;
}
/*common css close*/

/*english*/
[dir="ltr"] .custom-css-1109 .swiper-slide .newsLeft .col-lg-6:first-child:before {
    left: 0;
    right: auto;
}

/*Arabic*/
[dir="rtl"] .custom-css-1109 .swiper-slide .newsLeft .col-lg-6:first-child:after {
    left: 0;
    right: 0;
    transform: scaleX(-1);
}
.video-content { background-color: rgba(0, 0, 0, 0) !important;  border: none; }
.shareholder { text-align: center; }
.shareholder img { max-width: 70%; }

@media(max-width: 991px) {
    .shareholder img { max-width: 100%; }
    
} 


form {
    padding: 35px !important;
}
header form#search {
    padding: 0 !important;
}
.custompadding { padding: 35px 87px; }
.form-heading h2 {
    font-size: 50px;
    color: #5a92db;
    font-weight: 700;
    padding-bottom: 20px;
    line-height: 1em;
}
.modal-content .form-heading h2 {
    color: #fff;
    text-align: left;
    font-size: 50px;
}

@media (max-width:991px) {
    .custompadding { padding: 6px 25px; }
}

.sub-head {
    font-size: 76px;
    line-height: 90px;
    font-weight: 400 !important;
}

@media (max-width: 767px) {
    .sub-head {
    font-size: 40px;
    line-height: 50px; }
}

.back-button {
    padding: 0 25px 50px 79px;
}
a.btn.btn-primary.large {
    background-color: rgba(0, 0, 0, 0);
    font-size: 25px;
    line-height: 35px;
    padding: 10px 7px 10px 30px;
    border: none;
}

.back-to-events img {
    height: 23px;
}
a.btn.btn-primary.large:hover { text-decoration: underline; }
a.btn.btn-primary:focus { box-shadow: none; }

@media (min-width:1800px) {
html {
    scroll-behavior: smooth;
    scroll-snap-type: both mandatory;
}
.scroll-snap {
    scroll-snap-align: start end;
    scroll-snap-stop: always;
    height: 100%;
}

}

[dir="ltr"] .team .row,
[dir="rtl"] .team .row{
    flex-wrap: wrap;
    justify-content: center;
}
[dir="ltr"] .col-lg-4.col-md-6.align-items-stretch:nth-child(9),
[dir="rtl"] .col-lg-4.col-md-6.align-items-stretch:nth-child(9){
    flex-basis: 100%;
    margin: 0;
}


.not-found-error p {
    font-size: 35px;
    font-weight: 400;
}
.custom-css-1120 h1 {
    display: none;
}
.custom-css-1120 a.btn.btn-primary, .custom-css-1122  a.btn.btn-primary{
    font-family: "RM Neue Regular";
    font-size: 30px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}
.custom-css-1120 a.btn.btn-primary:hover, .custom-css-1122 a.btn.btn-primary:hover  {
    text-decoration: underline;
}
.btn-group {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    gap: 50px;
}
.custom-css-1122 ul {
    margin-bottom: 0;
    padding-left: 0;
}
.post-preview {
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

@media (max-width: 991px) {
   .btn-group {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    gap: 0px; } 
    .back-button {
    padding: 0 25px 50px 25px; }
  
}

@media (min-width: 1366px) {
    .arabicslide .swiper-slide {
    flex-direction: row; }   
}

