/*default*/


/*! CSS Used from: http://localhost:33848/css/font-awesome.min.css ; media=all */
@media all {
    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .pull-right {
        float: right;
    }

    .fa-envelope-o:before {
        content: "\f003";
    }

    .fa-check:before {
        content: "\f00c";
    }

    .fa-leaf:before {
        content: "\f06c";
    }

    .fa-phone:before {
        content: "\f095";
    }

    .fa-bars:before {
        content: "\f0c9";
    }

    .fa-envelope:before {
        content: "\f0e0";
    }

    .fa-tachometer:before {
        content: "\f0e4";
    }

    .fa-suitcase:before {
        content: "\f0f2";
    }

    .fa-rocket:before {
        content: "\f135";
    }

    .fa-sun-o:before {
        content: "\f185";
    }

    .fa-bug:before {
        content: "\f188";
    }

    .fa-pagelines:before {
        content: "\f18c";
    }

    .fa-institution:before {
        content: "\f19c";
    }

    .fa-tree:before {
        content: "\f1bb";
    }
}
/*! CSS Used from: http://localhost:33848/css/bootstrap.min.css ; media=all */
@media all {
    body {
        margin: 0;
    }

    article, figure, footer, header, nav {
        display: block;
    }

    a {
        background-color: transparent;
    }

        a:active, a:hover {
            outline: 0;
        }

    h1 {
        margin: .67em 0;
        font-size: 2em;
    }

    img {
        border: 0;
    }

    figure {
        margin: 1em 40px;
    }

    @media print {
        *, :before, :after {
            color: #000 !important;
            text-shadow: none !important;
            background: transparent !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }

        a, a:visited {
            text-decoration: underline;
        }

            a[href]:after {
                content: " (" attr(href) ")";
            }

            a[href^="#"]:after {
                content: "";
            }

        img {
            page-break-inside: avoid;
        }

        img {
            max-width: 100% !important;
        }

        p, h3 {
            orphans: 3;
            widows: 3;
        }

        h3 {
            page-break-after: avoid;
        }
    }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    :before, :after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    body {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 14px;
        line-height: 1.42857143;
        color: #333;
        background-color: #fff;
    }

    a {
        color: #428bca;
        text-decoration: none;
    }

        a:hover, a:focus {
            color: #2a6496;
            text-decoration: underline;
        }

        a:focus {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

    figure {
        margin: 0;
    }

    img {
        vertical-align: middle;
    }

    h1, h3, h4 {
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
    }

    h1, h3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    h4 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    h1 {
        font-size: 36px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 18px;
    }

    p {
        margin: 0 0 10px;
    }

    .text-right {
        text-align: right;
    }

    .text-center {
        text-align: center;
    }

    ul {
        margin-top: 0;
        margin-bottom: 10px;
    }

        ul ul {
            margin-bottom: 0;
        }

    .list-inline {
        padding-left: 0;
        margin-left: -5px;
        list-style: none;
    }

        .list-inline > li {
            display: inline-block;
            padding-right: 5px;
            padding-left: 5px;
        }

    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    @media (min-width:768px) {
        .container {
            width: 750px;
        }
    }

    @media (min-width:992px) {
        .container {
            width: 970px;
        }
    }

    @media (min-width:1200px) {
        .container {
            width: 1170px;
        }
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .col-sm-4, .col-sm-5, .col-xs-6, .col-sm-6, .col-md-6, .col-sm-8, .col-sm-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-xs-6 {
        float: left;
    }

    .col-xs-6 {
        width: 50%;
    }

    @media (min-width:768px) {
        .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-8, .col-sm-12 {
            float: left;
        }

        .col-sm-12 {
            width: 100%;
        }

        .col-sm-8 {
            width: 66.66666667%;
        }

        .col-sm-6 {
            width: 50%;
        }

        .col-sm-5 {
            width: 41.66666667%;
        }

        .col-sm-4 {
            width: 33.33333333%;
        }

        .col-sm-offset-1 {
            margin-left: 8.33333333%;
        }
    }

    @media (min-width:992px) {
        .col-md-6 {
            float: left;
        }

        .col-md-6 {
            width: 50%;
        }
    }

    .dropdown {
        position: relative;
    }

    .dropdown-toggle:focus {
        outline: 0;
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

        .dropdown-menu > li > a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: 400;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap;
        }

            .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
                color: #262626;
                text-decoration: none;
                background-color: #f5f5f5;
            }

        .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
            color: #fff;
            text-decoration: none;
            background-color: #428bca;
            outline: 0;
        }

    .clearfix:before, .clearfix:after, .container:before, .container:after, .row:before, .row:after {
        display: table;
        content: " ";
    }

    .clearfix:after, .container:after, .row:after {
        clear: both;
    }

    .pull-right {
        float: right !important;
    }
}
/*! CSS Used from: http://localhost:33848/css/megamenu.css ; media=all */
@media all {
    .menu-nav > li ul.dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0px;
        z-index: 999;
    }

    .menu-nav > li ul.dropdown-menu {
        border: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        -webkit-boxshadow: none;
        -moz-boxshadow: none;
        -ms-boxshadow: none;
        -o-boxshadow: none;
        box-shadow: none;
    }

    .menu-nav > li ul li:last-child {
        border-bottom: none;
    }

    .menu-nav > li ul li a {
        line-height: 14px;
        z-index: 999;
        display: block;
        text-transform: capitalize;
        padding: 0px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .menu-nav > li:hover ul {
        margin: 0;
    }

    .menu-nav.ts-effect-slide-top li > ul {
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
    }

    .menu-nav.ts-effect-slide-top li > ul {
        display: block !important;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease, visibility 0.4s linear 0s;
        -moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease, visibility 0.4s linear 0s;
        -ms-transition: opacity 0.4s ease, -ms-transform 0.4s ease, visibility 0.4s linear 0s;
        -o-transition: opacity 0.4s ease, -o-transform 0.4s ease, visibility 0.4s linear 0s;
        transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    }

    .menu-nav.ts-effect-slide-top.ts-menu-destop li:hover > ul {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
        -moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease;
        -ms-transition: opacity 0.4s ease, -ms-transform 0.4s ease;
        -o-transition: opacity 0.4s ease, -o-transform 0.4s ease;
        transition: opacity .4s ease, transform .4s ease;
    }

    .container:before, .container:after, .row:before, .row:after {
        content: " ";
        display: table;
    }

    .container:after, .row:after {
        clear: both;
    }
}
/*! CSS Used from: http://localhost:33848/css/styles.css ; media=all */
@media all {
    body {
        font-family: 'Baloo Da 2', cursive;
        font-size: 16px;
        line-height: 26px;
        color: #737373;
    }

    ul {
        margin: 0;
    }

    a {
        text-decoration: none;
        color: #115393;
    }

        a:hover, a:focus {
            text-decoration: none;
            color: #737373;
        }

        a:focus {
            outline: none;
        }

    .ana-banner img {
        width: 100%;
    }

    .parallax-section {
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        background-position: 0 50%;
    }

    .ts-section-title {
        position: relative;
    }

        .ts-section-title h3 {
            font-weight: 300;
            font-size: 30px;
            color: #252525;
            margin-top: 0;
            line-height: 35px;
            margin-bottom: 10px;
        }

        .ts-section-title p {
            font-weight: 300;
            font-size: 18px;
            line-height: 26px;
        }

    img {
        max-width: 100%;
    }

    #wrapper {
        overflow: hidden;
    }

    h1 {
        font-size: 45px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 20px;
    }

    h1, h3, h4 {
        font-weight: 300;
        color: #252525;
        margin: 0 0 20px 0;
    }

    .main-header > .container {
        position: relative;
    }

    .top-header {
        background: #4a382c;
    }

    .top-info {
        text-align: right;
    }

    .top-header ul {
        padding: 0;
    }

        .top-header ul li {
            display: inline-block;
            list-style: none;
            border-left: 1px solid #323437;
        }

            .top-header ul li:last-child {
                border-right: 1px solid #323437;
            }

            .top-header ul li a .fa {
                color: #fff;
                font-size: 12px;
            }

            .top-header ul li a {
                color: #ffffff;
                font-weight: 300;
                padding: 0 13px;
                font-size: 11px;
                letter-spacing: 1px;
                line-height: 30px;
            }

                .top-header ul li a:hover, .top-header ul li a:hover .fa {
                    color: #fd4326;
                }

    .top-info ul li a .fa {
        margin-right: 7px;
    }

    .logo {
        margin-top: 6px;
        -webkit-transition: margin-top 0.5s;
        -moz-transition: margin-top 0.5s;
        transition: margin-top 0.5s;
        float: left;
    }

        .logo h1 {
            margin: 0;
        }

    .main-header {
        background: #f3f3f3;
    }

    .mobile-navigation {
        display: none;
    }

    .main-menu {
        text-align: right;
    }

        .main-menu ul {
            display: inline-block;
            margin: 0;
        }

        .main-menu li a .fa {
            margin-right: 10px;
        }

        .main-menu > ul > li {
            display: inline-block;
            position: relative;
            border-right: 1px solid #dfdfdf;
            margin-left: -4px;
            padding-left: 0;
            padding-right: 0;
        }

            .main-menu > ul > li:first-child {
                border-left: 1px solid #dfdfdf;
            }

    .menu-nav > li ul li {
        display: inline-block;
    }

    .main-menu ul li a {
        font-size: 17px;       
        color: #252525;
        padding: 30px 20px 30px;
        display: inline-block;
        letter-spacing: 1px;
        text-decoration: none;
        -webkit-transition: padding 0.5s;
        -moz-transition: padding 0.5s;
        transition: padding 0.5s;
        font-weight: 400;
    }

        .main-menu ul li a:hover {
            background: #0c9016;
            color: white;
        }

    .main-menu ul li.menu-item-has-children > a, .menu-nav > li a {
        position: relative;
    }

    .main-menu > ul > li.menu-item-has-children > a:after {
        content: "\f0d7";
        position: absolute;
        color: #42454a;
        font-family: 'FontAwesome';
        left: 45%;
        bottom: 20px;
        -webkit-transition: bottom 0.5s;
        -moz-transition: bottom 0.5s;
        transition: bottom 0.5s;
    }

    .main-menu > ul > li.menu-item-has-children > a:hover:after {
        color: #ffffff;
    }

    .main-menu ul > li .dropdown-menu {
        background: #0080C1;
        padding: 20px 25px;
        min-width: 248px;
        margin-top: 0;
    }

        .main-menu ul > li .dropdown-menu > li {
            padding: 0 0px;
            border: none;
        }

        .main-menu ul > li .dropdown-menu li {
            width: 100%;
        }

            .main-menu ul > li .dropdown-menu li a {
                line-height: 42px;
            }

    .menu-nav > li {
        padding: 0;
    }

    .main-menu ul > li .dropdown-menu > li a {
        border-bottom: 1px solid #4A9CC6;
    }

    .main-menu ul > li .dropdown-menu > li:last-child a {
        border-bottom: none;
    }

    .main-menu ul > li .dropdown-menu li a {
        font-size: 14px;
        font-weight: 300;
        color: #C5DAE4;
    }

        .main-menu ul > li .dropdown-menu li a:hover, .main-menu ul > li .dropdown-menu li.active a, .main-menu ul > li .dropdown-menu li a:focus {
            color: #021621;
            background: none;
        }

    .ts-feature-item-style2 {
        margin-top: 30px;
    }

        .ts-feature-item-style2 .icon-feature {
            width: 40px;
            height: 40px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            text-align: center;
            line-height: 35px;
            font-size: 16px;
            color: #fd4326;
            border: 2px solid #F0F0F0;
        }

        .ts-feature-item-style2.left {
            text-align: left;
        }

            .ts-feature-item-style2.left .icon-feature {
                float: left;
            }

        .ts-feature-item-style2 h3 {
            font-size: 20px;
            margin: 0;
            line-height: 40px;
        }

        .ts-feature-item-style2.left h3 {
            padding-left: 55px;
        }

        .ts-feature-item-style2 .info-feature {
            font-weight: 300;
            margin-top: 15px;
        }

    .ts-section-top-footer {
        background: #131414;
    }

    .ts-top-footer .contact-info:first-child {
        border: none;
    }

    .contact-info {
        text-align: center;
        height: 118px;
        line-height: 118px;
        border-left: 1px solid rgba(255,255,255,0.20);
    }

        .contact-info a {
            color: #fff;
            font-size: 30px;
            font-weight: 300;
        }

        .contact-info p {
            color: #fff;
            font-size: 30px;
            font-weight: 300;
        }

        .contact-info span {
            text-align: center;
            height: 68px;
            line-height: 72px;
            width: 68px;
            border: 2px solid #fff;
            border-radius: 68px;
            -moz-border-radius: 68px;
            -webkit-border-radius: 68px;
            -ms-border-radius: 68px;
            -o-border-radius: 68px;
            text-align: center;
            margin-right: 15px;
            display: inline-block;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            background: rgba(253,67,38,0.85);
        }

            .contact-info span i {
                font-size: 30px;
                color: #fff;
            }

        .contact-info p {
            display: inline-block;
        }

        .contact-info a:hover {
            text-decoration: none;
            color: #eeeddd;
        }

        .contact-info:hover span {
            border: 1px solid #fd4326;
            background: #fff;
            box-shadow: 0 0 0 5px rgba(255,255,255,0.4);
            -webkit-transform: scale(1.3);
            -moz-transform: scale(1.3);
            -ms-transform: scale(1.3);
            -o-transform: scale(1.3);
            transform: scale(1.3);
            -webkit-transition: all .5s ease-out;
            -moz-transition: all .5s ease-out;
            -ms-transition: all .5s ease-out;
            -o-transition: all .5s ease-out;
            transition: all .5s ease-out;
        }

            .contact-info:hover span i {
                color: #fd4326;
                -webkit-transition: all .5s ease-out;
                -moz-transition: all .5s ease-out;
                -ms-transition: all .5s ease-out;
                -o-transition: all .5s ease-out;
                transition: all .5s ease-out;
            }

    footer {
        background: #32353a;
        padding: 65px 0 50px 0;
    }

    .ts-company-info p {
        color: #8b8b8b;
        font-weight: 300;
    }

        .ts-company-info p span {
            color: #fff;
        }

    .ts-company-info a {
        color: #fff;
    }

        .ts-company-info a:hover {
            color: #fd4326;
            text-decoration: none;
        }

    .ts-service-style3 {
        margin: 0 15px;
        margin-top: 64px;
        background-color: #fff;
    }

    .ts-detail {
        padding: 0 20px 10px 20px;
    }

    .ts-service-style3 .ts-serv-bottom a {
        margin-top: 27px;
        width: 120px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        font-weight: 400;
        font-size: 12px;
        text-decoration: none;
        text-transform: uppercase;
        display: block;
        background: #fd4326;
        text-align: center;
        float: right;
        margin-right: -3px;
        position: relative;
        margin-bottom: 10px;
    }

        .ts-service-style3 .ts-serv-bottom a::before {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            border-top: 15px solid transparent;
            border-left: 10px solid #fff;
            border-right: 10px solid transparent;
            border-bottom: 15px solid transparent;
        }

    .ts-serv-bottom {
        overflow: hidden;
        display:none;
    }

    .ts-service-style3 a {
        text-decoration: none;
    }

    .ts-service-style3 figure img {
        max-width: 100%;
    }

    .ts-service-style3 h4 {
        font-weight: 400;
        font-size: 20px;
        color: #252525;
        margin: 30px 0 16px 0;
    }

    .ts-service-style3 p {
        font-weight: 300;
    }

    @media only screen and (max-width: 1200px) {
        .contact-info a {
            font-size: 24px;
        }
    }

    @media only screen and (max-width: 980px) {
        .contact-info {
            height: 90px;
            line-height: 90px;
            text-align: center;
        }

            .contact-info a {
                font-size: 18px;
            }

            .contact-info p {
                font-size: 18px;
            }

            .contact-info span i {
                font-size: 20px;
            }

            .contact-info span {
                height: 50px;
                width: 50px;
                line-height: 50px;
                border-radius: 50px;
                -moz-border-radius: 50px;
                -webkit-border-radius: 50px;
                -ms-border-radius: 50px;
                -o-border-radius: 50px;
            }

        footer {
            padding: 30px 0 40px;
        }

        .col-sm-6:nth-child(2n+1) {
            clear: both;
        }

        .ts-service-style3 {
            margin-top: 30px;
        }
    }

    @media only screen and (max-width: 480px) {
        .contact-info {
            margin-left: 0;
            text-align: left;
            height: 50px;
            line-height: 50px;
            border-right: none;
            border-left: none;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding: 0 9px;
        }

            .contact-info i {
                font-size: 25px;
            }

            .contact-info span {
                height: 40px;
                width: 40px;
                line-height: 40px;
                border-radius: 40px;
                -moz-border-radius: 40px;
                -webkit-border-radius: 40px;
                -ms-border-radius: 40px;
                -o-border-radius: 40px;
                margin-right: 5px;
            }
        .ts-contact-email-info.contact-info {
            width: 45%;
        }
        .ts-contact-phone-info.contact-info {
            width: 55%;
        }
        footer {
            padding: 30px 0;
        }

        .ts-service-style3 {
            margin-top: 30px;
        }
    }

    footer h3.title {
        color: white;
        font-size: 20px;
        margin-bottom: 35px;
        line-height: normal;
        border: none;
        font-weight: 400;
    }

    footer ul {
        padding: 0;
    }

        footer ul li {
            line-height: 35px;
            list-style: none;
        }

            footer ul li a {
                color: #cdcdcd;
                font-weight: 300;
            }

                footer ul li a:hover {
                    color: #0bb717;
                }

                footer ul li a:before {
                    content: "\f105";
                    font-family: 'FontAwesome';
                    color: #109019;
                    font-size: 15px;
                    font-weight: bold;
                    margin-right: 10px;
                }

    ::-webkit-input-placeholder {
        color: #737373;
    }

    :-moz-placeholder {
        color: #737373;
    }

    ::-moz-placeholder {
        color: #737373;
        opacity: 1;
    }

    :-ms-input-placeholder {
        color: #737373;
    }

    .ts_single_image img {
        height: auto;
        max-width: 100%;
    }

    .main-header {
        box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);
        left: 0;
        right: 0;
        z-index: 1000;
    }

    .main-menu > ul > li > a {
        -webkit-transition: padding 0.5s;
        -moz-transition: padding 0.5s;
        transition: padding 0.5s;
    }

    .top-info #flags_language_selector {
        float: right;
        padding-left: 9px;
    }

    .parallax-section {
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    @media (min-width: 992px) and (max-width: 1200px) {
        .contact-info p {
            font-size: 24px;
        }

        .main-menu ul li a {
            padding-left: 15px;
            padding-right: 15px;
        }

        .main-menu ul li a {
            padding-left: 12px;
            padding-right: 12px;
            font-size: 11px;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .main-menu ul li a {
            font-size: 9px;
            padding: 25px 8px 30px;
        }

        .logo img {
            max-width: 100px;
        }

        .ts-section-title h3 {
            font-size: 23px;
        }

        .ts-section-title p {
            font-size: 15px;
        }
    }

    @media (max-width: 767px) {
        .logo {
            width: 85%;
        }

        .ts-mainmenu {
            display: none;
        }

        .mobile-navigation {
            display: block;
            color: #795548;
            display: block;
            position: absolute;
            right: 20px;
            z-index: 999;
            font-size: 20px;
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            top: 11px;
            border: 1px solid #fd4326;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
        }

            .mobile-navigation:hover, .mobile-navigation:focus {
                color: #795548;
            }

        .main-menu > ul > li {
            display: list-item;
            border: none;
            width: 100%;
            padding: 0;
        }

            .main-menu > ul > li:first-child {
                border: none;
            }

        .main-menu ul {
            display: block;
            text-align: left;
        }

        .main-menu > ul > li {
            margin: 0;
        }

        .main-menu ul li a {
            padding: 10px;
            display: block;
            background: #ece7e7;            
            border: 1px solid #fff;
        }

        .main-menu > ul > li.menu-item-has-children > a:after {
            bottom: 10px;
        }

        .top-header {
            display: none;
        }

        .contact-info {
            text-align: left;
        }

        .ts_single_image img {
            margin-bottom: 20px;
        }

        .contact-info {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            border-left: none;
        }

        .ts-mainmenu {
            float: none !important;
            clear: both;
        }

        .main-menu > ul > li.menu-item-has-children > a:after {
            position: static;
            margin-left: 7px;
        }

        .main-header {
            position: relative !important;
        }
    }

    @media (max-width: 480px) {
        .ts-section-title h3 {
            font-size: 25px;
        }

        .ts-section-title p {
            font-size: 17px;
        }

        .top-header .top-info ul li a {
            padding: 0 5px;
        }
    }
}
/*! CSS Used from: http://localhost:33848/css/mobile.css ; media=all */
@media all {
    .mobile-navigation {
        border-color: #795548;
    }

        .mobile-navigation:hover, .mobile-navigation:focus {
            color: #795548;
        }

    .top-header ul li a:hover, .top-header ul li a:hover .fa {
        color: #fd4326;
    }

    .main-menu ul > li .dropdown-menu li a:hover, .main-menu ul > li .dropdown-menu li.active a, .main-menu ul > li .dropdown-menu li a:focus {
        color: #021621;
    }

    .ts-feature-item-style2 .icon-feature {
        color: #109019;
    }

    .contact-info:hover span {
        border-color: #fd4326;
    }

        .contact-info:hover span i {
            color: #fd4326;
        }

    .ts-company-info a:hover {
        color: #fd4326;
    }

    .contact-info span {
        background: #109019;
    }
}
/*! CSS Used from: http://localhost:33848/css/layout.css ; media=all */
@media all {
    nav {
        font-family: 'Baloo Da 2', cursive;
        font-weight: normal;
        font-style: normal;
    }

    h1 {
        font-family: 'Baloo Da 2', cursive;
        font-weight: normal;
        font-style: normal;
    }

    h3 {
        font-family: 'Baloo Da 2', cursive;
        font-weight: normal;
        font-style: normal;
    }

    h4 {
        font-family: 'Baloo Da 2', cursive;
        font-weight: normal;
        font-style: normal;
    }

    .ts-home-Recent-project {
        padding-top: 100px !important;
        padding-bottom: 60px !important;
    }

    .ts-home6-awesome-websites {
        padding: 30px 0 !important;
        background-color: #f3f3f3 !important;
        min-height: 566px;
    }

        .ts-home6-awesome-websites a {
            color: #252525;
        }

        .ts-home6-awesome-websites .ts-section-title {
            margin-top: 30px !important;
        }

    @media only screen and (max-width: 480px) {
        .ts-section-top-footer {
            height: 60px;
            width: 100%;
            position: fixed;
            bottom: 0;
            z-index: 50;
            padding-top: 5px;
        }
    }
}
/* ----------------------------- */
#testimonial2 {
    background-image: url(../images/bg-testimonial2.png);
    padding: 75px 0;
}

.ts-testimonial-style2 {
    color: #ffffff;
    /*margin-top: 35px;*/
}

    .ts-testimonial-style2 .client-quote {
        width: 95%;
        font-size: 16px;
        font-weight: 300;
        font-style: italic;
        margin: 0 auto;
    }

    .ts-testimonial-style2 .client-name {
        color: #ffffff;
        display: block;
        font-size: 16px;
    }

    .ts-testimonial-style2 .client-position {
        color: #bbbbbb;
        display: block;
        font-size: 12px;
    }

    .ts-testimonial-style2 .client-website a {
        color: #fd4326;
        display: block;
        font-size: 12px;
        text-decoration: none;
        line-height: normal;
    }

    .ts-testimonial-style2.owl-theme .owl-controls {
        margin-top: 20px;
    }

    .ts-testimonial-style2 .client-avatar {
        margin: 20px 0;
    }
.client-avatar img {
    padding-top: 36px;
    border-radius: 15px;
    width: 300px;
}
    .ts-testimonial-style2.dark,
    .ts-testimonial-style2.dark .client-name,
    .ts-testimonial-style2.dark .client-position,
    .ts-testimonial-style2.dark .client-website a {
        color: #252525;
    }

        .ts-testimonial-style2.dark .client-website a:hover {
            color: #fd4326;
        }
.ts-list-testimonial .ts-item-testimonial {
    padding-top: 60px;
    position: relative;
}

.ts-list-testimonial .icon-quote-left {
    position: absolute;
    top: 0;
    left: 50px;
    width: 50px;
    height: 40px;
}

.ts-list-testimonial .icon-quote-right {
    position: absolute;
    right: 50px;
   
    width: 50px;
    height: 40px;
}

.ts-list-testimonial.light .ts-item-testimonial .icon-quote-left {
    background: url(../images/quote-left.png) no-repeat;
}

.ts-list-testimonial.light .ts-item-testimonial .icon-quote-right {
    background: url(../images/quote-right.png) no-repeat;
}

.ts-list-testimonial.dark .ts-item-testimonial .icon-quote-left {
    background: url(../images/quote-left-dark.png) no-repeat;
}

.ts-list-testimonial.dark .ts-item-testimonial .icon-quote-right {
    background: url(../images/quote-right-dark.png) no-repeat;
}
.ts-home4-people-say {
    padding-top: 82px !important;
    padding-bottom: 85px !important;
}
    .ts-home4-people-say .ts-section-title {
        margin-bottom: -30px !important;
    }

.ekonomik {
    background-color:#fff !important;
}
.how-work {
    background-color: #f3f3f3 !important;
}