/* ----------------------------------------------------------------
[Table of contents]

01. Custom Fonts
02. Default style
03. Scrollbar style
04. Selection style
05. Preloader style
06. Section style
07. Owl theme style
08. Sidebar style
09. Main content style
10. Slider style
11. About style
12. Resume style
13. Services style
14. Works style
15. Clients style
16. Banner style
17. Promo Video and Testimonials style
18. Blog style
19. Navigation style
20. Progress-wrap style
21. Button style
22. Contact style
23. Footer style
24. Overlay Effect Bg image


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


/* oswald-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/oswald-v49-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ubuntu-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ubuntu-v20-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ubuntu-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/ubuntu-v20-latin-500.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* ubuntu-italic - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/ubuntu-v20-latin-italic.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ubuntu-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/ubuntu-v20-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* ======= Default Style ======= */

html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 400;
    color: #717178;
}

/*** typography ***/
/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1e1e22;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    line-height: 1.75em;
    margin: 0 0 10px 0;
}


/* paragraph */
p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 400;
    color: #717178;
    margin: 0 0 15px;
}

/* lists */
ul {
    list-style-type: none;
}

/* links */
a {
    color: #1e1e22;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #1e1e22;
    outline: none;
    text-decoration: none !important;
}

a:link {
    text-decoration: none;
}

a:focus {
    outline: none;
}

img {
    width: 100%;
    height: auto;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

b,
strong {
    color: #1e1e22;
    font-weight: 700;
}

.mb-30 {
    margin-bottom: 30px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-90 {
    margin-bottom: 90px
}

.mt-30 {
    margin-top: 30px
}

.mt-60 {
    margin-top: 60px
}

.mt-90 {
    margin-top: 90px
}

.clear {
    clear: both
}

.bg-gray {
    background: #F4F1EC;
}

.bg-white {
    background: #fff;
}

.bg-blue_dark {
    background: #3A3F5F;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

table,
th,
tr,
td {
    border: 1px solid #717178;
}

th,
tr,
td {
    padding: 10px;
}

/* form element */
button,
input,
optgroup,
select,
textarea {
    font-family: 'Ubuntu', sans-serif;
}

input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
    background-color: transparent;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 5px;
    border-color: #ececec;
    padding: 0px 0px 0px 35px;
    height: auto;
    width: 264px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: inline-block;
    font-size: 22px;
    line-height: 1.75em;
    font-weight: 400;
    color: #AC9583;
    background-image: none;
    border-bottom: 2px solid #AC9583;
    border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-group {
    font-size: 22px;
}

label {
    position: relative;
}

label>.icon_form {
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    color: #DABE95;
}

label>input {
    padding-left: calc(1em + 10px + 8px);
    /* icon width + icon padding-left + desired separation*/
    height: 2em;
}

/* SVG SpriteSheet */

.spritesheet {
    display: none;
}

.icon_form {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}


input:focus,
textarea:focus {
    border-bottom-width: 2px;
    border-color: #D0C4BB;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: #c07f50;
    color: #fff;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-shadow: none;
    padding: 10px 72px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    color: #1E1748;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background-color: #E6DECA;
    margin: 3px 0;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: #AC9583;
    color: #fff;
    border: none;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
}

select {
    padding: 10px;
    border-radius: 5px;
}


.sub_title_h2 {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.5;
}



/* Form */
.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: none;
    border-bottom: 2px solid #f1e5db;
    height: 54px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 400;
}

.form-control:active,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #1e1e22;
    border-bottom: 2px solid #1e1e22;
    background-color: transparent;
}

.alert-success {
    background: transparent;
    color: #717178;
    border: 1px solid #c07f50;
    border-radius: 0px;
}

/* ======= Scrollbar style ======= */
::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #1e1e22;
}

::-webkit-scrollbar-thumb:hover {
    background: #1e1e22;
}


/* ======= Selection style ======= */
::-webkit-selection {
    color: #1e1e22;
    background: rgba(192, 127, 80, 0.1);
}

::-moz-selection {
    color: #1e1e22;
    background: rgba(192, 127, 80, 0.1);
}

::selection {
    color: #1e1e22;
    background: rgba(192, 127, 80, 0.1);
}


/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
}

#preloader {
    display: table;
    table-layout: fixed;
}

#preloader-status {
    display: table-cell;
    vertical-align: middle;
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.loader {
    position: relative;
    width: 45px;
    height: 45px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 1px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 2px solid #f1e5db;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.loader span {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 2px solid #c07f50;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/* ======= Section style ======= */
.section-padding {
    padding: 90px 0;
    outline: none;
}

.heading-title {
    color: #AC9583;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 3em;
    line-height: 1.25em;
    text-transform: uppercase;
}

.heading-title span {
    display: block;
}

.js .animate-box {
    opacity: 0;
}

.container {
    padding-right: 60px;
    padding-left: 60px;
}

@media screen and (max-width: 768px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}


/* ======= Page Header style ======= */
.banner-padding {
    padding: 160px 0;
    outline: none;
}

.banner-header {}

.banner-header h6 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.banner-header h6 a:hover {
    color: #fff;
}

.banner-header h6 i {
    margin: 0 15px;
    font-size: 10px;
}

.banner-header h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.banner-header h5 a {
    color: #fff;
}

.banner-header h5 a:hover {
    color: #1e1e22;
}

.banner-header h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25em;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}

.banner-header p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
}

.banner-header p a {
    color: #1e1e22;
}

@media screen and (max-width: 767px) {
    .banner-header {}

    .banner-header h6 {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .banner-header h6 a:hover {
        color: #1e1e22;
    }

    .banner-header h6 i {
        margin: 0 15px;
        font-size: 10px;
    }
}

hr {
    margin-top: 15px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}


/* ======= Owl theme custom style ======= */
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
    line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 0 2px;
    border-radius: 50%;
    background: #ccc;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #c07f50;
}

.owl-theme .owl-nav [class*=owl-] {
    background-color: #1e1e22;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 12px;
    margin: 5px;
    padding: 4px 7px;
    background: #1e1e22;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.6);
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.6);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    border: 1px solid #1e1e22;
    color: #1e1e22;
}


/* ======= Sidebar style ======= */
.gorman-page {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.gorman-aside {
    padding: 28px 21px;
    width: 8%;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    overflow-y: scroll;
    z-index: 1001;
    background: #1E1748;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    scrollbar-width: none;
}

/* sidebar logo */
.gorman-aside .gorman-logo {
    text-align: center;
    margin-bottom: 90px;
    display: block;
    width: 100%;
    padding: 0 13px 0px 13px;
}

.gorman-aside .gorman-logo:hover {
    opacity: 0.8;
    transition-timing-function: ease;
}


/* sidebar menu */
.gorman-aside .gorman-main-menu {
    margin-bottom: 60px;
}

.gorman-aside .gorman-main-menu ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

.gorman-aside .gorman-main-menu ul li {
    margin: 13px 0 3px 0;
    padding: 0 0 3px 0;
    list-style: none;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75em;

}

.gorman-aside .gorman-main-menu ul li svg {
    width: 100%;
}

.gorman-aside .gorman-main-menu ul li a {
    color: #E6DECA;
    text-decoration: none;
    position: relative;
    padding: 0;
    fill: currentColor;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    opacity: 0.6;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gorman-aside .gorman-main-menu ul li a:hover {
    text-decoration: none;
    opacity: 1;
}

.gorman-aside .gorman-main-menu ul li a.active {
    color: #c07f50;
}


.gorman-aside .gorman-main-menu ul li.active a {
    color: #c07f50;
}

.gorman-aside .gorman-main-menu ul li.active a:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

/* sidebar footer */
.gorman-aside .gorman-footer {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    text-align: center;
    color: #1e1e22;
}

.gorman-aside .gorman-footer p {
    font-size: 12px;
    color: #717178;
}

.gorman-aside .gorman-footer span,
.gorman-aside .gorman-footer span a {
    font-family: TuesdayNight;
    text-transform: none;
    font-size: 24px;
    font-weight: 700;
    color: #1e1e22;
    letter-spacing: 0;
    margin-bottom: 0;
}

.gorman-aside .gorman-footer span a:hover,
.gorman-footer a {
    color: #1e1e22;
}

.separator {
    width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #E6DECA;
    margin: 29px 0;
}

@media screen and (max-width: 768px) {
    .gorman-aside .gorman-footer {
        position: relative;
        padding-top: 60px;
    }
}

.gorman-aside .gorman-footer span {
    display: block;
}

@media screen and (max-width: 768px) {
    .gorman-aside {
        width: 270px;
        -moz-transform: translateX(-270px);
        -webkit-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        -o-transform: translateX(-270px);
        transform: translateX(-270px);
        padding-top: 20px;
    }

    .gorman-aside .gorman-logo {
        font-size: 30px;
    }

    .gorman-aside .gorman-main-menu ul {
        margin: 0 0 30px 0;
    }

    .gorman-aside .gorman-footer {
        position: relative;
    }
}

@media screen and (max-width: 1200px) {
    .gorman-aside {
        width: 30%;
    }
}


@media screen and (max-width: 1400px) {
    .gorman-aside .gorman-logo {
        padding: 0 13px 0px 13px;
    }
}

/* sidebar nav toggle open */
body.offcanvas {
    overflow-x: hidden;
}

body.offcanvas .gorman-aside {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 270px;
    z-index: 999;
    position: fixed;
}

body.offcanvas .gorman-main,
body.offcanvas .gorman-nav-toggle {
    top: 0;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
}


/* ======= Main Content style ======= */
.gorman-main {
    width: 92%;
    float: right;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 1200px) {
    .gorman-main {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    .gorman-main {
        width: 100%;
    }
}


/* ======= Slider style ======= */
.gorman-hero {
    min-height: 550px;
    background: #fff url(../images/loader.gif) no-repeat center center;
    width: 100%;
    float: left;
    margin-bottom: 0;
    clear: both;
}

.gorman-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
}

.gorman-hero .flexslider .slides {
    position: relative;
    overflow: hidden;
}

.gorman-hero .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    min-height: 550px;
}

.gorman-hero .flexslider .flex-control-nav {
    bottom: 20px;
    z-index: 1000;
    right: 20px;
    float: right;
    width: auto;
}

.gorman-hero .flexslider .flex-control-nav li {
    display: block;
    margin-bottom: 6px;
}

.gorman-hero .flexslider .flex-control-nav li a {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 8px;
    height: 8px;
    cursor: pointer;
}

.gorman-hero .flexslider .flex-control-nav li a.flex-active {
    cursor: pointer;
    background: #1e1e22;
}

.gorman-hero .flexslider .flex-direction-nav {
    display: none;
}

.gorman-hero .flexslider .slider-text {
    display: table;
    opacity: 0;
    min-height: 550px;
    padding: 0;
    z-index: 9;
}

.gorman-hero .flexslider .slider-text>.slider-text-inner {
    display: flex;
    vertical-align: middle;
    min-height: 100%;
    padding: 0;
    position: relative;
    align-items: center;

}

.title_hero {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 80px;
}

.title_hero_sub {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
}


/* slider cardvisit list */
.cardvisit-list {
    position: fixed;
    display: inline-block;
    padding: 0;
    top: 20px;
    right: 50px;
    z-index: 10;
}


.cardvisit-list .list {
    position: relative;
    display: flex;
    align-items: center;
}

.cardvisit-list .list .icon {
    margin-left: 15px;
    fill: #fff;
    opacity: 0.6;

}

.cardvisit-list .list .text {
    margin-left: 15px;
}

.cardvisit-list .list .text p,
.cardvisit-list .list .text p a {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    transition: all 500ms ease;
    opacity: 0.6;
}

.cardvisit-list .list .text p a:hover {
    color: #E6DECA;
}


.cardvisit-list_2 {
    z-index: 0;
}

.cardvisit-list_2 .list .icon {
    margin-left: 15px;
    fill: #000;
    opacity: 1;

}

.cardvisit-list_2 .list .text p,
.cardvisit-list_2 .list .text p a {
    color: #000;
    opacity: 1;
}


@media screen and (max-width: 768px) {
    .cardvisit-list {
        display: none;
    }

    .title_hero {
        font-size: 30px;
        line-height: 36px;
        text-align: center;
    }

    .title_hero_sub {
        font-size: 20px;
        line-height: 25px;
        text-align: center;
    }

    .slides li {
        height: 100vh;
    }

    .slider-text-inner {
        margin-top: 40vh;
    }
}

/* ======= About style ======= */

.about_us {
    color: #fff;
}

.about_us h2 {
    color: #fff;
    font-size: 3em;
}

.sub_title_h2 {
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: 400;
}


/* ======= Why we ======= */
.media img {
    width: 72px;
}

.why_we_heders {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 2em;
    line-height: 1em;
}



/* ======= Clients style ======= */
.clients {
    background-color: #fff;
    background: #FFFFFF;
    border-top: 6px solid #B49F80;
    box-shadow: inset 0px -4px 16px rgba(0, 0, 0, 0.25);
}

.clients h2 {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 21.39px;
    line-height: 25px;
    text-align: right;
    text-transform: uppercase;
    color: #1E1748;
}

.clients h2:after {
    content: '';
    width: 4px;
    height: 50%;
    background: #1E1748;
    position: absolute;
    right: -4px;
    bottom: 27%;
}

.clients .owl-carousel {
    margin: 20px 0;
}

.clients .clients-logo {
    opacity: 1;
    line-height: 0;
}

.clients .clients-logo:hover {
    opacity: 1;
}

.clients img {
    -webkit-filter: none;
    filter: none;
}

.clients img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .5s;
    transition: all .5s;
}



/* ======= projects style ======= */

.projects .heading-title {
    color: #AC9583;
}

.projects .item {
    position: relative;
    overflow: hidden;
}

.projects .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.projects .item:hover .con {
    bottom: 0;
}

.projects .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
}

.projects .item .con {
    margin-top: 20px;
}

.projects .item .con .category {
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 0;
}

.projects .item .con .category a {
    margin-right: 5px;
    position: relative;
    color: #c07f50;
}

.projects .item .con .category a:hover {
    color: #AC9583;
}

.projects .item .con .category a:last-child {
    margin-right: 0;
}

.projects .item .con .category a:last-child:after {
    display: none;
}

.projects .item .con h5,
.projects .item .con h5 a {
    color: #3A3035;
    font-size: 1.3em;
    margin-bottom: 0px;
    margin-top: 5px;
    line-height: 1.25em;
}

.projects .item .con h5:hover,
.projects .item .con h5 a:hover {
    color: #c07f50;
}

.projects .item .con p {
    color: #fff;
    font-size: 17px;
}

.projects .item .con i {
    color: #fff;
    font-size: 20px;
}

.country {
    display: block;
    position: absolute;
    top: 15px;
    left: 21px;
    color: #fff;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
}

.stage {
    display: block;
    position: absolute;
    bottom: 100px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 16px;
    font-weight: 700;
    font-size: 0.91em;
    background: #29E00B;
    border: 2px solid #FFFFFF;
    border-radius: 14.052px;
}

.implemented {
    background: #AC9583;
}

.nav-pills {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #ABA9A5;
}

.nav-link {
    opacity: 0.5;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: none;
    color: #1E1748;
    opacity: 1;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 0.2em;
}

.owl-nav {
    display: flex;
    justify-content: space-between;
}

.long-arrow-right,
.long-arrow-left {
    display: block;
    margin: 30px auto;
    width: 15px;
    height: 15px;
    border-top: 2px solid #AC9583;
    border-left: 2px solid #AC9583;
}

.long-arrow-right {
    transform: rotate(135deg);
}


.long-arrow-left {
    transform: rotate(-45deg);
}

.long-arrow-right::after,
.long-arrow-left::after {
    content: "";
    display: block;
    width: 2px;
    height: 45px;
    background-color: #AC9583;
    transform: rotate(-45deg) translate(15px, 4px);
    left: 0;
    top: 0;
}







/* ======= Blog style ======= */
.gorman-blog .item {
    position: relative;
    overflow: hidden;
}

.gorman-blog .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.gorman-blog .item:hover .con {
    bottom: 0;
}

.gorman-blog .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
}

.gorman-blog .item .con {
    padding: 15px 15px 25px 15px;
    background-color: #fff !important;
    border: 1px solid #fff;
    border-radius: 0;
    position: relative;
}

.gorman-blog .item .con .category {
    display: block;
    color: #fff;
    top: -43px;
    position: absolute;
    width: 74px;
    height: 74px;
    background: #E8D1AF;
}

.gorman-blog .item .con .category a {
    margin-right: 5px;
    position: relative;
    color: #c07f50;
}

.gorman-blog .item .con .category a:hover {
    color: #1e1e22;
}

.gorman-blog .item .con .category a:last-child {
    margin-right: 0;
}

.gorman-blog .item .con .category a:last-child:after {
    display: none;
}

.gorman-blog .item .con h5,
.gorman-blog .item .con h5 a {
    color: #3A3035;
    font-size: 22px;
    margin-bottom: 0px;
    margin-top: 34px;
    line-height: 1.25em;
}

.gorman-blog .item .con h5:hover,
.gorman-blog .item .con h5 a:hover {
    color: #c07f50;
}

.news_item {
    box-shadow: -8px 10px 46px 0px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: -8px 10px 46px 0px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: -8px 10px 46px 0px rgba(0, 0, 0, 0.28);
}

.date {
    font-size: 27px;
    font-weight: 700;
    color: #897763;
    margin-top: 10px;
}

.mon {
    font-size: 18px;
    font-weight: 400;
    color: #897763;
    margin-top: 0px;
}

.owl-stage-outer {
    margin: -20px;
    padding: 20px;
}

/* blog sidebar */
.blog-sidebar .widget {
    background: #f8f2ed;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.blog-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}

.blog-sidebar .widget ul li {
    margin-bottom: 15px;
    color: #717178;
    font-size: 16px;
    line-height: 1.5em;
}

.blog-sidebar .widget ul li a {
    color: #717178;
}

.blog-sidebar .widget ul li a.active {
    color: #c07f50;
}

.blog-sidebar .widget ul li a:hover {
    color: #c07f50;
}

.blog-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}

.blog-sidebar .widget ul li i {
    font-size: 9px;
    margin-right: 10px;
    color: #c07f50;
}

.blog-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}

.blog-sidebar .widget .recent .thum {
    width: 90px;
    overflow: hidden;
    float: left;
}

.blog-sidebar .widget .recent a {
    display: block;
    margin-left: 105px;
}

.blog-sidebar .widget-title {
    margin-bottom: 20px;
}

.blog-sidebar .widget-title h6 {
    padding-bottom: 5px;
    border-bottom: 1px solid #f1e5db;
    font-size: 24px;
    line-height: 1.75em;
    margin-bottom: 15px;
}

.blog-sidebar .search form {
    position: relative;
}

.blog-sidebar .search form input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #fff;
    margin-bottom: 0;
}

.blog-sidebar .search form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    color: #1e1e22;
    border: 0;
    padding: 10px;
    cursor: pointer;
}

.blog-sidebar .tags li {
    margin: 3px !important;
    padding: 6px 16px;
    background-color: #c07f50;
    color: #fff !important;
    float: left;
}

.blog-sidebar ul.tags li a {
    font-size: 14px;
    color: #fff;
}

.blog-sidebar ul.tags li:hover,
.blog-sidebar ul.tags li a:hover {
    background-color: #1e1e22;
    color: #fff;
}

/* pagination */
.gorman-pagination-wrap {
    padding: 0;
    margin: 0;
    text-align: center;
}

.gorman-pagination-wrap li {
    display: inline-block;
    margin: 0 2px;
}

.gorman-pagination-wrap li a {
    background: transparent;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    color: #717178;
    font-weight: 400;
    border: 1px solid #f1e5db;
    font-size: 14px;
}

.gorman-pagination-wrap li a i {
    font-size: 10px;
}

.gorman-pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: #c07f50;
    border: 1px solid #c07f50;
    color: #fff;
}

.gorman-pagination-wrap li a.active {
    background-color: #c07f50;
    border: 1px solid #c07f50;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .gorman-pagination-wrap {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}






/* =======  Navigation style  ======= */
.gorman-nav-toggle {
    cursor: pointer;
    text-decoration: none;

}

.gorman-nav-toggle.active i::before,
.gorman-nav-toggle.active i::after {
    opacity: 0.4;
}

.gorman-nav-toggle.dark.active i::before,
.gorman-nav-toggle.dark.active i::after {
    background: #1e1e22;
}

.gorman-nav-toggle:hover,
.gorman-nav-toggle:focus,
.gorman-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.gorman-nav-toggle i {
    display: block;
    width: 28px;
    height: 28px;
}

.gorman-nav-toggle i::before {
    display: block;
    content: ' ';
    background-image: url('../images/toggle.svg');
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
}

.gorman-nav-toggle.dark i {
    position: relative;
    color: #1e1e22;
    background: #1e1e22;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.gorman-nav-toggle.active i {
    background: transparent;
}

.gorman-nav-toggle {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    visibility: hidden;
    padding: 14px 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #AC9583;
    margin: 15px 30px;
    border-radius: 50%;
}

.gorman-nav-toggle span {
    display: block;
    position: absolute;
    left: 68px;
    top: 14px;
    color: #fff;
    text-transform: uppercase;
}


.mob_phone {
    display: none;
}


.display-mob {
    display: none;
}

.display-desktop {
    display: block;
}


@media screen and (max-width: 768px) {
    .gorman-nav-toggle {
        opacity: 1;
        visibility: visible;
    }

    .mob_phone {
        display: flex;
        position: absolute;
        right: 20px;
        top: 27px;
        z-index: 202;
        color: #fff;

    }

    .mob_phone .icon {
        display: inline-block;
        color: #fff;
        fill: #fff;
        margin-right: 9px;
    }

    .display-mob {
        display: block;
    }

    .display-desktop {
        display: none;
    }

    .gorman-aside .gorman-main-menu ul {
        text-align: left;
        padding-left: 20px;
    }

    .gorman-aside .gorman-main-menu ul svg {
        text-align: left;
        margin-right: 20px;
    }

    .gorman-aside .gorman-main-menu ul li svg {
        width: auto;
    }

    .gorman-aside .gorman-main-menu ul li a {
        opacity: 1;
    }

    .about_us h2 {
        font-size: 2em;
    }

    .heading-title {
        font-size: 2em;
        line-height: 1.25em;
    }



    .clients h2 {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 500;
        font-size: 21.39px;
        line-height: 25px;
        text-align: center;
        margin-top: 20px;
    }

    .clients h2:after {
        display: none;
    }


    .clients .valign {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: flex-end;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-content: space-around;
    }

    .input[type="password"],
    input[type="email"],
    input[type="text"],
    input[type="file"],
    textarea {
        width: 100%;
    }

    .text_83 {
        width: 100%;
    }

    .contact {
        background: #3A3F5F url(../images/contact_bg.png) no-repeat left bottom;
    }
}



.form-group {
    margin-bottom: 0;
}

textarea {
    display: inline;
    width: 83%;
    margin-bottom: -8px;
    padding: 0;
}


.menu_cantacts {
    color: #E6DECA;
    fill: #E6DECA;
    text-align: left;
}

.menu_cantacts_item a {
    color: #E6DECA;
    fill: #E6DECA;
    padding-left: 20px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.menu_cantacts_item svg {
    margin-right: 10px;
}

/* ======= Progress-wrap style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 10px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(226, 209, 209, 0.2);
    box-shadow: inset 0 0 0 2px rgba(226, 209, 209, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    content: '˄';
    text-align: center;
    line-height: 40px;
    font-size: 21px;
    font-weight: 400;
    color: #1e1e22;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #1e1e22;
    stroke-width: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 2px rgba(39, 39, 39, 0.2);
    box-shadow: inset 0 0 0 2px rgba(39, 39, 39, 0.2);
}

.progress-wrap::after {
    color: #AC9583;
}

.progress-wrap svg.progress-circle path {
    stroke: #AC9583;
}


/* =====  Button style  ===== */
.btn-2 {
    position: relative;
    line-height: 1em;
}

.btn-2 a {
    font-family: 'Ubuntu', sans-serif;
    background: #c07f50;
    color: #fff;
    padding: 16px 30px 12px 30px;
    margin: 0;
    font-weight: 400;
    position: relative;
    font-size: 16px;
}

.btn-2 a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #c07f50;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-2 a span {
    position: relative;
    z-index: 2;
}

.btn-2 a span small i {
    font-size: 12px;
}

.btn-2 a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    background: #fff;
    border: 1px solid #c07f50;
}

.btn-2 a:hover span {
    color: #1e1e22;
}

/* btn-3 */
.btn-3 {
    position: relative;
    line-height: 1em;
}

.btn-3 a {
    font-family: 'Ubuntu', sans-serif;
    background: #fff;
    color: #1e1e22;
    padding: 16px 30px 12px 30px;
    margin: 0;
    font-weight: 400;
    position: relative;
    font-size: 16px;
}

.btn-3 a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #1e1e22;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-3 a span {
    position: relative;
    z-index: 2;
    color: #717178;
}

.btn-3 a span small i {
    font-size: 12px;
}

.btn-3 a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    background: #1e1e22;
}

.btn-3 a:hover span {
    color: #fff;
}

/* underline button */
a.underline-text {
    color: #1e1e22;
    font-size: 16px;
    border-bottom: 1px solid #c07f50;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}

a.underline-text:hover {
    border-bottom: 1px solid transparent;
}


/* ======= Contact style ======= */
.contact {
    color: #fff;
    background: #3A3F5F url(../images/contact_bg.png) no-repeat right top;
    ;
}

.contact h6 {
    font-size: 21px;
    color: #fff;
}

.contact .heading-title {
    color: #AC9583;
}

.contact .sub_title_h2 {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

/* ======= Footer style ======= */
.main-footer {
    padding: 60px 0 0;
    position: relative;
    background: #1E1748;
    color: #fff;
}

.main-footer .abot p {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.3em;
}

.main-footer .abot p a {
    color: #fff;
    font-size: 1.2em;
}

.main-footer .abot p a:hover {
    color: #AC9583
}

.main-footer .abot .logo img {
    height: 30px;
    width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.social-icon a {
    font-size: 16px;
    margin-right: 10px;
    color: #fff;
    opacity: 0.5;
}

.social-icon a:hover {
    color: #1e1e22;
}



.main-footer .fothead h6 {
    color: #AC9583;
    font-size: 2em;
    font-weight: 700;
}

.main-footer .fotcont .fothead h6 {
    position: relative;
    padding-bottom: 10px;
}

.main-footer .fotcont .fothead h6:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    height: 1px;
}

.main-footer .fotcont p {
    margin-bottom: 5px;
    color: #fff;
}

.main-footer .sub-footer {
    padding: 30px 0;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

.main-footer .sub-footer p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}

.main-footer .sub-footer p a {
    color: #fff;
}

.sub-footer .social-icon a {
    color: #fff;
}

.main-footer .sub-footer p a:hover {
    color: #AC9583;
}

.main-footer .sub-footer p span {
    color: rgba(255, 255, 255, 0.2);
    padding: 0 10px;
}

.main-footer .logo h2 {
    font-weight: normal;
    font-size: 30px;
    color: #fff;
    line-height: 1.25em;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.main-footer .logo span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 9px;
    font-weight: 400;
    line-height: 1.25em;
}

.main-footer .sub-footer .text-right-left {
    text-align: right !important;
}

@media screen and (max-width: 767px) {
    .main-footer .sub-footer {
        margin-top: 0px;
    }

    .main-footer .sub-footer p,
    .main-footer .sub-footer .text-right-left {
        text-align: left;
    }
}


/* ======= Overlay Effect Bg image ======= */
[data-overlay-dark],
[data-overlay-blue],
[data-overlay-light] {
    position: relative;
}

[data-overlay-dark] .container,
[data-overlay-blue] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-blue]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay-blue]:before {
    background: #1E1748;
}

[data-overlay-dark]:before {
    background: #1e1e22;
}

[data-overlay-light]:before {
    background: #fff;
}

[data-overlay-blue] h1,
[data-overlay-blue] h2,
[data-overlay-blue] h3,
[data-overlay-blue] h4,
[data-overlay-blue] h5,
[data-overlay-blue] h6,
[data-overlay-blue] span {
    color: #fff;
}

[data-overlay-blue] p {
    color: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}

[data-overlay-dark] p {
    color: #1e1e22;
}

[data-overlay-blue="0"]:before,
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}

[data-overlay-blue="1"]:before,
[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: 0.1;
}

[data-overlay-blue="2"]:before,
[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: 0.2;
}

[data-overlay-blue="3"]:before,
[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: 0.3;
}

[data-overlay-blue="4"]:before,
[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: 0.4;
}

[data-overlay-blue="5"]:before,
[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: 0.5;
}

[data-overlay-blue="6"]:before,
[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: 0.6;
}

[data-overlay-blue="7"]:before,
[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: 0.7;
}

[data-overlay-blue="8"]:before,
[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: 0.8;
}

[data-overlay-blue="9"]:before,
[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
    opacity: 0.9;
}

[data-overlay-blue="10"]:before,
[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}