@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    background-color: #fff;
}

a {
    transition: all 0.2s ease-out 0s;
    color: #000000;
}

a:hover {
    color: #527476;
    text-decoration: none;
}

::selection {
    color: #fff;
    background: #868172;
}

ul,
li,
a {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

svg:not(:root) {
    overflow: hidden;
}
b,
strong {
    font-weight: 600;
}
.top_bar{
    background: #da251c;
    padding: 2px 0;
}
.top_left{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
}
.top_right ul {
    display: flex;
    align-items: center;
    justify-content: end;
}
.top_right ul li{
    margin: 0 10px;
}
.top_right ul a{
    color: #ffffff;
    font-size: 14px;
}
header {
    background-color: #ffffff;
    border-color: #eaeaea;
    box-shadow: 0 10px 30px -20px rgb(0 0 0 / 50%);
    height: 142px;
}
.navbar-brand {
    padding: 0;
    display: flex;
    align-items: center;
}
.logo {
    width: 210px;
    z-index: 5;
    position: absolute;
    top: 2px;
}
header .navbar {
    padding: 0;
    height: 110px;
    position: relative;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: #da251c;
}
.nav-link {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 13px 20px;
    transition: 0.4s;
    line-height: 20px;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
}
.navbar-nav {
    padding: 0 20px 0 0;
}
.con-btn .nav-link {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff !important;
    background-color: #da251c;
    border: 2px solid #da251c;
    border-radius: 4px;
    padding: 12px 50px !important;
    text-transform: uppercase;
    transition: all 0.3s;
}
.con-btn .nav-link:hover {
    background-color: transparent;
    color: #da251c !important;
}

.slider-title {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0 10px;
    top: 30%;
    text-align: center;
    /* padding: 80px 0 50px 150px; */
}

.slider-title h4 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 56px;
    margin-bottom: 20px;
}
.slider-title p {
    margin-bottom: 30px;
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
}
.bttn-button {
    background: transparent;
    display: inline-block;
}
.bttn-button a {
    background: transparent;
    padding: 12px 50px;
    font-size: 14px;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
}
.slider-img {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}
.slider-img .overlayer {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #00000070;
}
.slider-img img {
    width: 100%;
    height: 100%;
}

#demo .owl-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    font-size: 45px !important;
    line-height: 45px !important;
    color: #ffffff !important;
}

#demo .owl-next {
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 45px !important;
    line-height: 45px !important;
    color: #ffffff !important;
}

#demo .owl-nav {
    margin-top: 0;
}

#demo .owl-prev:hover,
#demo .owl-next:hover {
    background-color: transparent;
    color: #ffffff !important;
}
@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.5, 1.5);
    }
}

.item .slider-img img {
    animation: zoom 35s linear infinite;
}

.about_sec {
    padding: 75px 0;
    position: relative;
}
.about_content {
    /* display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center; */
    padding: 20px;
    position: relative;
}
.about_content h6 {
    color: #da251c;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
}
.about_content h2 {
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.5;
    font-size: 42px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.about_content h2::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #da251c;
    left: 0;
    bottom: 0;
    width: 40px;
}
.about_content p {
    margin-bottom: 20px;
}
.about_btn {
    color: #ffffff;
    background-color: #da251c;
    border: 2px solid #da251c;
    font-size: 14px;
    border-radius: 4px;
    padding: 12px 50px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    transition: all 0.3s;
    text-align: center;
    display: inline-block;
}
.about_btn:hover {
    color: #da251c;
    background-color: #02010100;
    transform: translateY(-8px);
}
.about_img img {
    border-radius: 8px;
}
.service_sec {
    padding: 75px 0;
    position: relative;
}
.heading {
    margin-bottom: 40px !important;
    max-width: 670px;
    margin: auto;
    text-align: center;
}
.heading h6 {
    color: #333333;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
}
.heading h3 {
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.5;
    font-size: 36px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}
.heading h3::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #da251c;
    left: 0;
    bottom: 0;
    right: 0;
    width: 80px;
    margin: auto;
}
.our-services-box {
    margin: 15px 20px;
    background: #fff;
    height: 400px;
    position: relative;
    overflow: hidden;
    border: 1px solid #cfcfcf;
    transition: all 0.3s ease-in;
}

.our-services-box:hover {
    background: #da251c;
}

.our-services-box .our-services-icon {
    background: url(../images/raound.png);
    background-repeat: no-repeat;
    height: 100%;
    background-position: 50% 20%;
    position: relative;
    width: 80px;
    height: 85px;
    margin: 50px auto;
    overflow: hidden;
}

.our-services-box .our-services-icon:after {
    content: "";
    background: #fff;
    z-index: 1;
    width: 80px;
    height: 85px;
    display: block;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.2s ease-in;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.our-services-box:hover .our-services-icon:after {
    transform: scale(1);
}

.our-services-box .our-services-icon img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.our-services-box .our-service-text {
    text-align: center;
    width: 100%;
    padding: 0 20px;
    color: #242332;
}

.our-services-box .our-service-text h4 {
    text-align: center;

    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.our-services-box .our-service-text h4:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #da251c;
    display: block;
    margin: 20px auto;
}

.our-services-box .our-service-text p {
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
}

.our-services-box:hover .our-service-text {
    color: #fff !important;
}

.contact_banner {
    background-image: url(../images/bg-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 75px 0px 75px 0px;
    position: relative;
}
.background-overlay {
    background-color: #000000b3;
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.contact_banner .heading{
    margin-bottom: 0 !important;
    color: #ffffff;
    position: relative;
}
.contact_banner .heading h6,.contact_banner .heading h3,.contact_banner .heading p{
    color: #ffffff;
}
.contact_banner .about_btn{
    background-color: transparent;
    border-color: #ffffff;
}
.contact_banner .about_btn:hover{
    color: #ffffff;
}
.contact_banner .heading h3::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ffffff;
    left: 0;
    bottom: 0;
    right: 0;
    width: 80px;
    margin: auto;
}
.our_branch{
    position: relative;
    background-color: #F9F9F9;
    padding: 50px 0;
}
.branches{
    background-color: #FFFFFF;
    border-radius: 7px;
    padding: 30px;
    margin-bottom: 30px;
}
.icon_wrap{
    margin-bottom: 20px;
    color: #da251c;
    border-color: #da251c;
    font-size: 50px;
    text-align: center;
}
.branch_content{
    text-align: center;
}
.branch_content h5{
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #323232;
}
.branch_content .short-line {
    border: 1px solid #da251c;
    width: 20%;
    margin: 10px auto 15px;
}
.branch_content p {
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 0;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 1.6em;
}
.footer{
    background-color: #da251c;
    position: relative;
    padding: 75px 0 10px;
}
.widget1, .widget2, .widget3 {
    padding: 20px;
    padding-bottom: 75px;
}
.footer-heading{
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.widget1 p{
    color: #ffffff;
    font-size: 16px;
}
.widget2 a, .widget3 a {
    color: #ffffff;
    font-size: 16px;
}
.widget3 p{
    color: #ffffff;
    margin-bottom: 0;
}
.widget3 li{
    margin-bottom: 8px;
    font-size: 16px;
}
.social-icon {
    margin-top: 20px;
}
.social-icon ul {
    display: flex;
    justify-content: start;
    align-items: center;
}
.social-icon ul li {
    margin-right: 10px;
}
.social-icon ul li a {
    font-size: 25px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-icon ul li a:hover {
    color: #da251c;
    background-color: #ffffff;
}
.copyright{
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    padding: 15px 15px 0;
    border-top: 1px solid #ffffff;
}
.copyright a{
    color: #ffffff;
}

.banner {
    position: relative;
    z-index: 1;
    background-color: #d7d7d7;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
}
.banner::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    left: 0;
    top: 0;
    opacity: 0.4;
    z-index: -1;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    vertical-align: middle;
}
.page-title-content {
    text-align: center;
}
.page-title-content h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
}
.page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 12px;
    margin-bottom: 0;
}
.page-title-content ul li {
    color: #fff;
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 17px;
    margin-left: 10px;
    margin-right: 10px;
}
.page-title-content ul li::before {
    content: "";
    position: absolute;
    right: -15px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffffff;
}
.page-title-content ul li a {
    display: inline-block;
    color: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.contact-section {
    padding: 30px;
}
.contact-details-cstm h3 {
    text-transform: uppercase;
    margin: 10px 0px 15px;
    color: #da251c;
}
.contact-details-cstm .short-line {
    width: 15%;
    border: 1px solid #333;
    background-color: #333;
    margin: 10px 0px 20px;
}
.contact-details-cstm h5 {
    font-size: 26px;
    margin: 15px 0 10px 0;
    color: #da251c;
    text-transform: uppercase;
    font-weight: 700;
}
.contact-details-cstm ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.contact-details-cstm ul li span {
    margin-left: 10px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}
.contact-form {
    width: 100%;
}
form {
    margin: 0 0 25px;
}
.contact-form form input {
    color: #000;
    margin: 0 0 15px;
    padding: 15px;
    background-color: #f9f9f9;
    border: none;
    width: 100%;
}
.contact-form form textarea {
    border-bottom: 2px solid #689638;
    color: #000;
    margin: 0 0 30px;
    padding: 15px;
    background-color: #f9f9f9;
    border: none;
    width: 100%;
}
.wp-block-button {
    display: inline-block;
    margin: 0 0 25px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    background-color: #da251c;
    border-radius: 4px;
    color: #fff;
    padding: 10px 30px;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
}