/* 
  font-family: "Urbanist", sans-serif;
  font-family: "Arapey", serif;
font-family: "Arapey", serif;
 */
html {
  scroll-behavior: smooth;
}
.about_section_bg{
	will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
background: #050505;
}
section#about:before {
    width: 100%;
    content: '';
    height: 30%;
    background: linear-gradient(178deg, #282828, transparent);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.text-section {
	padding-top:100px;
  min-height: 100vh;
}
.reveal-paragraph span {
  display: inline-block;
  transform: translateZ(0);
  will-change: opacity;
	 position: relative;
}
.animate-on-scroll {
  opacity: 0;
}
.animate__animated {
  --animate-duration: 2.1s;
}

:root {
	--font-urbanist: "Urbanist", sans-serif;
	--font-arapey: "Arapey", serif;
	--font-poppins: "Poppins", sans-serif;
}
[type=button], [type=submit], button {

    border: 1px solid #ffffff!;
    border-radius: 100px!;
    color: #ffffff!;
}
a{
	color:#fff!important;
}
*{
	box-sizing:border-box;
}
body{
	box-sizing:border-box;
	padding:0px; 
	margin:0px;
	   background:#050505;
}
/* header */
.container {
	 
}
section.faq-section {
    margin-top: -24px;
}
 .side-drawer {
	 background: #171719;
	 height: 100%;
	 width: 50%;
	 position: fixed;
	 padding: 10vh 0 0 30px;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 z-index: 1000;
	 transform: translateX(100%);
}
 .side-drawer .navigation .navbar-side {
	 list-style: none;
	 padding: 0;
}
 .side-drawer .navigation .navbar-side .navbar-side-item .side-link {
	 color: #fff;
	 font-size: 62px;
	 transition: 0.2s ease-in-out;
}
 .side-drawer .navigation .navbar-side .navbar-side-item .side-link:hover {
	 text-decoration: none;
	 color: lightgreen;
}
 .navbar-toggler {
	 z-index: 10;
}
.icon {
    position: relative;
    width: 50px;
    height: 27px;
    background: transparent;
    cursor: pointer;
    padding: 0px!important;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav.navbar.navbar-expand-lg.navbar-light {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container {
    width: 100%;
    max-width: 1400px;
	padding:0px 40px;
    margin: auto;
}
a.navbar-brand {
    width: 68px;
    height: 46px;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    font-size: 36.8px;
    line-height: 46px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #FFFFFF 16%, #4D4D4D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    flex: none;
    order: 0;
    flex-grow: 0;
}
div#navbarSideButton {
    border: 0px solid rgba(255,255,255,0.5);
    border-radius: 50%;
}
div#navbarSideButton {
    border: 0px solid rgba(255,255,255,0.5);
    border-radius: 50%;
}
span.my_btn:hover:after {
    left: 128px;
}
span.my_btn:hover {
    transition:0.5s;
}

span.wpcf7-spinner {
    position: absolute;
    right: -70px;
    left:unset;
    width:20px;
}
header {
    background: #050505;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    right: 0px;
    padding: 10px 0px;
}
/* .faq_sec_wrap .col-right-8 p {
    margin-top: -20px;
} */
.faq-answer p {
   
    letter-spacing: normal!important;
}
div#navbarSideButton:focus, 
div#navbarSideButton:hover{
	background:transparent;
}
.side-drawer .navigation .navbar-side .navbar-side-item .side-link {
    color: #fff;
    font-size: 54px;
    transition: 0.2s ease-in-out;
    font-family: 'Poppins';
    font-style: italic;
}
.row {
    display: flex;
}
.top-left {
    width: 30%;
}
.top-right {
    width: 80%;
}
section.banner_section .container{
	height:100%;
	position:relative;
}

section.banner_section {
    height: 100vh;
	overflow:hidden;
    display: flex;
    padding: 200px 0px 0px 0px;
}
.top-left p {
    font-family:"Urbanist", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
}
h1 {
    font-family: "Urbanist", sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.top-left span {
	    font-family: "Urbanist", sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}
.col-md-6{
	width:50%;
}
.top_heading h2{
	/* Heading 2 → Imagination */

font-family: "Arapey", serif;
font-style: italic;
font-weight: 400;
font-size: 96px;
line-height: 96px;
letter-spacing: -3.84px;
color:#fff;
}
.top_heading h3{
    font-family: "Urbanist", sans-serif;
font-style: italic;
font-weight: 300;
font-size: 96px;
line-height: 96px;
letter-spacing: -3.84px;
background: linear-gradient(90deg, #FFFFFF 16%, #4D4D4D 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;

}
.banner_section .row:nth-child(2) {
    position: absolute;
    bottom: 10%;
    z-index: 2;
    left: 40px;
    right: 40px;
    align-items: end;
}
.col-md-6.top_btn {
    text-align: right;
}

/*  */
.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
    font-family: "Urbanist", sans-serif;
	gap: 12px;
	padding: 16px 32px;
	border-radius: 999px;
	border: 1.5px solid rgba(255,255,255,0.7);
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	background: #1A1A1A;
	overflow: hidden;
	  font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
}

.col-md-8.top_heading {
    width: 70%;
}

.col-md-4.top_btn {
width:30%;
	padding-bottom:15px;
    text-align: right;
  
 
}
.btn-text,
.btn-arrow {
	position: relative;
	z-index: 2;
}
.btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: -120%;
	width: 120%;
	height: 100%;
	background: rgba(255,255,255,0.12);
	transform: skewX(-20deg);
}
.reveal-text {
	opacity: 1;
}

.reveal-text span {
	display: inline-block;
	opacity: 0;
	transform: translateY(20px);
}

.reveal-text2 {
  display: inline-block;
  background: linear-gradient(90deg, #ff8a00, #e52e71); /* gradient across whole heading */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: hidden;
}

.reveal-text2 span {
  display: inline-block;
  transform: translateY(100%); /* start below */
}
.fade-up {
  opacity: 0;
  transform: translateY(20px); /* start slightly below */
}

.banner_section {
  position: relative;
  height: 100vh;
  overflow: hidden; /* so canvas doesn’t bleed outside */
}
canvas {
    display: block;
transform: scale(1); /* initial scale */
    transform-origin: 100%!important;
    width: 130%!important;
	height:120%!important;
}
canvas#c {
    margin:-15% -0% 0px -20%!important;
}
/* slider */
.logo-carousel img {
    width: 100%;
    max-width: 97px;
    margin: 0 auto;
}

/* Slick default dots & arrows hidden */
/* .slick-dotted.slick-slider, 
.slick-arrow {
    display: none !important;
} */
section.logo_section {
    padding: 20px 0px;
    border-top: 1px solid #404040;
    margin-top: 0px;
}
.logo_section .slick-track {
    display: flex;
    align-items: center;
}
.about_section {
	padding:100px 0px;

}

.col_left-4 {
    width: 30%;
}

.col-right-8 {
    width: 70%;
}
.col-right-8 p{
	font-family: "Urbanist", sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 39px;
color: #fff;
line-height: 60px;
letter-spacing: -2px;
vertical-align: middle;

}
.col_left-4 span {
  font-family: "Urbanist", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
}
.col-md-4 {
    width: 25%;
    padding: 0px 20px;
}

.div_wrap {
    padding: 20px;
    border-radius: 17px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #4D4D4D;
    overflow: hidden;
}
.div_wrap:hover:before{
	opacity:0.3;
	background: #000;
}
.div_wrap:before {
    content: '';
    z-index: 1;
	transition:0.3s;
    background: #0e0e0e;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
}
.div_wrap .flex {
    margin-top: 100px;
	align-items:center;
}
.div_wrap svg {
    width: 20px;
    height: 30px;
}
.flex {
    display: flex;
}
.justify-between {
    justify-content: space-between;
}
.div_wrap * {
    position: relative;
    z-index: 2;
}
span.title {
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    margin-left: auto;
    display: block;
}
span.number {
   font-family: "Urbanist", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 64px;
    color:#fff;
    line-height: 64px;
    letter-spacing: -1.92px;

}
.row.boxes_row {
    align-items: center;
}

.row.boxes_row .col-md-4:nth-child(odd) {
    margin-top: 100px;
}
.justify-center{
	justify-content:center;
}
.service_part .row {
    padding: 20px 20px 20px 13%;
}
.service_part .row .col-md-4:nth-child(2){
	width:25%;
}
.service_part .row .col-md-4:first-child{
	width:35%;
}
.service_left span {
    font-family: Urbanist;
    font-weight: 700;
    font-style: Bold;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: -1px;
    vertical-align: middle;
    color: #fff;
}
.service_left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.service_left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.service_part .row {
    position: relative;
}
.service_part .row:after {
    content: '';
    width: 20000px;
    height: 100%;
    opacity: 0;
    position: absolute;
    background: #ffffff0d;
    left: -100px;
    top: 0px;
    transition: 0.3s;
}
section#services {
    overflow: hidden;
}
.service_part .row *{
	opacity:0.7;
}
.service_part .row:hover * {
    opacity: 1;
}
.service_part .row:hover:after {
    opacity: 1;
}
section#services {
    position: relative;
    padding-bottom: 2%;
}
img.service_shape {
    position: absolute;
    right: -143px;
    bottom: 0px;
    width: 46%;
    max-width: 620px;
}
.service_part {
    padding-top: 70px;
    margin-top: 70px;
    border-top: 1px solid #404040;
}
.service_right p {
    font-family: Urbanist;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
	color:#fff;
}
.work_heading{


font-family: 'Arapey';
font-style: italic;
font-weight: 400;
font-size: 96px;
line-height: 110px;
letter-spacing: -2px;

background: linear-gradient(90deg, #FFFFFF 16%, #4D4D4D 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
	margin-bottom:10px;
text-fill-color: transparent;
}
.center{
	text-align:center;
}
.col_left-4.center {
    width: 735px;
    margin: auto;
    max-width: 100%;
}
.col_left-4.center p{
	font-family: Urbanist;
font-weight: 500;
font-style: Medium;
font-size: 14px;
color:#fff;
line-height: 20px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;

}
.card_bottom {
    background: linear-gradient(0deg, #161616, #323232);
    padding: 15px;
    margin-top: -6px;
    border-radius: 0px 0px 15px 15px;
}
.box span {
    color: #666666;
    font-family: Urbanist;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
}
.box p {
    font-family: Urbanist;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
}
.box-1.box {
    width: 30%;
}

.box-2.box {
    width: 40%;
}
.box-3.box {
    width: 15%;
}

.box-4.box {
    width: 15%;
}
.work_card {
    margin-bottom: 40px;
}
.lets_connect h3 {
    font-family: "Urbanist", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 96px;
    line-height: 96px;
    display: flex;
    align-items: center;
    letter-spacing: -3.84px;
    background: linear-gradient(90deg, #FFFFFF -26%, #000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.lets_connect p {
	font-family: Urbanist;
font-weight: 500;
font-style: Italic;
font-size: 14px;
color:#fff;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;
	width:491px;
	max-width:100%;

}
 .contact{
	 padding:70px 0px;
background: linear-gradient(180deg, rgba(31, 31, 31, 0) 0%, #1F1F1F 100%);

}
.col-wrap h2 {
    font-family: Urbanist;
    font-weight: 500;
    font-style: Medium;
    margin-bottom:10px;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 19.2px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #666666;
}

.col-wrap ul {
    list-style: none;
    padding: 0;
}

.col-wrap a.footer_link {
    font-family: Urbanist;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
}
.text-right{
	text-align:right;
}
footer .col{
	width:33.3%;
}
footer {
	padding-top:40px
}
.centerlink{
	margin-bottom:30px;
}
.centerlink a{
	font-family: Urbanist;
font-weight: 400;
font-style: Regular;
font-size: 30px;
color:#fff;
line-height: 52px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;

}
.footer_bottom_img{
	margin-top:40px;
}
/* === CF7 Dark Form Style === */
.cf7-dark-form {
  max-width: 700px;
  margin: 0 ;
}

/* Layout */
.cf7-row {
  display: flex;
  gap: 16px;
  margin-bottom: 6px;
}

.cf7-col-full {
  width: 100%;
}

.cf7-col-half {
    width: calc(50% - 8px);
}

/* Inputs & Textarea */
.cf7-dark-form input[type="text"],
.cf7-dark-form input[type="email"],
.cf7-dark-form input[type="tel"],
.cf7-dark-form textarea {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 10px;
  padding: 14px 16px;
  color: #fff;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
}

/* Placeholder */
.cf7-dark-form ::placeholder {
  color: rgba(255,255,255,0.5);
}

/* Focus */
.cf7-dark-form input:focus,
.cf7-dark-form textarea:focus {
  border-color: rgba(255,255,255,0.6);
}

/* Textarea height */
.cf7-dark-form textarea {
  min-height: 120px;
  resize: none;
}

/* Submit Button */
.cf7-dark-form input[type="submit"] {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.4);
    color: #fff;
    padding: 12px 25px;
    padding-right: 40px!important;
    border-radius: 999px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Button Hover */
.cf7-dark-form input[type="submit"]:hover {
  
}
p.elevate-para::before {
    content: "*";
    border-radius: 5px;
    position: absolute;
    top: 4px;
    color: red;
    left: -16px;
    font-size: 20px;
}
p.elevate-para {
    position: relative;
}
/* Remove CF7 validation borders */
.cf7-dark-form .wpcf7-not-valid {
  border-color: rgba(255,255,255,0.6);
}
.cf7-col-full p, .cf7-col-full span {
    width: 100%;
}
.menu-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon-close {
  opacity: 0;
  pointer-events: none;
}

section.logo_section {
    position: relative;
}
span.my_btn {
    position: relative;
}span.my_btn::after {
    content: "";
    background: url(http://xteweentysix.maliknabeel.com/wp-content/uploads/2026/01/Vector.png);
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0px;
    left: 120px;
    background-repeat: no-repeat;
    background-position: center;
}
textarea{
	height:143px;
}
.desk_none{
	display:none;
}

button.faq-question:hover, button.faq-question:focus {
    background: transparent!important;
}

.faq-section {
  background: #000;
	font-family:Urbanist;
  color: #fff;
}

.faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
}

.faq-question .icon {
  font-size: 22px;
  transition: transform 0.3s ease;
}

.faq-answer {
  display: none; /* IMPORTANT */
  overflow: hidden;
}

.faq-item.active .icon {
  font-size: 0;
}

.faq-item.active .icon::before {
  content: '-';
  font-size: 22px;
}


.faq-answer p {
  margin: 0;
  padding: 0 0 20px 0;
  color: rgba(255,255,255,0.75);
  font-size: 15px;
  line-height: 1.6;
}

/* Active state */
/* .faq-item.active .faq-answer {
  max-height: 200px;
} */

.faq_sec_wrap {
    padding: 50px 40px;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
	.service_part .row .service_left {
  padding-left:30px;
}

.service_part .row .service_left:before {
    content: '';
    color: #fff;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-left: transparent;
    border-bottom: transparent;
    transform: rotate(134deg);
    position: absolute;
    left: 00px;
    top: 12px;
}
.service_part .row.active .service_left:before{
    transform: rotate(-45deg);
}
	img.service_shape {
  
    right: -15%;
 
}
	.faq_sec_wrap {
    padding: 50px 20px;
}
	.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
		.service_part .row .col-md-4{
    width: 100%!important;
}
	.service_part .row .col-md-4 {
    position: relative;
    z-index: 2;
}
	.service_part .row {
    padding: 20px 15% 20px  0px;
}
	.side-drawer .navigation .navbar-side .navbar-side-item .side-link {
    font-size: 20px;
}
	img.footer_bottom_img {
    width: calc(100% + 40px);
    max-width: unset;
    margin-left: -20px;
}
	.slick-prev, .slick-next {
    position: absolute;
    bottom: 0px!important;
    width:32px;
        height:32px;
    top: unset!important;
}
.slick-prev button , .slick-next button {

    width:32px;
        height:32px;
 
}
	
.slick-prev:before, .slick-next:before {
    opacity: 0;
    display: none;
}
	.slick-prev, .slick-next {
    border: 1px solid #fff !important;
    border-radius: 50% !important;
    width: 32px !important;
    height: 32px !important;
}
.slick-prev{
    left:calc(50% - 50px)!important;
}
.slick-next{
    right:calc(50% - 50px)!important;
}
.row.boxes_row {
    padding-bottom: 70px;
}
	body .slick-prev:after, body .slick-next:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 10px;
    border: 1px solid #fff;
    top: 9px;
    transform: rotate(45deg);
}

body .slick-prev:after {
    border-right: transparent;
    border-top: transparent;
    left: 12px;
    top: 9px;
}
body .slick-arrow:hover ,
body .slick-arrow:focus {/* Group 418 */

    background: linear-gradient(90deg, #FFFFFF 16%, #4D4D4D 100%);
    border: 0.5px solid #4D4D4D!important;
opacity:1;

}
	.work_heading ,
	.lets_connect h3{
    font-size: 60px;
}
	.row{
		flex-wrap:wrap;
	}
body .slick-arrow,
body .slick-arrow {/* Group 418 */
    opacity:0.7;

}
.slick-arrow:hover:after ,
.slick-arrow:focus:after {/* Group 418 */

    border-color: #000!important;
}
body .slick-next:after {
    border-left: transparent;
    border-bottom: transparent;
    left: 8px;
    top: 9px;
}

	.top_heading h2 {
    font-size: 50px;
    line-height: 1;
  
}
	.top_heading h3 {
    font-size: 50px;
    line-height: 1;
}
	.top-left {
    width: 40%;
}
.top-right {
    width: 60%;
}
	.col-md-8.top_heading {
    width: 65%;
}
	.col-md-4.top_btn {
    width: 36%;
}
.container.banner_wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.banner_section .row:nth-child(2) {
    position: static;
}
section#home {
    padding-top: 100px;
    height: unset;
    min-height: 60vh;
}
		.about_section {
    padding: 50px 0px;
}
	.col-right-8 p {
    font-size: 24px;
    line-height: 1.2;
  =
}
	.logo-carousel img {
    max-width: 100px;
}
	.row.boxes_row {
    display: block!important;
}
	.col-md-4 {
    width: 100%;
    margin:0px!important;
}
	header {
    padding: 20px;
}
	.row.boxes_row {
    display: block!important;
    margin-top: 25px;
}
	.div_wrap:before {
    opacity: 0.3;
  
}
.service_part {
    padding-top: 30px;
    margin-top: 0px;
    border: 0px;
}
		.desk_none{
		align-items:center;
	display:flex;
}
	.desk_none.mob_flex.justify-between >  span {
    font-family: Urbanist;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
}
	.desk_none.mob_flex.justify-between .btn {
    padding: 16px 16px;
 
}
	.mob-none{
	display:none;
}
}
.slick-track {
    display: flex;
    align-items: center;
}
body {
    overflow-x: hidden;
}
.reveal-paragraph .word {
  display: inline-block;
  white-space: nowrap;
}

.reveal-paragraph .char {
  opacity: 0.15;
  display: inline-block;
}
@media (max-width: 767px) {
	section.banner_section .container {
    padding-bottom: 50px;
}
	.about_section_bg {
    padding-top: 50px;
}
	.ripple-section {
 
   margin-top:-40%;
  
}
	div#side-drawer {
    padding-left: 0px;
}
	.side-drawer .navigation .navbar-side .navbar-side-item .side-link {
    font-size: 16px;
}
	canvas#c {
  
    width: 175%!important;
    height: 164%!important;
		margin-left:-40%!important;
}
	.animate__animated {
  --animate-duration: 1.1s;
}
	section.faq-section {
    margin-top: 0px;
}
.faq_sec_wrap .col-right-8 p {
    margin-top: 0px;
}

	.top_sec_title .col_left-4 {
    margin-bottom: 25px;
}
	.col-md-4 {

    padding: 0px;
}
.icon {
    padding: 0px;
    border: transparent!important;
    width: 44px;
    height: 48px;
}
section#home {
    padding-top: 30%;
}
header {
    padding: 10px 0px;
}
	.container{
		padding:0px 20px;
	}
	.row{
	flex-wrap:wrap;
	}
/*   .cf7-col-half {
    width: 100%;
  } */
		.top-left ,
	.top-right ,
		.col-md-8.top_heading ,
		.col-md-4.top_btn ,
	.col_left-4 ,
	.col-right-8{
    width: 100%;
}
	.banner_section .row:first-child {
    flex-direction: column-reverse;
}
	canvas#c {
    margin: 0px;
}
	h1 {
    margin-top: 40px;
}
.top_heading h2 {
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 0px;
}
	.top_heading h3 {
    font-size: 40px;
    line-height: 1;
		margin-bottom:30px;
}
	.col-md-4.top_btn a {
    width: 100%;
    text-align: center;
    justify-content: center;
}
.col-md-4.top_btn {
    padding: 0px;
}
	.logo-carousel img {
    width: 100%;
    max-width: 70px;
    margin: 0 auto;
}
	.about_section {
    padding: 50px 0px;
}
footer .row .col:nth-child(2) {
    order: 3;
    margin-top: 30px;
    width: 100%;
    margin-bottom: 30px;
}
footer .row .col:nth-child(2) h2 {/* REACH OUT TO US */

    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2px;
    background: linear-gradient(90deg, #FFFFFF 16%, #4D4D4D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;


}
footer .row .col:first-child {
    order:1;
    width:50%;
}
footer .row .col:last-child {
     order:2;
    width:50%;
}
	.container{
		padding:0pc 20px;
	}
	 .service_part .row.active * {
    opacity: 1;
}
	section#projects {
    padding-top: 50px;
}
	.work_heading {
    font-size: 48px;
    margin-top: 30px;
    margin-bottom: 20px!important;
    line-height: 1;
  
}
	.contact {
    padding: 20px 0px 0px 0px;
}
	.lets_connect h3 {
    font-size: 48px;
    line-height: 1;

}
.lets_connect > p, .lets_connect > h3 {
    margin-left: 20px;
}
	.top-left {
    margin-top: 30px;
}
	.centerlink a {

    font-size: 30px;
}
	section.logo_section {
    border-top: 0px solid #404040;
}
	.service_left span {
    font-size: 18px;
}
}
.cf7-dark-form br {
    display: none;
}
form.wpcf7-form.init {
    overflow: hidden;
}
@media (max-width: 1024px) {
  .text-section {
    min-height: 100px;
	  padding-top:0px!important;
  }

  .reveal-paragraph span {
    opacity:1!important;
  }
}
