@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,700|Montserrat:400,500,700');
@import 'bootstrap.min.css';
@import 'animate.css';
@import 'magnific-popup.css';
@import 'slick.css';

/* --------------------------
:: 1.0 Base CSS Start
-------------------------- */

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    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;
}



.p-relative{
    position:relative;
}

#scrollUp {
    bottom: 0;
    font-size: 24px;
    right: 30px;
    width: 50px;
    background-color: #fb397d;
    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: #726a84;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
}

.heading-text>p {
    font-size: 16px;
}

.section-heading>h2 {
    font-weight: 300;
    color: #5b32b4;
    font-size: 48px;
    margin: 0;
}

.section-heading {
    margin-bottom: 60px;
}

.line-shape-white,
.line-shape {
    width: 80px;
    height: 2px;
    background-color: #fb397d;
    margin-top: 15px;
}

.table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.offset-text {
    color: rgba(37, 34, 102, .05);
    font-size: 116px;
    font-weight: 700;
    position: absolute;
    left: -212px;
    top: 130px;
    word-break: break-all;
    font-family: 'PT Mono', monospace;
}



.interaction {
    font-size: 13px;
    white-space: nowrap;
    position:absolute;
    right: -50px;
    bottom: -40px;
    color:#3a434f;
    font-family: 'PT Mono', monospace;
}
.interaction--circle,
.interaction--square {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(79, 90, 102, .3);
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -10px
}
.interaction--circle:after,
.interaction--square:after {
    content: ' ';
    display: block;
    width: 18px;
    height: 18px;
    background: #4f5a66;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
 
}

.interaction--circle,
.interaction--circle:after {
    border-radius: 100%
}
a{
    color:#fb397d;
}







/***video*********/
.videoBioC {
    border-right: none;
    border-left: none;
    position: relative;
}

.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}


.video-container .filter {
    z-index: 100;
    position: absolute;
 /*   background: rgba(0, 0, 0, 0.4);*/
    width: 100%;
	background: rgba(0, 0, 0, 0.4) url("../img/overlay-pat.png") repeat scroll 0% 0%;
	height:100%;

}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}

/* --------------------------
:: Header 
-------------------------- */

.header_area {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
    padding: 0 4%;
}

.menu_area .navbar-brand {
    font-size: 72px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1;
    padding: 0;
}

.menu_area .navbar-brand:hover,
.menu_area .navbar-brand:focus {
    color: #fff;
}

.menu_area {
    position: relative;
    z-index: 2;
}

.menu_area #nav .nav-link {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 35px 15px;
}

.menu_area nav ul li>a:hover {
    color: #fb397d;
}

/* stcicky css */

.header_area.sticky {
    background-color: #28306a;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    height: 90px;
    position: fixed;
    top: 0;
    z-index: 99;
}

.header_area.sticky img {
    padding: 15px 0 0 15px;
}

.header_area.sticky .menu_area .navbar-brand {
    font-size: 50px;
}

.header_area.sticky .menu_area #nav .nav-link {
    padding: 23px 15px;
}

.header_area.sticky .navbar {
    padding: 0;
}

/* --------------------------
Bienvenidos
-------------------------- */

.wellcome_area {
    background-image: url(../productos/bio/img/bg-img/welcome-bg.png);
    height: 900px;
    position: relative;
    z-index: 1;
    background-position: bottom center;
    background-size: cover;
    background-color: #232a35;
    background-repeat: no-repeat;
}

.wellcome_area:after {
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    content: '';
    bottom: 0;
    z-index: 2;
}

.welcome-thumb {
    width: 32%;
    position: absolute;
    bottom: 182px;
    right: 266px;
    z-index: 9;
}

.welcome-thumb img {
    height: auto;
    width: 100%;
}

.wellcome-heading>h2 {
    font-size: 160px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    z-index: 3;
    line-height: 125px;
}

.get-start-area a {
    background-color: #fb397d;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border: none;
    height: 50px;
    min-width: 167px;
    line-height: 46px;
    text-align: center;
    border-radius: 24px 24px 24px 0px;
    margin-left: 10px;
}

.get-start-area a:hover {
    background: #6f52e5;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.wellcome-heading>p {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.wellcome-heading>h3 {
    font-size: 332px;
    position: absolute;
    top: -55px;
    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;
    margin-top: 50px;
}



/*-------------------------------
:.Section triangulo
--------------------------------*/


/***** seccion del triangulo********/
.gfort-section {
    z-index: 3;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
        padding-top: 60px;
        padding-bottom: 60px;
	
	
}


.main-background-color {
    background-color: #232a35;
}

.gfort-section h3 {
	font-weight: 300;
	color:#fff;
}
.triangle-section {
    z-index: 4;
    padding: 0;
}

.triangle-block {
border-color: #232a35;
    top: 0;
    width: 0;
    height: 0;
    z-index: 20;
    content: '';
    position: absolute;
    border-width: 15px;
    border-style: solid;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;

}

#curveDownColor{
    color: #fb397d;
}

.triangle-block-center {

    left: 50%;
    margin-left: -15px;

}


/* --------------------------
:: Bioserver varias Area CSS
-------------------------- */

.bioserver-area {
   
    background: repeating-linear-gradient(90deg,rgba(0,0,0,.05),rgba(0,0,0,.05) 1px,transparent 1px,transparent 8.33333333333%);
    padding-top: 100px;
    padding-bottom: 100px;
   

  

}

.feature-area .wrapper--content {
    padding-top: 175px;
    padding-bottom: 100px;
}

.section--feature .section-heading h2 {
    color: #fff;
}

.feature-area p {
    color: #9fa7b3;
}

.feature-area h3 {
    color: #9fa7b3;
}

.feature-icon i {
    font-size: 25px;
    color: #fb397d;
}

.feature-icon .extra-feature--text {
    color: #7b8492;
    font-family: 'PT Mono', monospace;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}
/* --------------------------
:: caracteristicas varias Area CSS
-------------------------- */

.feature-area {
    padding-top: 5px;
    padding-bottom: 100px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: #232a35;

  

}

.feature-area .wrapper--content {
    padding-top: 175px;
    padding-bottom: 100px;
}

.section--feature .section-heading h2 {
    color: #fff;
}

.feature-area p {
    color: #9fa7b3;
}

.feature-area h3 {
    color: #9fa7b3;
}

.feature-icon i {
    font-size: 25px;
    color: #fb397d;
}

.feature-icon .extra-feature--text {
    color: #7b8492;
    font-family: 'PT Mono', monospace;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

/* --------------------------
::  Caracteristicas principales Area CSS
-------------------------- */

.all-feature-area {
    padding: 100px 0 50px 0;
    background: repeating-linear-gradient(90deg,rgba(0,0,0,.05),rgba(0,0,0,.05) 1px,transparent 1px,transparent 8.33333333333%);
}

.single-feature {
    margin-bottom: 50px;
}

.single-feature>p {
    margin-bottom: 0;
}

.single-feature i {
    color: #fb397d;
    font-size: 30px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    
}

.single-feature>h5 {
    font-size: 22px;
    color: #5b32b4;
    font-family: 'PT Mono', monospace;
}

.single-feature>p {
    margin-top: 15px;
}

/* --------------------------
::  descripcion especial Area CSS
-------------------------- */

.special_description_area {
    background: #4e4575;
    padding: 100px 0;
}

.special_description_content>h2 {
    color: #5b32b4;
    font-size: 48px;
    margin-bottom: 30px;
}

.special_description_area h2 {
    color: #fff;
}

.special_description_area p {
    color: #9fa7b3;
}

.app-download-btn a {
    background-color: #fb397d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    border-radius: 30px 30px 30px 0;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color:#fff;
}

.app-download-btn.active a,
.app-download-btn a:hover {
    border-color: transparent;
    background-color: #db0751;
}

.app-download-btn a i {
    color: #e5e4e7;
    font-size: 24px;
    margin-right: 15px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.app-download-btn a p {
    font-size: 16px;
    line-height: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #e5e4e7;

}

.app-download-btn a p span {
    font-size: 12px;
    display: block;
    color: #e5e4e7;
}

.app-download-btn a:hover i,
.app-download-btn.active a i,
.app-download-btn.active a p,
.app-download-btn a:hover p {
    color: #fff;
}

/* --------------------------
:: 6.0 Video Area CSS
-------------------------- */


.video-section{
  
 
    background-image: url(../productos/bio/img/gridtile_3x3.png);
    background-repeat: repeat;
}

.video-area {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    height: 650px;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
    opacity: 0.5;
    background-color: #424242;
    background-image: url(../productos/bio/img/gridtile_3x3.png);
    background-repeat: repeat;
}

.video-area:after {
    position: absolute;
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    z-index: 2;
}

.video-area .video-play-btn a {
    width: 80px;
    height: 80px;
    background-color: #fb397d;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 36px;
    line-height: 80px;
    padding-left: 5px;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.video-area .video-play-btn a:hover {
    background-color: #a865e1;
    color: #fff;
}




/* --------------------------
::Cool Facts Area CSS
-------------------------- */

.cool_facts_area {
    position: relative;
   
    background: #6b3060;

    background: -moz-linear-gradient(left, #6b3060 0%, #464c99 50%, #8b8bc2 100%);
 
    background: -webkit-linear-gradient(left, #6b3060 0%, #464c99 50%, #8b8bc2 100%);

    background: linear-gradient(to right, #6b3060 0%, #464c99 50%, #8b8bc2 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b3060', endColorstr='#8b8bc2', GradientType=1);

    padding: 80px 0 80px 0;
  
}



.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;
    margin-right:15px;
}

.cool-facts-content>p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
}




/* --------------------------
::text col Area CSS
-------------------------- */


.text-col-area {
    background: #fff;
    position: relative;
    padding:100px;

}
.text-col-area .divider {
    width: 40px;
    height: 2px;
    background-color: #fb397d;
    margin: 1.375rem 0;
}

.text-col-area h3 {
   color:#5b32b4;

}

.text-col-area h6 {
    text-transform:uppercase;
 
 }




/*animacion cubo*/

.cubo,
.cubo .cara {
    width: 130px;
    height: 130px;
}

.cubo .cara {
    position: absolute;
}

.cubo {
    margin: 100px auto;
}

.cubo {
    transform-style: preserve-3d;
    transform: perspective(700px) rotateX(-40deg) rotateY(-40deg);
}

.cubo .cara#superior {
    background-image: url(../productos/bio/img/superior.png);
    transform: rotateX(90deg) translateZ(65px);
}

.cubo .cara#frente {
    background-image: url(../productos/bio/img/frente.png);
    transform: translateZ(65px);
}

.cubo .cara#atras {
    background-image: url(../productos/bio/img/atras.png);
    transform: translateZ(-65px);
}

.cubo .cara#derecha {
    background-image: url(../productos/bio/img/derecha.png);
    transform: rotateY(90deg) translateZ(65px);
}

.cubo .cara#izquierda {
    background-image: url(../productos/bio/img/izquierda.png);
    transform: rotateY(-90deg) translateZ(65px);
}

.cubo .cara#inferior {
    background-image: url(../productos/bio/img/inferior.png);
    transform: rotateX(-90deg) translateZ(65px);
}

.cubo {
    animation: rotate 5s infinite linear;
}

@keyframes rotate {
    0% {
        transform: rotateX( 0deg) rotateY( 0deg);
    }
    100% {
        transform: rotateX( 360deg) rotateY( 360deg);
    }
}


/* --------------------------
::Footer CSS
-------------------------- */
#footer{
	background: #222222;
	color: #ffffff;
	padding: 50px 0;
	text-align: left;
}


#footer a{
    color:#fb397d;
}
#footer p{
	font-size: 13px;
    margin-top: 10px;
    margin-bottom:5px!important;
	color: rgba(255, 255, 255, 0.55);
}


#footer h5 {
	color: #fff;
}
#footer h5 {
	margin-bottom: 20px;
}

#footer ul li {
	list-style:none;
}








@media (min-width: 992px) and (max-width: 1199px) {
    .menu_area .navbar-brand {
        font-size: 42px;
    }
    .menu_area #nav .nav-link {
        padding: 35px 7.5px;
    }
    .sing-up-button > a {
        color: #fff;
        height: 40px;
        min-width: 152px;
        line-height: 36px;
        font-size: 14px;
    }
    .welcome-thumb {
        width: 50%;
        bottom: -100px;
        right: 50px;
    }
    .video-area {
        height: 550px;
    }
    .app_screenshots_slides {
        padding: 0 4%;
    }
    .header_area.sticky .menu_area #nav .nav-link {
        padding: 23px 7.5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header_area {
        padding: 0;
    }
    .menu_area .navbar-brand {
        font-size: 48px;
    }
    .header_area.sticky {
        height: 50px;
    }
    .header_area .menu_area #nav .nav-link,
    .header_area.sticky .menu_area #nav .nav-link {
        padding: 7.5px 15px;
    }
    #ca-navbar {
        padding: 30px;
        border-radius: 3px;
        background-color: #5b32b4;
        text-align: left;
    }
    .sing-up-button {
        margin-top: 30px;
        text-align: left;
    }
    .welcome-thumb {
        width: 50%;
        bottom: -100px;
        right: 0;
    }
    .wellcome-heading {
        margin-bottom: 70px;
    }
    .single-special {
        padding: 30px 10px;
    }
    .special_description_area.mt-150 {
        margin-top: 50px;
    }
    .special_description_content > h2 {
        font-size: 30px;
    }
    .video-area {
        height: 350px;
    }
    .section-heading > h2 {
        font-size: 38px;
    }
    .address-text > p,
    .phone-text > p,
    .email-text > p {
        font-size: 16px;
    }
    .footer-text > p {
        margin-bottom: 30px;
    }
    .section-heading {
        margin-bottom: 50px;
    }
    .sing-up-button > a {
        margin-top: 4px;
        display: inline-block;
        border: 2px solid #a883e9;
        height: 40px;
        min-width: 160px;
        line-height: 36px;
        font-size: 14px;
    }
    .counter-area {
        min-width: 50px;
    }
    .counter-area > h3 {
        font-size: 30px;
    }
    .app_screenshots_slides {
        padding: 0;
    }
    .clients-feedback-area .slick-slide.slick-current img {
        width: 90px !important;
        height: 90px !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .header_area {
        padding: 0;
    }
    .menu_area .navbar-brand {
        font-size: 48px;
    }
    .header_area.sticky {
        height: 50px;
    }
    .header_area .menu_area #nav .nav-link,
    .header_area.sticky .menu_area #nav .nav-link {
        padding: 5px 15px;
    }
    #ca-navbar {
        padding: 20px;
        border-radius: 3px;
        background-color: #5b32b4;
        text-align: left;
    }
    .sing-up-button {
        margin-top: 30px;
        text-align: left;
    }
    .header_area {
        top: 0;
    }
    .welcome_text .cd-intro > p {
        font-size: 14px;
    }
    .wellcome-heading > h2 {
        font-size: 48px;
    }
    .get-start-area .email {
        margin-bottom: 20px;
        max-width: 100%;
    }
    .welcome-thumb {
        width: 90%;
        bottom: -74px;
        right: 0;
    }
    .logo_area > a > h2 {
        font-size: 40px;
        margin-top: 10px;
    }
    .section-heading > h2 {
        font-size: 32px;
    }
    .single-special {
        margin-bottom: 30px;
    }
    .special_description_area.mt-150 {
        margin-top: 50px;
    }
    .special_description_content > h2 {
        font-size: 30px;
    }
    .app-download-btn:first-child {
        margin-right: 0;
    }
    .app-download-area {
        display: block;
    }
    .app-download-btn {
        margin-bottom: 20px;
    }
    .video-area {
        border: 10px solid #fff;
        border-radius: 20px;
        height: 250px;
    }
    .video-area::after {
        top: -10px;
        left: -10px;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        border: 1px solid #f1f4f8;
        z-index: 2;
        border-radius: 20px;
    }
    .clients-feedback-area .client-description > p {
        font-size: 20px;
    }
    .clients-feedback-area .slick-slide img {
        width: 60px !important;
        height: 60px !important;
    }
    .clients-feedback-area .slick-slide.slick-current img {
        width: 70px !important;
        height: 70px !important;
    }
    .membership-description > h2 {
        font-size: 32px;
    }
    .get-started-button {
        text-align: left;
        margin-top: 20px;
    }
    .contact_from {
        margin-top: 30px;
    }
    .wellcome-heading > h3 {
        font-size: 252px;
        top: -105px;
        left: -1px;
    }
    .wellcome-heading,
    .single-cool-fact {
        margin-bottom: 50px;
    }
    .cool_facts_area .col-12:last-of-type .single-cool-fact {
        margin-bottom: 0;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .wellcome-heading > h3 {
        font-size: 284px;
    }
    .wellcome-heading > h2 {
        font-size: 70px;
    }
    .welcome-thumb {
        bottom: -109px;
        width: 75%;
    }
    .wellcome-heading {
        margin-bottom: 50px;
    }
    .wellcome-heading > h3 {
        top: -139px;
    }
    .get-start-area .email {
        max-width: 370px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .wellcome-heading > h3 {
        font-size: 286px;
    }
    .get-start-area .email {
        margin-bottom: 0;
    }
}



/* --------------------------
Screenshots 
-------------------------- */

.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)
}

.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)
}

.app-screenshots-area .owl-dot {
    height: 11px;
    width: 11px;
    border: 2px solid #a49fba;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    margin-top: 50px;
}

.app-screenshots-area .owl-dot.active {
    background-color: #fb397d;
    border: transparent;
}

.app-screenshots-area .owl-dots {
    height: 100%;
    width: 100%;
    text-align: center;
}


.icon-linkedin{
    background:#666;
    
    border-radius:3px;
  color:#fff;
    width:25px;
    height:25px;
    line-height:25px;
    text-align:center;
  }
  
  .icon-linkedin:hover{
    background:#0E76A8;
  }