a, a:hover{
  text-decoration: none;
}

@font-face {
   font-family: 'GoogleSans'; 
   src: url(../fonts/GoogleSans-Regular.ttf); 
}
@font-face {
   font-family: 'GoogleSansMedium'; 
   src: url(../fonts/GoogleSans-Medium.ttf); 
}
@font-face {
   font-family: 'GoogleSansBold'; 
   src: url(../fonts/GoogleSans-Bold.ttf); 
}

ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

body{
  overflow-x:hidden;  
  font-family: 'GoogleSans'; 
  font-size: 16px;  
  line-height: 1.55;
  letter-spacing: 0.6px;  
  color: #444444;
}

h3{
  font-family: 'GoogleSansBold';
  font-size: 36px;
  line-height: 1.13;
  letter-spacing: 1.6px;
  color: #151515;	
}

h4{
  font-family: 'GoogleSansBold';
  font-size: 22px;
  line-height: 1.13;
  letter-spacing: 1.6px;
  color: #151515;	
}
/****************Space padding************************/

.pd10 {
    padding: 10px;
}

.pd20 {
    padding: 20px;
}

.pd30 {
    padding: 30px;
}

.pd40 {
    padding: 40px;
}

.pd50 {
    padding: 50px;
}

.pd60 {
    padding: 60px;
}


/****************Space Margin************************/

.mr10 {
    margin: 10px;
}

.mr20 {
    margin: 20px;
}

.mr30 {
    margin: 30px;
}

.mr40 {
    margin: 40px;
}

.mr50 {
    margin: 50px;
}

.mr60 {
    margin: 60px;
}


/****spaces****/

.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.p0 {
    padding: 0 !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.center-img-testi{
    display: block;
    margin-left: 75px;
    margin-right: auto;
    width: 60%;
    padding-top: 25px;
}

.header{
    padding: 10px 0;	
}
.header.fixed{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 888;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.header-logo a{  
  font-family: 'GoogleSansBold';
  font-size: 34px;    
  letter-spacing: 1px;
  color: #151515;
}
.header-logo a span {
  color: #2881d3;
}	
.header-menu ul li{
  float: left;
  line-height: 54px;
}
.header-menu ul li a{  
  font-family: 'GoogleSansMedium';
  font-size: 14px;  
  letter-spacing: 0.4px;
  color: #151515;	
  margin: 0 25px 0 0;
  padding: 12px 0;  
}
.btn_simple:not(.btn_simple-white){
	box-shadow: 0 11px 24px -10px #51b7eb;		
}

.section-3-col>div{position: relative;}
.section-3-col>div span.bg{
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	top: 50%;
	left: 50%;
	margin-left: 0;
	margin-right: 0;
	border-radius: 50%;
	background: #2881d3;
	z-index: -1;
}


.btn_simple:not(.btn_simple-white):hover{
	box-shadow: none;
}

.btn_simple{
  display: inline-block;
  transition: all 0.3s linear;
  font-family: 'GoogleSansBold';
  font-size: 14px;  
  letter-spacing: 0.4px;
  color: #fff!important;	
  background-image: linear-gradient(100deg, #51b7eb, #2881d3);
  border-radius: 20px;  
  padding: 9px 30px;    
}
.btn_simple-white{
  background: #fff;
  transition: background 0.3s;
  color: #2881d3!important;	  
  border: solid 2px #2881d3;  
}
.btn_simple-white:hover{
	color: #fff!important;
	transition: background 0.3s linear;
	border: 0;
	padding: 11px 32px; 
	background-image: linear-gradient(100deg, #51b7eb, #2881d3);	
}
a i{
	position: relative;
	left: 0;
	transition: 0.3s linear;
}

a:hover i.flaticon-right{
	left: 10px;
	transition: 0.3s linear;
}
.header-menu-container{text-align: right;}
.header-menu{
	display: inline-block;
}
.header-menu ul{
	float: left;
}
.header-menu>a{
	float: right;
	margin-top: 9px;
	padding: 7px 12px!important;  
}

.header-menu>a:hover{
	padding: 9px 14px!important;  
}

.section.section-1{
	margin-top: 4em;	
	min-height: 450px;
}

.section-1-description p{
    margin: 2em 0;	
}

.section-1-img-container{
	position: relative;
}

.section-1-img{
	background: url('../img/rocket.png') no-repeat;
    background-size: 100%;
    position: absolute;
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
	min-height: 485px;
}
.section-1-img img{position: absolute;}
#section-1-img-1{
	top: 28%;
    left: 24%;
    width: 50px;	
}
#section-1-img-2{
	top: 55%;
    left: 32%;
    width: 75px;	
}
#section-1-img-3{
    top: 58%;
    left: -4%;
    width: 80px;	
}
#section-1-img-4{
    top: 26%;
    left: 78%;
    width: 106px;	
}
#section-1-img-5{
    top: 85%;
    left: 60%;
    width: 100px;	
}

.section{
	position: relative;
	margin-top: 5em;
}

.text-bg{
	position: fixed;
	bottom: 100px;
	left: 100%;
	margin-left: 200px;
	width: 10000px;
	opacity: 0.07;
	font-family: 'Montserrat', sans-serif;
	font-size: 230px;
	font-weight: 800;  
	letter-spacing: 50px;
	color: #969ca9;	
	z-index: -1;
	text-align: left;
}

.text-bg span{
	margin-left: 100px;
}

.section-title{
	text-align: center;
}

.section-title h3{
    display: inline-block;
    border-bottom: 1px solid #2881d3;
    padding-bottom: 10px;	
}

.section-title p{padding: 0 25%;}

.section-2-col{
	margin: 4em 0 5em 0;
	text-align: center;
	padding: 0 1em;
}

.section-2-col h4{
	height: 50px;
	margin: 1em 0;
}

.section-3-col p{
	display: none;
}

.section-3-col{
	text-align: center;
	margin: 1em 0 4em 0;
}
.section-3-col i{
	font-size: 20px;
	color: #2881d3;
	display: block;
    width: 100%;	
}
.section-3-col h4{
	width: 100%;
}
.section-3-col>div{
    display: inline-flex;
	flex-wrap: wrap;
    align-content: center;
    padding: 150px 0;
    width: 100%;
	border: dashed 1px rgba(68, 68, 68, 0.2);
    border-radius: 50%;	
    width: 120%;
    margin-left: -10%;	
}

.section-4-col{    margin: 2em 0;}
.section-4-col>div{
	border: 4px solid #2881d3;
    text-align: center;
    padding: 20px 15px;	
}
.section-4-col strong{
	font-size: 38px;
	font-family: 'GoogleSansBold';
    color: #2881d3;
}
.section-4-col a{color:#000;    display: block;}
.section-4-col span{
	font-size: 20px;
	font-family: 'GoogleSansMedium';
    color: #2881d3;
}
.section-4 .text-bg{
	bottom: -50px;	
}

.section-4-col a i{margin-left: 10px;}

.section-9-banner{
	background: url('../img/ing-cta-bottom.png') no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
	padding: 3em 0 4em 0;
}
.section-9-banner h3{
    padding: 1em 25%;
	margin: 0;
}
.section-9-banner p{
    font-size: 20px;
	font-family: 'GoogleSansMedium';
	margin-bottom: 1.5em;
}
.section-9-banner a.btn_simple{
    padding: 14px 56px;
    border-radius: 40px;
}

.footer-menu p{
	font-size: 14px;
	font-family: 'GoogleSansBold';
	color: #151515;
	margin: 4em 0 1em 0;
}

.footer-menu a{
	color: #444;
	font-family: 'GoogleSans';
}

.footer-social{
	margin-top: 3em;	
}

.footer-social img{
	filter: grayscale(1);
    opacity: 0.3;
	transition: all 0.3s linear;
}

.footer-social a:hover img{
	opacity: 1;
	filter: grayscale(0);
}

.footer-social a{
	display: inline-block;
	max-width: 15%;
	margin-left: 2%;
}

.footer-social a:first-child{margin-left: 0;}
.footer-social img{max-width: 100%;}
.footer .container{
	background: url('../img/footer.png') no-repeat;
	background-position: 0 100%;
	background-size: 75%;
}

.copyright{
	color: #cbcbcb;
	font-size: 12px;
	margin: 0;
    align-items: center;
    display: inline-flex;
    height: 100%;	
}
.footer-bottom-menu{
margin: 0;
    align-items: center;	
    display: inline-flex;
    height: 100%;	
	text-align: right;float: right;}
.footer-bottom-menu a{
	color: #cbcbcb;
	font-size: 12px;
}
.footer-bottom-logos a{
	display: inline-block;
	max-width: 25%;
	text-align: center;
}
.footer-bottom-logos a img{
	width: 80%;
}
.footer-bottom{
	margin: 2em 0;
}

.stat_section{
  border-radius: 20px;
  background-color: #fbfbfb;
  padding: 30px;  
}

.section-6-description strong,
.section-8-block strong{
    font-size: 38px;
    font-family: 'GoogleSansBold';
    color: #2881d3;	
}

.section-6-logos a{
	display: inline-block;
	width: 24%;
	padding: 1em 0;
}

.section-6-logos a img{
	max-width: 100%;
	filter: grayscale(1);
    opacity: 0.3;
	transition: all 0.3s linear;	
}

.section-6-logos a:hover img{
	opacity: 1;
	filter: grayscale(0);
}

#owl-articles .owl-item .article-meta {
	font-size: 16px;
	color: #7f7f7f;
}

#owl-articles .owl-item .article-meta img{
	display: inline-block;
    width: initial;	
	margin-right: 15px;
}
#owl-articles .owl-item .owl-articles-info{
    border-radius: 0 0 20px 20px;
    background-color: #fbfbfb;
    padding: 20px 30px;
}
#owl-articles .owl-item .owl-articles-info h5{
    font-family: 'GoogleSansBold';
	color: #151515;
	margin: 1em 0;
}
#owl-articles .owl-item .owl-articles-info a i{
    margin-left: 10px;
}
#owl-articles{margin-top: 4em;}
#owl-articles .owl-dot{outline: none}
#owl-articles .owl-dot:not(.active) span{
    position: relative;
    top: -5px;	
}
#owl-articles .owl-dot span{
	width: 10px;
	height: 10px;
	background-color: #d8d8d8;	
}
#owl-articles .owl-dot.active span{
    width: 20px;
    height: 20px;
    background-color: #2881d3;	
}
#owl-articles .owl-dots{
    margin-top: 3em;
}
#owl-reviews{
	padding: 0 8em;
}
#owl-reviews .owl-prev{
    width: 46px;
    height: 46px;
    position: absolute;
    left: 0;
	  outline: none;
    top: 65px;
    border: solid 2px rgba(151, 151, 151, 0.2);
    border-radius: 50%;
}
#owl-reviews .owl-next{
    width: 46px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 65px;
	outline: none;
    border: solid 2px rgba(151, 151, 151, 0.2);
    border-radius: 50%;
}
#owl-reviews .review-content:before{
	/*content: '“';*/
	color: #2881d3;
	font-family: 'GoogleSansBold';
	font-size: 60px;
	position: absolute;
  top: 0;
  left: 0;	
	line-height: 1;
}
#owl-reviews .review-content{
	position: relative;
	padding: 15px 0 0 00px;
}
#owl-reviews .review-content p{
	margin-bottom: 6px;
}
#owl-reviews .review-author img{
    display: inline-block;
    width: auto;
}
#owl-reviews .review-author p{
    margin: 0;
	font-family: 'GoogleSansBold';
}
#owl-reviews .review-author span{
	display: block;
}
#owl-reviews .col-9{
    align-content: space-between;
}
#owl-reviews .owl-dots{margin-top: 4em;}
#owl-reviews .owl-dot{margin: 0 15px;outline:none; position: relative;}
#owl-reviews .owl-dot:not(.active):before{
	border-radius: 50%;
	content: '';
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}
#owl-reviews .owl-dot img{
width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;    
}
.owl-reviews-action{
    text-align: center;
    margin: 3em 0 10em;
}

.section-5 .text-bg{
    bottom: -140px;	
}

i{font-style: normal}
html{overflow-x: hidden}
.dekstop-hidden{display: none}

.modal-consul i{
color: #dbd4c1;
    background: #eee;
    font-size: 14px;
    padding: 3px;
    width: 29px;
    display: inline-block;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    right: 30px;
    top: 20px;
    cursor: pointer;	
}
.modal-consul{
	position: fixed;
	bottom: -15px;    
	right: -15px;
    min-width: 570px;
	z-index: 889;
	padding: 50px 25px;	
	display: none;
}
.modal-consul img{
    position: absolute;
    width: auto;
    z-index: -1;
    right: 0;
    bottom: 0;
}
.modal-consul p{
    font-family: 'GoogleSansBold';
    color: #151515;
    margin: 0 0 0em 0;
	font-size: 1.5rem;
}
.modal-consul a{
    margin-top: 1em;
}

.owl-articles-img{
	display: block;
	position: relative;
    border-radius: 20px 20px 0 0;
    overflow: hidden;	
}

#owl-articles .item:hover .owl-articles-img:before{
	opacity: 0;
}

.owl-articles-img:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.5;
	transition: all 0.3s linear;
}

.modal-form{
	background: rgba(0,0,0,0.5);    
    justify-content: center;		
}

.steps{
	width: 50vw;
    background: #fff;
    border-radius: 20px;	    
	align-self: center;
	overflow: hidden;
	display: none;
	position: relative;
}

.steps.active{
	display: block;
}

.steps-title{
  font-size: 34px;
  font-family: 'GoogleSansBold';
  color: #2881d3;	
  position: relative;
  margin: 20px 20px 0 20px;
}

.steps-title:before{
	content: '';
	height: 2px;
	border-radius: 1px;
	background-color: #2881d3;	
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	width: calc(50% - 55px);	
}

.steps-title:after{
	content: '';
	height: 2px;
	border-radius: 1px;
	background-color: #2881d3;	
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	width: calc(50% - 55px);	
}

.step-1 .steps-title:before{display:none;}
.step-3 .steps-title:after{display:none;}

.steps-title div{
	width: 70px;
	border: solid 2px #2881d3;
	margin: 0 auto;
	text-align: center;
	border-radius: 50%;
    line-height: 1;
    text-indent: -3px;
    padding: 7px 0 11px 0;	
}

.steps-title span{
  font-size: 14px;
  text-indent: 2px;
  font-family: 'GoogleSansBold';
  color: #2881d3;	
  display: block;
  text-transform: uppercase;  
}

.steps-content{
    width: 60%;
    margin: 0 auto;	
	padding: 20px;
}

.steps-content label{
	color: #7f7f7f;
	font-size: 16px;
	font-family: 'GoogleSansMedium';
	text-indent: 30px;
}

.steps-content .select-wrap {
    border: none;
    color: #1092C9;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
}

.steps-content .select-wrap::after {
    content: " ";
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    font-size: 35px;
    background: url(../img/down-arrow.png )no-repeat;

}

.steps-content .pro-select{
	margin-bottom: 2em;
	position: relative;
}

.steps-content .pro-input{
	margin-bottom: 1em;
}
select{
	font-size: 50px;
	font-family: 'GoogleSansMedium'; 
} 
.steps-content .pro-select {
	display: block;
	border-radius: 20px;
	border: solid 1px #e8e8e8;
	background-color: #f8f7fa;
	color: #222;
	font-size: 18px;
	font-family: 'GoogleSansMedium';
	padding: 15px 30px;
	width: 100%;
	-webkit-appearance: none;
}

.steps-content .pro-input input{
	border-radius: 20px;
	border: solid 1px #e8e8e8;
	background-color: #f8f7fa;	
	color: #151515;
	font-size: 20px;
	font-family: 'GoogleSansMedium';
	padding: 7px 30px;
	width: 100%;
	outline: none;	
}

.steps-content .pro-select a i{
	left: 0!important;
	float: right;
	font-size: 14px;
	line-height: 30px;
	transform: rotate(-180deg);
}

.steps-form-action{
	text-align: center;
}

.step-3 .steps-form-action{margin-top: 2em;}

.steps-form-action a{
	display: inline-block;
	width: 45%;
    padding-left: 0;
    padding-right: 0;	
}

.steps-form-action a.prev-step{
	margin-right: 8%;
}

.steps-footer{
	padding: 0.75em 20%;
	background: #f8f8f9;	
}

.step-2 .steps-footer div{
	margin: 0;
	text-align: center;
}

.step-2 .steps-footer div p{
    font-size: 13px;    
}
.step-2 .steps-footer div img{border-radius: 50%;float: none; width: 65px; margin: 10px 0;}
.step-2 .steps-footer div span, .step-2 .steps-footer div strong{display:block}

.steps-footer img{
	float: left;
	width: 50px;
	margin-top: 3px;
}

.steps-footer div{
	margin-left: 70px;
}

.steps-footer div h6{
	color: #151515;
	font-size: 20px;
	font-family: 'GoogleSansMedium';	
}
.steps-footer div p{
	margin: 0;
}

.step-3 .steps-content{
    width: 90%;	
}
.step3-img-block{
	text-align: center;
}

.step3-img-block p{
	font-family: 'GoogleSansBold';
}
.steps-close{
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 0;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    z-index: 778;
}

.steps-close i{left: 0!important;}

@media (max-width: 768px){
	.modal-consul{display:none!important}
	.mobile-hidden{display: none!important}
	.dekstop-hidden{display: initial}
	.header-menu ul{
		display: none;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: 63px;
		background: #fff;
		text-align: center;
		z-index: 889;
		padding: 0 15px;
		background-color: white;		
	}
	.header-menu ul li{
		float: none;		
	}
	.header-menu ul li a{
		margin: 0;
	}
	.owl-articles-img:before{
		display: none;
	}
	.mobile-get{padding-left: 12px; padding-right:12px;}
	.section-1-description{text-align: center;}
	.text-bg{display: none}
	.section-1-img {    
    position: static;
    width: 100%;
    height: auto;    
	min-height: 200px;
    margin-top: 2em;
	}	
	#section-1-img-1 {
		top: 40%;
		left: 26%;
		width: 15px;
	}	
	#section-1-img-3 {
		top: 57%;
		left: 2%;
		width: 35px;
	}	
	#section-1-img-2 {
		top: 52%;
		left: 32%;
		width: 30px;
	}
	#section-1-img-4 {
		top: 42%;
		left: 73%;
		width: 50px;
	}	
	#section-1-img-5 {
		top: 80%;
		left: 60%;
		width: 45px;
	}	
	.section-title p{
		padding: 0;
	}
	.section-2-col {
		margin: 2em 0 3em 0;
		padding: 0;
	}	
	.section-3, .section-5{
		background-color: #f7f8f9;
		padding: 2em 0 5em 0;
	}
	.section-3-col{
		margin: 2em 0 -4em 0;
	}
	.section-3-col>div{
		width: 100%;
		padding: 100px 0;
		margin: 0;		
	}
	.section-4-col {
		margin: 2em 0 -1em 0;
	}	
	.section-6-description{
		text-align: center;
	}
	.section-6-logos a{
		width: 100%;
		text-align: center;
	}
	#owl-articles {
		margin-top: 1em;
	}	
	.owl-reviews-action{margin-bottom: 0}
	.section-8-block{
		text-align: center;
	}
	.section-9-banner h3{
		padding-left: 0;
		padding-right: 0;
	}
	.section-9-banner{
		background: none;
		padding: 0 15px;
    padding-bottom: 60px;
	}
	.footer-menu{
		text-align: center;
	}
	.footer-bottom-logos a {
		display: inline-block;
		width: 49%;
		max-width: 49%;
		margin: 10px 0;
		text-align: center;
	}	
	.footer-bottom-logos a img{
		width: auto;
	}	
	.footer-bottom-menu{
		display: block;
		text-align: center;
		margin-top: 10px;
		float: none;
	}
	.footer-bottom-menu a{
		font-size: 11px;
	}
	.copyright{
		font-size: 11px;
		margin-top: 10px;
		text-align: center;
		display: block;
	}
	.section.section-1{
		margin-top: 2em;
	}
	.mobile-menu-container{
		text-align: center;
	}
	.header-menu .dekstop-hidden{    line-height: 20px;
    margin: 0;
    position: relative;
    top: 5px;}
	.header-logo a{
		line-height: 1.2;
	}
	#owl-reviews {
		padding: 0px 4em;
	}
	.review-photo{margin: 2em 0;}
	#owl-reviews .review-content {
		position: relative;
		padding: 15px 0;        
		width: calc(100% + 8em);
		margin-left: -4em;
		text-align: center;
	}	
	#owl-reviews .review-content:before {
		content: '“';
		top: -20px;
		margin-left: -15px;
		left: 50%;
	}
	.owl-item:not(.active){opacity: 0}
	#owl-reviews .owl-stage-outer{overflow:visible;}
	.review-author{text-align: center;}
	#owl-reviews .owl-dots{
	width: calc(100% + 8em);
		margin-left: -4em;	
	}
	#owl-reviews .owl-dot img{
		width: 50px;
		height: 50px;
	}
	#owl-reviews .owl-dot{
		margin: 0 7px 7px 7px;
	}
	.owl-reviews-action a{
	width: 100%!important;
		margin: 1em 0;
	}
	.steps{
		width: 90vw;
		overflow: visible;
	}
	.steps-content {
		width: 100%;
		padding: 10px;
	}	
	.steps-footer{
		display: none;
	}
	.steps-content .pro-select a{
		font-size: 16px;    
		padding: 7px 30px;		
	}
	.steps-content label{
		font-size: 14px;
	}
	.steps-content .pro-select a i{
		line-height: 23px;
	}
	.pl40{padding-left: 0px !important;}
}

.mr20{margin: 20px;}
.formtest{
    display: -webkit-box;}
.pl40{padding-left: 0px;}

.review-photo img{border-radius: 50%}



/*///////////////////////////////////////      SERVICES PAGE CSS   //////////////////////////////////////////////////////////////////////*/

.ip-banner.top-header-image {
    height: auto;
    padding: 38px 0 0;
/*padding: 0px 0 0;*/
    position: relative;
    background: url(../img/mainbg-top.png);
    background-position: center top;
    background-repeat: no-repeat !important;
    background-size: 100% auto;
}
.ip-banner p{
	    margin-bottom: 3rem;
}

.specific-services .row div[class^="col-"] .content-inner {
    height: 100%;
    background: #ffffff;
    padding: 25px 20px 22px 80px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.specific-services  .row div[class^="col-"] {
    margin-bottom: 3rem;
}

.specific-services .row div[class^="col-"] .content-inner img {
    width: auto;
    max-height: 40px;
}

.specific-services  .row div[class^="col-"] .content-inner img {
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 4rem;
}

.readmore-btn {
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    height: 25px;
    position: relative;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
}

.readmore-btn>div {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: inline-block;
    position: absolute;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 18px;
  
    background: linear-gradient(to right, #51b7eb, #2881d3);
    -webkit-background-clip: text;
    
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.readmore-btn>div i {
    font-size: 1.2rem;
    color: #51b7eb;
    background: linear-gradient(to right, #51b7eb, #2881d3);
    -webkit-background-clip: text;
    
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    vertical-align: middle;
}

.content-inner:hover .readmore-btn>div,
.content-inner:hover .readmore-btn>div i {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-left: 0;
}

   /* over Write Css from  MAIN Css*/

.breadcrumb{
	background-color: transparent; 
}



/*/////////////////////-------------- modify css -------------------------------/////////////////////////////////////////////*/
input[type="submit" i]{
	border: none;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.contact-form{
    background: #fff;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 100%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 10%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}


/*//////////////////////////////////////////////////////////////CASE STUDY /////////////////////////////////////////////////////////////////////////*/

.details-banner {
    position: relative;
    background-image: linear-gradient(100deg, #51b7eb, #2881d3);
    background-repeat: repeat-x;
}
.details-banner .content {
    width: 100%;
    height: 100%;
    padding: 45px 0;
}
.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}
.breadcrumb .breadcrumb-item {
    font-size: 13px;
    line-height: 54px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    float: none;
}
.breadcrumb .breadcrumb-item a:hover {
    opacity: .7;
}
.breadcrumb .breadcrumb-item a {
    color: #ffffff;
}
ol li {
    font-size: 1.7rem;
    color: #555;
    font-weight: 300;
    margin-top: 5px;
}
.details-banner .content h1 {
    color: #ffffff;
}
.details-block-content {
    margin-bottom: 6rem;
}
.counter-box {
    height: 100%;
}
.counter-box .col-md-6 {
    margin-bottom: 3rem;
}
.counter-box .col-md-6 .content {
    height: 100%;
    padding: 15px 0 20px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff;
}

.counter-box .col-md-6 .content img {
    margin-bottom: .3rem;
    width: auto;
    max-height: 45px;
}

.counter-box .col-md-6 .content span {
    font-size: 30px;
    line-height: 4.5rem;
    font-weight: 500;
    margin-bottom: 2px;
}
.details-block-content .text-content p {
    margin-bottom: 2rem;
}

/*------------------------------------------------- TAB Cuntant -------------------------------------------------------------------------------------------*/
.work-sample .tab-container.type-1 .nav-tabs {
    max-width: 1100px;
    margin: 0 auto;
}
.tab-container.type-1 .nav-tabs {
    width: 100%;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.075);
    overflow: hidden;
}
.tab-container.type-1 .nav-tabs .nav-item .nav-link:hover, .tab-container.type-1 .nav-tabs .nav-item .nav-link.active{
	background-image: linear-gradient(to bottom, #51b7eb, #fff);
    background-repeat: repeat-x;

}
.tab-container.type-1 .nav-tabs .nav-item .nav-link {
    height: 100%;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #555555;
    text-align: center;
    padding: 3rem 1.5rem 0.5rem;
    border: none;
    border-bottom: 3px solid transparent;
}
.tab-container.type-1 .nav-tabs .nav-item .nav-link p {
		font-size: .9rem;
		margin-bottom: 0rem;
		line-height: 1.5rem;
}
.tab-container.type-1 .nav-tabs .nav-item .nav-link.active::after {
    width: 100%;
    left: 0;
    background: #5c81fa;
}


.tab-container.type-1 .nav-tabs .nav-item .nav-link::after {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: auto;
    right: 0;
    width: 0;
    height: 3px;
    display: block;
    background: #5c81fa;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.tab-container .tab-content {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.featured-works .box-with-img {
    position: relative;
}
.box-with-img {
    box-shadow: -9px 8px 20px 1px #ccc;
    height: 100%;
    border: 1px solid #e9e9e9;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}
.box-with-img:hover{
box-shadow: 0 11px 24px -10px #51b7eb; 
}
.box-with-img .img-container {
    display: block;
}

.featured-works .box-with-img .img-container img {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.box-with-img .img-container img {
    width: 100%;
    padding: 30px;
}
.featured-works .box-with-img .text-content {
    /*padding: 4.3rem 3rem 4rem;*/
}
.box-with-img .text-content {
    padding: 10px 20px;
}
.box-with-img .text-content p {
    margin-bottom: 5px;
}
.featured-works .box-with-img .text-content h3 {
    margin-bottom: 1.8rem;
}
.box-with-img .text-content h3 {
    
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 400;
    color: #333333;

}
.box-with-img .text-content h5 {
    font-size: .9rem;
    padding-bottom: 5px;
    letter-spacing: .4px;
    color: #999;
    margin: 0;
    text-transform: uppercase;
}


 .grid {
    clear: both;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
}
.grid .cell {
    /*text-align: center;*/
    width: 33.333%;
    margin-top: 10px;
}

.grid .cell a {
    text-align: center;
    text-decoration: none;
    color: #787979;
    transition: 0.1s ease-in;
    display: inline-block;
}
.grid .cell h2 {
    font-weight: lighter;
    font-size: 3rem;
    line-height: normal;
    color: #000;
    margin-bottom: 0;
}

.grid .cell h2 span {
    display: contents !important;
    font-size: 16px;
}

.grid .cell p {
    font-size: .9rem;
    line-height: 1.3rem;
    letter-spacing: .03em;
    margin-bottom: 1.2rem;
}
.review-author .btn_simple {
    display: inline-block;
    transition: all 0.3s linear;
    font-family: 'GoogleSansBold';
    font-size: 14px;
    letter-spacing: 0.4px;
    color: #fff!important;
    background-image: linear-gradient(100deg, #51b7eb, #2881d3);
    /* border-radius: 20px; */
    padding: 3px 56px;
    float: right;
}

.m-li {
    margin-bottom: 6px;
    padding-left: 30px;
    background-image: url(../img/list-style-2.png);
    background-repeat: no-repeat;
    line-height: 25px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table;
}



/*-----------------------------------------------------------------------------------------------------------------------------*/

/* STRUCTURE */
.ebook{
      position: relative;
    margin-top: -120px;
}

@media only screen and (max-width: 760px) {
  .ebook{
    position: relative;
    margin-top: 0px;
}
}
.ebook .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column; 
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;

}

.ebook #formContent {
  border-radius: 1px 1px 1px 1px;
  background: #fff;
  padding: 30px;
  width: 100%;
  max-width: 440px;
  position: relative;
  -webkit-box-shadow: 0 5px 12px 0 rgba(0,0,0,.11), 0 0 1px 0 rgba(0,0,0,.1);
  box-shadow: 0 5px 12px 0 rgba(0,0,0,.11), 0 0 1px 0 rgba(0,0,0,.1);
  text-align: left;
}

.ebook #formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}


/* FORM TYPOGRAPHY*/

.ebook input[type=button], .ebook input[type=submit], .ebook input[type=reset],  .ebook select  {
  background-image: linear-gradient(100deg, #51b7eb, #2881d3);
  border: none;
  color: white;
  padding: 12px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ebook input[type=button]:hover, .ebook input[type=submit]:hover, .ebook input[type=reset]:hover, .ebook select:hover  {
  background-color: #56baed;
}

.ebook input[type=text] , .ebook input[type=email], .ebook select {
  background-color: #fff;
  border: none;
  color: #0d0d0d;
  padding: 6px 8px 6px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 0px;
  width: 100%;
  border: 1px solid rgba(61,64,78,.12);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 4px;
  border-radius: 4px ;
}

.ebook input[type=text]:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}
.ebook input[type=email]:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}

.ebook input[type=text]:placeholder {
  color: #cccccc;
}


/* OTHERS */

*:focus {
    outline: none;
} 

..ebook #icon {
  width:60%;
}

* {
  box-sizing: border-box;
}
.details-block-content-ebook {
   width: 100%;
position: relative;
}

.details-block-content-ebook .sidebar {
 
  /*background-image: linear-gradient(100deg, #51b7eb, #2881d3);*/
  background-color: #fff;
  border-right: 2px solid #ccc;
  height: 550px;
  padding: 30px 0px 0px 0px;
  
  float: left;
}
.details-block-content-ebook .sidebar.fixed {
  position: fixed;
  top: 70;
  
}
@media only screen and (max-width: 750px) {
  .details-block-content-ebook .sidebar.fixed 
  {
    position: unset;
    top: 0;  
  }
}
.details-block-content-ebook .contents {
  height: 1400px;
  padding: 45px 15px;
  float: right;
}
/*.footer{

  padding-top: 50px;
}*/
.details-block-content-ebook  .nav-pills .nav-link.active{
  color: #fff;
  /*background-color: transparent;*/
}

/*--------------------------------------------------------------------------------------------------------------------------*/
.tc-li {
    margin-bottom: 20px;
    padding-left: 30px;
    background-image: url(../img/arrowtc.png);
    background-repeat: no-repeat;
    line-height: 25px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table;
}

/*.--------------------------------------------------------------------------------------------------------------------------*/
.name-error,
.comp-error,
.email-error {
  color: #dd4b39;
  font-weight: 600;
}

.leads-error,
.services-error,
.business-error,
.budget-error,
.form-name-error,
.form-email-error,
.form-phone-error,
.form-website-error {
  color: #dd4b39;
  font-weight: 600;
  padding-left: 30px;
}

/*--------------------------------------------------------------------------------------------------------------------------------*/

#contact_page section {
    margin-bottom: 60px;
}

.pageWrapper {
    padding-bottom: 40px;
    padding-top: 40px;
}

.content_title_center {
    text-align: center;
    color: #2881d3;
    font-size: 40px;
}

.content_title_center:after {
    content: '';
    margin: auto;
    margin-top: 35px;
}

.content_title_center:after,
.section-container h1:after,
.heading_title:after {
    content: '';
    background-color: #333;
    position: relative;
    display: block;
    width: 58px;
    height: 5px;
    z-index: 7;
    margin-top: 15px !important;
}

#contact_forms {
    max-width: 660px;
    margin: auto;
}

.form-section {
    margin-bottom: 30px;
}

#contact_page .form-section .form-title{
    color: #151515;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 21px;
}

#form_select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#form_select .option {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    line-height: 20px;
    margin-bottom: 20px
}

#form_select .option:first-child {
    margin-right: 10px
}

@media(min-width:992px) {
    #form_select .option {
        margin-bottom: 0
    }
}

#form_select .option i {
    border: 1px solid #333;
    width: 20px;
    height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    margin-right: 12px;
    position: relative;
    background-color: #2881d3
}

#form_select .option i:before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    background-color: white;
    transition: all .25s
}

#form_select .option:hover i {
    border: 3px solid #2881d3
}

#form_select .option.selected i:before {
    width: 0;
    height: 0;
    display: inline-block;
    border-radius: 100%;
    position: relative
}

.form-con {
    min-height: 400px;
    display: none
}

.form-con.active {
    display: block
}

.form-con input:not([type=submit]),
.form-con textarea,
.form-con select {
    max-width: 100%;
    width: 100%
}

.form-con input:not([type=submit]),
.form-con select {
    height: 62px
}

.form-con input,
.form-con textarea,
.form-con select,
.form-con .contacts .contacts-textarea,
.form-con .contacts-email {
    background-color: #f2f2f2;
    padding: 17px 30px;
    max-width: 100%;
    display: block;
    border-radius: 0;
    font-size: 16px;
    margin-bottom: 2px;
    transition: all .15s;
    border: 1px solid transparent
}

.form-con input:focus,
.form-con textarea:focus,
.form-con select:focus,
.form-con .contacts .contacts-textarea:focus,
.form-con .contacts-email:focus {
    outline: 0
}

.form-con textarea {
    height: 191px
}

.form-con input[type=submit] {
    margin-top: 0;
    width: 100%;
    border: 1px solid #2d87d6;
    background-color: #2d87d6;
    text-transform: inherit;
    color: #fff;
    letter-spacing: 3px;
    padding: 17px 30px;
    height: auto
}

.form-con input[type=submit]:hover {
    background-color: #2d87d6;
}

.form-con .contacts {
    padding-top: 20px
}

.form-con .contacts br {
    display: none
}

.form-con .contacts .contacts-not-valid {
    border: 1px solid #2881d3;
    color: #2881d3
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

* {
    margin: 0;
    padding: 0;
}

span.contacts-form-control-wrap {
    position: relative;
    display: block !important;
}

.contacts-form-control-wrap {
    position: relative;
}

.form-con .contacts .contacts-checkbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 0;
}

.page-contact form.contacts-form .contacts-checkbox .contacts-list-item:nth-child(-n+4),
.service-contact form.contacts-form .contacts-checkbox .contacts-list-item:nth-child(-n+4) {
    margin: 15px 0 40px;
}

.form-con .contacts .contacts-checkbox .contacts-list-item:nth-child(1) {
    background-image: url(../img/icons/SEO.svg);
}

.form-con .contacts .contacts-checkbox .contacts-list-item:nth-child(2){
    background-image: url(../img/icons/PPC.svg);
}

.form-con .contacts .contacts-checkbox .contacts-list-item:nth-child(3){
    background-image: url(../img/icons/email.svg);
    background-size: 43px;
    background-position-y: 0;
}

.form-con .contacts .contacts-checkbox .contacts-list-item:nth-child(4){
    background-image: url(../img/icons/DEV.svg);
}

.form-con .contacts .contacts-checkbox .contacts-list-item:nth-child(5){
    background-image: url(../img/icons/SOCIAL.svg);
}

.form-con .contacts .contacts-checkbox .contacts-list-item:nth-child(6) {
    background-image: url(../img/icons/content-pink.svg);
}

.form-con .contacts .contacts-checkbox .contacts-list-item:nth-child(7){
    background-image: url(../img/icons/CRO.svg);
}

.form-con .contacts .contacts-checkbox .contacts-list-item:nth-child(8){
    background-image: url(../img/icons/DESIGN.svg);
}

.page-contact form.contacts-form .contacts-checkbox .contacts-list-item,
.service-contact form.contacts-form .contacts-checkbox .contacts-list-item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    margin: 0;
}

@media (min-width: 992px) {
    .form-con .contacts .contacts-checkbox .contacts-list-item{
        width: auto;
    }
}


.form-con .contacts .contacts-checkbox:hover .contacts-list-item{
    opacity: .5
}

.form-con .contacts .contacts-checkbox:hover .contacts-list-item.active {
    opacity: 1;
}



.form-con .contacts .contacts-checkbox .contacts-list-item {
    min-width: 55px;
    background-size: auto 40px;
    background-position: top center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    width: 116px;
}

.form-con .contacts .contacts-checkbox .contacts-list-item.active:before{
    content: '';
    opacity: 1;
}
.form-con .contacts .contacts-checkbox .contacts-list-item:hover{
    opacity: 1
}

.form-con .contacts .contacts-checkbox .contacts-list-item:before{
    content: '';
    background-image: url(../img/icons/tick.svg);
    background-position: top center;
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    z-index: 2;
    top: -10px;
    opacity: 0;
}

:after,
:before {
    box-sizing: border-box;
}

.contacts-checkbox .contacts-list-item label{
    cursor: pointer;
    padding-top: 55px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #2881d3;
    font-size: 13px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-con .contacts .contacts-checkbox .contacts-list-item input {
    display: none;
}

.form-con input:not([type=submit]),
.form-con select {
    height: 62px;
}

.form-con input:not([type=submit]),
.form-con textarea,
.form-con select {
    max-width: 100%;
    width: 100%;
}

.form-con input,
.form-con textarea,
.form-con select,
.form-con .contacts .contacts-textarea,
.form-con .contacts-email {
    background-color: #f2f2f2;
    padding: 17px 30px;
    max-width: 100%;
    display: block;
    border-radius: 0;
    font-size: 16px;
    margin-bottom: 2px;
    transition: all .15s;
    border: 1px solid transparent;
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

span.contacts-list-item-label::before,
span.contacts-list-item-label::after {
    content: " ";
}

span.contacts-list-item-label::before,
span.contacts-list-item-label::after {
    content: " ";
}

.form-con .contacts .contacts-checkbox .contacts-list-item label {
    cursor: pointer;
    padding-top: 55px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #2881d3;
    font-size: 13px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

span.contacts-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

.first {
    margin-left: 0 !important;
}

.form-con input:not([type=submit]),
.form-con select {
    /* height: 62px; */
}

.form-con input:not([type=submit]),
.form-con textarea,
.form-con select {
    max-width: 100%;
    width: 100%;
}

.form-con input,
.form-con textarea,
.form-con select,
.form-con .contacts .contacts-textarea,
.form-con .contacts-email {
    background-color: #f2f2f2;
    padding: 17px 30px;
    max-width: 100%;
    display: block;
    border-radius: 0;
    font-size: 16px;
    margin-bottom: 2px;
    transition: all .15s;
    border: 1px solid transparent;
}

#form_sections .budget .currency {
    top: 49%;
    position: absolute;
    transform: translateY(-50%);
    left: 17px;
}

@media (min-width: 768px) {

#form_sections .contacts-form-control-wrap.budget {
    width: 50%;
}


}
#form_sections .contacts-form-control-wrap.budget {
    margin-right: 3px;
    width: 49%;
}
#form_sections .contacts-form-control-wrap.budget,
#form_sections .contacts-form-control-wrap.budget_timing {
    float: left;
}
span.contacts-form-control-wrap {
    position: relative;
    display: block !important;
}
.contacts-form-control-wrap {
    position: relative;
}
@media (min-width: 768px) {
    #form_sections .contacts-form-control-wrap.budget_timing {
        width: 50%;
    }
}
#form_sections .contacts-form-control-wrap.budget_timing {
    width: 50%;
}
#form_sections .contacts-form-control-wrap.budget,
#form_sections .contacts-form-control-wrap.budget_timing {
    float: left;
}
span.contacts-form-control-wrap {
    position: relative;
    display: block !important;
}
.contacts-form-control-wrap {
    position: relative;
}
.form-section .label-wrap {
    position: relative
}
.form-section .label-wrap label {
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 32px;
    pointer-events: none;
    font-weight: 300;
    font-size: 17px;
    transition: all .15s
}
.form-section .label-wrap input {
    padding: 23px 30px 17px 30px
}
.form-section .label-wrap .contacts-textarea {
    padding: 31px 30px 17px 30px
}
.form-section .label-wrap.active label {
    left: 7px;
    top: 5px;
    font-size: 12px;
    color: #2881d3
}
.form-con .label-wrap label {
    top: 20px
}
.form-con .label-wrap.active label {
    top: 5px
}
.service-page-contact.form-con .contacts-form .form-con .form-section.details .label-wrap {
    position: relative;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%
}
.service-page-contact.form-con .contacts-form .form-con .form-section.details .label-wrap:nth-child(-n+2) {
    margin-bottom: 10px
}
@media screen and (max-width:992px) {
    .service-page-contact.form-con .contacts-form .form-con .form-section.details .label-wrap:nth-child(2n-1) {
        margin-right: 5px
    }
}
.service-page-contact.form-con .contacts-form .form-con .form-section .label-wrap input,
.service-page-contact.form-con .contacts-form .form-con .form-section .label-wrap textarea {
    background-color: #fff;
    border-radius: 5px
}
/*--------------------------------------------------------------------------------------------------------------------------*/
#locations {
    background-color: #f5f5f5;
    z-index: 10;
    text-align: center;
}
#locations .inner {
    padding: 40px;
}
/*------------------------------------------------------------------------------------------------------------------------*/
.section-container {
    margin: 0 auto;
    padding-bottom: 80px;
}
.ebook-features {
    padding-bottom: 30px;
}
.section-description {
    margin-top: 60px;
}
h1, h2 {
    color: #555555;
    font-size: 3em;
    font-weight: 600;
    line-height: inherit;
    margin-top: 10px;
}
.divider-1 span {
    background: #dddddd none repeat scroll 0 0;
    display: inline-block;
    height: 1px;
    width: 200px;
}
.section-description p {
    margin-top: 20px;
    
}
.ebook-features-box {
    padding-bottom: 15px;
    padding-top: 15px;
}
.ebook-features-box .ebook-features-box-icon {
    color: #be5254;
    font-size: 80px;
    line-height: 80px;
}
.ebook-features-box h3 {
    margin-top: 15px;
}

.adcolor{color: #2881d3;}

.testc{
  border: 2px solid #51b7eb;
    padding: 56px;
    border-radius: 50%;
    text-align: center;
    background: #51b7eb;
    color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 14px;
    box-shadow: 2px 2px 2px 2px #ccc;
  }


/*-------------------------------------------------------Newsleatter-----------------------------------------------------*/
 .xs-section-padding {
    padding: 100px 0;
    background-color: #e9f9ff;
    /*background-color: #d6efff;*/
}
.xs-inline-form .form-control {
    box-shadow: 0 11px 24px -10px #51b7eb;
    height: 40px;
    display: block;
    width: 95%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    margin-bottom: 15px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .50rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
   }



 .m-li-ai {
    margin-bottom: 16px;
    padding-left: 50px;
    background-image: url(../img/ai.png);
    background-repeat: no-repeat;
    line-height: 26px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table;
}  


/*------------------------------------------Career--------------------------------------------------------------*/
.emptyspace{
height: 400px !important;
}
.ip-banner.top-career-image {
  height: auto;
  padding: 38px 0 0;
  position: relative;
  background: url(../img/career/career.jpg);
  background-position: center top;
  background-repeat: no-repeat !important;
  background-size: 100% 100%;
}

.box {
  box-shadow: -9px 8px 20px 1px #ccc;
  height: 100%;
  border: 1px solid #e9e9e9;
  background: #ffffff;
  min-height: 150px;
}
.box .openings {
  margin: auto;
  padding: 8px 7px;
}
.box .openings h4 {
  padding: 40px 4px;
}


/*07-02-2020 Changes Updated*/
.new_section img{ width: 100%; }

/*Case Study*/
.case_sudies_block{ padding: 30px 0 60px;}
.case_sudies_block h3{ text-align: center; padding:0px 0 42px; }
.case_sudies_block .case_study{ padding:14px 30px 20px; box-shadow: 0 12px 34px 0 #2c86d533; background: #fff; border-radius: 10px; max-width: 340px; }
.case_sudies_block .case_study h4{ font-size: 34px; line-height: normal; font-weight: bold; padding: 8px 0; color: #2d87d6; }
.case_sudies_block .case_study:hover{background: linear-gradient(to bottom, #51b7eb, #2881d3);}    
.case_sudies_block .case_study:hover h4{ color: #fff; }
.case_sudies_block .case_study:hover p{ color: #fff ; }
.case_sudies_block .case_study:hover .readmore-btn div{ transform: translateX(0); -webkit-text-fill-color: #fff; margin-left: 0; }
.case_sudies_block .case_study:hover .readmore-btn div i{-webkit-text-fill-color:#fff; left: 5px;}

/*Perilous Business */
.perilous_business p{ font-size: 18px; line-height: 30px; }
.perilous_business ul{ margin-top: 20px; }
.perilous_business ul li{ display: flex; flex-wrap: wrap; justify-content: space-between; padding: 10px 0; }
.perilous_business ul li figure{ width: 30px; display: inline-block; margin:0; padding-top: 5px; }
.perilous_business ul li .topic_content{ width: calc(100% - 30px); padding:0 10px 0 15px; }
.perilous_business ul li .topic_content h5{ font-size: 20px; line-height: normal; padding-bottom: 7px; font-weight: 600; margin: 0; }
.perilous_business ul li .topic_content p{ font-size: 16px; line-height: 30px; margin: 0 }

/*Blog Block*/
.blog_block .item{ position: relative; padding-top: 20px; overflow: hidden; padding-bottom: 40px;}
.blog_block .item figure{position: relative; height: 200px;}
.blog_block .item figure img{transition: 0.2s ease; height: 100%; object-fit: contain;}
.blog_block .item:hover figure img{ transform: scale(1.05); }
.blog_block .item h5{ font-size: 20px !important; line-height: 25px; font-weight: 900 !important;font-family: 'GoogleSansBold';  }
.section.section-9{ margin-top: 0;  }
.new_section.ques_block h3{    text-transform: capitalize;}

.links{ display: inline-block; width: 100%; }
.section-9-banner p.after_btn{font-size: 14px;}
.section.section-8 .stat_section{ margin-bottom: 50px; }
.section-9-banner a.btn_simple{margin-bottom: 10px;}
.form_submit{border-radius: 30px !important;  background: linear-gradient(100deg, #51b7eb, #2881d3); cursor: pointer;}

@media(max-width: 767px)
{
.perilous_business ul{ margin-top: 0px; }
.perilous_business ul li .topic_content h5 { font-size: 16px; }

/*.section.section-9{ margin-top: 0; }*/
.ques_block.xs-section-padding{ padding: 40px 15px; }

.reviews_section #owl-reviews{ padding: 0 15px;  }

.new_section.ques_block .container .row div:first-child{ border-top: solid 0.5px rgba(0,0,0,0.2); }
.new_section.ques_block .container .row div:after{position:absolute; content:'\002B';  right: 10px; top: 7px; width: 16px; height: 30px;  display: flex; align-items: center; font-size: 20px; font-weight: bold; }
.new_section.ques_block .container .row div.expand:after{transform: rotate(360deg); position:absolute; content:'\002D';  }
.new_section.ques_block .container .row div{ position:relative; padding-right: 30px;  width: 100% !important; max-width: 720px; flex:100%; margin: 0 auto; border: solid 0.5px rgba(0,0,0,0.2); border-top: none; }
.new_section.ques_block .container .row div h6{ padding: 8px 0; margin-bottom: 0px; }
.new_section.ques_block .container .row div p{ display: none; }

.blog_block .item{}
.case_sudies_block{padding: 30px 0;} 
.case_sudies_block .case_study{ margin: 0 auto; }
}
