* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 15px;
    color: #000;
    line-height: 23px;
    font-family: Poppins, sans-serif;
    background: #fff;
    background-size: cover;
    letter-spacing: .4px
}

li {
    list-style: none
}

a {
    text-decoration: none;
    transition: ease-in .3s
}

button {
    transition: ease-in .3s
}

.clear {
    padding: 0;
    margin: 0;
    clear: both
}

table {
    width: 100%;
    border: none;
    border-collapse: collapse
}

a.back {
    display: inline-block;
    color: #000;
    opacity: .8;
    padding: 10px
}

a.back img {
    width: 12px;
    vertical-align: middle
}

span.normal {
    font-weight: 400
}

.color-line {
    width: 50%;
    margin: auto;
    height: 10px;
    overflow: hidden
}

.color-line img {
    width: 100%
}

a.readmore {
    background-image: -webkit-linear-gradient(0deg, #ff3c00 0, #ff8123 100%);
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    margin: 0 0;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600
}

a.readmore:hover {
    color: #fff;
    box-shadow: inset 0 0 0 2px #fff
}

.fixd-button {
    position: fixed;
    right: 0;
    top: 38%;
    z-index: 1
}

.fixd-button li {
    display: block;
    margin: 0 0 5px;
    text-align: center
}

.fixd-button a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
    line-height: 18px;
    padding: 9px 8px 5px;
    background-image: -moz-linear-gradient(0deg, #ff3c00 0, #ff8123 100%);
    background-image: -webkit-linear-gradient(0deg, #ff3c00 0, #ff8123 100%);
    background-image: -ms-linear-gradient(0deg, #ff3c00 0, #ff8123 100%)
}

.fixd-button li img {
    width: 32px;
    margin: 0 auto 5px;
    display: block
}

.menu-bar {
    background-color: #000
}

.nav-item a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding: 6px 15px 6px!important;
    margin: 10px 0 10px 0;
    line-height: 22px;
    transition: .3s;
    display: block;
    font-weight: 600;
    border-radius: 30px;
    box-shadow: inset 0 0 0 30px rgba(255, 255, 255, 0)
}

.nav-item a:hover {
    box-shadow: inset 0 0 0 2px #a67027;
    color: #fff
}

.vision-mission-bg {
    background: #100800;
    overflow: hidden
}

.vision-left {
    padding: 50px;
    background: #e4eaee
}

.vision-line {
    width: 10%;
    margin: 20px 0 0 0
}

.vision-line hr {
    border: 2px solid #df9d3d
}

.vision-left h1 {
    font-size: 40px;
    line-height: 45px;
    padding: 0px 0 20px 0
}

.vision-left p {
    font-size: 18px;
    line-height: 30px
}

.vision-mission-img {
    overflow: hidden
}

.vision-mission-img ul li {
    display: block;
    text-align: left;
    padding: 0 0;
    overflow: hidden
}

.vision-mission-img li img {
    float: left;
    margin-right: 20px
}

.award-img {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    margin: 0 20px 0 0;
    padding: 0;
    border-radius: 10px;
    border: 1px solid #ced6db
}

.award-img a {
    display: block;
    line-height: 0
}

.award-img img {
    width: 100%;
    border-radius: 10px;
    margin: 0;
    line-height: 0
}

.vision-mission-img ul {
    display: inline-block;
    width: 70%;
    vertical-align: top
}

.text-box {
    overflow: hidden
}

.text-box h4 {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 700
}

.vision-mission-img p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #7f7c7c
}

.vision-right {
    padding: 55px 0;
    margin-top: 3em
}

.vision-part {
    text-align: center;
    padding: 0 3em;
    display: flex;
    flex-wrap: wrap
}

.vision-part .col-md-4 {
    padding: 20px;
    text-align: center;
    border: 1px solid #a67027;
    margin: 0 0 -1px -1px;
    min-height: 160px
}

.vision-part a {
    width: 30%;
    text-align: center;
    color: #fff
}

.vision-part h4 {
    padding: 5px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500
}

.penta-about {
    background: #e4eaee;
    overflow: hidden;
    padding: 0 0 60px 0
}

.penta-about-left {
    float: left;
    width: 45%;
    overflow: hidden
}

.penta-about-img {
    width: 100%;
    padding: 40px
}

.penta-about-right {
    float: left;
    width: 55%;
    padding: 5em 8em 5em
}

.penta-about-right span {
    font-size: 50px;
    color: #383838;
    font-weight: 400
}

.penta-about-right h3 {
    font-size: 40px;
    line-height: 45px;
    padding: 20px 0 20px 0
}

.penta-about-right p {
    font-size: 18px;
    padding: 10px 0;
    line-height: 30px;
    width: 72%
}

.read-more {
    padding: 10px 15px;
    background: #a16f2d;
    text-align: center;
    display: inline-block;
    margin: 25px 0 0 0;
    border-radius: 5px;
    box-shadow: -4px 4px 7px 0 #948989
}

.read-more a {
    font-size: 16px;
    color: #fff;
    font-weight: 700
}

.whyus li P {
    font-size: 16px;
    color: #fff
}

.development {
    padding: 3em 0 2em;
    overflow: hidden
}

.development-left {
    float: left;
    width: 50%
}

.development-left h2 {
    font-size: 32px;
    line-height: 32px
}

.development-left p {
    margin: 20px 20px 0 80px;
    font-size: 16px
}

.development-right {
    float: right;
    width: 40%;
    position: relative
}

.development-right img {
    width: 50%
}

.development-right::before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 42%;
    height: 50%;
    width: 45%;
    background: radial-gradient(circle at 10px 7px, #e4e5e7 5px, transparent 5px);
    background-size: 30px 30px;
    background-position: 100%;
    background-repeat: repeat
}

.services {
    padding: 3em 0;
    text-align: center;
    overflow: hidden
}

.services h2 {
    font-size: 42px;
    margin: 0 0 1em;
    color: #000;
    text-transform: uppercase
}

.services li img {
    margin: 0 auto .8em;
    width: 50%
}

.services li a {
    display: block;
    padding: 1em 0 1em;
    font-size: 20px;
    background: rgb(0 0 0 / 50%)
}

.services li p {
    color: #000
}

.whyus {
    text-align: center;
    padding: 5em 0 5em;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.line-img {
    position: absolute;
    top: 54%;
    left: 5%;
    z-index: -1;
    background: #cacaca;
    height: 2px;
    width: 80%
}

.whyus h3 {
    font-size: 35px;
    line-height: 45px;
    margin: 1.3em 0 1.4em;
    color: #000
}

.whyus h3 span {
    color: #000
}

.whyus li {
    display: inline-block;
    padding: 1em;
    box-sizing: border-box;
    width: 23%;
    margin: 0 5px 1em;
    vertical-align: top;
    min-height: 165px;
    box-shadow: 0 10px 20px -10px rgb(0 0 0 / 1%);
    transition: .3s ease-in;
    cursor: default;
    color: #ffe4d0;
    font-size: 16px
}

.vision-line-one {
    text-align: center;
    width: 5%;
    margin: auto
}

.vision-line-one hr {
    border: 2px solid #a67027
}

.whyus li h3 {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 .5em;
    padding: 0;
    position: relative
}

.whyus li P {
    font-size: 16px;
    color: #000
}

.what-icon img {
    width: 100%
}

.what-icon {
    border-radius: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto 1em;
    padding: 15px;
    box-shadow: 0 1px 4px 3px #bfacac;
    box-sizing: border-box;
    background: #a16f2d
}

.whyus li i {
    font-size: 54px;
    color: #fff;
    margin: 8px 0 0 4px
}

.line-img {
    width: 90%;
    margin: auto
}

.development-left .what-icon {
    margin: 0 20px 0 0;
    float: left
}

.Container2bg {
    background: #12110e;
    padding: 5em 0
}

.heading-line h2 {
    font-size: 38px;
    line-height: 1.1;
    position: relative;
    text-align: center;
    width: 45%;
    margin: auto;
    color: #fff;
    margin-bottom: 1em
}

.heading-line h2::before {
    position: absolute;
    content: "";
    z-index: 1;
    width: 56px;
    top: -15px;
    height: 3px;
    background-color: #a57026;
    left: 47%;
    text-align: center
}

.row-list {
    text-align: center;
    overflow: hidden
}

.row-list ul {
    text-align: center
}

.row-list ul li {
    width: 22%;
    display: inline-block;
    margin: 10px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    vertical-align: middle;
    background: #fff
}

.row-list ul li:last-child {
    background: 0 0
}

.row-list ul li img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 14px
}

.row-list ul li .col-before {
    position: absolute;
    bottom: 13px;
    text-align: center;
    width: 100%;
    height: 50px;
    border-top: 1px solid #eaeaea;
    padding: 10px 0
}

.row-list ul li h3 {
    font-size: 20px;
    padding: 0;
    color: #8a5c21;
    z-index: 1;
    line-height: 21px;
    font-weight: 600;
    padding: 0 20px 8px 20px;
    vertical-align: middle
}

.row-list ul li .col-after {
    transition: .3s ease-in;
    position: absolute;
    bottom: -150px;
    padding: 1em;
    border-radius: 5px;
    left: 0;
    transition: .5s;
    height: 34%;
    z-index: 1
}

.row-list ul li .col-after h5 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 2em;
    color: #8a5c21;
    line-height: 21px;
    font-weight: 600
}

.row-list ul li .col-after p {
    font-size: 16px;
    margin-bottom: 20px
}

.row-list ul li .col-after a {
    padding: 10px 35px;
    overflow: hidden;
    background-color: #b57b28;
    border-radius: 5px;
    font-weight: 500;
    height: inherit!important;
    display: initial!important;
    font-size: 14px;
    width: inherit!important;
    color: #fff;
    background-image: -webkit-linear-gradient(90deg, #5a3919 0, #b57b28 50%, #5a3919);
    background-image: -moz-linear-gradient(90deg, #5a3919 0, #b57b28 50%, #5a3919);
    background-image: -ms-linear-gradient(90deg, #5a3919 0, #b57b28 50%, #5a3919);
    background-image: -o-linear-gradient(90deg, #5a3919 0, #b57b28 50%, #5a3919);
    background-image: linear-gradient(90deg, #5a3919 0, #b57b28 50%, #5a3919);
    background-size: 300%, 1px
}

.row-list ul li .col-after a:hover {
    background-size: 112%, 10px 152px
}

li.col-textonly {
    vertical-align: top
}

.ro-text p {
    color: #fff;
    font-size: 24px;
    line-height: 1.7;
    font-weight: 500
}

.row-list a {
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    margin-top: 1em;
}

.row-list a i {
    font-size: 45px;
}

.row-list ul li:hover .col-after {
    bottom: 0;
    background: #e4eaee;
    height: 100%
}

.chapters {
    text-align: center;
    background: #fff;
    padding: 2em 0;
    overflow: hidden;
    margin: auto
}

.chapters ul li {
    display: inline-block;
    width: 24%;
    padding: 5px 15px;
    box-sizing: border-box;
    vertical-align: text-top
}

.state-comment {
    float: left;
    width: 30%
}

.state-comment i {
    font-size: 52px;
    webkit-background-clip: text;
    background-image: -webkit-linear-gradient(left, #5a3919, #b57b28);
    background-color: #5a3919;
    background-image: -webkit-gradient(linear, left top, right top, from(#5a3919), to(#b57b28));
    background-image: -webkit-linear-gradient(left, #5a3919, #b57b28);
    background-image: -moz-linear-gradient(left, #5a3919, #b57b28);
    background-image: -ms-linear-gradient(left, #5a3919, #b57b28);
    background-image: -o-linear-gradient(left, #5a3919, #b57b28);
    background-image: linear-gradient(left, #5a3919, #b57b28);
    background-color: transparent;
    background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent
}

.state-text {
    float: left;
    width: 65%;
    text-align: left;
    position: relative;
    margin-left: 6px
}

.state-text h3 {
    font-size: 40px;
    margin-bottom: 0;
    font-weight: 600;
    color: #5a5a5a
}

.state-text p {
    font-size: 16px
}

.state-text h4 {
    position: absolute;
    color: #12110e;
    font-size: 35px;
    font-weight: 700;
    left: 89px;
    top: -1px
}

.contact-left {
    overflow: hidden
}

.container3bg {
    background: url(../images/contact-1.png) #100800 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 2em 0
}

.contact-bg1 {
    color: #fff
}

.contact-list {
    margin: 0;
    padding: 20px 0 0 0;
    overflow: hidden
}

.contact-list ul li {
    padding: 10px 0 10px 10px;
    overflow: hidden
}

.img-left {
    width: 12%;
    float: left;
    overflow: hidden;
    text-align: center;
    padding: 0 10px;
    margin-right: 5px
}

.img-left i {
    font-size: 50px;
    vertical-align: top;
    font-weight: 700;
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(left, #5a3919, #b57b28);
    background-color: #5a3919;
    background-image: -webkit-gradient(linear, left top, right top, from(#5a3919), to(#b57b28));
    background-image: -webkit-linear-gradient(left, #5a3919, #b57b28);
    background-image: -moz-linear-gradient(left, #5a3919, #b57b28);
    background-image: -ms-linear-gradient(left, #5a3919, #b57b28);
    background-image: -o-linear-gradient(left, #5a3919, #b57b28);
    background-image: linear-gradient(left, #5a3919, #b57b28);
    background-color: transparent;
    background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent
}

.text-list {
    float: right;
    width: 82%;
    vertical-align: top
}

.text-list a {
    color: #b79999
}

.text-list h3 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 500
}

.text-list p {
    color: #d9d9d9
}

.map-bg {
    position: relative
}

.map-bg img {
    width: 100%;
    filter: brightness(100%) contrast(100%) saturate(1%) blur(0px) hue-rotate(0deg)
}

.our-clients-bg {
    background: #e4eaee;
    padding: 5em 0;
    text-align: center
}

.our-clients-bg h2 {
    font-size: 38px;
    line-height: 1.1;
    position: relative;
    margin: 15px 0 0
}

.our-clients-bg h2::before {
    position: absolute;
    content: "";
    z-index: 1;
    width: 56px;
    top: -15px;
    height: 3px;
    background-color: #a57026;
    left: 47%;
    text-align: center
}

.clients-list {
    padding-top: 2em
}

.clients-list ul li {
    display: inline-block;
    width: 25%;
    overflow: initial!important;
    padding: 30px;
    margin: 18px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 5px 8px 2px #d4d8da
}

.clients-list ul li h3 {
    margin: 12px 0 3px;
    line-height: 20px;
    font-size: 16px
}

.clients-list ul li p {
    font-size: 15px;
    color: #3a476d
}

.clients-list ul li img {
    border-radius: 100px;
    border: 2px solid rgb(228 234 238);
    margin: 0 0 10px;
    padding: 5px;
    width: 30%
}

.clients-list ul li .item-icon i {
    font-size: 170px;
    color: #ccc;
    position: absolute;
    top: -43px;
    left: 10px;
    font-family: "Playfair Display";
    font-weight: 900;
    font-style: oblique;
    line-height: 1
}

.container6bg {
    padding: 3em 0;
    overflow: hidden;
    background: #000
}

.frist-left {
    float: left;
    width: 50%
}

.frist-left h2 {
    font-size: 38px;
    line-height: 1.1;
    position: relative;
    margin: 15px 0 0
}

.frist-left h2::before {
    position: absolute;
    content: "";
    z-index: 1;
    width: 56px;
    top: -15px;
    height: 3px;
    background-color: #a57026;
    left: 0
}

.frist-right {
    float: right;
    width: 45%;
    margin-top: 2em
}

.frist-right ul li img {
    width: 100%;
    vertical-align: middle;
    transition: .8s
}

.frist-right ul li img:hover {
    transition: 1.1s -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.frist-right ul li {
    display: inline-block;
    width: 27%;
    margin-right: 2em
}

.second-row {
    overflow: hidden;
    margin-top: 1em
}

.second-left {
    float: left;
    width: 50%;
    margin: 2em 0 0 0
}

.frist-left h2 {
    float: left;
    width: 50%;
    color: #fff
}

.second-right h2 {
    color: #fff
}

.second-right {
    float: right;
    width: 45%;
    margin-top: 1em
}

.second-right h2 {
    position: relative;
    margin: 15px 0 0;
    margin-bottom: 1em;
    color: #000
}

.second-right h2::before {
    position: absolute;
    content: "";
    z-index: 1;
    width: 56px;
    top: -15px;
    height: 3px;
    background-color: #a57026;
    left: 0
}

.second-right ul li {
    display: block;
    margin: 2em 0
}

.second-right ul li input[type=text],
.second-right ul li textarea {
    font-size: 15px;
    border: 1px solid #eee;
    color: #656363;
    padding: 18px;
    width: 100%;
    outline: 0
}

.second-right ul li select:focus {
    border-color: #a67025
}

.second-right ul li input[type=text] :focus {
    border-color: #a67025
}

.second-right ul li select {
    width: 65%
}

.second-right input[type=submit] {
    color: #fff;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    padding: 18px 20px;
    font-weight: 700;
    border-radius: 5px;
    box-shadow: 0 4px 4px -2px #333;
    background-color: #b57b28;
    background-image: -webkit-linear-gradient(90deg, #5a3919 0, #b57b28 50%, #5a3919);
    background-image: -moz-linear-gradient(90deg, #5a3919 0, #b57b28 50%, #5a3919);
    background-image: -ms-linear-gradient(90deg, #5a3919 0, #b57b28 50%, #5a3919);
    background-image: -o-linear-gradient(90deg, #5a3919 0, #b57b28 50%, #5a3919);
    background-image: linear-gradient(90deg, #5a3919 0, #b57b28 50%, #5a3919);
    background-size: 300%, 1px;
    border: none;
    width: 100%;
    box-sizing: border-box
}

.second-right ul li textarea {
    width: 100%;
    height: 65px
}

.second-right ul li a:hover {
    background-image: linear-gradient(90deg, #5a3919 0, #b57b28 50%, #5a3919);
    background-size: 166%, 106px
}

.second-right ul li a i {
    padding-right: 9px;
    vertical-align: middle
}

.container7bg {
    padding: 6em 0;
    overflow: hidden
}

.share-left {
    float: left;
    width: 50%
}

.share-left h2::before {
    position: absolute;
    content: "";
    z-index: 1;
    width: 56px;
    top: -15px;
    height: 3px;
    background-color: #a57026;
    left: 0
}

.share-left h2 {
    font-size: 38px;
    line-height: 1.1;
    position: relative;
    margin: 15px 0 0
}

.share-right {
    float: right;
    width: 45%;
    margin-top: 2em
}

.share-right p {
    font-size: 18px
}

.blag-list {
    text-align: center
}

.blag-list ul li {
    width: 30%;
    display: inline-block;
    margin: 30px 12px;
    background: #fff;
    text-align: center
}

.blag-list ul li a {
    display: block;
    position: relative;
    filter: grayscale(1)
}

.blag-list ul li img {
    width: 100%;
    margin-bottom: 14px;
    border-radius: 10px
}

ol.date-list {
    margin: 10px 0
}

ol.date-list li {
    display: inline-block;
    box-shadow: none;
    padding: 0;
    padding-right: 20px;
    margin: 0;
    border: none;
    text-align: left;
    color: #949292;
    font-size: 14px;
    width: auto
}

ol.date-list li i {
    color: #949292;
    font-size: 18px;
    padding-right: 3px
}

.blag-list ul li h3 {
    font-size: 22px;
    color: #000;
    margin-bottom: 10px
}

.po-text {
    position: absolute;
    bottom: -104px;
    background: #fff;
    padding: 20px;
    text-align: left;
    width: 72%;
    margin: auto;
    left: 30px;
    border-radius: 10px;
    box-shadow: -1px 9px 7px -3px #eee
}

.blag-list ul li a h5 {
    color: #5a3919;
    display: none
}

.blag-list ul li a h5,
.blag-list ul li a:hover {
    filter: grayscale(0);
    display: block
}

.testimonials {
    margin: 2em 0;
    text-align: center
}

.testimonials-list .MS-controls button {
    display: none
}

.testimonials-list ul li {
    display: inline-block;
    margin: 10px;
    padding: 10px;
    margin: 20px;
    width: 20%;
    overflow: hidden;
    filter: grayscale(1)
}

.test-img {
    width: 100%
}

.testimonials-list ul li:hover {
    filter: grayscale(0)
}

.footer-bg {
    overflow: hidden;
    padding: 4em 0;
    background: url(../images/bg-footer.png) no-repeat #292929;
    color: #fff
}

.open-hours a {
    color: #fff
}

.footer h2 {
    overflow: hidden;
    line-height: 42px;
    color: #fff;
    position: relative;
    font-weight: 600;
    margin-bottom: 2em
}

.footer-center h2::before {
    position: absolute;
    content: "";
    z-index: 1;
    width: 200px;
    height: 1px;
    top: 20px;
    background-color: #313131;
    left: 20%
}

.footer-right h2::before {
    position: absolute;
    content: "";
    z-index: 1;
    width: 200px;
    height: 1px;
    top: 20px;
    background-color: #313131;
    left: 40%
}

.footer-left {
    float: left;
    width: 25%;
    overflow: hidden
}

.footer-left img {
    width: auto;
    margin-bottom: 15px
}

.footer-left ul li {
    display: block;
    padding: 15px 0
}

.footer-left ul li i {
    color: #fff;
    float: left;
    vertical-align: middle;
    font-size: 23px;
    padding-right: 10px;
    padding-top: 4px
}

.footer-left ul li h5 {
    font-size: 15px;
    font-weight: 400;
    color: #cecaca;
    overflow: hidden
}

.open-hours h4 {
    font-size: 16px;
    font-weight: 700;
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(left, #5a3919, #b57b28);
    background-color: #5a3919;
    background-image: -webkit-gradient(linear, left top, right top, from(#5a3919), to(#b57b28));
    background-image: -webkit-linear-gradient(left, #5a3919, #b57b28);
    background-image: -moz-linear-gradient(left, #5a3919, #b57b28);
    background-image: -ms-linear-gradient(left, #5a3919, #b57b28);
    background-image: -o-linear-gradient(left, #5a3919, #b57b28);
    background-image: linear-gradient(left, #5a3919, #b57b28);
    background-color: transparent;
    background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent
}

.open-hours h5 {
    font-size: 15px;
    font-weight: 400;
    color: #cecaca
}

.footer-center {
    float: left;
    width: 40%;
    overflow: hidden;
    padding-left: 5em;
    margin-top: 1em
}

.footer-center ul {
    float: left;
    width: 40%;
    margin: 0 20px 0 0
}

.footer-center ul li {
    vertical-align: text-bottom;
    list-style: none;
    margin: 0 0 10px 20px;
    line-height: 24px
}

.footer-center ul li i {
    font-size: 16px;
    padding-right: 10px
}

.footer-center ul li a:hover {
    text-decoration: underline;
    margin-left: 15px;
    transition: 1s;
    color: #fff
}

.footer-center ul li a {
    color: #c5c3c3
}

.footer-right {
    float: left;
    width: 30%;
    margin-top: 1em;
    margin-left: 2em
}

.footer-right p {
    color: #fff
}

.subscribe {
    margin-top: 1em;
    position: relative
}

.subscribe ul li {
    display: block
}

.second-right p {
    color: #fff
}

.subscribe ul li input[type=text] {
    font-size: 15px;
    background: #464646;
    border: none;
    color: #fff;
    padding: 15px;
    width: 100%
}

.submit {
    position: absolute;
    top: 0;
    right: -30px
}

.submit a i {
    padding: 16px;
    background: red;
    color: #fff;
    font-size: 15px;
    background-color: #b57b28;
    background-image: -webkit-linear-gradient(90deg, #5a3919 0, #b57b28 50%, #5a3919);
    background-image: -moz-linear-gradient(90deg, #5a3919 0, #b57b28 50%, #5a3919);
    background-image: -ms-linear-gradient(90deg, #5a3919 0, #b57b28 50%, #5a3919);
    background-image: -o-linear-gradient(90deg, #5a3919 0, #b57b28 50%, #5a3919);
    background-image: linear-gradient(90deg, #5a3919 0, #b57b28 50%, #5a3919);
    background-size: 300%, 1px;
    background-position: 0
}

.app-list {
    margin-top: 2em
}

.app-list ul li {
    float: left;
    margin-right: 10px
}

.footer-bottom {
    background: #242323;
    padding: 20px 0
}

.footer-bottom p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0
}

.footer-bottom a {
    color: #ab7426
}

#back-top {
    position: fixed;
    bottom: 35px;
    right: 58px;
    overflow: inherit;
    z-index: 999999
}

#back-top span i {
    font-size: 45px;
    color: #fff
}

.inner-page-heading {
    background: #efefef;
    padding: 2em 0;
    overflow: hidden;
    text-align: center;
    color: #999494
}

.inner-page-heading h1 {
    color: #100800
}

.inner-page-heading a {
    color: #333
}

.inner-page {
    padding: 4em 0;
    overflow: hidden;
    background: #fff
}

.products-list {
    text-align: center
}

.products-list h3 {
    font-size: 20px
}

.products-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0
}

.products-list ul li {
    width: 30%;
    text-align: center;
    padding: 0;
    margin: 1em;
    background: #df9d3d;
    vertical-align: top;
    transition: .3s ease-in;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ecdac0
}

.products-list ul li img {
    width: 100%;
    background: #fff;
    padding: 1em
}

.produ-tex {
    color: #522900;
    margin: 1em auto 3em auto;
    display: inline-block
}

.produ-tex-inner {
    color: #000;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px
}

.produ-tex h3 {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase
}

.produ-but {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0
}

.produ-but a {
    color: #fff;
    background: #100800 url(../img/search1.png) right repeat-y;
    background-position: 70% 7px;
    background-size: 16px;
    display: block;
    padding: 10px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    transition: .3s ease-in;
    border-radius: 5px;
    margin: 0 1em .8em
}

.produ-but a:hover {
    color: #df9d3d;
    background: #100800 url(../img/search2.png) right repeat-y;
    background-position: 70% 37px;
    background-size: 16px
}

.product-but {
    overflow: hidden;
    margin: 2em auto;
    text-align: center
}

.product-but.back a {
    color: #fff;
    background: #3a3636;
    background-size: 16px;
    padding: 10px 20px 10px 20px;
    border-radius: 3px;
    display: inline-block
}

.contact {
    width: 50%;
    margin: auto;
    text-align: center;
    float: left
}

.con {
    border: 1px solid #e4e4e4;
    padding: 2em 2em;
    border-radius: 8px;
    margin: 0 0 1em;
    overflow: hidden
}

.contact ul {
    padding: 0
}

.con ul li {
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px
}

.con ul li a {
    font-size: 15px;
    color: #333;
    text-align: center
}

.con ul li img {
    margin-right: 6px;
    vertical-align: middle;
    width: 20px
}

.con ul li p {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    margin: 10px
}

.gallery-list {
    padding: 20px;
    text-align: center
}

.gallery-list h2 {
    padding: 8px;
    background: #df9d3d;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 400
}

.gallery-list ul li {
    display: inline-block;
    width: 28%;
    margin: 10px;
    vertical-align: top;
    border-radius: 5px
}

.gallery-list ul li img {
    width: 100%;
    display: block
}

.profile {
    width: 75%;
    margin: auto;
    border: 1px solid #e4e4e4;
    padding: 2em 2em;
    border-radius: 8px;
    overflow: hidden
}

.profile p {
    text-align: left;
    margin: 0 20px
}

.pro-img {
    text-align: center;
    margin: 20px
}

.pro-all img {
    width: 30%;
    border: 2px solid #70491d;
    border-radius: 25px
}

.profile h2 {
    font-size: 1.5rem
}

.pro-all {
    text-align: center;
    margin: 20px 0 20px 0
}

.pro-all img {
    margin: 5px
}

.penta-video {
    width: 60%;
    margin: auto
}

.penta-video h3 {
    text-align: center;
    margin: 0 0 10px 0;
    color: #b36d07;
    font-size: 24px
}

.network {
    text-align: center
}

.network {
    background: #000
}

.pos-rel {
    position: relative;
    width: 60%;
    margin: auto
}

.place {
    display: block;
    position: absolute;
    color: #000;
    background-color: #ff0;
    padding: 1px;
    right: 10em;
    top: 5em
}

.penta-team {
    padding: 20px;
    text-align: center
}

.penta-team ul li {
    display: inline-block;
    width: 40%;
    margin: 20px;
    vertical-align: top;
    border-radius: 5px
}

.penta-team ul li img {
    width: 100%;
    display: block;
    box-shadow: 1px 3px 5px 2px #d6d4d0
}

.penta-more a {
    padding: 10px;
    background: #df9d3d;
    color: #000
}

.penta-more {
    margin: 10px 0 30px 0
}

table {
    border: none;
    border-collapse: collapse;
    margin: auto
}

.table-list {
    margin: 2em;
    text-align: center
}

.table-list h3 {
    color: #333;
    margin-bottom: 8px;
    font-size: 20px
}

tr.color-bg {
    background: #fff;
    color: #000;
    font-weight: 700;
    text-align: center
}

.table-list table tr td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border: 1px solid #df9d3d
}

ul.number1 li {
    width: 100%
}

.webinar-video {
    text-align: center
}

.webinar-video li {
    float: left;
    vertical-align: top;
    width: 50%;
    margin: 0 0 1em;
    padding: 1em;
    overflow: hidden;
    box-sizing: border-box
}

.navbar-light .navbar-toggler {
    background: #fff
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff!important
}

.videos h2 {
    font-size: 22px;
    text-align: center
}

.product-but a.product-button{
    background: #fd9900;
    color: #0a0101;
}