/********** Template CSS **********/
:root {
--primary: #ED1C24;
--secondary: #0B2154;
--light: #F2F2F2;
--dark: #111111;
}
/*@font-face {*/
/*font-family: 'Chakra Petch';*/
/*src: url('../fonts/Chakra-Petch/ChakraPetch-Regular.ttf') format('truetype');*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/
/*@font-face {*/
/*font-family: 'Poppins';*/
/*src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/
/*@font-face {*/
/*font-family: 'Roboto';*/
/*src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/
.fw-medium {
font-weight: 600 !important;
}
.back-to-top {
position: fixed;
display: none;
right: 45px;
bottom: 45px;
z-index: 99;
}
/*** Spinner ***/
#spinner {
opacity: 0;
visibility: hidden;
transition: opacity .5s ease-out, visibility 0s linear .5s;
z-index: 99999;
}
#spinner.show {
transition: opacity .5s ease-out, visibility 0s linear 0s;
visibility: visible;
opacity: 1;
}
/*** Button ***/
.btn {
font-weight: 500;
text-transform: uppercase;
transition: .5s;
}
.btn.btn-primary,
.btn.btn-secondary {
color: #FFFFFF;
}
.btn-square {
width: 38px;
height: 38px;
}
.btn-sm-square {
width: 32px;
height: 32px;
}
.btn-lg-square {
width: 48px;
height: 48px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
padding: 0;
display: flex;
align-items: center;
justify-content: center;
font-weight: normal;
border-radius: 2px;
}
/*** Navbar ***/
.navbar .dropdown-toggle::after {
border: none;
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 900;
vertical-align: middle;
margin-left: 8px;
}
.navbar-light .navbar-nav .nav-link {
margin-right: 20px;
padding: 25px 0;
color: #FFFFFF;
font-size: 15px;
text-transform: uppercase;
outline: none;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
color: var(--primary);
}
.custom-active {
color: var(--primary) !important;
}
.choose-us-title{
font-size: 52px;
margin-bottom: 24px;
}
.choose-us-subtitle{
color: #8C8C8C;
font-family: 'Poppins';
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 183.5%;
text-transform: capitalize;
}
.why-choose-us-points{
margin-top: 60px;
}
.container-width{
width: 100%;
}
.container-width .img-fluid{
width: 100%;
}
.testimonials-section{
padding-bottom: 120px;
padding-top: 120px;
}
@media (max-width: 991.98px) {
.custom-w-50{
width: 50%;
}
.mar-10{
margin: 10px;
}
.hide-on-mobile{
display: none !important;
}
.mt-104{
margin-top: 0px !important;
}
.padding-50{
padding: 50px;
}
.col-customxs-9 {
flex: 0 0 auto;
width: 88%;
}
.col-customxs-3 {
flex: 0 0 auto;
width: 12%;
}
.pr-11{
padding-right: 1px !important;
}
.pr-15{
padding-right: 1rem !important;
}
}
@media (max-width: 1230px){
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
color: var(--primary);
border-bottom: none !important;
}
.navbar-light .navbar-nav .nav-link {
margin-right: 0;
padding: 10px 0;
}
.navbar-light .navbar-nav {
border-top: 1px solid #EEEEEE;
}
.appoitment-img{
display: none;
}
.custom-m-0{
margin: 0px !important;
}
}
.navbar-light .navbar-brand,
.navbar-light a.btn {
height: 75px;
}
.navbar-light .navbar-nav .nav-link {
color: var(--dark);
font-weight: 500;
}
.navbar-light.sticky-top {
top: -100px;
transition: .5s;
}
@media (min-width: 992px) {
.hide-on-desktop{
display: none !important;
}
}
@media (min-width: 1230px){
.navbar .nav-item .dropdown-menu {
border: none;
margin-top: 0;
top: 150%;
opacity: 0;
visibility: hidden;
transition: .5s;
}
.navbar .nav-item:hover .dropdown-menu {
top: 100%;
visibility: visible;
transition: .5s;
opacity: 1;
}
.navbar .nav-item .dropdown-services{
display: flex;
flex-wrap: wrap;
width: 732px;
}
.rtl .navbar .nav-item .dropdown-services{
text-align: right;
}
.navbar .nav-item .dropdown-services .dropdown-item{
flex-grow: 1 !important;
flex-basis: 50% !important;
}
}
/*** Header ***/
.carousel-caption {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, .7);
z-index: 1;
}
.carousel-control-prev,
.carousel-control-next {
width: 10%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
width: 3rem;
height: 3rem;
}
@media (max-width: 768px) {
#header-carousel .carousel-item {
position: relative;
min-height: 450px;
}
#header-carousel .carousel-item img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
}
.custom-w-50{
width: 50%;
}
.mar-10{
margin: 10px;
}
.hide-on-mobile{
display: none !important;
}
.mt-104{
margin-top: 0px !important;
}
.padding-50{
padding: 50px;
}
.col-customxs-9 {
flex: 0 0 auto;
width: 88%;
}
.col-customxs-3 {
flex: 0 0 auto;
width: 12%;
}
.fs-36{
font-size: 20px !important;
}
}
.page-header {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.page-header-inner {
background: rgba(0, 0, 0, .7);
}
.breadcrumb-item + .breadcrumb-item::before {
color: var(--light);
}
/*** Facts ***/
/*** Service ***/
.service .nav .nav-link {
background: var(--light);
transition: .5s;
}
.service .nav .nav-link.active {
background: var(--primary);
}
.service .nav .nav-link.active h4 {
color: #FFFFFF !important;
}
/*** Booking ***/
.booking {
background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-2.jpg) center center no-repeat;
background-size: cover;
}
.bootstrap-datetimepicker-widget.bottom {
top: auto !important;
}
.bootstrap-datetimepicker-widget .table * {
border-bottom-width: 0px;
}
.bootstrap-datetimepicker-widget .table th {
font-weight: 500;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
padding: 10px;
border-radius: 2px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
background: var(--primary);
}
.bootstrap-datetimepicker-widget table td.today::before {
border-bottom-color: var(--primary);
}
/*** Team ***/
.team-item .team-overlay {
display: flex;
align-items: center;
justify-content: center;
transition: filter 0.5s ease;
}
.team-item:hover .custom-container {
filter: blur(5px);
}
.team-item:hover .overlay {
display: none;
}
.team-item:hover .overlay-hover {
display: flex !important;
}
/* .team-item:hover .team-overlay {
transform: scale(1);
}
.team-item .team-overlay .btn {
color: var(--primary);
background: #FFFFFF;
}
.team-item .team-overlay .btn:hover {
color: #FFFFFF;
background: var(--secondary)
} */
/*** Testimonial ***/
.testimonial-carousel .owl-dots {
margin-top: 24px;
display: flex;
align-items: flex-end;
justify-content: center;
}
.testimonial-carousel .owl-dot {
position: relative;
display: inline-block;
margin: 0 5px;
width: 15px;
height: 15px;
border: 1px solid #CCCCCC;
transition: .5s;
}
.testimonial-carousel .owl-dot.active {
background: var(--primary);
border-color: var(--primary);
}
/*** Footer ***/
.footer {
background-color: #000;;
}
.footer .btn.btn-social {
margin-right: 5px;
width: 35px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
border: transparent;
border-radius: 35px;
transition: .3s;
}
.footer .btn.btn-social:hover {
color: var(--primary);
background: white;
}
.footer .btn.btn-link {
display: block;
margin-bottom: 5px;
padding: 0;
text-align: left;
color: #FFFFFF;
font-size: 15px;
font-weight: normal;
text-transform: capitalize;
transition: .3s;
}
.footer .btn.btn-link::before {
position: relative;
content: "\f105";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-right: 10px;
}
.footer .btn.btn-link:hover {
letter-spacing: 1px;
box-shadow: none;
}
.footer .copyright {
padding: 25px 0;
font-size: 15px;
border-top: 1px solid rgba(256, 256, 256, .1);
}
.footer .footer-menu a {
margin-right: 15px;
padding-right: 15px;
border-right: 1px solid rgba(255, 255, 255, .3);
}
.footer .footer-menu a:last-child {
margin-right: 0;
padding-right: 0;
border-right: none;
}
.border-radius-5{
border-radius: 5px;
}
.rtl{
direction: rtl;
}
.header-icon{
color: #5F1CED;
}
.call-border{
border: solid 1px #000;
}
.black-color{
color: #000;
}
@media (max-width: 576px){
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
color: var(--primary);
border-bottom: none !important;
}
.col-customxs-9 {
flex: 0 0 auto;
width: 88%;
}
.col-customxs-3 {
flex: 0 0 auto;
width: 12%;
}
.col-custom-10{
flex: 0 0 auto;
width: 83.33333%;
}
.col-custom-2{
flex: 0 0 auto;
width: 16.66667%;
}
.custom-w-50{
width: 50%;
}
.mar-10{
margin: 10px;
}
.hide-mobile{
display: none !important;
}
.highlight-title{
font-size: 40px !important;
line-height: 40px !important;
}
.custom-mt-5{
margin-top: 8rem !important;
}
.hide-on-mobile{
display: none !important;
}
.highlight-img-mobile{
position: relative;
top: -80px;
}
.col-sm-6 {
flex: 0 0 auto;
width: 50%;
}
.padding-50{
padding: 50px;
}
.mt-104{
margin-top: 0px !important;
}
.testimonial-carousel-affect:before, .testimonial-carousel-affect:after {
display: none;
}
.break-title{
font-size: 30px !important;
}
}
.highlight-title{
font-family: 'Roboto', sans-serif;
font-size: 69px;
font-weight: 700;
line-height: 70px;
letter-spacing: 0px;
text-transform: uppercase;
}
body{
font-family:'Poppins', sans-serif !important;
overflow-x: hidden;
}
.highlight-img{
width: 160%;
margin-left: -125px;
margin-top: -35px;
}
.text-right{
text-align: right;
}
.high-col{
display: flex;
flex-direction: column;
}
.w-38{
width: 38%;
}
.mr-96{
margin-right: 96px;
}
.theme-btn{
font-family: 'Chakra Petch', sans-serif;
box-shadow: -11px 11px 18px 0px rgba(237, 28, 36, 0.30);
}
.btn-primary{
font-family: 'Chakra Petch', sans-serif;
box-shadow: -11px 11px 18px 0px rgba(237, 28, 36, 0.30);
}
.font-chakra{
font-family: 'Chakra Petch', sans-serif;
}
.gray-color{
color: #ECECEC80;
}
.high-title-z{
z-index: -1;
position: relative;
margin-left: -38px;
}
.float-right{
float: right;
}
.w-20{
width: 20%;
}
.hide{
display: none !important;
}
.break-title{
font-size: 52px;
font-weight: 700;
line-height: 56px;
letter-spacing: 0px;
text-align: left;
}
.gradient-background{
background: linear-gradient(to bottom, #EFEFEF, #fff);
background-size: 100% 15%;
background-repeat: no-repeat;
}
.col-flex{
display: flex;
align-items: center;
}
.equip-title2{
text-align: left;
background-color: #F6F6F6;
padding: 6px 20px;
color: #000;
font-family: 'Chakra Petch';
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 183.5%;
text-transform: capitalize;
}
.side-before{
position: relative;
}
.side-before:before {
content: "";
display: block;
width: 5px;
height: 100%;
background: #FF000D;
position: absolute;
left: -3px;
top: 0px;
}
.equip-para-2{
color: #8C8C8C;
font-family: 'Poppins';
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 183.5%;
text-transform: capitalize;
}
.equip-img{
position: relative;
top: -125px;
}
.primary{
color: var(--primary) !important;
}
.font-55{
font-size: 55px;
}
/* .service-background{
background-image: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0)), url(../img/services.png);
background-repeat: no-repeat;
height: 452px;
background-size: cover;
} */
.pt-10{
padding-top: 10rem;
}
.pb-10{
padding-bottom: 10rem;
}
.fs-30 {
font-size: 30px;
}
.fs-25{
font-size: 25px;
}
.display-flex{
display: flex;
}
.overflow-x-hidden{
overflow-x: hidden;
overflow-y: hidden;
}
.custom-container {
position: relative;
display: inline-block;
}
.custom-container::before{
content: "";
position: absolute;
background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
bottom: 0;
left: 0;
width: 100%;
height: 50%;
}
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: baseline;
text-align: left;
padding: 2rem;
}
.overlay-hover {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
flex-direction: column;
justify-content: center;
align-items: baseline;
text-align: center;
padding: 2rem;
}
.overlay h5{
padding-top: 5px;
}
.red-line-under-text{
height: 1px;
border-bottom: 3px solid #FF000D;
width: 20px;
}
.overlay-hover h5{
padding-top: 5px;
}
.w-10{
width: 10% !important;
}
.blogs-title{
justify-content: flex-end;
display: grid;
}
.fs-50{
font-size: 50px;
}
.fs-20{
font-size: 20px;
}
.owl-nav, .owl-dot{
display: none !important;
}
.height-531{
height: 531px;
}
.mt-104{
margin-top: -104px;
}
.h-60{
height: 60%;
}
.w-80{
width: 80%;
}
.why-title:before {
content: "";
display: flex;
width: 4px;
height: 23px;
background: #FF000D;
position: absolute;
margin-left: -16px;
}
.choose-float-img{
margin-top: -8%;
margin-right: 18%;
width: 12%;
position: absolute;
right: 0px;
}
.why-choose-us-subtitle{
color: #8C8C8C;
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
line-height: 183.5%;
text-transform: capitalize;
}
.fs-14{
font-size: 12px !important;
}
.fs-40{
font-size: 40px;
}
.white-background{
background-color: white;
}
.text-yellow{
color: #F9B501;
}
.testimonial-carousel-affect {
position: relative;
}
.testimonial-carousel-affect:before, .testimonial-carousel-affect:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
width: 20%;
}
.testimonial-carousel-affect:after {
left: 0;
right: auto;
background: linear-gradient(to left, rgba(239, 239, 239, 0), rgba(255, 255, 255, 1));
}
.testimonial-carousel-affect:before {
right: 0;
left: auto;
z-index: 1;
background: linear-gradient(to right, rgba(239, 239, 239, 0), rgba(255, 255, 255, 1));
}
.float{
position:fixed;
font-size: 30px;
bottom:60px;
left:15px;
background-color:#0C9;
color:#FFF;
border-radius:50px;
text-align:center;
box-shadow: 2px 2px 3px #999;
z-index: 9999;
}
.float:hover{
background-color:#fff;
color:#0C9;
}
.footer-side-before{
position: relative;
margin-left: 3px;
}
.footer-side-before:before {
content: "";
display: block;
width: 2px;
height: 25px;
background: #ED1C24;
position: absolute;
left: -5px;
}
body.rtl .footer-side-before{
position: relative;
margin-right: 3px;
}
body.rtl .footer-side-before:before {
content: "";
display: block;
width: 2px;
height: 25px;
background: #ED1C24;
position: absolute;
right: -5px;
}
.uppercase{
text-transform: uppercase;
}
.border-bottom{
border-bottom: 1px solid #000 !important;
}
.footer::before {
content: '';
display: block;
height: 5px;
width: 50%;
background-color: #ED1C24;
position: absolute;
left: 25%;
margin-top: -53px;
}
.breadcrumb-color{
color: #96aecd;
}
.who-text{
width: fit-content;
padding-right: 50px;
}
@media (max-width: 419px) {
.main-title{
font-size: calc(1.325rem + 0.9vw);
}
}
@media (max-width: 379px){
.font-55{
font-size: 36px;
}
}
.categories{
padding: 2rem;
border: solid 4px#EDEDED;
}
.categories-color{
color: #333333;
}
.categories-link p:hover{
color: #ED1C24;
}
.contact-details{
padding: 2rem;
border: solid 4px#ED1C24;
}
.fs-36{
font-size: 36px;
}
.pr-11{
padding-right: 11rem;
}
.pr-15{
padding-right: 15rem;
}
.bold{
font-weight: bold;
}
.lh-2{
line-height: 2;
}
.book-form{
background-color: #F6F6F6;
padding: 2rem;
}
.form-select{
background-color: #FFFFFF !important;
}
.offers-back{
background-color: #EBEBEB;
}
.fs-12{
font-size: 12px;
}
.pl-10{
padding-left: 10rem;
}
.pr-10{
padding-right: 10rem;
}
.appoitment-img{
margin-top: -20px;
margin-right: -40px;
}
.appoitment-form{
position: relative;
z-index: 999;
}
.justify-content-center{
justify-content: center;
}
.insta-color{
background: linear-gradient(200deg,#962afb 5%,#e8237a 50%,#f1be0b);
}
.face-color{
background: #3b5998;
}
.white-text{
color: #FFFFFF;
}
.footer-text{
color: #888888;
}
.home-ps p:first-child,
.home-ps h2:first-child{
padding-top: 5rem;
}
.home-ps p:last-child{
margin-bottom: 0px;
}
h1, h2, h3,h4,h5,h6{
color: #000 !important;
}
.f65{
font-size: 65px;
}
@media (max-width: 1229px) {
.custom-mobile-menu{
overflow-y: auto;
max-height: 300px;
}
}
.navbar .nav-item .dropdown-services .dropdown-item{
white-space: inherit !important;
}
.brand-background{
background-color: #ED1C24;
color: #fff !important;
}
.brand-background:hover{
color: #000 !important;
}
.fs-2rem{
font-size: 2rem;
}



p.h2 {
    color: #000;
}



.blog_details table td {
    border: 1px solid #ddd !important;
    padding: 10px;
}

.blog_details table {
    width: 100% !important;
}

.blog_details table tr:first-child {
    background: #e9232a;
    color: #fff;
}

.blog_details table tr td p {
    margin: 0;
}