@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.hdd {
    font-family: "Play", sans-serif;
    font-weight: 700;

}

img {
    max-width: 100%;
}



.main-container {
    float: left;
    width: 100%;
}

.banner3 {
    float: left;
    width: 100%;
}

#callbook {
    background: green;
    bottom: 0;
    height: 50px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 100;
}

#callbook ul {
    padding: 0px;
}

#callbook ul li {
    border-bottom: 1px solid #fff;
    background: red;
    position: relative;
    padding: 21px;
    width: 50%;
    list-style: none;
    float: left;
    text-align: center;
}

#callbook ul li a span {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    top: -15px;

    text-decoration: none;
}

#callbook ul li a i {
    color: #fff;
    position: relative;
    top: -13px;
    padding: 0 5px 0 0;
    font-size: 16px;
}

#callbook ul li a {
    line-height: 41px;
}

#callbook ul li a i {
    animation: pulsate 0.5s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 0.5s ease-out;
    -webkit-animation-iteration-count: infinite;
}

@keyframes pulsate {
    0% {
        transform: scale(0.9, 0.9);
        opacity: 1;
    }

    50% {
        transform: scale(1.2, 1.2);
        opacity: 1;
    }

    100% {
        transform: scale(0.9, 0.9);
        opacity: 1;
    }
}

.header {
    float: left;
    width: 100%;
    padding: 10px 0px;
}

.top-sec {
    padding: 0 12px;
    background: #640d00;
}

.tophead1 {
    padding: 0px 0;
    text-align: center;
    padding-top: 10px;
}

.tophead2 {
    padding: 0px;
    text-align: center;
}

.tophead2 a {
    font-size: 28px;
    padding: 5px 5px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    animation: .8s infinite blk;
    padding-top: 13px;
}

@keyframes blk {
    0% {
        color: #ffe6b0;
    }

    100% {
        color: #fff;
    }
}

.tophead1 {
    padding: 0px 0;
    text-align: center;
}

.tophead2 {
    padding: 0px;
    text-align: center;
}

.tophead2 marquee {
    font-size: 23px;
    padding: 2px 7px 2px;
    font-weight: 700;
    color: #000;
    background: #fff;
    border-radius: 20px 20px 0 0;
    text-transform: capitalize;
    margin: 16px 0 0;
}

.tophead1 {
    padding: 0px 0;
    text-align: center;
}

.tophead3 a {
    color: #640d00;
    font-size: 20px;
    display: inline-block;
    padding: 3px 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    background: #fff;
    border-radius: 7px;
    margin-top: 15px;
}

.tophead2 span {
    font-size: 26px;
    padding: 5px 5px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
    animation: .8s infinite blk;
    padding-top: 13px;
}

.headtop-sec {
    padding: 0;
    border-bottom: 1px solid #640d00;
    background-color: #ffe6b0;
    float: left;
    width: 100%;
}

.headtop-left1 {
    padding: 0;
}

.headtop-left2 {
    padding: 0;
    text-align: center;
}

.headtop-left2 {
    padding: 0;
    text-align: center;
}

.headtop-left2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.headtop-left2 ul li {
    font-size: 19px;
    display: inline-block;
    padding: 7px 7px;
    color: #640d00;
    font-weight: 700;
    text-transform: capitalize;
}

.headtop-left2 ul li i {
    text-align: center;
    color: #000;
    padding: 0 7px 0 0;
    font-size: 20px;
    font-weight: 500;
}

.headtop-right1 {
    padding: 0;
}

.headtop-right2 {
    padding: 0;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    background: #640d00;
    text-align: center;
}

.headtop-right2 a {
    color: #ffffff;
    font-size: 29px;
    display: inline-block;
    padding: 3px 0;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    border-radius: 7px;
}

.best-ser {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #ffe6b0;
}

.best-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #000;
}

.best-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #640d00;
}

.bestsv1 {
    padding: 30px 15px 0;
}

.bestsv2 {
    /* padding: 40px 0 30px; */
    text-align: center;
    background: whitesmoke;
    padding: 0;
}

.best-service {
    padding: 0;
    position: relative;
    /* max-width: 305px; */
    margin: 0 auto;
}

.best-img {
    padding: 30px;
}

.best-img::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 55%;
    content: "";
    /* border-radius: 200px 200px 0 0; */
    transition: all .7s ease;
    background: #ffe6b0;
}

.best-img img {
    /* border-radius: 100% 100% 0; */
    width: 100%;
    display: initial;
    position: relative;
    z-index: 9;
    border: 9px solid #fff;
    box-shadow: 0 0 6px 0px #00000029;
}

.sv-call {
    position: relative;
    z-index: 999;
}

.sv-call-icon a {
    width: 65px;
    height: 65px;
    bottom: 0;
    right: 25px;
    line-height: 67px;
    font-size: 29px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 5px 14px 4px rgb(0 0 0 / 7%);
    z-index: 9;
    color: #640d00;
    transition: all .25s ease-in-out;
}

.sv-call1 a {
    position: absolute;
    bottom: 12px;
    right: 30px;
    visibility: hidden;
    background: #640d00;
    color: #ffe6b0;
    border-radius: 100px 0px 0px 100px;
    opacity: 1;
    transition: all .25s ease-in-out;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    width: 60%;
    height: 37px;
    line-height: 37px;
    z-index: 1;
    padding: 0 19px 0 0;
}

.best-text {
    padding: 5px 15px 0;
}

.best-text span {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 800;
    padding: 2px 0 1px;
    display: inline-block;
    color: #640d00;
    border-radius: 30px;
}

.best-text p {
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    color: #272727;
}

.best-img::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 55%;
    content: "";
    /* border-radius: 200px 200px 0 0; */
    transition: all .4s ease;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    background: #640d00;
}

.bestsv2:hover .best-img::after {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

.bestsv2:hover .sv-call1 a {
    opacity: 1;
    visibility: visible;
    transition: all .25s ease-in-out;
    right: 60px;
}

.why-us {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.why-header.hdd {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #000;
    text-transform: uppercase;
}

.why-header.hdd span {
    color: #640d00;
}

.why-sub {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #666;
    padding: 10px;
    text-align: center;
    line-height: 28px;
}

.why-border {
    float: left;
    width: 100%;
    text-align: center;
    border-right: 1px solid #666;
    padding: 0px 15px;
    margin-top: 30px;
    position: relative;
}

.why-border h2 {
    font-size: 20px;
    color: #640d00;
    line-height: 30px;
}

.why-border2 {
    border-right: none;
}

.other-ser {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.other-header.hdd {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #640d00;
    text-transform: uppercase;
}

.box {
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.box:before {
    content: "";
    width: 100%;
    height: 50%;
    background: linear-gradient(to right top, rgba(0, 0, 0, 0.7) 49%, rgba(0, 0, 0, 0.8) 50%);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}

.box:after {
    content: "";
    width: 100%;
    height: 50%;
    opacity: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
    background: linear-gradient(to right top, rgba(0, 0, 0, 0.7) 49%, rgba(0, 0, 0, 0.8) 50%);
    top: 50%;
}

.box img {
    width: 100%;
    border-bottom: 3px solid #640d00;
    height: auto;
    transition: all 0.3s ease 0s;
}

.box .box-content {
    width: 100%;
    background: #640d00;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%) translateY(100%);
    transition: all 0.3s ease 0s;
    float: left;
    width: 100%;
}

.box .title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
}

.box .icon {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease 0s;
}

.box .icon li:last-child {
    transform: translateX(150px);
}

.box .icon li {
    display: inline-block;
    margin: 0 5px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.box .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 3px dotted transparent;
    font-size: 23px;
    color: #640d00;
    box-shadow: 0 0 5px #640d00;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.box:hover:after {
    opacity: 1;
}

.box:hover img {
    transform: translateY(-10%);
}

.box:hover .box-content {
    transform: translateX(-50%) translateY(0);
}

.box:hover .icon li:last-child {
    transform: translateX(0);
}

.box:hover:before {
    opacity: 1;
}

.box:hover .icon li {
    opacity: 1;
}

.box:hover .icon li:first-child {
    transform: translateX(0);
}

.about-us {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.abt-left {
    float: left;
    width: 100%;
}

.abt-left img {
    border-radius: 10px;
    max-width: 100%;
}

.abt-right {
    float: left;
    width: 100%;
}

.abt-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #000;
}

.abt-header {
    float: left;
    width: 100%;
    font-size: 35px;
    color: #640d00;
 font-family: "Play", sans-serif;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.abt-desc {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    padding-bottom: 15px;
}

.abt-cal {
    float: left;
    width: 100%;
    padding-top: 15px;
    font-size: 18px;
    text-align: center;
}

.abt-cal a {
    background: #000;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
}

.abt-cal a:hover {
    background: linear-gradient(rgb(202, 1, 1), black);
    color: #fff;
}

.test {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.testi-1 {
    padding: 0px;
    margin-top: 40px;
}

.testi-2 {
    padding: 0;
    float: left;
    width: 100%;
}

.testi-3 {
    padding: 0;
    float: left;
    width: 100%;
}

.what_people_say_card_div {
    float: left;
    width: 100%;
    margin: 0 auto;
    padding: 5px;
    position: relative;
    background: #ffe6b0;
    border-radius: 10px;
}

.what_people_say_card_inner {
    background: #fff;
    padding: 10px;
    float: left;
    width: 100%;
}

.what_people_say_card_content p {
    color: #000;
    font-size: 17px;
    line-height: 30px;
    text-align: center;

}

.what_people_say_card_heading {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    position: relative;
    padding-bottom: 30px;
    z-index: 2;
}

.client-name strong {
    font-size: 22px;
    line-height: 30px;
    color: #640d00;

    text-transform: capitalize;
}

.client-name span {
    font-size: 17px;
    text-align: start;
    color: #000;

    text-transform: capitalize;
}

.wpsc_img {
    position: relative;
}

.wpsc_img .iconify {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -22px;
    font-size: 30px;
}

.client-img img {
    width: 100px;
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: -64px;
    border: 2px solid #ffe6b0;
}

.wpsc_img .iconify:last-of-type {
    left: unset;
    right: -29px;
    top: 0;
}

.what_people_say_card_stars {
    position: relative;
    left: 0;
    bottom: 21px;
    padding: 4px 40px 4px 26px;
    margin-top: 0;
    background: #640d00;
    clip-path: polygon(0 0, 100% 0, 84% 100%, 0% 100%);
    z-index: 1;
    position: relative;
}

.what_people_say_card_stars .rating {
    display: inline-block;
    list-style: none;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 0;
    padding: 0;
    text-transform: capitalize;
}

.what_people_say_card_stars .rating li {
    display: inline-block;
    font-size: 15px;
}

.footer-section {
    padding: 0;
    background: #640d00;

}

.footer-section1 {
    padding: 50px 0 30px;
}

.footer-about1 {
    padding: 0;
}

.footer-about2 {
    padding: 0;
    text-align: left;
}

.footer-about2 strong {
    font-size: 24px;
    text-transform: capitalize;
    color: #ffe6b0;
    font-weight: 400;
    padding: 0px 0 0;
 font-family: "Play", sans-serif;
}

.footer-about2 strong span {
    background-image: linear-gradient(to bottom right, #000, #ff834f);
    padding: 2px 5px 3px 7px;
    margin: 0 6px 0 0;
}

.footer-about2 p {
    color: #ffffff;
    line-height: 30px;
    margin: 0;
    padding: 9px 0 0;
    font-size: 15px;
}

.footer-right1 {
    padding: 10px 0px 0 20px;
}

.footer-right2 {
    padding: 0;
}

.footer-contact1 {
    text-align: left;
    padding: 0 10px 0 7px;
}

.footer-contact2 {
    padding: 0px;
}

.title {
    display: block;
    color: #ffe6b0;
    font-size: 23px;
    text-transform: capitalize;
    margin: 0 0 10px 0;
    font-weight: 400;
 font-family: "Play", sans-serif;
}

.footer-contact2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-contact2 ul li {
    padding: 10px 0;
    color: #fff;
    font-size: 15px;
}

.footer-contact2 li i {
    color: #ffe6b0;
    padding: 0 5px 0 0;
}

.footer-contact3 {
    padding: 0px 0px;
}

.banner-border img {
    max-width: 100%;
}

.footer-contact3 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-contact3 ul li {
    padding: 5px 0;
    text-transform: capitalize;
    color: #c4c4c4;
    font-size: 17px;
}

.footer-contact3 li i {
    color: #ffe6b0;
    font-weight: 500;
    display: inline-block;
    font-size: 17px;
    padding: 0px 7px 0 0px;
}

.copy-right {
    padding: 0px 0 10px;
    margin-top: 0px;
    text-align: center;
}

.copy-right p {
    color: #ffe6b0;
    font-weight: 600;
    font-size: 14px;
    margin: 11px 0 0 0;
    display: inline-block;
    padding: 10px 0 0 0px;
    border-top: 1px solid #fff;
}

.copy-right span {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    display: block;
    padding: 0;
    line-height: 26px;
}


@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){ .header2
    {
        display: none;
    }
    .header .col-sm-5{width: 50%;}
    .about-us .col-sm-6{width: 100%;}
    .abt-cal {
        margin-bottom: 25px;
      }
      .best-ser .col-md-6{width: 50%;}
      .test .col-sm-4{width: 50%;}
}
@media(min-width:640px) and (max-width:767px){ .header2
    {
        display: none;
    } .bestsv1 {
        padding: 30px 15px 0;
        position: relative;
        float: left;
        width: 100%;
      } .abt-cal {
        margin-bottom: 25px;
      } #callbook{display: block;}
      #callbook ul li a span {
        font-size: 16px;
      }
}
@media(min-width:480px) and (max-width:639px)
{ .header2
    {
        display: none;
    }  .abt-cal {
        margin-bottom: 25px;
      } .bestsv1 {
        padding: 30px 15px 0;
        position: relative;
        float: left;
        width: 100%;
      }  #callbook{display: block;}
      #callbook ul li a span {
        font-size: 16px;
      }
      .header2 {
  display: none;
}
.header .container {
  padding: 0;
}
.tophead2 span {
  padding: 0;
  padding-top: 0;
}
.headtop-left2 {
  display: none;
}
}
@media(min-width:320px) and (max-width:479px)
{
    .header2
    {
        display: none;
    }
    .abt-header {
        font-size: 25px;
      }
      .abt-cal {
        margin-bottom: 25px;
      }
      .bestsv1 {
        padding: 30px 15px 0;
        position: relative;
        float: left;
        width: 100%;
      }
      .best-header {
        font-size: 25px;
      }
      .sv-call1 a {
        font-size: 16px;
      }
      .why-header.hdd {
        font-size: 25px;
      }
      .other-header.hdd {
        font-size: 25px;
      }
      #callbook{display: block;}
      #callbook ul li a span {
        font-size: 14px;
      }
.tophead2 marquee {
  margin: 0;
}
.tophead2 span {
  padding: 0;
  padding-top: 0px;
}
.tophead2 a {
  padding-top: 4px;
}
.tophead2 a {
  font-size: 22px;
}
.tophead2 span {
  font-size: 22px;
}
.header2 {
  display: none;
}
.header .container {
  padding: 0;
}
.tophead2 marquee {
  margin: 0;
}
.tophead2 span {
  padding: 0;
  padding-top: 0;
}
.headtop-left2 {
  display: none;
}
}