.about-banner {
    position: relative;
}
.about-banner img {
    width: 100%;
    height: auto;
}
.about-banner .banner-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.about-banner .banner-caption h2 {
    color: #fff;
    font-size: 38px;
    letter-spacing: 1px;
}
.about-banner .banner-caption p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.4px;
}
.our-vision-sec {
    background-image: url('../images/about/our-vision-bg.png');
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 50px 0px;
}
.our-vision-sec::before {
    content: '';
    position: absolute;
    background-color: #E72419;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: -1;
    top: 0;
    left: 0;
}
.our-vision-sec h3 {
    color: #FFFFFF;
    font-size: 42px;
    line-height: 45px;
}
.our-vision-sec .row {
    max-width: 870px;
    margin: 0px auto;
}
.our-vision-sec .row .col-md-6 {
    position: relative;
}
.our-vision-sec .row .col-md-6:last-child::before {
    content: '';
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    width: 2px;
    left: -30px;
    display: block;
    position: absolute;
}
.our-vision-sec p {
    max-width: 480px;
    margin: 0px auto;
    color: #fff;
    font-size: 18px;
}
.who-are-we-sec {
    padding: 50px 0px;
}
.who-are-we-sec img {
    width: 100%;
    height: auto;
    padding-right: 20px;
}
.who-are-we-sec p, .our-products-sec p, .certification-sec p, .gallery-sec p, .alliances-sec p {
    font-size: 18px;
    line-height: 26px;
    color: #54555A;
}
.values-sec {
    background-image: url('../images/about/values-bg.png');
    background-position: center;
    background-size: cover;
    padding: 50px 0px;
}
.values-sec h3 {
    text-align: center;
}
.values-sec .values-block {
    background: #FFFFFF;
    box-shadow: 0px 3px 30px #00000026;
    border-radius: 10px;
    margin-top: 20px;
    height: calc(100% - 20px);
    overflow: hidden;
    transition: all 0.25s ease-in-out;
    transform: scale(1);
}
.values-sec .values-block:hover {
    box-shadow: 0px 20px 24px #00000040;
    transform: scale(1.02);
}
.values-sec .values-block .img-wrap {
    padding: 40px 20px;
    text-align: center;
}
.values-sec .values-block .content {
    background: transparent linear-gradient(180deg, #F33D33 0%, #D61B11 100%) 0% 0% no-repeat;
    padding: 20px 30px;
    border-radius: 0px 0px 10px 10px;
    height: 100%;
    text-align: center;
}
.values-sec .values-block .content p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
}
.international-presence-sec {
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF7E 28%, #FFFFFFFA 67%, #FFFFFF 100%) 0% 0% no-repeat;
    padding: 50px 0px;
}
.international-presence-sec .intmap-area {
    text-align: center;
    padding: 30px 0px;
    max-width: 800px;
    margin: 0px auto;
    position: relative;
}
.international-presence-sec .intmap-area img {
    width: 100%;
}
.international-presence-sec .country-dot-list {
    list-style-type: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.international-presence-sec .country-dot-list  li {
    position: absolute;
}
.international-presence-sec .country-dot-list  li:nth-child(1) {
    top: 37%;
    left: 15%;
}
.international-presence-sec .country-dot-list  li:nth-child(2) {
    top: 59%;
    left: 28%;
}
.international-presence-sec .country-dot-list  li:nth-child(3) {
    top: 53.5%;
    left: 50.4%;
}
.international-presence-sec .country-dot-list  li:nth-child(4) {
    top: 55%;
    left: 54%;
}
.international-presence-sec .country-dot-list  li:nth-child(5) {
    top: 59.6%;
    left: 53.4%;
}
.international-presence-sec .country-dot-list  li:nth-child(6) {
    top: 42%;
    left: 54%;
}
.international-presence-sec .country-dot-list  li:nth-child(7) {
    top: 44%;
    left: 56.3%;
}
.international-presence-sec .country-dot-list  li:nth-child(8) {
    top: 46.7%;
    left: 56.3%;
}
.international-presence-sec .country-dot-list  li:nth-child(9) {
    top: 46.7%;
    left: 58.3%;
}
.international-presence-sec .country-dot-list  li:nth-child(10) {
    top: 41.7%;
    left: 63%;
}
.international-presence-sec .country-dot-list  li:nth-child(11) {
    top: 45.4%;
    left: 65%;
}
.international-presence-sec .country-dot-list  li:nth-child(12) {
    top: 53.4%;
    left: 66.7%;
}
.international-presence-sec .country-dot-list  li:nth-child(13) {
    top: 45.4%;
    left: 69.7%;
}
.international-presence-sec .country-dot-list  li:nth-child(14) {
    top: 49%;
    left: 71%;
}
.international-presence-sec .dot {
    width: 50px;
    height: 50px;
}
.international-presence-sec .dot .icon {
    width: 12px;
    height: 12px;
    position: absolute;
    border: 1px solid #fff;
    padding: 3px;
    left: 50%;
    top: 50%;
    z-index: 0;
    box-shadow: rgb(29 29 29) 0 0 50px;
    /* box-shadow: rgb(159 196 54 / 50%) 0 0 50px; */
    background-color: #404040;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    z-index: 11;
}
.international-presence-sec .dot .icon::after {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    background-color: #e72419;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}
.international-presence-sec .dot .icon::before {
    content: '';
    position: absolute;
    box-shadow: rgb(41 41 41) 0 0 20px;
    /* box-shadow: rgb(159 196 54) 0 0 20px; */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    border-radius: 50%;
    opacity: 0;
}
.international-presence-sec .dot .icon::before {
    -webkit-animation-name: video-out-2;
    animation-name: video-out-2;
    opacity: 1;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes video-out-2 {
100% {
top: -20px;
right: -20px;
bottom: -20px;
left: -20px;
opacity: 0;
}
}
@keyframes video-out-2 {
100% {
top: -20px;
right: -20px;
bottom: -20px;
left: -20px;
opacity: 0;
}
}
.info-block {
	background: rgb(84, 85, 90, 0.05);
	padding: 50px 0px;
}
.info-block .btn-theme2 {
    margin: 0px auto 30px;
    display: block;
	background-color: #fff;
}
.info-block .btn-theme2:hover {
	background-color: #E72419;
}
.international-presence-sec p {
    font-size: 18px;
}
.info-block p.info {
    max-width: 500px;
    margin: 0px auto;
    color: #54555A;
    text-align: center;
	font-size: 18px;
    line-height: 27px;
}
.leaders-sec {
    background-image: url('../images/leadership/leaders-sec-bg.png');
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 40px 0px 10px;
    position: relative;
}
.leaders-sec::before {
    content: '';
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(247 247 247), rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255));
    top: 0;
    left: 0;
    right: 0;
	height: 100%;
}
.leaders-sec .container {
    position: relative;
}
.leaders-row {
    margin-bottom: 30px;
}
.leaders-row .sec-heading {
    margin-bottom: 40px;
    padding-left: 10px;
}
.leaders-row .col-lg-3 {
    padding: 0px 25px;
}
.leader-block {
    margin-bottom: 50px;
}
.leader-block .info {
    display: flex;
    margin-top: 15px;
    align-items: flex-start;
    justify-content: space-between;
}
.leader-block .info p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
}
.leader-block .info p.name {
    font-weight: 600;
}
.leader-block .collapse-btn {
    color: #0073B2;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-right: 20px;
}
.leader-block .collapse-btn::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #0073B2;
    position: absolute;
    top: 9px;
    right: 0px;
    transition: all 0.25s ease-in-out;
}
.leader-block .collapse-btn.expanded::after {
    transform: scaleY(-1);
}
.leader-block a {
    background: #0073B2;
    display: block;
    padding: 5px;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    margin-top: 7px;
}
.leader-block a img {
    max-width: 25px;
}
.leader-block a:hover {
    box-shadow: 0px 5px 8px 0px rgb(0 0 0 / 30%);
}
.leader-block .description {
    padding-top: 10px;
    display: none;
}
.leader-block .description p {
    font-size: 16px;
    line-height: 26px;
}
.leaders-sec .btn-theme2 {
    margin-bottom: 30px;
}
.leaders-sec p.info {
    max-width: 700px;
    margin: 0px auto;
    color: #54555A;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
}
.leader-mb-popup {
    position: fixed;
    top: 69px;
    width: calc(100vw - 40px);
    height: calc(100vh - 110px);
    background: #fff;
    z-index: 98;
    display: none;
    overflow: hidden;
    margin: 20px;
    box-shadow: 0px 13px 45px 0px rgb(0 0 0 / 30%);
}
.leader-mb-popup .close {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 0px;
    background: transparent;
    font-size: 30px;
    line-height: 30px;
    color: #565656;
}
.leader-mb-popup .wrapper {
    padding: 30px 25px;
	height: 100%;
    overflow: auto;
}
.leader-mb-popup .wrapper .main-img {
    max-width: 240px;
    margin-bottom: 20px;
}
.leader-mb-popup .name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}
.leader-mb-popup .info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.leader-mb-popup .info a {
    background: #0073B2;
    display: block;
    padding: 2px 8px 5px;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    margin-top: 7px;
}
.leader-mb-popup .info a img {
    max-width: 16px;
}
/* waps about page */
.our-products-sec {
    padding: 40px 0px 0px;
}
.our-products-sec .heading {
    text-align: center;
}
.who-are-we-sec.bg {
    background-image: url('../images/about/values-bg.png');
    background-position: center;
    background-size: cover;
}
.our-products-sec {
    overflow: hidden;
    background: linear-gradient( 180deg, #f7f8f9,  #fff, #fff, #fff);
}
.product-carousel-wrap {
    width: 35%;
    margin: 40px auto 0px;
}
.product-carousel-wrap .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.product-carousel-wrap .owl-item:not(.active) .product-block {
    margin-top: 80px;
}
.product-carousel-wrap .owl-item:not(.active) a {
    display: none;
}
.product-carousel-wrap .product-block {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 24px 0px rgb(0 0 0 / 20%);
}
.product-carousel-wrap .owl-nav, .alliance-slider-wrap .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
}
.product-carousel-wrap .owl-carousel .owl-nav .owl-prev, .alliance-slider-wrap .owl-carousel .owl-nav .owl-prev,
.product-carousel-wrap .owl-carousel .owl-nav .owl-next, .alliance-slider-wrap .owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    color: #E72419;
    font-size: 52px;
    line-height: 0px;
    position: absolute;
    left: -90px;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 20%);
    transition: all 0.2s ease-in-out;
}
.product-carousel-wrap .owl-carousel .owl-nav .owl-next, .alliance-slider-wrap .owl-carousel .owl-nav .owl-next {
    right: -90px;
    left: auto;
}
.product-carousel-wrap .owl-carousel .owl-nav .owl-prev span, .alliance-slider-wrap .owl-carousel .owl-nav .owl-prev span,
.product-carousel-wrap .owl-carousel .owl-nav .owl-next span, .alliance-slider-wrap .owl-carousel .owl-nav .owl-next span {
    position: relative;
    top: -4px;
}
.product-carousel-wrap .owl-carousel .owl-nav .owl-prev:hover, .alliance-slider-wrap .owl-carousel .owl-nav .owl-prev:hover,
.product-carousel-wrap .owl-carousel .owl-nav .owl-next:hover, .alliance-slider-wrap .owl-carousel .owl-nav .owl-next:hover {
    box-shadow: 0px 9px 20px 0px rgb(0 0 0 / 25%);
}
.product-carousel-wrap .content {
    padding: 20px 30px;
    text-align: center;
}
.product-carousel-wrap .content h5 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
}
.product-carousel-wrap .content .btn {
    background-color: #DF0A1F;
    color: #fff;
    border-radius: 0px;
    padding: 4px 5px 6px;
    font-size: 15px;
    margin-top: 0px;
    min-width: 110px;
}
.pro {
    position: relative;
}
.pro::after {
    content: '';
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffffc2, #ffffff );
    width: 32%;
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 9;
    top: 0;
    pointer-events: none;
}
.pro::before {
    content: '';
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0), #ffffffc2, #ffffff );
    width: 32%;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 9;
    top: 0;
    pointer-events: none;
}
.pro .overlay-bottom {
    background: linear-gradient(180deg, rgb(107 3 3 / 0%), #ffffff, #ffffff );
    width: 100%;
    bottom: -40px;
    left: 0;
    position: absolute;
    height: 15%;
    z-index: 9;
    pointer-events: none;
}
.infrastructure-sec {
    padding: 80px 0px 50px;
}
.infrastructure-sec .cont {
    padding-right: 30px;
}
.infrastructure-sec .cont p {
    font-size: 18px;
    line-height: 26px;
}
.infrastructure-slider img {
    width: 100%;
}
.infrastructure-slider .lSAction > .lSPrev::before {
    content: url('../images/arrow_back_ios_black_24dp.svg');
}
.infrastructure-slider .lSAction > .lSNext::before {
    content: url('../images/arrow_forward_ios_black_24dp.svg');
}
.infrastructure-slider .lSAction a {
    opacity: 0;
    top: 55%;
    transition: all 0.25s ease-in-out;
}
.infrastructure-slider:hover .lSAction a {
    opacity: 1;
    top: 50%;
}
.infrastructure-slider .lSSlideOuter .lSPager.lSGallery li {
    border: 2px solid #fff;
    opacity: 0.8;
    transition: all 0.25s ease-in-out;
}
.infrastructure-slider .lSSlideOuter .lSPager.lSGallery li.active, 
.infrastructure-slider .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0px;
    border: 2px solid #E72419;
    opacity: 1;
}
.gallery-wrap .row {
    margin-left: 5px;
    margin-right: 5px;
}
.gallery-wrap .row>div {
    padding: 0px 5px;
}
.gallery-wrap img {
    margin-bottom: 10px;
}
.gallery-wrap .lSSlideOuter.vertical {
    padding-left: 20px;
}
.gallery-wrap .lSPager.lSpg {
    margin-left: 5px;
    position: absolute;
    left: -10px;
    top: calc(50% - 50px);
    z-index: 9;
}
.gallery-wrap .lSPager.lSpg > li {
    display: block;
}
.gallery-wrap .lSSlideOuter .lSPager.lSpg > li a {
    background-color: transparent;
    border: 1px solid #676767;
}
.gallery-wrap .lSSlideOuter .lSPager.lSpg > li:hover a, 
.gallery-wrap .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #e72419;
    border-color: #e72419;
}
.gallery-sec {
	padding: 70px 0px 50px;
}
.alliances-sec {
    background-image: url('../images/about/values-bg.png');
    padding: 50px 0px 120px;
}
.alliances-sec .alliance-slider-wrap {
    margin-top: 40px;
}
.alliance-slider-wrap .owl-nav {
    top: calc(50% - 25px);
}
.alliance-slider-wrap .owl-carousel .owl-nav .owl-next {
    right: -70px;
}
.alliance-slider-wrap .owl-carousel .owl-nav .owl-prev {
    left: -70px;
}
.alliance-slider-wrap .overlay {
    position: absolute;
    top: 0;
    background-color: #4c4f55e3;
    padding: 30px 20px;
    text-align: center;
    height: 100px;
    transition: all 0.25s ease-in-out;
}
.alliance-slider-wrap .overlay h5 {
    color: #fff;
    font-size: 20px;
    transition: all 0.25s ease-in-out;
    font-weight: 400;
    margin-bottom: 20px;
}
.alliance-slider-wrap .overlay p {
    color: #fff;
    font-size: 15px; 
    opacity: 0;
}
.alliance-slider-wrap .overlay a {
    background-color: #DF0A1F;
    color: #fff;
    border-radius: 0px;
    padding: 4px 5px 6px;
    font-size: 15px;
    margin-top: 0px;
    min-width: 110px;
    opacity: 0;
}
.alliance-slider-wrap .item:hover .overlay {
    height: 100%;
}
.alliance-slider-wrap .item:hover .overlay h5 {
    font-size: 24px;
}
.alliance-slider-wrap .item:hover p, .alliance-slider-wrap .item:hover a {
    opacity: 1;
}
.certification-sec {
    padding: 0px 0px 50px;
    position: relative;
    margin-top: 80px;
}
.certification-sec .nav {
    margin-top: 90px;
}
.certification-sec::before {
    content: '';
    width: 45%;
    height: 100%;
    left: 0;
    background-image: url('../images/about/certificate-bg.png');
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: 20px;
}
.certification-sec::after {
    content: '';
    width: 30%;
    height: 100px;
    background-image: url('../images/about/certificate-bg-pattern.svg');
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    z-index: -1;
    top: -60px;
}
.certification-sec .nav-link {
    border: none;
    background: transparent;
    text-align: left;
    padding: 0px;
    color: #666666;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}
.certification-sec .nav-link.active {
    color: #EF3122;
    font-weight: 600;
}
.certification-sec .tab-pane {
    padding-right: 30px;
}
.certification-sec .owl-nav {
    position: absolute;
    top: calc(50% - 20px);
    width: 100%;
}
.certification-sec .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -25px;
    font-size: 40px;
    line-height: 30px;
}
.certification-sec .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -25px;
    font-size: 40px;
    line-height: 30px;
}
.certification-sec .owl-carousel .owl-nav .disabled {
    opacity: 0;
}
.certification-sec .tab-content {
    min-height: 107px;
}
.gallery-wrap .img-wrap {
	position: relative;
}
.gallery-wrap .img-wrap span.icon {
    position: absolute;
    bottom: 0;
    right: 10px;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.gallery-wrap .img-wrap span.icon img {
	max-width: 20px;
}
.gallery-wrap .img-wrap:hover span.icon  {
	opacity: 1;
}
.gallery-wrap {
	padding: 0px 60px;
}
.gallery-wrap .owl-nav {
	position: absolute;
	width: 100%;
	top: calc(50% - 20px);
}
.gallery-wrap .owl-carousel .owl-nav .owl-next, 
.gallery-wrap .owl-carousel .owl-nav .owl-prev {
	width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    color: #E72419;
    font-size: 52px;
    line-height: 0px;
    position: absolute;
    left: -65px;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 20%);
    transition: all 0.2s ease-in-out;
}
.gallery-wrap .owl-carousel .owl-nav .owl-next {
	right: -65px;
    left: auto;
}
.gallery-wrap .owl-carousel .owl-nav .owl-next span, 
.gallery-wrap .owl-carousel .owl-nav .owl-prev span{
	position: relative;
    top: -4px;
}
#imageFullView .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.fullview-wrap img {
    max-width: 100%;
    width: auto;
    height: calc(100vh - 130px);
    margin: 0px auto;
    display: block;
}
.certificationSlider.owl-carousel .owl-item img {
    width: auto;
    margin: 0px auto;
    max-width: 100%;
}
@media (max-width: 992px) {
	.fullview-wrap img {
    width: 100%;
    width: auto;
    height: auto;
}
    .about-banner .banner-caption h2 {
        font-size: 30px;
    }
    .about-banner .banner-caption p {
        font-size: 16px;
    }
    .our-vision-sec h3 {
        font-size: 32px;
        line-height: 38px;
        text-align: center;
        padding-right: 20px;
    }
    .our-vision-sec p, .international-presence-sec p {
        font-size: 16px;
    }
    .who-are-we-sec p {
        font-size: 16px;
        line-height: 24px;
    }
    .values-sec .values-block .img-wrap {
        padding: 25px 10px;
        text-align: center;
    }
    .values-sec .values-block .img-wrap img {
        max-width: 100%;
        max-height: 120px;
    }
    .values-sec .values-block .content {
        padding: 15px 20px;
    }
    .btn-theme2 {
        font-size: 20px;
    }
    .product-carousel-wrap {
        width: 48%;
    }
    .pro::before {
        background: linear-gradient( -90deg , rgba(255, 255, 255, 0), #ffffff96, #ffffff );
        width: 18%;
    }
    .pro::after {
        width: 18%;
        background: linear-gradient( 90deg , rgba(255, 255, 255, 0), #ffffff96, #ffffff );
    }
    .infrastructure-sec .cont p {
        font-size: 16px;
        line-height: 24px;
    }
    .alliances-sec .alliance-slider-wrap {
        padding: 0px 30px;
    }
}
@media (max-width: 767px) {
    .our-vision-sec, .who-are-we-sec, .values-sec, .international-presence-sec {
        padding: 30px 0px;
    }
    .our-vision-sec h3 {
        text-align: left;
        padding-right: 0;
    }
    .who-are-we-sec img {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .leader-block .info p {
        font-size: 16px;
        line-height: 22px;
    }
    .leader-block .description p {
        font-size: 14px;
        line-height: 22px;
    }
    .leaders-sec p.info {
        font-size: 16px;
        line-height: 24px;
    }
    .international-presence-sec .btn-theme2 {
        margin: 15px auto;
    }
    .international-presence-sec .dot {
        width: 20px;
        height: 20px;
    }
    .leaders-row .col-lg-3 {
        padding: 0px 18px;
    }
    .leaders-row .row {
        padding: 0px 8px;
    }
    .leader-block a img {
        max-width: 16px;
    }
    .leader-block a {
        padding: 0px 5px 4px;
    }
    .our-vision-sec .row {
        margin: 0px -15px;
    }
    .international-presence-sec .dot .icon::before {
        animation: none;
    }
    .about-banner .banner-caption {
        align-items: flex-end;
        padding-bottom: 30px;
    }
    .who-are-we-sec.bg .mx-auto > .row {
        flex-direction: column-reverse;
    }
    .who-are-we-sec.bg .sec-heading {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .who-are-we-sec.bg {
        padding: 40px 0px 0px;
    }
    .who-are-we-sec.bg .sec-heading, .who-are-we-sec.bg p,
    .infrastructure-sec .sec-heading, .infrastructure-sec p {
        padding: 0px 10px;
    }
    .our-products-sec {
        position: relative;
    }
    .our-products-sec::before {
        content: '';
        width: 25%;
        height: 60px;
        background-image: url('../images/about/bg-pattern-mb-2.svg');
        background-position: center;
        background-size: cover;
        position: absolute;
        left: 0;
        z-index: 1;
        top: 30px;
    }
    .our-products-sec .sec-heading{
         margin-bottom: 20px;
    }
    .our-products-sec p {
        text-align: left;
    }
    .product-carousel-wrap {
        width: 70%;
        margin: 20px auto 0px 20px;
    }
    .product-carousel-wrap .owl-nav {
        display: none;
    }
    .pro::before, .pro::after {
        display: none;
    }
    .product-carousel-wrap .owl-item:not(.active) .product-block {
        margin-top: 0px;
    }
    .product-carousel-wrap .owl-item:not(.active) a {
        display: block;
        opacity: 0;
    }
    .pro .overlay-bottom{
        display: none;
    }
    .product-carousel-wrap .product-block {
        border-radius: 0;
        box-shadow: 0px 4px 24px 0px rgb(6 6 6 / 8%);
    }
    .our-products-sec .item p {
        text-align: center;
    }
    .product-carousel-wrap .content {
        padding: 20px 10px;
    }
    .our-products-sec {
        padding: 40px 0px 30px;
		overflow: hidden;
    }
    .infrastructure-sec {
        padding: 30px 0px 30px;
    }
    .infrastructure-slider {
        margin-top: 20px;
    }
    .certification-sec::after {
        display: none;
    }
    .certification-sec {
        margin-top: 0px;
        padding: 30px 0px 30px;
    }
    .certification-sec .nav {
        margin-top: 50px;
        flex-direction: row !important;
    }
    .certification-sec::before {  
        width: 100%;
        height: 36%;
        top: 48%;
		background-image: url('../images/about/certification-mb-img.png');
    }
    .certification-sec .nav-link {
           font-size: 18px;
		   margin-right: 15px;
		font-family: 'Brandon Grotesque';
    }
    .certification-sec .tab-content {
        margin-top: 20px;
		height: 110px;
		overflow: hidden;
    }
    .gallery-sec {
        padding: 0px 0px 40px;
    } 
    .gallery-wrap .lSSlideOuter.vertical {
        padding-left: 0;
    }
    .gallery-wrap .lSPager.lSpg {
        display: none;
    }
    .alliances-sec .sec-heading, .alliances-sec p {
        text-align: left;
    }
    .alliances-sec .alliance-slider-wrap {
        padding: 0;
    }
    .alliance-slider-wrap .owl-nav {
        display: none;
    }
    #allianceSlider .owl-stage-outer {
        overflow: visible;
        left: -30px;
    }
	.info-block {
		padding: 30px 0px;
	}
	.info-block .btn-theme2 {
		margin: 0px auto 20px;
	}
	.lSSlideWrapper {
		height: 210px !important;
	}
	.alliances-sec {
		overflow: hidden;
	}
	.certification-sec .owl-carousel .owl-nav .owl-prev {
		left: -18px;
	}
	.alliance-slider-wrap .overlay p {
		    max-height: 130px;
    overflow: hidden;
	}
	.gallery-wrap {
		padding: 0px 30px;
	}
	.gallery-wrap .owl-carousel .owl-nav .owl-next, .gallery-wrap .owl-carousel .owl-nav .owl-prev {
		width: 30px;
		height: 30px;
	    left: -35px;
	}
	.gallery-wrap .owl-carousel .owl-nav .owl-next {
		right: -35px;
		left: auto;
	}
	.gallery-wrap .owl-carousel .owl-nav .owl-next span, .gallery-wrap .owl-carousel .owl-nav .owl-prev span {
		top: -6px;
		font-size: 34px;
	}
	.gallery-wrap .img-wrap span.icon {
		opacity: 1;
	}
}