@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sofadi+One&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
:root{
    --theme-red: #66E04E;
    --off-white: #E5E5E5;
    --main-black: #000000;  
    --clr-para: #6C6C6C;
}
body{
    
}
h1{
    font-size: 65px;
    font-weight: 700;
}
h2{
    font-size: 40px;
    font-weight: 600;
    color: var(--theme-red);
    margin-bottom: 30px;
}
h5{
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
}
.py-8{
    padding: 5rem 0;
}






.container{
    max-width: 90%!important;
  }


.gt-current-wrapper.notranslate.glink.nturl.gt_raw_link-xxjexk {
  display: none!important;
}




/* Navbar cass */
.top_header .small_text{
   color: var(--off-white);
}
.top_header .small_text:hover{
   color: var(--theme-red)!important;
   transition: .5s;
}

.top_nav_icon{
    font-size: 16px;
    color: var(--theme-red) !important;
    }
.fixed_top{
    position: fixed;
    top: 54px;
    left: 0;
    width: 100%;
    z-index: 99;
    background: transparent !important;
    transition: .3s ease-in-out;    
    
    /* backdrop-filter: blur(5px); */
   
}
.fixed_top_scroll{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* backdrop-filter: blur(5px); */
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
    transition: .3s ease-in-out; 
}

.fixed_top_scroll .navbar-toggler{
  position: relative;
  top: 30px;
}




.navbar{
    padding: 0;
}

a.navbar-brand img{
    width: 30%;
}
nav button.navbar-toggler{
   
}
nav button.navbar-toggler:focus{
    box-shadow: none;
}

.navbar-toggler, nav .offcanvas .btn_close {
    padding: .35rem .55rem;
    font-size: 1.55rem;
    /* background: #000000; */
    border-color: #66E04E;
    border-radius: 5px
		border: 1px solid #66E04E !important;
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: #66E04E;
}
nav .offcanvas .btn_close{
    color: var(--theme-red);
    padding: .08rem .65rem;
    border: 1px solid var(--theme-red);
}
.text-reset.btn_close {
  position: relative;
  left: -200px;
  top: 50px;
}

nav button.navbar-toggler i, nav .offcanvas .btn_close i{
    color: var(--theme-red);
    transition: all .3s ease-in-out;
}
nav button.navbar-toggler:hover i, nav .offcanvas .btn_close:hover i{
    color: #8e0202;  
    scale: .9;
}

#mega-menu-wrap-primary #mega-menu-primary {
  text-align: right!important;
  padding: 0px 0px 0px 0px!important;
  display: grid!important;
  width: max-content!important;
  float: right!important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
  z-index: 999;
  position: absolute;
  left: -80px;
}







.offcanvas-body .appoint_btn {
  display: flex;
  align-items: end;
  position: absolute;
  right:25px;
  bottom: 15%;
}
.offcanvas-body .appoint_btn a {
  background-color: var(--theme-red);
  color: var(--off-white);
  display: block;
  align-items: end;
  width: fit-content;
  margin-left: auto;
  padding: 8px 20px;
  border-radius: 15px;
  height: 40px!important;
}

.appoint_btn {
  float: left;
}



.offcanvas-end {
    width: 100%;
    border: none;
    background-color: transparent;
    backdrop-filter: blur(10px);
}
.offcanvas-body {
    text-align: end;
}
.nav-item a, .dropdown-item{
    font-weight: 700;
    font-size: 18px;
    transition: all .3s ease-in-out;
    color: var(--off-white) !important;
}
.nav-item:hover a.nav-link, .nav-item a.active{
    color: var(--theme-red) !important;
    transition: all .3s ease-in-out;
}

.appoint_btn a{
    background-color: var(--theme-red);
    color: var(--main-black);
    display: block;
    align-items: end;
    width: fit-content;
    margin-left: auto;
    padding: 8px 20px;
    border-radius: 15px;
}
.appoint_btn:hover a{
    background-color: var(--main-black);
    color: var(--theme-red);
    transition: all .3s ease-in-out;
}
.dropdown-menu.show {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-right: 15px;
    background: transparent;
    border: none;
}
.dropdown-menu li a{
    color: var(--off-white) !important;
}
.dropdown-menu li:hover a.dropdown-item{
    color: var(--theme-red) !important;
    background-color: transparent;
}
.top_header_icon a i{
    color: var(--theme-red);
    font-size: 18px;
}
.top_header_icon a:hover i{
    scale: .8;
}
.offcanvas-body{
    overflow-y: inherit;
}
/* hero video banner start */
#heroHanner{
    height: 90vh;
    width: 100%;
    background-blend-mode: darken;
}
.hero_bg_video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_text_area .hero-text {
  text-align: center;
  color: #fff;
  padding-bottom: 4%;
}
#heroHanner .banner_text_area {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    /* right: 0px; */
    padding: 20px 30px;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    background-color: #00000042;
}
.banner_text_area .banner-caption .banner-text ul li{
    display: inline-block;
    color: var(--theme-red);
    font-weight: 700;
    font-size: 22px;
}
.banner_text_area .banner-caption .banner-text ul li:not(:last-child)::after{
    content: '';
    width: 3px;
    height: 18px;
    background-color: var(--main-black);
    display: inline-block;
    margin: 0 10px;
}
.banner_text_area .banner-caption .banner-text h1.hero-title{
    color: var(--off-white);
    font-size: 50px;
    font-weight: 700;
    margin: 10px 0;
}
.banner_text_area .banner-caption .banner-text .hero-text p{
    color: var(--off-white);
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0;
}
.hero-button{
    /* margin: 10px 0; */
}
.hero-button a{
    background-color: var(--theme-red);
    color: var(--main-black);
    display: block;
    /* align-items: end; */
    width: fit-content;
    /* margin-left: auto; */
    padding: 8px 20px;
    border-radius: 15px;
	font-weight: 500;
}
.hero-button a:hover{
    background-color: var(--main-black);
    color: var(--theme-red);
    transition: all .3s ease-in-out;
}
.hero-button a:hover i{
    scale: .9;
    transform: translateX(10px);
    transition: all .3s ease-in-out;
}
/* usp section */
#usp{
background: url(./../images/usp-bg.jpg) no-repeat center/cover;
padding: 4% 0px;
/* margin-top: 50px; */
/* margin-bottom: 50px; */
}
#usp .usp_wrapper{
    padding-top: 10px;
}
#usp .usp_item{
    padding: 20px;
    background-color: #ffffff21;
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    transition: background .3s ease-in-out;
}

#usp .usp_item:hover{
    background-color: var(--off-white);
    transition: background .3s ease-in-out;
    transform: translateY(-10%);
}
#usp .usp_item .usp_item_title{
    color: var(--theme-red);
    font-weight: 700;
}
/* #usp .usp_item:hover .usp_item_text{
    color: var(--off-white);
    transition: all .3s ease-in-out;
    font-weight: normal;
} */

#usp .usp_item .usp_item_icon{
    /* padding: 10px; */
    border-radius: 50%;
    background-color: var(--main-black);
    width: 80px;
    height: 80px;
    /* aspect-ratio: 1/1; */
    display: flex;
    justify-content: center;
    align-items: center;
}
#usp .usp_item:hover .usp_item_icon{
    background-color: transparent;
}
#usp .usp_item .usp_item_icon img{
    width: 90%;
	filter: hue-rotate(80deg) brightness(2.6) saturate(1.3);
}
#usp .usp_item_text{
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: var(--off-white);
    font-weight: 400;
}
#usp .usp_item:hover .usp_item_text{
    color: var(--main-black);
}
/* about us section */
#aboutUs .about_img{
    border-radius: 18px;
    overflow: hidden;
    transition: .3s ease-in-out;
}
#aboutUs .about_img:hover img{
    scale: 1.1;
    transition: .3s ease-in-out;
    animation: zoomeffect 10s infinite;
}

@keyframes zoomeffect{
    0%{
      transform:scale(1,1);
    }
    50%{
      transform:scale(1.2,1.2);
    }
    100%{
      transform:scale(1,1);
    }
}
#aboutUs .appoint_btn a{
    margin: auto;
    margin-top: 20px;
}
/* services carousel */

.service_card{
    position: relative;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    height: 400px;
    overflow: hidden;
  }
  .poster{
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 20px;
  }
  .poster::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,#795858 30%, transparent);
    transition: .5s;
    bottom: -100px;
    z-index: 1;
  }
  .poster img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
  }
  .service_card:hover .poster img{
    transform: translateY(-50px);
    filter: blur(1px);
  }
  .service_card:hover .poster::before{
    bottom: 0;
    transition: .5s;
  }
  .service_card .card_details{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  z-index: 2;
  transition: .5s;
  }
  .service_card .card_details font{
    color: #fff;
  }
  .service_card:hover .card_details{
    bottom: 10px
  }
  .service_card .card_details h4 a{
    color: var(--off-white);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  
  .service_card .card_details p{
    font-size: 14px;
    font-weight: 400;
    color: #cacaca;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
  }
  .card_all_details{
    /* display: none; */
    transform: translateY(100%);
    display: none;
    transition: .5s ease-in-out;
    color: #fff;
  }
  .service_card:hover .card_all_details{
    transform: translateY(0);
    display: block;
    transition: .5s ease-in-out;
  }
  .service_card .card_details .th-btn {
      padding: 11px 30px;
      color: var(--theme-red);
  }
  .service_card .card_details .th-btn:hover{
    color: #8e0202;
    scale: .5;
  }
  .service_slide .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 1%;
  }
  .service_slide .owl-nav button{
    color: var(--theme-red) !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 28px !important;
    display:flex;
    justify-content: center;
    align-items: center;
  }      
/* contact form start */
#contact{
    background: url(./../images/form-bg.png) no-repeat center/cover;
    background-attachment: fixed;
}
#contact h5{
  font-size: 25px;
  color: #fff;
}
#contact .container{
    width: 70%;
    border-radius: 20px;
    background: rgba(41, 23, 23, 0.5);
    backdrop-filter: blur(4px);
    padding: 20px 50px;
    /* background: #da0d0d70; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
#contact .contact_text{
    color: var(--off-white);
    margin-bottom: 30px;
}
#contact .contact_form input, #contact .contact_form textarea{
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: var(--off-white);
    box-shadow: none;
}
#contact .contact_form input::placeholder, #contact .contact_form textarea::placeholder{
    color: var(--theme-red);
}
#contact .contact_form input:focus, #contact .contact_form textarea:focus{
    border-color: #fff;
}
#contact .contact_form textarea{
    height: 100px;
    resize: none;
}
#contact .contact_form button{
    margin-top: 20px;
    padding: 10px 20px;
    background: var(--theme-red);
    color: #000;
    border-radius: 5px;
    border: none;
    display: block;
    margin: auto;
    margin-top: 30px;
}
/* client carausel start */
/* .demo{ background: #f8f7f6; } */
#testimonial-slider{
    padding: 80px 20px 35px 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 115px 19px rgb(255, 225, 225);
    border-radius: 15px;
}
.testimonial .description{
    font-size: 14px;
    color: var(--main-black);
    line-height: 26px;
    text-indent: 30px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 84px;
    top: 12%;
    left: -30px;
    color: #fe000065;
}
.testimonial .description:after{
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 84px;
    bottom: 0%;
    right: 30px;
    color: #fe000065;
}
.testimonial .title{
    font-size: 24px;
    font-weight: bold;
    color: var(--theme-red);
    text-transform: capitalize;
    margin: 0;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: var(--main-black);
}
#clients .owl-nav{
    position: absolute;
    top: 10%;
    right: 5%;
    display: flex;
    gap: 30px;
}
#clients .owl-nav button i, #clients .owl-nav button i{
    color: var(--theme-red);
    font-size: 22px;
}
/* .owl-theme .owl-controls .owl-buttons div{
    background: transparent;
}
.owl-theme .owl-controls{
    margin-top: 40px;
}
.owl-theme .owl-controls .owl-page span{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #ccc;
    background: url("../images/img-1.jpg") no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-page:nth-child(2) span{
    background: url("../images/img-2.jpg") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls .owl-page:nth-child(3) span{
    background: url("../images/img-3.jpg") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls.clickable .owl-page:hover span{
    opacity: 0.5;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active:hover span{
    border-color: #d133ff;
    opacity: 1;
}
@media only screen and (max-width: 479px){
    .owl-buttons{ bottom: 30%; }
} */
.testimonial .client_img{
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}
.testimonial .client_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* blogs section start */
.blog_item_card{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 2%;
    z-index: 45;
}
.blog_text{
    padding: 0 20px 20px;
}
.blog_text .author_icon{
    width: 30px;
}
.blog_text .author_icon img{
    width: 100%;
    display: block;
	filter: hue-rotate(80deg) brightness(2.6) saturate(1.3);
}
.author_name a{
    color: var(--main-black);
    font-weight: 700;
    font-size: 14px;
    /* margin-left: 8px; */
}
.blog_text h4 a{
    color: var(--theme-red);
    font-size: 22px;
    font-weight: 500;
    transition: .3s ease-in-out;
}
.blog_text h4 a:hover{
    color: #8e0202;
    transition: .3s ease-in-out;
}
.blog_text p{
    color: var(--main-black);
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.blog_btn a{
    border-radius: 8px;
}
.ribbon_text{
  width: 140px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -8px;
  top: 20px;
  box-shadow: -1px 2px 3px rgba(0,0,0,.3);
  background: var(--theme-red);
  border-radius: 0 5px 5px 0;
}
.ribbon_text p{
    margin: 0;
}
.ribbon_text p{
    font-size: 14px;
    font-weight: 600;
    color: var(--off-white);
}

 
  /*  */
  .side_box{
    width : 28%;
    /* background-color: #f39191; */
    float: right;
    text-align: center;
    margin-left: 30px;
    /* border-radius: 20px; */
    position: relative;
    z-index: 2;
  }
  .services_box .img__servicetop img{
    width: 65%;
    object-fit: cover;
    border-radius: 10px;
  }
  .services_box .img__servicetop p{
    background: var(--theme-red);
    width: fit-content;
    padding: 8px 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    border-radius: 0 5px 0 10px;
    color: #fff;
  }
  .authorBx p{
    font-size: 14px;
  }
  .authorBx p i{
    font-size: 18px;
    color: var(--theme-red);
  }
  .authorBx p span{
    margin-left: 10px;
    color: var(--title-color);
    font-weight: 600;
  }
  .other_services, .contact_box{
    padding: 20px 20px 40px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    margin-bottom: 30px;
    background-color: #f6baba90;
  }
  .contact_box{
    padding: 30px ;
  
  }
  .contact_box img{
    width: 60%;
    object-fit: cover;
    /* border-radius: 10px; */
    margin-bottom: 15px;
  }
  .contact_box h3{
    /* font-size: 24px; */
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 20px;
  }
  .contact_box p, .contact_box p a{
    font-size: 14px;
    font-weight: 400;
    color: var(--clr-gray-dark);
    text-align: justify;
  }
  .contact_box p a{
    font-weight: 600;
  }
  .contact_box p a span{
    color: var(--title-color);
  }
  .contact_box p a:hover span{
    text-decoration: underline;
  }
  .other_services h3{
    /* font-size: 24px; */
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 20px;
  }
  .other_services ul li a i{
    width: 40px;
    height: 40px;
    background-color: #53af36;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
  }
  .services_detailwrap{
    padding: 80px  0;
  }
  .other_services ul li{
    width: 100%;
    transition: all .3s ease-in-out;
  }
  .other_services ul li:hover{
   background-color: #53af36;
   border-radius: 50px;
   transition: all .3s ease-in-out;
  }
  .other_services ul li a span{
    font-size: 18px;
    font-weight: 500;
    color: var(--title-color);
  }
  
  .services_box h3{
    /* font-size: 24px; */
    font-weight: 700;
    color: var(--title-color);
    margin: 20px 0;
  }
  .services_box p{
    font-size: 16px;
    font-weight: 400;
    color: var(--clr-gray-dark);
    text-align: justify;
  }
  .services_box ul li{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: var(--title-color);
  }
  .services_box ul li i{
    color: var(--theme-red);
    margin-right: 10px;
    font-size: 22px;
    font-weight: 900;
    width: fit-content;
    background-color: var(--main-black);
    border-radius: 50%;
    box-shadow: none;
    border: none;
  }
  
  /*  */
  .more_imgbox{
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .more_imgbox img{
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  .blogdetails_page .more_blogs_ul li img{
    float: left;
    width: 110px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 10px;
    margin-bottom: 10px;
    
  }
  .blogdetails_page .more_blogs_ul li:hover img{
    transform: scale(1.1);
    transition: .3s ease-in-out;
  }
  .blogdetails_page .moreblogs_content a p{
    font-weight: 600;
    font-size: 13px;
    text-align: justify;
    color: var(--title-color);
    line-height: 1.5;
  }
  .blogdetails_page .more_blogs_ul li:hover {
    background-color: inherit;
  }
  .blogdetails_page .more_blogs_ul li:hover .moreblogs_content a p{
    /* color: var(--theme-color2); */
    transition: .3s ease-in-out;
    text-decoration: underline;
  }
  


/* --   start Scroll To Top   -- */

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    color: var(--theme-red);
    right: 25px;
    bottom: 0px;
    padding-top: 2px;
    z-index: 9999999;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    font-size: 40px;
    bottom: 1px;
    position: relative;
}
/* --  end Scroll To Top  -- */
  
  
  /* footer start */

#footer {
  padding: 5% 0px;
}
  #footer .footer_links h4, #footer .footer_links_contact h4{
    color: var(--theme-red);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    width: fit-content;
  }
  #footer .footer_links h4::after, #footer .footer_links_contact h4::after{
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--off-white);
    display: block;
    margin-top: 5px;
  }
  .footer_links_contact ul{
    padding: 0px;
  }
  #footer .footer_links ul li{
    margin-bottom: 10px;
  }
  #footer .footer_links ul li a{
    color: var(--off-white);
    font-size: 16px;
    font-weight: 400;
    transition: .3s ease-in-out;
  }
  #footer .footer_links ul li a:hover{
    color: var(--theme-red);
    transition: .3s ease-in-out;
  }
  #footer .footer_links ul li a::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: var(--theme-red); 
    vertical-align: middle;
}
  #footer .footer_links ul li a:hover::before {
    display: inline-block;
    transform: translateX(-5px);
    transform: scale(.8);
    transition: transform 0.3s ease;
}
.footer_links_contact ul li, .footer_links_contact ul li a{
    color: var(--off-white);
    font-size: 16px;
    font-weight: 400; 
    margin-bottom: 10px;  
}
.footer_links_contact ul li:hover, .footer_links_contact ul li a:hover{
    color: var(--theme-red);
}
.footer_links_contact ul li i, .footer_links_contact ul li a i{
    color: var(--theme-red);
    font-size: 18px;
    margin-right: 10px;
}
.footer_logo_text{
    color: var(--off-white);
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}

#footer .appoint_btn a{
    margin-right: auto;
    margin-top: 20px;
}
.footer_socials a i{
    color: var(--off-white);
    font-size: 24px;
    transition: .3s ease-in-out;
}
.footer_socials a i:hover{
    color: var(--theme-red);
    scale: 1.2;
    transition: .3s ease-in-out;
}
.footer_bottom{
    background-color: var(--main-black);
}
.footer_bottom p{
    color: var(--clr-para);
    font-size: 14px;
    font-weight: 400;
}
.footer_bottom p a{
    color: var(--theme-red);
    transition: .3s ease-in-out;
    font-size: 16px;
}
.footer_bottom p a:hover{
    color: #fff;
    transition: .3s ease-in-out;
}
/* About us page start */
#breadcrumb{
    background-blend-mode: multiply;
    padding: 150px 0 100px;
}
#breadcrumb h2{

}
#breadcrumb .breadcrumb-item{
    color: var(--off-white);
    font-size: 16px;
    font-weight: 400;
}
#breadcrumb .breadcrumb-item a{
    color: var(--theme-red);
    font-size: 16px;        
    font-weight: 400;
}
#breadcrumb .breadcrumb-item a:hover{
    color: #8e0202;   
}











.about_banner_text h1{
	padding-top: 2%;
	font-size: 40px;
    font-weight: 600;
    color: var(--theme-red);
}
.about_banner_text h2{
	padding-top: 2%;
	margin: 0px;
	font-size: 35px;
    font-weight: 600;
    color: var(--theme-red);
}
.about_banner_text h3{
	padding-top: 2%;
	margin: 0px;
	font-size: 30px;
    font-weight: 600;
    color: var(--theme-red);
}
.about_banner_text p{
	padding-top: 5px;
	font-size: 18px;
    color: #000;
	margin: 0px;
}
.about_banner_text li{
	margin-left: 2%;
	list-style: square;
}


.section-content h1{
	padding-top: 2%;
	font-size: 40px;
    font-weight: 600;
    color: var(--theme-red);
}
.section-content h2{
	padding-top: 2%;
	margin: 0px;
	font-size: 35px;
    font-weight: 600;
    color: var(--theme-red);
}
.section-content h3{
	padding-top: 2%;
	margin: 0px;
	font-size: 30px;
    font-weight: 600;
    color: var(--theme-red);
}
.section-content  p{
	padding-top: 5px;
	font-size: 18px;
    color: #000;
	margin: 0px;
}
.section-content li{
	margin-left: 2%;
	list-style: square;
}



#about_banner h1{
	padding-top: 2%;
	font-size: 40px;
    font-weight: 600;
    color: var(--theme-red);
}
#about_banner h2{
	padding-top: 2%;
	margin: 0px;
	font-size: 35px;
    font-weight: 600;
    color: var(--theme-red);
}
#about_banner h3{
	padding-top: 2%;
	margin: 0px;
	font-size: 30px;
    font-weight: 600;
    color: var(--theme-red);
}
#about_banner p{
	padding-top: 5px;
	font-size: 18px;
    color: #000;
	margin: 0px;
}
.wp-block-list {
  margin: 0px!important;
}
#about_banner li{
	margin-left: 2%;
	list-style: square;
}



.about_banner_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;  
}
/* call us section */
#callus{
    margin-top: 12%;
}
.callus_content .img1{
width: 20%;
height: 400px;
/* height:500px; */
position: absolute;
bottom: 0;
left: 0;
object-fit: cover;
}
.callus_content .img1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.callus_content .img2{
    width: 20%;
    /* margin-left: auto; */
    
}
.callus_content .img2 img{
    width: 100%;
    height: 200%;
    object-fit: cover;
}
.callus_content .textBx{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-left: auto;
}
.callus_content .textBx h2{
    width: 60%;
}
.callus_content .textBx .appoint_btn{
    width: 30%;
}
/* cantact us page */

#contactbanner_map iframe{
    line-height: 0;
}
#contactform .contact_info_bx ul li{
    padding: 20px 30px;
    background-color: black;
    width: 60%;
    margin: auto;
    border-radius: 20px;
    text-align: left;

}
#contactform .contact_info_bx ul li h4{
    padding-bottom: 10px;
    font-weight: 600;
    color: var(--off-white);
}
#contactform .contact_info_bx ul li p a, #contactform .contact_info_bx ul li p{
    color: var(--off-white);
    font-size: 20px;
    font-weight: 400;
    font-size: 16px;
}    
#contactform .contact_info_bx ul li p a i, #contactform .contact_info_bx ul li p i{
    color: var(--theme-red);
    font-size: 24px;
    margin-right: 10px;
}
#contactform .contact_info_bx ul li:hover{
    background-color: var(--theme-red);
}
#contactform .contact_info_bx ul li:hover p i, #contactform .contact_info_bx ul li:hover p a i{
   color: var(--main-black);
}

#contactform form input, #contactform form textarea{
    /* background: #7958587b; */
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: var(--off-white);
    box-shadow: none;
    box-shadow:  rgba(174, 123, 123, 0.5) 3px 3px 6px 0px inset,  rgba(174, 123, 123, 0.5) -3px -3px 6px 1px inset, rgba(174, 123, 123, 0.5) 3px 3px 6px 1px inset, rgba(174, 123, 123, 0.5) -3px -3px 6px 1px inset;
    padding: 8px 10px;
    border-radius: 5px;
}
#contactform form input::placeholder, #contactform form textarea::placeholder{
    color: var(--theme-red);
}
#contactform form input:focus, #contactform form textarea:focus{
    color: var(--theme-red);
   
}
#contactform form input, #contactform form textarea {
    color: var(--main-black);
}
#contactform form button{
    background-color: var(--theme-red);
    color: var(--off-white);
    border: none;
    padding: 10px 50px;
    border-radius: 5px;
    margin-top: 20px;
}
#contactform form button:hover{
    background-color: #8e0202;
}
#contactform .socialBx .social_icon a i{
    font-size: 28px;
    color: var(--main-black);
}
#contactform .socialBx .social_icon a i:hover{
    color: var(--theme-red);
}
#contactform .contactform_text p{
    color: var(--main-black);
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 40px;
    text-align: center;
}

/* blog page start */
.blog_card {
    position: relative;
    /* top: 50%; */
    /* left: 50%; */
    /* -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0); */
    width: 370px;
    background-color: #f8bdbd7b;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
    border-radius: 15px;
}

.blog_card a {
    color: inherit;
    text-decoration: none;
}

.blog_card:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}


/**
* DATE
**/

.card__date {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    background-color: var(--theme-red);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 13px;
}

.card__date__day {
    font-size: 14px;
}

.card__date__month {
    text-transform: uppercase;
    font-size: 10px;
}


/**
* THUMB
**/

.card__thumb {
    height: 245px;
    overflow: hidden;
    background-color: #000;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

.card__thumb img {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
    object-fit: cover;
}

.blog_card:hover .card__thumb {
    height: 130px;
}

.blog_card:hover .card__thumb img {
    opacity: 0.6;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/**
* card_BODY
**/

.card__body {
    position: relative;
    /* height: 185px; */
    padding: 30px 20px;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

.blog_card:hover .card__body {
    height: 300px;
}

.card__category {
    position: absolute;
    top: -25px;
    left: 0;
    height: 25px;
    padding: 0 15px;
    background-color: var(--theme-red);
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 25px;
}

.card__title {
    margin: 0;
    padding: 0 0 20px 0;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.card__subtitle {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 19px;
    color: coral;
}

.card__description {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 30px;
    margin: 0;
    padding: 0;
    /* padding-top: 20px; */
    color: #666C74;
    line-height: 27px;
    opacity: 0;
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
}

.blog_card:hover .card__description {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.card__footer {
    position: absolute;
    bottom: 12px;
    left: 20px;
    right: 20px;
    font-size: 11px;
    color: #A3A9A2;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 2px;
    font-size: 18px;
}

.icon+.icon {
    padding-left: 10px;
}

/* promotion page start */
#promotion .promotion_card{
    padding: 10px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    border-radius: 25px;
}
#promotion .promotion_card .promotion_img{
    width: 100%;
    aspect-ratio: 5/3;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 20px;
}
#promotion .promotion_card .promotion_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* zoomeffect */
#promotion .promotion_card:hover .promotion_img img{
    animation: zoomeffect 12s ease-in-out infinite alternate;
}
.promotion_text{
    padding: 0 10px;
}
.promotion_text h4{
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--theme-red);
}
.promotion_text p{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #666C74;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5; 
}


/*  */












@media only screen and (max-width:991px) {
.navbar-light .navbar-brand {
  color: rgba(0,0,0,.9);
  position: absolute;
}
.navbar-toggler{
  border-color: red !important;
  position: fixed!important;
  right: 5%!important;
}
.fixed_top_scroll {
  position: fixed;
  top: 50px;
}
.offcanvas .btn_close {
    position: absolute !important;
    right: 5% !important;
}
.offcanvas-body .appoint_btn {
  display: flex;
  align-items: end;
  position: absolute;
  right: 25px;
  bottom: 1%;
}
#heroHanner .banner_text_area {
  width: 50%;
}
.banner_text_area .banner-caption .banner-text h1.hero-title {
  color: var(--off-white);
  font-size: 25px;
}
.btn-primary {
  padding: 5px!important;
}
 .container{
    max-width: 90%!important;
  }
.appoint_btn {
  float: left;
  margin-bottom: 5%;
}
.blogs_headerbx.text-center br{
    display: none;
}
.callus_content .textBx h2 {
  width: 60%;
  font-size: 20px;
}
h2 {
  font-size: 25px;
}
nav .offcanvas .btn_close{
    border-color: red !important;
    position: absolute;
    right: 5% !important;
    margin-top: 0%!important;
  }
#mega-menu-wrap-primary #mega-menu-primary{
    min-width: 100%!important;
}
.text-reset.btn_close {
  position: relative!important;
  left: 0px!important;
  top: 30px!important;
}
.bread_details h2{
    margin-bottom: 0px;
}
.mt-5 {
  margin-top: 0rem!important;
}





}






@media only screen and (max-width:870px) {
.navbar-toggler {
    top: 50px!important;
  }
.fixed_top_scroll .navbar-toggler {
    top: 50px!important;
  }
 #heroHanner .banner_text_area {
    width: 70%;
  }
.text-reset.btn_close {
  left: 0px!important;
  top: 30px!important;
}
#breadcrumb {
  background-blend-mode: multiply;
  padding: 10% 0 3%!important;
}
.callus_content .img1 {
  width: 50%;
  height: 300px;
}
.callus_content .img1 img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}
 #breadcrumb {
    padding: 15% 0 3% !important;
  }




}




@media only screen and (max-width: 767px) { 
.text-reset.btn_close {
  left: 0px!important;
  top: 30px!important;
}
.offcanvas-body .appoint_btn a {
  width: 90%;
  text-align: center;
}
.offcanvas-body .appoint_btn {
    display: flex;
    align-items: end;
    position: absolute;
    right: 25px;
    bottom: -1%;
    width: 100%;
  }
.banner-text .d-flex.align-items-center.justify-content-center {
  padding: 0px;
}
.banner_text_area .banner-caption .banner-text ul li{
  font-weight: 700;
  font-size: 18px;
}
.hero-button a {
  display: flex;
  align-items: end;
  width: 100%;
  margin-left: auto;
  padding: 2px 2px;
  border-radius: 15px;
  font-size: 14px;
}
.hero-button.mb-2.d-flex.gap-3.justify-content-center{
  display: block!important;
}
 .hero-button a {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: auto;
    padding: 2px 2px;
    border-radius: 15px;
    font-size: 14px;
    justify-content: center;
    margin-bottom: 10px;
  }
.appoint_btn a {
  align-items: end;
  width: fit-content;
  margin-left: auto;
  padding: 8px 10px;
  border-radius: 15px;
}
.footer_logo{
  width: 50%;
}
.footer_bottom p {
  text-align: center!important;
}
.d-flex.align-items-center.m-0{
  display: flex;
  justify-content: center!important;
}
#heroHanner {
  height: 50vh;
  width: 100%;
  background-blend-mode: darken;
}
#contact .container {
  width: 100%;
  border-radius: 20px;
  background: rgba(41, 23, 23, 0.5);
  backdrop-filter: blur(4px);
  padding: 20px;
  background: #da0d0d70;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}





}


@media only screen and (max-width: 480px) { 
  .banner_text_area .banner-caption .banner-text ul li {
    font-weight: 700;
    font-size: 13px;
  }
 .banner_text_area .banner-caption .banner-text h1.hero-title {
    color: var(--off-white);
    font-size: 18px;
  }
.banner_text_area .hero-text {
  text-align: center;
  color: #fff;
  padding-bottom: 4%;
  display: none;
  font-size: 11px;
}
.testimonial .description {
  font-size: 14px;
  color: var(--main-black);
  line-height: 25px;
  text-indent: 30px;
  position: relative;
}
 .callus_content .img1 img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
.testimonial .title {
  font-size: 17px;
}
.blog_text h4{
   font-size: 15px; 
}
#heroHanner .banner_text_area {
  position: absolute;
  top: 55%;
  padding: 10px;
}
 #heroHanner {
    height: 55vh;
}
.banner_text_area font{
  font-size: 11px!important;
}
.banner_text_area .banner-caption .banner-text ul li:not(:last-child)::after {
  content: '';

  width: 3px;

  height: 18px;

  position: relative;

  top: 6px;

}
.blog_text h4 a {
  color: var(--theme-red);
  font-size: 15px;
  font-weight: 500;
}
.callus_content .img1 {
    width: 100%;
    height: 300px;
    position: relative;
  }
.callus_content.d-flex.position-relative.align-items-center {
  display: block!important;
}
.callus_content .textBx {
  width: 100%!important;
  display: block!important;
}
#callus .position-absolute {
  position: relative!important;
	bottom: 70px;
}
 .callus_content .textBx h2 {
    width: 100%;
    font-size: 20px;
    color: #fff;
    padding-bottom: 4%;
  }
#callus {
  margin-top: 50px;
  padding-bottom: 15%!important;
}
.callus_content .textBx .appoint_btn {
  width: 100%;
  text-align: center;
}
#footer .appoint_btn a {
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
}
.bread_details h2{
    font-size: 20px!important;
}
li.mega-menu-item > a.mega-menu-link {
    line-height: 30px!important;
    height: 30px!important;
  }
#mega-menu-primary {
  height: 350px!important;
  overflow-y: auto!important;
}
 #breadcrumb {
    padding: 20% 0 3% !important;
  }
	
.about_banner_text h1{
	padding-top: 2%;
	font-size: 22px;
    font-weight: 600;
    color: var(--theme-red);
}
.about_banner_text h2{
	padding-top: 2%;
	margin: 0px;
	font-size: 20px;
    font-weight: 600;
    color: var(--theme-red);
}
.about_banner_text h3{
	padding-top: 2%;
	margin: 0px;
	font-size: 18px;
    font-weight: 600;
    color: var(--theme-red);
}
.about_banner_text p{
	padding-top: 5px;
	font-size: 15px;
    color: #000;
	margin: 0px;
}
.about_banner_text li{
	margin-left: 2%;
	list-style: square;
}


.section-content h1{
	padding-top: 2%;
	font-size: 25px;
    font-weight: 600;
    color: var(--theme-red);
}
.section-content h2{
	padding-top: 2%;
	margin: 0px;
	font-size: 23px;
    font-weight: 600;
    color: var(--theme-red);
}
.section-content h3{
	padding-top: 2%;
	margin: 0px;
	font-size: 20px;
    font-weight: 600;
    color: var(--theme-red);
}
.section-content  p{
	padding-top: 5px;
	font-size: 15px;
    color: #000;
	margin: 0px;
}
.section-content li{
	margin-left: 2%;
	list-style: square;
}



#about_banner h1{
	padding-top: 2%;
	font-size: 25px;
    font-weight: 600;
    color: var(--theme-red);
}
#about_banner h2{
	padding-top: 2%;
	margin: 0px;
	font-size: 23px;
    font-weight: 600;
    color: var(--theme-red);
}
#about_banner h3{
	padding-top: 2%;
	margin: 0px;
	font-size: 20px;
    font-weight: 600;
    color: var(--theme-red);
}
#about_banner p{
	padding-top: 5px;
	font-size: 15px;
    color: #000;
	margin: 0px;
}	
	
	

}



@media only screen and (max-width: 420px) { 
#callus .position-absolute {
  position: relative!important;
	bottom: 0px;
}

}



