/*
* ----------------------------------------------------------------------------------------
Author       : gladhand
Template Name: design
Version      : 1.0
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/

@font-face {
	font-family: 'Poppins', sans-serif;
	src: url('../fonts/Poppins/Poppins-Light.ttf');
	src: url('../fonts/Poppins/Poppins-Medium.ttf');
	src: url('../fonts/Poppins/Poppins-Regular.ttf');
	src: url('../fonts/Poppins/Poppins-SemiBold.ttf');
	src: url('../fonts/Poppins/Poppins-Bold.ttf');
	font-weight: normal;
	font-style: normal;
}

body {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	font-family: 'Poppins', sans-serif;
	
	position: relative;
}

p {
	line-height: 28px;
	font-size: 15px;
}

html {
	overflow-x: hidden !important;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body {
	border: 0;
	margin: 0;
	padding: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-bottom: 0px;
	color: #232323;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.4s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	color: #000;
}

img {
	max-width: 100%;
}

a:hover {
	color: #635CDB;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

ul,
li {
	margin: 0;
	padding: 0;
	/*list-style: none;*/
}

.no-padding {
	padding: 0
}

.flaticon {
	display: inline
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
	line-height: 38px;
}

h4 {
	font-size: 22px;
	line-height: 32px;
}

h5 {
	font-size: 16px;
	line-height: 24px;
}

h6 {
	font-size: 14px;
	line-height: 26px;
}

.f-color {
	color: #635CDB;
}

h5.subtitle {
	font-size: 30px;
	font-weight: 700;
}

.mb30 {
	margin-bottom: 30px;
}

.section-padding {
	padding: 50px 0px;
}

.section-heading {
	text-align: center;
	width: 100%;
	margin: 0 auto 60px;
}

.section-title {
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 15px;
	/*text-transform: capitalize*/
}

.section-title span {
	color: #635CDB;
}

.section {
	padding: 100px 0px;
}

.line {
	width: 50px;
	background: #635CDB;
	height: 1px;
	margin: 10px auto;
}


/*---------- BUTTONS ----------*/

.btn {
	display: inline-block;
	padding: 15px 45px 15px 45px;
	text-transform: uppercase;
	border: 2px solid transparent;
	-webkit-transition: all .2s;
	transition: all .2s;
	border-radius: 0px;
	font-size: 13px;
}

.btn:focus,
.btn:active,
.btn:active:focus {
	outline: none;
	box-shadow: none;
}

.btn-hero,
.btn-white:hover {
	color: #fff !important;
	background: #635CDB;
}

.btn-hero:focus {
	color: #fff !Important;
}

.btn-black,
.btn-hero:hover {
	background-color: rgba(0, 0, 0, 1);
	color: #fff !Important;
}

.btn-black:hover {
	color: #fff;
	background: #635CDB;
}

.btn-black:focus {
	color: #fff;
}

.btn-white {
	background-color: rgba(255, 255, 255, .95);
	color: rgba(0, 0, 0, .85);
	border-color: rgba(255, 255, 255, .12);
}

.nav-btn-gradiant {
	font-weight: 600;
	background: linear-gradient(to right, #ffa843 0%, #f76463 100%);
	color: rgba(0, 0, 0, .85);
	border: none;
	text-transform: unset;
}
.nav-btn-gradiant1 {
	font-weight: 600;
	background: linear-gradient(to right, #f76463 20%, #ffa843 100%);
	color: rgba(0, 0, 0, .85);
	border: none;
	text-transform: unset;
	color: #fff;
	border-color: rgba(255, 255, 255, .12);
	padding: 15px 40px;
	display: inline-block;
	margin-bottom: 10px;
}
.nav-btn-gradiant1:hover {
	color: #fff;
}
.home-button .nav-btn-gradiant {
	background: linear-gradient(to right, #ffa843 0%, #f76463 100%);
	color: #fff;
	border-color: rgba(255, 255, 255, .12);
	padding: 15px 40px;
	display: inline-block;
	margin-bottom: 10px;
}

.home-button .btn-blue-gradiant {
	background: #3642c0;
	color: #fff;
	font-weight: 600;
	padding: 15px 45px;
	display: inline-block;
	margin-bottom: 10px;
}

.btn-white:focus {
	color: #000;
}

.btn-white:active {
	color: #fff;
}

.btn-trans-black {
	background-color: transparent;
	border: 2px solid rgba(0, 0, 0, .15);
	color: rgba(0, 0, 0, .85);
}

.btn-trans-black:hover {
	color: rgba(255, 255, 255, 1);
	background-color: #000;
}

.btn-trans-white {
	background-color: transparent;
	border: 2px solid rgba(255, 255, 255, .15);
	color: rgba(255, 255, 255, .95);
}

.btn-trans-white:hover {
	background-color: rgba(255, 255, 255, .95);
	color: rgba(0, 0, 0, .85);
	border-color: rgba(255, 255, 255, .12);
}

.btn-trans-white:active,
.btn-trans-white:focus {
	color: #fff;
	background-color: transparent;
	border-color: rgba(255, 255, 255, .12);
}

.btn-rounded {
	border-radius: 2px;
}

.btn-circled {
	border-radius: 40px;
}

.btn-trans-black:hover {
	background: #635CDB !important;
}


/*---------- COLORS ----------*/


/*-- Background Colors --*/

.bg-black {
	background-color: #000;
}

.bg-dark {
	background-color: rgba(0, 0, 0, .96);
}

.bg-feature {
	background-color: #635CDB;
}

.bg-primary {
	background-color: #0db8ca;
}

.bg-gray {
	background-color: #f2f4ec;
}

.bg-white {
	background-color: #fff;
}

.d-table {
	width: 100%;
}

.d-table-cell {
	vertical-align: middle;
}

.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.brown-overlay {
	background: #222955;
	opacity: .97;
}

.feature-overlay {
	background: #635CDB;
	opacity: .97;
}

.gr-overlay {
	background: linear-gradient(135deg, #2f1ce0 0%, #53a0fd 30%, #51eca5 100%);
	opacity: .87;
}


/*------------------------------------
  MENU NAVIGATION AREA
----------------------------------*/

.site-navigation,
.trans-navigation {
	padding: 20px 0px;
}

.site-navigation .navbar-nav a.active,
.trans-navigation .navbar-nav a.active {
	color: red;
}

.header-white {
	/*position: fixed;*/
	top: 0px;
	background: #111;
	z-index: 9999;
	width: 100%;
	left: 0;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	color: #000 !important;
}

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link,
.navbar-expand-lg.site-navigation .navbar-nav .nav-link {
	padding: 6px 20px;
}


/*.navbar-expand-lg.trans-navigation .navbar-nav .nav-link:last-child,
.navbar-expand-lg.site-navigation .navbar-nav .nav-link:last-child {
    padding-right: 0px;
}*/

.site-navigation,
{
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.navbar-brand .img-fluid.b-logo {
    width: 100%;
}

.navbar-brand {,

	padding-top: 0px;
	margin-left: 115px;
	font-weight: 700;
	text-transform: capitalize;
	color: #fff;
}

.navbar-brand span {
	font-weight: 400;
}

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
	color: #fff;
}

.trans-navigation {
	background: transparent;
}

.trans-navigation.header-white {
	background: #151b6a;
}

.trans-navigation.header-white .navbar-nav .nav-link {
	color: #fff;
}

.trans-navigation.header-white .navbar-nav a.active {
	color: #635CDB;
}

.navbar-brand img {
	max-width: 100%;
}

.trans-navigation.header-white .btn-white {
	background: #635CDB;
	color: #fff;
}


/* ===============================
 DROPDOWN MENU
================================*/

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link.dropdown-toggle {
	padding-right: 0px;
}

.nav-item.dropdown .dropdown-menu {
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	display: block;
	visibility: hidden;
	opacity: 0;
	top: 120%;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	border: 0px;
	padding: 0px;
	position: absolute;
}

.nav-item.dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.dropdown-item:hover {
	color: #fff;
	text-decoration: none;
	background-color: #635CDB;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-menu {
	opacity: 0
}

.dropdown-menu.show {
	animation: .2s forwards b
}

@keyframes b {
	to {
		opacity: 1
	}
}

.dropdown-item {
	font-size: .6875rem;
	font-weight: 500;
	padding-top: .5rem;
	padding-bottom: .5rem;
	transition: background-color .1s;
	text-transform: uppercase
}

@media (min-width:1200px) {
	.dropdown-item {
		padding-top: .75rem;
		padding-bottom: .75rem
	}
}

@media (min-width:1200px) {
	.dropdown-item+.dropdown-item {
		border-top: 1px solid rgba(0, 0, 0, .1)
	}
}


/*------------------------------------
 container
----------------------------------*/

iframe {
	width: 100%;
}

/*------------------------------------
 BANNER AREA
----------------------------------*/

.content-padding {
	padding: 50px 0px 80px;
}

.banner-content .btn {
	margin-top: 15px;
}

.banner-content .banner-title {
	color: #000;
	font-weight: 600;
	font-size: 34px;
}

.banner-content h4 {
	color: #8684B0;
	font-weight: 400;
	line-height: 1.2;
}

.banner-content h3 {
	color: #313131;
	font-size: 18px;
	font-weight: 500;
}

.banner-content .subtitle {
	display: inline-block;
	background: radial-gradient(ellipse at center, rgba(255, 206, 31, 1) 18%, rgba(251, 173, 2, 1) 85%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #090d56;
	border-color: rgba(255, 255, 255, .12);
	padding: 13px 22px;
}

.subtitle {
	color: #635CDB;
}

.banner-content p {
	margin: 20px 0px;
	color: #eee;
	font-size: 18px;
	line-height: 30px;
}

.banner-content .btn {
	margin-right: 12px;
}

.btn-sm {
	padding: 10px 30px;
}

.banner-1 {
	background: url("../img/banner/bg1.png");
	-webkit-background-size: cover;
	background-size: 100% 100%;
	padding-bottom: 130px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
    margin-bottom: -1px;
}

.banner-2 {
	background: url("../img/banner/bg-box5.png");
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
    margin-bottom: -1px;
}

.banner-3 {
	background: url("../img/banner/bg3.png");
	-webkit-background-size: cover;
	background-size: 100% 100%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
    margin-bottom: -1px;
}

.banner-4 {
	background: url("../img/banner/bg4.png");
	-webkit-background-size: cover;
	background-size: 100% 100%;
	padding-bottom: 160px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
    margin-bottom: -1px;
}

.banner-5 {
	background: url("../img/banner/bg5.png");
	-webkit-background-size: cover;
	background-size: 100% 100%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
    margin-bottom: -1px;
}

.banner-6 {
	background: url("../img/banner/bg6.png");
	-webkit-background-size: cover;
	background-size: 100% 100%;
	position: relative;
	padding-bottom: 150px;
	background-position: center;
	background-repeat: no-repeat;
    margin-bottom: -1px;
}

.banner-7 {
	background: url("../img/banner/bg7.png");
	-webkit-background-size: cover;
	background-size: 100% 100%;
	position: relative;
	padding-bottom: 150px;
	background-position: center;
	background-repeat: no-repeat;
    margin-bottom: -1px;
}

.banner-8 {
	background: url("../img/banner/bg8.png");
	-webkit-background-size: cover;
	background-size: 100% 100%;
	position: relative;
	padding-bottom: 150px;
	background-position: center;
	background-repeat: no-repeat;
    margin-bottom: -1px;
}

.banner-9 {
	background: url("../img/banner/bg9.png");
	-webkit-background-size: cover;
	background-size: 100% 100%;
	position: relative;
	padding-bottom: 170px;
	background-position: center;
	background-repeat: no-repeat;
    margin-bottom: -1px;
}

.banner-10 {
	background: url("../img/banner/bg10.png");
	-webkit-background-size: cover;
	background-size: 100% 100%;
	position: relative;
	padding-bottom: 60px;
	background-position: center;
	background-repeat: no-repeat;
    margin-bottom: -1px;
}

.banner-11 {
	background: url("../img/banner/bg11.png");
	-webkit-background-size: cover;
	background-size: 100% 100%;
	position: relative;
	padding-bottom: 200px;
	background-position: center;
	background-repeat: no-repeat;
    margin-bottom: -1px;
}

.banner-12 {
	background: url("../img/banner/bg12.png");
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	padding-bottom: 60px;
	background-position: center;
	background-repeat: no-repeat;
    margin-bottom: -1px;
}

.banner-13 {
	background: url("../img/banner/bg13-old.png");
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	padding-bottom: 60px;
	background-position: center;
	background-repeat: no-repeat;
    margin-bottom: -1px;
}

.banner-14 {
	background: url("../img/banner/footer.png");
	-webkit-background-size: cover;
	background-size: 100% 100%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
    margin-bottom: -1px;
}
.banner-disclaim {
    background: #fff;
    -webkit-background-size: cover;
    background-size: 100% 100%;
    padding-bottom: 130px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: -1px;
}
.section-heading h2 {
	font-weight: 700;
	color: #fff;
	font-size: 34px;
}


/*-------------------- ------------
 INTRO SECTION
-----------------------------*/

#intro {
	padding-bottom: 0px;
}

.intro-img {
	text-align: center;
}

.intro-img img {
	width: 60%;
}

#intro .section-heading p {
	color: #fff;
	font-size: 34px;
	font-weight: 400;
	margin: 0;
	line-height: 1.3;
}

#intro p {
	color: #fff;
	font-size: 17px;
	line-height: 1.5;
}


/*--------------------------
  SERVICE AREA SECTION
----------------------*/

#service-head {
	padding-bottom: 100px;
	padding-top: 90px;
}

#service-head .section-title {
	color: #fff;
}

.text-white p {
	color: #fff;
}

#service {
	padding-bottom: 140px;
}

#service .mx-auto img {
	width: 70%;
	margin-bottom: 3em;
}

#service .section-heading h2 {
	font-size: 34px;
	font-weight: 700;
	color: #16208f;
}

#service .heading h4 {
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-weight: 700;
	line-height: 1.5;
}

#service .lead {
	color: #16208f;
	font-size: 32px;
	font-weight: 300;
}

#service .service-box {
	margin-bottom: 40px;
	background: #fff;
	text-align: center;
	padding: 45px 42px 45px 42px;
	border: 1px solid transparent;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	border-radius: 20px;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.service-box .service-inner h4 {
	color: #16208f;
	line-height: 1.3;
}

.service-box .service-inner h5 {
	color: #16208f;
	font-size: 20px;
	font-weight: normal;
}


/*------------------------------------
  SERVICE SECTION AREA END
--------------------------------*/


/*------------------------------------
  PRICING SECTION AREA
--------------------------------*/

#pricing .section-heading h2 {
	margin: 0;
}

#pricing .section-heading h4 {
	color: rgba(251, 173, 2, 1);
	font-size: 34px;
	font-weight: 600;
}

#pricing p {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
}

#pricing .price-btn-heading h4 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
}

#pricing .service-box p {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}

#pricing .service-box span {
	font-size: 18px;
	font-weight: 400;
}

#pricing .service-box {
	background: #343e91;
	padding: 30px 30px 30px 30px;
	border: 1px solid #272c76;
	margin-bottom: 40px;
	border-radius: 20px;
   -webkit-box-shadow: 0px 0px 25px -11px #000;
   -moz-box-shadow: 0px 0px 25px -11px #000;
   box-shadow: 0px 0px 25px -11px #000;

}
#pricing .service-box .service-inner .img-responsive {
    -webkit-box-shadow: 0px 0px 25px -11px #000;
    -moz-box-shadow: 0px 0px 25px -11px #000;
    box-shadow: 0px 0px 25px -11px #000;
}

#pricing .btn-yellow-gradiant {
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	background: radial-gradient(ellipse at center, rgba(255, 206, 31, 1) 18%, rgba(251, 173, 2, 1) 85%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #16208f;
	border-color: rgba(255, 255, 255, .12);
	padding: 15px 35px;
}


/*------------------------------------
  PRICING SECTION AREA
--------------------------------*/

#trending {
	padding-bottom: 60px;
}

#trending .section-heading h4 {
	color: rgba(251, 173, 2, 1);
	font-size: 34px;
	font-weight: 600;
	margin: 0;
}

#trending .section-heading h5 {
	color: #fff;
	font-size: 34px;
	font-weight: 500;
}

#trending p {
	color: #fff;
}

#trending .service-box p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}

#trending .service-box span {
	font-size: 14px;
	font-weight: normal;
}

#trending .service-box {
	border: 1px solid #272c76;
	border-radius: 20px;
	background: #151b6a;
	padding: 10px 10px 10px 10px;
	margin-bottom: 60px;
	min-height: 7rem;
}

#trending .service-box h2 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#trending .btn-yellow-gradiant {
	display: inline-block;
	background: radial-gradient(ellipse at center, rgba(255, 206, 31, 1) 18%, rgba(251, 173, 2, 1) 85%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #16208f;
	border-color: rgba(255, 255, 255, .12);
	padding: 15px 40px;
	font-weight: bold;
}

.circe-service-left {
	border-radius: 50%;
	height: 140px;
	width: 140px;
	position: absolute;
	top: -26px;
	background: radial-gradient(ellipse at center, rgba(255, 206, 31, 1) 18%, rgba(251, 173, 2, 1) 85%);
	display: table;
	left: -18px;
}

.circe-service-right {
	border-radius: 50%;
	height: 140px;
	width: 140px;
	position: absolute;
	top: -26px;
	background: radial-gradient(ellipse at center, rgba(255, 206, 31, 1) 18%, rgba(251, 173, 2, 1) 85%);
	display: table;
	right: -18px;
}

#trending .service-box .discription p {
	margin: 0;
}

#trending .service-box .discription {
	padding: 8px 20px;
}


/*--------------------------
  BENEFITS AREA SECTION
----------------------*/

#benefits .mx-auto img {
	width: 60%;
	margin-top: 8em;
	margin-bottom: 3em;
}
#benefits .service-img-icon .img-responsive {
    width: 60%;
}

#benefits .section-heading h2 {
	margin: 0;
	font-size: 34px;
	font-weight: 700;
	color: #fff;
}

#benefits .section-heading h4 {
	color: rgba(251, 173, 2, 1);
	font-size: 34px;
	font-weight: 600;
}

#benefits .lead {
	color: #16208f;
}

#benefits .service-box .service-img-icon {
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	margin-top: -80px;
}

#benefits .service-box {
	background: #151b6a;
	text-align: center;
	min-height: 270px;
	max-height: 270px;
	padding: 0 20px 20px 20px;
	border: 1px solid #272c76;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	border-radius: 20px;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

#benefits .service-margin {
	margin-bottom: 130px;
}

#benefits .service-box .service-inner h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin: 50px 0 20px;
}

#benefits .section-heading h5 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

#benefits .service-box .service-inner p {
	color: #fff;
	line-height: 1.3;
}


/*------------------------------------
  BENEFITS SECTION AREA END
--------------------------------*/


/*--------------------------
  CHECKOUT AREA SECTION
----------------------*/

#checkout .btn-blue-gradiant {
	font-size: 22px;
	display: inline-block;
	background: linear-gradient(to right, #283181 0%, #172066 100%);
	color: #fff;
	border-color: rgba(255, 255, 255, .12);
	padding: 15px 40px;
	font-weight: 700;
}

#checkout .section-heading {
	margin: 0 auto 22px;
}

#checkout .section-heading h2 {
	font-size: 34px;
	font-weight: 700;
	color: #16208f;
}

#checkout .section-heading h3 {
	color: #16208f;
	font-size: 34px;
	font-weight: 300;
}

#checkout .service-box .service-img-icon {
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	margin-top: -100px;
}

#checkout .service-box {
	margin-bottom: 130px;
	background: #151b6a;
	text-align: center;
	min-height: 304px;
	max-height: 304px;
	padding: 0 20px 20px 20px;
	border: 1px solid #272c76;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	border-radius: 20px;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

#checkout .service-box .service-inner h4 {
	color: #fff;
	margin: 50px 0 20px;
}

#checkout .service-box .service-inner p {
	color: #fff;
}


/*------------------------------------
  CHECKOUT SECTION AREA END
--------------------------------*/


/*--------------------------
  SOUNDS FUNNEL AREA SECTION
----------------------*/

#sound-funnel .section-heading h2 {
	margin: 0;
	font-size: 34px;
	font-weight: 700;
	color: #fff;
}

#sound-funnel .section-heading h4 {
	color: rgba(251, 173, 2, 1);
	font-size: 34px;
	font-weight: 600;
}

#sound-funnel .card {
	border: 1px solid #272c76;
	border-radius: 20px;
	overflow: hidden;
	background: none;
	min-height: 305px;
	max-height: 305px;
}

#sound-funnel .card-first-section {
	min-height: 305px;
	max-height: 305px;
}

#sound-funnel .card-section {
	min-height: 350px;
	max-height: 350px;
}

#sound-funnel .card-header {
	background: radial-gradient(ellipse at center, rgba(255, 206, 31, 1) 18%, rgba(251, 173, 2, 1) 85%);
}

#sound-funnel .card-header h3 {
	font-size: 20px;
	font-weight: 700;
}

#sound-funnel .card-header h4 {
	font-size: 18px;
	font-weight: 400;
}

#sound-funnel .card-header .card-title,
#sound-funnel .card-header h4 {
	line-height: unset;
}

#sound-funnel .card-text {
	line-height: 1.3;
}

#sound-funnel .card-body {
	background: #151b6a;
	color: #fff;
}

#sound-funnel .card-body h3 {
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
}

#sound-funnel .card-body h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}


/*------------------------------------
  SOUNDS FUNNEL SECTION AREA END
--------------------------------*/


/*--------------------------
  GRAPH AREA SECTION
----------------------*/

#graph .section-heading h2 {
	margin-bottom: 20px;
	font-size: 34px;
	font-weight: 600;
	color: #fff;
}

#graph h3 {
	font-size: 22px;
	font-weight: 500;
}

#graph .section-heading h4 {
	color: rgba(251, 173, 2, 1);
	font-size: 34px;
	font-weight: 700;
	margin: 0;
}

#graph p {
	line-height: 1.3;
}

.graph-main {
	border: 1px solid #272c76;
	margin: 18px;
	width: 120px;
	height: 380px;
	border-radius: 10px;
	position: relative;
}

#graph ul li {
	display: inline-block;
}

#graph ul li p {
	color: #fff;
	font-weight: 400;
}

#graph .graph-inner {
	width: 120px;
	color: #16208f;
	position: absolute;
	display: table;
	border-radius: 10px;
	bottom: 0;
}

#graph .graph-inner span {
	font-size: 22px;
	font-weight: 700;
	display: table-cell;
	vertical-align: bottom;
}

.graph-inner.first {
	height: 60px;
	line-height: 60px;
	background: radial-gradient(ellipse at center, rgba(255, 206, 31, 1) 18%, rgba(251, 173, 2, 1) 85%);
}

.graph-inner.second {
	height: 150px;
	line-height: 60px;
	background: radial-gradient(ellipse at center, rgba(255, 206, 31, 1) 18%, rgba(251, 173, 2, 1) 85%);
}

.graph-inner.third {
	height: 200px;
	line-height: 60px;
	background: radial-gradient(ellipse at center, rgba(255, 206, 31, 1) 18%, rgba(251, 173, 2, 1) 85%);
}

.graph-inner.fourth {
	height: 250px;
	line-height: 60px;
	background: radial-gradient(ellipse at center, rgba(255, 206, 31, 1) 18%, rgba(251, 173, 2, 1) 85%);
}

.graph-inner.fifth {
	height: 300px;
	line-height: 60px;
	background: radial-gradient(ellipse at center, rgba(255, 206, 31, 1) 18%, rgba(251, 173, 2, 1) 85%);
}

.graph-inner.sixth {
	height: 350px;
	line-height: 60px;
	background: radial-gradient(ellipse at center, rgba(255, 206, 31, 1) 18%, rgba(251, 173, 2, 1) 85%);
}


/*------------------------------------
  GRAPH SECTION AREA END
--------------------------------*/


/*--------------------------
  PROMOTE FUNNEL AREA SECTION
----------------------*/

#promote .section-heading h2 {
	margin: 0;
	font-size: 34px;
	font-weight: 700;
	color: #fff;
}

#promote .section-heading h4 {
	color: rgba(251, 173, 2, 1);
	font-size: 34px;
	font-weight: 600;
}


/*------------------------------------
  PROMOTE SECTION AREA END
--------------------------------*/


/*--------------------------
  PRODUCT FUNNEL AREA SECTION
----------------------*/

#product .section-heading h2 {
	margin-bottom: 20px;
	font-size: 34px;
	font-weight: 600;
	color: #fff;
}

#product .section-heading h4 {
	color: rgba(251, 173, 2, 1);
	font-size: 34px;
	font-weight: 700;
	margin: 0;
}

#product .service-box p {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
}

#product .service-box span {
	font-size: 15px;
	font-weight: 400;
}

#product .service-box {
	border: 1px solid #272c76;
	background: #343e91;
	margin-bottom: 15px;
	border-radius: 20px;
	padding: 0;
}

#product .service-box img {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#product .btn-yellow-gradiant {
	display: inline-block;
	background: radial-gradient(ellipse at center, rgba(255, 206, 31, 1) 18%, rgba(251, 173, 2, 1) 85%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #16208f;
	border-color: rgba(255, 255, 255, .12);
	padding: 15px 40px;
	font-weight: bold;
}

#product p {
	color: #fff;
	margin: 0;
	text-align: left;
}

#product .service-box .discription {
	padding: 20px 20px 20px 20px;
	height: 85px;

}

#product .circe-service-left {
	border-radius: 50%;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 15px;
	background: url("../img/circle-tick-mark.png")no-repeat 50% 50%;
	display: table;
	left: -5px;
}
#product .product-icon {
	position: relative;
}

/*------------------------------------
  PRODUCT SECTION AREA END
--------------------------------*/


/*--------------------------
  RECIPROCATION  AREA SECTION
----------------------*/

#reciprocaption .section-heading h2 {
	margin-bottom: 20px;
	font-size: 34px;
	font-weight: 600;
	color: #fff;
}

#reciprocaption .section-heading h4 {
	margin: 0;
	color: rgba(251, 173, 2, 1);
	font-size: 34px;
	font-weight: 700;
}


/*------------------------------------
  RECIPROCATION SECTION AREA END
--------------------------------*/


/*--------------------------
 FOOTER
----------------------*/

#footer-section .section-heading h2 {
	margin-bottom: 20px;
	font-size: 34px;
	font-weight: 600;
	color: #fff;
}

#footer-section .section-heading h4 {
	color: rgba(251, 173, 2, 1);
	font-size: 34px;
	font-weight: 700;
	margin: 0;
}

#footer-section .service-box .service-img-icon {
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	margin-top: -75px;
}

#footer-section .service-box {
	background: #151b6a;
	text-align: center;
	min-height: 260px;
	max-height: 260px;
	padding: 0 20px 20px 20px;
	border: 1px solid #272c76;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	border-radius: 20px;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

#footer-section .service-box .service-inner h4 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}

#footer-section .service-box .service-inner p {
	color: #fff;
	line-height: 1.3;
}

#footer-section .service-img-icon img{
    width:60%;
}

.footer-copy {
	font-size: 12px;
	color: #0009;
}

.footer-menu ul li {
	display: inline-block;
	padding: 0 10px;
	font-size: 12px;
	color: #0009;
}

#footer-section .discription h5 {
	color: #0009;
}

#footer-section .discription p {
	line-height: 1.3;
	color: #0009;
}


/* Custom Code by Sohail */
.carousel-control-next-icon, .carousel-control-prev-icon{
	background-color: rgba(0,0,0,0.3);
}
 /*.carousel-indicators li{
 	background-color: #16208f;
	top: 50px;
}*/
.footer-disclaimer{
	color: #0009;
	font-size: 14px;
}
/*Carousel Code Starts Here*/
/*.scene {
  margin: 40px 0;
  position: relative;
  width: 210px;
  height: 180px;
  margin: 40px auto;
  perspective: 2000px;
}*/

/*.carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translateZ(-288px);
  transform-style: preserve-3d;
  transition: transform 1s;
}

.carousel__cell {
  position: absolute;
  width: 190px;
  height: 120px;
  left: 10px;
  top: 10px;
  border: 2px solid black;
  line-height: 116px;
  font-size: 80px;
  font-weight: bold;
  color: white;
  text-align: center;
}*/

/*.carousel__cell:nth-child(9n+1) { background: hsla(  0, 100%, 50%, 0.8); }
.carousel__cell:nth-child(9n+2) { background: hsla( 40, 100%, 50%, 0.8); }
.carousel__cell:nth-child(9n+3) { background: hsla( 80, 100%, 50%, 0.8); }
.carousel__cell:nth-child(9n+4) { background: hsla(120, 100%, 50%, 0.8); }
.carousel__cell:nth-child(9n+5) { background: hsla(160, 100%, 50%, 0.8); }
.carousel__cell:nth-child(9n+6) { background: hsla(200, 100%, 50%, 0.8); }
.carousel__cell:nth-child(9n+7) { background: hsla(240, 100%, 50%, 0.8); }
.carousel__cell:nth-child(9n+8) { background: hsla(280, 100%, 50%, 0.8); }
.carousel__cell:nth-child(9n+0) { background: hsla(320, 100%, 50%, 0.8); }*/

/*.carousel__cell:nth-child(1) { transform: rotateY(  0deg) translateZ(288px); }
.carousel__cell:nth-child(2) { transform: rotateY( 40deg) translateZ(288px); }
.carousel__cell:nth-child(3) { transform: rotateY( 80deg) translateZ(288px); }
.carousel__cell:nth-child(4) { transform: rotateY(120deg) translateZ(288px); }
.carousel__cell:nth-child(5) { transform: rotateY(160deg) translateZ(288px); }
.carousel__cell:nth-child(6) { transform: rotateY(200deg) translateZ(288px); }
.carousel__cell:nth-child(7) { transform: rotateY(240deg) translateZ(288px); }
.carousel__cell:nth-child(8) { transform: rotateY(280deg) translateZ(288px); }
.carousel__cell:nth-child(9) { transform: rotateY(320deg) translateZ(288px); }


.previous-button{
	color: #151b6a;
	background: none;
	border:none;
	cursor: pointer;
}
.next-button{
	color: #151b6a;
	background: none;
	border:none;
	cursor: pointer;
}*/
/*Carousel Code Ends Here*/

/*nav, .trans-navigation{
	background-color: #151b6a;
}*/
.center-text{
	margin: 0 auto;
	width: 70%;
    color: #fff;
    text-align: center;
    font-weight: 400;
    line-height: 1.3;
    font-size: 20px!important;
}
/*Pulse Image*/
.intro-img1 {
 
    margin: -173px 0px 0px 225px;
    width: 142px;
}
.intro-img2 {
     position: absolute; 
    z-index: 9;
    margin: -209px 0px 0px 544px;
    width: 215px;
    float: right;
}

.swipes{
	padding: 30px 0px;
}
.swipes h2{
	color: #fff;
}
.swipes .btn{
	margin: 15px 20px 0px 0px;
}
 #tab1{
 	color: #16208f;
 }
 #tab2, #tab3, #tab4, #tab5, #tab6{
	color: #16208f;
	display: none;
}

.swipe1{
	padding-left: 65px;
	list-style-type: aliceblue!important;
}

.demo-video{
	color: #16208f;
	text-align: center;
	font-size: 20px;
	padding: 10px 0px; 
}
.intro-img1 img, .intro-img2 img {
  animation: pulse 3s infinite;
  margin: 0 auto;
  display: table;
  animation-direction: alternate;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.footer-menu ul li a{
	color: #0009;
} 
.footer-menu ul li a:hover{
	color: #16208f;
} 

.btn1, .btn2, .btn3, .btn4, .btn5, .btn6{
	color: #fff;
}






