@font-face {
	font-family: 'montserrat_blackregular';
	src: url('../fonts/montserrat-black-webfont.woff2') format('woff2'),  url('../fonts/montserrat-black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'montserratbold';
	src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),  url('../fonts/montserrat-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'montserrat_extraboldregular';
	src: url('../fonts/montserrat-extrabold-webfont.woff2') format('woff2'),  url('../fonts/montserrat-extrabold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'montserrat_extralightregular';
	src: url('../fonts/montserrat-extralight-webfont.woff2') format('woff2'),  url('../fonts/montserrat-extralight-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'montserrat_lightregular';
	src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),  url('../fonts/montserrat-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'montserrat_mediumregular';
	src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),  url('../fonts/montserrat-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'montserratregular';
	src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),  url('../fonts/montserrat-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'lato_blackregular';
	src: url('../fonts/lato-black-webfont.woff2') format('woff2'),  url('../fonts/lato-black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latobold';
	src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),  url('../fonts/lato-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'lato_hairlineregular';
	src: url('../fonts/lato-hairline-webfont.woff2') format('woff2'),  url('../fonts/lato-hairline-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'lato_lightregular';
	src: url('../fonts/lato-light-webfont.woff2') format('woff2'),  url('../fonts/lato-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latoregular';
	src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),  url('../fonts/lato-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/*************************/

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
body {
	margin: 0;
}
a {
	text-decoration: none;
	outline: none;
	color: #f58020;
}
a:hover {
	color: #333;
	text-decoration: none;
}
.wrapper {
	margin: 0 auto;
	padding: 0 50px;
	max-width: 1200px;/*1200px*/
	clear: both;
}
.banner {
	background: url(../images/Slider_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.header-left {
	float: left;
}
.header-right {
	float: right;
	padding-top: 24px;
}
.header-right a {
	font-size: 20px;
	color: #fff;
	font-family: 'lato';
	font-weight: 400;
	margin-left: 30px;
}
.header-right a img, .header-right a i {
	margin-top: 5px;
}
.call-us {
	float: left;
}
.email-us {
	float: left;
}
.header-right a img, .header-right a i {
	top: 6px;
	position: relative;
	margin-right: 8px;
}
.call-us {
	position: relative;
}
.call-us:before {
	content: "";
	background: #fff;
	height: 34px;
	width: 1px;
	position: absolute;
	right: -15px;
	top: 5px;
}
.constant-left {
	width: 58.33333333%;
	float: left;
	align-items: center;
	padding-top: 100px;
}
.banner-center-box h1 {
	color: #fff;
	font-family: 'latobold';
	font-size: 58px;
	line-height: 60px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
}
.banner-center-box ul{
	padding-left:20px;
}
.banner-center-box ul, .banner-center-box ul li {
	color: #fff;
	font-family: 'lato_lightregular';
	font-size: 18px;
	list-style-type: disc !important; 
}
.banner-center-box p {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-family: 'lato_lightregular';
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
	padding-top: 5px;
	width: 87%;
}
.box-title p {
	width: 100%;
	font-family: 'montserratregular';
	padding-top: 10px;
	position: relative;
}
.box-title p:before {
	content: "";
	width: 46px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.constant-right {
	width: 41.66666667%;
	height: 100%;
	align-items: center;
	float: right;
}
.clearmy {
	clear: both;
	font-size: 0px;
}
.banner-center-box {
	padding: 90px 0;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	perspective: 1000px;
	backface-visibility: hidden;
}
.slide-content p {
	padding-top: 5px;
	width: 80%;
	line-height: 1.9;
	font-size: 16px;
}
.cta-subscribe {
	position: relative;
	top: 50px;
	margin: auto;
	border-radius: 10px;
	box-shadow: 0 0 45px 10px rgba(34,34,34,.08);
}
.box-form {
	background-color: #fff;
}
.cta-subscribe .box-title {
	text-align: center;
	padding: 50px 40px;
	border-radius: 10px 10px 0 0;
	color: #999;
	background: url(../images/box-title_bg.png)no-repeat center top;
	;
	background-color: #fff;
	height: 185px
}
.cta-subscribe .box-content {
	overflow: initial;
	display: block;
	margin-top: 18px;
	padding: 0 30px;
}
.cta-subscribe {
	position: relative;
	top: 50px;
	margin: auto;
	border-radius: 10px;
	background: #fff;
	padding-bottom: 40px;
	box-shadow: 0 0 45px 10px rgba(34,34,34,.08);
}
.text-white h3 {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #fff;
	font-family: 'montserrat_mediumregular';
}
/*************** FORM START HERE **********************/
input[type=text], select, textarea {
	padding: 0 15px;
	width: 95%;
	height: 45px;
	line-height: 40px;
	font-size: 12px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	box-shadow: none;
	color: #222;
	background: #fff;
}
input[type=Send] {
	padding-left: 40px;
	padding-right: 40px;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	height: 60px;
	padding: 0 27px;
	font-size: 24px;
	letter-spacing: 1px;
	position: relative;
	border: none;
	color: #fff;
	width: 100%;
	font-weight: 400;
	text-align: center;
	background-color: #e8a82c;
	border-radius: 5px;
}
label {
	display: block;
	margin-bottom: 6px;
	cursor: pointer;
	text-align: left;
	font-family: montserrat, sans-serif;
	font-size: 15px;
	color: #8e8e8e;
}
.form-group {
	padding-bottom: 18px;
}
/*************** FORM END **********************/


.slider-bootm-text {
	font-size: 32px;
	line-height: 38px;
	color: #16487d;
	position: relative;
	font-family: 'latobold';
	text-align: right;
	position: relative;
	top: 105px;
	right: 15px;
}
input[type="submit"] {
	padding-left: 40px;
	padding-right: 40px;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	height: 60px;
	padding: 0 27px;
	font-size: 24px;
	letter-spacing: 1px;
	position: relative;
	border: none;
	color: #fff;
	width: 100%;
	font-weight: 400;
	text-align: center;
	background: #e8a82c !important;
	border-radius: 5px;
}
.header-right span {
	position: relative;
	top: 6px;
}
.header-right a img {
	top: 1px;
}
.header-left span {
}
.header-left a img {
	top: 1px;
}
input[type="submit"] {
	padding-left: 40px;
	padding-right: 40px;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	height: 60px;
	padding: 0 27px;
	font-size: 24px;
	letter-spacing: 1px;
	position: relative;
	border: none;
	color: #fff;
	width: 100%;
	font-weight: 400;
	text-align: center;
	background: #e8a82c !important;
	border-radius: 5px;
}
input[type="text"], input[type="email"], input[type="number"], select, textarea {
	padding: 0 15px;
	width: 95%;
	height: 45px;
	line-height: 40px;
	font-size: 12px;
	border: 1px solid #e5e5e5;
	border-top-color: rgb(229, 229, 229);
	border-right-color: rgb(229, 229, 229);
	border-bottom-color: rgb(229, 229, 229);
	border-left-color: rgb(229, 229, 229);
	border-radius: 3px;
	box-shadow: none;
	color: #222;
	background: #fff;
}
.header-right span {
	position: relative;
	top: 6px;
}
.header-right a img {
	top: 1px;
}
.header-left span {
}
.header-left a img {
	top: 1px;
}
.slider-bootm-text p {
	line-height: 20px;
}
.footer-social-links {
	text-align: center;
	display: inline;
}
.footer-social-links li {
	display: inline;
	color: #fff;
}
.footersection1 {
	background: #e8a82c;
	padding: 15px 0;
	color: #fff;
	text-align: center;
}
.footersection2 {
	background: #16487d;
	padding: 10px 0;
}
.bottomleft {
	text-align: left;
	color: #fff;
}
.bottomright {
	text-align: right;
	color: #fff;
}
.socialtitle {
	display: inline-block;
	font-size: 18px
}
.footer-social-links li a {
	background: #fff none repeat scroll 0 0;
	border-radius: 30px;
	display: inline-block;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	margin: 0 0 0 5px;
	text-align: center;
	width: 35px;
}
.banner-center-box {
	padding: 90px 0;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	perspective: 1000px;
	backface-visibility: hidden;
}
.right-contentareia {
	padding-top: 90px;
}

@media only screen and (max-width: 767px) {
.banner .wrapper {
	padding: 0;
}
.cta-subscribe .box-content .col-md-12 {
	padding: 0;
}
.banner-center-box h1 {
	font-size: 52px;
}
.slider-bootm-text {
	font-size: 28px;
	line-height: 25px;
	color: #16487d;
	position: relative;
	font-family: 'latobold';
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
}
.header-left {
	float: left;
	width: 100%;
}
.header-logo {
	text-align: center;
}
.email-us {
	width: 100%;
}
.header-right {
	width: 100%;
	text-align: center;
}
.blog-large-area {
	padding: 0;
}
.banner-center-box p {
	width: 100%;
}
.right-contentareia {
	padding: 0;
}
.call-us {
	float: none;
}
.header-right a {
	font-size: 18px;
	margin: 0;
}
.call-us::before {
	content: none;
}
}


.header-ttext p{
	font-size: 42px;
	line-height: 44px;
	color: #fff;
	font-family: 'latobold';
	text-align: center;
}
.feedback-secty{
	padding-top: 0px;
}
.banner-center-box.padding-t0{
	padding-top: 0;
	padding-bottom: 30px;
}
.feedback-forms p{
	    color: #3a3a3a;
	font-size: 14px;
	    width: 100%;
	font-family: 'montserrat_mediumregular';  
	text-align: left;
}
.feedback-forms input[type="text"], .feedback-forms input[type="email"], .feedback-forms select, .feedback-forms textarea{
	width: 100%;
	font-size: 16px;

}
.feedback-forms .wpcf7-form-control-wrap{
	margin-bottom: 5px;
}
.feedback-boxs{
	padding-top: 35px;
}
.box-title.bg-none{
	background: none;
	padding: 0;
    height: auto;
    padding-top: 28px;
}
.box-title.bg-none h3{
	margin: 0px;
	padding: 0px;
	font-size: 30px;
}
.feedbacktemple .box-content{
	margin-top: 0;
}
.cf7mls_next.action-button, .cf7mls_back.action-button, .fieldset-cf7mls .wpcf7-form-control.wpcf7-cf7mls_preview_step{
	margin: 9px 5px;
    padding: 5px 0;
	background-color: #e8a82c;
}
input.wpcf7-form-control.wpcf7-submit.thm-btn{
	height: auto;
	width: auto;
	padding: 8px 9px;
	font-size: 16px;
	    text-transform: none;
	    float: right;
}
.wpcf7-submit.thm-btn:hover{
	color: #fff;
	border-color: #fff;
}
.space-div{
	display: block;
	height: 20px;
}
.cf7mls_back.action-button{
	display: none;
}
.feedback-forms .cf7mls_back.action-button{
	display: inline-block;
	margin: 0;
}
.feedback-forms textarea{
	    min-height: auto !important;
	    line-height: 18px;
	padding: 5px 8px;
	height: auto;

}
.action-button.cf7mls_next{
	float: right;
}
ol.olisted li strong{
	font-family: 'latobold';
	font-size: 16px;
}
ol.olisted li{
   padding-bottom:14px;
	
}
.specialoffer .cta-subscribe .box-title{
	padding: 70px 40px 20px 40px;
}
.specialoffer .banner-center-box:before {
    content: " ";
    background: url(https://www.initor-global.com/wp-content/uploads/2020/07/00123.png);
    width: 250px;
    height: 100px;
    position: absolute;
    top: 31px;
    background-repeat: no-repeat;
    z-index: 999;
}
.specialoffer del{
	font-size: 24px;
}

input[type=radio].spradio, input[type=checkbox].spradio  {
	display: none;
}
label.radio, label.checkbox {
	position: relative;
	display: inline-block;
	margin: 5px 20px 15px 0;
	cursor: pointer;
}
label.radio:before, label.checkbox:before{
	content: "";
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #ccc;
}
label.checkbox:before{ border-radius: 5px}
input[type=radio]:checked + label:before, label.radio:hover:before,
input[type=checkbox]:checked + label:before, label.chekbox:hover:before {
	border: 2px solid #3263cd;
}
input[type=radio]:checked + label:after, input[type=checkbox]:checked + label:after {
    opacity: 1;
}
label.radio:after, label.checkbox:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 5px;
	width: 11px;
    height: 7px;
	border: 3px solid #3263cd;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg);
	opacity: 0;
}
label.radio span {
    margin-left: 30px;
}

.client-review input[type="text"],.client-review input[type="email"], .client-review input[type="number"], .client-review select, .client-review textarea{
	font-size:16px;
	width: 100%;
}
.client-review label.clientreviewLabel{
	    font-weight: normal;
    color: #000;
}
.banner-center-box p.clientWelcometxt{
	    color: #666;
	font-family: 'lato';
	width:100%;
	padding-bottom:12px;
}