@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');  
/*--------animation---------*/
@keyframes fadeHeaderInDown {
 0% {
 opacity: 0;
 transform: translate3d(0, -100%, 0);
}
 100% {
 opacity: 1;
 transform: translate3d(0, 0, 0);
}
}
@keyframes shadow {
 0% {
 transform: scale(1) translateY(0px);
}
 100% {
 transform: scale(0.8) translateY(75px);
}
}
@keyframes ghost {
 0% {
 transform: scale(1) translateY(0px)
}
 100% {
 transform: scale(1) translateY(-40px)
}
}
/*======================
1.General Code
========================*/
html {
	overflow-x: hidden;
}
button:focus, *:focus {
	outline: none;
}
body {
    font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.3;
	color: #000;
	background: #ffffff;
	border-color: #dfdfdf;
    transition: transform ease-in .4s;
	overflow: hidden;
}
button {
	background: transparent;
	border: none;
	padding: 0;
}
label {
	line-height: normal;
}
hr {
	margin: 20px 0;
}
.p-relative {
	position: relative;
}
.before-none:after, .after-none:after, .none {
	display: none;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.overlay-bg-black {
	background: #000;
	opacity: 0.1;
}
.overlay-2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}
.image-fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.transform-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0%, -50%);
	z-index: 1;
}
.bx-wrapper {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #f3f3f3;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before {
 font-size: inherit;
 margin: 0;
}
.animate-img {
	position: relative;
	overflow: hidden;
}
.animate-img:hover img {
	transform: scale(1.1);
	transition: 0.5s;
}
.parallax {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	transition: border 0.3s ease-in, box-shadow 0.3s ease-in, background 0.3s, opacity 0.3s ease-in;
}
.normal-bg {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: border 0.3s ease-in, box-shadow 0.3s ease-in, background 0.3s, opacity 0.3s ease-in;
}
/*section header*/
.section-header {
	margin-bottom: 40px;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.section-header .section-heading {
	max-width: 540px;
	margin: auto;
}
.section-header .section-heading h3{
	font-size: 36px;
}
.our-work-sec .section-header .section-heading h3::before {
	background: #2d3e50 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 129px;
	text-align: center;
	width: 80px;
	bottom: 5px;
}

.our-work-sec .section-header .section-heading h3::after {
	background: #2d3e50 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: -135px;
	text-align: center;
	width: 81px;
	bottom: 5px;
}

.our-work-sec .section-header span::after {
	background: #2d3e50;
	bottom: -8px;
	/* color: #1bb4b9; */
	content: "";
	font-size: 14px;
	height: 10px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 10px;
	z-index: 9;
	bottom: 0;
	transform: rotate(-45deg);
}
.section-header .section-description {
	margin-bottom: 20px;
	position: relative;
}

.section-header.style-left {
	text-align: left;
}
.section-header.style-left .section-heading {
	margin: 0 auto 0 0;
}
.section-header.style-left .section-heading h3:after {
	margin: 20px auto 0 0;
}
.section-header.style-right {
	text-align: right;
}
.section-header.style-right .section-heading {
	margin: 0 0 0 auto;
}
.section-header.style-right .section-heading h3:after {
	margin: 20px 0 0 auto;
}
/*Slick Arrow*/
.arrow-layout-2 .slick-arrow, .arrow-layout-1 .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translate(0px, -50%);
	transition: 0.3s all;
	font-size: 0;
	overflow: hidden;
	z-index: 1;
}
.arrow-layout-1 .slick-arrow:after {
	width: 50px;
	height: 50px;
  	border: 1px solid #fff0;
	background: #ffffff9e;
	position: relative;
	overflow: hidden;
	color: #090909;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Flaticon;
}
.arrow-layout-1 .slick-arrow:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 0%;
	background: #00a0e9;
	z-index: -1;
	height: 100%;
	transition: 0.5s all;
}
.arrow-layout-1 .slick-arrow:hover:before {
	width: 100%;
}
.arrow-layout-1 .slick-prev {
	left: -100px;
}
.arrow-layout-1 .slick-next {
	right: -100px;
}
.arrow-layout-1 .slick-prev:after {
	content: "\f165";
}
.arrow-layout-1 .slick-next:after {
	content: "\f163";
}
.arrow-layout-1.slick-slider:hover .slick-prev {
	left: 15px;
}
.arrow-layout-1.slick-slider:hover .slick-next {
	right: 15px;
}

/*slick bullets*/
.slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin-top: 20px;
}
.slick-dots li {
	padding: 0;
	line-height: 0;
}
.slick-dots li button {
	font-size: 0;
	width: 12px;
	height: 6px;
	border-radius: 10px;
	background: #fff;
	margin: 0 5px;
	transition: 0.6s all;
	border: 2px solid #fff;
}
.slick-dots li.slick-active button {
	width: 24px;
	height: 6px;
	border-radius: 50px;
	background: #fff;
	border: 2px solid #fff;
}
/*pagination*/
.page-item:first-child .page-link {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.page-item:last-child .page-link {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.page-link:focus {
	box-shadow: none;
	z-index: 1;
}
.page-item .page-link {
	padding: 8px 20px;
	font-size: 14px;
	line-height: 1.5;
	border: 2px solid #eee;
	color: #020202;
	border-radius: 0;
}
.page-item:hover .page-link, .page-item.active .page-link {
	background-color: #192f59;
	border-color: #192f59;
	color: #fff;
}
/*======================
Typography
========================*/
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
	 font-family: 'Roboto', sans-serif;
	color: #000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 45px;
	line-height: normal;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 15px;
     font-family: 'Roboto', sans-serif;
}
a {
	color: #DC143C;
	text-decoration: none;
	transition: 0.5s;
}
a:focus, a:hover {
	color: #111111;
	text-decoration: none;
	transition: 0.5s;
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 0;
}
ul li, ol li {
	margin: 0px;
	position: relative;
	list-style: none;
}
ul.custom {
	list-style: none;
	padding: 0;
}
ul.custom-flex {
	list-style: none;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
iframe {
	border:none;
	width: 100%;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	transition: 0.5s;
}
table th, table td {
	border: 1px solid #dfdfdf;
	padding: 15px;
}
table {
	border: 1px solid #dfdfdf;
	padding: 15px;
	width: 100%;
}
.fs-12 {
	font-size: 14px;
}
.fs-14 {
	font-size: 16px;
}
.fs-16 {
	font-size: 18px;
}
.fs-18 {
	font-size: 20px;
}
.fs-20 {
	font-size: 22px;
}

/*======================
Space margins and padding
========================*/
.no-margin {
	margin: 0;
}
.no-padding {
	padding: 0;
}
.full-width {
	width: 100%;
}
.full-height {
	height: 100%;
}
.section-padding {
	padding: 80px 0;
}
.section-padding-top {
	padding-top:80px;
}
.section-padding-bottom {
	padding-bottom:80px;
}
.padding-10 {
	padding: 10px;
}
.padding-15 {
	padding: 15px;
}
.padding-20 {
	padding: 20px;
}
.mb-xl-20 {
	margin-bottom: 20px;
}
.mb-xl-30 {
	margin-bottom: 30px;
}
.mb-xl-40 {
	margin-bottom: 40px;
}
.mb-xl-50 {
	margin-bottom: 50px;
}
.mb-xl-80 {
	margin-bottom: 80px;
}
.mr-xl-20 {
	margin-right: 20px;
}
.pb-xl-20 {
	padding-bottom: 20px;
}
/*==================
Forms
====================*/
.form-control-custom::placeholder {
 font-size: 14px;
}
.banner-tabs .form-control-custom:focus{
  border: 2px solid #ffffff;
  border-bottom: 2px solid #192f59;
  box-shadow: none;
}
.banner-tabs .form-control-custom,
.newsletter .form-control-custom{
  border: 2px solid #192f59;
}
.form-control-custom {
	height: 40px;
	padding: 0 15px;
	border-radius: 0;
	border: 1px solid #eee;
	width: 100%;
	background: #fff;
	font-size: 14px;
}
.form-control-custom:focus {
    border: 1px solid #45afce;
	box-shadow: none;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}
.btn-height, button.btn-height {
	height: 40px;
	line-height: 1;
	padding: 0;
}
label.submit {
	height: 15px;
	width: 100%;
	clear: both;
}
.custom-select {
	background-image: none;
}
.custom-select:focus {
	box-shadow: none;
}
textarea.form-control {
	height: auto;
	padding: 15px ;
}
label.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
label.custom-checkbox {
	/* display: block; */
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	cursor: pointer;
	user-select: none;
	line-height: 1.5;
	font-size: 14px !important;
	color: #666;
}
label.custom-checkbox:last-child {
	margin-bottom: 10px;
}

/* Create a custom checkbox */
label.custom-checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #d4d4db;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 0px;
}

/* On mouse-over, add a grey background color */
label.custom-checkbox:hover input ~ .checkmark {
 background-color: #fff;
 border: 1px solid #192f59;
}
/* When the checkbox is checked, add a blue background */
label.custom-checkbox input:checked ~ .checkmark {
 background-color: #192f59;
 border: 1px solid #192f59;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
label.custom-checkbox input:checked ~ .checkmark:after {
 display: block;
}
/* Style the checkmark/indicator */
label.custom-checkbox .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
/*==================
Buttons
====================*/
a.animated-button:link:after, a.animated-button:visited:after {
  content: "";
  z-index: -1;
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  transition: all 0.75s ease 0s;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
  color: #dc143c;
}
a.animated-button.g-one:link:hover, a.animated-button.g-one:visited:hover {
	color: #999;
  }
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
  height: 450%;
}
a.animated-button:link, a.animated-button:visited {
  position: relative;
  padding: 10px 60px;
  color: #fff;
  font-size:14px;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: .08em;
  transition: all 1s ease;
}

a.animated-button.victoria-one {
  border: 2px solid #dc143c;
  z-index: 1;
  background-color: #dc143c;
}
a.animated-button.g-one {
	border: 2px solid #999;
	z-index: 1;
	background-color: #999;
  }
a.animated-button.victoria-one:after, a.animated-button.g-one:after {
  background: #fff;
  transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
/*==================
Section-Colors-&-Backgrounds
====================*/
.bg-light-white {
	background-color: #f5f5f5;
}
.bg-custom-white {
	background-color: #ffffff;
}
.bg-custom-blue {
	background:#192f59;
}
.bg-light-black {
	background: #2d3e52;
}
/*Colors*/
.text-custom-black {
	color: #000000;
}
.text-custom-white {
	color: #ffffff;
}
.text-custom {
	color: #DC143C;
}
.text-pink500 {
	color: #d63384;
}
.text-light-dark {
	color: #838383;
	;
}
.text-light-black {
	color: #2d3e52;
}
.text-yellow {
	color: #fdb714;
}

/*Navigation*/
.header .navigation-wrapper {
	background-color: #fff;
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	width: 100%;
}
.header .navigation-wrapper.sticky {
	animation-name: fadeHeaderInDown;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 22;
	background: #fff;
	animation-duration: 1s;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	animation-fill-mode: both;
}
.header .navigation-wrapper nav > .main-navigation .logo {
	width: 185px;
	position: absolute;
	top: 10px;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul {
	justify-content: flex-end;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item {
	margin: 10px 8px;
	padding: 15px 0;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item:last-child {
	margin-right: 0;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item>a {
	color: #333;
	font-size: 16px;
	position: relative;
	padding: 5px 20px;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item>a:after {
	content: '';
	display: block;
	height: 2px;
	background: #00a0e9;
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	width: 100%;
	opacity: 0;
	transition: 0.3s all;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item:hover>a:before, .header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item.active>a:before {
	top: -2px;
	opacity: 1;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item:hover>a:after, .header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item.active>a:after {
	bottom: -2px;
	opacity: 1;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.search {
	display: flex;
	align-items: center;
	margin-right: 0;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.search>a {
	padding: 5px 20px;
	padding-right: 0;
	font-size: 14px;
}
.menu-item-has-children {
	position: relative;
}
.menu-item-has-children>a>.arrow:after, .menu-item-has-megamenu>a>.arrow:after {
	display: inline-block;
	margin-left: .55em;
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.menu-item-has-children .submenu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 200px;
	transform: translateY(10px);
	transition: 0.3s all;
	border-top: 2px solid #192f59;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
}
.menu-item-has-children:hover>.submenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.menu-item-has-children .submenu>.menu-item>a {
	padding: 10px;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	color: #000;
}
.menu-item-has-children .submenu>.menu-item:hover>a {
	background-color: #192f59;
	color: #fff;
}
.menu-item-has-children .submenu .menu-item-has-children>a>.arrow:after {
	position: absolute;
	right: 10px;
	transform: rotate(-90deg);
}
.menu-item-has-children .submenu .menu-item-has-children>.submenu {
	left: 100%;
	top: 0;
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu {
	display: none;
	align-items: center;
	cursor: pointer;
	padding: 25px 0;
	justify-content: flex-end;
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn span {
	background: #00a0e9;
	height: 2px;
	width: 25px;
	margin-bottom: 5px;
	display: block;
	transition: 0.3s;
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn span:last-child {
	margin-bottom: 0;
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn.active {
	position: relative;
	top: -4px;
	transition: 0.3s;
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn.active span:first-child {
	transform: rotate(45deg);
	transition: 0.3s;
	position: relative;
	top: 7.4px;
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn.active span:nth-child(2) {
 display: none;
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn.active span:last-child {
	transform: rotate(-45deg);
	transition: 0.3s;
}
/*Main Slider*/
.main-banner .slide-item {
	position: relative;
	z-index: 1;
	margin: 0;
	text-align: center;
	left: 0px;
}
.main-banner .slide-item img {
	width: 100%;
}
.slider-content h1 {
	font-size: calc(2rem + 1vw);
	text-shadow:  0 0 10px rgba(0, 0, 0, 0.7);
}
.slider-content{
   text-align: left;
}
.slider .slider-content p{
	font-size: 24px;
	margin: auto;
	color: #fff;
	padding-bottom: 20px;
}
.slider .slider-content h1 span{
	background: #192f59;
	margin: 10px 0px;
}
.main-banner .slick-dots{
	position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}


/*Campus*/
.single-campus-card {
	height: calc(100% - 30px);
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
	display: block;
	border: 1px solid #eee;
    border-radius: 15px;
}
a.single-campus-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 0 20px 3px rgba(0,0,0,.2);
}
.single-campus-card .img img {
	width: 100%;
	max-width: none;
	border-radius: 15px 15px 0 0;
}
.single-campus-card .campus-content {
	padding: 20px 30px;
	/* padding-bottom: 26px; */
}
.single-campus-card .campus-content h4 {
	margin: 0;
}
.single-campus-card .campus-content span {
	color: #DC143C;
	margin-bottom: 15px;
	display: inline-block;
	font-weight: 500;
}
.single-campus-card .campus-content h3 {
	font-size: 24px;
	margin-bottom: 0;
	line-height: 1.3;
	transition: all ease .5s;
}

.events-content span {
  font-size: 15px;
  font-weight: 600;
  color: var(--main-color);
  display: block;
  margin-bottom: 10px;
}

.events-content h2 {
  font-size: 45px;
  margin-bottom: 50px;
}

.events-content .events-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.events-content .events-list li {
  position: relative;
  padding-left: 130px;
  margin-bottom: 40px;
}

.events-content .events-list li:last-child {
  margin-bottom: 0;
}

.events-content .events-list li .events-date {
  background-color: #00a0e9;
  padding: 25px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.9s all;
    color: #fff;
}

.events-content .events-list li .events-date span {
  color: var(--white-color);
  margin-bottom: 0;
  font-size: 16px;
}

.events-content .events-list li span {
  margin-bottom: 12px;
  display: block;
  font-size: 14px;
}

.events-content .events-list li h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.events-content .events-list li:hover .events-date {
  background-color: #0078af;
}

.events-content .events-list.events-list-style-three li {
  background-color: #f3f3f4;
  padding: 30px;
  padding-left: 150px;
}

.events-content .events-list.events-list-style-three li .events-date {
  padding: 20px;
  top: 31px;
  left: 31px;
}

.events-content .events-list.events-list-style-three li h3 {
  font-size: 23px;
}


/*our-work-sec*/
.wrapper {
  text-align:center;
  margin:0 auto;
}

figure {
  display: inline-block;
  position: relative;
  overflow:hidden;
}

figure a {
  display: block;
}

figure:hover:before {
  content: '';
  background: rgba(255,0,0,0.25);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

figcaption {
  position: absolute;
  height:50px;
  width:100%;
  line-height:50px;
  background: #192f59;
  bottom:-50px;
  transition: bottom 0.5s ease;
  color: #fff;
  font-size: 18px;
}

figure:hover figcaption {
  bottom:0;
}
/*Our Services*/
.single-service {
	margin-bottom: 60px;
}
.section-padding {
	padding: 80px 0;
}
.single-service h3 {
	font-size: 20px;
}
.single-service p {
	color: #333;
	font-size: 18px;
}


.pd-items {
	margin-top: 30px;
}
.pd-items .row {
	margin: 0;
}
.pd-items .row>* {
	padding: 0;
}
.pd-items .pd-meta {
	padding: 20px;
}
/* copyright */
.copyright-area{
    background-color:#192f59
}
.copyright {
	padding: 30px 0px 10px 10px;
	color:#fff
}
.copyright .copy-r{
    text-align:right
}
.copyright .copy-r p{
    color:#cacaca
}
.copyright .copy-r p a{
    color:#d6b396
}
.copyright .social-content ul{
    padding-left:0;
    margin-bottom:0
}
.copyright .social-content ul li{
    display:inline-block;
    margin-right:10px
}
.copyright .social-content ul li:last-child{
    margin-right:0
}
.copyright .social-content ul li span{
    color:#fff
}
.copyright .social-content ul li a{
    color:#cacaca;
    -webkit-transition:all ease .5s;
    transition:all ease .5s
}
.copyright .social-content ul li a:hover{
    color:#DC143C
}
/*back to top*/
#back-top {
	text-align: center;
	display: none;
}
#back-top a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 0px;
	text-align: center;
	line-height: 45px;
	border: #00a0e9 solid 1px;
	color: #ffffff;
	background: url(../images/goTop.png) no-repeat center, #00a0e9;
	transition-duration: 0.3s;
	font-size: 22px;
	box-shadow: rgba(0, 0, 0, 0.05) 0 0 10px;
	position: fixed;
	z-index: 100;
	bottom: 60px;
	right: 20px;
}
@media (max-width: 450px) {
	#back-top a {
	width: 40px;
	height: 40px;
	background: url(../images/goTop.png) no-repeat center, #00a0e9;
	background-size: 24px;
	right: 10px;
}
}

/*sub header*/
.subheader {
	/* background-image: url(https://placehold.co/1920x400); */
	text-align: center;
	height: 400px;
	padding-top: 200px;
	background-size: cover;
}
.page-bn01 {
	background-image: url(../images/page-bn01.jpg);
}
.page-bn02 {
	background-image: url(../images/page-bn02.jpg);
}
.page-bn03 {
	background-image: url(../images/page-bn03.jpg);
}
.page-bn04 {
	background-image: url(../images/page-bn04.jpg);
}
.page-bn05 {
	background-image: url(../images/page-bn05.jpg);
}
.subheader:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #1d232b;
	opacity: 0.7;
}
.page-banner-content {
	position: relative;
}
.page-banner-content h1 {
	font-size: 50px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 900;
}
.page-banner-content ul {
	padding-left: 0;
	margin-bottom: 0;
}
.page-banner-content ul li {
	display: inline-block;
	position: relative;
	padding-right: 18px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.page-banner-content ul li::before {
	position: absolute;
	content: '/';
	right: 2px;
	top: 0;
}
.page-banner-content ul li a {
	text-decoration: none;
	color: #fff;
}
.page-banner-content ul li:last-child {
	color: #e9b300;
	padding-right: 0;
}
.page-banner-content ul li:last-child::before {
	content: none;
}
.subheader {
	text-align: center;
	height: 400px;
	padding-top: 200px;
}

.checkbox-group .form-group {
	margin-bottom: 1px;
	background: #eee;
	padding: 15px;
}
.checkbox-group .form-group label {
	margin-bottom: 0;
	line-height: 1.5;
}
.checkbox-group button {
	margin-top: 20px;
}

/*======================
Listing Detail
========================*/
.listing-details-inner .detail-slider-for .slide-item {
	height: 450px;
	position: relative;
	margin: 0;
}
.listing-details-inner h4{
    font-size: 30px;
    color: #192f59;
}

.listing-details-inner .detail-slider-for .slide-item:hover .popup:after, .listing-details-inner .detail-slider-for .slide-item:hover .popup:before {
	opacity: 1;
}
.listing-details-inner .listing-meta-sec .hotel-type ul li {
	text-transform: uppercase;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
}
.listing-details-inner .listing-meta-sec .hotel-type ul li:last-child {
	margin-bottom: 0;
}
.listing-details-inner .listing-meta-sec .listing-testimonial .tesimonial-item .testimonial-author {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 15px;
}
.listing-details-inner .listing-meta-sec .amenities .icon-box {
	background-color: #f5f5f5;
	height: 42px;
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-bottom: 1px;
}
.listing-details-inner .listing-meta-sec .amenities .icon-box i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	float: left;
	background: #192f59;
	color: #fff;
	height: 42px;
	font-size: 2em;
	margin-right: 15px;
}
.listing-details-inner .need-help ul li {
	position: relative;
}

.listing-details-inner .listing-meta-sec .travel-info>.row>div {
	border-right: 1px solid #fff;
}
.listing-details-inner .listing-meta-sec .travel-info .head {
	border-bottom: 1px solid #fff;
}
.listing-details-inner .listing-meta-sec .travel-info .travel-info-body .date-wrapper {
	display: flex;
	align-items: center;
}
.listing-details-inner .listing-meta-sec .travel-info .travel-info-body .date-wrapper .icon {
	margin-right: 10px;
	position: relative;
	top: -3px;
	width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.listing-details-inner .listing-meta-sec .travel-info .travel-info-body .date-wrapper .text p {
	line-height: 0.5;
}

/*======================
9. 404
========================*/
.page-404 {
	background-image: url(https://placehold.co/1536x543);
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: auto;
}
.page-404 .page-404-text {
	width: 100%;
	text-align: center;
	border: 10px solid #fff;
	margin: 0 auto;
	border-radius: 8px;
}
.page-404 .page-404-text .text-wrapper h1 {
	font-size: 12vw;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 10px;
}
.page-404 .page-404-text .text-wrapper h6 {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

/*======================
Contact Us
========================*/
.contact-info-box:hover {
	background: #fff;
}
.contact-info-box {
	background: #fff;
	padding: 30px;
	margin: 0 auto;
}
.contact-info-box h3 {
	line-height: 2.25rem;
	margin: 0 0 10px;
}
.contact-info-box p {
	margin: 0;
}
.contact-info-box img {
	max-width: 300px;
}
.contact-info-box.chief {
	display: flex;
	margin-bottom: 30px;
}
.contact-info-box.chief div:nth-child(2) {
	margin: 0 0 0 20px;
}
.contact-form {
	margin: 50px 0 0;
	padding: 50px 0;
	border-top: 1px solid #ccc;
}
.contact-form label:not(.form-check-label) {
	font-size: 1.125rem;
}
.contact-form label span:last-child {
	font-size: 0.85rem;
}
@media screen and (max-width:768px) {
	.contact-info-box.chief {
		flex-direction: column;
	}
	.contact-info-box img {
		width: 100%;
		max-width: none;
	}
	.contact-info-box.chief div:nth-child(2) {
		margin: 20px 0 0 0;
	}
}

.nav-tabs {
    border: 0;
    padding: 15px 0.7rem;
}


.fullBox {
	min-height: calc(100vh - 480px);
}

.keyin-inner {
	display: flex;
	align-items: center;
}
.keyin-text > * {
	margin-left: 8px;
}
.keyin-text {
	display: flex;
	align-items: center;
}

.keyin-pic img {
	min-width: 120px;
	height: 40px;
}
.keyin-icon {
    background: url(../images/update-arrow.png) no-repeat center, #eee;
	background-size: 24px;
    height: 40px;
    width: 40px;
}
.keyin-icon:hover {
	border: 1px solid #cecece;
}
.slick-slide img.sp {
	display: none;
}


@media screen and (max-width: 768px) {
    .nav-tabs {
        display: inline-block;
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        text-align: center;
    }

    .nav-tabs .nav-item>.nav-link {
        margin-bottom: 5px;
    }
	.keyin-inner {
		width: 100%;
		align-items: start;
		flex-direction: column;
	}
	.keyin-text {
		width: 100%;
		margin-top: 5px;
	}
	.keyin-text > *:first-child {
		margin-left: 0;
		width: calc(100% - 176px);
	}
	.slick-slide img.pc {
		display: none;
	}
	.slick-slide img.sp {
		display: block;
	}
	.p-relative {
		margin-top: 60px;
	}
}