/* 
Theme Name:		 InMotion Media - DVP Website
Theme URI:		 https://inmotionmedia.ro
Description:	 InMotion Media este o tema construita pentru DVP Website
Author:			 InMotion Media
Template:		 generatepress
Version:		 1.0.0
Text Domain:	 inmotion-media
*/


/* 1. GENERAL */

.container {
	padding: 0px;
}


.extra-storage-info {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 17px;
    color: #0d0b0b;
    text-align: center !important;
}
#ywapo_ctrl_id_22_0 + .quantity-nav + p + ul {
  margin-top: -15px !important;
}

/*  additional storage   */
.woocommerce form .form-row .ywapo_input_container input[type="number"] {
    /* width: 100%; */
       text-align: center !important;
    display: block;
    width: 120px;
   margin-left: 17px;
      border-radius: 5px!important;
    padding: 0 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    /* transform: translateX(90%); */
}



/* Button container */
.ywapo_input_container_number .quantity-nav {
    float: left;
    position: relative;
    height: 40px; 
    width: 40px;
    left: -108px;
}

/* General button styles */
.ywapo_input_container_number .quantity-button {
    width: 40px;
    height: 40px; 
    line-height: 40px; 
    font-size: 20px;
    text-align: center;
   
    color: #fff; 
    cursor: pointer;
    font-family: Arial, sans-serif; 
    transition: background-color 0.3s; 
    user-select: none;
}


.ywapo_input_container_number .quantity-button.quantity-down {
    position: absolute;
    left: 18px;
    top: 0;
    background-color: #E5E5E5;
    border-right: none;
    width: 30px;
    height: 42px !important;
    line-height: 42px;
    color: #0f0e0e;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
     font-size: 35px;
         border-radius: 5px 0 0 5px;
          border-color: #E5E5E5!important;
}


.ywapo_input_container_number .quantity-button.quantity-up {
    position: absolute;
    right: -98px;
    top: 0;
    background-color: #E5E5E5;
    border-left: none;
    width: 30px;
    height: 42px!important;
    line-height: 40px!important;
    color: #0f0e0e;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 35px;
    border-radius: 0px 5px 5px 0;
    border-color: #E5E5E5!important;
}





@media (max-width: 1320px) {

.extra-storage-info {
    margin-top: 8px;
    margin-bottom: 20px;
    margin-left: 18px;
    font-size: 17px;
    color: #0d0b0b;
    text-align: left !important;
}


/*  additional storage   */
.woocommerce form .form-row .ywapo_input_container input[type="number"] {
    /* width: 100%; */
       text-align: center !important;
    display: block;
    width: 120px;
    margin-left: 17px;
      border-radius: 5px!important;
    padding: 0 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transform: translateX(0%) !important;

}




/* Button container */
.ywapo_input_container_number .quantity-nav {
    float: left;
    position: relative;
    height: 40px; 
    width: 40px;
    left: 0px!important;
}

/* General button styles */
.ywapo_input_container_number .quantity-button {
    width: 40px;
    height: 40px; 
    line-height: 40px; 
    font-size: 20px;
    text-align: center;
   
    color: #fff; 
    cursor: pointer;
    font-family: Arial, sans-serif; 
    transition: background-color 0.3s; 
    user-select: none;
}


.ywapo_input_container_number .quantity-button.quantity-down {
    position: absolute;
    left: -90px;
    top: 0;
    background-color: #E5E5E5;
    border-right: none;
    width: 30px;
    height: 42px !important;
    line-height: 42px;
    color: #0f0e0e;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
     font-size: 35px;
         border-radius: 5px 0 0 5px;
}


.ywapo_input_container_number .quantity-button.quantity-up {
    position: absolute;
    right: 10px;
    top: 0;
    background-color: #E5E5E5;
    border-left: none;
    width: 30px;
    height: 42px!important;
    line-height: 40px!important;
    color: #0f0e0e;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 35px;
    border-radius: 0px 5px 5px 0;
    border-color: #E5E5E5!important;
}

  
}


/* Remove browser spin buttons */
.ywapo_input_container_number input[type="number"]::-webkit-outer-spin-button,
.ywapo_input_container_number input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.ywapo_input_container_number input[type="number"] {
    -moz-appearance: textfield;
}

/* Override plugin's vertical stacking */
.ywapo_input_container_number .quantity-button.quantity-up,
.ywapo_input_container_number .quantity-button.quantity-down {
    bottom: auto; /* Remove vertical stacking */
    height: auto; /* Full height */
}

/* Buttons */

.primary-button a {
    background-color: var(--color5);
    border: 2px solid var(--color5);
    border-radius: 20px;
    padding: 15px 45px;
    text-transform: uppercase;
    font-weight: 500;
}

.primary-button a:hover {
	border: 2px solid var(--color7);
	background-color: var(--color7);
}

.secondary-button a {
    border: 2px solid var(--color7);
    background-color: transparent;
    border-radius: 20px;
    padding: 15px 45px;
    text-transform: uppercase;
    font-weight: 500;
}

.secondary-button a:hover {
	border: 2px solid var(--color5);
	background-color: var(--color5);
}

.third-button a {
	background: linear-gradient(to right, #122644 0%, #D3A0E6 100%);
    padding: 15px 45px !important;
    border-radius: 20px;
}

.third-button a:hover {
	background: #D3A0E6 !important;
}

/* I. HEADER */

/* 1.1. Nav Menu */

.primary-menu-button a {
	background-color: var(--dvp-bg-3);
	padding: 5px 45px !important;
  border-radius: 20px;
  margin-left: 10px;
}

.primary-menu-button a:hover {
	background-color: var(--dvp-bg-4) !important;
	color:#fff !important;
}

.page-id-20 #site-navigation, .home #site-navigation {
	margin-left: auto !important;
    margin-right: 0px !important;
	width: unset !important;
}

.nav-float-right .main-navigation {
    margin-left: 40px !important;
    margin-right: auto;
	width: 100%;
}

/* MEGA MENU HORIZONTAL */
@media (min-width: 767px) {

.main-navigation .main-nav .mega-menu-horizontal {
		position: static;
	}
	
	.main-navigation .main-nav .mega-menu-horizontal > ul.sub-menu {
	float: left;
    width: 100%;
    min-height: 375px;
    left: -30px;
    position: absolute;
    margin-top: 0px;
    padding: 20px;
	}
	
	.main-navigation.is_stuck .main-nav .mega-menu-horizontal > ul.sub-menu { 
		margin-top: 0px;
	}
	
	.main-navigation.is_stuck .hidden-menu-scroll {
		display: none;
	}
	
	.main-navigation .main-nav .mega-menu-horizontal > ul.sub-menu .submenu-1 {
		margin: 0px;
		width: 300px;
		display: block;
		position: static;
		padding: 10px 10px !important;
		border-bottom: 3px solid #efefef;
	}
	
	.main-navigation .main-nav .mega-menu-horizontal > ul.sub-menu > li.submenu-1:first-child > .sub-menu {
		opacity: 1;
	}

	/*
	.main-navigation .main-nav .mega-menu-horizontal > ul.sub-menu .submenu-1:hover > a {
		color: #fff;
	}
	.main-navigation .main-nav .mega-menu-horizontal > ul.sub-menu .submenu-1 > a {
		font-size: 15px;
	}
	*/

	.main-navigation .main-nav .mega-menu-horizontal > ul.sub-menu .submenu-1 > ul.sub-menu {
		position: absolute;
		float: left;
		left: 320px;
		border: none;
		box-shadow: none;
		min-height: 375px;
		background-color: #fff;
		width: 715px;
		padding: 30px 20px;
	}
	
	.main-navigation .main-nav .mega-menu-horizontal > ul.sub-menu .submenu-1 ul.sub-menu li {
		position: static;
	}
	
	.main-navigation .main-nav .mega-menu-horizontal > ul.sub-menu .submenu-1 ul.sub-menu .submenu-2 {
		padding: 0px 13px !important;
	}
	
	.main-navigation .main-nav .mega-menu-horizontal > ul.sub-menu .submenu-1 ul.sub-menu li ul.sub-menu {
		width: 730px;
		min-height: 555px;
		background-color: #fff;
	}
	
	.main-navigation .main-nav .mega-menu-horizontal > ul.sub-menu .submenu-1 ul.sub-menu li.coloane-1 ul.sub-menu {
		column-count: 1;
	}
	
	.main-navigation .main-nav .mega-menu-horizontal > ul.sub-menu .submenu-1 ul.sub-menu li.coloane-2 ul.sub-menu {
		column-count: 2;
	}
	
	.main-navigation .main-nav .mega-menu-horizontal > ul.sub-menu .submenu-1 ul.sub-menu li.coloane-3 ul.sub-menu {
		column-count: 3;
	}
	
}

/* II. COMPONENTS */

/* 1. Industries */

.industries-icons .elementor-icon-list-items {
    display: grid !important;
    grid-template-columns: repeat(4,minmax(0,1fr)) !important;
	margin: 0px !important;
}

.industries-icons .elementor-icon-list-item {
    border: 1px solid #fff;
    padding: 45px 30px !important;
    margin: 0px !important;
}

.industries-icons .elementor-icon-list-item:hover {
	background: linear-gradient(to right, #122644 0%, #D3A0E6 100%);
	border:0px;
}

.industries-icons .elementor-icon-list-item  a {
	display: flex;
	flex-direction: column;
}

.industries-icons .elementor-icon-list-item  a .elementor-icon-list-text {
    font-size: 18px;
    padding: 0px;
    margin-top: 20px;
    color: var(--color1);
}

/* 2. TESTIMONIALS */

.testimonials {
	background-color: #fff;
    padding: 20px;
}

.testimonials .eael-testimonial-image img {
	width: 50px;
    height: 50px;
    margin-right: 20px;
}

.testimonials .eael-testimonial-item .eael-testimonial-quote::after {
    content: url("http://localhost:8888/wp-content/uploads/2023/10/testimonial-icon.svg");
}

/* 3. Pricing Table */

.pricing-table-container {
	display: grid !important;
    grid-template-columns: repeat(3,minmax(0,1fr)) !important;
}

/*--------------------------------------------------------------
# GENERALS
--------------------------------------------------------------*/

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.flex-middle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-arrow {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: -57px;
  margin-top: -17px;
  background: none;
  color: #1b1d21;
  border: none;
  outline: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.slick-arrow:not(.slick-disabled):hover {
  color: #43baff;
}
.slick-arrow.next-nav {
  left: auto;
  right: -57px;
}
.slick-arrow i:before {
  font-size: 18px;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
}
.slick-dots li button:before {
  font-size: 32px;
  line-height: 10px;
  width: auto;
  height: auto;
  color: #d0d0d0;
}

.slick-dots li.slick-active button:before {
  color: #7141b1;
  font-size: 45px;
  left: -2px;
}

.unlink a{
  cursor: inherit;
}

.ot-layout_inline .elementor-widget-wrap {
  flex-wrap: nowrap;
}
.ot-layout_inline .elementor-widget-wrap > .elementor-widget {
  display: flex;
  width: auto;
}

.ot-flex-column-horizontal .elementor-widget-wrap {
  flex-wrap: nowrap;
}
.ot-flex-column-horizontal .elementor-widget-wrap > .elementor-widget {
  display: flex;
  width: auto;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.bypostauthor {
  color: inherit;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-caption {
  display: block;
}

.gallery {
  margin-bottom: 1.5em;
  margin-left: -7px;
  margin-right: -7px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 7px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}



/*--------------------------------------------------------------
# Elementor Widgets
--------------------------------------------------------------*/
.ot-heading > span {
  font-size: 14px;
  font-weight: 800;
  color: var(--dvp-color-3);
  position: relative;
  display: inline-block;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.ot-heading h2 {
  margin-bottom: 0;
  line-height: 48px;
}

@media (max-width: 767px) {
  .ot-heading br {
    display: none;
  }
  .ot-heading > span {
    font-size: 12px;
  }
  .ot-heading h2 {
    font-size: 27px;
    line-height: 38px;
  }
}
@media (max-width: 600px) {
  .ot-heading h2 br {
    display: none;
  }
}
/** Style 1 **/
.icon-box-s1 .icon-main {
  color: #7141b1;
}
.icon-box-s1 .icon-main i, .icon-box-s1 .icon-main span:before {
  font-size: 40px;
}
.icon-box-s1 .icon-main img {
  width: 40px;
}
.icon-box-s1 h5 {
  font-size: 18px;
  font-weight: 600;
}
.icon-box-s1 h5 a {
  color: #1b1d21;
}
.icon-box-s1 .line-box {
  height: 3px;
  width: 100%;
  background: #efefef;
  margin-bottom: 15px;
  position: relative;
}
.icon-box-s1 .line-box:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  background: #7141b1;
  height: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box-s1:hover .line-box:after {
  left: 0;
  right: auto;
  width: 100%;
}

/** Style 2 **/
.icon-box-s2 {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box-s2.s1 .icon-main, .icon-box-s2.s3 .icon-main {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  float: left;
  text-align: center;
  line-height: 1;
  color: #7141b1;
}
.icon-box-s2.s1 .icon-main i, .icon-box-s2.s1 .icon-main span:before, .icon-box-s2.s3 .icon-main i, .icon-box-s2.s3 .icon-main span:before {
  font-size: 45px;
}
.icon-box-s2.s1 .icon-main span, .icon-box-s2.s3 .icon-main span {
  display: block;
}
.icon-box-s2.s1 .icon-main img, .icon-box-s2.s3 .icon-main img {
  width: 45px;
}
.icon-box-s2.s1 .content-box, .icon-box-s2.s3 .content-box {
  padding-left: 75px;
}
.icon-box-s2 .content-box{
  position: relative;
}
.icon-box-s2 .content-box h5 {
  margin-bottom: 17px;
  font-weight: bold;
}
.icon-box-s2 .content-box h5 a {
  color: #1b1d21;
}
.icon-box-s2 .content-box h5 a:hover {
  color: #43baff;
}
.icon-box-s2 .content-box p:last-child {
  margin-bottom: 0;
}
.icon-box-s2.s2 {
  padding: 40px 45px;
  position: relative;
  overflow: hidden;
}
.icon-box-s2.s2 * {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.icon-box-s2.s2 .icon-main {
  position: relative;
  color: #7141b1;
  margin-bottom: 30px;
  line-height: 1;
}
.icon-box-s2.s2 .icon-main i, .icon-box-s2.s2 .icon-main span:before {
  font-size: 40px;
  line-height: 1;
}
.icon-box-s2.s2 .icon-main img {
  max-width: 40px;
  margin-top: -5px;
}
.icon-box-s2.s2:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.home-9 .icon-box-s2.s2:before{
  width: 100%;
}
.icon-box-s2.s2:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  top: -15px;
  right: -15px;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #43baff;
}
.icon-box-s2.s2:hover {
  background: transparent !important;
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}
.icon-box-s2.s2:hover:before {
  width: 100%;
  opacity: 1;
}
.icon-box-s2.s2:hover:after {
  opacity: 1;
  width: 30px;
  height: 30px;
}
.icon-box-s2.s2 .content-box h5 {
  margin-bottom: 14px;
}
.icon-box-s2.s3 .icon-main {
  float: right;
}
.icon-box-s2.s3 .content-box {
  text-align: right;
  padding-left: 0;
  padding-right: 75px;
}
/** Style 3 **/
.icon-box-s3{
  padding: 50px 50px 45px;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box-s3:hover{
  border-color: var(--dvp-color-3);
}
.icon-box-s3 .top-box{
  overflow: hidden;
  margin-bottom: 50px;
}
.icon-box-s3 .icon-main{
  float: left;
  text-align: center;
  width: 95px;
  height: 95px;
  line-height: 95px;
  background: #f4f2fc;
  border-radius: 50%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box-s3:hover .icon-main{
  background: var(--dvp-color-3);
}
.icon-box-s3 .icon-main i{
  font-size: 45px;
  color: #7141b1;
  vertical-align: middle;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box-s3 .icon-main svg{
  width: 45px;
  fill: #7141b1;
  vertical-align: middle;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box-s3:hover .icon-main i,
.icon-box-s3:hover .icon-main svg{
  color: #fff;
  fill: #fff;
}
.icon-box-s3 .top-box a{
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}
.icon-box-s3 .top-box a:hover{
  color: #000;
}
.icon-box-s3 h5{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.icon-box-s3 h5 a{
  color: #1b1d21;
}
.icon-box-s3 p{
  margin-bottom: 0;
}
.box-align-center .icon-main{
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.box-align-center .top-box a{
  display: none;
}
.box-align-right .icon-main{
  float: right;
}
.box-align-right .top-box a{
  float: left;
}

/*--------------------------------------------------------------
## Process List
--------------------------------------------------------------*/
.ot-process-list-wrapper ul {
  margin-bottom: 0;
}
.ot-process-list-wrapper .ot-process-list-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  word-break: normal;
  padding: 15px;
  line-height: 30px;
  font-size: 14px;
  background: transparent;
  border-radius: 10px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-process-list-wrapper .ot-process-list-item div{
  word-break: normal;
}
.ot-process-list-wrapper .ot-title-process{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ot-process-list-wrapper .ot-process-list-icon {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
}
.ot-process-list-wrapper .ot-process-list-icon + .ot-process-list-text {
  align-self: center;
  padding-left: 5px;
}
.ot-process-list-wrapper .ot-process-list-icon i {
  display: block;
  width: 1em;
  height: 1em;
  color: #6d6d6d;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-process-list-wrapper .ot-process-list-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: #6d6d6d;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-process-list-wrapper .ot-process-list-item.process-current{
  color: #fff;
  z-index: 10;
  font-size: 16px;
  background: #43baff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ot-process-list-wrapper .ot-process-list-item.process-current .ot-process-list-icon{
  font-size: 16px;
}
.ot-process-list-wrapper .ot-process-list-item.process-current .ot-process-list-icon i{
  color: #fff;
}
.ot-process-list-wrapper .ot-process-list-item.process-current .ot-process-list-icon svg{
  fill: #fff;
}
/*--------------------------------------------------------------
## Icon List
--------------------------------------------------------------*/
.ot-icon-list-wrapper ul {
  margin-bottom: 0;
}
.ot-icon-list-wrapper ul.--inline-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ot-icon-list-wrapper .ot-icon-list-item, .ot-icon-list-wrapper .ot-icon-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ot-icon-list-wrapper .ot-icon-list-item {
  margin-bottom: 12px;
  word-break: normal;
}
.ot-icon-list-wrapper .ot-icon-list-item a {
  color: #646e83;
}
.ot-icon-list-wrapper .ot-icon-list-item a:hover {
  color: #ff6b52;
}
.ot-icon-list-wrapper .ot-icon-list-item:last-child {
  margin-bottom: 0;
}
.ot-icon-list-wrapper .ot-icon-list-item.--inline-item {
  margin-bottom: 0;
  margin-right: 30px;
  word-break: break-word;
}
.ot-icon-list-wrapper .ot-icon-list-item.--inline-item:last-child {
  margin-right: 0;
}
.ot-icon-list-wrapper .ot-icon-list-icon {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-icon-list-wrapper .ot-icon-list-icon + .ot-icon-list-text {
  align-self: center;
  padding-left: 5px;
}
.ot-icon-list-wrapper .ot-icon-list-icon i {
  display: block;
  width: 1em;
  height: 1em;
  color: #1080d0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-icon-list-wrapper .ot-icon-list-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: #1080d0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.ot-view-stacked .ot-icon-list-icon {
  padding: 0.5em;
  background-color: #ff6b52;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}


/*Tech Box*/
.tech-box {
  display: block;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 40px 15px 30px;
}
.tech-box .icon-main {
  line-height: 1;
  margin-bottom: 18px;
}
.tech-box i, .tech-box span:before {
  font-size: 55px;
  line-height: inherit;
}
.tech-box h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
}
.tech-box:hover {
  background: #43baff;
  border-color: #43baff;
  color: #fff;
}
.tech-box:visited {
  color: #fff;
}

/*Support Box 2*/
.support-box-s2{
  padding: 40px 36px;
  border: 1px solid #d4d4d4;
  border-radius: 20px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.support-box-s2:hover{
  border-color: #43baff;
}
.support-box-s2 .icon-main{
  margin-bottom: 25px;
}
.support-box-s2 .icon-main i{
  font-size: 70px;
  color: #43baff;
  vertical-align: middle;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.support-box-s2 .icon-main svg{
  width: 70px;
  fill: #43baff;
  vertical-align: middle;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.support-box-s2 h5{
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
.support-box-s2 p{
  line-height: 24px;
  margin-bottom: 35px;
}
.support-box-s2 .octf-btn{
  border: 1px solid;
  color: #43baff;
  background: transparent;
  border-radius: 6px;
  width: 100%;
  padding: 10px 20px;
}
.support-box-s2 .octf-btn:hover{
  background: #43baff;
  color: #fff;
}

.ot-image-box {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.ot-image-box .overlay {
  z-index: 1;
  opacity: 1;
  background: rgba(16, 120, 165, 0.2);
}
.ot-image-box h4 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 26px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ot-image-box img {
  filter: grayscale(90%);
}
.imagebox-v2 img {
	filter: grayscale(0%);
}
.imagebox-v2 .overlay {
	background: rgba(0, 0, 5, 0.3);
}
.ot-image-box:after {
	display: none;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: -15px;
  right: -15px;
  z-index: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #43baff;
}
.ot-image-box:hover img {
  filter: none;
}
.ot-image-box:hover .overlay {
  background: transparent;
}

@media (min-width: 768px) and (max-width: 991px) {
  .icon-box-s2.s2 {
    padding-left: 34px;
    padding-right: 34px;
  }
}
@media (max-width: 1024px) {
  .icon-box-s2.s2:before {
    width: 100%;
  }
}
.service-box {
  overflow: hidden;
  position: relative;
  padding: 33px 35px 28px;
  background: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  border: 1px solid #e7e7e7;
}
.service-box * {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.service-box .icon-main {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: center;
  color: #fff;
  background: #43baff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.service-box .icon-main i, .service-box .icon-main span:before {
  font-size: 17px;
}
.service-box .icon-main img,
.service-box .icon-main svg {
  width: 17px;
}
.service-box .content-box {
  padding-left: 73px;
  position: relative;
}
.service-box .content-box h5 {
  font-size: 18px;
  margin-bottom: 5px;
}
.service-box .content-box p:last-child {
  margin-bottom: 0;
}
.service-box .big-number {
  position: absolute;
  right: -7px;
  bottom: 0;
  font-size: 72px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  line-height: 52px;
  color: #f2f2f2;
}
.service-box:hover {
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

@media (max-width: 600px) {
  .service-box .number-box {
    float: none;
    margin-bottom: 30px;
  }
}
.serv-box {
  overflow: hidden;
  position: relative;
  padding: 40px 40px 35px;
  background: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  border: 1px solid #e7e7e7;
}
.serv-box * {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.serv-box .icon-main {
  position: absolute;
  top: -88px;
  right: -88px;
  width: 188px;
  height: 188px;
  color: #fff;
  background-color: #262051;
  background-image: -moz-linear-gradient(125deg, #262051, #502a71);
  background-image: -webkit-linear-gradient(125deg, #262051, #502a71);
  background-image: linear-gradient(125deg, #262051, #502a71);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.serv-box .icon-main i, .serv-box .icon-main span, .serv-box .icon-main img, .serv-box .icon-main svg {
  position: absolute;
  bottom: 42px;
  left: 40px;
  font-size: 35px;
  line-height: 1;
}
.serv-box .icon-main i:before, .serv-box .icon-main span:before, .serv-box .icon-main img:before {
  font-size: 35px;
}
.serv-box .icon-main svg {
  width: 35px;
}
.serv-box .icon-main img {
  width: 35px;
}
.serv-box .content-box h5 {
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  padding-right: 60px;
  margin-bottom: 10px;
}
.serv-box .content-box ul {
  margin: 10px 0px;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}
.serv-box .content-box ul li {
  padding: 0 20px;
}
.serv-box .content-box ul li a {
  color: #1b1d21;
  display: inline-block;
  line-height: 40px;
  position: relative;
}
.serv-box .content-box ul li a:before {
  content: "//";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  color: var(--dvp-color-3);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.serv-box .content-box ul li:hover, .serv-box .content-box ul li.active {
  background: #f8f8f8;
}
.serv-box .content-box ul li:hover a, .serv-box .content-box ul li.active a {
  color: var(--dvp-color-3);
  padding-left: 15px;
}
.serv-box .content-box ul li:hover a:before, .serv-box .content-box ul li.active a:before {
  opacity: 1;
  visibility: visible;
}
.serv-box .content-box ul:last-child {
  margin-bottom: 0;
}
.serv-box:hover {
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.serv-box .overlay {
  z-index: 2;
  background: transparent;
  display: none;
}

.serv-box-2 {
  overflow: hidden;
  position: relative;
  padding: 43px 30px 65px;
  background: #262051;
  color: #aeaacb;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.serv-box-2 .big-number {
  position: absolute;
  left: -10px;
  top: 0;
  font-size: 100px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  line-height: 72px;
  color: #332d5f;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.serv-box-2 .icon-main {
  position: absolute;
  bottom: -88px;
  right: -88px;
  width: 188px;
  height: 188px;
  color: #fff;
  background: #332d5f;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.serv-box-2 .icon-main i, 
.serv-box-2 .icon-main span, 
.serv-box-2 .icon-main img, 
.serv-box-2 .icon-main svg {
  position: absolute;
  top: 42px;
  left: 40px;
  font-size: 35px;
  line-height: 1;
}
.serv-box-2 .icon-main i:before, 
.serv-box-2 .icon-main span:before, 
.serv-box-2 .icon-main img:before {
  font-size: 35px;
}
.serv-box-2 .icon-main svg {
  width: 35px;
}
.serv-box-2 .icon-main img {
  width: 35px;
}
.serv-box-2 .content-box {
  position: relative;
  z-index: 1;
}
.serv-box-2 .content-box h5 {
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.serv-box-2 .content-box .btn-details {
  display: inline-block;
  margin-top: 30px;
}
.serv-box-2:hover {
  background: #fff;
  color: #6d6d6d;
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}
.serv-box-2:hover .big-number {
  color: #f4f6f6;
}
.serv-box-2:hover .icon-main {
  background: #43baff;
}
.serv-box-2:hover .content-box h5 {
  color: #1b1d21;
}


/* .client-logos & logo-partner
================================================== */
.client-logos{
  text-align: center;
}
.client-logos .swiper-pagination-bullet{
  opacity: 1;
}
.partner-grid {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  overflow: hidden;
  text-align: center;
}
.partner-grid .partner-item {
  width: 25%;
  min-height: 140px;
  padding: 30px 40px;
  border-left: 1px solid #cccccc;
}
.partner-grid .partner-item:first-child, .partner-grid .partner-item.first-col {
  border-left: none;
}
.partner-grid .first-col:not(:first-child), .partner-grid .first-col:not(:first-child) ~ .partner-item {
  border-top: 1px solid #cccccc;
}
.partner-grid .partner-item figure{
  width: 100%;
}
.partner-grid .partner-item img{
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.partner-grid.col-2 .partner-item {
  width: 50%;
}
.partner-grid.col-3 .partner-item {
  width: 33.33%;
}
.partner-grid.col-5 .partner-item {
  width: 20%;
}
.partner-grid.col-6 .partner-item {
  width: 16.6667%;
}
@media (max-width: 991px) {
  .partner-grid .partner-item {
    width: 50%!important;
    border: none!important;
    border-bottom: 1px solid #cccccc!important;
  }
}

/* .projects-grid
================================================== */
.projects-grid, .project-slider {
  position: relative;
  margin: -15px;
}

.projects-grid:after {
  content: "";
  display: block;
  clear: both;
}

.project-item,
.pgrid-box {
  float: left;
  width: 33.3333333333%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pgrid-box .entry-media img {
	width: 100%;
}

.pgrid-box .inner-post {
	padding: 15px 0px !important;
}
.pgrid-box .inner-post .btn-readmore a {
    color: #fff;
    background-color: var(--color7);
    display: inline-block;
    padding: 15px 25px;
    border-radius: 20px;
}
.pgrid-box .inner-post .btn-readmore a:hover {
	background-color: var(--global-color-16);
}
.post-carousel .inner-post h3.entry-title a {
	font-size: 24px;
	color:var(--color2);
}
.post-carousel-dark-bg .entry-meta {
	color:#fff;
}
.projects-grid.pf_5_cols .project-item,
.pgrid.pf_5_cols .pgrid-box {
  width: 20%;
}

.projects-grid.pf_4_cols .project-item,
.pgrid.pf_4_cols .pgrid-box {
  width: 25%;
}

.projects-grid.pf_2_cols .project-item,
.pgrid.pf_2_cols .pgrid-box {
  width: 50%;
}

.projects-style-1 .projects-box {
  position: relative;
  overflow: hidden;
}
.projects-style-1 .projects-box .portfolio-info {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(12, 41, 53, 0.5);
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.projects-style-1 .projects-box .portfolio-info .overlay {
  opacity: 1;
  background: transparent;
  z-index: 0;
}
.projects-style-1 .projects-box .portfolio-info .portfolio-info-inner {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  padding: 30px 40px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.projects-style-1 .projects-box .portfolio-info h5 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 7px;
}
.projects-style-1 .projects-box .portfolio-info h5 a {
  color: #fff;
}
.projects-style-1 .projects-box .portfolio-info .portfolio-cates {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.projects-style-1 .projects-box .portfolio-info .portfolio-cates a {
  color: #fff;
}
.projects-style-1 .projects-box .portfolio-info .portfolio-cates span {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.projects-style-1 .projects-box .portfolio-info .portfolio-cates span:last-child {
  display: none;
}
.projects-style-1 .projects-box:hover .portfolio-info {
  opacity: 1;
}
.projects-style-1 .projects-box .projects-thumbnail {
  overflow: hidden;
}
.projects-style-1 .projects-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.projects-style-1 .projects-box:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  filter: grayscale(90%);
}

.projects-style-2 .projects-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.projects-style-2 .projects-box .portfolio-info {
  min-width: 310px;
  width: calc(100% - 60px);
  margin: auto;
  position: absolute;
  bottom: -50px;
  left: 50%;
  text-align: center;
  background: var(--dvp-bg-2);
  padding: 26px 30px 18px;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.projects-style-2 .projects-box .portfolio-info h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}
.projects-style-2 .projects-box .portfolio-info h5 a {
  color: #fff;
}
.projects-style-2 .projects-box .portfolio-info .portfolio-cates {
  color: #aeaacb;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.projects-style-2 .projects-box .portfolio-info .portfolio-cates a {
  color: #aeaacb;
}
.projects-style-2 .projects-box .portfolio-info .portfolio-cates span {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.projects-style-2 .projects-box .portfolio-info .portfolio-cates span:last-child {
  display: none;
}
.projects-style-2 .projects-box .portfolio-info.full-width {
  width: 100%;
  transform: none;
  left: 0;
}
.projects-style-2 .projects-box:hover .portfolio-info {
  bottom: 0;
  opacity: 1;
}
.projects-style-2 .projects-box .projects-thumbnail {
  overflow: hidden;
}
.projects-style-2 .projects-box .projects-thumbnail .overlay {
  background: rgba(12, 41, 53, 0.5);
  opacity: 0;
  z-index: 0;
}
.projects-style-2 .projects-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.projects-style-2 .projects-box:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/**** Project Carousel ****/
.project-slider .projects-box {
  overflow: visible;
  margin-bottom: 50px;
}
.project-slider .projects-box .portfolio-info {
  opacity: 1;
  z-index: 1;
  text-align: left;
  width: calc(100% - 70px);
  padding-top: 28px;
  padding-bottom: 20px;
  overflow: hidden;
}
.project-slider .projects-box .portfolio-info h5 {
  font-size: 22px;
}
.project-slider .projects-box .portfolio-info.full-width {
  width: 100%;
  transform: none;
  left: 0;
}
.project-slider .projects-box .portfolio-info .btn-link {
  position: absolute;
  right: -94px;
  top: -100px;
  width: 188px;
  height: 188px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.project-slider .projects-box .portfolio-info .btn-link i {
  position: absolute;
  bottom: 45px;
  left: 50px;
  line-height: 1;
  color: var(--dvp-color-4);
}
.project-slider .projects-box .portfolio-info .btn-link i:before {
  font-size: 18px;
}
.project-slider .projects-box .projects-thumbnail {
  overflow: hidden;
}
.project-slider .projects-box .projects-thumbnail .overlay {
  background: rgba(12, 41, 53, 0.5);
  opacity: 0;
  z-index: 0;
}
.project-slider .projects-box:hover .portfolio-info {
  bottom: -50px;
}
.project-slider .projects-box:hover .portfolio-info .btn-link {
  background: var(--dvp-color-3);
}
.project-slider .projects-box:hover .portfolio-info .btn-link i {
  color: #fff;
}
.project-slider .projects-box:hover .projects-thumbnail img {
  filter: grayscale(90%);
}
.project-slider .projects-box:hover .projects-thumbnail .overlay {
  opacity: 1;
}
.project-slider .slick-arrow {
  left: 15px;
  height: 65px;
  width: 50px;
  background: #fff;
}
.project-slider .slick-arrow.next-nav {
  left: auto;
  right: 15px;
}
.project-slider .slick-arrow:hover {
  background: #43baff;
  color: #fff;
}

/**** Isotope Filtering ****/
.project-filter-wrapper{
  overflow: hidden;
}
.project_filters {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  padding-left: 0;
}
.project_filters:after {
  content: "";
  display: block;
  clear: both;
}

.project_filters li {
  display: inline-block;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
}
.project_filters li:last-child {
  margin-right: 0;
}
.project_filters li:first-child {
  margin-left: 0;
}

.project_filters li a {
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  outline: none;
  color: #1b1d21;
  padding-bottom: 10px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.project_filters li a:hover, .project_filters li a.selected {
  color: #7141b1;
}
.project_filters li a:after {
  position: absolute;
  height: 3px;
  width: 0%;
  right: 0px;
  bottom: 0px;
  background-color: #7141b1;
  content: "";
  display: block;
  border-radius: 1.5px;
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.project_filters li a:hover:after, .project_filters li a.selected:after {
  opacity: 1;
  left: 0;
  right: auto;
  width: 100%;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
.project-bottom {
  padding-top: 42px;
}

.single-portfolio-navigation {
  padding-top: 50px;
  border-top: 1px solid #e5e5e5;
}
.single-portfolio-navigation .post-nav .post-prev {
  margin: 0;
}
.single-portfolio-navigation .post-nav .post-prev:hover a {
  padding-left: 50px;
}
.single-portfolio-navigation .post-nav .post-next {
  margin: 0;
}
.single-portfolio-navigation .post-nav .post-next:hover a {
  padding-right: 50px;
}
.single-portfolio-navigation .post-nav a {
  min-height: 48px;
}
.single-portfolio-navigation .post-nav a:before {
  line-height: 48px;
  height: 48px;
}

.portfolio-related-posts-wrap {
  padding-top: 70px;
}

.portfolio-related-title-wrap h2 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .project-item,
  .projects-grid.pf_4_cols .project-item,
  .projects-grid.pf_5_cols .project-item,
  .pgrid-box,
  .pgrid.pf_4_cols .pgrid-box,
  .pgrid.pf_5_cols .pgrid-box {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .projects-box .portfolio-info {
    right: 0;
    opacity: 1;
  }

  .projects-style-1 .projects-box .portfolio-info .portfolio-info-inner {
    padding: 30px;
  }

  .projects-style-1 .projects-box .portfolio-info h5 {
    font-size: 20px;
  }

  .projects-style-1 .projects-box .portfolio-info .portfolio-cates {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .project-item,
  .projects-grid.pf_5_cols .project-item,
  .projects-grid.pf_4_cols .project-item,
  .projects-grid.pf_2_cols .project-item,
  .pgrid-box,
  .pgrid.pf_4_cols .pgrid-box,
  .pgrid.pf_2_cols .pgrid-box,
  .pgrid.pf_5_cols .pgrid-box {
    width: 100%;
  }

  .project_filters li {
    margin-left: 8px;
    margin-right: 8px;
  }

  .portfolio-related-title-wrap h2 {
    font-size: 30px;
  }
}
.post-carousel {
  margin: 0 -15px;
}
.post-carousel .post-box:hover {
  box-shadow: none;
}
.post-carousel .post-box:hover .inner-post {
  border-color: #e7e7e7;
}
.post-carousel .post-inner {
  margin: 0 15px;
}

.post-carousel .inner-post {
	padding: 15px !important;
}

.post-carousel .inner-post h3.entry-title a {
	font-size: 24px;
	color:var(--color2);
}

.post-carousel .inner-post .btn-readmore a {
    color: #fff;
    background-color: var(--color7);
    display: inline-block;
    padding: 15px 25px;
    border-radius: 20px;
}
.post-carousel .inner-post .btn-readmore a:hover {
	background-color: var(--global-color-16);
}
.post-carousel .entry-media img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.post-carousel-2 .post-box .entry-media{
  margin-bottom: 20px;
}
.post-carousel-2 .post-box .entry-media img{
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.post-carousel-2 .post-box .entry-media .post-cat{
  top: 20px;
  left: 20px;
  bottom: auto;
}
.post-carousel-2 .post-box .post-cat a{
  color: #43baff;
  background: #fff;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: unset;
  padding: 5px 16px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
.post-carousel-2 .post-box .inner-post{
  border:none;
}
.post-carousel-2 .entry-meta > span{
  margin-right: 20px;
}
.post-carousel-2 .btn-readmore > a{
  display: flex;
  align-items: center;
}
.post-carousel-2 .btn-readmore > a svg{
  fill: currentColor;
  width: 20px;
  margin-left: 8px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.post-carousel-2 .btn-readmore > a i{
  margin-right: 0;
  margin-left: 8px;
}
.post-carousel-2 .btn-readmore > a i:before{
  font-size: 20px;
}
.pgrid .post-inner {
  margin-bottom: 0;
}
.pgrid .inner-post {
  padding: 35px;
}
.post-carousel-2 .inner-post {
  padding: 0;
}
.pgrid .inner-post .entry-meta {
  margin-bottom: 10px;
}
.pgrid .inner-post .byline {
  margin-right: 0;
}
.pgrid .inner-post .byline:after {
  display: none;
}
.pgrid .inner-post .comment-num {
  display: none;
}
.pgrid .inner-post h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.pgrid .inner-post .btn-readmore {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .pgrid .entry-media img {
    width: 100%;
  }
}
.contact-info {
  font-size: 16px;
  overflow: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.contact-info h6 {
  font-size: 16px;
  margin-bottom: 5px;
}
.contact-info i,
.contact-info svg {
  font-size: 30px;
  margin-top: 2px;
  line-height: 1;
  color: #43baff;
}
.contact-info i:before {
  font-size: 30px;
}
.contact-info svg {
  width: 30px;
  fill: #43baff;
  vertical-align: middle;
}
.contact-info img {
  width: 30px;
  margin-top: 3px;
}
.box-style1 img,
.box-style1 i,
.box-style1 svg {
  float: left;
}
.contact-info p {
  margin-bottom: 0;
}
.contact-info .info-text {
  padding-left: 50px;
  font-weight: 500;
}
.contact-info.box-style1 {
  padding: 30px 30px 25px;
}
.contact-info.box-style1:hover {
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}
.contact-info.box-style2 {
  text-align: center;
  font-size: 18px;
}
.contact-info.box-style2 h6 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: none;
}
.contact-info.box-style2 i {
  float: none;
  margin-top: 0px;
  vertical-align: middle;
}
.contact-info.box-style2 .box-icon {
  margin-bottom: 25px;
}
.contact-info.box-style2 p {
  margin-bottom: 15px;
}

.border-left .box-style2, .border-right .box-style2 {
  position: relative;
}

.border-left .box-style2:before {
  position: absolute;
  height: 70%;
  width: 1px;
  left: 0;
  bottom: 12%;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  display: block;
}

.border-right .box-style2:after {
  position: absolute;
  height: 70%;
  width: 1px;
  right: 0;
  bottom: 12%;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  display: block;
}

@media only screen and (max-width: 1024px) {
  .contact-info.box-style1:hover {
    box-shadow: none;
  }
}
@media only screen and (max-width: 992px) {
  .border-right .box-style2:after,
  .border-right .box-style2:before {
    display: none;
  }
}
.ot-accordions .acc-item {
  margin-bottom: 20px;
  background: #fff;
}
.ot-accordions .acc-item .acc-toggle {
  cursor: pointer;
  display: block;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #1b1d21;
  background: #f6f6f6;
  padding: 12px 20px 12px 20px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-accordions .acc-item .acc-toggle i {
  float: right;
  text-align: center;
  line-height: 30px;
  font-size: 10px;
  color: #b6b6b6;
}
.ot-accordions .acc-item .acc-toggle i.up {
  display: none;
}
.ot-accordions .acc-item .acc-toggle i:before {
  font-size: 14px;
}
.ot-accordions .acc-item .acc-toggle:hover {
  color: var(--dvp-bg-4);
}
.ot-accordions .acc-item .acc-content {
  display: none;
  padding: 20px 20px 0;
}
.ot-accordions .acc-item .acc-content p:last-child, .ot-accordions .acc-item .acc-content ul:last-child {
  margin-bottom: 0;
}
.ot-accordions .acc-item.current {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
.ot-accordions .acc-item.current .acc-toggle {
	color: #fff;
    background-color: var(--dvp-bg-3);
}
.ot-accordions .acc-item.current .acc-toggle i {
  color: #fff;
}
.ot-accordions .acc-item.current .acc-toggle i.down {
  display: none;
}
.ot-accordions .acc-item.current .acc-toggle i.up {
  display: inherit;
}
.ot-accordions .acc-item:last-child {
  margin-bottom: 0;
}

/*Accordition With Icon*/
.ot-acc-item__icon {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 40px;
  margin-right: 20px;
}
.ot-acc-item__icon svg, .ot-acc-item__icon i {
  width: 1em;
  height: 1em;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-acc-item__icon i {
  display: block;
  position: relative;
  color: #43baff;
}
.ot-acc-item__icon i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ot-acc-item__icon svg {
  display: block;
  fill: #43baff;
}
.ot-acc-item__title {
  flex-grow: 1;
  cursor: pointer;
  justify-content: space-between;
  overflow: hidden;
  font-weight: 500;
  color: #43baff;
  padding: 0;
  margin-bottom: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-acc-item__trigger {
  cursor: pointer;
}
.ot-acc-item.current .ot-acc-item__title {
  padding-bottom: inherit;
}
.ot-acc--with-icon .ot-acc-item {
  padding: 32px 0 35px;
}
.ot-acc--with-icon .ot-acc-item__content {
  padding: 8px 20px 0 60px;
}
.ot-view-stacked .ot-acc--with-icon .ot-acc-item__content {
  padding-left: 100px;
}
.ot-acc-item__title i.up {
  display: none;
}
.ot-acc-item__title span.up {
  display: none;
}
.ot-acc-item__title i.down {
  margin-top: 5px;
}
.ot-acc-item__title i:before {
  font-size: 20px;
}
.ot-acc-item__title svg {
  display: block;
  width: 20px;
  fill: #43baff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-acc-item__content {
  display: none;
}
.ot-acc-item.current .ot-acc-item__title i.down {
  display: none;
}
.ot-acc-item.current .ot-acc-item__title i.up {
  display: inherit;
}
.ot-acc-item.current .ot-acc-item__title span.down {
  display: none;
}
.ot-acc-item.current .ot-acc-item__title span.up {
  display: inherit;
}
.ot-acc-item:last-child {
  border-bottom: none;
}
.ot-view-stacked .ot-acc-item__icon {
  padding: 0.5em;
  background-color: #ff6b52;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.support-box {
  position: relative;
}
.support-box .inner-box {
  position: relative;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transform-style: preserve-3d;
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.2);
}
.support-box .inner-box > div {
  backface-visibility: hidden;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}
.support-box h3 {
  font-weight: bold;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 45px;
  margin-bottom: 0;
  color: #fff;
}
.support-box .number-box {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 100px;
  line-height: 1;
  position: absolute;
  bottom: 28px;
  right: 15px;
  color: rgba(255, 255, 255, 0.2);
}
.support-box .overlay {
  z-index: 1;
  opacity: 1;
  text-align: center;
  padding: 20px 30px;
  background: #262051;
  color: #aeaacb;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.support-box .overlay span {
  z-index: -1;
}
.support-box:hover .inner-box {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.support-box:hover .inner-box .content-box {
  opacity: 0;
}

.ot-counter {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #1b1d21;
  display: inline-block;
  text-align: left;
}
.ot-counter span {
  font-size: 48px;
  line-height: 1;
}
.ot-counter span.num {
  padding-left: 20px;
}
.ot-counter h6 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #43baff;
  margin-top: 13px;
  margin-bottom: 0;
  padding-left: 20px;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
}
.ot-counter h6:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  top: 50%;
  margin-top: -4px;
  background: #43baff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.ot-counter.s2 h6 {
  margin-bottom: 13px;
  margin-top: 0;
}

.ot-counter2 {
  padding: 110px 60px 120px;
  position: relative;
  background: #f8f8f8;
}
.ot-counter2 .s-num {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
  color: var(--dvp-color-4);
  margin-bottom: 18px;
}
.ot-counter2 h6 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
}
.ot-counter2 p {
  font-size: 18px;
}
.ot-counter2 .b-num {
  font-size: 150px;
  line-height: 106px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
}
.ot-counter3{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background: #f5f2fc;
  padding: 25px 44px 32px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.ot-counter3 .icon-main{
  margin-right: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ot-counter3 i{
  color: #7141b1;
  font-size: 55px;
}
.ot-counter3 svg{
  fill: #7141b1;
  width: 55px;
}
.ot-counter3 span{
  color: #1b1d21;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}
.ot-counter3 h6{
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  color: #666;
  margin-bottom: 0;
}

/*Team*/
.team-wrap {
  text-align: center;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  background: #f8f8f8;
}
.team-wrap .team-info {
  padding: 25px 10px;
}
.team-wrap h4 {
  font-size: 22px;
  margin-bottom: 0;
}
.team-wrap h4 a {
  color: #1b1d21;
}
.team-wrap span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #797979;
}
.team-wrap .team-thumb {
  position: relative;
}
.team-wrap .team-social {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  overflow: hidden;
}
.team-wrap .team-social > div {
  padding: 3px 17px;
  background: #262051;
  transform: translateX(100%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.team-wrap .team-social a {
  display: block;
  color: #9390a8;
  font-size: 14px;
  line-height: 1;
  margin: 20px 0;
}
.team-wrap .team-social a:hover {
  color: #43baff;
}
.team-wrap:hover {
  background: #fff;
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}
.team-wrap:hover .team-social > div {
  transform: translateX(0);
}

.member-info {
  list-style: none;
  font-size: 18px;
  padding-left: 0;
}
.member-info li {
  padding-bottom: 10px;
}

.member-form {
  padding: 40px 50px;
}
.member-form h2 {
  margin-bottom: 5px;
}
.member-form input[type=text],
.member-form input[type=email] {
  width: 100%;
}

/*--------------------------------------------------------------
## Team 2
--------------------------------------------------------------*/
.ot-team-slider{
  margin: 0 -15px;
}
.ot-team-slider .ot-team{
  margin: 0 15px;
}
.ot-team {
  text-align: center;
  background: transparent;
}
.ot-team__thumb {
  margin-bottom: 25px;
  overflow: hidden;
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  transition: box-shadow 0.3s linear;
  -webkit-transition: box-shadow 0.3s linear;
  -moz-transition: box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear;
  -ms-transition: box-shadow 0.3s linear;
}
.ot-team:hover .ot-team__thumb{
  box-shadow: 2px 2px 40px 0px rgba(67, 186, 255, 0.4);
  -webkit-box-shadow: 2px 2px 40px 0px rgba(67, 186, 255, 0.4);
  -moz-box-shadow: 2px 2px 40px 0px rgba(67, 186, 255, 0.4);
}
.ot-team__info h5 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 5px;
}
.ot-team__info h5 a {
  color: #1b1d21;
  background-image: linear-gradient(0deg, currentColor, currentColor);
}
.ot-team__info h5 a:hover {
  color: #43baff;
}
.ot-team__info span {
  display: block;
  font-size: 14px;
  color: #6d6d6d;
  margin-bottom: 30px;
}
.ot-team__info p {
  margin-top: 10px;
  margin-bottom: 12px;
}
.ot-team__info .team-social a {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  margin-right: 15px;
  line-height: 1;
  color: #000000;
}
.ot-team__info .team-social a:last-child {
  margin: 0;
}
.ot-team__info .team-social a svg {
  width: 16px;
  fill: #1080d0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-team__info .team-social a:hover {
  color: #3b5999;
}
@media (max-width: 767px) {
  .custom-nav-top{
    display: none;
  }
}

/*Pricing Table*/
.ot-pricing-table {
  position: relative;
  overflow: hidden;
  padding: 45px 48px 48px;
  border: 1px solid #e7e7e7;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-pricing-table * {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.ot-pricing-table .icon-main {
  position: absolute;
  top: -80px;
  right: -88px;
  width: 188px;
  height: 188px;
  color: #fff;
  background-color: #262051;
  background-image: -moz-linear-gradient(125deg, #262051, #502a71);
  background-image: -webkit-linear-gradient(125deg, #262051, #502a71);
  background-image: linear-gradient(125deg, #262051, #502a71);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.ot-pricing-table .icon-main i, .ot-pricing-table .icon-main span, .ot-pricing-table .icon-main img, .ot-pricing-table .icon-main svg {
  position: absolute;
  bottom: 45px;
  left: 40px;
  font-size: 35px;
  line-height: 1;
}
.ot-pricing-table .icon-main i:before, .ot-pricing-table .icon-main span:before, .ot-pricing-table .icon-main img:before {
  font-size: 35px;
}
 .ot-pricing-table .icon-main svg {
  width: 35px;
 }
.ot-pricing-table .icon-main img {
  width: 35px;
}
.ot-pricing-table .inner-table .title-table {
  font-size: 24px;
  font-weight: 800;
}
.ot-pricing-table .inner-table h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  color: #43baff;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  padding-left: 27px;
}
.ot-pricing-table .inner-table h2 sup {
  position: absolute;
  top: 15px;
  left: 5px;
  font-size: 50%;
  font-weight: 600;
}
.ot-pricing-table .inner-table > span {
  color: #ababab;
  font-weight: 600;
  margin-bottom: 30px;
  display: block;
}
.ot-pricing-table .inner-table .details {
  padding-top: 25px;
  padding-bottom: 30px;
  border-top: 1px solid #e5e5e5;
  font-weight: 600;
  color: #ababab;
}
.ot-pricing-table .inner-table .details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 42px;
}
.ot-pricing-table .inner-table .details ul li:before {
  content: "";
  font-family: "Flaticon";
  font-size: 15px;
  font-weight: 400;
  margin-right: 20px;
}
.ot-pricing-table .inner-table .details ul li.active {
  color: #1b1d21;
}
.ot-pricing-table .inner-table .details ul li.active:before {
  color: #43baff;
}
.ot-pricing-table .inner-table .details.no-icon ul li:before {
  display: none;
}
.ot-pricing-table .octf-btn:hover {
  background: #fff;
  color: #7141b1;
}
.ot-pricing-table:hover {
  background: #262051;
  color: #fff;
}
.ot-pricing-table:hover .details {
  border-color: rgba(255, 255, 255, 0.15);
  color: #8e88b8;
}
.ot-pricing-table:hover h4,
.ot-pricing-table:hover .details ul li.active {
  color: #fff;
}
.ot-pricing-table:hover .inner-table > span {
  color: #8e88b8;
}

.ot-pricing-table-s2{
  background: #fff;
  border-radius: 20px;
  padding: 70px 60px 55px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-pricing-table-s2:hover{
  box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
}
.ot-pricing-table-s2 .title-table{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #999;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.ot-pricing-table-s2 .price{
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
  color: #669900;
  margin-bottom: 45px;
}
.ot-pricing-table-s2 .price sup{
  font-size: 35%;
  font-weight: 400;
  margin-right: 5px;
  top: -4px;
  vertical-align: revert;
}
.ot-pricing-table-s2 .price span{
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  margin-left: 8px;
}
.ot-pricing-table-s2 .details{
  margin-bottom: 20px;
}
.ot-pricing-table-s2 ul{
  margin: 0;
  padding-left: 0;
}
.ot-pricing-table-s2 ul li{
  list-style: none;
  border-top: 1px solid #d9d9d9;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
.ot-pricing-table-s2 .table-btn{
  border: 1px solid;
  border-radius: 10px;
  display: block;
  text-align: center;
  width: 100%;
  padding: 12px;
  text-transform: uppercase;
  font-weight: 800;
}
.ot-pricing-table-s2 .table-btn:hover{
  background: #7141b1;
  color: #fff;
}
.ot-pricing-table-s2 .featured{
  background: #f5480c;
  width: 130px;
  height: 33px;
  line-height: 33px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -65px;
  border-radius: 0 0 30px 30px;
}
.ot-pricing-table-s2.s2{
  border-radius: 0;
  padding: 40px;
}
.ot-pricing-table-s2.s2 .title-table{
  font-size: 14px;
}
.ot-pricing-table-s2.s2 .price{
  font-size: 36px;
  margin-bottom: 20px;
}
.ot-pricing-table-s2 .price span{
  color: #1b1d21;
}
.ot-pricing-table-s2.s2 .des-table{
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 27px;
}
.ot-pricing-table-s2.s2 .details{
  padding-top: 27px;
  border-top: 1px dotted #d9d9d9;
}
.ot-pricing-table-s2.s2 ul li{
  border: none;
  padding: 0 0 10px;
}
.ot-pricing-table-s2.s2 .table-btn{
  color: #43baff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  border-radius: 6px;
}
.ot-pricing-table-s2.s2 .table-btn:hover{
  background: #43baff;
  color: #fff;
}

.ot-pricing-table-s3{
  background: #fff;
  border-radius: 20px;
  padding: 45px 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  box-shadow: 5px 5px 29px 0px rgba(46, 118, 254, 0.12);
  -webkit-box-shadow: 5px 5px 29px 0px rgba(46, 118, 254, 0.12);
  -moz-box-shadow: 5px 5px 29px 0px rgba(46, 118, 254, 0.12);
}
.ot-pricing-table-s3 .title-table{
  color: #161d39;
  margin-bottom: 36px;
}
.ot-pricing-table-s3 .price{
  font-size: 90px;
  font-weight: bold;
  line-height: 1;
  color: #35d3c9;
  margin-bottom: 15px;
}
.ot-pricing-table-s3 .price sup{
  font-size: 55%;
  margin-right: 5px;
  top: -4px;
  vertical-align: revert;
}
.ot-pricing-table-s3 .price span{
  font-size: 36px;
}
.ot-pricing-table-s3 .des-table{
  margin-bottom: 40px;
}
.ot-pricing-table-s3 .table-btn{
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 217px;
  height: 62px;
  font-weight: 500;
  line-height: 62px;
  max-width: 100%;
  border-radius: 10px;
  background: #35d3c9;
  color: #fff;
}
.ot-pricing-table-s3 .table-btn:hover{
  background: #161d39;
}
.ot-pricing-table-s3 .more-btn{
  color: #35d3c9;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin-top: 20px;
}
.ot-pricing-table-s3 .more-btn:hover{
  color: #161d39;
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .ot-pricing-table {
    padding: 35px 20px;
  }
  .ot-pricing-table .inner-table .title-table {
    font-size: 20px;
  }
  .ot-pricing-table .inner-table h2 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .ot-pricing-table {
    padding: 45px;
    max-width: 330px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .ot-pricing-table {
    max-width: 470px;
  }
}
@media (max-width: 479px) {
  .ot-pricing-table {
    padding: 33px;
  }

  .ot-pricing-table .inner-table .details {
    font-size: 14px;
  }
}
.ot-testimonials {
  margin: 0 -15px;
}
.ot-testimonials .testi-item {
  padding: 0 15px;
  position: relative;
}
.ot-testimonials .layer1 {
  background: #f8f8f8;
  position: absolute;
  left: 30px;
  bottom: -20px;
  width: calc(100% - 55px);
  height: 100%;
  z-index: -1;
  box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.1);
}
.ot-testimonials .layer2 {
  background: #fff;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.1);
}
.ot-testimonials .t-head {
  overflow: hidden;
  justify-content: normal;
}
.ot-testimonials .t-head img {
  margin-right: 30px;
  width: 90px;
  height: auto;
  border-radius: 50%;
}
.ot-testimonials .t-head h6 {
  font-size: 20px;
  margin-bottom: 2px;
}
.ot-testimonials .t-head span {
  color: #9f9f9f;
}
.ot-testimonials .ttext {
  margin-top: 23px;
}

.ot-testimonials-2, .ot-testimonials-4 {
  margin: 0 -15px;
}
.ot-testimonials-2 .testi-item{
  margin: 0 15px;
  padding: 40px 40px 33px;
  background: #f4f8ff;
  border-radius: 10px;
}
.ot-testimonials-4 .testi-item{
  margin: 0 15px;
}
.ot-testimonials-4 .ttext{
  padding: 40px 30px 38px 40px;
  background: #f4f8ff;
  border-radius: 5px;
}
.ot-testimonials-2 .tstar{
  margin-bottom: 35px;
  width: 96px;
}
.ot-testimonials-4 .ticon{
  margin-bottom: 30px;
  width: auto;
  max-width: 96px;
}
.ot-testimonials-2 .ttext, .ot-testimonials-4 .ttext {
  font-size: 18px;
  font-weight: 600;
  color: #161d39;
  margin-bottom: 31px;
}
.ot-testimonials-4 .ttext{
  position: relative;
}
.ot-testimonials-4 .ttext:after{
  position: absolute;
  content: "";
  width: 26px;
  height: 36px;
  bottom: -8px;
  left: 25px;
  background: #f4f8ff;
  border-style: none none solid solid;
  border-width: 0 0 1px 1px;
  border-color: #f4f8ff;
  -webkit-transform: skewY(-45deg) rotate(-15deg);
  -ms-transform: skewY(-45deg) rotate(-15deg);
  transform: skewY(-45deg) rotate(-15deg);
}
.ot-testimonials-2 .t-head, .ot-testimonials-4 .t-head {
  overflow: hidden;
  justify-content: normal;
}
.ot-testimonials-2 .t-head img, .ot-testimonials-4 .t-head img {
  margin-right: 20px;
  width: 70px;
  height: auto;
  border-radius: 50%;
}
.ot-testimonials-2 .t-head h6, .ot-testimonials-4 .t-head h6 {
  font-size: 16px;
  font-weight: 400;
  color: #2e76fe;
  margin-bottom: 2px;
}
.ot-testimonials-2 .t-head span, .ot-testimonials-4 .t-head span {
  color: #80828e;
  font-size: 14px;
}

.ot-testimonials-2 .slick-dots li button{
  width: 20px;
  height: 10px;
  background: #d5e4ff;
  border-radius: 5px;
  transition: 0.3s;
}
.ot-testimonials-2 li.slick-active button{
  background: #35d3c9;
  width: 40px;
}
.ot-testimonials-2 .slick-dots li button:before{
  content: "";
}
.ot-testimonials-4 .slick-dots li button:before{
  font-size: 42px;
}
.ot-testimonials-4 .slick-dots li.slick-active button:before{
  font-size: 42px;
}
.ot-testimonials-3 .testi-item{
  padding-left: 30px;
}
.ot-testimonials-3 .ttext{
  color: #161d39;
  font-size: 36px;
  font-weight: 500;
  line-height: 54px;
  margin-bottom: 32px;
  position: relative;
}
.ot-testimonials-3 .ttext:before{
  content: "";
  position: absolute;
  left: -30px;
  top: 13px;
  width: 3px;
  height: calc(100% - 26px);
  background: #656ae5;
}
.ot-testimonials-3 .t-head h6{
  font-size: 18px;
  font-weight: 500;
  color: #656ae5;
  margin-bottom: 2px;
}
.ot-testimonials-3 .t-head span{
  color: #8990ac;
}
.ot-testimonials-3 .pagingInfo{
  line-height: 1;
  padding-left: 70px;
  margin-top: 40px;
  color: #8990ac;
}
.ot-testimonials-3 .pagingInfo span{
  color: #161d39;
}
.ot-testimonials-3 .slick-arrow{
  top: auto;
  bottom: -55px;
  line-height: 1;
  left: 30px;
  padding: 0;
  color: #8990ac;
}
.ot-testimonials-3 .slick-arrow:hover{
  color: #656ae5;
}
.ot-testimonials-3 .slick-arrow.next-nav{
  right: auto;
  left: 150px;
}
.ot-testimonials-3 .slick-arrow i:before{
  font-size: 12px;
  font-weight: bold;
}

@media (max-width: 480px) {
  .ot-testimonials .layer2 {
    padding: 25px;
  }

  .ot-testimonials .t-head img {
    margin-right: 20px;
    width: 80px;
  }
}
.ot-progress {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #1b1d21;
}
.ot-progress .pname {
  margin-bottom: 10px;
}
.ot-progress .iprogress {
  height: 8px;
  margin-bottom: 6px;
  position: relative;
}
.ot-progress .iprogress:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dadada;
}
.ot-progress .progress-bar {
  height: 100%;
  width: 0;
  background: #43baff;
  transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
}
.ot-chart-bar{
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
}
.ot-chart-bar .inner-bar{
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  height: 200px;
  text-align: center;
}
.ot-chart-bar .col-chart{
  position: relative;
  display: block;
  background-color: #43baff;
  border-radius: 20px 20px 0 0;
}
.ot-chart-bar .chart-title, .ot-chart-bar .percent{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ot-chart-bar .percent{
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 42px;
  color: #43baff;
  bottom: 100%;
}
.ot-chart-bar .chart-title{
  width: 100%;
  display: block;
  top: 100%;
  padding: 0;
  margin-top: 17px;
  margin-bottom: 0;
  word-wrap: break-word;
  font-size: 16px;
  font-weight: 500;
}
.circle-progress {
  justify-content: left;
}
.circle-progress .inner-bar {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.circle-progress .inner-bar > span {
  position: absolute;
  width: 100%;
  line-height: 1;
  top: 50%;
  left: 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 30px;
  margin-top: -15px;
  color: #1b1d21;
}
.circle-progress .inner-bar canvas {
  display: block;
}
.circle-progress .inner-bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  border: 1px solid #dadada;
}
.circle-progress h4 {
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-left: 20px;
  margin-bottom: 0;
}
.circle-progress.tbottom h4 {
  margin: 10px 0 0;
}

.easyPieChart {
  position: relative;
  text-align: center;
}

.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.message-box {
  padding: 10px;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.message-box .icon-main {
  float: left;
  font-size: 20px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  background: #0160e7;
}
.message-box .icon-main span:before {
  font-size: 20px;
}
.message-box .content-box {
  padding-left: 66px;
}
.message-box .content-box h6 {
  margin-bottom: 8px;
}
.message-box .content-box p {
  margin-bottom: 0;
  line-height: 1;
}
.message-box > i {
  position: absolute;
  top: 50%;
  right: 20px;
  line-height: 1;
  margin-top: -7px;
  color: #a5b7d2;
  cursor: pointer;
}
.message-box > i:before {
  font-size: 13px;
}

@media (max-width: 600px) {
  .message-box > i {
    top: 15px;
    right: 10px;
  }

  .message-box .content-box p {
    line-height: 1.4;
  }
}
.ot-countdown {
  text-align: center;
  font-size: 24px;
  display: flex;
  margin-bottom: 0;
  color: #fff;
}
.ot-countdown li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  flex-grow: 1;
  flex-basis: 0;
}
.ot-countdown li span {
  font-size: 100px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-bottom: 23px;
}
.ot-countdown li p {
  margin-bottom: 0;
}
.ot-countdown li.seperator {
  font-size: 100px;
  font-weight: 500;
  margin-top: -8px;
  color: #43baff;
  line-height: initial;
}

.cs-form {
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  max-width: 515px;
}
.cs-form > span.wpcf7-form-control-wrap {
  float: left;
}
.cs-form > span.wpcf7-form-control-wrap .wpcf7-text {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.cs-form > span.wpcf7-form-control-wrap .wpcf7-text::placeholder {
  color: #fff;
}
.cs-form .octf-btn {
  float: right;
}
.cs-form + div {
  max-width: 515px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.sub-home-6,
.sub-home-7{
  position: relative;
}
.sub-home-6:before{
  position: absolute;
  left: 25px;
  top: 20px;
  z-index: 1;
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22px;
  line-height: 1;
  color: #7f7f7f;
}
.sub-home-6 .wpcf7-email{
  background: #fff;
  width: 100%;
  height: 60px;
  padding: 0 220px 0 70px;
  border: 1px solid #dedede;
  border-radius: 5px;
}
.sub-home-6 .wpcf7-submit,
.sub-home-7 .octf-btn{
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  border-radius: 5px;
}
.sub-home-7 .wpcf7-email{
  background: #fff;
  width: 100%;
  padding-right: 150px;
}
.sub-home-7 .octf-btn{
  width: 130px;
  border-radius: 0;
}
div.wpcf7 .sub-home-6 .ajax-loader{
  display: none;
}

.sub-home-8 .wpcf7-email{
  width: calc(100% - 210px);
  padding-right: 25px;
}
.sub-home-8 .octf-btn{
  background: var(--dvp-color-1);
  border-radius: 5px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 200px;
  font-weight: 800;
}
.sub-home-8 .octf-btn:hover{
  background: var(--dvp-color-hover-1);
}
.sub-home-8 + .wpcf7-response-output,
.sub-home-10 + .wpcf7-response-output,
.sub-footer-13 + .wpcf7-response-output{
  color: #fff;
}
.sub-home-10{
  position: relative;
  overflow: hidden;
}
.sub-home-10 input{
  font-family: "Inter";
}
.sub-home-10 .wpcf7-email{
  width: 100%;
  max-width: 343px;
  border-radius: 10px;
  background: #00202F;
  color: #fff;
  font-size: 14px;
  height: 62px;
  padding-left: 25px;
  padding-right: 25px;
  float: left;
}
.sub-home-10 .wpcf7-email:focus{
  color: #fff;
}
.sub-home-10 .wpcf7-email::placeholder{
  color: #b1b5d3;
}
.sub-home-10 .octf-btn{
  margin-left: 10px;
  border-radius: 10px;
  background: #3C67FF;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 19px 50px;
  text-transform: none;
}
.sub-home-10 .octf-btn:hover{
  color: #3C67FF;
  background: #fff;
}
.sub-home-10 .ajax-loader{
  display: none;
}
.sub-home-11{
  overflow: hidden;
}

.sub-home-11 .wpcf7-email{
  width: 543px;
  max-width: 100%;
  background: #fff;
  border-radius: 10px;
  height: 62px;
  padding: 0 30px;
}
.sub-home-11 .octf-btn{
  background: #35d3c9;
  font-family: "Gothic A1";
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  margin-left: 10px;
  height: 62px;
  width: 217px;
  border-radius: 10px;
}
.sub-home-11 .octf-btn:hover{
  background: #161d39;
}
.sub-footer-11{
  position: relative;
  font-family: "Gothic A1";
}
.sub-footer-11 input[type=email] {
  font-family: "Gothic A1";
  height: 62px;
  width: 100%;
  background: #f4f8ff;
  color: #9ea0ac;
  border: none;
  padding: 0 84px 0 30px;
  border-radius: 10px;
}
.sub-footer-11 input[type=email]::placeholder {
  color: #9ea0ac;
}
.sub-footer-11 button{
  background: transparent;
  border: none;
  width: 84px;
  height: 62px;
  color: #2e76fe;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  outline: none;
}
.sub-footer-11 button i:before{
  font-size: 24px;
}
.sub-footer-11 label{
  font-size: 14px;
  line-height: 20px;
  color: #80828e;
  display: block;
  margin-top: 23px;
}
.sub-home-12{
  padding: 18px 18px 18px 0;
  background: #fff;
  border-radius: 5px;
}
.sub-home-12 input{
  font-family: "Epilogue";
  font-size: 18px;
  line-height: 30px;
  color: #80828E;
  padding: 17px 15px 17px 60px;
  width: 100%;
  max-width: 330px;
  background: #fff;
}
.sub-footer-12 input::placeholder {
  color: #80828E;
}
.sub-home-12 input[type=text]{
  border-right: 2px solid #f6f6f6;
}
.sub-home-12 .octf-btn{
  font-family: "Epilogue";
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  padding: 16px 45px;
  margin-left: 30px;
  margin-top: 15px;
  text-transform: capitalize;
  border-radius: 5px;
  background: #3f5aff;
}
.sub-home-12 span{
  display: inline-block;
}
.sub-home-12 span.your-name:before,
.sub-home-12 span.your-tel:before{
  position: absolute;
  left: 30px;
  top: calc( 50% - 10px );
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #7a8dff;
}
.sub-home-12 span.your-name:before{
  content: '\f2bd';
}
.sub-home-12 span.your-tel:before{
  content: '\f879';
}
.sub-home-12 .octf-btn:hover{
  background: #1F1F1F;
}
.sub-home-12 + .wpcf7-response-output{
  color: #1F1F1F;
}
@media (min-width: 1025px) {
  .sub-home-12{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sub-home-12 .octf-btn{
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .sub-home-12 input[type=text]{
    border-right: none;
  }
}
.sub-footer-13{
  position: relative;
}
.sub-footer-13 input[type=email] {
  font-family: "Inter";
  height: 48px;
  width: 100%;
  font-size: 14px;
  background: #ffffff;
  color: rgba(21,23,26,0.75);
  border: none;
  padding: 0 84px 0 20px;
  border-radius: 6px;
}
.sub-footer-13 input[type=email]::placeholder {
  color: rgba(21,23,26,0.75);
}
.sub-footer-13 button{
  position: absolute;
  top: 4px;
  right: 4px;
  background: #f6f8fa;
  border: none;
  width: 40px;
  height: 40px;
  color: #00A76A;
  text-align: center;
  outline: none;
  border-radius: 6px;
}
.sub-footer-13 button i:before{
  font-size: 18px;
}

.sub-footer-11 [type="checkbox"]:not(:checked), 
.sub-footer-11 [type="checkbox"]:checked,
.cf-home-12 [type="checkbox"]:not(:checked), 
.cf-home-12 [type="checkbox"]:checked,
.cf-home-9 [type="checkbox"]:not(:checked), 
.cf-home-9 [type="checkbox"]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}
.sub-footer-11 [type="checkbox"]:not(:checked) + span,
.sub-footer-11 [type="checkbox"]:checked + span,
.cf-home-9 [type="checkbox"]:not(:checked) + span,
.cf-home-9 [type="checkbox"]:checked + span {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}
.cf-home-12 [type="checkbox"]:not(:checked) + span,
.cf-home-12 [type="checkbox"]:checked + span {
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    font-size: 16px;
    color: #80828e;
    font-weight: 400;
}

/* checkbox aspect */
.sub-footer-11 [type="checkbox"]:not(:checked) + span:before,
.sub-footer-11 [type="checkbox"]:checked + span:before,
.cf-home-12 [type="checkbox"]:not(:checked) + span:before,
.cf-home-12 [type="checkbox"]:checked + span:before,
.cf-home-9 [type="checkbox"]:not(:checked) + span:before,
.cf-home-9 [type="checkbox"]:checked + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    width: 24px;
    height: 24px;
    background: #f4f8ff;
    border-radius: 4px;
    -webkit-transition: all .275s;
    transition: all .275s;
}
.cf-home-12 [type="checkbox"]:not(:checked) + span:before,
.cf-home-12 [type="checkbox"]:checked + span:before{
    background: #f0f1ff;
    border-radius: 2px;
}

/* checked mark aspect */
.sub-footer-11 [type="checkbox"]:not(:checked) + span:after,
.sub-footer-11 [type="checkbox"]:checked + span:after,
.cf-home-12 [type="checkbox"]:not(:checked) + span:after,
.cf-home-12 [type="checkbox"]:checked + span:after,
.cf-home-9 [type="checkbox"]:not(:checked) + span:after,
.cf-home-9 [type="checkbox"]:checked + span:after {
    content: '\f126';
    font-family: Flaticon;
    position: absolute;
    top: 10px;
    left: 7px;
    font-size: 11px;
    font-weight: 900;
    color: #2e76fe;
    line-height: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.cf-home-12 [type="checkbox"]:not(:checked) + span:after,
.cf-home-12 [type="checkbox"]:checked + span:after{
    color: #3f5aff;
}

/* checked mark aspect changes */
.sub-footer-11 [type="checkbox"]:not(:checked) + span:after,
.cf-home-12 [type="checkbox"]:not(:checked) + span:after,
.cf-home-9 [type="checkbox"]:not(:checked) + span:after {
    opacity: 0;
}

.sub-footer-11 [type="checkbox"]:checked + span:after,
.cf-home-12 [type="checkbox"]:checked + span:after,
.cf-home-9 [type="checkbox"]:checked + span:after {
    opacity: 1;
}
.footer-home-14 br,
.cf-home-9 br,
.cf-home-12 br{
  display: none;
}
.cf-home-9 p:last-child,
.cf-home-12 p:last-child{
  margin: 0;
}
.cf-home-9 input[type=text],
.cf-home-9 input[type=tel],
.cf-home-9 input[type=email],
.cf-home-9 textarea{
  width: 100%;
  background: transparent;
  color: #8990ac;
  padding: 15px 0;
  border-bottom: 1px solid rgba(137,144,172,0.2);
}
.cf-home-12 input[type=text],
.cf-home-12 input[type=tel],
.cf-home-12 input[type=email],
.cf-home-12 textarea{
  font-family: 'Epilogue';
  font-size: 18px;
  width: 100%;
  background: transparent;
  color: #80828e;
  padding: 12px 0 15px;
  line-height: 1;
  border-bottom: 2px solid #f5f5f5;
}
.cf-home-9 input::placeholder{
  color: #8990ac;
}
.cf-home-12 input::placeholder{
  color: #80828e;
}
.cf-home-9 h4{
  font-family: "Poppins";
  font-weight: 500;
}
.cf-home-9 label{
  display: block;
  margin-top: 30px;
  font-size: 14px;
  color: #8990ac;
}
.cf-home-12 label{
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #1F1F1F;
  margin-bottom: 42px;
}
.cf-home-12 .octf-btn{
  font-family: 'Epilogue';
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: #3f5aff;
  text-transform: none;
  border-radius: 5px;
  padding: 20px 45px;
}
.cf-home-12 .octf-btn:hover{
  background: #1F1F1F;
}
.cf-home-9 .octf-btn{
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: #656ae5;
  text-transform: none;
  border-radius: 10px;
  padding: 19px 62px;
  margin-top: 35px;
}
.wpcf7 .cf-home-9 .wpcf7-not-valid,
.wpcf7 .cf-home-12 .wpcf7-not-valid{
  border: none;
  border-bottom: 1px solid #f00;
}

.sub-footer-9{
  font-family: "Poppins";
}
.sub-footer-9 input[type=email]{
  font-family: "Poppins";
  background: transparent;
  border-radius: 0;
  padding-left: 0;
  padding-right: 36px;
  border-bottom: 1px solid rgba(137,144,172,0.2);
}
.sub-footer-9 button{
  color: #656ae5;
  width: auto;
}
.sub-footer-9 [type="checkbox"]:not(:checked) + span:after, 
.sub-footer-9 [type="checkbox"]:checked + span:after,
.cf-home-9 [type="checkbox"]:not(:checked) + span:after, 
.cf-home-9 [type="checkbox"]:checked + span:after{
  color: #656ae5;
}
.cf-home-12 [type="checkbox"]:not(:checked) + span:after, 
.cf-home-12 [type="checkbox"]:checked + span:after{
  color: #3f5aff;
}
.sub-footer-9 [type="checkbox"]:not(:checked) + span:before, 
.sub-footer-9 [type="checkbox"]:checked + span:before,
.cf-home-9 [type="checkbox"]:not(:checked) + span:before, 
.cf-home-9 [type="checkbox"]:checked + span:before{
  background: transparent;
  border: 1px solid rgba(137,144,172,0.2);
}
.cf-home-12{
    font-family: 'Epilogue';
}
.footer-home-14 input[type=email]{
  font-family: "Sora";
  width: 100%;
  background: transparent;
  color: #1c0a27;
  padding: 3px 0;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(28,10,39,0.25);
}
.footer-home-14 input[type=email].wpcf7-not-valid{
  border-color: transparent;
  border-bottom-color: #f00;
}

.footer-home-14 input::placeholder{
  color: rgba(28,10,39,0.6);
}
.footer-home-14 .octf-btn{
  font-family: "Sora";
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  color: #fff;
  background: #1c0a27;
  text-transform: none;
  border-radius: 27px;
  padding: 10px 35px;
  line-height: 32px;
}
.footer-home-14 .octf-btn:hover{
  color: #1c0a27;
  background: #fff;
}
.footer-home-14 + .wpcf7-response-output{
  color: #1c0a27;
}
@media (max-width: 1024px) {
  .sub-home-11 .octf-btn{
    width: 160px;
  }
}

@media (max-width: 767px) {
  .ot-countdown {
    font-size: 16px;
  }

  .ot-countdown li span,
  .ot-countdown li.seperator {
    font-size: 42px;
  }

  .ot-countdown li span {
    margin-bottom: 15px;
  }

  .ot-countdown li.seperator {
    line-height: 55px;
  }
  .wpcf7 .sub-home-10 .ajax-loader{
    display: none;
  }
  .sub-home-10 .wpcf7-email{
    max-width: none;
    height: 52px;
    padding-right: 165px;
  }
  .sub-home-10 .octf-btn{
    padding: 14px 30px;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0;
  }
  .sub-home-11{
    text-align: center;
  }
  .sub-home-11 .wpcf7-email{
    width: 100%;
  }
  .sub-home-11 .octf-btn{
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (max-width: 600px) {
  .cs-form > span.wpcf7-form-control-wrap {
    float: none;
    display: block;
  }

  .cs-form .octf-btn {
    float: none;
    margin-top: 15px;
  }
  .sub-home-6:before{
    left: 15px;
    font-size: 18px;
    top: 15px;
  }
  .sub-home-6 .wpcf7-email{
    height: 48px;
    font-size: 14px;
    padding: 0 140px 0 45px;
  }
  .sub-home-6 .wpcf7-submit{
    width: 120px;
  }
  .sub-home-8 .wpcf7-email{
    width: 100%;
    padding-right: 25px;
  }
  .sub-home-8 .octf-btn{
    width: 100%;
    height: 45px;
    position: static;
    margin-top: 10px;
  }
}
.video-popup a {
  position: relative;
  width: 65px;
  height: 65px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  line-height: 65px;
  color: #43baff;
}
.video-popup a i {
  margin-left: 8%;
}
.video-popup a i:before {
  font-size: 21px;
}
.video-popup a:hover {
  background: #43baff;
  color: #fff;
}
.video-popup a:hover span {
  border-color: #43baff;
}
.video-popup a span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  animation: circle-fade-before 2s infinite ease-in-out;
  -webkit-animation: circle-fade-before 2s infinite ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.video-popup a .circle-2 {
  animation: circle-fade-after 2s infinite ease-in-out;
  -webkit-animation: circle-fade-after 2s infinite ease-in-out;
}
.video-popup > span {
  margin-left: 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  color: #1b1d21;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5px;
}
.video-popup .btn-inner {
  display: inline-block;
  border-radius: 50%;
}

@keyframes circle-fade-before {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes circle-fade-after {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
@keyframes slide-up{
  0%{height:0;} 
}

/*--------------------------------------------------------------
## Switcher
--------------------------------------------------------------*/
.ot-switcher {
  text-align: center;
}
.ot-switcher > span {
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
  color: #999;
}
.ot-switcher > span.active {
  color: #000;
}
.ot-switcher .switch {
  margin: 0 15px;
}
.ot-switcher .switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
  vertical-align: middle;
}
.ot-switcher .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.ot-switcher .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #43baff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ot-switcher .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 5px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ot-switcher input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.ot-switcher .slider.round {
  border-radius: 12px;
}
.ot-switcher .slider.round:before {
  border-radius: 50%;
}

/**tab titles**/
.tab-titles{
  
}
.title-item{
  padding: 30px 44px;
  border: 1px solid #dee1e7;
  border-radius: 5px;
  margin-bottom: 10px;
  background: #fff;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s linear;
}
.title-item:last-child{
  margin-bottom: 0!important;
}
.title-item:hover,
.title-item.tab-active{
  border-color: #43baff;
}
.title-item .icon-main{
  margin-right: 40px;
}
.title-item i{
  font-size: 70px;
  color: #1b1d21;
}
.title-item svg{
  width: 70px;
  fill: #1b1d21;
}
.title-item h5{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 13px;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.title-item:hover h5,
.title-item.tab-active h5{
  color: #43baff;
}

.tab-titles-2{
  text-align: center;
}
.title-item-2{
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  min-width: 228px;
  padding: 24px 0;
  margin-left: 80px;
  border-bottom: 3px solid transparent;
  transition: 0.3s;
}
.title-item-2:first-child{
  margin: 0!important;
}
.title-item-2.tab-active{
  border-color: #2e76fe;
}
.title-item-2 h5{
  margin-bottom: 0;
  color: #80828e;
}
.title-item-2.tab-active h5,
.title-item-2:hover h5{
  color: #2e76fe;
}

@media (max-width: 1024px) {
  .title-item-2{
    float: left;
    min-width: 0;
    width: 33.33%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .title-item-2{
    display: block;
    float: none;
    width: 100%;
  }
}

/**tabs**/
.ot-tabs .tabs-heading {
  margin: 0 -5px;
  overflow: hidden;
}
.ot-tabs .tab-link {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  font-size: 14px;
  padding: 14px 30px 14px 30px;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  background: #43baff;
  cursor: pointer;
  border: 1px solid transparent;
  color: #fff;
  outline: none;
  min-width: 130px;
  background: #f6f6f6;
  color: #1b1d21;
  margin: 0 5px;
  float: left;
  font-weight: 800;
  cursor: pointer;
}
.ot-tabs .tab-link:visited {
  color: #fff;
}
.ot-tabs .tab-link:hover, .ot-tabs .tab-link:focus {
  background: #7141b1;
  color: #fff;
}
.ot-tabs .tab-link.current, .ot-tabs .tab-link:hover {
  background: var(--dvp-bg-5);
  color: #fff;
}
.ot-tabs .tab-content {
  display: none;
  padding: 25px 0;
}
.ot-tabs .tab-content.current {
  display: inherit;
}
.ot-tabs p:last-child {
  margin-bottom: 0;
}

.otf-social-share a {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  margin-right: 10px;
  cursor: pointer;
  line-height: 1;
  margin-right: 5px;
  background-color: #222;
  color: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.otf-social-share a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.otf-social-share a:hover {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.otf-social-share a:last-child {
  margin-right: 0px;
}
.otf-social-share a.share-facebook {
  background-color: #4661c5;
}
.otf-social-share a.share-twitter {
  background-color: #44b1e4;
}
.otf-social-share a.share-google {
  background-color: #dd4b39;
}
.otf-social-share a.share-pinterest {
  background-color: #ff2e2e;
}
.otf-social-share a.share-linkedin {
  background-color: #0073B0;
}
.otf-social-share a.share-buffer {
  background-color: #000000;
}
.otf-social-share a.share-digg {
  background-color: #005be2;
}
.otf-social-share a.share-reddit {
  background-color: #ff4500;
}
.otf-social-share a.share-tumbleupon {
  background-color: #eb4924;
}
.otf-social-share a.share-tumblr {
  background-color: #35465c;
}
.otf-social-share a.share-vk {
  background-color: #45668e;
}
.otf-social-share a.share-yummly {
  background-color: #E16120;
}
.otf-social-share a.share-email {
  background-color: #E84231;
}
.otf-social-share a.share-print {
  background-color: #4982C3;
}
.otf-social-share.shape-rounded a {
  border-radius: 10%;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
}
.otf-social-share.shape-circle a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.ot-industries .indus-item {
  padding: 30px;
}
.ot-industries .indus-item .item-inner {
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 0px;
  position: relative;
}
.ot-industries .indus-item .item-inner .iinfo {
	padding: 20px 30px;
}
.ot-industries .indus-item .item-inner .i-image {
  position: relative;
}
.ot-industries .indus-item .item-inner h6 {
  font-weight: 800;
  margin-bottom: 15px;
}
.ot-industries .indus-item .item-inner .overlay {
  opacity: 1;
  overflow: hidden;
  background: transparent;
}
.ot-industries .indus-item .item-inner .overlay:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: -15px;
  right: -15px;
  z-index: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: var(--color7);
}

/**domain checker**/
.ot-domain-checker{
  overflow: hidden;
  text-align: center;
}
.ot-domain-checker form input{
  width: 543px;
  max-width: 100%;
  background: #fff;
  border-radius: 10px;
  height: 62px;
  padding: 0 30px;
}
.ot-domain-checker .octf-btn{
  background: #35d3c9;
  font-family: "Gothic A1";
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  margin-left: 10px;
  height: 62px;
  width: 217px;
  border-radius: 10px;
}
.ot-domain-checker .octf-btn:hover{
  background: #161d39;
}

@media (max-width: 1024px) {
  .ot-domain-checker .octf-btn{
    width: 160px;
  }
}

@media (max-width: 767px) {
  .ot-domain-checker{
    text-align: center;
  }
  .ot-domain-checker form input{
    width: 100%;
  }
  .ot-domain-checker .octf-btn{
    margin-left: 0;
    margin-top: 15px;
  }
}

/**domain list**/
.domain-list{
  padding: 0 15px;
  margin-right: -30px;
  margin-left: -30px;
}
.domain-item{
  position: relative;
  background: #fff;
  padding: 40px 15px 35px;
  text-align: center;
  border-radius: 10px;
  transition: 0.3s;
  box-shadow: 5px 5px 15px 0 rgba(46,118,254,0.12);
  margin: 0 15px 15px;
}
.domain-item:hover{
  background: #2e76fe;
}
.domain-item > a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.domain-item h4{
  line-height: 1;
  margin-bottom: 5px;
  color: #161d39;
}
.domain-item span{
  color: #35d3c9;
  font-size: 18px;
}
.domain-item:hover h4,
.domain-item:hover span{
  color: #fff;
}

@media only screen and (max-width: 1400px) {
  .ot-industries .indus-item .item-inner .i-image {
    left: -50px;
  }
}
@media only screen and (max-width: 479px) {
  .ot-industries .indus-item {
    padding: 15px 30px 50px;
  }
  .ot-industries .indus-item .item-inner {
    padding: 30px;
  }
  .ot-industries .indus-item .item-inner .i-image {
    display: none;
  }
}
.dc-text .elementor-drop-cap {
  font-family: "Montserrat", sans-serif;
  float: left;
  text-align: center;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 1;
  margin: 8px 18px 0 0 !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.dc-text .elementor-drop-cap span {
  font-size: 24px;
  line-height: 38px;
  border: 1px solid #e7e7e7;
  display: block;
  font-weight: 800;
  color: #43baff;
}
.dc-text.dc-text-second .elementor-drop-cap span {
  color: #7141b1;
}

/*Roadmap*/
.ot-timeline__list{
  position: relative;
  padding-left: 30px;
}
.ot-timeline__list:before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-image: linear-gradient(to bottom, #e1f0fa, #495aff);
}
.ot-timeline .date-timeline{
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 10px;
}
.ot-timeline .content-timeline{
  display: inline-block;
  margin-bottom: 0;
}
.ot-timeline .circle{
  padding-left: 16px;
}
.ot-timeline .circle:before{
  font-size: 8px;
}
.ot-timeline .item-content-timeline{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 10px 25px;
  line-height: 22px;
  border-radius: 32px;
  background-color: #43baff;
  color: #fff;
  min-height: 64px;
}
.ot-timeline .item-content-timeline:last-child{
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .ot-timeline .date-timeline{
    margin-bottom: 60px;
  }
  .ot-timeline__list{
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 50px;
  }
  .ot-timeline__list > * {
    flex: 1;
  }
  .ot-timeline__list:before{
    left: 0;
    top: 77px;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, #e1f0fa, #495aff);
  }
}
@media only screen and (max-width: 767px) {
  .ot-timeline .content-timeline{
    margin-bottom: 30px;
  }
}

/*Roadmap Carousel*/
.roadmap-carousel-container{
  position: relative;
}
.roadmap-carousel-container:before {
  position: absolute;
  height: 3px;
  width: 100%;
  content: '';
  left: 0;
  top: 50px;
  background: #bb04ff;
}
.roadmap-carousel {
  position: relative;
}
.roadmap-carousel:before, .roadmap-carousel:after {
  position: absolute;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  content: '';
  top: 45px;
  background: #bb04ff;
}
.roadmap-carousel:before {
  left: 0;
}
.roadmap-carousel:after {
  right: 0;
}
.roadmap-item {
  text-align: center;
  position: relative;
  padding: 0 20px;
  margin-bottom: 30px;
}
.roadmap-item:after {
  position: absolute;
  top: 86px;
  left: 50%;
  content: '';
  transform: translateX(-50%);
  height: 60px;
  width: 2px;
  background: rgba(219,205,242,.6);
}
.roadmap-item h6 {
  position: relative;
  padding-bottom: 120px;
}
.roadmap-item h6:before, .roadmap-item h6:after{
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.roadmap-item h6:before{
  color: #fff;
  top: 36px;
  background: rgba(187,4,255,.6);
  height: 31px;
  width: 31px;
}
.roadmap-item h6:after{
  top: 46px;
  background: #fff;
  height: 10px;
  width: 10px;
  box-shadow: 0px 0px 32px 12px #bb04ff;
}
.roadmap-item.roadmap-current h6:before{
  background: #d7f024;
}
.roadmap-item.roadmap-current h6:after{
  background: #bb04ff;
  box-shadow: 0px 0px 32px 12px #d7f024;
}

.wpcf7 .main-form {
  padding: 60px 48px;
  background-image: linear-gradient(90deg, #43BAFF -60%, #262051 60%);
  color: #fff;
}

.wpcf7 .main-form .octf-btn {
	background-color: var(--global-color-16);
}

.wpcf7 .main-form-2 {
  padding: 60px 48px;
  background-image: linear-gradient(90deg, #00deff 0%, #7141b1 100%);
  color: #fff;
}

.wpcf7 .main-form h2 {
  color: #fff;
  margin-bottom: 10px;
}
.wpcf7 .main-form p {
  color: #fff;
}
.wpcf7 .main-form .font14 {
  margin-bottom: 30px;
}
.wpcf7 .main-form input,
.wpcf7 .main-form textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.wpcf7 .main-form input::placeholder,
.wpcf7 .main-form textarea::placeholder {
  color: #fff;
}
.wpcf7 .main-form button {
  font-weight: 800;
}
.wpcf7 .main-form button:hover {
  background: #7141b1;
}
.wpcf7 .main-form p:last-child {
  margin-bottom: 0;
}
.wpcf7 div.wpcf7-response-output {
  margin: 20px 0 0;
}
.wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .wpcf7-not-valid {
  border: 1px solid #f00;
}
.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-acceptance-missing {
  background: #f7e700;
  color: #000;
}
.wpcf7 div.wpcf7-mail-sent-ok {
  background: #398f14;
  color: #fff;
}

.partners .swiper-slide-image {
  -webkit-filter: contrast(0%);
  filter: contrast(0%);
  opacity: 0.7;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.partners .swiper-slide-image:hover {
  -webkit-filter: none;
  /* Safari 6.0 - 9.0 */
  filter: none;
  opacity: 1;
}

div.swiper-container-horizontal > .swiper-pagination-bullets,
div.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 30px;
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .ot-tabs .tab-link {
    min-width: 116px;
    padding: 14px 25px;
  }
}
@media only screen and (max-width: 480px) {
  .wpcf7 .main-form {
    padding: 30px;
  }

  .ot-tabs .tab-link {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
}

/* II. PRODUCT PAGE */

.single-product .woocommerce-breadcrumb {
	margin: 0px;
    padding: 20px 40px 0px 40px;
}

.single-product .site-content .content-area {
    width: 1440px;
    margin: auto;
}

.single-product .site-content {
	background-color: #F2F5FA;
    background-image: url(https://chartingstudio.com/assets/uploads/images/bg-patterns/bg-pattern-6.svg);
    background-repeat: no-repeat;
}

.single-product .site-content .summary {
	padding: 40px;
}

.single-product .yith_wapo_groups_container h3:first-child {
	display:none;
}

.single-product .product_title {
	text-align: left;
}

.ywapo_options_container {
	grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
}

.yith_wapo_groups_container {
	display: flex !important;
}

.ywapo_options_container .ywapo_input_container:first-child {
	pointer-events: none;
}

.yith_wapo_groups_container .ywapo_group_container {
	width: 75%;
}

.yith_wapo_group_total {
	width: 25%;
	margin-left: 60px;
	padding: 20px;
	background-color: #fff;
}

.yith_wapo_group_total table td {
    text-align: left !important;
}

.ywapo_input_container {
	background-color: #fff;
	position: relative;
	padding: 0px !important;
    margin: 0px !important;
	border-width: 2px !important;
	border-color: #d6d3d3 !important;
}

.ywapo_input_container.ywapo_input_container_labels.ywapo_selected {
    border-color: var(--color5) !important;
}

.ywapo_input_container.ywapo_input_container_labels.ywapo_selected:after {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    padding: 3px;
    text-align: center;
    background-color: var(--dvp-bg-5);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -6px;
    right: -6px;
    color: #fff;
    line-height: 24px !important;
}

.ywapo_input_container .ywapo_label.with_image {
	width: 100%;
}

.ywapo_input_container .ywapo_label.with_image img {
    height: 150px;
    width: 100% !important;
    object-fit: cover;
    object-position: center center;
    position: relative;
	margin: 0px !important;
}

.ywapo_input_container .ywapo_label.with_image .ywapo_option_label {
    width: 75%;
    display: inline-block;
    margin: 15px 15px 0px 15px;
	font-size: 18px;
    line-height: 28px;
}

.ywapo_input_container .ywapo_label_price {
	display: inline-block;
    float: right;
    position: relative;
    margin-top: -30px;
	margin-right: 15px;
}

.wapo_option_description {
    font-style: normal !important;
    opacity: 1 !important;
	padding: 15px;
}

.yith_wapo_group_total h6 {
	margin:10px 0px 0px 0px;
}

.yith_wapo_group_total #displaytoolboxes {
	margin: 20px 0px;
}

/*
.ywapo_input_container .ywapo_input_checkbox {
	position: absolute;
    right: 0px;
}

.ywapo_input_container .ywapo_label.with_image {
	width: 100%;
}

.ywapo_label_position_after {
	margin-left: 50%;
}

.ywapo_input_container label:last-of-type {
	float: right;
    right: 10px;
    position: relative;
}
*/

.single_add_to_cart_button.subscribe {
	display: block !important;
}

.summary.entry-summary form.cart .single_add_to_cart_button {
	display: none;
}

.summary.entry-summary p.price {
	display: none !important;
}

.ywapo_input_container small, .yith_wapo_group_final_total small {
	display: none !important;
}

.ywapo_input_container .wapo_option_description a {
	font-weight: 600;
}

@media (min-width: 1025px) and (max-width: 1199px) {

}

@media only screen and (max-width: 480px) {

}

/* END PRODUCT PAGE */

/* III. CHECKOUT PROCESS */

/* 3.1 Cart Page */

.header-finalizare-comanda {
	margin: -40px 0 40px 0;
    background-color: #efefef;
}

.header-finalizare-comanda .container-big {
	max-width: 1440px;
    margin: auto;
    padding: 20px 40px;
}

.page-title-checkout h1 {
	margin-bottom: 0px;
}

.page-title-checkout .back-button {
	font-size: 12px;
	font-weight: 600;
	color: var(--global-color-15);
}

.woocommerce .checkout-steps {
    margin: 40px 0px;
    text-align: left;
}

.woocommerce .checkout-steps .pas-comanda-bloc {
    display: inline-block;
	font-size: 18px;
}

.woocommerce-cart .pas-comanda.cart, .woocommerce-checkout .pas-comanda.cart, .woocommerce-checkout .pas-comanda.checkout {
    background-color: var(--global-color-15);
    border: 1px solid var(--global-color-15);
	color:#fff;
}

.pas-comanda {
	text-align: center;
    padding: 6px 11px;
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 18px;
    border-radius: 50%;
    background-color: var(--wc-secondary);
}

.checkout-steps .step-cart, .checkout-steps .step-checkout, .checkout-steps .step-complete {
    color: #000;
    margin-left: 7px;
    font-weight: 500;
}

.checkout-steps .fa-chevron-right {
	font-size: 17px;
    color: var(--color2);
    position: relative;
    display: inline-block;
    padding: 0px 5px;
    top: 1px;
}

.woocommerce .woocommerce-cart-form {
    width: 66.66%;
    float: left;
    font-size: 13px;
}

.woocommerce .cart-collaterals {
    width: 33.33%;
    float: right;
    padding-left: 60px;
}

.woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
}

.woocommerce-checkout-review-order, .cart-collaterals .cart_totals {
    background-color: #f7f8f9;
}

.woocommerce .cart_totals th {
    background-color: transparent !important;
    border-bottom: 1px solid rgba(0,0,0,.1) !important;
}

.woocommerce .cart_totals td {
	text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
	background-color: #EEEFFF;
    color: #323995;
    padding: 15px 20px !important;
    margin-bottom: 0px !important;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
	margin: 0px;
    padding: 0px;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button {
	margin: 20px;
    border-radius: 10px;
	font-weight: 600;
}

.buyer-protection {
	display: flex;
    padding: 0px;
	margin-top: 30px;
}

.buyer-protection .icon-buyer-protection {
	margin-right: 20px;
}

.buyer-protection .icon-buyer-protection i {
	font-size: 42px;
    color: var(--color2);
}

.buyer-protection .buyer-protection-description span {
	display: block;
}

.buyer-protection .buyer-protection-description span.title-protection {
	font-size: 17px;
	font-weight: 600;
	line-height: 27px;
}

.woocommerce-cart-form__cart-item {
    box-shadow: 0 2px 35px rgba(66,172,212,.24);
    display: grid;
    grid-column-gap: 25px;
    grid-row-gap: 10px;
    grid-template-columns: 100px 1fr 30%;
    grid-template-rows: auto auto;
    padding: 30px;
}

.woocommerce-cart .cart_item .product-image {
    align-self: flex-start;
    grid-area: 1/1/3/2;
}

.woocommerce-cart .cart_item .product-name {
    align-self: end;
    grid-area: 1/2/2/3;
}

.woocommerce-cart .cart_item .product-name a {
	font-size: 18px;
    color: var(--color2);
    font-weight: 500;
}

.woocommerce-cart .cart_item .product-name a:hover {
	color: var(--color7);
}

.woocommerce-cart .cart_item .product-name .variation dt {
	display: none;
}

.woocommerce-cart .cart_item .product-name .variation dd {
	margin: 3px 0px;
}

.woocommerce-cart .cart_item .product-name .variation dd p {
	margin: 0px;
}

.woocommerce-cart .cart_item .product-name .subscription-notice {
	margin-top: 15px;
    font-style: italic;
    font-weight: 600;
}

.woocommerce-cart .cart_item .product-image .product-remove a {
    width: auto;
    height: auto;
    border: none !important;
    margin-top: 10px;
    display: block;
	font-size: 11px;
}

.woocommerce-cart .cart_item .product-qty {
    align-self: start;
    font-size: 12px;
    grid-area: 2/2/3/3;
}

.woocommerce-cart .cart_item .product-price {
    align-self: center;
    grid-area: 1/3/3/4;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
}

.footer-checkout {
	max-width: 1440px;
	margin: 40px auto 0px auto;
	border-top: 1px solid #efefef;
	padding: 40px;
	font-size: 12px;
}

footer.footer-checkout div.copyright div.payments {
    text-align: right;
}

footer.footer-checkout div.copyright div.payments div.payment_cards {
    display: inline-block;
    padding-right: 15px;
    text-align: left;
}

footer.footer-checkout div.copyright div.payments div.payment-options-label {
    display: inline-block;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 600;
}

footer.footer-checkout div.copyright div.payments div.payment_cards img {
    margin-left: 5px;
}

footer.footer-checkout div.copyright div.payments div.payment-options-label img {
    vertical-align: text-bottom;
    display: inline-block;
    margin-right: 10px;
}

/* 3.2 Checkout Page */

.woocommerce-checkout .form-row .optional {
	display: none;
}

.woocommerce-billing-fields {
	position: relative;
}

.woocommerce-billing-fields > h3 {
    display: none !important;
}

.woocommerce-checkout h3 {
    font-size: 18px !important;
	font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0px !important;
    padding: 0px !important;
    color: var(--global-color-15);
    text-transform: uppercase;
    line-height: 1em;
    width: 100%;
    display: block;
}

.woocommerce-billing-fields .inmotion-show-login {
    position: absolute;
    right: 0px;
    top: 15px;
    color: #000;
    font-weight: 600;
    cursor: pointer;
	font-size: 14px;
}

#billing_wooccm13_field > label {
	display: none;
}

#billing_wooccm13_field .woocommerce-radio-wrapper br {
	display: none;
}

#billing_wooccm13_field .woocommerce-radio-wrapper label {
	margin-right: 15px;
}

.woocommerce-account-fields .checkout-create-account p {
	margin-top:10px !important;
}

.woocommerce-account-fields .checkout-create-account a {
	font-weight: 600;
	color: var(--global-color-16);
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
	display: none;
}

.woocommerce-checkout-review-order-table thead {
	display: none;
}

.woocommerce-checkout-review-order-table .product-name {
	font-size: 18px;
	font-weight: 600;
}

.woocommerce-checkout-review-order-table .product-name .product-quantity {
	display: none;
}

.woocommerce-checkout-review-order-table .cart_item .variation dt {
	display: none !important;
}

.woocommerce-checkout-review-order-table .cart_item .variation dd {
	font-size: 15px !important;
	font-weight: normal;
	margin-left: 10px !important;
}

#order_review_heading, h3.checkout-payment-heading {
	background-color: #EEEFFF;
    color: #323995;
    padding: 15px 20px !important;
    margin-bottom: 0px !important;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

h3.checkout-payment-heading {
    margin-bottom: 20px !important;
}

.woocommerce-checkout-review-order-table tr.cart-subtotal {
	display: none;
}

.place-order .woocommerce-terms-and-conditions-wrapper{
	padding: 20px;
} 

.woocommerce-terms-and-conditions-wrapper .input-checkbox {
    display: inline-block !important;
    position: relative !important;
    margin: 0px 6px 0px 0px !important;
}

.woocommerce-checkout-payment .place-order {
	padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.woocommerce-checkout-payment .place-order .button {
	font-size: 1.25em !important;
}

@media (min-width: 1025px) and (max-width: 1199px) {

}

@media only screen and (max-width: 480px) {

}

/* END CHECKOUT PROCESS */

/* CLIENT DASHBOARD */

/* 4.1. Template PHP CUSTOM */
.page-template-register-template .site-content {
	padding: 0px;
}

.proces-inregistrare-cont .col-2 {
	background-image: url('https://chartingstudio.com/assets/uploads/images/images/dvp-chart-st-10.png');
    height: 100vh;
    background-repeat: no-repeat;
    object-fit: cover;
    object-position: center center;
}

/* 4.2 POP-up Plugin */

.lrm-user-modal-container {
	max-width: 1000px;
}

.lrm-signin-section.is-selected, .lrm-signup-section.is-selected, .lrm-reset-password-section.is-selected, .lrm-creare-cont-section.is-selected {
	display: flex;
}

.lrm-signin-section .lrm-form, .lrm-signup-section .lrm-form, .lrm-reset-password-section .lrm-form, .lrm-creare-cont-section .lrm-form {
	order: 2;
	width:55%;
	padding: 40px 0px !important;
}

.lrm-signin-section .login-pop-up-col-2, .lrm-signup-section .login-pop-up-col-2, .lrm-reset-password-section .login-pop-up-col-2, .lrm-creare-cont-section .login-pop-up-col-2 {
	width: 45%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('https://chartingstudio.com/assets/uploads/images/images/dvp-chart-st-10.png');
    background-position: center center;
    position: relative;
    order: 1;
}

.lrm-signin-section .lrm-integrations, .lrm-signup-section .lrm-integrations {
	text-align: center;
}

.lrm-signin-section .lrm-integrations h3 {
    margin-bottom: 15px;
    color: var(--global-color-10);
}

.lrm-signin-section .creare-cont-summary {
	margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #efefef;
}

.lrm-signin-section .creare-cont-summary .lrm-switch-to-creare-cont {
	color: var(--accent);
	font-weight: bold;
}

.lrm-signin-section .creare-cont-summary .lrm-switch-to-creare-contr:hover {
	text-decoration: underline;
}

.lrm-signin-section .creare-cont-summary .lrm-switch-to-creare-cont:before {
	display: none;
}

.lrm-signin-section .creare-cont-summary .lrm-switch-to--register {
	color: var(--e-global-color-2722226);
	font-weight: bold;
	cursor: pointer;
}

.lrm-signin-section .lrm-fieldset-wrap .lrm-switch-to--reset-password {
    display: block;
    text-align: right;
    position: relative;
    margin-bottom: 20px;
    margin-top: -45px;
    color: #000;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
	font-size: 14px;
}

.lrm-form-bottom-message {display: none;}

.lrm-user-modal-container-inner .inmotion-facebook-connect {
    background-color: #3b5997;
    padding: 10px 15px;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    border-radius: 10px;
    font-weight: bold;
}

.lrm-user-modal-container-inner .inmotion-facebook-connect:hover {
	background-color: #2b4780 !important;
}

.lrm-user-modal-container-inner .inmotion-facebook-connect i {
	margin-right: 7px;
}

.lrm-user-modal-container-inner .inmotion-google-connect {
    background-color: var(--global-color-9);
    padding: 10px 15px;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    border-radius: 10px;
    font-weight: bold;
}

.lrm-user-modal-container-inner .inmotion-google-connect:hover {
	background-color: #a00 !important;
}

.lrm-user-modal-container-inner .inmotion-google-connect i {
	margin-right: 7px;
}

.lrm-user-modal-container-inner .back-button, .lrm-signup-section .lrm-switch-to-creare-cont {
    position: relative;
    color: var(--color7);
    top: unset;
    width: unset;
    height: unset;
    display: inline-block;
    right: unset;
    background: unset;
    text-indent: unset;
    white-space: unset;
    overflow: unset;
    text-align: unset;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: bold;
}

.lrm-user-modal-container-inner .back-button:before, .lrm-signup-section .lrm-switch-to-creare-cont:before {
	content: '\f177';
    font-family: 'FontAwesome';
    display: inline-block;
    float: left;
    margin-right: 7px;
}

.lrm-user-modal-container-inner .back-button:hover, .lrm-signup-section .lrm-switch-to-creare-cont:hover {
	text-decoration: underline;
}

.lrm-user-modal-container .input-text, .lrm-user-modal-container input[type=email], .lrm-user-modal-container input[type=password], .lrm-user-modal-container input[type=search], .lrm-user-modal-container input[type=tel], .lrm-user-modal-container input[type=text], .lrm-user-modal-container input[type=url], .lrm-user-modal-container select, .lrm-user-modal-container textarea {
	background-color: #fff;
    border: 2px solid #eee;
    border-radius: 10px;
	box-shadow: none;
}

.lrm-user-modal-container .input-text:focus, .lrm-user-modal-container input[type=email]:focus, .lrm-user-modal-container input[type=password]:focus, .lrm-user-modal-container input[type=search]:focus, .lrm-user-modal-container input[type=tel]:focus, .lrm-user-modal-container input[type=text]:focus, .lrm-user-modal-container input[type=url]:focus, .lrm-user-modal-container select:focus, .lrm-user-modal-container textarea:focus {
	box-shadow: none;
	border: 2px solid var(--global-color-10) !important;
}

.fieldset--submit {
	text-align: center;
}

.lrm-user-modal-container .fieldset--submit button {
    background-color: var(--color5);
    font-size: 14px;
    display: inline-block;
    width: auto !important;
    padding: 15px 40px;
    line-height: 16px;
    border-radius: 10px;
}

.lrm-user-modal-container .fieldset--submit button:hover {
	background-color: #114e72
}

.lrm-switch-to-link:before {
	display: none;
}

.lrm-reset-password-section .lrm-form-message {
	border-left: 0px;
	padding: 0px;
}

.lrm-font-svg .lrm-switch-to--login:before {background:none;}

.lrm-reset-password-section h3 {
	margin-bottom: 5px;
}

.lrm-reset-password-section .lrm-integrations.lrm-integrations--reset-pass {display:none;}

.lrm-creare-cont-section {
	display:none;
}

.lrm-creare-cont-section .lrm-form {
	order:1 !important;
	padding: 40px !important;
}

.lrm-creare-cont-section .login-pop-up-col-2 {
	order:2 !important;
	background-image: url(../inmotion-media/assets/images/creare-cont-image.jpg) !important;
}

.lrm-creare-cont-section .lrm-form .header {
	display:flex;
	align-items: center;
}

.lrm-creare-cont-section .lrm-form .header img {
	max-width: 250px;
}

.lrm-creare-cont-section .lrm-form .header .back-button {
	margin-bottom: 0px;
	margin-left: auto;
}

.lrm-creare-cont-section .content-creare-cont {
	display: flex;
	padding-top: 15%;
    padding-bottom: 15%;
}

.lrm-creare-cont-section .content-creare-cont .nav-tabs {
	margin:0px;
	width: 30%;
	border-bottom: 0px;
	padding-right: 30px;
}

.lrm-creare-cont-section .content-creare-cont .nav-tabs>li {
    float: left;
    margin-bottom: 0px;
    width: 100%;
}

.lrm-creare-cont-section .content-creare-cont .nav-tabs>li a {
    margin: 0px;
    border: 2px solid var(--global-color-10);
    color: var(--accent);
    background-color: transparent;
    text-align: center;
    padding: 10px;
    border-radius: 25px;
    margin-bottom: 20px;
	cursor: pointer;
}

.lrm-creare-cont-section .content-creare-cont .nav-tabs>li.active>a, .lrm-creare-cont-section .content-creare-cont .nav-tabs>li.active>a:focus, .lrm-creare-cont-section .content-creare-cont .nav-tabs>li.active>a:hover {
	background-color:var(--accent);
	color:#fff;
}

.lrm-creare-cont-section .content-creare-cont .tab-content {
	width: 70%;
	padding-top: 0px;
}

.lrm-creare-cont-section .content-creare-cont .tab-content .lrm-register {
	position: relative;
    color: var(--accent);
    top: unset;
    width: unset;
    height: unset;
    display: inline-block;
    right: unset;
    background: unset;
    text-indent: unset;
    white-space: unset;
    overflow: unset;
    text-align: unset;
    font-size: 12px;
    font-weight: bold;
}

.lrm-creare-cont-section .content-creare-cont .tab-content .lrm-register:hover {
	text-decoration: underline;
}

.lrm-creare-cont-section .content-creare-cont .tab-content .lrm-register:before {
	content: '\f178';
    font-family: 'FontAwesome';
    display: inline-block;
    float: right;
    margin-left: 7px;
}

.lrm-signup-section .lrm-integrations .lrm-switch-to--login {
	font-size: 16px;
	margin-bottom: 0px;
}

.lrm-signup-section .lrm-integrations .lrm-switch-to--login:before {
	display:none !important;
}

.woocommerce-account .featured-image {
	margin-top: 0px !important;
}

.woocommerce-account .featured-image img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.woocommerce-account .site-content {
    padding: 40px;
    position: relative;
}

.woocommerce-account .breadcrumbs {
	display:none;
}

.my-account-navigation {
	display: block;
    float: left;
    width: 30%;
	margin-top: 0px;
}

.cust-upload-avatar-wrapper {
    position: relative !important;
    width: auto !important;
    text-align: center;
}

.cust-upload-avatar-wrapper img {
	border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 30%)
}

.cust-avatar-image {
    float: none !important;
    width: 50% !important;
    margin: auto;
}

.cust-avatar-upload {
    float: none !important;
    width: 100% !important;
}

.cust-avatar-upload label[for=upload-profile-picture] {
    font-size: 18px;
    color: #fff;
    background-color: var(--global-color-9);
    border-radius: 100%;
    line-height: 18px;
    padding: 7px 10px;
    margin-bottom: 0px;
    z-index: 9;
    display: inline-block;
    position: relative;
    top: -20px;
    border: 5px solid #fff;
    cursor: pointer;
}

.cust-avatar-upload .buton-upload-poza {
    display: inline-block;
    margin-top: -10px;
    margin-bottom: 20px;
}

.cust-avatar-delete {
	margin-top: -10px;
    margin-bottom: 10px;
}

.cust-avatar-delete a {
    color: #ff0000;
    font-weight: normal;
}

.cust-avatar-delete a:hover {
	text-decoration: underline;
}

.my-account-navigation .woocommerce-MyAccount-navigation {
	width:100% !important;
	background-color: #EEEFFF;
}

.my-account-navigation .user-profile {
	display: block;
    text-align: center;
}

.my-account-navigation .user-profile .info-contul-meu {
	display: inline-block;
}

.my-account-navigation .user-profile .info-contul-meu h5 {
    margin-bottom: 10px;
    margin-top: 10px;
	color: var(--accent);
}

.my-account-navigation .user-profile .info-contul-meu p {
	margin:0px;
} 

.my-account-navigation .user-profile .info-contul-meu a {
    color: var(--global-color-9);
    margin: 0px 0px 20px 0px;
    display: inline-block;
    font-weight: bold;
}

.my-account-navigation .user-profile .info-contul-meu a:hover {
	text-decoration: underline;
}

.woocommerce-MyAccount-navigation {
	border: 2px solid #EEEFFF;
    border-radius: 20px;
    padding: 20px 30px 10px 30px;
}

.woocommerce-MyAccount-navigation ul {border-top:0px !important;}

.woocommerce-MyAccount-navigation li a {
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 2;
    padding: 10px 0px 10px 10px !important;
    margin: 0px;
    position: relative;
	color: #000;
}

.woocommerce-MyAccount-navigation li:last-child a {border-bottom: 0px !important;} 

.woocommerce-account .contul-meu-titlu-plagina {
    display: inline-block;
    padding-bottom: 5px;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 3px solid var(--accent);
    line-height: 32px;
    position: relative;
}

.woocommerce-account .woocommerce-MyAccount-content a {
    color: #000 !important;
    font-weight: bold !important;
    text-decoration: underline;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
    color: var(--global-color-9) !important;
}

.woocommerce-account .yith-wcwl-share li a, .woocommerce-account .yith-wcwl-share li a:hover {
    color: #fff !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a.cancel {
	color: var(--global-color-9) !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
	padding: 40px 20px;
}

.boxuri-dashboard-endpoint {
    display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
}

.boxuri-dashboard-endpoint .icon-cos:before {
	background-image: url(../inmotion-media/assets/img/icon-cos.svg);
    background-size: 60px 60px;
    display: inline-block;
    width: 60px;
    height: 60px;
    content: "";
    position: relative;
}

.boxuri-dashboard-endpoint .icon-user:before {
	background-image: url(../inmotion-media/assets/img/2.svg);
    background-size: 60px 60px;
    display: inline-block;
    width: 60px;
    height: 60px;
    content: "";
    position: relative;
}

.boxuri-dashboard-endpoint .icon-location:before {
	background-image: url(../inmotion-media/assets/img/icon-location.svg);
    background-size: 60px 60px;
    display: inline-block;
    width: 60px;
    height: 60px;
    content: "";
    position: relative;
}

.boxuri-dashboard-endpoint .box-dashboard {
    background: #ffffff;
	margin: 7px;
    padding: 15px;
    border: 1px solid #c7c6c6;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

.boxuri-dashboard-endpoint .box-dashboard i {
    font-size: 46px;
    line-height: 56px;
    position: relative;
	color: #000;
}

.boxuri-dashboard-endpoint .box-dashboard .banner-icon {
    position: relative;
    display: inline-block;
    padding: 0px 15px;
}

.boxuri-dashboard-endpoint .box-dashboard .banner-icon .banner-counter {
    position: absolute;
    top: 0px;
    right: 0px;
    background: var(--global-color-9);
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
}

.boxuri-dashboard-endpoint .box-dashboard h4 {
	text-transform: uppercase;
	font-size: 13px;
}

.boxuri-dashboard-endpoint .box-dashboard a {
	text-decoration: none;
}

.boxuri-dashboard-endpoint .box-dashboard:hover {
	background: var(--background-fifth);
}

.boxuri-dashboard-endpoint .box-dashboard:hover a h4 {
	color: var(--accent);
}

.woocommerce-orders-table td, .woocommerce-orders-table th, .wishlist_table th, .wishlist_table td {
	text-align: center !important;
}

.woocommerce-orders-table .woocommerce-button, .wishlist_table .product_type_variable {
	font-weight: bold;
	background-color: transparent !important;
}
.woocommerce-orders-table .woocommerce-button:hover, .wishlist_table .product_type_variable:hover {
    background-color: transparent !important;
    color: var(--accent) !important;
	text-decoration: underline !important;
}

.woocommerce-orders-table thead, .woocommerce-table--order-details thead, .wishlist_table thead {
	background-color: var(--color2);
	color:#fff;
}

.woocommerce-orders-table, .woocommerce-table--order-details, .wishlist_table {
	background-color: var(--background-fifth);
}

.woocommerce-table--order-details {
    font-size: 12px;
    line-height: 1.45em;
    text-transform: uppercase;
}

.woocommerce-table--order-details a {
    color: #000;
    text-decoration: underline;
    letter-spacing: normal;
    text-transform: none;
}

.woocommerce-table--order-details tfoot th {
	font-size: 12px !important;
}

.woocommerce-table--order-details td {
    border-bottom: 1px solid rgba(0,0,0,.1) !important;
}

.woocommerce-customer-details address, .woocommerce-Addresses .woocommerce-Address {
    background-color: #FCFAFA;
    padding: 10px 20px !important;
}

.woocommerce-Addresses .woocommerce-Address {
	padding: 15px;
}

.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions {
	display: flex;
}

.woocommerce-MyAccount-content .order-again .button {
	background-color: var(--global-color-10);
    color: #fff !important;
    text-decoration: none;
    border-radius: 20px;
}

.woocommerce-MyAccount-content .order-again .button:hover {
	background-color:var(--background-fourth);
    color:#fff !important;
}

.woocommerce-order-details h2, .woocommerce-customer-details h2, .woocommerce-Addresses h3, .woocommerce-MyAccount-content form h3 {
	font-size: 18px;
    margin-bottom: 10px;
}

.woocommerce-MyAccount-content .wishlist-title {
	display: none;
}

.yith-wcwl-share li a {color:#fff !important;}

.woocommerce-account .woocommerce-info {
	background-color: var(--contrast-3);
    color: #000;
}

.woocommerce-MyAccount-content .woocommerce-order-details h2.woocommerce-order-details__title {
	margin-bottom: 20px;
}

.woocommerce-MyAccount-content .woocommerce-order-details .shipped_via {display:none;}

.wishlist-items-wrapper .product-add-to-cart .quantity {display:none;}

.wishlist-items-wrapper .product-add-to-cart .button {
    background: transparent !important;
    color: #000 !important;
    font-weight: bold !important;
	text-decoration: underline;
}

.wishlist-items-wrapper .product-add-to-cart .button:hover {
	color: var(--accent);
}

.wishlist_table .product-stock-status span.wishlist-in-stock {
    color: var(--accent);
    font-weight: bold;
}

.woocommerce-MyAccount-content .ocwma_table_custom {
	margin-top: 20px;
}

.woocommerce-account .addresses .title .edit {
    color: var(--global-color-10) !important;
}

.form_option_billing, .form_option_shipping {
    display: inline-block;
    margin: 15px 0;
    background-color: var(--global-color-10) !important;
    border-radius: 20px;
    padding: 10px 15px !important;
}

.ocwma_modal-content .button {
	background-color: var(--accent);
    border-radius: 20px;
}

.woocommerce-MyAccount-content .woocommerce-address-fields .button {
	background-color: var(--global-color-9);
    border-radius: 20px;
    display: block;
    float: left;
    margin-top: 40px;
}

.woocommerce-MyAccount-content .woocommerce-address-fields .solicitare-cont-b2b .input-checkbox {
	position: relative !important;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
    border-top: 1px solid #eee;
    margin-top: 20px;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
    display: block;
    position: relative;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    width: auto;
    border-bottom: 2px solid var(--accent);
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm .button {
	background-color: var(--global-color-9);
    color: #fff !important;
    margin-top: 20px !important;
    border-radius: 20px;
}

/* SINGLE BLOG POST PAGE */

.single-post {
  overflow: visible !important;
}

.single-post .sidebar-post {
  position:sticky; 
  top: 100px;
  z-index: 9;
}

.single-post .table-of-contents ol {
    margin: 0;
    list-style-type: none;
}

.single-post .table-of-contents ol li {
    margin-bottom:15px;
}

.single-post .table-of-contents ol li ol {
    margin-top:15px;
	margin-left: 15px;
} 

.single-post .table-of-contents ol li div:before {
    display: none;
}

.single-post .table-of-contents ol li a.elementor-item-active {
color: #7A64F7 !important;
font-weight: 700;
}

.single-post .table-of-contents ol li a:hover {
color: #7A64F7 !important;
font-weight: 700;
text-decoration: none !important;
}

.shortcode-categories .elementor-widget-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.shortcode-categories .elementor-widget-container span {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

.shortcode-categories .dpc-categories {
  margin-top: 0;
}

.shortcode-categories .dpc-category {
    display: inline-block;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #fff !important;
    padding: 8px 20px;
    margin-right: 10px;
    border-radius: 7px;
	background: #011F2A;
}

/*
.shortcode-categories .cat-news {
    background: #834702;
}

.shortcode-categories .cat-tutorials {
    background: #175AEA;
}

.shortcode-categories .cat-showcase {
    background: #C08F08;
}

.shortcode-categories .cat-performance {
    background: #00C8A7;
}

.shortcode-categories .cat-articles {
    background: #DE5D23;
}

.shortcode-categories .cat-finance {
    background: #834702;
}

.shortcode-categories .cat-science {
    background: #DE5D23;
}

.shortcode-categories .cat-latest {
    background: #00C8A7;
}
*/

.shortcode-tags .elementor-widget-container {
    display: flex;
    align-items: baseline;
    gap: 20px;
}

.shortcode-tags .elementor-widget-container span {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

.shortcode-tags .dpc-tags {
  margin-top: 0;
}

.shortcode-tags .dpc-tags .dpc-tag {
    color: #202020;
    font-size: 18px;
    font-weight: 400;
}

.blog-list .e-loop-item .featured-image a {
	width: 100%;
}

.blog-list .e-loop-item .featured-image img {
	width: 100% !important;
    height: auto;
    object-fit: cover;
    object-position: center center;
}

.blog-list .post-info .elementor-post-info__item--type-date {
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog-list .e-loop-item .dpc-category{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 5px 20px;
    margin-right: 0;
    border-radius: 7px;
    text-transform: capitalize;
    line-height: 1;
}

.blog-list .e-loop-item .cat-news { background: #834702; }
.blog-list .e-loop-item .cat-tutorials { background: #175AEA; }
.blog-list .e-loop-item .cat-showcase { background: #C08F08; }
.blog-list .e-loop-item .cat-performance { background: #00C8A7; }
.blog-list .e-loop-item .cat-articles { background: #DE5D23; }
.blog-list .e-loop-item .cat-finance { background: #834702; }
.blog-list .e-loop-item .cat-science { background: #DE5D23; }
.blog-list .e-loop-item .cat-latest { background: #00C8A7; }

/* FOOTER */

.footer-widgets .widget-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-widgets a {
	color: rgba(255,255,255,0.8) !important;
}