@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Poppins:wght@200;300;400;500;600&family=Roboto:wght@300;400;500&family=Rubik:wght@300;400;500;600;700;800&display=swap');

:root {
    --primary-color: #e92123;
    --highlight-color: #303296;
    --s_backgound-color: #f1f5fa;
    --secondary-color: #ffffff;
    --text-color: #202020;
    --p-color: #696969;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Rubik', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto', sans-serif;
}

p {
    font-size: 15px;
}


#fixed_icons {
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 9999;
}

.fixed_icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fixed_icons li {
    display: block;
    padding: 10px 10px;
    padding-left: 15px;
    color: var(--secondary-color);
    font-size: 17px;
}

.fixed_icons li a {
    display: block;
}

.whatsapp {
    background: #4ac959;
}

.phone {
    background: #34b7f1;
}

.facebook {
    background: #4267B2;
}

.youtube {
    background: #CD201F;
}

.twitter {
    background: #00acee;
}

.instagram {
    background: #d62976;
}

#top_bar {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background: var(--secondary-color);
    z-index: 999 !important;
}

.top_b_logo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: 1px;
    padding-top: 20px !important;
    font-size: 38px;
}

.top_b_btn_t{
    width: 100%;
    height: auto;
    padding: 15px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
    background: var(--primary-color);
    border: none;
    color: var(--secondary-color);
    font-size: 16px;
    letter-spacing: 0.15px;
    font-weight: 500;
    margin-top: 15px;
}
.top_b_btn_t:hover{
    background: var(--highlight-color);
    transition: all 0.3s ease-in;
}
.top_b_btn_n{
    width: 100%;
    height: auto;
    padding: 15px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
    background: var(--highlight-color);
    border: none;
    color: var(--secondary-color);
    font-size: 16px;
    letter-spacing: 0.15px;
    font-weight: 500;
    margin-top: 15px;
}
.top_b_btn_n:hover{
    background: var(--primary-color);
    transition: all 0.3s ease-in;
}

/* navbar  */

#header {
    position: sticky;
    top: 0;
    z-index: 9999 !important;
}

.navbar-brand {
    padding: 0px 15px;
}

.navbar {
    width: 100%;
    background: var(--highlight-color);
    border: none;
    border-radius: 0;
    margin: 0 !important;
    box-shadow: 0px 3px 6px 0px rgba(5, 37, 95, 0.2);
}

.navbar-brand{
    display: none;
}

.navbar .navbar-nav>li>a {
    padding: 10px 15px;
    color: var(--secondary-color) !important;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: initial;
    margin: 15px 5px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
}

.navbar .navbar-nav>li>a:hover {
    font-size: 16px;
    font-weight: initial;
    color: var(--primary-color) !important;
    background: transparent !important;
    transition: all 0.3s ease;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    font-size: 16px;
    font-weight: initial;
    color: var(--secondary-color) !important;
    background: transparent !important;
    transition: all 0.3s ease;
}

.dropdown-menu {
    padding: 0;
    /* width: 250px; */
    border: none !important;
    border-radius: 0;
}

.dropdown li a {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    padding: 10px 20px;
    font-weight: initial;
    color: var(--text-color) !important;
    letter-spacing: 0px;
}

.dropdown li a:hover {
    background: var(--highlight-color) !important;
    color: var(--secondary-color) !important;
    font-weight: initial;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background: none !important;
    color: var(--highlight-color) !important;
}

@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

/* end navbar  */


#banner{
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: url(../../images/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}
#cfc_banner{
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: url(../../images/cfc_b1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}
.banner_h{
    font-family: 'Montserrat', sans-serif;
    color: var(--secondary-color);
    font-weight: 600;
    line-height: inherit;
    font-size: 36px;
}
.banner_sh{
    font-family: 'Montserrat', sans-serif;
    color: var(--secondary-color);
    font-weight: 600;
    line-height: inherit;
}
.abnner_h_b{
    font-family: 'Montserrat', sans-serif;
    color: var(--secondary-color);
    font-weight: 600;
    line-height: inherit;
    font-size: 36px;
    text-align: center;
}
.banner_li{
    padding: 0;
    margin: 0;
}
.banner_li li{
    list-style: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0.35px;
    font-size: 16px;
    padding-top: 15px;
    color: var(--secondary-color);
}
.banner_r_btn{
    margin-top: 25px;
    padding: 12px 0;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    background: var(--primary-color);
    border: none;
    letter-spacing: 0px;
    color: var(--secondary-color);
    transition: all 0.3s ease-in;
}
.banner_r_btn:hover{
    background: var(--highlight-color);
    transition: all 0.3s ease-in;
}
.banner_f_h{
    margin-top: 30px !important;
    width: 100%;
    padding: 12px !important;
    background: var(--highlight-color);
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    border: none;
    font-weight: 600;
    color: var(--secondary-color);
}
.banner_quote_form{
    width: 100%;
    height: auto;
    padding: 25px;
    background: var(--primary-color);
}
.quote_input{
    margin-bottom: 20px;
    padding: 12px;
    height: auto;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: var(--text-color);
}
.quote_input::placeholder{
    color: var(--text-color);
}
.banner_q_btn{
    padding: 12px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    background: var(--highlight-color);
    border: none;
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 600;
}

#about{
    width: 100%;
    height: auto;
    padding: 60px 0;
}
.about_h{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: var(--primary-color);
    padding-bottom: 15px !important;
}
.abt_p{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding-top: 15px !important;
    line-height: 32px;
    letter-spacing: 0.35px;
    font-weight: 400;
}
#abt_img{
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}
.abt_n_h{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 46px;
    margin-top: 25px !important;
    font-weight: 700;
    letter-spacing: 0.65px;
    color: var(--primary-color);
}
.abt_n_p{
    font-family: 'Poppins', sans-serif;
    color: var(--text-color);
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    padding-top: 10px !important;
    letter-spacing: 0.35px;
}

#cfc{
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: url(../../images/cfc_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    position: relative;
}
.cfc-svg-design-top{
    top: -1px;
}
.cfc-svg-design-top svg{
    height: 50px;
}
.cfc-svg-design-bottom{
    bottom: -1px;
    transform: rotate(180deg);
}
.cfc-svg-design-bottom svg{
    height: 50px;
}
.cfc-svg-design{
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.cfc-svg-design svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.cfc-svg-design .svg_design {
    fill: #ffffff;
    transform-origin: center;
/*    transform: rotateY(0);*/
}

.cfc_h{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: var(--secondary-color);
    padding-top: 10px !important;
}
.cfc_p{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding-top: 10px !important;
    line-height: 32px;
    letter-spacing: 0.35px;
    font-weight: 400;
    text-align: center;
    color: var(--secondary-color);
}
.cfc_sp{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding-top: 10px !important;
    line-height: 32px;
    letter-spacing: 0.35px;
    font-weight: 400;
    color: var(--secondary-color);
}
.cfc_sp strong{
    color: var(--primary-color);
}
.cfc_box{
    width: 100%;
    height: 350px;
    padding: 30px 20px;
    background: var(--secondary-color);
    border-radius: 10px;
    margin-top: 40px;
    text-align: center;
}
.cfc_box i{
    font-size: 42px;
    color: var(--primary-color);
}
.cfc_b_h{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 20px;
    letter-spacing: 0;
    padding-top: 20px !important;
}
.cfc_b_p{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    padding-top: 15px !important;
    line-height: 30px;
    letter-spacing: 0.15px;
    font-weight: 400;
    text-align: center;
}
.about_p{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.15px;
    font-weight: 400;
}


#why_us{
    width: 100%;
    height: auto;
    padding: 60px 0;
}
.why_flip_box{
    position: relative;
    border-radius: 10px;
    height: 300px;
    margin-top: 40px;
    perspective: 1000px;
    transform-style: preserve-3d;
}
.flip_box_effect .why_flip_box{
    perspective: 1000px;
    transform-style: preserve-3d;
}
.why_flip_box_front{
    background-color: #d10f1c;
    border-style: solid;
    border-width: 1px;
    border-color: #dedede;
}
.why_flip_box:hover .why_flip_box_front{
    transform: rotateX(0) rotateY(180deg);
}
.flip_box_effect .why_flip {
    transform-style: preserve-3d;
    backface-visibility: hidden;
}
.why_flip {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .6s ease-in-out;
}
.flip_overlay{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    padding: 35px;
    color: #fff;
}
.flip-box-3d .why_flip .flip_overlay{
    transform-style: preserve-3d;
    transform: translateZ(0.1px);
}
.flip-box-3d .flip_front_inner{
    transform: translateZ(90px) scale(.91);
}
.why_flip_box_back{
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #dedede;
    display: block;
}
.flip_box_effect.flip_direction_right .why_flip_box_back{
    transform: rotateX(0) rotateY(-180deg);
}

.flip_box_effect.flip_direction_right .why_flip_box:focus-visible 
.why_flip_box_front,.why_flip.flip_direction_right 
.why_flip_box:hover .why_flip_box_front {
    transform: rotateX(0) rotateY(180deg)
}

.flip_box_effect .why_flip_box:focus-visible 
.why_flip_box_back,.flip_box_effect .why_flip_box:hover .why_flip_box_back {
    transform: none;
}

.flip_front_inner i{
    font-size: 36px;
}
.wfh{
    padding-top: 20px !important;
}


#advantages{
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: rgba(48, 50, 150, 0.65);
}
.adv_box{
    margin-top: 40px;
    background: var(--secondary-color);
    padding: 40px 25px;
    border-radius: 10px;
}
.adv_h{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 22px;
    letter-spacing: 0;
    line-height: inherit;
}
.adv_p{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    padding-top: 15px !important;
    line-height: 30px;
    letter-spacing: 0.35px;
    font-weight: 400;
}

#services{
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: var(--secondary-color);    
}
.ser_b_h{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 22px;
    letter-spacing: 0;
    line-height: inherit;
    text-align: center;   
}
.ser_b_p{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    padding-top: 10px !important;
    line-height: 30px;
    letter-spacing: 0.35px;
    font-weight: 400;
    text-align: center;
}
.point_p{
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    padding-top: 20px !important;
    line-height: 30px;
    letter-spacing: 0.35px;
    font-weight: 400;
    color: var(--secondary-color);
}
.point_p i{
    font-size: 22px;
    color: var(--primary-color);
}

.point_btn{
    padding: 12px 20px;
    font-family: 'Montserrat', sans-serif;
    background: var(--primary-color);
    border: none;
    letter-spacing: 0px;
    color: var(--secondary-color);
    transition: all 0.3s ease-in;
    display: block;
    margin: auto;
    margin-top: 25px;
}

#we_buy_vehicle{
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: var(--secondary-color);
}
.wbv_box{
    margin-top: 25px;
    border-radius: 10px;
    box-shadow: 0 0 14px 0 rgba(156,154,154,.5);
    text-align: center;
    padding: 20px;
}
.vbv_h{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--text-color);
    font-size: 22px;
    letter-spacing: 0;
    line-height: inherit;
    text-align: center;
}

#recent_purchases{
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: var(--secondary-color);
}
.rp_btn{
    padding: 10px 15px;
    font-family: 'Montserrat', sans-serif;
    background: var(--secondary-color);
    border: 2px solid var(--primary-color);
    letter-spacing: 0px;
    color: var(--primary-color);
    transition: all 0.3s ease-in;
    display: block;
    margin: auto;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    transition: all 0.3s ease-in;
}
.rp_btn:hover{
    background: var(--primary-color);
    color: var(--secondary-color);
    transition: all 0.3s ease-in;
}
.rp_box{
    border: 2px solid var(--text-color);
    margin-top: 40px;
    border-radius: 10px;
}
.rp_h{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 22px;
    letter-spacing: 0;
    line-height: inherit;
    text-align: center;
    padding-top: 15px !important;
}
.rp_p{
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.35px;
    font-weight: 400;
    color: var(--text-color);
    text-align: center;
}

#brand{
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: var(--secondary-color);
}

.brand_box{
    margin-top: 30px;
    width: 100%;
    height: auto;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 14px 0 rgba(156,154,154,.5);
}



#reviews {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--secondary-color);
}

.review_box {
    width: 100%;
    height: auto;
    padding: 25px 20px;
    background: var(--highlight-color);
}

.r_hh {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Roboto', sans-serif;
    color: var(--secondary-color);
    background: var(--primary-color);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center;
    position: relative;
    line-height: 38px;
    font-size: 21px;
}

.r_h {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Roboto', sans-serif;
    color: var(--secondary-color);
    font-weight: 500;
    font-size: 18px;
    position: relative;
    top: 10px;
    padding-left: 5px !important;
}

#r_star {
    padding: 8px 0;
    width: 100px;
}

.review {
    height: 80px;
    overflow: hidden;
    overflow-y: scroll;
}

.r_p {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 26px;
    color: var(--secondary-color);
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none !important;
}
.owl-nav{
    display: none !important;
}
.owl-dots{
    display: none !important;
}

/*.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    font-size: 40px;
    color: var(--secondary_color);
    position: absolute;
    top: 40%;
    border: 1px solid var(--primary-color);
    background: rgba(255, 255, 255, 0.5);
    color: var(--primary-color);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 0;
}

.owl-prev span {
    position: relative;
    bottom: 3px;
}

.owl-next span {
    position: relative;
    bottom: 3px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -10px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -10px;
}*/


#footer{
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: var(--primary-color);
}
#bg_red{
    background: var(--primary-color) !important;
}

.footer_p{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.35px;
    font-weight: initial;
    padding-top: 12px !important;
    color: var(--secondary-color);
}
.footer_h{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--secondary-color);
    font-size: 22px;
    letter-spacing: 0;
    line-height: inherit;
    margin-top: 20px !important;
}

#faqs{
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: var(--s_backgound-color);
}


.panel-heading {
  padding: 0;
    border:0;
}
.panel-title>a, .panel-title>a:active{
    display:block;
    padding:15px;
    font-family: 'Montserrat', sans-serif;
    color:#555;
    font-size:15px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.35px;
    text-decoration:none;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
} 
.panel-group{
    margin-top: 30px;
}
 .panel{
    margin-top: 5px !important;
}
.panel-default>.panel-heading{
    background: var(--secondary-color);
}
.panel-body{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    padding-top: 15px !important;
    line-height: 32px;
    letter-spacing: 0.35px;
    font-weight: 400;
}

#about_inner{
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: var(--secondary-color);
}

.cfc_banner_left{
    width: 100%;
    height: auto;
    padding: 50px 25px;
    background: rgba(0, 0, 0, 0.80);
    border-radius: 10px;
    margin-top: 30px;
}


.banner_p{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    padding-top: 10px !important;
    line-height: 32px;
    letter-spacing: 0.35px;
    font-weight: 400;
    color: var(--secondary-color);
}
.cfc_b_box{
    width: 100%;
    height: auto;
    padding: 40px 10px;
    border: 2px solid var(--secondary-color);
    border-radius: 10px;
    margin-top: 30px;
    text-align: center;
}
.cfcb_rh{
    background: red;
    font-family: 'Montserrat', sans-serif;
    padding: 5px !important;
    color: var(--secondary-color);
    font-size: 20px;
}
.cfcb_h{
    font-family: 'Montserrat', sans-serif;
    padding-top: 15px !important;
    color: var(--secondary-color);
    font-size: 20px;
}
.cfcb_p{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    padding-top: 10px !important;
    color: var(--secondary-color);
}
.bg_o{
    background: orange;
}
.bg_g{
    background: green;
}

.syjv_box{
    margin-top: 40px;
    text-align: center;
}
.syjv_box img{
    margin: auto;
}
.syj_h{
    font-family: 'Montserrat', sans-serif;
    padding-top: 15px !important;
    color: var(--primary-color);
    font-size: 23px;
}

#all_conditions{
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: rgba(0, 0, 0, 0.60);
}
.ac_h{
    font-family: 'Montserrat', sans-serif;
    padding-top: 15px !important;
    color: var(--secondary-color);
    font-size: 24px;
}
.ac_p{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    padding-top: 10px !important;
    color: var(--secondary-color);
}

#sac{
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: var(--s_backgound-color);
}

.bg_white{
    background: #ffffff !important;
}
.flip_front_inner img{
    margin: auto;
}
.flip_front_inner .c_r{
    color: #e92123 !important;
}
.bg_red{
    background: #e92123 !important;
}
.c_w{
    color: #ffffff !important;
}

.contact_box{
    margin-top: 40px;
    text-align: center;
}
.contact_box i{
    color: var(--primary-color);
    font-size: 32px;
}
.contact_sh{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    padding-top: 10px !important;
}
.contact_h{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    padding-top: 10px !important;
    color: var(--primary-color);
}

#map{
    margin-top: 30px;
}

#copyrights{
    width: 100%;
    height: auto;
    padding: 15px 0;
    background: var(--highlight-color);
}
.copy_p{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0px;
    font-weight: 400;
    color: var(--secondary-color);
}

