/*
	Theme Name: FLOWBUSINESS Theme
	Theme URI: https://flowbusiness.com.mx/
	Description: Diseño exclusivo para FLOWBUSINESS
	Version: 1.0.0
	Author: Lionzeven (@lionzeven)
	Author URI: https://www.lionzeven.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
*{
    margin: 0;
    padding: 0;
}
ul{ list-style: none;}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 1px;
	color: #696969;
	color: #747D8C;
    background-color: #070707;
    background-color: #FFFFFF;
/*    overflow-x: hidden;*/
}
h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.h100{ height: 100%;}
.hide{ display: none;}

/*------------------------------------*\
    EXPANSION DE CONTENEDORES
\*------------------------------------*/
.m20{ margin: 20px 0;}

.p20{ padding: 20px 0;}
.p40{ padding: 40px 0;}
.p60{ padding: 60px 0;}
.p80{ padding: 80px 0;}
.p120{ padding: 120px 0;}
.p160{ padding: 160px 0;}
.p180{ padding: 180px 0;}
.p200{ padding: 180px 0;}

.pt40{ padding-top: 40px;}
.pt60{ padding-top: 60px;}
.pt80{ padding-top: 80px;}
.pt100{ padding-top: 100px;}
.pt120{ padding-top: 120px;}
.pt150{ padding-top: 150px;}

.pb20{ padding-bottom: 20px;}
.pb40{ padding-bottom: 40px;}
.pb60{ padding-bottom: 60px;}
.pb80{ padding-bottom: 80px;}
.pb100{ padding-bottom: 100px;}
.pb120{ padding-bottom: 120px;}


/*------------------------------------*\
    ANCHO DE ELEMENTOS
\*------------------------------------*/

.c30{ width: 30%; margin: 0 35%;}
.c40{ width: 40%; margin: 0 30%;}
.c50{ width: 50%; margin: 0 25%;}
.c60{ width: 60%; margin: 0 20%;}
.c70{ width: 70%; margin: 0 15%;}
.c80{ 
    width: 80%;
    max-width: 1920px;
    margin: 0 auto;
}
.c90{ width: 90%; margin: 0 5%;}

.w30{ width: 30%;}
.w40{ width: 40%;}
.w50{ width: 50%;}
.w60{ width: 60%;}
.w70{ width: 70%;}
.w80{ width: 80%;}
.w100{ width: 100%;}

/*------------------------------------*\
    BACKGROUNDS
\*------------------------------------*/
.bg_00{ background-color: #000000;}
.bg_01{ background-color: #DFDFDF;}
.bg_02{ background-color: #00B7FF;}
.bg_03{ background-color: #FFFFFF;}
.bg_04{ background-color: #070707;}
.bg_05{ background-color: #18191D;}

.bg-01{
    background-color: #070707;
    background-color: #FFFFFF;
}

/*------------------------------------*\
    FLEX
\*------------------------------------*/

.flex{ 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;
}
.flex-column{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}
.flex-wrap{ 
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
}
.flex-between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.flex-around{
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
}
.flex-center{ 
    -webkit-box-align: center; 
        -ms-flex-align: center; 
    -webkit-align-items: center; 
            align-items: center;
}
.flex-middle{
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.flex-half{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.flex-end{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
}
.flex-start{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.flex-bottom{ 
    -webkit-align-items: flex-end;
           -webkit-box-align: end;
              -ms-flex-align: end;
            align-items: flex-end;
}

/*------------------------------------*\
    SECTION SITE
\*------------------------------------*/
.container{
    width: 100%;
    transition: transform 0.6s ease;
}
.container section{ display: block;}

.btn{
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1em;
    text-transform: uppercase;
    margin-top: 25px;
    padding: 20px 35px;
    border: 1px solid #696969;
    border: 1px solid #18DCFF;
    color: #FFFFFF;
}
.btn:hover{
    color: #FFFFFF;
    border: 1px solid #252525;
/*    background: linear-gradient(47deg, #18DCFF 0%, #0A59FF 100%);*/
    background: linear-gradient(90deg,#c04299,#ee587b,#ff9671);
    background: linear-gradient(90deg,#BAEC0C,#15EDED,#01C2FF);
    transition: all 0.4s ease !important;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(7, 7, 7, 0.7);
    z-index: 9999;
}
header.fixed-top{
    background-color: rgba(255, 255, 255, 0.9);
    background-color: rgba(7, 7, 7, 0.7);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
}
.top-header{
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.top-header h1{
    width: 8vw;
}

/*------------------------------------*\
    TITLE
\*------------------------------------*/
.single-title h4{
    position: relative;
    width: 80%;
    font-size: 24px;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 40px;
    margin-left: 10%;
    margin-right: 10%;
    color: #FFFFFF;
    z-index: 1;
}
.single-title h4 span{
    clear: both;
    display: block;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.5em;
    background: linear-gradient(90deg,#c04299,#ee587b,#ff9671);
    background: linear-gradient(90deg,#AFF57A,#2CBFC7,#029CF5);
    background: linear-gradient(90deg,#BAEC0C,#15EDED,#01C2FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*------------------------------------*\
    MENU
\*------------------------------------*/
.sf-menu ul li{
    margin-right: 15px;
}
.sf-menu ul li:last-child{
    margin-right: 0;
}
.sf-menu ul li a{
    font-size: 14px;
    line-height: 1em;
    text-transform: uppercase;
    color: #747D8C;
    color: #FFFFFF;
}
.sf-menu ul li a:hover, .btn_active{
    color: #FFFFFF;
    color: #00B7FF !important;
}


/*------------------------------------*\
    HERO
\*------------------------------------*/
.hero{
    height: 100vh;
}
.bg-hero{
    background: url(../img/Hero/slide_01.webp) center center no-repeat;
    background-size: cover;
}
.hero-left{
    width: 50%;
}
.hero-right{
    width: 50%;
}
.hero-left h2{
    font-size: 2.5vw;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.25em;
    color: #FFFFFF;
}
.hero-left h2 span{
    clear: both;
    display: block;
    font-size: 3.5vw;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    background: linear-gradient(90deg,#c04299,#ee587b,#ff9671);
    background: linear-gradient(90deg,#AFF57A,#2CBFC7,#029CF5);
    background: linear-gradient(90deg,#BAEC0C,#15EDED,#01C2FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-left p{
    display: block;
    width: 80%;
    font-size: 1vw;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5em;
/*    text-transform: uppercase;*/
    margin-top: 25px;
    margin-bottom: 50px;
    color: #00B7FF;
    color: #FFFFFF;
}
.hero-left a{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 5px;
    padding: 20px 15px;
    margin-right: 25px;
    color: #1A1A1A;
    color: #FFFFFF;
    background-color: #00B7FF;
}

.hero-left a:last-child{
    font-weight: 300;
    margin-right: 0;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
/*    border: 2px solid #00B7FF;*/
    color: #00B7FF;
    color: #FFFFFF;
    background-color: transparent;
}

/*------------------------------------*\
    SERVICES
\*------------------------------------*/
.services-box{
    display: block;
    margin-top: -4.7vw;
}
.left-service{
    background: url(../img/Services/social_media.jpg) center center no-repeat;
    
}
.right-service{
    background: url(../img/Services/phone_card.png) center center no-repeat;
}
.left-service, .right-service{
    position: relative;
    background-size: cover;
}
.left-service img, .right-service img{
    width: 100%;
    height: 22.5vw;
}
.info-service-left{
    position: absolute;
    top: 50%;
    left: 5%;
    width: 50%;
    transform: translate(0 , -50%);
}
.info-service-left h2{
    font-size: 3vw;
    line-height: 1em;
    margin-bottom: 20px;
    color: transparent;
    color: #1A1A1A;
    color: #FFFFFF;
}
.info-service-left p{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
    color: #1A1A1A;
    color: #FFFFFF;
    color: #a4a7b1;
}
.info-service-left a{
    display: inline-flex;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 20px;
    padding: 15px 20px;
    color: #1A1A1A;
    color: #00B7FF;
    color: #FFFFFF;
    background-color: #00B7FF;
/*    background-color: #1A1A1A;*/
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.c80{
/*    background-color: blueviolet;*/
}
.about-container{
    width: 80%;
    
}
.about-left{
    width: 50%;
}
.img-animate{
    width: 100%;
    max-width: 40%;
    margin: 0 30%;
}
.about-right{
    width: 100%;
}
.phrase{
    display: block;
    width: 100%;
    font-size: 1.7vw;
    line-height: 1.5em;
    text-align: center !important;
    margin-bottom: 20px;
    color: #00B7FF;
}
.about-right p{
}
.about-right p strong{
    color: #a4b0be;
}


/*------------------------------------*\
    CLIENTS
\*------------------------------------*/
.clients-box{
    position: relative;
}
.client-01{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/clients/inclusive_01.jpg) center center no-repeat;
    background-size: cover;
    opacity: 0.7;
    z-index: -1;
}
.clients-single{
/*    background-color: blueviolet;*/
}
.clients-left{
    width: 68%;
}
.clients-left ul{
/*    padding: 50px 0;*/
    padding-bottom: 2vw;
}
.clients-left ul li{
    width: 25%;
}
.clients-left ul li img{
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
}
.clients-right{
    width: 30%;
    padding-top: 10vw;
    padding-bottom: 4vw;
}
.testimonial{
    position: relative;
    padding: 80px 40px;
    z-index: 2;
}
.testimonial::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #111215;
    z-index: -1;
}
.testimonial::after{
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    background: linear-gradient(90deg,#12c2e9,#c471ed,#f64f59);
    z-index: -4;
}
.testimonial h3{
    font-size: 14px;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #00B7FF;
}
.testimonial h3 strong{
    clear: both;
    display: block;
    font-size: 42px;
    font-weight: 500;
    line-height: 1em;
    color: #FFFFFF;
}
.testimonial p{
    font-size: 16px;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 1.75em;
}
.brand-project{
    margin-top: 40px;
}
.brand-project img{
    width: 60px;
    border-radius: 30px;
    margin-right: 20px;
}
.brand-project h3{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}
.brand-project h3 span{
    clear: both;
    display: block;
    font-size: 12px;
    font-weight: 200;
}
.bg-bottom{
    position: absolute;
    width: 100%;
    height: 120px;
    left: 0;
    bottom: 0;
    background-color: #18191D;
    z-index: -1;
}


/*------------------------------------*\
    TEAM
\*------------------------------------*/
.team-box{
    padding: 120px 0;
}
.team-box .c50{
    background-color: rgba(127, 255, 212, 0.2);
}
.team-left{
    width: 40%;
    padding: 7vw 0;
}
.team-right{
    width: 50%;
}
.img-team{
    position: relative;
}
.img-team{
    position: relative;
    top: 0;
    left: 50%;
    width: 12vw;
    transform: translate(-50%, 0);
}
.img-team img{
    border-radius: 50%;
}
.flag{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    transform: translate(20%, 40%);
}
.img-team::before{
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    content: "";
    width: 200%;
    height: 200%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, #007EFF 0%, rgba(7, 7, 7, 1) 70%);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(7, 7, 7, 1) 55%);
    z-index: -1;
}
.circles, .circles::before, .circles::after{
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.circles{
    width: 16vw;
    height: 16vw;
    border: 1px solid hsla(0, 0%, 100%, .12);
    border: 1px solid hsla(73, 90%, 49%, 0.4);
    border: 1px solid hsla(210, 100%, 50%, 0.4);
}
.circles::before{
    content: "";
    width: 20vw;
    height: 20vw;
    border: 1px solid hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(73, 90%, 49%, 0.2);
    border: 1px solid hsla(210, 100%, 50%, 0.2);
}
.circles::after{
    content: "";
    width: 24vw;
    height: 24vw;
    border: 1px solid hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(73, 90%, 49%, 0.1);
    border: 1px solid hsla(210, 100%, 50%, 0.1);
}
.info-single-team h2{
    font-weight: 500;
    font-size: 1.4vw;
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 1.25em;
    margin-bottom: 20px;
    color: #FFFFFF;
}
.info-single-team h3{
    font-weight: 200;
    font-size: 0.8vw;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.25em;
    text-transform: uppercase;
    margin-top: 40px;
}
.info-single-team h3 strong{
    font-weight: 300;
    font-size: 1vw;
    font-size: 18px;
}
.info-single-team h3 i{
    font-size: 1.2vw;
    line-height: 1.25em;
    margin-right: 10px;
}
.img-team a{
    position: relative;
    display: block;
    width: 130%;
    height: 130%;
    z-index: 9999;
}
.info-single-team h3 a{
    color: #747D8C;
    color: #BAEC0C;
}
.info-single-team h3 a strong, .info-single-team h3 a i{
    color: #FFFFFF;
}
#team-carousel.owl-carousel .owl-dots{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#team-carousel.owl-carousel .owl-dot{
    display: block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: rgba(116, 125, 140, 0.4) !important;
}
#team-carousel.owl-carousel .owl-dot.active{
    background-color: #007EFF !important;
}


/*------------------------------------*\
    SERVICES
\*------------------------------------*/
.phrase{
    display: block;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 1.6vw;
    font-weight: 400;
    line-height: 1em;
    text-align: left !important;
    margin-bottom: 20px;
    color: #00B7FF;
    color: #141515;
/*    color: #FFFFFF;*/
}
.phrase span{
    clear: both;
    display: block;
    font-size: 2.4vw;
    line-height: 1.25em;
    background: linear-gradient(90deg,#a163f7,#6f88fc,#45e3ff);
    background: linear-gradient(90deg,#c04299,#ee587b,#ff9671);
    background: linear-gradient(-45deg,#BAEC0C,#15EDED,#01C2FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.brand-services{
    position: relative;
    padding: 60px 0;
}
.brand-single-service{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-end;
    border: 1px solid #E7E9EE;
    border: 1px solid rgba(119, 125, 131, 0.4);
    border-radius: 5px;
    min-height: 30vw;
    padding: 35px 25px;
    background: #18191D;
    background: #FFFFFF;
/*    background-color: aquamarine;*/
}
.brand-single-data{
    width: 80%;
    font-size: 1vw;
    line-height: 1.75em;
    text-align: center;
    margin: 0 auto;
}
.brand-single-service img{
    width: 100%;
    max-width: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.brand-single-data h3{
    font-family: 'Poppins', sans-serif;
    font-size: 1.2vw;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    color: #FFFFFF;
    color: #1A1A1A;
}
.brand-single-data p{
    font-size: 1vw;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 20px;
}
.brand-single-data p strong{
    color: #1A1A1A;
}
.brand-single-service a{
    position: relative;
    left: 50%;
    display: block;
    width: 80%;
    font-size: 1.4vw;
    font-weight: 500;
    line-height: 1.25em;
    text-align: center;
    border-radius: 5px;
    padding: 10px 5px;
    transform: translate(-50%, 0);
    color: #1A1A1A;
    color: #FFFFFF;
    background: linear-gradient(-45deg,#15EDED,#029CF5,#1270E3);
}
.brand-single-service a span{
    clear: both;
    display: block;
    font-size: 14px;
}
.pixel-deco{
    position: absolute;
    bottom: 20px;
    right: 20px;
    
}
.pixel-deco span{
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #EEEEEE;
    background-color: #777D83;
    opacity: 1;
}
.pixel-deco span:first-of-type{
    top: -7px;
}
.pixel-deco span:last-of-type{
    left: -7px;
}

/*------------------------------------*\
    BLOG
\*------------------------------------*/
.item-blog{
    background: #18191D;
    background: rgb(17, 18, 21);
}

#blog .owl-nav .owl-prev{
    margin-right: 10px;
}
.blog-box a{
    display: inline-block;
    width: auto;
    text-align: center;
    margin-top: 20px;
    padding: 10px 20px;
    color: #00B7FF;
    background-color: #1A1A1A;
}
.blog-box a:hover{
/*    border: 1px solid #18DCFF;*/
    color: #FFFFFF;
}
.item-blog-left{
    width: 50%;
}
.news-img-01{
    background: url(../img/Blog/news_01.jpg) center center no-repeat;
    background-size: cover;
}
.item-blog-right{
    width: 50%;
    text-align: center;
}
.item-blog-right h2{
    font-size: 1.4vw;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #FFFFFF;
}
.item-blog-right p{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #a4a7b1;
}

.item-blog-right span:first-of-type{
    display: block;
    margin-bottom: 40px;
    color: #00B7FF;
    color: #FFFFFF;
}
.date-news p, .autor-news h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #00B7FF;
}
.autor-news{
    margin-left: 30px;
}
#blog .owl-nav{
    position: absolute;
    top: 0;
    right: 2%;
    display: none;
    flex-direction: row;
    transform: translate(0, -200%);
    z-index: 99999999;
}
#blog .owl-nav .owl-prev, #blog .owl-nav .owl-next{
    display: block;
    font-size: 32px;
    width: 60px;
    height: 60px;
/*    border: 1px solid #747D8C;*/
    background-color: #1A1A1A;
    color: #747D8C;
    color: #00B7FF;
}
#blog .owl-nav .owl-prev:hover, #blog .owl-nav .owl-next:hover{
    color: #18DCFF;
    color: #FFFFFF;
/*    border: 1px solid #18DCFF;*/
}

/*------------------------------------*\
    FORM CONTACT
\*------------------------------------*/
.form-contact .form-group{
    width: 32%;
}
.form-contact .form-area{
    width: 100%;
}
.form-contact .form-group input{
    width: 100%;
}
.form-contact input, .contact-form textarea{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.5em;
    padding: 15px 0;
    margin-bottom: 40px;
    border: 0;
    border-bottom: 1px solid hsla(0,0%,100%,.1);
    background: transparent;
    color: #FFFFFF;
}
.form-contact textarea{
    width: 100%;
    overflow: auto;
    resize: vertical;
    height: 7vw;
}
.form-contact input[type=submit]{
    position: relative;
    left: 50%;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    border-radius: 5px;
    padding: 15px 25px;
    transform: translate(-50%, 0);
    background: linear-gradient(45deg,#c04299,#ee587b,#ff9671);
    background: linear-gradient(-45deg,#15EDED,#029CF5,#1270E3);
    color: #FFFFFF;
}
.form-contact input[type=submit]:hover{
    background-color: #FFFFFF;
    color: #333333;
    color: #FFFFFF;
}
.input-form input:focus, .area-form:focus{
    outline: none;
}
.alert-error{
    background-color: #fed330;
    color: #FFFFFF;
    color: #1A1A1A;
}
.contact-message{
    display: block;
    text-align: center;
    margin-top: 25px;
    color: #FFFFFF;
}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/
footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: auto;
    z-index: 20;
}
footer ul li a{
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
    border: 1px solid #00B7FF;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}
footer ul li a:hover{
    background-color: #00B7FF;
    background-color: #1A1A1A;
    color: #1A1A1A;
    color: #FFFFFF;
}
.social-menu{
    display: inline-flex;
    padding: 20px;
    background-color: #00B7FF;
    background-color: #007EFF;
}

/*------------------------------------*\
    WHATS
\*------------------------------------*/
.outer-whats{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 12vw;
    height: 40vw;
    transform: rotate(-45deg) translate(-50%, 50%);
    border-radius: 6vw;
    outline: 2px dashed #FFFFFF;
    outline-offset: 18px;
    background-color: #25D366;
    background-color: rgba(37, 211, 102, 0.8);
    z-index: 999;
}
.whats-box{ transform: rotate(45deg);}
.whats-box a{
    position: relative;
    left: 75%;
    top: 0;
    display: block;
    width: 5vw;
    height: 5vw;
    font-size: 3vw;
    text-align: center;
    line-height: 5vw;
    border-radius: 2.5vw;
    color: #FFFFFF;
    transform: translate(-2.8vw , 2.8vw);
    background-color: #25D366;
/*    background-color: #f60;*/
    z-index: 9999;
}
.whats-box::before{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 6vw;
    height: 6vw;
    content: "";
    opacity: .3;
    border-radius: 3vw;
    transform: translate(-4%, -4%);
    background-color: #FFFFFF;
    z-index: -1;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/*-------------------------------------------------
1. Media Queries to Fix Responsive Layouts
	1.1 Resolution (For Large Seized Desktops 1600x900)
	1.2 Resolution (For Medium Seized Desktops 1440x900)
	1.3 Resolution (For Small Seized Desktops 1280x800)
	1.4 Resolution (For Large Tablets 1024x800)
	1.5 Resolution (For Small Tablets 768x800)
	1.6 Resolution (For Mobile Phones 320x786)

-------------------------------------------*/
/*-------------------------------------------------
===================================================
	1. Media Queries to Fix Responsive Layouts
===================================================
-------------------------------------------------*/

/*-------------------------------------------------
	1.1 Resolution (For Large Seized Desktops 1600x900)
-------------------------------------------------*/
@media (min-width: 1921px) {

}

/*-------------------------------------------------
	1.1 Resolution (For Large Seized Desktops 1600x900)
-------------------------------------------------*/
@media (min-width: 1600px) and (max-width: 1919px) {
}
/*-------------------------------------------------
	1.2 Resolution (For Medium Seized Desktops 1440x900)
-------------------------------------------------*/
@media (min-width: 1440px) and (max-width: 1599px) {
    
}
/*-------------------------------------------------
	1.3 Resolution (For Small Seized Desktops 1280x800)
-------------------------------------------------*/
@media (min-width: 1201px) and (max-width: 1440px) {

}
/*-------------------------------------------------
	1.4 Resolution (For Large Tablets 1024x600)
-------------------------------------------------*/
@media (min-width: 769px) and (max-width: 1200px) {

}


@media (min-width: 769px) and (max-width: 960px) {
    .hero{
        height: 90vw;
    }
    .hero .h100{
/*        height: 170vw;*/
    }
}
/*-------------------------------------------------
	1.5 Resolution (For Small Tablets 768x800)
-------------------------------------------------*/
@media (min-width: 0px) and (max-width: 768px) {
    .flex-row{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .c80{
        width: 90%;
        margin: 0 5%;
    }
    .pb120{
        padding-bottom: 20px;
    }
    .main-menu, .social-menu{
        display: none;
    }
    .top-header h1{
        width: 32vw;
    }
    .bg-hero{
        background:  url(../img/Hero/Hero_05_mobile.webp) bottom center no-repeat;
        background-color: #070e22;
        background-size: contain;
    }
    .hero{
        min-height: 200vw;
    }
    .hero .h100{
        height: 170vw;
    }
    .hero-left{
        width: 100%;
        margin: 0;
    }
    .hero-left h2{
        font-size: 5.2vw;
        text-align: center;
    }
    .hero-left h2 span{
        font-size: 7.2vw;
    }
    .hero-left p{
        width: 100%;
        font-size: 4.2vw;
        font-weight: 400;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .hero-left a{
        position: relative;
        left: 50%;
        width: 80%;
        font-size: 4.2vw;
        padding: 15px 10px;
        margin-right: 0;
        text-align: center;
        transform: translate(-50%,0);
    }

    .hero-left a:last-child{
        font-weight: 300;
        margin-right: 0;
        margin-top: 20px;
    }
    .left-service{
        background: url(../img/Services/social_media_mobile.jpg) center bottom no-repeat;
        background-size: contain;
    }
    .left-service, .right-service{
        width: 100%;
    }
    .left-service{
        min-height: 150vw;
    } 
    .right-service{
        min-height: 110vw;
    }
    .left-service{
        margin-bottom: 25px;
    }
    .info-service-left{
        top: 15vw;
        width: 90%;
        transform: translate(0,0);
    }
    .info-service-left h2{
        font-size: 7vw;
        text-align: center;
    }
    .info-service-left p{
        text-align: center;
    }
    .info-service-left a{
        font-size: 4.2vw;
        text-align: center;
    }
    .service-single-box.c80{
        width: 90%;
        margin: 0 5%;
    }
    .team-box{
        padding: 40px 0;
    }
    .team-left{
        width: 90%;
        padding: 20vw 0;
        background-color: rgba(127, 255, 212, 0.2):
    }
    .team-right{
        width: 90%;
    }
    .img-team{
        width: 40vw;
    }
    .circles{
        width: 50vw;
        height: 50vw;
        border: 1px solid hsla(0, 0%, 100%, .12);
    }
    .circles::before{
        width: 60vw;
        height: 60vw;
    }
    .circles::after{
        width: 70vw;
        height: 70vw;
    }
    .info-single-team h2{
        font-size: 4.2vw;
        line-height: 1.5em;
        margin-bottom: 20px;
        text-align: center;
    }
    .info-single-team p{
        text-align: justify;
        font-size: 3.8vw;
        line-height: 1.5em;
    }
    .info-single-team h3{
        font-size: 3.2vw;
        line-height: 1.5em;
        text-align: center;
        margin-top: 40px;
    }
    .info-single-team h3 strong{
        clear: both;
        display: block;
        font-size: 4.2vw;
        text-align: center;
        margin-bottom: 5px;
    }
    .info-single-team h3 i{
        font-size: 4.2vw;
        margin-right: 5px;
    }
    .phrase{
        font-size: 4.2vw;
        text-align: center !important;
        margin-bottom: 0px;
    }
    .phrase span{
        font-size: 6.2vw;
    }
    .brand-services{
        position: relative;
        padding: 25px 0;
    }
    .brand-single-data{
        width: 80%;
        font-size: 3.2vw;
        line-height: 1.75em;
        text-align: center;
        margin: 0 auto;
    }
    .brand-single-service img{
        width: 100%;
        max-width: 70px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    .brand-single-data h3{
        font-family: 'Poppins', sans-serif;
        font-size: 5.2vw;
        line-height: 1.25em;
        margin-bottom: 10px;
    }
    .brand-single-data p{
        font-size: 4.2vw;
        line-height: 1.25em;
        text-align: center;
        margin-bottom: 20px;
    }
    .brand-single-service a{
        font-size: 5.2vw;
    }
    .brand-single-service a span{
        font-size: 3.2vw;
        line-height: 1.25em;
    }
    .clients-box{
        padding: 25px 0;
    }
    .clients-box .c50{
        width: 90%;
        margin: 0 5%;
    }
    .contact-box.p120{
        padding: 60px 0;
    }
    .contact-box .single-title h4{
        position: relative;
        width: 80%;
        font-size: 5.2vw;
        font-weight: 200;
        letter-spacing: 1px;
        line-height: 1.5em;
        text-align: center;
        margin-bottom: 40px;
        margin-left: 10%;
        margin-right: 10%;
        color: #FFFFFF;
        z-index: 1;
    }
    .contact-box .single-title h4 span{
        font-size: 3.6vw;
        line-height: 1.5em;
    }
    .form-contact.c70{
        width: 100%;
        margin: 0;
    }
    .form-contact input, .form-contact textarea{
        width: 80%;
        margin: 0 10%;
    }
    .form-contact input, .form-contact textarea{
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 200;
        line-height: 1.5em;
        padding: 15px 0;
        margin-bottom: 40px;
        border: 0;
        border-bottom: 1px solid hsla(0,0%,100%,.1);
        background: transparent;
        color: #FFFFFF;
    }
    .form-contact textarea{
        height: 42vw;
    }
    .form-contact input[type=submit]{
        width: 80%;
        left: 0;
        transform: translate(0, 0);
    }
    .item-blog-left{
        width: 100%;
    }
    .item-blog-right.c80{
        width: 80%;
        margin: 0 10%;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .item-blog-right h2{
        font-size: 5.2vw;
    }
    .item-blog-right p{
        font-size: 3.2vw;
        line-height: 1.5em;
    }
    .outer-whats{
        width: 24vw;
        height: 80vw;
        border-radius: 12vw;
    }
    .whats-box a{
        width: 16vw;
        height: 16vw;
        font-size: 10vw;
        line-height: 16vw;
        border-radius: 8vw;
        transform: translate(-12vw , 3vw);
    }
    .whats-box a i{
        margin-left: 0.2vw;
        margin-top: -0.5vw;
    }
    .whats-box::before{
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 6vw;
        height: 6vw;
        content: "";
        opacity: .3;
        border-radius: 3vw;
        transform: translate(-4%, -4%);
        background-color: #FFFFFF;
        z-index: -1;
    }
}



