@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------------------------------

Prototype Version:  2.4

*/

/* Table of Contents
-----------------------------------------------------------------------------

1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework

*/

/* 1. Create a Clean Base
------------------------------------------------------------------------------*/

html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,input, textarea, option, .nobox {background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline; font-family: 'Varela Round', sans-serif;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display: block;}

blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl, li {margin:0; padding:0;  color: #555555; font-size: 14px; line-height: 24px;}
html, body{height: 100%; -webkit-appearance:none; border:none; -webkit-text-size-adjust:none;}
body{position:relative;}
body *{direction: rtl}

/* Class for clearing floats */
.clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
.cf:after,.cf:before{display: table;content: ''}
.cf:after{clear: both;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

/* 2. Define Base Typography
------------------------------------------------------------------------------*/

/* Create the Default Headers  */
h1, h2, h3, h4, h5, h6 {}

/* Specific Header Settings */
h1 { font-size:36px; color:#fff; font-weight: 400;}
h2 { font-size:24px; color:#555; font-weight: 400;}
h3 {font-size:18px; }
h4 {font-size:16px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

/* Create the Default Paragraphs */
p { color: #9f9f9f; font-size: 15px; line-height: 24px;}

/* Other Typo */
strong {font-weight: bold;}
hr {border:0 #000 solid; border-top-width: 1px; clear: both; height: 0;}
ol {list-style: decimal;}
ul {list-style: disc;}

/* 3. Images
------------------------------------------------------------------------------*/

/* Remove border around linked images */
img {border: 0; border-style: none;}

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a {color: #000000; font-size: 16px; text-decoration:none;}
a:hover {}
a:active {color: #e8941a;}
a:focus {outline: none;}
a.current{color: #e8941a;}


/* 5. Forms
------------------------------------------------------------------------------*/

input[type='submit']{ -webkit-appearance:none; border:none; -webkit-text-size-adjust:none; }
select{-webkit-appearance:none; -moz-appearance:none; -o-appearance:none; appearance:none;}
input[type='text'],input[type='tel'],input[type='email'],input[type='password']{}
::-webkit-input-placeholder,/* Safari, Chrome and Opera */
:-moz-placeholder,/* Firefox 18- */
::-moz-placeholder, /* Firefox 19+ */
:-ms-input-placeholder,/* IE 10+ */
::-ms-input-placeholder,/* Edge */
:placeholder-shown/* Standard one last! */ { color: #000;}

/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 1px solid transparent;}

/* 6. Tables
------------------------------------------------------------------------------*/

/* Table Fixes */
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: left; font-weight: normal;}


/* 7. Framework
------------------------------------------------------------------------------*/

/* Common CSS */
/*common margin style*/
.m0{margin:0 !important;}
.mr20{margin-right:20px;}
.mt20{margin-top:20px !important;}
.mb80{margin-bottom:80px !important;}
.mt25{ margin-top:25px !important;}
.mt50{ margin-top:50px !important;}

/*all padding zero*/
.p0{padding:0 !important;}
.pt20{padding-top:20px;}

/*common display style*/
.dis-b{display:block}
.pos_rel{ position:relative;}
.hidden{ display:none !important;}

/*border*/
.no_bdr{border:none !important;}

/*common fonts style*/
.f16{ font-size:16px !important;}
.f18{ font-size:18px !important;}
.fbold{font-weight:bold;}

/*transition effect*/
.tra{-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}

/* Page Layout */
body{font-family: 'Varela Round', sans-serif;}
#full_wrapper{ height: auto !important;margin: 0 auto; /* the bottom margin is the negative value of the footer's height */}
.wrapper{ max-width:1170px; margin:0 auto;width: 100%}
.content{ margin:0 auto; padding:0; width:100%;}
.btn{padding:  20px 15px}
/* Header*/
.header{background-image: url(../img/site/header_bg.jpg);background-size: cover;width: 100%;height: auto;position: relative;padding-top: 15px;padding-bottom: 174px;position: relative; overflow: hidden;}
.header:after{content: '';width: 100%;height: 152px;position: absolute;bottom: 0;left: 0;background-image: url(../img/site/before.png);background-repeat: no-repeat;background-size:100% 100%;background-position: center}
.header .had{position: relative}
.header nav{}
.header nav ul{}
.header nav ul li{}
.header .brand {display: inline-block;vertical-align: top;float: left}
.header .rigth{float: right; text-align: right;width: 60%;padding-top: 44px}
.header .rigth h2{font-size: 78px;line-height: 65px;color: #fff;font-weight: 400;margin-bottom: 35px;text-shadow: -3px 3px rgba(107, 111, 113, 0.18);}
.header .rigth p{font-size: 22px;line-height: 25px;color: #002858;font-weight: 400;max-width: 500px;}
.header .rigth span{color: #002858;text-shadow: -2px 2px rgba(0, 0, 0, 0.18);}
.header .rigth a{color: #fff;font-size: 20px;display: inline-block;background-color: #002858;margin-top: 46px; box-shadow:0 5px 0px #41bcea;transition: 0.3s ease all;-webkit-transition: 0.3s ease all;-o-transition: 0.3s ease all;-moz-transition: 0.3s ease all;}
.header .rigth a:hover{background-color: #fff;color: #002858}
.header .lady_img{position: absolute;height: 665px;width: 670px; left: 96px;bottom: -33%;}
.header .star{height: 130px;width: 133px;background-image: url(../img/site/star.png);background-repeat: no-repeat;background-size: cover;position: absolute; left: 0;top: 35%;padding: 33px 0;text-align: center; -o-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all; transition: 0.4s ease all;}
.header .star h2{font-size: 30px;color: #002858;line-height: 26px;display: inline-block}
.push{}
.banner {text-align: center;margin-bottom: 20px;}
.banner h2{color: #002858;font-size: 42px;line-height: 45px;margin-bottom: 40px}
.banner .col{width:16%;display: inline-block;vertical-align: top;padding: 22px;padding-top: 0px;padding-bottom: 0px}
.banner .col h3{color: #14aad6;font-size: 18px;line-height: 20px;margin-top: 15px}
/*slider*/
.slider{position: relative;width: 100%;background-image: url(../img/site/slider_bg.jpg);background-repeat: no-repeat;background-size: cover;min-height: 600px; padding-top: 130px;text-align: center;background-attachment: fixed;}
.slider:after{content: '';width: 100%;height: 152px;position: absolute;bottom: 0;left: 0;background-image: url(../img/site/new_before.png);background-repeat: no-repeat;background-size:100% 100%;background-position: center}
.slider:before{content: '';width: 100%;height: 152px;position: absolute;top: -3px;left: 0;background-image: url(../img/site/before_top.png)    ;background-repeat: no-repeat;background-size:100% 100%;background-position: center}
.slider h2{font-size: 42px;color: #fff;line-height: 45px;padding-bottom: 68px;}
.slider .right{height:183px;width: 149px;display:inline-block;vertical-align: top;margin-left: 100px; background-image: url(../img/site/slide_bg.png); background-repeat: no-repeat; background-position:top center; background-size: 100%;}
.slider .left{min-height:172px;width: 701px;display:inline-block;vertical-align: top;background-color: #fff;    border-radius: 10px; position: relative}
.slider .left:after{content: '';position: absolute;right: -62px;top: 60px;background-image: url(../img/site/after.png);height:32px ;width:66px ;background-repeat: no-repeat;background-size: cover;background-position: center;}
.slider .left p{color: #002858;font-size: 24px;line-height: 30px;max-width: 460px;margin: 0 auto; padding-top: 30px;padding-bottom: 10px;}
.slider .left h4{color: #14aad6;font-size: 18px;line-height: 20px;font-weight:300}
.slider .right img{display: block; border-radius: 50%;width: 149px;border: 5px solid #f7f7f7;}
.owl-controls {display: block;width: 100%;position: absolute;top: calc(100% - 140px);left: 0}
.owl-prev {position: absolute;background-image: url(../img/site/right.png);height:79px ;width:34px ;background-repeat: no-repeat;background-size: cover;background-position: center;font-size: 0}
.owl-next {position: absolute;left: 0;background-image: url(../img/site/left.png);height:79px ;width:34px ;background-repeat: no-repeat;background-size: cover;background-position: center;font-size: 0}

/*contact*/
.contact{text-align: center;padding-bottom: 120px; background: #f7f7f7;}
.contact h2{color:#002858;font-size:42px;line-height: 45px; margin-bottom: 8px;}

.contact p{color:#002858;font-size:20px;line-height: 22px; max-width: 606px;margin: 0 auto;padding-top: 12px;margin-bottom: 51px}
.contact form{text-align: right;}
form input{height: 282px;height: 50px;border:2px solid #41b2ea;padding-right: 10px;margin-left: 18px;color: #002858;font-size: 18px;line-height: 20px; width: 270px;}
form input:focus{border-color:#002858}
input.submit {height: 50px;width: 282px;background-color: #002858;color: #41b2ea;padding-right: 0px;cursor: pointer;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease; margin-left: 0;}
input.submit:hover {color: #fff;background-color: #41c7ea}

/*last_banner*/
.last_banner{width: 100%;background-image: url(../img/site/last_banner.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;padding-top: 65px;height: auto;padding-bottom: 70px; background-attachment: fixed;}
.last_banner h2{color: #41b2ea;font-size: 56px;line-height: 60px;font-weight: 400; }
.last_banner p{margin-top: 30px;color: #f7f7f7;font-size: 17px;line-height: 26px;font-weight: normal;padding-bottom: 45px; font-weight: 400;}
.last_banner a{ display: inline-block;background-color: #41b2ea;color: #fff;font-size: 20px;line-height: 22px;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.last_banner a:hover{background-color: #fff;color: #41b2ea;}
/* Footer */
footer{padding-bottom: 20px;padding-top: 20px}
footer .logo{float: left;display: inline-block}
footer .text{float: right; padding-top: 10px;}
footer .text p{color: #002858;font-size: 18px;line-height: 20px;}
footer .text a{color: #002858;font-size: 18px;line-height: 20px;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
footer .text a:hover{color: #41b2ea;}
label.error{display: none !important;}
input.error{border-color: #e36868}
.thank{position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 9999999; background: rgba(0,0,0,0.8); padding-top: 25%;}
.thank a{position: absolute; width: 35px; height: 35px; right: 25px; top: 25px;}
.thank a img{max-width: 100%;}
.thank p{font-size: 25px; text-align: center; position: relative; z-index: 9999; color: #fff; font-size: 55px; line-height: normal;}
.stick_btn{display: none;}









































