
i {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

/*
=============
JoraTali
=============
*/
.elementor-progress-percentage {
	margin-top: -15px;
	font-size: 16px;
}

.faq-custom .elementor-accordion-item {
	margin-bottom: 20px;
}

.faq-custom .elementor-accordion-item .elementor-tab-title.elementor-active {
	background: #0c5adb;
}

.faq-custom .elementor-accordion .elementor-accordion-item {
	border: 1px solid #d4d4d4 !important;
}

/*
=============
Global
=============
*/
.slick-dots {
	bottom: 0px !important;
	position: relative;
}

.service-button a {
	display: block;
}

/*
=============
Slick Slider
=============
*/
.single-slick {
	position: relative;
	min-height: 875px !important;
	z-index: 1;
}

.slide-img, .parallax-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

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

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

.dreamit-slick-slider .hero-text-wrap h1 span {
	color: #0c5adb;
}

.dreamit-slick-slider .hero-text-wrap h4 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 5px;
	display: inline-block;
	color: #232323;
	-webkit-animation: .8s .8s fadeInUp both;
	animation: .8s .8s fadeInUp both;
}

.dreamit-slick-slider .hero-text-wrap p {
	font-size: 18px;
	margin: 25px 0 35px;
	-webkit-animation: 1s 2s fadeInUp both;
	animation: 1s 2s fadeInUp both;
	width: 56%;
}

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

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

.dreamit-slick-slider .slider-video-icon {
	display: inline-block;
	padding-left: 30px;
	-webkit-animation: 1s 2s fadeInUp both;
	animation: 1s 2s fadeInUp both;
}

.dreamit-slick-slider .slider-video-icon span {
	margin-left: 22px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.slider-single-image {
	position: absolute;
	bottom: 0px;
	right: 9%;
	-webkit-animation: .8s .8s fadeInUp both;
	animation: .8s .8s fadeInUp both;
}

.slider-single-image img {
	display: block;
	width: 97%;
}

.slider_circle_img.rotateme {
	position: absolute;
	right: 50px;
	top: 0;
}

.dreamit-slick-slider .text-center .hero-text-wrap p {
	font-size: 18px;
	margin: 16px auto 48px;
	text-align: center;
}

/* style two */
.dreamit-slick-slider .style-two .slider-video-icon {
	margin-bottom: 50px;
	position: absolute;
	right: 20%;
	top: 50%;
	transform: translateY(-50%);
}

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

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

.bottom-img img {
	width: 100%;
}

/* style Six */
.dreamit-slick-slider .style-six .slider-video-icon {
	margin-bottom: 50px;
	position: absolute;
	right: 1%;
	top: 50%;
	transform: translateY(-50%);
}

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

.dreamit-slick-slider .style-six .slider-video-icon a {
	border-radius: 0;
}

.dreamit-slick-slider .style-six .hero-text {
	position: relative;
	z-index: 1;
	margin-top: -66px;
}

/* Style Seven*/
.dreamit-slick-slider .style-seven .slider-video-icon {
	margin-bottom: 50px;
	position: absolute;
	right: 20%;
	top: 50%;
	transform: translateY(-50%);
}

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

.dreamit-slick-slider .single-slick.style-seven .slider-single-image {
	bottom: inherit;
}

.dreamit-slick-slider .single-slick.style-seven::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("http://webitkurigram.com/wp/techno/wp-content/uploads/2020/06/cyber-security-slider.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-animation: FocuS 1s linear 1s infinite;
	animation: FocuS 1s linear 1s infinite;
}

.dreamit-slick-slider .single-slick.style-seven .slider-single-image img {
	-webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
	animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
}

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

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

.slick-next {
	background-color: rgba(0, 0, 0, .4) !important;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1) !important;
	height: 80px !important;
	top: 50%;
	width: 80px !important;
	line-height: 80px !important;
	color: #fff;
	border: 0;
}

.slick-next:hover {
	background-color: #0c5adb !important;
	color: #fff;
}

.slick-next::before {
	font-size: 26px !important;
	color: #fff !important;
}

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

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

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

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

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

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

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

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	color: #fff;
}

.rotateme {
	position: absolute;
	z-index: -1;
	-webkit-animation-name: rotateme;
	animation-name: rotateme;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(360deg);
	}
}

/*
==============
Section Title
==============
*/
.section-title {
	margin: auto auto auto 0;
	width: 100%;
	text-align: left;
	position: relative;
	margin-bottom: 45px;
}

.section-title.t_center {
	margin: auto;
	text-align: center;
	position: relative;
	z-index: 99;
	margin-bottom: 45px;
}

.section-title.t_left {
	margin: auto auto auto 0;
	width: 100%;
	text-align: left;
	position: relative;
	margin-bottom: 10px;
}

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

.section-title.t_right .bar {
	margin: 0 0 5px auto;
}

.section-title.t_left .bar {
	margin: 0 0 5px;
}

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

.section-title h5 {
	color: #0c5adb;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 5px;
	margin: 0 0 15px;
}

.section-title p {
	margin-top: 7px;
	margin-bottom: 0;
	font-size: 18px;
	width: 73%;
	margin: 7px auto 0;
}

.section-title.t_left p {
	margin-bottom: 0;
	width: 100%;
}

.section-title.t_right p {
	width: 100%;
}

.bar-main {
	margin: 18px 0 35px;
}

.bar.bar-big {
	height: 5px;
	width: 90px;
	background: #aec6ef;
	margin: 20px auto;
	position: relative;
	border-radius: 30px;
}

.bar.bar-big::before {
	content: "";
	position: absolute;
	left: 0;
	top: -2.7px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #0c5adb;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: MOVE-BG;
	animation-name: MOVE-BG;
}

.t_center .bar.bar-big::before {
	margin: auto;
}

.t_right .bar.bar-big::before {
	left: auto;
	margin: auto;
	right: 0;
}

.section-title span {
	color: #0c5adb;
}

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

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

/*section title style three*/
.style-three .section-title h5 {
	margin: 0 0 23px;
	filter: drop-shadow(0px 5px 15px rgba(152, 179, 223, .2));
	background-color: #fff;
	display: inline-block;
	padding: 10px 17px 10px;
	border-radius: 4px;
	font-weight: 600;
}

.style-three .section-title p {
	margin-top: 7px;
	margin-bottom: 0;
	font-size: 16px;
	width: 100%;
	margin: 20px auto 13px;
	padding: 0 0 0 18px;
	border-left: 2px solid #0c5adb;
	line-height: 28px;
}

.style-three .section-title.t_center.section-title p {
	width: 57%;
	margin: 13px auto 13px;
	border-left: none;
}

.style-three .section-title.t_left.section-title p {
	width: 100%;
	margin: 20px auto 13px;
	padding: 0 0 0 0px;
	border-left: none;
}

/*section title stylr four*/
.style-four .section-title h5 {
	font-size: 18px;
	text-transform: capitalize;
	letter-spacing: 0px;
	margin: 0 0 15px;
	position: relative;
	left: 25px;
	display: inline-block;
}

.style-four .section-title h5:before {
	position: absolute;
	content: "";
	top: 5px;
	left: -25px;
	height: 15px;
	width: 15px;
	background: url("https://cdn-ildjdkp.nitrocdn.com/rJmsyDoaAMzyEvUPOXJdXybAGlHuuJrS/assets/images/optimized/rev-4a93233/www.turnoutnow.com/wp-content/plugins/dreamit-elementor-extension/assets/images/Startup.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.style-four .section-title.t_center h5 {
	position: relative;
}

.style-four .section-title.t_center h5:after {
	position: absolute;
	content: "";
	top: 5px;
	right: -25px;
	height: 15px;
	width: 15px;
	background: url("https://cdn-ildjdkp.nitrocdn.com/rJmsyDoaAMzyEvUPOXJdXybAGlHuuJrS/assets/images/optimized/rev-4a93233/www.turnoutnow.com/wp-content/plugins/dreamit-elementor-extension/assets/images/Startup.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.style-four .section-title.t_center.section-title p {
	margin-top: 7px;
	margin-bottom: 0;
	font-size: 16px;
	width: 61%;
	margin: 19px auto 0;
}

.style-four .section-title.t_left p {
	margin-bottom: 0;
	width: 100%;
	border-left: none;
	padding-left: 0;
	margin-top: 19px;
	font-size: 16px;
	line-height: 30px;
}

/*left*/
.left .style-four .section-title.t_left p {
	border-left: 2px solid #0b5adb;
	padding-left: 19px;
}

/*section style five*/
.style-five .section-title h5 {
	color: #0c5adb;
	font-size: 18px;
	margin: 0 0 20px;
	position: relative;
	z-index: 1;
	letter-spacing: 0;
	display: inline-block;
}

.style-five .section-title h5:before {
	position: absolute;
	content: "";
	z-index: -1;
	right: -10px;
	top: -2px;
	background: #cedef8;
	width: 30px;
	height: 26px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 65% 100%);
	transition: .5s;
}

.style-five .section-title p {
	font-size: 16px;
	width: 100%;
	margin: 20px auto 0;
}

.style-five .section-title.t_center.section-title p {
	width: 52%;
	margin: 17px auto 0;
}

/*style six*/
.style-six .section-title h5 {
	font-size: 18px;
	letter-spacing: 0px;
	margin: 0 0 17px;
}

.style-six .section-title.t_left p {
	font-size: 16px;
	line-height: 28px;
	margin: 19px 0 0 0;
}

.style-seven .section-title h5 {
	font-size: 18px;
	letter-spacing: 0px;
	margin: 0 0 21px;
	position: relative;
	left: 43px;
}

.style-seven .section-title.t_left p {
	font-size: 16px;
	line-height: 28px;
	margin: 8px 0 0 0;
}

.style-seven .section-title h5:before {
	position: absolute;
	content: "";
	left: -42px;
	top: 12px;
	width: 32px;
	height: 1px;
	background: #0c59db;
}

.style-seven .section-title.t_center h5:before {
	display: none;
}

.style-seven .section-title.t_center h5 {
	left: 0;
}

/*section title style eight*/
.style-8 .section-title span {
	font-weight: 500;
}

.style-8 .section-title.t_left.section-title h5 {
	font-size: 18px;
	letter-spacing: 0;
	margin: 0 0 20px;
	position: relative;
	left: 31px;
}

.style-8 .section-title.t_left.section-title h5:before {
	position: absolute;
	content: "";
	top: 2px;
	left: -31px;
	height: 26px;
	width: 22px;
	background: url("https://cdn-ildjdkp.nitrocdn.com/rJmsyDoaAMzyEvUPOXJdXybAGlHuuJrS/assets/images/optimized/rev-4a93233/www.turnoutnow.com/wp-content/plugins/dreamit-elementor-extension/assets/images/icon.png");
	background-repeat: no-repeat;
}

.style-8 .section-title.t_center.section-title p {
	width: 50%;
}

/*style9*/
.style-9 .section-title.t_left h3, .style-9 .section-title.t_left h2 {
	position: relative;
	font-size: 44px;
}

.style-9 .section-title.t_left h3:before {
	position: absolute;
	content: "";
	top: -35px;
	left: 0;
	height: 3px;
	width: 71px;
	background: #2876ff;
}

.style-9 .section-title.t_center {
	position: relative;
}

.style-9 .section-title.t_center:before {
	position: absolute;
	content: "";
	top: -175px;
	left: 0;
	height: 71px;
	width: 3px;
	background: #2876ff;
	right: 0;
	margin: auto;
}

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

/*dreamit button*/
.dreamit-button a {
	background: linear-gradient(to left, #2475fc, #1129b9 100%);
	padding: 16px 31px;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	transition: .5s;
	position: relative;
	overflow: hidden;
	z-index: 44;
	border-radius: 5px;
	color: #fff;
}

.dreamit-button a i {
	margin-left: 5px;
}

.dreamit-button a:before {
	position: absolute;
	content: "";
	top: 0px;
	height: 100%;
	left: -25%;
	width: 0%;
	background: #00247e;
	transform: skew(50deg);
	transition-duration: .6s;
	z-index: -1;
}

.dreamit-button a:hover:before {
	width: 180%;
}

.dreamit-button a:hover {
	color: #fff;
}

/*new-btn-two*/
.new-btn-two .dreamit-button a {
	border-radius: 30px;
}

/*
============
Feature Box
============
*/
.feature-box {
	position: relative;
}

.default-style.feature-box {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-align: center;
	z-index: 99;
	padding: 38px 30px 18px 30px;
	box-shadow: 0 20px 50px rgba(229, 229, 229, .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: .4;
	color: #666;
	opacity: .07;
}

.default-style.feature-box .feature-box-title h3 {
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.default-style.feature-box .feature-box-title h2 {
	font-size: 20px;
	font-weight: 600;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin: 15px 0 15px;
}

.default-style.feature-box .feature-box-desc {
	margin-bottom: 20px;
	transition: .5s;
}

.default-style.feature-box .feature-box-icon {
	display: inline-block;
	position: relative;
	font-size: 56px;
}

.default-style.feature-box .feature-box-icon::before {
	position: absolute;
	content: "";
	background: url("https://webitkurigram.com/wpv/itsoft/wp-content/themes/itsoft/assets/images/icon-1.png");
	width: 56px;
	height: 71px;
	right: -20px;
	top: 0px;
	background-repeat: no-repeat;
	transition: .5s;
}

.default-style.feature-box:hover .feature-box-icon::before {
	transform: rotate(25deg) !important;
}

.default-style.feature-box .feature-box-icon i {
	font-size: 56px;
	text-align: center;
	transition: .5s;
	color: #0c5adb;
}

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

.feature-btn a {
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	display: inline-block;
	color: #616161;
	margin-top: 20px;
}

.default-style.feature-box .feature-btn a i {
	font-size: 18px;
	position: absolute;
	margin-bottom: -7px;
	right: -12px;
}

/* Feature Style Two */
.style-two .feature-box-title h2 {
	font-size: 20px;
	margin: 10px 0 34px;
	position: relative;
}

.style-two .feature-box-title h2::before {
	position: absolute;
	bottom: -17px;
	left: 0;
	width: 100%;
	content: "";
	background: #ddd;
	height: 3px;
	transition: .3s;
}

.style-two .feature-box-title h2::after {
	position: absolute;
	bottom: -17px;
	left: 0;
	width: 0%;
	content: "";
	background: #0c5adb;
	height: 3px;
	transition: .3s;
}

.style-two.feature-box:hover .feature-box-title h2::after {
	width: 100%;
}

.style-two.feature-box .feature-box-icon i {
	color: #0c5adb;
	font-size: 50px;
}

.gradient .front {
	background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
}

.gradient .flipper .back a.button {
	background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
}

.itsoft_flipbox .front, .itsoft_flipbox .back {
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

/* Feature Style Three */
.feature-box.style-three {
	background: #fff;
	text-align: center;
	box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, .12);
	border-radius: 7px;
	padding: 45px 30px;
	transition: .5s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-bottom: 30px;
}

.feature-box.style-three::before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	height: 100%;
	width: 100%;
	background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff);
	z-index: -1;
	opacity: 0;
	transition: .5s;
}

.feature-box.style-three:hover::before {
	opacity: 1;
	top: 0%;
}

.feature-box.style-three:hover {
	border-radius: 100%;
}

.feature-box.style-three .feature-box-icon i {
	font-size: 55px;
	color: #0c5adb;
	transition: .5s;
	display: inline-block;
}

.feature-box.style-three .feature-box-title h2 {
	font-size: 20px;
	font-weight: 700;
	transition: .5s;
	margin: 20px 0 15px;
}

.feature-box.style-three .feature-btn a {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	margin-top: 15px;
	display: inline-block;
	transition: .5s;
}

.feature-box.style-three .feature-btn a i {
	margin-left: 4px;
}

.feature-box-desc {
	transition: .4s;
}

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

/* Feature Style Four */
.feature-box.style-four {
	border-radius: 10px;
	overflow: hidden;
	transition: .5s;
}

.feature-box.style-four:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0 25px 55px rgba(0, 0, 0, .22);
	box-shadow: 0 25px 55px rgba(0, 0, 0, .22);
}

.feature-box.style-four:hover:before {
	background: rgba(12, 90, 219, .85);
}

.feature-box.style-four:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(41, 55, 66, .6);
	content: "";
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border-radius: 10px;
}

.feature-box.style-four .feature-box-content {
	position: absolute;
	left: 0;
	bottom: -67px;
	padding: 0 59px 0 40px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.feature-box.style-four:hover .feature-box-content {
	bottom: 40px;
}

.feature-box.style-four .feature-box-content .feature-box-icon span i {
	font-size: 50px;
	color: #fff;
}

.feature-box.style-four .feature-box-content .feature-box-title h2 {
	font-size: 23px;
	font-weight: 700;
	margin: 17px 0 15px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	color: #fff;
}

.feature-box.style-four .feature-box-content .feature-box-desc p {
	overflow: hidden;
	-webkit-transition: .5s;
	-webkit-transition: .3s;
	-moz-transition: .5s;
	-moz-transition: .3s;
	-o-transition: .5s;
	-o-transition: .3s;
	transition: .5s;
	transition: .3s;
	color: #fff;
	opacity: 0;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.feature-box.style-four:hover .feature-box-content .feature-box-desc p {
	opacity: 1;
}

.feature-box.style-four .feature-box-content .feature-btn a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 20px;
	display: inline-block;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.feature-box.style-four:hover .feature-box-content .feature-btn a {
	opacity: 1;
}

/* Style Five */
.feature-box.style-five {
	background: #fff;
	text-align: center;
	box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, .12);
	border-radius: 7px;
	padding: 50px 45px;
	transition: .4s;
}

.feature-box.style-five.active {
	background: #0c5adb;
}

.feature-box.style-five:hover {
	background: #0c5adb;
	transform: translateY(-10px);
}

.feature-box.style-five .feature-box-icon i {
	background: #edf4fc;
	width: 130px;
	height: 130px;
	border-radius: 100%;
	line-height: 130px;
	font-size: 45px;
	color: #0c5adb;
	margin-bottom: 20px;
	transition: .4s;
	display: inline-block;
}

.feature-box.style-five:hover .feature-box-icon i {
	background: #fff;
}

.feature-box.style-five .feature-box-content .feature-box-title h2 {
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 15px;
	transition: .4s;
}

.feature-box.style-five .feature-btn a {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	margin-top: 25px;
	display: inline-block;
	transition: .4s;
	color: #0c5adb;
}

.feature-box.style-five:hover .feature-box-title h2, .feature-box.style-five:hover .feature-btn a, .feature-box.style-five:hover .feature-box-desc {
	color: #fff;
}

.feature-box.style-five.active .feature-box-title h2, .feature-box.style-five.active .feature-btn a, .feature-box.style-five.active .feature-box-desc {
	color: #fff;
}

/* Style Six */
.feature-box.style-six {
	background: #fff;
	text-align: center;
	box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, .12);
	border-radius: 7px;
	padding: 28px 20px 28px;
	transition: .4s;
}

.feature-box.style-six.active {
	background: #0c5adb;
}

.feature-box.style-six:hover {
	background: #0c5adb;
	transform: translateY(-10px);
}

.feature-box.style-six .feature-box-icon i {
	font-size: 48px;
	color: #0c5adb;
	margin-bottom: 15px;
	transition: .4s;
	display: inline-block;
}

.feature-box.style-six:hover .feature-box-icon i {
	color: #fff;
}

.feature-box.style-six .feature-box-content .feature-box-title h2 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
	transition: .4s;
}

.feature-box.style-six .feature-btn a {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	margin-top: 25px;
	display: inline-block;
	transition: .4s;
	color: #0c5adb;
}

.feature-box.style-six:hover .feature-box-title h2, .feature-box.style-six:hover .feature-btn a, .feature-box.style-six:hover .feature-box-desc {
	color: #fff;
}

.feature-box.style-six.active .feature-box-title h2, .feature-box.style-six.active .feature-btn a, .feature-box.style-six.active .feature-box-desc {
	color: #fff;
}

/* Style Seven */
.feature-box.style-seven {
	background: rgba(0, 0, 0, .67);
	border: 1px solid rgba(255, 255, 255, .1);
	padding: 15px 23px 30px;
	position: relative;
	z-index: 1;
}

.feature-box.style-seven:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 3px;
	background: #0c5adb;
	z-index: -1;
	transition: .3s;
}

.feature-box.style-seven:hover::before {
	width: 100%;
}

.feature-box.style-seven .feature-box-icon {
	float: left;
	margin-right: 20px;
	padding-top: 18px;
}

.feature-box.style-seven .feature-box-icon i {
	font-size: 40px;
	transition: .3s;
}

.feature-box.style-seven .feature-box-content {
	overflow: hidden;
}

.feature-box.style-seven .feature-box-title h2 {
	font-size: 20px;
	margin: 15px 0 10px;
	transition: .3s;
}

.feature-box.style-seven .feature-icon.bottom {
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-size: 40px;
	color: #69717d;
	opacity: .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, .15);
		margin-bottom: 30px;
	}
	
	.default-style.feature-box .feature-box-icon i {
		margin-right: 0;
		color: #0c5adb;
	}
	
	.default-style.feature-box .feature-box-content {
		float: none;
	}
	
	.default-style.feature-box .feature-box-title h2 {
		color: #232323;
	}
}

.feature-box.style-eight {
	background: #fff;
	box-shadow: 0 0 5px rgba(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: #fff;
	background-color: #2a6dec;
}

/*feature box style nine*/
.feature-box.style-nine {
	border-radius: 5px;
	filter: drop-shadow(0px 5px 30px rgba(162, 188, 231, .3));
	background-color: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
	padding: 41px 24px 32px;
	transition: .4s;
	transition: .5s;
}

.feature-box.style-nine:hover {
	transform: translate3d(0, -6px, 0);
}

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

.feature-two .feature-box.style-nine:before {
	background-image: linear-gradient(to bottom right, #0b59db 0%, #00237d 90%);
}

.feature-three .feature-box.style-nine:before {
	background-image: linear-gradient(to bottom right, #ca30fb 0%, #8c3ffd 90%);
}

.feature-box.style-nine:hover:before {
	left: 0;
	width: 100%;
}

.feature-box.style-nine:hover .feature-box-title h2, .feature-box.style-nine:hover .feature-box-desc p {
	color: #fff;
}

.feature-box.style-nine .feature-box-icon {
	display: inline-block;
	position: relative;
	z-index: 1;
	height: 86px;
	width: 92px;
	line-height: 107px;
}

.feature-box.style-nine .feature-box-icon:before {
	position: absolute;
	content: "";
	top: 0;
	left: 4px;
	height: 86px;
	width: 92px;
	line-height: 85px;
	background: url("https://cdn-ildjdkp.nitrocdn.com/rJmsyDoaAMzyEvUPOXJdXybAGlHuuJrS/assets/images/optimized/rev-4a93233/www.turnoutnow.com/wp-content/plugins/dreamit-elementor-extension/assets/images/em.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.feature-two .feature-box.style-nine .feature-box-icon:before {
	background: url("https://cdn-ildjdkp.nitrocdn.com/rJmsyDoaAMzyEvUPOXJdXybAGlHuuJrS/assets/images/optimized/rev-4a93233/www.turnoutnow.com/wp-content/plugins/dreamit-elementor-extension/assets/images/em1.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.feature-three .feature-box.style-nine .feature-box-icon:before {
	background: url("https://cdn-ildjdkp.nitrocdn.com/rJmsyDoaAMzyEvUPOXJdXybAGlHuuJrS/assets/images/optimized/rev-4a93233/www.turnoutnow.com/wp-content/plugins/dreamit-elementor-extension/assets/images/em2.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.feature-box.style-nine .feature-box-icon span i {
	font-size: 35px;
	color: #fff;
}

.feature-box.style-nine .feature-box-title h2 {
	font-size: 20px;
	margin: 37px 0 16px;
	transition: .5s;
}

.feature-box.style-nine .feature-box-desc {
	transition: .4s;
	line-height: 29px;
	margin: 0;
}

.feature-box.style-nine .feature-box-desc p {
	margin: 0;
	transition: .5s;
}

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

/* Service Style Default */
.em_service_content {
	overflow: hidden;
}

.service_top_text {
	display: block;
}

.service-box-icon {
	color: #333;
	font-size: 40px;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.service-box .service-box-icon i {
	margin-bottom: 25px;
	display: inline-block;
	color: #0c5adb;
}

.service-box-title {
	overflow: hidden;
}

.service-box-title h2, .service-box-title h3 {
	margin: 0 0 15px 0;
	font-size: 20px;
	padding: 0;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.service-box-title h2:hover {
	color: #0c5adb;
}

.service-box-desc p {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.service-btn {
	margin-top: 15px;
}

.service-btn > a {
	border-radius: 30px;
	color: #616161;
	display: inline-block;
	font-size: 14px;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	font-weight: 400;
}

.service-btn > a i {
	margin-left: 7px;
}

.service-btn a:hover {
	color: #0c5adb;
}

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

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

/* Service Box Style Two */
.service-box.service-style-two {
	padding: 60px 30px 58px;
	text-align: center;
	position: relative;
	background: #fff;
	transition: .5s;
	z-index: 1;
	box-shadow: 0px 0 6px rgba(26, 46, 85, .1);
}

.service-box.service-style-two::before {
	width: 100%;
	height: 0px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	-webkit-transition: .5s;
	transition: .5s;
	background: #0c5adb;
}

.service-box.service-style-two:hover::before {
	height: 100%;
}

.service-box.service-style-two:hover {
	transform: translateY(-8px);
}

.service-box.service-style-two .service-box-icon i {
	font-size: 60px;
	display: inline-block;
	color: #0c5adb;
	transition: .5s;
	margin: 0;
}

.service-box.service-style-two .service-box-title h2 {
	margin: 25px 0 15px 0;
	transition: .5s;
	font-size: 20px;
	font-weight: 500;
}

.service-box.service-style-two .service-btn {
	margin-top: 0;
	position: absolute;
	bottom: -24px;
	left: 0;
	right: 0;
	opacity: 0;
	transition: .4s;
	transform: scale(0);
}

.service-box.service-style-two:hover .service-btn {
	opacity: 1;
	transform: scale(1);
}

.service-box.service-style-two .service-btn > a {
	color: #0c5adb;
	display: inline-block;
}

.service-box.service-style-two .service-btn > a i {
	margin-left: 0;
	font-size: 21px;
	width: 50px;
	height: 50px;
	color: #0c5adb;
	background: #fff;
	line-height: 50px;
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	border-radius: 100%;
}

.service-box.service-style-two .service-btn > a, .service-box.service-style-two .service-box-desc p {
	transition: .5s;
}

.service-box.service-style-two:hover .service-box-title h2, .service-box.service-style-two:hover .service-box-title h3, .service-box.service-style-two:hover .service-btn > a, .service-box.service-style-two:hover .service-box-icon i, .service-box.service-style-two:hover .service-box-desc p {
	color: #fff;
}

/* Service Box Style Three */
.service-box.service-style-three {
	padding: 0;
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, .2);
	transition: .5s;
	position: relative;
	overflow: hidden;
}

.service-box.service-style-three .service-content-front {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	width: 100%;
	padding: 0;
	transition: .4s;
}

.service-box.service-style-three:hover .service-content-front {
	bottom: -100%;
}

.service-box.service-style-three .service-content-front .service-box-icon {
	color: #fff;
	font-size: 40px;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	float: left;
	margin-right: 20px;
}

.service-box.service-style-three .service-content-front .service-box-icon i {
	margin-bottom: 0;
	display: inline-block;
	color: #fff;
	background: #0c5adb;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
}

.service-box.service-style-three .service-content-front .service-box-title h2 {
	margin: 20px 0 0 0;
	font-size: 20px;
	padding: 0;
	color: #fff;
}

.service-box.service-style-three .service-box-desc p {
	color: rgba(255, 255, 255, .85);
}

.service-box.service-style-three .service-btn {
	margin-top: 30px;
}

.service-box.service-style-three .service-btn > a {
	color: #0c5adb;
	transition: .5s;
	transition: all .5s;
	background: #fff;
	padding: 14px 30px;
	display: inline-block;
	border-radius: 4px;
}

.service-box.service-style-three .service-btn > a:hover {
	background: #fff;
	color: #0c5adb;
}

.service-content-back {
	position: absolute;
	top: -100%;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	background: rgba(12, 90, 219, .8);
	padding: 0 32px;
	transition: .4s;
}

.service-box.service-style-three:hover .service-content-back {
	top: 0;
}

.service-content-back-inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.service-box .service-content-back .service-box-icon i {
	margin-bottom: 0;
	display: inline-block;
	color: #fff;
	font-size: 60px;
}

.service-box .service-content-back .service-box-title h2 {
	margin: 5px 0 15px 0;
	font-size: 20px;
	padding: 0;
	color: #fff;
}

/* Service Style 4 */
.service-box.service-style-four {
	text-align: center;
	padding: 25px 24px 40px;
	border: 1px solid #e4ecf9;
	position: relative;
	z-index: 1;
	background: #fff;
	border-radius: 4px;
}

.service-box.service-style-four::before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 45px;
	height: 45px;
	content: "";
	background: #adc7f1;
	transition: .3s;
	z-index: -1;
}

.service-box.service-style-four:hover::before {
	width: 100%;
	height: 100%;
	background: #0c5adb;
}

.service-box.service-style-four .service-box-icon i {
	color: #0c5adb;
	font-size: 55px;
}

.service-box.service-style-four .service-box-content h2 {
	font-size: 23px;
}

.service-box.service-style-four .service-box-content p {
	margin: 0;
}

.service-box.service-style-four:hover .service-box-icon i, .service-box.service-style-four:hover .service-box-content h2, .service-box.service-style-four:hover .service-box-content p {
	color: #fff;
}

/* Service Style 5 */
.service-box.style-five {
	padding: 0 20px;
}

.style-five .service-box-title h3 {
	font-size: 32px;
}

.service-box-number {
	position: relative;
	color: #0c5adb;
	font-size: 19px;
	font-weight: 700;
	margin-right: 50px;
	display: block;
}

.service-box-number {}

.service-box-number::before {
	position: absolute;
	right: -40px;
	top: 16px;
	width: 30px;
	height: 1px;
	background: #0c5adb;
	content: "";
}

.service-list {
	padding-left: 0;
	list-style: none;
}

.service-list li a {
	display: block;
	color: #232323;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	padding: 5px 0px;
	transition: .3s;
}

.service-list li a:hover {
	margin-left: 15px;
	color: #0c5adb;
}

.service-style-five .service-btn > a {
	color: #232323;
	font-size: 13px;
	font-weight: 500;
}

.service-style-five .service-btn > a:hover {
	color: #0c5adb;
}

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

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

/* Service Box Style Six */
.service-box.service-style-six {
	padding: 40px 30px 40px;
	text-align: center;
	position: relative;
	background: #fff;
	transition: .5s;
	z-index: 1;
	margin: 0 15px 30px;
	box-shadow: 0px 0 6px rgba(26, 46, 85, .1);
}

.service-box.service-style-six::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	-webkit-transition: .5s;
	transition: .5s;
	background: #0c5adb;
	transform: scale(0);
}

.service-box.service-style-six:hover::before {
	transform: scale(1);
}

.service-box.service-style-six .service-box-icon i {
	margin-bottom: 15px;
	display: inline-block;
	color: #0c5adb;
	color: #fff;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #0c5adb;
	border-radius: 0;
	margin: 15px 0 25px;
	transition: .5s;
}

.service-box.service-style-six .service-box-title h2 {
	margin: 0 0 20px 0;
	font-size: 23px;
}

.service-box.service-style-six:hover .service-box-title h2, .service-box.service-style-six:hover .service-btn > a, .service-box.service-style-six:hover .service-box-desc p {
	color: #fff;
}

.service-box.service-style-six:hover .service-box-icon i {
	background: #fff;
	color: #0c5adb;
}

/* Service Box Style Seven */
.service-box.style-seven {
	margin: 0;
}

.service-box.style-seven .service-box-icon i {
	width: 90px;
	height: 90px;
	line-height: 90px;
	background: #e8ecfc;
	margin-bottom: 33px;
	border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	text-align: center;
}

.service-box.style-seven:hover .service-box-icon i {
	background: #0c5adb;
	color: #fff;
}

.service-box.style-seven .service-box-inner h2 {
	position: relative;
	font-size: 22px;
}

.service-box.style-seven .service-box-inner h2:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	background: #d1d1d1;
	width: 100px;
	height: 1px;
	-o-transition: .6s;
	transition: .6s;
	-webkit-transition: .6s;
	right: 0;
	margin: auto;
}

.service-box.style-seven .service-btn a {
	border: 1px solid #e8ecfc;
	padding: 10px 27px;
	margin-top: 14px;
	font-weight: 600;
	border-radius: 0 15px;
}

.service-box.style-seven:hover .service-btn a {
	color: #fff;
	background: #0c5adb;
}

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

.service-box.service-style-eight:hover {
	border: 2px solid #0c5adb;
}

.service-box.service-style-eight .service-box-icon i {
	width: 95px;
	height: 95px;
	line-height: 95px;
	background: #0c5adb;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	margin-bottom: 33px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-align: center;
	font-size: 40px;
}

.service-box.service-style-eight .service-box-title h2 {
	margin: 0 0 15px;
	font-size: 22px;
	padding: 0;
}

.service-box.service-style-eight .service-btn {
	margin-top: 0;
	position: absolute;
	bottom: -24px;
	left: 0;
	right: 0;
	transition: .4s;
}

.service-box.service-style-eight .service-btn a {
	color: #0c5adb;
	display: inline-block;
	border: 2px solid #0c5adb;
}

.service-box.service-style-eight:hover .service-btn a i {
	background: #0c5adb;
	color: #fff;
}

.service-box.service-style-eight .service-btn a i {
	margin-left: 0;
	font-size: 21px;
	width: 50px;
	height: 50px;
	color: #0c5adb;
	background: #fff;
	line-height: 50px;
	border-radius: 100%;
}

/* Service Style Nine */
.service-box.service-style-nine {
	padding: 28px 30px 28px;
	text-align: center;
	position: relative;
	background: #fff;
	border-radius: 7px;
	transition: .5s;
	box-shadow: 2px 10px 50px rgba(158, 158, 158, .25);
	z-index: 999;
}

.service-box.service-style-nine:hover {
	background: #0c5adb;
	transform: translateY(-8px);
}

.service-box.service-style-nine .service-box-icon i {
	font-size: 48px;
	display: inline-block;
	color: #0c5adb;
	transition: .5s;
	margin-bottom: 5px;
}

.service-box.service-style-nine .service-box-title h2 {
	margin: 0 0 12px;
	transition: .5s;
	font-size: 22px;
}

.service-box.service-style-nine .service-btn a {
	color: #0c5adb;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -1px;
	position: relative;
}

.service-box.service-style-nine .service-btn a:before {
	content: "";
	width: 0;
	height: 0;
	border-width: 5px 0 5px 7px;
	border-style: solid;
	display: block;
	right: -38px;
	border-color: transparent transparent transparent #f5f5f5;
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
}

.service-box.service-style-nine .service-btn a:after {
	content: "";
	position: absolute;
	right: -32px;
	background: #fff;
	width: 22px;
	height: 2px;
	top: 55%;
	z-index: 1;
	transform: translateY(-50%);
}

.service-box.service-style-nine:hover .service-box-icon i, .service-box.service-style-nine:hover .service-box-title h2, .service-box.service-style-nine:hover .service-box-desc p, .service-box.service-style-nine:hover .service-btn a {
	color: #fff;
}

.service-box.service-style-nine:hover .service-btn a {
	color: #fff !important;
}

/* Service Style Ten */
.service-box.service-style-ten {
	min-height: 400px;
	padding: 35px 30px 40px;
	z-index: 1;
	transition: .3s;
	overflow: hidden;
	position: relative;
}

.service-box.service-style-ten:hover {
	transform: translateY(-5px);
}

.service-box.service-style-ten::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(1, 4, 20, .99)));
	background-image: linear-gradient(to bottom, transparent, rgba(1, 4, 20, .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: .8;
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: -1;
}

.service-box.service-style-ten:hover::after {
	height: 100%;
	top: 0;
	bottom: auto;
}

.service-box.service-style-ten .service-box-content {
	position: absolute;
	bottom: 50px;
	left: 30px;
}

.service-box.service-style-ten .service-box-content h2 {
	margin: 0 0 10px 0;
	color: #fff;
}

.service-box.service-style-ten .service-box-content p {
	color: #d7d7d7;
}

.service-box.service-style-ten .service-box-content a {
	color: #0c5adb;
	font-weight: 600;
}

/*service section style eleven*/
.service-box.service-style-eleven {
	background: #e6efff;
	padding: 36px 39px 42px;
	border-radius: 7px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: .5s;
}

.service-box.service-style-eleven:hover {
	transform: translate3d(0, -5px, 0);
}

.service-box.service-style-eleven .service__box--icon {
	float: right;
	position: relative;
	top: 20px;
}

.service-box.service-style-eleven .service-box-title h2, .service-box-title h3 {
	margin: 0 0 15px 0;
	font-size: 24px;
}

.service-box.service-style-eleven .service-btn {
	margin-top: 34px;
}

.service-box.service-style-eleven .service-btn > a {
	display: inline-block;
	color: #fff;
	font-weight: 400;
	padding: 9px 28px;
	background: linear-gradient(to left, #2475fc, #1129b9);
	border-radius: 5px;
	transition: .5s;
	transition: .5s;
	border: 1px solid #1129b9;
	font-size: 16px;
}

.service-box.service-style-eleven:before {
	position: absolute;
	content: "";
	z-index: -1;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background: linear-gradient(to left, #2475fc, #1129b9);
	border-radius: 10px;
	transition: .5s;
}

.service-box.service-style-eleven:hover:before {
	left: 0;
	width: 100%;
}

.service-box.service-style-eleven:hover .service-box-title h2, .service-box-title h3, .service-box.service-style-eleven:hover .service-box-desc p {
	color: #fff;
}

.service-box.service-style-eleven:hover .service-btn > a {
	border-color: #fff;
	background: transparent;
}

/*service box style twelve*/
.service-box.service-style-twelve {
	border-radius: 5px;
	filter: drop-shadow(0px 5px 30px rgba(162, 188, 231, .1));
	background-color: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 10px;
	margin-right: 10px;
	transition: .5s;
}

.service-box.service-style-twelve:hover {
	transform: translate3d(0, -6px, 0);
}

.service-box.service-style-twelve:after {
	position: absolute;
	content: "";
	z-index: -1;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: url("https://cdn-ildjdkp.nitrocdn.com/rJmsyDoaAMzyEvUPOXJdXybAGlHuuJrS/assets/images/optimized/rev-4a93233/www.turnoutnow.com/wp-content/plugins/dreamit-elementor-extension/assets/images/box-bg2.png");
	transition: .5s;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.service-box.service-style-twelve:hover:after {
	left: 0;
	width: 100%;
}

.service-box.service-style-twelve .service-inner-content {
	padding: 17px 32px 13px;
}

.service-box.service-style-twelve .service-box-icon {
	display: inline-block;
	margin-right: 8px;
}

.service-box.service-style-twelve .service-box-icon i {
	color: #fff;
	height: 37px;
	width: 37px;
	border-radius: 100%;
	background: #0ed1b3;
	font-size: 18px;
	line-height: 37px;
	text-align: center;
	margin: 0 0 24px;
}

.two .service-box.service-style-twelve .service-box-icon i {
	background: #ffb301 !important;
}

.three .service-box.service-style-twelve .service-box-icon i {
	background: #18a8ff !important;
}

.four .service-box.service-style-twelve .service-box-icon i {
	background: #f752d9 !important;
}

.five .service-box.service-style-twelve .service-box-icon i {
	background: #ff6a34 !important;
}

.six .service-box.service-style-twelve .service-box-icon i {
	background: #974dff !important;
}

.service-box.service-style-twelve .service-box-title {
	overflow: hidden;
	display: inline-block;
}

.service-box.service-style-twelve .service-box-title h2, .service-box-title h3 {
	margin: 0;
	font-size: 15px;
	padding: 0;
	color: #0c5adb;
	font-weight: 500;
}

.service-box.service-style-twelve .service-box-content h2 {
	font-size: 24px;
	margin: 0 0 0;
}

.service-box.service-style-twelve .service-box-desc p {
	margin: 14px 0 21px;
}

.service-box.service-style-twelve .service-btn {
	margin: 0 0 0;
	position: relative;
	padding: 15px 32px 21px;
	border-top: 1px solid rgba(35, 35, 35, .070588235294118);
	transition: .5s;
}

.service-box.service-style-twelve .service-btn a {
	display: inline-block;
	color: #0c5adb;
	transition: .5s;
	position: relative;
	font-weight: 500;
	letter-spacing: .5px;
}

.service-box.service-style-twelve .service-btn a:after {
	position: absolute;
	content: "";
	top: 18px;
	left: 0;
	height: 1px;
	width: 73%;
	background: #0c5adb;
	transition: .5s;
}

.service-box.service-style-twelve:hover .service-box-title h2, .service-box-title h3, .service-box.service-style-twelve:hover .service-box-content h2, .service-box.service-style-twelve:hover .service-box-desc p, .service-box.service-style-twelve:hover .service-btn a {
	color: rgba(255, 255, 255, 1);
}

.service-box.service-style-twelve:hover .service-btn {
	border-color: rgba(255, 255, 255, .10196078431373);
}

.service-box.service-style-twelve:hover .service-btn a:after {
	background: #fff;
}

/*service box xtyle thirteen*/
.service-box.service-style-thirteen {
	overflow: hidden;
	margin-bottom: 7px;
	position: relative;
	transition: .5s;
	border-radius: 10px;
	filter: drop-shadow(0 0 20px rgba(170, 192, 228, .3));
	background-color: #fff;
	padding: 20px 20px 29px;
	margin-right: 7px;
}

.service-box.service-style-thirteen:hover {
	transform: translate3d(0, -6px, 0);
}

.service-box.service-style-thirteen .thumb {
	position: relative;
	z-index: 1;
}

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

.service-box.service-style-thirteen:hover .thumb:before {
	width: 100%;
	left: 0;
}

.service-box.service-style-thirteen .service-box-icon {
	display: inline-block;
}

.service-box.service-style-thirteen .service-box-content {
	padding: 16px 11px 0;
}

.service-box.service-style-thirteen .service-box-icon {
	height: 24px;
	width: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 100%;
	background: #d4e4ff;
	font-size: 12px;
	margin: 0 0 8px;
}

.service-box.service-style-thirteen .service-box-icon i {
	font-size: 12px;
	margin: 0;
}

.service-box.service-style-thirteen .title {
	display: inline-block;
	position: relative;
	top: 4px;
	left: 6px;
}

.service-box.service-style-thirteen .service-box-title {
	display: inline-block;
}

.service-box.service-style-thirteen .service-box-title h2 {
	font-size: 16px !important;
	color: #0c5adb;
	margin: 0;
	font-weight: 500 !important;
}

.service-box.service-style-thirteen .service-box-content h2 {
	font-size: 24px;
	margin: 4px 0 0;
	font-weight: 700;
}

/*style fourteen*/
.service-box.service-style-fourteen {
	height: inherit;
	border-radius: 5px;
	filter: drop-shadow(0px 5px 30px rgba(162, 188, 231, .3));
	background-color: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0 8px 8px 0;
	text-align: center;
	padding: 18px 23px 15px;
	transition: .3s;
}

.service-box.service-style-fourteen:hover {
	transform: translate3d(0, -6px, 0);
}

.service-box.service-style-fourteen:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	height: 100%;
	width: 0;
	background: #02cb99;
	z-index: -1;
	transition: .5s;
}

.two .service-box.service-style-fourteen:before {
	background: #ea599e;
}

.three .service-box.service-style-fourteen:before {
	background: #ff6a01;
}

.four .service-box.service-style-fourteen:before {
	background: #0c5adb;
}

.five .service-box.service-style-fourteen:before {
	background: #774be5;
}

.service-box.service-style-fourteen:hover:before {
	width: 100%;
	left: 0;
}

.service-box.service-style-fourteen:hover .service-box-title h2, .service-box.service-style-fourteen:hover .service-box-desc p {
	color: #fff;
}

.service-box.service-style-fourteen:hover .service-box-icon i {
	background: #fff !important;
}

.four .service-box.service-style-fourteen:hover .service-box-icon i {
	background: #fff;
}

.service-box.service-style-fourteen .service-box-icon i {
	width: 116px;
	height: 116px;
	line-height: 116px;
	background: #dff3e7;
	border-radius: 100%;
	border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
	color: #0c9;
	display: inline-block;
	font-size: 50px;
}

.two .service-box.service-style-fourteen .service-box-icon i {
	background: #fce2ef;
	color: #e63d8e;
}

.three .service-box.service-style-fourteen .service-box-icon i {
	background: #ffead9;
	color: #fe6a00;
}

.four .service-box.service-style-fourteen .service-box-icon i {
	background: rgba(12, 79, 289, .3);
	color: #0c59db;
}

.five .service-box.service-style-fourteen .service-box-icon i {
	background: #eeeafb;
	color: #8e6de0;
}

.service-box.service-style-fourteen .service-box-title h2, .service-box-title h3 {
	margin: 2px 0 12px 0;
	font-size: 22px;
}

.service-box.service-style-fourteen .service-box-desc p {
	line-height: 30px;
}

/*style 15*/
.service-box.style-15 {
	padding: 6px 18px 29px;
	position: relative;
	border: 1px solid #ff9a62;
	border-radius: 4px;
	transition: .5s;
}

.two .service-box.style-15 {
	border: 1px solid #2875ff;
}

.three .service-box.style-15 {
	border: 1px solid #54d7af;
}

.four .service-box.style-15 {
	border: 1px solid #f05d8a;
}

.service-box.style-15:hover {
	transform: translate3d(0, -6px, 0);
}

.service-box.style-15 .service-box-icon {
	display: inline-block;
	height: 100px;
	width: 90px;
	line-height: 100px;
	background: #ff9a62;
	clip-path: polygon(0% 11%, 104% 0, 100% 100%, 0% 100%);
	border-radius: 6px;
}

.service-box.style-15 .service-box-title h2, .service-box-title h3 {
	margin: 25px 0 14px 0;
	line-height: 34px;
}

.service-box.style-15 .service-btn {
	margin-top: 21px;
}

.service-box.style-15 .service-btn > a {
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.service-box.style-15 .service-btn > a i {
	margin-left: 0;
}

.two .service-box.style-15 .service-box-icon {
	background: #2875ff;
	clip-path: polygon(0% 0%, 100% 9%, 100% 100%, 0% 100%);
}

.four .service-box.style-15 .service-box-icon {
	background: #f05d8a;
	clip-path: polygon(0% 11%, 104% 0, 100% 100%, 0% 100%);
}

/*style sisteen*/
.service-box.style-16 {
	padding: 17px 8px 19px 44px;
}

.service-box.style-16 .service-box-icon i {
	margin-bottom: 11px;
	color: #0c5adb;
	font-size: 59px;
	position: relative;
	z-index: 1;
}

.service-box.style-16 .service-box-icon i:after {
	position: absolute;
	content: "";
	top: 5px;
	left: 37px;
	height: 32px;
	width: 32px;
	border-radius: 100%;
	background: #2466d7;
	z-index: -1;
	opacity: .7;
}

.two .service-box.style-16 .service-box-icon i:after {
	background: #ff9861;
}

.service-box.style-16 .service-box-title h2, .service-box-title h3 {
	margin: 0 0 15px 0;
	font-size: 32px;
}

.service-box.style-16 .service-btn {
	margin-top: 39px;
}

.service-box.style-16 .service-btn > a {
	background: linear-gradient(to left, #2475fc, #1129b9 100%);
	padding: 16px 37px;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	transition: .5s;
	position: relative;
	overflow: hidden;
	z-index: 44;
	border-radius: 30px;
	color: #fff;
}

/* style seventeen*/
.service-box.service-style17 {
	background: #fff;
	box-shadow: 0px 10px 40px 0px rgba(212, 214, 223, .3);
	padding: 45px 39px 32px;
	transition: .5s;
}

.service-box.service-style17:hover {
	background: #2775ff;
}

.service-box.service-style17:hover .service-box-img img {
	transition: .5s;
}

.service-box.service-style17:hover .service-box-img img {
	filter: brightness(0) invert(1);
}

.service-box.service-style17:hover .service-box-title h2, .service-box.service-style17:hover .service-box-desc p {
	color: #fff;
}

.service-box.service-style17:hover .service-box-title h2:before {
	background: #fff;
}

.service-box.service-style17:hover .service-btn > a {
	color: #fff;
	background: #191919;
}

.service-box.service-style17 .service-box-img {
	display: inline-block;
	margin-right: 28px;
	transition: .4s;
}

.service-box.service-style17 .service-box-title h2 {
	margin: 0 0 35px 0;
	font-size: 26px;
	position: relative;
}

.service-box.service-style17 .service-box-title h2:before {
	position: absolute;
	content: "";
	top: 46px;
	left: 0;
	background: #2775ff;
	height: 3px;
	width: 40px;
	transition: .5s;
}

.service-box.service-style17 .service-btn {
	margin-top: 0;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -30px;
	transform: translate(-50%, -50%);
}

.service-box.service-style17 .service-btn > a {
	color: #616161;
	font-size: 24px;
	height: 60px;
	width: 60px;
	background: #f2f2f2;
	border-radius: 0;
	line-height: 60px;
	text-align: center;
}

.service-box.service-style17 .service-btn > a i {
	margin-left: 0;
}

.service-box.style-16 .service-btn > a:hover {
	background: linear-gradient(to left, #1129b9, #2475fc 100%);
}

/*style 18*/
.service-box.style18 {
	background: #fff;
	box-shadow: 0px 10px 40px 0px rgba(212, 214, 223, .3);
	padding: 41px 0 28px 26px;
	position: relative;
	z-index: 1;
}

.service-box.style18:before {
	position: absolute;
	content: "";
	z-index: -1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #2876ff;
	opacity: 0;
	transition: .4s;
}

.service-box.style18:hover:before {
	opacity: 1;
}

.service-box.style18:hover .service-box-title h2 {
	color: #fff;
	margin-left: 18px;
}

.service-box.style18:hover .service-box-number {
	opacity: .2;
}

.service-box.style18:hover .service-btn {
	background: #101010;
}

.service-box.style18:hover .service-btn a {
	color: #fff;
}

.service-box.style18 .service-box-number::before {
	display: none;
}

.service-box.style18 .service-box-number {
	position: absolute;
	color: #f2f2f2;
	font-size: 100px;
	font-weight: 900;
	margin-right: 0;
	display: block;
	left: 45px;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.service-box.style18 .service-box-title h2, .service-box-title h3 {
	font-size: 22px;
	margin: 0;
}

.service-box.style18 .service-btn {
	margin-top: 0;
	display: inline-block;
	height: 44px;
	width: 44px;
	line-height: 44px;
	background: #f2f2f2;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0%, -50%);
}

.service-box.style18 .service-btn i {
	margin-left: 0;
}

/*dark*/
.dark_feature .service-box.service-style17 {
	box-shadow: none;
}

.dark_feature .service-box.service-style17:hover .service-btn > a {
	background: #2775ff;
}

.dark_feature .service-box.service-style17 .service-btn > a {
	background: #262627;
}

/*portfolio_dark*/
.portfolio_dark .service-box.style18 {
	box-shadow: none;
}

.portfolio_dark .service-box.style18 .service-box-number {
	color: #1c1c1c;
}

.portfolio_dark .service-box.style18 .service-btn {
	background: #1c1c1c;
}

.portfolio_dark .service-box.style18:hover .service-box-number {
	opacity: .1;
	color: #f2f2f2;
}

.portfolio_dark .service-box.style18:hover .service-btn {
	background: #fff;
}

.portfolio_dark .service-box.style18:hover .service-btn a {
	color: #2875ff;
}

/*new-service-video*/
.new-service-video .single-video.style-one .video-icon, .single-video.style-three .video-icon {
	left: 17%;
	top: 56%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-55%) translateY(-30%);
}

.new-service-video .single-video.style-one .video-icon a, .single-video.style-two .video-icon a {
	background: #ff9a62;
	height: 60px;
	width: 60px;
	top: 50%;
	line-height: 60px;
	color: #fff;
}

/*
==========
Flip Box
==========
*/
.flip-box .flip-box-inner {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: .5s;
}

.flip-box .flip-box-inner .flip-box-wrap {
	position: relative;
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.flip-box .flip-box-inner .back-part, .flip-box .flip-box-inner .front-part {
	top: 0;
	right: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	height: 200px;
	background-position: center;
	background-clip: padding-box;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transition: -webkit-transform .6s cubic-bezier(.2, .85, .4, 1.275);
	transition: -webkit-transform .6s cubic-bezier(.2, .85, .4, 1.275);
	transition: transform .6s cubic-bezier(.2, .85, .4, 1.275);
	transition: transform .6s cubic-bezier(.2, .85, .4, 1.275), -webkit-transform .6s cubic-bezier(.2, .85, .4, 1.275);
	transition: .5s;
}

.flip-box .flip-box-inner .front-part {
	position: relative;
	bottom: 0;
	z-index: 10;
	padding: 50px 25px 50px;
	border-radius: 8px;
	background-color: #6094da;
}

.flip-box .flip-box-inner .front-part .front-background-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.flip-box .flip-box-inner .front-part .front-content-part {
	width: 100%;
	z-index: 1;
}

.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part {
	margin-bottom: 20px;
}

.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span, .flip-box .flip-box-inner .back-part .back-content-part .back-icon-part span {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 1;
}

.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span img, .flip-box .flip-box-inner .back-part .back-content-part .back-icon-part span img {
	width: 60px;
	height: 60px;
}

.flip-box .flip-box-inner .front-part .front-content-part .front-title-part {
	margin-bottom: 10px;
}

.flip-box .flip-box-inner .front-part .front-content-part .front-title-part .front-title {
	margin: 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
}

.flip-box .flip-box-inner .front-part .front-content-part .front-desc-part .front-desc {
	margin-bottom: 0;
	font-size: 16px;
	color: #fff;
}

.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn {
	display: inline-block;
	line-height: 1;
}

.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn i {
	transition: all .4s ease 0s;
}

/* Back Part */
.flip-box .flip-box-inner .back-part {
	position: absolute;
	z-index: -1;
	padding: 26px 25px 26px;
	border-radius: 8px;
	background-color: #0c5adb;
}

.flip-box .flip-box-inner .back-part .back-background-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.flip-box .flip-box-inner .back-part .back-content-part {
	width: 100%;
	z-index: 1;
}

.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part {
	display: inline-block;
	margin-bottom: 20px;
	text-align: center;
}

.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part .back-img {
	display: inline-block;
}

.flip-box .flip-box-inner .back-part .back-content-part .back-title-part {
	margin-bottom: 10px;
}

.flip-box .flip-box-inner .back-part .back-content-part .back-title-part .back-title {
	margin: 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
}

.flip-box .flip-box-inner .back-part .back-content-part .back-desc-part .back-desc {
	margin-bottom: 0;
	font-size: 16px;
}

.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn {
	display: inline-block;
	line-height: 1;
	padding: 10px 25px;
	background: #fff;
	font-size: 18px;
	font-weight: 500;
}

.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn i {
	transition: all .4s ease 0s;
}

.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after span {
	float: left;
}

.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after i {
	margin-left: 10px;
}

.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-before span {
	float: right;
}

.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-before i {
	margin-right: 10px;
}

.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn:hover {
	background: #1f1c51;
	color: #fff;
}

.flip-box .flip-box-inner.rs-flip-right .front-part {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

.flip-box .flip-box-inner.rs-flip-right .back-part {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.flip-box .flip-box-inner.rs-flip-right .back-content-part {
	right: 15px;
}

.flip-box .flip-box-inner.rs-flip-right:hover .back-part {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

.flip-box .flip-box-inner.rs-flip-right:hover .front-part {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.flip-box .flip-box-inner.rs-flip-right:hover .back-content-part {
	right: 0;
}

.flip-box .flip-box-inner.rs-flip-left .front-part {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

.flip-box .flip-box-inner.rs-flip-left .back-part {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.flip-box .flip-box-inner.rs-flip-left .back-content-part {
	left: 15px;
}

.flip-box .flip-box-inner.rs-flip-left:hover .front-part {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.flip-box .flip-box-inner.rs-flip-left:hover .back-part {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

.flip-box .flip-box-inner.rs-flip-left:hover .back-content-part {
	left: 0;
}

.flip-box .flip-box-inner.rs-flip-up .front-part {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

.flip-box .flip-box-inner.rs-flip-up .back-part {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.flip-box .flip-box-inner.rs-flip-up .back-content-part {
	top: 15px;
}

.flip-box .flip-box-inner.rs-flip-up:hover .front-part {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.flip-box .flip-box-inner.rs-flip-up:hover .back-part {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

.flip-box .flip-box-inner.rs-flip-up:hover .back-content-part {
	top: 0;
}

.flip-box .flip-box-inner.rs-flip-down .front-part {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

.flip-box .flip-box-inner.rs-flip-down .back-part {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.flip-box .flip-box-inner.rs-flip-down .back-content-part {
	bottom: 15px;
}

.flip-box .flip-box-inner.rs-flip-down:hover .front-part {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.flip-box .flip-box-inner.rs-flip-down:hover .back-part {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

.flip-box .flip-box-inner.rs-flip-down:hover .back-content-part {
	bottom: 0;
}

.flip-box .flip-box-inner:hover .back-part {
	z-index: 1;
}

.flip-box .flip-box-inner:hover .front-part {
	z-index: -1;
}

.flip-box:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

.front-part, .back-part {
	min-height: 250px;
}

/* Style Two */
.flip-box.style-two .front-part .front-icon i {
	background: #0c5adb;
	color: #fff;
	height: 90px;
	width: 90px;
	line-height: 90px;
	display: inline-block;
	font-size: 30px;
	border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
}

/*
========
Team
========
*/
.team-slider-style1 .team-item {
	overflow: visible;
}

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

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

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

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

.team-grid-style1 .team-item .image-wrap, .team-slider-style1 .team-item .image-wrap {
	position: relative;
	overflow: hidden;
}

.team-grid-style1 .team-item .image-wrap:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(12, 90, 219, .83);
	content: "";
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	opacity: 0;
}

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

.team-slider-style1 .team-item .image-wrap .social-icons1 {
	position: absolute;
	right: -50px;
	bottom: 0;
	width: 50px;
	background: #030749;
	padding: 12px 0;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease 0s;
}

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

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

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

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

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

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

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

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

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

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

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

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

.team-slider-style1 .team-item .team-content {
	margin: 0;
}

/* Style 2
-----------*/
.team-grid-style2 .team-inner-wrap, .team-slider-style2 .team-inner-wrap {
	position: relative;
	margin-bottom: 35px;
	overflow: hidden;
}

.team-grid-style2 .team-inner-wrap a, .team-slider-style2 .team-inner-wrap a {
	text-decoration: none;
}

.team-grid-style2 .team-inner-wrap .team-img-sec, .team-slider-style2 .team-inner-wrap .team-img-sec {
	position: relative;
}

.team-grid-style2 .team-inner-wrap .wrap-text, .team-slider-style2 .team-inner-wrap .wrap-text {
	box-shadow: 0 5px 20px rgba(34, 34, 34, .1);
	padding: 0 40px 12px;
	background: #fff;
}

.team-grid-style2 .team-inner-wrap .wrap-text .team-desc, .team-slider-style2 .team-inner-wrap .wrap-text .team-desc {
	margin-bottom: 0;
}

.team-grid-style2 .team-inner-wrap .team-content, .team-slider-style2 .team-inner-wrap .team-content {
	z-index: 1;
	margin-bottom: 0;
	background: #0c5adb;
	border-radius: 3px 3px 0 0;
	padding: 8px 0 14px;
	margin-top: -35px;
	position: absolute;
	bottom: -50%;
	left: 50%;
	transform: translateX(-50%);
	width: 230px;
	transition: .4s;
	text-align: center;
}

.team-grid-style2 .team-inner-wrap .team-content .team-name, .team-slider-style2 .team-inner-wrap .team-content .team-name {
	margin-top: 0 !important;
	line-height: 28px !important;
}

.team-grid-style2 .team-inner-wrap .team-content .team-name a, .team-slider-style2 .team-inner-wrap .team-content .team-name a {
	position: relative;
	margin-bottom: 0;
	font-size: 20px;
	text-transform: capitalize;
	z-index: 111;
}

.team-grid-style2 .team-inner-wrap .team-content .social-icons a i, .team-slider-style2 .team-inner-wrap .team-content .social-icons a i {
	height: 25px;
	width: 25px;
}

.team-grid-style2 .team-inner-wrap .team-content .social-icons, .team-grid-style2 .team-inner-wrap .team-content .team-name, .team-slider-style2 .team-inner-wrap .team-content .social-icons, .team-slider-style2 .team-inner-wrap .team-content .team-name {
	color: #fff;
}

.team-grid-style2 .team-inner-wrap .team-content .social-icons a, .team-grid-style2 .team-inner-wrap .team-content .team-name a, .team-slider-style2 .team-inner-wrap .team-content .social-icons a, .team-slider-style2 .team-inner-wrap .team-content .team-name a {
	text-decoration: none;
	color: #fff;
}

.team-grid-style2 .team-inner-wrap .team-content .social-icons a:hover, .team-grid-style2 .team-inner-wrap .team-content .team-name a:hover, .team-slider-style2 .team-inner-wrap .team-content .social-icons a:hover, .team-slider-style2 .team-inner-wrap .team-content .team-name a:hover {
	color: #fff;
}

.team-grid-style2 .team-inner-wrap .team-content .team-title, .team-slider-style2 .team-inner-wrap .team-content .team-title {
	line-height: 1.4;
	margin: 10px 0 5px;
}

.team-grid-style2 .team-inner-wrap .team-content .social-icons, .team-slider-style2 .team-inner-wrap .team-content .social-icons {
	padding-top: 2px;
}

.team-grid-style2 .team-inner-wrap .team-content .social-icons a, .team-slider-style2 .team-inner-wrap .team-content .social-icons a {
	padding: 0 3px;
}

.team-grid-style2 .team-inner-wrap .team-content .nolink, .team-slider-style2 .team-inner-wrap .team-content .nolink {
	pointer-events: none;
}

.team-grid-style2 .team-inner-wrap .team-content .cat-doctor, .team-slider-style2 .team-inner-wrap .team-content .cat-doctor {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
}

.team-grid-style2 .team-inner-wrap .team-content .cat-doctor a, .team-slider-style2 .team-inner-wrap .team-content .cat-doctor a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}

.team-grid-style2 .team-inner-wrap .team-content .team-name, .team-slider-style2 .team-inner-wrap .team-content .team-name {
	margin: 18px 0 0;
	font-weight: 500;
}

.team-grid-style2 .team-inner-wrap .team-content .team-title, .team-slider-style2 .team-inner-wrap .team-content .team-title {
	color: #eee;
	font-size: 13px;
	font-weight: 400;
	padding: 0;
	display: block;
	text-transform: uppercase;
}

.team-grid-style2 .team-inner-wrap .team-content .team-title a, .team-slider-style2 .team-inner-wrap .team-content .team-title a {
	color: #eee;
	pointer-events: none;
}

.team-grid-style2 .team-inner-wrap:hover .team-content, .team-slider-style2 .team-inner-wrap:hover .team-content {
	bottom: 0;
}

.team-grid-style2 .team-inner-wrap:hover .team-img-sec:before, .team-slider-style2 .team-inner-wrap:hover .team-img-sec:before {
	height: 100%;
}

.icon-button a {
	background: #030749;
	color: #fff;
	padding: 3px 17px;
	display: inline-block;
	font-size: 20px;
	margin-bottom: 25px;
	border-radius: 18px;
}

.icon-button a:hover {
	color: #fff;
	background: #0c5adb;
}

.icon-button a i:before {
	font-size: inherit;
}

.blogfull .icon-button a {
	margin-bottom: 0;
}

.team-grid-style3 .team-item, .team-slider-style3 .team-item {
	padding: 25px;
	position: relative;
}

.team-grid-style3 .team-item:after, .team-slider-style3 .team-item:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 200px solid #0c5adb;
	border-right: 200px solid transparent;
	left: 0;
	top: -10px;
}

.team-grid-style3 .team-item:before, .team-slider-style3 .team-item:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 200px solid #0c5adb;
	border-left: 200px solid transparent;
	right: 0;
	bottom: -10px;
}

.team-grid-style3 .team-item img, .team-slider-style3 .team-item img {
	position: relative;
	z-index: 99;
}

.team-grid-style3 .team-item .team-inner-wrap, .team-slider-style3 .team-item .team-inner-wrap {
	position: relative;
}

.team-grid-style3 .team-item .team-inner-wrap:before, .team-slider-style3 .team-item .team-inner-wrap:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #0c5adb;
	left: 0;
	top: 0;
	z-index: 100;
	opacity: 0;
	transition: all .4s ease 0s;
}

.team-grid-style3 .team-item .team-content, .team-slider-style3 .team-item .team-content {
	position: absolute;
	display: block;
	left: 50%;
	width: 100%;
	top: 30%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 110;
	color: #fff;
	padding: 15px;
	opacity: 0;
	transition: all .4s ease 0s;
}

.team-grid-style3 .team-item .team-content .team-name, .team-slider-style3 .team-item .team-content .team-name {
	margin-bottom: 0;
	font-size: 20px;
}

.team-grid-style3 .team-item .team-content .team-name a, .team-slider-style3 .team-item .team-content .team-name a {
	color: #fff;
}

.team-grid-style3 .team-item .team-content .team-title, .team-slider-style3 .team-item .team-content .team-title {
	color: #fff;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 10px;
	font-size: 14px;
	display: block;
}

.team-grid-style3 .team-item .team-content .social-icons a, .team-slider-style3 .team-item .team-content .social-icons a {
	color: #fff;
	margin-right: 12px;
	font-size: 16px;
}

.team-grid-style3 .team-item .team-content .social-icons a:last-child, .team-slider-style3 .team-item .team-content .social-icons a:last-child {
	margin-right: 0;
}

.team-grid-style3 .team-item .team-content .social-icons a:hover, .team-slider-style3 .team-item .team-content .social-icons a:hover {
	opacity: .8;
}

.team-grid-style3 .team-item:hover .team-content, .team-slider-style3 .team-item:hover .team-content {
	opacity: 1;
	width: 100%;
	top: 50%;
}

.team-grid-style3 .team-item:hover .team-inner-wrap:before, .team-slider-style3 .team-item:hover .team-inner-wrap:before {
	opacity: .8;
}

.team-grid-style3 .team-img:after {
	top: 0;
}

.team-grid-style3 .team-img:before {
	bottom: 0;
}

.team-grid-style4 .owl-stage-outer, .team-slider-style4 .owl-stage-outer {
	overflow-y: visible;
}

.team-grid-style4 .team-item, .team-slider-style4 .team-item {
	margin-bottom: 125px;
	position: relative;
	overflow: visible;
}

.team-grid-style4 .team-item:before, .team-slider-style4 .team-item:before {
	display: none;
}

.team-grid-style4 .team-item .team-content, .team-slider-style4 .team-item .team-content {
	color: #0c5adb;
	background: #fff;
	text-align: center;
	position: absolute;
	z-index: 1;
	opacity: 1;
	height: unset;
	display: inline-block;
	top: unset;
	bottom: -85px;
	padding: 20px 20px 25px;
	-webkit-box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, .1);
	box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, .1);
	left: 50%;
	max-width: 310px;
	transform: translateX(-50%);
	width: 95%;
}

.team-grid-style4 .team-item .team-content .team-name, .team-slider-style4 .team-item .team-content .team-name {
	display: block;
	font-size: 20px;
	margin-bottom: 0;
	text-transform: capitalize;
	font-weight: 700;
}

.team-grid-style4 .team-item .team-content .team-name a, .team-slider-style4 .team-item .team-content .team-name a {
	color: #232323;
}

.team-grid-style4 .team-item .team-content .team-name a:hover, .team-slider-style4 .team-item .team-content .team-name a:hover {
	color: #0c5adb;
}

.team-grid-style4 .team-item .team-content .team-title, .team-slider-style4 .team-item .team-content .team-title {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 5px;
	display: block;
	font-family: Poppins, sans-serif;
	color: #0a0a0a;
}

.team-grid-style4 .team-item .team-content .team-desc, .team-slider-style4 .team-item .team-content .team-desc {
	font-size: 14px;
	margin-bottom: 0;
	color: #777;
	position: relative;
	z-index: 1;
	max-height: 0;
	opacity: 0;
	line-height: 24px;
	-webkit-transition: all .6s, max-height .5s;
	-o-transition: all .6s, max-height .5s;
	-moz-transition: all .6s, max-height .5s;
	transition: all .6s, max-height .5s;
	overflow: hidden;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom;
	-moz-transform-origin: bottom;
	-ms-transform-origin: bottom;
	-o-transform-origin: bottom;
	transform-origin: bottom;
}

.team-grid-style4 .team-item .team-content .team-desc:before, .team-slider-style4 .team-item .team-content .team-desc:before {
	content: "";
	position: absolute;
	z-index: 1;
	background: #030749;
	top: 0;
	left: 50%;
	width: 50px;
	height: 2px;
	margin-left: -25px;
}

.team-grid-style4 .team-item .team-content .social-icons, .team-slider-style4 .team-item .team-content .social-icons {
	text-align: center;
	margin-top: 12px;
}

.team-grid-style4 .team-item .team-content .social-icons a, .team-slider-style4 .team-item .team-content .social-icons a {
	display: inline-block;
}

.team-grid-style4 .team-item .team-content .social-icons a i, .team-slider-style4 .team-item .team-content .social-icons a i {
	color: #030749;
	font-size: 15px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: 0 0;
	text-align: center;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	border-radius: 50%;
	margin: 0;
}

.team-grid-style4 .team-item .team-content .social-icons a i:hover, .team-slider-style4 .team-item .team-content .social-icons a i:hover {
	color: #0c5adb;
}

.team-grid-style4 .team-item:before, .team-slider-style4 .team-item:before {
	background: 0 0;
}

.team-grid-style4 .team-item:hover .team-content, .team-slider-style4 .team-item:hover .team-content {
	opacity: 1;
	top: unset;
}

.team-grid-style4 .team-item:hover .team-content .team-desc, .team-slider-style4 .team-item:hover .team-content .team-desc {
	position: relative;
	max-height: 400px;
	opacity: 1;
	text-align: center;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all .4s, max-height 1.5s;
	-o-transition: all .4s, max-height 1.5s;
	-moz-transition: all .4s, max-height 1.5s;
	transition: all .4s, max-height 1.5s;
	padding-top: 18px;
	margin-top: 8px;
}

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

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

.team-grid-style5:hover .team-item {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.team-grid-style5 .team-inner-wrap .image-wrap img, .team-slider-style5 .team-inner-wrap .image-wrap img {
	width: 100%;
	-webkit-transition: all .7s;
	transition: all .7s;
}

.team-grid-style5 .team-item .image-wrap:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(12, 90, 219, .85);
	content: "";
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	opacity: 0;
}

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

.team-grid-style5 .team-inner-wrap .team-content, .team-slider-style5 .team-inner-wrap .team-content {
	height: 100px;
	width: 100%;
	top: unset;
	bottom: 0;
	opacity: 1;
	position: absolute;
	padding: 15px 20px;
	color: #444;
	text-align: center;
	overflow: hidden;
	background: #fff;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	transition: .3s all ease;
}

.team-grid-style5 .team-inner-wrap .team-content .member-desc, .team-slider-style5 .team-inner-wrap .team-content .member-desc {
	margin: 10px 0;
}

.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-name, .team-slider-style5 .team-inner-wrap .team-content .member-desc .team-name {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin: 0;
}

.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-name a, .team-slider-style5 .team-inner-wrap .team-content .member-desc .team-name a {
	color: #222;
	font-weight: 700;
}

.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-title, .team-slider-style5 .team-inner-wrap .team-content .member-desc .team-title {
	font-size: 13px;
	text-transform: uppercase;
	color: #0c5adb;
	float: none;
	text-align: center;
	font-weight: 500;
}

.team-grid-style5 .team-inner-wrap .team-content .team-desc, .team-slider-style5 .team-inner-wrap .team-content .team-desc {
	display: none;
}

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

/* Social Icon */
.team-grid-style5 .team-item .social-icons1, .team-slider-style5 .team-item .social-icons1 {
	text-align: center;
}

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

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

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

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

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

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

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

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

/* Style Six
-------------*/
.dreamit-team-member-single {
	transition: .2s;
}

.dreamit-team-member-single:hover {
	transform: translateY(-10px);
	overflow: hidden;
}

.team-member-thumb {
	position: relative;
}

.team-member-thumb::before {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: rgba(12, 90, 219, .85);
	content: "";
	-webkit-transition: .5s;
	-webkit-transition: .3s;
	-o-transition: .5s;
	-o-transition: .3s;
	transition: .5s;
	transition: .3s;
	opacity: 1;
	opacity: 0;
	z-index: 1;
	width: 100%;
	border-radius: 50%;
}

.dreamit-team-member-single:hover .team-member-thumb::before {
	opacity: 1;
}

.team-member-thumb img {
	width: 100%;
	border-radius: 50%;
}

.team-member-thumb .social-icon {
	position: absolute;
	right: -50px;
	width: 50px;
	background-color: #fff;
	padding: 12px 0;
	opacity: 0;
	visibility: visible;
	transition: .4s;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.dreamit-team-member-single:hover .team-member-thumb .social-icon {
	right: 0;
	width: 50px;
	opacity: 1;
	visibility: visible;
}

.social-icon a {
	color: #0c5adb;
	background: #fff;
	text-align: center;
	display: block;
	margin-top: 7px;
}

.team-member-content h2 {
	color: #fff;
	transition: .3s;
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: 700;
}

.team-member-content h5 {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
}

.team-style-two .team-member-thumb {
	border-radius: 100%;
}

.team-style-two .team-member-content {
	background: transparent;
	border-bottom: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	margin-top: 0;
	border-radius: 0;
	left: 0;
	right: 0;
	top: 45%;
	opacity: 0;
	transition: .5s;
	z-index: 1;
}

.team-style-two .dreamit-team-member-single:hover .team-member-content {
	opacity: 1;
	top: 50%;
	transform: translateY(-50%);
}

.team-style-two .social-icon a {
	color: #fff;
	background: transparent;
	text-align: center;
	margin: 0 5px;
	display: inline-block;
	margin-top: 0;
}

.team-style-two .team-member-sub-title {
	padding-bottom: 15px;
	text-transform: capitalize;
}

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

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

.team-grid-style7 .team-inner-wrap .image-wrap img, .team-slider-style7 .team-inner-wrap .image-wrap img {
	width: 100%;
	-webkit-transition: all .7s;
	transition: all .7s;
}

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

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

.team-grid-style7 .team-inner-wrap .team-content, .team-slider-style7 .team-inner-wrap .team-content {
	height: 100px;
	width: 100%;
	top: unset;
	bottom: 0;
	opacity: 1;
	position: absolute;
	padding: 15px 20px;
	color: #444;
	text-align: center;
	overflow: hidden;
	background: #fff;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	transition: .3s all ease;
}

.team-grid-style7:hover .team-inner-wrap .team-content, .team-slider-style7:hover .team-inner-wrap .team-content {
	-webkit-box-shadow: 0 16px 32px rgba(207, 228, 255, .8);
	box-shadow: 0 16px 32px rgba(207, 228, 255, .8);
}

.team-grid-style7 .team-inner-wrap .team-content .member-desc, .team-slider-style7 .team-inner-wrap .team-content .member-desc {
	margin: 10px 0;
}

.team-grid-style7 .team-inner-wrap .team-content .member-desc .team-name, .team-slider-style7 .team-inner-wrap .team-content .member-desc .team-name {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin: 0;
}

.team-grid-style7 .team-inner-wrap .team-content .member-desc .team-name a, .team-slider-style7 .team-inner-wrap .team-content .member-desc .team-name a {
	color: #222;
	font-weight: 700;
}

.team-grid-style7 .team-inner-wrap .team-content .member-desc .team-title, .team-slider-style7 .team-inner-wrap .team-content .member-desc .team-title {
	font-size: 13px;
	text-transform: uppercase;
	color: #0c5adb;
	float: none;
	text-align: center;
	font-weight: 500;
}

.team-grid-style7 .team-inner-wrap .team-content .team-desc, .team-slider-style7 .team-inner-wrap .team-content .team-desc {
	display: none;
}

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

/* Social Icon */
.team-grid-style7 .team-item .social-icons1, .team-slider-style7 .team-item .social-icons1 {
	text-align: center;
}

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

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

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

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

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

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

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

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

.team-grid-style6 .team-item {
	overflow: visible;
}

.team-grid-style6 .team-item .image-wrap {
	text-align: center;
}

.team-grid-style6 .team-item .image-wrap img {
	border-radius: 50%;
}

.team-grid-style6 .team-item .social-icons {
	text-align: center;
	margin-top: 10px;
}

.team-grid-style6 .team-item .social-icons a {
	display: inline-block;
}

.team-grid-style6 .team-item .social-icons a i {
	color: #4a4a4a;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: 0 0;
	text-align: center;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	border-radius: 50%;
	margin: 0;
}

.team-grid-style6 .team-item .team-content {
	text-align: center;
	margin: 0 0 30px;
	padding: 20px 20px 25px;
	position: unset;
	opacity: 1;
}

.team-grid-style6 .team-item .team-content h3.team-name {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 0;
	text-transform: capitalize;
}

.team-grid-style6 .team-item .team-content h3.team-name a {
	text-decoration: none;
	color: #0a0a0a;
}

.team-grid-style6 .team-item .team-content h3.team-name a:hover {
	color: #0c5adb;
}

.team-grid-style6 .team-item .team-content span.team-title {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	color: #666;
}

.rspopup_style1 {
	max-width: 900px;
	margin: 0 auto;
	background: #fff;
	padding: 40px;
	position: relative;
}

.rspopup_style1 .rsteam_content {
	padding-left: 15px;
}

.rspopup_style1 .rsteam_content .title {
	margin: 0 0 10px;
}

.rspopup_style1 .team-name {
	margin: 0 0 10px;
	color: #333;
}

.rspopup_style1 .team-heading {
	border-bottom: 1px solid #eee;
}

.rspopup_style1 .team-des, .rspopup_style1 .team-heading {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.rspopup_style1 .team-des {
	margin-bottom: 0;
}

.rspopup_style1 .social-icons1 a {
	width: 35px;
	height: 35px;
	line-height: 40px;
	background: #030749;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
}

.rspopup_style1 .social-icons1 a:hover {
	opacity: .9;
}

.rspopup_style1 .social-icons1 a:last-child {
	margin-right: 0;
	margin-left: 4px;
}

.rspopup_style1 .contact-info {
	margin-bottom: 15px;
	border-top: 1px solid #eee;
}

.rspopup_style1 .contact-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rspopup_style1 .contact-info ul li {
	display: block;
	border-bottom: 1px solid #eee;
	padding: 5px 0;
}

.rspopup_style1 .contact-info ul li a {
	color: #4a4a4a;
}

.rspopup_style1 .contact-info ul li a:hover {
	color: #030749;
}

.mfp-hide {
	display: none !important;
}

/*team eight*/
.team-member-area.team-style-eight {
	background: #fff;
	box-shadow: 0px 5px 30px 0px rgba(137, 165, 198, 13%);
	margin-bottom: 30px;
	overflow: inherit;
}

.team-member-area.team-style-eight .dreamit-team-member-single:hover {
	transform: translate3d(0, -6px, 0);
	overflow: inherit;
	box-shadow: 0px 5px 60px 0px rgba(170, 194, 221, .3);
}

.team-member-area.team-style-eight .dreamit-team-member-single:hover .team-member-content:after {
	box-shadow: 0px 5px 60px 0px rgba(170, 194, 221, .3);
}

.team-member-area.team-style-eight .team-member-thumb img {
	border-radius: 0;
}

.team-member-area.team-style-eight .team-member-thumb::before {
	border-radius: 4px 4px 0px 0;
}

.team-member-area.team-style-eight .team-member-thumb {
	position: relative;
	overflow: hidden;
}

.team-member-area.team-style-eight .team-member-thumb::before {
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 0;
}

.team-member-area.team-style-eight .dreamit-team-member-single:hover .team-member-thumb::before {
	width: 100%;
	left: 0;
}

.team-member-area.team-style-eight .social-icon-eight {
	position: relative;
}

.team-member-area.team-style-eight .social-icon-eight-inner {
	position: absolute;
	left: 0;
	bottom: -38px;
	right: 0;
	margin: auto;
	z-index: 1;
	transition: .5s;
}

.team-member-area.team-style-eight .social-icon-eight-inner a {
	height: 37px;
	width: 37px;
	line-height: 37px;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	color: #2c79fb;
	font-size: 14px;
	margin-right: 8px;
}

.team-member-area.team-style-eight:hover .social-icon-eight-inner {
	bottom: 27px;
}

.team-member-area.team-style-eight .team-member-content {
	background: #fff;
	padding: 11px 10px 25px;
	border-radius: 0 0 6px 6px;
	position: relative;
}

.team-member-area.team-style-eight .team-member-content:after {
	position: absolute;
	content: "";
	top: 50px;
	left: 6px;
	height: 70%;
	width: 92%;
	background: #fff;
	box-shadow: 0px 5px 30px 0px rgba(137, 165, 198, 21%);
	z-index: -1;
	clip-path: polygon(4% -4%, 105% 24%, 102% 100%, 0 74%);
	border-radius: 0 0 6px 6px;
}

.team-member-area.team-style-eight .team-member-content h2 {
	color: #232323;
	transition: .3s;
	font-size: 20px;
	margin-bottom: 0;
	line-height: 19px;
}

.team-member-area.team-style-eight .team-member-content h5 {
	color: #616161;
	text-transform: capitalize;
	font-size: 16px;
}

/*style nine*/
.dreamit-team-member-single:hover {
	transform: translate3d(0, -6px, 0);
}

.team-member-area.team-style-nine .team-member-thumb img {
	width: 100%;
	border-radius: 0;
}

.team-member-area.team-style-nine .team-member-thumb {
	position: relative;
	z-index: 1;
}

.team-member-area.team-style-nine .team-member-thumb::before {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	background: linear-gradient(to left, #2475fc, #1129b9 100%);
	content: "";
	z-index: 1;
	width: 0;
	border-radius: 5px 5px 0 0;
	opacity: .8;
}

.team-member-area.team-style-nine .team-member-content {
	transition: .5s;
	background: #fff;
	padding: 7px 20px 23px;
	text-align: center;
	border-bottom: 2px solid #0c5adb;
	border-radius: 0 0 4px 4px;
}

.team-member-area.team-style-nine:hover .team-member-thumb:before {
	width: 100%;
	left: 0;
}

.team-member-area.team-style-nine .team-member-content h2 {
	color: #232323;
}

.team-member-area.team-style-nine .team-member-content h5 {
	color: #0c5adb;
	margin: 7px 0 19px;
}

.team-member-area.team-style-nine .social-icon-eight-inner a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #0056b3;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 15px;
	margin-right: 10px;
	transition: .4s;
}

/*team-style10*/
.team-style10 .team-grid-style7 .team-item:hover {
	transform: translate3d(0, -6px, 0);
}

.team-style10 .team-grid-style7 .team-item {
	box-shadow: 0px 10px 30px 0px rgba(162, 171, 181, 15%);
}

.team-style10 .team-grid-style7 .team-item .image-wrap {
	overflow: hidden;
}

.team-style10 .team-grid-style7 .team-item .image-wrap:before {
	position: absolute;
	left: 50%;
	top: 0;
	width: 0;
	height: 100%;
	background: #0c5adb;
	content: "";
	opacity: .8;
}

.team-style10 .team-grid-style7 .team-item :hover .image-wrap:before {
	width: 100%;
	left: 0;
}

.team-style10 .team-grid-style7 .team-item .image-wrap .social-icons1, .team-slider-style7 .team-item .image-wrap .social-icons1 {
	background: transparent;
	bottom: -48px;
}

.team-style10 .team-grid-style7 .team-item :hover .image-wrap .social-icons1, .team-slider-style7 .team-item .image-wrap .social-icons1 {
	bottom: 11px;
}

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

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

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

/*
============
Work Process
============
*/
.work_progress {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	padding: 0 20px;
}

.wrok_process_thumb {
	text-align: center;
	border: 4px solid transparent;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
	box-shadow: 0 0 9px 0 rgba(24, 35, 51, .09);
}

.work_progress:hover .wrok_process_thumb {
	border-color: #0c5adb;
}

.wrok_process_thumb img {
	border-radius: 50%;
	border: 10px solid #fff;
}

.progress_content {
	text-align: center;
}

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

.work_progress-title {
	padding-top: 40px;
}

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

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

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

.work_progress-number span {
	background: #0c5adb;
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-size: 16px;
	position: relative;
	z-index: 1;
}

.work_progress-number span::before {
	position: absolute;
	left: -5px;
	top: -5px;
	width: 60px;
	height: 60px;
	background: #0c5adb;
	opacity: .6;
	content: "";
	margin: auto;
	border-radius: 100%;
	z-index: -1;
}

.work_progress-number span::after {
	position: absolute;
	left: -15px;
	top: -15px;
	width: 80px;
	height: 80px;
	background: #0c5adb;
	opacity: .4;
	content: "";
	margin: auto;
	border-radius: 100%;
	z-index: -1;
}

.process-bg-shape {
	position: relative;
}

.process-bg-shape:before {
	position: absolute;
	right: 0;
	bottom: -27px;
	width: 100%;
	content: "";
	background: url("https://www.turnoutnow.com/wp-content/plugins/dreamit-elementor-extension/assets/css/assets/images/graduation-bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	height: 500px;
}

.em_process-icon {
	position: relative;
}

.em_process-icon i {
	background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff);
	color: #fff;
	width: 90px;
	height: 90px;
	display: inline-block;
	line-height: 90px;
	font-size: 40px;
	border-radius: 4px;
}

/* Style Two */
.style-two.work_progress {
	padding: 0 25px;
	text-align: center;
	position: relative;
}

.style-two.work_progress::after {
	position: absolute;
	right: 0;
	top: 10px;
	content: "";
	background-image: url("https://cdn-ildjdkp.nitrocdn.com/rJmsyDoaAMzyEvUPOXJdXybAGlHuuJrS/assets/images/optimized/rev-4a93233/www.turnoutnow.com/wp-content/plugins/dreamit-elementor-extension/assets/images/direction-sign.png");
	height: 40px;
	width: 200px;
	background-repeat: no-repeat;
	margin-right: -119px;
	background-size: contain;
}

.last-item .style-two.work_progress::after {
	display: none;
}

.style-two .work_progress_icon {
	position: relative;
	display: inline-block;
	text-align: center;
	margin-bottom: 60px;
}

.style-two .work_progress_icon::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	width: 2px;
	height: 40px;
	border-left: 2px dashed #ddd;
	border-radius: 100%;
	bottom: -74px;
}

.style-two .work_progress_icon::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	width: 15px;
	height: 15px;
	border: 2px solid #ddd;
	border-radius: 100%;
	bottom: -32px;
}

.style-two .work_progress_icon i {
	background: linear-gradient(90deg, rgba(30, 85, 189, 1) 0%, rgba(67, 126, 235, 1) 100%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-size: 50px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	width: 120px;
	z-index: 1;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .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;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
}

.style-two .work_progress_icon .work_progress-number:before {
	display: none;
}

.style-two .work_progress-number span {
	background: #fff;
	border-radius: 50%;
	color: #0c5adb;
	box-shadow: 0 0 10px #ccc;
}

.style-two .work_progress-title h2 {
	font-size: 20px;
	margin: 30px 0 10px;
	font-weight: 700;
}

/* Style Three */
.work_progress.style-three .work_progress-number {
	position: relative;
	z-index: 1;
}

.work_progress.style-three .work_progress-number:before {
	position: absolute;
	top: 22px;
	width: calc(100% - 100px);
	height: 1px;
	background-image: -webkit-gradient(linear, left top, right top, from(#0c5adb), color-stop(40%, #0c5adb), color-stop(40%, transparent), to(transparent));
	background-image: -o-linear-gradient(left, #0c5adb, #0c5adb 40%, transparent 40%, transparent 100%);
	background-image: linear-gradient(90deg, #0c5adb, #0c5adb 40%, transparent 40%, transparent 100%);
	background-size: 12px 1px;
	content: "";
	left: -143px;
}

.first-process .work_progress-number:before {
	display: none;
}

.work_progress.style-three .work_progress-number span {
	font-weight: 600;
	height: 45px;
	width: 45px;
	line-height: 45px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.work_progress.style-three:hover .work_progress-number span {
	transform: scale(1.1);
}

.work_progress.style-three .work_progress-number span:before {
	position: absolute;
	left: -20px;
	top: -20px;
	height: 85px;
	width: 85px;
	content: "";
	background: #0c5adb;
	z-index: -1;
	border-radius: 50%;
	right: 0;
	margin: auto;
	opacity: .2;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.work_progress.style-three .work_progress-number span:after {
	position: absolute;
	left: -10px;
	top: -10px;
	height: 65px;
	width: 65px;
	content: "";
	background: #0c5adb;
	z-index: -1;
	border-radius: 50%;
	right: 0;
	margin: auto;
	opacity: .4;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.before-none .work_progress.style-three .work_progress-number:before {
	display: none;
}

/*style four*/
.work_progress.style-four {
	position: relative;
	z-index: 1;
	padding: 16px 26px 20px;
	border-radius: 4px;
	transition: .4s;
}

.work_progress.style-four:hover {
	transform: translate3d(0, -6px, 0);
}

.work_progress.style-four:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transition: .5s;
	background: url("https://cdn-ildjdkp.nitrocdn.com/rJmsyDoaAMzyEvUPOXJdXybAGlHuuJrS/assets/images/optimized/rev-4a93233/www.turnoutnow.com/wp-content/plugins/dreamit-elementor-extension/assets/images/process.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

.work_progress.style-four:after {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	height: 100%;
	width: 0;
	transition: .5s;
	background: url("https://cdn-ildjdkp.nitrocdn.com/rJmsyDoaAMzyEvUPOXJdXybAGlHuuJrS/assets/images/optimized/rev-4a93233/www.turnoutnow.com/wp-content/plugins/dreamit-elementor-extension/assets/images/color.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	border-radius: 4px;
}

.work_progress.style-four:hover:after {
	left: 0;
	width: 100%;
}

.work_progress.style-four .work_progress-number span {
	background: #0c5adb;
	display: inline-block;
	height: 71px;
	width: 71px;
	line-height: 66px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-size: 21px;
	position: relative;
	z-index: inherit;
	border: 3px solid #fff;
}

.work_progress.style-four .work_progress-number span::before {
	position: absolute;
	left: -13px;
	top: -13px;
	width: 48px;
	height: 48px;
	background: #0c5adb;
	opacity: 1;
	content: "";
}

.work_progress.style-four .work_progress-number span::after {
	content: "";
	top: -37px;
	left: 0;
	height: 40px;
	width: 309px;
	background: url("https://cdn-ildjdkp.nitrocdn.com/rJmsyDoaAMzyEvUPOXJdXybAGlHuuJrS/assets/images/optimized/rev-4a93233/www.turnoutnow.com/wp-content/plugins/dreamit-elementor-extension/assets/images/line.png");
	background-position: center center;
	background-repeat: no-repeat;
}

.four .work_progress.style-four .work_progress-number span::after {
	display: none;
}

.two .work_progress.style-four .work_progress-number span {
	background: #1b53de !important;
}

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

.four .work_progress.style-four .work_progress-number span {
	background: #1b53de !important;
}

.four .work_progress.style-four .work_progress-number span::before {
	background: #23b5ff !important;
}

.work_progress.style-four .work_progress-number {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto 0;
	top: -37px;
}

.work_progress.style-four .work_progress-title h2 {
	font-size: 20px;
	font-weight: 700;
	margin: 6px 0 3px;
}

.work_progress.style-four .work_progress-desc p {
	transition: .5s;
	line-height: 27px;
}

.work_progress.style-four:hover .work_progress-title h2, .work_progress.style-four:hover .work_progress-desc p {
	color: #fff;
}

/*style five */
.work_progress.style-five {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	padding: 0 0px;
}

.work_progress.style-five .work_progress_icon {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-bottom: 90px;
}

.work_progress.style-five .work_progress_icon:before {
	position: absolute;
	content: "";
	z-index: -1;
	top: -47px;
	left: -57px;
	right: 0;
	width: 141px;
	height: 140px;
	background-image: url("https://cdn-ildjdkp.nitrocdn.com/rJmsyDoaAMzyEvUPOXJdXybAGlHuuJrS/assets/images/optimized/rev-4a93233/www.turnoutnow.com/wp-content/plugins/dreamit-elementor-extension/assets/images/proces.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto;
}

.two .work_progress.style-five .work_progress_icon:before {
	background-image: url("https://cdn-ildjdkp.nitrocdn.com/rJmsyDoaAMzyEvUPOXJdXybAGlHuuJrS/assets/images/optimized/rev-4a93233/www.turnoutnow.com/wp-content/plugins/dreamit-elementor-extension/assets/images/process2.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto;
}

.three .work_progress.style-five .work_progress_icon:before {
	background-image: url("https://cdn-ildjdkp.nitrocdn.com/rJmsyDoaAMzyEvUPOXJdXybAGlHuuJrS/assets/images/optimized/rev-4a93233/www.turnoutnow.com/wp-content/plugins/dreamit-elementor-extension/assets/images/process3.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.four .work_progress.style-five .work_progress_icon:before {
	background-image: url("https://cdn-ildjdkp.nitrocdn.com/rJmsyDoaAMzyEvUPOXJdXybAGlHuuJrS/assets/images/optimized/rev-4a93233/www.turnoutnow.com/wp-content/plugins/dreamit-elementor-extension/assets/images/process4.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto;
}

.work_progress.style-five .work_progress_icon i {
	color: #fff;
	font-size: 35px;
}

.work_progress.style-five .progress_content {
	border-radius: 5px;
	filter: drop-shadow(0px 10px 20px rgba(35, 50, 83, .07));
	background-color: #fff;
	padding: 26px 22px 32px;
	position: relative;
	z-index: 1;
}

.work_progress.style-five .progress_content:before {
	position: absolute;
	content: "";
	z-index: -1;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-image: linear-gradient(-45deg, #00237d 0%, #0b59db 100%);
	transition: .5s;
	border-radius: 5px;
}

.work_progress.style-five:hover .progress_content:before {
	width: 100%;
	left: 0;
}

.two .work_progress.style-five .progress_content:before {
	background-image: linear-gradient(-45deg, #fe542d 0%, #ff950b 100%);
}

.three .work_progress.style-five .progress_content:before {
	background-image: linear-gradient(-45deg, #8b3ffe 0%, #d02ffb 100%);
}

.four .work_progress.style-five .progress_content:before {
	background-image: linear-gradient(-45deg, #ff4f2b 0%, #ff47a6 100%);
}

.two .work_progress.style-five .work_progress_icon {
	margin-bottom: 74px !important;
}

.work_progress.style-five:hover .work_progress-title h2, .work_progress.style-five:hover .work_progress-desc p {
	color: #fff;
}

.work_progress.style-five .work_progress-title {
	padding-top: 0;
}

.work_progress.style-five .work_progress-title h2 {
	font-size: 16px;
	margin: 12px 0 8px;
	transition: .5s;
}

.work_progress.style-five .work_progress-desc p {
	margin: 0 0 0;
	line-height: 28px;
	transition: .5s;
}

/*progresbar*/
.elementor-8682 .elementor-element.elementor-element-b8b8491 .elementor-progress-wrapper {
	box-shadow: 0px 4px 9px 0px rgba(12, 208, 178, 19%) !important;
}

.elementor-8682 .elementor-element.elementor-element-dca4e40 .elementor-progress-wrapper {
	box-shadow: 0px 4px 9px 0px rgba(12, 89, 219, 19%) !important;
}

.elementor-8682 .elementor-element.elementor-element-6249d79 .elementor-progress-wrapper {
	box-shadow: 0px 4px 9px 0px rgba(255, 107, 51, 19%) !important;
}

/*
==============
Call To Action
==============
*/
.call-to-action {
	text-align: center;
	position: relative;
}

.call-to-action-title h2 {
	margin-bottom: 12px;
	font-size: 35px;
	margin: 10px auto 35px;
	text-transform: capitalize;
	line-height: 1.1;
}

.call-to-action-title span {
	font-size: 40px;
	display: block;
	letter-spacing: 0;
	line-height: 1.2;
	margin-top: 20px auto 0;
	font-weight: 700;
}

.call-to-action-btn {
	margin-top: 30px;
}

.call-to-action-btn a {
	border: none;
	display: inline-block;
	text-transform: capitalize;
	background-color: #0c5adb;
	border-radius: 4px;
	color: #fff;
	padding: 16px 32px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-weight: 500;
}

.call-to-action-btn a i {
	margin-left: 8px;
}

.call-to-action-btn a:hover {
	background: #fff;
	color: #0c5adb;
}

.call-to-action-desc {
	width: 31%;
	margin: auto;
}

.call-to-video {
	margin-bottom: 35px;
}

.call-video-link a {
	display: inline-block;
}

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

.call-video-link a {
	position: relative;
}

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

.call-to-video i {
	font-size: 23px;
}

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

/* Style Two */
.call-to-action.style-two {
	text-align: left;
}

.call-to-action.style-two .call-to-action-desc {
	width: 100%;
	margin: 0;
}

.call-to-action.style-two .call-to-video {
	text-align: center;
}

.form-group .buttons {
	margin-top: 25px;
}

/*

===========
Testimonial
===========
*/
.single_testimonial {
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	position: relative;
	margin-top: 10px;
	text-align: center;
}

.testi_content {
	position: relative;
	padding: 52px 30px 52px;
	-webkit-box-shadow: 0 25px 40px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 10%);
	background: #fff;
	border-radius: 5px;
	text-align: left;
	margin-bottom: 40px;
}

.testi_thumb img {
	border-radius: 100%;
	width: 90px;
}

.testi_title {
	margin-bottom: 4px;
}

.testi_title h2 {
	font-size: 18px;
	margin-bottom: 0px;
	text-transform: capitalize;
	letter-spacing: 0;
	font-weight: 700;
}

.testi_title h2 sup {
	font-size: 15px;
	font-weight: bold;
	margin-left: 5px;
}

.testi_title span {
	color: #0c5adb;
	font-weight: 500;
	font-size: 16px;
	display: block;
	padding-top: 8px;
}

.testi_text {
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	width: 69%;
	margin: auto;
}

.default-style .testi_text {
	width: 92%;
	text-align: center;
}

.testi_text.texti_style2 {
	color: #444;
	font-style: italic;
	margin: auto;
	width: 100%;
}

.testimonial_list.curosel-style .owl-nav div {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .3);
}

.em_testi_degi {
	line-height: 1;
	margin-top: -4px;
}

.reviews_rating {
	margin-top: 10px;
}

.em_reviews i {
	color: #ddd;
}

.testi-star i {
	color: #ddd;
}

.testi-star i.active {
	color: #0c5adb;
	font-size: 19px;
	margin: 0 1px;
}

.em_testi_country_img ul li {
	display: inline-block;
	overflow: hidden;
}

.em_testi_country_img ul li img {
	display: inline-block;
}

.country-name {
	margin-left: 10px;
}

.testimonial-style-two .single_testimonial {
	text-align: center;
	padding: 30px 25px;
	border-radius: 5px;
}

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

.testi_thumb img {
	border-radius: 100%;
	width: 90px;
}

.testimonial-style-two .testi_title h2 {}

.testimonial-style-two .testi_title span {
	color: #0c5adb;
	font-size: 14px;
}

.testimonial-style-two .testi_text {
	width: 71%;
	margin: auto;
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
}

.testi_thumb {
	position: relative;
	margin: 0 0 20px;
	display: inline-block;
}

.testi_thumb:before {
	content: "";
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	line-height: 50px;
	bottom: 0px;
	right: -16px;
	background-color: #0c5adb;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
}

.testimonial-style-two .testi_title {
	position: relative;
	padding-top: 20px;
}

.testimonial-style-two .testi_title::before, .testimonial-style-two .testi_title::after {
	position: absolute;
	top: 0;
	content: "";
	height: 1px;
	width: 25px;
}

.testimonial-style-two .testi_title::before {
	background-color: #0c5adb;
	left: calc(50% - 25px);
}

.testimonial-style-two .testi_title::after {
	background-color: #ddd;
	left: 50%;
}

/* Testimonial Style Three */
.testimonial-style-three .test_thumb {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.testimonial-style-three .test_thumb img {
	border-radius: 100%;
}

.testimonial-style-three .testi_title {
	text-align: left;
}

.testimonial-style-three .testi_content:before {
	content: "";
	bottom: -20px;
	top: auto;
	border-color: #fff transparent transparent #fff;
	display: block;
	position: absolute;
	left: 0;
	margin-left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px;
}

/* Testimonial Style Four */
.testimonial-style-four .single_testimonial {
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	position: relative;
	text-align: center;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 15%);
	margin-bottom: 30px;
	padding: 36px;
	background: #fff;
	border-radius: 5px;
}

.testimonial-style-four .single_testimonial .testi_thumb {
	position: relative;
	display: inline-block;
	float: none;
	margin: 0;
	text-align: center;
}

.testimonial-style-four .single_testimonial .testi_thumb::before {
	display: none;
}

.testimonial-style-four .single_testimonial .testi_content {
	padding-top: 0;
	padding: 15px 0 5px;
	box-shadow: none;
	background: transparent;
	border-radius: 0;
	text-align: center;
	margin-bottom: 0;
}

.testimonial-style-four .single_testimonial .testi_content .testi_text {
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	width: 100%;
	margin: auto;
}

/*testimonial style five*/

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

.testimonial-style-five .single_testimonial {
	text-align: left;
	margin-bottom: 30px;
}

.testimonial-style-five .testi_text_two {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	font-style: italic;
}

.testimonial-style-five .testi_content {
	padding: 15px 0 7px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	border-radius: 0px;
	margin: 0 0 0px;
}

.testimonial-style-five .testi_text {
	font-size: 16px;
	font-style: inherit;
	width: 100%;
	margin: auto;
	color: #c7ccf4;
	line-height: 28px;
}

.testimonial-style-five .testi_thumb:before {
	display: none;
}

.testimonial-style-five .testi_title {
	margin-bottom: 0;
	display: inline-block;
}

.testimonial-style-five .testi_thumb {
	margin: 0 15px 0 0;
	display: inline-block;
	top: 24px;
}

.testimonial-style-five .testi_thumb img {
	width: 76px;
}

.testimonial-style-five .testi_title span {
	color: #fff;
	padding-top: 4px;
}

.testimonial-style-five .testi_title h2 {
	font-size: 18px;
	margin: 0;
	color: #fff;
	font-weight: 600;
}

/*Dots*/
.testimonial-style-five .owl-dots {
	position: absolute;
	left: 88%;
	bottom: 39px;
}

.testimonial-style-five .owl-dot {
	background: #bfcadc;
	height: 12px;
	width: 12px;
	display: inline-block !important;
	margin: 0px 2px;
	border-radius: 50px;
}

.testimonial-style-five .owl-dot.active {
	background: #fe6b35;
	width: 12px;
}

/*testimonial style six*/
.testimonial-style-six .single_testimonial {
	margin-top: 87px;
	border-radius: 5px;
	background-color: #fff;
	text-align: center;
	padding: 49px 22px 34px;
	position: relative;
	z-index: 1;
}

.testimonial-style-six .single_testimonial:hover {
	transform: translate3d(0, -6px, 0);
}

.testimonial-style-six .single_testimonial:before {
	content: "";
	position: absolute;
	line-height: 50px;
	bottom: 0px;
	background: url("https://cdn-ildjdkp.nitrocdn.com/rJmsyDoaAMzyEvUPOXJdXybAGlHuuJrS/assets/images/optimized/rev-4a93233/www.turnoutnow.com/wp-content/plugins/dreamit-elementor-extension/assets/images/testi-shape.png");
	width: 0;
	height: 100%;
	top: 0%;
	left: 50%;
	margin: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: .5s;
	border-radius: 5px;
	z-index: -1;
}

.testimonial-style-six .single_testimonial:hover:before {
	width: 100%;
	left: 0;
}

.testimonial-style-six .single_testimonial:hover .testi_text, .testimonial-style-six .single_testimonial:hover .testi_title h2, .testimonial-style-six .single_testimonial:hover .testi_title h2 span, .testimonial-style-six .single_testimonial:hover .testi-star i.active {
	color: #fff;
}

.testimonial-style-six .single_testimonial:hover:after {
	background: url("https://cdn-ildjdkp.nitrocdn.com/rJmsyDoaAMzyEvUPOXJdXybAGlHuuJrS/assets/images/optimized/rev-4a93233/www.turnoutnow.com/wp-content/plugins/dreamit-elementor-extension/assets/images/green.png");
}

.testimonial-style-six .single_testimonial:hover .testi_thumb:before {
	color: #fff !important;
}

.testimonial-style-six .single_testimonial:after {
	content: "";
	position: absolute;
	line-height: 50px;
	bottom: 0px;
	right: 0;
	background: url("https://cdn-ildjdkp.nitrocdn.com/rJmsyDoaAMzyEvUPOXJdXybAGlHuuJrS/assets/images/optimized/rev-4a93233/www.turnoutnow.com/wp-content/plugins/dreamit-elementor-extension/assets/images/testi-1.png");
	width: 170px;
	height: 149px;
	text-align: center;
	color: #0b59db;
	top: -112%;
	left: 0;
	margin: auto;
	background-position: center center;
	background-repeat: no-repeat;
}

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

.testimonial-style-six .reviews_rating {
	margin-top: 13px;
	margin: 14px 0 12px;
}

.testimonial-style-six .testi_content {
	position: relative;
	padding: 10px 0 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 0;
}

.testimonial-style-six .testi_text {
	font-size: 16px;
	font-weight: 400;
	font-style: inherit;
	width: 96%;
	margin: auto;
	line-height: 28px;
	transition: .5s;
}

.testimonial-style-six .testi-star i.active {
	color: #ffc107;
	font-size: 16px;
	margin: 0 1px;
}

.testimonial-style-six .owl-nav {
	display: inline-block;
	position: relative;
	text-align: center;
	left: 50%;
	right: 0;
	padding: 0 0px 0;
	top: 40px;
}

.testimonial_list.owl-carousel.owl-loaded.curosel-style.testimonial-style-six.owl-drag .owl-nav div {
	color: #0d5be3;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	background: transparent;
	box-shadow: none !important;
	border: 2px solid #0d5be3;
}

.testimonial_list.owl-carousel.owl-loaded.curosel-style.testimonial-style-six.owl-drag .owl-nav div:hover {
	background: #0d5be3;
	color: #fff;
	box-shadow: 0px 3px 21px 0px rgba(33, 183, 255, .35) !important;
}

/*style seven*/
.testimonial-style-seven .single_testimonial:hover .testi_content {
	border-bottom: 12px solid #0b59db;
	border-right: 12px solid #0b59db;
}

.testimonial-style-seven .testi_thumb {
	position: relative;
	margin: 0 42px 20px 0;
	display: block;
	float: left;
	z-index: 2;
	top: 69px;
}

.testimonial-style-seven .testi_content {
	position: relative;
	padding: 62px 0 25px 24px;
	-webkit-box-shadow: 0 25px 40px 0 rgba(0, 0, 0, .1);
	box-shadow: none;
	background: #fff;
	border-radius: 5px;
	text-align: left;
	margin-bottom: 40px;
	overflow: hidden;
	border-right: 12px solid #f0f2f1;
	border-bottom: 12px solid #f0f2f1;
	transition: .5s;
}

.testimonial-style-seven .testi_content:before {
	position: absolute;
	content: "";
	top: 0;
	left: 24px;
	height: 41px;
	width: 51px;
	background: url("https://cdn-ildjdkp.nitrocdn.com/rJmsyDoaAMzyEvUPOXJdXybAGlHuuJrS/assets/images/optimized/rev-4a93233/www.turnoutnow.com/wp-content/plugins/dreamit-elementor-extension/assets/images/arrow.png");
	background-position: center center;
	background-repeat: no-repeat;
}

.testimonial-style-seven .testi_text {
	font-size: 16px;
	font-style: inherit;
	width: 100%;
	margin: auto;
	color: #828fa0;
	line-height: 28px;
}

.testimonial-style-seven .testi_thumb:before {
	display: none;
}

.testimonial-style-seven .testi_thumb img {
	border-radius: 100%;
	width: 100px;
	width: 112px;
	height: 112px;
}

.testimonial-style-seven .testi_title span {
	color: #828fa0;
	display: inline-block;
	position: relative;
	left: 41px;
}

.testimonial-style-seven .testi_title h2 {
	font-size: 18px;
	margin-bottom: 0px;
	text-transform: capitalize;
	letter-spacing: 0;
	font-weight: 700;
	margin: 20px 0 0;
}

/*testimonial style 8*/
.testimonial-style-8 .single_testimonial {
	position: relative;
	margin-top: 10px;
	text-align: left;
	background: #1948d4;
	border-radius: 5px;
	padding: 56px 50px 37px;
	clip-path: polygon(0% 2%, 104% 0, 100% 100%, 0% 100%);
	border-top-left-radius: 12px;
}

/*.testimonial-style-8 .single_testimonial:before{
    position: absolute;
    content: "";
    top: 0;
    left:50%;
    height: 100%;
    width: 0;
    transition: .5s;
    background: url(../images/img6.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
    z-index: 1;
}
.testimonial-style-8 .single_testimonial:hover:before{
    width: 100%;
    left: 0;
}*/
.testimonial-style-8 .testi_thumb {
	margin: 0 23px 14px 0;
	display: inline-block;
}

.testimonial-style-8 .testi_thumb:before {
	content: "";
	font-family: FontAwesome;
	font-size: 14px;
	position: absolute;
	line-height: 35px;
	bottom: 0px;
	left: -9px;
	width: 36px;
	height: 36px;
	border: 2px solid #fff;
	top: -15px;
	right: inherit;
}

.testimonial-style-8 .testi_thumb img {
	border-radius: 0;
	width: 90px;
}

.testimonial-style-8 .testi_title {
	margin-bottom: 4px;
	display: inline-block;
}

.testimonial-style-8 .testi_content {
	position: relative;
	padding: 8px 0px 0;
	border-radius: 0px;
	text-align: left;
	margin-bottom: 0;
	box-shadow: none;
	background: transparent;
}

.testimonial-style-8 .testi_text {
	font-size: 16px;
	font-style: normal;
	width: 100%;
	color: #fff;
	line-height: 29px;
}

.testimonial-style-8 .testi_title h2 {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 0;
}

.testimonial-style-8 .testi_title span {
	color: #fff;
	padding-top: 4px;
}

.testimonial-style-8 .testi-star i.active {
	color: #ffb500;
	font-size: 15px;
	margin: 0 1px;
}

.testimonial-style-8 .reviews_rating {
	margin-top: 24px;
}

/*owl nav*/
.curosel-style.testimonial-style-8 .owl-nav div {
	border-radius: 4px;
	color: #fff;
	font-size: 19px;
	height: 45px;
	line-height: 45px;
	position: absolute;
	top: 88%;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	width: 45px;
	text-align: center;
	z-index: 99;
	-webkit-transform: translateY(-49%);
	-ms-transform: translateY(-49%);
	transform: translateY(-49%);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	background: #f00;
}

.curosel-style.testimonial-style-8 .owl-dots {
	position: absolute;
	left: 87%;
	bottom: 21px;
	border-radius: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.curosel-style.testimonial-style-8 .owl-dot {
	height: 16px;
	width: 16px;
	display: inline-block !important;
	margin: 0 3px;
	border: 1px solid #fff;
	background: transparent;
}

.curosel-style.testimonial-style-8 .owl-dot.active {
	width: 16px;
	background: #fff;
}

/*
==========
Case Study
==========
*/
.dreamit-single-cases-study {
	position: relative;
	z-index: 999;
}

.cases-study-content {
	position: absolute;
	left: 0;
	bottom: -100%;
	right: 0;
	text-align: center;
	background: #0c5adb;
	margin: auto;
	padding: 20px 30px 1px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: 999;
	width: 100%;
}

.dreamit-single-cases-study:hover .cases-study-content {
	bottom: 0;
}

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

.case-study-thumb img {
	width: 100%;
	border-radius: 5px;
}

.case-study-thumb::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .75);
	content: "";
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 5px;
}

.dreamit-single-cases-study:hover .case-study-thumb:before {
	opacity: 1;
}

.em-cases-study-title h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 5px;
}

.em-cases-study-title h2 a {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.case_category span {
	color: #0c5adb;
}

.case_default .em-cases-study-content {
	background: transparent;
	width: 100%;
	padding: 40px 27px;
	top: inherit;
	opacity: 1;
	text-align: left;
	bottom: 0;
}

.case_default .em-cases-study-title h2 a {
	font-size: 23px;
}

.case_default .dreamit-single-cases-study {
	margin-bottom: 30px;
}

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

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

.case_default .em-cases-study-title h2 {
	margin: 0 0 7px;
	color: #fff;
}

.case_default .case_category span, .case_default .cases-study-content p, .case_default .em-case-study-button a {
	color: #fff;
}

.case_default .cases-study-content p {
	margin: 20px 0;
}

.case_default .em-cases-study-title h2 a:hover {
	color: #fff;
}

.em-case-study-button {
	margin-top: 20px;
}

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

.style-two .cases-study-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 70%;
	text-align: center;
	background: #fff;
	width: 70%;
	margin: auto;
	border-radius: 5px;
	padding: 40px 10px;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	transform: translateY(-70%);
	z-index: 999;
	bottom: inherit;
}

.style-two .dreamit-single-cases-study:hover .cases-study-content {
	opacity: 1;
	top: 50%;
	bottom: inherit;
	transform: translateY(-50%);
}

.style-two .cases-study-content
.style-two .col-xs-12, .style-two .col-sm-12, .style-two .col-md-12 {
	padding: 0;
}

/* Case Style Three */
.case-study-style3 .em-cases-study-title h2 {
	font-size: 24px;
	margin: 12px 0 0;
}

.case-study-style3 .em-cases-study-title h2 a {
	color: #fff;
}

.case-study-style3 .case_category span {
	color: #fff;
}

.case-study-style3 .em-case-study-button a {
	display: inline-block;
	background: #fff;
	padding: 3px 20px;
	border-radius: 30px;
	color: #0c5adb;
	margin-top: 10px;
}

.case-study-style3 .cases-study-content {
	top: 76%;
	background: transparent;
	width: 100%;
	border-radius: 0;
	padding: 0;
	opacity: 1;
}

.case-study-style3 .case-study-thumb:before {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
	top: 25px;
	content: "";
	opacity: 1;
	transition: .5s;
}

.case-study-style3 .techno-single-cases-study:hover .case-study-thumb::before {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 19, 209, .2)), to(blue));
	background-image: linear-gradient(to bottom, rgba(37, 19, 209, .4), #2513d1);
	top: 0;
}

.case-study-style3 .techno-single-cases-study:hover .cases-study-content {
	top: 70%;
}

/* Style Four */
.case-style-four .dreamit-single-cases-study {
	margin-bottom: 30px;
	overflow: hidden;
}

.case-style-four .dreamit-single-cases-study .case-study-thumb:after {
	content: "";
	background: rgba(12, 90, 219, .85);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	transform-origin: top;
	-moz-transition: all .5s ease-out 0s;
	-webkit-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
	-moz-transform: perspective(15em) rotateX(-90deg);
	-o-transform: perspective(15em) rotateX(-90deg);
	-ms-transform: perspective(15em) rotateX(-90deg);
	-webkit-transform: perspective(15em) rotateX(-90deg);
	transform: perspective(15em) rotateX(-90deg);
	z-index: 1;
	left: 0;
}

.case-style-four .dreamit-single-cases-study:hover .case-study-thumb:after {
	-moz-transform: perspective(0) rotateX(0);
	-o-transform: perspective(0) rotateX(0);
	-ms-transform: perspective(0) rotateX(0);
	-webkit-transform: perspective(0) rotateX(0);
	transform: perspective(0) rotateX(0);
}

.case-style-four .cases-study-content {
	background: 0 0;
	background: #fff;
	width: 83%;
	padding: 21px 24px;
	opacity: 1;
	text-align: center;
	top: 120%;
	margin: auto;
	border-radius: 0;
	border-radius: 4px;
	transform: translateY(-50%);
	bottom: inherit;
}

.case-style-four .dreamit-single-cases-study:hover .cases-study-content {
	top: 80%;
	opacity: 1;
	bottom: inherit;
}

/* Case Style Five */
.case-study-style5 .em-cases-study-title h2 {
	font-size: 24px;
	margin: 2px 0 0;
}

.case-study-style5 .em-cases-study-title h2 a {
	color: #fff;
}

.case-study-style5 .case_category span {
	color: #fff;
}

.case-study-style5 .em-case-study-button a {
	display: inline-block;
	background: #fff;
	padding: 6px 26px;
	border-radius: 30px;
	color: #0c5adb;
	margin-top: 10px;
}

.case-study-style5 .cases-study-content {
	top: 62%;
	background: transparent;
	width: 100%;
	border-radius: 0;
	padding: 0;
	opacity: 1;
}

.case-study-style5 .case-study-thumb:before {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
	top: 25px;
	content: "";
	opacity: 1;
	transition: .5s;
}

.case-study-style5 .dreamit-single-cases-study:hover .case-study-thumb::before {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 19, 209, .2)), to(blue));
	background-image: linear-gradient(to bottom, rgba(37, 19, 209, .4), #2513d1);
	top: 0;
}

.case-study-style5 .dreamit-single-cases-study:hover .cases-study-content {
	top: 55%;
}

/* Case Style Six
------------------*/
.style-six .case-study-thumb img {
	border-radius: 5px;
}

.style-six .case-study-thumb::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(12, 90, 219, .85);
	content: "";
	opacity: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.style-six .cases-study-content {
	position: relative;
	background: #fff;
	width: 86%;
	margin-top: -40px;
	padding: 30px 10px;
	border-radius: 5px;
}

.style-six .dreamit-single-cases-study:hover .cases-study-content {
	bottom: inherit;
}

/*techno-new-case*/
.techno-new-case .style-two .case-study-thumb::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 90%;
	height: 92%;
	background: rgba(12, 90, 219, .85);
	content: "";
	right: 0;
	margin: auto;
	bottom: 0;
}

.techno-new-case .owl-dots {
	display: none;
}

/*
==========
Brand
==========
*/
.itsoft-single-brand {
	margin-bottom: 15px;
	overflow: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-align: center;
}

.brand-thumb  img {
	filter: gray;
	-webkit-filter: grayscale(1);
	transition: .3s;
}

.itsoft-single-brand:hover .brand-thumb  img {
	filter: none;
	-webkit-filter: grayscale(0);
}

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

.itsoft-single-brand.style2:hover {
	margin-top: 0;
}

/*
=========
Counter
=========
*/
.single_counter {
	position: relative;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.counter_icon {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	float: left;
	margin-right: 15px;
}

.counter_icon i {
	font-size: 50px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: inline-block;
	color: #0c5adb;
}

.countr_text > h1 {
	font-size: 34px;
	display: inline-block;
	font-weight: 500;
	margin: 0;
}

.countr_text > h3 {
	font-size: 34px;
	display: inline-block;
	margin: 0;
	font-weight: 500;
}

.counter_title {
	padding: 0 0 0;
}

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

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

.single_counter.center .counter_icon {
	float: none;
}

/*Counter New*/
.counter-new .single_counter.center {
	text-align: center;
	position: relative;
	z-index: 1;
}

.counter-new .single_counter.center:before {
	position: absolute;
	content: "";
	top: 27px;
	left: 21%;
	height: 37px;
	width: 37px;
	line-height: 37px;
	border: 2px solid #31d2fc;
	border-radius: 100%;
	z-index: -1;
}

.counter-new .two .single_counter.center:before {
	position: absolute;
	content: "";
	top: 27px;
	left: 31% !important;
	border: 2px solid #fc3 !important;
}

.counter-new .three .single_counter.center:before {
	position: absolute;
	content: "";
	top: 27px;
	left: 31% !important;
	border: 2px solid #33dbff !important;
}

.counter-new .four .single_counter.center:before {
	position: absolute;
	content: "";
	top: 27px;
	left: 21%;
	border: 2px solid #ff6933 !important;
}

.counter-new .countr_text > h1 {
	font-size: 48px;
	font-weight: 800;
	color: #fff;
}

.counter-new .countr_text > h3 {
	font-size: 34px;
	font-weight: 800;
	color: rgba(255, 255, 255, 1);
}

.counter-new .counter_title h4 {
	font-weight: 600;
	color: #fff;
}

/*counter new two*/
.new-counter-two .single_counter_inner {
	position: relative;
	z-index: 1;
	left: 34px;
}

.new-counter-two .single_counter_inner:before {
	position: absolute;
	content: "";
	top: 13px;
	left: -46px;
	height: 30px;
	width: 33px;
	line-height: 30px;
	z-index: -1;
	background: url("https://cdn-ildjdkp.nitrocdn.com/rJmsyDoaAMzyEvUPOXJdXybAGlHuuJrS/assets/images/optimized/rev-4a93233/www.turnoutnow.com/wp-content/plugins/dreamit-elementor-extension/assets/images/dot.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.new-counter-two .countr_text > h1 {
	font-size: 42px;
	font-weight: 700;
}

.new-counter-two .countr_text > h3 {
	font-size: 42px;
	font-weight: 700;
}

.new-counter-two .counter_title h4 {
	margin-top: 2px;
	font-weight: 500;
}

.new-counter-two .counter_icon {
	float: inherit;
	display: none;
}

/*new-techno-counter*/
.new-techno-counter .counter_icon {
	float: inherit;
	margin-right: 0px;
	display: inline-block;
	height: 86px;
	width: 78px;
	line-height: 85px;
	background: #ff9a62;
	border-radius: 5px;
	clip-path: polygon(0% 0%, 100% 9%, 100% 100%, 0% 100%);
	margin-bottom: 19px;
}

.new-techno-counter .two .counter_icon {
	background: #2875ff;
	clip-path: polygon(0% 11%, 104% 0, 100% 100%, 0% 100%);
}

.new-techno-counter .three .counter_icon {
	background: #54d7af;
	clip-path: polygon(0% 0%, 100% 9%, 100% 100%, 0% 100%);
}

.new-techno-counter .four .counter_icon {
	background: #f05d8a;
	clip-path: polygon(0% 11%, 104% 0, 100% 100%, 0% 100%);
}

.new-techno-counter .single_counter_inner {
	position: relative;
}

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

.new-techno-counter .four .single_counter_inner:before {
	display: none;
}

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

/*techno prograss bar*/
.techno-bar .elementor-progress-wrapper {
	position: relative;
}

.techno-bar .elementor-progress-wrapper:before {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	background: #f00;
	top: 9px;
}

.techno-bar .two .elementor-progress-wrapper:before {
	position: absolute;
	background: #2875ff;
}

.techno-bar .three .elementor-progress-wrapper:before {
	position: absolute;
	background: #54d7ad;
}

/*secound-count*/
.secound-count .single_counter_inner {
	position: relative;
}

.secound-count .single_counter_inner:before {
	position: absolute;
	content: "";
	top: 25px;
	right: -17px;
	height: 74%;
	width: 1px;
	background: rgba(255, 255, 255, .3);
}

.secound-count .two .single_counter_inner:before {
	display: none;
}

/*
=========
Icon Box
=========
*/
.icon-box {
	display: flex;
	padding-bottom: 5px;
}

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

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

.icon-box .icon-box-content .description p {
	margin: 0;
}

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

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

.icon-box.style-13 .icon {
	display: inline-block;
	height: 72px;
	width: 67px;
	line-height: 70px;
	background: #ff9a62;
	text-align: center;
	border-radius: 6px;
	clip-path: polygon(0% 0%, 100% 7%, 100% 100%, 0% 100%);
}

.two .icon-box.style-13 .icon {
	background: #2875ff;
	clip-path: polygon(0% 11%, 104% 0, 100% 100%, 0% 100%);
}

.three .icon-box.style-13 .icon {
	background: #54d7af;
	clip-path: polygon(0% 0%, 100% 7%, 100% 100%, 0% 100%);
}

.four .icon-box.style-13 .icon {
	background: #f05d8a;
	clip-path: polygon(0% 11%, 104% 0, 100% 100%, 0% 100%);
}

.icon-box.style-13 .icon-box-icon .icon i {
	font-size: 26px;
	color: #fff;
}

.icon-box.style-13 .icon-box-content h2 {
	font-size: 20px;
	margin: 0 0 5px 0;
}

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

/*fotter*/
.footer .icon-box .icon-box-icon {
	padding-right: 17px;
	position: relative;
	top: 7px;
}

.footer .icon-box-icon .icon i {
	display: inline-block;
	font-size: 17px;
	color: #fff;
	width: 38px;
	height: 38px;
	line-height: 40px;
	background: #3d65de;
	text-align: center;
	border-radius: 50%;
}

.footer .icon-box .icon-box-content h2 {
	margin: 0 0 3px;
}

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

/* Style Three */
.icon-box.style-three {
	align-items: center;
	padding: 0;
	transition: .5s;
	display: flex !important;
}

.icon-box.style-three .icon-box-content h2 {
	margin: 0;
}

.icon-box.style-three .icon-box-icon {
	padding-right: 20px;
}

/*icon box style four*/
.icon-box.style-four .icon-box-content h2 {
	color: #232323;
	margin: 0 0 0 0;
}

.icon-box.style-four .icon-box-content .description p {
	color: #232323;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

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

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

.icon-box-call .icon-box-icon .icon i {
	font-size: 30px;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border: 1px solid rgba(35, 35, 35, .10196078431373);
	border-radius: 50%;
	text-align: center;
	color: #1029b9;
	position: relative;
	z-index: 1;
}

.icon-box-call .icon-box.style-four .icon-box-content h2 {
	color: #616161;
	margin: 0 0 4px 0;
	font-size: 18px;
	font-weight: 500;
}

/* The telephone shake animation */
@keyframes move {
	0% {
		transform: scale(.5);
		opacity: 0;
	}
	
	50% {
		transform: scale(1);
		opacity: 1;
	}
	
	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes shake {
	0% {
		transform: rotate(-30deg);
	}
	
	30% {
		transform: rotate(-30deg);
	}
	
	60% {
		transform: rotate(-30deg);
	}
	
	100% {
		transform: rotate(-30deg);
	}
}

/*icon box five */
.icon-box.style-five {
	background: #f7f7ff;
	border-radius: 4px;
	padding: 29px 10px 28px 30px;
	position: relative;
	z-index: 1;
}

.icon-box.style-five:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	height: 100%;
	width: 0;
	transition: .5s;
	z-index: -1;
	background: #fef4eb;
}

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

.icon-box.style-five .icon-box-icon {
	padding-right: 19px;
}

.style-five .img-icon {
	height: 52px;
	width: 52px;
}

.icon-box.style-five .icon-box-content h2 {
	font-size: 18px;
	margin: 0;
}

/*icon box style six*/
.style-six .section-title.t_left p {
	width: 100%;
	border-left: none;
	padding-left: 0;
}

.icon-box.style-six .icon-box-number {
	margin-right: 23px;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.icon-box.style-six .icon-box-number span {
	height: 54px;
	width: 54px;
	line-height: 45px;
	border-radius: 100%;
	background: #22b4fd;
	padding: 2px;
	position: relative;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 21px;
	font-weight: 700;
	border: 3px solid #fff;
}

.icon-box.style-six .icon-box-number span:after {
	position: absolute;
	content: "";
	top: -13px;
	left: -11px;
	height: 35px;
	width: 35px;
	border-radius: 100%;
	z-index: -1;
	background: #1744d1;
}

.icon-box.style-six .icon-box-content .description p {
	margin: 0;
	text-align: left;
	width: 80%;
	line-height: 27px;
}

.two .icon-box.style-six .icon-box-number span {
	background: #1c55e0 !important;
	border: 3px solid #fff;
}

.two .icon-box.style-six .icon-box-number span:after {
	background: #23b5ff !important;
}

.icon-box.style-six .icon-box-content h2 {
	font-size: 22px;
}

/*icon-boxfive*/
.icon-box-five .icon-box-icon .icon i {
	font-size: 13px;
	color: #fff;
	display: inline-block;
	text-align: center;
	text-align: center;
	height: 23px;
	width: 23px;
	line-height: 23px;
	border-radius: 100%;
	background: linear-gradient(to left, #2475fc, #1129b9 100%);
}

.icon-box-five .icon-box .icon-box-content h2 {
	font-size: 18px;
	font-weight: 600;
}

.icon-box-five .icon-box .icon-box-icon {
	padding-right: 12px;
}

/*style seven*/
.icon-box.style-seven .icon-box-icon .icon i {
	font-size: 29px;
	color: #0c5adb;
	display: inline-block;
	text-align: center;
	height: 66px;
	width: 66px;
	line-height: 70px;
	border-radius: 100%;
	background: #fff;
	box-shadow: 0px 10px 40px 0px rgba(146, 176, 225, .4);
	animation: 1s ease-in-out 0s normal none infinite running kmacb-circle-img-anim;
}

.icon-box.style-seven .icon-box-content h2 {
	font-size: 28px;
	font-weight: 800;
	margin: 10px 0 0;
}

/*style eight*/
.icon-box.style-eight .icon-box-icon .icon i {
	font-size: 15px;
	color: rgba(255, 255, 255, 1);
	display: inline-block;
	text-align: center;
	background-image: linear-gradient(-148deg, #1fbaff 0%, #5c67ff 100%);
	height: 34px;
	width: 34px;
	line-height: 34px;
	border-radius: 55px 0px 55px 55px;
	box-shadow: 0px 3px 21px 0px rgba(33, 183, 255, .35);
}

.two .icon-box.style-eight .icon-box-icon .icon i {
	box-shadow: 0px 3px 21px 0px rgba(253, 99, 93, .35);
	background-image: linear-gradient(-148deg, #ff9b08 0%, #fe5b2a 100%);
}

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

.icon-box.style-eight .icon-box-content h2 {
	font-size: 18px;
	margin: 0 0 10px 0;
}

.icon-box.style-eight .icon-box-icon {
	padding-right: 14px;
}

/*style nine*/
.icon-box.style-nine {
	display: inline-block;
	padding-bottom: 5px;
}

.icon-box.style-nine .icon-box-icon {
	padding-right: 0;
	margin-bottom: 80px;
}

.icon-box.style-nine .icon-box-icon .icon i {
	font-size: 40px;
	color: #fff;
	position: relative;
	z-index: 1;
	left: 31px;
	top: 15px;
}

.icon-box.style-nine .icon-box-icon .icon i:after {
	position: absolute;
	content: "";
	left: -36px;
	top: -35px;
	background: url("https://cdn-ildjdkp.nitrocdn.com/rJmsyDoaAMzyEvUPOXJdXybAGlHuuJrS/assets/images/optimized/rev-4a93233/www.turnoutnow.com/wp-content/plugins/dreamit-elementor-extension/assets/images/contact.png");
	width: 136px;
	height: 135px;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: center;
}

.icon-box.style-nine .icon-box-content h2 {
	color: #fff;
	font-size: 35px;
	margin: 30px 0 0;
}

.icon-box.style-nine .icon-box-content .description p {
	margin: 17px 0 0;
	color: #fff;
	line-height: 28px;
}

/*style ten*/
.icon-box.style-ten {
	display: block;
}

.icon-box.style-ten .icon-box-icon {
	padding-right: 11px;
	display: inline-block;
}

.icon-box.style-ten .icon-box-icon .icon i {
	width: 20px;
	height: 20px;
	line-height: 19px;
	text-align: center;
	background: #ff6900;
	border-radius: 50%;
	color: #fff;
	font-size: 11px;
	display: inline-block;
}

.icon-box.style-ten .title {
	display: inline-block;
}

.icon-box.style-ten .title h2 {
	font-size: 18px;
	color: #1d2124;
	margin: 0 0 10px;
}

.icon-box.style-ten .icon-box-content .description p {
	margin: 0;
	width: 97%;
}

/*style 11 icon box*/
.icon-box.style-11 {
	background: #f2f6ff;
	padding: 27px 24px 27px;
	border-radius: 5px;
	clip-path: polygon(0% 11%, 104% 0, 100% 100%, 0% 100%);
}

.two .icon-box.style-11 {
	clip-path: polygon(0% 0%, 100% 9%, 100% 100%, 0% 100%);
}

.icon-box.style-11 .title h2 {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	line-height: 28px;
}

.icon-box.style-11 .icon-box-icon .icon i {
	font-size: 27px;
}

/*style 12 */
.icon-box.style-12 .icon-box-content {
	position: relative;
	top: 13px;
}

.icon-box.style-12 .icon-box-icon {
	padding-right: 17px;
}

.icon-box.style-12 .img-icon {
	box-shadow: 0px 10px 30px 0px rgba(198, 200, 206, .74);
	height: 75px;
	width: 75px;
	border-radius: 100%;
}

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

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

/*
==========
Accordion
==========
*/
.my-accordion {
	padding: 0;
	margin: 0;
}

.my-accordion li {
	list-style: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	margin-bottom: 24px;
}

.my-accordion li a {
	position: relative;
	display: block;
	font-size: 20px;
	outline: 0;
	font-weight: 600;
	border: none;
	cursor: pointer;
	color: #232323;
	transition: .3s;
	margin-left: 0;
}

.my-accordion li a::before {
	content: "";
	position: absolute;
	right: -22px;
	bottom: -3px;
	width: 33px;
	height: 33px;
	line-height: 33px;
	border-radius: 50%;
	background-image: linear-gradient(0deg, #20b9fd 0%, #5474fd 100%);
	box-shadow: 0px 3px 21px 0px rgba(33, 183, 255, .35);
}

.my-accordion li a.active::before {
	width: 33px;
	right: -22px;
}

.my-accordion li a.active, .my-accordion li a:hover {
	color: #0c59db;
}

.my-accordion li a::after {
	content: "";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: -13px;
	top: 5px;
	font-size: 15px;
	color: #fff;
}

.my-accordion li a.active::after {
	content: "";
}

.my-accordion p {
	display: none;
	margin: 19px 0 11px 0;
	line-height: 28px;
}

/*new-techno-faq*/
.new-techno-faq .my-accordion p {
	display: none;
	margin: 9px 0 11px 0;
	line-height: 28px;
}

.new-techno-faq .my-accordion li {
	border-radius: 4px;
	background: #fff;
	padding: 24px 40px 23px;
}

.new-techno-faq .my-accordion li a {
	font-size: 18px;
}

.new-techno-faq .my-accordion li a.active::after {
	content: "";
	color: #232323;
}

.new-techno-faq .my-accordion li a::after {
	color: #2775ff;
}

.new-techno-faq .my-accordion li a::before {
	background-image: none;
	box-shadow: none;
}

/*style four*/
.my-accordion.style4 li {
	position: relative;
	left: 29px;
}

.my-accordion.style4 li a::before {
	right: inherit;
	bottom: -3px;
	background: transparent;
	box-shadow: none;
	left: 0;
}

.my-accordion.style4 li a::after {
	position: absolute;
	right: inherit;
	top: 5px;
	font-size: 18px;
	color: #2876ff;
	left: -26px;
}

.my-accordion.style4 li a {
	font-size: 22px;
	font-weight: 700;
}

.my-accordion.style4 p {
	margin: 13px 0 26px 0;
}

/*
==============
Video Box
==============
*/
.single-video {
	position: relative;
	text-align: center;
}

.single-video h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	padding-top: 26px;
	text-transform: capitalize;
	display: inline-block;
	margin-left: 25px;
}

.video-icon a {
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 99;
}

.single-video.style-one .video-icon a, .single-video.style-two .video-icon a {
	background: #fff;
	height: 75px;
	width: 75px;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	border-radius: 50%;
	line-height: 75px;
	color: #0c5adb;
	font-size: 26px;
	position: relative;
	-webkit-animation: ripple-red 1s linear infinite;
	animation: ripple-red 1s linear infinite;
	-webkit-transition: .5s;
}

/*new-video */
.new-video .single-video.style-one .video-icon a, .single-video.style-two .video-icon a {
	background: #2875ff;
	-webkit-animation: none;
	animation: none;
	animation: 1s ease-in-out 0s normal none infinite running kmacb-circle-img-anim;
	-webkit-transition: .5s;
	height: 86px;
	width: 86px;
	line-height: 86px;
	color: #fff;
}

.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, .3), 0 0 0 10px rgba(255, 255, 255, .3), 0 0 0 20px rgba(255, 255, 255, .3);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, .3), 0 0 0 10px rgba(255, 255, 255, .3), 0 0 0 20px rgba(255, 255, 255, .3);
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, .3), 0 0 0 20px rgba(255, 255, 255, .3), 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, .3), 0 0 0 20px rgba(255, 255, 255, .3), 0 0 0 30px rgba(212, 90, 219, 0);
	}
}

/* Style Three */
.single-video .layer-1 img, .single-video .layer-2 img, .single-video .layer-3 img, .single-video .layer-4 img {
	-webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
	animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
}

@keyframes alltuchtopdown {
	0% {
		-webkit-transform: rotateX(0deg) translateY(0px);
		-ms-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
	
	50% {
		-webkit-transform: rotateX(0deg) translateY(-20px);
		-ms-transform: rotateX(0deg) translateY(-20px);
		transform: rotateX(0deg) translateY(-20px);
	}
	
	100% {
		-webkit-transform: rotateX(0deg) translateY(0px);
		-ms-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
}

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

.single-video.style-three .video-icon a::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 99px;
	width: 99px;
	background: rgba(12, 90, 219, 1);
	z-index: -1;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.single-video.style-three .video-icon a i {
	background: #fff;
	height: 90px;
	width: 90px;
	line-height: 90px;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	border-radius: 50%;
	color: #0c5adb;
	font-size: 26px;
	position: relative;
}

/*
==============
Nivo Slider
==============
*/
.main-slider-area {
	display: block;
	position: relative;
}

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

.em_slider_inner {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nivoSlider {
	overflow: visible;
}

.em-slider-title {
	font-size: 33px;
	color: #fff;
	font-weight: 400;
}

.em-slider-sub-title {
	font-size: 120px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 800;
	display: block;
	margin: 0;
	line-height: 1.3;
}

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

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

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

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

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

.em-button-button-area a {
	-moz-user-select: none;
	background: #0c5adb;
	border: 1px solid transparent;
	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 .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	border-radius: 4px;
	font-weight: 400;
	margin-top: 17px;
}

.em-button-button-area a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #0c5adb;
}

.em-slider-button .withput-active {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, .8);
	margin-left: 7px;
}

.em-slider-button .withput-active:hover {
	background: #fff;
	border-color: #fff;
	color: #0c5adb;
}

.em-button-button-area a i {
	margin-left: 10px;
	display: inline-block;
}

.text-left a.em-active-button {
	margin-left: 0;
}

.em-slider-half-width {
	width: 50%;
}

.text-center .em-button-button-area a {
	margin: 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.em-nivo-slider-wrapper .nivo-controlNav a:hover, .em-nivo-slider-wrapper .nivo-controlNav a.active {
	background: #fff none repeat scroll 0 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single_slide_img {
	position: absolute;
	top: -180px;
	text-align: right;
	left: 59%;
}

/*
==============
Pricing Table
==============
*/
.single_pricing {
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .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 .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.pricing_icon {
	text-align: center;
}

.pricing_img {
	text-align: center;
}

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

.price_item_inner_center {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.price_item {
	-webkit-transition: all .5s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	margin-bottom: 17px;
	margin-top: 15px;
}

.price_item span {
	display: inline-block;
	-webkit-transition: all .3s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	font-size: 55px;
	font-weight: 700;
	text-align: center;
	color: #0c5adb;
}

.curencyp {
	font-size: 29px !important;
	font-weight: 500;
	position: relative;
	top: -15px;
}

.bootmp {
	font-size: 19px !important;
	font-weight: 500 !important;
}

.pricing_btn span {
	border: 1px solid #ddd;
	display: inline-block;
	padding: 0px 23px;
	border-radius: 30px;
	font-size: 15px;
}

.featur {
	border: 1px solid #e6e6e6;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	border-radius: 7px;
}

.featur ul {
	padding: 31px 0 44px;
}

.featur ul li {
	display: block;
	font-size: 17px;
	padding: 8px 0;
	text-transform: none;
	text-transform: capitalize;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.featur ul li b {
	font-weight: 600;
}

.featur ul li:last-child {
	padding-bottom: 0;
}

.order_now {
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	margin-top: 36px;
}

.order_now a {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	padding: 12px 35px;
	position: relative;
	text-transform: capitalize;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	color: #616161;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
}

.single_pricing:hover .order_now a, .single_pricing.active .order_now a {
	background: #0c5adb;
	color: #fff;
}

.single_pricing .order_now a, .single_pricing .price_item_inner, .single_pricing .pricing_title>h3 {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.single_pricing:hover, .single_pricing.active, .single_pricing.active .featur, .single_pricing:hover .featur {
	border-color: #0c5adb;
}

/* Pricing Style Two*/
.style-two.single_pricing {
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	position: relative;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	text-align: center;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 10%);
	margin-bottom: 30px;
	padding: 0;
	border: inherit;
}

.style-two .pricing_top_bar {
	position: relative;
	background: #0c5adb;
	padding-top: 36px;
	z-index: 1;
	padding-bottom: 10px;
}

.style-two .pricing_top_bar:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: url("https://cdn-ildjdkp.nitrocdn.com/rJmsyDoaAMzyEvUPOXJdXybAGlHuuJrS/assets/images/optimized/rev-4a93233/www.turnoutnow.com/wp-content/plugins/dreamit-elementor-extension/assets/images/pricing-bg3.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: auto;
	z-index: -1;
}

.active .pricing_top_bar:before {
	background: url("https://cdn-ildjdkp.nitrocdn.com/rJmsyDoaAMzyEvUPOXJdXybAGlHuuJrS/assets/images/optimized/rev-4a93233/www.turnoutnow.com/wp-content/plugins/dreamit-elementor-extension/assets/images/pricing-bg1.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.pricing-3 .pricing_top_bar:before {
	background: url("https://cdn-ildjdkp.nitrocdn.com/rJmsyDoaAMzyEvUPOXJdXybAGlHuuJrS/assets/images/optimized/rev-4a93233/www.turnoutnow.com/wp-content/plugins/dreamit-elementor-extension/assets/images/pricing-bg2.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

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

.style-two .pricing_icon {
	text-align: center;
}

.style-two .pricing_title h3 {
	font-size: 28px;
	text-transform: capitalize;
	padding-bottom: 0;
	color: #fff;
	font-weight: 700;
	position: relative;
}

.style-two .pricing_title h3:after, .style-two .pricing_title h3:before {
	content: "";
	top: 48px;
	right: 0;
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	background: #fff;
	left: 40px;
	margin: auto;
}

.style-two .pricing_title h3:before {
	width: 25px;
	left: 0;
	right: 0;
	margin: auto;
}

.style-two .pricing_subtitle h4 {
	font-size: 18px;
	color: #656565;
	font-weight: 400;
	margin: 0;
}

.style-two.active .pricing_img {
	background: #fff;
	display: inline-block;
	border: 1px solid #0c5adb;
	border-radius: 100%;
	margin-top: 0;
	position: relative;
	margin-bottom: -26px;
}

.style-two .pricing_body {
	padding: 40px 0 50px;
}

.style-two .price_item_inner_center {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.style-two .price_item {
	-webkit-transition: all .5s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	margin-bottom: 19px;
	margin-top: 28px;
}

.style-two .price_item span {
	display: inline-block;
	-webkit-transition: all .3s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .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 .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .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;
	text-transform: capitalize;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	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 .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .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 .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	color: #0c5adb;
	border: 1px solid #0c5adb;
	border-radius: 4px;
}

.style-two.single_pricing:hover .order_now a {
	background: #0c5adb;
	color: #fff;
}

.gradient .pricing_top_bar {
	position: relative;
	background: linear-gradient(to bottom, #1f2a6c, #40497c, #ac616c, #c45969, #e94d65) !important;
	padding-top: 25px;
}

.gradient .order_now a {
	color: #e94d65;
	border: 1px solid #e94d65;
}

.gradient .single_pricing:hover .order_now a {
	background: linear-gradient(to right, #38406e, #565b76, #ac616c, #c45969, #e94d65) !important;
}

/* Pricing Style Three */
.single_pricing.style-three {
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	padding: 35px 40px 50px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
	border: 0;
	border-radius: 0;
}

.single_pricing.style-three .pricing_title h3 {
	font-size: 22px;
	padding-bottom: 0;
	color: #232323;
}

.single_pricing.style-three .price_item {
	margin-bottom: 0;
}

.single_pricing.style-three .price_item span {
	color: #232323;
}

.single_pricing.style-three .curencyp {
	top: -25px;
}

.style-three .featur {
	border: 0;
}

.style-three .featur ul {
	padding: 11px 0 6px;
}

.single_pricing.style-three.active {
	background: #0c5adb;
	padding: 58px 40px 69px;
	margin-top: -18px;
}

.single_pricing.style-three.active .pricing_title h3 {
	color: #fff;
}

.single_pricing.style-three.active .price_item span {
	color: #fff;
}

.single_pricing.style-three.active .featur ul li {
	color: #fff;
}

.single_pricing.style-three:hover .order_now a, .single_pricing.style-three.active .order_now a {
	background: #0c5adb;
}

/*
==========
Post Tab
==========
*/
.nav-pills {
	line-height: 45px;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 80px !important;
}

.nav-pills li {
	float: left;
	color: #fff;
	border: 0;
	margin: 0;
	width: 23%;
	background: #0c5adb;
	margin-right: 15px;
}

.nav-pills li a {
	padding: 0 30px;
	padding: 20px 20px 19px;
	text-decoration: none;
	outline: 0;
	display: block;
	line-height: 25px;
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	margin: 0;
	border-radius: 0;
}

.nav-pills li.active a, .nav-pills li.active a:focus, .nav-pills li.active a:hover {
	color: #0c5adb !important;
	background: #fff !important;
}

.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: transparent !important;
}

.nav-pills li i {
	font-size: 30px;
	display: block;
	padding-bottom: 8px;
}

/* Tab Content */
.tab_pan_content {
	padding-left: 35px;
	padding-top: 11px;
}

.post_tab_thumb {
	-webkit-box-shadow: 13px 10px 14px 3px rgba(12, 90, 219, .1);
	box-shadow: 13px 10px 14px 3px rgba(12, 90, 219, .1);
	border-radius: 10px;
}

.post_tab_thumb img {
	width: 100%;
	border-radius: 10px;
}

.tab_pan_content h2 {
	padding-bottom: 17px;
	font-size: 24px;
	margin-top: 0;
}

.tab_pan_content .tab_desc {
	margin-bottom: 17px;
}

.tab_pan_content ul {
	list-style: none;
	margin: 26px 0 20px;
}

.tab_pan_content ul li {
	margin-bottom: 12px;
	font-weight: 600;
	font-family: "Muli", sans-serif;
	font-size: 16px;
	margin-left: 20px;
}

.tab_pan_content ul li i {
	color: #0c5adb;
	margin-right: 7px;
}

.tab_pan_content a {
	display: inline-block;
	font-size: 17px;
	color: #fff;
	background: #0c5adb;
	border-radius: 6px;
	padding: 16px 40px;
	margin-top: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin-right: 15px;
}

a.active-tab-btn {
	background: #00247e;
}

.tab_pan_content a:hover {
	background: #00247e;
}

a.active-tab-btn:hover {
	background: #0c5adb;
}

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

/* Tab Style Two */
.tab_post_style2 .nav-pills {
	border-bottom: 0 !important;
	margin-bottom: 27px !important;
}

.tab_post_style2 .nav-pills>li.active>a:before {
	display: none;
}

.tab_post_style2 .nav-pills li i {
	font-size: 39px;
	margin-bottom: 0;
	margin-bottom: 10px;
	color: #ff3c00;
	width: 90px;
	height: 90px;
	line-height: 90px;
	-webkit-box-shadow: 0 0 22px rgba(0, 0, 0, .15);
	box-shadow: 0 0 22px rgba(0, 0, 0, .15);
	border-radius: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.tab_post_style2 .nav-pills>li i:hover, .tab_post_style2 .nav-pills>li.active i {
	background: #ff3c00;
	color: #fff;
}

/*
==========
Blog Post
==========
*/
.techno-single-blog_adn {
	margin-bottom: 30px;
	overflow: hidden;
	text-align: left;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	background: #fff;
	border: 1px solid #ebebeb;
}

.dark-version .techno-single-blog_adn {
	background: #0b0e3c;
	border: 1px solid rgba(255, 255, 255, .1);
}

.techno-single-blog_adn:hover {
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 30px rgba(255, 255, 255, .2) !important;
}

/* BLOG THUMB CSS */
.blog_adn_thumb_inner {
	position: relative;
}

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

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

.techno-blog-thumb_adn a {
	display: block;
}

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

/* BLOG TITLE AND CONTENT CSS */
.em-blog-content-area_adn {
	overflow: hidden;
	padding: 25px 30px 25px;
}

.blog-page-title_adn h2 {
	font-size: 21px;
	margin: 10px 0 7px;
	line-height: 1.2;
}

.blog-page-title_adn a {
	margin-bottom: 0;
	text-transform: none;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	color: #232323;
	font-weight: 700;
}

.blog-page-title_adn a:hover {
	color: #0c5adb;
}

.blog-content_adn h2 a {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.blog-content_adn h2 a:hover {
	color: #0c5adb;
}

.blog-content_adn p {
	margin: 16px 0 15px;
}

.blog-page-title_adn2 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 9999;
}

.blog-page-title_adn2 h2 {
	margin: 0px;
	background: rgba(0, 0, 0, .72);
	padding: 15px;
	color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.blog-page-title_adn2 h2 a {
	color: #fff;
}

/* BLOG POST META LEFT CSS */
.techno-blog-meta_adn {
	border-top: 1px solid #0c5adb;
	margin-top: 18px;
	padding-top: 11px;
}

.techno-blog-meta-left_adn a, .techno-blog-meta-left_adn span {
	color: #595555;
	font-size: 15px;
	margin-right: 16px;
	text-transform: capitalize;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: inline-block;
	text-decoration: none;
	position: relative;
}

.techno-blog-meta-left_adn a::before {
	position: absolute;
	content: "";
	right: -11px;
	width: 1px;
	height: 18px;
	background: #595555;
	top: 5px;
}

.techno-blog-meta-left_adn i {
	margin-right: 0px;
	color: #333;
}

.blog_nospace_adn.col-xs-12 {
	padding: 0px;
}

.blog_nospace_adn .techno-single-blog {
	margin-bottom: 0px;
}

.btn-link {
	font-weight: 500;
	color: #616161;
	font-size: 16px;
	font-family: Muli;
}

.btn-link:hover {
	text-decoration: none;
	color: #0c5adb;
}

.btn-link i {
	margin-left: 5px;
}

.techno-blog-meta-top {
	position: absolute;
	left: 30px;
	top: 30px;
}

.techno-blog-meta-top li {
	display: inline-block;
}

.techno-blog-meta-top li a {
	display: inline-block;
	background: #0c5adb;
	padding: 6px 16px;
	line-height: 19px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	border-radius: 5px;
}

.learn_btn {
	font-weight: 700;
	color: #232323;
	font-size: 16px;
	letter-spacing: 1px;
}

.learn_btn i {
	margin-left: 6px;
	font-size: 11px;
	font-weight: 800;
}

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

.blog_style_three .techno-single-blog_adn:hover {
	filter: drop-shadow(0 0 13px rgba(125, 149, 188, .2));
}

.blog_style_three .blog-inner-content.d-flex.align-items-center {
	border-top: 1px solid rgba(125, 149, 188, .3);
	padding: 18px 0 0;
}

.blog_style_three .blog-box-img {
	text-align: left;
	display: inline-block;
	margin-right: 9px;
}

.blog_style_three .blog-box-img img {
	height: 38px;
	width: 38px;
	border-radius: 100%;
}

.blog_style_three .blog-box-title {
	display: inline-block;
}

.blog_style_three .blog-box-title h2 {
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	margin: 0;
}

.blog_style_three .techno-blog-readmore {
	display: inline-block;
	float: right;
	position: absolute;
	right: 12%;
	bottom: 32px;
}

.blog_style_three .blog-content_adn p {
	margin: 16px 0 16px;
}

.blog_style_three .learn_btn {
	font-weight: 500;
	letter-spacing: 0;
}

/*blog style four*/
.blog_style_four .techno-single-blog_adn {
	background: #fff;
	border: none;
	overflow: inherit;
	box-shadow: 0px 10px 39.2px .8px rgba(11, 89, 219, .07);
}

.blog_style_four .techno-single-blog_adn:hover {
	box-shadow: 0px 10px 39.2px .8px rgba(11, 89, 219, 9%) !important;
}

.blog_style_four .techno-blog-meta-left {
	background: #0b59db;
	padding: 16px 18px 16px;
	border-radius: 4px;
	position: absolute;
	top: -36px;
	left: 0;
	right: 0;
	margin: auto;
	width: 84%;
	z-index: 999;
}

.blog_style_four .techno-blog-meta-left a, .techno-blog-meta-left span {
	color: #fff;
}

.blog_style_four .techno-blog-meta-left span {
	color: #fff;
	margin-right: 0;
	float: right;
}

.blog_style_four .blog-page-title_adn h2 {
	font-size: 22px;
	line-height: 31px;
}

.blog_style_four .em-blog-content-area_adn {
	overflow: inherit;
	padding: 38px 30px 13px;
	position: relative;
}

.blog_style_four .blog-content_adn p {
	margin: 7px 0 15px;
	line-height: 28px;
}

/*blog style five*/
.blog_style5 .techno-single-blog_adn {
	margin-bottom: 30px;
	background: transparent;
	border: none;
}

.blog_style5 .em-blog-content-area_adn {
	overflow: hidden;
	padding: 31px 87px 27px 32px;
	background: #fff;
	box-shadow: 0px 10px 40px 0px rgba(212, 214, 223, .3);
	width: 89%;
	left: 0;
	position: relative;
	right: 0;
	margin: auto;
	top: -80px;
}

.blog_style5 .blog-page-title_adn h2 {
	font-size: 22px;
	margin: 15px 0 7px;
	line-height: 1.5;
}

.blog_style5 .techno-blog-meta-left a, .techno-blog-meta-left span {
	color: #2876ff;
	text-transform: uppercase;
}

.blog_style5 .techno-blog-meta-left span {
	text-transform: uppercase;
	color: #2876ff;
}

.blog_style5 .techno-blog-readmore {
	display: inline-block;
	height: 57px;
	width: 57px;
	line-height: 57px;
	background: #f2f2f2;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0%, -50%);
}

.blog_style5 .learn_btn i {
	margin-left: 6px;
	font-size: 16px;
	font-weight: 800;
}

.blog_style5 .techno-single-blog_adn:hover .techno-blog-readmore {
	background: #2876ff;
}

.blog_style5 .techno-single-blog_adn:hover .techno-blog-readmore a i {
	color: #fff;
}

.blog_style5 .techno-blog-meta-left a:hover {
	color: #2876ff !important;
}

.blog_style5 .techno-blog-meta-left span:hover {
	color: #2876ff !important;
}

/*blog-style5 dark*/
.blog_dark .techno-single-blog_adn:hover {
	-webkit-box-shadow: none;
	box-shadow: none !important;
}

.blog_dark .blog_style5 .em-blog-content-area_adn {
	background: #181818;
	box-shadow: none;
}

.blog_dark .blog_style5 .techno-blog-readmore {
	background: #242424;
}

.blog_dark .learn_btn {
	color: #fff;
}

/*
==========
Portfolio
==========
*/
.portfolio_nav {
	padding: 0px 0 15px;
	text-align: center;
}

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

.portfolio_nav ul li {
	display: inline;
}

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

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

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

.prot_wrap {
	overflow: hidden;
}

/* single gallery css */
.single_protfolio {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.prot_thumb {}

.prot_thumb img {
	display: block;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	width: 100%;
}

.single_protfolio:hover .prot_thumb img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.prot_content {
	position: absolute;
	text-align: center;
	text-align: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	right: 20px;
	bottom: 35px;
	left: 20px;
	opacity: 0;
	background: #0c5adb;
	margin: auto;
	padding: 30px 20px 30px;
	border-radius: 5px;
}

.single_protfolio:hover .prot_content {
	opacity: 1;
	bottom: 50px;
}

.multi_gallery.prot_content {
	height: 90%;
	width: 80%;
	right: 10%;
	top: 5%;
	bottom: 5%;
	left: 10%;
}

.prot_content h3 {
	margin: 8px 0 0px;
	text-transform: capitalize;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.prot_content h3 a {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
}

.prot_content p {
	color: #fff;
	line-height: 1.2;
	margin: 5px 0 0;
}

.prot_content p span {
	display: inline-block;
	padding-top: 0px;
}

.porttitle_inner span {
	position: relative;
	margin: 0 2px;
}

.prot_content span:before {
	bottom: 0;
	content: ",";
	position: absolute;
	right: -5px;
}

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

.nospace.col-xs-12 {
	padding: 0px;
}

.nospace .single_protfolio {
	margin-bottom: 0px;
}

/* load button css */
.gallery_load_button a {
	border: 1px solid #ddd;
	color: #444;
	padding: 7px 15px;
	display: inline-block;
	font-size: 17px;
	margin-top: 0px;
}

.gallery_load_button a:hover {
	border-color: #333;
	background: #333;
	color: #fff;
}

.prot_wrap.nospace .gallery_load_button a {
	margin-top: 30px;
}

/* portfolio icon css */
.picon {
	margin-bottom: 25px;
}

.picon a {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	color: #0c5adb;
	display: inline-block;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	margin: 0 3px 0;
	width: 40px;
	text-align: center;
}

.picon a:hover {
	background: #00247e;
	color: #fff;
}

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

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

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

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

.tab .nav-tabs {
	border-bottom: 0;
}

.tab .tab-content {
	background: #fff;
	padding: 55px 36px 50px;
}

.tab .tab-content h2 {
	font-size: 30px;
}

.tab .tab-content .button a {
	color: #fff;
}

/* Style Two */
.tab.style-two .nav-tabs li {
	background: transparent;
}

.tab.style-two .nav-tabs li.active {
	background: #0c5adb;
}

.tab.style-two .nav-tabs li.active a {
	color: #fff;
}

.tab.style-two .tab-content {
	background: transparent;
}

.tab.style-two .tab-content p {
	color: rgba(255, 255, 255, .81);
}

/*techno-new-tab*/
.techno-new-tab .tab .nav-tabs li a {
	color: #232323;
	padding: 13px 30px;
	border-radius: 30px;
	border: 1px solid #ececee;
}

.techno-new-tab .tab.style-two .tab-content p {
	color: #686868;
}

.techno-new-tab .tab.style-two .nav-tabs li.active {
	border-radius: 30px;
	border-color: #2875ff;
	background: #2875ff;
}

.techno-new-tab .tab .tab-content {
	background: transparent;
	padding: 26px 17px 9px;
}

.techno-new-tab .tab.style-two .nav-tabs li {
	background: #fff;
	border-radius: 30px;
}

/*
==================
Effective Slider
==================
*/
.effective-area {
	min-height: 950px;
	padding: 0;
	position: relative;
}

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

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

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

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

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

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

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

.effective-area .btn {
	margin-top: 30px;
}

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

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

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

.effective_icon_inner {
	margin-top: 26px;
}

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

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

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

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

.progress {
	width: 100px !important;
	height: 100px !important;
	line-height: 150px;
	margin: 0 auto;
	box-shadow: none;
	position: relative;
	background: transparent !important;
}

.progress:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 10px solid #eee;
	position: absolute;
	top: 0;
	left: 0;
}

.progress > span {
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
}

.progress .progress-left {
	left: 0;
}

.progress .progress-bar {
	width: 100%;
	height: 100%;
	background: none;
	border-width: 10px;
	border-style: solid;
	position: absolute;
	top: 0;
	border-color: #0c5adb;
}

.progress .progress-left .progress-bar {
	left: 100%;
	border-top-right-radius: 75px;
	border-bottom-right-radius: 75px;
	border-left: 0;
	-webkit-transform-origin: center left;
	transform-origin: center left;
}

.progress .progress-right {
	right: 0;
}

.progress .progress-right .progress-bar {
	left: -100%;
	border-top-left-radius: 75px;
	border-bottom-left-radius: 75px;
	border-right: 0;
	-webkit-transform-origin: center right;
	transform-origin: center right;
}

.progress .progress-value {
	display: flex;
	border-radius: 50%;
	font-size: 20px;
	text-align: center;
	line-height: 20px;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	font-weight: 700;
	color: #0c5adb;
}

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

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

.progress[data-percentage="10"] .progress-left .progress-bar {
	animation: 0;
}

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

.progress[data-percentage="20"] .progress-left .progress-bar {
	animation: 0;
}

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

.progress[data-percentage="30"] .progress-left .progress-bar {
	animation: 0;
}

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

.progress[data-percentage="40"] .progress-left .progress-bar {
	animation: 0;
}

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

.progress[data-percentage="50"] .progress-left .progress-bar {
	animation: 0;
}

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

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

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

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

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

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

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

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

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

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

@keyframes loading-1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(36);
		transform: rotate(36deg);
	}
}

@keyframes loading-2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(72);
		transform: rotate(72deg);
	}
}

@keyframes loading-3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(108);
		transform: rotate(108deg);
	}
}

@keyframes loading-4 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(144);
		transform: rotate(144deg);
	}
}

@keyframes loading-5 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(180);
		transform: rotate(180deg);
	}
}

/* Service Details */
.menu-service-menu-container ul {
	list-style: none;
	padding: 0;
}

.menu-service-menu-container ul li {
	list-style: none;
	margin-bottom: 2px;
}

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

.menu-service-menu-container ul .current_page_item a {
	background-color: #0c5adb;
	color: #fff;
}

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

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

/* Hero Section */
.hero-single-slide {
	min-height: 887px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

.hero-content-left h1 {
	font-size: 50px;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 800;
	line-height: 1.1;
}

.hero-content-left h2 {
	font-size: 50px;
	font-weight: 800;
	margin-bottom: 20px;
	margin-top: 0;
	line-height: 1.2;
}

.hero-content-left h3 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px;
}

.hero-content-left p {
	padding-right: 70px;
	margin-bottom: 35px;
}

.banner_shape {
	position: relative;
}

.banner_shape_inner1 {
	position: absolute;
	top: 156px;
	left: 24%;
}

.banner_shape_inner2 {
	position: absolute;
	top: 220px;
	left: 56%;
}

.banner_shape_inner3 {
	position: absolute;
	top: 162px;
	left: 92%;
}

.banner_shape_inner4 {
	position: absolute;
	top: 371px;
	left: 190px;
}

.banner_shape_inner5 {
	position: absolute;
	right: -140px;
	top: 342px;
}

/* Appoinment Form */
.appointment-form {
	background: #fff;
	padding: 32px 50px 9px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 12%);
	border-radius: 7px;
	text-align: center;
}

.appointment-form h2 {
	font-size: 25px;
}

.em-service.style_4 {
	margin: 0 5px !important;
	border: 1px solid #eee;
	border-radius: 5px;
	border-bottom: 3px solid #0c5adb;
}

.em-service.style_4  .em_service_content {
	overflow: hidden;
	padding: 20px 25px 30px;
}

.em-service.style_4 .em-service-icon i {
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: #0c5adb;
	color: #fff;
	text-align: center;
	font-size: 40px;
	border-radius: 4px;
	display: block;
}

.em-service.style_4 .em-service-title h2 {
	font-size: 22px;
}

.em-service.style_4 .service-btn > a {
	color: #0c5adb;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.em-service.style_4 .em-service-icon {
	position: relative;
	margin-top: -43px;
	margin-left: 25px;
}

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

.service_cursousel_sliderr .slick-dots li button {
	background-color: #b1cdfb;
}

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

/*service carousel*/

/*service caursel five*/
.em-service.style_5 {
	display: inline-block !important;
	text-align: center;
	padding: 38px 21px 31px;
	position: relative;
	z-index: 9999;
	margin-right: 20px;
	box-shadow: 0px 0px 60px 0px rgba(187, 195, 208, 10%);
	margin-bottom: 20px;
	overflow: inherit;
	transition: .5s;
	margin-top: 15px;
}

.em-service.style_5:before {
	position: absolute;
	content: "";
	z-index: -1;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("https://cdn-ildjdkp.nitrocdn.com/rJmsyDoaAMzyEvUPOXJdXybAGlHuuJrS/assets/images/optimized/rev-4a93233/www.turnoutnow.com/wp-content/plugins/dreamit-elementor-extension/assets/images/feature1.png");
	transition: .5s;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.em-service.style_5 .em-service-thumb {
	display: inline-block;
}

.em-service.style_5:hover .em-service-title h2 {
	color: #fff;
}

.em-service.style_5:hover .service-box-desc p {
	color: #ced7f8;
}

.em-service.style_5:after {
	position: absolute;
	content: "";
	z-index: -1;
	left: 50%;
	top: 0;
	width: 0;
	height: 100%;
	background: url("https://cdn-ildjdkp.nitrocdn.com/rJmsyDoaAMzyEvUPOXJdXybAGlHuuJrS/assets/images/optimized/rev-4a93233/www.turnoutnow.com/wp-content/plugins/dreamit-elementor-extension/assets/images/shape3.png");
	transition: .5s;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.em-service.style_5:hover:after {
	width: 100%;
	left: 0;
	background: url("https://cdn-ildjdkp.nitrocdn.com/rJmsyDoaAMzyEvUPOXJdXybAGlHuuJrS/assets/images/optimized/rev-4a93233/www.turnoutnow.com/wp-content/plugins/dreamit-elementor-extension/assets/images/shape3.png");
	transition: .5s;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.em-service.style_5:hover:before {
	opacity: 0;
}

.em-service.style_5 .em-service-title h2 {
	font-size: 22px;
	font-weight: 700;
	margin: 15px 0 9px;
}

.service_cursousel_sliderr.style-5 .slick-dots li {
	height: 5px !important;
	margin: 0 13px !important;
	width: 200px !important;
	position: relative;
}

.service_cursousel_sliderr.style-5 .slick-dots li button {
	background-color: transparent;
	height: 5px !important;
	margin: 0 13px !important;
	width: 200px !important;
	border-radius: 0;
}

.service_cursousel_sliderr.style-5 .slick-dots {
	bottom: -66px !important;
	position: relative;
	text-align: center;
	z-index: 2;
}

.em-service.style_5:hover {
	transform: translate3d(0, -6px, 0);
}

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

.service_cursousel_sliderr.style-5 .slick-prev {
	background: #f7f8ff !important;
	border-radius: 100%;
	-webkit-box-shadow: none;
	height: 54px;
	top: 112%;
	no: normal;
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	width: 55px;
	z-index: 1;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	line-height: 55px;
	color: #fff;
	border: 0;
}

.service_cursousel_sliderr.style-5 .slick-prev:hover {
	background: linear-gradient(to left, #2475fc, #1129b9 100%) !important;
}

.service_cursousel_sliderr.style-5 .slick-prev, .slick-next:hover:before {
	color: #fff !important;
}

.service_cursousel_sliderr.style-5 .slick-next:before {
	content: "";
	font-family: FontAwesome;
	color: #232323;
	font-size: 30px !important;
}

.service_cursousel_sliderr.style-5 button.slick-prev.slick-arrow {
	position: absolute;
	left: -78px;
	background: transparent;
}

/*.service_cursousel_sliderr.style-5 button.slick-prev.slick-arrow: before{
    content: "\f105";
    font-family: FontAwesome;
    color: #232323;
    font-size: 30px!important;
}*/
.service_cursousel_sliderr.style-5 .slick-prev:before {
	position: absolute;
	content: "";
	font-family: FontAwesome;
	color: #232323;
	font-size: 30px !important;
	left: 21px;
}

.service_cursousel_sliderr.style-5 button.slick-prev.slick-arrow:hover {
	background: linear-gradient(to left, #2475fc, #1129b9 100%) !important;
}

.service_cursousel_sliderr.style-5 button.slick-prev.slick-arrow:hover:before {
	color: #fff !important;
}

.service_cursousel_sliderr.style-5 button.slick-next.slick-arrow {
	float: right;
	position: absolute;
	right: -85px;
	bottom: 50%;
	text-align: center;
}

.service_cursousel_sliderr.style-5 button.slick-next.slick-arrow:hover {
	background: linear-gradient(to left, #2475fc, #1129b9 100%) !important;
}

.service_cursousel_sliderr.style-5 .slick-prev::before, .slick-next::before {
	color: #232323 !important;
	font-size: 30px;
}
