@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700,400italic');
input:focus,
input:active,
textarea:focus,
textarea:active,
a:focus,
a:active {
    outline: 0px none !important;
}

ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #363a35;
}

h1 {
    font-size: 40px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 44px;
    font-weight: 700;
    color: #ffffff;
}

h2 {
    font-size: 36px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 42px;
    font-weight: 700;
}

h3 {
    font-size: 30px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 36px;
    font-weight: 700;
}

h4 {
    font-size: 28px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 32px;
    font-weight: 400;
}

h5 {
    font-size: 24px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 32px;
    font-weight: 500;
}

h6 {
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 22px;
    font-weight: 700;
}

p {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 30px;
    font-family: 'Ubuntu', sans-serif;
}

a {
    text-decoration: none;
    color: #363a35;
}

a:hover {
    color: #d9232e;
    text-decoration: none;
}

strong {
    font-weight: bold;
}

img {
    max-width: 100%;
}

.wrapper {
    width: 100%;
    min-width: 296px;
    margin: 0px auto;
}


/*** Begin Header Section *************************************************************************************/

.header-top {
    width: 100%;
    float: left;
    background: #e5e4e2;
    padding: 15px 0;
    border-top: 6px solid #363a35;
}

.header-top-inner {
    width: 100%;
    float: left;
}

.button-block {
    width: 100%;
    float: left;
}

.button-block ul {
    width: auto;
    float: right;
}

.button-block ul li {
    float: left;
    list-style: none;
    margin-left: 20px;
}

.button-block ul li a {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    background: #797773;
    position: relative;
    padding: 0;
    margin-bottom: 0;
    border: 0;
    display: table;
}

.button-block ul li a img {
    max-width: 14px;
}

.button-block ul li a .fire-img img {
    max-width: 18px;
}

.button-block ul li a span {
    background: #575651;
    display: table-cell;
    width: 40px;
    padding: 6px 0;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.button-block ul li a:hover span {
    background: #a61e21;
}

.red-btn-text {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    display: table-cell;
    padding: 0 13px;
    vertical-align: middle;
}

.logo-block {
    width: 50%;
    float: left;
    margin-top: -52px;
}

.header-contact {
    width: 50%;
    float: left;
    padding-top: 35px;
}

.header-contact ul {
    float: right;
}

.header-contact ul li {
    float: left;
    list-style: none;
    padding-left: 42px;
}

.header-contact ul li a {
    float: left;
    list-style: none;
    font-size: 20px;
    color: #363a35;
}

.header-contact ul li a i {
    color: #d9232e;
    padding-right: 5px;
}

.header-contact ul li a:hover {
    color: #d9232e;
}

.main-outercon {
    float: left;
    overflow: hidden;
    width: 100%;
}


/**==================== Main menu ===================***/

.menu-outer {
    float: left;
    width: 100%;
    border-top: 2px solid #e5e4e2;
    padding: 0 0 30px;
}

.main-menu {
    float: left;
    width: 100%;
}

.main-menu ul {
    list-style-type: none;
}

.main-menu ul li {
    float: left;
    line-height: 22px;
    padding-left: 32px;
    position: relative;
}

.main-menu ul li.active a {
    color: #d9232e;
}

.main-menu ul li.active a:before {
    width: 100%;
    left: 0;
}

.main-menu ul li:first-child {
    padding-left: 0;
}

.main-menu ul li a {
    font-size: 20px;
    color: #000000;
    font-family: 'Ubuntu', sans-serif;
    position: relative;
    display: inline-block;
    padding: 25px 0 0;
}

.main-menu ul li a:before {
    background: #d9232e;
    top: -2px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 0;
}

.main-menu ul li a:hover {
    color: #d9232e;
}

.main-menu ul li a:hover:before {
    left: 0;
    width: 100%;
}


/*** Sub Menu ****/

.main-menu li ul {
    top: 60px;
    display: none;
    min-width: 200px;
    position: absolute;
    margin: 0;
    background: #e5e4e2;
    z-index: 9999;
}

.main-menu li ul li {
    float: left;
    width: 100%;
    padding: 0;
}

.main-menu li ul li a {
    padding: 5px;
}

.main-menu li ul li a:before {
    display: none;
}

.main-menu li:hover ul {
    display: block;
}


/*** End of Header Section************************************************************************************/


/*** Begin Content Section ************************************************************************************/


/**** Banner Section  **************************************************************************************/

.banner-section {
    display: table;
    width: 100%;
}

.banner-content-left {
    display: table-cell;
    width: 36%;
    height: 100%;
}

.banner-content-right {
    display: table-cell;
    width: 64%;
    padding-left: 2px;
    vertical-align: top;
}

.banner-left-inner {
    display: table;
    width: 100%;
    height: 100%;
}

.banner-content-outer {
    float: left;
    width: 100%;
    position: relative;
}

.banner-content-outer h1 {
    padding-bottom: 35px;
    line-height: 40px;
}

.red-block {
    background: #d9232e;
}

.banner-content-left.red-block {
    position: relative;
}

.banner-content-outer.red-block {
    vertical-align: top;
    height: 44%;
    display: table;
}

.banner-content-left .red-block a.common-btn {
    border: 2px solid #fff;
    padding: 11px 19px 14px 0;
}

.banner-content-left .red-block a.common-btn:before {
    color: #363a35;
    font-size: 20px;
    padding-right: 10px;
    background: none;
    margin: 0;
}

.gray-block {
    background: #797773;
}

.banner-content-outer.gray-block {
    border-top: 2px solid #fff;
    vertical-align: top;
    width: 100%;
    display: table;
    height: 56%;
}

.banner-content-outer.gray-block ul {
    list-style-type: none;
}

.banner-content-outer.gray-block ul li {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.banner-content-outer.gray-block ul li a {
    color: #ffffff;
    font-size: 20px;
}

.banner-content-outer.gray-block ul li a:hover {
    opacity: 0.7;
}

.banner-content-outer.gray-block ul li i {
    color: #363a35;
    font-size: 20px;
    padding-right: 10px;
    font-weight: 700;
}

.banner-content-outer.gray-block h3 {
    padding-bottom: 36px;
}

.banner-content-inner {
    max-width: 355px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 999;
    padding: 36px 0;
}


/**** Slider *********************************************************************/

.slider-outer {
    float: left;
    width: 100%;
    position: relative;
}

.slider-outer ul {
    float: left;
    width: 100%;
    list-style-type: none;
}

.slider-outer ul li {
    float: left;
    width: 100%;
    overflow: hidden;
}

.slider-outer ul li > img {
    width: 100%;
    display: block;
    max-height: 642px;
    overflow: hidden;
}

.slider-outer .slider-overlay-person {
    bottom: 0;
    display: table;
    left: 29%;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.overlay-person {
    width: 47%;
    display: table-cell;
}

.overlay-image-block {
    bottom: 0;
    display: table-cell;
    position: absolute;
    width: 53%;
    margin-left: -284px;
    z-index: -1;
}

.overlay-person img {
    float: left;
    max-width: 286px;
    width: 60%;
}

.slider-outer .cycle-pager {
    bottom: 32px;
    left: 40px;
    position: absolute;
    z-index: 999;
}

.slider-outer .cycle-pager span {
    color: transparent;
    margin-right: 2px;
}

.slider-outer .cycle-pager span:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.slider-outer .cycle-pager span.cycle-pager-active:before {
    background: #fff;
}

.slider-overlay-person > img {
    float: left;
    width: auto !important;
}

.overlay-person > span {
    color: #ffffff;
    float: right;
    font-size: 24px;
    line-height: 30px;
    padding-top: 47%;
    text-align: center;
    width: 40%;
}

.general-container.home {
    padding: 80px 0 40px;
}

.welcome-block h2 {
    color: #d9232e;
    font-size: 50px;
}
.welcome-block h3 {
    padding-bottom: 40px;
    font-size: 30px;
}
.welcome-block strong{
    color: #d9232e;
}

.home h6 {
    color: #d9232e;
}

.appoint-outer .common-btn::before {
    padding: 0 16px;
}

.appoint-outer .common-btn span {
    padding-left: 3px;
}

.appoint-outer.projects-sidebar .common-btn span {
    padding-right: 20px;
}

.appoint-outer.projects-sidebar .common-btn::before {
    margin: 0 8px 0 0;
}

.home-banner {
    width: 100%;
    padding: 22px 0 40px;
    float: left;
    overflow: hidden;
}

.image-block {
    width: 50%;
    float: left;
    position: relative;
}

.image-block > img {
    width: 100%;
}

.image-block:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
}

.block-left {
    padding-right: 1px;
}

.block-right {
    padding-left: 1px;
}

.block-left:after {
    background: url(../images/home_img2_shadow.png) no-repeat left top;
    left: -1px;
    background-size: 100%;
}

.block-right:after {
    background: url(../images/home_img1_shadow.png) no-repeat left top;
    right: -1px;
    background-size: 100%;
}

.overlay-content {
    max-width: 540px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 1;
    margin-top: -223px;
}

.block-left .overlay-content {
    right: 0;
}

.block-right .overlay-content {
    left: 0;
}

.overlay-content h1 {
    padding: 0 0 38px;
    font-size: 39px;
    font-weight: 500;
}

.overlay-content a.button {
    font-size: 18px;
    font-weight: 500;
    border: 0;
    margin-bottom: 0;
}
.overlay-content p{
    font-family: 'Manus';
    font-size: 43px;
    line-height: 25px;
    color: #ffffff;
}
.overlay-content a.button i {
    color: #363a35;
    font-size: 20px;
    padding-right: 10px;
}

.overlay-ico {
    min-height: 152px;
}

.overlay-inner {
    margin-top: -50px;
}

.header-bottom {
    width: 100%;
    float: left;
}

.inner-page {
    display: table;
    float: none;
}

.inner-page .banner-content-left {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top;
}

.inner-page .banner-content-outer.red-block {
    display: table;
    height: 100%;
    min-height: 0;
    padding: 0;
}

.inner-page .banner-content-right {
    display: table-cell;
    float: none;
}

.inner-page .slider-outer ul li {
    overflow: hidden;
}

.inner-page .banner-content-inner {
    height: 100%;
    padding: 36px 0;
}

.inner-page .banner-content-inner > nav {
    bottom: 26px;
    position: absolute;
}

.inner-page .slider-outer .overlay-image-block {
    height: 100%;
    bottom: 0;
    display: inline-block;
    margin-left: 0;
    position: absolute;
    right: 20px;
    width: auto;
    z-index: 0;
}

.inner-page .slider-outer ul li img {
    height: 100%;
}

.breadcrumb-block .breadcrumbs li {
    font-size: 18px;
    color: #fff;
    text-transform: none;
}

.breadcrumb-block .breadcrumbs a {
    font-size: 18px;
    color: #fff;
}

.inner-page .slider-outer {
    overflow: hidden;
}


/*
.banner-outer-section{
     max-height: 280px; overflow: hidden;
    float: left;
    width: 100%;
}
*/

.common-btn {
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
    color: #ffffff;
    padding: 0;
    position: relative;
    border: none;
}

.common-btn:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding: 12px 19px 14px;
    background: #a61e21;
    margin: 0 19px 0 0;
    padding: 12px 19px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    height: 100%;
    padding: 0 15px;
    font-size: 22px;
    font-weight: 700;
}

.appoint-outer .common-btn span {
    padding-left: 2px;
    display: inline-block;
    padding: 0px 13px 0px 1px;
}

.common-btn span {
    display: inline-block;
    padding-right: 10px;
}


/*product-list starts*/

.general-container.contact {
    padding: 80px 0px 75px;
}

.product-list {
    float: left;
    width: 100%;
    padding-bottom: 69px;
}

.product-list ul {
    float: left;
    width: 104.43%;
    margin-left: -4.43%;
}

.product-list ul li {
    float: left;
    width: 29.1%;
    list-style: none;
    margin-left: 4.23%;
}

.product-list ul li a {
    -webkit-transition: all 500ms ease-in 0s;
    -moz-transition: all 500ms ease-in 0s;
    transition: all 500ms ease-in 0s;
}

.product-list ul li a:hover {
    opacity: .8;
}

.product-list ul li a:hover .product-name {
    opacity: .8;
    color: #d9232e;
}

.product-list ul li a:hover .personal-details span {
    color: #d9232e;
}

.product-list-single {
    float: left;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #e5e4e2;
}

.product-image {
    display: table;
    width: 100%;
}

.product-name {
    font-size: 20px;
    line-height: 22px;
    color: #363a35;
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px 0px 14px;
    background: #e5e4e2;
    -webkit-transition: all 500ms ease-in 0s;
    -moz-transition: all 500ms ease-in 0s;
    transition: all 500ms ease-in 0s;
}

.general-content {
    float: left;
    width: 100%;
    font-weight: 500;
    color: #363a35;
    font-size: 20px;
    line-height: 36px;
}

.contact-address {
    float: left;
    width: 100%;
    padding: 62px 0px 31px;
}

.contact-address address {
    color: #363a35;
    font-weight: normal;
    font-style: normal;
    max-width: 250px;
    line-height: 30px;
}

.contact-address h6 {
    color: #d9232e;
    padding-bottom: 4px;
}

.contact-details {
    float: left;
    width: 100%;
}

.contact-details ul {
    float: left;
    width: 100%;
}

.contact-details ul li {
    float: left;
    width: 100%;
    list-style: none;
}

.contact-details ul li .contact-head {
    float: left;
    width: 15%;
}

.contact-details ul li .contact-link {
    float: left;
    width: 85%;
}

.working-hours {
    float: right;
    width: 100%;
    background: #363a35;
    color: #ffffff;
    padding: 35px 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.working-hours h5 {
    color: #797773;
}

.working-hours p {
    font-size: 18px;
    line-height: 22px;
    margin: 0px;
    font-style: italic;
    line-height: 28px;
}

.working-hours ul {
    float: left;
    width: 100%;
    padding: 28px 0px;
}

.working-hours ul li {
    float: left;
    width: 100%;
    list-style: none;
    line-height: 28px;
}

.working-hours ul li .working-day {
    float: left;
    width: 21.6%;
}

.working-hours ul li .working-time {
    float: left;
    width: 78.4%;
}

.contact-form-outer {
    float: left;
    width: 100%;
    background: #e5e4e2;
    padding: 52px 0px 0px;
}

.contact-form-inner {
    float: left;
    width: 100%;
    padding: 0px 0px 84px;
}

.contact-form-inner input {
    margin: 6px 0px 30px;
    height: 50px;
    font-size: 18px;
    line-height: 20px;
    border: 1px solid #c4c4c2;
    max-width: 349px;
    box-shadow: none;
}

.contact-form-inner textarea {
    margin-top: 6px;
    height: 50px;
    font-size: 18px;
    line-height: 20px;
    border: 1px solid #c4c4c2;
    resize: none;
    height: 266px;
    max-width: 349px;
    box-shadow: none;
}

.contact-form-inner h4 {
    font-weight: 700;
    padding-bottom: 43px;
}

.contact-form-inner input:focus {
    border: 1px solid #c4c4c2;
    box-shadow: none;
    transition: none;
}

.contact-form-inner textarea:focus {
    border: 1px solid #c4c4c2;
    box-shadow: none;
    transition: none;
}

.contact-form-inner label {
    font-size: 18px;
    line-height: 22px;
    color: #363a35;
}

.contact-form-inner .column:last-child:not(:first-child),
.contact-form-inner .columns:last-child:not(:first-child) {
    padding-left: 16px;
}

.contact-form-inner .common-btn {
    float: right;
    margin: 4px 0px 16px;
    line-height: 22px;
}

.contact-form-inner .common-btn span {
    padding-right: 19px;
}

.contact-form-inner .common-btn::before {
    padding: 7px 16px 11px;
    margin: 0 8px 0 0;
}

.general-container.home.projects-container .working-hours {
    margin-top: 0px;
}

.general-container.home.projects-container {
    background: #fff;
    border-bottom: none;
        padding-bottom: 0;
    margin-bottom: -120px;
}

.product-list.areas .product-image {
    text-align: center;
    padding: 46px 0px;
}

.product-image-inner {
    display: table-cell;
    vertical-align: middle;
}

.personal-details {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    background: #e5e4e2;
    padding: 15px 0px 18px;
    color: #363a35;
}

.personal-details span {
    float: left;
    width: 100%;
    font-weight: 500;
    -webkit-transition: all 500ms ease-in 0s;
    -moz-transition: all 500ms ease-in 0s;
    transition: all 500ms ease-in 0s;
}

.projects-container .working-hours > p {
    margin-bottom: 32px;
}

.welcome-block {
    float: left;
    width: 100%;
    padding-bottom: 44px;
}

.imperdiet {
    float: left;
    width: 100%;
    padding-bottom: 54px;
}

.imperdiet h6 {
    padding-bottom: 4px;
}

.general-container.home.projects-container .imperdiet p {
    font-size: 18px;
    line-height: 30px;
    color: #363a35;
    margin: 0px;
}

.welcome-block .common-btn {
    line-height: 49px;
}

.welcome-block .common-btn::before {
    padding: 0 21px;
}

.welcome-block .common-btn span {
    padding-right: 18px;
}


/*breadcrumps*/

.breadcrumbs li:not(:last-child)::after {
    font-family: fontAwesome;
    content: '\f105';
    font-size: 18px;
    color: #971d1c;
    margin: 0 5px 0px 4px;
}

.content-wrapper {
    float: left;
    width: 100%;
    padding: 71px 0 75px;
}

.content-wrapper p {
    font-weight: 500;
}

.content-wrapper p:last-child {
    margin-bottom: 0;
}

.content-wrapper p a {
    text-decoration: none;
    border-bottom: 1px solid #9a9c9a;
}

.general-container {
    float: left;
    width: 100%;
}

.projects-container.general-container,
.inspire-content-container.general-container {
    padding: 60px 0 78px;
    background: #e5e4e2;
    border-bottom: 1px solid #c4c4c2;
}

.general-left-outer {
    float: left;
    width: 100%;
}

.project-list {
    float: left;
    width: 101.10%;
    margin-left: -1.1%;
    list-style: none;
}

.project-list li {
    float: left;
    margin-left: 1%;
    margin-bottom: 9px;
    width: 48.97%;
}

.safari .project-list li {
    padding-left: 1%;
}

.project-list li a {
    display: block;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}

.project-list li a:hover {
    opacity: 0.8;
}

.project-img-outer {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.project-img-outer img {
    width: 100%;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}

.project-list li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.project-img-outer .enlarge-img {
    position: absolute;
    right: 10px;
    bottom: 8px;
    color: #ffffff;
    font-size: 29px;
    line-height: 29px;
    z-index: 3;
}

.project-caption-outer {
    float: left;
    width: 100%;
    background: #ffffff;
    padding: 25px 8.39% 26px;
}

.project-caption-outer h6 {
    text-transform: capitalize;
    color: #363a35;
    letter-spacing: -0.5px;
}

.general-right-outer {
    float: left;
    width: 100%;
    padding-left: 16.9%;
    z-index: 300;
    position: relative;
}

.projects-container .working-hours > * {
    padding-left: 13.33%;
    padding-right: 13.33%;
}

.projects-container .working-hours ul {
    padding-bottom: 37px;
}

.projects-container .working-hours {
    padding: 35px 0 31px;
    margin-top: -232px;
}

.appoint-outer {
    float: left;
    width: 100%;
    padding-top: 38px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-top: 2px solid #797773;
    text-align: center;
}

.appoint-outer .button.common-btn {
    margin-bottom: 0;
    line-height: 39px;
}

.appoint-outer .common-btn:before {
    margin: 0 8px 0 0;
}

.mark-outer {
    float: left;
    width: 100%;
    padding: 46px 0 60px;
}

.mark-outer ul {
    float: left;
    width: 100%;
    display: table;
    height: 100%;
    list-style: none;
    text-align: center;
}

.mark-outer li {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding-left: 2.1%;
}

.mark-outer li:hover a {
    opacity: 0.8;
}

.mark-outer li a {
    display: inline-block;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}

.inspire-content-container.general-container {
    padding: 117px 0 91px;
    border-bottom: none;
}

.inspire-content-list {
    float: left;
    width: 101.10%;
    margin-left: -1.1%;
    list-style: none;
}

.inspire-content-list li {
    float: left;
    margin-left: 1%;
    margin-bottom: 9px;
    width: 48.97%;
}

.inspire-content-list li a {
    display: block;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}

.inspire-content-list li a:hover {
    opacity: 0.8;
}

.inspire-img-outer {
    float: left;
    width: 100%;
}

.inspire-img-outer img {
    width: 100%;
}

.inspire-text-outer {
    float: left;
    width: 100%;
    background: #ffffff;
    padding: 27px 8.39% 20px;
}

.inspire-text-outer h6 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
    color: #d9232e;
    text-transform: capitalize;
}

.inspire-text-outer p {
    font-size: 18px;
    line-height: 30px;
    color: #363a35;
}

.inspire-text-outer p:last-child {
    margin-bottom: 0;
}

.inspire-content-container .working-hours {
    background: #ffffff;
    color: #363a35;
    padding: 35px 0 31px;
}

.inspire-content-container .working-hours h5 {
    color: #363a35;
    margin-bottom: 18px;
}

.inspire-content-container .working-hours > * {
    padding-left: 13.33%;
    padding-right: 13.33%;
}

.inspire-content-container .appoint-outer {
    margin-top: 21px;
    border-top: 2px solid #e5e4e2;
}

.inspire-content-container .appoint-outer .common-btn:before {
    background: #575651;
    padding: 8px 16px 10px 17px;
}

.inspire-content-container .appoint-outer .button {
    background-color: #797773;
}

.inspire-content-container .appoint-outer .common-btn {
    line-height: 22px;
}

.inspire-content-container .appoint-outer .button:hover,
.inspire-content-container .appoint-outer .button:focus {
    background-color: #6c6b66;
    color: #fefefe;
}
.action{
    position: relative;
    clear: both;
    margin-bottom: -120px;
        z-index: 50;
}

/*** End Content Section **************************************************************************************/


/*** Begin Footer Section *************************************************************************************/

footer {
    float: left;
    width: 100%;
}

.footer-top {
    float: left;
    width: 100%;
    background: #363a35;
    padding: 55px 0px 36px;
}

.footer-inner {
    float: left;
    width: 100%;
}

.footer-left {
    float: left;
    width: 49.4%;
}

.footer-buttons {
    float: left;
    width: 100%;
    padding-top: 58px;
}

.footer-right {
    float: left;
    width: 50.6%;
    padding: 23px 46px 23px 0px;
}

.footer-right-single {
    float: left;
    width: 50%;
}

.footer-right-single h5 {
    font-size: 22px;
    line-height: 26px;
    color: #797773;
    font-weight: 500;
    padding-bottom: 16px;
}

.footer-right-single ul {
    float: left;
    width: 100%;
}

.footer-right-single ul li {
    float: left;
    width: 100%;
    line-height: 28px;
    list-style: none;
}

.footer-right-single ul li a {
    color: #e5e4e2;
    -webkit-transition: all 500ms ease-in 0s;
    -moz-transition: all 500ms ease-in 0s;
    transition: all 500ms ease-in 0s;
}

.footer-right-single ul li a:hover {
    color: #d9232e;
}

.footer-right-single address {
    color: #e5e4e2;
    font-weight: normal;
    font-style: normal;
    max-width: 226px;
    line-height: 27px;
}

.contact-list {
    float: left;
    width: 100%;
    padding: 28px 0px 0px 2px;
}

.contact-list ul {
    float: left;
    width: 100%;
}

.contact-list ul li {
    float: left;
    width: 100%;
    list-style: none;
}

.contact-list ul li a {
    color: #fff;
    -webkit-transition: all 500ms ease-in 0s;
    -moz-transition: all 500ms ease-in 0s;
    transition: all 500ms ease-in 0s;
}

.contact-list ul li a:hover {
    color: #d9232e;
}

.contact-list ul li a i {
    color: #797773;
    margin-right: 10px;
}

.footer-bottom {
    float: left;
    width: 100%;
    background: #1f221d;
    padding: 24px 0px 21px;
    position: relative;
}

.footer-bottom-image {
    float: left;
    position: absolute;
    left: 20px;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
}

.footer-bottom p {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    color: #797773;
    margin: 0px;
}

.footer-buttons .button-block ul li {
    margin: 0px 0px 15px;
    width: 100%;
}

.footer-buttons .button-block ul li a {
    padding: 0;
}

.footer-buttons .button-block ul {
    float: left;
}

.footer-buttons .red-btn-text {
    letter-spacing: 0px;
    padding: 0 12px;
}

.footer-buttons .button-block ul li a span {
    padding: 6px 0;
}

.footer-right-inner {
    float: left;
    width: 100%;
}

.footer-mobile {
    float: left;
    width: 100%;
    display: none;
}

.footer-top-container:before {
    content: "";
    background: url("../images/footer-top-bg.png") no-repeat right top;
    background-size: 100% 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    width: 65vw !important;
    width: 65%;
}

.moodboard-contact.footer-top-container:before {
    background-image: url("../images/footer-top-bg1.png");
}

.footer-top-container:after {
    content: "";
    background: rgba(229, 228, 226, 0.6) !important;
    background: rgb(229, 228, 226);
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    width: 65vw !important;
    width: 65%;
}

.footer-top-container {
    float: left;
    width: 100%;
    background: #e5e4e2;
    border-top: 1px solid #c4c4c2;
    position: relative;
    z-index: 0;
    padding: 59px 0 59px;
}

.footer-top-container .column,
.footer-top-container .columns {
    position: relative;
    z-index: 1;
}

.footer-top-outer {
    float: left;
    width: 84.41%;
}

.moodboard-middle-outer {
    float: right;
    width: 48.09%;
    text-align: center;
    margin-right: 6px;
}

.moodboard-middle-outer .common-btn:before {
    margin: 0 10px 0 0;
    padding: 8px 16px 10px 17px;
}

.moodboard-middle-outer .common-btn {
    margin-top: -23px;
    margin-bottom: 0;
}

.moodboard-right-outer {
    float: right;
    width: 32.79%;
    margin-top: -88px;
}

.moodboard-right-outer ul {
    float: left;
    width: 100%;
    list-style: none;
}

.moodboard-right-outer li:first-child {
    margin-top: 0;
}

.moodboard-right-outer li {
    float: left;
    width: 100%;
    margin-top: 6px;
}

.moodboard-right-outer li.google-map {
    padding-right: 14%;
}

#map {
    float: left;
    height: 187px;
    width: 100%;
}

#map img {
    max-width: none!important;
    background: none!important;
}

#map a[href^="http://maps.google.com/maps"] {
    display: none !important;
}

#map a[href^="https://maps.google.com/maps"] {
    display: none !important;
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
    display: none;
}

.map-marker-label {
    position: absolute;
    color: #363a35;
    font-size: 11px;
    line-height: 13px;
    font-weight: bold;
    text-align: center;
    width: 125px;
    left: auto !important;
    right: 10px !important;
    top: 80px !important;
}


/*** End Footer Section ***************************************************************************************/

.header-on-scroll {
    float: left;
    width: 100%;
    margin-top: 25px;
}


/*
.my-wrapper {
    height: 0 !important;
}
*/

.menu-outer.sticky {
    display: block;
    z-index: 9999;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    padding: 0;
    background: #fff;
}

.my-wrapper.sticky {
    position: inherit;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    background: #fff;
}

.sticky .main-menu ul li a {
    padding: 15px 0 20px;
}