/** **/
.nav-es {
	background-color: #f8f9fa;
	padding: 10px 0;
    position: relative;
}
.nav-header {
	-webkit-display: flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.navbar-menu {
	margin-left: auto;
}
.navbar-menu .navbar-nav .active > .nav-link, 
.navbar-menu .navbar-nav .nav-link.active, 
.navbar-menu .navbar-nav .nav-link.show, 
.navbar-menu .navbar-nav .show > .nav-link {
	
}
.navbar-menu .navbar-nav > li {
	margin-left: 20px;
}
.navbar-menu .navbar-nav > li a {
	font-weight: 700;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Brandon Text', sans-serif;
	color: #275b71;
	padding: 10px 5px;	
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
}
.navbar-menu .navbar-nav > li a:hover:after,
.navbar-menu .navbar-nav > li.active > a:after, 
.navbar-menu .navbar-nav > li a.active:after, 
.navbar-menu .navbar-nav > li a.show:after, 
.navbar-menu .navbar-nav > li.show > a:after {
	width: 100%;
}

.navbar-menu .navbar-nav > li a:after {
	content: '';
	width: 0;
	height: 3px;
	background-color: #f05523;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
}
.nav-right {
	padding-left: 30px;
}

/** **/
.navbar-toggle {
    padding: .25rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
	margin-right: 1rem;
}

.bar-cols {
	display: block;
	vertical-align: middle;
	position: relative;
	top: -2.5px;
	margin: 0;
	border: none;
}
.bar-rows {
	width: 30px;
	height: 2px;
	background-color: #0d1c2f;
	display: block;
}
.bar-rows+.bar-rows {
	margin-top: 7px;
}
.bar-cols .bar-rows:nth-of-type(2) {
	top: 1px;
}

.bar-cols .bar-rows:nth-of-type(3) {
  	top: 2px;
}

.bar-cols .bar-rows {
	position: relative;
	transition: all 200ms ease-in-out;
}

.bar-cols.active .bar-rows:nth-of-type(1) {
	top: 7px;
	transform: rotate(45deg);
}

.bar-cols.active .bar-rows:nth-of-type(2) {
	background-color: transparent;
}

.bar-cols.active .bar-rows:nth-of-type(3) {
	top: -5px;
	transform: rotate(-45deg);
}


/** **/

.Banner .carousel-inner .carousel-caption {
	top: 50%;	
	left: 0;
	right: 0;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
	text-align: left;
	
	text-shadow: none;
	padding-top: 0;
	padding-bottom: 0;	
}
.Banner .carousel-item .img-fluid {
	width: 100%;
}

.Banner .carousel-control-prev,
.Banner .carousel-control-next {
	text-align: center; 
	z-index: 999; 
	margin: auto; 
	display: inline-block; 
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-shadow: none;
	background-color: rgba(240,85,35,.75);
	border: none;
	border-radius: 50%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	vertical-align: middle;
}
.Banner .carousel-control-prev {  
	left: 15px;
}
.Banner .carousel-control-next {  
	right: 15px;
}
.Banner .carousel-control img { 
	margin-left: auto; 
	margin-right: auto; 
}

.banner-button .btn {
	font-size: 18px;
	line-height: 30px;
}

/** **/
.offering-box {
	padding: 20px 15px;
	border-radius: 15px;
	margin-bottom: 30px;
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.offering-content {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}
.offering-head {
	font-weight: 700;
	font-size: 23px;
	line-height: 35px;
	font-family: 'Brandon Text', sans-serif;
	color: #ffffff;
	min-height: 60px;
}
.offering-number {
	font-weight: 700;
	font-size: 70px;
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	flex: 0 0 auto;
	width: 60px;
	text-align: center;
}
.offering-list > li {
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	
	position: relative;
    padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ffffff;
}
.offering-list > li:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	background-color: #ffffff;
	position: absolute;
	left: 5px;
	top: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.offering-list > li:last-child {
	border-bottom: 0;
}
.btn [class*="icon-"] {
	font-size: 150%;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	right: -5px;
}

/** **/
.contact-bg {
	background-image: url('../images/contact-bg.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.list-contact > li {
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	color: #5b5b5b;
	
	position: relative;
    padding-left: 35px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #5b5b5b;
}
.list-contact > li:last-child {
	border-bottom: none;
}
.list-contact > li a {
	color: #5b5b5b;
}
.list-contact > li a:hover {
	color: #f05523;
}
.list-contact > li [class*="icon-"] {
	font-size: 100%;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 18px;
	left: 0;
	color: #f05523;
}

/** **/
.list-overview > li {
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	color: #5b5b5b;
	
	position: relative;
    padding-left: 30px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #709bb3;
}
.list-overview > li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.list-overview > li:before {
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	content: "\e905";
	
	position: absolute;
	left: 3px;
	top: 4px;
	font-size: 19px;
	color: #f05523;
}


/** **/
.about-bg {
	background-image: url('../images/about-bg.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.address-head {
	font-weight: 700;
	font-size: 21px;
	line-height: 25px;
	font-family: 'Brandon Text', sans-serif;
	color: #275b71;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.address-text {
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	color: #5b5b5b;
}
.address-text a {
	text-decoration: none;
	color: #5b5b5b;
}

.list-address > li {
	position: relative;
    padding-left: 45px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #709bb3;
}
.list-address > li:last-child {
	border-bottom: 0;
}
.address-icon {
	width: 30px;
	height: 30px;
	line-height: 26px;
	background-color: #f05523;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}
.address-icon span {
	display: inline-table;
	vertical-align: middle;
}

.map iframe {
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	height: 530px;
}

.serv-head-a {
	font-weight: 700;
	font-size: 24px;
	font-family: 'Brandon Text', sans-serif;
	color: #f05523;
}
.serv-head-b {
	font-weight: 600;
	font-size: 16px;
	font-family: 'Brandon Text', sans-serif;
	color: #000000;
}
.services-card {
	position: relative;
}

.modal-dialog.modal-services {
	max-width: 770px;
}

.services-card button.close {
    position: relative;
	right: -10px;
	font-size: 40px;
	color: #f05523;
	top: -10px;
	opacity: 1;
	line-height: 0.5;
}

/** **/
.footer {
	background-color: #275b71;
	
}
.footer-top {
	padding: 20px 0;
}
.footer-bottom {
	padding: 20px 0;
}
.list-footer {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.list-footer > li {
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	font-family: 'Brandon Text', sans-serif;
	color: #ffffff;
	margin-right: 30px;
	float: left;
}
.list-footer > li:last-child {
	margin-right: 0;
}
.list-footer > li a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
.list-footer > li a:hover {
	color: #000000;
}

.footer-brand {
	display: table;
	margin-bottom: 30px;
}
.footer-social a {
	color: #000000;
	font-size: 20px;
	text-decoration: none;
}
.footer-social a:hover {
	color: #ffc500;
}
.footer-social a+a {
	margin-left: 30px;
}
.copy-right {
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Brandon Text', sans-serif;
	color: #ffffff;
}

.customer-head {
    position: relative;
}
.change-btn {
    position: absolute;
    right: 30px;
    top: 0px;
}

.customer-head {
    font-weight: 700;
    font-size: 20px;
    font-family: 'Brandon Text', sans-serif;
    color: #275b71;
}

.head-message {
    position: absolute;
    top: 5px;
    right: 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Brandon Text', sans-serif;
    color: #f05523;
}

.form-group.search-form {
    display: inline-block;
    margin-left: 10px;
}
.search-form .input-a{
    width: 230px;
}

.input-a.date-type {
    background-image: url('../images/calender-icon.png');
    background-repeat: no-repeat;
    background-position: calc( 100% - 15px ) center;
    padding-right: 45px;
}