.swal2-container.swal2-shown {
    background-color: rgba(0,0,0,.4);
    z-index: 99999!important;
}
.mrg10{
    margin: 10px;
}
.mrg0{
    margin: 0;
}
.pad0{
    padding:0;
}
.mrgRight10{
    margin-right: 10px;
}
.postRelative{
    position: relative;
}
.pad10-0{
    padding: 10px 0;
}
p{
    font-family: 'OpenSans-Light', sans-serif;
}
.paddTop30{
    padding-top: 30px;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
a:focus {
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: 0;
}
a:hover{
    text-decoration: none;
}
body{
    background: #212121;
}
.pad20-0{
    padding: 20px 0;
}
.pad-left20{
    padding-left: 20px;
}
.pad-right20{
    padding-right: 20px;
}
header.header-white.hidden-xs {
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-header{
    width: 100%;
    max-width: 90%;
    display: block;
    margin: auto;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}
.flex-special > div {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-apps > div{
    width: 50%;
}
video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    background-size: 100% 100%;
    background-color: black; /* in case the video doesn't fit the whole page*/
    background-position: center center;
    z-index:3;
}
.overlay_video {
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100vh;
    z-index: 9;
    right: 0;
    left: 0;
}
.section{
    min-height: 100vh!important;
    overflow: hidden;
}
.hero-position{
    position: relative;
    z-index: 99999!important;
}
.box-play{
   position: absolute;
    /*right: 35%;
    top: -35px;*/
    right: 25%;
    top: 15px;
}
.box-text {
    color: #fff;
    width: 100%;
    max-width: 525px;
    /*position: absolute;
    top: -60px;*/
}
.box-text h1{
    font-size: 50px;
    font-family: 'DINAlternate-Bold', sans-serif;
}
.box-text p{
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-family: 'OpenSans-Light', sans-serif;
}

.content-clients{
    padding: 15px 0;
    color: #fff;
    position: absolute;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 90%;
    border-top: 1px solid #ffff;
    bottom: 0;
    right: 0;
    left: 0;
    top: auto;
    margin: auto;
}
.line-white {
    width: 100%;
    max-width: 85%;
    background: #fff;
    height: 1px;
    position: absolute;
    z-index: 9;
    top: 600px;
}
.content-clients img{
    margin: auto 30px;
    /* width: 100%; */
    /* max-width: 140px; */
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 6px;
    width: 6px;
    border: 0;
    background: #fff!important;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -3px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.socialmedia{
    position: absolute;
    right: 200px;
    top: 30px;
}
.socialmedia>div * {
    margin: auto 5px;
}
.line {
    width: 100%;
    max-width: 100px;
    background: #f20006;
    height: 4px;
}

#carousel-apps .carousel-control.left, #carousel-apps .carousel-control.left,
#carousel .carousel-control.left, #carousel .carousel-control.left{
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(00,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
#carousel-apps .carousel-control.right, #carousel-apps  .carousel-control.right,
#carousel .carousel-control.right, #carousel  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.box-apps h1 {
    width: 100%;
    max-width: 450px;
    margin: auto 0;
    color: #fff;
    font-family: 'DINAlternate-Bold', sans-serif;
    font-size: 45px;

}
.box-apps {
    width: 100%;
    max-width: 475px;
    margin: auto;
    position: absolute;
    top: 160px;
    right: auto;
    left: auto;
    bottom: 0;
    color: #fff;
}
.box-apps h4{
    font-family: 'DINAlternate-Bold', sans-serif;
    font-size: 35px;
    margin-top: 20px;
}
.box-apps p{
    padding: 10px 0;
    font-size: 18px;
}
#carousel-apps  a.left.carousel-control {
    left: 50%;
}
#carousel-apps .glyphicon-chevron-left:before {
    content: url(../img/svg/left-white.svg);
}
#carousel-apps .glyphicon-chevron-right:before {
    content: url(../img/svg/right-white.svg);
}
#carousel-apps .carousel-control .glyphicon-chevron-left,
#carousel-apps .carousel-control .glyphicon-chevron-right,
#carousel-apps .carousel-control .icon-next,
#carousel-apps .carousel-control .icon-prev {
    position: absolute;
    top: 45%;
}
#carousel .glyphicon-chevron-left:before {
    content: url(../img/svg/left-black.svg);
}
#carousel .glyphicon-chevron-right:before {
    content: url(../img/svg/right-black.svg);
}
#carousel .item{
    height: 100vh;
}
.carousel-control{
    opacity: 1!important;
}
.btn-view, .btn-view:hover{
    background: #3c4243;
    border: 1px solid;
    color: #fff;
    font-family: 'DINAlternate-Bold', sans-serif;
    font-size: 15px;
    padding: 6px 20px;
}

/*.clearfix {
    overflow: auto;

}
.clearfix::after {
     content: "";
     clear: both;
     display: table;
 }*/

#pre-load-web {width:100%;height:100vh;position:absolute;background:rgba(0,0,0,1);left:0px;top:0px;z-index:1000}
/*aqui centramos la imagen si coloco margin left -30 es por que la imagen mide 60 */
#pre-load-web #imagen-load{left:50%;margin-left:-30px;position:absolute}

.positiveAbsolute{
    position: absolute;
    /*top: auto;*/
    top: 12%;
    bottom: auto;
    right: 0;
    left: 0;
}
.mrgTop30{
    margin-top: 30px;
}
.box {
    width: 100%;
    max-width: 90%;
    position: absolute;
    top: 155px;
    left: 180px;
    z-index: 9;

}
.content {
    background: #fff;
    padding: 30px 50px;
    border-radius: 10px;
    width: 100%;
    max-width: 460px;
}
.content .line{
    max-width: 70px;
}
.content h4{
    font-size: 40px;
    font-family: 'DINAlternate-Bold', sans-serif;
}
.content p{
    font-size: 17px;
    padding: 10px 0;
}
.btn-viewmore, .btn-viewmore:hover {
    font-size: 18px;
    border: 1px solid #000;
    color: #000;
    padding: 4px 45px;
    font-family: 'DINAlternate-Bold', sans-serif;
}

.service {
    position: absolute;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
}
a{
    text-decoration: none;
    color: inherit;
}
.service h4{
    font-family: 'Avenir-Light', sans-serif;
    color: #fff;
    width: 100%;
    max-width: 110px;
}
.service1 {
    top: 125px;
    left: 398px;
}
.service2 {
    top: 125px;
    right: 398px;
}
.service3 {
    top: 280px;
    left: 300px;
}
.service4 {
    top: 280px;
    right: 300px;
}

.service5 {
    top: 465px;
    left: 398px;
}
.service6 {
    top: 465px;
    right: 398px;
}
.OurServices{
    background: url("../img/bg-services.png")no-repeat center;
    background-size: cover;
    height: 100vh;
}
.OurServices a{
    text-decoration: none;
    color: inherit;
}
.OurServicesText{
    width: 100%;
    max-width: 360px;
    margin: auto;
    position: absolute;
    top: 64px;
    left: 116px;
    color: #fff;
    font-family: 'DINAlternate-Bold', sans-serif;
}
.OurServicesText .line {
    width: 100%;
    max-width: 70px;
    background: #f20006;
    height: 4px;
}
.SecCircle1 {
    position: absolute;
    right: 33%;
    left: 33%;
    top: 110px;
    bottom: auto;
}
.SecCircle2 {
    position: absolute;
    right: 36%;
    left: 36%;
    top: 145px;
    bottom: auto;
}
/*.fourth{
    background: url("../img/patas.png")no-repeat center;
    background-size: cover;
    height: 100vh;
    position: relative!important;
}*/
.fourth{
    position: relative;
}
.fourth .item{
    /*position: relative;*/
    background-size: cover!important;
    height: 100vh!important;
}
.opacitywhite {
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(225,225,225,0.6);
    width: 100%;
    height: 100vh;
    /* z-index: 9; */
    right: 0;
    left: 0;
}
.service img{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.service:hover img {
    width: 100%;
    -webkit-transform: scale(1.2);
    transform: scale(1.1);
}
.OurClients {
    width: 100%;
    max-width: 350px;
    color: #fff;
    font-family: 'DINAlternate-Bold', sans-serif;
    position: relative;
    top: 20px;
    /*position: absolute;
    top: 100px;*/
}
/********************/
.sixth .flex > div {
    width: 15%;
    /*background: url(../img/border.png)no-repeat;*/
    margin: 0!important;
    background-size: cover;
    border-right:1px solid rgba(225,225,225,0.03);
    border-left:1px solid rgba(225,225,225,0.03);
}
.flex.flex-clients {
    padding: 80px 70px;
}
/*.flex-clients > div:nth-child(1n+0){
    background-image: url('../img/border-sides.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    display: block;
}*/
/*.sixth .fp-tableCell{
    height: auto;
}*/
.sixth .carousel-inner{
    margin-top: 65px;
}
.sixth .carousel-indicators{
    display: none;
}
.img-colorclient{
    display: none;
}
.sixth .flex > div:hover .img-blancoclient{
   opacity: 0;
    display: none;
}
.sixth .flex > div:hover .img-colorclient{
    display: block;
    opacity: 1;
}
.cont-client{
    position: absolute;
    left: 30%;
    right: 30%;
    top: 48px;
}
.cont-client h4{
    font-size: 32px!important;
    font-family: 'DINAlternate-Bold', sans-serif;
}
/********************/
.sixth h3 {
    color: #f20006;
    font-family: 'DINAlternate-Bold', sans-serif;
    font-size: 30px;
}
.sixth .flex > div {
    margin: 10px auto;
}
.start-project {
    background: transparent;
    color: #fff;
    padding: 6px 25px;
    font-family: 'DINAlternate-Bold', sans-serif;
    font-size: 20px;
}
.contact{
    background: url(../img/saladereuniones.jpg)no-repeat center;
    background-size: cover;
    height: 100vh!important;
}
.contact .btn-submit,
.contact .btn-submit:hover,
.contact .btn-submit.active{
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 6px 30px;
    font-size: 16px;
}
.contact .form-control::-moz-placeholder, .contact textarea::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.contact .form-control:-ms-input-placeholder, .contact textarea:-ms-input-placeholder {
    color: #fff;
}
.contact .form-control::-webkit-input-placeholder, .contact textarea::-webkit-input-placeholder {
    color: #fff;
}
.contact input.form-control, .contact textarea.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    font-family: 'OpenSans-Light', sans-serif;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.contact textarea.form-control {
    font-family: 'OpenSans-Light', sans-serif;
    background: transparent;
    height: 132px;
}
.contact h1{
    color: #fff;
    font-family: 'DINAlternate-Bold', sans-serif;
}
.ModalVideo {
    background-color: rgba(0,0,0,0.5);
}
.ModalVideo .modal-content {
    position: relative;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.ModalVideo .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    top: 0;
}
.ModalVideo button.close {
    color: #fff;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    position: absolute;
    right: 18%;
    font-size: 40px;
    z-index: 9999;
}
.ModalVideo .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .9;
}
.overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100vh;
    z-index: 9;
    right: 0;
    left: 0;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 450px!important;
    margin-bottom: 10px;
    margin-left: -1px;
}
.owl-controls {
    display: none;
}
/*iframe {
    width: 100%;
    height: 85vh;
}*/
 .home-video {
    display: block;
    padding-top: 0px;
}




 .video-modal {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999999;
}

 .video-modal.hidden {
    display: none;
    visibility: hidden;
}

 #video-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
 }
.content-contact{
    color: #fff;
    font-size: 17px;
}
.swal2-modal .swal2-title {
    color: #595959;
    font-size: 18px!important;
}
.swal2-modal .swal2-styled {
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px!important;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 6px 20px!important;
}

.ThankPage{
    background: url(../img/saladereuniones.jpg)no-repeat center;
    background-size: cover;
    height: 100vh!important;
}
.ThankPage h1{
    color: #fff;
    z-index: 999!important;
    text-align: center;
    position: relative;

}
@media screen and (max-width: 2049px) {

}
@media screen and (min-width: 1517px)  {
    .SecCircle1 {
        top: 135px;
    }
    .SecCircle2 {
        top: 180px;
    }
    .service img {
        width: 90%;
    }
    .SecCircle1 img {
        width: 100%;
    }
    .SecCircle2 img {
        width: 100%;
    }
    .service1 {
        top: 125px;
        left: 460px;
    }
    .service2 {
        top: 125px;
        right: 460px;
    }
    .service3 {
        top: 342px;
        left: 350px;
    }
    .service4 {
        top: 342px;
        right: 310px;
    }
    .service5 {
        top: 565px;
        left: 460px;
    }
    .service6 {
        top: 565px;
        right: 460px;
    }
}
@media screen and (min-width: 1707px)  {
    .SecCircle1 {
        top: 150px;
    }
    .SecCircle2 {
        top: 200px;
    }
    .service img {
        width: 100%;
    }
    .SecCircle1 img {
        width: 100%;
    }
    .SecCircle2 img {
        width: 100%;
    }
    .service1 {
        top: 140px;
        left: 550px;
    }
    .service2 {
        top: 140px;
        right: 550px;
    }
    .service3 {
        top: 370px;
        left: 430px;
    }
    .service4 {
        top: 370px;
        right: 430px;
    }
    .service5 {
        top: 615px;
        left: 552px;
    }
    .service6 {
        top: 615px;
        right: 552px;
    }
}
@media screen and (min-width: 1820px)  {
    .SecCircle1 {
        top: 150px;
    }
    .SecCircle2 {
        top: 200px;
    }
    .service img {
        width: 100%;
    }
    .SecCircle1 img {
        width: 100%;
    }
    .SecCircle2 img {
        width: 100%;
    }
    .service1 {
        top: 140px;
        left: 550px;
    }
    .service2 {
        top: 140px;
        right: 550px;
    }
    .service3 {
        top: 370px;
        left: 430px;
    }
    .service4 {
        top: 370px;
        right: 430px;
    }
    .service5 {
        top: 615px;
        left: 552px;
    }
    .service6 {
        top: 615px;
        right: 552px;
    }
}

@media screen and (max-width: 765px) {
    .flex.flex-clients {
        padding: 0;
    }
    .sixth .flex > div {
        width: 33%;
    }
    .cont-client {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        text-align: center;
    }
    .sixth .carousel-inner {
        margin-top: 40px;
    }
    .navbar-default {
        background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 1%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
        border-color: transparent;
        border: none!important;
    }
    .navbar-default .navbar-toggle {
        border-color: transparent;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .content-contact{
        color: #fff;
        font-size: 17px;
        width: 100%;
        max-width: 80%;
        margin-bottom: 20px;
    }
    .content-header{
        background: url("../img/screen-celular.png")no-repeat center;
        background-size: cover;
        height: 100vh;
        max-width: 100%;
    }
    .box-text {
        color: #fff;
        width: 100%;
        max-width: 525px;
        padding: 18px;
    }
    .navbar-brand {
        float: left;
        height: 50px;
        padding: 5px 15px;
        font-size: 18px;
        line-height: 20px;
    }
    a.navbar-brand img {
        width: 100%;
        max-width: 40px;
    }
    .section {
        position: relative;
        overflow: hidden;
        height: auto!important;
        /*padding: 20px 0;*/
    }
    .box {
        width: 100%;
        max-width: 90%;
        position: absolute;
        top: 100px;
        left: 5%;
        right: 5%;
        z-index: 9;
        margin: auto;
    }
    .content {
        background: rgba(255, 255, 255, 0.8);}
    .box-apps {
        padding: 10px 15px 30px;
        width: 100%;
        max-width: 475px;
        margin: auto;
        position: relative;
        top: 0;
        right: auto;
        left: auto;
        bottom: 0;
        color: #fff;
    }

    .box-apps h1 {
        text-align: center;
    }
    .btn-view, .btn-view:hover {
        background: #3c4243;
        border: 1px solid;
        color: #fff;
        font-family: 'DINAlternate-Bold', sans-serif;
        font-size: 15px;
        padding: 6px 20px;
        text-align: center;
        /*margin: auto;
        display: block;*/
    }
    .box-play {
        position: relative;
        right: 0;
        top: 0;
        display: block;
        margin: auto;
        margin-top: 40px;
    }
    .line {
        width: 100%;
        max-width: 100px;
        background: #f20006;
        height: 4px;
        display: block;
        margin: auto;
    }
    #filters li {
        float: left;
        width: 100%;
        text-align: center;
        margin: 8px auto;
    }
    #filters li span {
        display: inline;
    }
    #filters {
        flex-wrap: wrap;
    }
    .overlay_video {
        height:100%!important;
    }
    .content-clients {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        max-width: 90%;
        margin: auto;
    }
    .content-clients img {
        margin: 15px auto auto auto;
    }
    .hero-position {
        position: relative;
       z-index: 99999!important;
        top: auto;
        display: flex!important;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }
    .box-play a img {
        width: 100%;
        max-width: 62%;
        display: block;
        margin: auto;
    }
    #carousel-apps .carousel-control .glyphicon-chevron-left,
    #carousel-apps .carousel-control .glyphicon-chevron-right,
    #carousel-apps .carousel-control .icon-next,
    #carousel-apps .carousel-control .icon-prev {
        position: absolute;
        top: 45%;
        width: 60%;
    }
    #carousel-apps a.left.carousel-control {
        left: auto;
    }
    .mobilephone-splash {
        width: 100%;
        max-width: 191px;
    }
    .mobilephone {
        width: 100%;
        max-width: 220px;
    }
    .paddTop30 p.is-animated {
        min-height: 90px;
    }
    .carousel-control {
        position: absolute;
        top: 50%;
        bottom: 0;
        left: 0;
        width: 15%;
        font-size: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
        background-color: rgba(0,0,0,0);
        filter: alpha(opacity=50);
        opacity: .5;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
        width: 50%;
    }
    .content h4 {
        text-align: center;
    }
    #fullpage .container{
        padding: 25px 10px 30px;
    }
    .OurClients {
        text-align: center;
    }
    .flex-special > div {
        width: 50%;
    }
    .sixth h3 {
        position: relative;
        top: 40px;
    }
    .OurServicesText {
        width: 100%;
        max-width: 360px;
        margin: auto;
        position: relative;
        top: auto;
        left: auto;
        color: #fff;
        font-family: 'DINAlternate-Bold', sans-serif;
        text-align: center;
    }
    .OurServices {
        padding: 35px 0 0 0;
        height: auto!important;
    }
    .content-services img {
        width: 100%;
        max-width: 55%;
        margin: 15px auto;
    }
    .row.flex.content-services h4 {
        min-height: 50px;
        color: #fff;
    }
    #particles-js {
        display: none;}
    #particles-js2{
        display: none;
    }
    .text-center-xs{
        text-align: center;
    }
    .socialmedia *{
        margin: auto 10px;
    }
    .social-media {
        display: flex;
        justify-content: center;
    }
    .navbar-default .navbar-nav>li>a {
        color: #fff;
    }
    .box-text p {
        text-align: center;
    }
    .second .carousel {
        padding-bottom: 30px;
    }

}

@media screen and (max-width: 320px) {
    .box-text h1 {
        font-size: 40px;
        text-align: center;
    }
    .box-text p {
        text-align: center;
    }
}