/* Imports */
@import "spinners.css";

/* Fonts */
@font-face {
  font-family: Futura;
  src: url(fonts/futura.ttf);
}

/* Preloader */
.preloader {
	width: 100%;
	height: 100%;
	top: 0px;
	position: fixed;
	z-index: 99999;
	background: #fff;
}
.preloader .cssload-speeding-wheel {
	position: absolute;
	top: calc(50% - 3.5px);
	left: calc(50% - 3.5px);
}

/* General */
html, body, .view {
    height: 100%;
}
.img-fluid {
	width: 100%;
}
body {
	font-family: 'Futura', sans-serif;
	font-size: 16px;
	color: #373737;
	background-color: #fff;
}

/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.service .service-img {
    position: relative;
    overflow: hidden;
}

.service .service-img img {
    width: 100%;
}

.service .service-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 15, 39, .7);
    transition: .5s;
    opacity: 0;
}

.service .service-item:hover .service-overlay {
    opacity: 1;
}

.service .service-overlay p {
    margin: 0;
    color: #ffffff;
}

.service .service-text {
    display: flex;
    align-items: center;
    height: 60px;
    background: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service .service-text h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 20px;
    font-weight: 700;
    color: #030f27;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service .service-item a.btn {
    width: 110px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #030f27;
    background: #fdbe33;
    border-radius: 0;
    transition: .3s;
}

.service .service-item:hover a.btn {
    color: #ffffff;
}

/*******************************/
/********** Fact CSS ***********/
/*******************************/
.fact {
    position: relative;
    width: 100%;
    padding-bottom:45px;
    padding-left:45px;
    padding-right:45px;
}

.fact .col-6 {
    display: flex;
    align-items: flex-start;
}

.fact .fact-icon {
    position: relative;
    margin: 7px 15px 0 15px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fact .fact-icon [class^="flaticon-"]::before {
    margin: 0;
    font-size: 60px;
    line-height: 60px;
    background-image: linear-gradient(#ffffff, #fdbe33);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fact .fact-right .fact-icon [class^="flaticon-"]::before {
    background-image: linear-gradient(#ffffff, #030f27);
}

.fact .fact-left,
.fact .fact-right {
    padding-top: 60px;
    padding-bottom: 60px;
}

.fact .fact-text h2 {
    font-size: 35px;
    font-weight: 700;
}

.fact .fact-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.fact .fact-left {
    color: #030f27;
    background: #ffffff;
}

.fact .fact-right {
    color: #030f27;
    background: #fdbe33;
}

.fact .fact-left h2 {
    color: #030f27;
}



input, select, button, textarea {
	border-radius: 0px !important;
}
.view2 {
	height: 122% !important;
}
.page-wrap {
    min-height: 100vh;
}
.row {
     margin-right: 0px;
     margin-left: 0px;
}
.right { 
	float: right; 
	margin-left: 10px;
}
.left { 
	float: left; 
	margin-right: 10px;
}
.pattern-1 {
    background: url(../images/overlays/01.png);
}
.pattern-2 {
    background: url(../images/overlays/02.png);
}
.pattern-3 {
    background: url(../images/overlays/03.png);
}
.pattern-4 {
    background: url(../images/overlays/04.png);
}
.pattern-5 {
    background: url(../images/overlays/05.png);
}
.pattern-6 {
    background: url(../images/overlays/06.png);
}
.pattern-7 {
    background: url(../images/overlays/07.png);
}
.pattern-8 {
    background: url(../images/overlays/08.png);
}
.pattern-9 {
    background: url(../images/overlays/09.png);
}

/* Navbar */
.navbar {
	font-size: 0.8rem;
    background-color: #fff !important;
	box-shadow: none !important;
}
.navbar-collapse .navbar-nav {
	margin-left: 50px;
}
.nav-item .dropdown-toggle {
    padding: .5rem 1rem !important;
}
.navbar>.container, .navbar>.container-fluid {
    display: block;
}
.navbar .nav-item.avatar img {
    height: 25px !important;
}
.dropdown-item i {
	margin-right: 5px;
}
.navbar-brand {
    display: block;
    text-align: center;
}
.navbar-brand img {
	max-width: 120px !important;
}
.navbar.navbar-light .breadcrumb .nav-item.active>.nav-link,
.navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
    background-color: rgba(255,255,255,1) !important;
}
.navbar-collapse .navbar-nav li a:hover:before {
  width: 100%;
}
.navbar-collapse .navbar-nav li a:after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
  background: transparent;
  opacity: .5;
}
.navbar-collapse .navbar-nav li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #030f27;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
.navbar-collapse .navbar-nav li.last > a:after,
.navbar-collapse .navbar-nav li:last-child > a:after {
  display: none;
}

/* Hamburger */
.hamburger-container {
	width: 100%;
    height: 30px;
    position: relative;
    display: block;
    overflow: hidden;
}
.hamburger {
	width: 150px;
	margin-left: 15px;
	position: fixed;
	z-index: 100;
}
.hamburger .navbar-nav .nav-link {
	font-size: 1.1rem;
	font-weight: bold;
	color: #676767;
}
.hamburger .navbar-nav .active a {
	color: #c5b096 !important;
}
.hamburger .navbar-nav .nav-link:hover {
	color: #c5b096 !important;
}
.navbar-toggler {
	padding-bottom: 10px;
}
#pm {
	width: 100%;
	position: absolute;
    left: 0px;
    z-index: 1000;
	text-align: center;
    background-color: #fff;
    padding: 10px;
}

/* Footer */
.page-footer {
    background-color: #030f27 !important;
}
.page-footer hr {
    margin-top: 0rem;
}
footer.page-footer .footer-copyright {
    background-color: #fdbd33;
    color: #030f27;
}

/* Scroll Top */
.to-top {
    width: 45px;
    height: 45px;
    font-size: 27px;
    line-height: 40px;
    color: #fdbe33;
    background: #030f27;
    border-radius: 50%;
	border: 1px solid #3b67bf;
    position: fixed;
    right: 30px;
    bottom: 15px;
    overflow: hidden;
    text-align: center;
    text-decoration: none !important;
    z-index: 20;
    transition: .3s all ease;
}
.to-top:hover {
    color: #030f27;
    background: #fdbe33;
}

/* Login */
.login-card {
	width: 400px;
	margin: 0px auto;
	background-color: rgba(0,0,0,0.6);
	border: none;
	color: #fff !important;
	position: absolute;
  	transform: translate(-50%, -50%);
  	left: 50%;
  	top: 50%;
}
.login-card a {
	color: #fff !important;
}
.login-card .logo {
	max-width: 200px;
	display: inline-block;
}
.login-card .btn {
	font-size: 1rem;
}
.login-card i {
	margin-right: 10px;
}

/* Main Page */
.mt-100-mb-50 {
	padding: 100px 0 50px 0;
}
.section {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #030f27;
	text-align: center;
}
.section h1 {
	font-size: 24px;
	color: #fdbe33;
	letter-spacing: 7px;
}
.section p {
	font-size: 18px;
	color: #ffffff;
}
#carousel-001 .carousel-caption {
    right: inherit;
    left: 9%;
	bottom: 80px;
    text-align:left;
	animation-name: shake;
	animation-duration: 30s;
  	animation-delay: 0s;
  	animation-iteration-count: infinite;
}
#carousel-001 .carousel-caption p {
	margin-bottom: 3rem;
}
.text-001 {
	font-size: 2.5rem;
	line-height: 0;
}
.text-002 {
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 0;
}
#carousel-002 .carousel-caption {
    right: inherit;
    left: 9%;
	top: 140px;
    text-align:left;
	animation-name: shake;
	animation-duration: 25s;
  	animation-delay: 0s;
  	animation-iteration-count: infinite;
}
#carousel-002 .carousel-caption p {
	margin-bottom: 3rem;
}
.text-003 {
	font-size: 2.5rem;
	color: #505050;
	line-height: 0;
}
.text-004 {
	font-size: 3.5rem;
	font-weight: bold;
	color: #505050;
	line-height: 0;
}
#carousel-003 .carousel-caption {
    right: inherit;
    left: 9%;
	top: 140px;
    text-align:left;
	animation-name: shake;
	animation-duration: 25s;
  	animation-delay: 0s;
  	animation-iteration-count: infinite;
}
#carousel-003 .carousel-caption p {
	margin-bottom: 3rem;
}
.text-005 {
	font-size: 2.5rem;
	line-height: 0;
}
.text-006 {
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 0;
}
#iformb {
	width: 50px;
	height: 150px;
	background-image: url(../images/pages/iform.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	right: -10px;
	position: fixed;
	cursor: pointer;
	z-index: 100;
}
.plans {
	background-image: url(../images/pages/pbg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 666px;
	padding-bottom: 100px;
}
.plans img {
	display: block;
}
.plan:first-child {
	display: block;
}
.plan {
	display: none;
}
.pinf:first-child {
	padding-top: 30px;
}
.pinf {
	padding-top: 100px;
	padding-bottom: 20px;
	padding-left: 23px;
}
.pinf .col-xs-2 {
	font-size: 2.7rem;
	color: #876b48;
}
.pinf .col-xs-10 {
	font-size: 1rem;
	color: #000;
	padding-top: 8px;
    padding-left: 15px;
}
.pinf span {
	font-size: 1.0rem;
}
.type1 {
    width: 100% !important;
	max-width: 400px;
}
.type2 {
    width: 100% !important;
	max-width: 570px;
}
.grid {
	background-color: #030f27;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-item {
  float: left;
}
.grid-item-100 { width: 100%; }
.grid-item-50 { width: 50%;}
.gray {
	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
	transition: all 0.5s ease;
}
.gray:hover {
	-webkit-filter: grayscale(0%);
  	filter: grayscale(0%);
}
.info {
	max-width: 550px;
    margin: 50px auto;
    display: block;
}
.map {
    margin-bottom: 50px;
}
.modal-header, .btn-success {
    background-color: #030F27 !important;
}
.modal-footer i {
	margin-left: 10px;
}

/* Responsive */
@media (min-width: 992px) {
	/* Navbar */
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
@media (max-width: 992px) {
	/* Navbar */
	.navbar>.container, .navbar>.container-fluid {
    	display: flex;
	}
	.navbar-nav {
    	padding-top: 20px;
	}
	.navbar-brand img {
		max-width: 90px !important;
	}
	/* Hamburger */
	.hamburger-container {
		width: 100%;
		height: auto;
		position: relative;
		display: block;
		overflow: visible;
	}
	.hamburger {
		width: auto;
		margin-left: 0px;
		position: relative;
	}
	.navbar-toggler {
		padding-bottom: 10px;
	}
	.hamburger .navbar-nav {
    	padding-top: 0px;
	}
	#pm {
		position: relative;
		left: auto;
		background-color: #fff;
		padding: 10px;
		border: none;
	}
	/* Main Page */
	.mask { 
		background-color: rgba(0,0,0,.3);
	}
	#carousel-001 .carousel-caption {
		bottom: 0px;
	}
	#carousel-001 .carousel-caption p {
		margin-bottom: 2rem;
	}
	.text-001 {
		font-size: 1.5rem;
	}
	.text-002 {
		font-size: 1.8rem;
	}
	#carousel-002 .carousel-caption {
		top: auto;
		bottom: 0px;
	}
	#carousel-002 .carousel-caption p {
		margin-bottom: 2rem;
	}
	.text-003 {
		font-size: 1.5rem;
		color: #fff;
	}
	.text-004 {
		font-size: 1.8rem;
		color: #fff;
	}
	#carousel-003 .carousel-caption {
		top: auto;
		bottom: 0px;
	}
	#carousel-003 .carousel-caption p {
		margin-bottom: 2rem;
	}
	.text-005 {
		font-size: 1.5rem;
	}
	.text-006 {
		font-size: 1.8rem;
	}
	.pinf {
		padding-left: 15px;
	}
	.grid-item-50 { width: 100%;}
}