﻿/* COLORS */

.bg-graylight {
    background: #f3f3f3;
}

.bg-gray {
    background: #ececec;
}

.bg-graydark-1 {
    color: #9E9E9E;
}

.bg-graydark-2 {
    color: #393939;
}

.bg-graydark-3 {
    color: #999;
}

/*PLUGIN*/


.flickity-page-dots {
    position: absolute;
    width: 98%;
    bottom: -34px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}


.flickity-slider {
    position: absolute;
    width: 103%;
    height: 226px;
}


/* SIZES AND FONTS*/

.fixed {
    position: fixed;
}

.font-w-500 {
    font-weight: 500;
}


.title-left {
    margin-bottom: 20px;
    font-weight: 500;
    padding-left: 40px;
}


header {
    position: relative;
    height: 120px;
}



.font-w-400 {
    font-weight: 400;
}


.margin-left-138px {
    margin-left: 138px;
}

.opacity-1 {
    opacity: 1;
}

/* PUBLIC */


.section-margin-bottom {
    margin-bottom: 91px;
}

.block {
    display: block;
}

.width-full {
    width: 100%;
}

.section-padding {
    padding-top: 80px;
    padding-bottom: 85px;
    text-align:center;
}

.section-margin-bottom {
    margin-bottom: 0px;
}


/*  BANNERS */

.section-banner-title {
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 267px;
    padding-top: 0px;
    background-size: inherit;
    padding-bottom: 0px;
}

.box-banner-title {
    width: 60%;
    margin: auto;
    padding-top: 115px;
}

    .box-banner-title h1 {
        text-transform: uppercase;
    }

      .box-banner-title h3 {
    display: block;
    padding-bottom: -1px;
    margin-top: -25px;
}

/*CARROSEL and TXT*/

.gallery {
    background: transparent;
}


.gallery-cell {
    width: 98%;
    height: 325px;
}

    .gallery-cell:before {
        line-height: 200px;
        font-size: 80px;
        color: white;
    }


/* WHO WE ARE */

.section-desc-two-colunm .title-5 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 23px;
    margin-top: 31px;
}


.section-desc-two-colunm .margin-desc {
    margin-top: 18px;
    margin-bottom: 6px;
}

.section-desc-two-colunm .margin-subtitle {
    margin-bottom: 32px;
    margin-top: 26px;
}

.box-left {
    width: 49%;
    display: inline-block;
    padding-top: 68px;
    padding-left: 13%;
    padding-right: 3%;
    border-bottom: 18px solid #ececec;
    padding-bottom: 65px;
}


.box-right {
    width: 49%;
    display: inline-block;
    padding-right: 13%;
    padding-top: 60px;
    padding-left: 3%;
    padding-bottom: 84px;
}

.line-title {
    width: 100%;
    height: 2px;
    margin-top: -8px;
    background: #e0e0e0;
    margin-bottom: -2px;
}

.circle-icon {
    color: #999;
    font-size: 25px;
    border: 1px solid #999;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    margin-right: 1px;
    padding: 100px -7px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 50px;
    height: 50px;
}


/*  LIST AND IMG  */


.section-list-img .margin-title-list{

    margin-bottom:7px;
}

.img-list {
    background-position: center;
    background-repeat: no-repeat;
    width: 127%;
    height: 408px;
    background-repeat: no-repeat;
    margin-left: -47px;
}

.list-icon-1 {
    padding-left: 23px !important;
}


.block-list {
    width: 89%;
    height: 73px;
    margin-bottom: 38px;
    clear: both;
}

.square-list {
    width: 62px;
    height: 60px;
    border: 1px #EEEEEE solid;
    font-size: 30px;
    display: inline-block;
    padding-left: 17px;
    padding-top: 10px;
    line-height: -26px;
    padding-bottom: 12px;
}

.margin-list {
    display: inline-block;
    margin-left: 13px;
    margin-top: 19px;
    float: right;
    width: 80%;
}

.section-list-img .col-md-6{
    clear:none;

}


/*  CONTACTS  */
.box-img {
    width: 208px;
    height: 284px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-left: 2%;
    margin-right: 2%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: relative;
}

.box-img-bot {
    background: rgba(255,255,255,0.80) !important;
    width: 100% !important;
    height: 78px;
    position: absolute !important;
    bottom:0 !important;
    left:0 !important;
}

.box-img-bot .box-title-0 {
    position: absolute;
    width: 100%;
    top:50%;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
}


.box-icons {
    background: #575757;
    width: 100%;
    height: 38px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1px;
    padding-right: 11px;
}

.box-title-0 {
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: black;
}

.box-dsc {
    margin-top: 0;
    margin-left: 20%;
    color: black;
    font-size: 16px;
}


/*.team-photo .actions-bar  {
    background: #575757;
    width: 100%;
    height: 38px;
    padding: 10px;
}

.actions-bar .button {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    background: #7c7c7c;
    transition: all 0.3s ease;
    display: inline-block;
}

.actions-bar .button.active,
.actions-bar .button:hover {
    background: #87d37c;
}

.actions-bar .button.right {
    float: right;
    margin-left: 5px;
}

.actions-bar .button.left {
    margin-right: 5px;
    margin-top: -9px;
}*/

.icon-left {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    background: #87d37c;
    transition: all 0.3s ease;
    margin-left: 12px;
    display: inline-block;
    margin-top: -9px;
}

.box-icons-float {
    display: inline-block;
    float: right;
}

.box-icon {
    float: right;
    background: #7c7c7c;
    margin-left: 5px;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
}

    .box-icon:hover {
        background: #87D37C;
        color: #FFF;
    }


/*   CHAT   */

.margin-center {
    width: 163px;
    margin: auto;
    margin-bottom: 70px;
}


.line-small {
    margin: 14px auto 50px;
    width: 70px;
    height: 2px;
    background: #393939;
}

.title-center {
    display: inline-block;
    padding-left: 40%;
    font-weight: 500;
}

.padding-box-title {
    background: #fff;
    border: 1px solid #eee;
    width: 95.4%;
    padding: 25px;
    padding-bottom: 60px;
}

.photo-circle {
    border-radius: 50%;
    height: 81px;
    width: 80px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin: -11px 27px 89px 3px;
    margin-top: 23px;
}

.triangle {
    border-left: 31px solid transparent;
    border-right: -10px solid transparent;
    border-top: 41px solid #eee;
    width: 0;
    border-bottom: 160px;
    margin-left: -60px;
    display: inline-block;
    width: 20px;
    height: -108px;
}


.padding-name {
    position: absolute;
    padding-top: 18px;
    padding-left: 24px;
    font-weight: initial;
    color: #464646;
}

.padding-site {
    margin-left: 23px;
    font-size: 13px;
    color: #999;
    font-style: normal;
    position: relative;
    top: 9px;
}



@media (max-width: 1200px) {

    /* PLUGINS FLICK */
    .flickity-page-dots {
        position: absolute;
        width: 103%;
        bottom: -34px;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        line-height: 1;
    }

    /* CARROSEL AND TXT */

    .box-right {
        width: 49%;
        display: inline-block;
        background: #ececec;
        padding-right: 3%;
        padding-top: 60px;
        padding-left: 3%;
        padding-bottom: 84px;
    }

    .box-left {
        width: 49%;
        display: inline-block;
        padding-top: 94px;
        padding-left: 2%;
        background: #f3f3f3;
        padding-bottom: 65px;
        border: none;
    }

    /* CONTACTS */
    .box-icons-margin {
        display: inline-block;
        margin-left: 42%;
    }

    /* CHAT */


    .padding-box-title {
        background: #fff;
        border: 1px solid #eee;
        height: 301px;
        width: 96.4%;
        padding: 17px;
    }
}


@media (max-width: 988px) {


    .gallery {
        margin-bottom: 83px;
    }

    /* CARROSEL AND TXT */
    .box-left {
        width: 100%;
        display: block;
        padding-top: 94px;
        padding-left: 7%;
        background: #f3f3f3;
        padding-bottom: 65px;
        border: none;
    }

    .box-right {
        width: 100%;
        display: block;
        padding-top: 94px;
        padding-left: 8%;
        background: #f3f3f3;
        border-bottom: 18px solid #ececec;
        padding-bottom: 65px;
        border: none;
    }

    /* CONTACTS */
    .box-icons-margin {
        display: inline-block;
        margin-left: 31%;
    }

    /* CHAT */

    .photo-circle {
        border-radius: 50%;
        height: 81px;
        width: 80px;
        background-image: url('../images/msg-foto.jpg');
        background-position: center;
        background-repeat: no-repeat;
        margin: 150px 73px 64px 4px;
        margin-top: -3px;
    }


    .padding-box-title {
        background: #fff;
        border: 1px solid #eee;
        width: 96.4%;
        padding: 22px;
        padding: 40px 30px 45px 30px;
        text-align: left;
        position: relative;
        margin-top: 41px;
    }
}


@media (max-width: 748px) {

    /* PUBLIC */



    /* BANNER */
    .section-banner-title {
        background-position: bottom;
        background-repeat: no-repeat;
        width: 100%;
        height: 254px;
        background-size: 1200px;
        margin-top: -5px;
        background-image: url((" attr(data-src) "));
    }

    .box-banner-title {
        width: 29%;
        margin: auto;
        padding-top: -106px;
        padding-top: 43px;
        margin-left: 77px;
        margin-top: 38px;
    }

    /* CARROSEL AND TXT */
    .gallery-cell {
        width: 100%;
        height: 326px;
        background-image: url('../images/flick.jpg');
        background-size: 303px 325px;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    /* PLUGIN  */

    .flickity-page-dots {
        display: inline;
        width: 100%;
    }
    /*  WHO WE ARE */

    .box-left {
        width: 100%;
        display: block;
        padding-top: 46px;
        padding-left: 34px;
        background: #f3f3f3;
        padding-bottom: 65px;
        border: none;
        padding-right: 34px;
    }

    .box-right {
        width: 100%;
        display: block;
        padding-top: 14px;
        padding-left: 34px;
        background: #f3f3f3;
        border-bottom: 18px solid #ececec;
        border: none;
        margin-left: 1px;
        padding-right: 34px;
    }



    /*  LIST AND IMG */


   .margin-list {
    width: 100%;
    margin-bottom: 15px;
}
   .section-list-img .col-md-6{
    clear:both;

}


    .list-txt {
        margin-left: 90px;
        margin-top: -59px;
    }


    .margin-left {
        margin-left: 0px;
        font-weight: 500;
    }

    .block-list {
        width: auto;
        height: auto;
        margin: 0px;
        margin-bottom: 38px;
    }

    .box-two {
        display: block;
        width: 80%;
        margin: auto;
        margin-top: 29px;
    }

    .quadrate-list {
        width: 62px;
        height: 60px;
        border: 1px #EEEEEE solid;
        font-size: 30px;
        display: inline-block;
        color: #9E9E9E;
        padding-left: 17px;
        padding-top: 10px;
        line-height: -26px;
        padding-bottom: 12px;
        margin-left: 11px;
    }


    .img-list {
        background-image: url('../images/about/insta.png');
        height: 297px;
        background-repeat: no-repeat;
        background-size: 259px;
        width: 103%;
        margin: auto;
    }


    .line-title {
        width: 105%;
        height: 2px;
        margin-top: -8px;
        background: #e0e0e0;
        margin-bottom: -2px;
    }


    /* CONTACTS */
    .circle-icon {
        color: #999;
        font-size: 25px;
        border: 1px solid #999;
        border-radius: 100%;
        text-align: center;
        vertical-align: middle;
        line-height: 50px;
        margin-right: 1px;
        padding: 100px -7px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 3px;
        padding-bottom: 3px;
        width: 50px;
        height: 50px;
    }

    .block {
        display: block;
        margin-top: 194px;
    }

    .box-icons-margin {
        display: inline-block;
        margin-left: 60%;
    }

    /* CHAT */
    .photo-circle {
        border-radius: 50%;
        height: 81px;
        width: 80px;
        background-image: url('../images/msg-foto.jpg');
        background-position: center;
        background-repeat: no-repeat;
        margin: 0px 20px 5px 4px;
        margin-top: -3px;
    }

    .title-center {
        display: inline-block;
        padding-left: 27%;
        font-weight: 500;
    }


    .padding-box-title {
        background: #fff;
        border: 1px solid #eee;
        width: 96.4%;
        padding: 22px;
        padding: 40px 30px 45px 30px;
        text-align: left;
        position: relative;
        margin-top: 42px;
        height: 386px;
    }
}

@media (max-width: 450px) {

    /* BANNER */

    .box-banner-title {
        width: 70%;
        margin: auto;
        padding-top: 80px;
        margin-left: 22px;
        margin-top: 38px;
    }

    /* PLUGIN */

    .flickity-viewport {
        overflow: hidden;
        position: relative;
        height: 163px;
    }

    .flickity-page-dots {
        display: inline;
    }

    .padding-box-title {
        background: #fff;
        border: 1px solid #eee;
        width: 96.4%;
        padding: 22px;
        padding: 40px 30px 45px 30px;
        text-align: left;
        position: relative;
        margin-top: 42px;
        height: 447px;
    }
}
