/*-----------------------------------------------------------------------------------

 Theme Name: Tushar Hazra
 Description: Lorem ipsum dolor sit amet, consectetur adipisicing elit.
 Author: Kapil Prajapati
-----------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
  --primary-background:#1a4845; 
  --white-background:#fff;
  --black-background:#000;
  --primary-color:#1a4845;
  --black-color:#000;
  --white-color:#fff;
  --font-weight-100:100;
  --font-weight-200:200;
  --font-weight-300:300;
  --font-weight-400:400;
  --font-weight-500:500;
  --font-weight-600:600;
  --font-weight-700:700;
  --font-weight-800:800;
  --font-10:10px;
  --font-11:11px;
  --font-12:12px;
  --font-13:13px;
  --font-14:14px;
  --font-15:15px;
  --font-16:16px;
  --font-17:17px;
  --font-18:18px;
  --font-19:19px;
  --font-20:20px;
  --font-21:21px;
  --font-22:22px;
  --font-23:23px;
  --font-24:24px;
  --font-25:25px;
  --font-26:26px;
  --font-27:27px;
  --font-28:28px;
  --font-29:29px;
  --font-30:30px;
  --font-31:31px;
  --font-32:32px;
  --font-33:33px;
  --font-34:34px;
  --font-35:35px;
  --font-36:36px;
  --font-37:37px;
  --font-38:38px;
  --font-39:39px;
  --font-40:40px;
  --font-41:41px;
  --font-42:42px;
  --font-43:43px;
  --font-44:44px;
  --font-45:45px;
  --font-46:46px;
  --font-47:47px;
  --font-48:48px;
  --font-49:49px;
  --font-50:50px;
  --font-60:60px;
  --font-70:70px;
  --font-80:80px;
  --font-90:90px;
  --font-100:100px;
  --justify-center:center;
  --justify-spabe:space-between;
  --align-center:center;
  --primary-display:block;
  --secondary-display:flex;
  --display-inline:inline-block;
  --text-uppercase:uppercase;
  --text-capital:capitalize;
}
body{font-family: var(--primary-font-family); }
p{font-family: "Poppins", sans-serif;}
h1{ font-family: "Poppins", sans-serif;}
h2{ font-family: "Poppins", sans-serif;}
h3{ font-family: "Poppins", sans-serif;}
h4{ font-family: "Poppins", sans-serif; margin-bottom: 0;}
h5{font-family: "Poppins", sans-serif;}
h6{font-family: "Poppins", sans-serif;}
a{font-family: "Poppins", sans-serif;}
li{font-family: "Poppins", sans-serif;}
span{font-family: "Poppins", sans-serif;}
div{font-family: "Poppins", sans-serif;}
input{font-family: "Poppins", sans-serif;}
html {
  scroll-behavior: smooth;
}

/*=======================header ccss start============================*/
/* sticky menu css */
.is-sticky{position: fixed!important;top: 0;left: 0;width: 100%;z-index: 999;box-shadow: 0 2px 15px rgba(0,0,0,.1);}
.is-sticky{animation: smoothScroll 1s forwards; }
@keyframes smoothScroll {
    0% {transform: translateY(-150px); } 
    100% {transform: translateY(0px); }
}
.top-bar-left ul {padding-left: 0px; list-style-type: none; display: flow-root; margin-top: 0px; margin-bottom: 0px; }
.top-bar-left ul li {float: left;margin-right: 25px;border-right: 1px solid #58587A;padding-right: 18px;}
.top-bar-left ul li:last-child{border:none;}
.top-bar-left ul li a i {margin-right: 5px;color: #fff;}
.top-bar-left ul li a {color: #fff;text-decoration: none;font-size: 15px;}
.top-bar-right ul {padding-left: 0px; list-style-type: none; display: flow-root; margin-top: 0px; margin-bottom: 0px; text-align: right; float: right; }
.top-bar-right ul li {float: left;margin-right: 10px;border-right: 1px solid #58587A;padding-right: 11px;}
.top-bar-right ul li:last-child{border:none;}
.top-bar-right ul li a i {margin-right: 0px; font-size: 14px; /* border: 1px solid #ccc;*/ padding: 10px; border-radius: 50%; width: 28px; height: 28px; display: flex; justify-content: center; align-items: center; }
.top-bar-right ul li a {color: #fff;text-decoration: none;}
.top-bar-wrap {background-color: #000;padding: 7px 0px;border-top: 1px solid #000;border-bottom: 1px solid #000;/* box-shadow: 0px 0px 10px #ccc;*/}


#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {min-width: 15rem; margin-top: 0; padding: 1rem 0; border: none; border-radius: 0; box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1); }
#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu:before {content: ""; display: inline-block; position: absolute; top: -0.625rem; left: 2.188rem; margin-left: auto; border-left: 10px solid transparent; border-bottom: 10px solid #ffffff; border-right: 10px solid transparent; }
#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-header {font-size: 1rem; text-transform: capitalize; color: #4361ee; }
#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {position: relative; padding: 0.5rem 1rem; text-transform: capitalize; color: #202020; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-submenu.dropstart .dropdown-menu {top: 0; left: auto; right: 100%; margin-top: 0; margin-left: 0; }
#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-submenu.dropstart .dropdown-menu:before {content: none; }
#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-submenu.dropstart.dropdown-submenu .dropdown-menu.dropdown-submenu, #navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-submenu.dropstart.dropdown-multilevel .dropdown-menu.dropdown-submenu {border-top-right-radius: 0; }
#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-submenu.dropstart.dropdown-submenu .dropdown-menu.dropdown-submenu {border-bottom-left-radius: 0; }
#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-submenu.dropend .dropdown-item.dropdown-toggle::before, #navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-megamenu.dropend .dropdown-item.dropdown-toggle::before {border: none; } #navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-submenu.dropend .dropdown-menu,
#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-megamenu.dropend .dropdown-menu {top: 0; left: 100%; right: auto; margin-top: 0; margin-left: 0; }
#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-submenu.dropend .dropdown-menu:before, #navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-megamenu.dropend .dropdown-menu:before {content: none; }
#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-submenu.dropend.dropdown-submenu .dropdown-menu.dropdown-submenu, #navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-submenu.dropend.dropdown-multilevel .dropdown-menu.dropdown-submenu {border-top-left-radius: 0; }
#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-submenu.dropend.dropdown-submenu .dropdown-menu.dropdown-submenu {border-bottom-right-radius: 0; }
#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown.has-megamenu {position: static; }
#navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown.has-megamenu .dropdown-menu.dropdown-megamenu {left: 0; right: 0; width: 100%; }
@media screen and (min-width: 992px) {
    #navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown.has-megamenu .dropdown-menu.dropdown-megamenu {
        max-width: 960px;
    }
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:#A79A84 !important;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #ff7a0e !important;
}

.is-sticky .navbar{background-color: #000;}
.navbar-nav li a{color: #000!important;font-size: 15px;}
.navbar-nav li a.active{color: #58587A !important;}
.navbar-nav li{margin-left: 18px;}
.navbar {padding: 13px 0px!important;width: 100%;z-index: 99;background-color: #fff;}
.dropdown-menu li{margin-left: 0!important; border-bottom: 1px solid #ccc;}
.dropdown-menu li:last-child{border:none;}
.dropdown-menu{padding: 0px!important;}
.dropdown-item:focus, .dropdown-item:hover{background-color: #000!important; color: #fff!important;}
/*========================header css end===========================*/

/*========================main banner css start===========================*/

#home-slider2 .item {height: 600px; }
#home-slider2 .item img {height: 100%; object-fit: cover; width: 100%; }
#home-slider2 .item .cover {padding: 75px 0; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgb(0 11 41 / 38%); display: flex; align-items: center; }
#home-slider2 .item .cover .header-content {position: relative; padding: 20px 56px 56px; overflow: hidden; text-align: center; }
#home-slider2 .item .cover .header-content .line {content: ""; display: inline-block; width: 100%; height: 100%; left: 0; top: 0; position: absolute; border: 9px solid #fff; -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); }
#home-slider2 .item .cover .header-content h2 {font-weight: 300; font-size: 35px; color: #fff; }
#home-slider2 .item .cover .header-content h1 {font-size: 51px; margin: 0px 0 20px; word-spacing: 3px; color: #000; text-align: left; }
#home-slider2 .item .cover .header-content h2 {font-size: 66px; margin: 0px 0 20px; word-spacing: 3px; color: #fff; text-align: center; font-weight: 600; text-transform: uppercase; position: relative; }
#home-slider2 .item .cover .header-content h2 span {color: #218c22; text-decoration: underline; }
#home-slider2 .item .cover .header-content h5 {font-size: 30px; font-weight: 500; margin: 21px 0 30px; word-spacing: 3px; color: #fff; text-align: center; font-family: 'Source Sans Pro', sans-serif; }
#home-slider2 .item .cover .header-content p {color: #fff; font-size: 18px; text-align: center; font-family: 'Source Sans Pro', sans-serif; width: 100%; }
#home-slider2 .item .cover .header-content h4 {font-size: 24px; font-weight: 300; line-height: 36px; color: #fff; }
#home-slider2 .owl-item.active h1 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
#home-slider2 .owl-item.active p {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
#home-slider2 .owl-item.active .banner_button {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
#home-slider2 .owl-item.active h2 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
#home-slider2 .owl-item.active h4 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInUp; animation-delay: 0.3s; }
#home-slider2 .owl-item.active .line {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInLeft; animation-delay: 0.3s; }
#home-slider2 .item .cover .header-content .banner-read-more {color: #fff; font-size: 15px; line-height: 15px; font-weight: 700; font-style: normal; font-family: 'Source Sans Pro', sans-serif; text-decoration: none; background-color: unset; border-color: #fff; border-style: solid; border-width: 2px 2px 2px 2px; border-radius: 0; padding: 13px 24px; }
#home-slider2 .item .cover .header-content .banner-contact-us {color: #010f34; font-size: 15px; line-height: 15px; font-weight: 700; font-style: normal; font-family: 'Source Sans Pro', sans-serif; text-decoration: none; background-color: #fff; border-color: #fff; border-style: none; border-width: 2px 2px 2px 2px; border-radius: 0; padding: 14px 24px; margin-left: 20px; }
#home-slider2 .item .cover .header-content .banner_buttons {margin-top: 70px; }
#home-slider2 h2:before {content: ''; position: absolute; width: 47%; height: 2px; top: -5px; background-color: #fff; right: 0; left: 0; margin: 0 auto; }
#home-slider2 h2:after {content: ''; position: absolute; width: 47%; height: 2px; bottom: -6px; background-color: #fff; left: 0; margin: 0 auto; right: 0; }
#home-slider2 {position: relative; }
#home-slider2 .item{height: 500px;}
.is-sticky .navbar-nav li a{color: #fff!important;}
#home-slider2 h2:before{display: none;}
#home-slider2 h2:after{display: none;}
#home-slider2 h2{text-align: left;}
#home-slider2 .item .cover .header-content h2{text-align: center; font-size: 38px; margin: 0px 0 25px; word-spacing: 3px; color: #fff; font-weight: 800; text-transform: capitalize; position: relative; }
#home-slider2 .item .cover .header-content h5{font-size: 24px;
    font-weight: 500;
    margin: 21px 0 13px; text-align: left;}
    #home-slider2 .item .cover .header-content .banner_buttons {
    margin-top: 45px;
}
#home-slider2 .item .cover .header-content h2 span{color: #58587A;text-decoration: none;}
#home-slider2 .item .cover .header-content p{text-align: center;}
#home-slider2 .item .cover .header-content{text-align: center;padding: 90px 0px 56px;width: 70%;margin: 0 auto;}
#home-slider2 .item .cover .header-content .banner-contact-us {color: #fff; font-size: 19px; line-height: 15px; font-weight: 700; font-style: normal; font-family: 'Source Sans Pro', sans-serif; text-decoration: none; background-color: unset; border-color: #fff; border-style: solid; border-width: 2px 2px 2px 2px; border-radius: 0; padding: 9px 35px; margin-left: 20px; border-radius: 50px; }
#home-slider2 .item .cover .header-content .banner-read-more {color: #fff;font-size: 19px;line-height: 15px;font-weight: 700;font-style: normal;font-family: 'Source Sans Pro', sans-serif;text-decoration: none;background-color: unset;border-color: #58587A;border-style: solid;border-width: 2px 2px 2px 2px;border-radius: 0;padding: 9px 35px;background-color: #58587A;border-radius: 50px;}

/*========================banner css end===========================*/

/*========================home about css start===========================*/
 .rv-20-about_image {position: relative;width: 100%;padding-left: 0px;height: 100%;padding-top: 40px;}
 .rv-20-about_image img {width: 100%;object-fit: cover;height: 100%;}
 .rv-20-about_image img:nth-child(2) {position: absolute; content: ""; width: 220px; height: 240px; top: 0px; left: 0px; object-fit: contain; animation: aimoveY 2.4s linear infinite alternate; }
 .rv-20-about_image .rv-20-about_experience_txt {position: absolute; left: -60px; bottom: 100px; rotate: -90deg; display: flex; align-items: center; }
.rv-20-about_image .rv-20-about_experience_txt h3 {font-size: 60px; font-weight: 800; color: #081c15; margin: 0; line-height: 1px; margin-right: 20px; }
 .rv-20-about_image .rv-20-about_experience_txt p {color: rgba(8, 28, 21, .6); font-size: 18px; font-weight: 600; margin: 0; width: 100px; line-height: 20px; }
.home-about-wrapp{padding: 50px 0px;}

.home-about-con{height: 100%; display: flex; align-items: center;}

.home-about-con h5{
    display: inline-block;
    background-color: #000;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 15px;
    color: #fff;
    }
.home-about-con h5 i{margin-right: 5px;}
.home-about-con h2{
      font-size: 28px;
    font-weight: 700;
    margin: 7px 0px;
    color:#000;
}
.home-about-con h2 span{color: #58587A;}
.home-about-con p{font-size: 15px; color: #000; line-height: 23px;}
.home-about-con a{background: linear-gradient(90deg, #4AA1B5, #73C6D2);
;padding: 8px 20px;color: #fff;font-size: 15px;border-radius: 50px;text-decoration: none;display: inline-block;margin-top: 15px;}
/*========================home about css end===========================*/

/*========================home product css start===========================*/
.home-page-product-wrapp{background-color: #f1f1f1; padding: 21px 0px;}
.home-pro-head h3 span{color: #58587A;}
.home-pro-head h3{font-size: 28px; font-weight: 700; margin: 7px 0px; position: relative; }
.home-pro-head{text-align: center; margin-bottom: 26px;}
/*.home-pro-head h3:before{content: ''; width: 70px; height: 8px; background-color: #58587A; position: absolute; bottom: -24px; left: 0; right: 0; margin: 0 auto; z-index: 9; }
.home-pro-head h3:after{content: ''; width: 150px; height: 1px; background-color: #000; position: absolute; bottom: -21px; left: 0; margin: 0 auto; right: 0; }*/
.pro-home-img{background-color: #fff; box-shadow: 0px 0px 10px #ccc; padding: 6px; border-radius: 13px; }
.pro-home-img img{border-radius: 13px;}
.pro-home-con{display: flex; align-items: center; margin-top: 15px;}
.pro-home-con-inn{width: 80%; padding-left: 10px;}
.pro-home-con-inn h5{font-weight: 600; font-size: 18px; color: #000; margin-bottom: 9px; }
.pro-home-con-inn h6{font-size: 15px;}
.pro-home-con-btn{width: 20%}
.pro-home-con-btn a{width: 40px; height: 40px; display: flex; background-color: #58587A; border-radius: 50px; text-decoration: none; align-items: center; justify-content: center; color: #fff; }
.product-slide-div{padding-top: 70px;}
/*========================home product css end===========================*/

/*========================home feat css start===========================*/
.home-page-feat-wrapp{padding: 50px 0px;}
.home-feat-head h3{margin-bottom: 40px;}
.home-feat-box{background-color: #fff; box-shadow: 0px 0px 10px #ccc; border-radius: 10px;}
.home-feat-box img{width: 100%; border-top-left-radius: 10px; border-top-right-radius: 10px; height: 250px; object-fit: cover;}
.home-feat-con{padding: 20px;}
.home-feat-con h3{font-weight: 600; font-size: 22px; margin-bottom: 10px;}
.home-feat-con p{font-size: 15px; color: #000; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; /* number of lines to show */ line-clamp: 4; -webkit-box-orient: vertical;}
.home-feat-con a{background-color: #58587A; padding: 8px 20px; color: #fff; font-size: 15px; border-radius: 50px; text-decoration: none; display: inline-block;}
/*========================home feat css end===========================*/


.rv-20-footer {background-color: #000;}
.rv-9-footer-top {padding: 25px 0;}
.rv-9-footer__contact-card {justify-content: flex-end; }
.rv-5-about__call {display: flex; gap: 15px; align-items: center; }
.rv-20-footer__contact-card .rv-5-about__call-icon {background-color: var(--white-f); border-color: var(--white-f); color: #2d6a4f; }
.rv-9-footer__contact-card .rv-5-about__call-icon {border-color: #fff;color: #fff;flex-shrink: 0;}
.rv-5-about__call-icon {width: 54px; height: 54px; line-height: 54px; text-align: center; border: 1px solid rgba(2, 2, 8, .14); border-radius: 50%; color: #8e5b63; font-size: 22px; }
.rv-9-footer__contact-card .rv-5-about__call-txt h6 {color: #fff; }
.rv-5-about__call-txt h6 {color: #fff; font-weight: 700; margin-bottom: 7px; }
.rv-9-footer__contact-card .rv-5-about__call-txt a {color: #fff; }
.rv-5-about__call-txt a {color: rgba(2, 2, 8, .6); font-size: 14px; font-weight: 500; line-height: 142.857%; text-decoration: none;}
.rv-8-footer-middle {padding: 40px 0 40px;}
.rv-1-footer-widget__title {font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 25px; }
.rv-1-footer__about-txt {font-weight: 400;font-size: 15px;color: #fff;margin-bottom: 27px;}
.rv-1-socials {display: flex; gap: 6px; }
.rv-1-socials.rv-15-socials a {border-radius: 0; }
.rv-1-socials a {width: 40px; height: 40px; line-height: 40px; border: 1px solid hsla(0, 0%, 100%, .1); text-align: center; border-radius: 50%; color: hsla(0, 0%, 100%, .5); }
.rv-8-footer-widget__links{padding-left: 0px; list-style-type: none;}
.rv-1-footer-widget li, .rv-1-footer-widget li a {color: #fff;font-size: 15px;font-weight: 300;transition: .4s ease;text-decoration: none;}
.rv-1-footer-widget li {margin-bottom: 13px; }
.rv-8-footer-articles {padding-right: 45px; }
.rv-8-footer-article:not(:last-child) {margin-bottom: 30px; }
.rv-8-footer-article {display: flex; align-items: center; border: 1px solid rgba(44, 44, 44, .1); gap: 20px; }
.rv-8-footer-article-img {flex-shrink: 0; }
.rv-8-footer-article-date {font-size: 13px;font-weight: 500;color: #58587A;line-height: 1;display: flex;align-items: center;margin-bottom: 7px;}
.rv-8-footer-article-title {color: #fff;font-size: 15px;font-weight: 600;line-height: 24px;margin-bottom: 0;}
.rv-8-footer-article-title a{text-decoration: none; color: #fff;}
.rv-8-footer-nwsltr__form .nwsltr-top {padding-bottom: 0; border: none; }
.rv-6-footer-nwsltr__form .nwsltr-top {display: flex; border-bottom: 1px solid hsla(0, 0%, 100%, .2); padding-bottom: 18px; }
.rv-6-footer-nwsltr__form .nwsltr-top>* {color: var(--white-f); }
.rv-8-footer-nwsltr__form input {border: 1px solid hsla(0, 0%, 100%, .16); border-right: 0; padding: 10px 22px; }
.rv-6-footer-nwsltr__form input {width: 100%; }
.rv-6-footer-nwsltr__form .nwsltr-top>* {color: #fff; }
.rv-20-footer-nwsltr__form button {background-color: #2d6a4f; }
.rv-8-footer-nwsltr__form button {width: 46px;height: 46px;background-color: #58587A;flex-shrink: 0;border: none;}
.rv-6-footer-nwsltr__form button {min-width: max-content; }
.rv-8-footer-nwsltr__form button i {padding: 0; opacity: 1; }
.rv-6-footer-nwsltr__checkbox {padding-top: 20px; }
.rv-8-footer-nwsltr__form input {border: 1px solid hsla(0, 0%, 100%, .16); border-right: 0; padding: 10px 22px; }
.rv-6-footer-nwsltr__checkbox input {background-color: transparent; width: auto; margin-right: 10px; }
.rv-6-footer-nwsltr__checkbox a, .rv-6-footer-nwsltr__checkbox label {color: hsla(0, 0%, 100%, .5); }
.rv-6-footer-nwsltr__checkbox a {-webkit-text-decoration: 1px underline hsla(0, 0%, 100%, .5); text-decoration: 1px underline hsla(0, 0%, 100%, .5); text-decoration: none;}
.rv-6-footer-nwsltr__checkbox a, .rv-6-footer-nwsltr__checkbox label {color: #fff; }
.rv-2-footer {border-top: 1px solid hsla(0, 0%, 100%, .1); padding: 19px 0; }
.rv-1-copyright {font-size: 14px; font-weight: 300; color: #fff; }
.rv-2-footer__nav {display: flex; justify-content: flex-end; gap: 10px; }
.rv-2-footer__nav a {color: #fff; font-size: 14px; font-weight: 300; line-height: 1; }
.rv-2-footer__nav a:not(:first-child) {border-left: 1px solid #fff; padding-left: 10px; } 
.rv-2-footer__nav a {color: #fff; font-size: 14px; font-weight: 300; line-height: 1; text-decoration: none; }

.certificate-wrapp{padding: 30px 0px;}
.cert-box {
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
    padding: 14px;
    margin: 1px;
    height: 200px;
    display: flex; justify-content: center; align-items: center;
}
.certificate-slide{margin-top: 70px;}



.contact-map-div iframe{width: 100%; height: 100%;}
.contact-map-div{height: 100%;}

.contact-left{margin-top: 0px; background-color: #fff; padding: 0px; box-shadow:unset; border-radius: 19px; }
.contact-left h5{font-size: 26px; color: #000; font-weight: 600; letter-spacing: 0px; margin-bottom: 15px; }
.contact-left h2{font-size: 28px; margin-bottom: 14px; }
.contact-left h6{font-size: 15px; margin-bottom: 24px; }
.contact-left form{}
.contact-left form label{margin-bottom: 8px; font-size: 15px; }
.contact-left form input{margin-bottom: 14px; padding: 10px; border-radius: 1px; border-radius: 50px; font-size: 16px; }
.contact-left form input:focus{border-color: #58587A; box-shadow: unset; outline: none;}
.contact-left form textarea{height: 150px; border-radius: 20px;}
.contact-left form textarea:focus{border-color: #58587A; box-shadow: unset; outline: none;}
.contact-left form button{border: 1px solid #58587A; border-radius: 0; text-transform: capitalize; font-weight: 600; letter-spacing: 1px; padding: 11px 21px; margin-top: 32px; margin-bottom: 30px; border-radius: 50px; background: linear-gradient(90deg, #4AA1B5, #73C6D2);
 color: #fff;}




.gallery-box{margin-bottom: 30px;}
.gallery-box img{width: 100%; border-radius: 10px;}
.gallery-wrapp{padding: 50px 0px;}
.product-listing-wrapp .pro-home-img img{width: 100%;}
.product-listing-wrapp .pro-home-box {margin-bottom: 30px;}
.product-listing-wrapp{padding: 50px 0px;}

.related-products{padding: 50px 0px;}
.related-products .pro-home-img img{width: 100%;}


.serv-img{position: relative; margin-bottom: 30px;}
.serv-img img{width: 100%; border-radius: 10px;}
.serv-con{display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; position: absolute; top: 0; left: 0; border-radius: 10px;}
.serv-con h2{color: #fff; font-size: 26px;padding: 10px;}

.galery-box img{width: 100%; border-radius: 10px;}

.galery-box{margin-bottom: 30px;}


.us_section {
   background-color: unset;
   color: #fff;
   padding: 30px 0px;
}
 .us_section .us_container {
   display: flex;
}
 .us_section .us_container .box {
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
   margin: 25px 10px 0 10px;
   width:350px;
}
 .us_section .us_container .box .img-box {
   height: 100px;
   display: flex;
   align-items: center;
   justify-content: center;
}
 .us_section .us_container .box .img-box img {
   max-width: 100%;
}
 .us_section .us_container .box .detail-box h5 {
   font-weight: 600;
   color: #000;
}

.us_section .us_container .box .detail-box p {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
}
.why-head h3{color: #000;}
.gallery-wrapps{background-color: #f1f1f1;     padding: 30px 0px;}


.bi-blog-feed-item-2 {
    margin: 0 auto 40px;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 14px
}

.bi-blog-feed-item-2 .blog-img {
    overflow: hidden;
    margin-bottom: 15px
}

.bi-blog-feed-item-2 .blog-img img,.galary-box img,.project-case-img img {
    width: 100%;
    border-radius: 15px;
    height: 224px;
    object-fit: cover;

}
.blog-detail-wrapp .bi-blog-feed-item-2 .blog-img img{height: auto;}
.bi-blog-feed-item-2 .blog-meta {
    left: 0;
    bottom: 0;
    z-index: 1;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 20px;
    border: 2px solid #fff;
    border-left: none;
    background-color: #58587a;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 15px
}

.bi-blog-feed-item-2 .blog-text h3 {
    color: #0e0e0e;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 2px
}

.bi-blog-feed-item-2 .blog-img ul li a,.bi-blog-feed-item-2 .blog-text h3 a {
    color: #000;
    text-decoration: none
}

.blog-list-wrapp,.case-studies-wrapp {
    padding: 50px 0
}

.bi-blog-feed-item-2 .blog-text p,.case-pro-con p,.case-pro-con ul li span {
    font-size: 15px;
    color: #000
}

.bi-blog-feed-item-2 .blog-text .read-button {
    background: linear-gradient(90deg, #4AA1B5, #73C6D2);
    padding: 8px 24px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    text-decoration: none;
}

.bi-blog-feed-item-2 .blog-img ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    margin: 20px auto 9px;
    border: 2px solid #58587A;
    padding: 10px 20px;
    border-radius: 50px;
    list-style-type: none
}

.bi-blog-feed-item-2 .blog-img ul li {
    /*margin-right: 20px;*/
    margin-right: 12px;
    font-size: 15px;
    color: #000
}

.bi-blog-feed-item-2 .blog-img ul li i {
    color: #58587A;
    margin-right: 7px
}

.bi-blog-feed-item-2 .blog-detail-text h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 11px;
    color: #000
}

.bi-blog-feed-item-2 .blog-detail-text h2 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 11px;
    color: #000
}

.bi-blog-feed-item-2 .blog-detail-text h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 11px;
    color: #000
}

.bi-blog-feed-item-2 .blog-detail-text h5 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 11px;
    color: #000
}

.bi-blog-feed-item-2 .blog-detail-text ul {
    list-style-type: none;
    padding-left: 4px
}

.bi-blog-feed-item-2 .blog-detail-text ul li {
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
    position: relative;
    padding-left: 24px
}

.bi-blog-feed-item-2 .blog-detail-text ul li:before {
    top: 0;
    left: 0;
    content: "\f058";
    font-weight: 400;
    position: absolute;
    color: #58587A;
    font-family: 'Font Awesome 6 Free'
}

.bi-sidebar-widget,.galary-box {
    margin-bottom: 30px
}

.bi-sidebar-widget .widget-title {
    font-size: 24px;
    font-weight: 600;
    padding-left: 40px;
    position: relative;
    margin-bottom: 15px;
    color: #000
}

.bi-sidebar-widget .widget-title:before {
    left: 0;
    top: 10px;
    height: 4px;
    width: 30px;
    content: "";
    border-radius: 30px;
    position: absolute;
    background-color: #58587A
}

.bi-sidebar-widget .widget-area {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(22,35,43,.1)
}

.ul-li-block ul {
    margin: 0;
    padding: 0
}

.bi-sidebar-widget .service-widget li {
    margin-bottom: 10px
}

.ul-li-block ul li {
    display: block;
    list-style: none
}

.bi-sidebar-widget .service-widget li a {
    width: 100%;
    color: #0e0e0e;
    font-weight: 500;
    padding: 20px 30px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    background-color: rgba(22,35,43,.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;


}

.bi-sidebar-widget .service-widget li a p{margin-bottom: 0px;}
.bi-sidebar-widget .service-widget li a:hover,.bi-sidebar-widget .tag-widget a:hover {
    color: #fff;
    background-color: #58587A
}

.bi-sidebar-widget .service-widget li a:hover:before {
    color: #000;
    background-color: #fff
}

.bi-sidebar-widget .service-widget li a:after {
    top: 0;
    left: 0;
    width: 10px;
    content: "";
    height: 100%;
    position: absolute;
    border-radius: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: rgb(175 157 104 / 36%);
}

.bi-sidebar-widget .service-widget li a:hover:after {
    background-color: #000
}

.bi-sidebar-widget .recent-post-widget .bi-recent-blog-item {
    padding: 6px 8px;
    border-radius: 5px;
    margin-bottom: 10px;
    background: #f3f4f4
}

.bi-sidebar-widget .recent-post-widget .bi-recent-blog-item .bi-recent-blog-img {
    width: 83px;
    height: 49px;
    overflow: hidden;
    margin-right: 15px;
    /* border-radius: 5px */
}

.bi-sidebar-widget .recent-post-widget .bi-recent-blog-item .bi-recent-blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.bi-sidebar-widget .recent-post-widget .bi-recent-blog-item .bi-recent-blog-text {
    max-width: 295px
}

.bi-sidebar-widget .recent-post-widget .bi-recent-blog-item .bi-recent-blog-text span {
    font-size: 12px;
    font-weight: 700;
    color: #58587A;
    margin-bottom: 5px;
    display: inline-block
}

.bi-sidebar-widget .recent-post-widget .bi-recent-blog-item .bi-recent-blog-text h3 {
    color: #1f1f1f;
    font-size: 15px;
    font-weight: 500;
    margin-top: 4px;
}

.bi-sidebar-widget .recent-post-widget .bi-recent-blog-item .bi-recent-blog-text h3 a {
    color: #000;
    text-decoration:none;
}

.bi-sidebar-widget .tag-widget a {
    color: #505050;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 20px;
    border-radius: 5px;
    margin-right: 5px;
    background: #f3f4f4;
    margin-bottom: 10px;
    display: inline-block
}

.bi-sidebar-widget .tag-widget ul {
    list-style-type: none;
    padding-left: 0
}

.bi-sidebar-widget .tag-widget ul li {
    display: inline-block
}


/*========================inner banner sec css start===========================*/

.inner-banner-img img{width: 100%;height: 350px;object-fit: inherit;}
.inner-banner-con{position: absolute; top: 0; width: 100%; left: 0; display: flex; justify-content: flex-start; align-items: center; height: 100%; }
.inner-banner-con-inn h2{color: #fff;text-align: center;font-weight: 600;font-size: 39px; text-transform: uppercase;}
.inner-banner-img{position: relative; }
.bread-crumb{margin-top: 20px;}
.bread-crumb ol li{font-size: 16px; color: #797979;}
.bread-crumb ol li.active{color: #797979;}
.bread-crumb ol li a{color: #797979;text-decoration: none;font-size: 16px;}
.bread-crumb .breadcrumb-item+.breadcrumb-item::before{color: #797979;}
.over-lay{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgb(0 0 0 / 35%);}
.breadcrumb{justify-content: flex-start;}
.inner-banner-con-inn{padding-top: 0px;}
.inner-banner-con-inn .bread-crumb ol li{color: #797979!important;}
.inner-banner-con-inn h1{ color: #fff;}
/*========================inner banner sec css end===========================*/

/*========================testimonial start===========================*/

.testimonial-section {
    background: #f7f8fc;
    padding: 80px 0;
    font-family: Poppins, sans-serif;
}

.testimonial-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

/* LEFT */
.testimonial-left {
    width: 35%;
    position: relative;
}

.heading {
    font-size: 36px;
    font-weight: 700;
}

.desc {
    max-width: 330px;
}

/* RIGHT */
.testimonial-right {
    width: 60%;
}

/* FIX: Show only 1 card */
.testimonial-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 40px 80px rgba(0,0,0,0.08);
    max-width: 600px;
    margin: 0 auto;
}

/* Quote */
/*.quote-icon {
    font-size: 45px;
    color: #5b3df7;
    font-weight: 700;
}*/
/*.quote-icon {
    font-size: 42px;
    color: #6246ea;
    font-weight: 700;
    line-height: 1;          !* 🔥 Removes extra vertical space *!
    margin-bottom: 10px;     !* 🔥 Less space below quote *!
    display: inline-block;   !* Better control *!
}*/
.quote-icon {
    margin: 0 !important;
    padding: 0 !important;
}

.quote-icon {
    display: block;
    font-size: 44px;
    color: #6246ea;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;      /* ⭐ GAP कम किया */
}
.message {
    margin-top: 0 !important;   /* ⭐ TOP GAP हटाया */
    padding-top: 0 !important;
}

.message {
    margin-top: 0;           /* 🔥 Remove big gap */
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}
.testimonial-card {
    padding-top: 25px !important; /* ⭐ card का inner top padding कम */
}


/* Client info */
.client-info {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

/* Dots */
.custom-dots {
    text-align: center;
    margin-top: 20px;
}

.custom-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #ccc !important;
    border-radius: 50%;
    margin: 0 5px;
}

.custom-dots .owl-dot.active {
    background: #6c4cf7 !important;
}

/* Mobile */
@media(max-width: 992px) {
    .testimonial-row {
        flex-direction: column;
    }
    .testimonial-left, .testimonial-right {
        width: 100%;
    }
}
.client-info {
    display: flex;
    align-items: center;
    margin-top: 25px;
    gap: 12px;                      /* space between image & text */
}

.client-info img {
    width: 55px;
    height: 55px;
    border-radius: 50%;             /* make circular */
    object-fit: cover;
}

.client-info h4 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #2b2b2b;
    line-height: 1.2;              /* tighten spacing */
}

.client-info span {
    font-size: 14px;
    color: #777;
    display: block;
    margin-top: 3px;               /* small spacing below name */
}
.testimonial-card .client-info img {
    width: 55px !important;          /* 🔥 perfect size */
    height: 55px !important;
    border-radius: 50%;   /* round */
    object-fit: cover;    /* clean crop */
}

/*========================testimonial end===========================*/

/*========================mailinf start===========================*/

a:hover {
    color:#A79A84 !important;
}
.btn:hover{
  color:#A79A84 !important;  
}
.mailing-section {
    width: 100%;
background: linear-gradient(to bottom, #73C6D2 0%, #4AA1B5 40%, #58587A 100%);
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Curved top shape */
.mailing-section::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 140px;
    background: #f3d15f;
    border-bottom-left-radius: 50% 40%;
    border-bottom-right-radius: 50% 40%;
}

/* Curved bottom shape */
.mailing-section::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 140px;
    background: #58587a;
    border-top-left-radius: 50% 40%;
    border-top-right-radius: 50% 40%;
}

.mailing-content {
    position: relative;
    z-index: 10;
    max-width: 700px;
    margin: 0 auto;
}

.mailing-content h2 {
    font-size: 34px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
}

.mailing-content p {
    font-size: 16px;
    color: #ffecec;
    line-height: 1.7;
    margin-bottom: 30px;
}

.mail-btn {
    background: linear-gradient(90deg, #4AA1B5, #73C6D2);
    color: #fff;
    padding: 14px 28px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.mail-btn:hover {
    background: linear-gradient(90deg, #4AA1B5, #73C6D2);
}

/* Responsive */
@media (max-width: 768px) {
    .mailing-content h2 {
        font-size: 28px;
    }

    .mailing-content p {
        font-size: 15px;
    }
}

/*========================mailinf end===========================*/

/*
why choose background add
*/

/* Wavy background wrapper */
.choose-wave {
    position: relative;
background: linear-gradient(to bottom, #ffd1e0 0%, #FFC0CB 100%);
    padding: 120px 0 150px;
    overflow: hidden;
}

/* TOP wave */
.choose-wave::before {
    content: "";
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 150px;
    background: #bcf9f8;
    border-bottom-left-radius: 50% 40%;
    border-bottom-right-radius: 50% 40%;
}

/* BOTTOM wave */
.choose-wave::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    height: 150px;
    background: #bcf9f8;
    border-top-left-radius: 50% 40%;
    border-top-right-radius: 50% 40%;
}

/* Bring your content above the waves */
.choose-wave .us_section {
    position: relative;
    z-index: 5;
}

/* Card styling adjustments (optional) */
.us_container .box {
    background: #ffffff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    margin-bottom: 30px;
}

.us_container .box img {
    width: 135px;
    height: auto;
}

/*
upcomming shows
*/

.upcoming-section {
    background: #6f6fbe;  /* Dark navy blue */
    padding: 80px 0;
    text-align: center;
    color: white;
}

/* Header */
.upcoming-header h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
}

.upcoming-header p {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 5px;
}

/* Curved underline */
.underline-curve {
    width: 100px;
    height: 20px;
    border-bottom: 3px solid #8bbbe6;
    border-radius: 50%;
    margin: 15px auto 50px;
}

/* Cards container */
.upcoming-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    width: 85%;
    margin: auto;
}

/* Each show box */
.show-box {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    transition: 0.3s;
}

.show-box:hover {
    transform: translateY(-6px);
}

.show-box img {
    width: 100%;
    display: block;
}

.show-box h4 {
    color: #000;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
}

/* Responsive */
@media(max-width: 992px) {
    .upcoming-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 600px) {
    .upcoming-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .upcoming-header h2 {
        font-size: 28px;
    }
}
.home-about-wrapp {
    padding: 60px 0;
    /*background: linear-gradient(
        to bottom,
        #73C6D2 0%,
        #4AA1B5 40%,
        #58587A 100%
    );*/
        background:#f2f2f2;
        
    color: #fff; /* text becomes readable on purple */
}

.home-about-con-main a {
    background: #e3b829;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
}

.home-about-con-main a:hover {
    background: #73C6D2;
}


/*========================inner banner sec css start===========================*/

.inner-banner-img img{width: 100%;height: 350px;object-fit: cover;}
.inner-banner-con{position: absolute; top: 0; width: 100%; left: 0; display: flex; justify-content: flex-start; align-items: center; height: 100%; }
.inner-banner-con-inn h2{color: #fff;text-align: center;font-weight: 600;font-size: 39px; text-transform: uppercase;}
.inner-banner-img{position: relative; }
.bread-crumb{margin-top: 20px;}
.bread-crumb ol li{font-size: 16px; color: #797979;}
.bread-crumb ol li.active{color: #797979;}
.bread-crumb ol li a{color: #797979;text-decoration: none;font-size: 16px;}
.bread-crumb .breadcrumb-item+.breadcrumb-item::before{color: #797979;}
.over-lay{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgb(0 0 0 / 35%);}
.breadcrumb{justify-content: flex-start;}
.inner-banner-con-inn{padding-top: 0px;}
.inner-banner-con-inn .bread-crumb ol li{color: #797979!important;}
.inner-banner-con-inn h1{ color: #fff;}
.inner-banner-wrapper { margin-bottom:10px; }
/*========================inner banner sec css end===========================*/

.testimonial-video video {
    width: 35%;
    border-radius: 12px;
}


.video-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: transform .3s ease, box-shadow .3s ease;
}

.video-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

.video-card h6 {
  font-size: 16px;
}

@media (max-width: 576px) {
  .video-card h6 {
    font-size: 15px;
  }
}
.whatsapp-btn{
    background:#25D366;
    color:#fff;
    font-size:22px;
    padding:10px 14px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
}

.whatsapp-btn:hover{
    background:#1ebe5d;
}

.sk-ig-all-posts .sk-instagram-feed-item:nth-child(n+5){
    display: none !important;
}

div.sk_branding[style]{
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}

/*gallery tab css */
.gallery-tabs .nav-link {
    color: #000;
    font-weight: 600;
}

.gallery-tabs .nav-link.active {
    background: #000;
    color: #fff;
}

.section-head h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

