
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

@import url("font-awesome.min.css");
@import url("icons.css");
@import url("animate.css");

body{
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size:16px;
color: #000;
line-height:1.5;	
}

h1, h2, h3, h4, h5, h6{
	
	line-height:1.2;
	margin:0;
	padding:0;
	}

button, a{
color: #000;
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: #003A82;
text-decoration:none;
}


.btn{	
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	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;
}


ol, ul {
   list-style: 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;
	}


.containerWrap{
	position: relative;
}



.side-title{
position: fixed;
z-index: 1000;
    top: 50%;
    right: -100px;
    background: #00B1F3;
	padding: 10px 30px;
	color:#fff;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
	
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
	transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	
-webkit-box-shadow: -3px -3px 3px 0px rgba(0,0,0,0.3);
-moz-box-shadow: -3px -3px 3px 0px rgba(0,0,0,0.3);
box-shadow: -3px -3px 3px 0px rgba(0,0,0,0.3);
}

.side-title span{
	font-size: 30px;
	font-weight: 700;
	display: block;
}

.side-title a{
	color:#fff;
}

.side-title:hover{
	background: #00216d;
	color:#fff;
}






.btnQuickEnq{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #333;
	padding: 8px 15px;	
	border: 2px solid #FE7A89;
	margin: 0 15px;
}


@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;
}	
	
}



.popup-ad{
	
}

.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;
}

}


.modal-body{
	padding: 30px 20px;
}

.modal-content{
	border-radius: 0;
}

.modal-header {
    padding: 14px 20px;
    background: #003A82;
	border-radius: 0;
}

.modal-title{
	font-size:16px;
	font-weight: 600;
	color: #ffff;
}

.close{
	color: #fff;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #fff;

}





.enquiryModal .modal-backdrop{
	z-index:-1;
	}
	
.enquiryModal .modal-backdrop.show {
  opacity:0;
}

.modal.left .modal-dialog {
	position: fixed;
	margin: auto;
	width: 80%;
	max-width: 650px;
	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: -650px;
	-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: #0072B7;
	color:#fff;
	border:0;
	border-radius:0;
	padding:8px 20px 8px 15px;
	}
	
.enquiryModal .modal-title{
	font-size:15px;
	font-weight: 500;
	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:15px;
	}
	
.enq-box .form-control{
	padding:10px;
	border:1px solid #bdbdbd;
	border-radius:0;
	background:#ffffff;
	color:#000;
	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: #000;
}

.enq-box :-ms-input-placeholder { /* IE 10+ */
  color: #000;
}

.enq-box form ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 1;
}

.enq-box form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #000;
  opacity: 1;
}


.enq-box .btn-submit{
	padding:16px 20px;
	background: #E71A31;
	color:#fff;
	border: 0;
	font-size:15px;	
	font-weight:500;
	border-radius:3px;
	line-height: 1;
	margin:10px 0 0 0;
	}
	
	.enq-box .btn-submit:hover{
		background: #003A82;
		color:#fff;
	}




.enq-box .CaptchaBox{
	display: -ms-flexbox ;
	display: flex;
  -ms-flex-align: center;
  align-items: center;
}



.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: #555;
border: 1px dashed #888;
background:#F0F1F2;
padding:7px 15px;
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: #bbb;
	color:#fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}





.enq-box .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  line-height: 1.5;

padding: 7px 10px;
    color: #333;
	font-size: 15px;
    background: none;
    border: 0px;
    border: 1px solid #bdbdbd;
    border-radius: 0;
    height: auto;

}

.enq-box .custom-file-label::after {
height: auto;
}



	

@media (max-width: 991px){
	
.enq-box .form-control{
	padding:8px 10px 7px;
	font-size: 13px;
	}
	
.enq-box .btn-submit {
    font-size: 12px;
	padding: 12px 20px;
}
	
.enq-box .CaptchaBox .CaptchaText{
	font-size: 16px;	
}
	
.enq-box .CaptchaBox .CaptchaReload .iconstyle {
	font-size: 16px;
	width: 35px;
	height:35px;
	
}
	
	
	
.enq-box .custom-file-label {
padding: 7px 10px;
	font-size: 13px;    

}
	
	

	

}


@media (max-width: 575px){

.enq-box .CaptchaBox{
	display: block;
}
	

}


.container {
  max-width: 1250px;
}



	
	
/*container styles*/



.main-header{
	position:relative;
	}



header {
position: fixed;
width: 100%; 
top: 0;
right: 0;
left: 0;
z-index: 1030;
	transition: .6s all;
	-moz-transition: .6s all;
	-webkit-transition: .6s all;
	-o-transition: .6s all;
}


 
 
header.sticky{
padding:0;
}


header.sticky .main-header{
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);

}




.main-header .TopSearchBox{
	position: relative;	
}


.main-header .TopSearch{
	position: relative;
	margin-left: 35px;
	display: -ms-flexbox ;
	display: flex ;
	-ms-flex-pack: justify ;
	justify-content: space-between ;
    height: 44px;
    color: #fff;
    padding: 10px 20px 10px 10px;
	border-radius: 30px;
	border: 1px solid #fff;
}


header.sticky .main-header .TopSearch{
    height: 30px;
    padding: 5px 20px 5px 10px;
}




@media (max-width: 1200px){

.main-header .TopSearch{
	display: none;
}	
	
}


.main-header .TopSearch .search-input{
	color: #fff;
    border:0;
    outline: 0;
    background: none;
    width: 0;
    line-height: 1;
    padding: 0 10px;
    min-width: 300px;
	caret-color: #fff;
    font-size: 18px;
	font-weight: 400;
    transition: width 0.4s linear;
}


header.sticky .TopSearch .search-input{	
    font-size: 14px;
}




@media (max-width: 1679px) {

.main-header .TopSearch{
	margin-left: 20px;	
}
	
	
.main-header .TopSearch .search-input{
    min-width: 200px;	
	font-size: 16px;
}
	
header.sticky .TopSearch .search-input{	
    font-size: 14px;
}
	
	

}



.main-header .search-icon{
    height: 22px;
    width: 22px;
	font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
	background: none;
	border: none;

}

header.sticky .main-header .search-icon{
    height: 22px;
    width: 22px;
	font-size: 14px;
}



@media (max-width: 1679px) {
	

.main-header .search-icon{
    height: 22px;
    width: 22px;
	font-size: 18px;
}

header.sticky .main-header .search-icon{
    height: 22px;
    width: 22px;
	font-size: 14px;

}	
	
	
}





.main-header .TopSearchBox ::-webkit-input-placeholder { /* Chrome */
  color: #fff;
}

.main-header .TopSearchBox :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}

.main-header .TopSearchBox form ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}

.main-header .TopSearchBox form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #fff;
  opacity: 1;
}



.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: 60px;
    padding-left: 60px;
}
	
}



@media (max-width: 991px) {
.main-header .headSocialIcons{
	display: none;

	}
}




.hamburger_menu .menu_TopSearch{
	display: block;
	width:100%;
	float: left;
	padding: 20px 15px;
}



.hamburger_menu .TopSearchBox{
	position: relative;	
}




.hamburger_menu .TopSearch{
	position: relative;
	display: -ms-flexbox ;
	display: flex ;
	-ms-flex-pack: justify ;
	justify-content: space-between ;
    margin-left: 0;
    height: 36px;
    color: #333;
    padding: 5px 10px 5px 15px;
    border-radius: 30px;
    border: 1px solid #4B88C8;
}




.hamburger_menu .TopSearch .search-input{
	color: #333;
    border:0;
    outline: 0;
    background: none;
    width: 0;
    line-height: 1;
    padding: 0 5px 0 0;
    min-width: 90%;
	caret-color: #333;
    font-size: 13px;
	font-weight: 400;
    transition: width 0.4s linear;
}




.hamburger_menu .search-icon{
    height: 22px;
    width: 22px;
	font-size: 16px;   
    color: #003A82;
}




.hamburger_menu .TopSearchBox ::-webkit-input-placeholder { /* Chrome */
  color: #333;
}

.hamburger_menu .TopSearchBox :-ms-input-placeholder { /* IE 10+ */
  color: #333;
}

.hamburger_menu .TopSearchBox form ::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  opacity: 1;
}

.hamburger_menu .TopSearchBox form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #333;
  opacity: 1;
}








/*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*/

.sliderSec{
position:relative;
padding:90px 0 0 0;
}

.hm-mainslider-sec{
position:relative;
background: #e4e4e4;
}


.hm-mainslider-sec .overlayBottom{
	position: absolute;
    right: 0;
    left: 0;
	bottom: -1px;
	z-index: 2;
}

.hm-mainslider-sec .overlayBottom img {
    width: 100%;
    height: auto;
    display: block;
}




.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;
}

.slider-image{
	position: relative;
}







.slider-captionWrap {
position: absolute;
    top: 0;
    bottom: 60px;
    right: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
  -ms-flex-align: end ;
  align-items: flex-end ;
    z-index: 1;
}


.slider-caption {
    z-index: 1;
    color: #fff;
    padding: 0;
    max-width: 100%;
}


.slider-caption h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 20px 0;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}




.slider-caption .slider-txt{
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 15px 0;
}



.slider-caption .btn-slide{
padding:12px 20px;
	background-image: linear-gradient(to right, #0083C3 0%, #32B5F5  51%, #32B5F5  100%);
	background-size: 200% auto;
	color:#fff;
	font-size:12px;
	font-weight:500;
	border-radius:3px;
	border:0;
	line-height: 1;
    -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-position: right center;
		color:#fff;
		}



.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;
}


.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: -30px ;
}



.hm-mainslider-sec .owl-dots {
    position: absolute;
    bottom: -30px;
	right: 0;
	left: 0;
}




.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
    width: 12px;
	height: 12px;
    background: 0 0;
	border: 2px solid #888;
    position: relative;
    padding: 0;
    cursor: pointer;
	margin: 0 8px;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot.active span {
    background-color: #E71A31;
	border: 2px solid #E71A31;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #E71A31;
	border: 2px solid #E71A31;
}






.hm-mainslider-sec .owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    padding:0;
    background: 0 0;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
}

.hm-mainslider-sec .owl-theme .owl-nav [class*=owl-]:hover {
  background: 0 0;
    color: #fff;
    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: 30px;
}

    .hm-mainslider-sec .owl-prev {
        right: 60px;
    }

    .hm-mainslider-sec .owl-next {
        right: 30px;
    }		
	

.hm-mainslider-sec .owl-theme .owl-nav {
    margin: 0;
}





@media (min-width: 576px){


.slider-caption {
	max-width: 90%;
}
	
.slider-caption h1{
	font-size: 22px;
	margin: 0 0 15px 0;	
}



.hm-mainslider-sec .owl-theme .owl-nav [class*=owl-] {
        font-size: 20px;
    }

    .hm-mainslider-sec .owl-next,
    .hm-mainslider-sec .owl-prev {
        bottom: 30px;
    }

    .hm-mainslider-sec .owl-prev {
        right: 80px;
    }

    .hm-mainslider-sec .owl-next {
        right: 50px;
    }		
	

	
}



@media (min-width: 768px){


.slider-caption {
  max-width: 450px;
}
		
	
.slider-caption h1{
	font-size: 26px;
	margin: 0 0 15px 0;	
}
	

.hm-mainslider-sec .owl-dots {
    bottom: -40px;
}	
	
.hm-mainslider-sec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: -30px ;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
    width: 14px;
	height: 14px;	
}



.hm-mainslider-sec .owl-theme .owl-nav [class*=owl-] {
        font-size: 24px;
    }

    .hm-mainslider-sec .owl-next,
    .hm-mainslider-sec .owl-prev {
        bottom: 50px;
    }

    .hm-mainslider-sec .owl-prev {
        right: 90px;
    }

    .hm-mainslider-sec .owl-next {
        right: 50px;
    }		
	
	
	
	
	
}


@media (min-width: 992px){

	
	
.slider-caption {
	max-width: 600px;
}
	
.slider-caption h1{
	font-size: 40px;
	margin: 0 0 30px 0;	
}

	
.slider-caption .slider-txt{
	font-size: 16px;
	margin: 0 0 30px 0;
}	

.slider-caption .btn-slide{
	padding:15px 20px;
	font-size:14px;
	}


	


.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
    width: 14px;
	height: 14px;
}

	
	
.hm-mainslider-sec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: -40px ;
}



.hm-mainslider-sec .owl-theme .owl-nav [class*=owl-] {
        font-size: 30px;
    }

    .hm-mainslider-sec .owl-next,
    .hm-mainslider-sec .owl-prev {
        bottom: 50px;
    }

    .hm-mainslider-sec .owl-prev {
        right: 130px;
    }

    .hm-mainslider-sec .owl-next {
        right: 80px;
    }	
	


	
	
}



@media (min-width: 1200px){


	
.slider-caption {
	max-width: 650px;
}
	
.slider-caption h1{
	font-size: 44px;
	margin: 0 0 30px 0;	
}

	
.slider-caption .slider-txt{
	font-size: 16px;
	margin: 0 0 30px 0;
}	

.slider-caption .btn-slide{
	padding:20px 30px;
	font-size:16px;
	}


	
.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
    width: 14px;
	height: 14px;
}


.hm-mainslider-sec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: -50px ;
}



.hm-mainslider-sec .owl-theme .owl-nav [class*=owl-] {
        font-size: 30px;
    }

    .hm-mainslider-sec .owl-next,
    .hm-mainslider-sec .owl-prev {
        bottom: 100px;
    }

    .hm-mainslider-sec .owl-prev {
        right: 200px;
    }

    .hm-mainslider-sec .owl-next {
        right: 150px;
    }



	
}




@media (min-width: 1680px){
	

	
.slider-caption {
	max-width: 650px;
}
	
.slider-caption h1{
	font-size: 54px;
	margin: 0 0 30px 0;	
}

	
.slider-caption .slider-txt{
	font-size: 18px;
	margin: 0 0 30px 0;
}	



.hm-mainslider-sec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: -70px ;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
    width: 18px;
	height: 18px;
}




}



@media (max-width: 1679px) {


}


@media (max-width: 1366px) {

.sliderSec{
	padding: 85px 0 0 0;
}
	
}





@media (max-width: 1199px) {


	

}


@media (max-width: 991px) {

.sliderSec{
	padding: 65px 0 0 0;
}

}



@media (max-width: 767px) {

.sliderSec{
	padding: 57px 0 0 0;
}

}



@media (max-width: 575px) {



.slider-caption .slider-txt{
	display: none;
}

	
.slider-image img{
/*! height: 350px; */
/*! object-fit: cover; */
/*! object-position: center bottom; */
}
	
	
}



@media (max-width: 480px) {



}












/*section-header styles*/	

.headingWrapper{
	position: relative;
	width: 100%;
	margin: 0 0 30px 0;
	display: -ms-flexbox ;
	display: flex ;
  -ms-flex-align: end ;
  align-items: flex-end ;
	-ms-flex-pack: justify;
	justify-content: space-between;	
}

.sec-header{
	position:relative;
	margin: 0 0 25px 0;
	}


.sec-header h1{
	position:relative;
	font-size:40px;
	font-weight:600;
	letter-spacing: -1px;
	color: #003A82;
	padding:0;
	margin: 0;
	}

.sec-header h5{
	position:relative;
	font-size:22px;
	font-weight:600;
	color:#003A82;
	padding:0;
	margin: 0;	
	}




.sec-header h1.hdr-white,
.sec-header h5.hdr-white{
	color: #fff;	
}





.btn-more{
	padding:14px 25px;
	background: #E71A31;
	color:#fff;
	border: 0;
	font-size:15px;	
	font-weight:500;
	border-radius:5px;
	line-height: 1;
	}
	
	.btn-more:hover{
		background: #003A82;
		color:#fff;
		}




.btnView{
	position: relative;
	padding:7px 20px;
	border: 1px solid #E71A31;
	font-weight: 500;
	font-size: 15px;
	border-radius:5px;
	color: #E71A31;
	display: inline-block;
}

.btnView:hover{
	background: #E71A31;
	color:#fff;	
	}

.btnView .iconstyle{
	font-size: 10px;
	color: #E71A31;
	margin-left: 8px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btnView:hover .iconstyle{
	color: #fff;
}





.btnView.Light{
	border: 0;
	background: #003A82;
	color: #fff;
}

.btnView.Light:hover{
	background: #E71A31;
	color: #fff;
}

.btnView.Light .iconstyle{
	color: #fff;
}


.mBottom{
	margin-bottom: 40px;
}


.txtBold{
	font-weight: 700;
}

.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: #E71A31;
    position: absolute;
    left: 0;
    top: 12px;
}

.FlexList{
	display: -ms-flexbox;
	display: flex;
}

.FlexList ul{
	padding:0 20px 0 0;
	flex-basis: 33.33%;
}






.al-ItemCenter {
-ms-flex-align: center ;
 align-items: center ;
}

.al-center {
    -ms-flex-item-align: center;
    align-self: center;
}


.justifyCenter{
	 -ms-flex-pack: center;
    justify-content: center
}



.h100-alCenter{
	height: 100% !important;
	display: -ms-flexbox ;
	display: flex ;
  -ms-flex-align: center ;
  align-items: center ;
}



.BoxShadow{
	z-index: 1;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}



.container-100 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}






.logoBoxBg{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.logoBoxBg img{
	height: 94px ;
	display: inline-block;

	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; 
}


header.sticky .logoBoxBg img{
	height: 56px ;
}





@media (max-width: 1679px){
	

}




@media (max-width: 1366px) {

.logoBoxBg{
	left: -25px;
}
	
	
.logoBoxBg img{
	height: 86px ;	
}

header.sticky .logoBoxBg img{
	height: 56px ;
}


}



@media (max-width: 1199px) {

	

}






@media (max-width: 991px) {


.logoBoxBg img{
	height: 66px ;
}

header.sticky .logoBoxBg img{
	height: 46px ;
}

}



@media (max-width: 767px) {

.logoBoxBg{
	left: -50px;
}
	

.logoBoxBg img{
	height: 58px ;	
}

header.sticky .logoBoxBg img{
	height: 46px ;
}


}


@media (max-width: 575px) {


}



@media (max-width: 480px) {




}






.logo-bg{
	position: relative;
	margin: 0;
	margin-left: auto;
	margin-top: -15px;
}

.logo-bg img{
display: inline-block;
width: 55px;

	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; 
}




header.sticky .logo-bg{
	margin-top: -25px;
}


header.sticky .logo-bg img{
	width: 50px ;
}



@media (max-width: 1366px) {

.logo-bg{
	margin-top: 0;
}	

}


@media (max-width: 1199px) {

.logo-bg{
	margin-top: 0;
}	

.logo-bg img{
	width: 50px;
}

header.sticky .logo-bg{
	margin-top: 0;
}


header.sticky .logo-bg img{
	width: 45px ;
}


}



@media (max-width: 991px) {

.logo-bg{
	margin-top: 0;
}	

.logo-bg img{
	width: 50px;
}

header.sticky .logo-bg{
	margin-top: 0;
}


header.sticky .logo-bg img{
	width: 45px ;
}


}



@media (max-width: 767px) {

	
.logo-bg{
	margin-top: 0;
}	

.logo-bg img{
	width: 50px;
}

header.sticky .logo-bg{
	margin-top: 0;
}


header.sticky .logo-bg img{
	width: 45px ;
}


}



@media (max-width: 575px) {

	
.logo-bg{
	margin-top: 0;
}	

.logo-bg img{
	width: 44px;
}

header.sticky .logo-bg{
	margin-top: 0;
}


header.sticky .logo-bg img{
	width: 40px ;
}


}








.btnWhatsapp {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 18px;

	position: relative;
	margin: 0 0 0 15px;
padding:8px 18px 8px 12px;
	background: #00c343;
	color:#fff;

	text-transform: uppercase;
	border-radius:3px;
	border: 0;
  display: -ms-inline-flexbox ;
  display: inline-flex ;
  -ms-flex-align: center ;
  align-items: center ;
	line-height: 1;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;



}

.btnWhatsapp:hover{
		background:#128c7e;
		color: #fff;
		}



.btnWhatsapp .iconstyle {
    font-size:28px;
    color: #fff;
    margin-right: 10px;
}






.topSection{
	position: relative;
}







.overlayElement {
    display: block;
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 1;
}

.overlayElement img{
	display: inline-block;
	width: 60px;
}








/*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 50px;
    margin: 0 80px 0 0;
}

.TopContact .boxItem a{
	color: #fff;
}


.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: 20px;
	color: #fff;
	margin: 0;	
	}

.TopContact .boxItem .txt span{
	font-weight: 400;
	font-size: 14px;
	display: block;
	}


	
.TopContact .boxItem .iconstyle{
	font-size:30px;
	color: #86ccff;
	}



.hamburger_menu .menu_TopContact{
	width:100%;
	float: left;
	padding: 20px;
}
.hamburger_menu .TopContact .boxItemRow{
	display: block;
	margin: 0;
}

.hamburger_menu .TopContact .boxItem {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 20px 0;
}

.hamburger_menu .TopContact .boxItem .txt{	
	line-height: 1.3;
	font-weight: 600;
	font-size: 16px;
	color: #333;
	margin: 0;	
	}

.hamburger_menu .TopContact .boxItem .txt span{
	font-weight: 500;
	font-size: 14px;
	display: block;
	}


	
.hamburger_menu .TopContact .boxItem .iconstyle{
	font-size:16px;
	color: #003A82;
}



.hamburger_menu .TopContact .boxItem a{
	color: #333;
}





/*comingsoon styles*/

.comingsoonBG {
    position: relative;
	margin: 120px 0 0 0;
	height: 500px;
	background-image: url("../images/bg_website.jpg");
	background-size: cover;
    text-align: center;
    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;
}







/*hm-BrandsSec styles*/	


.hm-BrandsSec{
	position: relative;
	text-align: center;
	padding: 0 0 100px 0;
}



.hm-BrandsSec .desc{
	max-width: 65%;
	margin: auto;	
    margin-bottom: 25px;
}


.Brand-BoxItem{
	position:relative;
	text-align: center;
	margin: 0 0 20px 0;
	}


.Brand-BoxItem .imageBox{
	position: relative;
	}
	







/*hm-topBrands styles*/	


.hm-topBrandsSec{
	position: relative;	
	text-align: center;
	padding:100px 0 70px;
}


.hm-topBrandsSec.AboutPage{
	padding: 100px 70px;
}


.hm-topBrandsSec .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
}



.hm-topBrandsSec .BrandsSlide{
	position: relative;
    width: 94%;
    margin: auto;
}


.hm-topBrandsSec .BrandsItem{
	position:relative;
	}


.hm-topBrandsSec .BrandsItem .imageBox{
	position: relative;
	}
	


.hm-topBrandsSec .BrandsSlide .owl-carousel .owl-item img{
	width:100%;	
}

.hm-topBrandsSec .BrandsSlide .owl-carousel .item{
	overflow:hidden;
	padding: 0;
	}	
	
.hm-topBrandsSec .BrandsSlide .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:10px;
	}


.hm-topBrandsSec .BrandsSlide .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background:#fff;
	width:14px;
	height:14px;
	border-radius: 50%;
	}


	
.hm-topBrandsSec .BrandsSlide .owl-theme .owl-dots .owl-dot.active span,
.hm-topBrandsSec .BrandsSlide .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #E2C58C;
	}



.hm-topBrandsSec .BrandsSlide .owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 10px;
	border: 1px solid #C9C9C9;
    background:none;
	color: #003A82;
	font-size: 16px;
    display: inline-block;
    cursor: pointer;
    border-radius:3px ;
}
    
.hm-topBrandsSec .BrandsSlide .owl-theme .owl-nav [class*='owl-']:hover {
      border: 1px solid #C9C9C9;
      color: #E71A31;
      text-decoration: none;
	  }
	
.hm-topBrandsSec .BrandsSlide .owl-prev,
.hm-topBrandsSec .BrandsSlide .owl-next {
	position: absolute;
	width: 40px;
	height: 40px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	top:50%;
	transform: translateY(-50%);
	}
    
.hm-topBrandsSec .BrandsSlide .owl-prev {left: -60px;}

.hm-topBrandsSec .BrandsSlide .owl-next {right: -60px;}


.hm-topBrandsSec .BrandsSlide .owl-theme .owl-nav{
	margin: 0;
}



.hm-topBrandsSec .BrandsSlide .owl-carousel .owl-stage{display: flex;}

.hm-topBrandsSec .BrandsSlide .tm-items {
    height: 100%;
}






@media (max-width: 991px){

	
.hm-topBrandsSec{
	padding:70px 0 30px;
}
	
.hm-topBrandsSec.AboutPage{
	padding:50px 0 30px;
}	
	

.hm-topBrandsSec .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
}
	
	
.hm-topBrandsSec .BrandsSlide .owl-theme .owl-dots .owl-dot span{
	margin:5px;
	width:10px;
	height:10px;
	}


.hm-topBrandsSec .BrandsSlide .owl-theme .owl-nav [class*='owl-'] {
    padding: 2px;
	font-size: 11px;

}
    

	
.hm-topBrandsSec .BrandsSlide .owl-prev,
.hm-topBrandsSec .BrandsSlide .owl-next {
	width: 22px;
	height: 22px;
	}


.hm-topBrandsSec .BrandsSlide .owl-prev {left: -40px;}

.hm-topBrandsSec .BrandsSlide .owl-next {right: -40px;}
	
	
	
}





/*hm-OfferSec styles*/	


.hm-OfferSec{
	position: relative;
	padding: 0 0 80px 0;
	text-align: center;
}



.hm-OfferSec .OfferSlide{
	position: relative;
	margin: 0;
}


.Offer-BoxItem{
	position:relative;
	text-align: left;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}





.Offer-BoxItem .imageBox{
	position: relative;
	overflow: hidden;
	margin: 0 0 20px 0;
	}
	
	.Offer-BoxItem .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;
}

.Offer-BoxItem:hover .imageBox img{	
	-moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
	transform: scale(1.05);
	}
	
.Offer-BoxItem .contentBox{
	position: relative;
	}


.Offer-BoxItem .contentBox .DflexBox{
	position: relative;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 20px 0;
	}


.Offer-BoxItem .contentBox .Categ{
	color: #888;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 10px 0;
	}

.Offer-BoxItem .contentBox .Brand,
.Offer-BoxItem .contentBox .ProCode{
	color: #666;
	font-size: 16px;
	font-weight: 600;
	}


.Offer-BoxItem .contentBox .divider{
	width: 1px;
	height: auto;
	background: #AAAAAA;
	margin: 0 10px;
	}

	
	.Offer-BoxItem .contentBox h3{
		font-size:24px;
		font-weight:600;
		margin:0 0 15px 0;
	}

	.Offer-BoxItem .contentBox .desc{
		height: 50px;
		overflow: hidden;		
		margin:0 0 15px 0;
	}




.hm-OfferSec .OfferSlide .owl-carousel .owl-item img{
	width:100%;	
}

.hm-OfferSec .OfferSlide .owl-carousel .item{
	overflow:hidden;
	}	
	
.hm-OfferSec .OfferSlide .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:40px;
	}


.hm-OfferSec .OfferSlide .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background:#888;
	width:14px;
	height:14px;
	border-radius: 50%;
	}


	
.hm-OfferSec .OfferSlide .owl-theme .owl-dots .owl-dot.active span,
.hm-OfferSec .OfferSlide .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #E71A31;
	}



.hm-OfferSec .OfferSlide .owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 9px 9px ;
    background:#002581;
    display: inline-block;
    cursor: pointer;
    border-radius:0 ;
}
    
.hm-OfferSec .OfferSlide .owl-theme .owl-nav [class*='owl-']:hover {
      background:#ED3237;
      color: #fff;
      text-decoration: none;
	  }
	
.hm-OfferSec .OfferSlide .owl-prev,
.hm-OfferSec .OfferSlide .owl-next {
	position: absolute;
	width: 34px;
	height: 34px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	top:-60px;
	}
    
.hm-OfferSec .OfferSlide .owl-prev {right: 39px;}

.hm-OfferSec .OfferSlide .owl-next {right: 0;}


.hm-OfferSec .OfferSlide .owl-theme .owl-nav{
	margin: 0;
}









@media (max-width: 991px){

.hm-OfferSec .OfferSlide .owl-theme .owl-dots .owl-dot span{
	margin:5px;
	width:10px;
	height:10px;
	}


.hm-OfferSec .OfferSlide .owl-theme .owl-nav [class*='owl-'] {
    padding: 4px 4px ;
}
    
	
.hm-OfferSec .OfferSlide .owl-prev,
.hm-OfferSec .OfferSlide .owl-next {
	width: 20px;
	height: 20px;
	top:-40px;
	}
    
.hm-OfferSec .OfferSlide .owl-prev {right: 25px;
}


	
}






/*hm-OfferSec styles*/	


.hm-BestSellersSec{
	position: relative;
	padding: 100px 0 60px;
	background: #F1F6FB;
	text-align: center;
}



.hm-BestSellersSec .BestSellersSlide{
	position: relative;
	margin: 0;
}


.Pro-BoxItem{
	position:relative;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	text-align: center;
	background: #fff;
	border: 1px solid #dae1e9;
	border-radius: 10px;		
	padding: 20px 20px 30px 20px;
	
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}



.Pro-BoxItem:hover{
	border: 1px solid #fa5f71;
}

.Pro-BoxItem a{
	color: #000;
}


.Pro-BoxItem:hover .btnView.Light{
	background: #E71A31;
	color:#fff;
}


.Pro-BoxItem:hover .btnView.Light .iconstyle{
	color: #fff;
}









.labelNew {
  position: absolute;
  top: 20px;
  left:20px;
  width: 60px;
  height: 60px;
  font-size: 16px;
  border-radius: 50%;
  background: #C1E7F8;
  color: #003A82;
	font-weight: 600;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.Pro-BoxItem .imageBox{
	position: relative;
	overflow: hidden;
	margin: 0 0 20px 0;
	}
	
	.Pro-BoxItem .imageBox img{
	 width: 100% !important; 
	display:inline-block !important;  
  -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;
}

.Pro-BoxItem:hover .imageBox img{	
	-moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
	transform: scale(1.05);
	}
	
.Pro-BoxItem .contentBox{
	position: relative;
	}





.Pro-BoxItem .contentBox .Categ{
	color: #888;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	}

.Pro-BoxItem .contentBox .Brand{
	color: #003A82;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 10px 0;
	}


	.Pro-BoxItem .contentBox h4{
		font-size:18px;
		font-weight:600;
		margin:0 0 15px 0;
	}


	.Pro-BoxItem:hover .contentBox h4{
		color: #003A82
	}



	.Pro-BoxItem .contentBox .desc{
		height: 50px;
		overflow: hidden;
		margin:0 0 20px 0;
	}




.hm-BestSellersSec .BestSellersSlide .owl-carousel .owl-item img{
	width:100%;	
}

.hm-BestSellersSec .BestSellersSlide .owl-carousel .item{
	width: 100%;
	overflow:hidden;
	padding-top: 0;
	}	
	
.hm-BestSellersSec .BestSellersSlide .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:10px;
	}


.hm-BestSellersSec .BestSellersSlide .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background:#888;
	width:14px;
	height:14px;
	border-radius: 50%;
	}


	
.hm-BestSellersSec .BestSellersSlide .owl-theme .owl-dots .owl-dot.active span,
.hm-BestSellersSec .BestSellersSlide .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #E71A31;
	}



.hm-BestSellersSec .BestSellersSlide .owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 9px 9px ;
    background:#002581;
    display: inline-block;
    cursor: pointer;
    border-radius:0 ;
}
    
.hm-BestSellersSec .BestSellersSlide .owl-theme .owl-nav [class*='owl-']:hover {
      background:#ED3237;
      color: #fff;
      text-decoration: none;
	  }
	
.hm-BestSellersSec .BestSellersSlide .owl-prev,
.hm-BestSellersSec .BestSellersSlide .owl-next {
	position: absolute;
	width: 34px;
	height: 34px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	top:-60px;
	}
    
.hm-BestSellersSec .BestSellersSlide .owl-prev {right: 39px;}

.hm-BestSellersSec .BestSellersSlide .owl-next {right: 0;}


.hm-BestSellersSec .BestSellersSlide .owl-theme .owl-nav{
	margin: 0;
}



.hm-BestSellersSec .BestSellersSlide .owl-carousel .owl-stage{display: flex;}



.hm-BestSellersSec .BestSellersSlide .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}

.hm-BestSellersSec .BestSellersSlide .tm-items {
    height: 100%;
}





@media (max-width: 991px){

.hm-BestSellersSec .BestSellersSlide .owl-theme .owl-dots .owl-dot span{
	margin:5px;
	width:10px;
	height:10px;
	}


.hm-BestSellersSec .BestSellersSlide .owl-theme .owl-nav [class*='owl-'] {
    padding: 4px 4px ;
}
    
	
.hm-BestSellersSec .BestSellersSlide .owl-prev,
.hm-BestSellersSec .BestSellersSlide .owl-next {
	width: 20px;
	height: 20px;
	top:-40px;
	}
    
	
}





/*hm-OfferSec styles*/	


.hm-NewArrivalSec{
	position: relative;
	padding: 100px 0 60px;
	background: #fff;
	text-align: center;
}



.hm-NewArrivalSec .NewArrivalSlide{
	position: relative;
	margin: 0;
}





.hm-NewArrivalSec .NewArrivalSlide .owl-carousel .owl-item img{
	width:100%;	
}

.hm-NewArrivalSec .NewArrivalSlide .owl-carousel .item{
	width: 100%;
	overflow:hidden;
	padding-top: 0;
	}	
	
.hm-NewArrivalSec .NewArrivalSlide .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:10px;
	}


.hm-NewArrivalSec .NewArrivalSlide .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background:#888;
	width:14px;
	height:14px;
	border-radius: 50%;
	}


	
.hm-NewArrivalSec .NewArrivalSlide .owl-theme .owl-dots .owl-dot.active span,
.hm-NewArrivalSec .NewArrivalSlide .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #E71A31;
	}



.hm-NewArrivalSec .NewArrivalSlide .owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 9px 9px ;
    background:#002581;
    display: inline-block;
    cursor: pointer;
    border-radius:0 ;
}
    
.hm-NewArrivalSec .NewArrivalSlide .owl-theme .owl-nav [class*='owl-']:hover {
      background:#ED3237;
      color: #fff;
      text-decoration: none;
	  }
	
.hm-NewArrivalSec .NewArrivalSlide .owl-prev,
.hm-NewArrivalSec .NewArrivalSlide .owl-next {
	position: absolute;
	width: 34px;
	height: 34px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	top:-60px;
	}
    
.hm-NewArrivalSec .NewArrivalSlide .owl-prev {right: 39px;}

.hm-NewArrivalSec .NewArrivalSlide .owl-next {right: 0;}


.hm-NewArrivalSec .NewArrivalSlide .owl-theme .owl-nav{
	margin: 0;
}



.hm-NewArrivalSec .NewArrivalSlide .owl-carousel .owl-stage{display: flex;}


.hm-NewArrivalSec .NewArrivalSlide .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}


.hm-NewArrivalSec .NewArrivalSlide .tm-items {
    height: 100%;
}





@media (max-width: 991px){

.hm-NewArrivalSec .NewArrivalSlide .owl-theme .owl-dots .owl-dot span{
	margin:5px;
	width:10px;
	height:10px;
	}


.hm-NewArrivalSec .NewArrivalSlide .owl-theme .owl-nav [class*='owl-'] {
    padding: 4px 4px ;
}
    
	
.hm-NewArrivalSec .NewArrivalSlide .owl-prev,
.hm-NewArrivalSec .NewArrivalSlide .owl-next {
	width: 20px;
	height: 20px;
	top:-40px;
	}
    
	
}






/*hm-OfferSec styles*/	


.ProCategSec{
	position: relative;
	padding: 100px 0 70px;
	background: #F1F6FB;
	text-align: center;
}


.FiveColsRow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
	
	
	-ms-flex-pack: center ;
  justify-content: center ;
}

.FiveColsRow .BoxItem{
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}




.ProCategSec .CatgItemBox{
	position: relative;
	text-align: center;
	background: #fff;
	border: 1px solid #fff;
	height: calc(100% - 30px);
	padding: 30px 20px;
	border-radius: 10px;
	margin: 0 0 30px 0;
	
-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	
-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);
}

.ProCategSec .CatgItemBox:hover{
	border: 1px solid #fa5f71;
	-webkit-transition: translateY(-5px);
	-moz-transition: translateY(-5px);
	transform: translateY(-5px);
}

.ProCategSec .CatgItemBox a:hover {
	color: #003A82;
}



.ProCategSec .CatgItemBox .iconBox{
	position: relative;
	margin: 0 0 15px 0;
}

.ProCategSec .CatgItemBox .iconBox img{ 
	width: 72px;
	height: 72px;
	display: inline-block;
}

.ProCategSec .CatgItemBox .title{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}






/*SinceSec styles*/	

.SinceSec{
	position: relative;
	background:#fff url("../images/bg_about_2.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 80px 0 650px 0;
}





.SinceSec .LeftCol{
position: relative;
}

.SinceSec .RightCol{
position: relative;
border-left: 1px solid #42A0B9;
padding: 20px 0 20px 60px;
}



.yearBox{
	position: relative;
	text-align: center;
	margin: 0;
}

.yearBox img{
display: inline-block;
	width: 410px;
}




.SinceSec .contentBox{
position: relative;
}


.SinceSec .descOne{
	font-size: 20px;
	margin: 0 0 20px 0;
}


.SinceSec .desc{
	margin: 0;
}




/*hm-About styles*/	


.hm-AboutSec{
	position: relative;
	text-align: center;
	padding: 100px 0;
}



.hm-AboutSec .desc{
	max-width: 70%;
	margin: auto;
    margin-bottom: 25px;
}



.globalMap{
	position: relative;	
	margin: 20px 0 0 0;
}

.globalMap img{
	display: inline-block;
}




/*.hm-AboutSecTwo styles*/	

.hm-AboutSecTwo{
	position: relative;
	padding: 0 0 120px 0;
}

.hm-AboutSecTwo .imageBlockWrap{
	position: relative;
}


.hm-AboutSecTwo .imageBlock{
	position: relative;
}

.hm-AboutSecTwo .imageBlock img{
	width: 100%;
}



.hm-AboutSecTwo .TitleBoxWrap{
	position: absolute;
	bottom: -120px;
	left: 0;
	right: 0;
}


.hm-AboutSecTwo .TitleBox{	
	background:rgba(0,58,130,.9);
	color: #fff;
	padding: 70px 50px;
	width: 50%;
}

.hm-AboutSecTwo .TitleBox .heading{
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -1px;
	margin: 0 0 30px 0;
}

.hm-AboutSecTwo .TitleBox .desc{
}






/*hm-aboutSecThree styles*/	


.hm-AboutSecThree{
	position: relative;
	padding: 100px 0;
}


.hm-AboutSecThree .desc{
	margin: 0 0 25px 0;
}



.hm-AboutSecThree .imageBox{
	position: relative;
}



.hm-AboutSecThree .contentBox{
	position: relative;
	padding: 0 0 0 50px;
}


.hm-AboutSecThree .listFacts{
	padding: 0;
	margin: 0;
}

.hm-AboutSecThree .listFacts li{
	padding: 25px 0;
	border-bottom: 1px solid #A1C3E8;
}

.hm-AboutSecThree .listFacts li:last-child{
	border-bottom: 0px;
}


.hm-AboutSecThree .BoxItem{
	position:relative;
display: -ms-flexbox ;
display: flex ;
	  -ms-flex-align: center ;
  align-items: center ;	
	text-align: left;	
	}




.hm-AboutSecThree .BoxItem .icon{
	margin: 0 25px 0 0;
	-ms-flex-negative: 0;
    flex-shrink: 0;	
	}

.hm-AboutSecThree .BoxItem .icon img{ 
	display: inline-block;
	width: 64px;
	height: 64px
	}


.hm-AboutSecThree .BoxItem .descBox{
	position: relative;
	padding: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
}


.hm-AboutSecThree .BoxItem .title{
	font-weight: 600;
	font-size: 36px;
	line-height: 1.2;
	color: #003A82;
	margin:0;
}

.hm-AboutSecThree .BoxItem .txt{
	font-weight: 400;
	font-size: 20px;
	margin:0;
}




.infrastrcutureSec{
	position: relative;
	padding: 100px 0;
	background: #F1F6FB;
	text-align: center;
}


.infrastrcutureSec .desc{
	max-width: 65%;
	margin: auto;
}

.infrastrcutureSec .desc .textBold{
	font-weight: 600;
}




.infrastrcutureSec .InfraBlock{
	position: relative;
	text-align: left;
	background: #fff;
	
	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);
	
	height: calc(100% - 30px);
    margin: 0 0 30px 0;
    padding: 60px 60px;
border-radius: 10px;
}

.infrastrcutureSec .InfraBlock h5{
	font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 20px 0;
}







.DiverseSec{
	position: relative;
	text-align: center;
	padding: 90px 0 120px 0;
}


.DiverseSec .descSmall{
	max-width: 50%;
	margin: auto;
	margin-bottom: 30px;
}


.DiverseSec .BoxItem{
	position:relative;	
	height: calc(100% - 30px);
	margin: 0 0 30px 0;
	padding: 60px;		
	border-radius: 10px;
	-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);
	}




.DiverseSec .BoxItem .icon{
	margin: 0 0 30px 0;
	}

.DiverseSec .BoxItem .icon img{ 
	display: inline-block;
	width: 60px;
	height: 60px
	}


.DiverseSec .BoxItem .desc{
}


.DiverseSec .BoxItem h4{
	font-weight: 600;
	font-size: 22px;
	color: #003A82;
	margin:0 0 20px 0;
}








.AboutProSec{
	position:relative;
	padding: 170px 0;
	color: #fff;
	background: #134A94 url("../images/bg-about-products.jpg") bottom right;
	background-size: cover;	
	z-index: 1;
}


.AboutProSec h1{
	position: relative;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1px;
    padding: 0;
    margin: 0 0 30px;
}


.AboutProSec .contentBox{
	position: relative;
}

.AboutProSec .desc{
	margin: 0;
}













/*hm-BlogSec styles*/	


.hm-BlogSec{
	position: relative;	
	text-align: center;
	padding: 100px 0 70px;
	background: #F1F6FB;
}


.BlogRow{
	position: relative;
	margin: 0;
}


.BlogBox{
	position:relative;
	text-align: left;
	border-radius: 10px;
	background: #fff;
	height: calc(100% - 30px);
	margin: 0 0 30px 0;
	-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);
	}


.BlogBox a:hover {
	color: #003A82;
}


.BlogBox .btnBlog{
	position: relative;
	font-weight: 600;
	font-size: 15px;
	color: #E71A31 !important;
	display: inline-block;
	padding: 0;
}

.BlogBox .btnBlog::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #003A82;
	bottom: -5px;
    left: 0;
    right: 0;
    margin: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}


.BlogBox .btnBlog:hover{
	color: #003A82 !important;
}



.BlogBox .btnBlog:hover::after {
    background: #E71A31;	
}



.BlogBox .imageBox{
	position: relative;
	overflow: hidden;
	margin: 0;
	
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;

	}
	
	.BlogBox .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;
}

.BlogBox: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);
	}
	
.BlogBox .contentBox{
	position: relative;
	padding: 25px 30px 40px 30px;
	}


	.BlogBox .contentBox h4{
		font-size:20px;
		font-weight:600;
		margin:0 0 15px 0;
	}

	.BlogBox .contentBox .desc{
		height:72px;
		overflow:hidden;
		color: #000;
		margin:0 0 30px 0;
	}


.BlogBox .contentBox .BlogDate{	
	font-size: 14px;
	color: #666;
	margin: 0 0 15px 0;
}








/*hm-enquirySec styles*/	


.hm-EnquirySec{
	position: relative;
	padding: 100px 0;
}


.hm-EnquirySec .desc{
	margin: 0 0 25px 0;
}


.hm-EnquirySec .imageBox{
	position: relative;
}

.hm-EnquirySec .contentBox{
	position: relative;
	padding: 0 50px 0 0;
}












/*DownloadSec styles*/

.downloadSec{
	position: relative;
	padding: 100px 0 80px;
	background: #D3ECFC;
}

.downloadSec .overlayTop{
	position: absolute;
    right: 0;
    left: 0;
	top: 0;
}

.downloadSec .overlayTop img {
    width: 100%;
    height: auto;
    display: block;
}



.downloadSec a{
	color: #000;
}

.downloadSec a:hover{
	color: #003A82;
}


.downloadSec .DownloadsSlide{
	position:relative;
	width: 100%; 
	margin: auto;
	}



.downloadSec .DownBoxItem{
	position:relative;
	text-align: left;
	margin: 0 ;
display: -ms-flexbox ;
display: flex ;
	}



.downloadSec .DownBoxItem .imageBox{
	overflow: hidden;
	width: 150px;
	text-align: center;
  -ms-flex-item-align: start ;
  align-self: flex-start ;
	
	-ms-flex-negative: 0;
    flex-shrink: 0;	
	border-radius: 10px;
	border: 2px solid #fff;
	}

.downloadSec .DownBoxItem .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;
	}

.downloadSec .DownBoxItem: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);
	}



.downloadSec .DownBoxItem .descBox{
	position: relative;
	margin-left: 20px;

	-ms-flex-item-align: center;
    align-self: center;
}



.downloadSec .DownBoxItem h5{
	font-weight: 600;
	font-size: 16px;
	margin:0 0 20px 0;
}





.downloadSec .DownBoxItem .btn-download {
	position: relative;
	padding:8px 15px;
	border: 1px solid #E71A31;
	color:#E71A31;
	font-size:14px;
	font-weight:500;
	border-radius:3px;	
  display: -ms-inline-flexbox ;
  display: inline-flex ;
  -ms-flex-align: center ;
  align-items: center ;
	line-height: 1;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;

}

.downloadSec .DownBoxItem .btn-download:hover{
		border: 1px solid #E71A31;
		color: #003A82;
		}



.downloadSec .DownBoxItem .downloadIcon {
    margin-right: 10px;
}

.downloadSec .DownBoxItem .downloadIcon img{
	width: 18px;
	display: inline-block;
}



.downloadSec .alCenter{
-ms-flex-pack: center ;
  justify-content: center ;
}

.downloadSec .alEnd{
-ms-flex-pack: end ;
  justify-content: flex-end ;
}




.downloadSec .owl-carousel .owl-item img{
	width:100%;	
}

.downloadSec .owl-carousel .item{
	overflow:hidden;
	padding-top: 20px;
	}	
	
.downloadSec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:40px;
	}


.downloadSec .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background:#888;
	width:14px;
	height:14px;
	border-radius: 50%;
	}


	
.downloadSec .owl-theme .owl-dots .owl-dot.active span,
.downloadSec .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #E71A31;
	}



.hm-OfferSec .OfferSlide .owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 9px 9px ;
    background:#002581;
    display: inline-block;
    cursor: pointer;
    border-radius:0 ;
}
    
.downloadSec .owl-theme .owl-nav [class*='owl-']:hover {
      background:#ED3237;
      color: #fff;
      text-decoration: none;
	  }
	
.downloadSec .owl-prev,
.downloadSec .owl-next {
	position: absolute;
	width: 34px;
	height: 34px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	top:-60px;
	}
    
.downloadSec .owl-prev {right: 39px;}

.downloadSec .owl-next {right: 0;}


.downloadSec .owl-theme .owl-nav{
	margin: 0;
}



.downloadSec .owl-carousel .owl-stage{display: flex;}





.downloadSec .tm-items {
    height: 100%;
}





@media (max-width: 991px){

.downloadSec .owl-theme .owl-dots .owl-dot span{
	margin:5px;
	width:10px;
	height:10px;
	}


.downloadSec .owl-theme .owl-nav [class*='owl-'] {
    padding: 4px 4px ;
}
    
	
.downloadSec .owl-prev,
.downloadSec .owl-next {
	width: 20px;
	height: 20px;
	top:-40px;
	}
    
.downloadSec .owl-prev {right: 25px;
}


	
}






/*footer styles*/

.footer-sec{
	position:relative;
	font-size:18px;
	color: #fff;
	margin: 0;
	}

.footer-sec .overlayTop{
	position: absolute;
    right: 0;
    left: 0;
	top: 0;
}

.footer-sec .overlayTop img {
    width: 100%;
    height: auto;
    display: block;
}




.footer-sec:after {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: #002e5f;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    content: "";
    background-image: url("../images/footer-bg.jpg");
    z-index: -1;
}	



.footer-sec .footer-top{
	position:relative;
	}

.footer-sec .footer-widgets{
	position:relative;
	padding:100px 0 0 0;
	}

.footer-sec .footer-column{
	position:relative;
	margin:0 0 30px 0;	
	}
	
.footer-sec .footer-column h5{
	position: relative;
	font-size:18px;	
	font-weight:600;
	padding:0;
	margin:0 0 25px 0;
	}


.footer-sec .footer-logo {
    position: relative;
    margin: 0 0 40px 0;   
}

.footer-sec .footer-logo img{
	width: 250px;
}

.footer-sec .footer-column .desc{
	position:relative;
	width: 90%;
	margin:0 0 40px 0;
	}


.footer-sec .btn-Footer{
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	margin: 0 0 20px 0;
	}
	

.footer-sec .btn-Footer::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.footer-sec .btn-Footer:hover{
	color:#84E7F6;
	}


.footer-sec .btn-Footer:hover::after {
    background: #84E7F6;
}



.footer-sec .BoxWidgets{
	padding: 0 0 0 50px;
}


	
.footer-sec .footer-column .links{
	margin:0;
	padding:0;
	}

.footer-sec .footer-column .links.pd{
	padding:0 30px 0 0;
	}


	.footer-sec .footer-column .links li{
	position: relative;
	font-size: 18px;
	margin:0;
	padding:8px 0;	
	list-style:none;
	line-height:1.3;
		-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 .footer-column .links li:hover{

	}
	




.footer-sec .footer-column .pro-link{
  display: -ms-flexbox ;
  display: flex ;
  margin: 0 0 50px 0;
}	

.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:10px 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:#fff;
	}

	.footer-sec .footer-column a:hover{
	color:#84E7F6;
	}


	.footer-sec .footer-column .links-two a{
	color:#fff;
	}

	.footer-sec .footer-column .links-two a:hover{
	color:#84E7F6;
	text-decoration: underline;
	}
	

	


.footer-sec .social-icon{
  display: -ms-flexbox ;
  display: flex ;
    -ms-flex-align: center ;
  align-items: center ;
	margin: 50px 0 0 0; 
	}
	
.footer-sec .social-icon a{
    display: block;
	margin-left:24px;    
}

.footer-sec .social-icon a:first-child{
    margin-left: 0;
}

.footer-sec .social-icon .iconstyle{
	font-size:18px;
	color:#fff;
	-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:#84E7F6;
	}


.footer-sec .social-icon .iconstyle.icon-youtube{
	font-size:26px;
	}




	
.footer-sec .box{
	position: relative;
	padding:0 0 0 30px;
	margin:0 0 15px 0;
	line-height: 1.3;
	}

	
.footer-sec .box .icon{
	position:absolute;
	top:5px;
	left:0;
	}


.footer-sec .box .iconstyle{
	font-size:18px;
	color: #fff;
	}

.footer-sec .box .txt{
	font-size: 18px;
	line-height: 1.5;
	}





.footer-sec .footer-bottom{	
	position: relative;
	padding: 10px 0 30px 0;
}

.footer-sec .copyright{	
	text-align: left;
	margin: 0;
	}


.footer-sec .design{
	font-size:13px;
	color: #737373;
	text-align: right;
	}

.footer-sec .design a{
	color: #737373 !important;
	}
.footer-sec .design a:hover{
	color: #888 !important;
	}














.side-bar-contact {
	position: fixed;
	bottom: 30px;
	right:30px;
	z-index: 100;
}

.side-bar-contact .iconstyle{
	font-size:36px;
	color:#fff;
	background: #25d366;
	width: 58px;
	height: 58px;
	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;
	background: #4B88C8;
	padding: 50px 0 70px;
	margin:90px 0 0 0;
	}


.sub-banner-sec .overlayBottom{
	position: absolute;
    right: 0;
    left: 0;
	bottom: -2px;
	z-index: 2;
}

.sub-banner-sec .overlayBottom img {
    width: 100%;
    height: auto;
    display: block;
}


.sub-banner-sec .banner-title{
	position: relative;
	color: #fff;
	text-align: center;
}




.sub-banner-sec h2{
	position:relative;
	font-size:34px;
	font-weight:600;	
	line-height: 1.2;
	padding:0;
	margin: 0;
}

.sub-banner-sec .txt{
	display: block;
	font-size: 16px;
	font-weight: 400;
}





@media (max-width: 1679px){


	
}



@media (max-width: 1366px){

.sub-banner-sec{
	margin:85px 0 0 0;
	padding: 40px 0 50px;
	}
	
}


@media (max-width: 1199px){
	
	
	
}



@media (max-width: 991px){
	
.sub-banner-sec{
	margin:65px 0 0 0;
	}


.sub-banner-sec h2{
	font-size:22px;	
}
	
	

}


@media (max-width: 767px){
	
.sub-banner-sec{
	margin:57px 0 0 0;	
	}
	
	
}


@media (max-width: 575px) {

.sub-banner-sec{
	padding: 30px 0;
	}
	


.sub-banner-sec .txt{
	display: none;	
}	
	
	

}



@media (max-width: 480px) {


	

}







/*mission-sec styles*/	

.mission-sec{
	position: relative;
	padding: 100px 0 0 0;
}


.mission-sec .BoxItem{
	position:relative;	
	height: calc(100% - 30px);
	margin: 0 0 30px 0;
	padding: 80px 60px;	
	-webkit-border-top-left-radius: 50px;
-webkit-border-bottom-right-radius: 50px;
-moz-border-radius-topleft: 50px;
-moz-border-radius-bottomright: 50px;
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;
	}


.mission-sec .BoxItem.bgOone{
	background: #E4F8FC;
}


.mission-sec .BoxItem.bgTwo{
	background: #FBEEEF;
}

.mission-sec .BoxItem .icon{
	margin: 0 0 30px 0;
	}

.mission-sec .BoxItem .icon img{ 
	display: inline-block;
	width: 80px;
	height: 80px
	}


.mission-sec .BoxItem .desc{
}


.mission-sec .BoxItem h1{
	font-weight: 600;
	font-size: 40px;
	color: #003A82;
	margin:0 0 20px 0;
}





/*team-sec styles*/	

.hrLine{
	width: 100%;	
	height: 1px;
	background: #C7DEEC;
	margin:0 0 40px 0;
}


.team-sec{
	position: relative;
	padding: 70px 0 40px;
	text-align: center;
}


.teamSingleRow{
	position: relative;
	margin: 0 0 40px 0;
}

.team-sec .imageBox{
	position: relative;
	text-align: left;
	margin: 0;
}

.team-sec .imageBox img{
	display: inline-block;
}


.team-sec .contentBox{
	position: relative;
	text-align: left;
}


.team-sec h3{
	position:relative;
	font-size:24px;
	font-weight: 700;
	margin: 0 0 20px 0;
	}


.team-sec .contentBox .name{
	font-size:22px;
	font-weight:600;
	line-height: 1.2;
	margin:0 0 5px 0;
	}

.team-sec .contentBox .designation{
	font-size:18px;
	font-weight:500;
	line-height: 1.2;
	color: #E71A31;
	margin: 0 0 20px 0;
	}



.team-sec .contentBox .desc{
	margin: 0;
}

.team-sec .contentBox.pdLeft{
	padding-left: 20px;
}

.team-sec .contentBox.pdRight{
	padding-right: 20px;
}



.team-ListSec{
	position: relative;
	padding: 100px 0 70px;
	background: #F1F6FB;
}



.teamListRow{
	position: relative;
	margin: 0;
}

.teamBox{
	position:relative;
	text-align: center;
	margin: 0 0 30px 0;
	}


.teamBox .imageBox{
	position: relative;
	margin-bottom: 20px;
	}
	
	.teamBox .imageBox img{
	display:inline-block;  
}


.teamBox .contentBox{
	position: relative;
	}

	
	.teamBox .contentBox .name{
		font-size:22px;
		font-weight:600;
		line-height: 1.2;
		margin:0 0 5px 0;
	}

	.teamBox .contentBox .designation{
		font-size:18px;
		font-weight:500;
		line-height: 1.2;
		color: #E71A31;
	}





/*BestSellersSec styles*/	


.BestSellersSec{
	position: relative;
	padding: 80px 0;
}




/*NewArrivalSec styles*/

.NewArrivalSec{
	position: relative;
	padding: 80px 0;
}



/*BrandsSec styles*/	

.BrandsSec{
	position: relative;
	text-align: center;
	padding: 80px 0;
}



.BrandsSec .desc{
	max-width: 65%;
	margin: auto;	
    margin-bottom: 25px;
}




/*BlogSec styles*/	

.BlogSec{
	position: relative;	
	padding: 80px 0;
}


.BlogSec .BlogBlockRow {
	position: relative;
  }


.blog-widget{
	position: relative;
	width: 100%;
	background: #F1F6FB;
	border-radius: 10px;
	padding: 20px 30px;
	margin: 0 0 30px 0;
}


.blog-widget .widget-title{
	font-size: 18px;
    font-weight:600;
	color: #003A82;
	margin: 0 0 15px 0;
}


.blog-widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.blog-widget ul li ul {
    margin-left: 20px
}

.blog-widget ul li {
    display: block;
    margin: 10px 0;
    -ms-word-wrap: break-word;
    word-break: break-word
}

.blog-widget ul li:first-child {
    margin-top: 0
}

.blog-widget ul li:last-child {
    margin-bottom: 0
}

 .blog-widget ul li .IconStyle{
	margin-right: 10px;
	font-size: 12px;
	color: #E71A31;
}


.blog-widget .recent_post_item {
    margin: 0;
    padding: 0;
    list-style: none;
}


.blog-widget .recent_post_item li.single-recent-post-item {
	position:relative;
display: -ms-flexbox ;
display: flex ;
	margin: 0 0 15px 0;
}



.blog-widget .recent_post_item li.single-recent-post-item .thumb{	
	-ms-flex-negative: 0;
    flex-shrink: 0;	
	margin-right: 15px;
	}

.blog-widget .recent_post_item li.single-recent-post-item .thumb img{ 
	width: 100px;
	height: 70px;
	object-fit: cover;
	}


.blog-widget .recent_post_item li.single-recent-post-item .content{
	position: relative;	
  -ms-flex-positive: 1 ;
  flex-grow: 1 ;
	-ms-flex-item-align: center;
    align-self: center;
}



.blog-widget .recent_post_item li.single-recent-post-item .content .title{	
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	margin:0 0 5px 0;
}


.blog-widget .recent_post_item li.single-recent-post-item .content .time{	
	font-size: 12px;
	color:#888;
}


.blog-widget .recent_post_item li.single-recent-post-item .content .time i{	
	margin-right: 5px;
}




.blogListItem{
	position: relative;
	margin: 0 0 60px 0;
}

.blogListItem .thumbnail {
    margin: 0 0 20px 0;
}


.blogListItem .thumbnail img {
	width: 100%;
}





.blogListItem .content{
	position: relative;
}


.blog-post-meta{
	margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}


.blog-post-meta li {
    display: inline-block;
	font-size: 14px;
	
}

.blog-post-meta li+li {
    margin-left: 15px;
}

.blog-post-meta li i {
    color: #E71A31;
	margin-right: 5px;
	font-size: 14px;
	
}

.blog-post-meta li a {
  color: #666;
}

.blog-post-meta li a:hover {
   color: #E71A31;
}


.blogListItem .title{
	font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 15px 0;
}



.blogListItem .desc{
	height: 50px;
	overflow: hidden;
    margin: 0 0 20px 0;
}




.blogListItem .btn-wrapper {
    display: block;
}


.blogListItem .btn-more{
	padding:14px 25px;
	background: #E71A31;
	color:#fff;
	border: 0;
	font-size:15px;	
	font-weight:500;
	border-radius:5px;
	line-height: 1;
	}
	
	.blogListItem .btn-more:hover{
		background: #003A82;
		color:#fff;
		}




/*BlogDetailSec styles*/	


.BlogDetailBox{
	position: relative;	
}

.BlogDetailBox .imageBox{
	position: relative;
	margin: 0 0 20px 0;
}

.BlogDetailBox .imageBox img{
width: 100%;
}


.BlogDetailBox .VideoBox{
	position: relative;
	margin: 0 0 30px 0;
}


.BlogDetailBox .contentBox{
	position: relative;
	}




.BlogDetailBox h5{
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 15px 0;
}


.BlogDetailBox .desc{
	margin: 0 0 30px 0;
	}



.blog-details-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
    margin-top: 30px;
}

.blog-details-footer .title {
    font-size: 14px;
    font-weight: 500;
    color: #666;
}

.blog-details-footer .left  {
	position: relative;
}


.blog-details-footer .left .tags {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-details-footer .left .tags li {
    display: inline-block;
}

.blog-details-footer .left .tags li+li {
    margin-left: 5px;
}

.blog-details-footer .left .tags li a {
    display: inline-block;
    background-color: #f5f5f5;
    padding: 5px 15px;
    border: 1px solid #dedede;
    border-radius: 5px;
    font-size: 14px;
}

.blog-details-footer .left .tags li a:hover {
    color: #fff;
    background:#003A82;
	border: 1px solid #003A82;
}


.blog-details-footer .right {
	position: relative;
}


.blog-details-footer .right .social-share {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-details-footer .right .social-share li {
    display: inline-block;
}

.blog-details-footer .right .social-share li+li {
    margin-left: 10px;
}

.blog-details-footer .right .social-share li:hover {
    color: #E71A31;
}

.blog-details-footer .right .social-share li .iconstyle{
    color: #003A82;
	font-size: 18px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.blog-details-footer .right .social-share li:hover .iconstyle{
    color: #E71A31;
}








/*related-BlogsSec styles*/

.similar-Blogs{
	position: relative;
	padding: 50px 0 10px 0;
}


.similar-Blogs .similar-Blogs-slide{
	position: relative;
}


.similar-Blogs h4{	
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -1px;
    color: #003A82;
	margin: 0 0 30px 0;
}



.similar-blogListItem{
	position: relative;
	margin: 0;
}

.similar-blogListItem .thumbnail {
    margin: 0 0 20px 0;
}


.similar-blogListItem .thumbnail img {
	width: 100%;
}



.similar-blogListItem .content{
	position: relative;
	text-align: center;
}


.similar-blogListItem .title{
	font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}





.similar-Blogs .owl-carousel .owl-item img{
	width: 100%;
	display: inline-block;

}



.similar-Blogs .owl-carousel .item{
	width: 100%;
	overflow:hidden;
	padding-top: 0;
	}	
	
.similar-Blogs .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:10px;
	}


.similar-Blogs .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background:#888;
	width:14px;
	height:14px;
	border-radius: 50%;
	}
	
.similar-Blogs .owl-theme .owl-dots .owl-dot.active span,
.similar-Blogs .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #E71A31;
	}



.similar-Blogs .owl-carousel .owl-stage{display: flex;}


.similar-Blogs .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}





@media (max-width: 991px){



.similar-Blogs{
	padding: 40px 0 10px 0;
}


.similar-Blogs h4{
	font-size: 16px;
	margin: 0 0 20px 0;
}




.similar-blogListItem .thumbnail {
    margin: 0 0 15px 0;
}



.similar-blogListItem .title{
	font-size: 13px;
}	
	
	
	
.similar-Blogs .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:10px;
	}
	
.similar-Blogs .owl-theme .owl-dots .owl-dot span{
	width:12px;
	height:12px;
	}
	
	
}






/*ProductListSec styles*/	

.ProductListSec{
	position: relative;
	padding: 80px 0;
}



.paginationBlock{
	position: relative;
    text-align: center;
    margin:20px 0;
}

.pagination {	
	text-align:center;
	display: inline-block;
	z-index:10;
	position:relative;
}

.pagination  a {
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	box-sizing:border-box;
	position:relative;
    background: #eee;
    font-size: 14px;
    margin: 0 1px;
}

.pagination a.active, .pagination a:hover {
    background: #003A82;
	color: #fff;
}

.pagination  a i {
	font-size:12px;
}


@media (max-width: 991px)
	
{
.pagination  a {
	width:26px;
	height:26px;
	line-height:26px;
}

.pagination  a i {
	font-size:10px;
}

}





.ProSearchBox{
	position: relative;
	margin: 0 0 20px 0;
}

.ProSearchBox .ProSearch{
	position: relative;
	display: -ms-flexbox;
	display: flex;	
	-ms-flex-pack: justify ;
	justify-content: space-between ;	
    height: 44px;
    padding: 10px 10px;
	border-radius: 5px;
	border: 1px solid #4B88C8;
}


.ProSearchBox .ProSearch .search-input{
	color: #000;
    border:0;
    outline: 0;
    background: none;
    width: 0;
    line-height: 1;
    padding: 0 5px 0 0;
    min-width: 90%;
	caret-color: #888;
    font-size: 16px;
	font-weight: 400;
}


.ProSearchBox .search-icon{
    height: 22px;
    width: 22px;
	font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4B88C8;
	background: none;
	border: none;
}


.ProSearchBox .ProSearch ::-webkit-input-placeholder { /* Chrome */
  color: #333;
}

.ProSearchBox .ProSearch :-ms-input-placeholder { /* IE 10+ */
  color: #333;
}

.ProSearchBox .ProSearch form ::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  opacity: 1;
}

.ProSearchBox .ProSearch form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #333;
  opacity: 1;
}




.filterCheckBox{
	position: relative;
	margin: 0 0 20px 0;
}

.filterCheckBox .custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
padding-left: 1.5rem;
}

.filterCheckBox .custom-checkbox .custom-control-label::before{
	border-radius:0;
	background: #fff;
	width: 20px;
	height: 20px;
	border: 1px solid #888;
	top:0;
}

.filterCheckBox .custom-checkbox .custom-control-label::after{
	width: 20px;
	height: 20px;
	top:0;
}

.filterCheckBox .custom-checkbox .custom-control-label{
	padding-left: 5px;
}


.filterCheckBox .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #134A94;
}









.filter-menu {
	margin: 0 0 20px 0;	
	}

.filter-menu .navbar{
	padding:0;
	}


	

.btn-filter{
	font-size: 13px;
    font-weight:500;
    background: #003A82;
    color: #fff !important;
    padding: 12px 20px;
	text-align: center;
	border-radius: 5px;
	display: none;
	cursor:pointer;
	width:100%;
	}



@media (max-width: 991px){

.btn-filter{
	display:block;
}

}




.category-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 150px;
	z-index: 1;
}


@media (max-width: 991px){

.category-sticky {
    position: relative;
	z-index: 100;
	top:0;
}


}


.category-block{
	position: relative;
	width: 100%;
	background: #F1F6FB;
	border-radius: 10px;
	margin: 0 0 15px 0;
}


.pro-menu{
	line-height: 1.3;
	margin: 0;
	}


.pro-menu .catg-heading{
	font-size: 16px;
    font-weight:500;
    background: #003A82;
    color: #fff;
    padding: 12px 20px;
	text-align: center;
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

@media (max-width: 991px){
	.pro-menu .catg-heading{
		display: none;		
	}

}

.pro-menu .pro-menu-item{
	position: relative;
	padding: 20px 0;
	}

.pro-menu .pro-menu-item ul{
	margin:0;
	padding:0;
	list-style: none;
	}

.pro-menu .pro-menu-item ul li{
	display: block;
	border-bottom: 1px solid #BFD1E4;
	}

.pro-menu .pro-menu-item ul li:last-child{
	border-bottom: 0px;
	}

	.pro-menu .pro-menu-item li a{
	font-size: 16px;
    font-weight: 500;
    
    color: #003A82;
    margin: 0;
    padding:10px 20px;
		display: block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
		
    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
	

.pro-menu .pro-menu-item li a:hover{
    color: #E71A31;
	}

	
.pro-menu .pro-menu-item li a.active{
      color:#E71A31;
	  }	











.ProListRow{
	position: relative;
}



.ProListBoxItem{
	position:relative;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	text-align: center;
	background: #fff;
	border: 1px solid #dae1e9;
	border-radius: 10px;		
	padding: 20px 20px 30px 20px;
	
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}



.ProListBoxItem a{
	color: #000;
}


.ProListBoxItem:hover{
	border: 1px solid #fa5f71;
}


.ProListBoxItem:hover .btnView{
	background: #E71A31;
	color: #fff;
}

.ProListBoxItem:hover .btnView .iconstyle{
	color: #fff;
}




.ProListBoxItem .imageBox{
	position: relative;
	overflow: hidden;
	margin: 0 0 20px 0;
	}
	
	.ProListBoxItem .imageBox img{
	 width: 250px !important; 
	display:inline-block !important;
	height: 250px;
	 object-fit: contain;
  -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;
}

.ProListBoxItem:hover .imageBox img{	
	-moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
	transform: scale(1.05);
	}
	
.ProListBoxItem .contentBox{
	position: relative;
	}





.ProListBoxItem .contentBox .Categ{
	color: #888;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
	}

.ProListBoxItem .contentBox .Brand{
	color: #003A82;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 10px 0;
	}


	.ProListBoxItem .contentBox h4{
		font-size:18px;
		font-weight:600;
		margin:0 0 20px 0;
	}


	.ProListBoxItem:hover .contentBox h4{
		color: #003A82
	}



	.ProListBoxItem .contentBox .desc{
		height: 50px;
		overflow: hidden;
		margin:0 0 20px 0;
	}









/*pro-single-sec styles*/



.pro-single-sec{
	position: relative;
	padding: 80px 0px;
	margin: 130px 0 0 0;
}



.proDetailBox{
	position: relative;
	margin: 0;
}


.pro-imageBox{
	position: relative;
	margin: 0 0 30px 0;	
	text-align: center;
}

.pro-imageBox img{
	display: inline-block;
	border: 0px solid #dbdbdb;
}



.pro-single-sec .imgBox{
	position: relative;
	border: 1px solid #D6D6D6;
}



.pro-contentBox{
	position: relative;
	padding: 0 0 0 30px;
	margin: 0;
}


.pro-contentBox .pro-heading{	
position: relative;
}

.pro-contentBox .pro-heading h1{	
	position: relative;
    font-weight: 600;
    font-size: 36px;
    color: #003A82;
    line-height: 1.1;
	letter-spacing: -1px;
    padding: 0;
    margin: 0 0 20px 0;
}



.pro-contentBox .pro-desc{
	margin: 0 0 30px 0;
}



.btnBlocks{
	position: relative;
	display: -ms-flexbox ;
	display: flex ;
	margin: 0 0 40px 0;
}

.btn-ProEnq {
	position: relative; 
	padding: 8px 20px;
	background: #E71A31;
	color:#fff;
	font-size:15px;
	font-weight:500;
	border-radius:5px;
	margin-right: 10px;
	  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:#003A82;
		color:#fff;
		}


.btn-WhatsappEnq {
    position: relative;    
    color: #fff !important;
    padding: 8px 20px;
    background: #00c343;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    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;
    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: #4B88C8;
    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;
	}
	
	
}




.SpecWrapper{
	position: relative;
	margin:0;
}

.pro-SpecTitle{
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 15px 0;
}

.tableWrapper{
	position: relative;
	border: 1px solid #DDE2E6;
	border-radius: 10px;
	margin: 0 0 20px 0;	
}

.tableTitle{	
	background: #F1F6FB;
	font-size: 18px;
	font-weight: 600;
	padding: 8px 20px 7px;
	
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.tableBody{	
	padding: 15px 20px;
}



.pro-table{

}

.pro-table .table{
	margin: 0;
}

.pro-table .table-bordered td,
.pro-table .table-bordered th{
	border: 1px solid #DDE2E6;
}

.pro-table .table td,
.pro-table .table th{
	padding: 8px 0 7px 0;
	border-top: 1px solid #DDE2E6;
}

.pro-table .table td:first-child{
	padding-right: 10px;
}




.pro-table .table tr:first-child td{
	border-top: 0px solid #DDE2E6;
}

.pro-table .table .thead-dark th{
	background: #002581;
	font-weight: 400;
	vertical-align: top;
}

.pro-table .table .thead-light th{
	background: #F1F6FB;
	font-weight: 700;
	vertical-align: top;
	border-bottom: 0;
	
}





.columnOne{
	width: 35%;
}

.columnTwo{
	width: 65%;
}





@media (max-width: 1679px){
	
.pro-single-sec{
	margin:130px 0 0 0;
	}

}

@media (max-width: 1366px){
	
.pro-single-sec{
	margin:118px 0 0 0;
	}

}



@media (max-width: 1199px){
	
.pro-single-sec{
	margin:118px 0 0 0;
	}

}



@media (max-width: 991px){
	
.pro-single-sec{
	padding: 40px 0;
	margin:112px 0 0 0;
	}

.pro-contentBox{
	padding: 0;
}

.pro-contentBox .pro-heading h1{	
    font-size: 20px;
    margin: 0 0 15px 0;
}



.pro-contentBox .pro-desc{
	margin: 0 0 20px 0;
}


.tableTitle{
	padding: 6px 15px 5px;
	font-size: 14px;
	}

	
.pro-SpecTitle{
	font-size: 16px;
	margin: 0 0 15px 0;
}


	.tableBody{
		padding: 10px 15px;
	}
	
.pro-table .table td,
.pro-table .table th{
	padding: 6px 0 5px 0;
}	
	
	
	
	
.btn-ProEnq	 {
	padding:8px 15px;	
	font-size:12px;

}
	
.btn-WhatsappEnq {
	padding:8px 15px;	
	font-size:12px;

}

.btn-WhatsappEnq .iconstyle {
    font-size:22px;
}

	

}


@media (max-width: 767px){
	
.pro-single-sec{
	margin:95px 0 0 0;
	}

}


@media (max-width: 575px) {

.pro-single-sec{
	margin:82px 0 0 0;
	}

}


@media (max-width: 480px) {

.pro-single-sec{
	margin:70px 0 0 0;
	}

}




.swiper-container {
		width: 100%;
		height: auto;
		margin: 20px auto;
}

.swiper-container.mb {
	margin-bottom: 20px;
}


.swiper-slide-container {
  text-align: center;
	font-size: 18px;
  height:100%;
  max-width: 100%;
  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;
		cursor: pointer;
}

.gallery-thumbs img{
	max-height: 120px;
}



.pro-single-sec .imgBoxThumb{
}



.gallery-thumbs .swiper-slide {
		width: 20%;
		height: 100%;
		opacity: .2;
		border: 1px solid #D6D6D6;

	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;

}


.gallery-thumbs .swiper-slide:hover {
border: 1px solid #EB6C7E;
}



.gallery-thumbs .swiper-slide-active {
		opacity: 1;
		border: 1px solid #EB6C7E;
}


.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;
}









/*similar-items styles*/

.similar-items-sec{
	position: relative;
	padding: 80px 0;
	background: rgb(241,246,251);
background: linear-gradient(0deg, rgba(241,246,251,0) 0%, rgba(241,246,251,1) 100%);
	text-align: center;
}



.similar-items-sec h3{
	font-size: 30px;
	font-weight: 600;
	letter-spacing: -1px;
    color: #003A82;
	margin: 0 0 30px 0;
}


.similar-items-sec .ProListBoxItem{
	height: 100%;
	margin-bottom: 0;
}



.similar-items-sec .similar-products-slide{
	position: relative;
}



.similar-items-sec .owl-carousel .owl-item img{
	width: 100%;
	display: inline-block;

}



.similar-items-sec  .owl-carousel .item{
	width: 100%;
	overflow:hidden;
	padding-top: 0;
	}	
	
.similar-items-sec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:20px;
	}


.similar-items-sec .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background:#888;
	width:14px;
	height:14px;
	border-radius: 50%;
	}
	
.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 #E71A31;
	}



.similar-items-sec .owl-carousel .owl-stage{display: flex;}


.similar-items-sec .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}


.similar-items-sec .tm-items {
    height: 100%;
}





@media (max-width: 991px){

	
.similar-items-sec{
	padding: 40px 0;	
}



.similar-items-sec h3{
	font-size: 18px;
	margin: 0 0 20px 0;
}	
	
	
	
.similar-items-sec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:20px;
	}
	
.similar-items-sec .owl-theme .owl-dots .owl-dot span{
	width:12px;
	height:12px;
	}
	
	
}






/*careers styles*/

.CommonSec{
	position:relative;
	padding:80px 0;
	}

.CommonSec h6{
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.CommonSec .desc{
	margin: 0 0 30px 0;
}







/*careers styles*/

.careers-sec{
	position:relative;
	padding:80px 0;
	}

.careers-sec h1{
	font-size:40px;
	font-weight:600;
	letter-spacing: -1px;
	color: #003A82;
	margin: 0 0 20px 0;
	}


.careers-sec .desc{
	margin: 0 0 30px 0;
	}


.careers-sec .imageBox{
	position: relative;	
	text-align: center;
	padding: 0 0 0 50px;
}

.careers-sec .imageBox img{
	display: inline-block;	
}




/*contact styles*/

.contact-sec{
	position:relative;
	padding:80px 0;
	}


.contact-sec h1{
	font-size:40px;
	font-weight:600;
	letter-spacing: -1px;
	color: #003A82;
	margin: 0 0 20px 0;
	}


.contact-sec h4{
	position: relative;
    font-weight: 600;
    font-size: 24px;
	color: #003A82;
    margin: 0 0 20px 0;	
}

.contact-sec .desc{
	margin: 0 0 30px 0;
	}


.contact-sec .divider{
	border-left: 1px solid #BFD1E4;
}


.contact-sec .contact-row{
	position: relative;
	margin: 0 0 30px 0;
}


.contact-sec .contactBox{
	position: relative;
	margin: 0 0 30px 0;
	line-height: 1.3;
	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 .title{
	font-size: 14px;
	font-weight: 600;
	color: #003A82;
	line-height: 1;
	margin: 0 0 5px 0;
}

.contact-sec .contactBox .txt{
	font-size: 18px;
}


	.contact-sec .contactBox .icon{
	position:relative;
	width: 35px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0;
	}

	.contact-sec .contactBox .icon .iconstyle{
	font-size:20px;
	color:#E71A31;
	}



.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: #bbb;
	color:#fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.contactEnqRow{
position: relative;
padding: 0 0 0 50px;
}


.contact-form{
	position: relative;
	margin: 0;
	}

.contact-form .form-group{
	margin-bottom:30px;
	}
	
.contact-form .form-control{
	padding: 0 0 5px 0;
    font-size: 16px;
    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 #888;;
    }

.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: #333;
  -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:14px 25px;
	background: #E71A31;
	color:#fff;
	border: 0;
	font-size:16px;	
	font-weight:500;
	border-radius:5px;
	line-height: 1;
	}

	.contact-form .btn-submit:hover{
		background: #003A82;
		color:#fff;
	}



.contact-form .form-row{
margin-right: -15px;
margin-left: -15px;
}
	
.contact-form .form-row > .col, 
.contact-form .form-row > [class*="col-"]{
padding-right: 15px;
padding-left: 15px;
}



.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;
  line-height: 1.5;

padding: 0 0 10px 0;
    color: #333;
    background: none;
    border: 0px;
    border-bottom: 1px solid #d0d0d0;
    border-radius: 0;
    height: auto;


}

.contact-form .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 1.50rem;
  padding: 2px 20px;
  line-height: 1.5;
  color: #333;
  content: "Browse";
   background: none;
  border-bottom: 0px solid #d0d0d0;
  border-left: 2px solid #4B88C8;
  border-radius: 0;
}


.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;
	width: 20px;
	height: 20px;
	border: 1px solid #D5D5D5;
	top:0;
}

.contact-form .custom-checkbox .custom-control-label::after{
	width: 20px;
	height: 20px;
	top:0;
}

.contact-form .custom-checkbox .custom-control-label{
	padding-left: 10px;
}


.contact-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #003A82;
}

.contact-form .pd{
	padding-top: 8px;
	padding-bottom: 8px;
}



.txt-label{
	font-size: 16px;
	margin:0 0 5px 0;
	}

.required {
    color: #c51313;
}





.location-sec{
	position:relative;
	}
	
.location-sec .location{
	position:relative;
	height:600px;
	background:#efeeec;
	}	
	
.location-sec .location iframe{
	height:600px;
	}




/* 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(0, 0, 0, 0.7) 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: #000;
  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; }






