/* 
main color = #01703b
*/
/* customize bootstrap */

/* customize bootstrap */
body{
    overflow-x: hidden;
}
.container-page{
    padding-top: 58px;
}
.device-container {
    display: flex;
    justify-content: center;
    position: relative;
}

.device-container .monitor {
    width: 100%;
    position: relative;
    border-radius: 0 0 0 206px;
    overflow: hidden;
}

.device-container .monitor img {
    width: 445px;
    max-width: 445px;
    min-width: 445px;
    -webkit-animation: fadeInUp 2s both .5s;
    animation: fadeInUp 2s both .5s;
}
@-webkit-keyframes fadeInUp{
    0%{
        opacity:0;
        -webkit-transform:translate3d(0,100%,0);
        transform:translate3d(0,100%,0)
        }
    to{ opacity:1;
        -webkit-transform:translateZ(0);
        transform:translateZ(0)
    }
}
@keyframes fadeInUp{
    0%{
        opacity:0;
        -webkit-transform:translate3d(0,100%,0);
        transform:translate3d(0,100%,0)
    }
    to{
        opacity:1;
        -webkit-transform:translateZ(0);
        transform:translateZ(0)
    }
}

.device-mockup {
    position: absolute;
    top: 15px;
    right: 16px;
    width: 410px;
    height: 237px;
    overflow: hidden;
}

.device-mockup video {
    width: 100%;
}
header.masthead {
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
    margin: auto;
    overflow: hidden;
    height: 100%;
}
header.masthead:not(.not-after)::before {
    -webkit-transform: translateX(-50%) translateY(10px) rotate(2deg);
    transform: translateX(-50%) translateY(10px) rotate(2deg);
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 98%;
    background-image: url("../img/intro-bg.png"), -webkit-linear-gradient(45deg,#f45d2e 0,#f8673a 100%);
    background-image: url("../img/intro-bg.png"), linear-gradient(45deg,#f45d2e 0,#f8673a 100%);
    -webkit-transform: translateX(-50%) translateY(10px) rotate(0deg);
    transform: translateX(-50%) translateY(10px) rotate(0deg);
    opacity: 0.3;
    z-index: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 30%;
    border-bottom-left-radius: 30%;
}
header.masthead:not(.not-after)::after {
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 98%;
    background-image: url("../img/intro-bg.png"), -webkit-linear-gradient(45deg, #f8673a 0, #f45d2e 100%);
    background-image: url("../img/intro-bg.png"), linear-gradient(45deg, #f8673a 0, #f45d2e 100%);
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
    z-index: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 30%;
    border-bottom-left-radius: 30%;
}
header.masthead .header-content {
    max-width: 500px;
    margin-bottom: 100px;
    text-align: center
}

header.masthead .header-content .languageAutoSuggest {
    border: 2px solid white;
    border-radius: 5px;
    background: white;
}

header.masthead .header-content .languageAutoSuggest .btn {
    color: #fff;
    background-color: #01703b;
    border-color: #01703b;
}

header.masthead .header-content .languageAutoSuggest .form-control {
    border: none;
}

header.masthead .header-content h1 {
    font-size: 30px;
    font-weight: 700;
    color: white;
    text-shadow: 0 2px 2px rgba(0,0,0,.2);
    text-align: right;
}
header.masthead .header-content p {
    text-align: right;
    font-size: 27px;
    line-height: 1.2;
}

@media (min-width:992px) {
    header.masthead {
      height: 641px;
    /*   min-height: 775px; */
      padding-bottom: 150px;
      padding-top: 130px;
    }
    header.masthead .header-content {
      margin-bottom: 0;
      text-align: left
    }
    header.masthead .header-content h1 {
      font-size: 50px
    }
}
.wt-bannermanimgone, .wt-bannermanimgtwo {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}
/* start feature */

.features-boxed {
    color: #313437;
    /* background-color: #fff; */
}

.features-boxed p {
    color: rgb(136, 136, 136);
}

.features-boxed h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: #767676 !important;
}

@media (max-width:767px) {
    .features-boxed h2 {
margin-bottom: 25px;
padding-top: 25px;
font-size: 24px;
    }
}

.features-boxed .intro {
    font-size: 16px;
    max-width: fit-content;
    margin: 0 auto;
}

.features-boxed .intro p {
    margin-bottom: 0;
}

/* .features-boxed .features {
    
} */

.features-boxed .item {
    text-align: center;
    display: flex!important;
}

.features-boxed .item .box {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 30px 0px 30px 0px;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in;
    width: 100%;
}
.features-boxed .item .box:hover {
    transform: translateY(0px) !important;
}
.features-boxed .item .box::after{
    background: #f45d2e;
    background: linear-gradient(to right, #f8673a, #f45d2e);
    opacity: 1;
    width: 100%;
    height: 0%;
    top: 0px;
    left: 0px;
    transition: all 0.3s ease-in;
    position: absolute;
    content: "";
    bottom: 0px;
}
.features-boxed .item .box:hover::after{
    height: 100%;
}
.features-boxed .item .box .inner-box {
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 27px 25px 35px;
    transition: 0.3s ease-in;
}
.features-boxed .item .icon {
    margin-top: 20px;
    margin-bottom: 35px;
    width: 80px;
}

.features-boxed .item .name {
    font-size: 26px;
    font-weight: 400!important;
    margin-bottom: 20px;
    line-height: 1.7;
}
.features-boxed .item .box:hover .name{
    color: white;
}
.features-boxed .item .description {
    color: #565b61;
    line-height: 1.85em;
    font-weight: 300!important;
}
.features-boxed .item .box:hover .description{
    color: white;
}

/* end feature */

/* Start vert-carouselical carousel featured */
.vert-carousel{
    margin-top:40px;
    margin-bottom: 40px;
  }
  /* Make the image fully responsive */
  .carousel-inner img {
    width: 100%;
    height: 100%;
  }
  .carousel-indicators{
    display:inline-block;
    height: 300px;
    position:static;
    position: relative;
  }
  @media screen and (max-width:992px){
    .carousel-indicators{
      display: inline-flex;
      direction: inherit;
      height: auto;
      width: 100%;
      max-width:800px;
      overflow-x: auto;
      position: relative;
      margin-right: 0;
      margin-left: 0;
      overflow-y: hidden;
      justify-content: normal;
      margin-bottom:20px;
    }
    .carousel-inner{
      margin-right:0!important;
    }
  }
 
  .carousel-indicators .item{
    margin-bottom:10px;
    margin-right: 10px;
    cursor:pointer;
    position: relative;
  }
  .carousel-indicators .item.active .mark-ckeck{
      opacity: 1;
  }
  .carousel-indicators .item .mark-ckeck{
    position: absolute;
    width: 24px;
    display: inline-block;
    height: 24px;
    background-color: var(--cloud);
    border-radius: 50%;
    opacity: 0;
    right: -30px;
    top: 5px;
  }
  .carousel-indicators .item .mark-ckeck::after{
    animation-duration: 800ms;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(-135deg);
    opacity: 1;
    height: 15px;
    width: 9.5px;
    transform-origin: right top;
    border-left: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
    content: '';
    right: 3px;
    top: 12px;
    bottom: 0;
    position: absolute;
    left: 0;
}
  @keyframes checkmark {
    0% {
      height: 0;
      width: 0;
      opacity: 1;
    }
    20% {
      height: 0;
      width: (7em/2)/2;
      opacity: 1;
    }
    40% {
      height: 7em/2;
      width: (7em/2)/2;
      opacity: 1;
    }
    100% {
      height: 7em/2;
      width: (7em/2)/2;
      opacity: 1;
    }
  }
  .carousel-indicators .item h2{
    line-height: 1.35;
    color: #4f5457;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: -.096rem;
  }
  .carousel-indicators .item p{
    padding-right: 25px;
    opacity: 0;
    overflow-y: hidden;
    max-height: 0;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(0,1,.5,1);
    -o-transition-timing-function: cubic-bezier(0,1,.5,1);
    transition-timing-function: cubic-bezier(0,1,.5,1);
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -.044rem;
  }
  .carousel-indicators .item.active p{
    max-height: 500px;
    opacity: 1;
  }
  .carousel-indicators .item:hover h2{
    color: var(--cloud);
  }

  .carousel-indicators .item.active h2{
    color: var(--cloud);
  }
  
  @media screen and (min-width: 1440px) {
    .carousel-inner{
      margin-left: -60px;
    }
  }
  @media screen and (min-width: 1200px) and (max-width: 1439px) {
    .carousel-inner{
      margin-left: -20px;
    }
  }
  @media screen and (min-width: 880px) and (max-width: 1199px) {
    .carousel-inner{
      margin-left: 20px;
    }
    .content{
position: static;
    }
  }
  @media screen and (min-width: 576px) and (max-width: 879px) {
    .carousel-inner{
      margin-left: 50px;
    }
    .content{
position: static;
    }
  }
  
  
  
  .vert-carousel .carousel-item-next.carousel-item-left,
  .vert-carousel .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  }
  
  .vert-carousel .carousel-item-next,
  .vert-carousel .active.carousel-item-right {
      -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100% 0);
  }
  
  .vert-carousel .carousel-item-prev,
  .vert-carousel .active.carousel-item-left {
  -webkit-transform: translate3d(0,-100%, 0);
  transform: translate3d(0,-100%, 0);
  }
/* End vert-carouselical carousel featured */

/* Start style scrollbar page */
 /* width */
 ::-webkit-scrollbar {
    width: 5px;
      height: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
/* End style scrollbar page */

/* start blog language selector */
.LanguageSelector-Card .card{
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    color: #838789;
    overflow: visible;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.LanguageSelector-Card .card:hover {
    background-color: #fdf6e5;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
/* End blog language selector */

/* Start Testimonials Slider */
.testim {
    width: 100%;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #757575;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #01703b;
}


.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    right: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #8d8d8d;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #01703b;
    border-color: #01703b;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > .item {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > .item.inactive {
    opacity: 1;
}


.testim .cont > .item.active {
    position: relative;
    opacity: 1;
}


.testim .cont .item .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont .item h2 {
    color: #01703b;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont .item p {
    font-size: 1.15em;
    color: #5a5a5a;
    width: 80%;
    margin: auto;
}

.testim .cont .item.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont .item.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont .item.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont .item.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont .item.inactive h2 {
-webkit-animation: testim-content-out .4s ease-in-out forwards;
-moz-animation: testim-content-out .4s ease-in-out forwards;
-ms-animation: testim-content-out .4s ease-in-out forwards;
-o-animation: testim-content-out .4s ease-in-out forwards;
animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont .item.inactive p {
-webkit-animation: testim-content-out .5s ease-in-out forwards;
-moz-animation: testim-content-out .5s ease-in-out forwards;
-ms-animation: testim-content-out .5s ease-in-out forwards;
-o-animation: testim-content-out .5s ease-in-out forwards;
animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
}

70% {
    -webkit-box-shadow: 0px 0px 10px 5px #01703b;
    box-shadow: 0px 0px 10px 5px #01703b;
}

100% {
    -webkit-box-shadow: 0px 0px 0px 0px #01703b;
    box-shadow: 0px 0px 0px 0px #01703b;
}
}

@-moz-keyframes testim-scale {
0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
}

70% {
    -moz-box-shadow: 0px 0px 10px 5px #01703b;
    box-shadow: 0px 0px 10px 5px #01703b;
}

100% {
    -moz-box-shadow: 0px 0px 0px 0px #01703b;
    box-shadow: 0px 0px 0px 0px #01703b;
}
}

@-ms-keyframes testim-scale {
0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
}

70% {
    -ms-box-shadow: 0px 0px 10px 5px #01703b;
    box-shadow: 0px 0px 10px 5px #01703b;
}

100% {
    -ms-box-shadow: 0px 0px 0px 0px #01703b;
    box-shadow: 0px 0px 0px 0px #01703b;
}
}

@-o-keyframes testim-scale {
0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
}

70% {
    -o-box-shadow: 0px 0px 10px 5px #01703b;
    box-shadow: 0px 0px 10px 5px #01703b;
}

100% {
    -o-box-shadow: 0px 0px 0px 0px #01703b;
    box-shadow: 0px 0px 0px 0px #01703b;
}
}

@keyframes testim-scale {
0% {
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    box-shadow: 0px 0px 10px 5px #eee;
}

70% {
    box-shadow: 0px 0px 10px 5px #01703b;
}

100% {
    box-shadow: 0px 0px 0px 0px #01703b;
}
}

@-webkit-keyframes testim-content-in {
from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}

@-moz-keyframes testim-content-in {
from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
}
}

@-ms-keyframes testim-content-in {
from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}

@-o-keyframes testim-content-in {
from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
}
}

@keyframes testim-content-in {
from {
    opacity: 0;
    transform: translateY(100%);
}

to {
    opacity: 1;
    transform: translateY(0);
}
}

@-webkit-keyframes testim-content-out {
from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
}

@-moz-keyframes testim-content-out {
from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
}

@-ms-keyframes testim-content-out {
from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
}

@-o-keyframes testim-content-out {
from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    transform: translateY(-100%);
    transform: translateY(-100%);
}
}

@keyframes testim-content-out {
from {
    opacity: 1;
    transform: translateY(0);
}

to {
    opacity: 0;
    transform: translateY(-100%);
}
}

@-webkit-keyframes testim-show {
from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -webkit-transform: scale(1);       
    transform: scale(1);       
}
}

@-moz-keyframes testim-show {
from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -moz-transform: scale(1);       
    transform: scale(1);       
}
}

@-ms-keyframes testim-show {
from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -ms-transform: scale(1);       
    transform: scale(1);       
}
}

@-o-keyframes testim-show {
from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -o-transform: scale(1);       
    transform: scale(1);       
}
}

@keyframes testim-show {
from {
    opacity: 0;
    transform: scale(0);
}

to {
    opacity: 1;
    transform: scale(1);       
}
}

@-webkit-keyframes testim-hide {
from {
    opacity: 1;
    -webkit-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
}

@-moz-keyframes testim-hide {
from {
    opacity: 1;
    -moz-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
}
}

@-ms-keyframes testim-hide {
from {
    opacity: 1;
    -ms-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
}
}

@-o-keyframes testim-hide {
from {
    opacity: 1;
    -o-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
}
}

@keyframes testim-hide {
from {
    opacity: 1;
    transform: scale(1);       
}

to {
    opacity: 0;
    transform: scale(0);
}
}

@media all and (max-width: 300px) {
body {
    font-size: 14px;
}
}

@media all and (max-width: 500px) {
.testim .arrow {
    font-size: 1.5em;
}

.testim .cont .item p {
    line-height: 25px;
}

}
/* End Testimonials Slider */

.social-share {
    width: 280px;
    height: 80px;
    background: transparent;
    border-radius: 6px;
    transition: 0.5s ease;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  .social-share:hover {
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
  }
  .social-share .front {
    box-sizing: border-box;
    width: 280px;
    height: 80px;
    padding-right: 56px;
    font-family: "Lato", sans-serif;
    background: #fff;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 80px;
    text-align: center;
    position: absolute;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 2;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    background-image: url("http://frolovoleg.ru/images/share.svg");
    background-repeat: no-repeat;
    background-position: 45px center;
    color: #212c3f;
  }
  .social-share .back {
    box-sizing: border-box;
    width: 280px;
    height: 80px;
    border-radius: 6px;
    position: absolute;
    background: #fff;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
  }
  .social-share .back .twitter,
  .social-share .back .pinterest,
  .social-share .back .facebook,
  .social-share .back .instagram,
  .social-share .back .tumblr {
    width: 36px;
    height: 36px;
    background: #f00;
    border-radius: 3px;
    transition: background-color 0.3s ease;
  }
  .social-share .back .twitter:hover,
  .social-share .back .pinterest:hover,
  .social-share .back .facebook:hover,
  .social-share .back .instagram:hover,
  .social-share .back .tumblr:hover {
    cursor: pointer;
  }
  .social-share .back .twitter {
    background-image: url("http://frolovoleg.ru/images/twitter.svg");
    background-color: #55acee;
  }
  .social-share .back .twitter:hover {
    background-color: #2795e9;
  }
  .social-share .back .pinterest {
    background-image: url("http://frolovoleg.ru/images/pinterest.svg");
    background-color: #ed001a;
  }
  .social-share .back .pinterest:hover {
    background-color: #ba0014;
  }
  .social-share .back .facebook {
    background-image: url("http://frolovoleg.ru/images/facebook.svg");
    background-color: #3b5998;
  }
  .social-share .back .facebook:hover {
    background-color: #2d4373;
  }
  .social-share .back .instagram {
    background-image: url("http://frolovoleg.ru/images/instagram.svg");
    background-color: #3f729b;
  }
  .social-share .back .instagram:hover {
    background-color: #305777;
  }
  .social-share .back .tumblr {
    background-image: url("http://frolovoleg.ru/images/tumblr.svg");
    background-color: #35465c;
  }
  .social-share .back .tumblr:hover {
    background-color: #222d3c;
  }
  .bootstrap-tagsinput {
    width: 100%;
  }
  .bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
    border: none !important;
}
.bootstrap-tagsinput .tag {
    margin-right: 2px;
    margin-bottom: 5px;
    color: white;
    background-color: #01703b;
    border-radius: 3px;
    padding: 1px 8px 4px 8px;
    white-space: normal;
    display: inline-block;
    word-break: break-all;
}
.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 2px dashed #7e7e7e;
	background: #eee ;
    color: #363636;
    min-height: 100px;
}
/* Start custom trix editor */
trix-toolbar .trix-button-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
trix-toolbar .trix-button--icon {
    font-size: inherit;
    width: 2em;
    height: 1.6em;
    max-width: calc(0.8em + 4vw);
    text-indent: -9999px;
}
trix-toolbar {
    white-space: nowrap;
    background: #ffffff;
    padding: 8px 0;
    border-radius: 3px 3px 0 0;
    border: 1px solid #ccc;
}
trix-editor {
    background-color: #edf0f2;
    border-radius: 0rem 0rem 0.25rem 0.25rem;
    border: 1px solid #ccc;
    border-top: 0;

}
trix-toolbar .trix-button-group {
    margin-bottom: 0px;
    border: none;
    border-radius: 3px;
    border-bottom:none;
    flex-wrap: wrap;
}
trix-toolbar .trix-button{
    border-bottom: none;
}
trix-toolbar .trix-button:not(:first-child) {
    border-left: none;
}
trix-editor>ul{
    list-style: disc;
    padding-inline-start: 40px !important;
}
trix-editor pre {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-family: monospace;
    font-size: 0.9em;
    margin: 0;
    padding: 0.5em;
    white-space: pre;
    background-color: #dcdcdc;
    overflow-x: auto;
}

trix-editor blockquote {
    margin: 0 0 0 0.3em;
    padding: 0 0 0 0.6em;
    border-left: 0.3em solid #ccc;
}
/* End custom trix editor */

/* Start style form apply */
.form-apply{
    position: relative;
    margin: auto;
    overflow: hidden;
    height: 100%;
    /* background-image: -webkit-linear-gradient(to left, #c39f48, #c39f48);
    background-image: linear-gradient(to left, #c39f48, #c39f48); */
}
.side-form-apply{
    position: relative;
    margin: auto;
    overflow: hidden;
    height: 100%;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
    background-color: white;
    border-left: 14px solid #00592f;
}

/* End style form apply */


/* blog how get started */
.blog-how-getstarted {
    background: #00592f;
    background: -moz-linear-gradient(45deg,#f45d2e 0,#f8673a 100%);
    background: -webkit-linear-gradient(45deg,#f45d2e 0,#f8673a 100%);
    background: linear-gradient(45deg,#f45d2e 0,#f8673a 100%);
    padding-bottom: 220px;
    padding: 120px 0;
    position: relative;
}
.blog-how-getstarted.pb-220 {
    padding-bottom: 220px;
}
.blog-how-getstarted::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/intro-bg.png");
    background-size: cover;
    /* opacity: .04; */
}
.blog-how-getstarted .sec-heading ,.blog-feature-2 .sec-heading, .blog-denefits .sec-heading{
    text-align: center;
    margin-bottom: 40px;
}
.blog-how-getstarted .sec-heading h2 {
    color: #fff;
}
.blog-how-getstarted .sec-heading h2,.blog-feature-2 .sec-heading h2,.blog-denefits .sec-heading h2 {
    display: block;
    margin-bottom: .75rem;
    font-weight: 300;
    line-height: 1.5;
    
    margin-top: 48px;
}
.blog-how-getstarted .sec-heading>h2 span,
.blog-feature-2 .sec-heading>h2 span,
.blog-denefits .sec-heading>h2 span {
    display: inline-block;
    position: absolute;
    font-weight: 400;
    padding: .5rem 1.5rem;
    vertical-align: middle;
    line-height: 1.5;
    border-radius: 6.1875rem;
    background: #f1f8f4;
    color: #71b280;
    font-size: .6875rem;
    margin: 0 auto 1rem!important;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    margin-bottom: 1rem!important;
}
.blog-how-getstarted .sec-heading p {
    color: #fff;
}
.blog-how-getstarted .sec-heading p,.blog-feature-2 .sec-heading p,.blog-denefits .sec-heading p {
    max-width: 600px;
    margin: auto;
    position: relative;
    margin-bottom: 35px;
    
    line-height: 1.85em;
    font-weight: 300!important;
}
.mt-minus-260 {
    margin-top: -260px;
}
.get-started .stepbox{
    width: calc(20% - 1rem);
}
.stepbox {
    margin-top: 80px;
    height: 285px;
    background: #fff;
    padding: 50px 15px;
    box-shadow: 6px 6px 50px rgba(0,0,0,.1);
    text-align: center;
}
.stepbox span {
    display: block;
}
.stepbox .stepbox-icon {
    display: block;
    font-size: 4em;
    text-align: center;
}
.stepbox .stepbox-title {
    letter-spacing: 1.5px;
    color: #71b280;
}
.stepbox-heading {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    margin-top: 25px;
}
/* blog how get started */
.benif-box {
    margin: 40px 0 0;
}
.benif-box>span {
    margin-bottom: 20px;
    display: block;
    height: 55px;
}
.benif-box span img {
    height: 60px;
    width: auto;
}
.benif-box h3 {
    font-size: 26px;
    font-weight: 400!important;
    margin-bottom: 20px;
    line-height: 1.7;
}
.benif-box p {
    color: #565b61;
    line-height: 1.85em;
    font-weight: 300!important;
}
.srv-block .svg-box {
    text-align: center;
}
.srv-block .svg-box .style-svg {
    width: 420px;
    height: auto;
}
@media (max-width: 991px){
    .srv-block .svg-box .style-svg {
        width: 360px;
    }
    .get-started .stepbox{
        width: calc(50% - 1rem);
    }
}
@media (max-width: 380px){
    .srv-block .svg-box .style-svg {
        width: 100%;
    }
}
@media (min-width: 768px){
    .text-md-nowrap{
        white-space: nowrap!important;
    }
}
@media (max-width: 768px){
    .get-started .stepbox{
        width: calc(100% - 1rem);
    }
}