@font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext-Heavy.woff") format("woff"), url("../fonts/AvenirNext-Heavy.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext-HeavyItalic.woff") format("woff"), url("../fonts/AvenirNext-HeavyItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext-Regular.woff") format("woff"), url("../fonts/AvenirNext-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Avenir Next Demi";
    src: url("../fonts/AvenirNext-DemiBoldItalic.woff") format("woff"), url("../fonts/AvenirNext-DemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext-MediumItalic.woff") format("woff"), url("../fonts/AvenirNext-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Avenir Next Ultra";
    src: url("../fonts/AvenirNext-UltraLightItalic.woff") format("woff"), url("../fonts/AvenirNext-UltraLightItalic.ttf") format("truetype");
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext-BoldItalic.woff") format("woff"), url("../fonts/AvenirNext-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext-Medium.woff") format("woff"), url("../fonts/AvenirNext-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Avenir Next Ultra";
    src: url("../fonts/AvenirNext-UltraLight.woff") format("woff"), url("../fonts/AvenirNext-UltraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext-Italic.woff") format("woff"), url("../fonts/AvenirNext-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext-Bold.woff") format("woff"), url("../fonts/AvenirNext-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Avenir Next Demi";
    src: url("../fonts/AvenirNext-DemiBold.woff") format("woff"), url("../fonts/AvenirNext-DemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "GE SS Two";
    src: url("../fonts/GESSTwoLight-Light.woff") format("woff"), url("../fonts/GESSTwoLight-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "GE SS Two";
    src: url("../fonts/GESSTwoMedium-Medium.woff") format("woff"), url("../fonts/GESSTwoMedium-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "GE SS Two";
    src: url("../fonts/GESSTwoBold-Bold.woff") format("woff"), url("../fonts/GESSTwoBold-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

.home-slider {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 0;
}
.home-slider:after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:-1px;
  height:200px;                  /* feather height */
  pointer-events:none;
  /* Backdrop blur the content behind the bannerÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢s edge */
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  /* Feather the blur from 0 to 100% */
  -webkit-mask-image: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, #000 100%);
          mask-image: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, #000 100%);
  /* Safari needs a tiny non-opaque background for backdrop-filter to kick in */
  background: rgba(0,0,0,0.01);
}

.hero-slider {
    width: 100%;
    height: 101vh;
    overflow: hidden;
}



.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0px;
    background: linear-gradient(rgb(43 23 5 / 32%), rgb(41 20 1));
    
}

.hero-slider .carousel-cell {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.slider-caption {
    position: relative;
    top: 60%;
    transform: translateY(-50%);
    color: rgb(255, 255, 255);
    text-align: left;
}

.slider-caption .subtitle {
    font-size: 1rem;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
    text-transform: uppercase;
}

.slider-caption h1 {
    font-size: 66px;
    line-height: 55px;
    width: 80%;
    font-weight: 600;
    color: rgb(255 255 255 / 68%);
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}

.slider-caption p {
    width: 50%;
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 26px;
    margin: 15px 0px 25px;
}

.slider-caption .btn-default {
    margin-top: 30px;
}

.slider-caption .btn:hover {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.hero-slider .flickity-prev-next-button {
    background: rgba(255, 255, 255, 0);
}

.hero-slider .flickity-prev-next-button:hover {
    background: rgba(255, 255, 255, 0);
}

.hero-slider .flickity-prev-next-button .arrow {
    fill: rgb(255, 255, 255);
}

.top-header {
    background: rgba(12, 16, 23, 0.14);
    backdrop-filter: blur(18px);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    transition: background 0.6s ease-in;
    z-index: 2;
    padding: 15px 0px;
    color: rgb(255, 255, 255) !important;
}

.top-header .container {
    padding: 0px 30px 0px 20px;
}

.top-social li {
    color: rgb(187 174 123);
    display: inline-block;
    margin-right: 15px;
}

.top-social li a:hover {
    color: var(--secundary-color);
}

ul.top-contact {
    text-align: right;
}

ul.top-contact li {
    font-weight: 300;
    color: rgb(223 196 145);
}

ul.top-contact li a:hover {
    color: var(--secundary-color);
}

ul.top-contact li.phone::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³";
    margin-right: 10px;
    color: var(--secundary-color);
}

.top-contact li {
    display: inline-block;
    margin-left: 15px;
}

.top-contact li .btn-default {
    display: inline-block;
    margin-left: 20px;
    padding: 6px 18px;
    font-size: 11px;
}



.fc-circle {
    background: var(--primary-color);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    margin: auto;
}

.fc-circle .fas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 25px;
}

.fc-circle .far {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 25px;
}

.fc-caption a {
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-align: center !important;
}

.fc-caption a:hover {
    color: var(--secundary-color);
}

.fc-caption h5 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    margin-top: 15px;
}

hr.footer-divider {
    border-top: 1px solid rgba(18, 50, 84, 0.6);
    margin: 35px 0px;
}

.footer-logo {
    width: 120px;
    margin-bottom: 15px;
}

.footer-caption p {
    color: var(--paragraph-color);
    font-size: 14px;
    line-height: 24px;
    font-weight: 100;
}

.footer-social {
    margin-top: 30px;
}

.footer-social ul li {
    display: inline-block;
    margin-right: 10px;
    color: rgb(255, 255, 255);
    background-color: var(--primary-color);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.footer-social ul li:hover {
    background-color: var(--secundary-color);
}

.footer-social ul li:hover .fab {
    color: rgb(255, 255, 255);
}

ul.footer-bulletlist li {
    color: rgb(255, 255, 255);
    list-style: none;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
}

ul.footer-bulletlist li a {
    color: var(--paragraph-color);
    transition: 0.4s;
    font-weight: 300;
}

ul.footer-bulletlist li a:hover {
    color: var(--secundary-color);
    text-decoration: none;
}

.fooler-left-col {
    padding-right: 50px;
}

.footer-col h5 {
    font-weight: 500;
    font-size: 18px;
    color: var(--primary-heading);
    margin-bottom: 20px;
}

.newsletter form {
    display: flex;
    align-items: center;
}

.newsletter {
    max-width: 320px;
    margin-top: 30px;
}

.newsletter .input {
    width: 70%;
    height: 38px;
    background: rgb(224, 230, 235);
    border: none;
    font-family: inherit;
    color: rgb(115, 115, 115);
    letter-spacing: 1px;
    text-indent: 5%;
    font-size: 12px;
}

.newsletter .input:focus {
    color: rgb(73, 80, 87);
    background-color: rgb(255, 255, 255);
    outline: 0px;
    box-shadow: none;
}

.newsletter .button {
    width: 30%;
    height: 38px;
    background-color: var(--secundary-color);
    border: none;
    border-radius: 0px 5px 5px 0px;
    font-family: inherit;
    letter-spacing: 1px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 11px;
}

p.newsletter {
    font-size: 13px;
    line-height: 22px;
    color: rgb(255, 255, 255);
    font-style: italic;
}

p.footer-bootom {
    text-align: center;
    font-size: 13px;
}

.pages-hero {
    background-image: url("../images/Slider1.jpg");
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.pages-hero::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-image: linear-gradient(to bottom right,var(--primary-heading),var(--primary-heading));
    opacity: 0.4;
}

.pages-title {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: rgb(255, 255, 255);
    margin-bottom: 100px;
}

.pages-title span {
    font-weight: 700;
    font-size: 2rem;
}

.pages-title h1 {
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
}

.page-nav {
    margin-top: 5px;
}

.page-nav p {
    color: rgb(255, 255, 255);
    font-size: 13px;
    margin-bottom: 0px;
}

.pages-title a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: 0.3s;
}

.pages-title a:hover {
    color: var(--main-yellow-color);
    text-decoration: none;
}

.about-feature-img {
    position: relative;
}

.img-lg-line {
    width: 10px;
    height: 160px;
    position: absolute;
    background-color: var(--secundary-color);
    top: 62.1%;
    left: -10px;
}

.about-info h2 {
    margin-bottom: 15px;
}

.about-info-banner {
    padding: 25px 50px;
    background-color: rgba(248, 248, 248, 0.9);
    margin-top: 40px;
    margin-left: -120px;
    border-right: solid 10px var(--secundary-color);
}

.ib-box .ha-icon {
    width: 40px;
    margin-bottom: 10px;
}

.ib-box h5 {
    font-size: 18px;
    margin-bottom: 0px;
}

.ib-box p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
}

.wsa-left, .wsa-center, .wsa-right {
    height: 550px;
}

.wsa-left {
    background-image: url("../images/commons/logis-14.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.wsa-center {
    background-color: var(--secundary-color);
}

.wsa-right {
    background-color: var(--primary-color);
}

.wsa-content {
    margin: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px 50px;
    width: 85%;
}

.wsa-content h2 {
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
}

.wsa-content p {
    color: rgb(255, 255, 255);
}

.wsa-content p strong {
    color: rgb(255, 255, 255);
}

.wsa-content .signature {
    margin-top: 35px;
}

.wsa-center-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0px;
}

.wsa-center-content .counter-box {
    margin: 10px 0px;
}

.wsa-center-content .counter-box .counter-icon {
    width: 45px;
    margin-bottom: 10px;
}

.wsa-center-content .counter-box .counter {
    font-size: 25px;
}

.wsa-center-content .counter-box .counter-caption p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 5px;
}

.services-layer {
    padding: 50px 0px;
    background: var(--primary-color);
    position: relative;
}

.services-left-layer {
    position: relative;
    padding: 20% 30px 20% 0%;
}

.services-left-layer h2 {
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
}

.services-left-layer p {
    color: rgb(255, 255, 255);
}

.services-left-layer .btn-default {
    margin-top: 25px;
}

.service-box {
    background: rgb(255, 255, 255);
    padding: 10px;
    margin: 5px;
    box-shadow: rgba(6, 22, 58, 0.14) 0px 0px 11px 0px;
}

.service-box h6 a {
    color: var(--secundary-color);
    text-decoration: none;
}

.service-box h6 a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.sb-icon {
    width: 60px;
}

.services-left-layer .btn-default:hover {
    background-color: var(--primary-heading);
    border-color: var(--primary-heading);
}

.about-alt-info h2 {
    margin-bottom: 15px;
}

.about-features {
    margin-top: 30px;
}

.about-alt-info ul li {
    list-style: none;
    line-height: 2.5;
    color: var(--primary-heading);
}

.about-alt-info ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶";
    margin-right: 15px;
    color: var(--primary-color);
}

.about-alt-img {
    position: relative;
}

.experience-banner {
    position: absolute;
    bottom: 30px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px 20px 25px;
    border-left: solid 5px var(--secundary-color);
}

.experience-banner .media-body {
    padding: 0px;
    margin-top: -10px;
}

.experience-banner .counter {
    font-size: 60px;
    font-weight: 700;
    color: var(--primary-heading);
    margin-right: 15px;
}

.experience-banner h5 {
    margin-bottom: 0px;
}

.experience-banner p {
    margin-bottom: 0px;
}

.ws-about-layer {
    background-color: var(--primary-color);
    position: relative;
    height: 650px;
    margin-top: -600px;
}

.video-img-bg {
    background-image: url("../images/commons/logis-44.jpg");
    height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.video-img-bg::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-image: linear-gradient(to bottom right,var(--primary-heading),var(--primary-heading));
    opacity: 0.6;
}

.video-content {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.video-content .popup-youtube {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0%, 0%);
    text-align: center;
    margin-bottom: 70px;
}

.video-content .video-text h2 {
    color: rgb(255, 255, 255);
}

.ws-img-bg {
    background-image: url("../images/commons/logis-45.jpg");
    height: 550px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.ws-right-layer {
    background-color: var(--primary-color);
    height: 550px;
    margin-top: 50px;
    margin-left: -100px;
    position: relative;
    z-index: 1;
}

.ws-right-content {
    margin: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px 60px;
    width: 70%;
}

.ws-right-content h2 {
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
}

.ws-right-content p {
    color: rgb(255, 255, 255);
}

.ws-right-content .ha-span-section {
    margin-top: 25px;
}

.ws-right-content .ha-span-section h5 {
    color: var(--primary-heading) !important;
}

.ws-right-content .ha-inner h5 {
    color: rgb(255, 255, 255);
}

.service-list {
    padding: 100px 0px 80px;
    margin-top: -50px;
    background-image: url("../images/commons/logis-51.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.service-list::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-image: linear-gradient(to bottom right,var(--primary-heading),var(--primary-heading));
    opacity: 0.95;
}

.service-list .service-box {
    background-color: rgb(255, 255, 255);
    margin: 0px 10px;
    position: relative;
    z-index: 1;
}

.service-list .section-title {
    position: relative;
    z-index: 1;
}

.service-alt-carousel {
    position: relative;
    z-index: 1;
}

.service-alt-carousel .owl-theme .custom-nav {
    display: none;
}

.service-alt-carousel .owl-dots {
    display: none;
}

.service-list .section-title h2 {
    color: rgb(255, 255, 255);
}

.counter-bar {
    z-index: 1;
    position: relative;
    margin-top: 45px;
}

.team-carousel {
    position: relative;
}

.team-carousel .owl-theme .custom-nav {
    display: none;
}

.team-carousel .owl-carousel .item .thumbnail {
    margin: 0rem 1rem;
}

.team-carousel .owl-dots {
    display: none;
}

.team-card {
    margin: 0px 15px;
}

.tc-caption {
    border-radius: 20px;
    text-align: center;
    padding: 10px 0px;
    border-bottom: solid 5px var(--secundary-color);
}

.tc-caption h4 {
    margin-bottom: 0px;
}

.tc-caption p {
    margin-bottom: 0px;
}

.tc-social {
    position: absolute;
    top: 10px;
    left: 0px;
    opacity: 0;
}

.tc-social {
    transition: 0.3s ease-in-out;
}

.tc-social li {
    background-color: var(--secundary-color);
    padding: 5px 10px;
    margin: 2px;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.tc-social li:hover {
    background-color: var(--primary-color);
    padding: 5px 10px;
    margin: 2px;
    text-align: center;
}

.tc-social li a {
    color: rgb(255, 255, 255);
}

.team-card:hover .tc-social {
    opacity: 1;
    left: 25px;
}

.team-box .team-card {
    margin: 15px 15px 40px;
}

.team-box .team-card .tc-social {
    position: absolute;
    top: 25px;
    left: 0px;
    opacity: 0;
}

.team-box .team-card:hover .tc-social {
    opacity: 1;
    left: 25px;
}

.faq-box {
    background-color: var(--background-color);
    padding: 25px;
    margin-bottom: 20px;
    position: relative;
}

.faq-number {
    margin-right: 15px;
}

.faq-number h3 {
    font-weight: 800;
    opacity: 0.8;
}

.faq-box .media-body h5 {
    margin-bottom: 5px;
}

.faq-box .media-body {
    padding-top: 5px;
}

.faq-box .media-body p {
    margin-bottom: 0px;
    line-height: 24px;
}

.faq-line {
    width: 5px;
    height: 35px;
    background-color: var(--secundary-color);
    position: absolute;
    left: 0px;
}

.custom-form {
    display: block;
    width: 100%;
    height: calc(2em + 2px + 1rem);
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--primary-color);
    background-clip: padding-box;
    border: none;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: var(--background-color) !important;
}

.message-form {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: var(--background-color) !important;
    border-radius: 10px !important;
}

.custom-form:focus {
    color: rgb(73, 80, 87);
    background-color: rgb(209, 217, 224);
    border-color: rgb(128, 189, 255);
    outline: 0px;
    box-shadow: none;
}

.custom-form::-webkit-input-placeholder {
    color: rgb(108, 117, 125);
    opacity: 1;
}

.custom-form::placeholder {
    color: rgb(108, 117, 125);
    opacity: 1;
}

.with-errors {
    font-size: 12px;
    text-align: left;
    color: var(--secundary-color);
    margin-top: 10px;
    margin-left: 15px;
}

.alert-success {
    color: rgb(255, 255, 255);
    background-color: var(--secundary-color);
    border-color: var(--secundary-color);
    font-size: 15px;
    line-height: 1.5;
}

.close {
    float: right;
    margin-left: 5px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: rgb(255, 255, 255);
    text-shadow: none;
    opacity: 1;
}

p.required {
    margin-bottom: 0px;
    font-size: 14px;
    font-style: italic;
}

.map-iframe {
    width: 100%;
    height: 450px;
    position: relative;
}

.contact-info {
    margin-bottom: 30px;
}

.contact-info h3 {
    margin-bottom: 5px;
}

.contact-info p {
    color: var(--primary-heading);
    margin-bottom: 0px;
}

.social-bar {
    width: 50px;
    height: 450px;
    background-color: var(--primary-color);
    position: absolute;
    top: 0px;
    right: 0px;
    border-top: solid 50px var(--secundary-color);
}

.social-list {
    margin: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.social-list {
    margin: 0px;
    position: absolute;
    bottom: 80px;
    transform: translateY(-50%);
}

.social-list li {
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin: 30px 17px;
}

.contact-box .fas {
    font-size: 50px;
    margin-right: 25px;
    color: var(--primary-color);
}

.contact-box .far {
    font-size: 50px;
    margin-right: 25px;
    color: var(--primary-color);
}

.contact-box .media-body {
    padding-top: 3px;
}

.contact-box .media-body h5 {
    margin-bottom: 0px;
}

.contact-box .media-body p {
    font-size: 14px;
    margin-bottom: 0px;
}

.inner-contact-box {
    margin: 20px 0px;
    padding-right: 15px;
}

.inner-contact-box .fas {
    font-size: 30px;
    color: var(--secundary-color);
    margin-bottom: 15px;
}

.inner-contact-box .far {
    font-size: 30px;
    color: var(--secundary-color);
    margin-bottom: 15px;
}

.inner-contact-box h4 {
    font-size: 17px;
    margin-bottom: 0px;
}

.inner-contact-box p {
    margin-bottom: 0px;
}

.contact-right-layer {
    padding: 50px;
    box-shadow: rgba(6, 22, 58, 0.14) 0px 0px 11px 0px;
    border-top: solid 5px var(--secundary-color);
}

.aside-left {
    padding-right: 15px;
}

.aside-right {
    padding-left: 15px;
}

.blog-search {
    display: inline-block;
    position: relative;
    color: rgb(255, 255, 255);
    width: 100%;
    margin-bottom: 40px;
}

.blog-search .form-control {
    background-color: rgb(239, 245, 245);
    border: none;
    border-radius: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    height: 45px;
    color: rgb(204, 204, 204);
    transition: 0.3s;
}

.blog-search .form-control:focus {
    color: rgb(204, 204, 204);
    background-color: rgb(224, 235, 235);
    outline: 0px;
    box-shadow: none;
}

.blog-search .form-control-feedback {
    position: absolute;
    z-index: 1;
    display: block;
    width: 2rem;
    height: 45px;
    line-height: 45px;
    text-align: center;
    pointer-events: none;
    color: rgb(204, 204, 204);
    right: 0px;
    font-size: 16px;
}

.categorie-list .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 0rem;
    background-color: rgb(255, 255, 255);
    border-left: none;
    border-right: none;
    border-radius: 0px;
    color: var(--paragraph-color);
    font-weight: 600;
    font-size: 14px;
}

.categorie-list .list-group-item .badge {
    color: var(--paragraph-color);
    font-weight: 600;
    font-size: 14px;
}

.inner-aside {
    margin-bottom: 40px;
}

.inner-aside h5 {
    margin-bottom: 20px;
}

.inner-aside .mr-3 {
    width: 80px;
}

.center-media {
    margin: 20px 0px;
}

.inner-aside .media-body h6 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.3;
}

.inner-aside .media-body h6 a {
    color: var(--headline-color);
    text-decoration: none;
}

.inner-aside .media-body h6 a:hover {
    color: var(--primary-color);
}

.inner-aside .media-body p {
    font-size: 13px;
    color: var(--secundary-color);
}

.tags li {
    display: inline-block;
}

.tags .btn-default {
    padding: 4px 15px;
    font-size: 12px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin: 2px;
    text-transform: uppercase;
    border-radius: 0px;
}

ul.blog-social li {
    background-color: var(--secundary-color);
    display: inline-block;
    padding: 8px 15px;
    margin: 0px 2px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

ul.blog-social li a {
    color: rgb(255, 255, 255);
}

ul.blog-social li:hover .fab {
    color: rgb(255, 255, 255);
}

ul.blog-social li:hover {
    background-color: var(--primary-color);
    color: rgb(255, 255, 255);
}

.thumb-gallery {
    margin: 3px;
}

.blog-content-box {
    margin-bottom: 50px;
}

.blog-caption {
    background-color: rgb(255, 255, 255);
    margin-top: -150px;
    z-index: 1;
    position: relative;
    padding: 30px 120px 30px 30px;
    width: 90%;
    box-shadow: rgba(6, 22, 58, 0.14) 0px 0px 11px 0px;
}

.blog-caption .btn-default {
    margin-top: 15px;
}

.post-details {
    margin-bottom: 10px;
}

.post-details .mr-3 {
    width: 35px;
    border-radius: 50%;
    margin-right: 5px;
}

.post-details .media-body {
    padding-top: 5px;
}

.post-details h5 {
    font-size: 15px;
    font-weight: 600;
}

.blog-caption h6 a {
    color: var(--secundary-color);
    text-decoration: none;
}

.blog-caption h6 a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.post-social-bar {
    position: absolute;
    background-color: var(--secundary-color);
    top: 0%;
    right: 0px;
    padding: 10px;
    width: 35px;
    height: 100%;
}

.post-social-bar ul {
    margin: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.post-social-bar ul li {
    color: rgb(255, 255, 255);
    margin: 10px 0px;
}

.post-social-bar ul li a:hover {
    color: var(--primary-color);
}

.blog-caption h6::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹";
    font-size: 15px;
    margin-left: 10px;
    color: var(--primary-heading);
}

li.author::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡";
    margin-right: 10px;
    color: var(--secundary-color);
}

li.tags::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬";
    margin-right: 10px;
    color: var(--secundary-color);
}

li.comments::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ";
    margin-right: 10px;
    color: var(--secundary-color);
}

.post-feature {
    position: relative;
}

.post-feature .date-layer {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--secundary-color);
    text-align: center;
    padding: 10px 20px;
}

.post-feature .date-layer h5 {
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
}

.post-feature .date-layer p {
}

.site-pagination .pagination {
    display: flex;
    padding-left: 0px;
    list-style: none;
    border-radius: 0rem;
    justify-content: center;
    margin-top: 20px;
}

.site-pagination .page-link {
    position: relative;
    display: block;
    padding: 0.3rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--headline-color);
    background-color: rgb(255, 255, 255);
    border: none;
    font-size: 18px;
    font-weight: 500;
}

.site-pagination .page-link:hover {
    z-index: 2;
    color: var(--primary-color);
    text-decoration: none;
    background-color: rgb(247, 250, 250);
    border-color: rgb(247, 250, 250);
}

.site-pagination .page-link:focus {
    z-index: 2;
    outline: 0px;
    box-shadow: none;
}

.page-link .fas {
    font-size: 18px;
}

.site-pagination .page-item.active .page-link {
    z-index: 1;
    color: rgb(255, 255, 255);
    background-color: var(--secundary-color);
    border-color: var(--secundary-color);
    border-radius: 5px;
}

.list-group-item a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§";
    margin-right: 15px;
}

.post-title h1 {
    font-size: 40px;
    margin-bottom: 10px;
    width: 80%;
    color: rgb(255, 255, 255);
}

.post-title .category-badge {
    background-color: var(--primary-color);
    position: absolute;
    top: -20px;
    left: 0px;
    padding: 10px 15px;
}

.post-title {
    position: absolute;
    bottom: 50px;
    color: rgb(255, 255, 255);
}

.blog-content p {
    margin: 25px 0px;
    font-size: 16px;
    line-height: 30px;
}

.blockquote {
    border-left: solid 5px var(--secundary-color);
    background-color: var(--background-color);
    margin: 30px 0px 15px;
    padding: 20px;
    position: relative;
}

.blockquote h4 {
    font-style: italic;
    font-weight: 500;
    z-index: 1;
    position: relative;
    line-height: 30px;
}

.blockquote .fas {
    font-size: 90px;
    margin-bottom: 15px;
    color: var(--secundary-color);
    position: absolute;
    top: 10%;
    z-index: 1;
    opacity: 0.1;
}

.blog-feature-img .date-layer {
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: var(--secundary-color);
    text-align: center;
    padding: 10px 20px;
}

.blog-feature-img .date-layer h5 {
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
}

.blog-feature-img .date-layer p {
    margin: -5px auto 0px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.comment-layer {
    margin: 50px 0px;
}

.comment-layer p {
    margin: 0px;
}

.comment-box {
    margin-top: 60px;
}

.comment-box .media {
    margin: 35px 0px;
}

.comment-box .media .mr-3 {
    width: 80px;
    border-radius: 50%;
}

.comment-box .media-body {
    background-color: var(--background-color);
    padding: 30px;
    border-radius: 5px;
    position: relative;
}

.comment-box h5 {
    font-size: 20px;
    margin-bottom: 0px;
}

p.comment-date {
    font-size: 13px;
    margin-bottom: 10px;
}

.comment-box p {
    line-height: 30px;
}

.comment-box .btn-default {
    padding: 6px 20px;
    text-transform: none;
    margin-top: 25px;
}

.comment-line {
    width: 5px;
    height: 60px;
    position: absolute;
    top: 25px;
    left: 0px;
    background-color: var(--secundary-color);
}

.replay-layer {
    padding-left: 60px;
}

.comment-form-layer {
    margin-top: 30px;
}

.comment-form-layer p {
    font-style: italic;
    margin: 0px;
}

.comment-form-layer form {
    margin-top: 30px;
}

.fc-comments {
    display: block;
    width: 100%;
    height: calc(2em + 2px + 1rem);
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--primary-color);
    background-clip: padding-box;
    border: none;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: var(--background-color) !important;
}

.message-form {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: none;
    font-size: 14px;
    padding: 20px 25px;
    border-radius: 10px !important;
}

.fc-comments:focus {
    color: rgb(73, 80, 87);
    background-color: rgb(209, 217, 224);
    border-color: rgb(128, 189, 255);
    outline: 0px;
    box-shadow: none;
}

.fc-comments::-webkit-input-placeholder {
    color: rgb(108, 117, 125);
    opacity: 1;
}

.fc-comments::placeholder {
    color: rgb(108, 117, 125);
    opacity: 1;
}

.comment-form-layer .btn-default {
    margin-top: 40px;
}

.air-freight {
    background-image: url("../images/commons/air-freight.jpg");
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.ground-freight {
    background-image: url("../images/commons/logis-19.jpg");
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.maritime-freight {
    background-image: url("../images/commons/logis-21.jpg");
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.railway-freight {
    background-image: url("../images/commons/logis-23.jpg");
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.packging {
    background-image: url("../images/commons/logis-25.jpg");
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.warehousing {
    background-image: url("../images/commons/logis-27.jpg");
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.air-freight::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-image: linear-gradient(to bottom right,var(--primary-heading),var(--primary-heading));
    opacity: 0.7;
}

.aside-left .list-group-item {
    position: relative;
    display: block;
    padding: 20px;
    background-color: rgb(245, 245, 245);
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-image: initial;
    border-radius: 0px;
    margin-bottom: 10px;
    cursor: pointer;
    color: var(--primary-heading);
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s ease-in-out;
    border-left: solid 3px var(--background-color);
}

.aside-left .list-group-item .badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    color: rgb(51, 51, 51);
    transition: 0.3s ease-in-out;
}

.aside-left .list-group-item:hover {
    color: var(--primary-color);
}

.aside-left .list-group-item:hover .badge {
    color: var(--primary-color);
}

.aside-left .list-group-item:hover {
    border-left: solid 3px var(--primary-color);
}

.aside-left .active {
    border-left: solid 3px var(--primary-color);
    z-index: 1;
}

.brochure-btn {
    width: 100%;
    padding: 15px 20px;
}

.contact-card {
    position: relative;
}

.contact-card {
    background-image: url("../images/commons/logis-17.jpg");
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.contact-card::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-image: linear-gradient(to bottom right,var(--primary-color),var(--primary-color));
    opacity: 0.9;
}

.cc-caption {
    margin: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px 35px;
}

.cc-caption h3 {
    color: rgb(255, 255, 255);
}

.cc-caption p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 22px;
}

.support-contact {
    margin-top: 25px;
}

.support-contact .media {
    padding: 10px 0px;
}

.support-contact .media .fas {
    font-size: 30px;
    color: var(--secundary-color);
    margin-right: 15px;
}

.support-contact .media .far {
    font-size: 30px;
    color: var(--secundary-color);
    margin-right: 15px;
}

.support-contact .media .media-body {
    margin-top: -5px;
}

.support-contact .media .media-body h5 {
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin-bottom: 0px;
}

.support-contact .media .media-body p {
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
}

.cc-line {
    width: 8px;
    height: 120px;
    background-color: var(--secundary-color);
    position: absolute;
    top: 70px;
    left: 0px;
}

.freight-parallax {
    margin-top: 50px;
}

.freight-box {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(6, 22, 58, 0.14) 0px 0px 11px 0px;
    margin-bottom: 50px;
}

.freight-box .media {
    padding: 40px 30px;
}

.freight-box .media .media-body h5 {
    margin-bottom: 5px;
}

.freight-box .media .media-body p {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 25px;
}

.fb-icon {
    width: 60px;
    margin-right: 15px;
}

.right-media {
    background-color: var(--primary-color);
}

.right-media h5 {
    color: rgb(255, 255, 255);
}

.right-media p {
    color: rgb(255, 255, 255);
}

.span-accordion {
    margin-top: 2rem;
}

.span-accordion .accordion {
    border-top: 1px solid rgb(255, 255, 255);
    background: var(--background-color);
    padding: 20px;
}

.span-accordion .accordion li {
    border-bottom: 2px solid rgb(255, 255, 255);
    position: relative;
    list-style-type: none;
}

.accordion li p {
    display: none;
    padding: 10px 20px 20px;
    font-size: 14px;
}

.span-accordion .accordion a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 500;
    line-height: 3;
    font-size: 16px;
    user-select: none;
    color: var(--primary-heading);
}

.accordion li a.active {
    color: var(--primary-color);
    font-weight: 600;
}

.accordion a.hover {
    color: var(--primary-color);
}

.span-accordion .accordion a::after {
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    position: absolute;
    right: 5px;
    content: " ";
    top: 20px;
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
}

.span-accordion a.active::after {
    transform: rotate(45deg);
    transition: 0.2s ease-in-out;
    border-right: 2px solid var(--secundary-color);
    border-bottom: 2px solid var(--secundary-color);
}

.span-accordion .accordion .last-item {
    border-bottom: 1px solid rgb(247, 250, 250);
    padding-bottom: 5px;
}

.why-us-box {
    background-color: var(--background-color);
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: rgba(6, 22, 58, 0.14) 0px 0px 11px 0px;
}

.why-us-icon {
    width: 60px;
    margin-bottom: 5px;
}

.why-us-box h4 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px;
}

.why-us-box p {
    margin-top: 10px;
    font-size: 15px !important;
    line-height: 25px !important;
}

.services-description h3 {
    margin-bottom: 15px;
}

.services-description p {
    font-size: 16px;
    line-height: 30px;
}

.services-carousel {
    position: relative;
}

.services-carousel .owl-theme .custom-nav {
    display: none;
}

.services-carousel .owl-carousel .item .thumbnail {
    margin: 0rem 1rem;
}

.services-carousel .owl-dots {
    display: none;
}

.service-box-alt {
    margin: 0px 15px;
}

.sb-thumbnail {
    position: relative;
    cursor: pointer;
}

.sb-thumbnail::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-image: linear-gradient(transparent,var(--primary-heading));
    opacity: 0.7;
    margin-top: -5px;
    z-index: 1;
}

.sb-caption {
    width: 100%;
    margin: 0px;
    position: absolute;
    bottom: 0px;
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
}

.sb-caption h3 {
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.sbt-icon {
    width: 60px;
    margin: auto;
}

.out-caption {
    text-align: center;
    margin-top: 25px;
    padding: 0px 20px;
}

.sb-thumbnail .bottom-line {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    bottom: -3px;
    background-color: var(--secundary-color);
    width: 80px;
    height: 5px;
    transition: 0.3s ease-in-out;
}

.sb-thumbnail:hover .bottom-line {
    width: 100%;
    height: 5px;
}

.image-hover .sb-thumbnail {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.image-hover .sb-thumbnail:hover + span {
    bottom: -36px;
    opacity: 1;
}

.hover-effects .sb-thumbnail .img-hover {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.hover-effects .sb-thumbnail:hover .img-hover {
    transform: scale(1.1);
}

.wide-info-section {
    background-color: var(--primary-color);
    background-image: -webkit-linear-gradient(180deg,var(--primary-color) 50%,#FFFF 50%);
    padding: 80px 0px;
}

.wi-parallax {
    background-image: url("../images/commons/logis-34.jpg");
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-left: -120px;
}

.wi-left-layer {
    margin: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 30%;
}

.wi-left-layer .btn-default {
    margin-top: 15px;
}

.wi-badge {
    position: absolute;
    bottom: 70px;
    left: 70px;
}

.wi-badge .popup-youtube {
    margin: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.services-thumb {
    margin: 25px 0px;
}

.st-caption {
    background-color: rgb(255, 255, 255);
    z-index: 1;
    position: relative;
    margin: -100px 15px auto;
    padding: 25px;
    border-bottom: solid 3px var(--secundary-color);
    transition: 0.3s ease-in-out;
}

.st-caption {
    text-align: center;
}

.st-caption h4 {
    font-weight: 600;
    margin-top: 10px;
}

.services-thumb:hover .st-caption {
    margin-top: -110px;
}

.about-careers h2 {
    margin-bottom: 15px;
}

.about-careers .signature {
    margin-top: 40px;
}

.careers-benefits {
    background-image: url("../images/commons/logis-42.jpg");
    padding: 60px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.careers-benefits::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-image: linear-gradient(to bottom right,var(--primary-heading),var(--primary-heading));
    opacity: 0.8;
}

.benefits-box {
    text-align: center;
    padding: 25px 35px;
}

.benefits-box .benefit-icon {
    width: 60px;
    margin: auto;
}

.benefits-box h4 {
    color: rgb(255, 255, 255);
    margin-top: 15px;
}

.benefits-box p {
    color: rgb(255, 255, 255);
}

.position-box {
    padding: 30px 20px;
}

.op-icon {
    width: 60px;
}

.position-box h4 {
    margin: 20px 0px 15px;
    font-weight: 600;
}

.position-box h6 {
    color: var(--secundary-color);
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0px;
}

.position-box h6 a {
    text-decoration: none;
}

.testimonials-carousel {
    position: relative;
}

.testimonials-carousel .owl-theme .custom-nav {
    display: none;
}

.testimonials-carousel .owl-dots {
    display: none;
}

.testimonials-carousel .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(0, 0, 0);
    margin: 0px 3px;
    box-shadow: none;
    border-radius: 50%;
}

.testimonials-carousel .owl-dots button.owl-dot.active {
    background-color: rgb(0, 0, 0);
    width: 15px;
    border: 1px solid rgb(0, 0, 0);
}

.testimonials-carousel .owl-dots button.owl-dot:focus {
    outline: none;
}

.testimonial-text {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 53px 3px;
    padding: 30px;
    border-radius: 11px;
    margin: 15px;
    text-align: center;
    position: relative;
}

.testimonial-text .fas {
    font-size: 40px;
    color: var(--primary-color);
    opacity: 0.9;
}

.testimonial-box .bottom-line {
    border-radius: 50px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    bottom: -5px;
    background-color: rgb(183 170 117);
    width: 50px;
    height: 5px;
    transition: 0.3s ease-in-out;
}

.testimonial-box:hover .bottom-line {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    bottom: -5px;
    background-color: var(--secundary-color);
    width: 100%;
}

.author-avatar {
    width: 100px;
    margin: 35px auto 0px;
}

.author-avatar img {
    border-radius: 50%;
}

.testimonial-box h4 {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: rgb(183 170 117);
    margin: 15px 0px 0px;
}

p.profession {
    text-align: center;
    margin-bottom: 0px;
}

.all-testimonials .testimonial-box {
    margin: 25px 0px;
}

.error-page {
    background-image: url("../images/commons/error-page-bg.jpg");
    height: calc(100vh);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.error-page::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-image: linear-gradient(to bottom right,var(--primary-heading),var(--primary-heading));
    opacity: 0.7;
}

.error-page-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: rgb(255, 255, 255);
}

.error-page-content h1 {
    font-size: 8rem;
    color: var(--secundary-color);
    font-weight: 600;
    margin-bottom: 60px;
}

.error-page-content h2 {
    font-size: 50px;
    line-height: 55px;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
}

.error-page-content p {
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.error-page-search {
    display: inline-block;
    position: relative;
    color: rgb(255, 255, 255);
    margin-top: 2rem;
    width: 70%;
}

.error-page-search .form-control {
    background-color: rgb(255, 255, 255);
    border: none;
    border-radius: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    height: 45px;
    color: var(--primary-heading);
    transition: 0.3s;
}

.error-page-search .form-control:focus {
    color: var(--primary-heading);
    background-color: rgb(255, 255, 255);
    outline: 0px;
    box-shadow: none;
}

.error-page-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2rem;
    height: 45px;
    line-height: 45px;
    text-align: center;
    pointer-events: none;
    color: var(--primary-heading);
    right: 0px;
    font-size: 16px;
}

.error-page-content .social-error-page ul li a {
    color: rgb(255, 255, 255);
    transition: 0.3s;
}

.error-page-content .social-error-page ul li a:hover {
    color: var(--main-blue-color);
}

.social-error-page ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 15px;
    font-size: 18px;
}

.home-about h2 {
    margin-bottom: 20px;
}

.ha-span-section {
    margin-top: 40px;
}

.ha-icon {
    width: 50px;
    margin-bottom: 10px;
}

.ha-inner {
    display: inline-block;
    margin-right: 35px;
}

.ha-inner h4 {
    font-size: 18px;
    margin: 15px 0px 5px;
    color: rgb(255, 255, 255) !important;
}

.ha-inner h5 {
    font-size: 18px;
    margin: 15px 0px 5px;
}

.home-about-img {
    position: relative;
}

.ws-box-alt h4 {
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin: 10px 0px;
}

.experience-badge {
    width: 80%;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(6, 22, 58, 0.14) 0px 0px 11px 0px;
    position: absolute;
    bottom: 30px;
    left: -50px;
}

.left-badge {
    background-color: var(--secundary-color);
    float: left;
    width: 15%;
    height: 118px;
    position: relative;
    text-align: center;
    padding: 40px 20px;
    border-radius: 10px;
}

.right-badge {
    background-color: rgb(255, 255, 255);
    float: right;
    width: 85%;
    padding: 20px;
}

.right-badge {
    background-color: rgb(255, 255, 255);
    float: right;
    width: 85%;
    padding: 20px;
}

.left-badge .counter {
    font-size: 60px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin: 0px;
    padding: 5px 0px;
}

.right-badge h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.right-badge p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.home-services-feature {
    position: relative;
}

.image-hover .home-services-feature {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.image-hover .home-services-feature:hover + span {
    bottom: -36px;
    opacity: 1;
}

.hover-effects .home-services-feature .img-hover {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.hover-effects .home-services-feature:hover .img-hover {
    transform: scale(1.1);
}

.home-services-feature::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-image: linear-gradient(transparent,var(--primary-heading));
    opacity: 0.7;
    margin-top: -5px;
    z-index: 1;
}

.home-services-feature .bottom-line {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    bottom: -3px;
    background-color: var(--secundary-color);
    width: 80px;
    height: 5px;
    transition: 0.3s ease-in-out;
}

.home-services-feature:hover .bottom-line {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    bottom: -3px;
    background-color: var(--secundary-color);
    width: 100%;
    height: 5px;
}

.section-title-bg {
    background-color: var(--primary-color);
    padding: 40px;
}

.counter-box {
    padding-top: 20px;
}

.counter-box .counter {
    font-size: 35px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-align: center;
}

.counter-caption p {
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 10px;
}

.counter-icon {
    width: 60px;
    margin: auto auto 20px;
}

.services-title-left h2 {
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-bottom: 0px;
}

.services-title-right p {
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
}

.wide-section-parallax {
    background-image: url("../images/commons/logis-6.jpg");
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.ws-flyer {
    background-color: rgba(29, 66, 138, 0.98);
    padding: 70px 50px;
    margin-top: -300px;
    position: relative;
}

.ws-flyer h2 {
    color: rgb(255, 255, 255);
}

.ws-flyer p {
    color: rgb(255, 255, 255);
    margin: 30px 0px;
}

.ws-content {
    margin-top: -140px;
}

.ws-content p {
    font-size: 16px;
    line-height: 27px;
    color: var(--primary-heading);
    font-style: italic;
}

.ws-content .fas {
    font-size: 30px;
    color: var(--secundary-color);
    margin-top: 15px;
}

.ws-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid rgb(255, 255, 255);
    background-color: var(--primary-color);
}

.user-avatar img {
    border-radius: 50%;
}

.signature {
    width: 200px;
    margin-top: 20px;
}

.company-features li {
    color: rgb(255, 255, 255);
    line-height: 30px;
}

.company-features li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ";
    margin-right: 10px;
    color: var(--secundary-color);
}

.left-line {
    width: 7px;
    height: 80px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 0px;
    top: 70px;
}

.pricing-table {
    box-shadow: rgba(6, 22, 58, 0.14) 0px 0px 11px 0px;
    padding: 50px 35px;
    text-align: center;
}

.pricing-table h3 {
    margin: 15px 0px;
}

.pt-icon {
    width: 60px;
    margin: auto;
}

.feature-list {
    margin: 20px 0px;
}

.feature-list li {
    margin: 10px 0px;
    color: var(--primary-heading);
    font-weight: 600;
    font-size: 14px;
}

hr.table-line {
    border-top: 1px solid rgba(204, 204, 204, 0.4);
    margin: 35px 0px;
}

.pricing-table h4 {
    font-size: 50px;
}

.pricing-table h4 span-price {
    font-size: 18px;
    position: absolute;
    margin-top: -5px;
    margin-left: -15px;
}

.pricing-table h4 span {
    font-size: 18px;
}

.pricing-table .btn-default {
    margin-top: 20px;
    padding: 6px 20px;
    font-size: 12px;
}

.ws-why-us {
    background-image: url("../images/commons/logis-7.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 60px 0px;
}

.ws-why-us::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-image: linear-gradient(to bottom right,var(--primary-heading),var(--primary-heading));
    opacity: 0.8;
}

.why-us-content-layer {
    background-color: rgba(255, 255, 255, 0.98);
    position: relative;
    z-index: 1;
    padding: 50px;
}

.why-us-content {
    margin: 0px;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
}

.why-us-content h2 {
    margin-bottom: 15px;
}

.why-us-content .btn-default {
    margin-top: 20px;
}

.why-us-img {
    position: relative;
}

.popup-youtube {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.news-carousel {
    position: relative;
}

.news-carousel .owl-theme .custom-nav {
    display: none;
}

.news-carousel .owl-dots {
    display: none;
}

.news-card {
    margin: 15px;
    box-shadow: rgba(6, 22, 58, 0.14) 0px 0px 11px 0px;
    padding: 30px;
    background-color: rgb(255, 255, 255);
}

.news-card .mr-3 {
    width: 60px !important;
}

.news-card .media img {
    border-radius: 50% !important;
}

.news-card .media-body {
    padding: 5px 0px;
}

.news-card .media-body h5 {
    font-size: 18px;
    margin-bottom: 0px;
}

.news-card .media-body p.author-profession {
    font-size: 14px;
    margin: -3px 0px 0px;
}

.nc-caption {
    margin-top: 20px;
}

.nc-caption h4 {
    line-height: 28px;
    margin-bottom: 10px;
}

.post-prev-thumb {
    position: relative;
    margin-top: 25px;
}

.date-layer {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--secundary-color);
    padding: 14px 15px 10px;
    text-align: center;
    border-left: 4px solid rgb(255, 255, 255);
    border-bottom: 4px solid rgb(255, 255, 255);
}

.date-layer h6 {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin-bottom: 0px;
}

.date-layer p {
    font-weight: 600;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
}

.image-hover .post-prev-thumb {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.image-hover .post-prev-thumb:hover + span {
    bottom: -36px;
    opacity: 1;
}

.hover-effects .post-prev-thumb .img-hover {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.hover-effects .post-prev-thumb:hover .img-hover {
    transform: scale(1.1);
}

.hs-feature {
    position: relative;
    cursor: pointer;
}

.image-hover .hs-feature {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.image-hover .hs-feature:hover + span {
    bottom: -36px;
    opacity: 1;
}

.hover-effects .hs-feature .img-hover {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.hover-effects .hs-feature:hover .img-hover {
    transform: scale(1.1);
}

.hs-feature::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-image: linear-gradient(transparent,var(--primary-heading));
    opacity: 0.8;
    margin-top: -5px;
    z-index: 1;
}

.hs-feature-caption {
    position: absolute;
    bottom: 10px;
    left: 20px;
    z-index: 1;
}

.hs-feature-caption h4 {
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-top: 10px;
}

.hs-icon {
    width: 45px;
}

.home-service-box {
    margin: 10px;
    box-shadow: rgba(6, 22, 58, 0.14) 0px 0px 11px 0px;
    position: relative;
}

.hs-caption {
    padding: 25px;
}

.hs-caption h6 {
    text-align: left;
    margin-top: 25px;
}

.hs-caption h6 a {
    text-transform: none;
    text-decoration: none;
}

.hs-caption h6::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹";
    margin-left: 10px;
}

.home-service-box .hs-bottom-line {
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80px;
    height: 5px;
    background-color: var(--secundary-color);
    transition: 0.3s ease-in-out;
}

.home-service-box:hover .hs-bottom-line {
    width: 100%;
    height: 5px;
}

.services-carousel-2 {
    position: relative;
}

.services-carousel-2 .owl-theme .custom-nav {
    display: none;
}

.services-carousel-2 .owl-dots {
    display: block;
}

.home-about-alt h2 {
    margin-bottom: 15px;
}

.span-bullets {
    margin-top: 30px;
}

.span-bullets ul li {
    line-height: 32px;
}

.span-bullets ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ";
    margin-right: 10px;
    color: var(--secundary-color);
}

.home-about-alt .hb-banner {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(6, 22, 58, 0.14) 0px 0px 11px 0px;
    padding: 20px;
    margin-top: 30px;
    border-right: solid 5px var(--secundary-color);
}

.hb-banner .media {
    padding-right: 20px;
}

.hb-banner .mr-3 {
    width: 50px;
}

.hb-banner .media-body h5 {
    font-size: 18px;
    margin-bottom: 5px;
}

.hb-banner .media-body p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}

.ws-features {
    background-image: url("../images/commons/logis-51.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0px;
}

.ws-features::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-image: linear-gradient(to bottom right,var(--primary-heading),var(--primary-heading));
    opacity: 0.8;
}

.ws-left-layer h2 {
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
}

.ws-left-layer p {
    color: rgb(255, 255, 255);
}

.ws-left-layer p strong {
    color: rgb(255, 255, 255);
}

.ceo-layer {
    margin-top: 30px;
}

.ceo-layer .mr-3 {
    width: 80px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50% !important;
}

.ceo-layer .media-body {
    padding-top: 10px;
}

.ceo-layer .media-body h5 {
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
}

.ceo-layer .media-body p {
    color: var(--secundary-color);
    margin-bottom: 0px;
}

.ceo-layer .signature {
    margin-top: 20px;
}

.feature-box {
    background-color: var(--primary-color);
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: rgba(6, 22, 58, 0.14) 0px 0px 11px 0px;
}

.feature-box .mr-3 {
    width: 60px;
}

.feature-box .media-body h5 {
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin-bottom: 5px;
}

.feature-box .media-body p {
    font-size: 14px;
    line-height: 22px;
    color: rgb(150, 190, 233);
    margin-bottom: 0px;
}

.bl-feature {
    background-image: url("../images/commons/logis-52.jpg");
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-shadow: rgba(6, 22, 58, 0.14) 0px 0px 11px 0px;
}

.bl-feature::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-image: linear-gradient(to bottom right,var(--secundary-color),var(--secundary-color));
    opacity: 0.2;
}

.ws-img-left-layer {
    background-image: url("../images/commons/logis-58.jpg");
    height: 550px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-shadow: rgba(6, 22, 58, 0.14) 0px 0px 11px 0px;
}

.ws-info-right-layer {
    height: 550px;
    box-shadow: rgba(6, 22, 58, 0.14) 0px 0px 11px 0px;
    margin-top: 50px;
    margin-left: -100px;
    background-color: rgb(255, 255, 255);
    position: relative;
}

.ws-info-right-layer .ws-right-content h5 {
    color: var(--secundary-color);
}

.ws-info-right-layer .ws-right-content h2 {
    color: var(--primary-heading);
}

.ws-info-right-layer .ws-right-content p {
    color: var(--paragraph-color);
}

.counter-layer {
    background-color: var(--primary-color);
    padding: 150px 0px 50px;
    margin-top: -200px;
}

.bottom-news-block {
    margin-top: 25px;
}

.blog-news-feature {
    cursor: pointer;
}

.image-hover .blog-news-feature {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.image-hover .blog-thumb:hover + span {
    bottom: -36px;
    opacity: 1;
}

.hover-effects .blog-news-feature .img-hover {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.hover-effects .blog-news-feature:hover .img-hover {
    transform: scale(1.1);
}

.image-hover .blog-news-feature {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border-radius: 10px;
    overflow: hidden;
}

.image-hover .blog-news-feature:hover + span {
    bottom: -36px;
    opacity: 1;
}

.blog-thumb {
    cursor: pointer;
    position: relative;
}

.image-hover .blog-thumb {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    border-radius: 6px;
}

.image-hover .blog-thumb:hover + span {
    bottom: -36px;
    opacity: 1;
}

.hover-effects .blog-thumb .img-hover {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.hover-effects .blog-thumb:hover .img-hover {
    transform: scale(1.1);
}

.blog-t-caption h6 {
    font-size: 14px;
    font-weight: 500;
    color: rgb(183 170 117);
    margin-bottom: 5px;
}

.blog-t-caption .btn-outline {
    padding: 7px 20px;
    font-size: 12px;
    text-transform: none;
    font-weight: 500;
}

.blog-news-feature {
    position: relative;
}

.blog-news-feature::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-image: linear-gradient(transparent,var(--primary-heading));
    opacity: 0.9;
    margin-top: -5px;
    z-index: 1;
}

.bnf-caption {
    margin: 0px;
    position: absolute;
    bottom: -61px;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    z-index: 1;
    padding: 0px 23px;
}

.bnf-caption h3 {
    color: rgb(255, 255, 255);
}

.bnf-caption p {
    color: rgb(255, 255, 255);
}

.bnf-caption .btn-default {
    text-transform: none;
}

.blog-news-feature .date-layer {
    background: rgba(12, 16, 23, 0.14);
    border: 1px solid rgba(157, 158, 64, 0.46);
    backdrop-filter: blur(6px);
    position: absolute;
    top: 23px;
    right: -2px;
    text-align: center;
    padding: 29px 10px;
    z-index: 1;
    border-radius: 8px;
}

.span-ws-layer {
    margin-top: 30px;
}

.ws-box-layer-alt {
    margin-top: 40px;
}

.ws-box-layer {
    padding-right: 15px;
}

.ws-box-layer h5 {
    color: var(--primary-heading) !important;
}

.ws-box-alt h4 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin: 20px 0px 5px;
}

h5.subtitle-alt {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.front-box-layer {
    box-shadow: rgba(6, 22, 58, 0.14) 0px 0px 11px 0px;
    margin-top: -110px;
    position: relative;
    z-index: 1;
}

.front-box {
    background: rgb(255, 255, 255);
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 19px 38px, rgba(0, 0, 0, 0.02) 0px 15px 12px;
    padding: 40px 20px;
}

.front-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0px 10px;
}

.front-box p {
    margin-bottom: 0px;
}

.front-box-icon {
    width: 60px;
    margin: auto;
}

.about-logistic h2 {
    margin-bottom: 15px;
}

.about-logistic-img {
    position: relative;
}

.service-parallax {
    background-image: url("../images/commons/logis-51.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0px;
}

.service-parallax::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-image: linear-gradient(to bottom right,var(--primary-heading),var(--primary-heading));
    opacity: 0.9;
}

.service-parallax .section-title h2 {
    position: relative;
    z-index: 1;
    color: rgb(255, 255, 255);
}

.service-parallax .out-caption p {
    color: rgb(255, 255, 255);
}

.all-service-option {
    color: rgb(255, 255, 255);
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.all-service-option a {
    color: var(--secundary-color);
}

.wu-box {
    margin-top: 40px;
}

.wu-box .media {
    margin: 20px 0px;
}

.wu-box .mr-3 {
    width: 70px;
}

.wu-box .media-body h5 {
    margin-bottom: 5px;
}

.wu-box .media-body p {
    font-size: 14px;
    line-height: 25px;
}

.why-us-right {
    position: relative;
}

.image-badge {
    background-color: rgb(255, 255, 255);
    padding: 35px;
    max-width: 300px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    outline: 1px dashed var(--secundary-color);
    outline-offset: -15px;
    margin-left: -80px;
    box-shadow: rgba(6, 22, 58, 0.14) 0px 0px 11px 0px;
}

.ib-icon {
    width: 60px;
}

.image-badge h4 {
    margin-top: 15px;
}

.testimonial-banner {
    background-color: var(--primary-color);
    padding: 80px 0px 200px;
}

.up-testimonial-layer {
    margin-top: -220px;
}

.up-testimonial-layer .section-title h2 {
    color: rgb(255, 255, 255);
}

.up-testimonial-layer .section-title h5 {
    color: rgb(255, 255, 255);
}

.call-action-wrapper {
    background-color: var(--primary-color);
    padding: 50px 40px;
}

.ca-left-side h3 {
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-bottom: 0px;
}

.ca-left-side p {
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
}

.ca-right-side .btn-default {
    float: right;
    margin-top: 10px;
}

.ca-right-side .btn-default:hover {
    background-color: var(--primary-heading);
    border: 1px solid var(--primary-heading);
}

.dark_logo {
    display: none;
}

.fixed-top .dark_logo {
    display: block;
}

.fixed-top .white_logo {
    display: none;
}

.top-contact li .btn-dark {
    display: inline-block;
    padding: 6px 18px;
    font-size: 14px;
    border-radius: 31PX;
}




}

.outside-circle.active {
    position: relative;
    background: rgb(109, 112, 37);
    border-radius: 10px 10px 0px 0px;
    

}

.memberssmall {
    margin-top: 23px;
}

.memberssmall .team-card h4 {
    font-size: 14px;
    font-weight: 500;
}

.owl-carousel .owl-item img {
    border-radius: 10px;
}

.session2023 .experience-badge {
    width: 100%;
    position: inherit;
}

.committeesnew {
    text-align: center;
}

.committeesnew img {
    margin: 0px auto;
    width: 50px !important;
}

.Law.company-features li {
    color: var(--primary-heading);
}

.Informationcenter .sb-thumbnail::before {
    display: none;
}

.QuickLinks .owl-carousel .owl-item img {
    width: 80px !important;
}

.otherwebsites {
    text-align: center;
}

.otherwebsites p {
    font-size: 11px;
    margin-top: 5px;
}

.otherwebsites img {
    width: 40px !important;
}

@media (max-width: 767px) {
    .fixed-top .navbar-brand {
        width: 60px;
    }
}

.seatingmaphome img, .seatinghall img {
    height: 400px;
    width: auto !important;
}

.Informationcenter .sb-thumbnail {
    padding: 0px 50px;
}

.Informationcenter .service-box-alt {
    margin: 0px 15px;
    border: 1px solid rgb(239, 239, 239);
    padding: 10px;
    width: 100%;
}

.textcut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.textcut1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.Press .sb-thumbnail img, .Magazine .sb-thumbnail img {
    min-height: 250px;
}

.InformationandStatistics img {
    min-height: 260px;
}

.commiteecaurosel .testimonial-text {
    height: 230px;
}

.brdrbtmsecundary-color {
    border-bottom: 1px solid var(--secundary-color);
}

.left-badgenew {
    background-color: rgb(195 167 115);
    text-align: center;
    padding: 6px 17px;
    display: inline-block;
    border-radius: 5px;
}

.left-badgenew p {
    line-height: 1;
    font-size: 30px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin: 0px;
}

.left-badgenew span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin: 0px;
}

.experience-badgenew {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(6, 22, 58, 0.14) 0px 0px 11px 0px;
    margin-bottom: 12px;
    border-radius: 10px;
}

.session2023 p {
    margin: 0px;
    text-transform: uppercase;
}

.newinformation img {
    border: 1px solid var(--secundary-color);
}

.newinformation {
    background-color: rgb(248, 248, 241);
    margin-bottom: 12px;
}

.emagazinenew {
    position: relative;
}

.emagazinetexts {
    background: rgba(255, 255, 255, 0.69);
    padding: 20px 10px;
    border: 5px solid rgba(153, 154, 57, 0.49);
    position: relative;
    z-index: 1;
    bottom: 81px;
    text-align: center;
}

.emagazinenew img {
    height: 370px;
}

.InformationStatistics img {
    width: 170px;
}

h4 {
    font-size: 17px;
    font-weight: 500;
    color: rgb(109, 112, 37);
}

.newinformation {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(6, 22, 58, 0.14) 0px 0px 11px 0px;
    border-radius: 10px;
    margin: 5px;
}

.nav-tabs .nav-link, .btn-default {
    background-image: url("../images/Arabic_pattern_white.png");
    border-radius: 9px;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: rgb(153, 154, 57);
    color: rgb(255, 255, 255);
    margin: 0px;
    transition: 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: -30px;
}

[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(109, 112, 37) !important;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: rgb(153, 154, 57);
    color: rgb(255, 255, 255);
    margin: 0px;
    transition: 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: -30px;
}

.owl-nav button.owl-next {
    right: -30px;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: rgb(153, 154, 57);
    margin: 0px 3px;
    border: 0px;
}

.owl-dots button.owl-dot.active {
    background-color: rgb(109, 112, 37);
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(109, 112, 37) !important;
}

.mysection {
    padding: 1.5rem 0px;
}

.arrowm::before {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Free";
    top: 23px;
    right: 0px;
}

.memberhome {
    border-radius: 20px;
    background: rgb(153, 154, 57);
    color: rgb(255, 255, 255);
    padding: 10px 0px;
}

.memberhome .team-card h4, .memberhome .team-card p {
    color: rgb(255, 255, 255);
}

.memberhome .tc-caption {
    padding: 10px 0px;
    border-bottom: 0px;
}

.innercontentscontainer {
    padding: 0px 0px 3rem;
}

#sidebar-left {
    margin-bottom: 25px;
}

#sidebar-left .uk-accordion-title {
    display: none;
}

@media (min-width: 768px) {
    #sidebar-left {
        margin-bottom: 0px;
    }

    #sidebar-left .uk-accordion-title::after {
        display: none;
    }
}

@media (max-width: 768px) {
    #sidebar-left .uk-accordion-title {
        display: block;
    }
}

@media (min-width: 768px) {
    #sidebar-left {
        margin-bottom: 0px;
    }

    #sidebar-left .uk-accordion-title::after {
        display: none;
    }
}

#sidebar-menu .uk-nav {
    border-bottom: 1px solid rgb(255, 255, 255);
    margin: 0px;
    padding: 0px;
}

#sidebar-left .uk-accordion-title {
    margin: 0px;
    padding: 10px;
    background: rgb(153, 154, 57);
    color: rgb(255, 255, 255);
}

#sidebar-left .uk-accordion-title::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§";
    float: right;
    line-height: 1.5;
    font-size: 15px;
}

#sidebar-left .uk-accordion-title[dir="rtl"]::after {
    float: left;
    margin-right: 8px;
    margin-left: 0px;
}

#sidebar-left .uk-accordion-title.uk-active::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨";
    float: right;
}

#sidebar-left .uk-accordion-title.uk-active[dir="rtl"]::after {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨";
    float: left;
    margin-right: 8px;
    margin-left: 0px;
}

#sidebar-left .uk-accordion-content {
    padding: 0px;
}

#sidebar-menu {
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    #sidebar-menu {
        margin-bottom: 25px;
    }
}

#sidebar-menu .uk-nav {
    border-bottom: 1px solid rgb(255, 255, 255);
}

#sidebar-menu .uk-nav > li > a {
    text-decoration: none;
    padding: 10px 5px;
    display: inline-block;
    width: 100%;
    color: rgb(153, 154, 57);
    font-size: 15px;
}

#sidebar-menu .uk-nav > li > a:hover {
    background: rgb(109, 112, 37);
    color: rgb(255, 255, 255);
}

#sidebar-menu .uk-nav > li {
    display: flex;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(153, 154, 57);
}

#sidebar-left li .active {
    background: rgb(109, 112, 37);
    color: rgb(255, 255, 255) !important;
}

#sidebar-menu .uk-nav > li:first-child {
    margin-top: 10px;
}

#sidebar-menu .uk-nav > li > a:active {
    background: rgb(109, 112, 37);
    color: rgb(255, 255, 255);
}

@media (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio:2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio:2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio:2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #sidebar-left ul.uk-nav, #sidebar-left div.sidebar-content-wrap {
        max-height: 0px;
        overflow: hidden;
        transition: max-height 0.5s ease-out;
    }

    #sidebar-left ul.open, #sidebar-left div.open {
        max-height: 1400px;
    }
}

#sidebar-left li .active {
    background: rgb(153, 154, 57);
    color: rgb(255, 255, 255) !important;
}

#sidebar-left ul li, #sidebar-left ol li {
    padding: 0px;
}

.innermembers {
    margin-bottom: 12px;
    padding: 12px;
    text-align: center;
    width: 100%;
    border: 1px solid rgb(211, 211, 211);
    height: 320px;
}

.innermembers h1 {
    font-size: 18px;
}

.innermembers li {
    display: inline-block;
    padding: 5px;
    background-color: rgb(109, 112, 37);
    color: rgb(255, 255, 255);
}

.innermembers li:hover {
    background-color: rgb(153, 154, 57);
}

.innermembers li a {
    color: rgb(255, 255, 255);
}

.innermembers img {
    border: 1px solid rgb(153, 154, 57);
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.innermembers img:hover {
    border-radius: 0%;
}

.leftmenucontents p {
    text-align: justify;
}

.innerdetails {
    border: 1px solid rgb(211, 211, 211);
    padding: 10px;
    margin-bottom: 5px;
}

.innerdetails label {
    font-weight: 400;
    margin: 0px 10px;
}

.innerdetails h4 {
    background-color: rgb(153, 154, 57);
    padding: 4px 10px;
    color: rgb(255, 255, 255);
    font-size: 20px;
}

.lawsandlegislation-inner {
    display: inline-block;
    width: 100%;
}

.lawsandlegi {
    margin-bottom: 12px;
}

.lawsandlegi li {
    color: rgb(173, 171, 168);
}

.lawsandlegi img {
    width: 100%;
}

.lawsandlegi img:hover {
    filter: grayscale(1);
}

img:hover {
    filter: grayscale(0);
}

.lawsandlegi h1 {
    font-size: 16px;
}

.rightsections {
    display: inline-block;
    border: 1px solid rgb(211, 211, 211);
    padding: 10px;
}

.descriptionpdf {
    margin-bottom: 10px;
}

.singlepagecontainer {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(6, 22, 58, 0.14) 0px 0px 11px 0px;
    padding: 30px;
    margin: 15px;
}

iframe {
    width: 100% !important;
}

.shurapagination .btn {
    margin: 2px;
}

.full-circleCount {
    background-color: rgb(153, 154, 57);
    border: 3px solid rgb(245, 245, 245);
    height: 150px;
    color: rgb(255, 255, 255);
    width: 150px;
    font-size: 80px;
    border-radius: 75px;
    margin: 20px auto;
    line-height: 1.8;
    font-weight: 700;
}

.sessionbroadcast .videogalleryimage img {
    height: auto !important;
}

.usefullinksNew a {
    color: rgb(109, 112, 37);
}

.myloginnew {
    background: rgb(239, 239, 239);
    padding: 50px;
    border-radius: 15px;
}

.printandshare li {
    display: inline-block;
}

.printandshare {
    float: right;
}

.printandshare li ul li a {
    padding: 6px 8px 1px;
    background: rgb(109, 112, 37);
    margin-top: 10px;
    display: block;
    border-radius: 5px;
    color: rgb(255, 255, 255) !important;
}

.printandshare .rsbtn {
    top: -11px;
}

@media print {
    body {
        print-color-adjust: exact;
    }

    .allcontents {
        display: inline;
        break-after: page;
    }

    .footer, #non-printable {
        display: none !important;
    }

    #printable {
        display: block;
    }

    .hidden-print, .InnerContentshare, .breadcumb-majlis, .nav-side-menu, .ratingcontent, .search-inner, .member-butons, .news-search-inner, .pager, .innerContent iframe, .a-portal-menu, .toggle-btn, .menueheader, .ajax__tab_inner, .czone .layoutcName .col-md-3, .topheadwithimage td, .EserviceTableTop, #sidebar-left, .shurapagination, .search-form {
        display: none !important;
    }
}

.side-icon img {
    display: block !important;
    margin: 0px auto !important;
}

.side-icon {
    margin-bottom: 12px;
}

.abc .form-control {
    padding: 5px 10px !important;
    margin-bottom: 12px !important;
}

.mondatory {
    border-left: 3px solid rgb(153, 154, 57) !important;
}

.abc input[type="text"] {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(33, 37, 41);
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border: 1px solid rgb(206, 212, 218);
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 5px 10px !important;
    margin-bottom: 10px !important;
}

.abc .label-style {
    background-color: whitesmoke;
    width: auto;
    text-decoration: line-through palevioletred;
    font-size: 30px;
}

.abc .form-check {
    display: inline-block;
    margin: 10px;
}

.breadcrumb-item {
    color: rgb(153, 154, 57);
    font-weight: 400 !important;
    font-size: 1rem !important;
}

.breadcrumb-item.active {
    color: rgb(109, 112, 37);
    font-weight: 500 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgb(109, 112, 37);
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.neheadingstyle {
    font-size: 26px;
    margin-bottom: 25px;
    color: rgb(109, 112, 37);
    border-left: 5px solid rgb(109, 112, 37);
    padding-left: 15px;
}

.editing-form-control-nested-control .form-control {
    margin-bottom: 12px !important;
}

[type="submit"]:not(:disabled) {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 0;
    letter-spacing: 1px;
    font-weight: 600;
    background-color: rgb(183 170 117);
    border: 0px solid var(--secundary-color);
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border-radius: 33px;
    color: rgb(255, 255, 255);
    transition: 0.3s ease-in-out;
}

[type="submit"]:not(:disabled):hover {
    color: rgb(255, 255, 255);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.formwidget-submit-text {
    font-size: 26px;
    color: rgb(153, 154, 57);
    margin: 30px 0px;
    font-weight: 500;
    line-height: 1.5;
}

.newsearchcontainer {
    padding: 80px 0px;
}

.fc-h-event {
    background-color: rgb(109, 112, 37);
    border: 1px solid rgb(109, 112, 37);
    padding: 2px;
}

.fc .fc-button-primary:disabled {
    color: rgb(255, 255, 255);
    background-color: rgb(109, 112, 37) !important;
    border-color: rgb(109, 112, 37) !important;
}

.fc .fc-button-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: rgb(255, 255, 255) !important;
}

.ServiceDashboard .flat-toggle img {
    height: 50px;
    width: auto;
    margin-bottom: 12px;
}

.e-servicetooglecontents {
    display: inline-block;
    width: 100%;
}

.singlepagecontainer {
    display: inline-block;
    width: 100%;
}

.breadcumb-majlis {
    float: left;
    margin-top: 17px;
}

.memberssmall .owl-carousel .owl-item img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 0px auto;
}

.memberhome .owl-carousel .owl-item img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 0px auto;
}

.innermember .team-card img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 0px auto;
}

.innermember .team-card {
    text-align: center;
}

.member-butons {
    margin-bottom: 10px;
}

.chairman img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 0px auto;
}

.chairman .team-card, .chairman .tc-portrait {
    text-align: center;
}

.AdvancedSearch {
    background-color: rgb(246, 246, 238);
    color: rgb(153, 154, 57);
    padding: 5px;
    margin-bottom: 12px;
}

.FeaturedNewsCont {
    display: inline-block;
    width: 100%;
}

.shurastrippedtable table {
    border-collapse: collapse;
    width: 100%;
}

.shurastrippedtable td, .shurastrippedtable th {
    border: 1px solid rgb(153, 154, 57);
    table-layout: fixed;
    padding: 8px;
}

.shurastrippedtable tr:nth-child(2n) {
    background-color: rgb(153, 154, 57);
    color: rgb(255, 255, 255);
}

.shurastrippedtable th {
    background: rgb(109, 112, 37);
    color: rgb(255, 255, 255);
    font-weight: 500;
}

.sessiondetails .innermembers {
    height: auto !important;
}

.imagemapposition img {
    width: auto !important;
}

.innermembers h1 {
    line-height: normal !important;
}

.searchitem_container .search-tile-badge {
    font-size: 15px;
    text-decoration: underline;
}

.searchitem_container .date-newsnew {
    font-size: 15px;
}

#btnSubscribe {
    text-transform: none;
}

.stattisticCount {
    font-weight: 700;
    margin-bottom: 42px;
    display: inline-block;
}

.eservicesstatistics .innermembers {
    box-shadow: rgb(223, 213, 213) 2px 2px 1px;
    border: 1px solid rgb(211, 211, 211);
    height: 160px;
    padding: 20px;
    display: inline-block;
}

.readmorelaw {
    padding: 2px;
    border-radius: 3px;
    margin: 0px 10px;
    font-size: 12px;
    color: rgb(153, 154, 57);
    text-decoration: underline;
}

.member-badge-slider {
    position: relative;
    width: 308px;
    height: 308px;
    margin: 1px auto;
}



.circle-photo-slider .photo {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s, transform 0.6s;
}

.circle-photo-slider .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.circle-photo-slider .photo.active {
    opacity: 1;
    transform: scale(1);
}

.circle-photo-slider .photo:not(.active) {
    transform: scale(0.9) rotate(-15deg);
}

.text-ring {
    position: absolute;
    width: 361px;
    height: 379px;
    z-index: 1;
}

.text-ring text {
    font-family: 'Avenir Next';
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    fill: rgb(51, 51, 51);
}

.text-ring .wilayat {
    font-size: 6px;
    fill: rgb(91, 78, 46);
}

.text-ring .name {
    font-size: 8px;
    fill: rgb(26, 26, 26);
}

.arrowm{
    position: absolute;
    top: 50%;
    width: 21px;
    height: 21px;
    /* background: rgba(255, 255, 255, 0.8); */
    border: 0px solid rgb(153, 154, 57);
    border-radius: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    font-size: 16px;
    color: #999a39;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: 0.3s;
    backdrop-filter: blur(4px);
}

.arrowm:hover {
    background: rgb(255, 255, 255);
    color: rgb(183, 155, 79);
    transform: translateY(-50%) scale(1.1);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px;
}

.arrowm.left {
    left: 8px;
}

.arrowm.right {
    right: 8px;
}

@media (max-width: 480px) {
    .member-badge-slider {
        width: 180px;
        height: 180px;
    }

    .circle-photo-slider {
        width: 90px;
        height: 90px;
    }

    .arrowm {
        width: 26px;
        height: 26px;
        font-size: 16px;
    }
}

.section-wrapper {
    margin-bottom: 80px; /* push next section down */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 41px;
    text-align: center;
    padding: 29px 0 22px;
    overflow: hidden;
    z-index: 12;
    margin: 0; /* removed -98px */
    position: absolute;
}

.section-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/back.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform-origin: center;
  animation: rotateBg 60s linear infinite;
  z-index: 7;
  opacity: 0.3;
}

.section-wrapper img,
.section-wrapper svg {
  max-width: 100%;
  height: auto;
  display: block;
}

@keyframes rotateBg {
  0% {
    transform: rotate(0deg) scale(1.2);
  }
  100% {
    transform: rotate(360deg) scale(1.2);
  }
}


@media (min-width: 792px) {
  .section-wrapper {
    height: 59vh; /* restore for large screens if you want */
  }
}
.member-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 52;
}

.member-circle {
    position: relative;
    width: 355px;
    height: 352px;
    margin: 2px 0 0px 0px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.member-item a.read-more {
    /* margin-top: 1px; */
    display: inline-block;
    color: rgb(41 20 1);
    padding: 6px 18px;
    /* border-radius: 60px; */
    font-weight: 600;
    font-size: 16px;
    border: ;
    oration: none;
    z-index: 10;
    /* backdrop-filter: blur(22px); */
}

.member-item a.read-more:hover {
    background: rgb(109, 112, 37);
}

.member-badge-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.member-badge {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../images/memback5.png") center center / cover no-repeat;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 5px 56px;
    overflow: hidden;
}

.circle-photo-slider {
    position: absolute;
    width: 201px;
    height: 201px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
    border: 1px solid rgb(183 170 117);
    box-shadow: rgb(43 0 0 / 77%) 0px 4px 20px;
}

.circle-photo-slider .photo {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s;
}

.circle-photo-slider .photo.active {
    opacity: 1;
}

.circle-photo-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.text-ring {
    position: absolute;
    width: 286px;
    height: 301px;
    z-index: 3;
}

.text-ring text {
    font-weight: 600;
    text-transform: uppercase;
}

.text-ring .name {
    font-size: 15px;
    fill: rgb(183 170 117);
}

.text-ring .wilayat {
    font-size: 13px;
    fill: rgb(183 170 117);
    z-index: 10000;
}


.map-circle {
    background: url("../images/memback3.png") center center / cover no-repeat;
}

.hall-circle {
    background: url("../images/memback.png") center center / cover no-repeat;
}

.map-circle img, .hall-circle img {
    width: 179px;
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 2px 5px);
    transition: transform 0.3s;
}

.map-circle:hover img, .hall-circle:hover img {
    transform: scale(1.08);
}

.title-ring {
    position: absolute;
    width: 332px;
    height: 321px;
    z-index: 4;
    pointer-events: none;
}

.title-ring text {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    margin: 23px !important;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    font-size: 15px;
    fill: rgb(183 170 117);
}

.stats-wrapper {
    background-image: url("../images/back.jpg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 81px;
    flex-wrap: wrap;
    text-align: center;
    padding: 81px 0px 53px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-label {
    color: rgb(91, 78, 46);
    letter-spacing: 0.3px;
}

.stat-circle {
    background-image: url("../images/back.jpg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 226px;
    height: 226px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 2px solid rgba(153, 154, 57, 0.11);
}

.title-ring.small {
    position: absolute;
    width: 260px;
    height: 260px;
    z-index: 2;
    pointer-events: none;
}

.title-ring.small text {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-size: 11px;
    fill: rgb(91, 78, 46);
}

.stat-number {
    position: relative;
    z-index: 3;
    font-size: 53px;
    font-weight: 600;
    color: rgb(195 167 115);
    line-height: 1;
}

@media (max-width: 768px) {
    .stats-wrapper {
        gap: 30px;
    }

    .stat-circle {
        width: 190px;
        height: 190px;
    }

    .stat-number {
        font-size: 53px;
    }
}

.titleSession {
    font-size: 80px;
    font-weight: 600;
    font-family: inherit;
    color: rgba(208, 208, 208, 0.27);
    padding: 27px 0px 22px;
    line-height: 61px;
}

h2.titleSession {}

.titleNews {
    font-family: "Avenir Next";
    color: rgb(208 208 208 / 69%);
    padding: 6px 0px 0px;
    line-height: 79px;
    font-size: 80px !important;
    font-weight: 600 !important;
}
.titlemem {
    font-family: "Avenir Next";
    color: rgb(255 255 255 / 7%);
    padding: 4px 0px 0px 0px;
    line-height: 24px;
    font-size: 80px !important;
    font-weight: 600 !important;
    z-index: 0;
}



/* Quick Links  */
 .shura-section{margin:40px 0}
  .shura-title{font-weight:800;font-size:clamp(1.3rem,3vw,1.6rem);color:var(--shura-text);margin:0 0 20px 0}
  
  .shura-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(200px,1fr));
    gap:18px;
  }

  .shura-card{
    background:var(--shura-bg);
    border-radius:var(--shura-radius);
    border:1px solid rgba(0,0,0,.08);
    box-shadow:var(--shura-shadow);
    text-align:center;
    border-radius: 8px;
    padding: 12px 7px 14px;
    transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
  }
  .shura-card:hover{transform:translateY(-4px);box-shadow:0 14px 40px rgba(0,0,0,.12);border-color:rgba(1,71,77,.25)}
  
  .shura-card a{text-decoration:none;color:inherit;display:block}
  
  .shura-icon{
    font-size: 1.3rem;
    color:var(--shura-accent);
    margin-bottom: 13px;
    transition:transform .25s ease;
    color: rgb(109, 112, 37);
  }
  .shura-card:hover .shura-icon{transform:scale(1.1)}
  
  .shura-name{
    font-size: 0.9rem;
    font-weight: normal;
    line-height:1.3;
    color:var(--shura-text);
    margin:0;
    white-space:normal;
    color: rgb(147 147 147);
  }

  html[dir="rtl"] .shura-title{text-align:right}


.shura-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  text-align: center;
}

.shura-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.3s, box-shadow 0.3s;
  padding: 20px;
}

.shura-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.shura-icon {
  font-size: 25px;
  color: rgb(183 170 117); /* deep maroon accent */
  margin-bottom: 10px;
}

.shura-name {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}


/* Footer */
/* Layout base */
.site-footer {
  background: linear-gradient(180deg, #faf9f7 0%, #f6f5f2 100%);
  color: #242424;
  padding: 64px 0 24px;
  border-top: 1px solid #e5e7eb;
}

.footer-title { font-weight: 700; margin-bottom: 14px; }
.footer-text { color: #6b7280; line-height: 1.7; margin-bottom: 16px; }

/* Column separators */
.footer-columns .footer-border { border-right: 1px solid #e0e0e0; }
.footer-columns .col-lg-3:last-child,
.footer-columns .col-lg-4:last-child { border-right: none; }

@media (max-width: 992px) {
  .footer-columns .footer-border {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

/* Social */
.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: rgb(153, 154, 57);
  background: #fff;
  transition: 0.3s;
}
.footer-social a:hover {
  transform: translateY(-3px);
  color: #a01414;
}

/* Newsletter */
.footer-newsletter {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-input {
  flex: 1 1 240px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
}
.footer-btn {
  background: #7c0a0a;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px 20px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}
.footer-btn:hover { filter: brightness(1.1); }

/* Visitors */
.visitors-box {
  background: #fff;
  border: 1px dashed #e5e7eb;
  padding: 8px 12px;
  border-radius: 10px;
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

/* App icons (moved to bottom) */
.app-icons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.app-icons a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7c0a0a;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: 0.3s;
}
.app-icons i { font-size: 28px; }
.app-icons a:hover { color: #a01414; transform: translateX(3px); }

/* Partner links */
.brand-links.flat {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.brand-link.flat {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}
.brand-link.flat img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: grayscale(100%) brightness(0.7);
  transition: 0.3s;
}
.brand-link.flat:hover img { filter: grayscale(0%) brightness(1); }
.brand-link.flat:hover span { color: #7c0a0a; }

.footer-divider { margin: 32px 0; border-color: #e5e7eb; }
.footer-bottom { font-size: 0.95rem; color: #6b7280; }
.footer-links { display: flex; gap: 10px; }

 .shura2-book-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 7em 0px;
  color: var(--shura-ink);
  z-index: 1;
}

/* Create a rotating background layer */
.shura2-book-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../images/back7.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: center center;
  z-index: -1;
  opacity: 1; /* soft visibility */
}

@media (min-width: 992px) {
  .shura2-book-section::before {
    background-attachment: fixed;
  }
}



  .shura2-book-section::before{
    content:"";
   
    opacity: 0.35;
   
    backdrop-filter: blur(19px);
  }
 
  .shura2-book-section::after{
    content:"";
    position: absolute;
    inset: 0;
    z-index:1;
    pointer-events:none;
  
      linear-gradient(to bottom, #fff 0%, rgba(255,255,255,0) 20%),
      linear-gradient(to top,    #fff 0%, rgba(255,255,255,0) 20%); */
    
    b
  }

  .shura2-wrap{position:relative; z-index:2; max-width:760px; margin:0 auto}
  .shura2-grid{
    display:grid;
    gap: 95px;
    grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));
  }

  /* Small, clean card */
  .shura2-card{
    background: rgb(242 237 225 / 41%);
    border: 1px solid rgb(180 167 115);
    border-radius:10px;
    padding: 43px 8px 14px;
    text-align:center;
    box-shadow:0 4px 12px rgba(0,0,0,.12);
  }

  /* ===== PURE CSS TRUE 3D BOOK (only cover tilts) ===== */
  .shura2-cover3d{
    --t: 8px;     /* thickness */
    --z: 12px;    /* lift */
    width:72%; aspect-ratio:2/3; margin:4px auto 8px;
    position:relative; perspective:900px; transform-style:preserve-3d;
  }
  .shura2-book3d{
    position:absolute; inset:0; margin:auto;
    transform-style:preserve-3d;
    transform: translateZ(var(--z));
    transition: transform .25s ease;
  }
  /* tilt only when hovering the cover area */
  @media (hover:hover){
    .shura2-cover3d:hover .shura2-book3d{
      transform: translateZ(var(--z)) rotateX(10deg) rotateY(16deg);
    }
  }

  /* soft shadow under the book (static, CSS-only) */
  .shura2-shadow{
    position:absolute; inset:auto 15% -5px 15%; height:10px; border-radius:30px;
    background:rgba(0,0,0,.28); filter:blur(8px);
  }

  /* faces of the cuboid */
  .shura2-face{position:absolute; inset:0; border-radius:8px; overflow:hidden}
  .shura2-front{
    transform: translateZ(calc(var(--t)/2));
    box-shadow:0 6px 12px rgba(0,0,0,.22); background:#fff;
  }
  .shura2-front img{width:100%; height:100%; object-fit:cover; display:block}

  .shura2-back{
    transform: rotateY(180deg) translateZ(calc(var(--t)/2));
    background:#dcdcdc;
  }
  .shura2-spine{
    width:var(--t); height:100%; left:calc(-1*var(--t)/2);
    transform: rotateY(90deg);
    background:linear-gradient(90deg, rgba(0,0,0,.25), rgba(255,255,255,.2));
  }
  .shura2-top,.shura-bottom{
    height:var(--t); width:100%;
    background:repeating-linear-gradient(90deg,#f8f6f1 0 2px,#eee 2px 4px);
  }
  .shura2-top{ top:calc(-1*var(--t)/2); transform: rotateX(90deg) }
  .shura2-bottom{ bottom:calc(-1*var(--t)/2); transform: rotateX(-90deg) }

  /* Text & button */
  .shura2-title{margin: 26px 5px 10px 7px;font-size: 25px;font-weight: 500;color: rgb(192 171 126);}
  .shura2-blurb{margin: 15px 1px 6px;font-size: 1rem;line-height:1.3;color: #75633c;}
  .shura2-btn{
    display:inline-block;
    padding: 13PX 106PX;
    border-radius: 28PX;
    background: rgb(192 171 126);
    color: #ffffff;
    text-decoration:none;
    font-size: 16PX;
    transition: transform .18s ease, background .18s ease;
  }
  .shura2-btn:hover{transform:translateY(-1px);background: rgb(109, 112, 37);}

  /* Accessibility */
  @media (prefers-reduced-motion: reduce){
    .shura2-book3d{ transition:none }
    .shura2-cover3d:hover .shura-book3d{ transform: translateZ(var(--z)) }
  }/* ==== FIX: Members Section Responsive and Overlap ==== */
.section-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 70px;
  text-align: center;
  padding: 5px 0 80px; /* added bottom padding for spacing */
  margin: 0 !important; /* removed negative margin */
  height: auto !important; /* allow height to grow naturally */
  overflow: hidden;
  z-index: 1;
}

/* rotating background behind section */
.section-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/back.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform-origin: center;
  animation: rotateBg 60s linear infinite;
  z-index: 4;
  opacity: 0.3;
  top: -91px;
}

/* responsive images and SVGs inside members */
.section-wrapper img,
.section-wrapper svg {
  max-width: 100%;
  height: auto;
  display: block;
}

/* prevent horizontal overflow globally */
html, body {
  overflow-x: hidden;
}

/* ensure the next section never overlaps */
.section-wrapper + * {
  position: relative;
  z-index: 2;
  margin-top: 0 !important;
}

/* optional fix for about or next section overlap */
.ws-about-layer,
.ws-right-layer,
.service-list {
  margin-top: 0 !important;
}

/* responsive tuning */
@media (max-width: 991px) {
  .section-wrapper {
    gap: 40px;
    padding: 30px 0 60px;
    height: auto;
  }
}
/* New Footer Style */
:root {
  --sh-ink:#1f2937;
  --sh-muted: #6b7280;
  --sh-accent: #9b8e58;
  --sh-border:#e5e7eb;
}

/* ===== Layout ===== */
.sh-footer {
  color:var(--sh-ink);
  border-top:1px solid var(--sh-border);
  padding:64px 0 24px;
  font-family:"Avenir Next",system-ui,sans-serif;
  background-color: #f2f2f26b;
}
.sh-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../images/back7.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: center center;
  z-index: -1;
  opacity: 1; /* soft visibility */
}
 
.sh-container {
  max-width:1300px;
  margin:0 auto;
  padding:0 20px;
   
}
.sh-footer-grid {
  display:grid;
  grid-template-columns:1fr 1fr 1fr 1fr;
  gap:32px;
}
@media(max-width:992px){.sh-footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.sh-footer-grid{grid-template-columns:1fr}}

/* ===== Brand Section ===== */
.sh-footer-logo{width:160px;margin-bottom:15px}
.sh-footer-text{color:var(--sh-muted);line-height:1.7;margin-bottom:18px}

/* ===== Social Media ===== */
.sh-footer-social{display:flex;gap:10px}
.sh-footer-social a{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  background:#fff;
  border-radius:50%;
  border: 1px solid rgb(183 170 117);
  color: rgb(183 170 117);
  transition:.3s;
}
.sh-footer-social a:hover{
  background:var(--sh-accent);
  color:#fff;transform:translateY(-3px);
}

/* ===== Links ===== */
.sh-footer-links{list-style:none;margin:0;padding:0}
.sh-footer-links li{display:block;padding:6px 0;border-bottom:1px solid #eee}
.sh-footer-links li:last-child{border:none}
.sh-footer-links a{color:#333;text-decoration:none;display:block;transition:color .3s}
.sh-footer-links a:hover{color:var(--sh-accent)}

.sh-links-wrapper:not(.expanded) .sh-footer-links li:nth-child(n+7){display:none}

.sh-toggle-btn{
  border:none;
  background:none;
  color: rgb(183 170 117);
  cursor:pointer;
  margin-top:10px;
  font-weight:600;
  display:inline-flex;
  align-items:center;
  gap:5px;
}
.sh-toggle-btn .sh-arrow{transition:transform .25s}
.sh-links-wrapper.expanded + .sh-toggle-btn .sh-arrow{transform:rotate(180deg)}

/* ===== Newsletter ===== */
.sh-footer-title{font-size:1.1em;margin-bottom:12px;color:var(--sh-ink)}
.sh-newsletter-field{position:relative;width:100%;max-width:360px}
.sh-footer-input{
  width:100%;padding:12px 60px 12px 14px;border-radius:30px;
  border:1px solid var(--sh-border);outline:none;font-size:.95em;
}
.sh-footer-btn{
  position:absolute;right:4px;top:50%;transform:translateY(-50%);
  background:var(--sh-accent);border:none;color:#fff;border-radius:50%;
  width:38px;height:38px;display:flex;align-items:center;justify-content:center;
  cursor:pointer;transition:.3s;
}
.sh-footer-btn:hover{background:#7b7e29}

/* ===== Partner Logos ===== */
.sh-partner-logos{
  display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:25px;
}
.sh-partner-logos a{
  display:flex;align-items:center;justify-content:center;
  background:#fff;border:1px dashed var(--sh-border);
  border-radius:10px;padding:10px;transition:.3s;
}
.sh-partner-logos a:hover{
  border-color:var(--sh-accent);
  box-shadow:0 6px 18px rgba(0,0,0,.05);
}
.sh-partner-logos img{
  max-width:70%;height:auto;
  filter:grayscale(100%) brightness(.8);
  transition:.3s;
}
.sh-partner-logos a:hover img{filter:none}

/* ===== Bottom ===== */
.sh-footer-divider{margin:24px 0;border:0;border-top:1px solid var(--sh-border)}
.sh-footer-bottom{
  display:flex;flex-wrap:wrap;justify-content:space-between;
  gap:10px;color:var(--sh-muted);font-size:.95rem;
}
.sh-footer-legal{display:flex;gap:10px}
.sh-footer-legal a{color:#444;text-decoration:none}
.sh-footer-legal a:hover{color:var(--sh-accent);text-decoration:underline}
/* End footer */

