body {
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
	color: #666666;
    font-size: 16px;
    line-height: 24px;
	background: #f8f8f8;
}
ul, li {
	margin: 0px;
	padding: 0px;
}

::-webkit-input-placeholder {
color: #333;
}
:-moz-placeholder { /* Firefox 18- */
color: #333;
}
::-moz-placeholder {  /* Firefox 19+ */
color: #333;
}
:-ms-input-placeholder {
color: #333;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
}
h1, h2 {
	font-size: 36px;
	line-height: 42px;
	color: #222222;
	margin-bottom: 30px;
	font-weight: 400;
}
h3 {
    color: #222222;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 30px;
	line-height: 45px;
}
h4 {
	color: #545454;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}
p {
	margin: 0 0 15px;
}
p:last-child {
    margin: 0px;
}
.padding-top-10 {
    padding-top: 10px;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-bottom-50 {
    padding-bottom: 50px;
}
.padding-bottom-40 {
    padding-bottom: 40px;
}
.padding-bottom-30 {
	padding-bottom: 30px;
}
.padding-bottom-15 {
	padding-bottom: 15px;
}
.clear {
	clear: both;
}
ul, menu, dir {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}
.btn-blue {
    background-color: #00adef;
    color: #fff !important;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 6px;
    display: inline-block;
    line-height: 38px;
    padding: 5px 25px;
    text-decoration: none !important;
    border: 0;
    transition: all 0.4s ease-out;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 0.5px;
}
.btn-blue:hover {
	background-color: #a6ce3a;
	color: #fff !important;
}

.btn-white {
    background-color: #fff;
    color: #00adef !important;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 6px;
    display: inline-block;
    line-height: 38px;
    padding: 5px 45px;
    text-decoration: none !important;
    border: 0;
    transition: all 0.4s ease-out;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 0.5px;
}
.btn-white:hover {
    background-color: #a6ce3a;
    color: #fff !important;
}

textarea { resize:none; }
.btn-blue i { margin-left:10px;}

.btn-green {
	background-color: #a6ce3a !important;
	color: #fff !important;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 6px !important;
	display: inline-block;
	line-height: 38px !important;
	padding: 5px 25px;
	text-decoration: none !important;
	border: 0 !important;
	transition:all 0.4s ease-out;
	font-family: 'Fjalla One', sans-serif;
    letter-spacing: 0.5px;
}
.btn-yellow:hover {
	background-color: #00adef !important;
	color: #fff !important;
}

.btn-more {
	color: #ff9000 !important;
	font-size: 15px;	
	text-transform: uppercase;
	 border-radius: 0px;
	 display: inline-block;
	 line-height: 35px;
	 padding: 5px 25px;
	 text-decoration: none;
	 
	 text-decoration: none !important;	
	 cursor: pointer; 
   font-weight: 600;
   transition:all 0.4s ease-out;
}
.btn-more:hover {
	color: #002d62 !important;
}
.padding-bottom-25 { padding-bottom: 25px; }
.padding-top-70 { padding-top: 70px; }
.padding-top-40 { padding-top: 40px; }
.full-btn { width: 100%; }
.white-bg {
    padding: 70px 0px;
    background: #fff;
}
/* top section */
header {  width: 100%; }
.top-section { background: #00adef; padding: 13px 0px; color: #fff; }
.top-left { font-size: 14px; }
.top-left a { color: #ff9000; text-decoration: none; }
.top-social { width: 100%; text-align: right; }
.top-social li { list-style: none; display: inline-block; }
.top-social a { color: #fff; text-decoration: none; display: block; padding: 0px 10px; transition:all 0.4s ease-out; }
.top-social a:hover { color: #ff9000; }

.middle-bg {
    background: rgba(255, 255, 255, 1);
    padding: 20px 0px; }

.top-menu { margin-top: 15px; }
.top-call { border-left: 1px solid #dfdfdf; padding-left: 30px; }
.top-call p {
    margin-bottom: 0px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    color: #737373;
    opacity: 0.7;
}
.top-call h3 { color: #ff9000; margin-bottom: 0px; font-size: 20px;
    letter-spacing: 1px; }
.top-call h3 a {
    color: #00adef;
    text-decoration: none;
    font-size: 34px;
    margin-top: 0px;
    display: inline-block;
}

/* Banner bottom section */
.banner { position: relative; }
.banner-overlay { background: url(../images/overlay-banner.png) repeat-x left bottom; 
	position: absolute; width: 100%; height: 100%; bottom: 0px; z-index: 1; }
.banner-bottom-section {
    background: #fff;
    position: absolute;
    top: -60px;
}
.banner-bottom-section li { list-style: none; width: 25%; float: left; padding: 40px 20px;}
.banner-bottom-section li:last-child {border-right: 0px;}
.banner-section {
    position: relative;
    width: 100%;
    z-index: 999;   
    background: #00adef;
    height: 170px;
}

.banner-bottom-section-box { width: 100%; text-align: center; padding: 40px 20px;  background: #fff; }
.banner-bottom-section-left { width: 74px; height: 74px; background: #002d62;  margin: 0 auto;  }
.banner-bottom-section-left img { margin-top: 20px; }
.banner-bottom-section-middle { width: 100%; padding-top: 20px;  }
.banner-bottom-section-middle h3 { margin-bottom: 8px; }
.banner-bottom-section-middle p { margin-bottom: 0px; }

.heading-white { width: 100%; padding-bottom: 30px;}
.heading-white h2 {margin-bottom: 8px; color: #fff;}


.heading { width: 100%; padding-bottom: 20px;}
.heading h2 {margin-bottom: 8px;}
.line-heading { background: #ff9000; width: 50px; height: 5px; display: inline-block; }

/* Services */
.services-img img { width: 100%;
    height: 360px;
    object-fit: cover;
}
.sub-text p { margin-bottom: 0px; }
.services-section { padding: 80px 0px 160px 0px }
.services-box {
    width: 100%;
    margin-bottom: 130px;
    position: relative;
    transition: all 0.2s ease;
}
.services-body {
    padding: 30px;
    position: absolute;
    bottom: -80px;
    background: #00adef;
    width: calc(100% - 11%);
    border-radius: 10px;
    left: 20px;
    transition: all 0.5s ease;
}
.services-box:hover .services-body {
    background: #a6ce3a;
}
.services-body img { margin-bottom: 10px;}
.services-body h3 {
    color: #ffffff !important;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;}
.services-body a { color: #ffffff !important;text-decoration: none; font-size: 16px; display: inline-block; }
.services-body p a {     color: #ffffff !important;
    padding: 0px;
    margin: 0px;
    font-weight: 300; }
.more-services { display: none; }

/* hover box */
.entry-item {
	width: 100%;
	overflow: hidden;
	position: relative;
	cursor: default;
    border-radius: 20px;
}
.entry-thumb {
	position: relative;
	width: 100%;
	background: #ccc;
}
.entry-thumb img {
	width: 100%;
	opacity: 1;/*
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;*/
}
.services-box:hover {
	opacity: 0.8;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.entry-thumb hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.5s ease 0s;
	width: 100%;
}
/* About Section */

.about-text p { margin-bottom: 30px; }
.about-text h3 { color: #ff9103; }
.wpcf7-response-output{display:none;}
/* blog-section */
.blog-section { padding: 80px 0px; background: #fff; }
.blog-box {width: 100%; margin-bottom: 30px; }
.blog-body { padding: 20px 0px 0px; }
.blog-body img { margin-bottom: 10px;}
.blog-body h3 { color: #222 !important; margin-bottom: 0px;  margin-bottom: 5px;}
.blog-body a { text-decoration: none; font-size: 16px; display: inline-block; }
.blog-body p { color: #545454 !important; padding: 0px; margin: 0px; }
.date { color: #9a9a9a; font-size: 12px; margin-bottom: 15px; display: inline-block; }


/* home-contact-section*/
.home-contact-section {  background-size: cover; padding: 80px 0px; }
.home-contact-section p { color: #fff; font-size: 16px; }
.home-contact-section h2 { color: #fff; font-size: 50px; line-height: 120%; margin: 35px 0px;  }

/* home-test-section*/
.home-test-section { width: 100%;  }
.home-contact-form {
    padding: 80px 100px;
    background: #00adef;
    min-height: 530px;
    border-radius: 14px;
}
.home-contact-form .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.home-contact-form textarea.form-control {
    height: 100px; resize:none;
}
.home-contact-form label { font-weight: 400; }

/* home-testimonial */
.home-testimonial {
    padding: 80px 100px;
    background: #00adef;
    height: 530px;
    border-radius: 14px;
}
.home-testimonial-body img { margin-bottom: 30px; }
.name { position: relative; padding-left: 50px; }
.name h3 {     color: #ffffff;
    font-size: 20px;  }
.name h3:before { content: ""; position: absolute; top: 20px; left: 0px; background: #ffffff;
width: 40px; height: 2px; }
.home-testimonial-body .owl-pagination { position: absolute;
    top: -35px;
    right: 0; }
.home-testimonial-body .owl-theme .owl-controls .owl-page span {  background: #ffffff; }
.testimonial-text { height: 160px; overflow: hidden; }
.testimonial-text p {
    color: #ffffff;
    line-height: 30px;
}
.home-testimonial-body {
    padding-top: 20px;
}
/*footer-top*/
.footer-top { background: url(../images/email-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover; padding: 70px 0px; }
/*.footer-top-overlay { background: rgba(70, 195, 232, 0.9); padding: 70px 0px; }	*/

.footer-contact-box { padding: 30px;
    border-radius: 14px; }
.footer-contact-box h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 24px;
}
.footer-contact-box p { color: #fff; margin-bottom: 0px; }
.footer-contact-box img { margin-bottom: 10px; }
.footer-contact-box a { color: #fff; text-decoration: none; }

.footer-body-text { line-height: 30px;}
.footer-body {color:#fff;}
.footer-body-title {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.footer-bottom p{color:#fff;}
.footer-link li { list-style: none;}
.footer-link li a{ color: #fff;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    margin-bottom: 12px;
    display: inline-block;}
.footer-link li a:hover{color:#fff;}
.wpcf7 form .wpcf7-response-output {
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
}
.whatsapp-bg { background: #a6ce3a url(../images/what-large-icon.png) no-repeat right center; }
.call-bg { background: #00adef url(../images/call-large-icon.png) no-repeat right center; }
.email-bg { background: #a6ce3a url(../images/email-large-icon.png) no-repeat right center; }


.footer-bottom {
    padding: 80px 0px;
    background: #00adef;
    color: #fff;
}
.footer-bottom p { margin-top: 17px;}
.footer-menu li { list-style: none; display: inline-block;}
.footer-menu a { color: #fff; display: block; padding: 10px 20px; text-decoration: none; 
	text-transform: uppercase; transition:all 0.4s ease-out;}
	.footer-menu a:hover { color: #ff9000;}

.footer-social { width: 100%;  }
.footer-social li { list-style: none; display: inline-block; }
.footer-social a { color: #fff; text-decoration: none; display: block; margin-right: 15px; transition:all 0.4s ease-out; }
.footer-social a:hover { color: #ff9000; }

.sponsor-scroll { padding-left: 35px; }

/* Modal */
.modal { 
    z-index: 99999 !important;
}
.modal-form .modal-content {    
    border: 0px;
    border: 0px;
    border-radius: 2px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 10%;
}

.modal-form  .close {
    float: none;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: .2;
    position: absolute;
    right: 20px;
    top: 10px;
}
.modal-form  .form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #eeeeee;
    background-image: none;
    border: 0px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    
}
.modal-right textarea {
    height:110px !important;
    resize: none;
}
.modal-left { width: 40%; float: left; }
.modal-left img {-webkit-border-top-left-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-bottomleft: 2px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px; width: 100%;}

.modal-right { width: 60%; float: left; }
.modal-right h3 {  font-size: 30px; color: #393939; }
.modal-right-padding { padding: 40px; }

.text-area-box { height: 90px !important; resize: none;  }
.request-btn { text-align: right; }
.about-img img { width: 100%; height: 100%; }
.about-img { position: relative; }
.img-line { width: 90%; border: 1px solid #fff; position: absolute; z-index: 99; top:28px; 
	height: 515px; margin: 0 auto; left: 0px; right: 0px; }
/* About */
/* inner Page */
.inner-banner {  }
.inner-banner-overlay {  background: rgba(0, 0, 0, 0.4); padding: 50px 0px; }
 .inner-banner h2 { color: #fff; margin-bottom: 10px; }

 .breadcrumbs {
    color: #fff;
    font-size: 12px;
    margin: 0 0 10px;
    text-transform: capitalize;
}
.breadcrumbs>span {
    margin: 0 12px 10px 0;
}
.breadcrumbs>span a {
    color: #fff;
}

.inner-data-wrapper { padding: 70px 0px; background: #fff; }
.menu-sidebar, .contact-sidebar { margin-bottom: 30px; }
.menu-sidebar ul li {
    font-weight: 700;   
    border-bottom: 1px solid #fff;
    background: #f2f2f2;
    margin: 0;
    padding: 0 23px 0 0;
    color: #202e24;
    list-style: none;
}
.menu-sidebar ul li a {
    color: #202e24;
    text-decoration: none!important;
    border-left: 5px solid transparent;
    display: block;
    padding: 14px 0 14px 18px;
    transition: all .3s ease;
}
.menu-sidebar ul li:hover a{
    border-left-color: #ff9103;
}
.current_page_item  a {border-left-color:#ff9103 !important;}

.contact-sidebar {padding: 30px; background: #002d62;}
.contact-sidebar h3 { color:#fff; margin-bottom: 0px; }
.contact-sidebar .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.contact-sidebar textarea.form-control {
    height: 100px; resize:none;
}
/* new */
.contact-sidebar .frm-fluent-form .ff-t-cell { display: table !important;  padding: 0px !important;  border-radius: 0px !important;  }
.contact-sidebar label { display:none !important; }
.contact-sidebar .fluentform .ff-el-group { margin-bottom: 0px !important;  }
.contact-sidebar  textarea { margin-bottom: 20px !important;  }
/* new */

.testimonial-sidebar .testimonial {  
    border: 3px solid #f2f2f2;
    padding: 21px 28px 32px;
    margin: 0 0 20px;
    position: relative;
}
.testimonial-sidebar .testimonial:before {
    content: "";
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    font-size: 48px;
    color: #b3c87a;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 58px;
    height: 44px;
    overflow: hidden;
    background: url(../images/quote.jpg) no-repeat;
}
.testimonial-sidebar .testimonial:after {
    content: '';
    position: absolute;
    left: 62px;
    bottom: -33px;
    width: 30px;
    height: 33px;
    background: url(../images/testimonials_before.png) no-repeat;
    background-size: 15px 18px;
}
.testimonial-sidebar .testimonial-info {
    position: relative;
}
.testimonial-sidebar .testimonial-image {
    max-width: 50px;
    float:left;
    vertical-align: middle;
}
.testimonial-sidebar .testimonial-image img { width: 100%; height: 100%; }
.testimonial-sidebar .testimonial-text {
    float:left;
    width: 80%;
    vertical-align: middle;
    padding: 0 0 0 0px;
    font-size: 13px;
}
.testimonial-sidebar .name { font-weight: bold; padding-top:13px;   padding-left: 0px; }

/* what we do */
.what-we-do-left { width: 50%; float: left; }
.what-we-do-right { width: 50%; float: left; }
.what-padding-left { padding: 0px 0px 0px 30px; }
.what-padding-right { padding: 0px 03px 0px 0px; }
/* Contact Us */
    .black-bg {padding: 30px; background: #002d62; color: #fff;  min-height: 432px; }
    .black-bg h2 { font-size: 26px;  text-transform: capitalize;  
      color: #fff; font-weight: 700; margin-bottom: 30px; }
      .black-bg p { color: #fff; padding-bottom: 10px; }
    .contact-form {padding: 30px; background: #f1f1f1;}
.contact-form .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.contact-form textarea.form-control {
    height: auto; resize:none;
}
.contact-form label { font-weight: 400; }
.map { width: 100%; }
.map iframe { width: 100%; display: block; }

/* Client */
.tick-list ul { width: 100%; }
.tick-list li { list-style: none; padding-left: 30px; 
	background: url(../images/tick.png) 0px 7px no-repeat; line-height: 30px; color: #666;   }
.tick-list a { color: #666; text-decoration: none; display: block; }
.tick-list a:hover {color: #666;	}
.padding-top-77 {
    padding-top: 97px;
}
.client-logo img {
    width: 156px;
    height: 65px;
    padding: 10px 0px;
    margin: 0px 7px 7px 0px; border: 1px solid #e9e9e9;
}

.video-box iframe { width: 100%; display: block; margin-bottom: 30px; }

.video-section {
    padding: 70px 0px 40px;
    background: #fff;
}

/* FAQ */
.accordion {
  background-color: #fff;
  color: #333;
  cursor: pointer;
  padding: 15px 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 1px;
  font-weight: 600;
  text-transform: capitalize;

}

.details-faq .active, .accordion:hover {
  background-color: #fff;
}

.details-faq .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: 400;
  float: right;
  margin-left: 5px;
  font-size: 22px;
}

.details-faq  .active:after {
  content: "\2212";
}

.panel-text {
  padding: 0px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  border-bottom: 1px solid #333;
  transition: max-height 0.2s ease-out;
}
.panel-text p { margin: 5px 0px 15px 0px; }
/* Price Box */
.price-box { width: 100%; margin-bottom: 30px; text-align:center; }
.price-box h2 { background: #002d62; padding: 10px 15px; color: #fff; font-size: 20px; -webkit-border-top-left-radius: 5px; margin-bottom:0px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px; }
.price-box { -webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px; }
.price-body {background: #f2f2f2;}
.price-body ul { margin: 0px; padding: 0px; }
.price-body li { list-style: none; padding: 15px; border-bottom: 1px solid #ffffff; }
.price-body li:last-child { border-bottom: 0px; }
.price-body li:first-child { font-weight:700; }
.large-text { font-size:60px; color:#ff9103; display: inline-block; }
.cur-sym {
    padding-top: 12px;
    padding-right: 2px;
    vertical-align: top;
    flex: 1 0 auto;
    text-align: right;
    width: 0;
}
/* Price Box */


/* FAQ END */
.img-full img { width: 100%; }
.box-price { background: #f2f2f2; padding: 20px 5px; margin: 15px 0px; text-align: center; }
.box-price h2 { color: #ff9103; text-transform: uppercase;  margin-bottom: 10px; font-size: 30px;}
.box-price h3 { text-transform: uppercase; margin-bottom: 0px; font-size:18px;}
/* ******** back-to-top start ******** */


.back-to-top,
a {
outline: 0 !important;
}

.back-to-top {
background: #a6ce3a !important;
position: fixed;
bottom: 15px;
right: 15px;
text-decoration: none;
color: #fff;
font-size: 14px;
display: none;
z-index: 999;
border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-webkit-border-radius: 3px;
width:50px;
height:50px;
line-height:50px;
text-align: center;
}

.back-to-top:hover {
background: #a6ce3a;
}
.back-to-top:hover,
.back-to-top:focus {
color: #fff !important;
}

.contact-page-right { padding-top: 0px; }

.contact-page-right .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #eeeeee;
    background-image: none;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px;
    box-shadow: none !important;
  
}
.footer-contact i { margin-right:10px;}
.contcat-line { width: 100%; background: #eeeeee; height: 3px; margin: 30px 0px; }

.contact-page-right .ff-el-form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px 12px;
    font-size: 14px;
    line-height: 35px !important;
    color: #000;
    background-color: #eeeeee !important;
    background-image: none;
    border: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 0px;
    box-shadow: none !important;
  
}
.contact-page-right select { height: 45px !important;}

.map { width: 100%; }
.map iframe { width: 100%; display: block; }
.map p { margin:0px; padding:0px; }
.social-box { margin-top: 0px; }
.social-box li { list-style: none; display: inline-block; margin-right: 3px;}
.social-box a {display: inline-block; transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in;
 -webkit-transition: all 0.5s ease-in; background: #002d62; color: #fff; width: 36px; height: 36px;
 line-height: 30px; text-align: center; font-size: 14px; border-radius: 2px; } 
.social-box a:hover{ background: #ff9103; color:#fff; }
.social-box i { margin-top: 11px; display: inline-block; margin-right:0px; }

.p-back { width: 16px; margin: 0 auto; padding-top: 7px }

.next-btn { text-align:right;}
.next-btn a {color: #9a9aa5; text-decoration: none;}
.previous-btn a {color: #9a9aa5; text-decoration: none;}
.next-btn a:hover {color: #081927;}
.previous-btn a:hover {color: #081927;}
.next-btn img {  opacity: 0.5;}
.next-btn:hover img {  opacity: 1;}
.previous-btn img {  opacity: 0.5;}
.previous-btn:hover img {  opacity: 1;}

.single-post-img { float:right; margin-left:30px; margin-bottom:30px; width:45%;}
.single-post-img img { width:100%; height:100%;}

.error-404 h1 { font-size:150px; color: #ff9103; line-height:110%;}
.error-404 h2 { margin-bottom:0px;}

.form-group {  position: relative; }
/* span.wpcf7-not-valid-tip:before {
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ff9103;
  position: absolute;
  left: 12px;
  top: -8px;
  content: "";
}
span.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    display: block;
    position: absolute;
    width: 200px;
    background: #ff9103;
    padding: 3px;
    z-index: 9;
    border-radius: 5px;
    top: 42px;
}
*/
.home-contact-form label { display:none !important; }
.modal-right label { display:none !important; }
.contact-page-right label { display:none !important; }

.home-contact-form .fluentform .ff-el-group { margin-bottom: 0px !important;  }
.home-contact-form textarea { margin-bottom: 20px !important;  }

.modal-right .fluentform .ff-el-group { margin-bottom: 0px !important;  }
.modal-right textarea { margin-bottom: 20px !important;  }

.contact-page-right .fluentform .ff-el-group { margin-bottom: 0px !important;  }
.contact-page-right textarea { margin-bottom: 20px !important;  }

.banner-bottom-middle h2 {
    font-size: 72px;
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: 0;
}
.banner-bottom-middle h3 {
    margin-bottom: 0;
    font-size: 20px;
    color: #545454;
}
.banner-bottom-middle {
    display: flex;
    gap: 15px;
    align-items: center;
}
.banner-bottom-main {
    background: #53c4f6;
    padding: 60px 100px;
    position: absolute;
    bottom: -170px;
    width: 100%;
    border-radius: 16px 16px 0 0;
}
.banner-bottom {
    padding-top: 40px;
}
.banner-section .container {
    position: relative;
}
.services-section .sub-text {
    font-weight: 300;
    font-style: italic;
}
.about-section {
    width: 100% !important;
    height: 580px;
    background: #eef2f5;
}
.about-section img {
    width: 100%;
    height: 580px;
    object-fit: cover;
}
.about-text {
    padding: 0 50px;
}
.about-text p:last-child {
    margin-bottom: 0;
}
.sub-sub-text {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.choose-us-text h2 {
    font-size: 20px;
    line-height: 30px;
    color: #2e2e2e;
    margin: 0;
}
.why-choose-us-item span {
    background: #00adef;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    border-radius: 50%;
}
.why-choose-us-item span img {
    height: 50px;
}
.why-choose-us-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.section-padding {
    padding: 80px 0px;
}
.pad-top {
    padding-top: 80px;
}
.pad-bottom {
    padding-bottom: 80px;
}
.why-choose-us.owl-carousel .owl-controls {
    top: 45%;
    transform: translate(-0%, -45%);
    margin: 0;
}
.box-img-scroll img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 16px;
}

.box-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 16px;
}




.feature-box {
    display: grid;
    align-items: center;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.box-img-scroll.owl-carousel .owl-controls {
    position: absolute;
    bottom: 10px;
}
.box-img-scroll.owl-carousel .owl-controls .owl-page.active span {
    background: #00adef !important;
}
.box-img-scroll.owl-carousel .owl-controls .owl-page span {
    background: #ffffff !important;
}
.feature-content p {
    font-weight: 300;
}
.why-choose-us.owl-carousel .owl-controls .owl-buttons div {
    color: rgb(248 248 248);
    background-color: rgb(248 248 248);
}
.why-choose-us.owl-carousel .owl-controls .owl-buttons .owl-prev {
    background-image: url(../images/left-arrow.png);
    background-repeat: no-repeat;
}
.why-choose-us.owl-carousel .owl-controls .owl-buttons .owl-next {
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
}
.home-contact-section {
    background-size: cover !important;
    background-position: right !important;
    width: 100% !important;
/*    height: 500px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-section {
    padding: 80px 30px;
}
.testimonial-scroll.owl-carousel .owl-controls .owl-page.active span {
    background: #a6ce3a !important
}
.testimonial-scroll.owl-carousel .owl-controls .owl-page span {
    background: #ffffff !important;
    opacity: 1 !important;
}
.partner-item img {
    width: 100%;
    height: 35px;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner-item  {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.logo-area-link ul {
display: flex;
    gap: 0px 30px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.footer-logo {
    height: 74px;
    margin-bottom: 40px;
}
.copy-right {
    background: #00adef;
    color: #fff;
    padding: 50px;
    border-top: 1px solid #fff;
}
.about-section-grid {
    display: grid;
    align-items: center;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.services-section .col-md-4.col-xs-6:last-child {
    margin-bottom: 0;
}
.services-section .col-md-4.col-xs-6:last-child .services-box {
    margin-bottom: 0;
}
.services-body:hover {
    text-decoration: none;
}

/*=================================================
Breadcrumb
=================================================*/
.pq-breadcrumb {
  background: var(--grey-color);
  color: var(--white-color);
  padding: 60px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.pq-breadcrumb nav {
  position: relative;
}

.pq-breadcrumb .pq-breadcrumb-title h1 {
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 15px;
  color: var(--dark-color);
}

.pq-breadcrumb-title h2 {
  font-size: 42px;
  line-height: 50px;
  color:#141414;
  margin-bottom:25px;
}

.pq-breadcrumb-container .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  justify-content: flex-start;
}

.pq-breadcrumb-container .breadcrumb li {
  list-style-type: none;
  margin-right: 15px;
  padding-left: 0;
  letter-spacing: 0.04em;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  font-family: var(--title-fonts);
}


.pq-breadcrumb-container .breadcrumb li.active {
  color: var(--primary-color);
}

.pq-breadcrumb-container .breadcrumb li a {
  color:#646464;
}

.pq-breadcrumb-container .breadcrumb li a i {
  margin-right: 10px;
    color:#646464;
}

.pq-breadcrumb-container .breadcrumb li a:hover {
  color: var(--primary-color);
}

.pq-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "/";
  font-size: 14px;
  font-family: "Ionicons";
  padding-right: 15px;
  color:#646464;
  float: none;
}

.pq-yoest-breadcumbs #breadcrumbs {
  margin: 0;
  padding: 0;
}

.professionals-box h3 {font-size:22px;}
.professionals-box img {margin-bottom:20px;}
.margbtm80{margin-bottom:80px;}

.blueicon-box {
    background: #00adef;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    border-radius: 50%;
}
.font22{font-size:22px;}
.font20{font-size:20px;}
    .main-testimonial{
        padding: 20px 20px;
        margin-bottom: 20px;
    background: #00adef;
    border-radius: 14px;
}
.main-testimonial .testimonial-text p {
     line-height: 24px; 
}
.margbtm-30{margin-bottom:30px;}

.contact_box_content {
  position: relative;
}
.contact_box_content.style_one .contact_box_inner {
  position: relative;
  padding: 20px 30px;
  display: block;
  border-radius: 10px;
  border: 1px solid var(--border-color-dark);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  cursor: pointer;
  background: #fff;
}
.contact_box_content.style_one .contact_box_inner .contnet {
  position: relative;
  float:right;
  width: 90%;
}
.contact_box_inner{    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 20px;}
.contact_box_content.style_one .contact_box_inner .contnet h3 {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 26px;
}
.contact_box_content.style_one .contact_box_inner .contnet p {
  margin-bottom: 0px;
}
.contact_box_content.style_one .contact_box_inner:hover {
  box-shadow: var(--box-shadow);
  border-color: #fff;
}
.contact_box_content.style_one .contact_box_inner.icon_yes .icon_bx {
float:left;
  width: 40px;
  height: 40px;
  border-radius: 50px;
    background: #00adef;
  margin: auto;
  text-align: center;
  line-height: 40px;
  color:#fff;
}
.pd_bottom_15 {
    padding-bottom: 15px;
}

.contact-page .home-contact-form {
    padding: 30px;
}
.content-wrapper{width:100%;float:left;clear:both;}
.contact_box_content, .bottom-area{clear:both;width:100%;}
.cleatboth{float:left;clear:both;width:100%;}
.contact_box_inner{z-index:9;}
.align-items-center{display: flex;align-items: center;}
.margbtm20{margin-bottom:20px;}

.blue-container {
    background: #00adef;
    padding: 30px;
    border-radius: 14px;
    min-height: 190px;
    margin-bottom: 15px;
}
.blue-container h6, .blue-container p{color:#fff;}
.bg-gray {
    background: #eef2f5;
}

.custom-list img{ width:50px;height:50px;}
.custom-list p{    color: #000;
    font-size: 22px;
    font-weight: 500;text-transform:capitalize;}
    .bg-gray {
    background: #eef2f5;
}
.ticker-list{margin:0px;padding:0px;    padding-left: 20px;}
.ticker-list li{margin-bottom: 30px;width:49%;display: inline-block;}
.ticker-list div{display: flex;justify-content: space-between;    gap: 15px;}
 .no-float {
        float: none !important;
    }
.ticker-list li img{width:40px;}

.ticker-list li h6{font-size: 25px;}
.service-offer h3{margin-bottom:0px;text-transform: capitalize;}
.blueicon-box img{width:50px;height:50px;}

.tick-list-img{  
    display: flex;
       align-items: flex-start;
    justify-content: center;
    width: 85px;
    height: 85px;
    border-radius: 50%;}

.custom-list .tick-list-img{    background: #a6ce3a;
    display: flex;
    align-items: center;
    justify-content: center;
      width: 85px;
    height: 85px;
        padding: 13px;
    border-radius: 50%;}

.copy-right a{color:yellow !important;font-weight: 500;}
.service-offer .align-items-center {
    min-height: 100px;
}
.page-id-174 .service-top-section .ticker-list{display: none;}

/* ================= Responsive Start ====================== */
@media only screen and (min-width:1024px) and (max-width:1366px) {

} /* end */


@media only screen and (max-width: 768px) {
.professionals-box{margin-bottom:15px;}
.contact_box_content.style_one .contact_box_inner .contnet {
    width: 75%;
}
.contact-map-section iframe{height:150px;}
.ticker-list li {
    width: 100%;
    display: block;
}
.section-padding {
    padding: 40px 0px;
}
h2 {
    font-size: 26px;
    line-height: 31px;
}
.custom-list li img {
    height: auto !important;
    width: 34px;
}
.service-offer h3 {
    line-height: 29px;
}
.pq-breadcrumb-title h2 {
    font-size: 28px;
    margin-bottom: 0px;
}
}


@media only screen and (max-width: 991px) {
    .feature-box {
        gap: 20px;
    }
    .services-body {
        bottom: -60px;
        padding: 20px!important;
    }
    .banner-bottom-main .col-xs-4 {
        width: 33.33%;
    }
    .services-section .col-xs-6 {
        width: 50%;
    }
    .rslides img {
        width: 100%;
        height: 450px !important;
        object-fit: cover;
    }
    header { position: relative; }
    .top-section, .logo, .top-call { text-align: center; }
    .top-social { text-align: center; margin-top: 10px; }
    #cssmenu #menu-button { text-align: left; }
    .top-call {  border-left: 0px;  padding-left: 0px; margin-top: 10px; }
    .banner-overlay { display: none; }
    .banner-section {  position: static;  padding: 30px 0px 0px 0px; height: auto;background: #fff; }
    .banner-bottom-section {  position: static;  }
    .banner-bottom-section li {  width: 50%;  border-right: 0px; margin-bottom: 15px;
        background: #fff; }
    .banner-bottom-section-box { margin-bottom: 30px; }
    .tes-left {  border-right: 0px;  padding: 0px 0px 30px; }
    .choose-box {  margin-bottom: 10px; }
    .home-box-data {  width: 100%;  float: none; }
    .footer-contact-box { margin-bottom: 10px;	}
    .banner-bottom-section { background: none;	}
    .modal-left { display: none;}
    .modal-right { width: 100%;	}
    .footer-bottom .text-right {
        text-align: center;
        margin-top: 20px;
    }
    .copy-right {
        text-align: center;
        padding: 30px 0 !important;
    }
    .logo-area-link ul {
        justify-content: center;
    }
    .mt-0 {
        margin-top: 0 !important;
    }
    .footer-social { margin-top: 15px; }
    .col-xs-6 { width: 100%; }
    .home-contact-section h2 {
        font-size: 35px;
        margin: 20px 0px; }
    .home-contact-section {
        height: auto !important;
    }
    #cssmenu > ul > li > a { color: #fff !important; }
    .callbacks_nav { display: none; }
    .sponsor-scroll {   padding-left: 0px; }
    .sponsor-scroll img { padding: 5px;}
    .home-box-text {  width: 100%;   padding: 20px; }
    .home-box-text p {   height: 40px; overflow: hidden; }
    .home-box-data .heading { padding-bottom: 10px; }
    .home-box-data.home-box-text p { margin-bottom: 20px; }
    .callbacks_nav { display: none; }
    .modal-right h3 { font-size: 23px; }
    .single-post-img { float:none; margin-left:0px; margin-bottom:30px; width:100%;}
    .banner-bottom-main {
        background: #53c4f6;
        padding: 60px 30px;
        position: relative;
        bottom: 0;
    }
    .banner-text {
        transform: inherit;
    }
    .banner-bottom-main {
        border-radius: 16px;
    }
    .banner-bottom-middle {
        gap: 15px;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 0;
    }
    .banner-bottom {
        padding-top: 0;
    }
    .banner-bottom-main .col-md-4.col-xs-6:last-child .banner-bottom-middle {
        margin-bottom: 0px;
    }
    .services-body h3 {
        margin-bottom: 0;
    }
    .about-section {
        height: auto;
    }
    .about-section img {
        width: 100%;
        height: auto;
    }
    .about-text {
        padding: 80px 15px;
    }
    .about-section-grid {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
    .contact-section {
        padding: 80px 15px;
    }
    .home-contact-form {
        padding: 50px 30px;
        height: auto;
    }
    .home-testimonial {
        padding: 50px 30px;
        height: auto;
        margin-top: 20px;
    }


    .testimonial-text { height: auto;margin-bottom: 30px;}
    .footer-body {
        margin-top: 40px;
    }
    .footer-body-title {
        margin-bottom: 20px;
    }
    .footer-bottom {
        text-align: center;
    }
}



@media only screen and (max-width : 600px) {
    .banner-bottom-main .col-xs-4 {
        width: 100%;
    }
    .services-section .col-xs-6 {
        width: 100%;
    }
    .home-test-section .feature-box {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
    .home-test-section .feature-box:nth-child(even) {
        gap: 20px;
        flex-direction: column-reverse;
        display: flex;
    }
    .banner-bottom .col-md-4.col-xs-4 .banner-bottom-middle {
        margin-bottom: 40px;
    }
    .banner-bottom .col-md-4.col-xs-4:last-child .banner-bottom-middle {
        margin-bottom: 0;
    }



}

@media only screen and (max-width : 479px) {
	.rslides img {height: 160px !important;}
	.top-left {display: none;}
	.top-call h3 a {font-size: 23px;}
.top-call h3{margin-bottom:10px;}
.middle-bg {padding: 10px 0px 0px;}	
	.top-section {padding: 0px 0px 5px;}
	  .callbacks_nav {top: 25% !important;display:block !important;}
	.banner-text { clear: both;}
	 .banner-text h1 {font-size: 25px !important;line-height: 34px !important; }
}

/* ================= Responsive End ====================== */












