
i{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

/*
=============
JoraTali
=============
*/
.elementor-progress-percentage {
	margin-top: -15px;
	font-size: 16px;
}
.elementor-icon-list-item {
	list-style: none;
}


/*
=============
    Global
=============
*/
.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;
	top: -13%;
	left: 0%;
}
@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: 1;
    margin-bottom: 25px;
}
.section-title.t_left {
    margin: auto auto auto 0;
    width: 100%;
    text-align: left;
    position: relative;
    margin-bottom: 5px;
}
.section-title.t_right {
	margin: auto 0 auto auto;
	width: 63%;
	text-align: right;
}
.section-title.t_center h5 {
    margin: 0 0 25px 0;
}
.section-title h1 {
    font-size: 48px;
    text-transform: capitalize;
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 62px;
}
.style-four.section-title h3 {
	font-size: 24px;
	margin-bottom: 0px;
	text-transform: capitalize;
	margin-top: 0;
	line-height: 47px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #fff;
	position: relative;
}
.style-four.section-title h3::before {
	position: absolute;
	content: "";
	bottom: -4px;
	left: 2px;
	width: 35px;
	height: 3px;
	background: #343842;
}
.section-title h2 {
	font-size: 48px;
	margin-bottom: 0px;
	text-transform: capitalize;
	margin-top: 0;
	line-height: 47px;
	font-weight: 400;
	color: #1e1e2a;
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #1e1e2a;
}
.title_tx h3, .title_tx h2 {
    font-size: 38px;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 800;
}
.section-title h5 {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin: 0 24px 25px 0px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    background: var(--brand-color);
    line-height: 30px;
    padding: 0 10px;
}
.section-title p {
    margin-top: 22px;
    margin-bottom: 0;
    font-size: 15px;
    color: #073842;
    font-weight: 500;
    text-transform: capitalize;
    padding-right: 61px;
}
.section-title span {
	color: #343842;
}

/*Style Four*/
.style-four.section-title h5 {
    color: #343842;
    font-size: 13px;
    font-weight: 600;
    margin: 0 24px 5px 0px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
    margin-left: 12px;
}
.style-four.section-title p {
    width: 76%;
    margin: 19px 0 0 0;
}
.style-four.section-title h1 {
    font-size: 60px;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 12px;
}
.style-four.section-title h5:before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    width: 108px;
    height: 30px;
    z-index: -1;
    background: #e0e8fe;
}

@-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);
  }
}

/*
============
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: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:#343842;
}

.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 */
.feature-box.style-two {
    box-shadow: 0 7px 30px -10px rgba(150,170,180,.4);
    background: #fff;
    padding: 80px 25px 40px;
    text-align: center;
    border-radius: 5px;
    transition: .5s;
}
.style-two .feature-box-title h2 {
    font-size: 24px;
    margin: 30px 0 0;
}
.style-two.feature-box .feature-box-icon i {
	color: #343842;
	font-size: 50px;
}
.style-two.feature-box .feature-btn a {
    margin-top: 0;
    color: #343842;
    font-weight: 600;
}
.style-two .feature-box-title h2:hover{
    color: #343842;
}
.feature-box.style-two:hover {
    box-shadow: 0 7px 30px -10px rgba(150,170,180,.5);
}

/* Feature Style Three */
.feature-box.style-three {
	background: transparent;
	text-align: center;
	box-shadow: 0;
	border-radius: 7px;
	padding: 0 0 0;
	transition: .5s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-top: -57px;
}
.feature-box.style-three .feature-box-icon i {
	font-size: 35px;
	color: #343842;
	transition: .5s;
	display: inline-block;
	width: 76px;
	height: 76px;
	line-height: 76px;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #343842;
	text-align: center;
}
.feature-box.style-three .feature-box-title h2 {
	font-size: 22px;
	font-weight: 600;
	transition: .5s;
	margin: 12px 0 8px;
}
.feature-box.style-three .feature-btn a {
	text-transform: capitalize;
	font-weight: 400;
	font-size: 13px;
	margin-top: 15px;
	display: inline-block;
	transition: .5s;
	padding: 5px 20px;
	background: #343842;
	color: #fff;
}
.feature-box.style-three .feature-btn a:hover{
    background: #fff;
    color: #343842;
}
.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:hover .feature-box-thumb{
    transition: .5s;
    position: relative;
    overflow: hidden;
}
.feature-box.style-four{
    border-radius: 10px;
	overflow: hidden;
}
.feature-box.style-four .feature-box-thumb img{
    overflow: hidden;
    transition: .5s;
}
.feature-box.style-four:hover .feature-box-thumb img{
    transform: scale(1.2);
}
.feature-box.style-four:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    content: "";
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 10px;
}
.feature-box.style-four .feature-box-content {
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0 59px 0 40px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border-radius: 5px;
	background: #fff;
	opacity: 1;
	z-index: 1;
	width: 78%;
	padding: 26px 35px 6px;
	box-shadow: 0 0 4px rgb(0 0 0 / 12%);
	top: -62px;
}
.feature-box.style-four .feature-box-content::after {
	position: absolute;
	content: "";
	z-index: -1;
	right: 0;
	top: 0;
	background: linear-gradient(to left, #343842 0%, #343842 100%);
	width: 0;
	height: 100%;
	transition: .5s;
	border-radius: 5px;
}
.feature-box.style-four:hover .feature-box-content:after{
    width:100%;
    left:0;
}
.feature-box.style-four:hover .feature-box-content .feature-box-icon span i,
.feature-box.style-four:hover .feature-box-content .feature-box-desc p,
.feature-box.style-four:hover .feature-box-content .feature-box-title h2{
    color:#fff;
}

.feature-box.style-four .feature-btn {
    position: absolute;
    right: 12px;
    bottom: 4px;
}

.feature-box.style-four .feature-box-desc {
	transition: .4s;
	width: 100%;
}
.feature-box.style-four .feature-btn a i {
    margin-left: 7px;
    color: #fff;
    font-size: 20px;
}
.feature-box.style-four .feature-box-content .feature-box-icon span i {
	font-size: 35px;
	color: #343842;
}
.feature-box.style-four .feature-box-content .feature-box-title h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 6px 0 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #343842;
}
.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: #616161;
}
.feature-box.style-four:hover .feature-box-content .feature-box-desc p{
    opacity: 1;
}
.feature-box.style-four .feature-box-content .feature-btn a {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 0;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    position: absolute;
    right: 6px;
    bottom: 0;
}
.feature-box.style-four:hover .feature-box-content .feature-btn a{
    opacity: 1;
}

/* Style Five */
.feature-box.style-five {
	text-align: center;
	border-radius: 0;
	padding: 0;
	transition: .4s;
	position: relative;
	z-index: 1;
    overflow: hidden;
}
.feature-box-thumb{
    transition: .5s;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.feature-box-thumb img{
    transition: .5s;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.feature-box.style-five .feature-box-content {
	position: absolute;
	bottom: 15px;
	left: 25px;
	z-index: 1;
    transition: .5s;
}
.feature-box.style-five:hover .feature-box-thumb img{
    scale: 1.2;
}
.feature-box.style-five .feature-box-icon span {
    font-size: 55px;
    color:#fff;
}
.feature-box.style-five .feature-box-title h2 {
	color: #fff;
	font-size: 22px;
	text-transform: capitalize;
	margin-top: 22px;
	font-weight: 600;
}
.feature-box.style-five .feature-btn {
    bottom: 10%;
    position: absolute;
    right: 0%;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}
.feature-box.style-five:hover .feature-btn{
    opacity: 1;
    right: 10%;
}
.feature-box.style-five .feature-btn a i {
	margin-left: 0;
}
.feature-box.style-five .feature-btn a {
	text-transform: uppercase;
	font-size: 15px;
	position: relative;
	transition: .5s;
	display: inline-block;
	color: #E3CCA1;
	background: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin-top: 17px;
}
.feature-box.style-five .feature-btn a:hover{
    background: #E3CCA1;
    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-five-two.feature-box.style-five .feature-box-thumb::before {
	content: "";
	background: #000;
	height: 100%;
	width: 100%;
	z-index: 2;
	position: absolute;
	transition-duration: 1.3s;
	opacity: 0.3;
}
.style-five-two.feature-box.style-five:hover .feature-box-thumb::before{
    opacity: 0.5;
}
.style-five-two.feature-box.style-five:hover .feature-box-content{
    bottom: 48px;
}
.style-five-two.feature-box.style-five .feature-btn {
	bottom: 25px;
	position: absolute;
	left: 0%;
	opacity: 0;
	transition: .5s;
	z-index: 1;
	transform: translateX(-178px);
    right: inherit;
}
.style-five-two.feature-box.style-five:hover .feature-btn {
	opacity: 1;
	transform: translateX(26px);
}
.style-five-two.feature-box.style-five .feature-btn a {
	text-transform: capitalize;
	font-size: 16px;
	position: relative;
	transition: .5s;
	display: inline-block;
	color: #fff;
	background: transparent;
	height: inherit;
	line-height: inherit;
	text-align: center;
	border-radius: 0;
	margin-top: 0;
	width: inherit;
	font-weight: 500;
}
.style-five-two.feature-box.style-five .feature-btn a i {
	font-size: 14px;
	margin-left: 6px;
}



/* Style Six */
.feature-box.style-six {
	background: #fff;
	text-align: center;
	border-radius: 7px;
	padding: 0;
	transition: .4s;
}
.feature-box.style-six .feature-box-content {
	box-shadow: 6px 5px 30px 0px rgba(0,0,0,.12);
}
.feature-box.style-six.active {
    background: #343842;
}
.feature-box.style-six .feature-box-icon i{
    font-size: 48px;
    color: #343842;
    margin-bottom: 20px;
    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: 0;
	transition: .4s;
	cursor: pointer;
	box-shadow: 0px 10px 30px rgb(0 0 0 / 7%);
	display: inline-block;
	padding: 8px 25px 8px;
	position: relative;
	z-index: 2;
	background: #fff;
	bottom: 23px;
}
.feature-box.style-six .feature-btn a i {
	margin-left: 0;
}
.feature-box.style-six .feature-btn a {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	margin-top: 0;
	display: inline-block;
	transition: .4s;
	color: #fff;
	background: #343842;
	width: 40px;
	line-height: 40px;
	height: 40px;
	border-radius: 50%;
	position: relative;
	top: 20px;
}
.feature-box.style-six .feature-box-desc p {
	margin-bottom: 5px;
}
.feature-box.style-six .feature-btn a:hover i::before{
    animation: toRightFromLeft .3s forwards;
    display: block;
}
.feature-box-thumb::before {
	content: "";
	background: #fff;
	height: 0%;
	width: 0%;
	z-index: 2;
	position: absolute;
	transition-duration: 1.3s;
    opacity: 0.8;
}
.feature-box.style-six:hover .feature-box-thumb::before {
    height: 100%;
	width: 100%;
    right: 0;
    top: 0;
    opacity: 0;
}
.feature-box-thumb::after {
	content: "";
	background: #fff;
	height: 0%;
	width: 0%;
	z-index: 2;
	position: absolute;
	transition-duration: 1.3s;
    opacity: 0.8;
}
.feature-box.style-six:hover .feature-box-thumb::after {
    height: 100%;
	width: 100%;
    left: 0;
    bottom: 0;
    opacity: 0;
}


/* 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: #343842;
    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:#343842;
	}
	.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;
}
.call-to-action-title span h3 {
	color: #fff;
	font-size: 55px;
	margin-bottom: 45px;
	font-weight: 600;
}
.call-to-action_top_text {
	margin-top: 60px;
}
.call-to-action-desc p {
	color: #fff;
	font-size: 16px;
}

/*
=================
Service Box
=================
*/
.pureit-button a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #fff;
    background: #252638;
    padding: 12px 26px;
}
.pureit-button a::before {
    position: absolute;
    content: '';
    background-color: var(--brand-color);
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    z-index: -1;
}
.pureit-button a svg {
    margin-left: 8px;
}
.pureit-button a:hover::before {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.pureit-button a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: var(--brand-color);
    transform: translate3d(0, -100%, 0);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    z-index: -1;
}
.pureit-button a:hover::after {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.05s;
    transition-delay: 0.4s;
    transition-timing-function: linear;
}
.pureit-button-box.style4 .pureit-button a {
    color: #181818;
    border: none;
    background: #343842;
    padding: 24px 30px;
}
.pureit-button-box.style4 .pureit-button a i {
    color: #fff;
    margin-left: 0;
    transform: rotate(41deg);
    font-size: 45px;
    margin-top: 9px;
}
.pureit-button-box.style4 a:hover,
.pureit-button-box.style4 a:hover i
{
    background:#2748eb;
}
.pureit-button i {
    font-size: 14px;
    color: #FFFF;
    display: inline-block;
    margin-left: 5px;
}
.style2 .pureit-button a {
    color: #fff;
    border-radius: 5px;
    padding: 0;
    transition: .5s;
    background: transparent;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    border: 2px solid #fff;
    padding: 12px 30px;
    border-radius: 20px;
}
.style2 .pureit-button a:after{
    display: none;
}
.style2 .pureit-button a:before{
    display: none;
}
.style2 .pureit-button a svg {
    fill: #fff;
    margin-left: 20px;
}
.style2 .pureit-button a:hover {
    color:#203556;
    background: #fff;
}
.style2 .pureit-button a:hover svg{
    fill:#203556;
}
.style2 .pureit-button a i {
    background: transparent;
    color: #343842;
    border-radius: 0;
    transition:.5s;
}
.style3 .pureit-button a {
    padding: 15px 30px;
    border-radius: 5px;
}
.style3 .pureit-button i {
    background: #fff;
    color: #343842;
    border-radius: 0;
    transition:.5s;
}
.style3 .pureit-button a:hover{
    background: #1a1829;
    color:#fff;
}
/* button two */
.button-two .pureit-button a {
    background: #010E54;
    border-radius: 5px;
}



/*
============
Service Box
============
*/

/* Service Style Default */
.service_top_text {
    display: block;
}
.default.service-box {
	position: relative;
	z-index: 1;
    overflow: hidden;
}
.default.service-box:before, 
.default.service-box::after {
    transition-delay: 0.2s;
}
.default.service-box-icon {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.default.service-box .service-box-icon i {
	margin-bottom: 20px;
	display: inline-block;
	color: #343842;
	transition: .5s;
	font-size: 60px;
	margin: 0 0 36px;
}
.default.service-box-title span.redux {
    color: #343842;
}
.default.service-box-title {
    overflow: hidden;
}
.default.service-box .service-number h2 {
    position: absolute;
    left: 58%;
    top: 0;
    font-size: 60px;
    z-index: -1;
    color: #f4f4f4;
    opacity: 0.9;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
    line-height: 50px;
}
.default.service-box .service-btn a svg {
    margin-left: 10px;
}
.default.service-box .service-box-title h2 {
    margin: 25px 0 10px;
    font-size: 22px;
    padding: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-weight: 600;
    color: #fff;
}
.default.service-box .service-box-title h2:hover {
    color: var(--brand-color);
}

.default.service-box .service-box-desc p {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 16px;
    width: 80%;
    color: #fff;
}
.service-btn {
margin-top: 15px;
}
.service-btn > a {
    border-radius: 30px;
    color: #333;
    display: inline-block;
    font-size: 16px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    font-weight: 600;
    position: relative;
}
.service-btn > a:hover::before{
    width: 100%;
}
.service-btn > a i{
    margin-left:7px;
}
.service-btn a:hover {
    color: #343842;
}

/* Service Box Style Two */
.service-box.service-style-two {
    padding: 50px 29px 30px;
    text-align: left;
    position: relative;
    background: transparent;
    transition: .5s;
    z-index: 1;
    box-shadow: 0px 0 6px rgba(26, 46, 85, 0.10);
    border-radius: 0;
    border: 1px solid #525a68;
}
.service-box.service-style-two::before {
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #343842;
}

.service-box.service-style-two:hover::before{
height:100%;
}
.service-box.service-style-two:hover{
    border-color:transparent;
}
.service-box.service-style-two .service-box-icon i {
    font-size: 45px;
    display: inline-block;
    color: #fff;
    transition: .5s;
    margin: 0;
}
.service-box.service-style-two .service-box-title h2 {
    margin: 28px 0 20px 0px;
    transition: .5s;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.service-box.service-style-two .service-btn > a {
color: #fff;
display: inline-block;
transition:.5s;
}
.service-box.service-style-two .service-box-desc p {
    color:#fff;
}

/* Service Box Style Three */

.service-style-three {
	padding: 0px;
	overflow: hidden;
	background: transparent;
	border-radius: 10px;
	text-align: left;
    position: relative;
    z-index: 1;
    text-align: center;
}

.service-style-three .service-box-thumb img {
    background: #fff;
    box-shadow: 0 20px 50px rgba(0,10,80,5%);
    transition: 1s;
}
.service-style-three .service-content {
    background: #fff;
    padding: 28px 35px 27px;
    text-align: left;
}
.service-box-thumb {
    overflow: hidden;
}
.service-box-thumb img{
    transition:.5s;
}
.service-style-three:hover .service-box-thumb img{
    transform:scale(1.2);
}
.service-style-three .service-box-icon {
	position: relative;
	text-align: right;
	margin-right: 25px;
	margin-top: -66px;
	margin-bottom: -9px;
    overflow: hidden;
}
.service-style-three .service-box-icon i {
	margin-bottom: 15px;
	display: inline-block;
	color: #343842;
	width: 70px;
	height: 70px;
	background: #fff;
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
	border-radius: 100%;
	text-align: center;
	line-height: 70px;
	font-size: 30px;
	border: 3px solid #343842;
    position: relative;
    z-index: 1;
}
.service-style-three:hover .service-box-icon i{
    border: 3px solid transparent;
    color: #fff;
}
.service-style-three .service-box-icon i:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(200deg, #343842 0%, #4E95ED 100%);
    height: 100%;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
    border-radius: 50%;
}
.service-style-three:hover .service-box-icon i:after{
    transform: scale(1);
}
.service-style-three .service-box-title h2 {
	margin: 0 0 9px 0;
	font-size: 22px;
	padding: 0;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.service-style-three .service-box-title h2:hover {
    color: #343842;
}
.service-style-three .service-btn {
	margin-top: 17px;
	position: relative;
}
.service-style-three .service-btn > a {
    border-radius: 0;
    color: #fff;
    display: inline-block;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-transform: capitalize;
    font-weight: 600;
    background: #252638;
    padding: 10px 28px;
    position: relative;
    font-size: 15px;
    z-index: 1;
    overflow: hidden;
    transition: .3s;
}
.service-style-three .service-btn > a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    background: var(--brand-color);
    bottom: 0;
    left: 0;
    transition: .5s;
    z-index:-1;
}
.service-style-three .service-btn > a:hover:before{
    height:100%;
}
.service-style-three .service-btn > a i {
    margin-left: 3px;
    font-size: 11px;
}
.video-vemo-icon.venobox.vbox-item i.fa-play {
	color: #343842;
}
.slider-video{
	position: relative;
    z-index: 1 !important;
}
.slider-video::before {
	content: "";
	position: absolute;
	left: 30px;
	top: 30px;
	height: 70px;
	width: 70px;
	background: linear-gradient(250deg, #4E95ED 19%, #343842 100%);
	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;
	z-index: -1;
}

@keyframes zoomBig {
    0% {
     transform:translate(-50%,-50%)scale(.5);
     opacity:1;
     border-width:4px
    }
    40% {
     opacity:.5;
     border-width:4px
    }
    65% {
     border-width:4px
    }
    100% {
     transform:translate(-50%,-50%)scale(1);
     opacity:0;
     border-width:4px
    }
   }
   @keyframes zoomBig {
    0% {
     transform:translate(-50%,-50%)scale(.5);
     opacity:1;
     border-width:4px
    }
    40% {
     opacity:.5;
     border-width:4px
    }
    65% {
     border-width:4px
    }
    100% {
     transform:translate(-50%,-50%)scale(1);
     opacity:0;
     border-width:4px
    }
   }
/* Service Style 4 */
.service-box.service-style-four {
	text-align: left;
	padding: 50px 32px 33px;
	border: 0;
	position: relative;
	z-index: 1;
	background: #fff;
	box-shadow: 0 0 5px #e4ecf9;
	border-radius: 10px;
}
.service-box.service-style-four::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #343842;
    border-radius: 10px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	background-position: center center;
    z-index: -1;
}
.service-box.service-style-four:hover::before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}
.service-box.service-style-four .service-box-icon{
	position: relative;
	display: inline-block;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}
.service-box.service-style-four:hover .service-box-icon {
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}
.service-box.service-style-four .service-box-icon i {
	color: #343842;
	font-size: 45px;
	background: #fff5f5;
	display: inline-block;
	text-align: center;
	background: transparent;
    margin: 0 0 22px;
}
.service-box.service-style-four .service-box-content h2 {
    font-size: 22px;
    position: relative;
    margin: 20px 0 10px;
}

.service-box.service-style-four .service-box-content p{
    margin: 0;
    font-size: 15px;
}
.service-box.service-style-four:hover .service-box-icon i{
    color:#fff;
}
.service-box.service-style-four:hover .service-btn a,
.service-box.service-style-four:hover .service-box-content h2,
.service-box.service-style-four:hover .service-box-content p{
    color: #fff;
}
.service-box.service-style-four .service-box-content {
	border: none;
	padding: 0;
	background-color: transparent;
}


/* Carousel service four */
.em-service.style_4 .service-icon-img {
	background: -webkit-linear-gradient(-90deg,#343842,#eb3648 50%);
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin-top: -41px;
    transition: .5s;
}
.em-service.style_4 .service-icon-img img {
	width: 50px;
	margin-top: 0;
	padding-top: 9px;
	text-align: center;
	margin-left: 9px;
}
.service-box.style-five {
	padding: 0 25px 0;
	background: transparent;
	border-right: 1px solid #d1d0c8;
}
.last-child .service-box.style-five{
    border-right: none;
}
.style-five .service-box-icon {
    margin-right: 20px;
}
.style-five .service-box-icon i {
    font-size: 42px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background: #000;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    transition: .5s;
}
.service-box.style-five:hover .service-box-icon i{
    background: #343842;
}
.service-box.style-five:hover .img-icon img {
	transform: rotateY(360deg);
}
.service-box.style-five .img-icon img {
	width: 45px;
	height: 45px;
	transition: .5s;
}
.service-box.style-five .service-box-title h2 {
	margin: 42px 0 33px 0;
	font-size: 24px;
	font-weight: 700;
	transition: .5s;
	cursor: pointer;
}
.service-box.style-five .service-box-title h2:hover{
    color: #343842;
}
.service-box.style-five .service-btn > a i {
	margin-left: 5px;
	font-size: 12px;
}
.service-box.style-five .service-box-desc p {
	margin-bottom: 8px;
}

.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: #343842;
}
.service-style-five .service-btn > a {
color: #232323;
font-size: 13px;
font-weight: 500;
}
.service-style-five .service-btn > a:hover {
color: #343842;
}
.service-style-five .service-box-desc p {
	margin-bottom: 8px;
}
.service-box.style-five .service-btn {
	margin-top: 15px;
	overflow: hidden;
}
.service-box.style-five .service-btn > a {
	border-radius: 30px;
	color: #333;
	display: inline-block;
	font-size: 16px;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	font-weight: 600;
	position: relative;
	left: -89px;
	overflow: hidden;
}
.service-box.style-five:hover .service-btn > a{
    left: 0;
}

/* Service Box Style Six */
.service-box.service-style-six {
    text-align: left;
    position: relative;
    background: #26282c;
    transition: .5s;
    z-index: 1;
    box-shadow: 0px 0 6px rgba(26, 46, 85, 0.10);
    overflow: hidden;
}
.service-style-six .service-box-inner{
    padding: 38px 27px 10px;
}
.service-box.service-style-six:hover::before{
transform:scale(1);
}
.service-box.service-style-six .service-box-icon {
    margin-bottom: 15px;
}
.service-box.service-style-six .service-box-icon i {
    font-size: 50px;
    color:#fff;
}
.service-box.service-style-six .service-box-title h2 {
    margin: 0 0 10px 0;
    font-size: 24px;
    color: #fff;
}
.service-box.service-style-six .service-box-desc p {
    color: #bcc7cd;
}
.service-box.service-style-six:hover .service-box-desc p {
    color: #fff;
}
.service-box.service-style-six .service-btn {
    margin-top: 0;
    text-align: right;
    position: relative;
    margin-bottom: -20px;
}
.service-box.service-style-six .service-btn > a {
    background: #34363b;
    height: 32px;
    width: 32px;
    text-align: center;
    color: #343842;
    line-height: 32px;
    font-size: 14px;
    display: inline-block;
}
.service-box.service-style-six .service-btn > a i {
    margin-left: 0;
}

/* Service Box Style Seven */
.service-box.style-seven {
    box-shadow: 0px 16px 32px 0px rgb(196 203 255 / 30%);
    padding: 50px 30px 42px;
    text-align: center;
    background: #fff;
    transition:.5s;
}

.service-box.style-seven:hover{
    transform: translateY(-10px);
}
.service-box.style-seven:hover .service-box-inner h2{
    background-position: 0;
}
.service-box.style-seven .service-box-icon {
    margin-bottom: 20px;
}
.service-box.style-seven .service-box-icon i {
    margin-bottom: 15px;
    display: inline-block;
    color: #1b1d21;
    height: 120px;
    width: 120px;
    line-height: 120px;
    background: #faeff2;
    border-radius: 50%;
    font-size: 55px;
}
.service-box.style-seven:hover .service-box-icon i{
    background: #343842;
    color: #fff;
}
.service-box.style-seven .service-box-desc p {
    
}
.service-box.style-seven .service-box-inner h2 {
    position: relative;
    font-size: 22px;
    margin: 0 0 17px;
}
.service-box.style-seven .service-btn > a {
    font-size: 18px;
    font-weight: 600;
    color: #4a4e57;
}
.service-box.style-seven .service-btn > a:hover{
    color: #343842;
}
/* Service Box Style Eight */
.service-box.service-style-eight {
    text-align: center;
    background: #fff;
    padding: 35px 25px 15px;
    border-radius: 10px;
    transition: .5s;
    box-shadow: 0 0 1px #cccccc;
}
.service-box.service-style-eight:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 5px 50px 0 rgba(0,0,0,.08);
    box-shadow: 0 5px 50px 0 rgba(0,0,0,.08);
}
.service-box.service-style-eight .service-box-icon{
    position: relative;
}
.service-box.service-style-eight .service-box-icon i {
    display: inline-block;
    color: #343842;
    background: #ececff;
    height: 85px;
    width: 85px;
    line-height: 85px;
    font-size: 35px;
    border-radius: 100%;
    margin-bottom: 20px;
}
.service-box.service-style-eight .service-box-icon:before {
    content: "\f058";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    line-height: 50px;
    top: -15px;
    right: 0;
    text-align: center;
    color: #fff;
    color: #343842;
    left: 50px;
}
.service-box.service-style-eight .service-box-title h2 {
    margin: 0 0 10px;
    font-size: 24px;
    padding: 0;
}
/* Service Style Nine */
.service-box.service-style-nine {
    padding: 28px 20px 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: #343842;
    transform: translateY(-8px);
}
.service-box.service-style-nine .service-box-icon i {
    font-size: 48px;
    display: inline-block;
    color: #343842;
    transition: .5s;
}
.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: #343842;
    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 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: #343842;
    font-weight: 600;
}
/* new service one */
.service-one .service-box.service-style-four {
    background: #19191b;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
}
.service-one .service-box.service-style-four::before {
    bottom: 0;
    transition: .5s;
    top: inherit;
}
 .service-one .service-box.service-style-four:after {
    position: absolute;
    content: "";
    z-index: -1;
    background: #dd1b13;
    bottom: 0;
    left: 0;
    height: 0%;
    width: 0%;
    clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
    transition:.6s;
}
.service-one .service-box.service-style-four:hover:after {
    height: 35%;
    width: 50%;
}
.service-one .service-box.service-style-four .service-box-icon i {
    background: #252526;
   position: relative;
   z-index:1;
}
.service-one .service-box.service-style-four .service-box-icon i:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    background: #f1554e;
    border-radius: 50%;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}
.service-one .service-box.service-style-four:hover .service-box-icon i::after {
    transform: scale(1);
}


/*
==========
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: 100%;
    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: 0 25px 0px;
	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;
	border-radius: 7px;
}
.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: 5px;
	margin-top: 7px;
}
.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: 42px;
	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: 4px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-title-part .front-title {
	margin: 0;
	font-weight: 700;
	font-size: 23px;
	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: 15px;
	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: 0px 25px 37px;
	border-radius: 8px;
}
.flip-box .flip-box-inner .back-part .back-background-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	border-radius: 7px;
}
.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;
    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: 4px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-title-part .back-title {
	margin: 0;
	font-weight: 700;
	font-size: 23px;
	line-height: 1.5;
	color: #fff;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-desc-part .back-desc {
	margin-bottom: 0;
	font-size: 15px;
	color: #fff;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn {
    display: inline-block;
    line-height: 1;
    padding: 14px 25px;
    background: #fff;
    font-size: 18px;
    color: #343842;
    font-weight: 500;
    font-size: 15px;
    border-radius: 2px !important;
    margin-top: 22px;
}
.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: #343842;
    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: 230px;
}
/* Style Two */
.flip-box.style-two .front-part {
    padding: 50px 25px 50px;
    border-radius: 8px;
    border: 1px solid #ffffff;
    background-color: transparent;
}
.flip-box.style-two .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn:hover {
    background: #343842;
}
.flip-box.flip-box.style-two .flip-box-inner .back-part {
    padding: 0 25px 26px;
}
.flip-box.style-two .front-part .front-icon i{
	display: inline-block;
    margin-bottom: 15px;
    line-height: 68px;
    border-radius: 5px;
    height: 68px;
    width: 68px;
    border: 1px solid #fff;
    background: transparent;
}
.flip-box.style-three  .front-part .front-icon i {
    display: inline-block;
    margin-bottom: 15px;
    line-height: 68px;
    border-radius: 5px;
    height: 68px;
    width: 68px;
    border: 1px solid #fff;
    background: transparent;
}
/* Style Three */
.flip-box.style-three .front-part {
    box-shadow: 3px 3px 13px 0 rgb(0 0 0 / 10%);
}
/*
========
Team
========
*/
.team-single {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.team_thumb {
	overflow: hidden;
}
.team_thumb img{
	overflow: hidden;
    transition: .5s;
}
.team-single:hover .team_thumb img{
    transform: scale(1.1);
}
.team-content h2 {
	font-size: 24px;
	margin-bottom: 0;
    cursor: pointer;
}
.social-profiles ul li {
    list-style: none;
    display: block;
}
.social-profiles {
    position: absolute;
    top: 35px;
    left: 0;
}
.team-single:hover .social-profiles ul li a{
    transform: translateX(30px);
    opacity: 1;
}
.social-profiles ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
    transition: .5s;
    background: #252638;
    transform: translateX(0px);
    transition: .5s;
    overflow: hidden;
    opacity: 0;
    transform .5s, opacity .3s, background .5s: ;
}
.social-profiles ul li:nth-child(2) a {
    transition-delay: .1s;
}
.social-profiles ul li:nth-child(3) a {
    transition-delay: .2s;
}
.social-profiles ul li:nth-child(4) a {
    transition-delay: .3s;
}
.social-profiles ul li a:hover{
    color: #fff;
    background: var(--brand-color);
}
.team-content {
    background: #f7f8f9;
    padding: 20px 0;
}

.mfp-hide {
  display: none !important; 
}
/* contact dark */


.contact-dark .form-box {
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 20%);
}
.contact-dark .form-box-inner {
    background: #212123;
}
.contact-dark .my-accordion li p {
    color: #b4bfc5;
}
.contact-dark .my-accordion li {
    border: 1px solid #444C51;
}
.contact-dark .my-accordion a {
    color: #fff;
}

/*
============
Form Area
============
*/
.form-box {
    background: #343842;
    box-shadow: 0 0 6px #ddd;
    border-radius: 5px;
}
.contact-title {
    padding: 35px 18px 40px;
}
.form-box-inner {
    background: #fff;
    padding: 35px 35px 25px;
    border-radius: 45px 0 5px 5px;
}
.form-box .buttons {
    text-align: left;
    margin-top: 15px;
}
.form-box .form-group textarea {
    height: 125px;
}
.contact-title h1 {
    font-size: 35px;
    margin: 0;
    color: #fff;
}
.contact-title h4 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 20px;

}
/* contact form two */
.contact-two .form-box {
    background: transparent;
    box-shadow: none;
    border-radius: 5px;
}
.contact-two .form-box-inner {
    background: transparent;
    padding: 25px 35px 0px;
    border-radius: 0;
}
.contact-two .contact-title {
    padding: 0px 18px 0px;
    color:#151423;
}
.contact-two .contact-title h1 {
    color:#151423;
}
.form-control, textarea {
    height: 54px;
    background: transparent;
    border-color: transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #b8acac;
    padding: 6px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
}
.contact-two .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #343842;
    box-shadow: 0 0 0 0.2rem rgb(237 44 65 / 7%);
}
.contact-two .button {
    border-radius: 4px;
}
.contact-two select, .form-control {
    height: 60px;
}

/* contact threee */
.contact-three .form-box {
    box-shadow: none;
}
.form-control:focus, textarea:focus {
	color: #495057;
	background-color: #fff !important;
	border-color: transparent;
	outline: 0;
	box-shadow: none !important;
}
.form-group textarea {
    padding-top: 20px;
    height: 150px;
    width: 100%;
}
.quote_form .buttons {
    margin-top: 12px;
}
.quote_form .button {
    background: #343842;
    border: 0;
    display: inline-block;
    text-align: center;
    padding: 12px 38px;
    border-radius: 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
}
.quote_form .button:hover{
    background: #343842;
}
.form-area.apppontment-form {
    background: #fff;
    padding: 24px 48px 4px;
    border-radius: 7px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
}
.form-area.apppontment-form .form-control, .form-area.apppontment-form .form-group select {
    height: 54px;
    background-color: #F4F7FC;
    border-color: transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #eee;
    padding: 6px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    width: 100%;
    color: #666;
}
.form-area.apppontment-form textarea {
    background: #F4F7FC;
}
/*
============
Work Process
============
*/
.work_progress {
    text-align: center;
}
.wrok_process_thumb img {
    width: 70px;
}
.progress_content {
	text-align: center;
}

.work_progress-title {
	padding-top: 64px;
}
.work_progress-title h2 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 5px;
}

.work_progress-desc {
	padding-top: 13px;
}
.work_progress-desc p {
	font-size: 15px;
}
.work_progress.default-style .process_thumb {
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    height: 140px;
    width: 140px;
    background: -webkit-linear-gradient(-9deg, #343842 0%, #343842 97%);
    line-height: 135px;
}
.work_progress.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.default-style .work_progress-number span {
    background: -webkit-linear-gradient(-9deg, #343842 0%, #343842 97%);
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    z-index: 1;
}
.work_progress.default-style .work_progress-number span::before {
    position: absolute;
    left: -5px;
    top: -5px;
    width: 50px;
    height: 50px;
    background: -webkit-linear-gradient(-9deg, #343842 0%, #343842 97%);
    opacity: 0.6;
    content: "";
    margin: auto;
    border-radius: 100%;
    z-index: -1;
}
.work_progress.default-style .work_progress-number span::after {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 60px;
    height: 60px;
    background: -webkit-linear-gradient(-9deg, #343842 0%, #343842 97%);
    opacity: 0.4;
    content: "";
    margin: auto;
    border-radius: 100%;
    z-index: -1;
}

.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;
}
.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: #343842;
    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;
}
.style-two .work_progress_icon {
    position: relative;
}
.work_progress_icon {
	position: relative;
}
.s-none .work_progress.style-three .work_progress_icon::before {
    display: none;
}
.work_progress.style-three .work_progress_icon::before {
	position: absolute;
	left: 80%;
	top: 252%;
	width: 100%;
	height: 100%;
	content: "";
	transform: translateY(-50%);
	z-index: -1;
	background: url(../images/arrow.png) no-repeat;
}
.work_progress.style-three .work_progress_icon i {
    background-color: #ffffff;
    color: #343842;
    display: inline-block;
    font-size: 60px;
    text-align: center;
}
/* Style Four */
.work_progress.style-four {
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.12);
    height: 280px;
    width: 280px;
    border-radius: 50%;
    padding: 20px 20px;
}
.work_progress.style-four .wrok_process_inner {
    border: 6px solid #5b5c5f;
    display: inline-block;
    border-radius: 50%;
    height: 240px;
    width: 240px;
    padding: 32px 20px 10px;
    transition: .5s;
}
.work_progress.style-four .work_progress-number {
    position: absolute;
    right: 68px;
    top: 18%;
    margin: auto;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.work_progress.style-four:hover .work_progress-number {
	top: 40%;
}
.work_progress.style-four .work_progress-number span {
    background: -webkit-linear-gradient(-9deg, #343842 0%, #343842 97%);
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    z-index: 1;
}
.work_progress.style-four .work_progress-number span::before {
    position: absolute;
    left: -5px;
    top: -5px;
    width: 50px;
    height: 50px;
    background: -webkit-linear-gradient(-9deg, #343842 0%, #343842 97%);
    opacity: 0.6;
    content: "";
    margin: auto;
    border-radius: 100%;
    z-index: -1;
}
.work_progress.style-four .work_progress-number span::after {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 60px;
    height: 60px;
    background: -webkit-linear-gradient(-9deg, #343842 0%, #343842 97%);
    opacity: 0.4;
    content: "";
    margin: auto;
    border-radius: 100%;
    z-index: -1;
}
.work_progress.style-four .process-bg-shape {
	position: relative
}

/*
==============
Call To Action
==============
*/
.call-title h4 {
    font-weight: 600;
    line-height: 1.5;
}
.call-title h4 span{
    color: #02C49A;
}
.call-to-action {
	text-align: center;
	position: relative;
}
.call-to-action-title h2 {
	margin-bottom: 12px;
	font-size: 55px;
	margin: 0px auto;
	text-transform: capitalize;
	color: #fff;
	font-weight: 600;
}
.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: #343842;
	border-radius: 50px;
	color: #fff;
	padding: 14px 40px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-weight: 500;
	font-size: 16px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-top: 15px;
}
.call-to-action-btn a::after {
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: 110%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: -1;
	background: #343842;
}
.call-to-action-btn a:hover::after {
	top: -40%;
}
.call-to-action-btn a i{
	margin-left:8px;
}
.call-to-action-desc {
	margin: 40px auto 0;
}

.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: #343842;
	border-radius: 100%;
	position: relative;
	z-index: 1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-size: 30px;
}
.style-two-call .call-video-link a i {
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 20px;
}
.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;
}

/* Style One */

/* 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;
}

/*
===========
Testimonial
===========
*/
.testimonial_list.owl-carousel.owl-loaded.curosel-style.owl-drag {
	cursor: w-resize;
}
.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: left;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 40px 30px;
    border-radius: 6px;
    margin: 10px;
    box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
}
.testi_thumb {
	position: relative;
	margin: 0 0 35px;
	display: inline-block;
}
.testi-inner {
	display: flex;
}
.testi_thumb::before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    line-height: 33px;
    bottom: -16px;
    color: #fff;
    border-radius: 50%;
    left: 25px;
    background: var(--brand-color);
    text-align: center;
    width: 33px;
    height: 33px;
}
.testi_thumb img {
	border-radius: 100%;
	width:100%;
}
.testi_title {
	margin-bottom: 4px;
	margin-top: 10px;
	padding-left: 16px;
}
.testi_title h2 {
	font-size: 18px;
	margin-bottom: -6px;
	text-transform: capitalize;
	letter-spacing: 0;
	font-weight: 600;
}
.testi_title h2 sup {
	font-size: 15px;
	font-weight: bold;
	margin-left: 5px;
}
.testi_title span {
	font-weight: 400;
	font-size: 16px;
	display: block;
}
.testimonial-style-three .em_testi_title::before {
    position: absolute;
    top: 0;
    content: "";
    height: 2px;
    width: 170px;
    background: #343842;
    left: 0;
    opacity: 1;
}
.testi_text.texti_style2 {
	color: #444444;
	font-style: italic;
	margin: auto;
	width: 100%;
}
.testi_text p {
	font-size: 15px;
}
.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;
	position: absolute;
	right: 20px;
	bottom: 15px;
}
.testi_thumb img {
	width: 80px;
}
.em_reviews i {
	color: #ddd;
}
.testi-star i {
	color: #ddd;
	font-size: 12px;
}
.testi-star i.active {
	color: #343842;
	font-size: 12px;
	margin: 0 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 {
    background: transparent;
    box-shadow: none;
    margin-bottom: 30px;
    position: relative;
    padding: 0;
    margin-top: 10px;
    position: relative;
    text-align: center;
    margin: 12px;
}
.testimonial-style-two .testi_content {
    position: relative;
    padding: 105px 24px 84px;
    box-shadow: none;
    background: #fff;
    border-radius: 0;
    text-align: center;
    box-shadow: -2px 16px 44px -32px rgba(0, 0, 0, 0);
    border-radius: 7px;
}
.testimonial-style-two .testi_title h2 {
	font-size: 22px;
	margin-bottom: 0px;
	text-transform: capitalize;
	letter-spacing: 0;
	font-weight: 600;
	margin-top: 5px;
}
.testimonial-style-two .testi_title span {
	color: #343842;
	font-size: 16px;
	font-weight: 400;
	padding-top: 0;
}
.testimonial-style-two .testi_text {
    width: 86%;
    margin: auto;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    font-style: normal;
    color: #333333;
    padding-top: 19px;
    line-height: 30px;
}
.testimonial-style-two .testi_text::before {
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 55px;
	position: absolute;
	line-height: 50px;
	top: -58px;
	right: 0;
	color: #343842;
	border-radius: 50%;
	left: 0;
	transform: rotate(180deg);
}
.testimonial-style-two .testi_thumb {
	float: inherit;
	margin-right: 0;
	margin: 10px 0 0;
}
.testimonial-style-two .testi_thumb img {
	width: 90px;
}
.testimonial-style-two .testi_title {
	position: relative;
	padding-top: 4px;
}
/* Testimonial Style Three */

.testimonial-style-three .single_testimonial {
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    padding: 35px 30px 25px;
    margin-top: 10px;
    position: relative;
    border: 1px solid #E1E2E4;
}
.testimonial-style-three .single_testimonial:hover {
    box-shadow: 0 0 10px #cccccc;
    border-color: transparent;
}
.testimonial-style-three .testi_content {
    position: relative;
    padding: 0;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    text-align: center;
    margin-bottom: 0;
    margin-top: 40px;
}
.testimonial-style-three .testi_title h2 {
    font-size: 20px;
    margin-bottom: 0px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 700;
}
.testimonial-style-three .testi_title span {
    color: #8D8D8D;
    font-size: 14px;
    margin-top: -7px;
}
.testimonial-style-three .testi_text {
    width: 98%;
    margin: auto;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    position: relative;
    font-style: normal;
    color: #1f2933;
}
.testimonial-style-three .testi_thumb {
    float: left;
    margin-right: 25px;
}
.testimonial-style-three .testi_title {
    text-align: left;
}
.testimonial-style-three .testi_title {
    position: relative;
    padding-top: 10px;
}


/* 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 10px 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-four .testi_title span {
	color: #343842;
	font-weight: 500;
	font-size: 16px;
	display: block;
	padding-top: 0;
}
/*
==========
Case Study
==========
*/

.pureit-single-cases-study {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.cases-study-content {
	position: absolute;
	left: 0;
	bottom: -100%;
	right: 0;
	text-align: center;
	background: linear-gradient(to right,#343842 0%,#343842 0%,#343842 26%,#4e95ed 100%,#2989d8 100%,#207cca 100%,#343842 100%);
	margin: auto;
	padding: 25px 30px 18px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: 999;
	width: 100%;
}
.pureit-single-cases-study:hover .cases-study-content{
	bottom: 0;
}
.case-study-thumb {
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: 1s;
}
.case-study-thumb img{
	width: 100%;
}
.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;
}
.pureit-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 {
	margin: 0 0 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.case_category span {
    color: #343842;
}

.case_default .em-cases-study-content{
    background: transparent;
    width: 100%;
    padding: 40px 27px;
    top: inherit;
    opacity: 1;
    text-align: left;
    bottom: 0;
}
.case_default .pureit-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: 10px;
}



/* Case Style Two
------------------*/
.style-two .case-study-thumb::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(237,44,65,.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: inherit;
	width: 100%;
	margin: auto;
	border-radius: 0;
	padding:0;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	transform: translateY(-70%);
	z-index: 2;
	bottom: inherit;
}
.style-two .case_category span {
    color: #fff;
}
.style-two .pureit-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;
}
.bg-bottom-bf {
    position: relative;
    z-index: 1;
}
.bg-bottom-bf::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100%;
    background: #fff;
    content: "";
    opacity: 0;
    transition:.5s;
}
.bg-bottom-bf::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 14px;
    width: 14px;
    background: #fff;
    bottom: -3px;
    margin: auto;
    transform: rotate(45deg);
    opacity: 0;
    transition:.5s;
}
.style-two .pureit-single-cases-study:hover .bg-bottom-bf::after,
.style-two .pureit-single-cases-study:hover .bg-bottom-bf::before{
    opacity: 1;
}
.service-box.service-style-six:hover .bg-bottom-bf::after,
.service-box.service-style-six:hover .bg-bottom-bf::before{
    opacity: 1;
}
/* 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: #343842;
    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 .pureit-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 .pureit-single-cases-study:hover .cases-study-content{
	top: 70%;
}


/* Style Four */
.case-style-four .pureit-single-cases-study {
    margin-bottom: 30px;
    overflow: hidden;
}
.case-style-four .pureit-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 .pureit-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;
}
.case-style-four .pureit-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: 12px 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: 3px 20px;
    border-radius: 30px;
    color: #343842;
    margin-top: 10px;
    transition: .5s;
}
.case-study-style5 .em-case-study-button a:hover{
    background: #343842;
    color: #fff;
}
.case-study-style5 .cases-study-content {
	bottom:0%;
	background: transparent;
	width: 100%;
	border-radius: 0;
	padding: 0;
	opacity: 0;
	left: 0;
}
.style-5.single_case_study:hover .cases-study-content{
    bottom: 10%;
    opacity: 1;
}
.case-study-style5 .case-study-thumb:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,rgba(37, 19, 209,.4),#343842);
    content: "";
    opacity: 1;
    transition: .5s;
    bottom: 0;
}
.single_case_study.style-5 {
	padding: 15px;
}
.single_case_study.style-5 .case_category {
	margin-bottom: -5px;
}
.case-study-style5 .pureit-single-cases-study:hover .case-study-thumb::before {
    background: linear-gradient(to bottom,rgba(37, 19, 209,.4),#343842);
	top: 0;
}
.case_study_carousel_five .owl-dots {
	bottom: -70px;
}
/* Case Style Six
------------------*/
.style_six.single_case_study:hover .case-study-thumb img{
    transform: scale(1.2);
}
.style-six .case-study-thumb {
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: 1s;
}
.style-six .case-study-thumb img{
    border-radius: 5px;
    transition: 1s;
}
.style-six .case-study-thumb::before {
    display: none;
}
.style-six .cases-study-content {
	position: relative;
	background: linear-gradient(90deg,#343842 0%,#0e73e4 100%);
	width: 80%;
	margin-top: -58px;
	padding: 32px 10px 26px;
	border-radius: 7px;
}
.em-cases-study-title h2 a {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
}
.style-six .case_category span {
    color: #fff;
}
.style-six .pureit-single-cases-study:hover .cases-study-content{
	bottom: inherit;
}
.style-six .pureit-single-cases-study:hover .case-study-thumb:before{
    opacity:.7;
}
/*
==========
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.style1 {
	border-radius: 7px;
	transition: .5s;
}
.count.percent {
    color: transparent;
    font-weight: 700;
    transition: .5s;
    -webkit-text-stroke-color: #333;
    -webkit-text-stroke-width: 1px;
    font-size: 95px;
    font-family: "Bebas Neue", sans-serif;
}
.suffix {
    color: transparent;
    font-weight: 700;
    transition: .5s;
    -webkit-text-stroke-color: #333;
    -webkit-text-stroke-width: 1px;
    font-size: 95px;
    font-family: "Bebas Neue", sans-serif;
}
.counter-icon i {
	font-size: 50px;
    color: #1e1e2a;
	margin-bottom: 45px;
	display: inline-block;
    transition: .5s;
}
.single-counter.style1 h6 {
    margin-top: 25px;
    transition: .5s;
    text-transform: capitalize;
    font-size: 20px;
    border-top: 1px solid #D9DDE6;
    padding-top: 20px;
}
.single-counter.style1:hover .counter-icon i{
    color: #343842;
}

/* Style Two */
.single_counter.style-two .counter_icon {
    background: var(--brand-color);
    color: #fff;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 26px;
    border-radius: 3px;
    display: inline-block;
}
.single_counter.style-two .single_counter_inner {
	display: flex;
	align-content: center;
}
.single_counter.style-two .counter_icon i{
    transition: .5s;
    display: inline-block;
}
.single_counter.style-two:hover .counter_icon i{
    -webkit-transform: rotateY( 180deg);
    transform: rotateY( 180deg);
}
.single_counter.style-two .counter_content {
	padding-left: 25px;
	padding-top: 5px;
}
.single_counter.style-two .countr_text h1 {
    display: inline-block;
    margin: 0 0 0px 0;
    font-size: 45px;
    color: #fff;
}
.single_counter.style-two .countr_text h3 {
    display: inline-block;
    margin: 0 0 0 0;
    font-size: 45px;
    color: #fff;
}
.single_counter.style-two .counter_title h4 {
    font-size: 16px;
    margin: 10px 0 0 0;
    color: #fff;
}
.single_counter.style-two .countr_text {
	margin-bottom: -5px;
}
/*
=========
Icon Box
=========
*/

.icon-box {
    display: flex;
    margin-bottom: 5px;
    border: 1px solid #E1E2E4;
    padding: 30px 39px;
    transition: .5s;
}
.icon-box:hover {
    box-shadow: 0px 10px 20px 0px rgba(10.55543478260869, 45.36735822306239, 58.49999999999999, 0.14);
    background: #fff;
    border: 1px solid #fff;
}
.last .icon-box{
    border-bottom:none;
}
.icon-box .icon-box-icon {
	padding-right: 25px;
	padding-top: 12px;
}
.img-icon img {
    width: 50px;
}
.icon-box .icon-box-content h2 {
    font-size: 24px;
    margin: 0 0 7px;
    font-weight: 600;
}
.icon-box .icon-box-content .description p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    width: 85%;
}
.icon-box-icon .icon i {
    display: inline-block;
    font-size: 48px;
    color: #fff;
    text-align: center;
    transition: .5s;
    line-height: 1;
}

.style-thre .video-icon a {
	background: #f00;
}

/* Style Two */
.icon-box.style-two {
	display: flex;
	background: #f6f5ed;
	padding: 20px 15px 11px;
    transition: .5s;
}
.icon-box.style-two:hover{
	transform: translateY(-6px);
}
.icon-box.style-two .icon-box-icon .icon i {
	display: inline-block;
	font-size: 35px;
	color: #e3cca1;
	text-align: center;
	transition: .5s;
	background: #fff;
	width: 0;
	height: 0;
	line-height: 0;
	border-radius: 50%;
}
.icon-box.style-two .icon-box-content h2 {
	font-size: 16px;
	margin: 0 0 5px;
	line-height: 1;
	color: #181818;
	font-weight: 600;
}
.icon-box.style-two .icon-box-content .description p {
	margin: 0;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}
.icon-box.style-two .icon-box-icon {
	padding-right: 50px;
	padding-top: 5px;
}
/* Style Three */
.icon-box.style-three {
	align-items: center;
	padding: 0;
	transition: 0.5s;
	margin-bottom: 0px;
	box-shadow: none;
	background: transparent;
	position: relative;
	z-index: 1;
	border-radius: 0px;
	display: inherit;
	padding: 30px;
	border: 1px solid #fff;
    transition: .5s;
}
.icon-box.style-three:hover {
	background: #343842;
	border: 1px solid #343842;
}

.icon-box.style-three .icon-box-content h2 {
	margin: 12px 0 0 0;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.icon-box.style-three .icon-box-icon {
	padding-right: 0;
}
.icon-box.style-three .icon-box-icon i {
	color: #fff;
	font-size: 23px;
	display: inline-block;
	text-align: center;
}

/*
==============
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: 1;
    color: var(--brand-color);
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fff;
    border-radius: 50%;
    font-size: 25px;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}
@keyframes ripple{
    0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2);
}
100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2), 0 0 0 90px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2), 0 0 0 90px rgba(255, 255, 255, 0);
}
}

.video-icon a:hover{
    color: #343842;
}

.single-video.style-two .video-icon a {
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 1;
	color: #fff;
	width: 100px;
	height: 100px;
	line-height: 100px;
	background: transparent;
	border-radius: 50%;
	font-size: 35px;
	border: 2px solid #fff;
}

.single-video.style-two .video-icon a::before {
    display: none;
}

.single-video.style-two .video-icon a::after {
    display: none;
}


@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;
	}
}

.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(2241, 42, 2, 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: #343842;
    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: #343842;
    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:#343842;
}
.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:#343842;
}
.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: #343842;
    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: #343842;
	border-color: #343842;
	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 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: #343842;
	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%;
}
.pureit-blog-meta-left a {
	font-weight: 500;
	text-transform: capitalize;
	margin-right: 10px;
    transition: .5s;
}
.pureit-blog-meta-left a:hover{
    color: #343842;
}
.pureit-blog-meta-left i {
    color: var(--brand-color);
    margin-right: 5px;
}
.single_blog_adn {
    transition: .5s;
    margin-bottom: 50px;
}
.pure-blog-thumb_adn{
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.single_blog_adn:hover .pure-blog-thumb_adn a img{
	transform: scale(1.1);
}
.pure-blog-thumb_adn a img{
    transition: .5s;
}
.thumb-icon {
	position: absolute;
	color: #fff;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #343842;
	text-align: center;
	border-radius: 50%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
    transition:.5s;
    transform: scale(0);
}
.thumb-icon i{
    transition: .5s;
}
.thumb-icon:hover{
    background: #fff;
    color:#343842 ;
}
.single_blog_adn:hover .thumb-icon{
    transform: scale(1);
}


/*
==============
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: #343842;
	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: 52px;
	font-weight: 600;
	text-align: center;
}
.month_inner {
	display: block;
	margin-top: -10px;
}

.curencyp {
	font-size: 25px !important;
	font-weight: 500;
	position: relative;
	top: -15px;
    color: #111111;
}
.bootmp {
	font-size: 16px !important;
	font-weight: 500 !important;
	margin-top: 15px;
}
.pricing_top_bar {
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 4px;
	padding-bottom: 27px;
}
.pricing_body {
	padding: 0 15px;
}
.tk {
	color: #111111;
}
.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: 15px;
	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;
	font-weight: 400;
	text-align: left;
}

.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;
	margin-bottom: 0;
	position: relative;
	top: 26px;
}
.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: #fff;
	border-radius: 3px;
	background: #343842;
	border-radius: 30px;
}
.single_pricing:hover .order_now a,
.single_pricing.active .order_now a {
	background: #343842;
	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: #343842;
}

/* 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: #fff;
	padding-top: 36px;
	z-index: 1;
	padding-bottom: 0;
}

.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 .pricing_img {
    display: inline-block;
    border-radius: 100%;
    margin-bottom: -20px;
    position: relative;
}
.style-two .pricing_img img {
	width: 120px;
}
.style-two.active .pricing_img {
    background: #fff;
    display: inline-block;
    border: 1px solid #343842;
    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: 35px;
    margin-top: 60px;
}
.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: #343842;
    border: 1px solid #343842;
    border-radius: 4px;
}
.style-two.single_pricing:hover .order_now a {
	background: #343842;
	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: 6px 40px 0px;
	position: relative;
	z-index: 1;
	overflow: inherit;
	text-align: center;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	border: 0;
	border-radius: 0;
	background: #fff;
	border-radius: 7px;
}
.single_pricing.style-three .pricing_title {
    margin-bottom: 50px;
}
.single_pricing.style-three .pricing_title h3 {
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 30px;
	left: 0;
	text-transform: uppercase;
	background: #343842;
	padding: 1px 23px;
	border-radius: 0px 30px 30px 0px;
}
.single_pricing.style-three .price_item {
	margin-bottom: 0;

}
.pricing_img img {
	width: 110px;
	margin-bottom: 8px;
	margin-top: 40px;
}
.single_pricing.style-three .curencyp {
	top: 0;
}
.style-three .featur {
	border: 0;
}
.style-three .featur ul {
    padding: 15px 0 6px;
}
.style-three .featur ul li i {
	color: #343842;
	margin-right: 6px;
	font-size: 14px;
	float: right;
}
.style-three.active .featur ul li i{
    color: #fff;
}
.single_pricing.style-three.active {
    background: var(--brand-color);
    padding: 6px 40px 0px;
}
.single_pricing.style-three.active .pricing_title h3 {
	color: #343842;
	background: #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: var(--brand-color);
}
.single_pricing.style-three.active .order_now a{
    background: #343842;
}
/*
==========
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: #343842;
	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: #343842 !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: #343842;
	margin-right: 7px;
}
.tab_pan_content a {
	display: inline-block;
	font-size: 17px;
	color: #fff;
	background: #343842;
	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: #1B1829;
}
.tab_pan_content a:hover {
background: #1B1829;
}
a.active-tab-btn:hover {
background: #343842;
}


@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
==========
*/
.pureit-single-blog_adn {
    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;
    position: relative;
    margin: 10px;
}
/* BLOG THUMB CSS */

.blog_adn_thumb_inner {
	position: relative;
}
.pureit-blog-thumb_adn {
	overflow: hidden;
	position: relative;
}
.pureit-blog-thumb_adn a {
	position: relative;
}

.pureit-blog-thumb_adn a {
	display: block;
	overflow: hidden;
}
.pureit-blog-thumb_adn img {

}
/* blog dark */
.blog-dark .pureit-single-blog_adn {
    background: transparent;
}
.blog-dark .em-blog-content-area_adn {
    background: #212123;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.blog-dark .blog-page-title_adn a {
    color: #fff;
}
.blog-dark .blog-page-title_adn a:hover{
    color:#343842;
}
/* BLOG TITLE AND CONTENT CSS */
.em-blog-content-area_adn {
    padding: 42px 50px 0px;
    text-align: left;
}
.pureit-blog-meta-left {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 12px 20px;
    border-radius: 3px;
    text-align: center;
    background: #fff;
    margin-top: -48px;
    position: relative;
    z-index: 15;
    margin-bottom: 25px;
}
.blog_style_two .pureit-blog-meta-left {
	box-shadow: none;
	padding: 0px 0;
	border-radius: 0;
	text-align: left;
	background: transparent;
	margin: 0;
	border-bottom: none;
}
.blog_style_two .pureit-blog-meta-left {
	font-size: 15px;
}
.blog_style_two .pureit-blog-meta-left span i {
	font-size: 14px;
}
.blog-page-title_adn span {
    color: #343842;
    text-transform: uppercase;
    font-weight: 500;
}
.blog-page-title_adn span i {
    margin-right: 6px;
}
.blog-page-title_adn h2 {
    margin-top: 5px;
}
.blog-page-title_adn h2 a {
    margin-bottom: 0;
    text-transform: none;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    font-size: 24px;
    font-weight: 600;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 2px),currentColor 2px);
    transition: .9s cubic-bezier(.32,.32,.15,1.17);
    background-size: 0 100%;
}
.blog-page-title_adn a:hover {
    color: var(--brand-color);
    background-size: 100% 100%;
}
.blog-content_adn h2 a {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.blog-content_adn h2 a:hover {
	color: #343842;
}
.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 */
.pureit-blog-meta_adn {
	border-top: 1px solid #343842;
	margin-top: 18px;
	padding-top: 11px;
}
.pureit-blog-meta-left_adn a,
.pureit-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;
}
.pureit-blog-meta-left_adn a::before {
	position: absolute;
	content: "";
	right: -11px;
	width: 1px;
	height: 18px;
	background: #595555;
	top: 5px;
}
.pureit-blog-meta-left_adn i {
	margin-right: 0px;
	color: #333;
}

.blog_nospace_adn.col-xs-12 {
	padding: 0px;
}
.blog_nospace_adn .pureit-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: #343842;
}
.btn-link i{
margin-left:5px;
}
.pureit-blog-meta-top {
	position: absolute;
	right: 16px;
	top: 72%;
}
.pureit-blog-meta-top li{
	display:inline-block;
}
.pureit-blog-meta-top li a {
	display: inline-block;
	padding: 6px 20px;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 400;
	color: #fff;
	border-radius: 30px;
	transition: .5s;
}
.pureit-blog-readmore a {
    display: inline-block;
    font-weight: 500;
    border-radius: 0;
    transition: .3s;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    background: var(--brand-color);
    color: #fff;
    padding: 9px 24px;
    margin-top: 20px;
    border: 1px solid var(--brand-color);
}
.pureit-blog-readmore a:hover{
    background:#fff;
    color:var(--brand-color);
}
.pureit-blog-readmore a:hover i{
   color:var(--brand-color); 
}
.pureit-blog-readmore a i {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	margin-left: 5px;
}
.blog_style_two .em-blog-content-area_adn {
    padding: 30px 35px 18px;
    text-align: left;
}
.blog_style_three .pureit-single-blog_adn {
    background: #222427;
}
.blog_style_three .blog-page-title_adn a {
    color: #fff;
}
.blog_style_three .pureit-blog-meta-left a, .blog_style_three .pureit-blog-meta-left span {
    color: #bcc7cd;
}
.single_blog_adn:hover .pureit-blog-thumb_adn a img {
	transform: scale(1.1);
	border-radius: 5px 5px 0 0;
}
.single_blog_adn .pureit-blog-thumb_adn a img {
	overflow: hidden;
	transition: .5s;
	border-radius:0px;
}
.single_blog_adn .pureit-blog-thumb_adn{
    overflow: hidden;
    transition: .5s;
}
.menu-social-menu-container ul li {
    list-style: none;
    display: inline-block;
}
.menu-social-menu-container ul li a {
    border: 0;
    display: block;
    margin-right: 1px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-size: 15px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    margin-right: 10px;
}
.menu-social-menu-container ul li a:hover{
    background: #343842;
    border-color:#343842;
}

ul#menu-help-link li {
    margin-bottom: 14px;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 16px;
    color: #f8f9fe;
    padding-left: 25px;
    list-style: none;
}
ul#menu-help-link li a{
    color: #fff;
    transition:.5s;
}
ul#menu-help-link li a:hover{
    color:#343842;
}
ul#menu-help-link li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 14px;
    background: #f8f9fe;
    height: 1px;
    width: 10px;
    font-size: 14px;
}
span.f-adrress {
    font-weight: 800;
}
.footer-socails-icon {
    text-align: center;
}
.footer-socails-icon a {
    display: inline-block;
    font-size: 15px;
    margin: 0 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #343842;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    margin:0 3px;
}
.footer-socails-icon a:hover{
    background: #fff;
    color:#343842;
}
/*
==========
Portfolio
==========
*/

.portfolio_nav {
	padding: 0px 0 18px;
	text-align: center;
}
.portfolio_nav ul {
	text-align: center;
	margin-bottom: 45px;
	display: inline-block;
	border-radius: 6px;
	padding: 16px 0px;
}
.portfolio_nav ul li {
	background: transparent;
	border: medium none;
	font-size: 16px;
	line-height: 1;
	transition: 1s;
	cursor: pointer;
	text-transform: capitalize;
	font-weight: 500;
	position: relative;
	margin: 0 4px;
	display: inline;
	color: #1e1e2a;
	padding: 4px 26px;
}
.portfolio_nav ul li:last-child {
	border-right: none;
}
.portfolio_nav ul li::after {
	transition: all 0.5s ease-out;
	content: "";
	height: 100%;
	width: 100%;
	bottom: 0;
	position: absolute;
	left: 0;
	opacity: 0;
	visibility: hidden;
	border-radius: 12px;
	border: 1px solid #343842;
}
.portfolio_nav ul li:hover, .portfolio_nav ul li.current_menu_item::after {
   opacity: 1;
   visibility: visible;
}
.portfolio_nav ul li:hover::after{
    opacity: 1;
    visibility: visible;
}
.prot_wrap {
	overflow: hidden;
}
/* single gallery css */
.port-style-one .single_protfolio {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    margin: 15px;
}
.port-style-one .single_protfolio:hover .prot_main-content{
    bottom: 0;
    opacity: 1;
}
.port-style-one .owl-item.active.center .single_protfolio .prot_main-content{
    bottom: 0;
    opacity: 1;
}
.port-style-one .prot_main-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    bottom: -62px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    opacity: 0;
}
.port-style-one .prot_main-content a {
    display: inline-block;
    font-size: 45px;
    text-transform: uppercase;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    font-family: 'Space Grotesk', sans-serif;
    color: #fff;
}
.port-style-one .prot_main-content a:hover{
    color: transparent;
    -webkit-text-stroke-color: #ffff;
    -webkit-text-stroke-width: 1px;   
}
.port-style-one .prot_thumb img {
	display: block;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
}
.port-style-one .prot_content {
	position: absolute;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	bottom: 0;
	left: 0;
	opacity: 1;
	margin: auto;
	text-align: left;
	z-index: 1;
	right: 0;
	padding: 10px 38px 20px;
}
.port-style-one .prot_content h3 {
	margin: 10px 0 0px;
	text-transform: capitalize;
	font-size: 22px;
	font-weight: 600;
}
.port-style-one .prot_content h3 a {
	font-weight: 500;
	color: #181818;
	font-size: 20px;
	position: relative;
    transition: .5s;
}
.port-style-one .prot_content h3 a:hover{
    color: #343842;
}
/* portfolio icon css */
.prot_thumb{
    position: relative;
    z-index: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.port-style-one .owl-item.active.center .prot_thumb:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .5;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.port-style-one .single_protfolio:hover .prot_thumb:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .5;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
/* Portfolio Style Two */
.port-style-two .single_protfolio {
    margin: 15px;
    position: relative;
    overflow: hidden;
}
.port-style-two .prot_thumb img {
    display: block;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    min-height: 465px;
    object-fit: cover;
}
.port-style-two .prot_thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,#222429 100%);
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.port-style-two .prot_thumb:after{
    position: absolute;
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    background-color:var(--brand-color);
    opacity: 0;
    z-index: 2;
    content: "";
    transition: all .3s ease;
}
.port-style-two .single_protfolio:hover .prot_thumb:after{
    height: 100%;
    opacity: 0.9;
}
.porttitle_inner p {
    margin-bottom: 0;
}
.port-style-two .prot_content {
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    bottom: 40px;
    left: 50px;
    opacity: 1;
    margin: auto;
    text-align: left;
    z-index: 1;
    right: 0;
}
.port-style-two .prot_content p span {
    display: inline-block;
    padding-top: 0px;
    position: relative;
    color: var(--brand-color);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.port-style-two .prot_content h3 a {
    font-weight: 600;
    color: #fff;
    font-size: 26px;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.port-style-two .prot_content h3 {
    margin: 0px 0 8px;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
}
.port-style-two .single_protfolio:hover .prot_content h3 a {
    color: #fff;
}
.port-style-two .single_protfolio:hover .prot_content p span {
    color: #fff;
}
.port-icon {
    position: absolute;
    top: 0;
    right: 49px;
    z-index: 1;
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    opacity: 0;
}
.port-style-two .single_protfolio:hover .port-icon{
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    opacity: 1;
}
.port-style-two .port-icon a {
    display: inline-block;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    line-height: 47px;
    border-radius: 50%;
    text-align: center;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.port-style-two .port-icon a:hover{
    background: #343842 ;
    color: #fff;
}
.port-style-two .port-icon a i {
    font-weight: 600;
    color: #fff;
}
/*
==================
Tab
==================
*/
.tab.style-two {
    margin-left: 17px;
}
.tab .nav-tabs li {
    text-align: center;
    background: transparent;
    margin-right: 15px;
}
.tab .nav-tabs li.active {
    background: #343842;
}
.tab .nav-tabs li.active a {
    color: #fff;
}
.tab .nav-tabs li a {
    color: #1c1c1c;
    text-decoration: none;
    display: block;
    padding: 12px 30px;
    font-weight: 700;
}
.tab .nav-tabs {
    border-bottom: none;
}
.tab-main-conten p {
    font-size: 18px;
    width: 78%;
}
.tab .tab-content h2{
	font-size: 30px;
}
.tab .tab-content .button a {
	color: #fff;
	font-size: 16px;
}
.tab-content p i {
    color: #343842;
    padding-right: 10px;
}
.tab-content img {
    width: 100%;
}
.tab-content p span {
    padding-bottom: 10px;
    display: inline-block;
}
/* Style Two */
.tab.style-two .nav-tabs li {
    background: transparent;
    border: 1px solid #ddd !important;
}
.tab.style-two .nav-tabs li.active {
    background: var(--brand-color);
}
.tab.style-two .nav-tabs li.active a{
    color: #fff;
}
.tab .tab-content {
    background: 0;
    padding: 35px 0px 0;
}
.tab-btn a {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #203556;
    margin-top: 15px;
}
.tab-btn a:hover{
    color: #203556;
}
.tab-btn a::before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    height: 1px;
    width: 0%;
    background: #203556;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.tab-btn a:hover::before {
    width: 100%;
}
.tab-btn a svg {
    margin-left: 10px;
}
/*
==================
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: 53%;
    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: #343842;
    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: #343842;
}

/* Circle Progress */
.circle-progress {
	box-shadow: 0px 5px 24px 0px rgba(217, 217, 217, 0.4);
	background: #fff;
	padding: 22px 32px;
}
.circle-progress h2 {
	font-size: 22px;
	margin-top: 0;
	color: #1d2124;
	font-weight: 700;
	margin-bottom: 5px;
}
.progress {
	width: 100px;
	height: 100px !important;
	line-height: 150px;
	background: none;
	margin: 0;
	box-shadow: none;
	position: relative;
	display: inline-block !important;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
	background: transparent !important;
	margin-bottom: -23px !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: #343842;
}
.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%;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  font-weight: 600;
  color: #343842;
}

.progress .progress-value span {
	font-size: 18px;
	text-transform: uppercase;
	margin-left: -5px;
}
.circle-content {
	display: inline-block;
	margin-left: 18px;
}
/* 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: 0;
}

.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: 15px;
}

.menu-service-menu-container ul li a {
	position: relative;
	display: block;
	padding: 14px 15px 14px 18px;
	background-color: #F3F6F9;
	font-weight: 700;
	font-size: 16px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #232323;
	position: relative;
}
.menu-service-menu-container ul .current_page_item a {
	background: linear-gradient(250deg,#343842 19%,#343842 100%);
	color: #fff;
	border-radius: 3px;
}
.menu-service-menu-container ul li a::after {
	content: "\f105";
	position: absolute;
	right: 16px;
	top: 14px;
	font-size: 17px;
	font-family: "flaticon";
}
.menu-service-menu-container ul .current_page_item a::after {
	background: transparent;
	color: #fff;
	border-radius: 5px;
	top: 14px;
}
.menu-service-menu-container ul li a:hover:after{
    color: #fff;
}
.menu-service-menu-container ul li a:hover{
	color:#fff;
	background:linear-gradient(250deg,#343842 19%,#343842 100%);
}
.time-list {
	position: relative;
}
.time-list li {
	position: relative;
	font-size: 16px;
	color: #5C727D;
	padding-bottom:15px;
	margin-bottom: 25px;
	border-bottom: 2px solid #efeef5;
    list-style: none;
}
.time-list li span {
	position: absolute;
	right: 0px;
}

/* 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_single_service_text {
	margin-top: 24px;
}
.em-service.style_4 .em_service_content {
	padding: 6px 35px 25px;
	background: #fff;
	margin: auto;
	z-index: 9;
	position: relative;
	border-radius: 0 0 3px 3px;
}
.em-service.style_4 {
	padding: 12px;
}
.em-service-thumb img {
	border-radius: 3px 3px 0 0;
}
.em-service.style_4:hover .service-icon-img{
    background: #1e1e2a;
}
.em-service.style_4 .em_service_content::before {
    position: absolute;
    content: "";
    height: 0%;
    width: 100%;
    background: -webkit-linear-gradient(-90deg,#343842,#eb3648 50%);
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: .5s;
}
.em-service.style_4:hover .em_service_content::before{
    height:100%;
    top: 0;
}

.em-service.style_4 .em-service-title h2 {
    font-size: 22px;
}
.em-service.style_4:hover .em-service-title h2,
.em-service.style_4:hover .service-box-desc p,
.em-service.style_4:hover .service-btn a{
    color:#fff;
}
.em-service.style_4 .service-btn > a {
    color: #1e1e2a;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
.em-service.style_4 .em-service-icon {
    position: relative;
    margin-top: -43px;
    margin-left: 25px;
}
.service-box-desc p {
	margin-bottom: 8px;
}
.service_cursousel_sliderr  .slick-dots {
    bottom: -35px !important;
    position: relative;
    text-align:center;
}

.service_cursousel_sliderr .slick-dots li button {
	background-color: #fff;
}
.slick-dots .slick-active button {
	background: -webkit-linear-gradient(-90deg,#343842,#eb3648 50%) !important;
}



/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }4+
.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 4s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
 .bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); } }
@-webkit-keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); } }
@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px); }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); }
  100% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); } }
@-webkit-keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px); }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); }
  100% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px); } }
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes rotateme3 {
    
    0% {
       transform: rotate(0deg);
       opacity: 1;
     }

   50% {
       transform: rotate(180deg);
     }
   100% {
       transform: rotate(360deg);
       opacity: 1;
     }
}
@keyframes rotateme2 {
    
    0% {
       transform: rotate(0deg);
       opacity: 1;
     }

   50% {
       transform: rotate(-180deg);
     }
   100% {
       transform: rotate(-360deg);
       opacity: 1;
     }
}
/* Bob Up Down*/
@-webkit-keyframes float_up_down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes float_up_down {
  0% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

/* Animation */
.scale2 {
    animation:scale2 2s alternate infinite;
    -webkit-animation:scale2 2s alternate infinite
   }
   @keyframes scale2 {
    from {
     transform:scale(.8);
     -webkit-transform:scale(.8)
    }
    to {
     transform:scale(1);
     -webkit-transform:scale(1)
    }
   }
   @-webkit-keyframes scale2 {
    from {
     transform:scale(.8);
     -webkit-transform:scale(.8)
    }
    to {
     transform:scale(1);
     -webkit-transform:scale(1)
    }
   }
   .dance {
    animation:dance 4s both;
    -webkit-animation:dance 4s both;
    animation-direction:alternate;
    -webkit-animation-direction:alternate;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    animation-delay:1s;
    -webkit-animation-delay:1s
   }
   @keyframes dance {
    0% {
     transform:translate3d(0,0,0);
     -webkit-transform:translate3d(0,0,0)
    }
    50% {
     transform:translate3d(15px,-15px,0);
     -webkit-transform:translate3d(15px,-15px,0)
    }
    100% {
     transform:translate3d(0,-15px,15px);
     -webkit-transform:translate3d(0,-15px,15px)
    }
   }
   @-webkit-keyframes dance {
    0% {
     transform:translate3d(0,0,0);
     -webkit-transform:translate3d(0,0,0)
    }
    50% {
     transform:translate3d(15px,-15px,0);
     -webkit-transform:translate3d(15px,-15px,0)
    }
    100% {
     transform:translate3d(0,-15px,15px);
     -webkit-transform:translate3d(0,-15px,15px)
    }
   }



@-webkit-keyframes float_left_right {
    0% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
      opacity: 1;
    }
  
    50% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px);
      opacity: 0.40;
    }
  
    100% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
      opacity: 1;
    }
  }
  
  @keyframes float_left_right {
    0% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
      opacity: 1;
    }
  
    50% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px);
      opacity: 0.40;
    }
  
    100% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
      opacity: 1;
    }
  }

  @-webkit-keyframes float_left_right_two {
    0% {
      -webkit-transform: translateX(-30px);
      opacity: 1;
    }
  
    50% {
      -webkit-transform: translateX(0px);
      opacity: 0.80;
    }
  
    100% {
      -webkit-transform: translateX(-30px);
      opacity: 1;
    }
  }
  
  @keyframes float_left_right_two {
    0% {
      transform: translateX(-30px);
      opacity: 1;
    }
  
    50% {
      transform: translateX(0px);
      opacity: 0.80;
    }
  
    100% {
      transform: translateX(-30px);
      opacity: 1;
    }
  }

  @-webkit-keyframes zoom-fade {
    0% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
  
    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    100% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
  }
  
  @keyframes zoom-fade {
    0% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
  
    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    100% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
  }


/* ======================tab section start========================== */
.tab-section .tab-title h1{
	font-size: 44px;
	text-align: center;
}

.tab-section .tab-title p{
	font-size: 16px;
	text-align: center;
	margin-bottom: 0px;
}

.accordion-content {
	margin-top: 65px;
	background: #fff;
}
.accordion-tabs {
  display: none;
}

.accordion-tabs :focus {
  outline: none;
}


.accordion-item:last-child {
  border: none;
}

.tab-section .accordion .accordion-tabs button {
	padding: 18px 0px;
}

.tab-section .accordion .accordion-tabs button img {
	margin-bottom: -10px;
}
.tab-section .accordion .accordion-tabs button span{
    color: #002c5d;
	font-size: 18px;
	font-weight: 600;
}


.tab-section .accordion .accordion-content img{
	width: 100%;
}

.tab-section .accordion .accordion-content .left-content {
	padding-right: 20px;
	margin-top: -6px;
}

.tab-section .accordion .accordion-content .left-content h2 {
	font-size: 25px;
	font-weight: 600;
}

.tab-items ul li {
	list-style: none;
	margin: 0 0 5px 0;
	font-weight: 500;
}
.tab-items ul li i {
	margin-right: 5px;
	font-size: 14px;
    color: #343842;
}
.tab-button a {
	display: inline-block;
	font-weight: 500;
	color: #343842;
	position: relative;
	text-transform: capitalize;
	margin-top: 6px;
}
.tab-button a::before {
	position: absolute;
	content: "";
	top: 14px;
	left: 95px;
	background: #343842;
	height: 2px;
	width: 30px;
}
.tab-button a:hover{
    color: #343842;
}
.tab-section .accordion .accordion-content .left-content .sub-title h5 {
	font-style: italic;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
}

.tab-section .accordion .accordion-content .left-content p{
	font-style: normal;
	line-height: 1.7;
}

.tab-section .accordion .accordion-content .left-content .list .tab-items ul li {
	margin: 5px 0px 10px;
}
.tab-section .accordion .accordion-content .left-content .list .tab-items ul li i {
	color: #39cabb;
	font-size: 20px;
	margin-right: 6px;
}

.tab-section .accordion .accordion-content .left-content .button a {
	font-size: 16px;
	color: #fff;
	background-color: #39cabb;
	padding: 18px 33px;
	border-radius: 4px;
	margin-top: 20px;
	margin-bottom: 35px;
}
.tab-section .accordion .accordion-content .left-content .button a {
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 0.5s;
	display: inline-block;
	padding: 17px 34px;
	background:#39cabb;
}
.tab-section .accordion .accordion-content .left-content .button a span {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--c);
	transform: translateY(150%);
	border-radius: 50%;
	left: calc((var(--n) - 1) * 45%);
	transition: 0.5s;
	transition-delay: calc((var(--n) - 1) * 0.1s);
	z-index: -1;
}

.tab-section .accordion .accordion-content .left-content .button a:hover {
    color: #fff;
}

.left-content p {
	margin: 0 0 19px;
}

.tab-section .accordion .accordion-content .left-content .button {
	margin-top: 0;
	margin-bottom: 26px;
}
.accordion-item__label:hover {
  background: #d3e1ff;
}
.accordion-item__container {
  padding: 0 1.25em;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: padding 0.2s ease, opacity 0.5s 0.15s ease;
}
.accordion-active .accordion-item__label {
  padding-bottom: 0;
  cursor: inherit;
}
.accordion-active .accordion-item__label:hover {
  background: none;
}
.accordion-active .accordion-item__label::after {
  opacity: 0;
}
.accordion-active .accordion-item__container {
  padding: 1.25em;
  height: auto;
  opacity: 1;
}
.accordion-active .accordion-item__container p:first-child, .accordion-active .accordion-item__container h1:first-child, .accordion-active .accordion-item__container h2:first-child, .accordion-active .accordion-item__container h3:first-child, .accordion-active .accordion-item__container h4:first-child, .accordion-active .accordion-item__container h5:first-child, .accordion-active .accordion-item__container h6:first-child {
  margin-top: 0;
}
.accordion-active .accordion-item__container p:last-child, .accordion-active .accordion-item__container h1:last-child, .accordion-active .accordion-item__container h2:last-child, .accordion-active .accordion-item__container h3:last-child, .accordion-active .accordion-item__container h4:last-child, .accordion-active .accordion-item__container h5:last-child, .accordion-active .accordion-item__container h6:last-child {
  margin-bottom: 0;
}
.left-content p {
	margin: 18px 0 10px;
}

h4.accordion-item__label {
	opacity: 0;
	display: none;
}
.image {
	margin-top: 9px;
}
.accordion-tabs {
	display: flex;
}

.accordion-tabs {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
}
.accordion-tabs .accordion-tab {
	padding: 1rem 2rem;
	flex: 1;
	border: none;
	cursor: pointer;
	transition: background 0.1s ease;
	text-align: center;
	color: #1e1e2a;
	font-weight: 500;
	border-left: 1px solid #343842;
}
.accordion-tabs .accordion-tab:hover {
	background: #343842;
}
  .accordion-tabs .accordion-tab:last-child {
    border-right: 0;
  }
  .slide-down {
    animation: slide-down 5s ease-out;
  }
  @keyframes slide-down {
    0% {
      opacity: 0;
      transform: translateY(10%);
    }
    10% {
      opacity: 1;
      transform: translateY(0);
    }
  }

@media (min-width: 768px){
.em_tab_inner .col-md-6 {
    float: left ;
}}
.accordion-tabs .accordion-tab.accordion-active {
	background: #343842;
}
  .accordion-tabs .accordion-tab.accordion-active img {
    filter: brightness(0)invert(1);
  }

  .accordion-tabs .accordion-tab.accordion-active .span-color {
    color: #fff;
  }
  .accordion-tabs .accordion-tab:hover img {
    filter: brightness(0)invert(1);
  }

  .accordion-tabs .accordion-tab:hover .span-color {
    color: #fff;
  }

  .accordion-item.accordion-active {
    display: block;
  }
  .accordion-item.accordion-active .accordion-item__container {
	padding: 25px;
}

  /* Accordion */

/*
==========
Accordion
==========
*/
.my-accordion {
    padding: 0;
    margin: 0;
}
.my-accordion li {
    list-style: none;
    border-radius: 5px;
    padding: 0px 0px 14px;
}
.my-accordion li a {
    position: relative;
    display: block;
    font-size: 17px;
    outline: 0;
    font-weight: 600;
    border: none;
    cursor: pointer;
    color: #1d2124;
    transition: .3s;
    margin-left: 0;
    box-shadow: 0 5px 52px rgba(0,0,0,.05);
    padding: 20px 20px;
    background: #fff;
}
.my-accordion li a.active, .my-accordion li a:hover {
	color: #343842;
}
.my-accordion li a::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 13px;
    top: 17px;
    width: 30px;
    height: 30px;
    background: #343842;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
}
.my-accordion li a.active::after {
	content: "\f068";
	background: #343842;
}
.my-accordion p {
    display: none;
    margin: 20px 0px 0 30px;
    font-size: 16px;
    width: 88%;
}
/* Style Two  */
.my-accordion.style-two li {
	box-shadow: 0px 0 36px rgba(0, 0, 0, 0.04);
}
.my-accordion.style-two li a::after {
	display: none;
}
.my-accordion.style-two li {
    padding: 0;
}
.my-accordion.style-two li a {
	margin-left: 0;
	background: #f3f1ff;
	padding: 15px 25px;
    transition: .3s;
}
.my-accordion.style-two li a.active {
    background: #fff;
} 
.my-accordion.style-two li a i {
    position: absolute;
    right: 24px;
    top: 18px;
    font-size: 14px;
    font-weight: 600;
}
.my-accordion.style-two p {
	padding: 0 25px 20px 25px;
	margin-top: 0;
}

.my-accordion.style-two li a.active i {
	transform: rotate(90deg);
}
.my-accordion.style-two li a::before {
	left: 27px;
	bottom: 12px;
	height: 3px;
	background: #efedfe;
}
.my-accordion.style-two li a.active::before,
.my-accordion.style-two li a:hover::before {
	width: 80%;
}
/* Infinite Text Animatio */
  .pureit-animate-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
}
.pureit-animate-text {
    display: flex;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
}
.animate-text{
    display: flex;
    align-items: baseline;
    animation: pureit-animation 20s linear infinite;
    -webkit-animation: pureit-animation 20s linear infinite;
}
.animate-text span {
    -webkit-text-stroke-color: #ffff;
    -webkit-text-stroke-width: 1px;
    color: transparent;
    font-size: 100px;
    line-height: 1.1em;
    padding-right: .5em;
    padding-left: .5em;
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase;
}
@keyframes pureit-animation{
    0% {
        transform: translateX(0) translateZ(0);
    }
    100% {
        transform: translateX(-100%) translateZ(0);
    }
}
@keyframes pureit-animation-copy{
    0% {
        transform: translateX(100%) translateZ(0);
    }
    100% {
        transform: translateX(0) translateZ(0);
    }
}
.animate-text.copy{
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(100%) translateZ(0);
    animation: pureit-animation-copy 20s linear infinite;
    -webkit-animation: pureit-animation-copy 20s linear infinite;
}

/* Portfolio Details */
.portfolio-detail {
    padding: 45px;
    background-color: #f4f4f4;
    margin-bottom: 30px;
}
.portfolio-detail .list--detail .item--detail {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.main-portfolio-details h1 {
    margin: 15px 0 40px;
}
.portfolio-title h1 {
    padding: 25px 0 30px;
}
/* Image Carousel */
.pureit_img_carousel li{
    position: relative;
    overflow: hidden;
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.pureit_img_carousel li img {
    position: relative;
    overflow: hidden;
    height: 352px;
    object-fit: cover;
}
li{
    list-style: none;
}
.pureit_img_carousel .active.center li{
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
}
.pureit_img_carousel li a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.pureit_img_carousel li a:hover:after{
    opacity: 0.4;
}
.owl-prev {
    position: absolute;
    top: 42%;
    right: 5%;
}
.owl-next {
    position: absolute;
    top: 42%;
    left: 5%;
}

.owl-nav div {
    background: var(--brand-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}



