/* Generated Fonts */
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Thin.woff2') format('woff2'),
        url('../fonts/Gilroy-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Black.woff2') format('woff2'),
        url('../fonts/Gilroy-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



:root{
    --white: 255, 255, 255;
    --black: 10, 37, 66;
    --primary: 38, 197, 188;
    --secondary: 2, 39, 37;
    --light-gray: 128, 128, 128;
}
.hidden{
    position: absolute;
    top: 0;
    left: 0;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Gilroy';
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgb(var(--white));
    background-color: #0B0E12;
}
.page-template-digital-marketing-services, .page-template-industry-single, .page-template-service-single{
    background-color: #0E1217;
}
.page-template-sectors-specialities, .page-template-about, .archive, .blog, .page-template-contact{
    background-color: #0B0B0B;
}



h1, .h1{
    font-size: 75px;
    line-height: 78px;
    font-weight: 700;
    margin: 0 0 24px;
    text-transform: capitalize;
}
h2, .h2{
    font-size: 75px;
    line-height: 78px;
    font-weight: 700;
    margin: 0 0 24px;
    text-transform: capitalize;
}
h3, .h3{
    font-size: 24px;
    line-height: 27px;
    font-weight: 500;
}
h4, .h4{
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
}
h5, .h5{
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
}
h6, .h6{
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
}

h3.subheading{
    line-height: 55px;
}

p{
    margin: 0 0 1rem;
}

img{
    max-width: 100%;
    height: auto;
}

a{
    text-decoration: none;
    color: currentColor;
}
a:hover{
    color: currentColor;
}
.button-wrapper{
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 30px;
}
.btn{
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    border-radius: 38px;
    padding: 5px 20px;
    border: none;
    transition: 0.4s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn.btn-primary{
    background: linear-gradient(231.61deg, #2DAEFF 9.37%, #BF3AFF 98.13%);
    color: #fff;
    border-color: transparent;
}
.btn.btn-primary:is(:hover, :active, :focus){
    background: linear-gradient(267.14deg, #2DAEFF -6.98%, #BF3AFF 90.39%);
}

.btn.btn-secondary{
    backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    line-height: 30px;
    padding: 5px 19px;
}
.btn.btn-secondary:is(:hover, :active, :focus){
    border-color: transparent;
    background: linear-gradient(267.14deg, #2DAEFF -6.98%, #BF3AFF 90.39%);
}
.text-link{
    line-height: 18px;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
    position: relative;
    transition: 0.4s;
}
.text-link:hover{
    color: #2DAEFF;
    background: linear-gradient(45deg, #C343FF, #2DAEFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-link:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(45, 174, 255, 1);
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}
.text-link:hover:before{
    opacity: 1;
    visibility: visible;
}

.text-primary{
    color: rgba(209, 113, 255, 1) !important;
}

.fs-18{
    font-size: 18px;
    line-height: 27px;
}
.fs-20{
    font-size: 20px;
    line-height: 24px;
}

.slick-dots{
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    line-height: 0;
    font-size: 0;
    column-gap: 5px;
    padding: 0;
    margin-top: 30px;
}
.slick-dots button{
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: none;
    background-image: url('../images/slick-dot.svg');
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
}
.slick-dots .slick-active button{
    background-image: url('../images/slick-dot-active.svg');
}


.slick-slider .slick-arrow{
    width: 60px;
    height: 60px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.slick-slider .slick-arrow.slick-prev{
    left: -60px;
}
.slick-slider .slick-arrow.slick-next{
    right: -60px;
}
.slick-slider .slick-arrow[aria-disabled="true"]{
    cursor: not-allowed;
    opacity: 0.5;
}


/* navbar */
.header-sec {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* background: #0B0E12; */
    z-index: 99;
}
.header-sec.sticky{
    background-color: #0B0E12;
}
.page-template-digital-marketing-services .header-sec.sticky, .page-template-industry-single .header-sec.sticky, .page-template-service-single .header-sec.sticky{
    background-color: #0E1217;
}
.page-template-sectors-specialities .header-sec.sticky, .page-template-about .header-sec.sticky, .archive .header-sec.sticky, .blog .header-sec.sticky, .page-template-contact .header-sec.sticky{
    background-color: #0B0B0B;
}
.header-sec .navbar{
    padding: 18px 0;
}
.header-sec .navbar .container{
    column-gap: 20px;
}
.header-sec .navbar .navbar-brand{
    padding: 0;
    margin: 0;
    max-width: 110px;
}
.navbar .navbar-nav a{
    color: currentColor;
    font-size: 16px;
    font-weight: 500;
}
.navbar-nav > li > a{
    position: relative;
}
.navbar-nav > li > a:after{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    right: 50%;
    border-bottom: 1px solid currentColor;
    transition: 0.4s;
}
.navbar-nav > li > a[aria-current="page"]:after, .navbar-nav > li > a:hover:after{
    left: 0;
    right: 0;
}
.navbar-toggler{
    color: #fff;
    padding: 5px;
}
.navbar-toggler:focus{
    box-shadow: none;
}

.header-right{
    display: inline-flex;
    align-items: center;
    column-gap: 40px;
}
.header-right .call-info{
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    column-gap: 9px;
}
.header-right .call-info:hover{
    color: #fff;
}


.section{
    padding: 60px 0;
}

.body-bg-1{
    background-color: #0B0E12;
}
.body-bg-2{
    background-color: #0E1217;
}


.bg-11{
    background-color: #090B0E;
}
.bg-12{
    background-color: #11161C;
}
.bg-13{
    background-color: #000000;
}
.bg-14{
    background-color: #0B0B0B;
}
.bg-15{
    background-color: #06080A;
}
.bg-16{
    background-color: #0C1014;
}


/* .bg-17{
    background-color: #06080A;
}
.bg-18{
    background-color: #06080A;
} */




.bg-1{
    background: rgba(11, 14, 18, 1);
}
.bg-2{
    background: rgba(14, 18, 23, 1);
}
.bg-3{
    background: rgba(9, 11, 14, 1);
}
.bg-4{
    background: rgba(17, 22, 28, 1);
}
.bg-5{
    background: rgba(11, 11, 11, 1);
}
.bg-6{
    background: rgba(6, 8, 10, 1);
}

.mt-80{
    margin-top: 80px;
}

.wave-bg-img{
    background-image: url('../images/wave.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.wave-bg-img-2{
    background-image: url('../images/wave2.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}



.banner-sec{
    padding-top: 110px;
    background-position: center;
    position: relative;
    z-index: 0;
}


.banner-sec .banner-content{
    padding: 40px 0;
}
.banner-content h1 :is(strong, b), .banner-content h2 :is(strong, b){
    font-weight: 700;
    color: #2DAEFF;
    background: linear-gradient(45deg, #C343FF, #2DAEFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-content h3{
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
}
.banner-content .button-wrapper{
    margin-top: 40px;
}
.banner-sec .first-graphics{
    position: absolute;
    top: 50px;
    left: 15%;
    width: 43%;
	transition: 0.4s;
}
.banner-sec:hover .first-graphics{
	top: 30px;
	left: 13%;
}
.banner-sec .second-graphics{
    position: absolute;
    bottom: 0;
    left: -34px;
    width: 37%;
    z-index: -1;
}
.banner-sec .top-img{
    width: 56%;
	transition: 0.4s;
	right: 0;
	position: relative;
}
.banner-sec:hover .top-img{
	right: -15px;
}



/* logo-section */
.logo-section h3{
    margin-bottom: 34px;
}
.logo-slider .slide-item .b_logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-slider .slide-item img{
    margin: 0 auto;
    max-height: 52px;
} 

/* Services */
.service-sec h2{
    margin-bottom: 0;
} 
.service-sec .fs-18{
    color: rgba(187, 187, 187, 1);
}
.service-sec .fs-18 p{
    margin-bottom: 0;
}
.box-slider{
    margin-top: 90px;
}
.box-slider .slick-track{
    display: flex;
    margin: 0 -5px;
}
.box-slider .slick-track .slide{
    float: none;
    height: auto;
    padding: 0 5px;
}
.box-slider .slide .slide-inner{
    background: rgba(13, 17, 21, 1);
    padding: 18px 30px;
    border-radius: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.box-slider .slide-inner:before{
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    background: linear-gradient(180deg, #7A2DFF 0%, #C343FF 22.73%, #D7BD2D 43.44%, #FF3300 81.07%, #2DAEFF 100%);
    -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 40px;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}
.box-slider .slide .slide-inner:hover:before{
    opacity: 1;
    visibility: visible;
}
.box-slider .slide p, .box-slider .slide ul{
    padding-left: 16px;
    margin: 0;
    color: rgba(187, 187, 187, 1);
}
.box-slider .slide ul li{
    margin-bottom: 24px;
}
.box-slider .slide .icon{
    width: 78px;
    height: 78px;
    border-radius: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 24px;
}
.box-slider .slide .icon:before{
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(180deg, #2DB9FF 0%, #C343FF 22.73%, #D7BD2D 43.44%, #FF3300 81.07%, #000000 100%);
    -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 17px;
    transition: 0.4s;
}
.box-slider .slide h3{
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 24px;
}
.box-slider .slide-inner .box-action{
    margin-top: auto;
}


/* value sec  */
.value-sec h3{
    margin-bottom: 15px;
}
.value-sec p, .value-sec ul{
    color: rgba(187, 187, 187, 1);
}
.core-values-list{
    margin-top: 40px;
}
.core-values-list{
    counter-reset: my-counter;
}
.core-values-list .block{
    counter-increment: my-counter;
    padding: 40px 0;
    display: flex;
    align-items: center;
    column-gap: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.core-values-list .block .col-content{
    flex: 0 0 510px;
}

.value-sec .image-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 33.33%;
    border-radius: 20px;
}
.value-sec .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transform: scale(1.05);
    transform-origin: bottom center;
    transition: 0.4s;
}
.value-sec .image-wrapper:hover img{
    transform: scale(1);
}
.value-sec h4{
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 10px;
}
.core-values-list .block h4 span{
    width: 37px;
    height: 37px;
    line-height: 37px;
    border-radius: 37px;
    text-align: center;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.core-values-list .block h4 span:after{
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    background: linear-gradient(180deg, #2DFF96 0%, #C343FF 22.73%, #D7BD2D 43.44%, #FF3300 81.07%, #2DAEFF 100%);
    -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 37px;
    transition: 0.4s;
}
.core-values-list .block h4 span:before {
    content: counter(my-counter);
    font-size: 18px;
    font-weight: 700;
}


/* industry sec */
.industry-sec{
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.industry-sec .image-wrapper{
    position: absolute;
    bottom: 0;
    right: -30px;
    top: 60px;
    z-index: -1;
    width: 34%;
}
.industry-sec .image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
}
.industry-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
    max-width: 982px;
    margin-top: 50px;
}
.industry-list .industry-item{
    flex: 0 0 auto;
    width: calc(16.66% - 20px * 5/6);
    background: rgba(13, 17, 21, 1);
    border-radius: 20px;
    padding: 20px 14px;
    position: relative;
}
.industry-list .industry-item:before{
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    background: linear-gradient(180deg, #7A2DFF 0%, #C343FF 22.73%, #D7BD2D 43.44%, #FF3300 81.07%, #2DAEFF 100%);
    -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 20px;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}
.industry-list .industry-item:hover:before{
    opacity: 1;
    visibility: visible;
}
.industry-list .industry-icon{
    width: 78px;
    height: 78px;
    border-radius: 78px;
    background: #0E1217;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    margin-bottom: 14px;
    padding: 16px 10px;
}
.industry-item img{
    max-width: 58px;
    max-height: 48px;
}
.industry-list .industry-item h5{
    margin-bottom: 0;
}

/* who-we-are-sec */
.who-we-are-sec h2{
    margin-top: 46px;
    margin-bottom: 40px;
}
.who-we-are-content{
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 40px;
}
.who-we-are-sec .left-content{
    flex: 0 0 31.579%;
}
.who-we-are-sec .left-content .image-wrapper{
    position: relative;
    overflow: hidden;
    padding-top: 93.469%;
    border-radius: 56px;
}
.who-we-are-sec .left-content .image-wrapper img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 56px;
    position: absolute;
    inset: 0;
}
.who-we-are-sec .middle-content{
    align-self: stretch;
    padding-bottom: 66px;
    flex: 0 0 23.045%;
}
.who-we-are-sec .middle-content .image-wrapper{
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 40px;
}
.who-we-are-sec .middle-content .image-wrapper img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    position: absolute;
    inset: 0;
}
.who-we-are-sec .right-content{
    color: rgba(187, 187, 187, 1);
    flex: 1 1 0;
    padding-left: 30px;
    align-self: center;
}

/* Testimonial */
.testimonial-sec h2{
    margin-bottom: 30px;
}
.testimonial-sec .container{
    background-image: url('../images/testimonial-icon.png');
    background-repeat: no-repeat;
    background-position: 12px center;
}
.testimonial-content{
    color: rgba(187, 187, 187, 1);
    font-size: 24px;
    line-height: 27px;
}
.testimonial-user-name{
    font-size: 18px;
    line-height: 27px;
}

/* contact-team-sec */
.contact-team-sec{
    background-color: #0C1014;
}
.contact-team-sec .button-wrapper{
    margin-top: 28px;
}
.contact-team-sec p{
    color: rgba(187, 187, 187, 1);
}
.contact-content{
    display: flex;
    flex-wrap: wrap;
}
.contact-content .col-left{
    flex: 0 0 30.584%;
    align-self: flex-end;
    padding-top: 26px;
}
.contact-content .col-right{
    flex: 0 0 20.2%;
    align-self: flex-end;
    margin-bottom: 38px;
}
.contact-content .col-middle{
    flex: 1 1 0;
    padding: 60px 80px 60px 24px;
}


/* Footer */
.footer-sec{
    padding-top: 100px;
    background-color: #000;
}
.footer-sec a:hover{
    color: currentColor;
}
.footer-left{
    flex: 0 0 264px;
    padding-top: 50px;
}
.footer-right{
    flex: 0 0 448px;
    padding-top: 37px;
}
.footer-links{
    flex: 0 0 560px;
    background: rgba(11, 11, 11, 0.68);
    padding: 37px 50px;
}
.footer-heading{
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: rgba(45, 185, 255, 1);
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.footer-sec .footer-links ul{
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.footer-sec .footer-links ul li{
    padding-right: 5px;
    margin-bottom: 10px;
}

.footer-sec a{
    position: relative;
}
.footer-sec a:after{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 100%;
    border-bottom: 1px solid currentColor;
    transition: 0.4s;
    opacity: 0;
}
.footer-sec a:hover:after{
    left: 0;
    right: 0;
    opacity: 1;
}

.newsletter-form{
    position: relative;
    text-align: center;
}
.newsletter-form form{
    position: relative;
}
.newsletter-form form input[type="email"]{
    padding: 10px 125px 10px 16px;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.22);
    line-height: 32px;
    border-radius: 40px;
    color: #fff;
}
.newsletter-form form label{
    display: none;
}
.newsletter-form form input[type="email"]:focus{
    box-shadow: none;
    outline: none;
}
.newsletter-form form input[type="submit"] {
    position: absolute;
    right: 10px;
    top: 6px;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    border-radius: 38px;
    padding: 5px 20px;
    border: none;
    transition: 0.4s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(231.61deg, #2DAEFF 9.37%, #BF3AFF 98.13%);
    color: #fff;
    border-color: transparent;
}
.newsletter-form form input[type="submit"]:is(:hover, :active, :focus){
    background: linear-gradient(267.14deg, #2DAEFF -6.98%, #BF3AFF 90.39%);
}
.newsletter-form .btn{
    position: absolute;
    right: 10px;
    top: 6px;
}
.newsletter-form .mc4wp-error{
    margin-top: 10px;
    color: #ff0000;
}

.site-footer{
    background-color: #000;
    padding: 20px 0;
}
.site-footer p{
    margin: 0;
}

.copyright-links a:before{
    content: '|';
    margin: 0 10px;
}

.icon-row{
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
    line-height: 22px;
    margin-bottom: 12px;
}
.icon-row .icon{
    flex: 0 0 20px;
}

.footer-heading:not(:first-child){
    margin-top: 30px;
}
.social-links{
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
}
.social-links a{
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    border-radius: 30px;
    justify-content: center;
    position: relative;
    top: 0;
    transition: 0.4s;
}
.social-links a:after{
    content: none;
}
.social-links a:hover{
    top: -5px;
}

/* page-header */
.page-header{
    padding: 180px 0 75px;
}
.page-header h1:only-child{
    margin-bottom: 0;
}
.page-header .col p{
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
}
.page-header .col.text-center .button-wrapper{
    justify-content: center;
    margin-top: 58px;
}
.page-header h1{
    margin-bottom: 30px;
}
.page-header h1 :is(strong, b){
    font-weight: 700;
    color: #2DAEFF;
    background: linear-gradient(212.26deg, #2DAEFF 19.9%, #C343FF 41.01%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.industry-header.page-header .col{
    max-width: 100%;
}
.industry-header.page-header .col p{
    max-width: 888px;
}

.text-grey p{
    color: #BBBBBB;
}
/* two-images */
.two-images{
    background: url('../images/frame.svg') no-repeat top center;
}
.two-images .col.rectangle-img{
    flex: 0 0 608px;
    margin-top: 20px;
}
.two-images .image-wrapper{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 190px;
    position: relative;
}
.two-images .image-wrapper img{
    object-fit: cover;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 190px;
}
.two-images .col.circle-img{
    flex: 0 0 330px;
}
.two-images .col.rectangle-img .image-wrapper{
    padding-top: 52.398%;
}
.two-images .col.circle-img .image-wrapper{
    padding-top: 100%;
    border-radius: 50%;
}
.two-images .col.circle-img .image-wrapper img{
    border-radius: 50%;
}
.two-images svg clipPath circle{transition: 0.4s;}
.two-images svg:hover clipPath circle {
    cy: 185.484;
}

.image-shape {
    max-width: 972px;
}
.image-shape .svg-mask{
    position: relative;
    padding-top: 38%;
}
.image-shape .svg-mask img {
    width: 100%;
    mask: url(#split-mask);
    -webkit-mask: url(#split-mask);
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
}


/* services-list */
.services-list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 58px;
    text-align: center;
    justify-content: center;
    margin-top: 60px;
}
.services-list .services-list-item{
    flex: 0 0 auto;
    width: calc(12.5% - 30px * 7/8 );
}
.services-list .icon{
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    border-radius: 20px;
    background: #14181E;
    vertical-align: middle;
}
.services-list .icon > span{
    width: 78px;
    height: 78px;
    border-radius: 17px;
    background-color: #0E1217;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 8px;
}
.services-list .icon > span:before{
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(180deg, #2DB9FF 0%, #C343FF 22.73%, #D7BD2D 43.44%, #FF3300 81.07%, #000000 100%);
    -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 17px;
    transition: 0.4s;
}
.services-list .icon:before{
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(180deg, #7A2DFF 0%, #C343FF 22.73%, #D7BD2D 43.44%, #FF3300 81.07%, #2DAEFF 100%);
    -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 20px;
    transition: 0.4s;
	opacity: 0;
    visibility: hidden;
}
.services-list .services-list-item:hover .icon:before{
	opacity: 1;
    visibility: visible;
}

.services-list h5{
    font-weight: normal;
    margin: 13px 0 0;
}


/* img-with-content */
.img-with-content .col-content{
    flex: 0 0 auto;
    width: 600px;
    counter-reset: my-counter;
}
.img-with-content .col-content .block{
    margin-bottom: 16px;
    position: relative;
    padding-left: 66px;
    color: #BBBBBB;
    font-weight: 500;
    padding-bottom: 16px;
    counter-increment: my-counter;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
}
.img-with-content .col-content .block:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}
.img-with-content .col-content .block:not(:last-child):before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 28px;
    top: 75px;
    width: 1px;
    background: #fff;
}
.img-with-content .col-content .block .number{
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 55px;
    text-align: center;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}
.img-with-content .col-content .block .number:before{
    content: counter(my-counter);
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.img-with-content .col-content .block .number:after{
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    background: linear-gradient(180deg, #2DFF96 0%, #C343FF 22.73%, #D7BD2D 43.44%, #FF3300 81.07%, #2DAEFF 100%);
    -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 37px;
    transition: 0.4s;
}
.img-with-content .col-content .block h4{
    color: #fff;
    margin-top: 14px;
    margin-bottom: 5px;
}
.img-with-content .col-content .block p{
    margin-bottom: 11px;
}

.img-with-content .col-img{
    flex: 0 0 auto;
    width: 630px;
    color: #BBBBBB;
    align-self: flex-end;
}
.img-with-content .col-img h2{
    color: #fff;
} 
.img-with-content .col-img .image-wrapper{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    padding-top: 61.70%;
    border-radius: 52px;
    margin-bottom: 50px;
}
.img-with-content .col-img .image-wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 52px;
}

/* faqs */
.faq-sec{
    background: #0E1217;
}
.faq-sec h2{
    margin-bottom: 30px;
}
.faq-sec .subheading{
    margin-bottom: 30px;
    font-size: 45px;
    line-height: 56px;
    font-weight: 700;
    text-transform: capitalize;
}
.faq-sec .accordion{
    max-width: 956px;
    margin: 0 auto;
}
.faq-sec .accordion-item{
    background: #000;
    border-radius: 28px;
    border: none;
    margin-bottom: 18px;
}
.faq-sec .accordion-item .accordion-header{
    line-height: normal;
    margin-bottom: 0;
}
.faq-sec .accordion-item .accordion-header button{
    font-size: 20px;
    line-height: 28px;
    border-radius: 28px;
    box-shadow: none;
    background: none;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 600;
    padding: 29px 30px;
    justify-content: space-between;
}
.faq-sec .accordion-item .accordion-header button[aria-expanded="true"]{
    border-color: rgba(211, 211, 211, 0.13);
    border-radius: 28px 28px 0 0;
}
.faq-sec .accordion-item .accordion-header button:after{
    content: none;
}
.faq-sec .accordion-item .accordion-header button svg{
    color: #C1C1C1;
}
.faq-sec .accordion-item .accordion-header button[aria-expanded="true"] svg{
    rotate: 180deg;
}

.faq-sec .accordion-item .accordion-body{
    padding: 30px;
    border: 1px solid transparent;
    border-top: none;
    border-color: rgba(211, 211, 211, 0.13);
    border-radius: 0 0 28px 28px;
    background-color: #09090C;
}

.indusrty-page .industry-list{
    column-gap: 24px;
    row-gap: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    margin: 0;
}
.indusrty-page .industry-list .industry-item{
    flex: 0 0 auto;
    width: calc(12.5% - 30px * 7/8 );
    background-color: #0B0D11;
}

.post-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 32px;
    row-gap: 25px;
}
.post-grid .post-item{
    flex: 0 0 auto;
    width: calc(33.33% - 32px * 2/3 );
    background-color: #000;
    padding: 20px 18px 30px 18px;
}
.post-grid .post-item.highlight{
    width: calc(50% - 32px * 1/2 );
    padding: 20px 30px 20px 30px;
}
.post-grid .post-item h2{
    font-size: 24px;
    line-height: 27px;
    font-weight: 600;
    margin: 20px 0;
}
.post-thumbnail{
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    padding-top: 55%;
    position: relative;
    overflow: hidden;
}
.post-thumbnail img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}
.post-grid .post-item:hover .post-thumbnail img{
    transform: scale(1.1);
}

.single-page-content{
    padding-top: 200px;
}
.post-content .featured-img img{
    width: 100%;
    border-radius: 60px;
}

.post-header{
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 60px;
}
.post-header .post-title{
    flex: 1 1 0;
    font-size: 48px;
    font-weight: 600;
    line-height: 52px;
}
.post-header .category{
    flex: 0 0 260px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
}
.post-header .category a{
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    border-radius: 38px;
    padding: 5px 19px;
    transition: 0.4s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    margin-top: 7px;
	pointer-events: none;
}
.post-header .category a:is(:hover, :active, :focus){
    border-color: transparent;
    background: linear-gradient(267.14deg, #2DAEFF -6.98%, #BF3AFF 90.39%);
}

.post-main-content{
    display: flex;
    flex-wrap: wrap;
    column-gap: 60px;
    row-gap: 40px;
    margin-top: 60px;
}
.post-main-content .post-body{
    flex: 1 1 0;
}
.post-main-content .related-posts{
    flex: 0 0 260px;
    align-self: flex-start;
    position: sticky;
    top: 110px;
}
.post-main-content .related-posts h3{
    margin-bottom: 20px;
}
.post-main-content .related-posts ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.post-main-content .related-posts h4{
    margin: 10px 0 0;
    font-size: 18px;
    font-weight: 500;
}
.post-main-content .post-body h3{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
}
.post-main-content .post-body h4{
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}
.post-main-content .post-body h3:not(:first-child){
    margin-top: 30px;
}
.post-main-content .post-body ul{
    padding-left: 20px;
}
.post-main-content .post-body ul li{
    margin-bottom: 10px;
}

.post-navigation{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.post-navigation > div{
    flex: 0 0 45%;
}
.post-navigation .next{
    text-align: right;
}


/* Contact Page */
.contact-header h1{
    margin-bottom: 0;
}
.form-blocks{
    background-color: #1E1E1E;
    padding: 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
.form-blocks p{
    margin: 0;
}
.form-blocks .form-groups{
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 40px;
}
.form-blocks .form-groups:not(.full-width-options) .form-group{
    flex: 0 0 auto;
    width: calc(50% - 40px * 1/2 );
}
.form-blocks .form-groups.full-width-options .form-group{
    flex: 0 0 auto;
    width: 100%;
}
.form-blocks .form-groups .form-group .label{
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}
.form-blocks .form-groups .form-group .label span{
    color: #ff0000;
    margin-left: 5px;
}
.form-blocks .form-groups .form-group .form-control{
    border-radius: 48px;
    padding: 15px 20px;
    line-height: 28px;
    background: #000;
    border: none;
    color: #fff;
}
.form-blocks .form-groups .form-group select.form-control{
    background-image: url('../images/select-arrow.svg');
    background-position-y: center;
    background-position-x: calc(100% - 20px);
    background-repeat: no-repeat;
}
.form-blocks .form-groups .form-group .form-control:focus{
    border-color: #BF3AFF;
    outline: none;
    box-shadow: none;
}


.form-blocks .form-groups .form-group .form-control.other-option{
/*     display: none; */
    margin-top: 7px;
}
.hint{
	margin-top: 5px;
}
.wpcf7 input.upload-option[type="file"]{
    border-radius: 48px;
    padding: 12px 20px;
    line-height: 28px;
    background: #000;
    border: none;
    color: #fff;
    width: 100%;
}



.form-blocks .form-groups .form-group textarea.form-control{
    resize: none;
    height: 152px;
    border-radius: 20px;
}
.form-blocks input:-webkit-autofill,
.form-blocks input:-webkit-autofill:hover, 
.form-blocks input:-webkit-autofill:focus, 
.form-blocks input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #000 inset !important;
}
/*Change text in autofill textbox*/
.form-blocks input:-webkit-autofill{
    -webkit-text-fill-color: #fff !important;
}

.form-blocks .form-groups .wpcf7-form-control-wrap{
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
}
.form-blocks .form-groups .checkboxes{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 10px;
}
.form-blocks .form-groups .wpcf7-list-item{
    margin-left: 0;
}
.form-blocks .form-groups .wpcf7-list-item label{
    position: relative;
}
.form-blocks .form-groups .wpcf7-list-item label input{
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}
.form-blocks .form-groups .checkboxes .wpcf7-list-item .wpcf7-list-item-label{
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    vertical-align: middle;
    padding: 17px 28px;
    background-color: #000;
    border-radius: 48px;
    cursor: pointer;
}
.form-blocks .form-groups .checkboxes .wpcf7-list-item .wpcf7-list-item-label:before{
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border-radius: 2px;
    background: #bbb;
    border: none;
    text-align: center;
    content: "";
    line-height: 20px;
    font-size: 16px;
}
.form-blocks .form-groups .checkboxes .wpcf7-list-item input:checked + .wpcf7-list-item-label:before{
    content: "✓";
    background: linear-gradient(231.61deg, #2DAEFF 9.37%, #BF3AFF 98.13%);
}
.form-blocks .form-groups .checkboxes .wpcf7-list-item .wpcf7-list-item-label:after{
    content: none;
}

.form-blocks .form-groups .radio-options{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 10px;
}
.form-blocks .form-groups .radio-options .wpcf7-list-item .wpcf7-list-item-label{
    background-color: #000;
    border-radius: 48px;
    padding: 10px 30px;
    line-height: 28px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.form-blocks .form-groups .radio-options .wpcf7-list-item input:checked + .wpcf7-list-item-label{
    background: linear-gradient(231.61deg, #2DAEFF 9.37%, #BF3AFF 98.13%);
}
.form-blocks .form-groups .radio-options .wpcf7-list-item .wpcf7-list-item-label:before, .form-blocks .form-groups .radio-options .wpcf7-list-item .wpcf7-list-item-label:after{
    content: none;
}
.wpcf7-form .form-submit{
    display: flex;
    margin-top: 40px;
}
.wpcf7-form .form-submit > p{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.wpcf7-form .wpcf7-not-valid-tip{
    margin-top: 10px;
}


.form-blocks .form-groups .form-group .wpcf7-not-valid-tip + .wpcf7-not-valid-tip{
	display: none;
}


/* Single */
.box-grid{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 70px;
    row-gap: 48px;
}
.box-grid .box-grid-item{
    width: calc(33.33% - 70px * 2/3);
    padding: 0 5px;
}
.box-grid .box-grid-item .box-grid-item-inner{
    background: #000;
    padding: 18px 30px;
    border-radius: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.box-grid .box-grid-item-inner:before{
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    background: linear-gradient(180deg, #7A2DFF 0%, #C343FF 22.73%, #D7BD2D 43.44%, #FF3300 81.07%, #2DAEFF 100%);
    -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 40px;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}
.box-grid .box-grid-item .box-grid-item-inner:hover:before{
    opacity: 1;
    visibility: visible;
}
.box-grid .box-grid-item p, .box-grid .box-grid-item ul{
    padding-left: 0;
    margin: 0;
    color: rgba(187, 187, 187, 1);
    list-style: none;
}
.box-grid .box-grid-item ul:not(:only-child){
    margin-top: 20px;
}
.box-grid .box-grid-item ul li{
    margin-bottom: 24px;
    background-image: url('../images/list-item.svg');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 22px;
    padding-left: 37px;
}
.box-grid .box-grid-item .icon{
    width: 78px;
    height: 78px;
    border-radius: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 24px;
    background-color: #0E1217;
}
.box-grid .box-grid-item .icon:before{
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(180deg, #2DB9FF 0%, #C343FF 22.73%, #D7BD2D 43.44%, #FF3300 81.07%, #000000 100%);
    -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 17px;
    transition: 0.4s;
}
.box-grid .box-grid-item h3{
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 24px;
}
.box-grid .box-grid-item-inner .box-action{
    margin-top: auto;
}

.img-with-content.img-big .col-img{
    width: 710px;
}
.img-with-content .col-content.not-number .block{
    margin-bottom: 0;
    padding-left: 32px;
}
.img-with-content .col-content.not-number .block:not(:last-child):before{
    top: 8px;
    bottom: -8px;
    left: 8px;
}
.img-with-content .col-content.not-number .block:after{
    content: '';
    left: 0;
    top: 4px;
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../images/slick-dot.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.img-with-content .col-content.not-number .block h4{
    margin-top: 0;
}
.small-heading h2{
    font-size: 45px;
    line-height: 56px;
}
.service-about .row{
    justify-content: space-between;
}
.service-about .col-xl-6{
    max-width: 654px;
}
.service-about .about-img img{
    border-radius: 58px;
}

.contact-map-sec iframe{
    border-radius: 58px;
    height: 410px;
}
.contact-map-sec h3{
    margin-bottom: 10px;
    line-height: 30px;
}
.contact-map-sec .icon-row{
    margin-bottom: 20px;
    column-gap: 16px;
    font-size: 18px;
    max-width: 280px;
    align-items: center;
}
.contact-map-sec .icon-row:last-child{
    margin-bottom: 0;
}
.contact-map-sec .icon-row .icon{
    width: 32px;
    height: 32px;
    background-color: #0E1217;
    flex: 0 0 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    position: relative;
}
.contact-map-sec .icon-row .icon:before{
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(180deg, #2DB9FF 0%, #C343FF 22.73%, #D7BD2D 43.44%, #FF3300 81.07%, #000000 100%);
    -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 6px;
    transition: 0.4s;    
}
.contact-map-sec .icon-row a{
    color: #2DAEFF;
}
.contact-map-sec .icon-row a:hover{
    color: #fff;
}

.about-middle-content .col-right{
    max-width: 886px;
    margin-left: auto;
}
.about-middle-content .two-images{
    background: none;
}

.about-middle-content .col-left .image-wrapper + .image-wrapper{
    margin-top: 32px;
}
.about-middle-content .col-left .image-wrapper{
    position: relative;
    overflow: hidden;
    border-radius: 40px;
}
.about-middle-content .col-left .image-wrapper.first{
    padding-top: 112.5%;
}
.about-middle-content .col-left .image-wrapper.last{
    padding-top: 150%;
}
.about-middle-content .col-left .image-wrapper img{
    width: 100%;
    border-radius: 40px;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 1200px){
    .navbar .navbar-collapse{
        justify-content: center;
    }
    .navbar .navbar-nav{
        column-gap: 20px;
    }
    .navbar .navbar-nav .nav-link{
        padding: 0;
    }
}
@media screen and (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 1430px;
        width: 94%;
    }
    .navbar .navbar-nav{
        column-gap: 40px;
    }
}

@media screen and (max-width: 1600px){
    h2, .h2{
        font-size: 60px;
        line-height: 64px;
    }
    .faq-sec .subheading{
        font-size: 36px;
        line-height: 40px;
    }
    .small-heading h2{
        font-size: 36px;
        line-height: 40px;
    }
    .slick-slider .slick-arrow.slick-prev{
        left: -30px;
    }
    .slick-slider .slick-arrow.slick-next{
        right: -30px;
    }
    .industry-sec .image-wrapper{
        width: 28%;
    }

    .footer-links{
        flex: 0 0 500px;
    }
    .footer-right{
        flex: 0 0 360px;
    }

    .img-with-content .col-content{
        width: 540px;
    }
    .img-with-content .col-img{
        width: 560px;
    }

    .services-list .services-list-item, .indusrty-page .industry-list .industry-item{
        width: calc(16.66% - 30px * 5/6 );
    }

    .box-grid{
        column-gap: 40px;
        row-gap: 30px;
    }
    .box-grid .box-grid-item{
        width: calc(33.33% - 40px * 2/3);
    }
}
@media screen and (max-width: 1399px){
    .container, .container-lg, .container-md, .container-sm, .container-xl{
        max-width: 94%;
    }
    .industry-list .industry-item{
        width: calc(25% - 20px * 3/4);
    }
    .who-we-are-sec .right-content{
        padding-left: 0;
    }

    .header-right{
        margin-left: auto;
    }
    .box-grid{
        column-gap: 20px;
    }
    .box-grid .box-grid-item{
        width: calc(33.33% - 20px * 2/3);
    }
    .img-with-content.img-big .col-img{
        width: 560px;
    }
}

@media screen and (max-width: 1199px){
    h1, .h1, h2, .h2{
        font-size: 48px;
        line-height: 54px;
    }
    .faq-sec .subheading{
        font-size: 28px;
        line-height: 36px;
    }
    .small-heading h2{
        font-size: 28px;
        line-height: 36px;
    }
    .navbar-collapse{
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(17, 22, 28, .9);
        width: 100%;
        height: 100% !important;
        max-height: 100% !important;
        transform: translateX(-120%);
        transition: 0.4s;
    }
    .navbar-collapse.show{
        transform: translateX(0);
    } 
    .navbar-collapse .navbar-toggler{
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        z-index: 1;
    }
    .navbar-collapse .navbar-toggler svg{
        width: 24px;
        height: 24px;
    }
    .navbar-collapse .menu-main-menu-container{
        background-color: rgba(17, 22, 28, 1);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 500px;
        overflow-y: auto;
        padding: 30px 0;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }
    .navbar .navbar-nav a{
        padding: 15px 30px;
        display: inline-block;
        width: 100%;
        font-size: 18px;
    }
    .navbar-nav > li > a:after{
        left: 0;
        right: 0;
        bottom: 0;
        border-color: rgba(255, 255, 255, 0.2);
    }
    .navbar-nav > li > a[aria-current="page"]{
        color: #2DAEFF;
    }
    .navbar-nav > li:last-child > a:after{
        content: none;
    }

    .core-values-list .block{
        column-gap: 40px;
    }
    .core-values-list .block .col-content{
        flex: 0 0 400px;
    }
    .contact-content .col-right{
        display: none;
    }
    .contact-content .col-middle{
        padding: 60px 0 60px 24px;
    }
    .footer-right {
        flex: 0 0 100%;
    }

    .banner-sec .first-graphics{
        top: 0;
    }

    .services-list .services-list-item, .indusrty-page .industry-list .industry-item{
        width: calc(20% - 30px * 4/5 );
    }
    .img-with-content .col-img{
        width: 380px;
    }
    .img-with-content.img-big .col-img{
        width: 460px;
    }
    .img-with-content.img-big .col-content{
        width: 460px;
    }

    .post-grid{
        column-gap: 20px;
    }
    .post-grid .post-item{
        width: calc(33.33% - 20px * 2/3 );
    }

    .box-grid .box-grid-item{
        width: calc(50% - 20px * 1/2);
    }
	.industry-sec .image-wrapper{
		display: none;
	}
	.service-about .col-xl-6{
		max-width: 454px;
	}
}
@media screen and (max-width: 991px){
    .banner-sec{
        background-position: center;
    }
    .banner-sec .banner-content{
        padding: 20px 0;
        text-align: center;
    }
    .button-wrapper{
        justify-content: center;
    }
    .about-sec{
        text-align: center;
    }

    .service-sec h2{
        margin-bottom: 15px;
    }
    .core-values-list .block{
        flex-direction: column;
    }
    .core-values-list .block .col-content{
        flex: 1;
        width: 100%;
    }
    .core-values-list .block .col-img{
        flex: 1;
        width: 100%;
    }

    .industry-sec{
        text-align: center;
    }
    .industry-sec .image-wrapper{
        display: none;
    }

    .who-we-are-sec .right-content{
        width: 100%;
        flex: 1 1 100%;
    }
    .who-we-are-sec .left-content, .who-we-are-sec .middle-content{
        flex: 0 0 calc(50% - 40px * 1/2);
    }

    .footer-links{
        flex: 0 0 440px;
        padding: 37px 20px;
    }

    .page-header{
        padding: 120px 0 30px;
    }
    .page-header .col.text-center .button-wrapper{
        margin-top: 30px;
    }
    .services-list, .indusrty-page .industry-list{
        column-gap: 15px;
    }
    .services-list .services-list-item, .indusrty-page .industry-list .industry-item{
        width: calc(25% - 15px * 3/4 );
    }
    .img-with-content .col-content{
        width: 100%;
    }
    .img-with-content .col-img{
        width: 100%;
        order: -1;
        margin-bottom: 15px;
    }
    .img-with-content .col-img .image-wrapper{
        margin-bottom: 25px;
        border-radius: 20px;
    }
    .img-with-content .col-img .image-wrapper img{
        border-radius: 20px;
    }
    .post-grid .post-item{
        width: calc(50% - 20px * 1/2 );
    }
    .post-grid .post-item.highlight{
        padding: 20px 18px 30px 18px;
    }
    .post-grid .post-item .button-wrapper{
        justify-content: flex-start;
    }
    .contact-map-sec iframe{
        height: 340px;
        border-radius: 30px;
    }

    .post-main-content{
        flex-direction: column;
    }

    .img-with-content.img-big .col-img{
        width: 100%;
    }
    .img-with-content.img-big .col-content{
        width: 100%;
    }
	.service-about .col-xl-6{
		max-width: 100%;
	}
    .contact-team-sec .button-wrapper{
        justify-content: flex-start;
    }
    .about-sec .col-lg-5{
        margin-bottom: 15px;
    }
	
	.contact-content .col-left{
		flex: 0 0 46%;
	}
}

@media screen and (max-width: 767px){
    body{
        font-size: 14px;
        line-height: 22px;
    }
    h1, .h1, h2, .h2{
        font-size: 32px;
        line-height: 36px;
        margin: 0 0 15px;
    }
    h3, .h3{
        font-size: 18px;
        line-height: 24px;
    }
    .logo-section h3{
        line-height: 24px;
    }
    h5, .h5{
        font-size: 16px;
        line-height: 24px;
    }
    .faq-sec .subheading{
        font-size: 20px;
        line-height: 24px;
    }
    .small-heading h2{
        font-size: 20px;
        line-height: 24px;
    }
    .fs-20{
        font-size: 16px;
        line-height: 22px;
    }
    .fs-18{
        font-size: 15px;
        line-height: 22px;
    }
    .btn{
        font-size: 14px;
        line-height: 28px;
        padding: 4px 15px;
    }
    .btn.btn-secondary{
        line-height: 26px;
        padding: 4px 19px;
    }
    .section{
        padding: 40px 0;
    }
    .header-sec .navbar .container{
        column-gap: 10px;
    }
    .header-right{
        column-gap: 15px;
    }
    .header-right .call-info{
        font-size: 0;
    }
    .navbar-collapse .menu-main-menu-container{
        max-width: 280px;
    }

    .banner-content h3{
        font-size: 20px;
        line-height: 24px;
    }

    .banner-content .button-wrapper{
        margin-top: 20px;
    }

    .box-slider{
        margin-top: 30px;
    }

    .core-values-list .block{
        padding: 20px 0;
    }
    .value-sec .image-wrapper, .value-sec .image-wrapper img{
        border-radius: 10px;
    }

    .industry-list{
        margin-top: 30px;
        column-gap: 12px;
        row-gap: 12px;
    }
    .industry-list .industry-item{
        width: calc(25% - 12px * 3/4);
    }

    .who-we-are-sec .left-content, .who-we-are-sec .middle-content {
        flex: 0 0 100%;
    }
    .who-we-are-content{
        column-gap: 20px;
        row-gap: 20px;
        text-align: center;
    }
    .who-we-are-sec h2{
        margin: 0 0 20px;
        text-align: center;
    }
    .who-we-are-sec .left-content .image-wrapper, .who-we-are-sec .left-content .image-wrapper img{
        border-radius: 30px;
    }
    .who-we-are-sec .middle-content{
        padding-bottom: 0;
    }
    .who-we-are-sec .middle-content .image-wrapper{
        padding-top: 130%;
    }
    
    .testimonial-sec .container{
        background-image: none;
    }
    .testimonial-sec h2{
        margin-bottom: 20px;
    }
    .testimonial-content{
        font-size: 18px;
        line-height: 22px;
    }
    .testimonial-user-name{
        font-size: 15px;
    }

    .contact-content{
        flex-direction: column-reverse;
        text-align: center;
    }
    .contact-content .col-middle{
        padding: 30px 0;
    }

    .footer-sec{
        padding-top: 50px;
    }
    .footer-links{
        padding: 20px;
    }
    .services-list{
        row-gap: 15px;
        margin-top: 20px;
    }
    .services-list .services-list-item, .indusrty-page .industry-list .industry-item{
        width: calc(33.33% - 15px * 2/3 );
    }

    .faq-sec h2{
        margin-bottom: 20px;
    }
    .faq-sec .accordion-item{
        border-radius: 12px;
        margin-bottom: 10px;
    }
    .faq-sec .accordion-item .accordion-header button[aria-expanded="true"]{
        border-radius: 12px 12px 0 0;
    }
    .faq-sec .accordion-item .accordion-header button{
        font-size: 16px;
        line-height: 24px;
        border-radius: 12px;
        padding: 20px 15px;
    }
    .faq-sec .accordion-item .accordion-body{
        padding: 20px 15px;
        border-radius: 0 0 12px 12px;
    }

    .post-grid .post-item, .post-grid .post-item.highlight{
        width: 100%;
    }

    .form-blocks{
        padding: 30px 15px;
    }
    .form-blocks .form-groups{
        column-gap: 25px;
        row-gap: 25px;
    }
    .form-blocks .form-groups:not(.full-width-options) .form-group{
        width: 100%;
    }
    .form-blocks .form-groups .form-group .label{
        margin-bottom: 10px;
        font-size: 16px;
    }
    .wpcf7-form .form-submit{
        margin-top: 25px;
    }
    .newsletter-form .form-control, .newsletter-form form input[type="email"]{
        line-height: 26px;
    }
    .newsletter-form form input[type="submit"]{
        font-size: 14px;
        line-height: 28px;
        padding: 4px 15px;
    }
    .contact-map-sec iframe {
        height: 240px;
        border-radius: 10px;
    }
    .site-footer{
        font-size: 12px;
    }
    .copyright-links a:before{
        margin: 0 4px;
    }
    .box-grid{
        margin-top: 30px;
    }
    .box-grid .box-grid-item{
        width: 100%;
    }

    .single-page-content{
        padding-top: 140px;
    }
    .post-header{
        margin-bottom: 20px;
    }
    .post-header .post-title{
        font-size: 30px;
        line-height: 36px;
    }
    .post-header .category{
        justify-content: flex-start;
        flex: 0 0 100%;
    }
    .post-header .category a{
        line-height: 22px;
    }
    .post-content .featured-img img{
        border-radius: 20px;
    }
    .post-main-content{
        margin-top: 25px;
    }
    .post-main-content .post-body h3{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .post-main-content .post-body h4{
        font-size: 20px;
        line-height: 24px;
    }
    .post-main-content .post-body h3:not(:first-child){
        margin-top: 20px;
    }
    .contact-team-sec .button-wrapper{
        justify-content: center;
    }

}

@media screen and (max-width: 575px){
    .industry-list .industry-item{
        width: calc(50% - 20px * 1/2);
    }
    .services-list .services-list-item, .indusrty-page .industry-list .industry-item{
        width: calc(50% - 15px * 1/2 );
    }
}
