h1, h2,h3, h4, h5, h6, p, span, ul, li, a{margin:0;padding:0;font-family: 'Aleo', serif;}
a{text-decoration:none }
li {list-style: none;}
body{margin:0;padding:0;font-family: 'Aleo', serif;}
.no_space{padding-right:0px;padding-left:0px;}
a:focus {
    outline: thin dotted;
    outline: none;
    outline-offset: -2px;
}
:focus {border: none;}
input::placeholder {color: #000 !important;}
textarea::placeholder {color: #000 !important;}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number] {-moz-appearance: textfield;}


h2 {font-size: 26px;font-weight: 500;margin: 0 0 20px;    line-height: 34px;text-transform: capitalize;}
p {font-size: 16px;line-height: 1.5;    color: #4e526b;}
span.bolder {
    font-weight: 700;
}

.error_page {
    text-align: center;
}

.error_page h1 {
    margin: 0 0 30px;
}

/*Chat Animation*/

.sender {width: 340px; margin: 0 auto; top: 0; height: 531px; background: url(img/mobile_bg.png) no-repeat center; background-size: cover; padding: 35px 24px 0; overflow: hidden;}
.msg1 {border-radius: 30px; padding: 10px; color: #fff; font-size: 14px; width: 70%; margin: 20px 0 0; float: right;box-shadow: 0 2px 6px 0 rgba(0,121,255,.41); background-color: #0079ff; transform: translateY(30px); transition: linear .3s;}
.msg2 {width: 80%; transform: translateY(30px); transition: linear .3s; border: 1px solid #888; border-radius: 30px; text-align: left; padding: 5px 15px; font-size: 14px; float: left;  margin: 20px 40px 0; box-shadow: 0 0 6px 0 rgba(126,136,170,.22); background-color: #fff; color: #000; border: 1px solid #e7e7e7; position: relative;}
.msg2:before, .msg4:before {content: "";background: url(img/prfsor.png) no-repeat center;width: 25px;height: 25px;position: absolute;background-size: cover;left: -33px;bottom: 0;}
.msg2:after, .msg4:after {background-color: #fff; content: "\00a0"; display: block; height: 10px; position: absolute; bottom: 0; -webkit-transform: rotate(-11deg) skew(-45deg); transform: rotate(-11deg) skew(-45deg); width: 18px; box-shadow: -2px 2px 2px 0 rgba(126,136,170,.22); left: 3px; }
.msg2_img{ display: none; }
.msg5 {box-shadow: 0 2px 6px 0 rgba(0,121,255,.41);transform: translateY(30px); transition: linear .3s; background-color: #0079ff; border-radius: 30px; padding: 10px; color: #fff; font-size: 14px; width: 70%; margin: 20px 10px 0; float: right; }
.msg3 { width: 80%;float: right;margin: 20px 10px 0;box-shadow: 0 0 6px 0 rgba(126,136,170,.22); background-color: #fff;transform: translateY(30px); transition: linear .3s; color: #000; border: 1px solid #e7e7e7;}
.msg3 img { width: 100%; }
.msg4 { width: 80%; border: 1px solid #888; border-radius: 30px; text-align: left; padding: 5px 15px; font-size: 14px; float: left; margin: 20px 40px 0; box-shadow: 0 0 6px 0 rgba(126,136,170,.22); background-color: #fff; position: relative;transform: translateY(30px); transition: linear .3s; color: #000; border: 1px solid #e7e7e7;}
.msg_btn { overflow: hidden; float: left; text-align: center; width: 100%; margin: 10px 0 0; overflow: hidden; transition: linear .3s;}
.msg_btn button{ background: transparent; display: block; margin: 0 auto; padding: 10px; outline: none !important;}
.msg2_loader {    width: 30%; overflow: hidden; margin: 0; display: none; position: relative; top: 70px; }
.msg2_loader img {width: 100%; }
.msg2_loader2 {    width: 30%; overflow: hidden; margin: 0; display: none; position: relative; top: 340px; } 
.msg2_loader2 img {width: 100%; }
.msg1, .msg2,  .msg3, .msg4, .msg5, .msg_btn{ opacity: 0; }
.msg1_active{ opacity: 1 !important;  transform: translateY(0px);}
.msg2_loader_active{ display: block; }
.msg2_loader2_active{ display: block; }
.msg2_active{ opacity: 1 !important; transform: translateY(0px); }
.msg3_active{ opacity: 1 !important; transform: translateY(0px); }
.msg5_active{ opacity: 1 !important; transform: translateY(0px); }
.msg4_active{ opacity: 1 !important; transform: translateY(0px); }
.msg_btn_active{ opacity: 1 !important; }

/*Chat Animation*/
/************************** popup  ************************************/
.modal{top:0%;background: url(img/pop_img1.jpg) no-repeat center;}
.modal-dialog { max-width: 500px;    margin: 220px 0 0 30%;}
.pop_heading { width: 100%; padding: 20px;}
.pop_heading h5 {font-size: 19px;font-weight: 700;margin: 0 0 15px;border-left: 4px solid #9dd800;padding: 0 20px;line-height: 29px;text-transform: uppercase;}
.pop_heading h4 {font-size: 23px;font-weight: 700;color: #000000;padding: 0 0 0 30px;}
.field { width: 100%;position: relative;margin: 0 0 10px;}
span.pop_icon {position: absolute;color: #9dd800;left: 13px;top: 7px;}
.field .form-control {width: 100%; border-radius: 0;  padding: 3px 0 4px 37px;resize: none;}
.modal-content {box-shadow: rgb(243, 238, 238) 0px 0px 3px 2px;border-radius: 30px;}
#popupform p {text-align: center;font-size: 14px;color: #000000;margin: 19px 0 0;}
.modal-header{padding:0;border:none;}
button.pop_btn {font-size: 16px;text-transform: uppercase;color: #070707;background: #9dd800;padding: 10px 0;border: none;width: 100%;}
button.close {background: url(img/cross.png) no-repeat 0 0; width: 20px; height: 20px; position: absolute; top: 9px;right: 15px;display: block; opacity: 1;}
.fade.in{overflow:hidden;}
/*----------------------------------------------H E A D E R-----------------------------------------------------------*/

.header { width: 100%; position: absolute; top: 0; padding: 5px 0; }
.logo { width: 100%; }
.logo img { max-width: 100%; }
.top_right { width: 100%; padding: 15px 0; text-align: right; }
.top_right ul li { display: inline-block; margin: 0 6px; }
.top_right a { color: #4e526b; font-size: 15px; }
span.top_icon { color: #24a652; margin: 0 7px 0 0; }


.h_sec13{padding:50px 0;width:100%;overflow:hidden;}
.s13_top{width:100%;text-align:center;margin:0 0 20px;overflow:hidden;color: #000;}
.s13_bot{width:100%;overflow:hidden;}
.s13_box{width:96%;box-shadow:0px 4px 10px 0 #000;margin:15px;}
.s13_box img{width:100%;}
.s13_box a{overflow:hidden;display:flex;flex-direction:column;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center;}
.owl-pagination {
    margin: 0;
}
/*----------------------------------------------B A N N E R-----------------------------------------------------------*/
.h_banner { width: 100%; padding: 170px 0 100px; background: url(img/main_banner.jpg) no-repeat top center; text-align: center; background-size: cover; }
.banner_top { margin: 0 0 60px; width: 100%; }
.banner_top h1 { margin: 0 0 30px; font-weight: 600; font-size: 50px; }
.banner_top h3 { font-size: 20px; color: #4e526b; }
.banner_bot { width: 100%; }
.banner_bot h5 { font-size: 16px; margin: 0 0 20px; font-weight: 700; color: #ca1d1d; }
.banner_form { width: 100%; }
.ban_btn { width: 100%; background: #24a652; padding: 15px 15px; color: #fff; border-radius: 8px; text-transform: uppercase; font-weight: 600; border: none; }
.banner_bot .form-control { width: 100%; height: 50px; border-radius: 8px; border: 1px solid #000; }
ul.banner_list { width: 100%; margin: 5px 0 10px; }
ul.banner_list li { display: inline-block; padding: 0 18px; font-size: 13px; color: #6d7393; font-weight: 700; }
span.check_icon { color: #57ba7c; margin: 0 5px 0 0; }
ul.banner_list { width: 100%; margin: 5px 0 10px; }
span.check_icon { color: #57ba7c; margin: 0 5px 0 0; }
.banner_bot p { color: #797c91; font-size: 13px; }
.banner_bot p a { text-decoration: line-through; }
.banner_bot p a { text-decoration: underline; color: #797c91; font-size: 13px; }

/*----------------------------------------------S E C T I O N  1-----------------------------------------------------------*/
.h_sec1 { width: 100%; border-bottom: 2px solid hsla(0, 0%, 73.3%, .5); padding: 50px 0 0; text-align: center; }
.sec1_top { width: 100%; margin: 0 0 30px; overflow: hidden; position: relative; padding: 0 0 30px; }
.sec1_top:before { content: ""; position: absolute; top: 101px; left: 0; right: 0; width: 180px; height: 1px; background: #a7a7a7; margin: 0 auto; }
.sec1_top p { font-size: 18px; color: #31354f; margin: 0 0 20px }
span.rating { width: 100%; display: inline-block; }
span.rating ul li { display: inline-block; font-size: 19px; color: #ffaa33; }
.sec1_mid { width: 100%; margin: 0 0 60px; }
.sec1_mtop { width: 100%; overflow: hidden; margin: 0 0 60px; }
.sec1_mbot { width: 100%; overflow: hidden; }
.sec1_box { width: 100%; }
.sec1_box img { max-width: 100%; margin: 0 0 20px; }
.sec1_bot { width: 100%; }

/*----------------------------------------------S E C T I O N  2-----------------------------------------------------------*/
.h_sec2 { width: 100%; padding: 70px 0; overflow: hidden; text-align: center; }
.sec2_top { width: 100%; padding: 0 160px; margin: 0 0 20px; overflow: hidden; }
.sec2_top p { font-size: 14px; color: #797c91; margin: 0 0 50px; }
.sec2_top h3 { color: #abacb8; font-size: 14px; font-weight: 600; }
.sec2_bot { width: 100%; overflow: hidden; }
.sec2_box { width: 100%; }
.sec2_box img { max-width: 100%; }

/*----------------------------------------------S E C T I O N  3-----------------------------------------------------------*/
.h_sec3 { width: 100%; padding: 40px 0; }
.sec3_top { width: 100%; margin: 0 0 30px; overflow: hidden; text-align: center; }
.sec3_bot { width: 100%; overflow: hidden; }
.sec3_box { width: 100%; }
.sec3_box h5 { font-size: 16px; font-weight: 700; color: #4e526b; margin: 0 0 25px; }
.sec3_box ul li { list-style: none; padding: 0 0 12px; font-size: 18px; line-height: 1.5; color: #4e526b; }
span.s3_icon { font-size: 20px; margin: 0 20px 0 0; color: #ff0505; font-weight: 500; }
span.s3_icon2 { font-size: 20px; margin: 0 20px 0 0; color: #258a0c; font-weight: 500; }

/*----------------------------------------------S E C T I O N  4-----------------------------------------------------------*/
.h_sec4 { width: 100%; padding: 50px 0; overflow: hidden; }
.h_sec4 .container { border: 1px solid #e4e4e4; border-radius: 19px; }
.sec4_top { width: 100%; overflow: hidden; padding: 40px 80px; }
.s4_tleft { width: 100%; }
.s4_tleft a { background: #24a652; color: #fff; border-radius: 8px; display: inline-block; margin: 30px 0 0; padding: 10px 40px; text-transform: uppercase; font-weight: 700; }
.s4_tright { width: 100%; text-align: center; }
.s4_tright img { max-width: 100%; }
.sec4_mid { width: 100%; overflow: hidden; text-align: center; }
.sec4_mid h3 { font-size: 18px; color: #4e526b; margin: 0 0 30px; }
.sec4_mid ul li { display: inline-block; background: #15b54e; color: #fff; padding: 8px 14px; border-radius: 8px; margin: 2px 5px; }
.sec4_bot { width: 100%; overflow: hidden; padding: 40px 80px; text-align: center; }
.sec4_bot h3 { font-size: 18px; color: #4e526b; margin: 0 0 40px; }
.sec4_box { width: 100%; }
.sec4_box img { max-width: 100%; }

/*----------------------------------------------S E C T I O N  5-----------------------------------------------------------*/
.h_sec5 { width: 100%; padding: 70px 0; background: #f7f8fa; overflow: hidden; }
.sec5_top { width: 100%; margin: 0 0 20px; overflow: hidden; text-align: center; }
.sec5_mid { width: 100%; overflow: hidden; margin: 0 0 40px; }
.sec5_box { width: 91%; background: #fff; border: 1px solid #c8cfe7; padding: 20px; border-radius: 8px; box-shadow: 4px 8px 7px 0 rgba(109, 115, 147, .49); height: 150px; margin: 0 auto 17px; }
.sec5_box h5 { font-size: 16px; color: #4e526b; font-weight: 700; margin: 0 0 20px; position: relative; padding: 0 0 10px; }
.sec5_box h5:after { content: ""; position: absolute; top: 29px; left: 0; width: 43px; height: 3px; background: #15b54e; border-radius: 8px; }
.sec5_box p { font-size: 14px; }
.sec5_bot { width: 100%; text-align: center; overflow: hidden; padding: 0 160px; }
.sec5_bot p { font-size: 14px; }

/*----------------------------------------------S E C T I O N  6-----------------------------------------------------------*/
.h_sec6 { width: 100%; padding: 50px 0; }
.sec6_top { width: 100%; margin: 0 0 10px; overflow: hidden; text-align: center; }
.sec6_bot { width: 100%; overflow: hidden; }
.sec6_bot .nav-tabs { border-bottom: 2px solid #dddddd; width: 29%; margin: 0 auto 40px; text-align: center; }
.sec6_bot  .nav > li > a { position: relative; font-weight: 700; display: block; padding: 10px 15px; border: none; font-size: 18px; color: #4e526b99; }
.sec6_bot .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: transparent; }
.sec6_bot .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #24a652; cursor: default; border: none; background-color: transparent; border-bottom-color: #24a652; border-bottom: 2px solid; }
.sec6_box { width: 96%; }
.sec6_box_img { width: 100%; text-align: center; }
.sec6_box_img img { max-width: 100%; border-radius: 50%; background: #e0e2e5; }
.sec6_box_text h5 { font-size: 14px; font-weight: 700; margin: 0 0 10px; color: #4e526b; }
.sec6_box_text p { font-size: 18px; color: #6d7393; }

/*----------------------------------------------S E C T I O N  7-----------------------------------------------------------*/
.h_sec7 { width: 100%; padding: 70px 0; text-align: center; }
.sec7_top { width: 100%; margin: 0 0 20px; overflow: hidden; }
.sec7_bot { width: 100%; overflow: hidden; }
.sec7_box { width: 100%; background: #c2f2d1; border-radius: 10px; padding: 23px 50px 0; }
.sec7_box h5 { background: #fff; font-size: 18px; padding: 10px 23px; display: inline-block; border-radius: 20px; }
.sec7_box p { font-weight: 700; height: 80px; margin: 25px 0; }

/************************** section 8 ************************************/
.h_sec8 { width: 100%; text-align: center; padding: 10px 0 40px; }
.h_sec8 h3 { font-size: 20px; color: #4e526b; margin: 0 0 50px; }
.h_sec8 h5 { font-size: 16px; margin: 0 0 20px; }
.h_sec8 .form-control { width: 100%; height: 50px; border-radius: 8px; border: 1px solid #000; }
.h_sec8 ul.banner_list { width: 100%; margin: 5px 0 30px; }

/************************** section 9************************************/
.h_sec9 { width: 100%; overflow: hidden; padding: 20px 0; }
.sec9_top { width: 100%; margin: 0 0 30px; text-align: center; overflow: hidden; }
.sec9_bot { width: 100%; }
.hi-slide { position: relative; width: 100%; height: 100%; margin: 0 auto; }
.hi-slide .hi-next, .hi-slide .hi-prev { position: absolute; top: 50%; width: 40px; overflow: hidden; height: 40px; margin-top: 20px; border-radius: 50px; line-height: 40px; text-align: center; cursor: pointer; background-color: rgb(224, 60, 57); color: #fff; transition: all 0.6s; font-size: 20px; font-weight: bold; z-index: 11; }
.hi-slide .hi-next:hover, .hi-slide .hi-prev:hover { opacity: 1; background-color: rgb(225, 61, 58); }
.hi-slide .hi-prev { left: 0; }
.hi-slide .hi-prev::before { content: '<'; }
.hi-slide .hi-next { right: 0; }
.hi-slide .hi-next::before { content: '>'; }
.hi-slide > ul { list-style: none; position: relative; width: 92%; height: 350px; margin: 0 auto; top: 0; left: 6px; }
.hi-slide > ul > li { overflow: hidden; position: absolute; z-index: 0; left: 377px; top: 146px; width: 0; height: 0; margin: 0; padding: 0; background-color: #fff; cursor: pointer; border: 1px solid #d9dde2; border-radius: 12px; box-shadow: 0 1px 4px 0 rgba(200, 206, 210, .4); }
.sec9_box { width: 100%; padding: 50px 30px; }
.s9_box_top { width: 100%; text-align: center; margin: 0 0 30px; }
.s9_box_top h5 { font-size: 18px; color: #4e526b; margin: 0 0 13px; }
.s9_box_top p { font-size: 14px; }
span.s9_icon { color: #e13d3a; font-size: 20px; margin: 0 10px 0 0; }
.s9_box_bot { width: 100%; overflow: hidden; }
.sec9_bleft { width: 100%; }
.sec9_bleft img { width: 100%; background: #e0e2e5; border-radius: 50%; }
.sec9_bright { width: 100%; }
.sec9_bright h5 { font-size: 20px; }
.sec9_bright p { font-size: 13px; margin: 5px 0; letter-spacing: 0.5px; color: #e13d3a; text-transform: uppercase; }

/************************** section 10***********************************/
.h_sec10 { width: 100%; padding: 40px 0; }
.h_sec10 .container { border-radius: 19px; padding: 40px 80px; background: #f7f8fa; }
.s10_left { width: 100%; }
.s10_left h3 { font-size: 18px; color: #24a652; font-weight: 700; margin: 36px 0 10px; }
.s10_right { width: 100%; text-align: center; padding: 30px 0; }

/************************** section 11************************************/
.h_sec11 { width: 100%; padding: 60px 0; }
.sec11_top { width: 100%; margin: 0 0 30px; overflow: hidden; text-align: center; }
.sec11_top img { max-width: 100%; margin: 0 0 50px; }
.sec7_bot .panel-group .panel { box-shadow: none; }
.sec11_panel { width: 100%; position: relative; z-index: 1; }
.sec11_panel:before { content: ""; width: 35%; height: 20%; position: absolute; bottom: 12px; left: 0px; transform: rotate(-3deg); z-index: -1; }
.sec11_panel:after { content: ""; width: 35%; height: 20%; position: absolute; bottom: 12px; right: 0; transform: rotate(3deg); z-index: -1; }
.sec11_panel a { color: #4e526b; font-weight: 500; background: #fff; box-shadow: 0 1px 4px rgba(0, 0, 0, .1), 0 0 40px rgba(0, 0, 0, .1) inset; display: block; padding: 13px 50px; position: relative; border-radius: 5px; }
.sec11_panel a i { position: absolute; top: 50%; right: 0; font-style: normal; font-size: 1.625em; color: #3eb34a; background: transparent; border-left: 2px solid #3eb34a; height: 49px; width: 50px; text-align: center; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: center; align-items: center; transform: translate(0, -50%); }
.sec11_panel .collapsed i:before { content: "+"; }
.sec11_panel a i:before { content: "- "; }
.sec11_panel .panel-body { padding: 15px; background: #fff; border: 1px solid #dcdcdc; border-top: none; }

.q8c6tt-2.dJvETY {
    display: flex;
    margin-top: 14px;
    position: relative;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

/************************** F O O T E R ************************************/
.footer { width: 100%; }
.foot_top { width: 100%; overflow: hidden; color: #fff; background: #1c2036; padding: 50px 0 30px; }
.foot_box { width: 100%; }
.foot_box h5 { margin: 0 0 20px; font-weight: 500; font-size: 17px; }
.foot_box p { color: #f7f8fa94; }
.foot_box ul li {
    margin: 10px 0;
}

.foot_box ul li a {
    color: #f7f8fa94;
}

.foot_right { width: 100%; text-align: center; }
.foot_right img { max-width: 100%; margin: 0 0 21px; }
.foot_bot { width: 100%; background: #24a652; padding: 5px 0; }
.foot_bot p { font-size: 13px; color: #fff; font-weight: 500; }
.foot_bot ul { text-align: right; }
.foot_bot ul li { display: inline-block; margin: 0 auto 0 20px; }
.foot_bot ul li a { color: #333333; font-size: 13px; font-weight: 500; }
.inner_page_banner { width: 100%; padding: 130px 0 40px; text-align: center; background: url(img/main_banner.jpg) no-repeat top center; }
.inner_page_banner h3 { font-size: 32px; text-transform: capitalize; }

.terms_section { width: 100%; padding: 40px 0; }
.terms_section h3 { margin: 20px 0; font-size: 20px; text-transform: capitalize; }
.terms_section p { margin: 0 0 15px; }
.terms_section ul li:before { content: ""; position: absolute; left: -23px; background: #24a652; width: 1%; height: 4px; border-radius: 50px; top: 8px; }
.terms_section ul li { list-style: none; font-size: 16px; margin: 0 0 20px; position: relative; }
.terms_section ul li a { color: #102a45; }
.terms_section .form-control { resize: none; border-radius: 10px; border: 2px solid #555555; }
.terms_section_form { width: 100%; }
.terms_section_form h5 { font-size: 22px; margin: 0 0 30px; }
.terms_s_left { width: 100%; padding: 90px 0; }
.terms_s_left h3 { font-size: 29px; margin: 0 0 30px; line-height: 37px; }
.terms_s_left p { font-size: 20px; font-weight: 500; }
.capbox0 { width: 100%; margin: 10px 0; overflow: hidden; }
#CaptchaDiv0 { width: 20%; background: #fff; padding: 9px 12px; margin: 0 0 15px; border-radius: 10px; float: left; border: 2px solid #555555; }
.capbox-inner0 { padding: 3px 13px; width: 76%; float: left; border-radius: 10px; margin: 0 0 0 20px; border: 2px solid #555555; }
#CaptchaInput0 { margin: 1px 0px 1px 30px; width: 130px; border-radius: 10px; padding: 4px; border: 2px solid #555555; }
button.cont_but { font-size: 18px; background: #24a652; color: #000; border-radius: 10px; padding: 9px 0; box-shadow: 0px 5px 15px #00000087; transition: 0.3s ease-in; text-transform: uppercase; display: inline-block; width: 100%; border: none; }

/************************** R E S P O N S I V E ************************************/



@media screen and (max-width:1366px) {
.modal {
    top: 0%;
    background: url(img/pop_img1.jpg) no-repeat center;
    left: -38%;
    bottom: -100px;
}

.modal-dialog {
    margin: 150px 0 0 34%;
        
}


}





@media screen and (max-width:980px) {
	.h_banner { padding: 120px 0 100px; }
	.banner_top h1 { font-size: 38px; }
	.sec2_top { padding: 0; }
	.sec4_top { padding: 40px 30px; }
	.sec5_bot { padding: 0; }
	.sec6_bot .nav-tabs { width: 45%; }
	.sec6_box_text p { font-size: 14px; }
	.sec7_box h5 { padding: 10px 13px; }
	.sec7_box { padding: 23px 10px 0; }
	.hi-slide > ul { left: -130px; }
	.hi-slide .hi-prev { left: -80px; }
	.hi-slide .hi-next { right: -80px; }
	.sec11_panel a { padding: 13px 30px 13px 10px; }
	.sec11_panel a i { width: 41px; }
	.capbox-inner0 { width: 74%; }
	#CaptchaInput0 { margin: 1px 0px 1px 10px; }
}
@media screen and (max-width:768px) {
	.hi-slide .hi-prev { left: 0px; }
	.hi-slide .hi-next { right: 0px; }
}
@media screen and (max-width:767px) {
    .modal {
    top: 0%;
    background: url(img/pop_img1.jpg) no-repeat center;
    left: -52%;
}
	.top_right a { font-size: 16px; }
	.h_banner { padding: 160px 0 100px; }
	.banner_top h1 { font-size: 26px; }
	.sec1_box { margin: 0 0 30px; }
	.h_sec2 { padding: 40px 0; }
	.sec3_box { margin: 0 0 30px; }
	.h_sec3 { width: 100%; padding: 40px 0 0; }
	.sec4_bot { padding: 40px 0; }
	.sec5_box { height: auto; }
	.sec6_bot .nav-tabs { width: 100%; }
	.sec6_box { margin: 0 0 30px; }
	.h_sec6 { padding: 50px 0 0; }
	.sec7_box { margin: 0 0 21px; }
	.sec7_box p { height: auto; }
	.h_sec8 ul.banner_list { margin: 15px 0 30px; }
	.hi-slide > ul { left: -320px; }
	.hi-slide .hi-prev { display: none; }
	.hi-slide .hi-next { display: none; }
	.h_sec10 .container { padding: 40px 15px; }
	.foot_box { margin: 0 0 30px; }
	#CaptchaDiv0 { width: 100%; }
	.capbox-inner0 { width: 100%; margin: 0; }
}
.cd-words-wrapper { display: inline-block; position: relative; text-align: left; }
.cd-words-wrapper b { display: inline-block; position: absolute; white-space: nowrap; left: 0; top: 0; font-weight: 600; color: #24a652; }
.cd-words-wrapper b.is-visible { position: relative; }
.no-js .cd-words-wrapper b { opacity: 0; }
.no-js .cd-words-wrapper b.is-visible { opacity: 1; }

/* -------------------------------- 

xrotate-1 

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper { -webkit-perspective: 300px; -moz-perspective: 300px; perspective: 300px; }
.cd-headline.rotate-1 b { opacity: 0; transform-origin: 50% 100%; transform: rotateX(180deg); }
.cd-headline.rotate-1 b.is-visible { opacity: 1; transform: rotateX(0deg); animation: cd-rotate-1-in 1.3s; }
.cd-headline.rotate-1 b.is-hidden { transform: rotateX(180deg); animation: cd-rotate-1-out 1.3s; }
@keyframes cd-rotate-1-in {
	0% { transform: rotateX(180deg); opacity: 0; }
	35% { transform: rotateX(120deg); opacity: 0; }
	65% { opacity: 0; }
	100% { transform: rotateX(360deg); opacity: 1; }
}
@keyframes cd-rotate-1-out {
	0% { transform: rotateX(0deg); opacity: 1; }
	35% { transform: rotateX(-40deg); opacity: 1; }
	65% { opacity: 0; }
	100% { transform: rotateX(180deg); opacity: 0; }
}