div.gallery {
  border: 1px solid #ccc;
  margin: 30px 0 0 30px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}





@media (min-width:768px){
    .video_wrap{
        display: grid;
        align-items: top;
        column-gap: 20px !important;
        grid-template-columns: auto auto auto auto;
        margin-bottom: 50px;
        margin: 50px;
    }
    
    /*.video_wrap video{ 
        width: 24%;
    }*/
}
@media (max-width: 767px){
    .video_wrap{
        text-align: center;
    }
    
    .video_wrap video{
        display: inline-block;
        margin-bottom: 15px;
    }
}




@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');
.banner_container{
    float: left;
    width: 100%;
}
.banner_container img{
    float: left;
    width: 100%;
}


.banner {
    float: left;
    width: 100%;
    background-image: url(../fakirsaiji_files/banner-bg.jpg);
    background-size: cover;
}

.banner1 {
    float: left;
    width: 100%;
    padding-top: 20px;
}

.banner1 img {
    float: left;
    width: 100%;
}

.banner2 {
    float: left;
    width: 100%;
}

.banner2 img {
    float: none;
    display: table;
    margin: 0 auto;
    width: 100%;
}

.hd-services {
    float: left;
    width: 100%;
    background: #2f4a0b;
    overflow: hidden;
}
.h-top .col-sm-4 {
  padding: 0;
}
.h-top .container-fluid {
  padding: 0;
}
.h-top .col-sm-8 {
  padding: 0;
}
.hd-services1 {
    float: left;
    width: 100%;
    padding: 0px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
.hd-services1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.hd-services1 ul li {
  color: #fff;
  font-size: 18px;
  padding: 8px 0px 8px 0px;
  margin: 0 6px;
  text-align: center;
  display: inline-block;
  text-transform: capitalize;
  text-transform: uppercase;
}
.hd-services1 ul li a {
  color: #fff;
  list-style: none;
  border-right: 2px solid #fff;
  padding-right: 15px;
  list-style: none;
  font-size: 15px;
  text-decoration: none;
}
.main-container {
    float: left;
    width: 100%;
}
.about-us {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fafbfa;
}
.abt-left {
    float: left;
    width: 100%;
    padding: 25px;
    background-image: -webkit-linear-gradient(-90deg, transparent 0%, transparent 50%, white 50%, white 100%), -webkit-linear-gradient( 0deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.1) 50%, white 50%, white 100%);
    background-size: 5px 5px;
}
.abt-left1 {
    padding: 30px;
    float: left;
    width: 100%;
    background: #fff;
    text-align: left;
}
.abt-sub {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.abt-header {
    font-size: 32px;
    float: left;
    width: 100%;
    padding: 10px 0px;
    color: #ba0000;
    font-family: 'Oswald', sans-serif;
}
.abt-desc {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    margin-bottom: 28px;
    font-family: 'Montserrat', sans-serif;
}
.abt-call {
    float: left;
    width: 100%;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.abt-call a {
    text-decoration: none;
    background: #ffeb00;
    padding: 7px 15px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #000;
    transition: 0.3s all ease-in;
}

.abt-call:hover a {
    text-decoration: none;
    background: #2f4a0b;
    padding: 7px 15px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #ffeb00;
    transition: 0.3s all ease-in;
}
.abt-right {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.abt-border {
    float: left;
    width: 100%;
}
.abt-border-img {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.abt-border-img img{
    float: left;
    width: 100%;
    transition: 0.5s all ease-in;
}
.abt-border-img:hover img {
    transform: scale(1.3);
    transition: 0.5s all ease-in;
}
.best-ser {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
    text-align: center;
}
.best-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    text-transform: capitalize;
    color: #2f4a0b;
    font-family: 'Oswald', sans-serif;
}
.best-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}
.best-ser span {
    display: inline-block;
    background: #ba0000;
    height: 10px;
    width: 10px;
    margin: 3px;
    position: relative;
}
.best-ser span {
    display: inline-block;
    background: #ba0000;
    height: 10px;
    width: 10px;
    margin: 3px;
    position: relative;
    
}
.b1:before{
    position: absolute;
    height: 2px;
    border: 1px dashed #ba0000;
    width: 60px;
    content: "";
    top: 5px;
    left: -67px;
}
.b2:after {
    position: absolute;
    height: 2px;
    border: 1px dashed #ba0000;
    width: 60px;
    content: "";
    top: 5px;
    left: -67px;
    left: unset;
    right: -67px;
}
.best-border {
    float: left;
    width: 100%;
    padding: 10px 10px 30px 10px;
    border: 1px solid #000;
    border-radius: 10px;
    margin-top: 40px;

}
.best-img {
    float: left;
    width: 100%;
}
.best-img img {
    float: none;
    display: table;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding: 5px;
    border: 3px dashed #ffeb00;
}
.best-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
    color: #ba0000;
    padding-top: 5px;
}
.best-desc {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}
.best-call a i{
    color: #000;
    text-decoration: none;
    width: 60px;
    height: 60px;
    background: #ffeb00;
    font-size: 20px;
    transform: translatey(1.2rem);
    margin: auto;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #0e0e0e !important;
    text-decoration: none;
}




/*start best services section*/

.bestservices_section{
  padding: 0;
}
.bestservices_section1{
  padding: 50px 0px;
}
.bestservices_head{
  padding: 0;
  text-align: center;
}
.bestservices_head strong{
    color: #861428;
    font-family: 'Oswald',sans-serif;
    font-size: 39px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}
.bestservices_head p{
    color: #111;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    padding: 10px 0 10px 0;
}

.bestservices_head span{
    display: inline-block;
    background: #861428;
    height: 10px;
    width: 10px;
    margin:3px;
    position: relative;
}
.b1:before,.b2:after{
      position: absolute;
      height: 2px;
      border: 1px dashed #2a2a2a;
      width: 60px;
      content: "";
      top: 5px;
      left: -67px;
}
.b2:after{
    left: unset;
    right: -67px;
}
.best-services{
  padding: 40px 0 20px 0;
}
.best-services1{
  padding:10px;
}
.best-services2{
  padding: 10px 0;
  transition: all .3s;
  /* border:1px solid; */
}

.best-services2 svg {
    position: absolute;
    width: 100%;
    top: 0.2rem;
    bottom: -41px;
    left: 0;
    z-index: 0;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
.best-services2 svg path {
    fill: #ffffff;
    transition: all 0.3s;
    stroke: #cccccc;
}
.best-services2 .card-img {
    z-index: 2;
    position: relative;
    text-align: center;
    width: 100%;
    transition: all 0.7s;
    padding-top: 0.2rem;
}
.card-img img {
  height: 150px;
  margin: 0 0 5px 0;
  border-radius: 50%;
}
.best-services2:hover .card-img img{
  filter: grayscale(3);
}
.best-services2 .card-box {
    z-index: 1;
    text-align: center;
    position: relative;
    padding: 1rem 1rem 0;
        padding-top: 0.3rem;
}
.card-box span {
  color: #2f4a0b;
  font-size: 25px;
  font-weight: 600;
  font-family: 'Oswald',sans-serif;
  margin: 0;
  text-transform: capitalize;
  background: none !important;
  float: left;
  width: 100%;
  padding-bottom: 50px;
}
.best-services2 svg {
  float: left;
  width: 100%;
  padding: 10px;
}
.card-box p {
  color: #222;
  line-height: 30px;
  margin: 0;
  font-size: 14px;
  padding: 12px 5px 0;
  font-family: 'Montserrat', sans-serif;
}
.card-box a{
  color: #000;
  text-decoration: none;
   width: 60px;
   height: 60px;
   background:#ffc500;
   font-size: 20px;
   transform: translatey(1.2rem);
   margin: auto;
   border-radius: 50%;
   justify-content: center;
   align-items: center;
   display: flex;
   color: #0e0e0e !important;
}
.card-box a img{
  filter: brightness(0) invert(0);
}
.best-services2:hover{
      transform: translateY(-30px);
}
.view-more{
    padding:80px 0 0 0;
    text-align:center;
    margin:25px 0 0 0;
}
.view-more a:hover{
    color: #000000;
    font-weight: 600;
    background: #ffb700;
    transition: 0.6s ease-in-out;
    letter-spacing: 5px;
    border: 1px solid #d29701;
}
.view-more a{
    background: #861428;
    padding: 10px 25px;
    transition: 0.6s ease-in-out;
    color: #fff;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #410010;
}






/*end best services section*/

.other-ser {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fafbfa;
    position: relative;
    text-align: center;
}
.other-ser span {
    display: inline-block;
    background: #ba0000;
    height: 10px;
    width: 10px;
    margin: 3px;
    position: relative;
}
.other-ser span {
    display: inline-block;
    background: #ba0000;
    height: 10px;
    width: 10px;
    margin: 3px;
    position: relative;
    
}
.other-border {
    float: left;
    width: 100%;
    padding-top: 40px;
}
.other-img {
    float: left;
    width: 100%;
}
.other-img img{
    float: left;
    width: 100%;
}
.other-img img {
    float: none;
    display: table;
    margin: 0 auto;
    padding: 10px;
    background: #2f4a0b;
    border-radius: 50%;
    height: 200px;
    width: 200px;
}
.other-img img {
    float: none;
    display: table;
    margin: 0 auto;
    padding: 5px;
    background: #2f4a0b;
    border-radius: 50%;
    height: 200px;
    width: 200px; 
   
}
.other-cont {
  float: left;
  width: 100%;
  padding: 15px;
  margin-top: 15px;
  border-top: 5px solid #2f4a0b;
  transition: 0.5s all ease-in;
  border-radius: 50px;
  background-color: #e1e1e1;
}
.other-border:hover .other-cont {
  border-top: 5px solid #ffeb00;
}
.other-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #2f4a0b;
    font-family: 'Oswald', sans-serif;
}
.other-desc {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 15px 10px 30px 15px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  line-height: 24px;
}
.other-cll {
    float: left;
    width: 100%;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.other-cll a {
    text-decoration: none;
    background: #ffeb00;
    padding: 7px 15px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #000;
    transition: 0.3s all ease-in;
}
.other-cll:hover a
{
    background: #2f4a0b;
    color: #fff;
    border: 1px solid #ffeb00;
}
.aa-us {
  float: left;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(to right, #2f4a0b, #000000ed);
  text-align: center;
  margin-top: 90px;
}
.aa-header{float: left;
width: 100%;
text-align: center;
font-size: 35px;
text-transform: capitalize;
color: #ffeb00;
font-family: 'Oswald', sans-serif;
}
.aa-sub {
float: left;
width: 100%;
text-align: center;
font-size: 20px;
color: #fff;
padding-top: 10px;
padding-bottom: 10px;
text-transform: capitalize;
font-family: 'Montserrat', sans-serif;
}
.aa-us span {
display: inline-block;
background: #ffeb00;
height: 10px;
width: 10px;
margin: 3px;
position: relative;
}
.aa-us span {
display: inline-block;
background: #ffeb00;
height: 10px;
width: 10px;
margin: 3px;
position: relative;

}
.a1:before{
position: absolute;
height: 2px;
border: 1px dashed #ffeb00;
width: 60px;
content: "";
top: 5px;
left: -67px;
}
.a2:after {
position: absolute;
height: 2px;
border: 1px dashed #ffeb00;
width: 60px;
content: "";
top: 5px;
left: -67px;
left: unset;
right: -67px;
}
.aa-desc {
  float: left;
  width: 100%;
  margin-top: 40px;
  font-size: 15px;
  color: #fff;
  text-align: left;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
}
.aa-ri {
    float: left;
    width: 35%;
}
.aa-ri img{
    float: left;
    width: 100%;
    border-radius: 10px;
}
.aa-hd {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 35px;
    color: #ffeb00;
    font-family: 'Oswald', sans-serif;
}
.why {
    float: left;
    width: 100%;
    padding: 50px 50px 50px 50px;
    background: linear-gradient(to top, #fff 50%, #ba0000 50%);
    text-align: center;
    position: relative;
}
.why span {
    display: inline-block;
    background: #ffeb00;
    height: 10px;
    width: 10px;
    margin: 3px;
    position: relative;
    }
    .why span {
    display: inline-block;
    background: #ffeb00;
    height: 10px;
    width: 10px;
    margin: 3px;
    position: relative;
    
    }
    .a1:before{
    position: absolute;
    height: 2px;
    border: 1px dashed #ffeb00;
    width: 60px;
    content: "";
    top: 5px;
    left: -67px;
    }
    .a2:after {
    position: absolute;
    height: 2px;
    border: 1px dashed #ffeb00;
    width: 60px;
    content: "";
    top: 5px;
    left: -67px;
    left: unset;
    right: -67px;
    }
    .why1 {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 40px;
        padding: 30px 30px 40px 30px;
        background: #fff;
        box-shadow: 0 0 4px 0px #00000040;
    }
    .why-border {
        float: left;
        width: 100%;
    }
    .why-border-tit {
        float: left;
        width: 100%;
        font-size: 40px;
        color: #ba0000;
        font-family: 'Montserrat', sans-serif;
    }   
    .why-border-tit2 {
        float: left;
        width: 100%;
        font-size: 30px;
        color: #2f4a0b;
        font-family: 'Oswald', sans-serif;
    }   
   .why-border-dsc {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  margin-top: 15px;
  padding: 0 15px;
  line-height: 24px;
}
    .why-border2 {
        float: left;
        width: 100%;
        border-left: 2px solid #ba0000;
        border-right: 2px solid #ba0000;
    }
    .test-border {
        float: left;
        width: 100%;
        margin-top: 40px;
        text-align: center;
        position: relative;
    }
    .test-con {
        float: left;
        width: 100%;
        padding: 15px 15px 50px 15px;
        border: 1px solid #000;
        border-radius: 3px;
        position: relative;
    }
    .test-con p {
  float: left;
  width: 100%;
  font-size: 15px;
  color: #000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  margin-top: 15px;
  padding: 0 15px;
  line-height: 26px;
}
    .test-img {
        float: left;
        width: 100%;
        position: relative;
        z-index: 2;
    }
    .test-img img {
        float: none;
        display: table;
        margin: 0 auto;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        padding: 5px;
        border: 1px dashed #ba0000;
        margin-top: -50px;
    }
    .test-details {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: -10px;
    }
    .test-details h2{
        float: left;
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: #ba0000;
        font-family: 'Oswald', sans-serif;
    }
    .test-details p{
        float: left;
        width: 100%;
        font-size: 15px;
        color: #000;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        
    }
    .list-border {
        float: left;
        width: 100%;
        margin-top: 40px;
    }
    .pricingTable:hover {
        box-shadow: 0 0 20px -5px rgb(0 0 0 / 35%);
    }.pricingTable {
        text-align: center;
        margin: 0 10px;
        border-radius: 40px 40px 170px 170px / 40px 40px 70px 70px;
        overflow: hidden;
        transition: all 0.3s ease 0s;
        font-family: 'Montserrat', sans-serif;
    }.pricingTable .pricingTable-header {
        background: #2f4a0b;
        padding: 15px 0 0;
    }.pricingTable .price-value {
        color: #fff;
        font-weight: 900;
        margin: 0 0 15px;
    }.pricingTable .price-value .amount {
        font-size: 33px;
        line-height: 50px;
        letter-spacing: 0.6px;
        display: block;
        font-family: oswald;
        color: #ffeb00;
        font-weight: 400;
    }.pricingTable .price-value .duration {
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        text-transform: uppercase;
        display: block;
    }.pricingTable .title {
        color: #242424;
        background: #ffeb00;
        font-size: 25px;
        font-weight: 600;
        letter-spacing: 1px;
        padding: 18px 10px 15px;
        margin: 0 -8px;
        border: 8px solid #fff;
        border-bottom: none;
        border-radius: 170px 170px 0 0 / 70px 70px 0 0;
    }.pricingTable .content-list {
        background: #fff;
        padding: 0;
        margin: 0;
        list-style: none;
    }.pricingTable .content-list li {
        color: #86878B;
        font-size: 16px;
    }.pricingTable .content-list li a {
        text-decoration: none;
        padding: 10px 0px 10px 5px;
        display: block;
        text-align: left;
        font-size: 16px;
        text-transform: capitalize;
        color: #161515;
        font-weight: 500;
        display: flex;
    }.pricingTable .content-list li a:before {
        content: "";
        height: 10px;
        width: 10px;
        border-radius: 50%;
        border: 0px solid #ffeb00;
        margin: 5px 6px 0 0;
        padding: 0;
        text-align: center;
        background: #ffeb00;
        color: #00000000;
    }.pricingTable .pricingTable-signup {
        background: #2f4a0b;
        padding: 17px 20px 23px;
    }.pricingTable .pricingTable-signup a {
        color: #fff;
        font-size: 27px;
        font-family: oswald;
        letter-spacing: 1px;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
    }

    .footer-section{
        padding: 0;
        background: #101010;
        font-family: 'Poppins', sans-serif;
      }
      .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: #ffeb00;
        font-weight: 400;
        padding: 0px 0 0;
        font-family: 'Oswald', 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;
  font-family: 'Montserrat', sans-serif;
}
      .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: #ffeb00;
        font-size: 23px;
        text-transform: capitalize;
        margin: 0 0 10px 0;
        font-weight: 400;
        font-family: 'Oswald', 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: #ffeb00;
        padding: 0 5px 0 0;
      }
      .footer-contact3{
        padding: 0px 0px;
      }
      .footer-contact3 ul{
        padding: 0;
        margin: 0;
        list-style: none;
      }
      .footer-contact3 ul li{
        padding:5px 0;
        text-transform: capitalize;
        color: #c4c4c4;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;
      }
      .footer-contact3 li i{
        color: #ffeb00;
        font-weight: 400;
        display: inline-block;
        font-size: 15px;
        padding: 0px 7px 0 0px;
      }
      
      .copy-right{
          padding: 0px 0 10px;
          margin-top: 0px;
          text-align: center;
      }
      .copy-right p{
        color: #ffeb00;
        font-weight: 600;
        font-size: 11px;
        margin: 11px 0 0 0;
        display: inline-block;
        padding: 10px 0 0 0px;
        border-top: 1px solid #3d3d3d;
      }
     .copy-right span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding: 0;
  line-height: 26px;
  font-family: 'Montserrat', sans-serif;
}
   .h-top {
  float: left;
  width: 100%;
  background-color: #2f4a0b;
}
   .h-top1 {
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  display: inline;
 
}
    .h-top1 p {
        display: inline;
        font-size: 17px;
        float: left;
        text-align: center;
        padding-top: 10px;
    }

    .h-top1 span {
        display: inline;
        font-size: 17px;
        float: right;
        background: #2f4a0b;
        padding: 8px 15px;
        color: #fff;
    }
    .h-top2 {
        float: left;
        width: 100%;
        padding: 7px 10px;
        background: #2f4a0b;
        clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 99%, 0 100%, 5% 100%);
        font-family: 'Montserrat', sans-serif;
    }
.head-mid{
  text-align: right;
  padding: 15px 0;
}
.head-mid ul{
    margin: 0;
    /* text-align: right; */
    padding: 0;
    list-style:none;
}
.head-mid ul li{
    margin: 0;
    display: inline-block;
    padding: 0 11px;
    text-align: right;
}
.head-mid li span{
    color: #861428;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
}
.head-mid ul li img{
     height: 57px;
     text-align: left;
     padding: 0 30px 0 0;
}
.head-mid ul li {
  float: left;
}
.head-mid li p{
    margin: -27px 0px 0 4.6pc;
    padding: 10px 0 0 0;
    font-weight: 600;
    color: #222;
    text-transform: capitalize;
    font-size: 14px;
}
    .h-top2 ul {
        padding: 0px 0px 0px 41px;
        margin: 0px;
        list-style: none;
        text-align: right;
    }
    .h-top2 li {
        text-align: left;
        font-size: 17px;
        display: inline-block;
        color: #fff;
        text-transform: capitalize;
        padding: 0px 30px 0px 30px;
    }
    .h-top2 ul li i {
        color: #ffcb00;
        padding: 0px 5px 0px 0px;
    }
    .header {
        float: left;
        width: 100%;
        padding: 0px 0px;
    }
    .header1{
        float: left;
        width: 100%;
    }
.head-mid ul li span {
  background-color: transparent !important;
  border: 0 !important;
  color: #2f4a0b !important;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
  font-size: 22px !important;
}
    .header1 img{
        float: left;
        width: 100%;
    }
    .header2 {
        float: left;
        width: 100%;
        font-family: 'Montserrat', sans-serif;
    }
    .header2 ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline;
        float: right;
    }
    .header2 ul li {
  padding: 5px 10px;
  list-style: none;
  display: inline;
  font-size: 18px;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
}.header2 ul li span {
        background: #2f4a0b;
        color: #fff;
        padding: 7px 12px;
        border: 1px solid #ffeb00;
        font-size: 17px;
        border-radius: 5px;
        margin: 0 0px;
    }
    .top-line {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 20px;
        text-transform: capitalize;
        font-family: 'Montserrat', sans-serif;
    }
   .top-line p {
  background: #ffeb00;
  color: #000;
  padding: 5px;
  border-radius: 5px;
}
    .head-mid {
        text-align: right;
        padding: 15px 0;
        float: left;
        width: 100%;
        text-transform: capitalize;
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        color: #ba0000;
    }
    
    
    
    tact-us-head {
    float: left;
    width: 100%;
    font-family: 'Philosopher', sans-serif;
    padding: 4px 20px;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff000;
    border-radius: 20px;
    margin: 6px 0px;
}







.contact-form form span textarea {
    float: left;
    width: 100%;
}

.contact-form {
    float: left;
    width: 100%;
    padding: 5px 20px 15px;
    background-color: #ffffff;
    margin-top: 20px;
    
}

.contact-form span {
  text-align: left;
  font-size: 25px;
  color: #ffb400;
  font-weight: 600;
  font-family: 'Denk One', sans-serif;
  position: inherit !important;
  margin: inherit !important;
  height: inherit !important;
  background: transparent !important;
}

.contact-form form span {
    float: left;
    width: 100%;
    padding-top: 8px;
}
.contact-us-head {
  float: left;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  text-align: left;
  font-size: 25px;
  color: #2d470b;
  border-bottom: 1px solid #ffeb00;
  padding-bottom: 6px;
}
.contact-form form span label {
    float: left;
    width: 100%;
    font-family: 'Philosopher', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #000;
  
}

.contact-form form span input {
  float: left;
  width: 100%;
  height: 45px;
  border: 1px solid #6ba41f;
  background-color: #fff;
}

.contact-form form span.discription {
    float: left;
    width: 99%;
    padding-top: 20px;
    margin-bottom: 16px;
}

.contact-form form span.discription textarea {
  background-color: #fff;
  height: 100px;
  border: 1px solid #2e480bb0;
}

.contact-form button {
  background-color: #ffeb00;
  padding: 8px 60px;
  font-family: 'Philosopher', sans-serif;
  color: #000;
  font-size: 18px;
  text-decoration: none;
  border-radius: 20px;
  box-shadow: 2px 2px 2px #031d2e;
  margin-top: 20px;
  float: none;
  margin: 0 auto;
  display: table;
}

    .aa-desc ul {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding: 0;
  list-style-type: none;
  padding-left: 20px;
  padding-top: 10px;
}
.aa-desc ul li::before {
  content: '\f0da';
  font-family: fontawesome;
  position: absolute;
  left: 16px;
  color: #ffeb00;
}
    @media(min-width:768px) and (max-width:991px){
        .header .col-sm-5{width: 100%;}
        .header .col-sm-7{width: 100%;margin-top: 10px;}
        .about-us .col-sm-6{width: 100%;}
        .abt-right .col-sm-6{width: 50%;}
        .other-ser .col-sm-4{width: 50%;}
        .best-ser .col-sm-3{width: 50%;}
        .best-ser .col-sm-4{width: 50%;}
        .why .col-sm-4{width: 50%;}
    }
    @media(min-width:640px) and (max-width:767px){.h-top2 {
        display: none;
      }.header2 ul {
          display: none;
        }.hd-services1 ul li {
          font-size: 13px;
          padding: 5px 0px 5px 0px;
        }.abt-sub {
          font-size: 16px;
        }.abt-header {
          font-size: 25px;
        }.abt-desc {
          font-size: 15px;
          color: #000;
        }.abt-left {
          padding: 10px;
        }.aa-desc {
          width: 100%;
          padding: 20px;
        }.aa-ri {
          width: 100%;
        }.why1 {
          padding: 10px;
        }.why {
          padding: 50px 20px;
        }.why-border-dsc {
          padding: 10px 15px;
          border-bottom: 2px solid #ffeb00;
        }
    }
    @media(min-width:480px) and (max-width:639px)
    {.h-top2 {
        display: none;
      }.header2 ul {
          display: none;
        }.hd-services1 ul li {
          font-size: 13px;
          padding: 5px 0px 5px 0px;
        }.abt-sub {
          font-size: 16px;
        }.abt-header {
          font-size: 25px;
        }.abt-desc {
          font-size: 15px;
          color: #000;
        }.abt-left {
          padding: 10px;
        }.aa-desc {
          width: 100%;
          padding: 20px;
        }.aa-ri {
          width: 100%;
        }.why1 {
          padding: 10px;
        }.why {
          padding: 50px 20px;
        }.why-border-dsc {
          padding: 10px 15px;
          border-bottom: 2px solid #ffeb00;
        }
              .best-services2 svg {
  display: none;
}
.best-services1 {
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  padding: 30px;
}
.aa-us {
  margin-top: 0;
}
    }
    @media(min-width:320px) and (max-width:479px)
    {.h-top2 {
      display: none;
    }.header2 ul {
        display: none;
      }.hd-services1 ul li {
        font-size: 13px;
        padding: 5px 0px 5px 0px;
      }.abt-sub {
        font-size: 16px;
      }.abt-header {
        font-size: 25px;
      }.abt-desc {
        font-size: 15px;
        color: #000;
      }.abt-left {
        padding: 10px;
      }.aa-desc {
        width: 100%;
        padding: 20px;
      }.aa-ri {
        width: 100%;
      }.why1 {
        padding: 10px;
      }.why {
        padding: 50px 20px;
      }.why-border-dsc {
        padding: 10px 15px;
        border-bottom: 2px solid #ffeb00;
      }
      .best-services2 svg {
  display: none;
}
.best-services1 {
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  padding: 30px;
}
.aa-us {
  margin-top: 0;
}
    }
 .testi-right {
    float: left;
    width: 100%;
}
  .testi-left {
    float: left;
    width: 100%;
}
.testi-left img{
    padding: 20px 0px;
    float: left;
    width: 100%;
}
  /* Position the "next button" to the right */
  .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;
  }
  
  /* The dot/bullet/indicator container */
  .dot-container {
    text-align: center;
    padding: 20px;
    background: #f0fe08;
    float: left;
    width: 100%;
}
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #094f09;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  /* Add a background color to the active dot/circle */
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Add an italic font style to all quotes */
  q {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: black;
        font-family: 'Roboto', sans-serif;
}
.author {
    color: #094f09;
    padding-top: 20px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
}


  .testi {
    float: left;
    width: 100%;
    padding: 10px 0px;
}
.testi-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    padding-bottom: 30px;
    color: #094f09;
   font-family: 'Kaushan Script', cursive;
}
.testi-img {
    float: left;
    width: 100%;
}
.testi-img img {
    display: table;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 50px;
}
        @media(min-width:320px) and (max-width:479px)
{
    .just-sub {
        font-size: 25px;
    }
    .just-call {
        font-size: 25px;
    }
    .just-headr {
        font-size: 35px;
    }

    .contact-right {
        font-size: 18px;
    }
  
  
    .text1 {
        font-size: 18px;
    }
    .text2 {
        font-size: 20px;
    }
    .abt-header {
        font-size: 35px;
    }
    .abt-desc {
        font-size: 18px;
    }
   
    
    .best-right-header {
        font-size: 25px;
        text-align: center;
    }
    .best-right-sub {
        font-size: 18px;
        text-align: center;
    }
    .best-right-title {
        font-size: 20px;
    }
    .best-right-desc {
        font-size: 18px;
    }
  
    .besy-subb {
        font-size: 20px;
    }
   
    .footer-header {
        font-size: 25px;
    }
    .top-list {
        display: none;
    }
  
    .most-services::before {
      
        opacity: 0.3;
    }
    .why-border {
        margin-bottom: 30px;
    }
    .why-title {
        font-size: 20px;
    }
    .best-services::before {
       
        opacity: 0.2;
    }
    .most-header {
        font-size: 35px;
    }
    .testi-header {
        font-size: 35px;
    }
    .mySlides {
     
        padding: 0px;
    }
    .logo{display: none;}
}
@media(min-width:480px) and (max-width:639px)
{  .mySlides {
     
    padding: 0px;
}
.logo{display: none;} .testi-header {
        font-size: 35px;
    }
    .most-header {
        font-size: 35px;
    }
    .best-services::before {
       
        opacity: 0.2;
    }
    .why-border {
    margin-bottom: 30px;
}
.why-title {
    font-size: 20px;
}
    .most-services::before {
      
        opacity: 0.3;
    }
  
    .top-list {
        display: none;
    }
    .just-sub {
        font-size: 25px;
    }
    .just-call {
        font-size: 25px;
    }
    .just-headr {
        font-size: 35px;
    }
    
    .contact-right {
        font-size: 18px;
    }
    .text4 {
        display: none;
    }
  
    .text1 {
        font-size: 18px;
    }
    .text2 {
        font-size: 20px;
    }
    .abt-header {
        font-size: 35px;
    }
    .abt-desc {
        font-size: 18px;
    }
 
  
    
    .best-right-header {
        font-size: 25px;
        text-align: center;
    }
    .best-right-sub {
        font-size: 18px;
        text-align: center;
    }
    .best-right-title {
        font-size: 20px;
    }
    .best-right-desc {
        font-size: 18px;
    }
  
    .besy-subb {
        font-size: 20px;
    }
   
    .footer-header {
        font-size: 25px;
    } 
    .contact li {
        padding-right: 5px;
    }
}
@media(min-width:640px) and (max-width:767px){
    .mySlides {
     
        padding: 0px;
    }
    .why-border {
        margin-bottom: 30px;
    }
    .contact-details {
        text-align: center;
    }
  
    .testi-border {margin-bottom: 30px;}
  
    .top-list {
        display: none;
    }
    .best-services::before {
      
        opacity: 0.3;
    }
    .most-services::before {
      
        opacity: 0.3;
    }
   
}
@media(min-width:768px) and (max-width:991px){
    .top-list ul li {
        margin-bottom: 30px;
    }
   
    .testi .col-sm-5{width: 100%;}
    .testi .col-sm-7{width: 100%;}

@import url('../css2.css');
@import url('../css2-1.css');
.header {
    float: left;
    width: 100%;
    background-color: white;
    padding: 10px 0px;
}
.fl{
    float: left;
    width: 100%;  
}
img {
    max-width: 100%;
}
.book_appointment-container {
    float: left;
    width: 100%;
    background-color: #387a23;
    padding: 35px;
}
.get-in-touch-title {
    float: left;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}
.get-in-touch-desc {
    float: left;
    width: 100%;
    font-family: 'Aclonica', sans-serif;
    font-size: 28px;
    color: #ffdf01;
    padding-bottom: 30px;
    position: relative;
    text-transform: capitalize;
}
.fl img{
    float: left;
    width: 100%;  
}
.header-left {
    float: left;
    width: 100%;
}
.header-left img{
    float: left;
    width: 100%;
}
.logo {
    float: left;
    width: 100%;
}
.ecxbodyContent p {
    font-size: 18px;
    line-height: 32px;
}
.logo img {
    float: none;
    width: 25%;
    display: table;
    margin: 0 auto;
    width: 100%;
}
.header-right {
    float: left;
    width: 100%;
}
.header-right img{
    float: left;
    width: 100%;
}
.head-main {
    float: left;
    width: 100%;
    background: #f0fe08;
  
}
.bg-r {
    float: left;
    width: 100%;
    background: #094f09;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 99%, 0 100%, 5% 100%);
    padding-top: 5px;
}
.contact {
    float: left;
    width: 100%;
}
.contact li {
    list-style: none;
    display: inline;
    color: #f0fe08;
    font-size: 20px;
    padding-right: 30px;
    font-family: 'Roboto', sans-serif;

}
ul.contact-details {
    float: left;
    width: 100%;
}
.contact i
{
    color: white;
    padding-right: 5PX;
}
.contact-right {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 20px;
    color: #094f09;
font-family: 'Kaushan Script', cursive;
    text-align: center;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 99%, 0 100%, 5% 100%);
    background: #f0fe08;
    border-right:30px ;

}

.banner_container {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
.banner_container img{
    float: left;
    width: 100%;
}


.copyrt {
    width: 100%;
    padding: 10px 0px;
    float: left;
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #fbfbfb;
    background: #1b65e5;
    }
    .text1
    {
        float: left;
        width: 100%;
        background: #094f09;
        color: white;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        padding: 5px 0px;
    }
    .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;
    
    }
    .banner3 {
        float: left;
        width: 100%;
    }
    .banner3 img{
        float: left;
        width: 100%;
    }
    .text2 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 25px;
        padding-bottom: 15px;
        background: #006303;
        color: white;
        font-family: 'Roboto', sans-serif;
        padding-top: 50px;
    }
  
    .text2 a{
        animation: 0.3s blink2 alternate infinite;
    }
    @-webkit-keyframes blink2 {
        from {color: white;}
        to {color:#f0fe08;}
      }
      .just {
        float: left;
        width: 100%;
        padding: 50px 0px;
        background: #094f09;
    }
    .just-headr {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 45px;
        color: whitesmoke;
       font-family: 'Kaushan Script', cursive;
    }
    .just-sub {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 35px;
        color: whitesmoke;
        font-family: 'Roboto', sans-serif;
    }
    .just-call {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 35px;
        color: whitesmoke;
        font-family: 'Roboto', sans-serif;
    }
    .just-call a
    {
        color: white;
    }
    .just-border {
        float: left;
        width: 100%;
        border: 5px solid whitesmoke;
        padding: 20px;
    }.best-services {
    float: left;
    width: 100%;
    padding: 50px 0px;
    position: relative;
    z-index: 1;
    background-color: #ffe845;
}
    
   
    .best-right {
        float: left;
        width: 100%;
    }
    .best-right-header {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 45px;
        color: #094f09 ;
    font-family: 'Kaushan Script', cursive;
    }
    .best-right-sub {
        float: left;
        width: 100%;
        text-align: center;
        color: black;
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        padding-bottom: 30px;
    }
    .best-right-box {
        float: left;
        width: 100%;
    background: #fff;
        padding: 10px;
        margin-bottom: 50px;
        position: relative;
        z-index: 1;
    }
   .best-right-box::before {
    content: "";
    position: absolute;
    height: 50%;
    width: 50%;
    z-index: -9;
    top: -15px;
    left: -15px;

  border: 4px solid #f9fbf9;
}
.best-right-box::after{
    content: "";
    position: absolute;
    height: 50%;
    width: 50%;
    z-index: -9;
    bottom: -17px;
    right: -15px;
  
   border: 4px solid #f9fbf9;
}
    .best-right-img {
        float: left;
        width: 100%;
       
    }
    .best-right-img img {
        margin: 0 auto;
        float: none;
        display: table;
        width: 100%;
        padding: 5px;
    }
    .best-right-title {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: #f0fe08;
    font-family: 'Kaushan Script', cursive;
    margin: -50px auto 0px;
    background: #094f09;
    padding: 5px 0px;
    }
  .abt-us {
            float: left;
            width: 100%;
            padding: 50px 0px;
           background: white;
           position: relative;
           z-index: 1;
        }
        .abt-right {
            float: left;
            width: 100%;
        }
        .abt-right img{
            float: left;
            width: 100%;
        }
        .abt-left {
            float: left;
            width: 100%;
        }
        .abt-header {
            float: left;
            width: 100%;
            text-align: center;
            font-size: 45px;
            color: #094f09;
        font-family: 'Kaushan Script', cursive;
        }
        .abt-desc {
            float: left;
            width: 100%;
            text-align: justify;
            font-size: 18px;
            color: black;
            font-family: 'Roboto', sans-serif;
            padding: 20px;
        }

.abt-desc i{color: #094f09;
padding-right: 5px;}
   

        .why-us {
            float: left;
            width: 100%;
            padding: 50px 0px;
            background: black;
        } 
    
        .why-border {
            float: left;
            width: 100%;
            padding: 20px 10px;
            background: black;
            text-align: center;
    
        }
        .why-icon {
            float: left;
            width: 100%;
            position: relative;
            z-index: 1;
            padding-bottom: 20px;
        }
        .why-icon img
        {
            float: none;
            display: table;
            margin: 0 auto;
        }
     
        .why-title {
            color: #f0fe08;
            font-size: 25px;
            padding-top: 20px;
           font-family: 'Roboto', sans-serif;
        }
        .why-border:hover
        {
            -webkit-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
            box-shadow: 0px 4px 10px #fff;  
        }
      

        .footer {
            float: left;
            width: 100%;
            padding: 30px 0px;
            background: #094f09;
        }
      
        .footer-header {
            float: left;
            width: 100%;
            font-size: 25px;
            border-bottom: 2px dashed #f0fe08;
       font-family: 'Kaushan Script', cursive;
            color: #f0fe08;
        }
        .footer ul {
            float: left;
            width: 100%;
            margin: 0;
        padding: 9px 0 0 0;
        list-style: none;
        text-align: left;
        }
        .footer li {
            list-style: none;
            padding: 5px 0 5px 0;
        line-height: 26px;
        font-size: 18px;
        font-weight: 300;
            float: left;
            width: 100%;
            font-family: 'Roboto', sans-serif;
            color: white;
        }
        .footer i {
            color: #f0fe08;
            font-size: 20px;
            padding: 0 8px 0 0;
        }
        .footer li a    {
        color: #f0fe08;
        padding: 5px 0 5px 0;
        line-height: 26px;
        font-size: 17px;
        font-weight: 500;
        text-transform: capitalize;
        border: 1px solid #f0fe08;
        padding: 7px 6px;
        display: block;
        margin-bottom: 7px;
        text-decoration: none;
        transition: .6s;
        }
        .footer li a:hover{color: white;
        border: 1px solid white;
        }
        .top-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background: #f0fe08;
            -webkit-box-shadow: 0px 10px 10px #0000004d;
            box-shadow: 0px 10px 10px #0000004d;
            z-index: 1;
            float: left;
    width: 100%;
        }
        .top-inr {
            padding: 0px 0px;
        }
        .top-list ul li {
            padding: 15px 20px;
            position: relative;
            background: #094f09;
            color: #f0fe08;
            font-size: 18px;
            text-align: center;
            font-weight: 500;
            list-style: none;
            font-family: 'Roboto', sans-serif;
        }
        .top-list ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
        }

        .top-list ul li i {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: #f0fe08;
            color: #094f09;
            font-size: 30px;
            margin: 0px auto 0;
            position: absolute;
            left: 0;
            right: 0;
        }
      
        .most-right {
            float: left;
            width: 100%;
        }
       .most-right ul {
            text-align: left;
            width: 100%;
            padding: 20px;
            background: #094f09;
            border: 2px solid #f0fe08;
        }
        .most-right ul li {
            line-height: 50px;
            font-size: 18px;
            font-weight: 500;
            font-family: 'Roboto', sans-serif;
            list-style: none;
            color: white;
        }
        .most-right ul li i{
            padding-right: 10px;
            color: #f0fe08;
        }
        .most-services {
            width: 100%;
            float: left;
            position: relative;
            z-index: 1;
        }
       
     
    
       /* Slideshow container */
       .slideshow-container {
        position: relative;
        background: #f1f1f1f1;
        float: left;
        width: 100%;
    }
  /* Slides */
  .mySlides {
    display: none;
    padding: 80px;
    text-align: center;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    display: none;
  }
  .testi-right {
    float: left;
    width: 100%;
}
  .testi-left {
    float: left;
    width: 100%;
}
.testi-left img{
    padding: 20px 0px;
    float: left;
    width: 100%;
}
  /* Position the "next button" to the right */
  .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;
  }
  
  /* The dot/bullet/indicator container */
  .dot-container {
    text-align: center;
    padding: 20px;
    background: #f0fe08;
    float: left;
    width: 100%;
}
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #094f09;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  /* Add a background color to the active dot/circle */
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Add an italic font style to all quotes */
  q {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: black;
        font-family: 'Roboto', sans-serif;
}
.author {
    color: #094f09;
    padding-top: 20px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
}


  .testi {
    float: left;
    width: 100%;
    padding: 10px 0px;
}
.testi-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    padding-bottom: 30px;
    color: #094f09;
   font-family: 'Kaushan Script', cursive;
}
.testi-img {
    float: left;
    width: 100%;
}
.testi-img img {
    display: table;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 50px;
}
        @media(min-width:320px) and (max-width:479px)
{
    .just-sub {
        font-size: 25px;
    }
    .just-call {
        font-size: 25px;
    }
    .just-headr {
        font-size: 35px;
    }

    .contact-right {
        font-size: 18px;
    }
  
  
    .text1 {
        font-size: 18px;
    }
    .text2 {
        font-size: 20px;
    }
    .abt-header {
        font-size: 35px;
    }
    .abt-desc {
        font-size: 18px;
    }
   
    
    .best-right-header {
        font-size: 25px;
        text-align: center;
    }
    .best-right-sub {
        font-size: 18px;
        text-align: center;
    }
    .best-right-title {
        font-size: 20px;
    }
    .best-right-desc {
        font-size: 18px;
    }
  
    .besy-subb {
        font-size: 20px;
    }
   
    .footer-header {
        font-size: 25px;
    }
    .top-list {
        display: none;
    }
  
    .most-services::before {
      
        opacity: 0.3;
    }
    .why-border {
        margin-bottom: 30px;
    }
    .why-title {
        font-size: 20px;
    }
    .best-services::before {
       
        opacity: 0.2;
    }
    .most-header {
        font-size: 35px;
    }
    .testi-header {
        font-size: 35px;
    }
    .mySlides {
     
        padding: 0px;
    }
    .logo{display: none;}
}
@media(min-width:480px) and (max-width:639px)
{  .mySlides {
     
    padding: 0px;
}
.logo{display: none;} .testi-header {
        font-size: 35px;
    }
    .most-header {
        font-size: 35px;
    }
    .best-services::before {
       
        opacity: 0.2;
    }
    .why-border {
    margin-bottom: 30px;
}
.why-title {
    font-size: 20px;
}
    .most-services::before {
      
        opacity: 0.3;
    }
  
    .top-list {
        display: none;
    }
    .just-sub {
        font-size: 25px;
    }
    .just-call {
        font-size: 25px;
    }
    .just-headr {
        font-size: 35px;
    }
    
    .contact-right {
        font-size: 18px;
    }
    .text4 {
        display: none;
    }
  
    .text1 {
        font-size: 18px;
    }
    .text2 {
        font-size: 20px;
    }
    .abt-header {
        font-size: 35px;
    }
    .abt-desc {
        font-size: 18px;
    }
 
  
    
    .best-right-header {
        font-size: 25px;
        text-align: center;
    }
    .best-right-sub {
        font-size: 18px;
        text-align: center;
    }
    .best-right-title {
        font-size: 20px;
    }
    .best-right-desc {
        font-size: 18px;
    }
  
    .besy-subb {
        font-size: 20px;
    }
   
    .footer-header {
        font-size: 25px;
    } 
    .contact li {
        padding-right: 5px;
    }
}
@media(min-width:640px) and (max-width:767px){
    .mySlides {
     
        padding: 0px;
    }
    .why-border {
        margin-bottom: 30px;
    }
    .contact-details {
        text-align: center;
    }
  
    .testi-border {margin-bottom: 30px;}
  
    .top-list {
        display: none;
    }
    .best-services::before {
      
        opacity: 0.3;
    }
    .most-services::before {
      
        opacity: 0.3;
    }
   
}
@media(min-width:768px) and (max-width:991px){
    .top-list ul li {
        margin-bottom: 30px;
    }
   
    .testi .col-sm-5{width: 100%;}
    .testi .col-sm-7{width: 100%;}
    .abt-us .col-sm-5{width: 100%;}
    .abt-us .col-sm-7{width: 100%;}
    .most-services::before {
      
        opacity: 0.3;
    }
   
    .logo{display: none;}
    .head-main .col-sm-5
    {
        width: 100%;
        text-align: center;
    }
    .head-main .col-sm-7
    {
        width: 100%;
        text-align: center;
    }
    .header .col-sm-4{width: 100%;}
 
    .best-services .col-sm-4
    {
        width: 50%;
    }
   
    .best-services .col-sm-3
    {
        width: 50%;
    }
    
  
    .footer .col-sm-3
    {
        width: 50%;
    }
    .most-services .col-sm-4{width: 50%;}

}
@media(min-width:992px) and (max-width:1200px){
    .top-list ul li {
        margin-bottom: 30px;
    }
    /*section.who-are*/
section.who-are-1 img {
    width: 91%;
}
section.who-are-1 {
    background-image: url(../images/black-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 0;
        background-attachment: fixed;
}
.who-are h2 {
    margin: 0;
    color: #fec804;
    font-size: 20px;
}
.who-are h3 {
    margin: 10px 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 45px;
}
.who-are p {
    margin: 0;
    color: #ffffffeb;
    font-size: 17px;
    line-height: 1.8;
}
.who-are h3 span {
    color: #fec804;
}
div#exper {
    text-align: center;
    margin-top: 25px;
}
.ecper-box {
    text-align: center;
    border: 1px solid #d4d4e1;
    border-radius: 10px 10px 10px 10px;
    transition: 0.5s;
    padding: 8% 2%;
    background: #fec804;
}
div#exper h4 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
div#exper p {
    color: #000;
    font-size: 16px;
}
.who-are {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    padding-bottom: 30px;
    color: #094f09;
    font-family: 'Kaushan Script', cursive;
}

}



