body,html{ height: 100% }
html{ scroll-behavior: smooth; }
body{
	margin: 0;
	padding: 20px 0 0;
	font-family: 'poppins', sans-serif;
	font-size: 13px;
	background: #FFFFFF;
	line-height: 1.8;
}

*,p,h1,h2,h3,h4,h5,h6,ul{ margin: 0 }

ul{
	padding: 0;
	list-style-type: none;
}

a,a:hover{ text-decoration: none; }

a{
	color: inherit;
	text-decoration: none;
}

.td{ text-decoration: none !important; }

.fw1{ font-weight: 400; }
.fw2{ font-weight: 500; }
.fw3{ font-weight: 600; }
.fw4{ font-weight: 700; }

.inline{ display: inline-block; }

h1,h2,h3,h4,h5,h6{ font-weight: bold; }

.trans{
	transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.flex{ display: flex; }
.jc{ justify-content: center; }
.jcb{ justify-content: space-between; }
.ai{ align-items: center; }

.pointer{ cursor: pointer; }

.rel{ position: relative; }
.abs{ position: absolute; }

.fs11{ font-size: 11px !important}
.fs12{ font-size: 12px !important}
.fs13{ font-size: 13px !important}
.fs14{ font-size: 14px !important}
.fs15{ font-size: 15px !important}
.fs16{ font-size: 16px !important}
.fs17{ font-size: 17px !important}
.fs18{ font-size: 18px !important}
.fs19{ font-size: 19px !important}
.fs20{ font-size: 20px !important}

.fs22{ font-size: 22px !important}
.fs24{ font-size: 24px !important}
.fs26{ font-size: 26px !important}
.fs28{ font-size: 28px !important}

.fs30{ font-size: 30px !important}
.fs35{ font-size: 35px !important}
.fs40{font-size: 40px !important;}
.fs50{ font-size: 50px !important}
.fs75{ font-size: 75px !important}

.br100{ border-radius: 100px }
.br13{ border-radius: 13px }
.br5{ border-radius: 5px }

.m0{ margin: 0 !important }

.m10{margin: 10px 0;}
.m15{ margin: 15px 0; }
.m20{margin: 20px 0;}

.mt5{ margin-top: 5px }
.mt10{ margin-top: 10px }
.mt15{ margin-top: 15px }
.mt20{ margin-top: 20px }

.mb5{ margin-bottom: 5px }
.mb10{ margin-bottom: 10px }
.mb15{ margin-bottom: 15px }
.mb20{ margin-bottom: 20px }

.mr5{ margin-right: 5px }
.mr10{ margin-right: 10px }
.mr20{ margin-right: 20px }

.ml5{ margin-left: 5px }
.ml10{ margin-left: 10px }
.ml20{ margin-left: 20px }

.cgray{color: rgb(158 158 158);}


:root{

--first: #202062;

--second: #FEB413;

--third: #26407B;

--forth: #06BEFF;
}


.fwrap{ flex-wrap: wrap; }

.w100{ width: 100%; }



.header{

position: fixed;

width: 100%;

top: 0;

z-index: 999;
}
.main-link{
	color: white !important
}
.main-link:hover, .mainUl .active
{
	color: var(--forth) !important;
}
.mainUl{

margin-left: 30px;
}

.mainUl li
{ display: inline-block; }


.main-link{

margin: 0 9px;

font-size: 12px;
}

.shape1{
    background: var(--first) url(../img/home1.png) no-repeat;
    background-position: 160% 109%;
    background-size: 1040px;
    padding: 200px 60px 390px;
    border-radius: 50px;
    overflow: hidden;
}


.slidHome{

height: 500px;
}



.cwhite{ color: white !important }

.csecond{ color: var(--second) }


.cthird{ color: var(--forth); }


.shape1::after{
	content: '';
	width: 100%;
	height: 330px;
	background: url(../img/shape1.png) no-repeat;
	background-size: 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}



.logo-main{
	
width: 100px;
}

.headerFlex{
	padding: 60px 80px 0;
	transition: 0.3s ease;
}



.headBack{
	background: var(--third);
	padding: 13px 20px;
	border-radius: 13px;
}


.up{ z-index: 1; position: relative; }

.us{ user-select: none; }


.btn1{
    background: #26407B;
}


.homeSlidBtn{
	
padding: 6px 40px;
	
border: 2px solid;
}



.sliderHand{
	background: url(../img/sliderHand.png) no-repeat;
	background-size: cover;
	width: 500px;
	height: 1060px;
	top: -190px;
	right: -10px;
}


.headerBtn{
    padding: 10px 20px;
	border-radius: 13px;
}


.headBtn1{
    background: var(--first);
}
.headBtn2{
    background: #f2f2f6 !important;
    color: var(--first) !important;
    border: 1px solid;
    margin: 0;
}

.homeSec2{
    margin-top: 230px;
    background: url(../img/tri1.png) -40px 80px no-repeat;
    background-size: 550px;
    padding-bottom: 60px;
}


.btn2{
	
background: none;
}
.sec2Inner{
	
margin-top: 100px;
	
padding-left: 80px;
}

.sec2Icon{

width: 100px;

height: 100px;

box-shadow: 7px 7px 27px rgb(151 151 151 / 18%);

border-radius: 13px;

margin-bottom: 40px;
}
.sec2Icon img{
	
height: 41px;
}
.sec2Box{margin-bottom: 60px;}



.sec2Box .head{

color: var(--first);
}


.cfirst{ color: var(--first); }
.cforth{ color: var(--forth); }

.testiHead{
	
padding-bottom: 10px;
}

.testiHead::after{
	content: '';
	display: inline-block;
	position: absolute;
	height: 40px;
	width: 2px;
	background: #F1F1F1;
	top: 130%;
	left: 0;
	right: 0;
	margin: auto;
}


.testiHead::before{
	content: '';
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 84%;
	background: #F1F1F1;
	top: 180%;
	left: 0;
	right: 0;
	margin: auto;
}



.teamBox1{


border-radius: 100px;

padding: 15px;

padding-bottom: 44px;

margin-top: 80px;
}




.teamImg{

width: 150px;

height: 150px;

object-fit: contain;

margin-bottom: 17px;
}
.teamName{

font-size: 18px;

line-height: 1.2;
}
.teamDesc{

color: var(--forth);

font-size: 11px;
}

.teamPlus{
	background: var(--forth) url(../img/plus1.png) no-repeat center;
	background-size: 16px;
	height: 40px;
	width: 40px;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
	bottom: -20px;
}



.teamPlus:hover{
	background-color: #05a3db;
}





.teamBox1::before{
	content: '';
	position: absolute;
	height: 40px;
	width: 2px;
	background: #F1F1F1;
	top: -44px;
	left: 0;
	right: 0;
	margin: auto;
}

.teamBoxHov{
	
width: 240px;
	
position: absolute;
	
background: white;
	
top: 120%;
	
box-shadow: 0 4px 16px #a3a3a340;
	
padding: 20px 20px;
	
font-size: 12px;
	
border-radius: 10px;
	
left: -30px;
	
display: none;
	
color: gray;
	
z-index: 5;
}

.sec3Home{
	
padding: 0 0 100px;
}

.testiHome{
}

.testiLeftBox{

padding: 14px 19px;

border-radius: 28px;

margin: 10px 0;
}
.testiUser1{
	
width: 69px;
	
margin-right: 20px;
}



.testiRightCont{

padding-left: 120px;
}
.arrowTesti{
	
padding: 22px 24px;
	
border-radius: 21px;
	
background: white;
}

.testiArrows .arrowDown,
.testiArrows .arrowDown_career
{
	
transform: rotate(-180deg);
}


.testiArrows{
    flex-direction: column;
    width: 80px;
    position: absolute;
    left: 0;
    left: 19px;
    z-index: 5;
}

.testiBodyCont{

}
.testiBody{

}
.starTesti .starImg{
	
width: 17px;
	
margin-right: 3px;
}



.portfolioCont{
	background: var(--forth);
	border-radius: 50px;
	padding: 170px 70px 30px;
}



.portfolioCont::before{
	content: '';
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 400px;
	background: url(../img/shape2.png) no-repeat;
	background-size: contain;
	left: 0;
	top: 0;
}

.portBox{
	background: white;
	overflow: hidden;
	border-radius: 12px;
	margin-top: 20px;
}
.prodImgBox{

background: var(--third);

height: 250px;
}
.prodImgBox .prodImg {

width: 160px;
}

.prodInner{
	
padding: 10px 20px;
}


.prodHov{
	opacity: 0;
	backdrop-filter: blur(12px);
	height: 100%;
	width: 100%;
	transition: 0.4s ease;
	background: rgb(255 255 255 / 11%);
}


.prodHov img{
	
width: 38px;
	
margin: 11px;
}

.prodImgBox:hover .prodHov{
	opacity: 1;;
}

.prodBg2{
	background: #061D35
}


.careerCont{
	
border-radius: 50px  50px 0 0;
	
background: var(--first);
	
padding: 0 70px;
	
margin-top: 20px;
	
height: 630px;
	
overflow: hidden;
}

.careerLeft{
	padding: 50px 0;
}

.hiringSlider h1{

font-size: 100px;

opacity: 0.15;

font-weight: 600;

line-height: 1;

margin: -2px;
}

.careerSlider{
	
padding: 90px 0 0;
}
.careerSlide{

padding: 30px 40px;
}



.careerCont::before{
	content: '';
	width: 100%;
	height: 347px;
	display: block;
	background: url(../img/shape1.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: -10px;
}

.hiringSlider {
	
position: relative;
	
top: -40px;
	
}




.contactCont{
	
margin: -70px 0 0;
}


.inp1{ width: 100%; }



.inp1{
	
padding: 10px 17px;
	
border: 1px solid transparent;
	
box-shadow: 0 0 21px 11px rgb(179 179 179 / 12%);
	
border-radius: 5px;
	
margin-bottom: 20px;
transition: 0.25s ease;
	
outline: none;
}
.txtarea{
	
max-width: 100%;
	
min-width: 100%;
	
min-height: 240px;
	
max-height: 330px;
}


.inp1:hover,
.inp1:focus{
	border: 1px solid var(--forth);
}


.footer{
	
    padding: 260px 70px 40px;
    background: var(--first);
    border-radius: 0px 0px 50px 50px;
    margin-top: -50px;
    z-index: -1;

}

.footLogo{
	
width: 160px;
}


.footer::before{
	content: '';
	position: absolute;
	display: block;
	background: url(../img/shape2.png) no-repeat;
	background-size: 100%;
	height: 300px;
	width: 100%;
	left: 0;
	top: 0;
}




.footerBtn{

padding: 12px 33px;

border-radius: 13px;
}
.footBtn1{

background: var(--third);

color: #cad3e9 !important;
}
.footBtn2{
	
background: white;
	
color: var(--first) !important;
}



.footerLink a, .footSocialLinks a
{

display: inline-block;

text-decoration: none !important;

margin: 6px 0;

font-size: 12px;
}
.footerLink .active,
.footerLink a:hover,
.footerLink a:focus,
.footSocialLinks a:hover,
.footSocialLinks a:focus
{
	color: var(--forth);
}



.footSocialLinks a{
	display: flex;
}


.footSocialLinks .fa{
	
color: var(--first);
	
background: white;
	
display: flex;
	
align-items: center;
	
justify-content: center;
	
height: 24px;
	
width: 24px;
	
border-radius: 100px;
}



.footSocialLinks a{
	
margin: 15px 0;
}

.footSocialLinks a:hover .fa{
	background: var(--forth);

}

.copyrightCont{
	
background: var(--first);
	
border-radius: 20px;
	
padding: 14px 20px;
}
















.slick-prev, .slick-next
{ display: none !important; }





.testiLeftSlider .slick-current,
.sh{ box-shadow: 0 5px 25px #99999933; }


.starTesti {display: flex;}

.slick-slider{ outline: none !important; }



.hiringActive{ opacity: 1 !important; }




.bar{
	display: none;
    top: 22px;
    right: 20px;
    z-index: 10;
    background: #323270;
    padding: 1px 5px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 13%);
    border-radius: 5px;
}

.bar span{
	display: block;
	margin: 4px 0;
	background: var(--forth);
	height: 2px;
	width: 16px;
}


.feadScroll{
    background: rgb(32 32 98 / 97%);
    padding: 0 10px;
}


.feadScroll .headBack{
	background: none;
}







/* What we do page  START */















.block1{
    background: var(--first);
    padding: 200px 60px 40px;
    border-radius: 50px 50px 0 0;
    position: relative;
}

.block1::after{
    content: '';
    width: 100%;
    height: 330px;
    background: url(../img/shape3.png) no-repeat top;
    background-size: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 95%;
    z-index: 10;
}



.tabFlex{

background: var(--third);

padding: 16px 20px;

max-width: 880px;
}
.tabFlex a{
	
font-size: 13px;
	
padding: 1px 18px;
	text-decoration: none !important;
color: hsl(0deg 0% 100% / 65%) !important;
	
border-right: 1px solid rgb(255 255 255 / 16%);
}

.tabFlex a:nth-last-child(1) {border: none; }

.tabFlex a:hover,
.tabFlex a:focus{
	color: var(--forth) !important;
}


.block2{
    background: var(--forth);
    padding: 180px 60px 90px;
    border-radius: 0 0 50px 50px;
    overflow: hidden;
    position: relative;
    margin-top: 74px;
}

.block2::after{
    content: '';
    width: 100%;
    height: 330px;
    background: url(../img/shape2.png) no-repeat top;
    background-size: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.graphicsDesCont img{
	margin-top: 100px;
}


.block3{
	border-radius: 50px 50px 0 0;
	background: var(--third);
	padding: 70px 100px 0;
	position: relative;
	margin-top: 27px;
}


.block3::before{
    content: '';
    width: 100%;
    height: 330px;
    background: url(../img/shape4.png) no-repeat top;
    background-size: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 91%;
    z-index: 10;
}


.MoveUp{
    position: relative;
    z-index: 20;
}



.digiMarketCont .block2{

background: var(--second);

margin-top: 55px;
}




.digiMarketCont img{
	
margin-top: 110px;
}



.markAnCont .block1{margin-top: 27px;padding: 60px 90px 10px;background: #222164;}



.markAnCont .block1::after{
    background-image: url(../img/shape5.png);
    top: 88%;
}


.webHostingCont .block2{
    margin-top: 39px;
}

.consultCont .block3{
    margin-bottom: 106px;
}

.testiContact{
	margin-top: 20px;
}







/* What we do page END  */




















/*who are we START*/


.whatWeCont{
	
margin-top: 220px;
}
.whatWeCont img{margin-top: 70px;}


.whoWeLine::after{
    content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 84%;
    background: #F1F1F1;
    top: 180%;
    left: 0;
    right: 0;
    margin: auto;
}


.whoWeArePage .teamBox1{
	margin: 40px 23px 50px;
}

.whatWeDoCont .whoWeLine::after{
	width: 100%;
}

.whatWeDoCont .whoWeLine{
	padding: 0 140px;
}
.whoWeArePage .teamFlex{
	flex-wrap: wrap;
}





/*who are we END*/











/*testimonials START*/


.testiPAge{

	padding-top: 200px;
}
.trustPilBtn{
	
border: 1px solid green;
	
padding: 14px 20px;
}













/*testimonials END*/







.portfoliPage{
	padding-top: 270px;
}

.portfoliPage .prodInner{
	border-bottom: 1px solid #b8cdff;
	border-radius: 0 0 10px 10px;
}


.tabCont2{

border: 2px solid var(--forth);

border-radius: 13px;

padding: 8px 20px;

overflow-x: auto;
}
.tab2S{
	
color: var(--forth);
	
padding: 7px 5px;
	
user-select: none;
	
cursor: pointer;
	
margin: 0 8px;
}
.tabCont2 .active,
.tabCont2 .tab2S:hover
{
	color: var(--first);
}


.testiContact{
	
padding-top: 160px;
}



.careerPage{
	padding-top: 230px;
}


.careerPage .careerImg{
	margin-top: 110px;
}


.head2{

font-size: 22px;

color: var(--first);
}
.subHead2{
	
font-weight: bold;
	
font-size: 18px;
	
color: var(--forth);
}

.dotList{

margin: 25px 0 0;
}

.dotList li {
	position: relative;
	padding-left: 20px;
	margin: 23px 0;
}

.dotList li::before {
	content: '';
	background: #6E6E6E;
	position: absolute;
	display: inline-block;
	height: 6px;
	width: 6px;
	border-radius: 100px;
	left: 0;
	top: 10px;
}


.slideTab{

}

.slideReadBtn{
	
font-weight: bold;
	
color: var(--forth);
	
font-size: 16px;
	
cursor: pointer;
}

.slideInner{
	display: none;
	padding-top: 50px;
}
.careerPageContact{
	padding-top: 150px;
}

.slideReadBtn{
	background: url(../img/arrowDown.png) no-repeat center right;
	padding-right: 25px;
	background-size: 12px;
}


.blogPage, .storePage{
	margin-top: 280px;
}

.blogThumb{
display: block;
border-radius: 14px;

overflow: hidden;
}

.whiteBox2{

padding: 11px;

box-shadow: 0 0 85px #a3a3a345;

border-radius: 14px;
}

.recentTag{
	
bottom: 20px;
	
right: 20px;
	
background: var(--first);
	
color: white;
	
padding: 6px 18px;
	
border-radius: 40px;
}


.blogTitle{
	
color: var(--first);
	
font-size: 55px;
	
font-weight: 600;
	
line-height: 1.25;
}



.blogHovCont{
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	backdrop-filter: blur(31px);
	transition: 0.35s ease;
	opacity: 0;
}

.blogHovCont img{
	width: 55px;
}

.blogHovCont:hover{
	opacity: 1;
}

.blogHovCont img{
	transform: scale(1);
	transition: 0.25s ease;
}

.blogHovCont img:hover{
	transform: scale(1.4);
}



.blogThumb .thumbImg {
	height: 100%;
	object-fit: cover;
}

.blogGrid .whiteBox2{
	
padding: 15px;
	
margin: 40px 0 0;
}

.priceAmt{
	color: white;
	background: var(--first);
	padding: 8px 17px;
	border-radius: 13px;
	margin-left: 10px;
}
.storeContact{
	margin-top: 80px;
}












@media screen and (max-width: 1200px) {




.main-link, .mainUl li, .headLeft,
.headerFlex, .bar, .teamFlex,
.footContact2
{ display: block; }




.mainUl, .sliderHand, .shape1::after,
.testiHead::before, .teamBox1::before,
.hiringSlider, .careerCont::before
{ display: none; }




.main-link, .mainUl li, .headLeft ,
.teamBoxHov
{ width: 100%; }




.headBack, .main-link, .contactCont,
.homeSec2 , .sec2Inner
{ margin: 0; }




.mainUl, .tac
{ text-align: center; }




.footSocialLinks a, .footContactFlex,
.footBtnFlkex
{ justify-content: center; }






.homeSec2, .shape1
{ background-image: none; }

















.headerFlex {
    padding: 20px 20px;
    background: rgb(32 32 98 / 97%);
    backdrop-filter: blur(4px);
}
.headBack{
	background: none;
	padding: 0;
}
.mainUl {
	padding: 14px 0;
}
.main-link{

background: #2b2b6a;

border-radius: 7px;

margin: 3px 0;

padding: 6px 0;
}


.shape1{
	
padding: 100px 40px 60px;
	
}

.sec2Inner{
    padding: 40px 30px 0;
    background: #f9f9fb;
    border-radius: 20px;
    margin-top: 60px;
}
.sec2Icon{
	margin: 0 auto 37px;
}

.teamBox1{
	
border-radius: 10px;
	
margin: 80px 20px 0;
}
.arrowTesti{
    padding: 10px 13px;
    border-radius: 11px;
}

.testiArrows { left: 0; }
.testiRightCont {
    padding-left: 79px;
}

.portfolioCont{
    padding: 0 34px 40px;
    padding-top: 90px;
}


.careerCont{
    padding: 0 34px 80px;
    height: initial;
    border-radius: 50px;
}

.careerSlider{
	padding: 0 0 0 50px;
}

.careerSlide {
    padding: 0 30px;
}
.contactCont{
	padding: 50px 20px;
}

.footer{
	
padding-top: 150px;
}

.footerLink {
    margin: 50px 0;
}
.teamBoxHov{
	left: 0;
}

.tabFlex{
	overflow-x: auto;
	justify-content: flex-start;
	padding: 14px 4px;
}


.block2{
	padding: 180px 34px 90px;
	margin-top: 11px;
}

.block3{
    padding: 70px 34px 90px;
    margin-top: 16px;
}


.webDevCont img{margin-bottom: 40px;}
.markAnCont .block1{
	
padding: 60px 40px 10px;
	
margin-top: 17px;
}
.tabFlex a{
	font-size: 11px;
	padding: 0px 13px;
}


.block3::before{
	top: 99%;

}

.testimImg{
	
margin: 0 0 50px;
}

.markAnCont .block1::after{
    top: 99%;
}

.consultCont .block3{
	
margin-bottom: 79px;
}
.fs75{font-size: 37px !important;margin-bottom: 10px;}

.whatWeDoCont .whoWeLine{
	padding: 0 10px;
}
.testiPAge {
    padding-top: 120px;
}
.portfoliPage {
    padding-top: 140px;
}
.careerPage {
    padding-top: 160px;
}
.blogPage, .storePage {
    margin-top: 140px;
}
.blogTitle{ font-size: 30px !important; }

.block1{
	padding: 120px 60px 40px;
}













}



















