html, body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    font-family: Open Sans;
}

p {
    margin-top: 0;
    margin-bottom: 0rem;
}

a {
    color: #CD2027;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

a:hover {
    color: #000000;
}

input:focus, textarea:focus, button:focus {
    border: 0;
    outline: 0;
    box-shadow: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    font-family: Open Sans;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 44px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 26px;
}

h6 {
    font-size: 22px;
}

.container {
    max-width: 1170px;
    width: 99%;
}

ul.lists {
    margin-bottom: 20px;
}

ul.lists li {
    margin: 5px 0;
}

/* --- Scrollbar Code --- */
::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #CD2027;
}

::-webkit-scrollbar-thumb {
    background: #000;
}

::-webkit-scrollbar-thumb:hover {
    background: #575757;
}

/* --- Button Code --- */
.custom-btn {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-radius: 0px;
    padding: 0 18px;
    position: relative;
    color: #FFF;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
	width:165px
}
.custom-btn::before{
    position: absolute;
    content: "";
    height: 0%;
    width: 0%;
    background-color: #223E92;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 0px;
    transition: .5s;
    opacity: 0;
}
.common_btn span a:last-child {
    display: block;
}
.custom-btn:hover::before {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 0px
}

.custom-btn:hover {
    text-decoration: none;
}

.custom-btn2 {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    line-height: 62px;
    border-radius: 0;
    padding: 0 60px;
    position: relative;
    font: normal normal 700 24px/24px Lato;
    color: #000000;
    text-transform: uppercase;
    max-width: 308px;
    width: 100%;
    line-height: 62px;
}

.border-btn {
    border: 1px solid #CD2027;
    background: #CD2027 0% 0% no-repeat padding-box;
}

.border-btn:hover {
    color: #ffffff;
}

.dark-btn {
    color: #ffffff;
    background-color: #000000;
}

.dark-btn:hover {
    color: #ffffff;
}

.light-btn {
    color: #000000;
    background-color: #CD2027;
}

.light-btn:hover {
    color: #ffffff;
}

.header_area {
    width: 100%;
    clear: both;
    top: 0;
    z-index: 999999;
    background: #fff;
    padding: 5px 5%;
}

.logo {
    position: relative;
    z-index: 9;
}

.logo a {
    display: inline-block;
    position: relative;
}

.header_details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_details ul {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
}

.header_details ul li {
    display: flex;
    align-items: center;
    margin-left: 35px;
    border: 1px solid #223E92;
    border-radius: 55px;
    position: relative;
    overflow: hidden;
}

.header_details ul li:first-child {
    margin-left: 0;
}

.header_details ul li a {
    display: block;
    color: #223E92;
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 8px;
    position: relative;
    z-index: 9;
    /* display: flex; */
    /* align-items: center; */
}

.header_details ul li a:hover {
    color: #fff;
    display: block;
}

.header_details ul li .content {
    display: inline-block;
    transition: .4s;
    padding: 0px 10px;
    position: relative;
    top: 3px;
}

.header_details ul li:hover a {
    color: #fff;
}

.header_details ul li:last-child a {
    color: #fff;
}

.header_details ul li:last-child {
    background-color: #223E92
}

.header_details ul li:hover:last-child {
    background-color: #000
}
.header_details ul li::before{
    position: absolute;
    content: "";
    height: 0%;
    width: 0%;
    background-color: #CD2027;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 0px;
    transition: .5s;
    opacity: 0;
}

.header_details ul li:hover::before {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 0px
}
span.discount p {
    color: #000;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

span.discount h6 {
    color: #CD1217;
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.container-fluid.copyright-container {
    background: #525252;
    padding: 20px 15px
}

.copyright-container p {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.copyright-container p a {
    color: #FFF;
}

.copyright-container p a:hover {
    color: #CD2027;
}

.back-to-top {
    position: fixed;
    z-index: 9;
    bottom: 20px;
    right: 0px;
    background-color: #CD2027;
    padding: 10px 12px 5px;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    box-shadow: 0 0 10px #CD2027;
    /* opacity: 1; */
    /* visibility: hidden; */
    transition: all 0.3s ease-in-out;
}

#btn-back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top i {
    transition: all 0.3s ease-in-out;
    color: #fff;
}

.back-to-top:hover {
    background-color: #fff;
}

.back-to-top:hover i {
    color: #CD2027;
}

section.banner-section {
    position: relative;
}

section.banner-section .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}

.banner-content-div h1 {
    color: #FFF;
    text-align: center;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.banner-content-div h3 {
    color: #FFF;
    text-align: center;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    margin: 20px 0px;
}

.banner-content-div p {
    color: #FFF;
    text-align: center;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
}

.banner-content-div {
    padding: 180px 6% 0px;
}

.Enquiry_form {
    background: #223E92;
    padding: 35px;
    margin-top: -200px;
    z-index: 9;
    position: relative;
}

.wpcf7-form-control-wrap {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.form_field input, .form_field select {
    width: 100%;
    height: 48px;
    background-color: #FFF;
    outline: none;
    border: none;
    padding: 0px 15px;
    color: #777;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 2px;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #777;
    opacity:1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #777;
    opacity:1;
}

::placeholder {
    color: #777;
    opacity:1;
}

.form_submit_field input {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    outline: none;
    transition: 0.4s;
    z-index: 99;
    position: relative;
    letter-spacing: 0px;
    color: #FFF;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.form_submit_field input:hover {
    color: #fff;
}

.form_submit_field p {
    display: inline-block;
    position: relative;
    border: 2px solid #CD2027;
    overflow: hidden;
    width: 100%;
    max-width: 200px;
    height: 56px;
    background: #CD2027;
    margin-top: 10px;
    border-radius: 2px;
}

.form_submit_field p:hover::before {
    opacity: 1;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.form_submit_field p::before {
    position: absolute;
    content: "";
    height: 0%;
    width: 0%;
    background-color: #000;
    left: 0;
    top: 0;
    border-radius: 0px;
    transition: .5s;
    opacity: 0;
}

.Enquiry_form .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form_field {
    width: 33.33333%;
    padding: 0px 6px;
}

.form_submit_field {
    text-align: center;
}

.Enquiry_form h2 {
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
    font-style: normal;
    font-weight: 800;
    line-height: 48px;
}

input.wpcf7-not-valid, select.wpcf7-not-valid, textarea.wpcf7-not-valid {
    border: 1px solid #f00 !important;
    box-shadow: 0px 0px 2px #f00;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: none !important;
    padding: 0px !important;
    margin: 0 !important;
    text-align: center;
    color: #fff;
}

.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 11px;
}

.Enquiry_form .row {
    margin: 0;
}

.container-fluid.content_area_wrapper {
    background-size: cover;
    background-position: center center;
    padding-bottom: 70px;
    position: relative;
}

.in_icon_circle {
    width: 78px;
    height: 78px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 14px;
}

.in_content_box {
    border-radius: 5px;
    background: rgba(205, 32, 39, 0.06);
    backdrop-filter: blur(5px);
    height: 100%;
    padding: 25px;
}

.in_icon_circle img {
    position: relative;
    left: 10px;
}

.in_content h5 {
    color: #223E92;
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.in_content p {
    color: #181818;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.row.content_boxes_wrp {
    padding: 40px 0px 70px;
    position: relative;
}

.call_us_details {
    background: #CD2027;
    padding: 20px;
    color: #FFF;
    font-family: Open Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.call_us_details a {
    color: #000;
    display: inline-block;
    margin: 0px 10px;
    font-weight: 700;
	font-size: 22px;
}

.call_us_details img {
    padding: 0px 10px;
}

.call_us_details a:hover {
    color: #223E92;
}

img.circle {
    position: absolute;
}

img.circle.circle_left {
    right: 0;
    top: 240px;
}

img.circle.circle_right {
    left: 0;
    bottom: 170px;
}
img.c1 {
    position: absolute;
    width: auto;
    left: 0;
    right: 400px;
    top: 0;
    bottom: 0;
    margin: auto;
}

img.c2 {
    position: absolute;
    left: 400px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
}
.container-fluid.about_content_wrapper {
    padding: 60px 0px 80px;
}

.inner_content h5 , .headings h5{
    color: #CD2027;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1.6px;
    position: relative;
    padding-left: 85px;
}
.inner_content h5:before, .headings h5:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 72px;
    height: 1px;
    background: #CD2027;
}
.inner_content h2 , .headings h2{
    color: #000;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.inner_content h6 {
    color: #000;
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.inner_content p {
    color: #181818;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    padding: 10px 0px;
}

.inner_content p a {
    text-decoration: underline;
    color: #181818;
}

.inner_content p a:hover, .common_btn span a:hover {
        color: #CD2027;
}

.common_btn {
    display: flex;
    align-items: center;
}

.common_btn span {
    color: #223E92;
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    padding-left: 25px;
}

.common_btn span a {
    color: #223E92;
}

.inner_content .common_btn {
    padding-top: 25px;
}

.inner_content {
    padding-right: 15px;
}
.container-fluid.services_wrapper {
    padding: 80px 0px;
}

.headings {
    padding-bottom: 30px;
}

.ser_inner_content h6 {
    color: #223E92;
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px;
}

.ser_inner_content p {
    color: #181818;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    min-height: 85px;
    margin-bottom: 10px;
}

a.ser_read_more {
    color: #CD2027;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.service_box_content {
    margin: 20px 0px;
}

.ser_inner_content img.img-fluid {
    border-radius: 5px;
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: center;
}
a.ser_read_more:hover {
    color: #223E92;
}
.form_field.half {
    width: 50%;
}

.form_field.full {
    width: 100%;
}

.form_field.full textarea {
    height: 127px;
    width: 100%;
    background: #FFF;
    outline: none;
    border: none;
    padding: 10px 15px;
    color: #777;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 2px;
}
footer .form_submit_field p {
    border: 2px solid #223E92;
    background: #223E92;
}
.f-container {
    background-size: cover;
    background-position: center;
    padding-top: 270px;
}
footer .call_us_details{
	color:#fff;
	background: transparent;
	padding: 60px 0px;
}
footer .call_us_details a {
    color: #fff;
}
footer .call_us_details a:hover {
    color: #CD2027;
}
.f_hours h5 {
    color: #FFF;
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.f_hours span {
    color: #FFF;
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.f_hours {
    text-align: center;
    padding-bottom: 60px;
}
.load_more {
    text-align: center;
    padding: 40px 0px 0px;
}
footer .Enquiry_form {
    margin-top: 80px;
    margin-bottom: -256px;
}
.container-fluid.client_logo_wrapper {
    padding: 50px 0px;
}
.client_logo_wrapper .owl-carousel .owl-item img{
	width: auto;
}
.client_logo_wrapper .owl-item {
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client_logo_wrapper .owl-carousel {
    background: #FFF;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10);
    padding: 15px;
    position: relative;
}
.client_logo_wrapper .owl-nav.disabled {
    display: block !important;
    margin: 0;
}
.client_logo_wrapper button.owl-next, .client_logo_wrapper button.owl-prev {
    position: absolute;
    top:50%;
    margin: 0 !important;
    border-radius: 0px !important;
    font-size: 55px !important;
    line-height: 0px !important;
    color: #CD2027  !important;
    opacity: .2;
    transition:.4s;
}

.client_logo_wrapper button.owl-prev {
    left: -70px;
    transform: rotate(180deg);
}
.client_logo_wrapper button.owl-next {
    right: -70px;
}
.client_logo_wrapper button.owl-prev:hover, .client_logo_wrapper button.owl-next:hover{
    opacity:1;
}
.container-fluid.portfolio_wrapper {
    background-size: cover;
    padding: 80px 0px;
}

.portfolio_wrapper .headings h2, .portfolio_wrapper .headings h5 {
    color: #fff;
}
.gallery_img_box:nth-child(1) {
    width: 58%;
}

.gallery_img_box:nth-child(2) {
    width: 42%;
}

.gallery_img_box {
    width: 33.333%;
    margin: 12px 0px;
}
.gal_images img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.portfolio_wrapper .headings h5:before {
    background: #fff;
}
.container-fluid.testimonail_wrapper {
    background-size: cover;
    background-position: center center;
    padding: 80px 0px 100px;
}
.testimonail_wrapper .carousel-item {
    padding: 30px;
}
.t_content p {
    color: #181818;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    margin-bottom: 24px;
}

.t_content h5 {
    color: #000;
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; 
    margin: 0;
}

.t_content h6 {
    color: #000;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}
.testimonail_wrapper .carousel-inner {
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
}
img.quote {
    position: relative;
    left: 28px;
    margin-bottom: -17px;
    z-index: 9999999;
}
.testimonail_arrow a, .testimonail_arrow button {
    position: relative;
    display: inline-block;
    font-size: 55px !important;
    line-height: 0px !important;
    color: #CD2027 !important;
    transition: .4s;
    opacity: 1;
}

.testimonail_arrow a.carousel-control-prev , .testimonail_arrow button.carousel-control-prev{
    transform: rotate(180deg);
    transform-origin: 37% 0%;
    position: relative;
    top: 9px;
}

.testimonail_arrow {
    display: flex;
    align-items: center;
    margin-top: 70px;
}

a.carousel-control-next {
    position: relative;
    left: -40px;
}
.testimonail_arrow a:hover, .testimonail_arrow  button:hover{
	color: #223E92 !important;
}
.testimonail_content {
    padding-right: 30px;
}
img.circle2 {
    position: absolute;
    width: auto;
}.testimonail_arrow a.carousel-control-prev, .testimonail_arrow button.carousel-control-prev

img.circle2.circle_left {
    bottom: 28px;
    left: -108px;
    z-index: -1;
}

.container-fluid.testimonail_wrapper .row {
    position: relative;
}

img.circle2.circle_right {
    right: 180px;
    bottom: -24px;
    z-index: -1;
}
.banner-content-div {
    text-align: center;
}

.banner-content-div .border-btn {
    margin-top: 20px;
}
.gal_images:hover img {
    transform: scale(1.2);
}

.gal_images {
    overflow: hidden;
    transition: 0.4s;
}

.gal_images img {
    transition: 0.4s;
}
header.fixed-header {
    position: fixed;
    z-index: 99;
    width: 100%;
}
.fixed-header a.logo-div img {
    width: 90px;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../images/select-ar1.png');
    background-repeat: no-repeat;
    background-position: 96% center;
}
.about_content {
    width: 52%;
}

.about_image{
    width: 48%;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: transparent !important; /* Green */
}
.page-id-7 div#form {
    display: none;
}

.page-id-7 .f-container {
    padding-top: 0;
}
.quote-box-banner span {
    font-size: 22px;
    font-weight: 700;
}
.quote-box-banner {
    position: absolute;
    right: 3%;
    top: 0;
    z-index: 99;
    width: 100%;
    max-width: 350px;
    background: #ffffff8a;
    text-align: center;
    padding: 30px;
    border-radius: 0 0 15px 15px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
}
#carouselExampleIndicators
{
	position:relative
}
.content_boxes_hd {
    background: #deebf9;
    margin-top: 40px;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize;
}