@font-face {
    font-family: pangram;
    src: url(fonts/Pangram/PPPangramSans-Thin.otf);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: strawford;
    src: url(fonts/strawford/Strawford\ Regular\ Italic\ 400.otf);
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: strawford;
    src: url(fonts/strawford/Strawford\ Regular\ 400.otf);
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: pangram;
    src: url(fonts/Pangram/PPPangramSans-ExtraboldItalic.otf);
    font-style: italic;
    font-weight: 900;
}

 ::-webkit-scrollbar {
    width: 5px;
    border: 100px;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: var(--scroll-bar-bg-color);
    border-radius: 100px;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #f3b11a;
    border-radius: 100px;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #b87d2c;
}

html,
body {
    background-color: #F3F2EF;
    overflow-x: hidden;
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color);
    font-family: "strawford";
}

*::selection {
    background-color: #000;
}

.section-1 {
    background-color: #161242;
}


/* ------------------------------------NAV SECTION--------------------------------------------------- */

nav {
    z-index: 50;
    padding: 0 7vw;
    background-color: #161242 !important;
}

.logo-nav {
    max-width: 5vw;
}

.nav li a {
    color: #dfdfe7;
    font-family: "strawford";
    text-transform: none;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}

.nav li a:hover {
    color: #f3b11a;
    text-transform: uppercase;
    transform: translateX(3px) translateY(3px);
}

.nav li a:focus {
    color: #acacac;
}

.hamburger {
    background-color: transparent;
    border: none;
    display: none;
    cursor: pointer;
}


/* ------------------------------------MODAL SECTION--------------------------------------------------- */

.uk-modal-dialog {
    background-color: #00000088;
    backdrop-filter: blur(10px);
    color: #b8b8b8;
}

.uk-modal-dialog a {
    font-weight: bold;
    font-size: 20px;
    color: #f3b11a;
}

.uk-background-cover {
    height: 100vh;
}

.uk-modal-dialog a:hover {
    color: #c48d0f;
}

.uk-modal-dialog a:focus {
    color: #c48d0f;
}

.uk-modal-dialog ul {
    padding-left: 0;
}

.uk-accordion-content {
    width: 70%;
}

.uk-open>.uk-accordion-title::before {
    background-color: #c48d0f;
    border-radius: 5px;
}

.uk-accordion-title::before {
    background-color: #f3b11a;
    border-radius: 5px;
}

.uk-modal-dialog .uk-accordion {
    min-height: 80vh;
}

.uk-modal-close-full {
    background: transparent;
    color: rgb(240, 240, 240);
}

.uk-modal-close-full:hover {
    color: #f3b11a;
}


/* ------------------------------------HERO SECTION--------------------------------------------------- */

.hero-design {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 120%;
    width: 100%;
    clip-path: polygon(0 0, 60% 0, 0 100%);
    background: transparent;
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%238884ac' fill-opacity='0.33' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E"); */
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='32' viewBox='0 0 16 32'%3E%3Cg fill='%238884ac' fill-opacity='0.07'%3E%3Cpath fill-rule='evenodd' d='M0 24h4v2H0v-2zm0 4h6v2H0v-2zm0-8h2v2H0v-2zM0 0h4v2H0V0zm0 4h2v2H0V4zm16 20h-6v2h6v-2zm0 4H8v2h8v-2zm0-8h-4v2h4v-2zm0-20h-6v2h6V0zm0 4h-4v2h4V4zm-2 12h2v2h-2v-2zm0-8h2v2h-2V8zM2 8h10v2H2V8zm0 8h10v2H2v-2zm-2-4h14v2H0v-2zm4-8h6v2H4V4zm0 16h6v2H4v-2zM6 0h2v2H6V0zm0 24h2v2H6v-2z'/%3E%3C/g%3E%3C/svg%3E"); */
    /* background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238884ac' fill-opacity='0.07'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='%238884ac' fill-opacity='0.14' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");
}

.hero {
    margin: 1vh 6vw;
}

.hero-text {
    z-index: 10;
}

.hero-text h1 {
    font-size: 6vw;
    color: #dfdfe7;
    font-family: "pangram";
    font-weight: 100;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
    /* animation-duration: 3s;
  animation-name: font-anim-d;
  animation-delay: 0.6s;
  animation-timing-function: ease-in-out; */
}

.hero-text h1:hover {
    color: #f3b11a;
    text-shadow: 5px 2px 0 #dfdfe7;
}

.hero-text p {
    font-size: 16px;
    color: #9e9eb6;
    font-family: "strawford";
    font-weight: 400;
    width: 35vw;
    z-index: 10;
}

.hero-img {
    object-fit: cover;
    max-width: 50vw;
    object-position: center;
    z-index: 10;
}

.btn-hero {
    background-color: #f3b11a;
    border-radius: 10px;
    padding: 10px 15px;
    color: #161242;
    font-size: 20px;
    box-shadow: 2px 2px 0 #dfdfe7;
    border: none;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.btn-hero:hover {
    box-shadow: 12px 7px 0 #dfdfe7;
    transform: translateY(3px) rotateZ(-0.7deg) scale(1.1);
}

.btn-hero:active {
    background-color: #a87909;
    color: #dfdfe7;
    transform: translateX(3px) translateY(3px) scale(0.9999999);
}

.btn-nav {
    padding: 5px 15px;
    color: #161242;
    font-size: 15px;
    border-radius: 5px;
}

.btn-hero:hover {
    box-shadow: 12px 7px 0 #dfdfe7;
    transform: translateY(1px) rotateZ(-0.2deg) scale(1.0001);
}

.uk-navbar-nav {
    align-items: center;
}


/* #F7CC01 
#FFCC00*/


/* 
@keyframes font-anim-l {
  from {
    color: #161242;
    text-shadow: none;
  }

  to {
    color: #f3b11a;
  text-shadow: 5px 2px 0 #161242;
  }
}

@keyframes font-anim-d {
  from {
    color: #dfdfe7;
    text-shadow: none;
  }

  to {
    color: #f3b11a;
  text-shadow: 5px 2px 0 #dfdfe7;
  }
} */


/* ------------------------------------SOLution SECTION--------------------------------------------------- */

.soln {
    background-color: #fff;
    margin: 7vh 2vw 7vh 7vw;
    padding: 7vh 4vw;
    box-shadow: 1px 1px 10px #1a1a1a3b;
    border-radius: 5px;
    z-index: 20;
    transition: all 0.4s ease-in-out;
}

section h2 {
    font-size: 6vw;
    color: #161242;
    font-family: "pangram";
    font-weight: 100;
    transition: all 0.3s ease-in-out;
    /* animation-duration: 0.4s;
  animation-name: font-anim-l;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out; */
}

section h2:hover {
    color: #f3b11a;
    text-shadow: 5px 2px 0 #161242;
}

.soln ul {
    text-align: left;
    list-style: inside url("media/round.png");
}

.soln li {
    margin: 4vh 5vw;
    color: #5c5c5ccc;
}

.side-margin {
    margin: 0 7vw 7vh;
}


/* ------------------------------------PROP SECTION--------------------------------------------------- */

.prop {
    background-color: #161242;
    padding: 5vh 9vw;
    height: 45vh;
    align-items: center;
    display: grid;
}

.prop h5 {
    font-family: 'strawford';
    font-weight: bold;
    font-size: 7vw;
    color: #f3b11a;
    margin: 0;
    text-align: center;
    line-height: 0.6;
    transition: all 0.5s ease-in-out;
    text-shadow: -5px -5px #F3F2EF;
}

.prop p {
    font-family: 'strawford';
    font-weight: normal;
    color: #f3b11a;
    width: 80%;
    margin: 0;
    text-align: center;
    padding: 1vw 0 5.4vw;
    /* text-transform: uppercase; */
    transition: all 0.2s ease-in-out;
    font-size: 1.3vw;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px dashed #f3b11a;
    overflow-y: visible;
    height: 8vw;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    /* box-shadow: 1px 1px 10px #F3F2EF, 7px 7px #f3b21aaf; */
}


/* .prop h5:hover {
    text-shadow: 5px 5px #F3F2EF;
} */


/* ------------------------------------TESTIMONIALS SECTION--------------------------------------------------- */

.car-body {
    max-width: 60%;
    margin: 0 auto;
    background-color: #161242;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-items: center;
    padding: 5% 7% 3%;
    align-items: center;
    box-shadow: 3px 5px 50px #1a1a1a56;
    transition: all 0.2s ease-in-out;
}

.car-body:hover {
    box-shadow: 2px 2px 20px #1a1a1a56;
    transform: translateX(3px) translateY(3px);
}


/* 
box-shadow:7px 20px 0 #f3b11a ;
  transition: all 0.2s ease-in-out;
}

.car-body:hover{
  box-shadow:10px 25px 1px #f3b11a ;
  
  box-shadow:3px 5px 50px #1a1a1a56 ;
  transition: all 0.2s ease-in-out;
}

.car-body:hover{
  box-shadow:2px 2px 20px #1a1a1a56 ;
  */

.car-body h6 {
    color: #dfdfe7;
    font-family: "strawford";
    font-weight: 100;
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
}

.car-body p em {
    font-family: "pangram";
    font-weight: 400;
    color: #f3b11a;
    display: inline;
}

.car-body p {
    text-align: center;
}

.carousel {
    margin: 14vh 0;
}


/* img {
  max-width: 100%;
  height: auto;
} */


/* ------------------------------------CTA SECTION--------------------------------------------------- */

.cta {
    display: flex;
    background-color: #f3b11a;
    color: #161242;
    justify-content: center;
    flex-direction: column;
    padding: 5vw 7vh;
    align-items: center;
}

.btn-cta {
    background-color: #161242;
    border-radius: 10px;
    padding: 10px 15px;
    color: #f3b11a;
    font-size: 20px;
    box-shadow: 2px 2px 0 #dfdfe7;
    border: none;
    transition: all 0.4s ease-in-out;
    /* width: 100px; */
}

.btn-cta:hover {
    box-shadow: 12px 7px 0 #dfdfe7;
    transform: translateY(3px) rotateZ(-0.7deg) scale(1.1);
}

.btn-cta:active {
    background-color: #2c677e;
    color: #f3b11a;
    transform: translateX(3px) translateY(3px) scale(0.9999999);
}

.cta p {
    text-align: center;
    font-size: 25px;
    width: 70vw;
}


/* ------------------------------------FOOTER SECTION--------------------------------------------------- */

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-area {
    border-bottom: 1px solid #61626494;
}

.footer-img {
    padding-left: 0;
    margin: 3vw;
    display: flex;
    justify-content: center;
    max-width: 40vw;
}

.contact-content p {
    font-size: 15px;
    margin: 30px 0;
    position: relative;
}

.contact-content p::after {
    background: #61626494;
    bottom: -30px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translate(-65%);
    width: 80%;
    margin-right: 7vw;
}

.contact-content h6 {
    color: #8b9199;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-content span {
    color: #61626494;
    margin: 0 10px;
}

.contact-social {
    margin-top: 30px;
}

.contact-social>ul {
    display: inline-flex;
}

.contact-social ul li a {
    border: 1px solid #8b9199;
    color: #8b9199;
    display: inline-block;
    margin: 0 10px;
    padding: 5px;
    transition: all 0.4s ease-in-out 0s;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1px;
}

.contact-social ul li a:hover {
    border: 1px solid #f3b11a;
    color: #f3b11a;
    text-shadow: 1px 1px 0 #dfdfe7;
    text-decoration: none;
    transform: translateX(3px) translateY(3px) scale(0.98);
}

.contact-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-content img {
    max-width: 15vw;
}

.footer {
    padding: 3vh 7vw 0.5vh;
}

.footer,
footer {
    background: #161242;
    color: #dfdfe7;
}

footer p {
    color: #dfdfe75d;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 0;
}

footer img {
    height: 20px;
}

.footer-img {
    display: flex;
    align-items: center;
    object-fit: cover;
}

.ftr-link {
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    font-size: 14px;
    color: #8b9199;
}

.ftr-link:hover {
    color: #f3b11a;
    text-decoration: none;
}


/* .services {
            background-color: #926e51;
        }
         */


/* ------------------------------------MINING SECTION--------------------------------------------------- */

.serv-desc {
    padding: 5vh 9vw 10vh;
    background-color: #F3F2EF;
    height: 45vh;
}

.serv-desc .m-1 {
    max-width: 18vw;
    max-height: 22vh;
    border: 10px solid #F3F2EF;
    border-radius: 4px;
    box-shadow: 2px 2px 5px #f3b21a96;
    transition: all 0.6s ease-in-out;
    z-index: 0;
    position: relative;
    right: 10vw;
}

.serv-desc .m-2 {
    max-width: 18vw;
    position: relative;
    /* right: 20vw; */
    /* top: 20%; */
    bottom: 5vw;
    max-width: 20vw;
    border: 10px solid #F3F2EF;
    border-radius: 4px;
    box-shadow: 1px 1px 5px #f3b21a96;
    transition: all 0.6s ease-in-out;
    z-index: 2;
    max-height: 22vh;
}

.serv-desc .m-3 {
    max-width: 18vw;
    position: relative;
    right: 5vw;
    bottom: 7.5vw;
    max-width: 20vw;
    border: 10px solid #F3F2EF;
    border-radius: 4px;
    box-shadow: 1px 1px 5px #f3b21a96;
    transition: all 0.6s ease-in-out;
    z-index: 3;
    max-height: 22vh;
}

.serv-desc .m-1:hover,
.m-2:hover,
.m-3:hover {
    box-shadow: -2px -2px 25px #f3b21a86;
    z-index: 200;
    transform: translateY(-15px);
}

.focus ul {
    font-size: 2.5vh;
    font-family: 'strawford';
    color: #5e5e5e;
    text-align: left;
}

.focus p {
    text-align: left;
    font-size: 6vh;
    font-family: 'pangram';
    color: #6B852C;
    width: 80%;
    line-height: 0.99;
}

.focus {
    height: 45vh;
    display: flex;
    align-items: center;
}


/* ------------------------------------Roadways SECTION--------------------------------------------------- */

.road-head {
    background-color: #6B852C;
    height: 40vh;
    padding: 7vh 10vw;
    min-height: 330px;
}

.road-head h1 {
    font-size: 7.5vw;
    font-family: "pangram";
    font-weight: 100;
    color: #F3F2EF;
    transition: all 0.3s ease-in-out;
    text-align: left;
    margin: 0;
}

.road-head h1:hover {
    color: #f3b11a;
    text-shadow: 5px 2px 0 #F3F2EF;
    /* transform: translateY(3px) rotateZ(-0.7deg) scale(1.1); */
}

.road-head p {
    font-family: "strawford";
    font-weight: 100;
    color: #e6e6e6cc;
    /* padding-top: 1vh; */
    text-align: left;
}

.road-head img {
    max-width: 40vw;
    position: relative;
    /* left: -3vw;  */
    top: 5vh;
    transform: none;
    /* transform: translateX(140%); */
}

.road-hh {
    padding-left: 10vw;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
}

.road-h2 {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
}

.mineR-head img {
    max-width: 28vw !important;
}

.general-head h1 {
    line-height: 0.8;
    font-size: 6.9vw;
    padding-bottom: 20px;
    width: 100%;
}

.general-head img {
    top: 18vh;
}

.oil-head h1 {
    line-height: 0.8;
    font-size: 6.9vw;
    padding-bottom: 20px;
}

.map-f {
    display: flex;
    align-items: center;
}

.maps {
    padding-right: 10vw;
    padding-bottom: 2vh;
}

.monum-head h1 {
    line-height: 0.8;
    font-size: 6.9vw;
    padding-bottom: 20px;
}

.monum-head img {
    max-width: 35vw;
}

.gallery {
    background-color: #161242;
    padding: 4vh 6vw;
}

.gallery .uk-card,
.gal-img {
    box-shadow: 2px 2px #f3b21a;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.gallery .uk-card:hover {
    box-shadow: 8px 14px #f3b21a;
    transform: translatex(-3px) translateY(-3px);
}


/* ---------------------------------------ABOUT PAGE------------------------------------------------------------ */

.about-h {
    height: 90vh;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-image: url(media/aboutt.svg);
    background-color: rgba(0, 0, 0, 0.274);
    margin: 0;
}

.about-h h1 {
    color: #f8f5ef;
    text-align: center;
    font-size: 15vh;
    font-family: 'pangram';
    text-shadow: 3px 3px #f3b11a;
    font-weight: bolder;
    position: relative;
    line-height: 0.8;
    top: 65vh;
    transition: all 0.3s ease-in-out;
}

.about-h h1:hover {
    text-shadow: 6px 6px #f3b11a;
}

.ab-desc {
    background-color: #F3F2EF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ab-desc p {
    color: #424057;
    text-align: center;
    font-size: 3vh;
    font-family: 'strawford';
    width: 70%;
    margin: 7vh auto;
}

.ab-desc h2 {
    color: #161242;
    text-align: center;
    font-size: 4vw;
    font-family: 'pangram';
    width: 70%;
    margin: 1vh auto;
}

.process-d {
    max-width: 70vw;
    margin: 8vh auto;
}

.process-p {
    display: none;
}

.instru h2 {
    color: #161242;
    text-align: center;
    font-size: 4vw;
    font-family: 'pangram';
    width: 70%;
    margin: 1vh auto;
}

.instru .det {
    color: #424057;
    text-align: center;
    font-size: 3vh;
    font-family: 'strawford';
    width: 70%;
    margin: 1vh auto;
}

.uk-overlay {
    padding-right: 15px;
    padding-left: 15px;
    line-height: 1.2;
    font-size: 1vw;
    text-align: left !important;
}

.ab-a-l {
    margin-left: 10vw;
}

.ab-a-r {
    margin-right: 10vw;
}

.i-show {
    padding: 10vh 20vw;
}

.l-work h2 {
    color: #161242;
    text-align: center;
    font-size: 4vw;
    font-family: 'pangram';
    width: 70%;
    margin: 1vh auto;
    padding-bottom: 8vh;
}

.l-work .det {
    background-color: #161242c0;
    padding: 20px;
    font-family: 'strawford';
}

.deri {
    padding: 5vh 8vw;
}

.deri h2 {
    color: #161242;
    text-align: center;
    font-size: 4vw;
    font-family: 'pangram';
    width: 70%;
    margin: 2vh auto 10vh;
}

.deri .uk-card {
    border-radius: 10px;
}

.deri .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.deri .card-body h3 {
    font-family: 'strawford';
    font-weight: bold;
    font-size: 7vh;
}

.deri .right {
    text-align: right;
}


/* --------------------------------------------------------------------------------------FOR PILOTS PAGE----------------------------------------------------------------- */

.pilot-intro {
    background-image: url(media/bg-fp-01.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    /* display: flex;
    align-items: center; */
}

.pilot-intro h1 {
    color: #f3b11a;
    /* color: #807f99; */
    /* text-shadow: 2px 3px #f3b11a; */
    /* padding-top: 5vh; */
    font-size: 11vw;
    font-family: 'pangram';
    /* width: 30%; */
    /* padding: 1vh 5vw; */
    text-align: center;
    /* line-height: 0.7; */
    transition: all 0.4s ease-in-out;
}

.pilot-intro h1:hover {
    color: #F3F2EF;
    text-shadow: 6px 6px #f3b11a;
}

.pilot-desc {
    padding: 8vh 7vw;
}

.pilot-desc h2 {
    font-size: 4.5vw;
    text-align: center;
    line-height: 0.7;
    /* width: 80%; */
    margin: 0 auto;
}

.pilot-desc .uk-accordion-title::before {
    display: none;
}

.pilot-desc ul {
    padding: 8vh 10vw;
    width: 50vw;
    margin: 0 auto;
}

.pilot-desc ul a {
    font-size: 3vw;
    font-family: 'strawford';
    font-weight: 900;
    color: #f3b11a;
    line-height: 0.1;
    transition: all 0.4s ease-in-out;
}

.pilot-desc ul a em {
    font-size: 6vw;
    color: #f3b11a;
    line-height: 0.8;
    transition: all 0.4s ease-in-out;
}

.pilot-desc .uk-accordion-title {
    color: #f3b11a;
}

.pilot-desc .uk-accordion-title:hover {
    color: #161242;
    text-shadow: 5px 5px #f3b11a;
}

.pilot-desc ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #161242;
    text-align: center;
}

.pilot-ss {
    margin: 2vh 10vw;
}

.pilot-ss img {
    height: 50vh;
    border-radius: 20px;
    box-shadow: 0 3px 25px #5e5e5e62;
    object-fit: cover;
}

input.uk-input,
textarea.uk-textarea {
    background: transparent;
    border-radius: 5px;
    border: 1px solid #f3b11a;
    color: #f3f2ef;
}

input.uk-input:focus,
textarea.uk-textarea:focus {
    background: #f3f2ef;
    box-shadow: 2px 2px #f3b21a;
    color: #161242;
    border: 1px solid #f3b11a;
}


/* --------------------- FORM ALERT-------------------------------------------------------------- */


/* .swal-overlay {
    background-color: #161242;
}

.swal-title {
    font-family: 'Pangram';
    margin-bottom: 28px;
    color: #F3F2EF;
}

.swal-text {
    text-align: center;
    color: #f3b11a;
}

.swal-footer {
    background-color: rgb(245, 248, 250);
    margin-top: 32px;
    border-top: 1px solid #E9EEF1;
    overflow: hidden;
}

.swal-button {
    border-radius: 2px;
    background-color: #f3b11a;
    border: 1px solid #161242;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
 */


/* f3b21a85 */


/* /
//
//
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/ */

@media screen and (max-width: 630px) {
    .nav-ul {
        display: none;
        transition: all 0.4s ease-in-out;
    }
    .nav-ul.show {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-bottom: 15px;
    }
    .nav li a {
        min-height: 30px;
    }
    .hamburger {
        display: block;
    }
    .logo-nav {
        max-width: 10vw;
        padding: 15px 0;
    }
    /* nav {
        display: fixed;
    } */
    .hero-design {
        height: 150%;
        clip-path: polygon(0 0, 100% 0, 0 100%);
    }
    .hero {
        margin: 1vh 1vw;
    }
    .hero-text h1 {
        padding-top: 20px;
        font-size: 16vw;
    }
    .hero-text p {
        width: 90%;
    }
    .hero-img {
        min-width: 110%;
        position: relative;
        left: -20px;
    }
    .soln {
        margin: 1vh 7vw;
    }
    .soln-sec {
        flex-direction: column-reverse;
    }
    section h2 {
        font-size: 10vw;
        width: 80%;
        text-align: center;
        margin-top: 15px;
    }
    section .clients {
        font-size: 10vw;
        width: 80%;
        text-align: center;
        margin-top: 16vh;
        margin-bottom: 0;
    }
    .soln-img {
        height: 40vh;
    }
    .soln ul {
        padding: 0;
    }
    .desc {
        padding: 0;
    }
    /* -----------------------PROP------------------------------------------ */
    .prop {
        padding: 5vh 20vw;
    }
    .prop h5 {
        font-size: 8vh;
        text-shadow: -3px -3px #F3F2EF;
    }
    .prop p {
        padding: 1vh 0 6.2vh;
        font-size: 2vh;
    }
    .card {
        height: 10vh;
    }
    /* -------------------testimonial------------------------------------ */
    .car-body {
        max-width: 55vw;
    }
    .carousel {
        margin: 8vh 0;
    }
    .cta {
        padding: 7vh 7vw;
    }
    .cta p {
        font-size: 20px;
        width: 90%;
    }
    .ftr-link {
        text-align: center;
        display: block;
    }
    footer p {
        width: 90%;
        margin: 0 auto;
    }
    .footer-img {
        max-width: 90vw;
        padding-left: 20px;
    }
    .contact-content p::after {
        transform: translate(-50%);
    }
    .contact-content img {
        display: block;
        margin: 0 auto;
    }
    .contact-content {
        /* display: flex;
                flex-direction: column; */
        text-align: center;
        /* justify-content: center; */
    }
    .contact-social {
        display: flex;
        justify-content: center;
    }
    .footer .uk-grid-medium {
        justify-content: center;
    }
    .footer {
        padding: 7vh 7vw;
    }
    /* --------------------------------------SERVICES PAGE--------------------------------- */
    .serv-desc {
        padding: 7vh 9vw;
        background-color: #F3F2EF;
        height: 90vh;
    }
    .serv-desc .m-1 {
        max-width: 60vw;
        border: 10px solid #F3F2EF;
        border-radius: 4px;
        box-shadow: 2px 2px 25px #f3b21aad;
        transition: all 0.6s ease-in-out;
        z-index: 0;
        position: relative;
        /* left: 2vw; */
        margin-top: 4vh;
        max-height: 150px;
    }
    .serv-desc .m-2 {
        max-width: 60vw;
        border: 10px solid #F3F2EF;
        border-radius: 4px;
        box-shadow: 2px 2px 25px #f3b21aad;
        transition: all 0.6s ease-in-out;
        z-index: 2;
        position: relative;
        left: 11vw;
        top: -6vh;
        max-height: 150px;
    }
    .serv-desc .m-3 {
        max-width: 60vw;
        border: 10px solid #F3F2EF;
        border-radius: 4px;
        box-shadow: -2px -2px 10px #f3b21aad;
        transition: all 0.6s ease-in-out;
        z-index: 3;
        position: relative;
        left: -9.5vw;
        top: -10vh;
        max-height: 150px;
    }
    .serv-desc .m-1:hover,
    .m-2:hover,
    .m-3:hover {
        box-shadow: 2px 2px 20px #f3b21a86;
        z-index: 200;
        transform: translateY(-15px);
    }
    .focus ul {
        font-size: 2.5vh;
        font-family: 'strawford';
        color: #5e5e5e;
        text-align: left;
    }
    .focus p {
        text-align: center;
        font-size: 5.5vh;
        font-family: 'pangram';
        color: #926e51;
        width: 100%;
    }
    .focus {
        height: 25vh;
        display: flex;
        align-items: center;
        margin-top: 0 !important;
        justify-content: center;
    }
    /* ------------------------------------Roadways SECTION--------------------------------------------------- */
    .road-head {
        background-color: #6B852C;
        height: 80vh;
        padding: 9vh 0.7vw;
        padding-bottom: 0;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
    .road-head h1 {
        font-size: 7vh;
        transition: all 0.3s ease-in-out;
        text-align: center;
    }
    .road-head h1:hover {
        color: #f3b11a;
        text-shadow: 5px 2px 0 #F3F2EF;
        /* transform: translateY(3px) rotateZ(-0.7deg) scale(1.1); */
    }
    .road-head p {
        width: 80%;
        text-align: center;
        padding-top: 6vw;
        margin: 1vh 0;
        font-size: 2vh;
    }
    .road-head img {
        max-width: 72vw;
        position: relative;
        top: 0;
        left: 4vw;
    }
    .road-hh {
        margin: 0 auto;
        padding-left: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .road-h2 {
        margin: 0 auto;
        padding-left: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .general-head img {
        top: 0;
        max-width: 65vw;
        /* max-height: 30vh; */
        transform: none;
    }
    .maps {
        padding-right: 0;
    }
    .mine-head,
    .oil-head,
    .monum-head,
    .general-head {
        flex-direction: column;
        justify-content: flex-start;
    }
    .mine-head img {
        top: 0;
        left: 3vw;
        max-width: 70vw;
    }
    .oil-head img {
        top: 0;
        left: 5vw;
        max-width: 82vw;
    }
    /* .maps {
            align-self: center;
        } */
    .monum-head img {
        top: 0;
        max-width: 60vw;
    }
    .power-head img {
        top: 0;
        max-width: 80vw;
    }
    .mineR-head img {
        top: 0;
        max-width: 45vw !important;
    }
    .solar-head img {
        top: 0;
        max-width: 87vw;
    }
    .process-d {
        display: none;
    }
    .process-p {
        display: block;
        max-width: 85vw;
        margin: 6vh auto;
    }
    .i-show {
        padding: 5vh 2vw 7vh;
    }
    .instru h2 {
        font-size: 5vh;
        width: 80%;
        margin: 1vh auto;
    }
    /* ---------------------------------------ABOUT PAGE------------------------------------------------------------ */
    .about-h {
        height: 95vh;
    }
    .about-h h1 {
        font-size: 10vh;
        line-height: 0.8;
        top: 45vh;
    }
    .ab-desc h2 {
        color: #161242;
        text-align: center;
        font-size: 10vw;
        font-family: 'pangram';
        width: 80%;
        margin: 1vh auto;
    }
    .ab-desc p {
        width: 90%;
    }
    .instru .det {
        width: 90%;
    }
    .ab-a-l {
        margin-left: 15px;
    }
    .ab-a-r {
        margin-right: 15px;
    }
    .l-work h2 {
        font-size: 10vw;
        width: 80%;
        padding-bottom: 3vh;
    }
    .l-work .det {
        background-color: #161242c0;
        font-size: 16px;
        padding: 10px;
        font-family: 'strawford';
    }
    .deri .right {
        text-align: left;
    }
    .deri h2 {
        width: 100%;
        font-size: 5vh;
        font-family: 'pangram';
        margin: 2vh auto;
    }
    .deri .card-body h3 {
        font-size: 7vw;
    }
    .uk-overlay {
        padding-right: 15px;
        padding-left: 15px;
    }
    /* ------------------------------------------------------FOR PILOTS--------------------------------------------------------------------------------------------------- */
    p.i-det {
        font-size: 9px;
        text-align: left;
    }
    h3.i-det {
        font-size: 15px;
        text-align: left;
    }
    .uk-background-cover {
        height: 52vh;
    }
    .uk-modal-dialog .uk-accordion {
        min-height: 55vh;
    }
    .uk-modal-close-full {
        color: #161242;
    }
    .uk-modal-close-full:hover {
        color: #f3b11a;
    }
    .uk-accordion-content {
        width: 98%;
    }
     ::-webkit-scrollbar {
        display: none;
    }
    .pilot-intro h1 {
        font-size: 10vh;
        padding-top: 9vh;
    }
    .pilot-desc {
        padding: 4vh 2vw;
    }
    .pilot-desc h2 {
        font-size: 5vh;
        width: 95%;
    }
    .pilot-desc ul {
        padding: 5vh 2vw;
        width: 84vw;
        margin: 0 auto;
    }
    .pilot-desc ul a {
        font-size: 4vh;
        line-height: 0.9;
    }
    .pilot-desc ul a em {
        font-size: 5vh;
        line-height: 0.8;
    }
    .pilot-desc ul li {
        font-size: 14px;
    }
    .pilot-ss {
        margin: 2vh 0;
    }
    .pilot-ss img {
        height: 40vw;
        border-radius: 10px;
        width: auto;
    }
    .pilot-ss li {
        width: auto;
    }
}

@media screen and (min-height:1000px) {
    .serv-desc {
        padding: 0 9vw;
        height: 40vh;
    }
    .focus p {
        font-size: 4vh;
    }
    .focus ul {
        font-size: 1.5vh;
    }
    .m-1,
    .m-2,
    .m-3 {
        max-width: 30vw !important;
        margin-left: 5vw;
    }
    .road-head {
        height: 330px;
    }
}