@import url('../../css2-1.html');
@import url('../../css2-2.html');
.top-sec {
    background: #000000;
    height: 10%;
    padding-top: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins';
}
.contact_text {
    background-color: #000;
    padding: 7px 10px;
    color: #fff;
}
.contact_text:hover{
    color: #fff;
}
/* .row {
    margin-right: -45px !important;
    margin-left: -45px !important;
} */
a:hover {
    text-decoration: none;
}
.telephone {
    color: #ffc800;;
}
.telephone:hover {
    color: #ffc800;;
}
.paragraph {
    text-align: center;
}
.main-container {
    float: left;
    width: 100%;
}
.header-part {
    float: left;
    width: 100%;
    padding: 5px 0px;
}
.img_center {
    text-align: center;
}
.img_rounded {
    border-radius: 50%;
    border: 4px solid rgb(252, 193, 0);
}
.sticky {
    float: left;
    width: 100%;
}
.pt-3 {
float: left;
width: 100%;
}
.pt-3 img{
    float: left;
    width: 100%;
}
.text-right {
    text-align: right!important;
}
.text-right img{
    margin-top: 3%;
    width: 91%;
}
.pr-0{
    padding-right: 0!important;
}
.problem-slove {
background: #7d0209;
text-align: center;
padding-top: 10px;
}
.problem-slove p {
    margin: 0;
    color: #fff;
    font-size: 22px;
   font-family: Poppins;
   animation: 1.5s scc linear infinite;
}
@keyframes scc
{
    0% {
        color: #fff;
        transform: scale(1);
    }
    50% {
        color: #fcc100;
        transform: scale(0.9);
    }
    100% {
        color: #fff;
        transform: scale(1);
    }
}
.head-design {
    background: url(../images/design.png);
    background-repeat: repeat-x;
    height: 9px;
    position: absolute;
    left: 0;
    width: 100%;
}
.head-services {
    text-align: center;
    padding: 10px;
    background: #7d0209;
    border-right:2px solid #fff ;
}
.head-services ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.head-services ul li {
    color: #7d0209;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    font-family: Poppins;
    padding: 6px 10px;
    background: #fcc100;
    
}
.banner3{
    float:left;
    width: 100%;
}
.banner3 img{
    float:left;
    width: 100%;
}
.banner_container {
    float: left;
    width: 100%;
}
.banner_container img{
    float: left;
    width: 100%;
}
.main-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    background: #7d0209;
    color: #fff;
    font-family: Poppins;
    padding: 15px 0px;
    font-weight: 500;
    border-bottom: 2px solid #f1c909;
    border-top: 2px solid #e7c701;
    text-transform: capitalize;
}
.main-title a {
  color: #ffc800;
  font-weight: bold;
  font-size: 35px;
  text-decoration: none;
}
.b-desc {
  font-size: large;
  width: 100%;
  background-color: #f7be00;
  padding: 20px;
  margin-bottom: 26px;
}
.pr {
    float: left;
    width: 100%;
    padding: 0;

}
.pr .col-sm-7{padding: 0;}
.pr .col-sm-5{padding: 0;}
.about-us {
    float: left;
    width: 100%;
    padding: 50px 0px;
    padding: 5% 0;
    background: #7d0209;
}
.a-l {
    float: left;
    width: 100%;
}
.a-l2 img{
    float: left;
    width: 100%;
}
.a-l2 {
    float: left;
    width: 100%;
}
.banner33 {
    float: left;
    width: 100%;
}
.banner33 img {
    float: none;
    display: table;
    margin: 0 auto;
    width: 35%;
}
.a-header {
    float: left;
    width: 100%;
    font-size: 24px;
    color: #fcc100;
    padding-bottom: 10px;
    text-align: center;
   font-family: Poppins;
}
.a-header2 {
    float: left;
    width: 100%;
    font-size: 45px;
    color: #fff;
    text-align: center;
   font-family: Poppins;
}
.a-line {
    float: left;
    width: 100%;
}
.a-line img {
    display: table;
    margin: 0 auto;
    float: none;
}
.a-desc {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding: 20px 0px;
    font-family: Poppins;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.a-call {
    float: left;
    width: 50%;
    font-size: 16px;
    font-family: Poppins;
    text-align: center;   padding-top: 5px;
    padding-bottom: 10px;
}
.a-r {
    float: left;
    width: 100%;
}
.a-r img{
    float: left;
    width: 100%;
}
.a-call a {
    background: #7d0209;
    padding: 8px 15px;
    color: white;
    border-radius: 20px;
}
.a-call2 {
    float: left;
    width: 50%;
    font-size: 16px;
    font-family: Poppins;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
}

.last-row
{
float: left;
width: 100%;
}
.cal
{

bottom: 0px;
left: 10px;
position: fixed;
z-index: 1111;

}

.whatsaapp img {
    -webkit-animation: mover 0.5s infinite  alternate;
    animation: mover 0.5s infinite  alternate;
}
.cal img {
    -webkit-animation: mover 0.5s infinite  alternate;
    animation: mover 0.5s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.whatsaapp
{

bottom: 0px;
right: 16px;
position: fixed;
z-index: 1111;

}
.a-call2 a {
    background: #000;
    padding: 8px 15px;
    color: white;
    border-radius: 20px;
}
.best-services {
    float: left;
    width: 100%;
    padding: 2%;
    padding: 5% 0;
  background: #000;
}

.best-services2 {
    float: left;
    width: 100%;
    padding: 50px 0px;
    padding: 5% 0;
    background-image: url(../images/abt-bg.html);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}


.best-border {
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #fcc100;
    background: #fff;
    margin-bottom: 30px;
    margin-top: 30px;
}
.best-border2 {
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #000;
    background: #fff;
    margin-bottom: 30px;
    margin-top: 30px;
}
.best-border:hover .best-contact{
    background: #fff;
}
.best-border2:hover .best-contact{
    background: #fff;
}
.best-border:hover{
    background: #fcc100;
}
.best-border2:hover{
    background: #fcc100;
}
.best-img {
    float: left;
    width: 100%;
}

.best-img img {
    float: none;
    display: table;
    margin: 0 auto;
    padding: 20px;
    border: 2px dotted #000;
    width: 100%;
}
.best-img2 {
    float: left;
    width: 100%;
}

.best-img2 img {
    float: none;
    display: table;
    margin: 0 auto;
    padding: 5px;
    border: 2px dotted #000;
    width: 100%;
}
.best-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #000;
    padding: 3px 0px;
   font-family: Poppins;
    border-bottom: 1px solid #000;
    font-weight: 600;
}
.best-more a {
    color: #000000;
   font-family: Poppins;
    font-size: 19px;
    font-weight: bold;
}
.col-sm-6.pddng {
    margin: 0 !important;
    padding: 0;
}
.best-more {
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    background: #ffffff;
    padding: 8px 5px;
    float: left;
    width: 100%;
}
.best-title .row .col-sm-12 .col-sm-6 {
    padding: 0 !important;
}
.spell-about-us-container {
    float: left;
    width: 100%;
    padding: 3%;
   background: #000;
}

.best-contact {
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    background: #fcc100;
    font-weight: 600;
    padding: 8px 5px;
    float: left;
    width: 100%;
}
.services-right-block img {
    border: 2px solid #000;
    padding: 20px;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.best-contact a {
    color: #000000;
   font-family: Poppins;
    font-size: 19px;
}
.a-header3 {
    float: left;
    width: 100%;
    font-size: 45px;
    color: #000;
    text-align: center;
   font-family: Poppins;
}
.b-sesc {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    font-family: Poppins;
    color: #fff;
    background: #000;
}
.testim{
    float: left;
    width: 100%;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
  }
.testim h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    padding-bottom: 30px;
    color: #7d0209;
   font-family: Poppins;
}
.testim-content {
    float: left;
    width: 100%;
}
.testim-box {
    float: left;
    width: 100%;
    padding: 15px 0px;
    background: linear-gradient(to bottom, #7d0209, black);
    border-radius: 10px;
}
.testim p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-family: Poppins;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.tee-l {
    float: left;
    width: 100%;
}
.testim-box-content2 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 25px;
    color: #fcc100;
    font-family: Poppins;
    text-align: center;
    margin-top: 10px;
}
.testim-box-content1 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 20px;
    color: #ffffff;
    font-family: Poppins;
    text-align: center;
    margin-top: 5px;
}
.footer {
    float: left;
    width: 100%;
    background: url(../images/footer.png);
    background-repeat: repeat;
    padding: 50px 0px 0 0;
}
.serv5 {
    padding: 15px 20px;
}
.serv6 {
    padding: 15px 0px;
    background: linear-gradient(to bottom, #7d0209, black);
    border-radius: 10px;
    padding-left: 129px;
    margin: 19px 0px;
    transition: 0.6s;
}
.serv7 {
    position: absolute;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    left: 24px;
    top: 29.5px;
    box-shadow: -2px 3px 4px #333;
    transition: 0.6s;
}
.serv7 img {
    border-radius: 50%;
    position: absolute;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: -2px 3px 4px #333;
    transition: 0.6s;
}
.serv6 h2 {
    padding: 0px;
    font-size: 20px;
    color: #fff;
    font-family: Poppins;
}
.serv6 h2 span {
    color: #fcc100;
}
.serv6 p {
    color: #fff;
    padding: 0px;
    font-family: Poppins;
}
.footer-border {
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.footer-border img{
    float: left;
    width: 100%;
}
.f-p{
    color: #ffffff;
    line-height: 55px;
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
    padding: 5px 0;
    font-size: 31px;
     font-family: Poppins;
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}
.f-ab {
    float: left;
    width: 100%;
    text-align: left;
    color: #ffffff;
    font-family: Poppins;
    padding-bottom: 20px;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.footer-border a{
    color: #fcc100;
    font-size: 30px;
    padding: 13px 0 0 0;
    font-weight: 600;
    display: inline-block;
    text-align: center;
     font-family: Poppins;
    width: 100%;
}
.f-p span {
    background: #fcc100;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    padding: 3px 11px;
    font-size: 25px;
    animation: blik 0.5s infinite;
}
.f-p2 span {
    background: #fcc100;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    padding: 3px 11px;
    font-size: 25px;
    animation: blik 0.5s infinite;
}
.f-p2{
    color: #ffffff;
    line-height: 55px;
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 31px;
     font-family: Poppins;
    float: left;
    width: 100%;
    text-align: center;
    background: #7d0209;
}
@keyframes blik{0% {
    background: #fcc100;
}
50% {
    background: #ffffff;
}
100% {
    background: #fcc100;
}}
.footer-img {
    float: left;
    width: 100%;
}
.footer-img img {
    float: none;
    display: table;
    margin: 0 auto;
}
.ft-de {
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 18px;
    color: white;
     font-family: Poppins;
}
.footer-about {
    padding: 10px;
    float: left;
    width: 100%;
}
.footer-about2 {
    padding: 10px;
    float: left;
    width: 100%;
    border: 4px solid white;
}
.footer-about1 {
    padding: 10px 0;
}
.quick-serv {
    padding: 20px 0;
    text-align: left;
}
.quick-serv ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.quick-serv ul li {
    color: #e0dcce;
    font-size: 18px;
    line-height: 28px;
    padding: 5px 0;
    text-transform: capitalize;
    font-weight: 400;
     font-family: Poppins;
}
.quick-serv li i {
    color: #fcc100;
    padding: 0 5px 0 0;
}
.about-head {
    text-align: left;
    padding: 0;
    padding-bottom: 0px;
}
.about-head p {
    margin: 0;
    color: #fcc100;
    font-size: 27px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    padding: 0px 0;
     font-family: Poppins;
}
.about-call {
    padding: 35px 0 0;
    text-align: center;
}
.about-call ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.about-call ul li {
    display: block;
    border: 1px solid #e0dcce;
    height: 62px;
    position: relative;
    font-size: 20px;
    text-align: center;
    margin-bottom: 38px;
    padding-top: 22px;
    letter-spacing: 0.5px;
     font-family: Poppins;
}
.about-call li a {
    color: #e0dcce;
    font-size: 19px;
    text-transform: capitalize;
}
.about-call ul li:hover a
{
    color: #fcc100;
}
.about-call ul li:hover i
{
  transform: rotate(360deg);
}
.about-call li i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fcc100;
    line-height: 35px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    position: absolute;
    top: -17px;
    left: 50%;
    transition: 0.4s;
    margin-left: -17px;
}

.why-us {
    float: left;
    width: 100%;
    padding-bottom: 50px; 
} 
.why-border {
    float: left;
    width: 100%;
    position: relative;
z-index: 1;

}
.devider {
    width: 50px;
    height: 2px;
    background: #fcc100;
    position: relative;
    z-index: 1;
    left: 15px;
    display: table;
    margin: 0 auto;
}
.solutionproblem {
    background-image: url(../images/site.html);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.site-heading {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: white;
font-family: Poppins;
    padding-bottom: 30px;
}
.devider:before {
    position: absolute;
    left: -15px;
    top: 0;
    content: "";
    height: 2px;
    width: 10px;
    background: #fcc100;
}
.site-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: white;
   font-family: Poppins;
    padding-top: 30px;
}
.why-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #fff;
font-family: Poppins;
    position: relative;
    z-index: 1;
}
.why-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fcc100;
   font-family: Poppins;
    padding-bottom: 30px;

}
.why-left {
    float: left;
    width: 100%;
}
.why-left img{
    float: left;
    width: 100%;
}
.why-right {
    float: left;
    width: 100%;
}
.h-righr-p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #000;
  font-family: Poppins;
    font-weight: 600;
}
.whychoose-item {
    background-color: #fcc100;
    border: 1px solid #fcc100;
    border-radius: 5px;
    text-align: left;
    padding: 14px;
    box-shadow: 0 0 8px 0 #fcc100;
    margin-bottom: 35px;
    display: inline-block;
    width: 100%;
  
}
.top-services4 {
    padding: 0;
    float: left;
    width: 100%;
}
.single-features-style1 {
    position: relative;
    display: block;
    padding: 0 10px;
    margin-bottom: 10px;
}
.single-features-style1 .icon-holder {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    padding: 3px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.single-features-style1 .dotted-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    -webkit-animation-duration: 1500ms;
    animation-duration: 1500ms;
    -webkit-animation: service_hexagon 3s infinite linear;
    animation: service_hexagon 3s infinite linear;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
@-webkit-keyframes service_hexagon {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.single-features-style1 .dotted-box::before {
    content: '';
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 3px solid #fcc100;
    position: absolute;
    background: #000;
    top: 0px;
    right: 13px;
    z-index: 10;
}
.single-features-style1 .dotted-box::after {
    content: '';
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #000;
    border: 3px solid #ffffff;
    position: absolute;
    bottom: 0px;
    left: 13px;
    z-index: 10;
}
.single-features-style1 .icon-holder .inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgb(251, 243, 241);
}
.single-features-style1 .icon-holder .inner:before {
    position: absolute;
    content: '';
    border-radius: 50%;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    background: #000;
}
.single-features-style1 .icon-holder span {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 59px;
    transition: all 500ms ease;
}
.single-features-style1 .icon-holder span
{
    color: #000;
}
.whychoose-item:hover .icon-holder span{
    color: white;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.whychoose-item:hover .dotted-box {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.whychoose-item:hover .icon-holder .inner:before {
   background: #000;
   transform: scale(1);
   -webkit-transition: 0.3s ease-in-out;
   transition: 0.3s ease-in-out;
}
.whychose-text
{
    float: left;
    width: 100%;   
}
.whychoose-item h3 {
    color: #fcc100;
    font-size: 20px;
font-family: Poppins;
   font-weight: bold;
   text-align: center;
}
.counter {
    color: #000;
   font-family: Poppins;
    text-align: center;
    padding: 30px 25px 25px;
    margin: 0 auto;
    border: 3px solid #fcc100;
    border-radius: 20px 20px;
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
}
.counter::before{
    content: "";
    background: #fcc100;
    border-radius: 20px;
    box-shadow: 4px 4px 2px rgb(0 0 0 / 20%);
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    z-index: -1;
}
.counter:hover .counter-icon {
    transform: rotateY(
360deg
);
}
.counter::after {
    content: "";
    background: #f3f3f3;
    border-radius: 20px;
    box-shadow: 4px 4px 2px rgb(0 0 0 / 20%);
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    z-index: -1;
    background: transparent;
    width: 100px;
    height: 100px;
    border: 15px solid #fcc100;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 20px;
    box-shadow: none;
    top: auto;
    left: -10px;
    bottom: -10px;
    right: auto;
}
.counter .counter-icon {
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 15px;
    transition: all 0.3s ease 0s;
}
.counter .counter-value {
    color: #3a3a3a;
    font-size: 30px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 20px;
    display: block;
    transition: all 0.3s ease 0s;
  font-family: Poppins;
}
.counter h3 {
    font-size: 17px;
    font-weight: 700;
    color: #3a3a3a;
    text-transform: uppercase;
    margin: 0 0 15px;
    font-family: Poppins;
}
.pt-1 {
    float: left;
    width: 100%;
}
.pt-1 img {
float: left;
width: 100%;
}
.new-why {
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.new-left {
    float: left;
    width: 100%;
}
.new-left img{
    float: left;
    width: 100%;
}
.new-right {
    float: left;
    width: 100%;
   
}
.w-inner {
    float: left;
    width: 100%;
    padding: 15px 0px;
}
.w-inner:hover .choose-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 0px 20px #00000040;
    box-shadow: 0px 0px 20px #00000040;
}
.choose-box {
    -webkit-box-shadow: 0px 0px 10px #00000040;
    box-shadow: 0px 0px 10px #00000040;
    background: #fff;
    border-radius: 10px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-align: center;
    padding: 20px;
}
.choose-box span {
    font-size: 50px;
    color: #000000;
}
.choose-box .choose-name {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    margin: 0px;
   font-family: Poppins;
}
.new-best {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #7d0209;
}
.new-best-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    padding-bottom: 30px;
   font-family: Poppins;
    color: #fcc100;
}
.new-bborder {
    float: left;
    width: 100%;
    background: white;
    padding: 15px;
    margin-bottom: 30px;
    background-image: url(../images/abt-bggg.html);
    background-repeat: no-repeat;
    background-size: cover;
}
.b-in {
    float: left;
    width: 100%;
   
}
.b-head {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #7d0209;
   font-family: Poppins;
    border-bottom: 2px solid #7d0209;
    background: #fcc100;
}
.new-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    padding-bottom: 20px;
    color: #7d0209;
   font-family: Poppins;
}
.new-desc {
    float: left;
    width: 100%;
    padding-bottom: 13px;
    color: #000;
    font-size: 16px;
    font-family: Poppins;
    text-transform: capitalize;
}
.b-desc {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: black;
    font-family: Poppins;
    font-weight: 600;
   
}
.c-desc {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: Poppins;
  padding: 13px;
}
.d-desc {
  float: left;
  width: 100%;
  text-align: center;
  background-color: #319701;
  font-family: Poppins;
  padding: 13px;
  font-size: 18px;
  color: #fff;
}
.about-us img {
  float: left;
  width: 100%;
}.e-desc {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #f7be00;
    font-family: Poppins;
    padding: 13px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.h-desc {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #ffc800;
    font-family: Poppins;
    padding: 13px;
    font-size: 16px;
    color: #0c0b0b;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 2px;
}



.g-desc {
  float: left;
  width: 100%;
  text-align: center;
  background-color: #1ff6ec;
  font-family: Poppins;
  padding: 13px;
  font-size: 26px;
  color: #000;
  font-weight: bold;
}
.b-in2 {
    float: left;
    width: 100%;
}
.b-in2 img{
    float: left;
    width: 100%;
    border: 1px solid #7d0209; 
}
.b-in2 .a-call {
    float: left;
    width: 100%;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
}
.b-in2 .a-call a {
    background: #7d0209;
    padding: 3px 5px;
    color: white;
}
.new-bx {
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.bx-border {
    float: left;
    width: 100%;
    padding: 10px 25px;
    text-align: center;
    background: linear-gradient(to top,#fcc100 68%,transparent 20%);
    margin-bottom: 20px;
}
.bx-img {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
.bx-img img{
    float: left;
    width: 100%;
    padding: 10px;
    /* border: 2px dashed #fcc100; */
    background: #7d0209;
}
.bx-text {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    margin: 0px;
    font-family: Poppins;
    text-transform: uppercase;
    text-align: center;
    float: left;
    width: 100%;
    border-bottom: 2px solid #000000;
    margin-bottom: 10px;
    padding: 5px 0px;
    font-weight: bold;
    letter-spacing: 2px;
}

@media(min-width:320px) and (max-width:479px)
{.new-header {
    font-size: 35px;
  }
   .a-call {
    width: 50%;
    margin-bottom: 10px;
  }
  .a-call2 {
    width: 50%;
    margin-bottom: 10px;
  }
    .problem-slove p {
        font-size: 20px;}
        .head-services {
            display: none;
        }
        .main-title {
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 25px;
}
        .a-header {
            font-size: 22px;
        }
        .a-header2 {
            font-size: 35px;
        }
        .best-title {
            font-size: 18px;
        }
        .a-header3 {
            font-size: 35px;
        }
        .testim h2 {
            font-size: 35px;
        }.why-border li {
            font-size: 18px;
            padding: 3px;
        }
        .why-header {
            font-size: 25px;
        }
        .a-line img {
            display: table;
            margin: 0 auto;
            float: none;
            width: 100%;
          }
          .serv5 {
            padding: 15px 20px;
            float: left;
            width: 100%;
            position: relative;
          }
          .serv7 {
            height: 100px;
            width: 100px;
            top: 64.5px;
          }
          .serv7 img {
            height: 100px;
            width: 100px;
            border-radius: 50%
          }
          .f-ab {
            margin-top: 20px;
          }
          .testim-box{margin-bottom: 20px;}
          .pt-3 {
padding-top: 0px;
}
}
@media(min-width:480px) and (max-width:639px)
{.new-header {
    font-size: 35px;
  }
   .tee-l img {
    float: left;
    width: 25%;
    border-radius: 50%;
  }
    .problem-slove p {
        font-size: 20px;}
        .head-services {
            display: none;
        }.a-line img {
            display: table;
            margin: 0 auto;
            float: none;
            width: 100%;
          }
        .main-title {
            font-size: 20px;
        }
        .a-header {
            font-size: 35px;
        }
   
        .a-header2 {
            font-size: 35px;
        }
        .best-title {
            font-size: 18px;
        }
        .a-header3 {
            font-size: 35px;
        }
        .testim h2 {
            font-size: 35px;
        }.why-border li {
            font-size: 18px;
            padding: 3px;
        }
        .why-header {
            font-size: 25px;
        }
        .serv5 {
            padding: 15px 20px;
            float: left;
            width: 100%;
            position: relative;
          }
          .serv7 {
            height: 100px;
            width: 100px;
            top: 64.5px;
          }
          .serv7 img {
            height: 100px;
            width: 100px;
            border-radius: 50%
          }
          .f-ab {
            margin-top: 20px;
          }
          .testim-box{margin-bottom: 20px;}
                    .pt-3 {
padding-top: 0px;
}
}
@media(min-width:640px) and (max-width:767px){
    .new-header {
        font-size: 35px;
      }
       .tee-l img {
        float: left;
        width: 25%;
        border-radius: 50%;
      }
        .problem-slove p {
            font-size: 20px;}
            .head-services {
                display: none;
            }.a-line img {
                display: table;
                margin: 0 auto;
                float: none;
                width: 100%;
              }
            .main-title {
                font-size: 20px;
            }
            .a-header {
                font-size: 35px;
            }
       
            .a-header2 {
                font-size: 35px;
            }
            .best-title {
                font-size: 18px;
            }
            .a-header3 {
                font-size: 35px;
            }
            .testim h2 {
                font-size: 35px;
            }.why-border li {
                font-size: 18px;
                padding: 3px;
            }
            .why-header {
                font-size: 25px;
            }
            .serv5 {
                padding: 15px 20px;
                float: left;
                width: 100%;
                position: relative;
              }
              .serv7 {
                height: 100px;
                width: 100px;
                top: 64.5px;
              }
              .serv7 img {
                height: 100px;
                width: 100px;
                border-radius: 50%
              }
              .f-ab {
                margin-top: 20px;
              }
              .testim-box{margin-bottom: 20px;}
}
@media(min-width:768px) and (max-width:991px){
.header-part .col-sm-5{width: 100%;}
.header-part .col-sm-7{width: 100%;}
.about-us .col-sm-5{width: 50%;}
.about-us .col-sm-7{width: 100%;
margin-bottom: 20px;}
.best-services .col-sm-3{width: 50%;}
.best-services2 .col-sm-3{width: 50%;}
.testim .col-sm-4{width: 50%;}
.footer .col-sm-3{width: 50%;}
.why-us .col-sm-3{width: 50%;}
.pr .col-sm-5{width: 100%;}
.pr .col-sm-7{width: 100%;}

  .new-best .col-sm-6{width: 100%;}
  .new-why .col-sm-3{width: 50%;}
  .new-bx .col-sm-4
  {
    width: 50%;
  }
}
@media(min-width:992px) and (max-width:1200px){
    .pr .col-sm-5{width: 100%;}
.pr .col-sm-7{width: 100%;}
.pt-1 img{
    width: 100%;
  }
  .new-best .col-sm-6{width: 100%;}
}






.pricing-plans {
    gap: 32px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding: 64px;
    /* background-image: url(untitle.jpg); */
    background-color: #940000;
    color: white;
    font-family: 'Poppins';
    text-transform: capitalize;
    font-size: 17px;
    line-height: 39px;
    letter-spacing: 1px;
}


