/*
Author       	: theme_crazy
Template Name	: Cryptoma - Bitcoin & Cryptocurrency ICO Landing Page
Version      	: 1.0
*/

/****** Table Of Content ***************
=================================================
#1. Typography
#2. Pre Loader
#3. General Design
#4. Header Design
#5. Banner Design
#6. Features
#7. Road Map
#8. Team
#9. FAQs
#10. Contact Us
#11. Footer
#12. Responsive Design
=================================================
*/

/************* Typography ******************/
*{
	padding:0;
	margin:0;
}
img{
	border:none;
	outline:none;
	max-width:100%;
}
a,a:active,a:focus,a:hover{
	outline:none!important;
	text-decoration:none;
}
a{
	-webkit-transition:all 0.35s ease-in-out;
	-moz-transition:all 0.35s ease-in-out;
	-ms-transition:all 0.35s ease-in-out;
	-o-transition:all 0.35s ease-in-out;
	transition:all 0.35s ease-in-out;
	color:#333;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
	outline:none!important;
	box-shadow:none;
}
ul,
ol{
	margin:0;
	list-style-type:none;
}
body{
	font-family: 'Poppins', sans-serif;
	background:#f8faff;
	font-size:15px;
	padding-top:60px;
	position:relative;
	overflow-x:hidden;
}
h1,
h2,
h3,
h4,
h5,
h6{
	color:#333;
	font-family: 'Poppins', sans-serif;
}
h1 {
    font-weight: 700;
	font-size:45px;
	line-height:56px;
 	margin: 0 0 20px;
}
h2{
	font-weight:700;
	font-size:30px;
	margin:0 0 15px;
	line-height:40px;
}
h3{
	font-size:20px;
	font-weight:600;
	text-transform:capitalize;
	margin:0 0 15px;
}
h4{
	font-size:18px;
	font-weight:600;
	margin:0 0 10px;
}
h5{
	font-weight:400;
	margin:0 0 10px;
	font-size:14px;
	color:#777;
}
h6{
	font-weight:300;
	margin:0 0 10px;
	font-size:12px;
}
p {
    font-size: 15px;
    line-height: 28px;
    color: #777;
    margin: 0 0 25px;
}

/*================================ Pre Loader ====================================*/
.preloader{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#ffffff;
	z-index:13000;
	height:100%;
}
.preloader_image{
	width:130px;
	height:130px;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.sk-double-bounce {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 40px auto;
}
.sk-double-bounce .sk-child {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #4977e6;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
	animation: sk-doubleBounce 2s infinite ease-in-out; 
}
.sk-double-bounce .sk-double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s; 
}

@-webkit-keyframes sk-doubleBounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0); 
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1); 
	} 
}

@keyframes sk-doubleBounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0); 
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1); 
	} 
}

/*======================================== General Design ========================================*/
.inverse-bg{
	background:#fff;
}
.section-title {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 70px;
}
.section-title p {
    display: block;
    margin: 0 auto;
    max-width: 580px;
}
.btn{
	font-size:15px;
}
.btn.btn-default{
	line-height: 26px;
    border: 2px solid #cbdfff;
    border-radius: 27px;
    padding: 12px 30px;
    color: #3d3dce;
    font-weight: 500;
	text-transform:capitalize;
	box-shadow:none!important;
}
.btn.btn-primary{
	line-height: 26px;
    border: 2px solid #3d3dce;
    border-radius: 27px;
    padding: 12px 30px;
    color: #fff;
    font-weight: 500;
	background:#3d3dce;
	text-transform:capitalize;
	opacity:1;
	box-shadow:none!important;
}
.btn-primary:hover{
	color:#3d3dce;
	border-color:#cbdfff;
	background:none;
}
.btn.btn-default:hover{
	background:#3d3dce;
	color:#fff;
	border-color:#3d3dce;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none; 
}
section{
	width:100%;
	float:left;
	height:auto;
}
.section-spacing{
	padding:120px 0;
}
.no-spacing{
	padding:0;
}
.moveDown{
	animation: move 6.5s linear infinite; 
}
.moveDown3{
	animation: move 7s linear infinite; 
}
.mb-120{
	margin-bottom:120px;
}

/*======================================== Header Design ========================================*/
.navbar{
	padding:0;
	-webkit-box-shadow:0 0 5px rgba(0,91,234,0.3);
	-ms-box-shadow:0 0 5px rgba(0,91,234,0.3);
	-moz-box-shadow:0 0 5px rgba(0,91,234,0.3);
	box-shadow:0 0 5px rgba(0,91,234,0.3);
}
.navbar .navbar-brand{
	padding:4px 0;
}
.navbar .navbar-brand .logo {
	/*width: 54px;*/
	height: 54px;
}
.navbar .navbar-nav .nav-link{
	padding: 13px 10px;
    font-size: 15px;
    color: #223b54;
    line-height: 24px;
    font-weight: 400;
}
.navbar .navbar-nav .nav-item.btn-login .nav-link{
	background:#3d3dce;
	color:#fff;
	padding:13px 40px;
	border-radius:25px;
	text-transform:uppercase;
	-webkit-box-shadow:0 6px 27px rgba(0,91,234,0.3);
	-ms-box-shadow:0 6px 27px rgba(0,91,234,0.3);
	-moz-box-shadow:0 6px 27px rgba(0,91,234,0.3);
	box-shadow:0 6px 27px rgba(0,91,234,0.3);
}
.navbar .navbar-nav .nav-item.btn-login .nav-link.active{
	color:#fff;
}
.navbar .navbar-nav .nav-item.btn-login .nav-link:hover{
	background:#333333;
}
.navbar .navbar-nav .nav-item.btn-login{
	margin-left:20px;
}
.navbar .navbar-nav .nav-item{
	margin-left:15px;
}
.navbar .navbar-nav .nav-item:first-child{
	margin:0;
}
.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-link:hover{
	color:#3d3dce;
	border-bottom: 2px solid #3d3dce;
} 
.navbar-collapse {
	justify-content: center;
}
.navbar-toggler{
	padding:0;
	outline:none;
	border:none;
}
.navbar-toggler-icon{
	display: inline-block;
    width: 40px;
    height: 3px;
    background: #000;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.navbar-toggler-icon:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -11px;
    width: 100%;
    height: 3px;
    background: #000;
    border-radius: 4px;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    backface-visibility: hidden;
}
.navbar-toggler-icon:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -11px;
    width: 100%;
    height: 3px;
    background: #000;
    border-radius: 4px;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    backface-visibility: hidden;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon{
    background: rgba(0, 0, 0, 0);
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: 0px;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    bottom: 0px;
}

/*======================================== Banner Design =============================*/
#home{
	background:url(../images/1.png) no-repeat center bottom;
	-webkit-background-size:cover;
	-ms-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	position:relative;
}
.banner-caption{
	width:100%;
	float:left;
	height:414px;
}
.hero-text{
	width:100%;
	float:left;
	height:auto;
}
.hero-text h1{
	color:#fff;
	animation-delay:0.2s;
}
.hero-text p{
	color:rgba(255,255,255,0.6);
	margin:0 0 30px;
	animation-delay:0.4s;
}
.hero-text .btn.btn-primary,
.hero-text .btn-primary:not(:disabled):not(.disabled):active{
	text-transform:capitalize;
	color:#4776e6;
	background:#fff;
	font-weight:600;
	line-height:26px;
	padding:12px 30px;
	border-radius:27px;
	border:2px solid #fff;
}
.hero-text .btn.btn-default{
	text-transform:capitalize;
	color:#fff;
	font-weight:600;
	line-height:26px;
	padding:12px 30px;
	border-radius:27px;
	border:2px solid #fff;
	min-width:215px;
}
a + a{
	margin-left:20px;
}
.hero-text a{
	animation-delay:0.6s;
}
.hero-text .btn.btn-default:hover{
	background:#fff;
	color:#4776e6;
}
.hero-text .btn.btn-primary:hover{
	background:none;
	color:#fff;
}
.hero-img{
	animation-delay:1s;
	animation: move 4.2s linear infinite; 
}
.circle1 {
	position: absolute;
	left: 40px;
	top: 40px;
	width:100px;
	height:100px;
	border-radius:50%;
	background:rgba(255,255,255,0.1);
	animation: move 2.5s linear infinite; 
}
.circle2{
	position: absolute;
	left: 30%;
	top: 60%;
	width:150px;
	height:150px;
	border-radius:50%;
	background:rgba(255,255,255,0.1);
	animation: move 3s linear infinite; 
}
.circle3 {
	position: absolute;
	right: 40px;
	top: 140px;
	width:130px;
	height:130px;
	border-radius:50%;
	background:rgba(255,255,255,0.1);
	animation: move 2.5s linear infinite; 
}
.circle4 {
	position: absolute;
	left: 45%;
	top: 50px;
	width:160px;
	height:160px;
	border-radius:50%;
	background:rgba(255,255,255,0.1);
	animation: move 3.5s linear infinite; 
}

@-webkit-keyframes move {
	0% {
		transform: translateY(0px); 
	}
	50% {
		transform: translateY(25px); 
	}
	100% {
		transform: translateY(0px); 
	} 
}
@-moz-keyframes move {
	0% {
		transform: translateY(0px); 
	}
	50% {
		transform: translateY(25px); 
	}
	100% {
		transform: translateY(0px); 
	} 
}
@-o-keyframes move {
	0% {
		transform: translateY(0px); 
	}
	50% {
		transform: translateY(25px); 
	}
	100% {
		transform: translateY(0px); 
	} 
}
@keyframes move {
	0% {
		transform: translateY(0px); 
	}
	50% {
		transform: translateY(25px); 
	}
	100% {
		transform: translateY(0px); 
	}  
}
.banner-caption .pre-sale{
	padding: 20px 30px 25px;
    background: rgba(255,255,255,0.2);
    max-width: 400px;
    border-radius: 5px;
}
.banner-caption .pre-sale h3{
	color:#fff;
}
.presale-counter{
	font-family:'Poppins', sans-serif;
}

/* carousel */
.carousel {
	height: 100%;
}
.carousel-inner{
	height: 414px;
}
.carousel-item{
	height: 100%;
	padding: 96px!important;
	text-align: center;
}
.carousel-item .carousel-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.carousel-item:nth-child(1) .carousel-bg {
	background: url(../picture/bg1.png) no-repeat;
	background-size: cover;
}
.carousel-item:nth-child(2) .carousel-bg {
	background: #2648d9;
}
.carousel-item:nth-child(3) .carousel-bg {
	background: url(../picture/bg3.png) no-repeat;
	background-size: cover;
}
.carousel-item:nth-child(3) .carousel-bg::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 480px;
	background: url(../picture/bg-1.png) no-repeat;
	background-size: cover;
}
.carousel-item .carousel-bg .icons {
	position: absolute;
	top: 0;
	width: 413px;
	height: 400px;
}
.carousel-item .carousel-bg .icons.left {
	left: 40px;
	background: url(../picture/bg-2.png) no-repeat 50%;
	background-size: 50% 50%;
}
.carousel-item .carousel-bg .icons.right {
	right: 40px;
	background: url(../picture/bg-3.png) no-repeat 50%;
	background-size: 50% 50%;
}
.carousel-item p {
	color: #fff;
	font-size: 18px;
}

/*======================================== Features =============================*/
.features-item{
	width:100%;
	float:left;
	height:auto;
	padding:30px;
	text-align: center;
	-webkit-box-shadow:0 0 10px rgba(165,165,165,0.2);
	-ms-box-shadow:0 0 10px rgba(165,165,165,0.2);
	-moz-box-shadow:0 0 10px rgba(165,165,165,0.2);
	box-shadow:0 0 10px rgba(165,165,165,0.2);
	margin:0 0 30px;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.features-item:hover{
	-webkit-box-shadow:0 10px 40px rgba(165,165,165,0.2);
	-ms-box-shadow:0 10px 40px rgba(165,165,165,0.2);
	-moz-box-shadow:0 10px 40px rgba(165,165,165,0.2);
	box-shadow:0 10px 40px rgba(165,165,165,0.2);
}
.features-item p{
	margin:0;
}
.features-item i,.features-item svg {
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 8px 8px 0 8px;
    margin: 0 0 20px;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
#features .row .col-md-6:nth-child(1) .features-item svg,
#features .row .col-md-6:nth-child(1) .features-item i{
	background: #0f5eef;
}
#features .row .col-md-6:nth-child(2) .features-item svg,
#features .row .col-md-6:nth-child(2) .features-item i {
	background: #ff7524;
}
#features .row .col-md-6:nth-child(3) .features-item svg,
#features .row .col-md-6:nth-child(3) .features-item i {
	background: #09b6ea;
}
#features .row .col-md-6:nth-child(4) .features-item svg,
#features .row .col-md-6:nth-child(4) .features-item i {
	background: #f31919;
}
#features .row .col-md-6:nth-child(5) .features-item svg,
#features .row .col-md-6:nth-child(5) .features-item i {
	background: #21bb49;
}
#features .row .col-md-6:nth-child(6) .features-item svg,
#features .row .col-md-6:nth-child(6) .features-item i {
	background: #f9b51d;
}
.features-item i::before{
	font-size:50px;
	line-height:78px;
}
.features-item:hover i,.features-item:hover svg{
	background:#3d3dce!important;
	color:#fff;
}
.text-block p:last-of-type {
    margin: 0;
}

.features-item svg {
	padding: 10px;
}

.features-item svg path {
	fill: #fff;
}

.features-item:hover svg path {
	fill: #fff;
}

/*======================================== function =============================*/
.introduceList {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	margin-top: 20px;
}

.introduceList .introduce {
    display: flex;
    align-items: flex-start;
    /* margin-right: 55px; */
}

.introduceList .introduce svg {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	margin-right: 9px;
	background: #fff;
	border-radius: 50%;
	padding: 10px;
}

.introduceList .introduce:hover svg {
	box-shadow: 0 0 10px #dedede;
}

.introduceList .introduce p:first-child {
	margin-bottom: 11px;
	font-size: 18px;
	font-weight: bold;
}

/*======================================== Function =============================*/
.function img {
	transform: none!important;
}
/* pc */
.function-bg {
	position: relative;
	width: 100%;
	/* height: 370px; */
	margin: auto;
}
.function-bg > img {
	/* width: 540px;
	height: 370px; */
}
.function-bg .replaceImage {
	position: absolute;
	left: 65px;
	top: 14px;
	width: calc(100% - 128px);
	height: calc(100% - 116px);
	background: #fff;
	border-radius: 2px;
}

.function .replaceImage img {
	width: 100%;
	height: 100%;
	border-radius: 2px;
}
/* phone */
.function-phone {
	position: relative;
	width: 205px;
	height: 467px;
	margin: auto;
}
.function-phone > img {
	width: 205px;
	height: 467px;
}
.function-phone .replaceImage {
	position: absolute;
	left: 17px;
	top: 61px;
	width: 171px;
	height: 304px;
	background: #000;
	border-radius: 2px;
}

/*======================================== Team =============================*/
.team-member{
	width:100%;
	float:left;
	height:auto;
}
.team-member .thumb{
	display:inline-block;
	border-radius:50%;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border:2px solid #3d3dce;
	overflow:hidden;
	padding:5px;
	width:180px;
	height: 180px;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	margin:0 0 10px;
}
.team-member:hover .thumb{
	border:8px solid #3d3dce;
}
.team-member .thumb img{
	width: 166px;
	height: 166px;
	border-radius:50%;
}
.social-media li{
	display:inline-block;
	margin:0 5px;
}
.social-media li a{
	font-size:20px;
	color:#aaa;
}
.social-media li a:hover{
	color:#3d3dce;
}

/*======================================== FAQs =============================*/
.card{
	border:none;
	background:#fff;
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.1);
	-ms-box-shadow:0 0 15px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 15px rgba(0,0,0,0.1);
	box-shadow:0 0 15px rgba(0,0,0,0.1);
	border-radius:5px!important;
	overflow:hidden;
}
.card + .card{
	margin-top:30px;
}
.card-header{
	padding:0px;
	background:#fff;
	border:none;
}
.card-header h4{
	margin:0;
	padding:25px 45px 25px 25px;
	cursor:pointer;
	position:relative;
}
.card-header h4.collapsed::after{
	width:20px;
	height:22px;
	position:absolute;
	top:50%;
	right:24px;
	content:"\f055";
	font-family: FontAwesome;
	font-size:22px;
	line-height:22px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
}
.card-header h4::after{
	width:20px;
	height:22px;
	position:absolute;
	top:50%;
	right:24px;
	content:"\f056";
	font-family: FontAwesome;
	font-size:22px;
	line-height:22px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
}
.card-body{
	padding:0 25px 25px;
}
.card-body p:last-child{
	margin:0;
}

/*======================================== Contact Us =============================*/
.contact-info{
	width:100%;
	float:left;
	height:auto;
	border:1px solid #dcdcdc;
	border-radius:5px;
	padding:30px 15px;
	margin:0 0 90px;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.contact-info:hover{
	border-color:#3d3dce;
}
.contact-info .fa{
	font-size:30px;
	color:#3d3dce;
	margin:0 0 20px;
}
.contact-info p{
	margin:0;
	color:#999;
}
.contact-info p a{
	color:inherit;
}
.contact-info p a:hover{
	color:#3d3dce;
}

.contact-info svg {
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
}

.contact-info svg path {
	fill: #3d3dce;
}

/*======================================== Footer =============================*/
#footer {
    width: 100%;
    float: left;
    height: auto;
    background: #000;
    padding: 50px 0 20px 0;
}
#footer p {
    margin: 0;
    color: #fff;
    opacity: 0.7;
}
#footer .social-media{
	display: flex;
	justify-content: space-between;
	margin:0 0 20px;
}
#footer .social-media li{
	margin:0 10px;
}
#footer .social-media li a {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
}
#footer .social-media li a:hover{
	color:#fff;
}
.copyright p {
	font-weight: 100;
	font-size: 14px;
}

.back-top a{
	background-color: transparent;
    bottom: 0;
    height: 50px;
    margin: 0;
    position: fixed;
    right: 10px;
    width: 85px;
    z-index: 10000;
}
.back-top .icon-bg {
    background-color: #3d3dce;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
    height: 60px;
    left: 0;
    position: absolute;
    top: -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: left bottom 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 60px;
}
.back-top .back-to-top-text {
    bottom: 5px;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: bottom 0.15s ease-out 0.2s;
    -moz-transition: bottom 0.15s ease-out 0.2s;
    -o-transition: bottom 0.15s ease-out 0.2s;
    -ms-transition: bottom 0.15s ease-out 0.2s;
    transition: bottom 0.15s ease-out 0.2s;
    width: 100%;
}
.back-top .fa {
    color: #fff;
    font-size: 28px;
    left: 50%;
    position: absolute;
    top: 100%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.back-top a:hover .back-to-top-text {
    bottom: -30px;
    -webkit-transition: bottom 0.15s ease-out 0s;
    -moz-transition: bottom 0.15s ease-out 0s;
    -o-transition: bottom 0.15s ease-out 0s;
    -ms-transition: bottom 0.15s ease-out 0s;
    transition: bottom 0.15s ease-out 0s;
}
.back-top a:hover .fa {
    top: 65%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-out 0.15s;
    -moz-transition: all 0.2s ease-out 0.15s;
    -o-transition: all 0.2s ease-out 0.15s;
    -ms-transition: all 0.2s ease-out 0.15s;
    transition: all 0.2s ease-out 0.15s;
}

/*======================================== Responsive Design =============================*/
@media (max-width: 374px) {
.hero-text .btn.btn-default{
	width:100%;
	margin:20px 0 0!important;
}
.hero-text .btn.btn-primary{
	width:100%;
}
.function-bg .replaceImage {
	left: 42px!important;
	top: 10px!important;
	width: calc(100% - 82px)!important;
	height: calc(100% - 74px)!important;
} 
}

@media (max-width: 479px) {
.hero-text .btn.btn-primary, 
.hero-text .btn.btn-default, 
.btn.btn-primary, 
.btn.btn-default{
	min-width:unset!important;
	padding:12px 22px!important;
	font-size:14px;
}
a + a {
    margin: 0px 0 0 10px!important;
}
p{
	font-size:14px;
	line-height:26px;
}
.form-control{
	font-size:14px;
}

.banner-caption{
	/* padding:60px 0; */
}
.function-bg .replaceImage {
	left: 42px!important;
	top: 10px!important;
	width: calc(100% - 82px)!important;
	height: calc(100% - 74px)!important;
} 
}
@media (max-width: 575.98px) {
.circle1 {
    left: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
}
.circle2 {
    left: 50%;
    top: 70%;
    width: 70px;
    height: 70px;
}
.circle3 {
    right: 20px;
    top: 50px;
    width: 80px;
    height: 80px;
}
.circle4 {
    left: 45%;
    top: 20%;
    width: 60px;
    height: 60px;
}
.hero-text .btn.btn-primary,
.hero-text .btn.btn-default,
.btn.btn-primary,
.btn.btn-default{
	padding:12px 25px;
}
.input-group .btn.btn-primary {
    padding: 12px 15px;
    min-width: unset!important;
}
.form-control{
	padding:5px 20px;
}
textarea.form-control {
    padding: 12px 20px;
}
#features .row .col-sm-6:nth-last-child(-n+1) .features-item {
    margin-bottom: 0;
}
.function-bg .replaceImage {
	left: 42px!important;
	top: 10px!important;
	width: calc(100% - 82px)!important;
	height: calc(100% - 74px)!important;
} 
}

@media (min-width: 576px) and (max-width: 767.98px) {
#features .row .col-sm-6:nth-last-child(-n+2) .features-item {
    margin-bottom: 0;
}
}

@media (max-width: 767.98px) {
.container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px!important;
}
.banner-caption,
.carousel-inner{
	height: 202px;
}
a + a {
    margin-left: 15px;
}
.section-spacing {
    padding: 60px 0;
}
.hero-text{
	padding:0px;
}
.footer{
	padding:60px 0;
}
h1{
	font-size:30px;
	line-height:40px;
}
h2{
	font-size:24px;
	line-height:35px;
}
.counter-info{
	margin:0 0 50px;
}
.section-title{
	margin:0 0 40px;
}

.roadmap-outer .roadmap{
	margin-top: 0;
	overflow: hidden;
}
.roadmap-outer .roadmap:before,
.roadmap-outer .roadmap:nth-child(2n):before{
	box-shadow: none;
}
.roadmap-outer .roadmap-icon,
.roadmap-outer .roadmap:nth-child(2n) .roadmap-icon{
	margin-top: -30px;
	margin-bottom: 20px;
	position: relative;
	transform: rotate(135deg);
}
.roadmap-outer .year,
.roadmap-outer .roadmap:nth-child(2n) .year{ 
	transform: rotate(-135deg); 
}
.roadmap-outer .roadmap-content,
.roadmap-outer .roadmap:nth-child(2n) .roadmap-content{
	width: 100%;
	float: none;
	border-radius: 0 0 20px 20px;
	text-align: center;
	padding: 25px 20px;
	margin: 0 auto;
}
.roadmap-outer .roadmap-content:before,
.roadmap-outer .roadmap:nth-child(2n) .roadmap-content:before{
	width: 15px;
	height: 25px;
	position: absolute;
	top: -22px;
	left: 50%;
	z-index: -1;
	transform: translate(-50%,0);
}
.img-block {
    margin: 0 0 40px;
}
.mb-120 {
    margin-bottom: 60px;
}
.text-block p:last-of-type{
	margin:0;
}
.roadmap-outer .roadmap,
.roadmap-outer .roadmap:first-child{
	margin:0 0 20px;
}
.roadmap-outer .roadmap:last-child{
	margin:0;
}
#roadmap{
	padding-bottom:60px;
}
.roadmap-outer{
	margin-top:-20px;
}
.download-img,
.faqs-img {
    margin: 0 0 40px;
}
.team-member{
	margin:0 0 40px;
}
#team .row .col-md-3:nth-last-child(-n+1) .team-member{
	margin:0;
}
.contact-info{
	margin:0 0 40px;
}
#contact .section-title h2{
	margin:0;
}
.form-group {
    margin-bottom: 20px;
}
#footer{
	padding:50px 0;
}
.features-item{
	text-align:center;
	margin:0 0 40px;
}
.introduceList  {
	margin-bottom: 10px;
}
.introduceList:last-child {
	margin-top: 0;
}
.introduceList .introduce {
	margin-top: 10px;
}
/* .function-bg .replaceImage {
	left: 42px!important;
	top: 10px!important;
	width: calc(100% - 82px)!important;
	height: calc(100% - 74px)!important;
} */
}

@media (max-width: 991.98px) {
.navbar .navbar-nav .nav-item {
    margin-left: 0;
}
.navbar .navbar-nav .nav-link{
	padding:8px 0px;
}
.navbar .navbar-nav .nav-item.btn-login {
    margin: 10px 0 0;
    text-align: center;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
.container {
    width: 768px;
    max-width: 100%;
    padding: 0 15px!important;
}
h1{
	font-size:36px;
	line-height:45px;
}
h2{
	font-size:26px;
	line-height:32px;
}
.hero-text{
	padding:120px 0 0;
}
a + a {
    margin-left: 15px;
}
.section-spacing {
    padding: 80px 0;
}
.roadmap-outer .roadmap{ 
	margin-top: -135px; 
}
.roadmap-outer .roadmap-content:before{ 
	left: -4%; 
}
.roadmap-outer .roadmap:nth-child(2n) .roadmap-content:before{ 
	right: -4%; 
}
.hero-text{
	padding:0;
}
.hero-text h1{
	font-size:28px;
	line-height:34px;
}
.contact-info p{
	font-size:14px;
}
.hero-text .btn.btn-primary{
	padding:12px 25px;
	font-size:14px;
}
.hero-text .btn.btn-default{
	padding:12px 25px;
	min-width:unset;
	font-size:14px;
}
#features .row .col-sm-6:nth-last-child(-n+2) .features-item {
    margin-bottom: 0;
}
.function-bg .replaceImage {
	left: 42px!important;
	top: 10px!important;
	width: calc(100% - 82px)!important;
	height: calc(100% - 74px)!important;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
.navbar .navbar-nav .nav-item {
    margin-left: 0;
}
.navbar .navbar-nav .nav-item.btn-login {
    margin-left: 15px;
}
h2{
	font-size:28px;
}
h1{
	font-size:36px;
}
.banner-caption{
	padding:120px 0;
}
.roadmap-outer .roadmap{ 
	margin-top: -107px; 
}
.roadmap-outer .roadmap-content:before{ 
	left: -18%; 
}
.roadmap-outer .roadmap:nth-child(2n) .roadmap-content:before{ 
	right: -18%; 
}
#features .row .col-sm-6:nth-last-child(-n+3) .features-item {
    margin-bottom: 0;
}

}

@media (min-width: 1200px) {
#features .row .col-sm-6:nth-last-child(-n+3) .features-item {
    margin-bottom: 0;
}
}

@media (max-width: 1024px) {
.function-bg .replaceImage {
	left: 54px;
	top: 14px;
	width: calc(100% - 106px);
	height: calc(100% - 99px);
}
}
