i{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

/*
=============
JoraTali
=============
*/
.elementor-progress-percentage {
	margin-top: -15px;
	font-size: 16px;
}
.faq-custom .elementor-accordion-item {
    margin-bottom: 20px;
}
.faq-custom .elementor-accordion-item .elementor-tab-title.elementor-active {
    background: #0C5ADB;
}
.faq-custom .elementor-accordion .elementor-accordion-item {
    border: 1px solid #d4d4d4 !important;
}
/*
=============
Global
=============
*/

.slick-dots {
	bottom: 0px !important;
	position: relative;
}
.service-button a{
    display: block;
}

/*
=============
Slick Slider
=============
*/
.single-slick {
    position: relative;
    min-height: 875px !important;
    z-index: 1;
}
.slide-img, .parallax-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.dreamit-slick-slider .slick-dots {
	bottom: 50px !important;
	position: relative;
}

.dreamit-slick-slider .hero-text-wrap h1 {
    font-size: 60px;
    color: #232323;
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    line-height: 1.1;
}
.dreamit-slick-slider .hero-text-wrap h1 span{
	color: #0c5adb;
}

.dreamit-slick-slider .hero-text-wrap h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 5px;
    display: inline-block;
    color: #232323;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
}
.dreamit-slick-slider .hero-text-wrap p {
    font-size: 18px;
    margin: 25px 0 35px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    width: 56%;
}

.dreamit-slick-slider .hero-text-wrap .btn{
	font-size: 17px;
	color:#fff;
	background: #0c5adb;
	padding: 12px 32px;
	-webkit-animation: 1s 2s fadeInUp both;
	animation: 1s 2s fadeInUp both;
	margin-right: 16px;
}

.dreamit-slick-slider .hero-text-wrap .btn:hover{
	background: #00247e;
	border: 1px solid #00247e;
}

.dreamit-slick-slider .slider-video-icon{
	display: inline-block;
	padding-left: 30px;
	-webkit-animation: 1s 2s fadeInUp both;
	animation: 1s 2s fadeInUp both;
}
.dreamit-slick-slider .slider-video-icon span{
    margin-left: 22px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.slider-single-image {
    position: absolute;
    bottom: 0px;
    right: 9%;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
}
.slider-single-image img {
	display: block;
	width: 97%;
}
.slider_circle_img.rotateme {
    position: absolute;
    right: 50px;
    top: 0;
}
.dreamit-slick-slider .text-center .hero-text-wrap p {
    font-size: 18px;
    margin: 16px auto 48px;
    text-align: center;
}
/* style two */
.dreamit-slick-slider .style-two .slider-video-icon {
	margin-bottom: 50px;
	position: absolute;
	right: 20%;
	top: 50%;
	transform: translateY(-50%);
}

.dreamit-slick-slider.style-two .hero-text-wrap p {
	margin: 15px 0 30px;
}

/* Style Five */
.bottom-img {
    position: absolute;
    bottom: -8px;
    width: 100%;
}
.bottom-img img{
	width:100%;
}

/* style Six */
.dreamit-slick-slider .style-six .slider-video-icon {
    margin-bottom: 50px;
    position: absolute;
    right: 1%;
    top: 50%;
    transform: translateY(-50%);
}
.dreamit-slick-slider.style-six .hero-text-wrap p {
	margin: 15px 0 30px;
}
.dreamit-slick-slider .style-six .slider-video-icon a{
    border-radius: 0;
}
.dreamit-slick-slider .style-six .hero-text {
    position: relative;
    z-index: 1;
    margin-top: -66px;
}
/* Style Seven*/
.dreamit-slick-slider .style-seven .slider-video-icon {
	margin-bottom: 50px;
	position: absolute;
	right: 20%;
	top: 50%;
	transform: translateY(-50%);
}

.dreamit-slick-slider.style-seven .hero-text-wrap p {
	margin: 15px 0 30px;
}
.dreamit-slick-slider .single-slick.style-seven .slider-single-image{
    bottom: inherit;
}
.dreamit-slick-slider .single-slick.style-seven::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(http://webitkurigram.com/wp/techno/wp-content/uploads/2020/06/cyber-security-slider.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: FocuS 1s linear 1s infinite;
    animation: FocuS 1s linear 1s infinite;
}
.dreamit-slick-slider .single-slick.style-seven .slider-single-image img{
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}


/* slider global */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

/*.slick-prev, .slick-next {
    background-color: rgba(0,0,0,0.40);
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 80px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 80px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 80px;
    color: #fff;
    border: 0;
}*/
.slick-prev {
    background-color: rgba(0,0,0,0.40);
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 80px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 80px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 80px;
    color: #fff;
    border: 0;
}

.slick-next {
    background-color: rgba(0,0,0,0.40)!important;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)!important;
    height: 80px!important;
    top: 50%;
    width: 80px!important;
    line-height: 80px!important;
    color: #fff;
    border: 0;
}
 .slick-next:hover{
    background-color: #0C5ADB!important;
    color: #FFF;
}
.slick-next:hover: before{
    color: #FFF!important;
}
.slick-next::before {
    font-size: 26px!important;
    color: #fff!important;
}


.dreamit-slick-slider .slick-prev {
	left: -94px;
}

.dreamit-slick-slider .slick-next {
    right: -80px;
    top: 50%;
    opacity: 1;
    color: #fff!important;
    transition: .5s;
}

.dreamit-slick-slider:hover .slick-prev {
	left: 50px;
}

.dreamit-slick-slider:hover .slick-next {
	right: 50px;
}

.dreamit-slick-slider .slick-prev::before,
.dreamit-slick-slider .slick-next::before {
	color: #fff!important;
	font-size: 25px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	content: "\f104";
	font-family: FontAwesome;
}

.dreamit-slick-slider .slick-next:before {
	content: "\f105"!important;
	font-family: FontAwesome;
}



.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background-color: #0C5ADB;
	color: #FFF;
	border: 0;
	outline:0;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	color: #fff;
}
.rotateme {
	position: absolute;
	z-index: -1;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/*
==============
Section Title
==============
*/

.section-title {
	margin: auto auto auto 0;
	width: 100%;
	text-align: left;
	position: relative;
	margin-bottom: 45px;
}
.section-title.t_center {
	margin: auto;
	text-align: center;
	position: relative;
	z-index: 99;
	margin-bottom: 45px;
}
.section-title.t_left {
	margin: auto auto auto 0;
	width: 100%;
	text-align: left;
	position:relative;
	margin-bottom: 10px;
}

.section-title.t_right {
	margin: auto 0 auto auto;
	width: 100%;
	text-align: right;
}

.section-title.t_right .bar {
	margin: 0 0 5px auto;
}
.section-title.t_left .bar {
	margin: 0 0 5px;
}
.section-title h3, .section-title h2, .title_tx h3, .title_tx h2 {
	font-size: 39px;
	margin-bottom: 0px;
	text-transform: capitalize;
	margin-top: 0;
	line-height: 1.2;
	font-weight: 800;
}

.section-title h5 {
	color: #0c5adb;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 5px;
	margin: 0 0 15px;
}
.section-title p {
	margin-top: 7px;
	margin-bottom: 0;
	font-size: 18px;
	width: 73%;
	margin: 7px auto 0;
}
.section-title.t_left p {
    margin-bottom: 0;
    width: 100%;
}
.section-title.t_right p {
    width: 100%;
}
.bar-main {
	margin: 18px 0 35px;
}
.bar.bar-big {
	height: 5px;
	width: 90px;
	background: #aec6ef;
	margin: 20px auto;
	position: relative;
	border-radius: 30px;
}

.bar.bar-big::before {
	content: '';
	position: absolute;
	left: 0;
	top: -2.7px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #0c5adb;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: MOVE-BG;
	animation-name: MOVE-BG;
}
.t_center .bar.bar-big::before {
	margin: auto;
}
.t_right .bar.bar-big::before {
	left: auto;
	margin: auto;
	right: 0;
}
.section-title span {
	color: #0c5adb;
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}
/*section title style three*/
.style-three .section-title h5 {
    margin: 0 0 23px;
    filter: drop-shadow(0px 5px 15px rgba(152,179,223,0.2));
    background-color: #ffffff;
    display: inline-block;
    padding: 10px 17px 10px;
    border-radius: 4px;
    font-weight: 600;
}

.style-three .section-title p {
    margin-top: 7px;
    margin-bottom: 0;
    font-size: 16px;
    width: 100%;
    margin: 20px auto 13px;
    padding: 0 0 0 18px;
    border-left: 2px solid #0C5ADB;
    line-height: 28px;
}
.style-three .section-title.t_center.section-title p {
    width: 57%;
    margin: 13px auto 13px;
    border-left: none;
}
.style-three .section-title.t_left.section-title p {
    width: 100%;
    margin: 20px auto 13px;
    padding: 0 0 0 0px;
    border-left: none;
}
/*section title stylr four*/


.style-four .section-title h5 {
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin: 0 0 15px;
    position: relative;
    left: 25px;
    display: inline-block;
}
.style-four .section-title h5:before {
    position: absolute;
    content: "";
    top: 5px;
    left: -25px;
    height: 15px;
    width: 15px;
    background: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/images/Startup.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.style-four .section-title.t_center h5{
	position: relative;
}
.style-four .section-title.t_center h5:after{
    position: absolute;
    content: "";
    top: 5px;
    right: -25px;
    height: 15px;
    width: 15px;
    background: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/images/Startup.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.style-four .section-title.t_center.section-title p {
    margin-top: 7px;
    margin-bottom: 0;
    font-size: 16px;
    width: 61%;
    margin: 19px auto 0;
}

.style-four .section-title.t_left p {
    margin-bottom: 0;
    width: 100%;
    border-left: none;
    padding-left: 0;
    margin-top: 19px;
    font-size: 16px;
    line-height: 30px;
}
/*left*/
.left .style-four .section-title.t_left p {
    border-left: 2px solid#0B5ADB;
    padding-left: 19px;
}
/*section style five*/
.style-five .section-title h5 {
    color: #0c5adb;
    font-size: 18px;
    margin: 0 0 20px;
    position: relative;
    z-index: 1;
    letter-spacing: 0;
    display: inline-block;
}
.style-five .section-title h5:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: -10px;
    top: -2px;
    background: #CEDEF8;
    width: 30px;
    height: 26px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 65% 100%);
    transition: .5s;
}

.style-five .section-title p {
    font-size: 16px;
    width: 100%;
    margin: 20px auto 0;
}
.style-five .section-title.t_center.section-title p {
    width: 52%;
    margin: 17px auto 0;
}
/*style six*/
.style-six .section-title h5 {
    font-size: 18px;
    letter-spacing: 0px;
    margin: 0 0 17px;
}
.style-six .section-title.t_left p {
    font-size: 16px;
    line-height: 28px;
    margin: 19px 0 0 0;
}
.style-seven .section-title h5 {
    font-size: 18px;
    letter-spacing: 0px;
    margin: 0 0 21px;
    position: relative;
    left: 43px;
}
.style-seven .section-title.t_left p {
    font-size: 16px;
    line-height: 28px;
    margin: 8px 0 0 0;
}
.style-seven .section-title h5:before {
    position: absolute;
    content: "";
    left: -42px;
    top: 12px;
    width: 32px;
    height: 1px;
    background: #0C59DB;
}
.style-seven .section-title.t_center h5:before{
    display: none;
}
.style-seven .section-title.t_center h5{
    left:0;
}
/*section title style eight*/
.style-8 .section-title span {
    font-weight: 500;
}
.style-8 .section-title.t_left.section-title h5 {
    font-size: 18px;
    letter-spacing: 0;
    margin: 0 0 20px;
    position: relative;
    left: 31px;
}
.style-8 .section-title.t_left.section-title h5:before {
    position: absolute;
    content: "";
    top: 2px;
    left: -31px;
    height: 26px;
    width: 22px;
    background: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/images/icon.png);
    background-repeat: no-repeat;
}
.style-8 .section-title.t_center.section-title p {
    width: 50%;
}

/*style9*/
.style-9 .section-title.t_left h3,
.style-9 .section-title.t_left h2{
    position:relative;
    font-size:44px;
}
.style-9 .section-title.t_left h3:before {
    position: absolute;
    content: "";
    top: -35px;
    left: 0;
    height: 3px;
    width: 71px;
    background: #2876ff;
}
.style-9 .section-title.t_center {
    position: relative;
}
.style-9 .section-title.t_center:before {
    position: absolute;
    content: "";
    top: -175px;
    left: 0;
    height: 71px;
    width: 3px;
    background: #2876ff;
    right: 0;
    margin: auto;
}

.style-9 .section-title.t_center h3, .section-title.t_center h2, .section-title.t_center h3, .section-title.t_center h2 {
    font-size: 44px;
}


/*dreamit button*/
.dreamit-button a {
    background: linear-gradient(to left, #2475FC, #1129B9 100%);
    padding: 16px 31px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 44;
    border-radius: 5px;
    color: #fff;
}
.dreamit-button a i{
	margin-left: 5px;
}
.dreamit-button a:before {
    position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -25%;
    width: 0%;
    background: #00247E;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: -1;
}
.dreamit-button a:hover:before {
    width: 180%;
}
.dreamit-button a:hover{
    color: #fff;
}
/*new-btn-two*/
.new-btn-two .dreamit-button a {
    border-radius: 30px;
}


/*
============
Feature Box
============
*/
.feature-box{
	position: relative;
}
.default-style.feature-box {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-align: center;
	z-index: 99;
	padding: 38px 30px 18px 30px;
	box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
}
.default-style.feature-box .feature-box-content {
    float: left;
}
.feature-box-number {
	position: absolute;
	bottom: 37%;
	left: 50%;
	transform: translateX(-50%);
}
.feature-box-number h4 {
	font-size: 110px;
	line-height: 0.4;
	color: #666;
	opacity: 0.07;
}
.default-style.feature-box .feature-box-title h3 {
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}
.default-style.feature-box .feature-box-title h2 {
	font-size: 20px;
	font-weight: 600;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin: 15px 0 15px;
}
.default-style.feature-box .feature-box-desc {
	margin-bottom: 20px;
	transition: .5s;
}
.default-style.feature-box .feature-box-icon{
	display:inline-block;
	position:relative;
	font-size:56px;
}
.default-style.feature-box .feature-box-icon::before {
	position: absolute;
	content: '';
	background: url(https://webitkurigram.com/wpv/itsoft/wp-content/themes/itsoft/assets/images/icon-1.png);
	width: 56px;
	height: 71px;
	right: -20px;
	top: 0px;
	background-repeat: no-repeat;
	transition:.5s;
}
.default-style.feature-box:hover .feature-box-icon::before {
	transform: rotate(25deg) !important;
}
.default-style.feature-box .feature-box-icon i {
    font-size: 56px;
    text-align: center;
    transition: .5s;
	color:#0c5adb;
}

.default-style.feature-box .feature-btn a i {
    font-size: 23px;
}

.feature-btn a {
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    display: inline-block;
    color: #616161;
    margin-top: 20px;
}
.default-style.feature-box .feature-btn a i {
	font-size: 18px;
	position: absolute;
	margin-bottom: -7px;
	right: -12px;
}

/* Feature Style Two */
.style-two .feature-box-title h2 {
	font-size: 20px;
	margin: 10px 0 34px;
	position: relative;
}
.style-two .feature-box-title h2::before {
	position: absolute;
	bottom: -17px;
	left: 0;
	width: 100%;
	content: "";
	background: #ddd;
	height: 3px;
	transition:.3s;
}
.style-two .feature-box-title h2::after {
	position: absolute;
	bottom: -17px;
	left: 0;
	width: 0%;
	content: "";
	background: #0c5adb;
	height: 3px;
	transition:.3s;
}
.style-two.feature-box:hover .feature-box-title h2::after{
	width:100%;
}
.style-two.feature-box .feature-box-icon i {
	color: #0c5adb;
	font-size: 50px;
}
.gradient .front{
	background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
}
.gradient .flipper .back a.button {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
}
.itsoft_flipbox .front,
.itsoft_flipbox .back{
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.10);
	box-shadow: 0 5px 20px rgba(0,0,0,0.10);
}
/* Feature Style Three */
.feature-box.style-three {
	background: #fff;
	text-align: center;
	box-shadow: 6px 5px 30px 0px rgba(0,0,0,0.12);
	border-radius: 7px;
	padding: 45px 30px;
	transition: .5s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-bottom: 30px;
}
.feature-box.style-three::before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	height: 100%;
	width: 100%;
    background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff);
	z-index: -1;
	opacity: 0;
	transition: .5s;
}
.feature-box.style-three:hover::before {
	opacity: 1;
	top: 0%;
}
.feature-box.style-three:hover{
	border-radius: 100%;
}
.feature-box.style-three .feature-box-icon i {
	font-size: 55px;
	color: #0c5adb;
	transition: .5s;
	display: inline-block;
}
.feature-box.style-three .feature-box-title h2 {
    font-size: 20px;
    font-weight: 700;
    transition: .5s;
    margin: 20px 0 15px;
}
.feature-box.style-three .feature-btn a {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	margin-top: 15px;
	display: inline-block;
	transition: .5s;
}
.feature-box.style-three .feature-btn a i{
    margin-left:4px;
}
.feature-box-desc{
    transition:.4s;
}

.feature-box.style-three:hover .feature-box-title h3,
.feature-box.style-three:hover .feature-box-title h2,
.feature-box.style-three:hover .feature-btn a,
.feature-box.style-three:hover .feature-box-icon i,
.feature-box.style-three:hover .feature-box-desc{
color:#fff;
}

/* Feature Style Four */

.feature-box.style-four {
    border-radius: 10px;
    overflow: hidden;
    transition: .5s;
}
.feature-box.style-four:hover{
	-webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 25px 55px rgba(0,0,0,.22);
    box-shadow: 0 25px 55px rgba(0,0,0,.22);
}
.feature-box.style-four:hover:before{
	background: rgba(12,90,219,.85);
}
.feature-box.style-four:before{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,55,66,.6);
    content: "";
    -webkit-transition: .5s;
	-moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 10px;
}
.feature-box.style-four .feature-box-content{
    position: absolute;
    left: 0;
    bottom: -67px;
    padding: 0 59px 0 40px;
    -webkit-transition: .5s;
	-moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.feature-box.style-four:hover .feature-box-content{
    bottom: 40px;
}
.feature-box.style-four .feature-box-content .feature-box-icon span i{
    font-size: 50px;
	color: #fff;
}
.feature-box.style-four .feature-box-content .feature-box-title h2{
	font-size: 23px;
    font-weight: 700;
    margin: 17px 0 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #fff;
}
.feature-box.style-four .feature-box-content .feature-box-desc p{
	overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #fff;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.feature-box.style-four:hover .feature-box-content .feature-box-desc p{
    opacity: 1;
}
.feature-box.style-four .feature-box-content .feature-btn a{
	color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
    display: inline-block;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.feature-box.style-four:hover .feature-box-content .feature-btn a{
    opacity: 1;
}

/* Style Five */
.feature-box.style-five {
    background: #fff;
    text-align: center;
    box-shadow: 6px 5px 30px 0px rgba(0,0,0,.12);
    border-radius: 7px;
    padding: 50px 45px;
    transition: .4s;
}
.feature-box.style-five.active {
    background: #0c5adb;
}
.feature-box.style-five:hover {
    background: #0c5adb;
    transform: translateY(-10px);
}
.feature-box.style-five .feature-box-icon i {
    background: #edf4fc;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    line-height: 130px;
    font-size: 45px;
    color: #0c5adb;
    margin-bottom: 20px;
    transition: .4s;
    display: inline-block;
}
.feature-box.style-five:hover .feature-box-icon i{
    background: #fff;
}
.feature-box.style-five .feature-box-content .feature-box-title h2 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
    transition: .4s;
}
.feature-box.style-five .feature-btn a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-top: 25px;
    display: inline-block;
    transition: .4s;
	color: #0c5adb;
}
.feature-box.style-five:hover .feature-box-title h2,
.feature-box.style-five:hover .feature-btn a,
.feature-box.style-five:hover .feature-box-desc{
    color: #fff;
}
.feature-box.style-five.active .feature-box-title h2,
.feature-box.style-five.active .feature-btn a,
.feature-box.style-five.active .feature-box-desc{
    color: #fff;
}

/* Style Six */
.feature-box.style-six {
    background: #fff;
    text-align: center;
    box-shadow: 6px 5px 30px 0px rgba(0,0,0,.12);
    border-radius: 7px;
    padding: 28px 20px 28px;
    transition: .4s;
}
.feature-box.style-six.active {
    background: #0c5adb;
}
.feature-box.style-six:hover {
    background: #0c5adb;
    transform: translateY(-10px);
}
.feature-box.style-six .feature-box-icon i {
    font-size: 48px;
    color: #0c5adb;
    margin-bottom: 15px;
    transition: .4s;
    display: inline-block;
}
.feature-box.style-six:hover .feature-box-icon i{
    color: #fff;
}
.feature-box.style-six .feature-box-content .feature-box-title h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    transition: .4s;
}
.feature-box.style-six .feature-btn a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-top: 25px;
    display: inline-block;
    transition: .4s;
	color: #0c5adb;
}
.feature-box.style-six:hover .feature-box-title h2,
.feature-box.style-six:hover .feature-btn a,
.feature-box.style-six:hover .feature-box-desc{
    color: #fff;
}
.feature-box.style-six.active .feature-box-title h2,
.feature-box.style-six.active .feature-btn a,
.feature-box.style-six.active .feature-box-desc{
    color: #fff;
}

/* Style Seven */
.feature-box.style-seven{
    background: rgba(0, 0, 0, 0.67);
    border: 1px solid rgba(255,255,255,0.10);
    padding: 15px 23px 30px;
    position: relative;
    z-index: 1;    
}
.feature-box.style-seven:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: #0c5adb;
    z-index: -1;
    transition: .3s;
}
.feature-box.style-seven:hover::before{
    width: 100%;
}
.feature-box.style-seven .feature-box-icon {
    float: left;
    margin-right: 20px;
    padding-top: 18px;
}
.feature-box.style-seven .feature-box-icon i{
    font-size: 40px;
    transition: .3s;
}
.feature-box.style-seven .feature-box-content{
    overflow: hidden;    
}
.feature-box.style-seven .feature-box-title h2{
    font-size: 20px;
    margin: 15px 0 10px;
    transition: .3s;    
}

.feature-box.style-seven .feature-icon.bottom {
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-size: 40px;
    color: #69717d;
    opacity: 0.4;
}

.feature-box.style-seven h2,
.feature-box.style-seven p,
.feature-box.style-seven i{
    color: #fff;
}



 @media (min-width: 320px) and (max-width: 999px) {
	.default-style.feature-box {
		display: block;
		padding: 40px 40px;
		box-shadow: 0 0 15px rgba(0,0,0,0.15);
		margin-bottom: 30px;
	} 
	.default-style.feature-box .feature-box-icon i {
		margin-right: 0;
		color:#0c5adb;
	}
	.default-style.feature-box .feature-box-content {
		float: none;
	}
	.default-style.feature-box .feature-box-title h2 {
		color: #232323;
	}
 }


 .feature-box.style-eight {
    background: #ffffff;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    border-bottom: 3px solid #2663e4;
    border-radius: 6px 6px 6px 6px;
    padding: 30px 20px 25px 20px;
}
 .feature-box.style-eight .feature-box-title h2 {
    font-size: 18px;
    text-transform:uppercase;
}
 .feature-box.style-eight .feature-box-icon {
    margin-right: 20px;
}
 .feature-box.style-eight .feature-box-icon i {
    color: #2663e4;
    background-color: #f7f9fa;
    font-size: 40px;
    height: 90px;
    width: 90px;
    line-height: 90px;
    border-radius: 100% 100% 100% 100%;
    display: inline-block;
    text-align: center;
}
 .feature-box.style-eight:hover .feature-box-icon i {
    color: #ffffff;
    background-color: #2a6dec;
}
/*feature box style nine*/
.feature-box.style-nine {
    border-radius: 5px;
    filter: drop-shadow(0px 5px 30px rgba(162,188,231,0.3));
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
    padding: 41px 24px 32px;
    transition: .4s;
    transition: .5s;
}
.feature-box.style-nine:hover {
    transform: translate3d(0,-6px,0);
}

.feature-box.style-nine:before{
	position: absolute;
	content: "";
	top: 0;
	left:50%;
	height: 100%;
	transition: .5s;
	width: 0;
	z-index: -1;
	border-radius: 5px;
	background-image: linear-gradient(to bottom right, #ff9b07 0%, #fd4f2f 90%);
}
.feature-two .feature-box.style-nine:before{
	background-image: linear-gradient(to bottom right, #0b59db 0%, #00237d 90%);
}
.feature-three .feature-box.style-nine:before{
    background-image: linear-gradient(to bottom right, #CA30FB 0%, #8C3FFD 90%);
}


.feature-box.style-nine:hover:before{
	left: 0;
	width: 100%;
}
.feature-box.style-nine:hover .feature-box-title h2,
.feature-box.style-nine:hover .feature-box-desc p{
	color: #fff;
}

.feature-box.style-nine .feature-box-icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    height: 86px;
    width: 92px;
    line-height: 107px;
}
.feature-box.style-nine .feature-box-icon:before {
    position: absolute;
    content: "";
    top: 0;
    left: 4px;
    height: 86px;
    width: 92px;
    line-height: 85px;
    background: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/images/em.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.feature-two .feature-box.style-nine .feature-box-icon:before {
    background: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/images/em1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.feature-three .feature-box.style-nine .feature-box-icon:before {
    background: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/images/em2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.feature-box.style-nine .feature-box-icon span i {
    font-size: 35px;
    color: #fff;
}
.feature-box.style-nine .feature-box-title h2 {
    font-size: 20px;
    margin: 37px 0 16px;
    transition: .5s;
}
.feature-box.style-nine .feature-box-desc {
    transition: .4s;
    line-height: 29px;
    margin: 0;
}
.feature-box.style-nine .feature-box-desc p{
    margin: 0;
    transition: .5s;
}

/*
============
Service Box
============
*/

/* Service Style Default */
.em_service_content {
	overflow: hidden;
}
.service_top_text {
display: block;
}
.service-box-icon {
color: #333;
font-size: 40px;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.service-box .service-box-icon i {
    margin-bottom: 25px;
    display: inline-block;
    color: #0c5adb;
}
.service-box-title {
overflow: hidden;
}
.service-box-title h2, .service-box-title h3 {
    margin: 0 0 15px 0;
    font-size: 20px;
    padding: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.service-box-title h2:hover{
color:#0c5adb;
}
.service-box-desc p {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.service-btn {
margin-top: 15px;
}
.service-btn > a {
	border-radius: 30px;
	color: #616161;
	display: inline-block;
	font-size: 14px;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	font-weight:400;
}
.service-btn > a i{
margin-left:7px;
}
.service-btn a:hover {
color: #0c5adb;
}

.slick-slide,
.slick-slider {
outline: 0 !important;
}


.service-box.main-style:hover .service-btn a {
    background: #0c5adb;
    border-color: #0c5adb;
    color: #fff !important;
}


/* Service Box Style Two */
.service-box.service-style-two {
padding: 60px 30px 58px;
text-align: center;
position: relative;
background: #fff;
transition: .5s;
z-index: 1;
box-shadow: 0px 0 6px rgba(26, 46, 85, 0.10);
}
.service-box.service-style-two::before {
width: 100%;
height: 0px;
position: absolute;
left: 0;
bottom: 0;
content: '';
z-index: -1;
-webkit-transition: 0.5s;
transition: 0.5s;
background: #0c5adb;
}
.service-box.service-style-two:hover::before{
height:100%;
}
.service-box.service-style-two:hover {
transform: translateY(-8px);
}

.service-box.service-style-two .service-box-icon i {
font-size: 60px;
display: inline-block;
color: #0c5adb;
transition: .5s;
margin: 0;
}
.service-box.service-style-two .service-box-title h2 {
margin: 25px 0 15px 0;
transition: .5s;
font-size: 20px;
font-weight: 500;
}
.service-box.service-style-two .service-btn {
margin-top: 0;
position: absolute;
bottom: -24px;
left: 0;
right: 0;
opacity: 0;
transition:.4s;
transform:scale(0);
}
.service-box.service-style-two:hover .service-btn{
opacity:1;
transform:scale(1);
}
.service-box.service-style-two .service-btn > a {
color: #0c5adb;
display: inline-block;
}
.service-box.service-style-two .service-btn > a i {
    margin-left: 0;
    font-size: 21px;
    width: 50px;
    height: 50px;
    color: #0C5ADB;
    background: #fff;
    line-height: 50px;
    box-shadow: 0 0 4px rgba(0,0,0,0.20);
    border-radius: 100%;
}
.service-box.service-style-two .service-btn > a,
.service-box.service-style-two .service-box-desc p {
transition:.5s;
}
.service-box.service-style-two:hover .service-box-title h2,
.service-box.service-style-two:hover .service-box-title h3,
.service-box.service-style-two:hover .service-btn > a,
.service-box.service-style-two:hover .service-box-icon i,
.service-box.service-style-two:hover .service-box-desc p {
color:#fff;
}

/* Service Box Style Three */

.service-box.service-style-three {
padding: 0;
border-radius: 5px;
border: 1px solid rgba(255,255,255,0.20);
transition: .5s;
position: relative;
overflow: hidden;
}
.service-box.service-style-three .service-content-front {
position: absolute;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.70);
width: 100%;
padding: 0;
transition:.4s;
}
.service-box.service-style-three:hover .service-content-front{
bottom:-100%;
}
.service-box.service-style-three .service-content-front .service-box-icon {
color: #fff;
font-size: 40px;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
float: left;
margin-right: 20px;
}
.service-box.service-style-three .service-content-front .service-box-icon i {
margin-bottom: 0;
display: inline-block;
color: #fff;
background: #0c5adb;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
}
.service-box.service-style-three .service-content-front .service-box-title h2 {
margin: 20px 0 0 0;
font-size: 20px;
padding: 0;
color: #fff;
}
.service-box.service-style-three .service-box-desc p {
color: rgba(255,255,255,0.85);
}
.service-box.service-style-three .service-btn {
margin-top: 30px;
}
.service-box.service-style-three .service-btn > a {
color: #0c5adb;
transition: .5s;
background: #fff;
padding: 14px 30px;
display: inline-block;
border-radius: 4px;
transition: all .5s;
}
.service-box.service-style-three .service-btn > a:hover{
background:#fff;
color:#0c5adb;
}
.service-content-back {
position: absolute;
top: -100%;
left: 0;
height: 100%;
width: 100%;
text-align: center;
background: rgba(12, 90, 219,0.80);
padding: 0 32px;
transition:.4s;
}
.service-box.service-style-three:hover .service-content-back{
top:0;
}
.service-content-back-inner {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.service-box .service-content-back .service-box-icon i {
margin-bottom: 0;
display: inline-block;
color: #fff;
font-size: 60px;
}
.service-box .service-content-back .service-box-title h2 {
margin: 5px 0 15px 0;
font-size: 20px;
padding: 0;
color: #fff;
}

/* Service Style 4 */
.service-box.service-style-four {
    text-align: center;
    padding: 25px 24px 40px;
    border: 1px solid #e4ecf9;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 4px;
}
.service-box.service-style-four::before{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    content: "";
    background: #adc7f1;
    transition: .3s;
    z-index: -1;
}
.service-box.service-style-four:hover::before{
    width: 100%;
    height: 100%;
    background: #0C5ADB;
}
.service-box.service-style-four .service-box-icon i{
    color: #0C5ADB;
    font-size: 55px;
}
.service-box.service-style-four .service-box-content h2{
    font-size: 23px;
}
.service-box.service-style-four .service-box-content p{
    margin: 0;
}
.service-box.service-style-four:hover .service-box-icon i,
.service-box.service-style-four:hover .service-box-content h2,
.service-box.service-style-four:hover .service-box-content p{
    color: #fff;
}


/* Service Style 5 */
.service-box.style-five {
padding: 0 20px;
}
.style-five .service-box-title h3 {
font-size: 32px;
}
.service-box-number {
	position: relative;
	color: #0c5adb;
	font-size: 19px;
	font-weight: 700;
	margin-right: 50px;
	display: block;
}
.service-box-number {

}
.service-box-number::before {
position: absolute;
right: -40px;
top: 16px;
width: 30px;
height: 1px;
background: #0c5adb;
content: "";
}
.service-list {
padding-left: 0;
list-style: none;
}
.service-list li a {
display: block;
color: #232323;
text-transform: uppercase;
font-weight: 500;
font-size: 13px;
padding: 5px 0px;
transition: .3s;
}
.service-list li a:hover {
margin-left: 15px;
color: #0c5adb;
}
.service-style-five .service-btn > a {
color: #232323;
font-size: 13px;
font-weight: 500;
}
.service-style-five .service-btn > a:hover {
color: #0c5adb;
}

.style-five .service-btn > a {
    color: #0C5ADB;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}


.slick-slide.service-box{
margin:10px 15px 30px;
}


/* Service Box Style Six */
.service-box.service-style-six {
padding: 40px 30px 40px;
text-align: center;
position: relative;
background: #fff;
transition: .5s;
z-index: 1;
margin: 0 15px 30px;
box-shadow: 0px 0 6px rgba(26, 46, 85, 0.10);
}
.service-box.service-style-six::before {
width: 100%;
height: 100%;
position: absolute;
left: 0;
bottom: 0;
content: '';
z-index: -1;
-webkit-transition: 0.5s;
transition: 0.5s;
background: #0c5adb;
transform:scale(0);
}
.service-box.service-style-six:hover::before{
transform:scale(1);
}
.service-box.service-style-six .service-box-icon i {
margin-bottom: 15px;
display: inline-block;
color: #0c5adb;
width: 70px;
height: 70px;
line-height: 70px;
background: #0c5adb;
color: #fff;
border-radius: 0;
margin: 15px 0 25px;
transition: 0.5s;
}
.service-box.service-style-six .service-box-title h2 {
margin: 0 0 20px 0;
font-size: 23px;
}
.service-box.service-style-six:hover .service-box-title h2,
.service-box.service-style-six:hover .service-btn > a,
.service-box.service-style-six:hover .service-box-desc p {
color:#fff;
}
.service-box.service-style-six:hover .service-box-icon i{
background:#fff;
color:#0c5adb;
}

/* Service Box Style Seven */
.service-box.style-seven{
	margin: 0;
}
.service-box.style-seven .service-box-icon i {
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #e8ecfc;
    margin-bottom: 33px;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: center;
}
.service-box.style-seven:hover .service-box-icon i{
    background: #0c5adb;
    color: #fff;
}
.service-box.style-seven .service-box-inner h2{
	position: relative;
	font-size: 22px;
}
.service-box.style-seven .service-box-inner h2:before{
	content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    background: #d1d1d1;
    width: 100px;
    height: 1px;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transition: .6s;
    right: 0;
    margin: auto;
}
.service-box.style-seven .service-btn a {
    border: 1px solid #e8ecfc;
    padding: 10px 27px;
    margin-top: 14px;
    font-weight: 600;
    border-radius: 0 15px;
}
.service-box.style-seven:hover .service-btn a{
	color: #fff;
    background: #0c5adb;
}

/* Service Box Style Eight */
.service-box.service-style-eight {
	padding: 60px 30px 55px;
	text-align: center;
	position: relative;
	background: #fff;
	box-shadow: 2px 10px 50px rgba(158,158,158,.25);
	border: 2px solid transparent;
	border-radius: 7px;
	margin-bottom: 30px;
	transition: .5s;
}
.service-box.service-style-eight:hover {
	border: 2px solid #0c5adb;
}

.service-box.service-style-eight .service-box-icon i {
    width: 95px;
    height: 95px;
    line-height: 95px;
    background: #0c5adb;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    margin-bottom: 33px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-align: center;
    font-size: 40px;
}
.service-box.service-style-eight .service-box-title h2 {
	margin: 0 0 15px;
    font-size: 22px;
    padding: 0;
}
.service-box.service-style-eight .service-btn {
	margin-top: 0;
	position: absolute;
	bottom: -24px;
	left: 0;
	right: 0;
	transition:.4s;
}
.service-box.service-style-eight .service-btn a{
	color: #0c5adb;
	display: inline-block;
	border: 2px solid #0c5adb;
}
.service-box.service-style-eight:hover .service-btn a i{
	background: #0c5adb;
	color: #fff;
}
.service-box.service-style-eight .service-btn a i {
	margin-left: 0;
	font-size: 21px;
	width: 50px;
	height: 50px;
	color: #0c5adb;
	background: #fff;
	line-height: 50px;
	border-radius: 100%;
}

/* Service Style Nine */
.service-box.service-style-nine {
    padding: 28px 30px 28px;
    text-align: center;
    position: relative;
    background: #fff;
    border-radius: 7px;
    transition: .5s;
    box-shadow: 2px 10px 50px rgba(158,158,158,.25);
    z-index: 999;
}
.service-box.service-style-nine:hover {
	background: #0c5adb;
    transform: translateY(-8px);
}
.service-box.service-style-nine .service-box-icon i {
    font-size: 48px;
    display: inline-block;
    color: #0c5adb;
    transition: .5s;
    margin-bottom: 5px;
}
.service-box.service-style-nine .service-box-title h2 {
    margin: 0 0 12px;
    transition: .5s;
    font-size: 22px;
}
.service-box.service-style-nine .service-btn a {
    color: #0c5adb;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -1px;
    position: relative;
}
.service-box.service-style-nine .service-btn a:before{
	content: '';
    width: 0;
    height: 0;
    border-width: 5px 0 5px 7px;
    border-style: solid;
    display: block;
	right: -38px;
    border-color: transparent transparent transparent #f5f5f5;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
}
.service-box.service-style-nine .service-btn a:after{
	content: "";
    position: absolute;
    right: -32px;
    background: #fff;
    width: 22px;
	height: 2px;
    top: 55%;
    z-index: 1;
    transform: translateY(-50%);
}
.service-box.service-style-nine:hover .service-box-icon i,
.service-box.service-style-nine:hover .service-box-title h2,
.service-box.service-style-nine:hover .service-box-desc p,
.service-box.service-style-nine:hover .service-btn a{
    color: #fff;
}
.service-box.service-style-nine:hover .service-btn a{
	color: #fff!important;
}
/* Service Style Ten */
.service-box.service-style-ten {
    min-height: 400px;
    padding: 35px 30px 40px;
    z-index: 1;
    transition: .3s;
    overflow: hidden;
    position: relative;
}
.service-box.service-style-ten:hover{
    transform: translateY(-5px);
}
.service-box.service-style-ten::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(1, 4, 20, 0.99)));
    background-image: linear-gradient(to bottom, transparent, rgba(1, 4, 20, 0.99)); 
}
.service-box.service-style-ten::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-image: linear-gradient(to bottom,rgba(37, 19, 209,.7),#2513d1);
    background-image: linear-gradient(to bottom,rgba(37, 19, 209,.7),#2513d1);
    opacity: 0.8;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}
.service-box.service-style-ten:hover::after{
    height: 100%;
    top: 0;
    bottom: auto;
}
.service-box.service-style-ten .service-box-content{
    position: absolute;
    bottom: 50px;
    left: 30px;
}
.service-box.service-style-ten .service-box-content h2{
    margin: 0 0 10px 0;
    color: #fff;
}
.service-box.service-style-ten .service-box-content p{
    color: #d7d7d7;
}
.service-box.service-style-ten .service-box-content a{
    color: #0c5adb;
    font-weight: 600;
}
/*service section style eleven*/
.service-box.service-style-eleven {
    background: #E6EFFF;
    padding: 36px 39px 42px;
    border-radius: 7px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}
.service-box.service-style-eleven:hover {
    transform: translate3d(0,-5px,0);
}
.service-box.service-style-eleven .service__box--icon {
    float: right;
    position: relative;
    top: 20px;
}
.service-box.service-style-eleven .service-box-title h2, .service-box-title h3 {
    margin: 0 0 15px 0;
    font-size: 24px;
}

.service-box.service-style-eleven .service-btn {
    margin-top: 34px;
}
.service-box.service-style-eleven .service-btn > a {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    padding: 9px 28px;
    background: linear-gradient(to left, #2475FC, #1129B9);
    border-radius: 5px;
    transition: .5s;
    border: 1px solid #1129B9;
    font-size: 16px;
    transition: .5s;
}
.service-box.service-style-eleven:before {
    position: absolute;
    content: "";
    z-index:-1;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(to left, #2475FC, #1129B9);
    border-radius: 10px;
    transition: .5s;
}
.service-box.service-style-eleven:hover:before{
	left: 0;
	width: 100%;
}
.service-box.service-style-eleven:hover .service-box-title h2, .service-box-title h3,
.service-box.service-style-eleven:hover .service-box-desc p{
	color: #fff;
}
.service-box.service-style-eleven:hover .service-btn > a{
	border-color: #fff;
	background: transparent;
}
/*service box style twelve*/
.service-box.service-style-twelve {
    border-radius: 5px;
    filter: drop-shadow(0px 5px 30px rgba(162,188,231,0.1));
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: 10px;
    transition: .5s;
}
.service-box.service-style-twelve:hover {
    transform: translate3d(0,-6px,0);
}
.service-box.service-style-twelve:after {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/images/box-bg2.png);
    transition: .5s;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-box.service-style-twelve:hover:after{
	left: 0;
	width: 100%;
}
.service-box.service-style-twelve .service-inner-content {
    padding: 17px 32px 13px;
}

.service-box.service-style-twelve .service-box-icon {
    display: inline-block;
    margin-right: 8px;
}
.service-box.service-style-twelve .service-box-icon i {
    color: #fff;
    height: 37px;
    width: 37px;
    border-radius: 100%;
    background: #0ED1B3;
    font-size: 18px;
    line-height: 37px;
    text-align: center;
    margin: 0 0 24px;
}
.two .service-box.service-style-twelve .service-box-icon i{
	 background: #FFB301!important;
}
.three .service-box.service-style-twelve .service-box-icon i{
	 background: #18A8FF!important;
}
.four .service-box.service-style-twelve .service-box-icon i{
	 background: #F752D9!important;
}
.five .service-box.service-style-twelve .service-box-icon i{
	 background: #FF6A34!important;
}
.six .service-box.service-style-twelve .service-box-icon i{
	 background: #974DFF!important;
}
.service-box.service-style-twelve .service-box-title {
    overflow: hidden;
    display: inline-block;
}
.service-box.service-style-twelve .service-box-title h2, .service-box-title h3 {
    margin: 0;
    font-size: 15px;
    padding: 0;
    color: #0c5adb;
    font-weight: 500;
}
.service-box.service-style-twelve .service-box-content h2 {
    font-size: 24px;
    margin: 0 0 0;
}
.service-box.service-style-twelve .service-box-desc p {
    margin: 14px 0 21px;
}
.service-box.service-style-twelve .service-btn {
    margin: 0 0 0;
    position: relative;
    padding: 15px 32px 21px;
    border-top: 1px solid
    rgba(35,35,35,0.07058823529411765);
    transition: .5s;
}
.service-box.service-style-twelve .service-btn a {
    display: inline-block;
    color: #0c5adb;
    transition: .5s;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.service-box.service-style-twelve .service-btn a:after {
    position: absolute;
    content: "";
    top: 18px;
    left: 0;
    height: 1px;
    width: 73%;
    background: #0c5adb;
    transition: .5s;
}
.service-box.service-style-twelve:hover .service-box-title h2, .service-box-title h3,
.service-box.service-style-twelve:hover .service-box-content h2,
.service-box.service-style-twelve:hover .service-box-desc p,
.service-box.service-style-twelve:hover .service-btn a{
	color: #ffff;
}
.service-box.service-style-twelve:hover .service-btn{
	border-color: rgba(255,255,255,0.1019607843137254);
}
.service-box.service-style-twelve:hover .service-btn a:after{
	background: #fff;
}
/*service box xtyle thirteen*/
.service-box.service-style-thirteen {
    overflow: hidden;
    margin-bottom: 7px;
    position: relative;
    transition: .5s;
    border-radius: 10px;
    filter: drop-shadow(0 0 20px rgba(170,192,228,0.3));
    background-color: #ffffff;
    padding: 20px 20px 29px;
    margin-right: 7px;
}
.service-box.service-style-thirteen:hover {
    transform: translate3d(0,-6px,0);
}
.service-box.service-style-thirteen .thumb{
	position: relative;
	z-index: 1;
}

.service-box.service-style-thirteen .thumb:before {
    position: absolute;
    content: "";
    left:50%;
    bottom: 0;
    width:0;
    height:100%;
    border-radius: 10px;
    background-color: rgba(4,96,248,0.6);
    transition: .8s;
}
.service-box.service-style-thirteen:hover .thumb:before{
	width: 100%;
	left: 0;
}


.service-box.service-style-thirteen .service-box-icon {
    display: inline-block;
}
.service-box.service-style-thirteen .service-box-content {
    padding: 16px 11px 0;
}
.service-box.service-style-thirteen .service-box-icon {
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 100%;
    background: #D4E4FF;
    font-size: 12px;
    margin: 0 0 8px;
}
.service-box.service-style-thirteen .service-box-icon i {
    font-size: 12px;
    margin: 0;
}
.service-box.service-style-thirteen .title {
    display: inline-block;
    position: relative;
    top: 4px;
    left: 6px;
}
.service-box.service-style-thirteen .service-box-title{
	display: inline-block;
}
.service-box.service-style-thirteen .service-box-title h2 {
    font-size: 16px!important;
     color: #0c5adb;
       margin: 0;
       font-weight: 500!important;
}
.service-box.service-style-thirteen .service-box-content h2 {
    font-size: 24px;
    margin: 4px 0 0;
    font-weight: 700;
}
/*style fourteen*/
.service-box.service-style-fourteen {
    height: inherit;
    border-radius: 5px;
    filter: drop-shadow(0px 5px 30px rgba(162,188,231,0.3));
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 8px 8px 0;
    text-align: center;
    padding: 18px 23px 15px;
    transition: .3s;
}
.service-box.service-style-fourteen:hover {
    transform: translate3d(0,-6px,0);
}

.service-box.service-style-fourteen:before {
    position: absolute;
    content: "";
    bottom: 0;
    left:50%;
    height:100%;
    width:0;
    background: #02CB99;
    z-index: -1;
    transition: .5s;
}
.two .service-box.service-style-fourteen:before {
    background: #EA599E;
}
.three .service-box.service-style-fourteen:before {
    background:#FF6A01;
}
.four .service-box.service-style-fourteen:before {
    background: #0C5ADB;
}
.five .service-box.service-style-fourteen:before {
    background: #774BE5;
}


.service-box.service-style-fourteen:hover:before{
    width: 100%;
    left: 0;
}
.service-box.service-style-fourteen:hover .service-box-title h2,
.service-box.service-style-fourteen:hover .service-box-desc p{
    color: #fff;
}
.service-box.service-style-fourteen:hover .service-box-icon i{
    background: #fff!important;
}
.four .service-box.service-style-fourteen:hover .service-box-icon i{
    background: #fff;
}
.service-box.service-style-fourteen .service-box-icon i {
    width: 116px;
    height: 116px;
    line-height:116px;
    background: #DFF3E7;
    border-radius: 100%;
    color: #00CC99;
    display: inline-block;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
    font-size: 50px;
}
.two .service-box.service-style-fourteen .service-box-icon i {
    background: #FCE2EF;
    color: #E63D8E;
}
.three .service-box.service-style-fourteen .service-box-icon i {
    background: #FFEAD9;
    color: #FE6A00;
}
.four .service-box.service-style-fourteen .service-box-icon i {
    background: rgba(12, 79, 289, .3);
    color: #0C59DB;
}
.five .service-box.service-style-fourteen .service-box-icon i {
    background: #EEEAFB;
    color: #8E6DE0;
}

.service-box.service-style-fourteen .service-box-title h2, .service-box-title h3 {
    margin: 2px 0 12px 0;
    font-size: 22px;
}
.service-box.service-style-fourteen .service-box-desc p {
    line-height: 30px;
}
/*style 15*/

.service-box.style-15 {
    padding: 6px 18px 29px;
    position: relative;
    border: 1px solid#FF9A62;
    border-radius: 4px;
    transition: .5s;
}
.two .service-box.style-15 {
     border: 1px solid#2875FF;
}
.three .service-box.style-15 {
     border: 1px solid#54D7AF;
}
.four .service-box.style-15 {
     border: 1px solid#F05D8A;
}
.service-box.style-15:hover {
    transform: translate3d(0,-6px,0);
}
.service-box.style-15 .service-box-icon {
    display: inline-block;
    height: 100px;
    width: 90px;
    line-height: 100px;
    background: #FF9A62;
    clip-path: polygon(0% 11%, 104% 0, 100% 100%, 0% 100%);
    border-radius: 6px;
}
.service-box.style-15 .service-box-title h2, .service-box-title h3 {
    margin: 25px 0 14px 0;
    line-height: 34px;
}
.service-box.style-15 .service-btn {
    margin-top: 21px;
}
.service-box.style-15 .service-btn > a {
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.service-box.style-15 .service-btn > a i {
    margin-left: 0;
}
.two .service-box.style-15 .service-box-icon {
    background: #2875FF;
    clip-path: polygon(0% 0%, 100% 9%, 100% 100%, 0% 100%);
}
.four .service-box.style-15 .service-box-icon {
    background: #F05D8A;
    clip-path: polygon(0% 11%, 104% 0, 100% 100%, 0% 100%);
}

/*style sisteen*/
.service-box.style-16 {
    padding: 17px 8px 19px 44px;
}
.service-box.style-16 .service-box-icon i {
    margin-bottom: 11px;
    color: #0c5adb;
    font-size: 59px;
    position: relative;
    z-index: 1;
}
.service-box.style-16 .service-box-icon i:after {
    position: absolute;
    content: "";
    top: 5px;
    left: 37px;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    background: #2466D7;
    z-index: -1;
    opacity: 0.7;
}
.two .service-box.style-16 .service-box-icon i:after{
    background: #FF9861;
}
.service-box.style-16 .service-box-title h2, .service-box-title h3 {
    margin: 0 0 15px 0;
    font-size: 32px;
}
.service-box.style-16 .service-btn {
    margin-top: 39px;
}
.service-box.style-16 .service-btn > a {
    background: linear-gradient(to left, #2475FC, #1129B9 100%);
    padding: 16px 37px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 44;
    border-radius: 30px;
    color: #fff;
}
/* style seventeen*/
.service-box.service-style17 {
    background: #fff;
    box-shadow: 0px 10px 40px 0px rgba(212, 214, 223, 0.3);
    padding: 45px 39px 32px;
    transition: .5s;
}
.service-box.service-style17:hover{
    background: #2775ff;
}
.service-box.service-style17:hover .service-box-img img{
     transition:.5s;
}
.service-box.service-style17:hover .service-box-img img{
     filter: brightness(0)invert(1);
}
.service-box.service-style17:hover .service-box-title h2,
.service-box.service-style17:hover .service-box-desc p{
    color:#fff;
}
.service-box.service-style17:hover .service-box-title h2:before{
    background: #fff;
}
.service-box.service-style17:hover .service-btn > a {
    color: #fff;
    background:#191919;
}
.service-box.service-style17 .service-box-img {
    display: inline-block;
    margin-right: 28px;
    transition:.4s;
}
.service-box.service-style17 .service-box-title h2{
    margin: 0 0 35px 0;
    font-size: 26px;
    position: relative;
}
.service-box.service-style17 .service-box-title h2:before {
    position: absolute;
    content: "";
    top: 46px;
    left: 0;
    background: #2775ff;
    height: 3px;
    width: 40px;
    transition: .5s;
}
.service-box.service-style17 .service-btn {
    margin-top: 0;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translate(-50%,-50%);
}
.service-box.service-style17 .service-btn > a {
    color: #616161;
    font-size: 24px;
    height: 60px;
    width: 60px;
    background: #F2F2F2;
    border-radius: 0;
    line-height: 60px;
    text-align: center;
}
.service-box.service-style17 .service-btn > a i {
    margin-left: 0;
}

.service-box.style-16 .service-btn > a:hover{
    background: linear-gradient(to left, #1129B9, #2475FC 100%);
}
/*style 18*/
.service-box.style18 {
    background: #fff;
    box-shadow: 0px 10px 40px 0px rgba(212, 214, 223, 0.3);
    padding: 41px 0 28px 26px;
    position: relative;
    z-index: 1;
}
.service-box.style18:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #2876ff;
    opacity: 0;
    transition: .4s;
}
.service-box.style18:hover:before{
    opacity:1;
}
.service-box.style18:hover .service-box-title h2{
    color:#fff;
    margin-left:18px;
}
.service-box.style18:hover .service-box-number {
    opacity: 0.2;
}
.service-box.style18:hover .service-btn{
    background:#101010;
}
.service-box.style18:hover .service-btn a{
    color:#fff;
}
.service-box.style18 .service-box-number::before {
   display:none;
}
.service-box.style18 .service-box-number {
    position: absolute;
    color: #f2f2f2;
    font-size: 100px;
    font-weight: 900;
    margin-right: 0;
    display: block;
    left: 45px;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.service-box.style18 .service-box-title h2, .service-box-title h3 {
    font-size: 22px;
    margin: 0;
}
.service-box.style18 .service-btn {
    margin-top: 0;
    display: inline-block;
    height: 44px;
    width: 44px;
    line-height: 44px;
    background: #f2f2f2;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
}
.service-box.style18 .service-btn i{
    margin-left:0;
}

/*dark*/
.dark_feature .service-box.service-style17{
    box-shadow:none;
}
.dark_feature .service-box.service-style17:hover .service-btn > a {
    background: #2775ff;
}
.dark_feature .service-box.service-style17 .service-btn > a {
    background: #262627;
}

/*portfolio_dark*/
.portfolio_dark .service-box.style18 {
    box-shadow: none;
}
.portfolio_dark .service-box.style18 .service-box-number {
    color: #1C1C1C;
}
.portfolio_dark .service-box.style18 .service-btn {
    background: #1C1C1C;
}
.portfolio_dark .service-box.style18:hover .service-box-number {
    opacity: 0.1;
    color: #f2f2f2;
}
.portfolio_dark .service-box.style18:hover .service-btn{
    background:#fff;
}
.portfolio_dark .service-box.style18:hover .service-btn a{
    color:#2875FF;
}

/*new-service-video*/
.new-service-video .single-video.style-one .video-icon, .single-video.style-three .video-icon {
    left: 17%;
    top: 56%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-55%) translateY(-30%);
}
.new-service-video .single-video.style-one .video-icon a, .single-video.style-two .video-icon a {
    background: #FF9A62;
    height:60px;
    width:60px;
    top: 50%;
    line-height: 60px;
    color: #fff;
}

/*
==========
Flip Box
==========
*/


.flip-box .flip-box-inner {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	transition: .5s;
}
.flip-box .flip-box-inner .flip-box-wrap {
    position: relative;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.flip-box .flip-box-inner .back-part,
.flip-box .flip-box-inner .front-part {
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: 200px;
    background-position: center;
    background-clip: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
		transition: .5s;
}

.flip-box .flip-box-inner .front-part {
	position: relative;
	bottom: 0;
	z-index: 10;
	padding: 50px 25px 50px;
	border-radius: 8px;
	background-color: #6094da;
}
.flip-box .flip-box-inner .front-part .front-background-overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.flip-box .flip-box-inner .front-part .front-content-part{
    width: 100%;
	z-index: 1;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part {
    margin-bottom: 20px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span,
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part span{
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 1;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span img,
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part span img{
    width: 60px;
    height: 60px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-title-part {
    margin-bottom: 10px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-title-part .front-title {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-desc-part .front-desc {
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn {
    display: inline-block;
    line-height: 1;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn i {
    transition: all 0.4s ease 0s;
}

/* Back Part */
.flip-box .flip-box-inner .back-part {
    position: absolute;
    z-index: -1;
    padding: 26px 25px 26px;
    border-radius: 8px;
    background-color: #0c5adb;
}
.flip-box .flip-box-inner .back-part .back-background-overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.flip-box .flip-box-inner .back-part .back-content-part{
	width: 100%;
    z-index: 1;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part {
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part .back-img {
    display: inline-block;
}

.flip-box .flip-box-inner .back-part .back-content-part .back-title-part {
    margin-bottom: 10px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-title-part .back-title {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-desc-part .back-desc {
    margin-bottom: 0;
    font-size: 16px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn {
    display: inline-block;
    line-height: 1;
    padding: 10px 25px;
    background: #fff;
	font-size: 18px;
	font-weight: 500;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn i {
    transition: all 0.4s ease 0s;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after span {
    float: left;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after i {
    margin-left: 10px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-before span {
    float: right;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-before i {
    margin-right: 10px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn:hover {
    background: #1f1c51;
    color: #fff;
}
.flip-box .flip-box-inner.rs-flip-right .front-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-right .back-part {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.flip-box .flip-box-inner.rs-flip-right .back-content-part {
    right: 15px;
}
.flip-box .flip-box-inner.rs-flip-right:hover .back-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-right:hover .front-part {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-box .flip-box-inner.rs-flip-right:hover .back-content-part {
    right: 0;
}
.flip-box .flip-box-inner.rs-flip-left .front-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-left .back-part {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-box .flip-box-inner.rs-flip-left .back-content-part {
    left: 15px;
}
.flip-box .flip-box-inner.rs-flip-left:hover .front-part {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.flip-box .flip-box-inner.rs-flip-left:hover .back-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-left:hover .back-content-part {
    left: 0;
}
.flip-box .flip-box-inner.rs-flip-up .front-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-up .back-part {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.flip-box .flip-box-inner.rs-flip-up .back-content-part {
    top: 15px;
}
.flip-box .flip-box-inner.rs-flip-up:hover .front-part {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.flip-box .flip-box-inner.rs-flip-up:hover .back-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-up:hover .back-content-part {
    top: 0;
}
.flip-box .flip-box-inner.rs-flip-down .front-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-down .back-part {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.flip-box .flip-box-inner.rs-flip-down .back-content-part {
    bottom: 15px;
}
.flip-box .flip-box-inner.rs-flip-down:hover .front-part {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.flip-box .flip-box-inner.rs-flip-down:hover .back-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-down:hover .back-content-part {
    bottom: 0;
}
.flip-box .flip-box-inner:hover .back-part {
    z-index: 1;
}
.flip-box .flip-box-inner:hover .front-part {
    z-index: -1;
}
.flip-box:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0;
}
.front-part,
.back-part {
    min-height: 250px;
}
/* Style Two */
.flip-box.style-two .front-part .front-icon i{
	background: #0c5adb;
	color: #fff;
	height: 90px;
	width: 90px;
	line-height: 90px;
	display: inline-block;
	font-size: 30px;
	border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
}

/*
========
Team
========
*/


.team-slider-style1 .team-item {
    overflow: visible;
}

.team-grid-style1 .team-item{
    overflow: visible;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.team-grid-style1:hover .team-item{
	transform: translateY(-10px);
}

.team-grid-style1 .team-item .social-icons1,
.team-slider-style1 .team-item .social-icons1 {
    text-align: center;
    margin-top: 14px;
}
.team-grid-style1 .team-item .social-icons1 a i,
.team-slider-style1 .team-item .social-icons1 a i {
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-radius: 50%;
    margin: 0;
}
.team-grid-style1 .team-item .image-wrap,
.team-slider-style1 .team-item .image-wrap {
    position: relative;
    overflow: hidden;
}

.team-grid-style1 .team-item .image-wrap:before{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 90, 219, 0.83);
    content: "";
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.team-grid-style1:hover .team-item .image-wrap:before{
	opacity: 1;
}
.team-slider-style1 .team-item .image-wrap .social-icons1{
    position: absolute;
    right: -50px;
    bottom: 0;
    width: 50px;
    background: #030749;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease 0s;
}

.team-grid-style1 .team-item .image-wrap .social-icons1{
	position: absolute;
	right: -50px;
	width: 50px;
	background: #fff;
	padding: 12px 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease 0s;
	top: 50%;
	transform: translateY(-50%);
}

.team-grid-style1 .team-item .image-wrap .social-icons1 a,
.team-slider-style1 .team-item .image-wrap .social-icons1 a {
    padding: 0;
    background: 0 0;
}

.team-slider-style1 .team-item .image-wrap .social-icons1 a i {
    background: 0 0;
}

.team-grid-style1 .team-item .image-wrap .social-icons1 a i{
	background: 0 0;
	color: #0c5adb;
}

.team-grid-style1 .team-item :hover .image-wrap .social-icons1,
.team-slider-style1 .team-item :hover .image-wrap .social-icons1 {
    right: 0;
    width: 50px;
    opacity: 1;
    visibility: visible;
}

.team-slider-style1 .team-item .team-content {
    text-align: center;
    margin: 0 0 30px;
    padding: 20px 20px 25px;
    box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
    background: #030749;
    position: unset;
    opacity: 1;
}

.team-grid-style1 .team-item .team-content{
	position: absolute;
    background: #fff;
	padding: 20px 20px 25px;
	text-align: center;
	width: 80%;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -64px;
	border-radius: 5px;
	box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
}

.team-grid-style1 .team-item .team-content .member-desc h3{
	margin: 0;
}

.team-grid-style1 .team-item .team-content .member-desc h3 a{
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	text-transform: capitalize;
}

.team-grid-style1 .team-item .team-content .member-desc h3 a:hover{
	color: #0c5adb;
}

.team-grid-style1 .team-item .team-content span.team-title,
.team-slider-style1 .team-item .team-content span.team-title {
	color: #616161;
    text-transform: uppercase;
    font-family: Rubik, sans-serif;
    font-size: 13px;
    font-weight: 400;
	letter-spacing: 1px;
}
.team-grid-style1 .team-item .social-icons,
.team-slider-style1 .team-item .social-icons {
    display: none;
}
.team-slider-style1 .team-item .team-content {
    margin: 0;
}

/* Style 2
-----------*/
.team-grid-style2 .team-inner-wrap,
.team-slider-style2 .team-inner-wrap {
    position: relative;
    margin-bottom: 35px;
    overflow: hidden;
}
.team-grid-style2 .team-inner-wrap a,
.team-slider-style2 .team-inner-wrap a {
    text-decoration: none;
}
.team-grid-style2 .team-inner-wrap .team-img-sec,
.team-slider-style2 .team-inner-wrap .team-img-sec {
    position: relative;
}
.team-grid-style2 .team-inner-wrap .wrap-text,
.team-slider-style2 .team-inner-wrap .wrap-text {
    box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
    padding: 0 40px 12px;
    background: #fff;
}
.team-grid-style2 .team-inner-wrap .wrap-text .team-desc,
.team-slider-style2 .team-inner-wrap .wrap-text .team-desc {
    margin-bottom: 0;
}
.team-grid-style2 .team-inner-wrap .team-content, .team-slider-style2 .team-inner-wrap .team-content {
    z-index: 1;
    margin-bottom: 0;
    background: #0C5ADB;
    border-radius: 3px 3px 0 0;
    padding: 8px 0 14px;
    margin-top: -35px;
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 230px;
    transition: 0.4s;
    text-align: center;
}
.team-grid-style2 .team-inner-wrap .team-content .team-name,
.team-slider-style2 .team-inner-wrap .team-content .team-name {
    margin-top: 0 !important;
    line-height: 28px !important;
}
.team-grid-style2 .team-inner-wrap .team-content .team-name a,
.team-slider-style2 .team-inner-wrap .team-content .team-name a {
    position: relative;
    margin-bottom: 0;
    font-size: 20px;
    text-transform: capitalize;
    z-index: 111;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons a i,
.team-slider-style2 .team-inner-wrap .team-content .social-icons a i {
    height: 25px;
    width: 25px;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons,
.team-grid-style2 .team-inner-wrap .team-content .team-name,
.team-slider-style2 .team-inner-wrap .team-content .social-icons,
.team-slider-style2 .team-inner-wrap .team-content .team-name {
    color: #fff;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons a,
.team-grid-style2 .team-inner-wrap .team-content .team-name a,
.team-slider-style2 .team-inner-wrap .team-content .social-icons a,
.team-slider-style2 .team-inner-wrap .team-content .team-name a {
    text-decoration: none;
    color: #fff;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons a:hover,
.team-grid-style2 .team-inner-wrap .team-content .team-name a:hover,
.team-slider-style2 .team-inner-wrap .team-content .social-icons a:hover,
.team-slider-style2 .team-inner-wrap .team-content .team-name a:hover {
    color: #fff;
}
.team-grid-style2 .team-inner-wrap .team-content .team-title,
.team-slider-style2 .team-inner-wrap .team-content .team-title {
    line-height: 1.4;
    margin: 10px 0 5px;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons,
.team-slider-style2 .team-inner-wrap .team-content .social-icons {
    padding-top: 2px;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons a,
.team-slider-style2 .team-inner-wrap .team-content .social-icons a {
    padding: 0 3px;
}
.team-grid-style2 .team-inner-wrap .team-content .nolink,
.team-slider-style2 .team-inner-wrap .team-content .nolink {
    pointer-events: none;
}
.team-grid-style2 .team-inner-wrap .team-content .cat-doctor,
.team-slider-style2 .team-inner-wrap .team-content .cat-doctor {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
}
.team-grid-style2 .team-inner-wrap .team-content .cat-doctor a,
.team-slider-style2 .team-inner-wrap .team-content .cat-doctor a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}
.team-grid-style2 .team-inner-wrap .team-content .team-name,
.team-slider-style2 .team-inner-wrap .team-content .team-name {
    margin: 18px 0 0;
    font-weight: 500;
}
.team-grid-style2 .team-inner-wrap .team-content .team-title,
.team-slider-style2 .team-inner-wrap .team-content .team-title {
    color: #eee;
    font-size: 13px;
    font-weight: 400;
    padding: 0;
    display: block;
    text-transform: uppercase;
}
.team-grid-style2 .team-inner-wrap .team-content .team-title a,
.team-slider-style2 .team-inner-wrap .team-content .team-title a {
    color: #eee;
    pointer-events: none;
}
.team-grid-style2 .team-inner-wrap:hover .team-content,
.team-slider-style2 .team-inner-wrap:hover .team-content {
    bottom: 0;
}
.team-grid-style2 .team-inner-wrap:hover .team-img-sec:before,
.team-slider-style2 .team-inner-wrap:hover .team-img-sec:before {
    height: 100%;
}
.icon-button a {
    background: #030749;
    color: #fff;
    padding: 3px 17px;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 25px;
    border-radius: 18px;
}
.icon-button a:hover {
    color: #fff;
    background: #0C5ADB;
}
.icon-button a i:before {
    font-size: inherit;
}
.blogfull .icon-button a {
    margin-bottom: 0;
}
.team-grid-style3 .team-item,
.team-slider-style3 .team-item {
    padding: 25px;
    position: relative;
}
.team-grid-style3 .team-item:after,
.team-slider-style3 .team-item:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 200px solid #0C5ADB;
    border-right: 200px solid transparent;
    left: 0;
    top: -10px;
}
.team-grid-style3 .team-item:before,
.team-slider-style3 .team-item:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 200px solid #0C5ADB;
    border-left: 200px solid transparent;
    right: 0;
    bottom: -10px;
}
.team-grid-style3 .team-item img,
.team-slider-style3 .team-item img {
    position: relative;
    z-index: 99;
}
.team-grid-style3 .team-item .team-inner-wrap,
.team-slider-style3 .team-item .team-inner-wrap {
    position: relative;
}
.team-grid-style3 .team-item .team-inner-wrap:before,
.team-slider-style3 .team-item .team-inner-wrap:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #0C5ADB;
    left: 0;
    top: 0;
    z-index: 100;
    opacity: 0;
    transition: all 0.4s ease 0s;
}
.team-grid-style3 .team-item .team-content,
.team-slider-style3 .team-item .team-content {
    position: absolute;
    display: block;
    left: 50%;
    width: 100%;
    top: 30%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 110;
    color: #fff;
    padding: 15px;
    opacity: 0;
    transition: all 0.4s ease 0s;
}
.team-grid-style3 .team-item .team-content .team-name,
.team-slider-style3 .team-item .team-content .team-name {
    margin-bottom: 0;
    font-size: 20px;
}
.team-grid-style3 .team-item .team-content .team-name a,
.team-slider-style3 .team-item .team-content .team-name a {
    color: #fff;
}
.team-grid-style3 .team-item .team-content .team-title,
.team-slider-style3 .team-item .team-content .team-title {
    color: #fff;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
}
.team-grid-style3 .team-item .team-content .social-icons a,
.team-slider-style3 .team-item .team-content .social-icons a {
    color: #fff;
    margin-right: 12px;
    font-size: 16px;
}
.team-grid-style3 .team-item .team-content .social-icons a:last-child,
.team-slider-style3 .team-item .team-content .social-icons a:last-child {
    margin-right: 0;
}
.team-grid-style3 .team-item .team-content .social-icons a:hover,
.team-slider-style3 .team-item .team-content .social-icons a:hover {
    opacity: 0.8;
}
.team-grid-style3 .team-item:hover .team-content,
.team-slider-style3 .team-item:hover .team-content {
    opacity: 1;
    width: 100%;
    top: 50%;
}
.team-grid-style3 .team-item:hover .team-inner-wrap:before,
.team-slider-style3 .team-item:hover .team-inner-wrap:before {
    opacity: 0.8;
}
.team-grid-style3 .team-img:after {
    top: 0;
}
.team-grid-style3 .team-img:before {
    bottom: 0;
}
.team-grid-style4 .owl-stage-outer,
.team-slider-style4 .owl-stage-outer {
    overflow-y: visible;
}
.team-grid-style4 .team-item,
.team-slider-style4 .team-item {
    margin-bottom: 125px;
    position: relative;
    overflow: visible;
}
.team-grid-style4 .team-item:before,
.team-slider-style4 .team-item:before {
    display: none;
}
.team-grid-style4 .team-item .team-content,
.team-slider-style4 .team-item .team-content {
    color: #0C5ADB;
    background: #fff;
    text-align: center;
    position: absolute;
    z-index: 1;
    opacity: 1;
    height: unset;
    display: inline-block;
    top: unset;
    bottom: -85px;
    padding: 20px 20px 25px;
    -webkit-box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
    left: 50%;
    max-width: 310px;
    transform: translateX(-50%);
    width: 95%;
}
.team-grid-style4 .team-item .team-content .team-name,
.team-slider-style4 .team-item .team-content .team-name {
    display: block;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 700;
}
.team-grid-style4 .team-item .team-content .team-name a,
.team-slider-style4 .team-item .team-content .team-name a {
    color: #232323;
}
.team-grid-style4 .team-item .team-content .team-name a:hover,
.team-slider-style4 .team-item .team-content .team-name a:hover {
    color: #0C5ADB;
}
.team-grid-style4 .team-item .team-content .team-title,
.team-slider-style4 .team-item .team-content .team-title {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 5px;
    display: block;
    font-family: Poppins, sans-serif;
    color: #0a0a0a;
}
.team-grid-style4 .team-item .team-content .team-desc,
.team-slider-style4 .team-item .team-content .team-desc {
    font-size: 14px;
    margin-bottom: 0;
    color: #777;
    position: relative;
    z-index: 1;
    max-height: 0;
    opacity: 0;
    line-height: 24px;
    -webkit-transition: all 0.6s, max-height 0.5s;
    -o-transition: all 0.6s, max-height 0.5s;
    -moz-transition: all 0.6s, max-height 0.5s;
    transition: all 0.6s, max-height 0.5s;
    overflow: hidden;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
}
.team-grid-style4 .team-item .team-content .team-desc:before,
.team-slider-style4 .team-item .team-content .team-desc:before {
    content: "";
    position: absolute;
    z-index: 1;
    background: #030749;
    top: 0;
    left: 50%;
    width: 50px;
    height: 2px;
    margin-left: -25px;
}
.team-grid-style4 .team-item .team-content .social-icons,
.team-slider-style4 .team-item .team-content .social-icons {
    text-align: center;
    margin-top: 12px;
}
.team-grid-style4 .team-item .team-content .social-icons a,
.team-slider-style4 .team-item .team-content .social-icons a {
    display: inline-block;
}
.team-grid-style4 .team-item .team-content .social-icons a i,
.team-slider-style4 .team-item .team-content .social-icons a i {
    color: #030749;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: 0 0;
    text-align: center;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-radius: 50%;
    margin: 0;
}
.team-grid-style4 .team-item .team-content .social-icons a i:hover,
.team-slider-style4 .team-item .team-content .social-icons a i:hover {
    color: #0C5ADB;
}
.team-grid-style4 .team-item:before,
.team-slider-style4 .team-item:before {
    background: 0 0;
}
.team-grid-style4 .team-item:hover .team-content,
.team-slider-style4 .team-item:hover .team-content {
    opacity: 1;
    top: unset;
}
.team-grid-style4 .team-item:hover .team-content .team-desc,
.team-slider-style4 .team-item:hover .team-content .team-desc {
    position: relative;
    max-height: 400px;
    opacity: 1;
    text-align: center;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.4s, max-height 1.5s;
    -o-transition: all 0.4s, max-height 1.5s;
    -moz-transition: all 0.4s, max-height 1.5s;
    transition: all 0.4s, max-height 1.5s;
    padding-top: 18px;
    margin-top: 8px;
}
/* Style 5 */
.team-grid-style5 .team-inner-wrap,
.team-slider-style5 .team-inner-wrap {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
    background: #fff;
    border-radius: 5px;
}

.team-grid-style5 .team-item{
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.team-grid-style5:hover .team-item{
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
.team-grid-style5 .team-inner-wrap .image-wrap img,
.team-slider-style5 .team-inner-wrap .image-wrap img {
	width: 100%;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.team-grid-style5 .team-item .image-wrap:before{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(12,90,219,.85);
    content: "";
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	opacity: 0;
}

.team-grid-style5:hover .team-item .image-wrap:before{
	opacity: 1;
}

.team-grid-style5 .team-inner-wrap .team-content,
.team-slider-style5 .team-inner-wrap .team-content {
    height: 100px;
    width: 100%;
    top: unset;
    bottom: 0;
    opacity: 1;
    position: absolute;
    padding: 15px 20px;
    color: #444;
    text-align: center;
    overflow: hidden;
    background: #fff;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc,
.team-slider-style5 .team-inner-wrap .team-content .member-desc {
    margin: 10px 0;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-name,
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-name a,
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-name a {
    color: #222;
	font-weight: 700;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-title,
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-title {
    font-size: 13px;
    text-transform: uppercase;
    color: #0c5adb;
    float: none;
    text-align: center;
    font-weight: 500;
}
.team-grid-style5 .team-inner-wrap .team-content .team-desc,
.team-slider-style5 .team-inner-wrap .team-content .team-desc {
    display: none;
}


.team-grid-style5 .team-inner-wrap .team-content:before,

.team-slider-style5 .team-inner-wrap .team-content:before,
.team-slider-style5 .team-inner-wrap .team-content:hover {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #0c5adb;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    transition: 0.4s all ease;
    left: 0;
}

/* Social Icon */

.team-grid-style5 .team-item .social-icons1,
.team-slider-style5 .team-item .social-icons1 {
    text-align: center;
    /* margin-top: 14px; */
}

.team-grid-style5 .team-item .image-wrap{
	position: relative;
}

.team-grid-style5 .team-item .image-wrap .social-icons1,
.team-slider-style5 .team-item .image-wrap .social-icons1{
	position: absolute;
	right: -50px;
	width: 50px;
	background: #fff;
	padding: 12px 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease 0s;
	top: 50%;
	transform: translateY(-50%);
}

.team-grid-style5 .team-item :hover .image-wrap .social-icons1,
.team-slider-style5 .team-item :hover .image-wrap .social-icons1 {
    right: 0;
    width: 50px;
    opacity: 1;
    visibility: visible;
}

.team-grid-style5 .team-item .image-wrap .social-icons1 a,
.team-slider-style5 .team-item .image-wrap .social-icons1 a {
    padding: 0;
    background: 0 0;
}

.team-grid-style5 .team-item .social-icons1 a i,
.team-slider-style5 .team-item .social-icons1 a i {
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-radius: 50%;
    margin: 0;
}

.team-slider-style5 .team-item .image-wrap .social-icons1 a i {
    background: 0 0;
}

.team-grid-style5 .team-item .image-wrap .social-icons1 a i{
	background: 0 0;
	color: #0c5adb;
}

.team-grid-style5 .team-item .social-icons,
.team-slider-style5 .team-item .social-icons {
    display: none;
}

/* Style Six
-------------*/

.dreamit-team-member-single{
	transition: .2s;
}
.dreamit-team-member-single:hover{
	transform: translateY(-10px);
	overflow: hidden;
}
.team-member-thumb{
	position: relative;
}
.team-member-thumb::before {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: rgba(12,90,219,0.85);
	content: "";
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 1;
	width: 100%;
	opacity: 0;
	border-radius: 50%;
}
.dreamit-team-member-single:hover .team-member-thumb::before {
	opacity:1;
}
.team-member-thumb img{
	width: 100%;
	border-radius: 50%;
}
.team-member-thumb .social-icon{
	position: absolute;
	right: -50px;
	width:50px;
	background-color: #fff;
	padding: 12px 0;
	opacity: 0;
	visibility: visible;
	transition: .4s;
	top: 50%;
	transform: translateY(-50%);
	z-index:1;
}
.dreamit-team-member-single:hover .team-member-thumb .social-icon{
	right: 0;
	width: 50px;
	opacity: 1;
	visibility: visible;
}
.social-icon a {
    color: #0C5ADB;
    background: #fff;
    text-align: center;
    display: block;
    margin-top: 7px;
}
.team-member-content h2{
	color: #fff;
	transition:.3s;
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: 700;
}
.team-member-content h5{
	color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.team-style-two .team-member-thumb {
    border-radius: 100%;
}
.team-style-two .team-member-content {
	background: transparent;
	border-bottom: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	margin-top: 0;
	border-radius: 0;
	left: 0;
	right: 0;
	top: 45%;
	opacity: 0;
	transition: .5s;
	z-index: 1;
}
.team-style-two .dreamit-team-member-single:hover .team-member-content {
	opacity:1;
	top:50%;
	transform:translateY(-50%);
}
.team-style-two .social-icon a {
    color: #fff;
    background: transparent;
    text-align: center;
    margin: 0 5px;
    display: inline-block;
    margin-top: 0;
}
.team-style-two .team-member-sub-title {
	padding-bottom: 15px;
	text-transform: capitalize;
}

/* Style Seven
-------------*/
.team-grid-style7 .team-inner-wrap,
.team-slider-style7 .team-inner-wrap {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
    background: #fff;
    border-radius: 5px;
}

.team-grid-style7 .team-item{
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}


.team-grid-style7 .team-inner-wrap .image-wrap img,
.team-slider-style7 .team-inner-wrap .image-wrap img {
	width: 100%;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.team-grid-style7 .team-item .image-wrap:before{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.35);
    content: "";
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	opacity: 0;
}

.team-grid-style7:hover .team-item .image-wrap:before{
	opacity: 1;
}

.team-grid-style7 .team-inner-wrap .team-content,
.team-slider-style7 .team-inner-wrap .team-content {
    height: 100px;
    width: 100%;
    top: unset;
    bottom: 0;
    opacity: 1;
    position: absolute;
    padding: 15px 20px;
    color: #444;
    text-align: center;
    overflow: hidden;
    background: #fff;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.team-grid-style7:hover .team-inner-wrap .team-content,
.team-slider-style7:hover .team-inner-wrap .team-content {
    -webkit-box-shadow: 0 16px 32px rgba(207, 228, 255, 0.8);
    box-shadow: 0 16px 32px rgba(207, 228, 255, 0.8);
}
.team-grid-style7 .team-inner-wrap .team-content .member-desc,
.team-slider-style7 .team-inner-wrap .team-content .member-desc {
    margin: 10px 0;
}
.team-grid-style7 .team-inner-wrap .team-content .member-desc .team-name,
.team-slider-style7 .team-inner-wrap .team-content .member-desc .team-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}
.team-grid-style7 .team-inner-wrap .team-content .member-desc .team-name a,
.team-slider-style7 .team-inner-wrap .team-content .member-desc .team-name a {
    color: #222;
	font-weight: 700;
}
.team-grid-style7 .team-inner-wrap .team-content .member-desc .team-title,
.team-slider-style7 .team-inner-wrap .team-content .member-desc .team-title {
    font-size: 13px;
    text-transform: uppercase;
    color: #0c5adb;
    float: none;
    text-align: center;
    font-weight: 500;
}
.team-grid-style7 .team-inner-wrap .team-content .team-desc,
.team-slider-style7 .team-inner-wrap .team-content .team-desc {
    display: none;
}

.team-slider-style7 .team-inner-wrap .team-content:before,
.team-slider-style7 .team-inner-wrap .team-content:hover {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #0c5adb;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    transition: 0.4s all ease;
    left: 0;
}

/* Social Icon */

.team-grid-style7 .team-item .social-icons1,
.team-slider-style7 .team-item .social-icons1 {
    text-align: center;
    /* margin-top: 14px; */
}

.team-grid-style7 .team-item .image-wrap{
	position: relative;
}

.team-grid-style7 .team-item .image-wrap .social-icons1, .team-slider-style7 .team-item .image-wrap .social-icons1 {
	position: absolute;
	right: 0;
	width: 83%;
	background: #0C5ADB;
	padding: 7px 0;
	opacity: 1;
	visibility: visible;
	transition: all 0.4s ease 0s;
	top: inherit;
	transform: inherit;
	left: 0;
	margin: auto;
	bottom: -50px;
}

.team-grid-style7 .team-item :hover .image-wrap .social-icons1,
.team-slider-style7 .team-item :hover .image-wrap .social-icons1 {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.team-grid-style7 .team-item .image-wrap .social-icons1 a,
.team-slider-style7 .team-item .image-wrap .social-icons1 a {
    padding: 0;
    background: 0 0;
}

.team-grid-style7 .team-item .social-icons1 a i,
.team-slider-style7 .team-item .social-icons1 a i {
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-radius: 50%;
    margin: 0;
}

.team-slider-style7 .team-item .image-wrap .social-icons1 a i {
    background: 0 0;
}

.team-grid-style7 .team-item .image-wrap .social-icons1 a i{
	background: 0 0;
	color: #fff;
}

.team-grid-style7 .team-item .social-icons,
.team-slider-style7 .team-item .social-icons {
    display: none;
}

.team-grid-style6 .team-item {
    overflow: visible;
}
.team-grid-style6 .team-item .image-wrap {
    text-align: center;
}
.team-grid-style6 .team-item .image-wrap img {
    border-radius: 50%;
}
.team-grid-style6 .team-item .social-icons {
    text-align: center;
    margin-top: 10px;
}
.team-grid-style6 .team-item .social-icons a {
    display: inline-block;
}
.team-grid-style6 .team-item .social-icons a i {
    color: #4a4a4a;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: 0 0;
    text-align: center;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-radius: 50%;
    margin: 0;
}
.team-grid-style6 .team-item .team-content {
    text-align: center;
    margin: 0 0 30px;
    padding: 20px 20px 25px;
    position: unset;
    opacity: 1;
}
.team-grid-style6 .team-item .team-content h3.team-name {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.team-grid-style6 .team-item .team-content h3.team-name a {
    text-decoration: none;
    color: #0a0a0a;
}
.team-grid-style6 .team-item .team-content h3.team-name a:hover {
    color: #0C5ADB;
}
.team-grid-style6 .team-item .team-content span.team-title {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: #666;
}

.rspopup_style1 {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    position: relative;
}
.rspopup_style1 .rsteam_content {
    padding-left: 15px;
}
.rspopup_style1 .rsteam_content .title {
    margin: 0 0 10px;
}
.rspopup_style1 .team-name {
    margin: 0 0 10px;
    color: #333;
}
.rspopup_style1 .team-heading {
    border-bottom: 1px solid #eee;
}
.rspopup_style1 .team-des,
.rspopup_style1 .team-heading {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.rspopup_style1 .team-des {
    margin-bottom: 0;
}
.rspopup_style1 .social-icons1 a {
    width: 35px;
    height: 35px;
    line-height: 40px;
    background: #030749;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
.rspopup_style1 .social-icons1 a:hover {
    opacity: 0.9;
}
.rspopup_style1 .social-icons1 a:last-child {
    margin-right: 0;
    margin-left: 4px;
}
.rspopup_style1 .contact-info {
    margin-bottom: 15px;
    border-top: 1px solid #eee;
}
.rspopup_style1 .contact-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.rspopup_style1 .contact-info ul li {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}
.rspopup_style1 .contact-info ul li a {
    color: #4a4a4a;
}
.rspopup_style1 .contact-info ul li a:hover {
    color: #030749;
}

.mfp-hide {
  display: none !important; 
}
/*team eight*/
.team-member-area.team-style-eight {
    background: #fff;
    box-shadow: 0px 5px 30px 0px rgb(137 165 198 / 13%);
    margin-bottom: 30px;
    overflow:inherit; 
}
.team-member-area.team-style-eight .dreamit-team-member-single:hover {
    transform: translate3d(0,-6px,0);
     overflow:inherit; 
     box-shadow: 0px 5px 60px 0px rgba(170, 194, 221, 0.3);
}
.team-member-area.team-style-eight .dreamit-team-member-single:hover .team-member-content:after {
     box-shadow: 0px 5px 60px 0px rgba(170, 194, 221, 0.3);
}

.team-member-area.team-style-eight .team-member-thumb img {
    border-radius: 0;
}
.team-member-area.team-style-eight .team-member-thumb::before {
    border-radius: 4px 4px 0px 0;
}
.team-member-area.team-style-eight .team-member-thumb {
    position: relative;
    overflow: hidden;
}
.team-member-area.team-style-eight .team-member-thumb::before {
    position: absolute;
    left:50%;
    top: 0;
    height: 100%;
    width: 0;
}
.team-member-area.team-style-eight .dreamit-team-member-single:hover .team-member-thumb::before{
	width: 100%;
	left: 0;
}
.team-member-area.team-style-eight .social-icon-eight {
    position: relative;
}
.team-member-area.team-style-eight .social-icon-eight-inner {
    position: absolute;
    left: 0;
    bottom: -38px;
    right: 0;
    margin: auto;
    z-index: 1;
    transition: .5s;
}
.team-member-area.team-style-eight .social-icon-eight-inner a {
    height: 37px;
    width: 37px;
    line-height: 37px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    color: #2C79FB;
    font-size: 14px;
    margin-right: 8px;
}
.team-member-area.team-style-eight:hover .social-icon-eight-inner{
	bottom:27px;
}
.team-member-area.team-style-eight .team-member-content {
    background: #fff;
    padding: 11px 10px 25px;
    border-radius: 0 0 6px 6px;
    position: relative;
}
.team-member-area.team-style-eight .team-member-content:after {
    position: absolute;
    content: "";
    top: 50px;
    left: 6px;
    height: 70%;
    width: 92%;
    background: #fff;
    box-shadow: 0px 5px 30px 0px rgb(137 165 198 / 21%);
    z-index: -1;
    clip-path: polygon(4% -4%,105% 24%,102% 100%, 0 74%);
    border-radius: 0 0 6px 6px;
}
.team-member-area.team-style-eight .team-member-content h2 {
    color: #232323;
    transition: .3s;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 19px;
}
.team-member-area.team-style-eight .team-member-content h5 {
    color: #616161;
    text-transform: capitalize;
    font-size: 16px;
}
/*style nine*/
.dreamit-team-member-single:hover {
    transform: translate3d(0,-6px,0);
}
.team-member-area.team-style-nine .team-member-thumb img {
    width: 100%;
    border-radius: 0;
}
.team-member-area.team-style-nine .team-member-thumb{
    position: relative;
    z-index: 1;
}
.team-member-area.team-style-nine .team-member-thumb::before {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    background: linear-gradient(to left, #2475FC, #1129B9 100%);
    content: "";
    z-index:1;
    width:0;
    border-radius:5px 5px 0 0;
    opacity: 0.8;
}
.team-member-area.team-style-nine .team-member-content {
    transition: .5s;
    background: #fff;
    padding: 7px 20px 23px;
    text-align: center;
    border-bottom: 2px solid #0c5adb;
    border-radius: 0 0 4px 4px;
}
.team-member-area.team-style-nine:hover .team-member-thumb:before{
    width: 100%;
    left: 0;
}

.team-member-area.team-style-nine .team-member-content h2 {
    color: #232323;
}
.team-member-area.team-style-nine .team-member-content h5 {
    color: #0c5adb;
    margin: 7px 0 19px;
}
.team-member-area.team-style-nine .social-icon-eight-inner a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #0056B3;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
    transition: .4s;
}
/*team-style10*/

.team-style10 .team-grid-style7 .team-item:hover {
    transform: translate3d(0,-6px,0);
}
.team-style10 .team-grid-style7 .team-item {
    box-shadow: 0px 10px 30px 0px rgb(162 171 181 / 15%);
}
.team-style10 .team-grid-style7 .team-item .image-wrap {
    overflow: hidden;
}
.team-style10 .team-grid-style7 .team-item .image-wrap:before {
    position: absolute;
    left: 50%;
    top: 0;
    width:0;
    height: 100%;
    background: #0C5ADB;
    content: "";
    opacity: 0.8;
}
.team-style10 .team-grid-style7 .team-item:hover: .image-wrap:before{
    width: 100%;
    left: 0;
}
.team-style10 .team-grid-style7 .team-item :hover .image-wrap:before{
    width: 100%;
    left: 0;
}
.team-style10 .team-grid-style7 .team-item .image-wrap .social-icons1, .team-slider-style7 .team-item .image-wrap .social-icons1 {
    background: transparent;
    bottom: -48px;
}
.team-style10 .team-grid-style7 .team-item :hover .image-wrap .social-icons1, .team-slider-style7 .team-item .image-wrap .social-icons1{
    bottom: 11px;
}

.team-style10 .team-grid-style7 .team-item .image-wrap .social-icons1 a, .team-slider-style7 .team-item .image-wrap .social-icons1 a {
    padding: 0;
    background: 0 0;
    height: 38px;
    width: 38px;
    line-height: 38px;
    border-radius: 100%;
    background: #fff;
    display: inline-block;
}
.team-style10 .team-grid-style7 .team-item .image-wrap .social-icons1 a i {
    color: #0C5ADB;
}

.team-style10 .team-grid-style7 .team-inner-wrap .team-content, .team-slider-style7 .team-inner-wrap .team-content {
    position: absolute;
    padding: 3px 20px 6px;
    color: #444;
    box-shadow: 0px 10px 30px 0px rgb(162 171 181 / 23%);
    background: #fff;
    height: 95px;
}


/*
============
Work Process
============
*/

.work_progress {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	padding: 0 20px;
}
.wrok_process_thumb {
	text-align: center;
	border: 4px solid transparent;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
	box-shadow: 0 0 9px 0 rgba(24,35,51,.09);
}
.work_progress:hover .wrok_process_thumb{
	border-color:#0c5adb;
}
.wrok_process_thumb img {
	border-radius: 50%;
	border: 10px solid #fff;
}
.progress_content {
	text-align: center;
}

.default-style .work_progress-number{
	position: absolute;
	left: -26px;
	top: 50.5%;
	margin: auto;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work_progress-title {
    padding-top: 40px;
}

.work_progress-title h2 {
	font-size: 20px;
	font-weight: 700;
}

.work_progress-desc {
	padding-top: 5px;
}

.work_progress.default-style:hover .work_progress-number {
	top: 40%;
}

.work_progress-number span {
	background: #0c5adb;
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-size: 16px;
	position: relative;
	z-index: 1;
}
.work_progress-number span::before {
	position: absolute;
	left: -5px;
	top: -5px;
	width: 60px;
	height: 60px;
	background: #0c5adb;
	opacity: 0.6;
	content: "";
	margin: auto;
	border-radius: 100%;
	z-index: -1;
}
.work_progress-number span::after {
	position: absolute;
	left: -15px;
	top: -15px;
	width: 80px;
	height: 80px;
	background: #0c5adb;
	opacity: 0.4;
	content: "";
	margin: auto;
	border-radius: 100%;
	z-index: -1;
}

.process-bg-shape {
	position: relative
}

.process-bg-shape:before {
	position: absolute;
	right: 0;
	bottom: -27px;
	width: 100%;
	content: "";
	background: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/css/assets/images/graduation-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 500px;
}
.em_process-icon{
	position:relative;
}
.em_process-icon i {
	background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff);
	color: #fff;
	width: 90px;
	height: 90px;
	display: inline-block;
	line-height: 90px;
	font-size: 40px;
	border-radius: 4px;
}

/* Style Two */
.style-two.work_progress {
    padding: 0 25px;
    text-align: center;
    position:relative;
}
.style-two.work_progress::after {
    position: absolute;
    right: 0;
    top: 10px;
    content: "";
    background-image: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/images/direction-sign.png);
    height: 40px;
    width: 200px;
    background-repeat: no-repeat;
    margin-right: -119px;
    background-size: contain;
}
.last-item .style-two.work_progress::after {
    display:none;
}
.style-two .work_progress_icon {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-bottom: 60px;
}
.style-two .work_progress_icon::before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 40px;
    border-left: 2px dashed #ddd;
    border-radius: 100%;
    bottom: -74px;
}
.style-two .work_progress_icon::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border: 2px solid #ddd;
    border-radius: 100%;
    bottom: -32px;
}
.style-two .work_progress_icon i {
    background: linear-gradient(90deg, rgba(30,85,189,1) 0%, rgba(67,126,235,1) 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 50px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    width: 120px;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    display: inline-block;
}
.style-two .work_progress-number span:before,
.style-two .work_progress-number span:after{
    display:none;
}
.style-two .work_progress-number {
    position: relative;
    z-index: 1;
    position: absolute;
    right:0;
    top:0;
}
.style-two .work_progress_icon .work_progress-number:before {
    display:none;
}
.style-two .work_progress-number span {
    background: #fff;
    border-radius: 50%;
    color: #0C5ADB;
    box-shadow: 0 0 10px #cccccc;
}
.style-two .work_progress-title h2 {
    font-size: 20px;
    margin: 30px 0 10px;
    font-weight: 700;
}

/* Style Three */
.work_progress.style-three .work_progress-number{
	position: relative;
    z-index: 1;
}
.work_progress.style-three .work_progress-number:before {
    position: absolute;
    top: 22px;
    width: calc(100% - 100px);
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#0c5adb), color-stop(40%, #0c5adb), color-stop(40%, transparent), to(transparent));
    background-image: -o-linear-gradient(left, #0c5adb, #0c5adb 40%, transparent 40%, transparent 100%);
    background-image: linear-gradient(90deg, #0c5adb, #0c5adb 40%, transparent 40%, transparent 100%);
    background-size: 12px 1px;
    content: "";
    left: -143px;
}
.first-process .work_progress-number:before {
   display:none;
}
.work_progress.style-three .work_progress-number span{
    font-weight: 600;
    height: 45px;
    width: 45px;
    line-height: 45px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.work_progress.style-three:hover .work_progress-number span{
	transform: scale(1.1);
}
.work_progress.style-three .work_progress-number span:before{
    position: absolute;
    left: -20px;
    top: -20px;
    height: 85px;
    width: 85px;
    content: "";
    background: #0c5adb;
    z-index: -1;
    border-radius: 50%;
    right: 0;
    margin: auto;
    opacity: .2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.work_progress.style-three .work_progress-number span:after{
	position: absolute;
    left: -10px;
    top: -10px;
    height: 65px;
    width: 65px;
    content: "";
    background: #0c5adb;
    z-index: -1;
    border-radius: 50%;
    right: 0;
    margin: auto;
    opacity: .4;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.before-none .work_progress.style-three .work_progress-number:before {
   display:none;
}
/*style four*/
.work_progress.style-four {
    position: relative;
    z-index: 1;
    padding: 16px 26px 20px;
    border-radius: 4px;
    transition: .4s;
}
.work_progress.style-four:hover {
    transform: translate3d(0,-6px,0);
}
.work_progress.style-four:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: .5s;
    background: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/images/process.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.work_progress.style-four:after {
    position: absolute;
    content: "";
    top: 0;
    left:50%;
    height: 100%;
    width: 0;
    transition: .5s;
    background: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/images/color.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    border-radius: 4px;
}
.work_progress.style-four:hover:after{
	left: 0;
	width: 100%;
}
.work_progress.style-four .work_progress-number span {
    background: #0c5adb;
    display: inline-block;
    height: 71px;
    width: 71px;
    line-height: 66px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 21px;
    position: relative;
    z-index: inherit;
    border: 3px solid#fff;
}
.work_progress.style-four .work_progress-number span::before {
    position: absolute;
    left: -13px;
    top: -13px;
    width: 48px;
    height: 48px;
    background: #0c5adb;
    opacity: 1;
    content: "";
}
.work_progress.style-four .work_progress-number span::after {
    content: "";
    top: -37px;
    left: 0;
    height: 40px;
    width: 309px;
    background: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/images/line.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.four .work_progress.style-four .work_progress-number span::after {
    display: none;
}

.two .work_progress.style-four .work_progress-number span {
    background: #1B53DE!important;
}
.two .work_progress.style-four .work_progress-number span::before {
    background: #23B5FF!important;
}
.four .work_progress.style-four .work_progress-number span {
    background: #1B53DE!important;
}
.four .work_progress.style-four .work_progress-number span::before {
    background: #23B5FF!important;
}



.work_progress.style-four .work_progress-number {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    top: -37px;
}
.work_progress.style-four .work_progress-title h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 6px 0 3px;
}
.work_progress.style-four .work_progress-desc p {
    transition: .5s;
    line-height: 27px;
}
.work_progress.style-four:hover .work_progress-title h2,
.work_progress.style-four:hover .work_progress-desc p {
	color: #fff;
}
/*style five */
.work_progress.style-five {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding: 0 0px;
}
.work_progress.style-five .work_progress_icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom:90px;
}
.work_progress.style-five .work_progress_icon:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: -47px;
    left: -57px;
    right: 0;
    width: 141px;
    height: 140px;
    background-image: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/images/proces.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
}
.two .work_progress.style-five .work_progress_icon:before {
    background-image: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/images/process2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
}
.three .work_progress.style-five .work_progress_icon:before {
    background-image: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/images/process3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
.four .work_progress.style-five .work_progress_icon:before {
    background-image: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/images/process4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
}
.work_progress.style-five .work_progress_icon i{
	color: #fff;
	font-size: 35px;
}
.work_progress.style-five .progress_content {
    border-radius: 5px;
    filter: drop-shadow(0px 10px 20px rgba(35,50,83,0.07));
    background-color: #ffffff;
    padding: 26px 22px 32px;
    position: relative;
    z-index: 1;
}
.work_progress.style-five .progress_content:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-image: linear-gradient(-45deg, #00237d 0%, #0b59db 100%);
    transition: .5s;
    border-radius: 5px;
}
.work_progress.style-five:hover .progress_content:before {
    width: 100%;
    left: 0;
}
.two .work_progress.style-five .progress_content:before {
    background-image: linear-gradient(-45deg, #FE542D 0%, #FF950B 100%);
}
.three .work_progress.style-five .progress_content:before {
    background-image: linear-gradient(-45deg, #8B3FFE 0%, #D02FFB 100%);
}
.four .work_progress.style-five .progress_content:before {
    background-image: linear-gradient(-45deg, #FF4F2B 0%, #FF47A6 100%);
}
.two .work_progress.style-five .work_progress_icon {
    margin-bottom: 74px!important;
}
.work_progress.style-five:hover .work_progress-title h2,
.work_progress.style-five:hover .work_progress-desc p{
	color: #fff;
}

.work_progress.style-five .work_progress-title {
    padding-top: 0;
}
.work_progress.style-five .work_progress-title h2 {
    font-size: 16px;
    margin: 12px 0 8px;
    transition: .5s;
}
.work_progress.style-five .work_progress-desc p {
    margin: 0 0 0;
    line-height: 28px;
     transition: .5s;
}



/*progresbar*/
.elementor-8682 .elementor-element.elementor-element-b8b8491 .elementor-progress-wrapper {
    box-shadow: 0px 4px 9px 0px rgb(12 208 178 / 19%)!important;
}
.elementor-8682 .elementor-element.elementor-element-dca4e40 .elementor-progress-wrapper {
    box-shadow: 0px 4px 9px 0px rgb(12 89 219 / 19%)!important;
}
.elementor-8682 .elementor-element.elementor-element-6249d79 .elementor-progress-wrapper {
    box-shadow: 0px 4px 9px 0px rgb(255 107 51 / 19%)!important;
}


/*
==============
Call To Action
==============
*/

.call-to-action {
	text-align: center;
	position: relative;
}
.call-to-action-title h2 {
    margin-bottom: 12px;
    font-size: 35px;
    margin: 10px auto 35px;
    text-transform: capitalize;
    line-height: 1.1;
}
.call-to-action-title span {
	font-size: 40px;
	display: block;
	letter-spacing: 0;
	line-height: 1.2;
	margin-top: 20px auto 0;
	font-weight: 700;
}
.call-to-action-btn {
	margin-top: 30px;
}
.call-to-action-btn a {
	border: none;
	display: inline-block;
	text-transform: capitalize;
	background-color: #0c5adb;
	border-radius: 4px;
	color: #fff;
	padding: 16px 32px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-weight: 500;
}
.call-to-action-btn a i{
	margin-left:8px;
}
.call-to-action-btn a:hover {
	background: #fff;
	color: #0c5adb;
}
.call-to-action-desc {
	width: 31%;
	margin: auto;
}

.call-to-video {
	margin-bottom: 35px;
}
.call-video-link a{
    display:inline-block
}
.call-video-link a i {
    width: 90px;
    height: 90px;
    display: inline-block;
    background: #fff;
    text-align: center;
    line-height: 90px;
    color: #0c5adb;
    border-radius: 100%;
	position:relative;
	z-index:1;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}

.call-video-link a {
	position:relative;
}
.call-video-link a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    background: rgba(255,255,255, 0.8);
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
            animation: pulse-border 1500ms ease-out infinite;
}
.call-to-video i {
	font-size: 23px;
}

/* Style One */
.call-to-action.style-one .call-to-action-title h2{
	width: 48%;
}

/* Style Two */
.call-to-action.style-two{
	text-align: left;
}
.call-to-action.style-two .call-to-action-desc{
	width: 100%;
	margin: 0;
}

.call-to-action.style-two .call-to-video{
	text-align: center;
}
.form-group .buttons {
    margin-top: 25px;
}
/*

===========
Testimonial
===========
*/

.single_testimonial {
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	position: relative;
	margin-top: 10px;
	text-align: center;
}
.testi_content {
    position: relative;
    padding: 52px 30px 52px;
    -webkit-box-shadow: 0 25px 40px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 10%);
    background: #fff;
    border-radius: 5px;
    text-align: left;
    margin-bottom: 40px;
}
.testi_thumb img {
	border-radius: 100%;
	width:90px;
}

.testi_title {
	margin-bottom: 4px;
}
.testi_title h2 {
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 700;
}
.testi_title h2 sup {
	font-size: 15px;
	font-weight: bold;
	margin-left: 5px;
}
.testi_title span {
	color: #0c5adb;
	font-weight: 500;
	font-size: 16px;
	display: block;
	padding-top: 8px;
}
.testi_text {
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	width: 69%;
	margin: auto;
}
.default-style .testi_text {
    width: 92%;
    text-align:center;
}
.testi_text.texti_style2 {
	color: #444444;
	font-style: italic;
	margin: auto;
	width: 100%;
}
.testimonial_list.curosel-style .owl-nav div{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.em_testi_degi {
	line-height: 1;
	margin-top: -4px;
}
.reviews_rating {
    margin-top: 10px;
}
.em_reviews i {
	color: #ddd;
}
.testi-star i {
	color: #ddd;
}
.testi-star i.active {
    color: #0c5adb;
    font-size: 19px;
    margin: 0 1px;
}
.em_testi_country_img ul li {
    display: inline-block;
	overflow:hidden;
}
.em_testi_country_img ul li img{
	display:inline-block;
}
.country-name{
	margin-left:10px;
}
.testimonial-style-two .single_testimonial {
	text-align: center;
	padding: 30px 25px;
	border-radius: 5px;
}

.testimonial-style-two .testi_content {
    position: relative;
    padding: 0;
    -webkit-box-shadow: 0 25px 40px 0 rgba(0,0,0,.1);
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    text-align: center;
    margin-bottom: 30px;
}
.testi_thumb img {
	border-radius: 100%;
	width: 90px;
}
.testimonial-style-two .testi_title h2 {

}
.testimonial-style-two .testi_title span {
	color: #0c5adb;
	font-size: 14px;
}
.testimonial-style-two .testi_text {
	width: 71%;
	margin: auto;
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
}
.testi_thumb {
    position: relative;
    margin: 0 0 20px;
	display:inline-block;
}
.testi_thumb:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    line-height: 50px;
    bottom: 0px;
    right: -16px;
    background-color: #0c5adb;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
.testimonial-style-two .testi_title {
	position: relative;
	padding-top: 20px;
}
.testimonial-style-two .testi_title::before, .testimonial-style-two .testi_title::after {
	position: absolute;
	top: 0;
	content: "";
	height: 1px;
	width: 25px;
}
.testimonial-style-two .testi_title::before {
    background-color: #0c5adb;
    left: calc(50% - 25px);
}
.testimonial-style-two .testi_title::after {
    background-color: #ddd;
    left: 50%;
}

/* Testimonial Style Three */
.testimonial-style-three .test_thumb {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.testimonial-style-three .test_thumb img{
    border-radius: 100%;
}
.testimonial-style-three .testi_title{
    text-align: left;
}
.testimonial-style-three .testi_content:before{
	content: '';
    bottom: -20px;
    top: auto;
    border-color: #fff transparent transparent #fff;
    display: block;
    position: absolute;
    left: 0;
    margin-left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px;
}
/* Testimonial Style Four */
.testimonial-style-four .single_testimonial {
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    position: relative;
    /* margin-top: 40px; */
    text-align: center;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 15%);
    margin-bottom: 30px;
    padding: 36px;
    background: #fff;
    border-radius: 5px;
}
.testimonial-style-four .single_testimonial .testi_thumb{
    position: relative;
    display: inline-block;
    float: none;
    margin: 0;
    text-align: center;
}
.testimonial-style-four .single_testimonial .testi_thumb::before{
    display: none;
}
.testimonial-style-four .single_testimonial .testi_content{
    padding-top: 0;
    padding: 15px 0 5px;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    text-align: center;
    margin-bottom: 0;
}
.testimonial-style-four .single_testimonial .testi_content .testi_text{
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    margin: auto;
}
/*testimonial style five*/
/*section title*/

.testimonial-five .style-three .section-title h5 {
    filter: drop-shadow(0px 5px 15px rgba(152,179,223,0.2));
    background-color: rgba(255,255,255,0.14901960784313725);
    color: #fff;
}

.testimonial-style-five .single_testimonial {
    text-align: left;
    margin-bottom: 30px;
}
.testimonial-style-five .testi_text_two {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    font-style: italic;
}
.testimonial-style-five .testi_content {
    padding: 15px 0 7px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border-radius: 0px;
    margin: 0 0 0px;
}
.testimonial-style-five .testi_text {
    font-size: 16px;
    font-style: inherit;
    width: 100%;
    margin: auto;
    color: #C7CCF4;
    line-height: 28px;
}
.testimonial-style-five .testi_thumb:before {
    display: none;
}
.testimonial-style-five .testi_title {
    margin-bottom: 0;
    display: inline-block;
}
.testimonial-style-five .testi_thumb {
    margin: 0 15px 0 0;
    display: inline-block;
    top: 24px;
}
.testimonial-style-five .testi_thumb img {
    width: 76px;
}
.testimonial-style-five .testi_title span {
    color: #fff;
    padding-top: 4px;
}
.testimonial-style-five .testi_title h2 {
    font-size: 18px;
    margin: 0;
    color: #fff;
    font-weight: 600;
}

/*Dots*/
.testimonial-style-five .owl-dots {
    position: absolute;
    left: 88%;
    bottom: 39px;
}
.testimonial-style-five .owl-dot {
    background: #bfcadc;
    height: 12px;
    width: 12px;
    display: inline-block !important;
    margin: 0px 2px;
    border-radius: 50px;
}
.testimonial-style-five .owl-dot.active {
    background: #FE6B35;
    width: 12px;
}
/*testimonial style six*/

.testimonial-style-six .single_testimonial {
    margin-top: 87px;
    border-radius: 5px;
    background-color: #ffffff;
    text-align: center;
    padding: 49px 22px 34px;
    position: relative;
    z-index: 1;
}
.testimonial-style-six .single_testimonial:hover {
    transform: translate3d(0,-6px,0);
}
.testimonial-style-six .single_testimonial:before{
    content: "";
    position: absolute;
    line-height: 50px;
    bottom: 0px;
    background: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/images/testi-shape.png);
    width:0;
    height:100%;
    top: 0%;
    left:50%;
    margin: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s;
    border-radius: 5px;
    z-index: -1;
}
.testimonial-style-six .single_testimonial:hover:before{
    width: 100%;
    left: 0;
}
.testimonial-style-six .single_testimonial:hover .testi_text,
.testimonial-style-six .single_testimonial:hover .testi_title h2,
.testimonial-style-six .single_testimonial:hover .testi_title h2 span,
.testimonial-style-six .single_testimonial:hover .testi-star i.active{
    color: #fff;
}
.testimonial-style-six .single_testimonial:hover:after{
    background: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/images/green.png);
}
.testimonial-style-six .single_testimonial:hover .testi_thumb:before{
   color: #fff!important;
}

.testimonial-style-six .single_testimonial:after {
    content: "";
    position: absolute;
    line-height: 50px;
    bottom: 0px;
    right: 0;
    background: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/images/testi-1.png);
    width: 170px;
    height: 149px;
    text-align: center;
    color: #0B59DB;
    top: -112%;
    left: 0;
    margin: auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.testimonial-style-six .testi_thumb:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 44px;
    position: absolute;
    line-height: 50px;
    bottom: 0px;
    right: 26px;
    background-color: transparent;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #0B59DB;
    border-radius: 0;
    z-index: 99;
    top: -90px;
    transition: .5s;
}
.testimonial-style-six .reviews_rating {
    margin-top: 13px;
    margin: 14px 0 12px;
}

.testimonial-style-six .testi_content {
    position: relative;
    padding: 10px 0 6px;
    -webkit-box-shadow: none;
    box-shadow:none;
    background: transparent;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 0;
}
.testimonial-style-six .testi_text {
    font-size: 16px;
    font-weight: 400;
    font-style: inherit;
    width: 96%;
    margin: auto;
    line-height: 28px;
    transition: .5s;
}
.testimonial-style-six .testi-star i.active {
    color: #FFC107;
    font-size: 16px;
    margin: 0 1px;
}

.testimonial-style-six .owl-nav {
    display: inline-block;
    position: relative;
    text-align: center;
    left: 50%;
    right: 0;
    padding: 0 0px 0;
    top: 40px;
}
.testimonial_list.owl-carousel.owl-loaded.curosel-style.testimonial-style-six.owl-drag .owl-nav div {
    color: #0D5BE3;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: transparent;
    box-shadow: none!important;
    border: 2px solid#0D5BE3;
}
.testimonial_list.owl-carousel.owl-loaded.curosel-style.testimonial-style-six.owl-drag .owl-nav div:hover{
    background: #0D5BE3;
    color: #fff;
    box-shadow: 0px 3px 21px 0px rgba(33, 183, 255, 0.35)!important;
}
/*style seven*/

.testimonial-style-seven .single_testimonial:hover .testi_content{
    border-bottom: 12px solid #0B59DB;
    border-right: 12px solid #0B59DB;
}
.testimonial-style-seven .testi_thumb {
    position: relative;
    margin: 0 42px 20px 0;
    display: block;
    float: left;
    z-index: 2;
    top: 69px;
}
.testimonial-style-seven .testi_content {
    position: relative;
    padding: 62px 0 25px 24px;
    -webkit-box-shadow: 0 25px 40px 0 rgba(0,0,0,.1);
    box-shadow: none;
    background: #fff;
    border-radius: 5px;
    text-align: left;
    margin-bottom: 40px;
    overflow: hidden;
    border-right: 12px solid #f0f2f1;
    border-bottom: 12px solid #f0f2f1;
    transition: .5s;
}
.testimonial-style-seven .testi_content:before {
    position: absolute;
    content: "";
    top: 0;
    left: 24px;
    height: 41px;
    width: 51px;
    background: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/images/arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
}


.testimonial-style-seven .testi_text {
    font-size: 16px;
    font-style: inherit;
    width: 100%;
    margin: auto;
    color: #828fa0;
    line-height: 28px;
}
.testimonial-style-seven .testi_thumb:before {
    display: none;
}
.testimonial-style-seven .testi_thumb img {
    border-radius: 100%;
    width: 100px;
    height: 112px;
    width: 112px;
}
.testimonial-style-seven .testi_title span {
    color: #828fa0;
    display: inline-block;
    position: relative;
    left: 41px;
}
.testimonial-style-seven .testi_title h2 {
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 700;
    margin: 20px 0 0;
}
/*testimonial style 8*/
.testimonial-style-8 .single_testimonial {
    position: relative;
    margin-top: 10px;
    text-align: left;
    background: #1948D4;
    border-radius: 5px;
    padding: 56px 50px 37px;
    clip-path: polygon(0% 2%, 104% 0, 100% 100%, 0% 100%);
    border-top-left-radius: 12px;
}
/*.testimonial-style-8 .single_testimonial:before{
    position: absolute;
    content: "";
    top: 0;
    left:50%;
    height: 100%;
    width: 0;
    transition: .5s;
    background: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/images/img6.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
    z-index: 1;
}
.testimonial-style-8 .single_testimonial:hover:before{
    width: 100%;
    left: 0;
}*/
.testimonial-style-8 .testi_thumb {
    margin: 0 23px 14px 0;
    display: inline-block;
}
.testimonial-style-8 .testi_thumb:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    line-height: 35px;
    bottom: 0px;
    left: -9px;
    width: 36px;
    height: 36px;
    border: 2px solid#fff;
    top: -15px;
    right: inherit;
}
.testimonial-style-8 .testi_thumb img {
    border-radius: 0;
    width: 90px;
}
.testimonial-style-8 .testi_title {
    margin-bottom: 4px;
    display: inline-block;
}
.testimonial-style-8 .testi_content {
    position: relative;
    padding: 8px 0px 0;
    border-radius: 0px;
    text-align: left;
    margin-bottom: 0;
    box-shadow: none;
    background: transparent;
}
.testimonial-style-8 .testi_text {
    font-size: 16px;
    font-style: normal;
    width: 100%;
    color: #fff;
    line-height: 29px;
}
.testimonial-style-8 .testi_title h2 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0;
}
.testimonial-style-8 .testi_title span {
    color: #fff;
    padding-top: 4px;
}
.testimonial-style-8 .testi-star i.active {
    color: #FFB500;
    font-size: 15px;
    margin: 0 1px;
}
.testimonial-style-8 .reviews_rating {
    margin-top: 24px;
}
/*owl nav*/
 .curosel-style.testimonial-style-8 .owl-nav div {
    border-radius: 4px;
    color: #fff;
    font-size: 19px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    top: 88%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 45px;
    text-align: center;
    z-index: 99;
    -webkit-transform: translateY(-49%);
    -ms-transform: translateY(-49%);
    transform: translateY(-49%);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #f00;
}

 .curosel-style.testimonial-style-8 .owl-dots {
    position: absolute;
    left: 87%;
    bottom: 21px;
    border-radius: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
 .curosel-style.testimonial-style-8 .owl-dot {
    height: 16px;
    width: 16px;
    display: inline-block !important;
    margin: 0 3px;
    border: 1px solid#fff;
    background: transparent;
}
 .curosel-style.testimonial-style-8 .owl-dot.active {
    width: 16px;
    background: #fff;
}

/*
==========
Case Study
==========
*/

.dreamit-single-cases-study{
    position: relative;
	z-index:999;
}
.cases-study-content {
	position: absolute;
	left: 0;
	bottom: -100%;
	right: 0;
	text-align: center;
	background: #0c5adb;
	margin: auto;
	padding: 20px 30px 1px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: 999;
	width: 100%;
}
.dreamit-single-cases-study:hover .cases-study-content{
	bottom: 0;
}
.case-study-thumb{
	position:relative;
	z-index:1;
}
.case-study-thumb img {
    width: 100%;
    border-radius: 5px;
}
.case-study-thumb::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.75);
	content: "";
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 5px;
}
.dreamit-single-cases-study:hover .case-study-thumb:before{
	opacity:1;
}
.em-cases-study-title h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 5px;
}
.em-cases-study-title h2 a {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.case_category span {
    color: #0C5ADB;
}

.case_default .em-cases-study-content{
    background: transparent;
    width: 100%;
    padding: 40px 27px;
    top: inherit;
    opacity: 1;
    text-align: left;
    bottom: 0;
}
.case_default .em-cases-study-title h2 a {
    font-size: 23px;
}
.case_default .dreamit-single-cases-study {
    margin-bottom: 30px;
}

.case_default .case-study-thumb {
   position:relative;
   z-index: 1;
}

.case_default .case-study-thumb:before {
   display:none;
}

.case_default .em-cases-study-title h2 {
    margin: 0 0 7px;
    color: #fff;
}
.case_default .case_category span,
.case_default .cases-study-content p,
.case_default .em-case-study-button a {
    color: #fff;
}
.case_default .cases-study-content p {
    margin: 20px 0;
}
.case_default .em-cases-study-title h2 a:hover {
    color: #fff;
}
.em-case-study-button {
	margin-top: 20px;
}



/* Case Style Two
------------------*/
.style-two .case-study-thumb::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(12,90,219,.85);
	content: "";
	opacity: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.style-two .cases-study-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 70%;
	text-align: center;
	background: #fff;
	width: 70%;
	margin: auto;
	border-radius: 5px;
	padding: 40px 10px;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	transform: translateY(-70%);
	z-index: 999;
	bottom: inherit;
}
.style-two .dreamit-single-cases-study:hover .cases-study-content{
	opacity:1;
	top:50%;
	bottom:inherit;
	transform: translateY(-50%);
}
.style-two .cases-study-content
.style-two .col-xs-12,
.style-two .col-sm-12,
.style-two .col-md-12{
	padding: 0;
}

/* Case Style Three */
.case-study-style3 .em-cases-study-title h2 {
    font-size: 24px;
    margin: 12px 0 0;
}
.case-study-style3 .em-cases-study-title h2 a {
color:#fff;
}
.case-study-style3 .case_category span {
    color: #fff;
}
.case-study-style3 .em-case-study-button a {
    display: inline-block;
    background: #fff;
    padding: 3px 20px;
    border-radius: 30px;
    color: #0C5ADB;
    margin-top: 10px;
}
.case-study-style3 .cases-study-content {
    top: 76%;
    background: transparent;
    width: 100%;
    border-radius: 0;
    padding: 0;
    opacity: 1;
}
.case-study-style3 .case-study-thumb:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(black));
    background: linear-gradient(to bottom,rgba(0,0,0,0),#000);
    top: 25px;
    content: "";
    opacity: 1;
    transition: .5s;
}
.case-study-style3 .techno-single-cases-study:hover .case-study-thumb::before {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(37, 19, 209,.2)),to(blue));
    background-image: linear-gradient(to bottom,rgba(37, 19, 209,.4),#2513d1);
	top: 0;
}
.case-study-style3 .techno-single-cases-study:hover .cases-study-content{
	top: 70%;
}


/* Style Four */
.case-style-four .dreamit-single-cases-study {
    margin-bottom: 30px;
    overflow: hidden;
}
.case-style-four .dreamit-single-cases-study .case-study-thumb:after {
    content: "";
    background: rgba(12,90,219,.85);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    transform-origin: top;
	-moz-transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    -moz-transform: perspective(15em) rotateX(-90deg);
    -o-transform: perspective(15em) rotateX(-90deg);
    -ms-transform: perspective(15em) rotateX(-90deg);
	-webkit-transform: perspective(15em) rotateX(-90deg);
    transform: perspective(15em) rotateX(-90deg);
    z-index: 1;
    left: 0;
}
.case-style-four .dreamit-single-cases-study:hover .case-study-thumb:after {
    -moz-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -webkit-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
}
.case-style-four .cases-study-content {
    background: 0 0;
    width: 83%;
    padding: 21px 24px;
    opacity: 1;
    text-align: center;
    background: #fff;
    top: 120%;
    margin: auto;
    border-radius: 0;
    transform: translateY(-50%);
    bottom: inherit;
    border-radius: 4px;
}
.case-style-four .dreamit-single-cases-study:hover .cases-study-content {
    top: 80%;
	opacity: 1;
	bottom: inherit;
}

/* Case Style Five */
.case-study-style5 .em-cases-study-title h2 {
    font-size: 24px;
    margin: 2px 0 0;
}
.case-study-style5 .em-cases-study-title h2 a {
color:#fff;
}
.case-study-style5 .case_category span {
    color: #fff;
}
.case-study-style5 .em-case-study-button a {
    display: inline-block;
    background: #fff;
    padding: 6px 26px;
    border-radius: 30px;
    color: #0C5ADB;
    margin-top: 10px;
}
.case-study-style5 .cases-study-content {
    top: 62%;
    background: transparent;
    width: 100%;
    border-radius: 0;
    padding: 0;
    opacity: 1;
}
.case-study-style5 .case-study-thumb:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(black));
    background: linear-gradient(to bottom,rgba(0,0,0,0),#000);
    top: 25px;
    content: "";
    opacity: 1;
    transition: .5s;
}
.case-study-style5 .dreamit-single-cases-study:hover .case-study-thumb::before {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(37, 19, 209,.2)),to(blue));
    background-image: linear-gradient(to bottom,rgba(37, 19, 209,.4),#2513d1);
	top: 0;
}
.case-study-style5 .dreamit-single-cases-study:hover .cases-study-content{
	top: 55%;
}

/* Case Style Six
------------------*/
.style-six .case-study-thumb img{
    border-radius: 5px;
}
.style-six .case-study-thumb::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(12,90,219,.85);
	content: "";
	opacity: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.style-six .cases-study-content {
    position: relative;
    background: #fff;
    width: 86%;
    margin-top: -40px;
    padding: 30px 10px;
    border-radius: 5px;
}
.style-six .dreamit-single-cases-study:hover .cases-study-content{
	bottom: inherit;
}
/*techno-new-case*/
.techno-new-case .style-two .case-study-thumb::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    height: 92%;
    background: rgba(12,90,219,.85);
    content: "";
    right: 0;
    margin: auto;
    bottom: 0;
}
.techno-new-case .owl-dots {
    display: none;
}


/*
==========
Brand
==========
*/

.itsoft-single-brand {
	margin-bottom: 15px;
	overflow: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-align: center;
}
.brand-thumb  img {
	filter: gray;
	-webkit-filter: grayscale(1);
	transition:.3s;
}
.itsoft-single-brand:hover .brand-thumb  img{
		filter: none;
	-webkit-filter: grayscale(0);
}

.itsoft-single-brand.style2 {
    border: 0;
    padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;	    
}
.itsoft-single-brand.style2:hover{
	margin-top: 0;
}

/*
=========
Counter
=========
*/

.single_counter {
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.counter_icon {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	float: left;
	margin-right: 15px;
}
.counter_icon i {
	font-size: 50px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: inline-block;
	color: #0c5adb;
}
.countr_text > h1 {
	font-size: 34px;
	display: inline-block;
	font-weight: 500;
	margin: 0;
}
.countr_text > h3 {
	font-size: 34px;
	display: inline-block;
	margin: 0;
	font-weight: 500;
}
.counter_title {
	padding: 0 0 0;
}
.counter_title h4 {
    text-transform: capitalize;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 300;
    letter-spacing: 0;
}

.single_counter.center{
	text-align: center;
}

.single_counter.center .counter_icon{
	float: none;
}
/*Counter New*/
.counter-new .single_counter.center {
    text-align: center;
    position: relative;
    z-index: 1;
}
.counter-new .single_counter.center:before {
    position: absolute;
    content: "";
    top: 27px;
    left: 21%;
    height: 37px;
    width: 37px;
    line-height: 37px;
    border: 2px solid#31d2fc;
    border-radius: 100%;
    z-index: -1;
}
.counter-new .two .single_counter.center:before {
    position: absolute;
    content: "";
    top: 27px;
    left: 31%!important;
    border: 2px solid#ffcc33!important;
}
.counter-new .three .single_counter.center:before {
    position: absolute;
    content: "";
    top: 27px;
    left: 31%!important;
    border: 2px solid#33dbff!important;
}
.counter-new .four .single_counter.center:before {
    position: absolute;
    content: "";
    top: 27px;
    left: 21%;
    border: 2px solid#ff6933!important;
}

.counter-new .countr_text > h1 {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
}
.counter-new .countr_text > h3 {
    font-size: 34px;
    font-weight: 800;
    color: #ffff;
}
.counter-new .counter_title h4 {
    font-weight: 600;
    color: #fff;
}
/*counter new two*/


.new-counter-two .single_counter_inner {
    position: relative;
    z-index: 1;
    left: 34px;
}
.new-counter-two .single_counter_inner:before {
    position: absolute;
    content: "";
    top: 13px;
    left: -46px;
    height: 30px;
    width: 33px;
    line-height: 30px;
    z-index: -1;
    background: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/images/dot.png);
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: center center;
}
.new-counter-two .countr_text > h1 {
    font-size: 42px;
    font-weight: 700;
}
.new-counter-two .countr_text > h3 {
    font-size: 42px;
    font-weight: 700;
}
.new-counter-two .counter_title h4 {
    margin-top: 2px;
    font-weight: 500;
}
.new-counter-two .counter_icon {
    float: inherit;
    display: none;
}
/*new-techno-counter*/
.new-techno-counter .counter_icon {
    float: inherit;
    margin-right: 0px;
    display: inline-block;
    height: 86px;
    width: 78px;
    line-height: 85px;
    background: #FF9A62;
    border-radius: 5px;
    clip-path: polygon(0% 0%, 100% 9%, 100% 100%, 0% 100%);
    margin-bottom: 19px;
}
 .new-techno-counter .two .counter_icon {
    background: #2875FF;
    clip-path: polygon(0% 11%, 104% 0, 100% 100%, 0% 100%);
}
 .new-techno-counter .three .counter_icon {
    background: #54D7AF;
    clip-path: polygon(0% 0%, 100% 9%, 100% 100%, 0% 100%);
}
 .new-techno-counter .four .counter_icon {
    background: #F05D8A;
    clip-path: polygon(0% 11%, 104% 0, 100% 100%, 0% 100%);
}


.new-techno-counter .single_counter_inner {
    position: relative;
}
.new-techno-counter .single_counter_inner:before {
    position: absolute;
    content: "";
    top: 12px;
    right: 0;
    height: 90%;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
}
.new-techno-counter .four .single_counter_inner:before{
    display: none;
}

.new-techno-counter .counter_title h4 {
    text-transform: capitalize;
    font-size: 18px;
    margin-top: 7px;
    font-weight: 300;
    letter-spacing: 0;
}

/*techno prograss bar*/
.techno-bar .elementor-progress-wrapper {
    position: relative;
}
.techno-bar .elementor-progress-wrapper:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #f00;
    top: 9px;
}
.techno-bar .two .elementor-progress-wrapper:before {
    position: absolute;
    background:#2875FF;
}
.techno-bar .three .elementor-progress-wrapper:before {
    position: absolute;
    background:#54D7AD;
}
/*secound-count*/
.secound-count .single_counter_inner {
    position: relative;
}
.secound-count .single_counter_inner:before {
    position: absolute;
    content: "";
    top: 25px;
    right: -17px;
    height: 74%;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
}
.secound-count .two .single_counter_inner:before {
   display: none;
}



/*
=========
Icon Box
=========
*/

.icon-box{
	display: flex;
	padding-bottom: 5px;
}

.icon-box .icon-box-icon{
	padding-right: 25px;
}

.icon-box .icon-box-content h2{
	color: #232323;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 10px 0;
}

.icon-box .icon-box-content .description p{
	margin: 0;
}
.icon-box-icon .icon i {
    font-size: 40px;
    color: #0c5adb;
    display: inline-block;
    text-align: center;
}

/*style 13 icon box*/
.icon-box.style-13 .icon-box-icon {
    padding-right: 20px;
}


.icon-box.style-13 .icon {
    display: inline-block;
    height: 72px;
    width: 67px;
    line-height: 70px;
    background: #FF9A62;
    text-align: center;
    border-radius: 6px;
    clip-path: polygon(0% 0%, 100% 7%, 100% 100%, 0% 100%);
}
.two .icon-box.style-13 .icon {
    background: #2875FF;
    clip-path: polygon(0% 11%, 104% 0, 100% 100%, 0% 100%);
}
.three .icon-box.style-13 .icon {
    background: #54D7AF;
    clip-path: polygon(0% 0%, 100% 7%, 100% 100%, 0% 100%);
}
.four .icon-box.style-13 .icon {
    background: #F05D8A;
    clip-path: polygon(0% 11%, 104% 0, 100% 100%, 0% 100%);
}

.icon-box.style-13 .icon-box-icon .icon i {
    font-size: 26px;
    color: #fff;
}
.icon-box.style-13 .icon-box-content h2 {
    font-size: 20px;
    margin: 0 0 5px 0;
}
/* icon box style 14*/

.icon-box.style-14 .icon {
    display: inline-block;
    height: 92px;
    width: 92px;
    line-height: 92px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
}


/*fotter*/
.footer .icon-box .icon-box-icon {
    padding-right: 17px;
    position: relative;
    top: 7px;
}
.footer .icon-box-icon .icon i{
    display: inline-block;
    font-size: 17px;
    color: #fff;
    width: 38px;
    height: 38px;
    line-height: 40px;
    background: #3D65DE;
    text-align: center;
    border-radius: 50%;
}
.footer .icon-box .icon-box-content h2 {
    margin: 0 0 3px;
}

/* Style Three */
.icon-box.style-two{
	display: block;
}

/* Style Three */
.icon-box.style-three {
    align-items: center;
    padding: 0;
    transition: 0.5s;
    display: flex !important;
}
.icon-box.style-three .icon-box-content h2 {
	margin: 0;
}
.icon-box.style-three .icon-box-icon {
	padding-right: 20px;
}
/*icon box style four*/
.icon-box.style-four .icon-box-content h2 {
    color: #232323;
    margin: 0 0 0 0;
}
.icon-box.style-four .icon-box-content .description p {
    color: #232323;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}
/*icon-box-call*/

.icon-box-call .icon-box .icon-box-icon {
    padding-right: 25px;
    position: relative;
    z-index: 1;
}

.icon-box-call .icon-box .icon-box-icon:after {
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 50%;
    content: "";
    border: 1px solid #1029B9;
    z-index: -1;
    animation: move 1.5s linear infinite;
    top: 0;
}

.icon-box-call .icon-box-icon .icon i {
    font-size: 30px;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid rgba(35,35,35,0.10196078431372549);
    border-radius: 50%;
    text-align: center;
    color: #1029B9;
    position: relative;
    z-index: 1;
}
.icon-box-call .icon-box.style-four .icon-box-content h2 {
    color: #616161;
    margin: 0 0 4px 0;
    font-size: 18px;
    font-weight: 500;
}
/* The telephone shake animation */
@keyframes move {
    0% {
        transform: scale(0.5);
        opacity: 0;
    } 50% {
        transform: scale(1);
        opacity: 1;
    } 100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes shake {
    0% {
        transform: rotate(-30deg);
    } 30% {
        transform: rotate(-30deg);
    } 60% {
        transform: rotate(-30deg);
    } 100% {
        transform: rotate(-30deg);
    } 
}
/*icon box five */

.icon-box.style-five {
    background: #F7F7FF;
    border-radius: 4px;
    padding: 29px 10px 28px 30px;
    position: relative;
    z-index: 1;
}
.icon-box.style-five:before{
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	height: 100%;
	width: 0;
	transition: .5s;
	z-index: -1;
	background: #FEF4EB;

}
.icon-box.style-five:hover:before{
	left: 0;
	width: 100%;
}

.icon-box.style-five .icon-box-icon {
    padding-right: 19px;
}
.style-five .img-icon {
    height: 52px;
    width: 52px;
}
.icon-box.style-five .icon-box-content h2 {
    font-size: 18px;
    margin: 0;
}
/*icon box style six*/
.style-six .section-title.t_left p {
    width: 100%;
    border-left: none;
    padding-left: 0;
}

.icon-box.style-six .icon-box-number {
    margin-right: 23px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.icon-box.style-six .icon-box-number span {
    height: 54px;
    width: 54px;
    line-height: 45px;
    border-radius: 100%;
    background: #22B4FD;
    padding: 2px;
    position: relative;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    border: 3px solid#fff;
}
.icon-box.style-six .icon-box-number span:after {
    position: absolute;
    content: "";
    top: -13px;
    left: -11px;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    z-index: -1;
    background: #1744D1;
}
.icon-box.style-six .icon-box-content .description p {
    margin: 0;
    text-align: left;
    width: 80%;
    line-height: 27px;
}
.two .icon-box.style-six .icon-box-number span {
    background: #1C55E0!important;
    border: 3px solid#fff;
}
.two .icon-box.style-six .icon-box-number span:after {
    background: #23B5FF!important;
}
.icon-box.style-six .icon-box-content h2 {
    font-size: 22px;
}
/*icon-boxfive*/
.icon-box-five .icon-box-icon .icon i {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    text-align: center;
    height: 23px;
    width: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 100%;
    background: linear-gradient(to left, #2475FC, #1129B9 100%);
}
.icon-box-five .icon-box .icon-box-content h2 {
    font-size: 18px;
    font-weight: 600;
}
.icon-box-five .icon-box .icon-box-icon {
    padding-right: 12px;
}
/*style seven*/
.icon-box.style-seven .icon-box-icon .icon i {
    font-size: 29px;
    color: #0c5adb;
    display: inline-block;
    text-align: center;
    height: 66px;
    width: 66px;
    line-height: 70px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0px 10px 40px 0px rgba(146, 176, 225, 0.4);
    animation: 1s ease-in-out 0s normal none infinite running kmacb-circle-img-anim;
}
.icon-box.style-seven .icon-box-content h2 {
    font-size: 28px;
    font-weight: 800;
    margin: 10px 0 0;
}
/*style eight*/
.icon-box.style-eight .icon-box-icon .icon i {
    font-size: 15px;
    color: #ffff;
    display: inline-block;
    text-align: center;
    background-image: linear-gradient(-148deg, #1fbaff 0%, #5c67ff 100%);
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 55px 0px 55px 55px;
    box-shadow: 0px 3px 21px 0px rgba(33, 183, 255, 0.35);
}
.two .icon-box.style-eight .icon-box-icon .icon i {
    box-shadow: 0px 3px 21px 0px rgba(253, 99, 93, 0.35);
       background-image: linear-gradient(-148deg, #ff9b08 0%, #fe5b2a 100%);
}

.three .icon-box.style-eight .icon-box-icon .icon i {
    box-shadow: 0px 3px 21px 0px rgba(255, 71, 163, 0.35);
    background-image: linear-gradient(-148deg, #ff47a6 0%, #ff4d4c 100%);
}


.icon-box.style-eight .icon-box-content h2 {
    font-size: 18px;
    margin: 0 0 10px 0;
}
.icon-box.style-eight .icon-box-icon {
    padding-right: 14px;
}
/*style nine*/
.icon-box.style-nine {
    display: inline-block;
    padding-bottom: 5px;
}
.icon-box.style-nine .icon-box-icon {
    padding-right: 0;
    margin-bottom: 80px;
}
.icon-box.style-nine .icon-box-icon .icon i {
    font-size: 40px;
    color: #fff;
    position: relative;
    z-index: 1;
    left: 31px;
    top: 15px;
}
.icon-box.style-nine .icon-box-icon .icon i:after {
    position: absolute;
    content: "";
    left: -36px;
    top: -35px;
    background: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/images/contact.png);
    width: 136px;
    height: 135px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
}
.icon-box.style-nine .icon-box-content h2 {
    color: #fff;
    font-size: 35px;
    margin: 30px 0 0;
}
.icon-box.style-nine .icon-box-content .description p {
    margin: 17px 0 0;
    color: #fff;
    line-height: 28px;
}
/*style ten*/
.icon-box.style-ten {
    display: block;
}
.icon-box.style-ten .icon-box-icon {
    padding-right: 11px;
    display: inline-block;
}
.icon-box.style-ten .icon-box-icon .icon i{
    width: 20px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    background: #ff6900;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    display: inline-block;
}
.icon-box.style-ten .title {
    display: inline-block;
}
.icon-box.style-ten .title h2 {
    font-size: 18px;
    color: #1d2124;
    margin: 0 0 10px;
}
.icon-box.style-ten .icon-box-content .description p {
    margin: 0;
    width: 97%;
}
/*style 11 icon box*/
.icon-box.style-11 {
    background: #F2F6FF;
    padding: 27px 24px 27px;
    border-radius: 5px;
    clip-path: polygon(0% 11%, 104% 0, 100% 100%, 0% 100%);
}
.two .icon-box.style-11{
    clip-path: polygon(0% 0%, 100% 9%, 100% 100%, 0% 100%);
}
.icon-box.style-11 .title h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    line-height: 28px;
}
.icon-box.style-11 .icon-box-icon .icon i {
    font-size: 27px;
}
/*style 12 */
.icon-box.style-12 .icon-box-content {
    position: relative;
    top: 13px;
}
.icon-box.style-12 .icon-box-icon {
    padding-right: 17px;
}
.icon-box.style-12 .img-icon {
    box-shadow: 0px 10px 30px 0px rgba(198, 200, 206, 0.74);
    height: 75px;
    width: 75px;
    border-radius: 100%;
}

.icon-box.style-12 .title h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
/*animation*/

@keyframes kmacb-circle-img-anim {
0% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
}

/*
==========
Accordion
==========
*/
.my-accordion {
    padding: 0;
    margin: 0;
}
.my-accordion li {
    list-style: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 24px;
}
.my-accordion li a {
    position: relative;
    display: block;
    font-size: 20px;
    outline: 0;
    font-weight: 600;
    border: none;
    cursor: pointer;
    color: #232323;
    transition: .3s;
    margin-left: 0;
}
.my-accordion li a::before {
    content: '';
    position: absolute;
    right: -22px;
    bottom: -3px;
    width: 33px;
    height: 33px;
    line-height: 33px;
    border-radius: 50%;
    background-image: linear-gradient(0deg, #20B9FD 0%, #5474FD 100%);
    box-shadow: 0px 3px 21px 0px rgba(33, 183, 255, 0.35);
}

.my-accordion li a.active::before {
    width: 33px;
    right: -22px;
}
.my-accordion li a.active, .my-accordion li a:hover {
	color: #0C59DB;
}
.my-accordion li a::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: -13px;
    top: 5px;
    font-size: 15px;
    color: #fff;
}
.my-accordion li a.active::after {
    content: "\f068";
}
.my-accordion p {
    display: none;
    margin: 19px 0 11px 0;
    line-height: 28px;
}
/*new-techno-faq*/
.new-techno-faq .my-accordion p {
    display: none;
    margin: 9px 0 11px 0;
    line-height: 28px;
}
.new-techno-faq .my-accordion li {
    border-radius: 4px;
    background: #fff;
    padding: 24px 40px 23px;
}
.new-techno-faq .my-accordion li a {
    font-size: 18px;
}
.new-techno-faq .my-accordion li a.active::after {
    content: "\f068";
    color: #232323;
}
.new-techno-faq .my-accordion li a::after {
    color: #2775ff;
}
.new-techno-faq .my-accordion li a::before {
    background-image: none;
    box-shadow: none;
}
/*style four*/

.my-accordion.style4 li {
    position: relative;
    left: 29px;
}
.my-accordion.style4 li a::before {
    right: inherit;
    bottom: -3px;
    background: transparent;
    box-shadow: none;
    left: 0;
}
.my-accordion.style4 li a::after {
    position: absolute;
    right: inherit;
    top: 5px;
    font-size: 18px;
    color: #2876ff;
    left: -26px;
}
.my-accordion.style4 li a {
    font-size: 22px;
    font-weight: 700;
}
.my-accordion.style4 p {
    margin: 13px 0 26px 0;
}



/*
==============
Video Box
==============
*/

.single-video {
	position: relative;
	text-align: center;
}

.single-video h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	padding-top: 26px;
	text-transform: capitalize;
	display: inline-block;
	margin-left: 25px;
}
.video-icon a {
	text-align: center;
	display: inline-block;
	position:relative;
	z-index:99;
}
.single-video.style-one .video-icon a,
.single-video.style-two .video-icon a{
    background: #fff;
    height: 75px;
    width: 75px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    line-height: 75px;
    color: #0c5adb;
    font-size: 26px;
    position: relative;
    -webkit-animation: ripple-red 1s linear infinite;
    animation: ripple-red 1s linear infinite;
    -webkit-transition: .5s
}
/*new-video */
.new-video .single-video.style-one .video-icon a, .single-video.style-two .video-icon a {
    background: #2875FF;
    -webkit-animation: none;
    animation: none;
    -webkit-transition: .5s;
    height: 86px;
    width: 86px;
    line-height: 86px;
    color: #fff;
    animation: 1s ease-in-out 0s normal none infinite running kmacb-circle-img-anim;
}

.v-overlay .video-icon a i {
	border: 0px solid #fff;
	font-size: 30px;
}
/* Style One */
.single-video.style-one .video-icon,
.single-video.style-three .video-icon {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	    transform: translateX(-50%) translateY(-50%);
}

@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(212, 90, 219, 0)
    }
}

/* Style Three */
.single-video .layer-1 img, .single-video .layer-2 img, .single-video .layer-3 img, .single-video .layer-4 img {
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}
@keyframes alltuchtopdown{
	0%{
		-webkit-transform:rotateX(0deg) translateY(0px);
		-ms-transform:rotateX(0deg) translateY(0px);
		transform:rotateX(0deg) translateY(0px)
	}
	50%{
		-webkit-transform:rotateX(0deg) translateY(-20px);
		-ms-transform:rotateX(0deg) translateY(-20px);
		transform:rotateX(0deg) translateY(-20px)
	}
	100%{
		-webkit-transform:rotateX(0deg) translateY(0px);
		-ms-transform:rotateX(0deg) translateY(0px);
		transform:rotateX(0deg) translateY(0px)
	}
}

.single-video.style-three .video-icon a {
    -webkit-animation: none;
    animation: none;
    -webkit-transition: none;
}

.single-video.style-three .video-icon a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 99px;
    width: 99px;
    background: rgba(12, 90, 219,1);
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity: 0;
	}
}
.single-video.style-three .video-icon a i{
    background: #fff;
    height: 90px;
    width: 90px;
	line-height: 90px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    color: #0c5adb;
    font-size: 26px;
    position: relative;
}

/*
==============
Nivo Slider
==============
*/

.main-slider-area {
	display: block;
	position: relative;
}
.nivo-caption {
	background: rgba(0, 0, 0, 0.0);
	height: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	overflow: visible !important;
}

.em_slider_inner {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}
.nivoSlider {
 overflow: visible; 
}
.em-slider-title {
    font-size: 33px;
    color: #fff;
    font-weight: 400;
}
.em-slider-sub-title {
    font-size: 120px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 800;
    display: block;
    margin: 0;
	line-height: 1.3;
}

.em-slider-descript {
	color: #fff;
}

.em-slider-descript {
    width: 48%;
    text-align: left;
    color: #fff;
    margin: 5px 0 30px;
    font-size: 33px;
}

.text-left .em-slider-descript {
	margin-left: 0;
	margin-right: auto;
}

.text-center .em-slider-descript {
	margin: 0 auto 31px;
}

.text-right .em-slider-descript {
	margin-right: 0;
	margin-left: auto;
}
.em-button-button-area a {
    -moz-user-select: none;
    background: #0c5adb;
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0;
    padding: 15px 41px;
    text-align: center;
    text-transform: uppercase;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
    border: 1px solid transparent;
    font-weight: 400;
    margin-top: 17px;
}
.em-button-button-area a:hover {
	background-color: #fff;
	border-color: #fff;
	color:#0c5adb;
}
.em-slider-button .withput-active {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,0.8);
    margin-left: 7px;
}
.em-slider-button .withput-active:hover{
	background:#fff; 
	border-color:#fff; 
	color:#0c5adb;
}
.em-button-button-area a i {
	margin-left: 10px;
	display: inline-block;
}
.text-left a.em-active-button {
	margin-left: 0;
}

.em-slider-half-width {
	width: 50%;
}
.text-center .em-button-button-area a {
	margin: 0 15px;
}
.em-slider-left {
	padding-right: 30px;
}

.em-slider-right {
	padding-left: 30px;
}

.em-slider-full-width {
	width: 85%;
}

.em-slider-half-width .em-slider-descript {
	width: 100%;
}


/* directionNav */

.em-nivo-slider-wrapper .nivo-directionNav {}

.em-nivo-slider-wrapper .nivo-directionNav a {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 78px;
    width: 50px;
    line-height: 74px;
    border: 0;
    text-align: center;
    display: block;
    color: #0c5adb;
    font-size: 28px;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    background: #fff;
}

.em-nivo-slider-wrapper .nivo-directionNav .nivo-prevNav {}

.em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
	left: auto;
	right: 0;
}

.em-nivo-slider-wrapper .nivo-directionNav a:hover {
	background: #0c5adb;
	border-color: #0c5adb;
	color: #fff;
}

.em-nivo-slider-wrapper:hover .nivo-directionNav a {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	left: 50px;
}

.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
	left: auto;
	right: 50px;
}


/* controlNav */

.em-nivo-slider-wrapper .nivo-controlNav {
	top: 50%;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 9;
	left: 38px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.em-nivo-slider-wrapper .nivo-controlNav {}

.em-nivo-slider-wrapper .nivo-controlNav a {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	font-size: 9px;
	height: 17px;
	margin: 8px 0;
	width: 17px;
	color: #0c5adb;
	line-height: 17px;
}

.em-nivo-slider-wrapper .nivo-controlNav a:hover,
.em-nivo-slider-wrapper .nivo-controlNav a.active {
	background: #fff none repeat scroll 0 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.single_slide_img {
	position: absolute;
	top: -180px;
	text-align: right;
	left: 59%;
}



/*
==============
Pricing Table
==============
*/

.single_pricing {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 31px 40px 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background: #fff;
}

.pricing_head {
	padding: 0 0 0px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.pricing_icon {
	text-align: center;
}
.pricing_img {
	text-align: center;
}

.pricing_title h3 {
	font-size: 30px;
	color: #0C5ADB;
	text-transform: capitalize;
	padding-bottom: 25px;
}

.price_item_inner_center {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.price_item {
	-webkit-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-bottom: 17px;
	margin-top: 15px;
}
.price_item span {
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: 55px;
	font-weight: 700;
	text-align: center;
	color: #0C5ADB;
}

.curencyp {
	font-size: 29px !important;
	font-weight: 500;
	position: relative;
	top: -15px;
}
.bootmp {
	font-size: 19px !important;
	font-weight: 500 !important;
}
.pricing_btn span {
	border: 1px solid #ddd;
	display: inline-block;
	padding: 0px 23px;
	border-radius: 30px;
	font-size: 15px;
}

.featur{
	border:1px solid #e6e6e6;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius:7px;
}
.featur ul {
	padding: 31px 0 44px;
}
.featur ul li {
	display: block;
	font-size: 17px;
	padding: 8px 0;
	text-transform: none;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-transform: capitalize;
}

.featur ul li b {
	font-weight: 600;
}
.featur ul li:last-child {
	padding-bottom: 0;
}

.order_now {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-top: 36px;
}
.order_now a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 35px;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #616161;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}
.single_pricing:hover .order_now a,
.single_pricing.active .order_now a {
	background: #0C5ADB;
	color: #fff;
}
.single_pricing .order_now a,
.single_pricing .price_item_inner,
.single_pricing .pricing_title>h3 {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.single_pricing:hover,
.single_pricing.active,
.single_pricing.active .featur,
.single_pricing:hover .featur {
	border-color: #0C5ADB;
}



/* Pricing Style Two*/
.style-two.single_pricing {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    padding: 0;
    position: relative;
    border: inherit;
    text-align: center;
}
.style-two .pricing_top_bar {
    position: relative;
    background: #0C5ADB;
    padding-top: 36px;
    z-index: 1;
    padding-bottom: 10px;
}
.style-two .pricing_top_bar:before {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	content:"";
	background: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/images/pricing-bg3.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: auto;
	z-index:-1;
}

.active .pricing_top_bar:before {
    background: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/images/pricing-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.pricing-3 .pricing_top_bar:before {
    background: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/images/pricing-bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.style-two .pricing_head {
	padding: 0 0 0px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.style-two .pricing_icon {
	text-align: center;
}
.style-two .pricing_title h3 {
	font-size: 28px;
	text-transform: capitalize;
	padding-bottom: 0;
	color: #fff;
	font-weight: 700;
	position: relative;
}
.style-two .pricing_title h3:after, .style-two .pricing_title h3:before {
	content: '';
	top: 48px;
	right: 0;
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	background: #fff;
	left: 40px;
	margin: auto;
}
.style-two .pricing_title h3:before {
	width: 25px;
	left: 0;
	right: 0;
	margin: auto;
}

.style-two .pricing_subtitle h4 {
	font-size: 18px;
	color: #656565;
	font-weight: 400;
	margin: 0;
}
.style-two.active .pricing_img {
    background: #fff;
    display: inline-block;
    border: 1px solid #0C5ADB;
    border-radius: 100%;
    margin-top: 0;
    position: relative;
    margin-bottom: -26px;
}

.style-two .pricing_body {
	padding: 40px 0 50px;
}
.style-two .price_item_inner_center {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.style-two .price_item {
    -webkit-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 19px;
    margin-top: 28px;
}
.style-two .price_item span {
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: 70px;
	font-weight: 700;
	text-align: center;
	color: #fff;
}

.style-two .curencyp {
	font-size: 32px !important;
	font-weight: 700 !important;
	position: relative;
	top: -28px;
	color: #fff;
}
.style-two .bootmp {
	font-size: 20px !important;
	font-weight: 500 !important;
}
.style-two .pricing_btn span {
	border: 1px solid #ddd;
	display: inline-block;
	padding: 0px 23px;
	border-radius: 30px;
	font-size: 15px;
}
.style-two .featur {
	border: inherit;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 7px;
	text-align: center;
	padding: 0;
}
.style-two .featur ul {
	padding:0;
}

.style-two .featur ul li {
	display: block;
	font-size: 16px;
	padding: 7px 0;
	text-transform: none;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-transform: capitalize;
	font-weight: 300;
}
.style-two .featur ul li b {
	font-weight: 600;
}
.style-two .featur ul li:last-child {
	padding-bottom: 0;
}

.style-two .order_now {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-top: 34px;
}
.style-two .order_now a {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding: 13px 37px;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #0C5ADB;
    border: 1px solid #0C5ADB;
    border-radius: 4px;
}
.style-two.single_pricing:hover .order_now a {
	background: #0C5ADB;
	color: #fff;
}

.gradient .pricing_top_bar {
	position: relative;
	background: linear-gradient(to bottom, #1F2A6C, #40497c, #ac616c, #c45969, #e94d65) !important;
	padding-top: 25px;
}
.gradient .order_now a {
	color: #e94d65;
	border: 1px solid #e94d65;
}
.gradient .single_pricing:hover .order_now a {
	background: linear-gradient(to right, #38406e, #565b76, #ac616c, #c45969, #e94d65) !important;
}

/* Pricing Style Three */
.single_pricing.style-three {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	padding: 35px 40px 50px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	border: 0;
	border-radius: 0;
}
.single_pricing.style-three .pricing_title h3 {
	font-size: 22px;
	padding-bottom: 0;
	color: #232323;
}
.single_pricing.style-three .price_item {
	margin-bottom: 0;

}

.single_pricing.style-three .price_item span {
	color: #232323;
}
.single_pricing.style-three .curencyp {
	top: -25px;
}
.style-three .featur {
	border: 0;
}
.style-three .featur ul {
	padding: 11px 0 6px;
}
.single_pricing.style-three.active {
	background: #0C5ADB;
	padding: 58px 40px 69px;
	margin-top: -18px;
}
.single_pricing.style-three.active .pricing_title h3 {
	color: #fff;
}
.single_pricing.style-three.active .price_item span {
	color: #fff;
}
.single_pricing.style-three.active .featur ul li {
	color: #fff;
}
.single_pricing.style-three:hover .order_now a, .single_pricing.style-three.active .order_now a {
	background: #0C5ADB;
}



/*
==========
Post Tab
==========
*/

.nav-pills {
line-height: 45px;
margin: 0;
padding: 0;
text-align: center;
margin-bottom: 80px !important;
}
.nav-pills li{
	float: left;
	color: #fff;
	border: 0;
	margin: 0;
	width: 23%;
	background: #0c5adb;
	margin-right: 15px;
}
.nav-pills li a{
	padding: 0 30px;
	text-decoration: none;
	outline: 0;
	display: block;
	line-height: 25px;
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	margin: 0;
	padding: 20px 20px 19px;
	border-radius:0;
}
.nav-pills li.active a,
.nav-pills li.active a:focus,
.nav-pills li.active a:hover {
	color: #0c5adb !important;
	background: #fff !important;
}
.nav>li>a:focus,
.nav>li>a:hover {
text-decoration: none;
background-color: transparent !important;
}
.nav-pills li i {
	font-size: 30px;
	display: block;
	padding-bottom: 8px;
}
/* Tab Content */

.tab_pan_content {
padding-left: 35px;
padding-top: 11px;
}
.post_tab_thumb {
    -webkit-box-shadow: 13px 10px 14px 3px rgba(12,90,219,.1);
    box-shadow: 13px 10px 14px 3px rgba(12,90,219,.1);
    border-radius: 10px;
}
.post_tab_thumb img {
	width: 100%;
	border-radius: 10px;
}
.tab_pan_content h2 {
padding-bottom: 17px;
font-size: 24px;
margin-top: 0;
}
.tab_pan_content .tab_desc {
margin-bottom: 17px;
}
.tab_pan_content ul {
	list-style: none;
	margin: 26px 0 20px;
}
.tab_pan_content ul li {
	margin-bottom: 12px;
	font-weight: 600;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	margin-left: 20px;
}
.tab_pan_content ul li i {
	color: #0c5adb;
	margin-right: 7px;
}
.tab_pan_content a {
	display: inline-block;
	font-size: 17px;
	color: #fff;
	background: #0c5adb;
	border-radius: 6px;
	padding: 16px 40px;
	margin-top: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin-right: 15px;
}
a.active-tab-btn {
background: #00247e;
}
.tab_pan_content a:hover {
background: #00247e;
}
a.active-tab-btn:hover {
background: #0c5adb;
}


@media (min-width: 768px){
.em_tab_inner .col-md-6 {
float: left ;
}}

/* Tab Style Two */
.tab_post_style2 .nav-pills {
border-bottom: 0 !important;
margin-bottom: 27px !important;
}
.tab_post_style2 .nav-pills>li.active>a:before {
display: none;
}
.tab_post_style2 .nav-pills li i {
font-size: 39px;
margin-bottom: 0;
color: #FF3C00;
width: 90px;
height: 90px;
line-height: 90px;
-webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
border-radius: 100%;
margin-bottom: 10px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.tab_post_style2 .nav-pills>li i:hover,
.tab_post_style2 .nav-pills>li.active i {
background: #FF3C00;
color: #fff;
}




/*
==========
Blog Post
==========
*/

.techno-single-blog_adn {
    margin-bottom: 30px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: #fff;
    border: 1px solid #ebebeb;
}
.dark-version .techno-single-blog_adn {
	background: #0B0E3C;
	border: 1px solid rgba(255,255,255,0.1);
}
.techno-single-blog_adn:hover {
  -webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.2);
          box-shadow: 0 5px 30px rgba(255,255,255,0.2) !important;
}
/* BLOG THUMB CSS */

.blog_adn_thumb_inner {
	position: relative;
}
.techno-blog-thumb_adn {
	overflow: hidden;
	position: relative;
}
.techno-blog-thumb_adn a {
	position: relative;
}

.techno-blog-thumb_adn a {
	display: block;
}
.techno-blog-thumb_adn img {
    width: 100%;
}


/* BLOG TITLE AND CONTENT CSS */
.em-blog-content-area_adn {
	overflow: hidden;
	padding: 25px 30px 25px;
}
.blog-page-title_adn h2 {
    font-size: 21px;
    margin: 10px 0 7px;
    line-height: 1.2;
}
.blog-page-title_adn a {
    margin-bottom: 0;
    text-transform: none;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    color: #232323;
    font-weight: 700;
}
.blog-page-title_adn a:hover {
	color: #0c5adb;
}
.blog-content_adn h2 a {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.blog-content_adn h2 a:hover {
	color: #0c5adb;
}
.blog-content_adn p {
    margin: 16px 0 15px;
}
.blog-page-title_adn2 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 9999;
}
.blog-page-title_adn2 h2 {
	margin: 0px;
	background: rgba(0, 0, 0, 0.72);
	padding: 15px;
	color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.blog-page-title_adn2 h2 a {
	color: #fff;
}
/* BLOG POST META LEFT CSS */
.techno-blog-meta_adn {
	border-top: 1px solid #0c5adb;
	margin-top: 18px;
	padding-top: 11px;
}
.techno-blog-meta-left_adn a,
.techno-blog-meta-left_adn span {
	color: #595555;
	font-size: 15px;
	margin-right: 16px;
	text-transform: capitalize;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: inline-block;
	text-decoration: none;
	position: relative;
}
.techno-blog-meta-left_adn a::before {
	position: absolute;
	content: "";
	right: -11px;
	width: 1px;
	height: 18px;
	background: #595555;
	top: 5px;
}
.techno-blog-meta-left_adn i {
	margin-right: 0px;
	color: #333;
}

.blog_nospace_adn.col-xs-12 {
	padding: 0px;
}
.blog_nospace_adn .techno-single-blog {
	margin-bottom: 0px;
}
.btn-link {
    font-weight: 500;
    color: #616161;
    font-size: 16px;
    font-family: Muli;
}
.btn-link:hover {
	text-decoration:none;
    color: #0c5adb;
}
.btn-link i{
margin-left:5px;
}
.techno-blog-meta-top{
	position:absolute; 
	left:30px; 
	top:30px;
}
.techno-blog-meta-top li{
	display:inline-block;
}
.techno-blog-meta-top li a {
    display: inline-block;
    background: #0C5ADB;
    padding: 6px 16px;
    line-height: 19px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
}
.learn_btn {
    font-weight: 700;
    color: #232323;
    font-size: 16px;
    /* font-family: Muli; */
    letter-spacing: 1px;
}
.learn_btn i {
    margin-left: 6px;
    font-size: 11px;
    font-weight: 800;
}

/*blog style three*/
.blog_style_three .techno-single-blog_adn {
    border: none;
    filter: drop-shadow(0 0 40px rgba(125,149,188,0.1));
}
.blog_style_three .techno-single-blog_adn:hover {
     filter: drop-shadow(0 0 13px rgba(125,149,188,0.2));
}

.blog_style_three .blog-inner-content.d-flex.align-items-center {
    border-top: 1px solid  rgba(125,149,188,0.3);
    padding: 18px 0 0;
}
.blog_style_three .blog-box-img {
    text-align: left;
    display: inline-block;
    margin-right: 9px;
}
.blog_style_three .blog-box-img img {
    height: 38px;
    width: 38px;
    border-radius: 100%;
}

.blog_style_three .blog-box-title {
    display: inline-block;
}
.blog_style_three .blog-box-title h2 {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin: 0;
}
.blog_style_three .techno-blog-readmore {
    display: inline-block;
    float: right;
    position: absolute;
    right: 12%;
    bottom: 32px;
}
.blog_style_three .blog-content_adn p {
    margin: 16px 0 16px;
}
.blog_style_three .learn_btn {
    font-weight: 500;
    letter-spacing: 0;
}
/*blog style four*/
.blog_style_four .techno-single-blog_adn {
    background: #fff;
    border: none;
    overflow: inherit;
    box-shadow: 0px 10px 39.2px 0.8px rgba(11, 89, 219, 0.07);
}
.blog_style_four .techno-single-blog_adn:hover {
    box-shadow: 0px 10px 39.2px 0.8px rgb(11 89 219 / 9%)!important;
}
.blog_style_four .techno-blog-meta-left {
    background: #0B59DB;
    padding: 16px 18px 16px;
    border-radius: 4px;
    position: absolute;
    top: -36px;
    left: 0;
    right: 0;
    margin: auto;
    width: 84%;
    z-index: 999;
}
.blog_style_four .techno-blog-meta-left a, .techno-blog-meta-left span {
    color: #fff;
}
.blog_style_four .techno-blog-meta-left span {
    color: #fff;
    margin-right: 0;
    float: right;
}
.blog_style_four .blog-page-title_adn h2 {
    font-size: 22px;
    line-height: 31px;
}
.blog_style_four .em-blog-content-area_adn {
    overflow: inherit;
    padding: 38px 30px 13px;
    position: relative;
}
.blog_style_four .blog-content_adn p {
    margin: 7px 0 15px;
    line-height: 28px;
}

/*blog style five*/

.blog_style5 .techno-single-blog_adn {
    margin-bottom: 30px;
    background: transparent;
    border: none;
}
.blog_style5 .em-blog-content-area_adn {
    overflow: hidden;
    padding: 31px 87px 27px 32px;
    background: #fff;
    box-shadow: 0px 10px 40px 0px rgba(212, 214, 223, 0.3);
    width: 89%;
    left: 0;
    position: relative;
    right: 0;
    margin: auto;
    top: -80px;
}
.blog_style5 .blog-page-title_adn h2 {
    font-size: 22px;
    margin: 15px 0 7px;
    line-height: 1.5;
}
.blog_style5 .techno-blog-meta-left a, .techno-blog-meta-left span {
    color: #2876ff;
     text-transform: uppercase;
}
.blog_style5 .techno-blog-meta-left span {
    text-transform: uppercase;
    color: #2876ff;

}
.blog_style5 .techno-blog-readmore {
    display: inline-block;
    height: 57px;
    width: 57px;
    line-height: 57px;
    background: #f2f2f2;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
}
.blog_style5 .learn_btn i {
    margin-left: 6px;
    font-size: 16px;
    font-weight: 800;
}
.blog_style5 .techno-single-blog_adn:hover .techno-blog-readmore{
    background:#2876ff;
}
.blog_style5 .techno-single-blog_adn:hover .techno-blog-readmore a i{
    color:#fff;
}
.blog_style5 .techno-blog-meta-left a:hover{
    color: #2876ff!important;
}
.blog_style5 .techno-blog-meta-left span:hover{
    color: #2876ff!important;
}
/*blog-style5 dark*/
.blog_dark .techno-single-blog_adn:hover {
    -webkit-box-shadow: none;
    box-shadow: none!important;
}
.blog_dark .blog_style5 .em-blog-content-area_adn {
    background: #181818;
    box-shadow: none;
}
.blog_dark .blog_style5 .techno-blog-readmore {
    background: #242424;
}
.blog_dark .learn_btn {
    color: #fff;
}


/*
==========
Portfolio
==========
*/

.portfolio_nav {
    padding: 0px 0 15px;
    text-align: center;
}

.portfolio_nav ul {
	margin-bottom: 30px;
	text-align:center;
}

.portfolio_nav ul li {
	display: inline;
}
.portfolio_nav ul li {
    background: #f2f4ff;
    border: medium none;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: capitalize;
    padding: 12px 27px;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    margin: 0 3px;
    margin-bottom: 7px;
    display: inline-block;
    border-radius: 5px;
}

.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
	color: #fff;
	background:#0c5adb;
}

.portfolio_nav ul li:first-child {
	border-left: 0;
}

.prot_wrap {
	overflow: hidden;
}


/* single gallery css */
.single_protfolio {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.prot_thumb {}
.prot_thumb img {
	display: block;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	    transform: scale(1);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
}
.single_protfolio:hover .prot_thumb img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	    transform: scale(1.1);
}
.prot_content {
    position: absolute;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    right: 20px;
    bottom: 35px;
    left: 20px;
    opacity: 0;
    background: #0c5adb;
    margin: auto;
    text-align: left;
    padding: 30px 20px 30px;
    border-radius: 5px;
}
.single_protfolio:hover .prot_content {
	opacity:1;
	bottom:50px;
}
.multi_gallery.prot_content {
	height: 90%;
	width: 80%;
	right: 10%;
	top: 5%;
	bottom: 5%;
	left: 10%;
}
.prot_content h3 {
    margin: 8px 0 0px;
    text-transform: capitalize;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.prot_content h3 a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}
.prot_content p {
	color: #fff;
	line-height: 1.2;
	margin: 5px 0 0;
}

.prot_content p span {
	display: inline-block;
	padding-top: 0px;
}
.porttitle_inner span {
	position: relative;
	margin: 0 2px;
}
.prot_content span:before {
	bottom: 0;
	content: ",";
	position: absolute;
	right: -5px;
}

.porttitle_inner span:last-child:before {
	content: "";
}

.nospace.col-xs-12 {
	padding: 0px;
}
.nospace .single_protfolio {
	margin-bottom: 0px;
}
/* load button css */
.gallery_load_button a {
	border: 1px solid #ddd;
	color: #444;
	padding: 7px 15px;
	display: inline-block;
	font-size: 17px;
	margin-top: 0px;
}
.gallery_load_button a:hover {
	border-color: #333;
	background: #333;
	color: #fff;
}
.prot_wrap.nospace .gallery_load_button a {
	margin-top: 30px;
}
/* portfolio icon css */
.picon {
    margin-bottom: 25px;
}
.picon a {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #0c5adb;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin: 0 3px 0;
    width: 40px;
    text-align: center;
}
.picon a:hover {
	background: #00247E;
	color: #fff;
}

/*
==================
Tab
==================
*/

.tab .nav-tabs li{
	text-align: center;
	background: #0c5adb;
	margin-right: 6px;
}

.tab .nav-tabs li.active{
	background: #fff;
}

.tab .nav-tabs li.active a{
	color: #0c5adb;
}

.tab .nav-tabs li a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 12px 30px;
	font-weight: 700;
}

.tab .nav-tabs {
    border-bottom: 0;
}
.tab .tab-content{
	background: #fff;
	padding: 55px 36px 50px;
}
.tab .tab-content h2{
	font-size: 30px;
}
.tab .tab-content .button a{
	color: #fff;
}

/* Style Two */
.tab.style-two .nav-tabs li{
    background: transparent;
}
.tab.style-two .nav-tabs li.active {
    background: #0c5adb;
}
.tab.style-two .nav-tabs li.active a{
    color: #fff;
}
.tab.style-two .tab-content{
    background: transparent;
}
.tab.style-two .tab-content p{
    color: rgba(255, 255, 255, 0.81)
}
/*techno-new-tab*/
.techno-new-tab .tab .nav-tabs li a {
    color: #232323;
    padding: 13px 30px;
    border-radius: 30px;
    border: 1px solid#ECECEE;
}
.techno-new-tab .tab.style-two .tab-content p {
    color: #686868;
}
.techno-new-tab .tab.style-two .nav-tabs li.active {
    border-radius: 30px;
    border-color: #2875FF;
    background: #2875FF;
}
.techno-new-tab .tab .tab-content {
    background: transparent;
    padding: 26px 17px 9px;
}
.techno-new-tab .tab.style-two .nav-tabs li {
    background: #fff;
    border-radius: 30px;
}

/*
==================
Effective Slider
==================
*/


.effective-area {
    min-height: 950px;
    padding: 0;
    position: relative;
}

.effective-area.overlay-white::after,
.effective-area .overlay-dark::after {
	background-color: rgba(0, 0, 0, 0);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.overlay-white:after {
	background-color: rgba(0, 0, 0, 0);
}

.effective-content {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	z-index: 1;
}

.effective-content h1 {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 30px;
	color: #fff;
	/* letter-spacing: 1px; */
}

.effective-content h2 {
	color: #fff;
	font-size: 65px;
	text-transform: uppercase;
	margin: 0;
	padding: 25px 0 0;
}

.effective-content>h5 {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
}

.effective-content p {
    font-size: 18px;
    margin: 13px auto 32px;
    width: 65%;
    color: #fff;
}
.effective-area .btn {
	margin-top: 30px;
}

.scroll-next {
	bottom: 10px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}

.scroll-next>a {
	border-radius: 20px;
	display: inline-block;
	height: 30px;
	width: 30px;
	position: relative;
}

.scroll-next i {
	color: #fff;
	font-size: 40px;
	left: 0;
	position: absolute;
	right: 0;
	top: -106px;
}

.effective_icon_inner {
	margin-top: 26px;
}

.effective_icon_inner a {
	display: inline-block;
	font-size: 19px;
	color: #fff;
	margin: 0px 10px;
}

.effective_slider_btn a {
    padding: 14px 36px;
    background: #0c5adb;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
    margin: 0 9px;
}

.effective_slider_btn a:hover {
	background: #fff;
	color: #0c5adb;
}

/* Circle Progress */
.circle-progress h2{
    text-align: center;
    font-size: 18px;
}

.progress {
    width: 100px!important;
    height: 100px!important;
    line-height: 150px;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    background: transparent!important;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 10px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 10px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #0c5adb;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-weight: 700;
  color: #0c5adb;
}

.progress .progress-value span {
  font-size: 18px;
  text-transform: uppercase;
}

/* This for loop creates the 	necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}


/* Service Details */
.menu-service-menu-container ul {
    list-style: none;
    padding: 0;
}
.menu-service-menu-container ul li {
     list-style: none;
    margin-bottom: 2px;
}

.menu-service-menu-container ul li a {
	position: relative;
	display: block;
	padding: 14px 15px 14px 18px;
	background-color: #F3F6F9;
	font-weight: 600;
	font-size: 17px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #232323;
	position:relative;
}
.menu-service-menu-container ul .current_page_item a {
	background-color: #0C5ADB;
	color: #fff;
}

.menu-service-menu-container ul li a::after {
	content: '\f105';
	position: absolute;
	right: 16px;
	top: 12px;
	font-size: 17px;
	font-family: 'FontAwesome';
}

.menu-service-menu-container ul li a:hover{
	color:#fff;
	background:#0C5ADB;
}


/* Hero Section */
.hero-single-slide{
    min-height: 887px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;    
}
.hero-content-left h1 {
    font-size: 50px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 800;
    line-height: 1.1;
}
.hero-content-left h2 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1.2;
}
.hero-content-left h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.hero-content-left p {
    padding-right: 70px;
    margin-bottom: 35px;
}

.banner_shape {
	position: relative;
}
.banner_shape_inner1 {
	position: absolute;
	top: 156px;
	left: 24%;
}
.banner_shape_inner2 {
	position: absolute;
	top: 220px;
	left: 56%;
}
.banner_shape_inner3 {
	position: absolute;
	top: 162px;
	left: 92%;
}
.banner_shape_inner4 {
	position: absolute;
	top: 371px;
	left: 190px;
}
.banner_shape_inner5 {
	position: absolute;
	right: -140px;
	top: 342px;
}

/* Appoinment Form */

.appointment-form{
    background: #fff;
    padding: 32px 50px 9px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);
    border-radius: 7px;
    text-align: center;
}
.appointment-form h2{
    font-size: 25px;
}
.em-service.style_4 {
    margin: 0 5px !important;
    border: 1px solid #eee;
    border-radius: 5px;
    border-bottom: 3px solid #0C5ADB;
}
.em-service.style_4  .em_service_content {
    overflow: hidden;
    padding: 20px 25px 30px;
}
.em-service.style_4 .em-service-icon i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #0C5ADB;
    color: #fff;
    text-align: center;
    font-size: 40px;
    border-radius: 4px;
    display: block;
}
.em-service.style_4 .em-service-title h2 {
    font-size: 22px;
}
.em-service.style_4 .service-btn > a {
    color: #0C5ADB;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.em-service.style_4 .em-service-icon {
    position: relative;
    margin-top: -43px;
    margin-left: 25px;
}

.service_cursousel_sliderr  .slick-dots {
    bottom: -35px !important;
    position: relative;
    text-align:center;
}

.service_cursousel_sliderr .slick-dots li button {
    background-color: #b1cdfb;
}
.slick-dots .slick-active button {
    background-color: #0c5adb !important;
    color: #fff;
}


/*service carousel*/
/*service caursel five*/
.em-service.style_5 {
    display: inline-block!important;
    text-align: center;
    padding: 38px 21px 31px;
    position: relative;
    z-index: 9999;
    margin-right: 20px;
    box-shadow: 0px 0px 60px 0px rgb(187 195 208 / 10%);
    margin-bottom: 20px;
    overflow: inherit;
    transition: .5s;
    margin-top: 15px;
}
 .em-service.style_5:before{
 	 position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    top: 0;
    width:100%;
    height: 100%;
    background: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/images/feature1.png);
    transition: .5s;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
 } 
.em-service.style_5 .em-service-thumb {
    display: inline-block;
}
.em-service.style_5:hover .em-service-title h2{
	color: #fff;
}
.em-service.style_5:hover .service-box-desc p{
	color: #CED7F8;
}

.em-service.style_5:after{
    position: absolute;
    content: "";
    z-index: -1;
    left:50%;
    top: 0;
    width:0;
    height:100%;
    background: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/images/shape3.png);
    transition: .5s;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.em-service.style_5:hover:after{
	 width:100%;
   	left:0;
     background: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/images/shape3.png);
    transition: .5s;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.em-service.style_5:hover:before{
	 opacity: 0;
}
.em-service.style_5 .em-service-title h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0 9px;
}
.service_cursousel_sliderr.style-5 .slick-dots li {
    height: 5px!important;
    margin: 0 13px!important;
    width: 200px!important;
    position: relative;
}

.service_cursousel_sliderr.style-5 .slick-dots li button {
    background-color: transparent;
    height: 5px!important;
    margin: 0 13px!important;
    width: 200px!important;
    border-radius: 0;
}
.service_cursousel_sliderr.style-5 .slick-dots {
    bottom: -66px !important;
    position: relative;
    text-align: center;
    z-index: 2;
}

.em-service.style_5:hover {
    transform: translate3d(0,-6px,0);
}
/*nav*/
.service_cursousel_sliderr.style-5 .slick-next {
    background: #F7F8FF!important;
    border-radius: 100%;
    -webkit-box-shadow: none!important;
    height: 54px!important;
    top: 112%;
    no: normal;
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 55px!important;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 55px!important;
    color: #fff;
    border: 0;
}
.service_cursousel_sliderr.style-5 .slick-prev {
   background: #F7F8FF!important;
    border-radius: 100%;
    -webkit-box-shadow: none;
    height: 54px;
    top: 112%;
    no: normal;
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 55px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 55px;
    color: #fff;
    border: 0;
}

.service_cursousel_sliderr.style-5 .slick-prev:hover{
	   background: linear-gradient(to left, #2475FC, #1129B9 100%)!important;
}
.service_cursousel_sliderr.style-5 .slick-prev, .slick-next:hover:before{
	   color: #fff!important;
}

.service_cursousel_sliderr.style-5 .slick-next:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #232323;
    font-size: 30px!important;
}
.service_cursousel_sliderr.style-5 button.slick-prev.slick-arrow {
    position: absolute;
    left: -78px;
    background: transparent;
}
/*.service_cursousel_sliderr.style-5 button.slick-prev.slick-arrow: before{
    content: "\f105";
    font-family: FontAwesome;
    color: #232323;
    font-size: 30px!important;
}*/
.service_cursousel_sliderr.style-5 .slick-prev:before {
    position: absolute;
    content: "\f104";
    font-family: FontAwesome;
    color: #232323;
    font-size: 30px!important;
    left: 21px;
}
.service_cursousel_sliderr.style-5 button.slick-prev.slick-arrow:hover {
    background: linear-gradient(to left, #2475FC, #1129B9 100%)!important;
}
.service_cursousel_sliderr.style-5 button.slick-prev.slick-arrow:hover:before{
	   color: #fff!important;
}
.service_cursousel_sliderr.style-5 button.slick-next.slick-arrow {
    float: right;
    position: absolute;
    right: -85px;
    bottom: 50%;
    text-align: center;
}
.service_cursousel_sliderr.style-5 button.slick-next.slick-arrow:hover {
    background: linear-gradient(to left, #2475FC, #1129B9 100%)!important;
}
.service_cursousel_sliderr.style-5 .slick-prev::before, .slick-next::before {
    color: #232323!important;
    font-size: 30px;
}/*
  	Flaticon icon font: Flaticon
  	Creation date: 27/11/2019 09:49
  	*/
	
	@font-face {
	    font-family: "Flaticon";
	    src: url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/fonts/Flaticon.woff2) format("woff2"), url(//sodor.fr/wp-content/plugins/dreamit-elementor-extension/assets/fonts/Flaticon.woff) format("woff");
	    font-weight: normal;
	    font-style: normal;
	}
	
	[class^="flaticon-"]:before,
	[class*=" flaticon-"]:before,
	[class^="flaticon-"]:after,
	[class*=" flaticon-"]:after {
	    font-family: Flaticon;
	    font-style: normal;
	}
	
	.flaticon-map:before {
	    content: "\f100";
	}
	
	.flaticon-mail:before {
	    content: "\f101";
	}
	
	.flaticon-call-answer:before {
	    content: "\f102";
	}
	
	.flaticon-chat:before {
	    content: "\f103";
	}
	
	.flaticon-left-arrow:before {
	    content: "\f104";
	}
	
	.flaticon-right-arrow:before {
	    content: "\f105";
	}
	
	.flaticon-back:before {
	    content: "\f106";
	}
	
	.flaticon-next:before {
	    content: "\f107";
	}
	
	.flaticon-play-button:before {
	    content: "\f108";
	}
	
	.flaticon-play-button-1:before {
	    content: "\f109";
	}
	
	.flaticon-upload:before {
	    content: "\f10a";
	}
	
	.flaticon-back-1:before {
	    content: "\f10b";
	}
	
	.flaticon-responsive:before {
	    content: "\f10c";
	}
	
	.flaticon-add:before {
	    content: "\f10d";
	}
	
	.flaticon-play-button-2:before {
	    content: "\f10e";
	}
	
	.flaticon-android:before {
	    content: "\f10f";
	}
	
	.flaticon-fire:before {
	    content: "\f110";
	}
	
	.flaticon-layers:before {
	    content: "\f111";
	}
	
	.flaticon-computer:before {
	    content: "\f112";
	}
	
	.flaticon-chip:before {
	    content: "\f113";
	}
	
	.flaticon-cogwheels:before {
	    content: "\f114";
	}
	
	.flaticon-support:before {
	    content: "\f115";
	}
	
	.flaticon-web:before {
	    content: "\f116";
	}
	
	.flaticon-headset:before {
	    content: "\f117";
	}
	
	.flaticon-facebook:before {
	    content: "\f118";
	}
	
	.flaticon-drop-of-liquid:before {
	    content: "\f119";
	}
	
	.flaticon-drop:before {
	    content: "\f11a";
	}
	
	.flaticon-placeholder:before {
	    content: "\f11b";
	}
	
	.flaticon-shield:before {
	    content: "\f11c";
	}
	
	.flaticon-fountain-pen:before {
	    content: "\f11d";
	}
	
	.flaticon-fountain-pen-1:before {
	    content: "\f11e";
	}
	
	.flaticon-settings:before {
	    content: "\f11f";
	}
	
	.flaticon-phone-call:before {
	    content: "\f120";
	}
	
	.flaticon-call:before {
	    content: "\f121";
	}
	
	.flaticon-settings-1:before {
	    content: "\f122";
	}
	
	.flaticon-placeholder-1:before {
	    content: "\f123";
	}
	
	.flaticon-pen:before {
	    content: "\f124";
	}
	
	.flaticon-analytics:before {
	    content: "\f125";
	}
	
	.flaticon-monitor:before {
	    content: "\f126";
	}
	
	.flaticon-email:before {
	    content: "\f127";
	}
	
	.flaticon-speech-bubble:before {
	    content: "\f128";
	}
	
	.flaticon-suitcase:before {
	    content: "\f129";
	}
	
	.flaticon-communications:before {
	    content: "\f12a";
	}
	
	.flaticon-cash:before {
	    content: "\f12b";
	}
	
	.flaticon-twitter:before {
	    content: "\f12c";
	}
	
	.flaticon-twitter-2:before {
	    content: "\f12d";
	}
	
	.flaticon-instagram-logo:before {
	    content: "\f12e";
	}
	
	.flaticon-instagram-1:before {
	    content: "\f12f";
	}
	
	.flaticon-whatsapp-1:before {
	    content: "\f130";
	}
	
	.flaticon-linkedin-2:before {
	    content: "\f131";
	}
	
	.flaticon-twitter-1:before {
	    content: "\f132";
	}
	
	.flaticon-facebook-3:before {
	    content: "\f133";
	}
	
	.flaticon-whatsapp-2:before {
	    content: "\f134";
	}
	
	.flaticon-xiaomi:before {
	    content: "\f135";
	}
	
	.flaticon-odnoklassniki:before {
	    content: "\f136";
	}
	
	.flaticon-pinterest:before {
	    content: "\f137";
	}
	
	.flaticon-pinterest-1:before {
	    content: "\f138";
	}
	
	.flaticon-wifi:before {
	    content: "\f139";
	}
	
	.flaticon-light-bulb:before {
	    content: "\f13a";
	}
	
	.flaticon-project-management:before {
	    content: "\f13b";
	}
	
	.flaticon-monitor-1:before {
	    content: "\f13c";
	}
	
	.flaticon-camera:before {
	    content: "\f13d";
	}
	
	.flaticon-user:before {
	    content: "\f13e";
	}
	
	.flaticon-advertising:before {
	    content: "\f13f";
	}
	
	.flaticon-select:before {
	    content: "\f140";
	}
	
	.flaticon-snowflake:before {
	    content: "\f141";
	}
	
	.flaticon-snowflake-1:before {
	    content: "\f142";
	}
	
	.flaticon-travel-agency:before {
	    content: "\f143";
	}
	
	.flaticon-bauble:before {
	    content: "\f144";
	}
	
	.flaticon-temporary-agency:before {
	    content: "\f145";
	}
	
	.flaticon-star:before {
	    content: "\f146";
	}
	
	.flaticon-snow-globe:before {
	    content: "\f147";
	}
	
	.flaticon-christmas-tree:before {
	    content: "\f148";
	}
	
	.flaticon-gift:before {
	    content: "\f149";
	}
	
	.flaticon-mortgage:before {
	    content: "\f14a";
	}
	
	.flaticon-monitoring:before {
	    content: "\f14b";
	}
	
	.flaticon-network-1:before {
	    content: "\f14c";
	}
	
	.flaticon-neural:before {
	    content: "\f14d";
	}
	
	.flaticon-networking:before {
	    content: "\f14e";
	}
	
	.flaticon-cloud-computing:before {
	    content: "\f14f";
	}
	
	.flaticon-cloud-computing-1:before {
	    content: "\f150";
	}
	
	.flaticon-microchip:before {
	    content: "\f151";
	}
	
	.flaticon-social-care:before {
	    content: "\f152";
	}
	
	.flaticon-help:before {
	    content: "\f153";
	}
	
	.flaticon-begging:before {
	    content: "\f154";
	}
	
	.flaticon-customer-service:before {
	    content: "\f155";
	}
	
	.flaticon-support-2:before {
	    content: "\f156";
	}
	
	.flaticon-support-3:before {
	    content: "\f157";
	}
	
	.flaticon-customer-service-1:before {
	    content: "\f158";
	}
	
	.flaticon-customer-support:before {
	    content: "\f159";
	}
	
	.flaticon-headphones:before {
	    content: "\f15a";
	}
	
	.flaticon-social-care-1:before {
	    content: "\f15b";
	}
	
	.flaticon-care:before {
	    content: "\f15c";
	}
	
	.flaticon-user-1:before {
	    content: "\f15d";
	}
	
	.flaticon-phone:before {
	    content: "\f15e";
	}
	
	.flaticon-search:before {
	    content: "\f15f";
	}
	
	.flaticon-facebook-4:before {
	    content: "\f160";
	}
	
	.flaticon-pin:before {
	    content: "\f161";
	}
	
	.flaticon-user-2:before {
	    content: "\f162";
	}
	
	.flaticon-internet:before {
	    content: "\f163";
	}
	
	.flaticon-user-3:before {
	    content: "\f164";
	}
	
	.flaticon-chat-1:before {
	    content: "\f165";
	}
	
	.flaticon-team:before {
	    content: "\f166";
	}
	
	.flaticon-connection:before {
	    content: "\f167";
	}
	
	.flaticon-bar-chart:before {
	    content: "\f168";
	}
	
	.flaticon-money:before {
	    content: "\f169";
	}
	
	.flaticon-file:before {
	    content: "\f16a";
	}
	
	.flaticon-linkedin-3:before {
	    content: "\f16b";
	}
	
	.flaticon-pinterest-2:before {
	    content: "\f16c";
	}
	
	.flaticon-google-browser:before {
	    content: "\f16d";
	}
	
	.flaticon-gmail-1:before {
	    content: "\f16e";
	}
	
	.flaticon-gmail-3:before {
	    content: "\f16f";
	}
	
	.flaticon-vimeo:before {
	    content: "\f170";
	}
	
	.flaticon-vimeo-2:before {
	    content: "\f171";
	}
	
	.flaticon-skype:before {
	    content: "\f172";
	}
	
	.flaticon-skype-1:before {
	    content: "\f173";
	}
	
	.flaticon-skype-2:before {
	    content: "\f174";
	}
	
	.flaticon-skype-3:before {
	    content: "\f175";
	}
	
	.flaticon-google-plus-logo:before {
	    content: "\f176";
	}
	
	.flaticon-like:before {
	    content: "\f177";
	}
	
	.flaticon-clock:before {
	    content: "\f178";
	}
	
	.flaticon-loupe:before {
	    content: "\f179";
	}
	
	.flaticon-money-1:before {
	    content: "\f17a";
	}
	
	.flaticon-hand-shake:before {
	    content: "\f17b";
	}
	
	.flaticon-team-1:before {
	    content: "\f17c";
	}
	
	.flaticon-money-2:before {
	    content: "\f17d";
	}
	
	.flaticon-man:before {
	    content: "\f17e";
	}
	
	.flaticon-value:before {
	    content: "\f17f";
	}
	
	.flaticon-share:before {
	    content: "\f180";
	}
	
	.flaticon-time:before {
	    content: "\f181";
	}
	
	.flaticon-school:before {
	    content: "\f182";
	}
	
	.flaticon-chart:before {
	    content: "\f183";
	}
	
	.flaticon-data:before {
	    content: "\f184";
	}
	
	.flaticon-photo:before {
	    content: "\f185";
	}
	
	.flaticon-internet-1:before {
	    content: "\f186";
	}
	
	.flaticon-money-3:before {
	    content: "\f187";
	}
	
	.flaticon-payment:before {
	    content: "\f188";
	}
	
	.flaticon-pin-1:before {
	    content: "\f189";
	}
	
	.flaticon-time-1:before {
	    content: "\f18a";
	}
	
	.flaticon-idea:before {
	    content: "\f18b";
	}
	
	.flaticon-download:before {
	    content: "\f18c";
	}
	
	.flaticon-growth:before {
	    content: "\f18d";
	}
	
	.flaticon-multimedia:before {
	    content: "\f18e";
	}
	
	.flaticon-network-2:before {
	    content: "\f18f";
	}
	
	.flaticon-next-1:before {
	    content: "\f190";
	}
	
	.flaticon-origami:before {
	    content: "\f191";
	}
	
	.flaticon-share-1:before {
	    content: "\f192";
	}
	
	.flaticon-clock-1:before {
	    content: "\f193";
	}
	
	.flaticon-refresh:before {
	    content: "\f194";
	}
	
	.flaticon-avatar:before {
	    content: "\f195";
	}
	
	.flaticon-support-4:before {
	    content: "\f196";
	}
	
	.flaticon-cursor:before {
	    content: "\f197";
	}
	
	.flaticon-brain:before {
	    content: "\f198";
	}
	
	.flaticon-laptop:before {
	    content: "\f199";
	}
	
	.flaticon-arrow:before {
	    content: "\f19a";
	}
	
	.flaticon-mortarboard:before {
	    content: "\f19b";
	}
	
	.flaticon-avatar-1:before {
	    content: "\f19c";
	}
	
	.flaticon-chat-2:before {
	    content: "\f19d";
	}
	
	.flaticon-question:before {
	    content: "\f19e";
	}
	
	.flaticon-test:before {
	    content: "\f19f";
	}
	
	.flaticon-doctor:before {
	    content: "\f1a0";
	}
	
	.flaticon-support-5:before {
	    content: "\f1a1";
	}
	
	.flaticon-map-1:before {
	    content: "\f1a2";
	}
	
	.flaticon-eye:before {
	    content: "\f1a3";
	}
	
	.flaticon-money-4:before {
	    content: "\f1a4";
	}
	
	.flaticon-world:before {
	    content: "\f1a5";
	}
	
	.flaticon-school-1:before {
	    content: "\f1a6";
	}
	
	.flaticon-chat-3:before {
	    content: "\f1a7";
	}
	
	.flaticon-idea-1:before {
	    content: "\f1a8";
	}
	
	.flaticon-support-6:before {
	    content: "\f1a9";
	}
	
	.flaticon-diamond:before {
	    content: "\f1aa";
	}
	
	.flaticon-time-2:before {
	    content: "\f1ab";
	}
	
	.flaticon-bag:before {
	    content: "\f1ac";
	}
	
	.flaticon-contract:before {
	    content: "\f1ad";
	}
	
	.flaticon-report:before {
	    content: "\f1ae";
	}
	
	.flaticon-folder:before {
	    content: "\f1af";
	}
	
	.flaticon-truck:before {
	    content: "\f1b0";
	}
	
	.flaticon-document:before {
	    content: "\f1b1";
	}
	
	.flaticon-plane:before {
	    content: "\f1b2";
	}
	
	.flaticon-time-3:before {
	    content: "\f1b3";
	}
	
	.flaticon-trash:before {
	    content: "\f1b4";
	}
	
	.flaticon-pin-2:before {
	    content: "\f1b5";
	}
	
	.flaticon-think:before {
	    content: "\f1b6";
	}
	
	.flaticon-idea-2:before {
	    content: "\f1b7";
	}
	
	.flaticon-download-1:before {
	    content: "\f1b8";
	}
	
	.flaticon-bell:before {
	    content: "\f1b9";
	}
	
	.flaticon-lock:before {
	    content: "\f1ba";
	}
	
	.flaticon-upload-1:before {
	    content: "\f1bb";
	}
	
	.flaticon-cinema:before {
	    content: "\f1bc";
	}
	
	.flaticon-goal:before {
	    content: "\f1bd";
	}
	
	.flaticon-work:before {
	    content: "\f1be";
	}
	
	.flaticon-design:before {
	    content: "\f1bf";
	}
	
	.flaticon-search-1:before {
	    content: "\f1c0";
	}
	
	.flaticon-food:before {
	    content: "\f1c1";
	}
	
	.flaticon-alert:before {
	    content: "\f1c2";
	}
	
	.flaticon-brain-1:before {
	    content: "\f1c3";
	}
	
	.flaticon-book:before {
	    content: "\f1c4";
	}
	
	.flaticon-time-4:before {
	    content: "\f1c5";
	}
	
	.flaticon-shield-1:before {
	    content: "\f1c6";
	}
	
	.flaticon-time-5:before {
	    content: "\f1c7";
	}
	
	.flaticon-man-1:before {
	    content: "\f1c8";
	}
	
	.flaticon-brain-2:before {
	    content: "\f1c9";
	}
	
	.flaticon-water:before {
	    content: "\f1ca";
	}
	
	.flaticon-content:before {
	    content: "\f1cb";
	}
	
	.flaticon-data-1:before {
	    content: "\f1cc";
	}
	
	.flaticon-like-1:before {
	    content: "\f1cd";
	}
	
	.flaticon-time-6:before {
	    content: "\f1ce";
	}
	
	.flaticon-sign:before {
	    content: "\f1cf";
	}
	
	.flaticon-book-1:before {
	    content: "\f1d0";
	}
	
	.flaticon-adjust:before {
	    content: "\f1d1";
	}
	
	.flaticon-menu:before {
	    content: "\f1d2";
	}
	
	.flaticon-calendar:before {
	    content: "\f1d3";
	}
	
	.flaticon-eye-1:before {
	    content: "\f1d4";
	}
	
	.flaticon-clock-2:before {
	    content: "\f1d5";
	}
	
	.flaticon-share-2:before {
	    content: "\f1d6";
	}
	
	.flaticon-fingerprint:before {
	    content: "\f1d7";
	}
	
	.flaticon-signal:before {
	    content: "\f1d8";
	}
	
	.flaticon-lock-1:before {
	    content: "\f1d9";
	}
	
	.flaticon-water-1:before {
	    content: "\f1da";
	}
	
	.flaticon-code:before {
	    content: "\f1db";
	}
	
	.flaticon-repeat:before {
	    content: "\f1dc";
	}
	
	.flaticon-map-2:before {
	    content: "\f1dd";
	}
	
	.flaticon-message:before {
	    content: "\f1de";
	}
	
	.flaticon-network-3:before {
	    content: "\f1df";
	}
	
	.flaticon-more:before {
	    content: "\f1e0";
	}
	
	.flaticon-random:before {
	    content: "\f1e1";
	}
	
	.flaticon-sign-1:before {
	    content: "\f1e2";
	}
	
	.flaticon-mail-1:before {
	    content: "\f1e3";
	}
	
	.flaticon-adjust-1:before {
	    content: "\f1e4";
	}/* Navigation Menu CSS */

ul.hfe-nav-menu,
.hfe-nav-menu li,
.hfe-nav-menu ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.hfe-nav-menu li.menu-item {
    position: relative;
}

.hfe-flyout-container .hfe-nav-menu li.menu-item {
    position: relative;
    background: unset;
}

.hfe-nav-menu .sub-menu li.menu-item {
    position: relative;
    background: inherit;
}
.hfe-nav-menu__theme-icon-yes button.sub-menu-toggle {
    display: none;
}
div.hfe-nav-menu,
.elementor-widget-hfe-nav-menu .elementor-widget-container {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hfe-nav-menu .parent-has-no-child .hfe-menu-toggle {
    display: none;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu,
.hfe-submenu-action-hover .hfe-layout-vertical .hfe-nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 16;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
    visibility: hidden;
    opacity: 0;
}

.hfe-nav-menu .menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
}

.hfe-flyout-container .hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 0;
}

.hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 100%;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.hfe-nav-menu:before,
.hfe-nav-menu:after {
    content: '';
    display: table;
    clear: both;
}


/* Alignemnt CSS */
.hfe-nav-menu__align-right .hfe-nav-menu {
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          -webkit-justify-content: flex-end;
          -moz-box-pack: end;
          justify-content: flex-end; }

.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          -webkit-justify-content: flex-end;
          -moz-box-pack: end;
          justify-content: flex-end; }

.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.elementor-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.elementor-button-wrapper{
    text-align: right;
}
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.elementor-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.elementor-button-wrapper{
    text-align: left;
}
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.elementor-button-wrapper{
    text-align: center;
}
.hfe-nav-menu__align-left .hfe-nav-menu {
  margin-right: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-box-pack: start;
          justify-content: flex-start; }

.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-box-pack: start;
          justify-content: flex-start; }

.hfe-nav-menu__align-center .hfe-nav-menu {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          justify-content: center; }

.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          justify-content: center; }

.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    width: 100%; 
}
  .hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.menu-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            -webkit-flex-grow: 1;
            -moz-box-flex: 1;
            flex-grow: 1; }
    .hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              -webkit-justify-content: center;
              -moz-box-pack: center;
              justify-content: center; }

/* Alignment CSS ends */

.hfe-active-menu + nav li:not(:last-child) a.hfe-menu-item,
.hfe-active-menu + nav li:not(:last-child) a.hfe-sub-menu-item {
    border-bottom-width: 0;
}

/*  Horizontal Menu */

.hfe-nav-menu a.hfe-menu-item,
.hfe-nav-menu a.hfe-sub-menu-item {
    line-height: 1;
    text-decoration: none;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.hfe-nav-menu a.hfe-menu-item:hover,
.hfe-nav-menu a.hfe-sub-menu-item:hover {
    text-decoration: none;
}

.hfe-nav-menu .sub-menu {
    min-width: 220px;
    margin: 0;
    z-index: 9999;
}

.hfe-nav-menu__layout-horizontal {
    font-size: 0;
}

.hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__layout-horizontal > li.menu-item {
    font-size: medium;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu{
    -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
}

/* Icons CSS */
.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: ''; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: '+'; 
}
.hfe-submenu-icon-none .hfe-nav-menu .parent-has-child .sub-arrow {
    display: none; 
}

.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,.hfe-link-redirect-self_link.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: '-'; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: ''; 
}

.rtl .hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''; 
}

.rtl .hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''; 
}

.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''; 
}

.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''; 
}
/* Icon CSS ends */

.hfe-nav-menu-icon {
    padding: 0.35em;
    border: 0 solid;
}

.hfe-nav-menu-icon svg {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
}

.hfe-nav-menu-icon i:focus {
    outline: 0;
}

.hfe-has-submenu-container a.hfe-menu-item:focus,
.hfe-has-submenu-container a.hfe-sub-menu-item:focus {
    outline: 0;
}
/* Submenus */

.hfe-nav-menu .menu-item-has-children:focus,
.hfe-nav-menu .menu-item-has-children .sub-menu:focus,
.hfe-nav-menu .menu-item-has-children-container:focus {
    outline: 0;
}
.hfe-nav-menu .menu-item-has-children-container {
    position: relative;
}

.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-flyout-wrapper .sub-menu {
    position: relative;
    height: 0;
}

.hfe-nav-menu__submenu-arrow .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-plus .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-classic .hfe-menu-toggle:before {
    font-family: 'Font Awesome 5 Free';
    z-index: 1;
    font-size: inherit;
    font-weight: inherit;
    line-height: 0;
}

.hfe-menu-item-center .hfe-nav-menu li a.hfe-menu-item,
.hfe-menu-item-center .hfe-nav-menu li a.hfe-sub-menu-item {
    margin-right: 0px;
}

.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-sub-menu-item {
    margin-right: 0px;
}

.hfe-nav-menu__toggle-icon:before {
    content: '\f0c9';
    font-family: 'fontAwesome';
    z-index: 1;
    font-size: 24px;
    font-weight: inherit;
    font-style: normal;
    line-height: 0;
}

.hfe-active-menu .hfe-nav-menu__toggle-icon:before {
    content: '\f00d';
}

.hfe-nav-menu__layout-expandible {
    -webkit-transition-property: display;
    transition-property: display;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
    transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
}

.hfe-nav-menu__layout-expandible {
    visibility: hidden;
    opacity: 0; 
}

.hfe-nav-menu__layout-expandible .sub-menu {
    visibility: hidden;
    opacity: 0; 
}

.hfe-active-menu + .hfe-nav-menu__layout-expandible {
    visibility: visible;
    opacity: 1; 
    height: auto;
}

.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-expandible,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
    position: absolute;
    top: 100%;
}

.hfe-nav-menu__layout-expandible .menu-item-has-children .menu-item-has-children .sub-menu,
.hfe-nav-menu__layout-vertical .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 0;
}

.hfe-layout-expandible nav {
    height: 0;
}

.hfe-nav-sub-menu-icon, .hfe-nav-menu__icon {
    display: inline-block;
    line-height: 1;
}

.hfe-nav-menu__toggle {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    cursor: pointer;
    border: 0 solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #494c4f;
    position: relative;
    line-height: 1;
}

.hfe-nav-menu__toggle-icon {
    display: inline-block;
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hfe-nav-menu .sub-arrow {
    font-size: 14px;
    line-height: 1;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-top: -10px;
    margin-bottom: -10px;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
    margin-left: 10px;
}

.hfe-nav-menu__layout-vertical .hfe-nav-menu .sub-arrow,
.hfe-layout-expandible .sub-arrow,
.hfe-flyout-wrapper .sub-arrow
{
    padding: 10px;
}

.hfe-nav-menu .child-item,
.hfe-nav-menu__layout-vertical .hfe-nav-menu .child-item {
    font-size: 14px;
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    position: absolute;
    right: 0;
    margin-right: 20px;
}

.hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-layout-vertical .hfe-nav-menu__toggle {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.hfe-nav-menu-icon {
    display: inline-block;
    line-height: 1;
    text-align: center;
}

.hfe-nav-menu__layout-expandible .saved-content,
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-expandible .child,
.hfe-nav-menu__layout-vertical .saved-content,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-nav-menu__layout-vertical .child,
.hfe-flyout-container .saved-content,
.hfe-flyout-container .sub-menu,
.hfe-flyout-container .child {
    left: 0 !important;
    width: 100% !important; 
}

.hfe-flyout-container .hfe-nav-menu .sub-menu {
    background: unset;
}

.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle:hover,
.hfe-flyout-wrapper .hfe-menu-toggle:hover {
    border:1px dotted;
}

.hfe-nav-menu__layout-vertical .hfe-menu-toggle,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle,
.hfe-flyout-wrapper .hfe-menu-toggle {
    border:1px dotted transparent;
}

/* Common Animation CSS */

.hfe-nav-menu .menu-item a:before,
.hfe-nav-menu .menu-item a:after {
  display: block;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
          transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1); }

.hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
  opacity: 0; }

.hfe-nav-menu .menu-item a.hfe-menu-item:hover:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:after,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:after,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:before,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:after,
.hfe-nav-menu .current-menu-item:before,
.hfe-nav-menu .current-menu-item:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* Double Line / Underline / Overline Style */

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #55595c;
    z-index: 2;
}

.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    height: 0;
    width: 0;
    left: 50%;
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 10px;
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: 10px;
}

.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: -10px;
}

.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: -10px;
}

.hfe-pointer__double-line.hfe-animation__none, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__underline.hfe-animation__none, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__overline.hfe-animation__none, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__double-line.hfe-animation__none:before, .hfe-pointer__double-line.hfe-animation__none:after, .hfe-pointer__double-line.hfe-animation__none:hover, .hfe-pointer__double-line.hfe-animation__none:focus, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__underline.hfe-animation__none:before, .hfe-pointer__underline.hfe-animation__none:after, .hfe-pointer__underline.hfe-animation__none:hover, .hfe-pointer__underline.hfe-animation__none:focus, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__overline.hfe-animation__none:before, .hfe-pointer__overline.hfe-animation__none:after, .hfe-pointer__overline.hfe-animation__none:hover, .hfe-pointer__overline.hfe-animation__none:focus, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before {
    content: '';
    top: 0;
}

.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    width: 10px;
    left: -20px;
}

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
    content: '';
    bottom: 0;
}

.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    width: 10px;
    left: -webkit-calc( 100% + 20px);
    left: calc( 100% + 20px);
}


/* Framed Style */

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after {
    background: transparent;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 3px solid #55595c;
}

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before {
    content: '';
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}

.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:before {
    -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
    transition: opacity 0.2s, -webkit-transform 0.4s;
    transition: opacity 0.2s, transform 0.4s;
    transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
    width: 3px;
    height: 3px;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before {
    border-width: 0 0 3px 3px;
    -webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
    transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
    content: '';
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
    border-width: 3px 3px 0 0;
    -webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
    transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
    width: 100%;
    height: 100%;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before {
    -webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
    transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
    -webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
    transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
    width: 3px;
    height: 3px;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before {
    border-width: 3px 0 0 3px;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
    content: '';
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
    border-width: 0 3px 3px 0;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:after {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
    transition: opacity 0.002s, width 0.4s, height 0.4s;
}

.hfe-pointer__framed.hfe-animation__none, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__framed.hfe-animation__none:before, .hfe-pointer__framed.hfe-animation__none:after, .hfe-pointer__framed.hfe-animation__none:hover, .hfe-pointer__framed.hfe-animation__none:focus, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

/* Background Style */

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:after {
    content: '';
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    z-index: -1;
}

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__background .menu-item.parent a.hfe-menu-item.highlighted, .hfe-pointer__background .current-menu-item {
    color: #fff;
}

.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__grow .current-menu-item:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shrink .current-menu-item:before {
    -webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
    transition: opacity 0.15s, -webkit-transform 0.4s;
    transition: opacity 0.15s, transform 0.4s;
    transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s;
}

.hfe-pointer__background.hfe-animation__sweep-left .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    left: 100%;
}

.hfe-pointer__background.hfe-animation__sweep-right .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    right: 100%;
}

.hfe-pointer__background.hfe-animation__sweep-up .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 100%;
}

.hfe-pointer__background.hfe-animation__sweep-down .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    bottom: 100%;
}

.hfe-pointer__background.hfe-animation__shutter-out-vertical .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    bottom: 50%;
    top: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-out-horizontal .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    right: 50%;
    left: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    z-index: -1;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:before {
    top: 0;
    bottom: 100%;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after {
    top: 100%;
    bottom: 0;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:before {
    bottom: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:after {
    top: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:before {
    right: 0;
    left: 100%;
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
    right: 100%;
    left: 0;
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:before {
    left: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:after {
    right: 50%;
}

.hfe-pointer__background.hfe-animation__none, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__background.hfe-animation__none:before, .hfe-pointer__background.hfe-animation__none:after, .hfe-pointer__background.hfe-animation__none:hover, .hfe-pointer__background.hfe-animation__none:focus, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

/* Text Style */

.hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg);
}

.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

.hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
}

.hfe-pointer__text.hfe-animation__none, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__text.hfe-animation__none:before, .hfe-pointer__text.hfe-animation__none:after, .hfe-pointer__text.hfe-animation__none:hover, .hfe-pointer__text.hfe-animation__none:focus, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-flyout-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999998;
    background: rgba(0,0,0,.6);
    cursor: pointer;
    -webkit-backface-visibility: hidden;
}

/* No link hover effect to last menu item */

.hfe-pointer__underline .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:before {
    height: 0px;
}

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:after{
    border-width: 0px;
}

.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:hover,
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:focus
{
    -webkit-transform: none;
    transform: none;
}

.hfe-flyout-close,
.hfe-flyout-close svg {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 23px;
    display: block;
    cursor: pointer;
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
    top: 0;
    bottom: 0;
    left: -100%;
    right: auto;
    height: 100%;
    /*height: 100vh;*/
    width: 300px;
    max-width: 100%;
    max-width: 100vw;
}

.hfe-flyout-wrapper .hfe-side {
    display: none;
    position: fixed;
    z-index: 999999;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-show {
    display: block;
}

.hfe-flyout-content.push {
    color: #ffffff;
}

.hfe-flyout-content ul li {
    color: #ffffff;
}

/* ===========================================================
 *  Flyout Location
 * ======================================================== */

.hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
    top: 0;
    bottom: 0;
    left: auto;
    right: -100%; /* default */
    height: 100%;
    /*height: 100vh;*/
    width: 300px; /* default */
    max-width: 100%;
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
    top: 0;
    bottom: 0;
    left: -100%; /* default */
    right: auto;
    height: 100%;
    /*height: 100vh;*/
    width: 300px; /* default */
    max-width: 100%;
    max-width: 100vw;
}

.hfe-flyout-wrapper .hfe-side.top {
    top: -100%; /* default */
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    width: 100vw;
    height: 300px; /* default */
    max-height: 100%;
}

.hfe-flyout-wrapper .hfe-side.bottom {
    top: auto;
    bottom: -100%; /* default */
    left: 0;
    right: 0;
    width: 100%;
    width: 100vw;
    height: 300px; /* default */
    max-height: 100%;
}

/* ===========================================================
 *  Flyout Container
 * ======================================================== */

.hfe-flyout-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 1.4em;
    color: #fff;
}
/* iOS fix */
@media (max-width:1024px) {
    .hfe-flyout-content {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.hfe-flyout-content::-webkit-scrollbar {
    display: none;
}

.admin-bar .hfe-side {
    margin-top: 32px;
}

/* Dropdown animation CSS */

.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {  
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.elementor-widget-navigation-menu:not(.hfe-nav-menu__align-justify):not(.hfe-menu-item-space-between) a.hfe-menu-item.elementor-button {
    display: inline-flex;
} 

.hfe-nav-menu li.elementor-button-wrapper {
    align-self: center;
}

/* Tablet */
@media only screen and ( max-width: 1024px ) {

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li,
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu{
        width: 100%;
        margin-right:0px;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
        display: block;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: hidden;
        opacity: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-vertical {
        visibility: visible;
        opacity: 1;
        height: auto;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        position: relative;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
        position: absolute;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        visibility: hidden;
        opacity: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
        top: 0;
        left: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle
    {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        float: none;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
    .hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: none;
        transition: none;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover {
        border:1px dotted;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle {
        border:1px dotted transparent;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0;
        top: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .saved-content,
    .hfe-nav-menu__breakpoint-tablet .sub-menu,
    .hfe-nav-menu__breakpoint-tablet .child {
        left: 0 !important;
        width:auto !important;  
    }

    .hfe-nav-menu .sub-menu {
        min-width: auto;
        margin: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
        padding: 10px;
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: '-'; 
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu .sub-menu{
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
        content: ''
    }

    /* Effect 1: Fade in and scale up */
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    /*.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu ul.sub-menu ul.sub-menu li a{
        border-left: 16px solid transparent;
    }*/

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
         background-color: unset!important; 
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
        border: 0px!important;
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus{
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item,
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.elementor-button-wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; 
    }
}

/* Mobile */
@media only screen and ( max-width: 767px ) {

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item 
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.elementor-button-wrapper { 
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal li.menu-item,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu {
        width: 100%
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle {
        display: inline-block;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0;
        top: 0;
    }

    .hfe-nav-menu .sub-menu {
        min-width: auto;
        margin: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
    .hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: none;
        transition: none;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        float: none;
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle.hfe-active-menu {
        display: block;
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0;  
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-mobile .hfe-layout-vertical .hfe-nav-menu__toggle
    {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal {
        visibility: hidden;
        opacity: 0;
        height: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
        float: none;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
        visibility: hidden;
        opacity: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: hidden;
        opacity: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-vertical {
        visibility: visible;
        opacity: 1;
        height: auto;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        position: relative;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
        position: absolute;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
        top: 0;
        left: 0;
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: '-'; 
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
        content: ''
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle:hover{
        border:1px dotted;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle{
        border:1px dotted transparent;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu .sub-menu{
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /* Effect 1: Fade in and scale up */
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-1 .hfe-nav-menu {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
        padding: 10px;
    }

    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-1 .hfe-nav-menu {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    /* Effect 2: Slide from the right */
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-2 .hfe-nav-menu {
        -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
        transform: translateX(20%);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    }

    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-2 .hfe-nav-menu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    /* Effect 3: Slide from the bottom */
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-3 .hfe-nav-menu {
        -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-3 .hfe-nav-menu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .hfe-nav-menu__breakpoint-mobile .saved-content,
    .hfe-nav-menu__breakpoint-mobile .sub-menu,
    .hfe-nav-menu__breakpoint-mobile .child,
    .hfe-nav-menu__breakpoint-tablet .saved-content,
    .hfe-nav-menu__breakpoint-tablet .sub-menu,
    .hfe-nav-menu__breakpoint-tablet .child{
        left: 0 !important;
        width: auto !important; 
    }

    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }   

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
        background-color: unset!important; 
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
        border: 0px!important;
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus {
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
    }
}

.hfe-toggle-no .hfe-layout-expandible .hfe-nav-menu__toggle {
    display: none;
}

/* Icon common CSS */

.hfe-icon {
    display: inline-block;
}

/* Menu Cart CSS */

.hfe-cart-menu-wrap-custom {
    display: inline-block;
    line-height: 1;
}

.hfe-cart-menu-wrap-custom .hfe-cart-count, 
.hfe-cart-menu-wrap-custom .hfe-cart-count:after {
    border-color: #75c32c;
    color: #75c32c;
}

.hfe-cart-menu-wrap-custom .hfe-cart-count {
    font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 2.1em;
    min-height: 2.1em;
    font-size: 0.860em;
    line-height: 1.8;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    border-width: 2px;
    border-style: solid;
    padding: 12px 24px;
}

/* Default skin for cart*/
.hfe-cart-menu-wrap-default {
    display: inline-block;
    line-height: 1;
}

.hfe-cart-menu-wrap-default .hfe-cart-count, 
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
    border-color: #75c32c;
    color: #75c32c;
}

.hfe-cart-menu-wrap-default .hfe-cart-count {
    font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 2.1em;
    min-height: 2.1em;
    font-size: 0.860em;
    line-height: 1.8;
    border-radius: 0em 0em 0.3em 0.3em;
    border-width: 2px;
    border-style: solid;
    padding: 0 .4em;
}

.hfe-cart-menu-wrap-default .hfe-cart-count:after {
    bottom: 100%;
    margin-bottom: 0;
    height: .8em;
    width: .8em;
    left: 50%;
    transform: translateX(-50%);
    top: -.6em;
    content: ' ';
    position: absolute;
    pointer-events: none;
    border-width: 2px;
    border-style: solid;
    border-top-left-radius: 10em;
    border-top-right-radius: 10em;
    border-bottom: 0;
}

.elementor-widget-hfe-cart:not(.hfe-menu-cart--show-subtotal-yes) .hfe-menu-cart__toggle .elementor-button-text {
    display: none; 
}

.elementor-widget-hfe-cart.toggle-icon--bag-light .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e3'; 
}

.elementor-widget-hfe-cart.toggle-icon--bag-medium .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e4'; 
}

.elementor-widget-hfe-cart.toggle-icon--bag-solid .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e5'; 
}

.hfe-menu-cart__toggle .elementor-button {
    background: transparent;
    border-radius: 0;
    color: #818a91;
    border: 1px solid;
    border-color: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
}

.hfe-menu-cart__toggle .elementor-button-text {
    margin-right: 0.3em; 
}

.hfe-menu-cart__toggle .elementor-button-icon {
    position: relative;
    -webkit-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s; 
}

.hfe-menu-cart--items-indicator-bubble .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    content: attr(data-counter);
    display: block;
    position: absolute;
    min-width: 1.6em;
    height: 1.6em;
    line-height: 1.5em;
    top: -0.7em;
    right: -0.7em;
    border-radius: 100%;
    color: #fff;
    background-color: #d9534f;
    text-align: center;
    font-size: 10px; 
}

.hfe-menu-cart--items-indicator-plain .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    content: attr(data-counter);
    display: inline-block;
    font-weight: normal; 
}

.hfe-menu-cart--empty-indicator-hide .hfe-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter="0"]:before {
    content: none;
    display: none; 
}

.hfe-menu-cart__toggle .elementor-button-icon {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15;
}

.hfe-menu-cart__toggle.elementor-button-wrapper .elementor-button {
    color:#4d4848;
}

/*Search Box CSS*/

.hfe-search-button-wrapper {
    display: block;
    cursor: pointer;
    vertical-align: middle;
    text-align: right;
}

.hfe-search-form__container {
    display: flex;
    overflow: hidden;
}

.hfe-search-form__input {
    flex-basis: 100%;
}

.hfe-search-icon-toggle i.fa-search {
    display: inline-block;
    position: absolute;
    width: 20px;
    box-sizing: content-box;
    padding: 10px;
}

.hfe-search-icon-toggle i:before {
    vertical-align: middle;
}
/*search icon toggle css*/

.hfe-search-button-wrapper input[type=search] {
    border: 0;
    padding: 10px;
    cursor: pointer;
    border-radius: 0;
    transition: all .5s;
    box-sizing: border-box;
    outline: none;
}

.hfe-search-button-wrapper button {
    border: none;
    border-radius: 0;
    padding: 0;
}

.hfe-search-button-wrapper input[type=search]:focus {
    cursor: auto;
    border: none;
    box-shadow: none;
}

.hfe-search-icon-toggle input:-moz-placeholder,
.hfe-search-icon-toggle input::-webkit-input-placeholder {
    color: transparent;
}

.hfe-search-layout-icon .hfe-search-icon-toggle .hfe-search-form__input {
    background-color: unset;
    height: 100%;
}

.hfe-search-button-wrapper.hfe-input-focus {
    display: flex;
}

.hfe-search-form__container .hfe-search-submit {
    min-width: 3%;
    position:relative;
}

.hfe-search-form__container button#clear,
.hfe-search-icon-toggle button#clear {
    visibility: hidden;
    position: absolute;
    right:0; 
    top:0;
    padding: 0 8px;
    font-style: normal;
    user-select: none;
    cursor: pointer;
    bottom:0;
    margin-right:10px;
    background-color: transparent;
}

.hfe-search-button-wrapper input[type="search"]::-webkit-search-decoration,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-cancel-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-decoration { 
    display: none; 
}

.hfe-search-form__container button#clear-with-button{
    visibility: hidden;
    position: absolute;
    top: 0;
    padding: 0 8px;
    font-style: normal;
    font-size: 1.2em;
    user-select: none;
    cursor: pointer;
    bottom:0;
    background-color: transparent;
}

.hfe-search-button-wrapper, 
.hfe-search-form__container,
.hfe-search-icon-toggle,
.hfe-search-button-wrapper .hfe-search-icon-toggle i,
.hfe-search-button-wrapper .hfe-search-icon-toggle i:before {
    position: relative;
}

.hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input {
    position: absolute;
    width: 0;
    right: 0;
    background-color: transparent;
}

.hfe-search-icon-toggle {
    width: 100%!important;
}

.hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input{
    position: absolute;
    width: 250px;
    right: 0;
}

.hfe-search-layout-text .hfe-search-form__container,
.hfe-search-layout-icon_text .hfe-search-form__container,
.hfe-search-layout-text .hfe-search-form__container .hfe-search-form__input,
.hfe-search-layout-icon_text .hfe-search-form__container .hfe-search-form__input {
    width: 100%;
}

.hfe-search-icon-toggle {
    line-height: 1.5;
}

/*-------Navigation menu active parent---------*/
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
 .hfe-pointer__overline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before  {
    width: 100%;
    left: 0;
    opacity:1;
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: 0px;
    opacity:1;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 0px;
    opacity: 1;
}

.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    height: 3px;
    width: 100%;
    left: 0;
    opacity: 1;
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hfe-pointer__framed.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    opacity:1;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    border-width:3px;
    width:100%;
    opacity:1;
    height:100%;
}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-button .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-widget-image-box .elementor-image-box-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-image-box .elementor-image-box-description{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-box.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon-box.elementor-view-framed .elementor-icon, .elementor-widget-icon-box.elementor-view-default .elementor-icon{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-title{color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-icon-box .elementor-icon-box-description{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-star-rating .elementor-star-rating__title{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar{background-color:var( --e-global-color-primary );}.elementor-widget-progress .elementor-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-tabs .elementor-tab-title, .elementor-widget-tabs .elementor-tab-title a{color:var( --e-global-color-primary );}.elementor-widget-tabs .elementor-tab-title.elementor-active,
					 .elementor-widget-tabs .elementor-tab-title.elementor-active a{color:var( --e-global-color-accent );}.elementor-widget-tabs .elementor-tab-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-tabs .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-accordion .elementor-accordion-icon, .elementor-widget-accordion .elementor-accordion-title{color:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-accordion-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon, .elementor-widget-accordion .elementor-active .elementor-accordion-title{color:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg{fill:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-accordion-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-accordion .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-toggle .elementor-toggle-title, .elementor-widget-toggle .elementor-toggle-icon{color:var( --e-global-color-primary );}.elementor-widget-toggle .elementor-toggle-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-toggle .elementor-tab-title.elementor-active a, .elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon{color:var( --e-global-color-accent );}.elementor-widget-toggle .elementor-toggle-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-toggle .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-alert .elementor-alert-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-alert .elementor-alert-description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-retina .hfe-retina-image-container .hfe-retina-img{border-color:var( --e-global-color-primary );}.elementor-widget-retina .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-copyright .hfe-copyright-wrapper a, .elementor-widget-copyright .hfe-copyright-wrapper{color:var( --e-global-color-text );}.elementor-widget-copyright .hfe-copyright-wrapper, .elementor-widget-copyright .hfe-copyright-wrapper a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-navigation-menu a.hfe-menu-item, .elementor-widget-navigation-menu a.hfe-sub-menu-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-navigation-menu .menu-item a.hfe-menu-item, .elementor-widget-navigation-menu .sub-menu a.hfe-sub-menu-item{color:var( --e-global-color-text );}.elementor-widget-navigation-menu .menu-item a.hfe-menu-item:hover,
								.elementor-widget-navigation-menu .sub-menu a.hfe-sub-menu-item:hover,
								.elementor-widget-navigation-menu .menu-item.current-menu-item a.hfe-menu-item,
								.elementor-widget-navigation-menu .menu-item a.hfe-menu-item.highlighted,
								.elementor-widget-navigation-menu .menu-item a.hfe-menu-item:focus{color:var( --e-global-color-accent );}.elementor-widget-navigation-menu .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before,
								.elementor-widget-navigation-menu .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-navigation-menu .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent .sub-menu .hfe-has-submenu-container a:after{background-color:var( --e-global-color-accent );}.elementor-widget-navigation-menu .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
								.elementor-widget-navigation-menu .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after{border-color:var( --e-global-color-accent );}
							.elementor-widget-navigation-menu .sub-menu li a.hfe-sub-menu-item,
							.elementor-widget-navigation-menu nav.hfe-dropdown li a.hfe-sub-menu-item,
							.elementor-widget-navigation-menu nav.hfe-dropdown li a.hfe-menu-item,
							.elementor-widget-navigation-menu nav.hfe-dropdown-expandible li a.hfe-menu-item,
							.elementor-widget-navigation-menu nav.hfe-dropdown-expandible li a.hfe-sub-menu-item{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-navigation-menu .menu-item a.hfe-menu-item.elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-navigation-menu .menu-item a.hfe-menu-item.elementor-button:hover{background-color:var( --e-global-color-accent );}.elementor-widget-page-title .elementor-heading-title, .elementor-widget-page-title .hfe-page-title a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-page-title .hfe-page-title-icon i{color:var( --e-global-color-primary );}.elementor-widget-page-title .hfe-page-title-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-hfe-site-title .elementor-heading-title, .elementor-widget-hfe-site-title .hfe-heading a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-hfe-site-title .hfe-heading-text{color:var( --e-global-color-primary );}.elementor-widget-hfe-site-title .hfe-icon i{color:var( --e-global-color-primary );}.elementor-widget-hfe-site-title .hfe-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-hfe-site-tagline .hfe-site-tagline{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );color:var( --e-global-color-secondary );}.elementor-widget-hfe-site-tagline .hfe-icon i{color:var( --e-global-color-primary );}.elementor-widget-hfe-site-tagline .hfe-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-site-logo .hfe-site-logo-container .hfe-site-logo-img{border-color:var( --e-global-color-primary );}.elementor-widget-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-hfe-search-button input[type="search"].hfe-search-form__input,.elementor-widget-hfe-search-button .hfe-search-icon-toggle{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-hfe-search-button .hfe-search-form__input{color:var( --e-global-color-text );}.elementor-widget-hfe-search-button .hfe-search-form__input::placeholder{color:var( --e-global-color-text );}.elementor-widget-hfe-search-button .hfe-search-form__container, .elementor-widget-hfe-search-button .hfe-search-icon-toggle .hfe-search-form__input,.elementor-widget-hfe-search-button .hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input{border-color:var( --e-global-color-primary );}.elementor-widget-hfe-search-button .hfe-search-form__input:focus::placeholder{color:var( --e-global-color-text );}.elementor-widget-hfe-search-button .hfe-search-form__container button#clear-with-button,
					.elementor-widget-hfe-search-button .hfe-search-form__container button#clear,
					.elementor-widget-hfe-search-button .hfe-search-icon-toggle button#clear{color:var( --e-global-color-text );}.elementor-widget-text-path{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}