body {
    /* overflow-y: hidden; */
    width: auto !important;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 5px;
    display: none;
}

body::-webkit-scrollbar-track {
    background: #fff;
}

body::-webkit-scrollbar-thumb {
    background: #B5975B;
}

body::-moz-scrollbar {
    width: 8px;
}

body::-moz-scrollbar-track {
    background: #fff;
}

body::-moz-scrollbar-thumb {
    background: #B5975B;
}

body::-o-scrollbar {
    width: 8px;
}

body::-o-scrollbar-track {
    background: #fff;
}

body::-o-scrollbar-thumb {
    background: #B5975B;
}

body::-ms-scrollbar {
    width: 8px;
}

body::-ms-scrollbar-track {
    background: #fff;
}

body::-ms-scrollbar-thumb {
    background: #B5975B;
}

p {
    text-align: justify !important;
}


@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.eot");
    src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Poppins-Regular.woff2") format("woff2"),
        url("../fonts/Poppins-Regular.woff") format("woff"),
        url("../fonts/Poppins-Regular.ttf") format("truetype"),
        url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins", serif;
    src: url("../fonts/Poppins-SemiBold.eot");
    src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
        url("../fonts/Poppins-SemiBold.woff") format("woff"),
        url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
        url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins", serif;
    src: url("../fonts/Poppins-Medium.eot");
    src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Poppins-Medium.woff2") format("woff2"),
        url("../fonts/Poppins-Medium.woff") format("woff"),
        url("../fonts/Poppins-Medium.ttf") format("truetype"),
        url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins", serif;
    src: url("../fonts/Poppins-Light.eot");
    src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Poppins-Light.woff2") format("woff2"),
        url("../fonts/Poppins-Light.woff") format("woff"),
        url("../fonts/Poppins-Light.ttf") format("truetype"),
        url("../fonts/Poppins-Light.svg#Poppins-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



p {
    font-weight: normal;
    font-size: 17px;
}

.header-container {
    margin: 0 40px 0 40px;
    width: 100%;
}


.social-links li a {
    color: #000;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.social-links ul {
    list-style: none;
}

.social-links i {
    margin-right: 10px;
    border-radius: 50%;
    width: 27px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s !important;
}

.social-links svg {
    margin-right: 10px;
    border-radius: 50%;
    width: 27px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    transition: 0.5s !important;
}

.social-links i:hover {
    text-decoration: none;
    transform: translate(0, -8px) !important;
    transition: 0.5s !important;
}

.social-links svg:hover {
    transform: translate(0, -8px) !important;
    transition: 0.5s !important;
}

.social-links ul {
    display: flex;
    margin-bottom: 0;
}



.social-links a:hover {
    text-decoration: none;
}

.headerRightmainAll ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hc-offcanvas-nav.nav-position-left .nav-container {
    left: 0 !important;
}

.hc-offcanvas-nav.hc-nav-1.nav-position-left .nav-container {
    transform: translate3d(-493px, 0, 0);
}

/* header */
header {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 80px;
    display: flex;
    align-items: center;
}


.navbar-expand-lg .navbar-collapse {
    justify-content: right;
    margin-right: 50px;
}

.callright {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    padding: 3px 20px;
    transition: 0.5s;
    margin: 0 5px;
    text-transform: unset;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    border-radius: 10px;


}

.navbar-light .navbar-brand img {
    width: 250px;
}

.sub-menu {
    position: relative;
}

.sub-menu:hover::before {
    content: "";
    position: absolute;
    left: 10px;
    right: 0px;
    top: -11px;
    background: #363636;
    height: 3px;
    width: 120px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover:before,
.navbar-light .navbar-nav .nav-link:focus:before,
.navbar-light .navbar-nav .active>.nav-link:before {
    left: 0;
    right: 0;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #fff !important;
    background: #650c0d;
    transition: 0.5s;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #fff !important;
    transition: 0.5s;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: #fff !important;
    transition: 0.5s;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #000 !important;
    font-weight: bold;
}

.navbar {
    padding-left: 0;
    padding-right: 0;
    /* display: none; */
    padding-top: 0;
    padding-bottom: 0;
}

.desk-top-menus ul {
    margin: 0;
    padding: 0;
    text-align: right;
    padding-right: 35px;
}

.desk-top-menus li {
    list-style: none;
    display: inline-block;
}

.desk-top-menus a {
    margin: 10px 25px;
    text-decoration: none;
    color: #fff;
    padding-bottom: 5px;
}

/*-- Underline From Center --*/

.navbar-light .navbar-nav .active>.hvr-underline-from-center:before {
    display: block !important;
}

.desk-top-menu {
    position: relative;
    margin-top: 0px;
}

/* nav-bar-start */
.head-menu {
    position: absolute;
    right: 0;
    top: 35px;
}

.phone-icon {
    display: none;
}

.desk-top-menus {
    position: relative;
}

.desk-top-menus::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.menu-icon {
    cursor: pointer !important;
    transition: 0.5s;
}

.m-tags li {
    list-style: none;
    padding-left: 0;
    padding-bottom: 10px;
}

#megaMenu {
    cursor: pointer;
}

.overlay-close {
    position: fixed;
    z-index: 999;
    top: 50px;
    right: 50px;
    display: inline;
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.overlay-menu {
    background-color: #fff;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    transition: all 0.5s;
    z-index: -1;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
}

.overlay-menu.active {
    z-index: 99999;
    opacity: 1;
    visibility: visible;
}

.overlay-close i {
    font-size: 20px;
    color: #fff;
    float: right;
    cursor: pointer;
}

.menu-container {
    width: 100%;
    height: 100%;
    padding: 50px;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    border-radius: 20px;
    background: #ED3338;
    padding: 40px;
    scrollbar-width: none;
}

.m-contents {
    transition: 0.5s;
    opacity: 0;
    transform: translateY(20px);
}

.overlay-menu.active .m-contents {
    transition: 0.5s;
    opacity: 1;
    transform: translateY(0);
}

.mlinks-bx {
    padding-top: 40px;
}

.m-contact h4::before {
    font-family: "FontAwesome";
    position: absolute;
    left: -20px;
    content: "\f041";
    color: #fff;
}

.m-header h2 {
    font-size: 18px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: normal;

}

.m-header h2::before {
    content: "";
    background-color: #fff;
    width: 60%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.m-contact {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.m-contact h4 {
    font-size: 16px;

    position: relative;
    line-height: 26px;
}

.m-contact p {
    font-size: 15px;
    margin: 0;

    line-height: 25px;
}

.m-tags {
    padding-top: 0px;
}

.m-tags ul {
    padding: 0;
    margin: 0;

}

.m-links a {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;

    transition: 0.5s;
    text-decoration: none;
}

.m-links a:hover {
    padding-left: 5px;
    transition: 0.5s;
    color: #000;
}

.m-medias {
    align-items: center;
    gap: 30px;
}

.m-medias a i {
    color: #fff;
    font-size: 19px;
    transition: 0.5s;
}

.footer-social ul {
    margin: 0;
    padding: 0;
}

.footer-social li {
    display: inline-block;
    padding: 0 10px;

}

.footer-social img {
    width: 13px;
}

/* nav-bar-end */
.book-call {
    display: none;
}

.desk-top-menu .dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    background-color: inherit;
    font: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    z-index: 9;
    position: relative;
    padding: 0;
}

.desk-top-menu .dropdown-content {
    display: none;
    position: absolute;
    background-color: #192544 !important;
    width: 220px;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 999;
    border-radius: 10px;
    overflow: hidden;
    top: 100%;
    transition: 0.5s;
}

.desk-top-menu .dropdown:hover .dropdown-content {
    display: block;
    background: #ddd !important;
    border: 1px solid #CA252B;
    border-radius: 0;
    transition: 0.5s;
}

.desk-top-menu .dropdown:hover .dropdown-content .col-lg-6 :is(.main-col1, #col1) {
    display: none;
}

.desk-top-menu .column {
    float: none;
    width: 100%;
    padding: 10px;
    height: 100%;
    padding-right: 0;
}

.desk-top-menu .column a {
    float: none;
    color: black;
    padding: 6px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 14px;
}

.desk-top-menu i {
    color: #FFF;
    padding-right: 10px;
    font-size: 11px;
    padding-left: 5px;
}

.howtobtn a:hover i {
    color: #779c41;
}

.desk-top-menu .bg-color a:hover {
    background: #CA252B !important;
    color: #fff;
}

/* banner */

.banner-img {
    position: relative;
}

.banner-img img {
    width: 100%;
}

.banner-img {
    width: 100%;
    height: 100%;
}





.all-social {
    position: absolute;
    right: 25px;
    bottom: -80px;
    z-index: 9;
}

.all-social p {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    color: #fff;
}

.social-media {
    position: absolute;
    right: 25px;
    top: -80px;
    z-index: 9;
}

.social-media p {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    color: #fff;
}

.banner .owl-dots {
    position: absolute;
    right: 50%;
    bottom: 50px;
    transform: translate(-50%, -50%);
    transform: rotate(90deg);
}

.banner .owl-dots button {
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    border: 1px #fff solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 25px 0px;
    border-radius: 10px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.banner .owl-dots button.active {
    background: #ED3338;
    border: 1px solid #ED3338;
}

.not-phone {
    display: block;
}

.phone-img {
    display: none;
}

.banner-text h1 {
    font-size: 50px;
    color: #fff;
    margin: 0;
    padding-bottom: 10px;
}

.banner-text a {
    font-size: 15px;
    color: #134377;
    background: #EDEDED 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 7px 10px;

    font-family: 500;

}


.banner-text p {
    font-size: 17px;
    color: #fff;
    font-weight: normal;
    padding: 0 10%;
    margin: 0;
    text-align: center;
}

.banner-taxt-btn {
    display: flex;
    gap: 30px;
}

.banner-view a {
    background-color: #ED3338;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;

    transition: 0.5s;
}

.banner-view a:hover {
    background-color: #ED3338;
    color: #fff;
    transition: 0.5s;
}

.banner-contact {
    text-align: center;
    position: relative;
}

.banner-contact a {
    color: #F5F5F5;
    font-size: 13px;
    text-decoration: none;
    position: absolute;
    right: -100px;
    top: -5px;
}

.banner-contact::before {
    background-color: #F5F5F5;
    width: 100%;
    height: 0.5px;
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
}

.banner-contact a:hover {
    color: #fff;
    transition: 0.5s;
}

.contacttops {
    display: flex;
    gap: 20px;
}

.contact-icon a {
    color: #000;
}

/* header top */
.contact-tilil {
    background: #fff;
    padding: 5px 0;
}


.contact-icon p {
    margin: 0;
    font-size: 14px;
    text-align: left;
    color: #fff;
    position: relative;

    font-weight: normal;
    /* display: flex;
    align-items: center; */
}

.contact-icon span {

    color: #ED3338;
}

.contact-icon img {
    padding-right: 10px;
}

.contact-number {
    text-align: right;
    display: flex;
    justify-content: end;
}

.contact-number i {
    font-size: 20px;
    color: #000;
}

.contact-number a {
    color: #000;
    margin: 0;
    font-size: 14px;
    text-align: right;
    position: relative;

    font-weight: normal;
    display: flex;
    align-items: center;
}

.contact-number img {
    padding-right: 10px;
}


/* back to top */

#button {
    display: inline-block;
    background: #650c0d;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

#button:hover {
    background: #650c0d;
    transition: 0.5s;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: #fff;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button.show {
    visibility: visible;
}

.navbar-nav .equirybtn button {
    color: #000;
    border: none;
    padding: 7px 20px;
    display: flex;
    transition: 0.5s;
    align-items: center;
    border-radius: 25px;
    font-size: 14px;
    background: #F57B20 0% 0% no-repeat padding-box;
    border-radius: 38px;
}

.navbar-nav .equirybtn button:hover {
    background-color: #000;
    transition: 0.5s;
    color: #fff;
}

.navbar-nav .equirybtn button img {
    margin-left: 10px;
}


.desktop {
    display: block;
}

.phone {
    display: none;
}


.main-container {
    margin: 0 110px;
}


header .toggle {
    top: 45px;
    right: 0px;
    border-radius: 30px;
}

.aboutmargin {
    text-align: center;
}

.aboutmargin h2 {
    font-size: 30px;
    color: #000;
    position: relative;
    font-weight: 700;
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.aboutmargin h5 {
    font-size: 19px;
    color: #000;
    padding-top: 10px;
    position: relative;
    display: inline-block;
    margin: 0;
    margin-bottom: 20px;
}

.aboutmargin h5::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    top: -5px;
}

.aboutmargin p {
    color: #000;
    font-size: 17px;
}

.aboutwrapper {
    padding: 60px 0;
}

.aboutmargin a {
    color: #fff !important;
    background: #650c0d;
    border: 1px solid #650c0d;
    border-radius: 10px;
    padding: 5px 20px;
}

.aboutmargin a:hover {
    color: #650c0d !important;
    background: transparent;
    border: 1px solid #650c0d;
    transition: 0.5s;
    text-decoration: none;
}

/* services */
.servicewrapper {
    padding: 60px 0;
    background-color: #eae8e9;
}

.servicemargin h2 {
    font-size: 30px;
    color: #000;
    position: relative;
    font-weight: 700;
    margin: 0;
    padding-bottom: 40px;
    text-transform: uppercase;
}

.servicebox {
    background: #FFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 9px 15px #00000059;
    border-radius: 28px;
    padding: 30px 30px;
    height: 100%;
    color: #000;
}

.servicebox:hover {
    background: #650C0D 0% 0% no-repeat padding-box;
    color: #fff;
    cursor: pointer;
}

.servicebox:hover a {
    background: #fff 0% 0% no-repeat padding-box;
    color: #650C0D !important;
    transition: 0.5s;
}

.servicebox:hover h4::before {
    background: #fff 0% 0% no-repeat padding-box;
}

.servicebox a {
    color: #fff !important;
    background: #650c0d;
    border: 1px solid #650c0d;
    border-radius: 10px;
    padding: 5px 20px;
}

.servicebox a:hover {
    color: #650c0d !important;
    background: transparent;
    background: #fff;
    border: 1px solid #650c0d;
    transition: 0.5s;
    text-decoration: none;
}

.servicebox h4 {
    font-size: 25px;
    text-align: center;
    position: relative;
    font-weight: 600;
    margin: 0;
    padding-bottom: 20px;
}

.servicebox h4::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    bottom: 10px;
    left: 0;
}

.servicebox p {
    text-align: center;
    font-size: 17px;
    min-height: 310px;
    max-height: 310px;
    margin: 0;
}

.servicebtn {
    text-align: center;
    margin-top: 30px;
}

/* ensuring */
.ensuringwrapper {
    background-image: url(../images/ensuring.png);
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-content: center;
}

.ensuringmargin h2 {
    color: #650c0d;
    font-size: 52px;
    font-weight: 600;
}

.ensuringmargin a {
    color: #fff !important;
    background: #650c0d;
    border: 1px solid #650c0d;
    border-radius: 10px;
    padding: 5px 20px;
}

.ensuringmargin a:hover {
    color: #650c0d !important;
    background: transparent;
    border: 1px solid #650c0d;
    transition: 0.5s;
    text-decoration: none;
}

.ensuringbtn {
    margin-top: 30px;
    text-align: center;
}

.ensuringmargin {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px 40px;
    width: 500px;
    border-radius: 30px;
}

.ensuringflex {
    display: flex;
    align-items: center;
}


/* why */
.whywrapper {
    padding: 60px 0;
}

.whybox img {
    width: 110px;
}

.whybox {
    text-align: center;
}

.whybox h6 {
    font-size: 20px;
    color: #000;
    text-align: center;
    position: relative;
    font-weight: 500;
    margin: 0;
    padding: 0 50px;
}

.whymargin h2 {
    font-size: 30px;
    color: #000;
    position: relative;
    font-weight: 700;
    margin: 0;
    padding-bottom: 40px;
    text-align: center;
}

.whywrap {
    background: #FFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 9px 15px #0003;
    border-radius: 30px;
    padding: 30px 30px;
    height: 100%;
}

/* faqs */
.faqwrapper {
    padding: 60px 0;
}

.faqmargin h2 {
    font-size: 30px;
    color: #000;
    position: relative;
    font-weight: 700;
    margin: 0;
    padding-bottom: 40px;
    text-align: center;
}

/*-----------faq accordian-----------*/
.faq-a {
    cursor: pointer;
    font-size: 20px;
    width: 100%;
    color: #000 !important;
    float: left;
    padding: 17px 35px;
    border-radius: 0px;
    text-align: left;
    position: relative;
    padding-left: 0;
}

.whyaleft h4 {
    font-size: 24px;
    color: #000;
    text-align: left;
    padding-bottom: 20px;
    font-weight: bold;
    margin-right: 0;
    margin-top: 0;
}

.faq-card h2 {
    font-size: 45px;
    color: #000;
    text-align: left;
    margin-right: 0;
    margin-top: 0;
}

.faq-a::after {
    position: absolute;
    content: "-";
    right: 0;
    top: 5px;
    color: #000;
    font-size: 35px;
    font-weight: 500;
}

.faq-a.collapsed::after {
    content: "+";
}

.faq-content {
    float: left;
    width: 100%;
}

.faq-right p {
    font-weight: normal;
    font-size: 18px;
    color: #000;
    padding-right: 20%;
}

.faq-card {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    background: none;
}

.faq-card:last-child {
    border-bottom: none;
}

/* footer */

footer {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background-color: #000;
}



.menu-footer li {
    list-style-type: none;
    padding-bottom: 10px;

}

.menu-footer li a {
    text-decoration: none;
    font-size: 14px;

    color: #fff !important;
}

.menu-footer a:hover {
    color: #650c0d !important;
    transition: .4s;
}

.menu-footer ul {
    padding-left: 0;

    padding-top: 10px;
}

.menu-footer p {
    font-size: 17px;
    font-weight: 500;

    padding-right: 10%;
    color: #fff;
}



.menu-footer h5 {
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.menu-footer .form-group {
    position: relative;
}

.menu-footer img {
    padding-left: 50px;
}

.socialborder {
    border-top: 2px solid #3F3F41;
}

.sociel-icon {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sociel-icon i {
    color: #fff;
    font-size: 19px;
    transition: 0.5s !important;
    text-decoration: none;

    margin: 0 20px;
}

.sociel-icon i:hover {
    transform: translate(0, -3px) !important;
    transition: 0.5s !important;
    color: #650c0d;
}

.sociel-icon img {
    transition: 0.5s !important;
    width: 16px;
    text-decoration: none;
    margin: 0 20px;
}

.sociel-icon img:hover {
    transform: translate(0, -3px) !important;
    transition: 0.5s !important;
    color: #fff;
}




.copycenter {
    display: flex;
    align-items: center;
}


.footercopy {
    background-color: #000;
    color: #fff;

    padding: 10px 0;
}

.copyfooter {
    text-align: right;
}


.social-link li {
    list-style: none;
    display: inline-block;
    padding: 0 3px;
}

.social-link li:first-child {
    padding-left: 0;
}

.copybottom p {
    color: #fff;
    opacity: 0.6;
    font-size: 14px;
}

.copyleft p {
    color: #fff;
    opacity: 1;
    margin: 0;
    font-size: 13px;
}

.copyright {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-bottom: 40px;
}

.copylink a {
    color: #fff;
    opacity: 1;
    font-size: 14px;
    padding-right: 15px;
}

.social-link a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    transition: 0.5s;
    background: #fff;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-link a:hover {
    color: #650c0d;
    transition: 0.5s;
}

.social-link h5 {
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    margin: 0;
    padding-bottom: 30px;
}

.social-link {
    padding-top: 20px;
}

.footeremail {
    background: rgba(248, 236, 210, 0.7);
    padding: 50px 50px;
}

.social-link ul {
    padding-left: 0;
}

.footerlogocenter {
    display: flex;
    align-items: center;
}

.footeremailleft h6 {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
}

.footeremailleft p {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

.desktop {
    display: block;
}

.phone {
    display: none;
}

.whydesktops {
    display: block;
}

.whyphones {
    display: none;
}

/* Responsive */




@media (max-width: 1259.5px) {}

@media (max-width: 991.5px) {
    .whydesktops {
        display: none;
    }

    .whyphones {
        display: block;
    }

    .desk-top-menu {
        margin-top: 0px;
        padding: 0px 10px;
        margin-top: 0;
        background: #fff;
        border-radius: 15px;
        box-shadow: 0px 3px 6px #00000063;
    }

    .desktop {
        display: none;
    }

    .phone {
        display: block;
    }

    .banner .owl-dots {
        bottom: 0;
    }

    .navbar-toggler {
        display: none;
    }


    .banner-img img {
        height: 100%;
    }

    .navbar-light .navbar-brand img {
        width: 100px;
    }

    header {
        top: 0;
    }

    header .toggle {
        top: 15px;
        right: 10px;
    }


    .header-container {
        margin: 0 20px 0 20px;
    }

    .aboutwrapper {
        padding: 20px 0;
    }

    .aboutmargin h2 {
        font-size: 22px;
    }

    .aboutmargin h2 {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 5px;
    }

    .aboutmargin p {
        font-size: 15px;
    }

    .aboutmargin a {
        padding: 4px 18px;
        font-size: 14px;
    }



    .aboutmargin h5 {
        font-size: 15px;
    }


    .aboutmargin h5::before {
        left: 0;
    }

    .servicewrapper {
        padding: 20px 0;
    }


    .servicemargin h2 {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .main-container {
        margin: 0 20px;
    }

    .servicebox h4 {
        font-size: 20px;
    }


    .servicebox {
        padding: 20px 20px;
        margin-bottom: 20px;
        height: auto;
    }

    .servicebox p {
        font-size: 15px;
        min-height: auto;
        max-height: 100%;
    }

    .servicebtn {
        margin-top: 20px;
    }


    .ensuringwrapper {
        padding: 60px 0;
        background-position: 55%;
        height: auto;
    }


    .ensuringmargin h2 {
        margin: 0;
        font-size: 21px;
    }


    .ensuringmargin {
        padding: 20px 20px;
        width: 200px;
    }

    .whymargin h2 {
        font-size: 21px;
        padding-bottom: 20px;
    }

    .whywrapper {
        padding: 20px 0;
    }

    .whybox h6 {
        font-size: 17px;
        margin: 0;
        padding: 0;
    }

    .whybox img {
        width: 85px;
    }

    .faqwrapper {
        padding: 20px 0;
        padding-top: 0;
    }

    .faqmargin h2 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .faq-right p {
        font-size: 15px;
        padding-right: 0;
    }


    .faq-a {
        font-size: 17px;
    }


    footer {
        padding: 20px 0;
    }


    .social-link {
        padding-top: 0;
    }

    .social-link h5 {
        font-size: 17px;
        padding-bottom: 20px;
    }

    .social-link a {
        font-size: 15px;
        width: 33px;
        height: 33px;
    }

    .social-link ul {
        margin: 0;
    }

    .menu-footer ul {
        padding-left: 0;
        padding-top: 0;
    }

    .menu-footer h5 {
        font-size: 15px;
        line-height: 24px;
    }
}