/* GLOBAL */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

html {
    scroll-behavior: smooth;
}

body {
/*     font-family: sans-serif; */
	font-family: Inter Tight;
    color: #000;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
/*     padding: 0;
    margin: 0;
    line-height: 1;
    color: #000; */
    font-family: Inter Tight ;
/*     font-weight: 400; */
}

a {
    text-decoration: none;
    display: inline-block;
}

button {
    border: none;
    background: transparent;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

button {
    cursor: pointer;
}

ul,
ol,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1;
}

/* FONTS */
/* FONTS */
/* FONTS */
@font-face {
    font-family: quatro-reg;
    src: url(../fonts/Quatro-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: quatro-med;
    src: url(../fonts/Quatro-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: quatro-semi;
    src: url(../fonts/Quatro-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: quatro-bold;
    src: url(../fonts/Quatro-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: quatro-med-italic;
    src: url(../fonts/Quatro-MediumItalic.ttf);
    font-weight: 600;
}

/* @font-face {
    font-family: DM-reg;
    src: url(../fonts/DMSerifDisplay-Regular.ttf);
    font-weight: 700;
} */

/* DEFAULT CLASSES */
/* DEFAULT CLASSES */
/* DEFAULT CLASSES */
.container {
    max-width: 1440px;
    margin: 0 auto;
}
/* header custom word */
.support-container {
	margin-right:10px;
	margin-right: px;
/*   display: flex; */
/* 	flex-direction: column; */
  align-items: center;
  gap: 10px;
  font-family: Arial, sans-serif;
}

.support-tag {
  background-color: #f3f3f3;
  color: #333;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
/*   display: inline-flex; */
  align-items: center;
}

.support-tag .arrow {
  margin-left: 6px;
  font-weight: bold;
}

.support-number {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.support-number:hover {
  text-decoration: underline;
}

/* end custom work */
.heading {
    color: #3D3D3D;
    font-size: 56px;
    line-height: 1.35;
    font-family: "quatro-bold", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
    text-align: center;
}

.heading-black {
    color: #000;
    font-size: 56px;
    line-height: 1.35;
    font-family: "quatro-bold", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.heading-black span {
    color: #1535EE;
    line-height: 1;
    font-weight: 700;
    font-size: 60px;
    font-family: "quatro-bold", sans-serif;
}

.caption {
    color: #303030;
    font-size: 24px;
    line-height: 1.83;
    font-family: "quatro-reg", sans-serif;
    font-weight: 400;
    text-align: center;
}

.btn {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-family: "quatro-med", sans-serif;
    font-weight: 500;
    padding: 10px 20px;
    background-color: #1535EE;
    border-radius: 50px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	border: none;
}

.btn:hover {
    background-color: #112491;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.text-end {
    text-align: end;
}

.text-center {
    text-align: center;
}

.stroke-heading {
    font-size: 56px;
    color: #0A0A0A;
    font-family: "quatro-bold", sans-serif;
    line-height: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50px;
    text-align: center;
}

/* HEADER */
/* HEADER */
/* HEADER */
header {
/*             padding: 30px 0px 20px 0px; */
            position: absolute;
            width: 100%;
            z-index: 10;
            top: 0;
            left: 0;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
        }

        header.active {
            background-color: #081438;
        }

        .header-bg {
            background-color: #fff;
        }

        header .container {
			padding: 20px 0px 16px 0px !important;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
/* 			justify-content: start; */
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        header .logo {
            width: 180px;
        }

        header .logo img {
            width: 100%;
/* 			width: 60%; */
            -o-object-fit: contain;
            object-fit: contain;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
        }

        header.active .logo img {
            -webkit-filter: invert(1);
            filter: invert(1);
        }

        #menu-primary-menu {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-column-gap: 30px;
            -moz-column-gap: 47px;
			column-gap: 30px;
        }

        .menu-item>a {
            color: #3A3A3A;
            font-size: 15px;
/* 			font-size: 18px; */
            line-height: 1;
            font-family: "quatro-reg", sans-serif;
            font-weight: 500;
            text-transform: capitalize;
			list-style: none !important;
        }

        .menu-item-44 {
            position: relative;
        }
header .container{
	border-bottom: 1px solid #818181;
	
}

        .menu-item-44>a::after {
            content: "";
            position: absolute;
            right: -13px;
			top: 6px;
            bottom: 3px;
            width: 10px;
            height: 6px;
            background: url(../images/down-arrow.svg) no-repeat center;
            background-size: contain;
			transition: transform 0.3s ease;
        }
/* .menu-item-44.active > a::after {
  transform: rotate(-180deg);
} */
@media (max-width: 768px) {
    .menu-item-44 > a::after {
        content: "";
        position: absolute;
        right: -50px;
        top: 6px;
        bottom: 3px;
        width: 10px;
        height: 6px;
        background: url(../images/down-arrow.svg) no-repeat center;
        background-size: contain;
        transition: transform 0.3s ease;
    }

    .menu-item-44.active > a::after {
        transform: rotate(-180deg);
    }
}

dl, ol, ul{
	margin-bottom: 0px !important;
}
nav{
/* 	margin-left: 20px; */
}
        .sub-menu {
            position: absolute;
            top: 50px;
            left: -160px;
            right: 0;
            margin: auto;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            width: 710px;
            padding: 40px 32px 70px 32px;
            background-color: #F2F5F7;
            border-top: 3px solid #1535EE;
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: 1fr 30px 1fr;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            z-index: 1;
        }

        .sub-menu::before {
            content: "";
            top: -16px;
            width: 0;
            height: 0;
            left: 208px;
            border-left: 14px solid transparent;
            border-right: 14px solid transparent;
            border-bottom: 15px solid #1535EE;
            position: absolute;
        }

/*         .menu-item:first-child:hover .sub-menu {
            visibility: visible;
            opacity: 1;
        } */
.menu-item:nth-child(2):hover .sub-menu {
  visibility: visible;
  opacity: 1;
}


        .sub-menu .menu-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .sub-menu .menu-item::before {
            content: "";
            width: 25px;
            height: 25px;
            background: url(https://alfawebshop.com/wp-content/uploads/2023/11/svg0.png) no-repeat center;
			background-size: 12px;
			border: 1px solid #1535EE;
            margin-right: 5px;
			transition: all 0.35s;
			padding: 3px;
			border-radius: 50%;
        }

        .sub-menu .menu-item:hover::before {
/*             background-color: #F0C902; */
			rotate: 45deg;
        }


        .sub-menu .menu-item a {
            color: #3D3D3D;
            font-size: 16px;
            line-height: 1.25;
            font-family: "quatro-med", sans-serif;
            font-weight: 400;
            margin-left: 8px;
        }


        header .nav-btn {
            display: none;
        }

        .header-right .btn {
            padding: 13px 16px;
        }
.header-right {
    width: 53%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: flex-start;
}

/* Desktop only */
@media (min-width: 1025px) {
    .header-right {
        width: 40%;
    }
}

a {
    text-decoration: none !important;
}
header .btn {
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-family: "quatro-med", sans-serif;
    font-weight: 500;
    padding: 10px 20px;
    background-color: #1535EE;
    border-radius: 5px !important;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border: none;
}

/* BANNER */
/* BANNER */
/* BANNER */
.banner-section {
    background: url(../images/banner-bg.png) no-repeat center;
    background-size: cover;
    padding: 180px 0px 0px 0px;
    overflow: hidden;
	position: relative;
}

.banner-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.banner-left {
    width: 815px;
    padding: 160px 0px 170px 0px;
}

.banner-left h1 {
    color: #000000;
    font-size: 60px;
    line-height: 1.26;
    font-family: "quatro-bold", sans-serif;
    font-weight: 700;
    max-width: 735px;
    margin-bottom: 35px;
}

.banner-left h1 span {
    color: #1535EE;
    font-size: 60px;
    line-height: 1.26;
    font-family: "quatro-bold", sans-serif;
    font-weight: 700;
    max-width: 735px;
    margin-bottom: 35px;
}

.banner-left p {
    color: #000000;
    font-size: 24px;
    line-height: 1.66;
    font-family: "quatro-reg", sans-serif;
    font-weight: 400;
    margin-bottom: 85px;
}

.banner-left .btn {
    padding: 24px 41px;
}

.banner-right {
    width: 734px;
    height: 100%;
	display: flex;
	gap: 25px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    right: -50px;
    top: 0;
	align-items: center;
}

.banner-right img {
	width: 100%;
}

.banner-grid-left {
	display:flex;
	flex-direction: column;
	align-items: end;
	width: 50%;
}

.banner-grid-left img:first-child {
	width: 70%;
}

.banner-grid-right {
	display:flex;
	flex-direction: column;
	align-items: start;
	width: 50%;
}

.banner-grid-left img:not(:last-child),
.banner-grid-right img:not(:last-child)
{
	margin-bottom: 25px;
}

/* .banner-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
} */

/* SERVICES */
/* SERVICES */
/* SERVICES */
.services-section {
    background-color: #F2F5F7;
    padding: 130px 0;
}

.services-section .container {
    max-width: 1400px;
}

.services-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	row-gap: 40px;
}

.services-section .stroke-heading {
	color: #000;
	text-align:left;
	text-transform: capitalize;
	margin-bottom: 30px;
	line-height: 1.2;
}

.services-section .stroke-heading span {
	font: inherit;
	display: block;
	color: #1535EE;
}

.services-section .caption {
	text-align:left;
	font-size: 24px;
}
.services-heading{
	    font-size: 1.50rem;
}
.services-card {
    width: 32%;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
	position: relative;
}

.services-card:not(:first-child) {
	padding-bottom: 130px;
}


.services-card .inner {
	background-color: #fff;
	position: absolute;
	width: 90%;
	bottom: 0;
	left:0;
	right:0;
	margin: 0 auto;
	padding: 30px 25px 10px 25px;
	border-radius: 0px 0px 12px 12px;
	transition: all 0.45s;
}

.services-card img{
    width: 100%;
	height: auto;
	border-radius: 12px;
	transition: all 0.45s;
	object-fit: cover;
}


.services-card .inner h3 {
    color: #3D3D3D;
    font-size: 20px;
    line-height: 1.3;
    font-family: "quatro-semi", sans-serif;
    font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
	transition: all 0.45s;
}



.services-card .inner p {
    color: #3D3D3D;
    font-size: 16px;
    line-height: 1.8;
    font-family: "quatro-reg", sans-serif;
    font-weight: 400;
	text-align: center;
	transition: all 0.45s;
}

.services-card .inner a {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-family: "quatro-reg", sans-serif;
    font-weight: 400;
	transition: all 0.45s;
	display: block;
	overflow: hidden;
	text-align: center;
	visibility: hidden;
}

.services-card:hover .inner h3,
.services-card:hover .inner p {
	color: #fff;
}

.services-card:hover .inner {
	background-color: #1535EE;
}

.services-card:hover img {
	filter: brightness(0.6);
}

.services-card:hover .inner a {
	margin-top: 50px;
}

.services-card:hover .inner a {
	margin: 40px 0;
	visibility: visible;
}

.services-card .inner a:hover {
	color: #b5b5b5;
}

/* WORK */
/* WORK */
/* WORK */
.work-section {
    padding: 130px 0px 90px 0px;
    overflow: hidden;
}

.work-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.work-top .stroke-heading {
    color: #000;
    line-height: 1.2;
    text-align: left;
	margin: 0;
}


.work-top .stroke-heading span {
	font: inherit;
	color: #1535EE;
	display: block;
}

.work-follower {
    position: absolute;
    top: 0;
    left: 0;
    width: 62px;
    visibility: hidden;
    height: 62px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    padding: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1535EE;
    border-radius: 50%;
    color: #fff;
    font-family: "quatro-med", sans-serif;
    line-height: 1.2;
    font-size: 18px;
}

.work-top p {
    font-size: 53px;
    font-family: "quatro-reg", sans-serif;
    font-weight: 400;
    line-height: 1.15;
    max-width: 65%;
}

.work-top p span:not(:last-child) {
    font-size: 53px;
    font-family: "quatro-semi", sans-serif;
    font-weight: 600;
    line-height: 1.15;
}

.work-top p span:last-child {
    color: #1535EE;
    font-size: 53px;
    font-family: "quatro-semi", sans-serif;
    font-weight: 600;
    line-height: 1.15;
}

.work-slider {
    margin: 80px 0px;
}

.work-slider .slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	object-fit: contain;
	cursor: pointer;
	z-index:1;
}

.work-slider .slick-left {
	left: 30px;
}

.work-slider .slick-right {
	right: 30px;
}

.work-slide {
    position: relative;
    width: 480px;
    height: 440px;
    padding: 20px;
    padding-bottom: 50px;

}

.work-slide .link {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50px;
}

.work-slide img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    border-radius: 50px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.work-slide:hover img {
    scale: 1.1;
}

/* .work-card-info {
    position: absolute;
    bottom: 10px;
    left: 50px;
    opacity: 0;
} */

/* .work-card-info h3 {
    color: #fff;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
    max-width: 413px;
    margin-bottom: 30px;
    font-family: "quatro-semi", sans-serif;
}

.work-card-info span {
    color: #000;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    font-family: "quatro-semi", sans-serif;
} */

.work-section .btn {
    padding: 25px 50px;
}

/* .toggle-btn {
    display: none;
} */

/* INDUSTRIES */
/* INDUSTRIES */
/* INDUSTRIES */
.industries-section {
    padding: 100px 0px 120px 0px;
    background-color: #F2F5F7;
    position: relative;
    z-index: 1;
    overflow: hidden;
	display: none;
}

/* .industries-bg {
    width: 1000px;
    height: 1000px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.industries-bg img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
} */

.industries-section .caption {
    max-width: 655px;
    padding-bottom: 100px;
    margin: 0 auto;
}

.industries-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 95px;
}

.industries-section li {
    max-width: 640px;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.industries-card {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: -1;
    width: 310px;
    height: 350px;
}

.industries-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.industries-section li .number {
    color: #1535EE;
    line-height: 1;
    font-size: 30px;
    font-family: "quatro-semi", sans-serif;
    font-weight: 600;
    display: block;
    padding-bottom: 20px;
}

.industries-section li h3 {
    color: #1535EE;
    line-height: 1;
    font-size: 30px;
    font-family: "quatro-semi", sans-serif;
    font-weight: 600;
    padding-bottom: 20px;
}

.industries-section li p {
    color: #303030;
    line-height: 1.83;
    font-size: 24px;
    font-family: "quatro-reg", sans-serif;
    font-weight: 400;
}

/* PARTNERS */
/* PARTNERS */
/* PARTNERS */
.partners-section {
    padding: 100px 0px 200px 0px;
    position: relative;
	display: none;
}

.partners-section .stroke-heading {
    margin-bottom: 25px;
}

.partners-section .caption {
    color: #303030;
    max-width: 656px;
    margin: 0 auto;
    padding-bottom: 130px;
}

.partners-row {
    margin: 0px 0px 0 10%;
}

.partners-col {
    width: 290px;
    height: 290px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: contain;
    padding: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    margin: 40px;
}

.partners-col::after {
    content: "";
    width: 112%;
    height: 112%;
    background: -o-linear-gradient(53deg, rgba(106, 192, 210, 1) 0%, rgba(255, 228, 196, 1) 95%);
    background: linear-gradient(37deg, rgba(106, 192, 210, 1) 0%, rgba(255, 228, 196, 1) 95%);
    background-size: contain;
    border-radius: 62% 48% 47% 66% / 50% 37% 75% 56%;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.partners-col:hover img {
    scale: 1.1;
}

.partners-col:hover::after {
    border-radius: 52% 55% 45% 86% / 60% 47% 65% 66%;
}

.partners-col:nth-child(even)::after {
    rotate: 300deg;
}

.partners-col img {
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-filter: invert(0.5);
    filter: invert(0.5);
}

.partners-col:hover img {
    -webkit-filter: invert(0);
    filter: invert(0);
}

.partners-section .slick-list {
    padding-left: 30px;
}

.partners-section .slick-arrow {
    border: none;
    background-color: #1535EE;
    border-radius: 50%;
    position: absolute;
    bottom: -110px;
    margin: auto;
    width: 57px;
    height: 57px;
	top: auto;
	left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partners-section .slick-arrow img {
    width: 13px;
    height: 21px;
    -o-object-fit: contain;
    object-fit: contain;
}

.partners-section .slick-prev {
    right: calc(50% + 75px);
    margin: auto;
}

.partners-section .slick-next {
    right: 50%;
}

.partners-section .slick-prev:before,
.partners-section .slick-next:before {
	display: none;
} 

/* ABOUT */
/* ABOUT */
/* ABOUT */
.about-section {
    padding-bottom: 120px;
    overflow: hidden;
    background-color: #F2F5F7;
}

.about-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-left {
    max-width: 736px;
    padding-top: 160px;
}

.about-left .stroke-heading {
    margin: 0 0 50px 0;
    text-align: left;
}

.about-left .stroke-heading span {
	font: inherit;
	color: #1535EE;
}

.about-left p {
    font-size: 24px;
    line-height: 1.73;
    font-family: "quatro-reg", sans-serif;
    font-weight: 400;
    padding-bottom: 60px;
}

.about-left p span {
    font-size: 24px;
    line-height: 1.73;
    font-family: "quatro-semi", sans-serif;
    font-weight: 600;
    color: #1535EE;
}

.about-left .btn {
    padding: 24px 61px;
}

.about-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.about-strings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 220px;
}

.about-string1 {
    margin-top: -110px;
}

.about-string2 {
    margin-top: -210px;
}

.about-number {
    font-size: 100px;
    line-height: 1;
    font-family: "quatro-semi", sans-serif;
    color: #1535EE;
}

.about-number::after {
    content: "+";
    font-size: 70px;
    line-height: 1;
    font-family: "quatro-semi", sans-serif;
    color: #1535EE;
}

.about-caption {
    font-size: 24px;
    line-height: 1;
    font-family: "quatro-reg", sans-serif;
    color: #000000;
}

/* OFFICES */

.offices-section {
/*     padding:  100px 0; */
}

.offices-section .stroke-heading {
    margin-bottom: 70px;
    text-align: left;
}

.offices-section .stroke-heading span {
	font: inherit;
	color: #1535EE;
}

.offices-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.offices-col {
    width: 31%;
    min-height: 440px;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
}

.offices-col img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	border-radius: 8px;
}

.offices-col:hover img {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

.offices-col .card .inner {
    position: absolute;
    bottom: 40px;
    left: 32px;
    display: block;
}

.offices-col .inner .city {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    font-family: "quatro-semi", sans-serif;
    color: #FFFFFF;
    display: block;
    margin-bottom: 15px;
}

.offices-col .inner span {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    font-family: "quatro-reg", sans-serif;
    color: #FFFFFF;
    display: block;
    margin-bottom: 4px;
}


.offices-col .inner span:first-child {
	margin-bottom: 14px;
}

.offices-col .inner a {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    font-family: "quatro-reg", sans-serif;
    color: #FFFFFF;
    display: block;
}

.offices-section .slick-arrow {
    position: absolute;
    margin: auto;
    width: 28px;
    height: 44px;
    background-color: transparent;
    border: none;
    z-index: 1;
}

.offices-section .slick-prev {
    left: 25px;
    top: 0;
    bottom: 0;
}

.offices-section .slick-next {
    right: 25px;
    top: 0;
    bottom: 0;
}

.offices-section .slick-arrow::before {
	content: "";
	display: none;
}

.offices-section .slick-arrow {
	width: 35px;
	height: 35px;
}

.offices-section .slick-arrow img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.offices-section .card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    -webkit-perspective: 3500px;
    perspective: 3500px;
}

.offices-section .content {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.offices-section .card:hover .content {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.offices-section .front,
.offices-section .back {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.offices-section .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* LATEST WORK PAGE */
.latest-work {
    padding: 200px 0 170px 0;
}

.latest-work .caption {
    max-width: 856px;
    margin: auto;
    color: #000;
    padding-bottom: 60px;
}

.latest-work .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
	justify-content: start;
}

@keyframes myfadeup {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0px);
    }
  }

.latest-work .col {
    width: 32%;
	display: none;
	z-index: 1;
	transition: all 0.8s;
	animation: myfadeup .6s linear alternate;
}

.latest-work .col.show {
    display: block;
}

.latest-work .col a {
    width: 100%;
}

.latest-work .col .thumbnail {
    overflow: hidden;
    width: 100%;
    height: 390px;
}

.latest-work .col img {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.latest-work .col:hover img {
    scale: 1.15;
}

.latest-work .filterWorkOverlay:hover img {
	 scale: 1.15;
}

.latest-work .col h2 {
    font-family: "quatro-semi", sans-serif;
    font-weight: 600;
    font-size: 23px;
    line-height: 1.3;
    padding: 30px 0px 15px 0px;
}

.latest-work .col span {
    display: block;
    font-family: "quatro-reg", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
}

.latest-work-top-options {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	margin-bottom: 60px;
}

.latest-work-top-options button {
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
}

.latest-work-top-options button img {
	width: 60px;
	height: 60px;
	object-fit: contain;
	margin-right: 10px;
	transition: all 0.35s;
	filter: grayscale(1);
}

.latest-work-top-options button span { 
	font: 500 50px/1 quatro-med;
	color: #BFBFBF;
	transition: all 0.35s;
}

.latest-work-top-options button.active2 span { 
	color: #1535EE;
}


.latest-work-top-options button.active2 img { 
	filter: grayscale(0);
}

.latest-work-top-tabs {
	display: flex;
	justify-content: start;
	gap: 10px;
	margin-bottom: 50px;
}

.latest-work-top-tabs button {
	border: 1px solid #BFBFBF;
	padding: 10px 15px;
	font: 500 17px/1 quatro-med;
	color: #BFBFBF;
	border-radius: 4px;
	transition: all 0.35s;
}

.latest-work-top-tabs button.active {
	border: 1px solid #1535EE;
	color: #fff;
	border-radius: 4px;
	background-color: #1535EE;
}

.modal-outer {
	width: 100%;
	min-height: 100vh;
	position: fixed; 
	z-index: 20; 
	left: 0;
	top: 0;
	overflow: auto;
  	background-color: rgba(0,0,0,0.6);
}

.modal-img {
	object-fit: cover;
  	width: 80%; 
  	height: 80%; 
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}



/* INDUSTRIES PAGE  */
/* BANNER */
.industries-banner {
    background: url(../images/industries-banner.png) no-repeat center;
    background-size: cover;
    height: 760px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.industries-banner .caption {
    max-width: 855px;
    color: #000;
}

/* LIST */
.industries-list {
    padding: 150px 0px 190px 0px;
}

.industries-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 43px;
}

.industries-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 43px;
    position: relative;
    -webkit-box-shadow: 0px 0px 13px #00000029;
    box-shadow: 0px 0px 13px #00000029;
}

.industries-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
}

.industries-list li:nth-child(even) a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.industries-list .col-left {
    max-width: 630px;
    height: 500px;
    position: relative;
}

/* .industries-list .col-left::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 630px;
    height: 100%;
    background: linear-gradient(180deg, rgba(255,228,196,1) 41%, rgba(106,192,210,1) 100%);
    z-index: -1;
    opacity: 0.6;
    transition: 0.8s;
} */
/* .industries-list ul li:hover .col-left::after {
    width: 100%;
} */
.industries-list .col-left .thumbnail {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.industries-list li:nth-child(even) .col-left .thumbnail,
.industries-list li:nth-child(even) .col-left .industries-gradient {
    -o-object-position: left;
    object-position: left;
}

.industries-list li:nth-child(odd) .col-left .thumbnail,
.industries-list li:nth-child(odd) .col-left .industries-gradient {
    -o-object-position: right;
    object-position: right;
}

.industries-list .col-left .industries-gradient {
    position: absolute;
    width: calc(100% + 70px);
    height: 100%;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.industries-list ul li:hover .industries-gradient {
    width: calc(100% + 100px);
}

.industries-list li:nth-child(odd) .col-left .industries-gradient {
    left: 0;
}

.industries-list li:nth-child(even) .col-left .industries-gradient {
    right: 0;
}

.industries-list .col-right {
    max-width: 41%;
    margin: 0px 85px 0px 0px;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.industries-list li:nth-child(even) .col-right {
    margin: 0px 0px 0px 85px;
}

.industries-list .col-right h2 {
    color: #000;
    font-family: "quatro-semi", sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    z-index: 1;
    margin-bottom: 35px;
}


.industries-list .col-right h2 span {
    position: absolute;
    top: -70px;
    left: -35px;
    color: #F2F5F7;
    font-family: "quatro-semi", sans-serif;
    font-weight: 600;
    font-size: 136px;
    line-height: 1;
    z-index: -1;
}

.industries-list .col-right p {
    color: #000;
    font-family: "quatro-reg", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.66;
}

/* ABOUT PAGE */
.about-top {
    padding: 260px 0px 120px 0px;
}

.about-top .container {
    max-width: 1120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-top h1 {
    margin-bottom: 55px;
}

.about-top .caption {
    max-width: 856px;
    color: #000;
    margin: auto;
    padding-bottom: 30px;
}

.about-top .btn {
    max-width: 342px;
    width: 100%;
    text-align: center;
    padding: 24px 20px;
}

/* ABOUT EXPERIENCE */
/* ABOUT EXPERIENCE */
/* ABOUT EXPERIENCE */

.about-experience {
    padding: 95px 0 65px 0;
    background: url(../images/about-experience-bg.png) no-repeat center;
    background-size: cover;
}

.about-experience .col .numbers {
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.about-experience .col .numbers,
.about-experience .col .numbers span {
    color: #1535EE;
    font-size: 106px;
    font-weight: 600;
    line-height: 1;
    font-family: "quatro-semi", sans-serif;
}

.about-experience .col .numbers::after {
    content: "+";
    color: #1535EE;
    font-size: 106px;
    font-weight: 600;
    line-height: 1;
    font-family: "quatro-semi", sans-serif;
}

.about-experience .col .text {
    display: block;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    font-family: "quatro-reg", sans-serif;
    text-align: center;
}

/* ABOUT VISION */
/* ABOUT VISION */
/* ABOUT VISION */

.about-vision {
    padding: 85px 0 65px 0;
    overflow: hidden;
}

.about-vision .heading-black {
    max-width: 562px;
}

.about-vision .heading-black,
.about-vision .heading-black span {
    font-size: 38px;
    text-align: left;
}

.about-vision .col-right {
    max-width: 700px;
}

.about-vision .col-right p {
    font-size: 16px;
    font-family: "quatro-reg", sans-serif;
    line-height: 1.9;
    font-weight: 400;
    color: #000;
}

.about-vision .col-right p:not(:last-child) {
    padding-bottom: 30px;
}

/* ABOUT PAGE CORE */
/* ABOUT PAGE CORE */
/* ABOUT PAGE CORE */
.about-core {
    padding: 45px 0px;
    background-color: #F2F5F7;
    overflow: hidden;
}

.about-core .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.about-core .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.about-core .heading-black {
    width: 35%;
    padding-top: 120px;
    text-align: left;
}

.about-core .col::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-size: contain;
    border-radius: 50%;
    position: absolute;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: -1;
}

.about-core .col::after {
    content: "";
    width: 112%;
    height: 112%;
    background: -o-linear-gradient(53deg, rgba(106, 192, 210, 1) 0%, rgba(255, 228, 196, 1) 95%);
    background: linear-gradient(37deg, rgba(106, 192, 210, 1) 0%, rgba(255, 228, 196, 1) 95%);
    background-size: contain;
    border-radius: 62% 48% 47% 66% / 50% 37% 75% 56%;
    position: absolute;
    z-index: -2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.about-core .col {
    width: 290px;
    height: 290px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: contain;
    padding: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    margin: 40px;
    z-index: 2;
}

.about-core .col:hover::before {
    scale: 1.02;
}

.about-core .col:hover::after {
    border-radius: 52% 55% 45% 86% / 60% 47% 65% 66%;
}

.about-core h2,
.about-core h2 span {
    font-size: 38px;
}

.about-core .col h3 {
    color: #000;
    line-height: 1.25;
    font-family: "quatro-semi", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    max-width: 215px;
    text-align: center;
}

.about-core .col p {
    color: #000;
    line-height: 1.85;
    font-family: "quatro-reg", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    max-width: 255px;
}

/* ABOUT PAGE TEAM */
.about-team {
    padding: 100px 0px 110px 0px;
    background-color: #F2F5F7;
}

.about-team .heading-black {
    margin-bottom: 75px;
}

.about-team .heading-black,
.about-team .heading-black span {
    font-size: 38px;
}

.about-team .col {
    width: 24%;
}

.about-team .col img {
    width: 100%;
    min-height: 326px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.about-team .col h3 {
    margin: 30px 0px 10px 0px;
    font-family: "quatro-semi", sans-serif;
    font-weight: 600;
    color: #000;
    line-height: 1.1;
    font-size: 24px;
}

.about-team .col span {
    font-family: "quatro-reg", sans-serif;
    font-weight: 400;
    color: #1535EE;
    line-height: 1.1;
    font-size: 24px;
}

/* ABOUT PAGE LEADERSHIP */
/* ABOUT PAGE LEADERSHIP */
/* ABOUT PAGE LEADERSHIP */
.about-leadership {
    padding: 100px 0px;
    overflow: hidden;
}

.about-leadership .heading-black {
    margin-bottom: 100px;
}

.about-leadership .heading-black,
.about-leadership .heading-black span {
    font-size: 38px;
}

.about-leadership .row {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 75px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.about-leadership .col {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 300px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.about-leadership .col::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background-color: #fff;
    z-index: -1;
}

.about-leadership .col::after {
    content: "";
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(53deg, rgba(106, 192, 210, 1) 0%, rgba(255, 228, 196, 1) 95%);
    background: linear-gradient(37deg, rgba(106, 192, 210, 1) 0%, rgba(255, 228, 196, 1) 95%);
    background-size: contain;
    border-radius: 62% 48% 47% 66% / 50% 37% 75% 56%;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: -2;
}

.about-leadership .col:nth-child(even)::after {
    rotate: 300deg;
}

.about-leadership .col:hover::after {
    border-radius: 52% 55% 45% 86% / 60% 47% 65% 66%;
}

.about-leadership .col.shape-1 {
    background: url(../images/partners-bg\ \(2\).svg) no-repeat center;
    background-size: contain;
}

.about-leadership .col.shape-2 {
    background: url(../images/partners-bg\ \(1\).svg) no-repeat center;
    background-size: contain;
}

.about-leadership .col img {
    width: 65%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 135px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
}

.about-leadership .col:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/* SERVICES PAGE BANNER */
/* SERVICES PAGE BANNER */
/* SERVICES PAGE BANNER */
.services-banner {
    padding: 289px 0 180px 0;
    background: url(../images/banner-bg.png)no-repeat center;
    background-size: cover;
}

.services-banner .container {
    max-width: 1120px;
}

.services-banner .heading-black {
    margin-bottom: 50px;
}

.services-banner .caption {
    max-width: 855px;
    margin: 0 auto;
    color: #000;
}

/* SERVICES PAGE TABS */
/* SERVICES PAGE TABS */
/* SERVICES PAGE TABS */
.services-tabs {
    overflow-x: hidden;
}

.services-tabs .tab-contents {
    padding: 85px 0 120px 0;
}

.tabs-wrapper {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    left: 0;
/*     z-index: 10; */
	z-index: 9;
}

.services-tabs a {
    position: relative;
}

.tabs-wrapper .tabToggle {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #F0C902;
    left: 0;
    bottom: 0;
}

.services-tabs .heading-black {
    max-width: 570px;
}

.services-tabs .heading-black,
.services-tabs .heading-black span {
    font-size: 38px;
    text-align: left;
    font-weight: 600;
    font-family: "quatro-semi", sans-serif;
}

.services-tabs .col-right {
    max-width: 580px;
}

.services-tabs .col-right p {
    font-size: 18px;
    font-family: "quatro-reg", sans-serif;
    line-height: 1.9;
    font-weight: 400;
    color: #000;
}

.services-tabs .col-right p:not(:last-child) {
    padding-bottom: 30px;
}

.tabs-wrapper .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    background-color: #F5F5F5;
    overflow: hidden;
}

.tabs-wrapper .tab {
    color: #080808;
    line-height: 1;
    font-size: 18px;
    font-family: "quatro-med", sans-serif;
    padding: 33px 20px;
	position: relative;
	cursor: pointer;
}

.tabs-wrapper .tab span {
    position: absolute;
    width: 100%;
}

.services-tabs .tab-content {
	display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
	display: flex;
}

@-webkit-keyframes fadeleft {
    from {
        opacity: 0.4;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes fadeleft {
    from {
        opacity: 0.4;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@-webkit-keyframes faderight {
    from {
        opacity: 0.4;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes faderight {
    from {
        opacity: 0.4;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@-webkit-keyframes fadeup {
    from {
        opacity: 0.4;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes fadeup {
    from {
        opacity: 0.4;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.services-tabs .tab-content .heading-black {
    -webkit-animation: fadeleft 1s;
    animation: fadeleft 1s;
}

.services-tabs .tab-content .col-right {
    -webkit-animation: faderight 1s;
    animation: faderight 1s;
}

/* SERVICES PAGE REUSLTS */
.services-results {
    padding-bottom: 100px;
}

.services-results .container {
    max-width: 1350px;
}

.services-results .heading-black,
.services-results .heading-black span {
    font-size: 38px;
    font-family: "quatro-semi", sans-serif;
    font-weight: 600;
}

.services-results .caption {
    color: #000;
    max-width: 580px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.65;
    padding-bottom: 130px;
    display: block;
}

.services-results .col {
    width: 31.5%;
    padding: 60px 35px 30px 30px;
    border-radius: 12px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 0px 22px #0000001F;
    box-shadow: 0px 0px 22px #0000001F;
    position: relative;
}

.services-results .col .numbers {
    color: #1535EE;
    font-size: 49px;
    line-height: 1;
    font-family: "quatro-semi", sans-serif;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 150px;
    height: 150px;
    left: -20px;
    top: -100px;
}

.services-results .col:nth-child(1) .numbers,
.services-results .col:nth-child(3) .numbers {
    background: url(../images/partners-bg\ \(2\).svg) no-repeat center;
    background-size: contain;
}

.services-results .col:nth-child(2) .numbers {
    background: url(../images/white-circle-with-shape.png) no-repeat center;
    background-size: contain;
}

.services-results .col h3 {
    font-size: 24px;
    line-height: 1.2;
    font-family: "quatro-semi", sans-serif;
    font-weight: "600";
    margin-bottom: 20px;
}

.services-results .col p {
    font-size: 14px;
    line-height: 2;
    font-family: "quatro-reg", sans-serif;
    font-weight: "400";
}

/* SERVICES PAGE TAGLINE */
/* SERVICES PAGE TAGLINE */
/* SERVICES PAGE TAGLINE */
.services-tagline-banner {
    min-height: 655px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.webdesign-banner1 {
    background-image: url(../images/web-design-bg.png);
}

.webdesign-banner2 {
    background-image: url(../images/man-with-headphone.png);
}

.commerce-banner1 {
    background: url(../images/commercebg1.png) no-repeat center;
}

.commerce-banner2 {
    background: url(../images/commercebg2.png) no-repeat center;
}

.erp-banner1 {
    background: url(../images/erp-banner1.png) no-repeat center;
}

.erp-banner2 {
    background: url(../images/erp-banner2.png) no-repeat center;
}

.mobiledev-banner1 {
    background: url(../images/mobiledev-banner1.png) no-repeat center;
}

.mobiledev-banner2 {
    background: url(../images/mobiledev-banner2.png) no-repeat center;
}

.social-banner1 {
    background: url(../images/social-banner1.png) no-repeat center;
}

.social-banner2 {
    background: url(../images/social-banner2.png) no-repeat center;
}

.blockchain-banner1 {
    background: url(../images/blockchain-banner1.png) no-repeat center;
}

.blockchain-banner2 {
    background: url(../images/blockchain-banner2.png) no-repeat center;
}


.services-tagline-banner h2 {
    font-size: 80px;
    font-weight: 400;
    font-family: "quatro-med", sans-serif;
    color: #fff;
    text-align: center;
    max-width: 1280px;
    line-height: 1.2;
}

/* this dot color was different before */
/* .services-tagline-banner h2 span {
    font-size: 80px;
    font-weight: 400;
    font-family: "quatro-med", sans-serif;
    color: #fff;
} */

.services-tagline-banner2 h2 {
    max-width: 950px;
}

/* SERVICES PAGE WEB  */
/* SERVICES PAGE WEB  */
/* SERVICES PAGE WEB  */

.services-web {
    padding: 100px 0px;
    overflow-x: hidden;
}

.services-web .heading-black {
    max-width: 570px;
}

.services-web .heading-black,
.services-web .heading-black span {
    font-size: 38px;
    text-align: left;
    font-weight: 600;
    font-family: "quatro-semi", sans-serif;
}

.services-web .col-right {
    max-width: 580px;
}

.services-web .col-right p {
    font-size: 18px;
    font-family: "quatro-reg", sans-serif;
    line-height: 1.9;
    font-weight: 400;
    color: #000;
}

.services-web .col-right p span {
    font-size: 18px;
    font-family: "quatro-semi", sans-serif;
    line-height: 1.9;
    font-weight: 600;
    color: #000;
}

/* SERVCIES PAGE OFFERS */
.services-offers {
    background-color: #F2F5F7;
    padding: 100px 0;
    overflow-x: hidden;
}

.services-offers .col-left h2 {
    color: #000;
    font-size: 38px;
    font-family: "quatro-semi", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
}

.services-offers .col-left {
    max-width: 580px;
}

.services-offers .col-right {
    max-width: 50%;
}

.services-offers .col-left p {
    color: #000;
    font-size: 18px;
    font-family: "quatro-reg", sans-serif;
    font-weight: 400;
    line-height: 1.85;
    margin-bottom: 55px;
}

.services-offers .col-left img {
    width: 80%;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

.services-accordion-wrapper {
    padding: 0 40px 27px 40px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px #00000026;
    box-shadow: 0px 0px 15px #00000026;
    border-radius: 50px;
}

.services-accordion-wrapper:not(:last-child) {
    margin-bottom: 30px;
}

.services-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-top: 27px;
}

.services-accordion .text {
    color: #000;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 24px;
    font-family: "quatro-semi", sans-serif;
    line-height: 1.1;
    font-weight: 600;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.services-accordion .icon {
    font-size: 50px;
    font-weight: 400;
    font-family: "quatro-reg", sans-serif;
    color: #1535EE;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.services-accordion.active .icon {
    rotate: -45deg;
}

.services-offers .panel {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.services-offers .panel p {
    font-size: 16px;
    font-family: "quatro-reg", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    margin-top: 15px;
}

/* SERVICES PAGE PROBLEMS */
/* SERVICES PAGE PROBLEMS */
/* SERVICES PAGE PROBLEMS */
.services-problems {
    padding: 115px 0px;
    overflow-x: hidden;
}

.services-problems .col-left {
    max-width: 580px;
}

.services-problems .heading-black,
.services-problems .heading-black span {
    font-size: 38px;
    text-align: left;
    font-weight: 600;
    font-family: "quatro-semi", sans-serif;
}



.services-problems .col-left p {
    font-size: 18px;
    font-family: "quatro-reg", sans-serif;
    line-height: 1.9;
    font-weight: 400;
    color: #000;
}

.services-problems .col-left p span {
    font-size: 18px;
    font-family: "quatro-semi", sans-serif;
    line-height: 1.9;
    font-weight: 600;
    color: #000;
}

.services-problems .col-right {
    max-width: 765px;
    row-gap: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.services-problems .col-right .col {
    width: 45%;
}

.services-problems .col-right .col h3 {
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    font-family: "quatro-semi", sans-serif;
    font-weight: 600;
    margin: 40px 0 20px 0;
}

.services-problems .col-right .col p {
    font-size: 14px;
    line-height: 1.85;
    color: #000;
    font-family: "quatro-reg", sans-serif;
    font-family: 400;
}

/* SERVICES PAGE WHY US */
.services-whyus {
    padding: 130px 0 100px 0;
    background-color: #F2F5F7;
}

.services-whyus .heading-black {
    font-size: 38px;
    font-family: "quatro-semi", sans-serif;
    line-height: 1.1;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
}

.services-whyus .heading-black span {
    font-size: 38px;
    font-family: "quatro-semi", sans-serif;
    color: #1535EE;
    font-weight: 600;
}

.services-whyus .caption {
    font-size: 18px;
    font-family: "quatro-reg", sans-serif;
    line-height: 1.85;
    color: #000;
    font-weight: 400;
    max-width: 800px;
    margin: 0 auto;
}

.services-whyus .caption span {
    font-size: 18px;
    font-family: "quatro-semi", sans-serif;
    line-height: 1.85;
    color: #000;
    font-weight: 600;
}

.services-whyus .row {
    padding: 90px 0 0 0;
}

.services-whyus .col {
    max-width: 433px;
}

.services-whyus .col img {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 25px;
}

.services-whyus .col h3 {
    font-size: 20px;
    font-family: "quatro-semi", sans-serif;
    line-height: 1.4;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.services-whyus .col p {
    font-size: 14px;
    font-family: "quatro-reg", sans-serif;
    line-height: 1.85;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}

/* SERVICES PAGE FAQS */
/* SERVICES PAGE FAQS */
/* SERVICES PAGE FAQS */
.services-faqs {
    padding: 110px 0px;
    overflow-x: hidden;
}

.services-faqs .col-left {
    max-width: 580px;
}

.services-faqs .heading-black,
.services-faqs .heading-black span {
    font-size: 38px;
    text-align: left;
    font-weight: 600;
    font-family: "quatro-semi", sans-serif;
}

.services-faqs .col-left p {
    font-size: 18px;
    font-family: "quatro-reg", sans-serif;
    line-height: 1.9;
    font-weight: 400;
    color: #000;
    margin-bottom: 55px;
}

.services-faqs .col-right {
    max-width: 50%;
}

.services-faqs .btn {
    padding: 20px 0px;
    display: block;
    max-width: 250px;
    text-align: center;
}

.services-faqs img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin-left: auto;
}

.faqs-accordion-wrapper {
    padding: 0 0 27px 0;
    background-color: #fff;
    border-bottom: 1px solid #BCBCBC;
}

.faqs-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-top: 27px;
}

.faqs-accordion .text {
    color: #000;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 24px;
    font-family: "quatro-semi", sans-serif;
    line-height: 1.5;
    font-weight: 600;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    max-width: 590px;
}

.faqs-accordion .icon {
    font-size: 50px;
    font-weight: 400;
    font-family: "quatro-reg", sans-serif;
    color: #1535EE;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.faqs-accordion.active .icon {
    rotate: -45deg;
}

.services-faqs .panel {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.services-faqs .panel p {
    font-size: 14px;
    font-family: "quatro-reg", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    margin-top: 15px;
}

/* CONTACT PAGE TOP */
/* CONTACT PAGE TOP */
/* CONTACT PAGE TOP */
.contact-top {
    padding: 280px 0 170px 0;
    background: url(../images/banner-bg.png) no-repeat center;
    background-size: cover;
}

.contact-top .row {
	align-items: start;
}

.contact-top .col-left {
    max-width: 565px;
}

.contact-top h1 {
    font-size: 60px;
    text-align: left;
}

.contact-top h1 span {
    font-size: 60px;
    display: block;
}

.contact-top .caption {
    text-align: left;
    color: #000;
}

.contact-top .col-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 50%;
    max-width: 610px;
    row-gap: 48px;
}

.contact-top .col-right .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact-top .col h3 {
    color: #000;
    font-size: 30px;
    line-height: 1;
    font-family: "quatro-bold", sans-serif;
    font-weight: 700;
    margin-bottom: 25px;
}

.contact-top .col-right span {
    color: #000;
    font-size: 16px;
	padding-bottom: 5px;
    line-height: 1;
    font-family: "quatro-reg", sans-serif;
    font-weight: 400;
}

.contact-top .col-right a {
    color: #1535EE;
    font-size: 24px;
    line-height: 1.3;
    font-family: "quatro-semi", sans-serif;
    font-weight: 600;
    display: block;
}

/* .CONTACT PAGE FORM */
/* .CONTACT PAGE FORM */
/* .CONTACT PAGE FORM */
.contact-form {
    background: url(../images/office-full-of-people.png) no-repeat center;
    background-size: cover;
    min-height: 996px;
}

.contact-form .container {
    position: relative;
}

.contact-form form {
    position: absolute;
    right: 0;
    top: -120px;
    max-width: 850px;
    background-color: #F2F5F7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 30px;
    padding: 70px;
}

.contact-form .contact-input {
    width: 48%;
}

.contact-form .contact-input label,
.contact-form .contact-textarea label {
    display: block;
    font-size: 16px;
    font-family: "quatro-med", sans-serif;
    font-weight: 500;
    color: #000;
    margin-bottom: 13px;
}

.contact-form .contact-input input,
.contact-form .contact-input select {
    width: 100%;
    display: block;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    padding: 15px;
    font-size: 16px;
    font-family: "quatro-reg", sans-serif;
    font-weight: 400;
    color: #000;
}

.contact-form .contact-input option {
    background-color: #fff;
    border: none;
    border-radius: 0px;
    padding: 15px;
    font-size: 16px;
    font-family: "quatro-reg", sans-serif;
    font-weight: 400;
    color: #000;
}

.contact-form .contact-textarea {
    width: 100%;
}

.contact-form .contact-textarea textarea {
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 15px;
    font-size: 18px;
    font-family: "quatro-reg", sans-serif;
    font-weight: 400;
    color: #000;
    resize: none;
}

.contact-form .contact-textarea {
    width: 100%;
}

.contact-form .btn {
    padding: 23px 78px;
}

.contact-select .checked-items {
    background-color: #fff;
    min-height: 50px;
    width: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: start;
    align-items: center;
}

/* CONTACT PAGE TABS */
.contact-offices {
    padding: 130px 0 70px 0;
    overflow: hidden;
}

.contact-offices .heading-black {
    text-align: left;
}

.contact-offices .heading-black .contact-offices .heading-black span {
    font-size: 60px;
}

.contact-offices .caption {
    color: #000;
    text-align: left;
    display: block;
}

.contact-offices .contact-tabs {
    margin-top: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
}

.contact-offices .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 25px;
    width: 32%;
}

.contact-offices .tab-contents {
    max-width: 930px;
}

.contact-offices .tab-content img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.contact-offices .contact-tabs .tab {
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.contact-offices .contact-tabs .tab::before {
    top: 0;
    left: 0;
    content: "";
    width: 0px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    background-color: #1535EE;
    position: absolute;
    height: 100%;
}

.contact-offices .contact-tabs .tab.active::before {
    width: 15px;
}

.contact-offices .tab-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.contact-offices .tab-top h3 {
    color: #3D3D3D;
    font-size: 24px;
    font-family: "quatro-semi", sans-serif;
}


.contact-offices .contact-tabs .tab .thumbnail .white {
	display: none
}

.contact-offices .tab-top .thumbnail {
    background-color: #fff;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	transition: all 0.3s;
	border: 1px solid #1535EE
}
.contact-offices .contact-tabs {
	position: relative
}
.contact-offices .contact-tabs .tab.active .thumbnail {
	background-color: #1535EE
}

.contact-offices .contact-tabs .tab.active .thumbnail .blue {
	display: none
}

.contact-offices .contact-tabs .tab.active .thumbnail .white {
	display: block
}

.contact-offices .contact-tabs .blue-pin-outer {
    position: absolute;
    width: 33px;
	transition: all 0.3s ease-in-out
	
}
.contact-offices .tab-contents.tab-1 .blue-pin-outer {
	left: 15%;
    top: 26%;
}
.contact-offices .tab-contents.tab-2 .blue-pin-outer {
	left: 14%;
    top: 11%;
}
.contact-offices .tab-contents.tab-3 .blue-pin-outer {
	left: 55%;
    top: 27%;
}
.contact-offices .tab-contents.tab-4 .blue-pin-outer {
	left: 64%;
    top: 25%;
}
.contact-offices .tab-contents .blue-pin-outer {
  width: 55px;
	height: 55px;
  position: absolute;
  border-radius: 100%;
  transform: scale(.8);
}

.contact-offices .tab-contents .blue-pin-outer span {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-color: #1535EE60;
  border-radius: 100%;
  border-style: solid;
  animation: 1.5s infinite pulsePin;
}

.contact-offices .tab-contents .blue-pin-outer img{
	width: 100%;
	object-fit: contain;
	height: 100%
}

@keyframes pulsePin {
  0% {
    border-width: 1em;
    transform: translateY(-0.1em) scale(0.9);
    opacity: 0;
  }
  30% {
    border-width: 1.2em;
  }
  50% {
    transform: translateY(-0.1em) scale(1.4);
  }
  60% {
    opacity: 1;
  }
  80% {
    border-width: 0.4em;
  }
  100% {
    transform: translateY(-0.1em) scale(1.4);
    opacity: 0;
  }
}



.contact-offices .tab-top .thumbnail img {
    width: 20px;
    height: 25px;
    -o-object-fit: contain;
    object-fit: contain;

}

.contact-offices .tab .text {
    color: #000;
    font-size: 20px;
    font-family: "quatro-reg", sans-serif;
    line-height: 1.35;
    padding-left: 35px;
    position: relative;
    display: block;
    text-align: left;
    overflow: hidden;
    height: 0px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.contact-offices .tab.active .text {
    height: 80px;
}

.contact-offices .tab .text::before {
    content: "";
    background: url(../images/location-dot.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 26px;
}

/* .contact-offices .tab-content {
    animation: fadeup 1s;
} */

/* QOUTE */
.qoute-top {
    position: relative;
    overflow: hidden;
}

.qoute-top .container {
    padding-top: 190px;
    padding-bottom: 400px;
}

.qoute-top .col-left {
    max-width: 750px;
    padding-top: 100px;
}

.qoute-top h1 {
    font-size: 60px;
    text-align: left;
}

.qoute-top h1 span {
    font-size: 60px;
}

.qoute-top .caption {
    color: #000;
    text-align: left;
    display: block;
    margin-bottom: 80px;
}

.qoute-top h3 {
    color: #000;
    font-size: 24px;
    font-family: "quatro-bold", sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
}

.qoute-top .col-left .row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: 85%;
}

.qoute-top .col-left .col {
    width: 159px;
    height: 170px;
    background: url(../images/partners-bg\ \(2\).svg) no-repeat center;
    background-size: contain;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.qoute-top .col-left .col:nth-child(3) {
    background-image: url(../images/partners-bg\ \(1\).svg);
}


.qoute-top .col-left .col img {
    width: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}

.qoute-top .col-right {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 45%;
    padding: 60px 70px;
    background-color: #F2F5F7;
}

.qoute-top .col-right p {
    font-size: 18px;
    font-family: "quatro-med", sans-serif;
    font-weight: 500;
    color: #000;
    line-height: 1.35;
}

.qoute-top .col-right p.text {
	margin-bottom: 25px;
}

.qoute-top form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 30px;

}

.qoute-top .contact-input {
    width: 48%;
}

.qoute-top .contact-input label,
.qoute-top .contact-textarea label,
.qoute-top .contact-select label {
    display: block;
    font-size: 16px;
    font-family: "quatro-med", sans-serif;
    font-weight: 500;
    color: #000;
}

.qoute-top .contact-input label,
.qoute-top .contact-textarea label {
	margin-bottom: 10px
}

.qoute-top .services-label label{
	display: block;
    font-size: 16px;
    font-family: "quatro-med", sans-serif;
    font-weight: 500;
    color: #000;
}

.qoute-top .contact-input input {
    width: 100%;
    display: block;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    padding: 15px;
    font-size: 16px;
    font-family: "quatro-reg", sans-serif;
    font-weight: 400;
    color: #000;
}

.qoute-top .contact-select input {
    display: block;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    padding: 15px;
    font-size: 16px;
    font-family: "quatro-reg", sans-serif;
    font-weight: 400;
    color: #000;
}

.qoute-top .wpcf7-list-item {
	display: block;
	margin: 0;
}

.qoute-top .contact-select {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: start;
	gap: 10px;
}

.qoute-top .contact-select ul {
    margin-top: 10px;
    gap: 10px;
    justify-content: start;
    align-items: start;
}

.qoute-top .contact-select label span {
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    background-color: #3D3D3D;
    padding: 7px;
    border-radius: 4px;
    font-family: "quatro-reg", sans-serif;
    transition: 0.35s;
	display: block;
}

.qoute-top .contact-select label input:checked ~ span{
	background-color: green;
}

.qoute-top .contact-select label input:hover ~ span {
	background-color: #000;
}

.qoute-top .contact-select label input:checked:hover ~ span {
	background-color: #9b1818;
} 

.qoute-top .contact-select label input {
	display: none;
}

.qoute-top .contact-textarea,
.qoute-top .contact-select {
    width: 100%;
}

.qoute-top .contact-textarea textarea {
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 15px;
    font-size: 18px;
    font-family: "quatro-reg", sans-serif;
    font-weight: 400;
    color: #000;
    resize: none;
}

.qoute-top .contact-textarea {
    width: 100%;
}

.qoute-top .btn {
    padding: 25px 78px;
}

.qoute-top .checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 30px;
    cursor: pointer;
    font-size: 14px;
    font-family: "quatro-reg", sans-serif;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.qoute-top .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.qoute-top .checkbox .checkmark {
    position: absolute;
    top: -9px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ECECEC;
    border: 1px solid #CCCCCC;
}

.qoute-top .checkbox input:checked~.checkmark {
    background-color: #2196F3;
    border: 1px solid transparent;
}

.qoute-top .checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.qoute-top .checkbox input:checked~.checkmark:after {
    display: block;
}

.qoute-top .checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* WEB PAGE BANNER */
/* WEB PAGE BANNER */
/* WEB PAGE BANNER */
.web-slider {
	padding-bottom: 130px;
}

.web-banner {
    padding: 260px 0 0px 0;
    position: relative;
}

.web-banner::after {
    content: "";
    position: absolute;
    height: 800px;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #006DFF;
    z-index: -1;
}

.web-banner .inner {
    max-width: 1200px;
    margin: 0 auto;
}

.web-banner .heading {
    color: #fff;
}

.web-banner .caption {
    color: #fff;
    margin-bottom: 100px;
}

.web-banner img {
    width: 100%;
	max-height: 750px;
}

/* WEB PAGE ABOUT */
.web-about {
    margin: 85px 0;
}

.about-projects .container {
    padding: 80px 60px 90px;
    margin-bottom: 90px;
    border: 1px solid #CECECE;
}

.about-projects .row {
    -webkit-column-gap: 155px;
    -moz-column-gap: 155px;
    column-gap: 155px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.about-projects .col-1 {
    max-width: 580px;
}

.about-projects h3 {
    font-size: 24px;
    font-family: "quatro-semi", sans-serif;
    color: #000;
    margin-bottom: 30px;
}

.about-projects p {
    font-size: 16px;
    font-family: "quatro-reg", sans-serif;
    color: #000;
    line-height: 1.85;
}

.about-projects li,
.about-projects li a{
    font-size: 16px;
    font-family: "quatro-reg", sans-serif;
    color: #000;
}

.about-projects li:not(:last-child) {
    margin-bottom: 25px;
}

.about-client .container {
    max-width: 900px;
    margin-bottom: 85px;
}

.about-client h2 {
    color: #000;
    font-size: 36px;
    font-family: "quatro-semi", sans-serif;
    margin-bottom: 30px;
}

.about-client p {
    color: #000;
    font-size: 18px;
    font-family: "quatro-reg", sans-serif;
    line-height: 1.8;
}

.about-client p:not(:last-child) {
    margin-bottom: 30px;
}

.about-client img {
    width: 100%;
}

.web-challenges {
    margin-bottom: 70px;
}

.web-challenges .container:not(:last-child) {
    max-width: 900px;
    margin-bottom: 85px;
}

.web-challenges h2 {
    color: #000;
    font-size: 36px;
    font-family: "quatro-semi", sans-serif;
    margin-bottom: 30px;
}

.web-challenges p {
    color: #000;
    font-size: 18px;
    font-family: "quatro-reg", sans-serif;
    line-height: 1.8;
}

.web-challenges p:not(:last-child) {
    margin-bottom: 30px;
}

/* WEB PAGE ROLE */
/* WEB PAGE ROLE */
/* WEB PAGE ROLE */
.web-role {
	margin-bottom: 100px;
}
.web-role .container {
    max-width: 900px;
}

.web-role h2 {
    color: #000;
    font-size: 36px;
    font-family: "quatro-semi", sans-serif;
    margin-bottom: 33px;
	line-height: 1.2;
}

.web-role .container > span {
	color: #000;
    font-size: 18px;
	line-height: 1.2;
    font-family: "quatro-reg", sans-serif;
	margin-bottom: 30px;
	display: block;
}

.web-role ul {
    margin-bottom: 60px;
}

.web-role li {
    color: #000;
    font-size: 18px;
    font-family: "quatro-reg", sans-serif;
    line-height: 1.7;
    position: relative;
    padding-left: 20px;
}

.web-role li span {
	color: #000;
    font-size: 18px;
    font-family: "quatro-semi", sans-serif;
}

.web-role li:not(:last-child) {
    margin-bottom: 20px;
}

.web-role li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #1535EE;
    left: 0;
    top: 10px;
    border-radius: 50%;
}

/* WEB PAGE TESTIMONIALS */
/* WEB PAGE TESTIMONIALS */
/* WEB PAGE TESTIMONIALS */



.web-testimonials .container {
    background-color: #F9F9F9;
    padding: 70px 20px;
}

.web-testimonials .qoutes {
    width: 40px;
    display: block;
    margin: 0 auto;
}

.web-testimonials p {
    color: #333333;
    font-family: "quatro-med-italic", sans-serif;
    font-size: 24px;
    line-height: 1.85;
    max-width: 825px;
    margin: 20px auto 30px auto;
    text-align: center;
}

.web-testimonials .thumbnail {
    width: 80px;
    height: 80px;
    display: block;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 15px;
}

.web-testimonials .text {
    color: #000;
    font-size: 24px;
    text-align: center;
    font-family: "quatro-med", sans-serif;
    margin-bottom: 15px;
    text-align: center;
    display: block;
}

.web-testimonials .designation {
    color: #1535EE;
    font-size: 24px;
    text-align: center;
    font-family: "quatro-med-italic", sans-serif;
    margin-bottom: 15px;
    text-align: center;
    display: block;
}

/* WEB WORK */

.web-work .slick-arrow {
    border: none;
    background-color: #1535EE;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
	right: 0;
	left: 0;
	top: unset;
    margin: auto;
    width: 57px;
    height: 57px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	z-index: 1;
}

.web-work .slick-prev {
	right: calc(0px + 70px);
}

.web-work .slick-next {
	left: calc(0px + 70px);
}

.web-work {
    margin: 80px 0 50px 0;
}

.web-work .slick-arrow::before {
	content: "";
}

.web-work .container {
	border-top: 1px solid #D5D5D5;
	padding-top: 70px;
	width: 95%;
}

.web-work .heading-black {
    margin-bottom: 70px;
}

.web-work .heading-black,
.web-work .heading-black span {
    font-size: 38px;
}

.webwork-slide {
    margin: 0 20px;
	height: auto;
}


.webwork-slide .thumbnail {
    margin-bottom: 30px;
	overflow:hidden;
	border-radius: 30px;
}

.webwork-slide .thumbnail img {
	transition: all 0.3s;
}

.webwork-slide .thumbnail:hover img {
	scale: 1.06;
}

.webwork-slide h2 {
    font-family: "quatro-semi", sans-serif;
    font-size: 24px;
    margin-bottom: 15px;
}

.webwork-slide span {
    font-family: "quatro-reg", sans-serif;
    font-size: 24px;
    margin-bottom: 5px;
    display: block;
}

.webwork-slide .thumbnail img {
    width: 100%;
    
    -o-object-fit: cover;
    object-fit: cover;
    height: 388px;
}

.web-about .container img {
    width: 100%;
	max-height: 600px;
}

.web-challenges .container img {
    width: 100%;
}

/* FOOTER */
/* FOOTER */
/* FOOTER */
footer {
    padding: 90px 0px 50px 0px;
    background-color: #081438;
}

.footer-top {
    padding-bottom: 60px;
    border-bottom: 1px solid #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 50px;
}

.footer-col h3 {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    font-family: "quatro-semi", sans-serif;
    font-weight: 600;
    margin-bottom: 40px;
    cursor: pointer;
}

.footer-col h3:hover img {
    rotate: 45deg;
}

.footer-col h3 img {
    margin-left: 7px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.footer-col ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.footer-col li a {
    font-size: 18px;
    line-height: 1;
    color: #868B9D;
    font-family: "quatro-reg", sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.footer-col li a img {
	margin-left: 10px;
}

.footer-col li a:hover {
    color: #fff;
}

.footer-col li a img {
	transition: all 0.3s;
}

.footer-col li a:hover img {
	rotate : 45deg;
}

.footer-bottom {
    padding: 50px 0px 0px 0px;
}

.footer-bottom .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
	align-items: end;
}


.footer-bottom h3 {
    font-size: 20px;
    line-height: 1;
    color: #868B9D;
    font-family: "quatro-semi", sans-serif;
    font-weight: 600;
    margin-bottom: 35px;
}

.footer-socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.footer-bottom li img {
    margin-left: 8px;
}

.footer-bottom li a {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    font-family: "quatro-reg", sans-serif;
    font-weight: 400;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.footer-bottom li a img {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.footer-bottom li a:hover {
    color: #c4c4c4;
}

.footer-bottom li a:hover img {
    rotate: 45deg;
}

.footer-location h4 {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    font-family: "quatro-semi", sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.footer-location span {
    font-size: 16px;
    line-height: 1;
    color: #868B9D;
    font-family: "quatro-reg", sans-serif;
    font-weight: 400;
    margin-bottom: 8px;
    display: block;
}

.footer-contact ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

.footer-copyrights,
.footer-copyrights a {
    font-size: 16px;
    line-height: 1;
    color: #868B9D;
    font-family: "quatro-reg", sans-serif;
    font-weight: 400;
}

.footer-copyrights a {
    margin-left: 10px;
}

.footer-copyrights {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-copyrights a img {
    margin-left: 10px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.footer-copyrights a:hover img {
    rotate: 45deg;
}

/* THANK YOU PAGE */
.thank-section {
    padding-top: 200px;
    padding-bottom: 70px;
}

.thank-section .container {
    max-width: 770px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #00000029;
    border-radius: 4px;
    position: relative;
    padding: 80px 80px 80px 80px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.thank-section .cross {
    width: 75px;
    height: 75px;
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    padding: 8px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thank-section h1 {
    font-size: 75px;
    margin-bottom: 40px;
    font-family: "quatro-bold", sans-serif;
    line-height: 1.25;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.thank-section img.check {
    width: 100px;
    object-fit: contain;
    margin-bottom: 50px;
}

.thank-section span {
    color: #716F6F;
    font-size: 25px;
    font-family: "quatro-reg", sans-serif;
    text-align: center;
    display: block;
    line-height: 1.35;
}

@media only screen and (max-width: 1460px) {
    .container {
        padding: 0px 15px;
    }
	
	.banner-right {
        width: 550px;
        right: 0;
    }

    /* STORY / ABOUT  */
    .about-section .container {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .about-left p {
        margin-left: 0;
        font-size: 22px;
    }

    .about-left p span {
        font-size: 22px;
    }

    .about-left .btn {
        margin-left: 0;
        padding: 25px 50px;
    }

    .about-number {
        font-size: 90px;
    }

    .about-caption {
        font-size: 21px;
    }

    .about-strings {
        min-width: 200px;
    }

    /* INDSUTRIES PAGE */
    .industries-list {
        padding: 100px 0;
        overflow-x: hidden;
    }

    .industries-list .col-right {
        margin: 0px 15px 0px 60px;
    }

    .industries-list li:nth-child(even) .col-right {
        margin: 0px 60px 0px 25px;
    }

    .industries-list .col-right h2 span {
        left: 0;
    }

    /* QOUTE */
    .qoute-top .col-right {
        position: static;
    }

    .qoute-top .container {
        padding-bottom: 0;
    }

    .qoute-top .col-left {
        max-width: 650px;
    }

    .qoute-top .col-left .row {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        width: 100%;
    }

    /* WEB DESIGN */
    .services-tabs .tab-contents {
        padding: 85px 20px 120px 20px;
    }

    /* PROBLEMS */
    .services-problems .col-left {
        max-width: 480px;
    }

    .services-problems .col-right {
        max-width: 630px;
    }

    /* WHY US */
    .services-whyus .col {
        max-width: 30%;
    }

    .services-whyus .col h3 {
        min-height: 75px;
    }

    /* ABOUT WORK */
    .about-projects .container {
        margin: 0 20px 90px 20px;
    }

    .about-projects .row {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .web-testimonials .container {
        margin: 0 20px;
    }
	
	/* THANK SECTION */

    .thank-section .container {
        padding: 70px;
    }

    .thank-section h1 {
        font-size: 75px;
    }

    /* 1460 end */
}

@media only screen and (max-width: 1366px) {
    .banner-section {
        padding-top: 180px;
    }

    .banner-left {
        width: 600px;
        padding: 90px 0px 70px 0px;
    }

    .banner-left h1 {
        font-size: 48px;
        max-width: none;
    }

    .banner-left h1 span {
        font-size: 48px;
    }

    .banner-left p {
        font-size: 20px;
        margin-bottom: 65px;
    }

    .banner-left .btn {
        padding: 20px 30px;
    }

    .banner-right {
        width: 550px;
        right: 0;
		top: 60px;
    }

    /* SERVICES */
	.services-section .heading{
		font-size: 46px
	}
	
	.services-section .caption {
    font-size: 20px;
}
	

    /* WORK PAGE */
    .latest-work .col .thumbnail {
        height: 320px;
    }

    /* INDUSTRIES */

    .industries-section li {
        max-width: 48%;
    }

    .industries-section li p {
        font-size: 22px;
    }

    .partners-row {
        margin-left: 0;
    }

    /* OFFICES */
	.offices-col {
		min-height: 370px;
	}
	
    .offices-col .outer {
        bottom: 20px;
    }

    .about-vision .heading-black {
        width: 40%;
    }

    .about-vision .col-right {
        width: 55%;
    }

    .about-core .col {
        width: 255px;
        height: 255px;
    }

    /* CONTACT PAGE */
    .contact-top .row {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 40px;
    }

    .contact-top h1 {
        font-size: 50px;
    }

    .contact-top h1 span {
        font-size: 50px;
    }

    .contact-top .col h3 {
        margin-bottom: 0;
        font-size: 26px;
    }

    .contact-top .col-right a {
        font-size: 22px;
    }

    .contact-top .caption {
        font-size: 22px;
    }

    .contact-top .col-right .col {
        row-gap: 10px;
    }

    /* CONTACT PAGE OFFICES */
    .contact-offices .contact-tabs .tab {
        padding: 20px 30px;
    }

    .contact-offices .tab .text {
        font-size: 20px;
    }

    .contact-offices .tab.active .text {
        height: 60px;
    }

    .contact-offices .tab-top h3 {
        font-size: 22px;
    }

    .contact-offices .tab-top .thumbnail {
        width: 50px;
        height: 50px;
    }

    .contact-offices .tab-top .thumbnail img {
        width: 23px;
        height: 23px;
    }

    .contact-offices .tab .text {
        font-size: 16px;
    }

    /* QOUTE PAGE */
    .qoute-top h1,
    .qoute-top h1 span {
        font-size: 50px;
    }

    .qoute-top .col-left {
        max-width: 600px;
    }

    .qoute-top .col-right {
        padding: 70px 30px;
    }

    .qoute-top .caption {
        font-size: 22px;
    }

    .qoute-top .col-left .col {
        width: 150px;
    }

    .qoute-top .btn {
        padding: 22px 60px;
    }

    /* WEB WORk */
    .webwork-slide .thumbnail img {
        height: 288px;
    }

    /* 1366 end  */
}

@media only screen and (max-width: 1249px) {

    /* WORK */
    /* .work-top h2 {
        font-size: 135px;
    } */

    .work-top p,
    .work-top p span,
    .work-top p span:not(:last-child),
    .work-top p span:last-child {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .heading {
        font-size: 50px;
    }

    .caption {
        font-size: 22px;
    }

    .stroke-heading {
        font-size: 50px;
    }

    .heading-black {
        font-size: 50px;
    }

    .heading-black span {
        font-size: 50px;
    }

    /* HEADER */
    .header-right .btn {
        font-size: 17px;
        padding: 15px 30px;
    }

    /* BANNER */
    .banner-left {
        width: 450px;
        padding: 40px 0px 100px 0px;
    }

    .banner-left h1 {
        font-size: 36px;
        max-width: none;
    }

    .banner-left h1 span {
        font-size: 36px;
    }

    .banner-left p {
        font-size: 16px;
        margin-bottom: 45px;
    }

    .banner-left .btn {
        font-size: 16px;
    }

    .banner-right {
        width: 450px;
    }

    /* SERVICES */
	
	.services-section .heading {
    font-size: 36px;
}

    .services-section .caption {
        font-size: 17px;
    }

    .services-card h3 {
        font-size: 17px;
    }
	
	.services-card p {
		font-size: 15px;
	}
	
	.services-card .inner {
    padding: 30px 20px 10px 20px;
}
	
	.services-card .inner h3 {
    margin-bottom: 15px;
		font-size: 18px;
}
	
	.services-card .inner p {
		font-size: 14px;
	}

	.services-card:hover .inner a {
    margin: 25px 0;
}
	.services-card .inner a {
    font-size: 16px;
}
	
		
	
    /* WORK */
    /* .work-card-info {
        opacity: 1;
    } */

    .work-slide .link {
        overflow: visible;
    }

    .industries-card {
        display: none;
    }

    /* INDUSTRIES */
    .industries-section {
        padding: 50px 0;
    }

    .industries-section .caption {
        padding-bottom: 65px;
    }

    .industries-section ul {
        row-gap: 60px;
    }

    .industries-section li h3 {
        font-size: 25px;
    }

    .industries-section li p {
        font-size: 18px;
    }

    /* PARTNERS */

    .partners-section .slick-prev {
        right: 50%;
    }

    .partners-section .slick-next {
        right: calc(50% - 75px);
    }

    .partners-section .caption {
        padding-bottom: 80px;
    }

    .partners-col {
        width: 240px;
        height: 240px;
    }



    /* STORY / ABOUT  */
    .about-section {
        padding-bottom: 70px;
    }

    .about-left p {
        margin-left: 0;
        font-size: 19px;
    }

    .about-left p span {
        font-size: 18px;
    }

    .about-left .btn {
        margin-left: 0;
        padding: 20px 50px;
    }

    .about-right {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    .about-number {
        font-size: 80px;
    }

    .about-caption {
        font-size: 19px;
        text-align: center;
    }

    .about-strings {
        min-width: 180px;
    }

    /* OFFICES */
    .offices-col {
        min-height: 350px;
    }
	.offices-col .inner .city {
		font-size: 20px;
	}
	.offices-col .card .inner {
		left: 20px;
	}
	.offices-col .inner span {
		font-size: 16px;
	}

    .offices-col .inner {
        height: auto;
    }

    .offices-section .stroke-heading {
        margin-left: 0;
    }

    .offices-col:hover .inner {
        height: auto;
    }

    /* WORK PAGE */
    .latest-work {
        padding: 280px 0 100px 0;
    }

    .latest-work .col h2 {
        font-size: 21px;
    }

    .latest-work .col span {
        font-size: 18px;
    }

    .latest-work .col .thumbnail {
        height: 250px;
    }

    /* INDUSTRIES PAGE  */
    .industries-banner h1 {
        font-size: 60px;
    }

    .industries-banner h1 span {
        font-size: 60px;
    }

    /* ABOUT PAGE  */
    .about-experience {
        padding: 65px 0;
    }

    .about-experience .col .numbers,
    .about-experience .col .numbers::after {
        font-size: 85px;
    }

    .about-experience .col .text {
        font-size: 20px;
    }

    .about-core .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .about-core .col {
        width: 285px;
        height: 285px;
    }

    /* ABOUT PAGE TEAM */
    .about-team .col img {
        min-height: auto;
    }

    .about-team .col h3 {
        margin: 20px 0px 10px 0px;
        font-size: 22px;
    }

    .about-team .col span {
        font-size: 17px;
    }

    /* CONTACT PAGE TOP */
    .contact-top .col-right .col {
        width: 100%;
    }

    .contact-top .col-left {
        max-width: 460px;
    }

    .contact-top .caption {
        font-size: 20px;
    }

    .contact-top .col-right {
        max-width: 400px;
		width: 100%;
		justify-content: start;
    }

    /* OFFICES */
    .contact-offices {
        padding: 70px 0;
    }

    .contact-tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 45px;
        row-gap: 40px;
    }

    .contact-tabs .tabs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .contact-offices .contact-tabs .tab {
        width: 48%;
    }

    .contact-tabs .tabs {
        min-height: 180px;
        align-items: start;
    }

    .contact-offices .tab .text::before {
        width: 22px;
        height: 22px;
    }

    .contact-offices .contact-tabs .tab {
        padding: 10px 10px 10px 25px;
    }

    .contact-offices .tab-top h3 {
        font-size: 18px;
    }

    .contact-offices .tab .text {
        padding-left: 30px;
        font-size: 16px;
    }

    .contact-offices .tab-top .thumbnail {
        width: 45px;
        height: 45px;
    }

    .contact-offices .tab-top .thumbnail img {
        width: 20px;
        height: 20px;
    }

    /* QOUTE PAGE */
    .qoute-top {
        padding-bottom: 20px;
    }

    .qoute-top .container {
        padding-top: 250px;
    }

    .qoute-top .col-left {
        max-width: 100%;
    }

    .qoute-top .col-right {
        padding: 70px 15px;
        width: 100%;
        max-width: 100%;
    }

    .qoute-top .caption {
        margin-bottom: 60px;
    }

    .qoute-top .col-left {
        padding-top: 0;
    }

    .qoute-top .col-left .col {
        width: 200px;
        height: 270px;
    }

    /* WEBDESIGN PAGE */
    .services-results .col h3 {
        font-size: 22px;
    }

    .services-results .col .numbers {
        font-size: 44px;
    }

    .services-web .heading-black {
        max-width: 430px;
    }

    .services-web .col-right {
        max-width: 500px;
    }

    /* ACCORDION */
    .services-offers .col-left {
        max-width: 450px;
    }

    .services-offers .col-left img {
        margin: 0;
    }

    .services-accordion-wrapper {
        padding: 0 40px 20px 30px;
        border-radius: 40px;
    }

    .services-accordion {
        padding-top: 20px;
    }

    .services-accordion .text {
        font-size: 20px;
    }

    .services-offers .panel p {
        font-size: 15px;
    }

    .services-accordion .icon {
        font-size: 40px;
    }

    /* PROBLEMS */

    .services-problems .row {
        row-gap: 40px;
    }

    .services-problems .col-left {
        width: 100%;
        max-width: 100%;
    }

    .services-problems .col-right {
        width: 100%;
        max-width: 100%;
    }

    .services-problems .col-right .col h3 {
        font-size: 22px;
    }

    .services-problems .col-right .col p {
        font-size: 15px;
    }

    /* FAQS */
    .services-faqs .col-left {
        max-width: 450px;
    }

    .services-faqs .btn {
        margin-bottom: 30px;
    }

    .faqs-accordion .text {
        font-size: 20px;
    }

    .services-faqs .btn {
        padding: 22px 0;
    }

    /* WEB ABOUT */
    .about-projects .col-1 {
        width: 50%;
    }

    /* WEB WORk */
    .webwork-slide .thumbnail img {
        height: auto;
		min-height: 250px;
    }

    .webwork-slide h2 {
        font-size: 17px;
        line-height: 1.3;
    }
	
	.webwork-slide .thumbnail img {
		border-radius: 20px;
	}
	
	.web-work .slick-arrow {
		width: 50px;
		height: 50px;
	}

    .webwork-slide span {
        font-size: 18px;
    }
	
	.about-client h2,
	.web-challenges h2,
	.web-role h2 {
		font-size: 30px;
	}
	
	/* THANK SECTION */

    .thank-section .container {
        padding: 60px;
        width: 70%;
    }

    .thank-section h1 {
        font-size: 65px;
        margin-bottom: 40px;
    }

    .thank-section img.check {
        width: 80px;
        margin-bottom: 40px;
    }

    .thank-section span {
        font-size: 23px;
    }

    /* 1199 end */
}

@media only screen and (max-width: 991px) {
    .heading {
        font-size: 42px;
    }

    .caption {
        font-size: 18px;
    }

    .stroke-heading {
        font-size: 40px;
    }

    .heading-black {
        font-size: 45px;
    }

    .heading-black span {
        font-size: 45px;
    }

    /* HEADER  */
    header .logo {
        width: 130px;
    }

    nav {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #081438;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        visibility: hidden;
        opacity: 0;
        overflow: hidden;
        height: 100vh;
        padding: 0 20px;
    }

    nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        row-gap: 28px;
        padding: 20px 0px;
    }

    header .nav-btn {
        display: block;
    }

    .header-right .btn {
        display: none;
    }

    .nav-dropdown>a {
        pointer-events: none;
    }

    /* TOGGLE BTN */
    .header-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .toggle-btn {
        width: 35px;
        height: 20px;
        position: relative;
        margin: 0 auto;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    header .toggle-btn span {
        display: block;
        position: absolute;
        height: 3px;
        width: 50%;
        background: #000000;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    header.active .toggle-btn span {
        background: #fff;
    }

    .toggle-btn span:nth-child(even) {
        left: 50%;
        border-radius: 0 9px 9px 0;
    }

    .toggle-btn span:nth-child(odd) {
        left: 0px;
        border-radius: 9px 0 0 9px;
    }

    .toggle-btn span:nth-child(1),
    .toggle-btn span:nth-child(2) {
        top: 0px;
    }

    .toggle-btn span:nth-child(3),
    .toggle-btn span:nth-child(4) {
        top: 9px;
    }

    .toggle-btn span:nth-child(5),
    .toggle-btn span:nth-child(6) {
        top: 18px;
    }

    .toggle-btn.active span:nth-child(1),
    .toggle-btn.active span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .toggle-btn.active span:nth-child(2),
    .toggle-btn.active span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .toggle-btn.active span:nth-child(1) {
        left: 0px;
        top: 6px;
    }

    .toggle-btn.active span:nth-child(2) {
        left: calc(50% - 6px);
        top: 6px;
    }

    .toggle-btn.active span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }

    .toggle-btn.active span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    .toggle-btn.active span:nth-child(5) {
        left: 0px;
        top: 18px;
    }

    .toggle-btn.active span:nth-child(6) {
        left: calc(50% - 6px);
        top: 18px;
    }



    /* NAV DROPDOWN */
    .nav-toggle {
        visibility: visible;
        opacity: 1;
        min-height: 100vh;
		height: auto;
    }

    .sub-menu {
        display: -ms-grid;
        display: grid;
        position: static;
        height: 0;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        opacity: 1;
        padding: 0;
        visibility: visible;
        background-color: transparent;
        border-top: none;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        overflow: hidden;
        gap: 28px;
    }

    .sub-menu.active {
        height: 300px;
        padding-top: 20px;
    }

    .sub-menu::before {
        display: none;
    }

    .sub-menu .menu-item::before {
        display: none;
    }

    .menu-item:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .menu-item>a {
        color: #fff;
        font-size: 16px;
    }
	
	.sub-menu .menu-item a {
		color: #fff;
		font-family: "quatro-reg", sans-serif;
	}

    .menu-item:first-child>a {
        position: relative;
        cursor: pointer;
    }

    .menu-item:first-child>a::after {
        top: 6px;
        bottom: auto;
        right: -18px;
    }

    .sub-menu .menu-item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .sub-menu .menu-item span {
        margin-left: 15px;
    }

    .sub-menu .menu-item span {
        color: #fff;
        font-size: 18px;
        line-height: 1;
        font-family: "quatro-reg", sans-serif;
        font-weight: 400;
        text-transform: capitalize;
        text-align: center;
    }

    header .nav-btn .btn {
        padding: 15px 30px;
        font-size: 20px;
    }

    /* BANNER */
    .banner-section .container {
        margin-bottom: -15px;
    }
	
	.banner-grid-left img:not(:last-child), .banner-grid-right img:not(:last-child) {
		margin-bottom: 15px;
	}
	
	.banner-right {
		gap: 15px;
	}



    /* SERVICES */
    .services-section {
        padding: 70px 0px;
    }

    .services-row {
        width: 100%;
    }
	
	.services-section .heading {
    font-size: 30px;
}
	
	.services-card img {
		max-height: 320px;
	}

    .services-card {
        width: 48%;
    }
	
	.services-card h3 {
		font-size: 18px;
	}

	.services-card p {
		opacity: 1;
	}

	.services-card a {
		opacity: 1;
	}
	
	.services-card::after {
		opacity: 1;
	}

    /* BANNER */
    .banner-section {
        padding-top: 100px;
    }

    .banner-left {
        width: 350px;
        padding: 50px 0 100px 0;
    }

    .banner-left h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .banner-left h1 span {
        font-size: 30px;
    }

    .banner-left p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .banner-left .btn {
        font-size: 14px;
    }

    .banner-right {
        width: 380px;
        height: auto;
        bottom: 0;
    }

    /* SERVICES */
	.services-section .stroke-heading span {
		display: inline;
	}

    /* WORK */
    .work-section {
        padding: 50px 0;
    }

    .work-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 30px;
    }
	
	.work-top .stroke-heading span {
		display: inline;
	}

    .work-top p {
        max-width: none;
    }

    .work-slider {
		display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 40px 20px;
        row-gap: 30px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .work-slide {
        width: 48%;
        max-width: 550px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 20px 0;
        height: 320px;
    }

    .work-slide img {
        max-height: 350px;
        border-radius: 30px;
    }

    .work-follower {
        display: none;
    }

    .work-slide .link {
        border-radius: 0;
    }

    .work-slide:hover img {
        scale: 1;
    }

    .work-section .btn {
        padding: 18px 25px;
        font-size: 16px;
    }

    .work-top h2 {
        margin: 0;
    }
	
	
	
	
    /* INDUSTRIES */
    .industries-section .heading {
        font-size: 35px;
    }

    .industries-section li h3 {
        font-size: 21px;
        line-height: 1.25;
    }

    .industries-section li p {
        font-size: 16px;
    }

    .industries-section .caption {
        max-width: 550px;
    }

    /* PARTNERS */
    .partners-section {
        padding: 50px 0 130px 0;
    }

    .partners-col {
        width: 240px;
        height: 240px;
    }

    .partners-col:hover::after {
        border-radius: 62% 48% 47% 66% / 50% 37% 75% 56%;
    }

    /* STORY / ABOUT  */
    .about-section .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        row-gap: 40px
    }

    .about-left {
        width: 100%;
        padding-top: 0;
        max-width: 100%;
    }

    .about-left p {
        margin-left: 0;
        font-size: 19px;
    }

    .about-left p span {
        font-size: 19px;
    }

    .about-left .btn {
        margin-left: 0;
        padding: 20px 50px;
    }

    .about-right {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .about-string1 {
        margin-top: -260px;
    }

    .about-string2 {
        margin-top: -410px;
    }

    .about-string3 {
        margin-top: -170px;
    }

    .about-number {
        font-size: 80px;
    }

    .about-caption {
        font-size: 19px;
        text-align: center;
    }

    .about-strings {
        min-width: 180px;
    }

    /* OFFICES */
	.offices-row {
		row-gap: 20px;
	}
	
    .offices-col {
		width: 48.5%;
        min-height: 320px;
    }

    .offices-col .card .inner {
        left: 10px;
		bottom: 20px;
		padding-right: 10px;
    }

    .offices-col .outer {
        bottom: 15px;
    }

    .offices-col .inner span {
        font-size: 18px;
		margin-bottom: 8px;
    }

    .offices-col .inner a {
        font-size: 17px;
    }

    .offices-col .text {
        font-size: 22px;
    }

    .offices-col .text {
        font-size: 22px;
    }

    .offices-section .slick-arrow {
        width: 15px;
    }

    .offices-section .slick-prev {
        left: 10px;
    }

    .offices-section .slick-next {
        right: 30px;
    }

    .offices-section {
        padding: 70px 0;
    }
	
	.offices-section .card .content {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        -o-transition: transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
    }

    .offices-col img {
        filter: brightness(0.5);
    }

    /* FOOTER */
    footer {
        padding: 50px 0;
    }

    .footer-top {
        padding-bottom: 40px;
    }

    .footer-socials ul {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    /* WORK PAGE */
    .latest-work {
        padding: 200px 0 100px 0;
    }

    .latest-work .col h2 {
        font-size: 18px;
        padding: 15px 0;
    }

    .latest-work .caption {
        padding-bottom: 80px;
    }

    .latest-work .col .thumbnail {
        height: 200px;
    }
	
	.latest-work-top-options button img {
    width: 45px;
    height: 45px;
	}
	.latest-work-top-options button span {
		font-size: 40px;
	}
	
	.latest-work-top-tabs button {
		font-size: 20px;
	}

    /* INDUSTRIES PAGE  */
    .industries-banner {
        height: 650px;
    }

    .industries-banner .caption {
        max-width: 80%;
        margin: auto;
    }

    .industries-list {
        padding: 70px 0;
    }

    .industries-list li a {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }

    .industries-list .col-left .industries-gradient {
        width: calc(100% + 40px);
    }

    .industries-list ul li:hover .industries-gradient {
        width: calc(100% + 60px);
    }

    .industries-list .col-left {
        height: 350px;
    }

    .industries-list .col-right h2 {
        font-size: 25px;
    }

    .industries-list .col-right h2 span {
        top: -50px;
        font-size: 100px;
    }

    .industries-list .col-right p {
        font-size: 16px;
    }

    /* ABOUT PAGE */
    .about-top {
        padding: 200px 0 120px 0;
    }

    .about-top h1 {
        margin-bottom: 25px;
    }

    .about-top .caption {
        max-width: 80%;
    }

    .about-top .btn {
        max-width: 290px;
        width: 100%;
        text-align: center;
        padding: 25px 20px;
    }

    .about-experience {
        padding: 65px 0;
    }

    .about-experience .col .numbers,
    .about-experience .col .numbers::after {
        font-size: 75px;
    }

    .about-experience .col .text {
        font-size: 20px;
    }

    .about-vision .heading-black {
        width: 100%;
        max-width: 100%;
    }

    .about-vision .col-right {
        width: 100%;
        max-width: 100%;
    }

    .about-core .heading-black {
        width: 100%;
        margin-bottom: 30px;
        padding-top: 40px;
    }

    .about-core .col {
        width: 245px;
        height: 245px;
    }

    .about-team .row {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        gap: 30px;
    }

    .about-team .col {
        width: 35%;
    }

    /* CONTACT PAGE TOP */
    .contact-top {
        padding: 180px 0 200px 0;
    }

    .contact-top .col-right .col {
        width: 50%;
    }

    .contact-top .col-left {
        max-width: 100%;
    }

    .contact-top .col-right {
        max-width: 100%;
    }

    /* FORM */
    .contact-form {
        min-height: 800px;
    }

    .contact-form form {
        min-height: 800px;
        width: 90%;
        left: 0;
        margin: 0 auto;
        box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
    }

    .contact-form .contact {
        top: 0;
    }
	
	.contact-top .col-right {
		column-gap: 40px;
	}
	
	.contact-top .col-right .col {
		width: auto;
	}
	.contact-top .col-right .col:last-child {
		width: auto;
	}

    /* OFFICES */

    .contact-offices .contact-tabs .tab {
        padding: 20px 20px 20px 30px;
    }

    .contact-offices .tab .text {
        font-size: 16px;
    }

    .contact-offices .tab.active .text {
        height: 85px;
    }

    .contact-tabs .tabs {
        min-height: 195px;
    }

    /* QOUTE */
    .qoute-top .container {
        padding-top: 200px;
    }

    .qoute-top .col-left .col {
        width: 180px;
    }

    .qoute-top h1 {
        font-size: 45px;
    }

    .qoute-top h1 span {
        font-size: 45px;
    }

    .qoute-top .caption {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .qoute-top .col-left .row {
        -webkit-column-gap: 100px;
        -moz-column-gap: 100px;
        column-gap: 100px;
    }

    .qoute-top .col-left .col {
        width: 250px;
        height: 250px;
    }

    .qoute-top .col-left .col img {
        width: 125px;
    }

    .qoute-top .col-left .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .qoute-top h3 {
        font-size: 22px
    }

    /* web design PAGE */

    .services-banner {
        padding: 209px 0 100px 0;
    }

    .services-tabs .heading-black {
        width: 100%;
        max-width: 100%;
    }

    .services-tabs .col-right {
        width: 100%;
        max-width: 100%;
    }

    .services-tabs .tab-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .services-results .col {
        width: 31.5%;
        padding: 60px 20px 30px 20px;
    }

    .services-results .col .numbers {
        font-size: 40px;
        width: 130px;
        height: 130px;
        top: -90px;
    }

    .services-results .col h3 {
        font-size: 20px;
    }

    /* TAGLINE */
    .services-tagline-banner {
        min-height: 500px;
        padding: 0 20px;
    }

    .services-tagline-banner h2,
    .services-tagline-banner h2 span {
        font-size: 55px;
    }

    .services-web .heading-black {
        max-width: 100%;
        width: 100%;
    }

    .services-web .col-right {
        max-width: 100%;
        width: 100%;
    }

    /* OFFERS */
    .services-offers .container {
        row-gap: 50px;
    }

    .services-offers .col-left img {
        max-width: 500px;
    }

    .services-offers .col-left {
        width: 100%;
        max-width: 100%;
    }

    .services-offers .col-right {
        width: 100%;
        max-width: 100%;
    }

    .services-whyus .col h3 {
        font-size: 19px;
        min-height: 55px;
    }

    /* FAQS */
    .services-faqs .col-left {
        width: 100%;
        max-width: 100%;
    }

    .services-faqs .col-right {
        width: 100%;
        max-width: 100%;
    }

    .services-faqs img {
        width: 200px;
        margin-right: auto;
        margin-left: 0;
    }

    /* WEB ABOUT */
    .about-projects .row {
        row-gap: 30px;
    }

    .about-projects .col-1 {
        width: 100%;
        max-width: 100%;
    }

    .web-testimonials .text,
    .web-testimonials .designation {
        font-size: 21px;
    }
	
	.web-work .heading-black, .web-work .heading-black span {
		font-size: 31px;
		margin-bottom: 50px;
	}
	.webwork-slide .thumbnail img {
		min-height: 180px;
    }
		.web-role .container > span {
		line-height: 1.5;
	}
    /* QOUTE PAGE */
    .qoute-top .contact-select .row li:hover {
        background-color: #3D3D3D;
    }
    .qoute-top .contact-select .checked-items li:hover {
        background-color: #3D3D3D;
    }
	 /* THANK PAGE */

    .thank-section h1 {
        margin-bottom: 30px;
    }

    .thank-section img.check {
        width: 90px;
        margin-bottom: 35px;
    }
}

/* 991 ends */

@media only screen and (max-width: 767px) {
    .heading {
        font-size: 30px;
    }

    .caption {
        font-size: 16px;
    }

    .heading-black {
        font-size: 30px;
        line-height: 1.15;
    }

    .heading-black span {
        font-size: 30px;
    }

    .stroke-heading {
        font-size: 30px;
    }


    /* BANNER */
    .banner-section .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .banner-left {
        width: 100%;
        padding: 40px 0;
    }

    .banner-left h1 {
        margin-bottom: 15px;
    }

    .banner-right {
        width: 100%;
        max-width: 450px;
        position: static;
		margin-bottom: 40px;
    }

    .banner-section .btn {
        padding: 18px 22px;
    }

    /* SERVICES */
    .services-section {
        padding: 50px 0;
    }

    .services-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .services-card {
        width: 100%;
		max-width: 400px;
    }

    .services-section .caption {
        font-size: 16px;
    }
	
	.services-card h3 {
		font-size: 16px;
	}
	
	.services-card a {
		font-size: 15px;
	}

    /* WORK */
    .work-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .work-top p,
    .work-top p span,
    .work-top p span:not(:last-child),
    .work-top p span:last-child {
        font-size: 30px;
    }

    .work-slider {
        rotate: 0deg;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 20px 15px 25px 15px;
        row-gap: 0px;
    }

    .work-slide {
        width: 100%;
        padding: 15px 0;
    }

    .work-slide {
        height: 250px;
    }

    .work-slide img {
        max-height: 100%;
    }
	
	.latest-work-top-options button img {
    width: 45px;
    height: 45px;
	}
	.latest-work-top-options button span {
		font-size: 40px;
	}
	
	.latest-work-top-tabs button {
		font-size: 20px;
	}
	.latest-work .col h2 {
font-size: 20px;
	}

    /* INDUSTRIES */
    .industries-section .heading {
        font-size: 30px;
    }

    .industries-section li {
        max-width: 100%;
    }

    .industries-section .caption {
        padding-bottom: 45px;
    }

    .industries-list .col-left .industries-gradient {
        width: 100%;
    }

    /* PARTNERS */
    .partners-section {
        padding: 50px 0 100px 0;
    }

    .partners-section .caption {
        padding-bottom: 40px;
    }

    .partners-col {
        width: 150px;
        height: 150px;
    }

    .partners-col img {
        width: 140px;
        height: 120px;
    }

    .partners-section .slick-arrow {
        bottom: -80px;
        width: 50px;
        height: 50px;
    }

    .partners-section .slick-next {
        right: calc(50% - 65px);
    }

    /* STORY / ABOUT  */
    .about-left .stroke-heading {
        margin-bottom: 30px;
        font-size: 30px;
    }

    .about-left p {
        margin-left: 0;
        font-size: 16px;
        padding-bottom: 30px;
    }

    .about-left p span {
        font-size: 16px;

    }

    .about-left .btn {
        margin-left: 0;
        padding: 18px 35px;
        font-size: 16px;
    }

    .about-string1 {
        margin-top: -260px;
    }

    .about-string2 {
        margin-top: -410px;
    }

    .about-string3 {
        margin-top: -170px;
    }

    .about-number {
        font-size: 45px;
    }

    .about-caption {
        font-size: 16px;
        text-align: center;
    }

    .about-number::after {
        font-size: 40px;
        text-align: center;
    }

    .about-strings {
        min-width: 100px;
    }

    .about-strings img {
        width: 17px;
    }

    .about-string1 {
        margin-top: -210px;
    }

    .about-string2 {
        margin-top: -310px;
    }

    /* OFFICES */
    .offices-section {
        padding-bottom: 0 0 50px 0;
    }

    .offices-row {
        margin: 0px;
    }

    .offices-col {
        width: 100%;
    }

    .offices-col .card .inner {
        left: 15px;
    }

    .offices-section .stroke-heading {
        margin-bottom: 40px;
        line-height: 1.35;
    }


    .offices-section .slick-prev {
        left: 20px;
    }

    .offices-section .slick-next {
        right: 20px;
    }

    .offices-col .card .inner {
        bottom: 25px;
    }

    .about-core .col p {
        font-size: 15px;
    }

    .about-leadership .col {
        width: 230px;
        height: 230px;
    }

    .about-leadership .heading-black {
        margin-bottom: 50px;
    }

    .about-leadership .row {
        row-gap: 50px;
    }

    .about-top .btn {
        padding: 20px;
        font-size: 16px;
    }

    .about-top {
        padding: 150px 0 80px 0;
    }

    .about-vision {
        padding: 50px 0;
    }

    .about-vision .heading-black,
    .about-vision .heading-black span {
        font-size: 30px;
    }

    .about-core .heading-black,
    .about-core .heading-black span {
        font-size: 30px;
    }

    .about-core .heading-black {
        padding-top: 0;
        margin-bottom: 0;
    }

    .about-leadership {
        padding: 50px 0;
    }

    .about-leadership .heading-black,
    .about-leadership .heading-black span {
        font-size: 30px;
    }

    .about-leadership .col img {
        height: 110px;
    }

    /* WORK PAGE */
    .latest-work {
        padding: 150px 0 50px 0;
    }

    .latest-work .caption {
        padding-bottom: 70px;
    }
	
	.latest-work-top-tabs {
		flex-wrap: wrap;
	}
	.latest-work-top-options {
		margin-bottom: 30px;
	}

    .latest-work .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
		gap: 20px;
    }
	
	.latest-work-top-options {
		gap: 25px;
	}

    .latest-work .col {
        width: 100%;
        max-width: 300px;
    }

    .latest-work .col h2 {
        font-size: 24px;
        padding: 10px 0;
        max-width: 100%;
    }
	.latest-work-top-options button img {
    width: 30px;
    height: 30px;
	}
	.latest-work-top-options button span {
		font-size: 28px;
	}
	
	.latest-work-top-tabs button {
		font-size: 18px;
	}
	.latest-work .col h2 {
font-size: 20px;
	}
	
	.offices-col .inner span {
        font-size: 16px;
    }
	
	.about-client h2,
	.web-challenges h2,
	.web-role h2 {
		font-size: 26px;
	}

    /* FOOTER */
    header .logo {
        width: 140px;
    }

    footer .footer-col {
        width: 100%;
    }

    .footer-col h3 {
        margin-bottom: 20px;
    }
	
	
	.footer-col li a {
		font-size: 16px;
	}
	
    .footer-bottom h3 {
        margin-bottom: 20px;
    }

    .footer-copyrights {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 18px;
    }

    .footer-copyrights a {
        margin: 0;
    }

    /* INDUSTRIES PAGE */
    .industries-banner h1 {
        font-size: 45px;
    }

    .industries-banner h1 span {
        font-size: 45px;
        display: block;
    }

    .industries-banner .caption {
        max-width: 100%;
        margin: auto;
    }

    .industries-list {
        padding: 50px 0;
    }

    .industries-list ul {
        row-gap: 30px;
    }

    .industries-list li a {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .industries-list .col-left .thumbnail {
        width: 100%;
    }

    .industries-list li:nth-child(even) .col-left .thumbnail {
        -o-object-position: right;
        object-position: right;
    }

    .industries-list li:nth-child(odd) .col-left .thumbnail {
        -o-object-position: left;
        object-position: left;
    }

    .industries-list .col-left .industries-gradient {
        width: 100%;
    }

    .industries-list ul li:hover .industries-gradient {
        width: 100%;
    }

    .industries-list .col-left {
        height: 200px;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .industries-list .col-right {
        margin: 0;
        padding: 50px 0 20px 0;
        margin: 0 20px;
        max-width: 100%;
    }

    .industries-list li:nth-child(even) .col-right {
        margin: 0 20px;
    }

    .industries-list .col-right h2 {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .industries-list .col-right h2 span {
        top: 10px;
        font-size: 80px;
    }


    /* ABOUT */
    .about-top .btn {
        max-width: 250px;
    }

    .about-top .caption {
        max-width: 100%;
    }

    .about-experience {
        padding: 45px 0;
    }

    .about-experience .col .numbers,
    .about-experience .col .numbers::after {
        font-size: 60px;
    }

    .about-experience .col {
        width: 100%;
    }

    .about-experience .col .text {
        font-size: 18px;
    }

    .about-experience .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        row-gap: 35px;
    }

    .about-core .row {
        row-gap: 80px;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }

    .about-core .col {
        margin: 0 10px;
    }

    .about-team .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .about-team .col {
        width: 100%;
    }


    /* CONTACT PAGE TOP */
    .contact-top {
        padding: 150px 0 170px 0;
    }

    .contact-top h1 {
        font-size: 30px;
    }

    .contact-top h1 span {
        font-size: 30px;
        display: inline;
    }

    .contact-top .caption {
        font-size: 16px;
    }

    .contact-top .col h3 {
        font-size: 23px;
    }

    .contact-top .row {
        row-gap: 30px;
    }

    .contact-top .col-right {
        row-gap: 30px;
    }

    .contact-top .col-right .col {
        width: 100%;
    }

    .contact-top .col-right a {
        line-height: 1.3;
        font-size: 18px;
    }

    .contact-offices .contact-tabs .tab.active::before {
        width: 12px;
    }


    /* CONTACT PAGE FORM */
    .contact-form form {
        padding: 70px 20px;
    }

    .contact-form .contact-input {
        width: 100%;
    }

    .contact-form .btn {
        padding: 20px 65px;
    }

    /* OFFICES */
    .contact-form {
        min-height: 1000px;
    }

    .contact-offices {
        padding: 300px 0 50px 0;
    }


    .contact-offices .contact-tabs {
        margin-top: 30px;
    }

    .contact-offices .contact-tabs .tab {
        width: 100%;
    }

    .contact-offices .contact-tabs .tab {
        padding: 20px 20px 20px 30px;
    }

    .contact-tabs .tabs {
        min-height: 320px;
    }

    /* QOUTE */
    .qoute-top .container {
        padding-top: 150px;
    }

    .qoute-top h1,
    .qoute-top h1 span {
        font-size: 30px;
    }

    .qoute-top .caption {
        font-size: 16px;
    }

    .qoute-top h3 {
        margin-bottom: 20px;
    }

    .qoute-top .contact-input {
        width: 100%;
    }

    .qoute-top .btn {
        padding: 22px 26px;
        font-size: 16px;
    }

    .qoute-top .checkbox .checkmark {
        top: 0;
    }

    .qoute-top .contact-input label,
    .qoute-top .contact-textarea label {
        line-height: 1.3;
    }

    .qoute-top .checkbox {
        line-height: 1.3;
    }

    /* WEB DESIGN */
    .services-banner .heading-black {
        margin-bottom: 30px;
        padding-bottom: 0;
    }

    .services-problems .heading-black,
    .services-problems .heading-black span {
        font-size: 30px;
    }

    .services-problems .col-left p {
        font-size: 16px;
    }

    .services-whyus .heading-black,
    .services-whyus .heading-black span {
        font-size: 30px;
    }

    .services-whyus .caption {
        font-size: 16px;
    }

    .services-faqs .heading-black,
    .services-faqs .heading-black span {
        font-size: 30px;
    }

    .services-faqs .col-left p {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 30px;
    }

    .services-faqs .col-left .btn {
        font-size: 16px;
    }

    .services-faqs img {
        display: none;
    }

    .faqs-accordion {
        column-gap: 10px;
    }

    .faqs-accordion .text {
        font-size: 17px;
    }

    .faqs-accordion .icon {
        font-size: 35px;
    }

    .services-whyus {
        padding: 50px 0;
    }

    .services-tabs {
        overflow-x: hidden;
    }

    .sticky-tabs .tabs-wrapper {
        overflow-x: auto;
        width: 100%;
        background-color: #F5F5F5;
    }


    /* .services-tabs::-webkit-scrollbar {
        width: 1em;
    } */

    /* .services-tabs::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }
     
    .services-tabs::-webkit-scrollbar-thumb {
      background-color: darkgrey;
      outline: 1px solid slategrey;
    } */

    .tabs-wrapper .tabs {
        overflow: visible;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: max-content;
        margin: 0 auto;
    }

    .services-tabs .tab-contents {
        padding: 50px 20px 80px 20px;
    }

    .services-results {
        padding-bottom: 50px;
    }

    .services-results .row {
        row-gap: 100px;
    }

    .services-results .col {
        width: 100%;
    }

    .services-web {
        padding: 50px 0;
    }

    .services-web .heading-black,
    .services-web .heading-black span {
        font-size: 30px;
    }

    .services-web .col-right p {
        font-size: 16px;
    }

    .services-offers {
        padding: 50px 0;
    }

    .services-tagline-banner h2,
    .services-tagline-banner h2 span {
        font-size: 40px;
    }

    /* TAGLINE */
    .services-tagline-banner {
        min-height: 400px;
    }

    /* OFFERS */
    .services-offers .col-left h2 {
        font-size: 30px;
    }

    .services-offers .col-left p {
        font-size: 16px;
    }

    .services-offers .col-left img {
        width: 100%;
        max-width: 260px;
    }


    .services-accordion {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .services-accordion-wrapper {
        padding: 0 20px 20px 30px;
    }

    .services-accordion .text {
        font-size: 17px;
    }

    /* PROBLEMS */
    .services-problems {
        padding: 70px 0;
    }

    .services-problems .col-right .col {
        width: 100%;
        max-width: 100%;
    }

    /* WHY US */
    .services-whyus {
        padding: 50px 0;
    }

    .services-whyus .row {
        padding-top: 45px;
        row-gap: 45px;
    }

    .services-whyus .col {
        width: 100%;
        max-width: 100%;
    }

    .services-whyus .col h3 {
        min-height: auto;
    }

    .services-results .heading-black,
    .services-results .heading-black span {
        font-size: 30px;
    }

    .services-tabs .col-right p {
        font-size: 16px;
    }

    .services-results .caption {
        font-size: 16px;
    }

    .services-tabs .heading-black,
    .services-tabs .heading-black span {
        font-size: 30px;
    }

    .services-whyus .col p {
        margin-bottom: 0;
    }

    /* FAQS */
    .services-faqs {
        padding: 50px 0;
    }

    /* WEB WORk */
    .web-banner {
        padding-top: 150px;
    }

    .web-banner::after {
        height: calc(100% - 90px);
    }
	
	.web-banner .caption {
    	margin-bottom: 50px;
	}

    .about-projects .container {
        padding: 45px 25px;
    }

    .about-client h2 {
        line-height: 1.3;
    }
	
	.about-projects h3 {
		font-size: 20px;
	}

    .about-client p {
        font-size: 16px;
    }

    .web-challenges h2 {
        line-height: 1.3;
    }

    .web-challenges p {
        font-size: 16px;
    }

    .web-role li,
	.web-role li span {
        font-size: 16px;
    }

    .web-testimonials p {
        font-size: 16px;
    }

    .web-testimonials .text,
    .web-testimonials .designation {
        font-size: 18px;
    }
	
	.web-slider {
		padding-bottom: 80px;
	}
	
	.web-work .container {
		padding-inline: 0;
	}
	
	.webwork-slide h2 {
		font-size: 20px;
	}
	
	.web-role,
	.web-challenges,
	.about-projects .container,
	.about-client .container,
	.web-challenges .container:not(:last-child){
		margin-bottom: 50px;
	}
	
	.web-work .container {
		padding-top: 50px;
	}
	
	.about-client h2,
	.web-challenges h2,
	.web-role h2
	{
		margin-bottom: 20px;
	}
	
	.web-about {
		margin: 50px 0;
	}
	
	.web-work .slick-arrow {
		width: 40px;
		height: 40px;
	}
	
	.web-work .slick-prev {
		right: calc(0px + 50px)
	}
	
	.web-work .slick-next {
		left: calc(0px + 50px)
	}
	
	.web-role .container > span {
		font-size: 16px;
	}

	
	/* THANK PAGE */

    .thank-section {
        padding-top: 150px;
		padding-bottom: 50px;
    }

    .thank-section img.cross {
        width: 60px;
        height: 60px;
        top: -30px;
    }
    .thank-section .container {
        padding: 40px 20px 20px 20px;
		width: 90%;
    }
    .thank-section h1 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .thank-section img.check {
        width: 70px;
        margin-bottom: 40px;
    }

    .thank-section span {
        font-size: 18px;
    }
}