@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');



@import url("font-awesome.min.css");
@import url("icons.css");
@import url("animate.css");

body{
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size:15px;
color: #333;
line-height:1.5;	
}

h1, h2, h3, h4, h5, h6{
	line-height:1.2;
	margin:0;
	padding:0;
	}

button, a{
color: #333;
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{transition: 0.3s;}

.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;
	}



.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-title{
	font-size:13px;
	font-weight: 600;
	color: #6A2A10;
}



.enquiryModal .modal-backdrop{
	z-index:-1;
	}
	
.enquiryModal .modal-backdrop.show {
  opacity:0;
}

.modal.left .modal-dialog {
	position: fixed;
	margin: auto;
	width: 80%;
	max-width: 450px;
	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:10px;
	border:1px solid #bdbdbd;
	border-radius:0;
	background:#ffffff;
	color:#212121;
	font-size:14px;
	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: #424242;
}

.enq-box :-ms-input-placeholder { /* IE 10+ */
  color: #424242;
}

.enq-box form ::-moz-placeholder { /* Firefox 19+ */
  color: #424242;
  opacity: 1;
}

.enq-box form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #424242;
  opacity: 1;
}


.enq-box .btn-submit{
	position:relative;
	color:#fff;
	font-weight:500;
	font-size:13px;
	text-transform: uppercase;
	border-radius:3px;
	padding:10px 20px;
	margin:10px 0 0 0;

	background:#2476a7;
	}
	
	.enq-box .btn-submit:hover{
	background:#e3c972;
	color:#000;
	}




.enq-box .CaptchaBox{
	display: -ms-flexbox ;
	display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.enq-box .CaptchaBox .CaptchaText{
	font-size: 18px;
	text-align:center;
	color: #555;
border: 1px dashed #888;
background:#F0F1F2;
padding:7px 30px;
margin:0;
}

.enq-box .CaptchaBox .CaptchaEqual{
	font-size: 18px;
	color: #666;
text-align:center;
margin:0 5px;
}

.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: 43px;
	height:43px;
	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: 12px;
	}
	
.enq-box .btn-submit {
    font-size: 14px;
}
	
.enq-box .CaptchaBox .CaptchaText{
	font-size: 16px;	
}
	
.enq-box .CaptchaBox .CaptchaReload .iconstyle {
	font-size: 16px;
	width: 35px;
	height:35px;
	
}

	

}




.container {
    max-width:1296px;
}	






	
	
/*container styles*/



.main-header{
	position:relative;
	}





.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){

	
}









/*hm-slider-sec styles*/

.hm-mainslider-sec{
position:relative;
margin:0;
}


.slider-item{
	position: relative;
}

.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,0);
}


.slider-caption{
	position: absolute;
	bottom:0;
	transform: translateY(0);
	left: 0;
	z-index: 1;
}

.slider-caption h1{
	font-size: 26px;
	font-weight: 400;
	line-height: 1.1;
	margin: 0;
	
background: #E50019;
color: #fff;
padding: 5px 10px;
border-right: 10px solid #FFEE00;
}
.slider-caption h1 span{
	font-weight: 700;
	font-size:12px;
	display: block;
}


.owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.slider-caption .slider-txt{
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 10px 0;
}



.slider-caption .btn-slide{
	padding: 12px 20px;
    font-size: 11px;
    font-weight: 600;
    background: #CF992D;
    color: #fff;
    border-radius: 5px;
	}
	
	.slider-caption .btn-slide:hover{
		background:#333;
		color:#fff;
		}







.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: 3px 2px;
    background:none;
	color: #fff;
	font-size: 10px;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
	border: 2px solid #fff;
}
    
.hm-mainslider-sec .owl-theme .owl-nav [class*='owl-']:hover {
	background:none;
    color: #fff;
    text-decoration: none;	
	 }
	
.hm-mainslider-sec .owl-prev,
.hm-mainslider-sec .owl-next {
	position: absolute;
	width: 24px;
	height: 24px;	
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	bottom: 20px;
	}
    
.hm-mainslider-sec .owl-prev {right: 40px;}

.hm-mainslider-sec .owl-next {right: 10px;}


.hm-mainslider-sec .owl-theme .owl-nav{
	margin: 0;
}



@media (min-width: 576px){
	
.slider-caption h1{
	font-size: 30px;	
}
	
.slider-caption h1 span{
	font-size: 14px;
	
}
		
	
}


@media (min-width: 768px){


	
.slider-caption h1{
	font-size: 37px;
	padding: 8px 15px;
	
}

.slider-caption h1 span{
	font-size: 17px;
	
}	


.slider-caption .slider-txt{
	font-size: 14px;
	margin: 0 0 15px 0;
}	

	
.slider-caption .btn-slide{
	padding:7px 20px;
	font-size:12px;
	}
	
	
}


@media (min-width: 992px){

	
.slider-caption h1{
	font-size: 61px;
	padding: 10px 20px;
	
}

.slider-caption h1 span{
	font-size: 28px;
	
}
	

.slider-caption .slider-txt{
	font-size: 16px;
	margin: 0 0 20px 0;
}		

	
.slider-caption .btn-slide{
	padding:10px 30px;
	font-size:14px;
	}
	

.hm-mainslider-sec .owl-dots {
    bottom: 5px;
	right: 10px;
}


.hm-mainslider-sec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: -40px ;
}


.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
    width: 12px;
	height: 12px;

}
	
	
.hm-mainslider-sec .owl-theme .owl-nav [class*='owl-'] {
    padding: 4px 4px ;
	font-size: 14px;
}
	
.hm-mainslider-sec .owl-prev,
.hm-mainslider-sec .owl-next {
	width: 30px;
	height: 30px;
	bottom: 20px;
	}
	
	
.hm-mainslider-sec .owl-prev {right: 50px;}

.hm-mainslider-sec .owl-next {right: 15px;}
	
	
	
}



@media (min-width: 1200px){


	
.slider-caption h1{
	font-size: 75px;
	padding: 15px 50px;
}
	
.slider-caption h1 span{
	font-size: 34px;
}
	
	
.slider-caption .slider-txt{
	font-size: 18px;
	margin: 0 0 25px 0;
}
	
.slider-caption .btn-slide{
	padding: 12px 20px;
	font-size:14px;
	}

.hm-mainslider-sec .owl-dots {
    bottom: 20px;
	right: 20px;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
    width: 14px;
	height: 14px;

}
	
	
	
.hm-mainslider-sec .owl-theme .owl-nav [class*='owl-'] {
    padding: 10px 4px ;
	font-size: 18px;
}
	
.hm-mainslider-sec .owl-prev,
.hm-mainslider-sec .owl-next {
	width: 46px;
	height: 46px;
	bottom: 20px;
	}
	
	
.hm-mainslider-sec .owl-prev {right: 60px;}

.hm-mainslider-sec .owl-next {right: 15px;}

	

	
}


@media (min-width: 1680px){
	
.hm-mainslider-sec .owl-dots {
    bottom: 30px;
	right: 30px;
}
	

}



@media (max-width: 575px) {

.slider-caption .txt{
	display: none;
}

}



/*menu_TopContact styles*/	

.TopContact{
	position: relative;	
}

.TopContact .boxItemRow {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 10px;
}


.TopContact .boxItem {
    position: relative;
    padding: 0 0 0 35px;
    margin: 0 50px 0 0;
}



.TopContact .boxItem:last-child{
	margin-right: 0;
	}

	
.TopContact .boxItem .icon{
	position:absolute;
	top:0px;
	left:0;
	}

.TopContact .boxItem .txt{	
	line-height: 1.3;
	font-weight: 400;
	font-size: 18px;
	margin: 0;	
	}

.TopContact .boxItem .txt span{
	font-weight: 600;
	font-size: 12px;
	color: #888;
	display: block;
	}


	
.TopContact .boxItem .iconstyle{
	font-size:22px;
	color: #ac1c41;
	}



.hamburger_menu .menu_TopContact{
	width:100%;
	float: left;
	padding: 10px;
}
.hamburger_menu .TopContact .boxItemRow{
	display: block;
	margin: 0;
}

.hamburger_menu .TopContact .boxItem {
    position: relative;
    padding: 0 0 0 26px;
    margin: 0 0 20px 0;
}

.hamburger_menu .TopContact .boxItem .txt{
	line-height: 1.5;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	margin: 0;	
	}

.hamburger_menu .TopContact .boxItem .txt span{
	font-weight: 400;
	font-size: 12px;
	color: #888;
	display: block;
	}


	
.hamburger_menu .TopContact .boxItem .iconstyle{
	font-size:14px;
	color: #52afd1;
	}



.hamburger_menu .TopContact .boxItem a{
	color: #333;
}

.hamburger_menu .TopContact .boxItem a:hover{
	color: #E50019;
}






/*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 50px 0;
	}


.sec-header h1{
	position:relative;
	font-size:36px;
	font-weight:400;
	color: #333;
	line-height: 1.3;
	letter-spacing: -1px;
	padding:0;
	margin: 0;
	}

.sec-header h1:after {
    background: url(../images/title-border.svg) no-repeat;
    bottom: -15px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    width: 32px;
    right: 0;
    margin: auto;
}



.btn-more {
    position: relative;
    background: #e3c972;
    color: #000;
    padding: 10px 30px;
    border: 0;   
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    	-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:#9d7900;
		color:#fff;
		}




.btn-moreBorder {
    position: relative;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 30px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    -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:#fff;
		color:#333;
		}



.btnView{
	position: relative;
	color: #333;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
	display: inline-block;

}

.btnView::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #ed8e56;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0;
}

.btnView:hover{
	color:#E50019;
	}




.lists{
	position: relative;
	margin: 0 0 30px 0;
	text-align: left;
}

.lists ul{
	margin: 0;
	padding: 0;
}

.lists li{
	position: relative;
	list-style: none;
	padding: 4px 0 3px 20px;
}

.lists li:before {
    content: '';
    width: 6px;
    height: 6px;
	border-radius: 50%;
	background: #2476a7;
    position: absolute;
    left: 0;
    top: 12px;
}



.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-enq-sec styles*/

.hm-enqSec{
	position:relative;
	padding:100px 0;
	text-align: center;
	}


.hm-enqSec .detailBox{
	position: relative;
}

.hm-enqSec .detailBox .row {
  margin-right: -5px;
  margin-left: -5px;
  }

.hm-enqSec .detailBox .row > .col,
.hm-enqSec .detailBox .row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
  }



.hm-enqSec .ItemBox{
	position:relative;
	text-align: left;
	color: #fff;
	padding: 30px;
	margin:0 0 10px 0;
	height: calc(100% - 10px);
	}	


.hm-enqSec .ItemBox.bgOne{
	background: #11abb5;
}

.hm-enqSec .ItemBox.bgTwo{
	background: #7cab29;
}

.hm-enqSec .ItemBox.bgThree{
	background: #eb8f20;
}

.hm-enqSec .ItemBox.bgFour{
	background: #cc609a;
}

	
.hm-enqSec .ItemBox .iconBox{
	margin:0 0 20px 0;
	}

.hm-enqSec .ItemBox .iconBox img{
	display: inline-block;
	width:60px;
	height:60px;
	}

.hm-enqSec .ItemBox h5{
	font-size:18px;
	font-weight:600;
	margin:0 0 10px 0;
	}

.hm-enqSec .ItemBox .desc{
	}	


.hm-enqSec .enq-box{
	height: calc(100% - 10px);
	border:1px solid #43b9dd;
	}

.hm-enqSec .enq-box .enqHeader{
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	background: #43b9dd;
	font-weight: 500;
}



.hm-enqSec .enq-box .enqBody{
	padding: 20px 30px;
}

.hm-enqSec .enq-box .form-group{
	margin-bottom:20px;
	}
	
.hm-enqSec .enq-box .form-control{
	padding: 0 0 10px 0;
    font-size: 15px;
    color: #333;
    background: none;
    border: 0px;
    border-bottom: 1px solid #d0d0d0;
    border-radius: 0;
    box-shadow: none;
    height: auto;
	}

.hm-enqSec .enq-box .form-control:focus {
box-shadow:none;
	background:none;
	border:0px;
	border-bottom:1px solid #666;
    }

.hm-enqSec ::-webkit-input-placeholder { /* Chrome */
  color: #000000;
}

.hm-enqSec :-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}

.hm-enqSec form ::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
  opacity: 1;
}

.hm-enqSec form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #000000;
  opacity: 1;
}


.hm-enqSec .enq-box .btn-submit{
	position:relative;	
	color:#fff;
	font-weight:500;
	font-size:13px;
	text-transform:uppercase;	
	border-radius:3px;
	padding:12px 30px;
	margin:0;

	background:#2476a7;
	}
	
	.hm-enqSec .enq-box .btn-submit:hover{
	background:#e3c972;
	color:#000;
	}

	



/*hm-products-sec styles*/

.hm-products-sec{
	position: relative;
	background: #f6dfc0;
	text-align: center;
	padding: 100px 0;
}



.hm-products-sec .products-slide{
	position: relative;	
}


.hm-proBox{
	position:relative;
	background: #fff;
	height: 100%;
	text-align: center;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}

.hm-proBox:hover {
background: #cca236;
}


.hm-proBox.boxBorder{
	border: 1px solid #ccc;
	height: calc(100% - 40px);
	margin: 0 0 40px 0;
	}



.hm-proBox .imageBox{
	position: relative;
	overflow: hidden;
	}
	
	.hm-proBox .imageBox img{
	 width: 100%; 
	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;
}

.hm-proBox:hover .imageBox 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);
	}
	
.hm-proBox .contentBox{
	position: relative;
	padding: 30px;
	}

	.hm-proBox:hover .contentBox{
		color: #fff;
	}
	
	.hm-proBox .contentBox h3{
		background: #f0f0f0;
		color: #000;
		padding: 10px 20px;
		font-size:24px;
		font-weight:600;
		letter-spacing:-1px;	
		margin:0 0 15px 0;
	}

	.hm-proBox:hover .contentBox h3{
		color: #000;
		background: #f6de97;
	}

	
	.hm-proBox .contentBox .desc{
		margin:0 0 30px 0;		
	}



.hm-products-sec .owl-carousel .item{
	overflow:hidden;
	}	
	
.hm-products-sec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:30px;
	}


.hm-products-sec .owl-theme .owl-dots .owl-dot span{
	margin:5px;
	background:#002581;
	width:12px;
	height:12px;
	}
	
.hm-products-sec .owl-theme .owl-dots .owl-dot.active span,
.hm-products-sec .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #1b96c5;
	}


.hm-products-sec .products-slide .owl-carousel .owl-stage{display: flex;}

.hm-products-sec .products-slide .tm-items {
    height: 100%;
}






@media (max-width: 991px){

.hm-products-sec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:10px;
	}
	
.hm-products-sec .owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	}
	
	
}




/*featureSec styles*/	

.featureSec{
	position: relative;
	padding: 100px 0;
	text-align: center;
}



.borderOne{	
    border-width: 0 1px 1px 0;
    border-style: dashed;
    border-color: #cccccc;
}

.borderTwo{
    border-width: 0 0 1px 0;
    border-style: dashed;
    border-color: #cccccc;
}

.borderThree{
    border-width: 0 1px 0 0;
    border-style: dashed;
    border-color: #cccccc;
}


.borderNo{
	border-width: 0 0 0 0;
	border-style: dashed;
    border-color: #cccccc;
}


.featureSec .ItemBoxWrapper{
	position: relative;	
	padding: 50px 0;
}

.featureSec .ItemBox{
	position: relative;
	text-align: center;
}

.featureSec .ItemBox .iconBox{
	position: relative;
	margin: 0 0 20px 0;
}

.featureSec .ItemBox .iconBox img{ 
	width: 80px;
	height: 80px;
	display: inline-block;
}

.featureSec .ItemBox .title{
	font-size: 18px;
}





/*hm-servSec styles*/	


.hm-servSec{
	position:relative;
	padding: 0 0 100px 0;
}


.servBlock{
	position:relative;
	margin: 0 0 40px 0;
}

.servBlock .imageBox{
	position:relative;
}

.servBlock .imageBox img{
	width: 100%;
}

.servBlock .contentBoxWrap{
position: relative;
padding: 20px;
height:100%;
margin: 0 0 10px 0;
background: rgb(0,210,159);
background: linear-gradient(90deg, rgba(0,210,159,1) 0%, rgba(0,160,196,1) 25%, rgba(78,88,170,1) 52%, rgba(196,10,107,1) 74%, rgba(212,184,4,1) 100%);
}

.servBlock .contentBox{
	position: relative;
	background: #f7de9b;
	overflow: hidden;

	padding: 30px 30px 40px 30px;
	height: 100%;
		  display: -ms-flexbox ;
  display: flex ;
	
  -ms-flex-align: end !important;
  align-items: flex-end !important;
	
}

.servBlock .contentBox .bxWrap{
	z-index: 1;
}

.servBlock .contentBox h3{
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.servBlock .contentBox .desc{
    margin: 0 0 20px 0;
}

.fIconBg{
 position: absolute;
    opacity: .07;
    bottom: -50px;
    left: 25px;
    overflow: hidden;
    display: inline-block;
    /* -webkit-transform: scaleX(-1); */
    width: 100%;
}





/*hmAboutSec styles*/	

.hm-aboutSec{
	position:relative;
	padding: 60px 0;
	background: #368e72 url("../images/hm-about-bg.jpg") center;
	background-size: cover;	
}


.hm-aboutSec .contentBox{
	position: relative;
	padding: 100px 50px;
	background: rgba(255, 255, 255, 0.9);
}

.hm-aboutSec .desc{
	margin: 0 0 20px 0;
}

.hm-aboutSec .descTwo{
	border-top: 2px solid #7ed1b7;
	border-bottom: 6px solid #7ed1b7;
	padding: 15px 0;
	margin: 0 0 30px 0;
}



.hm-aboutSec .sec-header h1:after {
    margin: 0;
}





/*BlocksOne styles*/	


.trendsSec{
	position: relative;	
	padding: 100px 0;
}



.BlocksOne{
	position: relative;	
}


.BlocksOne .flexReverse{
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}	




.BlocksOne .ItemBoxWrapper{
	position: relative;
	text-align: center;
	height: 600px;
	
	 display: -ms-flexbox ;
  display: flex ;
	 -ms-flex-direction: column ;
  flex-direction: column ;
	
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}




.BlocksOne .ItemBoxWrapper .ItemBox{
	position: relative;
	height: 50%;	 
}



.BlocksOne .ItemBoxWrapper .ItemBox .imageBox{
	width: 100%;
	height: 100%;

}


.BlocksOne .ItemBoxWrapper .ItemBox .imageBox.bgOne{
	background: url(../images/hm-blocks-1.jpg);
	background-size: cover;
}

.BlocksOne .ItemBoxWrapper .ItemBox .imageBox.bgTwo{
	background: url(../images/hm-blocks-2.jpg);
	background-size: cover;
}

.BlocksOne .ItemBoxWrapper .ItemBox .imageBox.bgThree{
	background: url(../images/hm-blocks-3.jpg);
	background-size: cover;
}




.BlocksOne .ItemBoxWrapper .contentBox{
	margin: 0;
	color: #fff;
	padding: 20px 30px;
	height: 50%;
		  display: -ms-flexbox ;
  display: flex ;
	
  -ms-flex-align: center ;
  align-items: center ;
	
  -ms-flex-pack: center ;
  justify-content: center ;
}

.BlocksOne .ItemBoxWrapper .contentBox a{
	color: #fff;
}



.BlocksOne .ItemBoxWrapper .contentBox.bgOne{
	background: #11abb5;
}

.BlocksOne .ItemBoxWrapper .contentBox.bgTwo{
	background: #7cab29;
}

.BlocksOne .ItemBoxWrapper .contentBox.bgThree{
	background: #cc609a;
}


.BlocksOne .ItemBoxWrapper .contentBox .title{
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 15px 0;
}

.BlocksOne .ItemBoxWrapper .contentBox .txt{
	margin: 0 0 30px 0;
}









/*hm-testimonials-sec styles*/

.hm-testimonials-sec{
	position:relative;
	padding: 60px 0 30px;
	background: #F8F8F8 url(../images/bg-testimony.jpg) top center;
	background-size: cover;
	text-align: center;
}




.testimonial-box{
	position:relative;
	width: 60%;
	margin: auto;
	}

.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{
	border-bottom: 1px solid #cfcfcf;
	padding: 0 0 30px 0;
	}

			
.testimonial-by{
	position: relative;
	margin: 20px 0 0 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-weight: 500;
	font-size:15px;
	}
	
.testimonial-by .sub-title{
	font-weight: 400;
	font-size:14px;
	color:#666;
	}




.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 #df5353;
	}

	

.testimonial-box .owl-carousel .owl-stage{display: flex;}


.testimonial-box .tm-items {

}


.testimonial-box .h100 {
height: 100%!important;
}



@media (max-width: 992px){


.hm-testimonials-sec{
	padding: 30px 0;	
}


.testimonial-box{
	width: 80%;
	}



.testimonial-box .box{
	padding: 10px 0 0 0;
}



	
.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-by{
	margin: 15px 0 0 0;
	}
	
.testimonial-by .name{
	font-size:14px;
	}
	
.testimonial-by .sub-title{
	font-size:13px;
	}



.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;
	}

	
}



/*hm-dealershipSec styles*/

.hm-DownloadSec{
	position:relative;
	padding: 30px 0;
	color: #fff;
background: rgb(0,210,159);
background: linear-gradient(90deg, rgba(0,210,159,1) 0%, rgba(0,160,196,1) 25%, rgba(78,88,170,1) 52%, rgba(196,10,107,1) 74%, rgba(212,184,4,1) 100%);
}


.hm-DownloadSec h5{
	position:relative;
	font-size:14px;
	font-weight:400;
	color: #fff;
	padding:0;
	margin: 0 0 5px 0;
}

.hm-DownloadSec h2{
	position:relative;
	font-size:24px;
	font-weight:400;
	color: #fff;
	padding:0;
	margin: 0;
}


.hm-DownloadSec .btn-download {
    position: relative;
    background: #fff;
    color: #000;
    padding: 10px 30px;
    border: 0;   
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.hm-DownloadSec .btn-download:hover{
		background:#000;
		color:#fff;
		}






/*footer styles*/

.footer-sec{
	position:relative;
	font-size:14px;
	background: #fff;
	color:#333;
	}


.footerTopStrip {
    background: url(../images/footer-strip-bg.svg) repeat;
    padding: 15px 0;
}

.footerTopStrip .title{
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	line-height: 1.3;
}

.footerTopStrip .title span{
	font-size: 24px;
	font-weight: 700;
}


.footerTopStrip .title a{
	color: #fff;
}


.footer-sec .footer-top{
	position:relative;
	}

.footer-sec .footer-logo {
    position: relative;
    margin: 0 0 30px 0;
}

.footer-sec .footer-logo img{
	width: 200px;
}



.footer-sec .footer-widgets{
	position:relative;
	padding:60px 0 20px 0;
	}

.footer-sec .footer-column{
	position:relative;
	margin:0 0 30px 0;	
	}
	
.footer-sec .footer-column h5{
	font-size:14px;
	margin:0 0 15px 0;
	font-weight:600;
	color:#333;
	padding:0;
	}


	
.footer-sec .footer-column .links{
	margin:0;
	padding:0;
	}
	.footer-sec .footer-column .links li{
	margin:0;
	padding:7px 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:#333;
	}
	.footer-sec .footer-column a:hover{
	color:#E50019;
	}

.footer-sec .footer-column .txt{
	position:relative;
	margin:0 0 15px 0;
	}

	

	


.footer-sec .social-icon{
  display: -ms-flexbox ;
  display: flex ;
	}
	
.footer-sec .social-icon a{
    display: block;
	margin-left:25px;    
}

.footer-sec .social-icon a:first-child{
    margin-left: 0;
}

.footer-sec .social-icon .iconstyle{
	font-size:18px;
	color:#666;
	-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:#E50019;
	}


	
.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;
	color: #fff;
	padding: 15px 0;

	background: rgb(0,210,159);
background: linear-gradient(90deg, rgba(0,210,159,1) 0%, rgba(0,160,196,1) 25%, rgba(78,88,170,1) 52%, rgba(196,10,107,1) 74%, rgba(212,184,4,1) 100%);

}

.footer-sec .copyright{	
	text-align: left;
	margin: 0;
	}


.footer-sec .design{
	font-size:12px;
	color: #c9c9c9;
	text-align: right;
	}

.footer-sec .design a{
	color: #c9c9c9;
	}
.footer-sec .design a:hover{
	color: #fff;
	}




.side-bar-contact {
	position: fixed;
	bottom: 5%;
	right:10px;
	z-index: 100;
}

.side-bar-contact .iconstyle{
	font-size:30px;
	color:#fff;
	background: #25d366;
	width: 52px;
	height: 52px;
	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);
	}
	



/*sub-banner styles*/


.sub-banner-sec{
	position:relative;
	height:400px;
	margin:0;
	}


.align-center{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}



@media (max-width: 1200px){
	
.sub-banner-sec{
	height:350px;
	}

}



@media (max-width: 992px){
	
.sub-banner-sec{
	height:300px;
	}

	
}


@media (max-width: 768px){
	
.sub-banner-sec{
	height:250px;
	}	

}


@media (max-width: 576px){
	
.sub-banner-sec{
	height:180px;
	}
	
}



		
.bg-about {
	background:#e0e0e0 url(../images/banner-about.jpg) center;
	background-size: cover;
	}



.bg-products {
	background:#e0e0e0 url(../images/banner-products.jpg) center;
	background-size: cover;
	}


.bg-service {
	background:#e0e0e0 url(../images/banner-service.jpg) center;
	background-size: cover;
	}

.bg-inspirations {
	background:#e0e0e0 url(../images/banner-inspirations.jpg) center;
	background-size: cover;
	}

.bg-trends {
	background:#e0e0e0 url(../images/banner-trends.jpg) center;
	background-size: cover;
	}

.bg-painting-tips {
	background:#e0e0e0 url(../images/banner-painting-tips.jpg) center;
	background-size: cover;
	}



.bg-faqs{
	background:#e0e0e0 url(../images/banner-faqs.jpg) center;
	background-size: cover;
	}

.bg-photo-gallery  {
	background:#e0e0e0 url(../images/banner-photo-gallery.jpg) center;
	background-size: cover;
	}

.bg-video-gallery {
	background:#e0e0e0 url(../images/banner-video-gallery.jpg) center;
	background-size: cover;
	}

.bg-quality-policy {
	background:#e0e0e0 url(../images/banner-quality-policy.jpg) right;
	background-size: cover;
	}

.bg-privacy-policy {
	background:#e0e0e0 url(../images/banner-privacy-policy.jpg) right;
	background-size: cover;
	}

.bg-terms-conditions {
	background:#e0e0e0 url(../images/banner-terms-conditions.jpg) center;
	background-size: cover;
	}

.bg-contact {
	background:#e0e0e0 url(../images/banner-contact.jpg) center;
	background-size: cover;
	}





.subHeading{
	position:relative;
	margin: 0 0 50px 0;
	}


.subHeading h1{
	position:relative;
	font-size:36px;
	font-weight:400;
	color: #333;
	line-height: 1.3;
	letter-spacing: -1px;
	padding:0;
	margin: 0;
	}

.subHeading h1:after {
    background: url(../images/title-border.svg) no-repeat;
    bottom: -15px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    width: 32px;
    right: 0;
    margin: 0;
}







/*CommonSec styles*/

.CommonSec{
	position: relative;
	padding: 100px 0;
}


.CommonSec h5{
	position: relative;
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 10px 0;
}


.CommonSec .desc{
	margin: 0 0 20px 0;
}





.trends-sec{
	position: relative;
	padding: 100px 0;
}


.inspirations-sec{
	position: relative;
	padding: 100px 0;
}




.tips-sec{
	position: relative;
	padding: 80px 0;
}


.tips-sec.bgLight {
  background: #eaf3f6;
}



.tips-sec .boxRow{
	position: relative;
	margin: 0;
}

.tips-sec .imageBox{
	position: relative;	
}

.tips-sec .imageBox img{
	width: 100%;
}


.tips-sec .contentBox{
	position: relative;
}

.tips-sec .contentBox h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.tips-sec .contentBox .desc{
	margin: 0 0 30px 0;
}

.tips-sec .contentBox.pdLeft{
	padding-left: 20px;
}

.tips-sec .contentBox.pdRight{
	padding-right: 20px;
}









/*about-sec styles*/	

.about-sec{
	position: relative;
	padding: 80px 0;
	z-index: 1;	
}


.about-sec:after {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size:contain;;
    background-repeat: no-repeat;
    background-position: bottom left;
    opacity: .2;
    content: "";
    background-image: url(../images/bg-about.jpg);
    z-index: -1;
}



.about-sec .boxRow{
	position: relative;
	margin: 0;
}

.about-sec .imageBox{
	position: relative;	
}

.about-sec .imageBox img{
	width: 100%;
}


.about-sec .contentBox{
	position: relative;
}

.about-sec .contentBox .descBig{
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 30px 0;
}

.about-sec .contentBox .desc{
	margin: 0 0 30px 0;
}

.about-sec .contentBox.pdLeft{
	padding-left: 20px;
}

.about-sec .contentBox.pdRight{
	padding-right: 20px;
}



/*about-secTwo styles*/	

.about-secTwo{
	position: relative;
	padding: 80px 0;
}


.about-secTwo .boxRow{
	position: relative;
	margin: 0;
}

.about-secTwo .imageBox{
	position: relative;	
}

.about-secTwo .imageBox img{
	width: 100%;
}


.about-secTwo .contentBox{
	position: relative;
}

.about-secTwo .contentBox .desc{
	margin: 0 0 30px 0;
}

.about-secTwo .contentBox.pdLeft{
	padding-left: 20px;
}

.about-secTwo .contentBox.pdRight{
	padding-right: 20px;
}




/*mission-sec styles*/	

.mission-sec{
	position: relative;
	padding: 80px 0 50px;
	background: #386874;
}


.mission-sec .BoxItem{
	position:relative;	
	height: calc(100% - 30px);
	margin: 0 0 30px 0;
	padding: 40px 30px;
	text-align: center;
	color: #fff;
	}

.mission-sec .BoxItem.bgOne{
	background: #108aaf;
	}

.mission-sec .BoxItem.bgTwo{
	background: #e7885e;
	}

.mission-sec .BoxItem.bgThree{
	background: #59b248;
	}


.mission-sec .BoxItem .icon{
	position: relative;
	margin: 0 0 20px 0;
	}

.mission-sec .BoxItem .icon img{ 
	display: inline-block;
	width: 80px;
	height: 80px
	}


.mission-sec .BoxItem .desc{
	margin: 0;
}


.mission-sec .BoxItem h2{
	font-weight: 600;
	font-size: 24px;
	margin:0 0 15px 0;
}

.mission-sec .BoxItem h2 span{
	font-weight: 400;
}





/*proListing-sec styles*/	


.proListing-sec{
	position: relative;
	padding: 100px 0 60px;
}



/*products-sec styles*/	


.products-sec{
	position: relative;
	padding: 100px 0;
}


.products-sec .desc{
	margin: 0 0 30px 0;
}

.products-sec .otherBoxRow{
	position: relative;
}


.otherProBox{
	position:relative;
	text-align: center;	
	margin-bottom: 30px;
	}


.otherProBox .otherProItem{
	position: relative;
	margin: 0 0 10px 0;
}


.otherProBox .otherProItem img{
	border: 1px solid #e3e3e3;
}

.otherProBox .title {
    position: relative;
	font-size: 15px;
    font-weight: 600;
    margin: 0;
}







.pro-box{
	position:relative;
	height: calc(100% - 30px);
	text-align: center;
	padding: 20px;
	margin-bottom:30px;
	border-radius: 3px;
	border:1px solid #dbdbdb;
	transition: all 0.6s ease 0s;
	}


.pro-box:hover{
	border:1px solid #f24f4f;
	}


	
.pro-box .pro-image-box{
	position: relative;
	overflow: hidden;
	margin: 0 0 10px 0;
	}
	
	.pro-box .pro-image-box img{
	 width: 160px;
	 display: inline-block;
	-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 .pro-title{
		font-weight: 700;
		font-size:15px;
		line-height: 1.3;
		margin: 0 0 15px 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 {
    position: relative;    
    color: #000;
    padding: 8px 15px;
    border: 1px solid #f24f4f;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    	-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: #f24f4f;
		color:#fff;
		}






/*pro-single-sec styles*/


.pro-single-sec{
	position: relative;
	padding: 100px 0 80px;
}



.proDetailBox{
	position: relative;
	margin: 0;
}


.pro-imageBox{
	position: relative;
	margin: 0 0 20px 0;
	border: 1px solid #dbdbdb;
	text-align: center;
}

.pro-imageBox img{
	display: inline-block;
}



.pro-contentBox{
	position: relative;
	padding: 0 0 0 20px;
	margin: 0;
}

.pro-contentBox .pro-heading{
	position: relative;
	font-weight: 600;
	font-size: 30px;
	color: #333;
	line-height: 1.3;
	margin: 0 0 20px 0;
}

.pro-contentBox .pro-desc{
	margin: 0 0 40px 0;
}

.pro-single-sec .txtBold{
	font-weight: 600;
}


.priceFlexBox{
	position: relative;
	display: -ms-flexbox ;
	display: flex ;
}



.priceWrapper{
	position: relative;
	margin: 0 0 40px 0;
	padding-right: 60px;
}

.pricetxt{
	font-size: 18px;
	font-weight: 600;
	color: #e77500;
	margin: 0 0 10px 0;
}


.ProItemType{
	font-size: 16px;	
	font-weight: 600;
	margin: 0 0 5px 0;
}

.priceWrapper .price{
	font-size: 34px;
	font-weight: 600;
	line-height: 1.2;
	color: #3164c1;
	margin: 0 0 5px 0;
}


.priceWrapper .price span{
	margin-right: 5px;
}


.priceWrapper .txt{
	font-size: 16px;
	font-weight: 600;
}



.btn-WhatsappEnq {
    position: relative;    
    color: #fff !important;
    padding: 12px 20px;
    background: #00c343;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    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-WhatsappEnq:hover{
		background:#128c7e;
		}



.btn-WhatsappEnq .iconstyle {
    font-size:24px;
    color: #fff;
    margin-right: 10px;
}





.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: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c39600;
    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: 10px;
}
	
	
.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-size:16px;
	font-weight:600;
	background-color: transparent;
	color:#333;
	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 #f16d3c;
	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 #f16d3c;
    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: #1f3d9c;
}



.horizontal-tab .nav-pills .nav-link.active{
	color: #2c1bb5;
	}

.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:13px;
	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{
	display: none;
	position: relative;
	background: #f8f8f8;
	padding: 20px 0;
}


.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: 0 0 80px;
	text-align: center;
}



.similar-items-sec h3{
	position: relative;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 30px 0;
}


.similar-items-sec .similar-pro-slide{
	position: relative;
}



.similar-items-sec .owl-carousel .owl-item img{
	width: 160px;
	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:#002581;
	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 #1b96c5;
	}



@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;
	}
	
	
}






/*serviceSec styles*/	


.serviceSec{
	position: relative;
	padding: 100px 0;
}

.servBlock .contentBox.bgLight{
	background: #c1efef;
}



/*faqs-sec styles*/	


.faqs-sec{
	position: relative;
	padding: 100px 0;
}



.box-accordion{
	position: relative;	
}

.box-accordion .card{
	background:none;
	border:0;
	border-radius: 0;
	margin:0 0 10px 0;
	border-bottom: 1px solid #d0d0d0;
	}

.box-accordion .card-header {
	color: #333;
    border-bottom: 0;
    padding: 0;
	background:none;
}

.box-accordion .card-header a{color: #333;}

.box-accordion .card-header h6{
	font-weight:600;
	font-size:16px;
	padding:20px 0 ;
}



.box-accordion .card-body{
	padding:0 0 20px 0;
	}

.box-accordion .card-body p{
	}

.box-accordion .card-body p span{font-weight: 600;}


.box-accordion .card-body .list-item{
	list-style: disc;
	padding: 0;
	margin: 0 0 0 20px;	
}

.box-accordion .card-body .list-item li{
	padding: 5px 0;
	margin: 0;	
}
	
.box-accordion .card-header .fa-angle-up {
    float: right;
	transform: rotate(180deg);
}

.box-accordion .card-header .collapsed .fa {
  transform: rotate(180deg);
}





/*gallery-sec styles*/	

.gallery-sec{
	position: relative;
	padding: 100px 0;
}

.glr-single-row{
	position: relative;
}

.glr-single-row .row {
  margin-right: -10px;
  margin-left: -10px;
  }

.glr-single-row .row > .col,
.glr-single-row .row > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
  }



.glrBox{
	position:relative;
	text-align: center;	
	margin-bottom: 30px;
	}


.glr-item{
	position: relative;
	overflow: hidden;
	margin: 0;
}

.glr-item img{
	 width: 100%; 
	 height: 200px;
	 object-fit: cover; 
  -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;
    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{
	font-size: 15px;
	font-weight: 500;
}







/*contact styles*/

.contact-sec{
	position:relative;
	padding:100px 0;
	}


.contact-sec.bgLight{
	padding:60px 0 40px;
	background: #eaf3f6;
	text-align: center;
}



.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: 16px;
	font-weight: 600;
	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: 15px;
}

	.contact-sec .contactBox .icon{
	position:relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 4px 15px 0 0;
	}

	.contact-sec .contactBox .icon .iconstyle{
	font-size:15px;
	color:#52afd1;
	}




.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:7px 30px;
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: 43px;
	height:43px;
	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:20px 30px;
	border: 1px solid #d1d1d1;
	margin: 0;
	}

.contact-form .title{
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 10px 0;
	}

.contact-form .txt{
	margin: 0 0 20px 0;
	}



.contact-form .form-group{
	margin-bottom:20px;
	}
	
.contact-form .form-control{
	padding: 0 0 10px 0;
    font-size: 15px;
    color: #333;
    background: none;
    border: 0px;
    border-bottom: 1px solid #d0d0d0;
    border-radius: 0;
    box-shadow: none;
    height: auto;
	}

.contact-form .form-control:focus {
	background:none;
	border:0px;
	border-bottom:1px solid #666;;
    }

.contact-form ::-webkit-input-placeholder { /* Chrome */
  color: #333;
}

.contact-form :-ms-input-placeholder { /* IE 10+ */
  color: #333;
}

.contact-form form ::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  opacity: 1;
}

.contact-form form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #333;
  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-bottom: 1px solid #d0d0d0;
  -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{
	position:relative;	
	color:#fff;
	font-weight:500;
	font-size:13px;
	text-transform:uppercase;	
	border-radius:3px;
	padding:12px 30px;
	margin:0;

	background:#2476a7;
	}

	.contact-form .btn-submit:hover{
		background:#e3c972;
		color:#000;
		}






.contact-form .form-row{
margin-right: -8px;
margin-left: -8px;
}
	
.contact-form .form-row > .col, 
.contact-form .form-row > [class*="col-"]{
padding-right: 8px;
padding-left: 8px;
}



.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;
}

.locationmap{
	position:relative;
	height:250px;
	background:#efeeec;
	}	
.locationmap iframe{
	height:250px;
	}



.locationmapFactory{
	position:relative;
	background:#fff;
	padding: 10px;
	border: 1px solid #d1d1d1;
	margin: 0 0 10px 0;
	}	
.locationmapFactory iframe{
	height:250px;
	}




/* 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: 10px;
  right: 10px;
  -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: 10px;
    bottom: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 30px;
    width: 30px;
    right: 20px;
    bottom: 20px;
  }
}







.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; }






