body {
	padding: 0px;
	margin: 0px;
	font-family: 'Outfit';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Regular.eot');
    src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/Outfit-Regular.woff') format('woff'),
        url('../fonts/Outfit-Regular.ttf') format('truetype'),
        url('../fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Medium.eot');
    src: url('../fonts/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Medium.woff2') format('woff2'),
        url('../fonts/Outfit-Medium.woff') format('woff'),
        url('../fonts/Outfit-Medium.ttf') format('truetype'),
        url('../fonts/Outfit-Medium.svg#Outfit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-SemiBold.eot');
    src: url('../fonts/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('../fonts/Outfit-SemiBold.woff') format('woff'),
        url('../fonts/Outfit-SemiBold.ttf') format('truetype'),
        url('../fonts/Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Bold.eot');
    src: url('../fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/Outfit-Bold.woff') format('woff'),
        url('../fonts/Outfit-Bold.ttf') format('truetype'),
        url('../fonts/Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 8px 0;
	background: #fff;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.logo img {
	width: 370px;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	position: relative;
	margin-right: 32px;
}
.header_menu ul li::before {
	position: absolute;
	content: "";
	top: 17px;
	right: -18px;
	height: 18px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.header_menu ul li:last-child:before {
	display: none;
}
.header_menu ul li a {
	display: block;
	color: #434343;
	font-style: normal;
	font-size: 15px;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	z-index: 99;
	padding: 15px 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu ul li a:hover, .header_menu ul li.active a {
	color: #e93829;
}
.header_phone {
	color: #333;
	line-height: 1.3;
}
.header_phone a {
	color: #e93829;
	font-size: 21px;
	font-weight: 600;
}
.header_phone img {
	width: 38px;
	margin-right: 10px;
	margin-top: 3px;
	animation: tilt-shaking .2s infinite;
}
@keyframes tilt-shaking {
  0% {
    transform:rotate(0deg)
  }
  25% {
    transform:rotate(7deg)
  }
  50% {
    transform:rotate(0 eg)
  }
  75% {
    transform:rotate(-7deg)
  }
  100% {
    transform:rotate(0deg)
  }
}
.home_banner_section {
	background: url("../images/banner_bg.jpg") no-repeat center right;
	background-size: cover;
	margin-top: 72px;
	padding: 70px 0;
}
.home_banner_section:before {
	background: url("../images/curve_bg.png") no-repeat center right;
	background-size: cover;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 65%;
	left: 0;
}
.home_banner_section .container {
	position: relative;
	z-index: 9;
}
.banner_subtext {
	font-weight: 600;
	line-height: 1.3;
}
.banner_subtext img {
	width: 20px;
	margin: -3px 2px 0;
}
.banner_subtext strong {
	font-weight: 600;
	color: #e93829;
}
.banner_heading {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 600;
	margin-top: 20px;
}
.banner_subheading {
	font-weight: 600;
	font-size: 33px;
	line-height: 1.1;
	margin-top: 20px;
	color: #e93829;
}
.banner_text {
	color: #eee;
	margin-top: 20px;
}
.banner_btn {
	display: inline-flex;
	align-items: center;
	background: #e93829;
	color: #fff !important;
	border-radius: 30px;
	padding: 11px 20px;
	font-weight: 500;
	font-size: 17px;
	margin: 25px 5px 0 0;
	position: relative;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_btn:hover {
	background: #333;
}
.banner_btn img {
	width: 20px;
	margin-right: 10px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_btn2 {
	display: inline-flex;
	align-items: center;
	background: #fff;
	color: #333 !important;
	border-radius: 30px;
	padding: 11px 20px;
	font-weight: 500;
	font-size: 17px;
	margin-top: 25px;
	position: relative;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_btn2:hover {
	background: #333;
	color: #fff !important;
}
.banner_btn2 img {
	width: 20px;
	margin-right: 10px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_circle {
	background: url(../images/arrow.png) #fff no-repeat center;
	background-size: 22px;
	box-shadow: 0px 5px 15.04px 0.96px rgba(0, 0, 0, 0.22);
	position: absolute;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	left: 50%;
	bottom: -42px;
	padding: 8px 8px 0;
	transform: translate(-50%, 0);
}
.banner_circle img {
	animation: rotating 20s linear infinite;
	-webkit-animation: rotating 20s linear infinite;
}
@-webkit-keyframes rotating {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
.home_about_section {
	padding: 100px 0 75px;
}
.home_about_section_subheading {
	color: #111;
	font-weight: 500;
}
.home_about_section_subheading img {
	width: 40px;
	margin-right: 10px;
}
.home_about_section_heading {
	color: #111;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.2;
}
.home_about_section_heading strong {
	color: #e93829;
	font-weight: 600;
}
.home_about_section_text {
	color: #555;
	margin-top: 20px;
}
.home_about_section_btn {
	display: inline-block;
	background: #e93829;
	font-size: 15px;
	color: #fff !important;
	padding: 10px 25px;
	margin-top: 25px;
	border-radius: 40px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_about_section_btn:hover {
	background: #111;
}
.home_service_section {
	background: url(../images/service_bg.jpg) #1e1e1e no-repeat center;
	background-size: cover;
	padding: 75px 0;
}
.home_service_box {
	margin-top: 35px;
}
.home_service_box_img {
	position: relative;
	padding: 10px;
}
.home_service_box_img:before {
	position: absolute;
	content: "";
	background: #e93829;
	border-radius: 10px;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 50px;
}
.home_service_box_img img {
	position: relative;
	z-index: 9;
	border-radius: 10px;
}
.home_service_box_heading {
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2;
	margin-top: 10px;
}
.home_service_box_text {
	color: #eee;
	font-size: 15px;
	margin-top: 15px;
}
.home_service_box_btn {
	display: inline-block;
	border: 2px solid #fff;
	font-weight: 500;
	font-size: 14px;
	color: #fff !important;
	padding: 9px 25px;
	margin-top: 20px;
	border-radius: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_service_box_btn:hover {
	background: #e93829;
	border-color: #e93829;
}
.home_choose_section {
	padding: 75px 0;
}
.home_choose_section_list ul {
	padding: 0;
	margin: 30px 0 0;
}
.home_choose_section_list ul li {
	list-style: none;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	padding: 10px 0;
	display: flex;
	align-items: center;
	font-weight: 500;
	color: #555;
	font-size: 20px;
	line-height: 1.2;
}
.home_choose_section_list ul li:last-child {
	border-bottom: none;
}
.home_choose_section_list ul li img {
	background: #e93829;
	width: 70px;
	border-radius: 10px;
	margin-right: 10px;
}
.home_cta_section {
	background: url(../images/cta_bg.jpg) #111 no-repeat center;
	background-size: cover;
	padding: 75px 0;
}
.home_cta_section::before {
	background: rgba(0, 0, 0, 0.9);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.home_cta_section .container {
	position: relative;
	z-index: 9;
}
.home_cta_section_heading {
	font-weight: 600;
	font-size: 32px;
	line-height: 1.2;
}
.home_cta_section_text {
	margin-top: 25px;
	font-size: 17px;
}
.home_bottom_section {
	background: url(../images/bottom_bg.jpg) repeat-x bottom;
	padding: 75px 0;
}
.home_bottom_form_box {
	background: #fff;
	box-shadow: 0px 6px 25.38px 1.62px rgba(0, 0, 0, 0.15);
	padding: 0 0 5px;
}
.home_bottom_form_box_heading {
	background: #e93829;
	font-weight: 600;
	font-size: 25px;
	line-height: 1.2;
	margin: 0 -12px;
	padding: 12px 0;
	position: relative;
}
.home_bottom_form_box_heading:before {
	background: #9a0c00;
	position: absolute;
	position: absolute;
	content: "";
	bottom: -12px;
	left: 0;
	width: 12px;
	height: 12px;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.home_bottom_form_box_heading:after {
	background: #9a0c00;
	position: absolute;
	position: absolute;
	content: "";
	bottom: -12px;
	right: 0;
	width: 12px;
	height: 12px;
	clip-path: polygon(100% 0, 0 0, 0 100%);
}
.home_contact_info_box {
	background: url(../images/contact_bg.jpg) #271e21 no-repeat;
	background-size: cover;
	border-radius: 10px;
	padding: 40px 35px 50px;
}
.home_contact_list ul {
	padding: 0;
	margin: 40px 0 0;
}
.home_contact_list ul li {
	list-style: none;
	position: relative;
	padding-left: 65px;
	color: #fff;
	font-size: 18px;
	margin-top: 20px;
}
.home_contact_list ul li a {
	color: #fff;
}
.home_contact_list ul li strong {
	font-size: 15px;
	font-weight: 500;
}
.home_contact_list ul li img {
	position: absolute;
	top: 3px;
	left: 0;
	width: 50px;
	border-radius: 6px;
	border: 2px solid #fff;
	padding: 5px;
}
.home_bottom_envelope {
	position: absolute;
	top: -15px;
	right: -20px;
	width: 120px;
}
.footer {
	background: #f4e5e5;
	padding: 45px 0 20px;
}
.footer_img1 img {
	border-radius: 50%;
	width: 180px;
}
.footer_img2 img {
	border-radius: 50%;
	width: 135px;
}
.footer_bottom {
	padding: 20px 0 0;
	color: #222;
	font-size: 15px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 40px;
}
.footer_bottom img {
	width: 125px;
	margin: -2px 0 0 5px;
}
.footer_bottom a {
	color: #222;
}
.footer_text {
	margin-top: 20px;
}
#back-to-top {
	background: #e93829;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.home_form {
	padding: 10px 20px 0;
}
.home_form p {
	margin-bottom: 0 !important;
}
.home_form input {
	width: 100%;
	border-radius: 4px;
	background: #eae8e8;
	border: none !important;
	margin-top: 12px;
	font-size: 15px;
	min-height: 42px;
}
.home_form textarea {
	resize: none;
	border-radius: 4px;
	background: #eae8e8;
	border: none !important;
	margin-top: 12px;
	font-size: 15px;
	height: 80px;
}
.home_form .contact_btn input {
	width: 100%;
	border-radius: 4px;
	background: #e93829 !important;
	border: none !important;
	margin-top: 12px;
	font-size: 15px;
	font-weight: 500;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background: #e93829;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.footer_btn3 {
	background: #111;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.rmp-menu-title-image {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 2px solid #fff;
}
.home_bottom_map iframe {
	border-radius: 10px;
	box-shadow: 0px 6px 25.38px 1.62px rgba(0, 0, 0, 0.15);
	border: 8px solid #fff !important;
}


/* ============== Responsive ============== */

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header_right {
  display: none !important;
}
.logo img {
  width: 225px;
}
.home_bottom_envelope {
  right: 0;
  width: 120px;
  width: 80px;
}
.home_banner_section {
  margin-top: 60px;
  padding: 45px 0;
}
.home_banner_section::before {
  width: 100%;
}
.banner_heading {
  font-size: 28px;
  margin-top: 15px;
}
.banner_subheading {
  font-size: 22px;
  margin-top: 15px;
}
.banner_btn, .banner_btn2 {
  padding: 9px 18px;
  font-size: 15px;
  margin: 20px 5px 0 0;
}
.banner_circle {
  background-size: 15px;
  width: 65px;
  height: 65px;
  bottom: -30px;
}
.home_about_section_img {
  margin-bottom: 25px;
}
.home_about_section_heading, .home_cta_section_heading {
  font-size: 27px;
}
.home_about_section {
  padding: 70px 0 45px;
}
.home_service_section, .home_choose_section, .home_cta_section {
  padding: 45px 0;
}
.home_choose_section_list ul li {
  font-size: 17px;
}
.home_choose_section_list ul li img {
  width: 50px;
}
.home_bottom_section {
  padding: 45px 0;
  background-size: 700px;
}
.home_bottom_form_box_heading {
  font-size: 20px;
}
.home_contact_info_box {
  padding: 30px 20px 30px;
}
.home_contact_list ul li img {
  width: 44px;
}
.home_contact_list ul li {
  padding-left: 60px;
  font-size: 16px;
}
.footer_img1 img {
  width: 110px;
  margin-bottom: 20px;
}
.footer_img2 img {
  width: 110px;
  margin-top: 20px;
}
.footer_logo img, .footer_text img {
  width: 275px;
}
.footer {
  padding: 45px 0 60px;
}
#back-to-top {
  bottom: 55px;
}
.footer_bottom span {
	display: block;
}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.home_banner_section::before {
  width: 80%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {

}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

} 
