@import url('../css2');
@import url('../css2-1');

.main-container {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url(../images/bb.png);
    background-attachment: fixed;
    background-repeat: repeat;
}

img {
    max-width: 100%;
}

body {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
}

.hdd {
    font-family: "Chau Philomene One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.header {
    float: left;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    background: #fff;
}

.headder2 img {
    width: 70%;
}



.add-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.add-section1 {
    padding: 30px 25px;
    padding: 30px 25px;
    background: #d11313;
}

.add-section1 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.add-section1 ul li img {
    width: 150px;
    aspect-ratio: 210/210;
    height: auto
}

.add-section1 ul li strong {
    color: #fff;
    font-size: 39px;
    text-transform: capitalize;
    display: block
}

.add-section1 ul li p {
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    text-transform: capitalize;
    line-height: 28px;
    padding: 8px 0 18px
}

.add-section1 ul li a {
    font-size: 18px;
    text-transform: capitalize;
    color: #000
}

.add-section1 ul li a {
    font-weight: 700;
    display: inline-block;
    text-align: center;
    padding: 6px 15px;
    background: linear-gradient(45deg, #e0c700, #e8a905);
}


.testi-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.testi-1 {
    margin-top: 40px;
}

.testi-2 {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);

}

.testi-2 p {
    color: #454545;
    font-size: 16px;
    line-height: 30px;
    padding: 15px 0
}

.testi-2 i {
    width: 34px;
    height: 34px;
    color: #ff0028;
    margin: 0 8px 0 0;
    font-size: 30px;
}

.testi-2 aside {
    font-size: 24px;
    font-weight: 700;
    display: block;
    text-transform: capitalize;
    padding: 0 0 2px;
    border-bottom: 1px dashed #ff002836;
    color: #000
}

.testi-2 strong {
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    color: #ec0025
}

.testi-2 span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #464444
}

.text-center {
    text-align: center !important;
}

.aboutus-heading span {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    background: #d11313;
    padding: 7px 20px 6px;
    display: inline-block;
    border-radius: 30px;
}

.aboutus-heading strong {
    font-size: 50px;
    text-transform: capitalize;
    padding: 8px 0 0;
    color: #484848;
    display: block;
    font-weight: 500;
}

.aboutus-heading b {
    color: #ff0028;
    border-bottom: 2px solid #ff0028;
    padding: 0 0 4px;
    display: inline-block;
    font-weight: 500;
}



.why-us {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.bottom-services1 {
    padding: 10px 0 0 30px;
    margin-top: 30px;
}

.bottom-services2 {
    border-radius: 20px;
    padding: 45px 18px 45px;
    overflow: hidden;
    background: #d11313;
    position: relative;
    z-index: 9;
}

.bottom-services2:before {
    content: "";
    background: url(../images/bb.png) no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    background-size: cover;
    animation: circle 40s linear infinite;
    z-index: -9;
    opacity: 17%;
    top: 0;
    background-position: center bottom 40%;
}

@keyframes circle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.y-border {
    float: left;
    width: 100%;
    text-align: center;
}

.y-border img {
    width: 50%;
    display: table;
    margin: 0 auto;
    float: none;
    filter: brightness(0) invert(1);
}

.y-border strong {
    font-size: 20px;
    color: #e0c700;
}






.best-services {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.best-services1 {
    padding: 15px;
    text-align: center;
    margin-top: 20px;
}

.best-services2 {
    padding: 0;
    text-align: center;
    background: #d11313;
}

.best-services3 img {
    width: 95%;
    border-radius: 0 0 50% 50%;
    border: 4px solid #e0c700;
    margin: 0 auto;
    border-top: 0;
}

.best-services4 strong {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    background: #e0c700;
    display: block;
    color: #000;
    padding: 7px 11px 7px;
}

.best-services4 p {
    line-height: 33px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    padding: 15px;
}

.best-services5 a {
    text-transform: capitalize;
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    padding: 6px 15px 4px;
    border-radius: 22px 22px 0 0;
    font-weight: 500;
    background: green;
}




.category-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.category-1 {
    padding: 10px 8px;
    width: 20%;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
}

.d-block {
    display: block !important;
}

.category-2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.category-1 a img {
    width: 100%;
    transition: all 0.6s linear 0s;
    filter: saturate(0.5);
}

.category-1 a:hover img {
    transform: scale(1.1);
    transition: all 0.6s linear 0s;
    filter: saturate(1);
}

.category-2::after {
    content: "";
    position: absolute;
    top: 36px;
    left: 0%;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #ffffff 17.5%, rgba(27, 28, 30, 0) 50.06%);
    z-index: 1;
    margin: 0 auto;
}

.category-1 p {
    color: #ff0028;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 23px;
    text-align: center;
    padding: 0 0 3px;
}

.category-1 span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    background: #e0c700;
    padding: 5px 20px 3px;
    border-radius: 20px;
    color: #000;
}





.bttm-line {
    background: #d11313;

    padding: 20px 15px 25px;
    margin-top: 20px;
}

.bttm-line p {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 0 12px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bttm-line ul li {
    display: inline-block;
    padding: 3px 3px 0;
}

.bttm-line ul li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    background: #42066c;
    padding: 9px 20px 9px;
    border-radius: 50px;
}





.footer-section {
    background: #d11313;
    padding: 50px 0px;
    z-index: 9;
    float: left;
    width: 100%;
}

.footer-contact2 a {
    display: block;
    position: relative;
    padding: 0 0;
    z-index: 9;
}

.footer-contact2 span {
    height: 100px;
    width: 100px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    margin: 0px auto -0px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 9px solid #e0c700;
}

.footer-contact2 i {
    font-style: normal;
    text-transform: capitalize;
    font-size: 45px;
    display: block;
    padding: 0;
    color: #ff0028;
}

.footer-contact2 b {
    font-style: normal;
    text-transform: uppercase;
    font-size: 26px;
    display: block;
    padding: 14px 0 0;
    font-weight: 800;
    color: #e0c700;
    width: 100%;
    margin: 0 auto;
}

.footer-contact2 p {
    padding: 0;
    font-size: 29px;
    color: #fff;
    font-weight: 600;
}

.position-relative {
    position: relative !important;
}

.footer-location p {
    display: block;
    color: #000000;
    text-align: center;
    font-weight: 500;
    margin: 0px 0 0;
    background: #fff;
    line-height: 26px;
    border: 1px dashed #fff;
    border-radius: 20px;
    padding: 10px 20px;
}

.copy p {
    padding: 12px 0 0px 0;
    font-weight: 600;
    color: #e0c700;
    font-size: 15px;
}

.copy {
    float: left;
    width: 100%;
    margin-top: 20px;
}


.marquee-second {
    background: aliceblue;
    color: #000;
    font-size: 18px;
    padding: 6px;
    background: linear-gradient(45deg, #e0c700, #e8a905);
    padding: 10px 0 0px 0;
    float: left;
    width: 100%;
}


.top-bar {
    float: left;
    width: 100%;
    margin: 0;
    background: #d11313;
}

ul.icons {
    margin: 0;
    padding: 9px 0;
    list-style: none;
}

ul.icons li {
    margin-right: 10px;
    padding: 0;
    display: inline-block;
}

ul.icons li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}

.top-mr {
    color: #000;
    font-size: 20px;
    padding: 10px 10px;
    margin: 0px 0;
    background: linear-gradient(45deg, #e0c700, #e8a905);
}









.best-sv-section {
    float: left;
    width: 100%;
    position: relative;
    z-index: 0;
    padding: 50px 0px;
}

.best-sv-section:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30%;
    height: 100%;
    background: #d11313;
    margin: 0 auto;
    left: 0;
    z-index: -1;
}

.sv-title strong {
    text-transform: capitalize;
    font-size: 48px;
    display: block;
    text-align: center;
    padding: 5px 12px 12px;
    color: #ffffff;
    background: #42066c;
}

.main-services1 {
    padding: 0 30px 0 30px;
}

.main-services1:nth-child(1) {
    padding: 0 30px 0 0px;
}

.main-services1:nth-child(2) {
    padding: 0 12px 0 30px;
}

.mainsrv {
    align-items: center;
}

.main-services2 {
    padding: 20px 0px 20px 20px;
    background: #fff;
}

.mainserv-left1 {
    position: relative;
}

.mainserv-left1 img {
    width: 100%;
}

.mainserv-left1:after {
    position: absolute;
    height: 86%;
    width: 80%;
    border: 3px solid #ffffff;
    content: "";
    left: 10%;
    transition: 0.6s;
    top: 0;
    border-top: 0;
}

.mainserv-right1 {
    padding: 0 0px 0 30px;
}

.mainserv-right1 strong {
    font-size: 22px;
    display: block;
    text-transform: capitalize;
    color: #ff0028;
    padding: 0;
}

.mainserv-right1 p {
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    color: #434343;
    padding: 3px 0 5px;
    text-align: justify;
}

.mainserv-right1 a {
    font-size: 16px;
    margin: 12px 0 0 auto;
    line-height: 30px;
    padding: 3px 20px 3px;
    font-weight: 600;
    z-index: 9;
    width: fit-content;
    position: relative;
    display: block;
    text-transform: uppercase;
    color: #ffffff;
    background: #ff0028;
    border-radius: 6px;
}

.mainserv-right1 a.chat {
    background: green;
}

.aboutus-section {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 50px;
}

.aboutus-left1 {
    position: relative;
    z-index: 1;
    padding: 50px 0px;
}

.aboutus-left1:before {
    content: "";
    height: 150%;
    width: 30%;
   
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}


.contact-number {
    background: #ff0028;
    border-radius: 14px;
    margin: 20px 0 0;
    padding: 15px 10px;
}

.contact-number a {
    color: #fff;
    display: inline-block;
    font-size: 42px;
    font-weight: 600;
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {
        color: #ffa6bc;
    }

    50% {
        color: #ffffff;
    }

    100% {
        color: #ffa6bc;
    }
}

.contact-number i {
    display: block;
    text-transform: uppercase;
    color: #ffffff;
    font-style: normal;
    font-size: 22px;
    font-weight: 600;
}

.contact-number span {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: linear-gradient(45deg, #e0c700, #e8a905);
    color: #000;
}

.contact-number span i {
    font-size: 40px;
    color: #000;
    line-height: 60px;
}

.aboutus-right1 {
    padding: 70px 0 0 70px;
}

.aboutus-heading span {
    font-size: 17px;
    font-weight: 600;
    padding: 8px 19px 4px;
    text-transform: uppercase;
    display: inline-block;
    color: #000;
    background: linear-gradient(45deg, #e1c41e, transparent);
    border-radius: 20px;
}

.aboutus-heading h1 {

    font-size: 49px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    color: #ff0028;
}

.aboutus-heading h1 a {
    color: #ff0028;
}


.aboutus-content p {
    color: #303030;
    line-height: 30px;
    padding: 13px 0 13px;
    font-size: 17px;
}

.aboutus-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.aboutus-content ul li {
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    margin: 10px 5px 0;
    background: linear-gradient(45deg, #e0c700, #e8a905);
    font-size: 17px;
    color: #000;
    border-radius: 20px;
    padding: 8px 19px 6px;
}

.text-start {
    text-align: left !important;
}

.list-design1 ul {
    border-radius: 15px;
    background: #ffa6bc;
    padding: 5px 10px 16px;
    list-style: none;
    margin: 0;
}

.list-design1 ul li {
    color: #fff;
    padding: 10px 12px 10px 51px;
    background: #ff0028;
    position: relative;
    font-size: 17px;
    text-transform: capitalize;
    margin: 11px 0 0;
    border-radius: 40px;
}

.list-design1 ul li:before {
    content: "";
    position: absolute;
    height: 30px;
    top: 10px;
    left: 13px;
    width: 30px;
    background: url(../images/dot.png) no-repeat;
}



@media(min-width:992px) and (max-width:1200px) {
    .aboutus-right1 {
        padding: 0px 30px;
        position: relative;
        float: left;
        width: 100%;
        z-index: 10;
        background: #fff;
    }

    ul.icons {
        text-align: center;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .why-us .col-sm-3 {
        width: 50%;
    }

    .best-services1 {
        width: 50%;
    }

    ul.icons {
        text-align: center;
    }

    .headder2 {
        display: none;
    }

    .header .col-sm-5 {
        width: 50%;
    }

    .category-1 {
        padding: 10px 8px;
        width: 50%;
    }

    .aboutus-right1 {
        padding: 0px 30px;
        position: relative;
        float: left;
        width: 100%;
        z-index: 10;
        background: #fff;
    }
}

@media(min-width:640px) and (max-width:767px) {

    ul.icons {
        text-align: center;
    }

    .headder2 {
        display: none;
    }

    .headder3 {
        padding-top: 10px;
    }

    .sv-title strong {
        font-size: 35px;
    }

    .aboutus-heading strong {
        font-size: 35px;
    }

    .category-1 {
        padding: 10px 8px;
        width: 100%;
    }

    .contact-number a {
        font-size: 35px;
    }

    .aboutus-right1 {
        padding: 0px 30px;
        position: relative;
        float: left;
        width: 100%;
        z-index: 10;
        background: #fff;
    }

    .add-section1 ul {
        display: block;
    }

}

@media(min-width:480px) and (max-width:639px) {

    ul.icons {
        text-align: center;
    }

    .headder2 {
        display: none;
    }

    .headder3 {
        padding-top: 10px;
    }

    .sv-title strong {
        font-size: 35px;
    }

    .aboutus-heading strong {
        font-size: 35px;
    }

    .category-1 {
        padding: 10px 8px;
        width: 100%;
    }

    .contact-number a {
        font-size: 35px;
    }

    .aboutus-right1 {
        padding: 0px 30px;
        position: relative;
        float: left;
        width: 100%;
        z-index: 10;
        background: #fff;
    }

    .add-section1 ul {
        display: block;
    }

}

@media(min-width:320px) and (max-width:479px) {
    ul.icons {
        text-align: center;
    }

    .headder2 {
        display: none;
    }

    .headder3 {
        padding-top: 10px;
    }

    .sv-title strong {
        font-size: 35px;
    }

    .aboutus-heading strong {
        font-size: 35px;
    }

    .category-1 {
        padding: 10px 8px;
        width: 100%;
    }

    .contact-number a {
        font-size: 35px;
    }

    .aboutus-right1 {
        padding: 0px 30px;
        position: relative;
        float: left;
        width: 100%;
        z-index: 10;
        background: #fff;
    }

    .add-section1 ul {
        display: block;
    }

}