
 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
font-family: 'Poppins', sans-serif;
}
html {
  scroll-behavior: smooth;
}
ul {
	margin: 0px;
	padding: 0px;
}
ul li{
	list-style: none;
	display: inline-block;
}

.social-icon{
	text-align: right;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    
    max-width: 1295px!important;
}
.social-icon i{
	font-size: 20px;
	color: #3598db;
	font-weight: 500;
}
.social-icon a{
	color: #161C2D;
	font-size: 14px;
	font-weight: 500;
}

.mini-headertext a{
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
}
.footer-img img {
    width: 100%;
}
.banner{
	
	
}
.bg-dark {
    background-color: #343a4000!important;
}
.top-header{
	background: #3598db63;
}
.top-header p{
	padding: 0px;
	margin: 0px;
}
.top-header ul{
	padding-top: 7px;
}
.navbar {
	padding: 0px!important;
}
ul.navbar-nav {
    margin-left: auto;
}
.contact-here a{
	background: #3598db;
    color: white;
    padding: 12px 30px;

}
a.nav-link{
	color: #222222!important;
	font-size: 16px!important;
    line-height: 70px!important;
    font-weight: 500!important;
    margin-right: 32px!important;
}
.banner_image img{
	width: 100%;
}
.banner-cmheader {
	border-bottom: 2px solid #3598db38;
}
.text_banner{
	padding-left: 28%;
}
.text_banner h2 {
    font-size: 45px;
    line-height: 61.08px;
    letter-spacing: -1.8px;
    margin-bottom: 0px;
    font-weight: 700;
    text-transform: uppercase;
    word-spacing: 5px;
}
.text_banner {
    padding-left: 28%;
    margin-top: 62px;
}
.contact-here{
	margin-top: 40px;
    display: block;
}
/*slider*/


@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);

  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
    
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
     
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
    
  }
}
.slider {
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    border-top: 2px solid #3598db69;
    border-bottom: 2px solid #3598db69;
}
.slider::before,
.slider::after {

  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
 
}
.slider::before {
  left: 0;
  top: 0;
 
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
 
}
.slider .slide {
  height: 100px;
  width: 250px;
  
}
.slide img {
    width: auto;
    height: 86px;
}
.our-client.mt-4{
	border: 3px solid #3598db3d;
}
h4.text-center{
	color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
}
.our-client {
  
    padding-bottom: 61px;
}
.definitly h2 {
    text-align: center;
    color: #212529;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: -1.5px;
    margin-bottom: 0px;
    font-weight: 600;
   
}
.definitly{
	padding-top: 100px;
	
}
.banner-cmheader .contact-here{
	margin-top: 0px!important;
}
.inner-def {
    text-align: center;
    padding-top: 50px;
    padding: 76px;
}

section {
  padding-top: 50px;
  width: 100%;
  display: grid;
  place-items: center;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.column {
  width: 100%;
  padding: 0 1em 1em 1em;
  text-align: center;
}
.card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%, #3598db 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #212529;
  margin: 1em 0;
}
p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.icon-wrapper {
    background-color: #ffffff;
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    box-shadow: 0px 0px 10px -3px rgb(0 0 0 / 76%);
    border: 1px solid #007bff24;
}
.card:hover {
  background-position: 0 100%;
}
.card:hover .icon-wrapper {
  background-color: #ffffff;
  color: #3598db;
}
.card:hover h3 {
  color: #ffffff;
}
.card:hover p {
  color: #f0f0f0;
}
@media only screen and (max-width: 1069px) {
    a.nav-link {
    color: #222222 !important;
    font-size: 14px !important;
    line-height: 70px !important;
    font-weight: 500 !important;
    margin-right: 9px !important;
}
    
  .text_banner {
    padding-left: 3%;
}
.contact-here a {
    background: #3598db;
    color: white;
    padding: 12px 3px;
}
}
@media screen and (min-width: 768px) {
    
  section {
    padding: 0 2em;
  }
  .column {
    flex: 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
    
  section {
    padding: 1em 3em;
  }
  .column {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.services h2{
	text-align: center;
    color: #212529;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: -1.5px;
    margin-bottom: 0px;
    font-weight: 600;
    padding-bottom: 40px;

}
.services {
    padding-top: 100px;
  
    background-repeat: no-repeat;
   
    background-size: cover;
}
.icon-wrapper img {
    width: auto;
    height: 31px;
}
.second-slider img {
    width: auto!important;
    height: 65px!important;
}
.second-slider{
	margin-top: 66px;
     margin-bottom: 60px;
    box-shadow: 0px 0px 10px -3px rgb(0 0 0 / 50%);
    padding-top: 46px;

}
.vedio h2 {
    text-align: center;
    color: #212529;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: -1.5px;
    margin-bottom: 0px;
    font-weight: 600;
    padding-bottom: 55px;
    padding-top: 92px;
}

video{
	width: 100%!important;
}
.conainer {
	text-align: center
}
.circle_percent {font-size:160px; width:1em; height:1em; position: relative; background: #eee; border-radius:50%; overflow:hidden; display:inline-block; margin:20px;}
.circle_inner {position: absolute; left: 0; top: 0; width: 1em; height: 1em; clip:rect(0 1em 1em .5em);}
.round_per {position: absolute; left: 0; top: 0; width: 1em; height: 1em; background: #3496d8; clip:rect(0 1em 1em .5em); transform:rotate(180deg); transition:1.05s;}
.percent_more .circle_inner {clip:rect(0 .5em 1em 0em);}
.percent_more:after {position: absolute; left: .5em; top:0em; right: 0; bottom: 0;  background: #3496d8; content:'';}
.circle_inbox {position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; background: #fff; z-index:3; border-radius: 50%;}
.percent_text {position: absolute; font-size: 36px; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 3;}
.conainer {
    margin-top: 50px;
    margin-bottom: 50px;
}
.circle_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.counter_name {
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #003466;
    z-index: 10;
    bottom: 35px;
    font-weight: 600;
    text-transform: capitalize;
}
.blue-line {
	height: 0.3rem;
	width: 6rem;
	background-color: rgb(79, 143, 226);
	margin-bottom: calc(3rem + 2vmin);
}

.wrapper-for-arrows {
	position: relative;
	width: 100%;
	border-radius: 2rem;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	overflow: hidden;
	display: grid;
	place-items: center;
}

.review-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: calc(2rem + 1vmin);
	width: 100%;
}

#imgDiv {
	border-radius: 50%;
	width: calc(6rem + 4vmin);
	height: calc(6rem + 4vmin);
	position: relative;
	box-shadow: 5px -3px rgb(194 194 0);
	background-size: cover;
	margin-bottom: calc(0.7rem + 0.5vmin);
}

.chicken {
	background-image: url("https://media0.giphy.com/media/A8Cdznswn5vnG/200w.gif?cid=790b7611e8c5980ee7141bc18ec12c49962b871eb404ba5b&rid=200w.gif&ct=s");
	width: 200px;
	height: 250px;
	position: absolute;
	top: 12%;
}

#imgDiv::after {
	content: "''";
	font-size: calc(2rem + 2vmin);
	font-family: sans-serif;
	line-height: 150%;
	color: #fff;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background-color: rgb(194 194 0);
	position: absolute;
	top: 10%;
	left: -10%;
	width: calc(2rem + 2vmin);
	height: calc(2rem + 2vmin);
}

#personName {
	margin-bottom: calc(0.7rem + 0.5vmin);
	font-size: calc(1rem + 0.5vmin);
	letter-spacing: calc(0.1rem + 0.1vmin);
	font-weight: bold;
}

#profession {
	font-size: calc(0.8rem + 0.3vmin);
	margin-bottom: calc(0.7rem + 0.5vmin);
	color: rgb(79, 143, 226);
}

#description {
	font-size: calc(0.8rem + 0.3vmin);
	width: 70%;
	max-width: 40rem;
	text-align: center;
	margin-bottom: calc(1.4rem + 1vmin);
	color: rgb(92, 92, 92);
	line-height: 2rem;
}

.arrow-wrap {
	position: absolute;
	top: 50%;
}

.arrow {
	width: calc(1.4rem + 0.6vmin);
	height: calc(1.4rem + 0.6vmin);
	border: solid rgb(194 194 0);
	border-width: 0 calc(0.5rem + 0.2vmin) calc(0.5rem + 0.2vmin) 0;
	cursor: pointer;
	transition: transform 0.3s;
}

.arrow:hover {
	transition: 0.3s;
	transform: scale(1.15);
}

.left-arrow-wrap {
	left: 5%;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.right-arrow-wrap {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	right: 5%;
}

.surprise-me-btn {
    border: 2px solid rgb(194 194 0);
    background-color: rgb(224, 238, 255);
    color: rgb(194 194 0);
    border-radius: 2rem;
    padding: calc(0.5rem + 0.2vmin) 0;
    width: calc(7rem + 5vmin);
    text-align: center;
    transition: background-color 0.3s, transform 0.3s;
    cursor: pointer;
    margin-bottom: calc(1.4rem + 1vmin);
}

.surprise-me-btn:hover {
	transition: background-color 0.3s, transform 0.3s;
	background-color: rgb(255, 255, 255);
	transform: rotate(5deg);
}

.move-head {
	animation: moveHead 1.55s infinite;
	animation-delay: -0.8s;
}

.hide-chicken-btn {
	border: 2px solid rgb(226, 89, 79);
	background-color: rgb(255, 224, 224);
	color: rgb(226, 79, 79);
	border-radius: 2rem;
	padding: calc(0.5rem + 0.2vmin) 0;
	width: calc(10rem + 5vmin);
	text-align: center;
	transition: background-color 0.3s, transform 0.3s;
	cursor: pointer;
	margin-bottom: calc(1.4rem + 1vmin);
}

.hide-chicken-btn:hover {
	transition: background-color 0.3s, transform 0.3s;
	background-color: rgb(255, 255, 255);
	transform: rotate(5deg);
}

@keyframes moveHead {
	0% {
	}
	25% {
		transform: translate(0.5rem, 1rem) rotate(5deg);
	}
	100% {
		transform: translate(0, 0) rotate(-5deg);
	}
}

@media screen and (max-width: 900px) {
	.content-wrapper {
		width: 100%;
	}
}
 .content-wrapper h1.text-center{
 	text-transform: capitalize;
 	color: #212529;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: -1.5px;
    margin-bottom: 0px;
    font-weight: 600;
    padding-bottom: 22px;
    padding-top: 55px;
 }
 .what_client{
 	background: url(../images/bannerback.jpg);
 	background-size: cover;
 	background-repeat: no-repeat;
 	padding-bottom: 60px;
 }
 .wrapper-for-arrows {
  box-shadow: 0px 0px 10px -3px rgb(0 0 0 / 50%)!important;
    background: white;
}
.wrapper-for-arrows {
    box-shadow: 0px 0px 10px -3px rgb(0 0 0 / 50%)!important;
    background: white;
    padding: 35px;
}
div#branding-bottom {
    text-align: center;
}
.footer h2{
	text-transform: capitalize;
 	color: #212529;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: -1.5px;
    margin-bottom: 0px;
    font-weight: 600;
    padding-bottom: 55px;
    padding-top: 55px;
    text-align: center;
}
.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 8px;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

#send_here {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
}
.banner-cmheader {
    border-bottom: 2px solid #3598db38;
    position: sticky;
    top: 0;
    z-index: 4;
    background-color: white!important;
}
.contact-here2 {
    margin-top: 40px;
    display: block;
    background: #1fa8f0;
    padding: 31px;
}
input {
    background: #006a9c;
    border: none!important;
}
textarea#message{
	background: #006a9c;
    border: none!important;
}
#send_here {
    width: 100%;
    background: white;
    color: black;
}
footer#footer1 {
    background: #000 none repeat center top;
    padding: 20px;
    margin-top: 90px;
}
.wf-float-left {
	color: white;
	text-align: center;
}
div#profession {
    font-size: 17px;
    color: #212529;
    margin: 0px!important;
    font-weight: 600;
}
div#personName {
    font-size: 24px;
    text-transform: capitalize;
}




div#four{
	padding-top: 97px;
}

a.nav-link:hover{
background: -webkit-linear-gradient(#eee, #333)!important;
  
}

@media screen and (max-width: 768px) {
  .banner-cmheader {
    border-bottom: 2px solid #3598db38;
    position: sticky;
    top: 0px;
    z-index: 4;
    background-color: white !important;
    padding-bottom: 26px;
}
.social-icon {
    text-align: left;
}
}


