/* ## Global ******************************************* */
body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #072D40;
	overflow-x: hidden;
	position: relative;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}
h1,h2,h3,h4,h5,h6,p,a,li,span {
	word-wrap: break-word;
}

/* ## Site Loader ******************************************* */
.load-position .logo {
	margin: 0 auto;
	width: 150px;
}
.load-complete .line-scale {
	margin: 0 auto;
	display: block;
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}
.load-complete .line-scale > div {
	display: inline-block;
	border-color: #1EB6FF #1EB6FF transparent;
	background-color: #1EB6FF;
}
.load-complete {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1031;
}

.tera {
	color: #1EB6FF;
}

.load-complete .load-position h6 {
    text-align: center;
    color: #072D40;
    font-size: 12px;
	font-weight: 400;
	font-style: italic;
}
.load-complete .load-position {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 999;
    right: 0;
    margin-top: -100px;
}
.load-complete .loading {
    position: absolute;
    width: 100%;
    height: 1px;
    margin: 20px auto;
    left: 0;
    right: 0;
}
.load-complete .loading-line {
    position: absolute;
    background: #eee;
    width: 100%;
    height: 2px;
}
.load-complete .loading-break {
    position: absolute;
    background: #059664;
    width: 15px;
    height: 2px;
}
.load-complete .loading-dot-1 {
    -webkit-animation: loading 2s infinite;
    -moz-animation: loading 2s infinite;
    -ms-animation: loading 2s infinite;
    -o-animation: loading 2s infinite;
    animation: loading 2s infinite;
}
.load-complete .loading-dot-2 {
    -webkit-animation: loading 2s 0.5s infinite;
    -moz-animation: loading 2s 0.5s infinite;
    -ms-animation: loading 2s 0.5s infinite;
    -o-animation: loading 2s 0.5s infinite;
    animation: loading 2s 0.5s infinite;
}
.load-complete .loading-dot-3 {
    -webkit-animation: loading 2s 1s infinite;
    -moz-animation: loading 2s 1s infinite;
    -ms-animation: loading 2s 1s infinite;
    -o-animation: loading 2s 1s infinite;
    animation: loading 2s 1s infinite;
}
@keyframes loading {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-moz-keyframes loading {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-webkit-keyframes loading {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-ms-keyframes loading {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-o-keyframes loading {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}

/*
	+ Header
		- Menu Block
	+ Footer
		- Footer Widget
		- Bottom Footer
	+ Page Banner
	+ Pagination
	+ Menu Search
	+ Section Header
	+ Shortcodes
		- Slider Section
		- About Section
		- What We Do Section
		- Book Taxi Section
		- Book Taxi 2
		- Advertising Section
		- Testimonial Section
		- Team Section
		- Callout Section
		- App Counter Section
		- Blog
		- Blog Single
			- Comment Area
			- Comment Reply Form
		- Miscellaneous Section
		- Faq section
		- Choose Section
		- Contact Section
		- Contact Form
		- Map Section
		- Error Section

*/

/* + Header */
.header_s {
	position: relative;
}
.header_s.fixed-top {
	position: fixed;
	top: 0;
}
.header_s1 .top-header {
	background-color: #072D40;
	position: relative;
}
.header_s .top-header .cnt-detail {
	color: #fff;
	position: relative;
}
.header_s .top-header .cnt-detail > p {
	font-size: 13px;
	margin: 12px 0 10px;
	letter-spacing: 0.52px;
	vertical-align: middle;
}
.header_s .top-header .cnt-detail > p > i {
	font-size: 16px;
	margin-right: 8px;
	vertical-align: middle;
}
.header_s .top-header .cnt-detail > p > i,
.header_s .top-header .cnt-detail > p > a:hover {
	color: #1EB6FF;
}
.header_s .top-header .cnt-detail > p > a {
	color: #fff;
	text-decoration: none;
}
.header_s .top-header .cnt-detail > ul {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: 0;
	padding: 0;
}
.header_s .top-header .cnt-detail > ul li {
	display: inline-flex;
	margin: 11px 5px 10px;
}
.header_s .top-header .cnt-detail > ul li a {
	color: #fff;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.header_s .top-header .cnt-detail > ul li a:hover {
	color: #1EB6FF;
}

/* - Menu Block */
.header_s .menu-block .ownavigation .container {
	position: relative;
}
.header_s .menu-block .ownavigation a.navbar-brand {
	color: #29292b;
	display: inline-block;
	font-size: 34px;
	font-weight: 900;
	letter-spacing: 1.36px;
	line-height: 1.3;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 33px 70px 33px 30px;
	margin: 3px;
}
.header_s .menu-block .ownavigation a.navbar-brand::before {
	background-image: url("assets/img/logo-bg.jpg");
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.header_s .menu-block .ownavigation a.navbar-brand.image-logo {
	padding: 20px 119px 20px 60px;
	margin: 3px;
}
.header_s .menu-block .ownavigation .navbar-nav li a {
	color: #072D40;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.56px;
	line-height: 2;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_s .menu-block .ownavigation .navbar-nav > li > a {
	font-family: 'Playfair Display', serif;
}
.header_s .menu-block .ownavigation .navbar-nav > .active > a,
.header_s .menu-block .ownavigation .navbar-nav > .active > a:focus,
.header_s .menu-block .ownavigation .navbar-nav > .active > a:hover,
.header_s .menu-block .ownavigation .navbar-nav > li:hover > a,
.header_s .menu-block .ownavigation .navbar-nav > li > a:hover {
	color: #fff;
}
.header_s .menu-block .ownavigation .navbar-nav > li.dropdown .dropdown-menu > li > a {
	color: #222;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.52px;
}
.header_s.fixed-top .top-header {
	display: none;
}
.header_s.fixed-top .menu-search {
	display: none;
}

/* + Footer */
/* - Footer Widget */
.footer-section .footer-widget {
	background-color: #072D40;
	padding-bottom: 60px;
	padding-top: 77px;
}
.footer-section .container {
	position: relative;
}
/* - Bottom Footer */
.bottom-footer {
	background-color: #222;
	padding: 19px 0;
}
.bottom-footer .ftr-content p {
	color: #fff;
	margin-bottom: 0;
	text-align: center;
	width: auto;
	letter-spacing: 0.52px;
}

/* + Section Header */
.section-header {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 18px;
	text-align: center;
}
.section-header h6 {
	color: #1EB6FF;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.52px;
	line-height: 1.5;
	text-transform: uppercase;
	margin-bottom: 0;
}
.section-header h3 {
	color: #222;
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 1.44px;
	margin-bottom: 0;
	position: relative;
	text-transform: uppercase;
}
.section-header p {
	color: #909090;
	font-size: 13px;
	line-height: 1.846;
	margin-bottom: 0;
	margin-top: 15px;
	padding: 0 20%;
}

.section-header.section-header-left {
	text-align: left;
}
.section-header.section-header-left > p {
	padding: 0;
}

.section-header.section-header-white h3 {
	color: #fff;
}

/* - Slider Section */
.slider-section {
	direction: ltr;
}
#taxi-1.rev_slider ul li::before {
	background-color: rgba(0,0,0,0.65) !important;
	bottom: 0 !important;
	content: "" !important;
	left: 0 !important;
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
  	visibility: visible !important;
  	z-index: 1;
}
#taxi-1 .silde-title span {
    color: #1EB6FF;
}
#taxi-1 .rev-btn.slide-btn {
    background-color: #1EB6FF !important;
    color: #222 !important;
}
#taxi-1 .rev-btn.slide-btn:hover {
    background-color: #fff !important;
    color: #072D40 !important;
}
#taxi-1 .hesperiden .tp-bullet {
    background: transparent;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    border: 1px solid #1EB6FF;
}
#taxi-1 .hesperiden .tp-bullet.selected {
    background-color: #1EB6FF;
    border-color: transparent;
}
#taxi-1 .hesperiden .tp-bullet::after {
    display: none;
}
#taxi-2.rev_slider ul li::before {
	background-color: rgba(0,0,0,0.52) !important;
	bottom: 0 !important;
	content: "" !important;
	left: 0 !important;
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
  	visibility: visible !important;
  	z-index: 1;
}
#taxi-2 .silde-title span {
    color: #1EB6FF;
}
#taxi-2 .slider-form {
    padding: 0 15px !important;
}
#taxi-2 .slider-form .form-inner {
    display: flex !important;
    flex-wrap: wrap !important;
}
#taxi-2 .slider-form .contact-detail {
    flex: 0 0 25% !important;
    max-width: 25% !important;
    color: #fff !important;
    padding: 0 15px !important;
    white-space: normal;
}
.slider-form .contact-detail h3 {
    color: #fff !important;
    font-size: 18px !important;
    line-height: 1.333 !important;
    letter-spacing: 0.72px !important;
    font-family: 'Lato', sans-serif !important;
}
#taxi-2 .slider-form .contact-detail p {
    color: #fff !important;
    font-size: 13px !important;
    line-height: 1.846 !important;
    letter-spacing: 0.52px !important;
    font-family: 'Lato', sans-serif !important;
}
#taxi-2 .slider-form form {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
}
#taxi-2 .slider-form form .form-group {
    flex: 0 0 33.333% !important;
    max-width: 33.333% !important;
    padding: 0 15px !important;
    margin-bottom: 19px !important;
}
#taxi-2 .slider-form form .form-group.submit-btn {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 0 !important;
}
#taxi-2 .slider-form form .form-group .form-control {
    color: #5e5e5e !important;
    background-color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-family: 'Lato', sans-serif !important;
    line-height: 1.85 !important;
    letter-spacing: 0.52px !important;
    padding: 12px 22px !important;
}
#taxi-2 .slider-form form .form-group .form-control::-webkit-input-placeholder {
    color: #a1a1a1 !important;
    opacity: 1 !important;
}
#taxi-2 .slider-form form .form-group .form-control:-moz-placeholder {
    color: #a1a1a1 !important;
    opacity: 1 !important;
}
#taxi-2 .slider-form form .form-group .form-control::-moz-placeholder {
    color: #a1a1a1 !important;
    opacity: 1 !important;
}
#taxi-2 .slider-form form .form-group .form-control:-ms-input-placeholder {
    color: #a1a1a1 !important;
    opacity: 1 !important;
}
#taxi-2 .slider-form form .form-group.submit-btn button {
    background-color: #1EB6FF !important;
    border: none !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    color: #072D40 !important;
    cursor: pointer !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    letter-spacing: 0.52px !important;
    line-height: 1.85 !important;
    outline: none !important;
    padding: 11px 26px 9px !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    -webkit-transition: all 1s ease 0s !important;
    -moz-transition: all 1s ease 0s !important;
    -o-transition: all 1s ease 0s !important;
    transition: all 1s ease 0s !important;
}
#taxi-2 .slider-form form .form-group.submit-btn button:hover {
    background-color: #fff !important;
    box-shadow: inset 0px 0px 2px 0px rgba(255, 0, 150, 0.004) !important;
    -webkit-box-shadow: inset 0px 0px 2px 0px #464646 !important;
    color: #072D40 !important;
}

/* - About Section */
.about-section {
	padding-bottom: 147px;
	padding-top: 147px;
}
.about-section .about-content > p {
	font-size: 16px;
	color: #5e5e5e;
	letter-spacing: 0.52px;
	line-height: 1.846;
	margin-bottom: 25px;
}
.about-section .about-content > a {
	background-color: #1EB6FF;
	border-radius: 6px;
	color: #150202;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.52px;
	line-height: 1.846;
	padding: 9px 28px 8px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.about-section .about-content > a:hover {
	background-color: #072D40;
	color: #fff;
}

/* - What We Do Section */
.what-we-do-section {
	background-image: url("assets/img/servicios-bg-bus.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 146px;
	padding-bottom: 146px;
	position: relative;
}
.what-we-do-section::before {
	background-color: rgba(0,0,0,0.80);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.what-we-do-section .section-header h3 {
	margin-bottom: 48px;
	color: #fff;
}
.what-we-do-section .what-do-boxes {
	position: relative;
}
.what-we-do-section .icon-content-box {
	display: inline-block;
	position: relative;
	padding-left: 115px;
	min-height: 91px;
	width: 100%;
}
.what-we-do-section .icon-content-box i {
	border: 2px solid #1EB6FF;
	border-radius: 50%;
	position: absolute;
	color: #f5f5f5;
	font-size: 35px;
	width: 91px;
	height: 91px;
	left: 0;
	top: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	text-align: center;
	align-items: center;
	display: flex;
}
.what-we-do-section .icon-content-box i > img {
	margin: 0 auto;
}
.what-we-do-section .icon-content-box:hover i {
	color: #1EB6FF;
}
.what-we-do-section .icon-content-box > h3 {
	color: #1EB6FF;
	font-size: 13px;
	letter-spacing: 0.52px;
	line-height: 1.84;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.what-we-do-section .icon-content-box > p {
	color: #cecece;
	font-size: 13px;
	letter-spacing: 0.52px;
	line-height: 1.84;
	margin-bottom: 0;
}

/* - Testimonial Section */
.testimonial-section {
	background-image: url("assets/img/testimonios_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	direction: ltr;
	padding-bottom: 134px;
	padding-top: 143px;
}
.testimonial-section::before {
	background-color: rgba(0,0,0,0.87);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.testimonial-section .section-header {
	margin-bottom: 40px;
}
.testimonial-section .testi-content-block > div {
	display: inline-block;
	width: 100%;
	margin-bottom: 13px;
	text-align: center;
}
.testimonial-section .testi-content-block > div > p {
	color: #fff;
	line-height: 2;
	letter-spacing: 0.462px;
	position: relative;
	padding-left: 60px;
}
.testimonial-section .testi-content-block > div > p::before {
	content: "\f10d";
	font-size: 24px;
	font-family: "FontAwesome";
	color: #1EB6FF;
	line-height: 1;
	text-align: left;
	position: absolute;
	left: 0;
	top: -10px;
}
.testimonial-section .testi-content-block > div > p::after {
	content: "\f10e";
	font-size: 24px;
	font-family: "FontAwesome";
	color: #1EB6FF;
	line-height: 1;
	top: 13px;
	position: relative;
	margin: 0 20px;
}
.testimonial-section .testi-content-block > div > p > span {
	color: #1EB6FF;
}
.testimonial-section .testi-img-block {
	position: relative;
	margin-top: 28px;
}
.testimonial-section .testi-carousel {
	max-width: 100%;
	width: 570px;
	display: block;
	margin: 0 auto;
}
.testimonial-section .testi-carousel a {
	margin: 0 0;
	padding: 50px 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
}
.testimonial-section .testi-carousel a > img {
	display: inline-block;
	width: 95px;
	border-radius: 50%;
}
.testimonial-section .testi-carousel .owl-item.active.center a {
	padding: 0;
}
.testimonial-section .testi-carousel .owl-item.active.center a > img {
	border: 2px solid #1EB6FF;
	width: auto;
}
.testimonial-section .testi-carousel a > h4 {
	color: #1EB6FF;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.846;
	letter-spacing: 0.429px;
	text-transform: uppercase;
	margin-top: 27px;
	margin-bottom: 0;
	opacity: 0;
}
.testimonial-section .testi-carousel a > h4 > span {
	color: #fff;
	display: block;
	text-transform: capitalize;
	font-style: italic;
	font-weight: normal;
}
.testimonial-section .testi-carousel .owl-item.active.center a > h4 {
	opacity: 1;
}
.testimonial-section .testi-img-block  .testi-nav {
	display: flex;
	width: 100%;
}
.testimonial-section .testi-img-block  .testi-nav div {
	color: #1EB6FF;
	font-size: 30px;
	cursor: pointer;
	line-height: 1;
	position: absolute;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	top: 50%;
	margin-top: -44px;
	width: 15px;
}
.testimonial-section .testi-img-block  .testi-nav div.testi-prev {
	left: 0;
}
.testimonial-section .testi-img-block  .testi-nav div.testi-next {
	right:  0;
	left: auto;
}

/* - Choose Section */
.choose-section {
	padding-top: 120px;
	padding-bottom: 120px;
	direction: ltr;
	border-bottom: 2px solid #e0e0e0;
}
.choose-section .section-header {
	margin-bottom: 43px;
}
.choose-section .choose-tab {
	display: flex;
}
.choose-section .nav-tabs {
	border-bottom: none;
	text-align: center;
	margin: 0 auto 40px;
	flex-direction: row;
}
.choose-section .nav-tabs li.nav-item > a {
	text-transform: uppercase;
	border-bottom: 1px solid #1EB6FF;
	border-radius: 0;
	color: #5e5e5e;
	font-size: 13px;
	letter-spacing: 0.52px;
	line-height: 2.15;
	padding: 17px 50px;
}
.choose-section .nav-tabs .nav-link:focus,
.choose-section .nav-tabs .nav-link:hover,
.choose-section .nav-tabs .nav-item.show .nav-link,
.choose-section .nav-tabs .nav-link.active {
	border-color: #1EB6FF;
	border-bottom-color: transparent;
	color: #222;
}
.choose-section .choose-main {
	position: relative;
}
.choose-section .choose-main .choose-nav {
	display: inline-block;
	width: 100%;
}
.choose-section .choose-main .choose-nav > div {
	background-color: #fff;
	color: #5e5e5e;
	position: absolute;
	top: 19px;
	z-index: 1;
	width: 65px;
	height: 67px;
	border-radius: 5px;
	box-shadow: 0px 5px 5px 0px rgba(224, 224, 224, 0.75);
	text-align: center;
	line-height: 4.78;
	cursor: pointer;
}
.choose-section .choose-main .choose-nav > div.choose-prev {
	left: 39px;
}
.choose-section .choose-main .choose-nav > div.choose-next {
	right: 39px;
}
.choose-section .choose-thumbnail {
	border: none;
	margin-bottom: 20px;
}
.choose-section .choose-thumbnail .owl-item .item {
	border: 10px solid #f6f6f6;
	cursor: pointer;
}
.choose-section .choose-thumbnail .owl-item.active.current .item {
	border-color: #1EB6FF;
}
.choose-section .choose-thumbnail ul > li > img {
	border: 10px solid #f6f6f6;
	cursor: pointer;
}
.choose-section .choose-thumbnail ul > li.flex-active-slide > img {
	border-color: #1EB6FF;
}
.choose-content {
	border: none;
}

.choose-slide-content h3 {
	color: #1EB6FF;
	font-size: 30px;
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	letter-spacing: 0.56px;
	line-height: 2;
}
.choose-slide-content span {
	color: #5e5e5e;
	letter-spacing: 0.56px;
	line-height: 2;
}
.choose-slide-content h2 {
	color: #222;
	font-size: 24px;
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.556;
	letter-spacing: 0.72px;
}
.choose-slide-content p {
	font-size: 16px;
	color: #5e5e5e;
	line-height: 1.846;
}
.choose-slide-content a {
	background-color: #1EB6FF;
	border-radius: 6px;
	color: #072D40;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	padding: 9px 32px;
	text-transform: uppercase;
	letter-spacing: 0.52px;
	line-height: 1.89;
	margin-top: 32px;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.choose-slide-content a:hover {
	background-color: #072D40;
	color: #1EB6FF;
}
.choose-section .choose-img {
	margin-top: 32px;
}

/* - Contact Section */
.contact-section   {
	background-color: #fff;
	padding-bottom: 89px;
	padding-top: 100px;
}
.contact-section .container .row > [class*="col-"] {
	border-right: 1px solid #e0e0e0;
}
.contact-section .container .row > [class*="col-"]:nth-child(3n) {
    border-right: medium none;
}
.contact-section  .contact-box {
	text-align: center;
	padding-bottom: 12px;
	padding-top: 7px;
}
.contact-section  .contact-box > i:first-of-type {
	font-size: 30px;
	line-height: 1.8;
	border: 2px solid #1EB6FF;
	height: 55px;
	width: 55px;
	border-radius: 50%;
	margin-bottom: 43px;
}
.contact-section  .contact-box h2 {
	font-size: 18px;
	line-height: 1.333;
	letter-spacing: 0.72px;
	color: #222;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}
.contact-section  .contact-box p {
	font-size: 14px;
	line-height: 1.714;
	letter-spacing: 0.56px;
	color: #909090;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	margin-bottom: 0;
}
.contact-section  .contact-box p > b {
	color: #072D40;
	text-transform: capitalize;
}
.contact-section  .contact-box p a {
	color: #5e5e5e;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.contact-section  .contact-box p a:hover {
	color: #1EB6FF;
}
.contact-img {
	text-align: center;
}

/* - Contact Form */
.contact-form {
	margin-bottom: 120px;
}
.contact-form h3 {
	font-size: 14px;
	line-height: 2.14;
	letter-spacing: 0.462px;
	color: #232323;
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.contact-form .form-group {
	margin-top: 12px;
	margin-bottom: 7px;
}
.contact-form .form-group .form-control {
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	color: #5e5e5e;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.429px;
	line-height: 2.308;
	outline: none;
	padding: 10px 25px;
}
.contact-form .form-group .submit {
	background-color: #1EB6FF;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	cursor: pointer;
	font-size: 14px;
	line-height: 2.14px;
	letter-spacing: 0.462px;
	color: #222;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	padding: 21px 35px;
	text-transform: uppercase;
	border: none;
	border-radius: 4px;
	margin-top: 21px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.contact-form .form-group .submit:hover {
	background-color: #222;
	color: #1EB6FF;
}
.contact-form img {
	padding-left: 85px;
}

/* - Alert Msg */
.alert-msg {
	color: #ccc;
	width: 100%;
	margin: 10px 0;
	display: inline-block;
	z-index: 1;
	bottom: -50px;
	left: 80px;
	margin: 15px;
}
.alert-msg-success {
	color: #50B948;
}
.alert-msg-failure {
	color: #FF0000;
}

/* ========================================================================== */
/* ========================================================================== */
							/* [ + Responsive ] */
/* ========================================================================== */
/* ========================================================================== */

/* - min-width: 992 */
@media (min-width: 992px) {
	/* - Menu Search */
	.menu-search {
		margin-left: 48px;
		margin-right: 65px;
	}
	.menu-search > a {
		width: 17px;
		height: 17px;
	}
	/* + Header */
	.header_s .top-header .cnt-detail {
		display: flex;
	}
	.header_s .top-header .cnt-detail > p,
	.header_s .top-header .cnt-detail > ul {
		display: inline-flex;
	}
	.header_s .top-header .cnt-detail > p + p {
		margin-left: 30px;
	}
	.header_s .top-header .cnt-detail > ul:last-child li:last-child {
		margin-right: 0;
	}

	/* - Menu Block */
	.header_s1 .menu-block {
		position: absolute;
		left: 0;
		right: 0;
		margin-top: 55px;
		z-index: 1;
	}
	.header_s .menu-block .ownavigation > .container::before {
		background-color: #1EB6FF;
		content: "";
		position: absolute;
		left: 15px;
		right: 15px;
		top: 0;
		bottom: 0;
	}
	.header_s .menu-block .ownavigation a.navbar-brand.image-logo {
		max-width: 400px;
	}
	.header_s .menu-block .ownavigation .navbar-nav > li {
		margin: 0 18px;
	}
	.header_s .menu-block .ownavigation .navbar-nav > li > a {
		padding: 44px 0;
		margin: 0;
		position: relative;
	}
	.header_s .menu-block .ownavigation .navbar-nav > li > a::before {
		background-color: #072D40;
		content: "";
		position: absolute;
		left: 0;
		width: 0;
		height: 5px;
		bottom: 0;
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}
	.header_s .menu-block .ownavigation .navbar-nav > .active > a::before,
	.header_s .menu-block .ownavigation .navbar-nav > .active > a:focus::before,
	.header_s .menu-block .ownavigation .navbar-nav > .active > a:hover::before,
	.header_s .menu-block .ownavigation .navbar-nav > li:hover > a::before,
	.header_s .menu-block .ownavigation .navbar-nav > li > a:hover::before {
		width: 100%;
	}
	.header_s .ownavigation.navbar-expand-lg .navbar-collapse {
		flex-basis: auto;
		margin-right: 0;
		margin-left: auto;
	}
	.header_s .ownavigation .navbar-nav {
		margin-left: auto;
	}
	.header_s .menu-block .ownavigation .navbar-nav > li.dropdown .dropdown-menu {
		background-color: transparent;
		border: none;
	}
	.header_s .menu-block .ownavigation .navbar-nav > li.dropdown > .dropdown-menu > li {
		margin-bottom: 1px;
	}
	.header_s .menu-block .ownavigation .navbar-nav > li.dropdown > .dropdown-menu > li:last-child {
		margin-bottom: 0;
	}
	.header_s .menu-block .ownavigation .navbar-nav > li.dropdown .dropdown-menu > li > a {
		background-color: #fafafa;
		border: 4px solid transparent;
		padding: 5px 20px;
		text-align: center;
	}
	.header_s .menu-block .ownavigation .navbar-nav > li.dropdown > .dropdown-toggle::after,
	.header_s .menu-block .ownavigation .navbar-nav > li.dropdown > .dropdown-menu .dropdown-toggle::after {
		display: none;
	}
	.header_s .menu-block .ownavigation .navbar-nav > li.dropdown .dropdown-menu > li > a:hover {
		border-color: #1EB6FF;
	}
	.header_s.fixed-top .ownavigation.navbar-expand-lg .navbar-collapse {
		flex-basis: 100%;
	}
	.header_s1.fixed-top .menu-block {
		position: fixed;
		margin-top: 0;
		top: 0;
	}
	.header_s.fixed-top .ownavigation .navbar-nav {
		margin: 0 auto;
	}
	.header_s.fixed-top .menu-block .ownavigation a.navbar-brand  {
		display: none;
	}
	.header_s.fixed-top .menu-block .ownavigation .navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	/* + Page Banner */
	.page-banner {
		padding-top: 310px;
	}

	/* - Footer Widget */
	.footer-widget .row > [class*="col-"]:nth-child(n+5) {
		margin-top: 40px;
	}

	/* - About Section */
	.about-section .about-img {
		text-align: right;
	}

	/* - What We Do Section */
	.what-we-do-section .row  .what-do-box:nth-child(odd) {
		padding-right: 215px;
	}
	.what-we-do-section  .row .what-do-box:nth-child(even) {
		padding-left: 215px;
	}
	.what-we-do-section  .img-block {
		position: absolute;
		left: 0;
		text-align: center;
		top: 50%;
		right: 0;
		margin: 0 auto;
		transform: translate(0%, -50%);
		-webkit-transform: translate(0%, -50%);
		-moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		max-width: 32.31%;
		margin-top: 5px;
	}

	/* - Testimonial Carousel 1 */
	.testimonial-section {
		margin-left: auto;
		margin-right: 0;
		padding-left: 45px;
	}
	.testimonial-section .testi-img-block  .testi-nav div.testi-prev {
		margin-left: 14%;
	}
	.testimonial-section .testi-img-block  .testi-nav div.testi-next {
		margin-right: 14%;
	}
}

/* - min-width: 768 */
@media (min-width: 768px) {
	.choose-slide-content {
		margin-left: 100px;
		margin-right: 100px;
	}
	/* - Bottom Footer */
	.bottom-footer .ftr-content {
		display: flex;
	}
	.bottom-footer .ftr-content ul {
		margin-bottom: 0;
		width: auto;
	}
	.bottom-footer .ftr-content p {
		width: auto;
		margin-right: auto;
		margin-left: auto;
	}

	/* - What We Do Section */
	.what-we-do-section  .row [class*="col-"]:nth-child(n+3) {
		margin-top: 60px;
	}
}

/* - min to max: 992 to 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* - Menu Search */
	.menu-search {
		margin-left: 10px;
		margin-right: 17px;
	}

	/* + Header */
	.header_s .menu-block .ownavigation a.navbar-brand {
		font-size: 24px;
		padding-bottom: 39px;
		padding-top: 39px;
	}
	.header_s .menu-block .ownavigation a.navbar-brand.image-logo {
		padding-left: 45px;
		padding-right: 90px;
	}
	.header_s .menu-block .ownavigation .navbar-nav > li {
		margin: 0 10px;
	}

	/* - What We Do Section */
	.what-we-do-section  .row .what-do-box:nth-child(odd) {
		padding-right: 127px;
	}
	.what-we-do-section  .row .what-do-box:nth-child(even) {
		padding-left: 127px;
	}
	.what-we-do-section  .img-block {
		position: absolute;
		left: 0;
		text-align: center;
		top: 50%;
		right: 0;
		margin: 0 auto;
		transform: translate(0%, -50%);
		-webkit-transform: translate(0%, -50%);
		-moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		max-width: 24%;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Menu Search */
	.menu-search {
		position: absolute;
		right: 89px;
		top: 43px;
	}

	/* + Header */
	.header_s .top-header .cnt-detail {
		text-align: center;
		padding: 5px 0;
	}
	.header_s .top-header .cnt-detail > p {
		display: inline-block;
		margin: 5px 10px;
	}

	/* - Menu Block */
	.header_s .menu-block {
		background-color: #1EB6FF;
	}
	.header_s .desktop-hide {
		top: 24px;
		right: 53px;
	}
	.header_s .menu-block .ownavigation {
		padding: 0;
	}
	.header_s .menu-block .ownavigation a.navbar-brand {
		margin-left: 15px;
		font-size: 24px;
		letter-spacing: 0.5px;
		padding-left: 15px;
		padding-right: 40px;
	}
	.header_s .menu-block .ownavigation a.navbar-brand.image-logo {
		padding: 15px 35px 15px 15px;
		margin-left: 15px;
	}
	.header_s .menu-block .ownavigation .navbar-toggler {
		margin-right: 15px;
		border: none;
		padding: 0;
		color: #072D40;
		cursor: pointer;
	}
	.header_s .menu-block .ownavigation .navbar-toggler:hover {
		color: #fff;
	}
	.header_s .menu-block .ownavigation .navbar-collapse {
		padding-left: 15px;
		padding-right: 15px;
	}
	.header_s .menu-search > a {
		font-size: 17px;
		width: 18px;
		height: 18px;
	}
	.header_s .menu-search .search .sr-ic-close {
		font-size: 25px;
		margin-top: -5px;
	}
	.header_s .menu-block .ownavigation {
		padding-top: 0;
		padding-bottom: 0;
	}
	.header_s .menu-block .ownavigation .navbar-nav > .active > a,
	.header_s .menu-block .ownavigation .navbar-nav > .active > a:focus,
	.header_s .menu-block .ownavigation .navbar-nav > .active > a:hover,
	.header_s .menu-block .ownavigation .navbar-nav > li:hover > a,
	.header_s .menu-block .ownavigation .navbar-nav > li > a:hover {
		color: #fff;
	}
	.header_s .slideit,
	.header_s .closeit {
		color: #072D40;
	}
	.header_s .slideit:hover,
	.header_s .closeit:hover {
		color: #fff;
	}

	.header_s .menu-block .ownavigation .navbar-nav > li.dropdown .dropdown-menu > li > a:hover {
		color: #fff;
	}
	.header_s.fixed-top .menu-block .ownavigation a.navbar-brand {
		display: none;
	}
	.header_s.fixed-top .desktop-hide {
		display: none;
	}
	.header_s.fixed-top .menu-block .ownavigation .navbar-toggler {
		margin: 10px auto;
	}

	/* - Footer Widget */
	.footer-widget .row > [class*="col-"]:nth-child(n+3) {
		margin-top: 40px;
	}

	/* - Slider Section */
	 #taxi-2 .slider-form form .form-group {
        padding: 0 10px !important;
    }
    #taxi-2 .slider-form form .form-group,
    #taxi-2 .slider-form form .form-group.submit-btn {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    #taxi-2 .slider-form form .form-group {
        margin-bottom: 7px !important;
    }
    #taxi-2 .slider-form form .form-group .form-control {
        padding-top: 3px !important;
        padding-bottom: 3px !important
    }
    #taxi-2 .slider-form form .form-group.submit-btn button {
        padding-bottom: 6px !important;
        padding-top: 6px !important;
    }

	/* - About Section */
	.about-section {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.about-section .about-img {
		text-align: center;
		margin-top: 50px;
	}

	/* - What We Do Section */
	.what-we-do-section  .img-block {
		display: none;
	}
	.what-we-do-section {
		padding-bottom: 90px;
		padding-top: 90px;
	}

	/* - Testimonial Section */
	.testimonial-section {
		padding-bottom: 90px;
		padding-top: 90px;
	}

	/* - Choose Section */
	.choose-section {
		padding-bottom: 90px;
		padding-top: 90px;
	}
	.choose-section .choose-main .choose-nav > div {
		top: 10px;
	}

	/* - Contact Section */
	.contact-img  {
		margin-top: 50px;
	}
}

/* - max-width: 767 */
@media (max-width: 767px) {
	/* - Seaction Header */
	.section-header h3 {
		font-size: 26px;
	}
	.section-header p {
		padding-left: 5%;
		padding-right: 5%;
	}
	/* - Footer Widget */
	.footer-widget .row > [class*="col-"]:nth-child(n+2) {
		margin-top: 40px;
	}
	/* - Slider Section */
	#taxi-2 .slider-form form .form-group,
    #taxi-2 .slider-form form .form-group.submit-btn {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

	/* - What We Do Section */
	.what-we-do-section  .row [class*="col-"]:nth-child(n+2) {
		margin-top: 30px;
	}

	/* - Choose Section */
	.choose-section .nav-tabs li.nav-item > a {
		padding-left: 35px;
		padding-right: 35px;
	}
	.choose-section .choose-main .choose-nav > div {
		width: 30px;
		height: 31px;
		line-height: 2.21;
		top: 5%;
	}
	.choose-section .choose-main .choose-nav > div.choose-prev {
		left: 20px;
	}
	.choose-section .choose-main .choose-nav > div.choose-next {
		right: 20px;
	}
}

/* - max-width: 575 */
@media (max-width: 575px) {
	/* - Choose Section */
	.choose-section .nav-tabs li.nav-item > a {
		padding: 10px 15px;
	}
}

/* - max-width: 479 */
@media (max-width: 479px) {
	/* - Slider Section */
	#taxi-2 .slider-form form .form-group,
    #taxi-2 .slider-form form .form-group.submit-btn {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }
    #taxi-2 .slider-form form .form-group {
        margin-bottom: 7px !important;
    }
    #taxi-2 .slider-form form .form-group .form-control {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }
    #taxi-2 .slider-form form .form-group.submit-btn button {
        padding-bottom: 2px !important;
        padding-top: 2px !important;
    }

	/* - Testimonial Section */
	.testimonial-section .testi-carousel {
		z-index: 1;
	}
	.testimonial-section .testi-carousel .owl-item > div {
		text-align: center;
	}
	.testimonial-section .testi-carousel a {
		display: inline-block;
		width: auto;
	}
	.testimonial-section .testi-img-block .testi-nav div {
		z-index: 2;
	}

	/* - Choose Section */
	.choose-section .nav-tabs li.nav-item > a {
		font-size: 11px;
	}
}

/* ========================================================================== */
/* ========================================================================== */
							/* [ + Elements ] */
/* ========================================================================== */
/* ========================================================================== */
/* --------------------------------------------------------------------------------------------------------------------------------------------*/
/* ========================================================================== */
/* ========================================================================== */
							/* [ + Widgets ] */
/* ========================================================================== */
/* ========================================================================== */

.widget + .widget {
	margin-top: 45px;
}
.widget:last-child {
	margin-bottom: 0;
}
.widget-title {
	color: #222;
	font-family: 'Playfair Display', serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.56px;
	line-height: 1.71;
	margin-bottom: 20px;
	text-transform: uppercase;
}
/* - Widget : Pages */
.widget_pages > ul {
	padding: 0;
	margin-bottom: 0;
}
.widget_pages > ul li {
	position: relative;
	list-style: none;
}
.widget_pages > ul li a {
	color: #909090;
	display: block;
    font-size: 13px;
	line-height: 1.85;
	letter-spacing: 0.52px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	width: 100%;
}
.widget_pages ul li a::before {
	content: "\f101";
	font-family: FontAwesome;
	display: inline-block;
	color: #222;
	margin-right: 13px;
}
.widget_pages > ul li.current_page_item a {
	color: #1EB6FF;
}
.widget_pages > ul li a:hover {
	color: #1EB6FF;
}
.widget_pages > ul ul {
	padding-left: 10px;
}

/* - Widget : About */
.widget_about > p {
	color: #909090;
	font-size: 13px;
	letter-spacing: 0.429px;
	line-height: 1.85;
}
.widget_about > ul {
	padding: 0;
	margin-top: 5px;
	margin-bottom: 28px;
}
.widget_about > ul > li {
	display: inline-block;
	margin-right: 2px;
}
.widget_about > ul > li > a {
	border: 1px solid #1EB6FF;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	display: inline-block;
	line-height: 2.41;
	text-align: center;
	color: #072D40;
}
.widget_about > ul > li > a:hover {
	background-color: #1EB6FF;
	border-color: transparent;
}
.widget_about .download-app {
	display: inline-block;
	width: 100%;
}
.widget_about .download-app > h4 {
	color: #222;
	font-size: 13px;
	letter-spacing: 0.429px;
	line-height: 1.846;
	margin-bottom: 17px;
	text-transform: uppercase;
}
.widget_about .download-app > ul {
	padding: 0;
	margin-bottom: 0;
}
.widget_about .download-app > ul > li {
	display: inline-block;
	margin-right: 2px;
}
.widget_about .download-app > ul > li > a {
	background-color: #222;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	padding: 5px 15px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget_about .download-app > ul > li > a:hover {
	background-color: #1EB6FF;
	color: #072D40;
}

/* - Widget : Info */
.widget_info > p {
	color: #909090;
	font-size: 13px;
	letter-spacing: 0.52px;
	line-height: 1.85;
	margin-bottom: 10px;
}
.widget_info > p > i {
	color: #1EB6FF;
	margin-right: 7px;
}
.widget_info > p > a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget_info > p > a:hover {
	color: #1EB6FF;
}
.widget_info .widget_newsletter {
	margin-top: 25px;
}

/* - Footer Widget */
.footer-widget .widget-title {
	color: #fff;
	margin-bottom: 22px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.528px;
	line-height: 1.5;
	position: relative;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	padding-bottom: 15px;
}
.footer-widget .widget-title::before {
	background-color: #1EB6FF;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 35px;
	height: 3px;
}
.footer-widget .widget_about > p {
	color: #fff;
}
.footer-widget .widget_about > ul > li > a {
	color: #fff;
}
.footer-widget .widget_about > ul > li > a:hover {
	color: #072D40;
}
.footer-widget .widget_about .download-app > h4 {
	color: #fff;
}
.footer-widget .widget_latest_post .latest-post h4,
.footer-widget .widget_latest_post .latest-post h4 a {
	color: #fff;
}
.footer-widget .widget_latest_post .latest-post h4 a:hover {
	color: #1EB6FF;
}
.footer-widget .widget_latest_post .latest-post span a {
	color: #1EB6FF;
}
.footer-widget .widget_latest_post .latest-post span a:hover {
	color: #fff;
}
.footer-widget .widget_pages ul li {
	margin-bottom: 16px;
	color: #fff;
	padding: 0;
	letter-spacing: 0.429px;
}
.footer-widget .widget_info > p {
	color: #fff;
}

/* ========================================================================== */
/* ========================================================================== */
							/* [ + Widgets Over ] */
/* ========================================================================== */
/* ========================================================================== */
/*  ---------------------------------------------------------------------------------------------------------------*/

.main-container {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
}

/* - SlidePanel */
.slidepanel {
	display: block;
}
.closeit,
.toggle,
.slideit {
	display: none;
}

/* - Navigation Menu */
.ownavigation .navbar-brand {
	height: auto;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}
.ownavigation .navbar-nav li  a {
	color: #232323;
	font-size: 13px;
	background-color: transparent;
	word-wrap: break-word;
	white-space: normal;
}
.ownavigation .navbar-nav > .active > a,
.ownavigation .navbar-nav > .active > a:focus,
.ownavigation .navbar-nav > .active > a:hover,
.ownavigation .navbar-nav li:hover > a,
.ownavigation .navbar-nav li a:hover,
.ownavigation .navbar-nav li a:focus {
	background-color: transparent;
}

/* ## Responsive ************************************************************************************** */

/*----------------------------------------------------
	* Responsive
------------------------------------------------------*/
/* - min-width: 1200 */
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
/* - min-width: 992 */
@media (min-width: 992px) {
	/* - SlidePanel */
	.desktop-hide {
		display: none;
	}

	/* - Navigation Menu */
	.ownavigation {
		padding: 0;
	}
	.ownavigation .navbar-nav > li {
		margin: 0 20px;
	}
	.ownavigation .navbar-nav > li > a {
		padding: 10px 0;
		margin-top: 20px;
		margin-bottom: 20px;
		position: relative;
	}
	.ownavigation .navbar-nav > .active > a,
	.ownavigation .navbar-nav > .active > a:focus,
	.ownavigation .navbar-nav > .active > a:hover,
	.ownavigation .navbar-nav li:hover > a,
	.ownavigation .navbar-nav li a:hover {
		background-color: transparent;
	}
}

/* - min to max: 992 to 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* - Ownavigation */
	.ownavigation .navbar-nav > li {
		margin-left: 9px;
		margin-right: 9px;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	/* - SlidePanel */
	.slidepanel {
		display: none;
		border-bottom: 1px solid #8a9b0f;
	}
	.slideit,
	.toggle {
		display: block;
		position: relative;
		z-index: 1;
	}
	.desktop-hide {
		position: absolute;
		right: 60px;
		text-align: center;
		top: 20px;
	}
	.slideit,
	.closeit {
		color: #1b88ce;
		font-size: 25px;
		position: relative;
		right: 0;
		top: 0;
	}
	.slideit:hover,
	.closeit:hover {
		color: #1b88ce;
	}

	.mobile-hide {
		display: none;
	}

	/* ## Navigation Menu */
	.ownavigation .navbar-header .navbar-brand {
		padding-left: 0;
		margin-left: 0;
	}
	.ownavigation .navbar-nav {
		width: 100%;
		margin: 0;
	}
	.ownavigation .navbar-nav > li {
		min-height: 0;
		float: none;
		clear: both;
	}
	.ownavigation .navbar-nav > li > a {
		padding: 8px 0;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}
	.ownavigation .navbar-nav > li.active a {
		color: #1b88ce;
	}
	.ownavigation .navbar-nav > li.active > a:hover,
	.ownavigation .navbar-nav  li  a:hover,
	.ownavigation .navbar-nav  li  a:focus {
		color: #1b88ce;
	}
	.ownavigation .navbar-collapse {
		max-height: 340px;
	}
	.ownavigation .collapse.show {
		display: block;
		overflow-y: auto;
	}

	/* - Nav Toggle */
	.ownavigation .navbar-toggler {
		border: 2px solid #1b88ce;
		border-radius: 0;
		color: #1b88ce;
		font-size: 1.5rem;
		margin: 20px 0;
		padding: 0.25rem 0.5rem;
		z-index: 1;
		outline: none;
	}
	.ownavigation .navbar-toggler:hover,
	.ownavigation .navbar-toggler:focus {
		border-color: #1b88ce;
		color: #1b88ce;
	}
}

/* - max-width: 575 */
@media (max-width: 575px) {
	.ownavigation .navbar-toggler {
		margin: 20px 0;
	}
}