@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Charmonman:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



@import url("font-awesome.min.css");
@import url("icons.css");
@import url("animate.min.css");

body{
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size:13px;
color: #333;
line-height:1.6;	
}

h1, h2, h3, h4, h5, h6{
	line-height:1.2;
	margin:0;
	padding:0;
	}

button, a{
color: #333;
text-decoration:none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

a:hover{
color: #002581;
text-decoration:none;
}

.btn:focus {
  outline: none;
  box-shadow:none;
}

img{
max-width:100%;
display:block;
}


p:last-child{
	margin:0;
	}

button{
	cursor:pointer;
	}

button:focus {
  outline: none;
  box-shadow:none;
}




.form-control:focus {
    box-shadow:none;
    }
	


:focus {
	outline:none;
}


.breadcrumb{
	font-size:10px;
	padding:5px 0;
	background:none;
	margin:0;
	}


.breadcrumb-sec{
	position: relative;
	background: #F5F5F5;
}

.breadcrumb-item a{
	color:#888;
	}
	.breadcrumb-item a:hover{
	color:#888;
	}
	
.breadcrumb-item.active{
	color:#888;
	}





.modal-title{
	font-size:13px;
	font-weight: 600;
	color: #6A2A10;	
}



.main-header .modal-backdrop{
	z-index:-1;
	}
	
.main-header .modal-backdrop.show {
  opacity:0;
}

.modal.left .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
	height: 100%;
	overflow-y: auto;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

.modal.left .modal-body {
	padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
	right: 0;
}



.main-header .modal-content{
	border:0;
	border-radius:0;
	}
	
.main-header .modal-header{
	background:#00973D;
	color:#fff;
	border:0;
	border-radius:0;
	padding:8px 20px 8px 15px;
	}
	
.main-header .modal-title{
	font-size:13px;
	font-weight: 600;
	color: #fff;	
}


	
.main-header .modal-body{
	padding:20px;
	}

.main-header .modal-header .close{
	color:#fff;
	text-shadow:none;
}



.main-header .modal-header .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.main-header .modal-header .close:not(:disabled):not(.disabled):hover,
.main-header .modal-header .close:not(:disabled):not(.disabled):focus {
  color: #fff;
  text-decoration: none;
  opacity: .75;
}









/*hm-enq-sec styles*/

.enq-box{
	position:relative;
	margin:0;
	}

.enq-box .enq-form{
	position:relative;
	}
	
.enq-box .form-group{
	margin-bottom:10px;
	}
	
.enq-box .form-control{
	padding:6px 10px 5px;
	border:1px solid #bdbdbd;
	border-radius:0;
	background:#ffffff;
	color:#212121;
	font-size:12px;
	min-width:150px;
	height:auto;
	margin:0;
	}

.enq-box .form-control:focus {
    box-shadow:none;
	background:#ffffff;
	border:1px solid #424242;
    }




.enq-box ::-webkit-input-placeholder { /* Chrome */
  color: #424242;
}

.enq-box :-ms-input-placeholder { /* IE 10+ */
  color: #424242;
}

.enq-box form ::-moz-placeholder { /* Firefox 19+ */
  color: #424242;
  opacity: 1;
}

.enq-box form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #424242;
  opacity: 1;
}


.enq-box .btn-submit{
	position:relative;
	background:#00973D;
	color:#fff;
	font-weight:500;
	font-size:12px;
	border-radius:0;
	padding:6px 15px 5px;
	margin:10px 0 0 0;
	}
	
	.enq-box .btn-submit:hover{
	background:#370409;
	color:#fff;
	}

	

@media (min-width: 1200px){
	
.enq-box .form-control{
	padding:10px;
	font-size: 14px;
	}
	
.enq-box .btn-submit {
    font-size: 14px;
    padding: 10px 20px;
    margin: 10px 0 0 0;
}	
	

}
	


	
	
/*container styles*/

.page-wrapper{
	position:relative;
	width: 100%;
	}




.main-header{
	position:relative;
	background:#ffffff;
	}


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);
}

header.sticky .brand {
	padding: 10px 0;
}



header.sticky .main-header .social-icon .iconstyle {
    font-size: 13px;
}

header.sticky .main-header .social-icon .iconstyle.icon-youtube{
font-size: 16px;	
}

header.sticky .header_wrapper .menu_item .dropdown_menu{
	top:26px;
}

header.sticky .header_wrapper{
min-height: auto;	
}




/*header nav styles*/

.top-right{
	display: none ;	
}


.top-right ul{
	margin: 0;
	padding: 0;
}

.top-right ul li {
      display: -webkit-inline-box ;
  display: -ms-inline-flexbox ;
  display: inline-flex ;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}
    .top-right ul li:last-child {
      margin-right: 0;
      }



.top-right .iconstyle{
	font-size:14px;
	color:#195729;
	margin-right: 5px;
	}
	

.top-right .box{
	position: relative;
	padding:0 0 0 48px;
	}

.top-right .box .icon{
	position:absolute;
	top:-2px;
	left:0;
	}

.top-right .box .txt{
	font-size: 14px;
	line-height: 1.3;
	}

.top-right .box .txt .divider{
	padding: 0 5px;
	}

.top-right .box .txt .small{
	display: block;
	font-size: 12px;
	color:#888888;
	}


	
.top-right .box .iconstyle{
	font-size:16px;
	color:#ED3237;
	border: 1px solid #CECECE;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	margin: 0;
	
  display: -ms-flexbox ;
  display: flex ;
  -ms-flex-align: center ;
  align-items: center ;
  -ms-flex-pack: center ;
  justify-content: center ;

	}





.main-header .social-icon{
  display: -ms-flexbox ;
  display: flex ;
  -ms-flex-align: center ;
  align-items: center ;
	}
	
.main-header .social-icon a{
    display: block;
    margin-left:15px;
}

.main-header .social-icon a:first-child{
    margin-left: 0;
}

.main-header .social-icon .iconstyle{
	font-size:13px;
	color:#ED3237;
	-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 .social-icon .iconstyle:hover{
	color:#002581;
	}

.main-header .social-icon .iconstyle.icon-youtube{
	font-size:18px;
	}

@media (max-width: 991px) {
.main-header .social-icon{
	display: none;

	}
}


	





.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: center ;
  justify-content: center ;	
}

.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;
	}



.since{
	font-family: 'Besley', serif;;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	color: #E50019;
	padding: 30px 0 30px 20px;
	margin-left: 20px;
	border-left: 2px solid #D9D9D9;
}

.logo-e{
	position: relative;
	
}
.logo-e img{
	width: 80px;
	height: 80px;
	display: inline-block;	
}
	



.brand{
	padding:12px 0;
	margin-right: 0;
}


.brand img{
	width:200px;
	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; 
	}



.since-logo{
	padding:0 0 0 10px ;
	margin-left: 10px;
	border-left: 2px solid #D9D9D9;
}

.since-logo img{
	width: 60px;
	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 .brand img{
	width: 200px;
	}
	

header.sticky .since-logo img{
	width: 60px;
	}




@media (min-width: 576px){


.brand img{
	width:220px;
	}
	
.since-logo img{
	width: 65px;
}	
		
}


@media (min-width: 768px){


.brand img{
	width:240px;
	}
	
.since-logo img{
	width: 70px;
}
	
	
	
		
}


@media (min-width: 992px){


.brand{
	padding: 14px 0;		
	}
	
.brand img{
	width:280px;
	}

	
.since-logo {
    padding: 0 0 0 20px;
    margin-left: 20px;
}
	
.since-logo img {
    width: 80px;
}
	
	
header.sticky .brand img{
	width: 230px;
	}
	

header.sticky .since-logo img{
	width: 65px;
	}
	

header.sticky .header_wrapper .menu_item .menu_list_wrapper{
	padding: 9px 7px 7px;	
}
		
	
}


@media (min-width: 1200px){


.brand img{
	width:340px;
	}

.since-logo img {
    width: 97px;
}
	
	
header.sticky .brand img{
	width: 240px;
	}
	

header.sticky .since-logo img{
	width: 70px;
	}
	
	
header.sticky .header_wrapper .menu_item .menu_list_wrapper{
	padding: 9px 15px 7px;	
}
	
	
}





	
/*nav styles*/

.menubg{
	background:none;	
}


.navbar-nav.bg {
    background: #041D5B;
    padding: 10px 0;
}

.hdr-nav {
  padding: 0; }
  
  .hdr-nav .navbar-brand{
    padding: 10px 0;
	}


		
  .hdr-nav .navbar-nav .nav-item {
    margin:0;
	}
    .hdr-nav .navbar-nav .nav-item .nav-link {
	position:relative;
	font-weight:500;
	font-size:12px;
	padding:6px 20px;
	color: #fff;	
	}
	

	  
    .hdr-nav .navbar-nav .nav-item:hover .nav-link{
      color: #fff;
	  }
	  
.hdr-nav .navbar-nav .nav-item.active .nav-link {
      color: #fff;
	  }
	  
	.hdr-nav .navbar-nav .nav-item.active .nav-link::after {
	}
	  
    .hdr-nav .navbar-nav .nav-item:last-child {
      margin-right: 0px; }


.navbar-light .navbar-toggler {
    color: #fff;
    border: 0;
	background:none;
	}

.navbar-toggler {
	position: absolute;
top: -45px;
right: 0;
    border-radius: 0;
    padding: 3px 6px;
    font-size: 1em;
	width:30px;
	height:24px;
}

.navbar-light .navbar-toggler-icon {
    background: url(../images/menu-icon.svg) center center no-repeat;
}

.navbar-light .navbar-toggler>.close {
    display:inline;
	padding: 8px 11px 8px 11px;
	opacity:1;
	background: url(../images/menu-close-icon.svg) center center no-repeat;
}
.navbar-light .navbar-toggler.collapsed>.close, .navbar-light .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}






/*************/
/* Dropdown*/
/*************/
.navbar-nav .dropdown-toggle::after {
  display: none; }

.navbar-nav .dropdown-menu.b-none {
 	border:0;
-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}



.navbar-toggler{
	border:0;
	}

/*******************
Overlay headers and thrid dropdown
******************/
.dropdown-menu li{
	border-bottom:0;
	}
	.dropdown-menu li:last-child{
	border-bottom:0;
	}


.dropdown-menu{
	border-radius:0;
	padding:0;
	background:#002581;
	}

.dropdown-item {
	font-weight:400;
	padding:8px 20px;
	font-size:12px;
	color:#fff;
	}
	 
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1C3F98;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #1C3F98;
}  



.dropdown-submenu {
  position: relative; }
  .dropdown-submenu .dropdown-item > .ml-auto {
    position: absolute;
    right: 15px;
    top: 10px; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  border-radius: 0.25rem;
  display: none; }
  .dropdown-submenu > .dropdown-menu.menu-right {
    left: auto;
    right: 100%; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -75%; }

.dropdown-menu .divider {
  background-color: rgba(120, 130, 140, 0.13);
  height: 1px;
  margin: 9px 0;
  overflow: hidden; 
  }




@media (min-width: 768px){



}



@media (min-width: 992px){

.menubg{
	position: relative;
	background:#fff;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
}


	
.navbar-nav.bg {
    background: none;
    padding: 0;
}
	

  .hdr-nav .navbar-brand{
    padding: 17px 0;
	}

.hdr-nav .navbar-nav .nav-item .nav-link { 
	font-size:13px;
	font-weight:500;
	text-transform: uppercase;	
	color: #333;
	padding:5px 6px;
	}
	  
.hdr-nav .navbar-nav .nav-item:hover .nav-link{
      color: #E50019;
	  }
	  
.hdr-nav .navbar-nav .nav-item.active .nav-link {
      color: #E50019;
	  }
	  
.hdr-nav .navbar-nav .nav-item.active .nav-link::after {

	}

	
.hdr-nav .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0;
}
	
.hdr-nav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}	
	
.hdr-nav .navbar-nav .nav-item .nav-link.nav-enq{
	padding: 3px 5px;
	margin-left: 0;
	border-radius: 3px;
	background: #288FCE;
	color: #fff ;
	font-size: 11px;
	top:-5px;
}
	
.hdr-nav .navbar-nav .nav-item .nav-link.nav-enq:hover{
	background: #2A5AA8;
	color: #fff ;
}	
	
  .hdr-nav .navbar-nav .nav-item {
    margin: 0;
	}	
	
	
	
.dropdown-menu{
	background:#f5f5f5;
	}	
	
.dropdown-item {
	color:#333;
	font-size:13px;
	font-weight: 500;
	text-transform: uppercase;
	padding:8px 10px;
	}
	 
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #002581;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #002581;
} 	

 
  .hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0px; }

  .navbar-nav > .dropdown .dropdown-menu {
    min-width: 200px;
    margin-top: 0px; }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }


 }	
 	


@media (min-width: 1200px){


	
.hdr-nav .navbar-nav .nav-item .nav-link { 
	font-size:14px;
	padding:12px 20px 11px;
	}

.hdr-nav .navbar-nav .nav-item .nav-link.nav-enq{
	padding: 5px 10px 4px;
	font-size: 13px;
	top:-5px;
}
	
	
.dropdown-item {
	font-size:13px;
	padding:8px 15px;
	}

 
  .hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0px; }

  .navbar-nav > .dropdown .dropdown-menu {
    min-width: 200px;
    margin-top: 0px; }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }

}


@media (min-width: 1300px){

	
	
	
}

@media (min-width: 1600px){


}


@media (max-width: 400px){

	
}




.mob-box{
	display:block;
	position:relative;
	color:#333;
	float: left;
	width: 100%;
	padding:20px 10px 0 10px;
	}

	.mob-box a{
	color:#333;
	}



.mob-box ul{
	margin: 0;	
	padding: 5px 0;
	border-top:1px solid #d0d0d0;
}

.mob-box ul li {
	display: block;
	padding: 5px 0;
	font-size: 13px;
}

.mob-box ul li .divider{
	padding: 0 5px;
	color: #888;
	}		
	
.mob-box .iconstyle{
	font-size:12px;
	color:#ED3237;
	margin-right:10px;
	margin-top:-5px;
	}
	


.mob-box .social-icon{
	border-top:1px solid #d0d0d0;
	padding:8px 0 0 0;

	
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	}
	
.mob-box .social-icon .iconstyle{
	font-size:12px;
	color:#ED3237;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	.mob-box .social-icon .iconstyle:hover{
	color:#002581;
	}

.mob-box .social-icon .iconstyle.icon-youtube{
	font-size: 16px;
}


.mob-box .social-icon a{
	display: block;
	margin-left:10px;
	}

.mob-box .social-icon a:first-child{
	margin-left: 0;
	}






@media (min-width: 992px){

	.mob-box{
	display:none;
}


}

.left_menulogo{
	position: relative;	
width: 100%;
float: left;
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
background-color: #f9f9f9;
	
}

.left_menulogo img{
	width: 200px;
	display: inline-block;	
}


/*hm-slider-sec styles*/

.hm-mainslider-sec{
position:relative;
margin:70px 0 0 0;
}

.video-fluid {

}

.owl-carousel video{
    width: 100%;
    display: block;
    object-fit: cover!important;
         -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slider-item{
	position: relative;
}

.slider-image{
	position: relative;
}

.slider-image:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,0);
}


.slider-text{
	display: block;
	max-width: 80%;
	margin: auto;
	position: absolute;
	top:10px;
	left: 0;
	right: 0;
	z-index: 1;
	color: #fff;
	font-size: 8px;
	font-weight: 400;
	line-height: 1.4;
	text-transform: uppercase;
	text-align: center;
}

.slider-text .divider{
	padding: 0 10px;
	}

.owl-item.active .slider-text {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.5s;
}



.slider-caption{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left: 3%;
	z-index: 1;
	background: rgba(0,25,43,.85);
	color: #fff;
	padding: 10px;
	max-width:200px;
}

.slider-caption h1{
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.1;
	color: #fff;
	margin: 0 0 10px 0;
}
.slider-caption h1 span{
	font-weight: 400;
}

.slider-caption .txt{
	font-size: 12px;
	line-height: 1.3;
	margin: 0 0 10px 0;
}



.slider-caption .btn-slide{
	padding:3px 10px;
	background:none;
	border: 1px solid #fff;
	color:#fff;
	font-size:10px;
	font-weight:700;
	text-transform: uppercase;
	border-radius:3px;
	}
	
	.slider-caption .btn-slide:hover{
		background:#fff;
		color:#1764ac;
		}


.hm-mainslider-sec .owl-dots {
    position: absolute;
    bottom: 0px;
	left: 10px;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
    width: 10px;
	height: 10px;
    background-color: #C2C2C2;
	border: 0px solid #fff;
    position: relative;
    padding: 0;
    cursor: pointer;
	margin: 5px;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot.active span {
    background-color: #ED3237;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ED3237;
}



.hm-mainslider-sec .owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 3px 2px;
    background:none;
	color: #fff;
	font-size: 10px;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
	border: 2px solid #fff;
}
    
.hm-mainslider-sec .owl-theme .owl-nav [class*='owl-']:hover {
	background:none;
    color: #fff;
    text-decoration: none;	
	 }
	
.hm-mainslider-sec .owl-prev,
.hm-mainslider-sec .owl-next {
	position: absolute;
	width: 24px;
	height: 24px;	
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	bottom: 20px;
	}
    
.hm-mainslider-sec .owl-prev {right: 40px;}

.hm-mainslider-sec .owl-next {right: 10px;}


.hm-mainslider-sec .owl-theme .owl-nav{
	margin: 0;
}








@media (min-width: 450px){


	
	
.slider-text{
	display: block;
	top:15px;
}
	
.slider-caption{
	left: 4%;
	padding: 10px;
	max-width:300px;
}
	
.slider-caption h1{
	font-size: 18px;
	
}
		
	
}


@media (min-width: 576px){

.hm-mainslider-sec{
margin:75px 0 0 0;
}	
	
	
.slider-text{
	max-width: 90%;
	top:15px;
	font-size: 10px;
}
	
	
	
}



@media (min-width: 768px){

.hm-mainslider-sec{
margin:80px 0 0 0;
}	

	
.slider-text{
	max-width: 85%;
	top:25px;
	font-size: 12px;
}	
	
	
	
.slider-caption{
	left: 4%;
	padding: 15px;
	max-width:400px;
}	
	
.slider-caption h1{
	font-size: 24px;
}

.slider-caption .txt{
	font-size: 13px;
	margin: 0 0 15px 0;
}	

	
.slider-caption .btn-slide{
	padding:5px 20px;
	font-size:10px;
	}
	
	
}


@media (min-width: 992px){

.hm-mainslider-sec{
margin:130px 0 0 0;
}	
	
.slider-text{
	max-width: 85%;
	top:40px;
	font-size: 14px;
	line-height: 1.6;
}	
	
	
	
.slider-caption{
	left: 5%;
	padding: 20px;
	max-width:550px;
}	
	
.slider-caption h1{
	font-size: 34px;
	margin: 0 0 20px 0;
}

.slider-caption .txt{
	font-size: 14px;
	margin: 0 0 15px 0;
}		

	
.slider-caption .btn-slide{
	padding:9px 30px;
	font-size:12px;
	}
	

.hm-mainslider-sec .owl-dots {
    bottom: 5px;
	left: 10px;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
    width: 12px;
	height: 12px;

}
	
	
.hm-mainslider-sec .owl-theme .owl-nav [class*='owl-'] {
    padding: 4px 4px ;
	font-size: 14px;
}
	
.hm-mainslider-sec .owl-prev,
.hm-mainslider-sec .owl-next {
	width: 30px;
	height: 30px;
	bottom: 20px;
	}
	
	
.hm-mainslider-sec .owl-prev {right: 50px;}

.hm-mainslider-sec .owl-next {right: 15px;}
	
	
	
}



@media (min-width: 1200px){

	
.hm-mainslider-sec{
margin:145px 0 0 0;
}
	
	
	
.slider-text{
	max-width: 80%;
	top:50px;
	font-size: 16px;
}	
		
	
	
	
.slider-caption{
	padding: 30px;
	max-width: 550px;
}
	
.slider-caption h1{
	font-size: 44px;
	margin: 0 0 15px 0;
}
	

.slider-caption .txt{
	font-size: 16px;
	margin: 0 0 20px 0;
}	
	

.hm-mainslider-sec .owl-dots {
    bottom: 30px;
	left: 30px;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
    width: 12px;
	height: 12px;

}
	
	
	
.hm-mainslider-sec .owl-theme .owl-nav [class*='owl-'] {
    padding: 10px 4px ;
	font-size: 18px;
}
	
.hm-mainslider-sec .owl-prev,
.hm-mainslider-sec .owl-next {
	width: 46px;
	height: 46px;
	bottom: 20px;
	}
	
	
.hm-mainslider-sec .owl-prev {right: 60px;}

.hm-mainslider-sec .owl-next {right: 15px;}

	

	
}

@media (min-width: 1300px){
	
.slider-text{
	max-width: 70%;
	top:60px;
	font-size: 16px;
}	
	
	
}


@media (min-width: 1680px){
	
.slider-text{
	max-width: 50%;
	top:80px;
	font-size: 16px;
}	
	
	
}



@media (max-width: 575px) {

.slider-caption .txt{
	display: none;
}

}





/*section-header styles*/	

.sec-header{
	position:relative;
	}

.sec-header h1{
	position:relative;
	font-size:20px;
	font-weight:700;
	line-height: 1.1;	
	color:#333;
	padding:0;
	margin: 0 0 20px 0;
	}

.sec-header h1 span{
	font-weight:400;
	color: #818181;
	}


.sec-header h1.hdr-white{
	color:#fff;
	}


.btn-more{
	position: relative;
	background: #002581;
	padding:5px 15px;
	border:0;
	color:#fff;
	font-size:11px;
	font-weight:500;
	border-radius:5px;
	}
	
	.btn-more:hover{
		background:#ED3237;
		color:#fff;
		}
	
.btn-more.ar{
	float: right;
	margin: 0;
}


.btn-more-light{
	position: relative;
	background: none;
	border: 1px solid #fff;
	padding:5px 10px;
	color:#fff;
	font-size:11px;
	font-weight:500;
	border-radius:5px;
	}
	
	.btn-more-light:hover{
		border: 1px solid #fff;
		background:#fff;
		color:#002581;
		}
	
.btn-more-light.ar{
	float: right;
	margin: 0;
}	


.btn-enq{
	position: absolute;
	top:-35px;
	right: 0;
	z-index: 1;
	padding:5px 15px;
	background:#370409;
	color:#fff;
	font-size:11px;
	font-weight:600;
	border-radius:0;
	}
	
	.btn-enq:hover{
		background:#00973D;
		color:#fff;
		}



.btn-discover{
	position:relative;
	color:#ED3237 !important;
	font-weight:700;
	font-size:12px;
	padding: 0 0 0 30px;
	margin:0;
	}
	
	.btn-discover:hover{
	color:#002581 !important;
	}


.btn-discover:after{
    content: '';
    width: 20px;
    border-bottom: 2px solid;
    border-color: #ED3237;
    position: absolute;
    left: 0;
    top: 50%;
}

.container-100 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.container-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.txt-b{
	font-weight: 700;	
}




/*hm-why-sec styles*/	

.hm-why-sec{
	position: relative;
}


.hm-why-sec .content-box{
	position: relative;
	height: 100%;
	background: url(../images/why-bg.jpg);
	background-size: cover;	
	padding: 30px 15px;
}



.hm-why-sec .content-box .title{
	font-family: 'Charmonman', cursive;
	font-weight: 700;
	font-size: 24px;
	color: #002581;
	margin: 0 0 10px 0;
	letter-spacing: -1px;
}


.hm-why-sec .content-box .desc{
	text-align: justify;
	margin: 0 0 20px 0;	
}


.hm-why-sec .hm-features-slide{
	position: relative;
	height: 100%;
}


.hm-why-sec .hm-features-slide h1{
	position:absolute;
	left: 50%;;
	transform: translateX(-50%);
	top:30px;
	font-size:18px;
	font-weight:700;
	line-height: 1.1;
	color:#fff;
	padding:10px 20px;
	text-align: center;
	border: 2px solid #D1D1D1;
	margin: 0;
	z-index: 2;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	}

.hm-why-sec .hm-features-slide h1 span{
	font-weight:400;
	}


.hm-why-sec .hm-bg-features{
	position: relative;
	height: 100%;
	z-index: 1;
}

.hm-why-sec .hm-bg-features::after{
	position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    padding: 10px;
    z-index: -1;	
}


.hm-why-sec .hm-bg-features.bg-one{
	background: url(../images/specialities-bg-1.jpg);
	background-size: cover;
}



.hm-why-sec .hm-bg-features.bg-two{
	background: url(../images/specialities-bg-2.jpg);
	background-size: cover;
}

.hm-why-sec .hm-bg-features.bg-three{
	background: url(../images/specialities-bg-3.jpg);
	background-size: cover;
}

.hm-why-sec .hm-bg-features.bg-four{
	background: url(../images/specialities-bg-4.jpg);
	background-size: cover;
}

.hm-why-sec .hm-features{
	position: relative;
	padding: 100px 15px 50px;
	text-align: center;
}


.hm-why-sec .hm-features .row {
  margin-right: -4px;
  margin-left: -4px;
  }

.hm-why-sec .hm-features .row > .col,
.hm-why-sec .hm-features .row > [class*="col-"] {
  padding-right: 4px;
  padding-left: 4px;
  }


.hm-why-sec .hm-features h3{
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	margin: 0 0 20px 0;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
}



.hm-why-sec .hm-features .box-items{
	position: relative;
	height: 120px;
	background: #fff;
	padding: 20px 10px;
	text-align: center;
	border-radius: 10px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}



.hm-why-sec .hm-features .box-items.one{
    padding: 15px 10px;
}

.hm-why-sec .hm-features .box-items .icon-image{
	position: relative;
	width: 65px;
	height: 65px;
	border-radius: 5px;
	overflow: hidden;
	border: 0px solid #dddddd;
	margin: auto;
	margin-bottom: 10px;
}

.hm-why-sec .hm-features .box-items .icon-image img{
	width: 65px;
	height: 65px;	
	display: inline-block;
	-moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.hm-why-sec .hm-features .box-items:hover .icon-image img{
	-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
	transform: scale(1.2);
}




.hm-why-sec .hm-features .box-items .icon{
	position: relative;
	margin: 0 0 10px 0;
}



.hm-why-sec .hm-features .box-items .icon img{
	width: 40px;
	height: 40px;
	display: inline-block;
	-moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.hm-why-sec .hm-features .box-items:hover .icon img{

	-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
	transform: scale(1.2);
}

.hm-why-sec .hm-features .box-items .icon .iconstyle{
	font-size:60px;
	color:#000;
    -moz-transition: all .3s;
    -webkit-transition:all .3s;
    -ms-transition: all .3s;
    -o-transition:all .3s;
}


.hm-why-sec .hm-features .box-items:hover .icon .iconstyle{
	font-size:66px;
	width: 66px;
	height: 66px;
} 


.hm-why-sec .hm-features .box-items .title{
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
}





.hm-why-sec .owl-carousel .item{
	overflow:hidden;
	}	
	
.hm-why-sec .owl-theme .owl-nav.disabled+.owl-dots{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	right: auto;
	bottom:0;
	margin-top:0;
	}

.hm-why-sec .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background:#fff;
	border: 0px solid #fff;
	width:10px;
	height:10px;
	}
	
.hm-why-sec .owl-theme .owl-dots .owl-dot.active span,
.hm-why-sec .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #ED3237;
	border: 0px solid #fff;
	}



@media (min-width: 992px){

.hm-why-sec .owl-theme .owl-nav.disabled+.owl-dots{
	bottom: 20px;
	}
	
.hm-why-sec .owl-theme .owl-dots .owl-dot span{
	width:12px;
	height:12px;
	}
	
	
}


@media (min-width: 1680px){

.hm-why-sec .owl-theme .owl-nav.disabled+.owl-dots{
	bottom: 50px;
	}
	

	
	
}




/*mission-sec styles*/

.mission-sec{
	position:relative;
	background: url(../images/bg-mission-vision.jpg);
	background-size: cover;
	padding:30px 0 10px;
	}


.mission-sec .box-item{
	position: relative;
	text-align: center;	
	background:rgba(255,255,255,.85);
	border-radius: 10px;
	padding: 20px;
	margin: 0 0 20px 0;
	}


.mission-sec .box-item .icon{
	position: relative;
	margin: 0 0 20px 0;
	}

	.mission-sec .box-item .icon img{
		display: inline-block;
		width: 40px;
		}

.mission-sec .box-item h2{
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 10px 0;
	}

.mission-sec .box-item h2 span{
	font-weight: 400;
	color:#818181;
	}

.mission-sec .box-item .desc{
	margin: 0;
	}



.mission-sec .list-items{
	margin: auto;	
	list-style: none;
	padding: 0;
	display: -ms-flexbox ;
	display: flex ;
	text-align: left;  
	-ms-flex-pack: center ;
  justify-content: center ;
}

.mission-sec .list-items li{
	position: relative;
	list-style: none;
	line-height: 1.2;
	padding: 3px 60px 5px 15px;
}

.mission-sec .list-items li:last-child{
	padding-right: 0;
}

.mission-sec .list-items li:before {
    content: '';
    width: 10px;
    height: 10px;
	background-image: url(../images/icon-list-arrow.svg);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 5px;
}






/*hm-products-sec styles*/

.hm-product-sec{
	position:relative;
	text-align: center;
	padding:30px 0 10px;
	z-index: 1;	
	}



.hm-product-sec .sec-header h1{
	margin: 0 0 15px 0;
}

.hm-product-sec h2{
	position: relative;
	font-weight: 700;
	font-size: 17px;
	margin: 0 0 10px 0;
	}

.hm-product-sec .category-box{
	position: relative;
	margin: 15px 0 0 0;
}

.hm-product-sec .category-box.pd-left{
	padding-left: 0;
}

.hm-product-sec .category-box.pd-right{
	padding-right: 0;
}

.hm-product-sec .image-box{
	position: relative;
	overflow: hidden;
	border: 1px solid #888888;
	margin:0 0 15px 0;
	}
	
	.hm-product-sec .image-box img{
	 width: 100%; 
	-moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.hm-product-sec .image-box:hover img{	
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	}


.hm-product-sec .image-box h3{
	position: absolute;
	bottom: 0;
	left: 0;
	right:0;
	width: 100%;
	background:rgba(229,0,25,.7);
	color: #fff;
	padding: 7px 10px 6px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}


.hm-product-sec .image-box:hover h3{
	background:rgba(0,2,90,1);
	}




/*hm-certificates-sec styles*/


.hm-certificates-sec{
	position: relative;
}



.hm-certificates-sec .content-box{
	position: relative;
	padding: 30px 15px 10px 15px;	
}


.hm-certificates-sec .certificates-slide{
	position: relative;	
}


.hm-certificates-sec .item-box{
	position:relative;
	text-align: center;
	line-height: 1.2;
	}

.hm-certificates-sec .item-box .image-box{
	position:relative;
	margin: 0 0 10px 0;
	}

.hm-certificates-sec .item-box .image-box img{
	width: auto !important;
	display: inline-block !important;
	}


.hm-certificates-sec .item-box .title{
	color: #555;
	margin: 0 0 3px 0;
	}

.hm-certificates-sec .item-box .subtitle{
	color: #126CAE;
	font-size: 12px;
	}


.hm-certificates-sec .owl-carousel .item{
	overflow:hidden;
	}	
	
.hm-certificates-sec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:10px;
	}


.hm-certificates-sec .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background:#002581;
	width:10px;
	height:10px;
	}
	
.hm-certificates-sec .owl-theme .owl-dots .owl-dot.active span,
.hm-certificates-sec .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #ED3237;
	}



@media (min-width: 992px){

.hm-certificates-sec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:30px;
	}
	
.hm-certificates-sec .owl-theme .owl-dots .owl-dot span{
	width:12px;
	height:12px;
	}
	
	
}





/*hm-gallery-sec styles*/

.hm-gr-sec{
	position: relative;
}

.hm-gr-sec .vdo-bg{
	position: relative;
	padding: 60px 20px;
	height: 100%;
	width: 100%;
	background:url(../images/hm-corporate-video.jpg);
	background-size: cover;
	text-align: center;
	  display: -ms-flexbox ;
  display: flex ;  -ms-flex-pack: center ;
  justify-content: center ;
-ms-flex-align: center ;
  align-items: center ;
}

.hm-gr-sec .vdobox{
	cursor: pointer;

}

.hm-gr-sec .vdobox .icon{
	margin: 0 0 20px 0;
	cursor: pointer;
}

.hm-gr-sec .vdobox .icon img{
	max-width: 50px;
	display: inline-block;
}

.hm-gr-sec .vdobox .title{
	font-size: 20px;
	font-weight: 400;
	line-height: 1.1;
	color: #fff;
	margin: 0 0 15px 0;
}

.hm-gr-sec .vdobox .subtitle{
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #2AA9E0;
}




.hm-gr-sec .bg{
	background: #E1E7EB;
}

.hm-gr-sec .content-box{
	position: relative;
	padding:30px 15px;	
}

.hm-gr-sec .glr-box-row{
	position: relative;
}

.hm-gr-sec .glr-box-row .row {
  margin-right: -5px;
  margin-left: -5px;
  }

.hm-gr-sec .glr-box-row .row > .col,
.hm-gr-sec .glr-box-row .row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
  }


.hm-gr-sec .glr-item{
	position: relative;
	overflow: hidden;
	margin: 0 0 10px 0;
	border: 3px solid #E1E7EB;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.hm-gr-sec .glr-item:hover{
border: 3px solid #fff;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
}



.hm-gr-sec .glr-item img{
	 width: 100%; 
	display:inline-block;  
  -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: transform .5s;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
}

.hm-gr-sec .glr-item:hover img{		
	-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
	transform: scale(1.2);
	}

.hm-gr-sec .glr-item .overlay-box{
	
	width: 100%;
    height: 100%;
	margin: auto;
    position: absolute;
    top:0;
    left:0;
	bottom:0;
	right:0;
	padding: 10px;
	background: rgba(62,64,150, 0);
	opacity: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}

.hm-gr-sec .glr-item:hover .overlay-box{
	opacity: 1;
	}	







/*hm-application-sec styles*/

.hm-application-sec{
	position: relative;
	padding: 30px 0;	
}

.hm-application-sec .applications-slide{
	position: relative;	
}


.hm-app-box{
	position:relative;
	background: #F7F8FA;
	height: 100%;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}

.hm-app-box:hover {
background: #002581;
color: #fff !important;
}


.hm-app-box:hover .btn-discover{
	color:#fff !important;
	}

.hm-app-box:hover .btn-discover:after{
    border-color: #fff;
}


.hm-app-box .image-box{
	position: relative;
	overflow: hidden;
	}
	
	.hm-app-box .image-box img{
	 width: 100%; 
	display:inline-block;  
  -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: transform .5s;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
}

.hm-app-box:hover .image-box img{	
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	}
	
.hm-app-box .content-box{
	position: relative;
	padding: 15px;
	}

	.hm-app-box:hover .content-box{
		color: #fff;
	}
	
	.hm-app-box .content-box h3{
		font-size:15px;
		font-weight:700;
		color: #555555;
		margin:0 0 5px 0;
	}

	.hm-app-box:hover .content-box h3{
		color: #fff;
	}

	
	.hm-app-box .content-box .desc{
		text-align: justify;
		height:40px;
		overflow:hidden;
		margin:0 0 10px 0;		
	}



.hm-application-sec .owl-carousel .item{
	overflow:hidden;
	}	
	
.hm-application-sec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:10px;
	}


.hm-application-sec .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background:#002581;
	width:10px;
	height:10px;
	}
	
.hm-application-sec .owl-theme .owl-dots .owl-dot.active span,
.hm-application-sec .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #ED3237;
	}



@media (min-width: 992px){

.hm-application-sec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:30px;
	}
	
.hm-application-sec .owl-theme .owl-dots .owl-dot span{
	width:12px;
	height:12px;
	}
	
	
}




/*hm-associates-sec styles*/	

.hm-videos-sec{
	position: relative;
}

.hm-videos-sec .bg-one{
	position: relative;
	background: url(../images/bg-elearning.jpg);
	background-size: cover;
}

.hm-videos-sec .bg-two{
	position: relative;
	background: url(../images/bg-testimony.jpg);
	background-size: cover;
}


.hm-videos-sec .content-box{
	position: relative;
	padding: 30px 15px 20px 15px;
}

.hm-videos-sec .video-row{
	position: relative;
	margin: 0;
}

.hm-videos-sec .video-box{
	position: relative;
	text-align: center;
	color: #fff;
	margin: 0 0 20px 0;
}

.hm-videos-sec .video-box .video-thumb{
	position: relative;
	cursor: pointer;	
	margin: 0 0 5px 0
}

.hm-videos-sec .video-box .video-thumb img{
	width: 100%;
	height: auto;
	border:2px solid #fff;
}

.hm-videos-sec .video-box .video-thumb .icon{
	content:"";
	position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%,-50%);
    width: 25px;
	height: 25px;
	background: url(../images/play-icon.svg) no-repeat center center;
	background-size:contain;	
	border-radius: 50%;
	border: 1px solid #ff7272;
		
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	}



.hm-videos-sec .video-box .title{
	font-size: 13px;
	line-height: 1.3;
}






/*hm-associates-sec styles*/	

.hm-associates-sec{
	position: relative;
	padding: 30px 0;	
}

.hm-associates-sec .associates-slide{
	position: relative;	
}

.hm-associates-sec .associates-slide .item-associates{
	position: relative;	
}

.hm-associates-sec .associates-slide .item-associates img{
	border: 1px solid #E2E2E2;
}



.hm-associates-sec .owl-carousel .owl-item img{
	width:100%;	
}

.hm-associates-sec .owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 4px 4px ;
    background:#002581;
    display: inline-block;
    cursor: pointer;
    border-radius:0 ;
}
    
.hm-associates-sec .owl-theme .owl-nav [class*='owl-']:hover {
      background:#ED3237;
      color: #fff;
      text-decoration: none;
	  }
	
.hm-associates-sec .owl-prev,
.hm-associates-sec .owl-next {
	position: absolute;
	width: 20px;
	height: 20px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	top:-40px;
	}
    
.hm-associates-sec .owl-prev {right: 25px;}

.hm-associates-sec .owl-next {right: 0;}


.hm-associates-sec .owl-theme .owl-nav{
	margin: 0;
}



@media (min-width: 992px){
	
.hm-associates-sec .owl-theme .owl-nav [class*='owl-'] {
    padding: 9px 9px ;
}
    
	
.hm-associates-sec .owl-prev,
.hm-associates-sec .owl-next {
	position: absolute;
	width: 34px;
	height: 34px;
	top:-60px;
	}
    
.hm-associates-sec .owl-prev {right: 39px;}
	
}




/*hm-testimonials-sec styles*/


.testimonial-box{
	position:relative;
	}


.testimonial-box .box{
	position: relative;	
	margin: auto;
	padding: 15px 0 10px 0;
}

.testimonial .icon-quote {
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	top: -12px;
	z-index: 1;
}

.testimonial .icon-quote img{
	width: 30px !important;
}

.testimonial .icon-quote .iconstyle{
	font-size:18px;
	color:#fff;
	background: #00973D;
	width: 30px;
	height: 30px;	
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center ;
	-ms-flex-pack: center ;
	justify-content: center ;
	}



.testimonial{
	position:relative;
	width: 98%;
	margin: auto;
	background: #fff;
	padding: 30px 20px 30px 20px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	}

.testimonial .desc{
	text-align: justify;
	margin-bottom:20px;
	}

.testimonial .desc .txt-b{
	font-weight: 700;
	}

		
.testimonial-by{
	position: relative;
	}


.testimonial-box .testimonial .image{
	position: relative;
	text-align: center;
	margin: 0 0 15px 0;
	}
	
.testimonial-box .testimonial .image img{
	max-width:100%;
	width:150px;
	border: 3px solid #fff;
	display:inline-block;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
	}

.testimonial-box .testimonial .bx{
	border-left: 4px solid #55baeb;
	padding-left: 15px;
	line-height: 1;
	display: inline-block;
	text-align: left;
	}
		
.testimonial-box .testimonial .name{
	font-family: 'Playfair Display', serif;
	font-weight: 900;
	font-size:17px;
	color:#002581;
	margin: 0 0 5px 0;
	}
	
.testimonial-box .testimonial .sub-title{
	font-family: 'Poppins', sans-serif;	
	font-weight: 600;
	font-size:13px;
	color: #ff6b6f;
	}





.testimonial-box .owl-carousel .item{
	overflow:hidden;
	}	
	
.testimonial-box .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:0px;
	}




.testimonial-box .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background:#002581;
	width:10px;
	height:10px;
	}
	
.testimonial-box .owl-theme .owl-dots .owl-dot.active span,
.testimonial-box .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #ED3237;
	}

	

.testimonial-box .owl-carousel .owl-stage{display: flex;}


.testimonial-box .tm-items {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}


.testimonial-box .h100 {
	
}




@media (min-width: 576px){

	
	
.testimonial-box .box{
	padding: 15px 0 10px 100px;
}

.testimonial .icon-quote {
	left:80px;
	transform: translateX(0);
	top: -15px;
}


.testimonial{
	padding: 30px 60px 30px 120px;
	}

	
.testimonial-box .testimonial .image{
	position: absolute;
    top: 30px;
    left: -100px;
	margin: 0;
	}
	
.testimonial-box .testimonial .image img{
	width:180px;
	border: 8px solid #fff;
	}

	
}


@media (min-width: 992px){

	

.testimonial-box .box{
	padding: 20px 0 10px 100px;
}

.testimonial .icon-quote {
	left:70px;
	top: -30px;
}
	
.testimonial .icon-quote .iconstyle{
	font-size:30px;
	width: 60px;
	height: 60px;
	}


.testimonial{
	padding: 50px 65px 30px 120px;
	}
	
	
.testimonial .icon-quote img{
	width: 50px !important;
}

.testimonial .desc{
	margin-bottom:25px;
	}

.testimonial-box .testimonial .bx{
	padding-left: 20px;	
	}
	
.testimonial-box .testimonial .image{
	top: 50px;
	}
	


.testimonial-box .testimonial .name{
	font-size:22px;
	margin: 0 0 10px 0;	
	}
	
.testimonial-box .testimonial .sub-title{
	font-size:16px;
	}	
	
	
.testimonial-box .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:30px;
	}


.testimonial-box .h100 {
height: 100%!important;
}
	
	
.testimonial-box .owl-theme .owl-dots .owl-dot span{
	width:12px;
	height:12px;
	}

	
}
	


/*footer styles*/

.footer-sec{
	position:relative;
	font-size:12px;
	background: #0A1435;
	color:#C2C2C2;
	}


.footer-sec .footer-box{
	position: relative;
	text-align: center;
	max-width: 300px;
}


.footer-sec .footer-logo{
	margin: 0 0 25px 0;
}

.footer-sec .footer-logo img{
	display: inline-block;
	width: 300px;
}

.footer-sec .caption{
	font-family: 'Tangerine', cursive;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 25px 0;
}


.footer-sec .footer-top{
	position:relative;
	}

.footer-sec .footer-widgets{
	position:relative;
	padding:30px 0 0 0;
	}

.footer-sec .footer-column{
	position:relative;
	margin:0 0 25px 0;
	}
	
.footer-sec .footer-column h5{
	font-size:13px;	
	font-weight:700;
	padding:0;
	margin:0 0 20px 0;
	}

	
.footer-sec .footer-column .links{
	margin:0;
	padding:0;
	}
	.footer-sec .footer-column .links li{
	margin:0;
	padding:5px 0;
	list-style:none;
	line-height:1.3;
	}
	
	.footer-sec .footer-column .links li:first-child{
	padding-top:0;
	}
	.footer-sec .footer-column .links li:last-child{
	padding-bottom:0;
	}


.footer-sec .footer-column .pro-link{
  display: -ms-flexbox ;
  display: flex ;
}	

.footer-sec .footer-column .links-two{
	margin:0;
	padding:0 15px 0 0;
	flex-basis: 50%;
	}

	.footer-sec .footer-column .links-two li{
	margin:0;
	padding:7px 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:#C2C2C2;
	}
	.footer-sec .footer-column a:hover{
	color:#fff;
	}

.footer-sec .footer-column .txt{
	position:relative;
	margin:0 0 15px 0;
	}

.footer-sec .footer-column .txt.height{
	height: auto;
	}


.footer-sec .social-box{
  display: -ms-flexbox ;
  display: flex ;
  -ms-flex-pack: center ;
  justify-content: center ;
	}

.footer-sec .social-box .title{
	margin-right: 20px;
	}


.footer-sec .social-icon{
  display: -ms-flexbox ;
  display: flex ;
  -ms-flex-align: center ;
  align-items: center ;
	}
	
.footer-sec .social-icon a{
    display: block;
    margin-left:15px;
}

.footer-sec .social-icon a:first-child{
    margin-left: 0;
}

.footer-sec .social-icon .iconstyle{
	font-size:13px;
	color:#DEDEDE;
	-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:16px;
	}

.footer-sec .social-icon .iconstyle.icon-whatsapp{
	font-size:15px;
	}


.footer-sec .address-wrapper{
	position: relative;
	margin: auto;
}

.footer-sec .addressbox{
	position: relative;
	display: -ms-flexbox ;
	display: flex ;
}	

.footer-sec .addressbox .txtbox{
	display: block;	
	padding-right: 30px;
}


.footer-sec .addressbox .txtbox:nth-child(2){
	padding-right: 0;
}

.footer-sec .no-break{
	display: none;	
}




.footer-sec .contactbox{
	position: relative;
	border-top: 1px solid #787878;
	border-bottom: 1px solid #787878;
	padding: 15px 0;
}	


.footer-sec .contactbox.noBorder{
	border-top: 0;
	border-bottom: 0;
	padding: 15px 0;
}	

.footer-sec .customercare{
	font-weight: 500;
	margin-bottom: 5px;
	line-height: 1;
}


.footer-sec .box{
	position: relative;
	color:#D4D4D4;
	padding:0 0 0 26px;
	margin:0 0 10px 0;
	}

.footer-sec .box:last-child{
	margin:0;
	}

.footer-sec .box .icon{
	position:absolute;
	top:2px;
	left:0;
	}

.footer-sec .box .txt{
	margin: 0;
	}

.footer-sec .box .txt .divider{
	padding: 0 5px;
	}
	
.footer-sec .box .iconstyle{
	font-size:13px;
	}


.footer-sec .footer-middle{
	position:relative;
	margin: 0;
	}


.footer-sec .footer-bottom{
	position: relative;
	background: #000A2A;
	color: #A7A7A7;
	padding:10px 0;
}

.footer-sec .copyright{
	text-align: center;
	margin: 0 0 10px 0;
	}


.footer-sec .design{
	font-size:11px;
	color: #777777;
	text-align: center;
	}

.footer-sec .design a{
	color: #777777;
	}
.footer-sec .design a:hover{
	color: #888888;
	}






.side-bar-contact {
	position: fixed;
	bottom: 8%;
	right:5px;
	z-index: 100;
}

.side-bar-contact .iconstyle{
	font-size:26px;
	color:#fff;
	background: #25d366;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center ;
	-ms-flex-pack: center ;
	justify-content: center ;	

-webkit-box-shadow: 4px 6px 6px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 4px 6px 6px 0px rgba(0,0,0,0.2);
box-shadow: 4px 6px 6px 0px rgba(0,0,0,0.2);
	}






	


/*sub-banner styles*/


.sub-banner-sec{
	position:relative;
	margin:70px 0 0 0;
	}


.sub-banner-sec .banner-image{
	position:relative;
	}

	.sub-banner-sec .banner-image img{
		width: 100%;
		}

.sub-banner-sec .banner-title{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	display: -ms-flexbox ;
	display: flex ;
	-ms-flex-align: center ;
	align-items: center ;
}


.sub-banner-sec h2{
	position: relative;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-transform: none;
}

.align-center{
	display: -ms-flexbox ;
	display: flex ;
	-ms-flex-align: center ;
	align-items: center ;
}

.sub-banner-sec .subtitle{
	font-size: 13px;
	color: #2E9BCB;
	margin: 5px 0 0 0;
}



@media (min-width: 576px){
	
.sub-banner-sec{
	margin:75px 0 0 0;
	}	
}


@media (min-width: 768px){
	
.sub-banner-sec{
	margin:80px 0 0 0;
	}		

}

@media (min-width: 992px){
	
.sub-banner-sec{
	margin:130px 0 0 0;
	}
	

.sub-banner-sec h2{
	font-size: 36px;
}
	
.sub-banner-sec .subtitle{
	font-size: 20px;
	margin: 10px 0 0 0;
}

	
}

@media (min-width: 1200px){
	
.sub-banner-sec{
	margin:145px 0 0 0;
	}		

}





.bg-about {
	background:#e0e0e0 url(../images/banner-about.jpg) center;
	background-size: cover;
	}

.bg-infrastructure {
	background:#e0e0e0 url(../images/banner-infrastructure.jpg) center;
	background-size: cover;
	}

.bg-quality{
	background:#e0e0e0 url(../images/banner-quality.jpg) center;
	background-size: cover;
	}

.bg-certifications{
	background:#e0e0e0 url(../images/banner-certifications.jpg) center;
	background-size: cover;
	}

.bg-approvals{
	background:#e0e0e0 url(../images/banner-approvals.jpg) center;
	background-size: cover;
	}


.bg-applications{
	background:#e0e0e0 url(../images/banner-applications.jpg) center;
	background-size: cover;
	}


.bg-dealership {
	background:#e0e0e0 url(../images/banner-dealership.jpg) center;
	background-size: cover;
	}


.bg-design {
	background:#e0e0e0 url(../images/banner-design.jpg) center;
	background-size: cover;
	}

.bg-elearning {
	background:#e0e0e0 url(../images/banner-elearning.jpg) center;
	background-size: cover;
	}

.bg-careers {
	background:#e0e0e0 url(../images/banner-careers.jpg) center;
	background-size: cover;
	}

.bg-contact {
	background:#e0e0e0 url(../images/banner-contact.jpg) center;
	background-size: cover;
	}


.bg-copper-bonded-rod {
	background:#e0e0e0 url(../images/banner-copper-bonded-rod.jpg) center;
	background-size: cover;
	}





.sub-heading h1{
	position:relative;
	font-size:20px;
	font-weight:700;
	line-height: 1.1;	
	color:#333;
	padding:0;
	margin: 0 0 10px 0;
	}

.sub-heading h1 span{
	font-weight:400;
	color: #818181;
	}


.al-center {
  -ms-flex-item-align: center ;
  align-self: center ;
}


.lists{
	list-style: none;
    margin: 0 0 20px 0;
    padding: 0;	
}

.lists li{
	position: relative;
	list-style: none;
	line-height: 1.3;
	text-align: justify;
	padding: 5px 0 5px 20px;
}

.lists li:before {
    content: '';
    width: 10px;
    height: 10px;
	background-image: url(../images/icon-list-arrow.svg);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 8px;
}




/*gen-videos-sec styles*/

.gen-videos-sec{
	position: relative;
	background: #3F4F70;
	padding: 30px 0 10px;
}

.gen-videos-sec .video-row{
	position: relative;
	margin: 0;
}

.gen-videos-sec .video-box{
	position: relative;
	text-align: center;
	color: #fff;
	margin: 0 0 20px 0;
}

.gen-videos-sec .video-box .video-thumb{
	position: relative;
	cursor: pointer;	
	margin: 0 0 5px 0
}

.gen-videos-sec .video-box .video-thumb img{
	width: 100%;
	height: auto;
	border:2px solid #fff;
}

.gen-videos-sec .video-box .video-thumb .icon{
	content:"";
	position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%,-50%);
    width: 25px;
	height: 25px;
	background: url(../images/play-icon.svg) no-repeat center center;
	background-size:contain;	
	border-radius: 50%;
		
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	}


.gen-videos-sec .video-box .title{
	font-size: 13px;
	line-height: 1.3;
}





/*about-sec styles*/

.about-sec{
	position:relative;
	padding:30px 0 10px;
	}


.about-sec .box-row{
	position: relative;
	margin: 0;
}


.about-sec .desc-one{
	font-size: 13px;
	text-align: justify;
	margin: 0 0 20px 0;
	}

.about-sec .desc-two{
	font-size: 13px;
	text-align: justify;
	margin: 0 0 20px 0;
	}

.about-sec .desc{
	text-align: justify;
	margin: 0 0 20px 0;
	}


.about-sec .image-box{
	position: relative;
	margin:0 0 20px 0;
	}

.about-sec .content-box{
	position: relative;
	margin: 0 0 20px 0;
	}

.about-sec .content-box.pd-left{
	padding: 0;
	}

.about-sec .content-box.pd-right{
	padding: 0;
	}





/*why-sec styles*/

.why-sec{
	position:relative;
	padding:30px 0 10px;
	}

.why-sec.bg{
	background: #F5F5F5;
	padding: 30px 0 10px;
	}

.why-sec .desc{
	text-align: justify;
	margin: 0 0 20px 0;
	}

.why-sec .image-box{
	position: relative;
	margin:0 0 20px 0;
	}

.why-sec .content-box{
	position: relative;
	margin: 0 0 20px 0;
	}

.why-sec .content-box.pd-left{
	padding: 0;
	}

.why-sec .content-box.pd-right{
	padding: 0;
	}



/*infrastructure-sec styles*/

.infrastructure-sec{
	position:relative;
	padding:30px 0 10px;
	}

.infrastructure-sec.bg{
	background: #F5F5F5;
	padding: 30px 0 10px;
	}

.infrastructure-sec .desc{
	text-align: justify;
	margin: 0;
	}

.infrastructure-sec .image-box{
	position: relative;
	margin:0 0 20px 0;
	}

.infrastructure-sec .content-box{
	position: relative;
	margin: 0 0 20px 0;
	}

.infrastructure-sec .content-box.pd-left{
	padding: 0;
	}

.infrastructure-sec .content-box.pd-right{
	padding: 0;
	}



.infrastructure-sec .item-image{
	position: relative;
	margin: 0 0 30px 0;
}




/*quality-sec styles*/

.quality-sec{
	position:relative;
	padding:30px 0;
	}

.quality-sec .desc-box{
	text-align: center;
	font-weight: 700;
	}

.quality-sec .desc{
	text-align: center;
	margin: 0 0 20px 0;
	}


.quality-sec .box-quality{
	position: relative;
	background:#f5f5f5;
	border: 1px solid #89909f;
	margin:0 0 30px 0;
	text-align: center;
	}

.quality-sec .box-quality .title{
	position: relative;
	padding: 5px 15px;
	color: #fff;
	background: #3F4F70;
}

.quality-sec .box-quality h3{
	font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.quality-sec .box-quality h5{
	font-size: 12px;
    font-weight: 400;
    margin: 0;
}
	

.quality-sec .contentbox{
	position: relative;
	padding: 20px 20px 10px;
	}


.quality-sec .contentbox .desc{
	margin: 0 0 20px 0;
}


.quality-sec .box{
	position: relative;
	margin:0 0 15px 0;
	}

.quality-sec .box .imagebox{
	position: relative;
	margin:0 0 5px 0;
	}
.quality-sec .box .imagebox img{
	width: 100%;
	border: 1px solid #888;
	}

.quality-sec .box .txt{
	font-weight: 700;
	line-height: 1.3;
	}




/*certifications-sec styles*/

.certifications-sec{
	position:relative;
	padding:30px 0 10px;
	}

.certifications-sec .desc{
	text-align: center;
	margin: 0 0 25px 0;
	}


.certifications-sec .item-box{
	position:relative;
	text-align: center;
	line-height: 1.3;
	margin: 0 0 20px 0;
	}

.certifications-sec .item-box .image-box{
	position:relative;
	margin: 0 0 10px 0;

	}

.certifications-sec .item-box .image-box img{
	display: inline-block ;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	}


.certifications-sec .item-box .title{
	color: #555;
	margin: 0 0 3px 0;
	}

.certifications-sec .item-box .subtitle{
	color: #126CAE;
	font-size: 12px;
	}




/*application-sec styles*/

.application-sec{
	position: relative;
	padding: 30px 0;	
}

.application-sec .hm-app-box{
	height: calc(100% - 30px);	
}

.application-sec .hm-app-box.bx-margin{
	margin: 0 0 30px 0;	
} 


.application-sec h2{
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 15px 0;
	}

.application-sec .desc{
	text-align: justify;
	margin: 0 0 20px 0;
	}


.application-sec .desc-box{
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	border-left: 6px solid #ED3237;
	padding: 10px 20px 8px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	}


.application-sec .imagebox{
	position: relative;
	overflow: hidden;
	}

.application-sec .contentbox{
	position: relative;
	margin: 0 0 30px 0;
	}

.application-sec .contentbox.pd-left{
	padding: 0;
	}

.application-sec .contentbox.pd-right{
	padding: 0;
	}





/*elearning-sec styles*/

.gallery-sec{
	position: relative;
	padding: 30px 0 10px;
}


.gallery-sec .desc{
	text-align: justify;
	margin: 0 0 20px 0;
	}


.gallery-sec .video-row{
	position: relative;
	margin: 0;
}

.gallery-sec .video-box{
	position: relative;
	text-align: center;
	margin: 0 0 20px 0;
}

.gallery-sec .video-box .video-thumb{
	position: relative;
	cursor: pointer;	
	margin: 0 0 10px 0
}

.gallery-sec .video-box .video-thumb img{
	width: 100%;
	height: auto;
	border: 1px solid #888;
}

.gallery-sec .video-box .video-thumb .icon{
	content:"";
	position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%,-50%);
    width: 25px;
	height: 25px;
	background: url(../images/play-icon.svg) no-repeat center center;
	background-size:contain;	
	border-radius: 50%;
	border: 1px solid #ff7272;
		
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	}


.gallery-sec .video-box .title{
	font-size: 13px;
	line-height: 1.3
}



/*download styles*/

.download-sec{
	position:relative;
	padding:30px 0 10px;
	background: #F5F5F5;
	}

.download-sec h2{
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 15px 0;
	}

.download-sec .download-box{
	position:relative;
	text-align: center;	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	margin-bottom: 20px;
	}



.download-sec .download-box .image-box{
	position: relative;
	overflow: hidden;
	background: #E3E3E3;
	padding: 20px;
	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;
	}

.download-sec .download-box:hover .image-box{
	background: #f9f9f9;
-webkit-box-shadow: 6px 5px 5px -1px rgba(0,0,0,0.15);
-moz-box-shadow: 6px 5px 5px -1px rgba(0,0,0,0.15);
box-shadow: 6px 5px 5px -1px rgba(0,0,0,0.15);
	}
	
	.download-sec .download-box .image-box img{
	max-height: 180px;
	border: 1px solid #888;
	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;
}

.download-sec .download-box:hover .image-box img{	
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	}
	

.download-sec .download-box .title{
	font-size:13px;
	line-height: 1.3;
	}



/*dealership-sec styles*/

.dealership-sec{
	position: relative;
	padding: 30px 0 10px;
}


.dealership-sec .desc{
	text-align: justify;
	margin: 0 0 15px 0;
	}


.dealership-sec .txt{
	font-weight: 700;
	margin: 0 0 5px 0;
	}

.dealership-sec-two{
	position: relative;
	background: #F5F5F5;
	padding: 30px 0;
}



/*design styles*/

.design-sec{
	position:relative;
	padding:30px 0;
	}

.design-sec h3{
	font-weight: 500;
	font-size: 15px;
	margin: 0 0 10px 0;
	color: #ED3237;
	text-align: center;
}


.design-sec .designbox{
	position: relative;
	margin: 0 0 30px 0;
	border: 2px solid #b9c0cd;
	background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(235,236,236,1) 100%);
	}

.design-sec .designbox .title{
	position: relative;
	padding: 3px 15px;
	font-size: 15px;
	color: #fff;
	background: #395ba3;
	text-align: center;
	}

.design-sec .designbox .contentbox{
	padding: 10px 15px;
	}


.design-sec .txt-label{
	padding: 0 0 3px 0;
}	

.design-sec .txt-small{
	font-size: 11px;
	padding-top: 10px;
}

.design-sec .nb-box{
	background: #F5F5F5;
	border: 1px solid #C5C5C5;
    padding: 10px 20px;
}

.design-sec .nb-box .txt-one{
	font-weight: 700;
	padding: 0 10px 0 0;
}




.design-table{
	position: relative;	
}

.design-table .bold-text{
	font-weight: 700;
}


.design-table .table{
	margin: 0 0 25px 0;	
	text-align: center;
	line-height: 1.4;
}

.design-table .table-bordered td,
.design-table .table-bordered th{
	border: 2px solid #b9c0cd;
}

.design-table .table td,
.design-table .table th{
	padding: 8px 15px;
	vertical-align: middle;
}


.design-table .table-striped tbody tr:nth-of-type(odd) {
  background-color: #F5F5F5;
}



.design-table .table .table-title{
	font-weight: 700;
	color: #fff;
}

.design-table .table .wd-one{
	width: 30%;
}
.design-table .table .wd-two{
	width: 35%;
}

.design-table .table .wd-three{
	width: 35%;
}

.design-table .table .bg{
	background: #1466bb;
}


.design-table .table .bg-one{
	background: #293e8b;
}
.design-table .table .bg-two{
	background: #1d61a7;
}

.design-table .table .bg-three{
	background: #0f4c8a;
}

.design-table .table .value{
	
}

.design-table .table .txtcolor{
	color: #ED3237;
	text-transform: uppercase;
}




.design-form{
	position: relative;
	margin: 0;
	}


.design-form .form-group{
	margin: 0;
	padding: 7px 0;
	border-bottom: 1px solid #cbcbcb;	
	}

.design-form .form-group:last-child{
	border-bottom: 0 solid #e3e3e3;	
	}
	
.design-form .form-control{
	padding:8px 10px;
	border-radius:0;
	border:1px solid #d7d7d6;
	background:#d7d7d6;	
	color:#000;
	font-size:13px;
	min-width:150px;
	height:auto;
	margin:0;
	}

.design-form .form-control:focus {
    box-shadow:none;
	background:#d7d7d6;
	border:1px solid #999999;
    }

.design-form ::-webkit-input-placeholder { /* Chrome */
  color: #000;
}

.design-form :-ms-input-placeholder { /* IE 10+ */
  color: #000;
}

.design-form form ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 1;
}

.design-form form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #000;
  opacity: 1;
}


.design-form .btn-submit{
	padding:5px 15px;
	background:#002581;
	color:#fff;
	font-size:11px;
	font-weight:500;
	border-radius:3px;
	margin: 5px 0 0 0;
	}

	
	.design-form .btn-submit:hover{
	background:#ED3237;
	color:#fff;
	}



.design-form input:-webkit-autofill,
.design-form input:-webkit-autofill:hover, 
.design-form input:-webkit-autofill:focus,
.design-form textarea:-webkit-autofill,
.design-form textarea:-webkit-autofill:hover,
.design-form textarea:-webkit-autofill:focus,
.design-form select:-webkit-autofill,
.design-form select:-webkit-autofill:hover,
.design-form select:-webkit-autofill:focus {
  border: 1px solid #d7d7d6;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #d7d7d6 inset;
	box-shadow: 0 0 0px 1000px #d7d7d6 inset;
  transition: background-color 5000s ease-in-out 0s;
}



@media (min-width: 992px){
	


	
.design-form .form-control{
	padding: 10px 20px;
	font-size: 15px;
	}
	
.design-form .btn-submit{
	font-size: 12px;
    padding: 10px 30px;
	}	

}









/*pro-banner-sec styles*/

.pro-banner-sec{
position:relative;
margin:70px 0 0 0;
}

@media (min-width: 576px){

.pro-banner-sec{
margin:75px 0 0 0;
}	
	
}

@media (min-width: 768px){

.pro-banner-sec{
margin:80px 0 0 0;
}
	
}
	
@media (min-width: 992px){

.pro-banner-sec{
margin:130px 0 0 0;
}
	
}
	
@media (min-width: 1200px){
	
.pro-banner-sec{
margin:145px 0 0 0;
}
	
}


/*products-sec styles*/

.products-sec{
	position: relative;
	padding: 50px 0 30px;
}

.products-sec h3{
	position: relative;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 15px 0;
}

.category-sticky {
    position: fixed;
    top: 80px;
    right:15px;
    left: 15px;
	z-index: 100;
}




@media (min-width: 992px){

.category-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 140px;
	z-index: 1;
}

}


.category-block{
	position: relative;
	width: 100%;
	margin: 0 0 15px 0;
}


.pro-menu{
	background: #fff;
	line-height: 1.3;
	margin: 0;
	}


.pro-menu .catg-heading{
	font-size: 14px;
    font-weight: 400;
    background: #002581;
    color: #fff;
    margin: 0 0 2px 0;
    padding: 6px 10px;
}


.pro-menu .pro-menu-item{
	position: relative;
	}

.pro-menu .pro-menu-item ul{
	margin:0;
	padding:0;
	list-style: none;
	}

.pro-menu .pro-menu-item ul li{
	display: block;
	}

	.pro-menu .pro-menu-item li a{
	font-size: 13px;
    font-weight: 500;
    background: #F1F4F9;
    color: #333;
    margin: 0 0 2px 0;
    padding:6px 10px;
		display: block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
	

.pro-menu .pro-menu-item li a:hover{
    background: #EF5054;
    color: #fff;
	}

	
.pro-menu .pro-menu-item li a.active{
      color:#fff;
	  background:#EF5054;	
	  }	



.products-sec .pro-box{
	position:relative;
	text-align: center;	
	margin-bottom:20px;
	}
	
.products-sec .pro-box .pro-image-box{
	position: relative;
	overflow: hidden;
	margin: 0 0 10px 0;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	}
	
	.products-sec .pro-box .pro-image-box img{
	 width: 100%; 
	-moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.products-sec .pro-box:hover .pro-image-box img{	
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	}
	

	
	.products-sec .pro-box .pro-title{
		font-weight: 500;
		font-size:13px;
		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;
	}

	.products-sec .pro-box:hover .pro-title{
		color: #ED3237;
	}


.filter-menu {
	margin: 0 0 20px 0;	
	}

.filter-menu .navbar{
	padding:0;
	}


	
.btn-filter{
	position:relative;
	font-size:13px;
	text-transform: uppercase;
	color:#fff !important;
	background:#3e88c7;	
	border-radius:0;
	padding:5px 15px;
	display: block;
	width:100%;
	text-align:center;
	margin:0;
	cursor:pointer;
	}




@media (min-width: 992px){


.btn-filter{
	display:none;
}

}






/*pro-single-sec styles*/


.pro-single-sec{
	position: relative;
	padding: 30px 0;
}

.pro-single-sec .contentbox{
	position: relative;
}


.pro-single-sec .desc{
	margin: 0 0 20px 0;
}

.pro-single-sec .desc-box{
	background: #F5F5F5;
	border:1px solid #C5C5C5;	
	padding: 10px 20px;
	border-radius: 3px;
	margin: 0 0 25px 0;
}

.pro-single-sec .txt-b{
	font-weight: 500;
	}


.pro-single-sec .sub-pro-box{
	position:relative;
	text-align: center;	
	margin-bottom:20px;
	}
	
.pro-single-sec .sub-pro-box .image-box{
	position: relative;
	overflow: hidden;
	margin: 0 0 10px 0;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	}
	
	.pro-single-sec .sub-pro-box .image-box img{
	 width: 100%; 
	-moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.pro-single-sec .sub-pro-box:hover .image-box img{	
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	}
	
.pro-single-sec .image-box .icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 18px;
    height: 18px;
}
.pro-single-sec .image-box .icon{
	content:"";
	position: absolute;
    right: 10px;
    bottom: 10px;
    width: 18px;
	height: 18px;
	background: url(../images/icon-zoom.svg) no-repeat center center;
	background-size:contain;
	}

	
	.pro-single-sec .sub-pro-box .title{
		font-size:13px;
		font-weight:500;
		line-height: 1.3;
	}




.list-dots{
}

.list-dots ul{
	list-style: none;
    margin: 0 0 10px 0;
    padding: 0;	
}

.list-dots li{
	position: relative;
	list-style: none;
	line-height: 1.3;
	text-align: justify;
	padding: 3px 0 3px 18px;
}

.list-dots li:before {
    content: '';
    width: 10px;
    height: 10px;
	background-image: url(../images/icon-list-arrow.svg);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 6px;
}


.list-dots ul li ul{
	list-style: none;
    margin: 5px 0;
    padding: 0;
}

.list-dots ul li ul li{
	position: relative;
    list-style: none;
    padding: 2px 0 2px 15px;
}

.list-dots ul li ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #002581;
    position: absolute;
    left: 0;
    top: 8px;
}


@media (min-width: 992px){

.list-dots ul{
    margin: 0 0 20px 0;
}

.list-dots li{
	padding: 5px 0 5px 20px;
}

.list-dots li:before {
    top: 8px;
}	
	
	
.list-dots ul li ul{
    margin: 15px 0;
}
	
.list-dots ul li ul li{
    padding: 4px 0 4px 20px;
}	
	
	.list-dots ul li ul li:before {
    top: 10px;
	}
	
	
}



.pro-table{
	
}

.pro-table .table{
	text-align: center;
	margin: 0 0 25px 0;	
}

.pro-table .table-bordered td,
.pro-table .table-bordered th{
	border: 1px solid #D9D9D9;
}

.pro-table .table td,
.pro-table .table th{
	padding: 5px 15px;
}


.pro-table .table .thead-dark th{
	background: #002581;
	font-weight: 400;
	vertical-align: top;
}

.pro-table .table .thead-light th{
	background: #e1f0ff;
	font-weight: 700;
	vertical-align: top;
}


.horizontal-tab{
	position: relative;
	margin: 0;
}

.horizontal-tab .nav-pills .nav-link{
	font-size:13px;
	font-weight:500;
	background-color: transparent;
	color:#333;
	border-radius:0;
	padding:10px 0;
	margin: 0 5px;
	}

.horizontal-tab .nav-pills{
	padding: 0;
	margin: 0;
	list-style: none;
}


.horizontal-tab .nav-pills li{
	position: relative;
	list-style: none;
	line-height: 1.3;
	padding: 0;
}
.horizontal-tab .nav-pills li:before {
    content:none;
}




.horizontal-tab .nav-pills .nav-link:before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 7px solid #0000;
    border-right: 7px solid #0000;
    border-top: 8px solid #ED3237;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	opacity: 0
}

.horizontal-tab .nav-pills .nav-link:after {
	content: "";
    position: absolute;
	bottom: -2px;
    border-bottom: 3px solid #ED3237;
    left: 0;
    right: 0;
	margin: 0 5px;
	z-index: 1;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	opacity: 0;
}

.horizontal-tab .nav-pills .nav-link:hover:before {
	opacity: 1;
}

.horizontal-tab .nav-pills .nav-link:hover:after {
	opacity: 1;
}

.horizontal-tab .nav-pills .nav-link:hover{
	color: #333;
}



.horizontal-tab .nav-pills .nav-link.active{
	color: #333;
	}

.horizontal-tab .nav-pills .nav-link.active:before {
	opacity: 1;
}

.horizontal-tab .nav-pills .nav-link.active:after {
	opacity: 1;
}






.horizontal-tab .box{
	position:relative;
	margin:0;
	padding:20px 10px 5px;
	}



.horizontal-tab .box .column-wd {
    width: 35%;
}


@media (min-width: 992px){
	
.horizontal-tab .nav-pills .nav-link{
	font-size:16px;
	padding:10px 0;
	margin: 0 15px;
	}
	
.horizontal-tab .nav-pills .nav-link:after {
	margin: 0 15px;
}
	
.horizontal-tab .box{
	padding:30px 30px 10px 30px;
	}
	
.horizontal-tab .box .column-wd {
    width: 20%;
}

}




.pro-specs-sec{
	position: relative;
	background: #F5F5F5;
	padding: 20px 0;
}


.pro-specs-sec .box-border{
	padding: 0 5px;
	border-bottom: 1px solid #C5C5C5;
}


@media (min-width: 992px){

.pro-specs-sec .box-border{
	padding: 0 15px;
}	
	
}


/*similar-items styles*/

.similar-items-sec{
	position: relative;
	padding: 30px 0 10px;
	background: #3F4F70;
	color: #fff;
	text-align: center;
}

.similar-items-sec a{
color: #fff;
}

.similar-items-sec a:hover{
color: #fff;
}

.similar-items-sec h3{
	position: relative;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 20px 0;
}


.similar-items-sec .similar-pro-slide{
	position: relative;
}


.similar-items-sec .others-box{
	position:relative;
	text-align: center;	
	}
	
.similar-items-sec .others-box .pro-image-box{
	position: relative;
	overflow: hidden;
	margin: 0 0 5px 0;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	}
	
	.similar-items-sec .others-box .pro-image-box img{
	 width: 100%; 
	display:inline-block;  
}

	.similar-items-sec .others-box .pro-title{
		font-size:13px;
	}
	



.similar-items-sec  .owl-carousel .item{
	overflow:hidden;
	}	
	
.similar-items-sec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:10px;
	}


.similar-items-sec .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background:#fff;
	width:10px;
	height:10px;
	}
	
.similar-items-sec .owl-theme .owl-dots .owl-dot.active span,
.similar-items-sec .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #ED3237;
	}



@media (min-width: 992px){

.similar-items-sec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:30px;
	}
	
.similar-items-sec .owl-theme .owl-dots .owl-dot span{
	width:12px;
	height:12px;
	}
	
	
}









/*careers styles*/

.careers-sec{
	position:relative;
	padding:30px 0;
	}

.careers-sec h4{
	position:relative;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 10px 0;
	}

.careers-sec .desc{
	margin: 0 0 15px 0;
	}





/*contact styles*/

.contact-sec{
	position:relative;
	padding:30px 0 10px;
	}


.contact-sec h4{
	position:relative;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 10px 0;
	}

.contact-sec .desc{
	margin: 0 0 15px 0;
	}


.contact-sec .contact-wrapper{
	position: relative;
	margin: 25px 0 0 0;	
}


.contact-sec .contact-info{
	position: relative;
	margin: 0 0 30px 0;	
}

.contact-sec .contact-row{
	position: relative;
	background: #F4F6FA;
	border: 1px solid #D8E1F2;
	padding: 20px;
	margin: 0 0 10px 0;	
}


.contact-sec .contactbox{
	position: relative;
	line-height: 1.4;
	margin: 0 0 5px 0;
	display: -ms-flexbox ;
	display: flex ;
}

.contact-sec .contactbox.mb{
	margin: 0;
}

.contact-sec h5{
	font-size: 13px;
	font-weight: 500;
	color: #002581;
	margin: 0 0 10px 0;
}


.contact-sec .contactbox .txtbox{
	-ms-flex-item-align: center ;
	align-self: center ;	
	-ms-flex-positive: 1;
	flex-grow: 1;
}

	.contact-sec .contactbox .icon{
	position:relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 4px 15px 0 0;
	}

	.contact-sec .contactbox .icon .iconstyle{
	font-size:13px;
	color:#ED3237;
	}




.contact-sec .contactbox .txt{

}


.contact-sec .contactbox .txtbox .divider{
	padding: 0 5px;
	}



.contact-form{
	position: relative;
	margin: 0;
	}

.contact-form .form-group{
	margin-bottom:10px;
	}
	
.contact-form .form-control{
	padding:7px 10px;
	border-radius:0;
	border:1px solid #cccccc;
	background:#ffffff;	
	color:#555;
	font-size:13px;
	min-width:150px;
	height:auto;
	margin:0;
	}

.contact-form .form-control:focus {
    box-shadow:none;
	background:#fff;
	border:1px solid #8e8e8e;
    }

.contact-form ::-webkit-input-placeholder { /* Chrome */
  color: #555;
}

.contact-form :-ms-input-placeholder { /* IE 10+ */
  color: #555;
}

.contact-form form ::-moz-placeholder { /* Firefox 19+ */
  color: #555;
  opacity: 1;
}

.contact-form form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #555;
  opacity: 1;
}

.contact-form input:-webkit-autofill,
.contact-form input:-webkit-autofill:hover, 
.contact-form input:-webkit-autofill:focus,
.contact-form textarea:-webkit-autofill,
.contact-form textarea:-webkit-autofill:hover,
.contact-form textarea:-webkit-autofill:focus,
.contact-form select:-webkit-autofill,
.contact-form select:-webkit-autofill:hover,
.contact-form select:-webkit-autofill:focus {
  border: 1px solid #cccccc;
  -webkit-text-fill-color: #555;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
	box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}



.contact-form .btn-submit{
	padding:5px 15px;
	background:#002581;
	color:#fff;
	font-size:11px;
	font-weight:500;
	border-radius:3px;
	margin: 5px 0 0 0;
	}

	
	.contact-form .btn-submit:hover{
	background:#ED3237;
	color:#fff;
	}






.contact-form .form-row{
margin-right: -8px;
margin-left: -8px;
}
	
.contact-form .form-row > .col, 
.contact-form .form-row > [class*="col-"]{
padding-right: 8px;
padding-left: 8px;
}



.upload-file {
    display: inline-block;
    padding: 0 10px 0 0;
}

.upload-file {
    display: inline-block;
    padding: 0 10px 0 0;
}
	
.upload-inline {
	width: auto;
    display: inline-block;
}


.contact-form .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.50rem + 2px);
  padding: 10px 20px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 0;
}

.contact-form .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.50rem;
  padding: 10px 20px;
  line-height: 1.5;
  color: #fff;
  content: "Browse";
  background-color: #002581;
  border-left: 1px solid #cccccc;
  border-radius: 0;
font-size: 12px;
}


.contact-form .custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
padding-left: 1.5rem;
}

.contact-form .custom-checkbox .custom-control-label::before{
	border-radius:0;
	background: #fff;
	border: 1px solid #D5D5D5;
}

.contact-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00973D;
}

.contact-form .pd{
	padding-top: 8px;
	padding-bottom: 8px;
}


.required {
    color: #c51313;
}

.locationmap{
	position:relative;
	height:200px;
	background:#efeeec;
	}	
.locationmap iframe{
	height:200px;
	}






/* scroll to top style */

.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #e86256;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.cd-nugget-info a:hover {
  opacity: .8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #e86256;
}


.cd-top {
  display: inline-block;
  height: 25px;
  width: 25px;
  z-index:100;
  position: fixed;
  bottom: 10px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(51, 51, 51, 0.5) url(../images/top-arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}

.cd-top:hover {
  background-color: #150816;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 10px;
    bottom: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 30px;
    width: 30px;
    right: 20px;
    bottom: 20px;
  }
}







.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 12px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #FFF;
  background-size: 6px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 3px);
    transform: rotate(-45deg);
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}



/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -43px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }






