@charset "utf-8";
/* CSS Document */
/**{ padding:0; margin:0;}
.clearfix{ clear:both; height:auto;}
body{font-family: 'Lato', sans-serif; background:#f4f2ee;}
img{ max-width:100%; height:auto; border:none;}*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.clearfix {
	clear: both;
	height: auto;
}
body {
	font-family: 'Lato', sans-serif;
	background: #f4f2ee;
}
a {
	color: #000;
	text-decoration: none;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
a:active, a:hover {
	color: #0295f4;
}
p {
	margin: 0 0 24px;
	font-size: 18px;
	line-height: 26px;
	color: #292627;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0 none;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear:after {
	clear: both;
}
.clear:before, .clear:after {
	content: "";
	display: table;
}
/*---- global css end ----*/



.main-part {
	width: 1170px;
	margin: 0 auto;
}
.banner-area img {
	height: 500px;
	width: 100%;
}
.top-part {
	background: #fefefe;
}
.contain-part h1 {
	font-size: 36px;
	font-weight: 700;
	color: #333333;
	text-align: center;
	margin: 50px 0;
	padding-bottom: 15px;
	position: relative;
}
.contain-part h1 span {
	color: #0295f4;
}
.contain-part h1:after {
	width: 150px;
	height: 1px;
	background: #000;
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.con-txt {
	width: auto;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #dddddd;
	font-size: 16px;
	color: #676767;
	margin-left: 110px;
}
.con-txt p {
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	color: #676767;
	word-break: keep-all;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}
.top-txt {
	background: #0295f4;
	width: 400px;
	height: 100px;
	padding: 0 15px;
	border-radius: 10px;
}
.first-div {
	float: left;
	width: 49%;
	margin-top: 60px;
}
.top-txt {
	display: table;
	color: #fff;
	position: relative;
}
.con-txt1 {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding-right: 25px;
}
.con-txt1 img {
	border-radius: 100%;
	position: absolute;
	right: -130px;
	top: -70px;
	width: 140px;
	height: 140px;
	border: 2px solid #CCC
}
.arrow1 {
	background: url(../images/arrow1.png) 0 0 no-repeat;
	width: 28px;
	height: 55px;
	position: absolute;
	bottom: -55px;
	left: 60px;
}
.con-txt {
	padding: 20px;
	padding-top: 68px;
	margin-top: -55px;
}
.first-div span {
	display: inline-block;
	vertical-align: top;
}
.top-txt span:nth-child(2), .con-txt span:nth-child(1) {
	width: 8%;
}
.top-txt span:nth-child(3), .con-txt span:nth-child(2) {
	width: 90%;
}
.second-div .top-txt, .second-div .con-txt, .second-div {
	float: right;
}
.second-div .con-txt {
	margin-left: 0;
	margin-right: 110px;
}
.second-div .con-txt1 img {
	left: -130px;
	right: auto;
}
.second-div .arrow1 {
	right: 60px;
	left: auto;
	background: url(../images/arrow2.png) 0 0 no-repeat;
}
.second-div .con-txt1 {
	padding-left: 26px;
}
.second-div .top-txt {
	margin-top: 140px;
}
.first-div.forth-div {
	margin-top: 0;
}
.third-div {
	margin-top: 110px;
}
.form-area {
	background: url(../images/form-back.jpg) 0 0 repeat;
	overflow: hidden;
	position: relative;
	margin-top: 50px;
}
.form-area:before {
	background: #0295f4;
	position: absolute;
	content: '';
	height: 100%;
	width: 35%;
}
.form-area h2 {
	font-size: 66px;
	color: #fff;
	line-height: 55px;
	height: 100%;
	background: #0295f4;
	width: 35%;
	text-align: center;
	padding: 13% 0;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.form-area h2 span {
	font-size: 78px;
}
/*.form-area form {
	width: 60%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 40px;
}*/
.form-area .main-part {
	position: relative;
	z-index: 999;
}
.form-area form input[type="email"], .form-area form textarea {
	width: 100%;
	border: 1px solid #fff;
	height: 44px;
	background: none;
	border-radius: 5px;
	line-height: 44px;
	padding: 0 20px;
	margin-bottom: 20px;
	font-family: 'Lato', sans-serif;
}
.form-area form textarea {
	height: 140px;
	resize: none;
}
.arrow3 {
	background: url(../images/arrow3.png) 0 0 no-repeat;
	width: 23px;
	height: 49px;
	position: absolute;
	right: -23px;
	top: 45%;
}
.form-area form input[type="submit"] {
	width: 304px;
	height: 46px;
	background: #fff;
	text-align: center;
	line-height: 46px;
	text-transform: uppercase;
	font-size: 15px;
	color: #000;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: white;
}
::-moz-placeholder { /* Firefox 19+ */
 color: white;
}
:-ms-input-placeholder { /* IE 10+ */
 color: white;
}
:-moz-placeholder { /* Firefox 18- */
 color: white;
}
.header {
	padding: 10px 0;
	position: relative;
	background: #fff;
}
.header:after {
	background: url(../img/pattern1.png) repeat-x 0 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 7px;
	content: "";
	position: absolute;
	bottom: -7px;
}
.logo, .contactMenu {
	width: auto;
}
.logo {
	padding-left: 15px;
	padding-right: 50px;
}
.contactMenu {
	color: #333333;
	font-size: 16px;
	line-height: 16px;
	text-transform: capitalize;
	border-bottom: 2px solid #989898;
	padding: 28px 0 0;
}
.contactMenu:hover {
	border-bottom: 2px solid #0295f4;
	color: #0295f4;
}
.hdrSlider {
	width: 64%;
	padding-top: 15px;
}
.banner {
	position: relative;
}
.banner img {
	width: 100%;
}
.Caption {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
}
.Caption h3 {
	font-family: 'Dosis', sans-serif;
	color: #fefefe;
	font-size: 72px;
	line-height: 74px;
	margin: 0;
	font-weight: 700;
}
.Caption h3 span {
	font-size: 84px;
	line-height: 84px;
	font-weight: 300;
	display: block;
}
.captionTxt {
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15%;
}
.frequntlyPan {
	background: #f4f2ee;
	padding: 60px 0;
	text-align: center;
}
.owl-carousel .owl-nav .owl-prev {
	left: -15px!important;
}
.owl-carousel .owl-nav .owl-next {
	right: -15px!important;
}
/*---- footer start ----*/

.footer a:hover {
	color: #fff;
}
.footTp {
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	line-height: 32px;
	font-weight: 300;
	padding: 34px 0;
	background: url(../images/pattern3.jpg) repeat-x 0 0;
}
.footTp a {
	color: #0295f4;
	font-size: 30px;
	line-height: 28px;
	font-weight: 300;
	padding-left: 37px;
	background: url(../images/icon1.png) no-repeat 0 90%;
	margin-left: 18px;
	display: inline-block;
	vertical-align: top;
}
.footBtm {
	background: #191919;
	color: #ccc;
	padding: 30px 0;
}
.footLt {
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
}
.footRt {
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
}
.footRt a {
	color: #0295f4;
}
/*---- footer end ----*/


/*---- 12.07.17 ----*/

.footTp p {
	color: #ffffff;
	font-size: 22px;
	line-height: 32px;
	font-weight: 300;
	margin: 0;
}
.footLt p, .footRt p {
	margin: 0;
	color: #ffffff;
}
.footLt p {
	font-size: 14px;
	line-height: 18px;
}
.footRt p {
	font-size: 18px;
	line-height: 20px;
}
.form-area .wpcf7 {
	width: 60%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 40px;
}
.form-area .wpcf7 form p {
	margin: 0;
}
.form-area div.wpcf7-validation-errors {
	border: 2px solid #ff0000;
	color: #fff;
}
.form-area span.wpcf7-not-valid-tip {
	font-size: 13px;
	line-height: 13px;
	position: relative;
	top: -10px;
}

@media (min-width: 320px) {
.main-part {
	width: 95%;
}
}

@media (min-width: 768px) {
.main-part {
	width: 750px;
}
}

@media (min-width: 992px) {
.main-part {
	width: 970px;
}
}

@media (min-width: 1200px) {
.main-part {
	width: 1170px;
}
}

@media (max-width: 1199px) {
.first-div, .first-div.forth-div {
	width: 100%;
	margin: 100px 0 0 0;
}
.second-div .top-txt {
	margin-top: 0;
}
.form-area h2 {
	font-size: 38px;
}
.form-area h2 span {
	font-size: 48px;
}
.form-area form textarea {
	height: 73px;
}
.contain-part h1 {
	margin-bottom: 0;
}
.logo {
	padding: 10px 35px 0 0;
}
.logo img {
	height: 60px;
}
.footTp {
	padding: 18px 0;
}
.hdrSlider {
	padding: 15px 0 0;
}
.owl-carousel .owl-nav .owl-next {
	right: -21px !important;
}
.owl-carousel .owl-stage-outer {
	margin-left: 7px !important;
}
.owl-carousel .owl-nav .owl-prev {
	left: -10px !important;
}
}

@media (max-width: 1023px) {
.logo img {
	height: 35px;
}
.logo {
	padding: 27px 20px 0 0;
}
.hdrSlider {
	width: 72%;
}
.Caption h3 {
	font-size: 36px;
	line-height: 38px;
}
.Caption h3 span {
	font-size: 42px;
	line-height: 42px;
}
.owl-carousel .owl-stage-outer {
	margin-left: 8px !important;
}
.owl-carousel .owl-nav .owl-prev {
	left: -15px!important;
}
.owl-carousel .owl-nav .owl-next {
	right: -15px!important;
}
.form-area .wpcf7 {
	width: 56%;
}
}

@media (max-width: 767px) {
.top-txt {
	width: 95%;
	height: auto;
	padding: 15px;
}
.con-txt {
	margin-left: 32px;
}
.second-div .con-txt {
	margin-left: 0;
	margin-right: 32px;
}
.con-txt1 img, .second-div .con-txt1 img {
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 95px;
	height: 95px;
	top: -100px;
}
.con-txt {
	word-break: break-all;
}
.arrow1 {
	left: -14px;
	right: auto;
}
.second-div .arrow1 {
	right: -14px;
	left: auto;
}
.contain-part h1 {
	font-size: 22px;
	margin: 15px 0 0 0;
}
.top-txt span:nth-child(3), .con-txt span:nth-child(2) {
	width: 87%;
}
.top-txt span:nth-child(2), .con-txt span:nth-child(1) {
	width: 11%;
}
.form-area:before {
	background: none;
}
.form-area h2 {
	width: auto;
}
.form-area h2 {
	padding: 3% 0;
	font-size: 22px;
	width: 100%;
	line-height: 33px;
	margin-bottom: 20px;
}
.form-area h2 span {
	font-size: 30px;
	display: block;
}
.arrow3 {
	display: none;
}
.con-txt {
	margin-top: -35px;
}
.form-area form input[type="submit"] {
	width: 100%;
}
.form-area form {
	box-sizing: border-box;
}
.form-area form input[type="submit"] {
	margin-bottom: 15px;
}
.con-txt1, .second-div .con-txt1 {
	padding: 0;
}
.logo {
	width: 100%;
	float: none;
	display: block;
	text-align: center;
	padding: 15px 0 0;
}
.logo img {
	height: 60px;
}
.hdrSlider {
	width: 100%;
	float: none;
	display: block;
	text-align: center;
}
.Caption h3 {
	font-size: 18px;
	line-height: 20px;
}
.Caption h3 span {
	font-size: 21px;
	line-height: 23px;
}
.footTp {
	font-size: 16px;
	line-height: 20px;
}
.footTp a {
	font-size: 18px;
	line-height: 20px;
	padding-top: 5px;
	margin-left: 0;
}
.footBtm {
	text-align: center;
}
.footLt, .footRt {
	float: none;
	width: 100% !important;
	display: block;
}
.contactMenu {
	float: none;
	width: auto;
	display: table;
	vertical-align: top;
	margin: 0 auto;
	padding: 15px 0 0
}
.owl-carousel .owl-stage-outer {
	margin-left: 0!important;
}
.owl-carousel .owl-item img {
	display: inline-block!important;
}
.form-area .wpcf7 {
	margin: 0 auto;
	display: block;
}
.footTp p {
	font-size: 16px;
	line-height: 20px;
	width: 80%;
	margin: 0 auto;
}
}

@media (max-width: 479px) {
.top-txt {
	width: auto;
}
.hdrSlider {
	width: 53%;
	margin: 0 auto;
}
.owl-carousel .owl-nav .owl-prev {
	left: -15px!important;
}
.owl-carousel .owl-nav .owl-next {
	right: -15px!important;
}
.owl-carousel .owl-stage-outer {
	margin-left: -2px !important;
}
.form-area .wpcf7 {
	width: 100%;
}
}
