/* --------------------------
:: Template Name: Colorlib App - App Landing Page 
:: Template Author: Colorlib
:: Template Author URI: https://colorlib.com/
:: Description: Colorlib is a One Page based App Landing Template. It's very clean, creative & beautiful. It's super     responsive & ultra light.
:: Tags: Colorlib, App Landing, Apps, Responsive App Landing, Bootstrap 4, Free Theme, Free HTML Template, HTML5 Template etc.
:: Version: v1.0
:: Created: 11/03/2017
-------------------------- */

/* --- [Master Stylesheet] ----
:: 1.0 Base CSS Start
:: 2.0 Header Area CSS
:: 3.0 Wellcome Area CSS
:: 4.0 Special Area CSS
:: 5.0 Features Area CSS
:: 6.0 Video Area CSS
:: 7.0 Cool Facts Area CSS
:: 8.0 Screenshots Area CSS
:: 9.0 Pricing Plan Area CSS
:: 10.0 Testimonials Area CSS
:: 11.0 CTA Area CSS Start
:: 12.0 Team Area CSS Start
:: 13.0 Contact Area CSS Start
:: 14.0 Footer Area CSS Start
-------------------------- */

@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,700|Montserrat:400,500,700');
@import 'css/bootstrap.min.css';
@import 'css/animate.css';
@import 'css/magnific-popup.css';
@import 'css/owl.carousel.min.css';
@import 'css/slick.css';
@import 'css/font-awesome.min.css';
@import 'css/themify-icons.css';
@import 'css/ionicons.min.css';

/* --------------------------
:: 1.0 Base CSS Start
-------------------------- */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Gilroy-Regular', sans-serif;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
}

.section_padding_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section_padding_100_50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section_padding_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section_padding_50_20 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.section_padding_150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section_padding_200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.section_padding_0_100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section_padding_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section_padding_0_50 {
    padding-top: 0;
    padding-bottom: 50px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.mt-15 {
    margin-top: 15px;
}

.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-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

#scrollUp {
    bottom: 0;
    font-size: 24px;
    right: 30px;
    width: 50px;
    background-color: #00beef;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

li {
    list-style: none;
}

p {
    color: #5b5b5b;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
}

.heading-text > p {
    font-size: 16px;
}

.line-shape {
    margin-left: calc(50% - 40px);
}

.table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

#preloader {
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.colorlib-load {
    -webkit-animation: 2000ms linear 0s normal none infinite running colorlib-load;
    animation: 2000ms linear 0s normal none infinite running colorlib-load;
    background: transparent none repeat scroll 0 0;
    border-color: #cdcdcd #595959 #00beef;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 40px;
    left: calc(50% - 20px);
    position: relative;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 9;
}

@-webkit-keyframes colorlib-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes colorlib-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* --------------------------
:: 2.0 Header Area CSS
-------------------------- */

.header_area {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
    padding: 0 4%;
}

.menu_area .navbar-brand {
    font-size: 48px;
    font-weight: 300;
    color: #5b5b5b;
    margin: 0;
    line-height: 1;
    padding: 0;
}

.navbar-brand .lightblue{
    color: #00beef;
    font-weight: 700;
}


.menu_area .navbar-brand:hover,
.menu_area .navbar-brand:focus {
    color: #cdcdcd;
}


.menu_area {
    position: relative;
    z-index: 2;
}



/* --------------------------
:: 3.0 Wellcome Area CSS
-------------------------- */

.welcome-area {
    height: 815px;
    position: relative;
    z-index: 1;
    background-position: bottom right;
    background-size: auto;
    background-repeat: no-repeat;
}

@media (min-width:768px) {
    .welcome-area{
        background-image: url(img/bg-img/Hd-background-1440.svg);
    }
}

@media (max-width:768px) {
    .welcome-area{
        margin-top: 72px;
        background-image: url(img/bg-img/Hd-background-mb.svg);
        background-size: cover;
        height:unset;
    }
}

@media (min-width:1441px) {
    .welcome-area{
        background-image: url(img/bg-img/Hd-background-1920.svg);
    }
}

.welcome-area:after {
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #fff;
    content: '';
    bottom: 0;
    z-index: 2;
}

.welcome-thumb {
    width: 45%;
    position: absolute;
    bottom: -130px;
    right: 85px;
    z-index: 9;
}

.welcome-thumb img {
    height: auto;
    width: 100%;
}

.wellcome-heading > h2 {
    font-size: 100px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    z-index: 3;
}

@media (max-width:768px) {
    .get-start-area {
        /* display: none; */
        margin-bottom: 24px;
    }
}

.get-start-area .email:focus {
    border: none;
    outline-offset: transparent !important;
    border-radius: 30px;
}

.get-start-area .submit {
    background-color: #00beef;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border: none;
    height: 50px;
    min-width: 167px;
    line-height: 46px;
    text-align: center;
    border-radius: 24px;
    margin-left: 10px;
}

.get-start-area .submit:hover {
    background: #6f52e5;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.wellcome-heading > p {
    color: #fff;
}

.wellcome-heading > h3 {
    font-size: 332px;
    position: absolute;
    top: -134px;
    font-weight: 900;
    left: -12px;
    z-index: -1;
    color: #fff;
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.wellcome-heading {
    margin-bottom: 100px;
}

/* --------------------------
:: 5.0 Features Area CSS
-------------------------- */

.single-feature {
    margin-bottom: 50px;
}

.single-feature > p {
    margin-bottom: 0;
}

.single-feature > h5 {
    font-size: 22px;
    color: #5b32b4;
}

.single-feature > p {
    margin-top: 15px;
}

/* --------------------------
:: 7.0 Cool Facts Area CSS
-------------------------- */

.cool_facts_area {
    position: relative;
    z-index: auto;
    /* background: #a865e1;
    background: -webkit-linear-gradient(to left, #7873ed, #a865e1);
    background: -webkit-linear-gradient(right, #7873ed, #a865e1);
    background: -webkit-gradient(linear, right top, left top, from(#7873ed), to(#a865e1));
    background: -o-linear-gradient(right, #7873ed, #a865e1);
    background: linear-gradient(to left, #7873ed, #a865e1); */
    background-image: url(img/bg-img/counter-background-dt.svg);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 180px 0 160px 0;
    /* top: -100px; */
}

@media (max-width:768px) {
    .cool_facts_area {
        background-image: url(img/bg-img/counter-background-mb.svg);
        background-size: cover;
    }
}

.cool_facts_area:after {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    content: ''
}

.cool-facts-content > i {
    color: #ffffff;
    font-size: 36px;
}

.counter-area {
    min-width: 100px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.counter-area > h3 {
    color: #ffffff;
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1; 
    font-family: 'Gilroy-Thin';
}

.cool-facts-content > p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
    font-family: 'Gilroy-Medium';
}

.single-cool-fact {
    margin-bottom: 84px;
}

.awesome-feature-area .line-shape-grey {
    margin-bottom: 24px;
}

/* --------------------------
:: 13.0 Contact Area CSS Start
-------------------------- */

.address-text > p,
.phone-text > p,
.email-text > p {
    font-size: 18px;
    margin-bottom: 10px;
}

.address-text > p > span,
.phone-text > p > span,
.email-text > p > span {
    color: #5b32b4;
}

.footer-contact-area .line-shape {
    margin-left: 0;
}

.footer-contact-area .heading-text > p {
    margin-top: 50px;
}

.footer-contact-area .heading-text {
    margin-bottom: 50px;
}

#name {
    font-size: 18px;
    padding: 15px 15px;
    border-radius: 25px;
}

#email {
    font-size: 18px;
    padding: 15px 15px;
    border-radius: 25px;
}

#message {
    border-radius: 25px;
}


.footer-contact-area {
    background: #f5f9fc;
}

.footer-text > p {
    margin-bottom: 50px;
}

.contact-area .form-control {
    color:#ffffff;
}

/* --------------------------
:: 14.0 Footer Area CSS Start
-------------------------- */

.footer-text > h2 {
    color: #00beef;
    font-size: 72px;
    font-weight: 700;
}

.footer-social-icon > a > i {
    background: #9b69e4;
    font-size: 14px;
    color: #ffffff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-weight: 500;
    border-radius: 10px 10px 10px 0px;
    margin-right: 10px;
}

.footer-social-icon > a > i:hover {
    background: #fb397d;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.social-icon {
    margin-bottom: 30px;
}

.footer-text {
    margin-bottom: 15px;
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li a {
    border-right: 2px solid #726a84;
    display: block;
    padding: 0 7.5px;
    color: #726a84;
}

.footer-menu ul li:last-child a {
    border-right: 0 solid #ddd;
}

.footer-social-icon {
    margin-bottom: 30px;
}

.footer-menu {
    margin-top:16px;
    margin-bottom: 16px;
}

.copyright-text > p {
    margin-bottom: 0;
}

/* new css*/
.hero-text {
	height: 280px;
	width: 500px;
	color: #5B5B5B;
	font-family: Gilroy-Light;
	font-size: 38px;
    line-height: 56px;
    margin-bottom: 42px;
}

@media (max-width:768px) {
    .hero-text{
        margin-top:48px;
        height: 200px;
        font-size: 28px;
        line-height: 36px;
        text-align: center;
        width:unset;
    }
}

.phone-img {
	height: 594px;
	/* width: 288px; */
	}
/* .sing-up-button {
    text-align: right;
} */

.sing-up-button > a {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #ffffff;
    height: 36px;
    min-width: 98px;
    line-height: 36px;
    text-align: center;
    border-radius: 18px;
    font-family: Gilroy-Regular;
}

.sing-up-button > a:hover {
    background: #ffffff;
    color: #fff;
    border-color: transparent;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

/* --------------------------
:: 4.0 Special Area CSS
-------------------------- */

.single-icon > i {
    font-size: 36px;
    color: #00BAEA;
}

.single-special > h4 {
    font-size: 22px;
    color: #ffffff;
}

.single-icon {
    margin-bottom: 25px;
}

.single-special > h4 {
    font-size: 22px;
    color: #00beef;
    margin-bottom: 15px;
    font-family: Gilroy-Medium;
    font-size: 26px;
}

.single-special {
    border: 1px solid #eff2f6;
    padding: 40px;
    height: 300px;
    border-radius: 40px;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms; 
    margin: 0px 32px 32px 32px; 
}

.special_description_content > h2 {
    color: #00BAEA;
    font-size: 48px;
    margin-bottom: 30px;
}

.single-special:hover {
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
            box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
}

.single-special p {
    margin-bottom: 0;
    font-family: Gilroy-Regular;
    font-size: 16px;
}


/* stcicky css */

.header_area.sticky {
    background-color: #00beef;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    height: 70px;
    position: fixed;
    top: 0;
    z-index: 99;
}

.header_area.sticky .menu_area .navbar-brand {
    font-size: 50px;
}

.header_area.sticky .menu_area #nav .nav-link {
    padding: 23px 15px;
}

.nav-link:hover {
    text-decoration: underline;
}
.header_area.sticky .navbar {
    padding: 0;
}

.form-control::-webkit-input-placeholder {
    /* color: #cec1f4; */
     opacity: 1; 
}

.form-control:-ms-input-placeholder {
    /* color: #cec1f4; */
    opacity: 1; 
}

.form-control::-ms-input-placeholder {
    /* color: #cec1f4; */
    opacity: 1; 
}

.form-control::placeholder {
    /* color: #cec1f4; */
    opacity: 1;
}

.menu_area #nav .nav-link {
    display: block;
    border-radius: 30px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 35px 15px;

    color: #FFFFFF;
	font-family: Gilroy-Regular;
    font-size: 18px;
    font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 22px;
	text-align: center;
}

.our-clients {
	height: 48px;
	color: #00BEEF;
	font-family: Gilroy-Bold;
    /* line-height: 59px; */
    margin-bottom: 20px;
}

.our-technology {
	/*height: 114px;*/
    color: #5B5B5B;
    font-size: 26px;
	font-family: Gilroy-Regular;
    /* line-height: 59px; 
    margin-top: 100px;*/
}

.section-heading > h2 {
    font-size: 48px;
    /* margin: 0; */
}


.bring-together-area .section-heading {
    margin-bottom: 60px;
    /* margin-top: 600px; */
}

@media (max-width:768px) {
    .bring-together-area .section-heading {
        margin-top: 0px!important;
        margin-bottom: 0px!important;
    }
    .bring-together-area .our-technology {
        margin-top: 12px;
        height: unset;
    }
}

@media (max-width:768px) {
    .bring-together-area .tech-text-dt {
        display:none;
    }
}

@media (max-width:768px) {
    .bring-together-area .tech-text-mb {
        display:block;
        
    }
    .bring-together-area .our-technology {
        font-size: 22px;
    }
}

@media (min-width:769px) {
    .bring-together-area .tech-text-mb {
        display:none;
    }
}

.news {
	/* height: 52px; */
	color: #5B5B5B;
	font-family: Gilroy-Regular;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}

.awesome-feature-area .owl-dot {
    height: 5px;
    width: 120px;
    background-color: transparent;
    /*border-top: 1px solid #cdcdcd;
    border-radius: 2px; */
    display: inline-block;
    margin: 0;/* 6px;*/
    margin-top: 0px;
}

.awesome-feature-area .owl-dot.active {
    background-color: #00beef;
    height: 4px;
    border: transparent;
}

.awesome-feature-area .owl-dots {
    height: 100%;
    width: 100%;
    /* text-align: center; */
    top: -40px;
    left:0px;
    position: absolute;
}

@media (max-width:530px) {
    .awesome-feature-area .owl-dots {
        display: none;
    }
    .awesome-feature-area .line-shape-grey {
        margin-top:12px;
    }
}

/* Styling Pagination*/
.awesome-feature-area .owl-controls .owl-page span{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
  width: 100px;
  height: 5px;
  margin-left: 2px;
  margin-right: 2px;
  background: #eeeeee;
  border:none;
}

.app_screenshots_slides {
    padding: 0 6%;
    
}

.app_screenshots_slides .single-shot {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    filter: grayscale(100%);
}

.app_screenshots_slides .center .single-shot {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    filter: grayscale(00%);
}

.btn-contact {
    background-color: #ffffff;
    border-radius: 25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 200px;
    height: 50px;
    position: relative;
}

@media (max-width:768px) {
    .btn-contact {
        margin: auto auto 60px auto;
    }
}

.btn-contact .btn-text{
    color: #5B5B5B;	
    font-family: Gilroy-Regular;	
    font-size: 16px;	
    letter-spacing: 1px;	
    line-height: 16px;
    width: 120px;
    margin-left: 20px;
}

.btn-contact .btn-icon{
    height: 47px;	
    width: 47px;
    background-image: url(img/bg-img/ContactUs.svg);
    /* background-color: #00BEEF; */
    border-radius: 50%;
    position: absolute;
    right: 2px;
}

.line-shape-grey {
    border-top: solid 1px #cdcdcd;
    border-bottom: solid 1px #cdcdcd;
}

.free-trial-heading {
    color: #5B5B5B;	
    font-family: Gilroy-Regular;	
    font-size: 26px;
    margin: 32px 0px 16px 0px;
}

.free-trial-text {
    color: #5B5B5B;	
    font-family: Gilroy-Regular;	
    font-size: 20px;
}

.contact-area {
    background-image: url(img/bg-img/map-background-dt.png);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}

.contact-area p {
    color: #ffffff;	
    font-family: Gilroy-Regular;	
    font-size: 24px;
}

.form-control {
    background-color: transparent!important;
    border: unset;
    border-radius: unset!important;
    border-bottom: solid 2px #00beef;
}

.btn.submit-btn {
    background: #ffffff;
    height: 48px;
    min-width: 185px;
    color: #000000;
    font-weight: 500;
    border-radius: 25px;
}

.btn.submit-btn:hover {
    background: #5B5B5B;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.privacy-area {
    background-image: url(img/bg-img/Hd-background-1920.svg);
    position: relative;
    z-index: 1;
    background-position: top right;
    background-size: auto;
    background-repeat: no-repeat;
}

@media(max-width:768px) {
    .privacy-area {
        background-image: none;
    }
}

.privacy-area .policy-text {
    margin-top: 96px;
    font-family: Gilroy-Regular;
}

.policy-text h3{
    font-family: Gilroy-Regular;
    color: #5b5b5b;
}

.policy-text li {
    list-style: unset;
    color: #5b5b5b;
    margin-left:20px;
}

.footer-data .col-md-2{
    font-family: Gilroy-Medium;
    color: #5b5b5b;
    border-left: solid 1px #cdcdcd;
    font-size:18px;
    margin:16px 0px 16px 0px;
}

.footer-brand {
    font-size: 48px;
    font-weight: 300;
    color: #5b5b5b;
    margin: 0;
    line-height: 1;
    padding: 0;
}

.footer-brand .lightblue{
    color: #00beef;
    font-weight: 700;
}


.footer-brand:hover,
.footer-brand:focus {
    color: #cdcdcd;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(img/core-img/burger-icon.svg);
}

.navbar-light .navbar-toggler {
    border:none;
}
 
.ipad-surface {
    max-width:100%;
    /* height:680px; */
}

@media (max-width:768px) {
    .ipad-surface {
        max-width:100%;
        height:unset;
    }
}