   

/* Hero Video */
.outter.hero-video {
 width: 100%;
 height: 100%;
 display: flex;
 flex-direction: column;
 justify-content: center;
}
@media (max-width: 767px) {
 .outter.hero-video {
     height: 325px;
}
}
.hero-video .video-container {
 height: 700px;
 width: 100%;
 position: relative;
 overflow: hidden;
}
@media (max-width: 767px) {
 .hero-video .video-container {
     height: 325px;
}
}
.hero-video video {
 object-fit: cover;
 position: absolute;
 height: 700px;
 width: 100%;
 top: 0;
 left: 0;
}
@media (max-width: 767px) {
 .hero-video video {
     height: 325px;
}
}
.hero-video .video-container:after {
 content: '';
 display: block;
 height: 100%;
 width: 100%;
 position: absolute;
 top: 0;
 left: 0;
 background: rgba(0, 0, 0, .2);
 z-index: 1;
}
.hero-video h1 {
 text-transform: uppercase;
 margin: 0 0 1rem;
 padding: 0;
 line-height: 1;
 color: white;
}
@media (max-width: 767px) {
 .hero-video h1 {
     font-size: 32px;
}
}
@media (min-width: 768px) {
 .hero-video h1 {
     font-size: 52px;
}
}
.hero-video .desc {
 color: white;
 font-weight: 400;
 font-size: 18px;
}
.hero-video .callout {
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
 height: 100%;
 text-align: center;
 position: relative;
 z-index: 10;
 width: 70%;
 margin: auto;
}
@media (max-width: 767px) {
 .hero-video .callout {
     width: 90%;
}
}
.hero-video .button {
 text-transform: uppercase;
 background-color: transparent;
 border-radius: 0px;
 margin-top: 20px;
 border-radius: 4px;
 background-color: #39b4b1;
 padding: 15px 30px;
 /* border-radius: 0px; */
 color: #fff;
 text-decoration: none;
 font-weight: bold;
}
@media (max-width: 767px) {
 .hero-video .button {
     padding: 10px 20px;
}
}
.hero-video .button:hover {
 cursor: pointer;
 transition: linear 0.5s;
    background-color:#dc6c6c;
}
.bottom-top{
cursor: pointer;

background:rgba(236, 115, 52, 1);
}
.bottom-top:hover{
transition: linear 0.5s;
    background-color:#dc6c6c;
}
.expe-col{
background:rgba(236, 115, 52, 1);
/* background-color: #84bc74; */
}
.get-appo{
background-color: #39b4b1;
}
.get-appo:hover{
transition: linear 0.5s;
    background-color:#dc6c6c;
}
.more-btn{
    background-color:#39b4b1;
color: white;
}

    .bg-color{
      background:rgba(236, 115, 52, 1);
    }
    .btn-color{
        background-color:#39b4b1;
    }
    .btn-color:hover{
        transition: linear 0.5s;
        background-color:#dc6c6c;
    }

   
        .single-testimonial {
    -webkit-box-shadow: 0 0 20px rgba(34,34,34,.1);
    box-shadow: 0 0 20px rgba(34,34,34,.1);
    padding: 54px 45px 45px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    }
    .single-testimonial .quote {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 45px;
    top: -25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #c51c18;
    }
    .single-testimonial:after {
    background-image: url(big-quote.png);
    content: "";
    right: 10px;
    bottom: 0;
    position: absolute;
    width: 162px;
    height: 135px;
    z-index: -1;
    opacity: .03;
    }
    
    
    .swiper-pagination-bullet{
                  margin: 0 7.5px;
                  width: 7px;
                  height: 7px;
                
                  background-color: rgba(85, 81, 239, .2);
                }
    
                .swiper-pagination-bullet-active      {
                    background-color: #c51c18;
        width: 9px;
        height: 9px;
                }
    
            
                
                .testimonials{
    /* padding: 100px 0px; */
    background-image: url(feature-bg.png);
    background-position: cover;
    background-repeat: no-repeat;
    
    
                }
   
    
         h2 {
          margin-bottom: 0;
          font-size: 28px;
          font-weight: 600;
          text-transform: capitalize;
          line-height: 1.4;
        }
        .barr {
         margin: 15px auto;
          height: 5px;
          width: 90px;
          background: #dc6c6c;
   
          position: relative;
          border-radius: 30px;
        }
        
         .barr::before {
          content: '';
          position: absolute;
          left: 0;
          top: -2.7px;
          height: 10px;
          width: 10px;
         
          background-color: red;
          border-radius: 50%;
          animation: 5s linear infinite moveg;
        }
        
         .bar {
            margin-top: 15px;
            margin-bottom: 15px;
          height: 5px;
          width: 90px;
          background: #dc6c6c;
   
          position: relative;
          border-radius: 30px;
        }
        
         .bar::before {
          content: '';
          position: absolute;
          left: 0;
          top: -2.7px;
          height: 10px;
          width: 10px;
         
          background-color: red;
          border-radius: 50%;
          animation: 5s linear infinite moveg;
        }
        
        @keyframes moveg {
            from {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
          }
          to {
            -webkit-transform: translateX(88px);
                    transform: translateX(88px);
          }
        }

        .single-featuress {
        
            position: relative;
            background: #ffffff;
            padding-left: 95px;
            padding-top: 30px;
            padding-right: 20px;
            padding-bottom: 30px;
            margin-bottom: 30px;
            border-radius: 5px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
          }
          
          .single-featuress h3 {
            font-size: 18px;
            margin-top: 10px;
            margin-bottom: 10px;
          }
          
          .single-featuress p {
            margin: 0;
          }
          
          .single-featuress .icon {
            position: absolute;
            text-align: center;
            width: 55px;
            height: 55px;
            line-height: 55px;
            background: #cdf1d8;
            border-radius: 50%;
            left: 20px;
            top: 30px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            font-size: 20px;
          }
          
          .single-featuress .icon.bg-c679e3 {
            background: #edc3fc;
          }
          
          .single-featuress .icon.bg-eb6b3d {
            color: #eb6b3d;
            background: rgba(235, 107, 61, 0.3);
          }
          
          .single-featuress:hover {
            color: white;
            background: #eb6b3d;
            -webkit-transform: translateY(-10px);
                    transform: translateY(-10px);
            -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
                    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          }
          
          .single-featuress:hover .icon {
            color: #ffffff;
          }
          
          .single-featuress:hover .icon.bg-eb6b3d {
            background: #eb6b3d;
          }
          
    

        .single-features {
          min-height: 160px !important;
  position: relative;
  background: #ffffff;
  padding-left: 95px;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-features h3 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.single-features p {
  margin: 0;
}

.single-features .icon {
  position: absolute;
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #cdf1d8;
  border-radius: 50%;
  left: 20px;
  top: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.single-features .icon.bg-c679e3 {
  background: #edc3fc;
}

.single-features .icon.bg-eb6b3d {
  color: #eb6b3d;
  background: rgba(235, 107, 61, 0.3);
}

.single-features:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.single-features:hover .icon {
  color: #ffffff;
}

.single-features:hover .icon.bg-eb6b3d {
  background: #eb6b3d;
}

.single-feature {
  /* position: relative; */
  background: #ffffff;
  padding-left: 20px;
  padding-top: 30px;
  padding-right: 10px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cloud-box {
  /* position: relative; */
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding-left: 20px;
  padding-top: 30px;
  padding-right: 10px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cloud-box:hover{
  background: #eb6b3d;
  transition: linear 0.5s;

}
.cloud-box:hover h6{
  color: white;
  transition: linear 0.3s;
}
.single-feature h3 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.single-feature p {
  margin: 0;
}

.single-feature .icon {
  /* position: absolute; */
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #cdf1d8;
  border-radius: 50%;
  left: 20px;
  top: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.single-feature .icon.bg-c679e3 {
  background: #edc3fc;
}

.single-feature .icon.bg-eb6b3d {
  color: #eb6b3d;
  background: rgba(235, 107, 61, 0.3);
}

.single-feature:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.single-feature:hover .icon {
  color: #ffffff;
}

.single-feature:hover .icon.bg-eb6b3d {
  background: #eb6b3d;
}
/* Max (width 767px) */
@media only screen and (max-width: 767px) {
    .single-features {
    padding-left: 20px;
  }
  .single-features .icon {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 25px;
  }
  .single-features h3 {
    font-size: 17px;
  }
  .single-features {
    padding-left: 20px;
  }
  .single-features .icon {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 25px;
  }

}
          

                    .Strengths{
                        margin: 100px 0px;
                    }
                    .strengths-left h4 {
                        font-size: 22px;
                        text-transform: capitalize;
                    }
            
                    .strengths-left p {
                        font-size: 16px;
                        counter-reset: #777;
                    }
            
                    .strengths-left-info {
                        background-color: white;
                        box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
                        display: block;
                        font-size: 15px;
                        padding: 20px;
                        -webkit-transition: 0.5s;
  transition: 0.5s;
                    }
                    .strengths-left-info:hover {
                        color: white !important;
                        background-color: #eb6b3d !important;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.strengths-left-info:hover i{
    color: white !important;
}

            
                    .strengths-left-info i {
                        color: #e41115;
                        padding-right: 5px;
                    }
            
                    .strengths-bg{
                        position: relative;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 100%;
                        height: 100%;
                           overflow:hidden !important;
                    }
                    .strengths-bg>:nth-child(1){
                       animation: 60s  round linear infinite;
                        position: relative;
                        overflow:hidden !important;
                    }
            
                    .strengths-bg>:nth-child(2){
                        position: absolute;
                        top: 50%;
                        /* width: 100px; */
                        left: 50%;
                        transform: translate(-50%,-50%);
                    }
            
            
                    @keyframes round {
                        0%{
                            transform: rotate(0deg);
                        }
            
                        100%{
                            transform: rotate(360deg);
                        }
                        
                    }
                    .competencies-img {
                background-color: #ec8d3412;
                border-radius: 50%;
                padding: 15px;
            }
            
              
                        .section-competencies {
                            background-color: #f7fafd;
                            padding: 50px 0px;
                        }
                
                        .competencies {
                            display: flex;
                            justify-content: start;
                            align-items: center;
                            width: 100%;
                            background-color: #ffffff;
                            padding: 30px 20px;
                            border-radius: 10px;
                            width: 100%;
                            transform: translateY(2px);
                            transition: 0.2s linear;
                        }
                
                        .competencies:hover {
                            transform: translateY(-2px);
                            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
                        }
                
                        .competencies .competencies-img {
                            background-color: #ec8d3412;
                            border-radius: 50%;
                            padding: 15px;
                        }
                
                        .competencies img {
                            width: 40px;
                        }
                
                        .competencies .competencies-right {
                            padding-left: 10px;
                        }
                
                        .competencies .competencies-right h6 {
                            transition: 0.2s linear;
                            font-size: 16px;
                        }
                
                        .competencies:hover .competencies-right h6 {
                            color: #e41115;
                        }
                
                        .competencies .competencies-right p {
                            font-size: 14px;
                            color: #777;
                        }


              

                        .single-services-box {
                            position: relative;
                            background: #ffffff;
                            padding-left: 20px;
                            padding-top: 30px;
                            padding-right: 20px;
                            padding-bottom: 30px;
                            margin-bottom: 30px;
                            border-radius: 5px;
                            -webkit-transition: 0.5s;
                            transition: 0.5s;
                            min-height: 300px;
                          }
                          
                          .single-services-box h3 {
                            font-size: 18px;
                            margin-top: 25px;
                            margin-bottom: 15px;
                          }
                          
                          .single-services-box .icon {
                            text-align: center;
                            width: 55px;
                            height: 55px;
                            line-height: 55px;
                            background: #cdf1d8;
                            border-radius: 50%;
                            -webkit-transition: 0.5s;
                            transition: 0.5s;
                            font-size: 20px;
                          }
                          
                          .single-services-box .icon.bg-c679e3 {
                            background: #edc3fc;
                          }
                          
                          .single-services-box .icon.bg-eb6b3d {
                            color: #eb6b3d;
                            background: rgba(235, 107, 61, 0.3);
                          }
                          
                          .single-services-box::before{
                          background-color: #44CE6F;
                          }
                          
                          .single-services-box::before, .single-services-box::after {
                            content: '';
                            position: absolute;
                            width: 0;
                            height: 4px;
                            opacity: 0;
                            visibility: hidden;
                            bottom: 0;
                            -webkit-transition: 0.5s;
                            transition: 0.5s;
                          }
                          
                          .single-services-box::before {
                            left: 0;
                          }
                          
                          .single-services-box::after {
                            right: 0;
                          }
                          
                          .single-services-box:hover {
                            -webkit-transform: translateY(-10px);
                                    transform: translateY(-10px);
                            -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
                                    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
                          }
                          
                          .single-services-box:hover .icon {
                            color: #ffffff;
                          }
                          .single-services-box:hover::before {
                              opacity: 1;
                              visibility: visible;
                              width: 50%;
                              background: #eb6b3d;
                          }.single-services-box:hover::after {
                              opacity: 1;
                              visibility: visible;
                              width: 50%;
                              background: #eb6b3d;
                          }
                          
                          .single-services-box:hover .icon.bg-eb6b3d {
                            background: #eb6b3d;
                          }
                          



                        .single-services-boxx {
                            position: relative;
                            background: #ffffff;
                            padding-left: 20px;
                            padding-top: 30px;
                            padding-right: 20px;
                            padding-bottom: 20px;
                            margin-bottom: 30px;
                            border-radius: 5px;
                            -webkit-transition: 0.5s;
                            transition: 0.5s;
                            /* min-height: 300px; */
                          }
                          
                          .single-services-boxx h3 {
                            font-size: 18px;
                            margin-top: 25px;
                            margin-bottom: 15px;
                          }
                          
                          .single-services-boxx .icon {
                            text-align: center;
                            width: 55px;
                            height: 55px;
                            line-height: 55px;
                            background: #cdf1d8;
                            border-radius: 50%;
                            -webkit-transition: 0.5s;
                            transition: 0.5s;
                            font-size: 20px;
                          }
                          
                          .single-services-boxx .icon.bg-c679e3 {
                            background: #edc3fc;
                          }
                          
                          .single-services-boxx .icon.bg-eb6b3d {
                            color: #eb6b3d;
                            background: rgba(235, 107, 61, 0.3);
                          }
                          
                          .single-services-boxx::before{
                          background-color: #44CE6F;
                          }
                          
                          .single-services-boxx::before, .single-services-boxx::after {
                            content: '';
                            position: absolute;
                            width: 0;
                            height: 4px;
                            opacity: 0;
                            visibility: hidden;
                            bottom: 0;
                            -webkit-transition: 0.5s;
                            transition: 0.5s;
                          }
                          
                          .single-services-boxx::before {
                            left: 0;
                          }
                          
                          .single-services-boxx::after {
                            right: 0;
                          }
                          
                          .single-services-boxx:hover {
                            -webkit-transform: translateY(-10px);
                                    transform: translateY(-10px);
                            -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
                                    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
                          }
                          
                          .single-services-boxx:hover .icon {
                            color: #ffffff;
                          }
                          .single-services-boxx:hover::before {
                              opacity: 1;
                              visibility: visible;
                              width: 50%;
                              background: #eb6b3d;
                          }.single-services-boxx:hover::after {
                              opacity: 1;
                              visibility: visible;
                              width: 50%;
                              background: #eb6b3d;
                          }
                          
                          .single-services-boxx:hover .icon.bg-eb6b3d {
                            background: #eb6b3d;
                          }
                          
                          .card-up{
                            margin-top: -50px;
                          }
                          @media (max-width:700px) {
                            .card-up{
                                margin-top: 0;
                              }
                            
                          }
                        .main-sha{
                            -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
                        }
                        .barr{
                          display: none !important;
                        }

                        .ai-box{
                          /* position: relative; */
                          background: #ffffff;
                          padding-left: 20px;
                          padding-top: 30px;
                          padding-right: 20px;
                          padding-bottom: 20px;
                          margin-bottom: 30px;
                          border-radius: 5px;
                          -webkit-transition: 0.5s;
                          transition: 0.5s;
                        }
                        .ai-box:hover{
                          background-color: #eb6b3d;
                          transition: linear 0.3s;
                        }
                        .ai-box:hover h6{
                          color: white;
                          transition: linear 0.2s;
                        }
                        .ai-box:hover p{
                          color: white;
                          transition: linear 0.2s;
                        }