/**
Theme Name: Astra BPTC
Author: Daniel Meza
Author URI: https://flowbusiness.lat/
Description: Diseño exclusivo para BPTC
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-bptc
Template: astra
*/


/*------------------------------------*\
    COLOR THEME
\*------------------------------------*/
:root{
    --white: #FFFFFF;
/*    --black: #121212;*/
    --black: #000000;
    --black-01: #1C2933;
    --gray: #848484;
    --base: #8C1D81;
    --blue: #1981F7;
    --blue-01: #19C7F7;
    --blue-02: #242F75;
    --blue-03: #FFFFFF;
    --blue-light: #9fb5dd;
    --blue-dark: #030A35;
    
    --red: #DA291C;
    --red-01: #C8102E;
    --yellow: #FFC72C;
    --green: #25d366;
    --purple: #52569E;
    --purple-light: #4E5196;
    --purple-dark: #585162;
    --green-dark: #445552;
    --txt-dark: #c7c7c7;
    --txt-light: #121212;
    
    --color-01: #FF7847;
    --color-02: #F94D9B;
    --color-03: #FF7847;
    --color-04: #FFC300;
    --color-05: #D9C8F2;
    --color-09: #333333;
}

/*------------------------------------*\
    FLEX
\*------------------------------------*/

.flex{ 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;
}
.flex-column{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}
.flex-wrap{ 
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
}
.flex-between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.flex-around{
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
}
.flex-center{ 
    -webkit-box-align: center; 
        -ms-flex-align: center; 
    -webkit-align-items: center; 
            align-items: center;
}
.flex-middle{
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.flex-half{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.flex-end{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
}
.flex-start{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.flex-bottom{ 
    -webkit-align-items: flex-end;
           -webkit-box-align: end;
              -ms-flex-align: end;
            align-items: flex-end;
}
/*------------------------------------*\
    SIZES CONTENEDORES
\*------------------------------------*/
.w50{ width: 48%;}


/*------------------------------------*\
    EXPANSION DE CONTENEDORES
\*------------------------------------*/
.m24{ margin: 24px 0;}
.mb80{ margin-bottom: 80px;}

.p4{ padding: 4px 0;}
.p8{ padding: 8px 0;}
.p16{ padding: 16px 0;}
.p24{ padding: 24px 0;}
.p32{ padding: 32px 0;}
.p40{ padding: 40px 0;}
.p48{ padding: 48px 0;}
.p56{ padding: 56px 0;}
.p64{ padding: 64px 0;}
.p72{ padding: 72px 0;}
.p80{ padding: 80px 0;}
.p88{ padding: 88px 0;}
.p96{ padding: 96px 0;}
.p104{ padding: 104px 0;}
.p120{ padding: 120px 0;}
.p128{ padding: 128px 0;}

.pt0{ padding-top: 0px;}
.pt4{ padding-top: 4px;}
.pt8{ padding-top: 8px;}
.pt16{ padding-top: 16px;}
.pt24{ padding-top: 24px;}
.pt32{ padding-top: 32px;}
.pt40{ padding-top: 40px;}
.pt48{ padding-top: 48px;}
.pt56{ padding-top: 56px;}
.pt64{ padding-top: 64px;}
.pt72{ padding-top: 72px;}
.pt80{ padding-top: 80px;}
.pt88{ padding-top: 88px;}
.pt96{ padding-top: 96px;}
.pt104{ padding-top: 104px;}
.pt120{ padding-top: 120px;}
.pt128{ padding-top: 128px;}

.pb4{ padding-bottom: 4px;}
.pb8{ padding-bottom: 8px;}
.pb16{ padding-bottom: 16px;}
.pb24{ padding-bottom: 24px;}
.pb32{ padding-bottom: 32px;}
.pb40{ padding-bottom: 40px;}
.pb48{ padding-bottom: 48px;}
.pb56{ padding-bottom: 56px;}
.pb64{ padding-bottom: 64px;}
.pb72{ padding-bottom: 72px;}
.pb80{ padding-bottom: 80px;}
.pb88{ padding-bottom: 88px;}
.pb96{ padding-bottom: 96px;}
.pb104{ padding-bottom: 104px;}
.pb120{ padding-bottom: 120px;}
.pb128{ padding-bottom: 128px;}



.c60{
    width: 60%!important;
    margin: 0 20%!important;
}
.c70{
    width: 70%!important;
    margin: 0 15%!important;
}
.c80{
    width: 80%!important;
    max-width: 1920px!important;
    margin: 0 auto!important;
}
.c90{
    width: 90%!important;
    margin: 0 5%!important;
}
.c98{
    width: 98%!important;
    margin: 0 1%!important;
}

/*------------------------------------*\
    BG DARK
\*------------------------------------*/
.bg-dark{
    background-color: var(--black);
}
.bg-black{
    background-color: var(--black);
}
.bg-blue{
    background-color: var(--blue-01);
}
.bg-gray{
    background-color: var(--gray-01);
}

/*------------------------------------*\
    GENERAL
\*------------------------------------*/
.ast-primary-header{
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
    background-color: rgba(255, 255, 255, 0.4)!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)!important;
}
.home .ast-primary-header{
    background-color: rgba(255, 255, 255, 0)!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0)!important;
}
.single-post .ast-primary-header{
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
    background-color: rgba(255, 255, 255, 0.6)!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)!important;
}
.menu-link{
    font-size: 1.4rem!important;
    font-weight: 700;
    line-height: 1.25em!important;
    text-transform: uppercase;
    color: var(--blue)!important;
}
.current-menu-item .menu-link{
    color: var(--white)!important;
}
.main-header-menu li:last-child a{
    display: block;
    font-size: 1.4rem!important;
    padding: 12px 16px!important;
    border-radius: 1.6rem!important;
    background-color: var(--blue);
    color: var(--white)!important;
    
}
.ast-sticky-active{
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
    background-color: rgba(255, 255, 255, 0.98)!important;
}
.site-primary-header-wrap{
    width: 80%!important;
    max-width: 1280px!important;
    margin: 0 auto!important;
}
html{
/*    font-size: calc(15px + 0.390625vw);*/
    font-size: 62.5%;
}
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
/*    font-family: ui-san-serif;*/
    font-size: calc(1.2rem + 0.390625vw);
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 1px;
	color: #343a40;
    background-color: #FFFFFF;
}
.btn a{
    display: inline-flex;
    font-size: 1.6rem!important;
    font-weight: 600!important;
    line-height: 2.7rem;
    letter-spacing: 1px;
    text-decoration: none!important;
    border-radius: 48px!important;
    border: 2px solid var(--blue)!important;
    margin-top: 4rem!important;
    padding: 24px 32px 24px 56px!important;
    transition: all 0.2s ease-in-out;
    color: var(--white)!important;
    background-color: var(--blue)!important;
    background-image: none!important;
}
.btn a i{
    left: 32px!important;
}
.btn a:hover{
    border: 2px solid var(--blue)!important;
    background-color: var(--black)!important;
}
.btn a:hover i{
    color: var(--blue)!important;
}
.hide{
    display: none!important;
}

/*------------------------------------*\
    BOX
\*------------------------------------*/
.box-left{ width: 55%;}
.box-right{ width: 45%;}
.box-right .vc_column-inner{
    width: 90%;
    padding-left: 10%;
}

/*------------------------------------*\
    HERO
\*------------------------------------*/
.hero-box{
    position: relative;
    padding-top: 80px;
    background-color: var(--blue-dark);
}
.hero-left{
    width: 48%;
    margin-right: 2%;
    padding: 0 64px;
    background-color: var(--blue-02);
    border-radius: 15px;
}
.hero-right img{
    background: url(img/hero/about_bptc.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 15px;
}
.hero-left h2{
/*    font-size: clamp(2.4rem, 3.2vw, 6.4rem);*/
    font-size: 2.6vw;
    line-height: 1.25em;
    color: var(--white);
}
.hero-left h2 strong{
    background-clip: text;
    -webkit-background-clip: text;
    text-decoration: none;
    color: transparent;
    background-color: transparent;
    background-image: linear-gradient(262deg, var(--blue-01) 0%, var(--blue) 100%);
}
.hero-left p{
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-align: justify;
    color: var(--txt-dark);
}
.hero-left p strong{
    font-size: 2.4rem;
    line-height: 1.25em;
    color: var(--white);
}
.hero-left .btn a{
    margin-top: 0px!important;
}
.hero-left .btn{
    margin-bottom: 0px!important;
}
.hero-bottom{
    width: 96%;
    margin: 0 2%;
    padding: 160px 0;
    background: url(img/hero/hero_15.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 25px;
}
.hero-bottom-logo img{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

/*------------------------------------*\
    FORM SINGLE PAGE
\*------------------------------------*/
.form-box-inner{
    padding: 56px 80px 0 80px;
    margin-top: -80px;
    border-top: 1px solid rgba(164, 176, 190, 0.2);
    border-right: 1px solid rgba(164, 176, 190, 0.2);
    border-left: 1px solid rgba(164, 176, 190, 0.2);
    border-top-left-radius: 24px!important;
    border-top-right-radius: 24px!important;
/*    background-color: rgba(255, 255, 255, 0.9);*/
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.9);
}
.form-single-page{
    width: 80%;
    margin-left: 10%;
}
.info-form h4{
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5em;
    color: var(--color-02);
}
.info-form h4 strong{
    font-size: 36px;
    font-weight: 700;
    color: var(--black);
}
.form-single-page p{
    margin: 0!important;
    padding: 0!important;
}
.top-form .element-input input{
    width: 100%!important;
}
.top-form .element-input select{
    width: 100%!important;
}
.top-form .element-top .element-input{
    width: 48%;
}
.top-form .element-bottom .element-input{
    width: 30%;
}
.top-form .element-input input,
.top-form .element-input select{
    height: 40px!important;
    padding: 12px 16px!important;
    border: 1px solid #ced6e0!important;
    border-radius: 32px!important;
    margin-top: 0px!important;
    background-color: var(--white)!important;
}
.top-form .element-top textarea{
    height: 96px;
    resize: none;
}
.top-form .element-input label{
    font-size: 14px!important;
    font-weight: 400!important;
    color: var(--black)!important;
}
.top-form .element-input label,
.top-form .element-input p{
    text-align: left!important;
}
.top-form .btn-form p input{
    position: relative;
    left: 50%;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 16px;
    color: var(--white);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    background-color: var(--color-02)!important;
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.about-company-left{
    padding: 0 64px;
}
.about-company-left h2{
    font-size: 4.8rem;
    font-weight: 700!important;
    line-height: 1.25em;
    padding-bottom: 40px;
    color: var(--black);
}
.about-company-left h2 strong{
/*    font-weight: 300!important;*/
    background-clip: text;
    -webkit-background-clip: text;
    text-decoration: none;
    color: transparent;
    background-color: transparent;
    background-image: linear-gradient(262deg, var(--blue-01) 0%, var(--blue) 100%);
}
.about-company-left h4{
    font-size: 3.2rem;
    font-weight: 700!important;
    letter-spacing: 1px;
    line-height: 1.25em;
    color: var(--blue);
}
.about-company-left h6{
    font-size: 1.8rem;
    font-weight: 300!important;
    line-height: 1.25em;
    color: var(--blue);
    padding-bottom: 16px;
}
.about-company-left h6::after{
    content: '/';
    display: inline-block;
    margin-left: 3px;
}
.about-company-left h6::before{
    content: '/';
    display: inline-block;
    margin-right: 3px;
}
.about-company-left p{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5em;
    text-align: justify;
}
.mission-box{
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ced6e0;
}
.about-company-right img{
/*
    width: 80%;
    margin: 0 10%;
*/
}

.about-box{
    background-color: var(--white);
}
.about-left h3{
    font-size: 2.4rem!important;
    font-weight: 700;
/*    border-radius: 27px;*/
    margin-bottom: 0.8rem;
    color: var(--color-02);
}
.about-left h3 strong{
    clear: both;
    display: block;
    font-size: 40px;
    font-weight: 400!important;
    line-height: 1.25em;
    padding-top: 16px;
    color: var(--black);
}
.about-left h3 strong em{
    font-style: normal;
    font-weight: 700!important;
}
.about-our-right{
/*    padding-left: 16px;*/
}
.about-our-right p{
    font-size: 2rem;
    line-height: 1.75em;
    letter-spacing: 1px;
    text-align: justify!important;
    color: var(--txt-dark);
}
.about-our-right p strong{
    font-weight: 700;
    color: var(--white);
}
.long-title-left h3{
    width: 96%;
}
.txt-valores li{
    font-weight: 400!important;
    color: var(--blue-02)!important;
}
.txt-valores li strong{
    font-weight: 700!important;
    color: var(--white)!important;
}
.list-right ul{
    width: 90%;
    margin-left: 10%!important;
}
.about-left-top h4{
    font-size: 1.8rem;
    font-weight: 300!important;
    line-height: 1.25em;
/*    color: var(--gray);*/
    color: var(--blue);
}
.about-left-top h4::after{
    content: '/';
    display: inline-block;
    margin-left: 3px;
}
.about-left-top h4::before{
    content: '/';
    display: inline-block;
    margin-right: 3px;
}
.about-left-top h3{
    color: var(--white);
}
.about-left-top h3 strong{
    clear: both;
    display: block;
    font-size: 4rem;
    font-weight: 700!important;
    line-height: 1.25em;
}
.about-right-top h4{
    font-size: 20rem;
    letter-spacing: -0.05em;
    color: var(--black);
    -webkit-text-stroke: 3px #02010100;
    text-stroke: 3px #02010100;
    -webkit-text-stroke-width: 3px;
    background-color: transparent;
    background-image: linear-gradient(262deg, var(--blue-01) 0%, var(--blue) 100%);
    -webkit-background-clip: text;
    opacity: 1;
}
.img-mask img{
    -webkit-mask-image: url( img/about/demo.artureanec.com.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}
/*------------------------------------*\
    SECTION BLACK
\*------------------------------------*/
.section-black{
    background-color: var(--blue-dark);
}


/*------------------------------------*\
    SERVICES
\*------------------------------------*/
.icon-service{
    display: inline-block;
    border-radius: 8px;
    padding: 8px;
    background-color: var(--blue);
}
.icon-service .vc_icon_element-icon{
    color: var(--white)!important;
}
.single-service{
    margin: 0 8px;
    padding: 56px;
    border-radius: 16px;
    background-color: var(--white);
}
.single-service h2{
    font-size: 2.4rem;
    font-weight: 700!important;
    line-height: 1.25em;
}
.single-service p{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5em;
    text-align: justify;
}
.single-service ul{
    margin: 0;
    padding: 0;
    margin-top: 40px;
    padding-top: 40px;
    list-style: none;
    border-top: 1px solid #ced6e0;
}
.single-service li{
    position: relative;
    font-size: 1.8rem;
    margin-bottom: 8px;
    padding-left: 32px;
}
.single-service li::before{
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(img/icon/check_03.png) center center no-repeat;
    background-size: contain;
}

/*------------------------------------*\
    SERVICES
\*------------------------------------*/
.services-single .vc_column-inner{
    width: 96%;
    margin: 0 2%;
    min-height: 640px;
    background-color: aquamarine;
    border-radius: 27px;
}
.services-single-01 .vc_column-inner{
    background: url(img/services/Ooze-25-6-2.jpg) center center no-repeat;
    background-size: cover;
}
.service-info{
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 120px;
    padding-left: 40px;
}
.service-info h2, .service-info p{
    color: var(--white);
}
.service-info h2{
    font-size: 2.4vw;
}
.service-info p{
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5em;
}
.vc_tta-panel .vc_tta-panel-heading,
.vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-panel .vc_tta-panel-body{
    background-color: transparent!important;
}
.vc_tta-panel .vc_tta-panel-heading,
.vc_tta-panel.vc_active .vc_tta-panel-heading{
    border-left: 1px solid var(--black)!important;
    border-right: 1px solid var(--black)!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)!important;
    border-top: 1px solid rgba(255, 255, 255, 0.1)!important;
}
.vc_tta-panel .vc_tta-panel-body{
    border: none!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)!important;
}
.vc_tta-panel .vc_tta-panel-body{
    padding-left: 480px!important;
}
.vc_tta-panel .vc_tta-panel-heading{
    padding-top: 24px!important;
    padding-bottom: 24px!important;
}
.service-title h4 a::before{
    padding-right: 400px;
}
.single-service-info .wpb_wrapper{
    padding-left: 0px;
    padding-right: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.single-service-info p,
.single-service-info li{
    font-size: 2rem;
    line-height: 1.5em;
    letter-spacing: 1px;
    font-weight: 400!important;
    color: var(--white);
}
.vc_tta-panel.vc_active .vc_tta-controls-icon::before{
    border-color: var(--white)!important;
}
.vc_tta-panel .vc_tta-controls-icon::before{
    border-color: var(--blue)!important;
}
.service-title h4 a{
    font-size: 2vw;
}
.vc_tta-panel .vc_tta-panel-heading h4 a{
    color: var(--blue)!important;
}
.vc_tta-panel.vc_active .vc_tta-panel-heading h4 a,
.vc_tta-panel.vc_active .single-service-info p{
    color: var(--white)!important;
}
.service-title-01 h4 a::before{
    display: inline-block;
    content: '01';
}
.service-title-02 h4 a::before{
    display: inline-block;
    content: '02';
}
.service-title-03 h4 a::before{
    display: inline-block;
    content: '03';
}
.service-title-04 h4 a::before{
    display: inline-block;
    content: '04';
}
.btn-service{
    margin-top: 16px!important;
    margin-bottom: 40px!important;
}
.btn-service a{
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}
.section-services{
    background: url(img/bg/wave_bg_01a.jpg) center center no-repeat!important;
    background-color: var(--black)!important;
    background-size: contain!important;
}


/*------------------------------------*\
    TESTIMONIAL
\*------------------------------------*/


/*------------------------------------*\
    FORM
\*------------------------------------*/
.top-box-form{
    padding-bottom: 40px;
}
.top-box-form h4{
    font-size: 2.4rem;
    line-height: 1.25em;
}
.top-box-form h4,
.top-box-form p{
    text-align: center;
}
.form-inner{
    position: relative;
    z-index: 30;
}
.form-inner.c80{
    width: 50%!important;
    margin: 0 25%!important;
    max-width: none!important;
}
.form-inner h3{
    font-size: 2.4rem;
    font-weight: 400!important;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 40px!important;
    color: var(--txt-dark);
}
.form-inner h3 strong{
    clear: both;
    display: block;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25em;
    color: var(--white);
}
.input-row{
    display: flex;
    flex-direction: column;
    width: 48%;
    margin-bottom: 1.6rem;
}
.element-top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.element-top p{
    margin-bottom: 16px!important;
}
.element-input-short{
    width: 48%;
}
.element-input-short-3{
    width: 30%;
}
.element-input-long{
    width: 100%;
}
.element-input p{
    width: 100%;
    text-align: center;
}
.element-input label{
    font-size: 18px!important;
    font-weight: 700!important;
    color: var(--white)!important;
}
.element-input input,
.element-input select{
    height: inherit!important;
    padding: 12px 24px!important;
/*    border: none;*/
    border-radius: 24px!important;
    margin-top: 8px;
    background-color: var(--white)!important;
}
.element-input textarea{
    height: 120px!important;
    padding: 16px 32px!important;
    border: none;
    border-radius: 32px!important;
    margin-top: 8px;
    background-color: var(--white)!important;
}
.btn-form p{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.btn-form input{
    position: relative;
    left: 50%;
    font-size: 1.8rem!important;
    font-weight: 700!important;
    text-transform: uppercase;
    letter-spacing: 2px;
    transform: translate(-50%, 0);
    border: none;
    border-radius: 24px;
    background-color: var(--yellow);
    color: var(--black);
}
.wpcf7 form.sent .wpcf7-response-output{
    font-weight: 700;
    text-align: center;
    color: var(--black);
    border-color: var(--color-01);
}

/*------------------------------------*\
    TESTIMONIAL
\*------------------------------------*/
.single-testimonial .testimonial-img img{
    border-radius: 15px;
}
.single-testimonial .testimonial-info{
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5em;
}
.single-testimonial .name{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.25em;
    padding-top: 24px;
    color: var(--blue);
}
.single-testimonial .position{
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.25em;
    color: var(--gray);
}

/*------------------------------------*\
    BRANDS
\*------------------------------------*/
.box-brands{
    
}
.box-brands h6{
    font-size: 2.4rem;
    font-weight: 300!important;
    line-height: 1.25em;
    text-align: center;
    color: var(--blue);
}
.box-brands h6::after{
    content: '/';
    display: inline-block;
    margin-left: 3px;
}
.box-brands h6::before{
    content: '/';
    display: inline-block;
    margin-right: 3px;
}

/*------------------------------------*\
    FAQ
\*------------------------------------*/
.faq-right{
    padding-bottom: 80px;
}
.faq-right h3{
    font-size: 2.4rem!important;
    font-weight: 700;
    padding-bottom: 4rem;
    color: var(--blue);
}
.faq-right h3 strong{
    clear: both;
    display: block;
    font-size: clamp(2.8rem, 5.6vw, 4rem);
    font-weight: 400!important;
    line-height: 1.25em;
    color: var(--black);
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.site-above-footer-wrap{
    padding-top: 80px;
    padding-bottom: 80px;
}
.site-footer-above-section-1{
    padding-right: 24px;
}
.site-footer-above-section-2{
    padding: 4vw 6.4vw 4vw;
    background-color: var(--white);
    border-radius: 25px;
}
.site-primary-footer-wrap{
    border: none!important;
}
.site-below-footer-wrap{
    border-top: 1px solid rgba(255, 255, 255, 0.2)!important;
}
.site-primary-footer-wrap,
.site-below-footer-wrap{
    background: none!important;
}
.footer-top{
/*    padding-bottom: 40px;*/
}
.footer-top h3,
.footer-top h4,
.footer-top p,
.footer-bottom h3,
.footer-bottom p,
.footer-bottom ul{
    text-align: left!important;
}
.footer-top h4{
    font-size: 1.8rem;
    font-weight: 300!important;
    line-height: 1.25em;
    color: var(--blue);
}
.footer-top h4::after{
    content: '/';
    display: inline-block;
    margin-left: 3px;
}
.footer-top h4::before{
    content: '/';
    display: inline-block;
    margin-right: 3px;
}
.footer-top h3{
    font-size: 4.8rem;
    font-weight: 700!important;
    line-height: 1.25em;
    color: var(--white);
}
.footer-top p{
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.25em;
    color: var(--txt-dark);
}
.footer-top p:first-of-type{
    padding-top: 40px;
}
.footer-top p:last-of-type{
    padding-bottom: 40px;
}
.footer-bottom h3{
    font-size: 2.4rem!important;
    color: var(--white);
}
.footer-bottom p,
.footer-bottom ul li{
    color: var(--txt-dark);
}
.footer-bottom a{
    font-size: 1.8rem!important;
    font-weight: 700!important;
    color: var(--white);
}
.footer-bottom ul{
    list-style: none;
    margin: 0!important;
    padding: 0!important;
    padding-bottom: 40px!important;
}
.social-footer{
    display: flex;
    flex-direction: row;
}
.social-footer li{
    margin-right: 16px;
}
.social-footer li:last-of-type{
    margin-right: 0px;
}
.site-footer-above-section-2 p{
    text-align: justify;
    padding-bottom: 16px;
}
.site-footer-above-section-2 p label{
    color: var(--gray);
}
.site-footer-above-section-2 input{
    border: none;
    border-bottom: 1px solid var(--gray);
}
.site-footer-above-section-2 input[type="text"],
.site-footer-above-section-2 input[type="email"]{
    height: 24px!important;
    padding: 0px!important;
    border-radius: 0px!important;
}
.site-footer-above-section-2 textarea{
    height: 80px;
    border: none;
    border-bottom: 1px solid var(--gray);
    padding: 0px!important;
    border-radius: 0px!important;
    resize: none!important;
}
.site-footer-above-section-2 input[type="submit"]{
    font-size: 1.6rem!important;
    font-weight: 600!important;
    letter-spacing: 1px;
    text-decoration: none!important;
    border-radius: 48px!important;
    border: 2px solid var(--blue)!important;
    padding: 16px 40px 16px 40px!important;
    color: var(--white)!important;
    background-color: var(--blue)!important;
}
footer{
/*
    background: url(img/bg/footer.jpg) center top no-repeat!important;
    background-size: cover!important;
*/
    background-color: var(--blue-02);
}
.site-footer-section-3 h2{
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1em;
    color: var(--white);
    margin-bottom: 16px;
}
.site-footer-section-3 li{
    position: relative;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.25em;
    color: var(--white);
    margin-bottom: 24px;
    padding-left: 56px;
}
.site-footer-section-3 li::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background: url(img/icon/check-03.png) center center no-repeat;
    background-size: contain;
}
.site-footer-section-3 li:nth-child(1)::before{
    top: 4px;
    background: url(img/icon/address.png) center center no-repeat;
    background-size: contain;
}
.site-footer-section-3 li:nth-child(2)::before{
    background: url(img/icon/phone.png) center center no-repeat;
    background-size: contain;
}
.site-footer-section-3 li:nth-child(3)::before{
    background: url(img/icon/mail.png) center center no-repeat;
    background-size: contain;
}
.site-footer-section-3 a{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.25em;
    color: var(--white);
}
.site-footer-section-3 li:last-of-type{
    margin-bottom: 0px;
}
.ast-footer-copyright p{
/*    text-align: left;*/
}
.ast-footer-html-2{
    text-align: right;
}
.ast-footer-copyright p,
.ast-footer-html-2 p,
.ast-footer-html-1 a,
.ast-footer-html-2 a{
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1em;
    color: var(--white);
}
.ast-footer-copyright p strong{
    font-weight: 700;
}
.ast-footer-html-1 a:hover,
.ast-footer-html-2 a:hover,
.site-footer-section-3 a:hover{
    color: var(--yellow);
}
.site-above-footer-wrap .ast-builder-footer-grid-columns{
    width: 80%;
    max-width: 1920px;
    margin: 0 auto;
/*    background-color: aquamarine;*/
}


/*------------------------------------*\
    SINGLE POST
\*------------------------------------*/
.section-dark{
    background-color: var(--color-01);
}
.single-post .entry-title{
    text-align: center;
    margin-top: 80px;
}
.single-post .entry-meta{
    display: none;
}
.single-post .ast-post-social-sharing{
    align-items: center!important;
    margin-bottom: 40px;
}
.single-post h2,
.single-post h3,
.single-post h4,
.single-post p{
    text-align: center;
}
.single-post.section-dark h2,
.single-post.section-dark h3,
.single-post.section-dark p{
    text-align: left;
}
.single-post.section-dark h2,
.single-post.section-dark h4{
    margin-bottom: 16px!important;
    color: var(--white);
}
.single-post h1{
    font-size: 4rem!important;
}
.single-post h2{
    font-size: 2.4rem;
    font-weight: 300!important;
    line-height: 1.25em;
    padding-bottom: 40px;
}
.single-post h2 strong{
    clear: both;
    display: block;
    font-size: 3.2rem;
    line-height: 1em;
    font-weight: 700!important;
}
.single-post h3{
    font-size: 2.4rem;
    color: var(--color-01);
}
.single-post.section-dark h4{
    font-size: 32px;
}
.single-post.section-dark ul{
    margin: 24px 0!important;
}
.single-post.section-dark ul li{
    font-weight: 700;
    color: var(--white);
}
.single-post.section-dark p{
    color: #f1f2f6;
}
.single-post.section-dark p strong{
    font-weight: 700;
    color: var(--white);
}
.single-post-img img{
    display: block;
    width: 80%;
}
.single-post-img.single-post-img-right img{
    margin-left: 20%!important;
}
.single-post-img.single-post-img-right img{
    margin-right: 20%!important;
}
.posted-on{
    text-transform: uppercase!important;
}
.entry-meta{
    color: var(--red)!important;
}
.single-info ul{
    width: 70%;
    font-weight: 700;
    color: var(--purple-dark);
    margin: 40px 15%!important;
}
.single-post h4{
    margin-top: 0!important;
}

/*------------------------------------*\
    TERMS
\*------------------------------------*/
.hero-page{
    background: url(img/hero/hero_terms.jpg) center center no-repeat;
    background-size: cover;
    height: 40vh;
}
.terms-box{
    padding: 80px 0;
}
.terms-box h1,
.terms-box h3{
    text-align: center;
}
.terms-box h1{
    font-size: 32px;
    line-height: 1.5em;
}
.terms-box h3{
    font-size: 24px;
    line-height: 1.5em;
}
.terms-box p{
    text-align: justify;
    margin-bottom: 16px;
}
.terms-box blockquote{
    border-left: none!important;
    padding: 16px 0!important;
    margin: 0!important;
}
.terms-box blockquote p{
    font-style: normal;
    font-size: 16px;
    line-height: 1.25em;
    text-align: center;
}
.terms-box p strong,
.terms-box a,
.terms-box blockquote p{
    font-weight: 700;
    color: var(--red);
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/*-------------------------------------------------
1. Media Queries to Fix Responsive Layouts
	1.1 Resolution (For Large Seized Desktops 1600x900)
	1.2 Resolution (For Medium Seized Desktops 1440x900)
	1.3 Resolution (For Small Seized Desktops 1280x800)
	1.4 Resolution (For Large Tablets 1024x800)
	1.5 Resolution (For Small Tablets 768x800)
	1.6 Resolution (For Mobile Phones 320x786)

-------------------------------------------*/
/*-------------------------------------------------
===================================================
	1. Media Queries to Fix Responsive Layouts
===================================================
-------------------------------------------------*/

/*-------------------------------------------------
	1.1 Resolution (For Large Seized Desktops 1600x900)
-------------------------------------------------*/
@media (min-width: 1921px) {
}

/*-------------------------------------------------
	1.1 Resolution (For Large Seized Desktops 1600x900)
-------------------------------------------------*/
@media (min-width: 1600px) and (max-width: 1919px) {
}
/*-------------------------------------------------
	1.2 Resolution (For Medium Seized Desktops 1440x900)
-------------------------------------------------*/
@media (min-width: 1440px) and (max-width: 1599px) {
}
/*-------------------------------------------------
	1.3 Resolution (For Small Seized Desktops 1280x800)
-------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1440px) {


}
/*-------------------------------------------------
	1.4 Resolution (For Large Tablets 1024x600)
-------------------------------------------------*/
@media (min-width: 1024px) and (max-width: 1200px) {
}

/*-------------------------------------------------
	1.5 Resolution (For Small Tablets 768x800)
-------------------------------------------------*/
@media (min-width: 0px) and (max-width: 1024px) {

}

@media (min-width: 768px) and (max-width: 1080px) {
    .c80{
        width: 90%!important;
        max-width: 90%!important;
        margin: 0 5%!important;
    }
    .hero-left h2 strong{
        font-size: 80px;
    }

}
@media (min-width: 0px) and (max-width: 767px) {
    .c60,
    .c80{
        width: 100%!important;
        max-width: 98%!important;
        margin: 0 auto!important;
    }
    .p40{
        padding: 24px 0;
    }
    .p80{
        padding: 40px 0;
    }
    .p120{
        padding: 40px 0;
    }
    .pt40{
        padding-top: 24px;
    }
    .pt80{
        padding-top: 80px;
    }
    .pb40{
        padding-bottom: 24px;
    }
    .pb80{
        padding-bottom: 80px;
    }
    .site-primary-header-wrap{
        width: 100%!important;
        max-width: 100%!important;
        margin: 0!important;
    }
    [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{
        fill: var(--blue-03)!important;
    }
    .menu-link{
        font-size: 1.4rem!important;
        font-weight: 700;
        line-height: 1.25em!important;
        text-transform: uppercase;
        padding: 12px 16px!important;
        color: var(--white)!important;
        background-color: var(--black)!important;
    }
    .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link{
        color: var(--white)!important;
        background-color: var(--color-02)!important;
    }
    .main-header-menu li:last-child a{
        font-size: 1.4rem!important;
        border-radius: 0rem!important;
        background-color: var(--color-01);
        color: var(--white)!important;
    }
    .btn{
        width: 100%;
        margin-top: 16px;
    }
    .btn a{
        position: relative;
        left: 50%;
        margin-top: 0px;
        transform: translate(-50%, 0);
    }
    .hero-left{
        width: 98%;
        margin-right: 1%;
        margin-left: 1%;
        margin-bottom: 40px;
        padding: 24px;
        background-color: var(--blue-02);
        border-radius: 15px;
    }
    .hero-left h2{
        font-size: 2.4rem!important;
        padding-top: 0px;
        margin-bottom: 0px;
        text-align: center;
    }
    .hero-left h2 strong{
        clear: both;
        display: block;
        font-size: 3.2rem;
        line-height: 1.5em;
        min-height: 64px;
    }
    .hero-left p{
        text-align: center;
    }
    .hero-left p strong{
        font-size: 2.2rem;
    }
    .hero-left .btn{
        margin-top: 40px;
    }
    .single-service{
        margin: 0 8px;
        padding: 40px 24px;
        border-radius: 16px;
    }
    .single-service h2,
    .single-service p{
        text-align: center;
    }
    .single-service li{
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.5em;
        text-align: center;
        padding-left: 0px;
        padding-top: 24px;
        margin-bottom: 32px;
    }
    .single-service li::before{
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .icon-service{
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .about-company-left{
        padding: 0;
    }
    .about-company-left h2,
    .about-company-left h4,
    .about-company-left h6{
        text-align: center;
    }
    .about-company-left h2{
        font-size: 2.4rem;
        padding-bottom: 0px;
    }
    .about-company-right{
        padding-top: 40px;
    }
    
    .single-testimonial .testimonial-info p{
        font-size: 1.8rem;
        line-height: 1.25em;
        padding-top: 24px;
    }
    .single-testimonial .testimonial-info p,
    .single-testimonial .name,
    .single-testimonial .position{
        text-align: center;
    }
    .site-above-footer-wrap .ast-builder-footer-grid-columns{
        width: 100%;
        margin: 0;
    }
    .footer-top h3,
    .footer-top h4,
    .footer-top p{
        text-align: center!important;
    }
    .footer-top h3{
        font-size: 2.4rem;
        line-height: 1.25em;
    }
    .footer-bottom.flex-row{
        flex-direction: column;
    }
    .footer-bottom .w50{
        width: 100%;
        margin: 0;
    }
    .footer-bottom h3,
    .footer-bottom p,
    .footer-bottom li{
        text-align: center!important;
    }
    .footer-bottom p:last-child{
        margin-bottom: 16px;
    }
    .social-footer{
        position: relative;
        display: inline-flex;
    }
    .site-footer-above-section-2 h3{
        font-size: 2.4rem;
        line-height: 1.25;
    }
    .site-footer-above-section-2 h3,
    .site-footer-above-section-2 p{
        text-align: center;
    }
    .site-footer-above-section-2 .wpcf7-submit{
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
    }
    
    
    
    .services-left p{
        width: 100%;
        font-size: 1.6rem;
        text-align: center;
        padding-bottom: 24px;
    }
    .services-right h4,
    .services-right h3{
        text-align: center!important;
    }
    .services-right h3{
        font-size: 3.2rem;
        padding-top: 24px;
    }
    .services-right h4{
        font-size: 2.4rem;
        font-weight: 700!important;
        border-radius: 27px;
        margin-bottom: 1.6rem;
        padding: 8px 40px;
    }
    .services-list{
        justify-content: space-between;
    }
    .service-single{
        width: 90%!important;
        margin-left: 5%!important;
        margin-right: 5%!important;
        margin-bottom: 2.4rem;
        padding: 4rem 2.4rem!important;
    }
    .service-single h2{
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1.25em;
        text-align: center;
        text-transform: uppercase;
/*        color: var(--red);*/
    }
    .service-single li{
        font-size: 1.6rem;
        margin-left: 16px;
        margin-bottom: 1.6rem;
    }
    .member-left{ order: 2!important;}
    .member-right{ order: 1!important;}
    .member-right{
        padding-left: 0px;
        padding-bottom: 24px;
    }
    .member-right h2{
        text-align: center;
    }
    .member-right ul{
        margin-bottom: 2.4rem!important;;
    }
    .member-right li{
        font-size: 1.6rem;
        margin-left: 16px;
        margin-bottom: 1.6rem;
    }
    .form-inner.c80{
        width: 90%!important;
        margin: 0 5%!important;
        max-width: none!important;
    }
    .form-inner h3{
        font-size: 2rem;
        padding-bottom: 40px!important;
    }
    .form-inner h3 strong{
        font-size: 3.2rem;
    }
    .element-top{
        flex-direction: column;
    }
    .element-input-short,
    .element-input-short-3,
    .element-input-long{
        width: 90%;
        margin: 0 5%;
    }
    .element-input p{
        margin-bottom: 8px!important;
    }
    .element-input input{
        padding: 8px 16px!important;
        border-radius: 32px!important;
        margin-top: 8px;
    }
    .element-input textarea{
        padding: 8px 16px!important;
        border-radius: 32px!important;
        margin-top: 8px;
    }
    .site-footer-section-1 img{
        position: relative;
        left: 50%;
        width: 100%!important;
        max-width: 240px!important;
        margin-bottom: 8px;
        padding-bottom: 32px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        transform: translate(-50%, 0);
    }
    .site-footer-section-3 h2{
        text-align: center;
        margin-bottom: 16px;
    }
    .ast-footer-copyright p{
        margin-bottom: 8px!important;
    }
    .site-footer-section-3 p{
        margin-top: 8px!important;
    }
    .ast-footer-copyright p,
    .site-footer-section-3 p{
        text-align: center!important;
    }
    .terms-box h1{
        font-size: 24px;
        line-height: 1.5em;
    }
    .form-box-inner{
        padding: 24px 24px 0 24px;            
    }
    .info-form h4{
        text-align: center;
        font-size: 18px;
    }
    .info-form h4 strong{
        clear: both;
        display: block;
        font-size: 2.4rem;
        line-height: 1.25em;
    }
    .info-form p{
        text-align: center;
    }
    .form-single-page{
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 24px;
    }
    .form-box-inner{
        margin-top: -40px!important;
    }
    .top-form .element-top.flex-row{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .top-form .element-top .element-input, .top-form .element-bottom .element-input{
        width: 98%!important;
    }
    .faq-left{ order: 2};
    .faq-right{ order: 1};
    .faq-right h3{ text-align: center;}
    .section-blue h2,
    .section-blue p{
        text-align: center;
    }
    .single-post .entry-title{
        margin-top: 40px;
    }
    .single-post h1{
        font-size: 2.4rem!important;
    }
    .single-post.section-dark h2, .single-post.section-dark h4{
        text-align: center!important;
    }
    .single-info p,
    .post-conclusion p{
        font-weight: 400!important;
        text-align: center!important;
        line-height: 1.75em;
        letter-spacing: 1px;
    }
    .single-info ul{
        width: 80%;
        margin: 40px 10%!important;
    }
    .long-img img{
        width: 100%!important;
        margin: 0!important;
    }
    .member-right h2 strong,
    .single-event p {
        font-size: 3.2rem!important;
    }
    .accordion-info{
        margin-top: 40px;
    }
    .list-right ul{
        width: 80%;
        margin-left: 10%!important;
        margin-right: 10%!important;
        margin-top: 40px!important;
    }
    .list-right ul li{
        text-align: justify!important;
    }
    .ast-footer-copyright p,
    .site-footer-section > *{
        margin-bottom: 0;
    }
}