.homeBanner_section{
    position:relative;
       background:#ffebf0;
       padding:60px 0;
       overflow:hidden;
}
.homeBanner_section h1 {
	font-size: 42px;
	margin: 10px 0;
}

.homeBanner_section p{
    margin:15px 0;
}
.homeBanner_section span {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 50px;
	color: var(--secondary-color);
}
.homeBanner_section .themeBtn{
    padding:15px 30px;
    font-size:18px;
    min-width:300px;
}
.homeBanner_img {
	display: flex;
	justify-content: center;
}

.homeAboutus{
    padding:90px 0;
}
.homeAboutus ul li{
    font-weight:bold;   
}

/*how we work css*/
.howWe_work{
    padding:70px 0;
    position:relative;
    background:#F7F7FE;
    overflow:hidden;
}
.howWe_work_grid {
  text-align: center;
  margin-top:20px;
}

.howWe_work_grid_img {
  position: relative;
	display: inline-block;
	background: #ffffff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	width: 160px;
	height: 160px;
	border-radius: 90px;
	text-align: center;
	line-height: 160px;
	transition: all 0.5s ease-in-out;
}

.howWe_work_grid_img span {
  position: absolute;
  display: inline-block;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  opacity: .8;
  animation: rotate 15s linear infinite;
}
.howWe_work_grid_img div {
	position: absolute;
	right: 15px;
	display: block;
	top: 10px;
	line-height: 29px;
	background: var(--tertiary-color);
	height: 30px;
	color: var(--white-color);
	border-radius: 50%;
	width: 30px;
}
.howWe_work_grid_img span::after {
  position: absolute;
  content: '';
  top: -5px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #333;
  background: var(--white-color);
}

.howWe_work_grid_content {
  padding: 30px 20px 20px;
}
@keyframes rotate {
  from { 
      transform: rotate(0deg); 
  } to { 
      transform: rotate(360deg); 
  }
}
.howWe_work_grid_content h3 {
  color: var(--dark-color);
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size:22px;
}

/*how we work css ends*/

/*why choose us css starts */

.whyChooseUs_home{
    padding:70px 0;
    position:relative;
    overflow:hidden;
}

.whyChooseUs_home_grid{
    position: relative;
      padding: 50px 15px;
      text-align: center;
      border-radius:10px;
}
.whyChooseUs_home_right > .row  .col-md-6:nth-child(1) .whyChooseUs_home_grid {
  background-color: #e9f7fe;
}
.whyChooseUs_home_right > .row .col-md-6:nth-child(2) .whyChooseUs_home_grid {
  background-color: #f0faf4;
  margin-top:35px;
}
.whyChooseUs_home_right > .row .col-md-6:nth-child(3) .whyChooseUs_home_grid {
  background-color:#feede9;
}
.whyChooseUs_home_right > .row .col-md-6:nth-child(4) .whyChooseUs_home_grid {
  background-color:#fbf2fe;
  margin-top:35px;
}
.whyChooseUs_home_grid h3 {
	font-size:16px;
	margin-top: 20px;
}
.whyChooseUs_home_right{
    position:relative;
}
.whyChooseUs_home_right::before {
	content: '';
	position: absolute;
	left: 0px;
	top: -40px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: -1;
	background-image: url('../images/pattern.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
@media (max-width: 767px) {
    .whyChooseUs_home_right::before {
        display:none;   
    }
}
/*why choose us css ends */

/*Home Page review section starts */
.homeReview_section{
    padding:70px 0;
    position:relative;
    overflow:hidden;
}
/*.homeReview_section::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: linear-gradient(to top, hsla(0, 0%, 78%, 0.09) 0, hsla(0, 0%, 100%, 0));*/
/*  display: block;*/
/*  z-index: -1;*/
/*}*/
.homeReview_section:before{
    content:'';
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:#e9f7fe;
}
.homeReview_section .wpmtst-testimonial{
    position:relative;
}
.homeReview_section .strong-view.wpmtst-default.dark .wpmtst-testimonial{
    border:0;  
}
.homeReview_section .wpmslider-prev::before,.homeReview_section .wpmslider-next::before{
    height:40px!important;
    width:40px!important;
    background:var(--secondary-color)!important;
}
.homeReview_section .strong-view.wpmtst-default.dark .wpmtst-testimonial-inner {
	border: 1px solid #ccc;
	background:#faf2ea;
	border-radius: 30px;
}
@media (max-width: 767px) {
    .homeReview_section .wpmtst-testimonial::after {
        display:none;   
    }
}
.homeReview_section .wpmtst-testimonial-heading.testimonial-heading {
	font-size: 18px;
	/*margin-bottom: 11px !important;*/
	/*min-height: 43px;*/
}
.strong-view.wpmtst-simple .wpmtst-testimonial-inner {
	padding: 1em;
	text-align: left;
	border: 2px solid #ddd;
	border-radius: 10px;
	background: #F6F7FF;
}
.wpmtst-testimonial::nth-child(2)  .wpmtst-testimonial-inner{
    	background: #000;
}
.wpmtst-testimonial-field.testimonial-field.testimonial-name {
	color: var(--tertiary-color);
	font-weight: 600;
	font-size: 17px;
}
.homeReview_section .reviewBtns{
    display:flex;
    justify-content:center;
}
/*homepage review ection starts*/

/*our Expertise section starts */

.ourExpertise{
    padding:70px 0;
    background:#e9f7fe;
    overflow:hidden;
    position:relative
}
.ourExpertise .ourExpertise_grid {
	border-radius: 10px 10px 10px 10px;
	padding: 60px 12px;
	transition: 0.4s;
	color: var(--white-color);
	height: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.ourExpertise .ourExpertise_grid:hover {
    transform: translateY(-15px);
         box-shadow:0 7px  37px rgba(0, 0, 0, 0.6);
}
.ourExpertise_grid_img {
	text-align: center;
	margin-bottom:20px;
}
.ourExpertise .ourExpertise_grid h3{
    font-size:20px;   
      color:var(--dark-color);
      text-align:center;
}
.ourExpertise  .col-md-3:nth-child(1) .ourExpertise_grid {
  background-color:#f66f6f;
}
.ourExpertise .col-md-3:nth-child(2) .ourExpertise_grid {
  background-color:#84cb74;
}
.ourExpertise .col-md-3:nth-child(3) .ourExpertise_grid {
  background-color:#3fc1d9;
}
.ourExpertise .col-md-3:nth-child(4) .ourExpertise_grid {
  background-color:#f9ae3c;

}
@media (max-width: 767px) {
    .homeBanner_content {
    	padding: 0px 0 20px;
    }
    .homeBanner_img{
        padding-top:0;
    }
    .homeBanner_section h1{
        font-size:24px;
    }
    .homeAboutus_img {
    	margin-bottom: 30px;
    }
    .whyChooseUs_home_grid{
        margin-top:30px;
    }
    .ourExpertise .ourExpertise_grid{
        margin-bottom:20px;
    }
    
}
/*contact form*/
.siteContact_form {
	padding: 70px 0;
	position: relative;
	background:#faf2ea;
	overflow: hidden;
}
.siteContact_form_inner{
    background:var(--white-color);
}

.contact-form {
	padding: 3vw;
	background: var(--white-color);
}
.siteContact_form_inner{
    	box-shadow: 6px 7px 5px -2px #ccc;
	border-radius: 30px;
	position:relative;
	overflow:hidden;
}
.siteContact_form .main-heading{
    padding:50px;
    margin-bottom:0;
    text-align:center;
}
.siteContact_form .main-heading img{
    margin-top:20px;
}
@media (max-width: 767px) {
  .contact-form {
    padding: 15px;
    margin-top: 30px;
    padding-bottom:40px;
  }
  .siteContact_form .main-heading{
      padding:20px;
      padding-top:40px;
  }
}
.contact-form textarea.wpcf7-form-control, .contact-form input.wpcf7-form-control {
  border: none;
  background:#faf2ea;
  border: 1px solid #ddd;
  border-radius: 30px;
  height: 40px;
  margin-bottom: 10px;
  font-size: 14px;
  width:100%;
  padding: 5px;
  padding-left: 15px;
}
.contact-form .form-group {
	margin-bottom: 5px;
}
.contact-form label{
    font-size:14px;
    font-weight: 600;
    color:var(--dark-color);
}
.contact-form .themeBtn{
    width:100%;
}
.contact-form .wpcf7-form-control.wpcf7-file {
	background: transparent !important;
	border: 0 !important;
	height: auto !important;
}
.contact-form textarea.wpcf7-form-control::-moz-placeholder, .contact-form input.wpcf7-form-control::-moz-placeholder {
  color: var(--dark-color);
  letter-spacing: 1px;
}
.contact-form textarea.wpcf7-form-control::placeholder, .contact-form input.wpcf7-form-control::placeholder {
  color: var(--dark-color);
  letter-spacing: 1px;
}
.contact-form textarea.wpcf7-form-control:focus, .contact-form input.wpcf7-form-control:focus {
  box-shadow: none;
  border-color: #000;
}
.contact-form textarea.wpcf7-form-control .themeBtn, .contact-form input.wpcf7-form-control .themeBtn {
  width: 170px;
}
.contact-form textarea.wpcf7-form-control {
  height: auto;
}

