
/* Theme Color */

:root {
	
	/* Fonts Variable */
	--font-family-Poppins: 'Poppins', sans-serif;
	--font-family-Lato: 'Lato', sans-serif;
	
	/* #9332e8 in decimal RGB */
	--main-color: rgb(147,50,232);
	
	/* #161616 in decimal RGB */
	--color-two: rgb(22,22,22);
	
	/* #8b7f99 in decimal RGB */
	--color-three: rgb(139,127,153);
	
	/* #ffe513 in decimal RGB */
	--color-four: rgb(255,229,19);
	
	/* #ed5c58 in decimal RGB */
	--color-five: rgb(237,92,88);
  
  
  
  /* #ffffff in decimal RGB */
  --white-color:rgb(255,255,255);
  
  /* #ffffff in decimal RGBA */
  --white-color-rgba:rgb(255,255,255,0.10);
  
  /* #000000 in decimal RGB */
  --black-color:rgb(0,0,0);
  
  /* #444444 in decimal RGB */
  --text-color:rgb(68,68,68);
  
  /* #25373f in decimal RGBA */
  --text-color-rgba:rgb(37,55,63,0.80);
  
  /* #25373f Heading Color */
  --heading-color:rgb(37,55,63);
  
  /* Heading Fonts */
  
  --font-8: 8px;
  --font-10: 10px;
  --font-12: 12px;
  --font-13: 13px;
  --font-14: 14px;
  --font-15: 15px;
  --font-16: 16px;
  --font-17: 17px;
  --font-18: 18px;
  --font-20: 20px;
  --font-22: 22px;
  --font-24: 24px;
  --font-26: 26px;
  --font-28: 28px;
  --font-30: 30px;
  --font-32: 32px;
  --font-34: 34px;
  --font-36: 36px;
  --font-38: 38px;
  --font-40: 40px;
  --font-44: 44px;
  --font-45: 45px;
  --font-48: 48px;
  --font-50: 50px;
  --font-52: 52px;
  --font-54: 54px;
  --font-56: 56px;
  --font-58: 58px;
  --font-60: 60px;
  --font-62: 62px;
  --font-64: 64px;
  --font-65: 65px;
  --font-66: 66px;
  --font-68: 68px;
  --font-70: 70px;
  --font-72: 72px;
  --font-74: 74px;
  --font-76: 76px;
  --font-78: 78px;
  --font-80: 80px;
  --font-90: 90px;
  --font-100: 100px;
  --font-110: 110px;
  --font-120: 120px;
  --font-150: 150px;
  --font-200: 200px;
  
  --margin-zero: 0px;
  
  /* Margin Left Variables */
  --margin-left-5: 5px;
  --margin-left-10: 10px;
  --margin-left-15: 15px;
  --margin-left-20: 20px;
  --margin-left-25: 25px;
  --margin-left-30: 30px;
  --margin-left-35: 35px;
  --margin-left-40: 40px;
  --margin-left-45: 45px;
  --margin-left-50: 50px;
  --margin-left-55: 55px;
  --margin-left-60: 60px;
  --margin-left-65: 65px;
  --margin-left-70: 70px;
  --margin-left-75: 75px;
  --margin-left-80: 80px;
  --margin-left-85: 85px;
  --margin-left-90: 90px;
  --margin-left-95: 95px;
  --margin-left-100: 100px;
  --margin-left-130: 130px;
  
  /* Margin Top Variables */
  --margin-top-5: 5px;
  --margin-top-10: 10px;
  --margin-top-15: 15px;
  --margin-top-20: 20px;
  --margin-top-25: 25px;
  --margin-top-30: 30px;
  --margin-top-35: 35px;
  --margin-top-40: 40px;
  --margin-top-45: 45px;
  --margin-top-50: 50px;
  --margin-top-55: 55px;
  --margin-top-60: 60px;
  --margin-top-65: 65px;
  --margin-top-70: 70px;
  --margin-top-75: 75px;
  --margin-top-80: 80px;
  --margin-top-85: 85px;
  --margin-top-90: 90px;
  --margin-top-95: 95px;
  --margin-top-100: 100px;
  --margin-top-130: 130px;
  
  /* Margin Right Variables */
  --margin-right-5: 5px;
  --margin-right-10: 10px;
  --margin-right-15: 15px;
  --margin-right-20: 20px;
  --margin-right-25: 25px;
  --margin-right-30: 30px;
  --margin-right-35: 35px;
  --margin-right-40: 40px;
  --margin-right-45: 45px;
  --margin-right-50: 50px;
  --margin-right-55: 55px;
  --margin-right-60: 60px;
  --margin-right-65: 65px;
  --margin-right-70: 70px;
  --margin-right-75: 75px;
  --margin-right-80: 80px;
  --margin-right-85: 85px;
  --margin-right-90: 90px;
  --margin-right-95: 95px;
  --margin-right-100: 100px;
  
  /* Margin Bottom Variables */
  --margin-bottom-5: 5px;
  --margin-bottom-10: 10px;
  --margin-bottom-15: 15px;
  --margin-bottom-20: 20px;
  --margin-bottom-25: 25px;
  --margin-bottom-30: 30px;
  --margin-bottom-35: 35px;
  --margin-bottom-40: 40px;
  --margin-bottom-45: 45px;
  --margin-bottom-50: 50px;
  --margin-bottom-55: 55px;
  --margin-bottom-60: 60px;
  --margin-bottom-65: 65px;
  --margin-bottom-70: 70px;
  --margin-bottom-75: 75px;
  --margin-bottom-80: 80px;
  --margin-bottom-85: 85px;
  --margin-bottom-90: 90px;
  --margin-bottom-95: 95px;
  --margin-bottom-100: 100px;
  --margin-bottom-150: 150px;
  --margin-bottom-200: 200px;
  
  
  --padding-zero: 0px;
  
  /* Padding Left Variables */
  --padding-left-5: 5px;
  --padding-left-10: 10px;
  --padding-left-15: 15px;
  --padding-left-20: 20px;
  --padding-left-25: 25px;
  --padding-left-30: 30px;
  --padding-left-35: 35px;
  --padding-left-40: 40px;
  --padding-left-45: 45px;
  --padding-left-50: 50px;
  --padding-left-55: 55px;
  --padding-left-60: 60px;
  --padding-left-65: 65px;
  --padding-left-70: 70px;
  --padding-left-75: 75px;
  --padding-left-80: 80px;
  --padding-left-85: 85px;
  --padding-left-90: 90px;
  --padding-left-95: 95px;
  --padding-left-100: 100px;
  --padding-left-110: 110px;
  --padding-left-120: 120px;
  --padding-left-130: 130px;
  --padding-left-140: 140px;
  --padding-left-150: 150px;
  --padding-left-160: 160px;
  --padding-left-170: 170px;
  --padding-left-180: 180px;
  --padding-left-190: 190px;
  --padding-left-200: 200px;
  --padding-left-210: 210px;
  --padding-left-220: 220px;
  
  /* Padding Top Variables */
  --padding-top-5: 5px;
  --padding-top-10: 10px;
  --padding-top-15: 15px;
  --padding-top-20: 20px;
  --padding-top-25: 25px;
  --padding-top-30: 30px;
  --padding-top-35: 35px;
  --padding-top-40: 40px;
  --padding-top-45: 45px;
  --padding-top-50: 50px;
  --padding-top-55: 55px;
  --padding-top-60: 60px;
  --padding-top-65: 65px;
  --padding-top-70: 70px;
  --padding-top-75: 75px;
  --padding-top-80: 80px;
  --padding-top-85: 85px;
  --padding-top-90: 90px;
  --padding-top-95: 95px;
  --padding-top-100: 100px;
  --padding-top-110: 110px;
  --padding-top-120: 120px;
  --padding-top-130: 130px;
  --padding-top-140: 140px;
  --padding-top-150: 150px;
  
  /* Padding Right Variables */
  --padding-right-5: 5px;
  --padding-right-10: 10px;
  --padding-right-15: 15px;
  --padding-right-20: 20px;
  --padding-right-25: 25px;
  --padding-right-30: 30px;
  --padding-right-35: 35px;
  --padding-right-40: 40px;
  --padding-right-45: 45px;
  --padding-right-50: 50px;
  --padding-right-55: 55px;
  --padding-right-60: 60px;
  --padding-right-65: 65px;
  --padding-right-70: 70px;
  --padding-right-75: 75px;
  --padding-right-80: 80px;
  --padding-right-85: 85px;
  --padding-right-90: 90px;
  --padding-right-95: 95px;
  --padding-right-100: 100px;
  --padding-right-110: 110px;
  --padding-right-150: 150px;
  --padding-right-160: 160px;
  --padding-right-170: 170px;
  --padding-right-200: 200px;
  --padding-right-250: 250px;
  
  /* Padding Bottom Variables */
  --padding-bottom-5: 5px;
  --padding-bottom-10: 10px;
  --padding-bottom-15: 15px;
  --padding-bottom-20: 20px;
  --padding-bottom-25: 25px;
  --padding-bottom-30: 30px;
  --padding-bottom-35: 35px;
  --padding-bottom-40: 40px;
  --padding-bottom-45: 45px;
  --padding-bottom-50: 50px;
  --padding-bottom-55: 55px;
  --padding-bottom-60: 60px;
  --padding-bottom-65: 65px;
  --padding-bottom-70: 70px;
  --padding-bottom-75: 75px;
  --padding-bottom-80: 80px;
  --padding-bottom-85: 85px;
  --padding-bottom-90: 90px;
  --padding-bottom-95: 95px;
  --padding-bottom-100: 100px;
  --padding-bottom-150: 150px;
  --padding-bottom-200: 200px;
  --padding-bottom-250: 250px;
  
}

/*** 



/* Btn Style One */

.seo-btn-style-one{
	position: relative;
	line-height: 30px;
	font-weight:700;
	overflow: hidden;
	text-align:center;
	border-radius:6px;
	padding: 15px 30px;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-16);
	text-transform: capitalize;
	font-family:var(--font-family-Poppins);
	background: #832AF1;
	background: -webkit-linear-gradient(to right, #832AF1 0%, #053da5 100%);
	background: -moz-linear-gradient(to right, #832AF1 0%, #053da5 100%);
	background: linear-gradient(to right, #832AF1 0%, #053da5 100%);
}

.seo-btn-style-one .icon{
	position:relative;
	z-index:1;
	margin-right:10px;
	display:inline-block;
}

.seo-btn-style-one .txt{
	position:relative;
	z-index:1;
	display:inline-block;
}

.seo-btn-style-one:before{
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: 80%;
	left: 0%;
	transform:rotate(-5deg);
	z-index: 1;
	background: #d100b8;
	background: -webkit-linear-gradient(to right, #d100b8 0%, #FF165E 100%);
	background: -moz-linear-gradient(to right, #d100b8 0%, #FF165E 100%);
	background: linear-gradient(to right, #d100b8 0%, #FF165E 100%);
}

.seo-btn-style-one:hover{
	color:var(--white-color);
}

.seo-btn-style-one:hover:before{
	top: -40%;
}

/* Btn Style Two */

.seo-btn-style-two{
	position: relative;
	line-height: 30px;
	font-weight:700;
	overflow: hidden;
	text-align:center;
	border-radius:6px;
	padding: 15px 30px;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-16);
	text-transform: capitalize;
	font-family:var(--font-family-Poppins);
	background: #D301B4;
	background: -webkit-linear-gradient(to right, #D301B4 0%, #fe1561 100%);
	background: -moz-linear-gradient(to right, #D301B4 0%, #fe1561 100%);
	background: linear-gradient(to right, #D301B4 0%, #fe1561 100%);
}

.seo-btn-style-two .icon{
	position:relative;
	z-index:1;
	margin-right:10px;
	display:inline-block;
}

.seo-btn-style-two .txt{
	position:relative;
	z-index:1;
	display:inline-block;
}

.seo-btn-style-two:before{
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: 80%;
	left: 0%;
	z-index: 1;
	background: #ff5b00;
	transform:rotate(-5deg);
	background: -webkit-linear-gradient(to right, #ff5b00 0%, #FFD200 100%);
	background: -moz-linear-gradient(to right, #ff5b00 0%, #FFD200 100%);
	background: linear-gradient(to right, #ff5b00 0%, #FFD200 100%);
}

.seo-btn-style-two:hover{
	color:var(--white-color);
}

.seo-btn-style-two:hover:before{
	top: -40%;
}

/* Btn Style Three */

.seo-btn-style-three{
	position: relative;
	line-height: 30px;
	font-weight:700;
	overflow: hidden;
	text-align:center;
	border-radius:6px;
	padding: 15px 34px;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-16);
	text-transform: capitalize;
	font-family:var(--font-family-Poppins);
	background: #FF5A00;
	background: -webkit-linear-gradient(to right, #FF5A00 0%, #ffcd00 100%);
	background: -moz-linear-gradient(to right, #FF5A00 0%, #ffcd00 100%);
	background: linear-gradient(to right, #FF5A00 0%, #ffcd00 100%);
}

.seo-btn-style-three .icon{
	position:relative;
	z-index:1;
	margin-right:10px;
	display:inline-block;
}

.seo-btn-style-three .txt{
	position:relative;
	z-index:1;
	display:inline-block;
}

.seo-btn-style-three:before{
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: 80%;
	left: 0%;
	z-index: 1;
	transform:rotate(-5deg);
	
	background: #E10899;
	background: -webkit-linear-gradient(to right, #E10899 0%, #ff165e 100%);
	background: -moz-linear-gradient(to right, #E10899 0%, #ff165e 100%);
	background: linear-gradient(to right, #E10899 0%, #ff165e 100%);
}

.seo-btn-style-three:hover{
	color:var(--white-color);
}

.seo-btn-style-three:hover:before{
	top: -40%;
}

/* Btn Style Four */

.seo-btn-style-four{
	position: relative;
	line-height: 30px;
	font-weight:700;
	overflow: hidden;
	background:none;
	text-align:center;
	border-radius:7px;
	display: inline-grid;
	padding: 15px 44px;
	font-size: var(--font-16);
	text-transform: capitalize;
	color: var(--white-color);
	background: #FF6429;
	font-family:var(--font-family-Poppins);
	background: -webkit-linear-gradient(to right, #FF6429 0%, #FEC05B 100%);
	background: -moz-linear-gradient(to right, #FF6429 0%, #FEC05B 100%);
	background: linear-gradient(to right, #FF6429 0%, #FEC05B 100%);
}

.seo-btn-style-four: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: #FF6429;
	background: -webkit-linear-gradient(to left, #FF6429 0%, #FEC05B 100%);
	background: -moz-linear-gradient(to left, #FF6429 0%, #FEC05B 100%);
	background: linear-gradient(to left, #FF6429 0%, #FEC05B 100%);
}

.seo-btn-style-four:hover::before{
	opacity:1;
	-webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.seo-btn-style-four .txt{
	position:relative;
	z-index:1;
	color: #fff;
}

.seo-btn-style-four i{
	position:relative;
	z-index:1;
	font-style:normal;
}

.seo-btn-style-four:hover{
	color:var(--white-color);
}

/**
====================================================================
	Header style One
====================================================================

***/

.tx-header{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	z-index:99;
	width:100%;
}

.header-top{ 
	position:relative;
	padding:50px 0px;
	text-align:center;
	background-color:#072957;
	z-index: 1;
}

.header-top .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	height:156px;
	background-position:center center;
	background-repeat:no-repeat;
}

.header-top .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	margin:0px;
	font-weight:600;
	font-family:var(--font-family-Poppins);
}

.tx-header .header-lower{
	position:relative;
}

.tx-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;
}

.tx-header .main-box .outer-container{
	position:relative;
	padding:0px 40px;
}

.tx-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	padding:30px 0px;
}

.tx-header .main-box .logo-box .logo img{
	display:inline-block;
	max-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;	
}

.tx-header .header-lower .logo-box{
	position:relative;
	z-index:1;
	float:left;
	padding-top:var(--padding-top-30);
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.tx-header .header-lower .nav-outer{
	position:relative;
	float:right;
	padding-top:20px;
	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 */

.tx-header .main-menu{
	position:relative;
	float:left;
	text-align:center;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.tx-header .main-menu .navbar-collapse{
	padding:0px;
	float: left;
	display:block !important;
}

.tx-header .main-menu .navigation{
	position:relative;
	margin:0px;
}

.tx-header .main-menu .navigation > li{
	position:relative;
	display:inline-block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	margin-right:var(--margin-right-40);
}

.tx-header .sticky-header .main-menu .navigation > li > a{
	padding:23px 0px;
	color:var(--dark-color);
}

.tx-header .sticky-header .main-menu .navigation > li:hover > a,
.tx-header .sticky-header .main-menu .navigation > li.current > a{
	color:var(--main-color);
	background-color:inherit !important;
}

.tx-header .sticky-header .nav-outer .options-box{
	margin-top:var(--margin-top-40);
}



/*Sticky Header*/

.tx-header.fixed-header{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 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;
	background-color:var(--white-color);
	box-shadow:0px 0px 10px rgba(0,0,0,0.10);
}

.tx-header .sticky-header .mobile-nav-toggler{
	display:none;
	cursor:pointer;
	color:var(--black-color);
	font-size:var(--font-30);
	font-family: "flaticon";
}

.tx-header.fixed-header .header-lower .logo-box{
	padding:12px 0px;
}

.tx-header.fixed-header .nav-outer{
	padding-top:var(--padding-zero);
}

.tx-header.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;	
}

.tx-header .main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	line-height:30px;
	letter-spacing:0px;
	font-weight:700;
	padding:30px 0px;
	font-size:16px;
	color:var(--color-two);
	text-transform: capitalize;
	font-family:var(--font-family-Poppins);
}
.header-style-seven .main-menu .navigation > li > a {
	color: rgb(255, 255, 255);
}

.tx-header .main-menu .navigation > li.menu-item-has-children > a::before {
	position: absolute;
	content: "\f078";
	right: 0px;
	line-height: 30px;
	font-weight: 900;
	font-size: 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;
	font-family: "Font Awesome 5 Pro";
}

.tx-header .main-menu .navigation > li:last-child{
	margin-right:var(--margin-zero);
}

.tx-header .main-menu .navigation > li:last-child > a{
	padding-right:0px;
}

.tx-header .main-menu .navigation > li.menu-item-has-children > a{
	padding-right:var(--padding-right-15);
}

.tx-header .sticky-header .main-menu .navigation > li{
	position:relative;
}

.tx-header .sticky-header .main-menu .navigation > li:last-child{
	margin-right:var(--margin-zero);
}

.tx-header .main-menu .navigation > li:last-child ul{
	right:0px;
}

.tx-header .main-menu .navigation > li:hover > a,
.tx-header .main-menu .navigation > li.current > a{
	opacity:1;
	color:var(--main-color);
}

.tx-header .main-menu .navigation > li > ul{
	position: absolute;
    width: 15rem;
    transform: perspective(300px) scaleY(0) translateZ(30px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-radius: 0px;
    background-color: var(--main-color);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
	z-index: 3;
}
.tx-header .dropdown-menu {
    position: relative;
    top: 100%;
    z-index: 1000;
    margin: 0; 
    font-size: 1rem; 
    color: #212529;
    text-align: left; 
    list-style: none; 
    background-color: #fff; 
    background-clip: padding-box; 
    border: none;
	padding:0;
	margin:0;
}
.tx-header .main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.tx-header .main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	text-align:left;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.tx-header .main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;
}

.tx-header .main-menu .navigation > li > ul > li > a{
	display:block;
	padding:12px 18px;
	line-height:24px;
	font-weight:600;
	font-size:var(--font-16);
	text-transform:capitalize;
	color:var(--white-color);
	
}

.tx-header .main-menu .navigation > li > ul > li > a:before{
	position:absolute;
	content:'//';
	left:10px;
	top:12px;
	opacity:0;
	font-weight:500;
	color:var(--white-color);
	font-size:var(--font-10);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.tx-header .main-menu .navigation > li > ul > li:hover > a::before {
	opacity: 1;
	color: #fff;
}

.tx-header .main-menu .navigation > li > ul > li:hover > a{
	padding-left:30px;
	color:var(--white-color);
	background-color:var(--color-two);
}

.tx-header .main-menu .navigation > li > ul > li.menu-item-has-children > a::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f054";
	position: absolute;
	right: 8px;
	top: 13px;
	width: 10px;
	height: 20px;
	display: block;
	color: var(--white-color);
	line-height: 20px;
	font-size: 9px;
	font-weight: 900;
	text-align: center;
	z-index: 5;
}

.tx-header .main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:15rem;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	opacity: 0;
	visibility: hidden;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	border-radius:0px;
	background-color:var(--main-color);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.tx-header .main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.tx-header .main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	text-align:left;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.tx-header .main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.tx-header .main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 18px;
	line-height:24px;
	font-weight:600;
	font-size:var(--font-16);
	text-transform:capitalize;
	color:var(--white-color);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.tx-header .main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:var(--white-color);
	background-color:var(--color-two);
}

.tx-header .main-menu .navigation > li > ul > li > ul > li > a:before{
	position:absolute;
	content:'//';
	left:10px;
	top:12px;
	opacity:0;
	font-weight:500;
	font-size:var(--font-10);
	color:var(--white-color);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.tx-header .main-menu .navigation > li > ul > li > ul > li:hover > a::before {
	opacity: 1;
	color: #fff;
}

.tx-header .main-menu .navigation > li > ul > li > ul > li:hover > a{
	padding-left:30px;
	color:var(--white-color);
	background-color:var(--color-two);
}

.tx-header .main-menu .navigation > li.menu-item-has-children:hover > ul{
	transform: perspective(300px) scaleY(1) translateZ(0);
	opacity: 1;
	visibility: visible;
}

.tx-header .main-menu .navigation li > ul > li.menu-item-has-children:hover > ul{
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible;
}

.tx-header .main-menu .navbar-collapse ul li.menu-item-has-children .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:var(--white-color);
	line-height:28px;
	border:1px solid var(--white-color-opicity-two);
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

.tx-header .header-lower .outer-box{
	position:relative;
	float:right;
	cursor:pointer;
	margin-left:var(--margin-left-40);
}

.tx-header .header-lower .outer-box .search-box-btn{
	position:relative;
	padding:31px 0px;
	color:var(--color-two);
	font-size:var(--font-18);
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.header-style-seven .header-lower .outer-box .search-box-btn,
.header-style-seven .mobile_menu_button {
	color: #fff;
}

.header-style-two .header-lower .outer-box .search-box-btn,
.header-style-two .main-menu .navigation > li > a{
	color:#ffffff;
}

.header-style-two.fixed-header{
	background-color:#161616;
}

.header-style-three{
	position:relative;
}

.header-style-three .header-lower .nav-outer{
	padding-top:0px;
}

.header-style-three .main-menu .navigation > li{
	padding:44.5px 0px;
	margin-right:var(--margin-right-20);
}

.header-style-three .header-lower .logo-box{
	padding:33px 0px;
}

.header-style-three .main-menu .navigation > li > a{
	padding:5px 0px 5px 22px;
}

.header-style-three .main-menu .navigation > li > a::after{
	position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    left: 3px;
    top: 14px;
    opacity: 0;
	border-radius: 50%;
	transform: scale(0,0);
    transition: all 500ms ease;
	background: -webkit-linear-gradient(0deg, #ff692c, #feb354 50%);
}

.header-style-three .main-menu .navigation > li.current > a::after,
.header-style-three .main-menu .navigation > li:hover > a::after{
	opacity:1;
	transform:scale(1,1);
}

.header-style-three .header-lower .outer-box .search-box-btn{
	padding:51px 0px;
}

.header-style-three.fixed-header .main-menu .navigation > li{
	padding:23px 0px;
}

.header-style-three.fixed-header .header-lower .outer-box .search-box-btn{
	padding:30px 0px;
}

.header-style-three.fixed-header{
	position:relative;
}

.header-style-three.fixed-header .header-lower{
	position: fixed;
	left:0px;
	top:0px;
	right:0px;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.05);
}

/*** 

====================================================================
	Mobile Menu
====================================================================

***/

.tx-header .nav-outer .mobile-nav-toggler{
	position: relative;
	float: left;
	padding:23px 0px;
	font-size: var(--font-24);
	line-height: 44px;
	cursor: pointer;
	color:var(--dark-color);
	display: none;
	font-family: "flaticon";
}

.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;
	width: 30px;
	padding-bottom:5px;
	text-align: center;
	font-size: 14px;
	color: #202020;
	cursor: pointer;
	z-index: 10;
	border:2px solid #202020;
	-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.menu-item-has-children .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.menu-item-has-children .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;
}

.tx-header .mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.tx-header .mobile-menu .navigation{
	position: relative;
	display: block;
	width:100%;
	border-top: 1px solid #dddddd;
	padding: 0;
}

.tx-header .mobile-menu .navigation li{
	position: relative;
	display: block;
	border-bottom: 1px solid #dddddd;
}

.tx-header .mobile-menu .navigation li > ul > li:last-child{
	border-bottom: none;
}

.tx-header .mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid #dddddd;
}

.tx-header .mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
	font-size: var(--font-16);
	color: var(--dark-color);
	text-transform: capitalize;
}

.tx-header .mobile-menu .navigation li:hover > a,
.tx-header .mobile-menu .navigation li.current > a{
	color: var(--dark-text-color-two);
}

.tx-header .mobile-menu .navigation li.menu-item-has-children .dropdown-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:44px;
	height:44px;
	text-align:center;
	color: var(--dark-color);
	font-size: var(--font-16);
	line-height:44px;
	cursor:pointer;
	z-index:5;
}

.tx-header .mobile-menu .navigation li.menu-item-has-children .dropdown-btn:after{
	content:'';
	position:absolute;
	left:0px;
	top:10px;
	width:1px;
	height:24px;
	border-left:1px solid #dddddd;
}

.tx-header .mobile-menu .navigation li > ul,
.tx-header .mobile-menu .navigation li > ul > li > ul{
	display: none;
}


/*** 

====================================================================
	Banner Section
====================================================================

***/

.seo-banner-section{
	position:relative;
	padding:180px 0px 0px;
	background-size:cover;
}

.seo-banner-section .side-image{
	position:absolute;
	right:260px;
	bottom:0px;
	z-index:2;
	width:209px;
	height:340px;
	background-repeat:no-repeat;
}

.seo-banner-section .birds-image{
	position:absolute;
	left:26%;
	top:10%;
	width:100%;
	height:158px;
	z-index:1;
	background-repeat:no-repeat;
	-webkit-animation: slide 80s linear infinite;
}

.seo-banner-section .content-column{
	position:relative;
	margin-bottom:var(--margin-bottom-30);
}

.seo-banner-section .content-column .inner-column{
	position:relative;
	padding-top:210px;
}

.seo-banner-section .cloud-image{
	position:absolute;
	right:220px;
	bottom:0px;
	width:971px;
	height:274px;
	z-index:1;
}

.seo-banner-section .gear-icon{
	position:absolute;
	left:22px;
	top:38%;
	width:163px;
	height:161px;
	background-repeat:no-repeat;
}

.seo-banner-section .cloud-icon{
	position:absolute;
	left:64%;
	top:18%;
	width:100%;
	height:31px;
	background-repeat:no-repeat;
	-webkit-animation: slide 100s linear infinite;
}

.seo-banner-section .content-column h1{
	font-weight:700;
	font-size:55px;
	line-height:72px;
	color:var(--color-two);
	font-family:var(--font-family-Poppins);
	margin-bottom:var(--margin-bottom-30);
}

.seo-banner-section .content-column .text{
	position:relative;
	font-weight:700;
	line-height:30px; 
	line-height:1.6em;
	font-size:var(--font-20);
	color:var(--text-color);
	margin-top:var(--margin-top-40);
	font-family:var(--font-family-Lato);
}

.s_newsletter-form{
	position:relative;
}

.s_newsletter-form .form-group{
	position:relative;
	display:block;
	padding:7px 7px;
	max-width:510px;
	overflow:hidden;
	margin-bottom:10px;
	padding-right:15px;
	border-radius:7px;
	display:block;
	background-color:var(--white-color);
	box-shadow:0px 0px 15px rgba(0,0,0,0.08);
}

.s_newsletter-form .form-group:before{
	position:absolute;
	content:'';
	left:42%;
	top:14px;
	width:1px;
	bottom:14px;
	z-index:1;
	background-color:var(--color-three);
}

.s_newsletter-form .form-group input[type="text"],
.s_newsletter-form .form-group input[type="url"],
.s_newsletter-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:42%;
	float:left;
	height:48px;
	font-size:15px;
	color:#848383;
	font-weight:400;
	line-height:26px;
	padding:10px 15px 10px 25px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
   border: none;
}
.s_newsletter-form p {
    margin: 0;
}
.s_newsletter-form .form-group button {
	position:absolute;
	right:7px;
	top:7px;
	bottom:7px;
	padding:10px 24px;
	border-radius:6px;
	cursor: pointer;
	font-weight:700;
	font-size:var(--font-15);
	color:var(--white-color);
	background: var(--color-four);
	font-family:var(--font-family-Poppins);
	-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: -webkit-linear-gradient(to right, var(--color-four) 0%, var(--color-five) 100%);
	background: -moz-linear-gradient(to right, var(--color-four) 0%, var(--color-five) 100%);
	background: linear-gradient(to right, var(--color-four) 0%, var(--color-five) 100%);
	border: none;
}

.s_newsletter-form .form-group button:hover{
	background: var(--color-four);
	background: -webkit-linear-gradient(to left, var(--color-four) 0%, var(--color-five) 100%);
	background: -moz-linear-gradient(to left, var(--color-four) 0%, var(--color-five) 100%);
	background: linear-gradient(to left, var(--color-four) 0%, var(--color-five) 100%);
}

.seo-banner-section .content-column .button-box{
	position:relative;
	margin-top:var(--margin-top-35);
}

.seo-banner-section .content-column .button-box .seo-thm-btn {
	margin-right: var(--margin-right-20);
	color: #fff;
}

.seo-banner-section .image-column{
	position:relative;
	margin-bottom:var(--margin-bottom-30);
}

.seo-banner-section .image-column .inner-column{
	position:relative;
}
@keyframes slide{
	from { background-position: 0 0; }
	  to { background-position: 1920px 0; }
}
  
@-webkit-keyframes slide{
	from { background-position: 0 0; }
	  to { background-position: 1920px 0; }
}

/** banner-style-three **/

.banner-style-three{
	position: relative;
	padding: 135px 0px;
  }
  
  .banner-style-three .pattern-layer .pattern-1{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1485px;
	height: 191px;
	background-repeat: no-repeat;
  }
  
  .banner-style-three .pattern-layer .pattern-2{
	position: absolute;
	right: -20px;
	top: -250px;
	width: 843px;
	height: 901px;
	background-repeat: no-repeat;
  }
  
  .banner-style-three .pattern-layer .pattern-3{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 834px;
	height: 265px;
	background-repeat: no-repeat;
  }
  
  .banner-style-three .content-box h1{
	position: relative;
	display: block;
	font-size: 64px;
	line-height: 77px;
	font-weight: 700;
	margin-bottom: 22px;
	color: #161616;
	font-weight:700;
	font-family:var(--font-family-Poppins);
  }
  
  .banner-style-three .content-box h1 span{
	  color: #1067db;
  }
  
  .banner-style-three .content-box .text{
	position: relative;
	margin-bottom: 55px;
  }
  
  .banner-style-three .content-box .text p{
	font-size: 18px;
	line-height: 26px;
  }
  
  .banner-style-three .content-box .btn-box .video-btn{
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	background: #1067db;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 50%;
	margin-right: 25px;
  }
  
  .banner-style-three .content-box .btn-box .border-animation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid rgba(16, 103, 219, 0.2);
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	animation: squares 3s linear 0s infinite;
	-webkit-animation: squares 3s linear 0s infinite;
	-ms-animation: squares 3s linear 0s infinite;
	-o-animation: squares 3s linear 0s infinite;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
	opacity: 0;
  }
  
  .banner-style-three .content-box .btn-box .seo-thm-btn.style-four{
	overflow: visible;
	padding: 13px 52px;
  }
  
  .banner-style-three .image-box{
	position: relative;
	display: block;
	margin: -135px -110px 0px 55px;
  }
  
  .banner-style-three .image-box .image img{
	width: 100%;
	position: relative;
	display: block;
  }
  
  .banner-style-three .image-box .image-2{
	position: absolute;
	left: -65px;
	bottom: -125px;
  }
  
  .banner-style-three .image-box .image-3{
	position: absolute;
	right: -65px;
	bottom: -120px;
  }
   
  .banner-style-three .parallax-icon .icon-1{
	left: 50% !important;
	top: 190px !important;
	width: 75px;
	height: 75px;
	border-radius: 50%;
  }
  
  .banner-style-three .parallax-icon .icon-2{
	left: 85% !important;
	top: 40px !important;
	width: 25px;
	height: 25px;
	border-radius: 50%;
  }
  
  .banner-style-three .parallax-icon .icon-3{
	left: 90% !important;
	top: 245px !important;
	width: 50px;
	height: 50px;
	border-radius: 50%;
  }

/*** 

====================================================================
	Service Section
====================================================================
***/

.s_service-section{
	position:relative;
	padding:100px 0px 0px;
}

.s_service-section .left-baloon{
	position:absolute;
	left:5%;
	top:18%;
}

.s_service-section .right-baloon{
	position:absolute;
	right:5%;
	top:55%;
}

.s_service-block {
	position:relative;
	margin-bottom:var(--margin-bottom-60);
}

.s_service-block .inner-box{
	position:relative;
	text-align:center;
	border-radius:10px;
	padding:65px 30px 0px;
	background-color:#fdf8e3;
}

.s_service-block .inner-box .image{
	position:relative;
}

.s_service-block .inner-box h5{
	position:relative;
	font-size:20px;
	font-weight:600;
	margin-top:var(--margin-top-30);
	font-family:var(--font-family-Poppins);
}

.s_service-block .inner-box h5 a{
	position:relative;
	color:#161616;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.s_service-block .inner-box h5 a:hover{
	color:#ff6100;
}

.s_service-block .inner-box .text{
	position:relative;
	opacity:0.90;
	line-height:28px;
	margin-top:18px;
	color:var(--text-color);
	font-size:var(--font-16);
}

.s_service-block .inner-box .plus{
	position:relative;
	width:70px;
	height:70px;
	top:35px;
	margin:0 auto;
	display:block;
	line-height:70px;
	border-radius:50px;
	color:var(--text-color);
	background-color:var(--white-color);
	box-shadow:0px 10px 15px rgba(0,0,0,0.10);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.s_service-block:nth-child(2) .inner-box{
	background-color:#f0f3fa;
}

.s_service-block:nth-child(3) .inner-box{
	background-color:#feeff0;
}

.s_service-block .inner-box:hover .plus{
	color:var(--white-color);
	background: #802BEF;
	background: -webkit-linear-gradient(to right, #802BEF 0%, #063ca6 100%);
	background: -moz-linear-gradient(to right, #802BEF 0%, #063ca6 100%);
	background: linear-gradient(to right, #802BEF 0%, #063ca6 100%);
}


/*** 

====================================================================
	Section Title
====================================================================

***/

.s_sec-title{
	position:relative;
	margin-bottom:var(--margin-bottom-55);
}

.s_sec-title .title{
	position: relative;
    font-weight:400;
	color:var(--text-color);
	font-size:var(--font-16);
	display:inline-block;
	border-radius:50px;
	padding:6px 15px 6px 45px;
	background-color:var(--white-color);
	margin-bottom:var(--margin-bottom-25);
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
	font-family:var(--font-family-Poppins);
}

.s_sec-title .title .icon{
	position: absolute;
	left:0px;
	top:0px;
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	font-size:14px;
	border-radius:50px;
	display:inline-block;
	color:var(--white-color);
	background: #ff5b00;
	background: -webkit-linear-gradient(to right, #ff5b00 0%, #FFD200 100%);
	background: -moz-linear-gradient(to right, #ff5b00 0%, #FFD200 100%);
	background: linear-gradient(to right, #ff5b00 0%, #FFD200 100%);
}

.s_sec-title .title .icon.style-two{
	background: #D401B3;
	background: -webkit-linear-gradient(to right, #D401B3 0%, #fd1563 100%);
	background: -moz-linear-gradient(to right, #D401B3 0%, #fd1563 100%);
	background: linear-gradient(to right, #D401B3 0%, #fd1563 100%);
}

.s_sec-title .title .icon.style-three{
	background: #752CE8;
	background: -webkit-linear-gradient(to right, #752CE8 0%, #083ca7 100%);
	background: -moz-linear-gradient(to right, #752CE8 0%, #083ca7 100%);
	background: linear-gradient(to right, #752CE8 0%, #083ca7 100%);
}

.s_sec-title .title .icon.style-four{
	background: #53EF00;
	background: -webkit-linear-gradient(to right, #53EF00 0%, #22c408 100%);
	background: -moz-linear-gradient(to right, #53EF00 0%, #22c408 100%);
	background: linear-gradient(to right, #53EF00 0%, #22c408 100%);
}

.s_sec-title .text{
	line-height:30px;
	margin-top:var(--margin-top-15);
	color: #666666;
}

.s_sec-title h2{
	position:relative;
	color:#161616;
	font-weight:700;
	margin-bottom:18px;
	font-size:36px; 
	line-height:47px;
	font-family:var(--font-family-Poppins);
}

.s_sec-title h2 span{
	font-weight:200;
}

.s_sec-title.light .text,
.s_sec-title.light h2{
	color:var(--white-color);
}

.s_sec-title.light .title{
	color:var(--white-color);
	border-color:var(--white-color);
}

.s_sec-title.centered{
	text-align: center !important;
}

.s_sec-title.centered .separator{
	margin:0 auto;
}


/*** 

====================================================================
	Section Title Two
====================================================================

***/

.s_sec-title-two{
	position:relative;
	margin-bottom:var(--margin-bottom-55);
}

.s_sec-title-two .title{
	position: relative;
    font-weight:600;
	color:#444444;
	font-size:var(--font-18);
	display:inline-block;
	margin-bottom:var(--margin-bottom-20);
	font-family:var(--font-family-Poppins);
}

.s_sec-title-two .title span{
	position: relative;
	color: transparent !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
	background: -webkit-linear-gradient(90deg, #832af0, #053da5 50%);
}

.s_sec-title-two h2{
	position: relative;
    font-size: 36px;
    line-height: 47px;
    color: #161616;
    font-weight: 700;
	font-family:var(--font-family-Poppins);
}

.s_sec-title-two h2 span{
	font-weight:400;
}

.s_sec-title-two.style-two .title span{
	background: -webkit-linear-gradient(90deg, #f66f25, #fdc032 50%);
}

.s_sec-title-two.style-three .title span{
	background: -webkit-linear-gradient(90deg, #fa5aa0, #fe7177 50%);
}

.s_sec-title-two.style-four .title span{
	background: -webkit-linear-gradient(90deg, #33cefa, #54e8ec 50%);
}

.s_sec-title-two.light h2,
.s_sec-title-two.light .title{
	color:var(--white-color);
}



/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	padding:90px 0px 80px;
}

.about-section .image-column{
	position:relative;
	margin-bottom:var(--margin-bottom-30);
}

.about-section .image-column .inner-column{
	position:relative;
}

.about-section .content-column{
	position:relative;
	margin-bottom:var(--margin-bottom-30);
}

.about-section .content-column .inner-column{
	position:relative;
}

.about-section .content-column .s_sec-title{
	margin-bottom:var(--margin-bottom-25);
}

.about-section .content-column .text{
	position:relative;
}

.about-section .content-column .text p{
	line-height:30px;
	color:var(--text-color);
	font-size:var(--font-18);
	margin-bottom:var(--margin-bottom-20);
}

.about-section .content-column .text p:last-child{
	margin-bottom:var(--margin-zero);
}

.about-section .content-column .button-box{
	position:relative;
	margin-top:var(--margin-top-35);
}

/*** 
====================================================================
	Featured Section
====================================================================
***/

.featured-section{
	position:relative;
	padding:120px 0px 120px;
	background-color:#eef2fe;
}

#services_scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerContainer{
	height:21px;
	border-radius:10px;
	background:#ffffff;
	margin:0px;
	position:relative;
	bottom:3px;
	border:2px solid #e7eaf3;
}
#services_scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal{
	height: 21px;
}
#services_scroll .mCSB_horizontal.mCSB_inside > .mCSB_container{
	margin-bottom:var(--margin-bottom-60);
}

#services_scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal{
	width:500px;
	margin:0 auto;
}

#services_scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
	height:18px;
	border-radius:10px;
	margin:0px;
	top:auto;
	bottom:2px;
	background: #822AF0;
	background: -webkit-linear-gradient(to right, #822AF0 0%, #043da4 100%);
	background: -moz-linear-gradient(to right, #822AF0 0%, #043da4 100%);
	background: linear-gradient(to right, #822AF0 0%, #043da4 100%);
}

.featured-section .feature-block{
	width:300px;
	float:left;
	padding:0px 15px;
}

.feature-block{
	position:relative;
}

.feature-block .inner-box{
	position:relative;
	text-align:center;
	overflow:hidden;
	border-radius: 15px;
	padding:65px 15px 50px;
}

.feature-block .inner-box:after{
	content: '';
	width: 273px;
	height: 273px;
	border-radius: 50%;
	position: absolute;
	top: -148px;
	left: -2px;
	transform: scale(0);
	transition: all 500ms ease;
	background: rgba(216, 88, 245, 0.1);
}

.feature-block .inner-box:hover::after{
  transform: scale(1);
  transition: all 0.5s linear;
  transition-delay: 0.1s;
}

.feature-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	border-radius:15px;
	background-color:var(--white-color);
	
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease,-webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.feature-block .inner-box:hover::before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.feature-block .inner-box .icon-box:before{
	position:absolute;
	content:'';
	left:-35px;
	top:-35px;
	width:143px;
	height:143px;
	z-index:1;
}



.feature-block .hover-content{
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	background: #fff;
	opacity: 0;
	transition: all 0.3s linear;
}

.feature-block .inner-box:hover .hover-content {
	opacity: 1;
}

.feature-block .hover-content:before {
	content: '';
	width: 493px;
	height: 493px;
	border-radius: 50%;
	position: absolute;
	top:-300px;
	left:-120px;
	z-index: 1;
	opacity: 0;
	transition: all 500ms ease;
	transform: translate(-50% , -50%);
	background: rgba(216, 88, 245, 0.1);
}

.feature-block .inner-box:hover .hover-content:before {
	opacity: 1;
	transform: translate(0% , 0%);
	transition: all 0.9s linear;
}

.feature-block .hover-content:after {
	content: '';
	width: 602px;
	height: 602px;
	border-radius: 50%;
	position: absolute;
	top:-350px;
	left:-180px;
	transform: translate(-50% , -50%);
	opacity: 0;
	transition: all 500ms ease;
	background: rgba(216, 88, 245, 0.1);
}

.feature-block .inner-box:hover .hover-content:after {
	opacity: 1;
	transform: translate(0% , 0%);
	transition: all 1.3s linear;
}



.feature-block .inner-box .icon-box{
	position:relative;
	display:inline-block;
}

.feature-block .inner-box .icon{
	position:relative;
	width:110px;
	height:110px;
	margin:0 auto;
	display:block;
	z-index:3;
	line-height:110px;
	text-align:center;
	border-radius:50%;
	font-size:var(--font-48);
	background: #752CE8;
	color:var(--white-color);
	background: -webkit-linear-gradient(to right, #752CE8 0%, #083ca7 100%);
	background: -moz-linear-gradient(to right, #752CE8 0%, #083ca7 100%);
	background: linear-gradient(to right, #752CE8 0%, #083ca7 100%);
	box-shadow:0px 10px 15px rgba(0,0,0,0.10);
}

.feature-block .inner-box h5{
	position:relative;
	font-weight:600;
	z-index:3;
	margin-top:var(--margin-top-25);
	font-family:var(--font-family-Poppins);
}

.feature-block .inner-box h5 a{
	position:relative;
	color:#161616;
}

.feature-block .inner-box .text{
	position:relative;
	margin-top:15px;
	z-index:3;
	line-height:28px;
	margin-bottom:var(--margin-bottom-15);
}

.feature-block .inner-box:hover .contact{
	opacity:1;
}

.feature-block .inner-box .contact{
	position:relative;
	color:#8837f0;
	opacity:0;
	z-index:3;
	font-weight:700;
	font-size:var(--font-15);
	font-family:var(--font-family-Poppins);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.feature-block .inner-box .contact i{
	position:relative;
	top:1px;
	font-style:normal;
	margin-left:var(--margin-left-5);
}

.feature-block .inner-box .icon.color-two{
	background: #FF640E;
	background: -webkit-linear-gradient(to right, #FF640E 0%, #ffc902 100%);
	background: -moz-linear-gradient(to right, #FF640E 0%, #ffc902 100%);
	background: linear-gradient(to right, #FF640E 0%, #ffc902 100%);
}

.feature-block .inner-box .icon.color-three{
	background: #D60FB7;
	background: -webkit-linear-gradient(to right, #D60FB7 0%, #fd1664 100%);
	background: -moz-linear-gradient(to right, #D60FB7 0%, #fd1664 100%);
	background: linear-gradient(to right, #D60FB7 0%, #fd1664 100%);
}

.feature-block .inner-box .icon.color-four{
	background: #5DEF11;
	background: -webkit-linear-gradient(to right, #5DEF11 0%, #1dbf0a 100%);
	background: -moz-linear-gradient(to right, #5DEF11 0%, #1dbf0a 100%);
	background: linear-gradient(to right, #5DEF11 0%, #1dbf0a 100%);
}


/*** 

====================================================================
	Counter Section
====================================================================

***/

.s_counter-section{
	position:relative;
	padding:100px 0px 110px;
	background-position:center center;
	background-repeat:no-repeat;
}

.s_counter-section .fact-counter .counter-column:nth-child(2n + 1){
	transform:translateY(45px);
}

/* Fact Counter */

.fact-counter{
	position:relative;
}

.fact-counter .counter-column{
	position:relative;
	margin-bottom:var(--margin-bottom-30);
}

.fact-counter .counter-column .inner{
	position:relative;
}

.fact-counter .counter-column .inner .content{
	position:relative;
	text-align:center;
}

.fact-counter .count-outer .percentage{
	position:relative;
}

.fact-counter .counter-column .inner .count-outer{
	position:relative;
	width:130px;
	height:130px;
	margin:0 auto;
	text-align:center;
	border-radius:50%;
	padding-top:30px;
	background-color:var(--white-color);
	box-shadow:0px 10px 15px rgba(215,3,173,0.25);
}

.fact-counter .counter-column .inner .count-outer .odometer{
	position:relative;
	font-weight:700;
	line-height:1em;
	font-size:var(--font-45);
	font-family:var(--font-family-Poppins);
	color:#d703ad;
}
.fact-counter .counter-column .inner .count-outer i{
	position:relative;
	font-style:normal;
	color:#161616;
	font-weight:500;
	font-size:var(--font-45);
	font-family:var(--font-family-Poppins);
	top: 6px;
}

.fact-counter .counter-column h5{
	position:relative;
	color:#161616;
	font-size:22px;
	font-weight:700;
	margin-top:var(--margin-top-25);
	font-family:var(--font-family-Poppins);
}

.fact-counter .counter-column h5 span{
	position:relative;
	font-weight:400;
}

.fact-counter .counter-column:nth-child(2) .inner .count-outer{
	box-shadow:0px 10px 15px rgba(255,110,0,0.25);
}

.fact-counter .counter-column:nth-child(2) .inner .count-outer .odometer{
	color:#ff6100;
}

.fact-counter .counter-column:nth-child(3) .inner .count-outer{
	box-shadow:0px 10px 15px rgba(11,60,169,0.25);
}

.fact-counter .counter-column:nth-child(3) .inner .count-outer .odometer{
	color:#7f2bee;
}

.fact-counter .counter-column:nth-child(4) .inner .count-outer{
	box-shadow:0px 10px 15px rgba(28,191,9,0.25);
}

.fact-counter .counter-column:nth-child(4) .inner .count-outer .odometer{
	color:#52ef00;
}


/*** 

====================================================================
	Choose Section
====================================================================

***/

.choose-section{
	position:relative;
	padding:110px 0px 70px;
	background-color:#eef2fe;
}

.choose-section .content-column{
	position:relative;
}

.choose-section .content-column .inner-column{
	position:relative;
	padding-right:var(--padding-right-40);
}

.seo-block{
	position:relative;
	margin-bottom:var(--margin-bottom-35);
}

.seo-block .inner-box{
	position:relative;
	padding-left:var(--padding-left-120);
}

.seo-block .inner-box .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:90px;
	height:90px;
	line-height:90px;
	border-radius:50px;
	text-align:center;
	display:inline-block;
	background-color:var(--white-color);
	box-shadow:0px 10px 10px rgba(0,0,0,0.10);
}

.seo-block .inner-box h5{
	position:relative;
	font-size:22px;
	color:#161616;
	font-weight:600;
	font-family:var(--font-family-Poppins);
}

.seo-block .inner-box .text{
	position:relative;
	font-size:16px;
	color:#444444;
	font-weight:400;
	line-height:28px;
	margin-top:var(--margin-top-10);
	font-family:var(--font-family-Lato);
}

.choose-section .image-column{
	position:relative;
}

.choose-section .image-column .inner-column{
	position:relative;
	margin-left:-40px;
	padding-top:var(--padding-top-60);
}

/*** 

====================================================================
	Portfolio Section
====================================================================

***/

.portfolio-section{
	position:relative;
	padding:110px 0px 110px;
}

.portfolio-section.style-two .filters .filter-tabs li:before {
    box-shadow: 0 10px 20px #ffd4b2;
}

.portfolio-section.style-two .filters .filter-tabs li:before {
    background: -webkit-linear-gradient(0deg, #ff6228, #febf5b 50%);
}

.portfolio-section.style-two .inner-box .image-box:before {
    box-shadow: inset 0px -150px 50px -25px rgb(3 42 94 / 70%);
}

.portfolio-section.style-two .inner-box .content-box .view-btn {
    background: -webkit-linear-gradient(0deg, #ff6228, #febf5b 50%);
}

.portfolio-section .button-box{
	margin-top:20px;
}

.project-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.project-block-one .inner-box .image-box{
  position: relative;
  display: block;
  margin:0px;
}

.project-block-one .inner-box .image-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  box-shadow: inset 0px -150px 50px -25px rgba(0, 0, 0, 0.7);
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
}

.project-block-one:hover .inner-box .image-box:before{
  opacity: 1;
}

.project-block-one .inner-box .image-box img{
  width: 100%;
  position: relative;
  display: block;
  border-radius: 10px;
  transition: all 500ms ease;
}

.project-block-one:hover .inner-box .image-box img{
  transform: scale(1.05);
}

.project-block-one .inner-box .content-box{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 30px;
  z-index: 2;
}

.project-block-one{
  margin-bottom: 30px;
}

.project-block-one .inner-box .content-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 2px;
  opacity: 0;
  transform: translateY(-15px);
  transition: all 500ms ease;
}

.project-block-one:hover .inner-box .content-box h5,
.project-block-one:hover .inner-box .content-box span{
  transform: translateY(0px);
  opacity: 1;
}

.project-block-one .inner-box .content-box h5 a{
  display: inline-block;
  color: #fff;
}

.project-block-one .inner-box .content-box span{
  position: relative;
  display: block;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: #dcdcdc;
  opacity: 0;
  transform: translateY(15px);
  transition: all 500ms ease;
}

.project-block-one .inner-box .content-box .view-btn{
  position: absolute;
  right: 25px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
  background: -webkit-linear-gradient(0deg, #d301b4, #fd1563 50%);
}

.project-block-one:hover .inner-box .content-box .view-btn{
  opacity: 1;
}

.portfolio-section .filters{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.portfolio-section .filters .filter-tabs li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #161616;
  margin: 0px;
  cursor: pointer;
  padding: 0px 15.5px;
  z-index: 1;
  transition: all 500ms ease;
}

.portfolio-section .filters .filter-tabs li:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  border-radius: 5px;
  z-index: -1;
  box-shadow: 0 10px 20px rgba(254, 22, 96, 0.2);
  transition: all 500ms ease;
  background: -webkit-linear-gradient(0deg, #d201b5, #fe1561 50%);
}

.portfolio-section .filters .filter-tabs li.filtr-active:before,
.portfolio-section .filters .filter-tabs li:hover:before{
  height: 100%;
  top: 0px;
}

.portfolio-section .filters .filter-tabs li.filtr-active,
.portfolio-section .filters .filter-tabs li:hover{
  color: #fff;
}


/** s_news-section **/

.s_news-section{
	position: relative;
	background: #fff;
	padding: 195px 0px 40px 0px;
  }
  
  .news-block-one .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	border: 1px solid #e4ecfb;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 20px #dfe2eb;
	transition: all 500ms ease;
  }
  
  .news-block-one .inner-box:hover{
	box-shadow: 0 10px 30px #c2c6d9;
  }
  
  .news-block-one .inner-box .image-box{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
  }
  
  .news-block-one .inner-box .image-box img{
	width: 100%;
	border-radius: 10px;
  }
  
  .news-block-one{
	position: relative;
	margin: 30px 0px;
	margin-bottom: 40px;
  }
  
  .news-block-one .overlay-box {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	content: "";
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	background: -webkit-linear-gradient(90deg, rgba(132, 42, 241, 0.8), rgba(3, 61, 164, 0.8) 50%);
  }
  
  .news-block-one .inner-box:hover .overlay-box {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
  }
  
  .news-block-one .overlay-box .link-btn{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 30px;
	font-weight: 600;
	color: #fff;
  }
  
  .news-block-one .inner-box .image-box .link-btn:hover{
  
  }
  
  .news-block-one .inner-box .lower-content{
	position: relative;
	padding: 30px 30px 37px 30px;
  }
  
  .news-block-one .inner-box .lower-content .author-image{
	position: absolute;
	top: -32px;
	right: 25px;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  }
  
  .news-block-one .inner-box .lower-content .author-image img{
	width: 100%;
	border-radius: 50%;
  }
  
  .news-block-one .inner-box .lower-content .post-info li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	color: #999999;
	margin-right: 27px;
  }
  
  .news-block-one .inner-box .lower-content .post-info li:last-child{
	margin-right: 0px;
  }
  
  .news-block-one .inner-box .lower-content .post-info li:first-child{
	color: transparent !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	background: -webkit-linear-gradient(0deg, #842af1, #173ab0 50%);
  }
  
  .news-block-one .inner-box .lower-content .post-info li:before{
	position: absolute;
	content: '';
	background: #bbc1cd;
	height: 24px;
	width: 1px;
	top: 0px;
	right: -15px;
  
  }
  
  .news-block-one .inner-box .lower-content .post-info li:last-child:before{
	display: none;
  }
  
  .news-block-one .inner-box .lower-content .post-info{
	position: relative;
	margin-bottom: 12px;
  }
  
  .news-block-one .inner-box .lower-content h3 a{
	  display: inline-block;
	  color: #161616;
  }
  
  .news-block-one .inner-box .lower-content h3{
	font-size: 24px;
	line-height: 32px;
	font-weight:600;
  }
  
  .news-block-one .inner-box .lower-content .lower-box{
	position: relative;
	padding: 13px 0px;
  }
  
  .news-block-one .inner-box .lower-content .lower-box .admin{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #999999;
  }
  
  .news-block-one .inner-box .lower-content .lower-box .admin a{
	color: #999;
  }
  
  .news-block-one .inner-box .lower-content .lower-box .admin a:hover{
  
  }
  
  .news-block-one .inner-box .lower-content .lower-box .link-box{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
  }
  
  .news-block-one .inner-box .lower-content .lower-box .link-box a{
	position: relative;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	z-index: 1;
	text-align: center;
	background: -webkit-linear-gradient(0deg, #842af1, #173ab0 50%);
  }
  
  .news-block-one .inner-box .lower-content .lower-box .link-box a span{
	position: absolute;
	right: 0%;
	top: 0px;
	width: 170px;
	height: 50px;
	line-height: 50px;
	padding: 0px 60px 0px 20px;
	color: transparent !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	z-index: -1;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	box-shadow: 0 10px 20px #c2c6d9;
	border-radius: 30px;
	opacity: 0;
	transform: scale(0);
	transition: all 500ms ease;
	background: -webkit-linear-gradient(0deg, #842af1, #173ab0 50%);
  }
  
  .news-block-one .inner-box .lower-content .lower-box .link-box a:hover span{
	opacity: 1;
	transform: scale(1);
  }
  
  .s_news-section .parallax-icon .bubble-1 {
	left: 150px !important;
	top: 500px !important;
	width: 225px;
	height: 226px;
	background-repeat: no-repeat;
  }
  
  .s_news-section .parallax-icon .bubble-2 {
	left: 260px !important;
	top: 385px !important;
	width: 115px;
	height: 115px;
	background-repeat: no-repeat;
  }
  
  .s_news-section .parallax-icon .bubble-3 {
	left: 85% !important;
	top: 290px !important;
	width: 166px;
	height: 161px;
	background-repeat: no-repeat;
  }
  
  .s_news-section .parallax-icon .bubble-4 {
	left: 93% !important;
	top: 400px !important;
	width: 86px;
	height: 86px;
	background-repeat: no-repeat;
  }
  
  .s_news-section .owl-prev,
  .s_news-section .owl-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	font-size: 16px;
	color: #161616;
	font-weight: 700;
	background: #eef2fe;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
	transition: all 500ms ease;
  }
  
  .s_news-section .owl-prev{
	left: -65px;
  }
  
  .s_news-section .owl-next{
	right: -65px;
  }
  
  .s_news-section .owl-prev:hover,
  .s_news-section .owl-next:hover{
	background: #85888d;
	color: #fff;
  }
  
  .s_news-section .s_sec-title{
	margin-bottom: 33px;
  }
  
  .s_news-section .s_sec-title h3{
	margin-bottom: 14px;
  }
  
  .parallax-icon {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
  }
  
  .parallax-icon .parallax-layer{
	position: absolute;
  }

  
/** clients-section **/

.clients-section{
	position: relative;
	background: #fff;
	padding-bottom: 40px;
  }
  
  .clients-section .owl-dots,
  .clients-section .owl-nav{
	  display:none;
  }
  
  .clients-section .image-box img {
	display: block;
	max-width: 100%;
	width: auto;
	margin: 0 auto;
	opacity: 0.5;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
  }
  
  .clients-section .image-box:hover img{
	opacity: 1;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
  }

  
/** subscribe-section **/

.subscribe-section{
	position: relative;
	padding: 121px 0px 124px 0px;
	background: -webkit-linear-gradient(0deg, #842af1, #033da4 50%);
  }
  
  .subscribe-section .content-box h2{
	position: relative;
	font-size: 36px;
	line-height: 45px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 14px;
  }
  
  .subscribe-section .content-box h2 span{
	border-bottom: 1px solid #fff;
  }
  
  .subscribe-section .content-box h6{
	position: relative;
	color: #fff;
	font-weight: 400;
	margin-bottom: 25px;
  }
  
  .subscribe-section .content-box .subscribe-form .form-group{
	position: relative;
	margin: 0px;
  }
  
  .subscribe-section .content-box .subscribe-form .form-group input[type='email']{
	position: relative;
	width: calc(100% - 165px);
	height: 60px;
	background: #fff;
	border: 3px solid #fff;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	color: #000;
  }
  
  .subscribe-section .content-box .subscribe-form .form-group button {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
	border-radius: 5px;
	padding: 19px 37.5px;
	text-align: center;
	transition: all 500ms ease;
	border: none;
	background: linear-gradient(90deg, var(--c1, #ed595a), var(--c2, #ffe712 ) 50%, var(--c1, #ed595a)) var(--x, 0)/ 200%;
	height: 60px;
	line-height: 23px;
}
  
  .subscribe-section .content-box .subscribe-form .form-group button:hover {
	--x: 100%;
  }
  
  .subscribe-section .vector-icon .vector-1 {
	width: 100%;
	height: 46px;
	background-repeat: no-repeat;
	left: 0px;
	top: 150px;
	animation: slide 60s linear infinite;
	-webkit-animation: slide 60s linear infinite;
  }
  
  .subscribe-section .vector-icon .vector-2 {
	width: 100%;
	height: 46px;
	background-repeat: no-repeat;
	left: 0px;
	top: 40px;
	animation: slide 50s linear infinite;
	-webkit-animation: slide 50s linear infinite;
  }
  
  .subscribe-section .vector-icon .vector-3 {
	width: 100%;
	height: 46px;
	background-repeat: no-repeat;
	left: 0px;
	top: 275px;
	animation: slide 90s linear infinite;
	-webkit-animation: slide 90s linear infinite;
  }
  
  .subscribe-section .vector-icon .vector-4{
	left: 200px;
	top: -75px;
	background-repeat: no-repeat;
	width: 487px;
	height: 564px;
	z-index: 1;
  }
  
  .subscribe-section .vector-icon .vector-5{
	left: 280px;
	bottom: 50px;
	background-repeat: no-repeat;
	width: 95px;
	height: 32px;
	z-index: 1;
  }
  
  .subscribe-section .vector-icon .vector-6{
	left: 250px;
	bottom: 30px;
	background-repeat: no-repeat;
	width: 95px;
	height: 32px;
  }
  
  .vector-icon{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	max-width: 1920px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
  }
  
  .vector-icon .vector{
	position: absolute;
  }
  
  .seo-banner-section .vector-icon .vector-1{
	width: 100%;
	height: 46px;
	background-repeat: no-repeat;
	left: 0px;
	top: 115px;
	animation: slide 60s linear infinite;
	-webkit-animation: slide 60s linear infinite;
	z-index: 1;
  }
  
  .seo-banner-section .vector-icon .vector-2{
	width: 100%;
	height: 33px;
	background-repeat: no-repeat;
	left: 0px;
	top: 230px;
	animation: slide 80s linear infinite;
	-webkit-animation: slide 80s linear infinite;
	z-index: 1;
  }
  
  .seo-banner-section .vector-icon .vector-6{
	width: 100%;
	height: 31px;
	background-repeat: no-repeat;
	left: 0px;
	top: 180px;
	animation: slide 100s linear infinite;
	-webkit-animation: slide 100s linear infinite;
	z-index: 1;
  }
  
  .seo-banner-section .vector-icon .vector-3{
	width: 163px;
	height: 161px;
	background-repeat: no-repeat;
	left: 20px;
	top: 530px;
  }
  
  .seo-banner-section .vector-icon .vector-4{
	width: 390px;
	height: 1070px;
	right: 550px;
	top: 180px;
	background-repeat: no-repeat;
  }
  
  .seo-banner-section .vector-icon .vector-5{
	width: 210px;
	height: 340px;
	right: 250px;
	bottom: 50px;
	background-repeat: no-repeat;
	z-index: 1;
  }
  
  @keyframes slide{
	from { background-position: 0 0; }
	  to { background-position: 1920px 0; }
  }
  
  @-webkit-keyframes slide{
	from { background-position: 0 0; }
	  to { background-position: 1920px 0; }
  }

  
/** bubble-dotted **/

.bubble-dotted {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
  }
  
  .bubble-dotted .dotted{
	position: absolute;
	border-radius: 50%;
  }
  
  .bubble-dotted .dotted-1{
	width: 11px;
	height: 11px;
	left: 100px;
	top: 50%;
	-webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  }
  
  .bubble-dotted .dotted-2{
	width: 7px;
	height: 7px;
	left: 240px;
	top: 40%;
	-webkit-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
  }
  
  .bubble-dotted .dotted-3{
	width: 11px;
	height: 11px;
	left: 460px;
	top: 30%;
	-webkit-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
  }
  
  .bubble-dotted .dotted-4{
	width: 16px;
	height: 16px;
	left: 430px;
	top: 90%;
	-webkit-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
  }
  
  .bubble-dotted .dotted-5{
	width: 6px;
	height: 6px;
	left: 50%;
	top: 50%;
	-webkit-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
  }
  
  .bubble-dotted .dotted-6{
	width: 9px;
	height: 9px;
	left: 70%;
	top: 230px;
	-webkit-animation: animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;
  }
  
  .bubble-dotted .dotted-7{
	width: 6px;
	height: 6px;
	left: 65%;
	top: 30%;
	-webkit-animation: animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;
  }
  
  .bubble-dotted .dotted-8{
	width: 6px;
	height: 6px;
	left: 85%;
	top: 35%;
	-webkit-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
  }
  
  .bubble-dotted .dotted-9{
	width: 13px;
	height: 13px;
	left: 90%;
	top: 40%;
	-webkit-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
  }
  
  .bubble-dotted .dotted-10{
	width: 12px;
	height: 12px;
	left: 80%;
	top: 70%;
	-webkit-animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
  }
  
  .subscribe-section .bubble-dotted .dotted{
	position: absolute;
	background: #fff;
	border-radius: 50%;
  }
  
  .subscribe-section .bubble-dotted .dotted-1 {
	width: 6px;
	height: 6px;
	left: 270px;
	top: 100px;
  }
  
  .subscribe-section .bubble-dotted .dotted-2 {
	width: 6px;
	height: 6px;
	left: 190px;
	top: 210px;
  }
  
  .subscribe-section .bubble-dotted .dotted-3 {
	width: 11px;
	height: 11px;
	left: 150px;
	top: 90%;
  }
  
  .subscribe-section .bubble-dotted .dotted-4 {
	width: 11px;
	height: 11px;
	left: 25%;
	top: 100px;
  }
  
  .subscribe-section .bubble-dotted .dotted-5 {
	width: 11px;
	height: 11px;
	left: 45%;
	top: 60px;
  }
  
  .subscribe-section .bubble-dotted .dotted-6 {
	width: 6px;
	height: 6px;
	left: 50%;
	top: 370px;
  }
  
  .subscribe-section .bubble-dotted .dotted-7 {
	width: 9px;
	height: 9px;
	left: 75%;
	top: 25px;
  }
  
  .subscribe-section .bubble-dotted .dotted-8 {
	width: 8px;
	height: 8px;
	left: 77%;
	top: 170px;
  }
  
  .subscribe-section .bubble-dotted .dotted-9 {
	width: 6px;
	height: 6px;
	left: 85%;
	top: 50%;
  }
  
  .subscribe-section .bubble-dotted .dotted-10 {
	width: 6px;
	height: 6px;
	left: 90%;
	top: 80%;
  }
  
  .faq-section .bubble-dotted .dotted{
	border-radius: 50%;
  }
  
  .faq-section .bubble-dotted .dotted-1{
	width: 11px;
	height: 11px;
	left: 500px;
	top: 270px;
  }
  
  .faq-section .bubble-dotted .dotted-2{
	width: 7px;
	height: 7px;
	left: 280px;
	top: 380px;
  }
  
  .faq-section .bubble-dotted .dotted-3{
	width: 11px;
	height: 11px;
	left: 140px;
	top: 55%;
  }
  
  .faq-section .bubble-dotted .dotted-4{
	width: 16px;
	height: 16px;
	left: 440px;
	top: 85%;
  }
  
  .faq-section .bubble-dotted .dotted-5{
	width: 9px;
	height: 9px;
	left: 75%;
	top: 190px;
  }
  
  .faq-section .bubble-dotted .dotted-6{
	width: 8px;
	height: 8px;
	left: 80%;
	top: 340px;
  }
  
  .faq-section .bubble-dotted .dotted-7{
	width: 13px;
	height: 13px;
	left: 95%;
	top: 50%;
  }
  
  .faq-section .bubble-dotted .dotted-8{
	width: 12px;
	height: 12px;
	left: 75%;
	top: 80%;
  }
  
  .bubble-dotted .dotted-1{
	background: -webkit-linear-gradient(0deg, #58f106, #23c10e 50%);
  }
  
  .bubble-dotted .dotted-2{
	background: -webkit-linear-gradient(0deg, #862ff1, #163fae 50%);
  }
  
  .bubble-dotted .dotted-3{
	background: -webkit-linear-gradient(0deg, #ff5d06, #ffc806 50%);
  }
  
  .bubble-dotted .dotted-4{
	background: -webkit-linear-gradient(0deg, #d406b7, #fc1a66 50%);
  }
  
  .bubble-dotted .dotted-5{
	background: -webkit-linear-gradient(0deg, #fe5f12, #fec412 50%);
  }
  
  .bubble-dotted .dotted-6{
	background: -webkit-linear-gradient(0deg, #d622bf, #fb196a 50%);
  }
  
  .bubble-dotted .dotted-7{
	background: -webkit-linear-gradient(0deg, #60f112, #30c719 50%);
  }
  
  .bubble-dotted .dotted-8{
	background: -webkit-linear-gradient(0deg, #fe5f12, #fec412 50%);
  }
  
  .bubble-dotted .dotted-9{
	background: -webkit-linear-gradient(0deg, #842af1, #0f40aa 50%);
  }
  
  .bubble-dotted .dotted-10{
	background: -webkit-linear-gradient(0deg, #58f106, #23c10f 50%);
  }
  
  @-webkit-keyframes animateBubble{0%{margin-top:20%}100%{margin-top:-30%}}@-moz-keyframes animateBubble{0%{margin-top:20%}100%{margin-top:-30%}}@keyframes animateBubble{0%{margin-top:20%}100%{margin-top:-30%}}@-webkit-keyframes sideWays{0%{margin-left:0}100%{margin-left:25px}}@-moz-keyframes sideWays{0%{margin-left:0}100%{margin-left:25px}}@keyframes sideWays{0%{margin-left:0}100%{margin-left:25px}}
  

  
/** s_testimonial-section **/

.s_testimonial-section{
	position: relative;
	background: #fff;
	padding: 128px 0px 180px 0px;
}

.s_testimonial-section .s_sec-title h3{
  margin-bottom: 14px;
}

.s_testimonial-section .s_sec-title p{
  font-size: 18px;
}

.s_testimonial-section .user-thumb{
  position: relative;
  display: block;
  margin: 20px 30px 0px -10px;
}

.s_testimonial-section .user-thumb .thumb-box {
  position: relative;
  width: 555px;
  height: 450px;
}

.s_testimonial-section .user-thumb .thumb-box .pattern-bg1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat;
}

.s_testimonial-section .user-thumb .thumb-box .pattern-bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  background-position: center;
  background-repeat: no-repeat;
}

.s_testimonial-section .user-thumb .thumb-box .thumb{
  position: absolute;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.s_testimonial-section .user-thumb .thumb-box .thumb img{
  width: auto;
  border-radius: 50%;
}

.s_testimonial-section .user-thumb .thumb-box .thumb-1{
  top: -40px;
  right: 100px;
}

.s_testimonial-section .user-thumb .thumb-box .thumb-2{
  left: 150px;
  top: 70px;
}

.s_testimonial-section .user-thumb .thumb-box .thumb-3{
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

.s_testimonial-section .user-thumb .thumb-box .thumb-4{
  left: -10px;
  top: 50%;
}

.s_testimonial-section .user-thumb .thumb-box .thumb-5{
  left: 100px;
  bottom: -40px;
}

.s_testimonial-section .user-thumb .thumb-box .thumb-6{
  right: 60px;
  bottom: 50px;
}

.s_testimonial-section .testimonial-inner{
  position: relative;
  margin-right: -625px;
}

.s_testimonial-section .testimonial-content{
  position: relative;
  margin: 20px 0px 20px 15px;
}

.s_testimonial-section .testimonial-content .top-inner{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 15px 15px 0px 0px;
  padding: 43px 30px 46px 40px;
  box-shadow: 1px 18px 20px rgba(217, 225, 240, 0.8);
  margin-bottom: 30px;
}

.s_testimonial-section .testimonial-content .top-inner:before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  border-style: solid;
  border-width: 15px;
  border-color: #fff transparent transparent #fff;
}

.s_testimonial-section .testimonial-content .top-inner .pattern-layer{
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 183px;
  height: 188px;
  opacity: 0;
  background-repeat: no-repeat;
  transition: all 1500ms ease;
}

.s_testimonial-section .testimonial-content:hover .top-inner .pattern-layer{
  opacity: 1;
}

.s_testimonial-section .testimonial-content .top-inner .text{
  position: relative;
  margin-bottom: 7px;
}

.s_testimonial-section .testimonial-content .top-inner .rating li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #f6b91c;
  margin-right: 4px;
}

.s_testimonial-section .testimonial-content .top-inner .rating li:last-child{
  margin-right: 0px;
}

.s_testimonial-section .testimonial-content .author-info{
  position: relative;
  padding: 5px 0px 5px 85px;
}

.s_testimonial-section .testimonial-content .author-info .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 67px;
  height: 67px;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.s_testimonial-section .testimonial-content .author-info .image-box img{
  width: 100%;
  border-radius: 50%;
}

.s_testimonial-section .testimonial-content .author-info h3{
  margin-bottom: 3px;
  font-weight: 700;
  color: #161616;
  font-size:22px;
  font-family: 'Poppins', sans-serif;
}

.s_testimonial-section .testimonial-content .author-info .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  color: #444;
}

.s_testimonial-section .owl-nav .owl-next,
.s_testimonial-section .owl-nav .owl-prev{
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin: 0px 10px;
  z-index: 1;
  transition: all 500ms ease;
}

.s_testimonial-section .owl-nav .owl-next:before,
.s_testimonial-section .owl-nav .owl-prev:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  transform: scale(0,0);
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
  background: -webkit-linear-gradient(0deg, #842af1, #0941a7 50%);
}

.s_testimonial-section .owl-nav .owl-next:hover::before,
.s_testimonial-section .owl-nav .owl-prev:hover::before{
  transform: scale(1,1);
}

.s_testimonial-section .owl-nav .owl-next:hover,
.s_testimonial-section .owl-nav .owl-prev:hover{
  color: #fff;
}

.s_testimonial-section .owl-nav{
  position: relative;
  display: block;
  padding-top: 50px;
  margin-left: 125px;
}

.s_testimonial-section.style-two {
    padding: 100px 0px;
}

.s_testimonial-section.style-two .anim-icon{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.s_testimonial-section.style-two .anim-icon .icon{
  position: absolute;
  background-repeat: no-repeat;
}

.s_testimonial-section.style-two .anim-icon .icon-1{
  width: 11px;
  height: 22px;
  left: 230px;
  top: 195px;
}

.s_testimonial-section.style-two .anim-icon .icon-2{
  width: 18px;
  height: 22px;
  left: 420px;
  top: 210px;
}

.s_testimonial-section.style-two .anim-icon .icon-3{
  width: 9px;
  height: 9px;
  background: #251a51;
  left: 75px;
  top: 370px;
  border-radius: 50%;
}

.s_testimonial-section.style-two .anim-icon .icon-4{
  width: 23px;
  height: 25px;
  left: 280px;
  top: 50%;
}

.s_testimonial-section.style-two .anim-icon .icon-5{
  width: 6px;
  height: 25px;
  left: 190px;
  bottom: 260px;
}

.s_testimonial-section.style-two .anim-icon .icon-6{
  width: 32px;
  height: 30px;
  left: 290px;
  bottom: 110px;
}

.s_testimonial-section.style-two .anim-icon .icon-7{
  width: 32px;
  height: 30px;
  top: 190px;
  right: 265px;
}

.s_testimonial-section.style-two .anim-icon .icon-8{
  width: 6px;
  height: 25px;
  top: 45%;
  right: 330px;
}

.s_testimonial-section.style-two .anim-icon .icon-9{
  width: 23px;
  height: 25px;
  right: 175px;
  top: 55%;
}

.s_testimonial-section.style-two .anim-icon .icon-10{
  width: 9px;
  height: 9px;
  background: #251a51;
  right: 350px;
  bottom: 230px;
  border-radius: 50%;
}

.s_testimonial-section.style-two .anim-icon .icon-11{
  width: 11px;
  height: 22px;
  right: 140px;
  bottom: 120px;
}

.s_testimonial-section.style-two .owl-nav{
  margin: 0px;
  text-align: center;
}

.s_testimonial-section.style-two .testimonial-content .top-inner .pattern-layer {
    right: -4px;
    bottom: -4px;
}

/** pricing-section **/

.pricing-section{
	position: relative;
	padding: 124px 0px;
	background-color:#eef2fe;
  }
  
  .pricing-section .content-box{
	position: relative;
	margin-right: 30px;
	margin-top: 33px;
  }
  
  .pricing-section .content-box .text p{
	position: relative;
	font-size: 18px;
	margin-bottom: 21px;
  }
  
  .pricing-section .content-box .text p:last-child{
	margin-bottom: 0px;
  }
  
  .pricing-section .content-box .text{
	margin-bottom: 60px;
  }
  
  .pricing-section .content-box .trial-link{
	position: relative;
	display: block;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: #747476;
  }
  
  .pricing-section .content-box .trial-link span{
	margin-right: 7px;
  }
  
  .pricing-section .content-box .trial-link a{
	display: inline-block;
	line-height: 20px;
	color: #3636c2;
	border-bottom: 1px solid #3636c2;
  }
  
  .pricing-section .tab-btn-box .tab-btns {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-bottom: 46px;
  }
  .table-content ul {
		margin: 0;
		padding: 0;
	}
  .pricing-section .tab-btn-box .tab-btns:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 60px;
	width: 150px;
	content: "";
	border-radius: 30px;
	background: #fff;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.2);
	box-shadow: 0 5px 20px rgba(0,0,0,.2);
  }
  
  .pricing-section .tab-btn-box .tab-btns li{
	position: relative;
	display: inline-block;
	min-width: 160px;
	text-align: right;
	font-size: 18px;
	padding: 10px 90px 10px 0px;
	line-height: 40px;
	font-weight: 700;
	color: #a9acbb;
	cursor: pointer;
	transition: all 500ms ease;
  }
  
  .pricing-section .tab-btn-box .tab-btns li.active-btn{
	color: #444444;
  }
  
  .pricing-section .tab-btn-box .tab-btns li:last-child{
	padding-right: 0;
	padding-left: 90px;
	text-align: left;
  }
  
  .pricing-section .tab-btn-box .tab-btns li.active-btn:before {
	right: 15px;
  }
  
  .pricing-section .tab-btn-box .tab-btns li:before {
	position: absolute;
	top: 5px;
	height: 50px;
	width: 50px;
	border-radius: 30px;
	content: "";
	right: -67px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
		background: linear-gradient(90deg, var(--c1, #ff5c07), var(--c2, #ffcf06 ) 50%, var(--c1, #ff5c07)) var(--x, 0)/ 200%;
  }
  
  .pricing-section .tab-btn-box .tab-btns li:last-child:before{
	display: none;
  }
  
  .tabs-box .tab{
	position:relative;
	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;
  }
  
  .tabs-box .tab.active-tab{
	display:block;  
  }
  
  .tabs-box .tab{
	transform:scale(0.9,0.9) translateY(0px);
  }
  
  .tabs-box .tab.active-tab{
	transform:scale(1) translateY(0px);
  }
  
  .pricing-section .s_sec-title{
	margin-bottom: 22px;
  }
  
  .pricing-block-one .pricing-table .choice-box {
	position: absolute;
	width: 50%;
	left: -44px;
	top: 25px;
	text-align: center;
	padding: 3px 30px;
	transform: rotate(-45deg);
	transition: all 500ms ease;
	background: -webkit-linear-gradient(0deg, #842af1, #193ab1 100%);
  }
  
  .pricing-block-one .pricing-table .choice-box h6{
	color: #fff;
	margin:0px;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
  }
  
  .pricing-section .pricing-block-one{
	max-width: 370px;
	width: 100%;
  }
  
  .pricing-section .pricing-block-one .pricing-table{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 15px;
	background: #fff;
	padding: 58px 30px 36px 30px;
	box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
  }
  
  .pricing-section .pricing-block-one .pricing-table .table-header h4{
	position: relative;
	display: inline-block;
	background: -webkit-linear-gradient(0deg, #d100b8, #ff165e 50%);
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 18px;
  }
  
  .pricing-section .pricing-block-one .pricing-table .table-header h2{
	position: relative;
	font-size: 72px;
	line-height: 75px;
	font-weight: 600;
		color: #161616;
  }
  
  .pricing-section .pricing-block-one .pricing-table .table-header h2:before{
	position: absolute;
	content: '$';
	font-size: 25px;
	font-family: 'Poppins', sans-serif;
	color: #161616;
	line-height: 30px;
	font-weight: 600;
	left: 80px;
	top: 6px;
  }
  
  .pricing-section .pricing-block-one .pricing-table .table-header{
	position: relative;
	text-align: center;
  }
  
  .pricing-section .pricing-block-one .pricing-table .table-content{
	position: relative;
	padding: 32px 0px 47px 45px;
  }
  
  .pricing-section .pricing-block-one .pricing-table .table-content li{
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 25px;
	padding-left: 32px;
	color: #444444;
  }
  
  .pricing-section .pricing-block-one .pricing-table .table-content li:last-child{
	margin-bottom: 0px;
  }
  
  .pricing-section .pricing-block-one .pricing-table .table-content li i{
	position: absolute;
	left: 0px;
	top: 5px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0 10px 20px rgba(64, 222, 3, 0.4);
	background: -webkit-linear-gradient(0deg, #0cf40c, #06c106 50%);
  }
  
  .pricing-section .pricing-block-one .pricing-table .table-footer{
	position: relative;
	text-align: center;
  }
  
  .pricing-section .pricing-block-one .pricing-table .table-footer .seo-thm-btn{
	padding: 5px 22.5px;
	font-size: 11px;
  }
  
  .pricing-section .tabs-content{
	position: relative;
  }
  
  .pricing-section .tabs-content .tab .pricing-block-one:last-child{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: -1;
	transform: scale(0.9);
  }
  
  .pr-content{
	  position:relative;
  }
  
  .pricing-section .pr-content .pr-tab.active-tab{
	position: relative;
	z-index: 5;
	-webkit-transform: scale(1) translateX(0);
	-ms-transform: scale(1) translateX(0);
	-o-transform: scale(1) translateX(0);
	-moz-transform: scale(1) translateX(0);
	transform: scale(1) translateX(0);
  }
  
  .pricing-section .pr-content .pr-tab{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-webkit-transform: scale(0.9,0.9) translateX(250px);
	-ms-transform: scale(0.9,0.9) translateX(250px);
	-o-transform: scale(0.8,0.9) translateX(250px);
	-moz-transform: scale(0.9,0.9) translateX(250px);
	transform: scale(0.9,0.9) translateX(250px);
  }

  
/** banner-style-two **/

.banner-style-two{
	position: relative;
	padding: 210px 0px 35px 0px;
  }
  
  .banner-style-two .bg-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 760px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
  }
  
  .banner-style-two .content-box{
	position: relative;
	max-width: 830px;
	width: 100%;
	margin: 0 auto;
  }
  
  .banner-style-two .content-box h1{
	position: relative;
	font-size: 64px;
	line-height: 77px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 27px;
	text-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  
  .banner-style-two .content-box .text{
	position: relative;
	margin-bottom: 60px;
  }
  
  .banner-style-two .content-box .text p{
	font-size: 18px;
	line-height: 24px;
	color: #fff;
  }
  
  .banner-style-two .content-box .video-box {
	position: relative;
	max-width: 720px;
	margin: 0 auto;
	display: inherit;
  }
  .banner-style-two .content-box .video-box::before {
	  display: none;
  }
  .banner-style-two .content-box .video-box .video-inner{
	position: relative;
	width: 100%;
	padding: 210px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 20px;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  }
  
  .banner-style-two .content-box .video-box .video-inner:before{
	position: absolute;
	content: '';
	background: rgba(0,0,0,0.1);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	border-radius: 20px;
  }
  
  .banner-style-two .content-box .video-box .video-inner .video-btn a{
	position: relative;
	display: inline-block;
	width: 105px;
	height: 105px;
	line-height: 105px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	border-radius: 50%;
	background: linear-gradient(90deg, var(--c1, #52e5ec), var(--c2, #36d0f9 ) 50%, var(--c1, #52e5ec)) var(--x, 0)/ 200%;
  }
  
  .banner-style-two .content-box .video-box .video-inner .video-btn a:hover {
	--x: 100%;
  }
  
  .banner-style-two .content-box .video-box .video-inner .border-animation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid rgba(255,255,255,.5);
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	animation: squares 2.9s linear 0s infinite;
	-webkit-animation: squares 2.9s linear 0s infinite;
	-ms-animation: squares 2.9s linear 0s infinite;
	-o-animation: squares 2.9s linear 0s infinite;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
	opacity: 0;
  }
  
  /** squares **/
  
  squares{0%{-webkit-transform:scale(1);transform:scale(1);opacity:0}20%{-webkit-transform:scale(1.24);transform:scale(1.24);opacity:1}100%{-webkit-transform:scale(2.1);transform:scale(2.1);opacity:0}}
  @-moz-keyframes squares{0%{-moz-transform:scale(1);transform:scale(1);opacity:0}20%{-moz-transform:scale(1.24);transform:scale(1.24);opacity:1}100%{-moz-transform:scale(2.1);transform:scale(2.1);opacity:0}}
  @-o-keyframes squares{0%{-o-transform:scale(1);transform:scale(1);opacity:0}20%{-o-transform:scale(1.24);transform:scale(1.24);opacity:1}100%{-o-transform:scale(2.1);transform:scale(2.1);opacity:0}}
  @keyframes squares{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}20%{-webkit-transform:scale(1.24);-moz-transform:scale(1.24);-o-transform:scale(1.24);transform:scale(1.24);opacity:1}100%{-webkit-transform:scale(2.1);-moz-transform:scale(2.1);-o-transform:scale(2.1);transform:scale(2.1);opacity:0}} 
  
  .banner-style-two .content-box .video-box .video-inner .border-animation.border-2 {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
  }
  
  .banner-style-two .content-box .video-box .video-inner .border-animation.border-3 {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
  }
  
  .banner-style-two .pattern-layer .pattern{
	position: absolute;
  }
  
  .banner-style-two .pattern-layer .pattern-1{
	left: 30px;
	top: 80px;
	width: 171px;
	height: 119px;
	background-repeat: no-repeat;
  }
  
  .banner-style-two .pattern-layer .pattern-2{
	top: 550px;
	right: 30px;
	width: 171px;
	height: 119px;
	background-repeat: no-repeat;
  }
  
  .banner-style-two .parallax-icon .bubble-1{
	background: rgba(255, 255, 255, 0.2);
	width: 110px;
	height: 110px;
	border-radius: 50%;
	left: 90px !important;
	top: 470px !important;
  }
  
  .banner-style-two .parallax-icon .bubble-2{
	background: rgba(255, 255, 255, 0.2);
	width: 150px;
	height: 150px;
	border-radius: 50%;
	left: 85% !important;
	top: -80px !important;
  }
  
  .banner-style-two .parallax-icon .bubble-3{
	background: rgba(255, 255, 255, 0.2);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	left: 67% !important;
	top: 430px !important;
  }
  
  .banner-style-two .parallax-icon .bubble-4{
	left: 270px !important;
	top: 280px !important;
	width: 148px;
	height: 148px;
	background-repeat: no-repeat;
  }
  
  .banner-style-two .parallax-icon .bubble-5{
	left: 360px !important;
	top: 370px !important;
	width: 276px;
	height: 275px;
	background-repeat: no-repeat;
  }
  
  .banner-style-two .parallax-icon .bubble-6{
	left: 83% !important;
	top: 215px !important;
	width: 119px;
	height: 119px;
	background-repeat: no-repeat;
  }
  
  .banner-style-two .parallax-icon .bubble-7{
	left: 73% !important;
	top: 360px !important;
	width: 209px;
	height: 209px;
	background-repeat: no-repeat;
  }

  
/** s_service-style-two **/

.s_service-style-two{
	position: relative;
	padding: 100px 0px 90px 0px;
  }
  
  .s_service-block-two{
	position: relative;
	margin-bottom: 50px;
	z-index: 1;
  }
  
  .s_service-block-two .inner-box{
	position: relative;
	display: block;
	text-align: center;
	max-width: 340px;
	width: 100%;
	overflow: hidden;
	border-radius: 15px;
	padding: 37px 30px 25px 30px;
	box-shadow: 0 10px 20px rgba(54, 208, 249, 0.5);
	transition: all 500ms ease;
	background: -webkit-linear-gradient(0deg, #51e6ed, #36d0f9 50%);
  }
  
  .s_service-block-two .inner-box:hover{
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;
  }
  
  .s_service-style-two .content-column:first-child .s_service-block-two:last-child .inner-box{
	box-shadow: 0 10px 20px rgba(246, 117, 38, 0.5);
	background: -webkit-linear-gradient(0deg, #fcb731, #f67526 50%);
  }
  
  .s_service-style-two .content-column:last-child .s_service-block-two:first-child .inner-box{
	box-shadow: 0 10px 20px rgba(8, 60, 167, 0.5);
	background: -webkit-linear-gradient(0deg, #862ff1, #083ca7 50%);
  }
  
  .s_service-style-two .content-column:last-child .s_service-block-two:last-child .inner-box{
	box-shadow: 0 10px 20px rgba(250, 91, 157, 0.5);
	background: -webkit-linear-gradient(0deg, #fe6f7b, #fa5b9d 50%);
  }
  
  .s_service-block-two .inner-box:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 100%;
	height: 0%;
	left: 0px;
	bottom: 0px;
	right: 0px;
	transition: all 500ms ease;
  }
  
  .s_service-block-two .inner-box:hover:before{
	height: 100%;
	top: 0px;
  }
  
  .s_service-block-two .inner-box:hover{
	padding-bottom: 65px;
	margin-bottom: -40px;
  }
  
  .s_service-block-two .inner-box .icon-box{
	position: relative;
	min-height: 55px;
	margin-bottom: 9px;
  }
  
  .s_service-block-two .inner-box .icon-box img{
	width: auto;
	transition: all 500ms ease;
  }
  
  .s_service-block-two .inner-box:hover .icon-box img{
	transform: scale(1.05);
  }
  
  .s_service-block-two .inner-box h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 11px;
	transition: all 500ms ease;
  }
  
  .s_service-block-two .inner-box h3 a{
	color: #fff;
  }
  
  .s_service-block-two .inner-box:hover h3,
  .s_service-block-two .inner-box:hover h3 a{
	color: #161616;
  }
  
  .s_service-block-two .inner-box:hover .text p{
	color: #444444;
  }
  
  .s_service-block-two .inner-box .text{
	position: relative;
	margin-bottom: 10px;
  }
  
  .s_service-block-two .inner-box .text p{
	font-size: 15px;
	line-height: 26px;
	color: #fff;
	transition: all 500ms ease;
  }
  
  .s_service-block-two .inner-box .link a{
	position: absolute;
	left: 50%;
	top: 20px;
	transform: translateX(-50%);
	font-size: 14px;
	line-height: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #444444;
  }
  
  .s_service-block-two .inner-box:hover .link a{
	top: 10px;
  }
  
  .s_service-block-two .inner-box .link i{
	position: relative;
	top: 1px;
	margin-left: 8px;
	
	background: -webkit-linear-gradient(0deg, #00b1ff, #0088ff 50%);
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  
  .s_service-block-two .inner-box .link{
	position: relative;
  }
  
  .s_service-block-two .inner-box .link a:hover{
	  background: -webkit-linear-gradient(0deg, #00b1ff, #0088ff 50%);
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  
  .s_service-block-two .inner-box h3 a:hover{
	  background: -webkit-linear-gradient(0deg, #00b1ff, #0088ff 50%);
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  
  .s_service-block-two .inner-box .pattern-layer{
	position: absolute;
	left: -20px;
	top: -120px;
	width: 290px;
	height: 240px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 3s infinite linear;
	animation: zoom-fade 3s infinite linear;
  }
  
  .featured-section .s_service-block:nth-child(2) .inner-box{
	box-shadow: 0 10px 20px rgba(8, 60, 167, 0.5);
  }
  
  .featured-section .s_service-block:last-child .inner-box{
	box-shadow: 0 10px 20px rgba(246, 117, 38, 0.5);
  }
  
  .s_service-style-two .inner-content{
	position: relative;
  }
  
  .s_service-style-two .inner-content .bg-layer{
	position: absolute;
	width: 100%;
	height: 690px;
	left: 0px;
	top: 10px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: center;
  }
  
  .s_service-style-two .image-box{
	position: relative;
	display: block;
	text-align: center;
	margin: 0px -75px;
  }
  
  .s_service-style-two .image-box .dotted-box{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
  }
  
  .s_service-style-two .image-box .dotted-box .dotted{
	position: absolute;
	border-radius: 50%;
  }
  
  .s_service-style-two .image-box .dotted-box .dotted-1{
	width: 25px;
	height: 25px;
	left: 130px;
	bottom: 185px;
  }
  
  .s_service-style-two .image-box .dotted-box .dotted-2{
	right: 180px;
	bottom: 215px;
	width: 16px;
	height: 16px;
  }
  
  .s_service-style-two .image-box .dotted-box .dotted-3{
	right: 135px;
	bottom: 185px;
	width: 30px;
	height: 30px;
  }
  
  .s_service-style-two .image-box .dotted-box .dotted-4{
	right: 180px;
	bottom: 155px;
	width: 10px;
	height: 10px;
  }
  
  .s_service-style-two .image-box img{
	width: 100%;
  }
  
  .s_service-style-two .s_sec-title{
	margin-bottom: 20px;
  }
  
  .s_service-style-two .content-column:first-child{
	padding-top: 150px;
  }
  
  .s_service-style-two .content-column:last-child{
	padding-top: 75px;
  }
  
  .s_service-style-two .content-column:first-child .s_service-block-two:first-child{
	margin-left: 50px;
  }
  
  .s_service-style-two .content-column:last-child .s_service-block-two:last-child{
	margin-left: 30px;
  }
  
  .s_service-style-two .content-column:last-child .s_service-block-two:first-child{
	left: -20px;
  }
  
  .s_service-style-two .bubble-box .bubble-1{
	width: 203px;
	height: 203px;
	left: 280px;
	top: 160px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 4s infinite linear;
	animation: zoom-fade 4s infinite linear;
  }
  
  .s_service-style-two .bubble-box .bubble-2{
	width: 167px;
	height: 167px;
	right: 110px;
	bottom: 250px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 3s infinite linear;
	animation: zoom-fade 3s infinite linear;
  }
  
  .bubble-box{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	max-width: 1920px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
  }
  
  .bubble-box .bubble{
	position: absolute;
  }


  
/** chooseus-style-two **/

.chooseus-style-two{
	position: relative;
	padding: 140px 0px;
	background: #eef2fe;
  }
  
  .chooseus-style-two .inner-content{
	position: relative;
	display: block;
  }
  
  .chooseus-style-two .inner-content .image-box{
	position: absolute;
	left: 0px;
	top: 4px;
	min-height: 645px;
	z-index: 1;
  }
  
  .chooseus-style-two .inner-content .image-box .image{
	border-radius: 25px;
	overflow: hidden;
	background: #eef2fe;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  }
  
  .chooseus-style-two .inner-content .image-box .image img{
	width: 100%;
	border-radius: 25px;
	transition: all 500ms ease;
  }
  
  .chooseus-style-two .inner-content .image-box .image:hover img{
	opacity: 0.5;
	transform: scale(1.05);
  }
  
  .chooseus-style-two .inner-content .image-box .image-1{
	max-width: 370px;
  }
  
  .chooseus-style-two .inner-content .image-box .image-2{
	position: absolute;
	left: 170px;
	top: 183px;
	width: 570px;
	height: 448px;
  }
  
  .chooseus-style-two .content-box{
	position: relative;
	padding-left: 50px;
  }
  
  .chooseus-style-two .content-box .inner-box{
	position: relative;
	width: 50%;
	float: right;
  }
  
  .chooseus-style-two .content-box .inner-box .single-item{
	position: relative;
	padding: 0px 0px 0px 30px;
	margin-bottom: 25px;
  }
  
  .chooseus-style-two .content-box .inner-box .single-item:last-child{
	margin-bottom: 0px;
  }
  
  .chooseus-style-two .content-box .inner-box .single-item .icon-box{
	position: absolute;
	left: -15px;
	top: 5px;
	font-size: 30px;
	text-shadow: 0 15px 20px rgba(0, 137, 255, 0.5);
	color: transparent !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	background: -webkit-linear-gradient(0deg, #02b8ff, #0089ff 50%);
  }
  
  .chooseus-style-two .content-box .inner-box .single-item:nth-child(2) .icon-box{
		  background: -webkit-linear-gradient(0deg, #fcc241, #f78536 50%);
	text-shadow: 0 15px 20px rgba(247, 133, 54, 0.5);
  }
  
  .chooseus-style-two .content-box .inner-box .single-item:last-child .icon-box{
	text-shadow: 0 15px 20px rgba(250, 90, 160, 0.5);
	background: -webkit-linear-gradient(0deg, #fd6985, #fa5aa0 50%);
  }
  
  .chooseus-style-two .content-box .inner-box .single-item h4{
	  color: #161616;
	font-weight: 700;
	margin-bottom: 4px;
	font-size:20px;
	line-height:1.5em;
	font-family: 'Poppins', sans-serif;
  }
  
  .chooseus-style-two .content-box .inner-box .single-item .text{
	position: relative;
	line-height: 28px;
	margin-top:10px;
	margin-bottom:0px;
  }

  
/** funfact-style-two **/

.funfact-style-two{
	position: relative;
	overflow: hidden;
	padding: 140px 0px;
  }
  
  .funfact-style-two .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
  }
  
  .counter-block-two{
	position: relative;
	display: block;
	text-align: center;
  }
  
  .counter-block-two .icon-box{
	position: relative;
	display: inline-block;
	font-size: 50px;
	color: #fff;
	width: 130px;
	height: 130px;
	line-height: 130px;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 23px;
	box-shadow: 0 10px 20px #b6eefe;
	transition: all 500ms ease;
	background: -webkit-linear-gradient(0deg, #58e7ee, #3ed2f9 50%);
  }
  
  .counter-block-two:hover .icon-box{
	transform: rotateY(180deg);
  }
  
  .block-column:nth-child(2) .counter-block-two .icon-box{
	box-shadow: 0 10px 20px #fcd7b5;
	background: -webkit-linear-gradient(0deg, #fcbc39, #f77626 50%);
  }
  
  .block-column:nth-child(3) .counter-block-two .icon-box{
	box-shadow: 0 10px 20px #f7bfdd;
	background: -webkit-linear-gradient(0deg, #fe6f7a, #fa5c9c 50%);
  }
  
  .block-column:last-child .counter-block-two .icon-box{
	box-shadow: 0 10px 20px #a2ceff;
	background: -webkit-linear-gradient(0deg, #0abaff, #0080ff 50%);
  }
  
  .counter-block-two .count-outer{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 50px;
	font-family: 'Poppins', sans-serif;
	color: #161616;
	font-weight: 700;
	margin-bottom: 6px;
  }
  
  .counter-block-two .text p{
	position: relative;
	font-size: 18px;
  }
  
  

/** team-section **/

.tx_team-section {
	position: relative;
	overflow: hidden;
	padding: 140px 0px;
	background: #170a24;
  }
  
  .tx_team-section .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 1000px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-animation: zoom-fade 30s infinite linear;
	animation: zoom-fade 30s infinite linear;
  }
  
  .tx_team-block-one .image-box{
	position: relative;
	display: block;
	background: #170a24;
	overflow: hidden;
	border: 4px solid #00b8ff;
  }
  
  .tx_team-section .tx_team-block:first-child .tx_team-block-one .image-box{
	border-top-left-radius: 80px;
  }
  
  .tx_team-section .tx_team-block:last-child .tx_team-block-one .image-box{
	border-bottom-right-radius: 80px;
  }
  
  .tx_team-block-one .image-box img{
	width: 100%;
	transition: all 500ms ease;
  }
  
  .tx_team-block-one:hover .image-box img{
	opacity: 0.2;
	transform: scale(1.05);
  }
  
  .tx_team-block-one .lower-content{
	position: relative;
	margin: 0px 30px;
  }
  
  .tx_team-block-one .lower-content .box{
	position: relative;
	background: #fff;
	padding: 17px 30px 18px 30px;
	margin-top: -40px;
	border-radius: 5px;
	overflow: hidden;
	transition: all 500ms ease;
  }
  
  .tx_team-block-one:hover .lower-content .box{
	padding-bottom: 45px;
	margin-bottom: -27px;
  }
  
  .tx_team-block-one .lower-content .box h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	color: #161616;
	margin-bottom: 0px;
	transition: all 500ms ease;
  }
  
  .tx_team-block-one .lower-content .box h5 a{
	display: inline-block;
	color: #161616;
  }
  
  .tx_team-block-one .lower-content .box .designation{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0px;
	transition: all 500ms ease;
  }
  
  .tx_team-block-one:hover .lower-content .box h5,
  .tx_team-block-one:hover .lower-content .box h5 a,
  .tx_team-block-one:hover .lower-content .box .designation{
	color: #fff;
  }
  
  .tx_team-block-one .lower-content .box .social-links{
	position: absolute;
	left: 0px;
	bottom: -25px;
	width: 100%;
	opacity: 0;
	transition: all 500ms ease;
  }
  
  .tx_team-block-one:hover .lower-content .box .social-links{
	bottom: 15px;
	opacity: 1;
  }
  .tx_team-block-one .lower-content .box .social-links {
		margin: 0;
		padding: 0;
	}
  .tx_team-block-one .lower-content .box .social-links li{
	position: relative;
	display: inline-block;
	margin: 0px 7px;
  }
  
  .tx_team-block-one .lower-content .box .social-links li a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #fff;
  }
  
  .tx_team-block-one .lower-content .box:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 0%;
	left: 0px;
	bottom: 0px;
	border-radius: 5px;
	transition: all 500ms ease;
	background: -webkit-linear-gradient(0deg, #0abaff, #0080ff 50%);
  }
  
  .tx_team-block-one:hover .lower-content .box:before{
	height: 100%;
	top: 0px;
  }
  
  .tx_team-block:nth-child(2) .tx_team-block-one .image-box {
	  border: 4px solid #ff9c00;
  }
  
  .tx_team-block:nth-child(3) .tx_team-block-one .image-box {
	  border: 4px solid #52e7ed;
  }
  
  .tx_team-block:last-child .tx_team-block-one .image-box {
	  border: 4px solid #d25e63;
  }
  
  .tx_team-block:nth-child(2) .tx_team-block-one .lower-content .box:before {
	  background: -webkit-linear-gradient(0deg, #fdbc31, #f77626 50%);
  }
  
  .tx_team-block:nth-child(3) .tx_team-block-one .lower-content .box:before {
	  background: -webkit-linear-gradient(0deg, #58e7ee, #3ed2f9 50%);
  }
  
  .tx_team-block:last-child .tx_team-block-one .lower-content .box:before {
	  background: -webkit-linear-gradient(0deg, #fe6f7a, #fa5c9c 50%);
  }

  
/** news-style-two **/

.news-style-two{
	position: relative;
	overflow: hidden;
	padding: 140px 0px;
  }
  
  .news-style-two .inner-content{
	position: relative;
	margin-right: -400px;
  }
  
  .news-style-two .news-block-one .lower-content .lower-box .link a{
	position: absolute;
	top: 10px;
	right: 0px;
	font-size: 15px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	z-index: 1;
	background: -webkit-linear-gradient(0deg, #00bdff, #007aff 50%);
	color: transparent !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
  }
  
  .news-style-two .news-block-one .lower-content .lower-box .link a i{
	position: relative;
	margin-left: 8px;
	top: 1px;
	background: -webkit-linear-gradient(0deg, #00bdff, #007aff 50%);
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 500ms ease;
  }
  
  .news-style-two .news-block-one .inner-box .lower-content {
	padding: 23px 30px 27px 30px;
  }
  
  .news-style-two .owl-nav{
	position: absolute;
	left: -410px;
	top: 30px;
  }
  
  .news-style-two .owl-nav .owl-next, 
  .news-style-two .owl-nav .owl-prev {
	position: relative;
	display: inline-block;
	font-size: 24px;
	width: 113px;
	height: 113px;
	line-height: 113px;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 10px 20px rgba(0, 128, 255, 0.4);
	cursor: pointer;
	margin: 0px 10px;
	z-index: 1;
	transition: all 500ms ease;
  }
  
  .news-style-two .owl-nav .owl-next:hover, 
  .news-style-two .owl-nav .owl-prev:hover{
	color: #fff;
  }
  
  .news-style-two .owl-nav .owl-next:before, 
  .news-style-two .owl-nav .owl-prev:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	transform: scale(0,0);
	border-radius: 50%;
	z-index: -1;
	transition: all 500ms ease;
	background: -webkit-linear-gradient(0deg, #05b8ff, #0080ff 50%);
  }
  
  .news-style-two .owl-nav .owl-next:hover::before, 
  .news-style-two .owl-nav .owl-prev:hover::before{
	transform: scale(1,1);
  }
  
  .news-style-two .pattern-layer{
	position: absolute;
	left: -15px;
	bottom: -70px;
	width: 567px;
	height: 682px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 10s infinite linear;
	animation: zoom-fade 10s infinite linear;
  }
  
  .news-style-two .image-layer{
	position: absolute;
	left: 80px;
	bottom: -150px;
  }

  
/** grow-business **/

.grow-business{
	position: relative;
	padding: 140px 0px;
	background: #eef2fe;
  }
  
  .grow-business .single-item .inner-box{
	position: relative;
	padding: 0px 50px;
  }
  
  .grow-business .single-column{
	position: relative;
  }
  
  .grow-business .single-column:before{
	position: absolute;
	content: '';
	width: 70px;
	height: 10px;
	top: 70px;
	right: -25px;
	background-repeat: no-repeat;
  }
  
  .grow-business .single-column:nth-child(2):before{
	width: 46px;
	height: 16px;
  }
  
  .grow-business .single-column:last-child::before{
	display: none;
  }
  
  .grow-business .single-item .inner-box .icon-box{
	position: relative;
	display: inline-block;
	width: 163px;
	height: 165px;
	line-height: 165px;
	text-align: center;
	background: transparent;
	border-radius: 50%;
	font-size: 50px;
	color: #444444;
	margin-bottom: 45px;
  }
  
  .grow-business .single-item .inner-box .icon-box .border-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	-webkit-animation: service_hexagon 2s infinite linear;
	-moz-animation: service_hexagon 2s infinite linear;
	-o-animation: service_hexagon 2s infinite linear;
	animation: service_hexagon 2s infinite linear;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
  }
  
  .grow-business .single-item:hover .inner-box .icon-box .border-layer{
	
	-webkit-animation-play-state: running;
	  -moz-animation-play-state: running;
	  -o-animation-play-state: running;
	  animation-play-state: running;
  }
  
  .grow-business .single-item .inner-box .icon-box .border-layer:before{
	position: absolute;
	content: '';
	width: 37px;
	height: 37px;
	border-radius: 50%;
	box-shadow: 0 10px 20px rgba(250, 93, 155, 0.5);
	background: -webkit-linear-gradient(0deg, #fd7581, #fa5d9b 50%);
  }
  
  .grow-business .single-column:first-child .single-item .inner-box .icon-box .border-layer:before{
	top: 20px;
	right: 5px;
  }
  
  .grow-business .single-column:nth-child(2) .single-item .inner-box .icon-box .border-layer:before{
	box-shadow: 0 10px 20px rgba(247, 120, 38, 0.5);
	bottom: 20px;
	right: 5px;
	background: -webkit-linear-gradient(0deg, #fcb831, #f77826 50%);
  }
  
  .grow-business .single-column:last-child .single-item .inner-box .icon-box .border-layer:before{
	box-shadow: 0 10px 20px rgba(54, 209, 249, 0.5);
	left: 25px;
	top: 0px;
	background: -webkit-linear-gradient(0deg, #51e6ed, #36d1f9 50%);
  }
  
  .grow-business .single-item .inner-box h3{
	  color: #161616;
	  font-size:22px;
	  font-weight:700;
  }
  
  .grow-business .single-item .inner-box h3 a{
	  color: #161616;
  }
  
  .grow-business .single-item .inner-box h3{
	font-weight: 700;
	margin-bottom: 10px;
  }
  
  .grow-business .single-item .inner-box .text{
	position: relative;
	margin-bottom: 10px;
  }
  
  .grow-business .single-item .inner-box .text p{
	line-height: 28px;
  }
  
  .grow-business .single-item .inner-box .link a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	background: -webkit-linear-gradient(0deg, #00bdff, #007aff 50%);
	color: transparent !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
  }
  
  .grow-business .single-item .inner-box .link a i{
	position: relative;
	margin-left: 8px;
	top: 1px;
	background: -webkit-linear-gradient(0deg, #00bdff, #007aff 50%);
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 500ms ease;
  }
  
  
/** seo-analizer **/

.seo-analizer{
	position: relative;
	padding-bottom: 180px;
  }
  
  .seo-analizer .inner-container{
	position: relative;
	display: block;
	text-align: center;
	border-radius: 30px;
	padding: 65px 30px 70px 30px;
	box-shadow: 0 10px 20px #bec9e5;
	background: -webkit-linear-gradient(0deg, #00bdff, #0082ff 50%);
  }
  
  .seo-analizer .inner-container:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	border-radius: 30px;
	box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.15);
  }
  
  .seo-analizer .inner-container .inner-box h2{
	position: relative;
	font-size: 36px;
	line-height: 45px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 15px;
	text-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  
  .seo-analizer .inner-container .inner-box .text{
	position: relative;
	margin-bottom: 33px;
  }
  
  .seo-analizer .inner-container .inner-box .text p{
	color: #f4f7fc;
	line-height: 28px;
  }
  
  .seo-analizer .inner-container .inner-box .default-form .form-group{
	position: relative;
	background: #fff;
	overflow: hidden;
	border-radius: 30px;
	text-align: left;
	padding: 6px;
	margin-bottom: 0px;
	box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
  }
  
  .seo-analizer .inner-container .inner-box .default-form .form-group:before {
	position: absolute;
	content: '';
	background: #8b7f99;
	width: 1px;
	height: 27px;
	top: 20px;
	left: 35%;
	margin-left: 10px;
	z-index: 1;
  }
  
  .seo-analizer .inner-container .inner-box .default-form .form-group input[type='url'],
  .seo-analizer .inner-container .inner-box .default-form .form-group input[type='email']{
	position: relative;
	max-width: 230px;
	height: 50px;
	width: 100%;
	font-size: 16px;
	color: #444444;
	padding: 10px 20px;
	border: none;
	display: inherit;
  }
  .seo-analizer .inner-container .inner-box .default-form .form-group p{
	  margin: 0;
  }
  .seo-analizer .inner-container .inner-box .default-form .form-group input:focus{
	background: transparent;
  }
  
  .seo-analizer .inner-container .inner-box .default-form .form-group input::-webkit-input-placeholder{
	color:#444;
  }
  
  .seo-analizer .inner-container .inner-box .default-form .form-group button{
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
	border-radius: 30px;
	padding: 11px 36px;
	text-align: center;
	border: none;
	transition: all 500ms ease;
	background: linear-gradient(90deg, var(--c1, #fe7177), var(--c2, #fa5aa0 ) 50%, var(--c1, #fe7177)) var(--x, 0)/ 200%;
  }
  
  .seo-analizer .inner-container .inner-box .default-form .form-group button:hover{
	--x: 100%;
  }
  
  .seo-analizer .inner-container .inner-box{
	position: relative;
	max-width: 650px;
	margin: 0 auto;
  }
  
  .seo-analizer .image-layer .image{
	position: absolute;
  }
  
  .seo-analizer .image-layer .image-1{
	left: -90px;
	bottom: -90px;
  }
  
  .seo-analizer .image-layer .image-2{
	right: -80px;
	bottom: -60px;
  }
  
  .seo-analizer .anim-iocn{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	max-width: 1170px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
  }
  
  .seo-analizer .anim-iocn .icon{
	position: absolute;
  }
  
  .seo-analizer .anim-iocn .icon-1{
	width: 111px;
	height: 32px;
	left: 190px;
	top: 80px;
	background-repeat: no-repeat;
  }
  
  .seo-analizer .anim-iocn .icon-2{
	width: 91px;
	height: 30px;
	left: 50%;
	top: 50px;
	background-repeat: no-repeat;
  }
  
  .seo-analizer .anim-iocn .icon-3{
	width: 89px;
	height: 30px;
	right: 190px;
	top: 110px;
	background-repeat: no-repeat;
  }
  
  .seo-analizer .anim-iocn .icon-4{
	width: 26px;
	height: 25px;
	left: 225px;
	top: 125px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade-two 5s infinite linear;
	animation: zoom-fade-two 5s infinite linear;
  }
  
  .seo-analizer .anim-iocn .icon-5{
	width: 39px;
	height: 39px;
	left: 250px;
	top: 145px;
	background-repeat: no-repeat;
  }
  
  .seo-analizer .anim-iocn .icon-6{
	width: 39px;
	height: 39px;
	bottom: 30px;
	right: 190px;
	background-repeat: no-repeat;
  }
  
  .seo-analizer .anim-iocn .icon-7{
	width: 15px;
	height: 15px;
	bottom: 90px;
	right: 150px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade-two 3s infinite linear;
	animation: zoom-fade-two 3s infinite linear;
  }
  
/** pricing-section **/

.pricing-section-two{
	position: relative;
	padding: 120px 0px 90px;
}

.pricing-section-two .image-layer .image{
  position: absolute;
}

.pricing-section-two .image-layer .image-1{
  left: 0px;
  bottom: 150px;
}

.pricing-section-two .image-layer .image-2{
  right: 0px;
  bottom: 250px;
}

.pricing-section-two .tab-btn-box .tab-btns {
	position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-bottom: 46px;
}

.pricing-section-two .tab-btn-box .tab-btns:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 60px;
  width: 150px;
  content: "";
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.2);
  box-shadow: 0 5px 20px rgba(0,0,0,.2);
}

.pricing-section-two .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  min-width: 160px;
  text-align: right;
  font-size: 18px;
  padding: 10px 90px 10px 0px;
  line-height: 40px;
  font-weight: 700;
  color: #a9acbb;
  cursor: pointer;
  transition: all 500ms ease;
}

.pricing-section-two .tab-btn-box .tab-btns li.active-btn{
  color: #444444;
}

.pricing-section-two .tab-btn-box .tab-btns li:last-child{
  padding-right: 0;
  padding-left: 90px;
  text-align: left;
}

.pricing-section-two .tab-btn-box .tab-btns li.active-btn:before {
  right: 15px;
}

.pricing-section-two .tab-btn-box .tab-btns li:before {
  position: absolute;
  top: 5px;
  height: 50px;
  width: 50px;
  border-radius: 30px;
  content: "";
  right: -67px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
      background: linear-gradient(90deg, var(--c1, #ff5c07), var(--c2, #ffcf06 ) 50%, var(--c1, #ff5c07)) var(--x, 0)/ 200%;
}

.pricing-section-two .tab-btn-box .tab-btns li:last-child:before{
  display: none;
}

.pricing-block-two .pricing-table .choice-box{
  position: absolute;
  width: 50%;
  left: -130px;
  top: 0px;
  text-align: center;
  padding: 3px 30px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 900ms ease;
  background: #fc668b;
}

.pricing-block-two .pricing-table .choice-box h6{
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.pricing-block-two.active_block .pricing-table .choice-box{
  opacity: 1;
  left: -44px;
  top: 25px;
}

.pricing-block-two .pricing-table{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  background: #fff;
  padding: 66px 30px 50px 30px;
  box-shadow: 0 0px 50px #b8daff;
  transition: all 500ms ease;
}

.pricing-block-two .pricing-table:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(.9) translateY(20px);
  -ms-transform: scale(.9) translateY(20px);
  transform: scale(.9) translateY(20px);
  background: -webkit-linear-gradient(0deg, #00bdff, #0082ff 50%);
  transition: all 500ms ease;
}

.pricing-block-two.active_block .pricing-table:before{
  opacity: 1;
  -webkit-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.pricing-block-two .pricing-table .table-header h4{
  position: relative;
  display: block;
  color: #161616;
  margin-bottom: 18px;
}

.pricing-block-two .pricing-table .table-header h2{
  position: relative;
  display: inline-block;
  font-size: 72px;
  color: #161616;
  line-height: 75px;
  font-weight: 600;
  transition: all 500ms ease;
}

.pricing-block-two .pricing-table .table-header h2:before{
  position: absolute;
  content: '$';
  font-size: 25px;
  font-family: 'Poppins', sans-serif;
  color: #161616;
  line-height: 30px;
  font-weight: 600;
  left: -20px;
  top: 6px;
  transition: all 500ms ease;
}

.pricing-block-two.active_block .pricing-table .table-header h2,
.pricing-block-two.active_block .pricing-table .table-header h2:before{
  color: #fff;
}

.pricing-block-two .pricing-table .table-header{
  position: relative;
  text-align: center;
}

.pricing-block-two .pricing-table .table-content{
  position: relative;
  min-height: 329px;
  padding: 32px 0px 47px 45px;
}

.pricing-block-two .pricing-table .table-content li{
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #161616;
  margin-bottom: 25px;
  padding-left: 32px;
  transition: all 500ms ease;
}

.pricing-block-two.active_block .pricing-table .table-content li{
  color: #fff;
}

.pricing-block-two .pricing-table .table-content li:last-child{
  margin-bottom: 0px;
}

.pricing-block-two .pricing-table .table-content li i{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(64, 222, 3, 0.4);
  background: -webkit-linear-gradient(0deg, #0cf40c, #06c106 50%);
}

.pricing-block-two .pricing-table .table-footer{
  position: relative;
  text-align: center;
}

.pricing-block-two .pricing-table .table-footer a{
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  padding: 11px 40px;
  border-radius: 30px;
  text-align: center;
  z-index: 1;
  box-shadow: 0 5px 20px #fbbfdc;
  background: linear-gradient(90deg, var(--c1, #fe7177), var(--c2, #fa5da2 ) 50%, var(--c1, #fe7177)) var(--x, 0)/ 200%;
}

.pricing-block:nth-child(2) .pricing-block-two .pricing-table .table-footer a{
  box-shadow: 0 5px 20px #b6eefe;
}

.pricing-block:last-child .pricing-block-two .pricing-table .table-footer a{
  box-shadow: 0 5px 20px #fad3b4;
}

.pricing-block-two.active_block .pricing-table .table-footer a{
  background: #fff !important;
  color: #161616;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3) !important;
}

.pricing-section.style-two .pricing-block-two .pricing-table .pattern-layer{
  position: absolute;
  left: -15px;
  bottom: -15px;
  width: 355px;
  height: 320px;
  background-repeat: no-repeat;
}

.pricing-section-two .pricing-block-two .pricing-table .pattern-layer{
  position: absolute;
  left: -15px;
  bottom: -15px;
  width: 355px;
  height: 320px;
  background-repeat: no-repeat;
}

/** about-style-two **/

.about-style-two{
	position: relative;
	overflow: hidden;
	padding: 100px 0px;
  }
  
  #image_block_03 .image-box{
	position: relative;
	display: block;
	margin: 70px 30px 0px -30px;
  }
  
  #image_block_03 .image-box .image img{
	position: relative;
	width: 100%;
  }
  
  #image_block_03 .image-box .pattern-layer{
	position: absolute;
	top: -160px;
	right: -5px;
	width: 682px;
	height: 682px;
	background-repeat: no-repeat;
  }
  
  
  
  #content_block_03 .content-box .text{
	position: relative;
	margin-bottom: 57px;
  }
  
  #content_block_03 .content-box .text p{
	font-size: 18px;
  }
  
  #content_block_03 .content-box .s_sec-title{
	margin-bottom: 35px;
  }
  
  #content_block_03 .content-box .single-progress-box{
	position: relative;
	max-width: 33.333%;
	width: 100%;
	float: left;
  }
  
  #content_block_03 .content-box .single-progress-box .piechart span{
	position: absolute;
	display: flex;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	line-height: 38px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	color: #161616;
	text-align: center;
  }
  
  #content_block_03 .content-box .single-progress-box .piechart span:after{
	color: #161616;
	content: "%";
	font-size: 30px;
  }
  
  #content_block_03 .content-box .single-progress-box .piechart{
	position: relative;
  }
  
  #content_block_03 .content-box .single-progress-box .box{
	position: relative;
	max-width: 145px;
	width: 100%;
	text-align: center;
  }
  
  #content_block_03 .content-box .single-progress-box p{
	position: relative;
	margin-top: 4px;
  }
  
/** funfact-style-three **/

.funfact-style-three{
	position: relative;
	padding: 100px 0px;
  }
  
  .counter-block-three .count-outer{
	position: relative;
	display: inline-block;
	font-size: 60px;
	line-height: 70px;
	font-weight: 700;
	color: #0267ff;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 15px;
  }
  
  .counter-block-three .count-outer:before{
	position: absolute;
	content: '+';
	top: 12px;
	right: -25px;
	font-size: 36px;
	line-height: 45px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	color: #161616;
  }
  
  .counter-block-three h3{
	  position: relative;
	  font-weight: 700;
	  color: #161616;
	  display: block;
	  font-size: 22px;
	  line-height: 30px;
	  margin-bottom: 10px;
  }
  
  .counter-block-three h3 span{
	font-weight: 400;
  }
  
  .block-column:nth-child(2) .counter-block-three .count-outer{
	  color: #ff6d14;
  }
  
  .block-column:nth-child(3) .counter-block-three .count-outer{
	  color: #5e6680;
  }
  
  .block-column:last-child .counter-block-three .count-outer{
   
  }
  
  .funfact-style-three .s_sec-title .title-two span {
  
  }
  
  .funfact-style-three .s_sec-title-two{
	margin-bottom: 84px;
  }
  
  .funfact-style-three .upper-box{
	position: relative;
	margin-bottom: 85px;
  }
  
  .funfact-style-three .lower-box .inner-box{
	position: relative;
	max-width: 660px;
	width: 100%;
	margin: 0 auto;
  }
  
  .funfact-style-three .lower-box .inner-box h2{
	position: relative;
	font-size: 36px;
	line-height: 45px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #161616;
	margin-bottom: 9px;
  }
  
  .funfact-style-three .lower-box .inner-box p{
	position: relative;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 25px;
  }
  
  .funfact-style-three .lower-box .inner-box .da_subscribe-form .form-group {
	position: relative;
	margin: 0px;
	text-align: left;
  }
  
  .funfact-style-three .lower-box .inner-box .da_subscribe-form .form-group input[type='email']{
	position: relative;
	max-width: 495px;
	width: 100%;
	height: 60px;
	border: 1px solid #dbe4fe;
	background: #fff;
	font-size: 15px;
	padding: 10px 165px 10px 20px;
	font-family: 'Poppins', sans-serif;
	border-radius: 7px;
	transition: all 500ms ease;
  }
  
  .funfact-style-three .lower-box .inner-box .da_subscribe-form .form-group button{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 15px 32px;
	border: none;
  }
  
  .funfact-style-three .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: center;
  }
  /* Team Home six two */
  
.team-style-two{
	position:relative;
	padding: 100px 0px;
	background: #170a24;
}

.team-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}



.tx_team-block-two .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.tx_team-block-two .image-box:before {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  width: 20px;
  height: 0%;
  z-index: 1;
  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: #61647d;
}

.tx_team-block-two .image-box:after {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  width: 0%;
  height: 20px;
  background: #61647d;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.tx_team-block-two:hover .image-box:before {
  height: 100%;
}

.tx_team-block-two:hover .image-box:after {
  width: 100%;
  -webkit-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  transition-delay: 500ms;
}

.tx_team-block-two .image-box img{
  width: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  transition: all 500ms ease
}

.tx_team-block-two:hover .image-box img{
  transform: scale(1.05);
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

.tx_team-block-two .lower-content{
  position: relative;
  margin: 0px 30px;
}

.tx_team-block-two .lower-content .box{
  position: relative;
  background: #fff;
  padding: 17px 30px 18px 30px;
  margin-top: -40px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0px 10px #170a24;
  transition: all 500ms ease;
}

.tx_team-block-two:hover .lower-content .box{
  padding-bottom: 45px;
  margin-bottom: -27px;
}

.tx_team-block-two .lower-content .box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #161616;
  margin-bottom: 0px;
  transition: all 500ms ease;
}

.tx_team-block-two .lower-content .box h5 a{
  display: inline-block;
  color: #161616;
}

.tx_team-block-two .lower-content .box .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  transition: all 500ms ease;
}

.tx_team-block-two:hover .lower-content .box h5,
.tx_team-block-two:hover .lower-content .box h5 a,
.tx_team-block-two:hover .lower-content .box .designation{
  color: #fff;
}

.tx_team-block-two .lower-content .box .social-links{
  position: absolute;
  left: 0px;
  bottom: -25px;
  width: 100%;
  opacity: 0;
  transition: all 500ms ease;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tx_team-block-two:hover .lower-content .box .social-links{
  bottom: 15px;
  opacity: 1;
}

.tx_team-block-two .lower-content .box .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 7px;
}

.tx_team-block-two .lower-content .box .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
}

.tx_team-block-two .lower-content .box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  border-radius: 5px;
  transition: all 500ms ease;
  background: #61647d;
}

.tx_team-block-two:hover .lower-content .box:before{
  height: 100%;
  top: 0px;
}


/** contact-section **/

.contact-section{
	position: relative;
	padding: 100px 0px;
	background: #eef2fe;
  }
  
  .contact-section .s_sec-title{
	margin-bottom: 50px;
  }
  
  .contact-section .image-box{
	position: relative;
	display: block;
	margin: 22px 90px 0px 60px;
  }
  
  .contact-section .image-box .image img{
	width: 100%;
  }
  
  .contact-section .image-box .icon-box{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
  }
  
  .contact-section .image-box .icon-box .icon-1{
	position: absolute;
	top: -20px;
	right: -70px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 3s infinite linear;
	animation: zoom-fade 3s infinite linear;
  }
  
  .contact-section .image-box .icon-box .icon-2{
	position: absolute;
	left: -40px;
	bottom: -90px;
	width: 65px;
	height: 65px;
	background-repeat: no-repeat;
  }
  
  .contact-form-inner .form-group{
	position: relative;
	margin-bottom: 30px;
  }
  
  .contact-form-inner .form-group:last-child{
	margin-bottom: 0px;
  }
  
  .contact-form-inner .form-group input[type='text'],
  .contact-form-inner .form-group input[type='email'],
  .contact-form-inner .form-group textarea{
	position: relative;
	width: 100%;
	height: 50px;
	background: #fff;
	border: 1px solid #e3eaff;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 14px;
	transition: all 500ms ease;
  }
  
  .contact-form-inner .form-group textarea{
	height: 140px;
	resize: none;
	display: block;
  }
  
  
  .contact-form-inner .form-group .seo-thm-btn{
	display: block;
	width: 100%;
	border: none;
  }
  
  .contact-section .upper-content{
	position: relative;
	margin-bottom: 100px;
  }
  
  .contact-section .bottom-content .inner-box .single-item{
	position: relative;
	float: left;
	width: 33.333%;
  }
  
  .contact-section .bottom-content .inner-box .single-item .inner{
	position: relative;
	padding-left: 60px;
  }
  
  .contact-section .bottom-content .inner-box .single-item:nth-child(2) .inner{
	margin-left: 90px;
  }
  
  .contact-section .bottom-content .inner-box .single-item:last-child .inner{
	margin-left: 100px;
  }
  
  .contact-section .bottom-content .inner-box .single-item .icon-box{
	position: absolute;
	left: 0px;
	top: 5px;
	font-size: 40px;
	line-height: 40px;
	color: #0267ff;
  }
  
  .contact-section .bottom-content .inner-box .single-item h3{
	  color: #161616;
	font-size: 24px;
	font-weight:600;
	margin-bottom: 7px;
	font-family: 'Poppins', sans-serif;
  }
  
  .contact-section .bottom-content .inner-box .single-item .text{
	position: relative;
	max-width: 250px;
	width: 100%;
  }
  
  .contact-section .bottom-content .inner-box .single-item .text p{
	position: relative;
	line-height: 26px;
  }
  
  .contact-section .bottom-content .inner-box .single-item .text a{
	color: #444;
  }

  /* Footer */
  
.s_main-footer .subscribe-widget .widget-content .text p{
	position: relative;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	margin-bottom: 12px;
  }
  
  .s_main-footer .subscribe-widget .widget-content .subscribe-form .form-group{
	position: relative;
	margin-bottom: 18px;
  }
  
  .s_main-footer .subscribe-widget .widget-content .subscribe-form .form-group input[type="email"] {
	position: relative;
	width: 100%;
	height: 46px;
	background: #0b1c55;
	color: #fff;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	border: 1px solid #0b1c55;
	padding: 10px 80px 10px 20px;
	transition: all 500ms ease;
	border-radius: 0 !important;
}
  
  
  .s_main-footer .subscribe-widget .widget-content .subscribe-form .form-group input::-webkit-input-placeholder{
	color:#fff;
  }
  
  .s_main-footer .subscribe-widget .widget-content .subscribe-form .form-group button {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 62px;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	border: none;
	transition: all 500ms ease;
	background: linear-gradient(90deg, var(--c1, #e73587), var(--c2, #8c32f0 ) 50%, var(--c1, #e73587)) var(--x, 0)/ 200%;
	padding: 0;
	border-radius: 0;
}
  
  .s_main-footer .subscribe-widget .widget-content .subscribe-form .form-group button:hover {
	--x: 100%;
  }
  
  .s_main-footer .subscribe-widget .download-btn{
	position: relative;
	margin-bottom: 18px;
  }
  
  .s_main-footer .subscribe-widget .download-btn .image{
	position: relative;
	float: left;
	border-radius: 5px;
	margin-right: 12px !important;
  }
  
  .s_main-footer .subscribe-widget .download-btn .image img{
	width: auto;
	border-radius: 5px;
  }
  
  .s_main-footer .subscribe-widget .download-btn .image:last-child{
	margin-right: 0px;
  }
  
  
  .tx-header.gl-header-section .menu-item-has-children:after {
    display: none;
}
.tx-header.gl-sticky-active.sticky-on {
	background: #fff;
}
.da_contact_form input:focus, 
.da_contact_form textarea:focus {
	border-color: #e3eaff !important;
}
.tx-header.header-style-eight {
	position: inherit;
}
.tx-header.header-style-eight .header-lower {
	position: relative;
	padding: 17px 0;
	z-index: 2;
}
@media only screen and (max-width: 992px) {
	.gl-header-type-five .header_wrap {
	padding: 8px 0;
}
}
@media screen and (max-width: 991px) {
	.header-style-eight .mobile_menu_button {
		top: -51px;
		color: #161616;
	}
}
@media only screen and (max-width: 1400px){
	.banner-section .image-column .banner_img img {
	max-width: 100%;
	}
}