﻿#main section#about-2 {
    display: block;
    position: relative;
    background: #f7f6f4;
    z-index: 1;
    padding-top: 105px
}

@media only screen and (max-width:991px) {
    #main section#about-2 {
        padding-top: 50px
    }
}

#main section#about-2 .inner {
    width: calc(100% + 350px);
    margin-left: -175px;
    height: auto;
    background: #3e2b5a;
    padding: 60px;
    border-radius: 25px;
    z-index: 1
}

@media only screen and (max-width:375px) {
    #main section#about-2 .inner {
        padding: 30px
    }
}

@media only screen and (max-width:1366px) {
    #main section#about-2 .inner {
        width: 100%;
        margin-left: 0
    }
}


#main section#about-2 .inner .firstColumn {
    min-height: 580px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

    #main section#about-2 .inner .firstColumn:before {
        content: "";
        width: calc(100% + 45px);
        left: -45px;
        height: calc(100% + 120px);
        position: absolute;
        top: -60px;
        background: #1f152e;
        z-index: -1;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px
    }

    #main section#about-2 .inner .firstColumn:after {
        content: "";
        width: 681px;
        height: 781px;
        background: url(../img/woman.png);
        background-repeat: no-repeat;
        position: absolute;
        left: 50%;
        margin-left: -340.5px;
        bottom: -60px;
        z-index: 0
    }

@media only screen and (max-width:1100px) {
    #main section#about-2 .inner .firstColumn:after {
        background-size: 60%;
        background-position: bottom center
    }
}

@media only screen and (max-width:991px) {
    #main section#about-2 .inner .firstColumn {
        display: none
    }
}

#main section#about-2 .inner .textArea {
    display: block;
    padding-left: 75px;
    max-width: 650px
}

    #main section#about-2 .inner .textArea p, #main section#sliderTop .textArea p {
        display: block;
        padding: 0;
        color: #fff;
        font-size: 1.2142857143em;
        line-height: 28px;
        margin: 0 0 50px;
        font-weight: 200
    }

@media only screen and (max-width: 991px) {
    #main section#about-2 .inner .textArea {
        padding-left: 0
    }
    #main section#about-2 .inner .textArea .btn + .btn {
        margin-left: 0 !important;
    }
}

#main section#about-2 .inner .textArea h4 {
    color: #fff;
    display: block;
    margin: 50px 0;
    padding: 0;
    font-size: 4em;
    line-height: 58px;
    font-weight: 700;
}

@media only screen and (max-width:900px) {
    #main section#about-2 .inner .textArea h4 {
        line-height: 68px
    }
}

@media only screen and (max-width:700px) {
    #main section#about-2 .inner .textArea h4 {
        line-height: 66px
    }
}

@media only screen and (max-width:500px) {
    #main section#about-2 .inner .textArea h4 {
        line-height: 62px
    }
}

@media only screen and (max-width:991px) {
    #main section#about-2 .inner .textArea h4 {
        margin-top: 0
    }
}

@media only screen and (max-width:375px) {
    #main section#about-2 .inner .textArea h4 {
        font-size: 3.1428571429em;
        line-height: 55px
    }
}

@media only screen and (max-width:375px) and (max-width:900px) {
    #main section#about-2 .inner .textArea h4 {
        line-height: 53px
    }
}

@media only screen and (max-width:375px) and (max-width:700px) {
    #main section#about-2 .inner .textArea h4 {
        line-height: 51px
    }
}

@media only screen and (max-width:375px) and (max-width:500px) {
    #main section#about-2 .inner .textArea h4 {
        line-height: 47px
    }
}

@media only screen and (max-width:900px) {
    #main section#about-2 .inner .textArea p {
        line-height: 26px
    }
}

@media only screen and (max-width:700px) {
    #main section#about-2 .inner .textArea p {
        line-height: 24px
    }
}

@media only screen and (max-width:500px) {
    #main section#about-2 .inner .textArea p {
        line-height: 20px
    }
}

#main section#about-2 .inner .textArea .btn {
    border-radius: 50px;
    background: #fab72c;
    padding: 12px 30px;
    outline: 0;
    color: #fff;
    font-size: 1.0714285714em;
    font-weight: 400;
    transition: all .2s ease-in-out !important;
    border: 0;
}

    #main section#about-2 .inner .textArea .btn + .btn {
        margin-left: 20px;
    }

@media only screen and (max-width:320px) {
    #main section#about-2 .inner .textArea .btn {
        padding: 12px 18px
    }
}

#main section#about-2 .inner .textArea .btn.btnBlue {
    background: #fab72c;
}

#main section#about-2 .inner .textArea .btn:focus, #main section#about-2 .inner .textArea .btn:hover {
    background: #fff;
    box-shadow: none;
    color: #17262f
}

#main section#news-2 {
    display: block;
    position: relative;
    background: #f7f6f4;
    z-index: 1
}

    #main section#news-2 .inner {
        display: block;
        position: relative;
        height: auto;
        top: -50px
    }

@media only screen and (max-width:991px) {
    #main section#news-2 .inner {
        top: initial;
        padding-top: 30px
    }
}

#main section#news-2 .inner .newsOwlControls {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 400px;
    border-radius: 20px;
    background: #fab72c;
    box-shadow: 5px 10px 18px rgba(228,52,52,.2);
    z-index: 1;
    position: relative;
    padding: 50px;
    overflow: hidden;
    margin-bottom: 30px
}

@media only screen and (max-width:1024px) {
    #main section#news-2 .inner .newsOwlControls {
        padding: 20px;
        min-height: 330px
    }
}

@media only screen and (max-width:991px) {
    #main section#news-2 .inner .newsOwlControls {
        min-height: auto
    }
}

#main section#news-2 .inner .newsOwlControls:before {
    /* content: ""; */
    width: 326px;
    height: 300px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/careerBoxShape.png);
    background-repeat: no-repeat;
    z-index: -1
}

#main section#news-2 .inner .newsOwlControls h4 {
    display: block;
    padding: 0;
    font-size: 3.3571428571em;
    line-height: 58px;
    margin: 0 0 30px;
    color: #fff;
    font-weight: 600;
    max-width: 150px
}

@media only screen and (max-width:900px) {
    #main section#news-2 .inner .newsOwlControls h4 {
        line-height: 56px
    }
}

@media only screen and (max-width:700px) {
    #main section#news-2 .inner .newsOwlControls h4 {
        line-height: 54px
    }
}

@media only screen and (max-width:500px) {
    #main section#news-2 .inner .newsOwlControls h4 {
        line-height: 50px
    }
}

#main section#news-2 .inner .newsOwlControls .button {
    color: #fff;
    display: block;
    font-size: 1.2142857143em
}

    #main section#news-2 .inner .newsOwlControls .button i {
        margin-left: 20px;
        transition: all .2s ease-in-out !important
    }

    #main section#news-2 .inner .newsOwlControls .button:hover i {
        margin-left: 40px;
    }

#main section#news-2 .inner .newsOwlControls .flexEnd {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#main section#news-2 .inner .newsOwlControls .slideNext, #main section#news-2 .inner .newsOwlControls .slidePrev {
    padding: 15px;
    font-size: 20px;
    width: 50px;
    border-radius: 50%;
    text-decoration: none;
    background: #fff;
    text-align: center;
    font-weight: 500;
    color: #17262f
}

    #main section#news-2 .inner .newsOwlControls .slideNext:focus, #main section#news-2 .inner .newsOwlControls .slideNext:hover, #main section#news-2 .inner .newsOwlControls .slidePrev:focus, #main section#news-2 .inner .newsOwlControls .slidePrev:hover {
        background: #17262f;
        color: #fff
    }

#main section#news-2 .inner .newsOwlControls .slideNext {
    margin-left: 10px
}

#main section#news-2 .inner .news {
    width: calc(100% + 20vw);
    height: auto;
    display: inline-block
}

@media only screen and (max-width:991px) {
    #main section#news-2 .inner .news {
        width: 100%;
        padding-left: 0
    }
}

#main section#news-2 .inner .news .item {
    display: block;
    width: 100%;
    height: auto;
    min-height: 400px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 10px 10px 18px rgba(0,0,0,.08);
    padding: 40px;
    margin-bottom: 30px
}

@media only screen and (max-width:1024px) {
    #main section#news-2 .inner .news .item {
        padding: 30px;
        min-height: 330px
    }
}

#main section#news-2 .inner .news .item h5 {
    padding: 0;
    font-weight: 500;
    display: block;
    font-size: 1.7em;
    line-height: 35px;
    font-weight: 700;
    color: #17262f;
    margin: 0 0 50px;
    transition: all .2s ease-in-out !important
}

    #main section#news-2 .inner .news .item h5:focus,
    #main section#news-2 .inner .news .item h5:hover {
        color: #fab72c;
    }

#main section#news-2 .inner .news .item p {
    display: block;
    padding: 0;
    color: #17262f;
    font-size: 1.2em;
    line-height: 26px;
    font-weight: 200
}

#main section#news-2 .inner .news .item .date-area {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
}

#main section#news-2 .inner .news .item .date {
    margin: 0;
    color: #fab72c;
    display: block;
    padding: 0;
    font-size: 1.0714285714em;
    line-height: 26px;
    font-weight: 200;
}

    #main section#news-2 .inner .news .item .date .rightArrow {
        float: right;
        color: #dcdad7;
    }

#main section#news-2 .inner .news .owl-controls,
#main section#references-2 .carouselArea .referencesOwl-2 .owl-item.first .item:before {
    display: none
}

#main section#references-2 {
    display: block;
    position: relative;
    background: #f7f6f4;
    z-index: 9
}

    #main section#references-2 .header {
        display: inline-block;
        width: 100%
    }

        #main section#references-2 .header h5 {
            display: block;
            padding: 0;
            color: #dcdad7;
            font-size: 4em;
            font-weight: 700;
            margin: 0 0 30px
        }

    #main section#references-2 .carouselArea {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        z-index: 1;
        bottom: -40px
    }

        #main section#references-2 .carouselArea:before {
            content: "";
            width: calc(100% + 350px);
            height: 100%;
            background: #fff;
            position: absolute;
            left: -175px;
            top: 0;
            border-radius: 20px;
            box-shadow: 0 20px 30px rgba(0,0,0,.08);
            z-index: -1
        }

@media only screen and (max-width:1366px) {
    #main section#references-2 .carouselArea:before {
        width: 100%;
        left: 0
    }
}

#main section#references-2 .carouselArea .referencesOwl, footer .footerMenu li {
    display: block
}

#main section#references-2 .carouselArea .referencesOwl-2 .item {
    min-height: 140px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative
}

    #main section#references-2 .carouselArea .referencesOwl-2 .item:before {
        content: "";
        width: 1px;
        height: 80px;
        background: #f2f3f4;
        position: absolute;
        left: 0;
        top: 30px
    }

    #main section#references-2 .carouselArea .referencesOwl-2 .item img {
        /* max-width: 60%; */
        width: 100%;
    }

#main section#references-2 .carouselArea .referencesOwl-2 .owl-controls {
    display: none
}

#main section#references-2 .carouselArea .referencesOwlControls {
    width: calc(100% + 160px);
    height: 100%;
    position: absolute;
    left: -80px;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media only screen and (max-width:1440px) {
    #main section#references-2 .carouselArea .referencesOwlControls {
        width: calc(100% + 100px);
        left: -50px
    }
}

@media only screen and (max-width:1366px) {
    #main section#references-2 .carouselArea .referencesOwlControls {
        display: none
    }
}

#main section#references-2 .carouselArea .referencesOwlControls .slideNext, #main section#references-2 .carouselArea .referencesOwlControls .slidePrev {
    padding: 15px;
    font-size: 20px;
    width: 50px;
    border-radius: 50%;
    text-decoration: none;
    background: #f7f6f4;
    text-align: center;
    font-weight: 500;
    color: #17262f
}

    #main section#references-2 .carouselArea .referencesOwlControls .slideNext:focus, #main section#references-2 .carouselArea .referencesOwlControls .slideNext:hover, #main section#references-2 .carouselArea .referencesOwlControls .slidePrev:focus, #main section#references-2 .carouselArea .referencesOwlControls .slidePrev:hover {
        background: #17262f;
        color: #fff
    }

#main section#references-2 .carouselArea .referencesOwlControls .slideNext {
    margin-left: 10px
}


#main section#services-2 {
    width: 100%;
    float: left;
    margin-top: -60px;
    padding-bottom: 40px;
    background: #f4f4f3;
}

@media only screen and (max-width: 991px) {
    #main section#services-2 {
        margin-top: 0;
        padding-top: 30px;
        padding-bottom: 10px;
    }
}

#main section#services-2 .sec2LeftArea h2 {
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
}

#main section#services-2 .sec2LeftArea p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}

#main section#services-2 .sec2LeftArea .btn {
    background: transparent;
    padding: 0;
    position: absolute;
    display: inline-block;
    bottom: initial;
    right: initial;
    width: initial;
    font-size: 12px;
    bottom: 0;
}

#main section#services-2 .owl-demo .owl-pagination .owl-page {
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: .5;
    margin-right: 8px;
}

    #main section#services-2 .owl-demo .owl-pagination .owl-page.active {
        opacity: 1;
    }

#main section#services-2 .owl-carousel {
    background: #1c1d1c;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 30px;
}

#main section#services-2 .sec2LeftArea .btn img {
    margin-left: 6px;
}

#main section#services-2 .sec2LeftArea .btn img,
.all-posts img {
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

#main section#services-2 .sec2LeftArea .btn:hover, .all-posts:hover {
    color: #2593cf;
}

    #main section#services-2 .sec2LeftArea .btn:hover img, .all-posts:hover img {
        margin-left: 15px;
    }


.single-sidebar.request-form {
    width: 100%;
    height: 340px;
    float: left;
    padding: 40px;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    background: url(../img/teklif.png) center center no-repeat;
    background-size: cover;
}

    .single-sidebar.request-form a {
        width: 100%;
        height: 100%;
        float: left;
    }

    .single-sidebar.request-form h2 {
        margin-bottom: 15px;
        font-size: 36px;
        color: #fff;
        float: left;
        margin-top: 30px;
        max-width: 113px;
        line-height: 40px;
        letter-spacing: -0.5px;
    }

    .single-sidebar.request-form p {
        float: left;
        color: #ffffff !important;
        font-size: 18px;
        letter-spacing: -0.5px;
        max-width: 220px;
    }

    .single-sidebar.request-form span {
        width: 56px;
        height: 62px;
        overflow: hidden;
        -webkit-transition: all 0.4s ease-in;
        -moz-transition: all 0.4s ease-in;
        -o-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
        display: block;
    }


.border-none {
    border: none;
}

.newsarea .newsItem {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 350px;
    background: #f7f6f4;
    border-radius: 20px;
    box-shadow: 10px 10px 18px rgba(0,0,0,.08);
    margin-bottom: 30px;
    border: 2px solid transparent;
    padding: 40px
}

@media only screen and (max-width:1024px) {
    .newsarea .newsItem {
        padding: 30px;
        min-height: 330px
    }
}

.newsarea .newsItem h5 {
    padding: 0;
    display: block;
    font-size: 1.2em !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    margin: 0 0 50px !important;
    transition: all .2s ease-in-out !important
}

.newsarea .newsItem p {
    display: block !important;
    padding: 0;
    font-size: 1em !important;
    line-height: 26px !important;
    margin: 0 0 0 !important;
}

.newsarea .newsItem .date-area {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

    .newsarea .newsItem .date-area .rightArrow {
        float: right;
        color: #fab72c;
    }


.newsarea .newsItem .date {
    padding: 0;
    font-size: 1em !important;
    line-height: 26px !important;
}

@media only screen and (max-width:900px) {
    .newsarea .newsItem p {
        line-height: 24px
    }
}

@media only screen and (max-width:700px) {
    .newsarea .newsItem p {
        line-height: 22px
    }
}

@media only screen and (max-width:500px) {
    .newsarea .newsItem p {
        line-height: 18px
    }
}

.newsarea .newsItem .date {
    margin: 0;
    color: #fab72c;
}

@media only screen and (max-width:900px) {
    .newsarea .newsItem .date {
        line-height: 24px
    }
}

@media only screen and (max-width:700px) {
    .newsarea .newsItem .date {
        line-height: 22px
    }
}

@media only screen and (max-width:500px) {
    .newsarea .newsItem .date {
        line-height: 18px
    }
}

.newsarea .newsItem:hover {
    border-color: #fab72c;
}


.contact-group {
    position: fixed;
    z-index: 101;
    right: 25px;
    top: calc(100% - 50px);
    transform: translate(0,-50%)
}

    .contact-group .whatsapp {
        position: relative;
        clear: both;
        width: 60px;
        height: 60px;
        z-index: 101;
        background: url(../img/whatsapp.png) no-repeat;
        display: block
    }