/***
====================================================================
Table of contents
====================================================================

- Google Fonts
- Css Imports
- General Css Styles
- Header Area style
- Welcome Area Styles
- Partners area style
- About us area style
- Demo-video area style
- Trust area style
- services area style
- Contact us style
- FAQ style -Timeline style
- Footer area style

***/

/***

====================================================================
Google fonts
====================================================================

***/


/***

====================================================================
Import All Css
====================================================================

***/

@import 'bootstrap.min.css';
@import 'animate.css';
@import 'about-sonar.css';
@import 'classy-nav.min.css';
@import 'dzsparallaxer.css';
@import 'owl.carousel.min.css';
@import 'magnific-popup.css';
@import 'animated-headline.css';
@import 'font-awesome.min.css';
@import 'themify-icons.css';

/***

====================================================================
General css style
====================================================================

***/


* {
margin: 0;
padding: 0;
}

body {
font-family: Handlee, "Comic Sans MS", cursive, sans-serif !important;
font-weight: 500 !important;
font-size: 16px !important;
line-height:1;
}
.lin a{
color:#e3f6f9;
}
.lin a:hover{
    color: #a5b9ca;
}
.darker-blue{
background: linear-gradient(180deg,#132147 0,#1b2e59 25%,#253e6b 40%,#2b4b7a 65%,#335987);
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Handlee, "Comic Sans MS", cursive, sans-serif !important;
color: #e3f6f9;
line-height: 1.4;
font-weight: 500;
}

a,
a:hover,
a:focus,
a:active {
text-decoration: none;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
outline: none;
color: #fff;
}

li {
list-style: none;
}

p {
line-height: 1.9;
color: #b8afc4;
font-size: 15px;
    margin-bottom: 0 !important;
}

img {
max-width: 100%;
height: auto;
}

ul,
ol {
margin: 0;
padding: 0;
}
.section-header{
position: relative;
margin-bottom: 50px
}
.section-title {
font-size: 44px;
margin-bottom: 20px;
margin-top: 0;
position: relative;
text-align: center;
color: #fff;
}
.section-header .desc{
max-width: 800px;
text-align: center;
margin: 0 auto
}
.bg-title {
margin-bottom: -37px;
margin-left: -30px;
font-size: 66px;
opacity: .04;
font-weight: bold;
text-align: center;
line-height: 1;
text-transform: uppercase;
}
.has-print{
position: absolute;
top: -50px;
left: 50%;
transform: translateX(-50%);
width: 90px;
height: 90px;
background: url(../img/core-img/shape1.png) no-repeat;
}
#preloader {
position: fixed;
width: 100%;
height: 100%;
z-index: 99999;
top: 0;
left: 0;
background: linear-gradient(180deg,#132147 0,#1b2e59 25%,#253e6b 40%,#2b4b7a 65%,#335987);
/*** background: #4834d4;
background: -webkit-linear-gradient(to right, #4834d4, #341f97);
background: -webkit-linear-gradient(left, #4834d4, #341f97);
background: linear-gradient(to right, #4834d4, #341f97); **/
}

.preload-content {
position: absolute;
top: 50%;
left: 50%;
margin-top: -35px;
margin-left: -35px;
z-index: 100;
}

#dream-load {
width: 70px;
height: 70px;
border-radius: 50%;
border: 3px;
border-style: solid;
border-color: transparent;
border-top-color: rgba(255, 255, 255, 0.5);
-webkit-animation: dreamrotate 9400ms linear infinite;
animation: dreamrotate 9400ms linear infinite;
z-index: 999;
}

#dream-load:before {
content: "";
position: absolute;
top: 7.5px;
left: 7.5px;
right: 7.5px;
bottom: 7.5px;
border-radius: 50%;
border: 3px;
border-style: solid;
border-color: transparent;
border-top-color: rgba(255, 255, 255, 0.5);
-webkit-animation: dreamrotate 2700ms linear infinite;
animation: dreamrotate 2700ms linear infinite
}

#dream-load:after {
content: "";
position: absolute;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
border-radius: 50%;
border: 3px;
border-style: solid;
border-color: transparent;
border-top-color: rgba(255, 255, 255, 0.5);
-webkit-animation: dreamrotate 1800ms linear infinite;
animation: dreamrotate 1800ms linear infinite
}

@-webkit-keyframes dreamrotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}

@keyframes dreamrotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}

/* Blip CSS */

.dream-blip {
position: absolute;
width: 8px;
height: 8px;
border-radius: 2em 2em 2em 2em;
background-color: #21d397;
box-shadow: 0 0 5px #fff;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-animation: dreamblipper ease 4s none infinite;
animation: dreamblipper ease 4s none infinite;
}

@-webkit-keyframes dreamblipper {
0% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
35% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
50% {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
100% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
}

@keyframes dreamblipper {
0% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
35% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
50% {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
100% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
}

.dream-blip.blip1 {
top: 20%;
left: 20%;
}

.dream-blip.blip2 {
top: 70%;
left: 30%;
}

.dream-blip.blip3 {
top: 30%;
left: 10%;
}

.dream-blip.blip4 {
top: 60%;
left: 10%;
}

.mt-15 {
margin-top: 15px;
}
.mt-20 {
margin-top: 20px;
}
.mt-30 {
margin-top: 30px;
}

.mt-40 {
margin-top: 40px;
}

.mt-50 {
margin-top: 50px;
}

.mt-100 {
margin-top: 100px;
}

.mt-150 {
margin-top: 150px;
}

.mr-15 {
margin-right: 15px;
}

.mr-30 {
margin-right: 30px;
}

.mr-50 {
margin-right: 50px;
}

.mr-100 {
margin-right: 100px;
}

.mb-15 {
margin-bottom: 15px;
}

.mb-30 {
margin-bottom: 30px;
}

.mb-40 {
margin-bottom: 40px;
}

.mb-50 {
margin-bottom: 50px;
}

.mb-100 {
margin-bottom: 35px;
}


.ml-15 {
margin-left: 15px;
}

.ml-30 {
margin-left: 30px;
}

.ml-50 {
margin-left: 50px;
}

.ml-100 {
margin-left: 100px;
}

.section-padding-100 {
padding-top: 95px;
}

.pl-90{
	padding-top: 90px;
	padding-bottom: 10px;
}
.section-padding-0 {
padding-top: 0px;
padding-bottom:0px;
}
.section-before:before{
content: '';
position: absolute;
top: -25px;
left: 50%;
transform: translateX(-50%);
height: 150px;
width: 150px;
background: url(../img/core-img/shape1.png) no-repeat;
background-size: contain;
}
.relative{
position: relative;
}
.section-padding-0-100 {
padding-top: 20px;
padding-bottom: 0px;
}

.section-padding-100-0 {
padding-top: 50px;
padding-bottom: 0;
}
.section-padding-0-0{
padding-top: 0;
padding-bottom: 0
}
.section-padding-100-50 {
padding-top: 100px;
padding-bottom: 50px;
}

.section-padding-0-50 {
padding-top: 0;
padding-bottom: 50px;
}

.section-padding-50-0 {
padding-top: 70px;
padding-bottom: 0;
}

.section-padding-200 {
padding-top: 200px;
padding-bottom: 200px;
}

.section-padding-0-200 {
padding-top: 0;
padding-bottom: 200px;
}

.section-padding-200-0 {
padding-top: 200px;
padding-bottom: 0;
}

.section-padding-200-100 {
padding-top: 200px;
padding-bottom: 100px;
}

.section-padding-150 {
padding-top: 150px;
padding-bottom: 150px;
}

.section-padding-150-0 {
padding-top: 100px;
padding-bottom: 0;
}
.section-padding-0-150 {
padding-top: 0;
padding-bottom: 150px;
}

.section-padding-50-150 {
padding-top: 50px;
padding-bottom: 150px;
}

.section-heading {
position: relative;
z-index: 1;
margin-bottom: 20px;
}

.section-heading h2 {
font-size: 30px;
text-transform: capitalize;
margin-bottom: 15px;
}

.section-heading > p {
margin-bottom: 0;
line-height: 2;
font-size: 17px;
text-align: center;
margin: 0 auto;
}

#scrollUp {
bottom: 130px;
font-size: 12px;
line-height: 22px;
right: 30px;
width: 100px;
background-color: transparent;
color: #fff;
text-align: center;
height: 20px;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
text-transform: uppercase;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}

#scrollUp:before {
position: absolute;
width: 30%;
height: 2px;
background-color: #fff;
content: "";
top: 10px;
right: 100%;
z-index: -200 !important;
}

.bg-overlay {
position: relative;
z-index: 1;
}

.bg-overlay:after {
background: rgba(72, 52, 212, 0.95);
background: -webkit-linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
background: -webkit-linear-gradient(left, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
position: absolute;
content: "";
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: -1;
}

.bg-img {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}

.height-400 {
height: 400px;
}

.height-600 {
height: 600px;
}

.height-700 {
height: 700px;
}

.height-800 {
height: 800px;
}

.height-900 {
height: 900px;
}

.height-1000 {
height: 1000px;
}

.dream-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 30px;
}

.dream-dots span {
width: 8px;
height: 8px;
background-color: #fff;
border-radius: 50%;
margin-right: 5px;
}

.dream-dots span:first-child {
background-color: #00a8ff;
}

.dream-dots span:nth-child(2) {
background-color: #9c88ff;
}

.dream-dots span:nth-child(3) {
background-color: #fbc531;
}

.dream-dots span:nth-child(4) {
background-color: #4cd137;
}

.dream-dots span:nth-child(5) {
background-color: #487eb0;
}

.dream-dots span:nth-child(6) {
background-color: #e84118;
}

.dream-dots span:nth-child(7) {
background-color: #8c7ae6;
}

.login-btn {
position: relative;
z-index: 1;
color: #fff;
font-size: 12px !important;
text-transform: uppercase;
line-height: 33px;
padding: 0 20px;
min-width: 100px;
height: 35px;
border-radius: 50px;
border: 2px solid;
letter-spacing: 1px;
border-color: #7450fe;
}

.login-btn:hover,
.login-btn:focus {
color: #fff;
background: #7450fe;
border-color: #7450fe;
}

.dream-btn {
position: relative;
z-index: 1;
min-width: 160px;
height: 48px;
line-height: 48px;
font-size: 12px;
font-weight: 900;
letter-spacing: 1px;
display: inline-block;
padding: 0 20px;
text-align: center;
text-transform: uppercase;
background-size: 200% auto;
color: #0e1f4b;
box-shadow: 0 3ox 20px rgba(0, 0, 0, 0.1);
border-radius: 100px;
background-image: linear-gradient(to right, #e3f6f9 0%, #335987 51%, #e3f6f9 100%);
-webkit-transition: all 500ms;
transition: all 500ms;
}

.dream-btn:hover {
background-position: right center;
color: #fff;
}

.dream-btn1{
position: relative;
z-index: 1;
min-width: 160px;
height: 48px;
line-height: 48px;
font-size: 12px;
font-weight: 900;
letter-spacing: 1px;
display: inline-block;
padding: 0 20px;
text-align: center;
text-transform: uppercase;
background-size: 200% auto;
color: #0e1f4b;
box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
border-radius: 100px;
background-image: linear-gradient(to right, #e3f6f9 0%, #335987 51%, #e3f6f9 100%);
-webkit-transition: all 500ms;
transition: all 500ms;
}
.dream-btn1:hover {
background-position: right center;
color: #fff;
}
.dt-sc-contact-info span{
float: left;
margin: 0px 10px 0px 0px;
font-size: 27px;
width: 22px;
text-align: center;
position: absolute;
left: 0;
top: 0;
}
.fa-envelope:before{
font-size: 20px !important;
}
/* ##### 2.0 Header Area CSS ##### */

.header-area {
position: fixed;
z-index: 5000;
top: 0;
left: 0;
width: 100%;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header-area.sticky {
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
background-color: #284471;
box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
border-bottom: none;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-menu {
display: none;
position: absolute;
z-index: 1;
}
.dropdown:hover .dropdown-menu {
display: block;
}
@media only screen and (max-width:1299px){
.dropdown-menu {
transform: translate3d(575px, 40px, 0px) !important;
}
}
@media only screen and (min-width:1500px){
.dropdown-menu {
transform: translate3d(540px, 40px, 0px)!important;
}
.clicard {
	width: 65% !important;
}
}
@media only screen and (max-width:1499px) and (min-width:1300px){
.dropdown-menu {
    transform: translate3d(550px, 40px, 0px) !important;
top: 0px;
left: 0px;
will-change: transform !important;
}
}


@media only screen and (min-width:992px){
	.mobile{
		display:none;
	}
	.desktop{
	display:block;
	}

}
@media only screen and (max-width:991px){
	.mobile{
	display:block;
	}
	.desktop{
	display:none;
	}
	#cssmenu img{
		    width: 411px;
	}
}






/*@media only screen and (min-width:1341px){*/
/*	.mobile{*/
/*		display:none;*/
/*	}*/
/*	.desktop{*/
/*	display:block;*/
/*	}*/

/*}*/
/*@media only screen and (max-width:1340px){*/
/*a{*/
/*    font-size:7px;*/
/*}*/
/*}*/




.dark.classy-nav-container {
background: url(../img/bg-220920.png) fixed center;

}
a {
    color: #fff;
    text-decoration: none;
}
.classy-navbar {
height: 90px;
padding: 0;
}
.fa-mobile:before{
    font-size: 75px;
}
.fa-lightbulb-o:before {
    font-size: 68px !important;
}
.classynav ul li a {
text-transform: uppercase;
}

.classynav ul li .megamenu li a {
font-size: 80%;
}
@media (max-width: 768px){
.classynav ul li a {
color: #fff !important;
}
.dropdown-menu{
background-color: #13214778 !important;
}
.welcome-thumb video{
height: auto !important;
}
.upb_row_bg{
background-position: center !important;
padding: 20px !important;
}
.col-xs-6{
width:50% !important;
}
}
.welcome_area {
position: relative;
z-index: 1;
width: 100%;
height: 900px;
}

.hero-content {
width: 100%;
height: 100%;

position: absolute !important;
top: 0;
left: 0;
z-index: 10;
}
.hero-content.globe{
background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.75));
}
.hero-content.transparent{
background: transparent;
}

.hero-content .ico-counter{
margin: 100px 7% 0;
}
@media (max-width: 992px){
.hero-content .ico-counter,
.hero-content .service-img-wrapper .image-box{
margin-top: 0px !important
}

.dream-btn1{
display:none;
}
}
.hero-content .service-img-wrapper .image-box .rings{
position: absolute;
top: 50%;
z-index: -1;
margin: 0 auto;
left: 50% !important;
width: 120%;
transform: translate(-50%, -50%);
animation: unset;
-webkit-animation: unset;
}
.welcome-content {
position: relative;
z-index: 1;
margin-top: 30px;
}

.promo-section {
margin-bottom: 30px;
}
.integration-link {
padding: 8px 10px;
display: inline-block;
vertical-align: top;
position: relative;
letter-spacing: .58px;
font-size: 14px;
line-height: 24px;
color: #d5d5ea
}
.integration-link:hover {
color: #fff;
text-decoration: none;
}
.integration-link:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-image: linear-gradient(to bottom right,#766ee6 0,#3540b0);
border-radius: 100px;
opacity: .5;
}
.integration-icon {
margin: 0 5px 0 0;
}
.integration-text {
margin: 0 7px 0 0;
}
.integration-link>* {
position: relative;
z-index: 2;
display: inline-block;
vertical-align: top;
}

.main-ilustration{
position: relative;
background: url(../img/bg-img/11.png) no-repeat center 0% ;
height: 100vh;
background-size: contain;
}
.main-ilustration-2{
position: relative;
background: url(../img/core-img/robot-1.html) no-repeat center bottom;
height: 100vh;
bottom: 0;
background-size: contain;
}
.main-ilustration-3{
position: relative;
background: url(../img/core-img/robot-2.png) no-repeat center bottom;
height: 100vh;
bottom: 0;
background-size: cover;
}
.main-ilustration-4{
position: relative;
background: url(../img/bg-img/22.png) no-repeat center 0% ;
height: 100vh;
background-size: contain;
}
@media (max-width: 1200px){
.main-ilustration-3{
background-size: contain;
background-position: left;
}
.main-ilustration-3 .inovation{
right: 0% !important;
top: 5%;
display: inline-table;
}
.main-ilustration-3 .inovation.num2{
right: 5%;
top: 27%;
}
}
@media (max-width: 767px){
.main-ilustration-3{
background-size: contain;
background-position: left;
}
.main-ilustration-3 .inovation{
right: 0% !important;
top: 42%;
display: inline-table;
}
.main-ilustration-3 .inovation.num2{
right: 5%;
top: auto;
}
.welcome-small-wrapper{
position: absolute;
width: 38%;
}
.welcome-content-small{
position: absolute;
top: -30px;
}
.welcome-content.ill{
margin-top: 120px !important
}
}
@media (max-width: 991px){
	.mb-135{
margin-bottom: 135px;
}
}
@media (max-width: 480px){

.welcome-content {
vertical-align: middle;
}
.welcome-content h1{
font-size: 27px !important;
text-align:center;
}
.main-ilustration-3{
display: none;
}
.welcome-small-wrapper{
display: none;
}
.welcome-content p{
text-align:center;
}


}
.main-ilustration-2:before{
content: '';
position: absolute;
width: 30%;
height: 1000px;
left: 50%;
top: -30%;
transform: rotate(21deg);
background: rgba(0, 0, 128, 0.7);
}
.main-ilustration-3 .inovation{
position: absolute;
bottom: 10%;
right: -15%;
width: 40%;
background: #0d003b;
padding: 20px;
}
.inovation.num2{
right: -57%;
}
.inovation h5{
padding-left: 25px;
position: relative;
}
.inovation h5:before{
content: '';
position: absolute;
top: 12px;
left: 0;
width: 15px;
height: 2px;
background: #25cbd3;
}
.inovation p{
font-size: 12px;
margin-bottom: 0;
}

@media (min-width: 1200px){
.main-ilustration {
min-width: 700px;
margin-top: 160px;
margin-left: -100px
}
.scrol-icon {
position: absolute !important;
width: 30px;
height: 60px;
z-index: 10;
margin: 0 auto;
margin-top: 0px;
cursor: pointer;
border-radius: 50px;
border: 2px solid cyan;
background-image: -webkit-linear-gradient(#766ee6 0%, #3540b0);
background-image: -o-linear-gradient(#766ee6 0%, #3540b0);
background-image: linear-gradient(#766ee6 0%, #3540b0);
transform: translateX(-50%);
bottom: 50px;
left: 50%;
-webkit-animation: shake 0.5s infinite alternate;
animation: shake 0.5s infinite alternate;
}
.scrol-icon span {
position: absolute;
left: 50%;
top: 12px;
width: 2px;
height: 26px;
margin-left: -1px;
background-color: #fff;
}
.scrol-icon span::before {
position: absolute;
content: '';
left: 50%;
top: 100%;
width: 2px;
height: 3px;
margin-top: 4px;
margin-left: -1px;
background-color: #fff;
}

}
@-webkit-keyframes shake {
0% { transform: translateY(0); }
100% { transform: translateY(-10px); }
}

@keyframes shake {
0% { transform: translateY(0); }
100% { transform: translateY(-10px); }
}


.welcome-content h2 {
font-size: 52px;
font-weight: 500;
margin-bottom: 20px;
}
.welcome-content h1 {
font-size: 30px;
font-weight: bolder;
margin-bottom: 20px;
}
}
.welcome-content h1.artficial{
font-size: 38px
}
.welcome-content p {
font-size: 18px;
color: #fff;
margin-bottom: 30px;
}

p.artficial{
padding-left: 20px;
border-left: 1px solid #fff;
position: relative;
}
p.artficial:before{
content: '';
position: absolute;
left: -5px;
top: -8px;
width: 10px;
height: 10px;
border-radius: 50%;
border: 2px solid #fff
}
.welcome-content-small{
margin-bottom: 50px
}
.welcome-content-small h4{
margin-bottom: 20px
}
.welcome-content-small p.artficial{
font-size: 12px
}
.welcome-video-area {
position: relative;
z-index: 1;
margin-top: 90px;
}

.welcome-video-area .welcome-thumb {
position: relative;
z-index: 1;
/*margin-top: 30px; */

border-radius: 15px;

}

.welcome-video-area .welcome-thumb img {
width: 100%;
border-radius: 15px;
box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
position: relative;
top: -30px
}

.video-icon {
position: absolute;
top: 50%;
left: 50%;
font-size: 40px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 10;
color: #4834d4;
}

.video-btn {
background-color: #4834d4;
width: 70px;
height: 70px;
color: #fff;
border-radius: 50%;
line-height: 70px;
padding: 0;
text-align: center;
min-width: 70px;
font-size: 24px;
}

.video-btn:hover {
background-color: #4834d4;
color: #fff;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.fullscreen-bg {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
z-index: -100;
}

.fullscreen-bg__video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media (min-aspect-ratio: 16/9) {
.fullscreen-bg__video {
height: 300%;
top: -100%;
}
}

@media (max-aspect-ratio: 16/9) {
.fullscreen-bg__video {
width: 300%;
left: -100%;
}
}
.welcome_area.video .desc{
max-width: 60%;
margin: 0 auto;
font-size: 16px
}
@media (max-width: 767px) {
.fullscreen-bg {
background: url('video/video-frame.html') center center / cover no-repeat;
}
.welcome_area.video .desc{
max-width: 80%;
margin: 0 auto
}
.fullscreen-bg__video {
display: none;
}
}
.video-bg-illution{
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
width: 100vw;
height: 100vh;
background: #010111;
z-index: 50;
opacity: .7;
}

/* ##### Partners Area ##### */

.partner-box{
border: 1px solid #16264e;
border-radius: 50px;
padding: 20px 10px;
text-align: center;
vertical-align: middle;
background-color: #ffffff;
margin-bottom: 30px;
transition: all .3s ease-in-out;
}
.partner-box:hover {
background: #e3f6f9;
cursor: pointer;
}
/* ##### About Us Area ##### */

.about-us-area {
position: relative;
z-index: 1;
}
.client-title {
	    position: relative;
    z-index: 1;
}
.client-title h2{
	padding-bottom: 10px;
	font-size:24px;
}
 .client-title h2:before{
            content: "";
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            bottom: 0;
            width: 50px;
            height: 2px;
            background: #9a99af;
            } 
         .client-title h2:after   {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            bottom: 0;
            width: 50px;
            height: 2px;
            background: #9a99af;
            opacity: 0;
            }
    .client-title:hover h2:before {
    height: 1px;
    width: 75px;
    transition: all 0.3s linear;
}
.client-title:hover h2:after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 1;
    bottom: -4px;
    -webkit-box-shadow: 0px 0px 0px 5px #fff;
    -moz-box-shadow: 0px 0px 0px 5px #fff;
    box-shadow: 0px 0px 0px 5px #fff;
    transition: all 0.3s linear;

    }
.who-we-contant h4 {
margin-bottom: 20px;
font-size: 30px;
}

.our-mission-area {
position: relative;
z-index: 10;
width: 100%;
overflow: hidden;
height: 300px !important;
}

.our-mission-content {
position: absolute !important;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 10;
/* background: rgba(72, 52, 212, 0.95);
background: -webkit-linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
background: -webkit-linear-gradient(left, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));*/
}

.single-mission {
position: relative;
z-index: 1;
text-align: center;
}
.single-mission1 {
position: relative;
z-index: 1;
text-align: center;
}
.single-mission i {
font-size: 15px;
margin-bottom: 15px;
display: block;
color: #e3f6f9;
}
.single-mission1 i{
background: -webkit-linear-gradient(top, #4c6f97 0%,#d4e9ef 100%);
background: linear-gradient(to bottom, #d6ebf1 0%,#52749b 100%);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
display:block;
font-size: 15px;
margin-bottom: 15px;
}
.single-mission1 p {
margin-top: 0;
margin-bottom: 0;
}
.single-mission h6 {
margin-bottom: 15px;
}
.single-mission1 h6 {
margin-bottom: 15px;
}
.single-mission p {
margin-top: 0;
margin-bottom: 0
}

.welcome-meter {
position: relative;
z-index: 1;
}
.welcome-meter.arficial{
position: relative;
z-index: 1;
height: 427px;
background: url(../img/svg/ai-illustration.svg) no-repeat;
background-size: 137%;
background-position: center center;
}
@media (max-width: 992px){
.welcome-meter.arficial{
background-size: 100%;
}
.welcome-content.special{
margin-top: 190px
}
}
.growing-company p {
font-size: 12px;
font-weight: 600;
margin-bottom: 0;
}

.growing-company p .counter {
color: #fff;
}

/* unique services */
.about-us-area .noor{
float: left;
clear: both;
width: 100%;
margin: 0px;
padding: 0 0 0 50px;
border-left-width: 3px;
border-left-style: solid;
position: relative;
color: #74a370;
}

.about-us-area .noor:before{
border-radius: 50% 50% 50% 0;
content: "";
display: block;
height: 20px;
left: -11px;
position: absolute;
top: 0;
transform: rotate(-45deg);
width: 20px;
}

.about-us-area .noor:after{

border-radius: 50% 50% 50% 0;
bottom: 0;
content: "";
display: block;
height: 20px;
left: -11px;
position: absolute;
transform: rotate(135deg);
width: 20px;

}
.about-us-area .noor:after, .about-us-area .noor:before {
background: #74a370;
}
@media only screen and (max-width: 479px){
.about-us-area .noor{
margin: 0px 0 0 10px;
padding: 0 30px 0 50px;
}
.dream-btn .non{
display:none !important;
}
}
/***

====================================================================
Keep in touch style
====================================================================

***/
.keepintouch{
position: relative;
box-sizing: border-box;

}
.bg_overlay{
color: inherit;
position: absolute;
height: 100%!important;
top: 0;
}
.dt-sc-title.with-sub-title h2 {
margin-bottom: 10px;
font-weight: 900;
}
.dt-sc-title.with-two-border h2 {
position: relative;
display: inline-block;
color: #172751;
font-size: 30px;
line-height: 1.4;
font-weight: 500;
}

.dt-sc-title h4{
position: relative ;
width: auto;
float: none;
color: #172751;
font-size: 17px;
}

/***

====================================================================
services-block-four style
====================================================================

***/

.services-block-four .inner-box .icon-box h6{
margin-top: 7px !important;
}

.features{
position: relative;
}
.services-block-four{
position:relative;
margin-bottom:60px;
}

.services-block-four .inner-box{
position:relative;
padding-left:130px;
}
.licenes .services-block-four .inner-box .icon-box{
font-size: 56px;
border-radius: 0%
}
.licenes .services-block-four .inner-box .icon-box:after{
border-radius: 0%
}
.services-block-four .inner-box .icon-box:after, .services-block-four .inner-box .icon-box:before{
background: #e3f6f98c;
}
.services-block-four .inner-box .icon-box{
position:absolute;
left:0px;
top:0px;
width:130px;
height:130px;
border: 2px solid;
font-size:40px;
line-height:65px;
text-align:center;
border-radius:50%;
margin-bottom:20px !important;
transition: .3s ease;
}
.services-block-four .inner-box .icon-box1{
    position: absolute;
    left: 0px;
    right: 0;
    top: -8px;
    width: 112px;
    height: 100px;
    transition: .3s ease;
}
.service-img-wrapper .image-box{
position: relative;
}
@media (max-width: 1200px) and (min-width:997px){
.service-img-wrapper .image-box .rings{
left: 3% !important;
}
.service-img-wrapper .image-box{
margin-top: 0 !important
}
}
@media (max-width: 992px){
.service-img-wrapper .image-box{
margin-top: 30px;
}
.service-img-wrapper .phone-img{
padding: 0% 20%;
}
}
@media (max-width: 414px){

.services-block-four .inner-box .text{
margin-left: -140px !important;
margin-top: 77px !important;
}
.services-block-four .inner-box .icon-box{
margin-top: -138px !important;
}
}
.service-img-wrapper .image-box .rings{
position: absolute;
top: 5%;
z-index: -1;
margin: 0 auto;
left: 10%;
transform: translate(-50%, -50%);
}
.services-block-four .inner-box .icon-box span {
position: relative;
z-index: 99;
}
.services-block-four .inner-box:hover .icon-box,
.services-block-four .inner-box:hover .icon-box span {
color: #fff;
transition: .5s ease;
}

.services-block-four .inner-box .icon-box:after {
position:absolute;
content:'';
left:0;
top:0;
width:100%;
height:100%;
border-radius: 50%;
transform: scale(0);
transition: .7s ease;

}
.services-block-four .inner-box:hover .icon-box:after {
transform: scale(1);
transition: .7s ease;
}

.services-block-four .inner-box .icon-box:before{
position:absolute;
content:'';
left:50%;
top:100%;
width:0px;
height:100%;
background: #7fcd45;
}
@media (max-width:1024px) {
    .services-block-four .inner-box h3 a {
font-size: 14px;
}
}
.services-block-four:last-child .inner-box .icon-box:before{
display:none;
}

.services-block-four .inner-box h3{
position:relative;
font-size:18px;
font-weight:600;
text-transform:capitalize;
}

.services-block-four.how .inner-box{
padding-left: 70px
}

.services-block-four.how{
padding: 30px;
margin-bottom: 30px;
background: #291674
}


.service-img-wrapper .image-box .rings{
position: absolute;
top: -11%;
z-index: -1;
margin: 0 auto;
left: 10%;
transform: translate(-50%, -50%);
}
.services-block-four .inner-box .icon-box span {
position: relative;
z-index: 99;
}

.services-block-four .inner-box:hover .icon-box,
.services-block-four .inner-box:hover .icon-box span {
color: #fff;
transition: .5s ease;
}

.services-block-four .inner-box .icon-box:after {
position:absolute;
content:'';
left:0;
top:0;
width:100%;
height:100%;
border-radius: 50%;
transform: scale(0);
transition: .7s ease;

}
.services-block-four .inner-box:hover .icon-box:after {
transform: scale(1);
transition: .7s ease;
}

.services-block-four .inner-box .icon-box:before{
position:absolute;
content:'';
left:50%;
top:100%;
width:0px;
height:100%;
background: #7fcd45;
}
.services-block-four.how .inner-box{
padding-left: 70px
}

.services-block-four.how{
padding: 30px;
margin-bottom: 30px;
background: #291674
}

@media (max-width: 992px) and (min-width: 371px){
.service-img-wrapper.how .image-box img{
width: 100%;
margin-bottom: 50px
}
   .services-block-four .inner-box h3 a{
        font-size:15px;
    }
}
.services-block-four .inner-box .step{
position: absolute;
left: 0px;
top: 0px;
width: 40px;
height: 40px;
border: 2px solid;
background: #7d60f9;
border-color: #7d60f9;
font-size: 18px;
color: #fff;
line-height: 40px;
text-align: center;
border-radius: 50%;
margin-bottom: 20px !important;
transition: .3s ease;
}
.services-block-four.how .inner-box .text{
margin-bottom: 0
}
.services-block-four .inner-box h3 a{
color: #fff;
transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-webkit-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
}
.services-block-four .inner-box h6 a {
    color: #7fcd45 !important;
}
.services-block-four .inner-box .icon-box{
color: #7fcd45;
}
.services-block-four .inner-box .text{
font-size:14px;
color:#b8afc4;
margin-top:8px;
min-height: 80px;
line-height: 15px;
}

.services-block-four .inner-box .read-more{
font-weight:500;
font-size:13px;
text-transform:uppercase;
transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-webkit-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
}

.services-block-four .inner-box .read-more:hover{
color:#253267;
}
.service-img-wrapper .image-box img{
animation: floating2 7s infinite;
-webkit-animation: floating2 7s infinite;
}
@media (min-width: 992px){
.service-img-wrapper .image-box{
margin-top: -30px;
}
}
@media (max-width: 992px){
.service-img-wrapper .image-box img{
width: 100%;
}
}
.service-img-wrapper .image-box {
position: relative;
}
@keyframes floating2 {
0% {
-webkit-transform: rotateX(0deg) translateY(0px);
-moz-transform: rotateX(0deg) translateY(0px);
-ms-transform: rotateX(0deg) translateY(0px);
-o-transform: rotateX(0deg) translateY(0px);
transform: rotateX(0deg) translateY(0px);
}
50% {
-webkit-transform: rotateX(0deg) translateY(15px);
-moz-transform: rotateX(0deg) translateY(15px);
-ms-transform: rotateX(0deg) translateY(15px);
-o-transform: rotateX(0deg) translateY(15px);
transform: rotateX(0deg) translateY(15px);
}
100% {
-webkit-transform: rotateX(0deg) translateY(0px);
-moz-transform: rotateX(0deg) translateY(0px);
-ms-transform: rotateX(0deg) translateY(0px);
-o-transform: rotateX(0deg) translateY(0px);
transform: rotateX(0deg) translateY(0px);
}
}

@-webkit-keyframes floating2 {
0% {
-webkit-transform: rotateX(0deg) translateY(0px);
-moz-transform: rotateX(0deg) translateY(0px);
-ms-transform: rotateX(0deg) translateY(0px);
-o-transform: rotateX(0deg) translateY(0px);
transform: rotateX(0deg) translateY(0px);
}
50% {
-webkit-transform: rotateX(0deg) translateY(15px);
-moz-transform: rotateX(0deg) translateY(15px);
-ms-transform: rotateX(0deg) translateY(15px);
-o-transform: rotateX(0deg) translateY(15px);
transform: rotateX(0deg) translateY(15px);
}
100% {
-webkit-transform: rotateX(0deg) translateY(0px);
-moz-transform: rotateX(0deg) translateY(0px);
-ms-transform: rotateX(0deg) translateY(0px);
-o-transform: rotateX(0deg) translateY(0px);
transform: rotateX(0deg) translateY(0px);
}
}


/* ##### demo-video Area CSS ##### */
.demo-video{
position: relative;
}
.demo-video .welcome-video-area{
margin-top: 0
}
@media (max-width: 992px){
.vertical-social{
display: none !important;
}
}

.vertical-social {
position: fixed;
top: 50%;
transform: translateY(-50%);
left: 0;
background: #0d003b;
height: 370px !important;
margin-left: 30px;
border-radius: 40px;
padding: 30px 15px;
z-index: 999;
transition: 1s;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
box-shadow: 0px 4px 13px 0 rgba(168,67,253,.3);
overflow: hidden;
border-bottom: 3px solid #a843fd;
}
.vertical-social li{
padding: 7px 0;
text-align: center;
}
.vertical-social li a{
color: #fff;
opacity: .6;
font-size: 22px;
}
.vertical-social li a:hover{
opacity: 1
}
/* ##### trust Area CSS ##### */
.trust-section{
position: relative;
padding: 100px 0 60px
}
.trust-item{
background-color: #fff;
border-radius: 10px;
margin-bottom: 40px;
padding: 0 35px;
min-height: 205px;
padding-top: 37px;
padding-bottom: 25px;
box-shadow: 4px 4px 10px 0 rgba(168,67,253,.3);
overflow: hidden;
border-bottom: 3px solid #a843fd;
}
.ico-platform-logo{
margin-bottom: 25px;
min-height: 75px
}
.check {
height: 40px;
margin: 0 -10px;
background-color: rgba(13,0,59,.9);
border-radius: 5px;
color: #25cbd3;
position: relative;
}
.check .value {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
font-size: 24px;
font-weight: 600;
text-shadow: 0 0 5px rgba(0,243,255,.5);
}
.check .check-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: url(../img/svg/checkmark.svg) 50% no-repeat;
background-size: contain;
width: 31px;
height: 23px;
}

.token-distribution{
padding-bottom: 100px;
overflow: hidden;
}

@media (max-width: 767px) {
.token-info-wapper{
margin-top: 30px;
}

}
.token-info {
padding: 0 12px;
width: 100%;
margin-bottom: 20px;
float: left;
display: -ms-flexbox;
display: flex;
}
.token-info .info-wrapper {
border: 1px solid #25cbd3;
border-radius: 10px;
padding: 19px 36px;
padding-left: 65px;
background-color: #0d003b;
width: 100%;
position: relative;
-ms-flex: 1;
flex: 1;
display: -ms-flexbox;
display: flex;
}
.info-wrapper .token-icon {
left: 20px;
width: 38px;
height: 38px;
position: absolute;
top: 50%;
transform: translateY(-50%);
background-position: 50%;
background-size: contain;
background-repeat: no-repeat;
}
.info-wrapper .token-descr {
display: block;
font-size: 16px;
color: #fff;
padding-left: 10px;
font-weight: 300;
line-height: 1.25;
}
/* ##### Service Area CSS ##### */

.service_single_content {
position: relative;
z-index: 1;
}

.service_single_content .service_icon i {
font-size: 62px;
margin-bottom: 20px;
background: -moz-linear-gradient(top, #e72c83 0%, #a742c6 100%);
background: -webkit-linear-gradient(top, #4c6f97 0%,#d4e9ef 100%);
background: linear-gradient(to bottom, #d6ebf1 0%,#52749b 100%);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.service_icon{
margin-bottom: 20px
}
.service_single_content h6 {
margin-bottom: 15px;
}

.service_single_content h6 a {
    color: #7fcd45 !important;
}
/* ##### new.0 Empower Area CSS ##### */

.service_single_content1 {
position: relative;
z-index: 1;
}

.service_single_content1 .service_icon i {
font-size: 62px;
margin-bottom: 20px;
background: -moz-linear-gradient(top, #e72c83 0%, #a742c6 100%);
background: -webkit-linear-gradient(top, #4c6f97 0%,#d4e9ef 100%);
background: linear-gradient(to bottom, #d6ebf1 0%,#52749b 100%);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
display:block;
}

.service_single_content1 h6 {
padding-bottom: 24px;
}
.service_single_content1 h6:before{
content: "";
display: block;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
bottom: 0;
width: 50px;
height: 2px;
background: #9a99af;

}
.service_single_content1 h6:after{
content: "";
display: block;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
bottom: 0;
width: 50px;
height: 2px;
background: #9a99af;
opacity: 0;
}
.service_single_content1:hover h6:after{
width: 6px;
height: 6px;
border-radius: 50%;
opacity: 1;
bottom: -4px;
-webkit-box-shadow: 0px 0px 0px 5px #fff;
-moz-box-shadow: 0px 0px 0px 5px #fff;
box-shadow: 0px 0px 0px 5px #fff;
transition: all 0.3s linear;
}
.service_single_content1:hover h6:before{
height: 1px;
width: 75px;
transition: all 0.3s linear;
}


/* ##### 6.0 CTA Area CSS ##### */

.call_to_action_area {
position: relative;
z-index: 1;
width: 100%;
height: 500px !important;
}

.cta-content h2 {
font-size: 40px;
margin-bottom: 15px;
}

.cta-content p {
font-size: 18px;
margin-bottom: 25px;
}

.cta-content-area {
position: absolute !important;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 10;
background: rgba(72, 52, 212, 0.95);
background: -webkit-linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
background: -webkit-linear-gradient(left, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
}
/*
* ----------------------------------------------------------------------------------------
* START Roadmap 2 STYLE
* ----------------------------------------------------------------------------------------
*/
.section_5-content {
width: 100%;
padding-top: 200px;
padding-bottom: 200px
}

.section_5-slider-trumb {
display: inline-block;
width: 100%;
left: 0;
height: 4px;
background-color: #00e4ff;
position: relative;
-webkit-box-shadow: 0 0 6px 1px #00e4ff;
-moz-box-shadow: 0 0 6px 1px #00e4ff;
box-shadow: 0 0 6px 1px #00e4ff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px
}

#section_5-slider-circle {
position: relative
}

#section_5-slider-circle .data_cir {
top: 0;
position: absolute;
margin-left: -8px;
margin-top: -16px;
width: 16px;
height: 16px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #00e4ff;
border: 4px solid #000;
-webkit-box-shadow: 0 0 6px 2px #00e4ff;
-moz-box-shadow: 0 0 6px 2px #00e4ff;
box-shadow: 0 0 6px 2px #00e4ff
}

#section_5-slider-circle .data_cir-content {
position: relative;
width: 200px;
height: auto;
display: inline-block;
margin-left: -60px;
text-align: center
}

#section_5-slider-circle .data_cir-content p {
font-size: 13px;
color: #00e4ff;
line-height: 2
}

#section_5-slider-circle .data_cir-content>span {
display: -ms-flex;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-box;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
flex-direction: column;
-ms-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-box-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center
}

#section_5-slider-circle .data_cir-content span {
font-size: 13px;
color: #fff;
letter-spacing: 0;
width: 100%;
line-height: 20px
}
@media (max-width: 1200px){
#section_5-slider-circle .data_cir-content span{
width: 94%;
font-size: 11px
}
}
#section_5-slider-circle .data_cir:nth-child(2n+1) .data_cir-content {
bottom: 44px;
-webkit-transform: translateY(-100%) translateX(-18%);
-ms-transform: translateY(-100%) translateX(-18%);
-moz-transform: translateY(-100%) translateX(-18%);
-o-transform: translateY(-100%) translateX(-18%);
transform: translateY(-100%) translateX(-18%)
}

#section_5-slider-circle .data_cir:nth-child(2n) .data_cir-content {
top: 55px;
-webkit-transform: translateX(-18%);
-ms-transform: translateX(-18%);
-moz-transform: translateX(-18%);
-o-transform: translateX(-18%);
transform: translateX(-18%)
}

#section_5-slider-circle .data_cir:nth-child(2n) .data_cir-content .roadmap_img {
-ms-order: -1;
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
-webkit-order: -1;
-moz-box-ordinal-group: 0;
order: -1
}

#section_5-slider-circle .data_cir:nth-child(2n) .roadmap_content_info {
margin-top: 20px
}

#section_5-slider-circle .data_cir:nth-child(2n+1) .roadmap_content_info {
margin-bottom: 20px
}

#section_5-slider-circle .data_cir .data_cir-content ul {
text-align: left;
position: relative
}

#section_5-slider-circle .data_cir .data_cir-content ul::before {
content: '';
position: absolute;
border-left: 1px solid #00e4ff;
left: -14px;
opacity: .2;
width: 45%;
height: -webkit-calc(100% + 37px);
height: -moz-calc(100% + 37px);
height: calc(100% + 37px)
}

#section_5-slider-circle .data_cir:nth-child(2n) .data_cir-content ul::before {
border-top: 1px solid #00e4ff;
margin-top: -46px
}

#section_5-slider-circle .data_cir:nth-child(2n+1) .data_cir-content ul::before {
border-bottom: 1px solid #00e4ff;
margin-top: 10px
}

#section_5-slider-circle .data_cir .data_cir-content ul li {
padding-left: 5px;
list-style: disc;
color: #00e4ff
}

#section_5-slider-circle .data_cir .data_cir-content ul li span {
color: #fff
}

#section_5-slider-circle .data_cir .data_cir-content .roadmap_img {
width: 50px;
height: 50px;
display: -ms-flex;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-box;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center;
-ms-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-box-align: center;
align-items: center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 2px solid #00e4ff;
-webkit-box-shadow: 0 0 6px 1px rgba(0, 228, 255, .5);
-moz-box-shadow: 0 0 6px 1px rgba(0, 228, 255, .5);
box-shadow: 0 0 6px 1px rgba(0, 228, 255, .5)
}

#section_5-slider-circle .data_cir::before {
content: '';
opacity: .6;
position: absolute;
display: block;
width: 1px;
height: 40px;
background-color: #00e4ff;
left: -webkit-calc(50% - 1px);
left: -moz-calc(50% - 1px);
left: calc(50% - 1px)
}

#section_5-slider-circle .data_cir:nth-child(2n+1)::before {
top: -44px
}

#section_5-slider-circle .data_cir:nth-child(2n)::before {
top: 17px
}

#section_5-slider-circle .data_cir::after {
content: attr(data-date);
position: absolute;
display: block;
width: 50px;
color: #fff;
font-size: 12px;
left: 0;
text-align: center;
-webkit-transform: translateX(-35%);
-ms-transform: translateX(-35%);
-moz-transform: translateX(-35%);
-o-transform: translateX(-35%);
transform: translateX(-35%)
}

.form-block-rcl>.login-message {
color: #fff;
}

#section_5-slider-circle .data_cir:nth-child(2n+1)::after {
top: 30px
}

#section_5-slider-circle .data_cir:nth-child(2n)::after {
top: -45px
}

#section_5-slider-circle .data_cir.next {
background-color: #000;
border: 4px solid #000;
-webkit-box-shadow: 0 0 6px 2px #00e4ff;
-moz-box-shadow: 0 0 6px 2px #00e4ff;
box-shadow: 0 0 6px 2px #00e4ff
}
@media (max-width: 992px){
.section_5-slider-trumb {
width: 4px;
height: -webkit-calc(100% - 4px);
height: -moz-calc(100% - 4px);
height: calc(100% - 4px);
top: 4px;
position: absolute;
left: -webkit-calc(45vw + 8px);
left: -moz-calc(45vw + 8px);
left: calc(45vw + 8px);
}
.section_5-content {
position: relative;
}
.section_5-content {
padding-top: 0;
padding-bottom: 0;
}
#section_5-slider-trumb {
width: 4px;
height: -webkit-calc(100% - 4px);
height: -moz-calc(100% - 4px);
height: calc(100% - 4px);
top: 4px;
position: absolute;
left: -webkit-calc(45vw + 8px);
left: -moz-calc(45vw + 8px);
left: calc(45vw + 8px);
}
#section_5-slider-circle .data_cir {
margin-top: 0px;
margin-bottom: 150px;
position: relative;
left: 0!important;
margin-left: -webkit-calc(45vw + 2px);
margin-left: -moz-calc(45vw + 2px);
margin-left: calc(45vw + 2px);
}
#section_5-slider-circle .data_cir:last-child{
margin-bottom: 0!important
}
#section_5-slider-circle .data_cir::before {
top: 3px!important;
height: 1px;
width: 40px;
left: auto;
right: 14px;
}
#section_5-slider-circle .data_cir-content {
margin-left: 60px;
-webkit-transform: translateY(0)!important;
-ms-transform: translateY(0)!important;
-moz-transform: translateY(0)!important;
-o-transform: translateY(0)!important;
transform: translateY(0)!important;
top: 0!important;
bottom: 0!important;
width: 250px;
}
#section_5-slider-circle .data_cir-content span{
width: 100%;
font-size: 14px;
}
#section_5-slider-circle .data_cir:nth-child(2n) .data_cir-content ul::before,
#section_5-slider-circle .data_cir:nth-child(2n+1) .data_cir-content ul::before{
display: none;
}
#section_5-slider-circle .data_cir:first-child .data_cir-content>span {
-webkit-transform: none!important;
-ms-transform: none!important;
-moz-transform: none!important;
-o-transform: none!important;
transform: none!important;
text-align: left;
}
#section_5-slider-circle .data_cir-content>span {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
display: -ms-flex;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-box;
display: flex;
-ms-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-box-align: center;
align-items: center;
height: auto;
}
.roadmap_img {
display: none!important;
}
#section_5-slider-circle .data_cir::after {
left: auto;
right: 55px;
padding: 5px 7px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
top: 4px!important;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
border: 1px solid #00e4ff;
}
#section_5-slider-circle .data_cir::after {
width: 70px;
}




}







/*
* ----------------------------------------------------------------------------------------
* START Roadmap STYLE
* ----------------------------------------------------------------------------------------
*/
.timeline-split{
position: relative;
width: 100%
}
.timeline-split .timeline {
position: relative;
padding: 50px;
overflow: hidden
}
.timeline-split .timeline h3{
font-size: 22px;
color: #25cbd3
}
.timeline-split .timeline span{
color: #666;
display: block;
margin-bottom: 10px
}
/*top circle */
.timeline-split .timeline::before {
content: "";
width: 20px;
height: 20px;
border-radius: 50%;
display: block;
position: absolute;
top: 0;
left: 50%;
background: #25cbd3;
left: calc(50% - 10px);
}
/*vertival line */
.timeline-split .timeline::after {
content: "";
width: 2px;
height: 4000px;
display: block;
position: absolute;
top: 10px;
left: 50%;
left: calc(50% - 1px);
background: #25cbd3;
}

/*timeline block */
.timeline-split .timeline .block {
width: 50%;
padding: 30px;
background: #0d003b;
border: 1px solid #25cbd3;
width: calc(50% - 74px);
text-align: left;
position: relative;
}
.timeline .block .date{
padding: 5px 10px;
display: inline-block;
background: #25cbd3;
margin: 10px 0;
color: #fff;
font-size: 13px;
border-radius: 15px;
}
.timeline .block .between{
padding: 5px 10px;
display: inline-block;
color: #fff;
}
/*block marker */
.timeline-split .timeline .block::before {
content: "";
width: 10px;
height: 10px;
border-radius: 50%;
position: absolute;
background: #25cbd3;
top: 30px;
}
.timeline-split .timeline .block.block-left::after,
.timeline-split .timeline .block.block-right::after {
content: "";
width: 95px;
height: 2px;
position: absolute;
background: #25cbd3;
top: 34px;
z-index: -1;
right: -78px;
}
.timeline-split .timeline .block.block-right::after{
left: -80px
}
/*left block */
.timeline-split .timeline .block.block-left {
text-align: right;
}
.timeline-split .timeline .block.block-left::before {
right: -80px;
}
.timeline .block p{
margin-bottom: 0
}
/*right block */
.timeline-split .timeline .block.block-right {
text-align: left;
margin-left: 50%;
margin-left: calc(50% + 74px);
}
.timeline-split .timeline .block.block-right::before {
left: -80px;
}
/*decrease the timeline heading text */
@media (max-width: 992px) {
.timeline-split .timeline {
padding: 50px 20px;
}
.keepintouch{
	top: -16px;
}
.timeline-split .timeline h3 {
font-size: 19px;
}
}
/*change timeline layout to fit tiny screen size */
@media (max-width: 992px) {
.timeline-split .timeline .block.block-left::after {
left: -80px;
}
.timeline-split .timeline::after {
left: 9px;
}
.timeline-split .timeline::before {
left: 0;
}
.timeline-split .timeline .circle {
left: 2px;
}
.timeline-split .timeline .block {
width: 100% !important;
text-align: left;
padding-left: 20px;
}
.timeline-split .timeline .block::before {
left: -15px;
}
.timeline-split .timeline .block.block-left {
text-align: left;
}
.timeline-split .timeline .block.block-right {
margin-left: 0;
}
.timeline-split .timeline .block.block-right::before {
left: -15px;
}
.mt-30{
margin-top: 30px;
margin-bottom: 30px;
}
}

/* ##### 7.0 Video Area CSS ##### */

.mfp-wrap {
z-index: 6000;
}

.mfp-bg {
z-index: 5500;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
right: 0;
text-align: center;
display: inline-block;
width: 40px;
height: 40px;
color: #fff;
line-height: 40px;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
padding-right: 0;
}

.mfp-iframe-holder .mfp-close {
top: 0;
}

/* ##### 9.0 Gallry Item Area CSS ##### */

.single_gallery_item {
position: relative;
z-index: 1;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
margin-bottom: 30px;
}

.gallery-hover-overlay {
position: absolute;
width: calc(100% - 30px);
height: 100%;
top: 0;
left: 15px;
z-index: 10;
background-color: rgba(72, 52, 212, 0.8);
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
padding: 30px;
text-align: center;
}

.single_gallery_item:hover .gallery-hover-overlay {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
}

.portfolio-menu button {
line-height: 1;
background-color: transparent;
color: rgba(255, 255, 255, 0.5);
font-size: 13px;
text-transform: uppercase;
padding: 8px 15px 5px;
border-radius: 30px;
}

.portfolio-menu button.active {
color: #fff;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.port-more-view > a {
color: #fff;
}

.port-hover-text h3 {
font-size: 14px;
margin-bottom: 0;
}

.port-hover-text > a {
font-size: 12px;
color: #fff;
text-transform: capitalize;
}

/* ##### 10.0 Cool Fact Area CSS ##### */

.cool-facts-area {
padding: 100px 0 70px;

}

.single_cool_fact {
position: relative;
z-index: 1;
background: #0d003b;
border: 1px solid #25cbd3;
border-bottom: 3px solid #25cbd3;
border-radius: 0 0 20px 20px;
padding: 30px;
overflow: hidden;
margin-bottom: 30px;
}


.cool_fact_icon i {
font-size: 20px;
margin-top: 15px;
color: #fff;
}

.cool_fact_detail h3 {
font-size: 20px;
margin-top: 15px;
}

.cool_fact_detail h2 {
font-size: 12px;
margin-bottom: 0;
text-transform: uppercase;
}

/* ##### 11.0 Price Table Area CSS ##### */

.single_price_table_content {
padding: 50px;
margin-bottom: 100px;
position: relative;
z-index: 2;
border-radius: 6px;
}

.single_price_table_content.active {
box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}

.price_table_text {
margin-bottom: 45px;
}

.price_table_text > h5 {
font-size: 18px;
text-transform: uppercase;
margin-bottom: 20px;
}

.price_table_text > h1 {
font-size: 48px;
margin-bottom: 25px;
line-height: 1;
}

.price_table_text > p,
.table_text_details > p {
font-size: 16px;
font-weight: 400;
margin-bottom: 0;
line-height: 1;
}

.table_text_details > p {
margin-bottom: 20px;
}

/* ##### 12.0 testimonial Area CSS ##### */

.testimonial-description {
position: relative;
z-index: 2;
background-color: transparent;
text-align: center;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
}

.testimonial_image {
height: 100px;
width: 100px;
margin: auto;
}

.testimonial_image > img {
border-radius: 50%;
}

.testimonial_text > p {
font-weight: 500;
color: #fff;
margin-top: 20px;
margin-bottom: 25px;
font-size: 14px;
}

.admin_text > h5 {
font-size: 16px;
color: #fff;
margin-top: 0;
margin-bottom: 5px;
}

.admin_text > p {
color: #fff;
font-weight: 500;
margin-bottom: 0;
}

.client_slides .owl-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 50px;
}

.client_slides .owl-dot {
margin: 0 5px;
line-height: 1;
color: #fff;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
font-size: 12px;
border-radius: 50%;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.client_slides .owl-dot.active {
box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
}







/* ##### 14.0 ClientsArea CSS ##### */


.client-blogs{
position:relative;
}
#our_happy_client {
position: relative;
}
.home_icons {
line-height: 20px;
}
.client {
display: inline-block;
width: 100%;
height: auto;
margin-top: 20px;
}
.home_icons *, .home_icons *:after, .home_icons *:before {
box-sizing: border-box;
}
.container-1920 {
max-width: 1920px;
padding: 0px 5%;
margin: 0 auto;
}
.client-container {
display: inline-block;
width: 100%;
height: auto;
}
.client-card {
width: 75%;
height: auto;
background-color: #f3f4fc;
border-radius: 0px 15px 0px 15px;
box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.75);
position: relative;
margin: 30px 0px;
margin-left: auto;
margin-right: auto;
}

.client-card:before {
content: "";
height: 10px;
width: 60%;
background-color: #e3f6f9;
position: absolute;
top: -10px;
left: 0%;
transition: 1s;
border-radius: 15px 0px;
}
.client-card-image {
display: inline-block;
width: 100%;
height: auto;
}
.client-card-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.client-card:after {
content: "";
height: 10px;
width: 30%;
background-color: #e3f6f9;
position: absolute;
bottom: -10px;
right: 0%;
transition: 1s;
border-radius: 15px 0px;
}

.client-card:hover:before {
width: 20%;
transition: 1s;
}
.client-read-more {
display: inline-block;
width: 100%;
height: auto;
margin-bottom: 35px;
text-align: center;
}

.client-card:hover:after {
width: 50%;
transition: 1s;
}


@media only screen and (max-width:1440px) and (min-width:991px){
.client-card-image {
display: inline-block;
width: 100%;
}
.welcome-video-area .welcome-thumb video{
height: 320px !important;
width: 80% !important;
margin-left: 80px;
}

}

/* ##### 14.0 Clients CSS ##### */


/* ##### 13.0 Team Area CSS ##### */

.single-team-member {
position: relative;
z-index: 1;
padding: 0 30px;
margin-bottom: 100px;
}

.team-member-thumb {
width: 190px;
height: 190px;
border-radius: 50%;
margin:0 auto;
margin-bottom: 20px;
}

.team-info h5 {
color: #7057f9;
text-transform: uppercase;
font-size: 18px;
text-align: center;
margin-bottom: 0px;
}

.team-info p {
color: #a592b4;
text-transform: uppercase;
font-size: 13px;
margin-bottom: 0;
text-align: center;
}
.team-social-icon{
text-align: center;
}
.team-social-icon a {
font-size: 15px;
margin-top: 10px;
display: inline-block;
padding-right: 5px;
padding-left: 5px
}
/*
* ----------------------------------------------------------------------------------------
* START Subscribe STYLE
* ----------------------------------------------------------------------------------------
*/
.subscribe{
position: relative;
}
.subscribe .section-heading > p{
color: #eee
}
.subscribe:before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background-size: contain;
opacity: .5
}
.subscribe .section-heading{
margin-bottom: 30px
}

.subscribe .service-text{
padding-top: 0
}
.subscribe .title-box{
margin-bottom: 30px
}

.subscribe-wrapper {
/*padding: 60px;
overflow: hidden;
box-sizing: border-box;
border-radius: 20px;
box-shadow: 0 10px 80px rgba(15,62,153,.3); */
overflow: hidden;
box-sizing: border-box;
border-radius: 20px;
/* border: 1px solid #e3f6f9; */
padding-top: 12px;
}
.telegram-text{
font-size: 20px;
color: #fff;
margin-right: 10px;
position: relative;
z-index: 2
}

.social-list{
display: inline-block;
margin-bottom: 0;
height: 40px;
position: relative;
z-index: 2;
}
.social-list li{
float: left;
padding: 0 14px
}
.social-list li a{
font-size: 34px;
color: #fff;
opacity: .8
}
.social-list li a:hover{
opacity: 1
}
.subscribe .buy-tokens i{
margin-right: 10px
}
.subscribe .dream-btn{
position: absolute;
top: -2px;
right: -10px;
min-width: 48px;
height: 48px;
padding: 0;
border-color: #fff;
}
.subscribe .dream-btn:hover{
cursor: pointer;
}
.button {
position: relative;
z-index: 0;
overflow: hidden;
display: inline-block;
padding: 14px 40px;
font-size: 16px;
z-index: 2;
line-height: 1.25;
color: #25cbd3;
background: #fff;
border: 0 solid;
border-radius: 40px;
font-weight: 600;
letter-spacing: 0.02em;
text-transform: none;
white-space: nowrap;
text-overflow: ellipsis;
text-align: center;
cursor: pointer;
vertical-align: middle;
user-select: none;
transition: 250ms all ease-in-out;
box-shadow: 0 3px 21px 4px rgba(41, 41, 58, 0.2);
}
.button:hover{
background: #25cbd3;
color: #fff
}
.button i{
margin-right: 10px
}



/* ##### 14.0 Our Blog Area CSS ##### */

.single-blog-area {
position: relative;
z-index: 1;
margin-bottom: 40px;
}

.post-meta p {
color: rgba(255, 255, 255, 0.7);
font-size: 12px;
text-transform: uppercase;
}

.post-meta p a {
color: #fff;
font-size: 12px;
text-transform: uppercase;
margin-right: 30px;
}

.post-title {
margin-bottom: 20px;
display: block;
}

.blog_thumbnail img {
width: 100%;
height: 224px;
}

.single-blog-area blockquote {
background-color: rgba(255, 255, 255, 0.1);
padding: 30px;
border-radius: 3px;
margin: 30px 0;
display: block;
}

.single-blog-area blockquote span {
margin-bottom: 0;
color: #fff;
font-size: 12px;
text-transform: uppercase;
}

.comment_area {
border-top: 1px solid rgba(255, 255, 255, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
padding-top: 50px;
padding-bottom: 50px;
}

.comment_area .title {
margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
.comment_area .comment-content {
padding: 20px 15px;
}
.who-we-contant
{
text-align:center;
}
.cent1{
text-align:center !important;
}
}
@media only screen and (max-width: 500px) {
	.serv{
    box-shadow: 0 5px 14px #e3f6f9;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 20px;
    border: 1px solid #e3f6f9;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
		.dropbtn1{
		color:#fff !important;
	}
.zzz{
    max-width: 40% !important;
}
.desktop1 {
display:none !important;
}
.mobile2 {
display:block !important;
}
.divimage {
background-image: url(../img/bg-img/bg1.png) !important;
}
.main-ilustration{
position: relative;
background: url(../img/bg-img/11.png) no-repeat center 0% ;
height: 65vh;
background-size: contain;
}
.main-ilustration-4{
position: relative;
background: url(../img/bg-img/22.png) no-repeat center 0% ;
height: 65vh;
background-size: contain;
}
.main-ilustration-34{
position: relative;
background: url(../img/bg-img/33.png) no-repeat center 0% ;
height: 65vh;
background-size: contain;
}
.main-ilustration-44{
position: relative;
background: url(../img/bg-img/44.png) no-repeat center 0% ;
height: 65vh;
background-size: contain;
}
.main-ilustration-55{
position: relative;
background: url(../img/bg-img/55.png) no-repeat center 0% ;
height: 65vh;
background-size: contain;
}
.main-ilustration-66{
position: relative;
background: url(../img/bg-img/77.png) no-repeat center 0% ;
height: 65vh;
background-size: contain;
}
.main-ilustration-77{
position: relative;
background: url(../img/bg-img/88.png) no-repeat center 0% ;
height: 65vh;
background-size: contain;
}
.main-ilustration-88{
position: relative;
background: url(../img/bg-img/66.png) no-repeat center 0% ;
height: 65vh;
background-size: contain;
}
.welcome-content p{
margin-bottom: 0px !important;
}
.client-read-more{
margin-bottom: auto;
}
.subscribe-wrapper{
box-shadow: 0 5px 14px #e3f6f9;
}
.aref, .aref1{
display:block !important;
}
.single-mission i{
margin-bottom:10px;
}
.aref1{
padding-right:10px;
}
.aref3{
display:none;
}
.aref2{
display:block !important;
}
.fullwidth {
height: 85vh !important;
}
.nav-brand img{
height: 55px !important;
margin-left: 40px !important;
}
.dark.classy-nav-container {
background-size:contain !important;
}
.column {
margin-bottom: 20px;
margin-left: 0;
}
}
.cent{
text-align:center !important;
}
@media only screen and (min-width: 501px) {
.noor2 {
display:none;
}
.extra {
	    margin-left: auto;
    margin-right: auto;
}
.fullwidth {
width: 100vw !important;
height: 90vh !important;
}
.dropbtn{
margin-top: -100px;
}
.has-down{
padding-top: 173px;
}
}
@media only screen and (min-width: 998px) {
	.main-ilustration{
display:none !important;
}
}
@media (max-width: 997px) and (min-width:768px) {
	.service_icon .fa-cogs:before {
	font-size: 84px !important;
}
  .top{
  	top:11px;
  }
  .top1{
  	top: 23px;
  }
}
@media only screen and (max-width: 997px) and (min-width:501px){
.divimage {
background-image: url(../img/bg-img/bg1.png) !important;
}
.main-ilustration{
position: relative;
background: url(../img/bg-img/11.png) no-repeat center 0% ;
height: 50vh;
background-size: contain;
}
.main-ilustration-4{
position: relative;
background: url(../img/bg-img/22.png) no-repeat center 0% ;
height: 50vh;
background-size: contain;
}
.main-ilustration-34{
position: relative;
background: url(../img/bg-img/33.png) no-repeat center 0% ;
height: 50vh;
background-size: contain;
}
.main-ilustration-44{
position: relative;
background: url(../img/bg-img/44.png) no-repeat center 0% ;
height: 50vh;
background-size: contain;
}
.main-ilustration-55{
position: relative;
background: url(../img/bg-img/55.png) no-repeat center 0% ;
height: 50vh;
background-size: contain;
}
.main-ilustration-66{
position: relative;
background: url(../img/bg-img/77.png) no-repeat center 0% ;
height: 50vh;
background-size: contain;
}
.main-ilustration-77{
position: relative;
background: url(../img/bg-img/88.png) no-repeat center 0% ;
height: 50vh;
background-size: contain;
}
.main-ilustration-88{
position: relative;
background: url(../img/bg-img/66.png) no-repeat center 0% ;
height: 50vh;
background-size: contain;
}
.welcome-content p{
margin-bottom: 0px !important;
}
.welcome-content{
	text-align:center;
}
.noor .who-we-contant {
	    margin-bottom: 60px;
}
.subscribe-wrapper {
	display: flex;
}

.who-we-contant{
	text-align: center;
}
.about-us-area .noor{
	border: none;
	    padding-left: 0px !important;
}
.about-us-area .noor:before , .about-us-area .noor:after{
	display: none;
}
.clicard {
    width: 60% !important;
}
.client-blogs{
	    padding-top: 25px;
}
.dt-sc-contact-info {
    line-height: 23px !important;
    padding-left: 32px !important;
    font-size: 13px;
}
.quick ul li > a {
	font-size: 13px;
}
.dt-sc-contact-info span{
	font-size: 23px !important;
}
div.footer-content-area .quick {
	    line-height: 23px !important;
}
#acurax_si_widget_simple {
	    display: flex;
    width: 142px;
}
div.footer-content-area h3.footertitle {
    font-size: 16px !important;
    line-height: 40px !important;
}
.grid-social {
	    display: grid !important;
    width: 150px !important;
}
.service_single_content p , .single-mission1 p{
	font-size: 13px;
}
.fa-lightbulb-o:before , .fa-paper-plane-o:before , .fa-mobile:before {
    font-size: 82px !important;
}

    .serv {
    	box-shadow: 0 5px 14px #e3f6f9;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 20px;
    border: 1px solid #e3f6f9;
    padding-top: 40px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    }
   .tablet .welcome-meter {
   	    margin-top: 70px !important;
   }
   .tablet img {
   	width: 70% !important;
   }
      .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem!important;
        margin-top: 30px !important;
    }
    .show-tablet {
    	display: block !important;
    }
    .hide-tablet {
    	display: none !important;
    }
   .services-block-four .inner-box .text{
margin-left: -100px !important;
    margin-top: 50px !important;
    margin-bottom: -25px;
   }
   .mrg {
   	    margin-bottom: 30px !important;
   }
#about{
	top: -20px;
}
.dis-tablet {
	display: none !important;
}
  .top2 {
  	top: 20px;
  }
  .top3 {
  	top:11px;
  }
  .service-img-wrapper .image-box .rings{
  	    left: 0 !important;
    right: 0 !important;
        width: 66% !important;
  }
}
@media (max-width:767px) and (min-width: 501px){
.subscribe-wrapper {
	    display: block !important;
	    box-shadow: 0 5px 14px #e3f6f9;
	    margin-bottom: 15px;
}
#customers {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
    .welcome_area.none{
        height: 80vh !important;
    }
   .fa-cogs:before {
    font-size: 58px !important;
}
.top1 i {
	margin-top: 0px !important;
}
}
@media only screen and (max-width: 377px) {
.main-ilustration{

height: 50vh !important;

}
.main-ilustration-4{

height: 50vh !important;

}
.main-ilustration-34{

height: 50vh !important;

}
.main-ilustration-44{

height: 50vh !important;

}
.main-ilustration-55{

height: 50vh !important;

}
.main-ilustration-66{

height: 50vh !important;

}
.main-ilustration-77{

height: 50vh !important;

}
.main-ilustration-88{

height: 50vh !important;

}
}
.comment_area .comment-content .comment-author {
-webkit-box-flex: 0;
-ms-flex: 0 0 79px;
flex: 0 0 79px;
min-width: 79px;
margin-right: 55px;
border-radius: 50%;
}

@media only screen and (max-width: 600px) {
.comment_area .comment-content .comment-author {
-webkit-box-flex: 0;
-ms-flex: 0 0 60px;
flex: 0 0 60px;
min-width: 60px;
margin-right: 15px;
}
.service-img-wrapper .image-box .rings {
left: 17% !important;
width: 66%;
}
}

.comment_area .comment-content .comment-author img {
border-radius: 50%;
}

.comment_area .comment-content .comment-meta {
margin-bottom: 30px;
}

.comment_area .comment-content .comment-meta .post-date {
color: #fff;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 3px;
margin-bottom: 0;
display: block;
}

.comment_area .comment-content .comment-meta .post-author {
margin-bottom: 15px;
display: block;
color: #fff;
}

.comment_area .comment-content .comment-meta p {
margin-bottom: 15px;
font-size: 14px;
font-family: Handlee, "Comic Sans MS", cursive, sans-serif !important;
line-height: 2;
}

.comment_area .comment-content .comment-meta .comment-reply {
font-size: 11px;
color: #fff;
text-transform: uppercase;
}

.comment_area .single_comment_area {
margin-bottom: 30px;
}

.comment_area .single_comment_area:last-of-type {
margin-bottom: 0;
}

.comment_area .children .single_comment_area {
margin-left: 50px;
margin-top: 30px;
}

@media only screen and (max-width: 767px) {
.comment_area .children .single_comment_area {
margin-left: 15px;
}
}

.single_comment_area .children .single_comment_area .comment-meta {
margin-bottom: 0;
}

/* ##### Contact Area CSS ##### */

.group {
position: relative;
z-index: 1;
margin-bottom: 30px;
}

.group input,
.group textarea {
font-size: 12px;
font-style: italic;
padding: 10px;
display: block;
width: 100%;
height: 45px;
border: none;
background-color: transparent;
color: #fff;
border-radius: 0;
border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.group input:focus,
.group textarea:focus {
outline: none !important;
box-shadow: none !important;
background-color: transparent !important;
}

.group label {
color: #fff;
font-style: italic;
font-size: 12px;
font-weight: normal;
position: absolute;
pointer-events: none;
left: 0;
top: 14px;
-webkit-transition: 0.5s ease all;
transition: 0.5s ease all;
margin-bottom: 0;
}

.group .bar {
position: relative;
display: block;
width: 100%;
}

.group .bar:before,
.group .bar:after {
content: '';
height: 2px;
width: 0;
bottom: 0;
position: absolute;
background-color: #fff;
-webkit-transition: 0.5s ease all;
transition: 0.5s ease all;
}

.group .bar:before {
left: 50%;
}

.group .bar:after {
right: 50%;
}

.group textarea {
height: 130px;
}

/* Form Active State */

.group input:focus ~ label,
.group textarea:focus ~ label,
.group input:valid ~ label,
.group textarea:valid ~ label {
top: -17px;
font-size: 12px;
color: #fff;
}

.group input:focus ~ .bar:before,
.group textarea:focus ~ .bar:before,
.group input:focus ~ .bar:after,
.group textarea:focus ~ .bar:after {
width: 50%;
background-color: #fff;
}

input:required,
textarea:required {
box-shadow: none !important;
}

/* ##### Footer Area ##### */

#footer {
width: 100%;
float: left;
clear: both;
position: relative;
}
.footer-content-area, #footer, .footer-copyright {
color: #777;
}
#footer:before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.8);
}
.footer-content-area.dt-sc-dark-bg, #footer .dt-sc-dark-bg, .footer-copyright.dt-sc-dark-bg,
.footer-content-area.dt-sc-dark-bg a,
#footer .dt-sc-dark-bg a, #footer .dt-sc-dark-bg *, #footer .dt-sc-dark-bg p, #footer .dt-sc-dark-bg h3, #footer
.dt-sc-dark-bg h3 a {
color: #fff;
}
div.footer-content-area {
background-image: url(../img/footer.png);
background-position: center center;
background-repeat: repeat;
}
.footer-content-area {
padding: 40px 0px 0px;
width: 100%;
float: left;
clear: both;
margin: 0px;
background-color: #f8f8f9;
}
.dt-sc-dark-bg {
border-color: #ffffff;
}
#footer .container {
z-index: 9;
}
.column {
margin: 0px 0px 0px 2%;
float: left;
min-height: 1px;
position: relative;
}
.dt-sc-one-fourth {
width: 23.5%;
}
.column.first {
margin-left: 0px;
clear: both;
}
div.footer-content-area .quick {
font-size: 14px;
font-weight: 400;
line-height: 28px;
text-align: left;
text-transform: none;
color: #333333;
}
.footer-content-area .quick {
float: left;
clear: both;
width: 100%;
margin-bottom: 30px;
padding-right: 30px;
}
div.footer-content-area h3.footertitle {
font-size: 20px;
font-weight: 700;
line-height: 36px;
text-align: left;
text-transform: none;
color: #2b2b2b;
}
.footertitle {
position: relative;
clear: both;
padding-left: 18px;
margin-bottom: 25px;
}
.footertitle:before {
content: "";
position: absolute;
left: 0px;
width: 6px;
height: 25px;
top: 0;
border-radius: 50% 50% 0 0;
}
.footertitle:before{
background: #274584;
}
.footertitle:after , .quick:hover .footertitle:before, #footer .footer-copyright{
background: #e3f6f9;
}
.footertitle:after {
content: "";
position: absolute;
left: 0px;
width: 6px;
height: 25px;
top: 10px;
background: #fff;
}
.footertitle:after{
background: #e3f6f9;
}

.quick:hover .footertitle:after{
background: #274584;
}
.quick ul {
padding: 0px;
margin: 0px;
width: 100%;
float: left;
clear: both;
}
.dt-sc-dark-bg .quick ul li, .dt-sc-dark-bg .quick.quick_nav_menu ul.menu li {
border-color: rgba(255, 255, 255, 0.2);
}
.quick ul li:first-child, .quick.quick_nav_menu ul.menu li:first-child {
padding-top: 0px;
}
.quick ul li {
border-bottom: 1px dashed;
clear: both;
display: block;
margin: 0px;
padding: 10px 0px 10px 20px;
position: relative;
width: 100%;
}
#footer .quick ul li:before{
color: #e3f6f9;
}
.quick ul li:first-child:before {
top: -8px;
}
.quick ul li:before {
content: ".";
font-family: FontAwesome;
font-size: 24px;
position: absolute;
left: 1px;
top: 0;
font-weight: bold;
}
.footer-social-info a i {
font-size: 29px;
color: #fff;
margin-right: 15px;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
}
.quick ul li > a, .quick.quick_nav_menu ul.menu li > a {
display: inline-block;
line-height: 24px;
width: 100%;
}
.quick ul li:last-child {
border-bottom-width: 0;
}
.dt-sc-hr-invisible-xsmall {
float: left;
width: 100%;
margin: 15px 0px 0px;
display: block;
clear: both;
}

.dt-sc-contact-info {
float: left;
margin: 0px;
padding: 0px;
clear: both;
width: 100%;
line-height: 30px;
position: relative;
padding-left: 40px;
}
@media only screen and (max-width: 479px){
.column {
margin-bottom: 2px !important;
}
.footer-content-area {
padding: 10px 0px 0px 0px !important;
}
}
@media only screen and (max-width: 767px){
.footer-content-area {
padding-left: 9% !important;
padding-right: 9% !important;
}
.dt-sc-one-fourth{
width: 100%;
}
.footer-copyright {
text-align: center;
}
}


.widget-acx-social-icons-widget-2-widget img
{
width:32px;
}

/* ##### Breadcumb Area ##### */

.breadcumb-area {
position: relative;
z-index: 1;
height: 400px !important;
}

.breadcumb-content {
position: absolute !important;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 10;
background: rgba(72, 52, 212, 0.95);
background: -webkit-linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
background: -webkit-linear-gradient(left, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
}

.breadcumb--con {
padding-top: 90px;
}

.breadcrumb {
padding: 0;
margin-bottom: 0;
list-style: none;
background-color: transparent;
border-radius: 0;
}

.breadcumb--con .title {
font-size: 42px;
margin-bottom: 15px;
margin-left: 0;
}

.breadcrumb-item,
.breadcrumb-item.active,
.breadcrumb-item > a {
font-size: 13px;
text-transform: uppercase;
color: #fff;
}

.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}

.page-link {
color: #fff;
background-color: transparent;
border: 1px solid rgba(255, 255, 255, 0.05);
margin: 0 2px;
}

/* ##### Sidebar CSS ##### */

.search-widget-area form {
position: relative;
z-index: 1;
}

.search-widget-area form input {
width: 100%;
height: 45px;
border: 2px solid rgba(255, 255, 255, 0.2);
background-color: transparent;
padding: 0 15px;
color: #fff;
font-size: 12px;
border-radius: 30px;
}

.search-widget-area form button {
width: 60px;
height: 45px;
background-color: transparent;
padding: 0 15px;
color: #fff;
font-size: 14px;
border-radius: 30px;
position: absolute;
top: 0;
right: 0;
z-index: 100;
}

.widget-title h5 {
margin-bottom: 30px;
font-size: 18px;
text-transform: capitalize;
border-bottom: 1px solid #fff;
padding: 0 0 5px 0;
}

.dont-miss-post-content > a {
font-size: 16px;
color: #fff;
display: block;
margin-top: 15px;
}

.dont-miss-post-content > span {
font-size: 12px;
color: #fff;
display: block;
text-transform: uppercase;
}

.subscribe-form input {
width: 100%;
height: 45px;
border-radius: 45px;
border: none;
padding: 0 20px;
font-size: 12px;
font-style: italic;
color: #fff;
margin-bottom: 15px;
background-color: rgba(255, 255, 255, 0.1);
}

.subscribe-form button {
width: 100%;
height: 45px;
border-radius: 45px;
border: none;
font-size: 12px;
padding: 0;
text-transform: uppercase;
color: #fff;
margin-bottom: 15px;
background-color: rgba(255, 255, 255, 0.2);
cursor: pointer;
}

/* ##### Timeline CSS ##### */

.timelineBox {
width: 100%;
height: auto;
overflow: hidden;
border-radius: 2px;
}

.timelineHeader {
padding: 32px;
padding: 32px;
padding: 2rem;
background: #e91e63;
position: relative;
z-index: 3;
}

.timelineHeader h3 {
font-size: 32px;
font-size: 32px;
font-size: 2rem;
margin: 0;
}

.timelineHeader h3 + span {
font-size: 19.2px;
font-size: 19.2px;
font-size: 1.2rem;
color: #fff;
}

.timelineBody {
max-height: 480px;
overflow-x: hidden;
overflow-y: auto;
}

.timelineBody .timeline {
padding: 2em;
margin: 0;
list-style: none;
position: relative;
z-index: 2;
}

.timelineBody .timeline li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding: 1em 0;
position: relative;
}
.timelineBody .timeline li:before{
position: absolute;
content: '';
left: 7px;
top: 0;
width: 1px;
height: 100%;
background: #25cbd3
}

.timelineBody .timeline li:last-child {
margin-bottom: 0;
}

.timelineBody .timeline .timelineDot {
height: 15px;
width: 15px;
background: #fff;
border-radius: 2rem;
-webkit-box-flex: 0;
-ms-flex: 0 0 15px;
flex: 0 0 15px;
margin-right: auto;
margin-top: 6px;
box-shadow: 0 0 8px #56cb5f;
}

.timelineBody .timeline .timelineDot:after {
content: '';
position: absolute;
top: 25px;
left: 3px;
height: 9px;
width: 9px;
background: #25cbd3;
border-radius: 50%;
}

.timelineBody .timeline .timelineDate {
font-size: 14px;
-webkit-box-flex: 0;
-ms-flex: 0 0 80px;
flex: 0 0 80px;
padding: 0;
}

.timelineBody .timeline .timelineDate p {
color: #25cbd3;
}

.timelineBody .timeline .timelineWork {
font-size: 16px;
margin-left: auto;
-webkit-box-flex: 0;
-ms-flex: 0 0 65%;
flex: 0 0 65%;
}

.timelineBody .timeline .timelineWork h6 {
color: #fff;
}

.timelineBody .timeline .timelineWork span {
display: block;
color: #bdbdbd;
font-size: 13px;
}
/*
* ----------------------------------------------------------------------------------------
* START counter-down STYLE
* ----------------------------------------------------------------------------------------
*/
.ico-counter{
background-image: linear-gradient(to right, #21d397 0%, #7450fe 100%);
padding: 40px;
border-radius: 20px
}

@media (max-width: 767px) {
.ico-counter{
margin-top: 30px;
}
}
.counter-down{
position: relative;
}
.conuter-header{
overflow: hidden;
position: relative;
}

.timer-body-block{
display: flex
}
.count-down .table-cell {
position: relative;
width: 25%
}
.count-down .tab-val {
width: 90%;
font-size: 30px;
font-weight: 500;
height: 75px;
line-height: 75px;
margin: 0 auto;
background-color: #190345;
color: #ffffff;
}
.count-down .tab-metr {
margin-top: 15px;
font-size: 16px;
color: #ffffff;
}

.conuter-header h3{
font-weight: 600;
font-size: 24px;
color: #fff
}
.conuter-header h4{
font-size: 18px;
text-transform: uppercase;
}
.counterdown-content{
padding: 30px 0 0;

}
.clock-wrapper{
position: relative;
background: #fff;
padding: 30px 0 15px 9px;
border-radius: 14px;
overflow: hidden;
border: 1px solid
}
.dollar-earning{
font-size: 24px;
font-weight: 600;
padding-left: 10px;
color: #fff;
}
.btc-earning{
font-size: 24px;
font-weight: 600;
padding-right: 45px;
color: #fff;
position: relative;
}
.ico-sales-status{
overflow: hidden;
}
.ico-sales-status p{
font-size: 12px;
margin-bottom: 0;
color: rgba(255, 255, 255, 0.62)
}
.btc-earning span{
font-size: 13px;
font-weight: bold;
position: absolute;
right: 10px;
top: 6px;
}

.ico-progress {
margin: 20px 10px;
}
.ico-progress ul{
margin-bottom: 5px
}
.ico-progress li {
font-size: 18px;
font-weight: 400;
}
.ico-progress li.title {
float: left;
padding-left: 30px;
font-weight: 500;
color: #fff
}
.ico-progress li.strength {
float: right;
font-weight: 500;
color: #fff
}
.ico-progress .current-progress {
width: 100%;
height: 16px;
position: relative;
background: rgba(191, 191, 191, .6);
border-radius: 7px
}
.ico-progress .current-progress:before{
content: '';
position: absolute;
width: 1px;
height: 26px;
bottom: -5px;
left: 12%;
background: #fff
}

.current-progress .progress-bar{
border-radius: 7px;
height: 100%;
background: linear-gradient(to right, #4834d4, #341f97)
}
.ico-progress span {
color: #370779;
font-size: 12px;
font-weight: 700;
padding-top: 7px;
display: inline-block;
}
.doc-element{
background-color: #1d025c;
border-radius: 4px;
border-bottom: 2px solid #25cbd3;
position: relative;
transition: .5s;
cursor: pointer;
padding: 20px;
margin-top: 20px;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.doc-element:before {
content: "";
display: block;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 30px;
transition: .3s;
right: 15px;
width: 27px;
height: 34px;
background: url(../img/svg/pdf.svg) 50% no-repeat;
background-size: contain;
}
.doc-element:after {
content: "";
display: block;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 30px;
transition: .3s;
right: 15px;
width: 27px;
height: 30px;
background: url(../img/svg/view.svg) 50% no-repeat;
background-size: contain;
opacity: 0;
}
.doc-element .document-entry .title {
font-size: 14px;
color: #fff;
line-height: 1.35;
}
.doc-element:hover {
background-color: #25cbd3;
}
.doc-element:hover:after {
opacity: 1;
}
/* ##### Accordians CSS ##### */

.dream-faq-area dl {
width: 100%;
}

.dream-faq-area dt {
cursor: pointer;
padding: 15px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
margin-bottom: 0;
color: #fff;
font-weight: 500;
}

.dream-faq-area dt:first-child {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dream-faq-area dd {
margin: 0;
padding: 15px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* ##### Button Effects ##### */

.ripple {
position: absolute;
height: .25em;
width: .25em;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
z-index: -1;
border-radius: 50%;
background: rgba(255, 255, 255, 0.2);
-webkit-transform-origin: center 50%;
transform-origin: center 50%;
-webkit-transition: opacity 1.6s;
transition: opacity 1.6s;
-webkit-animation: ripple 1.6s;
animation: ripple 1.6s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}

.ripple-active {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@-webkit-keyframes ripple {
0% {
-webkit-transform: scale3d(0, 0, 0);
transform: scale3d(0, 0, 0);
}
100% {
-webkit-transform: scale3d(50, 50, 50);
transform: scale3d(50, 50, 50);
}
}

@keyframes ripple {
0% {
-webkit-transform: scale3d(0, 0, 0);
transform: scale3d(0, 0, 0);
}
100% {
-webkit-transform: scale3d(50, 50, 50);
transform: scale3d(50, 50, 50);
}
}

/* ##### Animated Headline CSS ##### */

.cd-intro.default-title > h2 {
font-size: 50px;
}

.cd-headline.clip b,
.cd-words-wrapper b {
font-weight: 500;
}

.cd-headline {
font-weight: 500;
}

/* ##### particless CSS ##### */

#particles-js {
height: 900px;
width: 100%;
position: relative;
z-index: 1;
}

#particles-js canvas.particles-js-canvas-el {
position: absolute !important;
top: 0 !important;
left: 0 !important;
}

/* ##### Snow Version CSS ##### */

.snow-content-text {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 2;
}

@media only screen and (max-width: 991px) and (min-width: 768px){
.welcome_area.ico{
height: 1200px !important
}

}
@media only screen and (max-width: 991px)
{
.has-down:hover > ul {
display: block !important;
position: inherit !important;
transform: translate(10px, 0px) !important;
top: 0px !important;
will-change: transform;
}
.client-card.nnn{
padding: 10px;
width:100%;
}
}
/* ##### Slider Area CSS ##### */

.welcome_area .welcome_slides .owl-prev,
.welcome_area .welcome_slides .owl-next {
color: #fff;
font-size: 24px;
left: -100px;
margin-top: -44px;
position: absolute;
text-align: center;
top: calc(50% + 90px);
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
z-index: 99;
}

.welcome_area .welcome_slides .owl-next {
right: -100px;
left: auto;
}

.welcome_area .welcome_slides:hover .owl-next {
right: 30px;
}

.welcome_area .welcome_slides:hover .owl-prev {
left: 30px;
}

/* ##### Flying Bird CSS ##### */

.bird {
background-size: cover;
width: 352px;
height: 500px;
-webkit-animation: fly-cycle 1s -0.5s steps(10) infinite;
animation: fly-cycle 1s -0.5s steps(10) infinite;
}

@-webkit-keyframes fly-cycle {
100% {
background-position: -3600px 0;
}
}

@keyframes fly-cycle {
100% {
background-position: -3600px 0;
}
}

.bird {
position: absolute;
top: 23%;
left: 10%;
z-index: -1;
}

/* ##### Subscribe form area CSS ##### */

.welcome-content .subscribe-email {
width: 70%;
height: 55px;
border: none;
padding: 0 25px;
border-radius: 8px;
font-size: 12px;
font-style: italic;
}

/* ##### Light Version CSS ##### */

body.light-version {
background: #fff !important;
}

.light-version p {
color: #888;
}

.light-version h1,
.light-version h2,
.light-version h3,
.light-version h4,
.light-version h5,
.light-version h6,
.light-version .growing-company p .counter,
.light-version .service_single_content .service_icon i,
.light-version .service_single_content1 .service_icon i,
.light-version .portfolio-menu button,
.light-version .post-meta p a,
.light-version .group label,
.light-version input:focus ~ label,
.light-version textarea:focus ~ label,
.light-version input:valid ~ label,
.light-version textarea:valid ~ label,
.light-version .copywrite_text > p > a {
color: #222;
}

.light-version .dream-faq-area dt {
color: #222;
border-bottom: 1px solid #f2f4f8;
}

.light-version .dream-faq-area dt:first-child {
border-top: 1px solid #f2f4f8;
}

.light-version .timelineBox {
background: #f2f4f8;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.light-version .single-mission h6,
.light-version .single-mission p,
.light-version .welcome-content h2,
.light-version .welcome-content p,
.light-version .cool_fact_detail h3,
.light-version .cool_fact_detail h2,
.light-version .cta-content h2,
.light-version .cta-content p {
color: #fff;
}

.light-version .portfolio-menu button.active {
color: #222;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.light-version .single-team-member:after {
position: absolute;
width: 80%;
height: 100%;
top: 0;
left: 0;
background-color: #f2f4f8;
content: "";
z-index: -5;
}

.light-version .footer-social-info a i,
.light-version #scrollUp {
color: #000;
}

.light-version #scrollUp:before {
position: absolute;
width: 30%;
height: 2px;
background-color: #000;
content: "";
top: 10px;
right: 100%;
z-index: -200 !important;
}

.light-version .group input,
.light-version .group textarea {
color: #222 !important;
border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.light-version .group input:focus ~ .bar:before,
.light-version .group textarea:focus ~ .bar:before,
.light-version .group input:focus ~ .bar:after,
.light-version .group textarea:focus ~ .bar:after {
background-color: #222;
}

.light-version .client_slides .owl-dot {
color: #222;
background-color: transparent;
}

.light-version .client_slides .owl-dot.active {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}


/* demo page */
.demo-item {
-webkit-box-shadow: 0 2px 28px rgba(0,0,0,.1);
box-shadow: 0 2px 28px rgba(0,0,0,.1);
transition: all .3s ease-in;
overflow: hidden;
background: #fff;
margin-bottom: 30px
}
@media (min-width: 1200px){
.demo .container {
max-width: 1280px;
}
}
.demo-item:hover{
-webkit-box-shadow: 0 1px 28px rgba(255,152,0,.66);
box-shadow: 0 1px 28px rgba(255,152,0,.66);
transform: translate(0,-9px);
-webkit-transform: translate(0,-9px);
}

.preview-link{text-align: center;}
.preview-demo{
position: relative;
display: inline-block;
padding: 20px 30px;
width: 100%;
font-weight: 700;
color: #673AB7;
text-transform: uppercase;
border: 1px solid #673AB7;
}
.preview-demo i{
margin-left: 10px
}
.preview-demo:hover{
color: #333
}
.has-down:hover > ul{
display:block;
position: absolute; transform: translate3d(594px, 5px, 0px); top: 47px; left: 0px; will-change: transform;
}
.fa-envelope:before {
font-size: 20px !important;
}


.wrapper {
width: 100%;

position: absolute;
background: linear-gradient(45deg,#F17C58, #E94584, #24AADB , #27DBB1,#FFDC18, #FF3706);
background-size: 600% 100%;
animation: gradient 16s linear infinite;
animation-direction: alternate;
}
@keyframes gradient {
0% {background-position: 0%}
100% {background-position: 100%}
}

/*edit by diya */
@media (min-width: 1200px){
.container{
    max-width:1341px;
}
}

#nav > li:nth-child(7):hover > ul{
    
    display: block ;
    position: absolute;
    transform: translate3d(994px, 42px, 0px) !important;
    top: 47px;
    left: 0px;
    will-change: transform !important;
}


#whatsapp-widget .ww-text {
    border-radius: 8px;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    word-break: break-word;
    background: #fff;
    padding: 1rem;
    position: relative;
    -webkit-box-shadow: 2px 2px 15px 2px rgb(0 0 0 / 17%);
    box-shadow: 2px 2px 15px 2px rgb(0 0 0 / 17%);
    opacity: 0;
    -webkit-animation: slide 1s;
    animation: slide 1s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin-bottom: 15px;
    z-index: 100;
    color: black !important;
}