/* Bwlow code in style.css */
/* Common CSS for All components : Start */
:root {
	--black:#000;
	--white:#FFFFFF;
	--primary-color:#ED3B41; 
	--dark:#323231;
	--solid-bg:#2E2E2E;
	scroll-behavior: auto; 
	
	}
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
html { margin: 0; padding: 0;
 scroll-behavior: auto;

}
body { margin: 0; padding: 0;  font-size: 14px; background:var(--white);
	letter-spacing: 0; line-height: normal;
	 
	font-weight: normal;
	font-family: 'Arial';
	}


input, select, textarea, button { outline: none; box-shadow: none; font-family: inherit;}
input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
.input-text::-moz-placeholder,
.input_text::-moz-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-p,
.input-text::-webkit-input-placeholder,
.input_text::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

input[type=text]::-ms-placeholder,
input[type=search]::-ms-placeholder,
.input-text::-ms-placeholder,
.input_text::-ms-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

input[type=email]::-moz-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

input[type=email]::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

input[type=email]::-ms-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

textarea::-moz-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

textarea::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

a { text-decoration: none;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
a:hover { text-decoration: none;}

.flxrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flxcol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column; 
	flex-direction: column;
}
.flxfix {
	-ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.flxflexi {
	-ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    position: relative;
}
/* Common CSS for All components : End */

@media (min-width:576px){
	.container {
	width:100%;
	max-width:100%;
	}
	
	
	}
	@media (min-width: 768px) {
	.container {
	width:750px;
	padding: 0 15px;;
	}
	
	}
	@media (min-width: 992px) {
	.container {
	width:970px;
	}
	}
	@media (min-width: 1200px) {
	.container {
	width:1130px;
	max-width:1130px;
	}
	}
	@media (min-width: 1320px) {
		.container {
		width:1286px;
		max-width:1286px;
		}
		}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
 
	 
}
 
h1 {
	font-size: 42px;
	 
}
h2 {
	font-size: 36px;
	 
}
h3 {
	font-size: 32px;
	 
}
h4 {
	font-size: 28px;
 
}
h5 {
	font-size: 24px;
 
}
h6 {
	font-size: 20px;
	 
}
p{margin: 0; padding: 0; color: var(--dark); font-weight: 400;font-size: 16px;line-height: 150%;}
p + p{ padding-top: 24px;; }
ul{ margin: 0px; padding: 0px; }
ul li{ list-style: none; }
.row { margin-left: -15px !important; margin-right: -15px !important;}
.row>* { padding-left: 15px !important; padding-right: 15px !important;}

.main_wapper{ overflow:hidden; }
#header{ background: #01c2fe;
	background: -moz-linear-gradient(left,  #01c2fe 0%, #00479f 50%, #86e837 100%);
	background: -webkit-linear-gradient(left,  #01c2fe 0%,#00479f 50%,#86e837 100%);
	background: linear-gradient(to right,  #01c2fe 0%,#00479f 50%,#86e837 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01c2fe', endColorstr='#86e837',GradientType=1 );
}
.header-top{ padding: 8px 0 15px; display: flex; align-items: center; justify-content: space-between; }
.header-tagline{ text-align: center; width: 540px; line-height: 30px;  font-family: 'Vollkorn'; font-weight: 900;  color: var(--white); font-size: 25px;  }
.header-tagline span{  font-weight: 600;font-style: italic; font-size: 35px; }
.header-bottom{ padding: 0 0 5px; display: flex; align-items: center;  }
.main-nav ul{display: flex; align-items: center; }
.main-nav ul li + li{ padding: 0 0 0 30px; }
.main-nav ul li a{ font-weight: bold; color: #fff; text-transform: uppercase; font-size: 20px; }
.ct-header span{ padding: 0 0 0 30px; margin: 0 0 0 30px; border-left: #fff solid 3px;  font-weight: bold; color: #fff; text-transform: uppercase; font-size: 20px;}
.ct-header span a{ color: #fff;}
.main-nav ul li a:hover{ opacity: 0.5; }
#footer{ padding: 23px 0 0 0; 
	background: #01c2fe;
	background: -moz-linear-gradient(left,  #01c2fe 0%, #00479f 50%, #86e837 100%);
	background: -webkit-linear-gradient(left,  #01c2fe 0%,#00479f 50%,#86e837 100%);
	background: linear-gradient(to right,  #01c2fe 0%,#00479f 50%,#86e837 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01c2fe', endColorstr='#86e837',GradientType=1 );}
.footer-top-wapper{ padding: 0 0 30px; }
.footer-top-wapper h5{ padding: 0 0 29px;  color: #fff; font-family: 'Arial Rounded MT'; font-weight: bold; text-transform: uppercase; font-size: 26px; }
.footer-about{ padding: 0 0 37px; }
.footer-about p{ font-family: 'Times New Roman';  font-weight: normal; color: #fff ; font-size: 18px; line-height: 1.2; }
.footer-pdf-frm  ul li a { font-family: 'Times New Roman';  font-weight: normal; color: #fff ; font-size: 18px; line-height: 1.2; text-decoration: underline; }
.footer-address{ display: block ;width: 100%; text-align: center;}
.footer-top-wapper{ background: url(../images/footer-bg.png) no-repeat 15% center; }
.footer-address{ padding: 0 0 20px; }
.footer-address h6{ color: #fff; font-size: 18px; font-weight: bold;   }
.footer-address p{ font-size: 18px; color: #fff; }
.footer-address p a{ color: #cccccc; font-weight: bold; text-decoration: underline;     }
.footer-address p + p{ padding-top: 16px; }
.footer-address .f-icon{padding: 10px 0 0 0; display:flex; align-items: center; justify-content: center; }
.footer-address .f-icon a{ margin: 0 5px; }
.fimg-blk{ display: block; width: 100%; }
.fimg-blk .f-img  {  margin: 0 0 6px; width: 100%; display: flex; border: #000 solid 1px; }
.fimg-blk .f-img img {width: 100%; max-height: 210px; height: 210px;object-fit: cover;  }
.fimg-blk .f-map{  width: 100%; display: flex; border: #000 solid 1px;}
.fimg-blk .f-map iframe{ width: 100%; max-height: 210px; object-fit: cover; height: 210px; }
.footer-bottom-outer{ background: #fff; }
.footer-bottom{ min-height: 44px;  display: flex; align-items: center; justify-content: space-between; }
.footer-bottom .copyright{ font-size: 11px; color: #000; }
.footer-bottom .copyright span{ display: block;}
.footer-bottom .designby span{ display: block;}
.footer-bottom .designby {font-size: 11px; color: #000; text-align: right;}
.footer-bottom .designby a{ color: #00479f; text-decoration: underline; }
.home-banner{ padding: 56px 0 50px 0; position: relative; margin: 0 0 7px;  }
.home-banner::after{ z-index: 1; position: absolute; left: 0px ; top: 0px; width: 100%; height: 100%; content: ''; background: url(../images/bg-banner.png) no-repeat center center; background-size: cover; pointer-events: none;  }
.home-banner > div{ position: relative; z-index: 2; }
.home-banner::before{ width: 100%; position: absolute; left: 0px; top: 100%; height: 7px; content: ''; background: url(../images/banner-border.png) no-repeat center center; background-size: cover;   }
.home-banner h1{ font-size: 50px; font-weight: bold; color: #fff; line-height: 1.5; text-shadow: rgba(0, 0, 0, 1) 0 1px 1px;  }
.home-banner  p{ padding: 56px 0 0 0; font-family: 'Vollkorn'; font-weight: bold; font-size: 30px; color: #fff; text-shadow: rgba(0, 0, 0, 1) 0 1px 1px;  }
.alignright{ float: right; }
.alignleft{ float: left; }
.home-section-1{ padding: 31px 15px 45px 15px; }
.home-section-1 h3{ text-transform: uppercase; padding: 0 0 31px; font-family: 'Arial Rounded MT'; font-size: 26px; color: #333333; }
.home-section-1  .textwidget p{ font-weight: normal; font-family: 'Times New Roman'; font-size: 18px; color: #000; }
.left-col-blk{ position: relative;   padding: 20px 0 0 0; }
.left-col-blk h2{text-transform: uppercase; font-size: 22px; font-weight: bold; color: #000;  }
.left-col-blk ul{ padding: 20px 0 0 30px; }
.left-col-blk ul li{ font-weight: bold; color: #000; font-size: 18px; display: list-item; list-style-type: disc; list-style-position: outside; }
.left-col-blk ul li + li{ margin-top: 10px; }
.left-col-blk .alignright { position: absolute; right: 0px; top: 00px;}
.home-sec-right .textwidget{ padding: 0 20px; }
.home-sec-right .aligncenter { margin: 0 auto; display: block ; max-width: 100%; }
.home-sec-right .textwidget p{ text-align: center ;  font-family: 'Times New Roman'; line-height: 1.1;  font-size: 22px; color: #000;}
.home-sec-right .textwidget p a{ color: #000; text-decoration: underline; }
.home-sec-right .textwidget p a:hover{ text-decoration: none; }
.home-sec-right .textwidget ul{ padding: 20px 0 40px 60px; display: flex; align-items: flex-start; width: 100%; flex-wrap: wrap;    }
.home-sec-right .textwidget ul li { padding: 2px 0; font-family: 'Times New Roman'; font-size: 18px; color: #000; font-weight: 400;  width: 50%;}
.home-section-2 .decoration{ display: none;}
.home-section-2 h3{ font-family: 'Arial Rounded MT'; font-weight: bold; text-align: left; font-size: 26px; color: #333;  }
.decoration{ display: none; }
.srs-block{ padding: 30px 40px; display: block; box-shadow: rgba(0, 0, 0, 0.2) 0 2px 2px; width: 100%; background: #e9f5e8; }
.srs-block ul li{font-family: 'Arial Rounded MT'; font-weight: bold; padding: 0 0 0 15px;  display:list-item; list-style-type: disc; list-style-position: outside; font-size: 18px; color: #333; }
.srs-block ul li strong{ display: block; font-size: 20px; }
.srs-block ul li + li{ margin: 15px 0 0 0; }
.home-section-3{ padding-top: 40px ; }
.home-section-3 .sow-headline-container  h3{ padding: 0 0 28px; font-family: 'Arial Rounded MT'; font-weight: bold; text-align: left; font-size: 26px; color: #333;  }
.home-section-3 .panel-no-style{ margin: 0px !important;; }
.home-section-3 .panel-no-style + .panel-no-style .how-we-block { margin-top: 49px; }
.home-section-3 .how-we-block{ padding: 24px 40px 38px 30px; } 
.home-section-3 .how-we-block h3 { padding: 0 0 51px; font-family: 'Times New Roman';  font-size: 28px; font-weight: bold;  }
.home-section-3 .how-we-block p{ text-align: center; font-family: 'Times New Roman';  font-size: 24px; font-weight: bold;}
.home-section-3 .how-we-block p + p{ padding: 16px 0 0 0; }


.home-section-4{  position: relative; z-index: 10; padding: 40px 0 0 0;   }
.home-section-4 h3{ text-transform: uppercase; padding: 0 0 0px; font-family: 'Arial Rounded MT'; font-size: 26px; color: #333333; }

.footer-bottom .designby p{ font-size: 11px; }
.footer-bottom .designby p strong{ font-weight: normal; display: block; } 


.testimonilas-block-inner{ background: url(../images/testi-bg-1.png) no-repeat left top; }

.testimonilas-block-inner .strong-view.wpmtst-default.nav-position-inside .wpmtst-testimonial-inner{ padding: 40px 5% 20px; border: 0px !important}
.testimonilas-block-inner .strong-view.wpmtst-default div { border: 0px !important; }
.testimonilas-block-inner  .strong-view.wpmtst-default.no-quotes .wpmtst-testimonial-heading {display: none !important; }
.testimonilas-block-inner .strong-view.wpmtst-default div  p{ text-align: center; color: #00479f; font-family: 'Times New Roman'; font-weight: bold;
    font-style: italic;  font-size: 26px; line-height: 32px; }
.testimonilas-block-inner .strong-view.wpmtst-default .testimonial-name{color: #00479f; font-family: 'Times New Roman'; font-weight: bold;
  font-size: 26px; line-height: 32px; padding: 30px 0 0 0; width: 100% ; display: block; text-align: center; }
  .testimonilas-block-inner .strong-view.wpmtst-default .wpmslider-has-pager{  margin: 0px 0 0 0; position: relative !important; }
  .testimonilas-block-inner .strong-view.wpmtst-default .wpmslider-has-pager .wpmslider-pager-item{  display: flex; margin: 0 8px;}
  .testimonilas-block-inner .strong-view.wpmtst-default .wpmslider-has-pager .wpmslider-pager-item a::before{ display:none;}
  .testimonilas-block-inner .strong-view.wpmtst-default .wpmslider-has-pager .wpmslider-pager-item a { border: #00479f solid 1px; border-radius: 100px;  width: 12px; height: 12px; display: flex; margin: 0px;}
  .testimonilas-block-inner .strong-view.wpmtst-default .wpmslider-has-pager .wpmslider-pager-item a.active{ background: #00479f; }
  .testimonilas-block-inner .strong-view.pager-style-buttons .wpmslider-pager {display: flex; justify-content: center;  }

  .see-all-links{ position: relative ; z-index: 100; }
.see-all-links .ow-button-base.ow-button-align-center a{ text-shadow: none !important; background: none; font-size: 22px; color: #00479f !important; font-weight: bold; text-transform: uppercase;  border: 0px; padding: 0px;  text-decoration: underline;         }
.see-all-links .ow-button-base.ow-button-align-center a:hover{ background: none !important;color: #00479f !important; text-decoration: underline; opacity: 0.5; }




.testimonilas-img { width: 100%; pointer-events: none; margin: -300px 0 0 0;  }


.home-contact-block { padding-top: 40px; padding-bottom: 88px;   }
.home-contact-block h3{ text-transform: uppercase; padding: 0 0 0px; font-family: 'Arial Rounded MT'; font-size: 26px; color: #333333; }


.ct-text p{ font-family: 'Arial Rounded MT';    line-height: 1.3; font-size: 22px; color: #000;}
.ct-text p a{ color: #00479f; text-decoration: underline;   }
.ct-text p a:hover{ text-decoration: none; }
.contact-form{ background: #00479f;
	background: -moz-linear-gradient(top,  #00479f 0%, #002a5e 100%);
	background: -webkit-linear-gradient(top,  #00479f 0%,#002a5e 100%);
	background: linear-gradient(to bottom,  #00479f 0%,#002a5e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00479f', endColorstr='#002a5e',GradientType=0 );
	 padding: 22px 50px 26px 50px;
	}
.contact-form .input-box{ display: flex; align-items: flex-start;  padding: 4px 0 0 0;}	
.contact-form .input-box label{font-family: 'Arial Rounded MT';  font-weight: bold; margin: 0px; padding:5px 10px 0   0px; min-width: 166px; text-align: right; color: #fff;   font-size: 20px;  text-transform: uppercase;   }
.contact-form .input-box .input-text{ font-weight: bold; background: #fff; width: 100%; border: 0px; padding: 0 15px; height: 34px; line-height: 34px; color: #000; font-size: 18px;   }
.contact-form .input-box .wpcf7-form-control-wrap{ width: 100%; display: block;}
.contact-form .col-md-7 .input-box label{width: auto;     white-space: nowrap; display: flex; text-align: left; min-width: 0px; }
.contact-form .col-md-7 .input-box .wpcf7-form-control-wrap{ width: auto; display: block;}
.contact-form .input-box textarea.input-text{ height: 150px; line-height:auto; padding-top: 10px; }
.contact-form .col-md-7.v2 .input-box .wpcf7-form-control-wrap{ width: calc(100% - 86px); display: block;}
.contact-form .col-md-7 .input-box.v3 .wpcf7-form-control-wrap{ width: calc(100% - 236px); display: block;}


.contact-form .input-box select {
	/* Reset Select */
	appearance: none;
	outline: 0;
	border: 0;
	box-shadow: none;
	/* Personalize */
	flex: 1;
	padding: 0 1em;
	color: #fff;
	background-color: var(--darkgray);
	background-image: none;
	cursor: pointer;  font-weight: bold;
	background: #fff; width: 100%; border: 0px; padding: 0 15px; height: 34px; line-height: 34px; color: #000; font-size: 18px;  
  }
  /* Remove IE arrow */
  .contact-form .input-box select::-ms-expand {
	display: none;
  }
  /* Custom Select wrapper */
  .contact-form .input-box.v3 .wpcf7-form-control-wrap {
	position: relative;
	display: flex;
	width: 100%;
	height: 34px;
	border-radius: 0;
	overflow: hidden;
  }
  /* Arrow */
  .contact-form .input-box.v3 .wpcf7-form-control-wrap::after {
	content: '\25BC';
	position: absolute;
	top: 0;
	right: 0;
	padding: 0; width: 34px; height: 34px;
	background-color: #f4f4f4;
	transition: .25s all ease;
	pointer-events: none; font-size: 20px;
	display: flex; align-items: center; justify-content: center;
  }
  /* Transition */
  .contact-form .input-box.v3 .wpcf7-form-control-wrap:hover::after {
	color: #666;
  }


  .submit-btn-inner{ display: flex ;align-items: center; justify-content: center; }
  .submit-btn-inner  .wpcf7-spinner{ display: none;}
  .submit-btn-inner  .wpcf7-submit{ border: 0px; width: auto; padding: 0 30px; background: #fff; height: 34px; font-size: 18px; font-weight: bold; color: #002a5e ;     }
  .home-section-3 .how-we-block p br,
  .home-section-1 .textwidget p br{ display: none;}
.logo img{ max-height: 103px; }


.hamburger-icon {
	width:30px;
	height:30px;
	float:left;
	font-size:0px;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
	top:0px;
	right:0px;
	z-index:10;
	background-color:transparent;
	border:none;
	cursor:pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	margin:0px;
	padding:0px;
 
}
.hamburger-icon:focus { outline:none;}
.hamburger-icon span {
	display:block;
	position:absolute;
	top:10px;
	left:0px;
	right:0px;
	height:3px;
	background:#fff;
	-webkit-transition:background 0s .3s;
	transition:background 0s .3s;
}
.hamburger-icon span:after, 
.hamburger-icon span:before {
	content:"";
	position:absolute;
	display:block;
	left:0;
	width:100%;
	height:3px;
	background-color:#fff;
	-webkit-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s;
}
.hamburger-icon span:before { top:-9px;}
.hamburger-icon span:after { bottom:-9px;}
.hamburger-icon span:before {
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}
.hamburger-icon span:after {
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
}
.hamburger-icon.active { background-color:transparent;}
.hamburger-icon.active span { background:none;}
.hamburger-icon.active span:before {
	top:0;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.hamburger-icon.active span:after {
	bottom:0;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.hamburger-icon.active span:after, 
.hamburger-icon.active span:before {
	-webkit-transition-delay: 0s, .3s;
	transition-delay: 0s, .3s;
}
.humburg_nav{ display:none; }


.inner-pages{ padding: 60px 0; }
.inner-pages .strong-view.wpmtst-default{ }
.inner-pages .strong-view.wpmtst-default .wpmtst-testimonial{border: 0px !important;}
.inner-pages .testimonial-inner{ border: 0px !important; background:#b2e1f687;  }

.page-title h1{  display: block; text-transform: capitalize; width: 100%;text-align:center;color: #333333;line-height: 1.4em;font-size: 32px;font-family: 'Arial Rounded MT'; font-weight: bold;}
.inner-pages .testimonial-inner h3{ display: none ;}
.inner-pages .testimonial-inner .testimonial-content p{   color: #000; font-family: 'Times New Roman';font-style: italic;  font-size:20px; line-height: 1.4; }
.inner-pages .testimonial-inner	.testimonial-name{ padding: 20px 0 0 0; color: #00479f; font-weight: bold; font-family: 'Times New Roman'; font-size:20px; line-height: 1.4; }

 
.four_zero_page .big_title {width: 100%;display: inline-block;vertical-align: top;position: relative;text-align: center;}
.four_zero_page{ padding: 60px 0; display: block ;width: 100%; text-align: center;  }
.four_zero_page .big_title span {display: inline-block;width: 100%; font-weight: 600;font-size: 22px;line-height: 35px;letter-spacing: 0.03em;color: #01c2fe;text-transform: uppercase;}
.four_zero_page .big_title h1 { padding: 30px 0 12px 0; font-weight: bold; color: #000000;text-transform: uppercase;  margin:0;}
.four_zero_page .big_title:after {content: '';background: #000000;width: 60px;height: 2px;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);display: block;}
.four_zero_page .fore_text {padding: 29px 0 0 0;margin-bottom: -5px;font-size: 16px;display: inline-block;width: 100%;color: #000000;}
.four_zero_page .read_more {padding: 32px 0 0 0;display: inline-block;width: 100%; vertical-align:top; text-align: center;}
.four_zero_page .read_more a {position: relative; font-weight: bold; font-size: 20px;color: #fff; border: 0px;padding: 0 36px;height: 52px;line-height: 52px;border-radius: 8px;z-index: 3; display:inline-block; vertical-align:top; width:auto; 
	background: #01c2fe;
	background: -moz-linear-gradient(left,  #01c2fe 0%, #00479f 50%, #86e837 100%);
	background: -webkit-linear-gradient(left,  #01c2fe 0%,#00479f 50%,#86e837 100%);
	background: linear-gradient(to right,  #01c2fe 0%,#00479f 50%,#86e837 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01c2fe', endColorstr='#86e837',GradientType=1 );
	}
.four_zero_page .read_more a:after { border-radius: 8px;position: absolute;left: 4px;top: 4px;bottom: 4px;right: 4px;border: #fff solid 2px;content: '';pointer-events: none; }



.footer-pdf-frm ul li a:hover{ opacity: 0.5; }

.page-title h1{ padding: 0 0 30px; }
.defult-page h2{ font-weight: bold; }
.defult-page .widget_strong-testimonials-view-widget { margin: 40px 0 0 0 ; }
.defult-page h3{font-weight: bold;  }
.defult-page .widget_strong-testimonials-view-widget  h3{ padding: 0 0 20px;  }
.defult-page .so-widget-sow-editor-base ul{  padding: 20px 18px;}
.defult-page .so-widget-sow-editor-base ul li{ display: list-item; list-style-type: disc; list-style-position: outside;color: var(--dark);font-weight: 400;font-size: 16px;line-height: 150%; }
.defult-page .so-widget-sow-editor-base ol{  padding: 20px 18px;}
.defult-page .so-widget-sow-editor-base ol li{ display: list-item; list-style-type: decimal; list-style-position: outside;color: var(--dark);font-weight: 400;font-size: 16px;line-height: 150%;   }

.inner-pages h1 { padding: 30px 0 10px; font-weight: bold; font-size: 42px; line-height: 1.4; }
.inner-pages h2 {padding: 30px 0 10px;font-weight: bold;line-height: 1.4;font-size: 36px;}
.inner-pages h3 {padding: 30px 0 10px;font-weight: bold;line-height: 1.4;font-size: 32px;}
.inner-pages h4 {padding: 30px 0 10px; font-weight: bold;line-height: 1.4;font-size: 28px;}
.inner-pages h5 {padding: 30px 0 10px;font-weight: bold;line-height: 1.4;font-size: 24px;}
.inner-pages h6 {padding: 30px 0 10px;font-weight: bold;line-height: 1.4;font-size: 20px;}
.inner-pages p + p{ padding: 24px 0 0 0; }
.inner-pages ul{  padding: 20px 18px;}
.inner-pages ul li{ display: list-item; list-style-type: disc; list-style-position: outside;color: var(--dark);font-weight: 400;font-size: 16px;line-height: 150%; }
.inner-pages  ol{  padding: 20px 18px;}
.inner-pages  ol li{ display: list-item; list-style-type: decimal; list-style-position: outside;color: var(--dark);font-weight: 400;font-size: 16px;line-height: 150%;   }
.inner-pages blockquote {
	width:850px;
	max-width:100%;
	display:block;
	font-family: 'Barlow-Italic';
	font-size:18px;
	color:#ffffff;
	line-height:21px;
	background:#102f84;
	border-left:6px solid #6B789C;
	margin:0 0 20px 0;
	padding:18px 20px;
}
.inner-pages blockquote p {
	font-family: 'Barlow-Italic';
	font-size:18px;
	color:#ffffff;
	line-height:21px;
	margin:0px;
}
.inner-pages blockquote a { color:#ffffff; text-decoration:underline;}
.inner-pages a { color:#82b637; text-decoration:underline;}
.inner-pages strong,
.inner-pages b { font-weight:700;}
.inner-pages img { max-width:100%;}
.inner-pages .wp-caption img { max-width:100%; display:block;}

 
.inner-pages .decoration { display: block;}


.wpcf7 form .wpcf7-response-output{ text-align: center; color: #fff; font-size: 16px; padding: 10px; }