* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

/* scrollbar */

::-webkit-scrollbar {
    width: 11px;
}

::-webkit-scrollbar-track {
    background: white;
}

::-webkit-scrollbar-thumb {
    background: #ED1B24;
    border-radius: 2px;
}

/* scrollbar */

/* header */

/* a.nav-link.active {
    background: #ED1B24;
    color: #fff !important;
} */

.logo {
    width: 240px;
    height: 65px;
    padding: 0;
    margin: 0;
    margin-left: -45px;
}

.nav-link {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    border-radius: 10%;
}

/* header */

/* carousel */

.banner {
    margin-top: 82px;
}

/* carousel */

/* about */

.about_box h2 {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 40px;
}

.about_box hr {
    color: #ED1B24;
    opacity: 100%;
    margin-top: -5px;
    border-radius: 50%;
}

.about_box p {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    text-align: justify;
}


.data_info_box i,
hr {
    font-size: 53px;
    opacity: 100%;
    color: #0D6EFD;
}

.data_info_box hr {
    font-size: 53px;
    opacity: 100%;
    color: #0D6EFD;
}

.data_info_box h5 {
    font-size: 22px;
    color: #0D6EFD;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
}


.data_info_box p {
    font-size: 14px;
    font-weight: 500;
    color: #70abff;
    font-family: 'Rubik', sans-serif;
}

/* about */


/* service */

.service_conatiner h2 {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 40px;
}

.service_conatiner hr {
    color: #ED1B24;
    opacity: 100%;
    margin-top: -5px;
    border-radius: 50%;
    width: 180px;
}

.card-title {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
}

.card-text {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}

.service_offer_list li {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}

.card-link {
    font-family: 'Rubik', sans-serif;
    font-weight: 800;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.whatsapp_chat_btn {
    position: fixed;
    bottom: 40px;
    right: 25px;
    z-index: 1;
}

#send_btn{
    float:right;
}

/* service */

/* new section*/

.cont_details {
    text-decoration: none;
    color: black;
}

.number_box h4 {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

.cnt_details {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}

.form_heading {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

.enquiry_form_msg {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}

.contact_form label {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}

/* new section*/

/* footer */
.foot_contact_head {
    color: #fff;
    padding: 0;
    margin: 0;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

.foot_loc_icon {
    color: #fff;
    font-size: 18px;
}

.foot_address {
    color: white;
    font-size: 14px;
    font-weight: justify;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}

.foot_call_icon {
    color: #fff;
    font-size: 18px;
}

.foot_number {
    color: white;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}

.num_anchor {
    color: white;
    text-decoration: none;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}


.num_anchor:hover {
    color: white;
}

.mail_icon {
    color: #fff;
    font-size: 18px;
}

.mail_anchor {
    text-decoration: none;
    color: white;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}

.mail_anchor:hover {
    color: white;
}

.footer_line {
    opacity: 100%;
    color: #ED1B24;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 3px;
    border-radius: 50%;
}

.social_line {
    opacity: 100%;
    color: #ED1B24;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 3px;
    border-radius: 50%;
}

.foot_description {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    text-align: justify;
    font-size: 14px;
}

.dev_info {
    text-decoration: none;
    color: white;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}

.dev_info:hover {
    color: #ED1B24;
}

.footer_logo {
    width: 200px;
    height: 45px;
    margin-left: -30px;
    margin-top: 30px;
    ;
}

/* footer */