@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/



body{
	font-family: 'Open Sans';
	background-color: #fff;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.pad-left {
	padding-left:0;
}

.pad-right {
	padding-right:0;
}

.pad-top {
	padding-top:0;
}

.pad-bottom {
	padding-bottom:0;
}

.padding {
	padding:0;
}
.centered{
	float: none;
	margin: 0 auto;
}
/*==================================================================*/
/*========== Bootstrap Class Overwrite Start ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Bootstrap Class Overwrite Class End ==========*/
/*==================================================================*/
.blue{
	color: #068EAD
}


/*==================================================================*/
/*========== Section 1 Start  ==========*/
/*==================================================================*/
.section-1{
	background: url(../images/3333.html) no-repeat;
	background-size: cover;
	padding: 30px 0 0;
}
.s-left{
	float: left;
}
.s1-right{
	float: left;
	margin: 70px 0 0 20px;
}
.s1-right h2{
	font-size: 25px;
	line-height: 25px;
	margin: 0 0 15px;
	font-weight: 400;
	color: #fff;
	font-family: 'Open Sans';
}
.s1-right h3{
	font-size: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	color: #068EAD;
	font-weight: 700;
	font-family: 'Open Sans';
}


.section-list{
	text-align: center;
	margin: 30px 0 0;
}
.section-list ul{
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style-type: none;
}
.section-list ul li{
	margin: 15px 0;
	padding: 0 0 0 15px;
	display: block;
	list-style-type: none;
	position: relative;
	color: #fff;
	font-weight: 400;
	text-align: left;
	font-size: 18px;
	line-height: 25px;
}
.section-list ul li:before{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: #fdf222;
	left: 0;
	top: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.s1-button{
	text-align: center;
	margin: 15px 0 0;
}
.s1-button .btn-default{
	background: #1098b7;
	font-size: 23px;
	line-height: 23px;
	color: #2f2c2c;
	padding: 23px;
	border: none;
	border-radius: 0;
	font-weight: 700;
}
.s1-button .btn-default:hover{
	background: #2f2c2c;
	color: #068ead;
}
.prsl{
	margin: 50px 0 0;
}
.point{
	width: 44%;
	float: left;
	border: none;
	box-shadow: none;
	border-radius: 0;
	background: #068ead;
	color: #fff;
	font-weight: 400;
	text-align: center;
	padding: 25px 0;
	font-size: 25px;
	line-height: 25px;
	position: relative;
}
.point:before{
	position: absolute;
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #068ead;
	right: -15px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}
.description{
	float: left;
	width: 56%;
	border: none;
	box-shadow: none;
	border-radius: 0;
	background: #2f2c2c;
	color: #fff;
	text-align: center;
	padding: 25px 0;
	font-size: 25px;
	line-height: 25px;
}
.description h4{
	margin: 0 0 5px;
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
}








/*==================================================================*/
/*========== Section 1 End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Section  Start ==========*/
/*==================================================================*/
.section-2{
	background: #6e6d6d;
}
.section-2 .point{
	height: 95px;
}
.section-2 .description{
	height: 95px;
}
.section-3{
	padding: 25px 0;
}
.s3-img{
	text-align: center;
}
.s3-img img{
	display: inline-block;
}
.s3-desc{
	text-align: center;
}
.s3-desc h6{
	margin: 0 0 15px;
	color: #2f2c2c;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
}
.s3-desc p{
	margin: 0;
	color: #2f2c2c;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
}
.section-4{
	background: #282828;
	padding: 30px 0;
}
.s-desc p{
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	margin: 0 0 15px;
}
.s4-btn{
	text-align: center;
	margin: 0 0 -65px;
}
.s4-btn .btn-default{
	background: linear-gradient(to bottom, #068EAD 0%, #3BC3E2 100%);
	-webkit-background: linear-gradient(to bottom, #068EAD 0%, #3BC3E2 100%);
	-moz-background: linear-gradient(to bottom, #068EAD 0%, #3BC3E2 100%);
	-ms-background: linear-gradient(to bottom, #068EAD 0%, #3BC3E2 100%);
	-o-background: linear-gradient(to bottom, #068EAD 0%, #3BC3E2 100%);
	color: #fff;
	border: none;
	border-radius: 0;
	padding: 23px;
	font-size: 23px;
	line-height: 23px;
	font-weight: 700;
}
.s4-btn .btn-default:hover{
	background: linear-gradient(to bottom, #d41311 0%, #d41311 100%);
	-webkit-background: linear-gradient(to bottom, #d41311 0%, #d41311 100%);
	-moz-background: linear-gradient(to bottom, #d41311 0%, #d41311 100%);
	-ms-background: linear-gradient(to bottom, #d41311 0%, #d41311 100%);
	-o-background: linear-gradient(to bottom, #d41311 0%, #d41311 100%);
}
.section-5{
	text-align: center;
	padding: 60px 0 35px;
}
.s-title h5{
	font-size: 23px;
	line-height: 23px;
	margin: 0 0 20px;
	font-weight: 700;
	color: #282828;
}
.s5-desc p{
	font-size: 23px;
	line-height: 28px;
	color: #000;
}
.section-6{
	background: #000 url(../images/s6bg.html) no-repeat;
	background-size: cover;
	padding: 30px 0;
}
.s6-title{
	text-align: center;
}
.s6-title h3{
	margin: 0;
	padding: 0;
	font-size: 23px;
	line-height: 23px;
	font-weight: 700;
}
.s6-desc{
	margin: 30px 0 0;
	text-align: center;
}
.list-desc img{
	display: inline-block;
}
.list-desc{
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	text-align: center;
}
.section-7{
	padding: 20px 0 35px;
}
.s7-img{
	text-align: center;
	margin: 0 0 25px;
}
.s7-img img{
	display: inline-block;
}
.s7-top{
	text-align: center;
}
.s7-top p{
	font-size: 23px;
	line-height: 30px;
	color: #313131;
	margin: 0;
	font-weight: 700;
}
.s7-top h2{
	margin: 0;
	color: #068EAD;
	font-size: 35px;
	line-height: 35px;
	font-weight: 700;
}
.section-8{
	text-align: center;
	background: #282828;
	padding: 30px 0;
}
.section-8 .s-desc p{
	font-size: 25px;
	line-height: 25px;
	margin: 0 0 10px;
}
.section-8 .s-desc h4{
	font-size: 25px;
	line-height: 25px;
	margin: 0 0 20px;
	color: #068EAD;
	font-weight: 700;
}
.section-9{
	padding: 60px 0 35px;
	background: #c6c5c5;
}
.s9-title h3{
	margin: 0 0 25px;
	font-weight: 700;
	color: #000;
	text-align: center;
	font-size: 23px;
	line-height: 23px;
}
.s9-list {
	text-align: center;
}
.s9-list ul{
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.s9-list ul li{
	text-align: left;
	margin: 15px 0;
	padding: 0 0 0 30px;
	font-size: 18px;
	line-height: 18px;
	position: relative;
}
.s9-list ul li:before{
	position: absolute;
	content: "";
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #fdf32d;
	left: 0;
}
.section-10{
	background: #fff url(../images/s9i1.html) no-repeat;
	background-position: center top;
	padding: 30px 0;
}
.s10-title{
	text-align: center;
}
.s10-title h4{
	margin: 0;
	color: #313131;
	font-size: 31px;
	line-height: 31px;
	font-weight: 700;
}
.s10-desc{
	text-align: center;
	margin: 50px 0 0;
}
.s10-block{
	text-align: left;
	display:block;
	padding: 0 0 25px 50px;
	position: relative;
	width: 320px;
	margin: 0 auto;
}
.block-title h5{
	font-size: 23px;
	line-height: 23px;
	margin: 0 0 20px;
	font-weight: 700;
}
.block-desc p{
	font-size: 18px;
	line-height: 25px;
	margin: 0;
}
.block-number{
	position: absolute;
	left: 0;
	top: 0;
	width: 35px;
	height: 35px;
	background: #068ead;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.block-number span{
	position: absolute;
	color: #fff;
	font-size: 23px;
	line-height: 23px;
	font-weight: 400;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.section-11{
	background: url(../images/s10bg.html) no-repeat;
	background-size: cover;
	padding: 30px 0;
}
.s11-title{
	text-align: center;
	margin: 0 0 25px;
}
.s11-title h4{
	color: #fff;
	font-size: 35px;
	line-height: 35px;
	margin: 0;
	font-weight: 700;
}
.section-11 .item{
	text-align: center;
}
.item-img{
	width: 190px;
	height: 190px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: inline-block;
}
.item-desc{
	padding: 0 40px;
}
.item-desc p{
	color: #fff;
}
.section-12{
	padding: 30px 0;
}
.pro-img{
	float: left;
}
.pro-desc{
	float: left;
	margin: 70px 0 0 20px;
}
.pro-desc p{
	margin: 0 0 15px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
}
.pro-desc h3{
	margin: 0 0 25px;
	font-size: 35px;
	line-height: 35px;
	font-weight: 700;
}
.pro-desc h4{
	color: #090df7;
	margin:0 0 10px;
	font-size: 23px;
	line-height: 23px;
	font-weight: 700;
}
.pro-desc h5{
	color: #f62f2f;
	font-size: 23px;
	line-height: 23px;
	font-weight: 700;
}
.form-section{
	margin: 30px 0 0;
}
.form-section .form-control{
	width: 100%;
	border: 2px solid #000;
	padding: 10px;
	font-size: 16px;
	line-height: 16px;
	border-radius: 0;
	color: #000;
	font-weight: 700;
}
.form-section textarea{
	width: 100%;
	border: 2px solid #000;
	padding: 10px;
	font-size: 16px;
	line-height: 16px;
	border-radius: 0;
	color: #000;
	font-weight: 700;
}
.f-btn{
	text-align: center;
}
.form-section .btn-default{
	padding: 15px 60px;
	border: 2px solid #000;
	color: #494545;
	background: #f0f0f0;
	border-radius: 0;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #000;
}
.f-note{
	margin: 30px 0 0;
	text-align: center;
}
.f-note p{
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin: 0 0 15px;
}
.green{
	color: #008000;
}
.red{
	color: #ff0000;
}
.owl-nav{
	display: block !important;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	width: 100%;
}
.owl-prev{
	position: absolute;
	color: #fff;
	left: 0;
	right: auto;
}
.owl-next{
	position: absolute;
	color: #fff;
	right: 0;
	left: auto;
}






/*==================================================================*/
/*========== Section  End ==========*/
/*==================================================================*/







/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/
img{border-style:none;}
a{text-decoration:none; color:#a82720;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% Georgia, "Times New Roman", Times, serif;
	vertical-align:middle;
	color:#000;
	outline:none;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
q{quotes:none;}
q:before{content:''}
q:after{content:''}
#wrapper{
	width:100%;
	overflow:hidden;
	padding:50px 0;
}
fieldset img{
	display: inline-block !important;
}
.thanks-pg .container{
	width:440px;
	margin: 0 auto;
	display: block;
	position: relative;
}

.thanks-pg .order-block{
	width: 440px;
	border: 4px dashed #FCCA49;
	border-radius: 30px;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	overflow: hidden;
	color: #d5e5eb;

}
.thanks-pg .order-block:after{
	display:block;
	clear:both;
	content:'';
}
.thanks-pg .decoration{
	background:url(../img/order-page-decoration.html) no-repeat;
	width:24px;
	height:32px;
	position:absolute;
	left:-23px;
	top:336px;
}
.thanks-pg .order-block .text-holder{
	padding: 20px;
}
.thanks-pg .order-block h2{
	font-size: 35px;
	line-height: 35px;
	margin:0 0 59px;
	color:#0d9b4d;
}
.thanks-pg .order-block h2 span{
	display:block;
	font-size:45px;
	line-height:45px;
	color:#fcca49;
	margin:0 0 -2px;
}
.thanks-pg .order-block p{margin:0 0 18px;}
.thanks-pg .order-block .text-box{
	bottom: 20px;
	font-size: 20px;
	line-height: 30px;
	color: #1f242a;
	left: 3px;
	width: 100%;
	box-sizing: border-box;
	background: #FCCA49;
	padding: 20px;
}
.thanks-pg .order-block .text-box h2{
	font-size:35px;
	line-height:40px;
	color:#1f242a;
	margin:0 0 32px;
}
.thanks-pg .order-block .text-box h2 span{
	font-size:45px;
	line-height:45px;
	color:#ae1d1d;
	display:block;
	margin:-6px 0 0;
}
.thanks-pg .order-form{
	overflow:hidden;
}
.thanks-pg .order-form .text{
	background:url(../img/bg-order-page-text.html) no-repeat;
	width:253px;
	height:42px;
	float:left;
}
.thanks-pg .order-block .text-box p{
	margin:0 0 18px;
}
.thanks-pg .order-form .text input{
	background:none;
	border:none;
	width:227px;
	height:40px;
	float:left;
	font-size:16px;
	line-height:40px;
	color:#726033;
	padding:10px 13px 12px;
}
.thanks-pg .btn-save{
	border:none;
	background:url(../img/order-page-btn-save.html) no-repeat;
	width:129px;
	height:40px;
	float:right;
	font: 20px/40px "Roboto Condensed", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
	float:right;
	padding:0 0 2px;
	margin:0;
	cursor:pointer;
}
.page-template-tpl_thanks{
	height: 100%;
	background: #1f242a;
}
html{
	height: 100%;
}