body {
	margin: 0;
	padding: 0;
	font-weight: 400;
	line-height: 1.2;
	padding-right: 0!important; 
	background-color: #fff;
}
h2 {
	padding-top: 0;
	margin-top: 0;
}
.blue-green-color {
	background: linear-gradient(to bottom right, #152f60 0%, #25b043 100%);
	color: transparent;
	-webkit-background-clip: text;
}
@font-face {
	font-family: Muli-Regular;
	src: url(./fonts/Muli-Regular.ttf);
}
@font-face {
	font-family: Muli-ExtraBold;
	src: url(./fonts/Muli-ExtraBold.ttf);
}
@font-face {
	font-family: Muli-SemiBold;
	src: url(./fonts/Muli-SemiBold.ttf);
}
@font-face {
	font-family: Muli-Bold;
	src: url(./fonts/Muli-Bold.ttf);
}

@font-face {
	font-family: Muli-Black;
	src: url(./fonts/Muli-Black.ttf);
}
@font-face {
	font-family: Muli-Light;
	src: url(./fonts/Muli-Light.ttf);
}
.m-light {
	font-family: "Muli-Light", sans-serif;
	font-weight: 300;
}
.m-regular {
	font-family: "Muli-Regular", sans-serif !important;
	font-weight: 400;
}
.text-color-grey {
	color: #595959;
}
.px-top-bottom {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.mx-auto {
	margin-right: auto;
	margin-left: auto;
}
.px-left-right {
	padding-left: 5rem;
	padding-right: 5rem;
}
.border-0 {
	border: none !important;
}
.darkGrey {
	color: #595959;
}
.m-black {
	font-family: "Muli-Black", sans-serif !important;
	font-weight: 900;
}
.m-bold {
	font-family: "Muli-Bold", sans-serif !important; 
	font-weight: 700;
}
.m-extraBold {
	font-family: "Muli-ExtraBold", sans-serif !important; 
	font-weight: 800;
}
.m-semiBold {
	font-family: "Muli-SemiBold", sans-serif !important;
	font-weight: 600;
}

.pt-2 {
	padding-top: 10px;
}
.bg-light {
	background-color: #f1f1f1;
}
.header-container {
	overflow: hidden;
	padding-top: 0;
	position: relative;
}
/*.header-img{
	background:url("../img/hire-page-img/seo-1399x569.png")no-repeat center;
	background-size: cover;
	height:450px;
	padding: 250px 0;
}*/
.header-img{
	position: relative;
}
.header-img h1{
	
    font-size: 28px!important;
    letter-spacing: 1px;
    color: #fff;
   
    position: absolute;
    top:80px;
    left:28%;
    font-weight: bold;
}
.header-img span{
	/*background: linear-gradient(to right, #152f60 45%, #25b442 60%);
    color: transparent;
    -webkit-background-clip: text;*/
    font-weight: bold;
}
.header-inner-text {
	text-align: center;
	padding-top: 60px;
}
.header-inner-text h1 {
	font-size:28px!important;
	letter-spacing: 1px;
	color: #fff;
}

.my-btn, .submit-btn {
	border-left: 4px solid #23b43f;
    color: #ffffff;
    margin-bottom: 1rem;
    padding: 11px 45px 11px;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
    font-size: 2.4rem;
    background-color: #152f60;
    color: #fff;
}
.submit-btn  {
	padding: 10px 30px 10px;
	font-size: 1.8rem;
	margin: 1.8rem 0rem 2rem;
}
.my-btn:hover, .tab-button:hover {
	background: #26b340;
	transition: all 5s;
	background: -webkit-linear-gradient(-34deg, #25b442, #152f60);/*  Chrome 10-25, Safari 5.1-6*/ 
  	background: linear-gradient(-34deg, #25b442, #152f60); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */   	
}
#form-modal form {
	padding: 20px;
	text-align: center;
}
#form-modal .modal-title {
	text-align: center; 
}
#form-modal label {
	font-size: 2rem;
}
.input-modal {
	width: 95%;
    margin: 10px;
    padding: 12px 10px;
    height: 4.5rem;
    border: 1px solid #ebebeb;

}
#form-modal textarea {
	resize: none;
	height: auto;
	min-height: 100px;
}
.input-modal:focus {
	outline: none; 
}
.header-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	height: 100%;
	width: 100%;
}

.head-img {
	position: relative;
	background: url('../img/hire-page-img/impluse-core-banner.png') no-repeat top center;
	background-size: cover;
}
.head-img .banner-text{
	padding-top:100px;
	padding-bottom: 40px;
}

.head-img .banner-text h3{
	color:#595959;
	text-transform: uppercase;	
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 1px;
	margin-top: 10px;
}
.head-img .banner-text h4{
	color: #848383;
	text-transform: uppercase;
	font-weight: bold;
	}
.head-img .banner-text .feature h5{
	color: #6d6868;
	text-transform: uppercase;	
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	/*display: inline-block;*/
	padding:0 17px;
}
.head-img .offer-text{
	padding: 15px 28px;
	background-color: rgba(255, 255, 255, 0.8);
	width:100%;
	margin:58px auto 40px;
	position: relative;
}
.head-img .offer-text:before{
	content: "";
    height: 10px;
    width: 100%;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #25b442;
  	background: -webkit-linear-gradient(to left, #25b442, #152f60);
  	background: linear-gradient(to left,#25b442, #152f60);
}
.head-img .banner-text .feature i{
	font-size: 18px;
	background: linear-gradient(to right, #152f60 45%, #25b442 60%);
    color: transparent;
    -webkit-background-clip: text;
    font-weight: bold;
}
.feature {
	padding-top: 0px;
	font-family: MuseoSansRounded;
}
.head-img .banner-text .para{
	padding: 10px 0 10px;
	color:#333333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	word-spacing: 1px;
	text-align: justify;
}
.head-img input[type=submit] {
  background-color: #ffd800;
    padding: 10px 30px;
    box-shadow: 0 3px 0 0 #d7a800;
    transition: all .5s;
    -webkit-transition: all .5s;
    border: none;
    color: #ae7500;
    font-size: 18px;
    text-transform: uppercase;
    font-family: MuseoSansRounded500; 
    margin-top: 20px;
   }
   .head-img input[type=submit]:hover{
   	background-color: #ffea00;
    color: #ae7500;
   }
   .head-img input[type=submit]:focus {
   	outline: none;
   }
  /* form section*/
.get-in-touch{
	padding-top:50px;
	padding-bottom: 40px;
}
.get-in-touch h2{
	font-weight: bold;
}
.contact-form {
  padding: 30px 50px;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .11);
	background-color: #fff;
	width:100%;
	margin:40px auto 1rem;
}
.get-form input[type=text], input[type=email], select, textarea {
	border:none;
  border-bottom: 1px solid #ebebeb;
  height: 60px;
  line-height: 100%;
  width: 100%;
  font-size: 16px;
  background-color: transparent;
  color: #444; }
  .get-form input[type=file]{
  	height: 60px;
  	line-height: 100%;
  	width: 100%;
  	font-size: 16px;
  	background-color: transparent;
  	color: #444; 
  	margin-top: 25px;
  	padding:10px 0px;
  }

 .parent-elm{
	position: relative;
}
.parent-elm label {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 20px;
	color: #b3b3b3;
	pointer-events: none;
	transition: .5s;
}
.parent-elm input:focus ~ label, .parent-elm input:valid ~ label {
	bottom: 2.4rem;
	font-size: 18px;
}
.parent-elm input:focus {
	outline: none;
}
.parent-elm .text-input {
	width: 100%;
	border: none;
	padding-top: 2.5rem;
	padding-bottom: .4rem;
	/*font-size: 1.2rem;*/
	border-bottom: 1px solid #ebebeb;
}
/*end form section*/


/*.form-head:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 58px;
  background-color: #2babe2; }

.form-lbl {
  font-size: .8rem;
  color: #fff;
  display: block;
  padding-bottom: 4px; }

.form-field {
  margin-bottom: 20px;
  position: relative; }*/



/*.get-form input[type=text]:focus,
select:focus,
textarea:focus {
  border-bottom-color: #000;
  outline: 0; }*/


.icon-style {
  color: #ef695a;
  padding: 10px; }

.txtsms {
  max-height: 120px;
  overflow: hidden;
  word-wrap: break-word;
  height: 51px;
  overflow-y: auto;
  resize: none; }

.get-form input[type=submit] {
      background-color: #ffd800;
    padding: 15px 50px;
    box-shadow: 0 3px 0 0 #d7a800;
    transition: all .5s;
    -webkit-transition: all .5s;
    border: none;
    color: #ae7500;
    font-size: 18px;
    text-transform: uppercase;
    font-family: MuseoSansRounded500;
     }
.get-form input[type=submit]:hover    {
    background-color: #ffea00;
    color: #ae7500;
    }

.form-txt {
  font-size: 13px;
  color: #444;
  padding-top: 5px; }

.contact-bg p {
  color: gray;
  font-weight: bold; }

.contact-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.contact-bg-text span {
  color: #00b0ff;
  font-size: 2rem; }

.text-weight {
  font-weight: 700; }

.text-size {
  font-size: 2.5rem !important; }
  
  .form-inline h5{
  	border-right: 1px solid #ccc;
  	display: inline-block;
  	padding:0 15px;
  }
   .sub-para{
  	color:#ccc;
  	font-size: 11px;
  	padding-top: 15px;
  	overflow: hidden;
  }
/*end contact form*/
.bg-1 {
	position: relative;
	background: #25b442; /* fallback for old browsers */
  	background: -webkit-linear-gradient(to left, #25b442, #152f60); /* Chrome 10-25, Safari 5.1-6 */
  	background: linear-gradient(to left,#25b442, #152f60); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  	color: #fff;
  	padding-bottom: 2.5rem;
}

.bg-1 p  {
	padding-bottom: 1rem;
	padding-top: 1rem;
	font-size: 1.4rem;

}
.bg-1 h2 {
	color: #fff;
	font-size: 3.4rem;
    padding-top: 3rem;
    margin-top: 10px;
    font-weight: bold;
}
.number-text {
	padding: 0;
}
.number-text p {
	font-size: 2rem;
}
.number-text span {
	font-size: 3.2rem;
	padding-left: .5rem;
	font-weight: bold;
}

.icon-style {
	padding: 0 10px;
	position: relative; 
	top: 44px;	
}
.px-bottom {
	margin-bottom: .4rem;
	padding-left: 40px;
}

.green {
	color: #24b242;
}
.about-team  table {
	border-collapse: separate;
}
.about-team .tech-col, .about-team td  {
	border: 1px solid #eaeaea;
	height: 200px;
	width: 200px;
	position: relative;
	text-align: center;
	color: #a5a5a5;
	font-size: 30px;
}
.about-team td {
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea; 
	border-top: 0;
}
.lightGray {
	color: #e2e2e2 !important;
}
.about-team td:nth-child(2), .about-team td:nth-child(3), .about-team td:nth-child(4){
	border-left: 0;
}
.about-team table {
	width: 100%;
}
.about-team td ul {
	list-style: none;
	text-align: center;
	font-size: 16px;
	padding: 10px 0 0 0;
}
.about-team td ul li {
	padding-top: 4px;
	padding-bottom: 4px;
}
.about-team .tech-col {
	transition: all 0.3s;
}

.about-team .tech-col:hover {
	color: #143060;
	text-align: center;
	padding: 40px 24px;
	vertical-align: top;
    border: 2px solid;
	border-image-source: linear-gradient(#25b442 30%, #152f60);
  	border-image-slice: 20;
  	cursor: pointer;	
}
.about-team .tech-col:hover
.about-team h2 {
	padding: 0 0 3rem;
}
.about-team .tech-col:hover .hide-text{
	display: block;
} 
.hide-text {
	text-align: center;
	display: none;
}
.hide-text .my-btn {
	padding: 8px 20px 8px;
    font-size: 1.5rem;
    border-left: 2px solid #23b43f;
}
.more-info {
	padding-top: 8rem;
	padding-bottom: 5rem;
	text-align: center;
}
.my-btn2 {
	font-size: 2.2rem;
	padding: 10px 55px 14px;
	margin-top: 10px;
}
.dream-project {
	background: #25b442; 
  	background: -webkit-linear-gradient(-90deg, #25b442, #152f60); 
  	background: linear-gradient(-90deg,#25b442, #152f60); 
}
.dream-project h2 {
	color: #fff; 
	margin-bottom: 0;
}
.dream-project h2 a {
	color: #65bbde;
}
.contact-team {
	padding-top: 6.5rem;
	padding-bottom: 6.5rem;
}
.contact-team h4 {
	font-size: 2.2rem;
}
.domains-section-1 img{

}
.domains-section-1 .text-center{
	
}
.domains-section-1 .panel-group{
	margin:20px 0;
}
.domains-section-1 .panel-heading{
	background: #25b442; 
  	background: -webkit-linear-gradient(-90deg, #25b442, #152f60); 
  	background: linear-gradient(-90deg,#25b442, #152f60);
  	cursor: pointer;
}
.domains-section-1 {
	/*padding: 0.5rem 0  4rem;*/
	margin: 35px 0 25px;

}
.domains-section-1 h2{
	font-weight: bold;
}
.domains-section h2 {
	/*padding: 0.5rem 0  4rem;*/
	font-weight: bold;

}
				      
.domains-section-1 .card {
    transition: 0.3s;
    border:2px solid #ccc;
    margin: 0px;
    padding: 20px 30px 10px;
    transition: opacity 0.5s;
    -webkit-transition:opacity 0.5s;
    min-height: 230px;
}
.domains-section-1 .card:hover {
	border: 2px solid;
    border-image-source: linear-gradient(#25b442 30%, #152f60);
    border-image-slice: 20;

}
 /*.domains-section-1 .card:hover i {  
 	color: #fff;
 	background: linear-gradient(to right, #152f60 45%, #25b442 60%);
    color: transparent;
    -webkit-background-clip: text;
 }*/
.domains-section-1 .card:hover button{
	opacity:1;
	transition: opacity 0.7s;
	}
.domains-section-1 .card:hover h5{
	color: #63b573;
}

.domains-section-1 i{
	font-size: 50px;
	
	/*color-image-source: linear-gradient(#25b442 30%, #152f60);
    color: linear-gradient(to right, #152f60 45%, #25b442 60%);*/
}
.domains-section-1 button{
	padding: 8px 20px 8px;
    font-size: 1.5rem;
    border-left: 2px solid #23b43f;
    background-color: #152f60;
    color: #fff;
    opacity: 0;	
    margin-bottom: 0;
}
.domains-section-1 h4{
	padding:0px 20px;
	font-size: 21px;
	color:#fff;
	letter-spacing: 1px;
	word-spacing: 3px;
	font-weight: bold;
}
#accordion .panel-body .row {
	padding-bottom: 15px;

}
#accordion .panel-body .row .col-sm-4 {
	padding-left: 0;
}
#accordion .panel-body .row .col-sm-4:first-child {
	padding-left: 15px;
}
.domains-section-1 h6{
	color:#e4e0e0;
	font-size: 16px;
	margin: 3px 0	;
	padding: 0 20px;	
}
.domains-section-1 h5{
	font-size: 18px;
	color:#5d5c5c;
	min-height: 30px;
}
.domains-section-1 .card img{
	color:gray;
	width:100px;
	height:auto;
	}

.domains-section-1 p{
	padding: 5px 0;
}
/*owl carousel domains section*/ 
.domains-section{
	margin: 10px 0;
}
.owl-carousel .owl-item img {
	width: 75% !important;
	margin: auto;
}
.owl-theme .owl-dots {
	display: none !important;
}
.owl-theme .owl-nav {
	text-align: left;
}
.owl-carousel {
	position: relative;
	margin: 40px 0;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 35%;
    font-size: 3.5rem;
    color: #e6e6e6;
}
.owl-carousel .owl-nav button.owl-prev {
	left: -2%;
}
.owl-carousel .owl-nav button.owl-next {
 right: -2%;
}

.developer-team-2 {
	background-color: #f9f9f9;
	padding:  35px 0 20px;
}
.developer-team-2 h2{
	font-weight: bold;
}
.developer-team-2 .tab-content .card{
	/*border:1px solid #ccc;*/
	margin-bottom: 45px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .11);
	background-color:#fff;	
	margin-left: -11px;
}
.developer-team-2 .tab-content .card h4{
	padding-top: 25px;
	padding-bottom:0px; 
	font-weight: bold;
	color:#333;
	font-size: 35px;
}
.developer-team-2 .tab-content .card i{
	
	font-size: 30px;
}
.developer-team-2 .tab-content .card h3{
	padding-top: 30px;
	font-size: 26px;
	position: relative;
	/*border-bottom: 1px solid #ccc;*/
}
.developer-team-2 .tab-content .card h3:after{
	content: "";
    background: #ccc;
    height: 2px;
    width: 60px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.5;
}
/*.developer-team-2 .tab-content .card u{
	color:#ccc;
}*/

.developer-team-2 .tab-content .card button{
	padding: 10px 20px 10px;
    font-size: 1.5rem;
    border-left: 2px solid #23b43f;
    background-color: #152f60;
    color: #fff;
    margin: 30px 0;
}
.developer-team-2 .tab-content .card p{
	padding:0;
	font-size: 14px;
	color: #777;
}
.hiring-process{
	margin:45px auto 50px;
	width: 100%;
}
.hiring-process h2{
	font-weight: bold;
}
.hiring-process .tab-content-2{
	padding:70px 0;
}
.hiring-process .tab-content-2 .process{
	width:20%;
	margin-left: -4px;
	float: left;
}
.hiring-process .card{
	margin-left: 8px;
	border:1px solid #ccc;
	padding: 30px 15px 10px;
	width: 100%;
	min-height: 435px;
	position: relative;
	z-index: 22;
	background-color: #f9f9f9;
}
.hiring-process .card .card-header {
	min-height: 70px;
}
.hiring-process .card h2{
	position: absolute;
	top:-40px;
	left:35%;
	border:1px solid #c9c9c9;
	border-radius: 50%;
	padding: 10px;
	z-index: 999;
	background-color: #f9f9f9;
	color: #24b242;
	height: 70px;
	width: 70px;
	line-height: 50px;
	font-size: 30px;
}
.hiring-process .card h4{
	padding-top:20px;
	font-size: 22px;
	color: #595959;
	font-weight: bold;
}
.hiring-process .card p{
	text-align: left;
	word-spacing: 0.8px;
	color: #777;
	}
.hiring-process .card img{
	width:70px;
	height:auto;
	padding:20px 0;
	top: 20px;
	left: 44px;
}

/*.panel-title-2:after {
    content: "\2212";
    color: #5a5a5a;
    float: right;
    font-size: 1.8rem;
    margin-left: 5px;
}*/
/*.abc .collapsed:after {
	content: "\002B";
	color: #24b242;
	float: right;
}
.panel-title-2 :after{
	content: "\2212";
    color: #24b242;
    float: right;
    font-weight: bold;
}*/
.my-accordian:after{
	content: "\2212";
	color: #24b242;
	float: right;
	font-weight: bold;
	margin-top: -29px;
	font-size: 20px;
}
.my-accordian.collapsed:after{
	content: "\002B";
	color: #24b242;
    float: right;
    font-weight: bold;
    margin-top: -29px;
    font-size: 20px;
}
/*.abc :after{
	content: "\2212";
	color: #24b242;
    float: right;
}*/
.abc{
	background-color: #f4f2f3;
	padding: 35px 0;
}
.abc h2{
	font-weight: bold;
}
.abc .panel{
	border:none;
	
	padding: 0px;
	
}
.panel {
	box-shadow: none;
}
.abc .panel-default>.panel-heading {
	background-color: #f4f2f3;
	border-bottom: 2px solid #fff;
	border-radius: 0;
}
.abc .panel-body-2{
	font-size: 18px;
	padding:20px 15px;
	border:none;
}
#accordion-2{
	
}
.panel-title-2 {
	font-size: 20px;
	color:#5a5a5a!important;
}
.panel-title-2 a:hover{
	color: #24b242;
	}
#accordion-2{
	margin-top: 20px;
}
.deck-display {
	display: block;
}
.mob-display {
	display: none;
	/*padding-top: 50px;*/
}
.dream-project .mob-display h1{
	font-size: 28px!important;
    letter-spacing: 1px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.mob-display img{
	padding-top: 20px;
}
.our-services p {
	color: #fff;
	margin-left: 24px;
}
.our-services h3 {
	font-size: 2rem;
	letter-spacing: .5px;
	color: #f3f4f6;
}
.our-services h3 i {
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 2px;
	vertical-align: middle;
	font-size: 1.2rem;
	color: #60bdde;
}
.testimonial {
	position: relative;
    overflow: hidden;	
}
.testimonial-inner {
	position: absolute;
	top: 52%;
    left: 55%;
    transform: translate(-50%,-55%);
	width: 70%;
	margin: 0;
	padding: 0;
}
.px-left {
	padding-left: 5rem;
}
.d-flex {
	display: flex;
}
.testimonial-pic {
	width: 8.5%;
}
.testimonial-pic img {
	width: 100%;
}
.testimonial-text {
	width: 50%;
}
.testimonial-text h5 {
	color: #fff;
	font-size: 2.3rem;
	padding: 1rem 0;
}	
.testimonial-text p {
	font-size: 1.8rem;
	margin-bottom: 0;
}
.blue-color {
	color: #00c5d5;
}
.testimonial-icon {
	font-size: 3rem;
	margin-top: -20px;
	margin-bottom: .8rem;
}
.custom-img{
	width:10%;
	cursor: pointer;
	position: relative;
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	transition: transform 200ms;
}
.custom-img img{
	width: 100%;
	z-index: 1;
}
.overlay {
	position: absolute;
    background: rgba(0,0,0,.85);
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: background .9s;
}
.testimonial-inner:hover .overlay {
	background: rgba(0,0,0,0);
}
.testimonial-inner:hover .custom-img{
	z-index: 3;
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.custom-img:hover .overlay {
	background: rgba(0,0,0,0);
}
.custom-img:hover {
	z-index: 3;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
@media screen and (max-width: 1100px) {
	.header-img h1{
	    font-size: 28px!important;
	    letter-spacing: 1px;
	    color: #fff;
	    position: absolute;
	    top:50px;
	    left:20%;
	    font-weight: bold;
	}
	.header-inner-text h1 {
		font-size:28px!important;
	}
	.about-team h2, .domains-section h2, .dream-project h2, .developer-team h2 {
		font-size: 3rem;
	}
	.px-left-right {
	    padding-left: 2.5rem;
	    padding-right: 2.5rem;
	}
	.px-top-bottom {
     padding-top: 1.5rem; 
     padding-bottom: 0; 
	}
	.about-team h2 {
	padding: 2.5rem 0;
	} 
}
@media screen and (max-width: 1024px) {
	.header-inner-text h1 {
		font-size:26px!important;
	}
	.owl-carousel .owl-nav button.owl-next {
		right: -1%;
	}
	.owl-carousel .owl-nav button.owl-prev {
		left: -1%;
	}
}
@media screen and (max-width: 991px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    	margin-left: -60px;
	}
	.header-img h1{
	    font-size: 28px!important;
	    letter-spacing: 1px;
	    color: #fff;
	    position: absolute;
	    top:50px;
	    left:16%;
	    font-weight: bold;
	}

	.hiring-process .card{
		/*margin-left: 8px;*/
		
		min-height: 350px;
		position: relative;
		z-index: 22;
		background-color: #f9f9f9;
		margin-bottom: 60px;
	}
	.hiring-process .tab-content-2 .process{
		width:50%;
		margin-left: 0px;
		margin:auto;
		display:block;
	}
	.hiring-process .card h2{
			position: absolute;
			top:-35px;
			left:43%;
		}
	.hiring-process .card img{
		width:70px;
		height:auto;
		padding:20px 0;
	}
	.head-img .banner-text h3{
		font-size: 22px;
	}
	.head-img .banner-text .para{
		padding: 20px 0;
		text-align: justify;
		letter-spacing: 1px;
		line-height: 20px;
	}
	.head-img .banner-text .feature h5{
		font-size: 15px;
		padding:0 20px
	}
	.contact-form {
	  padding: 10px 15px;
	  width:100%;
		margin:5px auto 1rem;}
	.get-form input[type=submit] {
	  padding: 10px 20px;
	  background-color: #e8e866;
	  margin-top:8px;  
	}
	.bg-1 p {
		font-size: 1.7rem;
	}
	.domains-section h2 {
		padding: 2.5rem 0  3rem;
	}
	.header-inner-text h1 {
		font-size:24px!important;
	}
	.contact-team {
		text-align: center;
	}
	.contact-team h4, .contact-team button {
		margin: 1.5rem;
	}
	.more-info {
		padding-top: 5rem;
    	padding-bottom: 3.5rem;
	}
	.testimonial-text h5 {    
		font-size: 1.8rem;
    	letter-spacing: .5px;
    	padding: 0;
	} 
	.testmonial-icon {
		font-size: 3.5rem;
    	margin-top: 0;
    	margin-bottom: 2px;
	}
	.developer-team-2 .tab-content .card{
		padding: 	30px 0;
	}
}
@media screen and (max-width: 880px){
	.header-img h1{
	    font-size: 28px!important;
	    letter-spacing: 1px;
	    color: #fff;
	    position: absolute;
	    top:30px;
	    left:19%;
	    font-weight: bold;
	}
	.header-img h1{
	    font-size: 25px!important;
	}
}
@media screen and (max-width: 820px) {
		.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	    	margin-left: -42px;
		}
	}
@media screen and (min-width: 767px) {
	.contact_us {
	padding: 15rem 0 10rem;
	}
}
@media screen and (max-width: 767px) {
	.header-img h1{
	    position: absolute;
	    top:20px;
	    left:8%;
	    font-weight: bold;
	}
	.head-img .benner-text {
		padding-top: 60px;
    	padding-bottom: 40px;
	}
	.header-img h1{
	    font-size: 23px!important;
	}
	.domains-section-1{
		margin: 35px 25px 25px;
	}
	.domains-section-1 .panel-body{
		border:none;
	}
	.domains-section-1 .card {
	    padding: 35px 2%;
	    margin-bottom: 20px;
	}
	.hiring-process{
		margin:45px auto 0px;
	}
	.hiring-process .tab-content-2 .process{
		width:49%;
		margin-left: 0px;
		margin:auto;
		display:block;
	}
	.hiring-process .card img{
		width:65px;
		height:auto;
		padding:20px 0;
	}
	.hiring-process .card h2{
			position: absolute;
			top:-50px;
			left:40%;
		}
	.hiring-process .card{
			border:1px solid #ccc;
			padding: 30px 10px;
			margin-left: 8px;
		}
	.head-img .banner-text h3{
		font-size: 22px;
		text-align: center;
	}
	.head-img .banner-text h4{
		text-align: center;
	}
	.head-img .banner-text .para{
		word-spacing: 0px;	
		letter-spacing: 1px;
	}
	.head-img .banner-text .feature{
		text-align: left;
	}
	.head-img .banner-text .feature h5{
		font-size: 15px;
		padding:0 20px
	}
	.header-inner-text h1 {
		font-size:22px!important;
	}
	.header-container {
		padding-top: 45px;
	}
	.developer-team-2 .tab-content .card{
		margin-left: 0px;
	}
	.my-btn {
		font-size: 1.9rem;
		padding: 10px 40px 8px;
		border-left: 3px solid #23b43f;
	}
	.header-inner-text h1 {
		margin-bottom: 2rem;
	}
	.bg-1 h2 {
		font-size: 2.2rem !important;
	}
	.bg-1, .domains-section, .bootsrap-caro {
		padding: 2.5rem;
	}
	.bg-1 h2 {
		padding-bottom: 0;
		padding-top: 0;
		font-size: 2.5rem !important;
		margin-top: 10px;	
	}
	.bg-1 p {
		font-size: 1.4rem;
		padding-bottom: 1.5rem;
		padding-top: .8rem;
	}
	.number-text span {
		font-size: 2rem;
	}
	.dream-project h2 {
		margin-bottom: 0px;
	}
	.about-team h2, .domains-section h2, .developer-team h2, .dream-project h2 {
		font-size: 2.2rem !important;
	}
	.domains-section h2 {	
		padding-left: 2.5rem;
	}
	.about-team h2 {
		margin-bottom: 2.5rem;
		margin-top: 0;
	}
	.more-info {
		padding-bottom: 2.5rem;
	}
	.about-team .tech-col, .about-team td {
		height: 150px;
		font-size: 2rem;
	}
	.deck-display {
		display: none;
	}
	.mob-display {
		display: block;
	}
	.laptop-display{
		display: none;
	}
	.about-team .tech-col:hover .hide-text{
		display: none;
	}
	.about-team .tech-col:hover {
		color: #a5a5a5;
		text-align: center;
		padding: 0;
		vertical-align: inherit;
	    border: 1px solid #eaeaea; 
	  	cursor: default;	
	} 
	.contact-team h4 {
		font-size: 1.8rem;
	}
	.testimonial-text h5 {
		font-size: 1.5rem !important;
		margin-bottom: 0;
		padding: .4rem 0 1rem;
	}
	.px-left {
		padding-left: 3rem;
	}
	.testimonial-text p {
		font-size: 1.4rem;
	}
	.testimonial-icon{
		margin: 0;
	}
	.get-in-touch{
		margin: 25px 25px 25px;
	}
}
@media screen and (max-width: 630px) {
	
	.developer-team-2 .tab-content .card h3 {
	    padding-top: 15px;
	    font-size: 22px;
	}
	.developer-team-2 .tab-content .card h4 {
	    padding-top: 20px;
	    padding-bottom: 10px;
	    font-weight: bold;
	    color: #736f6f;
	    font-size: 25px;
	}
	.developer-team-2 .tab-content .card i {
	    font-weight: bold;
	    font-size: 22px;
	}
	.header-img h1{
	    position: absolute;
	    top:0px;
	    left:2%;
	}
	.header-img h1{
	    font-size: 18px!important;
	}
	
	.header-inner-text h1 {
		font-size:20px!important;
	}
	
	.domains-section h4{
		padding:0px;
		font-size: 20px;
		color:#fff;
	}
	.domains-section-1 h5 {
	    font-size: 18px;
	    color: #5d5c5c;
	}
	.domains-section-1 p {
	    padding: 5px 0;
	    font-size: 14px;
	}
	.domains-section-1 i {
	    font-size: 33px;
	    padding: 10px;
	}
	.hiring-process .tab-content-2 .process{
		width:80%;
		display:block;
		 float: none;
	}
	.hiring-process .card h2 {
	    position: absolute;
	    top: -35px;
	    left: 43%;
	}
	.hiring-process .card{
			border:1px solid #ccc;
			padding: 30px 10px;
			margin-left: 0px;
		}
	.hiring-process .card p {
     text-align:center; 
	}
	.hiring-process .card .card-header {
	    min-height: 40px;
	}
	.header-img h1{
	    position: absolute;
	    top:10px;
	    left:5%;
	}
	.header-img h1{
	    font-size: 20px!important;
	}
	.header-inner-text h1 {
		font-size:20px!important;
	}
	.header-inner-text {
	    text-align: center;
	    padding-top: 0px;
	}
	.bg-1, .domains-section, .bootsrap-caro {
		padding: 2rem;
	}
	.my-btn {
		font-size: 1.5rem;
		padding: 8px 28px 6px;
	}
	.about-team h2 {
		margin: 0;
		padding: 1rem 0;
	}
	.more-info {
		padding-top: 2.5rem;
	}
	.about-team .tech-col, .about-team td {
		height: 120px;
    	font-size: 1.8rem;
	}
	.our-services h3 i {
		font-size: 1.1rem;
	}
	.our-services p {
		font-size: 1.3rem;
	}
	.our-services h3 {
		font-size: 1.8rem;
	}
	.testimonial-text h5 {
		font-size: 1.2rem !important;
		padding: .2rem 0 .8rem;	
	}
	.testimonial-icon {
		font-size: 2.2rem;
	}
	.testimonial-text p {
		font-size: 1.2rem;
	}
	.owl-carousel {
		margin: 20px 0;
	}
	.domains-section-1 button{
		margin-top: 20px;
	}
}
@media screen and (max-width: 540px) {
	.hiring-process .card img{
		width:60px;
		height:auto;
		/*padding:20px 0;*/
	}
	.developer-team-2 h2{
		padding-bottom: 30px;
	}
	
	
	.domains-section-1 h4{
			padding:0px;
			font-size: 18px;
			color:#fff;
		}
		.domains-section-1 h6{
			padding: 0px;
		}
	.panel-title-2 a {
    	font-size: 16px;
    }
    .abc .panel-body-2 {
	    font-size: 14px;
	}
	.get-in-touch h2{
		text-align: center;
		padding-bottom: 30px;
	}
	.get-in-touch p{
		/*text-align: center;*/
	}

	.abc h2{
		text-align: center;

	}
	.hiring-process .tab-content-2 {
   	 padding: 50px 0 0px;
	}
	.hiring-process .card h2 {
    position: absolute;
    top: -35px;
    left: 36%;}

	.hiring-process h2{
		text-align: center;
	}
	.header-img h1{
	    position: absolute;
	    top:5px;
	    left:5%;
	}
	.header-img h1{
	    font-size: 18px!important;
	}
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
		top: 25%;
	}
	.owl-carousel .owl-nav button.owl-prev {
		left: -3%;
	}
	.owl-carousel .owl-nav button.owl-next {
		right: -3%;
	}
	.contact-team h4 {
		font-size: 1.2rem;
	}
	.contact-team h4, .contact-team button {
		margin: 1rem 0;
	}
	.about-team .tech-col, .about-team td {
		height: 100px;
    	font-size: 1.4rem;
	}
	.testimonial-text h5, .testimonial-text p {
		font-size: 1rem !important;
	}
	.px-left {
		padding-left: 1.5rem;
	}
	.owl-carousel .owl-item img {
		width: 70% !important;
	}
	.domains-section h2, .developer-team h2, .dream-project h2 {
		/*font-size: 1.9rem !important;*/	
	}
	.testimonial-icon {
		display: none;
	}
	.dream-project .mob-display h1{
		font-size: 22px!important;
	    
	}
	.head-img .banner-text .para {
		padding: 5px 0;
		letter-spacing: 0.8px;
	}
	.head-img .banner-text h3 {
		font-size: 20px;
	}
	.head-img .banner-text h4 {
		font-size: 16px;
	}
}
@media screen and (max-width: 400px) {
	.head-img .offer-text{
		padding: 15px 20px;
		background-color: #fff;
		width:100%;
		margin:15px auto 5px;
		position: relative;
	}
	.head-img .banner-text .para {
		padding: 8px 0 0;
	}
	.feature {
		padding-left: 20px;
	}
	.head-img .banner-text h3{
		font-size: 18px;
		text-align: center;
	}
	.head-img .banner-text h4{
		font-size: 14px;
		text-align: center;
	}
	.head-img .banner-text .para{
		font-size: 14px;
		/*text-align: center;*/
		letter-spacing: 0;
	}
	.head-img .banner-text .feature h5{
		font-size: 13px;
		padding:0;
	}
	.head-img input[type=submit] {
	    padding: 5px 15px;
	    font-size: 15px;
	    margin-top: 20px;
	   }
	   .developer-team-2 .tab-content .card{
	   	padding: 15px 0;
	   }
	.developer-team-2 .tab-content .card h3 {
	    padding-top: 18px;
	    font-size: 23px;
	}
	.developer-team-2 h2{
		padding-bottom: 28px;
	}
	.developer-team-2 .tab-content .card h4 {
	    padding-top: 20px;
	    padding-bottom: 10px;
	    font-weight: bold;
	    color: #736f6f;
	    font-size: 24px;
	}
	.developer-team-2 .tab-content .card i {
	    font-weight: bold;
	    font-size: 21px;
	}
	.header-img h1{
	    position: absolute;
	    top:0px;
	    left:2%;
	}
	.header-img h1{
	    font-size: 16px!important;
	}
	
	.header-inner-text h1 {
		font-size:18px!important;
	}
	.domains-section-1{
	    
		margin: 20px 15px 20px;
	}
	.domains-section-1 .card{
		min-height: 230px;
	}
	.domains-section h4{
		padding:0px;
		font-size: 18px;
		color:#fff;
	}
	.domains-section-1 h5 {
	    font-size: 16px;
	    color: #5d5c5c;
	}
	.domains-section-1 p {
	    padding: 5px 0;
	    font-size: 15px;
	}
	.domains-section-1 h6 {
		font-size: 14px;
		padding:0px!important;
	}

	.domains-section-1 i {
	    font-size: 30px;
	    padding: 10px;
	}
	.contact-form {
	  padding: 10px 10px;
	  width:100%;
		margin:5px auto 1rem;}
	.parent-elm label {
		font-size: 16px;
	}
	.parent-elm input:focus ~ label, .parent-elm input:valid ~ label {
		bottom: 2.4rem;
		font-size: 14px;
	}
	.get-in-touch{
		margin: 15px 15px 20px!important;
	}

		
	.get-form input[type=file]{
	  	font-size: 14px;
	  	margin-top: 25px;
	  	padding:10px 0px;
	  }
	  .get-form input[type=submit] {
	    padding: 5px 15px;
	    font-size: 15px;
	    margin-top: 20px;
	    margin-bottom: 15px;
	   }
	.domains-section {
	    margin: 10px 0;
	}
	.hiring-process .card {
    /* margin-left: 8px; */
	    min-height: 250px;
	    margin-bottom: 60px;
	}
	.hiring-process .card .card-header {
	    min-height: 40px;
	}
	.hiring-process .tab-content-2 .process {
	    float: none;
	}
	.hiring-process .card h4 {
	    padding-top: 20px;
	    font-size: 18px!important;
	}
	.hiring-process .card p {
	    text-align: center;
	    word-spacing: 0.8px;
	    font-size: 14px;
	}
	.hiring-process .card h1 {
	    position: absolute;
	    top: -50px;
	    left: 40%;
	}
	.panel-heading {
	    padding: 5px 10px;
	}
	.bg-1, .domains-section, .bootsrap-caro {
		padding: 1.5rem;
	}
	.owl-carousel .owl-item img {
	 	width: 50% !important;
	 }
	 .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	 	top: 35%;
	 }
	 .owl-carousel .owl-nav button.owl-prev {
	 	left: 8%;
	 }
	 .owl-carousel .owl-nav button.owl-next {
	 	right: 10%;
	 }
	 .more-info {
	 	padding-top: 2rem;
	 	padding-bottom: .8rem;
	 }
	 .my-btn {
	 	font-size: 1.3rem;
	 }
	 .about-team .tech-col, .about-team td {
	 	height: 70px;
    	font-size: 1.2rem;
	 }
	.about-team h2, .domains-section h2, .developer-team h2, .dream-project h2 {
	 	/*font-size: 1.8rem !important;*/
	 }
	 .bg-1 h2 {
	 	font-size: 2rem !important; 
	 }
	 .bg-1 p {
	 	font-size: 15px!important;
	 	/*text-align: center;*/
	 }
	 .number-text span {
	 	font-size: 1.5rem;
	 	text-align: center!important;
	 }
	 .px-left-right {
	 	padding-left: 1.5rem;
    	padding-right: 1.5rem;
	 }
	 .contact-team h4 {
	 	font-size: 1.25rem;
	 	margin: 1rem 0;
	 }
	 .our-services p {
		font-size: 14px;
	}
	.our-services h3 {
		font-size: 16px;
	} 
	.our-services h3 i {
		font-size: .8rem;
	}
	 .testimonial-text h5 {
	 	padding: 0  0 5px;
	 }
	 .px-left{
	 	padding-left: 1rem;
	 }
	 .dropussec h3 {
	 	font-size: 14px;
	 }
	 .footer a, .footer ul li a {
	 	font-size: 1.4rem;
	 }
}