@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');



body {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.hdd {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.main-container {
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(../images/bg2.png);
    background-attachment: fixed;
    background-repeat: repeat;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

.text-center {
    text-align: center !important;
}


.services-section {
    padding: 50px 0px;
    float: left;
    width: 100%;
}

.innerpage-services {
    padding: 100px 0 80px;
}

.inner {
    background: #ffe3cc;
    padding: 70px 0 70px;
    margin: 0 0 90px 0;
}

.services-heading {
    border-left: 3px solid #fcdf3e;
    margin: 0 0 0 15px;
    text-align: left;
}

.services-heading strong {
    display: block;
    color: #000;
    font-size: 75px;
    text-transform: capitalize;
    padding: 0 0 0 15px;
}

.services-heading p {
    padding: 0 0 0 15px;
    color: #3f3f3f;
    line-height: 30px;
    font-weight: 500;
    font-size: 17px;
}

.services-heading span {
    color: #ffffff;
    background: linear-gradient(45deg, #fcdf3e, #d6061f);
    width: fit-content;
    padding: 6px 32px 7px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 50px;
    text-transform: capitalize;
    margin: -2px 0 0 -19px;
    display: block;
}

.contact-services strong {
    font-size: 34px;
    display: block;
    font-weight: 600;
}

.contact-services a {
    display: block;
}

.contact-services a p {
    display: block;
    font-size: 30px;
    background: #fff;
    padding: 5px 10px 4px;
    font-weight: 600;
    border-radius: 50px;
}

.contact-services a span {
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    margin: 10px 0 0;
    display: block;
    font-size: 18px;
}

.contact-services {

    padding: 30px 22px;
}

.contact-services img {
    height: 120px;
    animation: rotation 10s infinite linear;
}

.services-1 {
    padding: 12px;
}

.services-3 {
    margin: 20px 0 0 0;
    padding: 0 28px;
}

.services-3 img {
    background: #fff;
    width: 100%;
    border-radius: 25px 25px 0 0;
    padding: 5px 5px 0;
}

.services-3 a {
    position: absolute;
    height: 62px;
    width: 62px;
    line-height: 61px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(45deg, #1ba431, #12d431);
    left: 26px;
    top: -18px;
    border: 6px solid #ffffff;
    right: 26px;
    margin: 0 auto;
    font-size: 35px;
    padding-top: 8px;
}

.services-4 {
    background: linear-gradient(45deg, #fcdf3e, #d6061f);
    padding: 0 20px 22px;
    border-radius: 30px;
}

.services-4 strong {
    display: inline-block;
    text-transform: capitalize;
    font-size: 22px;
    background: #fff;
    padding: 4px 18px;
    border-radius: 0 0 20px 20px;
    color: #d6061f;
}

.services-4 p {
    padding: 10px 0;
    color: #fff;
    line-height: 26px;
    font-weight: 500;
    font-size: 17px;
}

.services-4 a {
    color: #000000;
    background: #fff;
    display: inline-block;
    border-radius: 60px 0px 0px 60px;
    padding: 6px 15px 5px;
    text-transform: capitalize;
    border: 1px solid #ffffff;
    font-size: 16px;
    font-weight: 800;
    position: absolute;
    right: 0;
}


.whychoose-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
    position: relative;
}

.choose-left2 {
    border-radius: 20px;
}

.choose-left2 span {
    display: block;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    line-height: 115px;
    position: relative;
    margin: 0 auto;
    background: #fff;
    z-index: 9;
}

.round-choose {
    position: relative;
    height: 190px;
    width: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.round-choose:before {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, #fcdf3e, #d6061f);
    position: absolute;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.choose-left2 span img {
    width: 70px;
    animation: pulse 2s infinite linear;
    filter: brightness(0.5);
    padding-top: 25px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.choose-left2 p {
    color: #fff;
    line-height: 28px;
    font-weight: 500;
    font-size: 15px;
}

.choose-left2 strong {
    text-transform: capitalize;
    color: #000000;
    border-radius: 50px;
    display: block;
    padding: 35px 0 5px;
    font-size: 25px;
}

.choose-bottom1 {
    padding: 12px;
}

.round-text {
    margin: -100px 0 0 0px;
    padding: 45px 15px 20px;
    position: relative;
    background: linear-gradient(45deg, #fcdf3e, #d6061f);
    border-radius: 25px;
}




.about {
    float: left;
    width: 100%;
    padding: 50px 0px;
    position: relative;
}

.about:after {
    content: '';
    position: absolute;
    width: 20%;
    height: 100%;
    background: linear-gradient(45deg, #fcdf3e, #d6061f);
    bottom: 0;
    left: 0;
    margin: 0 auto;
    z-index: -1;
}

.about-1 {
    background: #ffffff;
    padding: 25px 35px 20px;
}

.about-title {
    padding: 0 0 25px;
    text-align: center;
}

.about-title strong {
    text-transform: capitalize;
    padding: 0 0 25px;
    font-size: 62px;
    color: #282828;
    font-weight: 100;
    display: block;

    background: linear-gradient(45deg, #d6061f, #d6061f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
}

.about-title strong:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fcdf3e;
    right: 0;
    bottom: 20px;
    z-index: 0;
}

.about-title strong:after {
    content: "";
    position: absolute;
    height: 12px;
    width: 113px;
    background: #fcdf3e;
    bottom: 15px;
    z-index: -9;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 50px;
}

.about-us-content {
    padding: 0;
}

.about-us-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    color: #5f5f5f;
    padding: 9px 0;
    text-align: justify;
}

.about-us-content p strong {
    color: #d6061f;
    font-weight: 500;
}

.about-us-content ul {
    padding: 6px 0 5px;
    background: linear-gradient(45deg, #d6061f, #d6061f);
    position: relative;
    z-index: 1;
    margin: 20px 0 20px;
}

.about-us-content ul li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
    padding: 12px 15px 12px;
    display: block;
}

.about-us-content ul li i {
    display: inline-block;
    text-align: center;
    color: #fcdf3e;
    padding: 0 10px 0 0;
    font-weight: 400;
    font-size: 20px;
}

.tophead {
    background: linear-gradient(45deg, #fcdf3e, #d6061f);
    text-align: center;
    float: left;
    width: 100%;
}

.toptexts {
    padding: 5px 0 5px;
    font-size: 19px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    border-top: 1px solid #ffffff2e;
}

.header {
    float: left;
    width: 100%;
    padding-top: 10px;
}

.head-left1 {
    float: left;
    width: 100%;
    text-align: center;
}

.head-right1 {
    float: left;
    width: 100%;
    text-align: center;
}

.head-line span {
    padding: 9px 15px 9px;
    color: #ff0000;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    border-radius: 50px;
    margin: 12px 0 0;
    background: #fcdf3e;
    display: inline-block;
}

.head-line1 {
    padding: 7px 15px 12px;
    color: #646464;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    border-radius: 50px;
    margin: 5px 0 0;
}

.head-num {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    background: #d6061f;
    border-radius: 20px 0 0 0;
    margin-top: 10px;
}

.head-call {
    padding: 0 12px 0 0;
    position: relative;
}

.head-call a {
    padding: 1px 0 0;
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    display: block;
    animation: boun1 1s infinite;
    font-weight: 500;
    margin-top: 10px;
}

@keyframes boun1 {
    0% {
        color: #fcdf3e;
    }

    100% {
        color: #ffffff;
    }
}

.head-call1 {
    padding: 0;
}

.head-call1 a {
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    display: inline-block;
    padding: 5px 0 3px;
}

.banner3 {
    float: left;
    width: 100%;
    text-align: center;
}

.testimonial {
    float: left;
    width: 100%;
    padding: 50px 0px;
    text-align: center;
}

.testi-1 {
    padding: 40px 10px 0px;
}

.testi-2 {
    padding: 15px 15px 15px;
    border: 1px solid #e7e7ef;
    border-radius: 20px;
}

.testi-3 {
    background: #d6061f;
    border-radius: 15px;
    padding: 20px;
    overflow: hidden;
    position: relative;
}

.testi-quote {
    position: absolute;
    padding: 8px;
    color: #fff;
    font-size: 97px;
    right: 0;
    z-index: 0;
    bottom: -42px;
    opacity: 0.1;
}

.testi-box {
    position: relative;
    z-index: 1;
}

.rating {
    display: block;
    text-align: right;
}

.rating i {
    color: #fcdf3e;
    font-size: 20px;
    font-weight: 600;
}

.testi-box p {
    padding: 5px 0 12px;
    font-size: 17px;
    font-weight: 300;
    line-height: 33px;
    color: #ffffff;
}

.testi-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testi-info strong {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    position: relative;
    padding: 2px 4px 3px;
}

.testi-info strong:before {
    content: "";
    height: 100%;
    width: 222px;
    background: #d6061f;
    top: 0;
    left: -26px;
    position: absolute;
    z-index: -1;
    border-radius: 0 50px 50px 0;
}

.testi-info span {
    color: #fcdf3e;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}


.footer {
    float: left;
    width: 100%;
    padding-top: 50px;
    background: #d6061f;
}

.footer-left {
    padding: 20px 15px;
}

.cta-box-1 {
    padding: 0;
    text-align: center;
}

.cta-icon {
    width: 105px;
    height: 105px;
    line-height: 94px;
    background: #fcdf3e;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    border: 6px solid #d6061f;
    font-size: 46px;
    animation: pulse-2 2s linear infinite;
}

.cta-icon i {
    padding: 0;
    font-weight: 600;
    color: #d6061f;
    line-height: 90px;
}

@keyframes pulse-2 {
    0% {
        box-shadow: 0 0 0 0 #fcdf3e;
    }

    100% {
        box-shadow: 0 0 0 15px transparent;
    }
}

.cta-detail {
    padding: 0;
}

.cta-detail span {
    line-height: 24px;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    text-transform: capitalize;
    padding: 35px 0 0px;
}

.cta-detail a {
    color: #ffffff;
    font-weight: 800;
    font-size: 55px;
    display: block;
    text-transform: capitalize;
    padding: 0;
    animation: .9s infinite blk1;
}

@keyframes blk1 {
    0% {
        color: #ffffff;
    }

    100% {
        color: #fcdf3e;
    }
}

.footer-right {
    padding: 20px 15px;
}

.footer-right1 p {
    line-height: 24px;
    color: #fcdf3e;
    font-weight: 800;
    font-size: 42px;
    text-transform: capitalize;
    padding: 0 0 19px;
    text-align: center;
}

.list-design1 {
    padding: 0 12px;
}

.list-design1 ul {
    padding: 0;
    text-align: center !important;
}

.list-design1 ul li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #ffffff;
    padding: 9px 12px 9px 23px;
    margin: 20px 0;
    border: 1px solid #fcdf3e40;
    text-transform: capitalize;
    border-radius: 0 50px 50px 0;
    border-left: 0;
}

.list-design1 ul li i {
    display: inline-block;
    text-align: center;
    padding: 0 7px 0 0;
    font-size: 20px;
    color: #fcdf3e;
    font-weight: 600;
}

.copyryt {
    float: left;
    width: 100%;
    background: #fcdf3e;
    padding: 10px;
    text-align: center;
}

.copyryt1 span {
    font-size: 16px;
}


.topservices-section {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
}

.topservices-section1 {
    padding: 0;
}

.about-us-title {
    padding: 0 0 12px;
    text-align: center;
}

.topservice-head strong {
    color: #fcdf3e;
    font-weight: 400;
}

.topservice-head p {
    background: #fff;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 30px;
    font-size: 17px;
}

.top-services {
    padding: 15px 0 0;
}

.top-services1 {
    padding: 15px;
}

.top-services2 {
    padding: 0;
    text-align: center;
    transition: .6s all ease-in-out;
}

.top-services3 {
    padding: 0;
    text-align: center;
    transition: .6s all ease-in-out;
}

.wrok_process_thumb {
    text-align: center;
    position: relative;
    max-width: 240px;
    overflow: hidden;
    padding: 8px;
    margin: 0 auto;
}

.top-services3 img {
    width: 100%;
    border-radius: 30% 70% 70% 30% / 40% 60%;
}

.progress-number {
    position: absolute;
    left: 0;
    bottom: -12.5%;
    margin: 0 auto;
    transform: translateY(-50%);
    right: 0;
}

.top-services4 {
    padding: 0;
}

.top-services4 strong {
    color: #d6061f;
    font-size: 22px;
    text-transform: capitalize;
    padding: 5px 15px 3px;
    display: block;
    background: #fcdf3e;
}

.top-services4 p {
    font-size: 16px;
    font-weight: 300;
    line-height: 35px;
    color: #ffffff;
    padding: 12px 0 0;
}

.progress-number span {
    background: #fcdf3e;
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #d6061f;
    font-size: 20px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 10px #fcdf3e42;
    border-radius: 50%;
}

.progress-number span i {
    padding-top: 13px;
}

.about-us-title strong {
    font-size: 62px;
    padding: 0 0 0;
    display: block;
    color: #041902;
    text-transform: capitalize;
    color: #fcdf3e;
    font-weight: 400px;
}

.gallery {
  float: left;
  width: 100%;
}
.gal {
  float: left;
  width: 100%;
}
.gal img{
  float: left;
  width: 100%;
}
.gallery .col-sm-3 {
  padding: 0;
}
.gallery .col-sm-2 {
  padding: 0;
}
.gal {
  float: left;
  width: 100%;
  border: 3px solid #f3e339;
}
@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {
    .header .col-sm-5 {
        width: 100%;
    }

    .header .col-sm-7 {
        width: 100%;
    }

    .services-1 {
        width: 50%;
    }

}

@media(min-width:640px) and (max-width:767px) {
    .toptexts {
        font-size: 16px;
    }

    .head-line span {
        font-size: 16px;
    }

    .head-call1 a {
        font-size: 20px;
    }

    .services-heading strong {
        font-size: 45px;
    }

    .top-services1 {
        width: 100%;
    }

    .cta-detail a {
        font-size: 35px;
    }

    .footer-right1 p {
        line-height: 50px;
    }
}

@media(min-width:480px) and (max-width:639px) {
    .toptexts {
        font-size: 16px;
    }

    .head-line span {
        font-size: 16px;
    }

    .head-call1 a {
        font-size: 20px;
    }

    .services-heading strong {
        font-size: 45px;
    }

    .top-services1 {
        width: 100%;
    }

    .cta-detail a {
        font-size: 35px;
    }

    .footer-right1 p {
        line-height: 50px;
    }
    .gallery .col-sm-3 {
  padding: 0;
  float: left;
  width: 50%;
}
.gallery .col-sm-2 {
  padding: 0;
  float: left;
  width: 50%;
}
}

@media(min-width:320px) and (max-width:479px) {
    .toptexts {
        font-size: 16px;
    }

    .head-line span {
        font-size: 16px;
    }

    .head-call1 a {
        font-size: 20px;
    }

    .services-heading strong {
        font-size: 45px;
    }

    .top-services1 {
        width: 100%;
    }

    .cta-detail a {
        font-size: 35px;
    }

    .footer-right1 p {
        line-height: 50px;
    }
.gallery .col-sm-3 {
  padding: 0;
  float: left;
  width: 50%;
}
.gallery .col-sm-2 {
  padding: 0;
  float: left;
  width: 50%;
}
}