@import url('//fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

/*===== All SECTION TITLE Style =====*/
.section-title .line {
  background: -webkit-linear-gradient(#fe8464 0%, #fe6e9a 100%);
  background: -o-linear-gradient(#fe8464 0%, #fe6e9a 100%);
  background: linear-gradient(#fe8464 0%, #fe6e9a 100%);
  width: 150px;
  height: 5px;
  margin-bottom: 10px !important; }

.section-title .title {
  font-size: 38px;
  font-weight: 700;
  line-height: 42px; }
  @media (max-width: 767px) {
    .section-title .title {
      font-size: 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title .title {
      font-size: 30px; } }
  .section-title .title span {
    font-weight: 400;
    display: contents; }

/*===== All Section Title Style =====*/
.section-title .sub-title {
  font-size: 18px;
  font-weight: 400;
  color: #361CC1;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .section-title .sub-title {
      font-size: 16px; } }

.section-title .title {
  font-size: 35px;
  padding-top: 10px; }
.section-title .title-lite {
  font-size: 35px;
  padding-top: 10px;
font-weight:200;}
  .title-brand{
    font-size: 55px;
    line-height: 55px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title .title {
      font-size: 30px; } 
      .title-brand{
        font-size: 45px;
        line-height: 45px;
      }}
  @media (max-width: 767px) {
    .section-title .title {
      font-size: 24px; } 
      .section-title .title-lite {
        font-size: 25px;}
      .title-brand{
        font-size: 30px;
        line-height: 35px;
      }}
  .section-title .title span {
    font-weight: 400;
    display: contents; }

.team-content p{
  color:#fff;
  font-weight: 200;
font-size: 18px;
line-height: 27px;
text-align: center;
}


.ml-at{
  margin: 20px 40px 30px 0 !important;
}

.web-process{
  background: #F0F1F3;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 30px;
    outline: 0;
}
button.close {
    padding: 14px;
    background-color: transparent;
    border: 0;
  
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
}
.services-single {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
  -moz-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
  box-shadow: 1px 7px 9px 4px rgba(0, 0, 0, 0.03);
  border-radius: 40px;
  overflow: hidden;
  
  padding: 38px 30px;

  border: 2px solid transparent;
 
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media (max-width: 767px) {
    .services-single {
      padding: 20px 20px 5px; } }
  .services-single .testimonial-review .quota i {
    font-size: 36px;
    color: #119BD2;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .services-single .testimonial-review .star ul li {
    display: inline-block;
    font-size: 16px;
    color: #FE806D; }
  .services-single .services-text {
    margin-top: 25px; }
  .services-single .testimonial-author {
    margin-top: 30px; }
    .services-single .testimonial-author .author-image {
      position: relative; }
      .services-single .testimonial-author .author-image .author {
        position: absolute;
        top: 17px;
        left: 17px;
        width: 80px;
        height: 80px; }
    .services-single .testimonial-author .author-content .holder-name {
      font-size: 18px;
      font-weight: 700;
      color: #2E2E2E; }
    .services-single .testimonial-author .author-content .text {
      font-size: 15px; }
  .services-single:hover {
    border-color: #F69513; }
    .services-single:hover .testimonial-review .quota i {
      color: #F69513; }

.slick-center .services-single {
  border-color: #F69513; }
  .slick-center .services-single .testimonial-review .quota i {
    color: #F69513; }

.services-active .slick-dots {
  margin: 0 auto; }
  .services-active .slick-dots li {
    display: inline-block;
    margin: 0 4px; }
    .services-active .slick-dots li button {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: linear-gradient(180deg, #fe8464 0%, #F69513 100%);
      border: 0;
      font-size: 0;
      opacity: 0.5;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .services-active .slick-dots li.slick-active button {
      opacity: 1;
      width: 15px;
      height: 15px; }
  .service-icon img {
margin:0 auto;
max-width: 60px;
    }

    .service-area .text {
      margin-top: 35px;
  }
  .services-text p{
    margin-top:20px
  }

  .services-active .slick-arrow {
    position: absolute;
    top: 330px;
    right: 0;
    z-index: 9; }
    .services-active .slick-arrow.prev {
      right: 45px; }
     
    .services-active .slick-arrow i {
      width: 70px;
      line-height: 50px;
      
      color: #F69513;
      font-size: 30px;
      text-align: center;
      cursor: pointer; }
    
     .lni-arrow-left:before {
      color:#34383D;
  }
  
@media (min-width: 576px){
.modal-dialog {
    max-width:  680px !important;
    margin: auto;
	margin-top: 5%;
}}