@charset "UTF-8";
/*----------------------------------------------------
@File: Default Styles
@Author: 
@URL: 

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: 
@Author: Themexriver.

**Css Table Of Content**
1- App Landing--
  *1- Global Area
  *2- Header Area
  *3- Banner Area
  *4- Feature Area
  *5- Service Area
  *6- Funfact Area
  *7- How this work Area
  *8- App Download Area
  *9- Team Area
  *10- FAQ area
  *11- App Screenshoot Area
  *12- Testimonial Area
  *13- Partner Area
  *14- Newslatter Area
  *15- Footer Area
2- Digital SEO --
  *1- Global Area
  *2- Header Area
  *3- Banner Area
  *4- Service Area
  *5- ABout Area
  *6- Newslatter Area
  *7- Mission Area
  *8- Pricing Plan Area
  *9= Testimonial Area
  *10- Case Study Area
  *11- Call to Action Area
  *12- Blog Area
  *13- Footer
3- SaaS Modern--
  *1- Global Area
  *2- Header Area
  *3- Banner Area
  *4- Featured Area
  *5- ABout Area
  *6- Partner Area
  *7- Team Area
  *8- Testimonial Area
  *9- Newslatter Area 
4- SaaS Classic --
  *1- Global Area
  *2- Header Area
  *3- Banner Area
  *4- Service Area
  *5- ABout Area
  *6- Feature Area
  *7- Team Area
  *8- FAQ Area
  *9= Pricing Area
  *10- Footer
 5- StartUp Agency --
  *1- Global Area
  *2- Header Area
  *3- Banner Area
  *4- Feature Area
  *5- ABout Area
  *6- Work Process Area
  *7- Portfolio Area
  *8- Testimonial Area
  *9= Partner Area
  *10- Footer 
 2- Digital Agency --
  *1- Global Area
  *2- Header Area
  *3- Banner Area
  *4- Service Area
  *5- CountDown Area
  *6- About Area
  *7- Experience Area
  *8- PortFolio Area
  *9= Team Area
  *10- Testimonial Area
  *11- Blog Area
  *12- Newslatter Area
  *13- Footer 
  =====================================================================*/
:root
{
	--primary:#ed1651;
	--secondary:#ff00fa;
	--white:#fff;
}
.span_title_01
{
	color: var(--primary);
}

/* Preloader */
.preloader{ 
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:999999999;
	background-color:#ffffff;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(./assets/img/icons/preloader.svg);

	background-size:80px;
} 
  
.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	color: #000;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#ed1651;
}

button{
	cursor:pointer;
	text-decoration:none;
	outline:none !important;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none !important;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

img{
	display:inline-block;
	max-width:100%;
}

.page-wrapper{
	overflow:hidden;
}

.theme-btn{
	font-size:18px;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.pull-left{
	float:left;
}

.pull-right{
	float:right;
}

/* Sec Title */

.sec-title{
	position:relative;
	z-index:1;
	margin-bottom:50px;
}

.sec-title .title{
	position:relative;
    color: var(--primary);
	font-size:16px;
	font-weight:700;
	line-height:1.7em;
}

.sec-title .title.blue-color{
	color:#0053d0;
}

.sec-title h2{
	font-size:36px;
	line-height:1.2em;
	margin-top:10px;
}

.sec-title .text{
	position:relative;
	color:#000e29;
	font-size:18px;
	line-height:1.7em;
	font-family: 'Nunito Sans', sans-serif;
}

.sec-title.light h2,
.sec-title.light .text,
.sec-title.light .sec-title-inner .title{
	color:#ffffff;
}

.sec-title.centered{
	text-align:center;
}

.sec-title.centered h2:before,
.sec-title.centered .styled-title{
	left:50%;
	transform:translateX(-50%);
}

/* Btn Style One */

.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	overflow: hidden;
	background:none;
	border-radius:5px;
	padding: 14px 40px 14px;
	text-transform: capitalize;
	background: #0841C6;
	background: -webkit-linear-gradient(to right, #0841C6 0%, #05c6fb 100%);
	background: -moz-linear-gradient(to right, #0841C6 0%, #05c6fb 100%);
	background: linear-gradient(to right, #0841C6 0%, #05c6fb 100%);
	font-family: 'Poppins', sans-serif;
}

.btn-style-one i{
	position:relative;
	top:5px;
	margin-right:10px;
	font-size:22px;
}

.btn-style-one:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background: #0841C6;
	background: -webkit-linear-gradient(to left, #0841C6 0%, #05C6FB 100%);
	background: -moz-linear-gradient(to left, #0841C6 0%, #05C6FB 100%);
	background: linear-gradient(to left, #0841C6 0%, #05C6FB 100%);
}

.btn-style-one .txt{
	position:relative;
	z-index:1;
}

.btn-style-one:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-one:hover{
	color: #ffffff;
}

/* Btn Style Two */

.btn-style-two{
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 700;
	overflow: hidden;
	background:none;
	border-radius:50px;
	background: #ed1651;
	display: inline-block;
	padding: 7px 32px 7px 7px;
	text-transform: capitalize;
    background: -webkit-linear-gradient(to left, #ed1651 0%, #ed1651cc 100%);
    background: -moz-linear-gradient(to left, #ed1651 0%, #ed1651cc 100%);
    background: linear-gradient(to left, #ed1651 0%, #ed1651cc 100%);
	font-family: 'Roboto', sans-serif;
}

.btn-style-two i{
	position:relative;
	width:39px;
	height:39px;
	font-size:22px;
	line-height:36px;
	text-align:center !important;
	border-radius:50px;
	margin-right:10px;
	background: #000;
	display:inline-block;
	color: #fff;

}

.btn-style-two i:before{
	position:relative;
	top:6px;
}

.btn-style-two:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background: #000000;

}

.btn-style-two .txt{
	position:relative;
	z-index:1;
}

.btn-style-two:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-two:hover{
	color: #ffffff;
}

/* Btn Style Three */

.btn-style-three{
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 500;
	overflow: hidden;
	background:none;
	border-radius:50px;
	letter-spacing:1px;
	display: inline-block;
	padding: 7px 32px 7px 7px;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
	background: #FD4F03;
	background: -webkit-linear-gradient(to right, #FD4F03 0%, #ffc300 100%);
	background: -moz-linear-gradient(to right, #FD4F03 0%, #ffc300 100%);
	background: linear-gradient(to right, #FD4F03 0%, #ffc300 100%);
}

.btn-style-three i{
	position:relative;
	width:39px;
	height:39px;
	font-size:16px;
	line-height:36px;
	text-align:center !important;
	border-radius:50px;
	margin-right:10px;
	display:inline-block;
	background: #FD4F03;
	background: -webkit-linear-gradient(to top, #FD4F03 0%, #FFC300 100%);
	background: -moz-linear-gradient(to top, #FD4F03 0%, #FFC300 100%);
	background: linear-gradient(to top, #FD4F03 0%, #FFC300 100%);
}

.btn-style-three i:before{
	position:relative;
}

.btn-style-three:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background: #FD4F03;
	background: -webkit-linear-gradient(to left, #FD4F03 0%, #FFC300 100%);
	background: -moz-linear-gradient(to left, #FD4F03 0%, #FFC300 100%);
	background: linear-gradient(to left, #FD4F03 0%, #FFC300 100%);
}

.btn-style-three .txt{
	position:relative;
	z-index:1;
}

.btn-style-three:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-three:hover{
	color: #ffffff;
}

.theme-color{
	color:#00d8ff;
}

/* List Style One */

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	color:#ffffff;
	font-size:14px;
	padding-left:30px;
	font-weight:400;
	line-height:1.6em;
	margin-bottom:20px;
}

.list-style-one li .icon{
	position:absolute;
	left:0px;
	top:4px;
	color:#00cffc;
	font-size:18px;
	line-height:1em;
	font-weight:300;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: "flaticon";
}

.page-wrapper{
	font-family: 'Roboto', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:700;
	margin:0px;
	color:#000;
	background:none;
	line-height:1.4em;
	font-family: 'Poppins', sans-serif;
}
span.str-title-tag {
    color: #ed1651;
    font-weight: 600;
}

/* Consultio Header */

.main-header{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	z-index:99;
}

.main-header .nav-outer{
	position:relative;
	padding:10px 0px 0px;
}

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box .outer-container{
	position:relative;
	padding:0px 40px;
}

.main-header .header-lower{
	position:relative;
}

.main-header .header-lower .logo-box{
	position:relative;
	z-index:12;
}

/* Main Menu */
.main-menu {
    position: static;
    float: left;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #ffffffcf;
    padding: 0px 20px;
}
.main-menu .navbar-collapse{
	padding:0px;
	float: left;
	display:block !important;
}

.main-menu .navigation{
	position:static;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-right:40px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .sticky-header .mobile-nav-toggler{
	display:none;
}

.main-menu .navigation > li:last-child{
	margin-right:0px !important;
}

.sticky-header .main-menu .navigation > li > a{
	color:#444444;
	padding:19px 0px;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a{
	
}

.sticky-header .navbar-header{
	display:none;
}

.sticky-header .nav-outer .options-box{
	margin-top:45px;
}

/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	border-bottom:1px solid #e8f1f7;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .logo{
	padding:4px 0px 4px;
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	color:#000c3f;
	text-align:center;
	line-height:30px;
	text-transform: capitalize;
	letter-spacing:0px;
	opacity:1;
	font-weight:600;
	font-size:16px;
	padding:16px 0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Poppins', sans-serif;
}

.main-menu .navigation > li > a:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:-8px;
	height:4px;
	width:100%;
	transform:scale(0,1);
	background-color:var(--primary);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .sticky-header .main-menu .navigation > li > a:after{
	bottom:0px;
}

.main-menu .navigation > li.current > a::after,
.main-menu .navigation > li > a:hover::after{
	transform:scale(1,1);
}

.main-header .main-menu .navigation > li.dropdown > a{
	padding-right:15px !important;
}

.main-header .main-menu .navigation > li.dropdown > a:before{
	font-family: 'Font Awesome 5 Free';
	font-weight:800;
    content: "\f067";
    position: absolute;
    right: 0px;
    font-size: 10px;
    line-height: 30px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:-30px;
	top:100%;
	width:230px;
	z-index:100;
	display:none;
	opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	padding:20px 15px;
	border-radius:10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #f9f9f9;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 18px;
	line-height:24px;
	font-weight:500;
	font-size:16px;
	color:#111111;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Archivo', sans-serif;
}

.main-menu .navigation > li > ul > li > a:before{
	position:absolute;
	content:'//';
	left:10px;
	top:10px;
	opacity:0;
	color:#f94d1c;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a::before{
	opacity:1;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#f94d1c;
	padding-left:30px;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:15px;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:#253d4a;
	line-height:20px;
	font-size:16px;
	text-align:center;
	z-index:5;	
	font-weight:800;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#222222;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:120%;
	top:0%;
	width:230px;
	z-index:100;
	display:none;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	padding:20px 15px;
	border-radius:10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #f9f9f9;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 18px;
	line-height:24px;
	font-weight:500;
	font-size:16px;
	text-transform:capitalize;
	color:#111111;
	padding-left:10px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	text-transform:capitalize;
	font-family: 'Archivo', sans-serif;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#f94d1c;
}

.main-menu .navigation > li > ul > li > ul > li > a:before{
	position:absolute;
	content:'//';
	left:10px;
	top:8px;
	opacity:0;
	color:#f94d1c;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a::before{
	opacity:1;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#f94d1c;
	padding-left:30px;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:0px;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	left:100%;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	line-height:28px;
	border:1px solid #ffffff;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box{
	position: relative;
	float:right;
	margin-left:40px;
}

.main-header .outer-box .nav-btn{
	font-family: "flaticon";
	position: relative;
	color:#557dd8;
	float:left;
	cursor:pointer;
	font-size:20px;
	padding:15px 0px;
	font-weight:600;
}

/*** 

====================================================================
	Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 24px;
	line-height: 50px;
	cursor: pointer;
	color:#111111;
	display: none;
}

.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .nav-logo{
	position:relative;
	padding:20px 20px;
	text-align:left;	
}

.mobile-menu .nav-logo img{
	max-width:200px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 1;
	width:100%;
	visibility: visible;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box{
	position: absolute;
	right: -400px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	border-radius: 0px;
	
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box{
	right:0px;
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.mobile-menu .close-btn{
	position: absolute;
	right: 15px;
	top: 15px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 14px;
	color: #202020;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	font-family: "flaticon";
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width:100%;
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul > li:last-child{
	border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
	font-size: 15px;
	color: #404040;
	text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a{
	color:#111111;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:44px;
	height:44px;
	text-align:center;
	font-size:16px;
	line-height:44px;
	color:#404040;
	cursor:pointer;
	z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after{
	content:'';
	position:absolute;
	left:0px;
	top:10px;
	width:1px;
	height:24px;
	border-left:1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.mobile-menu .navigation li > ul > li > a{
	padding-left:30px;
}

.mobile-menu .navigation li > ul > li > ul{
	padding-left:0px;
}

.mobile-menu .navigation li > ul > li > ul > li > a{
	padding-left:40px;
}

/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.sidebar-info-contents{
	position:relative;
}

.sidebar-info-contents .content-inner{
	position:relative;
}

.sidebar-info-contents .content-inner .logo {
	padding:0px 0px 40px;
}

.sidebar-info-contents .content-inner .logo img{
	display:inline-block;
	max-width:100%;	
}

.sidebar-info-contents .content-inner .content-box{
	position:relative;
}

.sidebar-info-contents .content-inner .content-box h2{
	position:relative;
	font-size:20px;
	color:#ffffff;
	font-weight:500;
	margin-bottom:20px;
}

.sidebar-info-contents .content-inner .content-box .text{
	position:relative;
	font-size:14px;
	color:rgba(255,255,255,0.90);
	margin-bottom:25px;
}

.sidebar-info-contents .content-inner .contact-info{
	position:relative;
	margin-top:60px;
}

.sidebar-info-contents .content-inner .contact-info h2{
	position:relative;
	font-size:20px;
	color:#ffffff;
	font-weight:500;
	margin-bottom:20px;
}

.sidebar-info-contents .content-inner .social-box{
	position:relative;
	margin-top:20px;
	margin-bottom:30px;
}

.sidebar-info-contents .content-inner .social-box li{
	position:relative;
	display:inline-block;
	margin-right:6px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.sidebar-info-contents .content-inner .social-box li a{
	position:relative;
	width:36px;
	height:36px;
	color:#222222;
	z-index:1;
	font-size:13px;
	line-height:36px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	background-color:#ffffff;
}

.close-side-widget,
.close-side-widget:hover{
	color:#ffffff;
}

/*** 

====================================================================
	Consult Main Slider
====================================================================

***/

.consult-main-slider-two{
	position:relative;
	z-index:10;
}

.consult-main-slider-two .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:323px;
	height:499px;
	background-repeat:no-repeat;
}

.consult-main-slider-two .pattern-layer-two{
	position:absolute;
	left:7%;
	top:25%;
	width:98px;
	height:51px;
	background-repeat:no-repeat;
}

.consult-main-slider-two .tp-caption{
	z-index:5 !important;
}

.consult-main-slider-two .tp-dottedoverlay{
	background:none !important;	
}

.consult-main-slider-two .title {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    z-index: 10;
    line-height: 1.3em;
    font-weight: 600;
}

.consult-main-slider-two h1{
	position:relative;
	color:#ed1651;
	font-size:60px;
	font-weight:700;
    line-height: 1.3em;
	font-family: 'Poppins', sans-serif;
}
.consult-main-slider-two .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 1.7em;
}

.consult-main-slider-two .video-box{
	position:relative;
	margin-right:25px;
	top:2px;
}

.consult-main-slider-two .video-box span{
	position:relative;
	color:#ffffff;
	font-size:16px;
	text-align:center;
	border-radius:50%;
	line-height: 50px;
	display:inline-block;
	z-index:1;
	width:50px;
	height:50px;
	padding-left:5px;
	text-align:center !important;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: "flaticon";
	background: #FE7502;
	background: -webkit-linear-gradient(to bottom, #FE7502 0%, #ffd300 100%);
	background: -moz-linear-gradient(to bottom, #FE7502 0%, #ffd300 100%);
	background: linear-gradient(to bottom, #FE7502 0%, #ffd300 100%);
}

.consult-main-slider-two .video-box .overlay-box span{
	position: absolute;
	left:50%;
    top: 50%;
	z-index:99;
	color: #ffffff;
	font-weight:400;
	font-size:16px;
	text-align: center;
	border-radius:10px;
	padding-left:7px;
	display: inline-block;
	margin-top: -25px;
	margin-left:-25px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	font-family: "flaticon";
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.consult-main-slider-two .video-box .ripple,
.consult-main-slider-two .video-box .ripple:before,
.consult-main-slider-two .video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:50px;
	height:50px;
	margin-left:.5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(32, 36, 36, .7);
    -moz-box-shadow: 0 0 0 0 rgba(32, 36, 36, .7);
    -ms-box-shadow: 0 0 0 0 rgba(32, 36, 36, .7);
    -o-box-shadow: 0 0 0 0 rgba(32, 36, 36, .7);
    box-shadow: 0 0 0 0 rgba(32, 36, 36, .7);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.consult-main-slider-two .video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.consult-main-slider-two .video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

.consult-main-slider-two .tp-bannertimer,
.consult-main-slider-two .tp-bullets{
	display:none !important;	
}

/*** 

====================================================================
	Featured Section
====================================================================

***/

.featured-section{
	position:relative;
	padding-bottom:80px;
}

.featured-section .section-icons{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.featured-section .section-icons .icon-layer{
	position:absolute !important;
	left:-220px !important;
	top:-160px !important;
	width:691px;
	height:691px;
	background-repeat:no-repeat;
}

.featured-section .section-icons .icon-layer-two{
	position:absolute !important;
	left:35% !important;
	top:-5% !important;
	width:11px;
	height:11px;
	background-repeat:no-repeat;
}

.featured-section .section-icons .icon-layer-three{
	position:absolute !important;
	left:10% !important;
	top:24% !important;
	width:52px;
	height:51px;
	background-repeat:no-repeat;
}

.featured-section .section-icons .icon-layer-four{
	position:absolute !important;
	right:10% !important;
	left:auto !important;
	top:10% !important;
	width:98px;
	height:51px;
	background-repeat:no-repeat;
}

.featured-section .section-icons .icon-layer-five{
	position:absolute !important;
	right:15% !important;
	left:auto !important;
	top:27% !important;
	width:13px;
	height:12px;
	background-repeat:no-repeat;
}

.featured-section .section-icons .icon-layer-six{
	position:absolute !important;
	right:8% !important;
	left:auto !important;
	top:auto !important;
	bottom:30% !important;
	width:98px;
	height:28px;
	background-repeat:no-repeat;
}

.featured-section .section-icons .icon-layer-seven{
	position:absolute !important;
	left:20% !important;
	top:auto !important;
	bottom:3% !important;
	width:7px;
	height:7px;
	background-repeat:no-repeat;
}

.featured-section .section-icons .icon-layer-eight{
	position:absolute !important;
	right:22% !important;
	top:auto !important;
	left:auto !important;
	bottom:5% !important;
	width:11px;
	height:11px;
	background-repeat:no-repeat;
}

.featured-section .owl-nav{
	display:none;
}

.featured-section .owl-dots{
	position:relative;
	text-align:center;
	margin-top:10px;
}

.featured-section .owl-dots .owl-dot{
	position:relative;
	width:12px;
	height:12px;
	cursor:pointer;
	margin:0px 5px;
	border-radius:50px;
	display:inline-block;
	background-color:#ebf0fe;
	transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.featured-section .owl-dots .owl-dot.active,
.featured-section .owl-dots .owl-dot:hover{
	background: #0058D2;
	background: -webkit-linear-gradient(to top right, #0058D2 0%, #00bdf5 100%);
	background: -moz-linear-gradient(to top right, #0058D2 0%, #00bdf5 100%);
	background: linear-gradient(to top right, #0058D2 0%, #00bdf5 100%);
}

.featured-section .owl-carousel .owl-stage-outer{
	padding:20px 0px 30px;
}

.featured-section .owl-theme .feature-block{
	margin:0px 15px;
}

.featured-section .owl-carousel{
	margin:0px -15px;
	width:auto;
}

.feature-block{
	position:relative;
	margin-bottom:30px;
}

.feature-block .inner-box{
	position:relative;
	text-align:center;
	overflow:hidden;
    padding: 30px 20px 40px;
	background-color:#ffffff;
	border:2px solid #e6ecfb;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.feature-block .inner-box:hover{
	box-shadow:0px 0px 20px rgba(0,68,203,0.15);
}

.feature-block .inner-box .color-layer{
	position:absolute;
	left:-2px;
	top:-2px;
	right:-2px;
	bottom:-2px;
	opacity:0;
	background: #ed1651cc;
	transform:scale(0.2,1);
	background: -webkit-linear-gradient(to left, #ed1651 0%, #ef0042cc 100%);
	background: -moz-linear-gradient(to left, #ed1651 0%, #ef0042cc 100%);
	background: linear-gradient(to left, #ed1651 0%, #ef0042cc 100%);
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.feature-block .inner-box:hover .color-layer{
	opacity:1;
	transform:scale(1,1);
}

.feature-block .inner-box h4{
	margin-bottom:20px;
}

.inner-box.inner-box01 {
    background: #ff00fa;
}
.feature-block .inner-box.inner-box01 .text,
.feature-block .inner-box.inner-box01 .icon,
.feature-block .inner-box.inner-box01 h4 a
{
	color: var(--white);
}

.feature-block .inner-box h4 a{
	position:relative;
	color:#000c3f;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.feature-block .inner-box:hover h4 a{
	color:#ffffff;
}

.feature-block .inner-box .icon{
	position:relative;
	font-size:66px;
	line-height:1em;
	font-family: "flaticon";
	margin-bottom:25px;
	color:#ed1651;
	line-height:1em;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.feature-block .inner-box:hover .icon{
	color:#ffffff;
	background-image:none;
	-webkit-text-fill-color:inherit;
}

.feature-block .inner-box .text{
	position:relative;
	font-size:16px;
	line-height:1.8em;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.feature-block .inner-box:hover .text{
	color:#ffffff;
}

.feature-block .inner-box .pattern-layer{
	position:absolute;
	right:-60px;
	bottom:-65px;
	width:180px;
	height:151px;
	background-repeat:no-repeat;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.feature-block .inner-box:hover .pattern-layer{
	right:-120px;
	bottom:-120px;
}

/*** 

====================================================================
	Choose Section
====================================================================

***/

.choose-section{
	position:relative;
	padding:80px 0px;
	background-color:#f4f7f9;
	background-position:left bottom;
	background-repeat:repeat-x;
}

.choose-section .image-column{
	position:relative;
	margin-bottom:30px;
}

.choose-section .image-column .inner-column{
	position:relative;
}

.choose-section .image-column .section-icons{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
}

.choose-section .image-column .section-icons .icon-layer-one{
	position:absolute !important;
	left:-15% !important;
	top:auto !important;
	bottom:-5% !important;
	width:364px;
	height:296px;
	z-index:1;
}

.choose-section .image-column .section-icons .icon-layer-two{
	position:absolute !important;
	left:auto !important;
	top:auto !important;
	right:22% !important;
	bottom:0% !important;
	width:351px;
	height:186px;
	opacity:0.70;
}

.choose-section .image-column .icon-layer-three{
	position:absolute;
	left:-5%;
	bottom:30%;
	width:91px;
	height:84px;
	z-index:1;
	background-repeat:no-repeat;
}

.choose-section .image-column .icon-layer-four{
	position:absolute;
	right:22%;
	top:6%;
	width:98px;
	height:51px;
	z-index:1;
	background-repeat:no-repeat;
}

.choose-section .image-column .icon-layer-five{
	position:absolute;
	right:43%;
	bottom:16%;
	width:22px;
	height:23px;
	z-index:1;
	background-repeat:no-repeat;
}

.choose-section .image-column .image{
	position:relative;
}

.choose-section .image-column .image{
	position:relative;
}

.choose-section .content-column{
	position:relative;
	margin-bottom:30px;
}

.choose-section .content-column .sec-title{
	margin-bottom:30px;
}

.choose-section .content-column .inner-column{
	position:relative;
}

.choose-section .content-column .text{
	position:relative;
	color:#41496b;
	font-size:17px;
	line-height:1.7em;
	margin-bottom:35px;
}

.choose-section .content-column .text span{
	font-weight:600;
}

.choose-block{
	position:relative;
}

.choose-block .inner-box{
	position:relative;
}

.choose-block .inner-box:before{
	position:absolute;
	content:'';
	right:-6px;
	top:0px;
	bottom:0px;
	width:1px;
	border-right:1px dashed #d3ddf2;
}

.choose-block .inner-box .icon{
	position:relative;
	margin-bottom:10px;
}

.choose-block .inner-box h5{
	position:relative;
	margin-bottom:10px;
	color: var(--primary);
}

.choose-block .inner-box .choose-text{
	position:relative;
	line-height:1.7em;
	color:#0e0e0e;
}

.choose-block:last-child .inner-box:before{
	display:none;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position:relative;
	padding:80px 0px 0px;
	background-color: #ed1753;
}

.counter-section .inner-container{
	position:relative;
	padding-left:120px;
	padding-right:120px;
	padding-bottom:50px;
	border-bottom:1px solid #f0f3fe;
}

/* Fact Counter */

.fact-counter{
	position:relative;
	z-index:1;
}

.fact-counter .column{
	position:relative;
	margin-bottom:30px;
}

.fact-counter .column .inner{
	position:relative;
	text-align:center;
}



.fact-counter .column:last-child .inner:before{
	display:none;
}

.fact-counter .column .inner .content{
	position:relative;
}

.fact-counter .column .inner .icon{
	position:relative;
	font-size:54px;
	line-height:1em;
	font-weight: 500;
	margin-bottom:22px;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	font-family: "flaticon";
	color:var(--white);
	line-height:1em;

}
.count-outer.count-box.counted span {
    color: var(--white);
}
.fact-counter .column .inner:hover .icon{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.fact-counter .count-outer .percentage{
	position:relative;
	font-weight:700;
	color:var(--white);
	font-size:36px;
	line-height:1em;
	font-family: 'Poppins', sans-serif;
}

.fact-counter .column .inner .count-outer{
	position:relative;
	font-weight:700;
	color:var(--white);
	font-size:30px;
	line-height:1em; 
}

.fact-counter .column .inner .counter-title{
	position:relative;
	color:var(--white);
	font-size:22px;
	font-weight:700;
	margin-top:10px;
	line-height:1.4em;
	font-family: 'Poppins', sans-serif;
}

.fact-counter .column .inner .count-outer i{
	position:relative;
	right:-4px;
	top:-15px;
	font-style:normal;
	color:var(--white);
	font-size:20px;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding:90px 0px 70px;
}

.team-section .inner-container{
	position:relative;
}

.team-section .section-icons{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.team-section .section-icons .icon-layer-one{
	position:absolute !important;
	left:-5% !important;
	top:-15% !important;
	width:89px;
	height:79px;
	background-repeat:no-repeat;
}

.team-section .section-icons .icon-layer-two{
	position:absolute !important;
	left:-10% !important;
	top:-25% !important;
	width:11px;
	height:11px;
	background-repeat:no-repeat;
}

.team-section .section-icons .icon-layer-three{
	position:absolute !important;
	right:-7% !important;
	top:-20% !important;
	left:auto !important;
	width:52px;
	height:51px;
	z-index:1;
	background-repeat:no-repeat;
}

.team-section .section-icons .icon-layer-four{
	position:absolute !important;
	right:-15% !important;
	top:-55% !important;
	left:auto !important;
	width:691px;
	height:691px;
	background-repeat:no-repeat;
}

.team-section .section-icons .icon-layer-five{
	position:absolute !important;
	right:45% !important;
	top:auto !important;
	bottom:-15% !important;
	left:auto !important;
	width:37px;
	height:37px;
	background-repeat:no-repeat;
}

.team-block{
	position:relative;
	margin-bottom:30px;
}

.team-block .inner-box{
	position:relative;
}

.team-block .inner-box .image{
	position:relative;
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.team-block .inner-box .gradient-layer{
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	height:50%;
	background: rgba(255,255,255,0);
	background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);
	background: -moz-linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);
}

.team-block .inner-box .content{
	position:absolute;
	left:25px;
	bottom:90px;
}

.team-block .inner-box .content h5{
	margin-bottom:4px;
}

.team-block .inner-box .content h5 a{
	color:#ffffff;
	transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.team-block .inner-box .content h5 a:hover{
	color:#00bdef;
}

.team-block .inner-box .content .designation{
	position:relative;
	color:#eff3ff;
	font-size:15px;
}

.team-block .inner-box .social-plus-box{
	position:absolute;
	left:0px;
	width:105px;
	bottom:15px;
	z-index:1;
	padding:9px 9px;
	text-align:right;
	font-family: "flaticon";
	border-radius:0px 50px 50px 0px;
	background: #0045CB;
	background: -webkit-linear-gradient(to top right, #0045CB 0%, #00c1f2 100%);
	background: -moz-linear-gradient(to top right, #0045CB 0%, #00c1f2 100%);
	background: linear-gradient(to top right, #0045CB 0%, #00c1f2 100%);
}

.team-block .inner-box .hover-color{
	position:absolute;
	left:0px;
	bottom:0px;
	top:0px;
	width:10%;
	opacity:0;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	background: #FE7502;
	border-radius:0px 50px 50px 0px;
	background: -webkit-linear-gradient(to top right, #FE7502 0%, #ffd800 100%);
	background: -moz-linear-gradient(to top right, #FE7502 0%, #ffd800 100%);
	background: linear-gradient(to top right, #FE7502 0%, #ffd800 100%);
}

.team-block .inner-box:hover .social-plus-box .hover-color{
	width:100%;
	opacity:1;
}

.team-block .inner-box .social-plus-box .plus{
	position:relative;
	right:0px;
	top:0px;
	width:36px;
	height:36px;
	color:#000000;
	text-align:center;
	line-height:36px;
	font-size:14px;
	border-radius:50px;
	display:inline-block;
	background-color:#eef1fe;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.team-block .inner-box:hover .social-plus-box .plus{
	transform:rotate(45deg);
}

.team-block .inner-box .social-box{
	position:absolute;
	left:0px;
	bottom:30px;
	opacity:0;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.team-block .inner-box:hover .social-box{
	left:110px;
	opacity:1;
}

.team-block .inner-box .social-box li{
	position:relative;
	margin-left:15px;
	display:inline-block;
}

.team-block .inner-box .social-box li a{
	position:relative;
	color:#ffffff;
	font-size:16px;
	transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.team-block .inner-box .social-box li a:hover{
	color:#00bdef;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	padding:150px 0px 160px;
	background-position:left bottom;
	background-repeat:no-repeat;
}

.testimonial-section .icons-outer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.testimonial-section .icons-outer .icon-layer-one{
	position:absolute;
	left:5%;
	top:10%;
	width:52px;
	height:51px;
	background-repeat:no-repeat;
}

.testimonial-section .icons-outer .icon-layer-two{
	position:absolute;
	right:15%;
	top:34%;
	width:13px;
	height:12px;
	background-repeat:no-repeat;
}

.testimonial-section .icons-outer .icon-layer-three{
	position:absolute;
	left:15%;
	bottom:7%;
	width:7px;
	height:7px;
	background-repeat:no-repeat;
}

.testimonial-section .icons-outer .icon-layer-four{
	position:absolute;
	right:15%;
	bottom:7%;
	width:11px;
	height:11px;
	background-repeat:no-repeat;
}

.testimonial-section .owl-dots{
	display:none;
}

.testimonial-section .owl-nav{
	position:relative;
	max-width:140px;
	width:100%;
	left:80px;
	margin:0 auto;
	margin-top:-150px;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next{
	position:relative;
	width:55px;
	height:55px;
	color:#000712;
	font-size:18px;
	text-align:center;
	line-height:55px;
	margin-right:12px;
	border-radius:50px;
	display:inline-block;
	background-color:#eef1fe;
	transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#0066d7;
}

.testimonial-section .image-column{
	position:relative;
	margin-bottom:30px;
}

.testimonial-section .image-column .inner-column{
	position:relative;
	text-align:center;
}

.testimonial-section .image-column .image{
	position:relative;
	margin:0 auto;
}

.testimonial-section .content-column{
	position:relative;
	margin-bottom:30px;
}

.testimonial-section .content-column .inner-column{
	position:relative;
	padding-top:30px;
}

.testimonial-section .content-column .rating{
	position:relative;
	color:#ffb400;
	font-size:14px;
	letter-spacing:1px;
}

.testimonial-section .content-column .text{
	position:relative;
	color:#000c3f;
	font-size:18px;
	line-height:1.9em;
	margin-top:25px;
	padding-right:80px;
	margin-bottom:25px;
}

.testimonial-section .content-column .text span{
	position:relative;
	font-weight:600;
}

.testimonial-section .content-column h5{
	color:#000c3f;
	font-size:20px;
	font-weight:700;
}

.testimonial-section .content-column .designation{
	position:relative;
	color:#0633b2;
	font-size:15px;
	margin-top:10px;
}

/*** 

====================================================================
	Pricing Section
====================================================================

***/

.pricing-section{
	position:relative;
	overflow:hidden;
	padding:80px 0px 80px;
}

.pricing-section .icons-outer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.pricing-section .icon-layer-one{
	position:absolute;
	left:-150px;
	top:-150px;
	width:691px;
	height:691px;
	background-repeat:no-repeat;
}

.pricing-section .icon-layer-two{
	position:absolute;
	left:10%;
	top:20%;
	width:98px;
	height:51px;
	background-repeat:no-repeat;
}

.pricing-section .icon-layer-three{
	position:absolute;
	right:10%;
	bottom:12%;
	width:51px;
	height:98px;
	background-repeat:no-repeat;
}

.pricing-section .sec-title{
	margin-bottom:70px;
}

.price-block{
	position:relative;
	margin-bottom:30px;
}

.price-block .inner-box{
	position:relative;
	text-align:center;
	padding-bottom:60px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
	transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.price-block.active .inner-box,
.price-block .inner-box:hover{
	box-shadow:0px 20px 30px rgba(0,0,0,0.15);
}

.price-block .inner-box .title{
	position:relative;
	color:#ffffff;
	font-size:18px;
	padding:19px 80px;
	display:inline-block;
	text-transform:uppercase;
	background: #FD4F03;
	margin-top:-20px;
	font-weight:700;
	transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	background: -webkit-linear-gradient(to right, #FD4F03 0%, #FD6003 33%, #ffc700 100%);
	background: -moz-linear-gradient(to right, #FD4F03 0%, #FD6003 33%, #ffc700 100%);
	background: linear-gradient(to right, #FD4F03 0%, #FD6003 33%, #ffc700 100%);
}

.price-block .inner-box .title:before{
	position:absolute;
	content:'';
	left:-10px;
	top:0px;
	border-bottom: 20px solid #980f0e;
    border-left: 10px solid transparent;
}

.price-block .inner-box:hover .title:before,
.price-block.active .inner-box .title:before{
	border-bottom-color:#001242;
}

.price-block .inner-box:hover .title,
.price-block.active .inner-box .title{
	background: #0047CC;
	background: -webkit-linear-gradient(to right, #0047CC 0%, #00c6f9 100%);
	background: -moz-linear-gradient(to right, #0047CC 0%, #00c6f9 100%);
	background: linear-gradient(to right, #0047CC 0%, #00c6f9 100%);
}

.price-block .inner-box .icon-box{
	position:relative;
	display:block;
	margin-top:60px;
}

.price-block .inner-box .icon-box .icon{
	position:relative;
	font-size:100px;
	color:#000000;
	z-index:1;
	line-height:1em;
	font-family: "flaticon";
}

.price-block .inner-box .icon-box .icon:after{
	position:absolute;
	content:'';
	left:-15px;
	top:-10px;
	width:46px;
	height:46px;
	z-index:-1;
	border-radius:50%;
	background: #FD4F03;
	transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	background: -webkit-linear-gradient(to right, #FD4F03 0%, #FD6003 33%, #ffc700 100%);
	background: -moz-linear-gradient(to right, #FD4F03 0%, #FD6003 33%, #ffc700 100%);
	background: linear-gradient(to right, #FD4F03 0%, #FD6003 33%, #ffc700 100%);
}

.price-block .inner-box:hover .icon-box .icon:after,
.price-block.active .inner-box .icon-box .icon:after{
	background: #0047CC;
	background: -webkit-linear-gradient(to right, #0047CC 0%, #00c6f9 100%);
	background: -moz-linear-gradient(to right, #0047CC 0%, #00c6f9 100%);
	background: linear-gradient(to right, #0047CC 0%, #00c6f9 100%);
}

.price-block .inner-box .price{
	position:relative;
	color:#000c3f;
	font-weight:700;
	font-size:44px;
	line-height:1em;
	margin-top:25px;
	margin-bottom:25px;
	font-family: 'Poppins', sans-serif;
}

.price-block .inner-box .price-list{
	position:relative;
}

.price-block .inner-box .price-list li{
	position:relative;
	margin-bottom:12px;
	color:#555555;
	font-size:16px;
}

.price-block .inner-box .price-list li:last-child{
	margin-bottom:0px;
}

.price-block .inner-box .button-box{
	position:relative;
	margin-top:35px;
}

.price-block .inner-box .button-box .get-btn{
	position:relative;
	color:#ffffff;
	font-size:15px;
	font-weight:700;
	padding:14px 28px;
	border-radius:50px;
	display:inline-block;
	letter-spacing:1px;
	background-color:#ff4c1c;
	transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.price-block .inner-box:hover .button-box .get-btn,
.price-block.active .inner-box .button-box .get-btn{
	background: #0047CC;
	background: -webkit-linear-gradient(to right, #0047CC 0%, #00c6f9 100%);
	background: -moz-linear-gradient(to right, #0047CC 0%, #00c6f9 100%);
	background: linear-gradient(to right, #0047CC 0%, #00c6f9 100%);
}

/*** 

====================================================================
	Fluid Section One
====================================================================

***/

.fluid-section-one{
	position:relative;
	background-color:#f6fafe;
}

.fluid-section-one .outer-container{
	position:relative;
	min-height:250px;
}

.fluid-section-one .map-column{
	position:absolute;
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;	
}

.fluid-section-one .map-column iframe{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	display:block;
	width:100%;
	height:100%;
}

.fluid-section-one .content-column{
	position:relative;
	float:left;
	width:50%;
}

.fluid-section-one .content-column .inner-column{
	position:relative;
	max-width:620px;
	width:100%;
	float:right;
	padding:80px 60px 80px 15px;
}

.fluid-section-one .info-column{
	position:relative;
	margin-bottom:30px;
}

.fluid-section-one .info-column .column-inner{
	position:relative;
}

.fluid-section-one .info-column .column-inner .icon{
	position:relative;
	color:#ffffff;
	width:44px;
	height:44px;
	z-index:1;
	margin:0 auto;
	text-align:center;
	margin-bottom:45px;
	line-height:44px;
	text-align:center;
	display:block;
	font-family: "flaticon";
}

.fluid-section-one .info-column .column-inner .icon:after{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:-1;
	background: #0046CB;
	transform:rotate(45deg);
	background: -webkit-linear-gradient(to right, #0046CB 0%, #00c2f7 100%);
	background: -moz-linear-gradient(to right, #0046CB 0%, #00c2f7 100%);
	background: linear-gradient(to right, #0046CB 0%, #00c2f7 100%);
}

.fluid-section-one .info-column .text{
	position:relative;
	color:#000c3f;
	font-size:16px;
	line-height:1.7em;
}

.fluid-section-one .info-column a{
	position:relative;
	color:#000c3f;
	font-size:16px;
	display:block;
	margin-bottom:4px;
}

/* Contact Form */

.contact-form{
	position:relative;
}

.contact-form .group-title{
	position:relative;
	margin-bottom:30px;
	margin-top:30px;
}

.contact-form .group-title h3{
	color:#000c3f;
	font-size:30px;
	font-weight:700;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:20px;
}

.contact-form .form-group:last-child{
	margin-bottom:0px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select,
.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	height:52px;
	line-height:28px;
	padding:10px 20px;
	border-radius:0px;
	font-size: 16px;
	color: #000c3f;
	background-color:#eef4fa;
	border:1px solid #e7effc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#fd5103;
}

.contact-form .form-group textarea{
	height:140px;
	resize:none;
}

.contact-form button{
	margin-top:10px;
	border:none;
}

/*** 

/*** 

====================================================================
	Newsletter Section
====================================================================

***/

.newsletter-section{
	position:relative;
	z-index:1;
	margin-bottom:-100px;
}

.newsletter-section .inner-container{
	position:relative;
	background-color:#ffffff;
	padding:25px 250px 30px 380px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}

.newsletter-section .icon-layer-one{
	position:absolute;
	left:-15px;
	top:0px;
	width:359px;
	height:203px;
	background-repeat:no-repeat;
}

.newsletter-section .icon-layer-two{
	position:absolute;
	right:0px;
	top:0px;
	width:180px;
	height:186px;
	background-repeat:no-repeat;
}

.newsletter-section .title-box{
	position:relative;
	margin-bottom:20px;
}

.newsletter-section .title-box h2{
	color:#000c3f;
	font-size:26px;
}

.newsletter-section .title-box .text{
	position:relative;
	margin-top:8px;
	color:#41496b;
}

.subscribe-box{
	position:relative;
}

.subscribe-box .form-group{
	position:relative;
	margin:0px;
	width:100%;
	max-width:100%;
	padding-right:140px;
}


.subscribe-box .form-group input::placeholder,
.subscribe-box .form-group textarea::placeholder{
	color:#41496b;
}

.subscribe-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	display:block;
	font-size:15px;
	color:#ffffff;
	cursor:pointer;
	line-height:100%;
	font-weight:700;
	text-align:center;
	padding:17px 28px;
	border-radius:5px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background: #FF5B00;
	background: -webkit-linear-gradient(to left, #FF5B00 0%, #ffcd00 100%);
	background: -moz-linear-gradient(to left, #FF5B00 0%, #ffcd00 100%);
	background: linear-gradient(to left, #FF5B00 0%, #ffcd00 100%);
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	padding:80px 0px 0px;
	background: url(./assets/img/background/5.webp);
}

.main-footer .footer-widget{
	position:relative;
	z-index:1;
	margin-bottom:30px;
}

.main-footer .widgets-section{
	position:relative;
}

.main-footer .logo-widget{
	position:relative;
}

.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:10px;
	margin-top: 0px;
}

.main-footer .logo-widget .text{
	position:relative;
	color:#fff;
	font-size:16px;
	margin-bottom:25px;
	line-height:1.7em;
}

.main-footer .logo-widget .about-btn{
	position:relative;
	padding:11px 28px;
	color:#ffffff;
	font-size:15px;
	font-weight:700;
	border-radius:5px;
	background-color:#ff6300;
}

.main-footer .logo-widget .about-btn:hover{
	background-color:#0050cf;
}

.main-footer .footer-widget h5{
	font-weight:700;
	color:var(--primary);
	font-size:24px;
	line-height:1.2em;
	margin-bottom:25px;
	text-transform:capitalize;
}

.main-footer .newsletter-widget .text{
	color:#fff;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:25px;
}

.email-box{
	position:relative;
	margin-bottom:22px;
}

.email-box .form-group{
	position:relative;
	margin:0px;
	width:100%;
	max-width:100%;
}

.email-box .form-group input[type="text"],
.email-box .form-group input[type="email"]{
	position:relative;
	line-height:43px;
	padding:10px 55px 10px 25px;
	background-color:#eeeeee;
	display:block;
	font-size:15px;
	height:50px;
	width:100%;
	color:#444444;
	box-shadow:inherit;
	border-radius:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.email-box .form-group input::placeholder,
.email-box .form-group textarea::placeholder{
	color:#444444;
}

.email-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:50px;
	width:62px;
	display:block;
	font-size:16px;
	color:#ffffff;
	cursor:pointer;
	line-height:100%;
	font-weight:normal;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color: #ed1651;
}
.email-box .form-group button span
{
	color: var(--white);
}
.email-box .form-group button:hover{
	background-color:#000;
	outline-offset:inherit !important;
}

/* Social Box */

.main-footer .newsletter-widget .social-box{
	position:relative;
	margin-top:25px;
}

.main-footer .newsletter-widget .social-box li{
	position:relative;
	margin-right:15px;
	display:inline-block;
}

.main-footer .newsletter-widget .social-box li a {
    position: relative;
    color: #fff;
    font-size: 18px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background: #ed1a54;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
}

.main-footer .newsletter-widget .social-box li a:hover{
	opacity:1;
	background: #000;
}

.main-footer .newsletter-widget .social-box li.behance{
	color:#0067ff;
}

.main-footer .newsletter-widget .social-box li.twitter a{
	color:#03a9f4;
}

.main-footer .newsletter-widget .social-box li.facebook a{
	color:#16599b;
}

.main-footer .newsletter-widget .social-box li.dribbble a{
	color:#ea4c89;
}





.main-footer .info-widget .contact-list{
	position:relative;
}

.main-footer .info-widget .contact-list li{
	position:relative;
	color: #1e1e1e;
	font-size:15px;
	margin-bottom:15px;
	padding-left:30px;
	line-height:1.8em;
	font-family: 'Poppins', sans-serif;
}

.main-footer .info-widget .contact-list li .icon{
	position:absolute;
	left:0px;
	top:5px;
	color:#005cd3;
	line-height:1em;
	background-image: linear-gradient(to right, #005cd3 0%, #00b0f1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-footer .info-widget .contact-list li:last-child{
	margin-bottom:0px;
}

.main-footer .info-widget .timing{
	position:relative;
	color:#666666;
	font-size:15px;
	line-height:1.8em;
	margin-top:20px;
	font-family: 'Poppins', sans-serif;
}

.main-footer .info-widget .timing strong{
	position:relative;
	color:#0e0e0e;
	font-weight:700;
	display:block;
	margin-bottom:10px;
}

/* Instagram Widget */

.main-footer .instagram-widget{
	position:relative;
}

.main-footer .instagram-widget .images-outer{
	position:relative;
	margin:0px -3px;
}

.main-footer .instagram-widget .image-box{
	position:relative;
	float:left;
	width:33.333%;
	padding:0px 6px;
	margin-bottom:12px;
}

.main-footer .instagram-widget .image-box img{
	position:relative;
	display:block;
	width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-footer .instagram-widget .image-box img:hover{
	opacity:0.70;	
}

.main-footer .footer-bottom{
	position:relative;
	padding:23px 0px;
	text-align:center;
	background-color: #060606;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#ffffff;
	font-size:16px;
}

.main-footer .footer-bottom .copyright a{
	position:relative;
	color:#00cefb;
	transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-footer .footer-bottom .copyright a:hover{
	color:#ffffff;
}

.onepager-header.fixed-header .header-lower{
	position:fixed;
	left:0px;
	right:0px;
	top:0px;
	margin-top:0px;
	box-shadow: 0px 1px 3px 0px #ccc;
	background-color:#ffffff;
}
.header-lower .side-demo span {
	top: 0;
}
.logo {
    margin-top: 5px;
}
.pt-100
{
	padding-top: 100px;
}

/*---------------------------------------------------- */
/*Feature area*/
/*----------------------------------------------------*/
.soft-m-feature-section {
	padding: 80px 0px 60px;
  }
  .soft-m-feature-section .soft-m-feature-content {
	padding-top: 60px;
  }
  
  .soft-m-feature-inner {
	padding-left: 40px;
	margin-bottom: 40px;
	transition: 0.3s all ease-in-out;
  }
  .soft-m-feature-inner .soft-m-inner-icon {
	left: 0;
	top: 30px;
	z-index: 1;
	position: absolute;
	transition: 0.3s all ease-in-out;
	filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.1));
  }
  .soft-m-feature-inner .soft-m-feature-icon {
    width: 85px;
    height: 95px;
    line-height: 100px;
    background-color: #ed1651;
    position: relative;
    z-index: 1;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
  .soft-m-feature-inner .soft-m-feature-icon:after {
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
	width: 100%;
	opacity: 0;
	height: 100%;
	position: absolute;
	transition: 0.3s all ease-in-out;
	background: linear-gradient(90deg, #ed1651 0%, #af22d6 100%);

  }
  .soft-m-feature-inner .soft-m-feature-icon i {
    font-size: 35px;
    transition: 0.3s all ease-in-out;
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
}
  .soft-m-feature-inner .soft-m-feature-box {
	position: relative;
	border: 2px solid #f1f1f1;
    padding: 35px 25px 35px 70px;
	transition: 0.3s all ease-in-out;
  }
  .soft-m-feature-inner .soft-m-feature-box:after {
	top: 0;
	left: 0;
	bottom: 0;
	content: "";
	width: 3px;
	height: 0%;
	position: absolute;
	transition: 0.3s all ease-in-out;
    background: linear-gradient(90deg, #ed1651 0%, #ed1652 100%);
  }
  .soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text h3 {
	color: #102465;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 10px;
  }
  .soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text h3 span {
	color: #fff;
	font-size: 10px;
	padding: 1px 5px;
	background-color: #00a8ff;
  }
  .soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text p {
    color: #000;
    padding-bottom: 0px;
    margin-bottom: 0px;
	}
  .soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text .soft-f-more {
	bottom: 35px;
	font-size: 14px;
	opacity: 0;
	font-weight: 700;
	position: absolute;
	transition: 0.3s all ease-in-out;
	background: linear-gradient(90deg, #102465 0%, #00acf0 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  .soft-m-feature-inner:hover {
	margin-bottom: 10px;
  }
  .soft-m-feature-inner:hover .soft-m-inner-icon {
	top: 50%;
	transform: translateY(-50%);
  }
  .soft-m-feature-inner:hover .soft-m-feature-box {
	box-shadow: 0px 8px 16px 0px rgba(15, 42, 107, 0.06);
  }
  .soft-m-feature-inner:hover .soft-m-feature-box:after {
	height: 100%;
  }
  .soft-m-feature-inner:hover .soft-m-feature-text .soft-f-more {
	opacity: 1;
  }
  .soft-m-feature-inner:hover .soft-m-feature-icon i {
	background: linear-gradient(90deg, #fff 0%, #fff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  .soft-m-feature-inner:hover .soft-m-feature-icon:after {
	opacity: 1;
  }

  /*---------------------------------------------------- */
/*abiut area*/
/*----------------------------------------------------*/
@keyframes rotate-anim {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
  .str-work-process-section {
	padding: 105px 0px 115px;
  }
  
  .str-work-process-section .str-work-icon-text .str-work-icon {
	width: 155px;
	height: 155px;
	margin: 0 auto;
	position: relative;
	line-height: 155px;
	margin-bottom: 45px;
	border-radius: 100%;
	border: 2px solid #d7e7fd;
  }
  
  .str-work-process-section .str-work-icon-text .str-work-icon i {
	color: #444444;
	font-size: 45px;
  }
  
  .str-work-process-section .str-work-icon-text .str-work-icon .str-icon-border {
	top: -10px;
	left: -10px;
	width: 170px;
	height: 170px;
	position: absolute;
	border-radius: 100%;
	border: 15px solid #4ae0f0;
	border-right-color: transparent;
	animation-duration: 1500ms;
	animation: rotate-anim 3s infinite linear;
	animation-play-state: paused;
  }
  
  .str-work-process-section .str-work-icon-text .str-work-icon .str-icon-border .work-circle-shape {
	content: "";
	height: 35px;
	width: 35px;
	right: -25px;
	top: 50px;
	position: absolute;
	border-radius: 100%;
	background-image: linear-gradient(-30deg, #54e8ec 0%, #33cefa 100%);
	box-shadow: -1.045px 9.945px 16px 0px rgba(52, 207, 251, 0.4);
  }
  
  .str-work-process-section .str-work-icon-text .str-work-icon .icon-inner-shadow {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 100%;
	box-shadow: -1.045px 9.945px 16px 0px rgba(52, 207, 251, 0.4);
  }
  
  .str-work-process-section .str-work-icon-text:hover .str-icon-border {
	animation-play-state: running;
  }
  
  .str-work-process-section .str-work-icon-text .str-work-text h3 {
	color: #010101;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 15px;
  }
  
  .str-work-process-section .str-work-icon-text .str-work-text p {
	margin: 0 auto;
	max-width: 200px;
	padding-bottom: 5px;
  }
  
  .str-work-process-section .str-work-icon-text .str-work-text .str-btn {
	transition: 0.3s all ease-in-out;
  }
  
  .str-work-process-section .str-work-icon-text .str-work-text .str-btn i {
	color: #494949;
	margin-left: 0;
  }
  
  .str-work-process-section .str-work-icon-text .str-work-text .str-btn:hover {
	color: #6e24c8;
  }
  
  .str-work-process-section .str-work-icon-text .str-work-text .str-btn:hover i {
	margin-left: 5px;
	color: #6e24c8;
  }
  
  .str-work-process-section .str-work-icon-text .str-work-text .str-btn:before {
	width: 100%;
	height: 1px;
  }
  
  .str-work-process-section .str-work-process-content {
	padding-top: 75px;
  }
  
  .str-work-process-section .str-work-process-content .col-lg-4:nth-child(2) .str-work-icon-text {
	position: relative;
  }
  
  .str-work-process-section .str-work-process-content .col-lg-4:nth-child(2) .str-work-icon-text:before {
	top: 70px;
	left: -50px;
	content: "";
	width: 70px;
	height: 20px;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(./assets/img/startup/shape/rv1.webp);
  }
  
  .str-work-process-section .str-work-process-content .col-lg-4:nth-child(2) .str-work-icon-text .icon-inner-shadow {
	display: none;
  }
  
  .str-work-process-section .str-work-process-content .col-lg-4:nth-child(2) .str-work-icon-text .str-icon-border {
	border: 15px solid #0095ff;
	border-right-color: transparent;
  }
  
  .str-work-process-section .str-work-process-content .col-lg-4:nth-child(2) .str-work-icon-text .work-circle-shape {
	box-shadow: -1.045px 9.945px 16px 0px rgba(0, 122, 255, 0.4);
	background-image: linear-gradient(-30deg, #00bdff 0%, #007aff 100%);
  }
  
  .str-work-process-section .str-work-process-content .col-lg-4:nth-child(3) .str-work-icon-text {
	position: relative;
  }
  
  .str-work-process-section .str-work-process-content .col-lg-4:nth-child(3) .str-work-icon-text:before {
	top: 70px;
	left: -50px;
	content: "";
	width: 70px;
	height: 20px;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(./assets/img/startup/shape/rv2.webp);
  }
  
  .str-work-process-section .str-work-process-content .col-lg-4:nth-child(3) .str-work-icon-text .icon-inner-shadow {
	display: none;
  }
  
  .str-work-process-section .str-work-process-content .col-lg-4:nth-child(3) .str-work-icon-text .str-icon-border {
	border: 15px solid #590fb8;
	border-right-color: transparent;
  }
  
  .str-work-process-section .str-work-process-content .col-lg-4:nth-child(3) .str-work-icon-text .work-circle-shape {
	box-shadow: none;
	background-image: linear-gradient(176deg, #008df9 0%, #324add 49%, #6407c1 100%);
  }
  
/* Support Section */
.support-section{
	position:relative;
	z-index:1;
	background-size:cover;
	background-position:center center;
}

.support-section .content-box{
	position:relative;
	max-width:440px;
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:60px 15px 60px;
}

.support-section .content-box .color-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 440px;
    background-color: #1a1a1a;
    transform: rotate(45deg);
    background-position: left top;
    background-repeat: no-repeat;
	outline: 2px dashed rgb(237 22 81);
    outline-offset: -20px;
}
.support-section .available {
    position: relative;
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 500;
}

.support-section .available span{
	position:relative;
	display:block;
	font-weight:700;
	color:#fff;
}

.support-section .call-title {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    /* opacity: 0.80; */
    text-transform: uppercase;
    font-weight: 500;
}

.support-section .phone {
    position: relative;
    color: #ed1651;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.support-section .phone:hover{
	color:#ffffff;
}

.support-section .chat-btn {
    position: relative;
    color: #fff;
    font-size: 18px;
    padding: 14px 30px;
    margin-top: 40px;
    border-radius: 50px;
    display: inline-block;
    background-color: #ed1651;
}

.support-section .chat-btn strong{
	position:relative;
	color:#fff;
}

.support-section .chat-btn .icon{
	position:relative;
	margin-right:10px;
	top:2px;
	color:#fff;
	font-family: "flaticon";
}

.support-section .chat-btn:before{
	position:absolute;
	content:'';
	left:-6px;
	right:-6px;
	bottom:-6px;
	top:-6px;
	border-radius:50px;
	border:2px solid #ffffff
}

.support-section .support {
    position: relative;
    margin-top: 20px;
    color: #ffffff;
    font-size: 15px;
    /* opacity: 0.80; */
    font-weight: 700;
    text-transform: uppercase;
}



/*---------------------------------------------------- */
/*Category area*/
/*----------------------------------------------------*/
.app-edu-category-section {
    padding: 80px 0px 60px;
	padding-bottom: 100px;
}
  .app-edu-category-section .app-edu-section-title h2, .app-edu-category-section .app-edu-section-title p, .app-edu-category-section .app-edu-section-title span {
	color: #fff;
  }
  
  .app-edu-category-innerbox {
	margin-bottom: 30px;
	overflow: hidden;
	z-index: 1;
	border-radius: 15px;
	padding: 15px;
	background-color: #fff;
  }
  .app-edu-category-innerbox:before {
    top: 0;
    left: 0;
    width: 0%;
    z-index: -1;
    height: 100%;
    content: "";
    position: absolute;
    transition: 500ms all ease;
    background: linear-gradient(-40deg, #ed1651 0%, #af22d6 100%);
}
  .app-edu-category-innerbox .app-edu-category-icon {
	line-height: 1;
	padding-bottom: 10px;
  }
  .app-edu-category-innerbox .app-edu-category-icon i {
    font-size: 30px;
    /* background: linear-gradient(-40deg, #aa00f1 0%, #6722d6 100%); */
    /* -webkit-background-clip: text; */
    -moz-background-clip: text;
    background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    color: #ed1651;
}
  .app-edu-category-innerbox .app-edu-category-text h3 {
	color: #111111;
	font-size: 21px;
	font-weight: 700;
	transition: 500ms all ease;
  }
  .app-edu-category-innerbox .app-edu-category-text span {
	color: #999999;
	font-size: 14px;
	transition: 500ms all ease;
  }
  .app-edu-category-innerbox:hover:before {
	width: 100%;
  }
  .app-edu-category-innerbox:hover .app-edu-category-icon i {
	background: linear-gradient(37deg, #fff 0%, #fff 100%) !important;
	-webkit-background-clip: text !important;
	-moz-background-clip: text !important;
	background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
  }
  .app-edu-category-innerbox:hover .app-edu-category-text h3, .app-edu-category-innerbox:hover .app-edu-category-text span {
	color: #fff;
  }
  
  .app-edu-category-content {
	padding-top: 65px;
  }
  .app-edu-category-content .col-lg-3:nth-child(2) .app-edu-category-innerbox:before {
	background: linear-gradient(37deg, #f27109 0%, #ffd223 100%);
  }
  .app-edu-category-content .col-lg-3:nth-child(2) .app-edu-category-innerbox .app-edu-category-icon i {
	background: linear-gradient(37deg, #f27109 0%, #ffd223 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  .app-edu-category-content .col-lg-3:nth-child(3) .app-edu-category-innerbox:before {
	background: linear-gradient(30deg, #a9bef5 0%, #6a94ed 100%);
  }
  .app-edu-category-content .col-lg-3:nth-child(3) .app-edu-category-innerbox .app-edu-category-icon i {
	background: linear-gradient(30deg, #a9bef5 0%, #6a94ed 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  .app-edu-category-content .col-lg-3:nth-child(4) .app-edu-category-innerbox:before {
	background: linear-gradient(37deg, #b871ff 0%, #e77fff 100%);
  }
  .app-edu-category-content .col-lg-3:nth-child(4) .app-edu-category-innerbox .app-edu-category-icon i {
	background: linear-gradient(37deg, #b871ff 0%, #e77fff 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  .app-edu-category-content .col-lg-3:nth-child(5) .app-edu-category-innerbox:before {
	background: linear-gradient(37deg, #8e61fd 0%, #33aeac 100%);
  }
  .app-edu-category-content .col-lg-3:nth-child(5) .app-edu-category-innerbox .app-edu-category-icon i {
	background: linear-gradient(37deg, #8e61fd 0%, #33aeac 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  .app-edu-category-content .col-lg-3:nth-child(6) .app-edu-category-innerbox:before {
	background: linear-gradient(48deg, #5d1942 0%, #0997ac 100%);
  }
  .app-edu-category-content .col-lg-3:nth-child(6) .app-edu-category-innerbox .app-edu-category-icon i {
	background: linear-gradient(48deg, #5d1942 0%, #0997ac 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  .app-edu-category-content .col-lg-3:nth-child(7) .app-edu-category-innerbox:before {
	background: linear-gradient(37deg, #5b1942 0%, #e52d5f 100%);
  }
  .app-edu-category-content .col-lg-3:nth-child(7) .app-edu-category-innerbox .app-edu-category-icon i {
	background: linear-gradient(37deg, #5b1942 0%, #e52d5f 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  .app-edu-category-content .col-lg-3:nth-child(8) .app-edu-category-innerbox:before {
	background: linear-gradient(37deg, #234377 0%, #0491c1 100%);
  }
  .app-edu-category-content .col-lg-3:nth-child(8) .app-edu-category-innerbox .app-edu-category-icon i {
	background: linear-gradient(37deg, #234377 0%, #0491c1 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  


.steps-section{
position:relative;
padding: 80px 0px 60px;
}

.steps-section .inner-container{
position:relative;
}

.steps-section .inner-container:before{
position:absolute;
content:'';
left:0px;
top:55px;
right:0px;
height:2px;
background:#daf3f5;
background:-webkit-linear-gradient(left,rgba(0,0,0,0),#daf3f5,rgba(0,0,0,0));
background:-moz-linear-gradient(left,rgba(0,0,0,0),#daf3f5,rgba(0,0,0,0));
background:-ms-linear-gradient(left,rgba(0,0,0,0),#daf3f5,rgba(0,0,0,0));
background:-o-linear-gradient(left,rgba(0,0,0,0),#daf3f5,rgba(0,0,0,0));
}

.step-block{
position:relative;
margin-bottom:30px;
}

.step-block .inner-box{
position:relative;
text-align:center;
}

.step-block .inner-box .icon{
position:relative;
width:110px;
height:110px;
color:#ffffff;
font-size:48px;
line-height:110px;
border-radius:50%;
margin:0 auto;
background-color:#e95366;
font-family: "flaticon";
transition: all 600ms ease;
-moz-transition: all 600ms ease;
-webkit-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
}

.step-block .inner-box:hover .icon{
-webkit-transform: scale(-1) rotate(180deg);
-moz-transform: scale(-1) rotate(180deg);
-ms-transform: scale(-1) rotate(180deg);
-o-transform: scale(-1) rotate(180deg);
transform: scale(-1) rotate(180deg);
background-color:#e95366;
}

.step-block .inner-box .lower-content{
position:relative;
padding-top:22px;
}

.step-block .inner-box .lower-content h4{
color:#0e0e0e;
}

.step-block .inner-box .lower-content .text{
position:relative;
margin-top:10px;
color:#383838;
line-height:1.7em;
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
@keyframes spining {
  from {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
  }
}
.eight-service-section {
  z-index: 1;
  padding: 135px 0px 140px;
  background-color: #eceef6;
}

.eight-service-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(./assets/img/app-landing/shape/s-shape2.webp);
}

.eight-service-section:after {
  top: -5px;
  right: 0;
  content: "";
  z-index: -1;
  height: 640px;
  width: 780px;
  position: absolute;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./assets/img/app-landing/shape/s-shape1.webp);
}

.eight-service-section .s-shape-bg1 {
  left: -95px;
  bottom: -15px;
  position: absolute;
  z-index: -1;
}

.eight-service-section .s-shape-bg2 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -2;
  transform: translateY(-50%);
}

.eight-service-section .eight-service-slide {
  width: 66.667%;
  float: left;
  position: relative;
  z-index: 1;
}

.eight-service-section .eight-service-slide .ei-service-slide-btn {
  margin-left: 265px;
}

.eight-service-section .eight-service-slide a {
  display: block;
  cursor: pointer;
}

.eight-service-section .eight-service-slide a:nth-child(1) {
  margin-bottom: 65px;
}

.eight-service-section .eight-service-slide a:nth-child(2) {
  margin-bottom: 55px;
  transform: translateX(-10px);
}

.eight-service-section .eight-service-slide a:nth-child(3) {
  transform: translateX(90px);
}

.eight-service-section .eight-service-text {
  width: 33.333333%;
  float: right;
  padding: 85px 0px 0px 70px;
}

.eight-service-section .eight-service-text:before {
  content: "";
  top: -180px;
  z-index: -1;
  left: -150px;
  width: 678px;
  height: 678px;
  position: absolute;
  animation: spining 10s linear infinite;
  background-image: url(./assets/img/app-landing/shape/s-shape5.webp);
}

.eight-service-section .eight-service-text h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
}

.eight-service-slide {
  width: 500px;
  padding-right: 70px;
}

.ei-service-icon-text .ei-service-icon {
  width: 108px;
  height: 108px;
  margin-left: 60px;
  position: relative;
  line-height: 108px;
  border-radius: 100%;
  overflow: hidden;
  z-index: 1;
  background-color: #e9ebf7;
  box-shadow: 0px 16px 20px 0px rgba(43, 1, 68, 0.11);
}

.ei-service-icon-text .ei-service-icon i {
  font-size: 55px;
}

.ei-service-icon-text .ei-service-text {
  max-width: 300px;
}

.ei-service-icon-text .ei-service-text h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 16px;
}

.ei-service-icon-text .ei-service-text p {
  color: #5e5e5e;
  overflow: hidden;
  line-height: 1.647;
}

.ei-service-icon-text:hover .ei-service-icon:after {
  opacity: 1;
  transform: scale(1);
}

.ei-service-icon-text:hover .ei-service-icon i {
  color: #fff;
}

.ei-service-slide-mbl {
  position: absolute;
  right: -250px;
  top: -75px;
  width: 245px;
  height: 505px;
  margin: 0 auto;
  padding: 17px 19px;
  background-repeat: no-repeat;
}

.ei-service-slide-mbl .bx-controls-direction {
  display: none;
}

.ei-service-slide-mbl .image {
  border-radius: 18px;
  overflow: hidden;
}


/*---------------------------------------------------- */
/*Feature area*/
/*----------------------------------------------------*/
@-webkit-keyframes XisIt_animation_1 {
	0% {
	  -webkit-transform: translateX(0) skew(-40deg) rotate(-0.5deg);
			  transform: translateX(0) skew(-40deg) rotate(-0.5deg);
	}
	25% {
	  -webkit-transform: translateX(-40px) skew(-40deg) rotate(-0.5deg);
			  transform: translateX(-40px) skew(-40deg) rotate(-0.5deg);
	}
	50% {
	  -webkit-transform: translateX(0) skew(-40deg) rotate(-0.5deg);
			  transform: translateX(0) skew(-40deg) rotate(-0.5deg);
	}
	75% {
	  -webkit-transform: translateX(40px) skew(-40deg) rotate(-0.5deg);
			  transform: translateX(40px) skew(-40deg) rotate(-0.5deg);
	}
	100% {
	  -webkit-transform: translateX(0) skew(-40deg) rotate(-0.5deg);
			  transform: translateX(0) skew(-40deg) rotate(-0.5deg);
	}
  }
  @keyframes XisIt_animation_1 {
	0% {
	  -webkit-transform: translateX(0) skew(-40deg) rotate(-0.5deg);
			  transform: translateX(0) skew(-40deg) rotate(-0.5deg);
	}
	25% {
	  -webkit-transform: translateX(-40px) skew(-40deg) rotate(-0.5deg);
			  transform: translateX(-40px) skew(-40deg) rotate(-0.5deg);
	}
	50% {
	  -webkit-transform: translateX(0) skew(-40deg) rotate(-0.5deg);
			  transform: translateX(0) skew(-40deg) rotate(-0.5deg);
	}
	75% {
	  -webkit-transform: translateX(40px) skew(-40deg) rotate(-0.5deg);
			  transform: translateX(40px) skew(-40deg) rotate(-0.5deg);
	}
	100% {
	  -webkit-transform: translateX(0) skew(-40deg) rotate(-0.5deg);
			  transform: translateX(0) skew(-40deg) rotate(-0.5deg);
	}
  }
  @-webkit-keyframes XisIt_animation_2 {
	0% {
	  -webkit-transform: translateX(0);
			  transform: translateX(0);
	}
	25% {
	  -webkit-transform: translateX(-40px);
			  transform: translateX(-40px);
	}
	50% {
	  -webkit-transform: translateX(0);
			  transform: translateX(0);
	}
	75% {
	  -webkit-transform: translateX(40px);
			  transform: translateX(40px);
	}
	100% {
	  -webkit-transform: translateX(0);
			  transform: translateX(0);
	}
  }
  @keyframes XisIt_animation_2 {
	0% {
	  -webkit-transform: translateX(0);
			  transform: translateX(0);
	}
	25% {
	  -webkit-transform: translateX(-40px);
			  transform: translateX(-40px);
	}
	50% {
	  -webkit-transform: translateX(0);
			  transform: translateX(0);
	}
	75% {
	  -webkit-transform: translateX(40px);
			  transform: translateX(40px);
	}
	100% {
	  -webkit-transform: translateX(0);
			  transform: translateX(0);
	}
  }
  .xis-it-system-feature-section {
	z-index: 1;
	padding-top: 50px;
	padding-bottom: 80px;
    background: #000;
	background-image: url(./assets/img/background/4.webp);
  }
  .xis-it-system-feature-section:before, .xis-it-system-feature-section:after {
	left: 0;
	top: -25px;
	content: "";
	width: 100%;
	height: 40px;
	z-index: -2;
	position: absolute;
	background-color: #fff;
	-webkit-transform: rotate(-0.5deg);
			transform: rotate(-0.5deg);
  }

  .xis-it-system-feature-section .xis-it-sf-outer-shape1,
  .xis-it-system-feature-section .xis-it-sf-outer-shape2 {
	left: 0;
	right: 0;
	top: -30px;
	z-index: -1;
	content: "";
	width: 690px;
	height: 45px;
	margin: 0 auto;
	position: absolute;
	-webkit-animation: XisIt_animation_1 10s infinite linear alternate;
			animation: XisIt_animation_1 10s infinite linear alternate;
	-webkit-transform: skew(-40deg) rotate(-0.5deg);
			transform: skew(-40deg) rotate(-0.5deg);
	background-image: -webkit-gradient(linear, left top, right top, from(#ed1651), to(#ff00fa));
	background-image: linear-gradient(90deg, #ed1651 0%, #ff00fa 100%);
  }
  .xis-it-system-feature-section .xis-it-sf-outer-shape2 {
	top: auto;
	left: 60px;
	right: auto;
	margin: auto;
	bottom: -34px;
	-webkit-animation: XisIt_animation_1 15s infinite linear alternate;
			animation: XisIt_animation_1 15s infinite linear alternate;
	-webkit-transform: skew(-40deg) rotate(-0.5deg);
			transform: skew(-40deg) rotate(-0.5deg);
			background-image: -webkit-gradient(linear, left top, right top, from(#ed1651), to(#ff00fa));
			background-image: linear-gradient(90deg, #ed1651 0%, #ff00fa 100%);
  }
  .xis-it-system-feature-section .xis-it-sf-shape1 {
	right: 0;
	bottom: 20px;
  }
  .xis-it-system-feature-section .container {
	max-width: 1320px;
  }
  .xis-it-system-feature-section .xis-it-sf-line-sh1 {
	left: 90px;
	z-index: -1;
	bottom: 15px;
  }
  .xis-it-system-feature-section .xis-it-sf-line-sh2 {
	left: 125px;
	z-index: -1;
	bottom: 50px;
  }
  
  .xis-it-system-feature-text-wrap {
	max-width: 650px;
	padding-top: 120px;
  }
  .xis-it-system-feature-text-wrap h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
  }
  .xis-it-system-feature-text-wrap h3 span {
	font-weight: 700;
	position: relative;
  }
  .xis-it-system-feature-text-wrap h3 span:before {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	content: "";
	position: absolute;
	background-image: -webkit-gradient(linear, left top, right top, from(#ed1651), to(#ff00fa));
	background-image: linear-gradient(90deg, #ed1651 0%, #ff00fa 100%);
  }
  .xis-it-system-feature-text-wrap h2 {
	color: #fff;
	line-height: 1;
	font-size: 60px;
	font-weight: 700;
	padding: 20px 0px;
  }
  .xis-it-system-feature-text-wrap p {
	color: #fff;
	font-size: 18px;
	padding-bottom: 55px;
  }
  .xis-it-system-feature-list {
    z-index: 1;
    background-color: #fff;
    padding: 50px 50px 50px 65px;
    border-top-left-radius: 90px;
}
  .xis-it-system-feature-list h3 {
	color: var(--primary);
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 40px;
  }
  .xis-it-system-feature-list li {
	font-size: 18px;
	font-weight: 600;
	position: relative;
	padding-left: 40px;
	margin-bottom: 15px;
  }
  .xis-it-system-feature-list li:before {
	left: 0;
	top: 1px;
	content: "";
	font-weight: 900;
	position: absolute;
	font-family: "Font Awesome 5 free";
  }
  
  .xis-it-system-feature-list-wrap {
	bottom: -60px;
  }
  .xis-it-system-feature-list-wrap:before {
	top: -10px;
	left: 0;
	width: 100%;
	content: "";
	height: 50%;
	position: absolute;
	border-top-left-radius: 90px;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
	background-image: -webkit-gradient(linear, left top, right top, from(#ed1651), to(#ff00fa));
	background-image: linear-gradient(90deg, #ed1651 0%, #ff00fa 100%);


  }
  .xis-it-system-feature-list-wrap .appoint-btn a {
	z-index: 1;
	color: #fff;
	width: 100%;
	height: 75px;
	font-weight: 700;
	position: relative;
	background-color: #212222;
  }
  .xis-it-system-feature-list-wrap .appoint-btn a:before {
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	content: "";
	height: 0%;
	position: absolute;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
	background-image: -webkit-gradient(linear, left top, right top, from(#ed1651), to(#ed1651));
	background-image: linear-gradient(90deg, #ed1651 0%, #ed1651 100%);

	
  }
  .xis-it-system-feature-list-wrap .appoint-btn a i {
	margin-left: 10px;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
	color: var(--white);
  }
  .xis-it-system-feature-list-wrap .appoint-btn a:hover i {
	margin-left: 15px;
  }
  .xis-it-system-feature-list-wrap:hover:before {
	top: -20px;
  }
  .xis-it-system-feature-list-wrap:hover .appoint-btn a:before {
	height: 100%;
  }
  
  .xis-it-feature-section-2 {
	overflow: hidden;
	padding: 85px 0px 140px;
  }
  
  .xis-it-feature-text-wrap-2 {
	padding-top: 15px;
  }
  
  .xis-it-extra-feature-wrap {
	margin: 40px 0px 45px;
  }
  
  .xis-it-extra-feature-item {
	margin-right: 25px;
  }
  .xis-it-extra-feature-item .inner-icon {
	width: 55px;
	height: 55px;
	margin-right: 10px;
	border-radius: 100%;
	background-color: #f7f7f7;
  }
  .xis-it-extra-feature-item .inner-text h3 {
	color: #140d1c;
	font-size: 18px;
	font-weight: 700;
  }
  
  .xis-it-feature-img-wrap-2 .xis-it-ft-shape {
	top: 45%;
	z-index: 2;
	left: 145px;
  }
  .xis-it-feature-img-wrap-2 .xis-it-feature-img1 {
	z-index: 1;
	-webkit-transform: translateX(100px);
			transform: translateX(100px);
	-webkit-transition: 700ms all ease;
	transition: 700ms all ease;
  }
  .xis-it-feature-img-wrap-2 .xis-it-feature-img1.view-on {
	-webkit-transform: translateX(0px);
			transform: translateX(0px);
  }
  .xis-it-feature-img-wrap-2 .xis-it-feature-img1 img {
	border-top-left-radius: 80px;
  }
  .xis-it-feature-img-wrap-2 .xis-it-feature-img1 .img-shape {
	top: -15px;
	left: 20px;
	opacity: 0;
	z-index: -1;
	-webkit-transition: 700ms all ease;
	transition: 700ms all ease;
	-webkit-transition-delay: 0.4s;
			transition-delay: 0.4s;
	-webkit-transform: rotate(-2deg);
			transform: rotate(-2deg);
  }
  .xis-it-feature-img-wrap-2 .xis-it-feature-img1 .img-shape.view-on {
	opacity: 1;
	left: -8px;
  }
  .xis-it-feature-img-wrap-2 .xis-it-feature-img2 {
	right: 0;
	z-index: 1;
	top: 0px;
	opacity: 0;
	-webkit-transition: 1000ms all ease;
	transition: 1000ms all ease;
	-webkit-transition-delay: 0.6s;
			transition-delay: 0.6s;
  }
  .xis-it-feature-img-wrap-2 .xis-it-feature-img2.view-on {
	opacity: 1;
	top: -85px;
  }
  .xis-it-feature-img-wrap-2 .xis-it-feature-img2 img {
	border-top-left-radius: 70px;
  }
  .xis-it-feature-img-wrap-2 .xis-it-feature-img2 .img-border {
	top: 0px;
	z-index: -1;
	opacity: 0;
	left: -20px;
	-webkit-transition: 700ms all ease;
	transition: 700ms all ease;
	-webkit-transition-delay: 0.8s;
			transition-delay: 0.8s;
  }
  .xis-it-feature-img-wrap-2 .xis-it-feature-img2 .img-border.view-on {
	top: 25px;
	opacity: 1;
  }
  
  /*---------------------------------------------------- */
  /*Service area*/
  /*----------------------------------------------------*/
  @-webkit-keyframes border-transform {
	0%, to {
	  border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
	}
	14% {
	  border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
	}
	28% {
	  border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
	}
	42% {
	  border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
	}
	56% {
	  border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
	}
	70% {
	  border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
	}
	84% {
	  border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
	}
  }
  @keyframes border-transform {
	0%, to {
	  border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
	}
	14% {
	  border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
	}
	28% {
	  border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
	}
	42% {
	  border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
	}
	56% {
	  border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
	}
	70% {
	  border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
	}
	84% {
	  border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
	}
  }
  @-webkit-keyframes icon-bounce {
	0%, 100%, 20%, 50%, 80% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
	40% {
	  -webkit-transform: translateY(-10px);
	  transform: translateY(-10px);
	}
	60% {
	  -webkit-transform: translateY(-5px);
	  transform: translateY(-5px);
	}
  }
  @keyframes icon-bounce {
	0%, 100%, 20%, 50%, 80% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
	40% {
	  -webkit-transform: translateY(-10px);
	  transform: translateY(-10px);
	}
	60% {
	  -webkit-transform: translateY(-5px);
	  transform: translateY(-5px);
	}
  }
  .xis-it-service-section {
    padding: 80px 0px 80px;
}
  
  .xis-it-service-inner-items {
	margin: 0px -15px;
  }
  .xis-it-service-item {
    z-index: 1;
    width: 275px;
    background-color: #fff;
    margin: 15px;
    padding: 30px 30px 20px;
    border-top-left-radius: 70px;
    -webkit-box-shadow: 0px 3px 68px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 3px 68px 0px rgba(0, 0, 0, 0.04);
}
  .xis-it-service-item:before {
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	content: "";
	height: 100%;
	position: absolute;
	border-top-left-radius: 70px;
	background-color: #ed1651;
  }
  .xis-it-service-item .inner-text h3 a {
    color: #fff;
}
.xis-it-service-item .inner-text p {
    color: #fff;
}
  .xis-it-service-item .inner-icon {
    z-index: 1;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.xis-it-service-item .inner-icon:before {
    top: -2px;
    left: -2px;
    content: "";
    z-index: -2;
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 100%;
    -webkit-animation: border-transform 10s linear infinite alternate forwards;
    animation: border-transform 10s linear infinite alternate forwards;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff00fa), to(#ff00fa));
    background-image: linear-gradient(90deg, #ff00fa 0%, #ff00fa 100%);
}
  .xis-it-service-item .inner-icon:after {
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: absolute;
	background-color: #f8f6f4;
  }
  .xis-it-service-item .inner-text h3 {
	color: #1b1b1b;
	font-size: 22px;
	font-weight: 700;
    margin-bottom: 10px;
  }
  .xis-it-service-item .inner-text h3 a:hover
  {
	color: var(--white);
  }

  .xis-it-service-item .xis-it-service-shape {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  .xis-it-service-item .xis-it-service-shape:before {
	left: 0;
	top: 0px;
	z-index: -2;
	width: 100%;
	height: 50%;
	content: "";
	position: absolute;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
	border-top-left-radius: 70px;
	background-image: -webkit-gradient(linear, left top, right top, from(#ff00fa), to(#ff00fa));
	background-image: linear-gradient(90deg, #ff00fa 0%, #ff00fa 100%);

  }
  .xis-it-service-item .xis-it-service-shape:after {
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 0px;
	position: absolute;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
	background-image: -webkit-gradient(linear, left top, right top, from(#ff00fa), to(#ff00fa));
	background-image: linear-gradient(90deg, #ff00fa 0%, #ff00fa 100%);
  }
  .xis-it-service-item .xis-it-bottom-shape1,
  .xis-it-service-item .xis-it-bottom-shape2 {
	right: 0;
	opacity: 0;
	bottom: 10px;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
	-webkit-transition-delay: 0.3s;
			transition-delay: 0.3s;
  }
  .xis-it-service-item .xis-it-bottom-shape2 {
	right: 40px;
  }
  .xis-it-service-item:hover .xis-it-bottom-shape1,
  .xis-it-service-item:hover .xis-it-bottom-shape2 {
	opacity: 1;
  }
  .xis-it-service-item:hover .xis-it-bottom-shape2 {
	right: 0;
  }
  .xis-it-service-item:hover .xis-it-bottom-shape1 {
	right: 40px;
  }
  .xis-it-service-item:hover .xis-it-service-shape:before {
	top: -10px;
  }
  .xis-it-service-item:hover .xis-it-service-shape:after {
	height: 10px;
  }
  .xis-it-service-item:nth-child(2), .xis-it-service-item:nth-child(4) {
	-webkit-transform: translateY(50px);
			transform: translateY(50px);
  }
  
  .xis-it-service-text-wrapper {
	padding-top: 135px;
	padding-left: 40px;
  }
  .xis-it-service-text-wrapper .xis-it-btn {
	margin-top: 55px;
  }
  
  
  .xis-it-sservice-cta-content {
	z-index: 1;
	padding: 65px 80px;
	border-radius: 50px;
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 68px 0px rgba(0, 0, 0, 0.04);
			box-shadow: 0px 3px 68px 0px rgba(0, 0, 0, 0.04);
  }
  .xis-it-sservice-cta-content:before {
	top: 0;
	right: 0;
	content: "";
	left: -8px;
	width: 101%;
	z-index: -1;
	content: "";
	height: 100%;
	margin: 0 auto;
	position: absolute;
	border-radius: 30px;
	-webkit-transform: skewX(4deg);
			transform: skewX(4deg);
	background-image: -webkit-gradient(linear, left top, right top, from(#ed1651), to(#b83afa));
	background-image: linear-gradient(90deg, #ed1651 0%, #b83afa 100%);
  }
  .xis-it-sservice-cta-content:after {
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(./assets/img/background/ser-cta-bg.webp);
  }
  .xis-it-sservice-cta-content .cta-img-area {
	top: 0px;
	right: 80px;
  }
  .xis-it-sservice-cta-content .xis-it-service-text-wrap {
	z-index: 2;
	max-width: 500px;
  }
  .xis-it-sservice-cta-content .xis-it-service-text-wrap .xis-it-section-title span {
    color: #3b3b3a;
    background-color: #fff;
    padding: 5px 20px;
}
  .xis-it-sservice-cta-content .xis-it-service-text-wrap .xis-it-section-title h2 {
	font-size: 50px;
  }
  .xis-it-sservice-cta-content .xis-it-service-text-wrap .xis-it-service-cta-btn {
	padding-top: 18px;
  }
  .xis-it-sservice-cta-content .xis-it-service-text-wrap .xis-it-service-cta-btn .cia-btn-icon {
	width: 75px;
	height: 75px;
	margin-right: 20px;
	border-radius: 100%;
	background-color: #e9ecef;
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
			animation: icon-bounce 0.8s ease-out infinite;
  }
  .xis-it-sservice-cta-content .xis-it-service-text-wrap .xis-it-service-cta-btn .cia-btn-icon i {
	color: #140d1c;
	font-size: 30px;
  }
  .xis-it-sservice-cta-content .xis-it-service-text-wrap .xis-it-service-cta-btn .cia-btn-text span {
	font-size: 18px;
	font-weight: 700;

  }
  .xis-it-sservice-cta-content .xis-it-service-text-wrap .xis-it-service-cta-btn .cia-btn-text h3 {
	color: #140d1c;
	font-size: 30px;
	font-weight: 700;
  }
  
  /*---------------------------------------------------- */
  /*Sponsor area*/
  /*----------------------------------------------------*/
  .xis-it-sponsor-section {
	overflow: hidden;
	padding: 50px 0px 130px;
  }
  
  .xis-it-sponsor-slider .slick-initialized .slick-slide,
  .xis-it-sponsor-slider .xis-it-sponsor-item {
	text-align: center;
  }
  .xis-it-sponsor-slider .slick-slide img {
	display: inline-block;
  }
  .about-section .pattern-layer-two {
    position: absolute;
    right: 0px;
    bottom: -90px;
    width: 431px;
    height: 275px;
    background-repeat: no-repeat;
}
.about-section .image-column .inner-column {
    position: relative;
}
.about-section .image-column .color-layer {
    position: absolute;
    right: 0px;
    top: 35px;
    left: 100px;
    bottom: -60px;
    background-color: #e7e7e7;
}
.about-section .image-column .image {
    position: relative;
    z-index: 1;
    display: inline-block;
	padding-left: 100px;
}
.about-section .image-column .image .pattern-layer {
    position: absolute;
    right: -26px;
    bottom: -26px;
    width: 123px;
    height: 125px;
    z-index: -1;
    background-repeat: no-repeat;
}
.about-section .image-column .experiance-box {
    position: absolute;
    width: 255px;
    z-index: 1;
    padding: 28px 28px;
    background-color: #ed1651;
    right: 0;
}
.about-section .image-column .experiance-box h4 {
    color: #ffffff;
}
.about-section .image-column .experiance-box h4 {
    color: #ffffff;
}


/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
	position:relative;
	padding:80px 0px 100px;
	padding-top: 120px;
	background-size:cover;
}

.services-section-two .pattern-layer-one{
	position:absolute;
	right:0px;
	top:0px;
	width:303px;
	height:163px;
	background-repeat:no-repeat;
}

.services-section-two .pattern-layer-two{
	position:absolute;
	left:0px;
	bottom:0px;
	width:367px;
	height:215px;
	background-repeat:no-repeat;
}

.services-section-two .inner-container{
	position:relative;
}

.services-section-two .services-tabs{
	position:relative;
	padding-left:550px;
}

.services-section-two .services-tabs .tab-btns{
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	max-width:550px;
}

.services-section-two .services-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	font-size:16px;
	background:none;
	color:#ffffff;
	font-weight:400;
	line-height:1.7em;
	cursor:pointer;
	margin-bottom:10px;
	display:inline-block;
	padding:24px 30px;
	padding-left:140px;
	transition:all 500ms ease;
	text-transform:capitalize;
    background-color: #1b1919;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}

.services-section-two .services-tabs .tab-btns .tab-btn:before{
	position:absolute;
	content:'';
	right:0px;
	top:50%;
	opacity:0;
	z-index:-1;
	margin-top:-10px;
	border-top: 15px solid transparent;
	border-left: 20px solid #ffffff;
	border-bottom: 15px solid transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-section-two .services-tabs .tab-btns .tab-btn .icon {
    position: absolute;
    left: 35px;
    top: 30px;
    width: 80px;
    height: 80px;
    color: #ed1651;
    font-size: 40px;
    line-height: 80px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    font-family: "flaticon";
    background-color: #fff;
}

.services-section-two .services-tabs .tab-btns .tab-btn strong{
	position:relative;
	display:block;
	color:#ffffff;
	font-size:22px;
	font-weight:700;
	margin-bottom:10px;
	font-family: 'Poppins', sans-serif;
}

.services-section-two .services-tabs .tab-btns .tab-btn:hover::before,
.services-section-two .services-tabs .tab-btns .tab-btn.active-btn::before{
	opacity:1;
	right:-20px;
}

.services-section-two .services-tabs .tab-btns .tab-btn:hover,
.services-section-two .services-tabs .tab-btns .tab-btn.active-btn{
	color:#000e29;
	background-color:#ffffff;
	transform:translateX(35px);
}

.services-section-two .services-tabs .tab-btns .tab-btn:hover strong,
.services-section-two .services-tabs .tab-btns .tab-btn.active-btn strong{
	color:#000e29;
}

.services-section-two .services-tabs .tab-btns .tab-btn:hover .icon, 
.services-section-two .services-tabs .tab-btns .tab-btn.active-btn .icon {
    background-color: #ed1651;
    color: #ffffff;
}

.services-section-two .services-tabs .tabs-content{
	position:relative;	
}

.services-section-two .services-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.services-section-two .services-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.services-section-two .services-tabs .image-content{
	position:absolute;
	left:90px;
	top:-20px;
	width:100%;
	max-width:380px;
	padding:28px 30px;
	background-color:#ffffff;
}

.services-section-two .services-tabs .image-content:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	height:5px;
	background: #F94E1C;
	background: -webkit-linear-gradient(to right, #F94E1C 0%, #fdb225 100%);
	background: -moz-linear-gradient(to right, #F94E1C 0%, #fdb225 100%);
	background: linear-gradient(to right, #F94E1C 0%, #fdb225 100%);
}

.services-section-two .services-tabs .image-content .title{
	position:relative;
	color:#000e29;
	font-size:24px;
	font-weight:400;
	line-height:1.4em;
	font-family: 'Kalam', cursive;
}

.services-section-two .services-tabs .image-content .location{
	position:relative;
	margin-top:8px;
	color:#6f6f6f;
	font-size:16px;
	margin-bottom:15px;
	text-decoration:underline;
	font-family: 'Nunito Sans', sans-serif;
}

.services-section-two .services-tabs .image-content .location span{
	position:relative;
	color:#000e29;
	font-weight:600;
}

.services-section-two .services-tabs .image-content .text{
	position:relative;
	margin-top:4px;
	color:#000e29;
	font-size:16px;
	line-height:1.6em;
	font-family: 'Nunito Sans', sans-serif;
}

.services-section-two .services-tabs .image-content .started{
	position:relative;
	padding:10px 22px;
	border-radius:5px;
	color:#ffffff;
	margin-top:20px;
	display:inline-block;
	background-color:#ed1651;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-section-two .services-tabs .image-content .started span{
	position:relative;
	top:3px;
	margin-left:4px;
	font-family: "flaticon";
}

.services-section-two .services-tabs .image-content .started:hover{
	background-color:#000000;
}

.services-section-two .services-tabs .image{
	position:relative;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transform:translateY(50px);
}

.services-section-two .services-tabs .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-section-two .services-tabs .tabs-content .tab.active-tab .image{
	transform:translateY(0px);
}


/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.dia-team-section {
    padding-top: 80px;
    padding-bottom: 70px;
}
  
  .dia-team-section .dia-section-title {
	margin: 0 auto;
	max-width: 530px;
  }
  
  .dia-team-section .dia-section-title h2 {
	padding-bottom: 10px;
  }
  
  .dia-team-section .dia-team-content {
	padding-top: 55px;
  }
  
  .dia-team-section .dia-team-pic-text .dia-team-img:after {
	width: 236px;
	height: 236px;
	content: "";
	position: absolute;
	top: 0;
	left: 100px;
	opacity: 0;
	visibility: hidden;
	border: double 2px transparent;
	border-radius: 100%;
	background: #ff00fa;
	background-origin: border-box;
	transition: 0.3s all ease-in-out;
	background-clip: content-box, border-box;
  }
  
  .dia-team-section .dia-team-pic-text .dia-team-img .team-mem-img-ei {
	z-index: 1;
	width: 236px;
	height: 236px;
	margin: 0 auto;
	border-radius: 100%;
	overflow: hidden;
	background-color: #eff0f7;
  }
  
  .dia-team-section .dia-team-pic-text .dia-team-img .team-mem-img-ei .mshape-bg {
	width: 100%;
	z-index: -1;
	height: 100%;
	position: absolute;
  }
  
  .dia-team-section .dia-team-pic-text .dia-team-img .team-mem-img-ei .shape-bg1 {
	top: 90px;
	left: -75px;
  }
  
  .dia-team-section .dia-team-pic-text .dia-team-img .team-mem-img-ei .shape-bg2 {
	top: 100px;
	z-index: -2;
	right: -68px;
  }
  
  .dia-team-section .dia-team-pic-text .dia-team-social {
	top: 47px;
	z-index: 1;
	right: 50px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	transition-delay: 0.2s;
	transition: 0.5s all ease-in-out;
  }
  
  .dia-team-section .dia-team-pic-text .dia-team-social a {
	width: 35px;
	height: 35px;
	display: block;
	text-align: center;
	line-height: 37px;
	margin-bottom: 12px;
	border-radius: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
	box-shadow: 0px 0px 18px 0px rgba(43, 1, 68, 0.23);
  }
  .dia-team-section .dia-team-pic-text .dia-team-social a:hover
  {
	color: var(--white);
  }
  .dia-team-section .dia-team-pic-text .dia-team-social a:after {
	position: absolute;
	content: "";
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	z-index: -1;
	transition: 0.3s all ease-in-out;
	border-radius: 100%;
	background-image: linear-gradient(81deg, #ed1651 0%, #ed1651 75%, #ff00fa 100%);
	color: var(--white);
  }
  
  .dia-team-section .dia-team-pic-text .dia-team-social a:nth-child(1) {
	color: #118bfc;
  }
  
  .dia-team-section .dia-team-pic-text .dia-team-social a:nth-child(2) {
	transform: translateX(15px);
	color: #03a9f4;
  }
  
  .dia-team-section .dia-team-pic-text .dia-team-social a:nth-child(3) {
	transform: translateX(9px);
	margin-bottom: 5px;
	color: #ea4c89;
  }
  
  .dia-team-section .dia-team-pic-text .dia-team-social a:nth-child(4) {
	color: #0c6eff;
	transform: translateX(-20px);
  }
  
  .dia-team-section .dia-team-pic-text .dia-team-social a:hover {
	color: #fff;
  }
  
  .dia-team-section .dia-team-pic-text .dia-team-social a:hover:after {
	opacity: 1;
	visibility: visible;
  }
  
  .dia-team-section .dia-team-pic-text .dia-team-text {
	margin-top: 20px;
  }
  
  .dia-team-section .dia-team-pic-text .dia-team-text h3 {
	color: #282350;
	font-size: 22px;
	font-weight: 700;
  }
  .dia-team-social a:hover i {
    color: #fff;
}
  .dia-team-section .dia-team-pic-text .dia-team-text p {
	color: #383838;
	font-size: 15px;
  }
  
  .dia-team-section .dia-team-pic-text:hover .dia-team-img:after {
	opacity: 1;
	left: 102px;
	visibility: visible;
  }
  
  .dia-team-section .dia-team-pic-text:hover .dia-team-social {
	opacity: 1;
	right: 25px;
	visibility: visible;
  }
  
  .dia-team-section .dia-team-content {
	z-index: 1;
	margin: 0 auto;
	max-width: 1100px;
  }
  
  .dia-team-section .dia-team-content .owl-nav .owl-prev,
  .dia-team-section .dia-team-content .owl-nav .owl-next {
	top: 50%;
	width: 52px;
	height: 52px;
	cursor: pointer;
	line-height: 52px;
	text-align: center;
	position: absolute;
	border-radius: 100%;
	display: inline-block;
	background-color: #fff;
	transform: translateY(-50%);
	transition: 0.3s all ease-in-out;
	box-shadow: 0px 7px 18px 0px rgba(16, 31, 60, 0.25);
  }
  
  .dia-team-section .dia-team-content .owl-nav .owl-prev:hover,
  .dia-team-section .dia-team-content .owl-nav .owl-next:hover {
	color: #fff;
	background-color: #282350;
  }
  
  .dia-team-section .dia-team-content .owl-nav .owl-prev {
	left: -40px;
  }
  
  .dia-team-section .dia-team-content .owl-nav .owl-next {
	right: -50px;
  }
  
  .dia-team-section .dia-team-content .owl-item.active.center .dia-team-img:after {
	left: 102px;
	opacity: 1;
	visibility: visible;
  }
  
  .dia-team-section .dia-team-content .owl-item.active.center .dia-team-social {
	opacity: 1;
	right: 25px;
	visibility: visible;
  }
  
/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.dia-testimonial-section {
	overflow: visible;
	padding: 80px 0 80px;
	background: var(--secondary);
  }
  
  .dia-testimonial-section .tst-side-shape {
	right: 0;
	top: -100px;
  }
  
  .dia-testimonial-section .dia-section-title {
	margin: 0 auto;
	max-width: 500px;
  }
  
  .dia-testimonial-section .dia-testimonial_slider-area {
	margin: 0 auto;
	margin-top: 55px;
	max-width: 725px;
	background-color: #fff;
	box-shadow: -1.046px 11.954px 22px 0px rgba(0, 0, 0, 0.08);
	z-index: 9;
  }
  .carousel {
    background: #fff;
}
  .dia-testimonial-section .dia-testimonial_slider-area:after {
	top: -50px;
	left: 25px;
	font-size: 60px;
	content: "";
	font-weight: 900;
	position: absolute;
	color: rgba(203, 203, 226, 0.75);
	font-family: "Font Awesome 5 Free";
  }
  
  .dia-testimonial-section .dia-testimonial_slider-area .test-shape1 {
	top: -100px;
	z-index: -1;
	left: -175px;
  }
  
  .dia-testimonial-section .dia-testimonial_slider-area .test-shape2 {
	z-index: -1;
	right: -175px;
	bottom: -100px;
  }
  
  .dia-testimonial-section .dia-testimonial_indicator .carousel-indicators li {
	width: 90px;
	height: 90px;
	display: inherit;
	text-align: center;
	color: #202120;
	border-radius: 50%;
	overflow: hidden;
	transition: all 500ms ease;
  }
  
  .dia-testimonial-section .carousel-inner .carousel-item {
	padding: 80px 90px 70px;
  }
  
  .dia-testimonial-section .carousel-inner .dia-testimonial_rating li {
	color: #ffba00;
	display: inline-block;
  }
  .dia-testimonial-section .carousel-inner .dia-testimonial_rating li i{
	color: #ed1651;
  }
  
  .dia-testimonial-section .carousel-inner .dia-testimonial_text {
	margin: 18px 0px 28px;
	font-size: 18px;
	line-height: 1.636;
  }
  
  .dia-testimonial-section .carousel-inner .dia-testimonial_meta h4 {
	color: #ed1651;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 3px;
  }
  
  .dia-testimonial-section .carousel-inner .dia-testimonial_meta p {
	font-size: 18px;
  }
  
  .dia-testimonial-section .carousel-indicators {
	top: 70px;
	margin: 0;
	left: auto;
	right: -45px;
	position: absolute;
	display: inherit;
  }
  
  .dia-testimonial-section .carousel-indicators li {
	text-indent: 0;
	margin-bottom: 15px;
	transform: scale(0.9);
	border: 3px solid rgba(255, 255, 255, 0);
  }
  
  .dia-testimonial-section .carousel-indicators li img {
	border-radius: 100%;
  }
  
  .dia-testimonial-section .carousel-indicators li.active {
	padding: 5px;
	transform: scale(1);
	border: 3px solid #5409d6;
  }
  
  .dia-testimonial_indicator-dot .carousel-indicators2 {
	top: 60%;
	right: 45px;
	left: -35px;
	bottom: 25px;
	padding-left: 0;
	margin-bottom: 0;
	position: absolute;
	transform: translateY(-50%);
  }
  
  .dia-testimonial_indicator-dot .carousel-indicators2 li {
	width: 15px;
	height: 15px;
	display: block;
	cursor: pointer;
	position: relative;
	border-radius: 100%;
	margin-bottom: 12px;
	background-color: #fff;
	transition: 0.3s all ease-in-out;
  }
  
  .dia-testimonial_indicator-dot .carousel-indicators2 li:after {
	top: 3px;
	left: 3px;
	content: "";
	width: 60%;
	height: 60%;
	border-radius: 100%;
	position: absolute;
	transform: scale(0);
	transition: 0.3s all ease-in-out;
	background: linear-gradient(81deg, #ff6600 0%, #ff9903 75%, #ffcb05 100%);
  }
  
  .dia-testimonial_indicator-dot .carousel-indicators2 li.active {
	transform: scale(1.2);
  }
  
  .dia-testimonial_indicator-dot .carousel-indicators2 li.active:after {
	transform: scale(1);
  }
  
  .apbc-contact-section {
	padding: 100px 0 0 0;
	overflow: visible;
	margin-bottom: 80px;
  }
  
  .apbc-contact-section .apbc-contact-area {
	background-color: #ffffff;
	-webkit-box-shadow: -3.119px 14.672px 60px 0px rgba(90, 90, 90, 0.15);
	box-shadow: -3.119px 14.672px 60px 0px rgba(90, 90, 90, 0.15);
	padding: 25px;
  }
  
  .apbc-contact-area {
	position: relative;
	z-index: 10;
  }
  
  @media (max-width: 991.98px) {
	.apbc-form-left {
	  margin-top: 60px;
	}
  }
  
  .apbc-form-left form {
	width: 100%;
  }
  
  .apbc-form-left form input {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 20px;
    border: 1px solid #ef3266;
    border-radius: 3px;
    font-size: 15px;
    color: #000;
}
  
  .apbc-form-left form input::-webkit-input-placeholder {
	color: #000;
  }
  
  .apbc-form-left form input:-ms-input-placeholder {
	color: #000;
  }
  
  .apbc-form-left form input::-ms-input-placeholder {
	color: #000;
  }
  
  .apbc-form-left form input::placeholder {
	color: #000;
  }
  
  .apbc-form-left form textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ef3266;
	color: #000;
	border-radius: 3px;
  }
  
  .apbc-form-left form textarea::-webkit-input-placeholder {
	color: #000;
  }
  
  .apbc-form-left form textarea:-ms-input-placeholder {
	color: #000;
  }
  
  .apbc-form-left form textarea::-ms-input-placeholder {
	color: #000;
  }
  
  .apbc-form-left form textarea::placeholder {
	color: #000;
  }
  

  
  .apbc-form-right img {
	border-radius: 3px;
  }
  
.contact-map-section{
	position: relative;
}

.contact-map-section iframe{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 387px;
}

.contact-map-section .auto-container{
	position:relative;
}

.contact-map-section .map-box {
    position: absolute;
    right: 15px;
    top: -99px;
    width: 91%;
    display: block;
    float: right;
    z-index: 2;
    padding: 80px 15px 47px 30px;
    background-color: #000000;
}

.contact-map-section .map-box:before{
	position:absolute;
	content:'';
	left:-20px;
	top:0px;
	border-bottom: 20px solid #676767;
    border-left: 20px solid transparent;
}

.contact-map-section .map-box h3{
	color:#ffffff;
	padding-right:55px;
	display:inline-block;
	margin-bottom:25px;
}

.contact-map-section .map-box h3:before{
	position:absolute;
	content:'';
	right:0px;
	bottom:16px;
	height:3px;
	width:45px;
	background-color:var(--primary);
}

.contact-map-section .contact-list{
	position:relative;
}

.contact-map-section .contact-list li{
	position:relative;
	color:#fff;
	font-size:16px;
	padding-left:60px;
	margin-bottom:30px;
}

.contact-map-section .contact-list li .icon{
	position:absolute;
	left:0px;
	top:10px;
	color:var(--primary);
	line-height:1em;
	font-size:46px;
	font-family: "flaticon";
}

.contact-map-section .contact-list li strong{
	position:relative;
	color:#ffffff;
	display:block;
	font-size:20px;
	font-weight:600;
}

.contact-map-section .contact-list li strong a{
	position:relative;
	color:#ffffff;
	transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.contact-map-section .contact-list li strong a:hover{
	color:#f94d1c;
}

.contact-map-section .contact-list li:last-child{
	margin-bottom:0px;
}

.copyright-item, .copyright-item a {
    color: #fff;
}
header.main-header.onepager-header.fixed-header .logo {
    width: 222px;
    margin-top: 0;
    padding: 4px 0px;
}
.app-edu-category-text.app-edu-headline a {
    color: #000;
}
.service_all {

    background-image: url(./assets/img/background/3.webp);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 60px;
}
.soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text h3 a:hover {
    color: var(--primary);
}
.btn-style-two span.txt {
    position: relative;
    z-index: 999;
    color: #fff;
}

.app-edu-category-innerbox:hover h3 a {
    color: #fff;
}
header.main-header.onepager-header.fixed-header .logo img {
    width: 222px;
    height: 65px !important;
}