*{
    box-sizing: border-box;
}
body {
   
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
   }
video {
    width: 100%;
}

a{
    color: unset;
    text-decoration: none;
}
ul li{
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    color: #222D39;
}
img{
    max-width: 100%;
    width: 100%;
}

/* banner-section css start======== */
section.banner-section {
    margin-top: 56px;
    position: relative;
}
.sliderbtn {
    /* float: left; */
    margin-right: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}
.gitex-logo {
    right: 20px;
    width: 100px;
    z-index: 3;
    position: absolute;
    top: 33px;
    border-radius: 58px;
    overflow: hidden;
    background: #fff;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}
.mobile-video{
    display: none;
}

.menu-right-wrap {
    padding: 15px 30px;
}
.overlay {
    position: absolute;
    top: 0;
    /* background: #0c122eb3; */
    width: 100%;
    height: 99%;
    color: #fff;
    display: flex;
    align-items: center;
}
.overlay h1 {
    color: #fff;
    font-weight: 900;
    font-size: 60px;
    margin-bottom: 30px;
    /* width: 70%; */
    width: 100%;
    text-align: center;
}
.overlay p {
    font-size: 28px;
    width: 100%;
    text-align: center;
}
.overlay p svg {
    width: 25px;
    height: 25px;
    margin-right: 13px;
}
/* banner-section css end======== */

/* Start Vertical Domain (Ajay) ============ */

.vertical-domain-section {
    overflow: hidden;
}
/* .vDomain-slider {
    margin-left: -250px;
} */
.vDomain-slider > .owl-stage-outer{
    width: calc(100% + 460px);
}
.vDomain-thumbnail {
    position: relative;
}
.vDomain-thumbnail .img-wrap {
    cursor: pointer;
    overflow: hidden;
}
.vDomain-thumbnail .img-wrap img{
    transition: 0.5s ease;
}
.vDomain-thumbnail .img-wrap:hover img{
    transform: scale(1.1);
} 



.vDomain-thumbnail .img-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent linear-gradient(180deg, #0d689d00 0%, #064d75 100%) 0% 0% no-repeat padding-box;
}

.vDomain-thumbnail.item-02 .img-wrap:after {
    background: transparent linear-gradient(180deg, #0d689d00 0%, #064d75 100%) 0% 0% no-repeat padding-box;
}
.vDomain-thumbnail.item-03 .img-wrap:after {
    background: transparent linear-gradient(180deg, #0d689d00 0%, #064d75 100%) 0% 0% no-repeat padding-box;
}
.vDomain-thumbnail.item-04 .img-wrap:after {
    background: transparent linear-gradient(180deg, #0d689d00 0%, #064d75 100%) 0% 0% no-repeat padding-box;
}
.vDomain-thumbnail.item-05 .img-wrap:after {
    background: transparent linear-gradient(180deg, #0d689d00 0%, #064d75 100%) 0% 0% no-repeat padding-box;
}
.vDomain-thumbnail .title {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    transition: 0.5s;
}
.vDomain-thumbnail:hover .title{
    bottom: 120px;
}
.vDomain-slider .owl-nav {
    position: absolute;
    top: -74px;
    right: 0;
    margin-top: 0;
}
.owl-carousel.with-arrow .owl-nav > button > span {
    display: none;
}
.owl-theme.owl-carousel.with-arrow  .owl-nav > button {
    background: url('../images/arrow-left.png');
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 20px;
    background-color: transparent;
    display: inline-block;
}
.owl-theme.owl-carousel.with-arrow .owl-nav > button.owl-next {
    background: url('../images/arrow-right.png');
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
}
.owl-theme.owl-carousel.with-arrow .owl-nav > button:hover {
    background-size: 24px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
}
/* End Vertical Domain (Ajay) ============ */





/* Vertical Domain css start============ */
.verticaldomain-slider-wrapper .swiper-button-prev,
.verticaldomain-slider-wrapper .swiper-button-next{
    background: unset;
}
.verticaldomain-slider-wrapper .swiper-button-prev {
    left: -110px;
}
.verticaldomain-slider-wrapper .swiper-button-next {
    right: -40px;
}
.verticaldomain-slider-wrapper .swiper-button-prev::before, 
.verticaldomain-slider-wrapper .swiper-button-next::before {
    content: "";
    width: 55px;
    background: #000;
    position: absolute;
    height: 2px;
}
.verticaldomain-slider-wrapper .swiper-button-prev::after,
.verticaldomain-slider-wrapper .swiper-button-next::after {
    content: "";
    width: 16px;
    height: 16px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    rotate: 47deg;
    left: -11px;
    position: absolute;
}
.verticaldomain-slider-wrapper .swiper-button-next::after{
    rotate: 227deg;
    left: 23px;
}
[class^=swiper-button-]{
    opacity: 0;
    visibility: hidden;
}
.verticaldomain-slider-wrapper [class^=swiper-button-],
.mySwiper [class^=swiper-button-]{
    opacity: 1;
    visibility: visible;
}


.swiper-slide .slide-title {
    font-size: 30px;
    line-height: 33px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    z-index: 1;
}
.vertical-domain-section .swiper-slide.slide-1::before,
.vertical-domain-section .swiper-slide.slide-2::before,
.vertical-domain-section .swiper-slide.slide-3::before,
.vertical-domain-section .swiper-slide.slide-4::before,
.vertical-domain-section .swiper-slide.slide-5::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #2510BD00 0%, #7C109B 100%) 0% 0% no-repeat padding-box;
    left: 0;
    z-index: 1;
}
.vertical-domain-section .swiper-slide.slide-2::before{
    background: transparent linear-gradient(180deg, #2510BD00 0%, #34BEB3 100%) 0% 0%;
}
.vertical-domain-section .swiper-slide.slide-3::before{
    background: transparent linear-gradient(181deg, #2510BD00 0%, #815ADF 100%) 0% 0%;
}
.vertical-domain-section .swiper-slide.slide-4::before{
    background: transparent linear-gradient(180deg, #2510BD00 0%, #2C4BFF 100%) 0% 0%;
}
.vertical-domain-section .swiper-slide.slide-5::before{
    background: transparent linear-gradient(179deg, #2510BD00 0%, #FF9100 100%) 0% 0%;
}
.vertical-domain-section .swiper-slide{
    overflow: hidden;
}
.vertical-domain-section .swiper-slide img,
.vertical-domain-section .slide-title{
    transition: 0.5s ease;
}
.vertical-domain-section .swiper-slide:hover  img{
    transform: scale(1.2);
}
.vertical-domain-section .swiper-slide:hover .slide-title{
    bottom: 100px;
}


.technology-section .tech-card-wrapper a:hover{
    color: unset;
}
.technology-section .tech-card-wrapper .tech-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: calc(100% - 30px);
    overflow: hidden;
    transition: 0.5s;
    margin-bottom: 50px;
}
.technology-section .tech-item h2 {
    font-size: 28px;
}
.technology-section .tech-card-wrapper .tech-item:hover {
    transform: translateY(-20px);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}
.technology-section .tech-card-wrapper .tech-img{
    overflow: hidden;
}
.technology-section .tech-card-wrapper .tech-img img{
    transition: 0.5s ease-in-out;
}
.technology-section .tech-card-wrapper .tech-item:hover .tech-img img{
    transform: scale(1.2);
}
.technology-section .tech-content {
    padding: 20px;
}
.technology-section .tech-content p {
    margin-bottom: 0;
    font-size: 16px;
	color:#212529;
}
/* technology-section css start======= */
.technology-section .tech-card-wrapper {
    margin-bottom: 30px;
}
.technology-silder-wrapper .swiper-wrapper{
    transition-timing-function:linear ;
}
.technology-slider .swiper-scrollbar,
.techreverse .swiper-scrollbar {
    display: none;
}
.technology-silder-wrapper .swiper {
    padding-bottom: 60px;
}
/* slider button css end===== */

.section-spacing{
    padding: 25px 0;
}
.section-heading {
    margin-bottom: 45px;
}
.cdnsection-title h3 {
    margin: 0;
    font-size: 16px;
    color: #222D39;
    font-weight: 400;
}
.section-heading h2{
    margin-top: 0;
    margin-bottom: 15px;
    color: #222D39;
    font-size: 44px;
}
.section-heading p {
    font-size: 16px;
}
.list-section ul{
    margin-left: 60px;
}
.list-section li {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
}
.list-section li::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    left: -39px;
    top: 1px;
    background: url("../../images/itcreations/bullet.svg");
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
/* cdn-rating-section css start========== */
.cdn-rating-section {
    position: relative;    
    top: -60px;
    margin-bottom:-25px;
}
.cdn-rating-section .rating-wrapper {
    display: flex;
    justify-content: space-between;
    background: transparent linear-gradient(125deg, #0d689d 0%, #064d75 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 30px #064d75;
    border-radius: 6px;
    opacity: 1;
    color: #fff;
    padding: 30px;
}
.cdn-rating-section .rating-wrapper .rating-item{
    border-right: 1px solid #ffffff45;
    padding: 0 30px 0 0;
}
.cdn-rating-section .rating-wrapper .rating-item:last-child {
    border: none;
}
.cdn-rating-section .rating-wrapper h2{
    color: #fff;
    font-size: 50px;
    margin-bottom: 10px;
}
/* cdn-rating-section css end========== */

/* outstanding-services-section css start============  */
.outstanding-services-section .os-content .services-img{
    /* background: transparent linear-gradient(348deg, #2510BD 0%, #7C109B 100%) 0% 0% no-repeat padding-box; */
    height: 400px;
    position: relative;
    overflow: hidden;
}
.outstanding-services-section .services-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(rgb(37 16 189 / 0%) 0%, rgb(6 77 117 / 78%) 80%);
    z-index: 1;
}
.outstanding-services-section .os-content .services-img img{
    transition: 0.5s ease;
    height: 100%;
}
.outstanding-services-section .os-content .services-img:hover img{
    transform: scale(1.2);
} 
.outstanding-services-section .os-content .services-img:hover .services-title{
    bottom: 40px;
}

.outstanding-services-section .os-content .services-img:hover .services-title p {
    visibility: visible;
    line-height: 20px;
    font-weight: 500;
    font-size: 16px;
    text-align:left;
    padding-top: 10px;
}
.outstanding-services-section .os-content .os-row-gap{
    grid-row-gap:20px ;
}
.outstanding-services-section .services-img .services-title {
    position: absolute;
    color: #fff;
    line-height: 32px;
    bottom: 18px;
    left: 0;
    right: 0;
    transition: 0.5s ease;
    z-index: 1;
    padding: 0 20px;
}
.outstanding-services-section .services-img .services-title h2{
    text-align: left;
    color: #fff;
    /* padding-left: 20px; */
}
.outstanding-services-section .services-img .services-title h2 a{
    text-align: left;
    color: #fff;
    font-size: 26px;
}
.services-title p {
    visibility: hidden;
    line-height: 0;
}

/* outstanding-services-section css end============  */

/* about section css start========== */
.about-section .about-img {
    position: relative;
    overflow: hidden;
}
.about-section .about-img img{
    transition: 0.5s ease;
    filter: grayscale(70%)
}
.about-section .about-img:hover img{
    transform: scale(1.2);
}
.about-section .about-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background:linear-gradient(rgb(37 16 189 / 0%) 0%, rgb(6 77 117 / 35%) 164%);
    z-index: 1;
}

/* about section css end========== */
/* cdn-rating-section css end========== */

.award-description p {
    font-size: 16px;
}
.awardslider-height h2{
    font-size: 30px;
    line-height: 33px;
}
.award-slider .awardslider-height{
    height: calc(100% - 5px);
}
.award-section .award-heading{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.award-section .award-heading h2{
    width: calc(100% - 105px);
    font-size: 30px;
    line-height: 33px;
    font-weight: 600;
}
.award-section .award-logo {
    width: 90px;
    margin-right: 15px;
}
.award-logo-img {
    width: 187px;
    margin: auto;
}
.award-logo-section {
    /* width: 350px; */
    margin: auto;
}
.award-logo-section img{
    width: 150px;
    margin: 10px;
    display: unset;
}
.award-slider-column{
    position: relative;
    /* border-right: solid 1px #ebeaea; */
    padding-right: 25px;
}
.award-slider-column .sliding-btn{
    position: absolute;
    bottom: 0;
    top: unset;
}
.award-slider .sliding-btn [class^=swiper-button-]{
    opacity: 1;
    visibility: visible;
}
.award-section .awardsoLog{
    border-left: 1px solid #ebeaea; ;
}

/* .owl-carousel.award-slider .owl-nav {
    text-align: right;
} */

/* Meet Our Expert css start====== */
.meet-our-expert .moe-row-gap{
    grid-row-gap:30px ;
}
.meet-our-expert .our-expert {
    width: 20%;
}
.meet-our-expert .expert-img{
    position: relative;
    overflow: hidden;
}
.meet-our-expert .expert-img::before {
    content: "";
    position: absolute;
    /* background: transparent linear-gradient(181deg, #2510BD00 0%, #7C109B 100%) 0% 0% no-repeat padding-box; */
    /* background: linear-gradient(rgb(62 37 241 / 19%) 0%, rgb(125 16 155 / 30%) 80%); */
    background: linear-gradient(rgb(62 37 241 / 11%) 0%, rgb(95 26 114 / 41%) 80%);
    width: 100%;
    z-index: 1;
    height: 100%;
    cursor: pointer;

}
.meet-our-expert .expert-img img{
    width: 100%;
    transition: 0.7s;
}

.meet-our-expert .expert-img:hover img {
    transform: scale(1.2);
    z-index: 0;
}
.meet-our-expert .expert-img:hover .expert-title{
    bottom: 40px;
}
  
.meet-our-expert .expert-title {
    position: absolute;
    bottom: 0;
    left: 20px;
    color: #fff;
    z-index: 2;
    transition: 0.5s ease;
    }
.meet-our-expert .expert-title h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}
.meet-our-expert .expert-title p {
    font-size: 16px;
    font-weight: 300;
}
/* Meet Our Expert css end====== */
/* Our Client Testimonials css start======= */
.client-testimonials-content.section-heading {
    background:  transparent linear-gradient(179deg, #2510BD00 0%, #7C109B12 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #E3E3E3;
    border-radius: 40px;
    padding: 40px;
    margin-bottom: 20px;
    min-height: 320px;
    position: relative;
}
.client-testimonials-content.section-heading:hover{
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 3%);
}
.client-testimonials-content h3 {
    position: absolute;
    bottom: 20px;
    right: 45px;
}
.testimonials-slider .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
}
.testimonials-slider .owl-dots{
    display: none;
}
/* Our Client Testimonials css end======= */

.map-section iframe {
    width: 100%;
    height: 605px;
    border-radius: 20px;
    border: 1px solid #a5a2a2cc;
}

.blog-wrapper {
    border: 1px solid #C5C5C5;
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
    transition: 0.5s ease;
	color:#212529;
}
.cdnblog a:hover{
    color: unset;
}
.blog-img img{
    width: 100%;
}
.blog-content {
    padding: 25px;
}
.blog-content p{
    font-size: 16px;
}
.blog-content h2{
    font-size: 24px;
    margin: 20px 0;
}
.blog-wrapper:hover{
    transform: translateY(-10px);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.blog-wrapper:hover img{
    transform: scale(1.2);
}
.blog-img{
    overflow: hidden;
}
.blog-img img {
    transition: 0.5s;
}

/* .ftr-content img {
    width: 70%;
} */

.ftr-logo img {
    width: 190px;
    max-width: 100%;
}

ul.ftr-menu {
    padding: 0;
}

/* form section css===== */
.form-control:focus{
    box-shadow: none;
}
.talk-form-section .theme-form .label,
.talk-form-section .subtitle,
.talk-form-section .note-title{
    font-size: 16px;
}


@media (min-width: 1200px) and (max-width:1500px) {
    /* .container {
        padding: 0 50px;
    } */
    .client-testimonials-content.section-heading {
        min-height:340px ;
    }
    .overlay h1 {
        font-size: 44px;
        margin-bottom: 16px;
        width: 70%;
        text-align: left;
    }
    .overlay p {
        font-size: 20px;
        width: 70%;
        text-align: left;
    }
    .sliderbtn{
        text-align: left;
    }
    .h2, h2 {
        font-size: 30px;
    }
    .h3, h3 {
        font-size: 24px;
    }
    .cdn-rating-section .rating-wrapper h2{
        font-size: 36px;
        margin-bottom: 6px;
    }

    .cdn-rating-section .rating-wrapper {
        border-radius: 16px;
        padding: 16px;
    }
    .copyright-des {
        font-size: 14px;
    }
    .footer-inner .ftr-title h3 {
        font-size: 14px;
    }
    .footer-inner .ftr-menu li a {
        font-size: 14px;
    }
    .technology-section .tech-item h2 {
        font-size: 24px;
    }
    .award-section .award-heading h2 {
        font-size: 24px;
    }
    h5, .h5 {
        font-size: 16px;
    }
    .meet-our-expert .expert-title h2 {
        font-size: 16px;
    }
    .meet-our-expert .expert-title p {
        font-size: 14px;
    }
    .container {
        max-width: 1230px;
    }
    .section-spacing {
        padding: 35px 0;
    }
    .section-heading h2 {
        margin-bottom: 25px;
    }
    
}
/* responsive css start*/
/* @media (min-width: 1200px) {
 
}
@media (min-width: 1500px) { 
    .container {
        max-width: 1400px !important
    }
} */
/* @media (max-width: 1366px) { 
    .container {
        max-width: 1200px !important;
        padding: 0 50px;
    }
} */
/* @media (max-width: 1366px) { 
    .container {
        max-width: 1200px;
    }
} */
@media (max-width:1200px) {
    .overlay h1{
        font-size: 45px;
    }
    .overlay p{
        font-size: 22px;
    }
    .section-heading h2{
        font-size: 40px;
    }
    .cdn-rating-section{
        top: -55px;
    }
    .cdn-rating-section .rating-wrapper{
        padding: 30px;
    }
    .cdn-rating-section .rating-wrapper h2 {
        font-size: 25px;
    }


    /* outstanding-services-section css statr ============= */
    
    .outstanding-services-section .os-content .services-img{
        height: auto;
    }
    .list-section li{
        margin: 0;
    }
    .list-section li::before{
        top: 10px;
    }
    .outstanding-services-section .services-img .services-title h2 a{
        font-size: 18px;
    }
    
    /* meet-our-expert start=========== */
    .meet-our-expert .expert-title h2{
        font-size: 22px;
    }
    /* meet-our-expert end=========== */

    /* Our Blogs css start======= */
    .blog-content h2{
        font-size: 20px;
    }
    /* Our Blogs css end======= */
}
@media (min-width:992px) and (max-width:1199px) {

    .client-testimonials-content.section-heading {
        min-height:410px ;
    }
}
@media (max-width:1024px) {
    .overlay h1 {
        font-size: 35px;
        margin-bottom: 18px;
    }
    .overlay p {
        font-size: 18px;
    }
    .overlay .cdn-btn{
        margin-top: 10px;
    }
    .meet-our-expert .our-expert {
        width: 30%;
    }
    .award-logo-section img{
        width: 125px;
    }
    .award-logo-section .awardsoLog{
        border-left:none ;
    }
}
@media (max-width:991px) {
    /* .overlay h1{
        font-size: 35px;
        margin-bottom: 15px;
    }
    .overlay p {
        font-size: 20px;
    } */
    .cdn-rating-section {
        top: 25px;
        margin-bottom: 40px;
    }
    .overlay p svg{
        width: 20px;
        height: 20px;
    }
    /* section.banner-section{
        margin-top: 75px;
    } */
    .cdn-rating-section .rating-wrapper{
        flex-wrap: wrap;
    }
    .cdn-rating-section .rating-wrapper .rating-item:nth-child(3){
        border-right:none ;
    }
    .cdn-rating-section .rating-wrapper .rating-item {
        width: 200px;
        margin-bottom: 15px;
    }
    .cdn-rating-section .rating-wrapper h2{
        font-size:30px ;
    }
    .award-section .award-heading h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .vDomain-slider .owl-nav{
        top: -45px;
    }
    .meet-our-expert .expert-title h2{
        font-size: 18px;
    }
    .meet-our-expert .expert-title p{
        font-size: 14px;
    }
    .meet-our-expert .expert-img:hover .expert-title{
        bottom: 35px;
    }
    .testimonials-slider .owl-nav{
        top: -60px;
    }
    .cdnblog a {
        margin-bottom: 20px;
        display: block;
    }
}
@media (max-width:767px) {




    section.banner-section {
        margin-top: 73px;
    }
    .sliderbtn {
        padding: 0;
        margin: 13px 0px;
        text-align: left;
    }
    /* .owl-stage-outer{
        padding-top: 42px;
    } */
    .gitex-logo{
        width: 80px;
        height: 80px;
    }
    .overlay{
        height: 100%;
    }
    
/*
    .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: -25px;
    margin-right: -78%;
}
    */

    .overlay h1 {
        font-size: 28px;
        margin-bottom: 10px;
        width: 100%;
        text-align: left;
    }
    .overlay p {
        font-size: 18px;
        width: 100%;
        text-align: left;
    }
    .desk-video{
        display: none;
    }
    .mobile-video{
        display: block;
        
    }
    .meet-our-expert .our-expert {
        width: 50%;
    }
    .cdn-rating-section{
        top: 0;
        margin-top:30px ;
    }
    .cdn-rating-section .rating-wrapper .rating-item:nth-child(odd){
        border-right: 1px solid #ffffff45;
    }
    .cdn-rating-section .rating-wrapper .rating-item:nth-child(even){
        border-right: none;
    }
    .award-slider-column{
        border: none;
        padding: 0;
    }
    .award-logo-section img{
        width: 135px;
    }
    .client-testimonials-content.section-heading {
        min-height: 350px;
    }
    section.banner-section{
        margin-top: 73px;
    }
}
@media (max-width:575px) {
    .container {
        padding: 0 15px;
    }
    .gitex-logo {
        width: 50px;
        height: 50px;
        top: 13px;
    }
 
    .meet-our-expert .our-expert {
        width: 100%;
    }
    .section-heading h2 br{
        display: none;
    }
    .about-section .section-heading{
        margin-bottom: 20px;
    }
    .technology-section .tech-card-wrapper{
        margin-bottom: 0;
    }
    .cdn-btn a {
        padding: 8px 15px;
        font-size: 14px;
    }
    .list-section ul{
        margin-left: 25px;
    }
    .list-section li::before{
        top: 2px;
    }
    .mobile-video{
        display: block;
        width: auto;
        height: 400px;
    }
    .overlay p{
        text-align: left;
    }
    .overlay h1{
        text-align: left;
    }
}
@media (max-width:485px) {
    .gitex-logo {
        top: 28px;
        right: 7px;
    }
    .overlay p{
        margin-bottom: 5px;
        font-size: 14px;
        text-align: left;
    }
    .overlay h1{
        margin-bottom: 15px;
        width: 90%;
        text-align: left;
    }
    .overlay p svg {
        width: 12px;
        height: 12px;
    }
    .sliderbtn{
        text-align: left;
    }
    .cdn-rating-section .rating-wrapper .rating-item:nth-child(odd){
        border-right: none;
    }
    .cdn-rating-section .rating-wrapper .rating-item{
        border-bottom: 1px solid #ffffff45;
        width: 100%;
    }
    .award-logo-section{
        text-align: center;
    }
    .award-logo-section img{
        width: 185px;
    }
    .client-testimonials-content.section-heading {
        min-height: 515px;
    }
    .mobile-video{
        display: block;
        width: auto;
        height: 500px;
    }
}
@media (max-width:390px) {
    .section-heading h2 {
        font-size: 30px;
    }
    .overlay .cdn-btn{
        margin-top: 10px;
    }
    .cdn-btn{
        margin-top: 30px;
    }
    .mobile-video{
        display: block;
        width: auto;
       height: 500px;
    }
}
@media (max-width:320px) {
    .mobile-video{
        display: block;
        width: auto;
       height: 500px;
    }
}
@media (min-width:320px) and (max-width:575px) {
	.mobile-video{
        display: block;
        width: auto;
        height: 500px;
    }
}

/* back to top */

.back-to-top {
    background-color: deeppink;
    text-decoration: none;
    cursor: pointer;
    width: 56px;
    height: 56px;
    z-index: 999;
    position: fixed;
    right: 32px;
    bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);
  }
  .back-to-top:hover {
    background-color: #ff51af;
  }
  .back-to-top:active {
    box-shadow: none;
    background-color: #d60074;
  }
  .back-to-top svg.icon__arrow-up {
    fill: white;
    width: 32px;
    height: 32px;
  }

  .ftr-title a, .ftr-title a:hover{
    color: #fff;
  }