.process-v1 .process-in > li i {
    background: #f4793b;
}

@font-face {
    font-family: Colaborate;
    src: url("/Content/font/ColabReg.eot?#iefix") format("embedded-opentype"), url("/Content/font/ColabReg.otf") format("opentype");
}

@font-face {
    font-family: Colaborate;
    font-weight: bold;
    src: url("/Content/font/ColabBol.eot?#iefix") format("embedded-opentype"), url("/Content/font/ColabBol.otf") format("opentype");
}

body {
    font-family: Colaborate;
    font-size: 15px;
}

.content-boxes-v4 i.fa {
    font-size: 14px;
}

.content-boxes-global:hover {
    box-shadow: 0 0 8px #eee;
}

.content-boxes-global {
    background: #fafafa;
    border: solid 1px #eee;
    padding: 10px;
    width: 100%;
    height: 100%;
}

.padding-left-right-5 {
    padding-left: 5px;
    padding-right: 5px;
}


/*Parallax Block
------------------------------------*/
.parallax-bg {
    position: relative;
    background: url(/Content/img/25.jpg) 50% no-repeat fixed;
}

    .parallax-bg:before {
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: #ffffff;
        background: rgba(255,255,255,0.85);
    }

.parallax-about .info-blocks-v2 {
    margin-bottom: 5px;
}

.parallax-about .title-box-v2 p,
.parallax-about .title-box-v2 h2 {
    color: #585f69;
    position: relative;
}



/* Designing presentation section */
.our-presentation {
    text-align: center;
    padding: 192px 0;
    background: url(/Content/img/slider-1.jpg);
    background-size: cover;
    background-position: center center;
}
    /* Designing the play button */
    .our-presentation .btn-u.btn-play {
        border-radius: 50%;
        background: #4fd2c2;
        font-size: 12px;
        padding: 28px 33px;
        /* transition: all 0.2s ease-in; */
    }

        .our-presentation .btn-u.btn-play:hover,
        .our-presentation .btn-u.btn-play:focus {
            background: #41b5a7;
            color: #fff;
            /* transform: scale(1.1); */
        }



.g-mb-65 {
    margin-bottom: 65px;
}

/* Overwriting g-heading-v10 */
.g-heading-v10 h2,
.g-heading-v10 .h2 {
    text-transform: uppercase;
    font-size: 36px;
    color: #111;
    margin-bottom: 20px;
    line-height: 1.3;
}

    .g-heading-v10 h2 .block-name {
        font-size: 11px;
        font-weight: bold;
        font-style: normal;
        margin: 0 0 15px;
        display: block;
    }

        .g-heading-v10 h2 .block-name span {
            color: #95e4da;
        }

.g-heading-v10 p {
    margin: 0 auto;
    font-size: 16px;
    max-width: 760px;
}



/* Slick slider */
.slick-slide {
    outline: none;
}

.slick-dots {
    padding: 40px 0 0;
    margin: 0;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 7px;
        height: 7px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
        background: #676767;
        border-radius: 50%;
    }

        .slick-dots li.slick-active {
            background: #a5c33c;
        }

        .slick-dots li button {
            display: none;
        }

.slick-arrow {
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #111;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    z-index: 2;
}

    .slick-arrow:hover {
        color: #111;
        background: #a5c33c;
    }


/* Infoblock trio */
.infoblock-trio {
    display: flex;
}

.infoblock-trio-col {
    width: 33.3%;
}

.infoblock-trio p {
    margin-bottom: 30px;
}

.infoblock-trio-col-1 {
    display: flex;
    flex-direction: column;
}

.infoblock-trio-col-1-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 10%;
    min-height: 506px;
}

.infoblock-trio-col-1-content {
    height: calc(100% - 506px);
    padding: 50px 50px 30px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .infoblock-trio-col-1-image {
        min-height: 400px;
        background-position: 50% 20%;
    }

    .infoblock-trio-col-1-content {
        height: auto;
    }

        .infoblock-trio-col-1-content .g-block-middle {
            position: static;
            transform: translateY(0);
        }
}

.infoblock-trio-col-2-content {
    padding: 50px 50px 30px;
    height: 100%;
    overflow: hidden;
}

.infoblock-trio-col-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.infoblock-trio-col-3-content {
    padding: 50px 50px 20px;
    border-bottom: solid 1px #565656;
    background: transparent;
    transition: background .3s;
}

    .infoblock-trio-col-3-content:hover {
        background: #414141;
    }

.infoblock-trio-col-3 .infoblock-trio-col-3-content:last-child {
    border-bottom: none;
}

@media (max-width: 991px) {
    .infoblock-trio {
        flex-wrap: wrap;
    }

    .infoblock-trio-col-1 {
        width: 100%;
    }

    .infoblock-trio-col-2,
    .infoblock-trio-col-3 {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .infoblock-trio p {
        margin-bottom: 15px;
    }

    .infoblock-trio-col-1-content,
    .infoblock-trio-col-2-content,
    .infoblock-trio-col-3-content {
        padding: 50px 15px;
    }
}

@media (max-width: 650px) {
    .infoblock-trio {
        display: block;
    }

    .infoblock-trio-col {
        width: 100%;
    }

    .infoblock-trio-col-2-content {
        height: auto;
    }

        .infoblock-trio-col-2-content .g-block-middle {
            position: static;
            transform: translateY(0);
        }
}

/* Infoblocks */
.infoblocks {
    position: relative;
    padding-top: 130px;
}

    .infoblocks .slick-dots {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 780px;
        margin: 0 auto;
        padding: 0;
    }

        .infoblocks .slick-dots:before {
            content: "";
            position: absolute;
            top: 4.6px;
            left: 50%;
            right: 50%;
            transform: translate(-50%, 0px);
            display: block;
            width: calc(100% - 130px);
            height: 4px;
            border-bottom: 1px solid #ececec;
        }

        .infoblocks .slick-dots li {
            width: 130px;
            height: auto;
            background: none;
            border-radius: 0;
            text-transform: uppercase;
            font-size: 11px;
            font-weight: 600;
            vertical-align: top;
            margin: 0;
        }

            .infoblocks .slick-dots li strong {
                font-weight: 600;
            }

        .infoblocks .slick-dots .slick-active {
            color: #a5c33c;
        }

        .infoblocks .slick-dots li span {
            width: 10px;
            height: 10px;
            display: block;
            background: #fff;
            border: 1px solid #ececec;
            border-radius: 10px;
            margin: 3px auto 19px;
            /*vertical-align: middle;*/
        }

        .infoblocks .slick-dots .slick-active span {
            width: 17px;
            height: 17px;
            display: block;
            border: 3px solid #a5c33c;
            border-radius: 10px;
            margin: 0 auto 15px;
        }

@media (max-width: 800px) {
    .infoblocks {
        padding-top: 0;
    }

        .infoblocks .slick-dots {
            width: auto;
            position: static;
            padding-top: 30px;
        }

            .infoblocks .slick-dots:before {
                display: none;
            }

            .infoblocks .slick-dots li {
                width: 30px;
            }

                .infoblocks .slick-dots li strong {
                    display: none;
                }

                .infoblocks .slick-dots li span {
                    border-color: #d8d8d8;
                }
}

.infoblock {
    display: flex;
}

.infoblock-img,
.infoblock-content {
    width: 50%;
}

.infoblock-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.infoblock-content {
    padding: 100px 50px;
}

    .infoblock-content p {
        margin-bottom: 30px;
    }

@media (max-width: 768px) {
    .infoblock-content {
        padding: 50px 15px;
    }
}

@media (max-width: 699px) {
    .infoblock {
        display: block;
    }

    .infoblock-img {
        width: 100%;
        height: 360px;
    }

    .infoblock-content {
        width: 100%;
    }
}

.one-page-header {
    background: #4c4c4c;
    background: rgba(0,0,0,0.7);
}

.tp-caption.medium_bg_orange.agapia_orange {
    background-color: rgb(244,121,59);
}

.tp-caption.medium_bg_orange.agapia_gray {
    background-color: rgb(127,127,130);
}

.tp-caption.medium_bg_orange.agapia_blue {
    background-color: rgb(0,153,158);
}

.tp-caption.medium_bg_orange.agapia_yellow {
    background-color: rgb(218,171,24);
    /*background-color: rgb(253,214,9);*/
    /*background-color: rgb(255,234,38);*/
}

.tp-caption.medium_bold_gray_title {
    font-size: 30px;
    line-height: 55px;
    font-weight: 700;
    color: rgb(30,30,30);
    text-decoration: none;
    background-color: transparent;
    font-family: Colaborate;
    /*text-shadow: -1px 0 rgb(121,137,129), 0 1px rgb(121,137,129), 1px 0 rgb(121,137,129), 0 -1px rgb(121,137,129);*/
    border-width: 0;
    border-color: rgb(255, 255, 255);
    border-style: none;
}

.tp-caption.large_bold_gray_title {
    font-size: 35px;
    line-height: 60px;
    font-weight: 700;
    color: rgb(30,30,30);
    text-decoration: none;
    background-color: transparent;
    font-family: Colaborate;
    /*text-shadow: -1px 0 rgb(218,171,24), 0 1px rgb(218,171,24), 1px 0 rgb(218,171,24), 0 -1px rgb(218,171,24);*/
    border-width: 0;
    border-color: rgb(255, 255, 255);
    border-style: none;
}

@media (min-width: 992px ) {

    .row-eq-height {
        display: -webkit-box;
        /*display: -webkit-flex;*/
        display: -ms-flexbox;
        display: flex;
    }
}
/*[class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee;
  background-color: rgba(86,61,124,.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2);
}*/

.content-boxes-v4-sm i.fa {
    font-size: 12px;
    width: 15px;
}

.block-grid-v1-img {
    height: 36px;
    width: 36px;
    margin-left: 10px;
    margin-right: 5px;
}

.content-boxes-in-v3 i.fa {
    float: left;
    line-height: 40px;
    margin-right: 15px;
}

.img-responsive.img-responsive-center {
    margin: 0 auto;
}

.content-xxs {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 992px ) {
    .space-md-hor {
        padding-left: 0;
        padding-right: 0;
    }

    .space-lg-hor {
        padding-left: 0;
        padding-right: 0;
    }

    .space-xlg-hor {
        padding-left: 0;
        padding-right: 0;
    }
}

.separator:after {
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 70px;
    content: " ";
    margin-left: -35px;
    position: absolute;
    background: #f3a81d;
}

.clients-section img {
    width: 160px;
    height: 100px;
}

@media (max-width: 992px ) {
    .clients-section img {
        width: 120px;
        height: 75px;
    }
}

.clients-section-2 {
    background: #333 url(../img/difference.jpg) 50% fixed;
    background-size: cover;
}

.service .service-icon {
    padding: 0;
    color: #f4793b;
}
/*129789 214ea2 50afbf*/
.service-icon-color-1 {
    color: #f31d68;
}

.service-icon-color-2 {
    color: #3d1df3; /*1d68f3*/
}

.service-icon-color-3 {
    color: #50afbf;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

::selection {
    color: #fff;
    background: #f4793b;
}

.title-v1 h1, .title-v1 h2 {
    font-family: Colaborate;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Colaborate;
}

.parallax-quote-in p {
    font-family: Colaborate;
}

a:hover {
    color: #f4793b;
}
