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

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: #fff;
    line-height: 24px;
}
.call span b {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    transition: 0.3s;
}
.call.white span, .call.white b{
    color: #fff; 
}

.btn_style{
             padding: 14px 35px;
    font-size: 16px;
    font-weight: 500;
    background-color: var(--red);
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    text-transform: capitalize;
    font-family: 'Oxanium';
    overflow: hidden;
    display: inline-block;
    transition: 0.3s;
border-radius: 10px;
}
.btn_style:hover{
    background-color: #b9020a;
    color: #fff;
}


.title-head{
    margin-bottom: 30px;
}
.title-head .sub_head{
    color: var(--red);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
.title-head .head{
    color: #111;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    text-transform: uppercase;
}
.title-head .head span{
    color: var(--red);
}
.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;
}
.title-head ul{
        list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}
.title-head ul li{
        color: #333;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.title-head 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;
}
.title-head.white .head{
    color: #fff;
}
.title-head.white p{
    color: #F1F1F1
}
.center{
    text-align: center;
}

/*
.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 .left-part{
    position: relative;
    z-index: 1;
        padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
}

.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;
    color: var(--red);
}
.top-bar .right-part{
      display: flex;
    align-items: center;
    color: #fff;
    justify-content: flex-end
}
.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 ----------*/
.main_header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
header {
    border-top: 1px solid rgba(255, 255, 255, 0.33);
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}
header .dvd{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .logo {
        max-width: 360px;
    padding-right: 25px;
    width: 100%;
    height: 100%;
    position:relative;
    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 20px;
}
header .mid-part ul li a{
        color: #fff;
    text-decoration: none;
    font-size: 17px;
    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:after {
        position: absolute;
    content: '';
    display: block;
    width: 0px;
    height: 2px;
    left: 0;
    bottom:-1px;
    background-color: var(--red);
    transition: 0.3s;
}
header .mid-part ul li a:hover:after{
     width: 100%;
}

header .mid-part ul li a.active:after{
     width: 100%;
}
header .right-part {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-left: 1px solid rgba(255, 255, 255, 0.33);
    padding-left: 20px;
}
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: 88px;
    height: 94px;
    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;
    padding-top: 275px;
    padding-bottom: 80px;
}
.banner .nav_prev_btn{
	       width: calc(100vw - 35px);
    left: 0;
	right:0;
    position: absolute;
        z-index: 99;
    top: 50%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.banner .nav_prev_btn button {
     margin: 0px 5px;
    background-color: #00000038 !important;
    border: none !important;
    width: 40px;
    height: 40px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 16px;
    color: #ffffff !important;
    transition: 0.3s;
    backdrop-filter: blur(1px);
}
.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: -2;
    opacity: .5;
}
.banner:before{
    position: absolute;
    content: '';
    display: block;
    width: 42%;
    height: 500px;
    background:var(--red);
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: .8;
    border-top-left-radius: 100px;
}
.banner .left-part{
	    margin-top: 50px;
}
.banner .left-part h3{
  font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #fff;
    letter-spacing: 0px;
}
.banner .left-part h2{
  font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #fff;
    letter-spacing: 0px;
}
.banner .left-part h3 i{
    color: var(--red);
    margin-right: 10px;
}
.banner .left-part h1{
          font-size: 60px;
    line-height: 68px;
    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: #e5e5e5;
}

.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;
}
.banner .img_part{
    margin-right: -20%;
}
/*------------ end banner  ----------*/
/*------------ start banner bottom  ----------*/
.banner_bottom .grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    
}
.banner_bottom .grid .box:first-child{
    background-color: #0a0a0a;
}
.banner_bottom .grid .box:nth-child(2){
    background-color: #2c2c2c;
}
.banner_bottom .grid .box:nth-child(3){
    background-color: #555555;
}

.banner_bottom .grid .box{
    padding: 12px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: 0.3s;
}
.banner_bottom .grid .box:hover{
     background-color: #d61921e0;
}
.banner_bottom .grid .box:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_top.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    top: 0;
    left: 0;
}
.banner_bottom .grid .box .title{
      font-family: "Oxanium", serif;
    font-size: 28px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
    gap: 18px;
}
.banner_bottom .grid .box .title .count{
    font-size: 60px;
    font-weight: 500;
    opacity: 80%;
}
.banner_bottom .grid .box img{
    width: 55px;
}
/*------------ end banner bottom  ----------*/
/*------------ start services   ----------*/
.ser{
       background-color: #F9F9F9;
    padding: 60px 0px; 
}
.ser .grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;

}
.ser .box {
  border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}
.ser .box .img_box{
     border-radius: 10px;
    overflow: hidden;
    height: 295px;
    position: relative;
}
.ser .box .img_box .tag{
    background-color: var(--red);
    padding: 3px 12px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
}
.ser .box .img_box img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.ser .box .text_box {
    padding: 15px 20px;
}

.ser .box .text_box h3 {
    color: #000;
    font-size: 20px;
   margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.ser .box .text_box ul {
   display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0
}

.ser .box .text_box ul li{
 font-size: 16px;
    color: #333;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap:10px;
}
.ser .box .text_box .pp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ser .box .text_box .pp p{
    margin-bottom: 0;
    color: var(--red);
    font-weight: 700;
    font-size: 18px;
        font-family: "Oxanium", serif;
}
.ser .box .text_box .btn_style{
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000;
}
.ser .box .text_box .btn_style:hover{
    background-color: var(--red);
    border-color:  var(--red);
    color: #fff;
}



/*------------ end services   ----------*/
/*------------start featured    ----------*/
.featured_car{
    background-color: #111111;
    padding:60px 0px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.featured_car:after{
    position: absolute;
    content: '';
    display: block;
    width: 400px;
    height: 400px;
right: -50px;
    bottom: -100px;
    background-image: url(../images/tire_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: -1;
}

.featured_car .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
		max-height:380px;
}
.featured_car .img_box{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.featured_car .img_box .tag{
    background-color: var(--red);
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
}
.featured_car .text_box h2{
	color:#fff;
}
.featured_car .text_box h3{
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    
}
.featured_car .text_box ul {
    display: grid
;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.featured_car .text_box ul li {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    display: flex
;
    align-items: center;
    gap: 10px;
}
.featured_car .text_box p{
    color: #fff;
font-size: 16px;
line-height: 24px;
}
.featured_car .text_box p a{
	display:none;
}
.featured_car .text_box .pp {
    display: flex
;
    align-items: center;
    justify-content: space-between;
     border-top: 1px solid rgba(255, 255, 255, 0.30);
    padding-top: 15px;
    margin-top: 15px;
}
.featured_car .text_box .pp p {
    margin-bottom: 0;
    color: var(--red);
    font-weight: 700;
    font-size: 24px;
    font-family: "Oxanium", serif;
}
/*------------ end featured   ----------*/
/*start gallery*/
.gallery {
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.gallery:after{
          position: absolute;
    content: '';
    display: block;
    width: 300px;
    height: 300px;
    left: -50px;
    bottom: 0px;
    background-image: url(../images/tire_black.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: -1;
}
.gallery .nav-tabs{
        justify-content: center;
    gap:10px;
    border-color: var(--red);
    margin-top: 20px;
     border: none;
}
.gallery .nav-tabs button{
   background-color: #f9f9f9;
    text-transform: capitalize;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    border: none;
    border-radius: 10px;
    padding: 12px 30px;
    width: 200px;
}
.gallery .nav-tabs button img{
    width: 90px;
    height: 45px;
    object-fit: contain;
    background-size: contain;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
        background-color: var(--red);
   color: #fff;
    border-color: var(--red);
}
.gallery .grid_top{
    display: grid;
    grid-template-columns: repeat(3, 1fr) ;
    grid-gap: 15px;
   margin-top: 30px
}
.gallery .grid_bot{
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-gap: 15px;
    
}
.gallery .box{
    height: 350px;
    
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
        border-radius: 10px;
}

.gallery .box img{
        object-fit: cover;
    width: 100% !important;
    height: 100%;
    transition: 0.3s;
}
.gallery .box:hover img{
    filter: brightness(.5);
}
.gallery .box .icon{
       width: 50px;
    height: 50px;
    background-color: var(--red);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 50%;
   
}

.gallery .box:hover .icon{
    opacity: 1;
}
.gallery .box .icon i{
    font-size: 25px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.gallery .box .text_box{
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    width: calc(100% - 20px);
    bottom: 20px;
    padding: 15px;
    text-align: center;
        height: 94px;
    overflow: hidden;
    transition: 0.3s;
    z-index: 2;
}
.gallery .box:hover .text_box {
    height: 136px;
}
.gallery .box .text_box p{
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
        display: -webkit-box;
    overflow: hidden;
        -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: 0.3s;
}
.gallery .box .text_box p.price{
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--red);
    
}
.gallery .box:hover .text_box{
    background-color: var(--red);
}
.gallery .box:hover .text_box p{
    color: #fff;
}
.gallery .box .text_box .my_btn{
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    text-transform: capitalize;
    font-family: 'Oxanium';
    overflow: hidden;
    display: inline-block;
    transition: 0.3s;
    border-radius: 10px;
        transform: translate(0, 60px);
    opacity: 0;
}
.gallery .box:hover .text_box .my_btn{
     transform: translate(0, 0);
    opacity: 1;
}

.gallery .owl-nav{
        display: flex !important;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-top: 20px;
}
.gallery .owl-nav button{
    width: 50px;
    height: 50px;
    background-color: var(--dark) !important;
    border-radius: 50%;
    color: #fff !important;
    text-align: center;
    font-size: 20px !important;
    margin-left: 10px;
    transition: 0.3s;
    margin: 0;
}
.gallery .owl-nav button:hover{
    background-color:  var(--red)  !important;
     color: var(--dark) !important;
}
.gallery .owl-dots{
       display: flex;
    bottom: 25px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.gallery .owl-dots button{
     width: 100%;
}
.gallery .owl-dots button span{
    background-color: #ddd !important;
    height: 1px;
    display: block;
}
.gallery .owl-dots .owl-dot.active span{
    background-color: var(--red) !important;
}
/*end gallery*/
/*start brands */
.brand_logos .grid{
    display: flex;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.brand_logos .grid .box{
    border-right: 1px solid #ddd;
    padding: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand_logos .grid .box img{
    display: block;
    margin: 0 auto;
}
/*end brands */
/*start local service */
.local_ser .img_box{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.local_ser .img_box .pop_call{
    position: absolute;
    top: 20px;
    left: 20px;
}
.local_ser .con_box{
    padding-bottom: 295px;
}
.abt_call_ac{
    background-color: var(--red);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
/*     padding: 50px 100px 50px 0px; */
    position: relative;
    z-index: 1;
}
/* .abt_call_ac:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left:-100%;
    z-index: -1;
     background-color: var(--red);
} */
.local_ser .title-head .head{
    font-size: 30px;
    line-height: 38px;
}

.abt_call_ac h2{
       color: #fff;
        font-size: 42px;
    line-height: 48px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 600;
}
.abt_call_ac .ico{
    color: #fff;
    font-size: 70px;
    margin-bottom: 20px;
    line-height: 70px;
    margin-top: -20px;
}
.abt_call_ac .dvd{
       margin-top: 20px;
    gap: 20px;
    display: grid !important;
}
.abt_call_ac p {
        font-size: 16px;
    line-height: 24px;
     color: #fff;
    margin-bottom: 0;
}
.abt_call_ac .call i{
    background-color: #000;
}

/*end local service */
/*------------ end content part   ----------*/
.content_img .abt_img{
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}
.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{
    text-transform: capitalize;
}
.content_img .title-head .price{
	margin-bottom: 15px;
    margin-top: 15px;
    color: var(--red);
    font-weight: 700;
    font-size: 24px;
    font-family: "Oxanium", serif;
}
.content_img .abt_img .count_part ul{
    list-style: none;
    padding: 0;
    margin: 0;
    
   
}
.content_img .img_box{
	border-radius:10px;
	overflow:hidden;
}
.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  img{
	width:100% !important;
	max-width:100% !important;
}
.pl{
    padding-left: 30px;
}
/*------------ end content part   ----------*/
/*------------ start we use   ----------*/
.we-use{
    background-image: url(../images/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:after{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .5;
}


.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 35px;
    font-size: 16px;
    font-weight: 500;
    background-color: var(--red);
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    text-transform: capitalize;
    font-family: 'Oxanium';
    overflow: hidden;
    display: inline-block;
    transition: 0.3s;
    border-radius: 10px;
    border: none;
}
.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;
    border-radius: 10px;
}
.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;
}
.sat-points .box .icon {
  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;
}
/*------------ end sat points      ----------*/

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

.top_part{
    background-color:#fff;
        border-radius: 10px;
    overflow: hidden;
}
.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 .col-lg-5 .box{
    height: 100%;
    border-right: 1px solid #ffffff30;
}
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;
    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: 7px;
    padding-bottom: 7px;
}
.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:hover{
    color: var(--red);
}
.main-sidebar{
    transition: 0.5s;
     right: -100%;
}
.l-0{
    left: 0;
    transition: 0.5s;
}
.l-100{
    left: -100%;
    transition: 0.5s;
}
@media screen and (max-width:767px){
	.banner .left-part{
	    margin-top: 0;
}
    .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*/

.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;
}
.con-frm .left-part .form-box textarea.form-control{
    height: 200px;
}
.con-frm .left-part .form-box .my-btn{
    color: #fff;
    background-color: var(--red);
    font-size: 15px;
    padding: 13px 24px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
    border: none;
    
}
.con-frm .right-part h4{
    color: #000;
    font-size: 25px;
    font-weight: bold;
    text-transform: capitalize;
}
.con-frm .right-part p{
        color: #797979;
    font-size: 15px;
    line-height: 1.5rem;
}
.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;
      display: flex;
}
.con-frm .right-part ul li a .icon {
    width: 22px;
    height: 22px;
    color: var(--red);
    font-size: 25px;
}
.con-frm .right-part ul li a .text{
    padding-left: 15px;
}
.con-frm .right-part ul li a .text p{
    color: #000;
    font-size: 16px;
}
.con-frm .right-part ul li a .text p span{
    display: inline-block;
    padding-bottom: 10px;
    color: #000;
    font-weight: bold;
}
.map iframe {
    width: 100%;
    height: 500px;
}
.banner.inner{
padding-top: 245px;
    padding-bottom: 90px;
}
.banner.inner:before{
	display:none;
}
.entry-footer:after{
	display:none !important;
}
/* .grid_img_gallery{
	display:grid;
	grid-template-columns:repeat(8,1fr);
	grid-gap:15px;
} */
.grid_img_gallery{
	border: 1px solid #ddd;
/*     border-radius: 5px; */
    overflow: hidden;
    padding: 5px;
}
.bg_btn{
	background-color:#f6f6f6;
	padding:8px 15px;
}
.bg_btn button{
	border:none;
	outline:none;
}
.grid_img_gallery img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.grid_img_gallery .owl-nav{
	position: absolute;
    top: 48%;
    justify-content: space-between;
	height:0px;
}
.grid_img_gallery .owl-nav button:hover{
	background-color:#b9020a !important;
	color:#fff !important;
}
.grid_img_gallery .box{
    height: auto !important;
/*     aspect-ratio: 1; */
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
.grid_img_gallery .box img{
	transition:0.3s;
}
.grid_img_gallery .box:hover img{
	filter:brightness(.8);
}
.grid_img_gallery .box .icon{
	    width: 30px;
    height: 30px;
    background-color: var(--red);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 50%;
	font-size:16px;
	color:#fff;
}
.grid_img_gallery .box .icon i{
	color:#fff;
	font-size:16px;
}
.grid_img_gallery .box:hover .icon{
opacity:1;
}
.modal-dialog{
	width:100%;
	max-width:800px;
}
/*end inner page*/
.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;
}
.frm_valid_err{
	  background-color: #fff;
    border-color: #dc3232;
    text-align: center;
    color: #dc3232;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
	
}
.wpcf7 form .wpcf7-response-output{
	    background-color: #1fa32b;
    border: none;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 0;
}

/* Modal base */
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    padding: 20px;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.9);
}

/* Close button */
.lightbox .close {
    position: absolute;
    top: 20px; right: 35px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
	z-index:99;
}

/* Arrows */
.lightbox .prev,
.lightbox .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 16px;
    font-size: 30px;
    color: white;
    user-select: none;
    transform: translateY(-50%);
	z-index:99;
}
.lightbox .prev { left: 10px; }
.lightbox .next { right: 10px; }

/* Image container */
.lightbox-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.lightbox-content img {
    max-width: 90%;
    max-height: 90%;
    transition: transform 0.2s ease;
    cursor: grab;
}



.sf-menu .sub-menu {
  display: none;
  position: absolute;
  z-index: 999;
  background: white;
  width: 300px;
}
.sf-menu li {
  position: relative;
}

header .mid-part ul li .sub-menu {
  text-align: left;
}
header .mid-part ul li .sub-menu li a {
  color: #000;
  padding: 10px 0px;
  border-bottom: 1px solid #ddd;
}
header .mid-part ul li .sub-menu li a:hover {
  color: var(--red);
}
header .mid-part ul li .sub-menu li a:after {
  display: none;
}

.main-sidebar .sf-menu .sub-menu{
		background-color:transparent;
		position:unset;
	}
	.main-sidebar .main-sidebar .side-fixed .mobile-menu ul li a{
		display:block;
		margin:0 auto;
	}
@media screen and (max-width:1024px){
	.sf-menu .sub-menu{
		background-color:transparent;
		position:unset;
	}
	.main-sidebar .side-fixed .mobile-menu ul li a{
		display:block;
		margin:0 auto;
	}
}

/*start marquee  */
:root { --gap: 2rem; }

  .marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #111111;
    color: #e5e7eb;
    padding: 0.85rem 0;
    user-select: none;
  }
  .marquee__track {
    display: flex;
    gap: var(--gap);
    will-change: transform;
  }
  .marquee__item {
    flex: 0 0 auto;
    white-space: nowrap;
    font: 600 1rem/1 system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    display: flex;
    align-items: center;
    gap: 2.2rem;
	      color: #fff;
    text-transform: uppercase;
    font-family: 'Oxanium';
    letter-spacing: 1px;
  }
  .marquee__item i {
    font-size: 1rem;
    color: var(--red); 
  }
  .marquee:hover .marquee__track { animation-play-state: paused; }

  @media (prefers-reduced-motion: reduce) {
    .marquee__track { animation: none !important; transform: none !important; }
  }
  @keyframes scroll-x { to { transform: translateX(var(--to, -50%)); } }
/* end marqueue */
/* background css */
 .dark-red-gradient {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, #000000, #1a0000, #330000, #660000, #330000, #1a0000, #000000);
            background-size: 400% 400%;
            animation: movingGradient 12s ease-in-out infinite;
            z-index: -10;
        }

        .glowing-lines-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: -5;
        }

        .glowing-line-horizontal {
            position: absolute;
            height: 2px;
            background: linear-gradient(90deg, transparent, #ff0000, #ff4444, #ff0000, transparent);
            box-shadow: 
                0 0 10px #ff0000,
                0 0 20px #ff0000,
                0 0 30px #ff0000;
            animation: glowingHorizontal 4s linear infinite;
            opacity: 0.8;
            border-radius: 1px;
        }

        .glowing-line-vertical {
            position: absolute;
            width: 2px;
            background: linear-gradient(0deg, transparent, #cc0000, #ff2222, #cc0000, transparent);
            box-shadow: 
                0 0 8px #cc0000,
                0 0 16px #cc0000,
                0 0 24px #cc0000;
            animation: glowingVertical 5s linear infinite;
            opacity: 0.7;
            border-radius: 1px;
        }

        .glowing-line-fast {
            position: absolute;
            height: 1px;
            background: linear-gradient(90deg, transparent, #ff6666, #ffaaaa, #ff6666, transparent);
            box-shadow: 
                0 0 4px #ff6666,
                0 0 8px #ff6666,
                0 0 12px #ff6666;
            animation: glowingFast 2s linear infinite;
            opacity: 0.9;
            border-radius: 0.5px;
        }

        .pulsing-glow-line {
            position: absolute;
            height: 3px;
            background: linear-gradient(90deg, transparent, #ff0000, #ff0000, transparent);
            box-shadow: 
                0 0 15px #ff0000,
                0 0 30px #ff0000,
                0 0 45px #ff0000;
            animation: pulsingGlow 3s ease-in-out infinite;
            border-radius: 1.5px;
        }

        @keyframes movingGradient {
            0% { background-position: 0% 50%; }
            25% { background-position: 100% 25%; }
            50% { background-position: 0% 75%; }
            75% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        @keyframes glowingHorizontal {
            0% {
                left: -100%;
                width: 0%;
                box-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000, 0 0 30px #ff0000;
            }
            20% {
                width: 30%;
                box-shadow: 0 0 15px #ff0000, 0 0 30px #ff0000, 0 0 45px #ff0000;
            }
            80% {
                width: 30%;
                box-shadow: 0 0 15px #ff0000, 0 0 30px #ff0000, 0 0 45px #ff0000;
            }
            100% {
                left: 100%;
                width: 0%;
                box-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000, 0 0 30px #ff0000;
            }
        }

        @keyframes glowingVertical {
            0% {
                top: -100%;
                height: 0%;
                box-shadow: 0 0 8px #cc0000, 0 0 16px #cc0000, 0 0 24px #cc0000;
            }
            25% {
                height: 40%;
                box-shadow: 0 0 12px #cc0000, 0 0 24px #cc0000, 0 0 36px #cc0000;
            }
            75% {
                height: 40%;
                box-shadow: 0 0 12px #cc0000, 0 0 24px #cc0000, 0 0 36px #cc0000;
            }
            100% {
                top: 100%;
                height: 0%;
                box-shadow: 0 0 8px #cc0000, 0 0 16px #cc0000, 0 0 24px #cc0000;
            }
        }

        @keyframes glowingFast {
            0% {
                left: -50%;
                width: 0%;
                box-shadow: 0 0 4px #ff6666, 0 0 8px #ff6666, 0 0 12px #ff6666;
            }
            50% {
                width: 20%;
                box-shadow: 0 0 8px #ff6666, 0 0 16px #ff6666, 0 0 24px #ff6666;
            }
            100% {
                left: 100%;
                width: 0%;
                box-shadow: 0 0 4px #ff6666, 0 0 8px #ff6666, 0 0 12px #ff6666;
            }
        }

        @keyframes pulsingGlow {
            0%, 100% {
                left: 10%;
                width: 80%;
                opacity: 0.3;
                box-shadow: 0 0 15px #ff0000, 0 0 30px #ff0000, 0 0 45px #ff0000;
            }
            50% {
                left: 5%;
                width: 90%;
                opacity: 0.8;
                box-shadow: 0 0 25px #ff0000, 0 0 50px #ff0000, 0 0 75px #ff0000;
            }
        }

        .content-demo {
            position: relative;
            z-index: 10;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100vh;
            text-align: center;
            padding: 2rem;
        }

        .content-demo h1 {
            font-size: 3.5rem;
            font-weight: bold;
            margin-bottom: 1rem;
            color: #ffffff;
            text-shadow: 
                0 0 10px rgba(255, 255, 255, 0.8),
                0 0 20px rgba(255, 0, 0, 0.6),
                0 0 30px rgba(255, 0, 0, 0.4);
            animation: titlePulse 3s ease-in-out infinite alternate;
        }

        .content-demo p {
            font-size: 1.3rem;
            margin-bottom: 2rem;
            color: #cccccc;
            opacity: 0.9;
            text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
        }

        .cta-button {
            background: linear-gradient(45deg, #990000, #ff0000);
            border: 2px solid #ff0000;
            padding: 15px 35px;
            font-size: 1.1rem;
            color: white;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            font-weight: bold;
            letter-spacing: 2px;
            box-shadow: 
                0 0 20px rgba(255, 0, 0, 0.4),
                inset 0 0 20px rgba(255, 0, 0, 0.1);
        }

        .cta-button:hover {
            background: linear-gradient(45deg, #ff0000, #ff3333);
            box-shadow: 
                0 0 30px rgba(255, 0, 0, 0.8),
                inset 0 0 30px rgba(255, 0, 0, 0.2);
            transform: translateY(-3px);
            border-color: #ff3333;
        }

        @keyframes titlePulse {
            0% { 
                text-shadow: 
                    0 0 10px rgba(255, 255, 255, 0.8),
                    0 0 20px rgba(255, 0, 0, 0.4),
                    0 0 30px rgba(255, 0, 0, 0.2);
            }
            100% { 
                text-shadow: 
                    0 0 20px rgba(255, 255, 255, 1),
                    0 0 30px rgba(255, 0, 0, 0.8),
                    0 0 40px rgba(255, 0, 0, 0.6);
            }
        }

        @media (max-width: 768px) {
            .content-demo h1 {
                font-size: 2.5rem;
            }
            .content-demo p {
                font-size: 1.1rem;
            }
            .cta-button {
                padding: 12px 25px;
                font-size: 1rem;
            }
        }
/* end background css */