/***** 
                    TABLE OF CONTENT

1. Clearfix, Centering, Page Loader, Index & Buttons
2.Section Menu
3.Home 
4.Home-Slider
5.Home-Carousel
6.Home-Video
7.Home-Metrostyle
8.Home-Freelancer
9.Home-Agency
10.Services
11.About
12.Portfolio
13.Blog-Post
14.Single Post
15.1 Column Sidebar
16.Blog 3 Columns
17.Team
18.Error-404
19.One Page
20.Contact-form
21.Responsive
                                             *****/
/***** 1. Clearfix, Centering, Page Loader & Buttons *****/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
}

    /**
 * Add the correct display in iOS 4-7.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

    /**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
    a:active,
    a:hover {
        outline-width: 0;
    }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
    font: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
    font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

#google-container {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #f1f1f1;
}

@media only screen and (min-width: 768px) {
    #google-container {
        height: 300px;
    }
}

@media only screen and (min-width: 1170px) {
    #google-container {
        height: 600px;
    }
}

#cd-google-map {
    position: relative;
}

#cd-zoom-in, #cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-color: #658296;
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-controller.svg");
}

.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
    background-color: #658296;
}

@media only screen and (min-width: 768px) {
    #cd-zoom-in, #cd-zoom-out {
        margin-left: 50px;
    }
}

#cd-zoom-in {
    background-position: 50% 0;
    margin-top: 10px;
    margin-bottom: 1px;
}

@media only screen and (min-width: 768px) {
    #cd-zoom-in {
        margin-top: 50px;
    }
}

#cd-zoom-out {
    background-position: 50% -32px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

* {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    color: inherit;
    outline: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    a:focus,
    a:hover {
        color: #51bbe5;
        text-decoration: none;
        outline: none;
    }

    a:-webkit-any-link {
        text-decoration: none !important;
    }

video {
    width: 100%;
    margin-top: 30px;
}

iframe {
    border: 1px solid transparent;
    width: 100%;
}

.back-to-top {
    text-align: center;
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 999;
    right: 5px;
    bottom: 20px;
    background: goldenrod;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

    .back-to-top i {
        font-size: 18px;
        line-height: 40px;
        color: #fff;
    }

    .back-to-top:hover {
        background-color: #000;
    }

.fixed {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-top: 3px solid #658296;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#page-loader {
    height: 100%;
    width: 100%;
    background: white;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

.landing-page {
    text-align: center;
}

    .landing-page .shadow {
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
        transition: all 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

        .landing-page .shadow:hover {
            box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.17);
        }

    .landing-page .logo {
        margin-top: 35px;
    }

    .landing-page h2 {
        font-size: 21px;
        font-family: roboto, 'sans-serif';
        color: #343434;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 6px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .landing-page p {
        font-size: 16px;
        font-family: roboto, 'sans-serif';
        color: #000;
        margin-top: 20px;
    }

    .landing-page hr {
        margin-top: 35px;
        margin-bottom: 80px;
    }

    .landing-page h6 {
        font-size: 13px;
        font-family: roboto, 'sans-serif';
        color: #757575;
        margin-top: 0;
    }

    .landing-page h3 {
        font-size: 16px;
        font-family: roboto, 'sans-serif';
        color: #658296;
        font-weight: bold;
        margin-top: 25px;
        margin-bottom: 45px;
    }

    .landing-page span {
        font-size: 16px;
        font-family: roboto, 'sans-serif';
        color: #757575;
        font-weight: bold;
        line-height: 180px;
    }

.centered-columns {
    display: table;
    width: 100%;
    height: 100%;
}

    .centered-columns .centered-column {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }

        .centered-columns .centered-column.centered-column-bottom {
            vertical-align: bottom;
        }

        .centered-columns .centered-column.centered-column-top {
            vertical-align: top;
        }

    .centered-columns .img-responsive {
        width: 100%;
    }

.clear {
    clear: both;
}

body {
    overflow-x: hidden;
}

.button {
    font-size: 15px;
    font-family: roboto, 'sans-serif';
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 20px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .button:hover {
        text-decoration: none;
        background: #fff;
        color: #000;
    }

.button-alt {
    font-size: 15px;
    font-family: roboto, 'sans-serif';
    color: #7c5b2c;
    border: 1px solid #7c5b2c;
    padding: 8px 20px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .button-alt:hover {
        text-decoration: none;
        background: #000;
        color: #fff;
    }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-bottom: 1px solid #d6d6d6;
}

.line-contact {
    margin-top: 80px;
    margin-bottom: -10px;
}

.footer {
    font-size: 13px;
    font-family: roboto, 'sans-serif';
    color: #343434;
}

    .footer a {
        font-size: 13px;
        color: #343434;
    }

        .footer a:hover {
            color: #658296;
            text-decoration: none;
        }

.border-bottom {
    border-bottom: 2px solid #7c5b2c;
    width: 100px;
    margin: 0 auto;
    margin-top: 25px;
}

.image-carousel {
    position: relative;
    transition: all 0.5s;
    opacity: 0.4;
}

    .image-carousel:hover {
        opacity: 1;
    }

.image-hover {
    position: absolute;
    display: inline-block;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    opacity: 1;
    transition: all 0.5s;
}

    .image-hover .image-search {
        font-size: 16px;
        color: #000;
    }

        .image-hover .image-search:hover {
            color: #fff;
            text-decoration: none;
        }

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.padding-0 {
    padding: 0 !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

/***** 2.SECTION-MENU *****/
.section-menu {
    /* Menu Animations */
}

    .section-menu #btn-menu {
        display: none;
    }

    .section-menu header {
        margin-top: 30px;
        margin-bottom: 35px;
    }

        .section-menu header label {
            font-size: 20px;
            cursor: pointer;
            display: none;
        }

    .section-menu .menu {
        text-align: center;
    }

    .section-menu .icon {
        display: none;
    }

    .section-menu .logo-content h2 {
        font-size: 21px;
        font-family: roboto, 'sans-serif';
        color: #343434;
        font-weight: bold;
        letter-spacing: 7px;
        text-transform: uppercase;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .section-menu .logo-content h6 {
        font-size: 13px;
        font-family: roboto, 'sans-serif';
        color: #757575;
        margin-top: 0;
    }

    .section-menu .menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: inline-block;
    }

    .section-menu .menu > ul > li {
        display: inline-block;
        cursor: pointer;
    }

    .section-menu .menu ul ul {
        display: none;
    }

    .section-menu .logo {
        margin-top: 25px;
        text-align: center;
    }

    .section-menu .menu ul ul {
        text-align: left;
        position: absolute;
        z-index: 9999;
    }

    .section-menu .submenu li {
        border-bottom: 1px solid transparent;
        background: #f5f5f5;
    }

        .section-menu .submenu li:hover {
            display: block;
            border-bottom: 1px solid #658296;
            background: #fff;
        }

    .section-menu .menu a {
        font-size: 16px;
        font-family: roboto, 'sans-serif';
        color: #343434;
        display: block;
        padding: 7px 25px;
        text-decoration: none;
    }

        .section-menu .menu a:hover {
            color: #658296;
            display: block;
        }

        .section-menu .menu a span {
            margin-left: 10px;
        }

    .section-menu .menu ul li:hover ul {
        z-index: 9999;
        display: block;
    }

    .section-menu li:hover > ul.drop-menu.menu-1 li {
        opacity: 0;
    }

        .section-menu li:hover > ul.drop-menu.menu-1 li:nth-child(1) {
            animation: menu1 30ms 50ms ease-in-out forwards;
            -webkit-animation: menu1 60ms 50ms ease-in-out forwards;
        }

        .section-menu li:hover > ul.drop-menu.menu-1 li:nth-child(2) {
            animation: menu1 200ms 100ms ease-in-out forwards;
            -webkit-animation: menu1 90ms 100ms ease-in-out forwards;
        }

        .section-menu li:hover > ul.drop-menu.menu-1 li:nth-child(3) {
            animation: menu1 300ms 150ms ease-in-out forwards;
            -webkit-animation: menu1 120ms 150ms ease-in-out forwards;
        }

        .section-menu li:hover > ul.drop-menu.menu-1 li:nth-child(4) {
            animation: menu1 400ms 200ms ease-in-out forwards;
            -webkit-animation: menu1 150ms 200ms ease-in-out forwards;
        }

        .section-menu li:hover > ul.drop-menu.menu-1 li:nth-child(5) {
            animation: menu1 500ms 250ms ease-in-out forwards;
            -webkit-animation: menu1 180ms 250ms ease-in-out forwards;
        }

        .section-menu li:hover > ul.drop-menu.menu-1 li:nth-child(6) {
            animation: menu1 600ms 300ms ease-in-out forwards;
            -webkit-animation: menu1 210ms 300ms ease-in-out forwards;
        }

        .section-menu li:hover > ul.drop-menu.menu-1 li:nth-child(7) {
            animation: menu1 700ms 350ms ease-in-out forwards;
            -webkit-animation: menu1 240ms 350ms ease-in-out forwards;
        }

        .section-menu li:hover > ul.drop-menu.menu-1 li:nth-child(8) {
            animation: menu1 800ms 400ms ease-in-out forwards;
            -webkit-animation: menu1 270ms 400ms ease-in-out forwards;
        }

@keyframes menu1 {
    0% {
        opacity: 0;
        transform: rotateY(-90deg) translateY(30px);
        -webkit-transform: rotateY(-90deg) translateY(30px);
    }

    100% {
        opacity: 1;
        transform: rotateY(0deg) translateY(0px);
        -webkit-transform: rotateY(0deg) translateY(0px);
    }
}

@media (max-width: 800px) {
    .section-menu header label {
        display: block;
    }

    .section-menu .logo {
        text-align: left;
        margin-top: 15px;
        margin-left: 15px;
    }

        .section-menu .logo a {
            position: relative;
            z-index: 9999;
        }

        .section-menu .logo img {
            width: 50px;
            margin-top: 8.5px;
        }

    .section-menu img {
        float: left;
    }

    .section-menu .logo-content h2 {
        font-size: 15px;
        font-family: roboto, 'sans-serif';
        color: #343434;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 6px;
        position: relative;
        top: 20px;
        left: 10px;
    }

    .section-menu .logo-content h6 {
        font-size: 10px;
        font-family: roboto, 'sans-serif';
        color: #757575;
        margin-top: 20px;
        position: relative;
        left: 12px;
    }

    .section-menu .icon-menu {
        position: absolute;
        z-index: 9999;
        top: 30px;
        right: 30px;
    }

    .section-menu .menu {
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        transform: translateX(-100%);
    }

        .section-menu .menu ul ul {
            text-align: center;
        }

    .section-menu .submenu ul {
        display: block;
        width: 100%;
    }

    .section-menu .submenu li {
        background: #fff;
    }

    .section-menu .menu > ul > li {
        display: block;
        width: 100%;
    }

    .section-menu .menu ul {
        display: block;
        background: #f5f5f5;
        z-index: 9999;
    }

        .section-menu .menu ul li:hover ul {
            display: none;
            position: static;
        }

    @keyframes menu1 {
        0% {
            opacity: 1;
            transform: rotateY(0deg) translateY(0px);
            -webkit-transform: rotateY(0deg) translateY(0px);
        }

        100% {
            opacity: 1;
            transform: rotateY(0deg) translateY(0px);
            -webkit-transform: rotateY(0deg) translateY(0px);
        }
    }

    .section-menu li:hover > ul.drop-menu.menu-1 li {
        opacity: 1;
        z-index: 9999;
    }

    .section-menu .menu a span {
        position: absolute;
        right: 5px;
    }

    .section-menu #btn-menu:checked ~ .menu {
        z-index: 9999;
        transition: all 0.3s;
        transform: translateX(0%);
    }
}
/*****  3.HOME *****/
.home-1 {
    margin-top: 30px;
}

    .home-1 .owl-carousel .owl-dots .owl-dot {
        display: none;
    }

    .home-1 .image-unit {
        margin-bottom: 2px;
    }

    .home-1 .mozaik-slider {
        margin-bottom: 2px;
    }

    .home-1 img {
        width: 100%;
    }

    .home-1 .margin-1 {
        padding-left: 2px;
    }

    .home-1 .wide-img {
        padding-left: 2px;
        padding-right: 1px;
    }

/***** 4.HOME-SLIDER *****/
.section-slider {
    margin-top: 30px;
}

    .section-slider .slide-1 {
        background: url("../images/homepages/slider/1.jpg") center center;
        width: 100%;
        background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        padding-top: 65px;
        padding-bottom: 208px;
    }

        .section-slider .slide-1 .slider-content {
            margin-left: 100px;
            max-width: 520px;
            padding: 20px;
            padding-left: 40px;
        }

    .section-slider .slide-2 {
        background: url("../images/homepages/slider/2.jpg") center center;
        width: 100%;
        background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        padding-top: 65px;
        padding-bottom: 208px;
    }

        .section-slider .slide-2 .slider-content {
            background: rgba(255, 255, 255, 0.7);
            max-width: 520px;
            padding: 20px;
            padding-left: 40px;
            margin-left: 130px;
        }

    .section-slider .slide-3 {
        background: url("../images/homepages/slider/3.jpg") center center;
        width: 100%;
        background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        padding-top: 65px;
        padding-bottom: 208px;
    }

        .section-slider .slide-3 .slider-content {
            background: rgba(255, 255, 255, 0.7);
            max-width: 520px;
            padding: 20px;
            padding-left: 40px;
            margin-left: 50px;
        }

    .section-slider .slide-4 {
        background: url("../images/homepages/slider/4.jpg") center center;
        width: 100%;
        background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        padding-top: 65px;
        padding-bottom: 208px;
    }

        .section-slider .slide-4 .slider-content {
            background: rgba(255, 255, 255, 0.7);
            max-width: 520px;
            padding: 20px;
            padding-left: 40px;
            margin-left: 50px;
        }

    .section-slider .slide-5 {
        background: url("../images/homepages/slider/5.jpg") center center;
        width: 100%;
        background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        padding-top: 65px;
        padding-bottom: 208px;
    }

        .section-slider .slide-5 .slider-content {
            margin-left: 100px;
            padding: 20px;
            padding-left: 40px;
        }

    .section-slider .slider-title {
        font-size: 55px;
        font-family: roboto, 'sans-serif';
        color: #000;
        font-weight: 400;
        margin: 0;
    }

    .section-slider .slider-under-title {
        font-size: 27px;
        font-family: roboto, 'sans-serif';
        color: #658296;
        font-weight: bold;
        margin-top: 5px;
    }

    .section-slider .slider-p {
        font-size: 15px;
        font-family: roboto, 'sans-serif';
        color: #000;
        margin-top: 20px;
        max-width: 450px;
    }

/***** 5.HOME-CAROUSEL *****/
.home-carousel {
    margin-top: 30px;
}

    .home-carousel .owl-carousel.owl-navigation-box .owl-next,
    .home-carousel .owl-carousel.owl-navigation-box .owl-prev {
        position: absolute;
        width: 50px;
        height: 50px;
        top: 50%;
        font-size: 29px;
        color: #fff;
        margin-top: -25px;
        line-height: 44px;
        cursor: pointer;
        background-color: rgba(101, 130, 150, 0.9);
        border: 2px solid transparent;
        text-align: center;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .home-carousel .owl-carousel.owl-navigation-box .owl-next:before,
        .home-carousel .owl-carousel.owl-navigation-box .owl-prev:before {
            font-family: 'FontAwesome';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

        .home-carousel .owl-carousel.owl-navigation-box .owl-next:hover,
        .home-carousel .owl-carousel.owl-navigation-box .owl-prev:hover {
            color: #658296;
            background-color: #fff;
            border: 2px solid #658296;
        }

            .home-carousel .owl-carousel.owl-navigation-box .owl-next:hover:before,
            .home-carousel .owl-carousel.owl-navigation-box .owl-prev:hover:before {
                opacity: 1;
            }

    .home-carousel .owl-carousel.owl-navigation-box .owl-next {
        right: -20px;
    }

        .home-carousel .owl-carousel.owl-navigation-box .owl-next:before {
            content: '\f105';
        }

    .home-carousel .owl-carousel.owl-navigation-box .owl-prev {
        left: -20px;
    }

        .home-carousel .owl-carousel.owl-navigation-box .owl-prev:before {
            content: '\f104';
        }

.carousel-image {
    position: relative;
    background-size: cover;
    height: 500px;
    width: 100%;
    z-index: 1;
}

    .carousel-image a {
        font-size: 19px;
        font-family: roboto, 'sans-serif';
        color: #000;
    }

    .carousel-image:hover a {
        color: #fff;
    }

.bg-cover:hover:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    z-index: -1;
}

.bg-cover:after {
    position: absolute;
    top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    content: '';
    z-index: -1;
}

.image-1 {
    background: url("../images/homepages/carousel/1.jpg") center;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
}

.image-2 {
    background: url("../images/homepages/carousel/2.jpg") center;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
}

.image-3 {
    background: url("../images/homepages/carousel/3.jpg") center;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
}

.image-4 {
    background: url("../images/homepages/carousel/4.jpg") center;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
}

.image-5 {
    background: url("../images/homepages/carousel/5.jpg") center;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
}

.image-6 {
    background: url("../images/homepages/carousel/6.jpg") center;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
}

.image-7 {
    background: url("../images/homepages/carousel/7.jpg") center;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
}

.image-8 {
    background: url("../images/homepages/carousel/8.jpg") center;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
}

/***** 6.HOME-VIDEO *****/
.video-header .video-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.video-header .video-content {
    position: absolute;
    color: #fff;
    bottom: 80px;
    left: 80px;
}

.video-header video {
    width: 100%;
    height: 100%;
}

.video-header h2 {
    font-size: 37px;
    font-family: roboto, 'sans-serif';
    color: #fff;
    margin: 0;
}

.video-header h3 {
    font-size: 19px;
    font-family: roboto, 'sans-serif';
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
}

.video-header .button {
    margin-top: 20px;
}

/***** 7.HOME-METROSTYLE *****/
.section-metrostyle .buy-theme {
    padding: 20px 40px 25px 40px;
    margin-top: 30px;
    background: #658296;
}

    .section-metrostyle .buy-theme .button:hover {
        background: #fff;
        color: #658296;
    }

.section-metrostyle .buy-theme-text {
    float: right;
    padding-top: 15px;
    font-size: 17px;
    font-family: roboto, 'sans-serif';
    color: #fff;
}

.section-metrostyle .left-title {
    font-size: 45px;
    font-family: roboto, 'sans-serif';
    color: #658296;
}

.section-metrostyle .button {
    margin-top: 20px;
}

.section-metrostyle .left-p {
    font-size: 17px;
    font-family: roboto, 'sans-serif';
    color: #000;
}

.section-metrostyle .buy-theme-bottom {
    padding: 34px 60px 40px 60px;
    background: #dddddd;
}

    .section-metrostyle .buy-theme-bottom .button-alt {
        border: 1px solid #000;
        color: #000;
        margin-top: 20px;
        float: right;
    }

        .section-metrostyle .buy-theme-bottom .button-alt:hover {
            background: #000;
            color: #dddddd;
        }

    .section-metrostyle .buy-theme-bottom .bottom-text {
        font-size: 17px;
        font-family: roboto, 'sans-serif';
        color: #000;
        margin-top: 15px;
        width: 400px;
        float: left;
    }

.section-metrostyle .left-side-images {
    margin-top: 47px;
}

    .section-metrostyle .left-side-images .flats {
        margin-bottom: 30px;
    }

    .section-metrostyle .left-side-images .image-unit:nth-child(2) {
        margin-bottom: 0;
    }

.section-metrostyle .right-side-images {
    margin-top: 50px;
}

.section-metrostyle .image-unit {
    margin-bottom: 30px;
}

.section-metrostyle .section-social {
    margin-top: 30px;
}

/***** 8.HOME-FREELANCER *****/
.section-freelancer #product-slider {
    margin-top: 30px;
}

.section-freelancer .slide-1 {
    background: url("../images/container-slider/1.jpg") center center;
    width: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 105px;
    padding-bottom: 95px;
}

.section-freelancer .slide-2 {
    background: url("../images/container-slider/2.jpg") center center;
    width: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 105px;
    padding-bottom: 95px;
}

    .section-freelancer .slide-2 .slider-content {
        margin-left: 100px;
    }

.section-freelancer .slider-content {
    margin-left: 250px;
}

.section-freelancer .slider-title {
    font-size: 33px;
    font-family: roboto, 'sans-serif';
    color: #fff;
}

.section-freelancer .slider-p {
    font-size: 15px;
    font-family: roboto, 'sans-serif';
    color: #fff;
    max-width: 325px;
}

.section-freelancer .my-work {
    background: #f5f5f5;
    text-align: center;
    padding: 55px 0 80px 0;
    margin-top: 65px;
}

    .section-freelancer .my-work .title {
        font-size: 27px;
        font-family: roboto, 'sans-serif';
        color: #000;
    }

    .section-freelancer .my-work .under-title {
        font-size: 15px;
        font-family: roboto, 'sans-serif';
        color: #343434;
        margin-top: 25px;
    }

    .section-freelancer .my-work .button-alt {
        margin-top: 10px;
    }

.section-freelancer .featured-work {
    margin-top: 35px;
}

.section-freelancer .image-unit {
    margin-bottom: 30px;
}

.section-freelancer .about-me {
    margin-top: 80px;
}

    .section-freelancer .about-me .title {
        font-size: 27px;
        font-family: roboto, 'sans-serif';
        color: #000;
    }

    .section-freelancer .about-me .about-me-p {
        font-size: 15px;
        font-family: roboto, 'sans-serif';
        color: #000;
        margin-bottom: 25px;
    }

.section-freelancer .homepage-social-circles {
    margin-top: 60px;
}

.hire-me {
    background: #658296;
    text-align: center;
    padding: 70px 0 80px 0;
}

    .hire-me h3 {
        font-size: 23px;
        font-family: roboto, 'sans-serif';
        color: #fff;
        line-height: 30px;
        width: 550px;
        margin: 0 auto;
    }

    .hire-me .button {
        margin-top: 30px;
    }

        .hire-me .button:hover {
            color: #658296;
            background: #fff;
        }

.icons {
    text-align: center;
}

    .icons .circles {
        margin-top: 95px;
    }

    .icons .circle {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: goldenrod;
        margin: 0 auto;
        position: relative;
    }

    .icons svg {
        position: absolute;
        top: 50%;
        bottom: 50%;
        transform: translate(-50%, -50%);
        fill: #fff;
    }

    .icons .title {
        font-size: 19px;
        font-family: roboto, 'sans-serif';
        color: #7c5b2c;
        font-weight: bold;
        margin-top: 20px;
        display: inline-block;
    }

    .icons .icon-p {
        font-size: 13px;
        font-family: roboto, 'sans-serif';
        color: #7c5b2c;
        padding: 0 30px;
        margin-top: 15px;
    }

.circles:hover .title {
    color: goldenrod;
    text-decoration: none;
}

/**** 9.HOME-AGENCY *****/
.section-agency {
    margin-bottom: 25px;
}

    .section-agency .slide-1 {
        background: url("../img/agency/1.jpg") center center;
        width: 100%;
        background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        padding-top: 85px;
        padding-bottom: 205px;
    }

    .section-agency .slide-2 {
        background: url("../img/agency/2.jpg") center center;
        width: 100%;
        background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        padding-top: 85px;
        padding-bottom: 205px;
    }

    .section-agency .slide-3 {
        background: url("../img/agency/3.jpg") center center;
        width: 100%;
        background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        padding-top: 85px;
        padding-bottom: 205px;
    }

    .section-agency .slider-content {
        margin-left: 100px;
        padding: 20px;
        padding-left: 40px;
    }

    .section-agency .slider-content-alt {
        max-width: 550px;
        background: rgba(255, 255, 255, 0.8);
        margin-left: 100px;
        padding: 20px;
        padding-left: 40px;
    }

    .section-agency .owl-carousel.owl-pagination-dash .owl-dots {
        position: absolute;
        bottom: -25px;
        left: 15px;
        right: 15px;
        width: auto;
    }

    .section-agency .slider-title {
        font-size: 65px;
        font-family: roboto, 'sans-serif';
        color: #000;
        font-weight: 400;
        margin: 0;
    }

    .section-agency .slider-under-title {
        font-size: 27px;
        font-family: roboto, 'sans-serif';
        color: #658296;
        font-weight: bold;
        margin-top: 5px;
    }

    .section-agency .slider-p {
        font-size: 15px;
        font-family: roboto, 'sans-serif';
        color: #000;
        margin-top: 20px;
        max-width: 450px;
    }

    .section-agency .clients {
        margin-top: -20px;
    }

    .section-agency .line {
        margin-top: 65px;
    }

    .section-agency .line-2 {
        margin-top: 80px;
    }

    .section-agency .line-3 {
        margin-top: 10px;
    }

    .section-agency .services {
        background: #fff;
        margin-top: 0;
    }

    .section-agency .table-ceo {
        margin-top: 80px;
    }

    .section-agency .tabs {
        padding-bottom: 20px;
    }

.home-slider .owl-carousel.owl-navigation-box .owl-next,
.home-slider .owl-carousel.owl-navigation-box .owl-prev {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    font-size: 53px;
    color: #343434;
    margin-top: -50px;
    line-height: 100px;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .home-slider .owl-carousel.owl-navigation-box .owl-next:hover,
    .home-slider .owl-carousel.owl-navigation-box .owl-prev:hover {
        background: rgba(255, 255, 255, 0.7);
        color: #343434;
    }

    .home-slider .owl-carousel.owl-navigation-box .owl-next:before,
    .home-slider .owl-carousel.owl-navigation-box .owl-prev:before {
        font-family: 'FontAwesome';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.8;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .home-slider .owl-carousel.owl-navigation-box .owl-next:hover:before,
    .home-slider .owl-carousel.owl-navigation-box .owl-prev:hover:before {
        opacity: 1;
    }

.home-slider .owl-carousel.owl-navigation-box .owl-next {
    right: 0;
}

    .home-slider .owl-carousel.owl-navigation-box .owl-next:before {
        content: '\f105';
    }

.home-slider .owl-carousel.owl-navigation-box .owl-prev:before {
    content: '\f104';
}

.architect-content {
    text-align: center;
}

.architect {
    margin-top: 90px;
}

    .architect h3 {
        font-size: 25px;
        font-family: roboto, 'sans-serif';
        color: #658296;
        font-weight: bold;
        letter-spacing: 7px;
        margin: 0;
        margin-top: 12px;
    }

    .architect h4 {
        margin-top: 0;
        font-size: 15px;
        font-family: roboto, 'sans-serif';
        color: #757575;
    }

    .architect p {
        font-size: 15px;
        font-family: roboto, 'sans-serif';
        color: #343434;
    }

.icons-alt .circles-alt {
    margin-top: 60px;
}

.icons-alt .circle-alt {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #658296;
    float: left;
    text-align: center;
    margin-right: 14px;
    position: relative;
}

.icons-alt svg {
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    fill: #fff;
}

.icons-alt .title {
    font-size: 19px;
    font-family: roboto, 'sans-serif';
    color: #343434;
    font-weight: bold;
    display: inline-block;
}

.icons-alt .icon-p {
    font-size: 13px;
    font-family: roboto, 'sans-serif';
    color: #343434;
    margin-top: 5px;
}

.circles-alt:hover .title {
    color: #658296;
    text-decoration: none;
}

.ready {
    text-align: center;
    background: #f5f5f5;
    padding: 65px 0 85px 0;
    margin-top: 80px;
}

.ready-content p {
    display: inline-block;
    font-size: 23px;
    font-family: roboto, 'sans-serif';
    color: #343434;
}

.ready-content .ready-button {
    font-size: 23px;
    font-family: roboto, 'sans-serif';
    color: #658296;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #658296;
    padding: 8px 35px;
    margin-top: 20px;
    margin-left: 50px;
    display: inline-block;
    cursor: pointer;
}

    .ready-content .ready-button:hover {
        background: #658296;
        text-decoration: none;
        color: #f5f5f5;
    }

.team {
    text-align: center;
    margin-top: 50px;
}

    .team .title {
        font-size: 27px;
        font-family: roboto, 'sans-serif';
        color: #7c5b2c;
    }

    .team .under-title {
        font-size: 15px;
        font-family: roboto, 'sans-serif';
        color: #7c5b2c;
        margin-top: 25px;
    }

    .team .button-alt {
        margin-top: 50px;
    }

.member {
    margin-top: 40px;
}

    .member .member-name {
        font-size: 19px;
        font-family: roboto, 'sans-serif';
        color: #7c5b2c;
        font-weight: bold;
        margin-top: 15px;
        margin-bottom: 0;
    }

    .member .member-position {
        font-size: 15px;
        font-family: roboto, 'sans-serif';
        color: #7c5b2c;
        margin-top: 2px;
    }

    .member p {
        font-size: 13px;
        font-family: roboto, 'sans-serif';
        color: #7c5b2c;
        width: 210px;
        margin: 0 auto;
    }

.testimonials {
    position: relative;
    margin-top: 80px;
}

    .testimonials .bg-image {
        background: url("../img/agency/quote.jpg") center center;
        background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        padding-top: 25px;
        padding-bottom: 115px;
        text-align: center;
    }

    .testimonials .cover {
        position: relative;
        z-index: 1;
    }

        .testimonials .cover:after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            z-index: -1;
            content: '';
        }

    .testimonials .title {
        font-size: 27px;
        font-family: roboto, 'sans-serif';
        color: #fff;
        margin-top: 100px;
    }

    .testimonials span {
        font-size: 50px;
        font-family: roboto, 'sans-serif';
        color: #fff;
        font-weight: bold;
    }

    .testimonials p {
        font-size: 19px;
        font-family: roboto, 'sans-serif';
        color: #fff;
        max-width: 580px;
        margin: 0 auto;
    }

    .testimonials h5 {
        font-size: 19px;
        font-family: roboto, 'sans-serif';
        color: #fff;
        font-weight: bold;
        margin-top: 35px;
    }

    .testimonials .owl-carousel.owl-navigation-box .owl-next,
    .testimonials .owl-carousel.owl-navigation-box .owl-prev {
        position: absolute;
        top: 50%;
        font-size: 37px;
        color: #fff;
        opacity: 0.6;
        margin-top: -65px;
        cursor: pointer;
        text-align: center;
    }

        .testimonials .owl-carousel.owl-navigation-box .owl-next:before,
        .testimonials .owl-carousel.owl-navigation-box .owl-prev:before {
            font-family: 'FontAwesome';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .testimonials .owl-carousel.owl-navigation-box .owl-next:hover,
        .testimonials .owl-carousel.owl-navigation-box .owl-prev:hover {
            opacity: 1;
        }

            .testimonials .owl-carousel.owl-navigation-box .owl-next:hover:before,
            .testimonials .owl-carousel.owl-navigation-box .owl-prev:hover:before {
                opacity: 1;
            }

    .testimonials .owl-carousel.owl-navigation-box .owl-next {
        right: 40px;
    }

        .testimonials .owl-carousel.owl-navigation-box .owl-next:before {
            content: '\f178';
        }

    .testimonials .owl-carousel.owl-navigation-box .owl-prev:before {
        content: '\f177';
    }

.services {
    text-align: center;
    margin-top: 55px;
}

    .services .title {
        font-size: 27px;
        font-family: roboto, 'sans-serif';
        color: #000;
    }

    .services .under-title {
        font-size: 15px;
        font-family: roboto, 'sans-serif';
        color: #343434;
        margin-top: 25px;
    }

    .services .service-p {
        margin-top: 10px;
    }

.service {
    margin-top: 50px;
}

    .service i {
        font-size: 45px;
        color: #658296;
    }

    .service h2 {
        font-size: 19px;
        font-family: roboto, 'sans-serif';
        color: #000;
        font-weight: bold;
    }

    .service p {
        font-size: 13px;
        font-family: roboto, 'sans-serif';
        color: #343434;
        width: 335px;
        margin: 0 auto;
    }

.section-paragraph {
    display: block;
    padding: 0;
}

    .section-paragraph .table-p {
        font-size: 13px;
        font-family: roboto, 'sans-serif';
        color: #7c5b2c;
        padding: 0px 60px 15px 30px;
    }

.content-wrap {
    position: relative;
}

    .content-wrap section {
        display: none;
        margin: 0 auto;
    }

        .content-wrap section.content-current {
            display: block;
        }

.tabs {
    border: 1px solid #d6d6d6;
    padding-top: 25px;
    padding-bottom: 5px;
    margin-left: 15px;
    /* Underline From Center */
}

    .tabs .tab-hover {
        font-size: 12px;
        font-family: roboto, 'sans-serif';
        color: #7c5b2c;
        font-weight: bold;
        margin-bottom: 25px;
        margin-right: 45px;
    }

        .tabs .tab-hover:hover {
            text-decoration: none;
            cursor: pointer;
            color: goldenrod;
        }

    .tabs li {
        display: inline-block;
    }

        .tabs li .active {
            display: inline-block;
            vertical-align: middle;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            box-shadow: 0 0 1px transparent;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -moz-osx-font-smoothing: grayscale;
            position: relative;
        }

            .tabs li .active:before {
                content: "";
                position: absolute;
                z-index: -1;
                left: 0;
                right: 0;
                bottom: -5px;
                background: #658296;
                height: 2px;
                -webkit-transition-property: left, right;
                transition-property: left, right;
                -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
                -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out;
            }

    .tabs .tab-hover {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        right: 10px;
    }

        .tabs .tab-hover:before {
            content: "";
            position: absolute;
            z-index: -1;
            left: 50%;
            right: 50%;
            bottom: -5px;
            background: #658296;
            height: 2px;
            -webkit-transition-property: left, right;
            transition-property: left, right;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .tabs .tab-hover:hover:before, .tabs .tab-hover:focus:before, .tabs .tab-hover:active:before {
            left: 0;
            right: 0;
        }

    .tabs .main-table {
        border: 1px solid #d6d6d6;
        padding: 20px 0 10px 0;
        margin: 0;
    }
.main-table .title {
    color: #7c5b2c;
}
.main-table h3 {
    font-size: 19px;
    font-family: roboto, 'sans-serif';
    color: #7c5b2c;
    font-weight: bold;
}
.tabs .table-content-1 {
    margin-bottom: 15px;
}

        .tabs .table-content-1 img {
            float: left;
            padding-left: 30px;
            padding-right: 20px;
        }

    .tabs .table-content-1 .table-content-p {
        font-size: 13px;
        font-family: roboto, 'sans-serif';
        color: #7c5b2c;
        padding-right: 55px;
        padding-left: 30px;
    }

.ceo {
    margin-top: 20px;
}

.ceo-content {
    float: left;
    display: inline-block;
}

    .ceo-content span {
        font-size: 15px;
        font-family: roboto, 'sans-serif';
        color: #343434;
    }

    .ceo-content h3 {
        font-size: 15px;
        font-family: roboto, 'sans-serif';
        color: #343434;
        margin-top: 5px;
    }

    .ceo-content .small-border {
        border-bottom: 1px solid #658296;
        width: 60px;
        margin-top: 15px;
    }

    .ceo-content .title {
        font-size: 19px;
        font-family: roboto, 'sans-serif';
        color: #7c5b2c;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .ceo-content .under-title {
        font-size: 13px;
        font-family: roboto, 'sans-serif';
        color: #7c5b2c;
        margin-top: 5px;
    }

    .ceo-content p {
        font-size: 13px;
        font-family: roboto, 'sans-serif';
        color: #7c5b2c;
    }

    .ceo-content .form {
        margin-top: 55px;
    }

        .ceo-content .form .title {
            font-size: 27px;
            font-family: roboto, 'sans-serif';
            color: #000;
            text-align: center;
        }

        .ceo-content .form .under-title {
            font-size: 15px;
            font-family: roboto, 'sans-serif';
            color: #343434;
            text-align: center;
            margin-top: 25px;
            margin-bottom: 25px;
        }

.ceo-img {
    margin-top: -40px;
}

.ceo-head img {
    margin: 0 auto;
    margin-top: 15px;
}

.clients {
    background: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 80px;
}

    .clients .title {
        font-size: 27px;
        font-family: roboto, 'sans-serif';
        color: #7c5b2c;
    }

    .clients .clients-hover {
        margin-top: 35px;
        margin-bottom: 0;
    }

.info h3 {
    font-size: 19px;
    font-family: roboto, 'sans-serif';
    color: #7c5b2c;
    font-weight: bold;
}
.info li {
    color: #7c5b2c;
    margin-top: -5px;
}

.info span {
    font-size: 13px;
    font-family: roboto, 'sans-serif';
    color: #7c5b2c;
    line-height: 20px;
    margin-bottom: 20px;
    display: block;
}

/***** 10.SERVICES *****/
.section-services .bg-image {
    background: url("../images/services/1.jpg") center center fixed;
    width: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 305px;
    padding-bottom: 35px;
    text-align: center;
}

.section-services .title {
    font-size: 65px;
    font-family: roboto, 'sans-serif';
    color: #000;
    margin: 0;
}

.section-services .under-title {
    font-size: 27px;
    font-family: roboto, 'sans-serif';
    color: #658296;
    font-weight: bold;
    margin-top: -5px;
}

.section-services .homepage-social-circles {
    margin-top: 60px;
}

.section-services .line {
    margin-top: 75px;
}

.why-architect {
    margin-top: 70px;
}

    .why-architect .title {
        font-size: 45px;
        font-family: roboto, 'sans-serif';
        color: #000;
        margin: 0;
        text-align: center;
    }

    .why-architect .under-title {
        font-size: 27px;
        font-family: roboto, 'sans-serif';
        color: #658296;
        font-weight: bold;
        margin-top: 10px;
        text-align: center;
    }

    .why-architect .our-skills {
        margin-top: 80px;
    }

    .why-architect .skills-title {
        font-size: 21px;
        font-family: roboto, 'sans-serif';
        color: #658296;
        font-weight: bold;
        margin-top: 25px;
    }

    .why-architect .skills-p {
        font-size: 13px;
        font-family: roboto, 'sans-serif';
        color: #343434;
        margin-top: 20px;
        width: 90%;
    }

.services {
    text-align: center;
    background: #f5f5f5;
    padding: 50px 0 65px 0;
    margin-top: 65px;
}

    .services .title {
        font-size: 27px;
        font-family: roboto, 'sans-serif';
        color: #000;
    }

.services-title {
    color: #7c5b2c;
}

.services .services-under-title {
    font-size: 15px;
    font-family: roboto, 'sans-serif';
    color: #7c5b2c;
    margin-top: 25px;
}

.services svg {
    fill: goldenrod;
}

.services .service {
    margin-top: 50px;
}

.services .service-title {
    font-size: 19px;
    font-family: roboto, 'sans-serif';
    color: #7c5b2c;
    font-weight: bold;
    display: block;
    margin-top: 15px;
}

.services .service-p {
    font-size: 13px;
    font-family: roboto, 'sans-serif';
    color: #7c5b2c;
    padding: 0 15px;
}

.more-services .title {
    font-size: 27px;
    font-family: roboto, 'sans-serif';
    color: #000;
    text-align: center;
    margin-top: 75px;
}

.more-services .more-services-content {
    margin-top: 45px;
}

.more-services svg {
    z-index: 999;
    fill: #658296;
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
}

.icon-tabs {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

.entire-circle:hover svg {
    fill: #fff;
}

.icon-tabs li {
    margin-bottom: 40px;
    cursor: pointer;
    text-decoration: none;
}

    .icon-tabs li:hover .circle-icon,
    .icon-tabs li.active .circle-icon {
        text-decoration: none;
        color: #FFF;
    }

        .icon-tabs li:hover .circle-icon:after,
        .icon-tabs li.active .circle-icon:after {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

    .icon-tabs li.active .circle-icon-info {
        color: #000;
    }

    .icon-tabs li:last-of-type {
        margin-bottom: 0;
    }

.icon-tabs:hover li {
    text-decoration: none;
}

.icon-tabs:hover a {
    text-decoration: none;
}

.circle-icon {
    color: #658296;
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin: 0 auto;
    font-size: 35px;
    border: 2px #658296 solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .circle-icon:after {
        position: absolute;
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
        content: '';
        background-color: #658296;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .circle-icon:hover {
        color: #000;
    }

        .circle-icon:hover .circle-icon {
            color: #FFF;
            -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
            -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
        }

            .circle-icon:hover .circle-icon:after {
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -o-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
            }

    .circle-icon i {
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.1s ease-out;
        -moz-transition: all 0.1s ease-out;
        -o-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out;
    }

.circle-icon-alone {
    text-align: center;
    font-size: 15px;
}

    .circle-icon-alone:hover {
        color: #000;
    }

        .circle-icon-alone:hover .circle-icon {
            color: #FFF;
            -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
            -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
        }

            .circle-icon-alone:hover .circle-icon:after {
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -o-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
            }

.circle-icon-info {
    font-size: 15px;
}

    .circle-icon-info h4 {
        margin-left: -35px;
        font-size: 19px;
        font-family: roboto, 'sans-serif';
        color: #343434;
        font-weight: bold;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

.icon-tabs li.active .circle-icon-info h1,
.icon-tabs li.active .circle-icon-info h2,
.icon-tabs li.active .circle-icon-info h3,
.icon-tabs li.active .circle-icon-info h4,
.icon-tabs li.active .circle-icon-info h5,
.icon-tabs li.active.circle-icon-info h6 {
    color: #658296;
}

.circle-icon:hover svg {
    fill: #fff;
}

.icon-tabs li.active svg {
    fill: #fff;
}

.icon-tabs li:last-of-type {
    margin-bottom: 0;
}

.circle-icon-info p {
    margin-left: -35px;
    font-size: 13px;
    font-family: roboto, 'sans-serif';
    color: #343434;
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.img-full {
    display: block;
    width: 100%;
}

.clients {
    margin-top: 80px;
}

    .clients h1 {
        font-size: 27px;
        font-family: montserrat;
        color: #000;
        font-weight: bold;
    }

    .clients p {
        font-size: 17px;
        font-family: roboto;
        color: #757575;
        font-weight: 400;
    }

.logos {
    background: #f5f5f5;
    padding-top: 90px;
    margin-top: 80px;
}

.clients-hover {
    position: relative;
    display: inline-block !important;
    margin-bottom: 90px;
    cursor: pointer;
}

    .clients-hover:hover > img {
        opacity: 0;
    }

    .clients-hover:hover .clients-hover-img {
        opacity: 1;
    }

    .clients-hover > img {
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .clients-hover img {
        max-width: 100%;
    }

    .clients-hover .clients-hover-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

/***** 11.ABOUT *****/
.section-about .bg-image {
    background: url("../images/about/1.jpg") center center;
    width: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    padding-top: 290px;
    padding-bottom: 35px;
}

    .section-about .bg-image .title {
        font-size: 65px;
        font-family: roboto, 'sans-serif';
        color: #000;
    }

    .section-about .bg-image .under-title {
        font-size: 27px;
        font-family: roboto, 'sans-serif';
        color: #658296;
        font-weight: bold;
    }

.section-about .about-title {
    margin-bottom: 55px;
}

    .section-about .about-title h2 {
        font-size: 45px;
        font-family: roboto, 'sans-serif';
        color: #000;
        text-align: center;
        margin-top: 65px;
    }

    .section-about .about-title h4 {
        font-size: 27px;
        font-family: roboto, 'sans-serif';
        color: #658296;
        font-weight: bold;
        text-align: center;
    }

.section-about .welcome .welcome-content {
    margin-top: 80px;
}

.section-about .welcome .title {
    font-size: 21px;
    font-family: roboto, 'sans-serif';
    color: #658296;
    font-weight: bold;
    margin: 0;
    margin-bottom: 30px;
}

.section-about .welcome p {
    font-size: 13px;
    font-family: roboto, 'sans-serif';
    color: #343434;
    margin-bottom: 20px;
    padding-right: 30px;
}

.section-about .team {
    margin-top: 55px;
}

.section-about .testimonials .title {
    font-size: 27px;
    color: #fff;
}

.section-about .testimonials .bg-image {
    background: url("../images/about/4.jpg") center center;
    width: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 0;
    padding-bottom: 85px;
    text-align: center;
}

.section-about .more-services {
    margin-top: 65px;
}

    .section-about .more-services h3 {
        text-align: left;
        font-size: 21px;
        font-family: roboto, 'sans-serif';
        color: #658296;
        font-weight: bold;
        margin-top: 10px;
        line-height: 25px;
    }

    .section-about .more-services p {
        font-size: 13px;
        font-family: roboto, 'sans-serif';
        color: #343434;
        padding-bottom: 20px;
        padding-right: 30px;
        margin-top: 30px;
    }

    .section-about .more-services .circles {
        margin-left: -50px;
    }

    .section-about .more-services .circle-icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 20px;
    }

    .section-about .more-services .icon-tabs li {
        margin-bottom: 0px;
    }

    .section-about .more-services .circle-icon-info h4 {
        margin-bottom: 0;
    }

    .section-about .more-services .circle-icon-info p {
        margin-top: 10px;
    }

.meet-team {
    background: #f5f5f5;
    padding-top: 55px;
    padding-bottom: 0;
    margin-top: 65px;
}

    .meet-team .title {
        font-size: 27px;
        font-family: roboto, 'sans-serif';
        color: #000;
        text-align: center;
    }

    .meet-team .under-title {
        font-size: 15px;
        font-family: roboto, 'sans-serif';
        color: #343434;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 55spx;
    }

.skill-bar h2 {
    font-size: 15px;
    font-family: roboto, 'sans-serif';
    margin-bottom: 7px;
}

.skill-bar h3 {
    font-size: 19px;
    font-family: roboto, 'sans-serif';
    color: #343434;
    font-weight: bold;
}

    .skill-bar h3 span {
        font-size: 15px;
        font-family: roboto, 'sans-serif';
        color: #343434;
        font-weight: normal;
    }

.skill-bar p {
    font-size: 13px;
    font-family: roboto, 'sans-serif';
    color: #343434;
    margin-top: 20px;
    margin-bottom: 35px;
}

.bar {
    background-color: #e1e1e1;
    width: 100%;
    height: 17px;
    margin-bottom: 10px;
}

.bar-inner {
    background-color: #658296;
    width: 0%;
    height: 100%;
    position: relative;
    transition: width 3000ms linear;
}

    .bar-inner:after {
        position: absolute;
        right: 2.5%;
        top: -30px;
        content: attr(data-percent);
        font-size: 15px;
        font-family: roboto, 'sans-serif';
        color: #696969;
        font-weight: bold;
        line-height: 30px;
    }

/***** 12.PORTFOLIO ******/
.single-portfolio .slide-1 {
    background: url("../images/portfolio/single/slider-1.jpg") center center;
    width: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 600px;
}

.single-portfolio .slide-2 {
    background: url("../images/portfolio/single/slider-2.jpg") center center;
    width: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 600px;
}

.single-portfolio .slide-3 {
    background: url("../images/portfolio/single/slider-3.jpg") center center;
    width: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 600px;
}

.single-portfolio .type-content {
    margin-top: 75px;
}

    .single-portfolio .type-content h2 {
        margin: 0;
        font-size: 21px;
        font-family: roboto, 'sans-serif';
        color: #000;
        font-weight: bold;
    }

    .single-portfolio .type-content .small-border {
        border-bottom: 1px solid #658296;
        width: 30px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .single-portfolio .type-content h4 {
        font-size: 15px;
        font-family: roboto, 'sans-serif';
        color: #696969;
    }

    .single-portfolio .type-content p {
        font-size: 15px;
        font-family: roboto, 'sans-serif';
        color: #343434;
    }

.single-portfolio .mozaik {
    margin-top: 65px;
}

    .single-portfolio .mozaik img {
        margin-bottom: 30px;
    }

    .single-portfolio .mozaik .social-circle {
        text-align: center;
        margin-top: 10px;
    }

    .single-portfolio .mozaik p {
        font-size: 15px;
        font-family: roboto, 'sans-serif';
        color: #343434;
    }

    .single-portfolio .mozaik h5 {
        margin-top: 5px;
        font-size: 13px;
        font-family: roboto, 'sans-serif';
        color: #696969;
    }

    .single-portfolio .mozaik .mozaik-content {
        margin-top: 45px;
    }

.single-portfolio iframe {
    width: 100%;
    height: 660px;
    margin-top: 65px;
}

.single-portfolio .back {
    text-align: center;
    margin-top: 65px;
}

    .single-portfolio .back a {
        font-size: 13px;
        font-family: roboto, 'sans-serif';
        color: #696969;
        padding-left: 20px;
        padding-right: 20px;
    }

    .single-portfolio .back hr {
        margin-top: 75px;
    }

.single-portfolio .recent-posts {
    text-align: center;
    margin-top: 75px;
}

    .single-portfolio .recent-posts h2 {
        font-size: 27px;
        font-family: roboto, 'sans-serif';
        color: #000;
    }

    .single-portfolio .recent-posts .post-img {
        margin-top: 80px;
    }

        .single-portfolio .recent-posts .post-img .image-unit {
            margin-bottom: 30px;
        }

.single-portfolio .homepage-social-circles {
    margin-top: 30px;
}

.section-portfolio {
    text-align: center;
}

    .section-portfolio .bg-image {
        background: url("../images/portfolio/1.jpg") center center;
        width: 100%;
        background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        padding-top: 300px;
        padding-bottom: 35px;
    }

    .section-portfolio .title {
        font-size: 65px;
        font-family: roboto, 'sans-serif';
        color: #000;
        margin: 0;
    }

    .section-portfolio .under-title {
        font-size: 27px;
        font-family: roboto, 'sans-serif';
        color: #658296;
        font-weight: bold;
        margin-top: 0;
    }

.portfolio-filter {
    margin-top: 30px;
    text-align: center;
    /* Underline From Center */
}

    .portfolio-filter #portfolio-filter {
        margin-top: 25px;
    }

    .portfolio-filter .image-unit {
        margin-bottom: 30px;
    }

    .portfolio-filter .title {
        font-size: 27px;
        font-family: roboto, 'sans-serif';
        color: #000;
    }

    .portfolio-filter .under-title {
        font-size: 15px;
        font-family: roboto, 'sans-serif';
        color: #343434;
        margin-top: 25px;
    }

    .portfolio-filter .list-filter {
        margin-top: 20px;
        margin-right: 35px;
    }

    .portfolio-filter li {
        display: inline-block;
        list-style: none;
    }

    .portfolio-filter .isotope-filter {
        font-size: 15px;
        font-family: roboto, 'sans-serif';
        color: #343434;
        text-transform: uppercase;
        margin: 10px;
    }

        .portfolio-filter .isotope-filter:hover {
            text-decoration: none;
            cursor: pointer;
        }

    .portfolio-filter li .active {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
    }

        .portfolio-filter li .active:before {
            content: "";
            position: absolute;
            z-index: -1;
            left: 0;
            right: 0;
            bottom: -5px;
            background: #658296;
            height: 2px;
            -webkit-transition-property: left, right;
            transition-property: left, right;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

    .portfolio-filter .isotope-filter {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
    }

        .portfolio-filter .isotope-filter:before {
            content: "";
            position: absolute;
            z-index: -1;
            left: 50%;
            right: 50%;
            bottom: -5px;
            background: #658296;
            height: 2px;
            -webkit-transition-property: left, right;
            transition-property: left, right;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .portfolio-filter .isotope-filter:hover:before, .portfolio-filter .isotope-filter:focus:before, .portfolio-filter .isotope-filter:active:before {
            left: 0;
            right: 0;
        }

    .portfolio-filter hr {
        margin-top: 50px;
        margin-bottom: 0;
    }

    .portfolio-filter .button-alt {
        margin-top: 10px;
    }

/***** 13.BLOG-POSTS *****/
.blog-post-title {
    font-size: 15px;
    font-family: roboto, 'sans-serif';
    color: #343434;
    text-align: center;
    margin-top: 75px;
    margin-bottom: 35px;
}

.full-width {
    width: 100%;
}

.side-bar {
    background: #f5f5f5;
    padding: 20px 30px;
    margin-top: -20px;
}

    .side-bar h2 {
        font-size: 19px;
        font-family: roboto, 'sans-serif';
        color: #000;
        font-weight: bold;
    }

    .side-bar .side-bar-p {
        font-size: 13px;
        font-family: roboto, 'sans-serif';
        color: #343434;
    }

    .side-bar .search {
        width: 100%;
        height: 45px;
        margin: 0;
        border: 1px solid #696969;
        background: #f5f5f5;
    }

        .side-bar .search[type=text] {
            font-size: 13px;
            font-family: roboto, 'sans-serif';
            color: #696969;
            padding-left: 10px;
        }

    .side-bar .thumb {
        float: left;
        margin-right: 20px;
    }

    .side-bar .thumbs {
        margin-top: 40px;
    }

        .side-bar .thumbs p {
            font-size: 13px;
            font-family: roboto, 'sans-serif';
            color: #343434;
            padding-right: 20px;
            padding-left: 20px;
            margin-top: 0;
        }

    .side-bar .thumb-title {
        font-size: 15px;
        font-family: roboto, 'sans-serif';
        color: #000;
        font-weight: bold;
        position: relative;
        top: -5px;
    }

        .side-bar .thumb-title:hover {
            color: #658296;
            text-decoration: none;
            cursor: pointer;
        }

    .side-bar .button-alt:hover {
        background: #658296;
        color: #fff;
        border: 1px solid #658296;
    }

    .side-bar .checkboxes span {
        display: block;
    }

    .side-bar .checkboxes a {
        font-size: 13px;
        font-family: roboto, 'sans-serif';
        color: #343434;
        padding-left: 10px;
    }

        .side-bar .checkboxes a:hover {
            color: #658296;
            cursor: pointer;
        }

    .side-bar .tags {
        margin-top: 15px;
    }

    .side-bar .tag {
        padding: 5px 10px;
        margin-bottom: 10px;
        margin-left: 2.5px;
        margin-right: 2.5px;
        border: 1px solid #969696;
        display: inline-block;
        font-size: 14px;
        font-family: roboto, 'sans-serif';
        color: #696969;
    }

        .side-bar .tag:hover {
            background: #658296;
            border: 1px solid #658296;
            color: #fff;
        }

.blog-slider .owl-carousel.owl-navigation-box .owl-next,
.blog-slider .owl-carousel.owl-navigation-box .owl-prev {
    position: absolute;
    width: 30px;
    height: 37px;
    top: 50%;
    font-size: 20px;
    color: #343434;
    margin-top: -20px;
    line-height: 37px;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.blog-slider .owl-carousel.owl-navigation-box .owl-prev {
    left: 10px;
}

    .blog-slider .owl-carousel.owl-navigation-box .owl-next:before,
    .blog-slider .owl-carousel.owl-navigation-box .owl-prev:before {
        font-family: 'FontAwesome';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.8;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .blog-slider .owl-carousel.owl-navigation-box .owl-next:hover:before,
    .blog-slider .owl-carousel.owl-navigation-box .owl-prev:hover:before {
        opacity: 1;
    }

.blog-slider .owl-carousel.owl-navigation-box .owl-next {
    right: 10px;
}

    .blog-slider .owl-carousel.owl-navigation-box .owl-next:before {
        content: '\f105';
    }

.blog-slider .owl-carousel.owl-navigation-box .owl-prev:before {
    content: '\f104';
}

.owl-carousel.owl-navigation-box .owl-next,
.owl-carousel.owl-navigation-box .owl-prev {
    cursor: pointer;
}

.pages {
    margin-bottom: 30px;
    margin-right: 37.5px;
}

    .pages li {
        display: inline-block;
    }

    .pages .active {
        border: 2px solid #696969;
        border-radius: 50%;
    }

    .pages .page-numbers {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 28px;
        border-radius: 50%;
    }

    .pages a {
        font-size: 13px;
        font-family: roboto, 'sans-serif';
        color: #696969;
    }

        .pages a:hover {
            text-decoration: none;
        }

    .pages .left-arrow {
        margin-right: 10px;
    }

    .pages .right-arrow {
        margin-left: 10px;
    }

/***** 14.SINGLE-POST *****/
.blog-single .blog-post {
    padding-top: 40px;
}

    .blog-single .blog-post img {
        float: left;
        margin-right: 20px;
    }

    .blog-single .blog-post .blog-title {
        font-size: 21px;
        font-family: roboto;
        color: #000;
        font-weight: bold;
        margin-top: 5px;
        display: inline-block;
    }

        .blog-single .blog-post .blog-title:hover {
            color: #658296;
            text-decoration: none;
        }

    .blog-single .blog-post .blog-info {
        font-size: 13px;
        font-family: roboto;
        color: #969696;
    }

        .blog-single .blog-post .blog-info a {
            color: #969696;
        }

            .blog-single .blog-post .blog-info a:hover {
                color: #658296;
                text-decoration: none;
            }

.blog-single .share {
    background: #f1f1f1;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
}

    .blog-single .share .pages {
        text-align: center;
        float: left;
    }

.blog-single .grey {
    display: inline-block;
    color: #696969;
}

.blog-single .share-us {
    text-align: right;
    padding-right: 15px;
}

    .blog-single .share-us span {
        font-size: 13px;
        font-family: roboto;
        color: #969696;
        clear: both;
    }

    .blog-single .share-us a {
        color: #969696;
        padding-left: 5px;
        padding-right: 5px;
        display: inline-block;
    }

    .blog-single .share-us i {
        font-size: 13px;
    }

    .blog-single .share-us .tags a:hover {
        color: #658296;
    }

    .blog-single .share-us .share-social a:hover {
        color: red;
    }

        .blog-single .share-us .share-social a:hover:nth-child(2) {
            color: #55acee;
        }

        .blog-single .share-us .share-social a:hover:nth-child(3) {
            color: #3b5998;
        }

        .blog-single .share-us .share-social a:hover:nth-child(4) {
            color: #dd4b39;
        }

        .blog-single .share-us .share-social a:hover:nth-child(5) {
            color: #C73B6F;
        }

        .blog-single .share-us .share-social a:hover:nth-child(6) {
            color: #1769ff;
        }

.blog-single .blog-p {
    clear: both;
    font-size: 13px;
    font-family: roboto;
    color: #343434;
    margin-top: 30px;
    line-height: 22px;
}

.blog-single .bold-p {
    width: 100%;
    max-width: 600px;
    font-size: 14px;
    font-family: roboto;
    color: #000;
    font-weight: bold;
    padding-left: 20px;
}

.blog-single .bold-paragraph {
    margin-top: 30px;
}

    .blog-single .bold-paragraph > .container {
        position: relative;
    }

        .blog-single .bold-paragraph > .container:after {
            position: absolute;
            width: 100%;
            top: 4px;
            bottom: 4px;
            left: -100%;
            display: block;
            content: '';
        }

        .blog-single .bold-paragraph > .container:before {
            position: absolute;
            top: 4px;
            bottom: 4px;
            left: 10px;
            width: 13px;
            background-color: #658296;
            display: block;
            content: '';
        }

.blog-single .homepage-social-circles {
    margin-top: 60px;
}

/***** 15.BLOG-1-COLUMN SIDEBAR *****/
.blog-1-columns .blog-post {
    background: #f5f5f5;
    padding: 20px 30px 30px 30px;
    margin-bottom: 30px;
}

.blog-1-columns .blog-title {
    font-size: 19px;
    font-family: roboto, 'sans-serif';
    color: #000;
    font-weight: bold;
}

    .blog-1-columns .blog-title:hover {
        color: #658296;
        text-decoration: none;
        cursor: pointer;
    }

.blog-1-columns .blog-info {
    font-size: 13px;
    font-family: roboto, 'sans-serif';
    color: #343434;
}

    .blog-1-columns .blog-info a {
        color: #343434;
    }

        .blog-1-columns .blog-info a:hover {
            color: #658296;
            text-decoration: none;
        }

.blog-1-columns .blog-p {
    font-size: 13px;
    font-family: roboto, 'sans-serif';
    color: #343434;
    margin-top: 20px;
}

/***** 16.BLOG-3-COLUMNS *****/
.blog-3-columns .blog-post {
    position: relative;
    display: block;
    background: #f5f5f5;
    padding: 0;
    border: 1px solid transparent;
    padding-bottom: 30px;
    margin-bottom: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .blog-3-columns .blog-post img {
        width: 100%;
    }

    .blog-3-columns .blog-post:hover {
        background: #fff;
        border: 1px solid #ffa800;
    }

        .blog-3-columns .blog-post:hover .post-label {
            opacity: 1;
            visibility: inherit;
        }

.blog-3-columns .blog-title {
    font-size: 19px;
    font-family: roboto;
    color: #7c5b2c;
    font-weight: 500;
    padding-left: 30px;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 0;
}

    .blog-3-columns .blog-title:hover {
        color: goldenrod;
        text-decoration: none;
        cursor: pointer;
    }

.blog-3-columns .blog-title-video {
    font-size: 19px;
    font-family: roboto;
    color: #000;
    font-weight: 500;
    padding-left: 30px;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 0;
}

    .blog-3-columns .blog-title-video:hover {
        color: #658296;
        text-decoration: none;
        cursor: pointer;
    }

.blog-3-columns .blog-info {
    font-size: 13px;
    font-family: roboto;
    color: #969696;
    padding-left: 30px;
    margin-top: 5px;
}

    .blog-3-columns .blog-info a {
        color: #969696;
    }

        .blog-3-columns .blog-info a:hover {
            color: #658296;
            text-decoration: none;
        }

.blog-3-columns .blog-p {
    font-size: 13px;
    font-family: roboto, 'sans-serif';
    color: goldenrod;
    padding-left: 30px;
    padding-right: 50px;
    margin-top: 10px;
}

.blog-3-columns .button-alt {
    margin-top: 0;
}

.blog-3-columns iframe {
    width: 100%;
    height: 253px;
}

/***** 17.TEAM *****/
.section-team .bg-image {
    background: url("../images/about/1.jpg") center center;
    width: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    padding-top: 290px;
    padding-bottom: 35px;
}

    .section-team .bg-image .title {
        font-size: 65px;
        font-family: roboto, 'sans-serif';
        color: #000;
    }

    .section-team .bg-image .under-title {
        font-size: 27px;
        font-family: roboto, 'sans-serif';
        color: #658296;
        font-weight: bold;
    }

.section-team .testimonials .bg-image {
    background: url("../images/team/quote.jpg") center center;
    width: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 5px;
    padding-bottom: 95px;
    text-align: center;
}

.section-team .testimonials .title {
    font-size: 27px;
    color: #fff;
    margin-bottom: 25px;
}

.section-team .team-alt {
    text-align: center;
    margin-top: 40px;
}

    .section-team .team-alt .member {
        background: #f5f5f5;
        padding: 35px 0 40px 0;
    }

.section-team .team {
    background: #f5f5f5;
    padding: 55px 0 80px 0;
    margin-top: 0;
}

.section-team .meet-team {
    background: #fff;
    margin-top: -15px;
}

.section-team .skill-bar {
    margin-top: 60px;
}

.section-team .homepage-social-circles {
    margin-top: 60px;
}

/*****  18.ERROR-404 *****/
.error {
    text-align: center;
    background: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 80px;
    margin-top: 5px;
}

    .error .title {
        font-size: 43px;
        font-family: roboto, 'sans-serif';
        color: #658296;
        font-weight: bold;
    }

    .error .sorry {
        font-size: 31px;
        font-family: roboto, 'sans-serif';
        color: #000;
        font-weight: bold;
    }

    .error .under-title {
        font-size: 31px;
        font-family: roboto, 'sans-serif';
        color: #000;
    }

    .error .button-alt {
        margin-top: 35px;
    }

.error-hr {
    margin-top: 80px;
}

/***** 19.ONE-PAGE *****/
.one-page .slide-1 {
    background: url("../img/agency/3.jpg") center center;
    width: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 40px;
    padding-top: 85px;
    padding-bottom: 245px;
}


.one-page .slide-2 {
    background: url("../img/agency/1.jpg") center center;
    width: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 40px;
    padding-top: 85px;
    padding-bottom: 245px;
}

    .one-page .slide-2 .slider-content h2 {
        color: antiquewhite;
    }

    .one-page .slide-2 .slider-content p {
        color: antiquewhite;
    }

.one-page .slide-3 {
    background: url("../img/agency/2.jpg") center center;
    width: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 40px;
    padding-top: 85px;
    padding-bottom: 245px;
}

    .one-page .slide-3 .slider-content h2 {
        color: antiquewhite;
    }

    .one-page .slide-3 .slider-content p {
        color: antiquewhite;
    }

.one-page .slider-content {
    padding-left: 80px;
}

    .one-page .slider-content h2 {
        font-size: 30px;
        font-family: roboto, 'sans-serif';
        color: #7c5b2c;
    }

    .one-page .slider-content p {
        font-size: 18px;
        font-family: roboto, 'sans-serif';
        color: #7c5b2c;
        max-width: 340px;
    }

.one-page .line {
    margin-top: -5px;
}

.one-page .gallery {
    text-align: center;
    background: #f5f5f5;
    padding-bottom: 80px;
    margin-top: 65px;
}

    .one-page .gallery .title {
        font-size: 27px;
        font-family: roboto, 'sans-serif';
        color: #7c5b2c;
    }

    .one-page .gallery .under-title2 {
        color: #7c5b2c;
    }

    .one-page .gallery .under-title {
        font-size: 15px;
        font-family: roboto, 'sans-serif';
        color: #7c5b2c;
        margin-top: 15px;
        font-weight: 700;
    }

    .one-page .gallery .featured-work {
        margin-top: 35px;
    }

    .one-page .gallery .image-unit {
        margin-bottom: 30px;
    }

    .one-page .gallery .button-alt {
        margin-top: 10px;
    }

.one-page .services {
    background: #f5f5f5;
    padding: 0;
    margin-top: 55px;
    padding-bottom:20px;
}

    .one-page .services .service-p {
        margin-top: 10px;
    }

    .one-page .services .title {
        color: #7c5b2c;
    }

.one-page .testimonials {
    margin-top: 75px;
}

.one-page .big-head {
    margin-top: -85px;
}

.one-page .table {
    margin-top: 10px;
}

.one-page .table-ceo {
    margin-top: 5px;
}

.one-page .clients {
    margin-top: -20px;
}

.one-page .blog-3-columns {
    margin-top: 55px;
}

    .one-page .blog-3-columns .title {
        font-size: 27px;
        font-family: roboto, 'sans-serif';
        color: #7c5b2c;
        text-align: center;
    }

    .one-page .blog-3-columns .under-title {
        font-size: 15px;
        font-family: roboto, 'sans-serif';
        color: #7c5b2c;
        margin-top: 25px;
        text-align: center;
    }

    .one-page .blog-3-columns .blog-post {
        margin-top: 25px;
    }

    .one-page .blog-3-columns .button-alt:hover {
        background: goldenrod;
        border: 1px solid goldenrod;
        color: #fff;
    }

.one-page .contact-form {
    margin-top: 0;
}

    .one-page .contact-form hr {
        margin-top: 50px;
    }

    .one-page .contact-form .map iframe {
        margin-top: 60px;
        height: 600px;
        width: 100%;
        border: 1px solid transparent;
        pointer-event: none;
    }

    .one-page .contact-form .form {
        margin-top: 30px;
    }

.one-page .onepage-social-circles {
    text-align: center;
    margin-top: 55px;
}

    .one-page .onepage-social-circles .social-circle {
        margin-top: 30px;
    }

/***** ONE PAGE MENU *****/
.one-page-menu .navbar-default {
    padding-top: 30px;
    background: transparent;
    border: 1px solid transparent;
}

.one-page-menu .navbar .navbar-nav .menu {
    font-size: 16px;
    font-family: roboto, 'sans-serif';
    color: #7c5b2c;
    margin: 3px;
    position: relative;
    left: 20px;
}

    .one-page-menu .navbar .navbar-nav .menu:hover {
        color: #658296;
    }

.one-page-menu .one-page-logo {
    position: relative;
    float: left;
    z-index: 9999;
    margin-top: 35px;
}

    .one-page-menu .one-page-logo h2 {
        font-size: 12.5px;
        font-family: roboto, 'sans-serif';
        color: #7c5b2c;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 6px;
        margin-bottom: 0;
        margin-top: 5px;
        margin-left: 10px;
    }

    .one-page-menu .one-page-logo h4 {
        font-size: 8px;
        font-family: roboto, 'sans-serif';
        color: #757575;
        margin-top: 0;
        margin-left: 15px;
    }

/***** 20.CONTACT FORM *****/
.section-contact .map {
    margin-top: 30px;
}

    .section-contact .map iframe {
        width: 100%;
        height: 600px;
        border: 1px solid transparent;
    }

.section-contact #map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 615px;
}

.section-contact #map-container {
    position: relative;
}

    .section-contact #map-container > .container {
        position: relative;
        z-index: 1;
    }

.section-contact #map-placeholder {
    height: 465px;
}

.section-contact .contact-form {
    margin-top: 35px;
    margin-bottom: 25px;
}

.contact-line {
    margin-top: 80px;
}

.contact-form {
    margin-top: 55px;
}

    .contact-form .title {
        font-size: 27px;
        font-family: roboto, 'sans-serif';
        color: #000;
        text-align: center;
    }

    .contact-form .under-title {
        font-size: 15px;
        font-family: roboto, 'sans-serif';
        color: #343434;
        margin-top: 25px;
        text-align: center;
    }

.contact {
    margin: 0;
    padding: 0;
    display: block;
}

    .contact h3 {
        font-size: 19px;
        font-family: roboto, 'sans-serif';
        color: #7c5b2c;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .contact .message {
        font-size: 13px;
        font-family: roboto, 'sans-serif';
        color: #7c5b2c;
        display: inline-block;
        padding-left: 10px;
        padding-top: 7px;
    }

    .contact textarea {
        border: 1px solid #7c5b2c;
        height: 180px;
        width: 100%;
    }

    .contact .message:focus {
        outline: none;
        border: 1px solid #658296;
        color: #7c5b2c;
    }

    .contact .submit-button {
        float: right;
        padding: 5px 20px;
        border: 1px solid #7c5b2c;
        background: #fff;
        font-size: 15px;
        font-family: roboto, 'sans-serif';
        color: #7c5b2c;
        margin-top: 30px;
    }

    .contact .input {
        display: block;
        width: 100%;
        height: 40px;
        margin-bottom: 30px;
        border: 1px solid #d6d6d6;
    }

        .contact .input[type=text] {
            font-size: 13px;
            font-family: roboto, 'sans-serif';
            color: #7c5b2c;
            padding-left: 10px;
        }

        .contact .input:focus {
            outline: none;
            border: 1px solid #7c5b2c;
            color: #7c5b2c;
        }

/***** IMAGE-HOVER *****/
.plus {
    background: #fff;
    height: 30px;
    position: relative;
    width: 1px;
    margin: 0 auto;
}

    .plus:after {
        background: #fff;
        content: "";
        height: 1px;
        left: -15px;
        position: absolute;
        top: 15px;
        width: 30px;
    }

.hover-title {
    font-size: 17px;
    font-family: roboto, 'sans-serif';
    color: #7c5b2c;
    margin: 0;
    margin-top: 25px;
}

.hover-under-title {
    font-size: 14px;
    font-family: roboto, 'sans-serif';
    color: #fff;
    margin-top: 5px;
}

.image-unit {
    position: relative;
    transition: all 0.5s;
}

.image-content a {
    display: block;
}

    .image-content a:hover {
        color: goldenrod;
    }

.image-unit img {
    width: 100%;
    height: auto;
}

.hover-image {
    position: absolute;
    display: inline-block;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    opacity: 0.3;
    transition: all 0.5s;
}

    .hover-image .bottom-info {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        background: #292724;
        text-align: left;
        padding: 15px;
        font-size: 15px;
        font-family: playfair display;
        color: #fff;
    }

.image-unit:hover .hover-image {
    opacity: 1;
}

.shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    .shadow:hover {
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.05);
    }

/***** 2.CAROUSEL *****/
.owl-carousel.owl-pagination-dash .owl-dots {
    position: absolute;
    bottom: -25px;
    left: -15px;
    right: -15px;
    width: auto;
}

    .owl-carousel.owl-pagination-dash .owl-dots .owl-dot {
        position: relative;
        float: left;
        height: 30px;
        margin: 0;
        background-color: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .owl-carousel.owl-pagination-dash .owl-dots .owl-dot:after {
            position: absolute;
            top: 15px;
            left: 15px;
            right: 15px;
            bottom: 10px;
            background-color: #7c5b2c;
            content: '';
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

        .owl-carousel.owl-pagination-dash .owl-dots .owl-dot:hover,
        .owl-carousel.owl-pagination-dash .owl-dots .owl-dot.active {
            background-color: transparent;
        }

            .owl-carousel.owl-pagination-dash .owl-dots .owl-dot:hover:after,
            .owl-carousel.owl-pagination-dash .owl-dots .owl-dot.active:after {
                background-color: goldenrod;
            }

/***** SOCIAL *****/
.homepage-social-circles {
    text-align: center;
    margin-top: 30px;
}

    .homepage-social-circles .social-circle {
        margin-top: 30px;
    }

.social-circles {
    text-align: center;
}

    .social-circles .social-circle {
        margin-top: 50px;
    }

.square-social {
    margin-top: 25px;
    width: 40px;
    height: 40px;
    border: 2px solid #7c5b2c;
    line-height: 37.5px;
    display: inline-block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .square-social i {
        color: #7c5b2c;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .square-social:hover {
        border: 2px solid #3b5998;
        background: #3b5998;
    }

        .square-social:hover i {
            color: #fff;
        }

        .square-social:hover:nth-child(2) {
            background: #4099FF;
            border: 2px solid #4099FF;
        }

        .square-social:hover:nth-child(3) {
            background: #cb2027;
            border: 2px solid #cb2027;
        }

        .square-social:hover:nth-child(4) {
            background: #dd4b39;
            border: 2px solid #dd4b39;
        }

.social-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 37.5px;
    border: 2px solid #7c5b2c;
    border-radius: 50%;
    margin: 2px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .social-circle i {
        color: #7c5b2c;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .social-circle:hover i {
        color: #fff;
    }

    .social-circle:hover:nth-child(2) {
        border: 2px solid #3b5998;
        background: #3b5998;
    }

    .social-circle:hover:nth-child(3) {
        background: #4099FF;
        border: 2px solid #4099FF;
    }

    .social-circle:hover:nth-child(4) {
        background: #cb2027;
        border: 2px solid #cb2027;
    }

    .social-circle:hover:nth-child(5) {
        background: #C73B6F;
        border: 2px solid #C73B6F;
    }

    .social-circle:hover:nth-child(6) {
        background: #45bbff;
        border: 2px solid #45bbff;
    }

    .social-circle:hover:nth-child(7) {
        background: #bb0000;
        border: 2px solid #bb0000;
    }

.footer {
    margin-top: 40px;
    margin-bottom: 45px;
}

/***** 
       21. RESPONSIVE 
                     *****/
@media only screen and (max-width: 1200px) {
    .big-head {
        width: 100%;
    }

    .ceo-img {
        margin-top: 0;
    }

    .blog-3-columns iframe {
        height: 189px;
    }
}

@media only screen and (max-width: 990px) {
    .section-metrostyle .right-side-images {
        margin-top: 30px;
    }

    .hire-me {
        margin-top: 30px;
    }

    .ceo {
        text-align: center;
    }

    .ceo-content {
        float: none;
        margin-top: 20px;
    }

        .ceo-content .small-border {
            margin: 0 auto;
        }

    .ceo-img {
        margin-top: -70px;
    }

    .blog-3-columns iframe {
        height: 300px;
    }
}

@media only screen and (max-width: 768px) {
    .our-work p {
        padding: 0 35px;
    }

    .side {
        margin-top: 60px;
    }

    .one-page-menu .one-page-logo {
        margin-top: 20px;
    }

    .one-page-menu .navbar .navbar-nav {
        text-align: center;
        overflow: hidden;
    }

    .one-page-menu .menu {
        left: 0 !important;
    }

    .one-page-menu .navbar-toggle {
        margin-top: -10px;
        margin-right: 0px;
    }

    .section-agency .home-slider .owl-carousel.owl-navigation-box .owl-next,
    .section-agency .home-slider .owl-carousel.owl-navigation-box .owl-prev {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 25px;
    }

    .tab-content {
        margin-top: 20px;
    }

    .services .service-p {
        width: 100%;
        margin: 0 auto;
        margin-top: 15px;
    }

    .section-metrostyle .buy-theme-bottom {
        text-align: center;
    }

        .section-metrostyle .buy-theme-bottom .button-alt {
            float: none;
        }

        .section-metrostyle .buy-theme-bottom .bottom-text {
            width: 100%;
            margin: 0 auto;
        }

    .section-freelancer .slider-content {
        margin-left: 20px !important;
    }

    .section-about .about-title {
        padding: 0 15px;
    }

    .section-about .welcome .title {
        margin-top: 20px;
    }

    .section-about .circle-icon-info {
        padding-left: 40px;
    }

    .section-services .circle-icon-info {
        padding-left: 40px;
    }

    .section-agency .slide-1 .slider-content, .section-slider .slide-1 .slider-content {
        margin-left: 0px;
    }

    .section-agency .slide-2 .slider-content, .section-slider .slide-2 .slider-content {
        margin-left: 0px;
    }

    .section-agency .slide-2 .slider-content-alt, .section-slider .slide-2 .slider-content-alt {
        margin-left: 0px;
    }

    .section-agency .slide-3 .slider-content, .section-slider .slide-3 .slider-content {
        margin-left: 0px;
    }

    .section-agency .slide-3 .slider-content-alt, .section-slider .slide-3 .slider-content-alt {
        margin-left: 0px;
    }

    .section-agency .slide-4 .slider-content, .section-slider .slide-4 .slider-content {
        margin-left: 0px;
    }

    .section-agency .slide-5 .slider-content, .section-slider .slide-5 .slider-content {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 640px) {
    .single-portfolio iframe {
        height: 350px;
    }

    .hire-me h3 {
        width: 100%;
    }

    .video-header {
        margin-bottom: -5px;
    }

        .video-header .video-wrapper {
            position: relative;
        }

        .video-header .video-content {
            position: absolute;
            color: #fff;
            top: 42%;
            left: 25px;
        }

        .video-header h2 {
            font-size: 20px;
            font-family: roboto, 'sans-serif';
            color: #fff;
            margin: 0;
        }

        .video-header h3 {
            font-size: 12px;
            font-family: roboto, 'sans-serif';
            color: #fff;
            font-weight: bold;
            margin-top: 5px;
            margin-bottom: 0;
        }

        .video-header .button {
            margin-top: 5px;
            padding: 5px 10px;
        }

    .ceo {
        text-align: center;
    }

        .ceo .ceo-content {
            float: none;
        }

            .ceo .ceo-content p {
                margin: auto;
                margin-top: 10px;
            }

            .ceo .ceo-content .small-border {
                margin: auto;
            }

    .one-page .slider-content {
        padding-left: 25px;
    }
}

@media only screen and (max-width: 540px) {
    .tabs .table-content-1 img {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .tabs .table-content-1 .table-content-p {
        padding-top: 15px;
        padding-right: 5px;
        padding-left: 15px;
    }

    .blog-single .share .pages {
        float: none;
    }

    .blog-single .share-us {
        margin-top: -20px;
        padding-right: 10px;
    }

    .section-agency .slider-title, .section-slider .slider-title {
        font-size: 27px;
    }

    .section-agency .slider-title-smaller, .section-slider .slider-title-smaller {
        font-size: 27px;
    }

    .section-agency .slider-under-title, .section-slider .slider-under-title {
        font-size: 20px;
    }

    .section-agency .slider-under-title-smaller, .section-slider .slider-under-title-smaller {
        font-size: 20px;
    }

    .section-agency .slider-p, .section-slider .slider-p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 430px) {
    .section-metrostyle {
        text-align: center;
    }

        .section-metrostyle .buy-theme-text {
            float: none;
        }
}
.whatsapp {
    position: fixed;
    bottom: 41px;
    right: -3px;
    height: 20px;
    width: 45px;
    z-index: 999
}
.divTable {
    display: table;
    width: 100%;
 
}

.divTableRow {
    display: grid;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: 700;
}
.divTableHead {
    /*border: 1px solid #999999;*/
    display: table-cell;
    padding: 3px 10px;
    font-size: 15px;
    font-family: roboto, 'sans-serif';
    color: #7c5b2c;
    font-weight: 700;
}
.divTableCell {
    /*border: 1px solid #999999;*/
    display: table-cell;
    padding: 3px 10px;
    font-size: 15px;
    font-family: roboto, 'sans-serif';
    color: #7c5b2c;
    
}
.divTableCell2 {
    /*border: 1px solid #999999;*/
    display: table-cell;
    padding: 3px 10px;
    font-size: 13px;
    font-family: roboto, 'sans-serif';
    color: #7c5b2c;
    
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}