/* Make the image fully responsive */
  .carousel-inner img {
    width: 100%;
    height: 100%;
  }
body {
	background: #ffff;
	font-family: 'Open Sans', sans-serif;
}
.navbar {
	font-size: 14px;
	background: #024072;
	padding-left: 24px;
	padding-right: 24px;
	border-bottom: 2px solid #ffc800;
	box-shadow: 0 0 4px rgba(0,0,0,.1);		
}
.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}
.navbar .navbar-brand {
	color: #fff;
	padding-left: 0;
	font-size: 20px;
	padding-right: 50px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
}
.navbar .navbar-brand b {
	color: #f04f01;
}
.navbar .navbar-nav a {
	font-size: 96%;
	font-weight: bold;		
	text-transform: uppercase;
}
.navbar .navbar-nav a.active {
	color: #ffc800 !important;
	background: transparent !important;
}
.search-box input.form-control, .search-box .btn {
	font-size: 14px;
	border-radius: 2px !important;
}
.search-box .input-group-append {
	padding-left: 4px;		
}
.search-box input.form-control:focus {
	border-color: #f04f01;
	box-shadow: 0 0 8px rgba(240,79,1,0.2);
}
.search-box .btn-danger, .search-box .btn-danger:active {
	font-weight: bold;
	background: #f04f01 !important;
	border-color: #f04f01;
	text-transform: uppercase;
	min-width: 90px;
}
.search-box .btn-danger:hover, .search-box .btn-danger:focus {
	background: #eb4e01 !important;
	box-shadow: 0 0 8px rgba(240,79,1,0.2);
}
.search-box .btn span {
	transform: scale(0.9);
	display: inline-block;
}
.nav-gap{
    padding:7px 15px!important;
}
.navbar .nav-item.open > a {
	background: none !important;
}
.navbar .dropdown-menu {
	border-radius: 1px;
	border-color: #e5e5e5;
	box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.navbar .dropdown-menu a, .navbar .dropdown-menu a:active {
	color: #777;
	padding: 8px 20px;
	font-size: 13px;
  	background: #fff;
}
.navbar .dropdown-menu a:hover, .navbar .dropdown-menu a:focus {
	color: #fff;
  	background: #024072;
}
@media (min-width: 992px){
	.form-inline .input-group .form-control {
		width: 225px;			
	}
}
@media (max-width: 992px){
	.form-inline {
		display: block;
	}
}

/* ===========================================================
     Start: About us
=============================================================== */
.about-cont p {
    font-size: 16px;
    font-family: 'Rubik';
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 30px;
    color: #444;
}

.about-col img {
    margin-top: -30px;
    margin-left: 5px;
}

.about-cont {
    padding-top: 30px;
}

.fun-facts-area .fun-facts-item .title {
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 25px;
}

.fun-facts-item span {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
    color: #222;
}

.fun-facts-item p {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 25px;
    text-transform: capitalize;
    color: #444;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: text-top;
    position: relative;
}

.fun-facts-area {
    background: #fff;
    padding: 25px 0px 25px 25px;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    top: -148px;
    box-shadow: 0 1px 26px rgba(0, 0, 0, 0.1);
}

.aboutus {
    position: relative;
    padding-bottom: 60px;
}

.aboutus [class^="flaticon-"]:before,
.aboutus [class*=" flaticon-"]:before,
.aboutus [class^="flaticon-"]:after,
.aboutus [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 30px;
    font-style: normal;
    margin-left: 0px;
}

.about-icon1 {
    background: url(../images/border.png) no-repeat;
    color: #36b4ff;
    border-top-left-radius: 90%;
    border-bottom-left-radius: 90%;
    border-bottom-right-radius: 90%;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    transition: all ease-out .6s;
    -webkit-transition: all ease-out 0.6s;
    -moz-transition: all ease-out 0.6s;
    -ms-transition: all ease-out 0.6s;
    -o-transition: all ease-out 0.6s;
}

.about-icon1:hover {
    color: #fff;
    background-image: linear-gradient(to top right, #33b2ff, #06a1ff);
}
/* ===========================================================
     End: About us
=============================================================== */