/*body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  height: 200vh;
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    visibility: visible; }*/



/*====================================================
                  BUTTON (Generic)
======================================================*/

.btn-general {
    background-color: transparent;
    text-align: center;
    border-width: 1px;
    border-radius: 0px;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-white {
    border-color: #2196f3;
    background-color: #2196f3;
    color: #fff;
}

    .btn-white:hover,
    .btn-white:focus {
        background-color: transparent;
        color: #2196f3;
        cursor: pointer;
    }

.btn-green {
    border-color: #2196f3;
    color: #2196f3;
}

    .btn-green:hover,
    .btn-green:focus {
        background-color: #2196f3;
        color: #fff;
        cursor: pointer;
    }
.carousel-fade-error {
    height: 90vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
   /* background-image: url(../../img/dikkat.png);*/
}
/*====================================================
                       HOME
======================================================*/

.carousel-fade {
    height: 90vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../../img/home-banner-bg.jpg);
}

    .carousel-fade .carousel-inner .carousel-item {
        -webkit-transition-property: opacity;
        transition-property: opacity;
    }

    .carousel-fade .carousel-control {
        z-index: 2;
    }

.carousel-fade {
    position: relative;
    height: 90vh;
}

.hero {
    position: absolute;
    top: 45%;
    left: 50%;
    background: rgba(0, 0, 0, 0.7);
    border: 5px solid #fff;
    padding: 40px;
    z-index: 3;
    color: #c0c0c0;
    text-align: center;
    text-transform: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

    .hero h1 {
        font-size: 3.5em;
        color: #fff;
        font-weight: 700;
        width: 600px;
        margin: 0;
        padding: 0;
        opacity: 1;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }

        .hero h1 span a {
            color: #2196f3;
            text-decoration: none;
        }

    .hero h3 {
        font-size: 1em;
        color: #fff;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }

    .hero button {
        margin: 10px 0;
    }

.carousel-fade .carousel-inner .carousel-item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.carousel-fade .carousel-inner .carousel-item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 90%;
    z-index: 2;
    background: rgba(0, 0, 0, 0);
}

.carousel-fade .carousel-inner .carousel-item {
    height: 100vh;
}

@media (max-width: 767px) {
    .hero h1 {
        font-size: 2.5em;
        color: #fff;
        font-weight: 700;
        width: 400px;
        margin: 0;
        padding: 0;
        opacity: 1;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }

    .hero h3 {
        font-size: 1em;
        color: #fff;
        letter-spacing: 2px;
        line-height: 25px;
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .hero {
        position: absolute;
        top: 45%;
        padding: 20px 0px;
    }

        .hero h1 {
            font-size: 1.9em;
            color: #fff;
            font-weight: 700;
            width: 370px;
            margin: 0;
            padding: 0;
            opacity: 1;
            letter-spacing: 2px;
            margin-bottom: 30px;
        }

        .hero h3 {
            font-size: .9em;
            color: #fff;
            letter-spacing: 2px;
            line-height: 25px;
            margin-bottom: 15px;
        }
}

@media (max-width: 420px) {
    .hero {
        position: absolute;
        top: 45%;
        padding: 20px 0;
        border: 3px solid #fff;
    }

        .hero h1 {
            font-size: 1.7em;
            color: #fff;
            font-weight: 700;
            width: 295px;
            margin: 0;
            padding: 0;
            opacity: 1;
            letter-spacing: 2px;
            margin-bottom: 30px;
        }

        .hero h3 {
            font-size: .8em;
            color: #fff;
            letter-spacing: 2px;
            line-height: 25px;
            margin-bottom: 15px;
        }
}

/*====================================================
               OTHER HOME PAGE
======================================================*/

.home-p {
    z-index: 1;
    padding: 100px 0;
    position: relative;
}

    .home-p.breadcrumbs-lg {
        padding: 200px 0;
    }

    .home-p.pages-head1 {
        background: url(../../img/img/banner-1.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .home-p.pages-head2 {
        background: url(../../img/img/banner-2.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .home-p.pages-head3 {
        background: url(../../img/img/banner-3.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .home-p.pages-head4 {
        background: url(../../img/img/banner-4.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .home-p:after {
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,0.2);
    }

    .home-p h1 {
        color: #fff;
        font-size: 40px;
        line-height: 50px;
        text-transform: uppercase;
    }

    .home-p p {
        color: #fff;
        font-size: 24px;
        font-weight: 200;
        margin-bottom: 0;
        text-transform: uppercase;
    }

@media (max-width: 992px) {
    .home-p.breadcrumbs-lg {
        padding: 100px 0;
    }
}

@media (max-width: 768px) {
    .home-p,
    .home-p.breadcrumbs-lg {
        padding: 50px 0;
    }

        .home-p h1 {
            font-size: 30px;
            line-height: 40px;
        }

        .home-p p {
            font-size: 18px;
        }
}

/*====================================================
               TITLE CONTENT (Generic)
======================================================*/

.title-bar {
    padding: 100px 0;
}

    .title-bar h1 {
        color: #41464b;
        text-align: center;
        font-weight: 700;
        margin: 20px auto 10px auto;
    }

    .title-bar .heading-border {
        width: 60px;
        height: 10px;
        background-color: #2196f3;
        margin: 0 auto 20px auto;
    }

.heading-border-light {
    width: 30px;
    height: 5px;
    background-color: #2196f3;
    margin: 0 0 20px 0;
}

.title-bar p {
    color: #717171;
}

.title-bar p {
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    padding-bottom: 40px;
    margin: 0 auto;
    max-width: 700px;
}

.title-bar .title-but {
    margin: 0;
    background-color: transparent;
    text-align: center;
}

@media (max-width: 575px) {

    .title-bar {
        padding: 50px 0;
    }

        .title-bar h1 {
            color: #41464b;
            font-size: 30px;
            text-align: center;
            font-weight: 700;
            margin: 20px auto 10px auto;
        }

        .title-bar p {
            text-align: center;
            font-size: 14px;
            line-height: 1.5;
            padding-bottom: 40px;
            margin: 0 auto;
            max-width: 700px;
        }
}

@media (min-width: 1600px) {
    .title-bar p {
        font-size: 16px;
    }
}

/*====================================================
               COLOR (Generic)
======================================================*/

.cl-white {
    color: #fff;
}

.cl-atlantis {
    color: #fff;
}

.bg-white {
    background: #fff;
}

.bg-atlantis {
    background: #2196f3;
}

.bg-starship {
    background: #cdd613;
}

.bg-matisse {
    background: #0b385d;
}

.bg-chathams {
    background: #0aa1b9;
}

.bg-gray {
    background: #f0f0f0;
}

.bg-light-gray {
    background: #f9f9f9;
}

.bg-gradiant {
    background: -moz-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(34, 155, 242, 1)), color-stop(99%, rgba(0, 128, 129, 1)), color-stop(100%, rgba(0, 128, 128, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);
    /* opera 11.10+ */
}


/*====================================================
                        ABOUT
======================================================*/

.about .about-content-box {
    padding: 80px 20px;
    text-align: center;
}

.about-content-box > i {
    color: #fff;
    height: 150px;
    line-height: 150px;
    font-size: 100px;
}

.about-content-box > h5 {
    color: #fff;
    text-transform: none;
    font-weight: normal;
    padding: 20px 0 10px 0;
}

.about-content-box > p {
    color: #fff;
}
/*
@media (max-width: 767px) {
    .about .container-fluid {
        width: 60%
    }

        .about .container-fluid .col-md-4 {
            margin: 15px 0;
        }
}

@media (max-width: 585px) {
    .about .container-fluid {
        width: 80%
    }

        .about .container-fluid .col-md-4 {
            margin: 15px 0;
        }
}


@media (max-width: 420px) {
    .about .container-fluid {
        width: 100%
    }

        .about .container-fluid .col-md-4 {
            margin: 0;*/
/*        }
}
*/

/*====================================================
                       STORY
======================================================*/

#story {
    padding-bottom: 50px;
}

.story-desc {
    padding: 0 40px 40px 10px;
}

    .story-desc > h6 {
        color: #2196f3;
        font-weight: 700;
    }

    .story-desc > p {
        font-size: 15px;
    }

.story-descb {
    padding: 10px 10px 30px 10px;
    margin: 60px 0;
    background: #f7f7f7;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    .story-descb:hover {
        box-shadow: 2px 2px 6px 1px rgba(158, 158, 158, 0.77);
        border-bottom: 5px solid #2196f3;
        margin-top: 55px;
        cursor: pointer;
    }

    .story-descb > i {
        font-size: 45px;
        height: 60px;
        line-height: 60px;
        color: #999;
    }

    .story-descb h6 {
        font-size: 18px;
        color: #666;
        padding: 25px 0 5px;
    }

    .story-descb p {
        color: #867f7f;
        font-size: 14px;
    }

@media (max-width: 767px) {
    .story-descb {
        padding: 10px 10px 30px 10px;
        margin: 20px 0;
        background: #f7f7f7;
        text-align: center;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}

@media (max-width: 585px) {
    .story-descb {
        padding: 10px 10px 30px 10px;
        margin: 20px 10%;
        background: #f7f7f7;
        text-align: center;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}

@media (max-width: 420px) {
    .story-descb {
        padding: 10px 10px 30px 10px;
        margin: 20px 0%;
        background: #f7f7f7;
        text-align: center;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}

@media (min-width: 1600px) {
    .story-desc > p {
        font-size: 16px;
    }

    .story-descb p {
        color: #867f7f;
        font-size: 16px;
    }
}

/*====================================================
                       THOUGHT
======================================================*/

.bg-parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*background-attachment: fixed;*/
}

.thought-bg {
    height: 400px;
    background-image: url(../../img/thought-bg.jpg);
}

.title-bar-thought p {
    color: #fff;
    font-size: 17px;
    padding-top: 50px;
}

.title-bar-thought h6 {
    text-align: center;
    font-style: italic;
    color: #fff;
}

.overlay-thought {
    position: absolute;
    width: 100%;
    height: 400px;
    background: rgba(33, 150, 243, 0.53);
}

#thought .title-bar {
    padding: 50px 0;
}


/*====================================================
                       OFFER
======================================================*/

#comp-offer {
    padding: 100px 0;
}

.desc-comp-offer h2,
.desc-comp-offer > .heading-border-light {
    margin-left: 20px;
}

.desc-comp-offer-cont {
    margin-bottom: 10px;
    box-shadow: 3px 3px 10px 1px rgba(158, 158, 158, 0.68);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    .desc-comp-offer-cont:hover {
        margin-bottom: 10px;
        border-bottom: 5px solid #2196f3;
        margin-top: -5px;
        cursor: pointer;
    }

.desc-comp-offer .btn-green {
    margin: 15px;
}

.desc-comp-offer .btn-white {
    margin: 15px;
    padding: 10px 18px;
}

.thumbnail-blogs {
    position: relative;
    overflow: hidden;
}

.caption {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(33, 150, 243, 0.72);
    width: 100%;
    height: 100%;
    padding: 2%;
    display: none;
    text-align: center;
    color: #fff !important;
    z-index: 2;
}

    .caption i {
        margin: 30% 4px;
        border: 2px solid #fff;
        cursor: pointer;
        font-size: 25px;
        border-radius: 50%;
        padding: 5px;
        transition: border 0.2s ease, font-size 0.2s ease;
    }

.desc-comp-offer-cont h3 {
    padding: 30px 10px 0 10px;
    font-size: 18px;
    text-transform: none;
}

.desc-comp-offer-cont p {
    padding: 0 10px;
    font-size: 14px;
}

.desc-comp-offer-cont a {
    padding: 0px 10px;
}

@media (min-width: 768px) and (max-width: 991px) {

    #comp-offer {
        margin-left: 10px
    }

        #comp-offer .col-md-3:first-child {
            -ms-flex: 0 0 90%;
            flex: 0 0 90%;
            max-width: 90% !important;
        }

        #comp-offer .col-md-3 {
            -ms-flex: 0 0 33%;
            flex: 0 0 33%;
            max-width: 33% !important;
        }
}

@media (max-width: 767px) {
    .desc-comp-offer {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    #comp-offer .col-sm-6 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70% !important;
    }

    .desc-comp-offer {
        margin: 20px auto;
    }
}

@media (max-width: 420px) {
    #comp-offer .col-sm-6 {
        -ms-flex: 0 0 95%;
        flex: 0 0 95%;
        max-width: 95% !important;
    }
}

@media (min-width: 1600px) {
    .desc-comp-offer-cont p {
        padding: 0 10px;
        font-size: 16px;
    }
}

/*====================================================
                      WHAT WE DO
======================================================*/

.what-we-do {
    padding: 110px 0;
}

    .what-we-do h3 {
        padding-top: 20px;
        color: #fff;
        font-weight: 700;
    }

    .what-we-do .heading-border-light {
        background-color: #fff;
    }

    .what-we-do p {
        color: #fff;
    }

.what-we-desc {
    padding: 20px;
    color: #fff;
}

    .what-we-desc i {
        float: left;
        font-size: 35px;
        margin-right: 20px;
        height: 95px;
        line-height: 45px;
    }

    .what-we-desc h6 {
        height: 30px;
        font-size: 18px;
        line-height: 30px;
    }

    .what-we-desc p {
        font-size: 14px;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .what-we-desc i {
        float: left;
        font-size: 35px;
        margin-right: 20px;
        height: 125px;
        line-height: 45px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .what-we-do {
        padding: 110px 50px;
    }

        .what-we-do .col-md-4 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50% !important;
        }
}

@media (max-width: 575px) {
    .what-we-do .col-sm-6 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80% !important;
        margin: auto;
    }
}

@media (max-width: 575px) {
    .what-we-do .col-sm-6 {
        -ms-flex: 0 0 95%;
        flex: 0 0 95%;
        max-width: 95% !important;
        margin: auto;
    }
}

@media (min-width: 1600px) {
    .what-we-desc p {
        font-size: 15px;
    }
}

/*====================================================
                   SERVICE-HOME
======================================================*/

#service-h {
    padding: 120px 0 50px;
}

.service-h-desc {
    padding: 50px 10px 90px 60px;
}

    .service-h-desc > h6 {
        color: #2196f3;
        font-weight: 700;
    }

.service-himg {
    background: #F0F0F0;
    height: 475px;
    margin-top: 30px;
    width: 70%;
}

    .service-himg iframe {
        height: 370px;
        width: 130%;
        margin: 50px -60px 70px 65px;
        box-shadow: 3px 3px 8px 1px #505050;
        border: 1px solid #2196f3;
    }

.service-h-tab {
    position: relative;
    margin: 20px 0;
}

    .service-h-tab .nav-tabs > a {
        border-radius: 0;
        width: 190px;
        text-align: center;
        height: 55px;
        line-height: 40px;
        border: 1px solid #ddd;
    }

        .service-h-tab .nav-tabs > a.active {
            color: #fff;
            border: 1px solid #2196f3;
            background: #2196f3;
        }

    .service-h-tab .tab-content .tab-pane {
        padding: 20px 20px 0px 10px;
    }

@media (min-width: 768px) and (max-width: 1199px) {
    .service-himg {
        background: #fff;
        height: 475px;
        margin: auto;
    }

    #service-h .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100% !important;
    }

    .service-himg iframe {
        height: 370px;
        width: 100%;
        margin: 50px auto 70px auto;
        box-shadow: 3px 3px 8px 1px #505050;
        border: 1px solid #2196f3;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .service-himg iframe {
        height: 370px;
        width: 100%;
        box-shadow: 3px 3px 8px 1px #505050;
        border: 1px solid #2196f3;
    }
}

@media (max-width: 767px) {

    #service-h {
        padding: 30px 0 0px;
    }

    .service-himg {
        background: #fff;
        height: 315px;
        width: 100%;
    }

        .service-himg iframe {
            height: 270px;
            width: 100%;
            margin: 50px auto 70px auto;
            box-shadow: 3px 3px 8px 1px #505050;
            border: 1px solid #2196f3;
        }

    .service-h-tab .nav-tabs > a {
        border-radius: 0;
        width: 100%;
        text-align: center;
        height: 55px;
        line-height: 40px;
        border: 1px solid #ddd;
    }
}

@media (max-width: 420px) {
    .service-himg iframe {
        height: 200px;
        width: 100%;
        margin: 50px auto 70px auto;
        box-shadow: 3px 3px 8px 1px #505050;
        border: 1px solid #2196f3;
    }

    .service-h-desc {
        padding: 50px 10px 90px 10px;
    }
}



/*====================================================
                       CLIENT
======================================================*/

#client {
    padding-bottom: 100px;
    background: #f0f0f0;
}

.client-cont {
    width: 400px;
    padding: 30px;
    background: #fff;
    margin: 0 auto;
    border-bottom: 5px solid #2196F3;
}

    .client-cont img {
        height: 90px;
        width: 90px;
        margin-right: 35px;
        border-radius: 50%;
        float: left;
    }

    .client-cont h5 {
        padding-top: 10px;
        height: 45px;
        line-height: 45px;
    }

    .client-cont h6 {
        font-size: 14px;
        font-weight: 700;
        padding-bottom: 25px;
    }

    .client-cont i {
        font-size: 20px;
        color: #666;
    }

    .client-cont p {
        width: 400px;
        padding: 5px 30px;
    }

@media (max-width: 991px) {
    .client-cont {
        width: 330px;
        padding: 30px;
        background: #fff;
        margin: 0 auto;
    }

        .client-cont p {
            width: 320px;
            padding: 5px 30px;
        }
}

@media (max-width: 767px) {
    .client-cont {
        width: 100%;
        padding: 30px;
        background: #fff;
        margin: 0 auto;
        margin-top: 20px;
    }

        .client-cont p {
            width: 100%;
            padding: 5px 30px;
        }
}

@media (max-width: 420px) {
    h5 {
        color: #2196f3;
        font-size: 16px;
        text-transform: uppercase;
    }
}


/*====================================================
                   CONTACT-HOME
======================================================*/

.contact-h-bg {
    background-image: url(../../img/contact-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-h-cont {
    margin: 60px 0;
    padding: 50px;
    background: rgba(33, 150, 243, 0.65);
}

    .contact-h-cont input.form-control,
    .contact-h-cont textarea.form-control {
        border-radius: 0px;
    }

    .contact-h-cont button {
        background: #fff;
        color: #2196f3;
        margin-top: 10px;
        text-align: center;
    }

        .contact-h-cont button:hover {
            background: #2196f3;
            color: #fff;
        }



/*====================================================
                    FOOTER
======================================================*/

.footer-s1 .footer {
    padding: 70px 0;
    background: #252525;
}

    .footer-s1 .footer .comp-desc-f p {
        margin-top: 10px;
        color: #ccc;
        font-size: 15px;
    }



/*Heading Fotoer*/

.footer-s1 .heading-footer {
    text-align: left;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 2px;
}

    .footer-s1 .heading-footer:after {
        left: 0;
        bottom: 0;
        height: 1px;
        width: 50px;
        content: " ";
        background: #fff;
        position: absolute;
    }

    .footer-s1 .heading-footer h2 {
        color: #eee;
        font-size: 18px;
        text-transform: none;
    }




/*Link link*/

.footer-s1 .footer .link-list {
    margin-bottom: 0;
}

    .footer-s1 .footer .link-list li {
        padding: 3px 0px;
        border-bottom: solid 1px #333;
    }

        .footer-s1 .footer .link-list li:last-child {
            padding-top: 0;
            border-top: none;
        }

        .footer-s1 .footer .link-list li a {
            color: #ccc;
            font-size: 15px;
            margin-bottom: 3px;
            display: inline-block;
        }

    .footer-s1 .footer .link-list a:hover {
        color: #fff;
    }

    .footer-s1 .footer .link-list li small {
        color: #555;
        display: block;
    }



/*Thumb list*/

.footer-s1 .footer .thumb-list > li {
    margin-bottom: 20px;
}

    .footer-s1 .footer .thumb-list > li:before,
    .footer-s1 .footer .thumb-list > li:after {
        content: " ";
        display: table;
    }

    .footer-s1 .footer .thumb-list > li:after {
        clear: both;
    }

    .footer-s1 .footer .thumb-list > li img {
        float: left;
        width: 80px;
        height: auto;
        margin-right: 10px;
    }

    .footer-s1 .footer .thumb-list > li a {
        color: #777;
        display: block;
        padding-bottom: 8px;
    }

        .footer-s1 .footer .thumb-list > li a:hover {
            color: #bbb;
        }

    .footer-s1 .footer .thumb-list > li small {
        color: #555;
        font-size: 13px;
    }

address.address-details-f,
address.address-details-f a {
    color: #ddd;
    font-size: 15px;
}

.social-icon-f li {
    float: left;
    margin: 10px;
}



/*footer bottom*/

#footer-bottom {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 30px 0;
}

#footer-copyrights p {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #bbb;
    text-align: center;
}

    #footer-copyrights p a:last-child {
        border-left: 2px solid #fff;
        padding-left: 10px;
        margin-left: 10px;
    }

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
    padding: 3px 15px;
    border-radius: 0;
    display: none;
}

@media (min-width: 1600px) {
    address.address-details-f,
    address.address-details-f a {
        color: #ddd;
        font-size: 17px;
    }
}

/*@media (max-width: 767px) {
    .footer .container {
        width: 90%;
    }*/

    .footer-s1 .heading-footer h2 {
        color: #eee;
        font-size: 18px;
        margin-top: 50px;
        text-transform: none;
    }

    .footer-s1 .heading-footer {
        text-align: left;
        position: relative;
        margin-bottom: 10px;
        padding-bottom: 2px;
    }
}


@import url('https://fonts.googleapis.com/css?family=Hind:400,600');

/* General CSS */

html,
body {
    height: 100%;
}

body {
    font-family: 'Hind', sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: 'Roboto', sans-serif;
    color: #41464b;
    text-transform: uppercase;
}

a {
    font-family: 'Hind', sans-serif;
    color: #2196f3;
}

p {
    font-family: 'Hind', sans-serif;
    color: #64707b;
    font-size: 15px;
    font-weight: 300;
}

@media (min-width: 1600px) {
    p {
        font-family: 'Hind', sans-serif;
        color: #64707b;
        font-size: 16px;
        font-weight: 300;
    }
}

/*====================================================
                       NAVIGATION
======================================================*/

/*Top Navbar*/

.top-menubar-nav {
    display: none;
}

header .topmenu {
    background: #f0f0f0;
    border-top: solid 1px #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
}


    /*Top Contacts*/

    header .topmenu ul {
        margin: 0;
    }

    header .topmenu .top-contacts {
        line-height: 25px;
    }

        header .topmenu .top-contacts li {
            color: #666;
            padding: 5px 0;
            font-size: 12px;
            margin-right: 15px;
            display: inline-block;
        }

            header .topmenu .top-contacts li a {
                color: #666;
            }

        header .topmenu .top-contacts i {
            color: #999;
            font-size: 13px;
            margin-right: 3px;
        }


    /*Top Data*/

    header .topmenu .top-data {
        text-align: right;
    }

        header .topmenu .top-data li {
            padding: 5px 11px;
            margin-left: -4px;
            display: inline-block;
            border-right: solid 1px #eee;
        }

            header .topmenu .top-data li:first-child {
                margin-left: 0;
                border-left: solid 1px #eee;
            }

            header .topmenu .top-data li a {
                font-size: 12px;
            }

                header .topmenu .top-data li a:hover {
                    text-decoration: none;
                }

.top-social {
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    border-radius: 50%;
    background: #fff;
}

header .topmenu .top-data li i.top-social.fa-facebook,
.social-icon-f li i.top-social.fa-facebook {
    border: 2px solid #4267b2;
    color: #4267b2;
}

    header .topmenu .top-data li i.top-social.fa-facebook:hover,
    .social-icon-f li i.top-social.fa-facebook:hover {
        background: #4267b2;
        color: #fff;
    }

header .topmenu .top-data li i.top-social.fa-twitter,
.social-icon-f li i.top-social.fa-twitter {
    border: 2px solid #4AB3F4;
    color: #4AB3F4;
}

    header .topmenu .top-data li i.top-social.fa-twitter:hover,
    .social-icon-f li i.top-social.fa-twitter:hover {
        background: #4AB3F4;
        color: #fff;
    }

header .topmenu .top-data li i.top-social.fa-google-plus,
.social-icon-f li i.top-social.fa-google-plus {
    border: 2px solid #e24343;
    color: #e24343;
}

    header .topmenu .top-data li i.top-social.fa-google-plus:hover,
    .social-icon-f li i.top-social.fa-google-plus:hover {
        background: #e24343;
        color: #fff;
    }

header .topmenu .top-data li a.log-top {
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    color: #888;
}

    header .topmenu .top-data li a.log-top:hover {
        color: #555;
    }


/*Responsive Topbar*/

@media (max-width: 991px) {
    header .topmenu ul {
        text-align: center !important;
    }

    header .topmenu .top-data li {
        top: 1px;
        padding: 6px 10px;
        margin-left: -5px;
        position: relative;
        border: solid 1px #eee;
    }
}
p {
    color: #b3b3b3;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

    a, a:hover {
        text-decoration: none !important;
    }

/*.hero {
  height: 100vh;
  width: 100%;
  background: #5d5b6a; }*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/

body {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #fff;
    height: 200vh;
    position: relative;
}

    body:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
    }

    body.offcanvas-menu:before {
        opacity: 1;
        visibility: visible;
    }

p {
    color: #b3b3b3;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

    a, a:hover {
        text-decoration: none !important;
    }

/*.hero {
    height: 100vh;
    width: 100%;
    background: #5d5b6a;*/
}

.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff;
}

    .site-navbar .site-logo {
        position: relative;
        left: 0;
        font-size: 24px;
    }

    .site-navbar .site-navigation .site-menu {
        margin-bottom: 0;
    }

        .site-navbar .site-navigation .site-menu .active {
            color: #007bff;
            display: inline-block;
            padding: 20px 20px;
        }

        .site-navbar .site-navigation .site-menu a {
            text-decoration: none !important;
            display: inline-block;
        }

        .site-navbar .site-navigation .site-menu > li {
            display: inline-block;
        }

            .site-navbar .site-navigation .site-menu > li > a {
                padding: 20px 20px;
                font-size: 13px;
                text-transform: uppercase;
                display: inline-block;
                text-decoration: none !important;
            }

                .site-navbar .site-navigation .site-menu > li > a:hover {
                    color: red;
                }

            .site-navbar .site-navigation .site-menu > li.social > a {
                padding-left: 5px;
                padding-right: 5px;
            }

        .site-navbar .site-navigation .site-menu .has-children {
            position: relative;
        }

            .site-navbar .site-navigation .site-menu .has-children > a {
                position: relative;
                padding-right: 20px;
               
            }

                .site-navbar .site-navigation .site-menu .has-children > a:before {
                    position: absolute;
                    content: "\e313";
                    font-size: 16px;
                    top: 50%;
                    right: 0;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    font-family: 'icomoon'; color:#000;
                }

            .site-navbar .site-navigation .site-menu .has-children .dropdown {
                visibility: hidden;
                opacity: 0;
                top: 100%;
                position: absolute;
                text-align: left;
                border-top: 2px solid #007bff;
                -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
                box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
                padding: 0px 0;
                margin-top: 20px;
                margin-left: 0px;
                background: #fff;
                -webkit-transition: 0.2s 0s;
                -o-transition: 0.2s 0s;
                transition: 0.2s 0s;
                z-index: 10;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
                    position: absolute;
                }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                        bottom: 100%;
                        left: 20%;
                        border: solid transparent;
                        content: " ";
                        height: 0;
                        width: 0;
                        position: absolute;
                        pointer-events: none;
                    }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                        border-color: rgba(136, 183, 213, 0);
                        border-bottom-color: #fff;
                        border-width: 10px;
                        margin-left: -10px;
                    }

                .site-navbar .site-navigation .site-menu .has-children .dropdown a {
                    text-transform: none;
                    letter-spacing: normal;
                    -webkit-transition: 0s all;
                    -o-transition: 0s all;
                    transition: 0s all;
                    color: #000;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown .active {
                    color: #007bff !important;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                    min-width: 210px;
                }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
                        padding: 9px 20px;
                        display: block;
                        box-shadow: inset 0 0 0 0 #54b3d6;
                        /* color: #54b3d6;*/
                        /* padding: 0 .25rem;*/
                        margin: 0 -.25rem;
                        transition: .3s ease-in-out, box-shadow .3s ease-in-out;
                    }

                        .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
                            /*  background: #fff;
                            color: #000;*/
                            color: #fff;
                            box-shadow: inset 200px 0 0 0 #54b3d6;
                        }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
                        content: "\e315";
                        right: 20px;
                    }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
                        left: 100%;
                        top: 0;
                    }

            .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
                color: #007bff;
            }

            .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
                cursor: pointer;
            }

                .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
                    -webkit-transition-delay: 0s;
                    -o-transition-delay: 0s;
                    transition-delay: 0s;
                    margin-top: 0px;
                    visibility: visible;
                    opacity: 1;
                }

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
        float: right;
        margin-top: 8px;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
            font-size: 30px;
            display: inline-block;
            padding-left: 10px;
            padding-right: 0px;
            line-height: 1;
            cursor: pointer;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
        float: left;
        margin-top: 10px;
        margin-left: 0px;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
            display: inline-block;
            text-transform: uppercase;
        }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
                max-width: 70px;
            }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
                text-decoration: none;
            }

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

    .site-mobile-menu .site-nav-wrap a {
        padding: 10px 20px;
        display: block;
        position: relative;
        color: #212529;
    }

        .site-mobile-menu .site-nav-wrap a:hover {
            color: #007bff;
        }

    .site-mobile-menu .site-nav-wrap li {
        position: relative;
        display: block;
    }

        .site-mobile-menu .site-nav-wrap li .active {
            color: red;
        }

    .site-mobile-menu .site-nav-wrap .social {
        display: inline-block;
    }

    .site-mobile-menu .site-nav-wrap .arrow-collapse {
        position: absolute;
        right: 0px;
        top: 10px;
        z-index: 20;
        width: 36px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
    }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
            background: #f8f9fa;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
            font-size: 12px;
            z-index: 20;
            font-family: "icomoon";
            content: "\f078";
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            -ms-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .site-mobile-menu .site-nav-wrap > li {
        display: block;
        position: relative;
        float: left;
        width: 100%;
    }

        .site-mobile-menu .site-nav-wrap > li.social {
            float: none !important;
            width: auto !important;
        }

        .site-mobile-menu .site-nav-wrap > li > a {
            padding-left: 20px;
            font-size: 20px;
        }

        .site-mobile-menu .site-nav-wrap > li > ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .site-mobile-menu .site-nav-wrap > li > ul > li {
                display: block;
            }

                .site-mobile-menu .site-nav-wrap > li > ul > li > a {
                    padding-left: 40px;
                    font-size: 16px;
                }

                .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
                    padding: 0;
                    margin: 0;
                }

                    .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
                        display: block;
                    }

                        .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                            font-size: 16px;
                            padding-left: 60px;
                        }

    .site-mobile-menu .site-nav-wrap[data-class="social"] {
        float: left;
        width: 100%;
        margin-top: 30px;
        padding-bottom: 5em;
    }

        .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
            width: auto;
        }

            .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
                padding-left: 15px !important;
            }

.sticky-wrapper {
   /* position: absolute;*/
    z-index: 100;
    width: 100%;
}

    .sticky-wrapper .site-navbar {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }

    .sticky-wrapper .site-navbar {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

        .sticky-wrapper .site-navbar .site-menu-toggle {
            color: #000;
        }

        .sticky-wrapper .site-navbar .site-logo a {
            color: #000;
        }

        .sticky-wrapper .site-navbar .site-menu > li > a {
            color: #000 !important;
        }

            .sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
                color: #007bff !important;
            }

    .sticky-wrapper.is-sticky .site-navbar {
        background: #c0e64f;
        border-bottom: 1px solid transparent;
        -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    }

        .sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
            color: #000;
        }

        .sticky-wrapper.is-sticky .site-navbar .site-logo a {
            color: #007bff;
        }

        .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
            color: #000 !important;
        }

            .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
                color: #007bff !important;
            }

/*----------------------------------------------------------*/
/*---------------------------------------------------------*/

.golgeli-kutu {
    width: 250px;
    font: 12px Arial, Helvetica, sans-serif;
    background: #CCC;
    padding: 5px;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans",sans-serif;
    text-decoration: none;
    list-style: none;
}
*/

.pricing-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: min(1600px, 100%);
    margin: auto;
}

.pricing-card {
    flex: 1;
    max-width: 460px;
    background-color: #fff;
    margin: 20px 10px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    color: #2d2d2d;
    transition: .3s linear;
}
.pricing-card-c {
    flex: 1;
  /* // max-width: 360px;*/
    background-color: #fff;
    margin: 20px 10px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    color: #2d2d2d;
    transition: .3s linear;
}

.pricing-card-header {
    background-color: #0fbcf9;
    display: inline-block;
    color: #fff;
    padding: 12px 30px;
    border-radius: 0 0 20px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    transition: .4s linear;
}

.pricing-card-header-info {
    background-color: red;
    display: inline-block;
    color: #fff;
    padding: 12px 30px;
    border-radius: 100px 10px 100px 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    transition: .4s linear;
    width:235px;
}
.pricing-card-header-comment {
   /*   background-color: #e5e253;*/
    display: inline-block;
    color: #000;
   /* padding: 12px 30px;
    border-radius: 10px 100px 10px 100px;*/
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    transition: .4s linear;
    width: 235px;
}

.strikethrough {
    position: relative;
}

    .strikethrough:before {
        position: absolute;
        content:'';
        left: 25%;
        top: 34%;
        right:24%;
        color:red;
        
        border-top: 3px solid;
        border-color: inherit;
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-10deg);
    }
.pricing-card-header-indirim {
   /* background-color: #e5e253;*/
    display: inline-block;
    color: #000;
   /* padding: 12px 30px;*/
    border-radius: 10px 100px 10px 100px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    transition: .4s linear;
   
}
.pricing-card-header-indirim2 {
    background-color: #fab9b9;
    display: inline-block;
    color: #9c0000;
    padding: 2px 3px;
   /* border-radius: 10px 100px 10px 100px;*/
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    transition: .4s linear;
 
}
.pricing-card:hover .pricing-card-header {
    box-shadow: 0 0 0 47em #0fbcf9;
}

.price {
    font-size: 55px;
    color: #0fbcf9;
    margin: 40px 0;
    transition: .2s linear;
}

    .price sup, .price span {
        font-size: 26px;
        font-weight: 700;
    }

.pricing-card:hover, .pricing-card:hover .price {
    color: #fff;
}

.pricing-card li {
    font-size: 16px;
    padding: 10px 0;
    text-transform: uppercase;
}

.order-btn {
    display: inline-block;
    margin-bottom: 40px;
    margin-top: 80px;
    border: 2px solid #0fbcf9;
    color: #0fbcf9;
    padding: 18px 40px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 500;
    transition: .3s linear;
}

    .order-btn:hover {
        background-color: #0fbcf9;
        color: #fff;
    }

@media screen and (max-width:1100px) {
    .pricing-card {
        flex: 50%;
    }
}

.content {
    height: 70vh;
}

.footer-20192 {
    position: relative;
    color: #fff;
    padding: 7rem 0;
    background-color: #141d2a;
}

    .footer-20192 .container {
        position: relative;
    }

    .footer-20192 h3 {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 0;
        line-height: 1.5;
    }

    .footer-20192 .links li {
        margin-bottom: 10px;
        line-height: 1.5;
        display: block;
    }

        .footer-20192 .links li a {
            color: #666873;
        }

            .footer-20192 .links li a:hover {
                color: #fff;
            }

    .footer-20192 .social li {
        display: inline-block;
        position: relative;
    }

        .footer-20192 .social li a {
            position: relative;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: inline-block;
            margin: 0;
            padding: 0;
            background-color: #8186d5;
            color: #fff;
        }

            .footer-20192 .social li a > span {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

    .footer-20192 .footer-logo {
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: .1rem;
    }

    .footer-20192 .copyright {
        color: #666873;
    }

    .footer-20192 .cta {
        -webkit-box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
        box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
        padding: 20px;
        background-color: #c0e64f;
        top: -150px;
        position: relative;
    }

        .footer-20192 .cta h2, .footer-20192 .cta h3 {
            line-height: 1.5;
        }

        .footer-20192 .cta h3 {
            font-size: 20px;
        }
.myf {
    padding-left: 0;
    list-style: none;
    column-count: 2;
    column-gap:100px;
    column-rule-style: inherit;
    text-decoration: none !important;
    color: #666873;
}
.myf li {
    margin-bottom: 10px;
    line-height: 1.5;
    display: block;
}
    .myf  li a:hover {
        color: #fff;
    }

    .myf li a {
        color: #666873;
    }