@import url('../css2.html');
@import url('../css2-1.html');


body {
    font-family: "Nunito", sans-serif;
}

.hdd {
    font-family: "Cuprum", sans-serif;
    font-weight: 600;
}

.main-container {
    float: left;
    width: 100%;
    overflow: hidden;
}

img {
    max-width: 100%;
}

.banner {
    float: left;
    width: 100%;
}

.ssb-container {
    top: 70%;
    position: fixed;
}

.ssb-container ul {
    padding: 0;
    margin: 0;
}

.ssb-container.ssb-anim-icons ul li {
    transition: transform 100ms;
}

.ssb-container ul li {
    line-height: 45px;
}

.ssb-container ul li {
    list-style: none;
    margin: 0;
}

.ssb-btn-0 {
    background: darkred;
}

.ssb-container.ssb-btns-left ul li a {
    text-align: right;
    padding: 0 0 0 15px;
}

.ssb-container ul li span i {
    line-height: 45px;
    font-size: 25px;
    width: 50px;
    text-align: center;
    display: inline-block;
    color: #fff;
}

.ssb-btn-1 {
    background: green;
}

.top-sec {
    text-align: center;
    background: darkred;
    float: left;
    width: 100%;
}

.head-design {
    align-items: center;
}

.top-col1 {
    position: relative;
}

.des p {
    color: #ffffff;
    padding: 6px 0 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 35px;
}

.top-col1 {
    position: relative;
}

.top-inr {
    padding: 8px 0;
}

.top-inr a {
    padding: 5px 10px 7px;
    background: #fee16b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.top-inr a i {
    text-align: center;
    color: #99041b;
    font-size: 24px;
    font-weight: 600;
    width: 60px;
    height: 60px;
    line-height: 63px;
    border-radius: 50px;
    background: white;
}

.top-inr a span {
    text-align: center;
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    padding: 2px 7px;
}

.top-inr a span b {
    color: #99041b;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 400;
    display: block;
}

.bg-secondary {
    background: #99041b;
    float: left;
    width: 100%;
}

.text-white {
    color: #fff !important;
    padding-top: 5px;
}

.text-center {
    text-align: center !important;
}

.bg-warning {
    background-color: #fee16b !important;
    padding-top: 5px;
}

.awards-section {
  background: #000;
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.srv-list {
    padding: 15px 15px 0;
}

.srv-list1 {
    padding: 15px 0 15px 20px;
    background: linear-gradient(90deg, #fee16b 50%, transparent 50%);
}

ul {
    margin: 0px;
    padding: 0px;
}

.srv-list1 ul li {
    text-transform: capitalize;
    position: relative;
    padding: 12px 15px 12px;
    line-height: 27px;
    color: #222;
    font-size: 17px;
    font-weight: 600;
    background: #ffffff;
    margin: 20px 0;
    border-radius: 40px;
    display: flex;
    align-items: center;
}

.srv-list1 ul li i {
    font-size: 21px;
    margin: 0px 6px 0 0;
    font-weight: 500;
    text-align: center;
    border-radius: 50px;
    color: #fee16b;
    right: 0;
    position: absolute;
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, #000, #99041b);
    line-height: 41px;
}

.award-right1 {
    padding: 15px;
}

.about-title {
    text-align: center;
}

.about-title strong {
    text-transform: capitalize;
    font-size: 57px;
    font-weight: 600;
    display: block;
    color: #fee16b;
}

.about-title p {
    text-transform: uppercase;
    padding: 4px 15px 2px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
    background: linear-gradient(45deg, #000, #99041b);
}

.award1 {
    padding: 10px;
}

.award2 img {
    width: 100%;
    border: 2px solid #fff;
}

.about-us-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.about-us-section .about-title strong {
    color: #99041b;
}

.about-us-content {
    padding-top: 20px;
}

.about-us-content img {
    float: left;
    width: 340px;
    background: linear-gradient(45deg, #000, #99041b);
    padding: 5px;
    border-radius: 20px;
    margin: 12px 15px 15px 0;
    margin-top: -100px;
}

.about-us-content p {
    font-size: 17px;
    font-weight: 500;
    line-height: 29px;
    color: #353535;
    padding: 7px 0;
    text-align: justify;
}

.about-us-content p strong {
    color: #99041b;
}

.why-counter {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  padding-top: 50px;
}

.why-counter .single-feature {
  background: red;
  padding: 40px 40px 60px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.why-counter .single-feature:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    height: 0;
    width: 50%;
    z-index: -1;
    background: #000;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-feature .part-icon {
    width: 60px;
    display: inline-block;
    margin-bottom: 25px;
}

.single-feature .part-icon img {
    width: 100%;
}

.single-feature .part-text h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
    margin-top: 0;
    padding: 0;
}

.single-feature .part-text p {
  color: #fff;
  margin: 0;
  font-size: 17px;
}

.single-feature .more-feature-button {
    text-align: center;
    margin-top: -30px;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-feature:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 0;
    width: 50%;
    z-index: -1;
    background: #000;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-feature .more-feature-button a {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #28a745;
    -webkit-box-shadow: 0px 9px 24px 0px rgba(251, 79, 0, 0.39);
    box-shadow: 0px 9px 24px 0px rgba(251, 79, 0, 0.39);
    color: #fff;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
}

.single-feature:hover:before {
    height: 100%;
}

.single-feature:hover::after {
    height: 100%;
}

.single-feature:hover .more-feature-button {
    visibility: visible;
    opacity: 1;
    bottom: -30px;
}

.single-feature:hover .part-text h3 {
    color: #fee16b;
}

.other-services-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.otherservices1 {
    padding: 5px 15px;
    text-align: center;
}

.otherservices2 {
    float: left;
    width: 100%;
    position: relative;
}

.otherservices2 img {
    width: 100%;
    border-radius: 50%;
    border: 5px solid #99041b;
    margin-top: -20px;
    z-index: -1;
}

.otherservice-name {
    color: #99041b;
    font-size: 22px;
    text-transform: capitalize;
    padding: 5px 15px;
    background: #fee16b;
    border-radius: 50px;
    z-index: 2;
    position: relative;
}

.otherservices2 a {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    padding: 5px 15px;
    background: green;
    margin-top: -100px;
    border-radius: 50px;
}

.our-services-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: red;
}

.services-design1 {
    padding: 30px 15px 15px;
}

.services-design2 {
  position: relative;
  padding: 0 15px;
  text-align: center;
  border-radius: 20px;
  z-index: 0;
  background-color: #fff;
}

.services-design2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 85%;
    top: 0px;
    left: 0;
    bottom: inherit;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    border: 1px solid #fee16b;
    border-radius: 12px;
}

.services-design4 {
    position: relative;
    z-index: 9;
}

.services-design4 strong {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    padding: 2px 0 1px;
    color: #000000;
    background: #fee16b;
    border-radius: 0 0 20px 20px;
}

.services-design4 p {
  padding: 12px 0 15px;
  font-size: 17px;
  font-weight: 500;
  line-height: 29px;
  color: #000;
}

.services-design3 {
    padding: 0;
}

.services-design3 a {
    color: #000000;
    padding: 6px 15px 3px;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    background: #fee16b;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    border-radius: 50px;
    bottom: -20px;
}

.services-design3 a i {
    font-weight: 600;
    color: #0c5500;
    padding: 0 3px 0 0;
    font-size: 18px;
}

.services-design3 img {
    border: 6px solid #ffffff;
    border-bottom: 0;
}
.aaa {
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.aa-d {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #99041b;
}
.aaa1 {
    float: left;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.aaa1 img{
  border: 5px solid #99041b;
}

.footer {
    padding: 42px 15px 0;
    float: left;
    width: 100%;
    background: #99041b;
  }
  
  .head-align {
    align-items: center;
  }
  
  .footer-left {
    padding: 0;
  }
  
  .footer-left-1 {
    padding: 0;
    text-align: center;
  }
  
  .foot-contac {
    padding: 0 28px;
  }
  
  .foot-leftt {
    padding: 0;
  }
  
  .foot-contac {
    padding: 0 28px;
  }
  
  .foot-leftt {
    padding: 0;
  }
  
  .foot-leftt-1 {
    padding: 0 25px 0 0;
  }
  
  .foot-leftt-1 img {
    background: #fff;
    border-radius: 12px;
    max-width: 100%;
  }
  
  .foot-rightt {
    padding: 0;
  }
  
  .foot-rightt-1 {
    padding: 0;
  }
  
  .footer-about {
    padding: 0 27px 0;
    text-align: left;
    border-left: 1px dashed #ffffff2e;
  }
  
  .footer-about span {
    text-align: center;
    padding: 2px 18px 2px;
    font-size: 21px;
    font-weight: 600;
    line-height: 31px;
    color: #000;
    text-transform: capitalize;
    background: #fee16b;
    border-radius: 40px 40px 0;
  }
  
  .footer-about p {
    padding: 10px 0 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 33px;
    color: #fff;
  }
  
  .footer-about p strong {
    color: #fee16b;
   
  }
  
  .footer-right {
    padding: 0 0 0 20px;
  }
  
  .footer-right-1 {
    padding: 0;
  }
  
  .footer-contact1 {
    padding: 0px 5px 0;
  }
  
  .footer-contact2 {
    padding: 20px 4px;
    text-align: center;
  }
  
  .footer-contact2 span {
    height: 85px;
    width: 85px;
    line-height: 74px;
    border-radius: 50%;
    background: #fee16b;
    text-align: center;
    display: block;
    margin: 0 auto;
    animation: pulse2 2s linear infinite;
    outline: #fee16b solid 2px;
    border: 6px solid #99041b;
    color: #99041b;
    font-size: 34px;
  }
  
  .footer-contact2 span i {
    font-weight: 600;
  }
  
  .footer-contact2 strong {
    display: block;
    color: #fee16b;
    padding: 26px 0 0px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
  }
  
  .footer-contact2 a {
    display: block;
    padding: 0px 0px 0;
    border-radius: 60px;
    font-size: 18px;
   
    color: #fff;
  }
  
  .footer-contact1 {
    padding: 0px 5px 0;
  }
  
  .footer-contact2 {
    padding: 20px 4px;
    text-align: center;
  }
  
  .footer-contact2 span {
    height: 85px;
    width: 85px;
    line-height: 74px;
    border-radius: 50%;
    background: #fee16b;
    text-align: center;
    display: block;
    margin: 0 auto;
    animation: pulse2 2s linear infinite;
    outline: #fee16b solid 2px;
    border: 6px solid #99041b;
    color: #99041b;
    font-size: 34px;
  }
  
  .footer-contact2 span i {
    font-weight: 600;
  }
  
  .footer-contact2 strong {
    display: block;
    color: #fee16b;
    padding: 26px 0 0px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
  }
  
  .footer-contact2 a {
    display: block;
    padding: 0px 0px 0;
    border-radius: 60px;
    font-size: 18px;
   
    color: #fff;
  }.dis-sec {
    padding: 0;
  }.copyryt {
    padding: 0;
    position: relative;
    z-index: 0;
    text-align: center;
  }.copyryt span {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #000000;
    text-align: center;
    padding: 5px 47px 3px;
    display: inline-block;
    background: #fee16b;
    clip-path: polygon(9% 0%, 91% 0%, 100% 100%, 0% 100%);
  }
  .testimonials1 {
    padding: 10px;
  }
  
  .testimonials2 {
    background-color: red;
    position: relative;
    text-align: center;
    padding: 0px 10px 20px;
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    margin-top: 30px;
  }
  
  .testi-pic {
    width: 80%;
    padding: 10px 0 10px 0px;
    background: linear-gradient(45deg, #dae07a, #fee16b);
    text-align: center;
    margin: 0 auto;
  }
  
  .testi-pic img {
    border-radius: 50%;
    border: 11px solid #99041b;
    height: 100px;
    margin: 0px 0 -30px 0;
  }
  
  .testimonials3 {
    padding: 29px 13px 0px;
    position: relative;
  }
  
  .testimonials3 strong {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
  }
  
  .testimonials3 i {
    color: #fee16b;
    font-style: normal;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: -4px 0 0;
  }
  
  .testimonials3 span {
    right: 8px;
    top: 42px;
    color: #fff;
    display: block;
  }
  
  .testimonials3 p {
    color: #ffffff;
    font-size: 15px;
    padding: 0px;
    line-height: 31px;
    text-align: center;
    margin: 20px 0 0px 0;
   
  }
  .header {
    float: left;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
}
.header2 img
{
   float: left;
    width: 100%;
}


            @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;
                }
            }

            @keyframes callb {
                0% {
                    transform: scale(0.9);
                }

                20% {
                    transform: scale(1);
                }

                40% {
                    transform: scale(1.1);
                }

                60% {
                    transform: scale(1.2);
                }

                80% {
                    transform: scale(1.3);
                }

                100% {
                    transform: scale(1.4);
                }
            }

            @keyframes calla {
                0% {
                    box-shadow: 0px 0px 0px 4px rgba(162, 162, 162, 0.8);
                }

                20% {
                    box-shadow: 0px 0px 0px 6px rgba(162, 162, 162, 0.6);
                }

                40% {
                    box-shadow: 0px 0px 0px 8px rgba(162, 162, 162, 0.4);
                }

                60% {
                    box-shadow: 0px 0px 0px 10px rgba(162, 162, 162, 0.2);
                }

                80% {
                    box-shadow: 0px 0px 0px 12px rgba(162, 162, 162, 0.1);
                }

                100% {
                    box-shadow: 0px 0px 0px 14px rgba(162, 162, 162, 0);
                }
            }

            .call {
                position: fixed;
                z-index: 999999;
                left: 10px;
                bottom: 10px;
                display: inline;
                font-size: 30px;
                text-align: center;
                height: 60px;
                width: 60px;
                border-radius: 1px solid #000;
                animation-name: calla;
                animation-duration: 0.8s;
                animation-iteration-count: infinite;
                background: #df0505;
                line-height: 60px;
                border-radius: 50%;
            }

            .whatsapp {
                position: fixed;
                z-index: 999999;
                right: 10px;
                bottom: 10px;
                display: inline;
                font-size: 30px;
                text-align: center;
                height: 60px;
                width: 60px;
                border-radius: 1px solid #000;
                animation-name: calla;
                animation-duration: 0.8s;
                animation-iteration-count: infinite;
                background: #03A437;
                line-height: 60px;
                border-radius: 50%;
            }
        

@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){
    .header .col-sm-5{width: 50%;} .about-us-content img {
        margin-top: 20px;
      }
      .about-us-section .col-sm-4{width: 50%;}
}
@media(min-width:640px) and (max-width:767px){ .otherservices2 {
        margin-bottom: 20px;
      } .about-us-content img {
        margin-top: 20px;
      }
}
@media(min-width:480px) and (max-width:639px)
{ .otherservices2 {
        margin-bottom: 20px;
      } .about-us-content img {
        margin-top: 20px;
      }
      .header .col-sm-4 {
  padding: 0;
}
}
@media(min-width:320px) and (max-width:479px)
{
    .about-us-content img {
        margin-top: 20px;
      }
      .about-title strong {
        font-size: 45px;
      }
      .otherservices2 {
        margin-bottom: 20px;
      }
.header .col-sm-4 {
  padding: 0;
}
}
