
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


@import url("font-awesome.min.css");
@import url("icons.css");
@import url("animate.css");

body{
font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
font-size:13px;
color: #333;
line-height:1.5;
}

h1, h2, h3, h4, h5, h6{
	line-height:1.3;
	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: #184890;
text-decoration:none;
}

.btn:focus {
  outline: none;
  box-shadow:none;
}

img{
max-width:100%;
display:block;
}

p {
	margin: 0 0 10px 0;
}

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:11px;
	font-weight: 500;
	padding:5px 0;
	background:none;
	margin:0;
	}


.breadcrumb-sec{
	position: relative;
}

.breadcrumb-item a{
	color:#666;
	}
	.breadcrumb-item a:hover{
	color:#888;
	}
	
.breadcrumb-item.active{
	color:#888;
	}



.modal-header{
	padding-top: 5px;
	padding-bottom: 5px;
}

.modal-title{
	font-size:13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #2A5AA8;	
}



.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:#370409;
	color:#fff;
	border:0;
	border-radius:0;
	padding:8px 20px;
	}
	
	.main-header .modal-header h3{
	font-size:14px;
	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;
}




.topwrap{
	position: relative;
 width: 100%;

  display: flex;
  flex-wrap: wrap;
	margin: 0;
}

.logo-bg{
	position: absolute;
	right: 50px;
	margin-top:9px;
}

.logo-bg img{
display: inline-block;
width: 40px;
}



@media (min-width: 992px){

.logo-bg{
	right: 0;
	margin-top: 15px;
}
	
	
.logo-bg img{
	width:40px;
	}	
	
}


@media (min-width: 1200px){

.logo-bg img{
	width:50px;
	}
	
}






.IMG-order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.IMG-order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.IMG-order-3 {
  -ms-flex-order: 3;
  order: 3;
}






/*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:#288FCE;
	color:#fff;
	font-size:11px;
	text-transform: uppercase;
	border-radius:20px;
	padding:10px 20px;
	margin:10px 0 0 0;
	}
	
	.enq-box .btn-submit:hover{
	background:#2A5AA8;
	color:#fff;
	}

	

@media (min-width: 1200px){
	
.enq-box .form-control{
	padding:10px 20px;
	font-size: 14px;
	}
	
.enq-box .btn-submit {
    font-size: 12px;
    padding: 10px 30px;
    margin: 10px 0 0 0;
}	
	

}
	




	
	
/*container styles*/

.page-wrapper{
	position:relative;
	width: 100%;
	}







/*header nav styles*/

.top-wrapper{
	position: relative;
	display: none;
}


.top-line{
	position: relative;
	background: #184890;
	font-size:13px;
	color: #fff;
	}

.top-line .top-left{
	position: relative;
	background: #2A5AA8;
	padding: 2px 15px 0;
	font-size: 15px;
}




.top-line a{
	color: #fff;
	}
.top-line a:hover{
	color: #fff;
	}

.top-line .top-right{
	position:relative;
	padding: 5px 15px 4px;
	
  display: -ms-flexbox !important;
  display: flex !important;
	
-ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
	
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}


.top-line .top-right ul{
	margin: 0;
	padding: 0;
}

.top-line .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: 30px;
}
    .top-line .top-right ul li:last-child {
      margin-right: 0;
      }



.top-line .iconstyle{
	font-size:14px;
	color:#f8a51c;
	margin-right: 5px;
	}
	
.top-line .social-icon{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-left: 30px;
	}	


.top-line .social-icon a{
margin-left:20px;
}

.top-line .social-icon a:first-child{
margin-left:0;
}
	
	
.top-line .social-icon .iconstyle{
	font-size:13px;
	color:#fff;
	margin: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	.top-line .social-icon .iconstyle:hover{
	color:#fff;
	}








.main-header{
	position:relative;
	background:#ffffff;
	}
	


	
.brand-wrapper{
	position:relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	}
	

	
/*nav styles*/


.navbar-nav.bg {
    background: #002865;
    padding: 10px 0;
}

.hdr-nav {
	width: 100%;	
  padding: 0;

}
  
  .hdr-nav .navbar-brand{
    padding: 10px 0;
	}
	
.navbar-brand img{
	width:200px;
	}
	
  		
  .hdr-nav .navbar-nav .nav-item {
    margin:0;
	}
    .hdr-nav .navbar-nav .nav-item .nav-link {
	position:relative;
	font-weight:500;
	font-size:13px;
	text-transform: uppercase;
	padding:10px 20px;
	color: #e8e8e8;	
	}
	

	  
    .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 {
    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 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); }



.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:#00183d;
	}

.dropdown-item {
	font-weight:400;
	padding:10px 20px;
	font-size:13px;
	text-transform: uppercase;
	color:#e8e8e8;
	}
	 
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #184890;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #184890;
}  



.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){


	
.navbar-brand img{
	width:180px;
	}




}



@media (min-width: 992px){

	
.navbar-brand img{
	width:200px;
	}
	

	
.navbar-nav.bg {
    background: none;
    padding: 0;
	margin-top: 0px !important;
	padding-right: 100px;	
}
	

  .hdr-nav .navbar-brand{
    padding: 17px 0;
	}

.hdr-nav .navbar-nav .nav-item .nav-link { 
	font-size:13px;
	font-weight:600;
	color: #333;
	padding:0 15px;
	}
	  
.hdr-nav .navbar-nav .nav-item:hover .nav-link{
      color: #184890;
	  }
	  
.hdr-nav .navbar-nav .nav-item.active .nav-link {
      color: #184890;
	  }
	  
.hdr-nav .navbar-nav .nav-item.active .nav-link::after {

	}
	
	
.hdr-nav .navbar-nav .nav-item .nav-link.nav-enq{
	padding: 5px 10px;
	border-radius: 50px;
	background: #f8a51c;
	color: #000 ;
	font-size: 11px;
	font-weight: 600;
	top:-5px;
	margin-left: 10px;
}
	
.hdr-nav .navbar-nav .nav-item .nav-link.nav-enq:hover{
	background: #184890;
	color: #fff ;
}	
	
  .hdr-nav .navbar-nav .nav-item {
    margin: 0;
	}	
	
	
	
.dropdown-menu{
	background:#184890;	
	}	
	
.dropdown-item {
	color:#fff;
	font-size:11px;
	font-weight: 400;
	padding:8px 10px;
	}
	 
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #265dae;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #09395b;
} 	

 
  .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){


.navbar-brand img{
	width:280px;
	}	
	
.hdr-nav .navbar-nav .nav-item .nav-link { 
	font-size:15px;
	padding:0 20px;
	}

.hdr-nav .navbar-nav .nav-item .nav-link.nav-enq{
	padding: 8px 15px;
	font-size: 12px;
	top:-8px;
	margin-left: 15px;
}
	
	
.dropdown-item {
	font-size:15px;
	padding:12px 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;
	background:#002865;
	color:#e8e8e8;
	padding:0 20px 15px;
	}
	
	.mob-box a{
	color:#e8e8e8;
	}

	.mob-box a:hover{
	color:#fff;
	}

.mob-box ul{
	margin: 0;	
	padding: 5px 0;
	border-top:1px solid #717171;
}

.mob-box ul li {
	display: block;
	padding: 5px 0;
}

		
	
.mob-box .iconstyle{
	font-size:14px;
	color:#e8e8e8;
	margin-right:10px;
	margin-top:-5px;
	}
	


.mob-box .social-icon{
	border-top:1px solid #717171;
	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:11px;
	color:#fff;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	.mob-box .social-icon .iconstyle:hover{
	color:#fff;
	}




.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;
}


}






/*hm-slider-sec styles*/

.hm-mainslider-sec{
position:relative;
margin:0;
}


.slider-item{
	position: relative;
}

.slider-image{
	position: relative;
}

.slider-image:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,0);
}


.slider-caption{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left: 3%;
	z-index: 1;
	color: #fff;
	padding: 0;
	max-width:200px;
}

.slider-caption h1{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1;
	color: #fff;
	margin: 0 0 10px 0;
}
.slider-caption h1 span{
	font-weight: 400;
}

.slider-caption .txt{
	width:90%;
	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:50px;
	
	    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
	.slider-caption .btn-slide:hover{
		background:#fff;
		color:#184890;
		}


.hm-mainslider-sec .owl-dots {
    position: absolute;
    bottom: 5px;
	right: 10px;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
    width: 12px;
	height: 12px;
    background-color: #ebebeb;
	border: 2px solid #fff;
    position: relative;
    padding: 0;
    cursor: pointer;
	margin: 5px;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot.active span {
    background-color: #f8a51c;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #f8a51c;
}



.hm-mainslider-sec .owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 3px 2px;
    background:none;
	color: #fff;
	font-size: 10px;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
	border: 2px solid #fff;
}
    
.hm-mainslider-sec .owl-theme .owl-nav [class*='owl-']:hover {
	background:none;
    color: #fff;
    text-decoration: none;	
	 }
	
.hm-mainslider-sec .owl-prev,
.hm-mainslider-sec .owl-next {
	position: absolute;
	width: 24px;
	height: 24px;	
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	bottom: 20px;
	}
    
.hm-mainslider-sec .owl-prev {right: 40px;}

.hm-mainslider-sec .owl-next {right: 10px;}


.hm-mainslider-sec .owl-theme .owl-nav{
	margin: 0;
}








@media (min-width: 576px){


.slider-caption{
	left: 4%;
	max-width:300px;
}
	
.slider-caption h1{
	font-size: 18px;
	
}
		
	
}


@media (min-width: 768px){

.slider-caption{
	left: 4%;
	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){


.slider-caption{
	left: 5%;
	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;
	right: 10px;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
    width: 14px;
	height: 14px;

}
	
	
.hm-mainslider-sec .owl-theme .owl-nav [class*='owl-'] {
    padding: 4px 4px ;
	font-size: 14px;
}
	
.hm-mainslider-sec .owl-prev,
.hm-mainslider-sec .owl-next {
	width: 30px;
	height: 30px;
	bottom: 20px;
	}
	
	
.hm-mainslider-sec .owl-prev {right: 50px;}

.hm-mainslider-sec .owl-next {right: 15px;}
	
	
	
}



@media (min-width: 1200px){

.slider-caption{
	max-width: 600px;
}
	
.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;
	right: 15px;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
    width: 18px;
	height: 18px;

}
	
	
	
.hm-mainslider-sec .owl-theme .owl-nav [class*='owl-'] {
    padding: 10px 4px ;
	font-size: 18px;
}
	
.hm-mainslider-sec .owl-prev,
.hm-mainslider-sec .owl-next {
	width: 46px;
	height: 46px;
	bottom: 20px;
	}
	
	
.hm-mainslider-sec .owl-prev {right: 60px;}

.hm-mainslider-sec .owl-next {right: 15px;}

	

	
}


@media (min-width: 1680px){
	

}



@media (max-width: 575px) {

.slider-caption .txt{
	display: none;
}

}








/*section-header styles*/	

.sec-header{
	position: relative;
	margin: 0;
	}
	
			
.sec-header h2{
	position:relative;
	font-size:18px;
	font-weight:600;
	line-height: 1.2;
	color: #184890;
	padding:0;
	margin: 0 0 25px 0;
	letter-spacing: -1px;
	}

.sec-header h2 span{
	font-weight:400;
	}


.sec-header h2::after{
	position:absolute;
	content:"";
	width:30px;
	height:3px;
	background:#f8a51c;
	bottom:-10px;
	left:0;
	right:0;
	margin: 0;
	}


.sec-header h2.hdr-white{
	color:#fff;
	}


.sec-header h2.hdr-white::after{
	background:#f8a51c;
	}




.btn-more{
	padding:10px 20px;
	background:#184890;	
	color:#fff;
	border: 0;
	font-size:12px;	
	font-weight:500;
	border-radius:50px;
	line-height: 1.2;
	
	    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
	.btn-more:hover{
		background:#f8a51c;
		color:#000;
		}
	
.btn-more.ar{
	float: right;
	margin: 0;
}



.btn-view{
	padding:10px 20px;
	background:none;
	border: 2px solid #f8a51c;
	color:#184890;
	font-size:12px;
	font-weight:500;
	border-radius:50px;
	line-height: 1.2;
	    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
	.btn-view:hover{
		background:#f8a51c;
		color:#000;
		}



.container-100 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}


.mBottom{
	margin-bottom: 40px;
}





/*about-sec styles*/	

.about-sec{
	position: relative;
	padding: 40px 0;
}


.about-sec .desc{
	position: relative;
	margin: 0 0 20px 0;
}

.about-sec.bg{
	position: relative;
	background: url(../images/bg-vision.jpg);
	background-size: cover;
	padding: 30px 0;
	color: #fff;
}

.about-sec .image-box{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 0 20px 0;	
}

.about-sec .image-box img{
	width: 100%;
}


.about-sec .content-box{
	position: relative;
}

.about-sec .content-box.mb{
	margin-bottom: 30px;
}

.about-sec .content-box.pd-left{
	padding: 0;
}

.about-sec .content-box.pd-right{
	padding: 0;
}



.al-center {
    -ms-flex-item-align: center;
    align-self: center;
}

.list-items{
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.list-items .txt-b{
	font-weight: 600;
}

.list-items li{
	position: relative;
	list-style: none;
	padding: 3px 0 3px 20px;
}

.list-items li:before {
    content: '';
    width: 6px;
    height: 9px;
	background-image: url(../images/list.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top:9px;
}


.list-items li.list-none{
	margin: 10px 0 0 0;
}

.list-items li.list-none:before {
	background: none;

}


.sub-list-items{
	list-style: none;
	margin: 10px 0;
	padding: 0;
	font-weight: 400;
	line-height: 1.3;
}

.sub-list-items li{
	position: relative;
	list-style: none;
	padding: 3px 0 3px 24px;
}

.sub-list-items li:before {
    content: '';
    width: 12px !important;
    height: 2px !important;
	background: #0464ab;
    position: absolute;
    left: 0;
    top:10px;
}




.list-dots{
	list-style: none;
	margin: 10px 0;
	padding: 0;
	font-weight: 400;
	line-height: 1.3;
}

.list-dots li{
	position: relative;
	list-style: none;
	padding: 4px 0 4px 20px;
}

.list-dots li:before {
    content: '';
    width: 8px !important;
    height: 8px !important;
	border-radius: 50%;
	background: #41c6ef;
    position: absolute;
    left: 0;
    top: 9px;
}






/*hm-serv-sec styles*/	

.hm-serv-sec{
	position: relative;
	background: #ececec;
	text-align: center;
	padding: 30px 0;
}



.hm-serv-sec .sec-header h2::after {
    margin: auto;
}



.hm-serv-sec .descSmall{
	margin: 0 0 30px 0;
}


.hm-serv-slide{
	position: relative;
}

.hm-serv-box{
	position:relative;
	text-align:center;
	margin: 0 0 30px 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}

	
.hm-serv-box .image-box{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 0 20px 0;	

	}
	
	.hm-serv-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: all 1.8s ease;
    -moz-transition: all 1.8s ease;
    -webkit-transition: all 1.8s ease;
    -ms-transition: all 1.8s ease;
    -o-transition: all 1.8s ease;
}

.hm-serv-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-serv-box .content-box{
	position: relative;
	}
	
	.hm-serv-box .content-box h3{
		font-size:15px;
		font-weight:600;
		margin:0;
	transition: all 1.8s ease;
    -moz-transition: all 1.8s ease;
    -webkit-transition: all 1.8s ease;
    -ms-transition: all 1.8s ease;
    -o-transition: all 1.8s ease;
	}



	.hm-serv-box .content-box .desc{
		height:40px;
		overflow:hidden;
		margin:0 0 20px 0;		
	}



.hm-serv-sec .owl-carousel .item{
	overflow:hidden;
	}	
	
.hm-serv-sec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:20px;
	}

.hm-serv-sec .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background:#acacac;
	width:10px;
	height:10px;
	}
	
.hm-serv-sec .owl-theme .owl-dots .owl-dot.active span,
.hm-serv-sec .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #f8a51c;
	}








/*hm-serv-sec styles*/	

.hm-productSec{
	position: relative;
	padding: 30px 0;
}

.hm-product-slide{
	position: relative;
}

.hm-ProductBox{
	position:relative;
	text-align:center;
	margin: 0 0 30px 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}

	
.hm-ProductBox .image-box{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 0 20px 0;	

	}
	
	.hm-ProductBox .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: all 1.8s ease;
    -moz-transition: all 1.8s ease;
    -webkit-transition: all 1.8s ease;
    -ms-transition: all 1.8s ease;
    -o-transition: all 1.8s ease;
}

.hm-ProductBox: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-ProductBox .content-box{
	position: relative;
	}
	
	.hm-ProductBox .content-box h3{
		font-size:15px;
		font-weight:600;
		margin:0;
	transition: all 1.8s ease;
    -moz-transition: all 1.8s ease;
    -webkit-transition: all 1.8s ease;
    -ms-transition: all 1.8s ease;
    -o-transition: all 1.8s ease;
	}



	.hm-ProductBox .content-box .desc{
		height:40px;
		overflow:hidden;
		margin:0 0 20px 0;		
	}



.hm-productSec .owl-carousel .item{
	overflow:hidden;
	}	
	
.hm-productSec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:20px;
	}

.hm-productSec .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background:#acacac;
	width:10px;
	height:10px;
	}
	
.hm-productSec .owl-theme .owl-dots .owl-dot.active span,
.hm-productSec .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #f8a51c;
	}





/*hm-gallery-sec styles*/	

.hm-gallery-sec{
	position: relative;
	padding: 30px 0 0 0;
	text-align: center;
}

.hm-gallery-sec .container-fluid {
    width: 100%;
    padding-right: 2px;
    padding-left: 2px;
    margin-right: auto;
    margin-left: auto;
}

.hm-gallery-sec .sec-header h2::after {
    margin: auto;
}


.hm-gallery-sec .container-fluid {
    width: 100%;
    padding-right: 2px;
    padding-left: 2px;
    margin-right: auto;
    margin-left: auto;
}

.hm-gallery-sec .row {
  margin-right: -1px;
  margin-left: -1px;
  }

.hm-gallery-sec .row > .col,
.hm-gallery-sec .row > [class*="col-"] {
  padding-right: 1px;
  padding-left: 1px;
  }

.hm-gallery-sec .glr-item{
	position: relative;
	overflow: hidden;
	margin: 0 0 2px 0;
}

.hm-gallery-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: all 1.8s ease;
    -moz-transition: all 1.8s ease;
    -webkit-transition: all 1.8s ease;
    -ms-transition: all 1.8s ease;
    -o-transition: all 1.8s ease;
}

.hm-gallery-sec .glr-item:hover img{	
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	}







/*hm-facts-sec styles*/

.hm-facts-sec{
	position: relative;	
	background: #184890;
	color: #fff;
	padding: 100px 0 70px;
}


.hm-facts-sec .factsBoxRow{
	position: relative;	
}


.hm-facts-sec .facts-box{
	position: relative;
	text-align: center;
	margin: 0 0 30px 0;
}


.hm-facts-sec .facts-box .IconBox{
	position: relative;
	margin: 0 0 20px 0;
}

.hm-facts-sec .facts-box .IconBox img{ 
	width: 40px;
	height: 40px;
	display: inline-block;
}


.hm-facts-sec .facts-box .number{
	font-size: 40px;
	font-weight: 700;
	color: #f8a51c;
}


.hm-facts-sec .facts-box .number sup {
    top: -2px;
    left:5px;
    font-size: 28px;
}


.hm-facts-sec .facts-box .title{
	font-size: 18px;
	font-weight: 500;
}








/*hm-testimonials-sec styles*/

.hm-testimonials-sec{
	position:relative;
	padding: 30px 0;
	background: #F8F8F8 url(../images/bg-testimony.jpg) top center;
	background-size: cover;
	color:#fff;
	text-align: center;	
	z-index: 1;
	}

.hm-testimonials-sec::after{
	position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	background: rgba(0,0,0,.7);
	z-index: -1;
	}


.hm-testimonials-sec .sec-header h2::after {
    margin: auto;
}


.testimonial-box{
	position:relative;
	}


.testimonial-box .box{
	position: relative;	
}

.testimonial .icon-quote {
	position: relative;
	margin: 10px 0 20px 0;
}

.testimonial .icon-quote img{
	display: inline-block !important;
	width: 22px !important;
}

.testimonial .icon-quote .iconstyle{
	font-size: 22px;
	color: #f8a51c;
	}



.testimonial{
	position:relative;
	margin: auto;
	}

.testimonial .desc{	
	border-bottom: 1px solid #565656;
	padding: 0 0 30px 0;
	margin-bottom:20px;
	}


			
.testimonial-by{
	position: relative;
	}


	
.testimonial-box .testimonial .image{
	margin:0 10px 0 0;
	}
	
.testimonial-box .testimonial .image img{
	width:auto;
	max-width:60px;
	border-radius:50%;
	display:inline-block;
	}

.testimonial-box .testimonial .bx{
	line-height: 1.3;
	text-align: center;
	}
		
.testimonial-box .testimonial .name{
	font-weight: 500;
	font-size:13px;	
	margin: 0 0 5px 0;
	}
	
.testimonial-box .testimonial .sub-title{
	font-size:12px;
	}

.testimonial-box .testimonial .sub-title-two{
	font-size:12px;
	}
	



.testimonial-box .owl-carousel .item{
	overflow:hidden;
	}	
	
.testimonial-box .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:10px;
	}

.testimonial-box .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background:#acacac;
	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 #f8a51c;
	}
	


.testimonial-box .owl-theme .owl-nav [class*='owl-'] {
    margin: 0 2px;
    padding: 3px 2px;
    background:#fff;
	color: #333;
	font-size: 12px;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}
    
.testimonial-box .owl-theme .owl-nav [class*='owl-']:hover {
      background:#fff;
      color: #333;
      text-decoration: none;
	  }
	
.testimonial-box .owl-prev,
.testimonial-box .owl-next {
	width: 22px;
	height: 22px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	}
    

.testimonial-box .owl-theme .owl-nav{
	margin: 30px 0 0 0;
}


.testimonial-box .owl-carousel .owl-stage{display: flex;}


.testimonial-box .tm-items {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}


.testimonial-box .h100 {
	
}



/*ftrSec styles*/	

.ftrSec{
	position: relative;
	padding:100px 0 70px;
	background: url(../images/bg-features.jpg);
    background-size: cover;
	color: #fff;
	text-align: center;
}


.ftrSec .BoxRow{
	position: relative;
	margin: 0;
}



.ftrSec .BoxItem{
	position:relative;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 40px 30px;
	height: calc(100% - 30px);
	margin: 0 0 30px 0;	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;	
	}

.ftrSec .BoxItem:hover{
	border: 1px solid #fff;
	background: rgba(0,0,0,.4);
	}


.ftrSec .BoxItem .icon{
	position: relative;
	margin: 0 0 30px 0;
	}

.ftrSec .BoxItem .icon img{ 
	display: inline-block;
	width: 76px;
	height: 76px;
	}




.ftrSec .BoxItem .desc{
	margin: 0;
}

.ftrSec .BoxItem h4{
	font-weight: 600;
	font-size: 22px;
	margin:0 0 20px 0;
}









@media (max-width: 991px) {

.ftrSec{
	padding:50px 0 20px;
}
	
.ftrSec .txt {
    max-width: 100%;
	}


.ftrSec .BoxRow{
	margin: 20px 0 0 0;
}



.ftrSec .BoxItem{
	padding: 30px 20px;
	height: calc(100% - 30px);
	margin: 0 0 30px 0;	
	}	
	

.ftrSec .BoxItem .icon{
	margin: 0 0 20px 0;
	}

.ftrSec .BoxItem .icon img{ 
	width: 54px;
	height: 54px;
	}


.ftrSec .BoxItem h4{
	font-size: 14px;
	margin:0 0 20px 0;
}



}








/*hm-small-banner-sec-sec styles*/

.hm-small-banner-sec{
	position:relative;
	padding: 30px 0;
	background: #f8a51c;
	color: #000;
	text-align: center;
	}

.hm-small-banner-sec .desc{
	font-size: 13px;
	font-weight: 600;
	margin: 0 0 15px 0;
	}


.btn-bnr-contact{
	padding:9px 20px;
	background:#fff;
	color:#184890;
	font-size:12px;
	font-weight:500;
	border-radius:50px;
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
	.btn-bnr-contact:hover{
		background:#184890;
		color:#fff;
		}





/*footer styles*/

.footer-sec{
	position:relative;
	font-size:13px;
	background: #f2f2f2;
	color:#333;
	}

.footer-sec .footer-top{
	position:relative;
	}

.footer-sec .footer-widgets{
	position:relative;
	padding:30px 0 10px 0;
	}

.footer-sec .footer-column{
	position:relative;
	margin:0 0 25px 0;
	}
	
.footer-sec .footer-column h5{
	font-size:12px;	
	font-weight:600;
	text-transform: uppercase;
	color:#333;
	padding:0;
	margin:0 0 15px 0;
	}

.footer-sec .footer-logo{
	position: relative;
	margin: 0 0 30px 0;
}

.footer-sec .footer-logo img{
	width: 160px;
}


.footer-sec .desc{
	position:relative;
	margin:0 0 30px 0;
	}

.footer-sec .btn-Footer{
	padding:14px 25px;
	border: 1px solid #f8a51c;	
	color:#ECEAEA;
	font-size:14px;	
	font-weight:700;
	border-radius:50px;
	margin: 0 0 30px 0;	
	line-height: 1;
    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}


.footer-sec .btn-Footer:hover{
	background:#f8a51c;
	color:#000 !important;	
	}


	
.footer-sec .footer-column .links{
	margin:0;
	padding:0;
	}
	.footer-sec .footer-column .links li{
	margin:0;
	padding:5px 0;
	list-style:none;
	line-height:1.3;
	}
	
	.footer-sec .footer-column .links li:first-child{
	padding-top:0;
	}
	.footer-sec .footer-column .links li:last-child{
	padding-bottom:0;
	}


.footer-sec .footer-column .pro-link{
  display: -ms-flexbox ;
  display: flex ;
}	

.footer-sec .footer-column .links-two{
	margin:0;
	padding:0 20px 0 0;
	flex-basis: 50%;
	}

	.footer-sec .footer-column .links-two li{
	margin:0;
	padding:5px 0;
	list-style:none;
	line-height:1.3;
	}
	
	.footer-sec .footer-column .links-two li:first-child{
	padding-top:0;
	}
	.footer-sec .footer-column .links-two li:last-child{
	padding-bottom:0;
	}
	
	.footer-sec .footer-column a{
	color:#333;
	}
	.footer-sec .footer-column a:hover{
	color:#184890;
	}

.footer-sec .footer-column .txt{
	position:relative;
	margin:0 0 5px 0;
	}

	

	


.footer-sec .social-icon{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	}
	
.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:#184890;
	-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:#f8a51c;
	}



	
.footer-sec .box{
	position: relative;
	padding:0 0 0 30px;
	margin:0 0 10px 0;
	}

	
.footer-sec .box .icon{
	position:absolute;
	top:1px;
	left:0;
	}

.footer-sec .box .txt{
	margin: 0;
	}
	
.footer-sec .box .iconstyle{
	font-size:13px;
	color: #184890;
	}





.footer-sec .footer-bottom{
	position: relative;
	border-top: 1px solid #dadada;
	padding: 10px 0;
}

.footer-sec .copyright{
	text-align: center;
	margin: 0 0 10px 0;
	}


.footer-sec .design{
	font-size:11px;
	color: #949494;
	text-align: center;
	}

.footer-sec .design a{
	color: #949494;
	}
.footer-sec .design a:hover{
	color: #666;
	}






.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;
	color:#ffffff;
	height:100px;
	margin:0;
	}

.bg-about {
	background:#e0e0e0 url(../images/banner-about.jpg) center;
	background-size: cover;
	}

.bg-services {
	background:#e0e0e0 url(../images/banner-services.jpg) center;
	background-size: cover;
	}



.bg-contact {
	background:#e0e0e0 url(../images/banner-contact.jpg) center;
	background-size: cover;
	}







/*Mission styles*/	

.Mission-Sec{
	position: relative;
	padding:120px 0 80px;
	background: #184890;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}


.Mission-Sec .BoxRow{
	position: relative;
	margin: 0;
}




.Mission-Sec .BoxItem{
	position:relative;
	text-align: center;
	background:#fff;
	padding: 50px 30px;
	border-radius: 10px;
	margin: 0 0 30px 0;	
	height: calc(100% - 30px);
	}


.Mission-Sec .BoxItem .icon{
	position: relative;
	margin: 0 0 30px 0;
	}

.Mission-Sec .BoxItem .icon img{ 
	display: inline-block;
	width: 80px;
	height: 80px;
	}


.Mission-Sec .BoxItem .desc{
	margin: 0;
}


.Mission-Sec .BoxItem h3{
	font-weight: 600;
	font-size: 24px;
	margin:0 0 20px 0;
}








@media (max-width: 991px) {
	


.Mission-Sec{
	padding:50px 0 20px;
}


.Mission-Sec .BoxItem{
	padding: 30px 20px;
	}


.Mission-Sec .BoxItem .icon{
	margin: 0 0 20px 0;
	}

.Mission-Sec .BoxItem .icon img{ 
	width: 50px;
	height: 50px;
	}

	
.Mission-Sec .BoxItem h4{
	font-size: 18px;
	margin:0 0 15px 0;
}	
	
	
	
	
	
}




/*team-sec styles*/	


.team-sec{
	position: relative;
	padding: 80px 0;
	
}

.team-sec.DarkBg{
	background:#184890;
	color: #fff;
}

.team-sec.LightBg{
	background:#ECECEC;
	color: #000;	
}

.teamSingleRow{
	position: relative;
}

.team-sec .imageBoxWrap{
	position: relative;	
	text-align: center;
}


.team-sec .imageBox{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}


.team-sec .imageBox img{
	display: inline-block;
	border-radius: 10px;
	
}


.team-sec .nameBox{
	position: relative;
	padding: 20px 0 0 0;
	}


.team-sec .nameBox .name{
		font-size:18px;
		font-weight:600;
		line-height: 1.3;
		margin:0 0 3px 0;
	}

.team-sec .nameBox .designation{
		font-size:15px;
		font-weight:500;
		line-height: 1.3;
	}




.team-sec h3{
	position:relative;
	font-size:24px;
	font-weight: 600;
	margin: 0 0 20px 0;
	}


.team-sec .contentBox{
	margin: 0;
}


.team-sec .contentBox .desc{
	margin: 0;
}

.team-sec .contentBox.pdLeft{
	padding-left: 20px;
}

.team-sec .contentBox.pdRight{
	padding-right: 20px;
}





/*products sec styles*/	


.products-sec{
	position: relative;
	padding: 100px 0 70px;
}


.productsRow{
	position: relative;
	}


/*services sec styles*/	


.services-sec{
	position: relative;
	padding: 100px 0 70px;
}


.services-sec .descSmall{
	margin: 0 0 30px 0;
}


.serviceRow{
	position: relative;
	}






/*downloadSec sec styles*/	

.downloadSec{
	position: relative;
	padding: 100px 0;
}

.DownloadItemBox{
	position: relative;
	padding: 50px 20px;
	border: 1px solid #f8a51c;
	border-radius: 20px;
	text-align: center;
	height: calc(100% - 30px);
	margin: 0 0 30px 0;	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}


.DownloadItemBox:hover{
	border: 1px solid #184890;
}

.DownloadItemBox .icon{
	position: relative;
	margin: 0 0 20px 0;
}

.DownloadItemBox .icon img{ 
	display: inline-block;
	width: 60px;
	height: 60px;
	}

.DownloadItemBox .Title{
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 15px 0;
}






.btn-download{
	display: inline-block;
	text-align: center;
	padding:10px 20px;
	background:none;
	border: 1px solid #184890;
	color:#184890;
	font-size:15px;
	font-weight:500;
	border-radius:50px;
	line-height: 1.2;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
.DownloadItemBox:hover .btn-download{
		background:#184890;
		color:#fff;
		}





.CBM-Box{
	position: relative;
	background: #f8a51c;
	color: #000;	
	padding: 80px 25px;
	border-radius: 20px;
	text-align: center;
	margin: 0 0 30px 0;
}

.CBM-Box .title{
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 20px 0;
}




.CBM-Box .btn-cbm{
	display: inline-block;
	text-align: center;
	padding:10px 20px;
	background:#fff;	
	color:#184890;
	border: 0;
	font-size:15px;	
	font-weight:500;
	border-radius:50px;
	line-height: 1.2;
	
	    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
.CBM-Box .btn-cbm:hover{
		background:#184890;
		color:#fff;
		}








/*contact styles*/


.contact-sec{
	position:relative;
	padding:30px 0;
	}

.contact-sec .contact-row{
	position: relative;
	margin: 30px 0 0 0;	
}


.contact-sec .contactbox{
	position: relative;
	text-align: center;
	line-height: 1.4;
	border: 1px solid #f8a51c;
	padding: 20px;
	border-radius: 10px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}


.contact-sec .contactbox .txtbox{

}

	.contact-sec .contactbox .icon{
	position:relative;
	margin: 0 0 10px 0
	}

	.contact-sec .contactbox .icon .iconstyle{
	font-size:16px;
	color:#f8a51c;
	}
	.contact-sec .contactbox .icon .iconstyle.icon-mobile{
	font-size:15px;
	}


.contact-sec .contactbox h6{
	font-size: 12px;
	font-weight: 500;
	color: #888;
	margin: 0 0 10px 0;
}

.contact-sec .contactbox .txt{
	font-size: 14px;	
}


.contact-form{
	position: relative;
	}

.contact-form h4{
	position:relative;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	}

.contact-form .desc{
	margin: 0 0 20px 0;
	}



.contact-form .form-group{
	margin-bottom:10px;
	}
	
.contact-form .form-control{
	padding:6px 10px;
	border-radius:0;
	border:1px solid #cccccc;
	background:#ffffff;	
	color:#333;
	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: #615F68;
}

.contact-form :-ms-input-placeholder { /* IE 10+ */
  color: #615F68;
}

.contact-form form ::-moz-placeholder { /* Firefox 19+ */
  color: #615F68;
  opacity: 1;
}

.contact-form form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #615F68;
  opacity: 1;
}


.contact-form .btn-submit{
	padding:10px 20px;
	background:#184890;	
	color:#fff;
	border: 0;
	font-size:12px;	
	font-weight:500;
	border-radius:50px;
	line-height: 1.2;
	margin: 5px 0 0 0;
    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}

	
	.contact-form .btn-submit:hover{
		background:#f8a51c;
		color:#000;
	}





.contact-form .form-row{
margin-right: -10px;
margin-left: -10px;
}
	
.contact-form .form-row > .col, 
.contact-form .form-row > [class*="col-"]{
padding-right: 10px;
padding-left: 10px;
}



.upload-file {
    display: inline-block;
    padding: 0 10px 0 0;
}

.upload-file {
    display: inline-block;
    padding: 0 10px 0 0;
}
	
.upload-inline {
	width: auto;
    display: inline-block;
}


.contact-form .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.50rem + 2px);
  padding: 10px 20px;
  line-height: 1.5;
  color: #495057;
  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: #d41414;
  border-left: 1px solid #cccccc;
  border-radius: 0;
}


.contact-form .custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
padding-left: 1.5rem;
}

.contact-form .custom-checkbox .custom-control-label::before{
	border-radius:0;
	background: #fff;
	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;
}



.location-sec{
	position:relative;
	}
	
.location-sec .location{
	position:relative;
	height:250px;
	background:#efeeec;
	}	
	
.location-sec .location iframe{
	height:250px;
	}




/* scroll to top style */

.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #e86256;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.cd-nugget-info a:hover {
  opacity: .8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #e86256;
}


.cd-top {
  display: inline-block;
  height: 25px;
  width: 25px;
  z-index:100;
  position: fixed;
  bottom: 10px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(51, 51, 51, 0.5) url(../images/top-arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}

.cd-top:hover {
  background-color: #150816;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 10px;
    bottom: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 30px;
    width: 30px;
    right: 20px;
    bottom: 20px;
  }
}







.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 12px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #FFF;
  background-size: 6px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 3px);
    transform: rotate(-45deg);
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}



/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  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; }


