/* update according to the style of https://360messenger.com/en/ */

/************ TABLE OF CONTENTS ***************
    01. CUSTOM HEADER
    02. HERO - 2
    03. FEARTURE AREA
    04. PLATFORM AREA
    05. CTA AREA
    06. PRICE AREA
    07. FAQ AREA
    08. TESTIMONIAL AREA
    09. FOOTER
    10. CONTACT PAGE
**********************************************/

/*----------------------------------------*/
/*   01. CUSTOM HEADER
/*----------------------------------------*/
.tp-header__main-menu nav ul{
    float: left;
    margin: 0;
  }
  .tp-header__main-menu nav ul li:first-child{
    margin-left: 0;
  }
  .tp-header__language{
    float: left;
    padding: 25px 0;
  
  }
  .tp-header__language .nice-select{
    background: transparent;
    color: #151718;
  }
  .tp-header__space-2 .tp-header__language .nice-select:after{
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .tp-header__language .nice-select:after{
    border-bottom: 2px solid #151718;
    border-right: 2px solid #151718;
  }
  .tp-header__space-2 .tp-header__language .nice-select span{
    color: #fff;
  }
  .tp-header__main-menu nav ul li a{
    text-transform:capitalize;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 15px;
  }
  .tp-header__space-2 .tp-header__main-menu nav ul li a{
    color: #fff;
    font-family: poppins !important;
    letter-spacing: 0;
    position: relative;
  }
  .tp-header__space-2 .tp-header__main-menu nav ul li a::before{
    content: "";
    width: 0;
    height: 1px;
    background: #6754e2;
    position: absolute;
    bottom: 30px;
    left: auto;
    right: 0;
    transition: all 0.5s ease;
  }
  .tp-header__space-2 .tp-header__main-menu nav ul li a:hover::before{
    width: 100%;
    left: 0;
    right: auto;
    bottom: 30px;
    background: #fff;
  }
  .tp-hero__bg-2{
    background-color: #51c967;
  }
  .tp-header__login svg path{
    fill: #fff;
  }
  .tp-header__login span{
    text-transform: capitalize;
    color: #fff;
  }
  .tp-header__right-two .tp-btn-blue span{
    text-transform: capitalize;
    color: #51c967;
  }
  .tp-header__right-two .tp-btn-blue:hover span{
    color: #fff;
  }
  .tp-header__right-two .tp-btn-blue{
    background-color: #fff;
    height: 47px;
      line-height: 47px;
  }
  .tp-header__right-two .tp-btn-blue-square{
    background-color: #51c967;
    text-transform: capitalize;
    letter-spacing: 0;
  }
  .tp-hero__title-lg.theme-color{
    color: #fff;
    font-size: 50px;
  }
  
  .tp-hero__title-lg.theme-color span{
    color: #fff;
  }
  .tp-hero__description{
    color: white;
    margin-top: -20px;
    font-size: 16px;
    font-weight: 400;
  }
  .tp-hero__contact a{
    color: #fff;
  }
  .tp-hero__contact a b{
    color: #fff;
  }
  .tp-hero__img-1{
    left: -10%;
  }
  .tp-hero__img-2{
    right: -15%;
  }
  .tp-header__space-2.header-sticky{
    background-color: #fff;
  }
  .header-sticky .tp-header__main-menu nav ul li a{
    color: #000000;
  }
  .header-sticky .tp-header__main-menu nav ul li a:hover{
    color: #51c967;
  }
  .header-sticky .tp-header__right-two .tp-btn-blue{
    background-color: #51c967;
  }
  .header-sticky .tp-header__right-two .tp-btn-blue span{
    color: #fff;
  }
  .header-sticky .tp-header__right-two .tp-btn-blue:hover{
    background-color: #0EB04B;
  }

  .header-sticky .tp-header__language .nice-select:after{
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
  }
  
  .header-sticky.tp-header__space-2 .tp-header__language .nice-select span{
    color: #000;
  }
/*----------------------------------------*/
/*   02. HERO - 2
/*----------------------------------------*/
.tp-hero__thumb-2{
    margin-bottom: 80px;
}
.tp-hero__img-1{
    position: absolute;
    top: -18%;
    left: 0%;
    animation: tpupdown 1s infinite alternate;
}
.tp-hero__img-2{
    position: absolute;
    top: 35%;
    right: inherit;
    left: 5%;
    animation: tpupdown 1s infinite alternate;
}
.tp-hero__img-3{
    position: absolute;
    top: 41%;
    left: 0%;
    animation: tpupdown 1s infinite alternate;
}
.tp-hero__img-4{
    position: absolute;
    top: -21%;
    right: 3%;
    animation: tpupdown 1s infinite alternate;
}
.tp-hero__img-5{
    position: absolute;
    top: 21%;
    right: 0%;
    animation: tpupdown 1s infinite alternate;
}
.tp-hero__img-6{
    position: absolute;
    top: 42%;
    right: 0%;
    animation: tpupdown 1s infinite alternate;
}

/*----------------------------------------*/
/*   03. FEARTURE ARE
/*----------------------------------------*/

.tp-section-title{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6em;
    color: #051441;
}
.tp-section-subtitle{
    padding: 0 35px;
    color: #677294;
}
.tp-service__inner-item{
    box-shadow: 0px 20px 60px 0px rgba(38, 59, 94, 0.1);
    padding: 50px 40px 38px 40px;
    border: none;
    text-align: center;
    border-radius: 0;
}
.service-inner .tp-service__title-sm{
    color: #263b5e;
    font-size: 20px;
    line-height: 28px;
}
.service-inner .tp-service__content p{
    color: #6a7695;
    font-size: 16px;
    line-height: 30px;
}
.tp-service__icon{
  margin-bottom: 30px;
}
.tp-feature__area .service-inner .tp-service__title-sm:hover{
  color: #51c967;
}
/*----------------------------------------*/
/*   04. PLATFORM AREA
/*----------------------------------------*/
.tp-platform__area{
    background-color: #fbfbfd;
    padding: 80px 0;
}
.tp-platform__content .tp-platform-subtitle{
    color: #677294;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em;
}
.tp-platform__content i{
    margin-left: 10px;
}
.tp-platform__thumb img{
    margin: 0;
}
.tp-platform__items img{
    margin-bottom: 20px;
}
.tp-platform__items .name{
  color: #051441;
  font-size: 20px;
  line-height: 1.3em;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 600;
}
/*----------------------------------------*/
/*   05. CTA AREA
/*----------------------------------------*/
.tp-cta__bg{
  padding-top: 120px;
  padding-bottom: 120px;
}
.tp-cta__title{
    color: #051441;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 32px;
}
.tp-cta-subtitle{
    color: #677294;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em;
    padding-bottom: 60px;
}
.tp-cta__item-left i{
    margin-left: 10px;
}

/*----------------------------------------*/
/*   06. PRICE AREA
/*----------------------------------------*/
.tp-price__area{
  position: relative;
}
.tp-price__area::before{
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('../img/price/price_bg.png') no-repeat scroll center;
  position: absolute;
  z-index: -1;
}
.tp-price__area .tp-section-title-sm{
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
    color: #051441;
  }
  .tp-price__section span{
    color: #677294;
    font-size: 18px;
  }
  .tp-price__border .tp-price__active{
    text-align: center;
      background: #fbfbfd;
      padding: 50px 40px 55px;
      border: 1px solid #f1f3f8;
      border-radius: 4px;
      position: relative;
      z-index: 1;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      box-shadow: none;

  }
  .tp-price__item .tp-price__icon{
    justify-content: center !important;
  }
  .tp-price__item .tp-price__icon span{
    font-weight: 600;
      color: #051441;
      font-size: 30px;
      text-transform: capitalize;
      letter-spacing: normal;
  }
  .tp-price__item h3{
    color: #2c2c51;
      font-weight: 600;
      font-size: 24px;
  }
  .tp-price__area .align-items-end .tp-price__active span{
    text-transform: capitalize;
  }
  .tp-price__area .align-items-end .tp-price__active:hover{
    background-color: #51c967;
  }
  .tp-price__area .align-items-end .tp-price__active:hover span{
    color: #fff;
  }
  .tp-price__area .align-items-end .tp-price__active:hover .tp-price__list ul li{
    padding: 0;
    color: #fff;
  }
  .tp-price__border .tp-price__active:hover .tp-btn-border{
    background: rgba(255, 255, 255, .1);
    border: none;
  }
  .tp-price__border .col-xl-4:nth-child(1) .tp-price__active .tp-btn-border{
    color: #fd5387;
    background: rgba(253, 83, 135, .1);
  }
  .tp-price__border .col-xl-4:nth-child(3) .tp-price__active .tp-btn-border{
    color: #5f51fb;
    background: rgba(253, 83, 135, .1);
  }
  .tp-price__area .align-items-end .col-xl-4:nth-child(2) .tp-price__active{
    background-color: #51c967;
  }
  .tp-price__area .align-items-end .col-xl-4:nth-child(2) .tp-price__active span{
    color: #fff;
  }
  .tp-price__area .align-items-end .col-xl-4:nth-child(2) .tp-price__active .tp-price__list ul li{
    padding: 0;
    color: #fff;
  }
  .tp-price__border .col-xl-4:nth-child(2) .tp-price__active .tp-btn-border{
    background: rgba(255, 255, 255, .1);
    border: none;
  }
  .tp-price__area .align-items-end .col-xl-4:nth-child(2) .tp-price__active 
  .tp-price__list ul li::before{
    display: none;
  }
  .tp-price__area .align-items-end .tp-price__active .tp-price__list ul li{
    padding: 0;
  }
  .tp-price__area .align-items-end .tp-price__active .tp-price__list ul li::before{
    display: none;
  }
  .tp-price__border .tp-price__active .tp-btn-border{
    padding: 0 20px;
    width: auto;
    height: 48px;
    line-height: 48px;
  }
  
/*----------------------------------------*/
/*   07. FAQ AREA
/*----------------------------------------*/
.tp-faq__section{
    font-family: 'IRANSans';
}
.tp-faq__section h3{
    color: #222d39;
    font-size: 22px;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
}
  .tp-custom-accordio-3 .accordion-items{
    border: none;
  }
  .tp-faq__area .tp-custom-accordio-3 .accordion-buttons{
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ddd;
    color: #51c967;
    padding: 20px 0;
    padding-right: 45px;
    font-size: 18px;
    font-weight: 500;
  }
  .tp-faq__area .tp-custom-accordio-3 .accordion-body{
    padding: 20px 0;
  }
  .tp-custom-accordio-3 .accordion-buttons.collapsed{
    color: #576370;
  }
  .tp-custom-accordio-3 .accordion-buttons:not(.collapsed){
    padding-bottom: 20px;
  }
  .tp-hero__wrapper .tp-app__thumb-sm-1 a{
    font-size: 15px;
      padding: 15px 41px;
      -webkit-box-shadow: 0 30px 30px 0 rgba(0, 11, 40, .1);
      box-shadow: 0 30px 30px 0 rgba(0, 11, 40, .1);
      color: #128C7E;
      font-weight: 500;
      border-radius: 45px;
      padding: 15px 35px;
      background: #fff;
      position: relative; 
      padding-left: 42px;
  }
  .tp-hero__wrapper .tp-app__thumb-sm-1 a:hover{
    box-shadow: none;
  }
  .tp-hero__wrapper .tp-app__thumb-sm-1 a i{
    float: left;
    padding-right: 10px;
  }
  .tp-hero__wrapper .tp-app__thumb-sm-1 a::before{
     content: "\f067";
      position: absolute;
      font-family: "Font Awesome 5 Pro";
      top: 15px;
      left: 20px;
      color: #128C7E;
      font-weight: 200;
      font-size: 16px;
      opacity: 1;
  }
  
  .tp-hero__wrapper .tp-app__thumb-sm-2 a{
    position: relative;
    color: #fff;
  }
  .tp-hero__wrapper .tp-app__thumb-sm-2 a:before{
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .tp-btn-blue{
    background-color: #51c967;
    color: #fff;
    height: 47px;
    line-height: 47px;
  }
  .tp-btn-blue::before{
    display: none;
  }
  .tp-btn-blue:hover{
    background-color: #0EB04B;
    color: #fff;
  }
  .tp-btn-blue span{
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 500;
  }
  .tp-section-title-sm{
    font-size: 26px;
    font-weight: 600;
    line-height: 45px;
    color: #051441;
  }
  .tp-custom-accordio-3 .accordion-buttons::after{
    top: 23px;
    color: #576370;
    font-size: 20px;
  }
  .tp-custom-accordio-3 .accordion-items{
    margin-bottom: 0;
  }
  .tp-faq__right-side{
    background-color: #dffbe5;
  }
  
  .tp-faq__content a{
    background-color: #51c967;
    padding: 16px 30px;
    border-radius: 45px 45px 45px 45px;
  }
  .tp-faq__content a:hover{
    background-color: #0EB04B;
  }
  .tp-btn-sky{
    background-color: #51c967;
    border-radius: 45px 45px 45px 45px;
  }
  .theme-bg{
    background-color: #07112d;
  }
/*----------------------------------------*/
/*   08. TESTIMONIAL SLIDER
/*----------------------------------------*/

  .tp-testimonial__slider-quote{
    background-color: #51c967;
  }
  .tp-testimonial__slider-title{
    color: #51c967;
  }
  .tp-account__form button:hover{
    color: #51c967;
  }
  
  
  /*----------------------------------------*/
/*   09. FOOTER
/*----------------------------------------*/

.tp-footer__area .container{
    position: relative;
  }
  footer{
    margin-top: 140px;
    font-family: 'poppins' !important;
  }
  .tp-footer__area .col-xl-12{
    position: absolute;
    top: -270px;
    left: 0;
    border-style: solid;
      border-width: 7px 0px 0px 0px;
      border-color: #61CE70;
      box-shadow: 0px 30px 80px 0px rgba(5, 1, 64, 0.1);
      transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
      padding: 45px 0px 45px 0px;
      background-color: #f9f9f9;
      border-radius: 25px 25px 25px 25px;
  }
  .tp-footer__area .tp-section-title{
    color: #2c2c51 !important;
      font-family: "Poppins", Sans-serif;
      font-size: 40px;
      font-weight: 600;
      line-height: 44px;
  }
  .tp-footer__area .tp-footer__content p{
    color: #7b7b93;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
  }
  .scroll-top{
    background-color: #51c967;
  }
  .tp-footer-bottom__logo{
    font-size: 15px;
    color: #fff;
  }
  .tp-footer-bottom__logo p{
    padding-left: 90px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
  }
  .tp-footer-bottom__menu ul{
    text-align: start;
  }
  .tp-footer-bottom__menu ul li{
    display: block;
    margin: 0;
    margin-bottom: 1.5rem;
  }
  .tp-footer-bottom__menu ul li a{
    text-transform: capitalize;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0;
   
  }
  .tp-footer-title h2{
    color: #fff;
    font-size: 18px;
    margin-bottom: 2rem;
    font-weight: 600;
    text-align: left;
  }
  .tp-footer-title.payment-title h2{
    text-align: center;
  }
  .tp-footer-bottom__border-top{
    border-top: none;
  }
  .tp-footer__area.theme-bg{
    padding-bottom: 20px;
  }
  .tp-footer-bottom{
    margin-top: 50px;
  }
  .tp-footer-bottom p{
    font-size: 15px;
  }
  .tp-service__item:hover .tp-service__link a svg{
    color: #51c967;
  }
  .tp-btn-blue-square{
    background-color: #51c967;
    border-radius: 55px;
  }
  .theme-bg-3{
    background-color: #51c967;
  }
  
  .tp-faq__right-side .tp-faq__icon svg path{
    fill: #51c967;
  }
  
/*----------------------------------------*/
/*   10. CONTACT PAGE
/*----------------------------------------*/
.contact-info .contact-icon{
    color: #51c967;
}
.tp-team__content span{
  color: #fff;
}

/*----------------------------------------*/
/*   10. PRICING PAGE
/*----------------------------------------*/
.tp-choose__area{
  background: #51c967 !important;
  background-image: none;
}
.service-inner .tp-service__title-sm:hover,
.tp-service__slider-active button:hover{
  background-color: #51c967;
}
