
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



@import url("font-awesome.min.css");
@import url("icons.css");
@import url("animate.css");

body{
font-family: 'Overpass', sans-serif;
font-weight: 300;
font-size:16px;
color: #595959;
line-height:1.5;	
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Cormorant', serif;
	font-weight: 500;
	line-height:1.2;
	text-transform: uppercase;
	color: #000;
	margin:0;
	padding:0;
	}

button, a{
color: #595959;
text-decoration:none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

a:hover{
color: #ba0014;
text-decoration:none;
}

.btn:focus {
  outline: none;
  box-shadow:none;
}

img{
max-width:100%;
display:block;
}

p{
	margin-bottom: 15px;
}

p:last-child{
	margin:0;
	}

button{
	cursor:pointer;
	}

button:focus {
  outline: none;
  box-shadow:none;
}




.form-control:focus {
    box-shadow:none;
    }
	


:focus {
	outline:none;
}


.breadcrumb{
	font-size:13px;
	font-weight: 500;
	padding:5px 0;
	background:none;
	margin:25px 0 0 0;
  -ms-flex-pack: start ;
  justify-content: flex-start ;
	}


.breadcrumb-sec{
	position: relative;
}

.breadcrumb-item a{
	color:#666;
	}
	.breadcrumb-item a:hover{
	color:#00973D;
	}
	
.breadcrumb-item.active{
	color:#00973D;
	}




.popup-ad{
	position: relative;	
}

.popup-ad .modal-content{
	background: #fff;
	border: 0;
	padding: 0;
}
.popup-ad .modal-header{
font-size:15px;
font-weight:500;
background: #fff;
border-bottom: 0;
}
.popup-ad .modal-body{
	padding:15px;
	background: #fff;
	text-align: center;
}

.popup-ad .modal-body img{
display: inline-block;
}

.popup-ad .close{
	color:#666;
	text-shadow:none;;
    opacity: .8;	
}

.popup-ad .close:not(:disabled):not(.disabled):hover,
.popup-ad .close:not(:disabled):not(.disabled):focus {
  color: #666;
  opacity: 1;
}

.popup-ad .modal-header {
    padding-top: 5px;
    padding-bottom: 5px;
}


@media (min-width: 992px){
.popup-ad .modal-lg {
    max-width: 1000px;
}

}




.btnQuickEnq{
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 10px;
	background: #2476a7;	
	color: #fff;
	border-radius: 3px;
	margin: 0 0 0 15px;
}

.btnQuickEnq:hover{
	background: #ed4252;	
	color: #fff;
}


@media (max-width: 1366px){

.btnQuickEnq{
	font-size: 14px;
	padding: 6px 10px;	
	margin: 0 10px;
}	
	
}

@media (max-width: 1200px){

.btnQuickEnq{
	font-size: 13px;
	padding: 5px 8px;	
	margin: 0 10px;
}	
	
}

@media (max-width: 991px){

.btnQuickEnq{
	display: none;
}	
	
}


.modal-header{
	padding: 10px;
	background: #f05a72;
}

.modal-title{
	font-family: 'Cormorant', serif;
	font-weight: 500;
	line-height:1.2;
	text-transform: uppercase;
	font-size:24px;
	color: #fff;
}



.enquiryModal .modal-backdrop{
	z-index:-1;
	}
	
.enquiryModal .modal-backdrop.show {
  opacity:0;
}

.modal.left .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
	height: 100%;
	overflow-y: auto;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

.modal.left .modal-body {
	padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
	right: 0;
}



.enquiryModal .modal-content{
	border:0;
	border-radius:0;
	}
	
.enquiryModal .modal-header{
	background:#2476a7;
	color:#fff;
	border:0;
	border-radius:0;
	padding:8px 20px 8px 15px;
	}
	
.enquiryModal .modal-title{
	font-size:15px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;	
}


	
.enquiryModal .modal-body{
	padding:20px;
	}

.enquiryModal .modal-header .close{
	color:#fff;
	text-shadow:none;
	opacity: 1;
}



.enquiryModal .modal-header .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.enquiryModal .modal-header .close:not(:disabled):not(.disabled):hover,
.enquiryModal .modal-header .close:not(:disabled):not(.disabled):focus {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}


/*hm-enq-sec styles*/

.enq-box{
	position:relative;
	margin:0;
	}

.enq-box .enq-form{
	position:relative;
	}
	
.enq-box .form-group{
	margin-bottom:10px;
	}
	
.enq-box .form-control{
	padding:8px 10px;
	border:1px solid #bdbdbd;
	border-radius:0;
	background:#ffffff;
	color:#595959;
	font-size:16px;
	min-width:150px;
	height:auto;
	margin:0;
	}

.enq-box .form-control:focus {
    box-shadow:none;
	background:#ffffff;
	border:1px solid #424242;
    }




.enq-box ::-webkit-input-placeholder { /* Chrome */
  color: #595959;
}

.enq-box :-ms-input-placeholder { /* IE 10+ */
  color: #595959;
}

.enq-box form ::-moz-placeholder { /* Firefox 19+ */
  color: #595959;
  opacity: 1;
}

.enq-box form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #595959;
  opacity: 1;
}


.enq-box .btn-submit{
	padding:15px 24px 14px;
	background: #f05a72;
	color:#fff;
	font-size:14px;
	font-weight:500;
	border-radius:0;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
	.enq-box .btn-submit:hover{
	background:#333;
	color:#fff;
	}




.enq-box .CaptchaBox{
	display: block ;
}



.enq-box .CaptchaBoxFlex{
display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.enq-box .CaptchaBox .CaptchaText{
	font-size: 18px;
	text-align:center;
	color: #000;
border: 1px dashed #888;
background:#F0F1F2;
padding:7px 30px 6px;
margin:0 5px 0 0;
}

.enq-box .CaptchaBox .CaptchaEqual{
	font-size: 18px;
	color: #666;
text-align:center;
margin:0 5px 0 0;
}

.enq-box .CaptchaBox .dFlexBox{
	display: -ms-flexbox;
	display: flex;
}

.enq-box .CaptchaBox .CaptchaInput{
	margin:0 10px 0 0;
}


.enq-box .CaptchaBox .CaptchaReload .iconstyle {
	font-size: 20px;
	width: 42px;
	height:42px;
	padding: 10px;
	background: #888;
	color:#fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}





	

@media (max-width: 991px){
	
.enq-box .form-control{
	padding:8px 10px 7px;
	font-size: 14px;
	}
	
.enq-box .btn-submit {	
	padding:10px 20px;
    font-size: 13px;
}
	
.enq-box .CaptchaBox .CaptchaText{
	font-size: 16px;
	padding:6px 20px;
}
	
.enq-box .CaptchaBox .CaptchaReload .iconstyle {
	font-size: 16px;
	width: 38px;
	height:38px;
	
}

	

}




.container {
    max-width:1296px;
}	






	
	
/*container styles*/



.main-header{
	position:absolute;
	width: 100%;
	}





.main-header .headSocialIcons{
  display: -ms-flexbox ;
  display: flex ;
  -ms-flex-align: center ;
  align-items: center ;
	}
	
.main-header .headSocialIcons a{
    display: block;
    margin-left:15px;
}

.main-header .headSocialIcons a:first-child{
    margin-left: 0;
}

.main-header .headSocialIcons .iconstyle{
	font-size:14px;
	color:#E50019;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}

	.main-header .headSocialIcons .iconstyle:hover{
	color:#333;
	}

.main-header .headSocialIcons .iconstyle.icon-youtube{
	font-size:18px;
	}


@media (max-width: 1200px) {
	
.main-header .headSocialIcons a{
    margin-left:10px;
}
	
.main-header .headSocialIcons .iconstyle{
	font-size:12px;
	}
}




@media (min-width: 1366px){
	
.main-header .container-fluid {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
	

}


@media (min-width: 1680px){
	
.main-header .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
}
	
}



@media (max-width: 991px) {
.main-header .headSocialIcons{
	display: none;

	}
}







/*header styles*/

.top-wrapper{
	position: relative;
}

	
.top_header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify ;
  justify-content: space-between ;	
}

.top_header a{
	color: #555555;
}

.top_header a:hover{
	color: #ED3237;
}
	
.brand-wrapper{
	position:relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	
	}


.brand{
	padding:10px 0;
	margin-right: 0;
}


.brand img{
	width:120px;
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; 
	}


.menuContact{
	position:relative;
	background: #CF992D;
	color: #fff;
	padding: 5px 10px;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	border-radius: 5px;
}

.menuContact span{
	display: block;
	font-size: 12px;
}



@media (max-width: 991px) {
	
	.menuContact{
		display: none;
	}
	
}



@media (min-width: 576px){
	
}


@media (min-width: 768px){
			
}


@media (min-width: 992px){


.brand{
	padding: 15px 0;		
	}
	
.brand img{
	width:200px;
	}

	
}


@media (min-width: 1200px){

	
}









@media (min-width: 1366px) {
  .hm-mainslider-sec .container-fluid {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
  }
	
}


@media (min-width: 1680px) {
	
  .hm-mainslider-sec .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
  }
	
}





/*hm-slider-sec styles*/


.dis-desktop{
	display: block;
}

@media (max-width: 575px) {

.dis-desktop{
	display: none;
}
	
}



.dis-mob{
	display: none;
}

@media (max-width: 575px) {

.dis-mob{
	display: block;
}
	
}





.sliderSec{
position:relative;
padding:0;
margin:0;
min-height: 350px;
}

.hm-mainslider-sec{
position:relative;
}


.slidevdobg{
z-index: -1;
}


.sliderVideo {
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
}



.video-fluid {

}


.owl-carousel video{
	width: 100%;
    display: block;
    object-fit: cover!important;
         -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slider-item{
	position: relative;
}




.sliderImgWrap{
	position: relative;
}


.sliderImgWrap:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:auto;
	bottom: 0;
	width: 100%;
	height:20%;
	background: rgba(0,0,0,0);
	z-index: 1;
}




.slider-image{
	position: relative;
}

.slider-image:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,.5);
}


.slider-imageItem{
	position: relative;
}

.slider-imageItem:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,.1);
}




.slider-captionWrap {
position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
 -ms-flex-align: center;
  align-items: center;
    z-index: 1;
}



.slider-captionWrap .alCenter{
  -ms-flex-align: center ;
  align-items: center ;

}


.slider-captionWrap.HeadpMargin{
	padding-top: 200px;
}


.sliderProImg{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.sliderProImg img{
	width: 920px !important;
	height:auto !important;
	display: inline-block !important;	
}




.sliderProImage{
	position: relative;
	margin: 50px 0 0 0;
	text-align: center;
}

.sliderProImage img{
	width: 700px !important;
	height:auto !important;
	display: inline-block !important;
}


.slider-caption {
	text-align: left;
    z-index: 1;
    color: #fff;
    padding: 80px 0 0 0;
    max-width: 700px;
}


.slider-caption .heading {
	font-family: 'Cormorant', serif;
	font-weight: 400;
	font-size: 52px;    
    text-transform: uppercase;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 20px 0
}


.slider-caption .heading span {
  font-weight: 700;
}


.slider-caption .slider-txt{	
	font-size: 18px;
	margin: 0 0 25px 0;
}




.slider-caption .btn-slide{
	position: relative;
 	font-size:14px;
	font-weight:500;
	padding: 15px 24px 14px;
	background: #f05a72;
	color:#fff;	
	border-radius:0;
	display: inline-flex;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.slider-caption .btn-slide:hover{
	background:#fff;
	color:#f05a72;
	}




.owl-item.active .sliderProImage {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.3s;
}


.owl-item.active .heading {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}


.owl-item.active .slider-txt {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}


.owl-item.active .btn-slide {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}





.hm-mainslider-sec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: -22px ;
}


.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
    width: 10px;
	height: 10px;
    background: 0 0;
	border: 2px solid #fff;
    position: relative;
    padding: 0;
    cursor: pointer;
	margin: 5px;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot.active span {
    background-color: #fff;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
}



.hm-mainslider-sec .owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    padding:0;
    background: 0 0;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    cursor: pointer;
}

.hm-mainslider-sec .owl-theme .owl-nav [class*=owl-]:hover {
  background: 0 0;
    color: #ff8699;
    text-decoration: none;
}

.hm-mainslider-sec .owl-next,.hm-mainslider-sec .owl-prev {
    position: absolute;
    color: inherit;
    background: 0 0;
    border: none;
    z-index: 100;
    bottom: 20px
}

.hm-mainslider-sec .owl-prev {
    right: 52px;
}

.hm-mainslider-sec .owl-next {
    right: 15px;
}

.hm-mainslider-sec .owl-theme .owl-nav {
    margin: 0;
}





@media (min-width: 576px){
	
}



@media (min-width: 768px){

	
}


@media (min-width: 992px){

.sliderSec{
  min-height: 600px;
}
	
	
}



@media (min-width: 1200px){

.sliderSec{
  min-height: 700px;
}
	
	
}




@media (min-width: 1400px){

	
	
}





@media (min-width: 1680px){
	
.sliderSec{
  min-height: 850px;
}
	


}




@media (max-width: 1399.98px) {

.sliderProImage img{
	width: 500px !important;
}	

	

	.slider-caption .heading{
		font-size: 44px;
		
	}	
	


	
	
	
}


@media (max-width: 1199px) {


.sliderProImage img{
	width: 500px !important;
}	

	
	
	.slider-caption .heading{
		font-size: 42px;
		
	}


}


@media (max-width: 991px) {

	
	
.sliderProImage img{
	width: 500px !important;
}

	
.slider-caption {
    padding: 0;
}

	
	
	.slider-caption .heading{
		font-size: 36px;
		margin: 0 0 10px 0;
		
	}
	
	
.slider-caption .slider-txt{	
	font-size: 14px;
	margin: 0 0 10px 0;
}


.slider-caption .btn-slide{
	padding:8px 20px;
	font-size: 13px;
}

	
	

.hm-mainslider-sec .owl-theme .owl-nav [class*=owl-] {
    font-size: 16px;
}



.hm-mainslider-sec .owl-next,.hm-mainslider-sec .owl-prev {
    bottom: 10px
}

.hm-mainslider-sec .owl-prev {
    right: 39px;
}

.hm-mainslider-sec .owl-next {
    right: 10px;
}
	
	
	
}





@media (max-width: 767px) {


.sliderProImage{
	position: relative;
	margin-bottom: 10px;
	margin-top: -60px;
}

.sliderProImage img{
	width: 200px !important;	
	height:auto !important;
}	
	

	.slider-caption{
		padding-top: 50px;
	}	

	.slider-caption .heading{
		font-size: 26px;		
	}
	

	

		
	
}






@media (max-width: 575px) {


	.slider-caption {
	max-width: 90%;
	margin: auto;
	text-align: center;
	
}
	
	
	.slider-caption .heading{
		font-size: 24px;		
	}
	
	
}










/*section-header styles*/	

.headingWrapper{
	position: relative;
	width: 100%;
	margin: 0 0 30px 0;
	display: -ms-flexbox ;
	display: flex ;
	-ms-flex-align: center ;
	align-items: center ;
	-ms-flex-pack: justify;
	justify-content: space-between;	
}

.sec-header{
	position:relative;
	margin: 0 0 20px 0;
	}


.sec-header h1{
	position:relative;
	font-size:42px;
	font-weight:500;
	text-transform: uppercase;
	color: #000;
	line-height: 1.1;
	padding:0;
	margin: 0;
	}





.btn-more {
	padding:15px 24px 14px;
	background: #f05a72;
	color:#fff;
	font-size:14px;
	font-weight:500;
	border-radius:0;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
	.btn-more:hover{
		background:#333;
		color:#fff;
		}




.btn-moreBorder {
	padding:15px 24px 14px;
	border: 1px solid #fff;
	color:#fff;
	font-size:14px;
	font-weight:500;
	border-radius:0;
    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
	.btn-moreBorder:hover{
		background:#f05a72;
		border: 1px solid #f05a72;
		color:#fff;
		}





.lists{
	position: relative;
	margin: 0 0 20px 0;
	text-align: left;
}

.lists ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.lists li{
	position: relative;
	list-style: none;
	padding: 5px 0 5px 20px;
}

.lists li:before {
    content: '';
    width: 6px;
    height: 6px;
	border-radius: 50%;
	background: #f05a72;
    position: absolute;
    left: 0;
    top: 10px;
}



.al-center {
    -ms-flex-item-align: center;
    align-self: center;
}

.h100-alCenter{
	height: 100% !important;
	display: -ms-flexbox ;
	display: flex ;
  -ms-flex-align: center ;
  align-items: center ;
}






.container-100 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}



.container-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}








/*hm-CategorySec styles*/


.hm-CategorySec{
	position: relative;
	padding: 100px 0 70px;
	text-align: center;
}


.hm-CategorySec .desc{
	width: 50%;
    margin: auto;
    margin-bottom: 40px;
}


.hm-CategorySlide{
	position: relative;
}



.CategImageBox{
	position: relative;
	margin: 0 0 30px 0;
	
}

 .CategImageBox img{
		width: 100%;	
	}


.CategImageBox .Categ-OverlayBox{
	width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
	bottom:0;
	right:0;
	background: rgba(0,0,0, 0.3);
	padding:10px;
	text-align: center;
	opacity: 1;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
	
.CategImageBox:hover .Categ-OverlayBox{
	background: rgba(0,0,0, 0.5);
	opacity: 1;	
	}

.CategImageBox .Categ-OverlayBox .Flexbox{
	height: 100% !important;
	display: -ms-flexbox ;
	display: flex ;
  -ms-flex-align: center ;
  align-items: center ;
	}




.CategImageBox .w100{
	width: 100%;
	margin-top: 70px;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	}

.CategImageBox:hover .w100{
	transform:  translateY(-20px);
	}

.CategImageBox h3{
	font-size: 30px;
	font-weight: 500;	
	color:#fff;
	margin: 0 0 15px 0;
	}


.CategImageBox .btn-moreBorder {
	opacity: 0;	
	
}



.CategImageBox:hover .btn-moreBorder {
	opacity: 1;	
}





.hm-CategorySec .owl-carousel .owl-item img{
	width:100%;
}


.hm-CategorySec .owl-carousel .item{
	width: 100%;
	overflow:hidden;
	padding-top: 0;
	}	
	
.hm-CategorySec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:30px;
	}


.hm-CategorySec .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #f05a72;	
	width:12px;
	height:12px;
	border-radius: 50%;
	}
	
.hm-CategorySec .owl-theme .owl-dots .owl-dot.active span,
.hm-CategorySec .owl-theme .owl-dots .owl-dot:hover span {
    background:#f05a72;
	border: 2px solid #f05a72;
	}

.hm-CategorySec .owl-carousel .owl-stage{display: flex;}


.hm-CategorySec .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}





@media (max-width: 991px) {

	

.hm-CategorySec{
	padding: 40px 0;
}

.hm-CategorySec .desc{
	width: 70%;
    margin-bottom: 20px;
}


.CategImageBox .w100{
	margin-top: 40px;
	}

.CategImageBox h3{
	font-size: 22px;
	}	
	
	
.hm-CategorySec .owl-carousel .item{
	padding-top: 0;
	}		
	
	
.hm-CategorySec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:10px;
	}
	
.hm-CategorySec .owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	}
			
	
}











/*hm-about-sec styles*/

.hm-aboutSec{
	position: relative;
}

.hm-aboutSec .ImageBg{
	position: relative;
	padding: 300px 50px 350px;
	height: 100%;
	width: 100%;
	background:url(../images/hm-about.jpg) top right;
	background-size: cover;

}




.hm-aboutSec .bgOne {
    background: #f2e4d8;
}

.hm-aboutSec .ContentBox{
	position: relative;
	padding: 150px 150px;
	z-index: 2;
}

.hm-aboutSec .ContentBox .desc{
margin: 0 0 30px 0;
}



.hm-aboutSec .ContentBox .descTwo{
	font-family: 'Cormorant', serif;
	font-weight: 600;
	font-size:24px;	
	color: #000;
	line-height: 1.2;
	margin: 0 0 40px 0;
}



.hm-aboutSec .overlay-1 {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}


.hm-aboutSec .overlay-1 img{
	display: inline-block;
	width: 212px;
}



/*DeliverySec styles*/	

.DeliverySec{
	position: relative;
	padding: 60px 0 0 0;
}



.DeliverySec .BoxItem{
	position:relative;
display: -ms-flexbox ;
display: flex ;
margin: 0 0 20px 0;
	}


.DeliverySec .BoxItem .icon{
  -ms-flex-item-align: start ;
  align-self: flex-start ;
	margin: 0 25px 0 0;
	
	-ms-flex-negative: 0;
    flex-shrink: 0;	
	}

.DeliverySec .BoxItem .icon img{ 
	display: inline-block;
	width: 45px;
	height: 45px
	}


.DeliverySec .BoxItem .descBox{
	position: relative;
	padding: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-item-align: center;
    align-self: center;
}


.DeliverySec .BoxItem .desc{
	margin: 0;
}

.DeliverySec .BoxItem h5{
	font-weight: 600;
	font-size: 20px;
	margin:0 0 10px 0;
}








/*hm-MediaSec styles*/	


.hm-MediaSe{
	position: relative;
	padding:0 0 100px 0;
}


.Blocks-ImageBox{
	position: relative;
	color:#fff;
	margin: 0;
}

 .Blocks-ImageBox img{
		width: 100%;	
	}


.Blocks-ImageBox .OverlayBox{
	width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
	bottom:0;
	right:0;
	padding:30px 40px 50px 40px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}


.Blocks-ImageBox:hover .OverlayBox{
	background: rgba(0,0,0, 0.2);
	}	


.Blocks-ImageBox .Flexbox{
	height: 100% !important;
	display: -ms-flexbox ;
	display: flex ;
  -ms-flex-align: end ;
  align-items: flex-end ;
	}


.Blocks-ImageBox .w100{
	width: 100%;
	}

.Blocks-ImageBox h3{
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 15px 0;
	}


.Blocks-ImageBox .txt{
	width: 80%;	
	margin: 0 0 25px 0;
	}


.Blocks-ImageBox .btn-more:hover{
		background:#fff;
		color:#f05a72;
		}







/*BannerOne-Sec styles*/	

.BannerOne-Sec{
	position:relative;
	padding: 180px 0;
	color: #fff;
	background: #4a3d37 url("../images/bg-banner-1.jpg") center;
	background-size: cover;	
	z-index: 1;
}


.BannerOne-Sec::after{
position: absolute;
content: '';
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,.4);
z-index: -1;
}





.BannerOne-Sec .sec-header h1{
	color: #fff;
}


.BannerOne-Sec .contentBox{
	position: relative;
}

.BannerOne-Sec .desc{
	margin: 0 0 30px 0;
}







/*hm-testimonials-sec styles*/

.hm-testimonials-sec{
	position:relative;
	padding: 100px 0;
	text-align: center;
}



.testimonial-box{
	position:relative;
	width: 60%;
	margin: auto;
	margin-top: 50px;
	}

.testimonial-box .box{
	position: relative;	
	padding: 0;
}



.testimonial{
	position:relative;
	width: 98%;
	margin: auto;	
	}

.testimonial .icon-quote {
	position: absolute;
	left:50px;
	top: -25px;
	z-index: 1;
}


.testimonial .icon-quote img {
	width: 50px !important;
}


.testimonial .icon-quote .iconstyle{
	font-size:30px;
	color:#fff;
	background: #00973D;
	width: 60px;
	height: 60px;	
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center ;
	-ms-flex-pack: center ;
	justify-content: center ;
	}




.testimonial .desc{
	width: 80%;
	margin: auto;
	margin-bottom: 30px;
	}

			
.testimonial-by{
	position: relative;
	margin: 0;
	}

	
.testimonial .image{
	margin:0 0 20px 0;
	}
	
.testimonial .image img{
	width:auto;
	max-width:70px;
	border-radius:50%;
	border: 0px solid #fff;
	display:inline-block !important;
	}


.testimonial-by .bx{
	}


.testimonial-by .name{
	font-family: 'Cormorant', serif;
	font-weight: 600;
	font-size:18px;
	text-transform: uppercase;
	color: #000;
	}
	

.testimonial-by .sub-title{
	font-weight: 500;
	font-size:14px;
	color:#96989b;
	}


.rating-stars{
	padding: 0;
    list-style: none;
    margin: 0;
}

.rating-stars li{
	display: inline-block;	
	margin: 0 2px;
}

.rating-stars .iconStar img{
	display: inline-block;
	width: 14px;
	height: 14px;
}

.testimonial-box .owl-carousel .item{
	overflow:hidden;
	}	
	
.testimonial-box .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:30px;
	}


.testimonial-box .owl-theme .owl-dots .owl-dot span{
	margin:5px;
	background:#959595;
	width:12px;
	height:12px;
	}
	
.testimonial-box .owl-theme .owl-dots .owl-dot.active span,
.testimonial-box .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #f05a72;
	}

	



.testimonial-box .owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 0 ;
    background:none;
	color: #575a5f;
	font-size: 18px;
    display: inline-block;
    cursor: pointer;

}
    
.testimonial-box .owl-theme .owl-nav [class*='owl-']:hover {
      background:none;
      color: #575a5f;
      text-decoration: none;
	  }
	
.testimonial-box .owl-prev,
.testimonial-box .owl-next {
	position: absolute;
	width: 20px;
	height: 20px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	top:50%;
	transform: translateY(-50%);
	}
    
.testimonial-box .owl-prev {left: -30px;}

.testimonial-box .owl-next {right: -30px;}


.testimonial-box .owl-theme .owl-nav{
	margin: 0;
}





.testimonial-box .owl-carousel .owl-stage{display: flex;}


.testimonial-box .tm-items {

}


.testimonial-box .h100 {
height: 100%!important;
}



@media (max-width: 991px){


.hm-testimonials-sec{
	padding: 30px 0;	
}


.testimonial-box{
	width: 80%;
	margin-top: 20px;
	}



	
.testimonial .icon-quote {
	position: absolute;
	left:20px;
	top: -15px;
	z-index: 1;
}
	
.testimonial .icon-quote img {
	width: 30px !important;
}


.testimonial .icon-quote .iconstyle{
	font-size:18px;
	width: 30px;
	height: 30px;
	}
	
	

.testimonial .desc{
	width: 90%;
	}



.testimonial-by .name{
	font-size:15px;
	}
	

.testimonial-by .sub-title{
	font-size:13px;
	}



.rating-stars .iconStar img{
	width: 12px;
	height: 11px;
}



.testimonial-box .owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	}

	
	
	.testimonial-box .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:10px;
	}

	
}





/*footer styles*/

.footer-sec{
	position:relative;
	font-size:16px;
	background: #f2e4d8;
	color:#000;
	}


.footer-sec .footer-top{
	position:relative;
	}

.footer-sec .footer-logo {
    position: relative;
    margin: 0 0 30px 0;
}

.footer-sec .footer-logo img{
	width: 180px;
}

.footer-sec .footerBoxRow{
	padding: 0 0 0 40px;
}

.footer-sec .footer-widgets{
	position:relative;
	padding:80px 0 20px 0;
	}

.footer-sec .footer-column{
	position:relative;
	margin:0 0 30px 0;	
	}
	
.footer-sec .footer-column h5{
	font-size:24px;
	font-weight:600;
	color:#000;
	padding:0;
	margin:0 0 20px 0;
	}


	
.footer-sec .footer-column .links{
	margin:0;
	padding:0;
	}
	.footer-sec .footer-column .links li{
	margin:0;
	padding:5px 0;	
	list-style:none;
	line-height:1.3;
	}
	
	.footer-sec .footer-column .links li:first-child{
	padding-top:0;
	}
	.footer-sec .footer-column .links li:last-child{
	padding-bottom:0;
	}


.footer-sec .footer-column .pro-link{
  display: -ms-flexbox ;
  display: flex ;
}	

.footer-sec .footer-column .links-two{
	margin:0;
	padding:0 20px 0 0;
	flex-basis: 50%;
	}

	.footer-sec .footer-column .links-two li{
	margin:0;
	padding:6px 0;	
	list-style:none;
	line-height:1.3;
	}
	
	.footer-sec .footer-column .links-two li:first-child{
	padding-top:0;
	}
	.footer-sec .footer-column .links-two li:last-child{
	padding-bottom:0;
	}
	
	.footer-sec .footer-column a{
	color:#000;
	}
	.footer-sec .footer-column a:hover{
	color:#f05a72;
	}

.footer-sec .footer-column .desc{
	position:relative;
	margin:0 0 30px 0;
	}

	
.footer-sec .footer-column .txt{
	position:relative;
	margin:0 0 15px 0;
	}

	


.footer-sec .social-icon{
  display: -ms-flexbox ;
  display: flex ;
    -ms-flex-align: center ;
  align-items: center ;
	}
	
.footer-sec .social-icon a{
    display: block;
	margin-left:20px;    
}

.footer-sec .social-icon a:first-child{
    margin-left: 0;
}

.footer-sec .social-icon .iconstyle{
	font-size:18px;
	color:#f05a72;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}

	.footer-sec .social-icon .iconstyle:hover{
	color:#333;
	}

.footer-sec .social-icon .iconstyle.icon-youtube{
	font-size:24px;
	}



	
.footer-sec .box{
	position: relative;
	padding:0 0 0 25px;
	margin:0 0 10px 0;
	}

	
.footer-sec .box .icon{
	position:absolute;
	top:2px;
	left:0;
	}

.footer-sec .box .txt{
	margin: 0;
	}
	
.footer-sec .box .iconstyle{
	font-size:15px;
	color: #666;
	}





.footer-sec .footer-bottom{	
	position: relative;
	padding: 20px 0;
	border-top: 1px solid #dbc5b2;

}

.footer-sec .copyright{	
	text-align: left;
	margin: 0;
	}


.footer-sec .design{
	font-size:13px;
	color: #816c5a;
	text-align: right;
	}

.footer-sec .design a{
	color: #816c5a;
	}
.footer-sec .design a:hover{
	color: #333;
	}



.newsletter{
	position:relative;
	}

.newsletter .desc{
	margin: 0 0 15px 0;
	}

.newsletter .form-control{
	padding:10px 15px;
	border: 0px solid #ff0001;
	border-radius:0;
	background:#fff;	
	color:#333;
	font-size:14px;
	font-weight: 300;
	min-width:200px;
	margin:0;
	height: 46px;
	}	
	
.newsletter .btn-subscibe{
	background:#f05a72;
	color:#fff;
	font-size:14px;
	font-weight: 500;
	padding:10px 10px;
	border:0;
	border-radius:0;
	width: 100%;
	height: 46px;
	}
	
	.newsletter .btn-subscibe:hover{
	background:#231f20;
	color:#fff;
	}


.newsletter ::-webkit-input-placeholder { /* Chrome */
  color: #595959;
}

.newsletter :-ms-input-placeholder { /* IE 10+ */
  color: #595959;
}

.newsletter form ::-moz-placeholder { /* Firefox 19+ */
  color: #595959;
  opacity: 1;
}

.newsletter form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #595959;
  opacity: 1;
}











.side-bar-contact {
	position: fixed;
	bottom: 30px;
	right:30px;
	z-index: 100;
}

.side-bar-contact .iconstyle{
	font-size:32px;
	color:#fff;
	background: #25d366;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center ;
	-ms-flex-pack: center ;
	justify-content: center ;	

-webkit-box-shadow: 4px 6px 6px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 4px 6px 6px 0px rgba(0,0,0,0.2);
box-shadow: 4px 6px 6px 0px rgba(0,0,0,0.2);
	}
	



@media (max-width: 991px) {
	
.side-bar-contact {
	right:15px;
}
	
.side-bar-contact .iconstyle{
	font-size:20px;
	width: 36px;
	height: 36px;
	}
	
	
}
	



/*sub-banner styles*/



.sub-banner-sec{
	position:relative;
	margin:0;
	}


.sub-banner-sec .banner-image{
	position:relative;
	}

	.sub-banner-sec .banner-image img{
		width: 100%;
		}



.sub-banner-sec .banner-image:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}



.sub-banner-sec .banner-title{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	display: -ms-flexbox ;
	display: flex ;
	-ms-flex-align: center ;
	align-items: center ;
}




.sub-banner-sec h1{
	position:relative;
	font-size:42px;
	font-weight:500;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.1;
	padding:80px 0 0 0;
	margin: 0;
	text-align: center;
	z-index: 1;
}




.align-center{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}





.subHeading{
	position:relative;
	margin: 0 0 20px 0;
	}


.subHeading h1{
	position: relative;
    font-size: 42px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    line-height: 1.1;
    padding: 0;
    margin: 0;
	}




@media (max-width: 991px){

.sub-banner-sec h1{
	font-size:24px;
	padding:70px 0 0 0;
	
}

	
}




/*CommonSec styles*/

.CommonSec{
	position: relative;
	padding: 100px 0;
}


.CommonSec h3{
	position: relative;
	font-weight: 600;
	font-size: 28px;
	text-transform: uppercase;
	margin: 0 0 25px 0;
}




.CommonSec .title{
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}


.CommonSec .desc{
	margin: 0 0 30px 0;
}




.Gen-table{
	
}

.Gen-table .table{
	margin: 0 0 25px 0;	
}

.Gen-table .table-bordered td,
.Gen-table .table-bordered th{
	border: 1px solid #D9D9D9;
}

.Gen-table .table td,
.Gen-table .table th{
	padding: 10px 20px;
	font-size: 18px;
}


.Gen-table .table .thead-dark th{
	background: #f05a72;
	color: #fff;
	font-weight: 400;
	vertical-align: top;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
}









/*about-sec styles*/	

.about-sec{
	position: relative;
	text-align: center;
	padding: 100px 0 80px;
}

.about-sec .desc{
	width: 80%;
    margin: auto;
    margin-bottom: 50px;
}


.about-sec .imageBox{
	position: relative;	
}

.about-sec .imageBox img{
	width: 100%;
}


.about-sec .contentBox{
	position: relative;
}



.about-sec .contentBox .desc{
	margin: 0 0 30px 0;
}

.about-sec .contentBox.pdLeft{
	padding-left: 20px;
}

.about-sec .contentBox.pdRight{
	padding-right: 20px;
}






/*mission-sec styles*/	

.mission-sec{
	position: relative;
	padding: 100px 0 60px;
	background: #fff5f7;
}


.mission-sec .BoxItem{
	position:relative;	
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
	}


.mission-sec .BoxItem .icon{
	position: relative;
	margin: 0 0 30px 0;
	}

.mission-sec .BoxItem .icon img{ 
	display: inline-block;
	width: 80px;
	height: 80px
	}


.mission-sec .BoxItem .desc{
	width: 85%;
    margin: auto;
}


.mission-sec .BoxItem h2{
	font-weight: 500;
	font-size: 36px;
	margin:0 0 20px 0;
}








/*CategorySec styles*/	

.CategorySec{
	position: relative;
	padding: 100px 0 70px;
	text-align: center;
}











/*products-sec styles*/	


.hm-productSec{
	position: relative;
	text-align: center;
	padding: 80px 0 40px;
}



.hm-productSec .desc{
	width: 50%;
    margin: auto;
    margin-bottom: 40px;
}




.products-sec{
	position: relative;
	padding: 100px 0 40px;
}




.pro-box{
	position:relative;
	text-align: center;
	margin-bottom:60px;
	}


.pro-box.mb{
	margin-bottom: 0;
}


	
.pro-box .pro-image-box{
	position: relative;
	overflow: hidden;
	margin: 0 0 20px 0;
	border: 0px solid #333;
	}
	
	.pro-box .pro-image-box img{
	 width: 100%;
	-moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}


	.pro-box:hover .pro-image-box img{
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
}




.pro-box  .pro-titleSmall{
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 5px 0;
}
	
	.pro-box .pro-title{
		font-family: 'Cormorant', serif;
		font-weight: 600;
		font-size:24px;
		text-transform: uppercase;
		color: #000;
		line-height: 1.3;
		margin: 0 0 20px 0;
		-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}




.pro-box .btn-viewPro {
	padding:11px 24px;
	border: 1px solid #f05a72;
	color:#595959;
	font-size:14px;
	font-weight:500;
	border-radius:0;
    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.pro-box:hover .btn-viewPro{
		background:#f05a72;
		color:#fff;
		}





/*pro-single-sec styles*/




.pro-single-sec{
	position: relative;
	padding: 100px 0 30px;
}



.proDetailBox{
	position: relative;
	margin: 0;
}


.pro-imageBox{
	position: relative;
	margin: 0 0 20px 0;	
	text-align: center;
}

.pro-imageBox img{
	display: inline-block;
	border: 0px solid #dbdbdb;
}



.pro-contentBox{
	position: relative;
	padding: 0 0 0 30px;
	margin: 0;
}

.pro-contentBox .pro-heading{	
	position: relative;
	font-family: 'Cormorant', serif;    
    font-weight: 500;
    font-size: 42px;
    text-transform: uppercase;
    color: #000;
    line-height: 1.1;
    padding: 0;
    margin: 0 0 20px 0;
}


.pro-contentBox .pro-headingSmall{
font-weight: 500;
font-size: 17px;
margin: 0 0 15px 0;
}


.pro-contentBox .pro-desc{
	margin: 0 0 25px 0;
}



.pro-single-sec .BoxRow{
	position: relative;
	margin: 0 0 25px 0;
}


.pro-contentBox .txtBold{
	font-weight: 600;
}

.pro-contentBox .txt{
}


.ListColors{
	position: relative;
    margin: 5px 0 0 0;
      display: -ms-flexbox ;
  display: flex ;
}


.colordots{
	width: 16px;
	height: 16px;
	border: 0px solid #000;
	border-radius: 50%;
  margin: 0 2px;
}
	

.wt_Yellow{
	background: #ffff00;
}

.wt_Magenta{
	background: #6a287e;
}

.wt_Magenta_Light{
	background: #8e35ef;
}



.wt_Geen_Light{
	background: #4cc552;
}

.wt_Geen{
	background: #348017;
}



.wt_Blue{
	background: #2554c7;
}


.wt_Rose{
	background: #faafba;
}


.wt_Pink{
	background: #e75480;
}


.wt_Black{
	background: #000000;
}


.wt_White{
	background: #fff;
	border: 1px solid #dfdfdf;
}


.wt_Skin{
	background: #ece5b6;
}





.tooltips {
  position: relative;
  display: inline-block;
}

.tooltips a {
  color: #f1f1f1;
  text-decoration: underline dotted;
  opacity: .8;
}

.tooltips a:hover {
  opacity: 1;
}

.tooltips .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltips .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltips:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}











.priceWrapper{
	position: relative;
	margin: 0 0 40px 0;
}

.priceWrapper .pricetxt{
	font-size: 18px;
	font-weight: 600;
	color: #e77500;
}

.priceWrapper .price{
	font-size: 34px;
	font-weight: 600;
	color: #3164c1;
}


.priceWrapper .price span{
	margin-right: 5px;
}


.priceWrapper .txt{
	font-size: 16px;
	font-weight: 600;
}



.btn-WhatsappEnq {
    position: relative;    
    color: #fff !important;
    padding: 8px 15px;
    background: #00c343;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    border: 0;
    margin-right: 8px;
  display: -ms-inline-flexbox ;
  display: inline-flex ;
  -ms-flex-align: center ;
  align-items: center ;

    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn-WhatsappEnq:hover{
		background:#128c7e;
		}



.btn-WhatsappEnq .iconstyle {
    font-size:24px;
    color: #fff;
    margin-right: 10px;
}




.btn-ProEnq {
	position: relative; 
	padding: 8px 15px;
	background: #f05a72;
	color:#fff;
	font-size:16px;
	font-weight:500;
	border-radius:0;
	margin-right: 8px;
	  display: -ms-inline-flexbox ;
  display: inline-flex ;
  -ms-flex-align: center ;
  align-items: center ;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
	.btn-ProEnq:hover{
		background:#333;
		color:#fff;
		}



.btn-FlipkartEnq {
    position: relative;    
    color: #fff !important;
    padding: 8px 15px;
    background: #2874f0;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    border: 0;
  display: -ms-inline-flexbox ;
  display: inline-flex ;
  -ms-flex-align: center ;
  align-items: center ;

    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn-FlipkartEnq:hover{
		background:#12469c;
		}


.btn-FlipkartEnq .Icon{
	margin-right: 10px;
}

.btn-FlipkartEnq .Icon img{
	display: inline-block;
	width: 30px;
	height: 30px;
}



.btnBlocks{
	display: -ms-flexbox ;
	display: flex ;
}



.list-dots{
}

.list-dots ul{
	list-style: none;
    margin: 0 0 20px 0;
    padding: 0;	
}

.list-dots li{
	position: relative;
	list-style: none;
	line-height: 1.3;
	text-align: justify;
	padding: 5px 0 5px 20px;
}

.list-dots li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f05a72;
    position: absolute;
    left: 0;
    top: 12px;
}



.list-dots ul li ul{
	list-style: none;
    margin: 15px 0;
    padding: 0;
}

.list-dots ul li ul li{
	position: relative;
    list-style: none;
    padding: 4px 0 4px 20px;
}

.list-dots ul li ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #002581;
    position: absolute;
    left: 0;
    top: 10px;
}


@media (max-width: 991px){








.list-dots ul{
    margin: 0 0 10px 0;
}

.list-dots li{
	padding: 3px 0 3px 18px;	
}

.list-dots li:before {
	width: 6px;
    height: 6px;
    top: 8px;
}
	
	
.list-dots ul li ul{
    margin: 5px 0;
}
	
.list-dots ul li ul li{
	padding: 2px 0 2px 15px;
    
}	
	
	.list-dots ul li ul li:before {
    top: 8px;
	}
	
	
}



.pro-table{
	
}

.pro-table .table{
	margin: 0 0 25px 0;	
}

.pro-table .table-bordered td,
.pro-table .table-bordered th{
	border: 1px solid #D9D9D9;
}

.pro-table .table td,
.pro-table .table th{
	padding: 5px 15px;
}


.pro-table .table .thead-dark th{
	background: #002581;
	font-weight: 400;
	vertical-align: top;
}

.pro-table .table .thead-light th{
	background: #e1f0ff;
	font-weight: 700;
	vertical-align: top;
}







.horizontal-tab{
	position: relative;
	margin: 0;
}

.horizontal-tab .nav-pills .nav-link{
	font-family: 'Cormorant', serif;
	font-size:20px;
	font-weight:600;
	background-color: transparent;
	color:#000;
	border-radius:0;
	padding:10px 0;
	margin: 0 15px;
	}

.horizontal-tab .nav-pills{
	padding: 0;
	margin: 0;
	list-style: none;
}


.horizontal-tab .nav-pills li{
	position: relative;
	list-style: none;
	line-height: 1.3;
	padding: 0;
}
.horizontal-tab .nav-pills li:before {
    content:none;
}




.horizontal-tab .nav-pills .nav-link:before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 7px solid #0000;
    border-right: 7px solid #0000;
    border-top: 8px solid #f05a72;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	opacity: 0
}

.horizontal-tab .nav-pills .nav-link:after {
	content: "";
    position: absolute;
	bottom: -2px;
    border-bottom: 3px solid #f05a72;
    left: 0;
    right: 0;
	margin: 0 15px;
	z-index: 1;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	opacity: 0;
}

.horizontal-tab .nav-pills .nav-link:hover:before {
	opacity: 1;
}

.horizontal-tab .nav-pills .nav-link:hover:after {
	opacity: 1;
}

.horizontal-tab .nav-pills .nav-link:hover{
	color: #000;
}



.horizontal-tab .nav-pills .nav-link.active{
	color: #000;
	}

.horizontal-tab .nav-pills .nav-link.active:before {
	opacity: 1;
}

.horizontal-tab .nav-pills .nav-link.active:after {
	opacity: 1;
}






.horizontal-tab .box{
	position:relative;
	margin:0;
	padding:30px 30px 10px 30px;
	}



.horizontal-tab .box .column-wd {
    width: 30%;
}


@media (max-width: 991px){
	
.horizontal-tab .nav-pills .nav-link{
	font-size:18px;
	padding:10px 0;
	margin: 0 10px;
	}
	
.horizontal-tab .nav-pills .nav-link:after {
	margin: 0 5px;
}
	
.horizontal-tab .box{
	padding:20px 10px 5px;
	
	}
	
.horizontal-tab .box .column-wd {
  width: 40%;
}

}




.pro-specs-sec{
	position: relative;
	background: #f8f8f8;
	padding: 20px 0;
}

.pro-specs-sec .ContentBox {

}




.pro-specs-sec .box-border{
	padding: 0 15px;
	border-bottom: 1px solid #C5C5C5;
}


@media (max-width: 991px){

.pro-specs-sec .box-border{
	padding: 0 5px;
}	
	
}


/*similar-items styles*/

.similar-items-sec{
	position: relative;
	padding: 60px 0 80px;
	text-align: center;
}



.similar-items-sec h3{
	position: relative;
	font-size: 34px;
	font-weight: 500;
	margin: 0 0 30px 0;
}


.similar-items-sec .similar-pro-slide{
	position: relative;
}



.similar-items-sec .owl-carousel .owl-item img{
	width: 100%;
	display: inline-block;

}



.similar-items-sec  .owl-carousel .item{
	overflow:hidden;
	}	
	
.similar-items-sec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:30px;
	}


.similar-items-sec .owl-theme .owl-dots .owl-dot span{
	margin:5px;
	background:#a8a8a8;
	width:12px;
	height:12px;
	}
	
.similar-items-sec .owl-theme .owl-dots .owl-dot.active span,
.similar-items-sec .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #f05a72;
	}



@media (max-width: 991px){

.similar-items-sec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:10px;
	}
	
.similar-items-sec .owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	}
	
	
}












.swiper-container {
		width: 100%;
		height: auto;
		margin: 20px auto;
}

.swiper-container.mb {
	margin-bottom: 15px;
}


.swiper-slide-container {
  text-align: center;
	font-size: 18px;
	background: #fff;
  height:100%;
  max-width: 600px;
  margin:auto;
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
}

.gallery-top {
		height: auto;
		width: 100%;
}
.gallery-thumbs {
		height: auto;
		box-sizing: border-box;
		padding: 10px 0;
}

.gallery-thumbs img{
	max-height: 80px;
}


.gallery-thumbs .swiper-slide {
		width: 20%;
		height: 100%;
		opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
		opacity: 1;
}


.gallery-top .swiper-button-next,
.gallery-top .swiper-button-prev {
  width: 24px;
  height: 24px;
  background: #eaeaea;
  border: 1px solid #E3E3E3;
  border-radius: 3px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
    margin-top: -20px !important;
    background-size: 60% 100% !important;
}

.gallery-top .swiper-button-prev,
.gallery-top .swiper-container-rtl .swiper-button-next {
  background-image:url(../images/swiper-pre.svg) !important;
	background-repeat: no-repeat;
	background-position: center;
  left: 5px !important;
  right: auto !important;
}
.gallery-top .swiper-button-next,
.gallery-top .swiper-container-rtl .swiper-button-prev {
  background-image:url(../images/swiper-next.svg) !important;
background-repeat: no-repeat;
	background-position: center;
  right: 5px !important;
  left: auto !important;
}











/*gallery-sec styles*/	

.gallery-sec{
	position: relative;
	padding: 100px 0;
}


.gallery-sec.Media{
	padding: 100px 0;
}


.btn-MediaCatg {
	position: absolute;
    top: -70px;
    right: 0;
    z-index: 1;
	padding:8px 20px;
	background: #f05a72;
	color:#fff;
	font-size:14px;
	font-weight:500;
	border-radius:0;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
	.btn-MediaCatg:hover{
		background:#333;
		color:#fff;
		}





.glr-single-row{
	position: relative;
}

.glr-single-row .row {
  margin-right: -15px;
  margin-left: -15px;
  }

.glr-single-row .row > .col,
.glr-single-row .row > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
  }



.glrBox{
	position:relative;
	text-align: center;	
	margin-bottom: 30px;
	}


.glr-item{
	position: relative;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.glr-item img{
	 width: 100%; 
	 height: 200px;
	 object-fit: cover;
	display:inline-block;  
  -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: transform .5s;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
}

.glr-item:hover img{	
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	}



.glr-item .overlay-box{
	width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
	bottom:0;
	right:0;
	background: rgba(0,0,0, 0.5);
	padding:10px;
	opacity: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
	
.glr-item:hover .overlay-box{
	opacity: 1;
	}


.glrBox .title {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
}




.gallery-sec .video-row{
	position: relative;
	margin: 0;
}

.gallery-sec .video-box{
	position: relative;
	text-align: center;
	margin: 0 0 30px 0;
}

.gallery-sec .video-box .video-thumb{
	position: relative;
	cursor: pointer;	
	margin: 0 0 10px 0
}

.gallery-sec .video-box .video-thumb img{
	width: 100%;
	height: auto;
}

.gallery-sec .video-box .video-thumb .icon{
	content:"";
	position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%,-50%);
    width: 40px;
	height: 40px;
	background: url(../images/play-icon.svg) no-repeat center center;
	background-size:contain;	
	border-radius: 50%;
	border: 0px solid #ff7272;
		
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	}


.gallery-sec .video-box .title{
	position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
}






/*DownloadSec styles*/	

.DownloadSec{
	position: relative;
	padding: 100px 0 70px;
}


.Download-BoxItem{
	position:relative;
	text-align: center;	
	margin-bottom: 30px;
	}

.Download-ImageBox{
	position: relative;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.Download-ImageBox img{
	 width: 100%; 
	 height: 400px;
	 object-fit: cover;
	display:inline-block;    
}



.Download-Title {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
}



@media (max-width: 991px) {

	
.DownloadSec{
	padding: 40px 0 10px;
}



.Download-ImageBox img{	
	width: 250px;
	 height: auto;
	}




.Download-Title {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
}	
	
}





/*contact styles*/

.contact-sec{
	position:relative;
	padding:100px 0;
	}



.contact-sec .contact-row{
	position: relative;
	margin: 0 0 30px 0;	
}



.contact-sec h3{
	position: relative;
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 30px 0;	
}

.contact-sec .desc {
    margin: 0 0 20px 0;
}


.contact-sec .contactBoxWrap{
	position: relative;
	padding: 20px;
	background: #fff;
	border: 1px solid #52afd1;
	text-align: left;
	margin: 0 0 20px 0;	
}


.contact-sec .contactBoxWrap .contentBox{
position: relative;	
margin: 0 0 20px 0;
}

.contact-sec h5{
	font-size: 20px;
	font-weight:500;
	color: #000;
	margin: 0 0 20px 0;
}


.contact-sec .contactBox{
	position: relative;
	margin: 0 0 10px 0;
	display: -ms-flexbox ;
	display: flex ;
}

.contact-sec .contactBox .txtbox{
	-ms-flex-item-align: center ;
	align-self: center ;	
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.contact-sec .contactBox .txt{
	font-size: 16px;
}

	.contact-sec .contactBox .icon{
	position:relative;
	width: 32px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 4px 15px 0 0;
	}

	.contact-sec .contactBox .icon .iconstyle{
	font-size:17px;
	color:#f05a72;
	}


.contact-sec .contactBox .txtCaps{
	text-transform: uppercase;
}







.CaptchaBox{
	display: -ms-flexbox ;
	display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.CaptchaBox .CaptchaText{
	font-size: 18px;
text-align:center;
	color: #555;
border: 1px dashed #888;
background:#F0F1F2;
padding:5px 30px 4px;
margin:0 15px 0 0;
}

.CaptchaBox .CaptchaEqual{
	font-size: 20px;
	color: #666;
text-align:center;
margin:0 15px 0 0;
}

.CaptchaBox .CaptchaInput{
	margin:0 15px 0 0;
}


.CaptchaBox .CaptchaReload .iconstyle {
	font-size: 20px;
	width: 38px;
	height:38px;
	padding: 10px;
	background: #888;
	color:#fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.contact-form{
	position: relative;
	height: 100%;
	padding:0 0 0 50px;
	border-left: 1px solid #d1d1d1;
	margin: 0;
	}

.contact-form h5{
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 25px 0;
	}

.contact-form .txt{
	margin: 0 0 20px 0;
	}

.txt-label{
	margin:0;
	}

.required {
  color: #C51313;
}




.contact-form .form-group{
	margin-bottom:20px;
	}
	
.contact-form .form-control{
	padding:6px 15px;
	border-radius:0;
	border:1px solid #cccccc;
	background:#ffffff;	
	color:#595959;
	font-size:16px;
	font-weight: 300;
	min-width:150px;
	height:auto;
	margin:0;
	}

.contact-form .form-control:focus {
	box-shadow:none;
	background:#fff;
	border:1px solid #8e8e8e;
    }

.contact-form ::-webkit-input-placeholder { /* Chrome */
  color: #595959;
}

.contact-form :-ms-input-placeholder { /* IE 10+ */
  color: #595959;
}

.contact-form form ::-moz-placeholder { /* Firefox 19+ */
  color: #595959;
  opacity: 1;
}

.contact-form form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #595959;
  opacity: 1;
}

.contact-form input:-webkit-autofill,
.contact-form input:-webkit-autofill:hover, 
.contact-form input:-webkit-autofill:focus,
.contact-form textarea:-webkit-autofill,
.contact-form textarea:-webkit-autofill:hover,
.contact-form textarea:-webkit-autofill:focus,
.contact-form select:-webkit-autofill,
.contact-form select:-webkit-autofill:hover,
.contact-form select:-webkit-autofill:focus {
  border: 1px solid #cccccc;
  -webkit-text-fill-color: #555;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
	box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}



.contact-form .btn-submit{
	padding:15px 30px 14px;
	background: #f05a72;
	color:#fff;
	font-size:14px;
	font-weight:500;
	border-radius:0;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}

	.contact-form .btn-submit:hover{
		background:#333;
		color:#fff;
		}






.contact-form .form-row{
margin-right: -10px;
margin-left: -10px;
}
	
.contact-form .form-row > .col, 
.contact-form .form-row > [class*="col-"]{
padding-right: 10px;
padding-left: 10px;
}



.upload-file {
    display: inline-block;
    padding: 0 10px 0 0;
}

.upload-file {
    display: inline-block;
    padding: 0 10px 0 0;
}
	
.upload-inline {
	width: auto;
    display: inline-block;
}


.contact-form .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.50rem + 2px);
  padding: 10px 20px;
  line-height: 1.5;
  color: #555;
  background-color: #F0F1F2;
  border: 0px solid #cccccc;
  border-radius: 0;
}

.contact-form .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.50rem;
  padding: 10px 20px;
  line-height: 1.5;
  color: #fff;
  content: "Browse";
  background-color: #333;
  border-left: 1px solid #cccccc;
  border-radius: 0;
font-size: 12px;
}


.contact-form .custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
padding-left: 1.5rem;
}

.contact-form .custom-checkbox .custom-control-label::before{
	border-radius:0;
	background: #fff;
	border: 1px solid #D5D5D5;
}

.contact-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00973D;
}

.contact-form .pd{
	padding-top: 8px;
	padding-bottom: 8px;
}


.required {
    color: #c51313;
}






.location-sec{
	position:relative;
	}
	
.location-sec .location{
	position:relative;
	height:500px;
	background:#efeeec;
	}	
	
.location-sec .location iframe{
	height:500px;
	}











/* scroll to top style */

.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #e86256;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.cd-nugget-info a:hover {
  opacity: .8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #e86256;
}


.cd-top {
  display: inline-block;
  height: 25px;
  width: 25px;
  z-index:100;
  position: fixed;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(51, 51, 51, 0.5) url(../images/top-arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}

.cd-top:hover {
  background-color: #150816;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 30px;
    width: 30px;
    right: 0;
    bottom: 0;
  }
}







.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 12px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #FFF;
  background-size: 6px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 3px);
    transform: rotate(-45deg);
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}



/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -43px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }






