/*============================================

        Theme:  Digital Agency/SEO/Marketing HTML Template
        Author: http://learneraxe.me
        Version: 1.0
        last change: November 2017
        Description: Main Stylesheet

==============================================*/

/* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the theme.

This files contents are outlined below.*/

/*===========================================

            Table of contents
        |- Fonts
        |- Most top info bar
        |- Navigation
        |- Home
            Home - Carousel
            Home - Business power
            Home - Impressive Portfolio
            Home - SEO Audit Section
            Home - Services Section
            Home - Our Team Section
            Home - Happy clients Section
            Home - Get in touch Section
            Home - footer Section
            Home - portfolio-modal
            Home - get-in-touch-modal
        |- Innerpages - common css 
        |- Privacy-policy-page
        |- Contact-us-page
        |- Portfolio-page
        |- Blog/blog details-page
        |- Service details -pages
        |- Pricing-page
        |- Preloader
        |- Browser specific css

==============================================*/

/*----------------------------
    Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,600&Open+Sans:300,400");
/*@import "font-awesome-sprockets";*/

/*----------------------------
    General Styling
----------------------------*/
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

a {
    color: #47a145;
}


a.img-list2 {
    padding: 20px;
    text-align: center;
}

    a.img-list2 > .referansliste {
        
    }

.talignleft {
    text-align: left;
}

.talignright {
    text-align: right;
}

.m0 {
    margin: 0;
}

.p0 {
    padding: 0;
}

.m-bottom10 {
    margin-bottom: 10px;
}

.m-bottom30 {
    margin-bottom: 30px;
}

.m-padding30 {
    padding-bottom: 30px;
}

.m-padding60 {
    padding-bottom: 60px;
}

.slide-text {
    font-weight: 100;
    letter-spacing: 0.0.25rem;
}
/* Button*/
.btn {
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 400;
    border: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 0;
}

    .btn:focus, .btn:active:focus, .btn.active:focus {
        outline: none;
        box-shadow: none;
    }

.btn-primary {
    background-color: #47a145;
}

    .btn-primary:hover {
        background-color: #286d45;
    }

    .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:active:focus, .btn-primary.active:focus {
        background-color: #646263;
    }

.btn-transparent {
    background: transparent;
    border: 2px solid #fff;
    padding: 8px 23px;
    color: #fff;
}

    .btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus, .btn-transparent:active:hover, .btn-transparent:active:focus, .btn-transparent.active {
        background-color: #fff;
        color: #212a36;
        border-color: #fff;
    }

.btn-lg {
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 0;
}

.white-btn {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    line-height: 18px;
}

    .white-btn:hover, .white-btn:active, .white-btn:focus, .white-btn:active:hover, .white-btn:active:focus, .white-btn.active {
        background-color: #fff;
        color: #212529;
    }

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif !important;
    color: #212a36;
}

h1 {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
}

    h1 span {
        font-weight: 600;
    }

h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
}

h3 {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 20px;
    /*margin-top: 80px;*/
}

    h3.baslik1 {
        font-size: 36px;
    }

img {
    vertical-align: middle;
}

    img.img-fluid.img-list {
        max-width: 110px !important;
    }

a {
    display: inline-block;
}

    a:hover {
        text-decoration: none;
    }

ol, ul {
    list-style-type: none;
}

ul {
    padding-left: 0px;
}

.section-padding {
    padding: 70px 0;
}

.heading {
    position: relative;
    border-bottom: none;
}

    .heading h2 {
        text-align: center;
        margin-bottom: 20px;
    }

.hr {
    display: block;
    margin: 0 auto 70px;
    width: 100px;
    height: 3px;
    background-color: #47a145;
}

.small-hr {
    display: block;
    margin: 0 0 15px;
    width: 20px;
    height: 2px;
    background-color: #47a145;
}

.no-padding {
    padding: 0px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-90 {
    margin-top: 90px !important;
}

.no-padding-x {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-padding-y {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.no-margin-x {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-margin-y {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-top: 0 !important;
}

.btn-wrapper {
    margin: 25px 0 20px 0;
}

.section-title {
    margin-top: 70px;
    margin-bottom: 47px;
    text-align: center;
}

    .section-title .title-bold {
        /*text-transform: capitalize;*/
        color: #47a145;
        font-size: 30px;
        font-weight: normal;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .section-title .title-nm {
        text-transform: capitalize;
        font-size: 30px;
        font-weight: normal;
        line-height: 22px;
        margin-bottom: 12px;
        color: #626262;
    }

    .section-title .title-bold-1 {
        text-transform: capitalize;
        font-size: 30px;
        font-weight: normal;
        line-height: 22px;
        margin-bottom: 12px;
        color: #000;
    }

    .section-title .sub-title {
        font-size: 13px;
        color: #6e6e6e;
        line-height: 22px;
    }

.subebaslik {
    padding-left: 0px;
    margin-bottom: 17px;
    text-align: center;
    font-weight: 600;
}

.white-ph::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.white-ph::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.white-ph:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.white-ph:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.more-btn-wrapper {
    margin-top: 30px;
    text-align: center;
}

    .more-btn-wrapper.details-more-btn {
        margin-top: 36px;
    }

    .more-btn-wrapper .btn {
        max-width: 250px;
        margin: 0 auto;
    }

/*----------------------------
Most top info bar
----------------------------*/
.most-top-info-wrapper {
    background: #ececec;
    min-height: 41px;
}

    .most-top-info-wrapper ul {
        margin-bottom: 0;
    }

        .most-top-info-wrapper ul li {
            display: inline-block;
            position: relative;
            padding-right: 10px;
            margin-right: 6px;
            padding-top: 10px;
            font-size: 14px;
        }

            .most-top-info-wrapper ul li:after {
                content: "";
                position: absolute;
                top: 15px;
                right: 0;
                width: 1px;
                border-right: 1px solid #fff;
                border-left: 1px solid #212a36;
                height: 13px;
            }

            .most-top-info-wrapper ul li:last-child:after {
                display: none;
            }

            .most-top-info-wrapper ul li span {
                margin-right: 10px;
            }

                .most-top-info-wrapper ul li span.icon-map-marker::before {
                    margin-left: -2px;
                }

.top-social-icon-list li a {
    color: #8a929c;
}

.most-top-info-wrapper ul.top-social-icon-list li:after {
    display: none;
}

.top-social-icon-list li a:hover, .top-social-icon-list li a:focus, .top-social-icon-list li a:active {
    color: #255c3c;
}

.top-social-icon-list li a:focus {
    outline: none;
}

.most-top-info-wrapper ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

/*----------------------------
   Navigation
----------------------------*/
header {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

    header .top-navbar .navbar-nav > li > a.nav-link {
        margin: 0 15px;
        padding: 10px 0;
    }


.navbar {
    min-height: 85px;
    border: none;
    padding: 10px 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.navbar-brand {
    padding: 0 15px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .navbar-brand:hover p, .navbar-brand:focus p {
            color: #454545;
        }

    .navbar-brand > p {
        display: inline-block;
        font-weight: 400;
        font-size: 24px;
        font-family: "Poppins", sans-serif;
        color: #212a36;
    }

.navbar-nav > li > a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

    .navbar-nav > li > a:after {
        display: block;
        position: absolute;
        bottom: 8px;
        content: '';
        width: 0;
        height: 2px;
        background: #47a145;
        -webkit-transition: all .5s;
        transition: all .5s;
        border: none;
        margin-left: 0;
    }

.dropdown-toggle i {
    position: relative;
    top: 1px;
    left: 3px;
    font-size: 13px
}

header nav.top-navbar {
    background: #fff;
}

.top-navbar.navbar-brand {
    color: #212a36;
    -webkit-transition: all .3s;
    transition: all .3s;
}

    .top-navbar.navbar-brand.navbar-brand:hover, .top-navbar.navbar-brand.navbar-brand:focus {
        color: #4d4d4d;
    }

.top-navbar .navbar-nav > li > a.nav-link {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #47a145;
    font-weight: 600;
    -webkit-transition: all .3s;
    transition: all .3s;
}

    .top-navbar .navbar-nav > li > a.nav-link:hover, .top-navbar .navbar-nav > li > a.nav-link:focus {
        color: #07273b;
    }

        .top-navbar .navbar-nav > li > a.nav-link:hover:after, .top-navbar .navbar-nav > li > a.nav-link:focus:after {
            width: 100%;
        }

.top-navbar .navbar-nav > .active > a.nav-link, .top-navbar .navbar-nav > .active > a.nav-link:hover, .top-navbar .navbar-nav > .active > a.nav-link:focus {
    color: #47a145;
    background-color: transparent;
}

.top-navbar .navbar-nav > .active > a:after, .top-navbar .navbar-nav > .active > a:hover:after, .top-navbar .navbar-nav > .active > a:focus:after {
    width: 100%;
}

header .top-navbar .navbar-nav > li > a.btn {
    padding: 10px 25px;
    outline: none;
    line-height: 21px;
    margin-left: 15px;
}

.navbar-light .navbar-toggler {
    margin-top: 16px;
    margin-right: 0;
    margin-bottom: 4px;
    padding: 8px;
    border: none;
    background: none;
    cursor: pointer;
}

    .navbar-light .navbar-toggler .navbar-toggler-icon {
        background: none;
        position: relative;
    }

    .navbar-light .navbar-toggler:focus {
        outline: none;
    }

    .navbar-light .navbar-toggler .navbar-toggler-icon:after {
        content: "\e92b";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        font-family: "linearicons";
        font-size: 30px;
        color: #07273b;
        font-weight: 600;
        cursor: pointer;
        line-height: 25px;
    }

    .navbar-light .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon:after {
        content: "\e92b";
    }

    .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
        content: "\e92a";
    }

.navbar-light .navbar-brand {
    padding-left: 0;
}

.navbar-light .navbar-brand img {
    height: 50px;
}

.navbar-nav .dropdown-menu {
    top: 33px;
    left: 15px;
    padding: 10px 15px;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

li.dropdown {
    cursor: pointer;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
    background: #80c431;
    color: #fff;
}

.dropdown-item span {
    margin-right: 8px;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

/*sticky header position*/
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    -webkit-transition: -webkit-box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: -webkit-box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -o-transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

/*----------------------------
 Home - Carousel
----------------------------*/
.carousel-item {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
    height: 100%;
}

.carousel {
    height: 45vh;
    margin-top: 125px;
}

.carousel-inner {
    height: 100%;
}

.carousel-control-next, .carousel-control-prev {
    font-size: 55px;
    color: #07273b;
    width: 7%;
}

.overlay {
    background: rgba(0, 0, 0, .05) none repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.carousel-caption {
    position: relative;
    height: 100%;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

    .carousel-caption .dis-table {
        display: table;
        height: 100%;
        width: 100%;
    }

.caption-content-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.carousel-caption .caption-content-wrapper .btn-transparent {
    margin-right: 0;
}

.carousel-caption h1 {
    color: #07273b;
    font-weight: 600;
    font-size: 36px;
}

.carousel-caption .btn {
    margin-right: 10px;
}

.left-caption {
    text-align: left;
}

.right-caption {
    text-align: right;
}

/*----------------------------
Home - Business power
----------------------------*/
.green-box-wrapper .float-left {
    width: 33.33%;
    min-height: 200px;
    padding: 26px 54px;
    text-align: center;
    color: #fff;
    min-width: 500px;
    min-height: 1px;
}

.green-box-wrapper .darker-green {
    background: #656364;
}

.green-box-wrapper .dark-green {
    background: #656364;
}

.green-box-wrapper .light-green {
    background: #47a145;
}

.green-box-wrapper h5 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: right;
}


.green-box-wrapper span {
    font-size: 45px;
}

.green-box-wrapper p {
    margin-top: 13px;
    margin-bottom: 19px;
}


.black-box {
    background-color: #202020;
    min-height: 15px;
    /*margin-left: -27px;*/
    margin-top: 26px;
}

    .black-box h5 {
        text-align: right;
        text-transform: capitalize;
        font-weight: 600;
        line-height: 22px;
        color: #fff;
        margin: 19px 23px;
    }

        .black-box h5 span {
            font-weight: 400;
        }


.listp {
    padding-top: 20px;
}

    .listp a {
        padding-top: 10px;
        color: #212a36;
        font-weight: normal;
        font-size: 13px;
    }

.listicon {
    padding-right: 10px;
    font-size: 13px;
}

.listspanb {
    color: #626262;
}

.navlist {
    display: inline-flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
    list-style: none;
    margin: 0 24px;
}

.navlistyon {
    text-align: right;
    margin-bottom: 23px;
}

.col-sm-12 a { color: #fff; }

.navlist a {
    margin-left: 10px;
    color: #fff;
    /*font-weight: 600;*/
    font-size: 13px;
}

.navlist span {
    font-size: 15px;
    margin-left: 5px;
    color: #818181;
}

.satismusteri {
    display: inline-flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 14px;
}

.satisright {
    text-align: center;
    margin-top: 50px;
}

.satisicon {
    padding-right: 6px;
    font-size: 18px;
    color: #646263;
    vertical-align: text-bottom;
}

.satismusteri a {
    margin: 0 20px;
    color: #626262;
    text-transform: capitalize;
    font-weight: 300;
    line-height: 22px;
}

.client-logo-wrapper .owl-carousel img {
    width: auto;
    display: inline-block;
}


.client-logo-wrapper {
    padding: 50px 15px;
    background: #f2f9ee;
}

.owl-item div {
    text-align: center;
}

/*----------------------------
Home - Impressive Portfolio
----------------------------*/
.portfolio {
    position: relative;
    /*margin-bottom: 90px;*/
}

    .portfolio img {
        display: inline-block;
        max-width: 100%;
        width: 100%;
    }

.protfolio-item {
    margin-bottom: 5px;
    position: relative;
    margin-top: 25px;
}

.portfolio .text-inner {
    color: #fff;
    /*display: none;*/
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 2s ease 0s;
    width: 100%;
}

.protfolio-item:hover .text-inner {
    display: block;
}

.portfolio .medium-text {
    margin: 30px 0 81px;
}

.protfolio-item:hover .por-overley, .featured-img-wrapper:hover .por-overley {
    transform: scale(1);
}

.protfolio-item .por-overley {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    /*transform: scale(0);*/
    transition: all 0.3s ease 0s;
    width: 100%;
}

.portfolio .text-inner .btn {
    cursor: pointer;
    line-height: 18px;
}

/*----------------------------
   Home - SEO Audit Section
----------------------------*/
.seo-audit-section {
    background: #343b45;
    padding: 46px 0 50px 0;
    margin-top: 85px;
}

.seo-audit-sectionh {
    height: 4px;
    background: #343b45;
    margin-top: 85px;
}

.seo-audit-title {
    text-align: center;
    color: #fff;
}

    .seo-audit-title h3 {
        color: #fff;
        font-size: 25px;
        margin-bottom: 10px;
    }

.seo-audit-title {
    margin-bottom: 20px;
}

.seo-audit-section .form-control, .get-a-touch-modal .form-control {
    background: #818182;
    border-color: #6e6e6e;
    border-radius: 0;
    color: #fff;
}

.seo-audit-section .input-group-addon, .get-a-touch-modal .input-group-addon {
    background-color: #818182;
    border: 1px solid rgba(0, 0, 0, .15);
    color: #fff;
    border-radius: 0;
    border-right: transparent;
    font-size: 20px;
}

.seo-audit-section .form-control.white-btn-lg, .get-a-touch-modal .form-control.white-btn-lg, .start-project .btn {
    background: #fff;
    border-color: #fff;
    color: #212a36;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}

.seo-audit-section .form-control.white-btn-lg {
    line-height: 16px;
}

    .seo-audit-section .form-control.white-btn-lg:hover, .get-a-touch-modal .form-control.white-btn-lg:hover, .seo-audit-section .form-control.white-btn-lg:focus, .get-a-touch-modal .form-control.white-btn-lg:focus, .seo-audit-section .form-control.white-btn-lg:active, .start-project .btn:hover, .start-project .btn:focus {
        background: #47a145;
        border-color: #fff;
        color: #fff;
    }

.validation-form label.error {
    display: block;
    color: red;
    position: absolute;
    bottom: -26px;
    font-size: 13px;
    left: 1px;
}

/*----------------------------
   Home - Services Section
----------------------------*/
.service-content-wrapper {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

    .service-content-wrapper::after {
        background: #80c431;
        bottom: -10px;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        transition: all 0.5s ease 0s;
        width: 0;
    }

    .service-content-wrapper:hover::after {
        width: 100%;
    }

    .service-content-wrapper span {
        width: 80px;
        height: 80px;
        text-align: center;
        color: #47a145;
        font-size: 40px;
        display: block;
        margin: 30px auto;
        margin-top: 30px;
        border-radius: 50%;
        line-height: 82px;
        background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }

.services {
    background: #f9f9f9;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding-bottom: 18px;
    padding-top: 1px;
}

.service-content-wrapper:hover span {
    background: #80c431;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.service-content-wrapper:hover a h4 {
    color: #80c431;
}

.service-content-wrapper p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 20px;
}

/*----------------------------
   Home - Our Team Section
----------------------------*/
.our-team-section {
    margin-bottom: 70px;
    margin-top: 70px;
}

    .our-team-section > .line1 {
        display: block;
        width: 100%;
        height: 1px;
        background-color: rgba(0,0,0,.1);
        margin-bottom: 60px;
    }

.our-team-image-wrapper {
    position: relative;
    min-height: 311px;
}

.our-team-section p {
    color: #6e6e6e;
    font-size: 13px;
    line-height: 24px;
}

.our-team-image-wrapper img {
    position: absolute;
    border: 2px solid #474747;
    max-width: 100%;
}

.our-team-image-wrapper .image-1 {
    max-width: 295px;
    top: 0;
}

.our-team-image-wrapper .image-2 {
    left: 47px;
    top: 177px;
}

.our-team-image-wrapper .image-3 {
    right: 130px;
    top: 117px;
}

/*-------------------------------
  Home - Happy clients Section
---------------------------------*/
.paralaxbg {
    background-image: url("../images/happy-client-parallex.jpg");
    text-align: center;
    color: #fff;
}

.paralaxbg {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    width: 100%;
}

    .paralaxbg [class^="icon-"] {
        font-size: 50px;
        display: block;
        width: 90px;
        height: 90px;
        background: rgba(0, 0, 0, 0.42);
        margin: 0 auto;
        text-align: center;
        line-height: 92px;
        margin-bottom: 20px;
        border-radius: 50%;
        color: #47a145;
    }

    .paralaxbg p {
        font-size: 14px;
        margin-bottom: 0;
        line-height: 15px;
        margin-top: 8px;
    }

.counter {
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 35px;
}

.paralaxbg .overlay {
    position: static;
    padding: 48px 0;
    padding-top: 50px;
}

.latest-blog-section {
    margin-bottom: 90px;
}

    .latest-blog-section.in-details-page {
        margin-bottom: 88px;
    }

.blog-wrapper {
    position: relative;
    overflow: hidden;
    max-height: 400px;
}

    .blog-wrapper img {
        width: 100%;
        max-width: 100%;
        transform: scale(1);
        transition: all 1s ease-in-out 0s;
    }

    .blog-wrapper:hover img {
        transform: scale(1.2);
    }

.single-blog h4 a {
    color: #212a36;
    font-size: 20px;
}

.single-blog h4 {
    margin-top: -20px;
}

    .single-blog h4 a:hover {
        color: #80c431;
    }

.single-blog p {
    font-size: 14px;
    line-height: 24px;
    color: #6e6e6e;
    margin: 20px 0 30px 0;
}

.blog-details-content .blog-soical-link {
    margin-bottom: 0;
}

.blog-list-item li {
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    color: #6e6e6e;
    margin-bottom: 8px;
}

.blog-list-item {
    margin-bottom: 30px;
}

.date-wrapper {
    position: relative;
    bottom: 34px;
    max-width: 80px;
    text-align: center;
}

    .date-wrapper .date {
        display: block;
        padding: 5px;
        font-weight: bold;
    }

    .date-wrapper .blog-day {
        background: #fff;
        color: #47a145;
    }

    .date-wrapper .blog-month {
        background: #47a145;
        color: #fff;
    }

.blog-soical-link {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    width: 100%;
    margin-top: 15px;
}

    .blog-soical-link li {
        display: inline-block;
        padding-right: 15px;
        border-right: 1px solid #ececec;
        padding: 6px 15px;
        color: #b6b8c1;
    }

        .blog-soical-link li span {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: #47a145;
            color: #fff;
            display: inline-block;
            line-height: 30px;
            text-align: center;
            font-size: 14px;
        }

        .blog-soical-link li a {
            font-size: 16px;
            color: #b6b8c1;
            padding: 0 3px;
        }

            .blog-soical-link li a:hover {
                color: #838487;
            }

        .blog-soical-link li:first-child {
            padding-left: 0;
        }

/*-------------------------------
   Home - Get in touch Section
---------------------------------*/
.seo-audit-section.get-in-touch-section {
    background: #212a36;
    /*margin-top: 82px;*/
    margin-top: 40px;
}

    .seo-audit-section.get-in-touch-section .form-control {
        background: #212a36;
        border-color: #898a87;
    }

    .seo-audit-section.get-in-touch-section .input-group-addon {
        background: #898a87;
    }

    .seo-audit-section.get-in-touch-section .form-control.white-btn-lg {
        color: #fff;
        background: #47a145;
    }

        .seo-audit-section.get-in-touch-section .form-control.white-btn-lg:hover, .seo-audit-section.get-in-touch-section .form-control.white-btn-lg:focus {
            color: #47a145;
            background: #fff;
        }

/*----------------------------
   Home - footer Section
----------------------------*/
footer {
    background: #f4f4f4;
    padding: 0px 0px 0 0px;
    position: relative;
}

    footer ul li {
        margin-bottom: 8px;
    }

        footer ul li, footer ul li a, footer p {
            color: #6e6e6e;
            text-decoration: none;
            font-weight: normal;
            font-size: 13px;
        }

            footer ul li:hover, footer ul li a:hover {
                color: #1e1e1e;
            }

            footer ul li h5 {
                font-size: 16px;
                color: #1e1e1e;
                margin-bottom: 15px;
                font-weight: normal;
            }

.urunlerb {
    background: #fff;
    padding: 0 0 20px 0;
    text-align: center;
}


.footerbaslik h5 {
    font-weight: 600;
    font-size: 15px;
    color: #1e1e1e;
    margin-bottom: 15px;
}

.footerbaslik a {
    color: #6e6e6e;
    text-decoration: none;
    font-weight: normal;
    font-size: 13px;
}

.footer-social-icon-list, .copy-info {
    text-align: center;
    margin-bottom: 0;
}

.footersocail {
    margin-top: 50px;
}

.footersocailfont {
}

    .footersocailfont a {
        font-size: 25px;
    }

.telfont {
    font-weight: 600;
}

.footermarginleft {
    margin-left: 15px;
}

.copy-info {
    margin-top: 20px;
    line-height: 16px;
}

.footer-social-icon-list {
    /*margin-top: 11px;*/
}

    .footer-social-icon-list li {
        display: inline-block;
        margin-right: 5px;
    }

        .footer-social-icon-list li a {
            display: inline-block;
            width: 30px;
            height: 30px;
            border: 1px solid rgba(255, 255, 255, 0.25);
            border-radius: 50%;
            line-height: 28px;
        }

            .footer-social-icon-list li a:hover {
                background: #fff;
                color: #212a36;
                border-color: #fff;
            }

footer .brand img {
    margin-bottom: 20px;
}

.footeryellow {
    background-color: #286d45;
    height: 14px;
    margin: 0 0 0 0;
}

.footerblack {
    background-color: #1d1d1b;
    height: 70px;
    margin: 0 0 0 0;
}

.copy-inf {
    color: #ccc;
    line-height: 16px;
    font-weight: normal;
    font-size: 13px;
    margin-top: 25px;
}

.footerinfmcv {
    color: #fff;
    line-height: 16px;
    font-weight: normal;
    font-size: 13px;
    margin-top: 25px;
}

.footerinfads {
    color: #ccc;
    line-height: 16px;
    font-weight: normal;
    font-size: 13px;
    margin-top: 25px;
}

.top-btn {
    background: #fff none repeat scroll 0 0;
    bottom: 30px;
    color: #9d9d9d;
    font-size: 24px;
    height: 40px;
    line-height: 42px;
    position: absolute;
    right: 20px;
    text-align: center;
    width: 40px;
}

    .top-btn:hover {
        color: #47a145;
    }

/*----------------------------
   Home - portfolio-modal
----------------------------*/

/*css for portfolio-modal*/
.modal-dialog {
    max-width: 850px;
    width: 100%;
}

.protfolio-modal .carousel {
    height: auto;
    padding-top: 0;
    border: 1px solid #9d9d9d;
}

.modal-dialog button.close {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    font-size: 22px;
    height: 35px;
    opacity: 1;
    position: absolute;
    right: -20px;
    top: -25px;
    width: 35px;
    z-index: 9999;
    color: #9d9d9d;
    outline: none;
}

.protfolio-modal .row {
    margin-left: -29px;
}

.modal-dialog button.close:hover {
    box-shadow: 5px 5px 5px 0 rgba(47, 44, 44, 0.2);
    color: #474747;
}

.gray-text {
    color: #9d9d9d;
}

.pro-modal-content .gray-text {
    font-size: 14px;
    line-height: 13px;
}

.pro-modal-content {
    font-size: 15px;
    text-align: left;
}

    .pro-modal-content ul {
        margin-bottom: 0;
    }

    .pro-modal-content li:last-child {
        margin-bottom: 0;
    }

    .pro-modal-content li {
        margin-bottom: 8px;
        padding-left: 25px;
        position: relative;
        font-size: 13px;
        color: #6e6e6e;
    }

    .pro-modal-content p {
        line-height: 24px;
        color: #6e6e6e;
    }

.protfolio-modal .carousel-item {
    min-height: 362px;
}

.protfolio-modal .carousel-control-next, .protfolio-modal .carousel-control-prev {
    color: #fff;
    font-size: 38px;
    margin: 0 10px;
    opacity: 1;
    padding-top: 0;
}

.vertical-center-modal {
    text-align: center;
    padding: 0 !important;
}

    .vertical-center-modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    .vertical-center-modal .modal-dialog {
        display: inline-block;
        vertical-align: middle;
    }

/*----------------------------
   Home - get-in-touch-modal
----------------------------*/
.get-a-touch-modal .modal-dialog {
    min-width: 650px;
}

.get-a-touch-modal .modal-content {
    background: url("../images/get-in-touch-modal-bg.jpg") no-repeat center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
    border: none;
}

    .get-a-touch-modal .modal-content .float-left {
        width: 50%;
        padding: 45px 30px;
        text-align: left;
        padding-bottom: 20px;
    }

        .get-a-touch-modal .modal-content .float-left p {
            margin-bottom: 0;
        }

    .get-a-touch-modal .modal-content textarea {
        resize: none;
    }

.get-a-touch-modal .overlay {
    position: static;
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
}

.get-a-touch-modal .green-bg {
    background: #343a40;
    position: relative;
    min-height: 347px;
}

    .get-a-touch-modal .green-bg:before {
        font-family: "FontAwesome";
        content: "\f0d9";
        position: absolute;
        top: 32%;
        left: -20px;
        z-index: 0;
        font-size: 65px;
        color: #343a40;
    }

.get-a-touch-modal .modal-body {
    padding: 0;
    border: none;
}

.get-a-touch-modal .input-group {
    margin-bottom: 20px;
}

.contact-info-modal li {
    margin-bottom: 15px;
    text-align: left;
}

    .contact-info-modal li p {
        margin-bottom: 4px;
        color: #655d5d;
    }

        .contact-info-modal li p span {
            color: #343a40;
            margin-right: 8px;
            font-size: 17px;
            vertical-align: middle;
            margin-left: 0;
            display: inline-block;
            width: 35px;
            height: 35px;
            background: #fff;
            opacity: 1;
            border-radius: 50%;
            text-align: center;
            line-height: 35px;
            box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.1);
        }

.get-a-touch-modal h4 {
    font-size: 20px;
    margin-bottom: 0;
}

.contact-info-modal li span {
    margin-left: 45px;
    font-size: 14px;
    opacity: .7;
}

.contactmargin {
    margin-top: 45px;
}

.contactheight {
    height: 15px;
}

/*----------------------------
   innerpage - common css 
----------------------------*/
.inner-banner-wrapper {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    margin-top: 125px;
    color: #fff;
    text-align: left;
}

    .inner-banner-wrapper .overlay {
        background: rgba(0, 0, 0, 0.48) none repeat scroll 0 0;
        height: 20vh;
    }

/*all inner page banners*/
.privacy-banners {
    background: url("../images/privecy-banner.jpg");
    margin-bottom: 88px;
}

.terms-conditions-banners {
    background: url("../images/terms-conditions-banner.jpg");
    margin-bottom: 88px;
}

.contact-banners {
    background: url("../images/contact-banner.jpg")
}

.portfolio-banners {
    background: url("../images/portfolio-img/portfolio-banner.jpg")
}

.blog-banners {
    background: url("../images/blog-img/blog-banner.jpg")
}

.blog-details-banners {
    background: url("../images/blog-img/blog-details-banner.jpg")
}

.seo-banners {
    background: url("../images/seo-page-bg.jpg")
}

.sem-banners {
    background: url("../images/sem-page-bg.jpg")
}

.pay-per-click-banners {
    background: url("../images/pay-per-click-page-banner.jpg")
}

.smm-banners {
    background: url("../images/smm-banner.jpg")
}

.content-marketing-banners {
    background: url("../images/content-marketing-banner.jpg")
}

.custom-website-banners {
    background: url("../images/custome-web-site-design.jpg")
}

.pric-banners {
    background: url("../images/price-page-banner.jpg")
}

.banner-text {
    padding: 48px 0;
}

    .banner-text h2 {
        color: #fff;
        font-size: 42px;
        margin-bottom: 20px;
    }

    .banner-text p {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 4px;
    }

/* end all inner page banners*/

/*----------------------------
   privacy-policy-page
----------------------------*/
.privacy-terms-text h3 {
    font-size: 24px;
}

.privacy-terms-text p {
    margin-bottom: 45px;
}

/*----------------------------
   Contact-us-page
----------------------------*/
.contact-us-section {
    margin-bottom: 84px;
}

    .contact-us-section .seo-audit-section {
        margin-top: 0;
        padding: 20px 15px;
    }

        .contact-us-section .seo-audit-section .input-group {
            margin-bottom: 20px;
        }

            .contact-us-section .seo-audit-section .input-group textarea {
                resize: none;
                height: 97px;
            }

        .contact-us-section .seo-audit-section h3 {
            color: #fff;
            margin-top: 0;
            margin-bottom: 15px;
        }

.left-info-contact p {
    margin-bottom: 0;
    opacity: .7;
    font-size: 14px;
}

    .left-info-contact p span {
        margin-right: 8px;
        color: #646263;
    }

    .left-info-contact p i {
        margin-left: 27px;
        font-style: normal;
    }


.google-map-wrapper {
    margin-top: 30px;
}

.contact-us-section h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

/*----------------------------
   portfolio-page
----------------------------*/
.pro-controls {
    color: #eee;
    text-align: center;
    margin-bottom: 5px;
    margin-top: -10px;
}

    .pro-controls .filter {
        color: #606060;
        font-size: 16px;
        border: none;
        background: none;
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
        padding: 3px 0;
        margin: 3px 22px;
        margin-top: 0;
        outline: none;
        cursor: pointer;
    }

        .pro-controls .filter.active:focus, .pro-controls .filter.active:hover, .pro-controls .filter.active, .pro-controls .filter:hover, .pro-controls .filter:focus {
            color: #47a145;
            border-bottom: 2px solid #47a145;
        }

.pro-item-img {
    width: 100%;
    padding: 39%;
    max-height: 280px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    position: relative;
}

.port-cat-con {
    padding: 2% 0 0;
    text-align: justify;
    font-size: 0.1px;
    -webkit-backface-visibility: hidden;
    transition-duration: 0s !important;
}

    .port-cat-con .por-overley, .featured-img-wrapper .por-overley {
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
        bottom: 0;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 100%;
        padding-top: 26%;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .port-cat-con .por-overley {
        padding-top: 33%;
    }

    .port-cat-con .mix {
        float: left;
        margin: 0;
        margin-bottom: 30px;
        text-align: left;
        display: none;
        position: relative;
    }

        .port-cat-con .mix:hover .por-overley {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.portflio-content .box-content-with-img {
    position: relative;
    max-width: 360px;
    margin-top: 45px;
    margin-bottom: 0;
}

.featured-tag {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.port-cat-con .btn-transparent {
    color: #fff !important;
}

.start-project {
    background: #255c3c;
    padding: 46px 0 48px 0;
    color: #fff;
    margin-top: 60px;
}

    .start-project h3 {
        color: #fff;
        font-size: 25px;
        margin-bottom: 10px;
    }

    .start-project .btn {
        margin-top: 24px;
    }

    .start-project p {
        margin-bottom: 0;
    }

.bottom-link-page {
    margin-top: 83px;
}

.go-to-content-wrapper {
    max-width: 280px;
    text-align: center;
    margin: 0 auto;
}

    .go-to-content-wrapper .icon-bag-dollar::before, .go-to-content-wrapper .icon-pencil5::before {
        font-size: 38px;
    }

    .go-to-content-wrapper > [class^="icon-"] {
        font-size: 40px;
    }

    .go-to-content-wrapper h4 {
        font-size: 17px;
        font-weight: bold;
        margin: 7px 0;
    }

    .go-to-content-wrapper p {
        font-size: 13px;
    }

        .go-to-content-wrapper p a {
            color: #47a145;
        }

            .go-to-content-wrapper p a:hover, .go-to-content-wrapper p a:focus {
                color: #80c431;
            }

            .go-to-content-wrapper p a span {
                margin: 0 10px;
                vertical-align: middle;
            }

    .go-to-content-wrapper .link {
        margin-bottom: 4px;
    }

.portfolio.featured-project-wrapper {
    margin-bottom: 78px;
}

.featured-project-wrapper.featured-project-m-b {
    margin-bottom: 25px;
}

/*----------------------------
   blog/blog details-page
----------------------------*/
.pagination {
    margin-top: 30px;
    margin-bottom: 0;
}

.page-item:first-child .page-link {
    border-radius: 0;
}

.page-item:last-child .page-link {
    border-radius: 0;
}

.page-item.disabled .page-link {
    color: #b6b8c1;
}

.pagination .page-link {
    color: #47a145;
}

.author-section .media img {
    border-radius: 50%;
}

.author-section .media h5 span {
    text-transform: uppercase;
}

.author-section {
    background: #f3fbf4;
    padding: 47px 0 45px 0;
    margin-top: 76px;
}

.blog-details-content {
    margin-top: 80px;
}

    .blog-details-content h1 {
        margin-bottom: 20px;
    }

/*----------------------------
   service details -pages
----------------------------*/
.service-details-container {
    position: relative;
    border: 1px solid #ececec;
    box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.09);
    padding-left: 50%;
}

.service-details-content {
    /*padding: 10px;*/
    /*padding-top: 30px;*/
}

    .service-details-content b {
        color: #555;
    }

    .service-details-content p {
        color: #6e6e6e;
        font-weight: normal;
        margin-top: 40px;
    }

    .service-details-content ul li {
        color: #6e6e6e;
        font-size: 13px;
        margin-bottom: 10px;
        position: relative;
        padding-left: 21px;
    }

    .service-details-content ul {
        margin-top: 10px;
    }

        .service-details-content ul li:before, .pro-modal-content li::before, .blog-list-item li:before {
            content: "\f00c";
            position: absolute;
            top: 2px;
            left: 0;
            z-index: 0;
            font-family: "FontAwesome";
            color: #47a145;
            font-size: 13px;
        }

.service-details-container {
    overflow: hidden;
}

.service-left-img-wrapper img {
    display: inline-block;
    max-width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    max-height: 100%;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
    overflow: hidden
}

.service-details-container:hover img {
    transform: scale(1.2);
}

.service-details-content .btn-wrapper {
    margin-top: 45px;
}

    .service-details-content .btn-wrapper .btn.btn-transparent {
        color: #47a145;
        margin-left: 10px;
        border: 2px solid #47a145;
    }

        .service-details-content .btn-wrapper .btn.btn-transparent:hover, .service-details-content .btn-wrapper .btn.btn-transparent:focus {
            color: #fff;
            background-color: #47a145;
        }

.service-details-content h3 {
    line-height: 18px;
    margin-top: 0;
}

.process-steps-wrapper {
    text-align: center;
}

    .process-steps-wrapper span {
        display: inline-block;
        border: 1px solid #ececec;
        padding: 11px;
        position: relative;
        background: #fff;
        border-radius: 50%;
        top: -11px;
        z-index: 9;
    }

        .process-steps-wrapper span:after {
            content: "";
            width: 12px;
            height: 12px;
            margin: 0 auto;
            position: absolute;
            top: 5px;
            left: 0;
            right: 0;
            z-index: 0;
            background: #72c02c;
            border-radius: 50%;
        }

.line-vrt {
    position: relative;
}

    .line-vrt:after {
        position: absolute;
        top: 0;
        width: 50%;
        left: 0;
        height: 1px;
        background: #ececec;
        display: block;
        right: 0;
        border-top: 1px solid #ececec;
        content: "";
    }

    .line-vrt:before {
        position: absolute;
        top: 0;
        width: 50%;
        right: 0;
        height: 1px;
        background: #ececec;
        right: 0;
        border-top: 1px solid #ececec;
        content: "";
    }

    .line-vrt.after-none:after, .line-vrt.before-none:before {
        display: none;
    }

    .line-vrt.before-none:after {
        right: 0;
        left: inherit;
    }

    .line-vrt.after-none:before {
        left: 0;
        right: inherit;
    }

.process-steps-wrapper p {
    font-size: 14px;
    color: #6e6e6e;
}

.process-steps-wrapper h4 {
    font-size: 18px;
}

.m-t-10 {
    margin-top: 10px;
}

.service-process-wrapper {
    margin-bottom: 74px;
}

/*----------------------------
   Pricing-page
----------------------------*/
.price-table {
    border: 1px solid #ececec;
    box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.09);
    padding: 30px 15px;
    text-align: center;
}

    .price-table h5 {
        font-size: 18px;
        text-transform: capitalize;
        margin-bottom: 22px;
    }

    .price-table h4 {
        font-size: 20px;
        font-weight: bold;
        color: #80c431;
    }

        .price-table h4 span {
            font-size: 13px;
            color: #6e6e6e;
            opacity: .8;
            font-weight: normal;
        }

    .price-table p {
        font-size: 15px;
        margin: 20px;
        margin-bottom: 30px;
    }

.price-table-wrapper {
    margin-bottom: 90px;
}

/*----------------------------






   preloader 
----------------------------*/
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: block;
    font-size: 12px;
    color: #565656;
}

    .sk-cube-grid .sk-cube {
        width: 33%;
        height: 33%;
        background-color: #47a145;
        float: left;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    }

    .sk-cube-grid .sk-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .sk-cube-grid .sk-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .sk-cube-grid .sk-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/*----------------------------
   Browser specific css 
----------------------------*/
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {

    /* IE10+ specific styles go here */
    header .top-navbar {
        padding: 22px 0;
    }
}

@-moz-document url-prefix() {
    .contact-us-section .seo-audit-section {
        padding-bottom: 26px;
    }
}

.headerdiv {
    margin-top: 126px;
}

    .headerdiv img {
        min-width: 279px;
        background-repeat: no-repeat;
    }

.hidden-md-down {
}


.referansbr {
    margin-top: 15px;
}

.referanswrite {
    background-color: #1f1d1d;
    height: 30px;
    font-size: 13px;
    padding-top: 6px;
    color: #fff;
    text-align: center;
}

.leftmenu {
    height: 100%;
    width: 100%;
    max-width: 230px;
    background-color: #1d1d1b;
}

    .leftmenu ul {
        text-align: left;
        line-height: 3;
        padding-top: 38px;
        list-style: none;
    }



.leftmenuactive {
    background-color: #255c3c;
}


    .leftmenuactive a:after {
        font-size: inherit;
        -webkit-font-smoothing: antialiased;
        content: "\f061";
        color: #fff;
        font: normal normal normal 14px/1 FontAwesome;
        padding-left: 47px;
    }

.leftmenu a {
    color: #fff;
    font-weight: normal;
    padding-left: 40px;
    font-size: calc(0.75rem + ((1vw - 4.8px) * 0.1389));
}


.rightspan {
    margin-top: 9px;
}

.rightyazi {
    padding-top: 25px;
}
