html {
	position: relative;
    min-height: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	color: #1b1b1b;
	text-align: left;
	background-color: #fff;
	overflow-x: hidden;
}
a {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #262626;
	text-decoration: none;
}
a:hover {
    text-decoration: none;
	color: #4b68b9;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}
h1 {
	font-size: 120px;
	line-height: 90px;
	font-weight: 900;
	margin-bottom: 20px;
	color: #e6e6e6;
}
h2 {	
	font-size: 50px;
	font-weight: 500;
    line-height: 75px;
    margin-bottom: 16px;
	color: #e6e6e6;
}
h3 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 24px;
	font-weight: 600;
	color: #262626;
}
h4 {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #262626;
}
h5 {
	font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 6px;
}
h6 {
	font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 6px;
}
p {
    color: #757575;
	line-height: 26px;
}
button:focus {
    outline: 0;
}
.btn {
    font-size: 17px;
    line-height: 17px;
    padding: 12px 18px;
    border-radius: 6px;
    font-weight: 500;
    border: 2px solid transparent;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.btn-outline-dark {
    color: #262626;
    border: 2px solid #262626;
}
.btn-outline-dark:hover {
	background-color: #262626;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: none;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary {
	color: #fff;
    background-color: #4b68b9;
    border-color: #4b68b9;
}
.btn-primary:hover {
	color: #fff;
	background-color: #304687;
	border-color: #304687;
}
.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #4b68b9;
	border-color: #4b68b9;
	box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #4b68b9;
    border-color: #4b68b9;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #acacac;
  border-color: #acacac;
}

.btn-link {
	color: #4b68b9;
	text-decoration: none;
}
.btn-link:hover {
	color: #262626;
	text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
	color: #262626;
	box-shadow: none;
	text-decoration: none;
}
.btn-link:not(:disabled):not(.disabled):active, .btn-link:not(:disabled):not(.disabled).active, .show > .btn-link.dropdown-toggle {
    color: #262626;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-outline-light {
	border-color: #fff;
}
.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: none;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-dark {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b;
}
.btn-dark:hover {
    background-color: #1b1b1b;
    border-color: #1b1b1b;
}
.btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: none;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-light {
    color: #262626;
    background-color: #fff;
    border-color: #fff;
}
.btn-light:hover {
    background-color: #1f273b;
    border-color: #1f273b;
	color: #fff;
}
.btn-light:focus, .btn-light.focus {
    color: #fff;
    background-color: #1f273b;
    border-color: #1f273b;
    box-shadow: none;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: none;
}

input[type="radio"]:checked, input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
input[type="radio"]:checked + label, input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    line-height: 14px;
    display: inline-block;
}
input[type="radio"]:checked + label:before, input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #8b8b8b;
    border-radius: 100%;
    background: #fff;
}
input[type="radio"]:checked + label:after, input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #ea1f33;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
input[type="radio"]:checked + label:before {
	border-color: #ea1f33;
}
input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
input[type="checkbox"]:checked, input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
input[type="checkbox"]:checked + label, input[type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    line-height: 14px;
    display: inline-block;
}
input[type="checkbox"]:checked + label:before, input[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    background: #fff;
}
input[type="checkbox"]:checked + label:after, input[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #ea1f33;
	background-image: url(../img/checkbox-tick.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
input[type="checkbox"]:checked + label:before {
	border-color: #ea1f33;
}
input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
select {
    padding-right: 25px;
    padding-left: 15px;
    -webkit-appearance: none;
    background-image: url(../img/select-arrow.png);
    background-repeat: no-repeat;
    background-size: 10px 5px;
    background-position: calc(100% - 10px) center;
}
label {
    margin-bottom: 6px;
    color: #15314a;
    font-weight: 600;
    line-height: 24px;
}
form label span {
    color: #ea1f33;
}
.form-control {
    border-radius: 6px;
    width: 100%;
	background-color: #fff;
	border: 1px solid #c6c6c6;
	font-size: 16px;
	line-height: 20px;
	padding: 14px 20px;
	position: relative;
	z-index: 1;
	resize: none;
	vertical-align: top;
	color: #262626;
	height: inherit;
}
textarea.form-control {
	background: #fff;
}
.form-control:focus {
    color: #262626;
    background-color: #fff;
    border-color: #4b68b9;
    outline: 0;
    box-shadow: none;
}
textarea.form-control:focus {
	color: #262626;
	background-color: #fff;
    border-color: #4b68b9;
}
.form-check-label {
    font-weight: 500;
    margin-bottom: 0;
    line-height: 16px;
    font-size: 15px;
}
.form-control-file:focus {
    border: 0;
	outline: 0;
}
.input-file {
	visibility: hidden;
	position: absolute;
}
.custom-input-file > div {
	display: inline-block;
	position: relative;
}
.custom-input-file input {
	border: none;
    background: transparent !important;
    padding-left: 20px;
	max-width: 300px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #262626;
	font-weight: 700;
}
.form-group {
    margin-bottom: 22px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ea1f33;
}

/*---Header----------------------------------------------------------*/
header {
	width: 100%;
	background: #fff;
}
.header-top-rgt {
	/*color: #ececec;*/
	color: #fff;
	font-size: 19px;
	font-weight: 500;
}
.header-top {
	padding: 10px 0;
	background-color: #c9272c;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.2s ease 0s;
	background: rgb(0,38,79);
	background: linear-gradient(90deg, rgba(0,38,79,1) 0%, rgba(100,89,169,1) 100%);
}
.header-top a, .header-top .social-label {
	font-size: 15px;
	color: #fff;
	font-weight: 500;
}
.header-top .language i {
	margin-right: 8px;
}
.header-top .language .dropdown-item {
	color: #262626;
}
.header-top .language .dropdown-item:hover, .header-top .language .dropdown-item:focus {
	color: #fff;
    background-color: #ea1f33;
}
.header-social-nav li {
	margin-left: 17px;
	color: #55d51b;
}
.header-social-nav .social-nav-1 a, .header-social-nav .social-nav-2 a, .header-social-nav .social-nav-3 a {
	padding: 0;
	color: #fff;
	font-size: 14px;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	display: block;
	margin-left: 2px;
}
.header-social-nav .social-nav-1 a {
	background: #0b8b99;
}
.header-social-nav .social-nav-2 a {
	background: #0b8b99;
}
.header-social-nav .social-nav-3 a {
	background: #0b8b99;
}
.header-main {
	padding: 20px 0;
	width: 100%;
	background: #fff;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.2s ease 0s;
}
header .menu-bar {
	padding: 0;
}
header .navbar-brand {
	width: 210px;
	padding: 0;
	margin: 0;
}
header .navbar-brand img {
	max-width: 100%;
}
header .main-menu {
	margin-left: 40px;
}
.main-menu li {
	margin-left: 30px;
}
.main-menu .nav-link {
	font-size: 16px;
	color: #262626;
	font-weight: 600;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
}
.main-menu .active .nav-link, .main-menu .nav-link:hover {
	color: #4b68b9;
}
.header-search {
	margin-right: 20px;
}
.header-search .search-icon {
	font-size: 20px;
    color: #262626;
}
.header-search .dropdown-menu {
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	width: 210px;
	border-radius: 3px;
	border: 0;
	padding: 0;
}
.header-search input {
	border: 0;
    padding: 14px 15px;
    width: 100%;
    background-color: transparent;
	font-size: 15px;
	font-weight: 500;
}
.header-search input:focus {
	border: 0;
    outline: 0;
}
.menu-bar .btn {
	padding: 12px 20px;
	font-size: 15px;
}
header .menu-toggler {
	width: 25px;
    height: 22px;
	background-image: url(../img/menu-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	display: none;
}
.side-bar {
	display: none;
}
.sticky-header .header-main {
	position: fixed;
	top: -90px;
	z-index: 99;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.sticky-header .header-top {
	height: 0;
	overflow: hidden;
	padding: 0;
	opacity: 0;
}
.sticky-header header .navbar-brand {
  width: 160px;
  padding: 0;
  margin: 0;
  margin-top: 0;
}
.dropdown.show .dropdown-menu {
	display: block;
	top: 100%;
	animation-duration: 0.3s;
	animation-fill-mode: both;
	animation-name: fadeIn;
  }
  .dropdown .dropdown-menu {
	border: 1px solid #e0e0e0;
	border-radius: 0;
	box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.12);
  }
  .dropdown .dropdown-item {
	color: #00142b;
	padding: 6px 18px;
	font-size: 15px;
  }
  .dropdown .dropdown-item:hover, .dropdown .dropdown-item:focus {
	color: #4b68b9;
	background: #fff;
  }
  .dropdown-menu li {
	margin-left: 0;
  }
  
  .fade-in {
	animation-duration: 0.3s;
	animation-fill-mode: both;
	animation-name: fadeIn;
  }
  @keyframes fadeIn {
	0% {
	  opacity: 0;
	  transform: translateY(16px);
	}
	100% {
	  opacity: 1;
	  transform: translateY(0);
	}
  }

@media (max-width: 991px) {
	.header-main {
		padding: 16px 0;
	}
	.header-top .header-top-rgt {
		display: none;
	}
	header .navbar-brand {
	  width: 150px;
	  margin-top: 0;
	}
	.header-social-nav li {
		margin: 0 8px;
	  }
	header .menu-toggler {
		display: block;
		position: absolute;
		right: 20px;
	}
	.open-menu header .menu-toggler {
		display: none;
	}
	header .menu-bar {
		justify-content: center;
		position: inherit;
	}
	
	.side-bar {
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: 0;
		width: 100%;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		background-color: #1f273b;
		display: block;
		padding-top: 56px;
		padding-bottom: 30px;
		text-align: center;
	}
	.open-menu, .open-menu body, .open-menu .main {
		overflow: hidden;
	}
	.open-menu .side-bar {
		display: block;
	}
	.main {
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.2s ease 0s;
		z-index: 1;
		position: relative;
		background-color: #fff;
	}
	.open-menu .main {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	.side-bar .menu-toggler {
		width: 25px;
		height: 22px;
		background-image: url(../img/menu-icon-close.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		position: absolute;
		right: 20px;
		top: 20px;
	}
	.side-bar > ul:nth-child(2) li:first-child {
		border: 0;
	}	
	.side-bar ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}	
	.side-bar a {
		color: #fff;
		padding: 17px 20px;
		display: inline-block;
		width: 100%;
		line-height: 15px;
		font-size: 15px;
		font-weight: 600;
	}
	.side-bar li i {
		margin-right: 8px;
	}
	.side-sub-item a {
		padding: 17px 20px 17px 40px;
		color: #808080;
	}
	.side-bar ul.side-contact {
		padding-top: 30px;
	}
	.side-contact a {
		color: #9c9c9c;
		padding: 10px 20px;
	}
	.side-social-nav {
		display: flex;
		width: 100%;
		justify-content: center;
	}
	.side-social-nav a {
		text-align: center;
		width: 36px;
		padding: 17px 0px;
	}
	.side-social-nav i {
		margin: 0 !important;
	}
	.side-bar .btn {
		font-size: 13px;
		padding: 12px 16px;
		color: #fff;
	}
	.side-bar li.active a {
		color: #4b68b9;
	}
}

@media (max-width: 767px) {

}

/*---Banner----------------------------------------------------------*/
/* home-slider */
.home-banner-block .carousel-caption {
	text-align: center;
	right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.home-banner-block .carousel-caption h3 {
	font-size: 60px;
	font-weight: 600;
	line-height: 64px;
	color: #fff;
	opacity: 0;	
}
.home-banner-block .carousel-caption p {
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	opacity: 0;	
}
.home-banner-block .carousel-caption .btn-block {
	margin: 40px 0 0;
	opacity: 0;	
}
.home-banner-block .carousel-caption .btn-block .btn {
	margin: 0 6px;
}
@-webkit-keyframes sliderUp {
	from {
	  	opacity: 0;
	  	-webkit-transform: translate3d(0, 50%, 0);
	  	transform: translate3d(0, 50%, 0);
	}
  
	to {
	  	opacity: 1;
	  	-webkit-transform: translate3d(0, 0, 0);
	  	transform: translate3d(0, 0, 0);
	}
}
  
@keyframes sliderUp {
	from {
	  	opacity: 0;
	  	-webkit-transform: translate3d(0, 50%, 0);
	  	transform: translate3d(0, 50%, 0);
	}
  
	to {
	  	opacity: 1;
	  	-webkit-transform: translate3d(0, 0, 0);
	  	transform: translate3d(0, 0, 0);
	}
}
.sliderUp {
	-webkit-animation-name: sliderUp;
	animation-name: sliderUp;
}
@-webkit-keyframes sliderUp2 {
	from {
	  	opacity: 0;
	  	-webkit-transform: translate3d(0, 50%, 0);
	  	transform: translate3d(0, 50%, 0);
	}
  
	to {
	  	opacity: 1;
	  	-webkit-transform: translate3d(0, 0, 0);
	  	transform: translate3d(0, 0, 0);
	}
}
  
@keyframes sliderUp2 {
	from {
	  	opacity: 0;
	  	-webkit-transform: translate3d(0, 50%, 0);
	  	transform: translate3d(0, 50%, 0);
	}
  
	to {
	  	opacity: 1;
	  	-webkit-transform: translate3d(0, 0, 0);
	  	transform: translate3d(0, 0, 0);
	}
}
.sliderUp2 {
	-webkit-animation-name: sliderUp;
	animation-name: sliderUp;
}   
.home-banner-block .slick-active .carousel-caption h3 {
	animation-name: sliderUp;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.home-banner-block .slick-active .carousel-caption p {
	animation-name: sliderUp2;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}
.home-banner-block .slick-active .carousel-caption .btn-block {
	animation-name: sliderUp;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
}
#home-slider-nav {
	border-bottom: 1px solid #e5e5e5;
}
.home-banner-block .slider-nav {
	margin-bottom: -1px;
}
.home-banner-block .slider-nav .slide {
	width: inherit;
    height: inherit;
    text-indent: 0;
    border: none;
    opacity: 1;
	border-bottom: 4px solid transparent;
	cursor: pointer;
	padding: 28px 0;
}
.home-banner-block .slider-nav .slick-current {
	border-color: #ea1f33;
}
.home-banner-block .slider-nav-item {
	display: flex;
    align-items: center;
	border-right: 1px solid #e5e5e5;
	padding: 0 20px;
}
.home-banner-block .slider-nav-icon img {
	width: 40px;
    margin-right: 14px;
}
.home-banner-block .slider-nav-item h5 {
	font-size: 18px;
	font-weight: 700;
	color: #262626;
	margin-bottom: 0;
}
.home-banner-block .slider-nav-item p {
	color: #969696;
	font-size: 15px;
	line-height: 16px;
	margin-top: 6px;
	margin-bottom: 0;
}
.home-banner-block .slider-img {
	height: 660px;
}
.home-banner-block .slider-img::before {
	content: '';
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
}
.home-banner-block .slick-prev, .home-banner-block .slick-next {
	opacity: 1;
	background-color: transparent;
	color: #fff;
}
.home-banner-block .slick-next {
	right: 26px;
}
.home-banner-block .slick-prev {
	left: 26px;
}

/* inner-slider */
#inner-slider .slider-img {
	height: 360px;
	background-attachment: fixed;
}
#inner-slider .carousel-caption {
	text-align: center;
	right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
#inner-slider .carousel-caption h3 {
	font-size: 60px;
	font-weight: 900;
	line-height: 60px;
	margin-bottom: 0;
	color: #fff;
}
/* inner-slider2 */
#inner-slider2 .slider-img {
	height: 570px;
	background-attachment: fixed;
}
#inner-slider2 .carousel-caption {
	right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
#inner-slider2 .carousel-caption h3 {
	font-size: 60px;
	font-weight: 900;
	line-height: 60px;
	margin-bottom: 0;
	color: #fff;
	text-align: left;
}
#inner-slider2 .carousel-caption p {
	font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
    color: #fff;
    opacity: 0.8;
    text-align: left;
    padding-top: 12px;
    font-weight: 300;
}
.about-banner-block .banner-bottom {
    margin-top: -196px;
}
.about-banner-block #inner-slider2 .carousel-caption {
    margin-bottom: 100px;
}
.slider-img {
	width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
	position: relative;
}

@media (max-width: 1400px) {
	.home-banner-block .slider-img {
		height: 600px;
	}
}
@media (max-width: 991px) {
	.home-banner-block .slider-img {
		height: 500px;
	}
	.home-banner-block .carousel-caption h3 {
		font-size: 36px;
		line-height: 40px;
	}
	.home-banner-block .carousel-caption p {
		font-size: 20px;
		line-height: 28px;	
	}
	.home-banner-block .slider-nav-item h5 {
		font-size: 16px;
	}
	.home-banner-block .slider-nav-item p {
		font-size: 14px;
		line-height: 14px;
		margin-top: 6px;
	}
	.home-banner-block .slider-nav .slide {
		padding: 16px 0;
	}
	#inner-slider .carousel-caption h3 {
		font-size: 50px;
		line-height: 50px;
	}
}
@media (max-width: 767px) {
	.home-banner-block .slider-img {
		height: 500px;
	}
	.home-banner-block .carousel-caption .btn-block .btn {
		font-size: 15px;
		padding: 14px 24px;
	}
	.home-banner-block .slider-nav-item {
		padding: 0 20px;
	}
	#inner-slider .slider-img {
		height: 200px;
	}
	#inner-slider .carousel-caption h3 {
		font-size: 40px;
		line-height: 40px;
	}	
}
@media (max-width: 574px) {
	.home-banner-block .carousel-caption h3 {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 0;
	}
	.home-banner-block .carousel-caption p {
		font-size: 18px;
		line-height: 26px;
		margin: 10px 0 0;
	}
	.home-banner-block .carousel-caption .btn-block .btn {
		width: 100%;
		margin: 16px 0 0px 0;
	}
	.home-banner-block .carousel-caption .btn-block {
		margin: 20px 0 0;
	}
	#inner-slider .carousel-caption h3 {
		font-size: 30px;
		line-height: 30px;
	}
}
.contact-block {
	background-color: #00264f;
	color: #fff;
	padding: 30px 0;
}
.contact-block .contact-block-item {
	padding: 0;
}
.contact-block .contact-item-icon {
	margin-right: 20px;
	font-size: 30px;
}
.contact-block .contact-item-content h5 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 6px;
}
.contact-block .contact-block-hr {
	display: flex;
	align-items: center;
}
.contact-block .contact-block-hr .contact-item-icon {
	font-size: 50px;
}
.contact-block .contact-block-hr h2 {
	font-size: 76px;
	font-weight: 600;
	line-height: 76px;
	margin-bottom: 0;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
.contact-block .contact-block-hr h5 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase;
}
.contact-block .contact-item-content p {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 15px;
	opacity: .8;
}
@media (max-width: 991px) {
	.contact-block .contact-item-content h5 {
		font-size: 15px;
	}
	.contact-block .contact-item-content p {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.contact-block .contact-item-icon {
		margin-right: 18px;
		font-size: 24px;
	}	
	.contact-block {
		padding: 26px 0;
		text-align: center;
	}
	.contact-block .contact-block-item {
		width: 300px;
		margin: 0 auto;
		padding: 15px 0;
	}
	.contact-block .contact-block-hr {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: left;
		margin-bottom: 20px;
	  }
	  .contact-block .contact-block-hr h2 {
		font-size: 52px;
		line-height: 52px;

	  }
}

/*---Footer----------------------------------------------------------*/
footer {
	width: 100%;
    line-height: 20px;
	background: #033b4a;
	color: #fff;
}
.footer-top {
	background-color: #4b68b9;
}
.footer-top .footer-item {
	display: flex;
    align-items: center;
	padding: 28px 0;
}
.footer-top .footer-item-icon {
	margin-right: 20px;
	font-size: 30px;
}
.footer-top .footer-item-content h5 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
}
.footer-top .footer-item-content p {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	margin-top: 8px;
	margin-bottom: 0;
}
.footer-bottom {
	background-color: #00142b;
	padding: 24px 0;
	color: #989898;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}

@media (max-width: 991px) {
	.footer-top .footer-item-content h5 {
		font-size: 15px;
	}
	.footer-top .footer-item-content p {
		font-size: 12px;
		line-height: 16px;
		margin-top: 6px;
	}
}
@media (max-width: 767px) {
	.footer-top .footer-item-icon {
		margin-right: 18px;
		font-size: 24px;
	}	
	.footer-top {
		padding: 15px 0;
	}
	.footer-top .footer-item {
		width: 300px;
		margin: 0 auto;
		padding: 15px 0;
	}
}

/*---Content area----------------------------------------------------------*/
.content-area {
    background-repeat-x: no-repeat;
    background-position: top left;
	background-size: 100%;
	background-color: #fff;
}
.content-area-block {
	padding: 80px 0;
	width: 100%;
	position: relative;
}
.content-area-block.light {
    background-color: rgba(0,0,0,0.05);
}
.content-area-block.primary {
	background-color: #4b68b9;
}
.content-area-block.primary p {
	color: #9e9e9e;
}
.content-area-block.primary  h1,
.content-area-block.primary  h2,
.content-area-block.primary  h3,
.content-area-block.primary  h4,
.content-area-block.primary  h5,
.content-area-block.primary  h6 {
	color: #fff;
}
.content-area-block.secondary {
	background-color: #00264f;
}
.content-area-block.secondary p {
	color: #9e9e9e;
}
.content-area-block.secondary  h1,
.content-area-block.secondary  h2,
.content-area-block.secondary  h3,
.content-area-block.secondary  h4,
.content-area-block.secondary  h5,
.content-area-block.secondary  h6 {
	color: #fff;
}
.content-area-block.dark {
	background-color: #262626;
}
.content-area-block.dark p {
	color: #9e9e9e;
}
.content-area-block.dark  h1,
.content-area-block.dark  h2,
.content-area-block.dark  h3,
.content-area-block.dark  h4,
.content-area-block.dark  h5,
.content-area-block.dark  h6 {
	color: #fff;
}
.content-area-block.darck-bg-img {
    background-position: center;
    background-size: cover;
	position: relative;
	background-attachment: fixed;
}
.content-area-block.darck-bg-img:before {
	content: '';
	background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
}
.content-area-block.darck-bg-img h1,
.content-area-block.darck-bg-img h2,
.content-area-block.darck-bg-img h3,
.content-area-block.darck-bg-img h4,
.content-area-block.darck-bg-img h5,
.content-area-block.darck-bg-img h6 {
	color: #fff;
}
.content-area-block.darck-bg-img h2 {
	font-size: 50px;
    font-weight: 500;
    line-height: 52px;
    margin-bottom: 20px;
}
.content-area-block.darck-bg-img p {
	font-size: 20px;
    line-height: 30px;
    padding: 0 0 42px;
    font-weight: 300;
    color: #fff;
    opacity: 0.9;
    margin: 0;
}
.content-area-header {
	margin-bottom: 34px;
}
.content-title {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 24px;
    font-weight: 600;
	color: #262626;
}
.content-sub-title {
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 400;
	color: #4b68b9;
	margin-bottom: 12px;
}
.content-area-header .content-description {
	font-size: 20px;
    line-height: 30px;
    color: #262626;
    opacity: .6;
    margin: 15px 0 0 0;
    font-weight: 400;
}
.content-block-item {
	padding: 15px 0;
}
.content-block-item .content-title {
	margin-top: 10px
}
.img-rounded {
	border-radius: 4px;
}
.img-with-100 {
	width: 100%
}
.bg-icon-rgt {
	background-position: 100%;
    background-repeat: no-repeat;
	background-size: contain;
	padding: 12px 0;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.content-area-block.bg-img {
	background-position: center;
    background-size: cover;
	position: relative;
	background-attachment: fixed;
}
.half-img {
	width: 50%;
	height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
	position: absolute;
	top: 0;
}
.half-img.right {
	right: 0;
}
.half-img.left {
	left: 0;
}
.contant-list1 {
	list-style: none;
	padding: 0;
}
.contant-list1 li {
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 20px;
	padding-left: 16px;
}
.contant-list1 li::before {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #4b68b9;
	border-radius: 50%;
	display: inline-block;
	margin-right: 8px;
	margin-left: -16px;
}
.content-area-block.secondary .contant-list1 {
	color: #fff;
}
.content-title2 {
	font-size: 34px;
line-height: 44px;
}
.contant-list2 {
	list-style: none;
	padding: 0;
}
.contant-list2 li {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 10px;
	color: #4c4e4e;
}
.offer-label {
	color: #4c930c;
	font-size: 25px;
	font-weight: 600;
	line-height: 32px;
}
.offer-label span {
	font-size: 16px;
	font-weight: 400;
}
.primary .contant-list1 {
	color: #fff;
}
.group-btn .btn {
	margin-right: 10px;
	margin-bottom: 10px;
}
.h-facilities {
	padding-bottom: 140px;
}
.h-room-card {
	background: #fff;
	margin-top: -133px;
	display: flex;
	flex-wrap: wrap;
	border-radius: 6px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.3);
}
.h-room-card .card-img {
	width: 50%;
	flex: 0 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.h-room-card .card-img img {
	width: 100%;
}
.h-room-card .card-content {
	width: 50%;
	flex: 0 0 auto;
	padding: 30px 40px 40px;
}
.gallery-thumb {
	border-radius: 6px;
	overflow: hidden;
}
.gallery-thumb img {
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.gallery-thumb:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.bg-box {
	background-color: #fff;
	position: relative;
	padding: 50px;
	border-radius: 6px;
}
.bg-box h4 {
	color: #262626 !important;
}
.offer-box {
	background-color: #4b68b9;
	padding: 30px;
	color: #fff;
	margin-top: -50px;
	border-radius: 6px;
	position: relative;
}
.offer-box h1, .offer-box h2, .offer-box h3, .offer-box h4, .offer-box h5, .offer-box h6 {
	color: #fff;
}
.offer-box p {
	opacity: .8;
	color: #fff;
}
.offer-box .offer-title {
	color: #ffd805;
	font-size: 32px;
	font-weight: 600;
	line-height: 32px;
}
.offer-box .offer-sub-title {
	font-size: 20px;
	font-weight: 400;
}
.offer-box .offer-phone {
	font-size: 30px;
	font-weight: 400;
}
.offer-box .offer-price {
	font-size: 32px;
	line-height: 32px;
}
.offer-box .offer-price span {
	font-size: 20px;
	font-weight: 400;
}

@media (max-width: 991px) {
	.content-area-block {
		padding: 70px 0;
	}
	h1 {
		font-size: 90px;
		margin-bottom: 10px;
	}
	h2 {
		font-size: 80px;
		line-height: 60px;
	}	
	h4 {
		font-size: 24px;
		line-height: 36px;
	}
	.content-area-header {
		margin-bottom: 50px;
	}
	.content-area-header h1.content-title {
		font-size: 40px;
		line-height: 40px;
	}
	.content-area-header h2.content-title {
		font-size: 40px;
		line-height: 40px;
	}
	.content-area-header .content-description {
		font-size: 16px;
		line-height: 24px;
	}
	.content-area-block.darck-bg-img h2 {
		font-size: 42px;
		line-height: 46px;
	}
	.content-area-block.darck-bg-img p {
		font-size: 18px;
		line-height: 26px;
	}
	.content-area-block.darck-bg-img p br {
		display: none;
	}
}
@media (max-width: 767px) {
	.content-area-header .content-description br, .content-area-block.darck-bg-img p br {
		display: none;
	}
	.content-area-block {
		padding: 50px 0;
	}
	.content-sub-title {
		font-size: 16px;
		margin-bottom: 8px;
	  }
	h1 {
		font-size: 50px;
		margin-bottom: 10px;
		line-height: 40px;
	}
	h2 {
		font-size: 40px;
		line-height: 30px;
	}
	.list-card {
		background-color: #fff;
		margin-top: 20px;
	}
	.content-area-header {
		margin-bottom: 30px;
	}
	.content-area-header h1.content-title {
		font-size: 30px;
		line-height: 30px;
	}
	.content-area-header h2.content-title {
		font-size: 26px;
		line-height: 32px;
	}
	.content-area-block.darck-bg-img h2 {
		font-size: 34px;
		line-height: 38px;
	}
	.content-area-header .content-description {
		font-size: 16px;
		line-height: 24px;
		margin-top: 28px;
	}
	.h-facilities {
		padding-bottom: 140px;
	}
	.h-room-card .card-img {
		width: 100%;
		order: 1;
		height: 250px;
	}
	.h-room-card .card-content {
		width: 100%;
		order: 2;
		padding: 22px 30px 30px;
	}
	.content-title2 {
		font-size: 24px;
		line-height: 34px;
	}
	.contant-list1 li {
		font-size: 16px;
		line-height: 20px;
		padding-bottom: 10px;
		padding-left: 16px;
	}
	.group-btn .btn {
		margin-right: 0;
		width: 100%;
	  }
	  .bg-box {

		position: relative;
		padding: 20px;

	  }
	  .offer-label {
		font-size: 20px;
	  }
	  .offer-box {
		text-align: center;
	  }
	  .offer-box .offer-title {
		font-size: 28px;
		line-height: 30px;
	  }
	  .offer-box .offer-sub-title {
		font-size: 16px;
	  }
	  .offer-box .offer-phone {
		font-size: 20px;
	  }
	  .offer-box .offer-price {
		font-size: 28px;
		line-height: 30px;
		color: #ffd805;
		margin-bottom: 0;
	  }
	  .offer-box .offer-price span {
		font-size: 16px;
	  }
}

/*---Slick slider----------------------------------------------------------*/
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide:focus {
	outline: -webkit-focus-ring-color auto 0;
	outline: 0;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev, .slick-next {
	color: #262626;
    position: absolute;
    top: 50%;
	margin-top: -21px;
    width: 42px;
    height: 42px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
	z-index: 10;
	font-size: 0;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.slick-prev:before, .slick-next:before {
	font-size: 18px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
.slick-prev:before {
	content: "\f053";
}
.slick-next:before {
    content: "\f054";
}
@media (max-width: 991px) {	
	
}

/*---Home----------------------------------------------------------*/
.item-img {
	overflow: hidden;
}
.item-img img {
	width: 100%;
	-webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.features-item:hover .item-img img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.item-content {
	margin-bottom: 40px;
}
.item-content h4 {
	font-size: 20px;
    font-weight: 600;
    padding-top: 24px;
    color: #262626;
	line-height: 24px;
    margin-bottom: 0;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.item-content h4:hover {
	color: #4b68b9;
}
.item-content p {
	font-size: 16px;
    line-height: 23px;
    color: #969696;
    padding-top: 10px;
	margin-bottom: 0;
}
.item-content-pb {
	padding-bottom: 60px;
}
.h-list-item {
	padding: 20px 0;
}
.h-list-item .icon img {
	width: 40px;
	margin-right: 30px;
}
.h-list-item h5 {
	font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}
.h-list-item p {
	font-size: 16px;
    line-height: 23px;
    color: #9e9e9e;
    margin-bottom: 0;
}
.h-service-item {
	text-align: center;
	border: 1px solid #e9e9e9;
    border-radius: 3px;
    padding: 48px 15px 48px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
	margin-bottom: 30px;
}
.h-service-item .icon-bg {
    width: 66px;
	height: 66px;
	background-repeat: no-repeat;
    background-position: 0px 0px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.h-service-item h4 {
	font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #4b68b9;
	margin-bottom: 14px;
}
.h-service-item p {
	color: #262626;
	font-size: 16px;
    line-height: 23px;
	margin-bottom: 20px;
}
.h-service-item .btn {
	color: #4b68b9;
	-webkit-transition: inherit;
    transition: inherit;
	padding: 0;
}
.h-service-item:hover {
    border: 1px solid transparent;
    background-color: #4b68b9;
    -webkit-box-shadow: 0 4px 51px -17px rgb(0 0 0 / 90%);
    -moz-box-shadow: 0 4px 51px -17px rgba(0,0,0,.9);
    box-shadow: 0 4px 51px -17px rgb(0 0 0 / 90%);
}
.h-service-item:hover .icon-bg {
	background-position: -66px 0px;
}
.h-service-item:hover h4 {
    color: #fff;
}
.h-service-item:hover p {
	color: #fff;
}
.h-service-item:hover .btn {
	color: #fff;
}
.h-service-item .btn-link:not(:disabled):not(.disabled):active, .h-service-item .btn-link:not(:disabled):not(.disabled).active {
    color: #fff;
}
.h-service-item-pb {
	padding-bottom: 70px;
}
.h-partner  .slick-track {
    display: flex;
    align-items: center;
}
.partner-block {
	padding: 68px 8%;
	text-align: center;
}

@media (max-width: 991px) {
	.item-content-pb {
		padding-bottom: 30px;
	}
	.h-service-item-pb {
		padding-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.item-content-pb {
		padding-bottom: 10px;
	}
	.item-content h4 {
		padding-top: 16px;
	}
	.h-service-item {
		margin-bottom: 15px;
	}
}

/*---About us----------------------------------------------------------*/

.banner-bottom {
	margin-top: -10px;
	position: relative;
}
.banner-bottom .top-border {
	width: 100%;
	height: 10px;
	background-color: #4b68b9;
	display: block;
}
.banner-bottom .about-slider img {
	width: 100%;
}
.about-slider .slick-prev, .about-slider .slick-next {
	width: 80px;
	height: 80px;
	background-color: #fff;
	top: inherit;
    margin: 0;
	text-align: center;
    line-height: 80px;
	box-shadow: 0 0 #4b68b9 inset;
	-webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.about-slider .slick-prev:hover, .about-slider .slick-next:hover {
	box-shadow: 0 -80px #4b68b9 inset;
	color: #fff;
}
.about-slider .slick-prev {
	right: 80px;
    bottom: 0;
}
.about-slider .slick-next {
	right: 0;
    bottom: 0;
}
.banner-bottom-content > div {
	width: 50%;
    float: left;
    padding: 36px 36px 0px 36px;
	background: #fff;
}
.banner-bottom-content i {
	color: #4b68b9;
	font-size: 26px;
}
.banner-bottom-content h6 {
	font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
    font-weight: 300;
}
.banner-bottom-content p {
	font-size: 16px;
    line-height: 22px;
}
.count-display {
	list-style: none;
    padding: 0;
    margin: 0;
	display: inline-block;
    width: 100%;
}
.count-display li {
	width: 25%;
    float: left;
    padding: 0 30px;
    border-left: 4px solid #4b68b9;
}
.count-display h2 {
	font-size: 60px;
    font-weight: 700;
    margin-bottom: 23px;
    line-height: 45px;
    color: #e6e6e6;
}
.count-display h5 {
	font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #262626;
}
.count-display p {
	line-height: 22px;
    font-size: 16px;
    margin-bottom: 0;
}
.card-item {
	margin: 20px 0;
}
.card-item-img {
	overflow: hidden;
	border-radius: 4px;
}
.card-item-img img {
	width: 100%;
	-webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.card-item:hover .card-item-img img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.card-item-header {
	display: flex;
	width: 100%;
	position: relative;
}
.card-item-title {
	display: block;
    padding-top: 20px;
    flex-grow: 1;
}
.card-item-title h5 {
	font-size: 20px;
	line-height: 26px;
    margin-bottom: 0;
    color: #262626;
}
.card-item-title h4 {
	font-size: 18px;
	line-height: 22px;
    margin-bottom: 0;
    color: #262626;
}
.card-item-title p {
	font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}
.card-item-icon {
	width: 80px;
	height: 80px;
	background-color: #4b68b9;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}
.card-item-body {
	padding-top: 10px;
	background-color: #fff;
}
.card-item-body p {
	font-size: 16px;
    line-height: 24px;
}
.card-item-body .btn {
	padding: 0;
    font-size: 16px;
    color: #262626;
}
.card-item-body .btn:hover {
	color: #4b68b9;
}
.content-area-block.service-banner {
	padding-bottom: 220px;
}
.content-area-block.service-banner h3 {
	font-size: 60px;
    font-weight: 900;
    line-height: 60px;
    margin-bottom: 0;
    color: #fff;
    text-align: left;
}
.content-area-block.service-banner p {
	font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
    color: #fff;
    opacity: 0.8;
    text-align: left;
    padding-top: 12px;
    font-weight: 300;
	padding-bottom: 0;
}
.content-area-block.service-item {
	padding-top: 0;
	margin-top: -154px;
}
.content-area-block.card-item-pb {
	padding-bottom: 40px;
}
.contact-form {
	margin: -100px 0;
}
.contact-form .content-area-header {
	margin-bottom: 40px;
}
.quote-block {
	padding: 100px 8%;
}
.quote-block .slide {
	padding: 0 20px;
}
.quote-block i {
	color: #4b68b9;
    font-size: 26px;
}
.quote-block h5 {
	font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #262626;
}
.quote-block h6 {
	font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
    font-weight: 700;
    color: #262626;
}
.quote-block p {
	font-size: 14px;
    margin-bottom: 0;
    line-height: 16px;
    color: #969696;
}
@media (max-width: 1199px) {
	.content-area-block.service-banner {
		padding-bottom: 160px;
	}
	.content-area-block.service-item {
		margin-top: -113px;
	}	
}
@media (max-width: 991px) {
	.content-area-block.service-banner {
		padding-bottom: 176px;
	}
	.content-area-block.service-item {
		margin-top: -140px;
	}
	#inner-slider2 .slider-img {
		height: 520px;
	}
	.about-banner-block #inner-slider2 .carousel-caption {
		margin-bottom: 120px;
	}
	.count-display li {
		width: 50%;
		border-left: 0;
		margin-bottom: 37px;
	}
	.count-display h2 {
		font-size: 50px;
		margin-bottom: 14px;
	}
	.count-display h5 {
		margin-bottom: 10px;
	}
	.count-display p {
		line-height: 20px;
		font-size: 13px;
	}
	.contact-form {
		margin: -70px 0;
	}
}
@media (max-width: 767px) {
	#inner-slider2 .carousel-caption h3, .content-area-block.service-banner h3 {
		font-size: 44px;
		line-height: 50px;
	}
	#inner-slider2 .carousel-caption p, .content-area-block.service-banner p {
		font-size: 16px;
		line-height: 24px;
	}
	.contact-form {
		margin: -50px 0;
	}
	.banner-bottom-content {
		padding-top: 30px;
	}
	.banner-bottom-content > div {
		width: 100%;
		padding: 0 30px 0px 30px;
	}
	.card-item-title h5 {
		font-size: 20px;
		line-height: 26px;
	}
	.card-item-title p {
		font-size: 13px;
		line-height: 20px;
	}
	.content-title {
		font-size: 26px;
		line-height: 32px;
	}
}
@media (max-width: 574px) {
	.count-display li {
		width: 100%;
	}
	.quote-block {
		padding: 70px 0;
	}
}

/*---Gallery----------------------------------------------------------*/
.gallery li {
	padding-top: 15px;
	padding-bottom: 15px;
}
.gallery li .gallery-img {
	cursor: pointer;
	overflow: hidden;
	border-radius: 6px;
}
.gallery li .gallery-img img {
	width: 100%;
	-webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.gallery li .gallery-img:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

@media (max-width: 767px) {
	.gallery {
		padding: 0 8px;
	}
	.gallery li {
		padding: 8px;
	}
}

/*---Services----------------------------------------------------------*/

.price-item {
	padding-bottom: 20px;
}
.price-item-pb {
	padding-bottom: 80px;
}
.price-item-img img {
	width: 100%;
}
.price-item-header {
	width: 100%;
	margin-top: -80px;
	position: relative;
	min-height: 80px;
}
.price-item-digit {
	display: inline-flex;
    padding: 12px 30px;
    min-height: 80px;
	background-color: #eee;
	align-items: center;
	position: absolute;
    bottom: -21px;
}
.price-item-digit h5 {
	font-size: 50px;
	line-height: 50px;
	color: #4b68b9;
	margin-bottom: 0;
}
.price-item-digit h5 span {
	vertical-align: text-top;
    font-size: 25px;
    font-weight: 400;
    color: #908d8d;
    padding-right: 2px;
}
.price-item-body {
	padding: 25px 30px 30px;
	background-color: #eee;
}
.price-item-body h5 {
	font-size: 24px;
    line-height: 32px;
    color: #262626;
	border-bottom: 1px solid #ccc;
	padding-bottom: 18px;
    margin-bottom: 20px;
}
.price-item-body p {
	font-size: 16px;
    line-height: 24px;
}
.price-item-body ul {
	list-style: none;
    padding: 0;
    margin-bottom: 28px;
	font-size: 16px;
}
.price-item-body li:before {
    content: "\f00c"; 
    display: inline-block;
	font-size: 16px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-right: 8px;
	color: #4b68b9;
}
.price-item.active .price-item-digit, .price-item.active .price-item-body {
	background: #344858;
}
.price-item.active .price-item-body h5, .price-item.active .price-item-body ul {
	color: #fff;
}
@media (max-width: 991px) {
	.price-item-pb {
		padding-bottom: 50px;
	}
}
@media (max-width: 767px) {
	.price-item-pb {
		padding-bottom: 30px;
	}
}

/*---Careers----------------------------------------------------------*/
.breadcrumbs {
	padding: 16px 0;
	border-bottom: 1px solid #e5e5e5;
}
.breadcrumbs ul {
	padding: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.breadcrumbs li {
	line-height: 1;
}
.breadcrumbs li:after {
    content: "\f138";
    display: inline-block;
	padding: 0 10px;
	color: #bdbdbd;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
}
.breadcrumbs li:last-child:after {
    display: none;
}
.breadcrumbs a {
	color: #262626;
}
.breadcrumbs a.active {
	color: #4b68b9;
}
.career-item {
	text-align: center;
	border: 1px solid #e9e9e9;
    padding: 40px 22px;
	margin-bottom: -1px;
	-webkit-transition: .2s ease;
    transition: .2s ease;
}
.career-item .icon-bg {
    width: 66px;
	height: 66px;
	background-repeat: no-repeat;
    background-position: 0px 0px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.career-item h4 {
	font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #262626;
	margin-bottom: 14px;
}
.career-item p {
	color: #969696;
	font-size: 16px;
    line-height: 23px;
}
.career-item .btn {
	color: #4b68b9;
	padding: 0;
	transition: inherit;
	padding: 0;
}
.career-item:hover {
    border: 1px solid transparent;
    background-color: #4b68b9;
    -webkit-box-shadow: 0 4px 51px -17px rgb(0 0 0 / 90%);
    -moz-box-shadow: 0 4px 51px -17px rgba(0,0,0,.9);
    box-shadow: 0 4px 51px -17px rgb(0 0 0 / 90%);
}
.career-item:hover .icon-bg {
	background-position: -66px 0px;
}
.career-item:hover h4 {
    color: #fff;
}
.career-item:hover p {
	color: #fff;
}
.career-item:hover .btn {
	color: #fff;
}
.career-item .btn-link:not(:disabled):not(.disabled):active, .career-item .btn-link:not(:disabled):not(.disabled).active {
    color: #fff;
}
.accordion-item {
	border: 1px solid #e9e9e9;
	margin-bottom: -1px;
}
.accordion-header {
	font-size: 17px;
	line-height: 17px;
    font-weight: 600;
	cursor: pointer;
    padding: 26px 50px 26px 30px;
    position: relative;
    color: #262626;
}
.accordion-header:before {
    opacity: 0;
}
.accordion-header.collapsed:before {
    position: absolute;
    display: block;
    content: '';
    width: 3px;
    height: 34px;
    background: #ff5e14;
    left: 0;
    top: 50%;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    opacity: 1;
    margin-top: -17px;
}
.accordion-header.collapsed:after {
    content: '+';
	font-size: 22px;
	right: 25px;
}
.accordion-header:after {
    content: '-';
	font-size: 36px;
	right: 27px;
	display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-weight: 300;
    color: #262626;
}
.accordion-body {
    padding: 0 30px 20px;
    position: relative;
    background: #ccc;
    margin: 0px 30px 30px 30px;
	border: 1px solid #ededed;
    background: #fcfcfc;
}
.accordion-body h5 {
	font-size: 16px;
    font-weight: 400;
    margin: 30px 0 14px;
    z-index: 1;
    position: relative;
    color: #000;
    font-weight: 500;
}
.accordion-body p {
	color: #767676;
    font-size: 15px;
    line-height: 22px;
}
.accordion-body ul {
	color: #767676;
    font-size: 15px;
    line-height: 22px;
}
.accordion-body a {
    color: #4b68b9;
}

@media (max-width: 991px) {
	.career-item {
		padding: 30px 22px;
	}
	.career-item .icon {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.career-item {
		padding: 20px;
	}
	.accordion-body {
		padding: 0 20px 20px;
		margin: 0px 15px 15px 15px;
	}
	.accordion-body h5 {
		margin: 20px 0 14px;
	}
	.accordion-header {
		padding: 26px 50px 26px 20px;
	}
}

/*---Contact us----------------------------------------------------------*/

.contact-item {
	margin-bottom: 42px;
}
.contact-item .icon {
	font-size: 42px;
	margin-right: 22px;
	color: #2867da;
}
.contact-item h5 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.contact-item p {
	font-size: 16px;
	line-height: 23px;
	color: #777;
	margin-bottom: 0;
}
.contact-item b {
	color: #262626;
	font-weight: 600;
}
.form-footer {
	width: 100%;
}
.form-footer .btn {
	padding: 12px 20px;
    font-size: 15px;
}
.map-block-open {
    font-size: 18px;
	color: #fff;
    background-color: #4b68b9;
	text-align: center;
	cursor: pointer;
	line-height: 17px;
    padding: 22px 34px;
    font-weight: 600;
}
.map-block-open span {
	position: relative;
	padding: 0 15px 0 0;
	transition: .5s;
}
.map-block-open span:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 3px 4px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	right: 0;
	top: 50%;
	transition: .5s;
}
.map-block-open.collapsed span::after {
    border-width: 4px 3px 0;
    border-color: #fff transparent transparent transparent;
    top: 46%;
}
.map-block {
	display: flex;
	width: 100%;
}
.map-block iframe {
	width: 100%;
	height: 600px;
}

@media (max-width: 767px) {
	.contact-item {
		text-align: center;
	}
	.contact-item .icon {
		font-size: 38px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.form-group {
		margin-bottom: 16px;
	}
	.form-control {
		padding: 10px 15px;
	}
	.btn {
		padding: 13px 34px;
	}
	.custom-input-file input {
		max-width: 120px;
		padding-left: 10px;
	}
	.custom-input-file {
		margin-bottom: 10px;
	}
	#contact-form .btn {
		width: 100%;
	}
}


.lg-toolbar .lg-icon {
	display: none;
}
.lg-toolbar  .lg-close {
	display: block;
}
.help-block.with-errors {
	color: red;
	padding: 0 12px;
}