/*@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');*/

@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/jost-v20-latin-regular.woff2') format('woff2');
}

*{margin: 0; padding: 0; box-sizing: border-box;}
html{margin: 0;padding: 0;width: 100%;height: 100%;overflow-y: scroll;overflow-x: hidden;}
body{ font-family: "Open Sans", sans-serif; font-size: 16px; line-height:26px; font-weight: normal; color: #000; line-height: 1.5;}
a {text-decoration: none;}
h1,h2,h3,h4,h5,h6 { font-family: "Jost", Sans-serif; font-weight: 600; color: #102039; margin-bottom: 15px; letter-spacing: 0px;}
ul{ margin: 0; padding: 0;}
.sec-pad{ padding-top: 60px; padding-bottom: 50px; position: relative;}
.readmore-btn { padding: 12px 25px; background: #E86F9D; text-transform: capitalize; color: #fff; display: inline-block; border-radius: 5px; border: none; font-weight: 600; text-transform: uppercase;}
.readmore-btn:hover{ background-color: #D54F82;}
.btn-submit{ background-color: #E86F9D; border:none !important; padding:8px 35px 8px 35px; border-radius: 5px; border: none; color: #fff; text-transform: uppercase; height: 45px !important;}
.btn-submit:hover{ background-color: #D54F82;}
.bg-light{ background-color: #F4F4F4 !important;}
.dnone{ display: none;}


/* =========== Header Start =========== */

.fixed-header { position: fixed !important;
top: 0;left: 0;right: 0;width: 100%;background: rgba(0,125,32,0.75);z-index: 99999;padding-left: 0;padding-right: 0;transition: 0.9s;-webkit-transition: 0.9s;-moz-transition: 0.9s;-webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown; animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;}
.header { position: relative;z-index: 9;}
.top-header{ padding: 0;background: #E86F9D;}
.top-header .top-box{ display: inline-block; color: #fff;}
.top-header .top-box ul{ padding: 8px 0;}
.top-header .top-box ul li{padding:0 0 0 15px; font-weight: 400; display: inline-block;}
.top-header .top-box ul li a{ color: #fff;}
.top-header .top-box ul li span{ margin-right: 5px;}
.top-header .top-box ul li span i{ color: #fff;}
.header-social ul li{ padding: 0 !important; list-style: none; display: inline;}
.header-social ul li a{ background-color: #D54F82; width: 40px; height: 40px; line-height: 40px; display: inline-block; text-align: center; color: #fff;}
.main-header{background: #fafafa;position: relative;}
.header .logo img{ height: 100px;}
.navbar-expand-lg .navbar-collapse {justify-content: flex-end;}
.main-header .navbar{padding: 0px 0;align-items: center;justify-content: space-between;}
.main-header .navbar-expand-lg .navbar-nav .nav-item{}
.main-header .navbar-expand-lg .navbar-nav .nav-item .nav-link{font-size: 15px; color: #000; font-weight: 600;padding: 25px 15px;}
.main-header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
.main-header .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link{ color: #fff !important;}
.main-header .dropdown-menu{border-radius: 0;border: none;background: #321D07; padding: 0; margin-top: 0px; border-top: 4px solid #669828;}
.main-header .dropdown-menu li{ border-bottom: 1px dashed #ccc; padding:0;}
.main-header .dropdown-menu a{ color: #fff !important; padding: 12px 10px;}
.main-header .dropdown-menu li a:hover{background: #F6C441; color: #000 !important;}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {display: block;}
.dropdown-item{font-size: 14px;}
.dropend .dropdown-menu{position: absolute;right: -100%;top: 0;}
.sticky { position: fixed !important;top: 0 !important;left: 0;width: 100%;z-index: 100;transition: all 0.9s;background-color: var(--white); box-shadow: 0px 0px 62px 0px rgb(0 22 89 / 17%);}


/* =========== Banner Start =========== */
.carousel-caption{ right: 8%; left: 8%; bottom: 22%; text-align: left;}
.banner-left h1{ color: #fff; font-size:40px;}
.banner-left p{ padding-right: 50px;}
.carousel-indicators{ margin-left: 8%; margin-right: 8%; text-align: left; justify-content: left; bottom: 15px;}
.banner-right{ background-color: rgba(18, 10, 0, 0.7); padding: 20px; margin-left: 50px;}
.banner-right h4{ color: #fff;}
.banner-right .form-group .form-control{ margin-bottom: 12px; padding: 10px; background: #f5f5f5; border: 1px solid #ccc; box-shadow: none; color: #000;}
.banner-right .form-group select{ width: 100%; padding: 13px 5px; background: #f5f5f5; border: 1px solid #ccc; box-shadow: none; border-radius: 4px; color: #000;}
.banner-right .form-group select option{ color: #000;}
.banner-right .form-group textarea{ height: 100px;}
.banner-panel .carousel-indicators [data-bs-target]{ width: 10px; height: 10px; border-radius: 50%; background: transparent; border: 2px solid #fff;}
.mobile-banner{ display: none;}
.carousel-caption .morebtn{ background-color: #E86F9D; color: #fff; padding: 10px 20px; text-transform: uppercase; border-radius: 5px; display: inline-block;}
.carousel-caption:hover .morebtn{ background-color: #D54F82; color: #fff;}

input[type="text"]::placeholder { color: #000;} 
input[type="text"]:-ms-input-placeholder { color: #000; } 
input[type="text"]::-ms-input-placeholder { color: #000; } 

input[type="email"]::placeholder { color: #000;} 
input[type="email"]:-ms-input-placeholder { color: #000; } 
input[type="email"]::-ms-input-placeholder { color: #000; }

input[type="tel"]::placeholder { color: #000;} 
input[type="tel"]:-ms-input-placeholder { color: #000; } 
input[type="tel"]::-ms-input-placeholder { color: #000; }

input[type="email"]::placeholder { color: #000;} 
input[type="email"]:-ms-input-placeholder { color: #000; } 
input[type="email"]::-ms-input-placeholder { color: #000; }

textarea[name="textarea-793"]::placeholder { color: #000;} 
textarea[name="textarea-793"]:-ms-input-placeholder { color: #000; } 
textarea[name="textarea-793"]::-ms-input-placeholder { color: #000; }


/* =========== About Us Start =========== */
.about-panel-left{ position: relative;}
.about-panel-left img{ width: 100%;}
.about-panel-right .sheading-white h2{ color: #151515;}
.about-panel .sheading-white .stitle { font-weight: 600; font-size: 25px; color: #000; margin-bottom: 10px; position: relative;}
.about-panel .sheading-white .stitle:after {position: absolute;content: "";background: url('../images/hafter.webp') no-repeat;height: 25px;width: 20px;bottom: 0px;margin-left: 10px; background-size: 100%;}
.about-panel-right h2{ font-size:35px; line-height:40px; color: #E86F9D;}


/* =========== Counter Start =========== */
.counter-panel{ background: url('../images/counter-bg.jpg') no-repeat; background-size: cover;}
.counter-panel h2{ color: #fff;}
.counter-panel p{ color: #fff;}
.counter{ display: flex; background-color: #F5F5F5; padding: 10px;}
.counter h2{ color: #000; margin: 0; font-size: 40px;}
.count-text{ color: #000; font-size: 16px; line-height:18px; font-weight: bold; padding: 7px 0; margin-left: 15px; text-transform: uppercase;}


/* =========== Services Start =========== */
.services-panel .sheading-white .stitle { font-weight: 600; font-size: 35px; color: #E86F9D; margin-bottom: 10px; position: relative;}
.services-panel .sheading-white .stitle:after {position: absolute;content: "";background: url('../images/hafter.webp') no-repeat;height: 25px;width: 20px;bottom: 4px;margin-left: 10px; background-size: 100%;}

.services-panel .sheading-white-location .stitle { font-weight: 600; font-size: 35px; color: #E86F9D; margin-bottom: 10px; position: relative;}

.service-box-pic img{ width: 100%;}
.service-box-content h2{ color: #fff; background-color: #E86F9D; text-transform: uppercase; padding: 8px 15px 6px; font-size: 20px;}
.service-box-content ul li{ font-size: 14px; list-style: none; margin-bottom: 5px; /*display: inline-flex;*/ align-items: center;}
.service-box-content ul li i{ color: #E86F9D; margin-right: 5px;}
.service-box-content h2{ color: #fff; background-color: #E86F9D; text-transform: uppercase; padding: 8px 15px 6px; font-size: 20px;}
.service-box-content .sheading-white .stitle { font-weight: 600; font-size: 18px; color: #E86F9D; text-transform: uppercase; margin-bottom: 10px; position: relative;}
.service-box-content .sheading-white .stitle:after {position: absolute;content: "";background: url('../images/hafter.webp') no-repeat;height: 25px;width: 20px;bottom: 0px;margin-left: 10px; background-size: 100%;}
.area-list li i{ margin-right: 10px;}
.area-list li.c1{ background-color: #DEF8FF; padding: 8px 15px;}
.area-list li.c2{ background-color: #FFDDEA; padding: 8px 15px;}

.kolkata .sheading-white .stitle { font-weight: 600; font-size: 18px; color: #E86F9D; text-transform: uppercase; margin-bottom: 10px; position: relative;}
.kolkata .sheading-white .stitle:after {position: absolute;content: "";background: url('../images/hafter.webp') no-repeat;height: 25px;width: 20px;bottom: 0px;margin-left: 10px; background-size: 100%;}


/* =========== Location Start =========== */
.location-panel{ background: url('../images/location/location-bg.jpg') no-repeat; background-size: 100%;}
.location-panel .location-panel-left img{ width: 100%;}
.location-panel .sheading-white .stitle { font-weight: 600; font-size: 25px; color: #E86F9D; margin-bottom: 10px; position: relative;}
.location-panel .sheading-white .stitle:after {position: absolute;content: "";background: url('../images/hafter.webp') no-repeat;height: 25px;width: 20px;bottom: 0px;margin-left: 10px; background-size: 100%;}
.location-panel-right h2{ color: #FDA000;}
.location-panel-right p{ color: #fff;}


/* =========== Areas We Serve Start =========== */
.areas-panel .sheading-white .stitle { font-weight: 600; font-size: 20px; color: #E86F9D; margin-bottom: 10px; position: relative; text-transform: uppercase;}
.areas-panel .sheading-white .stitle:after {position: absolute;content: "";background: url('../images/hafter.webp') no-repeat;height: 25px;width: 20px;bottom: 0px;margin-left: 10px; background-size: 100%;}
.areas-part{ margin-top: 20px;}
.ablock{ background: linear-gradient(180deg, #E66C9A 0%, #B73E6B 100%); text-align: center; padding: 85px 10px 15px 10px; position: relative; margin-top: 70px;}
.ablock .ablock-pic{ position: absolute; left: calc(50% - 70px); overflow: hidden; top: -70px; max-width: 140px;}
.ablock .ablock-pic img{ width: 140px !important; height:140px !important; border: 6px solid #f5f5f5; display: inline-block !important; border-radius: 50%; } 
.ablock h4{ color: #fff; text-transform: uppercase;}
.ablock p{ color: #fff;}
.ablock-btn{  padding: 10px 20px; background: #B83466; text-transform: capitalize; font-size:13px; color: #fff; display: inline-block; border-radius: 5px; border: none; text-transform: uppercase; border: 2px solid #E64C87;}
.area-carousel .owl-nav{ text-align: center; margin: 20px 0; display: block !important;}
.area-carousel .owl-nav button{ border:1px solid #E86F9D !important; color: #fff; width: 50px; height: 35px; line-height: 25px !important; margin: 0 5px;}
.area-carousel .owl-nav button:hover{ background-color: #E86F9D; color: #fff !important;}


/* =========== News Start =========== */
.news-panel{ background-color: #F0F0F0;}
.news-panel .sheading-white .stitle { font-weight: 600; font-size: 20px; color: #E86F9D; margin-bottom: 10px; position: relative; text-transform: uppercase;}
.news-panel .sheading-white .stitle:after {position: absolute;content: "";background: url('../images/hafter.webp') no-repeat;height: 25px;width: 20px;bottom: 0px;margin-left: 10px; background-size: 100%;}
.news-part{ background-color: #fff; padding: 20px; border-radius: 10px 0 0 10px; position: relative; margin: -50px 0 25px 30px;}
.pr-0{ padding-right: 0;}
.news-part h5{ font-family: "Open Sans", sans-serif; color: #373737;}
.news-part .date{ color: #fff; background-color: #E86F9D; display: inline-block; border-radius: 5px; padding: 3px 10px; margin-bottom: 15px;}
.news-part .admin{ color: #A3A3A3; display: inline-block; margin-left: 10px;}
.news-part .admin i{ color: #fff; background-color: #E86F9D; border-radius: 50%; padding: 5px; font-size: 12px; width: 25px; height: 25px; text-align: center;line-height: 18px;}
.news-part .blogbtn{ color: #E86F9D; font-weight: 600;}
.news-panel img{ border-radius: 10px 10px 0 10px;}
.news-part:hover{ background-color: #E86F9D;}
.news-part:hover .date{ background-color: #fff; color: #000;}
.news-part:hover .admin{ color: #fff;}
.news-part:hover .admin i{ background-color: #fff; color: #000;}
.news-part:hover h5{ color: #fff;}
.news-part:hover p{ color: #fff;}
.news-part:hover .blogbtn{ color: #fff;}


/* =========== TestimonialsStart =========== */
.testimonials-panel .sheading-white .stitle { font-weight: 600; font-size: 20px; color: #E86F9D; margin-bottom: 10px; position: relative; text-transform: uppercase;}
.testimonials-panel .sheading-white .stitle:after {position: absolute;content: "";background: url('../images/hafter.webp') no-repeat;height: 25px;width: 20px;bottom: 0px;margin-left: 10px; background-size: 100%;}



/* =========== Footer Start =========== */
.footer{ background-color: #1B0F00; position: relative; overflow: hidden;}
.footer-top{ padding: 50px 0 10px 0;}
.flogo{ margin-bottom: 15px;}
.flogo img{ width: 100%;}
.fwidget .ftitle{ color: #BDBDBD; padding-bottom: 15px; font-size: 24px; font-weight: 500; margin: 0;}
.footer-col-1{ height: 100%; background: url('../images/footer-saparator.png') no-repeat; background-position: 100%; height: 100%; padding: 0 15px 15px 0;}
.footer-col-1 p{ color: #BDBDBD; margin: 0;}
.footer-col-2{ background: url('../images/footer-saparator.png') no-repeat; background-position: 100%; height: 93%; padding-bottom: 15px;}
.footer-col-2 ul li{ list-style: none; color:#abbfcf; padding-bottom: 5px;}
.footer-col-2 ul li a{ color: #BDBDBD; position: relative;}
.footer-col-2 ul li a .fa{ padding-right: 10px;}
.footer-col-2 ul li a:hover{ color: #E86F9D;}
.footer-col-3{ background: url('../images/footer-saparator.png') no-repeat; background-position: 100%;height: 93%; padding: 0 15px 15px 0;}
.footer-contact .info-contact{ margin-bottom: 10px; padding-left: 28px; display: flex; flex-direction: column; position: relative;}
.footer-contact .info-contact a{ color: #BDBDBD;}
.footer-contact .info-contact h6{ color: #ebebeb; font-size: 18px; margin-bottom: 8px;}
.footer-contact .info-contact i {position: absolute; top: 0%; left: 0%; color: #BDBDBD; font-size: 20px;}
.footer-contact .info-contact p{ padding: 0; margin:0;}
.footer-social{ margin-top:25px;}
.footer-social p{ color: #BDBDBD; font-weight: 600; margin-bottom: 5px;}
.footer-social ul{ display: inline;}
.footer-social ul li{ list-style: none; display: inline; padding: 0 8px 0 5px; height: 100%;}
.footer-social ul li a{color: #BDBDBD;}
.footer-col-4{ padding: 0 0 15px 0;}
.footer-col-4 ul li{ width: 30%; display: inline-block; margin: 0 5px 5px 0; display: inline-block;}
.footer-col-4 ul li a img{ width: 100%;}
.footer-col-4 p{ color: #fff; margin-top: 20px;}
.footer-col-4 p span{ color: #FFC548;}
.footer-bottom{ background-color:#100900; padding: 20px 0px; color: #BDBDBD;}
.footer-bottom .copywrite-panel{ padding: 0; display: flex; align-items: center;justify-content: space-between;flex-wrap: wrap;}
.footer-bottom .copywrite-panel p{ margin: 0;}
.footer-bottom .copywrite-panel p a{ color: #fff;}
.scrollup {position: fixed; right: 4%; bottom: 3%; background: #E86F9D; color: #fff; font-size: 20px; opacity: 1; border-radius: 5px; width: 40px; height: 40px; line-height: 40px; text-align: center; cursor: pointer; z-index: 9999;}


/* =========== About Us Start =========== */
.breadcrumb-wrapper { overflow: hidden;position: relative;padding: 120px 0;}
.bg-cover { background-repeat: no-repeat; background-size: cover !important; position: relative; background-position: center !important;}
.breadcrumb-content .title{ color: #fff; font-weight:700; font-size:40px;}
.breadcrumb-content p{ color: #fff; padding-right: 50px;}
.breadcrumb-wrapper .breadcrumb-content ul{ background-color: #E86F9D; border-radius: 5px; display: inline-block;}
.breadcrumb-wrapper .breadcrumb-content ul li{ line-height: 28px; font-size: 18px; padding: 8px 20px; list-style: none; display: inline-block; color: #fff;}
.breadcrumb-wrapper .breadcrumb-content ul li a{ color: #fff; position: relative;}
.breadcrumb-wrapper .breadcrumb-content ul>li a::after { width: 1px; height: 100%; clear: both; content: "/"; position: absolute; color: #fff; top: 0%; right: -20px;}
.contact-block { background: #f1f3f8; padding: 20px 15px; border: 1px solid #FF512F; min-height: 145px; border-radius: 5px;}
.mrl-30 { margin-left: 30px;}
.contact-icon i { width: 64px; height: 64px; background: #FF512F; text-align: center; line-height: 74px; display: inline-block; border-radius: 6px; color: #fff; font-size: 30px;}
.contact-details h5{ font-weight:700;}
.aboutus-panel-left img{ border-radius: 5px; padding: 5px; border: 1px solid #E86F9D; width: 100%;}
.aboutus-panel-right .sheading-white .stitle { font-weight: 600; font-size: 20px; color: #E86F9D; margin-bottom: 10px; position: relative; text-transform: uppercase;}
.aboutus-panel-right .sheading-white .stitle:after {position: absolute;content: "";background: url('../images/hafter.webp') no-repeat;height: 25px;width: 20px;bottom: 0px;margin-left: 10px; background-size: 100%;}
.vision-panel-right img{ border-radius: 5px; padding: 5px; border: 1px solid #E86F9D; width: 100%;}
.banner-mobile{ display: none;}
.contact-us-panel .sheading-white .stitle { font-weight: 600; font-size: 35px; color: #E86F9D; margin-bottom: 10px; position: relative;}
.contact-us-panel .sheading-white .stitle:after {position: absolute;content: "";background: url('../images/hafter.webp') no-repeat;height: 25px;width: 20px;bottom: 4px;margin-left: 10px; background-size: 100%;}
.contact-us-left h6{ color: #E86F9D; margin-bottom: 5px;}
.contact-us-left .info-contact {margin-bottom: 22px; padding-bottom: 5px; padding-left: 65px; display: flex; flex-direction: column; position: relative; border-bottom: 1px solid #E0E0E0;}
.contact-us-left .info-contact:last-child{ border-bottom: inherit;}
.contact-us-left .info-contact i { background-color: #E86F9D;position: absolute;top: 0%;left: 0%;color: hsl(0deg 0% 100%);font-size: 20px; padding: 12px 15px;line-height: 20px;}

.contact-form .sheading-white .stitle { font-weight: 600; font-size: 20px; color: #E86F9D; margin-bottom: 10px; position: relative; text-transform: uppercase;}
.contact-form .sheading-white .stitle:after {position: absolute;content: "";background: url('../images/hafter.webp') no-repeat;height: 25px;width: 20px;bottom: 0px;margin-left: 10px; background-size: 100%;}
.home-form .form-group .form-control{ margin-bottom: 12px; padding: 12px 10px; background: #fff; border: 1px solid #ccc; box-shadow: none; color: #000;}
.home-form .form-group textarea { height: 100px;}
.home-form input[type="text"]::placeholder { color: #000;} 
.home-form input[type="text"]:-ms-input-placeholder { color: #000; } 
.home-form input[type="text"]::-ms-input-placeholder { color: #000; } 

.home-form input[type="email"]::placeholder { color: #000;} 
.home-form input[type="email"]:-ms-input-placeholder { color: #000; } 
.home-form input[type="email"]::-ms-input-placeholder { color: #000; }

.home-form input[type="email"]::placeholder { color: #000;} 
.home-form input[type="email"]:-ms-input-placeholder { color: #000; } 
.home-form input[type="email"]::-ms-input-placeholder { color: #000; }

.home-form textarea[name="your-message"]::placeholder { color: #000;} 
.home-form textarea[name="your-message"]:-ms-input-placeholder { color: #000; } 
.home-form textarea[name="your-message"]::-ms-input-placeholder { color: #000; }

.service-part{ position: relative; margin-bottom: 30px;}
.service-part img{ width: 100%;}
.service-part h5{ background-color: #fff; margin:-25px 20px 0 20px; position: relative; z-index: 1; text-align: center; border-radius: 5px; color: #000;}
.service-part h5 a{ color: #000; padding: 12px; display: block;}
.service-part h5:hover{ color: #fff; background-color: #E86F9D;}
.service-part h5:hover a{ color: #fff; display: block;}
.location-panel-page .location-panel-left img{ width: 100%;}
.location-panel-page .sheading-white .stitle { font-weight: 600; font-size: 25px; color: #E86F9D; margin-bottom: 10px; position: relative;}
.location-panel-page .sheading-white .stitle:after {position: absolute;content: "";background: url('../images/hafter.webp') no-repeat;height: 25px;width: 20px;bottom: 0px;margin-left: 10px; background-size: 100%;}
.location-panel-page .location-panel-right h2{ color: #000;}
.location-panel-page .location-panel-right p{ color: #000;}
.gallery-panel .sheading-white .stitle { font-weight: 600; font-size: 35px; color: #E86F9D; margin-bottom: 10px; position: relative;}
.gallery-panel .sheading-white .stitle:after {position: absolute;content: "";background: url('../images/hafter.webp') no-repeat;height: 25px;width: 20px;bottom: 4px;margin-left: 10px; background-size: 100%;}



/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  background: #fafafa;
  left:0px;
  top:0px;
  border-bottom: 1px solid #e0e0e0;
  width:100%;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.fixed-header .sticky-header figure{ margin: 0; padding: 5px 0;}
.fixed-header .sticky-header figure img{ height: 70px;}

/** header-bottom **/

.header-bottom{
  position: relative;
  background: transparent;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.header-bottom .nav-outer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 26px 0px 0px 0px;
}

.header-bottom .logo-outer{
  position: relative;
  float: left;
  padding: 28px 0px 18px 0px;
}
.header-bottom .logo-outer figure{ margin: 0;}
.header-bottom .logo-outer figure img{ height: 70px;}
.header-bottom .menu-area{ position: relative; float: right; padding: 0;}
.header-bottom .outer-box{position: relative;padding: 29px 5px 0px 2px; float: left;}
.header-bottom .outer-box .search-outer{ position: relative; display: inline-block;}


/** main-menu **/

.main-menu{
  position: relative;
  display: block;
  float: left;
}

.main-menu .navbar-collapse{
  padding:0px;  
}

.main-menu .navigation > li{
  position:relative;
  float:left;
  margin: 0px 10px;
}

.main-header .menu-column{
  padding: 0px;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  font-size:14px;
  font-family: 'Poppins', sans-serif;
  color:#ffffff;
  line-height:22px;
  font-weight:500;
  opacity:1;
  text-transform:uppercase;
  padding: 31px 0px 29px 0px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul{
  position:absolute;
  left:0px;
  top: 100%;
  width:250px;
  z-index:100;
  display:none;
  background:#ffffff;
  border-top: 3px solid #DBB081;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 7px 15px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  font-family: 'Poppins', sans-serif;
  padding:6px 0px;
  line-height:24px;
  font-size:13px;
  color:#222222;
  font-weight: 400;
  text-align:left;
  text-transform:uppercase;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  font-weight: bold;
}

.main-menu .navigation > li > ul > li:hover{
  background: #DBB081;
  border-bottom: 1px solid #DBB081;
}

.main-menu .navigation > li > ul > li:hover a{
  color: #000;
}

.main-menu .navigation > li > ul > li:last-child:hover{
  border-bottom: none;
}

.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
  position:absolute;
  right: 0px;
  top: 0px;
  font-size:18px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color:#ffffff;
  width: 50px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  cursor:pointer;
  z-index:5;
  display: none;
}

.navbar-header {
  display: none;
}

/** sub-menu **/

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:0%;
  width:230px;
  z-index:100;
  display:none;
  padding: 0px 0px;
  background-color: #ffffff;
  border-top: 3px solid #DBB081;
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  margin: 0px;
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  margin:0px;
  border-bottom: 1px solid #e5e5e5;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding:10px 18px;
  line-height:24px;
  font-weight:400;
  font-family: 'Poppins', sans-serif;
  font-size:13px;
  text-transform:uppercase;
  color: #222222 !important;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  font-weight: bold;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
  color: #000 !important;
  background:#DBB081;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  position: absolute;
  content: "\f105";
  font-size: 16px;
  color: #222;
  top: 6px;
  right: -12px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{ color: #ffffff;}

/** stricky-header **/
.sticky-header .main-menu .navigation > li{ margin: 0px !important;}
.sticky-header .main-menu .navigation > li > a{ padding: 24px 12px 24px 12px !important;}
.sticky-header .main-menu .navigation > li > a{ color: #222222;}
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a{ background: #DBB081; color: #ffffff;}
.sticky-header .logo-box{ position: relative; float: left; margin-top: 10px;}
.sticky-header .menu-area{ position: relative; float: right;}

/*** 
====================================================================
                        Header-Style-Two
====================================================================
***/
 
.header-style-two .header-top .social li a{ background: #DBB081;}
.header-style-two .header-bottom .nav-outer{ position: relative; padding:0px;}
.header-style-two .main-menu .navigation > li > a{ color: #fff; letter-spacing: 2px; padding: 30px 0px 30px 25px;}
.header-style-two .search-box-area .search-toggle i:before{ color: #CB9860;}
.header-style-two .search-box-area .search-toggle i:hover:before{ color: #222222;}
.header-style-two .header-bottom .logo-outer { padding:5px 0px;}
.header-style-two .sticky-header .main-menu .navigation > li > a { padding: 14px 30px 16px 30px; margin-left: 25px;}


/* =========== Blog Start =========== */
.single-blog { background: #fff; box-shadow: 0px 0px 45px 0px #00000038; margin-bottom: 30px;}
.blog-img{ height: auto; width: 100%; overflow: hidden; position: relative; z-index: 1;}
.blog-img::after { background: #fbfbfb73; bottom: 0; content: ""; left: 50%; position: absolute; right: 50%; top: 0; opacity: 0; height: 100%; pointer-events: none; transition: all 0.5s linear;}
.single-blog:hover .blog-img::after { left: 0; right: 0; opacity: 1;}
.blog-img img { object-fit: cover; width: 100%; height: 100%; transform: scale(1); transition: all 1s linear;}
.blog-one__content { position: relative; z-index: 1;}
.blog__meta { padding: 15px 20px; display: flex; gap: 30px; align-items: center; border-bottom: 1px solid #999;}
.blog__meta a{ color: #000;}
.blog__inner .content { padding: 15px 20px;}
.blog__inner .content .blog-title { color: #000; margin-bottom: 15px; font-size: 20px;}
.blog__inner .content .blog-title a{ color: #000;}
.blog-btn{ padding: 10px 20px; color: #fff; background-color: #FF512F; display: inline-block; border-radius: 5px; text-transform: uppercase;}
.blog-btn:hover{ background-color: #166397;}
.pagination .page-item.active .page-link{ background-color: #FF512F; border: 1px solid #FF512F;}
.pagination .page-item .page-link{ background-color: #166397; border: 1px solid #166397; color: #fff; padding: 10px 20px; margin: 0 5px; border-radius: 5px;}
.pagination .page-item .page-link:hover{  background-color: #FF512F; border: 1px solid #FF512F;}

.tj-main-service{ position: relative; overflow: hidden; background-color: #f8f8f8; padding: 20px 20px; margin-bottom: 30px;}
.tj-main-service .sidebar__title { padding-bottom: 12px; position: relative;margin-bottom: 30px;}
.tj-main-service .sidebar__title::after {position: absolute; content: ""; bottom: 2px; width: 58px; height: 2px; left: 0%; background-color:#FF512F;}
.tj-single-common {display: flex;align-items: center;gap: 20px;margin-bottom: 15px; border-bottom: 1px dashed #999;}
.tj-single-common:last-child{ border-bottom: none;}
.tj-single-common .tj-img { width: 80px; height: 80px;}
.tj-single-common .tj-img img { transform: scale(1); object-fit: cover; width: 100%; height: 70px;}
.tj-single-common .tj-content .sidebar__post-content-meta { display: flex;align-items: center; gap: 20px;margin-bottom: 15px;}
.tj-single-common .tj-content .sidebar__post-content-meta a{ color: #000;}
.tj-single-common .tj-content h6 a{ color: #000;}
.tj-single-common .tj-content h6 a:hover{ color: #FF512F;}
.sidebar-widget ul li {
    display: block;
    position: relative;
}
.sidebar-widget ul li a {
    display: block;
    border: none;
    margin: 0;
    padding: 15px 25px 15px 0;
    font-size: 16px;
    line-height: 1.313;
    color: var(--body-color);
    position: relative;
    border-bottom: 1px solid hsl(0deg 0% 80%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.sidebar-widget ul li>span {
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}





.blog-details-content .image-box img { width: 100%;}
.blog-details-content .content-style-one .post-meta { margin: 15px 0 !important;}
.blog-details-content .content-style-one .post-meta li { position: relative;display: inline-block;margin-right: 12px; font-size: 14px; font-weight: 600; margin-bottom: 0px;}
.blog-details-content .content-style-one .post-meta li i { position: relative; font-size: 14px; color: #E4004D; margin-right: 5px;}
.blog-details-content .content-style-one .title{ font-size: 30px; line-height: 40px; color: #222222;}
.content-style-one h2{ font-size: 25px; line-height: 35px; color: #222222;}
.content-style-one h3{ font-size: 20px; line-height: 30px; color: #222222;}
.content-style-one h4{ font-size: 17px; line-height: 27px; color: #222222;}
.content-style-one ul{ margin-left: 35px !important;}
.content-style-one ul li{ list-style: disc; margin-bottom: 10px; font-size: 18px; line-height: 28px;}
.blog-sidebar .widget_block { position: relative; background: hsl(0deg 0% 97%); padding: 25px;margin-bottom: 30px;}
.blog-sidebar .widget_block .wp-block-search__label { font-size: 1.25rem; font-weight: 600; margin-bottom: 20px; border-bottom: 1px dashed hsl(0deg 0% 80%);}
.blog-sidebar .widget_block .wp-block-heading{ font-size: 1.25rem; font-weight: 600; margin-bottom: 20px; border-bottom: 1px dashed hsl(0deg 0% 80%);}
.search-form input { width: 100%; height: 60px; border: 2px solid hsl(0deg 0% 13%); padding: 15px 20px;}
.search-form button { display: none;}

.wp-block-latest-posts li{position: relative; margin-bottom: 12px; min-height: 90px; border-bottom: 1px solid hsl(0deg 0% 87%);}
.blog-sidebar .blog-post-sidebar .blog-sidebar-thumb { position: absolute;left: 0; top: 0;width: 80px;height: 80px;}
.blog-sidebar .blog-post-sidebar .blog-sidebar-thumb img { width: 100%;height: 80px;opacity: 1; transition: all 500ms ease;}
.wp-block-latest-posts__post-title{ position: relative;display: block;font-size: 16px; font-family: 'Poppins', sans-serif; font-weight: 600; color: hsl(0deg 0% 13%);line-height: 24px; margin-bottom: 10px;}

.wp-block-categories-list li { display: block; position: relative; border-bottom: 1px solid hsl(0deg 0% 80%);}
.wp-block-categories-list li a { display: inline-block; border: none; margin: 0; padding: 15px 25px 15px 0;font-size: 16px; line-height: 1.313;color: #000; position: relative;-webkit-transition: 0.4s; transition: 0.4s;text-transform: capitalize; }
.widget_tag_cloud a { display: inline-block;font-size: 13px !important; font-weight: 500;text-transform: capitalize; line-height: 1;padding: 10px;margin-right: 5px;margin-bottom: 10px;color: hsl(0deg 0% 0%);background-color: hsl(0deg 0% 100%); border-radius: 0;}
.sidebar-call { position: relative; display: block;border: 2px solid #E4004D; padding: 30px 30px 40px 30px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.10); text-align: center;}
.sidebar-call .icon-box { margin-bottom: 14px;}
.sidebar-call .icon-box i:before { position: relative;font-size: 60px;color: #222; margin: 0px;}
.sidebar-call .text { position: relative; font-size: 18px;color: #222222;font-weight: 400;margin-bottom: 18px;}
.sidebar-call .phone { font-size: 25px; line-height: 35px; font-weight: 700; margin-bottom: 1px;}
.sidebar-call .phone a {color: #222;}
.sidebar-call .email { font-size: 16px;}
.sidebar-call .email a {color: #222;}
.sidebar-call .btn-style-one{ padding: 12px 25px; background: #E86F9D; text-transform: capitalize; color: #fff; display: inline-block; border-radius: 5px; border: none; font-weight: 600; text-transform: uppercase; margin-top: 20px;}
.wp-block-search__button{ padding: 12px 20px; background: #E86F9D; text-transform: capitalize; color: #fff; display: inline-block; border-radius: 5px; border: none; font-weight: 600; text-transform: uppercase;}
.blog-details-page{ border-top: 1px solid #ccc;}
.news-block-one .lower-content { padding: 15px;}
#block-7{ display: none;}
#block-9{ margin: 0; padding-bottom: 0;}
#block-8{ margin-top: -15px;}
#block-9 p{ border-bottom: 1px dashed hsl(0deg 0% 80%); font-size: 1.25rem;}

.locatin-name ul{ text-align: center;}
.locatin-name ul li{ width: 24%; display: inline-block; border: 1px solid #000; border-radius: 5px; margin-bottom: 10px; background-color: #fff; position: relative; text-align: left;}
.locatin-name ul li:hover{ background-color: #E86F9D;}
.locatin-name ul li a{ color: #000; width: 100%; padding: 8px 8px 8px 30px; display: block;}
.locatin-name ul li a i{ color: #A00C84; position: absolute; margin-top: 3px; left: 8px;}
.locatin-name ul li:hover a{ color: #fff;}
.locatin-name ul li:hover a i{ color: #fff;}

.akolkata li .fa{ display: none;}
.akolkata li{ display: inline-flex; gap: 15px;}
.sub-locatin-name ul{ text-align: center;}
.sub-locatin-name ul li{ width: 24%; display: inline-block; border: 1px solid #000; border-radius: 5px; margin-bottom: 10px; background-color: #E86F9D; color:#fff; position: relative; text-align: left; padding: 8px 8px 8px 10px; font-weight: bold;}
.sub-locatin-name ul li:hover{ background-color: #E86F9D;}
p a{ color: #000;}

.breadcrumb-content p a{ color: #fff;}
.location-panel .location-panel-right p a{ color: #fff;}
.breadcrumb-content h4{ color: #fff;}
