/*
Theme Name:		LSE
Description:	Official Theme for LSE
Version:		1.0
Author:			Saad Sarfraz
Author URI:		http://www.athletewebdesign.com/
*/

@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

/*font-family: 'Almarai', sans-serif;*/

* {
    outline: none;
}

img,
img.responsive {
    max-width: 100%;
    height: auto!important
}

body {
    font-family: 'Almarai', sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.65);
    padding: 0;
    margin: 0;
    background: #fff;
    line-height: 170%;
}

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

body,
ul {
    padding: 0
}

.container,
h1 {
    position: relative
}

img {
    border: 0
}

img.responsive {
    width: 100%;
}

p {
    padding: 5px 0;
    margin: 10px 0
}

p:first-child {
    margin-top: 0;
    padding-top: 0;
}

a {
    color: #C6AF65;
    text-decoration: none;
    position: relative;
}

a:hover {
    color: #000;
}

.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
    padding: 5px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 25px 0;
    font-family: 'Almarai', sans-serif;
    font-weight: 400;
    color: #C6AF65;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h1 {
    font-size: 40px;
    line-height: 50px;
}

h2 {
    font-size: 32px;
    line-height: 42px
}

h3 {
    font-size: 28px;
    line-height: 38px;
}

h4 {
    font-size: 24px;
    line-height: 34px;
}

h5 {
    font-size: 20px;
    line-height: 30px;
}

h6 {
    font-size: 16px;
    line-height: 24px
}

.center {
    text-align: center
}

strong {
    font-weight: 700
}

ul {
    margin: 0 0 0 20px
}

ul li {
    list-style: disc;
    text-align: left;
}

.clear {
    clear: both
}

::-webkit-input-placeholder {
    color: #666;
    font-size: 16px
}

::-moz-placeholder {
    color: #666;
    font-size: 16px
}

:-ms-input-placeholder {
    color: #666;
    font-size: 16px
}

:-moz-placeholder {
    color: #666;
    font-size: 16px
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff;
}

div#preloader img {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%);
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.textcenter {
    text-align: center;
}

.half {
    width: 48%;
    margin-right: 2%;
    position: relative;
}

.half.last {
    margin-right: 0;
}

.leftfloating {
    float: left;
}

.rightfloating {
    float: right;
}

.nopadd {
    padding: 0!important;
}

.container {
    max-width: 1200px;
    margin: 0 auto
}

.phone-box {
    margin-right: 60px;
}

.social-box a {
    margin: 0 10px;
    font-size: 24px;
    color: #A68A4E;
}

.social-box a:hover {
    color: #fff;
}

header {
    position: absolute;
    width: 99%;
    top: 20px;
    z-index: 99;
    padding: 11.5px 0.5%;
}

header.sticky {
    position: fixed;
    z-index: 99999;
    top: 0;
    text-align: center;
    box-shadow: 0px 0px 5px #C6AF65;
    background: rgba(0, 0, 0, 0.8);
}

header.sticky .navpane {
    margin-top: 13px;
}

header.sticky .logo img {
    height: 65px!important;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.headerwraper {
    float: right;
    width: 100%;
}

.logo {
    position: relative;
    margin-right: 0;
    float: left;
    padding: 0;
}

.headersection {
    margin-left: 338px;
    clear: both;
}

.navpane {
    padding: 7px 0;
    margin-top: 40px;
}

.contentsection {
    padding: 80px 0;
    font-size: 18px;
    color: #555555;
    font-weight: 400;
}

.contentsection p {
    padding: 0;
    margin: 0 0 35px;
}

.contentsection p:last-child {
    margin: 0;
}

.footer {
    background: #202020;
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
    padding: 24px 0;
    color: #C4C4C4;
}

.footer span,
.footer a,
.footer .social-icons a:hover {
    color: #C6AF65;
}

.footer a:hover {
    color: #C4C4C4;
}

.btn {
    background: none;
    padding: 0 27px;
    font-size: 20px;
    font-weight: 900;
    font-style: italic;
    line-height: 38px;
    color: #C6161D;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    z-index: 999;
    margin-top: 27px;
    border: 1px solid #C6161D;
}

.btn:hover {
    background: #000;
    color: #fff;
}

.show-menu,
ul.nav li ul {
    width: 100%;
    display: none
}

ul.nav {
    text-align: center;
    margin: 0;
    float: left;
    margin-right: 20px;
}

ul.nav li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 0 11px;
    position: relative;
}

ul.nav li li {
    border-right: none;
}

ul.nav li li:after {
    display: none;
}

ul.nav li a {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}

ul.nav li a:hover,
ul.nav li a.selected {
    color: #C6AF65;
}

ul.nav li:last-child a,
ul.nav li:last-child {
    padding-right: 0;
    border-right: none;
}

ul.nav li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 27px;
    left: 0;
    z-index: 99999;
    background-color: #333;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 230px;
}

ul.nav li.social-icons a {
    display: inline-block;
    padding: 0 8px;
    color: #C6AF65;
    font-size: 22px;
}

ul.nav li.social-icons a:hover {
    color: #fff;
}

.show-menu {
    text-align: center
}

.menu-trigger .menu-bar {
    position: absolute;
    border-radius: 2px;
    width: 30px;
    transition: .5s;
}

.menu-trigger .menu-bar-top {
    border: 4px solid #fff;
    border-bottom: none;
    top: 0;
    box-sizing: border-box;
}

.menu-trigger .menu-bar-middle {
    height: 4px;
    background-color: #fff;
    margin-top: 6px;
    margin-bottom: 7px;
    top: 4px;
    box-sizing: border-box;
}

.menu-trigger .menu-bar-bottom {
    border: 4px solid #fff;
    border-top: none;
    top: 20px;
    box-sizing: border-box;
}

.button-open .menu-bar-top {
    transform: rotate(45deg) translate(8px, 6px);
    -webkit-transform: rotate(45deg) translate(8px, 6px);
    -moz-transform: rotate(45deg) translate(8px, 6px);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    box-sizing: border-box;
}

.button-open .menu-bar-middle {
    transform: translate(230px);
    transition: .1s ease-in;
    opacity: 0;
}

.button-open .menu-bar-bottom {
    transform: rotate(-45deg) translate(8px, -7px);
    -webkit-transform: rotate(-45deg) translate(8px, -7px);
    -moz-transform: rotate(-45deg) translate(8px, -7px);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    box-sizing: border-box;
}

.show-menu button {
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 23px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.sidebar-menu-arrow {
    position: absolute;
    right: 0;
    top: 16px;
    color: #fff;
}

.sidebar-menu-arrow::after {
    content: "\f067";
    font-family: 'FontAwesome';
    position: relative;
}

.sidebar-menu-arrow.minus::after {
    content: "\f068";
    font-family: 'FontAwesome';
    position: relative;
}

.sidebar-menu-arrow:hover:after {
    cursor: pointer;
    color: #fff;
}

.show-menu {
    width: 100%;
    display: none
}

ul.nav li ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    border-bottom: 1px dotted #000;
}

ul.nav li ul li:last-child {
    box-shadow: none;
    border-bottom: none;
}

ul.nav li ul li a {
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
    color: #fff;
    margin-right: 0;
    font-size: 14px;
    text-transform: uppercase;
}

ul.nav li ul li a:hover::after {
    background: none;
    height: 0;
    content: '';
    width: 0;
}

ul.nav li ul li a:hover {
    color: #fff;
    border-bottom: none;
    text-shadow: none;
    background: #C6AF65;
}

ul.nav li ul li:first-child a {
    border-radius: 5px 5px 0 0;
}

ul.nav li ul li:first-child a:after {
    content: "\f0d8";
    position: absolute;
    left: 22px;
    top: -9px;
    width: 0;
    height: 0;
    background: none;
    font: normal normal normal 14px/1 FontAwesome;
    color: #C6AF65;
}

ul.nav li.menu-item-has-children:after {
    content: "\f0d7";
    position: absolute;
    right: 5px;
    top: 4px;
    width: 0;
    height: 0;
    background: none;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
}

ul.nav li ul li:first-child a:hover:after {
    border-bottom-color: #000;
}

ul.nav li ul li:last-child a {
    border-radius: 0 0 5px 5px;
}

ul.nav:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html ul.nav {
    zoom: 1;
}

*:first-child+html ul.nav {
    zoom: 1;
}

.sub-menu:hover,
ul.nav li:hover a+.sub-menu {
    display: block
}

input[type=checkbox] {
    display: none
}

.show-menu {
    color: #fff;
    cursor: pointer;
    margin: 0;
    float: right;
    background: #C6AF65;
    width: 50px;
    height: 50px;
}

.show-menu a {
    color: #C52126;
}

.rwd-display-options {
    text-align: center;
    font-size: 12px;
    color: #333;
    cursor: pointer;
    font-weight: 400;
}

#view-full,
#view-responsive,
.fbr,
.mobile {
    display: none
}

.brk {
    display: none;
}

span.dt {
    display: inline-block;
    color: #F2791F;
}

span.mob {
    display: none;
    color: #F2791F;
}

.border-box {
    background: #eee;
    border: 2px dashed #AB2324;
    padding: 25px 20px;
}

.main-banner {
    position: relative;
}

.banner-txt {
	position: absolute;
    top: 70%;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    width: 100%;
    z-index: 9;
    transform: translateY(-70%);
    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-50%);
}

.banner-btn img {
    width: auto;
    margin-left: 21.5px;
}

.logo-box {
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-top: 42px;
    text-transform: uppercase;
}

.banner-txt h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Almarai', sans-serif;
    margin-bottom: 50px;
}

.banner-btn {
    margin-top: 70px;
}

.banner-btn a {
    position: relative;
    background-color: #000;
    font-size: 18px;
    font-weight: 800;
    color: #C6AF65;
    text-transform: uppercase;
    padding: 6px 15px 6px 30px;
    border: 1px solid #C6AF65;
    border-radius: 10px;
    line-height: 145%;
    display: inline-block;
}

.banner-btn a:hover {
    background: rgba(0, 0, 0, 0.8);
}

.banner-btn a:hover {
    color: #fff;
}

.banner-btn a:hover img {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.main-banner img {
    width: 100%;
}

.banner-btn img {
    width: auto;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.txt-brk {
    display: none;
}

.inner-banner img {
    width: 100%;
}

.inner-banner {
    position: relative;
}

.page-title {
    position: relative;
}

.page-title-main {
    text-align: center;
    position: absolute;
    bottom: 50px;
    width: 100%;
}

.page-title-main h1 {
    font-size: 70px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase;
}

a.more-btn {
    margin-top: 35px;
    display: inline-block;
    line-height: normal;
    font-size: 16px;
    color: #C6AF65;
    font-weight: 800;
    position: relative;
    line-height: 150%;
}

a.more-btn:after {
    position: absolute;
    width: 5px;
    height: 10px;
    content: '';
    background: url(images/down-arrow.png);
    background-size: contain;
    top: 8px;
    right: -14px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

a.more-btn:hover {
    color: #fff;
}

a.more-btn:hover:after {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.welcome-section {
    padding: 45px 0;
    background: #2D2D2D;
    font-weight: 300;
    color: #C4C4C4;
    line-height: 150%;
    position: relative;
    z-index: 10;
}

.welcome-section:after {
    background: #090909;
    position: absolute;
    content: '';
    width: 30%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.welcome-section .half {
    width: 46%;
    margin-right: 6%;
}

.welcome-section .container {
    display: flex;
    align-items: center;
}

.welcome-section h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.services-title {
    font-size: 50px;
    color: #070707;
    background: #C6AF65;
    font-weight: 800;
    text-align: center;
    padding: 30px 0;
    line-height: 130%;
    text-transform: uppercase;
}

.les-services-box {
    display: flex;
    background: #2D2D2D;
    font-size: 18px;
    color: #E5E5E5;
    font-weight: 300;
    line-height: 149%;
}

.les-services-box img {
    width: 100%;
}

.les-services-box .les-services-inner-box {
    flex: 0 0 25%;
	position:relative;
}

.les-services-box .les-services-inner-box.arrow-box {
    position: relative;
}

.les-services-box .les-services-inner-box.arrow-box:after {
    position: absolute;
    content: '';
    background: url(images/golden-arrow.jpg);
    width: 80px;
    height: 80px;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
	z-index:9;
}

.services-txt {
    padding: 5% 16%;
}

.services-txt a.more-btn {
    font-size: 14px;
    font-weight: 700;
	position:absolute;
	left:16%;
	bottom:30px;
}

.services-txt a.more-btn:after {
    top: 4px;
}

.services-txt h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    line-height: 130%;
    text-transform: none;
	min-height:62px;
}

.newsletter-section {
    padding: 55px 0;
    background: #414140;
    font-size: 24px;
    color: #fff;
    line-height: 130%;
    font-weight: 300;
}

.newsletter-slider{
    max-width: 698px;
    margin: 60px 25px 40px auto;
    padding: 12px 25px;
    border: 1px solid #C6AF65;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}
.newsletter-slider ul{ padding: 0; margin: 0;}
.newsletter-slider li{ list-style: none; text-align: center;}
.newsletter-slider li img{
    margin-top: -70px;
    width: auto !important;
    display: inline-block !important;
    border: 1px solid #C6AF65;
    border-radius: 100px;
}
.newsletter-section .newsletter-slider h3{ font-size: 20px; font-weight: 900; color: #fff; padding: 0; margin: 10px 0; text-transform: none;}
.newsletter-section .newsletter-slider h5{ font-size: 14px; line-height: 20px; font-weight: 300; color: #fff; padding: 0; margin: 0; text-transform: none;}
.newsletter-section .owl-carousel .owl-stage-outer {
    padding-top: 70px;
    margin-top: -70px;
}

.newsletter-section .owl-nav{
    text-align: center;
    margin-bottom: -25px;
}
.newsletter-section .owl-prev{
    background: #C6AF65 !important;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    font-size: 22px !important; margin: 0 10px;
}
.newsletter-section .owl-next{
    background: #C6AF65 !important;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    font-size: 22px !important; margin: 0 10px;
}

.newsletter-section h3 {
    font-size: 32px;
    color: #fff;
    line-height: 130%;
    font-weight: 800;
}

.newsletter-box {
    background: url(images/newsletter-bg.jpg) no-repeat;
    background-size: cover;
    min-height:450px; padding-top: 10px;
}

.newsletter-form {
    float: right;
    width: 45%;
    padding: 45px 70px 45px 70px;
    border-left: 5px solid #C6AF65;
}
.newsletter-form p{text-transform:uppercase; text-align:center; line-height:40px; font-weight:300; text-align:center; font-size:26px;letter-spacing: 1px;}
.newsletter-form p strong{text-transform:uppercase; text-align:center; line-height:40px; font-weight:bold; font-size:26px;letter-spacing: 1px;}
.newsletter-form p span{font-size: 16px; font-weight: 300; letter-spacing: 3px;}

.newsletter-form input[type="email"] {
    display: block;
    width: 100%;
    max-width: 410px;
    font-size: 24px;
    font-weight: 300;
    line-height: 130%;
    color: rgba(0, 0, 0, 0.65);
    padding: 9.5px 10px;
    margin: 25px 0 32px;
    border: 0;
}

.newsletter-form input[type="email"]::placeholder {
    font-size: 24px;
    font-weight: 300;
    line-height: 130%;
    color: rgba(0, 0, 0, 0.65);
}

.newsletter-form .banner-btn {
    margin-top: 34px;
    margin-left: 19px;
    position: relative;
    z-index: 9;
}

.newsletter-form .banner-btn a {
    color: #000;
    border-color: #fff;
    padding: 6px 10px 6px 20px;
}

.newsletter-form .banner-btn a:hover {
    color: #fff;
}

.newsletter-form .banner-btn a:after {
    background: #C6AF65;
    width: 140px;
}

.contact-bar {
    background: #090909;
    padding: 33px 45px;
    font-size: 18px;
    color: #E5E5E5;
    font-weight: 800;
	text-align:center;
}

.contact-bar ul {
    padding: 0;
    margin: 0;
}

.contact-bar ul li {
    display: inline-block;
    list-style: none;
    padding-left: 35px;
}

.contact-bar ul li a {
    color: #fff;
}

.contact-bar ul li a:hover {
    color: #C6AF65;
}

.contact-bar ul li img {
    vertical-align: middle;
    margin-right: 20px;
}

.contact-bar ul li:first-child {
    text-transform: uppercase;
    padding-left: 0;
}

.contact-bar ul li:last-child {
    text-align: center;
}

.contact-bar li.social-icons a {
    display: inline-block;
    padding: 0 8px;
    color: #C6AF65;
    font-size: 22px;
}

.contact-bar li.social-icons a:hover {
    color: #fff;
}

.inner-welcome-section,
.inner-txt-section {
    padding: 50px 0;
    background: #2D2D2D;
    font-size: 24px;
    font-weight: 300;
    line-height: 170%;
    position: relative;
    z-index: 10;
}

.inner-welcome-section:after,
.inner-txt-section:after {
    background: #E5E5E5;
    position: absolute;
    content: '';
    width: 30%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.inner-txt-section .inner-txt-section {
    background: #fff;
    padding: 30px 50px;
    position: relative;
}

.inner-txt-section .inner-txt-section:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 150px;
    background: #C6AF65;
    left: 0;
    top: 0;
}

.inner-welcome-txt {
    background: #fff;
    padding: 30px 50px;
    position: relative;
}

.inner-welcome-txt:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 150px;
    background: #C6AF65;
    left: 0;
    top: 0;
}

.pl-20 {
    padding-left: 20px;
}

.bar-content-small {
    position: relative;
    padding-left: 20px;
}

.bar-content-small:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    background: #C6AF65;
    left: 0;
    top: 0;
}

.gold-txt {
    font-size: 32px;
    color: #C6AF65;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 0;
}

.inner-txt-section {
    /*  padding: 80px 0;*/
}

.inner-txt-section .half {
    width: 44%;
    margin-right: 6%;
}
.content-left-img{padding-top:30px;}
.content-left-img .half {
    width: 44%;
    margin-right: 6%;
}

.inner-txt-section .container {
    display: flex;
    align-items: center;
}

.inner-txt-section .container.full-width {
    display: block;
    margin-top: 0;
}

.inner-txt-section .gold-txt {
    margin-bottom: 0;
}

br.small-scr {
    display: none;
}

.video-container {
    max-width: 560px;
    min-height: 315px;
    margin: 10px auto 20px auto;
    position: relative;
    padding-bottom: 0;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.commentlist li,
#commentform input,
#commentform textarea {
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li ul li {
    font-size: 1em;
}

.commentlist li {
    font-weight: bold;
}

.commentlist li .avatar {
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
}

.commentlist cite,
.commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
}

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
}

#commentform p {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
    font-weight: normal;
}

#sidebar {
    font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

small,
#sidebar ul ul li,
#sidebar ul ol li,
.nocomments,
.postmetadata,
blockquote,
strike {
    color: #777;
}

code {
    font: 1.1em 'Courier New', Courier, Fixed;
}

acronym,
abbr,
span.caps {
    font-size: 0.9em;
    letter-spacing: .07em;
}

.post {
    margin: 0 0 40px;
    text-align: justify;
}

.post hr {
    display: block;
}

.postmetadata {
    clear: both;
}

.clear {
    clear: both;
}


/* Begin Images */

p img {
    padding: 0;
    max-width: 100%;
}


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}


/* End Images */

.entry ul {
    margin-left: 0px;
    padding: 0 0 0 20px;
    list-style: disc;
    padding-left: 20px;
}

.entry li {
    margin: 7px 0 8px 10px;
}

.entry ol {
    padding: 0 0 0 35px;
    margin: 0;
}

.entry ol li {
    margin: 0;
    padding: 0;
}

.postmetadata ul,
.postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
}

#sidebar ul,
#sidebar ul ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sidebar ul {
    list-style: none;
    margin-bottom: 15px;
}

#sidebar ul ul {
    list-style: disc;
    padding-left: 15px;
}

#sidebar ul li li {
    list-style: disc;
}

#sidebar ul p,
#sidebar ul select {
    margin: 5px 0 8px;
}

#sidebar ul ul,
#sidebar ul ol {
    margin: 5px 0 0 10px;
}

#sidebar ul ul ul,
#sidebar ul ol {
    margin: 0 0 0 10px;
}

ol li,
#sidebar ul ol li {
    list-style: decimal outside;
}

#sidebar ul ul li,
#sidebar ul ol li {
    margin: 3px 0 0;
    padding: 0;
}


/* End Entry Lists */


/* Begin Form Elements */

#searchform {
    margin: 10px auto;
    padding: 5px 3px;
    text-align: center;
}

#sidebar #searchform #s {
    width: 108px;
    padding: 2px;
}

#sidebar #searchsubmit {
    padding: 1px;
}

.entry form {
    /* This is mainly for password protected posts, makes them look better. */
    text-align: center;
}

select {
    width: 130px;
}

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
}

#commentform {
    margin: 5px 10px 0 0;
}

#commentform textarea {
    width: 100%;
    padding: 2px;
}

#respond:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#commentform #submit {
    margin: 0 0 5px auto;
    float: right;
}


/* End Form Elements */


/* Begin Comments*/

.alt {
    margin: 0;
    padding: 10px;
}

.commentlist {
    padding: 0;
    text-align: justify;
}

.commentlist li {
    margin: 15px 0 10px;
    padding: 5px 5px 10px 10px;
    list-style: none;
}

.commentlist li ul li {
    margin-right: -5px;
    margin-left: 10px;
}

.commentlist p {
    margin: 10px 5px 10px 0;
}

.children {
    padding: 0;
}

#commentform p {
    margin: 5px 0;
}

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

.commentmetadata {
    margin: 0;
    display: block;
}


/* End Comments */


/* Begin Sidebar */

#sidebar {
    padding: 20px 0 10px 0;
    width: 190px;
}

#sidebar form {
    margin: 0;
}


/* End Sidebar */


/* Begin Various Tags & Classes */

acronym,
abbr,
span.caps {
    cursor: help;
}

acronym,
abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

.screen-reader-text {
    position: absolute;
    left: -1000em;
}


/*hr {
	display: none;
	}*/

.hr-width {
    width: 30%;
}

a img {
    border: none;
}


/*.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}*/


/* End Various Tags & Classes*/


/* Captions */

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.page-id-9 .wp-caption {
    width: 31% !important;
}

.wp-caption a {
    display: block;
    overflow: hidden;
}

.team-name{font-size:12px; line-height:20px; font-weight:bold;}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
    transition: transform 1s ease;
    -moz-transition: transform 1s ease;
    -webkit-transition: transform 1s ease;
}

.wp-caption a:hover img {
    transform: scale(1.2);
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 5px 4px;
    margin: 0;
}

div.gform_wrapper label {
    font-size: 16px !important;
}

div.gform_wrapper input[type="text"],
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="phone"],
div.gform_wrapper textarea,
div.gform_wrapper select {
    border: none;
    font-size: 14px;
    padding: 5px !important;
    border-radius: 4px;
    color: #022C68;
    background: #AFB6BC;
}

div.gform_wrapper .gform_footer input[type="submit"],
#mc-embedded-subscribe {
    max-width: 100%;
    background: #C6AF65;
    padding: 10px 15px;
    margin: 10px 0px;
    color: #000;
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
    border: 2px solid #fff;
    border-radius: 50px;
}

.wp-caption p:empty {
    display: none;
}

.gs_logo_single img {
    max-width: 120px!important;
}

.gs_logo_area {
    margin: 50px 0;
}

.wp-block-table {
    overflow-x: unset!important;
}

.bio-img img {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding: 4px;
    margin: 10px;
    border-radius: 3px;
}

.lgx-logo-slider-wp .hover-default .lgx-logo-item .lgx-logo-img {
    object-fit: contain;
}

.white-link-f{font-size: 18px!important; color: #FFF!important; font-weight: 800;}
.white-link-f:hover{color: #C6AF65!important;}

@media (max-width:1550px) {
ul.nav li a {font-size: 16px;}
}
@media (max-width:1450px) {
    ul.nav li {
        padding: 0 5px;
    }
    ul.nav li a {
        font-size: 14px;
    }
    .contact-bar {
        font-size: 16px;
    }
}

@media (max-width:1200px) {
    .container {
        padding: 0 2%;
    }
    ul.nav li a {
        font-size: 12px;
    }
    .banner-txt {
        top: 74%;
    }
    .banner-txt h1 {
        margin-bottom: 0;
        font-size: 36px;
    }
    ul.nav li.social-icons a {
        padding: 0 4px;
    }
    ul.nav li {
        padding: 0 3px;
    }
    .les-services-box .les-services-inner-box {
        flex: 0 0 100%;
    }
    .les-services-box {
        flex-wrap: wrap;
        padding: 30px 0;
        border-bottom: 5px solid #C6AF65;
    }
    .contact-bar ul li img {
        margin-right: 15px;
    }
    .contact-bar {
        padding: 33px 20px;
    }
    .contact-bar ul li {
        padding-left: 15px;
    }
    .les-services-box .les-services-inner-box.arrow-box:after {
        display: none;
    }
    .order1 {
        order: 1;
    }
    .order4 {
        order: 4;
    }
    .order3 {
        order: 3;
    }
.services-txt a.more-btn {
	position:relative;
	left:auto;
	bottom:auto;
}
.wp-caption p.wp-caption-text{font-size:10px;}
.newsletter-form p, .newsletter-form p strong{font-size:20px;}
.page-id-9 .wp-caption {width: 30% !important;}
}

@media (max-width:1024px) {
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 28px;
        line-height: normal;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
    header {
        position: relative;
        text-align: center;
        top: 0;
        background: #000;
        z-index: 9999;
        text-align: center;
    }
    header.sticky {
        position: relative;
        background: #000;
    }
    .logo {
        width: 100%;
    }
    header.sticky .logo img {
        width: auto;
    }
    .headersection {
        margin-left: 0;
    }
    .show-menu {
        display: block;
        position: absolute;
        left: 10px;
        top: 25px;
    }
    .show-menu a:hover {
        color: #050505;
    }
    ul.nav {
        margin-left: 0;
    }
    ul.nav li {
        padding: 0;
        margin: 0;
        border: none;
        border-bottom: 1px solid #C6AF65;
        float: none;
        display: block;
    }
    ul.nav li a {
        line-height: 18px!important;
        padding: 12px 8px;
        border: none;
        color: #fff;
        margin: 0;
        font-size: 16px
    }
    ul.nav li a:hover,
    ul.nav li a.selected {
        color: #fff;
        border-radius: 0;
        background: #C6AF65;
        margin: 0;
        border: none;
    }
    .sidr {
        background: #050505;
        box-shadow: none;
    }
    ul.nav li ul {
        position: relative;
        text-align: left;
        font-size: 14px;
        width: 100%;
        background: #333;
        margin-top: 0;
        border-left: 0;
        border-right: 0;
        display: block;
        top: 0;
        border-radius: 0;
    }
    ul.nav li ul li:first-child a:after {
        content: '';
    }
    ul.nav li a:after {
        display: none;
    }
    .header-address-box {
        clear: both;
        width: 100%;
        margin: 15px auto 0;
        display: inline-block;
        text-align: center;
    }
    .navpane {
        padding: 0;
        height: 0;
        margin: 0;
        border: none;
    }
    ul.nav li:after {
        display: none;
    }
    header.sticky .social-box {
        display: block;
    }
    header.sticky .logo img {
        height: auto!important;
    }
    .header-address-box {
        margin: 0 auto;
    }
    .sidr ul {
        width: 100%;
    }
    .banner-btn {
        margin-top: 50px;
    }
    .email-section {
        text-align: center;
    }
    .half {
        width: 100%;
        margin-right: 0;
    }
    .footer {
        font-size: 16px;
        text-align: center;
    }
    .footer .textright {
        text-align: center;
        margin-top: 20px;
    }
    .welcome-section .container {
        display: block;
    }
    .welcome-section .half {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .welcome-section h2 {
        margin-top: 30px;
    }
    .welcome-section:after {
        width: 50%;
    }
    .newsletter-form {
        float: none;
        width: auto;
        padding: 10% 5%;
        border-left: none;
        background: rgba(0, 0, 0, 0.2);
    }
    .newsletter-box {
        padding: 0;
    }
header.sticky{ box-shadow:none;}
header.sticky .navpane {
    margin-top: 0;
}
header .leftfloating{ float:none;}
}

@media (max-width:992px) {
    .content,
    .inner-page .content {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .banner-txt {
        font-size: 24px;
        line-height: normal;
        padding: 0 0 2%;
    }
    .contentsection img.rightfloating {
        float: none;
        margin: 0 auto 15px;
        display: block;
    }
    .contentsection p {
        margin: 0 0 30px;
    }
    .footer .leftfloating {
        margin-bottom: 20px;
    }
    .footer .leftfloating,
    .footer .rightfloating {
        float: none;
        text-align: center;
    }
    .footer .social-icons {
        width: 100%;
        margin: 15px 0;
    }
    .banner-txt h1 {
        font-size: 32px;
        line-height: normal;
    }
    br.small-scr {
        display: block;
    }
    .logo-box {
        font-size: 19px;
    }
    .banner-txt {
        line-height: normal;
        position: relative;
        top: auto;
        transform: none;
        padding: 6% 0;
        background: #212121;
    }
	.page-id-9 .wp-caption{width: 45% !important;}
}

@media (max-width:768px) {
    header.sticky {
        background-color: #000;
    }
    #view-full {
        display: block;
    }
    .brk {
        display: inline-block;
    }
    .contentsection {
        padding: 15px 0;
    }
    .rightfloating,
    .leftfloating {
        float: none;
        width: 100%;
    }
    .contact-bar ul li {
        display: block;
        list-style: none;
        padding-left: 0;
        text-align: center;
        margin-bottom: 10px;
    }
    .contact-bar ul li:last-child {
        margin-bottom: 0;
    }
    .banner-txt h1 {
        font-size: 30px;
    }
    .page-title-main {
        bottom: 20px;
    }
    .page-title-main h1 {
        font-size: 58px;
    }
    .bio-img img {
        float: none;
        margin-left: 0;
        margin: 0 auto 20px;
        display: block;
    }
	.leftfloating,
    .rightfloating {
        float: none;
    }
	.content-left-img .half,.inner-txt-section .half {
    width: 100%;
    margin-right: 0px;
}
	.content-left-img .half img, .inner-txt-section .half img{padding-bottom:30px; padding-top:30px;}
    .newsletter-slider {max-width: 100%;margin: 60px 0 40px;background: rgba(0, 0, 0, 0.7);}
}

@media (max-width:650px) {
    .banner-txt {
        font-size: 20px;
    }
    .welcome-section {
        font-size: 24px;
    }
    .inner-txt-section {
        padding: 50px 0;
    }
    .inner-txt-section .container {
        display: block;
        align-items: center;
    }
    .inner-txt-section .half {
        width: 100%;
        margin-right: 0;
    }
    .inner-txt-section .gold-txt {
        margin-top: 20px;
    }
    .page-title-main {
        bottom: 0;
        position: relative;
        background: #000;
        padding: 15px 0;
    }
    .page-title-main h1 {
        font-size: 40px;
    }
    .inner-txt-section .container.full-width {
        margin-top: 0;
    }
    .page-id-9 .wp-caption {
        width: 100%!important;
        margin: 0 auto 20px;
    }
}

@media (max-width:600px) {
    figure {
        margin-bottom: 30px!important;
    }
    .wp-block-spacer {
        height: 30px!important;
    }
	.newsletter-form p, .newsletter-form p strong{font-size:15px; line-height:28px;}
	.newsletter-form p span{font-size:13px; line-height:30px;}
}

@media (max-width:550px) {
    .logo img {
        max-width: 70%;
    }
    .banner-txt {
        font-size: 16px;
        position: relative;
        top: auto;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        padding: 15px 2%;
        background: #000;
        width: 96%;
    }
    .logo-box img {
        float: none;
        margin: 0 auto 20px;
        display: block;
    }
    .logo-box {
        text-align: center;
    }
    .banner-txt h1 {
        font-size: 21px;
        line-height: normal;
        margin: 0;
    }
    .banner-txt h1 br {
        display: none;
    }
    .gold-txt {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .wp-block-table table,
    .wp-block-table tbody,
    .wp-block-table tr,
    .wp-block-table td,
    .wp-block-table td {
        display: block;
        width: 100%;
    }
    .wp-block-table td {
        margin-bottom: 20px;
    }
}

@media (max-width:480px) {
    .footer {
        font-size: 13px;
        line-height: 24px;
    }
	.white-link-f{font-size: 13px!important;}
    .fbr {
        display: block;
    }
    .logo img {
        max-width: 55%;
    }
    .banner-txt {
        font-size: 14px;
    }
    .page-title {
        font-size: 32px;
    }
    .welcome-section {
        font-size: 20px;
    }
    .services-title {
        font-size: 24px;
    }
    .services-txt {
        padding: 5% 10%;
    }
    .newsletter-section h3 {
        font-size: 24px;
    }
    .newsletter-form input[type="email"] {
        width: 90%;
        max-width: 280px;
    }
    .contact-bar {
        padding: 20px 10px;
        font-size: 13px;
    }
    .inner-welcome-section .inner-welcome-txt {
        padding: 20px;
    }
    .page-title-main h1 {
        font-size: 32px;
    }
}

@media (max-width:372px) {
.newsletter-form p, .newsletter-form p strong{font-size:12px; line-height:25px;}
.newsletter-form p span{font-size:10px; line-height:25px;}}

#cg-back.on, #cg-gbtn{display:none!important;}