/*
Theme Name:   Servizio Theme
Theme URI:    http://
Description:  Servizio Theme 
Author:
Author URI:   http://
Template:     twentyseventeen

License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  twenty-seventeen-child
*/

/* GLOBAL CSS */

a:focus {
    outline: none;
    border: none;
}
span.search_btn.btn.search-btn {
    display: none;
}
.header-top marquee, .header-top i {
    display: none;
}
/* HEADER CSS */

i .fa{
    position: absolute;
    left: -14px;
    top: 3px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.switcher .selected>a:before {
    content: "\f0d7";
    color: #000;
    display: block;
    position: absolute;
    right: 26px;
    top: 11px;
    font-size: 120% !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    width: 10px;
}
.lang .switcher .option a {
    padding: 6px;
    background: #fff;
}
.switcher .selected>a.open:before{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.lang .switcher {
    width: 74px;
    margin-left: 8px;
    margin-right: 12px;
}
.head-nav a.main_logo img {
    max-width: 210px;
}
.navigationI button.btn.start-btn a {
    color: #ffffff;
    letter-spacing: .7px;
}
.navigationI button.btn.start-btn {
    width: 100%;
    max-width: 140px;
}
header marquee {
    font-size: 16px;
    font-weight: 500;
}
.marquee_wrap {
    display: inline-flex;
    align-items: center;
}
.marquee_wrap marquee {
    margin-left: 8px;
}
div#mega-menu-wrap-main_menu > ul li a {
    font-weight: 500 !important;
}
header a.main_logo{
    padding-bottom: 0.3125rem;
}
.header-top .covid_marquee a, a.support_wrap{
    color: #F06061;
}
.top_right_header {
    text-align: right;
}
div#google_translate_element .switcher .selected a {
    width: 100px;
}
div#google_translate_element .switcher .selected a, div#google_translate_element .switcher .selected {
    background: transparent!important;
}
.lang div#google_translate_element .selected {
    position: relative;
    z-index: 9999;
    width: 100px;
}
.lang div#google_translate_element .switcher .selected a:after {
    top: -5px;
    right: 15px;
    display: none;
}
.lang div#google_translate_element .switcher .selected a {
    color: #282828;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 2.2;
    border: none;
}
li#mega-menu-item-31 {
    display: none !important;
}
.lang div#google_translate_element .switcher a {
    text-transform: capitalize;
    font-size: 14px;
}
.lang div#google_translate_element .switcher a img {
    margin-right: -2px !important;
    opacity: 1 !important;
    border-radius: 60px;
}
.lang div#google_translate_element .switcher .option {
    position: absolute;
    border: none;
    background: #ffffff;
    padding-top: 5px;
    overflow: visible;
}
.lang div#google_translate_element .switcher .option {
    width: 72px;
}
.signin_signup_wrap a {
    background: #26acda;
    color: white;
    border: 0px;
    border-radius: 8px;
    font-size: 12px;
    margin-left: 5px;
    padding: 9px 10px;
}
.signin_signup_wrap a.signin_wrap{
    background-color: #F06061;
}
.signin_signup_wrap a.signup_wrap{
    background-color: #25ABD9;
}
.support_wrap {
    font-size: 16px;
    text-decoration: underline;
    font-weight: bold;
    line-height: 30px;
}
.covid_marquee a, .covid_marquee marquee {
    font-size: 16px;
}
a.free_trail {
    background-color: #F06061;
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 20px;    
}
.main_nav_wrapper {
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.free_trail_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav_right_bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
a.support_wrap {
    margin-right: 20px;
}
.signin_signup_wrap {
    z-index: 9;
    width: 100%;
    max-width: 130px;
    text-align: right;
}
button.search-btn:hover {
    background: #c8eaf5;
}
span.search_btn i {
    font-size: 16px;
    color: #26acda;
}

.search_btn, .search_btn:hover {
    cursor: pointer;
    color: black;
}
.search_btn {
   border-radius: 50%;
    margin: 0px 15px;
    background: #c8eaf5;
    color: #26acda;
    padding: 0px 10px;
    margin-right: 15px;
    margin-left: 15px;
    z-index: 9;
    line-height: 35px;
}

span.search_btn.btn.search-btn.open {
    background: #ff5a5a;
}
.top_header_wrap{
    position: relative;
}
.slide form {
    height: 0;
}
.slide.open form {
    height: auto;
}
.header-top .lang {
    z-index: 11;
}
.header-top #signup .tml.tml-register{
    align-items: center;
    background: rgba(255,255,255,1);
    height: 0;
    opacity: 0;
    display: none;
    position: absolute;
    transition: all .5s;
    width: 100%;
    will-change: transform, opacity;
    right: 0px;
    border-radius: 10px;
    top: 110%;
}
.logged-in-wrap {
    text-align: center;
    padding-bottom: 10px !important;
}
.logged-in-wrap h6{
    text-align: center;
    padding-bottom: 10px !important;
    font-weight: 500;
    margin: 0;
}
.header-top #signin .tml.tml-login, .header-top #lostpass .tml.tml-lostpassword{
    align-items: center;
    background: rgba(255,255,255,1);
    height: 0;
    display: block;
    justify-content: center;
    opacity: 0;
    position: absolute;
    /*transition: all .5s;*/
    width: 100%;
    will-change: transform, opacity;
    z-index: -1;
    right: 0px;
    border-radius: 10px;
    top: 110%;
}
.header-top #lostpass.open .tml.tml-lostpassword{
    height: auto;
    opacity: 1;
    width: 100% !important;
    z-index: 99999;
    right: 0px;
    top: 45px;
    -webkit-box-shadow: 0px 0px 17px 1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 17px 1px rgb(0 0 0 / 75%);
}
.header-top .tml.tml-lostpassword {
    align-items: center;
    background: rgba(255,255,255,1);
    height: 0;
    display: block;
    justify-content: center;
    opacity: 0;
    position: absolute;
    transition: all .5s;
    width: 100%;
    will-change: transform, opacity;
    z-index: -1;
    right: 0px;
    border-radius: 10px;
}
#search {
    align-items: center;
    background: #f16162;
    display: flex;
    justify-content: center;    
    position: absolute;
    transition: all 1.2s;    
    will-change: transform, opacity;
    z-index: -1;
    right: 11.0%;
    border-radius: 10px;
    top: 25px;
    max-width: 680px;
    width: 0%;
    opacity:0;
}
.header-wrapp button.search-btn:hover{
    background: transparent;
}
#search.open button.search-btn i {
    color: #ffffff;
}
#searchbox {
   background: transparent;
    border: solid #fff;
    border-width: 0 0 1px 0;
    color: #ffffff;
    flex: 1 0 auto;
    font-size: 15px;
    height: 0;
    max-width: 100%;
    outline: 0;
    padding: 26px 15px;
    border: none;
}
.tml-action-dashboard .inner-page.page-contain-sec {
    max-width: 1440px;
    margin: 50px auto;
}
.header-top #signin .close-btn,
.header-top #signup .close-btn,
.header-top #lostpass .close-btn{
    display: none;
    color: #fff;
    font-size: 1.2rem;
    position: absolute;
    top: 0.2rem;
    right: 1.1rem;
}
#search .close-btn {
    display: none;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 8px;
    right: 5px;
}
.text-home-slider h3, .text-home-slider h6 {
    font-family: "Poppins", Sans-serif !important;
}
header input#searchbox::placeholder {
    color: #ffffff;
    font-size: 18px;
}
.tml.tml-register.logged-in-wrap h6 {
    text-align: center;
    font-weight: 500;
    margin: 0;
}
.header-top #searchbox {
    background: transparent;
    border: solid #fff;
    border-width: 0 0 1px 0;
    color: #fff;
    flex: 1 0 auto;
    font-size: 18px;
    height: 1.2rem;
    max-width: 65%;
    outline: 0;
    padding: 1.2rem 1rem;
}
/*.header-wrapp.sticky {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;
    top: 0;
}*/
div#mega-menu-wrap-main_menu ul#mega-menu-main_menu li.mega-menu-item-has-children .mega-indicator:after{
    transition: all .3s;
}
div#mega-menu-wrap-main_menu ul#mega-menu-main_menu li.mega-menu-item-has-children:hover .mega-indicator:after{
    transform: rotate(180deg);
}
header button.search-btn {
    top: 6px;
    right: 20%;
    position: absolute;
    font-size: 1.0em;
    background: no-repeat;
    border: none;
    color: #fff;
    cursor: pointer;
    background: #ff5a5a;
    width: 26px;
    height: 26px;
    padding: 6px;
    line-height: 28px;
}
.login-register-wrap .elementor-tab-title {
    background: #F06061;
}
.ebook-model-wrapper .modal-content {
    top: 200px;
    border-radius: 26px;
    box-shadow: 0px 0px 15px 1px rgb(2 2 2 / 75%);
    text-shadow: 0px 0px 0px rgb(0 0 0 / 23%);
}
.ebook-model-wrapper .row.popup-row-wrapper button.pum-close.popmake-close.close {
    width: 44px !important;
    height: 30px !important;
    font-size: 22px !important;
    line-height: 2px;
    position: absolute;
    top: -15px;
    right: -10px;
    z-index: +999999 !important;
}
.ebook-model-wrapper a.signin_pop {
    color: #F06061;
    text-decoration: underline;
}
.ebook-model-wrapper .popup-row-wrapper h3 {
    font-size: 20px;
}
/*header i.fa.fa-search{
    color: #000;
}*/
.header-top #signup.open .tml.tml-register{
    height: auto;
    width: 100% !important;
    z-index: 9999;
    right: 0px;
    top: 45px;
}
.header-top #signin.open .tml.tml-login{
    height: auto;
    opacity: 1;
    width: 100% !important;
    z-index: 9999;
    right: 0px;
    top: 45px;
    -webkit-box-shadow: 0px 0px 17px 1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 17px 1px rgb(0 0 0 / 75%);
}
div#signup.open .tml.tml-register {
    top: 45px;
}
.header-top .container {
    position: relative;
}

.header-top #signup.open .tml.tml-register {
    z-index: 99;
}
.header-top .tml.tml-register {
    -webkit-box-shadow: 0px 0px 17px 1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 17px 1px rgb(0 0 0 / 75%);
    padding: 15px 35px;
}
.header-top #signin .tml.tml-login, .header-top #lostpass .tml.tml-lostpassword {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 18px !important;
    padding-left: 35px;
    padding-right: 35px;
}
a.logout {
    color: #333333;
    font-size: 16px;
    text-decoration: underline;
}
.header-top #signin .tml.tml-login form label.tml-label {
    text-align: left;
}
button.tml-button:hover, ul.tml-links li:hover{
    background-color: #f16162;
}
button.tml-button {
    display: inherit;
    color: #ffffff;
    background: #25ABD9;
    padding: 7px 30px;
    border-radius: 25px;
    font-weight: normal;
    transition: all .3s;
    font-size: 16px;
}
ul.tml-links li {
    display: inline-block;
    margin-right: 20px;
    background-color: #25ABD9;
    padding: 5px 20px;
    border-radius: 30px;
    transition: all .3s;
}
ul.tml-links {
    margin-bottom: 15px;
}
.header-top .tml .tml-field, .header-top .tml.tml-register form input {
    color: #333333;
    background-color: #fdfafa;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    width: 100%;
    height: 45px;
    padding: 5px 10px 5px 15px;
    box-shadow: none;    
    display: inline-block;
    transition: all 0.3s;
    border: 1px solid #ddd;
}

label.tml-label {
    font-weight: 600;
    font-size: 16px;
}
.tml-field-wrap.tml-indicator-wrap {
    display: none;
}
ul.tml-links li a {
    color: #ffffff;
    font-weight: normal;
    font-size: 16px;
}
.tml .tml-error {
    font-size: 14px;
}
.header-top #signin ul.tml-links, .header-top #lostpass ul.tml-links {
    float: left;
    position: relative;
    bottom: 8px;    
    list-style: none;
    left: 0px;
    width: 100%;
}
.header-top .tml .tml-field, .header-top .tml.tml-register form input {
    padding: 7px 15px;
    border-radius: 50px;
}
.header-top #signin .tml-field-wrap.tml-rememberme-wrap {
    text-align: left;
}
#search.open {
    height: 54px;
    opacity: 1;
    z-index: 9999;
    width: 100%;
}
.header-top .tml.tml-login, .header-top .tml.tml-register, .header-top .tml.tml-lostpassword {
    max-width: 450px;
}
.header-top #signin.open .close-btn,
.header-top #signup.open .close-btn,
.header-top #lostpass.open .close-btn {
    display: block;
    color: #000000;
    font-size: 18px;
    top: 50px;
    z-index: 999999;
}
#search.open .close-btn{
    display: block;
}
div#signin.open, .header-top #signup.open .tml.tml-register{
    opacity: 1;
    display: block;
}
.header-top #signin .tml.tml-login,
.header-top #signup .tml.tml-register{
    top: 0%;
}
/*.header-top .tml.tml-lostpassword {
    display: none;
}*/
.plr-0{
    padding-right: 0;
    padding-left: 0;
}
.header-top .um-form .um-col-121, .um-form .um-col-122 {
    float: left !important;
    width: 46% !important;
    padding-left: 8px;
    padding-right: 8px;
}

#mega-menu-wrap-main_menu li ul.mega-sub-menu {
   /* -webkit-box-shadow: 0px 35px 40px 3px rgb(215 215 215 / 50%) !important;
    -moz-box-shadow: 0px 35px 40px 3px rgb(215 215 215 / 50%) !important;
    box-shadow: 0px 35px 40px 3px rgb(215 215 215 / 50%) !important;*/
    -webkit-box-shadow: 0px 40px 63px -25px rgba(0,0,0,0.3) !important;
    -moz-box-shadow: 0px 40px 63px -25px rgba(0,0,0,0.3) !important;
    box-shadow: 0px 40px 63px -25px rgba(0,0,0,0.3) !important;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px dashed #dddddd;    
    margin: 0 10px;
}
.section-title h2 {
    font-size: 36px;
    font-weight: bold;
}
.section-title {
    text-align: center;
}
.section-title p{
    font-size: 20px;
    letter-spacing: 2px;
}

/* POPUP CSS*/
.popmake-title {
    display: none;
}
.popup-row-wrapper h1 {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Poppins';
    margin-bottom: 0;
}
.popup-row-wrapper h1 i {
    color: #F06061;
    font-style: normal;
}
.popup-row-wrapper h1 span {
    color: #25ABD9;
    font-style: normal;
}
.popup-row-wrapper h3 {
    font-size: 25px;
    font-weight: 600;
    padding-top: 20px;
}
.popup-row-wrapper h4 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 0;
}
.popup-btn-wrap .btn:hover {
    color: #ffffff;
}
button.pum-close.popmake-close {
    background: #F06061 !important;
    font-size: 38px !important;
    width: 60px !important;
    height: 60px !important;
    border: none !important;
    border-radius: 50px !important;
}
.popup-btn-wrap{
    margin-top: 20px;
}
.popup-btn-wrap .btn {
    border-radius: 20px;
    padding: 8px 20px;
    margin-right: 30px;
    font-size: 16px;
}
.row.popup-row-wrapper p {
    color: #000000;
    font-size: 18px;
}
.popup-btn-wrap a.btn.get_started {
    background: #26acda;
    color: #ffffff;
}
/* SLIDER CSS */
html body .home_slider .n2-ss-slider-2.n2-ow {
    border-radius: 25px !important;
}
html body .home_slider .slider_title_wrap h3, html body .home_slider .slider_sub_title_wrap h6,
html body .home_slider .slider_btn_wrap a {
    font-family: Poppins, sans-serif !important;    
}
html body .home_slider .slider_title_wrap h3 {
    font-weight: 600 !important;
}
html body .home_slider .nextend-arrow-text {
    color: #000000 !important;
    font-weight: 500 !important;
    font-family: Poppins, sans-serif !important;
    font-size: 15px !important;
}
html body .home_slider .nextend-arrow-text:hover{
    color: #25ABD9 !important;
    background-color: transparent !important;
}
html body .home_slider .nextend-arrow-previous>div {    
    margin-top: 10px;
    margin-left: 90px;
    position: relative;
}
html body .home_slider .nextend-arrow-next>div {
    margin-top: 10px;
    margin-right: 90px;
    position: relative;
}
html body .home_slider .nextend-arrow-next>div:after {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    right: -22px;
    background-image: url(/wp-content/uploads/2022/07/right-arrows.png);
    top: 6px;
    background-size: 100%;
    display: inline-block;
}
html body .home_slider .nextend-arrow-previous>div:after {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    left: -22px;
    background-image: url(/wp-content/uploads/2022/07/back-arrow.png);
    top: 6px;
    background-size: 100%;
    display: inline-block;
}
h5.quote:after {
    content: "" !important;;
    display: block !important;;
    position: absolute !important;
    width: 40px !important;
    height: 49px !important;
    padding: 5px !important;
    background-image: url(./assets/img/slider-down-aerow.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center center !important;
    right: -16% !important;
    top: -58px !important;
}
.page div#content {
    padding-bottom: 0px !important;
}
/* SECTION SCROLL CSS*/
.bullets-container {
    height: 28% !important;
    top: 28%;
    right: 0px !important;
    width: 12%;
}
.section-bullets li.active a:focus {
    border: none;
    outline: none;
}
html .tooltip-inner {
  background-color: #00acd6 !important;
  top: 0px !important;
  color: #fff;
}
.tooltip-arrow:before{
    /*border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;  
    border-left: 8px solid #00acd6 !important;
    top: -12px !important;*/
    border: none !important;
}
div#content.main-container.front-page{
    position: relative;
}
div#content.main-container.front-page:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #ddd;
    right: 65px;
    top: 0;
}
.icon-box-wrapper .elementor-icon-box-icon {
    margin-left: 8px !important;
}
.icon-box-wrapper .elementor-icon-box-icon i:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    top: -12px;
    left: -12px;
    z-index: -1;
    border-radius: 50px;
    opacity: .25;
}
.green.icon-box-wrapper .elementor-icon-box-icon i:after{
    background: green;
}
.bullets-container {
    display: table;
    position: fixed;
    right: 0;
    height: 100%;
    z-index: 1049;
    font-weight: normal;
}
.section-bullets {
    transition-duration: .1s;
    list-style: none;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}
.section-bullets li {
    display: block;
    text-align: right;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    cursor: pointer;
    margin-bottom: 1px;
}
.section-bullets li a {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    display: inline-block;
    transition-duration: .1s;
    opacity: 0.5;
    padding: 10px 7px 10px 7px;
    text-decoration: none;
    min-height: 11px;
}
.section-bullets li.active a {
    opacity: 1;
}
.section-bullets li.active span.scroll_count,
.section-bullets li:hover span.scroll_count {
    background-color: #25abd940;
}
.section-bullets li span.title {
    margin-right: 25px;
    background: #25ABD9;
    padding: 7px 15px;
    border-radius: 8px;
    color: #ffffff;
    text-transform: capitalize;
}
.section-bullets li.active span.title {

}
/* vertical scroll bar */
.scrollBar {
  position: fixed;
  top: 0;
  right: 65px;
  height: 0%;
  width: 2px;
  background: #25ABD9;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
  text-align: right;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 1em;
  z-index: 99;
}

.scrollBar span {
  position: absolute;
  bottom: 3px;
  left: 2px;
  font-size: 0.7em;
  font-weight: 500;
  display: inline-block;
  text-align: left;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom left;
}

/*.scrollBar span::after {
  content: "%";
  font-size: 0.8em;
  position: absolute;
  right: -15px;
  bottom: 4px;
  font-weight: 700;
  opacity: 0.4;
}*/
.section-bullets li a:before {
    content: ' ';
    width: 0;
    height: 100%;
    background-color: #51617a;
    position: absolute;
    right: 0;
    top: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    transition-duration: .1s;
}
.section-bullets li a span.title:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #25acd9;
    right: -8px;
    top: 7px;
}
.section-bullets li.active span {
    opacity: 1;
    transition-delay: 0.6s;
}
.section-bullets li:hover a {
    opacity: 1;
    border-radius: 0px;
    color: black;
}
ul.section-bullets li:hover span{
    background: #25ABD9;
}
ul.section-bullets li a span {
    color: #000000;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    padding: 13px;
    font-size: 14px;
    line-height: 26px;
}
ul.section-bullets li {
    margin-bottom: 15px;
}

.section-bullets li span {
    position: relative;
    right: 0;
    opacity: 0;
}
.section-bullets li:hover span {
    opacity: 1;
    transition-delay: 0.03s;
}
.section-bullets li span.scroll_count {
    opacity: 1;
}


/* CURSOR POINTER ANIMATION CSS */ 


.cursor {
  width: 3rem;
  height: 3rem;
  background: #F06061;
  border: 3px solid #F06061;
  border-radius: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transform-origin: 100% 100%;
  z-index: 999999;
}

/* PAGES CSS */

.spring-icon .elementor-widget-container {
    background-position: 83% 100% !important;
}
.section_title h2 i, .section_title h1 i, .section_title h3 i, .colored-text i {
    font-style: normal;
    color: #25ABD9;
}
.section_title h2 span, .section_title h1 span, .section_title h3 span, .colored-text span{
    color: #F06061;
}
.colored-text.large i {
    font-size: 26px;
}
.section_title h1 em, .section_title h2 em {
    color: #F06061;
    font-style: normal;
}
.why-choose-img-box h3{
   transition: all .3s; 
} 
.why-choose-img-box:hover h3 {
    color: #25ABD9 !important;    
}
.why-choose-col>div:after {
    position: absolute;
    content: "";
    height: 100%;
    right: 10%;
    top: 0;
    border-right: 1px dashed #dddddd;
}
.why-choose-col:nth-child(3)>div:after {
    border: none;
}
.why-choose-img-box p.elementor-image-box-description {
    padding-right: 60px;
}
#page {
    overflow-x: hidden;
}
.home-contact-wrapper li.elementor-icon-list-item:last-child {
    display: flex;
    align-items: flex-start;
}
.industry-box {
    max-width: 1200px;
    margin: 0 auto;
}
.form-wrapp .wpcf7-response-output {
    color: #ffffff;
}
.home-form-wrapper div.wpforms-container-full .wpforms-form label.wpforms-error {
    display: block;
    color: #dc3232;
}
.industry-box img.swiper-slide-image {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    line-height: 127px;
    background: #25ABD9;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 7%);    
    margin: 10px auto 40px;
    padding: 0px;
}
.subscribe_form_row {
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
}
.subscribe_form_row .subscribe-email input#wpforms-672-field_2 {
    border: 1px solid white;
    background-color: transparent;
    color: white !important;
    height: 58px;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px;
}
.subscribe_form_row .subscribe-email input#wpforms-672-field_2::placeholder {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins';
}
.subscribe_form_row button#wpforms-submit-672 {
    background: white;
    padding: 10px 49px;
    font-size: 20px;
    border-radius: 30px;
    transition: all 0.3s;
    font-weight: normal;
    font-family: 'Poppins';
}
.social_wrapper a.elementor-icon.elementor-social-icon {
    background: #333333 !important;
}
html body .pum-theme-787 .pum-container, html body .pum-theme-lightbox .pum-container {
    border: none;
    padding: 70px 50px 50px 50px;
    border-radius: 28px;
}
html body .pum-theme-787 .pum-title, html body .pum-theme-lightbox .pum-title {
    text-align: center;  
    margin-bottom: 50px;  
}
html body .pum-theme-787 .pum-content,html body  .pum-theme-lightbox .pum-content{
    font-weight: 400;
    color: #333333;
}
html body .pum-theme-787,html body .pum-theme-lightbox {
    background-color: rgba( 0, 0, 0, 0.35 );
}
.scroll-down{
    position: fixed;
    top: 50%;
    transform: rotate(-90deg);
    left: 2%;
    font-style: italic;
    font-size: 25px;
    font-weight: 400;
    z-index: 99;
}
.scroll-down a{color:#333333; font-family: 'Caveat', cursive;}
.scroll-down a{
    position: relative;
    font-size: 20px;
}
.scroll-down a:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    top: 5px;
    left: -30px;
    display: block;
    background: url(/wp-content/uploads/2022/07/back-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(0deg);
    transition: all .2s;
}
.scroll-down.scrollup a:before {
    transform: rotate(180deg);
    left: 95px;
}
nav#cssmenu #head-mobile {
    display: none;
}

/* HEMBUGER MENU CSS */
.mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    background: #F06061;
}
#testimonial-carousel .owl-nav {
    display: none;
}
.spring-icon h1.elementor-heading-title:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background-image: url(/wp-content/uploads/2022/07/aerow-icon.png);
    background-repeat: no-repeat;
    background-position: 85% 100%;
}

/* BLOG PAGE CSS */

.form-horizontal-blog .submit-btn:hover, .recent_posts a.btn.viewall-btn:hover {
    background: #343534;
}
html body .breadcrumb_wrapper {
    display: flex;
    justify-content: center;
    align-content: flex-end;
}
span.breadcrumb-post.bcn-breadcrumb.breadcrumb {
    background: #f16162;
    border-radius: 5px 5px 0px 0px;
    padding: 7px 30px;
    color: #ffffff;
    margin-bottom: 0;
}
span.breadcrumb-post.bcn-breadcrumb.breadcrumb a span, span.current-item {
    font-size: 18px !important;
}
span.breadcrumb-post.bcn-breadcrumb.breadcrumb span {
    color: #ffffff;
    font-size: 16px;
    padding: 0 2px;
}
.blogs_inner_wrapper ul.post-bar.postbar-in li{
    display: inline-block;
    margin-right: 13px;
}
.blogs_inner_wrapper ul.post-bar.postbar-in li span i {
    color: #25ABD9;
}
.blogs_inner_wrapper .post-slide h6 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    font-family: 'Poppins';
}
.blogs_inner_wrapper .post-slide {
    height: 100%;
}
.blogs_inner_wrapper .blog_box_wrap {
    margin-bottom: 60px;
}
.blogs_inner_wrapper .blog_box_wrap .post-slide .post-review {
    padding-bottom: 0 !important;
}
.blogs_inner_wrapper .post-slide .post-description {
    margin-bottom: 15px;
}
.blogs_inner_wrapper .pagination a, .blogs_inner_wrapper .pagination a {
    padding: 8px 12px;
    font-weight: normal;
    margin: 0;
    border-right: 0;
    transition: all .3s;
}
.blogs_inner_wrapper .pagination .wp-pagenavi a:hover,.blogs_inner_wrapper .pagination .wp-pagenavi a.current {
    border-color: #BFBFBF;
}
.blogs_inner_wrapper .pagination .wp-pagenavi a:hover, .blogs_inner_wrapper .pagination .wp-pagenavi a:focus{
    box-shadow: none;
}
.blogs_inner_wrapper .pagination .wp-pagenavi a:focus{
    border-top: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
    border-left: 1px solid #BFBFBF;
}
.blogs_inner_wrapper .pagination a.previouspostslink{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.blogs_inner_wrapper .pagination a.nextpostslink{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.blogs_inner_wrapper .pagination a:last-child{
    border-right: 1px solid #BFBFBF;
}
.blogs_inner_wrapper .pagination a.current {
    background: #f16162;
    color: #ffffff;
    border-top: 1px solid #f16162;
    border-bottom: 1px solid #f16162;
}
.blogs_inner_wrapper .wp-pagenavi a:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.blogs_inner_wrapper .wp-pagenavi a:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.blogs_inner_wrapper .pagination a:hover {
    color: #ffffff !important;
    background: #f16162;
}
.blogs_inner_wrapper .pagination a.previouspostslink, .blogs_inner_wrapper .pagination a.nextpostslink {
    color: #f16162;
}
.blogs_inner_wrapper .pagination {
    text-align: center;
    display: inline-block;
    border: none;
}
.right-colrow.message section {
    padding-bottom: 0;
}
.right-colrow.message section h6, .recent_posts h6{
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins';
    padding: 0;
    margin: 0;
    position: relative;
}
.right-colrow.message section h6:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 100%;
    border-right: 3px solid #f16162;
    left: -12px;
    top: 0px;
}
.recent_posts h6:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 100%;
    border-right: 3px solid #26acda;
    left: -12px;
    top: 0px;
}
.recent_posts .media-body h5 {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Poppins';
}
.recent_posts li.media img {
    height: 65px;
    width: 80px;
    border-radius: 20px;
}
.recent_posts li.media a{
    flex: left;
}
.recent_posts .media-body {
    margin-left: 20px;
    width: 100%;
    max-width: 80%;
    float: right;
}
.recent_posts h6 {
    margin-bottom: 15px;
    display: inline-block;
}
.recent_posts .entry-card {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}

.recent_posts .entry-content {
    background-color: #fff;
    padding: 36px 36px 36px 36px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.recent_posts .entry-content .entry-title a {
    color: #333;
}

.recent_posts .entry-content .entry-title a:hover {
    color: #4782d3;
}

.recent_posts .entry-content .entry-meta span {
    font-size: 12px;
}

.recent_posts .entry-title {
    font-size: .95rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.recent_posts .entry-thumb {
    display: block;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.recent_posts .entry-thumb img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.recent_posts .entry-thumb .thumb-hover {
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(71, 130, 211, 0.85);
    display: block;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 40px;
    line-height: 100px;
    border-radius: 50%;
    margin-top: -50px;
    margin-left: -50px;
    text-align: center;
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.recent_posts .entry-thumb:hover .thumb-hover {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.recent_posts .article-post {
    border-bottom: 1px solid #eee;
    padding-bottom: 70px;
}

.recent_posts .article-post .post-thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

.recent_posts .article-post .post-thumb .post-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 0;
}

.recent_posts .article-post .post-thumb .post-overlay span {
    width: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    transform: translateY(70%);
    -webkit-transform: translateY(70%);
    transition: all .3s;
    -webkit-transition: all .3s;
    height: 100%;
    color: #fff;
}

.recent_posts .article-post .post-thumb:hover .post-overlay {
    opacity: 1;
}

.recent_posts .article-post .post-thumb:hover .post-overlay span {
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
}

.recent_posts .post-content .post-title {
    font-weight: 500;
}

.recent_posts .post-meta {
    padding-top: 15px;
    margin-bottom: 20px;
}

.recent_posts .post-meta li:not(:last-child) {
    margin-right: 10px;
}

.recent_posts .post-meta li a {
    color: #999;
    font-size: 13px;
}

.recent_posts .post-meta li a:hover {
    color: #4782d3;
}

.recent_posts .post-meta li i {
    margin-right: 5px;
}

.recent_posts .post-meta li:after {
    margin-top: -5px;
    content: "/";
    margin-left: 10px;
}

.recent_posts .post-meta li:last-child:after {
    display: none;
}

.recent_posts .post-masonry .masonry-title {
    font-weight: 500;
}

.recent_posts .share-buttons li {
    vertical-align: middle;
}

.recent_posts .share-buttons li a {
    margin-right: 0px;
}

.recent_posts .post-content .fa {
    color: #ddd;
}

.recent_posts .post-content a h2 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 0px;
}

.recent_posts .article-post .owl-carousel {
    margin-bottom: 20px !important;
}

.recent_posts .post-masonry h4 {
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 700;
}
..recent_posts .mb40 {
    margin-bottom: 40px !important;
}
.recent_posts .mb30 {
  margin-bottom: 30px !important;
}
.recent_posts .media-body h5 a {
    color: #333333;
    text-transform: capitalize;
}
.recent_posts .categories li a:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.recent_posts .media img{
    border-radius:10px;
}
.recent_posts .media {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}
.recent_posts .media:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    bottom: -13px;
}
.recent_posts .media-body time, .recent_posts .media-body i {
    font-size: 14px;
}
.recent_posts a.btn.viewall-btn {
    text-decoration: none;
    color: white;
    border: 0px solid #333333;
    border-radius: 30px;
    background-color: #26acda;
    font-weight: 500;
    text-transform: uppercase;
    padding: 9px 35px;
    border-radius: 30px;
    display: block;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    display: inline-block;
}
.recent_posts .media:last-child:after{
    display:none;
}
.recent_posts .media-body span{
    color:#26acda;
}
.form-horizontal-blog .form-group {
    margin: 0 0 30px;
    border: 0px solid #e7e7e7;
    border-radius: 7px;
    background: #f4f4f4;
}
.form-horizontal-blog .input-icon {
    color: #b5b5b5;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    height: 25px;
    width: 25px;
    margin: 0 0 0 4px;
    vertical-align: top;
    display: inline-block;
    float: right;
    position: relative;
    top: 10px;
    right: 5px;
}
.sidebar .elementor-widget-container {
    box-shadow: 0px 1px 18px rgb(0 0 0 / 5%);
    padding: 35px;
    border-radius: 13px;
    margin-bottom: 60px;
}
.form-horizontal-blog .form-group input{
    color: #333333;
    background-color: transparent;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    width: calc(100% - 40px);
    height: 53px;
    padding: 5px 10px 5px 14px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    display: inline-block;
    transition: all 0.3s;
}
.form-horizontal-blog .form-group textarea{
    color: #333333;
    background-color: transparent;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;    
    padding: 15px 10px 5px 14px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    display: inline-block;
    transition: all 0.3s;
}
.form-horizontal-blog p {
    margin-bottom: 0;
    display: inline-flex;
}
.form-horizontal-blog .submit-btn {
    color: #ffffff;
    background-color: #f16162;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 35px;
    border-radius: 20px;
    display: block;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    border-radius: 30px;
    transition: all 0.3s;
}
.wpcf7 form .wpcf7-response-output {
    font-size: 16px;
}
.category_widget ul.wp-block-categories-list.wp-block-categories li {
    margin-bottom: 25px;
    border-radius: 7px;
    background-color: #f4f4f4;
    padding: 0px 0px 0px 20px;
    height: 45px;
    position: relative;
    display: flex;
    align-items: center;
}
.category_widget ul.wp-block-categories-list.wp-block-categories li a {    
    font-size: 16px;
    font-family: 'Poppins';
}
.category_widget ul, .tags_widget p.wp-block-tag-cloud {
    margin-top: 20px;
}
.category_widget ul.wp-block-categories-list.wp-block-categories li span.post_count {
    color: #ffffff;
    background-color: #26acda;
    width: 50px;
    height: 100%;
    border-radius: 0px 7px 7px 0px;
    line-height: 42px;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}
.tags_widget a.tag-cloud-link {
    margin: 6px 18px;
    color: #333333;
    margin-bottom: 10px;
    border-radius: 7px;
    padding-left: 0;
    position: relative;
}
.tags_widget a.tag-cloud-link:hover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -2px;
    background: #26b4e5;
    display: inline-block;
}
.divider-hr {
    max-width: 500px;
    width: 90%;
    margin: 20px auto;
}
.single-page-header {
    padding: 30px 4% 5px;
    text-align: center;
}
.single h1.page-title.inner-page-title.section-heading {
    font-size: 32px;
    text-transform: capitalize;
    letter-spacing: normal;
}
.archive h1.page-title.inner-page-title.section-heading {
    font-size: 36px;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #ffffff;
    font-weight: 600;
}
span.breadcrumb-post span {
    color: #333333;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    padding: 0 3px;
}
span.breadcrumb-post span a span {
    color: #f16162;
}
.single .inner-page-content {
    margin-top: 40px;
}
header.entry-header ul li, .blog_box_wrap .entry-header ul li {
    display: inline-block;
    margin-right: 13px;
    font-size: 14px;
    color: #333333;
    text-transform: capitalize;
    text-align: right;
    font-weight: 500;
    margin-bottom: 3px;
}
.post-thumbnail img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.sidebar {
    padding-left: 40px;
}
header.entry-header ul li i {
    color: #25ABD9;
}
.entry-header.post-review.mypost ul li i {
    color: #25ABD9;
}
.entry-header.post-review.mypost {
    padding: 20px 15px;
}
.entry-header.post-review.mypost .bt-1 {
    text-align: left;
}
.entry-header.post-review.mypost .bt-1 a {
    padding-left: 0px;
}
.entry-header.post-review h6 {
    font-size: 22px;
    font-weight: 600;
}
.entry-header.post-review.mypost {
    padding: 20px 15px 30px 15px;
}
.post-inner.inner-page .blog_box_wrap {
    margin-bottom: 50px;
}
.banner-slider-section {
    background-image: url(/wp-content/uploads/2022/09/About-Us-Banner-Graphics.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
}
.app-platform-tabs-wrapper .elementor-tabs-wrapper {
    padding-top: 40px;
    border-bottom: 1px solid #dfdddd;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
html body .faq_wrapper .sp-easy-accordion a {
    color: #ffffff !important;
}
html body .faq_wrapper .sp-easy-accordion .ea-body {
    color: #333333;
    font-size: 16px;
    line-height: 26px;
}
.faq_wrapper .sp-easy-accordion .sp-ea-single {
    background: #efefef;
    margin-bottom: 20px;
}
.enterpries-section {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.enterpries-section .elementor-image-box-content {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Poppins';
}
.enterpries-section .elementor-image-box-content h5 {
    color: #26acda;
    font-size: 23px;
    text-transform: capitalize;
    letter-spacing: normal;
    font-weight: 500;
    padding-top: 0;
}
.plan-box .elementor-image-box-description {
    background: #d4eef8;
    padding: 8px;
    border-radius: 30px;
    line-height: 40px;
    display: inline-block;
    width: 58px;
    height: 58px;
}
.plans_grid_wrap h5 {
    font-size: 23px;
    text-transform: capitalize;
    letter-spacing: normal;
    font-weight: 500;
    padding-top: 0;
    color: #333333;
    font-family: 'Poppins';
}
.plan_box_col:hover h5.elementor-image-box-title {
    color: #ffffff !important;
}
.plan_box_col:hover .elementor-button-wrapper a {
    color: #26acda !important;
    border: none !important;
    background: #ffffff !important;    
}

/* PRICING PAGE CHECKBOX TOGGLE FOR BILL CYCLE */ 

.onoffbtn{
  width:60px;
  height:26px;
  border-radius:15px;
  background:#cccccc;
  display:block;
  position:relative;
}
.onoffbtn:after{
  position:absolute;
  height:24px;
  width:24px;
  display:block;
  border-radius:50%;
  background:#ffffff;
  top:1px;
  left:0px;
  content:'';
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-align:center;
  line-height:29px;
  color:#fff;
  font-size:12px;
}
.onoffbtn.active:after{
  left:100%;
  margin-left:-25px;
  background:#ffffff;
  content:'';
}
label.onoffbtn.active {
    background: #2196F3;
}
.onoffbtn input[type="checkbox"]{
  opacity:0;
}
.slide_checkbox_wrap {
    text-align: center;
    display: inline-flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 40px;
}
.slide_checkbox_wrap label.onoffbtn {
    margin: 0 15px;
    cursor: pointer;
}
.plans-table .ptsCell {
    background: #ffffff !important;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0px !important;
}
.plans-table .ptsContainer {
    border: 1px solid rgba(0,0,0,.125);
    border-bottom: 0; 
    box-shadow: rgb(0 0 0 / 5%) 0px 1px 18px;
}
.pricing-section{
    background-color: #f7f7f7;
}
.bg-clad{
    background-color: white;
}
.box-pricing{
    position: relative;
    background-color: white;
    border-radius: 13px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 18px;
    padding: 22px 22px 36px 40px;
    font-size: 18px;
    margin-bottom: 30px;
}
.box-pricing:hover {
    transform: translateY(-20px);
}
.box-pricing {
    transition: all .3s;
}
.bg-vo{
    background-color: #f7f7f7;
}

.plan-box:hover a{
    background-color: white;
    color: #26acda;
    border-color: #26acda;
}
.plan-box h5{
    font-size: 18px;
}
.plan-box a{
    text-decoration: none;
    color: #333333;
    border: 1px solid #333333;
    padding: 6px 22px;
    font-size: 16px;
    border-radius: 30px;
}
.price{
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: red;
    right: 22px;
    top: 22px;
    color: white;
    border-radius: 50%;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}
.btn3 a{
text-decoration: none;
    color: #333333;
    border: 1px solid #333333;
    padding: 7px 20px;
    border-radius: 30px;
}
.box-pricing:hover h5{
        color:blue;
}
.box-pricing:hover .btn3 a{
       
        color:white;
}
.sky .price{
 background-color: #26acda;
}
.sky:hover .btn3 a{
 background-color: #26acda;
 border-color: #26acda;
}
.sky:hover h5{
    color:#26acda;
}
.red .price{
 background-color: #f53586;
}
.red:hover .btn3 a{
 background-color: #f53586;
 border-color: #f53586;
}
.red:hover h5{
    color:#f53586;
}
.green .price{
 background-color: #4c9e5f;
}
.green:hover .btn3 a{
 background-color: #4c9e5f;
 border-color: #4c9e5f;
}
.green:hover h5{
    color:#4c9e5f;
}
.yellow .price{
 background-color: #ffb739;
}
.yellow:hover .btn3 a{
 background-color: #ffb739;
 border-color: #ffb739;
}
.yellow:hover h5{
    color:#ffb739;
}
.hgy{
    justify-content: space-between;
}
.box-pricing h5{
    font-size: 20px;
    margin-top: 60px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #333;
}
.box-pricing span{
    display: block;
    margin-top: 11px;
}
.box-pricing p{
   min-height: 100px;
}
.max-width-1200 {
    max-width: 1200px;
    margin: 0 auto;
}
.vision-icon-box .elementor-widget-container {    
    border-radius: 100%;
    height: 270px;
    width: 270px;
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: center;
}
.vision-icon-box.mission .elementor-widget-container{
    background: #26acda;
} 
.vision-icon-box.vision .elementor-widget-container{
    background: #f2574b;
}
.vision-icon-box.values .elementor-widget-container{
    background: #56b15a;
}
.our-team {
    text-align: center;
    transition: all 0.5s ease 0s;
}
.our-team .pic {
    position: relative;
    border-radius: 7px;
}
.our-team .team-content {
    padding: 20px;
}   
.our-team .title {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    text-transform: capitalize;
    margin-bottom: 7px;
}
.our-team:hover {
    box-shadow: 0 15px 10px -10px rgb(0 0 0 / 50%), 0 1px 4px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset;
}
#team-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    top: -60px;
    right: 0;
}
#team-carousel .owl-nav button {
    background: #f2574b !important;
    width: 40px;
    height: 40px;
}
#team-carousel .owl-nav button span {
    color: #ffffff;
    font-size: 38px !important;
    line-height: 30px;
}
#team-carousel .owl-nav button.owl-prev {
    margin-right: 2px;
}
.sm-grid .grid-sm-boxes-in{
    width: 50% !important;
    height: 270px;
}
.page-id-830 .footer_row_wrapper {
    display: none;
}
.connect-social-wrapp {
    position: fixed;
    left: 5px;
    bottom: 1%;
    transition: all 0.3s;
    width: 103px;
    font-family: 'Poppins';
    font-size: 0.90em;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
}
.socialbox {
    transition: all 0.3s;
}
.socialbox ul {
    right: -10px;
    position: relative;
    display: none;
    transition: all 0.3s;
    text-align: center;
    margin: 0px auto;
}
.socialbox ul li {
    list-style-type: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    line-height: 54px;
    margin: 6px 21px;
    transition: all 0.3s;
}
.socialbox ul li a {
    list-style-type: none;
    font-size: 22px;
    text-decoration: none;
    color: white;
    transition: all 0.3s;
}
.instagram {
    background: #DD2A7B;
}
.youtube {
    background: #FF0000;
}
.twitter {
    background: #000000;
    transition: all 0.3s;
}
.socialbox .main-icon img {
    max-width: 60px;
}
.connect-social-wrapp .facebook {
    background: #3b5998;
    transition: all 0.3s;
}
.connect-social-wrapp .linkedin {
    background: #0077B5;
    transition: all 0.3s;
}
.socialbox:hover ul {
    display: block;
    transition: all 0.3s;
}
.socialbox .fa, .socialbox .fas {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 900;
}

/* RESOURCES PAGE CSS */

.resources-img-box .elementor-image-box-img {
    background: #ffffff;
    padding: 30px;    
    border-radius: 100px;
    -webkit-box-shadow: 0px 0px 25px -8px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 25px -8px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 25px -8px rgba(0,0,0,0.15);
}
.resources-img-box .elementor-image-box-wrapper h3, .delivery-software-tabs .elementor-tab-desktop-title{
    transition: all .3s;
}
.resources-img-box .elementor-image-box-wrapper:hover h3 {
    color: #00aca8 !important;
}
.delivery-software-tabs .elementor-tab-desktop-title.elementor-active {
    background: #F7F7F7;
    border-radius: 16px;
}
.delivery-software-tabs .elementor-tab-content {   
    margin-left: 150px;
    border-radius: 20px;
    padding: 0px !important;
}
.delivery-software-tabs .elementor-tab-content img {
    padding: 80px 0px 80px 120px;
}
.delivery-software-tabs .elementor-tab-content:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #26acda;
    top: 0;
    right: auto;
    bottom: 0;
    left: auto;
    width: 100vw;
    z-index: -1;
    border-radius: 20px;
}
html body .app-platform-tabs-wrapper .elementor-tab-desktop-title{
    text-align: center;
    border-radius: 80px;
    padding: 25px 0px;
    background: #f0f0f0;
    transition: all .3s;
    max-width: 280px;
    margin: 0 auto;
}
html body .app-platform-tabs-wrapper .elementor-tab-content {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}

html body .app-platform-tabs-wrapper .elementor-tab-desktop-title.elementor-active {
    background: #25ABD9;   
}
html body .app-platform-tabs-wrapper .elementor-tab-content h5 {
    font-size: 26px;
    text-transform: inherit;
    color: #333333;
    font-weight: 600;
    letter-spacing: normal;
}
html body .app-platform-tabs-wrapper .elementor-tab-content div {
    font-size: 19px;
    margin-bottom: 30px;
    line-height: 30px;
}
html body .app-platform-tabs-wrapper .elementor-tab-content ul li {
    margin-top: 20px;
}
html body .app-platform-tabs-wrapper .elementor-tab-content ul {
    margin-top: 25px;
    padding-left: 28px;
}
html body .app-platform-tabs-wrapper .elementor-tab-content ul li {
    position: relative;
}
html body .app-platform-tabs-wrapper .elementor-tab-content ul li:before {
    position: absolute;
    content: "";
    top: 5px;
    left: -26px;
    width: 16px;
    height: 16px;
    background-image: url(/wp-content/uploads/2022/08/thik.png);
    background-size: cover;
}
html body .app-platform-tabs-wrapper .elementor-tab-desktop-title.elementor-active:before {
    position: absolute;
    content: "";
    width: 0 !important;
    height: 0 !important;
    border-left: 12px solid transparent !important;
    border-right: 12px solid transparent !important;
    border-top: 20px solid #26acda !important;
    bottom: -17px !important;
    left: 47%;
}
.news_posts_grid_wrapper .post-slide {
    background: transparent;
    box-shadow: none;
}
.news_posts_grid_wrapper .post-slide h4 a {
    font-size: 30px;
    line-height: 38px;
    font-family: 'Poppins';
}
.news_posts_grid_wrapper .post-slide h4 {
    padding-right: 150px;
    padding-top: 15px;
}
.news_posts_grid_wrapper p.post-description {
    font-size: 20px;
    margin-top: 22px;
}
.news_posts_grid_wrapper p.post-description span {
    margin-right: 12px;
}
.news_posts_grid_wrapper p.post-description span time{
    position: relative;
}
.news_posts_grid_wrapper p.post-description span time:after {
    position: absolute;
    content: "";
    right: -10px;
    top: 11px;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50px;
}
.news_posts_grid_wrapper .post-img img {
    border-radius: 10px;
}
.row.news_posts_grid_wrapper hr {
    border: 1px solid #26acda;
}
.news-content-box {
    position: relative;
    margin-bottom: 40px;
}
.row.news-content-box img {
    border-radius: 10px;
    height: 150px;
}
.news-section-resources h6 {
    font-size: 21px;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 10px;
    padding-bottom: 14px;
}
.news-section-resources p {
    font-size: 18px;
}
.news-content-box h6 {
    font-size: 28px;
    line-height: 32px;
    font-family: 'Poppins';
    margin-right: 40px;
    padding-top: 0px;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 10px;
    padding-bottom: 14px;
}
a.btn.news.learn-morebtn.slide-btn {
    width: 100%;
    max-width: 150px;
    background: #333333;
}
a.btn.news.learn-morebtn.slide-btn:hover{
    color: #333333;
    background: transparent;
    border: 1px solid #333333;
}

.row-container {
    background-color: #26acda;
    padding: 40px;
    border-radius: 10px;
    color: white;
}
.ebook-content-wrap {
    height: 100%;
    display: table;
    width: 100%;
}
.ebook-content {
    display: table-cell;
    vertical-align: middle;
}
.row.ebook-row.text-center {
    margin-top: 50px;
}
.ebook-row .cont-pdf a {
    display: inline-block;
}
.last-solution-section h3 {
    margin-bottom: 30px;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
}
.ebook-section .pdf-btn {
    background-color: white;   
    margin-top: 30px;
    display: inline-block;
    border: 1px solid black;
}
.ebook-section .pdf-btn:hover {
    background-color: #26acda;
    color: white;
    border-color: #26acda;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 40%);
}
.ebook-section a.read.pdf-btn {
    position: relative;
}
.ebook-section a.read.pdf-btn:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    right: 16px;
    top: 13px;
    background: url(/wp-content/uploads/2022/08/download-pdf.png);
    background-size: cover;
}
.ebook-section a.read.pdf-btn:hover:after{
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2022/08/pdf-hover.png);
    width: 15px;
    height: 15px;
    right: 16px;
    top: 13px;
    background-size: cover;
}
.ebook-section .pdf-btn {
    padding-right: 38px;
}
html body .element-mb-0 {
    margin-bottom: 0px !important;
}
.mission-box-row-wrap .elementor-column>div {
    margin: 50px;
}
.video-testimonial .elementor-wrapper.elementor-open-lightbox img {
    border-radius: 100%;
    width: 230px;
    height: 230px;
    text-align: center;
    margin: 0 auto;
    z-index: 99;
}
.video-testimonial i.fas.fa-play-circle {
    position: absolute;
    background: #ffffff;
    opacity: 1 !important;
    border-radius: 100%;
    line-height: 50px;
    width: 55px;
    left: 70px !important;
    top: 25px;
}
:root {
  --background: transparent;
  --primary: transparent;
  --secondary: transparent;
  --third: transparent;
}

* {
  box-sizing: border-box;
}


.video-testimonial .elementor-wrapper.elementor-open-lightbox>div{
  background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
  animation: morph 8s ease-in-out infinite;
  border-radius: 42% 90% 80% 70% / 30% 80% 30% 80%;
  height: 230px;
  width: 230px;
  transition: all 1s ease-in-out;  
  z-index: 0;
  border: 1px solid #25ABD9;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.video-testimonial .elementor-wrapper.elementor-open-lightbox>div:after {
    background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
    animation: morph 5s ease-in-out infinite;
    border-radius: 30% 70% 60% 30% / 30% 60% 40% 80%;
    height: 235px;
    transition: all 1s ease-in-out;
    width: 235px;
    z-index: -1;
    border: 1px solid #25ABD9;
    position: absolute;
    content: "";
    top: -5px;
    left: 0;
}
@keyframes morph {
  0% {
      border-radius:  60% 40% 30% 70% / 60% 30% 70% 40%;
      background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
  } 
  
  50% {
      border-radius:  30% 60% 70% 40% / 50% 60% 30% 60%;
      background: linear-gradient(45deg, var(--third) 0%, var(--secondary) 100%);
  }
  
  100% {
    border-radius:  60% 40% 30% 70% / 60% 30% 70% 40%;
    background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
  } 
}
.testimonial-member-heading h3.elementor-heading-title {
    display: inline-block;
    background: #ddd;
    padding: 25px 40px;
    transition: .2s all;
    border-radius: 78px 0px 78px;
}
.testimonials-col-wrap p.elementor-image-box-description{
    position: relative;
}
.testimonials-col-wrap:hover p.elementor-image-box-description:before{
    background: url(/wp-content/uploads/2022/09/headingquto.png);
    left: -5px;
    top: -25px;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    background-size: contain; 
}
.testimonials-col-wrap p.elementor-image-box-description:before{
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    background: url(/wp-content/uploads/2022/09/qutogray.png);
    left: -5px;
    top: -25px;
    background-repeat: no-repeat;
}
.testimonials-col-wrap:hover h3 {
    color: #ffffff !important;
    background: #25ABD9 !important;
}
li#mega-menu-item-1894, li#mega-menu-item-35 {
    display: none !important;
}
footer.p-t.footer-section .container {
    display: none;
}
footer.p-t.footer-section {
    padding-top: 0;
}
footer.p-t.footer-section img {
    margin-top: 0;
}
html.translated-ltr .scroll-down a:before {
    left: 105%;
}
html.translated-ltr .bullets-container ul.section-bullets li a font {
    font-size: 12px;
}
html.translated-ltr .section-bullets li span.title {
    margin-right: 15px;
    padding: 7px 8px;
}
html.translated-ltr ul.section-bullets li a span {    
    padding: 12px 15px;
}
html.translated-ltr .contact-title-row .section_title h2 i font{
    display: none;
}
/* RESPONSIVE CSS */

@media (max-width: 991px){
  .nav_right_bar {
        display: inline-block;
    }  
    .row.main_nav_wrapper {
        margin-bottom: 60px;
    }
   .main_nav_wrapper div#mega-menu-wrap-main_menu {
        position: absolute;
        right: 0;
        bottom: -63px;
        width: 100%;
    }
    .footer-section .footer-list {
        margin-bottom: 50px;
    }
    .sidebar {
        padding-left: 13px;
        margin-top: 50px;
    }
    .ebook-row .cont-pdf {
        margin-bottom: 50px;
    }
    .single div#page span.post.post-post.current-item {
        font-size: 14px !important;
        line-height: 18px !important;
    }
}
@media (min-width: 1600px) and (max-width: 1799px){
    .scroll-down {
        left: 0;
    }
}
@media (max-width: 1599px){
    .scroll-down {
        display: none;
    }
    .bullets-container {
        display: none;
    }
    div#content.main-container.front-page:after{
        display: none;
    }
}
@media (min-width: 1400px) and (max-width: 1439px){
    #search{
       right: 11.9%; 
    }
}
@media (min-width: 1400px){
    html body .elementor-section.elementor-section-boxed > .elementor-container{
        max-width: 1440px;
    }
    span.search_btn.btn.search-btn.open {
        padding: 8px 16px;
    }
}
@media (max-width: 1000px){
    .head-nav .container{
        box-shadow: 0px -1px 0px rgb(0 0 0 / 4%);
        margin-top: 20px;
        padding-top: 10px;
    }
    #mega-menu-wrap-main_menu .mega-menu-toggle + #mega-menu-main_menu {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 6px;
        padding-top: 15px;
        padding-bottom: 15px;
        -webkit-box-shadow: 0px 35px 40px 3px rgb(215 215 215 / 50%) !important;
        -moz-box-shadow: 0px 35px 40px 3px rgb(215 215 215 / 50%) !important;
        box-shadow: 0px 35px 40px 3px rgb(215 215 215 / 50%) !important;
    }
    html body .signin_signup_wrap{
        max-width: 13%;
        margin-top: 15px;
        margin-bottom: 10px;
        width: 100%;
    }
    html body .navigation-section {
        width: 55%;
    }
    html body header a.main_logo{
        width: 45%;
        padding: 0;
    }
    .free_trail_wrapper {
        width: 100%;
        max-width: 87%;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .navigationI #search {
        right: 13%;
        top: 78px;
        max-width: 79%;
    }
    .navigationI .search_btn{
        margin-right: 2px;
    }
     header.header-section #mysticky-wrap div#mysticky-nav {
        position: relative;
    }
}
@media (min-width: 992px) and (max-width: 1000px){ 
    .free_trail_wrapper {
        width: 100%;
        max-width: 87%;
    }
    html body .signin_signup_wrap{
        max-width: 13%;
    }
    .news-content-box h6 {
        font-size: 20px;
        line-height: 24px;
    }
    .news_posts_grid_wrapper .post-slide h4 a {
        font-size: 24px;
        line-height: 32px;
    }
    .news_posts_grid_wrapper .post-slide h4 {
        padding-right: 50px;        
    }    
    .news_posts_grid_wrapper p.post-description {
        font-size: 18px;
    }
    .news_posts_grid_wrapper ul .news-content-box p {
        font-size: 16px;
    }
    .row.news-content-box img {
        height: 100px;
    }
}
@media (min-width: 1001px) and (max-width: 1199px){ 
    .signin_signup_wrap {        
        max-width: 110px;        
    }
    .head-nav a.main_logo img {
        max-width: 180px;
    }
    html body #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link{
        padding: 0px 6px 0px 6px;
        font-size: 13px;
    }
    .free_trail_wrapper .search_btn {
        padding: 0px 8px;
        margin-right: 7px;
        margin-left: 7px;       
        line-height: 30px;
    }
    .signin_signup_wrap .sign-up {                        
        font-size: 12px;
        margin-left: 0;
        padding: 9px 6px;
    }
    #search {
        height: 42px;
        max-width: 60%;
    }
    #search.open {
        height: 42px;
    }
    #search{
        right: 14.1%;
        top: 26px;
    }    
    #searchbox{
        padding: 16px 15px;
    }
    span.search_btn.btn.search-btn.open {
        padding: 5px 16px;
    }
    #search .close-btn{
        top: 6px;
    }
    header button.search-btn {
        top: 3px;
    }
    .news-content-box h6 {
        font-size: 20px;
        line-height: 24px;
    }
    .news_posts_grid_wrapper .post-slide h4 a {
        font-size: 24px;
        line-height: 32px;
    }
    .news_posts_grid_wrapper .post-slide h4 {
        padding-right: 50px;        
    }
    .news_posts_grid_wrapper p.post-description {
        font-size: 18px;
    }
    .row.news-content-box img {
        height: 100px;
    }
}
@media (min-width: 1025px) and (max-width: 1199px){
    .core-features-row .elementor-container.elementor-column-gap-default {
        display: block;
    }
    .core-features-row .button-row .elementor-column-gap-default {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
    }
    .core-features-row .core-features-left-col, .core-features-row .core-features-right-col {
        width: 100% !important;
    }
    .resources-img-box .elementor-image-box-img {
        width: 80% !important;
    }
    .delivery-software-tabs .elementor-tab-desktop-title {
        font-size: 20px !important;
        line-height: 26px !important;
    }
}
@media (min-width: 992px) and (max-width: 1399px){
    html body .app-platform-tabs-wrapper .elementor-tab-desktop-title {    
        padding: 15px 10px;
        max-width: 220px;
        font-size: 20px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1399px){
    html body .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1140px;
    }
    .signin_signup_wrap {        
        max-width: 120px;        
    }
    .head-nav a.main_logo img {
        max-width: 200px;
    }
    html body #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link{
        padding: 0px 6px 0px 6px;
        font-size: 14px;
    }
    .serviceBox .title, .overlay-box .title {
        font-size: 15px;
    }
    html body .spring-icon h1.elementor-heading-title:after{
        background-position: 100% 100%;
    }
    #search{
        right: 12%;
        top: 29px;
        height: 44px;
    }  
    #search.open {
        height: 44px
    }
}
@media (max-width: 991px){
   html body .signin_signup_wrap{
        max-width: 17%;
    }
    .free_trail_wrapper {
        max-width: 83%;
    } 
    .form-horizontal.form4 input, .form-horizontal.form4 select.wpcf7-form-control.wpcf7-select, .form-horizontal.form4 label{
        font-size: 13px;
    }
    .form-horizontal.form4 .row:nth-child(3) .col {
        flex: auto;
    }    
}


@media (min-width: 992px) and (max-width: 1199px){
    html body .elementor-section.elementor-section-boxed > .elementor-container{
        max-width: 960px;
    }
    .core-features-right-col{
        margin-top: 40px;
    }
    .button-row .left-btn {
        width: 17% !important;
    }
    html body .spring-icon h1.elementor-heading-title:after{
        background-position: 100% 100%;
    }
}
@media (min-width: 768px){
    .left-img-col {
        padding-right: 40px;
    }
    .row.popup-row-wrapper {
        display: flex;
        align-items: center;
    }
} 
@media (min-width: 768px) and (max-width: 991px){
    html body .elementor-section.elementor-section-boxed > .elementor-container{
        max-width: 720px;
    }
    .core-features-right-col{
        margin-top: 40px;
    }
    .slider-left-column {
        width: 75% !important;
    }
    .slider_play_btn_wrap.slider-right-column {
        width: 25% !important;
    }
    .why-choose-img-box p.elementor-image-box-description {
        padding-right: 0;
    }
    .vision-icon-box .elementor-widget-container {        
        height: 200px;
        width: 200px;
    }
    .navigationI #search {
        right: 18.8% !important;
        max-width: 75%;
        top: 99px !important;
    }
    #search, #search.open{
        height: 42px;
    }
    #search .close-btn {
        top: 5px;
        right: 12px;
    }
    .delivery-software-tabs .elementor-tab-content {
        margin-left: 50px;
    }
    .delivery-software-tabs .elementor-tab-content img {
        padding: 40px 0px 40px 40px;
    }
    .elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
        display: flex;
        align-items: center;
    }
    html body .app-platform-tabs-wrapper .elementor-tab-desktop-title {    
        padding: 15px 8px;
        max-width: 165px;
        font-size: 15px !important;
    }
    .news-content-box h6 {
        font-size: 20px;
        line-height: 24px;
    }
    .news_posts_grid_wrapper .post-slide h4 a {
        font-size: 24px;
        line-height: 32px;
    }
    .news_posts_grid_wrapper .post-slide h4 {
        padding-right: 50px;        
    }
    .news_posts_grid_wrapper p.post-description {
        font-size: 18px;
    }
    .row.news-content-box img {
        height: 100px;
    }
    .news_posts_grid_wrapper ul .news-content-box p {
        font-size: 14px;
    }
    .news-content-box h6 {
        margin-right: 0px;
    }
    .row.news-content-box img {
        height: 100px;
    }
}
@media (max-width: 991px){
    .header-top .d-flex.align-items-center.justify-content-lg-end.justify-content-md-end {        
        justify-content: flex-end;
    }
    html body .spring-icon h1.elementor-heading-title{
        padding: 0 50px;
    }
    html body .spring-icon h1.elementor-heading-title:after{
        background-position: 100% 100%;
    }
}
@media (max-width: 767px){
     html body header a.main_logo {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    html body .why-choose-col>div:after {
        position: absolute;
        content: "";
        height: 100%;
        right: auto;
        top: 30px;
        border-right: 0px;
        border-bottom: 1px dashed #dddddd;
        width: 100%;
        max-width: 92%;
        left: auto;
    }
    html body .header-top .d-flex.align-items-center.justify-content-lg-end.justify-content-md-end {
        justify-content: space-between;
    }
    .header-top button.tml-button {
        font-size: 15px;
        padding: 12px 30px;
    }
    .slider-left-column {
        width: 100% !important;
    }
    .slider_play_btn_wrap.slider-right-column {
        width: 100% !important;
    }
    .slider-btn-row-wrap>div>div {
        flex-wrap: inherit !important;
    }
    .footer_form_row .elementor-inner-column {
        width: 100% !important;
    }
    .footer_form_row .elementor-inner-column>div{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .right-content {
        margin-top: 50px;
    }
    .why-choose-img-box p.elementor-image-box-description {
        padding-right: 0px;
    }
    .marquee_wrap {
        padding-bottom: 15px;
    }
    header marquee {
        font-size: 14px;
    }
    .colored-text.large i {
        font-size: 20px;
    }
    .header-top #signup.open .tml.tml-register, .header-top #signin.open .tml.tml-login, .header-top #lostpass.open .tml.tml-lostpassword {
        max-width: 80%;
        right: 10px;
        padding: 20px 25px;
    }
    .login-register-wrap button.tml-button {
        padding: 12px 30px
    }
    .last-solution-section .ebook-content-wrap {
        margin-bottom: 50px;
        display: inline-block;
    }
    .last-solution-section .col-lg-3.col-md-5.col-sm-12 {
        text-align: center;
    }
    .delivery-software-tabs .elementor-tabs .elementor-tabs-wrapper, .app-platform-tabs-wrapper .elementor-tabs .elementor-tabs-wrapper{
        display: block;
    }
    .delivery-software-tabs .elementor-tab-title.elementor-tab-mobile-title, .app-platform-tabs-wrapper .elementor-tab-title.elementor-tab-mobile-title{
        display: none;
    }
    html body .delivery-software-tabs .elementor-tabs .elementor-tabs-wrapper{
        width: 100%;
    }
    .delivery-software-tabs .elementor-tab-content img{
        padding: 0px;
    }
    html body .delivery-software-tabs .elementor-tab-content:after{
        display: none;
    }
    .delivery-software-tabs .elementor-tab-content {
        margin-left: 0px;
        margin-top: 35px;
    }
    .delivery-software-tabs .elementor-tab-content{
        background: #26acda;
        padding: 30px !important;
    }
    .delivery-software-tabs .elementor-tab-content.elementor-active{
        display: inline-block !important;
    }
    html body .app-platform-tabs-wrapper .elementor-tab-desktop-title {    
        padding: 20px 8px;
        max-width: 100%;
        font-size: 15px !important;
        margin-bottom: 25px;
    }    
    html body .app-platform-tabs-wrapper.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
        display: grid;
    }
    html body .app-platform-tabs-wrapper .elementor-tabs-wrapper {
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    .news_posts_grid_wrapper .post-slide h4 {
        padding-right: 0px;
    }
    .news_posts_grid_wrapper .post-slide {
        margin-bottom: 45px;
    }
    .row.news-content-box img{
        height: auto;
        width: 100%;
    }
    a.btn.news.learn-morebtn.slide-btn {        
        margin: 0 auto;
        display: inherit;
    }

}
@media (min-width: 1025px) and (max-width: 1331px){
    .popup-btn-wrap .btn {
        padding: 8px 12px;
        margin-right: 5px;
        font-size: 14px;
    }   
}
@media (min-width: 576px) and (max-width: 767px){
    html body .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 540px;
    }
    html body .signin_signup_wrap {
        max-width: 25%;
    }
    .free_trail_wrapper {
        max-width: 75%;
    }
    .navigationI #search {
        max-width: 70%;
        top: 138px;
        right: 27%;
    }
    #search.open, #search{
        height: 46px;
    }
    .button-row .left-btn {
        width: 32% !important;
    }
    html body .enterpries-section {
        max-width: 90%;
    }
    #search .close-btn{
        top: 8px;
    }
}
@media (min-width: 480px) and (max-width: 575px){
    #searchbox{
        max-width: 100%;
    }
    .navigationI #search {
        max-width: 65%;
        top: 98px;
    }
    #search,#search.open {
        height: 39px;
    }
    html body .signin_signup_wrap {
        max-width: 30%;
    }  
    .free_trail_wrapper {
        max-width: 70%;
    } 
    .button-row .left-btn {
        width: 35% !important;
    }
    .navigationI #search {
        top: 141px;
        right: 32%;
    }
    header button.search-btn {
        top: 0px;
    }
    .enterpries-section {
        max-width: 95%;
    }
    #search .close-btn{
        top: 5px;
    }
    .connect-social-wrapp {
        bottom: 6%;
    }
}
@media (max-width: 479px){
    #searchbox{
        max-width: 100%;
    }
    #search .close-btn{
        top: 5px;
    }
    .navigationI #search {
        max-width: 100%;
        top: 153px;
    }
    header button.search-btn {
        top: 0;
    }
    #search{
        height:0px;
        width: 100%;
    }    
    #search.open {
        height: 40px;
    }
    span.search_btn.btn.search-btn.open {
        background: #c8eaf5;
    }
    html body .signin_signup_wrap {
        max-width: 200px;
    }  
    html body .free_trail_wrapper {
        max-width: 50px;
        display: block;
    } 
    .head-nav a.main_logo img {
        max-width: 180px;
    }
    html body .free_trail_wrapper .search_btn{
        margin-left: 0px;
    }
    .home_slider .n2-ss-layer-row {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    .slider-left-column {
        margin-left: 0 !important;
    }
    .slider-left-column>div {
        padding-left: 0 !important;
    }
    h5.quote:after{
        display: none !important;
    }
    .enterpries-section {
        max-width: 95%;
    }
    .navigationI #search {
        right: 0;
    }
    #search .close-btn {
        right: 10px;
    }
    .header-top button.tml-button, ul.tml-links li{
        width: 100%;
    }
    .header-top ul.tml-links li{
        margin-bottom: 10px;
        text-align: center;
    }
    .header-top ul.tml-links li a {
        font-size: 15px;
    }
    .header-top #signin ul.tml-links, .header-top #lostpass ul.tml-links{
        position: relative;
        left: 0;
    }
    .faq-section-wrap h3.ea-header i{
        padding-left: 20px;
    }
    .connect-social-wrapp {
        bottom: 6%;
    }
}

