/*
 * Table of Contents:
 
 * 	   - Media Queries

 *   0 - media screen and (max-width: 1170px)
 *   1 - media screen and (max-width: 1152px) 
 *   2 - media screen and (max-width: 1024px)
 *   3 - media screen and (max-width: 992px)
 *   4 - media screen and (max-width: 800px)
 *   5 - media screen and (max-width: 768px)
 *   6 - media screen and (max-width: 728px)
 *   7 - media screen and (max-width: 640px)
 *   8 - media screen and (max-width: 500px)
 *   9 - media screen and (max-width: 480px)
 *  10 - media screen and (max-width: 414px)
 *  11 - media screen and (max-width: 375px)
 * 	12 - media screen and (max-width: 360px)
 *  13 - media screen and (max-width: 320px)

---------------------------------------------------------------------- */



/* 1.0 - Common Styles

---------------------------------------------------------------------- */

body { font-family: 'Roboto', sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
			

			
}
a, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {font-family: 'Poppins', sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto', sans-serif;}
p{
	font-family: 'Roboto', sans-serif;}	
h1 { font-family: 'Roboto', sans-serif; font-size:36px; font-weight:800; color:#e7282d; text-transform:uppercase; margin:0 0 15px 0; padding:0px;}
h1 span { color:#333;}

h2 { font-size:30px; font-weight:600; color:#444; margin:0 0 15px 0; padding:0px;}
h3 { font-size:24px; font-weight:600; color:#444; margin:0 0 15px 0; padding:0px;}
h4 { font-size: 23px;
  
    color: #444;
    margin: 0 0 15px 0;
    padding: 0px;
    color: #000;
    font-weight: 400;
    margin-top: 20px;}


a {
	outline: 0;
	color: #3f3d3d;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	font-family: 'Roboto', sans-serif;
}
.btn {
	outline: 0;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	cursor: pointer;
}
label {
    display: inline-block;
    margin-bottom: -0.5rem;
}
button:focus {
	outline: none;
}
a:focus, a:hover, a:active {
	text-decoration: none;
	outline: 0;
	box-shadow:none !important;
}

a:hover {
	color: #0392d8;
	text-decoration: none;
}
.medium-color{
	color: #0192d9;
	}
.box{
	    display: flex;
    flex-wrap: wrap;}	
.container {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}
.line-height{
	line-height:1.8em;}
.ccr_main_section { width:100%; margin:0px; padding:60px 0;}



/******* Top Header ************/
.top_header { margin:0px; padding:0px 0; text-align:center; background-color:#2c2b3b; color:#fdfdfd; border-top:1px solid #009641;}
.top_header_left {
    float: left;
    padding: 0px;
}
.top_header_phone {
}

.top_header_right {
    float: right;
    padding: 0px;
}
.cus-btn{
/*
-webkit-box-shadow: 0px 0px 24px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 24px 2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 24px 2px rgba(0,0,0,0.75);
*/
border:1px solid #fff;
background:#231f20;
font-size:20px;
font-weight:700;
	}

.main-header{
	padding:10px 0;
	background:#f7f7f7;
}
.main-header p {
    margin-bottom: 0px;
}
.main-header p i{
	color: #0687c3;
    font-size: 20px;
    margin-right: 5px;
}
.main-header p a {
    font-weight: 900;
    font-size: 16px;
    color: #111;
    margin-right: 25px;
}

.main-header p a:last-child{
	   margin-right: 0px;
}






/******* Header ************/
.header {    background: rgba(255, 255, 255, 0);
    padding: 10px 0;}
.sticky {
    width: 100%;
}
.logo { }
.logo a img{ 
	    width: 59%;
}

.header_right {
margin-top: 17px;}
.header_right h2{
	
	font-size:25px;
	color:#6c5977;
	margin: 0px; }
.header_right h3{
	
	font-size:20px;
	color:#95688e; }	
	
.top_menu {
    background: rgba(255, 255, 255, 0.5);
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	 border-bottom: 1px solid #ddd;
}

/*.darkHeader {
	position: fixed;
	top: 0;
	z-index: 9999;
	transition: 0.8s;
	-webkit-transition: 0.8s; background-color:#fff; padding:8px 0;
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.12);
	    padding: 3px 0;
}*/

.darkHeader .header_right { float:right; padding: 15px 0;}
.darkHeader .logo a img { height:70px; transition: 0.8s;}


.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 54px;
	height: 54px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
	font-size: 21px;
	padding: 11px 0;/* background-color:#79b829; border-color:#79b829;*/
}



/******* Navigation menu ************/
.menu_bar { }
.navbar-expand-md .navbar-collapse {justify-content: center;}


/******* Slider banner ************/
.banner { 
padding:0px;}

.banner-text{
	}

.moretext {
  display: none;
}
/******* about  ************/	
.about {
	    background-image:url(../images/gallery5.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    padding:80px 0px;
    background-repeat: no-repeat;}
.about_comm{
    font-size: 21px;
    line-height: 35px;
	background-image:url(../images/1.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    padding:80px 0px;
    background-repeat: no-repeat;}
.about h3{
    color: #fff;
    font-size: 40px;
    font-weight: 400;
text-shadow: 3px 0px 5px #191919;
    margin-top: 60px;
    text-transform: uppercase;
	}	
.cus-btn1 {
    border: 1px solid #d90627;
    background: #d90627;
    font-size: 20px;
    font-weight: 700;
    padding: 12px 30px;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
}
	
.about-text{

    padding: 30px 0px;
   
	text-align:center;}	
.about p{
color: #fff;
    font-weight: 300;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
}	
.form-group {
    margin-bottom: 0.8rem;
}	

/******* Service ************/

.service{
	padding:30px 0;
	}
.service h2{
	font-size:45px;
	color:#111;
	font-weight:400;
	}
.service-text{}
.service-text img{
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.45);
box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.45);}

.service-text h3{
	font-size:25px;
	font-weight:400;
	color:#111;
	margin-top:20px;
	}
.cus-margin{
	margin-top:50px;}
	
.service-box{
	background:#f4f4f4;
	padding:20px;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.43);
-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.43);
box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.43);
border-radius:10px;
    margin: 50px 0px;
	}	
.service-box h3{
	font-size:22px;
	font-weight:400;
	color:#111;
	line-height:40px;
	text-transform: uppercase;
	}		
.service-box p{
	font-size:18px;
	font-weight:400;
	color:#111;
	}
/******* Service ************/
.contact{
    background-image:url(../images/contactbg.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
     padding: 100px 0 150px 0;
    background-repeat: no-repeat;}
.contact h2{
	color: #fff;
    font-weight: 600;
    font-size: 52px;
    text-transform: uppercase;
    text-shadow: 2px 0px 5px #191919;
    margin: 0px 0 70px 0;}	
.contact .form-group {
    margin-bottom: 0.4rem;
}
/*.contact .form-control {*/
/*    display: block;*/
/*    width: 100%;*/
/*     height: calc(2.9rem + 2px);*/
/*    padding: .375rem .75rem;*/
/*    font-size: 1rem;*/
/*    font-weight: 400;*/
/*    line-height: 1.5;*/
/*    color: #495057;*/
/*    background-color: rgba(255, 255, 255, 0.5);*/
/*    background-clip: padding-box;*/
/*    border: 1px solid #ced4da;*/
/*    border-radius: 2.25rem;*/
/*    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
/*}	*/
.cus-background{
	background:rgba(6, 24, 62, 0.8);
	padding:18px;
	border-radius:10px;	
	}

/******* icon ************/
.icon{
	background:#fff;
	padding:10px 0;}

.icon h2{
font-size: 45px;
    color: #111;
    font-weight: 400;
    margin-bottom: 0px;
	}		
/******* footer ************/	
	.footer{
		background:#000000;
		padding:10px 0;
		}
.footer p{
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    margin-top: 20px;
}	
.footer p i{
	color:#fff;
	font-size:20px;
	padding-right:10px;
    
}	
	
.product h2{
    color: #111;
    font-weight: 400;
    font-size: 50px;
	}	
	.contact label {
    display: inline-block;

    color: #fff;
    font-size: 17px;
    padding: 0 0 0 16px;
}
 
.product{
	padding:0px 0 60px 0;}	
.product .carousel-item img{
	border:8px solid #6c5977;
	  border-radius: 50px;
	}	
.product .carousel-caption{
       background: rgba(108, 89, 119, 0);
    position: relative;
    left: 0%;
    padding: 20px 0;
    border-radius: 23px;
    width: 98%;
    margin: 0 auto;
    bottom: -10px;
	}
.product .carousel-caption h5{
font-size: 22px;
    text-transform: uppercase;
    /* letter-spacing: 10px; */
    /* font-weight: 700; */
    line-height: 20px;
    margin: 0px;
	color:#000;
	}	
		
.product .carousel-caption p{
	font-size:17px;
	font-weight:300;
	color:#fff;
	margin-top:20px;
	line-height:20px;
	padding:0px 20px;
	}	
 .carousel-control-next, .carousel-control-prev{
	top:-30%;
	}
	
 .carousel-control-next, .carousel-control-prev{
	    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff852;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
    background: #6c5977;
    height: 52px;
    width: 52px;
    top: 36% !important;
    border-radius: 50%;
    opacity: 1;
    right: -50px !important;
	}	
.carousel-control-prev{
	left:-50px;
	}
 
	.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -70px;
    top: 140px;
    background: #6c5977;
    padding: 4px 2px 7px 0px !important;
    height: 35px;
    width: 34px;
    font-size: 39px;
    color: #fff;
    line-height: 20px;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -54px;
    top: 140px;
    padding: 4px 2px 7px 0px !important;
    color: #fff;
    height: 35px;
    width: 34px;
    line-height: 20px;
	    font-size: 39px;
		  background: #6c5977;
}


h4 {
    font-size: 40px;
    font-weight: 400;
    color: #666666;
    margin-top: 20px;
    text-shadow: 2px 3px 6px #cdcdcd;
}
#more {display: none;}
#more1 {display: none;}
.accordion .card .card-header {
    margin-bottom: 10px;
}

.card-header h2 {
    font-size: 35px;
    color: #2d2d2d;
    text-transform: uppercase;
    letter-spacing: 15px;
}
.accordion .card .card-header h2 a {
display: inline-block;
    background: #000;
    width: 100%;
    text-align: left;
    letter-spacing: 0px;
    font-size: 28px;
    color: #fff;
    border-radius: 0 !important;
    padding: 6px 0 1px 15px;
    font-weight: 300;
    text-transform: capitalize;
    text-decoration:none;
}
.accordion .card .card-header h2 a.btn:after {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-weight: 900;
    margin-right: 0px;
    float: right;
    background: none;
    /* padding: 15px 21px; */
    margin-top: 0px;
    font-size: 16px;
    color: #fff;
    background: #0588c2;
    padding: 14px 14px 13px;
    margin: -7px -1px -1px 0;
}
.accordion .card .card-header h2 a.btn.collapsed:after {
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-weight: 900;
    margin-right: 0px;
    float: right;
    background: none;
    /* padding: 5px 21px; */
    margin-top: 0px;
    font-size: 16px;
    color: #fff;
    background: #0588c2;
      padding: 14px 14px 13px;
    margin: -7px -1px -1px 0;
}
.card-header {
    padding: 0px;
}

.card{
	border:none;
}
.services_box {
    background-color: #fff;
    padding: 30px 25px 30px;
    margin-right: 2px;
    margin-bottom: 2px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.services_box mark{
    font-size:30px;
}
.services_box:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.services_box mark {
font-size: 26px;
    color: #d90627;
    /* text-transform: uppercase; */
    margin-top: 20px;
    line-height: 25px;
    text-shadow: none;
}
















/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
.contact h2 {
    padding: 0 15px;
}
.icon ul li {
    width: 30%;
    text-align: center;
    margin-bottom: 25px;
    margin-right: 20px;
}
.carousel-item img{
	width:140% !important;}	
}


/* media screen and (max-width: 1024px)
---------------------------------------------------------------------- */
@media screen and (max-width:1024px) {

}


/* media screen and (max-width: 980px)
---------------------------------------------------------------------- */
@media screen and (max-width:980px) {
.about h3 {
    font-size: 45px;
    margin-top: 99px;
}
 
.about-text {
    padding: 32px 24px;

}
.about-text h2 {
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    margin: 0px;
}
.service h2 {
    font-size: 35px;
}
.service-text h3 {
    font-size: 20px;
}
.cus-margin {
    margin-top: 30px;
}
.service-box h3 {
    font-size: 20px;
    line-height: 25px;
}
.service-box p {
    font-size: 16px;
}
.footer p {
    line-height: 40px;
}
}

/* media screen and (max-width: 800px)
---------------------------------------------------------------------- */
@media screen and (max-width:800px) {

}



/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
    
    .about-comm p{
        line-height: 35px;
    }
    
.main-header .text-right{
    text-align:center !important;
}
.service h2 {
    font-size: 30px;
}
.service-text h3 {
    font-size: 20px;
}
.about-text h2 {
color: #fff;
    font-size: 19px;
    font-weight: 400;
    line-height: 27px;
}
.carousel-control-next {
    right: 0px !important;
}
.carousel-control-prev {
    left: 0px !important;
}
.carousel-control-next, .carousel-control-prev {

    height: 40px;
    width: 40px;

}
.contact h2 {
    margin: 0px 0 22px 0;
    font-size:35px;
}
.icon h2 {
    font-size: 30px;
}
.footer {
    padding: 0px 0;
}
.footer p {
    color: #fff;
    font-size: 19px;
   
    line-height: 30px;
}
.product h2 {

    margin-top: 0px;
}
.according h2{
      margin-top: 0px;
}
.d-none {
    display: block!important;
}
.carousel-caption h5 {
    font-size: 18px;
}
.carousel-caption {
    padding: 14px 0;
	/*width: 95%;*/
    bottom: 56px;
	z-index: 1;
}
.about-text {
background: rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    /* margin-top: 250px; */
}
	.about-text P{
		width:90%;
		font-size: 17px;
    line-height: 25px;
	}
.welcome{
	    padding: 30px 0;
    margin-top: -13px;
    width: 100%;
}
.welcome1{
	    padding: 30px 0;
    margin-top: -13px;
    width: 100%;
	
	}		
.cus-margin{
	    margin-top: 30px !important;}
.service-box {
 margin: 12px 0px 26px;
}		
.mt-5, .my-5 {
    margin-top: 1rem!important;
}
.product {
    padding: 40px 0 40px 0;
}
.contact h2 {
    color: #fff;
    padding: 10px;
}
.carousel-indicators {
    bottom: -18px;
}
.main-header p a {
    font-size: 14px;
    color: #111;
    margin-right: 25px;
}
iframe {
    height: 300px;
    margin-bottom: 40px;
}
.about h3 {
    /* padding-top: 165px; */
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    text-shadow: 30px 0px 5px #191919;
    margin-top: 50px;
    text-transform: uppercase;
}

.contemporary h3{
    padding-top: 0px !important;
}
.contact {
  
    padding: 50px 0;
}
.owl-carousel .owl-nav button.owl-next{
	display:none;}
.owl-carousel .owl-nav button.owl-prev{
	display:none;}	
	
.owl-carousel .owl-item img {

    height: 240px;
}	
	
}


/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {


}


/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {
.logo a img {
    transition: 0.8s;
    width: 50%;
 

}
.header_right {
    width: 50%;
    /* FLOAT: right; */
    /* DISPLAY: INLINE-FLEX; */
    position: absolute;
    top: -100px;
    right: 15px;
}

.top_header { padding:5px 0;}
.header { padding: 8px 0; }
.banner { padding:0px;}
h2 {
    font-size: 22px;
}



}


/* media screen and (max-width: 500px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {


}

/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:480px) {

}

/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:414px) {




}

/* media screen and (max-width: 375px)
---------------------------------------------------------------------- */
@media screen and (max-width:375px) {




}
.item{
  opacity:0.4;
  transition:.4s ease all;
    margin: 0 -19px;
  transform:scale(.8);
}
@media(max-width:1000px){
  .item{margin:0; transform:scale(.9)}
}
.active .item{
  opacity:1;
  transform:scale(1);
} 


.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.inner{position:absolute; bottom:30px; left:0; right:0; text-align:center;}
.inner a{color:#fff; text-decoration:none; border-bottom:2px solid rgba(255,255,255,0.5); transition:.3s ease border-color}
.inner a:hover{border-color:#fff;}
.black .inner a{color:#000; border-color:rgba(0,0,0,0.4)}
.black .inner a:hover{border-color:#000;}



.owl-controls{position:absolute; margin-top:300px;}





.banner_form_main{
    position: relative;
  }

  .banner_form{
    position: absolute;
    top: 21%;
    right: 5%;
  }

.booking-form-box {
    position: relative;
    display: block;
    background-color: #e7edf3;
    border-radius: 10px;
    overflow: hidden;
}

.booking-form-box .top-title {
    position: relative;
    display: block;
    text-align: center;
    padding: 26px 0 42px;
    z-index: 1;
}

.booking-form-box .top-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -1px;
    z-index: -1;
    background-image: -moz-linear-gradient(0deg, rgb(217, 4, 41) 0%, rgb(217, 24, 23) 57%, rgb(217, 44, 4) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(217, 4, 41) 0%, rgb(217, 24, 23) 57%, rgb(217, 44, 4) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(217, 4, 41) 0%, rgb(217, 24, 23) 57%, rgb(217, 44, 4) 100%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
}

.booking-form-box .top-title h6 {
    /*color: #fdc1cc;*/
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.booking-form-box .top-title h2 {
    color: #ffffff;
    font-size: 24px;
    line-height: 40px;
    font-weight: 900;
    margin: 4px 0 0;
}




.booking-form-box form {
    position: relative;
    display: block;
    padding: 30px 35px 40px;
}

.booking-form-box form .row {
    --bs-gutter-x: 10px;
}

.booking-form-box form .form-group {
    position: relative;
    display: block;
    padding-bottom: 10px;
}

.booking-form-box form .input-box {
    position: relative;
    display: block;
}

.booking-form-box form input[type="text"],
.booking-form-box form input[type="email"],
.booking-form-box form textarea {
    position: relative;
    display: block;
    background: #000;
    border: 1px solid #ffffff;
    width: 100%;
    height: 50px;
    color: #868686;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 7px;
    transition: all 500ms ease;
    font-family: var(--thm-font);
}

.booking-form-box form input[type="text"]:focus,
.booking-form-box forminput[type="email"]:focus,
.booking-form-box form textarea:focus {
    border: 1px solid var(--thm-base);
    outline: none;
}


.booking-form-box form input[type="text"]::-webkit-input-placeholder {
    color: #868686;
}

.booking-form-box form input[type="text"]:-moz-placeholder {
    color: #868686;
}

.booking-form-box form input[type="text"]::-moz-placeholder {
    color: #868686;
}

.booking-form-box form input[type="text"]:-ms-input-placeholder {
    color: #868686;
}


.booking-form-box form input[type="email"]::-webkit-input-placeholder {
    color: #868686;
}

.booking-form-box form input[type="email"]:-moz-placeholder {
    color: #868686;
}

.booking-form-box form input[type="email"]::-moz-placeholder {
    color: #868686;
}

.booking-form-box form input[type="email"]:-ms-input-placeholder {
    color: #868686;
}

.booking-form-box form .button-box {
    position: relative;
    display: block;
    padding-top: 10px;
}

.booking-form-box form .button-box button {
    width: 100%;
}

.button-box .btn-one{
  background-color: #091738;
  color: #fff;
  padding: 10px;
}

 
 
@media only screen and (max-width: 768px){
    .banner_form{
        position: relative;
        right: 0%;
    }

    .about{
        height: 1100px;
    }
    
    .carousel-caption{
        top: 30% !important;    
    }
    
    .about-commercial{
         height: 460px;
    }   
    
    .owl-carousel .owl-nav button.owl-next{
        right: 0px;
    }
    
}

 
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px){
    .banner_form {
        position: absolute;
        top: 8%;
        right: 5%;
    }
}

@media only screen and (min-device-width:800px) and (max-device-width: 1280px){
    .banner_form {
        position: absolute;
        top: 8% !important;
        right: 5%;
    }
}

@media only screen and (min-device-width:600px) and (max-device-width: 1224px){
    .banner_form {
        position: absolute;
        top: 1% !important;
        right: 5%;
    }
}

@media only screen and (min-device-width:412px) and (max-device-width: 1224px){
    .banner_form {
        position: relative !important;
        top: 1% !important;
        right: 0%;
    }
}

.ccr_main_section_get{
    height: 855px;
}

.carousel-caption{
    top: 50%;    
}

@media only screen and (min-width:1367px){
    .banner_form {
    top: 5%;
    }
}

@media only screen and (min-device-width:820px) and (max-device-width: 1180px){
    .owl-carousel .owl-nav button.owl-next{
        right: -15px;
    }
}


@media only screen and (min-width: 768px){
    h1{
        font-size: 41px;
    }
     
}



/* new footer styles*/

/*** 
=============================================
    Footer area style
=============================================
***/
.bottom-parallax {
    position: relative;
    height: 537px;
    opacity: 0;
    z-index: -999;
}

.bottom-parallax .footer-area {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 537px;
}

.parallax-visible .bottom-parallax {
    opacity: 1;
    z-index: 1;
}



/*** 
=============================================
    Footer Area Css
=============================================
***/
.footer-area {
    position: relative;
    display: block;
    background: #0a1222;
    z-index: 10;
}

.footer-top {
    position: relative;
    display: block;
}

.footer-top__inner {
    position: relative;
    display: block;
}

.footer-contact-info-box1 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.footer-contact-info-box1 li {
    flex: 0 0 auto;
    width: 33.3333333333%;
    padding: 20px 0;
}

.footer-contact-info-box1 li+li {
    border-left: 1px solid #1f2839;
    padding-left: 60px;
}

.footer-contact-info-box1__single {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-contact-info-box1__single .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    z-index: 1;
}

.footer-contact-info-box1 li:first-child .footer-contact-info-box1__single .icon {
    font-size: 30px;
}


.footer-contact-info-box1__single .icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    border-radius: 8px;
    background-color: var(--thm-base);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: top right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
}

.footer-contact-info-box1 li:hover .footer-contact-info-box1__single .icon:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: bottom center;
}

.footer-contact-info-box1__single .text {
    position: relative;
    margin-left: 25px;
    flex: 1;
}

.footer-contact-info-box1__single .text p {
    color: #ffffff;
    line-height: 24px;
}

.footer-contact-info-box1__single .text h5 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    font-family: var(--thm-font-2);
    margin: 7px 0 0;
}

.footer-contact-info-box1__single .text h5 a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-contact-info-box1__single .text h5 a:hover {
    color: var(--thm-base);
}




.footer-main {
    position: relative;
    display: block;
    border-top: 1px solid #1f2839;
    padding-top: 70px;
    padding-bottom: 20px;
}

.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: -2px;
}

.single-footer-widget .title h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.footer-main .single-widget {
    margin-bottom: 44px;
}


.single-footer-widget {
    position: relative;
    display: block;
}

.single-footer-widget.margin-leftminus1 {
    margin-left: 10px;
}

.single-footer-widget.margin-leftminus2 {
    margin-left: -40px;
}

.single-footer-widget .our-company-info {
    position: relative;
    display: block;
    padding-right: 110px;
}

.footer-logo-style1 {
    position: relative;
    display: block;
    padding-bottom: 31px;
}

.footer-logo-style1 a {
    position: relative;
    display: inline-block;
}

.single-footer-widget .our-company-info .text {
    position: relative;
    display: block;
}

.single-footer-widget .our-company-info .text p {
    color: #909398;
    font-size: 17px;
    line-height: 28px;
}



.footer-widget-links {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 29px;
}

.single-footer-widget--link-box {
    position: relative;
}

.footer-widget-links ul {
    
    padding-inline-start: 0px;
    position: relative;
    display: block;
    overflow: hidden;
}

.footer-widget-links ul li {
    position: relative;
    display: block;
    line-height: 26px;
    margin-bottom: 11px;
}

.footer-widget-links ul li:last-child {
    margin-bottom: 0;
}

.footer-widget-links ul li a {
    position: relative;
    display: inline-block;
    color: #909398;
    font-size: 17px;
    font-weight: 400;
    font-family: var(--thm-font);
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.footer-widget-links ul li a:hover {
    color: #ffffff;
    padding-left: 2px;
}



.footer-widget-newsletter-box {
    position: relative;
    display: block;
    padding-top: 28px;
}

.footer-widget-newsletter-box p {
    color: #909398;
    font-size: 17px;
    margin: 0 0 13px;
}

.footer-widget-newsletter-box .form-group {
    position: relative;
    display: block;
    margin: 0;
}

.footer-widget-newsletter-box .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    color: #8c9199;
    font-size: 17px;
    font-weight: 400;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.10);
    padding-left: 25px;
    padding-right: 60px;
    border-radius: 7px;
}

.footer-widget-newsletter-box .form-group button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 55px;
    height: 50px;
    line-height: 50px;
    transition: all 300ms ease 100ms;
    font-size: 20px;
    padding: 0;
    background: var(--thm-base);
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.footer-widget-newsletter-box .form-group button i {
    color: #ffffff;
}



.footer-social-link {
    position: relative;
    display: block;
    
}

.footer-social-link ul {
    position: relative;
    display: block;
    padding-left: 0px !important;
}

.footer-social-link ul li {
    position: relative;
    float: left;
    margin-right: 10px;
}

.footer-social-link ul li:last-child {
    margin-right: 0;
}

.footer-social-link ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.footer-social-link ul li a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #ffffff;
    border-radius: 50%;
    content: "";
    opacity: 0;
    transform: scale(0.5);
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.footer-social-link ul li:hover a:before {
    opacity: 1.0;
    transform: scale(1.0);
}

.footer-social-link ul li:hover a {
    color: var(--thm-base);
    border-color: var(--thm-base);
}





.footer-bottom {
    position: relative;
    display: block;
}

.footer-bottom .bottom-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 26px 0px 26px;
    border-top: 1px solid #1f2839;
}

.copyright-text {
    position: relative;
    display: block;
}

.copyright-text p {
    color: #909398;
    font-size: 17px;
}

.copyright-text p a {
    color: #909398;
    font-weight: 500;
    transition: all 300ms ease 100ms;
}

.copyright-text p a:hover {
    color: #ffffff;
}

.footer-bottom-right {
    position: relative;
    display: block;
}

.footer-bottom-right p {
    color: #909398;
    font-size: 17px;
}

.footer-bottom-right p a {
    color: #909398;
    font-weight: 500;
    transition: all 300ms ease 100ms;
}

.footer-bottom-right p a:hover {
    color: #ffffff;
}


.footer-area-img-box {
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: -1;
}





/**  End Css  **/

/*New footer styles end*/
 
.showcase1{
    font-size: 30px;
    font-weight: 400;
    color: #666666;
    margin-top: 20px;
    text-shadow: 2px 3px 6px #cdcdcd;
   margin-bottom: 15px;
}
