/* ----------------------------------------------------------------------------------------
Template: inox - Kitchen & Interior Design Template
Version: 1.1.0
Author: tempload - support@tempload.com
 -----------------------------------------------------------------------------------------*/
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. header
04. global
05. parallax
06. our team
07. blog
08. footer
09. pages
10. faq
11. aside
12. contact
13. preloader

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&subset=latin-ext");

body {
    background: #ffffff;
}

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html,
body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    background-color: #fff;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    margin-bottom: 0px;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area {
    height: 100px;
    background: #fff;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.header-area .main-nav .logo {
    float: left;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo img {
    width: 150px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
    float: right;
    margin-top: 30px;
    margin-left: 100px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav li {
    padding-left: 20px;
    padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
    padding-right: 0px;
}

.header-area .main-nav .nav li a {
    display: block;
    font-size: 16px;
    color: #000000;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 40px;
    border: transparent;
    font-weight: 500;
}

.header-area .main-nav .nav li a:hover {
    color: #000000;
}

.header-area .main-nav .nav li a.contact-btn {
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid #000000;
    height: 35px;
    margin-top: 2px;
    line-height: 34px;
    letter-spacing: 0.5px;
    background: none;
    color: #000000;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav li a.contact-btn:hover {
    background: #000000;
    color: #fff;
}

.header-area .main-nav .nav li.submenu {
    position: relative;
    padding-right: 35px;
}

.header-area .main-nav .nav li.submenu:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #000000;
    position: absolute;
    right: 18px;
    top: 12px;
}

.header-area .main-nav .nav li.submenu ul {
    position: absolute;
    width: 300px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.08);
    overflow: hidden;
    top: 40px;
    opacity: 0;
    transform: translateY(-2em);
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
    display: block;
    background: #fff;
    color: #000000;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 13px;
}

.header-area .main-nav .nav li.submenu ul li a:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 40px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #000000;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
    background: #fafafa;
    padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 1px;
}

.header-area .main-nav .nav li.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 111;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 23px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #000000;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #000000;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #000000;
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #000000;
}

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 12px;
        padding-right: 12px;
    }

    .header-area .main-nav .nav li.submenu {
        padding-right: 20px;
    }

    .header-area .main-nav .nav li.submenu:after {
        right: 5px;
    }
}

@media (max-width: 991px) {
    .header-area {
        background: #fff;
    height: 80px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    z-index: 11;
    position: relative;
    }


    .header-area .container {
        padding: 0px;
    }

    .header-area .logo {
        margin-left: 30px;
        margin-top: 10px !important;
    }

    .header-area .menu-trigger {
        display: block !important;
    }

    .header-area .main-nav {
        overflow: hidden;
        background:#ffffff;
    }

    .header-area .main-nav .nav {
        float: left;
        width: 100%;
        margin-top: 20px !important;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        margin-left: 0px;
    }

    .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #f5f5f5;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px !important;
        padding-left: 30px !important;
        border: none !important;
        background: #fff !important;
        color: #000000 !important;
    }

    .header-area .main-nav .nav li a:hover {
        background: #f5f5f5 !important;
    }

    .header-area .main-nav .nav li a.contact-btn {
        margin-top: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .header-area .main-nav .nav li.submenu ul {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s;
        top: 0px;
        width: 100%;
        box-shadow: none;
        height: 0px;
    }

    .header-area .main-nav .nav li.submenu ul li a {
        padding-left: 50px !important;
    }

    .header-area .main-nav .nav li.submenu ul li a:hover:before {
        width: 0px;
    }

    .header-area .main-nav .nav li.submenu ul.active {
        height: auto !important;
    }

    .header-area .main-nav .nav li.submenu:after {
        color: #000000;
        right: 25px;
        font-size: 14px;
        top: 15px;
    }

    .header-area .main-nav .nav li.submenu:hover ul,
    .header-area .main-nav .nav li.submenu:focus ul {
        height: 0px;
    }
}

@media (min-width: 992px) {
    .header-area .main-nav .nav {
        display: flex !important;
    }
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome {
    background: url(../images/welcome-bg.png) left center no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.welcome .welcome-content {
    width: 100%;
    position: relative;
}

.welcome .welcome-content .welcome-text h1 {
        font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 1.3px;
    margin-bottom: 35px;
    color: #002b48;
}

.welcome .welcome-content .welcome-text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.53px;
    color: #000000;
    margin-bottom: 35px;
}

.welcome .welcome-content .slider-wrapper {
    padding-left: 70px;
}

.welcome .welcome-content .slider-wrapper .base {
   position: absolute;
    width: 40%;
    height: 270px;
    left: 0;
    bottom: 0px;
    background: #002b48;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
}

.welcome .welcome-content .slider-wrapper .base .prev {
    position: absolute;
    right: 70px;
    bottom: 33px;
    font-size: 40px;
    line-height: 40px;
    cursor: pointer;
    z-index: 999;
}

.welcome .welcome-content .slider-wrapper .base .next {
    position: absolute;
    right: 30px;
    bottom: 33px;
    font-size: 40px;
    line-height: 40px;
    cursor: pointer;
    z-index: 999;
}

.welcome .welcome-content .slider-wrapper .owl-carousel {
    position: relative;
    z-index: 2;
}

.welcome .welcome-content .slider-wrapper .owl-carousel .item .img {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.welcome .welcome-content .slider-wrapper .owl-carousel .item .text {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s linear, opacity 0.3s linear;
}

.welcome .welcome-content .slider-wrapper .owl-carousel .item .text h5 {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.53px;
    margin-bottom: 40px;
    color: #ffffff;
}


.welcome .welcome-content .slider-wrapper .owl-carousel .item .text h5:hover{
    color:#f1ab14;
}

.welcome .welcome-content .slider-wrapper .owl-carousel .item:hover h5{
    color:#f1ab14;
}


.welcome .welcome-content .slider-wrapper .owl-carousel .item .text p {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.47px;
    line-height: 26px;
}

.welcome .welcome-content .slider-wrapper .owl-carousel .firstActiveItem .text {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 1400px) {
    .welcome .welcome-content {
        margin-top: 40px;
    }
}

@media (max-width: 1200px) {
    .welcome {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .welcome .welcome-content .slider-wrapper .base {
        width: 100%;
        left: 15px;
    }
}

@media (max-width: 991px) {
    .welcome .welcome-content .welcome-text {
        text-align: center;
        margin-bottom: 50px;
    }

    .welcome .welcome-content .welcome-text a {
        margin: auto;
    }
}

/* 
---------------------------------------------
global
--------------------------------------------- 
*/
html,
body {
    background: #f5f5f5;
    color: #606060;
    font-family: "Montserrat", sans-serif;
}

::selection {
    background: #000000;
    color: #fff;
}

::-moz-selection {
    background: #000000;
    color: #fff;
}

.section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section.white {
    background: #fff;
}

.left-heading .section-title {
    font-weight: 400;
    font-size: 28px;
    color: #000000;
    letter-spacing: 1.75px;
    line-height: 42px;
    margin-bottom: 30px;
}

.center-heading {
    text-align: center;
}

.center-heading .section-title {
    font-weight: 600;
    font-size: 28px;
    color: #000000;
    letter-spacing: 1.75px;
    line-height: 38px;
    margin-bottom: 30px;
}

.center-text {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #606060;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}


.left-text {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    letter-spacing: 1px;
}

.left-text p {
    margin-bottom: 30px;
}

.left-text p.dark {
    color: #000000;
}

.left-text ul li {
    font-weight: 400;
    font-size: 14px;
    color: #606060;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.left-text ul li:before {
    font-family: FontAwesome;
    content: "\f178";
    left: 0px;
    position: absolute;
}

.left-text ul li:hover {
    padding-left: 40px;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-bottom {
    -ms-flex-item-align: flex-end !important;
    align-self: flex-end !important;
}

.dark-btn {
    display: block;
    width: 50%;
    height: 45px;
    position: relative;
    overflow: hidden;
    background: #002b48;
}

.dark-btn .show-btn {
    position: absolute;
    top: 0px;
    cursor: pointer;
    left: 0px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.35px;
    color: #ffffff;
}

.dark-btn .hide-btn {
    position: absolute;
    top: 0px;
    cursor: pointer;
    left: 100%;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.35px;
    color: #fff;
    background: #f0a814;
}

.dark-btn:hover .show-btn {
    left: -195px;
}

.dark-btn:hover .hide-btn {
    left: 0px;
}

.light-btn {
    display: block;
    width: 195px;
    height: 45px;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
}

.light-btn .show-btn {
    position: absolute;
    top: 0px;
    cursor: pointer;
    left: 0px;
    width: 195px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.35px;
    color: #fff;
}

.light-btn .hide-btn {
    position: absolute;
    top: 0px;
    cursor: pointer;
    left: 195px;
    width: 195px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.35px;
    color: #000000;
    background: #fff;
}

.light-btn:hover .show-btn {
    left: -195px;
}

.light-btn:hover .hide-btn {
    left: 0px;
}

blockquote {
    margin-bottom: 28px;
    padding: 30px;
    padding-top: 40px;
    background: #fff;
    overflow: hidden;
}

blockquote .text {
    position: relative;
    text-align: center;
}

blockquote .text p {
    position: relative;
    width: 100%;
    z-index: 2;
    margin-bottom: 10px !important;
}

blockquote .text:before {
    font-family: FontAwesome;
    content: "\f10d";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    font-size: 40px;
    color: #e1ecf4;
}

blockquote .text:after {
    font-family: FontAwesome;
    content: "\f10e";
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    font-size: 40px;
    color: #e1ecf4;
}

blockquote .author {
    color: #000000;
    text-align: center;
}

.page-gallery {
    height: 185px;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-90 {
    margin-bottom: 90px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-bottom-120 {
    padding-bottom: 120px !important;
}

.padding-bottom-140 {
    padding-bottom: 140px !important;
}

@media (max-width: 991px) {

    html,
    body {
        overflow-x: hidden;
    }

    .mobile-bottom-fix {
        margin-bottom: 30px;
    }

    .page-gallery {
        height: 140px;
    }
}

/* 
---------------------------------------------
parallax
--------------------------------------------- 
*/
.half-parallax .parallax-image {
    height: 400px;
    background-image: url(../images/photos/cover.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.half-parallax .parallax-items {
    position: relative;
    z-index: 3;
    margin-top: -140px;
}

.half-parallax .parallax-items .parallax-item {
        background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.half-parallax .parallax-items .parallax-item i {
    font-size: 30px;
    display: block;
    color: #000000;
    margin-bottom: 30px;
}

.half-parallax .parallax-items .parallax-item .feature-title {
    font-size: 22px;
    color: #000000;
    letter-spacing: 0.7px;
    margin-bottom: 15px;
}

.half-parallax .parallax-items .parallax-item p {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.88px;
    line-height: 26px;
    margin-bottom: 20px;
}

.half-parallax .parallax-items .parallax-item .dark-btn {
    margin: auto;
}

.half-parallax .parallax-items .parallax-item:hover {
    margin-top: -10px;
}

.parallax-counter {
    min-height: 250px;
    overflow: hidden;
    position: relative;
    background-image: url(../images/photos/counter-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.parallax-counter:before {
    content: "";
    position: absolute;
    width: 140%;
    height: 140%;
    opacity: 0.6;
    background: #000;
    z-index: 2;
    top: -20%;
    left: -20%;
}

.parallax-counter .parallax-content {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    width: 100%;
}

.parallax-counter .parallax-content .count-item {
    height: 280px;
    position: relative;
    overflow: hidden;
}

.parallax-counter .parallax-content .count-item:hover strong {
    margin-top: 60px;
}

.parallax-counter .parallax-content .count-item strong {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 1.72px;
    margin-bottom: 10px;
    color: #fff;
    margin-top: 70px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.parallax-counter .parallax-content .count-item span {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.86px;
}

@media (max-width: 991px) {
    .parallax-counter {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .parallax-counter .parallax-content {
        position: relative !important;
        top: 0% !important;
        transform: perspective(1px) translateY(0%) !important;
    }

    .parallax-counter .parallax-content .count-item {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .parallax-counter .parallax-content .count-item:hover strong {
        margin-top: 0px;
    }

    .parallax-counter .parallax-content .count-item:before {
        display: none;
    }

    .parallax-counter .parallax-content .count-item:after {
        width: 40px;
        height: 1px;
    }

    .parallax-counter .parallax-content .count-item strong {
        margin-top: 0px;
    }
}

/* 
---------------------------------------------
our team
--------------------------------------------- 
*/
.person-item {
    margin-bottom: 45px;
    float: left;
    width: 100%;
}

.person-item .img {
    position: relative;
    z-index: 2;
    margin-top: 14px;
    float: left;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.person-item .content {
    position: absolute;
    z-index: 1;
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
    right: 15px;
    top: 0px;
    width: 80%;
    height: 183px;
    padding-left: 120px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.person-item .content .text {
    width: 100%;
    position: relative;
    min-height: 85px;
}

.person-item .content .text:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 85px;
    right: 0px;
    background: #DDDDDD;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.person-item .content .text .user-name {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.69px;
    color: #000000;
    margin-bottom: 5px;
    margin-top: 3px;
}

.person-item .content .text span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #606060;
    letter-spacing: 0.52px;
    margin-bottom: 10px;
}

.person-item .content .text ul {
    overflow-x: hidden;
}

.person-item .content .text ul li {
    float: left;
}

.person-item .content .text ul li a {
    display: inline-block;
    font-size: 14px;
    color: #6F8BA4;
    margin-right: 15px;
}

.person-item.active .content .text:before {
    background: #000000;
}

.person-item:hover .img {
    margin-top: -15px;
}

.person-item:hover .content .text:before {
    background: #000000;
}

/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.blog-post-grid {
    display: block;
    width: 100%;
    height: 284px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.blog-post-grid:hover h3 {
    padding-bottom: 27px;
}

.blog-post-grid:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
    z-index: 1;
}

.blog-post-grid h3 {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 2;
    padding: 20px 25px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blog-post-grid .date {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.75px;
}

.blog-post-grid .date:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.27;
    background-image: linear-gradient(-130deg, #000000 0%, #4C4D51 100%);
    z-index: -1;
    left: 0px;
}

.blog-post-single {
    display: block;
    width: 100%;
    height: 422px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.blog-post-single:hover h3 {
    padding-bottom: 27px;
}

.blog-post-single:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
    z-index: 1;
}

.blog-post-single .date {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.75px;
}

.blog-post-single .date:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.27;
    background-image: linear-gradient(-130deg, #000000 0%, #4C4D51 100%);
    z-index: -1;
    left: 0px;
}

.post-content {
    margin-bottom: 60px;
}

.post-content h3 {
    margin-bottom: 20px !important;
}

.post-content h3 a {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 26px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.post-content h3 a:hover {
    color: #000000;
}

.post-content .post-meta {
    overflow: hidden;
    margin-bottom: 20px;
}

.post-content .post-meta li {
    float: left;
    margin-right: 30px;
    height: 30px;
    line-height: 30px;
    color: #000000;
    font-size: 14px;
}

.post-content .post-meta li a {
    color: #000000;
}

.post-content .post-meta li span {
    display: inline-block;
    margin-right: 5px;
}

.post-content .text {
    font-weight: 400;
    font-size: 14px;
    color: #606060;
    letter-spacing: 0.88px;
    line-height: 26px;
    margin-bottom: 15px;
}

.post-content .text p {
    font-size: 14px !important;
    margin-bottom: 30px !important;
}

.post-content .post-footer {
    overflow: hidden;
    border-bottom: 1px solid #D8D8D8;
    border-top: 1px solid #D8D8D8;
    padding-top: 10px;
    padding-bottom: 10px;
}

.post-content .post-footer span {
    float: left;
    height: 30px;
    line-height: 30px;
    font-weight: 300;
    font-size: 14px;
    color: #606060;
}

.post-content .post-footer ul.share {
    float: right;
}

.post-content .post-footer ul.share li {
    float: left;
    margin-left: 15px;
}

.post-content .post-footer ul.share li a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #000000;
}

.post-content .dark-btn {
    box-shadow: none;
    margin: auto;
    padding-left: 30px;
    margin-top: 30px;
}

.section-comments {
    margin-bottom: 60px;
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    padding: 30px;
    padding-bottom: 0px;
}

.section-comments ul {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.section-comments ul li {
    overflow: hidden;
}

.section-comments ul li .avatar {
    width: 70px;
    height: 70px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.section-comments ul li .comment-content {
    font-weight: 400;
    font-size: 14px;
    color: #606060;
    float: left;
    width: calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
}

.section-comments ul li .comment-content .comment-by {
    margin-bottom: 10px;
    position: relative;
}

.section-comments ul li .comment-content .comment-by strong {
    display: block;
    color: #000000;
}

.section-comments ul li .comment-content .comment-by span {
    font-size: 12px;
}

.section-comments ul li .comment-content .comment-by .btn-reply {
    position: absolute;
    right: 0px;
    top: 15px;
    background: #F4F8FB;
    color: #606060;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.section-comments ul li .comment-content .comment-by .btn-reply i {
    font-size: 12px;
}

.section-comments ul li .comment-content .comment-by .btn-reply:hover {
    background: #000000;
    color: #fff;
}

.section-comments ul li ul {
    padding-left: 30px;
}

.post-comment {
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    padding: 30px;
    padding-bottom: 0px;
    margin-bottom: 30px;
}

.post-comment .comment-form .form-item {
    margin-bottom: 20px;
}

.post-comment .comment-form .form-item label {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0px;
}

.post-comment .comment-form .form-item input,
.post-comment .comment-form .form-item textarea {
    border: 1px solid #eee;
    width: 100%;
    height: 50px;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.post-comment .comment-form .form-item input:focus,
.post-comment .comment-form .form-item textarea:focus {
    border: 1px solid #ddd;
}

.post-comment .comment-form .form-item textarea {
    height: 150px;
    resize: none;
    padding: 20px;
}

.post-comment .comment-form .dark-btn {
    margin-bottom: 30px;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
    background: #002b48;
    padding-top: 50px;
}

footer img.logo {
    margin-bottom: 30px;
    width: 180px;
}

footer .text {
    font-weight: 500;
    font-size: 16px;
    color: #D8D8D8;
    line-height: 30px;
    letter-spacing: 0.88px;
}

footer h5 {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.69px;
    line-height: 30px;
    margin-bottom: 30px !important;
}

footer .social {
    overflow: hidden;
    margin-top: 10px;
}

footer .social li {
    float: left;
    font-size: 20px;
    margin-right: 30px;

}

footer .social li a {
    color: #fff;
}

footer .footer-nav li a {
    display: block;
    /* overflow: hidden; */
    font-size: 18px;
    display: flex;
}

footer .footer-nav li a:hover span {
    padding-left: 5px;
}

footer .footer-nav li a i {
    float: left;
    height: 32px;
    line-height: 32px;
    margin-right: 12px;
    font-size: 14px;
    color: #fff;
}

footer .footer-nav li a span {
    float: left;
    height: 32px;
    line-height: 32px;
    font-weight: 400;
    font-size: 16px;
    color: #D8D8D8;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

footer .address p {
    display: block;
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    letter-spacing: 0.88px;
    margin-bottom:15px;
}

footer .address p a {
    color: #D8D8D8;
}

footer .footer-bottom{
    border-top: 1px solid #ffffff4f;
    margin-top:20px;
}

footer .copyright {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #D8D8D8;
    letter-spacing: 0.88px;
    color:#ffffff;
}

@media (max-width: 991px) {
    footer .social {
        margin-bottom: 30px;
    }

    footer .text {
        margin-bottom: 30px;
    }

    footer h5 {
        margin-bottom: 15px;
    }

    footer .footer-nav {
        margin-bottom: 30px;
    }
}

/* 
---------------------------------------------
pages
--------------------------------------------- 
*/
.page .cover {
    margin-top: 0px;
    min-height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page .cover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background: #000;
    z-index: 2;
    opacity: 0.6;
}

.page .cover .cover-top {
    position: relative;
    width: 100%;
    z-index: 3;
    text-align: center;
    transform: perspective(1px) translateY(0%);
    overflow: hidden;
}

.page .cover .cover-top h1 {
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 1.4px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.page .cover .cover-top .breadcrumb {
    position: relative;
    z-index: 9;
    float: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    display: inline-block;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
    margin: 0px;
    border: 1px solid #fff;
}

.page .cover .cover-top .breadcrumb li {
    font-weight: 400;
    font-size: 14px;
    color: #D8D8D8;
    line-height: 30px;
    margin-left: 10px;
    display: inline-block;
}

.page .cover .cover-top .breadcrumb li:after {
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 10px;
    color: #fff;
}

.page .cover .cover-top .breadcrumb li:first-child {
    margin-left: 0px;
}

.page .cover .cover-top .breadcrumb li:last-child:after {
    content: "";
    margin-left: 0px;
}

.page .cover .cover-top .breadcrumb li a {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.page .page-bottom {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.88px;
    line-height: 28px;
    color: #606060;
}

.page .page-bottom p {
    margin-bottom: 45px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
}

.page .page-bottom .project-grid .project-grid-item {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
    margin-bottom: 30px;
}

.page .page-bottom .project-grid .project-grid-item .img {
    width: 100%;
    height: 228px;
    position: relative;
    overflow: hidden;
}

.page .page-bottom .project-grid .project-grid-item .text {
    background: #f1ab14;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    width: 90%;
    margin: auto;
    position: relative;
    z-index: 2;
    margin-top: -30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
    padding: 30px 25px;
}

.page .page-bottom .project-grid .project-grid-item .text h3 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0.7px;
    margin-bottom: 10px;
    font-weight:600;
}

.page .page-bottom .project-grid .project-grid-item .text p {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
    color: #606060;
    letter-spacing: 0.88px;
    line-height: 26px;
}

.page .page-bottom .project-grid .project-grid-item:hover {
    padding-bottom: 10px;
}

.page .page-bottom .project-grid .project-grid-item:hover .text {
    margin-top: -40px;
}

.page .page-bottom .project-list .project-list-item {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.page .page-bottom .project-list .project-list-item .img {
    width: 45%;
    height: 228px;
    float: left;
    position: relative;
    overflow: hidden;
}

.page .page-bottom .project-list .project-list-item .text {
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    width: 70%;
    right: 0px;
    position: absolute;
    z-index: 2;
    text-align: left;
    padding: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.page .page-bottom .project-list .project-list-item .text h3 {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.7px;
    margin-bottom: 10px;
}

.page .page-bottom .project-list .project-list-item .text p {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
    color: #606060;
    letter-spacing: 0.88px;
    line-height: 26px;
}

.page .page-bottom .project-list .project-list-item:hover .text {
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.2);
}

.page .page-bottom .page-single .page-single-img {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page .page-bottom .page-single .page-single-img .play {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 2;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.page .page-bottom .page-single .page-single-img .play:hover {
    transform: scale(1.1);
}

.page .page-bottom .page-single .page-single-img .play:before {
    content: "";
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    width: 80px;
    height: 80px;
    z-index: 2;
    opacity: 0.39;
}

.page .page-bottom .page-single .page-single-img .play:after {
    content: "";
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 10px;
    background: #fff;
    width: 60px;
    height: 60px;
    z-index: 2;
}

.page .page-bottom .page-single .page-single-img .play i {
    position: absolute;
    z-index: 3;
    width: 80px;
    left: 0px;
    padding-left: 7px;
    line-height: 80px;
    font-size: 20px;
    color: #000000;
}

.page .page-bottom .page-single .page-single-text .title {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.page .page-bottom .page-single .page-single-text .sub-title {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.page .page-bottom .page-single .page-single-text p {
    font-weight: 400;
    font-size: 16px;
    color: #606060;
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 30px;
}

.page .page-bottom .page-single .page-single-text .info-list {
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    padding: 15px 20px;
    margin-bottom: 40px;
}

.page .page-bottom .page-single .page-single-text .info-list strong {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    letter-spacing: 1px;
}

.page .page-bottom .page-single .page-single-text .info-list span {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #606060;
    letter-spacing: 1px;
}

.page .page-bottom .page-single .page-single-text .count strong {
    display: block;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 1.29px;
    color: #000000;
    margin-bottom: 10px;
    text-align: center;
}

.page .page-bottom .page-single .page-single-text .count span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.69px;
    color: #606060;
    text-align: center;
}

.page .page-bottom .page-single .page-single-text .skill-wrapper .skill-item {
    margin-bottom: 20px;
}

.page .page-bottom .page-single .page-single-text .skill-wrapper .skill-item strong {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.88px;
    display: block;
    margin-bottom: 5px;
}

.page .page-bottom .page-single .page-single-text .skill-wrapper .skill-item .skill-progress {
    width: 100%;
    position: relative;
    height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #E2E2E2;
}

.page .page-bottom .page-single .page-single-text .skill-wrapper .skill-item .skill-progress .line {
    position: absolute;
    height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #000000;
    width: 0%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.project-grid .project-grid-item {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
    margin-bottom: 30px;
}

.project-grid .project-grid-item .img {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.project-grid .project-grid-item .text {
    background: #f1ab14;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    /* width: 90%; */
    /* margin: auto; */
    /* position: relative; */
    z-index: 2;
    /* margin-top: -30px; */
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
    padding: 15px;
}

.project-grid .project-grid-item .text h3 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0.7px;
    margin-bottom: 0;
    line-height: 1.5
}

.project-grid .project-grid-item .text p {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #606060;
    letter-spacing: 0.88px;
    line-height: 26px;
}

.project-grid .project-grid-item .text h5 {
    color:#000000;
}

.pagination {
    margin-bottom: 30px;
}

.pagination li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.pagination li a:hover,
.pagination li a.active {
    background: #000000;
    color: #fff;
}

@media (max-width: 991px) {
    
    .page .cover{
        min-height: 180px;
    }

    .page .page-bottom .page-single .page-single-img {
        margin-bottom: 30px;
    }

    .page .page-bottom .page-single .page-single-text .count span {
        margin-bottom: 30px;
    }
}

/* 
---------------------------------------------
faq
--------------------------------------------- 
*/
.faq-wrapper .faq-header {
    border-bottom: 1px solid #E9E9E9;
}

.faq-wrapper .faq-header h2 {
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    letter-spacing: 1.88px;
    margin-bottom: 20px;
}

.faq-wrapper .faq-header p {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.88px;
}

.faq-wrapper .faq-header .search {
    height: 50px;
    position: relative;
}

.faq-wrapper .faq-header .search input {
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0px;
    border: none;
    background: #fff;
    outline: none;
    top: 5px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    padding-left: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 400;
    font-size: 14px;
    color: #606060;
    letter-spacing: 0.88px;
    z-index: 1;
}

.faq-wrapper .faq-header .search input:focus {
    padding-left: 30px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
}

.faq-wrapper .faq-header .search input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #606060;
    letter-spacing: 0.88px;
}

.faq-wrapper .faq-header .search input:-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #606060;
    letter-spacing: 0.88px;
}

.faq-wrapper .faq-header .search button {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 2;
    right: 5px;
    top: 10px;
    border: none;
    background: #000000;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.accordion .accordion-item {
    border: none;
    background: none;
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
    border-radius: 0px;
}

.accordion .accordion-item .accordion-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 0px;
}

.accordion .accordion-item .accordion-header:hover {
    background: #000000;
}

.accordion .accordion-item .accordion-header:hover .accordion-button {
    padding-left: 30px;
}

.accordion .accordion-item .accordion-header .accordion-button {
    width: 100%;
    text-align: left;
    padding: 0px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: #000000;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 30px;
    box-shadow: none !important;
}

.accordion .accordion-item .accordion-header .accordion-button .num {
    float: left;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    background: #000000;
    text-align: center;
    font-size: 12px;
    margin-right: 20px;
    margin-top: -3px;
}

.accordion .accordion-item .accordion-body {
    padding: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #606060;
    line-height: 28px;
    letter-spacing: 1px;
}

.accordion .accordion-item .accordion-body .content {
    border-top: 1px solid #E4EFF9;
    padding-top: 30px;
}

.accordion .accordion-item .accordion-body p {
    margin-bottom: 14px;
    font-size: 16px !important;
    line-height: 28px !important;
    letter-spacing: 0.88px !important;
}

@media (max-width: 991px) {
    .accordion {
        margin-bottom: 30px;
    }

    .accordion .accordion-item .accordion-header .accordion-button {
        line-height: 26px;
        margin-top: 10px;
    }
}

/* 
---------------------------------------------
aside
--------------------------------------------- 
*/
aside.default-aside {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

aside.default-aside .sidebar ul {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    margin-bottom: 30px;
}

aside.default-aside .sidebar ul li.active a {
    background: #000000;
    color: #fff;
}

aside.default-aside .sidebar ul li.active a:after {
    color: #fff;
}

aside.default-aside .sidebar ul li.active a:hover {
    padding-left: 60px;
}

aside.default-aside .sidebar ul li:last-child a {
    border: none;
}

aside.default-aside .sidebar ul li a {
    display: block;
    border-bottom: 1px solid #f5f5f5;
    height: 50px;
    line-height: 50px;
    padding-left: 50px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #606060;
    letter-spacing: 0.88px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}

aside.default-aside .sidebar ul li a:hover {
    padding-left: 60px;
}

aside.default-aside .sidebar ul li a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    left: 30px;
    color: #000000;
}

aside.default-aside .sidebar ul li a span {
    float: right;
    margin-right: 30px;
    display: inline-block;
    background: #F6F4FD;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    color: #606060;
    margin-top: 18px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

aside.default-aside .sidebar .box {
    text-align: center;
    height: 230px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

aside.default-aside .sidebar .box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 2;
    left: 0px;
    top: 0px;
    opacity: 0.7;
}

aside.default-aside .sidebar .box .hovered {
    position: relative;
    z-index: 3;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}

aside.default-aside .sidebar .box .hovered p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1.12px;
    margin-bottom: 30px;
}

aside.default-aside .sidebar .box .hovered a {
    margin: auto;
    padding-left: 30px;
}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact .contact-item {
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    text-align: center;
    padding: 20px;
    padding-top: 30px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #606060;
}

.contact .contact-item .icon {
    width: 46px;
    height: 46px;
    left: 0px;
    right: 0px;
    margin: auto;
    background: #F5F5F5;
    color: #000000;
    margin-bottom: 20px;
}

.contact .contact-item .icon i {
    display: block;
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.contact .contact-item p {
    margin-bottom: 0px !important;
    font-size: 16px;
    font-weight: 500;
}

.contact .contact-item a {
    display: block;
    color: #606060;
}

.contact .map-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    z-index: 1;
}

.contact .map-wrapper .map-canvas {
    width: 100%;
    height: 100%;
}

.map {
    overflow: hidden;
    padding: 0px;
}

.map .top {
    margin-bottom: -70px;
}

.map .bottom {
    float: left;
    margin-top: -60px;
}

.map .item {
    width: 100%;
    float: left;
    position: relative;
}

.map .item .map-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
}

.map .content {
    position: absolute;
    width: 60%;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 3;
    text-align: center;
    top: 30%;
    transform: perspective(1px) translateY(0%);
}

.map .content h6 {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 20px;
}

.map .content p {
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 30px !important;
    letter-spacing: 1.12px !important;
    color: #fff;
    margin-bottom: 30px !important;
}

.map .content .btn-primary-line {
    margin-bottom: 0px;
    height: 36px;
    line-height: 36px;
    text-transform: capitalize;
}

.contact-bottom {
    margin-top: 20px;
    margin-bottom: 30px;
}

.contact-bottom .contact-text {
    font-weight: 400;
    font-size: 14px;
    color: #606060;
    letter-spacing: 0.6px;
    line-height: 26px;
}

.contact-bottom .contact-text p {
    margin-bottom: 28px;
    font-size: 14px !important;
    letter-spacing: 0.7px;
}

.contact-bottom .contact-form input,
.contact-bottom .contact-form textarea {
    border: 1px solid #eee;
    width: 100%;
    height: 50px;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*margin-bottom: 30px;*/
    color: #9BADBD;
    font-size: 14px;
}

.error-box {
    border: 2px red ridge;
}
label.error {
    color: red;
    font-family: verdana, Helvetica;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.contact-bottom .contact-form input:focus,
.contact-bottom .contact-form textarea:focus {
    border: 1px solid #000000;
    padding-left: 30px;
}

.contact-bottom .contact-form textarea {
    height: 150px;
    resize: none;
    padding: 20px;
}

.contact-bottom .contact-form .dark-btn .show-btn {
    background: #f5f5f5;
}

@media (max-width: 991px) {
    .contact {
        overflow: initial !important;
        margin-bottom: 10px !important;
    }

    .contact .map-wrapper {
        width: 100% !important;
        height: 300px;
        margin-bottom: 30px;
    }

    .contact .contact-info {
        position: relative !important;
        width: 100% !important;
        margin-top: 10px !important;
        margin-left: 0px !important;
        transform: perspective(1px) translateY(0%) !important;
        box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    }

    .contact-bottom {
        margin-top: 30px;
        padding-top: 30px;
    }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
.preloader-wrapper {
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;
    color: #fff;
    background: #f5f5f5;
}

.preloader-wrapper .loader {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    margin: auto;
    background: #000000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    animation: loader 3s ease;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}

@keyframes loader {
    33% {
        transform: rotate(45deg);
        border-radius: 10px;
    }

    66% {
        transform: rotate(90deg);
        border-radius: 0;
    }

    100% {
        transform: rotate(135deg);
        border-radius: 50%;
    }
}











    .slick-slide {
      margin: 0px 05px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
    }
    

    .slick-current {
      opacity: 1;
    }






.team-area{
    padding-top: 5%;
}
.single-team{
    background-color: #000;
    margin-bottom: 10px;
}
.single-team:hover .social{
    cursor: pointer;
    opacity: 1;
    transform: rotateY(0deg) scale(1, 1);
}
.img-area{
    overflow: hidden;
    position: relative;
}
.img-area img{
    transition: all 0.4s ease 0s;
    width: 100%;
}

.img-area:hover img{
    transform: scale(1.2);
}


.single-team:hover img{
    filter: grayscale(0%);
}
@media (max-width: 768px){
    
    
    .slick-arrow{
            width: 35px!important;
    height: 35px!important;
    }
    
    .slick-prev {
    left: -10px!important;
}


.slick-prev:before, .slick-next:before {
    line-height: 10px!important;
}

.slick-next {
    right: -10px!important;
}
    
    .img-area img{
        display: inline-block;
    }
    
    .welcome .welcome-content .slider-wrapper{
    padding:40px;
}
    .welcome .welcome-content .slider-wrapper .owl-carousel .item .text h5{
        margin:0px;
    }
    .half-parallax .parallax-image{
        height: 220px;
    }
    
    
    .trend-content{
        padding:0px!important;
    }
    
    .dark-btn{
        width:100%;
    }
    
    
    
}
.img-area .social{
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .5s;
    transform: rotateY(180deg) scale(0.5, 0.5);
}


.trend-content-main h2{
    line-height: 1.5em;
}


.img-area .social ul{
    text-align: center;
    position: relative;
    top: 175px;
}
.img-area .social ul li a{
    color: #fff;
    display: block;
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
.img-area .social ul li a:hover{
    background-color: #fff;
    color: #000;
    border: 1px solid transparent;
}
.img-text{
    padding: 25px;
    color: #fff;
    text-align: center;
}
.img-text h4{
    margin: 0 0 5px;
    font-size: 18px;
}
.img-text h5{
    font-size: 16px;
}

/* ignore the code below */


.link-area
{
  position:fixed;
  bottom:20px;
  left:20px;  
  padding:15px;
  border-radius:40px;
  background:tomato;
}
.link-area a
{
  text-decoration:none;
  color:#fff;
  font-size:25px;
}



.slick-arrow {
        width: 50px;
    height: 50px;
    border-radius: 20px;
    text-align: center;
    margin: auto;
    background-color: #ffffff;
    box-shadow: 0 0 10px #ddd;
    z-index: 11;
}





.about-us{
    background-image: url(../images/photos/about-us.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
}



footer{background-image: url(../images/photos/footer.png);}




.blog-sec{
    background-image: url(../images/photos/blog.png)!important;
    background-size: contain;
    
}



.welcome{
    background-image: url(../images/photos/welcome.png);
    background-size: cover;    
}







.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 85%;
  margin: auto;
  padding:0px 20px 20px 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    margin: 0px 0 20px 0;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    letter-spacing: 1px;

}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/





.property-type{
    padding: 50px 0px;
    background: #ffffff;
}




.why-choose-us-sec  {
    overflow: hidden;
    position: relative;
    background-image: url(../images/photos/cover.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 50px 0px;
}


.why-choose-us-sec .parallax-content{
    position: relative;
    z-index: 11;
}


.why-choose-us-sec .parallax-content .center-heading h2, .why-choose-us-sec .parallax-content .center-text{
    color: #ffffff;
}






.why-choose-us-sec .parallax-content .why-choose-item strong {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 1.72px;
    margin-bottom: 10px;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}



.why-choose-us-sec .parallax-content .why-choose-item span {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.86px;
}



.why-choose-us-sec .parallax-content .why-choose-item {
padding: 20px;
    border: 1px solid #ffffff;
}




/*
.why-choose-us-sec .parallax-content {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    width: 100%;
}
*/



.why-choose-us-sec:before {
    content: "";
    position: absolute;
    width: 140%;
    height: 140%;
    opacity: 0.5;
    background: #000;
    z-index: 0;
    top: -20%;
    left: -20%;
}



footer .footer-nav li{
    margin-bottom: 10px;
}


.find-architect-by-location .item{
    border: 1px solid #ececec;
}


.find-architect-by-location .find-by-location-inner{
    padding: 0px 0 20px 0;
    background: #002b48;
}



.find-architect-by-location .find-by-location-inner a{
    color: #ffffff;
    font-weight: 500;
    font-size:16px;
}


.find-architect-by-location .find-by-location-inner h4{
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing:1px;
    color: #ffffff;
}



.find-architect-by-location .find-by-location-inner img{
    margin-bottom: 20px
}


.form-find{
    background-color: #bdbdbd;
}


.form-find input, .form-find textarea, .form-find select {
    border: 1px solid #eee;
    width: 100%;
    height: 50px;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #9BADBD;
    font-size: 14px;
    background: #ffffff;
}


.form-group {
    width: 100%;
    display: inline-block;
}





.nice-select:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #000000;
    position: absolute;
    right: 18px;
    top: 12px;
}


.bg-grey {
    background: #f1f1f1 !important;
}
.architects-by-location .text hr{
    margin: 05px 0px;
}

.architects-by-location .text a{
    display: block;
    color: #000000;
}


.architects-by-location .text a.dark-btn{
    display: inline-block;
    width: 50%;
    margin-top: 10px;
}



.testimonial-sec .dark-btn{
    display: inline-block;
    width: 20%;
}

.testimonials-sec .testimonial-inner{
    padding: 30px;
    margin-bottom: 10px;
}

.testimonials-sec .testimonial-inner.bg-d-grey{
    background: #424242;
    color: #ffffff;
}

.testimonials-sec .testimonial-inner .name{
    margin-bottom: 10px;
}

.product-category-sec img{
    width: 100%;
    margin-bottom: 10px;
}


.product-category-sec{
    text-align: center;
}

.product-category-sec .item{
    border: 1px solid #b1b1b17a;
    padding: 10px;
}

.product-category-sec p{
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}

.snip *,
.snip *:before,
.snip *:after {
  box-sizing: border-box;
  transition: all 0.45s ease;
}

.snip {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin: 10px 0px;
  text-align: left;
  transform: translateZ(0);
}

.snip:hover .snip__title,
.snip:hover .snip__text {
  transform: translateY(0);
  opacity: 0.9;
  transition-delay: 0.2s;
}

.snip::before,
.snip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #002b48;
  opacity: 0.5;
  transition: all 0.45s ease;
}

.snip::before {
  transform: skew(30deg) translateX(-50%);
}

.snip::after {
  transform: skew(-30deg) translateX(-50%);
}

.snip:hover::before {
  transform: skew(30deg) translateX(-20%);
  transition-delay: 0.05s;
}

.snip:hover::after {
  transform: skew(-30deg) translateX(-10%);
}

.snip:hover .snip__figcaption::before {
  transform: skew(30deg) translateX(-40%);
  transition-delay: 0.15s;
}

.snip:hover .snip__figcaption::after {
  transform: skew(-30deg) translateX(-30%);
  transition-delay: 0.1s;
}

.snip__image {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.snip__figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 25px 20px 25px 20px;
  display: flex;
    align-items: center;
}

.snip__figcaption::before,
.snip__figcaption::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #002b48;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: "";
  opacity: 0.5;
  z-index: -1;
}

.snip__figcaption::before {
  transform: skew(30deg) translateX(-70%);
}

.snip__figcaption::after {
  transform: skew(-30deg) translateX(-70%);
}

.snip__title,
.snip__text {
  margin: 0;
  letter-spacing: 1px;
}


.snip__text {
    opacity:0;
}

.snip__title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom:15px;
}

.snip__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}







.about-us .about-img-inner img{
    border-radius:05px;
    box-shadow:-22px 0px 44px 10px rgb(0 0 0 / 10%);
}



.clients-carousel .item img{
    background-color:#ffffff;
}



.find-architect-by-location .location-img{
    width:100%;
    height:250px;
    margin-bottom:15px;
}


.find-architect-by-location .location-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}


.welcome .next i, .welcome .prev i{
    color:#ffffff;
}

.bg-yellow{
    background-color:#f1ab14;
}


.bg-yellow_0_58{
    background-color: rgb(241 171 20 / 58%);
}



.bg-blue_0_58{
    background-color: rgb(0 43 72 / 58%);
}

footer .footer-bottom .footer-nav li {
    margin-left: 30px;
    margin-bottom:0px;
}





footer .footer-bottom .footer-nav{
    justify-content:center;
}


.content-line p{
    font-size:18px;
    font-weight:500;
}



.about-us a.dark-btn{
    display: inline-block;
    width: 40%;
}



.discount-action .call-banner .call-banner-inner {
    position: relative;
    z-index: 1;
}
.bg-theme1 {
    background: #000000 !important;
}


.white {
    color: #fff !important;
}


.bg-grey {
    background: #fcfaf8 !important;
}


.box-shadow {
    box-shadow: 0 0 15px #cccccc37;
}


.project-listing-inner .project-item .trend-image {
    height: 350px;
    background: #d6d6d6;
}


.project-listing-inner .project-item .trend-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}


.entry-author img {
    width: 36px;
    height: 36px;
    display: inline-block ;
}




.black {
    color: #3f3f3f !important;
}

.project-listing-inner p {
    margin-bottom:10px;
}


.project-listing-inner .entry-author img{
    display:none;
}

.project-listing-inner .entry-author span {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
}

.project-listing-inner .project-item .category-name {
    font-size: 16px;
    border-left: 2px solid #f1ab14;
    padding-left: 10px;
    margin-bottom:30px;
}


.project-listing-inner .project-item .trend-content-main .trend-content a{
    color:#000000;
    font-weight:600;
    padding:10px 20px;
    border:1px solid #ececec;
}

.project-listing-inner .project-item .trend-content-main .trend-content a:hover{
    background:#f1ab14;
    transition:0.5s;
}


.project-listing-inner .project-item .category-name .location-name {
    font-size: 15px;
    color: #000000;
    display: block;
    line-height: 2em;
}


.pagination-main {
    line-height: 0.8;
}

.pagination-main .pagination {
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.pagination-main .pagination li {
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.pagination-main .pagination li a {
    padding: 0;
    height: 40px;
    line-height: 38px;
    margin-right: 9px;
    text-align: center;
    width: 40px;
    color: #3f3f3f;
    font-size: 12px;
    border: 1px solid #f1f1f1;
    display: inline-block;
    background: #fbfbfb;
    background: #fff;
}

.pagination-main ul li {
    margin-bottom: 0px;
    line-height: 1.5;
    color: #777;
    position: relative;
    display: inline-block;
    padding: 0;
}



.pagination-main .pagination li a:hover, .pagination-main .pagination li a:focus {
    background-color: #b78d52;
    color: #fff !important;
    border-color: #b78d52;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #b78d52 !important;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}





.welcome .owl-carousel .owl-item img{
    height:250px;
    object-fit:cover;
}












.fixed-header {
    background: #fff;
    padding: 0 10% 0 0;
    position: fixed;
    top: -100px;
    left: 0;
	z-index:111;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}


.projects .project-full img{
    width:100%;
}


.projects .project-full h4 a{
    color:#000000;
}



.contact-form .dark-btn{
    width: 20%;
}


.contact-form .dark-btn span{
    color:#000000;
}




#imgfix_wrapper_layer_0_0 .imgfix_src_img{
    height:300px!important;
    width:100%!important;
    object-fit:contain;
}


#imgfix_wrapper_layer_0_0{
    background:#d6d6d6;
}



.architects .img-text a{
    color:#ffffff;
}

.architects .single-team:hover .img-text a{
    color: #f1ab14;
}




.mobile-view{
    display:none;
}



@media (max-width: 768px){
   .mobile-view{
    display:block;
} 


.desktop-view{
    display:none;
}
}