
/*** 

====================================================================
	 Resources / Css Files
====================================================================

 ***/
 
@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
/*** 

====================================================================
    Reset
====================================================================

 ***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size:14px;
	color:#777777;
	line-height:1.7em;
	font-weight:400;
	background:#fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#cfd201;
	transition:0.5s;
}

button{
	cursor:pointer;
}

button,
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none !important;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
}

input,button,select,textarea{
	
}

textarea{
	overflow:hidden;
}

p{
	position:relative;
	line-height:1.8em;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.large-container{
	position:static;
	max-width:1550px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

img{
	display:inline-block;
	max-width:100%;
}

.theme-btn{
	display:inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

/*** 

====================================================================
	Buttons Style
====================================================================

 ***/

/*Btn Style One*/

.btn-style-one{
	position:relative;
	font-size:16px;
	color:#fff;
	line-height:20px;
	font-weight:500;
	padding:10px 15px;
	background-color: #cfd201;
	border:1px solid #fff;
	
	margin-top:3px;
}

.btn-style-one:hover{
	color:#cfd201;
	background-color: #fff;
	border:1px solid #cfd201;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	font-size:16px;
	color:#fff;
	line-height:20px;
	font-weight:500;
	padding:15px 40px 15px;
	background-color: #cfd201;
}

.btn-style-two:hover{
	color:#cfd201;
	background-color: #fff;
}

/*Btn Style Three*/

.btn-style-three{
	position:relative;
	font-size:16px;
	color:#fff;
	line-height:20px;
	font-weight:500;
	padding:15px 40px 15px;
	background-color: #cfd201;
	border-radius: 8px;
}

.btn-style-three:hover{
	color:#fff;
	background-color: #4b1ece;
}

/*Btn Style Four*/

.btn-style-four{
	position:relative;
	font-size:16px;
	color:#12114a;
	line-height:20px;
	font-weight:500;
	padding:15px 40px 15px;
	background-color: #fff;
}

.btn-style-four:hover{
	color:#fff;
	background-color: #cfd201;
}

/*Btn Style Five*/

.btn-style-five{
	position:relative;
	font-size:16px;
	color:#fff;
	line-height:20px;
	font-weight:500;
	padding:15px 40px 15px;
	background-color: #471cc6;
}

.btn-style-five:hover{
	color:#fff;
	background-color: #cfd201;
}

/* List Style One */

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	font-size:16px;
	line-height:25px;
	font-weight:400;
	color:#282331;
	margin-bottom:10px;
	padding-left:35px;
}

.list-style-one li a{
	color:#282331;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.list-style-one li a:hover{
	color: #00e399;
}

.list-style-one li:last-child{
	margin-bottom:0px;
}

.list-style-one li:before{
	position:absolute;
	content: "\f141";
	left:0px;
	top:0px;
	font-size:16px;
	color:#ffc973;
	line-height: 25px;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/* List Style Two */

.list-style-two{
	position:relative;
}

.list-style-two li{
	position: relative;
	display: inline-block;
	padding-left: 40px;
	font-size: 18px;
	line-height: 30px;
	color: #282331;
	text-align: left;
	font-weight: 400;
	margin-bottom: 25px;
}

.list-style-two li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 17px;
	line-height: 30px;
	color: #9746ea;
	content: "\f1ce";
	font-family:"Flaticon";
}


/*** 

====================================================================
	6. Social Icons
====================================================================

 ***/

/*Social Icon One*/

.social-icon-one{
	position:relative;
}

.social-icon-one li{
	position:relative;
	margin-right:8px;
	display:inline-block;
}

.social-icon-one li.twitter a{
	color:#00b9f1;
}

.social-icon-one li.linkedin a{
	color:#0089b1;
}

.social-icon-one li a{
	position:relative;
	font-size:16px;
	color:#4a72a9;
	font-weight:400;
	width:52px;
	height:52px;
	line-height:50px;
	text-align:center;
	border-radius:50px;
	border:1px solid #e2e2e2;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.theme_color{
	color:#1f8ceb;
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#fff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.svg); background-size:80px;}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.pull-left{
	float: left;
}

.pull-right{
	float: right;
}


/*** 

====================================================================
	7. Scroll To Top style
====================================================================

***/

.scroll-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	padding-top:12px;
	height: 50px;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 50px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	background: #0237a0;
	display: 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;
	border-radius:5px;
}

.scroll-to-top:hover{
	color:#fff;
	background: #cfd201;
}


/*** 

====================================================================
					Page Title
====================================================================

***/

.page-title{
	position:relative;
	padding:380px 0px 30px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
	overflow: hidden;
}

.page-title .auto-container{
	position: relative;
}

.page-title .float-text{
	right: 0;
	bottom: -60px;
	color: #fff;
	opacity: 0.10;
}

.page-title h1{
	position:relative;
	font-size:40px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 10px;
	color:#fafafa;
}

.page-title .bread-crumb li{
	position: relative;
	font-size: 18px;
	line-height: 30px;
	color: #fafafa;
	font-weight: 400;
	margin-right:0px;
	padding-right:10px;
	cursor: default;
	text-transform: capitalize;
	display: inline-block;
}

.page-title .bread-crumb li a{
	color:#fafafa;
	font-size: 16px;
	line-height: 30px;
	display: inline-block;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.page-title .bread-crumb li a:hover{
	color:#222222;	
}

.page-title .bread-crumb li:after{
	position:absolute;
	content:'/';
	right:0px;
	font-weight: 700;
	top:0px;
	color:#fafafa;
}

.page-title .bread-crumb li:last-child::after{
	display:none;
}


/*** 

====================================================================
	8. Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:60px;
}

.sec-title .title{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #12114a;
	font-weight: 500;
	margin-bottom: 5px;
}

.sec-title h2{
	position:relative;
	font-size:40px;
	line-height:1.2em;
	color:#12114a;
	font-weight:700;
}

.sec-title.light .title,
.sec-title.light h2{
	color: #fff;
}

.float-text{
	position: absolute;
	font-size: 200px;
	line-height: 1em;
	color: #12114a;
	font-weight: 900;
	opacity: 0.03;
	text-transform: uppercase;
}

.anim-icons{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.anim-icons .icon{
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
}


/*** 

====================================================================
	Main Header
====================================================================

***/

.main-header {
	position: sticky;
	z-index: 999;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border-bottom:6px solid #cfd201;
	background: #01493d;
	 /* background-image: linear-gradient(-45deg, #cfd201, #ffffff); */
}

.main-header.fixed-header{
	top: 0;
	background: #01493d;
	box-shadow: 0 0 10px rgba(0,0,0,.50);
}

.main-header .header-upper .outer-container{
	position:relative;
	max-width: 1560px;
	padding:0px 15px;
	width: 100%;
	margin: 0 auto;
}

.main-header .header-upper{
	position:relative;
}

.main-header .header-upper .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	margin-right: 75px;
	padding: 7px 0px;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.main-header .header-upper .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;
	width: 250px;
	
}

.main-header .header-upper .nav-outer {
	position: relative;
	float: right;
	margin-top: 12px;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease;
	right: 50px;
}
.main-header.fixed-header .header-upper .nav-outer{
	margin-top:0px;
}

.main-header.fixed-header .header-upper .logo-box{
	padding:16px 0px;
}

.main-header .header-upper .nav-outer .main-menu{
	position: static;
	float: left;
}

.main-menu .navigation{
	position:static;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-right: 55px;
	padding: 20px 0;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:16px;
	line-height:30px;
	font-weight:600;
	
	color:#cfd201;
	padding:10px 0;
	opacity:1;
	text-align:center;
	text-transform: capitalize;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li > a:hover{
	position:relative;
	color: #006cb7;
	padding-top:20px;
}

/* .main-menu .navigation > li > a:before{ */
	/* position: absolute; */
	/* left: -27px; */
	/* top: 7px; */
	/* height: 35px; */
	/* width: 39px; */
	/* background-image: url(../images/icons/nav-before.png); */
	/* background-repeat: no-repeat; */
	/* background-position: center; */
	/* background-size: cover; */
	/* content: ""; */
	/* z-index: -1; */
	/* -webkit-transform: scale(0); */
	/* -moz-transform: scale(0); */
	/* -ms-transform: scale(0); */
	/* -o-transform: scale(0); */
	/* transform: scale(0); */
	/* -webkit-transition:all 300ms ease; */
	/* -moz-transition:all 300ms ease; */
	/* -ms-transition:all 300ms ease; */
	/* -o-transition:all 300ms ease; */
	/* transition:all 300ms ease; */
/* } */

/* .main-menu .navigation > li > a:hover:before, */
/* .main-menu .navigation > li.current > a:before{ */
	/* -webkit-transform: scale(1); */
	/* -moz-transform: scale(1); */
	/* -ms-transform: scale(1); */
	/* -o-transform: scale(1); */
	/* transform: scale(1); */
/* } */


	
.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#25262c;
	background:#fff;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	color:#292929;
	line-height:20px;
	font-size:13px;
	font-weight: 900;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#fff;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:110%;
	width:200px;
	padding:0px 0px;
	z-index:100;
	background:rgba(47,46,50,.90);
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	opacity: 1;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-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);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 20px;
	line-height:20px;
	font-weight:400;
	font-size:15px;
	color:#fff;
	text-align:left;
	text-transform:capitalize;
    border-left: 4px solid transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
    border-left: 4px solid #cfd201;
	background:#222222;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:15px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	line-height:20px;
	font-size:16px;
	color: #fff;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:110%;
	top:0%;
	width:200px;
	padding:0px 0px;
	z-index:100;
	background:rgba(47,46,50,.90);
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-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);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:10px 20px;
	line-height:20px;
	font-weight:400;
	font-size:15px;
	color:#fff;
	text-align:left;
	text-transform:capitalize;
    border-left: 4px solid transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color: #fff;
	background:#222222;
    border-left: 4px solid #cfd201;
}

.main-menu .navigation > li.dropdown:hover > ul{
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
	visibility:visible;
	opacity:1;
	top:100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top: 0;
	left: 100%;
	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 .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #fff;
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#fff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .btn-box{}

.main-header .btn-box a{
	border-radius: 10px;
	font-weight: 600;
}

.main-header .outer-box {
	position: absolute;
	float: right;
	right: 0;
}

.main-header .cart-btn{
	position: relative;
	float: left;
	padding: 10px 0 10px;
}

.main-header .cart-btn a{
	position: relative;
	float: left;
	font-size: 34px;
	line-height: 30px;
	color: #040308;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .cart-btn a:hover{
	color: #fff;
}

.main-header .cart-btn .count{
	position: absolute;
    right: -8px;
    top: -3px;
    font-size: 12px;
    color: #fff;
    background-color: #00e399;
    height: 22px;
    width: 22px;
    text-align: center;
    border-radius: 50%;
    line-height: 22px;
}

/*search box btn*/

.main-header .search-box{
	position:relative;
	float: left;
	padding: 10px 0;
	margin-left: 30px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .search-box .search-box-btn{
	position: relative;
	width: 30px;
    cursor: pointer;
    background: none;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
	outline: none;
	border-radius: 50px;
	text-align: center;
}

.main-header .search-box .show .search-box-btn span:before{
	content: "\f14d";
	font-size: 20px;
}

.dropdown-toggle::after{
	display: none;
}

.main-header .search-box .dropdown-menu{
	top: 100% !important;
    left: auto !important;
    right: 0px !important;
    transform: none !important;
	padding:0px;
	width:280px;	
	border-radius:0px;
	border-top:3px solid #25262c;
	margin-top: 10px;
}

.main-header .search-panel .form-container{
	padding:25px 20px;	
}

.main-header .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
	display:block;
	width:100%;
	line-height:24px;
	padding:7px 40px 7px 15px;
	height:40px;
	font-size:14px;
	border:1px solid #e0e0e0;
	background:#fff;	
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color:#25262c;	
}

.main-header .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
}

/*=== Nav Toggler ===*/

.main-header .nav-toggler{
	position: relative;
	float: right;
}

.main-header .nav-toggler .nav-btn{
	position:relative;
	width: 50px;
	color: #12114a;
	font-size: 14px;
	line-height: 68px;
	font-weight:normal;
	background:none;
	background-color: #fff;
	cursor: pointer;
	border-radius: 0 0 25px 25px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .nav-toggler .nav-btn .icon{
	display: inline-block;
}

/*** 

====================================================================
	 Header Style Two
====================================================================

***/

.header-style-two .main-menu .navigation > li > a{
	color: #241358;
}

.header-style-two.fixed-header{
	background-color:#fff;
}

.header-style-two.fixed-header .nav-toggler .nav-btn{
	background-color:#cfd201;
	color: #fff;
}

/*** 

====================================================================
	 Header Style Three
====================================================================

***/

.header-style-three .header-upper{
	text-align: center;
}

.header-style-three .header-upper .nav-outer{
	/* position: relative; */
	display: inline-block;
	float: none;
	margin-bottom: -10px;
}


/************************ Mega Menu ***************************/

.main-menu .navigation > li.has-mega-menu{
	position:static;
}

.main-menu .navigation > li > .mega-menu{
	position:absolute;
	left:0px;
	right: 0;
	margin: auto;
	width:100%;
	max-width: 1170px;
	background-color:#fff;
    padding: 30px 0;
    top: 100%;
	z-index:100;
	opacity: 0;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	box-shadow: 0 25px 60px rgba(0,0,0,0.13);
}

.main-menu .navigation > li:hover > .mega-menu{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

.main-menu .navigation > li > .mega-menu .mega-menu-bar{
	position: relative;
}

.main-menu .navigation > li .mega-menu-bar > ul{
	position:relative;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #f3f7fd;
	padding-left: 60px;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li .mega-menu-bar .column{
	position:relative;
	margin-bottom:10px;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li:last-child{
	border:none;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a{
	position:relative;
	display:block;
	padding:20px 60px;
	line-height:30px;
	font-weight:500;
	font-size:15px;
	color:#71767b;
	text-align:left;
	text-transform:capitalize;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > i{
	position: absolute;
    left: 70px;
    top: 20px;
    font-size: 14px;
    line-height: 30px;;
    color: #818183;
    z-index: 9;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a:before{
	position: absolute;
	left: 0;
	top: 20px;
	height: 30px;
	width: 30px;
	background-image: url(../images/icons/menu-before.png);
	opacity: .10;
	content:"";
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover:before{
	opacity: 1;
	color: #000b9a;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li:hover > i{
	color: #fff;
}

/*** 

====================================================================
	 Header Style Three
====================================================================

***/

.btn-box .cart-btn{
	position: relative;
	float: left;
	margin-right: 35px;
}

.btn-box .cart-btn a{
	position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    opacity: 1;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-box .search-box-outer{
	position: relative;
	float: right;
	padding: 10px 0;
}

.btn-box .search-box-outer .search-box-btn{
	position: relative;
	background-color:transparent;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	font-weight: 400;
}

.btn-box .search-box-outer .dropdown-menu{
    top: 40px !important;
    right: 0 !important;
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    transform: none !important;
    border-top: 3px solid #25262c;
    left: auto !important;
}

.search-box-outer .show .search-box-btn span:before {
    content: "\f1b9";
    font-size: 14px;
}

/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/


.hidden-bar{
	position: fixed;
    right: -500px;
    top: 0px;
    max-width: 100%;
	height:100%;
	overflow-y:auto;
    z-index: 99999;
    opacity: 0;
	background: #fff;
    visibility: hidden;
    -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;
}

.side-content-visible .hidden-bar{
	right:0px;
	opacity:1;
	visibility:visible;
}

.hidden-bar .inner-box {
	position: relative;
	background-color: #fff;
	padding: 30px 20px 20px;
	width: 343px;
}

.hidden-bar .inner-box .cross-icon {
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
	color: #060606;
	font-size: 28px;
	z-index: 9;
	width: 40px;
	height: 40px;
	text-align: center;
}

.hidden-bar .inner-box h2{
	position:relative;
	font-size:28px;
	font-weight:400;
	line-height:1.2em;
	color:#fff;
	margin-bottom:20px;
}
.slide-rightside img {
	width: 149px;
}
.right-side-content {
	color: #4a4a4a;
	font-size: 14px;
	text-align: justify;
	border-bottom: 1px solid #a4a4a4;
	padding-bottom: 10px;
}

.form-info h4 {
	position: relative;
	color: #cfd201;
	padding-bottom: 10px;
	font-weight: 600;
}
.contact-info li {
	padding-left: 47px;
	position: relative;
	padding-bottom: 10px;
}
.contact-info li i {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 24px;
	font-size: 30px;
	color: #cfd201;
	text-align: center;
}
.contact-info li span {
	font-size: 16px;
	color: #111121;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-bottom: 8px;
}
.contact-info li p {
	margin-bottom: 0;
	line-height: 24px;
}
.contact-info li a {
	color: #111121;
}
.contact-info li a:hover {
	color: #cfd201;
}
.contact-info li a {
	color: #000;
}
.right-slide.social-icons.social-colored {
	padding-top: 13px;
	border-top: 1px solid #848484;
	text-align: center;
}
.right-slide.social-icons ul {
	padding: 0;
	margin: 0;
	line-height: 0;
}
.right-slide.social-icons li {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0 8px 0 0;
}
.right-slide.social-icons li a {
	display: inline-block;
	height: 40px;
	width: 40px;
	padding-top: 11px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	margin: 0;
	border-radius: 4px;
	border: 0;
	background: #12114a;
	color: #fff;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
/*Appointment Form*/

.hidden-bar .appointment-form{
	position:relative;
}

.hidden-bar .appointment-form .form-group{
	position:relative;
	margin-bottom:15px;
}

.hidden-bar .appointment-form input[type="text"],
.hidden-bar .appointment-form input[type="email"],
.hidden-bar .appointment-form textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:23px;
	padding:10px 25px;
	height:45px;
	color:#fff;
	font-size:16px;
	border:1px solid rgba(255,255,255,0.10);
	background:none;
	transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
}

.hidden-bar .appointment-form input::placeholder,
.hidden-bar .appointment-form textarea::placeholder{
	color:#bdbdbd;
}

.hidden-bar .appointment-form input:focus,
.hidden-bar .appointment-form textarea:focus{
	border-color: #fff;
}

.hidden-bar .appointment-form textarea{
	height:135px;
	resize:none;
}

.hidden-bar .appointment-form .form-group button{
	margin-top:10px;
	display: block;
	width: 100%;
}

.contact-info-box{
	position:relative;
	padding-top:50px;
}

.contact-info-box .info-list{
	position:relative;
	padding-bottom:18px;
	margin-bottom:25px;
}

.contact-info-box .info-list li{
	position:relative;
	color:#fff;
	font-size:18px;
	font-weight:400;
	margin-bottom:15px;
}

.contact-info-box .info-list:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:50px;
	height:1px;
	background-color:#fff;
}

.contact-info-box .social-list{
	position:relative;
}

.contact-info-box .social-list li{
	position:relative;
	width:50%;
	float:left;
	margin-bottom:6px;
	display:inline-block;
}

.contact-info-box .social-list li a{
	position:relative;
	font-size:15px;
	font-weight:400;
	color:rgba(255,255,255,0.50);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.contact-info-box .social-list li a:hover{
	color:rgba(255,255,255,0.80);
}

.form-back-drop{
	position:fixed;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	background:rgba(0,0,0,0.70);
	visibility:hidden;
	z-index:9990;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.side-content-visible .form-back-drop{
	opacity:1;
	visibility:visible;
}

.mCSB_inside>.mCSB_container{
	margin-right: 0;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section {
	position: relative;
	background: #13124b;
	margin-top: 20px;
}
.banner-section .slide-item{
	position: relative;
	padding: 260px 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.banner-section .icon-circle-11{
	left: -455px;
	bottom: -80px;
	opacity: .30;
}

.banner-section .icon-circle-2{
	left: -70px;
	bottom: 440px;
	opacity: .15;
}

.banner-section .icon-circle-3{
	left: 250px;
	bottom: 105px;
	opacity: .37;
}

.banner-section .icon-circle-4{
	right: -305px;
	top: 150px;
	opacity: .50;
}


.banner-section .slide-item .auto-container{
	position: relative;
}


.banner-section .content-box{
	position:relative;
	float: left;
	width: 52%;
}

.banner-section .content-box h2{
	position:relative;
	font-size:60px;
	color:#fff;
	line-height:1.2em;
	font-weight:700;
	text-transform: uppercase;
	margin-bottom:30px;
}

.banner-section .content-box .text{
	position:relative;
	font-size:25px;
	color: #fff;
	line-height:40px;
	font-weight: 400;
	margin-bottom:60px;
}

.banner-section .content-box .btn-box{
	position: relative;
}

.banner-section .content-box .btn-box .theme-btn{
	text-transform: uppercase;
	line-height: 30px;
	padding: 15px 40px;
	border-radius: 5px;
}

.banner-section .image-box{
	position: absolute;
	right: -200px;
	top: -200px;
}

.banner-section .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.banner-section .image-box .image img{
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.banner-section .slide-item.style-two .content-box{
	float: right;
}

.banner-section .slide-item.style-two .image-box{
	position: absolute;
	right: auto;
	bottom: auto;
	left: -130px;
	top: 50%;
	transform: translateY(-50%);
}

.banner-section .owl-nav{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -25px;
}

.banner-section .owl-next,
.banner-section .owl-prev{
	position: absolute;
	left: 60px;
	top: 0;
	font-size: 30px;
	line-height: 50px;
	color: #fff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-next{
	left: auto;
	right: 60px;
}

.banner-section .owl-next:hover,
.banner-section .owl-prev:hover{
	color: #cfd201;
}

/*** 

====================================================================
	Banner Section Two
====================================================================

***/

.banner-section-two{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 410px 0 350px;
}

.banner-section-two .content-box{
	position: relative;
}

.banner-section-two .title-box{
	position: relative;
	margin-bottom: 50px;
}

.banner-section-two .title-box h4{
	position: relative;
	display: block;
	font-size: 34px;
	line-height: 1.2em;
	color: #cfd201;
	font-weight: 500;
	margin-bottom: 10px;
}

.banner-section-two .title-box h1{
	position: relative;
	font-size: 60px;
	line-height: 1.2em;
	color: #12114a;
	font-weight: 700;
}

.banner-section-two .timer{
	float: none;
	display: inline-block;
}

.timer{
	position: relative;
	float: left;
}

.cs-countdown{
	position: relative;
	text-align: center;
}

.cs-countdown div{
	position: relative;
	display: inline-block;
	text-align: center;
	height: 155px;
	width: 155px;
	background-color: #fff;
	margin-right: 30px;
	box-shadow: 0 10px 42px rgba(58,55,183,.20);
}

.cs-countdown div:last-child{
	margin-right: 0;
}

.cs-countdown span{
	position: relative;
	display: block;
	font-size: 60px;
	color: #12114a;
	line-height: 130px;
	font-weight: 700;
	text-align: center;
}

.cs-countdown h6{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	margin: 0 auto;
	font-size: 18px;
	color: #494949;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*** 

====================================================================
	Banner Section Three
====================================================================

***/

.banner-section-three{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 320px 0 0px;
}

.banner-section-three .auto-container{
	max-width: 1560px;
}

.banner-section-three .content-box{
	position: relative;
	float: left;
	max-width: 620px;
}

.banner-section-three .content-box h2{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 1.2em;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.banner-section-three .content-box .text{
	position: relative;
	display: block;
	font-size: 25px;
	line-height: 40px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 60px;
}

.banner-section-three .content-box .btn-box{
	position: relative;
}

.banner-section-three .content-box .btn-box .theme-btn{
	text-transform: uppercase;
	font-size: 18px;
	padding: 20px 40px;
}

.banner-section-three .form-box{
	position: relative;
	float: right;
	max-width: 600px;
	width: 100%;
	background-color:#fff;
	margin-top: -110px;
	margin-bottom: -80px;
	box-shadow: 0 46px 133px rgba(0,0,0,0.21);
}

.banner-section-three .inner-box{
	position: relative;
}

.banner-section-three .form-box .title-box{
	position: relative;
	padding: 60px 15px 95px;
	text-align: center;
	background-color:#cfd201;
}

.banner-section-three .form-box .title-box h4{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	color: #fff;
	font-weight: 700;
}

.banner-section-three .form-box .timer{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -65px;
}

.banner-section-three .form-box .cs-countdown div{
	height: 120px;
	width: 105px;
}

.banner-section-three .form-box .cs-countdown span{
	font-size: 35px;
	color: #12114a;
	line-height: 100px;
}

.banner-section-three .form-box .cs-countdown h6{
	bottom: 25px;
	font-size: 15px;
	color: #707070;
	letter-spacing: 0;
}

.banner-section-three .register-form{
	position: relative;
	padding: 145px 50px 85px;
}

.register-form .form-group{
	position:relative;
	margin-bottom: 15px;
}

.register-form .form-group:last-child{
	margin-bottom: 0;
}

.register-form .form-group input[type="text"],
.register-form .form-group input[type="phone"],
.register-form .form-group input[type="url"],
.register-form .form-group input[type="email"],
.register-form .form-group textarea,
.register-form .form-group select{
	position: relative;
    display: block;
    height: 55px;
    width: 100%;
    font-size: 16px;
    color: #707070;
    line-height: 25px;
    font-weight: 400;
    padding: 20px 35px;
    background-color: #f6f5fa;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.register-form .form-group input:focus,
.register-form .form-group select:focus,
.register-form .form-group textarea:focus{
	border-color:#cfd201;
}

.register-form .form-group textarea{
	height: 100px;
	resize: none;
}

.register-form button{
	text-transform:capitalize;
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	border-radius: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}


/*** 

====================================================================
	Features Section
====================================================================

***/

.features-section{
	position: relative;
	padding: 180px 0 60px;
}

.features-section .float-text{
	position: absolute;
	right: -20px;
	top: 110px;
}

.features-section .sec-title{
	margin-bottom: 15px;
}

.feature-block{
	position: relative;
	margin-bottom: 40px;
}

.feature-block .inner-box{
	position: relative;
	padding: 40px 50px;
	border-radius: 10px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .inner-box:hover{
	background-color:#fff;
	box-shadow: 0 18px 40px rgba(30,23,157,0.15);
}

.feature-block .icon-box{
	position: relative;
	display: block;
	margin-bottom: 40px;
}

.feature-block .icon-box .icon{
	position: relative;
	display: inline-block;
	font-size: 25px;
	line-height: 58px;
	height: 58px;
	width: 58px;
	color: #fff;
	border-radius: 25px;
	text-align: center;
	box-shadow:0 9px 29px rgba(37,37,37,.09);
	background: rgb(25,252,254);
	background: -moz-linear-gradient(top, rgba(25,252,254,1) 0%, rgba(47,203,237,1) 100%);
	background: -webkit-linear-gradient(top, rgba(25,252,254,1) 0%,rgba(47,203,237,1) 100%);
	background: linear-gradient(to bottom, rgba(25,252,254,1) 0%,rgba(47,203,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19fcfe', endColorstr='#2fcbed',GradientType=0 );
}

.feature-block .inner-box:hover .icon-box .icon{
	-webkit-animation: flipInY 1200ms;
	-moz-animation: flipInY 1200ms;
	-ms-animation: flipInY 1200ms;
	-o-animation: flipInY 1200ms;
	animation: flipInY 1200ms;
}

.feature-block:nth-child(2) .icon-box .icon{
	background: rgb(138,0,255);
	background: -moz-linear-gradient(top, rgba(138,0,255,1) 0%, rgba(75,30,206,1) 100%);
	background: -webkit-linear-gradient(top, rgba(138,0,255,1) 0%,rgba(75,30,206,1) 100%);
	background: linear-gradient(to bottom, rgba(138,0,255,1) 0%,rgba(75,30,206,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a00ff', endColorstr='#4b1ece',GradientType=0 );
}

.feature-block:nth-child(3) .icon-box .icon{
	background: rgb(242,4,135);
	background: -moz-linear-gradient(top, rgba(242,4,135,1) 0%, rgba(162,0,89,1) 100%);
	background: -webkit-linear-gradient(top, rgba(242,4,135,1) 0%,rgba(162,0,89,1) 100%);
	background: linear-gradient(to bottom, rgba(242,4,135,1) 0%,rgba(162,0,89,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfd201', endColorstr='#a20059',GradientType=0 );
}

.feature-block h4{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 1.2em;
	color: #12114a;
	font-weight: 700;
	margin-bottom: 20px;
}

.feature-block h4 a{
	color: #12114a;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block h4 a:hover{
	color: #cfd201;
}

.feature-block .text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #707070;
	font-weight: 400;
	margin-bottom: 25px;
	cursor: default;
}

.feature-block .link-box{
	position: relative;
	display: block;
}

.feature-block .link-box a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #cfd201;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .link-box a:hover{
	color: #222222;
}

/*** 

====================================================================
	Features Section Two
====================================================================

***/

.feature-section-two{
	position: relative;
	padding: 100px 0 70px;
}

.feature-block-two{
	position: relative;
	margin-bottom: 30px;
}

.feature-block-two .inner-box{
	position: relative;
	padding: 50px 10px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-two .inner-box:hover{
	box-shadow: 0 10px 43px rgba(0,0,0,0.09);
}

.feature-block-two .icon{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.feature-block-two .icon img{
	max-width: 100%;
	height: auto;
}	

.feature-block-two h4{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 1.2em;
	color: #11134d;
	font-weight: 700;
	margin-bottom: 20px;
}

.feature-block-two h4 a{
	color: #11134d;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-two h4 a:hover{
	color: #cfd201;
}

.feature-block-two .text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 25px;
	color: #656565;
	font-weight: 400;
	margin-bottom: 25px;
}

.feature-block-two .link-box{
	position: relative;
}

.feature-block-two .link-box a{
	font-size: 16px;
	line-height: 26px;
	color: #cfd201;
	font-weight: 500;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-two .inner-box:hover .link-box a{
	opacity: 1;
}

.feature-section-two.style-two{
	position: relative;
}

.feature-section-two.style-two .feature-block-two .inner-box:hover{
	box-shadow: none;
}

.feature-section-two.style-two .feature-block-two .inner-box{
	padding-bottom: 0;
}

.feature-section-two.style-two .feature-block-two .icon{
	margin-bottom: 30px;
}

.feature-section-two.style-two .feature-block-two .text{
	margin-bottom: 0;
}

/*** 

====================================================================
		Services Css Style
====================================================================

***/
#service-section {
	padding: 50px 30px;
}
.about-section{
	position: relative;
	padding: 210px 0 0;
}

.about-section .float-text{
	position: absolute;
	right: -30px;
	top: 140px;
}

.icon-cross-1{
	height: 30px;
	width: 31px;
	background-image: url(../images/icons/cross-1.png);
}

.icon-circle-9{
	height: 27px;
	width: 27px;
	background-image: url(../images/icons/circle-9.png);
}

.about-section .icon-cross-1{
	left: -250px;
	bottom: -30px;
}

.about-section .icon-circle-9{
	right: -115px;
	bottom: 190px;
}

.about-carousel{
	position: relative;
}

.about-carousel::before {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	max-width: 970px;
	background: linear-gradient(90deg, #12114a 0%, #1c3ca8 100%);
	border-radius: 15px;
	content: '';
	box-shadow: rgba(0, 0, 0, 0.9) 2px 33px 14px -33px;
}
.service-title {
	text-align: center;
	padding-bottom: 26px;
}
.service-title h3 {
	font-weight: 600;
	font-size: 28px;
	color: #cfd201;
}
.service-title p {
	font-size: 21px;
	width: 68%;
	margin: 0 auto;
	border-top: 2px solid #cfd201;
	padding-top: 7px;
	color: #2f2f2f;
}
.about-carousel .slide-item {
	position: relative;
	padding: 69px 0 70px;
}

.about-carousel .slide-item .image-box{
	position: absolute;
	left: 70px;
	top: 70px;
}

.about-carousel .slide-item .image-box .image{
	position: relative;
	box-shadow: 0 14px 55px rgba(0,0,0,0.17);
	margin-bottom: 0;
}

.about-carousel .slide-item .image-box img{
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.26) 3px 28px 24px -33px;
}

.about-carousel .content-box {
	position: relative;
	float: right;
	height: 420px;
}

.about-carousel .content-box .inner-box {
	position: relative;
	max-width: 543px;
	padding-right: 30px;
}
.about-carousel .content-box h3 {
	position: relative;
	display: block;
	font-size: 35px;
	line-height: 1.2em;
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px;
}

.about-carousel .content-box .text {
	position: relative;
	display: block;
	font-size: 16px;
	color: #fff;
	margin-bottom: 27px;
	text-align: justify;
}

.about-carousel .content-box .btn-box{
	position: relative;
}

.about-carousel .content-box .btn-box .theme-btn{
	position: relative;
}

.about-carousel .owl-nav{
	position: absolute;
	left: 0px;
	top: 150px;
	background-color:#fff;
	width: 70px;
	height: 60px;
	text-align: center;
	box-shadow: 0 31px 55px rgba(0,0,0,0.09);
	border-radius: 15px 0 0 15px;
}

.about-carousel .owl-next,
.about-carousel .owl-prev{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 60px;
	margin: 0 4px;
	color: #c3c3c3;
	font-weight: 400;
	z-index: 9;
	transition: all 300ms ease;
}

.about-carousel .owl-next:hover,
.about-carousel .owl-prev:hover{
	color: #f20587;
}

/*** 

====================================================================
		About Events
====================================================================

***/

.about-event{
	position: relative;
	background-color: #f8f8fa;
	padding: 130px 0 130px;
}

.icon-circle-13{
	height: 100px;
	width: 100px;
	background-image: url(../images/icons/circle-13.png);
}

.icon-circle-14{
	height: 20px;
	width: 20px;
	background-image: url(../images/icons/circle-14.png);
}

.icon-triangle-1{
	height: 45px;
	width: 38px;
	background-image: url(../images/icons/triangle-1.png);
}

.icon-triangle-2{
	height: 36px;
	width: 33px;
	background-image: url(../images/icons/triangle-2.png);
}

.about-event .icon-circle-13{
	right: -270px;
	bottom: 300px;
}

.about-event .icon-circle-14{
	top: 204px;
	left: -270px;
}

.about-event .icon-circle-14:nth-child(2){
	top: auto;
	bottom: 112px;
	left: 170px;
}

.icon-triangle-1{
	left: -260px;
	bottom: 80px;
}

.icon-triangle-2{
	bottom: 45px;
	right: -115px;
}

.about-event .content-column{
	position: relative;
}

.about-event .content-column .inner-column{
	position: relative;
}

.about-event .content-column .info-box{
	position: relative;
	margin-bottom: 45px;
}

.about-event .content-column h5{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #12114a;
	font-weight: 700;
	margin-bottom: 10px;
}

.about-event .content-column .text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 28px;
	color: #707070;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}






/*** 

====================================================================
		Events Section
====================================================================

***/

.events-section{
	position: relative;
	padding-bottom: 65px;
}

.icon-circle-1{
	height: 245px;
	width: 256px;
	background-image: url(../images/icons/circle-1.png);
}

.icon-circle-2{
	height: 113px;
	width: 113px;
	background-image: url(../images/icons/circle-2.png);
}

.icon-circle-3{
	height: 50px;
	width: 50px;
	background-image: url(../images/icons/circle-3.png);
}

.icon-circle-4{
	height: 47px;
	width: 47px;
	background-image: url(../images/icons/circle-4.png);
}

.events-section .icon-circle-1{
	right: -445px;
	bottom: -85px;
	opacity: .10;
}

.events-section .icon-circle-2{
	right: 310px;
	bottom: 95px;
	opacity: .07;
}

.events-section .icon-circle-3{
	left: -180px;
	top: 280px;
	opacity: .70;
}

.events-section .icon-circle-4{
	right: 520px;
	top: 0px;
	opacity: .45;
}

.events-carousel{
	position: relative;
}

.events-carousel .content-column{
	position: relative;
	margin-bottom: 50px;
}

.events-carousel .content-column .inner-column{
	position: relative;
	padding-top: 115px;
	padding-left: 15px;
}

.events-carousel .content-column .title{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 1.2em;
	color: #cfd201;
	font-weight: 700;
	margin-bottom: 23px;
}

.events-carousel .content-column h2{
	position:relative;
	font-size:35px;
	line-height:1.2em;
	color:#12114a;
	font-weight:700;
	margin-bottom: 55px;
}

.events-carousel .content-column .text{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 35px;
	color: #707070;
	font-weight:400;
	margin-bottom: 67px;
}

.events-carousel .info-column{
	position: relative;
}

.events-carousel .info-column .inner-column{
	position: relative;
	padding: 110px 0 175px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.events-carousel .info-column .inner-column .inner{
	position: relative;
	max-width: 260px;
	margin: 0 auto;
}

.events-carousel .info-column .info-box{
	position: relative;
	padding-left: 85px;
	min-height: 60px;
	margin-bottom: 80px;
}

.events-carousel .info-column .info-box:last-child{
	margin-bottom: 0;
}

.events-carousel .info-column .info-box .icon{
	position: absolute;
	left: 0;
	top: 0;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	line-height: 60px;
	color: #2d37ac;
	background-color: #fff;
	text-align: center;
	font-size: 26px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.events-carousel .info-column .info-box:hover .icon{
	color: #cfd201;
	box-shadow: 0 17px 17px rgba(0,0,0,.33);
}

.events-carousel .info-column .info-box .text{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-weight: 500;
	cursor: default;
}

.events-carousel .info-column .info-box.location{
	padding-top: 5px;
}

.events-carousel .info-column .info-box.date .text{
	line-height: 60px;
	font-size: 30px;
	font-weight: 900;
}

.events-carousel .info-column .info-box.time .text{
	line-height: 60px;
}

.events-carousel .owl-nav{
	display: none;
}

.events-carousel .owl-dots{
	position: absolute;
	right: -180px;
	top: 50%;
	transform: translateY(-50%);
}

.events-carousel .owl-dot{
	position: relative;
	display: block;
	height: 20px;
	width: 20px;
	background-color:#fff;
	border-radius: 50%;
	margin-bottom: 33px;
	box-shadow: 0 10px 17px rgba(0,0,0,.33);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.events-carousel .owl-dot:hover,
.events-carousel .owl-dot.active{
	background-color:#4b1ece;
}

.events-carousel .owl-dot.active{
	box-shadow: none;
}

 

/*** 

====================================================================
		Pricing Section
====================================================================

***/

.pricing-section{
	position: relative;
	padding: 50px 0;
	background-color:#f0f0f0;
}
.pricing-section h2 {
	position: relative;
	font-size: 40px;
	color: #12114a;
	font-weight: 700;
	padding-bottom: 36px;
}
.pricing-section .icon-circle-1{
	left: -445px;
	bottom: 30px;
	opacity: .19;
}

.pricing-section .icon-circle-2{
	right: -155px;
	top: 250px;
	opacity: .07;
}

.pricing-section .icon-circle-3{
	bottom: 155px;
	right: -175px;
	opacity: .70;
}

.pricing-section .icon-circle-4{
	top: 215px;
	left: 50%;
	margin-left: -60px;
	opacity: .45;
}

.pricing-section .float-text{
	right: 0;
	top: 10px;
}

.pricing-section .row{
	position: relative;
	background-color:#fff;
	border-radius: 10px;
}

.pricing-block{
	position: relative;
	display: block;
}

.pricing-block .inner-box{
	position: relative;
	background-color:#fff;
	border-radius: 10px;
	padding: 55px 0 60px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.pricing-block .inner-box:before{
	position: absolute;
	right: -15px;
	top: 0;
	height: 100%;
	width: 1px;
	background:#d7d7d7 padding-box content-box;
	content: "";
	padding: 60px 0;
	z-index: 1;
}

.pricing-section .pricing-block:last-child .inner-box:before{
	display: none;
}

.pricing-block .price{
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 1em;
	color: #12114a;
	font-weight: 400;
	margin-bottom: 33px;
}

.pricing-block .image{
	position: relative;
	margin-bottom: 24px;
}

.pricing-block .image img{
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.pricing-block .title{
	position: relative;
	display: block;
	font-size: 25px;
	line-height: 1.2em;
	color: #12114a;
	font-weight: 700;
	margin-bottom: 20px;
}

.pricing-block .features{
	position: relative;
	margin-bottom: 35px;
}

.pricing-block .features li{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 25px;
	color: #707070;
	font-weight: 400;
	margin-bottom: 10px;
}

.pricing-block .btn-box{
	position: relative;
}

.pricing-block .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	color: #707070;
	font-weight: 500;
	border: 1px solid #d7d7d7;
	padding: 14px 30px;
	text-transform: uppercase;
	border-radius: 5px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.pricing-block.active .btn-box a,
.pricing-block .btn-box a:hover{
	background-color:#cfd201;
	border-color:#cfd201;
	color: #fff;
}
 
/***

====================================================================
			Fun Fact Section Two
====================================================================

***/

.fun-fact-section-two {
	position: relative;
	padding: 140px 0 100px;
	background: url(../images/background/3.jpg);
	background-attachment: fixed;
}

.icon-circle-10{
	height: 31px;
	width: 31px;
	background-image:url(../images/icons/circle-10.png);
}

.icon-twist-line-3{
	height: 73px;
	width: 69px;
	background-image:url(../images/icons/twist-line-3.png);
}

.fun-fact-section-two .icon-twist-line-3{
	right: -220px;
	top: 170px;
}

.fun-fact-section-two .icon-circle-10{
	left: -85px;
	bottom: 120px;
}

.fun-fact-section-two .fact-counter{
	position: relative;
}

.fun-fact-section-two .counter-column{
	position:relative;
	margin-bottom:40px;
}

.fun-fact-section-two .count-box{
	position: relative;
	padding-left: 75px;
	font-size:50px;
	line-height: 42px;
	font-weight:900;
	color:#fff;
}

.fun-fact-section-two .count-box .icon{
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 50px;
	line-height: 1em;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 400;
}

.fun-fact-section-two .count-box .count-text{
	position:relative;
	display: inline-block;
	font-size: 50px;
	line-height: 1em;
	color: #fff;
	font-weight: 900;
	margin-bottom: 10px;
}

.fun-fact-section-two .count-box .counter-title{
	position: relative;
	display: block;
	font-size:18px;
	line-height:26px;
	font-weight:600;
	color:#fff;
	font-family: "Roboto", sans-serif;
}

/* ==========================

               Service Area

      =============================*/
#tw-service {
	padding: 50px 0;
}
.service-icon {
  width: 100%;
  position: relative;
  z-index: 2;
  height: 126px;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-position: center;
}
.service-icon-inner {
  vertical-align: middle;
}

.service-icon-inner img{
  padding-top: 21px;
  max-width: 70px;

}
.tw-service-box:hover .service-content h3 {
  color: #cfd201;
}

.service-content h3 {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
	display: block;
	font-size: 22px;
	color: #12114a;
	font-weight: 700;
	margin-bottom: 5px;
}
.tw-service-box .service-content p {
	color: #828282;
	font-size: 15px;
}
.our-services-circle {
	text-align: center;
	border: 4px solid #cfd201;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border-radius: 50%;
	margin-top: 10px;
}
.section-heading h3 {
	color: #0996d3;
	font-size: 28px;
}
.section-heading h3 span {
	color: #f69534;
}
.tw-readmore {
	font-size: 15px;
	color: #f69534;
	transition: 0.5s;
}
.tw-readmore:hover {
	color: #00b5f7;
}
/* Animated Title Border */
.animate-border {
	position: relative;
	display: block;
	width: 115px;
	height: 3px;
	background: #f69534;
	margin: 10px auto 30px;
}
.animate-border::after {
	position: absolute;
	content: "";
	width: 35px;
	height: 3px;
	left: 5%;
	bottom: 0;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
}
.animate-border::after {
	position: absolute;
	content: "";
	width: 35px;
	height: 3px;
	left: 0;
	bottom: 0;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	-webkit-animation: animborder 2s linear infinite;
	animation: animborder 2s linear infinite;
}
@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}
 
 

 

/*=== Speaker Popup ===*/

.ts-speaker-popup {
	background: #fff;
	padding: 0;
	position: relative; 
}

.ts-speaker-popup .ts-speaker-popup-img img {
	width: 100%; 
}

.ts-speaker-popup .ts-speaker-popup-content {
	padding: 60px 40px; 
}

.ts-speaker-popup .ts-speaker-popup-content .ts-title {
	margin-bottom: 10px; 
	font-size: 24px;
	line-height: 1.2em;
	color: #222222;
}

.ts-speaker-popup .ts-speaker-popup-content .speakder-designation {
	display: block;
	font-size: 14px;
	margin-bottom: 20px; 
}

.ts-speaker-popup .ts-speaker-popup-content .company-logo {
	margin-bottom: 15px; 
}

.ts-speaker-popup .ts-speaker-popup-content p {
	margin-bottom: 25px; 
}

.ts-speaker-popup .ts-speaker-popup-content h4 {
	font-size: 20px;
	font-weight: 700; 
}

.ts-speaker-popup .ts-speaker-popup-content .session-name {
	margin-bottom: 15px; 
}

.ts-speaker-popup .ts-speaker-popup-content .speaker-session-info p {
	color: #e7015e;
	margin-bottom: 30px; 
}

.ts-speaker-popup .ts-speaker-popup-content .ts-speakers-social a {
	color: #ababab;
	margin-right: 18px; 
}

.ts-speaker-popup .ts-speaker-popup-content .ts-speakers-social a:hover {
	color: #e7015e; 
}

.ts-speaker-popup button.mfp-close {
	font-size: 30px; 
}


 

/*** 

====================================================================
		Topics Section
====================================================================

***/

.topics-section{
	position: relative;
	padding: 140px 0 37px;
	background-color:#f0f0f0;
	counter-reset:count;
	overflow: hidden;
}

.topics-section .float-text{
	right: -90px;
	top: 65px;
}

.icon-circle-5{
	height: 100px;
	width: 100px;
	background-image: url(../images/icons/circle-5.png);
}

.icon-circle-6{
	height: 40px;
	width: 40px;
	background-image: url(../images/icons/circle-6.png);
}

.icon-circle-7{
	height: 40px;
	width: 40px;
	background-image: url(../images/icons/circle-7.png);
}

.icon-wave-line{
	height: 705px;
	width: 504px;
	background-image: url(../images/icons/wave-line.png);
}

.topics-section .icon-wave-line{
	right: -375px;
	bottom: 0px;
}

.topics-section .icon-circle-5{
	top: 325px;
	left: -65px;
}

.topics-section .icon-circle-6{
	right: -350px;
	top: 235px;
}

.topics-section .icon-circle-7{
	bottom: 215px;
	right: -85px;
}

 

.topics-section .left-column .inner-column{
	position: relative;
	margin-right: -15px;
}

.topics-section .right-column .inner-column{
	margin-left: -15px;
	position: relative;
}

.topics-section .topic-list{
	position: relative;
}

.topics-section .topic-list li{
	position: relative;
	margin-bottom: 12px;
}

.topics-section .topic-list li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #12114a;
	font-weight: 500;
	padding: 38px 30px 0;
	padding-left: 70px;
	min-height: 100px;
	width: 100%;
	background-color:#fff;
}

.topics-section .topic-list li a:before{
	position: absolute;
	left: 30px;
	top: 38px;
	font-size: 18px;
	line-height: 24px;
	color: #12114a;
	font-weight: 700;
	counter-increment: count;
    content: "0" counter(count);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.topics-section .topic-list li a:hover .icon,
.topics-section .topic-list li a:hover:before{
	color: #4b1ece;
	opacity: 1;
}

.topics-section .topic-list li a .icon{
	position: absolute;
	right: 50px;
	top: 38px;
	line-height: 24px;
	opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.topics-section .topic-list li a:hover .icon{
	right: 30px;
}

.topics-section .center-column{
	position: relative;
}

.topics-section .center-column .inner-column{
	position: relative;
	text-align: center;
	margin-bottom: -140px;
}

.topics-section .center-column .inner-column:before{
	position: absolute;
	left: 80px;
	top: 40px;
	height: 414px;
	width: 388px;
	background-image: url(../images/icons/topic-bg-2.png);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
}

.topics-section .center-column .inner-column:after{
	position: absolute;
	left: 125px;
	top: 0px;
	height: 427px;
	width: 370px;
	background-image: url(../images/icons/topic-bg-1.png);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
}

.topics-section .center-column .image{
	position: relative;
	margin-bottom: 0;
	z-index: 9;
}

.topics-section .center-column .image img{
	max-width: 100%;
	height: auto;
}
.topics-section h2 {
	color: #cfd201;
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 10px;
}
.topics-section h2::after {
	content: "";
	width: 64px;
	height: 2px;
	background: #cfd201;
	position: absolute;
	display: inline-block;
	bottom: 12px;
	margin-left: 5px;
}
.topics-section .left-column .inner-column {
	position: relative;
	box-shadow: 0 14px 55px rgba(0,0,0,0.17);
	padding: 10px;
	margin-bottom: 16px;
	text-align: center;
	background: rgba(255, 255, 255, 0.5);
}
.topics-section .inner-column h5 {
	color: #12114a;
	font-weight: 500;
}
.topics-section .inner-column h5::after {
	content: "";
	background: #12114a;
	width: 100px;
	position: relative;
	height: 2px;
	margin: 0 auto;
	text-align: center;
	max-width: 100px;
	display: block;
	margin-bottom: 5px;
}

.topics-section .inner-column p {
	color: #4f4f4f;
}
.topics-section .right-column .inner-column {
	box-shadow: 0 14px 55px rgba(0,0,0,0.17);
	padding: 5px 10px;
	margin-bottom: 16px;
	text-align: center;
	background: rgba(255, 255, 255, 0.5);
}
   
/*** 

====================================================================
		Main Fotoer
====================================================================

***/
section.footer{
    background: url(../images/b1.jpg);
    
    background-attachment: fixed;
    background-size: cover;
	}
.main-footer{
	position:relative;
	/* background-image: linear-gradient(180deg, #00349A, #0A44B6); */
	padding: 70px 0 40px;
}
.main-footer{
	position: relative;
}

/* .icon-dots{ */
	/* height: 1198px; */
	/* width: 1214px; */
	/* background-image: url(../images/icons/icon-dots.png); */
/* } */
/* .icon-lines{ */
	/* height: 482px; */
	/* width: 482px; */
	/* background-image: url(../images/icons/icon-lines.png); */
/* } */

.main-footer .icon-dots{
	left: -375px;
	top: 0;
	opacity: 0.03;
}
.main-footer .icon-lines {
	right: 0;
	opacity: 0.05;
}
.icon-twist-line-1{
	height: 78px;
	width: 59px;
	background-image: url(../images/icons/twist-line-1.png);
}

.icon-twist-line-2{
	height: 73px;
	width: 69px;
	background-image: url(../images/icons/twist-line-2.png);
}

.main-footer .icon-twist-line-1{
	left: -25px;
	top: 0;
}

.main-footer .icon-twist-line-2{
	right: -165px;
	bottom: 125px;
}

.main-footer .icon-circle-6{
	right: -60px;
	top: 140px;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	opacity: .40;
}

.icon-circle-8{
	bottom: 150px;
	height: 95px;
	width: 95px;
	background-image: url(../images/icons/circle-8.png);
}

.main-footer .icon-circle-8{
	left: -170px;
	bottom: 150px;
	opacity: .38;
}

.main-footer:before{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/icons/footer-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	content: "";
}




.main-footer .social-links ul{
	position: relative;
	text-align: center;
}

.main-footer .social-links ul li{
	position: relative;
	display: inline-block;
	margin: 0 15px 15px;
}

.main-footer .social-links ul li a{
	font-size: 25px;
	color: #fff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .social-links ul li a:hover{
	color: #cfd201;
}

.main-footer .footer-nav{
	position: relative;
	text-align: center;
}

.main-footer .footer-nav ul{
	position: relative;
}

.main-footer .footer-nav ul li{
	position: relative;
	display: inline-block;
	margin: 0 15px 10px;
}

.main-footer .footer-nav ul li a{
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #fefefe;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .footer-nav ul li a:hover{
	color: #cfd201;
}

.main-footer .copyright{
	position:relative;
	display: block;
	font-size: 14px;
	font-weight:400;
	color: #fff;
	text-align: center;
}
 

 /*** 

====================================================================
	Login Section
====================================================================

***/

.login-section{
	position:relative;
	padding:180px 0px;
}

.login-form{
	position:relative;
	box-shadow: 0 22px 80px rgba(0,0,0,0.19);
}

.login-form .form-column{
	position: relative;
}

.login-form .form-column .inner-column{
	position: relative;
	margin-right: -15px;
	padding: 145px 70px 130px; 
}

.login-form .title-box{
	position: relative;
	margin-bottom: 30px;
}

.login-form .title-box h3{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 1.2em;
	color: #12114a;
	font-weight: 400;
	margin-bottom: 20px;
}

.login-form .title-box .text{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #707070;
	font-weight: 400;
}

.login-form .form-group{
	position:relative;
	margin-bottom:15px;
}

.login-form .form-group input[type="text"],
.login-form .form-group input[type="password"],
.login-form .form-group input[type="tel"],
.login-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:23px;
	padding:20px 45px;
	height:65px;
	color: #707070;
	font-size:14px;
	border-radius: 10px;
	border:1px solid #cccccc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.login-form .form-group input[type="text"]:focus,
.login-form .form-group input[type="password"]:focus,
.login-form .form-group input[type="tel"]:focus,
.login-form .form-group input[type="email"]:focus,
.login-form .form-group select:focus,
.login-form .form-group textarea:focus{
	border-color:#cfd201;
}

.login-form .form-group label{
	font-size: 14px;
	color: #707070;
}

.login-form .check-box{
	position: relative;
	display: block;
	margin-top: 30px;
	margin-bottom: 20px;
}

.login-form .btn-box .theme-btn{
	margin-right: 20px;
	font-weight: 400;
	text-transform: uppercase;
	min-width: 160px;
	text-align: center;
	border-radius: 10px;
}

.login-form .btn-box .theme-btn:last-child{
	margin-right: 0;
}

.login-form .image-column{
	position: relative;
}

.login-form .image-column .image-box{ 
	position: relative;
	margin-right: -90px;
}

.login-form .image-column .image{ 
	position: relative;
	margin-bottom: 0;
}

.login-form .image-column .image img{
	width: 100%;
	height: auto;
}  

/***

====================================================================
		Sign Up Section
====================================================================

***/

.sign-up-section{
	position:relative;
	padding:180px 0px;
}

.sign-up-form{
	position:relative;
	box-shadow: 0 22px 80px rgba(0,0,0,0.19);
}

.sign-up-form .form-column{
	position: relative;
}

.sign-up-form .form-column .inner-column{
	position: relative;
	margin-left: -30px;
	padding: 60px 70px 40px; 
}

.sign-up-form .title-box{
	position: relative;
	margin-bottom: 50px;
}

.sign-up-form .title-box h3{
	position: relative;
	display: block;
	font-size: 25px;
	line-height: 1.2em;
	color: #12114a;
	font-weight: 700;
}

.sign-up-form .form-group{
	position:relative;
	margin-bottom:30px;
}

.sign-up-form .form-group input[type="text"],
.sign-up-form .form-group input[type="password"],
.sign-up-form .form-group input[type="tel"],
.sign-up-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:20px;
	padding:14px 45px;
	height:50px;
	color: #222222;
	font-size:14px;
	border-radius: 5px;
	border:1px solid #cccccc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sign-up-form .form-group input[type="text"]:focus,
.sign-up-form .form-group input[type="password"]:focus,
.sign-up-form .form-group input[type="tel"]:focus,
.sign-up-form .form-group input[type="email"]:focus,
.sign-up-form .form-group select:focus,
.sign-up-form .form-group textarea:focus{
	border-color:#cfd201;
}

.sign-up-form .form-group label{
	font-size: 14px;
	color: #707070;
}

.sign-up-form .option-box{
	position: relative;
	margin-bottom: 20px;
}

.sign-up-form .option-box span{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #707070;
	margin-right: 40px;
}

.sign-up-form .radio-box{
	position: relative;
	display: inline-block;
	margin-right: 30px;
	font-size: 14px;
	line-height: 24px;
	color: #707070;
}

.sign-up-form .btn-box .theme-btn{
	display: block;
	width: 100%;
}

.sign-up-form .image-column{
	position: relative;
}

.sign-up-form .image-column .image-box{ 
	position: relative;
}

.sign-up-form .image-column .image{ 
	position: relative;
	margin-bottom: 0;
}

.sign-up-form .image-column .image img{
	width: 100%;
	height: auto;
}  
/* ------------------------
      Home About us style
------------------------*/
.home-aboutus {
	padding: 50px 0 0;
}
.home-aboutus-image {
	position: relative;
}
.home-aboutus-image::before {
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: #005ea2;
	top: 25px;
	right: -12px;
	content: "";
}
.home-aboutus-content {
	z-index: 10;
	position: relative;
	padding-top: 10px;
}
.home-aboutus-content h2 {
	color: #6fb80a;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.home-aboutus-content h2 span {
	color: #1b2932;
}
.home-aboutus-content h2::after {
	content: "";
	position: absolute;
	width: 200px;
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: #d1d1d1;
}
.home-aboutus-content p {
	color: #888;
	font-size: 14px;
	text-align: justify;
}
.img-center.bnr-img2.animated.zoomIn.delay-5.duration-4 {
	width: 92%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	margin-top: -80%;
	display: flex;
}



/*** 

====================================================================
					About Us								
====================================================================

***/
.welcome-sectinon {padding: 30px 0 50px;}
.welcome-sectinon .row {border-bottom: 4px double #d1d1d1;}
.wel {padding: 30px 0px;}
 .section_title .small {font-size: 20px;font-weight: 600;padding: 0px;margin: 0px;text-transform: capitalize !important;line-height: 30px;color: #1d75bc;font-family: 'Roboto', sans-serif;}
.section_title .big {font-size: 21px;font-weight: bold;margin: 0px;text-transform: capitalize;color: #09539c;font-family:'Roboto', sans-serif;}
.section_title .big span {color: #f58d08;display: inline;padding: 0px;margin: 0px;}
.bold-highlight {color: #09539c !important;font-size: 36px;text-transform: uppercase;}
.best {font-size: 22px;font-weight: 500;line-height: 28px;margin-top: 6px;padding-top: 10px;border-top: 1px solid #b7b7b7;margin-right: 10px;text-transform: capitalize;color: #8c8c8c;}
.section_subtext {padding: 12px 16px 20px;margin: 0px 0px 0 0;border-left: 1px solid #d9d9d9;border-right: 1px solid #d9d9d9;}
.section_subtext p {text-align: justify;color: #7d7d7d;font-size: 15px;padding: 5px 0 3px 10px;font-weight: 400;margin-bottom: 0;margin-top: 0;}


/*** ====================================================================
	         About us Company 
====================================================================***/
.about-us {position: relative;padding: 0;background: #f2f2f2;}
.about-us::before {content: '';position: absolute;right: 0;width: 30%;top: 0;height: 100%;display: block;background: linear-gradient(90deg, #12114a 0%, #1c3ca8 100%);}
.about-us::after {content: '';position: absolute;width: 9%;top: 0;height: 100%;background-image:url(../images/resource/dotted-pattern.png);display: block;opacity: 0.3;}
.about-us .container-fluid {z-index: 999;position: relative;}
.about-us .img-sec {position: relative;z-index: 9;width: 84%;transition: all 0.5s ease-in-out;height: auto;margin: -5px;border-radius: 100%;overflow: hidden;border: solid 50px #fff;}
.about-us .img-sec::after {content: '';width: 80%;height: 80%;left: 0;top: 0px;margin: 10%;position: absolute;display: block;border: dashed 1px #fff;animation: rotating 20s linear infinite;border-radius: 100%;transform: translate(-8%, -8%);-ms-transform: translate(-8%, -8%);}
.about-us .img-sec img {object-fit: cover;height: 100%;width: 100%;}
.about-us:hover .img-sec {transform: scale(1.05);}
.about-us .content-sec .heading {margin-bottom: 10px;display: block;}
.heading h2 span {display: block;font-size: 18px;line-height: 29px;letter-spacing: 2px;font-weight: 500;color: #12114a !important;}
.heading h2 span::before {content: '';width: 100px;height: 4px;display: block;border-radius: 5px;position: absolute;top:-10px;background: #cfd201 !important;}
.content-sec h2 {font-weight: 600;color: #7d7d7d;}
.about-us .content-sec {margin-top: 50px;}
.content-sec p {color: #7b7b7b;font-size: 15px;}
.about-us .counter-column {border: solid 1px #e6e6e6;text-align: center;background: #fff;border-radius: 20px;display: block;position: relative;overflow: hidden;padding: 20px;}
.about-us .counter-column .counter {font-size: 30px;line-height: 40px;font-weight: 600;margin-bottom: 10px;position: relative;}
.about-us .counter-column::before {content: '';width: 50px;height: 1px;right: 20px;bottom: 0;position: absolute;transition: all 0.2s ease-in-out;}
.about-us .counter-column::after {content: '';width: 1px;height: 50px;right: 0px;bottom: 20px;position: absolute;transition: all 0.2s ease-in-out;}
.project-management ul li span {padding-right: 15px;color: #5785e8;font-size:21px;}
.project-management ul li {padding: 0;font-size: 15px;color: #42526e;font-size: 16px;padding: 5px 0;}

.rotating {
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
}

@-webkit-keyframes rotating
/* Safari and Chrome */

{
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating-reverse {
  -webkit-animation: rotating_reverse 15s linear infinite;
  -moz-animation: rotating_reverse 15s linear infinite;
  -ms-animation: rotating_reverse 15s linear infinite;
  -o-animation: rotating_reverse 15s linear infinite;
  animation: rotating_reverse 15s linear infinite;
}

@-webkit-keyframes rotating_reverse
/* Safari and Chrome */

{
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotating_reverse {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}


/*---=======  Fotter Section ---==========*/
.footer-section {padding: 50px 0;background: linear-gradient(180deg,#1c41b7 0%,#2248c2 100%);background: #12114a;}
.footer-section .fotter-top-p {text-align: justify;font-size: 15px;color: #d2d2d2;letter-spacing: 0.5px;font-weight: 400;500: ;}
.hr-divid {border-top: 1px solid #6a83a0;margin: 20px 0px;color:#fff;}
.social-icon ul a {padding: 5px;font-size: 20px;color: #fec731;}
.footer-section h4 {font-size: 21px;font-weight: 600;margin-bottom: 30px;text-transform: uppercase;s}
.footer-section h4::before {position: absolute;content: '';left: 16px;height: 3px;width: 47px;background: #fff;transition: all .3s ease;top: 27px;z-index: 9;}
.footer-section h4::after {position: absolute;content: '';left: 16px;height: 1px;width: 149px;background: #a4a4a4;transition: all .3s ease;top: 28px;}
.footer-left-section ul {padding-top: 11px;}
.footer-left-section ul li {float: left;padding-right: 8px;width: 50%;}
.footer-left-section ul li a i:hover {border: 1px solid #93cef1;background: #93cef1;color:#fff;}
.footer-nav-link a {padding: 13px 15px;display: block;background: #214bce;color: #fff;margin-bottom: 10px;font-size: 15px;font-weight: 400;letter-spacing: 0.5px;
transition: 0.5s;font-family: 'Roboto', sans-serif;border: 1px solid #3155ca;}
.footer-nav-link a:hover {background: #fff;color: #0f9bed;border: 1px solid #fbfbfb;padding-left: 20px;}
.footer-middle-section ul li {padding: 7px 0;border-bottom: 1px solid #b5b5b5;}
.footer-middle-section ul li a {font-size: 13px;font-family: 'Roboto', sans-serif;color: #fff;font-weight: 400;width: 100%;display: inline-block}
.footer-middle-section ul li a:hover {color: #cfd201;padding-left:20px;}
.footer-right-section p {font-size: 16px;font-weight: 400;color: #fff;border-bottom: 1px solid #b3b3b3;padding-bottom: 17px;margin-top:20px;}
.footer-right-section a {color: #fff;}
.footer-right-section a:hover {color: #cfd201;;}
.footer-right-section i {color: #fff;font-size: 20px;padding-right: 10px;}
.footer-right-section .mobile-icon {font-size: 30px;}
.footer-classic {position: relative;text-align: center;padding: 30px 0;color: rgba(255,255,255,.7);background: linear-gradient(180deg,#1a3ead 0%,#2248c2 100%);}
.footer-classic p {font-family: 'Raleway', sans-serif;letter-spacing: 0.5px;color: #fff;font-size: 15px;font-weight:500;}
.social-icon ul li {display: inline-block;padding-top: 10px;}
.social-icon ul a {padding: 5px;font-size: 20px;color: #fec731;}
.social-icon ul a:hover {color:#fff;}
.main-footer h4 {
	color: #fff;
	font-size:18px;
}
.main-footer h4::after {
	content: "";
	background: #d44d30;
	width: 58px;
	margin-left: 10px;
	display: inline-block;
	height: 2px;
}
.footer-left-section p {
	color: #fff;
	padding-top: 20px;
}
.footer-bottom {
	width: 100%;
	padding-top: 48px;
	border-top: 1px solid #fff;
	margin-top: 45px;
}
.copyright a {
	color: #cfd201;
	font-weight: 500;
	transition: 0.5s;
}
.copyright a:hover {
	color: #fff;
}








.inner-column img {
	width: 321px;
}
.slider2 .content-box {
	margin-top: -60px;
}
.slider2 .image-box .image img {
	margin-top: -50px;
}

.slider3 .content-box {
	margin-top: -60px;
}
.slider3 .image-box .image img {
	margin-top: -101px;
}

.banner-section .image-box .slider_icon1 {
	width: 428px;
	margin-top: -40px;
}

.slider-content1 h1 {
	font-size: 36px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.icon.flaticon-retailers::before {
	content: "\f136";
}
.icon.flaticon-specialists::before {
	content: "\f162";
}
.icon.flaticon-partner::before {
	content: "\f164";
}

.our_recharge_heading {
    color: #000;
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
}
h3.center {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: bold;
    color: midnightblue;
}

.down-sec {
    padding: 30px 0px 30px 0px;
}

@media only screen and (max-width: 500px) {
.banner-section {
	position: relative;
	background: #13124b;
	margin-top: 0px;
}
}





.foot-contact{
  padding:25px 0px;
    border-bottom: 1px solid #b5b5b5;
}

.foot-contact a{
  color:#fff;
}
.foot-contact a:hover{
  color:#cfd201;
}





.img-ic{margin-right:15px;margin-bottom:10px;width:60px;height:60;background:#cfd201;padding:2px; border-radius:50px;display:block;}



.input-group{padding-bottom:10px;}

.btn-medium {
	font-size: 14px;
	padding: 7px 18px;
}
.btn-system {
    background-color: #d44d30;
	opacity:0.8;
	border-radius:10px;
	color:#fff;
}
.btn-system:hover {
    background-color: #006cb7;
	cursor:pointer;
	opacity:1;
	
}



.pay-icon {
    width: 70px;
    height: auto;
    margin: 5px;
    float: left;
}






/*-- to-top --*/
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#cfd201;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
	z-index:9999999;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#656565;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/*-- //to-top --*/


.img-banner{float:left;padding:10px 0px;width:555px;height:auto;}

/* .tabs-section ul li>a,img:hover, */
/* .tabs-section ul li>a,img:focus, */
/* .tabs-section ul li>a,img:active */
/* .tabs-section ul li>a,img:visited{width:40px;}; */




















/* services */

#services {
	background: #f1f1f1;
}

h4.sec-title {
	margin: 1.2em 0;
	text-transform: uppercase;
	color:#000;
	font-weight:600;
	font-size: 1.5em;
	text-align:center;
}

h4.sec-title1 {
	margin: 0 1.2em;
	text-transform: uppercase;
	color: #000;
	font-size: 1.5em;
	
}


.agileits-services-grids i {
	font-size: 2em;
	color: #d56e9b;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	box-shadow: 7px 4px 5px rgba(0, 0, 0, 0.37);
	border-radius: 50%;
}

.agileits-services-grids p {
	color: #8c8c8c;
}

.agileits-services-grids span {
	
	height: 1px;
	background: #2d2d2d;
	display: block;
	margin-bottom: 1em;
}

.agileits-services-grids {
	background: #fff;
	padding: 2em;
	    border-radius: 6px;
}

a.service-btn {
	background: #77bce7;
	color: #fff;
	font-size: 12px;
	text-transform: capitalize;
	padding: 6px 15px;
	display: inline-block;
	margin: 10px 0 0;
	border-radius: 5px;
	letter-spacing: 1px;
}

/*-- //services --*/

/* process */

h4.sec-title1.flow-odd {
	margin-right: 7em;
	margin-left: 40;
}

span.process-circle {
	display: block;
	background: #ff5f09;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 5px solid #fbdcce;
}

.process-direction {
	position: absolute;
	border-top: 3px dotted #4bafe8;
	transform: rotate(115deg);
	left: -62%;
	width: 91%;
	top: 253px;
}

.process-direction2 {
	position: absolute;
	border-top: 3px dotted #4bafe8;
	transform: rotate(64deg);
	left: -61%;
	width: 90%;
	top: -234px;
}

ul.partners-icon li i {
	font-size: 9em;
	color: #777;
	
}

ul.partners-icon li {
	display: inline-block;
	margin: 0 2em;
}

/* //process */

#partners {
	background: url(../images/partners.jpg) center no-repeat;
	background-size: cover;
}



.img-margin{margin-top:10px;}

.our_client_list ul
{
	margin:0px;
	padding:0px;
}

.our_client_list ul li
{
	list-style:none;
	display:inline-block;
	padding:0 0 0 0px;
}

.img-size{width:180px;height:auto;margin-left:15%;}


/*** 

====================================================================
		Video Section Two
====================================================================

***/

.video-section-two{
    position: relative;
    padding: 80px 0;
    z-index: 9;
    background-color: rgba(0,0,0,0.01);
    background-color: rgba(54,54,54,0.01);
}

.video-section-two:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
    background-image: url(../images/b2b-website-background.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    opacity: 1;
}

.video-section-two .content-box{
	position: relative;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.video-section-two .content-box h2{
	display: block;
	
	line-height: 1.4em;
	color: #1c1c1c;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif, Nexa Bold Regular;
}

.video-section-two .content-box h2 span{
	color: #0196dd;
	font-weight: 400;
}


.video-section-two .content-box .text{
	position: relative;
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #495057;
    font-weight: 400;
    margin-bottom: 30px;
}

.video-section-two .content-box .theme-btn i{
	margin-right: 5px;
	font-size: 18px;
}




.refer-eran{
	background: url(../images/invitefriends_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.earn-left h6 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.earn-left h2 {
    font-size: 50px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    line-height: 55px;
    margin: 20px 0px;
}

.contact-refer {
    padding: 90px 0px;
    z-index: 1;
    position: relative;
}

.earn-left a.btn-system.btn-large.margin-top {
    background: #d44d30;
    padding: 15px;
    display: block;
    width: 170px;
    text-align: center;
}

.contact-refer {
    padding: 90px 0px;
}

.earn-right p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.refer-work img {
    height: 50px;
}

.refer-work {
    text-align: center;
    background: #fff;
    transition: all 0.5s;
    cursor: pointer;
    padding: 20px;
    
}
.refer-work:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.5s;
}
.how-eran-work h4.how-eran-work-title {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #cfd201;
    text-transform: capitalize;
    margin-bottom: 40px;
}

section.how-eran-work {
    padding: 40px 0px;
}

.refer-work h4 {
    font-size: 22px;
    text-transform: capitalize;
    color: #000;
    margin: 5px 0px;
    font-weight: 400;
}
.eran-bg-color {
    position: absolute;
    content: "";
    background: rgb(54 13 4 / 84%);
    width: 100%;
    height: 100%;
    top: 0px;
    opacity: 0.9;
}

.overview-left h4 {
    font-size: 22px;
    text-transform: capitalize;
    color: #777;
    margin: 5px 0px;
    font-weight: 400;
}

section.overwiew-money {
    padding: 30px 0px;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 8px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}