
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

@import url("tabs_home.css");
@import url("font-awesome.min.css");
@import url("icons.css");
@import url("animate.css");

body{
font-family: "Plus Jakarta Sans", sans-serif;
font-weight: 400;
font-size:18px;
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: #213B72;
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;
	}





@media (max-width: 991px){
	
	body{
		font-size:15px;
	}
	
}










.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;
}




@media (max-width: 1199.98px) {
	
.side-title{
	top: 30%;
    right: -53px;   
	font-size: 12px;
	padding: 5px 15px;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
	}
	

}






.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{
	background: #e1e1e1;
	-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomright: 20px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
}

.modal-header {
    padding: 15px 20px;
    background: #CC2027;
	-webkit-border-top-left-radius: 20px;
-moz-border-radius-topleft: 20px;
border-top-left-radius: 20px;
}

.modal-title{
	font-size:20px;
	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 20px;
	background: #F5F5F5;
	border:1px solid #bdbdbd;
	border-radius:5px;
	color:#000;
	font-size:18px;
	min-width:150px;
	height:auto;
	margin:0;
	}

.enq-box .form-control:focus {
    box-shadow:none;
	background:#E6E6E6;
	border:1px solid #bdbdbd;
    }




.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:15px 30px;
	background: #213B72;
	color:#fff;
	font-size:16px;	
	font-weight:700;	
	line-height: 1;
	
	-webkit-border-top-left-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomright: 15px;
border-top-left-radius: 15px;
border-bottom-right-radius: 15px;
	}
	
	.enq-box .btn-submit:hover{
		background: #CC2027;
		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: 20px;
	text-align:center;
	color: #333;
border: 1px dashed #888;
background:#F0F1F2;
padding:8px 20px;
margin:0 10px 0 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: 15px;
	}
	
.enq-box .btn-submit {
    font-size: 13px;
	padding: 12px 20px;
}
	
.enq-box .CaptchaBox .CaptchaText{
	font-size: 16px;
	padding: 7px 20px;
}
	
.enq-box .CaptchaBox .CaptchaReload .iconstyle {
	font-size: 16px;
	width: 40px;
	height:40px;
	
}
	
	
	
.enq-box .custom-file-label {
padding: 7px 10px;
	font-size: 13px;    

}
	
	

	

}


@media (max-width: 575px){

.enq-box .CaptchaBox{
	display: block;
}
	

}

.container100 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}


.container {
  max-width: 1250px;
}



@media (min-width: 1680px){

.container {
  max-width: 1548px;
}

}
	


	
/*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: #000;
    padding: 10px 20px 10px 10px;
	border-radius: 5px;
	background: #F2F2F2;
	border: 1px solid #dddddd;
}


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: #000;
    border:0;
    outline: 0;
    background: none;
    width: 0;
    line-height: 1;
    padding: 0 10px;
    min-width: 300px;
	caret-color: #000;
    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: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #CC2027;
	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: #000;
}

.main-header .TopSearchBox :-ms-input-placeholder { /* IE 10+ */
  color: #000;
}

.main-header .TopSearchBox form ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 1;
}

.main-header .TopSearchBox form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #000;
  opacity: 1;
}




/* .search input:focus + .results { display: block } */

.search .results {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 10;
    	height: 360px;
  overflow-y: scroll;
  overflow-x: hidden;
    padding: 0;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #cbcfe2 #c8cee7 #c4c7d7;
    border-radius: 3px;
    background-color: #fdfdfd;    
}

.search .results li { display: block }

.search .results li:first-child { margin-top: -1px }
.search .results li:last-child { margin-bottom: -1px }

.search .results a {
    display: block;
    position: relative;
    margin: 0 -1px;
    padding: 5px 10px;
    color: #333;
    font-weight: 500;
    border: 1px solid transparent;
    border-radius: 3px;
  font-size:16px;
}

.search .results a span { 
  font-size:14px; 
  display:block;
}



.search .results a:hover {
    text-decoration: none;
}


.searchResBox{
	position: relative;
	display: flex;
}

.searchResBox .searchResImgBox{
	flex-shrink: 0;
  margin-right: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.searchResBox .searchResImgBox img{
	width: 60px;
	height: 60px;
	object-fit: cover;
}

.searchResBox .searchResContBox{
	position: relative;
  flex-grow: 1;
  align-self: center;
}

.searchResBox .searchResTitle{
	font-size: 15px;
	font-weight: 500;
	color: #000;
}


.results .view-all-item {
	display: none;
  border-top: 1px solid #ccc;
  text-align: center;
  padding: 5px 10px;	
	
}

.results .view-all-link {
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #213B72 !important;
  text-decoration: none;
}

.results .view-all-link:hover {
  text-decoration: underline !important;
}







.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: 5px;
  background: #F2F2F2;
}




.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: 14px;
	font-weight: 400;
    transition: width 0.4s linear;
}




.hamburger_menu .search-icon{
    height: 22px;
    width: 22px;
	font-size: 16px;   
    color: #CC2027;
}




.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*/

.dis-desktop{
	display: block;
}

@media (max-width: 575px) {

.dis-desktop{
	display: none;
}
	
}



.dis-mob{
	display: none;
}

@media (max-width: 575px) {

.dis-mob{
	display: block;
}
	
}



.sliderSec{
position:relative;
padding:0;
min-height: 350px;
margin-top: 90px;
}

.hm-mainslider-sec{
position:relative;
}


.slidevdobg{
z-index: -1;
}


.sliderVideo {
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
}



.video-fluid {

}


.owl-carousel video{
	width: 100%;
    display: block;
    object-fit: cover!important;
         -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slider-item{
	position: relative;
}




.sliderImgWrap{
	position: relative;
}


.sliderImgWrap:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:auto;
	bottom: 0;
	width: 100%;
	height:20%;
	background: rgba(0,0,0,0);
	z-index: 1;
}


.sliderImgWrap:before{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: auto;
	width: 100%;
	height:20%;
	background: rgba(0,0,0,0);
	z-index: 1;
}



.slider-image{
	position: relative;
}

.slider-image:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
	background:rgba(0,62,146,0);
}


.slider-image.slideOne{
	position: relative;
}

.slider-image.slideOne:after{
	background:rgba(0,62,146,.85);
}




.slider-imageItem{
	position: relative;
}

.slider-imageItem:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,.1);
}




.slider-captionWrap {
position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
 -ms-flex-align: center;
  align-items: center;
    z-index: 1;
}



.slider-captionWrap .alCenter{
  -ms-flex-align: center ;
  align-items: center ;

}


.slider-captionWrap.HeadpMargin{
	padding-top: 200px;
}


.sliderProImg{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 1;
}

.sliderProImg img{
	width: 900px !important;
	height:auto !important;
	display: inline-block !important;	
}




.sliderProImage{
	position: relative;
	margin: 50px 0 0 0;
	text-align: center;
}

.sliderProImage img{
	width: 700px !important;
	height:auto !important;
	display: inline-block !important;
}

.slider-caption {
	text-align: left;
    z-index: 1;
    color: #fff;
    padding: 0;
    max-width: 700px;
}


.slider-caption .headingSmall {
	position: relative;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;	
	font-size: 34px; 
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 0;
    line-height: 1.2;
    color: #930d04;	
}


.slider-caption .heading {
	position: relative;
	font-family: "Montserrat", sans-serif;
  font-weight: 500;
	font-size: 40px; 
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 0 0 30px 0;
    line-height: 1.2;
    color: #12385E;	
}


.slider-caption .headingBold{
	font-weight: 800;
}


.slider-caption .slider-txt{
	font-size: 13px;
	line-height: 1.2;
	margin: 0 0 15px 0;
}


.slider-caption .btn-slide{
	position: relative;
	font-family: 'Acephimere Bold';
	font-weight: normal;
 	font-size:17px;
	padding:14px 30px 13px;
	color:#0C4CA2;	
	background: #FFCC32;
	border: 0px;
	border-radius:50px;
	line-height: 1;
	display: inline-block;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
	.slider-caption .btn-slide:hover{
		background: #fff;
		color:#0C4CA2;
		}



.owl-item.active .sliderProImage {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.3s;
}





.owl-item.active .headingSmall {
 -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 .heading {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}



.owl-item.active .slider-txt {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}


.owl-item.active .btn-slide {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}





.hm-mainslider-sec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: -30px ;
}





 .hm-mainslider-sec .owl-dots {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    bottom: 20px;
  }




.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
position: relative;
	margin: 0 10px;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 0px solid #fff;
    padding: 0;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}



.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span::after{
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #fff;
}



.hm-mainslider-sec .owl-theme .owl-dots .owl-dot.active span,
.hm-mainslider-sec .owl-theme .owl-dots .owl-dot:hover span {
	position: relative;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 2px solid #fff;
    padding: 0;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot.active span::after,
.hm-mainslider-sec .owl-theme .owl-dots .owl-dot:hover span::after{
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
}






.hm-mainslider-sec .owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    padding:0;
    background: 0 0;
    color: #fff;
    font-size: 16px;
    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: 130px;
}

    .hm-mainslider-sec .owl-prev {
        right: 50px;
    }

    .hm-mainslider-sec .owl-next {
        right: 20px;
    }		
	

.hm-mainslider-sec .owl-theme .owl-nav {
    margin: 0;
}





@media (min-width: 576px){
	
.sliderSec{
min-height: 200px;
		
}
	
}



@media (min-width: 768px){

	
}


@media (min-width: 992px){

.sliderSec{
  min-height: 300px;
}
	
	
}



@media (min-width: 1200px){


	
}




@media (min-width: 1400px){

	
	
}




@media (min-width: 1680px){
	
.sliderSec{
 min-height: 500px;
}


}



@media (max-width: 1366px) {
  .sliderSec {
    margin: 85px 0 0 0;
  }
	
}


@media (max-width: 1399.98px) {

	
.sliderProImg img{
	width: 650px !important;
}	
	
.sliderProImage img{
	width: 500px !important;
}	

	
	.slider-caption .headingSmall{
		font-size:34px;
	}
	
	.slider-caption .heading{
		font-size: 40px;
	}	
	



	
	
	
}


@media (max-width: 1199px) {
	
  .sliderSec {
    margin: 80px 0 0 0;
  }
	
}


@media (max-width: 1199.98px) {
	
.sliderProImg img{
	width: 500px !important;
}
	
	

.sliderProImage img{
	width: 500px !important;
}	

	
	.slider-caption .headingSmall{
		font-size: 30px;
		margin: 0 0 10px 0;
	}
	
	.slider-caption .heading{
		font-size: 36px;
		margin: 0 0 20px 0;
	}


}



@media (max-width: 991px) {
	
  .sliderSec {
    margin: 45px 0 0 0;
  }
	
}


@media (max-width: 991.98px) {

	
	
.sliderProImg img{
	width: 450px !important;
}
	
	
.sliderProImage img{
	width: 500px !important;
}

	
.slider-caption {
    padding: 0;

}

	
	.slider-caption .headingSmall{
		font-size: 20px;
		margin: 0 0 10px 0;
	}
	
	.slider-caption .heading{
		font-size: 30px;
		margin: 0 0 20px 0;
	}

	
.slider-caption .btn-slide{
	padding: 11px 20px 10px;
    font-size: 15px;
	}
	
	
	
	.hm-mainslider-sec .owl-theme .owl-nav.disabled + .owl-dots{
		margin-top: -20px;
	}
	

	.hm-mainslider-sec .owl-dots{
		bottom:10px;		
	}
	
	
.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span{
    width: 18px;
	height: 18px;
	}
	
	
.hm-mainslider-sec .owl-theme .owl-dots .owl-dot.active span,
.hm-mainslider-sec .owl-theme .owl-dots .owl-dot:hover span {
    width: 18px;
	height: 18px;
	}
	
	
.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span::after{
	width: 8px;
	height: 8px;
	}
	
	
	
	
	
}



@media (max-width: 767px) {
	
  .sliderSec {
    margin: 40px 0 0 0;
  }
	
}



@media (max-width: 767.98px) {


	
.sliderProImg img{
	width: 350px !important;
}
	
	
.sliderProImage{
	position: relative;
	margin-bottom: 10px;
	margin-top: -60px;
}

.sliderProImage img{
	width: 200px !important;	
	height:auto !important;
}	
	

	.slider-captionWrap	{
		align-items: flex-start;
		padding-top: 75px;
	}
	
	
.slider-caption {
	max-width: 90%;
	text-align: center;
	margin: auto;
	
}	

	
.slider-caption .slider-txt{
	display: none;
}	


	.slider-caption .headingSmall{
		font-size: 18px;
	}
	
	.slider-caption .heading{
		font-size: 22px;
		margin: 0 0 20px 0;
	}	

	

	
.slider-image img{
/*! height: 450px; */
/*! object-fit: cover; */
/*! object-position: center bottom; */
}	




	
	
	
	
}






@media (max-width: 575.98px) {

	

	
.sliderProImg img{
	width: 250px !important;
}
	
	
	
	.hm-mainslider-sec .owl-dots{
		bottom:20px;
	}	
	
	
	.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
		margin: 0 10px;
	}
	
	
	
	
}













/*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;	
}


.SecHeading{
	position:relative;
	font-size:44px;
	font-weight:700;
	letter-spacing: -1px;
	line-height: 1.2;
	color: #333;
	padding:0;
	margin: 0 0 25px 0;
	}

.SecHeading span{
	font-weight:400;
	}

.SecHeading.Light{
	color: #fff;
}


@media (max-width: 991px){

	.SecHeading{
	font-size:22px;
	margin: 0 0 15px 0;
	}
	
}







.sec-header{
	position:relative;
	}


.sec-header h1{
	position:relative;
	font-size:44px;
	font-weight:700;
	letter-spacing: -1px;
	line-height: 1.2;
	color: #333;
	padding:0;
	margin: 0 0 25px 0;
	}

.sec-header h1 span{
	font-weight:400;
	}



.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;	
}




@media (max-width: 991px){
	



.sec-header h1{
	font-size:22px;
	margin: 0 0 15px 0;
	
	}

.sec-header h5{
	font-size:13px;
	margin: 0 0 5px 0;
	}

	
}









.btn-more{
	padding:14px 25px;
	background: #213B72;
	color:#fff;
	border: 0;
	font-size:16px;	
	font-weight:700;	
	line-height: 1;
	
	-webkit-border-top-left-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomright: 15px;
border-top-left-radius: 15px;
border-bottom-right-radius: 15px;
	}
	
	.btn-more:hover{
		background: #CC2027;
		color:#fff;
		}



.btn-moreBorder{
	padding:14px 25px;
	border: 1px solid #CC2027;
	color:#213B72;
	font-size:16px;	
	font-weight:700;	
	line-height: 1;
	
	-webkit-border-top-left-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomright: 15px;
border-top-left-radius: 15px;
border-bottom-right-radius: 15px;
	}
	
	.btn-moreBorder:hover{
		background: #CC2027;
		color:#fff;
		}




@media (max-width: 991px){
	
	
.btn-more{
	padding:12px 20px;
	font-size:13px;
	}
	
.btn-moreBorder{
	padding:12px 20px;
	font-size:13px;
	}	
	
	
	
}



	





.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;
	line-height: 1.3;
	padding: 6px 0 6px 20px;
}

.lists li:before {
    content: '';
    width: 7px;
    height: 7px;
	border-radius: 50%;
	background: #CC2027;
    position: absolute;
    left: 0;
    top: 15px;
}



@media (max-width: 991px) {
	
.lists{
	margin: 0 0 20px 0;
}
	
.lists li{
	padding: 6px 0 6px 15px;
}	

.lists li:before {
    width: 6px;
    height: 6px;
    top: 13px;
}

}



.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);
}










.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;
}






/*Pro-Categ-Sec styles*/	

.Pro-Categ-Sec{
	position: relative;
	padding: 120px 0;
	background: #F5F5F5;
background: linear-gradient(0deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);	
}


.Pro-Categ-Sec .alSelfCenter {
  align-self: center;
}

.CatgMainImage{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.CatgMainImage img{
	width: 100%;
}



.CatgBoxRow{
	margin:50px 0 0 0; 
}

.CatgColsRow {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
	
}

.CatgColsRow > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
	padding-left: 15px;
}



.CatgColsRow .CatgCol{
flex: 0 0 auto;
width: 50%;
}



.Catg-Col-6{
	width: 50%;
	margin-right: 20px;
}



.CatgItemFlexBox{
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 0 20px 0;
}



.CatgIconBox{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	background: #fff;
	border: 1px solid #B4B4B4;
	padding: 10px;
	border-radius: 10px;
	margin-right: 15px;
	flex-shrink: 0;	
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.CatgItemFlexBox:hover .CatgIconBox{
	border: 1px solid #EF6268;
}



.CatgIcon{
	position: relative;
}

.CatgIcon img{ 
	width: 72px;
	height: 72px;
	display: inline-block;
}

.CatgTitle{
	flex-grow: 1;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #213B72;
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.CatgItemFlexBox:hover .CatgTitle{
	color: #CC2027;
}




@media (max-width: 1366px) {
	
	.CatgBoxRow{
	margin: 20px 0 0 0;
	}
	
	
	.CatgIconBox{
	width: 90px;
	height: 90px;
	}

.CatgIcon img{ 
	width: 45px;
	height: 45px;
	}

.CatgTitle{
	font-size: 18px;
	}
	
	
	
}



@media (max-width: 1199px) {
	
	.CatgIconBox{
	width: 80px;
	height: 80px;	
}

.CatgIcon img{ 
	width: 40px;
	height: 40px;
}

.CatgTitle{
	font-size: 15px;	
}
	
	
}




@media (max-width: 991px) {

	
	.Pro-Categ-Sec{
		padding: 30px 0;
	}	
	
	.CatgBoxRow{
		margin: 20px 0 0 0;
	}
	
	
	.CatgItemFlexBox{
		margin: 0 0 10px 0;
	}
	
	
.CatgIconBox{
	width: 60px;
	height: 60px;	
}

.CatgIcon img{ 
	width: 30px;
	height: 30px;
}

.CatgTitle{
	font-size: 15px;	
}

	
	
}






/*hm-BrandsSec styles*/	


.hm-BrandsSec{
	position: relative;
	padding: 120px 0 90px;
}



.hm-BrandsSec .ContentBox{
	position: relative;
	margin: 0 0 50px 0;
}

.hm-BrandsSec .descSmall{	
    margin-bottom: 25px;
}


.Brand-BoxItem{
	position:relative;
	text-align: center;
	margin: 0 0 30px 0;
	}

.Brand-BoxItem img{
	border-radius: 5px;
	border: 1px solid #DEDEDE;
	display: inline-block;
	}



@media (max-width: 991.98px) {

.hm-BrandsSec{
	padding: 50px 0 20px;
}
	
}




.BrandsColsRow {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
	
}

.BrandsColsRow > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 10px;
	padding-left: 10px;
}



.BrandsColsRow .BrandsCol{
flex: 0 0 auto;
width: 14.25%;
}




@media (max-width: 1199.98px) {

	
.BrandsColsRow .BrandsCol{
flex: 0 0 auto;
width: 20%;
}
	
	
}



@media (max-width: 991.98px) {

	
.BrandsColsRow .BrandsCol{
flex: 0 0 auto;
width: 25%;
}
	
	
}


@media (max-width: 767.98px) {

.BrandsColsRow .BrandsCol{
flex: 0 0 auto;
width:33.33333333%;
}	
	
	
}


@media (max-width: 575.98px) {
	
.BrandsColsRow .BrandsCol{
flex: 0 0 auto;
width: 50%;
}
	
	
}








/*hm-NewArrivalSec styles*/	


.hm-NewArrivalSec{
	position: relative;
	padding: 100px 0 60px;
	background: #F5F5F5;
}

.hm-NewArrivalSec .BlockWrap{
	position: relative;
}

.hm-NewArrivalSec .descSmall{
	
}

.hm-NewArrivalSec .NewArrivalSlide{
	position: relative;
	margin: 0;
}



.hm-NewArrivalSec .owl-carousel .owl-item img{
	width: 100%;
	display: inline-block;
}



.hm-NewArrivalSec .owl-carousel .item{
	width: 100%;
	overflow:hidden;
	padding-top: 0;
	}	
	


.hm-NewArrivalSec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px;
}



.hm-NewArrivalSec .owl-dots {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hm-NewArrivalSec .owl-theme .owl-dots .owl-dot span {
position: relative;
	margin: 0 10px;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 0px solid #CC2027;
    padding: 0;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}



.hm-NewArrivalSec .owl-theme .owl-dots .owl-dot span::after{
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #213B72;
}



.hm-NewArrivalSec .owl-theme .owl-dots .owl-dot.active span,
.hm-NewArrivalSec .owl-theme .owl-dots .owl-dot:hover span {
	position: relative;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 2px solid #CC2027;
    padding: 0;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hm-NewArrivalSec .owl-theme .owl-dots .owl-dot.active span::after,
.hm-NewArrivalSec .owl-theme .owl-dots .owl-dot:hover span::after{
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #CC2027;
}




.hm-NewArrivalSec .owl-theme .owl-nav [class*=owl-] {
    margin: 10px;
    padding:0;
    background: 0 0;
    color: #666;
    font-size: 28px;
    display: inline-block;
    cursor: pointer;
}

.hm-NewArrivalSec .owl-theme .owl-nav [class*=owl-]:hover {
  background: 0 0;
    color: #959595;
    text-decoration: none;
}

.hm-NewArrivalSec .owl-next,
.hm-NewArrivalSec .owl-prev {
    position: relative;
    color: inherit;
    background: 0 0;
    border: none;
    z-index: 100;
}


.hm-NewArrivalSec .owl-theme .owl-nav {
    margin: 30px 0 0 0;
}




.hm-NewArrivalSec .owl-carousel .owl-stage{display: flex;}


.hm-NewArrivalSec .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}






@media (max-width: 991px){


.hm-NewArrivalSec{
	padding: 50px 0;
}
	
	
	
.hm-NewArrivalSec .owl-theme .owl-dots .owl-dot span{
    width: 18px;
	height: 18px;
	}
	
	
.hm-NewArrivalSec .owl-theme .owl-dots .owl-dot.active span,
.hm-NewArrivalSec .owl-theme .owl-dots .owl-dot:hover span {
    width: 18px;
	height: 18px;
	}
	
	
.hm-NewArrivalSec .owl-theme .owl-dots .owl-dot span::after{
	width: 8px;
	height: 8px;
	}
	
	
	
	.hm-NewArrivalSec .owl-theme .owl-nav{
		margin: 10px 0 0 0;		
	}
	
.hm-NewArrivalSec .owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
}
 

	
}





/*ProListBoxItem styles*/	


.labelOffer {
  position: absolute;
  top: 0;
  left:15px;
	text-align: center;
  width: 48px;
  height: 46px;
	padding: 5px;
	background-image: url("../images/offer-label.svg");
	background-size: contain;
	z-index: 1;
}

.label_Text_Offer{
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	line-height: 1.2;
}

.label_Text_Offer span{
	display: block;
	font-size:12px;
	text-transform: uppercase;
}






.ProListBoxItem{
	position:relative;
	margin-bottom: 40px;	
	
	-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 .btnView{
	color: #CC2027;
}





.ProListBoxItem .imageBox{
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #D5D5D5;
	padding: 15px;
	margin: 0 0 20px 0;
	}


.ProListBoxItem .imageBox img{

  -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 .imageBox img{	
		display: inline-block;
}


	
.ProListBoxItem .contentBox{
	position: relative;
	text-align: left;
	}





.ProListBoxItem .contentBox .Categ{
	color: #888;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
	}

.ProListBoxItem .contentBox .Brand{
	color: #666;
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 5px 0;
	}


	.ProListBoxItem .contentBox h4{
		color: #333;
		font-size:20px;
		font-weight:700;
		margin:0 0 15px 0;
	}


	.ProListBoxItem:hover .contentBox h4{
		color: #213B72;
	}



	.ProListBoxItem .contentBox .desc{
		height: 50px;
		overflow: hidden;
		margin:0 0 20px 0;
	}



.btnView{
	position: relative;
	font-weight: 600;
	font-size: 15px;
	color: #213B72;
	display: inline-block;
	padding: 0;
	margin: 0 0 10px 0;
		-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;

}

.btnView:after{
	position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #CC2027;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0;
}


.btnView:hover{
	color:#CC2027;		
	}






@media (max-width: 991.98px) {

.labelOffer {
  left:10px;
  width: 40px;
  height: 38px;
	padding: 2px;
}

.label_Text_Offer{
	font-size: 13px;
}

.label_Text_Offer span{
	font-size:12px;
}


	
.ProListBoxItem .imageBox{
	margin: 0 0 10px 0;
	}
	


.ProListBoxItem .contentBox .Brand{
	font-size: 13px;
	margin: 0 0 5px 0;
	}

	.ProListBoxItem .contentBox h4{
		font-size:17px;
		margin:0 0 10px 0;
	}
	

	
.btnView{
	font-size: 13px;
}



}




@media (max-width: 767.98px) {
	
	.ProListBoxItem{
		margin: 0 0 30px 0;
	}
	
.ProListBoxItem .imageBox img{
	width: 200px !important; 
	}
	
	
}





/*OfferSec styles*/	


.OfferSec{
	position: relative;
	padding: 120px 0 80px;
	text-align: center;
}


.OfferSlide{
	position: relative;
}



.OfferImageBox{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin: 0;
	}
	
	.OfferImageBox 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;
}

.OfferImageBox:hover 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);
	}




.OfferSec .owl-carousel .owl-item img{
	width: 100% !important;
	display: inline-block;
}



.OfferSec .owl-carousel .item{
	width: 100%;
	overflow:hidden;
	padding-top: 0;
	}	
	


.OfferSec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 30px;
}



.OfferSec .owl-dots {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.OfferSec .owl-theme .owl-dots .owl-dot span {
position: relative;
	margin: 0 10px;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 0px solid #CC2027;
    padding: 0;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}



.OfferSec .owl-theme .owl-dots .owl-dot span::after{
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #213B72;
}



.OfferSec .owl-theme .owl-dots .owl-dot.active span,
.OfferSec .owl-theme .owl-dots .owl-dot:hover span {
	position: relative;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 2px solid #CC2027;
    padding: 0;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.OfferSec .owl-theme .owl-dots .owl-dot.active span::after,
.OfferSec .owl-theme .owl-dots .owl-dot:hover span::after{
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #CC2027;
}




.OfferSec .owl-theme .owl-nav [class*=owl-] {
    margin: 10px;
    padding:0;
    background: 0 0;
    color: #666;
    font-size: 28px;
    display: inline-block;
    cursor: pointer;
}

.OfferSec .owl-theme .owl-nav [class*=owl-]:hover {
  background: 0 0;
    color: #959595;
    text-decoration: none;
}

.OfferSec .owl-next,
.OfferSec .owl-prev {
    position: relative;
    color: inherit;
    background: 0 0;
    border: none;
    z-index: 100;
}


.OfferSec .owl-theme .owl-nav {
    margin: 30px 0 0 0;
}




.OfferSec .owl-carousel .owl-stage{display: flex;}


.OfferSec .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}






@media (max-width: 991.98px) {


	.OfferSec{
		padding: 50px 0;
	}	
	

	
.OfferSec .owl-theme .owl-dots .owl-dot span{
    width: 18px;
	height: 18px;
	}
	
	
.OfferSec .owl-theme .owl-dots .owl-dot.active span,
.OfferSec .owl-theme .owl-dots .owl-dot:hover span {
    width: 18px;
	height: 18px;
	}
	
	
.OfferSec .owl-theme .owl-dots .owl-dot span::after{
	width: 8px;
	height: 8px;
	}
	
	
	
	
.OfferSec .owl-theme .owl-nav{
	margin: 10px 0 0 0;		
	}
	
	
.OfferSec .owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
}
	
	
	
}







/*SinceSec styles*/	

.SinceSec{
	position: relative;
	background:#fff url("../images/banner-block-about-us.jpg");
	background-size: cover;
	background-position: bottom center;
	height: 800px;
	z-index: 1;
}

.SinceSec:after{	
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:auto;
	bottom: 0;
	width: 100%;
	height:50%;
background: #001031;
background: linear-gradient(0deg, rgba(0, 16, 49, 1) 0%, rgba(33, 59, 114, 0.5) 50%, rgba(33, 59, 114, 0) 100%);
	z-index: -1;
}

.yearBoxWrap{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	padding: 0 0 70px 0;
	display: -ms-flexbox ;
	display: flex ;
	  -ms-flex-align: end ;
  align-items: flex-end ;
}



.yearBox{
	position: relative;
}

.yearBox img{
	width: 550px;
display: inline-block;
}




@media (max-width: 991.98px) {

	
.SinceSec{
	height: 450px;
}	
	
.yearBox{
	text-align: center;
}
	
.yearBox img{
	width: 300px;
}
	
	
}




/*hm-About styles*/	


.hm-AboutSec{
	position: relative;
	text-align: center;
	padding: 100px 0;
}



.hm-AboutSec .desc{
	max-width: 80%;
	margin: auto;
}



@media (max-width: 991.98px) {
	
.hm-AboutSec{
	padding:50px 0;
}

.hm-AboutSec .desc{
	max-width: 100%;
}
	
}




/*Team_Sec styles*/	

.Team_Sec{
	position: relative;
	background: #F5F5F5;
	padding: 100px 0;
}

.Team_Sec .alSelfCenter {
  align-self: center;
}



.Team_ContentBox{
	position: relative;
	padding-right: 100px;
}

.Team_ContentBox .descSmall{
	position: relative;	
}



.team_ImageBox{
	position: relative;
	text-align: center;	
	margin: 0;
}

.team_ImageBox .team_Image{
	position: relative;	
	margin: 0 0 20px 0;
}

.team_ImageBox .team_Image img{
	width: 300px;
	display: inline-block;
	-webkit-border-top-left-radius: 30px;
-webkit-border-bottom-right-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-bottomright: 30px;
border-top-left-radius: 30px;
border-bottom-right-radius: 30px;
}






.team_ImageBox .team_Name{
	position: relative;
	font-size: 22px;
	font-weight: 700;
	color: #213B72;
	line-height: 1.3;
	margin: 0 0 5px 0;
}


.team_ImageBox .team_JobTitle{
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #CC2027;
	line-height: 1.2;
	margin: 0 0 5px 0;
}




@media (max-width: 991.98px) {

.Team_Sec{
	padding: 50px 0;
	text-align: center;
}

	
.Team_ContentBox{
	padding-right: 0;
}
	
.Team_ContentBox .descSmall{
	margin: 0 0 40px 0;
}	
	
	
	.team_ImageBox{
	margin: 0 0 40px 0;
	}
	
	.team_ImageBox.mBottom{
	margin: 0;
	}
	
	
	
	.team_ImageBox .team_Image{
		margin: 0 0 15px 0;
	}
	
	.team_ImageBox .team_Name{
		font-size: 17px;
	}
	
	.team_ImageBox .team_JobTitle{
		font-size: 14px;		
	}
	
	
	
}






/*TeamSec styles*/	

.TeamSec{
	position: relative;
	text-align: center;
}


.TeamSlide{
	position: relative;
	padding: 15px 0 0 0;
}



.teamImageBox{
	position: relative;
	text-align: center;
	margin: 0;
}

.teamImageBox .teamImage{
	position: relative;	
	margin: 0 0 20px 0;
}

.teamImageBox .teamImage img{
	width: 300px;
	display: inline-block;
	border-radius: 10px;
}

.teamImageBox .teamName{
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: #333;
	line-height: 1.3;
	margin: 0 0 5px 0;
}


.teamImageBox .teamJobTitle{
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #666;
	line-height: 1.2;
	margin: 0 0 5px 0;
}




.TeamSec .owl-carousel .owl-item img{
	width: 100% !important;
	display: inline-block;
}



.TeamSec .owl-carousel .item{
	width: 100%;
	overflow:hidden;
	padding-top: 0;
	}	
	


.TeamSec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 30px;
}



.TeamSec .owl-dots {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.TeamSec .owl-theme .owl-dots .owl-dot span {
position: relative;
	margin: 0 10px;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 0px solid #CC2027;
    padding: 0;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}



.TeamSec .owl-theme .owl-dots .owl-dot span::after{
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #213B72;
}



.TeamSec .owl-theme .owl-dots .owl-dot.active span,
.TeamSec .owl-theme .owl-dots .owl-dot:hover span {
	position: relative;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 2px solid #CC2027;
    padding: 0;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.TeamSec .owl-theme .owl-dots .owl-dot.active span::after,
.TeamSec .owl-theme .owl-dots .owl-dot:hover span::after{
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #CC2027;
}




.TeamSec .owl-theme .owl-nav [class*=owl-] {
    margin: 10px;
    padding:0;
    background: 0 0;
    color: #666;
    font-size: 28px;
    display: inline-block;
    cursor: pointer;
}

.TeamSec .owl-theme .owl-nav [class*=owl-]:hover {
  background: 0 0;
    color: #959595;
    text-decoration: none;
}

.TeamSec .owl-next,
.TeamSec .owl-prev {
    position: relative;
    color: inherit;
    background: 0 0;
    border: none;
    z-index: 100;
}


.TeamSec .owl-theme .owl-nav {
    margin: 30px 0 0 0;
}




.TeamSec .owl-carousel .owl-stage{display: flex;}


.TeamSec .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}



@media (max-width: 991.98px) {


.TeamSlide{
	padding: 0;
}

	
	
	.teamImageBox .teamImage{
		margin: 0 0 15px 0;
	}
	
	.teamImageBox .teamName{
		font-size: 15px;
	}
	
	.teamImageBox .teamJobTitle{
		font-size: 13px;		
	}
	
	
	
	
.TeamSec .owl-theme .owl-dots .owl-dot span{
    width: 18px;
	height: 18px;
	}
	
	
.TeamSec .owl-theme .owl-dots .owl-dot.active span,
.TeamSec .owl-theme .owl-dots .owl-dot:hover span {
    width: 18px;
	height: 18px;
	}
	
	

.TeamSec .owl-theme .owl-dots .owl-dot span::after{
	width: 8px;
	height: 8px;
	}
	
	
	
	
	.TeamSec .owl-theme .owl-nav{
		margin: 10px 0 0 0;		
	}
	
.TeamSec .owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
}
	
	
	
}







/*FeatureSec styles*/


.FeatureSec{
	position:relative;	
	padding: 120px 0 90px;
	background: #213B72;
	color: #fff;
	text-align: center;
	}


.FeatureSec .descSmall{
	margin: auto;
	margin-bottom: 50px;	
}


.FeatureBoxRow{
	position: relative;
}

.FeatureBoxItem{
	position:relative;
	border: 1px solid #637AAA;
	padding: 60px 30px;
	text-align: center;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	-webkit-border-top-left-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomright: 15px;
border-top-left-radius: 15px;
border-bottom-right-radius: 15px;
	}



.FeatureBoxItem .IconBox{
	position: relative;
	margin: 0 0 40px 0;	
	}

.FeatureBoxItem .IconBox img{
	width: 80px;
	height: 80px;
	display: inline-block;
	}



.FeatureBoxItem .contentBox{
	position: relative;
	}

	
	.FeatureBoxItem .contentBox h3{
		position: relative;
		font-weight: 600;
		font-size:44px;
		margin:0 0 20px 0;
	}


	.FeatureBoxItem .contentBox .subTitle{
		font-size:20px;
		font-weight: 600;
	}






@media (max-width: 991.98px) {
	
	.FeatureSec{
		padding: 50px 0 10px;
	}
	
	
	.FeatureSec .descSmall{
	margin-bottom: 30px;	
}

	.FeatureBoxItem{
	padding: 30px 20px;	
	}
	
	

	
	.FeatureBoxItem .IconBox{
	margin: 0 0 20px 0;	
	}
	
	
	.FeatureBoxItem .IconBox img{
	width: 54px;
	height: 54px;
	}



	.FeatureBoxItem .contentBox h3{
		font-size:22px;
		margin:0 0 10px 0;
	}
	
	.FeatureBoxItem .contentBox .subTitle{
		font-size:16px;
	}
	
	
	
}





/*Infrastrcuture-Sec styles*/	

.Infrastrcuture-Sec{
	position: relative;
	padding: 0 0 120px 0;
	margin: 0 0 70px 0;
}



.Infrastrcuture-Sec .imageBlockWrap{
	position: relative;
}


.Infrastrcuture-Sec .imageBlock{
	position: relative;
}

.Infrastrcuture-Sec .imageBlock img{
	width: 100%;
}



.Infrastrcuture-Sec .TitleBoxWrap{
	position: absolute;
	bottom: -120px;
	right: 0;
	width: 50%;
}


.Infrastrcuture-Sec .TitleBox{
	position: relative;
	background: #213B72;
	color: #fff;
	padding: 50px 100px 50px 50px;
	width: 100%;
}

.Infrastrcuture-Sec .TitleBox .heading{
	font-size: 44px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}

.Infrastrcuture-Sec .TitleBox .heading span{
	font-weight: 400;	
}

.Infrastrcuture-Sec .TitleBox .desc{
}





@media (max-width: 991px) {
	
	
.Infrastrcuture-Sec{
	margin: 0;
	padding: 0;
}

	
.Infrastrcuture-Sec .imageBlock img{
	height: 300px;
    object-fit: cover;
    object-position: right bottom;
}

	
	.Infrastrcuture-Sec .TitleBoxWrap{
		position: relative;
		bottom: 0;
		width: 100%;
	}


.Infrastrcuture-Sec .TitleBox{
	padding: 30px 15px;
}

.Infrastrcuture-Sec .TitleBox .heading{
	font-size: 22px;
	margin: 0 0 15px 0;
}


}





/*hm-BlogSec styles*/	


.hm-BlogSec{
	position: relative;	
	text-align: center;
	padding: 50px 0;
}


.BlogRow{
	position: relative;
	margin: 0 0 30px 0;
	padding: 0;
}



.BlogBox{
	position:relative;
	text-align: left;
	height: calc(100% - 50px);
	margin: 0 0 50px 0;
	}



.BlogBox .imageBox{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin: 0;
	}
	
	.BlogBox .imageBox img{
	 width: 100%; 
		 /* height: 180px; */
	 /* object-fit: cover; */

	display:inline-block;  
  -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: transform .5s;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
}

.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);
	}



.BlogListFlex {
  display: flex;
  justify-content: space-between;
  margin:0 0 25px 0;
}

.BlogBox .blogCateg{
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	color: #666666;
}

.BlogBox .blogDate{
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	color: #666666;	
}



.BlogBox .contentBox{
	position: relative;
	padding: 20px 0 50px 0;
	}


.BlogBox .contentBox h4{
		font-size:24px;
		font-weight: 700;
		color: #333;
		line-height: 1.3;
		margin:0 0 15px 0;
	}

	.BlogBox .contentBox .desc{
		color: #000;
		height: 85px;
		overflow: hidden;
	}



.BlogBox .btnBlogPosition {
  position: absolute;
  left: 0;
  bottom: 0;
}


.btn-blog{
	position:relative;
	color:#213B72;
	font-size:16px;
	font-weight: 700;
	line-height: 1;
	padding: 0 0 0 20px;
	margin:0;
	}
	
	.btn-blog:hover{
	color:#CC2027;
	}


.btn-blog:after{
    content: '';
    width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #CC2027;
    position: absolute;
    left: 0;
    top: 5px;
}






@media (max-width: 991px) {


	.hm-BlogSec{
		padding: 50px 0 0 0;
	}
	
	
	.BlogRow{
		margin: 0;
	}
	
	
	.BlogListFlex{
		margin: 0 0 15px 0;
	}
	
	.BlogBox .blogCateg{
		font-size: 12px;		
	}	
	
	.BlogBox .blogDate{
		font-size: 12px;		
	}	

	.BlogBox .contentBox{
		padding: 10px 0 40px 0;
	}
	
	
	.BlogBox .contentBox h4{
		font-size:18px;
		margin:0 0 10px 0;
	}

	.BlogBox .contentBox .desc{
		height: 70px;
	}

	
	

.btn-blog{
	font-size:13px;
	padding: 0 0 0 15px;
	}



.btn-blog:after{
    width: 6px;
	height: 6px;
    left: 0;
    top: 5px;
}

	

}
	



@media (min-width: 1300px) {

.BlogRow .row {
  margin-right: -30px;
  margin-left: -30px;
  }

.BlogRow .row > .col,
.BlogRow .row > [class*="col-"] {
  padding-right: 30px;
  padding-left: 30px;
  }

}





/*FooterContactSec styles*/



.FooterContactSec {
	position: relative;
	background:#DCDCDC url("../images/bg-call-to-action.jpg") center center;
	background-size: cover;
	color: #000;
	padding: 85px 0;
}

.FooterContactSec .titleBox{
	width: 100%;
	display: flex ;
	 align-items: center;
	justify-content: space-between ;
}

.FooterContactSec .ItemTitle{
	position: relative;
	margin-right: 10px;
}


.FooterContactSec .titleOne{
	font-weight: 700;
	font-size: 36px;
	line-height: 1.2;
	color: #213B72;
	margin: 0 0 10px 0;
}

.FooterContactSec .titleSmall{
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3;
	color: #000;
}


.FooterContactSec .btnBlock{
	display: flex;
}

.FooterContactSec .btnBlock .mRight{
	margin-right: 10px;
}

.FooterContactSec .btn-Contact{
	padding:14px 25px;
	background: #CC2027;
	color:#fff;
	font-size:16px;	
	font-weight:700;	
	line-height: 1;
	
	-webkit-border-top-left-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomright: 15px;
border-top-left-radius: 15px;
border-bottom-right-radius: 15px;
}

.FooterContactSec .btn-Contact:hover{
	background: #213B72;
	color:#fff;
	}





@media (max-width: 991.98px) {
	

	.FooterContactSec {
		padding: 40px 0;
	}
	
	.FooterContactSec .titleBox{
		display: block;
		text-align: center;
	}
	
	
.FooterContactSec .titleOne{
	font-size: 18px;
}

.FooterContactSec .titleSmall{
	font-size: 14px;
	margin: 0 0 20px 0;
}



.FooterContactSec .btn-Contact{
	font-size:13px;
	padding:10px 15px;
}	

	

	
	
	
}












/*footer styles*/

.footer-sec{
	position:relative;
	font-size:18px;
	color: #DFDFDF;
	margin: 0;	
	background-color: #213B72;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url("../images/footer-bg.jpg");
	z-index: 1;
	}



.footer-sec:after {
position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
	background: rgba(33,59,114,.85);	
	z-index: -1;
}	


.footer-sec .footerContactWrap{
	position: relative;
	text-align: center;
	padding: 100px 0 0 0;
}

.footerContact_BoxRow{
	position: relative;
	padding-bottom: 100px;
	border-bottom: 1px solid #949597;
}

.footer-sec .footer-logo {
    position: relative;
}

.footer-sec .footer-logo img{
	width: 320px;
	display: inline-block;
}



.footer-sec .footer-top{
	position:relative;
	}

.footer-sec .footer-widgets{
	position:relative;
	padding:90px 0 0 0;
	}

.footer-sec .footer-column{
	position:relative;
	margin:0 0 30px 0;	
	}
	
.footer-sec .footer-column h5{
	position: relative;
	font-size:20px;	
	font-weight:600;
	padding:0;
	margin:0 0 25px 0;
	}




.footer-sec .footer-column .desc{
	position:relative;
	width: 90%;
	margin:0 0 40px 0;
	}



	
.footer-sec .btn-Footer{
	display: inline-block;
	padding:14px 25px;
	border: 1px solid #DFDFDF;
	color:#213B72;
	font-size:16px;	
	font-weight:700;	
	line-height: 1;
	
	-webkit-border-top-left-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomright: 15px;
border-top-left-radius: 15px;
border-bottom-right-radius: 15px;
	}
	
	.footer-sec .btn-Footer:hover{
		border: 1px solid #fff;
		color:#fff;
		}



.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:#DFDFDF;
	}

	.footer-sec .footer-column a:hover{
	color:#fff;
	}


	.footer-sec .footer-column .links-two a{
	color:#DFDFDF;
	}

	.footer-sec .footer-column .links-two a:hover{
	color:#fff;
	text-decoration: underline;
	}
	

	


.footer-sec .social-icon{
  display: -ms-flexbox ;
  display: flex ;
	margin: 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:#DFDFDF;
	-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:#fff;
	}


.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: #DFDFDF;
	}

.footer-sec .box .txt{
	font-size: 18px;
	line-height: 1.5;
	padding: 0 30px 0 0;
	}





.footer-sec .footer-bottom{	
	position: relative;
	padding: 0;
}


.footer-bottom-border {
  position: relative;
	padding: 20px 0 50px 0;
  border-top:1px solid #949597;
}



.footer-sec .copyright{	
	text-align: left;
	margin: 0;
	}


.footer-sec .design{
	font-size:14px;
	color: #AEAEAE;
	text-align: right;
	}

.footer-sec .design a{
	color: #AEAEAE !important;
	}
.footer-sec .design a:hover{
	color: #fff !important;
	}




@media (max-width: 1199.98px) {
	
.footer-sec .footer-column .desc{
	width: 100%;
	}

	
 .footer-sec .BoxWidgets {
    padding: 0;
  }
	
	
}



@media (max-width: 991.98px) {


.footer-sec{
	font-size:15px;
	}
	
	
.footer-sec .footerContactWrap{
	padding: 50px 0 0 0;
}

.footerContact_BoxRow{
	padding-bottom: 50px;
}
	
	
	

.footer-sec .footer-widgets{
	padding:40px 0 0 0;
	}
	
	
.footer-sec .footer-column h5{
	font-size:16px;	
	margin:0 0 15px 0;
	}

	


.footer-sec .footer-logo img{
	width: 200px;
}

	
.footer-sec .footer-column .desc{
	margin:0 0 20px 0;
	}
	
.footer-sec .btn-Footer{
	font-size: 13px;
	padding: 10px 15px;
	}	







.footer-sec .footer-column .pro-link{
  margin: 0 0 30px 0;
}	

.footer-sec .footer-column .links li{
	padding: 6px 0;
	font-size: 15px;
	}

	
.footer-sec .footer-column .links-two li{
	padding:7px 0;
	}

	

	
.footer-sec .social-icon a{
    margin-left:15px;
}
	
.footer-sec .social-icon .iconstyle{
	font-size:16px;
	}

.footer-sec .social-icon .iconstyle.icon-youtube{
	font-size:20px;
	}
	



.footer-sec .box{
	padding:0 0 0 24px;
	margin:0 0 15px 0;
	}

.footer-sec .box .icon{
	top:3px;
	}
	
.footer-sec .box .iconstyle{
	font-size:14px;
	}
	
.footer-sec .box .txt{
	font-size: 15px;
	padding: 0;
	}
	




	
.footer-bottom-border {
	padding: 20px 0 30px 0;
}

	
.footer-sec .copyright{
	text-align: center;
	margin: 0 0 10px 0;
	}	

.footer-sec .design{
	font-size:12px;
	text-align: center;
	}
	

}



@media (max-width: 767.98px) {
	
}



@media (max-width: 575.98px) {
	
}




.side-bar-contact {
	position: fixed;
	bottom: 30px;
	right:30px;
	z-index: 100;
}

.side-bar-contact .iconstyle{
	font-size:32px;
	color:#fff;
	background: #25d366;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center ;
	-ms-flex-pack: center ;
	justify-content: center ;	

-webkit-box-shadow: 4px 6px 6px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 4px 6px 6px 0px rgba(0,0,0,0.2);
box-shadow: 4px 6px 6px 0px rgba(0,0,0,0.2);
	}
	



@media (max-width: 991px) {
	
.side-bar-contact {
	right:15px;
}
	
.side-bar-contact .iconstyle{
	font-size:20px;
	width: 36px;
	height: 36px;
	}
	
	
}





/*sub-banner styles*/



.sub-banner-sec{
	position:relative;
	background:#E8E8E8 url("../images/sub-banner.jpg");
	background-size: cover;
	background-position: bottom center;
	height: 200px;
	margin:90px 0 0 0;
	}


.sub-banner-sec.contact{
	background:#E8E8E8 url("../images/banner-contact.jpg");
	background-size: cover;
	background-position: bottom center;
	}


.sub-banner-sec .TitleBoxWrap {
  position: absolute;
  bottom: -46px;
  left: 0;
  right: 0;
	z-index: 1;
}

.sub-banner-sec .TitleBox {
  background: #213B72;
  color: #fff;
  padding: 25px 50px;
display: inline-block;
	font-size: 44px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.2;
	text-align: center;
	-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomright: 20px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
}






@media (max-width: 1366px){

.sub-banner-sec{
	margin:85px 0 0 0;
	}
	
}


@media (max-width: 1199px){
	
	
.sub-banner-sec{
	margin:80px 0 0 0;
	}
	
	
}



@media (max-width: 991px){
	
.sub-banner-sec{
	height: 120px;
	margin:45px 0 0 0;
	}

	.sub-banner-sec .TitleBoxWrap{
		bottom: -25px;
	}
	
	
.sub-banner-sec .TitleBox {
  padding: 15px 30px;
	font-size: 22px;
	}
	
	

}


@media (max-width: 767px){
	
.sub-banner-sec{
	margin:40px 0 0 0;	
	}
	
	
}








/*AboutSec styles*/	


.AboutSec{
	position: relative;
	padding: 120px 0;
}

.AboutSec .MainTitle{
	position: relative;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
  color: #333;
  padding: 0;
  margin: 0 0 25px 0;
}


.AboutSec .MainTitle span{
	font-weight: 400;	
}

.AboutContentBox {
  position: relative;
}

.aboutDesc{
	position: relative;
}



@media (max-width: 991.98px) {

.AboutSec{
	padding: 50px 0;
}

	
.AboutSec .MainTitle{
  font-size: 22px;
  margin: 0 0 15px 0;
}


	
}





/*mission-sec styles*/	

.mission-sec{
	position:relative;	
	padding: 120px 0;
	background: #fff;
	text-align: center;
	}


.mission-sec .BoxItem{
	position:relative;
	padding: 0 25px;
	margin: 0;
	text-align: center;
	}


.mission-sec .BoxItem .icon{
	position: relative;
	margin: 0 0 20px 0;
	}


.mission-sec .BoxItem .icon img{ 
	display: inline-block;
	width: 80px;
	height: 80px;
	}


.mission-sec .BoxItem h3{	
	font-weight: 700;
	font-size: 30px;
	margin:0 0 20px 0;
}


.mission-sec .BoxItem h3 span{
	font-weight: 400;
}


.mission-sec .BoxItem .desc{
	margin: 0;
}



@media (max-width: 991.98px) {



.mission-sec{
	padding:50px 0 20px;
	}


.mission-sec .BoxItem{
	padding: 0;
	margin: 0 0 30px 0;
	}


.mission-sec .BoxItem .icon{
	margin: 0 0 15px 0;
	}
	
.mission-sec .BoxItem .icon img{ 
	width: 40px;
	height: 40px;
	}


.mission-sec .BoxItem h3{	
	font-size: 20px;
	margin:0 0 10px 0;
}

	

}




/*About_Block_Sec styles*/	


.About_Block_Sec{
	position: relative;	
}

.About_Block_Sec.DarkTheme{
	background: #213B72;
	color: #fff;
}

.About_Block_Sec .MLeft{
	margin-left: auto;
}


.About_Block_BoxRow{
	position: relative;
}


.About_Block_Sec .alSelfCenter{
	align-self: center;
}


.About_Block_ImageBox{
	position: relative;
}

.About_Block_ImageBox:after{	
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:auto;
	bottom: 0;
	width: 100%;
	height:30%;
background: #001031;
background: linear-gradient(0deg, rgba(0, 16, 49, 1) 0%, rgba(33, 59, 114, 0.5) 50%, rgba(33, 59, 114, 0) 100%);
}



.About_Block_ImageBoxOne{
	position: relative;
	padding: 30px 0;
	background: #213B72 url(../images/about-us-1.jpg) bottom center;
	background-size: cover;
	height: 100%;
}

.About_Block_ImageBoxTwo{
	position: relative;
	padding: 30px 0;
	background: #213B72 url(../images/about-us-2.jpg) bottom left;
	background-size: cover;
	height: 100%;
	z-index: 1;
}

.About_Block_ImageBoxTwo:after{	
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:auto;
	bottom: 0;
	width: 100%;
	height:30%;
background: #001031;
background: linear-gradient(0deg, rgba(0, 16, 49, 1) 0%, rgba(33, 59, 114, 0.5) 50%, rgba(33, 59, 114, 0) 100%);
	z-index: -1;
}




.About_Block_ContentBox{
	position: relative;
	max-width: 744px;
	width: 100%;
	padding: 100px 0 ;
}

.About_Block_ContentBox.pdLeft{
	padding-left: 100px;	
}

.About_Block_ContentBox.pdRight{
	padding-right: 100px;	
}


.About_Block_ContentBox h2{
	position: relative;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
  color: #333;
  padding: 0;
  margin: 0 0 25px 0;
}

.About_Block_ContentBox h2 span{
	font-weight: 400;
}


.About_Block_ContentBox h2.LightColor{
	color: #fff;
}


.About_Block_ContentBox .desc{
}



@media (max-width: 1679px) {
	
	
	.About_Block_ContentBox.pdLeft{
		padding-right: 30px;	
	}
	
	
	.About_Block_ContentBox.pdRight{
		padding-left: 30px;	
	}
	
	
	
}





@media (max-width: 991.98px) {

	
	.About_Block_ImageBoxOne{
		height: 400px;
	}
	
	
	.About_Block_ImageBoxTwo{
		height: 400px;
	}
	
	
	
	
  .About_Block_ContentBox {
    padding-top: 50px;    
    padding-bottom: 50px;
    max-width: 100%;
  }
	

.About_Block_ContentBox.pdLeft{
	padding-left: 15px;	
	padding-right: 15px;
}

.About_Block_ContentBox.pdRight{
	padding-right: 15px;	
	padding-left: 15px;
}
	
	
.About_Block_ContentBox h2{
  font-size: 22px;
  margin: 0 0 15px 0;
}
	
	
	
	
}






/*bannerOne_BlockSec styles*/


.bannerOne_BlockSec{
	position:relative;	
	padding: 30px 0;
	height: 750px;
	background: #213B72 url(../images/banner-block-about.jpg) top center;
	background-size: cover;
	color: #fff;
	text-align: center;
	z-index: 1;
	}


.bannerOne_BlockSec:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
	background: rgba(33,59,114,.75);
	z-index: -1;
}


.bannerOne_Block_BoxWrap{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	padding: 0;
	display: -ms-flexbox ;
	display: flex ;
-ms-flex-align: center ;
  align-items: center ;
}



.bannerOne_Block_Title {
	position: relative;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 25px 0;
}

.bannerOne_Block_Title span{
	font-weight: 400;
}



.bannerOne_Block_Desc{
	position: relative;
    max-width: 1100px;
    margin: auto;	
}




@media (max-width: 991.98px) {
	

.bannerOne_BlockSec{
	height: 400px;
	}

.bannerOne_Block_Title {
    font-size: 22px;
    margin: 0 0 15px 0;
}


.bannerOne_Block_Desc{
    max-width: 100%;
}	
	
	
}










/*BlogSec styles*/	


.Blog_List_Sec {
  position: relative;
  padding: 120px 0 100px 0;
}



@media (max-width: 991px) {
	
.Blog_List_Sec {
  padding: 50px 0;
}
	
	
}




.list-dots-blog{
	position: relative;
}

.list-dots-blog ul{
	list-style: none;
    margin: 0 0 20px 0;
    padding: 0;	
}

.list-dots-blog li{
	position: relative;
	list-style: none;
	line-height: 1.3;
	padding: 6px 0 6px 20px;
}

.list-dots-blog li:before {
   content: '';
    width: 7px;
    height: 7px;
	border-radius: 50%;
	background: #CC2027;
    position: absolute;
    left: 0;
    top:15px;
}

.list-dots-blog li.light:before {
	background: #fff;
}




.list-dots-blog ul li ul{
	list-style: none;
    margin: 5px 0;
    padding: 0;
}

.list-dots-blog ul li ul li{
	position: relative;
    list-style: none;
	font-weight: 400;
    padding: 4px 0 4px 22px;
}

.list-dots-blog ul li ul li:before {
    content: '';
    width: 10px;
    height: 3px;
    background: #CC2027;
    position: absolute;
    left: 0;
    top: 17px;
	border-radius: 0;
}


@media (max-width: 991.98px){


.list-dots-blog li{
	padding: 6px 0 6px 15px;	
}

.list-dots-blog li:before {
    width: 6px;
	height: 6px;
    top:13px;
}
	
	
.list-dots-blog ul li ul{
    margin: 5px 0;
}
	
.list-dots-blog ul li ul li{
	padding: 4px 0 4px 22px;
    
}	
	
	.list-dots-blog ul li ul li:before {
    top: 12px;
	}
	
	

}







.container-blog {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
	
  max-width: 1250px;
}



@media (min-width: 1200px) {
	
  .container-blog {
    max-width: 80%;
  }
	
}


@media (min-width: 1600px) {
	
  .container-blog {
    max-width: 1467px;
  }
	
}




/*BlogDetailSec styles*/	


.BlogDetailSec{
	position: relative;
	padding: 120px 0 50px 0;	
}


.BlogDetailSec .divider{
	border-right: 1px solid #d7d9dd;
}



.BlogDetailBlockRow{
	position: relative;
}


.BlogDetailBox{
	position: relative;	
	padding: 0 25px 0 0;
}



.BlogDetailBox h1{
	position: relative;
    font-weight: 600;
    font-size: 36px;	
    line-height: 1.2;
	color: #333;
    padding: 0;
    margin: 0 0 15px 0;
}


.BlogDetailBox .titleSmall{
	position: relative;	
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	color: #213B72;
	margin: 0 0 20px 0;
}


.BlogDetailBox .imageBox{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 0 30px 0;
}

.BlogDetailBox .imageBox img{
width: 100%;
height: 100%;
}


.BlogVideo{
	position: relative;
	margin: 0 0 30px 0;
}

.BlogSubImageBox{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 0 30px 0;
}


.BlogSubImageBox img{
	width: 100%;
	height: 100%;
}


.Blog_Detail_Flex{
	display: flex;
	justify-content: space-between;
	margin: 0 0 15px 0;
}

.Blog_Detail_Date{
	font-size: 14px;
	color: #6b6b6b;
	margin: 0;
}

.Blog_Detail_Author{
	font-size: 16px;
	color: #6b6b6b;
	margin: 0 ;
}




.BlogDetailBox .VideoBox{
	position: relative;
	margin: 0 0 30px 0;
}


.BlogDetailBox .contentBox{
	position: relative;
	margin: 0 0 50px 0;
	}




.BlogDetailBox h4{
	font-weight: 600;
	font-size: 24px;
	margin: 0 0 15px 0;
}


.BlogDetailBox h5{
	font-weight: 600;
	font-size: 20px;
	margin: 0 0 15px 0;
}

.BlogDetailBox .txt-bold{
	font-weight: 600;
}



.BlogDetailBox .desc{
	margin: 0 0 40px 0;
	}



.blog-details-footer {
	position: relative;
	border-top: 1px solid #d7d9dd;
	border-bottom: 1px solid #d7d9dd;
	padding: 15px 0;
	margin: 30px 0 50px 0;
}

.blog-details-footer .title {
    font-size: 16px;
    color: #213B72;
}

.blog-details-footer .left  {
	position: relative;
}


.blog-details-footer .tags {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-details-footer .tags li {
    display: inline-block;
}

.blog-details-footer .tags li+li {
    margin-left: 5px;
}

.blog-details-footer .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 .tags li a:hover {
    color: #fff;
    background:#003A82;
	border: 1px solid #003A82;
}


.blog-details-footer .right {
	position: relative;
}


.blog-details-footer .social-share {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-details-footer .social-share li {
    display: inline-block;
	padding: 0;
}


.blog-details-footer .social-share li:before {
   content: none;
}

.blog-details-footer .social-share li+li {
    margin-left: 10px;
}

.blog-details-footer .social-share li:hover {
    color: #888;
}

.blog-details-footer .social-share li .iconstyle{
    color: #213B72;
	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 .social-share li:hover .iconstyle{
    color: #CC2027;
}



.blog-AuthorDetails{
	position: -webkit-sticky;
	position: sticky;
	top: 150px;
	z-index: 1;
	background: #f7f7f7;
	border-radius: 10px;
}

.blog-AuthorImageBox{
	position: relative;	
	text-align: center;
	padding: 20px;
}

.blog-AuthorImage{
	position: relative;	
	margin: 0 0 20px 0;
}

.blog-AuthorImage img{
	display: inline-block;
	border-radius: 50%;
	width: 160px;
	height: 160px;
	border: 1px solid #d3d3d3;
}

.blog-AuthorName{
	font-weight: 700;
	font-size: 18px;	
}

.blog-AuthorSocials{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
		-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	justify-content: center;
	border-top:1px solid #d0cece;
	border-bottom:1px solid #d0cece;
	padding: 5px 0 3px;
	}
	
.blog-AuthorSocials a{
    display: block;
    margin-left:20px;
}

.blog-AuthorSocials a:first-child{
    margin-left: 0;
}

.blog-AuthorSocials .iconstyle{
	font-size:18px;
	color:#1B68B2;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}

	.blog-AuthorSocials .iconstyle:hover{
	color:#00335c;
	}


.blog-AuthorSocials .iconstyle.icon-youtube{
	font-size:24px;
	}


.blog-AuthorContentBox{
	position: relative;
	text-align: center;
	padding: 20px 20px 30px 20px;
}


.blog-AuthorDescription{
	margin: 0 0 30px 0;
	
}


.btn-all-blog-Author{
	padding: 15px 20px;
    background: #1b68b2;
    color: #fff !important;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    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;
	}
	
	.btn-all-blog-Author:hover{
		background:#00335C;
		color:#fff;
		}



@media (max-width: 991px) {
	
	

.blog-AuthorDetails{
	position: relative;
	top:0;
}

.blog-AuthorImage img{
	width: 150px;
	height: 150px;
}

.blog-AuthorName{
	font-weight: 700;
	font-size: 15px;	
}


.blog-AuthorContentBox{
	padding: 30px 20px 40px 20px;
}


.blog-AuthorDescription{
	margin: 0 0 20px 0;
	
}


.btn-all-blog-Author{
	padding:8px 15px;
	font-size:13px;		
	}

	
}







.blog-widget{
	position: relative;
	width: 100%;
	padding: 0 0 0 25px;
	margin: 0;
}


.blog-widget .widget-title{
	font-weight: 600;
	font-size: 24px;
	color:#333;
	margin: 0 0 10px 0;
}


.blog-widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.blog-widget ul li {
    display: block;
    margin: 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 ul {
    margin-left: 20px
}



.blog-widget .recent_post_item {
    margin: 0;
    padding: 0;
    list-style: none;
}


.blog-widget .recent_post_item li {
	position:relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

.blog-widget .recent_post_item a{	
	color: #333;
}

.blog-widget .recent_post_item a:hover{	
	color: #213B72;
}




.blog-widget .single_recent_item {
	position:relative;
display: -ms-flexbox ;
display: flex ;
	border-bottom: 1px solid #d7d9dd;
	padding: 30px 0; 
}



.blog-widget .single_recent_itemm:first-child {
	padding-top: 0; 
}



.blog-widget .single_recent_item .thumb{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	-ms-flex-negative: 0;
    flex-shrink: 0;	
	margin-right: 20px;
	}

.blog-widget .single_recent_item .thumb img{ 
	width: 150px;
	height:93px;
	object-fit: cover;	
	  -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: transform .5s;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;	
	}


.blog-widget .single_recent_item:hover .thumb 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);
	}



.blog-widget .single_recent_item .listNumber{	
	position: relative;
	font-size: 18px;
	color: #1B68B2;
	-ms-flex-negative: 0;
    flex-shrink: 0;	
	margin-right: 20px;
		}



.blog-widget .single_recent_item .content{
	position: relative;	
  -ms-flex-positive: 1 ;
  flex-grow: 1 ;
	-ms-flex-item-align: center;
    align-self: center;
}



.blog-widget .single_recent_item .content .title{
	font-weight: 600;
	font-size: 18px;
	line-height: 1.4;
	margin:0;
}




.blogCommentBox{
	position: relative;
	margin: 0 0 60px 0;
}

.blogCommentBox .Title{
	font-family: 'neue_haas_grotesk_display65Md';
	font-size: 24px;
	color: #DFDFDF;
	margin: 0 0 30px 0;
}



.blog-form{
	position: relative;
	margin: 0 0 30px 0;
	}

.blog-form .txt-label{
	font-family: "neue_haas_grotesk_disp55roman";
	font-size: 18px;	
	margin:0 0 5px 0;
	color:#fff;
	}

.blog-form .required {
	color:#fff;
}

.blog-form .form-group{
	margin-bottom:20px;
	}
	
.blog-form .form-control{		
	font-family: 'neue_haas_grotesk_disp55roman';
    font-size: 18px;
    color: #D4D4D4;
    background: #313131;
	padding: 8px 15px;
    border: 0px;
    border-radius: 5px;
    box-shadow: none;
    height: auto;
	}

.blog-form .form-control:focus {
	background:#232323;
    }

.blog-form .form-control.formSelect{
	display: block;
    width: 100%;
    padding: 8px 40px 8px 15px;
	background:#313131 url(../images/icon-select-dropdown.svg) center center;
    background-repeat: no-repeat;
    background-position: right .75rem center;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



.blog-form ::-webkit-input-placeholder { /* Chrome */
  color: #D4D4D4;
}

.blog-form :-ms-input-placeholder { /* IE 10+ */
  color: #D4D4D4;
}

.blog-form form ::-moz-placeholder { /* Firefox 19+ */
  color: #D4D4D4;
  opacity: 1;
}

.blog-form form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #D4D4D4;
  opacity: 1;
}

.blog-form input:-webkit-autofill,
.blog-form input:-webkit-autofill:hover, 
.blog-form input:-webkit-autofill:focus,
.blog-form textarea:-webkit-autofill,
.blog-form textarea:-webkit-autofill:hover,
.blog-form textarea:-webkit-autofill:focus,
.blog-form select:-webkit-autofill,
.blog-form select:-webkit-autofill:hover,
.blog-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;
}



.blog-form .btn-Submit{	
	font-family: 'neue_haas_grotesk_display65Md';
	font-size:18px;
	padding:15px 30px;
	background: #E1E320;
	color:#000;	
	border-radius:5px;
	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;
	}


	.blog-form .btn-Submit:hover{
		background: #1F8B1F;
		color:#fff;
	}






.blog_Com_Repl{
	position: relative;
	margin: 0 0 50px 0;
}

.blog_Com_Repl .Title{
	font-family: 'neue_haas_grotesk_display65Md';
	font-size: 24px;
	color: #DFDFDF;
	margin: 0 0 30px 0;
}


.blog_Com_Repl .ReplyBoxList{	
	position: relative;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #555;
}

.blog_Com_Repl .BoxItem{	
	position: relative;
	 display: -ms-flexbox ;
	display: flex ;
}


.blog_Com_Repl .BoxItem .IconBox{	
	-ms-flex-negative: 0 ;
	flex-shrink: 0 ;
	width:60px;
	height: 60px;
	border-radius: 5px;
	overflow: hidden;
}

.blog_Com_Repl .BoxItem .IconBox img{
	display: inline-block;
}

.blog_Com_Repl .BoxItem .ContentBox{
	-ms-flex-positive: 1;
    flex-grow: 1;
	  -ms-flex-item-align: center ;
  align-self: center ;
	margin-left: 20px;
}


.blog_Com_Repl .BoxItem .NameBlock{
	position: relative;
	display: -ms-flexbox ;
	display: flex ;
	 -ms-flex-align: center ;
  align-items: center ;
	margin: 0 0 5px 0;
}

.blog_Com_Repl .BoxItem .name{
	font-family: "Rubik", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #DFDFDF;
}

.blog_Com_Repl .BoxItem .dated{
	font-family: "Rubik", sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #DFDFDF;
	margin-left: 30px;
}


.blog_Com_Repl .BoxItem .txt{
	font-family: "Rubik", sans-serif;
	font-size: 16px;
	font-size:300;
	color: #DFDFDF;
	margin: 0 0 15px 0;
}

.blog_Com_Repl .btnReply{
	font-family: "Rubik", sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #c4c4c4;
	display: inline-block;
	margin: 0 0 10px 0;
}




@media (max-width: 1366px) {

	
.BlogDetailBox	{
		padding: 0 10px 0 0;
	}
	
	
.blog-widget {
  padding: 0 0 0 10px;
}	
	
	

.blog-widget .widget-title{
	font-size: 22px;
	margin: 0 0 10px 0;
}


.blog-widget .single_recent_item {
	padding: 20px 0; 
}


.blog-widget .single_recent_item .thumb img{ 
	width: 150px;
	height:100px;	
	}




}



@media (max-width: 1199px) {


	
.blog-widget .widget-title{
	font-size: 20px;
	margin: 0 0 10px 0;
}
	
	
.blog-widget .single_recent_item{
		padding: 15px 0;
	}	
	
	
.blog-widget .single_recent_item .thumb img{ 
	width: 100px;
	height:66px;	
	}

	
.blog-widget .single_recent_item .content .title{	
	font-size: 15px;
}
	
	
.blogCommentBox .Title{
	font-size: 24px;
	margin: 0 0 20px 0;
}


.blog_Com_Repl .Title{
	font-size: 24px;
	margin: 0 0 20px 0;
}
	
	
}




@media (max-width: 991px) {
	

.BlogDetailSec{
	padding: 50px 0;
}
	
	.BlogDetailSec .divider{
		border-right: 0;
	}
	
	

.BlogDetailBox{
	padding: 0 ;
}

	

.BlogDetailBox h1{
    font-size: 20px;
    margin: 0 0 10px 0;
}


.BlogDetailBox .titleSmall{
	font-size: 12px;
	margin: 0 0 10px 0;
}	
	
	

	.Blog_Detail_Author{
		font-size: 13px;
		
	}

	
	.Blog_Detail_Date{
		font-size: 12px;
	}	




.BlogDetailBox h4{
	font-size: 18px;
	margin: 0 0 10px 0;
}

	
.BlogDetailBox h5{
	font-size: 15px;
	margin: 0 0 10px 0;
}	

.BlogDetailBox .txt-bold{
	font-size: 15px;
}	
	

.BlogDetailBox .desc{
	margin: 0 0 30px 0;
	}



.blog-details-footer {
	padding: 10px 0;
	margin: 30px 0;
}

.blog-details-footer .title {
    font-size: 14px;
}




.blog-details-footer .social-share li .iconstyle{
	font-size: 16px;
}








.blogCommentBox{
	margin: 0 0 30px 0;
}


.blogCommentBox .Title{
	font-size: 18px;
	margin: 0 0 20px 0;
}



.blog-form{
	margin: 0 0 30px 0;
	}

.blog-form .txt-label{
	font-size: 15px;	
	margin:0 0 5px 0;
	}

.blog-form .form-group{
	margin-bottom:20px;
	}

	
.blog-form .form-control{		
    font-size: 15px;
	padding: 8px 15px;
	}


.blog-form .btn-Submit{	
	font-size:15px;
	padding:10px 20px;
	}



.blog_Com_Repl{
	margin: 0 0 30px 0;
}

.blog_Com_Repl .Title{
	font-size: 18px;
	margin: 0 0 20px 0;
}
		

.blog_Com_Repl .ReplyBoxList{	
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}


.blog_Com_Repl .BoxItem .IconBox{	
	width:40px;
	height: 40px;
}


.blog_Com_Repl .BoxItem .name{
	font-size: 15px;
}

.blog_Com_Repl .BoxItem .dated{
	font-size: 13px;
	margin-left: 30px;
}


.blog_Com_Repl .BoxItem .txt{
	font-size: 15px;
	margin: 0 0 10px 0;
}

.blog_Com_Repl .btnReply{
	font-size: 14px;
	margin: 0 0 10px 0;
}


	
	

.blog-widget{
	padding: 0;
}


.blog-widget .widget-title{
	font-size: 18px;
	margin: 0 0 10px 0;
}


	
.blog-widget .single_recent_item{
		padding: 15px 0;
	}	
	
	
.blog-widget .single_recent_item .thumb img{ 
	width: 100px;
	height:66px;	
	}

	
.blog-widget .single_recent_item .content .title{	
	font-size: 15px;
}	
	
.blog-widget .single_recent_item .listNumber{	
	font-size: 15px;
}		
	
	
	
	
}






/* similar-blogs-sec style */

.similar-blogs-sec{
	position: relative;
	padding: 0;	
}


.similar-blogs-sec .btn-more-blog{
	padding:15px 20px;
	background:none;
	color:#1B68B2;
	border: 1px solid #1B68B2;
	font-size:14px;	
	font-weight:600;
	text-transform: uppercase;
	border-radius:3px;
	line-height: 1;
	}
	
	.similar-blogs-sec .btn-more-blog:hover{
		background:#1B68B2;
		color:#fff;
		}



.similar-blogs-sec .similarBlogWrap{
	position: relative;
	padding: 80px 0 60px 0;
	border-top: 1px solid #dfe3eb;
}



.SimilarBlogHeadBox{
	position: relative;
	display: flex ;	
	margin: 0 0 40px 0;
}


.SimilarBlogHeadBox.AlignItem{
	justify-content: space-between ;
	align-items: center;
}

.similar-blogs-sec .BlockButton {
    flex: 0 0 auto;
    padding: 0;
}



.similar-blogs-sec .heading{
	font-weight: 600;
	font-size: 30px;
	margin: 0;
}


.similar-blogs-sec .Blog_List_Item{
margin: 0;
}



.similar-blogs-sec .similar-blogs-slide{
	position: relative;
}




.similar-blogs-sec .owl-carousel .owl-item img{
	width: 100% !important;
	display: inline-block;
}



.similar-blogs-sec .owl-carousel .item{
	width: 100%;
	overflow:hidden;
	padding-top: 0;
	}	
	


.similar-blogs-sec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 30px;
}



.similar-blogs-sec .owl-dots {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.similar-blogs-sec .owl-theme .owl-dots .owl-dot span {
position: relative;
	margin: 0 10px;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 0px solid #FFCC32;
    padding: 0;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}



.similar-blogs-sec .owl-theme .owl-dots .owl-dot span::after{
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #1B68B2;
}



.similar-blogs-sec .owl-theme .owl-dots .owl-dot.active span,
.similar-blogs-sec .owl-theme .owl-dots .owl-dot:hover span {
	position: relative;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 2px solid #1B68B2;
    padding: 0;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.similar-blogs-sec .owl-theme .owl-dots .owl-dot.active span::after,
.similar-blogs-sec .owl-theme .owl-dots .owl-dot:hover span::after{
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #1B68B2;
}




.similar-blogs-sec .owl-theme .owl-nav [class*=owl-] {
    margin: 10px;
    padding:0;
    background: 0 0;
    color: #666;
    font-size: 28px;
    display: inline-block;
    cursor: pointer;
}

.similar-blogs-sec .owl-theme .owl-nav [class*=owl-]:hover {
  background: 0 0;
    color: #959595;
    text-decoration: none;
}

.similar-blogs-sec .owl-next,
.similar-blogs-sec .owl-prev {
    position: relative;
    color: inherit;
    background: 0 0;
    border: none;
    z-index: 100;
}


.similar-blogs-sec .owl-theme .owl-nav {
    margin: 30px 0 0 0;
}





.similar-blogs-sec .owl-carousel .owl-stage{display: flex;}


.similar-blogs-sec .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}







@media (max-width: 991.98px){

	
.similar-blogs-sec .btn-more-blog{
	padding:12px 20px;
    font-size: 12px;
	}

    

	
.similar-blogs-sec .similarBlogWrap{
	padding: 40px 0;
	margin-top:30px; 
}



.SimilarBlogHeadBox{
	margin: 0 0 20px 0;
}

.similar-blogs-sec .heading{
	font-size: 18px;
	margin: 0;
}	
	
	
	
	.similar-blogs-sec .owl-theme .owl-nav{
		margin: 10px 0 0 0;		
	}
	
.similar-blogs-sec .owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
}	
	
	
	
	
	
}







.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: #213B72;
	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;
}

}







/*pagination_wrapper styles*/	

.pagination_wrapper{
	position: relative;
	margin: 0;
}

.pagination_wrapper-cover{
	position: relative;
	  display: -ms-flexbox ;
  display: flex ;
-ms-flex-pack: center ;
  justify-content: center ;
}




.pagination_wrapper .pagination {
	position:relative;
	  display: -ms-flexbox ;
  display: flex ;
	border-radius:0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagination_wrapper .pagination li {
	margin: 0;
	padding: 0;
	
}

.pagination_wrapper .pagination .page-item {
	position:relative;
    font-weight: 400;
    font-size: 18px;
	color: #fff;
}


.pagination_wrapper .page-item .page-link{
position: relative;
  display: block;
  padding: 10px 15px;
  margin-left: -1px;
  line-height: 1;
  color: #333;
  background-color: #d4d4d4;
  border: 1px solid #aeaeae;
}

.pagination_wrapper .page-item.active .page-link{
 z-index: 1;
  color: #333;
  background-color: #e8e8e8;
  border-color: #aeaeae;
}


.pagination_wrapper .page-item.disabled .page-link {
color: #333;
  pointer-events: none;
  cursor: auto;
  background-color: #d4d4d4;
  border-color: #aeaeae;
}



.pagination_wrapper .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination_wrapper .page-item:last-child .page-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}



.pagination_wrapper .page-item .page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #213B72;
  border-color: #213B72;
}

.pagination_wrapper .page-item .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}




@media (max-width: 991px) {
	
.pagination_wrapper .pagination .page-item {
    font-size: 16px;
}

}









/*ProductListSec styles*/	

.ProductListSec{
	position: relative;
	padding: 100px 0 80px;
}



.ProList_BoxWrap{
	position: relative;	
	margin: 0 0 30px 0;
}

.ProListColsRow {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
	
}

.ProListColsRow > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 10px;
	padding-left: 10px;
}



.ProListColsRow .ProListCol{
flex: 0 0 auto;
width: 20%;
}



@media (max-width: 1399.98px) {
	
.ProListColsRow .ProListCol{
flex: 0 0 auto;
width: 20%;
}
	
}


@media (max-width: 1199.98px) {
	
.ProListColsRow .ProListCol{
flex: 0 0 auto;
width:25%;
}
	
	
}



@media (max-width: 991.98px) {


.ProListColsRow .ProListCol{
flex: 0 0 auto;
width:33.33333333%;
}
	
	
}


@media (max-width: 767.98px) {

.ProListColsRow .ProListCol{
flex: 0 0 auto;
width:50%;
}	
	
	
.ProList_BoxWrap{
	margin: 0;
}

	
}


@media (max-width: 575.98px) {
	

.ProListColsRow .ProListCol{
flex: 0 0 auto;
width:100%;
}	
	

	
}











.Pro_Search_BoxWrap{
	position: relative;
	margin: 0 0 30px 0;	
}

.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 15px;
	border-radius: 5px;
	background: #ECECEC;
	border: 0px 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: #666;
    font-size: 16px;
	font-weight: 500;
}

.ProSearchBox .ProSearch .search-button{	
    background: #213B72;
	border: 0;
	color: #fff;
    line-height: 1;
    padding: 10px 20px;
    font-size: 14px;
	font-weight: 400;
	-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}


.ProSearchBox .ProSearch .search-button:hover{
	background: #CC2027;
	color:#fff;
}




.ProSearchBox .search-icon{
    height: 22px;
    width: 22px;
	font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #CC2027;
	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 .form-control.formSelect{
	display: block;
    width: 100%;
    padding: 10px 20px 10px 15px;
	height: 44px;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	border: 0;
	
	background:#ECECEC url(../images/icon-select-dropdown.svg) center center;
    background-repeat: no-repeat;
    background-position: right 20px center;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.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){


	
.ProductListSec{
	padding: 50px 0;
}
	

.Pro_Search_BoxWrap{
	margin: 0 0 15px 0;	
}
	
	
.ProSearchBox{
	margin: 0 0 20px 0;
}
	

.ProSearchBox .ProSearch{
    height: 36px;
    padding: 5px 15px;
}
	
.ProSearchBox .ProSearch .search-input{
    font-size: 15px;
}	
	
.ProSearchBox .search-icon{
    height: 22px;
    width: 22px;
	font-size: 16px;
}	
	
	
	
	.pro-menu .pro-menu-item{
		padding: 10px 0;
	}
	
	.pro-menu .pro-menu-item li a{
		font-size: 13px;
		padding: 7px 20px;
	}		
	
	

	

	
	
	
.btn-filter{
	display:block;
}
	

	.filterCheckBox .form-control.formSelect{		
		font-size: 15px;
		 padding: 10px 20px 10px 15px;
	}	
	

}




.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;
	  }	









/*pro-single-sec styles*/



.pro-single-sec{
	position: relative;
	background: #F6F6F6;
	padding: 160px 0px 80px;
}

.pro-single-sec .alSelfCenter {
  align-self: center;
}


.proDetailBox{
	position: relative;
	margin: 0;
}


.pro-imageBox{
	position: relative;
	margin: 0 0 30px 0;	
	text-align: center;
}




.pro-single-sec .imgBox{
	position: relative;
	text-align: center;
}


.pro-single-sec .imgBox img{
	width: 80%;
	display: inline-block;
}


.pro-contentBox{
	position: relative;
	padding: 0 0 0 60px;
	margin: 0;
}


.pro-contentBox .pro-CategTitle{
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;	
	color: #213B72;
	margin: 0 0 10px 0;	
}

.pro-contentBox .pro-CategTitle span{
	font-weight: 700;
}

.pro-contentBox .pro-OfferTitle{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #CC2027;
	margin: 0 0 20px 0;	
}



.pro-contentBox .pro-heading{
	position: relative;
}


.pro-contentBox .pro-heading h1{	
	position: relative;
    font-weight: 700;
    font-size: 36px;
    color: #333;
    line-height: 1.1;
	letter-spacing: -1px;
    padding: 0;
    margin: 0 0 20px 0;
}


.proSubInfoBox{
	position: relative;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ACACAC;
}

.proSubInfoBox.MTop{
	margin-top: 0;
	padding-top: 0;
}


.proSubheadFlex{
	position: relative;
display: -ms-inline-flexbox ;
  display: inline-flex ;
  -ms-flex-align: center ;
  align-items: center ;
	margin: 0 0 15px 0;
}


.proSubheadIcon{
	position: relative;
	flex-shrink: 0;
	margin-right: 10px;
}

.proSubheadIcon img{
	width: 24px;
	height: 24px;
}

.proSubheading{
	font-size: 22px;
	font-weight: 700;
	color: #213B72;
}



.proDescription{
	margin: 0;
}


.proCode{
font-size: 18px;
  font-weight: 700;
	line-height: 1.3;
  color: #333;
  margin: 0;
}


.proSpec_ColsRow {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
	
}

.proSpec_ColsRow > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 5px;
	padding-left: 5px;
}



.proSpec_ColsRow .proSpec_Col{
flex: 0 0 auto;
width: 50%;
}


@media (max-width: 991.98px) {

.proSpec_ColsRow .proSpec_Col{
flex: 0 0 auto;
width: 100%;
}
	

	
}




.proSpecBox{
	position: relative;
	padding: 10px 20px;	
	background: #fff;
	border-top: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;	
	border-left: 2px solid #CC2027;
	height: calc(100% - 10px);
	margin: 0 0 10px 0;
}

.proSpecTitle{
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	color: #213B72;
}

.proSpecInfo{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	color: #333;
}




.btnBlocks.dGap {
    gap: 15px;
}


.btnBlocks{
	position: relative;
	display: -ms-flexbox ;
	display: flex ;
	margin: 0;
}

.btn-ProEnq {
	padding:10px 25px;
	background: #213B72;
	color:#fff;
	border: 0;
	font-size:16px;	
	font-weight:700;	
	line-height: 1;
	
	display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
	
	-webkit-border-top-left-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomright: 15px;
border-top-left-radius: 15px;
border-bottom-right-radius: 15px;
	
    -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:#CC2027;
		color:#fff;
		}



.btn-ProEnq.MRight{
	margin-right: 20px;
}


.btn-WhatsappEnq {
	padding:10px 25px;
	background: #25d366;
	color:#fff;
	border: 0;
	font-size:16px;	
	font-weight:700;	
	line-height: 1;
	
	display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
	
	-webkit-border-top-left-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomright: 15px;
border-top-left-radius: 15px;
border-bottom-right-radius: 15px;

    	-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: #0eae4a;
	color: #fff;
}



.btn-WhatsappEnq .iconstyle {
    font-size:24px;
    color: #fff;
	margin-right: 10px;
}


@media (max-width: 991px){


.btn-ProEnq	 {
	padding:8px 20px;	
	font-size:13px;

}
	
.btn-WhatsappEnq {
	padding:8px 15px;	
	font-size:13px;

}

.btn-WhatsappEnq .iconstyle {
    font-size:22px;
}
	

}




.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){
	


}

@media (max-width: 1366px){
	


}



@media (max-width: 1199px){
	


}



@media (max-width: 991px){
	
.pro-single-sec{
	padding: 80px 0 50px;
	}

.pro-contentBox{
	padding: 0;
}

.pro-contentBox .pro-CategTitle{
	font-size: 13px;
	margin: 0 0 10px 0;
	
}

.pro-contentBox .pro-OfferTitle{
	font-size: 15px;
	margin: 0 0 20px 0;
	
}
	
	
	
	
.pro-contentBox .pro-heading h1{	
    font-size: 22px;
    margin: 0 0 15px 0;
}


	.proSubheadFlex{
		margin: 0 0 10px 0;
	}
	
.proSubheadIcon img{
	width: 18px;
	height: 18px;
}

.proSubheading{
	font-size: 16px;
}	
	
	
.proCode{
font-size: 15px;
}
	
	
	
.proSpecTitle{
	font-size: 13px;
}

.proSpecInfo{
	font-size: 15px;
}
	
	
	
	



.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;
}	
	
	
	
	


	

}


@media (max-width: 767px){
	


}


@media (max-width: 575px) {



}








.swiperLightBg{
	background: #fff;
	border: 1px solid #D6D6D6;
	border-radius: 10px;
	overflow: hidden;
	
}


.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{
	
}

.pro-single-sec .imgBoxThumb img{
	max-height: 80px;
}


.gallery-thumbs .swiper-slide {
		width: 20%;
		height: 100%;
		opacity: .2;
		border:0px 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 .imgBoxThumb{
	border-radius: 5px;
	overflow: hidden;
		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: 0px solid #EB6C7E;
}


.gallery-thumbs .swiper-slide:hover .imgBoxThumb {
border: 1px solid #EB6C7E;
}


.gallery-thumbs .swiper-slide-active {
		opacity: 1;
		border: 0px solid #EB6C7E;
}


.gallery-thumbs .swiper-slide-active .imgBoxThumb {
		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: 100px 0;
	background: #fff;
	text-align: center;
}



.similar-items-sec h3{
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -1px;
    color: #333;
	margin: 0 0 30px 0;
}

.similar-items-sec h3 span{
	font-weight: 400;
}


.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: 30px;
}



.similar-items-sec .owl-dots {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.similar-items-sec .owl-theme .owl-dots .owl-dot span {
position: relative;
	margin: 0 10px;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 0px solid #CC2027;
    padding: 0;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}



.similar-items-sec .owl-theme .owl-dots .owl-dot span::after{
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #213B72;
}



.similar-items-sec .owl-theme .owl-dots .owl-dot.active span,
.similar-items-sec .owl-theme .owl-dots .owl-dot:hover span {
	position: relative;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 2px solid #CC2027;
    padding: 0;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.similar-items-sec .owl-theme .owl-dots .owl-dot.active span::after,
.similar-items-sec .owl-theme .owl-dots .owl-dot:hover span::after{
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #CC2027;
}



.similar-items-sec .owl-theme .owl-nav [class*=owl-] {
    margin: 10px;
    padding:0;
    background: 0 0;
    color: #666;
    font-size: 28px;
    display: inline-block;
    cursor: pointer;
}

.similar-items-sec .owl-theme .owl-nav [class*=owl-]:hover {
  background: 0 0;
    color: #959595;
    text-decoration: none;
}

.similar-items-sec .owl-next,
.similar-items-sec .owl-prev {
    position: relative;
    color: inherit;
    background: 0 0;
    border: none;
    z-index: 100;
}


.similar-items-sec .owl-theme .owl-nav {
    margin: 30px 0 0 0;
}



.similar-items-sec .owl-carousel .owl-stage{display: flex;}


.similar-items-sec .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}






@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-dots .owl-dot span{
    width: 18px;
	height: 18px;
	}
	
	
.similar-items-sec .owl-theme .owl-dots .owl-dot.active span,
.similar-items-sec .owl-theme .owl-dots .owl-dot:hover span {
    width: 18px;
	height: 18px;
	}
	
	

.similar-items-sec .owl-theme .owl-dots .owl-dot span::after{
	width: 8px;
	height: 8px;
	}
	
	
	
.similar-items-sec .owl-theme .owl-nav{
		margin: 10px 0 0 0;		
	}
	
.similar-items-sec .owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
}
    
	
}









/*.CommonSec styles*/

.CommonSec{
	position:relative;
	padding:100px 0 80px;
	}

.CommonSec h5{
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 10px 0;
}

.CommonSec .desc{
	margin: 0 0 30px 0;
}




@media (max-width: 991px) {


.CommonSec{
	padding:50px 0;
	}	


.CommonSec h5{
	font-size: 16px;
	margin: 0 0 10px 0;
}

.CommonSec .desc{
	margin: 0 0 20px 0;
}


}





/*CareersSec styles*/

.CareersSec{
	position:relative;
	padding:120px 0 90px;	
	}

.CareersSec h2{	
	position: relative;
    font-size: 32px;
	font-weight: 600;
	letter-spacing: -1px;
	color: #333;
    margin: 0 0 10px 0;	
}

.CareersSec .description{	
	position: relative;
    margin: 0 0 30px 0;	
}


@media (max-width: 991.98px) {

	.CareersSec{
	padding:50px 0;	
	}
	
	
	.CareersSec h2{	
    font-size: 18px;
    margin: 0 0 10px 0;	
}

.CareersSec .description{	
    margin: 0 0 20px 0;	
}
	
}







/*contact styles*/

.contact-sec{
	position:relative;
	padding:120px 0 90px;	
	}




.contact-sec .divider{
	border-left: 1px solid #DFDFDF;
}


.contact-sec .contact-row{
	position: relative;
	margin: 0 0 30px 0;
}


.contact-sec .contactBox{
	position: relative;	
	line-height: 1.3;
	display: -ms-flexbox ;
	display: flex ;
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 30px;
	margin-right: 50px;
	margin-bottom: 30px;
}

.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: 15px;
	font-weight: 700;
	color: #CC2027;
	line-height: 1;
	margin: 0 0 5px 0;
}

.contact-sec .contactBox .txt{
	font-size: 20px;
	padding: 0 50px 0 0;
}


	.contact-sec .contactBox .icon{
	position:relative;
	width: 36px;
		height: 36px;
		border-radius: 50%;
		background: #213B72;
		color: #fff;
		margin-right: 15px;

		
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0;
		display: flex;
		justify-content: center;
		align-items: center
	}

	.contact-sec .contactBox .icon .iconstyle{
	font-size:16px;
	}



.CaptchaBox{
	display: -ms-flexbox ;
	display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.CaptchaBox .CaptchaText{
	font-size: 18px;
text-align:center;
	color: #333;
	border-radius: 5px;
border: 1px dashed #939393;
	background: #fff;
padding:8px 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: 18px;
	width: 45px;
	height:45px;
	padding: 10px;
	border-radius: 5px;
	background: #a2a2a2;	
	color:#fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}




.contactFormSec{
	position: relative;
	padding: 0 0 0 50px;
	margin: 0;
}


.contactFormSec h4{	
	position: relative;
    font-size: 24px;
	font-weight: 700;
	color: #333;
    margin: 0 0 10px 0;	
}

.contactFormSec .description{	
	position: relative;
    margin: 0 0 30px 0;	
}



.contact-form{
	position: relative;
	margin: 0;
	}


.contact-form .FormItem{
	margin: 0 0 20px 0;
}

.contact-form .form-group{
	margin-bottom:30px;
	}
	
.contact-form .form-control{
	padding: 8px 10px;
    font-size: 18px;
    color: #333;
    background: #fff;
    border: 0px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: none;
    height: auto;
	}

.contact-form .form-control:focus {
	border:1px solid #B7B7B7;
    }


.contact-form .form-control.formSelect{
	display: block;
    width: 100%;
    padding: 8px 40px 8px 15px;
	background:#313131 url(../images/icon-select-dropdown.svg) center center;
    background-repeat: no-repeat;
    background-position: right .75rem center;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.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 .form-select{
	font-size:	16px;
	padding: 8px 15px;
	background-color: transparent;
	color:#333;
}


.contact-form .form-select option {
	background:#fff;
	color:#333
} 

.contact-form .form-select option:hover,
.contact-form .form-select option:focus,
.contact-form .form-select option:active,
.contact-form .form-select option:checked {
	background:#222;
	color:#fff;
}



.contact-form .form-control::file-selector-button {
	color: #333;
	background-color: #e9ecef; 
	border-inline-end-width: 0px;
}

.contact-form .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #e9ecef;
}



.contact-form .btn-submit{	
padding:15px 30px;
	background: #213B72;
	color:#fff;
	border: 0;
	font-size:16px;	
	font-weight:700;	
	line-height: 1;
	
	display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
	
	-webkit-border-top-left-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomright: 15px;
border-top-left-radius: 15px;
border-bottom-right-radius: 15px;
	
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}


	.contact-form .btn-submit:hover{
	background:#CC2027;
	color:#fff;
	}



.contact-form .btn-submit .iconstyle{
	font-size: 16px;
	color: #000;
	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;
}

.contact-form .btn-submit:hover .iconstyle{
	color: #fff;
	}



.contact-form .form-row{
margin-right: -25px;
margin-left: -25px;
}
	
.contact-form .form-row > .col, 
.contact-form .form-row > [class*="col-"]{
padding-right: 25px;
padding-left: 25px;
}



.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 #2C8935;
  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: 18px;
	margin:0 0 5px 0;
	}

.required {
    color: #c51313;
}








@media (max-width: 991.98px) {


.contact-sec{
	padding:50px 0;
	}



.contact-sec .divider{
	border-left: 0px;
}


.contact-sec .contact-row{
	margin: 0 0 30px 0;
}


.contact-sec .contactBox{
	padding-bottom: 20px;
	margin-right: 0;
	margin-bottom: 20px;
}


.contact-sec .contactBox .title{
	font-size: 13px;
	margin: 0 0 5px 0;
}

.contact-sec .contactBox .txt{
	font-size: 15px;
	padding: 0 30px 0 0;
}


	.contact-sec .contactBox .icon{
		width: 30px;
		height: 30px;
	}

	.contact-sec .contactBox .icon .iconstyle{
	font-size:12px;
	}

	

.CaptchaBox .CaptchaText{
	font-size: 16px;
	padding: 5px 30px 5px;
}

.CaptchaBox .CaptchaReload .iconstyle {
	width: 35px;
	height:35px;
	font-size:16px;
	}
	


	
	
	
	
	.contactFormSec{
		padding: 0;
	}
	
	
	.contactFormSec h4{
		font-size: 18px;
		margin: 0 0 10px 0;
	}
	
	
	
	.txt-label{
		font-size:15px;
		margin: 0 0 5px 0;
	}	
	
	
.contact-form .form-group{
	margin-bottom:25px;
	}

.contact-form .form-control{
	font-size:15px;
	padding: 6px 10px;
	}
	
.contact-form .btn-submit{
	padding:10px 30px;
	font-size:14px;
	}
	
	.contact-form .btn-submit .iconstyle{
		font-size:11px;
	}
	
	
.contact-form .form-select{
	font-size:	15px;
	padding: 10px 15px;
}
	

	
}


@media (max-width: 767.98px) {

.contact-sec .divider{
		border-left:0;
	}



	
	
}







.location-sec{
	position:relative;
	}
	
.location-sec .location{
	position:relative;
	height:600px;
	background:#efeeec;
	}	
	
.location-sec .location iframe{
	height:600px;
	}







@media (max-width: 991.98px) {

	
.location-sec .location{
	height:400px;
	}	

	
.location-sec .location iframe{
	height:400px;
	}
	

}






/* 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; }






