@font-face {
    font-family: 'Satoshi';
    src: url('https://lmsbaba.com/assets/fonts_home_v2/Satoshi-Light.woff2') format('woff2'),
        url('https://lmsbaba.com/assets/fonts_home_v2/Satoshi-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('https://lmsbaba.com/assets/fonts_home_v2/Satoshi-Regular.woff2') format('woff2'),
        url('https://lmsbaba.com/assets/fonts_home_v2/Satoshi-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial Narrow';
    src: url('https://lmsbaba.com/assets/fonts_home_v2/ArialNarrow.woff2') format('woff2'),
        url('https://lmsbaba.com/assets/fonts_home_v2/ArialNarrow.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('https://lmsbaba.com/assets/fonts_home_v2/ArialMT.woff2') format('woff2'),
        url('https://lmsbaba.com/assets/fonts_home_v2/ArialMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('https://lmsbaba.com/assets/fonts_home_v2/Arial-BoldMT.woff2') format('woff2'),
        url('https://lmsbaba.com/assets/fonts_home_v2/Arial-BoldMT.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial Narrow';
    src: url('https://lmsbaba.com/assets/fonts_home_v2/ArialNarrow-Bold.woff2') format('woff2'),
        url('https://lmsbaba.com/assets/fonts_home_v2/ArialNarrow-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  font-family: 'Satoshi', sans-serif;
  color: #686868;    overflow-x: hidden;
}
.btn-primary{     background: #ff9f1c;
    border: none;
    padding: 8px 19px;
    /* box-shadow: 2px 7px 11px #ff7f3185; */
    border: solid 2px #ff9f1c;
    border-radius: 3px;}
.btn-primary:hover{        background: #ff9300;
    border: solid 2px #ef900f;}
.btn-secondary{background: none;
    color: #222;
    padding: 8px 19px;
    border: solid 2px #222;
    border-radius: 3px;
    font-weight: 600;}
.sub-heading-text{ 
    font-weight: bold;
    /* color: #222; */
    font-size: 22px !important;

}
a {
    color: #008ac9;}


@media (min-width: 1200px){
.container {
    max-width: 1280px;}

}
    
a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #333333;
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-weight: 400;

}

h3 {
  font-size: 20px;
  font-weight: 600;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  font-size: 15px;
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.form-control {
    height: 48px;
    color: #6e6e6e;
    border: 1px solid #e8e8e8;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;    line-height: 24px;

}

.form-control::-webkit-input-placeholder {
  color: #6e6e6e;
}

.form-control:-ms-input-placeholder {
  color: #6e6e6e;
}

.form-control::-ms-input-placeholder {
  color: #6e6e6e;
}

.form-control::placeholder {
  color: #6e6e6e;
}

.form-control:focus {
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0;
     border: 1px solid #fba835;;
}

.form-control:hover:focus, .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

textarea.form-control {
  height: auto;
  height: 150px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-100 {
  padding-top: 100px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-130 {
  padding-top: 130px;
}

.pb-130 {
  padding-bottom: 130px;
}
.ptb-40{padding-top: 40px ; padding-bottom: 40px;}
.ptb-80{ padding-top: 80px ; padding-bottom: 80px;}

.view-btn{ background: none;
    border: solid 2px #222;
    padding: 9px 28px;
    color: #222;
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;}
.view-btn i{ font-size: 15px;
    font-weight: 600;
    margin-left: 7px;}


/*----------------------header-section-------------------*/
.border-btn{ padding: 20px 0 !important;}
.border-btn .btn-primary{ color: #fff !important;  padding: 8px 19px !important;}

.dropdown-toggle::after {
 display: none;
}

.mean-menu .nav-link i{font-size: 13px;
    color: #222;
    padding-left: 4px;}
    .caption-banner{     width: 800px;
    display: table;
    z-index: 9;
    position: absolute;
    height: 559px;}



/*
Rimu Navbar Area Style
================================*/
.rimu-nav-style .main-nav {
  position: unset;
  background-color: transparent;
}

.rimu-nav-style .main-nav .navbar {
  padding: 0;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item a {
  font-weight: normal;
  margin-right: 23px;
  text-transform: capitalize;
  color: #333333;
  font-weight: 500;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item a i {
  position: relative;
  left: 5px;
  font-size: 11px;
  font-weight: 700;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item a .flaticon-substract-1 {
  margin-left: -13px;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu {
background: #ffffffed;
    border: 0;
    padding: 36px;

}
.megamenu-icon h5{     font-size: 18px;
    font-weight: 800;
    color: #222;}
.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 6px 15px;
  margin: 0;
  color: #333333;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3a8d00;
  border-radius: 50%;
  right: 0;
  margin: auto;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item a:hover {
    color: #1e1f1d;
    position: relative;

}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item a:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 5px;
  height: 5px;
}
.megamenu-icon p{     color: #5b6880;
    font-size: 15px;
    text-align: justify;
    font-weight: 500;}
.rimu-nav-style .main-nav nav .navbar-nav .nav-item a:focus {
  color: #131313;
  position: relative;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item a:focus::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #3a8d00;
  border-radius: 50%;
  right: 0;
  margin: auto;
}

/*
.rimu-nav-style .main-nav nav .navbar-nav .nav-item a.active {
  color: #3a8d00;
  position: relative;
}
*/

.rimu-nav-style .main-nav nav .navbar-nav .nav-item a.active::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #3a8d00;
  border-radius: 50%;
  right: 0;
  margin: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #3a8d00;
  position: relative;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
  display: none;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #3a8d00;
  position: relative;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  display: none;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
  color: #3a8d00;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #3a8d00 !important;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu.dropdown-style i {
  float: right;
}


.rimu-nav-style .others-option .cart-icon {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 17px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.rimu-nav-style .others-option .cart-icon span {
  color: #ffffff;
}

.rimu-nav-style .others-option .cart-icon:hover {
  color: #ffffff;
}

.rimu-nav-style .others-option .cart-icon span {
  position: absolute;
  top: -4px;
  left: 11px;
  background-color: #3a8d00;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.rimu-nav-style .others-option .sidebar-menu i {
  color: #fe532f;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-left: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*
.rimu-nav-style .others-option .sidebar-menu i:hover {
  background-color: #ffffff;
}
*/

.sidebar-menu img{ width: 65%;}
.rimu-nav-style .search-box-item {
  display: inline-block;
  position: relative;
  margin-left: 35px;
  color: #ffffff;
  cursor: pointer;
  width: 15px;
}

.rimu-nav-style .search-box-item i {
  font-size: 17px;
}

.rimu-nav-style .search-box-item .search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 25px;
}

.rimu-nav-style .search-box-item .search-overlay.search-popup .search-form {
  position: relative;
}

.rimu-nav-style .search-box-item .search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #212529;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 4px;
  padding-left: 10px;
}

.rimu-nav-style .search-box-item .search-overlay.search-popup .search-form .search-input:focus {
  border-color: #3a8d00;
}

.rimu-nav-style .search-box-item .search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: transparent;
  border: none;
  width: 50px;
  outline: 0;
  color: #102a82;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
  cursor: pointer;
}

.rimu-nav-style .search-box-item .search-overlay.search-popup .search-form .search-button:focus {
  color: #3a8d00;
}

.rimu-nav-style .search-box-item .search-btn {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.rimu-nav-style .search-box-item .search-btn:hover {
  color: #ffffff;
}

.rimu-nav-style .search-box-item .search-overlay {
  display: none;
}

.rimu-nav-style .search-box-item .close-btn {
  cursor: pointer;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
}

.rimu-nav-style .search-box-item .close-btn:hover {
  color: #ffffff;
}

.rimu-nav-style .search-box-item .close-btn.active {
  display: block;
}

.rimu-nav-style.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all .5s;
  transition: all .5s;
  max-width: 100%;
  margin-top: 0;
}

.rimu-nav-style.is-sticky .others-option .cart-icon {
  color: #3a8d00;
}

.rimu-nav-style.is-sticky .others-option .cart-icon span {
  color: #ffffff;
}

.rimu-nav-style.is-sticky .others-option .cart-icon span {
  position: absolute;
  top: -4px;
  left: 11px;
  background-color: #3a8d00;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.rimu-nav-style.is-sticky .others-option .sidebar-menu i {
  color: #fe532f;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #3a8d00;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-left: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.rimu-nav-style.is-sticky .others-option .sidebar-menu i:hover {
  background-color: #3a8d00;
}

.rimu-nav-style.is-sticky .search-box-item {
  color: #3a8d00;
}

.rimu-nav-style.is-sticky .search-box-item .search-btn:hover {
  color: #3a8d00;
}

.rimu-nav-style.is-sticky .search-box-item .close-btn {
  color: #3a8d00;
}

.rimu-nav-style.is-sticky .search-box-item .close-btn:hover {
  color: #3a8d00;
}

.dropdown-toggle::after {
  display: none;
}





/*----------------------header-section-------------------*/
/*---------------------banner-----------------------*/
    
.banner-text{
    display: table-cell;
    vertical-align: middle;

    }
.caption-banner .text-sec{position: relative;
    width: 100%;
    z-index: 9;
    background: #f9e6cd59;
    padding: 125px;}
.caption-banner .text-sec h1{ color: #0a0a0a;
    font-size: 50px;
    font-weight: 700;}
.carousel-indicators li{    background-color: rgb(125 121 121 / 50%);}
.carousel-indicators .active {
    background-color: #e97630;
}
.section-title {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center;
}
.section-title h2{    
  position: relative;
    color: #131313;
    font-size: 35px;
    font-weight: 600;
}    
.section-title p{ font-size: 19px;}    
 
/*
.section-title h2:before{    position: absolute;
    content: '';
    background: url(../images/hd-line.png);
    width: 114px;
    height: 4px;
    margin: 0 auto;
    background-repeat: no-repeat;
    top: 65px;
    text-align: center;
    left: 0;
    right: 0;}
*/
/*---------------------banner-----------------------*/
.industri-ar {
    background-size: cover;
    border-radius: 8px;
    box-shadow: 1px 2px 20px #6bb9e640;
    padding: 20px;
    position: relative;
}

.industri-icon {
   position: relative;
    z-index: 99;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.iconbg {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 55px;
    height: 55px;
}

/*
.iconbg:before {
    position: absolute;
    content: '';
    top: 0;
    background: #2AABD2 0% 0% no-repeat padding-box;
    box-shadow: 0px 9px 20px #7DC9FC29;
    border-radius: 25px 49px 23px 27px;
    width: 74px;
    height: 74px;
    opacity: .3;
    left: 0;
}
*/

.iconbg svg {
    text-align: center;
    top: 23px;
    position: relative;
    fill: #29a9d0;
    left: 0px;
}

.industri-text {
    position: relative;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}
.industri-text h3 {
   font-size: 16px;
    font-weight: 700;
    height: 45px;
    color: #222;
}

.industri-ar:hover::before {
    opacity: 0;
}

.industri-ar:before {
    background: #fff;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 3px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.about-text .section-title h2:before{ left: 0;
    right: auto;}
.bg-color{ background: #fafcff;}


.why-li ul li{    color: #5b6880;
    background: #fff;
    font-size: 17px;
    background: #fff;
    padding: 12px;
    border-radius: 4px;
    box-shadow: 1px 1px 40px #c7e3ff47;margin-bottom: 25px;
 }
.why-li ul li span{ margin-left: 20px;}


.cat-box{    text-align: center;
    background: #ffffff;
    padding: 25px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    border:solid 1px #f3f3f3; box-shadow: 1px 1px 15px #bddbff4f;height: 310px;}
.cat-text p{    color: #5b6880;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 500;
}
.cat-text h3{ font-size: 20px;
    font-weight: 700;
    color: #000}

.cat-icon{position: relative;
    margin: 0 auto;
    text-align: center;
    width: 65px;
    height: 65px; margin-top: 20px;}
/*
.cat-box:hover{ background: #fff;
    box-shadow: 1px 1px 30px #bddbff4f;}
*/
.how-it-box{
    /* padding: 15px; */
    width: 100%;
   position: relative;
    margin-bottom: 30px;}

.how-it-box .how-it-icon{ position: absolute;}

.how-it-box .text{    margin-left: 38px;
    background: #fff;
    padding: 20px 10px 20px 40px;
    font-size: 18px;
    color: #111;
    border-radius: 6px;
    box-shadow: 1px 1px 30px #b4d6ff59;
    font-weight: 600;}

.how-it-icon{width: 60px;
    height: 60px;
    margin-top: 5px;}
.footer-bg{ background: #f3f3f3;}
.footer-logo{ width: 100%; text-align: center;}
.footer-logo img{ width: 150px;}
.footer-menu ul li{ display: inline-block; padding: 25px; text-align: center; }

.footer-menu ul li a{ font-size: 16px; color: #222; font-weight: 600;}
.social-menu ul li {
    width: 50px;
    height: 50px;
    padding: 0;
    margin-right: 10px;
}
.social-menu ul li a{ 
  color: #59647b;
  background: #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    padding: 12px;
    box-shadow: 1px 1px 12px #ddd;
    margin-right: 10px;
}
.video-icon{    position: absolute;
    top: 40%;
    left: 45%;}

.video-icon img{ width: 100px; height: 100px;}



/*
Sidebar Menu Style
================================*/
.sidebar-modal {
  position: relative;
}

.sidebar-modal .navbar-nav li a {
  padding: 10px 0px 10px 15px;
}

.sidebar-modal .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 400px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.sidebar-modal .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
  border: none;
  background-color: #ffffff;
}

.sidebar-modal .modal.right .modal-body {
  padding: 30px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget {
  margin-bottom: 35px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
  color: #333333;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 30px;
  height: 2px;
  border-radius: 5px;
  background: #fe532f;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background: #fe532f;
  opacity: 0.1;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget:last-child {
  margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li {
  margin-bottom: 10px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a {
  font-size: 14px;
  color: #5d5b5b;
  font-weight: 600;
  text-transform: capitalize;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a:hover {
  color: #fe532f;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li {
  position: relative;
  font-weight: 700;
  padding-left: 45px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333333;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li span {
  font-size: 15px;
  display: block;
  font-weight: 400;
  color: #818992;
  margin-top: 5px;
  text-transform: initial;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li i {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px dashed #fe532f;
  border-radius: 50%;
  color: #fe532f;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 24px;
  font-size: 29px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li i::before {
  margin-left: 0;
  font-size: 15px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:hover i {
  color: #ffffff;
  border: 1px dashed #fe532f;
  background: #fe532f;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:last-child {
  margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list {
  text-align: left;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li {
  display: inline-block;
  padding-right: 5px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i {
  width: 30px;
  height: 30px;
  border: 1px dashed #868686;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: #868686;
  font-size: 14px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i:hover {
  border: 1px dashed #fe532f;
  color: #fe532f;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li:hover {
  color: #fe532f;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a:hover {
  color: #ffffff;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .instagram li {
  display: inline-block;
  width: 32%;
  margin-bottom: 10px;
  padding-right: 7px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .instagram li pl
a {
  color: #fafafa;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .instagram li:hover {
  color: #3a8d00;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .instagram li:hover a {
  color: #3a8d00;
}

.sidebar-modal .modal.right.fade.show .modal-dialog {
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar-modal .modal.right.fade .modal-dialog {
  left: -320px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar-modal .modal-header {
  display: inline;
  padding: 0;
  border: none;
}

.sidebar-modal .modal-header .close {
  height: 30px;
  width: 30px;
  color: #fe532f;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  opacity: 1;
}

.sidebar-modal .modal-header .close i::before {
  margin-left: 0;
  font-size: 20px;
}

.sidebar-modal .modal-header h2 {
  background-color: #efefef;
  padding: 30px 25px;
}

.sidebar-modal button:focus {
  outline: 0px;
}

/*
Sidebar Menu Style
================================*/






.video-icon .video-button {
  /* Positioning */
   top: 20px;
    right: -59%;
    position: relative;
  z-index: 2; background: none; 
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  
  /* ----- Transformations ----- */
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  
  /* ----- Transitions ----- */
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
}

.video-icon .video-button:hover {
  /* ----- Transformations ----- */
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  
  /* ----- Transitions ----- */
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
}

.video-icon .video-button > i {
  /* Text */
  color: grey;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
  
  /* Make play sign 3d-ish */
  
  /* Positioning */
  position: relative;
  margin-top: 4px;
  margin-left: 6px;
  
  /* ----- Transitions ----- */
  -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -ms-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

.video-icon .video-button:hover > i {
  /* Text */
  color: white;
  
  /* ----- Transitions ----- */
  -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -ms-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
  
  /* When we hover on the button make the play sign white. */
}

#lightbox {
  /* ----- Positioning ----- */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  
  /* The code above makes sure that the
  lightbox covers the entire page*/
  
  /* ----- Visibility ----- */
  display: none;
  
  /* ----- Styling ----- */
  background-color: rgba(0, 0, 0, 0.95);
  
  /* Normally, most lightboxes do not use
  a completely solid black, but with about
  90-95% opacity so that the background is
  somewhat visible */
}

#video-wrapper {
  /* ----- Positioning ----- */
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
  /* The code above makes sure the video is
  both vertically and horizontally centered
  to the screen */
  
  /* ----- Styling ----- */
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  
  /* The code above is used to add a little shadow to the video making blend in better */
}

#close-btn {
  /* ----- Text ----- */
  color: grey;
  font-size: 25px;
  
  /* ----- Positioning ----- */
  position: fixed;
  top: 3%;
  right: 3%;
  z-index: 2;
  
  /* The code above is used to put the button on the upper right corner of the lightbox */
  
  /* ----- Transformations ----- */
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  
   /* The code above is used to initialize the scale for the button so that it can be used in transitions */
  
  /* ----- Transitions ----- */
  -webkit-transition: transform .5s ease, color .5s ease;
  -moz-transition: transform .5s ease, color .5s ease;
  -ms-transition: transform .5s ease, color .5s ease;
  -o-transition: transform .5s ease, color .5s ease;
  transition: transform .5s ease, color .5s ease;
}

#close-btn:hover {
  /* ----- Text ----- */
  color: white;
  
  /* ----- Styling ----- */
  cursor: pointer;
  
  /* ----- Transformations ----- */
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  
    /* ----- Transitions ----- */
  -webkit-transition: transform .5s ease, color .5s ease;
  -moz-transition: transform .5s ease, color .5s ease;
  -ms-transition: transform .5s ease, color .5s ease;
  -o-transition: transform .5s ease, color .5s ease;
  transition: transform .5s ease, color .5s ease;
}

.banner-text{display: table;
    width: 100%;
    height: 525px;
}
.banner-img{
    margin-top:70px;    position: relative;
  }

.banner-img:before{
    position: absolute;
    content: '';
    background: url(../images_home_v2/wave.png);
    width: 100%;
    height: 786px;
    background-size: cover;
    right: -18px;
    top: -161px;
    z-index: -1;
  }
.banner_text_iner{    display: table-cell;
    vertical-align: middle;    padding-left: 60px;
    padding-right: 25px;}
.banner_text_iner h1{  font-size: 45px;
    font-weight: 800;
    color: #111;
    margin-bottom: 20px;}


.banner_text_iner p{ color: #4c5d7e;
    font-size: 18px;
    font-weight: 500; text-align: justify;}
/*
.header-banner:before{    position: absolute;
    background: url(../images/wave.png);
    left: 59%;
    content: '';
    width: 100%;
    height: 769px;
    background-repeat: no-repeat;
    top: -109px;}
*/
.header-banner{ position: relative;}
.banner-btn a{     background: none;
    color: #008ac9;
    border: solid 2px #008ac9;
    font-size: 17px;
    font-weight: 500; }
.logo-img{ margin-bottom: 20px;}



.faq-sec .panel,
.faq-sec .panel-body {
  box-shadow: none;
}

.faq-sec .panel-title {
  margin-bottom: 0;
}

.faq-sec .panel-group .panel-heading a {
     display: block;
    text-decoration: none;
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: 500;
}
.faq-sec .panel-group .panel-heading{ margin-bottom: 0;}
.faq-sec .panel-group .panel-heading a:after {
  content: '-';
  float: right;
        float: right;
    font-size: 42px;
    top: -19px;
    position: relative;
}

.faq-sec .panel-group .panel-heading a.collapsed:after {
  content: '+';    font-size: 28px;
    top: -9px;
    position: absolute; right: 0px;
}

.faq-sec{
       background: #edf0fa;
    padding: 24px 16px;
    border-radius: 4px;
    box-shadow: 1px 7px 9px #d6e0ff5c;
    border: solid 1px #e7ecff;
    margin-bottom: 25px;
}

.faq-sec .panel-body{ 
       margin-top: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #49516f;
    text-align: justify;}


.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
        background: #ff9300;
    border: solid 2px #ef900f;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(249 144 0 / 41%);
}
.logo-sec .col-md-2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;}

.features-box{ margin-bottom: 40px}
.footer-text{    font-size: 15px;
    font-weight: 500;}
.footer-end-text a{     color: #008ac9;
    font-weight: 800;}

.faq-li li{ font-size: 15px; padding: 10px 0; font-weight: 500; }


.pos-r {
    position: relative;
}

.table.price-table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    color: #222;
    font-size: 16px;
    font-weight: 600;}
.table.price-table th{ font-size: 18px; color: #000;}




/*
section{padding: 80px 0;}
.section-title{margin-bottom:50px; position: relative;}
.section-title p{font-size: 16px;}
.title-effect {width: 50px; height: 50px; top: 0; position: absolute; left: 0; opacity: 0.5; animation: rotation 12.8s steps(1) 0s infinite;}
.text-center .title-effect{left: 50%; margin-left: -25px;}
.text-center .section-title h6{padding: 15px 0;}

.title-effect .bar {background: #2575fc;}
.title-effect .bar-top {width: 100%; height: 7px; position: absolute; top: 0; left: 0; transform-origin: left top; transform: scale(0, 1); animation: bar-top 3.2s linear 0s infinite;}
.title-effect .bar-right {width: 7px; height: 100%; position: absolute; top: 0; right: 0; transform-origin: left top; transform: scale(1, 0); animation: bar-right 3.2s linear 0s infinite;}
.title-effect .bar-bottom {width: 100%; height: 7px; position: absolute; right: 0; bottom: 0; transform-origin: right top; transform: scale(0, 1); animation: bar-bottom 3.2s linear 0s infinite;}
.title-effect .bar-left {width: 7px; height: 100%; position: absolute; left: 0; bottom: 0; transform-origin: left bottom; transform: scale(1, 0); animation: bar-left 3.2s linear 0s infinite;}

.title {position: relative; color: #1c1d3e; margin-bottom: 0;}
.section-title h2{margin-bottom: 15px;}
*/


/*--rotation--*/
/*

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bar-top {
  0% {
    transform: scale(0, 1);
  }
  12.5% {
    transform: scale(1, 1);
  }
  87.5% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0, 1);
  }
}
@keyframes bar-right {
  0% {
    transform: scale(1, 0);
  }
  12.5% {
    transform: scale(1, 0);
  }
  25% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(1, 1);
  }
  87.5% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 0);
  }
}
@keyframes bar-bottom {
  0% {
    transform: scale(0, 1);
  }
  25% {
    transform: scale(0, 1);
  }
  37.5% {
    transform: scale(1, 1);
  }
  62.5% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(0, 1);
  }
}
@keyframes bar-left {
  0% {
    transform: scale(1, 0);
  }
  37.5% {
    transform: scale(1, 0);
  }
  50% {
    transform: scale(1, 1);
  }
  62.5% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 0);
  }
}

*/

/* ------------------------
    Price Table
------------------------*/
/*
.price-table{padding: 50px 30px; border-radius: 7px; overflow: hidden; position: relative; background: #ffffff; text-align: center;-webkit-box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
    box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;}
.price-title{text-transform: uppercase; font-weight: 700; color: #1789d0;;}
.price-header{position: relative; z-index: 9;}
.price-value {display: inline-block; width: 100%;}
.price-value h2 {font-size: 60px; line-height: 60px; font-weight: 800; color: #1c1d3e; margin-bottom: 0; position: relative; display: inline-block;}
.price-value h2 span {font-size: 26px; left: -15px; line-height: 24px; margin: 0; position: absolute; top: 10px; color: #5f5f5f; font-weight: normal;}
.price-value span {margin: 15px 0; display: block;}
.price-list ul li {position: relative;
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;}
.price-list ul li:last-child{margin-bottom: 0;}
.dark-bg .price-list ul li{color: rgba(255,255,255,0.8);}
.price-list ul li:last-child{margin-right: 0;}
.price-list li i {color: #2575fc; line-height: 20px; font-size: 20px;}

.price-inside {font-size: 80px; line-height: 80px; position: absolute; left: 85%; top: 50%; transform: translateX(-50%) translateY(-50%) rotate(-90deg); font-weight: 900; color: rgba(0,0,0,0.040);}
.price-table::before {background: #fafaff; content: ""; height: 300px; left: -25%; position: absolute; top: -10%; transform: rotate(-10deg); width: 150%;}
.price-table.active::before{transform: rotate(10deg);}

.price-table.style-2{background: rgba(255,255,255,0.020); box-shadow: none;}
.price-table.style-2::before {background: rgba(255,255,255,0.030); top: 50%; transform: translateY(-50%) rotate(-10deg);}
.price-table.style-2 .price-title{color:#005bea;}
.price-table.style-3.active .price-title{color:#ffffff;}
.price-table.style-2 .price-value h2, .price-table.style-3.active .price-value h2{color: #ffffff;}
.price-table.style-2 .price-list{margin-top: 20px;}
.price-table.style-2.active::before{transform: rotate(0);}
.price-table.style-2 .price-inside{color: rgba(255,255,255,0.040);}
.price-table.style-2 .btn, .price-table.style-3.active .btn{-webkit-box-shadow: 0 10px 20px rgba(255,255,255,0.1);}

.price-table.active{padding: 70px 30px;}
.price-table.style-3.active{background: #2575fc; color: #ffffff;}
.price-table.active .price-value h2 span{color: #ffffff;}
.price-table.style-3:before, .price-table.style-4:before{display: none;}
.price-table.style-3 .price-list{margin-top: 25px;}

.price-table.style-4 .price-list{margin: 25px 0;}
.price-table.style-4 h3{text-transform: capitalize;}

.btn-theme{padding: 12px 25px; font-weight: 500; background: none; color: #1c1d3e; overflow: hidden; border-radius: 7px; border: none; position: relative; z-index: 9; transition: all 0.5s ease-in-out 0s; box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);}
.btn.btn-theme{    background: rgb(0,91,234);
    background: linear-gradient(90deg, #1989ca 0%, rgb(10 138 251) 80%);
    color: #ffffff;}
.btn.btn-theme.focus, .btn.btn-theme:focus{box-shadow: none;}
.btn-theme:hover {transform: translateY(-3px);}
.btn-theme.btn-circle{border-radius: 30px;}
.btn.btn-theme:active{  background:rgb(0 127 201) !important;
    background: linear-gradient(90deg, #1989ca 0%, rgb(10 138 251) 80%);
    color: #ffffff;}
.btn-theme span {display: inline-block; opacity: 0; -webkit-transform: translate3d(10, 10px, 0); -moz-transform: translate3d(10, 10px, 0); -ms-transform: translate3d(10, 10px, 0); -o-transform: translate3d(10, 10px, 0); transform: translate3d(10, 10px, 0);
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);}
 .price-table:hover{-webkit-box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.5); -moz-box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.5); box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.5);}

.btn-theme::before {content: attr(data-text); height: 100%; left: 0; position: absolute; top: 0; transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1) 0s; width: 100%; padding: 12px 0;}
.btn-theme:hover:before {opacity: 0; -webkit-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0);}
.btn-theme:hover span{opacity:1; -webkit-transform:translate3d(0, 0, 0); -moz-transform:translate3d(0, 0, 0); -ms-transform:translate3d(0, 0, 0); -o-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0)}
.btn-theme:hover span:nth-child(1){-webkit-transition-delay:0.01s; -moz-transition-delay:0.01s; -o-transition-delay:0.01s; transition-delay:0.01s}
.btn-theme:hover span:nth-child(2){-webkit-transition-delay:0.05s; -moz-transition-delay:0.05s; -o-transition-delay:0.05s; transition-delay:0.05s}
.btn-theme:hover span:nth-child(3){-webkit-transition-delay:0.1s; -moz-transition-delay:0.1s; -o-transition-delay:0.1s; transition-delay:0.1s}
.btn-theme:hover span:nth-child(4){-webkit-transition-delay:0.15s; -moz-transition-delay:0.15s; -o-transition-delay:0.15s; transition-delay:0.15s}
.btn-theme:hover span:nth-child(5){-webkit-transition-delay:0.2s; -moz-transition-delay:0.2s; -o-transition-delay:0.2s; transition-delay:0.2s}
.btn-theme:hover span:nth-child(6){-webkit-transition-delay:0.25s; -moz-transition-delay:0.25s; -o-transition-delay:0.25s; transition-delay:0.25s}
.btn-theme:hover span:nth-child(7){-webkit-transition-delay:0.3s; -moz-transition-delay:0.3s; -o-transition-delay:0.3s; transition-delay:0.3s}
.btn-theme:hover span:nth-child(8){-webkit-transition-delay:0.35s;-moz-transition-delay:0.35s; -o-transition-delay:0.35s; transition-delay:0.35s}
.btn-theme:hover span:nth-child(9){-webkit-transition-delay:0.4s; -moz-transition-delay:0.4s; -o-transition-delay:0.4s; transition-delay:0.4s}
.btn-theme:hover span:nth-child(10){-webkit-transition-delay:0.45s; -moz-transition-delay:0.45s; -o-transition-delay:0.45s; transition-delay:0.45s}
.btn-theme:hover span:nth-child(11){-webkit-transition-delay:0.5s; -moz-transition-delay:0.5s; -o-transition-delay:0.5s; transition-delay:0.5s}
.btn-theme:hover span:nth-child(12){-webkit-transition-delay:0.55s; -moz-transition-delay:0.55s; -o-transition-delay:0.55s; transition-delay:0.55s}
.btn-theme:hover span:nth-child(13){-webkit-transition-delay:0.6s; -moz-transition-delay:0.6s; -o-transition-delay:0.6s; transition-delay:0.6s}
.btn-theme:hover span:nth-child(14){-webkit-transition-delay:0.65s; -moz-transition-delay:0.65s; -o-transition-delay:0.65s; transition-delay:0.65s}
.btn-theme:hover span:nth-child(15){-webkit-transition-delay:0.7s; -moz-transition-delay:0.7s; -o-transition-delay:0.7s; transition-delay:0.7s}
.btn-theme:hover span:nth-child(16){-webkit-transition-delay:0.75s; -moz-transition-delay:0.75s; -o-transition-delay:0.75s; transition-delay:0.75s}
.btn-theme:hover span:nth-child(17){-webkit-transition-delay:0.8s; -moz-transition-delay:0.8s; -o-transition-delay:0.8s; transition-delay:0.8s}
.btn-theme:hover span:nth-child(18){-webkit-transition-delay:0.85s; -moz-transition-delay:0.85s; -o-transition-delay:0.85s; transition-delay:0.85s}
.btn-theme:hover span:nth-child(19){-webkit-transition-delay:0.95s; -moz-transition-delay:0.95s; -o-transition-delay:0.95s; transition-delay:0.95s}
.btn-theme:hover span:nth-child(20){-webkit-transition-delay:1s; -moz-transition-delay:1s; -o-transition-delay:1s; transition-delay:1s}
*/
.nice-select .list{ width: 100%;}

.contact-popup .modal-dialog {
    max-width: 940px;
}

.contact-popup .modal-body{ padding: 30px;}

.contact-popup label{     font-size: 15px;
    font-weight: 600;
    color: #222;}

.contact-popup .close{ position: absolute;
    right: 42px;
    font-size: 34px;
    top: 25px;
    z-index: 9;}
.footer-last-li{ text-align: right;}

.privacy-title{
  color: #131313;
  font-size: 40px;
  font-weight: 800;
  text-align: left;
  margin: 0 0 25px 0;
}
.full-img{
  width: 100%;
  display: inline-block;
  text-align: center;
}
.full-img img{
  width: 100%;
  max-width: 400px;
  display: inline-block;
}

.btn-primary.full{
  width: 100%;
}

.yellow-bg{
  width: 100%;
  height: auto;
  display: inline-block;
  box-sizing: border-box;
  padding: 15px;
  text-align: center;
  background: #ffdc67;
  border-radius: 10px;
}
.yellow-bg .privacy-title{
  color: #9e8018;
  text-align: center; 
  margin: 0 0 15px 0
}
.full-img.mobile{
  display: none;
}
#book_demo_form label{
  color: #000 !important;
  font-weight: 600;
}




.testimonial .pic{
    width: 220px;
    padding: 20px 0;
    margin: 0;
    float: left;
    position: relative;
    z-index: 1;
}
/*.testimonial .pic:before,
.testimonial .pic:after{
    content: "";
    width: 130px;
    height: 150px;
    background: #ddd;
    position: absolute;
    z-index: -1;
}
.testimonial .pic:before{
    top: 0;
    right: -20px;
}
.testimonial .pic:after{
    bottom: 0;
    left: -20px;
}*/
.testimonial .pic img{
    width: 100%;
    height: 220px;
    border: 2px solid #ddd;
    object-fit: contain;
    border-radius: 50%;
}
.testimonial .testimonial-content{
    width: calc(100% - 220px);
    float: right;
    padding-bottom: 40px;
    box-sizing: border-box;
    padding-left: 30px;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    padding-top: 20px;
    padding-left: 15px;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-left: 15px;
}
.testimonial .description{
    font-size: 16px;
    color: #000;
    padding: 0 15px;
    margin: 0;
    position: relative;
}
.testimonial .description:before,
.testimonial .description:after{
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 17px;
    color: #ddd;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    margin-right: 5px;
    top: 0;
    left: 0;
}
.testimonial .description:after{
    content: "\f10e";
    margin-left: 5px;
    position: relative;
    bottom: 0;
    right: 0;
}
.testo-sec .owl-theme .owl-controls{
    width: calc(100% - 250px);
    margin: 0;
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
}
.testo-sec .owl-theme .owl-controls .owl-buttons div{
    width: 70px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border-radius: 0;
    opacity: 1;
    position: relative;
    padding: 0;
    margin: 0;
}
.testo-sec .owl-prev:before,
.testo-sec .owl-next:before{
    content: "\f177";
    font-family: "fontawesome";
    font-size: 45px;
    font-weight: 900;
    color: #3d3d3d;
    position: absolute;
    top: 0;
    left: 0;
}
.testo-sec .owl-next:before{
    content: "\f178";
}
.testo-sec .owl-next:after{
    content: " / ";
    font-size: 40px;
    color: #3d3d3d;
    position: absolute;
    top: 0;
    left: -22px;
}
.testo-sec .comp-info{
  width: 100%;
  display: flex;
  margin-top: 15px;
}
.testo-sec .comp-info figure{
  width: 70px;
  height: auto;
  float: left;
  margin: 0px;
}
.testo-sec .comp-info figure img{
  width: 100%;
  height: 78px;
  margin: 0px;
  background: #FFF;
  object-fit: contain;
}
.testo-sec .comp-info figcaption{
  width: calc(100% - 70px);
  height: auto;
  float: left;
  margin: 0px;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
.testo-sec .comp-info.biglogo figure{
  width: 160px;
  height: auto;
  float: left;
  margin: 0px;
}
.testo-sec .comp-info.biglogo figcaption{
  width: calc(100% - 160px);
  height: auto;
  float: left;
  margin: 0px;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
.testimonial{
  width: 100%;
  display: inline-block;
}

.client-block{
  width: 100%;
  display: inline-block;
  margin: 35px 0 0 0;
}
.client-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.client-ul>li {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.client-item {
    width: 100%;
    height: auto;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
}
.client-item img {
    max-width: 65%;
    height: 48px;
    margin: 0 auto;
    vertical-align: middle;
    object-fit: contain;
}
@media only screen and (max-width: 990px){
    .testimonial{ 
      text-align: center; 
    }
    .testimonial .pic{
        width: 220px;
        margin: 0 auto;
        float: none;
    }
    /*.testimonial .pic img {
      width: 220px;
      height: 220px;
      border: 2px solid #ddd;
      object-fit: contain;
      border-radius: 50%;
    }*/
    /*.testimonial .pic:before,
    .testimonial .pic:after{
        width: 80px;
        height: 100px;
    }*/
    .testimonial .testimonial-content{
        width: 100%;
        float: none;
        padding: 0px;
    }
    .testimonial .title{
        padding: 15px 0 0 0;
    }
    .testimonial .post{
        padding: 0;
        margin-bottom: 10px;
    }
    .testo-sec .owl-theme .owl-controls{
        width: 100%;
        position: static;
        text-align: center;
    }
    .testo-sec .owl-theme .owl-controls .owl-buttons div{
        height: 50px;
        line-height: 50px;
    }
    .testo-sec .comp-info{
      text-align: left;
    }
    .testo-sec .comp-info{
      display: inline-block;
    }
    .testo-sec .comp-info figure,
    .testo-sec .comp-info.biglogo figure {
      width: 100%;
      height: auto;
      float: none;
      margin: 0 0 10px 0;
  }
  .testo-sec .comp-info figcaption,
  .testo-sec .comp-info.biglogo figcaption{
    width: 100%;
    float: none;
    text-align: center;
  }
}


.logo-loader{
    width: 100%;
    height: auto;
    display: inline-block;
    min-height: 400px;
    position: relative;
}
.logo-loader:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.5) url(../images_home_v2/logo-loader.gif?v=4) no-repeat 50% 50%;
    background-size: 120px auto;
    left: 0px;
    top: 0px;
    border-radius: 10px !important;
}
.logo-loader:before{
    content: '';
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 9999;
    background: rgba(255, 255, 255, 1);
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50% !important;
    -webkit-box-shadow: 0 10px 40px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 10px 40px 0 rgb(0 0 0 / 20%);
}

.footer-end-logo{
  text-align: center;
  margin-top: 10px;
}
.footer-end-logo img {
    width: auto;
    height: 45px;
    display: inline-block;
    image-rendering: -webkit-optimize-contrast;
}
.footer-end-logo span{
  margin: 0 0 5px 0;
  width: 100%;
  display: block;
}

.w-50{
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
}

.mt-30{
  margin-top: 30px !important;
}
.features-box-new{
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  line-height: 38px;
  border: #008ac9 1px solid;
  border-radius: 5px;
  margin-bottom: 15px;
}
.price-table thead tr th{
  line-height: normal !important;
  vertical-align: middle !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.gst{
  width: 100%;
  display: inline-block;
  color: #000;
  text-align: right;
  font-size: 14px;
  margin: 0 0 15px;
}
.section-title.mb-15{
  margin-bottom: 25px !important;
}
.book_demo_form_holder{
  width: 100%;
  display: inline-block;
}
.book_demo_sucess_holder{
  text-align: center;
  padding: 110px 15px;
  box-sizing: border-box;
  width: 100%;
}
.book_demo_sucess_holder h3{
  font-size: 20px;
    color: #008ac9;
    margin: 0px;
    line-height: 28px;
}

.section-bottom-layer {
    padding-bottom: 100px;
}
.section-image {
    background-size: cover;
    background-position: center center;
}
hr.space, hr.space-xs, hr.space-sm, hr.space-md, hr.space-lg {
    border: none;
    clear: both;
    margin: 0;
}
hr.space {
    height: 60px;
}
hr.space-lg {
    height: 100px;
}
/*.light, .light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light p, .light .btn-text, .light .btn-text:hover, .light .btn a, .light .btn:hover, .light .glide__arrow, .light .counter .value span:last-child, .light.counter .value span:last-child, .light .icon-links a i, .social-colors.icon-links-grid i, .icon-links-button a i {
    color: #FFF !important;
}*/
.light p, .btn-border:hover, .media-box-full .caption .extra-field, .media-box-reveal p, .light .accordion-list > li > a, .media-box p {
    color: rgb(236, 245, 251);
}
.btn-sm {
    font-size: 16px;
}
.text-bold, b {
    font-weight: 500 !important;
}
.shadow-1 {
    box-shadow: 0 3px 30px -2px rgba(20,45,100,.25);
}
.btn-circle {
    border-radius: 100px;
}
.btn-sm {
    padding: 10px 30px;
}
.btn-border, body .btn-border {
    background: none;
}
h1 + p + .btn, h1 + p + a {
    margin-top: 45px;
}
.light .btn-border {
    color: rgb(71, 178, 228) !important;
    border-color: rgb(71, 178, 228) !important;
}
span.space, span.space-xs, span.space-sm, span.space-md, span.space-lg {
    display: inline-block;
}
span.space {
    width: 60px;
}
.btn-text.btn-video {
    display: inline-flex;
    padding: 0 0 0 50px;
    position: relative;
    align-items: center;
}
.btn-text {
    font-weight: 500;
    margin-right: 35px;
    position: relative;
}
.ping, .btn-video:before {
    animation: ping 0.8s ease-in infinite both;
}
.btn-video:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -43px;
    background: #FFF;
    z-index: 1;
}
.btn-text.btn-video:before, .icon-circle li:before, .icon-circle span:before, .icon-line li:before, .icon-line span:before, .progress-bar > div > div, .progress-bar > div span, .breadcrumb li a:after, .menu-inner li:before, .counter-big.counter-icon .value span:last-child:before, .cnt-box-team .caption h2:before, .mega-menu .tab-nav a:after, .shop-menu-cnt .cart-count {
    background-color: rgb(71, 178, 228);
}
.btn-video:after, .btn-text, .title h2 .dot, [class^=col-] > h1 .dot, [class^=col-] > h2 .dot, .title h2 .dot, .container > h2 .dot, .container > h1 .dot, .cnt-call h2 .dot, .col h2 .dot, .fixed-area > h2 .dot, header h1 .dot, .accordion-list > li:hover > a, .cnt-box-top-icon > i, .cnt-box-side-icon > i, .btn.btn-border, .cnt-pricing-table .top-area p, .tab-nav li:not(.active):not(:hover) a, .icon-links a i, .media-box-reveal h3, nav:not(.menu-transparent) .lan-menu > li:hover > a, .pagination li:not(.page):not(.disabled) a:hover, .counter .value span.text-md:last-child, .tab-icon.tab-vertical > .tab-nav li.active a i, .tab-icon.tab-vertical > .tab-nav li:hover a i, .tab-vertical > .tab-nav li:hover a, .meta-footer, .form-search > div:before, .cnt-box-side .extra-field, nav .tab-nav li.active a, nav .tab-nav li:hover a, .menu-inner li:hover > a, .menu-inner li.active > a, a, .mega-menu h5, .search-box-menu > i:hover, .mega-menu .icon-list li a:hover, nav.active .menu-btn:before, .text-list-side li div {
    color: rgb(71, 178, 228);
}
.btn-text.btn-video:before {
    top: 50%;
    margin-top: -41px;
    margin-left: -44px;
    height: 80px;
    border-radius: 50%;
    left: 15px;
}
.btn-text.btn-video:after {
    top: -3px;
    left: 14px
}
.btn-video:after {
    content: "\f04b";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 45px;
    top: 0;
    left: 50%;
    margin-left: -24px;
    animation-iteration-count: infinite;
    z-index: 1;
    text-transform: none;
    font-size: 34px;
    text-align: center;
    line-height: 50px;
}
.pulse, .img-pulse:hover img, .btn-video:after {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
}
@keyframes ping {
    0% {
        transform: scale(0.2);
        opacity: 0.8;
    }

    80% {
        transform: scale(1.2);
        opacity: 0;
    }

    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}
@keyframes pulse {
    from {
        transform: scale(1);
        transform-origin: center center;
        animation-timing-function: ease-out;
    }

    10% {
        transform: scale(0.91);
        animation-timing-function: ease-in;
    }

    17% {
        transform: scale(0.98);
        animation-timing-function: ease-out;
    }

    33% {
        transform: scale(0.87);
        animation-timing-function: ease-in;
    }

    45% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}

@keyframes pulse-horizontal {
    16.65% {
        transform: translateX(8px);
    }

    33.3% {
        opacity: 1;
        transform: translateX(-6px);
    }

    49.95% {
        transform: translateX(4px);
    }

    66.6% {
        transform: translateX(-2px);
    }

    83.25% {
        transform: translateX(1px);
    }

    100% {
        transform: translateX(0);
    }
}
.fixed-header-nav{
  width: 100%;
  height: auto;
  display: block;
  left: 0px;
  top: 0px;
  position: fixed;
  z-index: 99;
}
.pt-140{
  padding-top: 140px !important;
}
/*.rimu-nav-style.fixed-header-nav .main-nav nav .navbar-nav .nav-item a {
    color: #FFF !important;
}*/
.border-style .cat-box {
    text-align: center;
    background: #ffffff;
    padding: 15px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    border: 2px solid #e7ebef;
    height: auto !important;
    border-radius: 16px;
    display: flex;
    column-gap: 15px;
    align-items: flex-start;
    box-shadow: 1px 1px 15px #bddbff4f;
}
.border-style .cat-box .cat-icon {
    position: relative;
    margin: 0;
    text-align: center;
    width: 50px;
    height: 50px;
    margin-top: 0px;
}
.grey-bg {
    background-color: #ecf6ff80;
}
.flipster__button {
    opacity: 1;
}
.flipster__button i {
    font-size: 30px;
    color: #222;
    background: #fff;
    box-shadow: 1px 1px 34px #c9c9c980;
    padding: 20px 28px;
}
.flipster__button--next {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}
.flipster__nav {
  display: none;
}
.flip-items li {
  border-radius: 20px;
  overflow: hidden;
}
.flipster__item--future {
  border-radius: 20px;
  overflow: hidden;
}
.flipster__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px !important;
}
.flip-items .flip-img {
  height: 270px;
  box-sizing: border-box;
  background: #008ac9;
  padding: 3px;
  border-radius: 20px !important;
  box-shadow: 0 0.2rem 1.2rem rgb(0 0 0 / 20%);
}
/*.flipster__item--current.flipster__item img{
  border-radius: 0px !important;
}*/
/*.flip-items .flipster__item--current .flip-img {
  background: #FFF;
  padding: 0px;
  border-radius: 0px !important;
  box-shadow: none;
}*/
.flipster__button i {
  font-size: 30px;
  color: #222;
  background: #fff;
  box-shadow: 1px 1px 34px #c9c9c980;
  padding: 20px 28px;
}
.flipster__button {
  opacity: 1;
}
.flipster__button--next {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
.flip-text {
  text-align: center;
  color: #222;
  background: transparent;
  padding: 15px 38px;
}
.announcement-sec {
}
.flipster__item__content .flip-text {
  opacity: 0;
  transition: all 300ms ease-in-out;
}
/*.flipster--carousel
  .flipster__item--current
  .flipster__item__content
  .flip-text {
  opacity: 1;
}*/
.flipster--carousel
  .flipster__item--current
  .flipster__item__content
  .flip-text {
    opacity: 1;
}
/*.automates-slide-inner{
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  background-color: transparent;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.automates-slide-inner img {
    padding: 55px 15px;
    margin: 0 auto;
}*/
/*#automates-carousel.owl-carousel .owl-item:nth-child(even) .automates-slide-inner{
  background-color: #d2edf8;
}*/
.deep-blue-bg {
    /*background: #005482;*/
    background: #59aee3;
}
.workshop-grid {
    position: relative;
    display: grid;
    margin-top: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: -webkit-min-content;
    -ms-grid-rows: min-content;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
}
.who-card {
    display: grid;
    margin-bottom: 0;
    padding: 1px 15px;
    grid-auto-columns: 1fr;
    /*grid-column-gap: 6px;*/
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    grid-template-rows: min-content min-content;
    border: 1px solid #DDD;
    border-radius: 16px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    text-align: left;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    min-height: 60px;
}
.who-card .who-icon {
    display: none;
    width: 30px;
    height: auto;
    justify-content: center;
    align-items: center;
}
.who-card .who-heading {

    margin-bottom: 0;
    font-size: 16px;
    line-height: 140%;
    color: #FFF;
    font-weight: 400 !important;
    text-align: center;
    font-weight: 600;
}
.deep-blue-bg .section-title h2,
.deep-blue-bg .section-title p {
    color: #FFF;
}
.new-faq .faq-sec {
    padding: 20px 15px;
    box-shadow: 1px 7px 9px #d6e0ff5c;
    border: 1px solid #e7ebef;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 25px;
}
.testo-sec .owl-nav {
    width: calc(100% - 250px);
    margin: 0;
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
}
.testo-sec .owl-nav button {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5;
}

.testo-sec .owl-nav button {
    width: 70px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border-radius: 0;
    opacity: 1;
    position: relative;
    padding: 0;
    margin: 0;
}
.testo-sec .owl-nav button span{
  opacity: 0;
}
.testo-sec .owl-nav .owl-next:after {
    content: " / ";
    font-size: 40px;
    color: #3d3d3d;
    position: absolute;
    top: 0;
    left: -22px;
}
.demo{
  position: relative;
}
.over-img{
  width: 555px;
  height: auto;
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.pb-140{
  padding-bottom: 140px !important;
}
.light-blue-bg{
  background-color: #59aee3;
}
.light-blue-bg .section-title h2,
.light-blue-bg .section-title p{
  color: #FFF !important;
}
.row-gap-20{
  grid-row-gap: 20px !important;
}
.mt-20{
  margin-top: 20px !important;
}
.testo-section {
    padding: 40px 0 40px;
}

.testo-block {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: #0F2633;
    border-radius: 27px;
    padding: 45px 65px;
    display: flex;
}

.testo-block .testo-owl {
    width: calc(100% - 294px);
    box-sizing: border-box;
    padding-right: 70px;
    position: relative;
}

.testo-block .testo-user {
    width: 294px;
    position: relative;
}

.testo-block .testo-user .testo-holder {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin-top: -90px;
}

.testo-block .testo-user .testo-holder .testo-child {
    width: 100%;
    height: auto;
    display: none;
    position: relative;
    z-index: 3;
    top: 0px;
    left: 0px;
}

.testo-block .testo-user .testo-holder .testo-child:nth-child(1) {
    display: block;
}

.testo-block .testo-user .testo-holder .testo-child figure {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 30px 0;
    box-sizing: border-box;
}

.testo-block .testo-user .testo-holder .testo-child figure img {
    width: 100%;
    height: 294px;
    display: block;
    object-fit: cover;
    border-radius: 15px;
    box-sizing: border-box;
    border: #DDD 2px solid;
}

.testo-block .testo-user .testo-holder .testo-child figcaption {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    box-sizing: border-box;
    border-left: #f26b35 4px solid;
    padding: 0 0 0 24px;
}

.testo-block .testo-user .testo-holder .testo-child figcaption h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: normal;

    color: #FFFFFF;
    margin: 0 0 10px 0;
}

.testo-block .testo-user .testo-holder .testo-child figcaption p {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    column-gap: 14px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;

    color: #FFFFFF;

    opacity: 0.6;
}

.testo-wapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.testo-wapper .testo-top {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-right: 180px;
    display: block;
}

.testo-logo {
    width: 100%;
    height: 56px;
    align-items: center;
}

.testo-wapper .testo-top img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 300px;
}

.testo-wapper .testo-logo-txt {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-left: 112px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    color: #FFFFFF;
    opacity: 0.8;
    margin-bottom: 25px;
}

.testo-wapper .testo-txt {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 160%;
    color: #FFFFFF;
    opacity: 0.7;
    margin-bottom: 25px;
}

.testo-nav {
    width: 100%;
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 25px;
    /*position: absolute;
    z-index: 3;
    right: 70px;
    top: 0px;*/
}
.testo-section .btn {
    width: auto;
    display: inline-flex;
    border-radius: 7px;
    padding: 4px 34px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    border: transparent 1px solid;
    height: 56px;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.testo-section .btn-border {
    background: transparent !important;
    border-color: #f26b35 !important;
    color: #f26b35;
}
.testo-section  .btn-green {
    background: #f26b35 !important;
    color: #FFFFFF !important;
}
.logo-ul{
  display: flex;
  flex-wrap: wrap;
}
.logo-ul > li{
  width: 20%;
  height: auto;
  box-sizing: border-box;
  border: #EEE 1px solid;
  margin-left: -1px;
  margin-top: -1px;
  position: relative;
}
.logo-ul > li:nth-child(5n){
  border-right: none !important;
}
/*.logo-ul{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.logo-ul > li{
  position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}*/


/*.logo-ul > li:nth-child(even) .automates-slide-inner {
    background-color: #d2edf8;
}*/
.testimonials_c_holder .testimonial_content_inner {
    background: #fff;
    box-sizing: border-box;
    padding: 60px 45px;
    text-align: center;
    border: 1px solid #ebebeb;
}
.testimonials_c_holder .testimonial_content_inner .testimonial_image_holder {
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    margin: 0 0 50px;
    border-radius: 50%;
    margin-bottom: 33px;
    max-width: 100px;
    box-sizing: border-box;
    border: #EEE 1px solid;
}
.testimonials_c_holder .testimonial_content_inner .testimonial_text_holder {
    position: relative;
    display: block;
}
.testimonials_c_holder .testimonial_content_inner .testimonial_text_inner p {
    color: #858585;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}
.testimonials_c_holder .testimonial_content_inner .testimonial_author {
    margin-top: 21px;
    font-size: 13px;
    font-weight: 500;
    font-weight: 300;
    color: #ff7b58;
    font-size: 15px;
}
#sticky_scroller {
    overflow: inherit;
    min-height: auto;
    padding: 0;
}
#sticky_scroller .fix-div {
    height: 100vh;
    max-height: 500px;
    display: flex;
    /*align-items: center;*/
    position: sticky;
    top: 85px;
    /*top: 0%;
    transform: translateY(0%);*/
}
.full-pic{
  width: 100%;
}
/*.full-pic img{
  width: 100%;
  height: auto;
  display: block;
  max-height: 400px;
  object-fit: contain;
}*/
/*#sticky_scroller .col-1 img{
  width: 100%;
  height: 450px;
  object-fit: contain;
}*/
.light .btn.vmore:hover{
  color: rgb(71, 178, 228) !important;
}
.cat-text{
  text-align: left;
  width: calc(100% - 50px);
}
.cat-text p{
  line-height: 20px;
  margin: 0px;
}
.banner-title strong{
  font-weight: 700;
}
.banner-title{
  font-weight: 300;
}
.dark-text{
  color: #1e1f1d !important;
}
.border-style-new .cat-box {
    text-align: center;
    padding: 0;
    margin: 0px;
    transition: all 0.3s ease-in-out;
    border: none;
    height: auto !important;
    border-radius: 0px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: none;
    background-color: transparent !important;
}
.border-style-new .cat-box .cat-icon {
    position: relative;
    margin: 0 0 15px 0;
    text-align: center;
    width: 100%;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.elementor-widget-image-box .elementor-image-box-img img {
    width: 80px;
}
.full-style .cat-text {
    text-align: center;
    width: 100%;
}
.full-style .cat-text h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}
.gutters-5 {
    margin-right: 5px;
    margin-left: 5px;
}
.gutters-5>.col, 
.gutters-5>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.text-bold-lg{
  font-weight: 600 !important;
}
.text-black{
  color: #000 !important;
}


.customer-love-cols {
    box-shadow: 0px 0px 18px 1px #eaeaea;
    padding: 25px 15px 10px;
    border-radius: 30px;
    width: 100%;
    display: inline-block;
    text-align: left;
    background-color: #FFF;
}
.customer-love-cols-logo {
    width: 38%;
    min-height: 50px;
}
.customer-love-cols-logo img{
  width: 100% !important;
  height: 50px !important;
  object-fit: contain !important;
  display: block !important;
}
.owl-carousel.testo-slider-block .owl-item img {
    display: inline;
    width: auto;
    height: auto;
    max-width: 100%;
}
.customer-love-col-head-quote {
    float: left;
    margin-top: 20px;
    width: 8%;
    margin-bottom: 10px;
}
.customer-love-col-head-quote img {
    display: inline;
    width: auto;
    height: auto;
    max-width: 100%;
}
.customer-love-col-main-cont {
    display: inline-block;
    width: 100%;
    min-height: 240px;
}
.customer-love-col-main-cont p {
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    color: #767676;
    text-align: justify;
    margin-top: 0;
}
.customer-love-col-head-cont-main {
    display: flex;
    width: 100%;
    margin-top: 15px;
    align-items: center;
}
.customer-love-col-img {
  width: 44px !important;
    float: left;
    margin-right: 15px;

}
.customer-love-col-img img{
  width: 44px !important;
  height: 44px !important;
  box-sizing: border-box;
  object-fit: cover;
  border: #DDD 1px solid;
  border-radius: 50%;
  display: block !important;
}
.customer-love-col-head-cont {
    float: left;
    margin-top: 8px;
    min-height: 35px;
    width: calc(100% - 49px);
}
.customer-love-col-head-cont h5 {
    color: #313131;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    /*min-height: 35px;*/
}
.customer-love-col-head-cont h6 {
    color: #999898;
    font-weight: 500;
    font-size: 12px;
    margin-top: 4px;
}
.pa-10{
  box-sizing: border-box;
  padding: 10px !important;
}
.fame_bg{
  background-image: url(../images_home_v2/wall-bg.png);
}

.automates-slide-inner{
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  background-color: transparent;
  margin: 0px;
  display: block;
  box-sizing: border-box;
  position: relative;
}
.frame-logo .frame img{
  width: 100%;
  height: auto;
  display: block;
}

/*.automates-slide-inner img:not(.frame-img) {
    padding: 55px 15px;
    margin: 0 auto;
}*/
.automates-slide-inner .frame-logo{
  padding: 0px;
  width: 70%;
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.testo-slider-block.owl-carousel .item{
  box-sizing: border-box;
  padding: 20px !important;
}
.flipster__button{
  z-index: 90 !important;
}
.animate-holder{
  width: 100%;
  position: relative;
}
.sp-logo-1 {
    z-index: 1;
    width: 20%;
    height: auto;
    position: absolute;
    right: 2%;
    top: 16%;
}
.sp-logo-1 > div{
  width: 100%;
  height: auto;
  position: relative;
}
.sp-logo-1 > div > div{
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
}
.dot1 {
    z-index: 2;
    width: 1.2%;
    height: auto;
    position: absolute;
    right: 23%;
    top: 46.4%;
    opacity: 1;
}

.sp-logo-2 {
    z-index: 1;
    width: 16%;
    height: 54%;
    position: absolute;
    right: 41.6%;
    top: 21%;
}
.sp-logo-2 > div{
  width: 100%;
  height: auto;
  position: relative;
}
.sp-logo-2 > div > div{
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
}


.sp-logo-2-b {
    z-index: 3;
    width: 16%;
    height: 55%;
    position: absolute;
    right: 41.6%;
    top: 21%;
}
.sp-logo-2-b > div{
  width: 100%;
  height: 100%;
  position: relative;
}
.sp-logo-2-b > div > div{
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
}
.sp-logo-2-b > div > div.bolt-1{
  width: 34%;
  height: auto;
  left: 39%;
  top: 41%;
  z-index: 8;
}
.sp-logo-2-b > div > div.bolt-1-man{
  width: 34%;
  height: auto;
  left: 39%;
  top: 41%;
  z-index: 9;
}
.sp-logo-2-b > div > div.bolt-2{
  width: 26%;
  height: auto;
  left: 23.2%;
  top: 27%;
  z-index: 7;
}
.dot2 {
    z-index: 2;
    width: 0.9%;
    height: auto;
    position: absolute;
    left: 29.5%;
    top: 30.4%;
    opacity: 1;
}
.dot3 {
    z-index: 2;
    width: 1%;
    height: auto;
    position: absolute;
    left: 17.5%;
    top: 35%;
    opacity: 1;
}
.dot4 {
    z-index: 2;
    width: 1%;
    height: auto;
    position: absolute;
    left: 12%;
    top: 39.4%;
    opacity: 1;
}
.dot5 {
    z-index: 2;
    width: 1%;
    height: auto;
    position: absolute;
    left: 15.2%;
    top: 44%;
    opacity: 1;
}
.dot6 {
    z-index: 2;
    width: 1%;
    height: auto;
    position: absolute;
    left: 23%;
    top: 70.6%;
    opacity: 1;
    /*background-color: #FF0000;*/
}
.dot7 {
    z-index: 2;
    width: 1%;
    height: auto;
    position: absolute;
    left: 32.5%;
    top: 64.6%;
    opacity: 1;
}
.btn-blue{
  background-color: #0586c8;
  display: flex;
  color: #FFF !important;
  align-items: center;
  height: 48px;
  font-weight: 700 !important;
}
.video-btn{
  width: auto;
  display: inline-flex;
  column-gap: 10px;
  align-items: center;
}
.video-btn > span:nth-child(1){
  width: 110px;
  height: 86px;
  box-sizing: border-box;
  padding: 1px 1px 25px 1px;
  background: url(../images_home_v2/player.png) no-repeat;
  background-size: 100% 100%;
}
.video-btn > span img{
  width: 100%;
  height: auto;
  display: block;
}
.video-btn > span:nth-child(2){
  font-size: 20px;
  color: #000;
  line-height: 24px;
}
.red{
  color: #FF0000 !important;
}
.grad-bg{
  background: rgba(238,241,246,1);
  background: -moz-linear-gradient(top, rgba(238,241,246,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,241,246,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(238,241,246,1) 0%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(238,241,246,1) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(238,241,246,1) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(238,241,246,1) 0%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef1f6', endColorstr='#ffffff', GradientType=0 );
}
.owl-carousel.testo-slider-block .owl-item .customer-love-cols-logo img {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
/*.ban-img{
  max-width: 520px;
  float: right;
}*/
a.navbar-brand img{
  width: 170px !important;
}
.pt-10{
  padding-top: 10px !important;
}
.mt--25{
  margin-top: -25px !important;
}
.font-size-16{
  font-size: 17px !important;
}
.pb-100{
  padding-bottom: 100px !important;
}
.font-size-12{
  font-size: 12px;
}
sup.font-size-12 {
    top: -2em;
}
.font-size-19{
  font-size: 19px !important;
}

.logo-ul-shadow{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.logo-ul-shadow > li{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.logo-ul-shadow > li .automates-slide-inner {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background-color: #FFF;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 0px 18px 1px #eaeaea;
    border-radius: 12px;
    border: #f0f0f0 1px solid;
}
.section-image{
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
}
/*.section-image:before{
  position: absolute;
  content: '';
  background: url(../images/wave.png) no-repeat 100% 0;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
  z-index: -1;
}*/
.section-image{
  position: relative;
  background: url(../images_home_v2/wave.png) no-repeat 100% 0;
  background-size: auto 100%;
  width: 100%;
  height: auto;
}
#vieoModal .modal-dialog {
    max-width: 750px !important;
}
#vieoModal .close{
  position: absolute;
    z-index: 77;
    right: -9px;
    top: -10px;
    opacity: 1;
    background: #FFF;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: block;
}
#iframe-holder{
  position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
#iframe-holder iframe{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.flipster__button{
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.flipster__button i{
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 50% !important;
  box-shadow: 1px 7px 9px #d6e0ff5c !important;
}
.g-img{
  text-align: center;
  margin-bottom: 15px;
}
.g-img img{
  max-width: 250px;
  display: inline-block;
}
.contact-grey{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 25px;
  background-color: #f5f5f5;
}
.contact-grey > div{
  text-align: center;
}
.contact-grey h4{
  font-weight: 700;
}
textarea.form-control#contact_us_comment {
    height: 70px;
}
.screens-section{
  overflow-x: hidden;
}
.footer-end-text b{
  font-weight: 700 !important;
  color: #000 !important;
}
.screen-item{
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 30px 30px 0;
}
.screen-item .screen-img{
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
}
.screen-item .screen-img img{
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
}

.animate-holder:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 70px;
  height: 100%;
  background: rgba(89,174,227, 0.3);
  /*transform: skewX(-30deg);*/
  animation-name: slide;
  animation-duration: 1s;
  animation-timing-function: ease;
  /*animation-delay: .3s;*/
  /*animation-iteration-count: infinite;*/
  animation-direction: alternate;
  background: linear-gradient(
      to right, 
      rgba(89,174,227, 0.13) 0%,
      rgba(89,174,227, 0.13) 77%,
      rgba(89,174,227, 0.5) 92%,
      rgba(89,174,227, 0.0) 100%
    );
}
@keyframes slide {
  0% {
    left: -10%;
    top: 0;
  }
  /*50% {
    left: 20%;
    top: 0px;
  }*/
  100% {
    left: 35%;
    top: 0;
  }
}



.section-image-inner{
  position: relative;
  background: url(../images_home_v2/wave.png) no-repeat 100% 0;
  background-size: contain;
  width: 100%;
  height: auto;
}
.contact-grey.no-bg{
  background-color: transparent !important;
}

.show-sucess-block{
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 1px 7px 9px #d6e0ff5c;
    border: 1px solid #e7ebef;
    background-color: #ffffff;
    border-radius: 10px;
}
.show-sucess-block .sucess-img{
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
}
.show-sucess-block .sucess-img img{
  width: 100%;
  height: auto;
  display: inline-block;
  max-width: 140px;
}
.show-sucess-block .sucess-txt{
  width: 100%;
  display: inline-block;
}
.show-sucess-block .sucess-txt h2{
  margin: 0 0 15px 0;
  color: #000;
  font-style: 24px;
}
.show-sucess-block .sucess-txt p{
  margin: 0;
  color: #000 !important;
  font-style: 16px;
  margin: 0 0 25px 0;
}
.default-ul{
  list-style: disc;
  margin-left: 15px;
}
.default-ol{
  padding: 0;
  margin: 0 0 0 15px;
}
.problem-txt{
  font-style: italic !important;
  font-size: 16px;
  line-height: normal;
}
a.who-card{
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.who-card .who-heading{
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.who-card:hover{
  background-color: #FFF;
}
a.who-card:hover .who-heading{
  color: #59aee3;
}
.faq-section-inner h1{
  margin-bottom: 35px;
}
.faq h4{
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px 0;
}
.faq > div > div{
  margin-bottom: 25px;
}
.feature-inner-pages aside{
  width: 100%;
  height: auto;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 10px;
  background: #f7f4f4;
  border-radius: 6px;
  border: #DDD 1px dashed;
  font-style: italic;
  margin-bottom: 15px;
  color: #000;
  line-height: 22px;
  font-weight: 400;
}
.feature-inner-pages aside b,
.feature-inner-pages aside strong{
  font-weight: 700;
  text-decoration: underline;
  font-style: normal;
}
.feature-inner-pages ul{
  margin-left: 15px;
/*  list-style: disc;*/
}
.feature-inner-pages ul > li:not(.no-disc){
  list-style: disc;
}
.feature-inner-pages h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px 0;
}
.feature-inner-pages sup{
  font-size: 8px;
}
.faq-section-inner h1,
.feature-inner-pages h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 25px 0;
}
.feature-inner-pages b,
.feature-inner-pages strong{
  font-weight: 700 !important;
}
.navbar-light > .container{
  position: relative;
}
/*.main-nav nav .navbar-nav .nav-item{
  position: relative;
}*/
.main-nav nav .navbar-nav .nav-item > ul{
  width: 100%;
  position: absolute;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  left: 0;
  background: #FFF;
  min-width: 640px;
  box-shadow: 0 8px 8px 0px rgb(0 0 0 / 10%);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  visibility: hidden;
  top: 80%;
  transform: rotateX(-75deg);
  transform-origin: 0% 0%;
  /*padding-top: 15px;
  padding-bottom: 15px;*/
  border-top: #ddd 1px solid;

}

.main-nav nav .navbar-nav .nav-item:hover>ul {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
}
.main-nav nav .navbar-nav .nav-item > ul >li{
  width: 25%;
  float: left;
  box-sizing: border-box;
  /*border: #DDD 1px solid;
  margin-left: -1px;*/
  border-right: #ddd 1px solid;

}
.main-nav nav .navbar-nav .nav-item > ul >li a{
  font-size: 14px;
  line-height: normal;
  display: flex;
  box-sizing: border-box;
  padding: 10px 15px;
  align-items: center;
  height: 40px;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0px !important;
}
.main-nav nav .navbar-nav .nav-item > ul >li a:hover{
  background-color: #59aee3;
  color: #FFF !important;
}





.schedule-demo-section .row>[class^=col-] {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FFF;
    border: 1px solid #dedede;
}
.schedule-demo-section .row>.highlight-col{
  background-color: #f6ffdf;
}
.schedule-demo-section .row{
  border-radius: 10px;
  box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.33);
}
.schedule-demo-section .row>.col-lg-4:nth-child(1){
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.schedule-demo-section .row>.col-lg-4:nth-child(3){
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.schedule-demo-section .panel-left{
  width: 100%;
  height: auto;
  display: block;
}
.schedule-demo-section .panel-left h2{
  font-family: 'Arial Narrow';
  font-size: 26px;
  color: #38a1e4;
  font-weight: 400;
  margin: 0 0 5px 0;
}

.schedule-demo-section .panel-left h3{
  font-family: 'Arial Narrow';
  font-size: 20px;
  color: #6a6a6a;
  font-weight: 400;
  margin: 0 0 25px 0;
}
.schedule-demo-section .panel-left h3 strong{
  font-weight: 700 !important;
  color: #000 !important;
}
.schedule-demo-section .panel-left .time-block{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-family: 'Arial Narrow';
  font-size: 26px;
  color: #9298a9;
  font-weight: 400;
  margin: 0 0 12px 0;
}
.schedule-demo-section .panel-left .time-block img{
  width: 30px;
  height: auto;
  display: block;
}
.schedule-demo-section .panel-left .online-block{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-family: 'Arial Narrow';
  font-size: 26px;
  color: #9298a9;
  font-weight: 400;
  margin: 0 0 35px 0;
}
.schedule-demo-section .panel-left .online-block img{
  width: 30px;
  height: auto;
  display: block;
}
.schedule-demo-section .panel-left p{
  font-family: 'Arial Narrow';
  font-size: 16px;
  line-height: 18px;
  color: #383838;
  font-weight: 400;
  margin: 0 0 25px 0;
}
.schedule-demo-section .panel-left .feature-loop-ul > li{
  width: 100%;
  display: flex;
  margin-bottom: 7px;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  font-family: 'Arial Narrow';
  line-height: normal;
  color: #383838;
  font-weight: 700;
}
.schedule-demo-section .panel-left .feature-loop-ul > li:last-child{
  margin: 0;
}
.schedule-demo-section .panel-middle h2{
  font-family: 'Arial Narrow';
  font-size: 20px;
  color: #64666d;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.schedule-demo-section .panel-middle .form-group{
  margin-bottom: 10px;
}
.schedule-demo-section .panel-middle .form-group:last-child{
  margin: 0;
}
.schedule-demo-section .panel-middle .form-group label:not(.custom-checkbox){
  font-family: 'Arial Narrow';
  font-size: 15px;
  color: #64869c;
  font-weight: 600;
  margin: 0 0 4px 0;
}
.schedule-demo-section .panel-middle .form-group .form-control{
  border-radius: 6px !important;
  border: #93afd9 1px solid !important;
  height: 40px !important;
}
.panel-right h2{
  font-family: 'Arial Narrow';
  font-size: 34px;
  line-height: 22px;
  color: #38a1e4;
  font-weight: 600;
  margin: 0 0 25px 0;
}
.panel-right h2 span{
  font-size: 24px;
  color: #000000;
  font-weight: 600;
}
.panel-right-ul li{
  margin-bottom: 20px;
}
.panel-right-ul li:last-child{
  margin: 0;
}
.right-item{
  width: 100%;
  display: flex;
  align-items: center;
}
.right-item .right-img{
  width: 68px;
  display: block;
}
.right-item .right-img img{
  width: 100%;
  height: auto;
  display: block;
}

.right-item .right-txt{
  width: calc(100% - 68px);
  display: block;
  box-sizing: border-box;
  padding-left: 30px;
}
.right-item .right-txt h3{
  font-family: 'Arial Narrow';
  font-size: 20px;
  line-height: 22px;
  color: #1f1f1f;
  font-weight: 400;
  margin: 0 0 5px 0;
}
.right-item .right-txt h3 strong{
  font-weight: 700;
}
.right-item .right-txt p{
  font-family: 'Arial Narrow';
  font-size: 14px;
  line-height: 20px;
  color: #1f1f1f;
  font-weight: 400;
  margin: 0;
}
.schedule-form{
  display: none;
}
.schedule-form.show{
  display: inline-block;
}
.schedule-demo-section .panel-left .time-block .big-txt{
    font-family: 'Arial Narrow';
    font-size: 18px;
    color: #252525;
    font-weight: 400;
}
.date-time-block{
  width: 100%;
  display: flex;
}
.date-time-block .date-holder-block{
  width: 238px;
  display: block;
}
.date-time-block .time-holder-block{
  width: calc(100% - 238px);
  display: block;
  box-sizing: border-box;
  padding-left: 15px;
}
.date-time-block .time-holder-block ul{
  box-sizing: border-box;
  padding: 0 20px;
}
.switch {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.switch .slider {
  width: 100%;
  display: flex;
  height: 33px;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border: none;
  font-family: 'Arial Narrow';
    font-size: 16px;
    color: #0cbec7;
    font-weight: 400;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 0px;
    box-shadow: -1px 0px 5px 0px rgb(0 0 0 / 33%);
    padding: 4px;
}


.switch input:checked + .slider {
  background-color: #0cbec7;
  color: #FFF;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.user-holder{
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 35px;
}
.user-holder ul{
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.user-holder ul > li{
  width: 23%;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
}
.user-src{
  width: 100%;
  margin-bottom: 0;
}


.custom-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-checkbox label {
  position: relative !important;
  cursor: pointer !important;
  width: auto !important;
  display: inline-flex !important;
  margin: 0 !important;
  box-sizing: border-box;
  align-items: center;
}
.custom-checkbox label img{
  width: auto !important;
  display: inline-flex !important;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 5px;
  height: 44px;
  border-radius: 6px;
  background: #FFF;
  border: #88b45a 1px solid;
}
.custom-checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #b3d3c4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 5px;
}

.custom-checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-checkbox.radio label:before{
  border-radius: 50%;
}
.ever-use-block{
  width: 100%;
  display: inline-block;
  padding-top: 15px;
  margin-top: 15px;
  border-top: #c2c2c2 1px solid;
}
.custom-checkbox label.mt-0:before{
  margin-top: 0px;
}
.custom-checkbox input:checked + label.mt-0:after {
    top: 8px;
}
.ever-use-block ul{
  display: flex;
  column-gap: 10px;
}

.schedule-demo-section .panel-right .time-block .big-txt {
    font-family: 'Arial Narrow';
    font-size: 18px;
    color: #252525;
    font-weight: 400;
}
.presently-use-block ul{
  margin-top: 20px;
}
.presently-use-block ul li{
  margin-bottom: 30px;
}
/*.presently-use-block ul li:last-child{
  margin: 0;
}*/
.presently-use-block ul li .custom-checkbox label{
  font-family: 'Arial Narrow';
    font-size: 18px;
    color: #292929;
    font-weight: 400;
}
.schedule-form .btn-primary {
    background: #4987ff;
    border: none;
    padding: 8px 19px;
    /* box-shadow: 2px 7px 11px #ff7f3185; */
    border: solid 1px #1b56be;
    border-radius: 3px;
}
.pt-100{
  padding-top: 100px;
}
.display-flex{
  display: flex;
  column-gap: 20px;
}
.display-flex > div{
  margin: 0 !important;
}
.weight-600{
  font-weight: 600 !important;
}
.date-holder-block .ui-widget.ui-widget-content {
    border: 1px solid #FFF;
}
.date-holder-block .ui-widget-header {
    border: 1px solid #a0fbff;
    background: #a0fbff;
    color: #333333;
    font-weight: bold;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.date-holder-block .date-holder-block .ui-widget-header{
  color: #02af96;
}
.date-holder-block .ui-state-default, 
.date-holder-block .ui-widget-content .ui-state-default {
    border: 1px solid #b6fbeb;
    background: #e6ffed;
    font-weight: normal;
    color: #454545;
    text-align: center;
}
.date-holder-block .ui-state-highlight, 
.date-holder-block .ui-widget-content .ui-state-highlight, 
.date-holder-block .ui-widget-header .ui-state-highlight {
    border: 1px solid #53ede6;
    background: #92fffa;
    color: #80765f;
    text-align: center;
}
.date-holder-block .ui-state-active, 
.date-holder-block .ui-widget-content .ui-state-active{
  border: 1px solid #3cb5af;
    background: #4cd4ce;
    color: #FFF;
    text-align: center;
}
.date-holder-block .ui-datepicker th{
  font-weight: 400;
}
.date-holder-block .ui-datepicker .ui-datepicker-title{
  color: #02af96 !important;
}
.schedule-demo-section #schedule-form-two .panel-middle h2{
  font-size: 18px;
  color: #252525;
  margin-bottom: 15px;
}
.schedule-demo-section .panel-right h4 {
    font-family: 'Arial Narrow';
    font-weight: 600;
    font-size: 18px;
    color: #252525;
    margin-bottom: 15px;
}
.panel-right .presently-use-block ul li {
    margin-bottom: 5px;
}
.panel-right .presently-use-block ul li:last-child{
  margin: 0;
}
.schedule-demo-section .panel-right .ever-use-block h4{
  margin-bottom: 9px;
}
.presently-use-block ul {
    margin-top: 10px;
}
#schedule-form-two .panel-right .ever-use-block{
  margin-bottom: 10px;
}
.thankyou-block{
  text-align: center;
  padding: 65px 0;
}
.thankyou-block h2{
  font-family: 'Arial Narrow';
  font-size: 38px;
  color: #000;
  font-weight: 700;
  margin-bottom: 35px;
}
.thankyou-block p {
    font-family: 'Arial Narrow';
    font-size: 22px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 32px;
}
.lead-management-solution-sec{
  padding: 35px 0;
  background-color: #f3f6fc;
  text-align: center;
}
.lead-management-solution-sec h2 {
    position: relative;
    color: #131313;
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 25px 0;
}
.lead-management-solution-sec .lead-management-solution-txt{
  width: 100%;
  display: inline-block;
  max-width: 890px;
  margin: 0 0 45px 0;
  font-size: 19px;
  line-height: 34px;
  color: #686868;
}
.lead-management-solution-sec .lead-management-solution-txt p{
  font-size: 19px;
  line-height: 34px;
}
.lead-management-solution-sec .lead-management-solution-txt strong{
  font-weight: 700;
  color: #7e7e7e;
}
.lead-management-solution-item{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
  background-color: #FFF;
  box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.34);
  box-sizing: border-box;
  border: #d9d9d9 2px solid;
}
.lead-management-solution-item .txt{
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 15px;
  font-size: 16px;
  line-height: normal;
  color: #FFF;
  font-weight: 600;
  text-align: center;
}
.lead-management-solution-item .img{
  width: 100%;
  display: block;
}
.lead-management-solution-item .img img{
  width: 100%;
  height: auto;
  display: block;
}
.lead-management-solution-sec .color-row > div:nth-child(1) .lead-management-solution-item .txt{
  background-color: #a9a1d1;
}
.lead-management-solution-sec .color-row > div:nth-child(2) .lead-management-solution-item .txt{
  background-color: #bb8f8f;
}
.lead-management-solution-sec .color-row > div:nth-child(3) .lead-management-solution-item .txt{
  background-color: #b4af82;
}
.lead-management-solution-sec .color-row > div:nth-child(4) .lead-management-solution-item .txt{
  background-color: #9fc39b;
}
.lead-management-solution-sec .color-row > div:nth-child(5) .lead-management-solution-item .txt{
  background-color: #91bcb8;
}
.lead-management-solution-sec .color-row > div:nth-child(6) .lead-management-solution-item .txt{
  background-color: #bfad58;
}

.whatsapp-sec{ background-color: #18ba7a;}
.whatsapp-sec .text h2{ font-size: 35px; font-weight: 700;padding-bottom:8px;} 
.whatsapp-sec .text p{ font-size: 18px; font-weight: 500; line-height: 28px; margin-top: 25px;}
.whatsapp-sec .text p span{ font-size: 24px; font-weight: 700;}
.whatsapp-sec .mobile-img{ position: absolute; left: 145px; bottom: -70px;}
.ptb-60{ padding-top: 60px; padding-bottom: 60px;}
.lmsbaba-icon-sec .lmsbaba-icon-text h4{ font-weight: 600; font-size: 15px; color: #404040; margin-top: 10px;}
.ptb-100{ padding-top: 100px; padding-bottom: 100px;}


/*new css add*/
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-130 {
  padding-top: 130px;
}

.pb-130 {
  padding-bottom: 130px;
}
.ptb-40{padding-top: 40px ; padding-bottom: 40px;}
.ptb-80{ padding-top: 80px ; padding-bottom: 80px;}

.view-btn{ background: none;
    border: solid 2px #222;
    padding: 9px 28px;
    color: #222;
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;}
.view-btn i{ font-size: 15px;
    font-weight: 600;
    margin-left: 7px;}


/*----------------------header-section-------------------*/
.border-btn{ padding: 20px 0 !important;}
.border-btn .btn-primary{ color: #fff !important;  padding: 8px 19px !important;}

.dropdown-toggle::after {
 display: none;
}

.mean-menu .nav-link i{font-size: 13px;
    color: #222;
    padding-left: 4px;}
    .caption-banner{     width: 800px;
    display: table;
    z-index: 9;
    position: absolute;
    height: 559px;}



/*
Rimu Navbar Area Style
================================*/
.rimu-nav-style .main-nav {
  position: unset;
  background-color: transparent;
}

.rimu-nav-style .main-nav .navbar {
  padding: 0;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item a {
  font-weight: normal;
  margin-right: 23px;
  text-transform: capitalize;
  color: #333333;
  font-weight: 500;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item a i {
  position: relative;
  left: 5px;
  font-size: 11px;
  font-weight: 700;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item a .flaticon-substract-1 {
  margin-left: -13px;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu {
background: #ffffffed;
    border: 0;
    padding: 36px;

}
.megamenu-icon h5{     font-size: 18px;
    font-weight: 800;
    color: #222;}
.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 6px 15px;
  margin: 0;
  color: #333333;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3a8d00;
  border-radius: 50%;
  right: 0;
  margin: auto;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item a:hover {
    color: #1e1f1d;
    position: relative;

}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item a:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 5px;
  height: 5px;
}
.megamenu-icon p{     color: #5b6880;
    font-size: 15px;
    text-align: justify;
    font-weight: 500;}
.rimu-nav-style .main-nav nav .navbar-nav .nav-item a:focus {
  color: #131313;
  position: relative;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item a:focus::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #3a8d00;
  border-radius: 50%;
  right: 0;
  margin: auto;
}

/*
.rimu-nav-style .main-nav nav .navbar-nav .nav-item a.active {
  color: #3a8d00;
  position: relative;
}
*/

.rimu-nav-style .main-nav nav .navbar-nav .nav-item a.active::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #3a8d00;
  border-radius: 50%;
  right: 0;
  margin: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #3a8d00;
  position: relative;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
  display: none;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #3a8d00;
  position: relative;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  display: none;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
  color: #3a8d00;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #3a8d00 !important;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu.dropdown-style i {
  float: right;
}


.rimu-nav-style .others-option .cart-icon {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 17px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.rimu-nav-style .others-option .cart-icon span {
  color: #ffffff;
}

.rimu-nav-style .others-option .cart-icon:hover {
  color: #ffffff;
}

.rimu-nav-style .others-option .cart-icon span {
  position: absolute;
  top: -4px;
  left: 11px;
  background-color: #3a8d00;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.rimu-nav-style .others-option .sidebar-menu i {
  color: #fe532f;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-left: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*
.rimu-nav-style .others-option .sidebar-menu i:hover {
  background-color: #ffffff;
}
*/

.sidebar-menu img{ width: 65%;}
.rimu-nav-style .search-box-item {
  display: inline-block;
  position: relative;
  margin-left: 35px;
  color: #ffffff;
  cursor: pointer;
  width: 15px;
}

.rimu-nav-style .search-box-item i {
  font-size: 17px;
}

.rimu-nav-style .search-box-item .search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 25px;
}

.rimu-nav-style .search-box-item .search-overlay.search-popup .search-form {
  position: relative;
}

.rimu-nav-style .search-box-item .search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #212529;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 4px;
  padding-left: 10px;
}

.rimu-nav-style .search-box-item .search-overlay.search-popup .search-form .search-input:focus {
  border-color: #3a8d00;
}

.rimu-nav-style .search-box-item .search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: transparent;
  border: none;
  width: 50px;
  outline: 0;
  color: #102a82;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
  cursor: pointer;
}

.rimu-nav-style .search-box-item .search-overlay.search-popup .search-form .search-button:focus {
  color: #3a8d00;
}

.rimu-nav-style .search-box-item .search-btn {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.rimu-nav-style .search-box-item .search-btn:hover {
  color: #ffffff;
}

.rimu-nav-style .search-box-item .search-overlay {
  display: none;
}

.rimu-nav-style .search-box-item .close-btn {
  cursor: pointer;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
}

.rimu-nav-style .search-box-item .close-btn:hover {
  color: #ffffff;
}

.rimu-nav-style .search-box-item .close-btn.active {
  display: block;
}

.rimu-nav-style.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all .5s;
  transition: all .5s;
  max-width: 100%;
  margin-top: 0;
}

.rimu-nav-style.is-sticky .others-option .cart-icon {
  color: #3a8d00;
}

.rimu-nav-style.is-sticky .others-option .cart-icon span {
  color: #ffffff;
}

.rimu-nav-style.is-sticky .others-option .cart-icon span {
  position: absolute;
  top: -4px;
  left: 11px;
  background-color: #3a8d00;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.rimu-nav-style.is-sticky .others-option .sidebar-menu i {
  color: #fe532f;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #3a8d00;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-left: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.rimu-nav-style.is-sticky .others-option .sidebar-menu i:hover {
  background-color: #3a8d00;
}

.rimu-nav-style.is-sticky .search-box-item {
  color: #3a8d00;
}

.rimu-nav-style.is-sticky .search-box-item .search-btn:hover {
  color: #3a8d00;
}

.rimu-nav-style.is-sticky .search-box-item .close-btn {
  color: #3a8d00;
}

.rimu-nav-style.is-sticky .search-box-item .close-btn:hover {
  color: #3a8d00;
}

.dropdown-toggle::after {
  display: none;
}





/*----------------------header-section-------------------*/
/*---------------------banner-----------------------*/
    
.banner-text{
    display: table-cell;
    vertical-align: middle;

    }
.caption-banner .text-sec{position: relative;
    width: 100%;
    z-index: 9;
    background: #f9e6cd59;
    padding: 125px;}
.caption-banner .text-sec h1{ color: #0a0a0a;
    font-size: 50px;
    font-weight: 700;}
.carousel-indicators li{    background-color: rgb(125 121 121 / 50%);}
.carousel-indicators .active {
    background-color: #e97630;
}
.section-title {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center;
}
.section-title h2{    
  position: relative;
    color: #131313;
    font-size: 35px;
    font-weight: 600;
}    
.section-title p{ font-size: 19px;}    
 
/*
.section-title h2:before{    position: absolute;
    content: '';
    background: url(../images/hd-line.png);
    width: 114px;
    height: 4px;
    margin: 0 auto;
    background-repeat: no-repeat;
    top: 65px;
    text-align: center;
    left: 0;
    right: 0;}
*/
/*---------------------banner-----------------------*/
.industri-ar {
    background-size: cover;
    border-radius: 8px;
    box-shadow: 1px 2px 20px #6bb9e640;
    padding: 20px;
    position: relative;
}

.industri-icon {
   position: relative;
    z-index: 99;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.iconbg {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 55px;
    height: 55px;
}

/*
.iconbg:before {
    position: absolute;
    content: '';
    top: 0;
    background: #2AABD2 0% 0% no-repeat padding-box;
    box-shadow: 0px 9px 20px #7DC9FC29;
    border-radius: 25px 49px 23px 27px;
    width: 74px;
    height: 74px;
    opacity: .3;
    left: 0;
}
*/

.iconbg svg {
    text-align: center;
    top: 23px;
    position: relative;
    fill: #29a9d0;
    left: 0px;
}

.industri-text {
    position: relative;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}
.industri-text h3 {
   font-size: 16px;
    font-weight: 700;
    height: 45px;
    color: #222;
}

.industri-ar:hover::before {
    opacity: 0;
}

.industri-ar:before {
    background: #fff;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 3px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.about-text .section-title h2:before{ left: 0;
    right: auto;}
.bg-color{ background: #fafcff;}


.why-li ul li{    color: #5b6880;
    background: #fff;
    font-size: 17px;
    background: #fff;
    padding: 12px;
    border-radius: 4px;
    box-shadow: 1px 1px 40px #c7e3ff47;margin-bottom: 25px;
 }
.why-li ul li span{ margin-left: 20px;}


.cat-box{    text-align: center;
    background: #ffffff;
    padding: 25px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    border:solid 1px #f3f3f3; box-shadow: 1px 1px 15px #bddbff4f;height: 310px;}
.cat-text p{    color: #5b6880;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 500;
}
.cat-text h3{ font-size: 20px;
    font-weight: 700;
    color: #000}

.cat-icon{position: relative;
    margin: 0 auto;
    text-align: center;
    width: 65px;
    height: 65px; margin-top: 20px;}
/*
.cat-box:hover{ background: #fff;
    box-shadow: 1px 1px 30px #bddbff4f;}
*/
.how-it-box{
    /* padding: 15px; */
    width: 100%;
   position: relative;
    margin-bottom: 30px;}

.how-it-box .how-it-icon{ position: absolute;}

.how-it-box .text{    margin-left: 38px;
    background: #fff;
    padding: 20px 10px 20px 40px;
    font-size: 18px;
    color: #111;
    border-radius: 6px;
    box-shadow: 1px 1px 30px #b4d6ff59;
    font-weight: 600;}

.how-it-icon{width: 60px;
    height: 60px;
    margin-top: 5px;}
.footer-bg{ background: #f3f3f3;}
.footer-logo{ width: 100%; text-align: center;}
.footer-logo img{ width: 150px;}
.footer-menu ul li{ display: inline-block; padding: 25px; text-align: center; }

.footer-menu ul li a{ font-size: 16px; color: #222; font-weight: 600;}
.social-menu ul li {
    width: 50px;
    height: 50px;
    padding: 0;
    margin-right: 10px;
}
.social-menu ul li a{ 
  color: #59647b;
  background: #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    padding: 12px;
    box-shadow: 1px 1px 12px #ddd;
    margin-right: 10px;
}
.video-icon{    position: absolute;
    top: 40%;
    left: 45%;}

.video-icon img{ width: 100px; height: 100px;}



/*
Sidebar Menu Style
================================*/
.sidebar-modal {
  position: relative;
}

.sidebar-modal .navbar-nav li a {
  padding: 10px 0px 10px 15px;
}

.sidebar-modal .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 400px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.sidebar-modal .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
  border: none;
  background-color: #ffffff;
}

.sidebar-modal .modal.right .modal-body {
  padding: 30px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget {
  margin-bottom: 35px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
  color: #333333;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 30px;
  height: 2px;
  border-radius: 5px;
  background: #fe532f;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background: #fe532f;
  opacity: 0.1;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget:last-child {
  margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li {
  margin-bottom: 10px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a {
  font-size: 14px;
  color: #5d5b5b;
  font-weight: 600;
  text-transform: capitalize;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a:hover {
  color: #fe532f;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li {
  position: relative;
  font-weight: 700;
  padding-left: 45px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333333;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li span {
  font-size: 15px;
  display: block;
  font-weight: 400;
  color: #818992;
  margin-top: 5px;
  text-transform: initial;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li i {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px dashed #fe532f;
  border-radius: 50%;
  color: #fe532f;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 24px;
  font-size: 29px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li i::before {
  margin-left: 0;
  font-size: 15px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:hover i {
  color: #ffffff;
  border: 1px dashed #fe532f;
  background: #fe532f;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:last-child {
  margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list {
  text-align: left;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li {
  display: inline-block;
  padding-right: 5px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i {
  width: 30px;
  height: 30px;
  border: 1px dashed #868686;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: #868686;
  font-size: 14px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i:hover {
  border: 1px dashed #fe532f;
  color: #fe532f;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li:hover {
  color: #fe532f;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a:hover {
  color: #ffffff;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .instagram li {
  display: inline-block;
  width: 32%;
  margin-bottom: 10px;
  padding-right: 7px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .instagram li pl
a {
  color: #fafafa;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .instagram li:hover {
  color: #3a8d00;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .instagram li:hover a {
  color: #3a8d00;
}

.sidebar-modal .modal.right.fade.show .modal-dialog {
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar-modal .modal.right.fade .modal-dialog {
  left: -320px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar-modal .modal-header {
  display: inline;
  padding: 0;
  border: none;
}

.sidebar-modal .modal-header .close {
  height: 30px;
  width: 30px;
  color: #fe532f;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  opacity: 1;
}

.sidebar-modal .modal-header .close i::before {
  margin-left: 0;
  font-size: 20px;
}

.sidebar-modal .modal-header h2 {
  background-color: #efefef;
  padding: 30px 25px;
}

.sidebar-modal button:focus {
  outline: 0px;
}

/*
Sidebar Menu Style
================================*/






.video-icon .video-button {
  /* Positioning */
   top: 20px;
    right: -59%;
    position: relative;
  z-index: 2; background: none; 
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  
  /* ----- Transformations ----- */
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  
  /* ----- Transitions ----- */
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
}

.video-icon .video-button:hover {
  /* ----- Transformations ----- */
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  
  /* ----- Transitions ----- */
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
}

.video-icon .video-button > i {
  /* Text */
  color: grey;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
  
  /* Make play sign 3d-ish */
  
  /* Positioning */
  position: relative;
  margin-top: 4px;
  margin-left: 6px;
  
  /* ----- Transitions ----- */
  -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -ms-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

.video-icon .video-button:hover > i {
  /* Text */
  color: white;
  
  /* ----- Transitions ----- */
  -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -ms-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
  
  /* When we hover on the button make the play sign white. */
}

#lightbox {
  /* ----- Positioning ----- */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  
  /* The code above makes sure that the
  lightbox covers the entire page*/
  
  /* ----- Visibility ----- */
  display: none;
  
  /* ----- Styling ----- */
  background-color: rgba(0, 0, 0, 0.95);
  
  /* Normally, most lightboxes do not use
  a completely solid black, but with about
  90-95% opacity so that the background is
  somewhat visible */
}

#video-wrapper {
  /* ----- Positioning ----- */
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
  /* The code above makes sure the video is
  both vertically and horizontally centered
  to the screen */
  
  /* ----- Styling ----- */
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  
  /* The code above is used to add a little shadow to the video making blend in better */
}

#close-btn {
  /* ----- Text ----- */
  color: grey;
  font-size: 25px;
  
  /* ----- Positioning ----- */
  position: fixed;
  top: 3%;
  right: 3%;
  z-index: 2;
  
  /* The code above is used to put the button on the upper right corner of the lightbox */
  
  /* ----- Transformations ----- */
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  
   /* The code above is used to initialize the scale for the button so that it can be used in transitions */
  
  /* ----- Transitions ----- */
  -webkit-transition: transform .5s ease, color .5s ease;
  -moz-transition: transform .5s ease, color .5s ease;
  -ms-transition: transform .5s ease, color .5s ease;
  -o-transition: transform .5s ease, color .5s ease;
  transition: transform .5s ease, color .5s ease;
}

#close-btn:hover {
  /* ----- Text ----- */
  color: white;
  
  /* ----- Styling ----- */
  cursor: pointer;
  
  /* ----- Transformations ----- */
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  
    /* ----- Transitions ----- */
  -webkit-transition: transform .5s ease, color .5s ease;
  -moz-transition: transform .5s ease, color .5s ease;
  -ms-transition: transform .5s ease, color .5s ease;
  -o-transition: transform .5s ease, color .5s ease;
  transition: transform .5s ease, color .5s ease;
}

.banner-text{display: table;
    width: 100%;
    height: 525px;
}
.banner-img{
    margin-top:70px;    position: relative;
  }

.banner-img:before{
    position: absolute;
    content: '';
    background: url(../images_home_v2/wave.png);
    width: 100%;
    height: 786px;
    background-size: cover;
    right: -18px;
    top: -161px;
    z-index: -1;
  }
.banner_text_iner{    display: table-cell;
    vertical-align: middle;    padding-left: 60px;
    padding-right: 25px;}
.banner_text_iner h1{  font-size: 45px;
    font-weight: 800;
    color: #111;
    margin-bottom: 20px;}


.banner_text_iner p{ color: #4c5d7e;
    font-size: 18px;
    font-weight: 500; text-align: justify;}
/*
.header-banner:before{    position: absolute;
    background: url(../images/wave.png);
    left: 59%;
    content: '';
    width: 100%;
    height: 769px;
    background-repeat: no-repeat;
    top: -109px;}
*/
.header-banner{ position: relative;}
.banner-btn a{     background: none;
    color: #008ac9;
    border: solid 2px #008ac9;
    font-size: 17px;
    font-weight: 500; }
.logo-img{ margin-bottom: 20px;}



.faq-sec .panel,
.faq-sec .panel-body {
  box-shadow: none;
}

.faq-sec .panel-title {
  margin-bottom: 0;
}

.faq-sec .panel-group .panel-heading a {
     display: block;
    text-decoration: none;
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: 500;
}
.faq-sec .panel-group .panel-heading{ margin-bottom: 0;}
.faq-sec .panel-group .panel-heading a:after {
  content: '-';
  float: right;
        float: right;
    font-size: 42px;
    top: -19px;
    position: relative;
}

.faq-sec .panel-group .panel-heading a.collapsed:after {
  content: '+';    font-size: 28px;
    top: -9px;
    position: absolute; right: 0px;
}

.faq-sec{
       background: #edf0fa;
    padding: 24px 16px;
    border-radius: 4px;
    box-shadow: 1px 7px 9px #d6e0ff5c;
    border: solid 1px #e7ecff;
    margin-bottom: 25px;
}

.faq-sec .panel-body{ 
       margin-top: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #49516f;
    text-align: justify;}


.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
        background: #ff9300;
    border: solid 2px #ef900f;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(249 144 0 / 41%);
}
.logo-sec .col-md-2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;}

.features-box{ margin-bottom: 40px}
.footer-text{    font-size: 15px;
    font-weight: 500;}
.footer-end-text a{     color: #008ac9;
    font-weight: 800;}

.faq-li li{ font-size: 15px; padding: 10px 0; font-weight: 500; }


.pos-r {
    position: relative;
}

.table.price-table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    color: #222;
    font-size: 16px;
    font-weight: 600;}
.table.price-table th{ font-size: 18px; color: #000;}




/*
section{padding: 80px 0;}
.section-title{margin-bottom:50px; position: relative;}
.section-title p{font-size: 16px;}
.title-effect {width: 50px; height: 50px; top: 0; position: absolute; left: 0; opacity: 0.5; animation: rotation 12.8s steps(1) 0s infinite;}
.text-center .title-effect{left: 50%; margin-left: -25px;}
.text-center .section-title h6{padding: 15px 0;}

.title-effect .bar {background: #2575fc;}
.title-effect .bar-top {width: 100%; height: 7px; position: absolute; top: 0; left: 0; transform-origin: left top; transform: scale(0, 1); animation: bar-top 3.2s linear 0s infinite;}
.title-effect .bar-right {width: 7px; height: 100%; position: absolute; top: 0; right: 0; transform-origin: left top; transform: scale(1, 0); animation: bar-right 3.2s linear 0s infinite;}
.title-effect .bar-bottom {width: 100%; height: 7px; position: absolute; right: 0; bottom: 0; transform-origin: right top; transform: scale(0, 1); animation: bar-bottom 3.2s linear 0s infinite;}
.title-effect .bar-left {width: 7px; height: 100%; position: absolute; left: 0; bottom: 0; transform-origin: left bottom; transform: scale(1, 0); animation: bar-left 3.2s linear 0s infinite;}

.title {position: relative; color: #1c1d3e; margin-bottom: 0;}
.section-title h2{margin-bottom: 15px;}
*/


/*--rotation--*/
/*

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bar-top {
  0% {
    transform: scale(0, 1);
  }
  12.5% {
    transform: scale(1, 1);
  }
  87.5% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0, 1);
  }
}
@keyframes bar-right {
  0% {
    transform: scale(1, 0);
  }
  12.5% {
    transform: scale(1, 0);
  }
  25% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(1, 1);
  }
  87.5% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 0);
  }
}
@keyframes bar-bottom {
  0% {
    transform: scale(0, 1);
  }
  25% {
    transform: scale(0, 1);
  }
  37.5% {
    transform: scale(1, 1);
  }
  62.5% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(0, 1);
  }
}
@keyframes bar-left {
  0% {
    transform: scale(1, 0);
  }
  37.5% {
    transform: scale(1, 0);
  }
  50% {
    transform: scale(1, 1);
  }
  62.5% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 0);
  }
}

*/

/* ------------------------
    Price Table
------------------------*/
/*
.price-table{padding: 50px 30px; border-radius: 7px; overflow: hidden; position: relative; background: #ffffff; text-align: center;-webkit-box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
    box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;}
.price-title{text-transform: uppercase; font-weight: 700; color: #1789d0;;}
.price-header{position: relative; z-index: 9;}
.price-value {display: inline-block; width: 100%;}
.price-value h2 {font-size: 60px; line-height: 60px; font-weight: 800; color: #1c1d3e; margin-bottom: 0; position: relative; display: inline-block;}
.price-value h2 span {font-size: 26px; left: -15px; line-height: 24px; margin: 0; position: absolute; top: 10px; color: #5f5f5f; font-weight: normal;}
.price-value span {margin: 15px 0; display: block;}
.price-list ul li {position: relative;
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;}
.price-list ul li:last-child{margin-bottom: 0;}
.dark-bg .price-list ul li{color: rgba(255,255,255,0.8);}
.price-list ul li:last-child{margin-right: 0;}
.price-list li i {color: #2575fc; line-height: 20px; font-size: 20px;}

.price-inside {font-size: 80px; line-height: 80px; position: absolute; left: 85%; top: 50%; transform: translateX(-50%) translateY(-50%) rotate(-90deg); font-weight: 900; color: rgba(0,0,0,0.040);}
.price-table::before {background: #fafaff; content: ""; height: 300px; left: -25%; position: absolute; top: -10%; transform: rotate(-10deg); width: 150%;}
.price-table.active::before{transform: rotate(10deg);}

.price-table.style-2{background: rgba(255,255,255,0.020); box-shadow: none;}
.price-table.style-2::before {background: rgba(255,255,255,0.030); top: 50%; transform: translateY(-50%) rotate(-10deg);}
.price-table.style-2 .price-title{color:#005bea;}
.price-table.style-3.active .price-title{color:#ffffff;}
.price-table.style-2 .price-value h2, .price-table.style-3.active .price-value h2{color: #ffffff;}
.price-table.style-2 .price-list{margin-top: 20px;}
.price-table.style-2.active::before{transform: rotate(0);}
.price-table.style-2 .price-inside{color: rgba(255,255,255,0.040);}
.price-table.style-2 .btn, .price-table.style-3.active .btn{-webkit-box-shadow: 0 10px 20px rgba(255,255,255,0.1);}

.price-table.active{padding: 70px 30px;}
.price-table.style-3.active{background: #2575fc; color: #ffffff;}
.price-table.active .price-value h2 span{color: #ffffff;}
.price-table.style-3:before, .price-table.style-4:before{display: none;}
.price-table.style-3 .price-list{margin-top: 25px;}

.price-table.style-4 .price-list{margin: 25px 0;}
.price-table.style-4 h3{text-transform: capitalize;}

.btn-theme{padding: 12px 25px; font-weight: 500; background: none; color: #1c1d3e; overflow: hidden; border-radius: 7px; border: none; position: relative; z-index: 9; transition: all 0.5s ease-in-out 0s; box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);}
.btn.btn-theme{    background: rgb(0,91,234);
    background: linear-gradient(90deg, #1989ca 0%, rgb(10 138 251) 80%);
    color: #ffffff;}
.btn.btn-theme.focus, .btn.btn-theme:focus{box-shadow: none;}
.btn-theme:hover {transform: translateY(-3px);}
.btn-theme.btn-circle{border-radius: 30px;}
.btn.btn-theme:active{  background:rgb(0 127 201) !important;
    background: linear-gradient(90deg, #1989ca 0%, rgb(10 138 251) 80%);
    color: #ffffff;}
.btn-theme span {display: inline-block; opacity: 0; -webkit-transform: translate3d(10, 10px, 0); -moz-transform: translate3d(10, 10px, 0); -ms-transform: translate3d(10, 10px, 0); -o-transform: translate3d(10, 10px, 0); transform: translate3d(10, 10px, 0);
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);}
 .price-table:hover{-webkit-box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.5); -moz-box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.5); box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.5);}

.btn-theme::before {content: attr(data-text); height: 100%; left: 0; position: absolute; top: 0; transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1) 0s; width: 100%; padding: 12px 0;}
.btn-theme:hover:before {opacity: 0; -webkit-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0);}
.btn-theme:hover span{opacity:1; -webkit-transform:translate3d(0, 0, 0); -moz-transform:translate3d(0, 0, 0); -ms-transform:translate3d(0, 0, 0); -o-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0)}
.btn-theme:hover span:nth-child(1){-webkit-transition-delay:0.01s; -moz-transition-delay:0.01s; -o-transition-delay:0.01s; transition-delay:0.01s}
.btn-theme:hover span:nth-child(2){-webkit-transition-delay:0.05s; -moz-transition-delay:0.05s; -o-transition-delay:0.05s; transition-delay:0.05s}
.btn-theme:hover span:nth-child(3){-webkit-transition-delay:0.1s; -moz-transition-delay:0.1s; -o-transition-delay:0.1s; transition-delay:0.1s}
.btn-theme:hover span:nth-child(4){-webkit-transition-delay:0.15s; -moz-transition-delay:0.15s; -o-transition-delay:0.15s; transition-delay:0.15s}
.btn-theme:hover span:nth-child(5){-webkit-transition-delay:0.2s; -moz-transition-delay:0.2s; -o-transition-delay:0.2s; transition-delay:0.2s}
.btn-theme:hover span:nth-child(6){-webkit-transition-delay:0.25s; -moz-transition-delay:0.25s; -o-transition-delay:0.25s; transition-delay:0.25s}
.btn-theme:hover span:nth-child(7){-webkit-transition-delay:0.3s; -moz-transition-delay:0.3s; -o-transition-delay:0.3s; transition-delay:0.3s}
.btn-theme:hover span:nth-child(8){-webkit-transition-delay:0.35s;-moz-transition-delay:0.35s; -o-transition-delay:0.35s; transition-delay:0.35s}
.btn-theme:hover span:nth-child(9){-webkit-transition-delay:0.4s; -moz-transition-delay:0.4s; -o-transition-delay:0.4s; transition-delay:0.4s}
.btn-theme:hover span:nth-child(10){-webkit-transition-delay:0.45s; -moz-transition-delay:0.45s; -o-transition-delay:0.45s; transition-delay:0.45s}
.btn-theme:hover span:nth-child(11){-webkit-transition-delay:0.5s; -moz-transition-delay:0.5s; -o-transition-delay:0.5s; transition-delay:0.5s}
.btn-theme:hover span:nth-child(12){-webkit-transition-delay:0.55s; -moz-transition-delay:0.55s; -o-transition-delay:0.55s; transition-delay:0.55s}
.btn-theme:hover span:nth-child(13){-webkit-transition-delay:0.6s; -moz-transition-delay:0.6s; -o-transition-delay:0.6s; transition-delay:0.6s}
.btn-theme:hover span:nth-child(14){-webkit-transition-delay:0.65s; -moz-transition-delay:0.65s; -o-transition-delay:0.65s; transition-delay:0.65s}
.btn-theme:hover span:nth-child(15){-webkit-transition-delay:0.7s; -moz-transition-delay:0.7s; -o-transition-delay:0.7s; transition-delay:0.7s}
.btn-theme:hover span:nth-child(16){-webkit-transition-delay:0.75s; -moz-transition-delay:0.75s; -o-transition-delay:0.75s; transition-delay:0.75s}
.btn-theme:hover span:nth-child(17){-webkit-transition-delay:0.8s; -moz-transition-delay:0.8s; -o-transition-delay:0.8s; transition-delay:0.8s}
.btn-theme:hover span:nth-child(18){-webkit-transition-delay:0.85s; -moz-transition-delay:0.85s; -o-transition-delay:0.85s; transition-delay:0.85s}
.btn-theme:hover span:nth-child(19){-webkit-transition-delay:0.95s; -moz-transition-delay:0.95s; -o-transition-delay:0.95s; transition-delay:0.95s}
.btn-theme:hover span:nth-child(20){-webkit-transition-delay:1s; -moz-transition-delay:1s; -o-transition-delay:1s; transition-delay:1s}
*/
.nice-select .list{ width: 100%;}

.contact-popup .modal-dialog {
    max-width: 940px;
}

.contact-popup .modal-body{ padding: 30px;}

.contact-popup label{     font-size: 15px;
    font-weight: 600;
    color: #222;}

.contact-popup .close{ position: absolute;
    right: 42px;
    font-size: 34px;
    top: 25px;
    z-index: 9;}
.footer-last-li{ text-align: right;}

.privacy-title{
  color: #131313;
  font-size: 40px;
  font-weight: 800;
  text-align: left;
  margin: 0 0 25px 0;
}
.full-img{
  width: 100%;
  display: inline-block;
  text-align: center;
}
.full-img img{
  width: 100%;
  max-width: 400px;
  display: inline-block;
}

.btn-primary.full{
  width: 100%;
}

.yellow-bg{
  width: 100%;
  height: auto;
  display: inline-block;
  box-sizing: border-box;
  padding: 15px;
  text-align: center;
  background: #ffdc67;
  border-radius: 10px;
}
.yellow-bg .privacy-title{
  color: #9e8018;
  text-align: center; 
  margin: 0 0 15px 0
}
.full-img.mobile{
  display: none;
}
#book_demo_form label{
  color: #000 !important;
  font-weight: 600;
}




.testimonial .pic{
    width: 220px;
    padding: 20px 0;
    margin: 0;
    float: left;
    position: relative;
    z-index: 1;
}
/*.testimonial .pic:before,
.testimonial .pic:after{
    content: "";
    width: 130px;
    height: 150px;
    background: #ddd;
    position: absolute;
    z-index: -1;
}
.testimonial .pic:before{
    top: 0;
    right: -20px;
}
.testimonial .pic:after{
    bottom: 0;
    left: -20px;
}*/
.testimonial .pic img{
    width: 100%;
    height: 220px;
    border: 2px solid #ddd;
    object-fit: contain;
    border-radius: 50%;
}
.testimonial .testimonial-content{
    width: calc(100% - 220px);
    float: right;
    padding-bottom: 40px;
    box-sizing: border-box;
    padding-left: 30px;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    padding-top: 20px;
    padding-left: 15px;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-left: 15px;
}
.testimonial .description{
    font-size: 16px;
    color: #000;
    padding: 0 15px;
    margin: 0;
    position: relative;
}
.testimonial .description:before,
.testimonial .description:after{
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 17px;
    color: #ddd;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    margin-right: 5px;
    top: 0;
    left: 0;
}
.testimonial .description:after{
    content: "\f10e";
    margin-left: 5px;
    position: relative;
    bottom: 0;
    right: 0;
}
.testo-sec .owl-theme .owl-controls{
    width: calc(100% - 250px);
    margin: 0;
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
}
.testo-sec .owl-theme .owl-controls .owl-buttons div{
    width: 70px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border-radius: 0;
    opacity: 1;
    position: relative;
    padding: 0;
    margin: 0;
}
.testo-sec .owl-prev:before,
.testo-sec .owl-next:before{
    content: "\f177";
    font-family: "fontawesome";
    font-size: 45px;
    font-weight: 900;
    color: #3d3d3d;
    position: absolute;
    top: 0;
    left: 0;
}
.testo-sec .owl-next:before{
    content: "\f178";
}
.testo-sec .owl-next:after{
    content: " / ";
    font-size: 40px;
    color: #3d3d3d;
    position: absolute;
    top: 0;
    left: -22px;
}
.testo-sec .comp-info{
  width: 100%;
  display: flex;
  margin-top: 15px;
}
.testo-sec .comp-info figure{
  width: 70px;
  height: auto;
  float: left;
  margin: 0px;
}
.testo-sec .comp-info figure img{
  width: 100%;
  height: 78px;
  margin: 0px;
  background: #FFF;
  object-fit: contain;
}
.testo-sec .comp-info figcaption{
  width: calc(100% - 70px);
  height: auto;
  float: left;
  margin: 0px;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
.testo-sec .comp-info.biglogo figure{
  width: 160px;
  height: auto;
  float: left;
  margin: 0px;
}
.testo-sec .comp-info.biglogo figcaption{
  width: calc(100% - 160px);
  height: auto;
  float: left;
  margin: 0px;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
.testimonial{
  width: 100%;
  display: inline-block;
}

.client-block{
  width: 100%;
  display: inline-block;
  margin: 35px 0 0 0;
}
.client-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.client-ul>li {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.client-item {
    width: 100%;
    height: auto;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
}
.client-item img {
    max-width: 65%;
    height: 48px;
    margin: 0 auto;
    vertical-align: middle;
    object-fit: contain;
}
@media only screen and (max-width: 990px){
    .testimonial{ 
      text-align: center; 
    }
    .testimonial .pic{
        width: 220px;
        margin: 0 auto;
        float: none;
    }
    /*.testimonial .pic img {
      width: 220px;
      height: 220px;
      border: 2px solid #ddd;
      object-fit: contain;
      border-radius: 50%;
    }*/
    /*.testimonial .pic:before,
    .testimonial .pic:after{
        width: 80px;
        height: 100px;
    }*/
    .testimonial .testimonial-content{
        width: 100%;
        float: none;
        padding: 0px;
    }
    .testimonial .title{
        padding: 15px 0 0 0;
    }
    .testimonial .post{
        padding: 0;
        margin-bottom: 10px;
    }
    .testo-sec .owl-theme .owl-controls{
        width: 100%;
        position: static;
        text-align: center;
    }
    .testo-sec .owl-theme .owl-controls .owl-buttons div{
        height: 50px;
        line-height: 50px;
    }
    .testo-sec .comp-info{
      text-align: left;
    }
    .testo-sec .comp-info{
      display: inline-block;
    }
    .testo-sec .comp-info figure,
    .testo-sec .comp-info.biglogo figure {
      width: 100%;
      height: auto;
      float: none;
      margin: 0 0 10px 0;
  }
  .testo-sec .comp-info figcaption,
  .testo-sec .comp-info.biglogo figcaption{
    width: 100%;
    float: none;
    text-align: center;
  }
}


.logo-loader{
    width: 100%;
    height: auto;
    display: inline-block;
    min-height: 400px;
    position: relative;
}
.logo-loader:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.5) url(../images_home_v2/logo-loader.gif?v=4) no-repeat 50% 50%;
    background-size: 120px auto;
    left: 0px;
    top: 0px;
    border-radius: 10px !important;
}
.logo-loader:before{
    content: '';
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 9999;
    background: rgba(255, 255, 255, 1);
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50% !important;
    -webkit-box-shadow: 0 10px 40px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 10px 40px 0 rgb(0 0 0 / 20%);
}

.footer-end-logo{
  text-align: center;
  margin-top: 10px;
}
.footer-end-logo img {
    width: auto;
    height: 45px;
    display: inline-block;
    image-rendering: -webkit-optimize-contrast;
}
.footer-end-logo span{
  margin: 0 0 5px 0;
  width: 100%;
  display: block;
}

.w-50{
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
}

.mt-30{
  margin-top: 30px !important;
}
.features-box-new{
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  line-height: 38px;
  border: #008ac9 1px solid;
  border-radius: 5px;
  margin-bottom: 15px;
}
.price-table thead tr th{
  line-height: normal !important;
  vertical-align: middle !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.gst{
  width: 100%;
  display: inline-block;
  color: #000;
  text-align: right;
  font-size: 14px;
  margin: 0 0 15px;
}
.section-title.mb-15{
  margin-bottom: 25px !important;
}
.book_demo_form_holder{
  width: 100%;
  display: inline-block;
}
.book_demo_sucess_holder{
  text-align: center;
  padding: 110px 15px;
  box-sizing: border-box;
  width: 100%;
}
.book_demo_sucess_holder h3{
  font-size: 20px;
    color: #008ac9;
    margin: 0px;
    line-height: 28px;
}

.section-bottom-layer {
    padding-bottom: 100px;
}
.section-image {
    background-size: cover;
    background-position: center center;
}
hr.space, hr.space-xs, hr.space-sm, hr.space-md, hr.space-lg {
    border: none;
    clear: both;
    margin: 0;
}
hr.space {
    height: 60px;
}
hr.space-lg {
    height: 100px;
}
/*.light, .light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light p, .light .btn-text, .light .btn-text:hover, .light .btn a, .light .btn:hover, .light .glide__arrow, .light .counter .value span:last-child, .light.counter .value span:last-child, .light .icon-links a i, .social-colors.icon-links-grid i, .icon-links-button a i {
    color: #FFF !important;
}*/
.light p, .btn-border:hover, .media-box-full .caption .extra-field, .media-box-reveal p, .light .accordion-list > li > a, .media-box p {
    color: rgb(236, 245, 251);
}
.btn-sm {
    font-size: 16px;
}
.text-bold, b {
    font-weight: 500 !important;
}
.shadow-1 {
    box-shadow: 0 3px 30px -2px rgba(20,45,100,.25);
}
.btn-circle {
    border-radius: 100px;
}
.btn-sm {
    padding: 10px 30px;
}
.btn-border, body .btn-border {
    background: none;
}
h1 + p + .btn, h1 + p + a {
    margin-top: 45px;
}
.light .btn-border {
    color: rgb(71, 178, 228) !important;
    border-color: rgb(71, 178, 228) !important;
}
span.space, span.space-xs, span.space-sm, span.space-md, span.space-lg {
    display: inline-block;
}
span.space {
    width: 60px;
}
.btn-text.btn-video {
    display: inline-flex;
    padding: 0 0 0 50px;
    position: relative;
    align-items: center;
}
.btn-text {
    font-weight: 500;
    margin-right: 35px;
    position: relative;
}
.ping, .btn-video:before {
    animation: ping 0.8s ease-in infinite both;
}
.btn-video:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -43px;
    background: #FFF;
    z-index: 1;
}
.btn-text.btn-video:before, .icon-circle li:before, .icon-circle span:before, .icon-line li:before, .icon-line span:before, .progress-bar > div > div, .progress-bar > div span, .breadcrumb li a:after, .menu-inner li:before, .counter-big.counter-icon .value span:last-child:before, .cnt-box-team .caption h2:before, .mega-menu .tab-nav a:after, .shop-menu-cnt .cart-count {
    background-color: rgb(71, 178, 228);
}
.btn-video:after, .btn-text, .title h2 .dot, [class^=col-] > h1 .dot, [class^=col-] > h2 .dot, .title h2 .dot, .container > h2 .dot, .container > h1 .dot, .cnt-call h2 .dot, .col h2 .dot, .fixed-area > h2 .dot, header h1 .dot, .accordion-list > li:hover > a, .cnt-box-top-icon > i, .cnt-box-side-icon > i, .btn.btn-border, .cnt-pricing-table .top-area p, .tab-nav li:not(.active):not(:hover) a, .icon-links a i, .media-box-reveal h3, nav:not(.menu-transparent) .lan-menu > li:hover > a, .pagination li:not(.page):not(.disabled) a:hover, .counter .value span.text-md:last-child, .tab-icon.tab-vertical > .tab-nav li.active a i, .tab-icon.tab-vertical > .tab-nav li:hover a i, .tab-vertical > .tab-nav li:hover a, .meta-footer, .form-search > div:before, .cnt-box-side .extra-field, nav .tab-nav li.active a, nav .tab-nav li:hover a, .menu-inner li:hover > a, .menu-inner li.active > a, a, .mega-menu h5, .search-box-menu > i:hover, .mega-menu .icon-list li a:hover, nav.active .menu-btn:before, .text-list-side li div {
    color: rgb(71, 178, 228);
}
.btn-text.btn-video:before {
    top: 50%;
    margin-top: -41px;
    margin-left: -44px;
    height: 80px;
    border-radius: 50%;
    left: 15px;
}
.btn-text.btn-video:after {
    top: -3px;
    left: 14px
}
.btn-video:after {
    content: "\f04b";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 45px;
    top: 0;
    left: 50%;
    margin-left: -24px;
    animation-iteration-count: infinite;
    z-index: 1;
    text-transform: none;
    font-size: 34px;
    text-align: center;
    line-height: 50px;
}
.pulse, .img-pulse:hover img, .btn-video:after {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
}
@keyframes ping {
    0% {
        transform: scale(0.2);
        opacity: 0.8;
    }

    80% {
        transform: scale(1.2);
        opacity: 0;
    }

    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}
@keyframes pulse {
    from {
        transform: scale(1);
        transform-origin: center center;
        animation-timing-function: ease-out;
    }

    10% {
        transform: scale(0.91);
        animation-timing-function: ease-in;
    }

    17% {
        transform: scale(0.98);
        animation-timing-function: ease-out;
    }

    33% {
        transform: scale(0.87);
        animation-timing-function: ease-in;
    }

    45% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}

@keyframes pulse-horizontal {
    16.65% {
        transform: translateX(8px);
    }

    33.3% {
        opacity: 1;
        transform: translateX(-6px);
    }

    49.95% {
        transform: translateX(4px);
    }

    66.6% {
        transform: translateX(-2px);
    }

    83.25% {
        transform: translateX(1px);
    }

    100% {
        transform: translateX(0);
    }
}
.fixed-header-nav{
  width: 100%;
  height: auto;
  display: block;
  left: 0px;
  top: 0px;
  position: fixed;
  z-index: 99;
}
.pt-140{
  padding-top: 140px !important;
}
/*.rimu-nav-style.fixed-header-nav .main-nav nav .navbar-nav .nav-item a {
    color: #FFF !important;
}*/
.border-style .cat-box {
    text-align: center;
    background: #ffffff;
    padding: 15px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    border: 2px solid #e7ebef;
    height: auto !important;
    border-radius: 16px;
    display: flex;
    column-gap: 15px;
    align-items: flex-start;
    box-shadow: 1px 1px 15px #bddbff4f;
}
.border-style .cat-box .cat-icon {
    position: relative;
    margin: 0;
    text-align: center;
    width: 50px;
    height: 50px;
    margin-top: 0px;
}
.grey-bg {
    background-color: #ecf6ff80;
}
.flipster__button {
    opacity: 1;
}
.flipster__button i {
    font-size: 30px;
    color: #222;
    background: #fff;
    box-shadow: 1px 1px 34px #c9c9c980;
    padding: 20px 28px;
}
.flipster__button--next {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}
.flipster__nav {
  display: none;
}
.flip-items li {
  border-radius: 20px;
  overflow: hidden;
}
.flipster__item--future {
  border-radius: 20px;
  overflow: hidden;
}
.flipster__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px !important;
}
.flip-items .flip-img {
  height: 270px;
  box-sizing: border-box;
  background: #008ac9;
  padding: 3px;
  border-radius: 20px !important;
  box-shadow: 0 0.2rem 1.2rem rgb(0 0 0 / 20%);
}
/*.flipster__item--current.flipster__item img{
  border-radius: 0px !important;
}*/
/*.flip-items .flipster__item--current .flip-img {
  background: #FFF;
  padding: 0px;
  border-radius: 0px !important;
  box-shadow: none;
}*/
.flipster__button i {
  font-size: 30px;
  color: #222;
  background: #fff;
  box-shadow: 1px 1px 34px #c9c9c980;
  padding: 20px 28px;
}
.flipster__button {
  opacity: 1;
}
.flipster__button--next {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
.flip-text {
  text-align: center;
  color: #222;
  background: transparent;
  padding: 15px 38px;
}
.announcement-sec {
}
.flipster__item__content .flip-text {
  opacity: 0;
  transition: all 300ms ease-in-out;
}
/*.flipster--carousel
  .flipster__item--current
  .flipster__item__content
  .flip-text {
  opacity: 1;
}*/
.flipster--carousel
  .flipster__item--current
  .flipster__item__content
  .flip-text {
    opacity: 1;
}
/*.automates-slide-inner{
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  background-color: transparent;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.automates-slide-inner img {
    padding: 55px 15px;
    margin: 0 auto;
}*/
/*#automates-carousel.owl-carousel .owl-item:nth-child(even) .automates-slide-inner{
  background-color: #d2edf8;
}*/
.deep-blue-bg {
    /*background: #005482;*/
    background: #59aee3;
}
.workshop-grid {
    position: relative;
    display: grid;
    margin-top: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: -webkit-min-content;
    -ms-grid-rows: min-content;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
}
.who-card {
    display: grid;
    margin-bottom: 0;
    padding: 1px 15px;
    grid-auto-columns: 1fr;
    /*grid-column-gap: 6px;*/
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    grid-template-rows: min-content min-content;
    border: 1px solid #DDD;
    border-radius: 16px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    text-align: left;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    min-height: 60px;
}
.who-card .who-icon {
    display: none;
    width: 30px;
    height: auto;
    justify-content: center;
    align-items: center;
}
.who-card .who-heading {

    margin-bottom: 0;
    font-size: 16px;
    line-height: 140%;
    color: #FFF;
    font-weight: 400 !important;
    text-align: center;
    font-weight: 600;
}
.deep-blue-bg .section-title h2,
.deep-blue-bg .section-title p {
    color: #FFF;
}
.new-faq .faq-sec {
    padding: 20px 15px;
    box-shadow: 1px 7px 9px #d6e0ff5c;
    border: 1px solid #e7ebef;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 25px;
}
.testo-sec .owl-nav {
    width: calc(100% - 250px);
    margin: 0;
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
}
.testo-sec .owl-nav button {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5;
}

.testo-sec .owl-nav button {
    width: 70px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border-radius: 0;
    opacity: 1;
    position: relative;
    padding: 0;
    margin: 0;
}
.testo-sec .owl-nav button span{
  opacity: 0;
}
.testo-sec .owl-nav .owl-next:after {
    content: " / ";
    font-size: 40px;
    color: #3d3d3d;
    position: absolute;
    top: 0;
    left: -22px;
}
.demo{
  position: relative;
}
.over-img{
  width: 555px;
  height: auto;
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.pb-140{
  padding-bottom: 140px !important;
}
.light-blue-bg{
  background-color: #59aee3;
}
.light-blue-bg .section-title h2,
.light-blue-bg .section-title p{
  color: #FFF !important;
}
.row-gap-20{
  grid-row-gap: 20px !important;
}
.mt-20{
  margin-top: 20px !important;
}
.testo-section {
    padding: 40px 0 40px;
}

.testo-block {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: #0F2633;
    border-radius: 27px;
    padding: 45px 65px;
    display: flex;
}

.testo-block .testo-owl {
    width: calc(100% - 294px);
    box-sizing: border-box;
    padding-right: 70px;
    position: relative;
}

.testo-block .testo-user {
    width: 294px;
    position: relative;
}

.testo-block .testo-user .testo-holder {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin-top: -90px;
}

.testo-block .testo-user .testo-holder .testo-child {
    width: 100%;
    height: auto;
    display: none;
    position: relative;
    z-index: 3;
    top: 0px;
    left: 0px;
}

.testo-block .testo-user .testo-holder .testo-child:nth-child(1) {
    display: block;
}

.testo-block .testo-user .testo-holder .testo-child figure {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 30px 0;
    box-sizing: border-box;
}

.testo-block .testo-user .testo-holder .testo-child figure img {
    width: 100%;
    height: 294px;
    display: block;
    object-fit: cover;
    border-radius: 15px;
    box-sizing: border-box;
    border: #DDD 2px solid;
}

.testo-block .testo-user .testo-holder .testo-child figcaption {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    box-sizing: border-box;
    border-left: #f26b35 4px solid;
    padding: 0 0 0 24px;
}

.testo-block .testo-user .testo-holder .testo-child figcaption h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: normal;

    color: #FFFFFF;
    margin: 0 0 10px 0;
}

.testo-block .testo-user .testo-holder .testo-child figcaption p {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    column-gap: 14px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;

    color: #FFFFFF;

    opacity: 0.6;
}

.testo-wapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.testo-wapper .testo-top {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-right: 180px;
    display: block;
}

.testo-logo {
    width: 100%;
    height: 56px;
    align-items: center;
}

.testo-wapper .testo-top img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 300px;
}

.testo-wapper .testo-logo-txt {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-left: 112px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    color: #FFFFFF;
    opacity: 0.8;
    margin-bottom: 25px;
}

.testo-wapper .testo-txt {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 160%;
    color: #FFFFFF;
    opacity: 0.7;
    margin-bottom: 25px;
}

.testo-nav {
    width: 100%;
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 25px;
    /*position: absolute;
    z-index: 3;
    right: 70px;
    top: 0px;*/
}
.testo-section .btn {
    width: auto;
    display: inline-flex;
    border-radius: 7px;
    padding: 4px 34px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    border: transparent 1px solid;
    height: 56px;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.testo-section .btn-border {
    background: transparent !important;
    border-color: #f26b35 !important;
    color: #f26b35;
}
.testo-section  .btn-green {
    background: #f26b35 !important;
    color: #FFFFFF !important;
}
.logo-ul{
  display: flex;
  flex-wrap: wrap;
}
.logo-ul > li{
  width: 20%;
  height: auto;
  box-sizing: border-box;
  border: #EEE 1px solid;
  margin-left: -1px;
  margin-top: -1px;
  position: relative;
}
.logo-ul > li:nth-child(5n){
  border-right: none !important;
}
/*.logo-ul{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.logo-ul > li{
  position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}*/


/*.logo-ul > li:nth-child(even) .automates-slide-inner {
    background-color: #d2edf8;
}*/
.testimonials_c_holder .testimonial_content_inner {
    background: #fff;
    box-sizing: border-box;
    padding: 60px 45px;
    text-align: center;
    border: 1px solid #ebebeb;
}
.testimonials_c_holder .testimonial_content_inner .testimonial_image_holder {
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    margin: 0 0 50px;
    border-radius: 50%;
    margin-bottom: 33px;
    max-width: 100px;
    box-sizing: border-box;
    border: #EEE 1px solid;
}
.testimonials_c_holder .testimonial_content_inner .testimonial_text_holder {
    position: relative;
    display: block;
}
.testimonials_c_holder .testimonial_content_inner .testimonial_text_inner p {
    color: #858585;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}
.testimonials_c_holder .testimonial_content_inner .testimonial_author {
    margin-top: 21px;
    font-size: 13px;
    font-weight: 500;
    font-weight: 300;
    color: #ff7b58;
    font-size: 15px;
}
#sticky_scroller {
    overflow: inherit;
    min-height: auto;
    padding: 0;
}
#sticky_scroller .fix-div {
    height: 100vh;
    max-height: 500px;
    display: flex;
    /*align-items: center;*/
    position: sticky;
    top: 85px;
    /*top: 0%;
    transform: translateY(0%);*/
}
.full-pic{
  width: 100%;
}
/*.full-pic img{
  width: 100%;
  height: auto;
  display: block;
  max-height: 400px;
  object-fit: contain;
}*/
/*#sticky_scroller .col-1 img{
  width: 100%;
  height: 450px;
  object-fit: contain;
}*/
.light .btn.vmore:hover{
  color: rgb(71, 178, 228) !important;
}
.cat-text{
  text-align: left;
  width: calc(100% - 50px);
}
.cat-text p{
  line-height: 20px;
  margin: 0px;
}
.banner-title strong{
  font-weight: 700;
}
.banner-title{
  font-weight: 300;
}
.dark-text{
  color: #1e1f1d !important;
}
.border-style-new .cat-box {
    text-align: center;
    padding: 0;
    margin: 0px;
    transition: all 0.3s ease-in-out;
    border: none;
    height: auto !important;
    border-radius: 0px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: none;
    background-color: transparent !important;
}
.border-style-new .cat-box .cat-icon {
    position: relative;
    margin: 0 0 15px 0;
    text-align: center;
    width: 100%;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.elementor-widget-image-box .elementor-image-box-img img {
    width: 80px;
}
.full-style .cat-text {
    text-align: center;
    width: 100%;
}
.full-style .cat-text h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}
.gutters-5 {
    margin-right: 5px;
    margin-left: 5px;
}
.gutters-5>.col, 
.gutters-5>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.text-bold-lg{
  font-weight: 600 !important;
}
.text-black{
  color: #000 !important;
}


.customer-love-cols {
    box-shadow: 0px 0px 18px 1px #eaeaea;
    padding: 25px 15px 10px;
    border-radius: 30px;
    width: 100%;
    display: inline-block;
    text-align: left;
    background-color: #FFF;
}
.customer-love-cols-logo {
    width: 38%;
    min-height: 50px;
}
.customer-love-cols-logo img{
  width: 100% !important;
  height: 50px !important;
  object-fit: contain !important;
  display: block !important;
}
.owl-carousel.testo-slider-block .owl-item img {
    display: inline;
    width: auto;
    height: auto;
    max-width: 100%;
}
.customer-love-col-head-quote {
    float: left;
    margin-top: 20px;
    width: 8%;
    margin-bottom: 10px;
}
.customer-love-col-head-quote img {
    display: inline;
    width: auto;
    height: auto;
    max-width: 100%;
}
.customer-love-col-main-cont {
    display: inline-block;
    width: 100%;
    min-height: 240px;
}
.customer-love-col-main-cont p {
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    color: #767676;
    text-align: justify;
    margin-top: 0;
}
.customer-love-col-head-cont-main {
    display: flex;
    width: 100%;
    margin-top: 15px;
    align-items: center;
}
.customer-love-col-img {
  width: 44px !important;
    float: left;
    margin-right: 15px;

}
.customer-love-col-img img{
  width: 44px !important;
  height: 44px !important;
  box-sizing: border-box;
  object-fit: cover;
  border: #DDD 1px solid;
  border-radius: 50%;
  display: block !important;
}
.customer-love-col-head-cont {
    float: left;
    margin-top: 8px;
    min-height: 35px;
    width: calc(100% - 49px);
}
.customer-love-col-head-cont h5 {
    color: #313131;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    /*min-height: 35px;*/
}
.customer-love-col-head-cont h6 {
    color: #999898;
    font-weight: 500;
    font-size: 12px;
    margin-top: 4px;
}
.pa-10{
  box-sizing: border-box;
  padding: 10px !important;
}
.fame_bg{
  background-image: url(../images_home_v2/wall-bg.png);
}

.automates-slide-inner{
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  background-color: transparent;
  margin: 0px;
  display: block;
  box-sizing: border-box;
  position: relative;
}
.frame-logo .frame img{
  width: 100%;
  height: auto;
  display: block;
}

/*.automates-slide-inner img:not(.frame-img) {
    padding: 55px 15px;
    margin: 0 auto;
}*/
.automates-slide-inner .frame-logo{
  padding: 0px;
  width: 70%;
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.testo-slider-block.owl-carousel .item{
  box-sizing: border-box;
  padding: 20px !important;
}
.flipster__button{
  z-index: 90 !important;
}
.animate-holder{
  width: 100%;
  position: relative;
}
.sp-logo-1 {
    z-index: 1;
    width: 20%;
    height: auto;
    position: absolute;
    right: 2%;
    top: 16%;
}
.sp-logo-1 > div{
  width: 100%;
  height: auto;
  position: relative;
}
.sp-logo-1 > div > div{
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
}
.dot1 {
    z-index: 2;
    width: 1.2%;
    height: auto;
    position: absolute;
    right: 23%;
    top: 46.4%;
    opacity: 1;
}

.sp-logo-2 {
    z-index: 1;
    width: 16%;
    height: 54%;
    position: absolute;
    right: 41.6%;
    top: 21%;
}
.sp-logo-2 > div{
  width: 100%;
  height: auto;
  position: relative;
}
.sp-logo-2 > div > div{
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
}


.sp-logo-2-b {
    z-index: 3;
    width: 16%;
    height: 55%;
    position: absolute;
    right: 41.6%;
    top: 21%;
}
.sp-logo-2-b > div{
  width: 100%;
  height: 100%;
  position: relative;
}
.sp-logo-2-b > div > div{
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
}
.sp-logo-2-b > div > div.bolt-1{
  width: 34%;
  height: auto;
  left: 39%;
  top: 41%;
  z-index: 8;
}
.sp-logo-2-b > div > div.bolt-1-man{
  width: 34%;
  height: auto;
  left: 39%;
  top: 41%;
  z-index: 9;
}
.sp-logo-2-b > div > div.bolt-2{
  width: 26%;
  height: auto;
  left: 23.2%;
  top: 27%;
  z-index: 7;
}
.dot2 {
    z-index: 2;
    width: 0.9%;
    height: auto;
    position: absolute;
    left: 29.5%;
    top: 30.4%;
    opacity: 1;
}
.dot3 {
    z-index: 2;
    width: 1%;
    height: auto;
    position: absolute;
    left: 17.5%;
    top: 35%;
    opacity: 1;
}
.dot4 {
    z-index: 2;
    width: 1%;
    height: auto;
    position: absolute;
    left: 12%;
    top: 39.4%;
    opacity: 1;
}
.dot5 {
    z-index: 2;
    width: 1%;
    height: auto;
    position: absolute;
    left: 15.2%;
    top: 44%;
    opacity: 1;
}
.dot6 {
    z-index: 2;
    width: 1%;
    height: auto;
    position: absolute;
    left: 23%;
    top: 70.6%;
    opacity: 1;
    /*background-color: #FF0000;*/
}
.dot7 {
    z-index: 2;
    width: 1%;
    height: auto;
    position: absolute;
    left: 32.5%;
    top: 64.6%;
    opacity: 1;
}
.btn-blue{
  background-color: #0586c8;
  display: flex;
  color: #FFF !important;
  align-items: center;
  height: 48px;
  font-weight: 700 !important;
}
.video-btn{
  width: auto;
  display: inline-flex;
  column-gap: 10px;
  align-items: center;
}
.video-btn > span:nth-child(1){
  width: 110px;
  height: 86px;
  box-sizing: border-box;
  padding: 1px 1px 25px 1px;
  background: url(../images_home_v2/player.png) no-repeat;
  background-size: 100% 100%;
}
.video-btn > span img{
  width: 100%;
  height: auto;
  display: block;
}
.video-btn > span:nth-child(2){
  font-size: 20px;
  color: #000;
  line-height: 24px;
}
.red{
  color: #FF0000 !important;
}
.grad-bg{
  background: rgba(238,241,246,1);
  background: -moz-linear-gradient(top, rgba(238,241,246,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,241,246,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(238,241,246,1) 0%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(238,241,246,1) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(238,241,246,1) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(238,241,246,1) 0%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef1f6', endColorstr='#ffffff', GradientType=0 );
}
.owl-carousel.testo-slider-block .owl-item .customer-love-cols-logo img {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
/*.ban-img{
  max-width: 520px;
  float: right;
}*/
a.navbar-brand img{
  width: 170px !important;
}
.pt-10{
  padding-top: 10px !important;
}
.mt--25{
  margin-top: -25px !important;
}
.font-size-16{
  font-size: 17px !important;
}
.pb-100{
  padding-bottom: 100px !important;
}
.font-size-12{
  font-size: 12px;
}
sup.font-size-12 {
    top: -2em;
}
.font-size-19{
  font-size: 19px !important;
}

.logo-ul-shadow{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.logo-ul-shadow > li{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.logo-ul-shadow > li .automates-slide-inner {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background-color: #FFF;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 0px 18px 1px #eaeaea;
    border-radius: 12px;
    border: #f0f0f0 1px solid;
}
.section-image{
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
}
/*.section-image:before{
  position: absolute;
  content: '';
  background: url(../images/wave.png) no-repeat 100% 0;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
  z-index: -1;
}*/
.section-image{
  position: relative;
  background: url(../images_home_v2/wave.png) no-repeat 100% 0;
  background-size: auto 100%;
  width: 100%;
  height: auto;
}
#vieoModal .modal-dialog {
    max-width: 750px !important;
}
#vieoModal .close{
  position: absolute;
    z-index: 77;
    right: -9px;
    top: -10px;
    opacity: 1;
    background: #FFF;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: block;
}
#iframe-holder{
  position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
#iframe-holder iframe{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.flipster__button{
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.flipster__button i{
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 50% !important;
  box-shadow: 1px 7px 9px #d6e0ff5c !important;
}
.g-img{
  text-align: center;
  margin-bottom: 15px;
}
.g-img img{
  max-width: 250px;
  display: inline-block;
}
.contact-grey{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 25px;
  background-color: #f5f5f5;
}
.contact-grey > div{
  text-align: center;
}
.contact-grey h4{
  font-weight: 700;
}
textarea.form-control#contact_us_comment {
    height: 70px;
}
.screens-section{
  overflow-x: hidden;
}
.footer-end-text b{
  font-weight: 700 !important;
  color: #000 !important;
}
.screen-item{
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 30px 30px 0;
}
.screen-item .screen-img{
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
}
.screen-item .screen-img img{
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
}

.animate-holder:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 70px;
  height: 100%;
  background: rgba(89,174,227, 0.3);
  /*transform: skewX(-30deg);*/
  animation-name: slide;
  animation-duration: 1s;
  animation-timing-function: ease;
  /*animation-delay: .3s;*/
  /*animation-iteration-count: infinite;*/
  animation-direction: alternate;
  background: linear-gradient(
      to right, 
      rgba(89,174,227, 0.13) 0%,
      rgba(89,174,227, 0.13) 77%,
      rgba(89,174,227, 0.5) 92%,
      rgba(89,174,227, 0.0) 100%
    );
}
@keyframes slide {
  0% {
    left: -10%;
    top: 0;
  }
  /*50% {
    left: 20%;
    top: 0px;
  }*/
  100% {
    left: 35%;
    top: 0;
  }
}



.section-image-inner{
  position: relative;
  background: url(../images_home_v2/wave.png) no-repeat 100% 0;
  background-size: contain;
  width: 100%;
  height: auto;
}
.contact-grey.no-bg{
  background-color: transparent !important;
}

.show-sucess-block{
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 1px 7px 9px #d6e0ff5c;
    border: 1px solid #e7ebef;
    background-color: #ffffff;
    border-radius: 10px;
}
.show-sucess-block .sucess-img{
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
}
.show-sucess-block .sucess-img img{
  width: 100%;
  height: auto;
  display: inline-block;
  max-width: 140px;
}
.show-sucess-block .sucess-txt{
  width: 100%;
  display: inline-block;
}
.show-sucess-block .sucess-txt h2{
  margin: 0 0 15px 0;
  color: #000;
  font-style: 24px;
}
.show-sucess-block .sucess-txt p{
  margin: 0;
  color: #000 !important;
  font-style: 16px;
  margin: 0 0 25px 0;
}
.default-ul{
  list-style: disc;
  margin-left: 15px;
}
.default-ol{
  padding: 0;
  margin: 0 0 0 15px;
}
.problem-txt{
  font-style: italic !important;
  font-size: 16px;
  line-height: normal;
}
a.who-card{
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.who-card .who-heading{
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.who-card:hover{
  background-color: #FFF;
}
a.who-card:hover .who-heading{
  color: #59aee3;
}
.faq-section-inner h1{
  margin-bottom: 35px;
}
.faq h4{
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px 0;
}
.faq > div > div{
  margin-bottom: 25px;
}
.feature-inner-pages aside{
  width: 100%;
  height: auto;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 10px;
  background: #f7f4f4;
  border-radius: 6px;
  border: #DDD 1px dashed;
  font-style: italic;
  margin-bottom: 15px;
  color: #000;
  line-height: 22px;
  font-weight: 400;
}
.feature-inner-pages aside b,
.feature-inner-pages aside strong{
  font-weight: 700;
  text-decoration: underline;
  font-style: normal;
}
.feature-inner-pages ul{
  margin-left: 15px;
/*  list-style: disc;*/
}
.feature-inner-pages ul > li:not(.no-disc){
  list-style: disc;
}
.feature-inner-pages h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px 0;
}
.feature-inner-pages sup{
  font-size: 8px;
}
.faq-section-inner h1,
.feature-inner-pages h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 25px 0;
}
.feature-inner-pages b,
.feature-inner-pages strong{
  font-weight: 700 !important;
}
.navbar-light > .container{
  position: relative;
}
/*.main-nav nav .navbar-nav .nav-item{
  position: relative;
}*/
.main-nav nav .navbar-nav .nav-item > ul{
  width: 100%;
  position: absolute;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  left: 0;
  background: #FFF;
  min-width: 640px;
  box-shadow: 0 8px 8px 0px rgb(0 0 0 / 10%);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  visibility: hidden;
  top: 80%;
  transform: rotateX(-75deg);
  transform-origin: 0% 0%;
  /*padding-top: 15px;
  padding-bottom: 15px;*/
  border-top: #ddd 1px solid;

}

.main-nav nav .navbar-nav .nav-item:hover>ul {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
}
.main-nav nav .navbar-nav .nav-item > ul >li{
  width: 25%;
  float: left;
  box-sizing: border-box;
  /*border: #DDD 1px solid;
  margin-left: -1px;*/
  border-right: #ddd 1px solid;

}
.main-nav nav .navbar-nav .nav-item > ul >li a{
  font-size: 14px;
  line-height: normal;
  display: flex;
  box-sizing: border-box;
  padding: 10px 15px;
  align-items: center;
  height: 40px;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0px !important;
}
.main-nav nav .navbar-nav .nav-item > ul >li a:hover{
  background-color: #59aee3;
  color: #FFF !important;
}





.schedule-demo-section .row>[class^=col-] {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FFF;
    border: 1px solid #dedede;
}
.schedule-demo-section .row>.highlight-col{
  background-color: #f6ffdf;
}
.schedule-demo-section .row{
  border-radius: 10px;
  box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.33);
}
.schedule-demo-section .row>.col-lg-4:nth-child(1){
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.schedule-demo-section .row>.col-lg-4:nth-child(3){
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.schedule-demo-section .panel-left{
  width: 100%;
  height: auto;
  display: block;
}
.schedule-demo-section .panel-left h2{
  font-family: 'Arial Narrow';
  font-size: 26px;
  color: #38a1e4;
  font-weight: 400;
  margin: 0 0 5px 0;
}

.schedule-demo-section .panel-left h3{
  font-family: 'Arial Narrow';
  font-size: 20px;
  color: #6a6a6a;
  font-weight: 400;
  margin: 0 0 25px 0;
}
.schedule-demo-section .panel-left h3 strong{
  font-weight: 700 !important;
  color: #000 !important;
}
.schedule-demo-section .panel-left .time-block{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-family: 'Arial Narrow';
  font-size: 26px;
  color: #9298a9;
  font-weight: 400;
  margin: 0 0 12px 0;
}
.schedule-demo-section .panel-left .time-block img{
  width: 30px;
  height: auto;
  display: block;
}
.schedule-demo-section .panel-left .online-block{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-family: 'Arial Narrow';
  font-size: 26px;
  color: #9298a9;
  font-weight: 400;
  margin: 0 0 35px 0;
}
.schedule-demo-section .panel-left .online-block img{
  width: 30px;
  height: auto;
  display: block;
}
.schedule-demo-section .panel-left p{
  font-family: 'Arial Narrow';
  font-size: 16px;
  line-height: 18px;
  color: #383838;
  font-weight: 400;
  margin: 0 0 25px 0;
}
.schedule-demo-section .panel-left .feature-loop-ul > li{
  width: 100%;
  display: flex;
  margin-bottom: 7px;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  font-family: 'Arial Narrow';
  line-height: normal;
  color: #383838;
  font-weight: 700;
}
.schedule-demo-section .panel-left .feature-loop-ul > li:last-child{
  margin: 0;
}
.schedule-demo-section .panel-middle h2{
  font-family: 'Arial Narrow';
  font-size: 20px;
  color: #64666d;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.schedule-demo-section .panel-middle .form-group{
  margin-bottom: 10px;
}
.schedule-demo-section .panel-middle .form-group:last-child{
  margin: 0;
}
.schedule-demo-section .panel-middle .form-group label:not(.custom-checkbox){
  font-family: 'Arial Narrow';
  font-size: 15px;
  color: #64869c;
  font-weight: 600;
  margin: 0 0 4px 0;
}
.schedule-demo-section .panel-middle .form-group .form-control{
  border-radius: 6px !important;
  border: #93afd9 1px solid !important;
  height: 40px !important;
}
.panel-right h2{
  font-family: 'Arial Narrow';
  font-size: 34px;
  line-height: 22px;
  color: #38a1e4;
  font-weight: 600;
  margin: 0 0 25px 0;
}
.panel-right h2 span{
  font-size: 24px;
  color: #000000;
  font-weight: 600;
}
.panel-right-ul li{
  margin-bottom: 25px;
}
.panel-right-ul li:last-child{
  margin: 0;
}
.right-item{
  width: 100%;
  display: flex;
  align-items: center;
}
.right-item .right-img{
  width: 68px;
  display: block;
}
.right-item .right-img img{
  width: 100%;
  height: auto;
  display: block;
}

.right-item .right-txt{
  width: calc(100% - 68px);
  display: block;
  box-sizing: border-box;
  padding-left: 30px;
}
.right-item .right-txt h3{
  font-family: 'Arial Narrow';
  font-size: 20px;
  line-height: 22px;
  color: #1f1f1f;
  font-weight: 400;
  margin: 0 0 5px 0;
}
.right-item .right-txt h3 strong{
  font-weight: 700;
}
.right-item .right-txt p{
  font-family: 'Arial Narrow';
  font-size: 14px;
  line-height: 20px;
  color: #1f1f1f;
  font-weight: 400;
  margin: 0;
}
.schedule-form{
  display: none;
}
.schedule-form.show{
  display: inline-block;
}
.schedule-demo-section .panel-left .time-block .big-txt{
    font-family: 'Arial Narrow';
    font-size: 18px;
    color: #252525;
    font-weight: 400;
}
.date-time-block{
  width: 100%;
  display: flex;
}
.date-time-block .date-holder-block{
  width: 238px;
  display: block;
}
.date-time-block .time-holder-block{
  width: calc(100% - 238px);
  display: block;
  box-sizing: border-box;
  padding-left: 15px;
}
.date-time-block .time-holder-block ul{
  box-sizing: border-box;
  padding: 0 20px;
}
.switch {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.switch .slider {
  width: 100%;
  display: flex;
  height: 33px;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border: none;
  font-family: 'Arial Narrow';
    font-size: 16px;
    color: #0cbec7;
    font-weight: 400;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 0px;
    box-shadow: -1px 0px 5px 0px rgb(0 0 0 / 33%);
    padding: 4px;
}


.switch input:checked + .slider {
  background-color: #0cbec7;
  color: #FFF;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.user-holder{
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 35px;
}
.user-holder ul{
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.user-holder ul > li{
  width: 23%;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
}
.user-src{
  width: 100%;
  margin-bottom: 0;
}


.custom-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-checkbox label {
  position: relative !important;
  cursor: pointer !important;
  width: auto !important;
  display: inline-flex !important;
  margin: 0 !important;
  box-sizing: border-box;
  align-items: center;
}
.custom-checkbox label img{
  width: auto !important;
  display: inline-flex !important;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 5px;
  height: 44px;
  border-radius: 6px;
  background: #FFF;
  border: #88b45a 1px solid;
}
.custom-checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #b3d3c4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 5px;
}

.custom-checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-checkbox.radio label:before{
  border-radius: 50%;
}
.ever-use-block{
  width: 100%;
  display: inline-block;
  padding-top: 15px;
  margin-top: 15px;
  border-top: #c2c2c2 1px solid;
}
.custom-checkbox label.mt-0:before{
  margin-top: 0px;
}
.custom-checkbox input:checked + label.mt-0:after {
    top: 8px;
}
.ever-use-block ul{
  display: flex;
  column-gap: 10px;
}

.schedule-demo-section .panel-right .time-block .big-txt {
    font-family: 'Arial Narrow';
    font-size: 18px;
    color: #252525;
    font-weight: 400;
}
.presently-use-block ul{
  margin-top: 20px;
}
.presently-use-block ul li{
  margin-bottom: 30px;
}
/*.presently-use-block ul li:last-child{
  margin: 0;
}*/
.presently-use-block ul li .custom-checkbox label{
  font-family: 'Arial Narrow';
    font-size: 18px;
    color: #292929;
    font-weight: 400;
}
.schedule-form .btn-primary {
    background: #4987ff;
    border: none;
    padding: 8px 19px;
    /* box-shadow: 2px 7px 11px #ff7f3185; */
    border: solid 1px #1b56be;
    border-radius: 3px;
}
.pt-100{
  padding-top: 100px;
}
.display-flex{
  display: flex;
  column-gap: 20px;
}
.display-flex > div{
  margin: 0 !important;
}
.weight-600{
  font-weight: 600 !important;
}
.date-holder-block .ui-widget.ui-widget-content {
    border: 1px solid #FFF;
}
.date-holder-block .ui-widget-header {
    border: 1px solid #a0fbff;
    background: #a0fbff;
    color: #333333;
    font-weight: bold;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.date-holder-block .date-holder-block .ui-widget-header{
  color: #02af96;
}
.date-holder-block .ui-state-default, 
.date-holder-block .ui-widget-content .ui-state-default {
    border: 1px solid #b6fbeb;
    background: #e6ffed;
    font-weight: normal;
    color: #454545;
    text-align: center;
}
.date-holder-block .ui-state-highlight, 
.date-holder-block .ui-widget-content .ui-state-highlight, 
.date-holder-block .ui-widget-header .ui-state-highlight {
    border: 1px solid #53ede6;
    background: #92fffa;
    color: #80765f;
    text-align: center;
}
.date-holder-block .ui-state-active, 
.date-holder-block .ui-widget-content .ui-state-active{
  border: 1px solid #3cb5af;
    background: #4cd4ce;
    color: #FFF;
    text-align: center;
}
.date-holder-block .ui-datepicker th{
  font-weight: 400;
}
.date-holder-block .ui-datepicker .ui-datepicker-title{
  color: #02af96 !important;
}
.schedule-demo-section #schedule-form-two .panel-middle h2{
  font-size: 18px;
  color: #252525;
  margin-bottom: 15px;
}
.schedule-demo-section .panel-right h4 {
    font-family: 'Arial Narrow';
    font-weight: 600;
    font-size: 18px;
    color: #252525;
    margin-bottom: 15px;
}
.panel-right .presently-use-block ul li {
    margin-bottom: 5px;
}
.panel-right .presently-use-block ul li:last-child{
  margin: 0;
}
.schedule-demo-section .panel-right .ever-use-block h4{
  margin-bottom: 9px;
}
.presently-use-block ul {
    margin-top: 10px;
}
#schedule-form-two .panel-right .ever-use-block{
  margin-bottom: 10px;
}
.thankyou-block{
  text-align: center;
  padding: 65px 0;
}
.thankyou-block h2{
  font-family: 'Arial Narrow';
  font-size: 38px;
  color: #000;
  font-weight: 700;
  margin-bottom: 35px;
}
.thankyou-block p {
    font-family: 'Arial Narrow';
    font-size: 22px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 32px;
}
.floating-img{
  width: 100%;
  max-width: 600px;
  display: block;
  float: right;
  margin: 0 0 15px 15px;
}


.faq-section-inner h2 {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    margin: 25px 0 15px;
}


