/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*global*/
/*----------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800|Montserrat:400,300,200,500,700,600,800);

/*---------------------------------------------------- */
/*----------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: #212529;
	font-family: 'Open Sans', 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-family: 'Open Sans', sans-serif;
	font-weight: 500;
	line-height: 1.1;
}
/*.sintony {font-family: 'Sintony', sans-serif; }*/
.section-title {
 font-size: 58px;
 color: #212529;
 margin: 0 0 80px;
 font-weight: 500;
 position: relative;
 text-transform: capitalize;
}
.section-title:after {
 content: '';
 position: absolute;
 bottom: -15px;
 height: 5px;
 width: 50px;
 border-radius: 30px;
 background-color: #f1ca31;
 left: 0;
 right: 0;
 margin: 0 auto;
}
.section-sub-title {
 font-size: 24px;
 color: #000;
 font-weight: 700;
 font-family: 'Poppins';
}
.mb20 {
 margin-bottom: 20px;
}
.mb80 {
 margin-bottom: 80px;
}
.mb60 {
 margin-bottom: 60px;
}
.mb40 {
 margin-bottom: 40px;
}
.pt10 {
 padding-top: 10px;
}
.mt15 {
margin-top: 15px;	
}
.mt50 {
    margin-top: 50px;
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.header-top-section {
	background-color: #ffffff;
	padding: 6px 0 6px;
	transition: .3s all ease-in-out;
	position:  absolute;
	z-index:  2;
	left:  0;
	right: 0;
	line-height: 50px;
	border-bottom: 1px solid #efefef;
}
.header-top-section.menu-bg-overlay {
    background-color: #ffffff;
    padding-top: 0;
    padding: 3px 0px;
    left: 0;
    right: 0;
    transition: .3s all ease-in-out;
    position: fixed;
    z-index: 5;	
	-webkit-box-shadow: -1px 4px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: -1px 4px 4px rgba(0, 0, 0, 0.1);
	box-shadow: -1px 4px 4px rgba(0, 0, 0, 0.1)
}
.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: #000000;
}
.header-top-section .header-contact i {
	margin-right: 8px;
	color: #000000;
}
.banner-heading .sub-title {
    white-space: normal;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #212529;
    letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.banner-section {
	background: #fff;
    position: relative;
    width: 100%;
	padding: 125px 0;
	background-size: cover;
}
.banner-heading {
    position: relative;
    z-index: 1;
    padding: 125px 0;
}
.banner-heading .banner-title {
	font-family: 'Open Sans', sans-serif;
    white-space: normal;
    font-size: 56px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -2px;	
}
.banner-heading .banner-title span {
  color: #f1ca31;
}
.banner-heading .banner-title span {
 color: #f1ca31;
}
.banner-right-img {
	padding: 20px;
	
}
.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: #f1ca31;
	color: #fff;
	transition: .3s all ease-in-out;
	font-family: "Montserrat", sans-serif;
	border: 2px solid #f1ca31;
	text-transform:  uppercase;
	font-weight:  700;
	font-size: 14px;
}

.call-btn:hover {
    color: #f1ca31;
    background: transparent;
    border: 2px solid #f1ca31 !important;
}

/*.call-out-form .submit-btn input:hover {
    color: #f1ca31;
    background: transparent;
    border: 2px solid #f1ca31 !important;
}*/

.call-out-form .submit-btn input:hover {
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff !important;
}

.submit-btn input:hover {
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff !important;
}

.white-overlay {
 background: rgba(0, 0, 0, 0.7);
 position: absolute;
 top: 0;
 z-index: 0;
 height: 100%;
 width: 100%;
}
.arrow {
 position: absolute;
 bottom: 0;
 width: 100%;
 height: 20px;
 background-color: #fafafa;
}
.arrow:after {
 content: '';
 position: absolute;
 bottom: 100%;
 width: 50%;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 left: 50%;
 border-bottom: 20px solid #fafafa;
 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 #fafafa;
 border-right: 30px solid transparent;
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.about-us-section {
 padding: 70px 0px 70px;
 background: #fafafa;
}
.who-we-are {
 margin: 0px 0px 0px 50px;
}
.about-us-list {
 margin-top: 30px;
}
.about-us-list li {
 margin-bottom: 10px;
}
.about-us-list i {
 margin-right: 5px;
}
/**
Progress Styles
*/
.tm-sbox {
	margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
	min-height: 120px;
}
.tm-sbox-icons {
	vertical-align: top;
	display: table-cell;
}

.tm-sbox-icons .box {
	width: 4.7em!important;
    height: 4.7em!important;
	border: 2px solid #f1ca31;
	border-radius: 50%;
	position: relative;
}
.tm-sbox-icons .box i {
	font-size: 2.15em;
	color: #f1ca31;
	font-variant: normal;
    text-rendering: auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.tm-sbox-content {
	display: table-cell;
    padding-left: 1em;
}

.tm-sbox-content h2 {
	font-size: 20px;
    margin-bottom: 5px;
    line-height: 27px;
	font-weight: 500;
    color: #171717;
}
.tm-sbox-content-btn {
	display: inline-block;
    vertical-align: top;
	margin-bottom: 15px;
}

.tm-sbox-content-btn a {
    color: #9c981a;
}

.tm-sbox-form {
	background-color: #f7f7f7;
	border: 3px solid #ededed;
	padding: 40px 30px 20px;
}

.tm-sbox-form .header-content {
	margin-bottom: 20px;
}

.tm-sbox-form .header-content h2 {
	margin-bottom: 10px;
	font-size: 22px;
    line-height: 30px;
	color: #202020;
	font-weight: 700;
	letter-spacing: 2.5px;
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.sercvice-section {
 padding: 95px 0px;
}
.service-icon {
	height: 123px;
}
.service-icon i {
 font-size: 72px;
 color: #f1ca31;
 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: #f1ca31;
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.call-action-title {
 font-size: 40px;
 color: #000;
 font-weight: 700;
 margin-bottom: 30px;
}
/*.call-to-action-section {
 position: relative;
 padding: 60px 0 70px;
}*/
.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;
font-family: "Montserrat", sans-serif;	
 width: 230px;
 background-color: #f1ca31;
 color: #fff;
 font-size: 18px;
 text-transform: uppercase;
 border-radius: 4px;
 font-weight: 600;
 line-height: 60px;
 border: 2px solid #f1ca31;	
  border-radius: 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: #f1ca31;
    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: #f1ca31;
 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: #f1ca31;
}
.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: #f1ca31;
}
.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 #f1ca31;
 border-radius: 100%;
 margin-bottom: 10px;
 position: relative;
}
.testimonial-slide .owl-dot:after {
 position: absolute;
 top: 2px;
 content: '';
 background-color: #f1ca31;
 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: #252525;
 }
 .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: #f1ca31 !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: #f1ca31 !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;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  font-family: arial;
  text-transform: capitalize;
  color: #ffffff;
}
.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: rgb(247, 247, 247);
  border: none;
}
.request_callback .submit-btn input {
  height: 50px;
  border: none;
  width: 140px;
  text-transform: uppercase;
  margin-top: 0;
  border-radius: 25px;
  font-family: "Montserrat", sans-serif;
}
.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%;
	border-radius: 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #f1ca31;
	font-family: "Montserrat", sans-serif;
}
.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: #f1ca31;
}
.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: 70px 0px;
	background-color: #f8f9fa;
}
.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;
}



/*Testimonial2*/
.testimonial-section2 {
    padding: 100px 0px 70px;
	background-color: #f1ca31;
}

.section-dark {
    background-color: #101010;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
/*============ Text Boxes ============ */
	
.text-box-right {
	display: block;
	padding: 0px 0px 0px 99px;
	margin: 0px;
	text-align: left;
}
.text-box-right.less-padding {
	padding: 0px 0px 0px 65px;
}
.text-box-left {
	display: block;
	padding: 0px 90px 0px 0;
	margin: 0px;
	text-align: right;
}
.item-holder {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.text-box {
	width: 100%;
	float: left;
}
.text-box.white {
	background-color: #fff;
}
.text-box.primary {
	background-color: #f51e46;
}
.text-box.white-transparent-1 {
	background-color:rgba(255, 255, 255, 0.9);
}
.text-box.light {
	background-color: #f5f5f5;
}
.text-box.dark {
	background-color: #242424;
}
.text-box.xdark {
	background-color: #000;
}
.text-box.border-light{
	border: 1px solid #ececec;
}
.text-box-right.more-padding-1 {
	padding: 0px 0px 0px 120px;
}
.text-box-right.more-padding-2 {
	padding: 0px 0px 0px 140px;
}
.text-box-right.more-padding-3 {
	padding: 0px 0px 0px 160px;
}
.text-box-right.more-padding-4 {
	padding: 0px 0px 0px 170px;
}
.text-box-right.less-padding-1 {
	padding: 0px 0px 0px 70px;
}
.text-box-right.less-padding-2 {
	padding: 0px 0px 0px 50px;
}
.text-box-right.less-padding-3 {
	padding: 0px 0px 0px 40px;
}
.text-box-right.less-padding-4 {
	padding: 0px 0px 0px 80px;
}
.text-white {
    color: #fff;
}
.text-gray {
    color: #727272;
}
.text-black {
    color: #000000;
}
.imgbox-large {
    width: 120px;
    height: 120px;
}
.imgbox-dxlarge.round, .imgbox-dxlarge-2.round, .imgbox-xlarge.round, .imgbox-large.round, .imgbox-xmedium.round, .imgbox-medium.round, .imgbox-smedium.round, .imgbox-small.round, .imgbox-tiny.round, .imgbox-xtiny.round {
    border-radius: 100%;
}
.overflow-hidden {
    overflow: hidden;
}
.imgbox-dxlarge, .imgbox-xlarge, .imgbox-large, .imgbox-xmedium, .imgbox-medium, .imgbox-smedium, .imgbox-small, .imgbox-tiny, .imgbox-xtiny {
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	transition: all 0.3s ease-out 0s;
}
 .ce-feature-box-15{
	width:100%;
	padding:0 50px 0 50px;
}

 .ce-feature-box-15 .img{
-webkit-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.25);
box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.25);
}

.imgbox-dxlarge.left, .imgbox-dxlarge-2.left, .imgbox-xlarge.left, .imgbox-large.left, .imgbox-xmedium.left, .imgbox-medium.left, .imgbox-smedium.left, .imgbox-small.left, .imgbox-tiny.left, .imgbox-xtiny.left {
	float: left;
	margin: 0px 20px 0px 0px;
}

.slide-controls-3 .owl-theme .owl-controls .owl-page.active span {
    background-color: #f1ca31;
    border: 1px solid #f1ca31;
    opacity: 1;
}

.text-primary {
    color: #f1ca31;
}

/* services-block-two */

.services-block-two {
	position: relative;
	-webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.services-block-two .inner-box {
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	padding: 40px 30px 35px 100px;
	position: relative;
	margin-bottom: 30px;
	background: #fdfdfd;
	min-height: 290px;
}

.services-block-two:hover {
	-webkit-box-shadow: 0 20px 40px rgba(126,126,138,0.2);
    box-shadow: 0 15px 30px rgba(126,126,138,0.3);
    -webkit-transform: translateY(-2.5%);
    transform: translateY(-2.5%);
}

.services-block-two:hover h5 {
	color: #f1ca31;
}

.services-block-two h5 {
	position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Poppins', sans-serif;
    color: #222;
}

.services-block-two h5 {
	font-size: 20px;
	color: #222222;
	font-weight: 500;
	display: block;
	margin-bottom: 13px;
}

.services-block-two h2 {
	font-size: 35px;
	font-weight: 600;
	color: #f7f7f7;
	position: absolute;
	left: 30px;
	bottom: 40px;
}

.services-block-two .icon-box {
	position: absolute;
	left: 30px;
	top: 32px;
	font-size: 40px;
	color: #f1ca31;
}

.banner-button {
	margin-top: 50px;
}

.btn-custom {
    padding: 11px 20px;
    border-radius: 25px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: #f1ca31;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #f1ca31;
	margin-right: 25px;
	margin-top: 15px;
    font-family: "Montserrat", sans-serif;
	-webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.btn-custom:hover {
    color: #f1ca31;
    background: transparent;
    border: 2px solid #f1ca31;
}

.btn-custom1 {
    padding: 11px 20px;
	min-width: 173px;
    border-radius: 25px;
    line-height: 24px;
    color: #f1ca31;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: transparent;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #f1ca31;
	margin-right: 20px;
	margin-top: 15px;
    font-family: "Montserrat", sans-serif;
	-webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.btn-custom1:hover {
    color: #ffffff;
    background: #f1ca31;
    border: 2px solid #f1ca31;
}

  .video-bg {
	padding: 70px 0;
  }
  .video-bg1 {

  }	

.video-portfolio-list {
	background-color: #ffffff;
    margin: 20px 0;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.video-portfolio-content {
    padding: 15px 25px;
}  

.video-portfolio-list .video-portfolio-content h3 {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
	width: 60%;
}

.dh--btn {
    line-height: 40px;
    padding: 0 35px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
	background: #f1ca31;
    letter-spacing: 1px;
	font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    border: 2px solid #f1ca31;
	color: #ffffff;
	-webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
	cursor: pointer;
}

.dh--btn:hover {
    color: #f1ca31;
    background: transparent;
    border: 2px solid #f1ca31;
}

.dh--btn.btn--sm {
    line-height: 35px;
    padding: 0px 25px;
    font-size: 10px;
	text-align: center;
}

/*----------------------------------------------------------------------- 
Start of portfolio section
-------------------------------------------------------------------------*/
.pt80 {
    padding-top: 80px;
}

.portfolio-section {
	padding: 90px 0px;
	background-color: #F1F1F1;

}
.portfolio-project,
.experties-content {
	max-width: 1620px;
	margin: 0 auto;
}
.project-description h3 {
	font-size: 18px;
}
.portfolio-item-text {
	padding: 15px 25px;
}
.portfolio-item-text .shop-title {
	width: 60%;
}
.portfolio-item-text .shop_btn {
	width: 40%;
}
.portfolio-item-text .shop-title .portfolio-item-title {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
}
a.loadMore {
	display: table;
	margin: auto;
	padding: 11px 40px;
    border-radius: 25px;
    line-height: 24px;
    color: #ffffff !important;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background: #f1ca31;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #f1ca31;
	min-width: 170px;
	margin-top: 50px;
	position: relative;
}

a.loadMore.ion-ios-reload:before {
	opacity: 1;
	right: 8px;
	top: 17px;
	text-align: center;
	color: #111;
	position: absolute;
	-webkit-animation-name: spin;
	-webkit-animation-duration: 2000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin;
	-moz-animation-duration: 2000ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 2000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	/* animation-name: spin; */
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	font-size: 1.4em !important;
}
@-ms-keyframes spin {
	from {
		-ms-transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
	}
}
@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.item-wrap .overlay {
	opacity: 0;
	transition: .3s all ease-in-out;
}
.video-frame {
	width: 100% !important;
	/* height: 228px !important; */
	position: relative !important;
}
.service-single-img-text .video-frame {
	height: 400px !important;
}
.service-single-img-text .video-frame iframe,
.portfolio-section .item-wrap iframe {
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	position: absolute !important;
}
.project-description,
.experties-name-designation {
	position: absolute;
	top: 15px;
	z-index: 1;
	left: 5px;
	opacity: 0;
	visibility: hidden;
	transition: .6s all ease-in-out;
	z-index: 2;
}
.project-catagorry,
.experties-name-designation span {
	color: #c5baba;
}
.item-wrap:hover .overlay {
	opacity: 1;
	visibility: visible;
}
.item-wrap:hover .project-description, 
.item-wrap:hover .experties-name-designation {
	opacity: 1;
	visibility: visible;
	left: 15px;
}
.nav-gallery li {
	margin-left: 35px;
	cursor: pointer;
}
/*.filtr-container {
	min-height: 624px;
}*/
.filtr.filtr-active {
	color: #f1ca31;
	position: relative;
	font-weight: 600;
}
.filtr.filtr-active:before {
	content: '';
	position: absolute;
	height: 8px;
	width: 8px;
	border-radius: 100%;
	background-color: #f1ca31;
	top: -4px;
	right: -8px;
}
.browse-btn, .contact-comment-info button, .contact-area-form button, .comment-drop-box button, .vcsb, .browse-btn a {
	height: 55px;
	width: 170px;
	background: #ffbf00;
	border-radius: 50px;
	line-height: inherit;
	margin: 0 auto;
	border: none;
}
.browse-btn:hover, 
.contact-comment-info button:hover,
.contact-area-form button:hover,
.comment-drop-box button:hover,
.vcsb {
	background-position: right center;
	transition: .3s all ease-in-out;
}
.browse-btn a {
	display: block;
	width: 100%;
	cursor: pointer;
	line-height: 55px;
}
.vidco-play-icon {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 3;
}

.portfolio-section .vidco-play-icon, 
.service-single-right-img .vidco-play-icon {
	height: 50px;
	width: 50px;
	border-radius: 100%;
	border: 2px solid #ffffff;
	margin: 0 auto;
	line-height: 50px;
	animation: biping 2s infinite;
}
.portfolio-section .vidco-play-icon a, 
.service-single-right-img .vidco-play-icon a {
	display: block;
	width: 100%;
}
.portfolio-section .vidco-play-icon a i {
	font-size: 25px;
}
.service-single-text-des ul {
	list-style: none;
}
.service-single-right-img.mb45.relative-position img {
	width: 100%;
}

/*----------------------------------------------------------------------- 
End of portfolio section
-------------------------------------------------------------------------*/
/*Testimonial2*/
.testimonial-section2 {
    padding: 100px 0px 70px;
	background-color: #d6d023;
}

.section-dark {
    background-color: #101010;
}

.section-white {
    background-color: #ffffff;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
/*============ Text Boxes ============ */
	
.text-box-right {
	display: block;
	padding: 0px 0px 0px 99px;
	margin: 0px;
	text-align: left;
}
.text-box-right.less-padding {
	padding: 0px 0px 0px 65px;
}
.text-box-left {
	display: block;
	padding: 0px 90px 0px 0;
	margin: 0px;
	text-align: right;
}
.item-holder {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.text-box {
	width: 100%;
	float: left;
}
.text-box.white {
	background-color: #fff;
}
.text-box.primary {
	background-color: #f51e46;
}
.text-box.white-transparent-1 {
	background-color:rgba(255, 255, 255, 0.9);
}
.text-box.light {
	background-color: #f5f5f5;
}
.text-box.dark {
	background-color: #242424;
}
.text-box.xdark {
	background-color: #000;
}
.text-box.border-light{
	border: 1px solid #ececec;
}
.text-box-right.more-padding-1 {
	padding: 0px 0px 0px 120px;
}
.text-box-right.more-padding-2 {
	padding: 0px 0px 0px 140px;
}
.text-box-right.more-padding-3 {
	padding: 0px 0px 0px 160px;
}
.text-box-right.more-padding-4 {
	padding: 0px 0px 0px 170px;
}
.text-box-right.less-padding-1 {
	padding: 0px 0px 0px 70px;
}
.text-box-right.less-padding-2 {
	padding: 0px 0px 0px 50px;
}
.text-box-right.less-padding-3 {
	padding: 0px 0px 0px 40px;
}
.text-box-right.less-padding-4 {
	padding: 0px 0px 0px 80px;
}
.text-white {
    color: #fff;
}
.text-gray {
    color: #727272;
}
.background-gray {
    background-color: #c7c7c7;
}
.imgbox-large {
    width: 120px;
    height: 120px;
}
.imgbox-dxlarge.round, .imgbox-dxlarge-2.round, .imgbox-xlarge.round, .imgbox-large.round, .imgbox-xmedium.round, .imgbox-medium.round, .imgbox-smedium.round, .imgbox-small.round, .imgbox-tiny.round, .imgbox-xtiny.round {
    border-radius: 100%;
}
.overflow-hidden {
    overflow: hidden;
}
.imgbox-dxlarge, .imgbox-xlarge, .imgbox-large, .imgbox-xmedium, .imgbox-medium, .imgbox-smedium, .imgbox-small, .imgbox-tiny, .imgbox-xtiny {
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	transition: all 0.3s ease-out 0s;
}
 .ce-feature-box-15{
	width:100%;
	padding:0 50px 0 50px;
}

 .ce-feature-box-15 .img{
-webkit-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.25);
box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.25);
}

.imgbox-dxlarge.left, .imgbox-dxlarge-2.left, .imgbox-xlarge.left, .imgbox-large.left, .imgbox-xmedium.left, .imgbox-medium.left, .imgbox-smedium.left, .imgbox-small.left, .imgbox-tiny.left, .imgbox-xtiny.left {
	float: left;
	margin: 0px 20px 0px 0px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 25px;
    height: 6px;
    margin: 5px 5px;
}

.slide-controls-3 .owl-theme .owl-controls .owl-page span {
    background-color: #e6e4e4;
    border: 1px solid #e6e4e4;
    opacity: 1;
}

.slide-controls-3 .owl-theme .owl-controls .owl-page.active span {
    background-color: #f1ca31;
    border: 1px solid #f1ca31;
    opacity: 1;
}
.owl-carousel .owl-item {
	padding: 0px;
}
.text-primary {
    color: #f1ca31;
}
/* ==========================================================================
   Service Section3
   ========================================================================== */
.sercvice-section{
    overflow: hidden;
}
.col-xs-6{
    padding: 15px;
}
.service_list{
	background-color: #fff;
    min-height: 310px;
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.2s ease-in-out;
}
.service_list:hover{
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in-out;
}
.sercvice-section .service_list .service_content i {
    display: inline-block;
    font-size: 55px;
    color: #f1ca31;
}
.sercvice-section .service_list .service_content h4{
    margin: 10px 0 10px;
    font-size: 20px;
	font-weight: 600;
    letter-spacing: 0.5px;
}
.sercvice-section .service_list .service_content p{
    margin: 0;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #f1ca31;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #035d8c;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 2em;
}
.woocommerce-message, .woocommerce-info {
    border-top-color: #f1ca31;
}
.woocommerce-message:before {
    color: #f1ca31;
}
.woocommerce-message a, .woocommerce .return-to-shop a.button {
    color: #515151 !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    text-transform: capitalize;
}
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    text-align: center;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 200px;
	height: 55px;
    margin-top: 25px;
    background-color: #f1ca31;
    color: #fff;
    border: none;
    transition: .3s all ease-in-out;
    text-transform: uppercase;
    font-weight: 700;
	border-radius: 60px;
}
input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: transparent;
    border: 2px solid #ffffff;
}

.woocommerce a.button {
	padding: 0px;
	background-color: transparent;
	color: #ffffff;
}
.woocommerce a.button:hover{
	background-color: transparent;
    text-decoration: none;
    background-image: none;
    color: #f1ca31;
}
.contact-info {
    width: 100%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.contact-info input, .contact-info select {
    width: 100%;
    height: 45px;
    padding: 0px 15px;
    border: 1px solid #dbd3d3;
}

.contact-info-msg textarea {
	width: 100%;
	padding: 15px;
	border: 1px solid #dbd3d3;
	max-height: 120px;
	margin-top: 8px;
}

span.wpcf7-form-control-wrap input {
    padding: 8px;
    width: 100%;
    margin-top: 8px;
}
.ce-feature-box-5{
	width:100%;
	padding: 30px;
	text-align:center;
	border:1px solid #fff;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}
 .ce-feature-box-5 .icon{
	 color:#f1ca31;
	 font-size: 110px;
}
.ce-feature-box-5 p{
	font-size: 18px;
    color: #212529;
}


.icon-plain-medium {
    font-size: 60px;
    color: #242424;
    transition: all 0.3s ease-out 0s;
}

.ce-feature-box-5 h2 {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 18px;
    font-style: normal;
	color: #212529;
	font-weight: 500;
	padding-top: 42px;
}
.section-title-area h6 {
    text-align: center;
	margin-bottom: 30px;
	white-space: normal;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #212529;
    letter-spacing: 1px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;

}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #222;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #222;
}
:-moz-placeholder { /* Firefox 18- */
  color: #222;
} 