@import url('../css2-2');
@import url('../css2-3');

body {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.hdd {
    font-family: "Poetsen One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.main-container {
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(../images/bg-1.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;
}

.bestservices-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.bestservices-section1 {
    padding: 0px;
}

.about-head-1 {
    padding-bottom: 40px;
    text-align: center;
}

.about-head strong {
    margin: 0;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    color: #ffdd51;
    background-color: #1c5826;
}

.about-head p {
    color: #000;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    padding: 0px 0 0 0;
    text-transform: capitalize;
}

.best-services1 {
    padding: 10px;
}

.best-services2 {
    padding: 10px;
    background: #e0dbc7;
    box-shadow: 0 0 1px 1px #00000038;
}

.best-services3 {
    padding: 10px 0 0;
    text-align: center;
}

.best-services3 img {
    border-radius: 50%;
    border: ridge;
    padding: 8px;
    width: 200px;
}

.best-services4 {
    padding: 10px 10px 24px;
    text-align: center;
}

.best-services4 strong {
    margin: 0;
    font-size: 29px;
    font-weight: 600;
    text-transform: capitalize;
    color: #062503;
}

.best-services4 p {
    color: #000;
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 700;
    padding: 5px 0 20px;
}

.best-services4 a {
    background: linear-gradient(153deg, #16f502, #1e1e1e);
    color: #fff;
    padding: 8px 27px;
    font-size: 18px;
    border-radius: 4px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
}

.best-services2:hover .best-services3 img {
    transform: rotateX(360deg);
    transition: 0.6s;
}

.mark-section3 {
    background: #ffdd51;
    color: #000;
    padding: 0;
    float: left;
    width: 100%;
}

.mark-section3a {
    padding: 30px 30px 30px;
    text-align: center;
}

.mark-section3a p {
    color: #000;
    font-weight: 600;
    margin: 0;
    padding: 0 0 7px 0;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    text-transform: capitalize;
}

.mark-section3a a {
    background: linear-gradient(153deg, #16f502, #1e1e1e);
    color: #fff;
    padding: 4px 17px;
    margin: 10px 0 0;
    display: inline-block;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 500;
    font-size: 22px;
}

.mark-section1 {
    padding: 0;
    background: #1e1e1e;
    color: #fff;
    float: left;
    width: 100%;
    position: relative;
}

.mark-section2 {
    font-size: 18px;
    text-transform: capitalize;
    padding: 10px;
    margin: 0;
}

.top-list {
    padding: 0;
    float: left;
    width: 100%;
}


.top-list1 {
    background: linear-gradient(153deg, #16f502, #1e1e1e);
    padding: 0px;
}

.top-list1 ul {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}

.top-list1 ul li {
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 13px 6px;
    display: inline-block;
    text-transform: capitalize;
}

.top-list1 img {
    padding: 0 5px 0 0;
}

.mark-section1:before {
    content: "";
    position: absolute;
    top: -50px;
    left: -20px;
    border-top: 27px solid transparent;
    border-right: 27px solid #1e1e1e;
    border-bottom: 27px solid #1e1e1e;
    border-left: 27px solid transparent;
}

.mark-section1:after {
    content: "";
    position: absolute;
    top: -34px;
    right: 1px;
    border-top: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 17px solid #1e1e1e;
    border-left: 17px solid #1e1e1e;
}

.mainservices {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.mainsv1 {
    padding: 12px;
    margin-top: 20px;
}

.mainsv2 {
    background: linear-gradient(153deg, #16f502, #1e1e1e);
}

.main-sv-images {
    top: -10px;
    left: -20px;
    position: relative;
}

.main-sv-images img {
    width: 100%;
}

.scr {
    padding: 15px;
}

.scr span {
    font-size: 28px;
    font-weight: 500;
    text-transform: capitalize;
    color: #ffdd51;
}

.scr p {
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    padding: 5px 0 12px;
    color: #ffffff;
}

.scr a {
    font-size: 20px;
    font-weight: 700;
    padding: 4px 12px 4px 25px;
    color: #000;
    background: #ffffff;
    display: inline-block;
    margin: 0 0 0 -30px;
    border-radius: 0 30px 30px 0;
}

.scr a i {
    color: #16f502;
    font-size: 20px;
    padding: 0 7px 0;
    animation: rotate 6s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.testimonails {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.testimonials-1 {
    padding: 12px;
}

.testimonials-2 {
    padding: 20px 0;
    position: relative;
}

.testimonials-2:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 70%;
    top: 0;
    z-index: -1;
    border: 1px solid #ffdd51;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 12px;
}

.testimonials-3 {
    padding: 20px;
    text-align: center;
    background: linear-gradient(153deg, #16f502, #1e1e1e);
    border-radius: 12px;
}

.testimonials-3 p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
}

.testimonials-4 {
    padding: 12px 0 0;
}

.testi-name {
    padding: 10px 15px;
    background: #ffdd51;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
}

.testi-name strong {
    font-weight: 800;
    font-size: 17px;
    text-transform: capitalize;
    line-height: 22px;
    color: #16f502;
}

.testi-name strong i {
    font-size: 15px;
    display: block;
    color: #00001a;
    text-align: center;
}

.testi-name span {
    padding: 3px 12px 0px;
    background: #fff;
    text-align: center;
    border-radius: 30px;
}

.testi-name span b {
    display: inline-block;
    padding: 0px 1px 0px;
}

.testi-name span b i {
    color: #16f502;
    font-size: 16px;
}

.header {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 0px;
}





.chooseus-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: url(../images/bg2-1.jpg) no-repeat;
    background-attachment: fixed;
}

.chooseus-section1 {
    padding: 0px;
}

.choose-head {
    padding: 0;
    text-align: center;
}

.choose-head strong {
    margin: 0;
    text-transform: capitalize;
    padding: 00 0;
    font-size: 55px;
    display: block;
    color: #ffdd51;
}

.choose-head p {
    padding: 4px 15px 6px;
    color: #000;
    font-size: 19px;
    margin: -15px 0 0 0;
    background: #ffdd51;
    display: inline;
    font-weight: 600;
    text-transform: capitalize;
}

.choose-head span {
    display: block;
    margin: 5px auto 0;
    height: 3px;
    border-radius: 20px;
    top: 0px;
    width: 90px;
    background: #ffdd51;
}

.choose-us {
    padding: 28px 0px 0px;
    color: #680000;
}

.choose-us aside {
    color: #fff;
    font-weight: 400;
    padding: 0 0 20px 0px;
    text-align: center;
    line-height: 35px;
    font-size: 17px;
}

.choose-us1 {
    padding: 30px;
}

.choose-us2 {
    padding: 0px;
}

.choose-us2:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 40%;
    top: auto;
    border-radius: 0 0 130px 130px;
    right: 0;
    bottom: -20px;
    left: 0;
    margin: 0 auto;
    background: #ffffff;
    z-index: 0;
}

.counter {
    color: #000;
    text-align: center;
    width: 100%;
    padding: 17px 13px 20px;
    border-radius: 20px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 1;
}

.counter-icon {
    color: #16f502;
    text-align: center;
    background: #ffdd51;
    font-size: 40px;
    line-height: 120px;
    width: 100px;
    height: 100px;
    margin: 0 auto 0px;
    border-radius: 50% 50% 0 0;
}

.counter-icon i {
    transition: all 0.3s ease 0s;
    font-size: 49px;
    text-align: center;
    padding-top: 30px;
}

.counter:hover .counter-icon i {
    transform: rotateX(360deg);
}

.counter span {
    font-size: 35px;
    font-weight: 600;
    color: #16f502;
    letter-spacing: 2px;
    display: block;
    transition: .3s linear;
}

.choose-us2:hover .counter-icon i {
    transform: translateY(-15px);
}



.counter p {
    font-size: 17px;
    text-transform: uppercase;
    margin: 0 0 0px;
    color: #000000;
}



.footer {
    background: url(../images/bg2-1.jpg) no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.footer-contact1 {
    padding: 0 0 15px;
}

.footer-contact2 {
    padding: 0;
    text-align: center;
}

.footer-contact3 {
    padding: 0 15px;
}

.footer-about-head {
    display: block;
    color: #ffffff;
    padding: 5px 0 5px;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 1px solid #ffffff12;
}

.footer-contact1 p {
    color: #ffffff;
    padding: 10px 0 25px;
    font-size: 17px;
    font-weight: 100;
    line-height: 30px;
}

.footer-contact1 span {
    color: #ffffff;
    padding: 10px 0 20px;
    font-size: 40px;
    font-weight: 900;
    line-height: 30px;
    display: block;
    animation: 0.6s clf infinite;
}

.footer-line {
    display: block;
    color: #ffffff;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 0;
    line-height: 33px;
}

.footer-contact2 span {
    height: 130px;
    width: 125px;
    color: #ffdd51;
    line-height: 125px;
    border-radius: 0 0 50% 50%;
    background: #000;
    text-align: center;
    display: block;
    margin: 0 auto;
    animation: pulse2 2s linear infinite;
    font-size: 64px;
    padding: 0 !important;
    text-shadow: 0 0 20px #16f502;
}

.footer-contact2 span i {
    padding-top: 30px;
}

.footer-contact2 a {
    display: block;
    padding: 25px 0 0;
    font-size: 19px;
    font-weight: 400;
    color: #ffffff;
}

.footer-contact2 strong {
    display: block;
    color: #000000;
    padding: 26px 0 2px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
}

.footer-list ul li {
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    padding: 7px 8px;
    color: #000000;
    border-radius: 50px;
    font-size: 17px;
    background: #16f502;
}

.footer-list ul li span {
    color: #000;
    font-size: 17px;
    margin: 14px 0;
    padding: 9px 15px;
    font-weight: 600;
    position: relative;
    background: #ffffff;
    text-transform: capitalize;
    border: 1px solid #ffdd51;
    display: block;
}

.footer-list ul li i {
    color: #780d28;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    margin: 0 11px 0 0;
    width: 35px;
    height: 35px;
    line-height: 36px;
    background: #fff;
    text-align: center;
    border-radius: 38px;
}



.banner-add1 p {
    background: linear-gradient(153deg, #16f502, #1e1e1e);
    font-size: 25px;
    color: #ffffff;
    padding: 15px 15px;
    font-weight: 700;
    text-align: center;
    line-height: 35px;
    text-transform: capitalize;
}

.copy-right p {
    color: #ffffffde;
    font-size: 13px;
    line-height: 23px;
    display: block;
    font-weight: 400;
    padding: 0 0 10px;
}

.copy-right span {
    font-size: 15px;
    font-weight: 500;
    color: #ffdd51;
}




.about {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.about-us-content {
    padding: 0 0 25px;
}

.about-us-content p {
    padding: 5px 0;
    text-align: justify;
    line-height: 32px;
    color: #424242;
    font-size: 18px;
    font-weight: 500;
}

.about-us-content p strong {
    color: #16f502;
    font-weight: 600;
}

.about-us-content ul {
    padding: 8px 0;
}

.about-us-content ul li {
    position: relative;
    display: inline-block;
    padding: 6px 15px 7px;
    line-height: 31px;
    color: #0e0929;
    font-size: 18px;
    font-weight: 600;
    background: #ffdd51;
    margin: 4px 0 6px;
    border-radius: 40px;
}

.about-titlea {
    padding: 0 0 15px;
}

.about-titlea strong {
    font-size: 50px;
    text-transform: uppercase;
    display: block;
    padding: 0;
    color:#ffdd51;
    background-color: #1c5826;

}

.about-titlea span {
    color: #0e0929;
    text-transform: capitalize;
    font-size: 19px;
    background: #ffdd51;
    display: inline-block;
    font-weight: 700;
    padding: 4px 15px 4px;
    border-radius: 0 30px 30px 0;
}
.header1 {
  float: left;
  width: 100%;
}
.header2 {
  float: left;
  width: 100%;
}
.header3 {
  float: left;
  width: 100%;
}
.header1 img {
  float: left;
  width: 100%;
}
.header2 img {
  float: left;
  width: 100%;
}
.header3 img {
  float: left;
  width: 100%;
}
.gallery {
  float: left;
  width: 100%;
}
.gallery .col-sm-3 {
  padding: 1px;
}
.gallery img {
  float: left;
  width: 100%;
}
.about img {
  border: 2px solid red;
}
@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {
     
    .header .col-sm-4{width: 50%;}
}

@media(min-width:640px) and (max-width:767px) {
    
   

    .mainsv2 {
        float: left;
        margin-top: 30px;
    }

    .testimonials-3 {
        float: left;
    }

    .testimonials-2 {
        margin-top: 20px;
    }
    
.testimonials-1 {
  padding: 12px;

  float: left;

}
}

@media(min-width:480px) and (max-width:639px) {
    .top-list1 ul li:nth-child(2) {
        display: none;
    }

    .top-list1 ul li:nth-child(3) {
        display: none;
    }

    

    .mainsv2 {
        float: left;
        margin-top: 30px;
    }

    .testimonials-3 {
        float: left;
    }

    .testimonials-2 {
        margin-top: 20px;
    }
    .testimonials-1 {
  padding: 12px;

  float: left;

}
.header1 {
  float: left;
  width: 100%;
}
.header .container-fluid {
  padding: 0;
}
.top-list1 ul li {
  padding: 5px 6px;
}
.best-services3 img {
  width: 85%;
}
.gallery .col-sm-3 {
  padding: 1px;
  float: left;
  width: 50%;
}
}

@media(min-width:320px) and (max-width:479px) {
    .top-list1 ul li:nth-child(2) {
        display: none;
    }

    .top-list1 ul li:nth-child(3) {
        display: none;
    }

    

    .mainsv2 {
        float: left;
        margin-top: 30px;
    }

    .testimonials-3 {
        float: left;
    }

    .testimonials-2 {
        margin-top: 20px;
    }
    
.testimonials-1 {
  padding: 12px;

  float: left;

}
.header1 {
  float: left;
  width: 100%;
}
.header .container-fluid {
  padding: 0;
}
.top-list1 ul li {
  padding: 5px 6px;
}
.best-services3 img {
  width: 85%;
}
.gallery .col-sm-3 {
  padding: 1px;
  float: left;
  width: 50%;
}
}