/*
|------------------------------------------------------------------
	[Table of contents]:

	1. FONTS
	2. BODY
	3. COMMON CSS
	4. Main front landing page / #Main
		4.1. Carousel Slider
	5. Subscribe /  #mc-form
	6. Services / #Services
	7. Contact / #myContact
	8. Overlay / .overlay
	9. SOCIAL
	10. Button / .btn-custom
	11. Responsive
	
|-------------------------------------------------------------------
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i|Droid+Sans:400,700);

/*
|----------------------------------------------------------------------------
	2. BODY
|----------------------------------------------------------------------------
*/
html, body {	
	height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
body {
	background-color: #999;
	font-family: 'Droid Sans', sans-serif;
	font-size: 18px;
	line-height: 1.725;
}
p{
    text-align: left;
}
/*
|----------------------------------------------------------------------------
	3. COMMON CSS
|----------------------------------------------------------------------------
*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}
a {
}
a:hover {
    color: #3399cc;
}
#particles-js {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
}
.logo {
    margin: 0 auto;
    max-width: 198px;
    max-height: 24px;
    padding: 0 15px;
    width: 100%;
}
.note{
    font-size: 14px;
    margin-top: 10px;
}
.intro-photo{
    float: left;
    width: 300px;
    max-width: 100%;
    height: auto;
    margin: 0 25px 15px 0;
}
.signature-image{
    display: block;
    width: 350px;
    max-width: 100%;
    height: auto;
    margin: 0 0 25px auto;
}
.center{
    text-align: center;
}
.justify{
    text-align: justify;
}
.left{
    text-align: left;
}
.blue{
    color: #3399cc;
}
.purple{
    color: #e44fe4 !important;
}
.large{
    font-size: 20px;
}
.normal{
    font-size: 16px;
}
.weight_normal{
    font-weight: normal !important;
}
.weight_semi{
    font-weight: 500 !important;
}
.size_32{
    font-size: 32px !important;
}
.underline{
    text-decoration: underline;
}
.overlay-content {
	background-color: rgba(0, 0, 0, 0.7);
	background-image: url(../images/background/bg_mask.png);
    display: table;
    height: 100%;
    width: 100%;
}
.content {
    color: #fff;
    display: table-cell;
	padding: 30px 0;
	vertical-align: middle;
}
.content-inner {
    margin: 0 auto;
    max-width: 980px;
    padding: 0 15px;
    width: 100%;
}
.title-box::before {
    background: #3399cc;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 0 0 -2px;
    position: absolute;
    width: 40px;
}
.title-box {
    border-bottom: 2px solid #fff;
    margin: 0 0 30px;
    position: relative;
	text-transform: uppercase;
}
.content-inner > p {
    margin: 0 0 20px;
}

/*
|----------------------------------------------------------------------------
	4. Main front landing page / #Main
|----------------------------------------------------------------------------
*/
#Main.overlay.slide-dowun {
	-webkit-transform:translateY(100%);
    -moz-transform:translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
	transform: translateY(100%);
}
#Main.overlay.slide-up {
    -webkit-transform:translateY(-100%);
    -moz-transform:translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
#Main.overlay.slide-right {
	-webkit-transform:translateX(100%);
    -moz-transform:translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
	transform: translateX(100%);
}
#Main.overlay.slide-left {
	-webkit-transform:translateX(-100%);
    -moz-transform:translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
	transform: translateX(-100%)
}
#Main.overlay {
	background-attachment: fixed;
	background-size:  cover;
	background-image: url(../images/background/bg.jpg);
	background-position: center center;
	background-repeat:  no-repeat;
	text-align: center;
	/*-webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
	transform: translateX(0);*/
}
#Main h1 {
    color: #3399cc;
    font-size: 42px;
    font-weight: bold;
    margin: 10px 0 30px;
/*	text-transform: uppercase; */
}
#Main h3 {
    color: #3399cc;
    font-size: 38px;
    font-weight: bold;
    margin: 10px 0 20px;
    text-transform: uppercase;
}
.coming-soon-count {
    margin: 0 0 30px;
}
.is-countdown {
	background: none;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
    clear: both;
    display: inline-block;
    margin: 0 auto;
    padding: 0px 2px;
    color: #e44fe4;
    text-align: center;
}
.countdown-section {
    background: url('../images/hexagon.svg') no-repeat center center;
    border-radius: 5px;
    display: inline-block;
    float: left;
    height: 120px;
    margin: 0px 20px 20px 0px;
    padding: 20px;
    position: relative;
    width: 120px;
}

.countdown-section > span {
    position: relative;
    z-index: 2;
}
.countdown-amount { 
	font-size: 36px;
	font-weight: bold;
    line-height: 1.1;
}
.countdown-period {
    font-size: 18px;
    display: block;
}

/*
|----------------------------------------------------------------------------
	4.1. Carousel Slider 
|----------------------------------------------------------------------------
*/
#textCarousel {
    color: #e44fe4;
    height: 130px;
    margin: 0 0 30px;
    padding: 0px 0px 15px 0px;
}



#textCarousel .carousel-control {
	margin-top: -7px;
	width: 10%;
}
#textCarousel .carousel-control.left, #textCarousel .carousel-control.right {
	background: none;
	opacity: 0;
}
#textCarousel:hover .carousel-control.left, #textCarousel:hover .carousel-control.right {
	opacity: 1;
}
#textCarousel .carousel-inner > .item {
	margin: 0 5%;
}
#textCarousel .banner-title-text {
    margin: 5px 0 10px;
    text-align: justify;
}
#textCarousel .banner-title-text a{
    color: #e44fe4;
}
#textCarousel .sub-title {
    color: #3399cc;
	margin: 0;
    text-align: left;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .icon-prev{
    left: 0px;
}
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-next{
    right: 0px;
}
.block {
    background-color: rgba(51, 51, 102, 0.5);
    border: 3px solid #3399cc;
    border-radius: 10px;
    box-shadow: 0 0 5px 1px rgba(101, 222, 242, 0.5);
    color: #e44fe4;
    margin: 0 0 30px;
    padding: 15px 20px;
}
.block h2 {
    margin: 5px 0 10px;
}
/*
|----------------------------------------------------------------------------
	5. Subscribe /  #mc-form
|----------------------------------------------------------------------------
*/
#Subscribe.overlay.show {
	-webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#Subscribe.overlay {
	background-attachment: fixed;
	background-size:  cover;
	background-image: url(../images/background/bg2.jpg);
	background-position: center center;
	background-repeat:  no-repeat;
	-webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.item.overlay.show {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.item.overlay {
    background-attachment: fixed;
    background-size:  cover;
    background-image: url(../images/background/bg2.jpg);
    background-position: center center;
    background-repeat:  no-repeat;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.mc-form-holder {
    margin: 30px auto 0;
    text-align: center;
}
.mc-form-holder a{
    border-radius: 50%;
    height: 32px;
    width: 32px;
    text-align: center;
}
.mc-form-holder a:hover{
    opacity: 0.9;
    text-decoration: none;
}
.mc-form-holder > p {
	font-size: 16px;
	margin-bottom: 20px;
}
.mc-form-holder > #mc-form {
    display: inline-block;
    margin: 0 30px 0 0;
    max-width: 360px;
	position: relative;
    vertical-align: middle;
}
.mc-form-holder .telegram{
    background-color: #0088cc;
    display: inline-flex;
    margin: 0px 30px 0px 0px;
    vertical-align: middle;
}
.mc-form-holder .telegram svg{
    fill: #ffffff;
    margin: 0 auto;
    width: 20px;
}
.mc-form-holder .facebook{
    background-color: #3b5998;
    display: inline-flex;
    vertical-align: middle;
}
.mc-form-holder .facebook svg{
    fill: #ffffff;
    margin: 0 auto;
    width: 20px;
}
#mc-form .form-control {
    background-color: transparent;
    border: 1px solid #3399cc;    
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    color: #fff;	
    display: inline;
    height: 34px;
    padding: 3px 10px 5px;
    vertical-align: top;
	width: 79%;
}
#mc-form .form-control:focus {
    border-color: #3e3e3e;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075) inset, 0 0 6px 0 #3399cc;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075) inset, 0 0 6px 0 #3399cc;
    outline: 0 none;
}
#mc-form .btn {
    background-color: #3399cc;
    border: medium none;
    border-radius: 0 4px 4px 0;
    box-sizing: border-box;
    color: #fff;
    display: inline;
    font-family: fontawesome;
    font-size: 18px;
    height: 34px;
    margin: 0 0 0 -6px;
	padding: 0;
    text-align: center;
    -webkit-transition: all 0.23s ease-in-out 0s;
    -moz-transition: all 0.23s ease-in-out 0s;
    -ms-transition: all 0.23s ease-in-out 0s;
    -o-transition: all 0.23s ease-in-out 0s;
    transition: all 0.23s ease-in-out 0s;
    width: 20%;
}
#mc-form .btn:hover {
    opacity: 0.9;
}
#mc-form label {
    font-size: 16px;
    font-weight: normal;
    left: 0;
    position: absolute;
    top: 35px;
	line-height: 1.2;
}
#mc-form .error {
    color: #ce0606;
}
#mc-form .valid {
    color: #37a000;
}

/*
|----------------------------------------------------------------------------
	6. Services / #Services
|----------------------------------------------------------------------------
*/
#Services.overlay.show {
	-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
#Services.overlay { 
	background-attachment: fixed;
	background-size:  cover;
	background-image: url(../images/background/group.jpg);
	background-position: center center;
	background-repeat:  no-repeat;
	-webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.Services-box {
    text-align: center;
}
.service-item {
    font-size: 16px;
	border: 1px solid #3399cc;
	border-radius: 10px;
	box-shadow: 0 0 5px 1px rgba(101, 222, 242, 0.5);
    border-radius: 10px;
    cursor: pointer;
	min-height: 194px;
    margin: 0 0 30px;
    padding: 15px;
}
.service-item:hover {
	box-shadow: 0 0 10px 1px rgba(19, 145, 166, 0.5);
    opacity: .8;
}
.service-item img {
    max-width: 100%;
}
.service-item h3 {
    color: #3399cc;
    font-size: 18px;
    height: 24px;
}
.service-item h3:before { 
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; 
}
.service-item h4 {
    color: #e44fe4;
}
/*
|----------------------------------------------------------------------------
	7. Contact / #myContact
|----------------------------------------------------------------------------
*/
#myContact.overlay.show{
	-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
#myContact .contact-details li i.fa {
    margin-right: 10px;
}
#contactForm {
    padding-top: 10px;
}
#myContact.overlay {
	background-attachment: fixed;
	background-size:  cover;
	background-image: url(../images/background/bg3.jpg);
	background-position: center center;
	background-repeat:  no-repeat;
	-webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.contact-details ul {
    margin-bottom: 30px;
}
.contact-details li{
    font-size: 15px;
}
.contact-details li i{
    font-size: 18px;
}
.contact-details .fa.fa-fw {
	text-align: left;
}
.contact-details h3{
    font-size: 20px;
    margin: 0px 0px 10px 0px;
}
.form-group {
    position: relative;
	width: 100%;
    margin-bottom: 25px;
}
.form-control {
    background-color: transparent;
    border-color: #3399cc;
    padding-left: 50px;
    font-size: 16px;
	color: #fff;
}
.form-control:focus {
	border-color: #4ba6b5;
	box-shadow: 0 1px 1px rgba(75, 166, 181, 0.5) inset, 0 0 8px rgba(75, 166, 181, 0.5);
}
.input-group-icon {
    position: absolute;
	top: 0;
}
.form-group .input-group-icon {
    background-color: #3399cc;
    border: 0 none;
	border-radius: 4px;
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    font-size: 14px;
	height: 100%;
    padding: 4px 7px;
    text-align: center;
	-webkit-transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -ms-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    white-space: nowrap;
    width: 40px;
}
.form-control:focus + .input-group-icon{
    background: #3399cc;
    color: #ffffff;
}
.form-control:focus {
    border-color: #4ba6b5;
	box-shadow: 0 1px 1px rgba(75, 166, 181, 0.5) inset, 0 0 8px rgba(75, 166, 181, 0.5);
}
#contactForm span.sub-text {
    font-size: 14px;
	color: #ff0000;
    position: absolute;
    right: 15px;
	top: -20px;
}
.has-error .form-control {
    border-color: #ce0606;
}
.has-error .input-group-icon {
    background: #ce0606;
    color: #ffffff;
}
.has-error .form-control:focus {
    border-color: #ce0606;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075) inset, 0 0 6px 0 #ce0606;
}
.has-error .form-control:focus + .input-group-icon {
    background: #ce0606;
    color: #ffffff;
}
#contactForm .btn.btn-custom {
    margin: 0;
}
#mailchimpSubmit.h3.text-danger {
    margin: 5px 0;
	font-size: 18px;
}
.h3.text-danger {
    margin: 0 0 30px;
	font-size: 18px;
}
#contactForm .help-block {
	font-size: 16px;
    color: #ce0606;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 42px;
    position: absolute;
    top: -24px;
}
#contactForm .text-success {
    color: #37a000;
}
form .text-danger {
    color: #ce0606;
}
#contactForm .btn.disabled {
    opacity: 1;
}

/*
|----------------------------------------------------------------------------
	8. Overlay / .overlay
|----------------------------------------------------------------------------
*/
.overlay {
    background-color: rgba(0,0,0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
	-webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.overlay a.closebtn {
	color: #fff;
    text-decoration: none;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.overlay a.closebtn:hover, .overlay a.closebtn:focus {
    color: #3399cc;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
	z-index: 99999;
}

/*
|----------------------------------------------------------------------------
	9. SOCIAL
|----------------------------------------------------------------------------
*/
.social-holder {    
    margin: 0 0 40px;
    position: relative;
    color: #3399cc;
}
.social-holder > p {
    font-size: 18px;
    line-height: 1;
	font-weight: bold;
    padding-bottom: 20px;
}
.social-holder > p, .list-social {
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: middle;
}
.social-icon {
	border-color: #3399cc;
	border-style: solid;
	border-width: 1px;	
	border-radius: 50%;
	color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 32px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    width: 32px;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;	
	transition: all ease 0.5s;
}
.social-icon:hover {
    border-color: transparent;
	color: #fff;
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	transform:rotateY(360deg);
}
.social-icon-facebook:hover {
    background-color: #3b5998;
}
.social-icon-twitter:hover {
    background-color: #00acee;
}
.social-icon-gplus:hover {
    background-color: #dd4b39;
}
.social-icon-linkedin:hover {
    background-color: #0077b5;
}
.social-icon-vimeo:hover {
    background-color: #1ca7cc;
}
.social-icon-pinterest:hover {
    background-color: #cb2027;
}
.social-icon-instagram:hover {
    background-color: #EC8F4A;
}
.social-icon-envelope:hover {
    background-color: #e44fe4;
}
.social-icon-medium:hover {
    background-color: #18B475;
}
.social-icon-globe:hover {
    background-color: #1974D2;
}
.social-icon-comment:hover {
    background-color: #e44fe4;
}
.country{
    border-radius: 50%;
    box-shadow: 0 0 3px 2px rgba(11, 11, 11, .3);
    height: 20px;
    left: 35px;
    position: absolute;
    top: 20px;
}
.photo{
    width: 100%;
}

/*
|----------------------------------------------------------------------------
	10. Button / .btn-custom
|----------------------------------------------------------------------------
*/
.btn {
    overflow: hidden;
}
.btn.btn-custom {
    margin: 0 10px 30px;
    min-width: 130px;
}
.btn-custom {
    background-color: rgba(51, 51, 102, 0.5);
    border: 2px solid #3399cc;
    box-shadow: 0 0 1px transparent;
    border-radius: 3px;
    color: #e44fe4;
    display: inline-block;
	font-size:18px;
	padding: 6px 25px;
    position: relative;
	text-transform: capitalize;
    -webkit-transform: perspective(1px) translateZ(0px);
    -moz-transform: perspective(1px) translateZ(0px);
    -ms-transform: perspective(1px) translateZ(0px);
    -o-transform: perspective(1px) translateZ(0px);
    transform: perspective(1px) translateZ(0px);
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    vertical-align: middle;
}
.btn-custom::before {
    background-color: rgba(51, 51, 102, .5);
    border: 2px solid #3399cc;
    box-shadow: 0 0 1px transparent;
    border-radius: 3px;
    color: #e44fe4;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 50% 0;
	-moz-transform-origin: 50% 50% 0;	
	-ms-transform-origin: 50% 50% 0;	
	-o-transform-origin: 50% 50% 0;	
    transform-origin: 50% 50% 0;
	-webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    z-index: -1;
}
.btn-custom.active, .btn-custom:hover, .btn-custom:focus, .btn-custom:active {
    background-color: rgba(51, 153, 204, .5);
    border-color: #65def2;
    color: #3399cc;
}
.btn-custom.active, .btn-custom:hover::before, .btn-custom:focus::before, .btn-custom:active::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
	transform: scaleX(1);
}
.btn-transparent {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.details{
    background-image: url('images/background/roberto.jpg');
}
.details .image{
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}
.details .video{
    margin-bottom: 20px;
    width: 100%;
}
.details .list-social{
    margin-top: 20px;
}
.list-inline .list-inline__label{
    color: #3399cc;
    margin-right: 10px;
    text-transform: uppercase;
}
.details p{
    margin-bottom: 30px;
}
.details .list-inline li{
    display: block;
}
.details .list-inline li span{
    display: inline-block;
    vertical-align: middle;
}
.details .list-inline li span a{
    display: inline-block;
}
.details .list-inline li span a .fa{
    color: #ffffff;
}
.list-inline__icons{
    margin-bottom: -5px;
}
.mailchimp__icon{
    width: 23px;
}
#mce-error-response{
    color: #ff0000;
    font-size: 17px;
}
.social-icons__container{
    padding: 14px 10px 0px 10px;
}
.social-icons__container div{
    float:left;
    width:25%;
}

/*
|----------------------------------------------------------------------------
	11. Responsive
|----------------------------------------------------------------------------
*/
@media (max-width: 900px) {
	.overlay .closebtn {
		font-size: 40px;
		right: 15px;
		top: 10px;
	}
}
@media screen and (max-width: 767px) {
	.countdown-amount {
		font-size: 32px;
	}
	.countdown-period {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
    .logo__image{
        width: 100%;
    }
    .intro-photo{
        float: none;
        display: block;
        margin: 0 auto 20px auto;
    }
    .country{
        height: 24px;
        left: 35px;
        top: 22px;
    }
}
@media (max-width: 668px) {
    .details .image{
        width: 45%;
    }
    .countdown-amount {
        font-size: 36px;
    }   
    .countdown-period {
        font-size: 18px;
    }
}
@media screen and (max-width: 568px) {	
    .mc-form-holder > #mc-form,
    .mc-form-holder .telegram{
        margin: 0 20px 0 0;
    }
    .details .image{
        width: 100%;
    }
    .country{
        height: 24px;
        left: 40px;
        top: 28px;
    }
}
@media screen and (max-width: 480px) {
	.col-sm-4.col-xs-6 {
		width: 100%;
	}
    .service-item h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 380px) {
    .mc-form-holder > #mc-form{
        display: block;
        margin: 0 0px 20px 0;
    }
}
@media screen and (max-width: 340px) {
	#Main h1 {
		font-size: 32px;
	}
    .mc-form-holder > #mc-form{
        display: block;
        margin: 0 20px 20px 0;
    }
    .mc-form-holder .telegram{
        margin: 0 20px 0 0;
    }
}


.container {
   width: 90%;
   padding: 50px 0;
   margin: 50px auto;
   position: relative;
   overflow: hidden;
}

.container:before {
   content: '';
   display: block;
   position: absolute;
   top: 0;
   left: 50%;
   margin-left: -1px;
   width: 2px;
   height: 100%;
   background: #CCD1D9;
   z-index: 0;
}

.timeline-block {
   -moz-box-pack: justify;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   clear: both;
   display: -moz-box;
   display: -webkit-box;
   display: -webkit-flex;
   display: flex;
   justify-content: space-between;
   margin-bottom: 80px;
   position: relative;
   width: -moz-calc(50% + 8px);
   width: -webkit-calc(50% + 8px);
   width: calc(50% + 8px);
}
.timeline-block:before {
    color: #e44fe4;
    content: attr(data-date-formatted);
    font-size: 20px;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
}

.timeline-block.timeline-block-right:before {
    left: -105%;
    width: 100%;
}
.timeline-block.timeline-block-left:before {
    direction: ltr;
    right: -105%;
    text-align: left;
    width: 100%;
}
.timeline-block-right {
   float: right;
}
.timeline-block-left {
   float: left;
   direction: rtl;
}
.countdown.timeline-block{
    display: block;
}
.countdown.timeline-block h4{
    color: #e44fe4;
    display: block;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}
.countdown.timeline-block:before{
    display: none;
}
.container.roadmap__block.roadmap{
    margin-top: 0px;
    width: 100%;
}
.countdown.timeline-block.timeline-block-left,
.countdown.timeline-block.timeline-block-right{
    background-color: rgba(51, 51, 102, 1);
    width: 100%;
}
.roadmap__item.countdown.block.timeline-block.timeline-block-left{
    background: rgb(51, 51, 102);
}
.roadmap__item a img{
    display: inline-block;
    height: 20px;
    width: 20px;
}
.roadmap-link-icon{
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}
.roadmap-link-icon img{
    display: inline-block;
    height: 20px;
    width: 20px;
}
.roadmap-link-icon.is-disabled img{
    filter: grayscale(100%);
    opacity: 0.35;
}
.roadmap-inline-date{
    color: #e44fe4;
    font-size: 20px;
    font-weight: normal;
    margin-right: 12px;
    display: inline-block;
    text-transform: uppercase;
}
.roadmap-inline-date--primary{
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
}
.timeline-block.timeline-block-left h3{
    text-align: right;
}
.timeline-block.timeline-block-right h3{
    text-align: left;
}
.countdown.timeline-block h3{
    direction: initial;
    font-size: 30px;
    font-weight: 500;
    margin: 5px 0 20px;
    text-align: center;
    text-transform: uppercase;
    color: #3399cc;
}
.countdown.timeline-block .roadmap-title{
    font-size: 30px;
}
#current_roadmap__item .countdown-amount{
    color: #e44fe4;
    font-size: 46px;
    font-weight: 700;
}
#current_roadmap__item .countdown-period{
    color: #e44fe4;
    font-size: 22px;
}
.timeline-block h4{
    color: #e44fe4;
    display: none;
    font-size: 20px;
    text-align: right;
    text-transform: uppercase;
}
.timeline-block.timeline-block-left h4{
    text-align: right;
}
.timeline-block.timeline-block-right h4{
    text-align: left;
}
#Main .timeline-block.done h3,
#Main .timeline-block.done h4 {
    opacity: .7;
}
.timeline-block.done:before{
    opacity: .7;
}
.marker {
   width: 16px;
   height: 16px;
   border-radius: 50%;
   border: 2px solid #F5F7FA;
   background: #3399cc;
   margin-top: 10px;
   z-index: 9999
}
.done .marker {
    background-color: #000000;
}
#Main .timeline-content {
   width: 95%;
   padding: 0 15px;
   color: #666;
   direction:ltr;
}
#Main .timeline-content h3 {
   margin-top: 5px;
   margin-bottom: 5px;
   font-size: 25px;
   font-weight: 500
}
#Main .timeline-content span {
   font-size: 15px;
   color: #a4a4a4;
}
#Main .timeline-content p {
   font-size: 14px;
   line-height: 1.5em;
   word-spacing: 1px;
   color: #888;
}
.money-collected span{

}
.float-container:after{
    clear: both;
    content: "";
    display: block;
}
.icon_link{
    background: #3399cc;
    border-radius: 50%;
    display: inline-block;
    line-height: 1px;
    margin-right: 10px;
    height: 35px;
    width: 35px;
    text-align: center;
}
.icon_link i{
    color: #ffffff;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    vertical-align: middle;
}
.icon_link:after{
    content:'';
    display: inline-block;
    height:100%;
    width: 1px;
    vertical-align: middle;
}
.icon_link i:before{
    display: inline-block;
    margin: 0 auto;
    font-size: 24px;
}
#Subscribe p{
    color:#ffffff;
}
#Subscribe p a{
    color: #7ec8e3;
}
#Subscribe p a:hover{
    color: #ffffff;
}
.timeline-content a img{
    margin-top: -5px;
}
#current_roadmap__item__link{
    color: #e44fe4;
    font-size: 20px;
    text-transform: uppercase;
}
#current_roadmap__item h4{
    text-align: center;
}
#Services .btn-holder .btn-custom{
    color: #ffffff;
    min-width: 112px;
    padding: 6px;
}
.overlay-link{
    position: relative;
}
.social-holder__item__container{
    float:left; 
    width:50%;s
}
.social-holder__item__label{
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .countdown-row {
        margin-top: 30px;
        width: 100%;
    }
    .countdown-section{
        margin: 0px 0px 20px 0px;
        padding: 20px 0px 0px 0px;
        width: 25%;
    }
    #Main h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .social-holder__item__label{
        display: block;
        margin-bottom: 10px;
    }
    .timeline-block.timeline-block-left h3{
        text-align: left;
    }
    .timeline-block.timeline-block-left h4{
        text-align: left;
    }
    .timeline-block h4{
        display: block;
    }
    #textCarousel {
        height: 180px;
    }
   .container:before {
      left: 8px;
      width: 2px;
   }
   .timeline-block {
      width: 100%;
      margin-bottom: 30px;
   }
   .timeline-block-right {
      float: none;
   }

   .timeline-block-left {
      float: none;
      direction: ltr;
   }
}
@media screen and (max-width: 568px) {
    .countdown-row {
        margin-top: 30px;
        width: 100%;
    }
    .countdown-section{
        margin: 0px 0px 20px 0px;
        padding: 20px 0px 0px 0px;
        width: 50%;
    }
    #Main h3 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    #textCarousel {
        height: 270px;
    }
}
@media screen and (max-width: 380px) {
    h2{
        font-size: 27px;
    }
    .countdown-section{
        padding-top: 25px;
    }
    .countdown-section .countdown-amount{
        font-size: 34px;
        }
    .countdown-section .countdown-period{
        font-size: 15px;
    }
}

/*
|----------------------------------------------------------------------------
	Links in overlay sections (light color for dark backgrounds)
|----------------------------------------------------------------------------
*/
.Services-box a,
.overlay-content a {
    color: #7ec8e3;
    text-decoration: underline;
}
.Services-box a:hover,
.Services-box a:focus,
.overlay-content a:hover,
.overlay-content a:focus {
    color: #ffffff;
    text-decoration: underline;
}

/* Ensure white text in overlay content sections */
.overlay-content .content-inner p,
.overlay-content .content-inner li {
    color: #ffffff;
}
.overlay-content .content-inner strong {
    color: #7ec8e3;
}
.overlay-content .content-inner .icon_link {
    color: #ffffff;
}
.overlay-content .content-inner .icon_link i {
    color: #ffffff;
}

/*
|----------------------------------------------------------------------------
	Feature Modals (carousel read more)
|----------------------------------------------------------------------------
*/
.feature-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}
.feature-modal-content {
    background-color: #1a1a2e;
    color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    max-width: 800px;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
}
.feature-modal-content h2 {
    color: #7ec8e3;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 28px;
}
.feature-modal-content h3 {
    color: #7ec8e3;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 18px;
}
.feature-modal-content p {
    color: #ffffff;
    line-height: 1.7;
    margin-bottom: 15px;
}
.feature-modal-content strong {
    color: #7ec8e3;
}
.feature-modal-content em {
    font-style: italic;
}
.feature-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 32px;
    color: #ffffff;
    cursor: pointer;
    transition: color 0.3s;
}
.feature-modal-close:hover {
    color: #7ec8e3;
}
@media screen and (max-width: 768px) {
    .feature-modal-content {
        padding: 25px;
        max-height: 85vh;
    }
    .feature-modal-content h2 {
        font-size: 22px;
        padding-right: 30px;
    }
}

/* Crypto Addresses & QR Code Popup */
.crypto-addresses {
    font-family: monospace;
    color: #ffffff;
}
.crypto-row {
    margin-bottom: 12px;
}
.crypto-row strong {
    color: #7ec8e3;
}
.crypto-address {
    display: inline-block;
    cursor: pointer;
    position: relative;
    word-break: break-all;
    padding: 2px 6px;
    background: rgba(126, 200, 227, 0.1);
    border-radius: 4px;
    transition: background 0.3s;
}
.crypto-address:hover {
    background: rgba(126, 200, 227, 0.25);
}
.qr-popup {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
    z-index: 10001;
    margin-bottom: 10px;
    text-align: center;
}
.qr-popup::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top-color: #ffffff;
}
.qr-popup img {
    display: block;
    width: 150px;
    height: 150px;
}
.qr-popup span {
    display: block;
    font-size: 11px;
    color: #333;
    margin-top: 8px;
    max-width: 150px;
    word-break: break-all;
}
@media screen and (max-width: 768px) {
    .crypto-address {
        display: block;
        margin-top: 5px;
        font-size: 14px;
    }
    .qr-popup {
        position: fixed;
        bottom: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-bottom: 0;
    }
    .qr-popup::after {
        display: none;
    }
}

/* Roadmap countdown overrides */
#current_roadmap__item .countdown-amount{
    color: #e44fe4 !important;
    font-size: 38px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
}
#current_roadmap__item .countdown-period{
    color: #ffffff !important;
    font-size: 18px !important;
}
#current_roadmap__item .countdown-row{
    color: #e44fe4 !important;
}
/* Countdown header overrides */
#current_roadmap__item h3{
    margin-bottom: 20px !important;
}
#current_roadmap__item .roadmap-inline-date--primary{
    color: #e44fe4 !important;
    font-size: 30px !important;
}
#current_roadmap__item .roadmap-title{
    color: #3399cc !important;
    font-size: 30px !important;
}
