* {
	margin: 0px;
	padding: 0px;
}

:root {
	--base: #777;
	--primary: #00204c;
	--secondary: #e1a122;
	--white: #fff;
	--light-base: #f9f9f8;
}

body {
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	color: var(--base);
	font-weight: 400;
	overflow-x: hidden;
}

ul {
	padding: 0px;
	margin: 0px;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none !important;
}

img {
	border: none;
}

p {
	margin: 0px;
}

.align-center{
    align-self: center;
}

.top-bar {
	background-color: var(--primary);
	padding: 5px 0;
}

.top-left ul li {
	display: inline-block;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #777;
}

.top-left ul li:last-child {
	border-right: none;
}

.top-left a {
	color: var(--white);
}

.top-left a:hover {
	text-decoration: underline !important;
}

.social {
	text-align: right;
}

.social li {
	display: inline-block;
	background: var(--white);
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 3px;
	margin-left: 0.5rem;
}

.social li a {
	color: var(--primary);
}

.social li:hover a {
	color: var(--white);
}

.social li:hover {
	background: transparent;
	border-color: var(--white);
	transition: all 0.6s ease;
}

header {
	padding: 10px 0;
}

.logo img {
	float: left;
	margin-right: 10px;
}

.logo h1 {
	font-size: 28px;
	color: var(--primary);
	text-transform: uppercase;
	font-family: "Jura", sans-serif;
}

.logo h1 span {
	display: block;
	font-size: 20px;
}

.btn-wrap {
	text-align: right;
}

.btn-wrap a {
	color: var(--white);
	font-size: 17px;
	font-weight: 500;
	display: inline-block;
	padding: 15px 33px;
	border-radius: 30px;
	background: var(--secondary);
	margin-left: 55px;
	transition: all 0.3s;
}

.btn-wrap a:hover {
	background: var(--primary);
	color: var(--white);
}

.desc {
	position: absolute;
	padding: 8%;
	z-index: 9;
	top: 50%;
	/* left: 50%; */
	transform: translate(0%, -50%);
	color: #fff;
	text-align: center;
	width: 100%;
}

.desc h2 {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 60px;
}

.desc p {
	font-weight: 300;
	font-size: 40px;
	margin-bottom: 20px;
}

.desc a {
	font-size: 24px;
	color: #fff;
}

.hero-img {
	position: relative;
}

.hero-img:before {
	background: rgba(0, 0, 0, 0.75);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.btn-gradient-bg {
	color: #fff;
	display: inline-block;
	padding: 11px 33px;
	background: var(--secondary);
	border-radius: 30px;
}

.btn-gradient-bg:hover {
	background: var(--primary);
}

.delay-1 {
	animation-delay: 0.2s;
}

.delay-2 {
	animation-delay: 0.4s;
}

.delay-3 {
	animation-delay: 0.6s;
}

.delay-4 {
	animation-delay: 0.8s;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

.hero_carosel {
	margin-bottom: -25px;
}

.hero_carosel.owl-theme .owl-dots {
	margin-top: 0rem !important;
	z-index: 2;
	position: inherit;
	bottom: 5rem;
}

.hero_carosel.owl-theme .owl-dots .owl-dot span {
	background: var(--secondary);
}

.hero_carosel.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--white);
}

footer {
	background: var(--primary);
	padding: 60px 0 50px;
}

.foot-logo {
	margin-bottom: 20px;
}

.foot-logo img {
	float: left;
	margin-right: 10px;
}

.foot-logo h1 {
	font-size: 24px;
	color: var(--white);
	text-transform: uppercase;
	font-family: "Jura", sans-serif;
}

.foot-logo h1 span {
	display: block;
	font-size: 20px;
}

.foot-social {
	text-align: left;
	margin-top: 20px;
}

.foot-social li:first-child {
	margin-left: 0;
}

.foot-social li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}

.quick-wrap {
	display: flex;
	margin: 0 -20px;
}

.quick-link {
	padding: 0 20px;
}

.quick-link ul li {
	position: relative;
	font-size: 15px;
	font-weight: 400;
	padding-left: 22px;
	transition: all 300ms ease;
	padding-bottom: 10px;
}

.quick-link ul li::before {
	position: absolute;
	content: "";
	left: 0px;
	top: 7px;
	width: 12px;
	height: 9px;
	background: url(../images/logo-small-icon.png) no-repeat;
}

.quick-link ul li a {
	color: var(--white);
}

.quick-link ul li:hover a {
	color: var(--secondary);
}

footer h3 {
	color: var(--white);
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-size: 20px;
	text-transform: uppercase;
	font-family: "Bellefair", serif;
}

.location ul li {
	margin-bottom: 20px;
	color: var(--white);
	font-size: 15px;
	position: relative;
	padding-left: 25px;
}

.location ul li i {
	color: var(--secondary);
	font-size: 20px;
	position: absolute;
	left: 0;
}

footer p {
	color: var(--white);
	font-size: 15px;
}

.footer-end {
	background: var(--secondary);
	padding: 10px 0px;
}

.footer-end p {
	color: var(--white);
	margin: 0px;
	font-size: 14px;
}

.footer-end a {
	text-decoration: none;
	color: var(--white);
}

.cta-section {
	position: relative;
}

.cta-section .container {
	position: static;
	margin: 0 auto;
}

.cta-section .inner-container {
	position: relative;
	padding-left: 580px;
	padding-right: 15px;
	min-height: 304px;
	z-index: 10;
	margin-bottom: -150px;
	background-color: var(--light-base);
}

.cta-section .inner-container:before {
	position: absolute;
	content: "";
	right: 0px;
	bottom: 0px;
	border-bottom: 150px solid var(--secondary);
	border-left: 150px solid transparent;
}

.cta-section .inner-container .hammer-image {
	position: absolute;
	right: -320px;
	bottom: -80px;
	transform: rotate(-2deg);
}

.cta-section .inner-container .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 502px;
}

.cta-section .inner-container .content {
	position: relative;
	padding: 60px 0px;
}

.cta-section .inner-container .content h2 {
	position: relative;
	color: #00204c;
	font-size: 40px;
	margin-bottom: 22px;
	text-transform: uppercase;
	font-family: "Bellefair", serif;
}

.cta-section a {
	color: var(--white);
	font-size: 17px;
	font-weight: 500;
	display: inline-block;
	padding: 15px 33px;
	border-radius: 30px;
	background: var(--secondary);
	transition: all 0.3s;
}

.cta-section a:hover {
	background: var(--primary);
	color: var(--white);
}

.welcome-section {
	background: var(--light-base);
	padding: 70px 0;
}

.welcome-section .container {
	background: var(--white);
}

.nopadding {
	padding-left: 0;
	padding-right: 0;
}

.welcome-section .info-wrap {
	position: relative;
	padding: 50px 40px 0px;
}

.welcome-section .info-wrap h2 {
	position: relative;
	font-family: "Bellefair", serif;
	text-transform: uppercase;
	color: var(--primary);
	font-size: 40px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.welcome-section .info-wrap h2::before {
	content: "";
	position: absolute;
	width: 70px;
	height: 2px;
	background: var(--secondary);
	left: 0;
	bottom: 0;
}

.welcome-section .info-wrap p {
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 20px;
}

.welcome-section .info-wrap a {
	color: var(--white);
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	padding: 10px 33px;
	background: var(--secondary);
	transition: all 0.3s;
}

.welcome-section .info-wrap a:hover {
	background: var(--primary);
	color: var(--white);
}

.bs-btn {
	color: var(--white);
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	padding: 10px 33px;
	background: var(--secondary);
	transition: all 0.3s;
	outline: none;
	border: none;
}

.bs-btn:hover {
	background: var(--primary);
	color: var(--white);
}

.section {
	padding: 70px 0;
}

.section h2 {
	position: relative;
	font-family: "Bellefair", serif;
	text-transform: uppercase;
	color: var(--primary);
	font-size: 40px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	text-align: center;
}

.section h2::before {
	content: "";
	position: absolute;
	width: 70px;
	height: 2px;
	background: var(--secondary);
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.services-block .inner-box {
	position: relative;
	padding: 30px;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: 0 0 3px #000;
	margin-bottom: 50px;
}

.services-block .inner-box .content {
	position: relative;
	padding-left: 85px;
}

.services-block .inner-box .content .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #001f4b;
	font-size: 54px;
	line-height: 1em;
	display: inline-block;
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}

.services-block .inner-box:hover .content .icon {
	color: #e1a122;
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}

.services-block .inner-box h4 {
	position: relative;
	color: #00204c;
	text-transform: uppercase;
}

.services-block .inner-box h4 a {
	position: relative;
	color: #00204c;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.services-block .inner-box:hover h4 a {
	color: var(--secondary);
}

.services-block .inner-box .content .text {
	margin-top: 6px;
	font-size: 16px;
}

.services-block .inner-box .arrow {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 65px;
	height: 48px;
	z-index: 1;
	color: #ffffff;
	font-size: 22px;
	line-height: 48px;
	text-align: center;
}

.services-block .inner-box .arrow:after {
	position: absolute;
	content: "";
	left: -5px;
	top: -5px;
	width: 82px;
	height: 82px;
	z-index: -1;
	border-radius: 50%;
	background-color: #e1a122;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.services-block .inner-box:hover .arrow:after {
	background-color: #00204c;
}

.fluid-section-one {
	position: relative;
	padding: 0px 0px 0px;
}

.fluid-section-one .outer-container {
	position: relative;
	min-height: 250px;
	background-color: #f9f9f9;
}

.fluid-section-one .image-column {
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 708px;
}

.fluid-section-one .image-column:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background-color: #00204c;
}

.fluid-section-one .image-column .inner-column {
	position: relative;
	max-width: 600px;
	width: 100%;
	float: right;
	padding: 100px 65px 80px 15px;
}

.fluid-section-one .side-icon {
	position: absolute;
	right: 0px;
	bottom: 80px;
	z-index: 1;
	background-repeat: no-repeat;
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box {
	position: relative;
}

.accordion-box .block {
	position: relative;
	margin-bottom: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.accordion-box .block .acc-btn {
	position: relative;
	font-size: 20px;
	cursor: pointer;
	line-height: 34px;
	color: #ffffff;
	font-weight: 400;
	background: none;
	border-radius: 0px;
	padding: 16px 50px 11px 0px;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	font-family: "Bellefair", serif;
	text-transform: uppercase;
}

.accordion-box .block .acc-btn.active {
	color: #ffffff;
}

.accordion-box .block .icon-outer {
	position: absolute;
	right: 0px;
	top: 15px;
	width: 34px;
	height: 34px;
	font-size: 18px;
	color: #ffffff;
	border-radius: 50px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
	position: absolute;
	right: 0px;
	width: 34px;
	height: 34px;
	color: #ffffff;
	font-size: 12px;
	padding-left: 2px;
	text-align: center;
	line-height: 32px;
	border-radius: 0%;
}

.accordion-box .block .icon-outer .icon-plus {
	opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
	opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
	opacity: 1;
	color: #ffffff;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
	opacity: 0;
}

.accordion-box .block .acc-content {
	position: relative;
	display: none;
}

.accordion-box .block .acc-content .content-text {
	padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
	display: block;
}

.accordion-box .block .content {
	position: relative;
	font-size: 16px;
	color: #777777;
	line-height: 1.8em;
	padding: 0px 0px 25px 0px;
}

.accordion-box .block .content .accordian-text {
	position: relative;
	color: #b1c9e8;
	line-height: 1.9em;
}

.accordion-box .block .content p:last-child {
	margin-bottom: 0px;
}

.fluid-section-one .content-column {
	position: relative;
	float: right;
	width: 50%;
}

.fluid-section-one .content-column .inner-column {
	position: relative;
	max-width: 600px;
	width: 100%;
	padding: 90px 15px 35px 57px;
}

.default-form {
	position: relative;
	z-index: 2;
}

.default-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="email"],
.default-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 20px;
	color: #222222;
	height: 55px;
	font-size: 16px;
	background: #ffffff;
	font-weight: 400;
	border-radius: 2px;
	border: 1px solid transparent;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group textarea:focus {
	border-color: #e1a122;
}

.default-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 15px 20px;
	color: #222222;
	height: 190px;
	background: #ffffff;
	resize: none;
	font-size: 16px;
	font-weight: 400;
	border-radius: 0px;
	border: 1px solid transparent;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
	width: 100%;
	font-size: 16px;
	font-style: normal;
	height: 55px;
	padding: 12px 20px 10px 20px;
	line-height: 28px;
	color: #777777;
	border: none;
	border-radius: 0px;
	background: #ffffff;
	border: 1px solid transparent;
}

.form-group .ui-button .ui-icon {
	background: none;
	position: relative;
	top: 2px;
	text-indent: 0px;
	color: #333333;
}

.form-group .ui-button .ui-icon:before {
	font-family: "FontAwesome";
	content: "\f107";
	position: absolute;
	right: 0px;
	top: 2px !important;
	top: 13px;
	width: 10px;
	height: 20px;
	display: block;
	color: #999999;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
	font-weight: 800;
}

.ui-menu .ui-menu-item {
	font-size: 14px;
}

.ui-menu .ui-menu-item:last-child {
	border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
	background: #e1a122;
	border-color: #e1a122;
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 24px;
}

.ui-menu-item:hover {
	background-color: #e1a122;
}

.sec-title {
	position: relative;
	z-index: 2;
	margin-bottom: 40px;
}

.sec-title h2 {
	color: var(--primary);
	padding-bottom: 20px;
	text-transform: uppercase;
	font-family: "Bellefair", serif;
	font-size: 40px;
}

.sec-title h2:before {
	position: absolute;
	content: "";
	left: 0px;
	bottom: 0px;
	height: 2px;
	width: 60px;
	background-color: var(--secondary);
}

.sec-title.centered h2:before {
	left: 50% !important;
	margin-left: -30px;
}

.sec-title .text {
	font-weight: 400;
	margin-top: 22px;
}

.sec-title.light .text,
.sec-title.light .title,
.sec-title.light h2 {
	color: #ffffff;
}

.sec-title.centered {
	text-align: center !important;
}

.testimonial-section {
	position: relative;
	padding: 110px 0px 110px;
	background-size: cover;
	background-position: center bottom;
	background-color: #f9f9f9;
}

.testimonial-section .inner-container {
	position: relative;
	max-width: 870px;
	margin: 0 auto;
}

.testimonial-section .inner-container .owl-dots {
	position: relative;
	text-align: center;
	margin-top: 30px;
}

.testimonial-section .inner-container .owl-dots .owl-dot {
	position: relative;
	width: 18px;
	height: 18px;
	opacity: 0.5;
	margin: 0px 5px;
	border-radius: 50%;
	display: inline-block;
	background-color: #e1a122;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-section .inner-container .owl-dots .owl-dot:hover,
.testimonial-section .inner-container .owl-dots .owl-dot.active {
	opacity: 1;
}

.testimonial-section .inner-container .owl-nav {
	position: absolute;
	left: -120px;
	top: 50%;
	right: -120px;
	margin-top: -40px;
}

.testimonial-section .inner-container .owl-nav .owl-prev {
	position: absolute;
	left: 0px;
	width: 80px;
	height: 80px;
	color: #ffffff;
	font-size: 34px;
	text-align: center;
	line-height: 70px;
	border: 3px solid #ffffff;
	border-radius: 50%;
	display: inline-block;
	background-color: #00204c;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-section .inner-container .owl-nav .owl-next {
	position: absolute;
	right: 0px;
	width: 80px;
	height: 80px;
	color: #ffffff;
	font-size: 34px;
	text-align: center;
	line-height: 70px;
	border: 3px solid #ffffff;
	border-radius: 50%;
	display: inline-block;
	background-color: #00204c;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	padding: 0;
}

.testimonial-section .inner-container .owl-nav .owl-prev:hover,
.testimonial-section .inner-container .owl-nav .owl-next:hover {
	background-color: #e1a122;
	border-color: #e1a122;
}

.testimonial-block {
	position: relative;
}

.testimonial-block .inner-box {
	position: relative;
	text-align: center;
	padding: 0px 50px 50px;
}

.testimonial-block .inner-box .quote-icon {
	position: absolute;
	left: 80px;
	top: 100px;
	opacity: 0.5;
	color: #e1a122;
	line-height: 1em;
	font-size: 40px;
}

.testimonial-block .inner-box:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 60px;
	right: 0px;
	bottom: 0px;
	background-color: #ffffff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.03);
}

.testimonial-block .inner-box .author-image {
	position: relative;
	width: 117px;
	height: 117px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 25px;
	border-radius: 50%;
	display: inline-block;
	border: 8px solid #f9f9f9;
}

.testimonial-block .inner-box .text {
	position: relative;
	font-size: 19px;
	color: #575d6e;
}

.testimonial-block .inner-box .name {
	position: relative;
	color: #e1a122;
	font-size: 22px;
	letter-spacing: 1px;
	margin-top: 20px;
	text-transform: uppercase;
	font-family: "Bellefair", serif;
}

.testimonial-section .owl-theme .owl-dots .owl-dot span {
	display: none;
}

.banner {
	position: relative;
	padding: 120px 0px 180px;
	background-size: cover;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-image: url(../images/inner-banner.jpg);
}

.banner::before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 32, 76, 0.8);
}

.banner h2 {
	color: #fff;
	font-size: 60px;
	font-family: "Bellefair", serif;
	text-transform: uppercase;
}

.banner .breadcrum li {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	padding-right: 30px;
	color: #e1a122;
	font-size: 22px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: "Bellefair", serif;
}

.banner .breadcrum li:hover a {
	color: #e1a122;
}

.banner .breadcrum li a {
	color: #fff;
}

.banner .breadcrum li::after {
	position: absolute;
	content: "";
	right: -2px;
	top: 9px;
	width: 12px;
	height: 9px;
	background: url(../images/logo-small-icon.png) no-repeat;
}

.banner .breadcrum li:last-child::after {
	display: none;
}

.banner .breadcrum li:last-child {
	padding-right: 0px;
	margin-right: 0px;
}

.contact-form {
	padding: 80px 0;
	background: var(--light-base);
}

.contact ul {
	display: flex;
	margin: 0 -15px;
}

.contact li {
	flex: 1 1 0;
	padding: 0 15px;
}

.contact li .inner-tile {
	position: relative;
	text-align: center;
	padding: 50px 20px 50px;
	border: 1px solid #e1e1e1;
	height: 100%;
}

.contact .inner-tile i {
	position: relative;
	color: #03224d;
	font-size: 60px;
	line-height: 1em;
	margin-bottom: 28px;
}

.contact .inner-tile h3 {
	color: #00204c;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 20px;
	font-family: "Bellefair", serif;
}

.contact .inner-tile p {
	position: relative;
	color: #575d6e;
	font-size: 18px;
}

.fluid-section-one .inner-column .counter-boxed {
	position: relative;
}

.fluid-section-one .inner-column .counter-boxed:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 50%;
	right: 0px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
}

.fluid-section-one .inner-column .counter-boxed .fact-counter.style-two .counter-column {
	margin-bottom: 0px;
}

.fact-counter {
	position: relative;
}

.fact-counter .counter-column {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.fact-counter .counter-column .inner {
	position: relative;
	text-align: left;
	padding: 40px 20px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background-color: rgba(0, 30, 73, 0.8);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.fact-counter .counter-column .inner:hover {
	border-color: #e1a122;
}

.fact-counter .counter-column .inner .content {
	position: relative;
	padding-left: 64px;
}

.fact-counter .counter-column .count-box {
	position: relative;
	color: #ffffff;
	font-size: 45px;
	line-height: 1em;
	font-family: "Bellefair", serif;
}

.fact-counter .counter-column .count-box sup {
	position: relative;
	color: #ffffff;
}

.fact-counter .counter-column .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #e1a122;
	font-size: 44px;
	line-height: 1em;
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}

.fact-counter .counter-column .inner:hover .icon {
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}

.fact-counter .counter-column .count-text {
	display: inline-block;
	color: #ffffff;
	line-height: 1em;
}

.fact-counter .counter-column .count-outer {
	position: relative;
	font-size: 48px;
	line-height: 1em;
}

.fact-counter .counter-column .counter-title {
	margin-top: 10px;
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
}

.fact-counter.style-two .counter-column .inner {
	background: none;
	border: 0px;
	padding: 40px 0px;
}

.fluid-section-one .inner-column .counter-boxed .fact-counter.style-two .counter-column:nth-child(2n + 0) .inner {
	border-right: 0px;
}

.fluid-section-one .inner-column .counter-boxed .fact-counter.style-two .counter-column .inner {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.about .img-wrap img {
	max-width: 100%;
}

.services-block ul {
	display: flex;
	flex-wrap: wrap;
}

.services-block ul li {
	width: 33.33%;
	padding: 1.5rem;
}

.services-block .img-wrap img {
	max-width: 100%;
	
}

.services-block .service-item {
	border: 1px solid var(--primary);
	padding: 5px;
}

.service-item h3 {
	color: var(--white);
	font-size: 18px;
	text-align: center;
	padding: 10px 0;
	margin: 0;
	background: var(--primary);
	font-family: "Roboto", sans-serif;

	text-transform: capitalize;
}

.service-details img {
	width: 65% !important;
	padding: 5px;
	

}

.service-details p {
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 20px;
	text-align: justify;
}

.service-item {
	position: relative;
}

.service-item a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.services-block .owl-theme .owl-nav [class*="owl-"] {
	background: var(--primary) !important;
	font-size: 20px !important;
	padding: 5px 12px !important;
	color: var(--white);
}

.services-block .owl-theme .owl-nav [class*="owl-"]:hover {
	background: var(--secondary) !important;
	color: var(--primary);
}

.fix-btn a {
	position: fixed;
	left: 10px;
	z-index: 9999;
	font-size: 35px;
	border-radius: 5px;
	color: #fff;
}

.fix-btn a.call {
	bottom: 80px;
	background: #bb2223;
	padding: 0px 10px;
}

.fix-btn a.whatsapp {
	bottom: 10px;
	background: green;
	padding: 0px 10px;
}

.internal {
	color: var(--base);
	font-size: 16px;
	line-height: 27px;
	display: contents;
}



.item .hero-img img {
	height: 42rem;
}

.box {
	height: auto;
	transition: .5s linear;
	position: relative;
	display: block;
	overflow: hidden;
	text-transform: uppercase;
	font-weight: 900;
}

.box:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 4px;
	width: 100%;
	border-bottom: 4px solid transparent;
	border-left: 4px solid transparent;
	box-sizing: border-box;
	transform: translateX(100%);
}

.box:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	border-top: 4px solid transparent;
	border-right: 4px solid transparent;
	box-sizing: border-box;
	transform: translateX(-100%);
}

.box:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.box:hover:before {
	border-color: #262626;
	height: 100%;
	transform: translateX(0);
	transition: .3s transform linear, .3s height linear .3s;
}

.box:hover:after {
	border-color: #262626;
	height: 100%;
	transform: translateX(0);
	transition: .3s transform linear, .3s height linear .5s;
}

.blog-btn {
	width: 100%;
	background-color: var(--primary);
	font-weight: 900;
	color: var(--white);
	font-size: 18px;
	text-align: center;
	padding: 10px 0;
	margin: 0;
	background: var(--primary);
	font-family: "Roboto", sans-serif;
	text-transform: capitalize;
	cursor: pointer;
	position: relative;
}

.item:hover .img-wrap {
	transition: all 0.8s ease-in-out;
}

.services-block .service-item:hover {
	border-radius: 15px 15px 0px 0px;
	padding: 0;
}

.item:hover .blog-btn{
	
	
	border-radius: 0px 0px 15px 15px;
}
 h1{
    color: red;
}