/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*global*/
/*----------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Nunito:400,700|Open+Sans:400,700');

@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700|Poppins:400,700|Sintony:400,700');

@import url('https://fonts.googleapis.com/css?family=Asap:400,500,600,700');
/*---------------------------------------------------- */
/*----------------------------------------------------*/
body {
 margin: 0;
 padding: 0;
 overflow-x: hidden;
 font-size: 15px;
 line-height: 1.7;
 font-weight: normal;
 color: #595959;
 font-family: "open_sansregular", arial, sans-serif;
 -webkit-font-smoothing: antialiased;
}
.ul-li ul {
 margin: 0;
 padding: 0;
}
.ul-li ul li {
 list-style: none;
 display: inline-block;
}
.ul-li-block ul {
 margin: 0;
 padding: 0;
}
.ul-li-block ul li {
 list-style: none;
 display: block;
}
a {
 text-decoration: none;
 color: inherit;
}
a:hover, a:focus {
 text-decoration: none;
}
img {
 max-width: 100%;
 height: auto;
}

.form-control:focus, button:visited, button.active, button:hover, button:focus, input:visited, .banner-contact select:visited, input.active, .banner-contact select.active, input:hover, .banner-contact select:hover, input:focus, .banner-contact select:focus, textarea:hover, textarea:focus, a:hover, a:focus, a:visited, a.active, select, select:hover, select:focus, select:visited {
 outline: none;
 -webkit-box-shadow: none;
 box-shadow: none;
 text-decoration: none;
 color: inherit;
}
.form-control {
 -webkit-box-shadow: none;
 box-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
 margin: 0;
 font-weight: normal;
 font-family: "open_sansregular", arial, sans-serif;
}
/*.sintony {font-family: 'Sintony', sans-serif; }*/
.section-title {
 font-size: 42px;
 color: #000;
 font-weight: 700;
 position: relative;
 margin-bottom: 90px;
 font-family: "open_sansregular", arial, sans-serif;
 text-transform: capitalize;
}
.section-title:after {
 content: '';
 position: absolute;
 bottom: -15px;
 height: 5px;
 width: 50px;
 border-radius: 30px;
 background-color: #3695EB;
 left: 0;
 right: 0;
 margin: 0 auto;
}
.section-sub-title {
 font-size: 24px;
 color: #000;
 font-weight: 700;
}
.mb20 {
 margin-bottom: 20px;
}
.mb80 {
 margin-bottom: 80px;
}
.mb60 {
 margin-bottom: 60px;
}
.pt10 {
 padding-top: 10px;
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.header-top-section {
	background-color: #3695EB;
	padding: 6px 0 6px;
	transition: .3s all ease-in-out;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	line-height: 50px;
}
.header-top-section.menu-bg-overlay {
    background-color: #3695EB;
	padding-top: 0;
    padding: 3px 0px;
    left: 0;
    right: 0;
    transition: .3s all ease-in-out;
    position: fixed;
    z-index: 5;
}
.show-on-click {
  display: none;
}
.header-top-section .logo {
    margin-right: 100px;
    width: 150px;
}
.header-top-section .header-contact {
	font-size: 15px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0.3px;
    color: #ffffff;
}
.header-top-section .header-contact i {
 margin-right: 8px;
 color: #fff;
}
.banner-heading .sub-title {
  color: #d2d2d2;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.banner-section {
 background-image: url(../img/banner/bm-1.jpg);
 background-size: cover;
 background-repeat: no-repeat;
 position: relative;
 padding: 160px 0px 120px 0;
 margin-top: 20;
}
.banner-heading {
    position: relative;
    z-index: 1;
    padding: 25px 0;
    margin-left: 50px;
}
.banner-heading .banner-title {
	font-size: 45px;
	color: #fff;
	font-weight: 700;
	font-family: 'open_sanslight', Open Sans;
}
.banner-heading .banner-title span {
  color: #3695EB;
}
.banner-heading .banner-title span {
 color: #3695EB;
}
.banner-contact input, .banner-contact select {
    height: 32px;
    width: 100%;
    border: none;
    margin-bottom: 15px;
	font-size: 14px;
    -webkit-appearance: initial;
    border-radius: 0px;
    padding: 0px 10px;
    background-color: #fff;
}
.banner-contact textarea {
    height: 80px;
    width: 100%;
	font-size: 14px;
    padding: 5px 10px;
    border: none;
    border-radius: 0px;
}
.submit-btn input, .submit-btn .banner-contact select, .banner-contact .submit-btn select {
 width: 200px;
 height: 45px;
 margin-top: 25px;
 background-color: #3695EB;
 color: #fff;
 transition: .3s all ease-in-out;
 text-transform:  uppercase;
 font-weight:  700;
}
.submit-btn input:hover,
.call-btn:hover {
  background-color: #2fa8db;
}
.white-overlay {
 background-color: rgba(97, 97, 97, 0.66);
 position: absolute;
 top: 0;
 z-index: 0;
 height: 100%;
 width: 100%;
}
.arrow {
 position: absolute;
 bottom: 0;
 width: 100%;
 height: 20px;
 background-color: #fff;
}
.arrow:after {
 content: '';
 position: absolute;
 bottom: 100%;
 width: 50%;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 left: 50%;
 border-bottom: 20px solid #fff;
 border-left: 30px solid transparent;
}
.arrow:before {
 content: '';
 position: absolute;
 bottom: 100%;
 width: 50%;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 right: 50%;
 border-bottom: 20px solid #fff;
 border-right: 30px solid transparent;
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.about-us-section {
 padding: 40px 0px 100px;
}
.who-we-are {
 margin: 70px 0px 0px 50px;
}
.about-us-list {
 margin-top: 30px;
}
.about-us-list li {
 margin-bottom: 10px;
}
.about-us-list i {
 margin-right: 5px;
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.sercvice-section {
 background-color: #f1f1f1;
 padding: 95px 0px;
}
.service-icon {
	height: 123px;
}
.service-icon i {
 font-size: 72px;
 color: #3695EB;
 width: 72px;
 height: 72px;
 margin-top: 28px;
}
.service-text h3 {
 margin: 15px 0px;
 color: #000;
 transition: .3s all ease-in-out;
 font-size: 24px;
 font-weight: 700;
}
.service-icon-text {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 25px 30px 50px 30px;
  min-height: 365px;
  margin-bottom: 30px;
}
.service-icon-text:hover .service-text h3 {
  color: #3695EB;
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.call-action-title {
 font-size: 40px;
 color: #000;
 font-weight: 700;
 margin-bottom: 30px;
}
.call-to-action-section {
 position: relative;
}
.call-to-action-section .jarallax {
 background-image: url(../img/banner/bm-2.jpg);
 padding: 66px 0px;
}
.call-to-content {
 position: relative;
 z-index: 3;
 max-width: 750px;
 margin: 0 auto;
}
.overlay-2 {
 background-color: rgba(255, 255, 255, 0.65);
}
.call-btn {
 height: 60px;
 width: 230px;
 background-color: #3695EB;
 color: #fff;
 font-size: 20px;
 text-transform: uppercase;
 border-radius: 4px;
 font-weight: 600;
 line-height: 60px;
 margin: 0 auto;
 transition: .3s all ease-in-out;
}
.call-btn a {
 width: 100%;
 display: block;
}
.modal-backdrop {
 background-color: transparent;
 z-index: -1;
}
.modal-title {
 color: #000;
 font-size: 20px;
 font-weight: 600;
 float: left;
}
.modal-contact input, .modal-contact .banner-contact select, 
.banner-contact .modal-contact select,
.modal-contact textarea {
 height: 50px;
 margin-bottom: 20px;
 padding: 0 15px;
 width: 100%;
 border: 1px solid #e5e5e5;
 border-radius: 2px;
}
.modal-contact input[type=submit] {
	width: 100%;
	height: 60px;
	background-color: #3695EB;
    color: #fff;
    font-size: 20px;
	border: none;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 auto;
    padding: 15px;
    transition: .3s all ease-in-out;
}
.modal-contact textarea {
  height: 100px;
}
.modal-contact button {
 height: 50px;
 width: 150px;
 background-color: #3695EB;
 border-radius: 2px;
 border: none;
 font-size: 18px;
 color: #fff;
 line-height: 50px;
}
.modal-content {
 border: none;
 padding-bottom: 0;
}
button.close {
  background: #263992;
  padding: 4px 10px;
  opacity: 1;
  color: #fff;
  position: relative;
  z-index: 33;
}
.modal-header .close {
 margin-top: -30px;
}
.modal-header {
  padding: 15px;
  border-bottom: 2px solid #e5e5e5;
  text-align: center;
  margin: 0px 20px;
  margin-bottom: 25px;
}
div#exampleModal-1 .modal-title {
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  float: none;
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.testimonial-section {
 padding: 100px 0px 70px;
}
.testimonial-text {
 margin-bottom: 30px;
 overflow:  hidden;
}
.testimonial-text span {
 font-size: 16px;
}
.testimonial-text i {
 font-size: 26px;
 margin-right: 5px;
 color: #3695EB;
}
.testimonial-pic-text {
 padding: 35px 30px;
 background-color: #fff;
 -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
 box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
 display: inline-block;
 min-width: 100%;
 min-height: 300px;
}
.testimonial-pic-details {
  /*position: absolute;*/
  bottom: 40px;
}
.client-pic {
 height: 80px;
 width: 80px;
 margin-right: 20px;
 overflow: hidden;
 border-radius: 100%;
}
.client-pic img {
 border-radius: 100%;
}
.client-name-designation {
 display: inline-block;
 margin-top: 20px;
}
.client-name-designation .name {
 font-size: 18px;
 display: block;
 font-weight: 700;
}
.ratting-number {
 font-size: 36px;
}
.rate-star i {
 color: #3695EB;
}
.testimonial-slide .owl-item {
 padding: 5px;
}
.testimonial-slide .owl-dots {
  position: absolute;
  top: -80px;
  right: 0;
}
.testimonial-slide .owl-dot {
 display: inline-block;
 margin-left: 10px;
 height: 15px;
 width: 15px;
 border: 1px solid #3695EB;
 border-radius: 100%;
 margin-bottom: 10px;
 position: relative;
}
.testimonial-slide .owl-dot:after {
 position: absolute;
 top: 2px;
 content: '';
 background-color: #3695EB;
 height: 8px;
 width: 0px;
 border-radius: 100%;
 left: 2px;
}
.testimonial-slide .owl-dot.active:after {
 width: 8px;
}
.testimonial-slide .owl-controls {
 text-align: center;
 margin-top: 50px;
}
/*.owl-carousel {
 z-index: 0 !important;
 }*/
 /*---------------------------------------------------- */
 /*----------------------------------------------------*/
 .google-map-container {
   height: 550px;
 }
 .widgettitle {
   font-size: 24px;
   font-weight: 700;
   color: #fff;
   margin-bottom: 25px;
 }
 .footer-area {
   padding: 80px 0px 20px;
   background-color: #3695EB;
 }
 .footer-service-link li {
   color: #fff;
   margin-bottom: 10px;
 }
 .contact-details {
   color: #fff;
   max-width: 250px;
 }
 .footer-social {
   margin-top: 20px;
 }
 .footer-social li {
   color: #fff;
   font-size: 20px;
   margin-right: 15px;
 }
 .contact-details span {
  display: block;
  margin-bottom: 5px;
}
.contact-details span i {
  margin-right: 5px;
}
.gm-style .gm-style-iw {
 background-color: #3695EB !important;
 top: 0 !important;
 left: 0 !important;
 width: 100% !important;
 height: 100% !important;
 color: #fff;
 max-height: 50px;
 border-radius: 40px;
 overflow: hidden;
 text-align: center;
 line-height: 50px;
 font-size: 20px;
 display: block !important;
}
/*style the p tag*/
.gm-style .gm-style-iw #google-popup p{
  font-size: 20px;
  font-weight: 700;
}
.gm-style div div div div div div {
  background: transparent !important;
  box-shadow: none !important;
}
/*style the arrow*/
.gm-style div div div div div div div div {
 background-color: #3695EB !important;
 padding: 0;
 margin: 0;
 padding: 0;
 top: 0;
 color: #fff;
 font-size: 20px;
}
.gm-style-iw + div{ display: none; } 
/*style the link*/
.gm-style div div div div div div div div a {
 color: #fff;
 font-weight: bold;
}
/*---------------------------------------------------- */
.request_callback h3 {
  margin-bottom: 34px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  font-family: arial;
  text-transform: capitalize;
}
.request_callback {
  position: relative;
  z-index: 1;
}
.request_callback .contact-info {
  width: 27%;
  float: left;
  margin-right: 25px;
}
.request_callback .contact-info input, 
.request_callback .contact-info select {
  height: 50px;
  padding: 0px 15px;
  width: 100%;
  background: rgba(255,255,255,.6);
  border: none;
}
.request_callback .submit-btn input {
  height: 50px;
  border: none;
  width: 140px;
  text-transform: uppercase;
  margin-top: 0;
}
.footer-area-content {
  max-width: 940px;
  margin: 0 auto;
}
.copyright-text span {
  font-size: 18px;
  color: #fff;
}
/* .banner-contact label {
  color: #fff;
} */
/*call to action section*/
.call-to-action {
  background-image: url(../img/banner/bm-3.jpg);
  padding-top: 65px;
  padding-bottom: 60px;
  background-size:  cover;
  position: relative;
  background-attachment: fixed;
}
.call-subtitle {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  color: #fff;

}
.call-title {
  color: #e0e0e1;
  font-size: 42px;
  font-style: italic;
  font-size: 42px;
  font-weight: 600;
  margin-top:  35px;
  margin-bottom: 13px;
}
.call-number {
  font-size: 60px;
  color: #e0e0e1;
  font-weight: 600;
}
.call-overlay {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
}
.call-action-content {
  position: relative;
  z-index: 1;
}
/*contact form section*/

.get-in-touch-section {
}
.get-in-touch-section .section-title {
  color: #fff;
}
.tl-contactinfo li:first-child {
  font-size: 1.8rem;
  font-weight: 300;
  font-style: italic;
  padding-bottom: 22px;
  color: #cdcbcb;
}
.tl-contactinfo {
  display: block;
  margin-top: 65px;
  text-align: center;
}
.tl-contactinfo ul li.text1 {
  padding-bottom: 30px;
  color: #fff;
  font-size: 20px;
}
.tl-contactinfo ul li.phonedigits {
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
}
.tl-contactinfo li.phonedigits > i {
  padding-right: 12px;
}
.tl-contactinfo ul li span {
}
.contact-form-area {
  max-width: 700px;
  margin: 0 auto;
}
.contact-form-area  input {
  height: 40px;
  width: 47%;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 15px;
  border: none;
}
.contact-form-area  textarea {
  height: 150px;
  width: 97%;
  padding: 15px;
}
.contact-form-area .submit-btn {
  width: 200px;
  line-height: 13px;
  height: 55px;
  text-align: center;
  margin: 0 auto;
}
.contact-form-area .submit-btn input {
  width: 100%;
  height: 100%;
}
.working-hours li {
  line-height: 32px;
  color: #c1c2c7;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
.working-hours li span {
  display: inline-block;
  float: right;
  color: #fff;
  margin: 0;
}
.working-hours li .closed {
  color: #f60c0c;
}

.impact-achieve-icon {
  height: 52px;
}

.impact-achieve-icon i {
  font-size: 50px;
  color: #3695EB;
}
.impact-achieve-text .count {
  font-size: 35px;
  color: #0e0e0e;
  font-weight: 700;
}
.impact-achieve-text p {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    width: 70%;
    margin: 0 auto;
}
.impact-left-content {
  padding: 35px 35px 50px 35px;
  box-shadow: 3px -20px 33px 0px rgba(222, 222, 222, 0.5);
  background-image: url(../img/become-mem.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.achivment-section {
  padding: 100px 0px;
}
.get-in-touch-section {
  position: relative;
}
.get-in-touch-section .call-overlay {
  z-index: 1;
}
.contact-form-content {
  position: relative;
  z-index: 2;
}
.call-to-action-section .jarallax {
  background-image: url(../img/banner/bm-3.jpg);
}
.get-in-touch-section .jarallax {
  background-image: url(../img/banner/bm-3.jpg);
  padding: 100px 0px;
}
form.wpcf7-form p {
    margin: 0;
}

