/* Header Css */
/* @import url("https://fonts.google.com/share?selection.family=Acme|Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900"); */


/* src: url('../fonts/gallery-modern.otf'); */
@font-face {
    font-family: gallery-modern;
    src: url('../fonts/gallery-modern.otf');
}

body {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

body p {
    font-family: "Poppins";
}

.header .header-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.header {
    margin-bottom: 30px;
}

.header #navbarNav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #000;
    font-family: "Poppins";
    padding: 0 12px;
}

.header .header-wrap .headet-btn {
    padding: 12px 20px;
    padding-bottom: 13px;
    background: #000;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .header-wrap .headet-btn a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.header .header-wrap .navbar-collapse {
    justify-content: center;
}

/****Sections Css *****/
.banner-sec .banner-sec-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 26px;
    position: relative;
}

.banner-sec .banner-sec-content span {
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    line-height: 12px;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    letter-spacing: 0;
}

.banner-sec .banner-sec-content span:after {
    position: absolute;
    content: '';
    width: 12%;
    height: 2px;
    bottom: -8px;
    left: 44%;
    background-color: #383838;
    z-index: -1;
}

.banner-sec .banner-sec-content .banner-title {
    font-family: 'gallery-modern';
    font-size: 90px;
    line-height: 1.2;
    position: relative;
}

.banner-sec .banner-sec-content .banner-title:before {
    content: '';
    position: absolute;
    width: 32%;
    height: 40px;
    background-image: url(../images/banner-point-1.png);
    background-position: center;
    background-repeat: no-repeat;
    left: -22%;
    top: 28%;
    background-size: contain;
}

.banner-sec .banner-sec-content .banner-title:after {
    content: '';
    position: absolute;
    width: 32%;
    height: 40px;
    background-image: url(../images/banner-point-2.png);
    background-position: center;
    background-repeat: no-repeat;
    right: -22%;
    top: 30%;
    background-size: contain;
}

@keyframes flip-change {

    0%,
    8.66%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    13.32%,
    17.98% {
        transform: translate3d(0, -20%, 0);
    }

    22.64%,
    27.3% {
        transform: translate3d(0, -40%, 0);
    }

    31.96%,
    36.62% {
        transform: translate3d(0, -60%, 0);
    }

    41.28%,
    45.94% {
        transform: translate3d(0, -80%, 0);
    }

    50.6%,
    55.26% {
        transform: translate3d(0, 0, 0);
    }

    59.92%,
    64.58% {
        transform: translate3d(0, -20%, 0);
    }

    69.24%,
    73.9% {
        transform: translate3d(0, -40%, 0);
    }

    78.56%,
    83.22% {
        transform: translate3d(0, -60%, 0);
    }

    87.88%,
    92.54% {
        transform: translate3d(0, -80%, 0);
    }
}

@-webkit-keyframes flip-change {

    0%,
    8.66%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    13.32%,
    17.98% {
        transform: translate3d(0, -20%, 0);
    }

    22.64%,
    27.3% {
        transform: translate3d(0, -40%, 0);
    }

    31.96%,
    36.62% {
        transform: translate3d(0, -60%, 0);
    }

    41.28%,
    45.94% {
        transform: translate3d(0, -80%, 0);
    }

    50.6%,
    55.26% {
        transform: translate3d(0, 0, 0);
    }

    59.92%,
    64.58% {
        transform: translate3d(0, -20%, 0);
    }

    69.24%,
    73.9% {
        transform: translate3d(0, -40%, 0);
    }

    78.56%,
    83.22% {
        transform: translate3d(0, -60%, 0);
    }

    87.88%,
    92.54% {
        transform: translate3d(0, -80%, 0);
    }
}
.award-winnig-sec {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
}
.slider-line-sec .marquee-block .marquee-text img {
    padding: 0 20px;
}

.slider-line-sec .marquee-block {
    background: #000;
    border-bottom: 2px dashed #404040;
    color: #fff;
    padding: 16px 0;
    transform: rotate(-1.735deg);
    position: absolute;
    transform-origin: left bottom;
    align-items: center;
    width: 100%;
}

.slider-line-sec .marquee-block .marquee-text {
    position: relative;
}

.slider-line-sec .marquee-block .m-item:after {
    content: '';
    position: absolute;
    background-image: url(../images/star.png);
    top: 0;
}

.slider-line-sec .marquee-block .m-item {
    display: inline-block;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
}

.award-winnig-sec .sub-title {
    position: relative;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Poppins';
    padding-left: 30px;
}

.award-winnig-sec .sub-title:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/vector.png);
    top: 0;
    left: 0;
    z-index: 1;
}

.custom-slider .award-sec-title {
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 44px;
    line-height: 1.2;
    margin: 0;
	padding-bottom: 2px;
}

.award-winnig-sec .banner-social-info {
    display: flex;
    flex-direction: row;
    margin-top: 80px;
    align-items: center;
}

.award-winnig-sec .banner-social-info span {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    margin-right: 10px;
}

.award-winnig-sec .banner-social-info .social-media-wrap {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.award-winnig-sec .banner-social-info .social-media-wrap i {
    padding: 6px;
    border: 1px solid #000;
    border-radius: 30px;
    color: #000;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 1.6;
}
.award-winnig-sec .banner-social-info .social-media-wrap i:hover { background:#000; color:#fff; }
.banner-img-sec .banner-img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/square-background-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    bottom: -10px;
    left: 0;
    z-index: -1;
}


.banner-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.banner-cta-btn .link {
    display: inline-block;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
    word-spacing: 0.03em;
    text-decoration: none;
    border-radius: 50%;
    color: #fff;
    margin: 0 auto;
}

.banner-cta-btn .link .link__svg {
    width: 100%;
    height: 150px;
    transform-box: fill-box;
    background: #000;
    clip-path: circle(50%);
    fill: #fff;
    stroke: #000;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0;
    /* padding:8px; */
}

.banner-cta-btn .link .link__svg #link-circle {
    fill: #fff;
}

.banner-cta-btn .link .link__arrow {
    transform-origin: 50% 50%;
    transition: transform 0.15s cubic-bezier(0.32, 0, 0.67, 0);
    transform: rotate(-40deg);
}

.banner-cta-btn .link:hover .link__arrow {
    /*transform: scale(1.1);*/
    transform: rotate(0deg);
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.banner-cta-btn .link .link__arrow {
    stroke-width: 0.075em;
}

.banner-cta-btn .link .link__text {
    -webkit-animation: rotate normal infinite 50s linear;
    animation: rotate normal infinite 50s linear;
    transform-origin: 50% 50%;
}

.banner-cta-btn .link .link__text textPath {
    alignment-baseline: after-edge;
}

.banner-cta-btn .link:hover .link__text {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.banner-cta-btn .link .link--alt {
    font-size: 1.15rem;
    letter-spacing: 0;
    word-spacing: 0;
}

.banner-sec .custom-slider {
    position: relative;
    width: 100%;
    height: 58px;
    overflow: hidden;
    transition: height 0.3s ease;
    margin-top: 20px;
}

.banner-sec .slider-track {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.2s ease-in-out;
}

.banner-sec .slide {
    width: 100%;
    height: 100%;
}

@-webkit-keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateReverse {
    to {
        transform: rotate(-360deg);
    }
}

@keyframes rotateReverse {
    to {
        transform: rotate(-360deg);
    }
}

.slider-line-sec {
    background: #000;
}

.about-us-sec {
    padding: 100px 0;
}

.about-us-sec .about-title {
    font-family: 'gallery-modern';
    color: #fff;
    text-align: center;
    font-size: 14pc;
    font-weight: 400;
    margin-bottom: 50px;
}

.about-info .about-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.about-wrap .about-image-sec {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about-wrap .about-image-sec span {
    font-family: 'Poppins';
    color: #fff;
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.about-info .about-wrap .completed-project .project-num,
.about-info .about-wrap .industry .industry-num {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    font-family: 'Poppins';
    margin-bottom: 0;
}

.about-info .about-wrap .completed-project .project-text,
.about-info .about-wrap .industry-text {
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 400;
}

.about-content .about-content-wrap p {
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins';
	margin-bottom: 24px;
}

.about-content .signature img {
    height: 90px;
}

.key-highlights {
    padding: 100px 0 50px;
}

.key-highlights .col-xxl-3.col-xl-3.col-lg-3.col-md-6.col-sm-12 {
    margin: 0;
    padding: 0;
}

.key-highlights .key-highlights-title {
    font-size: 95px;
    line-height: 1.2;
    color: #000;
    font-family: 'gallery-modern';
}

.key-highlights .key-highlights-content {
    color: #000;
    padding-top: 10px;
    font-size: 15px;
}

.key-highlights .highlights-wrap {
    margin-bottom: 50px;
}

.key-highlights .key-highlights-title span {
    color: #6344C6;
}

.key-highlights .highlights-title .title {
    text-align: center;
    border-radius: 10px;
    color: #000;
    background: #E7E7E7;
    font-size: 15px;
    line-height: 1.2;
    font-family: 'Poppins';
    margin-bottom: 40px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.key-highlights .highlights-title.teg-title .title {
    background: #6344C6;
    color: #fff;
}

.key-highlights .highlights-title .content {
    color: #888888;
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 20px;
    margin-top: 18px;
}

.key-highlights .highlights-title .highlights-content-wrap {
    padding: 0px 25px;
    text-align: center;
}

.technical-expert .texhnical-title {
    background: #000;
    padding: 15px 0;
    border-radius: 180px;
    position: relative;
    top: 65px;
    font-size: 76px;
    margin-top: -45px;
    position: relative;
}
.technical-expert .texhnical-title:after {
    content: '';
    position: absolute;
    border: 20px solid #fff;
    height: 133%;
    width: 102%;
    left: -5px;
    bottom: -20px;
    border-radius: 180px;
}
.highlights-content-wrap img {
    height: 160px;
}
.common-title {
    font-size: 46px;
    line-height: 1.2;
    color: #fff;
    font-family: 'gallery-modern';
}

.common-title span {
    color: #6344C6;
}

.technical-expert .technical-expet-wrap {
    background: #FBFBFB;
    border-radius: 50px;
    padding: 100px 50px 0;
    margin: 0 50px;
}

.technical-expert-img {
    z-index: 1;
    padding: 0 2.5em;
}

/* .fan-rotate-img .wing{width:30px;height:100px; background:red;border-radius:5px;position:relative;animation: rotating 40s linear infinite}
.wing-1{top:50px;transform:rotate(0deg);}
.wing-2{right:65px;bottom:88px;transform:rotate(0deg);}
.wing-3{right:64px;bottom:264px;transform:rotate(60deg);}
.wing-4{bottom:400px;transform:rotate(120deg);}
.wing-5{right:65px;bottom:462px;transform:rotate(240deg);}
.wing-6{right:65px;bottom:488px;transform:rotate(300deg);}
*/
@keyframes move {
    0% {
        top: 0px;
    }

    30% {
        top: -90px;
    }

    60% {
        top: -150px;
    }

    90% {
        top: -250px;
    }

}

@-webkit-keyframes rotate1 {
    to {
        transform: rotate(360deg);
    }
}



@keyframes rotate1 {
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* 
.technical-expert-two-col .technical-expert-img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/technical-expert-bg-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center;
    left: -50px;
    bottom: -15px;
    z-index:-1;
    animation:rotating 40s linear infinite;
    -webkit-animation: rotating 40s linear infinite;
    -moz-animation: rotating 40s linear infinite;
    -ms-animation: rotating 40s linear infinite;
    -o-animation: rotating 40s linear infinite;
     

}
*/

.technical-expert-two-col .technical-expert-content .technical-expert-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    font-family: 'Poppins';
}
.technical-expert-content-wrap p {
    font-size: 14px;
}

.technical-expert-two-col .technical-expert-content .technical-expert-content-wrap .keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 50px 0;
    margin-top: 40px;
}

.technical-expert-two-col .technical-expert-content .technical-expert-content-wrap .keywords .keyword {
    border: 0.9px solid #000;
    padding: 8px 15px;
    border-radius: 45px;
    font-size: 16px;
    padding-top: 6px;
}

.technical-expert-two-col .technical-expert-content .technical-expert-content-wrap .expert-cta,
.cta-btn {
    background: #000;
    padding: 12px 24px;
    border-radius: 70px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Poppins';
    text-transform: capitalize;
}

.capabilities {
    background: #000;
    padding: 100px 0;
    overflow: hidden;
}

.capabilities .capabilities-title-sec {
    padding-right: 40px;
}

.capabilities .capabilities-title {
    font-size: 65px;
    font-family: 'gallery-modern';
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
}

.capabilities .capabilities-title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/core-img.png);
    background-repeat: no-repeat;
    background-size: 85px;
    top: 0;
    left: -100px;
}

.capabilities .capabilities-content ul li {
    list-style: none;
    font-size: 17px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 35px;
    text-transform: capitalize;
    position: relative;
}


.capabilities .capabilities-content ul li:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/verify.png);
    background-size: 20px;
    background-repeat: no-repeat;
    left: -30px;
}

.capabilities-info p {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #fff;
}
.capabilities .capabilities-bottom {
    padding-top: 50px;
}

.capabilities-scroll-sec .m-text {
    font-family: 'Poppins';
    font-size: 100px;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.capabilities-info {
    margin: 70px 0 50px 0 !important;
}

.capabilities-scroll-sec .m-text.text-stroke {
    color: transparent;
    -webkit-text-stroke: 0.49px #fff;
}
.tech-expo-slider .slick-slide img.img-res {
    padding-right: 60px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.tech-expo-gujarat-content img {
    height: 100px;
}
.image-sec-capabilities {
    position: relative;
    right: -60%;
}
.tech-expo-gujarat-content .tech-expo-gujarat-title.common-title {
    font-size: 40px;
}
.tech-expo-gujarat-content .tech-expo-gujarat-title.common-title span{ font-size: 52px; display:block; }
.capabilities .arrow-img {
    position: relative;
    bottom: -40px;
}

.image-sec-capabilities img {
    position: absolute;
    z-index: 2;
    bottom: -100px;
    height: 550px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}

@-webkit-keyframes tickerFooter {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes tickerFooter {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes tickerRight {
    100% {
        transform: translate3d(0, 0, 0);
    }

    0% {
        transform: translate3d(-100%, 0, 0);
    }
}

@-webkit-keyframes tickerRight {
    100% {
        transform: translate3d(0, 0, 0);
    }

    0% {
        transform: translate3d(-100%, 0, 0);
    }
}

.marquee-block {
    position: relative;
    z-index: 1;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
}

.marquee-block .marquee-text {
    animation: tickerFooter 50s linear infinite;
}

.marquee-block.right-marquee {
    z-index: 3;
}

.marquee-block.right-marquee .marquee-text {
    -webkit-animation: tickerRight 50s infinite linear;
    animation: tickerRight 50s infinite linear;
}
.marquee-block .marquee-text.bottom {
    animation: tickerFooter 50s linear infinite;
}

.tech-expo-gujarat {
    padding: 100px 0;
}

.tech-expo-gujarat .tech-expo-content {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    color: #676767;
    margin-top: 15px;
}

.certificate-sec {
    background: #FBFBFB;
    padding: 70px 0 110px;
}

.certificate-sec .certificate-title,
.gallery-sec .gallery-title {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'gallery-modern';
    color: #000;
}
.gallery-sec .gallery-title { 
    font-size: 80px;
}
.certificate-wrap p {
    font-family: 'Poppins';
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #676767;
    margin-top: 10px;
}
.certificate-sec .certificate-wrap {
    padding-bottom: 40px;
}

.certificate-blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 10px;
}

.certificate-blocks .certificate-block {
    width: 25%;
    padding: 0 12px;
}

.certificate-blocks .certificate-block img {
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    padding: 40px 70px;
    margin-bottom: 30px;
}

.certificate-blocks .certificate-block .certificate-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Poppins';
}

.key-moment {
    padding: 100px 0;
    position: relative;
}

.key-moment .key-moment-content .key-moment-title {
    font-size: 90px;
    line-height: 1.2;
    font-family: 'gallery-modern';
    font-weight: 400;
    color: #000;
}

.key-moment .key-moment-content .key-moment-title span {
    color: #6344C6
}

.key-moment .key-moment-content p,
.gallery-sec p {
    font-size: 15px;
    line-height: 1.2;
    font-family: 'Poppins';
    color: #676767;
    margin-bottom: 30px;
}

.moment-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 26%;
    right: 10px;

}

.key-moment .moment-images-sec .moment-first-images-wrap {
    float: left;
    margin-left: -80px;
}

.key-moment .moment-images-sec .moment-second-images-wrap {
    float: right;
    /* margin-right: -80px; */
}

.blog-sec {
    background: #FBFBFB;
    padding: 60px 0 70px;
}

.blog-sec .blog-title {
    font-size: 80px;
    line-height: 1.2;
    font-family: 'gallery-modern';
    font-weight: 400;
    margin-bottom: 50px;
}

.blog-wrap .blog-content .blog-heading {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'Poppins';
    color: #000;
}
.blog-wrap .blog-content a{
    text-decoration: none;
}

.blog-wrap .blog-content {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    border-bottom: 1px solid #fff;
}

.blog-wrap .blog-content p {
    color: #676767
}

.blog-wrap .blog-content a.blog-cta {
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    font-family: 'Poppins';
    text-decoration: none;
}

.blog-wrap .blog-content .blog-cta .fa-chevron-right {
    color: #fff;
    background: #000;
    padding: 8px 11px;
    border-radius: 30px;
    margin-left: 10px;
}

.blog-wrap img{ border-radius: 20px 20px 0px 0px; }

.gallery-sec {
    position: relative;
    opacity: 0;
	height: 0;
}
.gallery-sec .row {
    padding-bottom: 90px;
}

/* .gallery-sec .galley-wrap {
    margin-top: 50px;
} */

.gallery-sec .galley-wrap img {
    border-radius: 30px;
    margin: 0 10px;
}

.certificate-sec .previcn {
    left: 46%;
    display: block;
    position: absolute;
    bottom: -50px;
    border: 1px solid #000;
    padding: 8px 14px;
    border-radius: 100%;
}

.certificate-sec .nexticn.slick-disabled {
    background: #000 !important;
    color: #fff;
}

.certificate-sec .nexticn {
    right: 46%;
    display: block;
    position: absolute;
    bottom: -50px;
    border: 1px solid #000;
    padding: 8px 14px;
    border-radius: 100%;
    background: none;
    color: #000;

}

.tech-expo-gujarat .slick-dots {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}

.tech-expo-gujarat .slick-dots li {
    margin: 0 3px;
}

.tech-expo-gujarat .slick-dots li button {
    font-size: 0px;
    padding: 0;
    height: 10px;
    width: 10px;
    color: #D9D0D0;
    background: #D9D0D0;
    border: none;
    border-radius: 50%;
}

.tech-expo-gujarat .slick-dots li.slick-active button {
    background: #000;
}


/*Footer Sec*/
footer {
    background: #000;
}

footer .footer-sec {
    padding-top: 100px;
    padding-bottom: 30px;
}

.footer-left-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

footer .footer-sec .footer-left-wrap i.fa-solid.fa-phone,
footer .footer-sec .footer-left-wrap .mail-address .fa-envelope {
    color: #fff;
    font-size: 15px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
}

footer .footer-sec .footer-left-wrap .contact-info-wrap {
    display: flex;
    flex-direction: row;
    gap: 70px;
    position: relative;
}

/*  footer .footer-sec .footer-left-wrap .contact-info-wrap .phone:after {
    content: '';
    background: #fff;
    width: 2px;
    position: absolute;
    color: #fff;
    height: 30px;
    left: 23.5%;
    top: 5px;
    opacity: 0.5;
} */

footer .footer-sec .footer-left-wrap .contact-info-wrap .phone a,
footer .footer-sec .footer-left-wrap .contact-info-wrap .mail-address a {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Poppins';
}

footer .footer-sec .footer-left-wrap .footer-content p {
    font-size: 60px;
    line-height: 1.2;
    font-family: 'gallery-modern';
    color: #fff;
    font-weight: 400;
}

footer .copyright-sec {
    border-top: 1px solid #484848;
    padding: 14px 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 300;
}

footer .copyright-sec p {
    margin-bottom: 0;
}

.footer-right-wrap .page-link {
    display: flex;
    flex-direction: column;
}

.footer-right-wrap .page-link a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Poppins';
}

.footer-sec .link-sec {
    float: right;
}

.footer-right-wrap .social-media-link {
    color: #fff;
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-top: 40px;
    align-items: center;
}

.footer-right-wrap .social-media-link p {
    margin: 0;
}

.footer-right-wrap .social-media-wrap i{
    padding: 6px;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 1.6;
}
.footer-right-wrap .social-media-wrap i:hover{ background: #fff; color: #000; }
/* .footer-right-wrap .social-media-wrap i.fa-x-twitter {
    padding: 10px 10px;
} */ 

.footer-right-wrap .social-media-wrap {
    display: flex;
    gap: 18px;
}

.technical-expet-wrap .fan-blades {
    width: 280px;
    height: 260px;
    position: absolute;
    transition: 4s;
    top: 24%;
    left: calc(50% - 150px);
    transform-origin: center center;
    z-index: -1;
    animation: start infinite 20s linear forwards;
}
.technical-expert-img img.img-fluid {
    height: 600px;
    width: 100%;
    object-fit: contain;
}

.technical-expet-wrap .fan-blades .blade {
    position: absolute;
    width: 40px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    perspective: 480px;
    transform-style: preserve-3d;
}

.technical-expet-wrap .fan-blades .blade:nth-child(2) {
    transform: translateX(-50%) rotate(90deg);
}

.technical-expet-wrap .fan-blades .blade:nth-child(3) {
    transform: translateX(-50%) rotate(180deg);
}

.technical-expet-wrap .fan-blades .blade:nth-child(4) {
    transform: translateX(-50%) rotate(270deg);
}

.technical-expet-wrap .fan-blades .blade span {
    width: 100%;
    height: 200%;
    border-radius: 10px;
    background: #6344C6;
    position: absolute;
    top: -66px;
    display: block;
    transform-style: preserve-3d;
    transform: rotateX(78deg);
    overflow: hidden;
}
.technical-expert-content .technical-expert-content-wrap {
    padding-left: 40px;
    padding-right: 200px;
}

#start:checked+div>.fan-blades {
    animation: off 0.5s ease-out forwards;
}

@keyframes start {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes off {
    to {
        transform: rotate(0deg);
    }
}

.header .logo-section img {
    height: 70px;
    width: 100%;
    object-fit: contain;
}

.footer-right-wrap .page-link a {
    padding: 0;
}

.single-blog {
    padding-bottom: 80px;
    font-family: "Poppins";
}

.single-blog-description {
    padding-top: 40px;
}
.single-blog-description img { width: 100%; height: auto;}
.single-blog .img-responsive {
    width: 100%;
    object-fit: contain;
    height: 100%;
    border-radius: 30px;
}
.key-moment-content .cta-btn{
	position:relative;
	z-index: 99;
}
.banner-countries-sec {
    padding-left: 50px;
    height: 100%;
    place-content: center;
}
.banner-countries-sec .country-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.banner-countries-sec .country-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}
.banner-countries-sec .country-block {
    display: flex;
    align-items: center;
    border: 1px solid #AAAAAA;
    border-radius: 30px;
    padding: 4px 10px;
    gap: 5px;
}
.banner-countries-sec img {
    height: 20px;
    width: 20px;
    object-fit: contain;
}
.banner-countries-sec p {
    font-size: 12px;
    margin: 0;
    font-weight: 500;
}
.award-winnig-sec .sub-title.new:before {
	content: unset;
}
.award-winnig-sec .sub-title.new {
	padding-top: 20px;
	padding-left: 0;
    font-weight: 500;
	font-size: 20px;
}
.single-post .header {
    border-bottom: 1px solid #E0E0E0;
	margin-bottom: 50px;
}
.key-moment .inner-container {
    padding: 0 90px;
}
.key-moment .moment-images-sec img {
    width: 100%;
    height: 100%;
    object-fit: contain;
	border-radius: 20px;
}
.single-blog .common-section-title {
    font-size: 30px;
	margin-bottom: 15px;
}
.single-blog .blog-info {
    font-size: 16px;
    margin-bottom: 24px;
}
.single-blog-description {
	p,li,a,span{
		font-size: 16px;
	}
}
.img-responsive {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.certificate-blocks .certificate-block img {
	object-fit: contain;
	height: 100%;
	width: 100%;
}

header {
    position: sticky;
    top: 0;
    width: 100%;
    background: #fff;
	z-index: 99;
}
.blog-sec .expert-cta {
	background: #000;
    padding: 12px 24px;
    border-radius: 70px;
    font-size: 14px;
    color: #fff !important;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Poppins';
    text-transform: capitalize;
	margin-top: 20px;
}
.blogs-banner {
    background: #000;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blogs-banner .common-title {
    font-size: 66px;
}


/***-------- Responsive CSS -----***/

@media screen and (max-width: 1200px) {
    .header #navbarNav .navbar-nav .nav-item .nav-link {
        font-size: 16px;
    }
	.single-blog .common-section-title {
		font-size: 28px;
	}
	.blog-sec .blog-title {
		font-size: 70px;
		line-height: normal;
		margin-bottom: 40px;
	}
	.single-blog {
		padding-bottom: 60px;
	}
	.blog-wrap .blog-content .blog-heading {
    	font-size: 18px;
	}
	.blog-wrap .blog-content p {
		font-size: 14px;
	}
	.blog-wrap .blog-content a.blog-cta {
		font-size: 15px;
	}
	.blog-wrap .blog-content .blog-cta .fa-chevron-right {
		padding: 6px 9px;
		margin-left: 6px;
		font-size: 14px;
	}
	.footer-left-wrap {
        gap: 20px;
    }
    
    footer .footer-sec .footer-left-wrap .footer-content p {
        font-size: 46px;
    }
    
    footer .footer-sec .footer-left-wrap .contact-info-wrap .phone:after {
        display: none;
    }
    
    footer .footer-sec .footer-left-wrap .contact-info-wrap {
        flex-direction: column;
        gap: 15px;
    }
	.header #navbarNav .navbar-nav .nav-item .nav-link {
        font-size: 15px;
        padding: 0 8px;
    }
	.banner-sec .banner-sec-content .banner-title {
		font-size: 76px;
	}
	.banner-sec .banner-sec-content .banner-title:before {
		left: -28%;
	}
	.banner-sec .banner-sec-content .banner-title:after {
		right: -28%;
	}
	.award-winnig-sec .banner-social-info {
		margin-top: 40px;
	}
	.award-winnig-sec {
		align-items: center;
	}
	.award-winnig-sec .sub-title br {
		display: none;
	}
	.custom-slider .award-sec-title {
		text-align: center;
	}
	.banner-img-sec .banner-img:after {
		background-size: 400px;
		bottom: 0;
	}
	.banner-img-sec .banner-img img {
		height: 100%;
		width: 100%;
		object-fit: contain;
	}
	.banner-img-sec .banner-img {
		height: 460px;
		margin-top:30px;
		margin-bottom:30px;
	}
	.banner-countries-sec {
		padding: 0;
		margin-bottom: 110px;
	}
	.about-us-sec .about-title {
		font-size: 180px;
	}
	.about-us-sec {
		padding: 80px 0;
		padding-top: 100px;
	}
	.key-highlights {
		padding: 80px 0 40px;
	}
	.technical-expert .texhnical-title {
		font-size: 64px;
		padding: 12px 0;
	}
	.technical-expert .texhnical-title:after {
		border: 12px solid #fff;
		height: 124%;
		bottom: -12px;
	}
	.key-highlights .key-highlights-title {
		font-size: 86px;
	}
	.technical-expert-content .technical-expert-content-wrap {
    	padding-right: 0;
	}
	.technical-expert-two-col .technical-expert-content .technical-expert-content-wrap .keywords {
		margin: 42px 0;
		margin-top: 30px;
	}
	.technical-expert .technical-expet-wrap {
		padding-bottom: 35px;
	}
	.technical-expet-wrap .fan-blades {
		width: 260px;
		height: 240px;
		left: calc(50% - 135px);
	}
	.capabilities {
		padding: 80px 0;
	}
	.capabilities .capabilities-title:before {
		top: 0;
    	left: -75px;
		background-size: 70px;
	}
	.capabilities .capabilities-title {
		font-size: 56px;
	}
	.capabilities .capabilities-content ul li {
		margin-bottom: 24px;
	}
	.capabilities .capabilities-bottom {
		padding-top: 30px;
	}
	.capabilities-bottom img {
		width: 200px;
	}
	.image-sec-capabilities img {
		height: 490px;
		bottom: -80px;
	}
	.capabilities-scroll-sec .m-text {
		font-size: 84px;
	}
	.tech-expo-gujarat {
		padding: 80px 0;
		padding-bottom: 60px;
	}
	.certificate-sec .certificate-title, .gallery-sec .gallery-title {
		font-size: 54px;
	}
	.certificate-sec .certificate-wrap {
		padding-bottom: 30px;
	}
	.certificate-sec .previcn {
		left: 44.5%;
	}
	.certificate-sec .nexticn {
		right: 44.5%;
	}
	.tech-expo-slider .slick-slide img.img-res {
		padding-right: 45px;
	}
	.key-moment {
		padding: 80px 0;
	}
	.key-moment .inner-container {
		padding: 0;
	}
	.key-moment .key-moment-content .key-moment-title {
    	font-size: 80px;
	}
	footer .footer-sec {
		padding-top: 80px;
	}
	.footer-right-wrap .social-media-link {
		margin-top: 30px;
	}
	.gallery-sec .row {
		padding-bottom: 80px;
	}
    .tech-expo-gujarat-content .tech-expo-gujarat-title.common-title { font-size:32px; }
    .tech-expo-gujarat-content .tech-expo-gujarat-title.common-title span{ font-size: 46px; }
}

@media screen and (max-width: 992px) {
	.single-blog .common-section-title {
        font-size: 24px;
		margin-bottom: 12px;
    }
	.blog-sec .blog-title {
        font-size: 64px;
        margin-bottom: 35px;
    }
	.single-blog {
        padding-bottom: 50px;
    }
	.header .header-wrap .headet-btn {
		display: none;
	}
	.header #navbarNav {
		padding: 20px 0;
	}
	.header #navbarNav .menu-item {
		padding: 6px 0;
	}
	.banner-sec .banner-sec-content .banner-title:before {
        left: -2%;
		width: 25%;
    }
	.banner-sec .banner-sec-content .banner-title:after {
		right: -2%;
		width: 25%;
	}
	.banner-sec .banner-sec-content .banner-title {
        font-size: 68px;
        line-height: normal;
        margin: 0;
    }
	.banner-sec .banner-sec-content {
		margin-bottom: 18px;
	}
	.custom-slider .award-sec-title {
		font-size: 38px;
	}
	.award-winnig-sec .banner-social-info {
		margin-top: 26px;
	}
	.banner-countries-sec {
		place-content: unset;
		margin-bottom: 60px;
	}
	.about-us-sec .about-title {
        font-size: 156px;
        line-height: normal;
        margin-bottom: 30px;
    }
	.about-info .about-wrap {
		flex-direction: row;
		flex-wrap: wrap;
		gap: unset;
		row-gap: 24px;
		padding-bottom: 30px;
	}
	.about-info .about-wrap > * {
		width: 50%;
		text-align: center;
	}
	.about-content .about-content-wrap p {
		margin-bottom: 20px;
	}
	.about-us-sec {
		padding-bottom: 50px;
	}
	.key-highlights {
        padding: 60px 0 20px;
	}
	.key-highlights .key-highlights-title {
        font-size: 72px;
	}
	.key-highlights .key-highlights-content{
		font-size: 14px;
	}
	.key-highlights .highlights-wrap {
		margin-bottom: 40px;
	}
	.key-highlights .highlights-title .title {
		min-height: 60px;
	}
	.key-highlights .row {
		row-gap: 20px;
	}
	.capabilities-bottom img {
        width: 160px;
    }
	.certificate-sec .certificate-wrap {
        padding-bottom: 20px;
    }
	.technical-expert .texhnical-title {
		font-size: 56px;
		top: 56px;
	}
	.technical-expert .technical-expet-wrap {
        padding-bottom: 40px;
        padding-top: 80px;
    }
	.certificate-sec .previcn {
        left: 42.5%;
    }
	.certificate-sec .nexticn {
        right: 42.5%;
    }
	.key-moment .row {
		row-gap: 45px;
	}
	.key-moment .moment-bg {
		right: 0;
	}
	.key-moment .moment-images-sec .moment-first-images-wrap {
		margin-left: -35px;
		padding-left: 35px;
	}
	.key-moment .moment-images-sec .row {
		row-gap: 0;
	}
	.key-moment .key-moment-content .key-moment-title {
        font-size: 56px;
        line-height: normal;
    }
	.key-moment .key-moment-content p {
		font-size: 14px;
	}
	.key-moment-content .key-moment-title br, .key-moment .key-moment-content p br,
	.footer-content p br {
		display: none;
	}
	.key-moment {
        padding: 60px 0;
    }
	footer .footer-sec .footer-left-wrap .footer-content p {
		font-size: 42px;
		line-height: normal;
		margin: 0;
	}
	.footer-right-wrap .social-media-link {
        margin-top: 20px;
	}
	footer .footer-sec {
        padding-top: 60px;
    }
	.footer-right-wrap .social-media-wrap i.fa-linkedin-in,
	.footer-right-wrap .social-media-wrap i.fa-x-twitter {
		padding: 8px 9px;
	}
	.footer-right-wrap .social-media-wrap {
    	gap: 14px;
	}
	.page-template-front-page .header #navbarNav {
		padding-bottom: 0;
	}
	.blogs-banner .common-title {
		font-size: 54px;
	}
}

@media screen and (max-width: 800px) {
	.single-blog .common-section-title {
        font-size: 22px;
    }
	.single-blog .blog-info {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.single-blog-description {
		padding-top: 30px;
	}
	.single-blog-description {
		p, li, a, span {
			font-size: 15px;
		}
	}
	.single-blog {
        padding-bottom: 45px;
    }
	.blog-sec .blog-title {
        font-size: 56px;
        margin-bottom: 30px;
    }
	.blog-sec {
		background: #FBFBFB;
		padding: 55px 0 60px;
	}
	.blog-sec .row {
    	row-gap: 24px;
	}
	.banner-sec .banner-sec-content .banner-title:before {
        left: -3%;
        width: 18%;
    }
	.banner-sec .banner-sec-content .banner-title:after {
		right: -3%;
        width: 18%;
	}
	.about-us-sec .about-title {
		font-size: 115px;
	}
	.technical-expert .texhnical-title {
		font-size: 50px;
	}
	.technical-expet-wrap .row {
		row-gap: 24px;
	}
	.technical-expert .technical-expet-wrap {
        padding-bottom: 60px;
	}
	.technical-expert-two-col .technical-expert-content .technical-expert-content-wrap .keywords {
        margin: 38px 0;
        margin-top: 30px;
    }
	.capabilities .capabilities-title {
        font-size: 50px;
        padding-left: 90px;
		padding-bottom: 15px;
    }
	.capabilities .capabilities-title:before {
        left: 0;
    }
	.capabilities .capabilities-title-sec {
		padding-right: 0;
	}
	.capabilities .capabilities-content ul li {
        margin-bottom: 18px;
    }
	.capabilities .capabilities-bottom {
        padding-top: 0;
        padding-bottom: 180px;
	}
	.capabilities-info {
		margin: 0 !important;
	}
	.capabilities .arrow-img {
		position: relative;
		bottom: -40px;
		left: 26%;
	}
	.capabilities-bottom img {
        width: 170px;
    }
	.image-sec-capabilities {
		right: -50%;
	}
	.tech-expo-slider .slick-slide img.img-res {
        padding-right: 0;
    }
	.tech-expo-gujarat-content {
		padding-top: 20px;
	}
	.tech-expo-gujarat-content .tech-expo-gujarat-title.common-title {
		font-size: 46px;
		line-height: normal;
		padding-top: 10px;
	}
	.certificate-sec .nexticn {
        right: 40.5%;
    }
	.certificate-sec .previcn {
		left: 40.5%;
	}
	.key-moment .key-moment-content .key-moment-title {
		font-size: 50px;
	}
	.key-moment .moment-images-sec .row {
		padding-left: 0;
	}
	.key-moment .moment-images-sec .row {
		margin-left: 0;
		padding-left: 0;
	}
	.blog-wrap .feature-img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.footer-right-wrap .social-media-link {
		margin-top: 14px;
	}
	footer .footer-sec {
		padding-bottom: 25px;
	}
	footer .copyright-sec p {
		font-size: 14px;
	}
}

@media screen and (max-width: 600px) {
	.single-post .header {
		margin-bottom: 40px;
	}
	.single-blog .common-section-title {
        font-size: 20px;
		margin-bottom: 10px;
    }
	.single-blog .blog-info {
        font-size: 14px;
        margin-bottom: 16px;
    }
	.single-blog-description {
        p, li, a, span {
            font-size: 14px;
        }
    }
	.single-blog {
        padding-bottom: 35px;
    }
	.blog-sec .blog-title {
        font-size: 46px;
        line-height: normal;
        margin-bottom: 20px;
    }
	.blog-sec {
        padding: 50px 0 55px;
    }
	.blog-wrap .blog-content .blog-heading {
        font-size: 17px;
        line-height: normal;
        margin-bottom: 10px;
    }
	.header #navbarNav {
		padding: 15px 0;
	}
	.header {
		margin-bottom: 24px;
	}
	.banner-sec .banner-sec-content .banner-title {
		font-size: 50px;
		padding-top: 10px;
	}
	.banner-sec .banner-sec-content .banner-title:before {
        left: -1%;
        width: 15%;
        top: 10px;
    }
	.banner-sec .banner-sec-content .banner-title:after {
        right: -1%;
        width: 15%;
		top: 10px;
    }
	.award-winnig-sec .sub-title {
		font-size: 15px;
	}
	.award-winnig-sec .sub-title br, .key-highlights .key-highlights-content br {
		display: none;
	}
	.custom-slider .award-sec-title {
		font-size: 36px;
	}
	.about-us-sec .about-title {
        font-size: 76px;
		margin-bottom: 20px;
    }
	.about-info .about-wrap .completed-project .project-num, .about-info .about-wrap .industry .industry-num {
		font-size: 36px;
	}
	.about-info .about-wrap .completed-project .project-text, .about-info .about-wrap .industry-text {
		font-size: 14px;
	}
	.about-info .about-wrap {
		row-gap: 20px;
		padding-bottom: 15px;
	}
	.key-highlights .key-highlights-title {
        font-size: 62px;
    }
	.key-highlights .highlights-wrap {
        margin-bottom: 30px;
    }
	.key-highlights .highlights-title .title {
		min-height: 54px;
		margin: 0 10px;
		margin-bottom: 20px;
	}
	.technical-expert .texhnical-title {
		font-size: 36px;
	}
	.technical-expert .texhnical-title:after {
		bottom: -7px;
	}
	.technical-expert .technical-expet-wrap {
		margin: 0 10px;
	}
	.technical-expert-img {
		padding: 0;
	}
	.technical-expet-wrap .fan-blades {
        width: 240px;
		height: 220px;
		left: calc(50% - 125px);
	}
	.technical-expert-img img.img-fluid {
		height: 100%;
	}
	.technical-expert .technical-expet-wrap {
        padding-left: 35px;
        padding-right: 35px;
    }
	.technical-expert-two-col .technical-expert-content .technical-expert-content-wrap .keywords {
		margin-top: 26px;
	}
	.capabilities {
        padding: 60px 0;
    }
	.capabilities .capabilities-title:before {
        left: 0;
        background-size: 50px;
        top: 10px;
    }
	.capabilities .capabilities-title {
        font-size: 46px;
        padding-left: 65px;
		padding-bottom: 10px;
	}
	.capabilities .arrow-img {
        bottom: -20px;
        left: 5px;
	}
	.image-sec-capabilities {
        right: -10%;
	}
	.image-sec-capabilities img {
        height: 420px;
        bottom: -60px;
    }
	.capabilities .capabilities-bottom {
        padding-bottom: 230px;
    }
	.capabilities-bottom img {
        width: 150px;
	}
	.tech-expo-gujarat {
        padding: 60px 0;
	}
	.tech-expo-gujarat .slick-dots {
		padding-top: 0;
		padding-left: 0;
		margin: 0;
	}
	.certificate-sec {
		padding: 60px 0 110px;
	}
	.certificate-sec .certificate-title, .gallery-sec .gallery-title {
        font-size: 46px;
    }
	.certificate-wrap p {
		font-size: 14px;
	}
	.certificate-wrap p br {
		display: none;
	}
	.certificate-sec .certificate-wrap {
        padding-bottom: 10px;
    }
	.certificate-blocks .certificate-block .certificate-name {
		font-size: 16px;
		margin: 0;
	}
	.certificate-blocks .certificate-block img {
		padding: 40px;
    	margin-bottom: 24px;
	}
	.certificate-sec .previcn {
        left: 37%;
	}
	.certificate-sec .nexticn {
		right: 37%;
	}
	.key-moment .key-moment-content .key-moment-title {
        font-size: 46px;
    }
	.key-moment .moment-images-sec .row {
		margin:0;
	}
	.key-moment .moment-images-sec .col-sm-12 {
		padding:0;
		margin:0 !important;
	}
	.technical-expert-content .technical-expert-content-wrap {
		padding-left: 0;
	}
	.footer-sec .link-sec {
		float: left;
		padding-top: 20px;
	}
	footer .footer-sec {
        padding-top: 55px;
    }
	.blogs-banner {
		height: 200px;
	}
	.blogs-banner .common-title {
        font-size: 50px;
    }
}