@import url('../css2');
@import url('../css2-1');

body {
    font-family: "SUSE", sans-serif;
    font-weight: 500;
}

.hdd {
    font-family: "Bigshot One", serif;
    font-weight: 400;
}

.main-container {
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(../images/bg.jpg);
    background-attachment: fixed;
    position: relative;
    z-index: -10;
}

img {
    max-width: 100%;
}

.srv-secs {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.srv-secs-1 {
    padding: 0px;
}

.srv-sec-2 {
    padding: 0;
}

.aboutus-heading {
    padding: 0;
    text-align: center;
}

.aboutus-heading p {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 7px 22px;
    color: #000000;
    box-shadow: 0px 2px 7px #d4d4d4;
    display: inline-block;
    border-radius: 50px;
    background: #fff;
}

.aboutus-heading strong {
    font-size: 45px;
    position: relative;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    padding: 5px 0 0;
    color: #b70709;
}

.srv-sec-contents {
    padding: 0;
}

.srv-mns {
    padding: 12px;

}

.srv-inrs {
    padding: 0;
    box-shadow: 0px 2px 7px #d4d4d4;
    margin-top: 20px;
    padding: 12px;
    background: #fff;
}

.srv-imgs-1 {
    padding: 0px 0;
}

.srv-imgs-1 img {
    width: 100%;
    height: auto;
    transition: all 0.45s ease-in-out;
}

.srv-texts {
    padding: 15px 0px 0;
    text-align: center;
}

.srv-texts span {
    color: #b70709;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0;
    line-height: 26px;
}

.srv-texts p {
    font-size: 16px;
    line-height: 31px;
    color: #2f2f2f;
    padding: 6px 0 12px;
}

.srv-contact {
    text-align: center;
}

.srv-contact a {
    color: black;
    background: #ffab00;
    padding: 8px 20px 7px;
    display: inline-block;
    margin: 0px 0px 0 14px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.srv-contact .whats {
    color: white;
    background: #05771b;
}

.best-ser {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.services-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
    margin-bottom: 10px;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.services-img img {
    width: 100%;
    border-radius: 10px;
}

.services-icon {
    text-align: right;
    position: relative;
}

.services-icon a i {
    text-align: center;
    line-height: 70px;
    color: #b70709;
    font-size: 50px;
    background: #fff;
    height: 70px;
    width: 70px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    position: absolute;
    right: 20px;
    bottom: -30px;
}

.services-content {
    padding: 10px 20px 0;
}

.services-title h2 {
    font-size: 25px;
    padding: 10px 0px;
    transition: .5s;
    color: #b70709;
    margin: 0;
    margin-top: 10px;
    text-transform: capitalize;
}

.services-contents {
    margin-bottom: 30px;
}

.services-contents p {
    font-size: 16px;
    line-height: 31px;
    color: #2f2f2f;
}

.services-content-btn {
    background: #ffab00;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
}

.services-content-btn a {
    padding: 5px 20px;
    color: #202020;
    font-size: 16px;
    display: block;
    line-height: 36px;
}

.services-content-btn a::before {
    content: "";
    background: #b70709;
    position: absolute;
    height: 100%;
    width: 100px;
    right: -15px;
    top: 0;
    padding: 0 0 54px 0;
    transform: skew(-29deg);
    transition: 0.3s;
}

.services-content-btn a span {
    font-size: 26px;
}

.services-content-btn span i {
    color: #fff;
    right: 20px;
    position: absolute;
    line-height: 1.5;
}

.services-content-btn:hover a {
    color: #fff;
}

.services-content-btn:hover a::before {
    background: #222;
}

.services-content-btn:hover {
    background: #b70709;
}

.line-sections {
    float: left;
    width: 100%;
    background: #b70709;
    padding-top: 15px;
}

.line-section1s p {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 9px 0 8px;
    text-align: center;
}

.testimonials {
    float: left;
    width: 100%;
    padding: 50px 0px;
    position: relative;
}

.testimonials::before {
    position: absolute;
    content: "";
    background: #ffab00;
    height: 100%;
    width: 20%;
    right: 0;
    top: 0;
    z-index: -1;
}

.testis-2 {
    padding: 0 15px 0;
    background: #b70709;
    border-radius: 25px;
    overflow: hidden;
}

.testis-1 {
    padding: 40px 15px 0px;
    text-align: center;
}

.testi-infos {
    padding: 0;
}

.ratings {
    color: #b70709;
    font-size: 18px;
    background: #ffffff;
    padding: 2px 15px 7px;
    border-radius: 0 0 20px 20px;
}

.testi-infos strong {
    color: #ffab00;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    padding: 8px 0 0;
}

.testi-boxs p {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #ffffff;
    padding: 4px 0 15px;
}

.testi-boxs span {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    color: #000000;
    text-transform: uppercase;
    background: #ffffff;
    padding: 2px 15px 7px;
    border-radius: 20px 20px 0 0;
    display: block;
}

.why-counters {
    float: left;
    width: 100%;
    padding: 15px 15px 15px 22px;
    margin-top: 30px;
}

.counters-1 {
    padding: 15px;
    text-align: center;
}

.counters-2 {
    background: #ffab00;
    padding: 0;
    border: 3px solid #fff;
}

.choose-texts {
    padding: 12px 0 0;
}

.choose-texts i {
    background: #b70709;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 82px;
    border-radius: 50%;
    font-size: 35px;
    color: #ffffff;
    font-weight: 300;
}

.love_counts {
    color: #000;
    font-weight: 700;
    font-size: 35px;
    padding: 5px 0 0px;
    display: block;
}

.choose-texts strong {
    font-size: 20px;
    font-weight: bold;
    color: #b70709;
    background: #ffffff;
    display: block;
    text-transform: capitalize;
    padding: 0 0 3px;
}

.main-ser-secs {
    float: left;
    width: 100%;
   padding: 50px 0px;
}

.about-titles {
    padding: 0 0 20px;
    text-align: center;
    position: relative;
}

.about-titles:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #ffab00;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: -1;
    top: 48px;
}

.about-titles strong {
    text-transform: capitalize;
    padding: 5px 20px 5px;
    font-size: 45px;
    font-weight: 800;
    display: inline-block;
    line-height: 90px;
    color: #b70709;
    background: #ffffff;
}

.main-srvs-1 {
    padding: 15px;
    margin: 0 auto;
}

.main-srvs-2 {
    text-align: center;
    position: relative;
}

.main-srvs-2::before {
    position: absolute;
    content: "";
    border: 4px solid #ffab00;
    height: 100%;
    width: 85%;
    top: 0;
    z-index: -1;
    border-top: 0;
    border-bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.main-srv-imgs {
    padding: 0 0 20px;
}

.main-srv-imgs span {
    color: #b70709;
    font-size: 35px;
    text-transform: capitalize;
    padding: 0px 10px 8px;
    display: block;
    background: #ffffff;
    border-radius: 50px;
    margin: 0 0 20px;
    border: 3px solid #ffab00;
}

.main-srv-imgs img {
    border-radius: 20px;
    width: 100%;
    border: 7px solid #ffab00;
}

.main-srv-texts {
    padding: 13px 15px 0;
    background: #ffffff;
    border-radius: 20px;
    border: 3px solid #ffab00;
}

.main-srv-texts p {
    color: #3e3d3d;
    padding: 0px 0 12px;
    line-height: 30px;
    font-weight: 500;
    font-size: 18px;
}

.main-srvs-2 {
    text-align: center;
    position: relative;
}

.main-srv-contacts a {
    color: #fff;
    font-size: 42px;
    text-transform: capitalize;
    font-weight: 600;
    background: green;
    display: inline-block;
    padding: 0;
    border-radius: 62px 60px 0 0;
    width: 65px;
    height: 64px;
}

.srv-lists {
    padding: 0 15px;
}

.srv-lists ul li {
    text-transform: capitalize;
    position: relative;
    padding: 12px 15px;
    line-height: 27px;
    color: #000000;
    font-size: 17px;
    font-weight: 800;
    background: #ffab00;
    margin: 20px 0;
    border-radius: 40px;
    display: flex;
    align-items: center;
    list-style: none;
}

.srv-lists ul li:before {
    content: "";
    position: relative;
    width: 10px;
    height: 10px;
    background: #b70709;
    display: inline-block;
    margin: 0 9px 0 0;
    transform: rotate(45deg);
}



.footer {
    padding: 50px 0px;
    background: #b70709;
    position: relative;
    z-index: 9;
    float: left;
    width: 100%;
    position: relative;
}


.text-start {
    text-align: left !important;
}

.contact-left1 {
    padding: 10px;
}

.contact-left-1 a {
    display: block;
    color: #000;
    padding: 0px 16px 24px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
}

.contact-left-1 a span {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.contact-left-1 a span strong {
    height: 90px;
    width: 90px;
    display: block;
    background: #b70709;
    border-radius: 0 0 50% 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 90px;
}

.contact-left-1 a span strong i {
    font-size: 43px;
    color: #fff;
    animation: anim 1s infinite;
}

.contact-left-1 a p {
    width: 100%;
    padding: 16px 0 0;
}

.contact-left-1 a p i {
    text-transform: capitalize;
    display: block;
    font-size: 19px;
    color: #b70709;
    font-weight: 800;
}

.contact-left-1 a p b {
    font-weight: 700;
    display: block;
    color: #3b3b3b;
    padding: 2px 0 0px 0;
    font-size: 19px;
}

.contact-left1 {
    padding: 10px;
}

.disclaimer {
    padding: 0;
    margin: 0;
}

.disclaimer strong {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color: #ffffff;
}

.text-center {
    text-align: center !important;
    float: left;
    width: 100%;
    position: relative;
    z-index: 10;
}

.copy p {
    padding: 22px 0 0 0;
    font-weight: 700;
    color: #ffab00;
    font-size: 16px;
}



.dg-top-hder {
    background: #b70709;
    float: left;
    width: 100%;
    position: relative;
    z-index: 10;
}

.dg-top-hder1 a {
    font-size: 25px;
    text-align: left;
    color: #fff;
    font-weight: 600;
    padding-top: 12px;
    float: left;
    width: 100%;
}

.dg-top-hder1 a span {
    color: #ffab00;
}

.dg-top-hder2 {
    text-align: center;
}

.hddddd {
    float: left;
    width: 100%;
    padding-top: 10px;
    text-align: center;
}

.hddddd2 img {
    float: none;
    display: table;
    margin: 0 auto;
    width: 70%;
}

.mark-section {
    background: #ffab00;
    color: #fff;
    text-transform: capitalize;
    padding: 40px 0;
    width: 100%;
    float: left;
}

.mark-section p {
    color: #000000;
    font-size: 37px;
    font-weight: 800;
}

.mark-section a {
    color: #b70709;
    font-weight: 800;
    background: #fff;
    border-radius: 80px;
    padding: 5px 40px;
    font-size: 38px;
    display: inline-block;
    margin: 10px 0 0;
}

.header-btm {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    z-index: 10;
    position: relative;
}

.headerbtm2 {
    float: left;
    width: 100%;
    display: inline;
    padding-top: 10px;
    background: #ffab00;
}

.headerbtm2 p {
    padding: 0 0 0px;
    font-size: 24px;
    display: inline-block;
    font-weight: 800;
    text-transform: uppercase;
    color: #b70709;
    text-align: right;
    float: left;
    width: 50%;
    margin-top: 10px;
}

.headerbtm2 ul {
    text-align: right;
    padding: 0 0 10px;
    float: left;
    width: 50%;
    margin: 0;

}

.headerbtm2 ul li {
    padding: 9px 13px 9px;
    font-size: 18px;
    margin: 0;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    color: #ffab00;
}

.headerbtm2 ul li a {
    font-size: 19px;
    font-weight: 800;
    color: black;
}

.headerbtm2 ul li:nth-child(2) {
    background: #b70709;
    color: #ffab00;
    font-weight: 800;
    border-radius: 39px 0 0 40px;
    padding: 7px 32px 6px;
    font-size: 23px;
    text-shadow: 3px -2px 11px #ffab00;
}


.abt {
    float: left;
    width: 100%;
    padding: 50px 0px;
    position: relative;
    z-index: 10;
    background: #fff;
}

.abt-desc {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 17px;
    color: #000;
    padding-top: 20px;
    line-height: 32px;

}

.abt-desc span {
    color: #b70709;
}
.ban {
  float: left;
  width: 100%;
}
@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){
    .srv-contact .whats {
        margin-top: 10px;
      }
}
@media(min-width:640px) and (max-width:767px){
    .best-ser .col-md-4
    {
        width: 100%;
    }
    .srv-secs .col-md-4
    {
        width: 100%;
    }
    .hddddd2 {
        display: none;
      }
      .hddddd1 {
        padding-bottom: 10px;
      }
      .dg-top-hder1 a {
        padding-bottom: 10px;
      }
      .headerbtm2 p {
        display: none;
      }
      .headerbtm2 ul {
        width: 100%;
      }
      .headerbtm2 {
        background: none;
      }
}
@media(min-width:480px) and (max-width:639px)
{ .best-ser .col-md-4
    {
        width: 100%;
    }
    .srv-secs .col-md-4
    {
        width: 100%;
    }
    .hddddd2 {
        display: none;
      }
      .hddddd1 {
        padding-bottom: 10px;
      }
      .dg-top-hder1 a {
        padding-bottom: 10px;
      }
      .headerbtm2 p {
        display: none;
      }
      .headerbtm2 ul {
        width: 100%;
      }
      .headerbtm2 {
        background: none;
      }
            .hddddd .col-sm-5 {
  padding: 0;
}
.hddddd .container {
  padding: 6px;
}
.header-btm .container {
  padding: 0;
}
}
@media(min-width:320px) and (max-width:479px)
{
    .hddddd2 {
        display: none;
      }
      .hddddd1 {
        padding-bottom: 10px;
      }
      .dg-top-hder1 a {
        font-size: 18px;
        padding-bottom: 10px;
      }
      .headerbtm2 p {
        display: none;
      }
      .headerbtm2 ul {
        width: 100%;
      }
      .mark-section a {
        padding: 10px 25px;
        font-size: 30px;
      }
    .srv-secs .col-md-4
    {
        width: 100%;
    }
    .srv-contact .whats {
        margin-top: 10px;
      }
      .best-ser .col-md-4
      {
          width: 100%;
      }
      .services-item {
        padding: 10px;
      }
      
      .hddddd .col-sm-5 {
  padding: 0;
}
.hddddd .container {
  padding: 6px;
}
.header-btm .container {
  padding: 0;
}
}