/*  font-family: 'Arimo', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Condensed', sans-serif; 
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Roboto Condensed', sans-serif; 
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}
ul {
    list-style-type: none;
    padding-left: 0;
}
h1,h2,h3,h4,h5,h6,address,ul {
    margin-bottom: 0;
}
a {
    text-decoration: unset;
}
a:hover, a:focus {
    text-decoration: unset;
}
.p-relative {
    position: relative;
}
.top-header {
	background: #9d2123;
	color: #fff;
}
.top-contact-detail ul {
	display: flex;
	justify-content: flex-end;
	padding: 19px 0;
}
.top-contact-detail ul li {
	font-size: 19px;
	margin-left: 40px;
	align-items: center;
	display: flex;
    font-family: 'Arimo', sans-serif;
}
.top-contact-detail ul li:first-child {
    margin-left: 0;
}
.top-contact-detail ul li img {
    margin-right: 10px;
}
.top-contact-detail ul li a {
    color: #fff;
}
.main-header .navbar-brand {
	position: absolute;
	top: -51px;
	background: #fff;
	padding: 20px 40px 0 40px !important;
	display: flex;
	border-top-left-radius: 150px;
	border-top-right-radius: 150px;
	margin-left: -37px !important;
}
nav.navbar {
    height: 128px;
}
.nav-item a {
	padding: 0 !important;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
    font-weight: 700;
	margin-right: 50px;
}
.nav-item a:hover {
    color: #9d2123;
}

.banner-section .item {
	height: 840px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
}
.banner-section h1 {
	font-size: 68px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.banner-section p {
	font-size: 20px;
	color: #fff;
	display: block;
	margin: 20px 0 30px;
}
.link-btn {
    max-width: 169px;
    height: 63px;
    color: #fff;
    background: #9d2123;
    border-radius: 6px;
    font-weight: 700;   
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: 0.5s ease-in-out; 
}
.link-btn:hover {
    background: #444; 
    color: #fff;
}
.owl-dots {
	position: absolute;
	bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.owl-dots .owl-dot {
	margin: 0 4px;
}
.owl-dots button span {
	width: 14px;
	height: 14px;
	background: #fff;
	display: flex;
	align-items: center;
	border-radius: 20px;
}
.owl-dots .owl-dot.active > span {
    background: #9d2123;
}
.our-services {
    padding: 60px 0;
}

.inner-content-area {
	padding: 20px 0 60px 0;
}

.section-title h3 {
    font-size: 48px;
    color: #2a2a2a;
    text-transform: uppercase;
    position: relative;
}
.section-title h3::after {
    content: ' ';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 54px;
    height: 3px;
    background-color: #9d2123;
}

.inner-content-area h1 {
    font-size: 36px;
    color: #2a2a2a;
    text-transform: uppercase;
    position: relative;
	margin-bottom:30px;
}
.inner-content-area h1::after {
    content: ' ';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 54px;
    height: 3px;
    background-color: #9d2123;
}

.inner-content-area p {
	padding: 10px 0;
}

.inner-content-area ul li {
	padding: 7px 0;
}

.service-box {
	width: 100%;
}
.service-image img {
	max-width: 100%;
}
.service-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 15px;
	background: #fff;
	padding-bottom: 30px;
	margin-top: -40px;
	position: relative;
    box-shadow: 0 0 10px #ccc;
}
.service-content span {
	width: 104px;
	height: 104px;
	border-radius: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -52px;
}
.bg-c-blue {
    background: #1667b2;
}
.bg-c-dark-red {
    background: #9d2123;
}
.service-content .for-use {
	font-size: 23px;
	color: #444;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 15px;
}
.service-content .service-name {
	font-size: 23px;
	color: #444;
	text-transform: uppercase;
}
.bor-blue {
    border-bottom: 4px solid #1667b2;
}
.bor-dark-red {
    border-bottom: 4px solid #9d2123;
}
.abt-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 760px;
    display: flex;
    align-items: center;
}
.abt-image img {
    max-width: 100%;
}
.section-title.t-white h3 {
	font-size: 43px;
	font-weight: 700;
	color: #fff;
}
.section-title.t-white h3 span {
    font-weight: 400;
}
.section-title.t-white h3::after {
    left: 0;
    transform: unset;
    background: #fff;
}
.section-title.t-white p {
    color: #fff;
    display: block;
    margin: 30px 0;
}
.section-title.b-left h3::after {
    left: 0;
    transform: unset;
}
.section-title.b-left p {
    color: #2a2a2a;
    display: block;
    margin: 30px 0;
}
.service-area {
    padding: 70px 0;
}
.area-image img {
    max-width: 100%;
}
.location-detail {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.location-detail img {
	margin-right: 20px;
}
.location-detail .l-name {
	font-size: 29px;
	color: #9d2123;
}
.contact-section {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 633px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0;
	position: relative;
}
.max-768 {
    max-width: 768px;
    margin: 0 auto;
}
.contact-section .section-title h3 {
    color: #fff;
}
.contact-section .section-title h3::after {
    background: #fff;
}
.contact-form {
	margin-top: 40px;
}
.contact-form input {
	width: 100%;
	height: 56px;
	padding: 0 10px;
	border: 1px solid #000;
	border-radius: 5px;
	font-size: 18px;
    color: #676767;
}
.contact-form textarea {
    width: 100%; 
	padding: 10px;
	border: 1px solid #000;
	border-radius: 5px;
	font-size: 18px;
    color: #676767;
    resize: none;
}
::placeholder {
    opacity: 1;
    color: #676767;
}
input:focus-visible,
textarea:focus-visible {
    outline: unset;
    box-shadow: unset;
}
.contact-form button {
	max-width: 189px;
	height: 62px;
	color: #fff;
	background: #1667b2;
	border-radius: 6px;
	font-weight: 700;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	transition: 0.5s ease-in-out;
	width: 100%;
	margin: 0 auto;
	border: unset;
}
footer {
	background: #000;
	color: #fff;
	padding-top: 150px;
	margin-top: -100px;
    padding-bottom: 50px;
}
.f-logo a {
    display: flex;
}
.f-logo a img {
	max-width: 100%;
}
.f-title h4 {
	font-size: 29px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 15px;
    margin-bottom: 20px;
	position: relative;
}
.f-title h4::after {
    content: ' ';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 54px;
    height: 3px;
    background-color: #fff;
}
footer address {
	font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}
.f-c-detail {
	font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.f-c-detail a {
    color: #fff;
}
.f-link a {
    color: #fff;
    text-transform: uppercase;
	font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    transition: 0.5s ease-in-out;
}
.f-link a:hover {
    color: #9d2123;
}
.t-lowercase li a{
    text-transform: unset;
}
.copyright-part {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #2a2929;
	padding-top: 30px;
	margin-top: 20px;
    align-items: center;
}
.social-link {
    display: flex;
}
.social-link li {
	margin-right: 10px;
}
.social-link li a {
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;
	border-radius: 30px;
    transition: 0.5s ease-in-out;
}
.social-link li a i {
	font-size: 18px;
	color: #fff;
}
.social-link li a:hover {
    background: #9d2123;
}
.copyright-part span {
	font-size: 19px;
}
.navbar-toggler .navbar-toggler-icon {
	background: #9d2123;
	height: 3px;
	width: 35px;
	position: relative;
}
.navbar-toggler .navbar-toggler-icon::before {
	content: ' ';
	position: absolute;
	top: -8px;
	left: 0;
	background: #9d2123;
	height: 3px;
	width: 35px;
}
.navbar-toggler .navbar-toggler-icon::after {
	content: ' ';
	position: absolute;
	bottom: -8px;
	left: 0;
	background: #9d2123;
	height: 3px;
	width: 35px;
}
button:focus:not(:focus-visible) {
	outline: unset;
}
.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: unset;
}
.navbar-toggler {
	padding: 0;
	margin-right: 15px;
}
.link-btn:focus-visible {
	outline: none;
}

ul.inner-nav {
display: none;
position: absolute;
z-index: 10;
left: 0;
background: #f9f9f9;
width: max-content;
text-align: left;
right: -20px;
border-radius: 8px;
box-shadow: #00000003 0 0 4px 4px;
cursor: pointer !important;
}

li.nav-item.has-dropdown {
    position: relative;
}

li.nav-item.has-dropdown:hover > ul.inner-nav{
display: block;
}

.inner-nav li {
    list-style: none;
    cursor: pointer !important;
}

.inner-nav a:hover{
background: #9d2123;
color: #fff;
cursor: pointer !important;
}

.inner-nav li:first-child > a{
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}

.inner-nav li:last-child > a{
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}

.inner-nav a {
    margin-left: 0px;
    display: block;
    padding: 6px 10px !important;
}

.inner-nav-link {
	margin-right:0 !important;
}