@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Open+Sans:wght@400;700&family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@500;600&display=swap');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,300,700);
*{
	font-family: Open Sans;
	margin:0;
	padding: 0;
	box-sizing: border-box;
}

html{
	scroll-behavior: smooth;
}
body{
	font-family: 'Poppins', sans-serif;
	
}

/*header{
	height: 80px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	overflow-x: hidden;
}*/

ul{
	display: flex;
	list-style: none;
}

ul li a{
	padding: 0 20px;
	text-decoration: none;
	color: black;
	display: inline-block;
}


main{
	display: flex;
	height: calc(100vh - 100px);
	align-items: center;
	justify-content: center;
}

.hero-img{
	max-width: 680px;
	height: auto;
	border-radius: 100px;
	padding-left: 50px;
}

.content-left{
	
	width: 30%;
}

main h1{
	font-size: 54px;
	color: #133B4F;
	text-transform: uppercase;
}
.t1{
	padding-left: 30px;
	font-size: 3.5em;
  font-weight: 800;
  color: white;
  line-height: 1em;
  text-transform: uppercase;
}
.t2{
	padding-left: 30px;
	font-size: 3.5em;
  font-weight: 800;
  color: white;
  line-height: 1em;
}
 main h2{
 	font-size: 3.5em;
  font-weight: 800;
  color: black;
  line-height: 1em;
  text-transform: uppercase;
 }

 main p{
 	 font-size: 1em;
  color: black;
  margin: 20px 0;
  font-weight: 400;
  max-width: 700px;
 }
.p1{
	padding-top: -20px;
	font-size: 1em;
  color: white;
  margin: 20px 200px;
  font-weight: 500;
  max-width: 700px;
}

 .cta{
 	border:2px solid #fff;
 	padding: 10px 35px;
 	border-radius: 30px;
 	margin-right: 15px;
 }

 .logo{
 	 width: 190px;
    height: 47px;
    display: flex;
    margin-top: 10px;
    margin-right: 25px;
    flex-direction: row-reverse;
 }

.line{
	width: 15%;
	height: 5px;
	border:none;
	background: #26ccca;
	margin: auto;
	margin-top: 30px;
}
.auto1{
	font-size: 28px;
	color: black;
	font-weight: bold;
	font-family: 'Poppins';
}
.auto2{
	font-size: 45px;
	color: black;
	font-weight: bold;
	font-family: 'Poppins';
}

.info1{
	font-weight: bold;
	color: black;
	font-size: 20px;
}
.auto3{
	font-size: 30px;
	color: black;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
}

.client-wrap{
	width: 100%;
	height: 100%;
	padding-bottom:200px;
	padding-top: 100px;
	text-align: center;
}
.client-wrap h1{
	font-size: 60px;
	color: #555;
}
.name{
	padding-left: 100px;
	width: 90%;
	height: auto;
	text-align: center;
	font-size: 60px;
	color: #555;
}
.client-wrap hr{
	width: 15%;
	height: 5px;
	border:none;
	background: #26ccca;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.client-in{
	width: 100%;
	height: auto;
}
.client-in ul{
	padding: 0;
	margin:0;
}
.client-in ul li{
	list-style: none;
	display: inline-block;
	width: 150px;
	height: 100px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin: 10px;
	box-shadow: 0px 0px 0px -7px black;
	transition: .5s;
}
.client-in ul li img{
	width: 100%;
	height: 100%;
}
.client-in ul li img:nth-child(1){
	transform: translateY(0);
	transition: .5s;
}
.client-in ul li img:nth-child(2){
	transform: translateY(0);
	transition: .5s;
}
.client-in ul li:hover img:nth-child(1){
	transform: translateY(-100%);
	transition: .5s;
}
.client-in ul li:hover img:nth-child(2){
	transform: translateY(-100%);
	transition: .5s;
}



#myBtn {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #1ca9c9;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50px;
}

#myBtn:hover {
  background-color: #555;
}


h1{
	padding-top: 50px;
	font-size: 36px;
	font-weight: 600;
}
p{
	color: black;
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	padding: 10px;
}


h3{
	font-size: 25px;
	text-align: center;
	font-weight: 500;
	font-weight: bold;
	margin: 10px 0;
}


	figure.img1{
      transition: 1s ease;
    }
    .img1:hover{
      -webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: 1s ease;
cursor: pointer;
    }

.w-51{
	color: black
}
.mb-11{
	color: #007FFF;
	font-weight: bold;
	font-size: 15px;
}


.footer-distributed{
	background: linear-gradient(to bottom, #ffffff 0%, #99ccff 100%);
	box-shadow: 0 1px 1px 0;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 20px 20px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Open Sans', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
  font-weight:400;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #222;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  lightseagreen;
	text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: black;
  display: inline-block;
  padding-right: 3px;
}

.footer-distributed .footer-links .link-1:before {
  content:"|";
}

/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}

.mock{
	display: grid;
	padding-left: 524px;
}
a.a3 {
  background-image: linear-gradient(
    to right,
    #54b3d6,
    #54b3d6 50%,
    #000 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 15px;
  font-weight: 500;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

a.a3:before{
  content: '';
  background: #54b3d6;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

a.a3:hover {
 background-position: 0;
}

a.a3:hover::before{
  width: 100%;
}
.slide-left{
	animation: slideleft 1s linear forwards;
}
@keyframes slideleft{
	0%{
		transform: translate(100px);
		opacity: 0;
	}
	100%{
		transform: translate(0px);
		opacity: 1;
	}
}
p.slide-left{
	animation-delay: 2s;
}
h1.slide-left{
	animation-delay: 1s;
}
button.slide-left{
	animation-delay: 3s;
}
.button {
  color: #FFFFFF;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  border:2px solid #fff;
 	padding: 10px 35px;
 	border-radius: 30px;
 	margin-right: 15px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
.shrink{
	display: inline-block;
	position: relative;
}
.container_1{
	background-color: white;
	padding-top: 100px;
	padding-bottom: 100px;
}
h2.h2_1{
	color: black;
	padding-bottom: 50px;
	font-size: 50px;
	font-family: anton;
	font-weight: bold;
  text-align:center;
  padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.responsive-cell-block{
  min-height:75px;
}
.text-blk{
  margin-top:0px;
  margin-right:0px;
  margin-bottom:0px;
  margin-left:0px;
  line-height:25px;
}
.responsive-container-block{
  min-height:75px;
  height:fit-content;
  width:100%;
  display:flex;
  flex-wrap:wrap;
  margin-top:0px;
  margin-right:auto;
  margin-bottom:0px;
  margin-left:auto;
  justify-content:space-evenly;
  max-width:1320px;
  padding-top:0px;
  padding-right:0px;
  padding-bottom:0px;
  padding-left:0px;
}
.team-head-text{
  font-size:48px;
  font-weight:900;
  text-align:center;
  line-height:50px;
}
.text-blk.team-head-text{
  width:100%;
  margin-top:0px;
  margin-right:auto;
  margin-bottom:60px;
  margin-left:auto;
}
.card{
	background-color: rgba(0,0,0,0.07);
  display:flex;
  border-radius: 25px;
  flex-direction:column;
  align-items:center;
  padding-top:30px;
  padding-right:30px;
  padding-bottom:30px;
  padding-left:30px;
  text-align:center;
}
.text-blk.name{
  color: black;
  margin-top:25px;
  padding-right: 215px;
  margin-right:0px;
  margin-bottom:5px;
  margin-left:0px;
  font-size:25px;
  font-weight:800;
}
.text-blk.position{
  margin-top:0px;
  margin-right:0px;
  margin-bottom:10px;
  margin-left:0px;
}
.text-blk.featureText{
  margin-top:0px;
  margin-right:0px;
  margin-bottom:30px;
  margin-left:0px;
  color:rgb(122, 122, 122);
}
.responsive-cell-block.wk-desk-4.wk-ipadp-4.wk-tab-6.wk-mobile-12{
  width:350px;
  margin-top:0px;
  margin-right:30px;
  margin-bottom:40px;
  margin-left:30px;
}
.socialIcons{
  width:70px;
  display:flex;
  justify-content:space-between;
}
.responsive-container-block.container{
  padding-top:0px;
  padding-right:30px;
  padding-bottom:0px;
  padding-left:30px;
  margin-top:60px;
  margin-right:auto;
  margin-bottom:60px;
  margin-left:auto;
  overflow-x:hidden;
}
.team-img-wrapper{
  clip-path:circle(50% at 50% 50%);
  width:175px;
  height:175px;
}
#w-w-dm-id{
  overflow-x:hidden;
}
.responsive-container-block.cont{
  flex-wrap:nowrap;
}
.cardImg{
  border-radius:50%;
}
@media (max-width: 1024px){
  .responsive-container-block.cont{
    flex-wrap:wrap;
  }
  .responsive-cell-block.wk-desk-4.wk-ipadp-4.wk-tab-6.wk-mobile-12.card-cont{
    width:41%;
    margin-top:0px;
    margin-right:0px;
    margin-bottom:40px;
    margin-left:0px;
  }
}
@media (max-width: 768px){
  .responsive-cell-block.wk-desk-4.wk-ipadp-4.wk-tab-6.wk-mobile-12.card-cont{
    width:auto;
    min-width:auto;
    max-width:400px;
  }
}
@media (max-width: 500px){
  .responsive-cell-block.wk-desk-4.wk-ipadp-4.wk-tab-6.wk-mobile-12{
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px;
    margin-left:0px;
  }
  .responsive-container-block.container{
    padding-top:0px;
    padding-right:20px;
    padding-bottom:0px;
    padding-left:20px;
  }
} 
 .wk-desk-1{
    width: 8.333333%;
  }
  .wk-desk-2{
    width: 16.666667%;
  }
  .wk-desk-3{
    width: 25%;
  }
  .wk-desk-4{
    width: 33.333333%;
  }
  .wk-desk-5{
    width: 41.666667%;
  }
  .wk-desk-6{
    width: 50%;
  }
  .wk-desk-7{
    width: 58.333333%;
  }
  .wk-desk-8{
    width: 66.666667%;
  }
  .wk-desk-9{
    width: 75%;
  }
  .wk-desk-10{
    width: 83.333333%;
  }
  .wk-desk-11{
    width: 91.666667%;
  }
  .wk-desk-12{
    width: 100%;
  }
  
  @media (max-width: 1024px) {
    .wk-ipadp-1{
      width: 8.333333%;
    }
    .wk-ipadp-2{
      width: 16.666667%;
    }
    .wk-ipadp-3{
      width: 25%;
    }
    .wk-ipadp-4{
      width: 33.333333%;
    }
    .wk-ipadp-5{
      width: 41.666667%;
    }
    .wk-ipadp-6{
      width: 50%;
    }
    .wk-ipadp-7{
      width: 58.333333%;
    }
    .wk-ipadp-8{
      width: 66.666667%;
    }
    .wk-ipadp-9{
      width: 75%;
    }
    .wk-ipadp-10{
      width: 83.333333%;
    }
    .wk-ipadp-11{
      width: 91.666667%;
    }
    .wk-ipadp-12{
      width: 100%;
    }
  }
  
  @media (max-width: 768px) {
    .wk-tab-1{
      width: 8.333333%;
    }
    .wk-tab-2{
      width: 16.666667%;
    }
    .wk-tab-3{
      width: 25%;
    }
    .wk-tab-4{
      width: 33.333333%;
    }
    .wk-tab-5{
      width: 41.666667%;
    }
    .wk-tab-6{
      width: 50%;
    }
    .wk-tab-7{
      width: 58.333333%;
    }
    .wk-tab-8{
      width: 66.666667%;
    }
    .wk-tab-9{
      width: 75%;
    }
    .wk-tab-10{
      width: 83.333333%;
    }
    .wk-tab-11{
      width: 91.666667%;
    }
    .wk-tab-12{
      width: 100%;
    }
  }
  
  @media (max-width: 500px) {
    .wk-mobile-1{
      width: 8.333333%;
    }
    .wk-mobile-2{
      width: 16.666667%;
    }
    .wk-mobile-3{
      width: 25%;
    }
    .wk-mobile-4{
      width: 33.333333%;
    }
    .wk-mobile-5{
      width: 41.666667%;
    }
    .wk-mobile-6{
      width: 50%;
    }
    .wk-mobile-7{
      width: 58.333333%;
    }
    .wk-mobile-8{
      width: 66.666667%;
    }
    .wk-mobile-9{
      width: 75%;
    }
    .wk-mobile-10{
      width: 83.333333%;
    }
    .wk-mobile-11{
      width: 91.666667%;
    }
    .wk-mobile-12{
      width: 100%;
    }
  }
 .card-count_1{
 	position: relative;
 	overflow: hidden;
 	transition: 0.5s;
 	cursor: pointer;
 }
 .card-count_1:hover{
 	transform: translateY(-10px);
 	
 }
 .card-count_1:before{
 	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
 }
 a.a4 {
  background-image: linear-gradient(
    to right,
    orange,
    orange 50%,
    orange 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 15px;
  font-weight: 500;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
.card-count_2{
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  cursor: pointer;
 }
 .card-count_2:hover{
  transform: translateY(-5px);
  
 }
 .card-count_2:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
 }
.card-count_3:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
 }
.card-count_3{
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  cursor: pointer;
 }
 .card-count_3:hover{
  transform: translateY(-3px);
 }
 .our{
  color: white;
  background-color: grey;
  display: block;
  font-size: 30px;
  font-family: sans-serif;
  align-items: center;
  font-weight: bold;
 }
 .our_1:hover{
  color: black;
  text-decoration: underline;
  font-weight: bold;
 }
 header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: 0.6s;
  padding-left: 40px 100px;
  z-index: 10000;
  background: #f8f8f8;
  height:70px;
 }
 header .logo_1{
  position: relative;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.6s;
 }
 header ul{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
 }
 header ul li{
  position: relative;
  list-style: none;
 }
 header ul li a{
  position: relative;
  margin: 0 15px;
  text-decoration: none;
  color:black;
  letter-spacing: 2px;
  font-weight: 500px;
  transition: 0.6s
 }
