:root {
    
    --tp-common-white: #ffffff;
    --tp-common-white-2: #e6e6f5;
    --tp-common-black: #151718;
    --tp-common-yellow: #FDC85D;
    --tp-common-sky: #45CCFE;
    --tp-common-sky-2: #3EB7FD;
    --tp-common-pink: #F85797;
    --tp-heading-primary: #147421;
    --tp-grey-1: #BDBEEC;
    --tp-grey-2: #E8F6FF;
    --tp-text-body: #62637D;
    --tp-theme-1: #ff5722;
      --tp-theme-2: #0e9e56;
    --tp-theme-3: #0B4DF5;
    --tp-border-1: #EDF5FA;
    --tp-border-2: #DCEDF9;
    --tp-border-3: #2c9442;
    --tp-border-4: #DCEDF9;
} 
 
 * {
            margin: 0;
            padding: 0;
        }
        html, body {
            width: 100%;
            height: 100%;
        }
        body {
            line-height: 1.4;
            background-color: #15283c;
            font-size: 12px;
            color: #333;
        }
        input {
            background: none;
            box-sizing: border-box;
            -webkit-appearance: none;
        }
        button {
            outline: none;
            background: none;
            box-sizing: border-box;
        }
        ::-webkit-scrollbar {
            width: 10px;
            height: 1px;
        }
        ::-webkit-scrollbar-thumb {
            border-radius: 10px;
            box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
            background: #999;
        }
        ::-webkit-scrollbar-track {
            box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
            border-radius: 10px;
            background: #ededed;
        }
        .hide {
            display: none !important;
        }
        .bt_link {
            text-decoration: none;
            color: #20a53a;
        }
        .main {
            display: flex;
            align-items: center;
            justify-content: center;
						flex-direction: column;
            height: 100%;
        }
        .login {
            position: relative;
            width: 360px;
            padding: 30px 40px 50px;
            background-color: #fff;
            border-radius: 4px;
        }
        @media (max-width: 768px) {
            .login{
                width: calc(100% - 25%);
            }
        }
        .entrance {
            position: absolute;
            top: 5px;
            right: 5px;
        }
       
        .entrance .bg_img:hover {
            background-position: -60px 0;
        }
        .entrance .bg_img.pc {
            background-position: 0 -60px;
        }
        .entrance .bg_img.pc:hover {
            background-position: -60px -60px;
        }
        .entrance .tips {
            position: absolute;
            top: 15px;
            right: 55px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 220px;
            height: 28px;
            background-color: #dff0d8;
            border-radius: 4px;
            text-align: center;
        }
        .entrance .tips::before {
            content: '';
            position: absolute;
            top: 8px;
            right: -11px;
            width: 0;
            height: 0;
            margin-left: -6px;
            border: 6px solid #dff0d8;
            border-color: transparent transparent transparent #dff0d8;
        }
        .icon {
            width: 16px;
            height: 16px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
        
        .tips .text {
            margin-left: 4px;
            color: #20a53a;
        }
        .account .form_title {
            height: 40px;
            margin-bottom: 25px;
            padding: 0 25px;
            cursor: pointer;
            overflow: hidden;
            text-align: center;
            font-size: 26px;
            color: #444;
        }
        .account .form_item {
            position: relative;
            margin-bottom: 20px;
            padding: 5px 0;
        }
      
        .form_input {
            width: 100%;
            height: 42px;
            padding: 5px 10px;
            border: 1px solid #d1d1d1;
            border-radius: 3px;
            box-shadow: 0 3px 5px -4px rgb(0 0 0 / 40%) inset, -1px 0 3px -2px rgb(0 0 0 / 10%) inset;
            z-index: 1;
        }
        .login_btn {
            width: 100%;
            height: 44px;
            background: linear-gradient(#20a53a,#189d32);
            border: 1px solid #20a53a;
            border-radius: 3px;
            cursor: pointer;
            text-align: center;
            font-size: 16px;
            color: #fff;
            box-shadow: inset 0 1px 2px #30ad42;
            text-shadow: #00851a 0 -1px 0;
        }
        .login_btn:hover {
            background: linear-gradient(#10952a,#088d22);
            border: 1px solid #10952a;
        }
        .account .forget_pwd {
            color: #20a53a;
            cursor: pointer;
        }
        .forget{
            position: absolute;
            right: 40px;
            bottom: 20px;
            color: black;
        }
        .forget_pwd_left{
            position: absolute;
            left:  40px;
            bottom: 20px;
            
        }
        .validform_checktip{
            color: red;
            font-size: 15px;
        }
        
        
        
        /*PRicing start*/
        



a {
    text-decoration: none !important;
}
.pt-100 {
    padding-top: 70px;
}
.pb-100 {
    padding-bottom: 70px;
}
.section-title {
    margin-bottom: 45px;
}

.title-anim{
    font-size: 38px;
    color: #21273a;
}


.section-title p {
    font-size: 16px;
    color: #4e4b66;
    margin-top: 10px;
}
.pricing-plans {
    position: relative;
    z-index: 2;
    letter-spacing: .05rem;
    line-height: 1.6;
    font-size: 15px
}


/**/

/*----------------------------------------*/
/*  06. feature CSS START
/*----------------------------------------*/
.tp-feature__item {
  padding: 40px 55px;
  border-radius: 10px;
  border: 1px dashed;
  border-image-source: linear-gradient(to bottom, #EF8EFF, #51CFF9);
  border-image-slice: 1;
  display: inline-block;
  overflow: hidden;
  min-height: 332px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature__item {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-feature__item {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .tp-feature__item {
    padding: 30px 20px;
  }
}
.tp-feature__item:hover .tp-feature__icon {
  animation: icon-bounce 0.8s 1;
}
.tp-feature__item:hover .tp-feature__link svg {
  transition: 0.3s;
  color: var(--tp-common-sky);
  animation: tfLeftToRight 0.8s forwards infinite;
}
.tp-feature__icon {
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
}
.tp-feature__icon img {
  width: 88px;
  height: 88px;
}
.tp-feature__content {
  z-index: 5;
  position: relative;
}
.tp-feature__content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
}
.tp-feature__title-sm {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 25px;
}

/*----------------------------------------*/
/*  07. service CSS START
/*----------------------------------------*/
.tp-service__space {
  margin-right: 185px;
  margin-left: 185px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-service__space {
    margin: 0px 130px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service__space {
    margin: 0px 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service__space {
    margin: 0px 0px;
  }
}
.tp-service__space.theme-bg-3 {
  border-radius: 20px 20px 0 0;
}
.tp-service__section-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .tp-service__section-wrapper {
    flex-wrap: wrap;
  }
}
.tp-service__title {
  font-weight: 600;
  font-size: 45px;
  line-height: 1.2;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service__title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .tp-service__title {
    font-size: 35px;
    margin-bottom: 50px;
  }
  .tp-service__title br {
    display: none;
  }
}
.tp-service__play-btn {
  margin-right: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service__play-btn {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .tp-service__play-btn {
    margin-right: 0px;
    margin-left: 30px;
  }
}
.tp-service__play-btn a {
  height: 95px;
  width: 95px;
  text-align: center;
  line-height: 95px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-pink);
  display: inline-block;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.tp-service__icon {
  margin-bottom: 45px;
}
.tp-service__icon img {
  width: 70px;
  height: 70px;
}
.tp-service__item {
  background-color: #1859FF;
  padding: 80px 50px;
  border-radius: 10px;
  max-height: 540px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service__item {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .tp-service__item {
    padding: 40px 24px;
  }
}
.tp-service__item:hover .tp-service__icon img {
  animation: icon-bounce 0.8s 1;
}
.tp-service__item:hover .tp-service__link a svg {
  color: var(--tp-common-pink);
}
.tp-service__inner-item {
  background-color: #fff;
  border: 1px solid var(--tp-grey-2);
}
.tp-service__title-sm {
  color: var(--tp-common-white);
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 35px;
  display: inline-block;
  transition: 0.3s;
}
.tp-service__title-sm:hover {
  color: var(--tp-common-pink);
}
.tp-service__content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--tp-common-white);
  padding-bottom: 25px;
}
.tp-service__link a svg {
  color: var(--tp-common-white);
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service__title-box {
    margin-left: 0;
  }
}
.tp-service__slider-active {
  margin: 0px -15px;
}
.tp-service__slider-active button {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: var(--tp-common-white);
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0px 21px 89px rgba(146, 168, 201, 0.24);
  transition: 0.3s;
}
.tp-service__slider-active button:hover {
  background-color: var(--tp-common-pink);
  color: var(--tp-common-white);
}
.tp-service__slider-active .slick-slide {
  padding: 0px 15px;
}
.tp-service__slider-active .slick-prev {
  position: absolute;
  left: -17%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-service__slider-active .slick-prev {
    left: -9%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service__slider-active .slick-prev {
    left: -7%;
  }
}
.tp-service__slider-active .slick-next {
  position: absolute;
  right: -17%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-service__slider-active .slick-next {
    right: -9%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service__slider-active .slick-next {
    right: -7%;
  }
}

.service-inner.grey-bg {
  border-radius: 20px 20px 0 0;
}
.service-inner .tp-service__title {
  color: var(--tp-theme-1);
}
.service-inner .tp-service__item {
  background-color: var(--tp-common-white);
}
.service-inner .tp-service__title-sm {
  color: var(--tp-theme-1);
}
.service-inner .tp-service__title-sm:hover {
  color: var(--tp-common-pink);
}
.service-inner .tp-service__content p {
  color: #000;
}
.service-inner .tp-service__link a svg {
  color: var(--tp-theme-1);
}

.mb-20 {
    margin-bottom: 20px;
}
.bg-check-red{
    background: #000;
}
.bg-check-blue{
    background: #fff;
}
.ig-btn:hover{
    background: #ff5722;
    color:white;
}



/*----------------------------------------*/
/*  21. contact CSS START
/*----------------------------------------*/
.tp-account__wrapper {
  padding-right: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-account__wrapper {
    padding-right: 0;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .tp-account__wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tp-account__section-box .tp-section-title-sm {
    padding-bottom: 5px;
  }
}
.tp-account__section-box p {
  color: #667685;
  font-size: 18px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-account__section-box p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-account__section-box p {
    font-size: 16px;
  }
  .tp-account__section-box p br {
    display: none;
  }
}
.tp-account__section-box span {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #1D1D1F;
  margin-bottom: 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .tp-account__section-box span {
    font-size: 17px;
  }
}
.tp-account__form {
  margin-bottom: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-account__form {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-account__form {
    margin-bottom: 40px;
  }
}
.tp-account__form button {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  text-align: right;
  text-transform: uppercase;
  color: #000000;
}
.tp-account__form button i {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .tp-account__form button {
    margin-top: 30px;
    position: static;
  }
}
.tp-account__input input {
  border: 0;
  font-weight: 400;
  font-size: 18px;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #000000;
  padding-right: 100px;
}
@media (max-width: 767px) {
  .tp-account__input input {
    font-size: 15px;
    padding-right: 0px;
    padding-bottom: 10px;
  }
}
.tp-account__input input::-webkit-input-placeholder {
  color: #000000;
}
.tp-account__input input:-moz-placeholder {
  color: #000000;
}
.tp-account__input input::-moz-placeholder {
  color: #000000;
}
.tp-account__input input:-ms-input-placeholder {
  color: #000000;
}
.tp-account__app-download span {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 32px;
  color: #667685;
  margin-bottom: 20px;
  display: inline-block;
}
.tp-account__sm-img-1 {
  position: absolute;
  top: -30%;
  left: 0;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.03), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0227778), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0182222), 0px 20px 13px rgba(0, 0, 0, 0.015), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0117778), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.00722222);
  border-radius: 10px;
  animation: tpleftright 1s infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-account__sm-img-1 {
    top: 0%;
  }
}
.tp-account__sm-img-2 {
  position: absolute;
  bottom: -30%;
  right: 0;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.03), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0227778), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0182222), 0px 20px 13px rgba(0, 0, 0, 0.015), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0117778), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.00722222);
  border-radius: 10px;
  animation: tpupdown 1s infinite alternate;
}

.contact-title {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .contact-title {
    font-size: 31px;
  }
}

.tp-contact-input input {
  width: 100%;
  height: 60px;
  font-size: 15px;
  color: var(--tp-theme-1);
  border: 1px solid transparent;
  background-color:#fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 0px 20px;
}
.tp-contact-input input:focus {
  border: 1px solid var(--tp-theme-2);
}
.tp-contact-input input::placeholder {
  color: rgba(116, 116, 116, 0.5);
}
.tp-contact-input textarea {
  width: 100%;
  height: 170px;
  resize: none;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  margin-bottom: 30px;
  color: var(--tp-theme-1);
  padding: 20px;
}
.tp-contact-input textarea:focus {
  border: 1px solid var(--tp-theme-2);
}
.tp-contact-input textarea::placeholder {
  color: rgba(116, 116, 116, 0.5);
}

.contact-info {
  border: 1px solid var(--tp-grey-2);
  padding: 40px;
  border-radius: 10px;
      background: white;
    color: black;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info {
    padding: 30px 20px;
  }
}
.contact-info .contact-icon {
  height: 60px;
  width: 60px;
  border: 1px solid var(--tp-grey-2);
  text-align: center;
  line-height: 60px;
  color: #ff5722;
  border-radius: 50%;
  display: inline-block;
  font-size: 30px;
  margin-bottom: 30px;
}
.contact-info h4 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.01em;
  padding-bottom: 10px;
}
.contact-info h4 a {
  background-image: linear-gradient(#141774, #141774), linear-gradient(#141774, #141774);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
}
.contact-info h4 a:hover {
  background-size: 0% 1px, 100% 1px;
}
.contact-info span {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info span {
    font-size: 14px;
    line-height: 25px;
  }
}

.tp-login-title {
  font-size: 35px;
  font-weight: 700;
  color: var(--tp-theme-1);
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .tp-login-title {
    font-size: 30px;
  }
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-login-thumb {
    margin-bottom: 70px;
  }
}
.tp-login-thumb img {
  max-width: 100%;
}

.tplogin {
  width: 420px;
}
@media (max-width: 767px) {
  .tplogin__form {
    margin-bottom: 40px;
  }
}
.tplogin__form .tp-mail {
  margin-bottom: 15px;
}
.tplogin__form .tp-mail label {
  color: var(--tp-theme-1);
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.tplogin__form .tp-mail input {
  height: 60px;
  width: 100%;
  background-color: var(--tp-grey-2);
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0px 20px;
  color: var(--tp-theme-1);
}
.tplogin__form .tp-mail input:focus {
  border: 1px solid var(--tp-theme-2);
}
.tplogin__form .tp-mail input::placeholder {
  font-weight: 400;
  color: #B2B0C1;
}
.tplogin__form .tp-password {
  padding-bottom: 30px;
}
.tplogin__form .tp-password label {
  color: var(--tp-theme-1);
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.tplogin__form .tp-password input {
  width: 100%;
  height: 60px;
  background-color: var(--tp-grey-2);
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0px 20px;
  color: var(--tp-theme-1);
}
.tplogin__form .tp-password input:focus {
  border: 1px solid var(--tp-theme-2);
}
.tplogin__form .tp-password input::placeholder {
  font-weight: 400;
  color: #B2B0C1;
}
.tplogin__form .tp-password .tp-number {
  padding-bottom: 10px;
}
.tplogin__form .tp-password .tp-number label {
  color: var(--tp-common-black);
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.tplogin__form .tp-password .tp-number input {
  width: 100%;
  height: 60px;
  background-color: var(--tp-grey-1);
  border: 0;
  border-radius: 5px;
  padding: 0px 20px;
  color: #B2B0C1;
}
.tplogin__form .tp-password .tp-number input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #B2B0C1;
}
.tplogin__form .tp-password .tp-forgot-password {
  margin-bottom: 40px;
}
.tplogin__form .tp-password .tp-forgot-password .checkbox label {
  color: var(--tp-common-black);
  font-size: 14px;
  font-weight: 500;
}
.tplogin__form .tp-password .tp-forgot-password .forgot a {
  color: #007AFF;
  font-size: 14px;
  font-weight: 500;
}
.tplogin__form .tp-password .tp-signup {
  margin-top: 20px;
}
.tplogin__form .tp-password .tp-signup .account a {
  color: var(--tp-common-black);
  font-size: 14px;
  font-weight: 500;
}
.tplogin__form .tp-password .tp-signup .signin a {
  color: #007AFF;
  font-size: 14px;
  font-weight: 500;
}
.tplogin .tp-forgot-password {
  margin-bottom: 40px;
}
.tplogin .tp-forgot-password .checkbox label {
  color: var(--tp-theme-1);
  font-size: 14px;
  font-weight: 500;
}
.tplogin .tp-forgot-password .forgot a {
  color: #007AFF;
  font-size: 14px;
  font-weight: 500;
}
.tplogin .tp-signup {
  margin-top: 20px;
}
.tplogin .tp-signup .account a {
  color: var(--tp-theme-1);
  font-size: 14px;
  font-weight: 500;
}
.tplogin .tp-signup .signin a {
  color: #007AFF;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .tp-login-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tp-btn-blue-square {
  display: inline-block;
  background-color:#ff5722;
  color: var(--tp-common-white);
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0 35px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-btn-blue-square {
    padding: 0 30px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-btn-blue-square {
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    font-size: 12px;
  }
}
.tp-btn-blue-square:before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: var(--tp-common-black);
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}
.tp-btn-blue-square:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  color: var(--tp-common-white);
}
.tp-btn-blue-square:hover span {
  color: var(--tp-common-white);
}
.tp-btn-blue-square:after {
  background-color: var(--tp-common-sky);
}
.tp-btn-blue-square span {
  z-index: 1;
  position: relative;
}

/*----------------------------------------*/
/*  20. blog CSS START
/*----------------------------------------*/
.tp-blog__section-box {
  margin-bottom: 50px;
  padding: 0px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog__section-box {
    flex-wrap: wrap;
  }
  .tp-blog__section-box .tp-section-title-md {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-blog__section-box {
    flex-wrap: wrap;
    padding: 0;
  }
  .tp-blog__section-box .tp-section-title-md {
    margin-bottom: 30px;
  }
}
.tp-blog__item {
  background-color: var(--tp-common-white);
  padding: 20px;
  border-radius: 10px;
}
.tp-blog__item:hover .tp-blog__thumb img {
  transform: scale(1.1);
}
.tp-blog__content-wrapper {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .tp-blog__content-wrapper {
    padding-left: 0;
  }
}
.tp-blog__thumb {
  margin-bottom: 40px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .tp-blog__thumb {
    margin-bottom: 25px;
  }
}
.tp-blog__thumb img {
  width: 100%;
  border-radius: 10px;
  transition: 0.5s;
}
.tp-blog__tag {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .tp-blog__tag {
    margin-bottom: 15px;
  }
}
.tp-blog__tag span {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--tp-theme-2);
  padding: 15px 25px;
  border-radius: 10px;
  background-color: rgba(11, 77, 245, 0.1);
  display: inline-block;
  line-height: 1;
  transition: 0.3s;
}
.tp-blog__tag span:hover {
  background-color: var(--tp-theme-2);
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog__content p {
    font-size: 17px;
  }
  .tp-blog__content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-blog__content p {
    font-size: 16px;
  }
  .tp-blog__content p br {
    display: none;
  }
}
.tp-blog__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: -0.03em;
  padding-bottom: 10px;
  transition: 0.3s;
  display: inline-block;
}
.tp-blog__title:hover {
  color: var(--tp-theme-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog__title {
    font-size: 25px;
  }
  .tp-blog__title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog__title {
    font-size: 25px;
  }
  .tp-blog__title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-blog__title {
    font-size: 22px;
    margin-bottom: 0;
  }
  .tp-blog__title br {
    display: none;
  }
}

.tp-blog-wrapper {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .tp-blog-wrapper .tp-blog-button {
    margin-top: 30px;
  }
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__wrapper {
    padding-right: 0px;
    margin-bottom: 50px;
  }
}

.postbox__p-right {
  margin-right: 20px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__p-right {
    margin-right: 0px;
  }
}
.postbox__thumb .play-btn {
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  height: 90px;
  width: 90px;
  background-color: var(--tp-common-white);
  text-align: center;
  line-height: 90px;
  color: var(--tp-theme-2);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.postbox__thumb .play-btn:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.postbox__thumb img {
  border-radius: 20px;
  margin-bottom: 40px;
}
.postbox__audio {
  height: 100%;
  width: 100%;
}
.postbox__audio iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.postbox__item-single:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.postbox__content p img {
  margin-bottom: 30px;
  max-width: 100%;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__content p img {
    width: 100%;
  }
}
.postbox__content-single {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.postbox__title {
  color: var(--tp-theme-1);
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox__title {
    font-size: 33px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__title {
    font-size: 33px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__title {
    font-size: 30px;
  }
  .postbox__title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .postbox__title {
    font-size: 25px;
  }
  .postbox__title br {
    display: none;
  }
}
.postbox__title a:hover {
  color: var(--tp-theme-2);
}
.postbox__meta {
  margin-bottom: 20px;
}
.postbox__meta span {
  font-size: 14px;
  font-weight: 700;
  color: #8A90A2;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 30px;
}
.postbox__meta span:last-child {
  margin-right: 0;
}
.postbox__meta span i {
  color: var(--tp-theme-1);
  margin-right: 3px;
  font-weight: 500;
}
.postbox__meta span:hover {
  color: var(--tp-theme-2);
}
.postbox__text {
  margin-bottom: 50px;
  padding-right: 30px;
}
.postbox__text img {
  max-width: 100%;
}
.postbox__text p {
  margin-bottom: 28px;
  font-size: 17px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox__text p {
    font-size: 16px;
  }
}
.postbox__text-single p {
  margin-bottom: 15px;
}
.postbox__slider button {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 30px;
  color: var(--tp-common-white);
}
.postbox__slider button.slick-next {
  left: auto;
  right: 50px;
}
@media (max-width: 767px) {
  .postbox__slider button.slick-next {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .postbox__slider button {
    left: 10px;
  }
}
.postbox__comment ul li {
  margin-bottom: 30px;
  list-style: none;
}
.postbox__comment ul li.children {
  margin-left: 100px;
}
@media (max-width: 767px) {
  .postbox__comment ul li.children {
    margin-left: 15px;
  }
}
.postbox__comment ul-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--tp-common-black);
  margin-bottom: 40px;
  margin-right: 20px;
}
.postbox__comment-input {
  position: relative;
  margin-bottom: 20px;
}
.postbox__comment-input span {
  font-weight: 600;
  color: var(--tp-common-black);
  margin-bottom: 12px;
  display: block;
}
.postbox__comment-input input, .postbox__comment-input textarea {
  height: 55px;
  padding: 0 20px;
  width: 100%;
  font-size: 14px;
  outline: none;
  color: var(--tp-common-black);
  background-color: var(--tp-grey-2);
  border: 1px solid #f7f7f7;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.postbox__comment-input input:focus, .postbox__comment-input textarea:focus {
  border-color: var(--tp-theme-2);
}
.postbox__comment-input textarea {
  height: 175px;
  resize: none;
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--tp-common-black);
  background-color: var(--tp-grey-2);
}
.postbox__comment-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 35px;
  color: var(--tp-theme-1);
}
.postbox__comment-avater img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.postbox__comment-name {
  margin-bottom: 5px;
}
.postbox__comment-name h5 {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: var(--tp-theme-1);
}
.postbox__comment-name span {
  font-size: 14px;
  color: #8A879F;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .postbox__comment-text {
    margin-left: 0;
    margin-top: 15px;
  }
}
.postbox__comment-text p {
  font-size: 16px;
  color: var(--tp-text-11);
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .postbox__comment-text p br {
    display: none;
  }
}
.postbox__comment-reply {
  margin-top: 10px;
}
.postbox__comment-reply a {
  display: inline-block;
  color: var(--tp-theme-1);
  background: rgba(61, 108, 231, 0.1);
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.postbox__comment-reply a:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
}
.postbox__comment-agree {
  padding-left: 5px;
}
.postbox__comment-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 14px;
  height: 14px;
  background: var(--tp-common-white);
  border: 1px solid #b9bac1;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  flex: 0 0 auto;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.postbox__comment-agree input:checked {
  position: relative;
  background-color: var(--tp-theme-1);
  border-color: transparent;
}
.postbox__comment-agree input:checked::after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.postbox__comment-agree input:hover {
  cursor: pointer;
}
.postbox__comment-agree label {
  padding-left: 8px;
  color: var(--tp-text-1);
  line-height: 1;
}
.postbox__comment-agree label a {
  color: var(--tp-common-black);
  font-weight: 600;
  padding-left: 4px;
}
.postbox__comment-agree label a:hover {
  color: var(--tp-theme-1);
}
.postbox__comment-agree label:hover {
  cursor: pointer;
}
.postbox__tag span {
  font-size: 20px;
  margin-bottom: 17px;
  color: var(--tp-common-black);
  margin-right: 30px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__social {
    margin-top: 40px;
  }
}
.postbox__social span {
  font-size: 20px;
  color: var(--tp-common-black);
  font-weight: 500;
}
.postbox__social a {
  font-size: 15px;
  padding-left: 30px;
}
.postbox__social a .tp-linkedin {
  color: #0E6BA1;
}
.postbox__social a .tp-pinterest {
  color: #D70220;
}
.postbox__social a .tp-facebook {
  color: #0E6BA1;
}
.postbox__social a .tp-twitter {
  color: #36B6ED;
}

.postbox__comment-form-title {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 35px;
  color: var(--tp-theme-1);
}
@media (max-width: 767px) {
  .postbox__comment-form-title {
    font-size: 25px;
  }
}

.postbox__social-wrapper {
  padding-bottom: 40px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__comment-form {
    margin-bottom: 50px;
  }
}

.aproch-title {
  font-size: 36px;
  margin-bottom: 15px;
}

.approch-item {
  margin-bottom: 65px;
}
.approch-item ul li {
  position: relative;
  padding-left: 30px;
}
.approch-item ul li i {
  color: var(--tp-theme-2);
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 5px;
  left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .approch-thumb {
    margin-bottom: 40px;
  }
}
.approch-thumb img {
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .approch-thumb img {
    width: 100%;
  }
}

.postbox__comment-info {
  flex: 0 0 auto;
}

.rc__post ul li:not(:last-child) {
  margin-bottom: 15px;
}
.rc__post-thumb {
  flex: 0 0 auto;
}
.rc__post-thumb img {
  border-radius: 10px;
  width: 100px;
  height: 80px;
  flex: 0 0 auto;
  object-fit: cover;
}
.rc__post-title {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: 22px;
}
.rc__post-title a:hover {
  color: var(--tp-theme-2);
}
.rc__meta span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #6A6A74;
}

.sidebar__wrapper {
  padding-left: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sidebar__wrapper {
    padding-left: 0;
  }
}
.sidebar__widget {
  padding: 40px;
  border: 1px solid #F6F6F6;
}
@media (max-width: 767px) {
  .sidebar__widget {
    padding-left: 20px;
  }
}
.sidebar__widget-title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 30px;
  color: var(--tp-theme-1);
}
.sidebar__widget:last-child-title {
  border-bottom: 0;
}
.sidebar__widget ul li {
  list-style: none;
}
.sidebar__widget ul li:last-child {
  padding-bottom: 0;
}
.sidebar__widget ul li:last-child a {
  margin-bottom: 0;
}
.sidebar__widget ul li:first-child {
  padding-top: 0;
}
.sidebar__widget ul li a {
  color: #6A6A74;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 7px 0px;
}
.sidebar__widget ul li a:hover {
  color: var(--tp-theme-2);
}
.sidebar__widget ul li a:hover span {
  color: var(--tp-theme-2);
}
.sidebar__widget ul li span {
  float: right;
  color: #6A6A74;
  font-size: 15px;
  font-weight: 500;
}
.sidebar__search {
  position: relative;
}
.sidebar__search input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: var(--tp-grey-2);
  padding: 0 25px;
  text-transform: capitalize;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  border: 0;
  outline: none;
  padding-top: 3px;
  padding-right: 80px;
}
@media (max-width: 767px) {
  .sidebar__search input {
    padding-right: 40px;
    padding-left: 15px;
  }
}
.sidebar__search input:focus {
  border-color: var(--tp-theme-2);
}
.sidebar__search input::placeholder {
  color: #777777;
}
.sidebar__search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 24px;
  color: #fff;
  line-height: 60px;
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  -o-border-radius: 0 7px 7px 0;
  -ms-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
  color: var(--tp-common-black);
}
.sidebar__banner-content {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: var(--tp-theme-1);
}
.sidebar__banner-content h4 {
  padding: 15px 20px;
  font-size: 24px;
  color: var(--tp-common-white);
  text-transform: uppercase;
  margin-bottom: 0;
}

.tagcloud a {
  border: 1px solid #F2F4F6;
  color: #8A879F;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 25px;
  margin-bottom: 8px;
  margin-right: 10px;
  text-transform: uppercase;
  border-radius: 5px;
  transition: 0.3s;
}
.tagcloud a:hover {
  background: var(--tp-theme-2);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-2);
}

blockquote {
  background: var(--tp-grey-1);
  padding: 35px 50px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  blockquote {
    padding-left: 15px;
    padding-right: 15px;
  }
}
blockquote p {
  line-height: 1.5;
  font-size: 20px;
  color: #57565e;
  font-weight: 400;
}
blockquote cite {
  font-size: 18px;
  display: block;
  margin-top: 10px;
  color: #070337;
  font-style: inherit;
  font-weight: 600;
  position: relative;
}
blockquote cite::before {
  content: "";
  font-size: 28px;
  color: var(--tp-theme-1);
  padding-bottom: 0px;
  display: inline-block;
  background: var(--tp-theme-1);
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}

.blog-post-slider-active {
  position: relative;
  margin-bottom: 40px;
}
.blog-post-slider-active .swiper-slide img {
  border-radius: 5px;
  width: 100%;
}

.blog-nav-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 5;
}

.blog-nav-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 5;
}

.blog-post-slider-nav .nav-button {
  height: 60px;
  width: 60px;
  background-color: var(--tp-common-white);
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: var(--tp-common-black);
}

.basic-pagination ul li:not(:last-child) {
  margin-right: 10px;
}

.basic-pagination ul li {
  display: inline-block;
}

.basic-pagination ul li a, .basic-pagination ul li span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid var(--tp-border-1);
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .basic-pagination ul li a, .basic-pagination ul li span {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
}

.basic-pagination ul li a:hover, .basic-pagination ul li a.current, .basic-pagination ul li span:hover, .basic-pagination ul li span.current {
  background: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.w-img img {
  width: 100%;
}


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

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

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}


.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}
.about-inner__subtitle{
    font-size: 300%;
    font-weight: 600;
}
.tp-section-title-md {
    color: #ff5722;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-md {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-md {
    font-size: 30px;
  }
  .tp-section-title-md br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-section-title-md {
    font-size: 18px;
  }
  .tp-section-title-md br {
    display: none;
  }
}




   .freatureCard {
        background-color: white;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        color: black;
      }
      
      .top-bar {
        height: 1.3rem;
      }
      
      .image-container {
  padding: 20px;
  border-radius: 100%;
  text-align: center;
  width: 80px;
  height: 80px;
      margin: 1rem;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

      
      .freatureTitle {
        text-align: center;
        padding: 0 0 0 1.3rem;
    font-size: x-large;
      }
      
      .freatureContent {
        padding: 10px;
          overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
      }
      
      
      
      input,textarea,select,button{ 
    margin: 5px 0px ;
    font-size:13px !important; 
    border-radius:0px;
    height: 45px;
}
input[type=text],input[type=password],textarea,input[type=email],select,textarea{ 
    width: 100%; 
    border:1px solid #DADADA; 
    padding: 5px 10px;  
    height:45px;  
}
input[type=submit],input[type=button],input[type=reset],button{
    border:none; 
    font-size: 11px;  
  border-radius:3px;
  height:45px;
  color:#FFF;
}

.btn:hover,.btn:focus{  
    cursor:pointer; 
    color:#FFF;
}
input[type=radio]{
    margin:0px;
    padding:0px; 
    height:auto;
}
.form-control{ 
    box-shadow:none !important;  
  border-radius:0px;
}
.form-control:focus{
    border:1px solid #CCC;
}
.btn:focus{
  box-shadow:none !important;
}

textarea{ 
    width: 100%;
}
input[type=reset]{ 
    margin-left: 10px;
}
textarea{
  min-height:100px;
}
a{ 
    color: inherit;
}
a:hover,a:focus{ 
    text-decoration: none !important; 
    color: inherit !important;
}
ul{
    margin: 0px; 
    padding: 0px; 
    list-style: none;
}
.relative{ 
    position: relative;
}
.absolute{ 
    position: absolute;
}
.fixed{ 
    position: fixed;
}

.pricing-table-container{
  padding:50px 0px;
}
.description{
  padding:15px 0px;
}
.description a{
  padding:10px;
  font-size:13px;
  display:block;
  font-weight:bold;
  border-bottom:1px solid #DDD;
}
.description a.active{
  background-color:#FFF;
  padding-left:25px;
}
@charset "utf-8";
/* DEMO 01 */
.pricing-table-3{
  background-color:#FFF;
  margin:15px auto;
  box-shadow:0px 0px 25px rgba(0,0,0,0.1);
  max-width:300px;
  border-radius:0px 10px 0px 10px;
  overflow:hidden;
  position:relative;
  min-height:250px;
  transition:all ease-in-out 0.25s;
}
.pricing-table-3:hover{
  transform:scale(1.1,1.1);
  cursor:pointer;
}

.pricing-table-3.basic .price{
  background-color:#f33030;
  color:#FFF;
}
.pricing-table-3.premium .price{
  background-color:#ff9f00;
  color:#FFF;
}
.pricing-table-3.business .price{
  background-color:#c3185c;
  color:#FFF;
}

.pricing-table-3 .pricing-table-header{
  background-color:#212121;
  color:#FFF;
  padding:20px 0px 0px 20px;
  position:absolute;
  z-index:5;
}
.pricing-table-3 .pricing-table-header p{
  font-size:12px;
  opacity:0.7;
}
.pricing-table-3 .pricing-table-header::before{
  content:"";
  position:absolute;
  left:-50px;
  right:-180px;
  height:125px;
  top:-50px;
  background-color:#2c8d2c;
  z-index:-1;
  transform:rotate(-20deg)
}

.pricing-table-3 .price{
  position:absolute;
  top:0px;
  text-align:right;
  padding:110px 20px 0px 0px;
  right:0px;
  left:0px;
  font-size:20px;
  z-index:4;
}
.pricing-table-3 .price::before{
  content:"";
  position:absolute;
  left:0px;
  right:0px;
  height:100px;
  bottom:-25px;
  background-color:inherit;
  transform:skewY(10deg);
  z-index:-1;
  box-shadow:0px 5px 0px 5px rgba(0,0,0,0.05);
}


.pricing-table-3 .pricing-body{
  padding:20px;
  padding-top:200px;  
}
.pricing-table-3 .pricing-table-ul li{
  color:rgba(0,0,0,0.7);
  font-size:13px;
  padding:1px;
  border-bottom:1px solid rgba(0,0,0,0.1);
}
.pricing-table-3 .pricing-table-ul .fa{
  margin-right:10px;
}
.pricing-table-3.basic .pricing-table-ul .fa{
  color:#28b6f6;
}
.pricing-table-3.premium .pricing-table-ul .fa{
  color:#ff9f00;
}
.pricing-table-3.business .pricing-table-ul .fa{
  color:#c3185c;
}
.pricing-table-3 .view-more{
  margin:10px 20px;
  display:block;
  text-align:center;
  background-color:#212121;
  padding:10px 0px;
  color:#FFF;
}


/*fxdgfzdzx*/
.elementor-icon-list-item{
    padding-bottom: calc(25px/2);
}
._8l_f ul li{
    justify-content: flex-start;
    text-align: left;
    display: flex;
    font-size: inherit;
    align-items: center;

}
.elementor-icon-list-icon i {
    color: #009343;
    transition: color 0.3s;
}
.elementor-icon-list-icon {
    padding-right: 5px;
}
.elementor-icon-list-text{
    
    align-self: center;
    padding-left: 5px;
font-size: 14px;
    line-height: 1.5;
}
/*._9uh7 source{*/
/*    padding: 15%;*/
/*}*/


label{
  display:block;
  margin:1em 0 .2em;
}
/* single-line text, checkbox, and button */
input, select, textarea{
  display:block;
  width:100%;
  padding:.3em;
  font-size:20px;
  background-color:#fbfbfb;
  border:solid 1px #CCC;
  resize:vertical;
}
textarea{
  min-height:224px;
}
select{
  color:indigo;
}
option{
  color:blue;
  background: lavenderBlush;
}
input[type=checkbox]{
  display:inline;
  width:auto;
  color:red;
}

input[type=submit]{
  background:lightcoral;
  margin:1em 0 0;
  color:white;
  border:none;
  border-radius:8px;
  transition:all .3s ease-out;
}

input:focus,
input:hover,
select:focus,
select:hover,
textarea:focus,
textarea:hover{
  background: lavenderBlush;
}

/* hover and focus states */
input[type=submit]:hover,
input[type=submit]:focus{
  background: lightgreen;
  outline:none;
}

@media screen and (min-width:600px) {
  /*  make the form 2 columns */
  form:after{
    content:'';
    display:block;
    clear:both;
  }
  .column{
    width:50%;
    padding:1em;
    float:left;
  }
}