/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}

@font-face {
    font-family: "Hiragino-Kaku-Gothic-Pro-W3";
    src: url("../fonts/Hiragino Kaku Gothic Pro W3.otf");
}

@font-face {
    font-family: "Hiragino-Kaku-Gothic-Pro-W6";
    src: url("../fonts/Hiragino Kaku Gothic Pro W6.otf");
}

@font-face {
    font-family: "hiragino-mincho-pro-w6";
    src: url("../fonts/hiragino-mincho-pro-w6.otf");
}

@font-face {
    font-family: "D-DIN-BOLD";
    src: url("../fonts/D-DIN-Bold.ttf");
}

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

:root{
    --gold: #A68F2F;
    --blue: #0F4871;
    --sky-blue: #A7CEE9;
}

html {
    scroll-behavior: smooth;
}

body {
    color: black;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    font-family: "Hiragino-Kaku-Gothic-Pro-W3", "MS PGothic", sans-serif;
    background-color: #fffbd680;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 20px;
    color: #936638;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: .1em;
}

.dark-brown{
    color: #574331;
}
a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.zen-maru-gothic-regular {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
}

.zen-maru-gothic-bold {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.layout-constrained{
    max-width: 1405px;
    width: 73%;
}
.padding_0 {
    padding: 0px;
}

picture img{
    width: 100%;
}

/* header top section start */

.header_top_section {
    width: 100%;
    display: flex;
    height: auto;
    padding: 14px 0px;
    background: white;
}

.header_top_main {
    display: flex;
}

.call_text {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.call_text a {
    color: #ffffff;
}

.call_text a:hover {
    color: #fda417;
}

.call_text_1 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: right;
}

.call_text_1 a {
    color: #ffffff;
}

.call_text_1 a:hover {
    color: #fda417;
}

.call_text_2 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: right;
    text-align: center;
}

.call_text_2 a {
    color: #ffffff;
}

.call_text_2 a:hover {
    color: #fda417;
}

.padding_left_15 {
    padding-left: 10px;
}


/* header top section end */


/* header section start */

.header_section {
    box-sizing: border-box !important;
}

.header_bg {
    background: #1f1f1f;
}

.bg-light {
    background-color: transparent !important;
}

.logo {
    width: auto;
}

.ml-auto,
.mx-auto {
    margin-left: auto!important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    color: #fcfefe;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fda417;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fda417;
}

.navbar {
    padding: 30px 0px 30px 0px;
}

.login_text ul {
    margin: 0px;
    padding: 0px;
}

.login_text li {
    float: left;
    font-size: 18px;
    color: #ffffff;
    padding: 0px 30px;
}

.login_text li a {
    color: #ffffff;
}

.login_text li a:hover {
    color: #fda417;
}

.quote_btn {
    width: 170px;
    float: left;
}

.quote_btn a {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background-color: #fda417;
    border-radius: 40px;
    padding: 8px;
    text-transform: uppercase;
}

.quote_btn a:hover {
    background-color: #ffffff;
    color: #252525;
}
.font-bold{
    font-family: "Hiragino-Kaku-Gothic-Pro-W6";
}
.font-mincho-bold{
    font-family: 'hiragino-mincho-pro-w6';
}
.font-d-din-bold{
    font-family: 'D-DIN-BOLD';
}
.text-blue{
    color: var(--blue);
}
.text-gold{
    color: var(--gold);
}
.bg_grid{
    background-image: url(../images/grid.png);
    background-repeat: repeat;
}
.d-pc{
    display: block;
}
.d-sp{
    display: none;
}
.full-width{
    width: 100%;
}
/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    padding: 0;
}
.banner_section .banner_section_inner{
    align-items: center;
    background: rgba(255, 251, 217, 1);
}
@media(min-width: 1700px){
    .banner_section .banner_section_inner{
        align-items: flex-start;
    } 
}
.banner_section .banner_section_inner .top_media{
    width: 59%;
}
.banner_section .banner_section_inner .top_text{
    width: 41%;
}
@media(min-width: 1700px){
    .banner_section .banner_section_inner .top_text{
        padding: 87px 0 34px;
    }    
}
.banner_section .intro_service_title{
    font-size: 30px;
    line-height: 1.5;
    color: white;
    font-weight: bold;
    background: linear-gradient(90deg, #146BAA 0%, #082B44 100%);
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20%;
}
.banner_section .intro_service_text1 img{
    width: 56%;;
}
.banner_section .intro_service_text2{
    margin-top: 45px;
}
.banner_section .intro_service_text2 img{
    width: 84%;
}
.banner_section .top_logo{
    margin-top: 66px;
}
.banner_section .top_logo img{
    width: 50%;
}
.banner_section .intro_service_subtext{
    background: rgba(194, 138, 85, 1);
    margin-top: 60px;
    padding: 13px 0;
}
.banner_section .intro_service_subtext img{
    width: 55%;
}
.banner_section .award{
    margin: 37px auto 0;
    width: 83%;
}
.banner_section .award img{
    max-width: 206px;
    width: 26%;
}
.bg_wrapper2{
    background-image: url(../images/bg2.jpg);
    background-size: 100% 90%;
    background-repeat: no-repeat;
    padding-top: 95px;
}
.btn_line_desc{
    font-size: 24px;
    line-height: 2;
    margin-top: 20px;
    letter-spacing: .2em;
}
.section .section_title{
    text-align: center;
}
.section .section_title:before{
    content: '';
    width: 67px;
    height: 67px;
    background-image: url(../images/s_title_deco.png);
    background-size: 100% 100%;
    display: block;
    margin: 0 auto 30px;
}
.section_concept{
    margin-top: 140px;
}
.section_concept .section_title img{
    max-width: 627px;
}
.section_concept .concept_content{
    max-width: 1056px;
    margin-left: auto;
    margin-right: auto;
}
.section_concept .concept_content1{
    margin: 70px auto 0;
}
.section_concept .concept1_desc{
    line-height: 1.8;
    text-align: left;
    letter-spacing: .19em;
}
.section_concept .concept_content1 .concept_content1_inner{
    margin-top: 33px;
}
.section_concept .concept_content1 .concept_content1_inner .concept_detail{
    width: 31%;
}
.section_concept .concept_content1 .concept_content1_inner .concept_detail p{
    margin-top: 19px;
    letter-spacing: 0;
}
.section_concept .concept_content1{
    margin-top: 70px;
}
.section_concept .concept_content2_wrapper{
    background-image: url(../images/bg_concept.png);
    max-width: 1278px;
    background-size: 100% 100%;
    margin: auto;
}
.section_concept .concept_content2{
    width: 82%;
    padding: 90px 0 52px;
    margin: 90px 0 0 12%;
}
.section_concept .concept_content2 .concept_content2_text{
    width: 64%;
}
.section_concept .concept_content2 .concept_content2_text p{
    line-height: 1.8;
    margin-top: 50px;
    letter-spacing: .1em;
}
.section_concept .concept_content2 .concept_content2_media{
    width: 33.5%;
}
.section_concept .concept_content3{
    margin-top: 100px;
}
.section_concept .concept_content3 .concept_content3_title{
    padding: 55px 0;
    background: white;
}
.section_concept .concept_content3 .concept_content3_title img{
    max-width: 1049px;
}
.section_concept .concept_content3 .concept_content3_desc{
    margin-top: 46px;
    letter-spacing: .15em;
}
.section_consult{
    overflow-x: hidden;
    background: rgba(194, 138, 85, 0.8);
    padding: 98px 0 111px;
    margin-top: 144px;
}
.section_consult .consult_title1,
.section_consult .consult_title2{
    margin-bottom: 0;
}
.section_consult .consult_title1 img,
.section_consult .consult_title2 img
{
    max-width: 1400px;
}
.section_consult .swiper-slide{
    width: 100%;
    margin-right: 0 !important;
}
.section_consult .swiper-slide img{
    width: 100%;
}
.section_consult .carousel{
    margin: 45px 0;
}
.swiper-pagination-bullet{
    width: 20px !important;
    height: 20px !important;
    background-color: white !important;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color: rgba(147, 102, 56, 1) !important;
}
.swiper-pagination{
    bottom: -80px !important;
}
.section_consult .carousel .swiper-wrapper{
    transition-timing-function : linear;
}
.section_merit{
    background-image: url(../images/bg_merit.webp);
    background-size: 100% 100%;
    padding: 255px 0 300px;
}
.section_merit .section_title img{
    max-width: 785px;
}
.section_merit .merit_inner{
    max-width: 1400px;
    margin: 178px auto 0;
}
.section_merit .merit_detail{
    max-width: 1361px;
}
.section_merit .merit_detail+.merit_detail{
    margin-top: 109px;
}
.section_merit .merit_detail .merit_label{
    margin-bottom: 0;
}
.section_merit .merit_detail .merit_title,
.section_merit .merit_detail .merit_desc{
    padding-left: 17%;
}
.section_merit .merit_detail .merit_title{
    font-size: 32px;
    color: rgba(87, 67, 49, 1);
    background: rgba(240, 136, 36, 0.3);
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 35px;
    position: relative;
    letter-spacing: .1em;
    margin-bottom: 26px;
}
.section_merit .merit_detail .merit_desc{
    letter-spacing: .1em;
    max-width: 630px;
    box-sizing: content-box !important;
    color: rgba(87, 67, 49, 1);
    font-weight: 500;
}
.section_merit .merit_detail .merit_text{
    width: 69%;
    position: relative;
    transform: translateX(6.4%);
}
.section_merit .merit_detail .merit_text .merit_mark{
    position: absolute;
    text-align: center;
    top: -48px;
    left: 4%;
}
.section_merit .merit_detail .merit_text .merit_num{
    margin: 18px 0 0;
}
.section_merit .merit_detail .merit_media{
    width: 32%;
    position: relative;
}
.section_merit .merit_detail:nth-child(2n){
    flex-direction: row-reverse;
}
.section_merit .merit_detail:nth-child(2n) .merit_title,
.section_merit .merit_detail:nth-child(2n) .merit_desc{
    padding-left: 25%;
}
.section_merit .merit_detail:nth-child(2n) .merit_text{
    transform: translateX(-6.4%);
}
.section_merit .merit_detail:nth-child(2n) .merit_text .merit_mark {
    left: 10%;
}
.section_merit .btn_line{
    margin-top: 170px;
}
.section_case{
    overflow-x: hidden;
    background-image: url(../images/bg_case.png);
    background-size: 100% 100%;
    padding: 456px 0 246px;
    margin-top: -300px;
}
.section_case .case_title img{
    max-width: 1037px;
}
.section_case .carousel{
    margin-top: 114px;
}
.section_case .case_detail{
    max-width: 1185px;
    padding: 62px 75px;
    background: rgba(255, 245, 236, 1);
    min-height: 650px;
    box-shadow: 7px 7px 6px rgba(147, 102, 56, 1);
}
.section_case .case_detail .case_detail_title{
    border-bottom: 1px solid rgba(147, 102, 56, 1);
    padding-bottom: 10px;
}
.section_case .case_detail .case_detail-inner{
    align-items: flex-start;
    margin-top: 30px;
}
.section_case .case_detail .case_detail_media{
    width: 44.2%;
    position: relative;
}
.section_case .case_detail .case_detail_media img{
    width: 100%;
}
.section_case .case_detail .case_detail_media:after{
    position: absolute;
    content: '';
    width: 158px;
    height: 148px;
    background-image: url(../images/c_logo.png);
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
    transform: translate(-35%, 20%);
}
.section_case .case_detail .case_detail_text{
    width: 53%;
}
.section_case .case_detail .case_desc_title{
    font-size: 32px;
    color: rgba(87, 67, 49, 1);
    letter-spacing: .07em;
    line-height: 1.4;
    margin-bottom: 17px;
}
.section_case .case_detail .case_desc_subtitle{
    color: rgba(87, 67, 49, 1);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 17px;
}
.section_case .case_detail .case_desc_content{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0;
}
.section_case .case_detail:last-child .case_desc_content{
    letter-spacing: 0;
}
.section_case .swiper-slide-active{
    position: relative;
}
.swiper-button-nav{
    position: absolute;
    top: 50%;
    width: 59px;
    height: 68px;   
}
.swiper-button-prev{
    left: calc(50% - 590px);
    transform: translate(-130%, -50%);
}
.swiper-button-next{
    right: calc(50% - 590px);
    transform: translate(130%, -50%) rotate(180deg);
}
.section_case .cert_mark{
    max-width: 1070px;
    margin: 250px auto 0;
}
.section_case .cert_mark .cert_mark_media{
    width: 32%;
}
.section_case .cert_mark .cert_mark_text{
    width: 67%;
}
.section_case .cert_mark .cert_mark_text p{
    line-height: 1.4;
    letter-spacing: -0.01em;
    font-weight: 500;
    color: rgba(87, 67, 49, 1);
    margin: 19px 0 0;
}
.section_conference{
    padding: 135px 0 654px;
    background-image: url(../images/bg_conference.png);
    background-size: 100% 100%;
}
.section_conference .conference_title img{
    max-width: 836px;
}
.section_conference  .conference_inner{
    background: rgba(255, 245, 236, 1);
    border-radius: 30px;
    padding: 110px 50px 75px;
    margin: 78px auto 0;
}
@media(min-width: 1700px){
    .section_conference  .conference_inner{
        padding-left: 170px;
        padding-right: 170px;
    }
}
.section_conference .conference_rate{
    max-width: 785px;
    margin: auto;
}
.section_conference .monthly_sale{
    margin-top: 45px;
}
.section_conference .mw_rate{
    margin-top: 34px;
    border-top: 1px solid rgba(147, 102, 56, 1);
}
.section_conference .mw_rate_title{
    margin-top: 57px;
}
.section_conference .mw_rate .mw_rate_year {
    margin-top: 23px;
}
.section_conference .mw_rate .mw-rate_content{
    margin-top: 35px;
    border-top: 1px solid rgba(147, 102, 56, 1);
    padding-top: 45px;
}
.section_conference .mw_rate .mw-rate_content_left{
    border-right: 1px solid rgba(147, 102, 56, 1);
    padding: 0 58px 20px 0;
    width: 59%;
}
.section_conference .mw_rate .mw-rate_content_left .mw-rate_left_inner{
    margin-top: -25px;
}
.section_conference .mw_rate .mw-rate_content_left .starter_rate .starter_rate_title .mw_rate_title2{
    margin-left: 22px;
}
.section_conference .mw_rate .mw-rate_content_left .starter_rate .starter_rate_chart{
    margin: auto;
}
@media(min-width: 1600px){
    .section_conference .mw_rate .mw-rate_content_left .starter_rate .starter_rate_chart{
        margin: -30px 8% 0 16%;
    }
}
.section_conference .mw_rate .mw-rate_content_left .age_rate{
    border-top: 1px solid rgba(147, 102, 56, 1);
    margin-top: 50px;
    padding-top: 72px;
}
.section_conference .mw_rate .mw-rate_content_left .age_rate_title{
    margin-bottom: 50px;
    padding-left: 10%;
}
.section_conference .mw_rate .mw-rate_content_left .age_rate_chart{
    margin:auto;
}
@media(min-width: 1600px){
    .section_conference .mw_rate .mw-rate_content_left .age_rate_chart{
        margin:0 5.4% 0 14%;
    }
}
.section_conference .mw_rate .mw-rate_content_right{
    padding-left: 76px;
    width: 41%;
}
.section_conference .mw_rate .mw-rate_content_right .mw-rate_right_inner{
    padding-top: 37px;
}
.section_conference .mw_rate .mw-rate_content_right .senior_content{
    margin-top: 114px;
    position: relative;
}
.section_conference .mw_rate .mw-rate_content_right .senior_content .senior_num{
    position: absolute;
    top: 14%;
    left: -10%;
    width: min(80%, 277px);
}
.section_conference .mw_rate .mw-rate_content_right .senior_content .senior_map{
    max-width: min(100%, 418px);
}
@media(min-width: 1600px){
    .section_conference .mw_rate .mw-rate_content_right .senior_content .senior_map{
        margin-right: -64px;
    }    
}
.section_message .message_inner{
    max-width: 87%;
    margin: 109px 0 0 auto;
}
.section_message {
    position: relative;
    padding-bottom: 224px;
}
.section_message .deco{
    position: absolute;
    left: -20px;
    top: 46%;
    max-width: 1050px;
}
.section_message .message_inner .message_text{
    width: 41.6%;
}
.section_message .message_inner .message_text .message_content{
    color: rgba(87, 67, 49, 1);
    margin-top: 45px;
    font-weight: 500;
}
.section_message .message_inner .message_text .rep_name{
    font-size: 36px;
    line-height: 1;
    color: rgba(240, 136, 36, 1);
    margin-top: 67px;
}
.section_message .message_inner .message_text .rep_position{
    font-size: 18px;
    color: rgba(147, 102, 56, 1);
    line-height: 2;
    margin-top: 25px;
    font-weight: 500;
}
.section_message .message_inner .message_text .rep_desc{
    font-size: 18px;
    line-height: 1.38;
    letter-spacing: .06em;
    font-weight: 400;
    color: rgba(87, 67, 49, 1)
}
.section_message .message_inner .message_media{
    width: 51.9%;
    position: relative;
}
.section_publish .publish_title{
    background: rgba(206, 161, 119, 1);
    padding: 84px 0 89px;
}
.section_publish .publish_title img{
    max-width: 1237px;
}
.section_publish .publish_content{
    width: 84%;
    max-width: 1600px;
    margin: 80px auto 0;
}
.section_publish .publish_content .publish_detail{
    width: 49.5%;
}
.section_publish .publish_content .publish_detail .publish_desc{
    margin: -25px 30px 0 0;
}
.section_publish .btn_line {
    margin-top: 129px;
}
.section_consult2{
    padding: 0;
    background: none;
    margin-top: 0;
}
.section_consult2 .carousel {
    margin: 146px 0 0;
}
.bg_wrapper1{
    background-image: url(../images/bg1.jpg);
    background-size: 100% 100%;
    padding-top: 132px;
}
.section_video .section_title img{
    max-width: 900px;
}
.section_video .video_inner{
    margin: 100px auto 0;
    flex-wrap: wrap;
}
.section_video .video_subtitle{
    color: rgba(87, 67, 49, 1);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 57px;
}
.section_video .video_inner .video_detail{
    width: 45.5%;
    text-align: center;
    margin-bottom: 103px;
}
.section_video .video_inner .video_detail .video_detail_title{
    font-size: 24px;
    line-height: 1.4;
    color: rgba(87, 67, 49, 1);
}
.section_video .video_inner .video_detail .video_detail_author{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
}
.section_video .video_inner .video_detail iframe{
    width: 100%;
    margin-top: 28px;
    height: 364px;
}
.section_future{
    margin-top: 231px;
}
.section_future .future_detail{
    padding: 48px 0;
    background: url(../images/bg_future.jpg);
    background-size: 100% 100%;
}
.section_future .future_detail img{
    width: 70%;
    max-width: 1348px;
    margin: auto;
}
.section_qa {
    background: rgba(255, 251, 214, 0.5);
    padding: 248px 0 258px;
}
.section_qa .section_title_desc{
    margin-top: 25px;
}
.section_qa .qa_inner{
    margin: 120px auto 0;
}
.section_qa .qa_detail .question{
    font-size: 24px;
    background: rgba(206, 161, 119, 1);
    color: white;
    line-height: 1.4;
    padding: 16px 0 16px 15px;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
}
.section_qa .qa_detail:not(:first-child){
    margin-top: 34px;
}
.section_qa .qa_detail .question:before{
    margin-right: 15px;
    font-size: 32px;
}
.section_qa .qa_detail:first-child .question:before{
    content: 'Q1.';
}
.section_qa .qa_detail:nth-child(2) .question:before{
    content: 'Q2.';
}
.section_qa .qa_detail:nth-child(3) .question:before{
    content: 'Q3.';
}
.section_qa .qa_detail:nth-child(4) .question:before{
    content: 'Q4.';
}
.section_qa .qa_detail .question:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 46px;
    transform: translateY(-50%);
    --b: 5px;
    width: 42px;
    height: 42px;
    aspect-ratio: 1;
    display: inline-block;
    border: none;
    background: conic-gradient(from 90deg at var(--b) var(--b), #cea177 90deg, #fff 0) calc(100% + var(--b) / 2) calc(100% + var(--b) / 2) / calc(50% + var(--b)) calc(50% + var(--b));
}
.section_qa .qa_detail.open .question:after{
    width: 42px;
    height: 5px;
    border-top: 5px solid white;
}
.section_qa .qa_detail .answer{
    line-height: 1.75;
    position: relative;
    padding-top: 36px;
    padding-left: 80px;
    font-weight: 500;
    max-height: 0;
    color: rgba(87, 67, 49, 1);
    overflow: hidden;
}
.section_qa .qa_detail .answer:before{
    content: 'A';
    color: rgba(87, 67, 49, 1);
    font-size: 36px;
    position: absolute;
    left: 20px;
    top: .9em;
    line-height: 1;
}
.btn_line3{
    margin-top: 150px;
}
.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
    font-family: 'Poppins', sans-serif;
}

.btn_main {
    width: 100%;
    display: flex;
}

.started_text {
    width: 180px;
    margin-right: 20px;
    margin-top: 30px;
}

.started_text a {
    width: 100%;
    float: left;
    padding: 10px 10px;
    color: #ffffff;
    background-color: #0b0b0b;
    text-align: center;
    font-size: 16px;
    border-radius: 40px;
}

.started_text a:hover {
    color: #ffffff;
    background-color: #fda417;
}

.started_text.active a {
    color: #ffffff;
    background-color: #fda417;
}

/* banner section end */

.image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 310px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(45, 45, 45, 0.5);
    margin: 0 auto;
}

.container_main {
    position: relative;
}

.container_main:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

.some_text {
    color: #fefefd;
    text-align: center;
    font-size: 20px;
    padding-bottom: 0;
    font-weight: bold;
}

i.fa.fa-link {
    background: #0fbdd7;
    padding: 20px 20px 18px 20px;
    border-radius: 100%;
}

.padding_right0 {
    padding-right: 0px;
}

.development_box {
    width: 100%;
    background: red;
    height: auto;
    background-size: cover;
}

.work_text {
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}

.hover_main {
    width: 100%;
    float: left;
    transition: .3s all;
}

.hover_main:hover {
    transform: translateY(30px);
}

.padding_left_15 {
    padding-right: 0px;
}


/* contact section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #1f1f1f;
    height: auto;
    padding-bottom: 50px;
}

.footer_section_2 {
    width: 100%;
    float: left;
}

.useful_text {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

.location_text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.location_text li {
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 0px 120px 30px 120px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}

.location_text li a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #fda417;
}

.location_text li.active a {
    color: #fda417;
}

.padding_15 {
    font-size: 30px;
}

.social_icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
}

.social_icon li a {
    float: left;
    padding: 5px 15px;
    background-color: #ffffff;
    color: #000;
    border-radius: 100%;
    font-size: 22px;
    margin-right: 5px;
    width: 50px;
    text-align: center;
    margin-top: 10px;
}

.social_icon li a:hover {
    background-color: #fda417;
    color: #ffffff;
}

.update_mail {
    color: #918f8f;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 10px 20px 0px 20px;
    background-color: #ffffff;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 20px;
    border-radius: 40px;
}

.subscribe_bt {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0px;
    background-color: #fda417;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
}

.subscribe_bt a:hover {
    color: #252525;
    background-color: #ffffff;
}

.footer_menu_main {
    width: 100%;
    float: left;
}

.footer_menu {
    width: 77%;
    display: flex;
    flex-wrap: wrap;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.footer_menu li {
    font-size: 16px;
    color: #ffffff;
    padding: 5px 0px 0px 0px;
    flex-basis: 50%;
}

.footer_menu li a {
    color: #ffffff;
}

.footer_menu li a:hover {
    color: #fda417;
}

.footer_menu li.active a {
    color: #f9bc19;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    background: rgba(123, 195, 204, 1);
    width: 100%;
}

.copyright_text {
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 16px 0;
}

.copyright_text a {
    color: #252525;
}

.copyright_text a:hover {
    color: #0fbdd7;
}

.free_signup{
    position: fixed;
    top: 80vh;
    right: 0;
    transform: translateY(-50%);
    background-image: url(../images/bg_floating.png);
    width: 264px;
    height: 130px;
    background-size: 100% 100%;
    box-shadow: 0 4px 4px #00000040;
    z-index: 999;
}
.free_signup .free_signup_title{
    font-family: 'Roboto';
    font-size: 14px;
    color: white;
    font-weight: bold;
    margin: 1em 0 0;
    padding-left: 5.5em;
}
.free_signup .free_signup_text{
    font-size: 36px;
    line-height: 1;
    margin: 10px 0 0;
    padding-left: 2em;
}
.free_signup a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}
.show_more_detail {
    display: none;
}
/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}