/* Main Slider Css Start*/

   #back{
      background-image: linear-gradient(90deg, rgba(0 0 0 / 100%), rgba(0 0 0 / 10%)), url("../img/banner-02.jpg");
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover;
      padding: 8% 5%;
   }

    #h6-style{
        margin-top: 10%;
        font-size: 20px;
        font-weight: 400;
        color: #fff;
        background-color:#16b126;
        padding:5px 10px;
        width:38%;
    }

    #back h1{
      margin-top: 30px;
      font-size: 55px;
      font-weight: 700;
      color: white;
    }

    #back p{
      margin-top: 30px;
      margin-bottom: 40px;
      font-weight: 300;
      color: #cecece;
    }

    .btn{
      background-color: #ff5c00;
      color: #fff;
    }
    
    .btn:hover{
       color:#16b126;
       background:#fff;
    }

    #slider-image{
      width: 100%;
    }
    
    /*main slider css end*/
    
    #col{
        padding-left:50px;
    }
    
    #feature{
       background-image:  url("../img/about-1-bg-img.png");
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover;
      padding: 8% 5%;
    }
    
    .boxing-1{
        padding:25px 30px 25px 30px;
    }

    
      
   
    
    /* Services box coding Start*/
  
    
    #service-box-1{
        background: linear-gradient(66.44deg, #EEE7FD 0%, #E4E8D8 100%);
        padding: 70px 0;
    }
    
    .services-box-2{
        background-color: #fff;
        padding: 20px 30px;
        display: flex;
        border-radius: 5px;
        box-shadow: 7px 7px 1px 5px #f7f7f8;
        color: #ff5c00;
    }
    
    .services-box-2:hover{
        border: 1px solid #16b126;
    }
    
    .services-box-2 img{
    border: 1px solid #16b126;
    width: 80px;
    height: 80px;
    padding: 10px;
    text-align: center;
    line-height: 75px;
    border-radius: 50%;
    }
    
    .services-box-2 h3{
        padding-left: 20px;
    }
    
    .services-box-2 p{
        font-size: 14px;
        margin-top: 8px;
    }
    
     #feature-image{
        width:60%;
        position: relative;
        left: 200px;
    }
    
    #col h2{
        font-size:50px;
    }
    
    #col p{
        color: gray;
    }
    
    
    #col ul{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    #col ul li{
        list-style: none;
        font-size:17px;
        margin-top: 10px;
        
    }
    
    #col ul li i{
        color: #16b126;
    }
    /* Pricing Table CSS Start*/
    
    
    
    :root{
    --pricingTable-yellow: #ff5c00;
}
.demo{ background: #ebeefa;
       padding: 60px 0px 50px 0px;
 }
 
 .pricingtable-caption{
     text-align:center;
     padding-bottom:40px;
 }
 
.pricingTable{
    padding-bottom: 10px;
    background: #fff;
    border-bottom: 15px solid var(--pricingTable-yellow);
    text-align: center;
    overflow: hidden;
    position: relative;
}
.pricingTable:before{
    content: "";
    width: 100%;
    height: 350px;
    background: var(--pricingTable-yellow);
    position: absolute;
    top: -150px;
    left: 0;
    transform: skewY(-20deg);
}
.pricingTable .pricingTable-header{
    padding: 20px 20px 60px;
    text-align: left;
    position: relative;
}
.pricingTable .title{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.pricingTable .sub-title{
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.pricingTable .year{
    width: 80px;
    height: 55px;
    background: #fff;
    padding: 7px 0;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    color: var(--pricingTable-yellow);
    text-align: center;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 1;
}
.pricingTable .year:before,
.pricingTable .year:after{
    content: "";
    width: 57px;
    height: 57px;
    background: #fff;
    position: absolute;
    top: -28px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%) scaleY(0.5) rotate(45deg);
}
.pricingTable .year:after{
    top: auto;
    bottom: -28px;
}
.pricingTable .price-value{
    display: inline-block;
    width: 170px;
    height: 110px;
    padding: 15px;
    border: 2px solid var(--pricingTable-yellow);
    border-top: none;
    border-bottom: none;
    position: relative;
}
.pricingTable .price-value:before,
.pricingTable .price-value:after{
    content: "";
    width: 121px;
    height: 121px;
    border: 3px solid var(--pricingTable-yellow);
    border-right: none;
    border-bottom: none;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%) scaleY(0.5) rotate(45deg);
}
.pricingTable .price-value:after{
    border-top: none;
    border-left: none;
    border-bottom: 3px solid var(--pricingTable-yellow);
    border-right: 3px solid var(--pricingTable-yellow);
    top: auto;
    bottom: -60px;
}
.pricingTable .value{
    width: 100%;
    height: 100%;
    background: #fff;
    border: 2px solid var(--pricingTable-yellow);
    border-top: none;
    border-bottom: none;
    color: var(--pricingTable-yellow);
    z-index: 1;
    position: relative;
}
.pricingTable .value:before,
.pricingTable .value:after{
    content: "";
    width: 97px;
    height: 97px;
    background: #fff;
    border: 3px solid var(--pricingTable-yellow);
    border-bottom: none;
    border-right: none;
    position: absolute;
    top: -48px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%) scaleY(0.5) rotate(45deg);
}
.pricingTable .value:after{
    border-right: 3px solid var(--pricingTable-yellow);
    border-bottom: 3px solid var(--pricingTable-yellow);
    border-top: none;
    border-left: none;
    top: auto;
    bottom: -48px;
}
.pricingTable .currency{
    display: inline-block;
    font-size: 30px;
    margin-top: 7px;
    vertical-align: top;
}
.pricingTable .amount{
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    line-height: 65px;
}
.pricingTable .amount span{
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    vertical-align: top;
    margin-top: -7px;
}
.pricingTable .month{
    display: block;
    font-size: 16px;
    line-height: 0;
}
.pricingTable .pricing-content{
    padding: 50px 0 0 80px;
    margin-bottom: 20px;
    list-style: none;
    text-align: left;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricing-content li{
    padding: 7px 0;
    font-size: 16px;
    color: #808080;
    position: relative;
}
.pricingTable .pricing-content li:before,
.pricingTable .pricing-content li.disable:before{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background: #98c458;
    text-align: center;
    color: #fff;
    position: absolute;
    left: -50px;
}
.pricingTable .pricing-content li.disable:before{
    content: "\f00d";
    background: #fe6c6c;
}
.pricingTable .pricingTable-signup{
    display: inline-block;
    width: 60%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
    color: var(--pricingTable-yellow);
    text-transform: uppercase;
    border: 2px solid var(--pricingTable-yellow);
    margin: 0 auto 10px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup:hover{
    background: var(--pricingTable-yellow);
    color: #fff;
    text-decoration:none;
}
    
    
/* Pricing Table CSS End*/

/*Why Choose Us Css Start*/

#why-choose{
    padding:50px 0px 20px 0px;
    
}

.text-primary{
    color:#16b126;
}

.rounded-circle {
    border-radius: 50% !important;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.sub-info{
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #16b126;
}

.display-30 {
    font-size: 0.9rem;
}

/*Why Choose Us CSS End*/


/*Footer Area css Start*/

  ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #0B0E10;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #fff;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #16b126;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #16b126;
}
.twitter-bg{
  background: #16b126;
}
.google-bg{
  background: #16b126;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}

.footer-widget ul{
    margin-top: 30px;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #16b126;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #16b126;
    padding: 13px 20px;
    border: 1px solid #16b126;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background:#000000;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

 .animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #16b126; }

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

.animate-border.border-white:after {
  border-color: #fff; }

.animate-border.border-yellow:after {
  border-color: #F5B02E; }

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff; }

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%; }
  50% {
    width: 90%; }
  100% {
    width: 10%; } }

@keyframes primary-long {
  0% {
    width: 80%; }
  50% {
    width: 0%; }
  100% {
    width: 80%; } } 
    
    
    .ads-1{
        background-color: #ebeefa;
        border-radius: 5px;
        margin-bottom: 20px;
        padding-right:1px;
    }
    
    .ads-1 h1{
        font-size: 23px;
        color: #2647c8 !important;
        margin-top: 15px;
    }
    
    .ads-1 p{
        font-size: 16px;
    }
    .ads-1 a{
        text-decoration:none;
        color:#fff;
        background-color:#ff5c00;
        padding: 10px 30px 10px 30px;
        position:relative;
        top:50px;
    }
    
    
    #image-clientarea{
        width:100%;
        padding-top: 20px;
    }

/*Footer Area Css End*/

    @media screen and (max-width: 1024px){
      #back h1{
        font-size: 35px;
        font-weight: 600;
      }
      
    }
    
    @media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}

    @media screen and (max-width: 769px){
       #back h6{
        font-size: 18px;
      }

      #back h1{
        font-size: 30px;
        font-weight: 600;
      }
      
      #col{
          padding-left:10px;
      }
      
      #col h2{
          font-size:28px;
      }
      
      #col p{
          font-size:15px;
      }
      
      
      .pricingTable:before{ transform: skewY(-15deg); }
    .pricingTable .title{ font-size: 22px; }
    
    #service-back{
           margin-top:40px;
           margin-bottom:40px;
       }
       
       .services-box-2{
           margin-bottom:20px;
       }
       
       #feature-image{
           width: 40%;
           position: relative;
           left: 0;
       }
       
       .ads-1{
          padding: 10px 3px 20px 3px;
          text-align:center;
      }
      
      .ads-1 a{
          position:relative;
          top: 0px;
      }
    }

@media only screen and (max-width: 480px){
  /*mobile main slider css start*/  
     #back{
        padding-bottom: 40px;
      }
      
      #back h1{
        font-size: 28px;
        font-weight: 700;
        line-height: 40px;
      }

      #h6-style{
        font-size: 15px;
        width:100%;
      }

      #slider-image{
        padding-top: 10%;
      }
      
      /*mobile main slider css end*/
      
      #feature-image{
          width:100%;
      }
      
      .boxing-1{
          padding:20px 5px 20px 5px;
      }
      
      .single-cta{
          margin-bottom:30px;
      }
      
      

