/*  ================================
        global area start
    ================================ */

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
    color: #1a1a1a;
}

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a {
    margin: 0;
    padding: 0;
}


.main-div {
    overflow: hidden;
    background: rgba(0, 0, 0, 0) url("../img/tab-bg.jpg") no-repeat scroll 0 0 / cover;
    background-attachment: fixed;
}

img {
    max-width: 100%;
    max-height: 100%;
}

/*  ================================
        global area end
    ================================ */

/*  ================================
        Header area start
    ================================ */

.header-area {
    padding: 80px 0;
    height: auto;
    position: relative;
}

/******** menu part start ********/

#menu-switcher,
.navbar-header > label,
.switch {
    display: none;
}

.menu-container label::before {
    border-bottom: 2px solid #000;
    box-shadow: 0 5px 0 0 #000, 0 0 0 0 inset, 0 -5px 0 0 #000;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 20px;
}

.switch {
    width: 100%;
    float: left;
    height: auto;
    min-height: 45px;
    position: relative;
}

.menu-container label {
    background-color: #D7B49E !important;
    cursor: pointer;
    display: none;
    height: 35px;
    padding: 0;
    position: absolute !important;
    right: 0;
    top: 4px;
    width: 40px;
    z-index: 9999;
    border: 1px solid #D7B49E;
}

.header-top-menu {
    min-height: 0;
    margin-bottom: 0;
    border: 0;
}

.navbar ul {
    width: auto;
    text-align: center;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    position: relative;
    display: inline-block;
    top: 15px;
    z-index: 14;
    transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.header-top-menu ul::before {
    position: absolute;
    bottom: 0;
    border: 3px solid #D7B49E;
    content: "";
    width: 105%;
}

.header-top-menu ul li,
.navbar ul li {
    display: inline-block;
    transition: 0.5s;
}

.header-top-menu ul li a,
.navbar ul li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #9b9b9b;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    transition: 0.5s;
    padding: 15px 30px;
    display: block;
}

.header-top-menu ul li:hover,
.navbar ul li:hover,
li.menu-active {
    background-color: #D7B49E !important;
}

.header-top-menu ul li a:hover,
.navbar ul li a:hover,
li.menu-active a {
    color: #000 !important;
}

/******** menu part end ********/
.navbar {
    text-align: center;
}
.navbar ul {
    display: inline-block;
}

.navbar ul li {
    border-right: 2px solid #434343;
    transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.navbar ul li:last-child {
    border: 0;
}

.service-top {
    padding: 30px 0;
    background-color: #fff;
}

.support-box {
    overflow: hidden;
}

.support-box ul li {
    float: left;
    width: 25%;
    list-style: none;
    position: relative;
    border: 1px solid #D1D1D1;
    padding: 10px 0;
    border-left: 0;
}

.support-box ul li:first-child {
    border-left: 1px solid #D1D1D1;
}

.service-box {
    overflow: hidden;
}

.service-left {
    width: 25%;
    float: left;
    text-align: center;
}

.service-left i {
    font-size: 50px;
    color: #D7B49E;
}

.service-left img{
    height: 50px;
}

.service-right {
    width: 75%;
    font-weight: 700;
    float: right;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    transition: 0.5s;
    color: #2D2E2F;
    text-transform: capitalize;
    font-size: 18px;
}

/*  ================================
        Header area end
    ================================ */

/*  ================================
        gallary area start
    ================================ */

.gallery-content {
    background: #ffff;
    padding-bottom: 30px;
}

.csslider {
    position: relative;
}

.csslider > input {
    display: none;
}

.csslider > input:nth-of-type(10):checked ~ ul li:first-of-type {
    margin-left: -900%;
}

.csslider > input:nth-of-type(9):checked ~ ul li:first-of-type {
    margin-left: -800%;
}

.csslider > input:nth-of-type(8):checked ~ ul li:first-of-type {
    margin-left: -700%;
}

.csslider > input:nth-of-type(7):checked ~ ul li:first-of-type {
    margin-left: -600%;
}

.csslider > input:nth-of-type(6):checked ~ ul li:first-of-type {
    margin-left: -500%;
}

.csslider > input:nth-of-type(5):checked ~ ul li:first-of-type {
    margin-left: -400%;
}

.csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
    margin-left: -300%;
}

.csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
    margin-left: -200%;
}

.csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
    margin-left: -100%;
}

.csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
    margin-left: 0;
}

.csslider > ul {
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    white-space: nowrap;
    z-index: 1;
}

.csslider > ul > li {
    box-sizing: border-box;
    display: inline-block;
    font-size: initial;
    height: 100%;
    line-height: normal;
    overflow: hidden;
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1) 0s;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
    text-align: center;
}

.csslider > ul > li.scrollable {
    overflow-y: scroll;
}

.csslider > .navigation {
    text-align: center;
    margin-top: 20px;
}

.csslider > .navigation label {
    background: transparent none repeat scroll 0 0;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    padding: 4px;
    position: relative;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    background-color: #fff;
}

.csslider > .navigation label img {
    max-height: 100%;
}

.csslider > .navigation label:hover::after {
    opacity: 1;
}

.csslider > .navigation label::after {
    background: transparent none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    left: 50%;
    margin-left: -6px;
    margin-top: -6px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
}

.csslider > .arrows {
    -moz-user-select: none;
}

.csslider.inside .navigation {
    bottom: 10px;
    margin-bottom: 10px;
}

.csslider.inside .navigation label {
    border: 1px solid #7e7e7e;
}

.csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1)::after,
.csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2)::after,
.csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3)::after,
.csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4)::after,
.csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5)::after,
.csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6)::after,
.csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7)::after,
.csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8)::after,
.csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9)::after,
.csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10)::after,
.csslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11)::after {
    opacity: 1;
}

.csslider > .arrows {
    box-sizing: content-box;
    height: 26px;
    left: -31px;
    padding: 0 31px;
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: 0;
}

.csslider > .arrows label {
    box-shadow: 2px -2px 0 1px #3a3a3a inset;
    cursor: pointer;
    display: none;
    padding: 13px;
    position: absolute;
    top: -50%;
    transition: box-shadow 0.15s ease 0s, margin 0.15s ease 0s;
    z-index: 9999;
}

.csslider > .arrows label:hover {
    box-shadow: 3px -3px 0 2px #0191F4 inset;
    margin: 0;
}

.rt-container {
    margin: 0 auto;
    width: 76%;
}

.csslider ul li img {
    max-width: 100%;
    max-height: 100%;
}

.navigation > label {
    border: 1px solid #ddd;
    border-radius: 5px !important;
    margin-bottom: 5px;
}

/*  ================================
        gallary area end
    ================================ */

/*  ================================
        product area start
    ================================ */

.product-area {
    padding: 30px 0 65px;
}

.product-wraper {
    overflow: hidden;
    padding: 40px 20px;
    background-color: #F4F4F4;
}

.product-dec {
    background-color: #F4F4F4;
}

.product-dec h3 {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-size: 22px;
    margin: 0 0 15px;
    font-weight: bold;
}

.product-dec p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.ni {
	padding: 20px 30px;
	height: 210px;
    border: 1px solid #D7B49E;
}

/*  ================================
        product area end
    ================================ */

/*  ================================
        tab area start
    ================================ */

.tab-part-area {
    padding: 65px 0;
}

section.tab-section {
    display: none;
    padding: 40px 45px;
    border: 1px solid #D7B49E;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    background-color: #F4F4F4;
    font-weight: bold;
}


.tab-part-area input {
    display: none;
}

.tab-part-area label {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    display: inline-block !important;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #D7B49E;
    display: block;
    height: 80px;
    line-height: 50px;
    margin-bottom: 20px;
    margin-left: 7px;
    padding: 14px 10px 10px;
    position: relative;
    text-align: center;
    width: 19%;
    transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tab-part-area label:hover {
    background-color: #D7B49E;
    color: #000;
}

.tab-part-area label span {
    font-size: 18px;
    display: block;
}

.tab-part-area label:hover {
    cursor: pointer;
}

.tab-part-area input:checked + label {
    color: #000;
    border: 1px solid #D7B49E;
    background-color: #D7B49E;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
    display: block;
}

.tab-part-area section li {
    padding: 5px 0;
}

.tab-section h3 {
    font-size: 18px;
    color: #3a3a3a;
    margin: 0 0 15px;
    font-weight: bold;
}

.tab-section p {
    font-size: 14px;
    color: #3D3D3D;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

.tab-section h2 {
    color: #3D3D3D;
    margin-bottom: 10px;
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
}

.tab-section p a {
    color: #000;
    text-decoration: underline;
    font-family: 'Open Sans', sans-serif;
}

.tab-section p:last-child {
    margin-bottom: 0;
}

.tab-list ul,
.product-dec ul {
    margin-bottom: 20px;
}

.tab-list ul li,
.product-dec ul li {
    list-style: none;
    padding: 5px 20px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.tab-list ul li::before,
.product-dec ul li::before {
    position: absolute;
    content: "\f00c";
    font-family: fontawesome;
    left: 0;
    color: #D7B49E;
}

/*  ================================
        tab area end
    ================================ */

/*  ================================
        Fetured title Area
    ================================ */

.featured-title h3 {
    color: #010101;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.featured-title hr {
    background-color: #D7B49E;
    border: medium none;
    display: inline-block;
    margin: 20px 0 60px 0;
    padding: 3px;
    position: relative;
    width: 130px;
    transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
}

.featured-title hr::before {
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    content: "";
    height: 30px;
    left: 11px;
    position: absolute;
    top: -10px;
    width: 110px;
    transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
}

.featured-title hr::after {
    background: none repeat scroll 0 0 #000;
    border: 3px solid #fff;
    content: "";
    height: 20px;
    left: 59px;
    padding: 0;
    position: absolute;
    top: -7px;
    width: 20px;
    transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
}


/*  ================================
        Footer Part Area
    ================================ */

.footer-area {
    position: relative;
    padding: 0 0 65px;
    background: rgba(0, 0, 0, 0) url("../img/background.jpg") repeat;
}

.footer-logo {
    margin-top: 38px;
    padding: 35px 0 !important;
}

.footer-widget h3 {
    margin-bottom: 60px;
    font-size: 18px;
    margin-top: 89px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.title-line {
    background: none repeat scroll 0 0 #D7B49E;
    left: 266px;
    padding: 20px;
    position: absolute;
    top: 80px;
    width: 75%;
    /*
    transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
*/
}

.title-line::after {
    content: "";
    left: 25px;
    padding: 3px;
    position: absolute;
    top: 39px;
    background-color: #010101;
    width: 85%;
    /*
    transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
*/
}

.footer-widget ul li {
    width: 100%;
    line-height: 24px;
    margin: 0 0 7px;
    list-style: none;
    position: relative;
    padding-left: 20px;
    color: #010101;
}

.footer-widget ul li::before {
    position: absolute;
    left: 0;
    content: "\f105";
    font-family: fontawesome;
    color: #D7B49E;
}

.footer-widget ul li a {
    color: #010101;
    text-transform: capitalize;
    font-weight: 700;
    transition: 0.5s;
    font-size: 14px;
}

.footer-widget ul li a:hover {
    color: #D7B49E;
}

.footer-widget h4 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 56px;
    font-weight: 600;
}

.footer-widget span {
    display: block;
    margin-bottom: 5px;
}

.sub-btn {
    background-color: #D7B49E;
    border: 1px solid #D7B49E;
    color: #000 !important;
    text-transform: uppercase !important;
    padding: 10px 20px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    display: inline-block;
}

.main-footer {
    background: none repeat scroll 0 0 #010101;
    margin: 50px 0 0;
    padding: 30px 0;
    position: relative;
}

.main-footer::before {
    position: absolute;
    top: -8px;
    left: 30%;
    content: "";
    width: 40%;
    height: 9px;
    background-color: #D7B49E;
    /*
    transform: rotate(0deg) scale(1.003) skew(26degdeg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
*/
}

.main-footer::after {
    position: absolute;
    bottom: -8px;
    left: 30%;
    content: "";
    width: 40%;
    height: 9px;
    background-color: #D7B49E;
    /*
    transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
*/
}

.copy-right p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: capitalize;
}
