@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	margin: 0;
	padding: 0;
	font-size:16px;
    font-family: 'Montserrat';
}
h1,h2,h3,h4,h5{
    font-family: 'Montserrat';
}
p{
    color: #4c4c4c;
  font-size: 15px;
    font-weight: 500;
}
ul{
  margin-bottom: 0px !important;

}
.container{
    max-width: 1140px;
    margin: 0 auto;
    padding: 0px 15px;
}
img{
	width: auto;
}
.banner-vdo video{
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}
header{
	    position: absolute;
    float: left;
    width: 100%;
    top: 0;
    z-index: 123;
}
#nav-row{
  padding: 8px 0px;
  display: flex;
  align-items: center;
}
.navbar{
    padding: 0px !important;
}
.header-buttom{
	float: left;
    width: 100%;
    padding: 0px;
}
.sticky {
   background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    padding-bottom: 5px;
	    z-index: 1234;
		box-shadow: 0px 0px 10px 1px rgb(17 34 54 / 20%);

}
.sticky .logo a img {
    width: auto;
    
}
.sticky .menu_w {
    float:right;
}
.sticky .Enroll {
    float: right;
    margin-top: 30px;
}
.logo{
	width: 100%;
    float: left;
    text-align: left;
	padding:0;
}
.logo a img{
    max-width: 160px;
    height: auto;
}
.header-buttom{
    padding: 0px 0px;
}

.header-top .call span{
    margin-top: 3px;
	font-weight: 500;
    color: #333333;
    font-size: 17px;

}
.nav-row{
    display: flex;
    justify-content: space-between;
}
.bar{
    display: none;
    color: #ffffff;
}
.header-top .time {
    float: left;
    width: 100%;
    margin: 16px 0 0;
    text-align: right;
}

.menu {
	float: left;
	width:100%;
}
.menu {
	display: block;
	float: right;
	padding:0;
}
.menu ul ul {
	display: none;
}
.menu ul li:hover > ul {
	display: block;
}
.menu ul {
	float: right;
	list-style: outside none none;
	margin:0;
	padding: 0;
}
.menu ul li {
	display: inline-block;
	float: left;
	padding: 0;
}
.menu ul li:first-child {
	float: left;
	border-left: none;
	padding-left:0px;
}
.menu ul li a {
	display: block;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	padding: 12px 15px;
	color: #fff;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0.5px;
	text-transform: capitalize;
}
.menu ul li a:hover {
  background:#c37741;
}
.menu ul li.act {
	color: #ffffff;
	background:#c37741;
}
.retailer_box p label.error {
	color:#F00;
}
.main-image img{
    width: 100%;
    height: auto;
}
.menu ul li:first-child a {
/*     background: none repeat scroll 0 0 #000;*/
}
.menu ul ul {
	padding: 0;
	position: absolute;
	top: 40px;
	width: 250px;
	z-index: 9999;
	margin:0px;
	background: #333;
}
.menu ul ul li {
	    border-right: medium none;
    float: left;
    position: relative;
    width: 100%;
    padding: 0px 0;
    border-bottom: 1px solid #fff;
    border-left: none!important;
}
.menu ul ul li a {
	color: #fff !important;
    float: left;
    font-size: 14px;
    padding: 12px 5px;
    text-align: left;
    width: 100%;
    border: none;
}
.menu ul ul li:last-child {
	border-bottom: medium none;
}
.menu ul ul li a:hover {
	color: #fff !important;
}
.menu ul ul ul {
	left: 100%;
	position: absolute;
	top: 0;
}




.Enroll{
	float: right;
    margin-top: 40px;
	
}
.Enroll a{
	    background: #e00101;
    padding: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
	    border-radius: 5px;
}
.social{
float: left;
    width: 100%;
    /*margin-top: 12px;*/
}

.social a i {
    color: #FFFFFF;
    margin-left: 15px;
    font-size: 17px;
    	transition: 0.5s;
}
.social a i:hover{
    color: #c37741 !important;
}
.slider-container {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	height: 450px;
	width: 100%;
}
.home-gallery .ser_btn{
    	transition: 0.2s;
}
.home-gallery .ser_btn:hover{
   background-color: #ffffff;
      color: #000 !important;
}
#submit-btn button{
   	transition: 0.2s; 
}
#submit-btn button:hover{
 background-color: #cb8352;
      color: #fff !important;
}
.slider-container::after {
	background-color: #000;
	content: '';
	position: absolute;
	opacity: 0.3;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
#about-img img{
  width: 100%;
  padding: 0px;
}
.slide {
	background-size:100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
	transform: scale(1.15);
	transition: opacity .6s ease;
}

.slide.active {
	animation: grow 4s linear forwards;
	opacity: 1;
}

@keyframes grow {
	0%, 20% {
		transform: scale(1);
	}
	
	75%, 100% {
		transform: scale(1.15);
	}
}

.controls-container {
	position: absolute;
	top: 50%;
	right: 10px;
	display: flex;
	flex-direction: column;
	transform: translateY(-50%);
	z-index: 2;
}

.control {
	background-color: #fff;
	cursor: pointer;
	opacity: 0.5;
	margin: 6px;
	height: 40px;
	width: 5px;
	transition: opacity 0.3s, background-color 0.3s, transform 0.3s;
}

.control.active, .control:hover {
	background-color: #fff;
	opacity: 1;
	transform: scale(1.2);
}

.banner-section{
	position: relative;
}
.banner-text{
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	text-align: center;
	color: #ffffff;
}

.slider{
	    width: 100%;
    float: left;
	position:relative;
	  
}
.slider ul li video{
    width: 100%;
    float: left;
}
.slider ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.slider ul li {
   width:100%;
	float:left;

}
.slider ul li img {
	  width:100%;
	float:left;
   
}
.slider-container .text_w .text {
    margin-top: 150px!important;
    text-align: center!important;
	    width: 100%!important;
}
.slider-container .text_w h1 {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    font-size: 36px;
    text-transform: uppercase;
}
.slider-container .text_w {
    position: absolute;
    top: 0;
    width: 100%;
	 height: 100%;
	
}
.slider-container .text_bg {
	 margin: 0 auto;
    width:85%;
	text-align:left;
	

}
.slider-container .text_w .text{
	   margin-top: 150px;
    text-align: left;
    width: 40%;
}
.slider-container .text_w h1 {
         text-align: left;
    color: #a5c3e7;
    font-weight: bold;
    margin: 0;
    font-size: 32px;
    text-transform: uppercase;
}
.text_w{
    position: relative;
    z-index: 999;
}
.slider-container .text_w h2 {
      text-align: center;
    color: #fff;
    font-weight: bold;
    margin: 0;
    font-size:28px;
	padding-top:25px;
    text-transform: uppercase;
}
.slider-container .text_w h1 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin: 0;
    font-size: 36px;
    text-transform: uppercase;
}

.slider-container .text_w p {
	color: #fff;
   font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    margin: 0;
    padding: 10px 0;
}
.slider-container .text_w a{
       color: #fff;
    font-size: 16px;
    font-weight: 400;
    background: #a5c3e7;
    border: 2px solid #fff;
    padding: 12px 30px;
    top: 30px;
    border-radius: 30px;
    position: relative;
}

.rslides_nav {
	display:none;
}
.slider ul li .text_w {
    position: absolute;
    top: 0;
    width: 100%;
	 height: 100%;
	 z-index: 999;
}
.slider ul li .text_bg {
	 margin: 0 auto;
    width:85%;
	text-align:left;
	

}
.slider ul li .text_w .text{
	   margin-top:450px;
    text-align: center;
    width:100%;
}
.slider ul li .text_w h1 {
         text-align: left;
    color: #a5c3e7;
    font-weight: bold;
    margin: 0;
    font-size: 32px;
    text-transform: capitalize;
}
.slider ul li .text_w h2 {
      text-align: center;
    color: #fff;
    font-weight: bold;
    margin: 0;
    font-size:28px;
	padding-top:25px;
    text-transform: uppercase;
}
.slider ul li .text_w p {
      text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
	}
.slider ul li .text_w h1 {
    text-align: center;
 color:#ffffff;
    font-weight: bold;
    margin: 0;
    font-size: 22px;
    text-transform: capitalize;
}
.slider ul li .text_w h1 span{
	color: #fff;
    font-size: 40px;
    font-weight : 500;
}
.slider ul li .text_w a{
    background-color: rgba(241,194,23,0.7);
	color:#ffffff;
	border:2px solid #fff;
	padding:8px 15px;
    color:#ea731f;
	}
.slider .slider_b{
	float: left;
    width: 100%;
    background: url(../images/slider_b.png)no-repeat;
    position: relative;
	background-size: 100% auto;
    z-index: 12;
    height: 325px;
    margin-top: -309px;
}
/*Style for the text*/
/* .container_section{
  float: left;
    width: 100%; 
} */
.home_about{
width: 100%;
float: left;
    position: relative;
    background-color: #efefef;
    margin-bottom: 100px;
    padding: 60px 0;
}
.home_about small{
  font-size: 18px;
  font-weight: 500;
}
.home_about h2{
  font-size: 32px;
  font-weight: 600;
  color: #cb8350;
  margin: 10px 0px !important;
}
.home_about p{
  font-size: 15px;

}
.about-btn{
  background-color: #c37741;
  display: inline-block;
  margin-top: 20px;
  transition: 0.5s;
  a{
    display: inline-block;
    padding: 10px 35px ;
    font-size: 17px;
    color: #000;
      transition: 0.5s;
  }
}
.about-btn:hover{
background-color: #0f3661;
a{
  color: #f6f6f6;
}
}
.about-icon img{
  width: 60px;
}
#about-last{
  margin-top: 30px;
  h3{
    font-size: 18px;
  }
  p{
    font-size: 15px;
  }
}
.home-text2{
	
    font-size: 16px;
    margin-top:15px;
	text-align: left;
	    padding-bottom: 40px;
}
.home-text2 small{
	    color: #c37741;
    font-size: 20px;
    font-weight: bold;
}
.home-text2 img {
    width: 100%;
}
.home-text2 h2 {
     font-size: 28px;
    line-height: 1.5;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
	width: 300px;
}

		
.home-text2 p{
	text-align: left;
	color:#333;
}
.home-text2 a{
    background: #749ac5;
    padding: 12px 25px;
    color: #fff;
    border-radius: 25px;
    position: relative;
    top: 15px;
}
.home-text2 a:hover{
	background:#f6f6f6;
}
.home-text .home-text-w{
	border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 5px 25px 1px rgb(0 0 0 / 20%);
    background-color: #FFFFFF;
    padding: 30px 30px 30px 30px;}
	
.home-text .home-text-w h3{
    font-size: 18px;
    font-weight: bold;
	color:#333;
}
.home-text2 .text-row{
		width:100%;
		float:left;
}
.home-text2 .icon{
	width: 60px;
    float: left;
}
.home-text2 h3{
	font-weight: bold;
    color: #c37741;
    font-size: 22px;
}
.home-text .home-text-w:hover h3{
	color:#fff;
}
.home-text .home-text-w:hover p{
	color:#fff;
}
.home-text .home-text-w a{
	text-decoration:none;
}
.service-sec{
	padding:80px 0;
	  background: url(../images/services-bg.jpg)no-repeat;
	  background-size: 100% 100%;
	width:100%;
	float:left;
}

.service-sec .headline{
	text-align: center;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
}

.service-sec .sub-heading{
	font-weight: 800;
	font-size:40px;
	color:#749ac5;
	text-align: center;
	text-transform: uppercase;
}
.service-sec .headline p{
    font-weight: bold;
    color: #c37741;
    font-size: 20px;
    line-height: 0px;
	}
.service-sec .sub-heading h2{
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 27px;
    color: #000;
    padding-bottom: 30px;
}
.box{
	background: #fff;
    text-align: center;
    border: 0px solid #000;
    margin-bottom: 30px;
    margin-left: 0;
    padding: 20px;
    transition: .5s;
    position: relative;
    float: left;
    width: 100%;
}
.box:hover{
    background: linear-gradient(rgba(17, 34, 54, 0.53), rgba(17, 34, 54, 0.53)), transparent url(../images/over_img.jpg)center center/cover no-repeat scroll;
	    transform: translateY(-8px);
}
.box img{
	    width: 100%;
    height: auto;
}
.box h2{
	    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
    margin: 0;
	 color: #000;
}
.box p{
	    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.box:hover h2{
	 color: #fff;
}
.box:hover p{
	    color: #fff;
}
.service-sec .text p{
	font-size: 16px;
	color: #7c7c80;
	text-align: center;
	text-transform: uppercase;
	margin-bottom:50px;
}
#services{
	text-align: center;
}
#services.owl-carousel .owl-stage {
	display: flex;
}
#services.owl-carousel .owl-item {
	display: flex;
	flex: 1 0 auto;
}
#services.owl-carousel .thumbnail {
	display: flex;
	flex-direction: column;
	margin: 0 15px;
}
#services.owl-carousel .thumbnail .caption {
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
#services.owl-carousel .thumbnail .caption .flex-text {
	flex-grow: 1;
	padding-top: 20px;
	padding-bottom: 20px;
}
#services.owl-carousel .thumbnail .caption .btn {
	flex-grow: 1;
	padding:10px;
	width:100%;
}
#services.owl-carousel .thumbnail .caption a.btn {
	border: 1px solid #02121f;
	background:#a5c3e7;
	text-align: center;
	color: #02121f;
	border-radius: 5rem;
	padding: 0.5rem 2.5rem;
	font-weight: bold;
	font-size:16px;
	width: 50%;
	margin-left: 25%;
}
/* .testimonial-sec{
       width: 100%;
    float: left;
    background: #112236;
    height: 195px;
    max-width: 100%;
    margin-bottom: 110px;
    margin-top: 110px;
}
.testimonial-sec .headline{
	text-align: center;
	font-size: 40px;
	color: #000;
	font-weight: 600;
}
.testimonial-sec .headline{
	text-align: center;
	font-size: 40px;
	color: #000;
	text-transform: uppercase;
}
.testimonial-sec .headline h3{
	font-weight: 800;
}
.testimonial-sec .sub-heading{
	font-weight: 800;
	font-size:18px;
	color:#000000;
	text-align: center;
	text-transform: uppercase;
	padding-top:10px;
	padding-bottom: 30px;
}
.testimonial-sec .color-div{
	margin-bottom: -80px;
	width: 80%;
}
.testimonial-sec .color-div img{
	width: 100%;
}
.testimonial {
	padding: 30px 0;
	text-align: center;
	background: #c37741;
	margin-top:-60px;
	padding: 20px;
	border-radius:0px;
	text-align: center;
	box-shadow: 0 19px 38px rgb(0 0 0 / 10%), 0 15px 12px rgb(0 0 0 / 2%);
	    width: 100%;
    float: left;
}
.testimonial .item {
	display: block;
	width: 100%;
	height: auto;
	padding: 20px;
	font-weight:600;
}
.testimonial .item img{
	max-width: 100px;
	margin: 0 auto 17px;
	border-radius: 30px;
	transform-style: preserve-3d;
}
.testimonial .item p {
font-weight: 600;
    margin: 0 0 30px 0;
    font-size: 20px;
    color: #fff;

}
.testimonial .owl-theme .owl-controls .owl-page span{
	    display: block;
    width: 20px;
    height: 20px;
    margin: 5px 7px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #000;
    border: none;
}
.testimonial .active span{
    background: #fff!important;
} */
hr {
	height: 3px;
	width: 60px;
	position: relative;
	background: #a5a5a5;
	border: 0;
	margin-bottom: 30px;
}
.appointment {
    background-attachment: fixed;
    background-image:  url(../images/bg3.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: left;
    height: 360px;
    position: relative;
    width: 100%;
    padding: 80px 0;
    z-index: 5;
    text-align: center;
}
.appointment h3{
	color:#fd9032;
	font-weight:bold;
}
.appointment p{
	color:#fff;
	margin-top:50px;
}
.appointment span{
	color:#a5c3e7;
	font-size:18px;
	font-weight:500;
}
.appointment span a{
	color:#a5c3e7;
		font-size:18px;
	font-weight:500;
}
.home-gallery{
background-color: #d57735;
}
.home-gallery h2{
	font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding: 36px 0;
    text-align: center;
    margin: 0;
}
.home-gallery .owl-carousel .item img{
	    width: 330px;
    height: 230px;
	border:1px solid #fff;
}
.home-gallery .section-padding {
    padding: 50px 0px !important;
}
.home-gallery .owl-theme .owl-controls .owl-page span{
	    display: block;
    width: 6px;
    height: 6px;
    margin: 20px 7px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #868080;
    border: none;
}
.home-gallery .active span{
    background: #fff!important;
}

.services{
	 width: 100%;
    float: left;
}
.services img{
	width: 100%;
}
/* .container_section{
    width: 100%;
    float: left;
} */

.categories-bg{
	text-align: center;
    width: 100%;
    float: left;
    background: #eae9e9;
    padding:50px 0 20px;
	margin-top:10px;
}

.categories-bg h2{
	    float: left;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
	padding:20px 0px;
}
.categories-bg h3{
	float: left;
    width: 100%;
    font-size:22px;
    font-weight: bold;
    text-transform: uppercase;
	padding:25px 0;
	color:#333;
}

.categories-bg img{
	width:90%;
}

.testimonials_bg{

    padding: 25px 0px;

    float: left;

    width: 100%;

	text-align: center;

}

.testimonials_bg h2{

        text-transform: uppercase;

    color: #000;

    font-size: 26px;

    font-weight: bold;

    text-align: center;

    padding:20px 0px 40px;

    margin: 0;

}

.testimonials_bg h2 span{

 color: #f30808;



}

.testimonials_bg p{

	color:#ccc;

	font-size:16px;

}
.test-logo{
	    width: 100%;
    float: left;
    text-align: center;
}
.test-logo img{
	width: 300px;
    margin-top: 40px;
}
.test-container{

    width:600px;

    min-height: 270px;

    margin:0 auto;

    position:relative;

    padding-bottom:30px;

    overflow:hidden;

    text-align: center;

  }   

/* .testimonials_bg .quotes{

      position:absolute;

      color:#ffc017;

      font-size:5em;

      font-family: 'Roboto', serif;

    }

.testimonials_bg .leftq {

    top: -25px;

    left: 5px;

}

.testimonials_bg .rightq {

    bottom: -10px;

    right: 5px;

}

.testimonials_bg {

    float: left;

    width: 100%;

    background-position: bottom;

    background: url(../images/reviews.jpg) no-repeat;

    background-size: 100% 100%;

    padding-bottom: 60px;

}

.testimonials_bg .home_slider_w{

    width: 60%;

    margin: 0px auto;

	text-align:center;

 }

.testimonials_bg .owl-carousel .owl-item img{

    width: 80px;

    /* float: left; */

    /* border-radius: 100%;

    height: 80px;

    border: 3px solid #ccc;

} */

.owl-carousel .testimonials_slider img{

	width:auto;

}

.testimonials_slider p{

	color:#333;

	font-size:16px;

	padding:20px 0;

	font-weight:400;

}

.testimonials_slider span{

	color: #292727;

    font-size: 20px;

    font-weight: bold;

    width: 100%;

    float: left;

    padding: 5px 0;

}

.testimonials_bg .owl-carousel .owl-item .rev a img{

    width: 200px;

    /* float: left; */

    border-radius: inherit;

    height: auto;

    border: none;

	

}

.testimonials_bg .owl-carousel .owl-item .item {

    float: left;

    width: 100%;

	padding-bottom:15px;

	

}

.testimonials_bg .owl-carousel .owl-item .rev a{

	background:none;

}

.testimonials_bg .owl-carousel .owl-item  a{

	background: #292727;

    color: #fff;

    padding: 10px 20px;

    border-radius: 25px;

}

.testimonials_bg .owl-theme .owl-controls .owl-page span{

	background:#000;

}

.testimonials_bg .active span{

	background:#e22e39;

} */

.owl-nav{
    display: none;
}
.owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: white;
    margin: 5px 5px 25px 5px;
  }
  .owl-dots button.owl-dot.active {
    background-color: #f68002;
  }
  .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .modal-body{
    text-align: center;
    padding: 25px;
  }
  .modal-body img{
      width: 100%;
      height: 100%;
  }
  .modal-content{
      background: #132237;
  }
  .modal-header{
    border-bottom: 0px;
  }
  .modal-footer{
      border-top: 0px;
  }
  
  
.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
    margin-top: 4px;
    margin-bottom: 10px;
    padding: 0;
    border: 1px solid #bbb;
    padding: 5px;
}
.alignright, img.alignright {
    display: inline;
    float: right;
    border: 1px solid #bbb;
    padding: 5px;
    margin-bottom: 10px;
    margin-left: 25px;
}
.gallery-page {
	width:100%;
	float:left;
	margin-top:30px;
}
.gallery-page img{
	width:100%;
	float:left;
	 height: auto!important
}
.gallery-page .hovereffect a {
    opacity: 0.9;
    padding: 0;
}
.hovereffect {
	width:100%;
	height:100%;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
	cursor:default;
	margin-bottom: 25px;
}

.hovereffect .overlay {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	opacity:0;
	background-color:rgba(135,16,15,0.6);
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out
}

.hovereffect img {
	display:block;
	position:relative;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
	width: 100%;
	height: 240px;
}

.hovereffect h2 {
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	position:relative;
	font-size:24px;
	-webkit-transform:translatey(-100px);
	-ms-transform:translatey(-100px);
	transform:translatey(-100px);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	padding:5px;
	margin-top:50px;
}
.hovereffect p {
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	position:relative;
	-webkit-transform:translatey(-100px);
	-ms-transform:translatey(-100px);
	transform:translatey(-100px);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	padding:2px 10px;
}

.hovereffect a {
	text-decoration:none;
	display:inline-block;
	text-transform:uppercase;
	color:#fff;
	border:1px solid #fff;
	background-color:transparent;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	margin:0px ;
	padding:7px 14px;
	font-size:13px;
}

.hovereffect a:hover {
	box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}

.hovereffect:hover .overlay {
	opacity:1;
	filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-transform:translatey(0);
	-webkit-transform:translatey(0);
	transform:translatey(0);
}
.hovereffect:hover p{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-transform:translatey(0);
	-webkit-transform:translatey(0);
	transform:translatey(0);
}

.hovereffect:hover a {
	-webkit-transition-delay:.2s;
	transition-delay:.2s;
}
.fusion-text{
	float:left;
	width:100%;
	padding:50px 0;
	margin-bottom:50px;
}
.fusion-text table th{
    border: 1px solid #dcdcdc;
    background-color: #f6f6f6;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 8%), inset 0 0 0 1px rgb(255 255 255 / 50%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 8%), inset 0 0 0 1px rgb(255 255 255 / 50%);
}
.fusion-text th {
    padding: 5px 14px 5px 14px;
	font-size:16px;
}
.fusion-text tr td {
    border: 1px solid #dcdcdc;
    padding: 10px 20px;
}
.fusion-text tr td a{
	color:#333;
}
.fusion-text tr:nth-child(even), .fusion-text tr:nth-child(even) {
    background: #f6f6f6;
}
.package-strip_w {
	float:left;
	width:100%;
}
.package-strip {
    
    border: 4px solid #cf872c;
    margin: 0px;
    padding: 2px;
    border-radius: 15px;
	float:left;
	width:100%;
	margin-bottom:15px;
}
.package-strip-b{
	border: 4px solid #fff;
	border-radius: 15px;
	background: #008334;
	float:left;
	width:100%;
}
.img-part img {
    width: 100%;
    border-top-left-radius: 12px;
}
.img-part p {
    background-color: #cf872c;
    padding: 0px;
    margin: 0px;
    padding: 10px 0px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border-bottom-left-radius: 10px;
}
.price-part {
    padding: 18px 60px 0px 60px;
    text-align: center;
}
.price-part h2{
	color:#fff;
	font-weight:bold;
}
.price-part .dest-title {
    font-size: 20px;
    margin-bottom: 2px;
    color: #F7C368 !important;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;

    line-height: 26px !important;
}
.price-part .destination p {
    color: #fff;
    margin-bottom: 0px;
    font-size:16px;
    letter-spacing: 1px;
}
.price-part .price-img img {
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
	    width: auto;
}
.price-part .price p {
    color: #fff;
}
.package-strip-b .button-part1{
    float: left;
    width: 100%;
    text-align: center;
	    margin-top: 8px;
}
.package-strip-b .button-part1 a{
    background: #cf872c;
    padding: 11px;
    color: #fff;
    border-radius: 5px;
}
.contact{
    float: left;
    width: 100%;
    text-align: center;
	    padding-top: 30px;
}
.contact h2 {
    font-size: 45px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.contact label {
    float: left;
    width: 100%;
    line-height: 37px;
    text-align: left;
    margin-right: 0px;
    font-weight: bold;
    color: #666;
}
.contact p input {
    border: 1px solid #cccccc;
    color: #666666;
    float: left;
    height: 40px;
    margin: 1% 0;
    margin-top: 3px;
    background: #fdfafe;
    padding: 0 2px;
    width: 95%;
}
.contact p textarea {
    border: 1px solid #cccccc;
    background: #fdfafe;
    color: #666666;
    float: left;
    height: 150px;
    margin-top: 3px;
    padding-left: 5px;
    width: 97%;
    margin: 1% 0;
}
.contact p input[type="submit"] {
    border: 1px solid #cccccc;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 40px;
    margin-top: 10px;
    padding: 0 38px;
    text-transform: capitalize;
    transition: all 0.7s ease-in-out 0s;
    width: auto;
    background: #000;
}
.contact iframe {
    width: 100%;
}
.contact p {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 500;
    line-height: 14px;
	
}
.xzoom-thumbs{
	    float: left;
    width: 100%;
}
.xzoom-thumbs a{
	float: left;
    width: 80px;
}
.xzoom-thumbs a img{
	    width: 90%;
	    margin-top: 10px;
}

.cart h2{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    padding: 0px 0 20px;
}
.similar_products{
  float: left;
    width: 100%;
}
.similar_products h2{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    padding: 15px 0;
}
.similar_products a img{
	    width: 200px;
}

.opinions-sec {
    padding: 90px 0 0;
    position: relative;
}
.opinions-sec:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
	 background: url(../images/opinions2.jpg)no-repeat center right/100%;;
    background-size: cover;
}
.opinions-sec input {
    background-color: transparent!important;
    border: 0 none!important;
    border-radius: 0!important;
    height: 40px!important;
    width: 100%!important;
    border-radius: 0!important;
    padding: 9px 12px!important;
    text-transform: none!important;
    box-shadow: none!important;
    border-bottom: 1px solid #000!important;
    font-size: 17px!important;
    font-weight: 400!important;
    color: #fff!important;
    font-style: italic;
}
.realization-page .inner-box {
	     margin-bottom: 30px;
}
.services-block{
	 width: 100%;
	     margin-bottom: 20px;
    margin-top: 30px;
}
.services-block .inner-box .thumb img {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 0px 50px 0px 0px;
}

.services-block .inner-box .content {
    position: relative;
    z-index: 2;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: -55px;
    text-align: center;
    padding: 30px 25px 15px;
    background-color: #ffffff;
    border-radius: 0px 0px 0px 50px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
}
.services-block .inner-box .content h4{
	    padding: 25px 0;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    float: left;
    width: 100%;
}
.services-block .inner-box .content h4 a{
	color:#333;
}
.services-block .content a.read{
	border: 1px solid #02121f;
    background: #a5c3e7;
    text-align: center;
    color: #02121f;
    border-radius: 5rem;
    padding: 0.5rem 2.5rem;
    font-weight: bold;
    font-size: 16px;
    width: 50%;
}
.blog_top .row {
    border-bottom: 1px solid #ccc;
    margin: 15px 0;
    padding-bottom: 15px;
}
.blog_top {
    width: 100%;
    padding: 50px 0;
    float: left;
}
.blog_page_block img {
    width: 100%;
    height: auto;
}
.blog_top h2 {
    color: #a5c3e7;
    font-size: 26px;
    font-weight: 700;
}
.blog_top .more-btn a {
    background: #a5c3e7;
    padding: 10px 17px;
    color: #fff;
    margin-top: 20px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
	 
    width: 100%;
    text-align: center;
}
.pagination .current {
    padding: 7px 15px;
    color: #fff;
    background: #020143;
    border: 1px solid #020143;
}
.pagination span, .pagination a {
    display: inline-block;
    margin: 2px 2px 2px 0;
    padding: 7px 15px;
    text-decoration: none;
    width: auto;
    color: #0f3661;
    border: 1px solid #0f3661;
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}




/* ==================service-section================== */
/* .services-section{
     background-color: #efefef;
} */

.services-section .heading h4{
color: #132237;
font-weight: 400 !important;
font-size: 22px;
font-family: 'Montserrat';
text-align: left !important;
text-transform: uppercase;
}
.heading p{
  color:#545658;
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  padding: 0px !important;
}
 .heading{
  margin-bottom: 50px;
}
/* .ser-item{
  background-color: #000000;
  background-color: #c0c1c2;
  padding: 30px;
} */
.ser-para{
  color: #ffffff;
  background-color: #132237;
}
.ser-img img{
  width: 100%;
}
.ser-para h3{
  text-align: right;
  font-size: 26px;
  font-weight: 500;
  font-family: "Montserrat";
}
.ser-para p{
  margin: 18px 0px 25px !important;
  text-align: justify;
  font-size: 15px;
  font-family: "Montserrat";
}
.ser-para a{
  color: #ca9a34;
  font-size: 13px;
 display: flex;
 transition: 0.5s;
 font-family: "Montserrat";
font-weight: 400;
}
.ser-para a:hover{
  color: #ffffff;
}
.ser-icon{
  margin-bottom: 20px;
  text-align: right;
}
.ser-icon{
  overflow: hidden;
  margin-right: 20px;
}
.ser-icon img{
  display: inline-block;
  transition: 0.3s ease-in-out;
overflow: hidden;
max-width: 100px;
height: auto;
}
.ser-icon img:hover{
  transform: scale(1.1);
}
.ser-btn{
text-align: center;
  background-color: #ca9631;
  margin-top: 50px;
display: inline-block;
transition: 0.5s;
}
.ser-btn:hover{
  background-color: #ffffff;
}
.ser-btn a{
  color: #000000;
  font-size: 1.3rem;
  font-weight: bold;
  display: inline-block;
  padding: 6px 20px;
}
/* ----------new-services-------------- */
.property-card {
  position: relative;
  display: inline-block;
  
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.property-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: filter 0.3s ease, transform 0.3s ease;
  filter: brightness(50%);
}

.property-card:hover img,
.property-card:active img {
  transform: scale(1.05);
  filter: brightness(100%);
}

.property-card .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 15px;
}

.property-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
    position: absolute;
  bottom: 30px;
  text-transform: uppercase;
}
.ser_btn{
  background-color: #132237;
  display: inline-block;
  margin-top: 30px;
  border-radius: 4px;
  transition: 0.5s;
  a{
    display: inline-block;
    padding: 10px 45px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
  }
}
.ser_btn:hover{
  background-color: #cb8352;
  a{
    color:#000  !important;
  }
}

.owl-theme .owl-controls .owl-page span{
    width: 7px;
    height: 7px;
}




/* ===========contact=============== */
/* .contact-back {
  background-image: url("../images/backimg.avif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; 
  background-attachment: fixed;
  position: relative;
  width: 100%;
} */
.contact-vdo{
      background-attachment: fixed; /* ðŸ‘ˆ makes the background fixed */
  position: relative;
  width: 100%;
}
.contact-vdo video{
  object-fit: cover;
  width: 100%;
  height: 100vh;
  min-width: 100%;

}
.elementor-background-overlay {
  background-color: #00335A;
  opacity: 0.85;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  inset: 0;
  position: absolute;
}
.con-right{
  background-color: #ffffff;
  padding: 40px 35px;
  position: relative;
  z-index: 2;
}
.row input{
  padding: 6px 0px;
  text-indent: 6px;
  margin-bottom: 15px;
  width: 100%;
}
::placeholder{
  color: #000;
}
textarea{
  padding: 5px 0px 30px;
}
.recaptcha{
  border:1px solid #132237;
  margin: 20px 0px !important;
  padding: 6px 6px;
  display: inline-block;
}
#submit-btn button{
background-color: #132237;
border: 0px !important;
color: #ffffff;
padding: 8px 0px;
font-size: 16px;
}
.con-left {
  position: relative;
  z-index: 2;
  color: #ffffff !important;
}
.con-left h2{
  font-size: 40px;
  margin-bottom: 25px !important;
}
.con-title{
font-size: 19px;
max-width: 271px;
margin-bottom: 10px !important;
}
.con-left p strong{
  font-size: 17px;
  margin-bottom: 20px !important;
}
.second-title{
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
.info-item a{
font-size: 16px;
color: #ffffff !important;
margin-top: 8px !important;
}
.info-item i{
  font-size: 18px;
  color: #cb8352;
}











.contact-vdo{

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
 
height: 100%;
padding: 100px 0;
}

.elementor-background-overlay {
  background-color: #00335A;
  opacity: 0.85;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  inset: 0;
  position: absolute;
}
.con-right{
  background-color: #ffffff;
  padding: 40px 35px;
  position: relative;
  z-index: 2;
}
.row input{
  padding: 6px 0px;
  text-indent: 6px;
  margin-bottom: 15px;
  width: 100%;
}
::placeholder{
  color: #000;
}
textarea{
  padding: 5px 0px 30px;
  width: 100%;
}
.recaptcha{
  border:1px solid #132237;
  margin: 20px 0px !important;
  padding: 6px 6px;
  display: inline-block;
}
#submit-btn button{
background-color: #132237;
border: 0px !important;
color: #ffffff;
padding: 8px 0px;
font-size: 16px;
width: 100%;;
}
.con-left {
  position: relative;
  z-index: 2;
  color: #ffffff !important;
}
.con-left h2{
  font-size: 40px;
  margin-bottom: 25px !important;
}
.con-title{
font-size: 19px;
max-width: 352px;
margin-bottom: 10px !important;
color: #fff;
}
.con-left p strong{
  font-size: 22px;
  margin-bottom: 20px !important;
  color: #fff;
}
.second-title{
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
.info-item a{
font-size: 16px;
color: #ffffff !important;
margin-top: 8px !important;
}
.info-item i{
  font-size: 18px;
  color: #cb8352;
}

button [type="submit"]{
        background-color: #132237;
    border: 0px !important;
    color: #ffffff;
    padding: 8px 0px;
    font-size: 16px;
}
.zoom-in-zoom-out  p {
    font-size: 29px;
    color: #014918;
    font-weight: 900;
    display: inline;
    overflow: hidden;
    white-space: nowrap;
    animation: typing 3s steps(20, end) forwards;
    font-family: emoji;
    text-transform: capitalize;
}
.zoom-in-zoom-out {
    margin: 24px;
    width: 60px;
    height: 60px;
    background: #fff;
    position: fixed;
    top:85%;
    z-index: 99;
    font-size: 85px;
    left: 1px;
    animation: zoom-in-zoom-out 2s 
ease-out infinite;
    border-radius: 10px;
    border: 4px solid #014918;
}

.zoom-in-zoom-out img {
	width: 100%;
	display: block;
	border-radius: 10px;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
*::-moz-selection {
    background: #dd374d none repeat scroll 0 0;
    color: #fff;
    text-shadow: none;
}
.services-section .heading{
margin-left: 15px;
 h4{
    font-weight: 900;
 }
 p{
    font-weight: 500;
 }
}
a{
    text-decoration: none !important;
}
.second-title{
    color: #cb8352;
}
/* ===============review================ */
#footer-id{
    padding: 40px 0px;
}
.reviews{
  padding:10px 20px 20px;
  box-shadow: 0px 4px 10px #545658;
  max-height: 100%;
  margin-bottom: 30px !important;
}
.review-item .item{
 margin: 10px;
 background-color: #ffffff;
 border-radius: 4px;
}
.review-title p{
  color: #313030;
  font-weight: 400;
  font-size: 15px;
  
}
.review-title h6{
    color: #132237 !important;
  font-weight: 500;
  font-size: 18px;
  margin: 5px 0px 10px !important;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
  z-index: 2; /* Place overlay above video */
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: #fff;
}

/* ------------blog-page---------------- */
.blog-img img{
    width: 100%;
    padding: 30px;
}
#blog-col{
    border-bottom: 1px solid #cb8352;
}
#blog-col:last-child{
   border-bottom: none;  
}
.blog-para h3{
    font-weight: 600;
    color: #00335A;
}
.blog-para a{
    color: #00335A;
    border: 1px solid #00335A;
    display: inline-block;
    padding: 8px 25px;
}
.blog-para a:hover{
    background-color: #00335A;
    color: #ffffff;
}



header {
    position: absolute;
    float: left;
    width: 100%;
    top: 0;
    z-index: 123;
}

.header-buttom {
    float: left;
    width: 100%;
    padding: 0px;
}

.sticky {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;

    z-index: 1234;
    box-shadow: 0px 0px 10px 1px rgb(17 34 54 / 20%);

}

.bar {
    position: relative;
    z-index: 2;
}

.sticky .logo a img {
 max-width: 160px;
 height: auto;
}

.sticky .menu_w {
    float: right;
}

.sticky .Enroll {
    float: right;
    margin-top: 30px;
}

.logo {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0;
}

.logo a img {
    max-width: 160px;
    height: auto;
}


.header-top .call span {
    margin-top: 3px;
    font-weight: 500;
    color: #333333;
    font-size: 17px;

}

.header-top .time {
    float: left;
    width: 100%;
    margin: 16px 0 0;
    text-align: right;
}

.menu_w {
    float: right;

}

.navbar {
    position: relative;
    min-height: 0 !important;
    margin-bottom: 0 !important;
    border: none !important;
}

.nav-row {
    display: flex;
    justify-content: space-between;
}

.bar {
    display: none;
    color: #ffffff;
}

.menu_w ul ul {
    display: none;
}

.menu_w ul li:hover>ul {
    display: block;
}

.menu_w ul {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.menu_w ul li {
    display: inline-block;
    /* float: left; */
    padding: 0;
}

.menu_w ul li:first-child {
    float: left;
    border-left: none;
    padding-left: 0px;
}



.menu_w ul li a:hover {
    background: #c37741;
    color: #fff;
}

.menu_w ul li.act {
    color: #fff;
    background: #c37741;
}

.retailer_box p label.error {
    color: #F00;
}

.owl-carousel {
    display: block !important;
}
.section-padding{
    padding: 100px 0px !important;
}
/* .review-section .section-padding {
    position: relative;
    top: 80px;
    margin-bottom: 50%;
} */

/* .menu_w ul ul {
    padding: 0;
    position: absolute;
    top: 60px;
    width: 270px;
    z-index: 9999;
    margin: 0px;
    background: #333;
}

.menu_w ul ul li {
    border-right: medium none;
    float: left;
    position: relative;
    width: 100%;
      display: block;
    padding: 5px 0px;
    border-bottom: 1px dotted #4368b5;
    border-left: none !important;
}

.menu_w ul ul li a {
    color: #fff !important;
    float: left;
    font-size: 13px;
    padding: 2px 13px;
    text-align: left;
  display: block;
    border: none;
}

.menu_w ul ul li:last-child {
    border-bottom: medium none;
}

.menu_w ul ul li a:hover {
    color: #333 !important;
}

.menu_w ul ul ul {
    left: 100%;
    position: absolute;
    top: 0;
}

.menu_w .navbar {
    padding: 0;
}


.menu_w .navbar li.active {
    background: #64b22f;
}

.menu_w .navbar li.active a {
    color: #fff !important;
} */

.ser-drop a i {
    font-size: 12px;
}

.ser-drop ul {
    position: relative;

}

header {
    position: absolute;
    float: left;
    width: 100%;
    top: 0;
    z-index: 44;
}

.header-buttom {
    float: left;
    width: 100%;
    padding: 0px;
}
.header_button{
background: linear-gradient(0deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 13%) 50%, rgb(0 0 0 / 25%) 100%);
}
.sticky {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
        width: 100%;
    top: 0;
    padding-bottom: 5px;
    z-index: 1234;
    box-shadow: 0px 0px 10px 1px rgb(17 34 54 / 20%);

}

.bar {
    position: relative;
    z-index: 2;
}

.sticky .logo a img {
max-width: 160px;
height: auto;
}

.sticky .menu_w {
    float: right;
}

.sticky .Enroll {
    float: right;
    margin-top: 30px;
}

.logo {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0;
}

.logo a img {
    max-width: 160px;
    height: auto;
}


.header-top .call span {
    margin-top: 3px;
    font-weight: 500;
    color: #333333;
    font-size: 17px;

}

.header-top .time {
    float: left;
    width: 100%;
    margin: 16px 0 0;
    text-align: right;
}

.menu_w {
    float: right;

}

.navbar {
    position: relative;
    min-height: 0 !important;
    margin-bottom: 0 !important;
    border: none !important;
}



.bar {
    display: none;
    color: #ffffff;
}

.menu_w ul ul {
    display: none;
}

.menu_w ul li:hover>ul {
    display: block;
}

.menu_w ul {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.menu_w ul li {
    display: inline-block;
    /* float: left; */
    padding: 0;
}

.menu_w ul li:first-child {
    float: left;
    border-left: none;
    padding-left: 0px;
}

.menu_w ul li a {
    display: block;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
   
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    
    text-transform: uppercase;
}

.menu_w ul li a:hover {
    background: #c37741;
    color: #fff;
}

.menu_w ul li.act {
    color: #fff;
    background: #c37741;
}

.retailer_box p label.error {
    color: #F00;
}

.owl-carousel {
    display: block !important;
}

.review-section .section-padding {
    position: relative;

 margin-bottom: 0px;
}

.menu_w ul ul {
    padding: 0;
    position: absolute;
    top: 60px;
    width: 270px;
    z-index: 9999;
    margin: 0px;
    background: #333;
}

.menu_w ul ul li {
    border-right: medium none;
    float: left;
    position: relative;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px dotted #4368b5;
    border-left: none !important;
}

.menu_w ul ul li a {
    color: #fff !important;
    float: left;
    font-size: 14px;
    padding: 4px 5px 4px 10px;
    text-align: left;
    width: 95%;
    border: none;
}

.menu_w ul ul li:last-child {
    border-bottom: medium none;
}

.menu_w ul ul li a:hover {
    color: #333 !important;
}

.menu_w ul ul ul {
    left: 100%;
    position: absolute;
    top: 0;
}

.menu_w .navbar {
    padding: 0;
}


.menu_w .navbar li.active {
    background: #64b22f;
}

.menu_w .navbar li.active a {
    color: #fff !important;
}

.ser-drop a i {
    font-size: 12px;
}

.ser-drop ul {
    position: relative;

}

.navbar {
    padding: 0px 0px !important;
}
/* -----animated text---- */
h6{
    font-size: 40px;
    font-weight: 400;
    color: white;
  }
 
  .word {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    animation: slideUp 1s forwards;
    padding: 0 2px;
  }
 
  @keyframes slideUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
@media (max-width: 991px) {
    .menu_w ul li:hover>ul {
        display: block;
    }

    .bar {
        display: block;
        cursor: pointer;
        font-size: 24px;
    }

    .menu_w ul {
        display: none;
        width: 100%;
        background: #333;
        text-align: left;
    }

    .menu_w ul li {
        display: block;
        width: 100%;
    }

    .menu_w ul ul {
        position: static;
        display: none;
        background: #444;
    }

    .menu_w ul ul li a {
        padding-left: 40px;
    }

    .ser-drop>a.open i {
        transform: rotate(180deg);
   
        transition: 0.3s;
    }
}





/* Testimonial Box */
.testimonial-box {
  background: #f6f6f6;
  border-left: 5px solid #cb8352;
  padding: 10px;
  border-radius: 8px;
  position: relative;
  text-align: left;
}
.testimonials h5{
  font-size: 15px;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}
.testimonials h2{
  font-size: 19px;
  margin-bottom: 20px !important;
}
.testimonials p{
  font-size: 15px;
  margin-bottom: 20px !important;
}
.quote {
  font-size: 50px;
  color: #cb8352;
  margin-bottom: 10px;
}

.review {
  font-size: 15px;
  line-height: 1.7;
  color: #132237;
}

.testimonial-box h4 {
  margin: 15px 0 0;
  font-weight: 600;
}

.testimonial-box span {
  font-size: 13px;
  color: #cb8352;
}

.person {
  margin-top: 20px;
}
.icon img{
    width: 50px;
     height: 50px;
  border-radius: 50%;
  padding: 5px;
}
.person img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

/* Owl Carousel */
.owl-dots {
  text-align: center;
  margin-top: 15px;
}

.owl-dot {
  width: 10px;
  height: 10px;
  background: #ccc !important;
  border-radius: 50%;
  display: inline-block;
  margin: 0 4px;
  transition: 0.3s;
}

.owl-dot.active {
  background: #cb8352 !important;
}

.contact-section {
  position: relative;
  overflow: hidden;
  color: #fff;
}
 
/*.contact-back {
    padding: 80px 0px;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}*/
.contact-back {
    background-image: url(../images/backimg.avif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    padding: 100px 0;
}
 
/* ðŸ”¹ Video styles */
.contact-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none; /* prevents interference */
}
 
/* ðŸ”¹ Overlay to darken the video for readability */
.elementor-background-overlay {
  position: absolute;
  inset: 0;
  background: #00335A;
  z-index: 1;
}
 
/* ðŸ”¹ Content */
.container {
  
  z-index: 2;
}
 
.con-left h2 {
  font-size: 2.5rem;
  font-weight: 700;
}
 
.con-title,
.second-title {
  font-size: 1rem;
  margin-bottom: 15px;
}
 .recaptcha{
    color: #000;
 }
.info-item a {
  color: #fff;
  text-decoration: none;
}
 
.info-item a:hover {
  text-decoration: underline;
}
 
.con-right {
  background: #ffffff;
  backdrop-filter: blur(6px);
  padding: 30px;
  border-radius: 10px;
}
 
.con-right input,
.con-right textarea {
  width: 100%;
  padding: 10px 2px;
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #000;
}
 
button {
  background: #ffcc00;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
 
button:hover {
  background: #00335A;
}
 .get_estimate_btn:hover{
     background: #ffffff !important;
     color:#000 !important;
 }
/* ðŸ”¹ Responsive adjustments */
@media (max-width: 768px) {
  .sticky {
    background-color: #00000047;
}
.mean-container .mean-nav {
    background: #000 !important;
}
  .con-left h2 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px !important;
  }
  .con-right {
    margin-top: 30px;
  }
}

.inner-about-left{
    background-color: #cb8352;
     /* background-color: #000; */
     background-color: #ffffff;
     padding: 20px 10px;
     box-shadow: 0px 4px 10px #bbb;
     h5{
        font-weight: 500;
        font-size: 18px;
     }
     h2{
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 30px !important;
     }
}
.about-box{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 10px 0px;
    margin-top: 20px;
}
.text h4{
    font-size: 20px;
        font-weight: 600; 
}
.about-box.active{
background: #cb8352;
    color: #000000 !important;
}
 .about-box.active .text p{
     color: #000 !important;   
    }
.about-box.dark {
    background: #132237;
    color: #fff;
}
 .about-box.dark .text p{
     color: #ffffff !important;   
    }
    .about-box.dark .icon{
        border: 1px solid #3f3f3f;
        border-radius: 50%;
background-color: #ffffff;
    }

  .footer-social ul li a{
    display: flex;
    align-items: center;
    padding: 4px 0px !important;
  }  
  .footer-social i{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
  }
  .services-card img{
    width: 100%;
  }
/* ================top button================== */
  #myBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-size: 24px;
    border: none;
    outline: none;
    background-color: #996d15;
    color: white;
    cursor: pointer;
    padding: 9px;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #000;
}
.about-contact-item .contact-btn a {
    font-size: 15px;
}
.fixed-top
{
    box-shadow: 2px 2px 10px grey;
}
  /* =======gallery page======== */
  .work_section{
    padding: 0px!important;
  }
 #work-img img{
   width: 100%;
  }
  /* ==================footer-section=================== */
.footer-section{
  background-color: #132237;
  padding: 60px 0px;
}
.footer-lower .row{
  display: flex;
}
.footer-item .footer-heading h3{
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 20px !important;
}
.footer-list a{
font-size: 16px;
color: #ffffff;
display: flex;
align-items: center;
transition: 0.5s;
margin-bottom: 6px !important;
}
.footer-list a:hover{
  color: #d57735;
}
.footer-list a i{
  font-size: 16px;
  color: #cb8352;
  margin-right: 10px;
  font-weight: bold;
  transition: 0.5s;
  }
  .footer-list a i:hover{
    color: #ffffff;
  }
  .footer-logo{
    margin-bottom: 20px !important;
  }
  .footer-logo img{
    max-width: 30px;
  }
  .foot-con{
    display: flex;
   align-items: center !important;
   margin-bottom: 0px !important;
    gap: 10px;
  }
  .foot-con .add{
    font-size: 16px;
color: #ffffff;
display: flex;
align-items: center;
  }
  .foot-con i{
   color: #cb8352;
   font-size: 22px;
  }
#footer-last .footer-list a{
margin-bottom: 0px !important;
}
#footer-last .footer-list .foot-con{
  margin-bottom: 14px !important;
  }
.footer-icon i{
  font-size: 12px;
  color: #ffffff;
  padding: 6px 8px;
  border: 1px solid #ffffff;
margin-right: 8px;
margin-top: 8px;
border-radius: 4px;
transition: 0.5s;
}
.footer-icon i:hover{
  color: #cb8352;
  border: 1px solid #cb8352;
}

/* ===============sub-footer================= */
.sub-para{
  background-color: #cb8352;
}
.sub-para p{
text-align: center;
padding: 15px 0px !important;
font-size: 15px;
font-weight: 500;
color: #ffffff;
}
.sub-para p a{
  color: #00335A;
  font-size: 16px;
  text-decoration: underline !important;
}
.design-process {
  position: relative;
  background-image: url('../images/work.png');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding-bottom: 40px;
}
 
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 34, 55, 0.7);
  z-index: 1;
}
 
.content {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}
 
.subtitle {
  color: #cb8352;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'Montserrat';
}
 
.con-heading {
  max-width: 691px;
  margin: 0 auto;
}
 
.content h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px !important;
  font-family: 'Montserrat';
}
 
.content p {
  color: #ddd;
  margin-bottom: 80px !important;
  font-weight: 600;
}
 
.process-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
 
.step {
  position: relative;
  width: 200px;
  text-align: center;
  a{
      color:#ffffff;
    font-weight: 600;
  }
}
 
.step .stap-icon,
.step .stap-icon-l {
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  position: relative;

}
 
.step .stap-icon-l img {
  width: 40px;
  height: 40px;
}
 
/* Dashed connector lines */
.stap-icon::after {
  content: "";
  position: absolute;
  top: 49%;
  right: -129px;
  width: 120px;
  height: 2px;
  border-top: 2px dashed #fff;
}
 
.stap-icon::before {
  content: "➤";
  position: absolute;
  top: 34%;
  right: -76px;
  font-size: 18px;
  color: #fff;
}
 
/* 🌟 Highlight Animation for Last Step */
.highlight {
  box-shadow: 0 0 15px 5px rgba(255, 193, 7, 0.7);
  animation: pulse-glow 2s infinite;
}
 
@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 10px 2px rgba(255, 193, 7, 0.5);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 25px 10px rgba(255, 193, 7, 0.9);
    transform: scale(1.08);
  }
  100% {
    box-shadow: 0 0 10px 2px rgba(255, 193, 7, 0.5);
    transform: scale(1);
  }
}

 .review-section .heading h4{
  font-size: 16px;
  color: #383737 !important;
 }
 .review-section .heading h6{
  font-size: 26px;
  color: #383737 !important;
 }
 /* ------sevices inner page------ */
 .services-section{
  background-color: #dfdfdf;
  padding-bottom: 60px;
 
 }
 .services-card{
  padding: 10px;
  border: 1px solid #a5a5a5;
  background-color: #ffffff;
  margin: 10px;
 }
 .services-card .ser-title{
font-size: 16px;
text-transform: uppercase;
margin-top: 15px !important;
font-weight: 600;
 }
 .services-card .ser-text{
  font-size: 12px !important;
 }
 .services-card a{
  display: inline-block;
  background-color: #0f3661;
  color: #ffffff;
  padding: 8px 35px;
  margin-bottom: 10px;
  transition: 0.5s;
  font-size: 14px;
 }
 .services-card a:hover{
  background-color: #cb8350;
  color: #000;
 }
 .work_section .heading {
  text-align: center;
  max-width: 940px;
  margin: 0 auto;
 }
 .work_section .heading h1{
	font-size: 24px !important;
  font-weight: 500;
}
.work_section .heading p{
	font-size: 14px !important;
  font-weight: 550;
  text-align: center;
  margin-bottom: 40px !important;
}
.contact_details p{
  font-size: 14px !important;
}

.contact_details h6{
  font-size: 17px !important;
  font-weight: 300;
  color: #2b2b2b;
  margin-bottom: 10px !important;
}
#contact-id label{
  font-size: 14px;
}
#contact-id input{
 padding: 2px 0px;
}



























/* Remove arrow from last step */
@media (max-width: 992px) {
    .services-section .ser_btn{
       margin-top: 30px !important;
    }
  .process-container {
    flex-direction: column;
    gap: 40px;
  }
 .stap-icon::after,
  .stap-icon::before {
    display: none;
  }
  .step{
    margin-bottom: 20px;
  }
  .step a {
    font-size: 14px !important;
  }
   /*
 .step {
  width:100%;}
   */
 .process-steps {
    display: flex;
     flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.home-gallery .owl-carousel .item{
  padding: 5px;
}
.home-gallery .owl-carousel .item img {
  width: 100%;
  height: auto;
}
.ser_btn {
    margin-top: 0px !important;
}
#review-viewmore{
  margin-top: 30px !important;
}
.contact-back {
    padding: 40px 0;
}











}
.step .stap-icon img {
  width: 40px;
  height: 40px;
}
/* .step .stap-icon:hover {
  transform: scale(1.1);
  box-shadow: 0px 4px 18px #eb9903;
} */
 .step .stap-icon-l:hover {
  transform: scale(1.1);
  box-shadow: 0px 4px 18px #eb9903;
}
.step .number {
  background: #cb8352;
  color: #000;
  border-radius: 50%;
 width:30px;
 height: 30px;
  font-weight: bold;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.step .talk_to_us_btn{
  color:#ffffff;
  font-weight: 600;
  margin-top: 10px !important;
  font-size: 16px;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
}
 
@media (max-width: 575px) {
  .process-steps {
    flex-direction: column;
  }

}
@media (max-width: 768px) {
    .step a {
        font-size: 12px !important;
    }
  .line {
    display: none;
  }
}

.inner-card-img img{
  width: 100%;
}

.testimonial-section{
	background-color: #edf1f1;
}

/* MODAL */
.modal-content {
      border-radius: 10px;
      text-align: center;
      
    }
    .modal-header {
      border-bottom: none;
      padding: 20px;
    }
    .modal-body p {
      font-size: 16px;
      color: #555;
    }
    @media (max-width: 576px) {
      .modal-dialog {
        margin: 1.5rem;
      }
      .modal-body p {
        font-size: 14px;
      }
    }
    .modal-title{
    	color: #fff;
    }
    .modal-body{
    	padding: 0px 20px 15px;
    	label{
    		width: 100%;
    		text-align: left;
    		color: #fff;
    	}
    	input,textarea{
    		width: 100%;
    		background-color: transparent;
    	}
    	.enquiry-btn{
    		width: 100%;
    		background-color: #c37741;
    	}
    }
    
    
    
    /* for about part of home page */
    .main-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.main-image img {
  height: auto;
  display: block;
  transition: transform 0.4s ease, filter 0.4s ease;
  width: 100%;
}

.main-image:hover img {
  transform: scale(1.03);
  filter: brightness(1.05);
}


.services-card h5 a{
    display: inline-block!important;
    background-color: transparent !important;
    color:#000;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 15px !important;
    font-weight: 600;
    padding: 0px; 
    margin-bottom:0px;
}
.blog-para h3 a{
    display: inline-block!important;
    background-color: transparent !important;
    color:#000;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 15px !important;
    font-weight: 600;
    padding: 0px; 
    margin-bottom:0px;
    border: none;
}
.blog-para h3 a:hover{
    
    color:#000;
    
}