
/****************custom css************/

.footer-nav .menu {
    list-style: outside none none;
    margin: 0;
}



/*====================*/
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 0px solid #f7e700 !important;
}

/*====================*/
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
margin:0;
    border: 2px solid #ff0000 !important;
    display: block !important;
    clear: both;
}

.wpcf7-validation-errors {
    color: #ff0000;
}

.wpcf7 form .wpcf7-response-output {
    display: inline-block;
}

#wpcf7-f27-o1 label, #wpcf7-f108-o2 label, #wpcf7-f34-o1 label, .cf7_hide_labels label  {
    display: none;
}


.wpcf7-validation-errors {

}


.sidebox.widget_archive ul {
    background: #f4f4f4;
    padding: 15px 20px;
}

.sidebox.widget_categories ul {
    background: #f4f4f4;
    padding: 15px 20px;
}


.get-more-info-sm-links a span {
    display: none;
}

.breadcrumb .post {
    border: none;
    float: inherit;
    margin-bottom: 0;
    width: auto;
    background: none;
    padding: 0;
}

.ss-social-sharing .ss-button-facebook, 
.ss-social-sharing .ss-button-twitter, 
.ss-social-sharing .ss-button-linkedin {
    font-size: 0;
    vertical-align: top;
}

.comments-title {
    margin: 35px 0;
}

.ak-consonent-wrapper span, .ak-consonent-wrapper a {
    display: inline !important;
}

.file-upload-btn{
    padding: 15px 80px; 
}

.request-quote-page-form {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

.request-quote-page-form .featurebox {
    padding-bottom: 20px;
}

.request-quote-page-form .featurebox h2 {
    background-color: unset;
}

.request-quote-page-form .wpcf7-form-control-wrap {
    margin-bottom: 15px;
    display: block;
}

.breadcrumb > .current-item > span.current-item {
    color: #000;
    font-weight: 700;
}

.navigation.post-navigation {
    padding: 35px 0;
    clear: both;
    display: block;
}

#wpcf7-f108-o2 .wpcf7-validation-errors  {
    display: none !important;
}

.faq-sec {
    width: 100%;
    clear: both;
    padding: 30px 0;
}
.faq-btn {
    background: #dddeee;
    display: block;
    cursor:pointer;
    padding: 10px 20px;
    font-size: 16px;

}
.faq-btn:before {
    font-family: "Font Awesome\ 5 Free";
    content:"\f067";
    font-weight:600;
    color:#111;
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
    font-size: 14px;
}
.faq-btn:hover,
.faq-btn:active,
.faq-btn:focus,
.faq-btn.active{
    background:#1C2536;
    color:#fff; 
}
.faq-btn:hover:before,
.faq-btn:focus:before,
.faq-btn:active:before,
.faq-btn.active:before{
    color:#fff; 
}
.faq-btn.active:before{
    content:"\f068";
    color:#fff;
}
.faq-data{
    clear:both;
    padding:30px 0 0 0; 
    display: none;
    font-size: 16px;
    border: 1px solid #d2d2d2;
    padding: 10px 15px;
}

.hidethis {
    display: none;
}

.post_info span.posted-on {
    display: inline-block;
    margin: 0 20px 0 0;
    color: #000;
}

.side-col.widget {
	margin-bottom: 35px;
}

.side-col.widget li a {
	color: #fff;
	text-decoration: none;
}

.post_info .cat-links a {
	margin-right: 0;
}




/*******************
Bootstrap Modal Only CSS 
*********************/

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
 /* -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);*/
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
		  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.clickable {
  cursor:pointer;
}
@media (min-width: 768px) {
  .modal-dialog {
	width: 600px;
	margin: 30px auto;
  }
  .modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
	width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
	width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

/**************** end snippet **************/


.ra-modal-box .modal-body{min-height:400px}

.ra-lightbox.btn {
  margin: 5px auto;
}
.ra-viewer-iframe {
	width: 100%;
	height: 500px;
}
.ra-modal-box .modal-body {
	min-height: 400px;
}


.rendered-testimonials blockquote h3, .testimonial-single h3, .rendered-testimonials blockquote h2, .testimonial-single h2 {
	text-align: left !important;
	font-size: 1.50rem!important;
	    font-style: normal!important;
}
.testimonial-single h3 strong, .rendered-testimonials blockquote h3 strong, .testimonial-single h2 strong, .rendered-testimonials blockquote h2 strong, .testimonial-single h2 em, .rendered-testimonials blockquote h2 em {font-size: 1.50rem!important;  font-style: normal!important;  font-weight: 300!important;}


/* Custom Testimonials Pagination */

.pagination.testimonials-pagination ul {
  box-shadow: none;
}

.contentside .testimonials-pagination.pagination li::before {
  content: normal;
}
.testimonials-pagination.pagination li {
  background: none !important;
  margin: 0 5px 10px 0;
  padding: 0;
  float: none;
  display: inline-block;
}
.testimonials-pagination.pagination ul li a {
  background-color: #00457e;
  border: medium none;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  padding: 0;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
}
.testimonials-pagination.pagination ul li a:hover {
  background-color: #00add2;
  color: #fff;
}
.testimonials-pagination.pagination ul li.active a {
  background-color: #00add2;
  color: #fff;
}
.testimonials-pagination.pagination ul li.prev-btn a,
.testimonials-pagination.pagination ul li.next-btn a,
.testimonials-pagination.pagination ul li.last-btn a {
  width: auto;
  height: auto;
  padding: 0 20px;
  border-radius: 32px;
}

.testimonials-pagination .previouspostslink {
  border-radius: 32px;
  padding: 0 20px;
  width: 100px;
}
.testimonials-pagination .first {
  width: 72px;
  border-radius: 32px;
}
.testimonials-pagination.pagination span.current {
  border-radius: 100% !important;
  width: 32px;
  height: 32px;
  padding: 0;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  background: #00add2 !important;
  color: #fff !important;
  display: block;
}
.testimonials-pagination.pagination span.dots {
  border-radius: 100%;
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 0;
}

@media screen and (max-width: 480px) {
	.testimonials-pagination.pagination li {
		margin: 0 5px 5px 0;
	}
}

@media screen and (max-width: 320px) {
	.testimonials-pagination.pagination li {
		margin: 0 0 7px 7px;
	}	
}


.section.quotebox img {
	display: none;
}

.national-team-block  > .wrapper {
	width: 100%; 
}