@import url('https://fonts.googleapis.com/css?family=Bitter:400,700');
/* basics */
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; outline: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { font-family: sans-serif; line-height: 100%; margin: 0; padding: 0; }
a { color: #000; text-decoration: none; transition: 0.3s; }
a:focus, a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: 700; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ''; content: none; }
small { font-size: 75%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
.err {
	background-color: #FFD7D8 !important;
}
ul, ol { list-style: none; display: block; }
/*ul.list li { display: list-item; list-style: inside; list-style-type: disc; }
ol.list li { display: list-item; list-style: inside; list-style-type: decimal; }*/
dd { margin: 0 0 0 40px; }
img { display: block; border: 0; -ms-interpolation-mode: bicubic; max-width: 100%; }
svg:not(:root) { overflow: hidden; }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
.clr { clear: both; display: block; }
.cf:after, .wrap:after, ul:after, ol:after, .clear { clear: both; content: ''; display: block; width: 100%; }

/*================================================== FORM */
button, input, select, textarea { border-radius: 0px; -webkit-border-radius: 0px; border: 0px; background: none; font-size: 100%; color: #000; display: block; padding: 0 10px;
	text-transform: none; width: 100%; }
select { box-shadow: none; -webkit-appearance:none; -moz-appearance:none; -ms-appearance: none; appearance: none; }
select::-ms-expand { display: none; }
input[type=button], input[type=submit], button { cursor: pointer; -webkit-appearance:none; -moz-appearance:none; -ms-appearance: none; appearance: none; transition: 0.3s; }
textarea { resize: none; padding: 10px; overflow: auto; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: 40px; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
/**/
input[type=checkbox], input[type=radio] { width: auto; display:none; }
/*input[type="radio"] + label span {display:inline-block; width:16px; height:16px; margin-left: 4px; position: relative; top: -1px; background: #fff; border: 1px solid #a0a0a0; vertical-align: middle; border-radius: 50%; -webkit-border-radius: 50%; cursor: pointer; }
input[type="radio"]:checked + label span { background: url(../images/dot.png) no-repeat center center #fff; }*/
/**/
::-webkit-input-placeholder { color: #919294; }
:-moz-placeholder { color: #919294; opacity: 1; }
::-moz-placeholder { color: #919294; opacity: 1; }
:-ms-input-placeholder { color: #919294; }
/**/
/*::-moz-selection { color: #000; background: #fff; }
::selection { color: #000; background: #fff; }*/
/**/
.tbl { border-collapse: collapse; display: table; width: 100%; }
.tblrow { display: table-row; }
.cell { display: table-cell; vertical-align: middle; }
/**/
input.wpcf7-not-valid { border-color: #f00 !important; }
textarea.wpcf7-not-valid { border-color: #f00 !important; }
div.wpcf7 img.ajax-loader { display: none !important; }
div.wpcf7 .ajax-loader { display: none !important; }
div.wpcf7-validation-errors { margin: 10px 0 !important; text-align: center; display: none !important; }
span.wpcf7-not-valid-tip { display: none !important; }
div.wpcf7-response-output { margin: 10px 0 !important; text-align: center; }
div.wpcf7 br { display: none; }
.alignright { float: right; margin-left: 30px; margin-bottom: 20px; }
.alignleft { float: left; margin-right: 30px; margin-bottom: 20px; }
.aligncenter { float: none; margin: 0px auto 10px auto; text-align: center; }

/*================================================== TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 { font-weight: 400; line-height: 100%; }
p { line-height: 125%; margin-bottom: 20px; } 
p:last-child { margin-bottom: 0px; }

/*================================================== SITE CSS */
body { background: #fff; color: #000; font-size: 20px; font-family: 'Bitter', serif; font-weight: 400; }
button, input, select, textarea { font-weight: 400; font-family: 'Bitter', serif; }
.wrapper { max-width: 1360px; width: 100%; margin: 0 auto; position: relative; overflow: hidden; padding-top: 30px; min-height: 100vh; }
.wrap { background: #d9d9d9; width: 100%; max-width: 980px; margin: 0 auto; position: relative; z-index: 1; border-radius: 0 0 20px 0; }

/**/
.logo { padding: 0 50px; }
.formdiv { background: #d9d9d9; display: flex; flex-wrap: wrap; padding: 20px; position: relative; border-radius: 0 0 20px 0; }
.formdiv:before { position: absolute; z-index: -1; background: #909293; width: 50px; height: 50px; bottom: 0; right: 0; content: ''; }
.formdiv form { max-width: 320px; }
.field { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 6px; }
.txtbox { background: #fff; color: #000; font-size: 14px; height: 28px; }
.txtbox.half { width: 49%; }
textarea.txtbox { height: 60px; padding: 5px 10px; }
.button { background: #a3a5a7; display: block; font-size: 22px; color: #fff; height: 28px; text-transform: uppercase; }
.button:hover { background: #9d1f2c; }
input[type="checkbox"] + label span { display: inline-block; width: 10px; height: 10px; vertical-align: middle; margin-right: 5px;
	border: 1px solid #999; color: #000; position: relative; }
input[type="checkbox"]:checked + label span { background: url(../images/tick.png) no-repeat center center;  }
.note { font-size: 11px; color: #888; }

.textdiv { background: #909293; padding: 30px 150px 30px 250px; margin: 0px auto; position: relative; text-align: center; color: #fff;
	border-radius: 0 0 20px 0; }
.textdiv h4 { text-transform: uppercase; line-height: 1.4; margin-bottom: 20px; }
.textdiv p { font-size: 16px; line-height: 1.4; }
.textdiv a { font-size: 22px; text-transform: uppercase; color: #fff; }

.userimg { position: absolute; left: 0px; bottom: -200px; z-index: 1; max-width: 460px; }
.tag { position: absolute; right: 20px; bottom: 25px; }
.tag2 { position: absolute; right: -25px; bottom: 2px; }
.arrowdiv { }
.slidernav span {
	font-size: 18px;
}
.slidernav { display: flex; justify-content: center; align-items: center; height: 50px; }
.owl-prev, .owl-next { width: 25px; height: 32px; margin: 0 10px; cursor: pointer; }
.owl-prev { background: url(../images/arrow-left.png) no-repeat; }
.owl-next { background: url(../images/arrow-right.png) no-repeat; }

/* TAB 2 */
.textdiv2 { background: #7f8283; margin: 0px auto; position: relative; text-align: center; color: #fff;
	border-radius: 0 0 20px 0; }
.textdiv2 h4 { text-transform: uppercase; line-height: 1.4; margin-bottom: 10px; }
.textdiv2 p { font-size: 14px; line-height: 1.4; }
.textdiv2 a { font-size: 22px; text-transform: uppercase; color: #fff; }	
.part1 { background: #8f9294; padding: 30px 150px 30px 250px; border-radius: 0 0 20px 0; }
.part2 { padding: 30px 150px 30px 250px;  }

/* TAB 3 */
.formdiv.dark:before { background: #6c6f70; }
.textdiv3 { background: #7f8283; margin: 0px auto; position: relative; text-align: center; color: #fff;
	border-radius: 0 0 20px 0; }
.textdiv3 h4 { text-transform: uppercase; line-height: 1.4; margin-bottom: 0px; }
.textdiv3 p { font-size: 14px; line-height: 1.4; }
.textdiv3 a { font-size: 22px; text-transform: uppercase; color: #fff; }	
.part3-1 { background: #6c6f70; padding: 20px 150px 20px 250px; border-radius: 0 0 20px 0; }
.part3-2 { padding: 20px 50px 20px 280px; text-align: left; }
.flexbox { display: flex; justify-content: space-around; }
.flexbox ul { width: 45%; color: #000; }
.flexbox ul li { font-size: 14px; margin-bottom: 10px; display: list-item; list-style-type: disc; }
.flexbox ul li p { color: #fff; line-height: 1.1; }



/*================================================== RESPONSIVE */
@media screen and (min-width: 1367px) { 
.wrapper { max-width: 1920px; }
.wrap { max-width: 1400px; }
.formdiv form { max-width: 600px; width: 100%; }
.textdiv h4, .textdiv2 h4, .textdiv3 h4 { font-size: 1.8em; }
.textdiv p, .textdiv2 p, .textdiv3 p, .textdiv3 li { font-size: 1.4em; }
}

@media screen and (max-width: 1100px) { 
.wrapper { padding: 25px; padding-bottom: 40px; }
.userimg { max-width: 200px; bottom: -80px; }
.logo { padding: 0 30px; }
}

@media screen and (max-width: 999px) { 
.wrapper { padding-bottom: 180px; }
.logo { padding: 0 0 20px 0; }
.textdiv { padding: 20px 50px; }
.textdiv br { display: none; }
/**/
.part1 { padding: 30px 20px; }
.part2 { padding: 30px 20px; }
/**/
.part3-1 { padding: 30px 20px; }
.part3-2 { padding: 30px 20px; }
}

@media screen and (max-width: 600px) { 
#wrapper { padding-bottom: 260px; }
form { margin: 0px auto; }
.textdiv { padding: 20px; }
.textdiv h4 { font-size: 16px; }
.textdiv p { font-size: 16px; }
.tag { position: static; margin: 0px auto; }
.flexbox { display: block; }
.flexbox ul { width: 100%; padding-left: 17px; }
}