@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body.header-02-lg header#site-header nav.main > ul > li > span::before {
    display: none;
}

/*.rightimage {*/
   
/*    padding: 0px 120px 0px 0px;*/
/*    width: 480px;*/
/*    height: 290px;*/
/*    border: 0;*/
/*}*/

/*.leftimage {*/

/*    padding: 0px 0px 0px 120px;*/
/*    width: 480px;*/
/*    height: 290px;*/
/*    border: 0;*/
/*}*/

.z-3 {
    z-index: 3;
}
.custom-split-content .container-fluid,
.custom-split-content .container,
.custom-container .container {
    padding-left: 70px;
    padding-right: 70px;
}
.component.usn_cmp_splitcomponent.custom-split-content.left-content .container-fluid .item_block.usn_cmp_text .info,
.component.usn_cmp_splitcomponent.custom-split-content.left-content .container .item_block.usn_cmp_text .info {
    padding: 0 50px 0 0;
}
.component.usn_cmp_splitcomponent.custom-split-content.right-content .container-fluid .item_block.usn_cmp_text .info,
.component.usn_cmp_splitcomponent.custom-split-content.right-content .container .item_block.usn_cmp_text .info {
    padding: 0 0 0 50px;
}
.custom-split-content .listing_gallery .item {
    padding-bottom: 0 !important;
}

section.content:not(.usn_cmp_banner):not(.usn_cmp_breadcrumb).custom-banner {
    padding: 150px 0;
    position: relative;
}
section.content:not(.usn_cmp_banner):not(.usn_cmp_breadcrumb).custom-banner:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    pointer-events: none;
    content: "";
}
section.content:not(.usn_cmp_banner):not(.usn_cmp_breadcrumb).custom-banner .background-image {
    background-position: center top 30% !important;
}

.component.usn_cmp_banner .homepagebannertext.item .info.col{
    background: rgba(0, 16, 31, 0.45);
    padding: 60px !important;
    max-width: 630px;
}
.homepagebannertext .btn,
.custom-split-content .btn {
    position: relative;
    padding: 14px 72px 14px 20px;
    width: 230px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    border: 0;
}
.homepagebannertext .btn:hover span,
.custom-split-content .btn:hover span {
    background: #fff;
    color: #693C39;
}
.homepagebannertext .btn .icon,
.custom-split-content .btn .icon {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 48px;
    height: 48px;
    background: #fff;
    font-size: 40px;
    color: #693C39;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.homepagebannertext .btn:hover .icon,
.custom-split-content .btn:hover .icon {
    background: #693C39;
    color: #fff;
}

.contacttext h3 {
    color: rgba(var(--c5-heading), 1);
    font-weight: bold;
}
.contacttext h4 {
    font-size: 24px;
    color: rgba(var(--base-heading),1);
    margin-bottom: 20px;
}
.contacttext h5 {
    margin-bottom: 10px;
    line-height: normal;
}

.contacttext .contact-details {
    margin-bottom: 30px;
}

/** History section **/
.history-wrapper {
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	display: flex;
}
.line-wrapper {
	z-index: 2;
	background-color: rgba(105, 60, 57, .3);
	width: 1px;
	height: 100vh;
	position: fixed;
	inset: 0 calc(50% - 90px);
}
.active-line {
  background-color: #693C39;
  width: 100%;
  height: 50vh;
}
.history-holder {
	width: 100%;
	grid-column-gap: 20px;
	grid-row-gap: 40px;
	flex-flow: column;
	display: flex;
}
.history-holder .dot {
	z-index: 4;
	background-color: #693C39;
	border-radius: 50px;
	width: 18px;
	height: 18px;
	position: sticky;
	top: 50vh;
	left: calc(50% - 98px);
}
.history-holder .item {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.history-holder .item .img-block {
	width: 40%;
}
.history-holder .item .content-block {
	width: 60%;
	padding-left: 140px;
}
.history-holder .item .content-block h2 {
    font-weight: 900;
    margin-top: 0
}
.history-holder .item .content-block p {
    margin-top: 0
}
.history-holder .item .content-block p b,
.history-holder .item .content-block p strong {
    color: #693C39;
}
/** History section **/

footer#site-footer {
    background: #693C39;
    color: #fff;
    padding: 50px 0 30px 0;
    z-index: 3;
}
footer#site-footer a {
    color: #fff !important;
}
footer#site-footer a:hover {
    color: #c3936f !important;
}
footer#site-footer > .container {
    padding-top: 0;
}
footer#site-footer .footer-navigation {
    display: none;
}
footer#site-footer .footer-item {
    padding-bottom: 0 !important;
}
.footer-top {
    max-width: 850px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.footer-top .block-1,
.footer-top .block-2,
.footer-top .block-3 {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
}
.footer-top .logo {
    max-width: 200px;
}
.c-details,
.contact-details{
    width: 100%;
    padding: 0;
    margin: 0;
}
.c-details li,
.contact-details li {
    margin-bottom: 16px;
    position: relative;
    line-height: 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: start;
    -webkit-align-items: start;
    -ms-align-items: start;
}
.c-details li .icon,
.contact-details li .icon {
    min-width: 34px;
}
.c-details li .icon img,
.contact-details li .icon img {
    margin: 0 auto;
    width: 30px;
    max-height: 40px;
}
.c-details li .content,
.contact-details li .content {
    width: 100%;
    padding-left: 10px;
    line-height: 1.3;
}
.c-details li .content p,
.contact-details li .content p {
    margin-top: 0;
}
.c-details li .content p:last-child,
.contact-details li .content p:last-child {
    margin-bottom: 0;
}
.c-details li .content a,
.contact-details li .content a {
    display: inline-block;
}
.c-details li:last-child,
.contact-details li:last-child {
    margin-bottom: 0;
}
.social-media a {
    width: 34px;
    padding: 4px;
    display: inline-block !important;
    margin-right: 3px;
}
.social-media a:hover {
    background: #c3936f;
}
.social-media a:last-child {
    margin-right: 0;
}

.footer-bottom {
    max-width: 850px;
    margin: 30px auto 0 auto;
    text-align: center;
}
.footer-bottom a {
    display: inline-block !important;
}
.footer-bottom .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}

.marginleft {
         padding-left: 50px;
        padding-right: 50px;   
    
}
.team-pods .listing-pods {
    max-width: 1000px;
    margin: 0 auto;
}
.team-pods .listing-pods .item {
    padding: 0 34px 68px 34px !important;
}
.team-pods .listing-pods .image {
    border: 1px solid #648E8F;
    margin-bottom: 25px !important;
}
.team-pods .listing-pods .info .heading {
    font-size: 20px;
    font-weight: 900;
}
.team-pods .listing-pods .info .secondary-heading {
    font-size: 14px;
    font-weight: 900;
    color: #b49e87 !important;
    letter-spacing: inherit;
    text-transform: none;
}
.team-pods .listing-pods .info .text {
    margin-top: 20px !important;
}
.team-pods .listing-pods .info .text .links a {
    display: inline-block;
    max-width: 24px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-pods .listing-pods .info .text .links a:last-child {
    margin-right: 0;
}
.team-pods .listing-pods .info .text .links a:hover {
    opacity: .9;
}
.custom-arrow .slick-slider .slick-prev,
.custom-arrow .slick-slider .slick-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.custom-arrow .slick-slider .slick-next {
    right: -10px !important;
}
.custom-arrow .slick-slider .slick-next .icon::before {
    font-size: 40px;
    content: "\f119" !important;
}
.custom-arrow .slick-slider .slick-prev {
    left: -10px !important;
}
.custom-arrow .slick-slider .slick-prev .icon::before {
    font-size: 40px;
    content: "\f117" !important;
}
.custom-arrow.c2-bg .slick-slider .slick-prev,
.custom-arrow.c2-bg .slick-slider .slick-next {
    background: rgba(255, 255, 255, .8);
    color: #693C39;
}
.custom-arrow.c2-bg .slick-slider .slick-prev:hover,
.custom-arrow.c2-bg .slick-slider .slick-next:hover {
    background: rgba(255, 255, 255, 1);
    color: #693C39;
}

.item.quoteup .inner .info {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.quotesection.custom-arrow .slick-slider .slick-prev,
.quotesection.custom-arrow .slick-slider .slick-next {
    background-color: #d1d8da;
    color: rgba(var(--c6-heading), 1);
}
.quotesection.custom-arrow .slick-slider .slick-prev:hover,
.quotesection.custom-arrow .slick-slider .slick-next:hover {
    background-color: #fff;
    color: rgba(var(--c6-heading), 1);
}
.quotesection .slick-autoplay-toggle-button {
    display: none;
}
.quotesection .slides .inner {
    padding-left: 70px;
    padding-right: 70px;
}
section.content.component.quotesection .content-col.center-col.col {
    flex: 0 0 900px;
    max-width: 900px;
}
.quotesection blockquote,
.quotesection blockquote p.quote,
.quotesection .quote {
    font-size: 18px;
    font-weight: 600;
    color: rgba(var(--c6-heading), 1) !important;
}
.quotesection blockquote {
    padding: 0;
}
.quotesection blockquote:before,
.quotesection blockquote:after {
    display: none;
}
.quotesection .item-quote {
    padding: 30px 0;
}
.quotesection .item-quote:before,
.quotesection .item-quote:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleX(-1) scaleY(-1);
    width: 24px;
    height: 19px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.quotesection .item-quote:after {
    bottom: 0;
    background-image: url(/media/m2apvumk/quote1.svg);
}
.quotesection .item-quote:before {
    top: 0;
    background-image: url(/media/g4gfjvw1/quote2.svg);
}
.quotesection .slides .inner .meta {
    font-size: 18px;
}

@media(max-width: 1439px) {
    .history-holder .item .content-block {
        padding-left: 100px;
    }
    .line-wrapper {
        inset: 0 calc(50% - 70px);
    }
    .history-holder .dot {
        left: calc(50% - 78px);
    }
}
@media(max-width: 1023px) {
    .custom-split-content .container-fluid,
    .custom-split-content .container,
    .custom-container .container {
        padding-left: 50px;
        padding-right: 50px;
    }
    section.content:not(.usn_cmp_banner):not(.usn_cmp_breadcrumb).custom-banner {
        padding: 100px 0;
    }
}
@media(max-width: 991px) {
    .component.usn_cmp_banner .homepagebannertext.item .container {
        max-width: 100%;
    }
    .component.usn_cmp_banner .homepagebannertext.item .info.col {
        padding: 30px !important;
    }
    .footer-top .block-1, .footer-top .block-2, .footer-top .block-3 {
        width: 50%;
        margin-bottom: 30px;
    }
    .footer-top .block-3 {
        margin-left: auto;
        margin-bottom: 0;
    }
    .footer-bottom .inner .item {
        width: 100%;
        margin-bottom: 6px;
    }
    .footer-bottom .inner .item:last-child {
        margin-bottom: 0;
    }
    .usn_back-to-top {
        padding-top: 20px !important;
    }
    .footer-top .logo {
        max-width: 160px;
    }
    .custom-split-content .container-fluid,
    .custom-split-content .container,
    .custom-container .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .component.usn_cmp_splitcomponent.custom-split-content.left-content .container-fluid .item_block.usn_cmp_text .info,
    .component.usn_cmp_splitcomponent.custom-split-content.left-content .container .item_block.usn_cmp_text .info {
        padding: 0 30px 0 0;
    }
    .component.usn_cmp_splitcomponent.custom-split-content.right-content .container-fluid .item_block.usn_cmp_text .info,
    .component.usn_cmp_splitcomponent.custom-split-content.right-content .container .item_block.usn_cmp_text .info {
        padding: 0 0 0 30px;
    }
    section.content:not(.usn_cmp_banner):not(.usn_cmp_breadcrumb).custom-banner .background-image {
        background-position: center top !important;
    }
    .line-wrapper {
        inset: 0 calc(50% - 40px);
    }
    .history-holder .dot {
        left: calc(50% - 48px);
    }
    .history-holder .item .content-block {
        padding-left: 70px;
    }
}
@media(max-width: 767px) {
    .component.usn_cmp_splitcomponent.custom-split-content.left-content .container-fluid .item_block.usn_cmp_text .info,
    .component.usn_cmp_splitcomponent.custom-split-content.left-content .container .item_block.usn_cmp_text .info {
        padding: 0;
    }
    .component.usn_cmp_splitcomponent.custom-split-content.right-content .container-fluid .item_block.usn_cmp_text .info,
    .component.usn_cmp_splitcomponent.custom-split-content.right-content .container .item_block.usn_cmp_text .info {
        padding: 0;
    }
    .history-holder {
        padding-left: 30px;
    }
    .history-holder .item .img-block {
        width: 100%;
    }
    .history-holder .item .content-block {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .line-wrapper {
        inset: 0 calc(50% - 250px);
    }
    .history-holder .dot {
        left: 0;
        margin-left: -30px;
    }
    .team-pods .listing-pods .item {
        padding: 0 14px 28px 14px !important;
    }
}
@media(max-width: 575px) {
    .footer-top .block-1,
    .footer-top .block-2,
    .footer-top .block-3{
        width: 100%;
    }
    .history-holder {
        padding-left: 50px;
    }
    .line-wrapper {
        inset: 0;
        left: 30px;
    }
    .history-holder .dot {
        margin-left: -40px;
    }
    .team-pods .listing-pods .item {
        padding: 0 0 28px 0 !important;
    }
}