.page-banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 365px;
}

    .page-banner .container {
        position: absolute;
        bottom: 100px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.pb-title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

.page-content {
    padding: 30px 0 45px;
}

.page-nav {
    margin-bottom: 30px;
}

    .page-nav ul li,
    .page-nav ul li a {
        display: inline-block;
    }

        .page-nav ul li a {
            color: #999;
        }

            .page-nav ul li a:hover {
                color: #ed7b28;
                text-decoration: underline;
            }

        .page-nav ul li:not(:last-child)::after {
            display: inline-block;
            color: #999;
            content: "/";
            margin: 0 3px 0 6px;
        }

.page-title {
    color: #4B514F;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin: 0 0 30px;
}

.page-text {
    color: #4a5053;
    font-size: 16px;
    line-height: 1.6;
}

    .page-text p {
        margin-bottom: 25px;
    }

    .page-text img {
        height: auto !important;
    }

    .page-text img,
    .page-text iframe {
        max-width: 100%;
    }
    .mytable table {
        border: 1px solid #ededed;
    }
.page-text ul li {
    list-style-type: disc;
    margin-left: 20px;
}
.page-text ul {
    margin-bottom: 15px;
}
.page-text ol li {
    list-style-type: decimal;
    margin-left: 20px;
}
.page-text ol li {
    list-style-type: decimal;
    margin-left: 20px;
}
.mytable table td{
    border: 1px solid #ededed;
    padding-top: 10px;
    padding-bottom: 10px;
}
.mytable p {
    margin-bottom: 0px;
}
.why-us {
    background: url("/Content/WebsiteTemplate/img/whyus-bg.jpg") no-repeat 50% 50%;
    background-size: cover;
}

.why-us-inner {
    padding: 80px 0 30px;
    min-height: 487px;
}

    .why-us-inner ul li {
        display: block;
        position: relative;
        color: #fff;
        font-size: 20px;
        font-weight: 300;
        min-height: 26px;
        padding-left: 55px;
        margin-bottom: 15px;
    }

        .why-us-inner ul li:last-child {
            margin: 0;
        }

        .why-us-inner ul li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            background: url("/Content/WebsiteTemplate/img/check-icon.png") no-repeat 50% 50%;
            width: 27px;
            height: 26px;
        }

.why-us-title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.25px;
    margin: 0 0 25px;
}

.our-priorities {
    padding: 70px 100px;
}

    .our-priorities ul li {
        display: block;
        position: relative;
        color: #333;
        font-size: 18px;
        font-weight: 300;
        min-height: 26px;
        padding-left: 55px;
        margin-bottom: 15px;
    }

        .our-priorities ul li:last-child {
            margin: 0;
        }

        .our-priorities ul li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            background: url("/Content/WebsiteTemplate/img/check-icon.png") no-repeat 50% 50%;
            width: 27px;
            height: 26px;
        }

.our-priorities-title {
    color: #4B514F;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.25px;
    margin: 0 0 35px;
}
.our-values {
    padding-top: 0px !important;
}

/* SOLUTIONS */
.page-content.solutions {
    padding-bottom: 0;
}

.solution-item {
    padding: 80px 0;
}

    .solution-item:first-child {
        padding-top: 0;
    }

    .solution-item .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.si-content {
    width: 46.66666666666667%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.si-image {
    width: 53.33333333333333%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: right;
}

    .si-image img {
        max-width: 100px;
        display: inline-block;
    }

.solution-item:nth-child(even) {
    background-color: #f4f2f1;
}

    .solution-item:nth-child(even) .si-content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .solution-item:nth-child(even) .si-image {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        text-align: left;
    }

.si-title {
    color: #4B514F;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -0.75px;
    margin: 0 0 20px;
}

/*.si-desc {
  color: #4a5053;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 30px; }*/

.si-desc {
    color: #4a5053;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}

    .si-desc ul {
        margin-bottom: 50px;
    }

        .si-desc ul li {
            display: block;
            position: relative;
            color: #4a5053;
            font-size: 16px;
            font-weight: 300;
            min-height: 26px;
            padding-left: 55px;
            margin-bottom: 5px;
        }

            .si-desc ul li:last-child {
                margin: 0;
            }

            .si-desc ul li::before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                background: url("/Content/WebsiteTemplate/img/check-icon.png") no-repeat 50% 50%;
                width: 27px;
                height: 26px;
            }

.si-link {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-color: #ed7b28;
    border-radius: 35px;
    border-top-left-radius: 0;
    padding: 15px 27px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .si-link:hover {
        border-top-left-radius: 35px;
    }

.si-image img {
    max-width: 100%;
}

.solution-item.red .si-link {
    background-color: #e01521;
}

.solution-item.red .si-desc ul li::before {
    background: url("/Content/WebsiteTemplate/img/check-icon-red.png") no-repeat 50% 50%;
}

.solution-item.green .si-link {
    background-color: #64ac28;
}

.solution-item.green .si-desc ul li::before {
    background: url("/Content/WebsiteTemplate/img/check-icon-green.png") no-repeat 50% 50%;
}

.solution-item.blue .si-link {
    background-color: #336699;
}

.solution-item.blue .si-desc ul li::before {
    background: url("/Content/WebsiteTemplate/img/check-icon-blue.png") no-repeat 50% 50%;
}

.solution-item.lightblue .si-link {
    background-color: #6699cc;
}

.solution-item.lightblue .si-desc ul li::before {
    background: url("/Content/WebsiteTemplate/img/check-icon-lblue.png") no-repeat 50% 50%;
}

/* CONTACT */
.contact-left {
    width: 66.25%;
    padding-right: 65px;
    float: left;
}

.contact-right {
    width: 33.75%;
    float: left;
}

.contact-group + .contact-group {
    margin-top: 50px;
}

.cg-title {
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #4B514F;
    font-weight: 700;
    margin: 0 0 30px;
}

.contact-group .info {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #4B514F;
    padding-left: 30px;
    margin-bottom: 15px;
}

    .contact-group .info svg {
        position: absolute;
        left: 0;
        top: 5px;
        max-width: 20px;
        max-height: 20px;
        color: #ed7b28;
    }

    .contact-group .info a {
        color: #4B514F;
    }

.cg-social li {
    display: inline-block;
    margin-left: 5px;
}

.cg-social a {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all .4s;
    transition: all .4s;
}

    .cg-social a:hover {
        color: #fff !important;
        box-shadow: 0 10px 30px rgba(97, 97, 97, 0.3);
    }

    .cg-social a::after {
        content: "";
        position: absolute;
        top: 2px;
        bottom: 2px;
        right: 2px;
        left: 2px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .4s;
        transition: all .4s;
        z-index: -1;
        background-color: #fff;
        border-radius: 50%;
    }

    .cg-social a:hover::after {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .cg-social a svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 24px;
    }

    .cg-social a.instagram {
        color: #e4405f;
        background-color: #e4405f;
    }

    .cg-social a.youtube {
        color: #cd201f;
        background-color: #cd201f;
    }

    .cg-social a.linkedin {
        color: #0077B5;
        background-color: #0077B5;
        line-height: 30px;
    }
    .cg-social a.facebook {
        color: #4267b2;
        background-color: #4267b2;
        line-height: 30px;
    }

        .cg-social a.linkedin svg {
            height: 18px;
        }

    .cg-social a.facebook svg {
        height: 19px;
    }

.contact-form input,
.contact-form select,
.contact-form textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 60px;
    color: #4B514F;
    font-weight: 400;
    height: 60px;
    padding: 0 30px;
    background-color: #f7f7fa;
    border: 1px solid #f7f7fa;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    outline: none;
}

    .contact-form input:focus,
    .contact-form select:focus,
    .contact-form textarea:focus {
        background-color: #ffffff;
        border-color: #faeff5;
        box-shadow: 0 30px 30px rgba(14, 16, 48, 0.08);
    }

.contact-form ::-webkit-input-placeholder {
    color: #767a79;
}

.contact-form ::-moz-placeholder {
    color: #767a79;
}

.contact-form :-ms-input-placeholder {
    color: #767a79;
}

.contact-form :-moz-placeholder {
    color: #767a79;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form textarea {
    resize: none;
    height: auto;
}

.checkbox {
    margin-bottom: 10px;
}

.checkbox-inline {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox label {
    position: relative;
    font-size: 16px;
    padding-left: 30px;
    cursor: pointer;
}

    .checkbox label::before {
        content: "";
        position: absolute;
        width: 23px;
        height: 23px;
        left: 0;
        top: 0;
        border: 1px solid #ceced8;
    }

    .checkbox label::after {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        width: 13px;
        height: 13px;
        background-color: #ed7b28;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

.checkbox [type="checkbox"]:checked + label:before {
    border: 1px solid #ed7b28;
}

.checkbox [type="checkbox"]:checked + label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.checkbox label a {
    color: #0035f5;
    text-decoration: underline;
}

.contact-send-btn {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    cursor: pointer;
    border: none;
    background-color: #ed7b28;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    outline: none;
    padding: 10px 28px;
}

    .contact-send-btn:hover {
        color: #ed7b28;
        background-color: #fff;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

.page-content.contact {
    padding-bottom: 0;
}

.contact .page-title {
    font-size: 34px;
}

.contact-map {
    padding-top: 30px;
    overflow: hidden;
}

    .contact-map iframe {
        width: 100%;
        height: 400px;
        margin-bottom: -5px;
    }

/* JOB LIST / DETAIL */
.job-list .row {
    margin: 0 -29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.job-list-item {
    width: 33.33%;
    padding: 0 29px;
    margin-bottom: 50px;
}

    .job-list-item > a {
        display: block;
    }

.jli-inner {
    position: relative;
    box-shadow: 0 5px 23px 0 rgba(193, 188, 188, 0.3);
    min-height: 100%;
    padding: 35px 45px 75px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .jli-inner:hover {
        color: #fff;
        background-color: #ed7b28;
        box-shadow: none;
    }

.jli-title {
    color: #4b504f;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.25px;
    margin: 0 0 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.jli-desc {
    color: #4b504f;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 75px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 25px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.jli-desc p {
    margin: 0;
}

.jli-list ul li {
    display: block;
    color: #333;
    font-weight: 300;
    margin-bottom: 18px;
}

    .jli-list ul li img {
        position: relative;
        top: -2px;
        margin-right: 8px;
        -webkit-filter: invert(80%);
        filter: invert(80%);
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

.jli-inner:hover .jli-title,
.jli-inner:hover .jli-desc {
    color: #fff;
}

.jli-inner:hover .jli-list ul li {
    color: #fff;
}

    .jli-inner:hover .jli-list ul li img {
        -webkit-filter: none;
        filter: none;
    }

.jli-link {
    position: absolute;
    bottom: 20px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: #ed7b28;
    border-radius: 35px;
    border-top-left-radius: 0;
    padding: 10px 38px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.jli-inner:hover .jli-link {
    color: #ed7b28;
    background-color: #fff;
}

.job-detail-info {
    position: relative;
    background-color: #ed7b28;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 145px;
    padding: 35px 75px 35px 40px;
    margin-bottom: 50px;
}

    .job-detail-info::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 30px 0 0;
        border-color: #ed7a28 transparent transparent transparent;
        top: 100%;
        left: 50px;
        z-index: 1;
    }

.jdi-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.25px;
    margin: 0 0 15px;
}

.jdi-bottom-left {
    float: left;
}

    .jdi-bottom-left span {
        display: inline-block;
        color: #fff;
        margin-right: 34px;
    }

        .jdi-bottom-left span img {
            position: relative;
            top: -2px;
            margin-right: 5px;
        }

        .jdi-bottom-left span:last-child {
            margin: 0;
        }

.jdi-bottom-right {
    float: right;
}

.jdi-share-title {
    display: inline-block;
    color: #f9f8f8;
    font-weight: 600;
    letter-spacing: -0.25px;
}

    .jdi-share-title img {
        position: relative;
        top: -2px;
        margin-right: 2px;
    }

.job-detail-text .page-text h2,
.job-detail-text .page-text h3 {
    color: #4b504f;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.25px;
    padding-bottom: 8px;
    margin: 0 0 20px;
    border-bottom: 1px dashed #4b504f;
}

.job-detail-link {
    margin-top: 40px;
}

    .job-detail-link a {
        display: inline-block;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        background-color: #ed7b28;
        border-radius: 35px;
        border-top-left-radius: 0;
        padding: 10px 38px;
        margin-top: 40px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

        .job-detail-link a:hover {
            border-top-left-radius: 35px;
        }

/* NEWS LIST / DETAIL */
.news-list .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -19px;
}

.nl-item {
    width: 33.33%;
    padding: 0 19px;
    margin-bottom: 50px;
}

    .nl-item a {
        display: block;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

.hns-img {
    margin-bottom: 30px;
    overflow: hidden;
    height: 249px;
    text-align: center;
    background: #e8760f;
}

    .hns-img img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 5px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        margin: 0 auto;
    }

.nl-item:hover .hns-img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.hns-text {
    padding: 0 30px;
}

.hns-title {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.25px;
    margin-bottom: 20px;
}

.hns-desc {
    color: #5a5f62;
    font-size: 16px;
    letter-spacing: -0.25px;
    line-height: 1.4;
}

.news-detail-img {
    float: left;
    margin: 0 20px 20px 0;
    width: 540px;
    max-width: 45%;
}

    .news-detail-img img {
        max-width: 100%;
    }

.news-detail-date {
    color: #f17406;
    font-size: 13px;
    margin-bottom: 10px;
}

/* REFERENCES LIST / DETAIL */
.logo-list .row {
    margin: 0 -15px;
}

.ll-item {
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.ll-item a {
    display: block;
    position: relative;
}

.ll-info {
    color: #fff;
    font-size: 14px;
}

.ll-item-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 150px;
    padding: 20px;
    border: 1px solid #ddd;
}

    .ll-item-inner::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-top: 1px solid #4B514F;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        z-index: 1;
    }

.has-detail .ll-item-inner::after {
    border-top: 1px solid #ed7b28;
}

.ll-item:hover .ll-item-inner::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.ll-item-inner img {
    max-width: 80%;
    max-height: 100%;
}

.ll-item-icon {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #ed7b28;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 8px;
    z-index: 1;
}

    .ll-item-icon svg {
        height: 20px;
    }

.ll-item.has-detail {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.ll-item-inner.ll-front,
.ll-item-inner.ll-back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 0.4s;
}

.ll-item-inner.ll-back {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ed7b28;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    text-align: center;
    height: auto;
}

.ll-item.has-detail:hover .ll-item-inner.ll-front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.ll-item.has-detail:hover .ll-item-inner.ll-back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.ll-item-inner.ll-back .ll-item-icon {
    color: #ed7b28;
    background-color: #fff;
}

.reference-testimonial {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    padding: 45px 0 52px;
}

.ht-slider-img {
    width: 50%;
    float: left;
    padding-right: 20px;
}

.hts-img-inner {
    padding-bottom: 63.5%;
    background-color: #333;
    border-radius: 5px;
    box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.1);
}

.video-single .hts-img-inner::after {
    content: url("/Content/WebsiteTemplate/img/play-icon.svg");
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 54px;
    color: #000;
    opacity: 0.49;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.video-single .hts-img-inner:hover::after {
    opacity: 0.9;
}

.ht-slider-text {
    width: 50%;
    float: left;
    padding-left: 20px;
}

.hts-main-title {
    color: #eb6053;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.25px;
}

.hts-text-info {
    color: #eb6053;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.25px;
    margin-bottom: 20px;
}

.hts-text-title {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: -0.25px;
    margin-bottom: 25px;
}

.hts-text-desc {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -0.25px;
}

.reference-gallery {
    padding: 70px 40px;
}

.rg-title {
    color: #4B514F;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.25px;
    margin: 0 0 35px;
}

.rg-item img {
    width: 100%;
}

.reference-gallery-slider .owl-next,
.reference-gallery-slider .owl-prev {
    position: absolute;
    color: #aeb2ba;
    top: 60px;
    border: none;
    background: none;
    outline: none;
    padding: 0;
    z-index: 1;
}

    .reference-gallery-slider .owl-next svg,
    .reference-gallery-slider .owl-prev svg {
        height: 40px;
    }

.reference-gallery-slider .owl-next {
    right: -45px;
}

.reference-gallery-slider .owl-prev {
    left: -45px;
}

/* HISTORY */
.timeline-slider {
    position: relative;
    z-index: 1;
    margin: 100px 0;
}

    .timeline-slider::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 239px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-top: 2px dashed #dcdcdc;
        z-index: -1;
    }

.timeline-date {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 10px;
}

.timeline-circle {
    position: relative;
    width: 75px;
    height: 75px;
    border: 2px solid #9FA0A2;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.timeline-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.timeline-text {
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 2px solid #333;
}

    .timeline-text div {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 40px;
        overflow: hidden;
    }

.timeline-inner {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.timeline-line {
    margin: 0 auto 15px;
    width: 16px;
    height: 119px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.timeline-slider .owl-item:nth-child(even) .timeline-text {
    border: 0;
    border-top: 2px solid #333;
    padding: 15px 0 0;
}

.timeline-slider .owl-item:nth-child(even) .timeline-item .timeline-line {
    margin: 15px auto 0;
}

.timeline-slider .owl-item:nth-child(even) .timeline-item .timeline-circle {
    margin-bottom: 10px;
}

.timeline-slider .owl-item:nth-child(even) .timeline-item {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-137px);
    -ms-transform: translateY(-137px);
    transform: translateY(-137px);
}

.timeline-slider .owl-stage-outer {
    padding-top: 137px;
}

.timeline-slider .owl-nav .owl-next,
.timeline-slider .owl-nav .owl-prev {
    position: absolute;
    top: 226px;
    z-index: 10;
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    width: 25px;
    height: 25px;
    color: #fff;
    background: #ed7b28;
    border-radius: 50%;
    padding-top: 2px;
}

    .timeline-slider .owl-nav .owl-next svg,
    .timeline-slider .owl-nav .owl-prev svg {
        width: 18px;
        height: 18px;
    }

.timeline-slider .owl-nav .owl-prev {
    left: -1px;
}

.timeline-slider .owl-nav .owl-next {
    right: -1px;
    padding-left: 3px;
}

.timeline-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.timeline-desc {
    min-height: 75px;
    margin-bottom: 30px;
}

.timeline-slider .owl-item:first-child .timeline-date,
.timeline-slider .owl-item:first-child .timeline-circle,
.timeline-slider .owl-item:nth-child(5n+6) .timeline-date,
.timeline-slider .owl-item:nth-child(5n+6) .timeline-circle {
    color: #079fa0;
}

.timeline-slider .owl-item:first-child .timeline-inner,
.timeline-slider .owl-item:nth-child(5n+6) .timeline-inner {
    background-image: url(/Content/WebsiteTemplate/img/dot1.png);
}

.timeline-slider .owl-item:first-child .timeline-line,
.timeline-slider .owl-item:nth-child(5n+6) .timeline-line {
    background-image: url(/Content/WebsiteTemplate/img/line1.png);
}

.timeline-slider .owl-item:nth-child(5n+6) .timeline-line {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.timeline-slider .owl-item:first-child .timeline-text,
.timeline-slider .owl-item:nth-child(5n+6) .timeline-text {
    border-color: #079fa0;
}

.timeline-slider .owl-item:nth-child(2) .timeline-date,
.timeline-slider .owl-item:nth-child(2) .timeline-circle,
.timeline-slider .owl-item:nth-child(5n+7) .timeline-date,
.timeline-slider .owl-item:nth-child(5n+7) .timeline-circle {
    color: #f79319;
}

.timeline-slider .owl-item:nth-child(2) .timeline-inner,
.timeline-slider .owl-item:nth-child(5n+7) .timeline-inner {
    background-image: url(/Content/WebsiteTemplate/img/dot2.png);
}

.timeline-slider .owl-item:nth-child(2) .timeline-line,
.timeline-slider .owl-item:nth-child(5n+7) .timeline-line {
    background-image: url(/Content/WebsiteTemplate/img/line2.png);
}

.timeline-slider .owl-item:nth-child(5n+7) .timeline-line {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.timeline-slider .owl-item:nth-child(2) .timeline-text,
.timeline-slider .owl-item:nth-child(5n+7) .timeline-text {
    border-color: #f79319;
}

.timeline-slider .owl-item:nth-child(3) .timeline-date,
.timeline-slider .owl-item:nth-child(3) .timeline-circle,
.timeline-slider .owl-item:nth-child(5n+8) .timeline-date,
.timeline-slider .owl-item:nth-child(5n+8) .timeline-circle {
    color: #f22e78;
}

.timeline-slider .owl-item:nth-child(3) .timeline-inner,
.timeline-slider .owl-item:nth-child(5n+8) .timeline-inner {
    background-image: url(/Content/WebsiteTemplate/img/dot3.png);
}

.timeline-slider .owl-item:nth-child(3) .timeline-line,
.timeline-slider .owl-item:nth-child(5n+8) .timeline-line {
    background-image: url(/Content/WebsiteTemplate/img/line3.png);
}

.timeline-slider .owl-item:nth-child(5n+8) .timeline-line {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.timeline-slider .owl-item:nth-child(3) .timeline-text,
.timeline-slider .owl-item:nth-child(5n+8) .timeline-text {
    border-color: #f22e78;
}

.timeline-slider .owl-item:nth-child(4) .timeline-date,
.timeline-slider .owl-item:nth-child(4) .timeline-circle,
.timeline-slider .owl-item:nth-child(5n+9) .timeline-date,
.timeline-slider .owl-item:nth-child(5n+9) .timeline-circle {
    color: #1f7cb9;
}

.timeline-slider .owl-item:nth-child(4) .timeline-inner,
.timeline-slider .owl-item:nth-child(5n+9) .timeline-inner {
    background-image: url(/Content/WebsiteTemplate/img/dot4.png);
}

.timeline-slider .owl-item:nth-child(4) .timeline-line,
.timeline-slider .owl-item:nth-child(5n+9) .timeline-line {
    background-image: url(/Content/WebsiteTemplate/img/line4.png);
}

.timeline-slider .owl-item:nth-child(5n+9) .timeline-line {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.timeline-slider .owl-item:nth-child(4) .timeline-text,
.timeline-slider .owl-item:nth-child(5n+9) .timeline-text {
    border-color: #1f7cb9;
}

.timeline-slider .owl-item:nth-child(5) .timeline-date,
.timeline-slider .owl-item:nth-child(5) .timeline-circle,
.timeline-slider .owl-item:nth-child(5n+10) .timeline-date,
.timeline-slider .owl-item:nth-child(5n+10) .timeline-circle {
    color: #375823;
}

.timeline-slider .owl-item:nth-child(5) .timeline-inner,
.timeline-slider .owl-item:nth-child(5n+10) .timeline-inner {
    background-image: url(/Content/WebsiteTemplate/img/dot5.png);
}

.timeline-slider .owl-item:nth-child(5) .timeline-line,
.timeline-slider .owl-item:nth-child(5n+10) .timeline-line {
    background-image: url(/Content/WebsiteTemplate/img/line5.png);
}

.timeline-slider .owl-item:nth-child(5n+10) .timeline-line {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.timeline-slider .owl-item:nth-child(5) .timeline-text,
.timeline-slider .owl-item:nth-child(5n+10) .timeline-text {
    border-color: #375823;
}

.timeline-slider .owl-item.center .timeline-circle {
    background-color: currentColor;
    border-color: currentColor;
}

.timeline-slider .owl-item.center .timeline-inner {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

/*Reset*/
.timeline-slider .owl-item:nth-child(12) .timeline-line,
.timeline-slider .owl-item:nth-child(14) .timeline-line {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
}

.timeline-slider .owl-item:nth-child(11) .timeline-line,
.timeline-slider .owl-item:nth-child(13) .timeline-line,
.timeline-slider .owl-item:nth-child(15) .timeline-line {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
}
/* E-FORM POPUP */

.e-form-modal-content {
    width: 100%;
    padding: 30px;
    background-color: #fff;
}

    .e-form-modal-content input[type="submit"] {
        padding: 5px;
        color: #fff;
        font-weight: 300;
        display: inline-block;
        width: 151px;
        text-align: center;
        border: 1px solid #5b5977;
        background-color: #5b5977;
        float: right;
        border-radius: 2px;
    }

        .e-form-modal-content input[type="submit"]:hover {
            background-color: #45435a;
        }



    .e-form-modal-content .edc-form-modal-body {
        margin-top: 30px;
    }

.e-form-content img {
    max-width: 100%;
}

.e-form-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    display: none;
    z-index: 50;
}

.e-form-popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    background-color: rgba(0, 0, 0, 0.1);
}

    .e-form-popup-bg.darker-bg {
        background-color: rgba(0, 0, 0, 0.75);
    }

.e-form-content {
    width: 800px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
    z-index: 45;
    padding: 30px;
    background-color: #fff;
    -webkit-perspective: 3000px;
    perspective: 3000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .e-form-content::before,
    .e-form-modal-content::before,
    .e-form-content::after,
    .e-form-modal-content::after {
        position: absolute;
        content: "";
        background: url(/Content/WebsiteTemplate/img/egf-form-border.png) no-repeat center center;
        width: 136px;
        height: 31px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .e-form-content::before,
    .e-form-modal-content::before {
        top: -31px;
    }

    .e-form-content::after,
    .e-form-modal-content::after {
        bottom: -31px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .e-form-content input,
    .e-form-content textarea {
        width: 100%;
        color: #5b5977;
        font-family: inherit;
        font-weight: 400;
        font-size: 16px;
        height: 35px;
        line-height: 35px;
        border: none;
        border-bottom: 1px solid #dedbd6;
        background: #fff;
        outline: none;
    }

    .e-form-content textarea {
        line-height: 1.1;
        height: auto;
        resize: none;
    }

    .e-form-content input[type="submit"] {
        color: #fff;
        font-weight: 300;
        display: inline-block;
        width: 151px;
        text-align: center;
        border: 1px solid #5b5977;
        background-color: #5b5977;
    }

        .e-form-content input[type="submit"]:hover {
            background-color: #45435a;
        }

    .e-form-content .OpinionFormSelect {
        width: 100%;
        color: #5b5977;
        font-family: inherit;
        font-weight: 400;
        font-size: 16px;
        height: 35px;
        line-height: 35px;
        border: none;
        border-bottom: 1px solid #dedbd6;
        background: #fff;
        outline: none;
    }

@-webkit-keyframes popupContentScale {
    0% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    95% {
        -webkit-transform: translate(-50%, -50%) scale(0.4);
        transform: translate(-50%, -50%) scale(0.4);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(0.4);
        transform: translate(-50%, -50%) scale(0.4);
    }
}

@keyframes popupContentScale {
    0% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    95% {
        -webkit-transform: translate(-50%, -50%) scale(0.4);
        transform: translate(-50%, -50%) scale(0.4);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(0.4);
        transform: translate(-50%, -50%) scale(0.4);
    }
}

.edc-form-body {
    max-width: 525px;
    margin: 0 auto;
}

    .edc-form-body .form-group {
        margin-bottom: 20px;
    }

    .edc-form-body :placeholder-shown {
        color: #5b5977;
        font-weight: 300;
    }

    .edc-form-body ::-webkit-input-placeholder {
        color: #5b5977;
        font-weight: 300;
    }

    .edc-form-body ::-moz-placeholder {
        color: #5b5977;
        font-weight: 300;
    }

    .edc-form-body :-ms-input-placeholder {
        color: #5b5977;
        font-weight: 300;
    }

    .edc-form-body :-moz-placeholder {
        color: #a078bb;
    }

.efc-inner {
    position: relative;
    border: 1px solid #beb7ae;
    padding: 40px;
}

.e-form-popup-close {
    position: absolute;
    right: 0;
    top: 0;
    color: #beb7ae;
    border-left: 1px solid #beb7ae;
    border-bottom: 1px solid #beb7ae;
    width: 40px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
}

    .e-form-popup-close:hover {
        color: #fff;
        background: #beb7ae;
    }

.efc-title {
    color: #973698;
    font-family: "Didot LT Std TR";
    font-size: 42px;
    letter-spacing: -0.4px;
    line-height: 1.1;
}

.edc-desc {
    color: #5b5977;
    font-size: 18px;
    font-weight: 300;
    margin: 20px 0 15px;
}

/* CERTIFICATES */
.certificates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
}
.certificate-items {
    display: flex;
    flex-wrap: wrap;
}
.certificate-item {
    max-width: 25%;
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 20px;
}

/* OUR TEAM */

.our-team-list .row {
    margin: 0 -15px;
}

.otl-item {
    position: relative;
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.otl-link-wrapper {
    top: 0;
    position: absolute;
    left: 0;
    display: block;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.otl-inner {
    position: relative;
    height: 350px;
    background-color: #f5f5f5;
    overflow: hidden;
    backface-visibility: hidden;
}

.otl-img {
    position: absolute;
    right: 10px;
    bottom: -10px;
    z-index: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.otl-item:hover .otl-img {
    bottom: 0;
}

.otl-text {
    position: absolute;
    width: 130px;
    left: 20px;
    top: 50px;
    /*top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    z-index: 2;
}

.otl-title {
    color: #444;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.15px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.otl-desc {
    color: #ed7b28;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.otl-tel,
.otl-email {
    display: block;
    margin-top: 5px;
}

.otl-mail {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 54px;
    text-align: center;
    background-color: #ed7b28;
    z-index: 3;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.otl-mail svg {
    width: 14px;
    height: 14px;
}

    .otl-mail:hover, .otl-mail:focus {
        color: #ed7b28;
        background-color: #fff;
    }

.otl-front,
.otl-back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all .4s;
}

.otl-back {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ed7b28;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    padding: 15px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.otl-back a {
    color: #fff;
    display: inline-block;
}

.otl-item:hover .otl-front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.otl-item:hover .otl-back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/* VIDEO GALLERY */

.video-gallery-category {
    margin-bottom: 20px
}

    .video-gallery-category ul li {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .video-gallery-category ul li a {
            display: inline-block;
            color: #333;
            font-size: 16px;
            border: 1px solid #333;
            padding: 10px
        }

            .video-gallery-category ul li a.active {
                color: #fff;
                border: 1px solid #ed7b28;
                background-color: #ed7b28;
            }

.video-gallery .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px
}

.vg-item {
    width: 33.33%;
    padding: 0 25px;
    margin-bottom: 25px
}

.vg-item-img {
    position: relative;
    margin-bottom: 15px;
}

    .vg-item-img img {
        width: 100%;
    }

    .vg-item-img::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,.15);
        -webkit-transition: all .4s;
        transition: all .4s;
        z-index: 1
    }

.vg-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2
}

    .vg-play-icon .stroke-solid {
        stroke-dashoffset: 0;
        stroke-dashArray: 300;
        stroke-width: 4px;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }

.vg-item:hover .vg-play-icon .stroke-solid {
    opacity: 1;
    stroke-dashoffset: 300
}

.vg-item-title {
    color: #4b514f;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    -webkit-transition: all .4s;
    transition: all .4s
}

/* PAGE GALLERY */

.photo-gallery .row {
    margin: 0 -10px;
}

.pg-item {
    width: 25%;
    float: left;
    margin-bottom: 10px;
    padding: 0 10px;
}

.pg-item a {
    position: relative;
    display: block;
    overflow: hidden;
}

    .pg-item img {
        width: 100%;
        -webkit-transition: -webkit-transform .5s ease;
        transition: transform .5s ease
    }

    .pg-item:hover img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

/* FULLPAGE MESSAGE */

.form-success-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: calc(100vh - 500px);
    text-align: center;
    padding: 30px 15px
}

.fpmc-icon {
    font-size: 30px;
}

    .fpmc-icon .swal2-icon {
        margin-top: 0
    }

.fpmc-text {
    color: #333;
    font-size: 26px
}

.swal2-icon.swal2-success {
    border-color: #a5dc86
}

.fpmc-icon .swal2-icon {
    margin-top: 0
}

[class^=swal2] {
    -webkit-tap-highlight-color: transparent
}

.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    zoom: normal;
    border: .25em solid transparent;
    border-radius: 50%;
    line-height: 5em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
        top: -.4375em;
        left: -2.0635em;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 3.75em 3.75em;
        transform-origin: 3.75em 3.75em;
        border-radius: 7.5em 0 0 7.5em
    }

    .swal2-icon.swal2-success [class^=swal2-success-circular-line] {
        position: absolute;
        width: 3.75em;
        height: 7.5em;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 50%
    }

    .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
        top: 2.875em;
        left: .875em;
        width: 1.5625em;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .swal2-icon.swal2-success [class^=swal2-success-line] {
        display: block;
        position: absolute;
        z-index: 2;
        height: .3125em;
        border-radius: .125em;
        background-color: #a5dc86
    }

.swal2-animate-success-icon .swal2-success-line-tip {
    -webkit-animation: swal2-animate-success-line-tip .75s;
    animation: swal2-animate-success-line-tip .75s
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    z-index: 2;
    height: .3125em;
    border-radius: .125em;
    background-color: #a5dc86
}

.swal2-animate-success-icon .swal2-success-line-long {
    -webkit-animation: swal2-animate-success-line-long .75s;
    animation: swal2-animate-success-line-long .75s
}

.swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    z-index: 2;
    top: -.25em;
    left: -.25em;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border: .25em solid rgba(165,220,134,.3);
    border-radius: 50%
}

.swal2-icon.swal2-success .swal2-success-fix {
    position: absolute;
    z-index: 1;
    top: .5em;
    left: 1.625em;
    width: .4375em;
    height: 5.625em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.6875em;
    left: 1.875em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 3.75em;
    transform-origin: 0 3.75em;
    border-radius: 0 7.5em 7.5em 0
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 50%
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
    -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
    animation: swal2-rotate-success-circular-line 4.25s ease-in
}

.content-gallery-item-inner {
    display: block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.content-gallery  {
    width: 100%; 
}
    .content-gallery .row {
        margin-left: -22.5px;
        margin-right: 22.5px;
        display: flex;
        flex-wrap: wrap;
    }
.content-gallery-item {
    width: 33.33%;
    padding-left: 22.5px;
    padding-right: 22.5px;
    margin-bottom: 45px;
}
    .content-gallery-item-inner a::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #333333;
        background: -webkit-linear-gradient(bottom, rgba(51, 51, 51, 0.8) 0%, rgba(51, 51, 51, 0) 100%);
        background: linear-gradient(0deg, rgba(51, 51, 51, 0.8) 0%, rgba(51, 51, 51, 0) 100%);
        z-index: 2;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

.content-gallery-item-inner a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #333333;
        background: -webkit-linear-gradient(bottom, rgba(51, 51, 51, 0.8) 0%, rgba(51, 51, 51, 0) 100%);
        background: linear-gradient(0deg, rgba(51, 51, 51, 0.8) 0%, rgba(51, 51, 51, 0) 100%);
        z-index: 2;
        background: #ed7b28;
        background: -webkit-linear-gradient(bottom, rgba(237, 123, 40, 0.8) 0%, rgba(237, 123, 40, 0) 100%);
        background: linear-gradient(0deg, rgba(237, 123, 40, 0.8) 0%, rgba(237, 123, 40, 0) 100%);
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        opacity: 0;
    }

.content-gallery-item-inner a:hover::after {
        opacity: 0;
    }

.content-gallery-item-inner a:hover::before {
        opacity: 1;
    }

.content-gallery-item-inner img {
        width: 100%;
    }
img.content-img-upper {
    position: relative;
    margin-top: -37px !important;
}
.content-gallery-item-inner a {
    float: left;
    width: 100%;
    position: relative;
    z-index: 222;
}
.content-gallery-title {
    position: relative;
    top: -37px;
    font-weight: 700;
    font-size: 28px;
}

.career-form .is-agreement-radio .radio label::before, .career-form .is-agreement-radio .checkbox label::before {
    border-radius: 0;
    width: 23px;
    height: 23px;
}

.career-form .is-agreement-radio .radio label::after, .career-form .is-agreement-radio .checkbox label::after {
    border-radius: 0;
    width: 13px;
    height: 13px;
    top: 5px;
    left: 5px;
}
.is-agreement-radio a {
    margin-left: 5px;
}
@-webkit-keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em
    }
}

@-webkit-keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}


/* GECİCİ POPUP */

.gecici-popup {
    position: relative;
    background: #4C504F;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.gecici-popup img {
    display: block;
    margin: 0 auto;
}

.gecici-popup h1 {
    color: #fff;
    font-size: 22px;
    text-align: center;
}

    .gecici-popup .mfp-close {
        color: #fff;
    }
.corporate .page-text p, .corporate .page-text span {
    font-family: 'Poppins' !important;
    font-size: 16px !important;
}

.corporate .page-text td {
    padding: 10px;
    border: 1px solid;
}
.hidden-career-form-section-area{
    display:none;
}
.show-hidden-cfs.hidden-career-form-section-area {
    display:block;
}
.hide-button{
    display:none !important;
}

/* MEDIA */
@media (max-width: 1229px) {
    .otl-item, .pg-item {
        width: 33.33%;
    }
    .video-gallery-category ul li a {
        font-size: 13px;
    }
    .video-gallery-category ul li {
        margin-bottom: 10px;
    }
    .content-gallery-title {
        top: 0;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .hns-img {
        height: 198px;
    }
}

@media (max-width: 1199px) {
    .job-list-item {
        width: 50%;
    }
}

@media (max-width: 1090px) {
    .reference-gallery-slider .owl-nav {
        display: none;
    }
}

@media (max-width: 991px) {
    .otl-item,
    .pg-item {
        width: 50%;
    }
    .video-gallery-category ul li a {
        font-size: 12px;
    }
    .ll-item {
        width: 33.33%;
    }

    .news-detail-img {
        float: none;
        margin: 0 0 20px;
    }
    .news-detail-img {
        float: left;
        margin: 0 20px 20px 0;
        width: 100%;
        max-width: 100%;
    }
   

    .si-content {
        width: 100%;
    }

    .si-image {
        display: none;
    }

    .nl-item {
        width: 50%;
    }
    .hns-img{
        height:237px;
    }
    .corporate .page-text img {
        display: block;
        float: none !important;
        margin: 0 0 40px 0 !important;
        position: relative;
        top: 0;
    }
    .content-gallery-item {
        padding-left: 10px;
        padding-right: 10px;
    }
    .content-gallery .row {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media (max-width: 767px) {
    .pg-item {
        width: 50%;
    }
    .certificate-item {
        max-width: 50%;
    }

    .job-detail-info {
        padding: 15px;
    }

    .jdi-bottom-left,
    .jdi-bottom-right,
    .nl-item,
    .ll-item,
    .ht-slider-text,
    .ht-slider-img,
    .otl-item,
    .vg-item {
        width: 100%;
    }

    .news-list .row,
    .video-gallery .row,
    .pg-inner {
        display: block;
    }

    .hns-title {
        font-size: 18px;
    }

    .hns-text {
        padding: 0 10px;
    }

    .jdi-bottom-left {
        margin-bottom: 10px;
    }

    .job-list .row {
        display: block;
        margin: 0 -15px;
    }

    .job-list-item {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .jli-inner {
        padding: 30px;
    }

    .page-banner {
        height: 200px;
    }

    .pb-title {
        font-size: 28px;
    }

    .page-banner .container {
        bottom: 10px;
        left: 15px;
    }

    .solution-item {
        padding: 30px 15px;
    }

    .page-content,
    .why-us-inner,
    .our-priorities,
    .reference-gallery,
    .reference-testimonial {
        padding: 30px 15px;
    }

    .page-title,
    .why-us-title,
    .our-priorities-title,
    .si-title,
    .rg-title {
        font-size: 28px;
    }

    .si-desc,
    .si-list-title {
        font-size: 16px;
    }

    .why-us-inner {
        min-height: inherit;
    }

        .our-priorities ul li,
        .why-us-inner ul li {
            font-size: 16px;
            padding-left: 45px;
        }

    .our-priorities-title {
        margin-bottom: 20px;
    }

    .contact-left,
    .contact-right {
        width: 100%;
        padding-right: 0;
    }

    .contact-left {
        margin-bottom: 25px;
    }

    .hts-text-info {
        margin: 15px 0 10px;
    }

    .hts-text-title {
        font-size: 18px;
        display: block;
        margin-bottom: 10px;
    }

    .hts-text-desc {
        font-size: 16px;
    }
    .content-gallery-item {
        width: 50%;
    }
    
    .jli-link {
        position: relative;
        margin-top: 0;
        top: 0;
    }
    .hts-img-inner {
        margin-bottom: 16px;
    }

    .timeline-wrapper {
        margin-top: -15px;
    }
    .timeline-line {
        height: 74px;
        background-size: auto 100%;
    }
    .timeline-slider {
        margin: 0 0 35px 0;
    }
        .timeline-slider .owl-item:nth-child(even) .timeline-item {
            -webkit-transform: translateY(-93px);
            -ms-transform: translateY(-93px);
            transform: translateY(-93px);
        }
    .timeline-slider .owl-stage-outer {
        padding-top: 94px;
    }
    .timeline-desc {
        margin-bottom: 15px;
    }
    .page-nav {
        margin-bottom: 15px;
    }
    .timeline-title {
        margin-bottom: 0;
    }

    .otl-front {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        width: 50%;
    }
    .otl-back {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        width: 50%;
        left: 50%;
    }
    
    .otl-item:hover .otl-back {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .otl-item:hover .otl-front {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .cfs-title {
        margin-bottom: 12px !important;
    }
    .cfs-input-title-hide-mobile {
        display: none;
    }
    .gender-group {
        margin-top: 15px !important;
        margin-bottom: 0 !important;
    }
    #DisableRateDiv {
        margin-bottom: 15px;
    }
    #WorkNote {
        display: block;
    }
    .form-group.col-md-6.is-dis-form-group {
        margin-bottom: 3px;
    }
    .fileinput {
        margin-bottom: 15px;
    }
    .career-form-section {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    input#exists {
        height: auto;
        line-height: initial;
        display: block;
        margin-top: 4px;
    }
    .career-form.cf-form .form-group input[type="submit"], .career-form.cf-form .form-group input[type="button"] {
        height: 45px !important;
    }
    .hns-img {
        height: 62.583vw;
    }
}
@media (max-width:575px) {
    .cv-view {
        margin-top: 15px;
    }
    #kariyer-formu-sender {
        margin-top: 15px;
    }

    .career-form.cf-form .form-group input[type="submit"], .career-form.cf-form .form-group input[type="button"] {
        background-position: 6px 17px !important;
        padding: 0 9px 0 32px !important;
    }

}