.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus{box-shadow: none;}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle{
    border-color: white;
    background: transparent;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus{
    box-shadow: none;
}
.nav-item.dropdown .dropbtn.btn-primary:active{border-color:black;color:#000;}
.nav-item.dropdown .dropbtn2.btn-primary:active{background:black;color:#fff;}
.btn:focus, .btn.focus{
    box-shadow: none;
}

html, body{
	scroll-behavior: smooth;
}

a,
a:hover{
    text-decoration: none;
}

p{
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.03em;
	color: #fff;
}

.number{
    font-family: sans-serif;
    color: #fff !important;
}

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

.dropdown-toggle{
    position: relative;
}
.dropdown-toggle::after{
    opacity: 0;
}
.dropdown-toggle::before{
    content: '';
    background: url(../imgs/arrow.png);
    width: 18px;
    height: 18px;
    background-size: contain;
    position: absolute;
    top: 6px;
    right: 2px;
    bottom: 0;
}

@media screen and (min-width: 992px){
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0; 
     }
}

.btn{
    border: 1px solid;
    padding: 5px 11px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    z-index: 5;
    text-decoration: none;
}
.btn2{
    text-decoration: none;
    
} 

.btn:before,
.btn2:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    /* background: -webkit-gradient(linear,left top,right top,from(#fdc31a),color-stop(16%,#ed2079),color-stop(33%,#963fb0),color-stop(50%,#2296e3),color-stop(66%,#963fb0),color-stop(73%,#ed2079),to(#fdc31a)); */
    /* background: rgb(32,194,245); */
    background: linear-gradient(91deg, rgba(32,194,245,1) 6%, rgba(219,82,249,1) 15%, rgba(199,114,160,1) 8%, rgba(243,165,71,1) 26%);
    background-size: 400%;
    z-index: -1;
    filter: blur(8px);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 18px;
}
.btn:after,
.btn2:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1a1b1a;
    z-index: -1;
    border-radius: 8px;
}


.btn2:hover:before{
    opacity: 1;
    transform: translateZ(0);
}
.btn:hover{
    background: #1a1b1a !important;
    /*border-color: #1a1b1a !important;*/
    padding-right: 35px;
    padding-left: 18px;
}
.btn2:hover{
    background: #fff !important;
    border-color: #fff !important;
    color: #000;
    text-decoration: none;
}

.btn-primary{
    background: transparent;
    transition: all .3s ease;
    position: relative;
}
.btn-primary:hover{
	/* background: rgb(35,189,244); */
	/* background: linear-gradient(90deg, rgba(35,189,244,1) 0%, rgba(158,70,238,1) 30%, rgba(199,114,160,1) 78%, rgba(243,162,77,1) 100%); */
	border-color: white;
	/* border: 0; */
	/* padding-right: 35px; */
	background-color: transparent;
}

.btn .ti-arrow-right{
	display: none;
	position: absolute;
	top: 10px;
	right: 12px;
}
.btn-primary:hover .ti-arrow-right{
	display: inline;
}

.btn2{background: #fff;color: #000;padding: 13px 20px;border-radius: 6px;text-transform: uppercase;font-size: 14px;font-weight: 600;box-shadow: none;border: 0;}


.custom-navbar .nav-item.dropdown{
	position: inherit;
}
.custom-navbar .dropdown-menu{
	left: 0;
	right: 0;
	padding: 0;
	border-radius: 25px;
	overflow: hidden;
}

.custom-navbar .dropdown-menu .left-full-img{
	height: 100%;
    object-fit: cover;
    width: 90%;
}

.custom-navbar h3{
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 47px;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	color: #000;
}

.custom-navbar .card{
	border: 1px solid #ccc;
	padding: 10px;
	height: 100%;
}
.custom-navbar .card img{
	/* height: 95px; */
	/* object-fit: cover; */
}
.custom-navbar .card h3{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: initial;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #000;
    margin: 8px 0 5px;
}
.custom-navbar .card ul{padding-left: 20px;list-style: none;}
.custom-navbar .card ul li{
    font-size: 15px;
    font-weight: 500;
    padding: 2px 0;
    position: relative;
    color: #000;
    transition: all ease 1s;
}
.custom-navbar .card ul li a{
    color: #000;
    transition: all ease 1s;
}
.custom-navbar .card ul li a:hover,
.custom-navbar .card ul li:hover{
    /*letter-spacing: 1px;*/
    text-decoration: underline;
}
.custom-navbar .card ul li:before{
    content: '';
    background: #000;
    width: 3px;
    height: 3px;
    border-radius: 15px;
    display: block;
    position: absolute;
    left: -15px;
    top: 10px;
}
.custom-navbar .dropbtnmain{
    margin-top: 32px;
}
.custom-navbar .dropbtnmain .dropbtn{
    border-color: black;
    background-color: transparent;
    color: #000;
    border: 1px solid;
    padding: 12px 16px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    margin-right: 12px;
}
.custom-navbar .dropbtnmain .dropbtn2{
    border-color: black;
    background-color: black;
    color: #fff;
    border: 1px solid;
    padding: 12px 16px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
}

.hero{
    text-align: center;
    padding: 150px 0 100px;
    position: relative;
    /* overflow-x: hidden; */
}
.hero:after{
    content: '';
    background: rgb(32,194,245);
    background: linear-gradient(90deg, rgba(32,194,245,1) 0%, rgba(219,82,249,1) 40%, rgba(199,114,160,1) 78%, rgba(243,165,71,1) 100%);
    position: absolute;
    top: 8vw;
    left: 30vw;
    right: 30vw;
    bottom: 14vw;
    -webkit-backdrop-filter: blur(5px);
    filter: blur(200px);
    display: block;
    transform: scale(.9);
    z-index: -1;
    opacity: .8;
    animation-name: hero-bg-rotate;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
.hero-bg{
    position: absolute;
    bottom: -102px;
    right: 0;
    left: 0;
    width: 80%;
    margin: auto;
    max-width: 100%;
    object-fit: contain;
    animation-name: hero-bg-rotate;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes hero-bg-rotate {
	0%   {transform: rotate(0);}
  	25%  {transform: rotate(50deg);}
  	50%  {transform: rotate(80deg);}
  	75%  {transform: rotate(120deg);}
  	100% {transform: rotate(180deg);}
}


.hero h1{font-family: 'Raleway';font-style: normal;font-weight: 800;font-size: 90px;line-height: 88px;text-align: center;text-transform: uppercase;color: #FFFFFF;margin-bottom: 25px;}
.hero p{font-family: 'Raleway';font-style: normal;font-weight: 500;font-size: 20px;line-height: 23px;text-align: center;color: #FFFFFF;margin-bottom: 65px;}
.hero .arrowDown{
	position: relative;
	display: inline-block;
	border: 1px solid #fff;
	padding: 15px 15px 7px;
	border-radius: 50px;
	transition: all ease .3s;
	margin-bottom: 15px;
}
.hero .arrowDown .one{
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #fff;
    transition: all ease .3s;
}
.hero .arrowDown .two{
    width: 10px;
    height: 1px;
    background: #fff;
    display: inline-block;
    position: absolute;
    bottom: 17px;
    transform: rotate(-45deg);
    right: 7px;
}
.hero .arrowDown .three{
    width: 10px;
    height: 1px;
    background: #fff;
    display: inline-block;
    position: absolute;
    bottom: 17px;
    transform: rotate(45deg);
    left: 7px;
}
.hero .arrowDown:hover{
    margin-bottom: 0;
}
.hero .arrowDown:hover .one{
    height: 35px;
}


.tagsSec{}
.tagsSec .card{
    margin-bottom: 22px;
}
.tagsSec .card .img-box{
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 18px;
}
.tagsSec .card .img-box .img-wrap{
    overflow: hidden;
}
.tagsSec .card .img-box .img-wrap img{
	transition: all ease .3s;
	transform: scale(1.0);
	width: 100%;
}
.tagsSec .card .img-box .img-wrap:hover img{
	transform: scale(1.5);
}

.tagsSec .card .cnt-box{
    background: #1A1B1A;
    padding: 25px;
    border-radius: 18px;
}
.tagsSec .card .cnt-box .tag{
    letter-spacing: -0.03em;
    text-transform: uppercase;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
}
.tagsSec .card .cnt-box h3{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}
.tagsSec .card .cnt-box:hover .btn{
    background: #1a1b1a !important;
    /* border-color: #1a1b1a !important; */
    padding-right: 35px;
    padding-left: 18px;
}
.tagsSec .card .cnt-box:hover .btn-primary .ti-arrow-right {
    display: inline;
}
.tagsSec .card .cnt-box p{
    color: #BABABA;
}

.tagsSec .card .cnt-box .tag-strategy{
    color: #0676C6;
}
.tagsSec .card .cnt-box .tag-design{
    color: #B71DFF;
}
.tagsSec .card .cnt-box .tag-development{
    color: #FF511B;
}
.tagsSec .card .cnt-box .tag-marketing{
    color: #FFC833;
}


.launchFast{}
.launchFast h2{font-family: 'Raleway';font-style: normal;font-weight: 400;font-size: 40px;line-height: 47px;text-align: center;color: #FFFFFF;padding: 0 70px;}


.logoSec{}
.logoSec span{
    display: inline-block;
    /* padding: 18px 55px; */
    margin: 0 5px;
    width: 100%;
    height: 90px;
    background: #212121;
    border-radius: 13.1204px;
    /* transform: matrix(-1, 0, 0, 1, 0, 0); */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.logoSec span img{
    max-height: 54px;
    object-fit: contain;
    width: 65% !important;
    max-width: 90%;
}
.logoSec .owl-dots{
    display: none;
}
.logoSec .logoslide1{
    margin-bottom: 10px;
}

.clientTesti{}
.clientTesti .owl-carousel .owl-stage-outer{
    /* overflow: inherit; */
}
.clientTesti .owl-item{
    opacity: .5;
}
.clientTesti .owl-item.cloned:nth-child(3){
    /*opacity: 0;*/
}
.clientTesti .owl-item.active.center{
    opacity: 1;
}

.clientTesti .item{
    width: 100%;
    padding: 0 150px 0 0;
    background:#000;
}

.clientTesti .item .client-logo h3{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.clientTesti .item p{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    margin: 18px 0;
    color: #fff;
}
.clientTesti .item .quote-icon{
    width: auto;
}
.clientTesti .item .client-icon{
    width: auto;
}

/*  Numbers */
.owl-dots {
    counter-reset: dots;
}
.owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
}

.clientTesti .owl-dot{
    border: 1px solid !important;
    display: inline-block !important;
    width: 46px !important;
    height: 50px;
    font-size: 20px !important;
}
.clientTesti .owl-dot span{
    display: none !important;
}
.clientTesti .owl-dot.active{
    color: #fff;
}
.owl-theme .owl-nav{
	display: none;
}

.middleBanner{
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 100px 0;
}
.middleBanner:before{
    content: '';
    background: rgb(32,194,245);
    background: linear-gradient(90deg, rgba(32,194,245,1) 0%, rgba(219,82,249,1) 40%, rgba(199,114,160,1) 78%, rgba(243,165,71,1) 100%);
    position: absolute;
    top: 6vw;
    left: 50vw;
    right: 18vw;
    bottom: 14vw;
    -webkit-backdrop-filter: blur(5px);
    filter: blur(150px);
    display: block;
    transform: scale(.9);
    z-index: 1;
    opacity: 1;
    animation-name: hero-bg-rotate;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
.middleBanner .bg-round{
	animation-name: hero-bg-rotate;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	position: absolute;
	top: -85px;
	right: 0;
	width: 82%;
}
.middleBanner .coverImage{
    background-size: cover;
    position: relative;
    box-shadow: inset 0 0 5px 6px #000;
}
.middleBanner .coverImage:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: .2;
}
.middleBanner .coverImage h2{
    text-align: right;
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    padding: 20vw 2vw 20vw 30vw;
    line-height: 1;
    text-transform: uppercase;
    /*position: relative;*/
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.leftRightSlider{}
.leftRightSlider .owl-carousel{
        cursor: url(../imgs/cursor2.svg), auto;
        transform: scale(1.04);
}
.leftRightSlider .item{
    width: 335px;
}
.leftRightSlider .item div:nth-child(1){
	margin-top: 0;
}
.leftRightSlider .item .text-box{
    height: 210px;
    background: #1A1B1A;
    /* padding: 20px; */
    border-radius: 15px;
    margin: 0 2px;
    height: 262px;
}
.leftRightSlider .item .img-box{
	height: 262px;
	background: #1A1B1A;
	/* padding: 20px; */
	border-radius: 15px;
	margin: 15px 2px;
}

.leftRightSlider .item .text-box,
.leftRightSlider .item .img-box{
    /* min-height: 250px; */
    overflow: hidden;
}

.leftRightSlider .item .img-box.head-box,
.leftRightSlider .item .text-box.head-box{
   display: flex;
   align-items: end;
}
.leftRightSlider .owl-item:nth-child(even) .item{
    /* padding: 35px 0; */
}
.leftRightSlider .item img{
    border-radius: 15px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.leftRightSlider .item h3{
    color: #fff;
    padding: 20px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 42px;
    letter-spacing: -0.03em;
}
.leftRightSlider .item p{
    padding: 20px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 0;
    padding-bottom: 0;
}

.leftRightSlider .item .btn{
    margin: 20px;
    display: table;
}

.leftRightSlider .owl-dots{
	display: none;
}


.yourBusiness{}
.yourBusiness h2{
    color: #fff;
    padding: 0 100px;
    margin-bottom: 30px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 80px;
    line-height: 94px;
    text-align: center;
}

.faq{}
.faq h3{
	color: #fff;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 38px;
}
.faq #accordion{
    margin-top: 38px;
}
.faq .card{
    margin-bottom: 8px;
}
.faq .card-header{
	padding: 9px 0;
	border: 0;
}
.faq .card-header a{
	color: #fff;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
}


.faq .card-header a:after{
	content: "\e648";
	font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 15px;
}
.faq .card-header a.collapsed:after{
	content: "\e64b";
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 15px;
}
.faq .card-body,
.faq .card-body p{
	color: #b7b7b7;
	margin: 0;
	padding: 20px;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: -0.03em;
}
.faq .card-body ol{
    margin-left: 18px;
    margin-top: 8px;
}

.ctaSec{}
.ctaSec .ctsBox{
	    background: rgb(35,189,244);
	    padding: 60px;
	    border-radius: 12px;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    background: linear-gradient(89.99deg, #1BCCF6 -1.74%, #6A3BE3 30.98%, #E354FB 71.22%, #F5AE31 101.27%);
}
.ctaSec .ctsBox h2{
    color: #fff;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
}
.ctaSec .ctsBox .btn-dark{
    background: #000;
    border-color: #000;
    text-transform: uppercase;
    padding: 10px 18px;
}

footer{
	padding: 0 0 45px;
	color: #fff;
}

footer .call{
	color: #fff;
	font-size: 26px;
}
footer .email{
	color: #fff;
	font-size: 20px;
}

.social-media{
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-media li{
    display: inline-block;
    margin: 0 3px;
}
.social-media li a{
    background: #fff;
    width: 50px;
    display: inline-block;
    height: 50px;
    padding: 9px;
    border-radius: 40px;
    color: #000;
    font-size: 24px;
    text-align: center;
}



.contact-form{
    color: #fff;
}
.contact-form h2{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
    align-items: center;
    letter-spacing: -1.8px;
    color: #FFFFFF;
}
.contact-form ul{
    list-style: none;
    margin-top: 50px;
}
.contact-form ul li{
    margin-bottom: 20px;
}
.contact-form ul li p{
    font-style: normal;
    font-weight: 300;
    font-size: 19px;
    line-height: 28px;
    margin: 0;
}
.contact-form ul li p b{
    /* font-family: 'Inter'; */
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 28px;
}
.contact-form .cnt-form{}
.contact-form .cnt-form form{}
.contact-form .cnt-form input.btn2.btn-primary{
    padding: 10px 32px;
}
.contact-form .cnt-form select option{
    color: #000;
}
.contact-form .cnt-form form .form-group{
    margin-bottom: 15px;
}
.contact-form .cnt-form form .form-group label{
    /* font-family: 'Inter'; */
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 18px;
    color: #FFFFFF;
}
.contact-form .cnt-form form .form-group .form-control{
    letter-spacing: -0.84px;
    color: rgb(255 255 255);
    font-style: normal;
    font-weight: 300;
    font-size: 19px;
    background: transparent;
    border: 0;
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid #ffffff59;
    outline: none;
    box-shadow: none;
    height: 48px;
    font-family: sans-serif;
}
.contact-form .cnt-form form .form-group.hide{
    display: none;
}
.contact-form .cnt-form form .form-group textarea{
	min-height: 100px;
}

.navbar-dark .navbar-toggler{
    background-image: url(../imgs/gradient-bg.png);
    background-size: 394%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    height: 40px;
}


@media screen and (max-width: 1024px){
	.hero{
	    padding: 15vw 0 10vw;
	}
	.hero h1{
	    font-size: 8vw;
	    line-height: initial;
	}
	.launchFast{
		padding: 0;
	}
	.launchFast h2{
		font-size: 4vw;
		line-height: initial;
		padding: 0 4vw;
	}
	.clientTesti .item p{
		line-height: initial;
		font-size: 20px;
	}
	.middleBanner .coverImage h2{
	    padding: 14vw 2vw 14vw 8vw;
	    font-size: 9vw;
	}
	.middleBanner{
		padding: 0;
	}
	.leftRightSlider .item p{
		font-size: 16px;
		line-height: initial;
		margin: 0;
	}
	.yourBusiness h2{
		font-size: 7vw;
		line-height: initial;
		padding: 0 5vw;
	}
	.faq{
		padding: 0;
	}
	.ctaSec .ctsBox{
		padding: 5vw;
	}
	.ctaSec .ctsBox h2{
		font-size: 4vw;
		line-height: initial;
	}
}


@media screen and (max-width: 991px){
	.clientTesti .item{
		padding: 0 10vw 0 0;
	}
    .custom-navbar .nav-link{
        margin-bottom: 0;
        margin-top: 0;
        text-align: left;
    }
    .custom-navbar .navbar-collapse{
        background: #39296a;
        padding: 15px;
        border-radius: 14px;
        margin-top: 5px;
    }
    .custom-navbar .dropdown-menu .left-full-img{
        width: 100%;
        height: 200px;
    }

}

@media screen and (max-width: 768px){
	.hero p{
	    font-size: 18px;
	}
    .hero:after{
        top: 13vw;
        left: 15vw;
        right: 15vw;
        bottom: 22vw;
        opacity: 1;
        filter: blur(150px);
    }
	.launchFast h2{
		font-size: 5vw;
	}
	.clientTesti .owl-dot{
	    margin-top: 58px;
	    width: 30px !important;
	    height: 30px;
	    font-size: 13px !important;
	}
	.leftRightSlider .item .text-box,
	.leftRightSlider .item .img-box{
		height: auto;
		min-height: 130px;
	}
	.leftRightSlider .item .btn{
		display: inline-block;
		margin: 0 0 16px 20px;
	}
	.leftRightSlider .item h3{
		line-height: initial;
		font-size: 6vw;
	}
	.ctaSec .ctsBox{
		display: block;
	}
	.ctaSec .ctsBox h2{
		font-size: 6vw;
	}
	.social-media li a{
		width: 36px;
		height: 36px;
		font-size: 15px;
	}
	.contact-form h2{
		font-size: 7vw;
		line-height: initial;
	}

}
@media screen and (max-width: 540px){
	.contact-form h2{
		font-size: 10vw;
	}
}


.error{
    padding: 140px 0;
    /* height: 82vh; */
    display: flex;
    align-items: center;
    /* min-height: 550px; */
}
.error h2{
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.error h2 b{
    font-weight: 800;
}


/*-------------*/
.newleft-right-sec{
    padding: 0;
    cursor: url(../imgs/cursor2.svg), auto;
    margin: 200px 0;
}
.newleft-right-sec .nonloop2{
    overflow-x: hidden;
    display: flex;
    /* scroll-behavior: smooth; */
    transition: .5s;
}
.newleft-right-sec .nonloop2 .item{
    min-width: 350px;
    /* min-height: 350px; */
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    flex-wrap: wrap;
}
.newleft-right-sec .nonloop2 .item{}
.newleft-right-sec .nonloop2 .item .text-box{
    width: 100%;
    height: 262px;
    margin: 10px;
}
.newleft-right-sec .nonloop2 .item .text-box.head-box{}
.newleft-right-sec .nonloop2 .item .text-box h3{}
.newleft-right-sec .nonloop2 .item .img-box{
    width: 100%;
    height: 262px;
    margin: 10px;
}
.newleft-right-sec .nonloop2 .item .img-box img,
.newleft-right-sec .nonloop2 .item .text-box img{
    height: 100%;
    width: 100%;
    object-fit: cover;

}

.page-haeder{
    position: relative;
}
.page-haeder .bg-text{
    font-size: 25vw;
    font-weight: bold;
    color: #000000;
    opacity: .2;
    text-shadow: 0 0 3px #ffffff, 0 0 1px #000000;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
    top: -130px;
}
.page-haeder h2{
    color: #fff;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    text-align: center;
    padding-top: 72px;
}


.services-inner{
    padding-bottom: 200px;
}
.services-inner .card{
    text-align: center;
    display: block;
    border: 2px solid #202020;
    padding: 50px 15px 35px 15px;
    border-radius: 14px;
    margin-bottom: 25px;
    min-height:458px;
}
.services-inner .card:before{
    content: '';
    height: 3px;
    background: #ccc;
    /* background: rgb(32,194,245); */
    background: linear-gradient(90deg, rgba(32,194,245,1) 0%, rgba(219,82,249,1) 40%, rgba(199,114,160,1) 78%, rgba(243,165,71,1) 100%);
    position: absolute;
    top: 0;
    z-index: 5;
    width: 60px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0 0 10px 10px;
}
.services-inner .card img{
    width: 100px;
}
.services-inner .card h3{
    color: #fff;
    padding: 20px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: -0.03em;
}
.services-inner .card p{line-height:30px;}

/* 09-02-2023 */
.brand_strategy{
            padding-right: 10vw;
    }
    .brand_strategy .nav-item{
        border: 0;
        padding: 0;
        width:100%;
    }
    .brand_strategy .nav-item a.active h2{
        font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-size: 48px;
line-height: 56px;

color: #FFFFFF;
opacity: 1;

    }
    .brand_strategy img{border-radius:0 21px 21px 0;}
    
    .brand_strategy h2{
        font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-size: 48px;
line-height: 56px;

color: #FFFFFF;

opacity: 0.4;
    }

    .brand_strategy ul li{
        font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 38px;
/* identical to box height */
color: #FFFFFF;
opacity: 0.8;
list-style: none;
    padding: 8px 0;
    margin: 0;
    border-top: 1px solid #4a4a4a;

    }
    
    .the_market{}
    .the_market h2{
        font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-size: 40px;
line-height: 47px;
text-align: center;

color: #FFFFFF;
    }
    
     .area_focus{}
    .area_focus h2{
        font-family: 'Raleway';
font-style: normal;
font-weight: 300;
font-size: 60px;
color: #FFFFFF;
    }
    .area_focus p{
        font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 28px;

color: #FFFFFF;

    }
    
     .image-hero-slider{
        display: flex;
        /*flex-wrap: wrap;*/
    }

    
    .image-hero-slider .item{
        /*flex: 0 0 25%;*/
        /*max-width: 25%;*/
        width: 33.3%;
        transition: all ease .3s;
        min-height: 716px;
        background-size: cover;
        transition: all ease .3s;
        border-right:1px solid #fff;
        position:relative;
    }
    .image-hero-slider .item p{opacity:0;transition:all 0.5 ease-in-out;}
    .image-hero-slider .item:hover{
        /*flex: 0 0 50%;*/
        width: 50%;
    }

    .image-hero-slider .item:hover p{opacity:1;}

    .image-hero-slider .item .inner{
        width: 320px;
    padding: 40px;
    }


    .image-hero-slider .item h5{
    font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 28px;

color: #FFFFFF;
    }
    .image-hero-slider .item h3{
        font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 36px;
/* or 112% */


color: #FFFFFF;
    }
    .image-hero-slider .item p{
        font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 23px;

color: #FFFFFF;
    }
    .image-hero-slider .item .btn2 i{color:#fff;}
    .image-hero-slider .item .btn2{border-radius:0;position:absolute;bottom:20%;background:rgba(255,255,255,0);color:transparent;}
    .image-hero-slider .item:hover .btn2{background:rgba(255,255,255,1);color:#000;}
    .image-hero-slider .item:hover .btn2 i{background:rgba(255,255,255,1);color:#000;}
    .image-hero-slider .item .btn2:active{color:#333;}
    
    .our_process{}
    .our_process h2{
        font-family: 'Raleway';
font-style: normal;
font-weight: 300;
font-size: 60px;
color: #fff;
    }
    .our_process p{
        font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 28px;
color: #fff;
    }
    
    .business_branding .btn2:active{color:#333 !important;pointer-events:none;}
        .business_branding .inner{
            background: #1A1B1A;
    border-radius: 20px;
    text-align: center;
    padding: 100px 10vw;
        }
        .business_branding .inner h2{
            font-family: 'Raleway';
font-style: normal;
font-weight: 500;
font-size: 40px;
line-height: 47px;
/* identical to box height */

text-align: center;

color: #FFFFFF;
        }
        .business_branding .inner p{
            font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 28px;
text-align: center;

color: #FFFFFF;
        }
        .business_branding .inner form{
                width: fit-content;
    display: flex;
    margin: 45px auto;
        }
        .business_branding .inner form input{
                /*font-family: 'Inter';*/
    font-style: normal;
    font-weight: 300;
    font-size: 19px;
    line-height: 23px;
    display: flex;
    align-items: center;
    letter-spacing: -0.84px;
    color: rgba(108, 117, 125, 0.8);
    background: transparent;
    border: 0;
    padding: 10px 0;
    border-bottom: 1px solid;
    border-radius: 0;
    height: auto;
        }
        .business_branding .inner form .btn{}
        
        .choose_hues{}
    .choose_hues h2{
        font-family: 'Raleway';
font-style: normal;
font-weight: 300;
font-size: 60px;
line-height: 100%;
color: #fff;
    }
    .choose_hues p{
        font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 28px;
color: #fff;
    }
    
    .leftRightSlider_two{
        cursor: url(../imgs/cursor2.svg), auto;
    }
    .leftRightSlider_two .owl-item{
        padding: 0 0 22px;
    }
    .leftRightSlider_two .item{
        border-radius: 8px;
    padding: 0px 26px 40px;
    width: 335px;
    height: 100%;
    border: 1px solid;
    margin: 15px 0 0;
    }
    .leftRightSlider_two .item .boxInn{
    /*padding: 0px 20px;*/
    /*border: 1px solid;*/
    /*border-radius: 8px;*/
    }
    .leftRightSlider_two .owl-stage{
        display: flex;
    }
    .leftRightSlider_two .item h4{
            font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    opacity: 0.8;
    top: -20px;
    display: inline-block;
    position: relative;
    background: #000;
    padding: 0 11px;
    }
    .leftRightSlider_two .item h3{
        font-family: 'Raleway';
font-style: normal;
font-weight: 600;
font-size: 36px;
line-height: 42px;
letter-spacing: -0.03em;

color: #FFFFFF;
    }
    .leftRightSlider_two .item p{
        font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 28px;
letter-spacing: -0.03em;

color: #FFFFFF;

opacity: 0.8;
    }
    
     .hero-imagesMain{
        padding: 150px 0 100px;
    position: relative;
    overflow: hidden;
    }

.hero-imagesMain .col-lg-2:nth-child(odd) .card{padding-top:20px;}

    .hero-imagesMain:after{
            content: '';
    background: rgb(32,194,245);
    background: linear-gradient(90deg, rgba(32,194,245,1) 0%, rgba(219,82,249,1) 40%, rgba(199,114,160,1) 78%, rgba(243,165,71,1) 100%);
    position: absolute;
    top: 8vw;
    left: 30vw;
    right: 30vw;
    bottom: 14vw;
    -webkit-backdrop-filter: blur(5px);
    filter: blur(200px);
    display: block;
    transform: scale(.9);
    z-index: -1;
    opacity: .8;
    animation-name: hero-bg-rotate;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    }
    .hero-imagesMain .hero-images{
         -moz-column-count:    5;
  -webkit-column-count: 5;
  column-count:         5;
      column-gap: 22px;
          transform: scale(1.2);
    }
    .hero-imagesMain .hero-images img{
        width: 100%;
    border-radius: 30px;
    margin-bottom: 22px;
    }
/* 09-02-2023 */


.gallery__img{padding:20px 30px;}
.gallery__img{height:120px;object-fit:contain;max-width:100%;}
.logo-gallery{max-height:140px;overflow:hidden;}
.unteched-bg{background:#F3F3F3;min-height:500px;position:relative;overflow:hidden;z-index:-1;padding:100px 0;}



.sp-tabs{
    margin-bottom: -225px;
        position: relative;
    z-index: 5;
}
.sp-tav-content ul{
    padding-top: 225px;
}

@media screen and (max-width: 767px){
    .sp-tabs{
        margin-bottom: 0px;
    }
    .sp-tav-content ul{
        padding-top: 0px;
    }
    .brand_strategy h2,
    .brand_strategy .nav-item a.active h2{
        font-size: 28px;
        line-height: inherit;
        margin-bottom: 0;
    }
    .brand_strategy ul li{
        font-size: 18px;
        line-height: inherit;
        padding: 4px 0;
    }
    .brand_strategy{
        padding-right: 0vw;
            padding-bottom: 0;
    }
}




















