@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@900&amp;display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	color: #616161;
	line-height: 28px;
    overflow-x: hidden;
}
a {
	color: blue;
	-webkit-transition: all 500ms;
	transition: all 500ms
}
a:hover, a:focus {
	color: #f6aa35;
	text-decoration: none;
	outline:0; 
}
h1,
h2,
h3,
h4 {
	font-family: 'Poppins', sans-serif;
	/* font-family: 'PT Sans', sans-serif; */
}
h1 {
	font-size: 52px;
}
h3 {
	font-size: 36px;
}
p.lead{
	font-size: 15px !important;
}
p,a,li{
	font-family: 'PT Sans', sans-serif;
	/* font-family: 'Poppins', sans-serif; */
}
img {
	max-width: 100%;
}
input[type="text"], input[type="password"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="month"], input[type="week"], textarea, select{
	width: 100%;
	background-color: #ffffff;
	font-size: 15px;
	line-height:40px;
	height:46px;
	max-width: 100%;
	vertical-align: middle; 
	padding:2px 15px;
	border:1px solid #ebebeb;
	border-radius:4px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="month"]:focus, input[type="week"]:focus, textarea:focus {
    color: #495057;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
textarea{
	height:150px;
	border:1px solid #ebebeb;
}
textarea.form-control{
	border:1px solid #ebebeb;	
}
.p-tb{
	padding-top: 90px;
	padding-bottom: 90px;
}
.p-t{
	padding-top: 90px;
}
.p-b{
	padding-bottom: 90px;
}
.lead, p.lead{
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
}
.btn {
	color: #1d1d1d!important;
	padding: 5px 20px;
	background: blue;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid blue;
    margin-right: 15px;
}
.btn:hover {
	background: transparent;
	color: #fff!important;
	border: 1px solid blue;
}
.btn2 {
	border: 1px solid blue;
	background: transparent;
	color: #fff;
}
.btn2:hover {
	background: blue;
	color: #fff;
}
.btn3 {
	border: 1px solid #ffffff;
	background: transparent;
	color: #fff!important;
}
.btn3:hover {
	background: #fff;
	color: #1d1d1d!important;
	border: 1px solid #fff;
}
.btn4 {
	border: 1px solid #000000;
	background:#000000;
	color: #ffffff;
}
.btn4:hover {
	background: blue;
	color: #ffffff;
	border: 1px solid blue;
}
.empty-15{
	display:table;
	margin:auto;
	clear:both;
	height:30px; 
}
.empty-30{
	display:table;
	margin:auto;
	clear:both;
	height:30px; 
}
.empty-45{
	display:table;
	margin:auto;
	clear:both;
	height:45px; 
}
.sec-title:after {
	min-height: 5px;
	content: "";
	display: block;
	margin: 30px 0;
	background: url(images/line1.html) no-repeat 0 0;
}
.sec-title.text-center:after {
	min-height: 6px;
	content: "";
	display: block;
	margin: 30px 0;
	background: url(images/line2.png) no-repeat 0 0;
}
.sec-title.text-center:after {
	background-position: center;
	margin: 25px auto;
}
.sub-txt {
	max-width: 740px;
	margin: 0 auto;
	font-size: 18px;
	margin-bottom: 40px;
}
.sec-title {
	margin-bottom: 0;
	color: #1d1d1d;
	display: table;
	width: 100%;
}
.sec-title h1 + h3{
	font-weight:normal; 
}

.header_heading{
	font-size: 3rem;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
	margin-bottom: 10px!important;
}

.white-sec .sec-title, .white-sec .section-heading {
	color: #fff;
	font-size: 3.5rem;
    margin: 0px 0px 30px 0px;
    font-weight: bold;
}
.white-sec .sub-txt {
	color: #bbb;
}
.carbon-layout .white-sec .sub-txt{
	color: #ffffff;
	font-size:inherit;
}	
.owl-carousel .owl-dots {
	display: block;
	margin-top: 40px;
	text-align: center;
}
.owl-carousel .owl-dots button {
	height: 10px;
	width: 10px;
	margin: 0 3px;
	outline: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border:2px solid #ccc;
}
.owl-carousel .owl-dots button.active {
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}
.owl-carousel .owl-dots button.active::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: blue;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
}
.owl-carousel .owl-nav{
	margin:15px 0px; 
}
.owl-carousel .owl-nav button{
	border:2px solid #a5a5a5 !important;;
	background:none;
	padding:5px;
	width:32px !important;
	height:32px !important;
	line-height:28px;
	font-size:18px;
	margin-right:10px;  
	outline: 0;    
}
.owl-carousel .owl-nav button span{
	font-size: 30px;
	line-height: 24px;
	outline:0; 
}
.white-bg{
	background:#ffffff !important; 
}
.accent-color{
	color:blue !important;
}
blockquote{
	padding:30px 30px 30px 30px; 
	border-left:3px solid  blue;
	font-size:24px;
	background:#f5f5f5;
	line-height:1.4;
	position: relative; 
	overflow:hidden; 
}
blockquote::before {
    content: '”';
    position: absolute;
    bottom: -45px;
    right: 45px;
    font-size: 194px;
    line-height: 0;
    font-weight: 700;
    color:#ebebeb; 
    font-family: 'latoblack';
}
.black-bg{
	background-color:#000000; 
}
.dark-gray-bg{
	background-color:#0f0f0f; 
}
.dark-gray-bg-tone-2{
	background-color:#333333; 
}
.white-bg{
	background-color:#ffffff; 
}
.light-gray-bg{
	background-color:#f2f2f2; 
}
ol, ul, dl{
	padding:0px 0px 0px 15px;
}
.mobile-visible{
	display:none; 
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
.align-center{
    align-items: center;
}
/*header start*/
header {
	position: absolute;
	top: 20px;
	width: 100%;
	z-index: 1;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all 300ms;
	z-index: 111;
	/* box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); */
}
header.fixed .logo img {
	display: none
}
.logo a{
    display: block;
}
.menu-icon{display: none}
nav {
	margin-top: 8px;
	text-align: right;
}
nav ul {
	margin: 0;
	padding: 0;
}
nav ul li {
	list-style: none;
	display: inline-block;
	margin-left: 20px;
}
nav ul li:first-child {
	margin-left: 0;
}
nav ul li a {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 0;
	display: block;
}
nav ul li a:hover,
nav ul li.active a {
	color: #f6aa35;
	text-decoration: none
}
nav ul li.nav-btn a {
	color: #1d1d1d;
	padding: 5px 25px;
	background: blue;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
nav ul li.nav-btn a:hover {
	background: #f0931e;
	color: #1d1d1d
}
header.fixed {
	position: fixed;
	padding-top: 8px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.fixed nav ul li a {
	color: #1d1d1d;
}
.fixed nav ul li a:hover,
.fixed nav ul li.active a {
	color: #f6aa35;
}
.fixed nav ul li.nav-btn a:hover {
	color: #1d1d1d
}
/*header end*/

/*===================================*
03. BANNER SECTION
*===================================*/
.hero-main {
	padding-top: 100px;
	color: #fff;
	position: relative;
	/* background-image: url(../images/map.png); */
	/* background-image: url(../images/banner.jpg); */
	/* background-image: url(../images/glow.png); */
	/* background-size: cover;
	background-position-x: right;
	background-position-y: center;
	background-repeat: no-repeat; */
	min-height:100vh;
	max-height:100vh;
	overflow:hidden;  
	background-color: #000;
	z-index: 1;

}
/* .hero-main:before {
	position: absolute;
	background: rgba(0, 0, 0, 0.9);
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
} */

.hero-main::after{
	position: absolute;
	content: '';
	width: 70%;
	height: 100%;
	right: 0;
	top: 0;
	background-image: url(../images/glow.png);
	background-size: cover;
	/* background-position-x: left;
	background-position-y: bottom; */
	background-position: center;
	background-repeat: no-repeat;
	/* background-color: rgba(0, 0, 0, 0.9); */
	z-index: 2;

}
.hero-main.diamond-layout::before{
	display: none;
}
.diamond-layout.hero-main .container, .hero-main.diamond-layout .row{
	height:100%; 
}
.diamond-layout.hero-main .lead-title{
	font-weight: 600;
	color:blue;
}
.diamond-layout.hero-main h1{
	margin: 0px 0px 30px 0px;
}
.diamond-layout.hero-main .hero-btns{
	margin: 30px 0px 0px 0px;
}
/*===================================*
05. ABOUT SECTION
*===================================*/
.about-section {
	padding: 90px 0;
	position: relative;
}
#gold-tech-bg {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    opacity: 0.3;
}
.about-section h5 {
	font-size: 14px;
	line-height: 24px;
	color: #606060;
	font-weight: lighter !important;
	margin:20px 0px 30px 0px;

}
h2.section-heading{
	font-size: 3.2rem;
	font-weight: 700;
	margin:0px 0px 30px 0px;
	text-transform: capitalize;
	position: relative;
	display: inline-block;
	color: #000;
}
.text_black{
	color: #000;
}
.js-embed-widget-body{
	background-color: #f6cd2a !important;
}
h2.section-heading::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #f6cd2a;
	border-radius: 100%;
}
h2.section-heading span{
	color: #f6cd2a;
}
.about-section.diamond-layout .section-heading{
	margin:0px 0px 15px 0px; 
}
.about-section.diamond-layout h5{
	font-weight: normal;
}
.diamond-icon{
	position:relative;
	padding-left:55px; 
}
.diamond-icon img{
	position:relative; 
}
.video-image{
	position: relative;
}
.video-image button{
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	z-index: 9;
	padding: 20px;
	border: 2px solid #fff;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	text-align: center;
	display: grid;
	align-items: center;
	background: transparent;
	cursor: pointer;


}
.video-image button:focus{
	outline: none;
}
.video-image i{
	color: #fff;
	font-size: 50px;
}
.video-image img{
	position: relative;
	z-index: 2;
}
.certified{
	margin: -100px auto 0px auto;
	background: #f6cd2a;
	position: relative;
	padding: 30px;
	/* top: -90px; */
	width: 60%;
	text-align: center;
	z-index: -1;
}
.certified img{
	width: 150px;
	height: 150px;
	filter: invert(1);
	object-fit: contain;

}
.cursor-pointer{
	cursor: pointer;
}
.modal{
	background: rgba(0, 0, 0, 0.7);
	align-items: center;
}
.modal-dialog{
	top: 50%;
	transform: translateY(-50%);
}
.close{
	border:1px solid transparent;
	font-size: 16px;
	padding: 10px;
	display: inline-block;
}
.close:hover{
	background: transparent;
	color: #f6cd2a!important;
}
/* 
	Why Choose Us
*/
.choose-section{
	position: relative;
	background-image: url('../images/bg-whychoseus.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: top;
	height: 100%;
}

.choose-content{
	position: relative;
}
.choose-content h2.section-heading{
	color: #fff;
}
.choose-content ul{
	padding-left: 0;
	margin: auto;
	margin-bottom: 0;
	margin-top: 30px;
}
.choose-content ul li{
	display: inline-block;
	width: 33%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 40px;
	position: relative;
	height: 100%;

}
.choose-content ul li:nth-child(4){
	margin-bottom: 5px;
}
.choose_li{
	position: absolute;
	bottom: 80%;
	width: 100%;
}
.choose-content ul li h5, p{
	margin: 10px 0 !important;
	padding: 0 !important;
}
.choose-content ul li .choose-logo{
	padding: 20px;
	background: #fff;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	margin: auto;
	animation: imgSize 3s linear 0s infinite;
}
.choose-content ul li .choose-logo img{
	width: 100%;
	object-fit: contain;
	height: 100%;
	
}
@keyframes imgSize{
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
.choose-content ul li h5{
	margin-top: 15px;
	color: #f6cd2a;
	font-size: 24px;
	font-weight: 400;
	text-transform: capitalize;
}
.choose-content ul li p{
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	padding: 0 40px;
	line-height: 1.5;
	margin-top: 20px;
}
/* Chart */
.chart-section {
	background-image: url('../images/Untitled-.3.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000;
}
.chart-section .section-heading{
	color: #fff;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 500;
}
.about-chart{
	display: flex;
	/* justify-content: space-around; */
}
.about-chart img{
	width: 70px;
	height: 70px;
	object-fit: contain;
	margin-right: 15px;
	box-shadow: 0px 0px 4px 2px blue;
	border-radius: 100%;
	padding: 5px;
	animation: bounce 2s ease infinite;
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-15px);}
	60% {transform: translateY(-5px);}
}
.chart-content h3{
	color: #fff;
	font-size: 16px;
}
.chart-content h5{
	font-size: 14px;
	color: #fff;
}
.chart-content p{
	color: blue;
	font-size: 20px;
	font-weight: 700;
}
.chart-content p span.profit{
	color: green;
	font-size: 13px;
}
.chart-content p span.loss{
	color: red;
	font-size: 13px;
}
/* Team  */
/*===================================*
10. TEAM SECTION
*===================================*/
.team-section {
	clear: both;
	
}
.bg-black{
	background: #000;
	height: 275px;
	position: relative;
	margin-top: 350px;
	width: 100%;
}
.team-member + .team-member {
	margin-top: 70px;
}
.up-image{
	position: relative;
	bottom: 275px;
}
.team {
	width:100%;
	padding:15px 0px;
}
.team h4 {
	font-weight: 700;
	font-size: 24px;
	color: #1d1d1d;
	margin-top: 30px;
	margin-bottom: 8px;
}
.team img {
	border-radius: 50%;
	border: 6px solid #fff;
	max-width: 230px;
	max-height: 230px;
	box-shadow: 0 0 0 2px blue;
}
.team-section.style-2{
	position:relative;
}
.team-section.style-2:before{
	background:url(images/team-bg.html) no-repeat right top;
	height:100%;
	content:"";
	position:absolute;
	right:calc(((100% - 1170px) / 2) + ((1200px  * 75) / 100));
	top:0;
	width:50%;    
}
.c-l .team{
	background:#efefef;
	padding:0px; 
	-webkit-transition: all 400ms;
	transition: all 400ms; 
}
.team .team-inner{
	padding:15px; 
	position: relative;
}
.team .team-inner::after{
	position: absolute;
	content: '';
	background: #fff;
	width: 100%;
	height: 36%;
	z-index: 2;
	left: 0;
	top: 0;
}
.team .team-inner img{
	border-radius: 100%;
	border: none;
	max-width:100%;
	width:100%; 
	box-shadow: 0 0 0 2px transparent;
	max-height:inherit; 
	position: relative;
	z-index: 3;
}
.team .team-inner h4{
	margin-top: 15px;
	margin-bottom: 0;
}
.team-social{
	padding:8px 15px; 
}
.team-social ul{
	padding:0px; 
	margin:0px;
}
.team-social ul li{
	display:inline-block;
	margin:0px 10px;
}
.team-social ul li a{
	color:#a7a5a5;
	font-size:18px; 
}
.c-l .team:hover{
	background:blue;
}
.team:hover .team-social{
	/* background:#000000;  */
}
.team:hover .team-social a{
	color: #000;
}
.team:hover .team-social a:hover{
	color:#000;
}
.team:hover .team-inner img{
}
.team-box{
	position:relative;
	cursor:pointer; 
	z-index: 1;
	margin:15px 0px; 
}
.team-box .text{
	text-align:center;
	background:#ffffff;
	padding: 20px 15px 15px;
	position:relative; 
}
.team-box .text:before{
	position:absolute;
	top:0;
	width:100%;
	height:5px;
	background:blue;
	content:"";
	left:0;   
	-webkit-transition:all 400ms;
	transition:all 400ms;
	z-index:0;     
}
.team-box:hover .text:before{
	bottom:0;
	height:100%;
}
.team-box .text h4{
	color:#000000;
	margin-bottom:0;
	font-weight:bold;
}
.team-box .text > *{
	position:relative; 
}
.team-box .team-img{
	position:relative;
	background:#000000;
	overflow:hidden;  
}
.team-box .team-img img{
	-webkit-transition:all 400ms;
	transition:all 400ms;
}
.team-box:hover .team-img img{
	opacity:0.4;
	-webkit-transition:all 400ms;
	transition:all 400ms;
}
.team-box:hover .text span{
	color:#ffffff; 
}
.team-box .team-social{
	position:absolute;
	background:none;
	bottom:15px;
	text-align: center;
	width: 100%;
	padding:0;
	-webkit-transition:all 400ms;
	transition:all 400ms;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
}
.team-box:hover .team-social{
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.team-box .team-social ul li{
	margin: 0px 2px;
}
.team-box .team-social ul li a{
	background:#fbbd17;
	color:#000000;
	height:32px;
	width:32px;
	line-height:32px;
	-webkit-border-radius:5px;
	border-radius:5px; 
	display: block;     
}
.team-box .team-social i:before{
	line-height:32px; 
}	
/*===================================*
11. BLOG SECTION
*===================================*/
.blog-section {
	clear: both;
	background: #f2f2f2;
}
.blog-section .blogmain {
	margin-top: 30px;
	clear: both;
}
.blog-date {
	color: blue;
}
.blog-list h4 {
	color: #1d1d1d;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	margin: 10px 0 0;
}
.blog-list h4 a{
	color: #1d1d1d;
}
.blog-list h4 a:hover{
	color:blue;
}
.blog-list {
	display: flex;
}
.blog-list-img {
	margin-right: 30px;
	min-width: 170px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.blog-list-img a{
	display: block;
}
.blog-list-img a img{
	width: 100%;
}
.blog-list + .blog-list {
	margin-top: 44px;
}
.blog-slider .blog-list-img{
	width:100%;
	margin-right:0;
	display:block; 
}
.blog-slider .item{
	padding:0px 15px;
}
.blog-slider .blog-list{
	display:block;
}
.blog-slider .blog-list-desc{
	background:#ffffff;
	padding:15px 15px; 
}
.blog-slider .blog-list-desc h4{
	margin:0px 0px 0px 0px; 
}
.blog-slider.style-2 .blog-list{
	border:3px solid #ebebeb;
}
.blog-slider.style-2 .blog-list p{
	margin:10px 0px 0px 0px; 
}
.blog-slider.style-2 .blog-date{
	position:absolute;
	background:blue;
	border:2px solid #ebebeb;
	top:30px;
	right:0px;
	width:60px;
	color:#ffffff;
	padding:5px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:1;
	text-align:center;  
}
.blog-slider.style-2 .blog-date span{
	font-size:30px;
	line-height:1.2;  
}
/* Get In Touch */
.touch-seacion{
	position: relative;
	height: 100%;
	background-color: #000;
}
.touch-seacion::after{
	content: '';
	position: absolute;
	background-image: url('../images/touch.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: bottom;
	width: 60%;
	height: 60%;
	right: 0;
	bottom: 0;
	opacity: 0.5;
	z-index: 1;
}
.touch-seacion-left{
	position: relative;
	height: 100%;
	padding-top: 25px;
}
.touch-seacion-left img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.touch-content{
	position: relative;
	text-align: center;
	z-index: 2;
}
.overlay{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
}
.touch-seacion .section-heading,.touch-seacion p{
	color: #fff;
}
.touch-seacion .form-control{
	background: transparent;
	padding: 0;
    line-height: 46px;
	border: none;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 15px 10px 15px;
    color: #fff;
    box-shadow: none;
    width: 100%;
    font-size: 15px;
    height: 46px;
    max-width: 100%;
    vertical-align: middle;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.touch-seacion textarea.form-control{
	height: auto;
}
/* Download */
.download{
    background: blue;

	padding: 70px 0px;
}
.download h2{
	color: #000;
	margin-bottom: 0;
	font-size: 26px;
}
.download h2 img{
	width: 75px;
	height: 75px;
	margin-right: 15px;
}
.download-link img{
	width: 100%;
	height: 80px;
	object-fit: cover;
}
.align-center{
	align-items: center;
}
/*===================================*
13. FOOTER SECTION
*===================================*/
footer {
	float: left;
	width: 100%;
	background: #000000;
	padding: 90px 0 45px;
	color: rgba(242, 242, 242, 0.6)
}
.footer-1 hr{
	background-color: #606060;
}
footer.footer-2{
	background:url("images/footer-2-bg.html") no-repeat scroll 0px 0px; 
	text-align: center;
	background-size:cover; 
}
footer .sec-title:after {
	margin: 18px 0 22px;
}
footer .sec-title h4 {
	font-weight: 700;
	font-size: 24px;
}
.footer-2 .sec-title h4{
	font-size: 32px;	
}
footer .sec-title h4.widget-title{
	color:#ffffff; 
}
.footer-logo {
	margin-bottom: 22px;
}
.footer-logo a img{
	width: 160px;
	height: auto;
}
.style-1 {
	color: blue;
}
.footer-box-2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-box-2 li {
	display: block;
	margin-top: 7px;
}
footer li a {
	color: #fff;
	font-size: 16px;
	text-transform: capitalize!important;
	font-weight: 400;
}
footer li a:hover {
	color: blue;
}
.newsletter .form-control{
	background: transparent;
	padding: 0;
    line-height: 46px;
	border: none;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 15px 10px 15px;
    color: #fff;
    box-shadow: none;
    width: 100%;
    font-size: 15px;
    height: 46px;
    max-width: 100%;
    vertical-align: middle;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.newsletter a{
	color: blue;
	display: block;
}
.socials {
	clear: both;
	width: 100%;
	margin-top: 25px;
}
.socials:after{
	content:"";
	display:block;
	visibility:hidden;
	clear:both;  
}
.socials ul {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-around;
}
.socials li {
	display: block;
	margin-top: 15px;
}
.socials li a {
	color: rgba(242, 242, 242, 0.6);
}
.socials li a:hover {
	color: blue;
}
.socials li i {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	margin: 5px;
}
.footer-block{
	max-width:550px;
	padding:0px 15px; 
}
footer.diamond-footer{
	padding:0px 0 0px;
	border-top:5px solid blue;
}
.footer-widget-area{
	padding:90px 0px; 
}

/* ////////////////////////// */
.tradingview-widget-container{
	position: absolute;
	bottom: 0;
	left: 0;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
	z-index: 999;
}
marquee.live_data{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: blue;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
	/* margin-top: -60px; */
	z-index: 999;
}
marquee.live_data div{
	display: flex;
	align-items: center;
}
marquee.live_data a.live_data_item{
	display: flex;
	align-items: center;
	width: auto;
	padding: 8px 20px;
	font-size: 12.8px;
}
marquee.live_data a.live_data_item .icon_with_name img.icon{
	width: 22px;
	height: 22px;
	margin-right: 8px;
}
marquee.live_data a.live_data_item .icon_with_name .name{
	color: rgb(76, 76, 76);
	margin-right: 30px;
}
marquee.live_data a.live_data_item .price{
	color: rgb(76, 76, 76);
}
marquee.live_data a.live_data_item .price .price_value{
	margin-right: 5px;
}
marquee.live_data a.live_data_item .price .price_value.low{
	color: #c2220d;
}
marquee.live_data a.live_data_item .price .price_value.high{
	color: #4b8800;
}
marquee.live_data a.live_data_item:hover{
	background-color: rgba(141, 198, 71, 0.2);
    cursor: pointer;
    box-sizing: border-box;
}
/* Package */
.packages{
	/* display: flex;
	align-items: center;
	width: 100%; */
}
.package-list{
	/* width: 34%; */
	background: #000;
	color: #fff;
	padding: 25px 30px;
	z-index: 1;
	text-align: center;
	margin-top: 15px;
}
.package-list h3{
	font-size: 24px;
}
.owl-item.active.center .package-list{
	padding-top: 40px;
	padding-bottom: 40px;
	z-index: 2;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	border: 0.5px solid #ccc;
	margin-top: 0px;
}
.package-list img{
	width: 102px;
	height: 102px;
	object-fit: contain;
}
.package-list p{
	color: #fff;
}
.package-list p span{
	color: blue;
}
.package-list ul{
	padding: 0;
	margin-bottom: 0;
	height: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
}
.package-list ul li{
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	height: 100%;
}
.package-list ul li img{
	width: 100%;
	height: 100%;
}
.deposit-price{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 15px 0px;
}
.deposit-price p{
	margin-bottom: 0;
}
.animation-circle-main {
    display: block;
    position: absolute;
    right:5%;
    width: 100%;
    opacity:1;
    height: 100%;
	max-width: 51.5%;
	max-height: 100%;
    top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/map.png);
	background-size: contain;
	background-position-x: left;
	background-position-y: center;
	background-repeat: no-repeat;
	z-index: 3;
	display: grid;
	align-items: center;
	
	/* border: 1px solid red; */
}
.animation-circle-main svg{
	opacity:0.1; 
	width: 650px;
	height: 650px;
	/* top: -2.8%; */
	position: relative;
	/* left: 2.2%; */
	z-index: 4;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.stipe-value-slider{
	position:absolute;
	bottom:0px;
	width:100%;
	left:0px;
	right:0px;
	background:blue;     
}
.animation-circle-main .circle-animation-icon{
	height: auto;
	display: grid;
	align-items: center;
	position: relative;
	z-index: 5;
	
}
.animation-circle-main .circle-animation-icon div{
	/* display: block; */
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.animation-circle-main .circle-animation-icon div span::before{
	position: absolute;
	content: '';
	width: 100%;
	top: 0;
	height: 100%;
	left: 0;
	border: 3px solid rgba(0, 0, 0, 0.3);
	border-radius: 100%;
	z-index: -1;
}
.animation-circle-main .circle-animation-icon div span{
	position: relative;
}
.animation-circle-main .circle-animation-icon div span img{
	position: relative;
}
.animation-circle-main .circle-animation-icon .first{
	height:700px;
	width: 700px;
	border-radius: 100%;
}
.animation-circle-main .circle-animation-icon .first span{
	display: grid;
	align-items: center;
	height: 100%;
	animation: rotate 10s linear 0s infinite;
}
.animation-circle-main .circle-animation-icon .first span img{
	position: relative;
	left: -20px;
}
.animation-circle-main .circle-animation-icon .second{
	height:600px;
	width: 600px;
}
.animation-circle-main .circle-animation-icon .second span{
	display: grid;
	align-items: baseline;
	height: 100%;
	animation: rotate 15s linear 0s infinite;
}
.animation-circle-main .circle-animation-icon .second span img{
	margin: 0 auto;
	top: -20px;
	position: relative;
}
.animation-circle-main .circle-animation-icon .third{
	height:600px;
	width: 600px;
	/* border-radius: 100%; */
	border:none
}
.animation-circle-main .circle-animation-icon .third span{
	animation: rotate 15s linear 0s infinite;
	display: grid;
	align-items: flex-end;
	height: 100%;

}
.animation-circle-main .circle-animation-icon .third span img{
	margin:0 auto;
	bottom: -20px;
}
.animation-circle-main .circle-animation-icon .fourth{
	height:500px;
	width: 500px;
}
.animation-circle-main .circle-animation-icon .fourth span{
	display: grid;
	align-items: center;
	height: 100%;
	animation: rotate 20s linear 0s infinite;

}
.animation-circle-main .circle-animation-icon .fourth span img{
	margin-right: 0px;
	margin-left: auto;
	right: -20px;
}
.animation-circle-main .circle-animation-icon .fifth{
	height:400px;
	width: 400px;
	/* border-radius: 100%; */
}
.animation-circle-main .circle-animation-icon .fifth span{
	display: grid;
	align-items: flex-end;
	height: 100%;
	
	animation: rotate 25s linear 0s infinite;
}
.animation-circle-main .circle-animation-icon .fifth span img{
	margin: 0px auto;
	bottom: -25px;
}
.animation-circle-main .circle-animation-icon .sixth{
	height:300px;
	width: 300px;
}
.animation-circle-main .circle-animation-icon .sixth span{
	display: grid;
	align-items: center;
	height: 100%;
	animation: rotate 30s linear 0s infinite;

}
.animation-circle-main .circle-animation-icon .sixth span img{
	left: -20px;
}
.animation-circle-main .circle-animation-icon img{
	width: 50px;
	height: 50px;
	object-fit: contain;
}
@keyframes rotate{
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
	
}
.c-logo {
    position: absolute;
    top: 44%;
    width: 170px;
	height: 170px;
    transform: translate(-44%, -44%);
    left: 44%;
	box-shadow: 0px 0px 4px 2px blue;
	border: 2px solid blue;
	padding: 15px;
	border-radius: 100%;
}
.c-logo img{
	width: 100%!important;
	height: 100%!important;
	object-fit: contain;
	box-shadow: 0px 0px 5px 2px blue;
	border-radius: 100%;
}
#circle5 {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform-origin: 288.5px 279.5px;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation: rotate-left 25s linear 0s infinite;
}
#circle4 {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform-origin: 288.5px 279.5px;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation: rotate-left 80s linear 0s infinite;
}
#circle6 {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform-origin: 288.5px 279.5px;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation: rotate-right 20s linear 0s infinite;
}
#circle7 {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform-origin: 288.5px 279.5px;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation: rotate-right 30s linear 0s infinite;
}
@-webkit-keyframes rotate-right {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-left {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes top-bottom {
  from {
    -webkit-transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(100%);
  }
}
@-webkit-keyframes top-bottom-2 {
  from {
    -webkit-transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(100%);
  }
}
.hero-main.diamond-layout::before{
	display: none;
}
.diamond-layout.hero-main .container, .hero-main.diamond-layout .row{
	height:100%; 
}
.diamond-layout.hero-main h1 span{
	font-weight: 300;
	color:blue;
}
.diamond-layout.hero-main h1{
	margin: 0px 0px 30px 0px;
}
.diamond-layout.hero-main .hero-btns{
	margin: 20px 0px 0px 0px;
}
.diamond-animation{
	height:470px;
	position:relative; 
}
.diamond-animation .base{
	position:absolute;
	bottom:0px;
	left:50%;
	display: table;
	margin: auto;
	height:115px;
	width:199px;  
	background:url(images/diamond-base.html) no-repeat scroll 0px 0px;
	transform: translateX(-50%);
}
.diamond-animation .main{
	position:absolute;
	bottom: 35px;
	left:-55px;
	right: 0;
	display: table;
	margin: auto;
	height:481px;
	width: 685px; 
	background:url(images/diamond-main.html) no-repeat scroll 0px 0px;
	background-size: cover;
	background-position: center;
	animation: MainHight 2s linear;
	z-index:100; 
}
@keyframes MainHight{
  0% {transform: scale(0,1); }
  100% {transform: scale(1,1);}
}
.diamond-animation .main:before{
	height:271px;
	width:450px; 
	background:url(images/diamond-top.html) no-repeat scroll 0px 0px;
	background-size: cover;
	background-position: center;
	position:absolute;
	top:48px;
	content:"";
	display:table;
	margin:auto;  
	left:0;
	right:0;
	opacity:0;
	visibility:hidden;  
}
.diamond-animation .main.active:before{
	opacity:1;
	visibility:visible; 
	animation: MainTOP 2s linear;
}
@keyframes MainTOP{
  0% {transform:scale(0,0); top:70%; }
  100% {transform:scale(1,1); top:48px;}
}
.diamond-animation .base::before, .diamond-animation .base::after{
	background:url(images/diamond-base-1.html) no-repeat scroll 0px 0px;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	opacity:0.5; 
}
.diamond-animation .base::before{
    animation: circleripple 4s linear infinite;
}
.diamond-animation .base::after {
    animation: circleripple 4s linear 2s infinite;
}
@keyframes circleripple{
  0% { transform: scale(1); }
  50% { transform: scale(1.7); }
  100% { transform: scale(2.4); opacity:0; }
}
.inside-bitcoin{
	background:url(images/bitcoin-inside.html) no-repeat scroll 0px 0px;
	background-size: cover;
	background-position: center;
	width:133px;
	height:111px;
	position:absolute;
	bottom:60px; 
	left: 0;
	right: 0;
	margin: auto;
	opacity:0;
	visibility:hidden;  
}
.inside-bitcoin.active{
	opacity:0.3;
	visibility:visible; 
	animation: CoinFalling 2s linear;
}
@keyframes CoinFalling{
  0% {transform:rotate(360deg) scale(0,0); bottom:0px; }
  100% {transform:rotate(0deg) scale(1,1); bottom:60px;}
}
.inside-bitcoin.spincoin{
	animation: SpinCoin 4s linear infinite;
}
@keyframes SpinCoin{
  0% {transform:rotate(360deg)}
  100% {transform:rotate(0deg);}
}
.diamond-animation .lines{
	position: relative;
	width: 450px;
	margin: auto;
	height: 271px;
	top: 35px;
}
.diamond-animation .lines span{
	width:2px;
	height:138px;
	background:url(images/diamond-top-lines.html) no-repeat scroll 0px 0px;
	position:absolute;
	transition:all 2s ease; 
	transform:scaleY(0);
	transform-origin:bottom; 
}
.diamond-animation .lines.active span{
	transform:scaleY(1);
}
.diamond-animation .lines span.l-1{
	top: -63px;
	left: 46px;
}
.diamond-animation .lines span.l-2{
	top: -40px;
	left: 26px;
}
.diamond-animation .lines span.l-3 {
    top: -12px;
    left: 10px;
}
.diamond-animation .lines span.l-4 {
    top: 33px;
	left: 19px;
}
.diamond-animation .lines span.l-5 {
    bottom: 60px;
	left: 50px;
}
.diamond-animation .lines span.l-6 {
    bottom: 34px;
	left: 102px;
}
.diamond-animation .lines span.l-7 {
	left: 160px;
	bottom: 14px;
}
.diamond-animation .lines span.l-8 {
	left: 226px;
	bottom: 7px;
}
.diamond-animation .lines span.l-9 {
    bottom: 14px;
	right: 156px;
}
.diamond-animation .lines span.l-10 {
    bottom: 32px;
	right: 97px;
}
.diamond-animation .lines span.l-11 {
    bottom: 60px;
	right: 46px;
}
.diamond-animation .lines span.l-12 {
    top: 33px;
	right: 14px;
}
.diamond-animation .lines span.l-13 {
    top: -14px;
	right: 6px;
}
.diamond-animation .lines span.l-14 {
    top: -41px;
	right: 22px;
}
.diamond-animation .lines span.l-15 {
    top: -64px;
	right: 42px;
}
.diamond-animation .lines.active span.l-1{
	transition:all 2s ease 100ms;
}
.diamond-animation .lines.active span.l-2{
	transition:all 2s ease 300ms;
}
.diamond-animation .lines.active span.l-3{
	transition:all 2s ease 500ms;
}
.diamond-animation .lines.active span.l-4{
	transition:all 2s ease 700ms;
}
.diamond-animation .lines.active span.l-5{
	transition:all 2s ease 900ms;
}
.diamond-animation .lines.active span.l-6{
	transition:all 2s ease 1100ms;
}
.diamond-animation .lines.active span.l-7{
	transition:all 2s ease 1300ms;
}
.diamond-animation .lines.active span.l-8{
	transition:all 2s ease 1500ms;
}
.diamond-animation .lines.active span.l-9{
	transition:all 2s ease 1700ms;
}
.diamond-animation .lines.active span.l-10{
	transition:all 2s ease 1900ms;
}
.diamond-animation .lines.active span.l-11{
	transition:all 2s ease 2100ms;
}
.diamond-animation .lines.active span.l-12{
	transition:all 2s ease 2300ms;
}
.diamond-animation .lines.active span.l-13{
	transition:all 2s ease 2500ms;
}
.diamond-animation .lines.active span.l-14{
	transition:all 2s ease 2700ms;
}
.diamond-animation .lines.active span.l-15{
	transition:all 2s ease 2900ms;
}
.top-coin{
	width:356px;
	height:239px; 
	background:url(images/diamond-top-coin.html) no-repeat scroll center center;
	background-size:cover;
	left: 0;
	right: 0;
	display: table;
	margin: auto;
	top: 25px;
	position: absolute;
	opacity:0;
	visibility:hidden;
}
.top-coin.active{
	opacity:1;
	visibility:visible; 
	animation: TopCoinFalling 3s linear;
}
@keyframes TopCoinFalling{
  0% {transform:rotateY(360deg) scale(0,0) translateY(-1000px); opacity:0; }
  100% {transform:rotateY(0deg) scale(1,1) translateY(0px); opacity:1;}
}
.diamond-grid{
	width:68px;
	height:111px;
	background:url(images/diamond-grid-1.html) no-repeat scroll center center / cover;
	-webkit-animation: bottomTotop 15s linear 0s infinite;
	animation: bottomTotop 15s linear 0s infinite;
	position:absolute;
	left:30%;    
	z-index:0; 
}
.diamond-grid-2{
	width:40px;
	height:65px;
	background:url(images/diamond-grid-1.html) no-repeat scroll center center / cover;
	-webkit-animation: bottomTotop 16s linear 0s infinite;
	animation: bottomTotop 16s linear 0s infinite;
	position:absolute;
	left:60%;    
	z-index:0; 
}
@-webkit-keyframes bottomTotop {
  0% {
    -webkit-transform: translateY(1000%);
    opacity:0; 
  }
  50% {
    -webkit-transform: translateY(300%);
    opacity:1; 
  }
  100% {
    -webkit-transform: translateY(-400%);
    opacity:0; 
  }
}
.outer-Orbit{
	background:url(images/diamond-top-ring.html) no-repeat scroll center center / cover;
	width:0px;
	height:0px;
	top:0px;
	position: absolute;
	z-index: 0;
	transition:all 2s ease;
	left: 0;
	right: 0;
	margin: auto;
	opacity:0; 
}

.outer-Orbit.active{
	width: 588px;
	height: 344px;	
	transition:all 2s ease;
	opacity:1; 
}
.Orbit{
   	width: 190px;
	height: 310px;
	-webkit-transform: scaleX(2);
	background:transparent;
	left: 0;
	position: absolute;
	top: 5px;
	border-radius: 50%;
	right: 0;
	margin: auto;
}
.Orbit .rotate {
    width: 100%;
    height: 100%;
    -webkit-animation: circle 10s infinite linear;    
    -webkit-transform-origin: 50% 50%;
}
.OrbitSquare {
    width: 50px;
    height: 50px;
    -webkit-animation: ccircle 10s infinite linear;
}
.OrbitSquare .inner {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
    background:url(images/OrbitSquare.html) no-repeat scroll 0px 0px / cover;
    display: block;
    -webkit-transform: scaleX(0.50);
    font-size:0; 
}
@-webkit-keyframes circle {
    from {-webkit-transform: rotateZ(0deg)}
    to {-webkit-transform: rotateZ(360deg)}
}

@-webkit-keyframes ccircle {
    from {-webkit-transform: rotateZ(360deg)}
    to {-webkit-transform: rotateZ(0deg)}
}
.gris2{
	width:25px;
	height:82px;
	background:url(images/diamond-grid-2.html) no-repeat scroll center center / cover;
	position:absolute;
	left: 58%;
	z-index: 0;
	bottom: 75px;
	opacity:0; 
}
.diamond-animation.done .gris2{
	opacity:1; 
}
.square-1{
	width:25px;
	height:26px;
	background:url(images/OrbitSquare.html) no-repeat scroll center center / cover;
	position:absolute;
	left:63%;
	z-index: 0;
	bottom:130px;
	opacity:0; 
}
.diamond-animation.done .square-1{
	opacity:1;
	animation: SpinCoin 4s linear infinite;

}
.page-header{
	background:url(images/page-header-bg.html) no-repeat scroll center / cover;
	position: relative;
}
.page-header-overlay{
	padding: 70px 0 70px;
    background-color: rgba(0, 0, 0, 0.7);
}
/* Awards Section */
.award-section{
		
}
.awrds-data{
	text-align: center;
}
/* .award-data{
	position: relative;
	background-image: url('../images/awards.png');
	background-size: cover;
	background-position: center	;
	background-repeat: no-repeat;
	height: 100%;
}
.award-data img{
	width: 100%;
	height: 100%;
}
.award-data p{
	position: absolute;
	width: 100%;
	display: grid;
	align-items: center;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0px 45px!important;
	font-weight: 900;
	font-size: 16px;
	text-align: center;
	margin:0px!important;
} */
/*===================================*
12. FAQ SECTION
*===================================*/
.faq-section{
	background: #f2f2f2;
}
.faq-accordion{
	border-radius:0px;
	/* background:#ffffff;  */
	margin-bottom:5px;
	/* box-shadow: 0px 0px 18px 0px rgba(123, 123, 123, 0.2); 
	-webkit-box-shadow: 0px 0px 18px 0px rgba(123, 123, 123, 0.2); 
	-moz-box-shadow: 0px 0px 18px 0px rgba(123, 123, 123, 0.2); */
}
.faq-accordion h3{
	background: #fff;
	padding: 0.75rem 1.25rem 0.75rem .5rem!important;
	color: #000;
	font-weight: 700;
	font-size: 1.25rem;
	box-shadow: 0px 0px 18px 0px rgba(123, 123, 123, 0.2); 
	/* -webkit-box-shadow: 0px 0px 18px 0px rgba(123, 123, 123, 0.2); 
	-moz-box-shadow: 0px 0px 18px 0px rgba(123, 123, 123, 0.2); */
	margin-bottom: 15px!important;
	position: relative;
}
.ui-widget-content{
	border:none;
	box-shadow: 0px 0px 18px 0px rgba(123, 123, 123, 0.2); 
	-webkit-box-shadow: 0px 0px 18px 0px rgba(123, 123, 123, 0.2); 
	-moz-box-shadow: 0px 0px 18px 0px rgba(123, 123, 123, 0.2);
	margin-bottom: 15px;
	margin-top: -15px;
	height: 100%!important;
}
.faq-accordion h3:focus{
	border: none;
	outline: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
	border: none;
}
.ui-accordion-header-active{
	border: none;
	border-top:3px solid blue!important;
}
.faq-accordion h3 i{
}
.ui-icon-triangle-1-s,.ui-icon-triangle-1-e{	
	/* position: absolute;
	top: 0%;
	right: 2%;
	padding-top: 0.75rem; */
	float: right;
}
.md-accordion .card{
	border-radius:0px;
	background:#ffffff; 
	margin-bottom:5px;
	box-shadow: 0px 0px 18px 0px rgba(123, 123, 123, 0.2); 
	-webkit-box-shadow: 0px 0px 18px 0px rgba(123, 123, 123, 0.2); 
	-moz-box-shadow: 0px 0px 18px 0px rgba(123, 123, 123, 0.2);
}
.card-header{
	background:#ffffff; 
}
.card-header a{
	color:#1d1d1d;
}
.card-header a:focus, .card-header a:focus h5{
	border:none; 
	outline: 0;
}
.card-header a h5{
	font-weight:700; 
}
.card-header .rotate-icon{
	float: right;
}
.card .card-header a:not(.collapsed) .rotate-icon{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	color: blue
}
.card-header{
	border-bottom:none; 
}
.card-body{
	padding-top:0px; 
}
.card .card-header a:not(.collapsed):before{
	background: blue;
	height: 3px;
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}
.style-2.md-accordion .card{
	-webkit-border-radius:0px;
	border-radius:0px;
	background:transparent;
	margin-bottom:15px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: none;
}
.style-2.md-accordion .card-header{
	padding:0px 0px;
}
.style-2.md-accordion .card-header a{
	padding:15px 65px 15px 30px;
	display:block;
	border:1px solid #f4f4f4;
	background:#f4f4f4;
	-webkit-border-radius:8px !important;
	border-radius:8px !important;
	position: relative;
}
.style-2.md-accordion .card-header a h5{
	font-family:"Poppins", sans-serif;
	color:#000000;
	font-size:20px;   
	line-height:32px; 
}
.style-2.md-accordion .card-body{
	padding:15px 30px;
}
.style-2 .card .card-header a:not(.collapsed)::before{
	display:none; 
}
.style-2 .card .card-header a:not(.collapsed){
	border:1px solid #ffecb9;
	background:#fff9e9;
}
.style-2 .card-header .rotate-icon{
	height:54px;
	width:54px;
	-webkit-border-radius:6px;
	border-radius:6px;
	position: absolute;
	right:4px;
	top:4px;
	background: #fbbd17;
	text-align:center;
	line-height:54px; 
	font-size:24px; 
}
.style-2 .card .card-header a:not(.collapsed) .rotate-icon{
	color:#000000 
}
.style-2 .card .fa-caret-down::before{
	content:"\f078";
}
.call-to-action-section{
	background: url("images/bg-1.html") no-repeat scroll center;
	background-size: cover;
	color:#000000; 
}
.call-to-action-section h2{
	color:#000000;
}
 .how-it-works{
 	background:#f2f2f2; 
}
.how-it-works-box{
 	background:#ffffff;
 	border:1px solid #dddddd;
 	padding:30px;  
}
.how-it-works-box .ico{
	margin-bottom:30px; 
}
.how-it-works-box h4{
	margin-bottom:10px;
	text-transform:uppercase;
	color:#000000;
	font-weight:600;
	font-size:18px;
	letter-spacing:1px;   
}
.faq-section .tab-section .nav-tabs{
	margin-bottom:30px; 
}
.faq-section .tab-section .nav-tabs .nav-item{
	flex-grow: 1;
	text-align: center;
	flex-basis: 0;
}
.faq-section .tab-section .nav-tabs .nav-link{
	font-family: 'Poppins', sans-serif;
	font-weight:600; 
	font-size: 20px;
}
.style-3.md-accordion .card {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background:#ffffff;
    margin-bottom: 15px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: none;
    padding:20px; 
}
.style-3 .card-header .rotate-icon {
    height: 54px;
    width: 54px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    right: 0px;
    top: 9px;
    text-align: center;
    line-height: 54px;
    font-size: 24px;

}
.style-3 .card .fa-caret-down::before {
    content: "\f078";
    color: #6d6b6b;
}
.style-3 .card .card-header a:not(.collapsed) .rotate-icon {
    color: #6d6b6b;
}
.style-3.md-accordion .card-header {
    padding: 0px 0px;
    background:transparent; 
}
.style-3.md-accordion .card-body {
    padding: 15px 45px 15px 45px;
}
.style-3.md-accordion .card-header a h5 {
    font-family: "Poppins", sans-serif;
    color: #000000;
    font-size: 20px;
    line-height: 32px;
    padding:0px 45px 
}
.style-3 .card .card-header a:not(.collapsed)::before {
	display:none; 
}
.style-3.md-accordion .card-header h5:before{
	content: "+";
    background: blue;
    border-radius: 50px;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 28px;
    width: 26px;
    display: inline-block;
    height: 26px;
    text-align: center;
    font-size: 24px;
	position: absolute;
	top: 22px;
	left:20px 
}
/* Dropdown */
