/*custom css*/
.container{
     width: 100%;
    max-width: 1366px;
}
.container-fluid {
   width: 100%;
    max-width:1750px;
}
:root{
    --red:#ee0d09;
}

body{
    font-weight: normal;
     font-family: "Inter", serif;
     font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Oxanium", serif;
    font-weight: normal;
}


.d-flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-cen {
    align-items: center;
    justify-content: center;
    display: flex;
}
.flex-v-cen {
    align-items: center;
    display: flex;
}
.p-sec{
   padding-top: 60px;
    padding-bottom: 90px;
}
.bg-red{
background-color: var(--red);
}

.bg-light-red{
background-color: #f6e6e9;
}
.clr-red {
    color: var(--red);
}
.call {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-family: 'Oxanium';
}
.call i {
    width: 50px;
    height: 50px;
      background-color: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    border-radius: 50%;
}
.call span {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
.call span b {
    font-size: 20px;
    font-weight: bold;
    color: #111;
    transition: 0.3s;
}
.call.white span, .call.white b{
    color: #fff; 
}

.btn_style{
             padding: 16px 16px 16px 20px;
    font-size: 18px;
    font-weight: 500;
    background-color: var(--red);
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    text-transform: capitalize;
    font-family: 'Oxanium';
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    transition: 0.3s;
}
.btn_style:after{
     position: absolute;
    content: '';
    display: block;
    width: 60px;
    height: 100%;
    background-color: #555555;
    right: -10px;
    top: 0;
    z-index: -1;
    transform: skewX(-20deg);
    transition: 0.3s;
}
.btn_style i {
         margin-left: 10px;
    padding-left: 20px;
}
.btn_style:hover{
    color: #fff;
}
.btn_style:hover:after {
    transform: skewX(20deg);
    background-color: #ce0400;
}
.title-head{
    margin-bottom: 30px;
}
.title-head .head, .title-head h2{
    color: #111;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    text-transform: uppercase;
}
.title-head h3{
    color: #111;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    text-transform: capitalize;
}
.title-head p{
       color: #333;
    font-size: 15px;
    line-height: 24px;
	        word-break: break-word;
}
.title-head p a{
	color:var(--red);
	font-weight:500;
	text-decoration:none;
}
.title-head ul, .title-head ol{
        list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}
.title-head ol{
	column-count:2;
}
.title-head ul li, .title-head ol li{
        color: #333;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.title-head ul li:before, .title-head ol li:before {
    position: absolute;
    content: '\F26A';
    display: block;
    font-size: 20px;
    color: var(--red);
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
}
.title-head.white .head{
    color: #fff;
}
.title-head.white .head small{
    display: block;
        font-size: 22px;
    line-height:36px;
    text-transform: none;
	
}
.title-head .fav_logo{
    margin-bottom: 25px;
}
.title-head.white p{
    color: #F1F1F1
}
.center{
    text-align: center;
}
/* .we-use .title-head.white .head small {
    display: block;
    font-size: 15px;
    line-height: 24px;
    text-transform: none;
    font-family: "Inter", serif;
    font-weight: normal;
} */
.we-use .title-head{
	display: block;
    font-size: 15px;
    line-height: 24px;
    text-transform: none;
    font-family: "Inter", serif;
    font-weight: normal;
}
.we-use .title-head h2{
	    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    text-transform: none;
}
.we-use .title-head h3{
	    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    text-transform: none;
}
.we-use .title-head h4{
	    color: #fff;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    text-transform: none;
}
.we-use .title-head h5{
	    color: #fff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    text-transform: none;
}
.we-use .title-head h6{
	    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: none;
}
/*
.btn-style{
    margin-top: 55px;
    text-align: center;
}
.btn-style a{
       padding: 18px 30px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    line-height: 1.5;
    background-color: var(--red);
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: .5px;
    
}
.btn-style:hover{
    color: #fff;
}
.btn-style a i{
        padding-left: 4px;
}
*/
.owl-nav {
    display: flex;
    width: 100%;
    
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 10px;
}
.owl-nav button{
    margin: 0px 5px;
background-color: var(--red) !important;
    border: 1px solid var(--red) !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 16px;
    color: #fff !important;
    transition: 0.3s;
}
.owl-nav button:hover{
    background-color: transparent !important;
    box-shadow: none;
    color: var(--red) !important;
}
.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 0px 12px 3px #0000004d;
}

.btn_grp{
    display: flex;
    align-items: center;
}
.btn_grp .btn_style{
    margin-right: 15px;
}
.mt_70{
    margin-top: 70px;
}
/*------------ start top bar ----------*/
.top-bar{
    background-color: #111111;
}
.top-bar .left-part{
    background-color: var(--red);
    position: relative;
    z-index: 1;
        padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
}
.top-bar .left-part:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--red);
    left: -50%;
    z-index: -1;
    top: 0;
}
.top-bar .left-part p{
    margin-bottom: 0;
        font-size: 14px;
    color: #fff; 
    display: flex;
    align-items: center;
}
.top-bar .left-part p:first-child{
    margin-right: 10px;
}
.top-bar .left-part p a{
    margin-bottom: 0;
        font-size: 14px;
    color: #fff; 
    display: flex;
    align-items: center;
    text-decoration: none;
}
.top-bar .left-part p a i{
    margin-right: 10px;
}
.top-bar .right-part ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
.top-bar .right-part ul li{
    display: inline-block;
    padding-left: 10px;
}
.top-bar .right-part ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
}
.top-bar .right-part ul li a:hover{
    color: var(--red);
}
/*------------ end top bar ----------*/
/*------------ start header ----------*/
header .dvd{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .logo {
        max-width: 360px;
    padding: 22px 0px;
    padding-right: 25px;
    width: 100%;
    height: 100%;
    background-color: #111111;
    position:relative;
    z-index: 1;
}
header .logo:after{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #111;
    left: -100%;
    top: 0;
    z-index: -1;
}
header .mid-part ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
header .mid-part ul li {
    display: inline-block;
    padding: 0px 10px;
}
header .mid-part ul li a{
        color: #111111;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 34px 0px;
    display: inline-block;
    position: relative;
    transition: 0.3s;
    font-family: 'Oxanium';
}
header .mid-part ul li a:hover{
    color: var(--red);
}
header .mid-part ul li a:after {
        position: absolute;
    content: '';
    display: block;
    width: 0px;
    height: 2px;
    left: 0;
    bottom: 18px;
    background-color: var(--red);
    transition: 0.3s;
}
header .mid-part ul li a:hover:after{
     width: 30px;
}
header .mid-part ul li a.active{
     color: var(--red);
}
header .mid-part ul li a.active:after{
     width: 30px;
}
header .right-part {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .right-part .btn-style a{
    color: #fff;
    background-color: var(--red);
    font-size: 15px;
    padding: 13px 24px;
    font-weight: 500;
    text-decoration:none;
    text-transform: uppercase;
    transition: 0.3s;
}
header .right-part .btn-style a:hover{
    box-shadow: inset 10px 0px var(--red);
    background-color: #000;
}

header .right-part .menu-ico {
     background: var(--red);
    width: 55px;
    height: 55px;
    box-shadow: none;
    border-radius: 0;
    margin-left: 35px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
}

/*------------ end header ----------*/
/*------------ start banner  ----------*/
.banner {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.banner .bg-vdo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.banner .bg-vdo video {
    width: 100%;
}
.banner:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background:#000;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .7;
}
.banner .left-part{
       padding-top: 150px;
    padding-bottom: 150px;
    max-width: 740px;
    width: 100%;
}
.banner .left-part h3{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 1px;
}
.banner .left-part h3 i{
    color: var(--red);
    margin-right: 10px;
}
.banner .left-part h1{
       font-size: 70px;
    font-weight: bold;
    line-height: 80px;
    margin-bottom: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.banner .left-part h1 span{
   color: var(--red);
    font-weight: 700;
}
.banner .left-part p{
   font-size: 16px;
    margin-bottom: 30px;
    color: #F1F1F1;
	
}
.banner .left-part p a{
	color:#fff;
}
.banner .left-part .my-btn a{
    padding: 18px 30px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    line-height: 1.5;
    background-color: var(--red);
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: .5px;
    
}
.banner .left-part .my-btn a:hover{
    background-color: #fff;
    color: #000;
        box-shadow: inset 10px 0px var(--red);
}
.banner .left-part .my-btn a i{
    padding-left: 4px;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
        background-color: #ffffff85;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: 27px;
    display: none !important;
}
/*------------ end banner  ----------*/
/*------------ start services   ----------*/
.ser .grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
}
.ser .box {
    min-height: 510px;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
}
.ser .box:before{
         position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    content: '';
    background: linear-gradient(to top, #000000, transparent);
    z-index: -1;
    transition: 0.3s;
}
.ser .box:after{
         position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    content: '';
    background: linear-gradient(to top, var(--red), transparent);
    z-index: -1;
    transition: 0.3s;
    opacity: 0;
}
.ser .box:hover:after{
     opacity: 1;
}
.ser .box:hover .frst li img{
        filter: invert(1) saturate(0) brightness(4.5);
}

.ser .box .frst {
    list-style: none;
    padding: 25px 30px;
    margin: 0;
    display: flex;
    position: absolute;
    bottom: 15px;
    left: 0;
    transition: 0.5s;
    z-index: 9;
}

.ser .box .frst li:last-child{
    margin-left: 20px;
    flex: 1;
}
.ser .box .frst li img{
      width: 50px;
    height: 50px;
}
.ser .box .frst li h3 {
    color: #fff;
    font-size: 20px;
   margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.ser .box .frst li p{
    color:#F1F1F1;
    font-size: 15px;
    line-height: 23px;
    display: block;
    margin-bottom: 0;
}
.ser .box .frst li p a{
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

/*------------ end services   ----------*/
/*------------ end content part   ----------*/
.content_img .bg_img{
    background-size: cover;
    background-repeat: no-repeat;
}
.content_img .abt_img{
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.content_img .abt_img .img_box{
 margin-left: auto;
}
.content_img .abt_img .count_part{
    width: 100%;
    max-width: 315px;
    padding: 40px;
    background-image: url(../images/abt_count_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
     position: absolute;
    z-index: -1
}
.content_img .title-head .head, .content_img .title-head h2{
    text-transform: capitalize;
}
.content_img .abt_img .count_part ul{
    list-style: none;
    padding: 0;
    margin: 0;
    
   
}

.content_img .abt_img .count_part ul li{
     border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
       font-size: 16px;
    font-weight: 500;
    color: #fff;
    font-family: 'Inter';
    line-height: 42px;
}
.content_img .abt_img .count_part ul li:last-child{
     padding: 0;
    margin: 0;
    border-bottom: none;
    
}
.content_img .abt_img .count_part ul li b{
       font-size: 62px;
    font-weight: 500;
    font-family: 'Oxanium';
    display: block;
    
}
.content_img .box{
    padding-top: 40px;
    padding-bottom: 40px;
}
.pl{
    padding-left: 30px;
}
/*------------ end content part   ----------*/
/*------------ start we use   ----------*/
.we-use{
    background-image: url(https://usautospa.digitalageco.com/wp-content/uploads/2025/03/content_bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
      padding-top: 100px;
    padding-bottom: 155px;
    position: relative;
    z-index: 1;
}
.we-use h1, .we-use h2, .we-use h3,.we-use h4,.we-use h5,.we-use h6,.we-use p{
	color:#fff !important;
}
.we-use:after{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .7;
}


.we-use .call i{
      height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 100px;
    background-color: var(--red);
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 32px;
    margin: 0 auto;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.we-use .call i:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--red);
    border-radius: 50%;
    z-index: -1;
    animation: vdo-anim 1s infinite;
}
.we-use .call span{
       color: #fff;
    font-size: 25px;
    line-height: 40px;
    margin-left: 20px;
}
.we-use .call span b{
    color: #fff;
     font-size: 40px;
    transition: 0.3s;
}
.we-use .call:hover span b{
    color: var(--red);
}
/*
.we-use .call:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: -1;
    animation: vdo-anim2 1s infinite;
}
*/
@keyframes vdo-anim{
    0%{
        width: 100%;
    height: 100%; 
        opacity: 1;
    }
     100%{
        width: 140%;
    height: 140%; 
         opacity: 0;
    }
}


/*------------ end we use   ----------*/
/*------------ start why us    ----------*/
.why-us .box{
    padding: 15px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}
.why-us .box:first-child{
    border-bottom: 1px solid #ddd;
}
.why-us .box .icon{
     background-color: var(--red);
        border-radius: 50%;
         width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.why-us .box:hover .icon{
    background-color: #000;
}
.why-us .box .icon img{
    width: 40px;
}
.why-us .box .text {
    flex: 1;
}
.why-us .box .text h4{
   font-size: 20px;
    font-weight: 500;
    color: #111;
    text-transform: uppercase;
}
.why-us .box .text p {
     font-size: 15px;
    line-height: 22px;
    color: #333;
}
/*------------ end why us    ----------*/
/*------------ start contact form    ----------*/
.contact_form{
    background-color: #F7F7F7;
    padding-top: 70px;
    padding-bottom: 70px;
}
.contact_form .form_grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 10px;
}
.contact_form .form-control{
    border: 1px solid #C7C7C7;
    height: 55px;
    background-color: #fff;
    border-radius: 0;
    color: #111;
    margin-bottom: 10px;
} 
.contact_form textarea.form-control{
    height: 100px;
}
.contact_form .form_head{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #111;
    position: relative;
    z-index: 1;
    margin-top: 25px;
    margin-bottom: 25px;
}
.contact_form .form_head span{
    background-color: #F7F7F7;
    padding-right: 20px;
    display: inline-block;
}
.contact_form .form_head:after{
   position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #888888;
    left: 0;
    top: 10px;
    z-index: -1;
}
.contact_form .form_group.check{
     margin-top: 25px;
    margin-bottom: 25px;
}
.contact_form .form_group h5{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #111;
    position: relative;
    z-index: 1;
   
}
.contact_form .form_btn{
        padding: 14px 30px;
    font-size: 18px;
    font-weight: 500;
    background-color: var(--red);
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    text-transform: capitalize;
    font-family: 'Oxanium';
    position: relative;
    z-index: 1;
    border: none;
    display: inline-block;
    margin-top: 10px;
    transition: 0.3s;
}
.contact_form .form_btn:hover{
    background-color: #111;
}
.contact_form .cont_part{
        background-color: var(--red);
    padding: 40px 70px; 
    max-width: 760px;
    width: 100%;
    margin-left: auto;
}
.contact_form .cont_part .img_box{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.contact_form .cont_part .img_box:after{
        position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    content: '';
    background: linear-gradient(to top, var(--red), transparent);
    z-index: 0;
}
.contact_form .cont_part .img_box .call{
    position: absolute;
    z-index: 1;
}
.contact_form .cont_part .img_box .call img{
    margin-right: 10px;
}
.contact_form .cont_part .img_box .call span{
    font-size: 25px;
    line-height: 35px;
}
.contact_form .cont_part .img_box .call span b{
    font-size: 30px;
}
/*------------ start contact form    ----------*/
/*------------ start testimonial     ----------*/
.testi {
    background-color: #000;
    background-image: url(../images/testi_bg.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 110px;
    padding-bottom: 185px;
}
.testi .left_part{
    max-width: 350px;
    width: 100%;
}
.testi h4{
        color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.testi ol{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    margin-top: 25px;
    gap:15px;
}
.testi ol li{
    height: 60px;
}
.testi .box {
      padding: 25px;
    background-color: #ffffff;
    border-radius: 0;
}
.testi .box p {
     font-size: 15px;
    color: #303030;
    line-height: 22px;
}

.testi .box ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom: 1px solid #ddd
}
.testi .box ul .img-box {
       width: 44px;
    height: 44px;
    display: flex;
}
.testi .box ul .text-box {
    padding-left: 15px;
}
.testi .box ul .text-box h5{
    color:  var(--headclr);
    letter-spacing: .5px;
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px;
}
.testi .box ul .text-box .stars {
    display: flex;
    align-items: center;
}
.testi .box ul .text-box .stars i{
       font-size: 15px;
    color: #e99927;
    margin-right: 4px;
}
.testi .leave_rev{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 12px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.testi .leave_rev p{
        color: var(--headclr);
    font-size: 24px;
    letter-spacing: .2px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
}
.testi .leave_rev ul {
    list-style: none;
    padding: 0;
    margin: 0;
     display: flex;
    align-items: center;
}
.testi .leave_rev ul li{
    padding: 0px 20px;
    border-right: 1px solid #ddd;
}
.testi .leave_rev ul li:last-child{
    border: none;
}
.testi .leave_rev ul li img{
    width: 100px;
}
#owldemo{
    padding-left: 30px;
    padding-right: 30px;
}
#owldemo .item{
    padding-top: 15px;
    padding-bottom: 15px;
}
#owldemo .owl-nav{
    display: flex !important;
        width: 100%;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
    top: 46%;
    height: 0px;
    position: absolute;
    left: -2%;
    right: 0;
    margin: 0 auto;
}
#owldemo button{
        width: 15px;
    height: 15px;
}
#owldemo button i{
    font-size: 20px;
}
/*------------ end testimonial     ----------*/
/*------------ start form secton      ----------*/
.form-sec {
        margin-top: -80px;
}
.form-sec .bg-red{
    position: relative;
    z-index: 1;
    padding: 75px 0px;
    padding-right: 50px;
}
.form-sec .bg-red:after{
       position: absolute;
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    background-color: var(--red);
    top: 0;
    left: -50%;
    z-index: -1;
}
.form-sec .left-part{
    position: relative;
    max-width: 550px;
    width: 100%;
}
.form-sec .left-part:after{
        position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 70px;
    height: 1px;
    background-color: #fff;
}
.form-sec .left-part h4{
        color: #fff;
    font-size: 45px;
    font-weight: bold;
}
.form-sec .left-part p {
    color: #fff;
    font-size: 15px;
    line-height: 1.5rem;
}
.form-sec .right-part .form-box .form-group {
    margin-bottom: 15px;
}
.form-sec .right-part .form-box .form-group .form-control {
    background-color: #fff;
    border-radius: 0;
    height: 50px;
    color: #000;
}
.form-sec .right-part .form-box .my-btn{
    width: 100%;
    background-color: #000;
    font-size: 18px;
    text-transform: capitalize;
    padding: 12px 15px;
    color: #fff;
    font-weight: 500;
    transition: .3s;
        font-family: "Oxanium", serif;
    border: none;
}


/*------------ end form secton      ----------*/
/*------------ start sat points      ----------*/
.sat-points .grid{
    background-color: #fff;
    padding: 40px;
    margin-top: -100px;
    position: relative;
    z-index: 9;
}

.sat-points .box {
    padding:0px 15px;
	margin-bottom:20px;
	    text-align: center;
}
.sat-points .box .icon {
	display:block;
	margin:0 auto;
  width: 70px;
    height: 70px;
    margin-bottom: 15px;
}
.sat-points .box h4{
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    color: #111;
    margin-bottom: 10px;
}
.sat-points .box p{
      font-size: 15px;
    line-height: 22px;
    color: #333;
	
}
.sat-points .box p a{
	color:var(--red);
	text-decoration:none;
}
/*------------ end sat points      ----------*/

/*------------ start footer      ----------*/

.top_part{
    background-color:#fff;
}
.top_part .bg_red{
    background-color: var(--red);
}
.top_part .bg_gray{
    background-color: #555;
}
.top_part .bg_dark{
    background-color: #2C2C2C;
}
.top_part .box{
    padding: 40px 30px;
}
.top_part .col-lg-4:last-child .box{
    border: none;
}
.top_part .box .logo{
    width: 125px;
    margin-bottom: 20px;
}
.top_part .box .call{
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    display: block;
} 
.top_part .bg_red i{
        width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--red);
    font-size: 25px;
    margin-bottom: 35px;
    z-index: 1;
    position: relative;
} 
.top_part .bg_red i:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
    animation: vdo-anim 1s infinite;
}
.top_part .box .call a{
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    display: block;
    text-decoration: none;
    transition: 0.3s;
}

.top_part .bg_gray .box .call a{
       font-size: 18px;
    line-height: 25px;
    font-family: 'Inter';
    font-weight: normal;
}
.top_part .box .map_ico{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.top_part .box .foot_link{
    font-size: 18px;
    color: #fff;
     text-decoration: none;
    display: block;
    font-weight: 500;
    margin: 10px 0px;
    transition: 0.3s;
}

.top_part .box h5{
     font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 600;
}
.top_part .box iframe{
    height: 144px;
}



















footer {
    background-color: #111111;
    position: relative;
    z-index: 1;
}
footer:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    content: '';
    background: #F7F7F7;
    z-index: -1;
}



footer .bot-footer{
     padding: 50px 0px;
}

footer .bot-footer .box img{
    max-width: 320px;
    margin-bottom: 20px;
}
footer .bot-footer .box p{
    color: #fff;
    font-size: .9rem;
    line-height: 1.5rem;
}
footer .bot-footer .box h4{
   font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    
    margin-bottom: 15px;
     }
footer .bot-footer .box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .bot-footer .box ul li{
    padding-bottom: 10px;
    
}
footer .bot-footer .box ul li a{
   color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s;
}
footer .bot-footer .box .time li a{
    display: flex;
}
footer .bot-footer .box .time li a i{
    color: var(--red);
    margin-right: 8px;
}
footer .bot-footer .box ul li a:hover{
    color:  var(--red);
}
footer .bot-footer .box .form-box{
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 25px;
}
footer .bot-footer .box .form-box .form-control {
    border-radius: 0;
    height: 45px;
    color: #000;
}
footer .bot-footer .box .form-box .my-btn {
    width: 60px;
    height: 45px;
    background-color: var(--red);
    color: #fff;
    position: absolute;
    border: none;
    text-transform: uppercase;
    font-family: .9rem;
    font-weight: 500;
    right: 0;
    transition: 0.3s;
}
footer .bot-footer .box .form-box .my-btn:hover{
    box-shadow: inset 3px 0px #000;
}
footer .bot-footer .box .social{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
    margin-bottom: 30px;
}
footer .bot-footer .box .social li{
    width: 40px;
    height: 40px;
    border: 1px solid #555555;
     display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0px 4px;
    transition: 0.3s;
}
footer .bot-footer .box .social li a{
    color: #fff;
}
footer .bot-footer .box .social li:hover{
    background-color: #fff;
}
footer .bot-footer .box .social li:hover a{
    color: var(--red);
}
footer .cpy{
    border-top: 1px solid #282828;
     padding: 15px 0px;
}

footer .cpy p{
    font-size: 15px;
    margin: 0;
    color: #fff;
    
}
footer .cpy p a{
    color: var(--red);
    text-decoration: none;
    transition: 0.3s;
}
footer .cpy ul{
    text-align: right;
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .cpy ul li{
    margin-left: 15px;
    font-size: 15px;
    display: inline-block;
}
footer .cpy ul li a{
    text-decoration: none;
     color: #fff;
}

/*------------ end footer      ----------*/

/*-------------------- start side menu */
.main-sidebar{
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.40);
    width: 100%;
    height: 100%;
}
.main-sidebar .side-fixed {
    height: 100vh;
    background-color: #000;
    max-width: 500px;
    margin-left: auto;
    position: relative;
    padding: 40px;
    overflow-y: scroll;
}
.main-sidebar .side-fixed .close {
       cursor: pointer;
    color: #fff;
    position: absolute;
    right: 50px;
    top: 58px;
    font-size: 30px;
}
.main-sidebar .side-fixed .logo{
    max-width: 290px;
    display: block;
    margin: 20px 0px;
}

.main-sidebar .side-fixed .contact ul {
  list-style: none;
    padding: 15px 0px;
    margin: 0;
}
.main-sidebar .side-fixed .contact ul li a{
       color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s;
        display: flex;
    align-items: center;
}
.main-sidebar .side-fixed .contact ul li a:hover{
    color: var(--red);
}
.main-sidebar .side-fixed .contact ul li{
    padding: 8px 0px;
}
.main-sidebar .side-fixed .contact ul li a i {
        color: var(--red);
        margin-right: 2px;
    width: 34px;
    display: inline-block;
    font-size: 22px;
}
.main-sidebar .side-fixed .social-icons{
    margin-top: 15px;
}
.main-sidebar .side-fixed .social-icons ul{
        list-style: none;
    padding: 0;
    margin: 0;
}
.main-sidebar .side-fixed .social-icons ul li {
        display: inline-block;
    padding: 0 5px;
}
.main-sidebar .side-fixed .social-icons ul li a {
    height: 40px;
    width: 40px;
    background-color: var(--red);
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 5px 15px -10px var(--red);
    transition: 0.3s;
    border: 1px solid var(--red);
}
.main-sidebar .side-fixed .social-icons ul li a:hover{
    color: var(--red);
    background-color: transparent;
    box-shadow: none;
    
}
.main-sidebar .side-fixed .mobile-menu ul{
        list-style: none;
    padding: 0;
    margin: 0;
}
.main-sidebar .side-fixed .mobile-menu ul li{
    border-bottom: 1px solid #2a2a2a;
       padding-top: 12px;
    padding-bottom: 12px;
	position:relative;
}
.main-sidebar .side-fixed .mobile-menu ul li a{
        text-decoration: none;
    color: #f9f9f9;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 15px;
    transition: 0.3s;
}
.main-sidebar .side-fixed .mobile-menu ul li a i{
	display:none;
}
.main-sidebar .side-fixed .mobile-menu ul li a:hover{
    color: var(--red);
}
.main-sidebar{
    transition: 0.5s;
     right: -100%;
}
.l-0{
    right: 0;
    transition: 0.5s;
}
.l-100{
    right: -100%;
    transition: 0.5s;
}
@media screen and (max-width:767px){
    .main-sidebar .side-fixed{
            padding: 20px;
    }
    .main-sidebar .side-fixed p{
            font-size: 13px;
    }
    .main-sidebar .side-fixed .mobile-menu ul li{
            padding-top: 6px;
    padding-bottom: 6px;
    }
    .main-sidebar .side-fixed .contact ul li a i{
        width: 22px
    }
    .main-sidebar .side-fixed .social-icons ul li a{
            height: 35px;
    width: 35px;
            line-height: 35px;
    }
    .main-sidebar .side-fixed .social-icons {
    margin-top: 20px;
}
    .main-sidebar .side-fixed .contact ul li {
    padding: 4px 0px;
}
      .main-sidebar .side-fixed .logo {
        max-width: 222px;
        
}
    .main-sidebar .side-fixed .close{
              right: 25px;
                top: 38px;

    font-size: 24px;
    }
    
}
/*-------------------- end side menu */
/*start inner page*/
.service-banner {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-top: 130px;
    padding-bottom: 135px;
}
.service-banner:after{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .7;
}
.service-banner .abslt-text {
        font-size: 120px;
    line-height: 80px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 255 255 / 0.2);
    color: transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.service-banner .brdcmb{
    list-style: none;
    padding: 0;
    margin: 0;
}
.service-banner .brdcmb li {
    display: inline-block;
}
.service-banner .brdcmb li a{
    color: #fff;
    text-transform: capitalize;
    font-family: 'oxygen';
    text-decoration: none;
    padding-right: 30px;
    position: relative;
}
.service-banner .brdcmb li a:after{
       position: absolute;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    right: 0px;
    top: 0;
    font-weight: 600;
    padding-right: 6px;
    line-height: 21px;
}
.service-banner .brdcmb li:last-child a:after{
    display: none;
}
.service-banner .left-part{
           max-width: 725px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.service-banner .left-part.w-100{
     max-width: 100%;
}
.service-banner .left-part h3{
        font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: .5px;
}
.service-banner .left-part h1{
       font-size: 60px;
    font-weight: bold;
    line-height: 70px;
    margin-bottom: 14px;
    color: #fff;
}
.service-banner .left-part h1 span{
    font-weight: 600;
}
.service-banner .left-part p{
    font-size: 15px;
    margin-bottom: 22px;
    color: #fff;
}
.service-banner .left-part .my-btn{
    margin-top: 40px;
}
.service-banner .left-part .my-btn a{
    padding: 18px 30px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    line-height: 1.5;
    background-color: #ee0d09;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-family: 'oxygen';
}
.service-banner .left-part .my-btn a:hover{
    background-color: #fff;
    color: #000;
        box-shadow: inset 10px 0px #ee0d09;
}
.service-banner .left-part .my-btn a i{
    padding-left: 4px;
}
.service-banner .form-box{
   background-color: #00000085;
  
}
.service-banner .form-box h5{
    font-size: 1.4rem;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    background-color: #ee0d09;
    padding: 15px 10px;
    text-align: center;
}
.service-banner .form-box .box{
    padding: 15px 25px;
    padding-bottom: 30px;
}
.service-banner .form-box .form-group {
    margin-bottom: 12px;
}
.service-banner .form-box .form-group .form-control {
    background-color: #fff;
    border-radius: 0;
    height: 45px;
    color: #000;
}
.service-banner .form-box .form-group textarea.form-control{
    height: 125px;
}
.service-banner .form-box .form-group .form-control::placeholder{
    color: #777;
}
.service-banner .form-box .my-btn {
       width: 200px;
    margin: 0 auto;
    display: block;
    background-color: #ee0d09;
    font-size: 1rem;
    font-family: 'Oxygen', sans-serif;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
    transition: .3s;
    border: none;
}
.service-banner .form-box .my-btn:hover{
        background-color: #fff;
    color: #000;
    box-shadow: inset 10px 0px #ee0d09;
}
.con-frm .left-part .form_grid{
        display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
}
.con-frm .left-part .form-box .form-group{
    margin-bottom: 20px;
}
.con-frm .left-part .form-box .form-control{
    height: 56px;
    font-size: 16px;
    padding: 10px 22px;
    background: #ffffff;
    color: #000000;
    border: 1px solid #dddddd;
    border-radius: 0;
    margin-bottom: 10px;
}
.con-frm .left-part .form-box textarea.form-control{
    height: 200px;
}
.con-frm .left-part .form_head {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #111;
    position: relative;
    z-index: 1;
    margin-top: 25px;
    margin-bottom: 25px;
}
.con-frm .left-part .form_head span {
    background-color: #fff;
    padding-right: 20px;
    display: inline-block;
}
.con-frm .left-part .form_head:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    left: 0;
    top: 10px;
    z-index: -1;
}
.con-frm .left-part .form_group.check {
    margin-top: 25px;
    margin-bottom: 25px;
}
.con-frm .left-part .form_group h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #111;
    position: relative;
    z-index: 1;
}
.con-frm .left-part .form-box .form_btn {
    padding: 14px 30px;
    font-size: 18px;
    font-weight: 500;
    background-color: var(--red);
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    text-transform: capitalize;
    font-family: 'Oxanium';
    position: relative;
    z-index: 1;
    border: none;
    display: inline-block;
    margin-top: 10px;
    transition: 0.3s;
}

.con-frm .right-part ul{
    list-style: none;
    padding: 0;
    margin: 0;
  
}
.con-frm .right-part ul li{
    padding: 10px 0px;
}
.con-frm .right-part ul li a{
         text-decoration: none;
    background-color: #F7F7F7;
    padding: 20px 30px;
    display: block;
    text-align: center;
}
.con-frm .right-part ul li a .icon {
          width: 60px;
    height: 60px;
    background-color: var(--red);
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.con-frm .right-part ul li a .text p{
      color: #111;
    font-size: 20px;
    font-family: "Oxanium", serif;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 0;
}
.con-frm .right-part ul li a .text p span{
        display: inline-block;
    padding-bottom: 5px;
    color: #333;
    font-weight: normal;
}
.map iframe {
    width: 100%;
    height: 500px;
}
.inner_banner.banner .left-part{
    max-width: 100%;
}
.banner.inner_banner .left-part h1{
        font-size: 45px;
    line-height: 55px;
}


.inner_banner .exp_box{
      max-width: 370px;
    width: 100%;
    background-color: #ee0d0991;
    overflow: hidden;
    margin:0 auto;
}
.inner_banner .exp_box .exp_head{
        background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 40px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
/*    border: 1px solid #a6a182;*/
    margin: 5px;
        font-family: "Oxanium", serif;
}
/*
.service_banner .exp_box .exp_head:after{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--blue);
    opacity: .7;
    top: 0;
    left: 0;
    z-index: -1;
}
*/
.inner_banner .exp_box .exp_head .count{
    font-size: 70px;
    line-height: 70px;
    font-weight: 600;
    color: #ffffff;
    
}
.inner_banner .exp_box .exp_head .exp{
        color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    line-height: 33px;
    padding-left: 8px;
    text-transform: uppercase;
}
.inner_banner .exp_box .exp_head .exp b{
       font-size: 28px;
    font-weight: 600;
}
.inner_banner .book_appo{
    padding: 25px;
    background-color: #fff;
}
.inner_banner .book_appo ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.inner_banner .book_appo ul li{
           font-size: 15px;
    line-height: 22px;
    color: #333;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}

.inner_banner .book_appo ul li:before{
           position: absolute;
    content: '\F26A';
    display: block;
    font-size: 18px;
    color: var(--red);
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
}
.inner_banner .book_appo  .call{
       justify-content: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
/*end inner page*/
/* start gallery*/
.gallery .box{
    position: relative;
    z-index: 1;
    height: 450px;
    overflow: hidden;
}
.gallery .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery .box .num{
    font-size: 70px;
    line-height: 70px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 1;
   color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
    font-weight: 600;
}
.gallery .box .icon{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ee0d0991;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    
    transition: 0.3s;
    cursor: pointer;
}
.gallery .box .icon i{
    width: 70px;
    height: 70px;
    background-color: var(--light);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
}
.gallery .box:hover .icon{
    opacity:1;
}
/* end gallery*/
/*start pricing*/
.pricng_table .box  {
        border: 1px solid #ddd;
/*        box-shadow: 0px 10px 12px 3px #ee0d0924;*/
}
.pricng_table .box .head_part{
         border-bottom: 1px solid #ddd;
        padding: 20px 40px;
    position: relative;
}
.pricng_table .box .head_part .pop{
       position: absolute;
    top: 0;
    right: 25px;
    background-color: var(--red);
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
    padding: 10px 10px;
    padding-bottom: 29px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 70%, 0 100%);
}
.pricng_table .box .head_part h3{
          font-size: 30px;
    color: #111;
    font-weight: 500;
    margin-bottom: 10px;
}
.pricng_table .box .head_part p {
       font-size: 16px;
    color: #ee0d09;
    font-weight: 500;
    margin-bottom: 0;
    background-color: #ee0d0921;
    display: inline-block;
    padding: 4px 20px;
    border: 1px solid #ee0d0933;
}
.pricng_table .box .body_part {
        padding: 40px;
}
.pricng_table .box .body_part ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}

.pricng_table .box .body_part ul li {
    color: #333;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
}
.pricng_table .box .body_part ul li:before {
    position: absolute;
    content: '\F26A';
    display: block;
    font-size: 20px;
    color: var(--red);
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
}
/*end pricing*/
/* start submenu */
header .mid-part ul li{
	position:relative;
}
header .mid-part ul li .sub-menu-toggle {
    display: none;
}

header .mid-part .sub-menu .sub-menu li a{
	text-align:left;
}
header .mid-part .sub-menu{
          position: absolute;
    top: 80px;
    left: -20px;
    width: 300px;
    height: auto;
    z-index: 99999;
    background-color: #fff;
    border-radius: 10px;
    display: none;
}
header .mid-part li:hover .sub-menu{
    display: block;
}

header .mid-part .sub-menu .sub-menu {
	display:none !important;
	    top: -40px;
    right: -300px;
    left: auto;
}
header .mid-part .menu-item-has-children .sub-menu li.menu-item-has-children:hover  .sub-menu{
	display:block !important;
}



header .mid-part .sub-menu{
    padding: 0;
    margin: 0;
}
header .mid-part .sub-menu li{
    margin: 0;
    display: block;
}
header .mid-part .sub-menu li a{
          padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-right: 50px;
    color: #111;
}
header .mid-part .sub-menu li a:hover{
	 color: var(--red);
}
header .mid-part .sub-menu li a:before{
      position: absolute;
    font-family: bootstrap-icons!important;
    content: "\F135";
    display: block;
    font-size: 25px;
    line-height: 25px;
    color: var(--red);
    width: 25px;
    height: 25px;
    right: 15px;
	display:none;
}

header .mid-part .sub-menu li a:after{
    display: none;
}
header .mid-part .sub-menu li:last-child a{
    border: none;
}
header .mid-part li.current-menu-parent a, header .mid-part li.current-menu-item a{
	color:var(--red);
}
header .mid-part li.current-menu-item .sub-menu a{
	color:#111;
}
header .mid-part li.current-menu-parent .sub-menu li a{
	color:#111;
}
header .mid-part li.current-menu-parent .sub-menu li.current-menu-item a{
	color:var(--red);
}

/* end submenu */




/*    start mobile submenu  */
.main-sidebar .side-fixed li.current-menu-parent a, .main-sidebar .side-fixed li.current-menu-item a{
		color: var(--red);
	}
	.main-sidebar .side-fixed .sub-menu{
		    position: unset;
    width: auto;
	}
   .main-sidebar .side-fixed ul li{
        margin: 0px 14px;
    }


        .main-sidebar .side-fixed ul{
        margin-left: 0;
        padding: 0 25px;
    }
   .main-sidebar .side-fixed ul li {
        display: block;
        margin: 0;
    }
   .main-sidebar .side-fixed ul li a{
        font-size: 15px;
        border-bottom: 1px solid #0000001c;
        color:#fff;
    }
   .main-sidebar .side-fixed ul li a:hover {
    color:  var(--red);
}
      .main-sidebar .side-fixed ul li a.active {
    color:  var(--red);
}
    .main-sidebar .side-fixed ul li a:after{
        height: 1px;
    }
	.mob_menu .mobile-menu ul li.menu-item-has-children {
       border-bottom: none;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    padding: 0;
    letter-spacing: 0px;
    /* display: flex; */
    /* align-items: center; */
    justify-content: space-between;
    padding-right: 0;
    position: relative;
		    border-bottom: 1px solid #eee;
}
	.mob_menu .sub-menu li a:before{
		    right: 0;
		    font-size: 20px;
	}
	.mob_menu ul li.menu-item-has-children a{
		    display: inline-block;
		        padding-right: 30px;
		    border: none;
	}
	.mob_menu .sub-menu li a{
    border-bottom: none;
	}
	.mob_menu .sub-menu{
		   position: unset;
    width: auto;
	}
	.mob_menu .sub-menu li a{
		    color:#fff;
		    padding: 14px 0px;
	}
.mob_menu ul li.menu-item-has-children:after {
       position: absolute;
    font-family: bootstrap-icons !important;
    content: "\F282";
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: var(--red);
    width: 25px;
    height: 25px;
    right: 0;
    top: 12px;
}
	.mob_menu .sub-menu li{
		    padding: 0px 0px;
    display: flex;
	}
.mob_menu .sub-menu-toggle{
	display:none !important;
}
.mob_menu ul li.menu-item-has-children .sub-menu a{
	    padding: 7px 0px;
    margin-left: 20px;
    font-weight: 400 !important;
}
	
	/*    end mobile submenu  */

.wpcf7-spinner{
	display:none;
}
.wpcf7-not-valid-tip{
	display:none;
}
.form-control.wpcf7-not-valid{
	    border: 1px solid #dc3232 !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
    background-color: #fff;
    border-color: #dc3232;
    text-align: center;
    color: #dc3232;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
}

.blog_sec ul{
	    list-style: none;
    padding: 0;
}
.blog_sec ul li {
    font-size: 16px;
    line-height: 24px;
    color: var(--textlight);
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.blog_sec ul li:before {
    position: absolute;
    content: '\F140';
    display: block;
    font-size: 20px;
    color: var(--red);
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
}
.blog_sec .box{
	margin-top:20px;
}
.blog_sec .box p a{
	    font-size: 16px;
    line-height: 24px;
    color: var(--textlight);
    margin-bottom: 15px;
	text-decoration:none;
}
.blog_sec .box .img_box{
   border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.blog_sec .box .img_box img{
	width:100%;
}
.blog_sec .box .img_box .date{
   position: absolute;
    left: 10px;
    top: 10px;
    background-color: var(--red);
    font-family: var(--primaryfnt);
    text-align: center;
    border-radius: 5px;
}
.blog_sec .box .img_box .date .num{
       font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    display: block;
    padding: 6px 14px;
	padding-bottom:0;
}
.blog_sec .box .img_box .date .month{
     font-size: 13px;
    font-weight: normal;
    color: #fff;
    line-height: 16px;
    background-color: var(--dark);
    border-radius: 5px;
    display:block;
    padding: 5px 0px;
}
.blog_sec .box .text_box h4{
    margin-bottom: 0;
}
.blog_sec .box .text_box h4 a{
    display: block;
    padding-bottom: 12px;
    padding-top: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(0,0,0,.5);
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none;
    color: var(--textdark);
    transition: 0.3s;
}
.blog_sec .box .text_box h4 a:hover{
    color: var(--red);
}
.blog_sec .box .text_box p {
    font-size: 16px;
    line-height: 24px;
    color: var(--textlight);
    margin-bottom: 15px;
}
.blog_sec .box .text_box p .more-link{
        text-decoration: none;
    color: var(--red);
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.3s;
    display: block;
    margin-top: 10px;
}
.blog_sec .box .text_box .my_btn a i {
     padding-left: 3px;
    font-size: 15px;
}
.blog_sec .box .text_box .my_btn a:hover{
    color: var(--red);
}
/* start blog */
.side-bar ul{
	padding:0;
}
#sidebar section {
    margin-bottom: 20px;
    margin-top: 20px;
}
.wp-block-group__inner-container .wp-block-heading {
    background: #111111;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 5px;
}
.wp-block-group__inner-container ul, .wp-block-group__inner-container ol {
    list-style: none !important;
    padding: 0;
    margin: 0 !important;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0;
}
.wp-block-group__inner-container ul li, .wp-block-group__inner-container ol li {
      padding-bottom: 10px !important;
    padding-top: 10px !important;
    border-bottom: 1px solid #ddd;
}
.wp-block-group__inner-container ul li a, .wp-block-group__inner-container ol li a {
        font-size: 16px;
    font-weight: 400;
    color: var(--textlight) !important;
    text-decoration: none;
}
.wp-block-group__inner-container ul li:before, .wp-block-group__inner-container ol li:before{
	    top: 10px;
}
/* .wp-block-group__inner-container ul li a:before {
    content: '\F285';
    color: var(--textdark);
    padding-right: 12px;
    top: 15px;
    font-size: 12px;
    font-weight: 400 !important;
    position: absolute;
    font-family: bootstrap-icons !important;
    font-style: normal;
    left: 0;
} */

.bl_details .post-thumbnail img{
	       width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    border-radius: 15px;
    position: relative;
}
.entry-content p {
    max-width: 100% !important;
    color: var(--textlight);
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 0;
}
.entry-content h1,.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
    letter-spacing: 1px;
    margin-bottom: 16px;
    color: #000;
    text-transform: capitalize;
  margin-top: 20px; 
	font-weight: 500;
}
.entry-content h2{
	 font-size: 42px;
    
}
.entry-content h2{
	 font-size: 35px;
    
}
.entry-content h3{
	 font-size: 30px;
}
.entry-content h4{
	 font-size: 26px;
}
.entry-content h5{
	 font-size: 24px;
}
.entry-content h6{
	 font-size: 20px;
}
.entry-content ul {
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 0;
	list-style:none;
}
.entry-content ul li {
    max-width: 100% !important;
    color: var(--textlight);
    margin-top: 0;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px;
	    padding-left: 30px;
	    position: relative;
}
.entry-content ul li:before{
	    position: absolute;
    content: '\F140';
    display: block;
    font-size:18px;
    color: var(--red);
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
}
.entry-content ul li a, .entry-content p a{
	color:var(--primary);
	font-weight:500;
	text-decoration:none;
}
.bl_details{
	margin-bottom:50px;
	margin-top:50px;
}
#sidebar footer{
	background-color:transparent;
}
#sidebar footer:after{
	display:none;
}
#comments, .post-navigation{
	display:none !important;
}
.blog_sec .nav-links{
	margin-top:20px;
	margin-bottom:30px;
}
.blog_sec .nav-links .page-numbers{
	    border: 1px solid #ddd;
    padding: 10px 20px;
}
.blog_sec .nav-links .page-numbers.current{
	 border-color: var(--red);
}
.blog_sec .nav-links span{
	    text-decoration: none;
    color: var(--red);
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.3s;
    margin-top: 10px;
}
.blog_sec .nav-links a{
	text-decoration: none;
    color: var(--textlight);
}
.blog_sec .nav-links .prev , .blog_sec .nav-links .next{
	background-color:#f7f7f7;
	
}
.blog_sec .nav-links .prev span, .blog_sec .nav-links .next span{
	color:#000
}


.banner .form_part{
	max-width: 560px;
	width:100%;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px 40px;
    margin: 0 auto;
}
.banner .form_part h4{
	font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
    text-align: center;
}
.banner .form_part .form-control, .banner .form_part .form-select {
    border: 1px solid #d1d1d1;
    background-color: #f3f3f3;
    height: 50px;
    font-size: 16px;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px 25px;
}
.banner .form_part .my-btn{
	    padding: 12px 10px;
    font-size: 18px;
    font-weight: 500;
    background-color: var(--red);
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'Oxanium';
    position: relative;
    z-index: 1;
    border: none;
    display: inline-block;
    transition: 0.3s;
    width: 100%;
	 border-radius: 10px;
}
.faq {
	    padding-top: 90px;
    padding-bottom: 90px;
	background-size:cover;
	background-repeat:no-repeat;
}
.faq .accordion-item{
	       margin-bottom: 15px;
    border-radius: 0 !important;
    border: none;
    box-shadow: none;
}
.faq .accordion-button:not(.collapsed){
	       color: #ffffff;
    background-color: var(--red);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    border-radius: 0 !important;
}
.faq .accordion-button:not(.collapsed)::after{
    filter: invert(1) brightness(5);
}
.faq .accordion-button{
	    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: #111;
    margin-bottom: 0;
}
.accordion-body{
	font-size:15px;
	color:#333;
	line-height:22px;
}
.accordion-body a{
	color:var(--red);
}


/* all location page */
.cont_info .box .img_box {
	    border-radius: 10px;
    overflow: hidden;
}
.cont_info .box h4 {
    font-size: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: var(--textdark);
}
.cont_info .box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cont_info .box ul li {
    margin-bottom: 10px;
}
.cont_info .box ul li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    display: flex;
    transition: 0.3s;
}
.cont_info .box ul li a i {
    margin-right: 8px;
    color: var(--red);
}
.cont_info .box h5 {
    font-size:18px;
    margin-bottom: 12px;
    color: var(--textdark);
}
.cont_info .box ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cont_info .box ol li{
	display:inline-block;
	margin:0px 2px 2px 0px;
}
.cont_info .box ol li a {
       text-decoration: none;
    color: #000;
    font-size: 13px;
    display: inline-block;
    transition: .3s;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
	transition:0.3s;
}
.cont_info .box ol li a:hover{
	    background-color:var(--red);
	border-color:var(--red);
	color:#fff;
}

.other_areas .grid_box{
	    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
	    margin-top: 15px;
}
.other_areas .grid_box .box img{
	border-radius:10px;
}
.other_areas .grid_box .box h4{
	    font-size: 16px;
    padding-top: 12px;
    margin-bottom: 12px;
    color: #000;
}

.other_areas .grid_box .box ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.other_areas .grid_box .box ol li{
	display:inline-block;
	margin:0px 2px 2px 0px;
}
.other_areas .grid_box .box ol li a {
       text-decoration: none;
    color: #000;
    font-size: 13px;
    display: inline-block;
    transition: .3s;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
	transition:0.3s;
}
.other_areas .grid_box .box ol li a:hover{
	    background-color:var(--red);
	border-color:var(--red);
	color:#fff;
}
.aditional_title{
	      background-color: #ee0d0912;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.aditional_title .title_head .head{
	    font-size: 32px;
    line-height: 42px;
	margin-bottom:0;
	    color: var(--red);
}

/* end all location page */