

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Black.eot");
    src: local("☺"), url("fonts/Montserrat-Black.woff") format("woff"), url("fonts/Montserrat-Black.ttf") format("truetype"), url("fonts/Montserrat-Black.svg") format("svg");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Bold.eot");
    src: local("☺"), url("fonts/Montserrat-Bold.woff") format("woff"), url("fonts/Montserrat-Bold.ttf") format("truetype"), url("fonts/Montserrat-Bold.svg") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Regular.eot");
    src: local("☺"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype"), url("fonts/Montserrat-Regular.svg") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Light.eot");
    src: local("☺"), url("fonts/Montserrat-Light.woff") format("woff"), url("fonts/Montserrat-Light.ttf") format("truetype"), url("fonts/Montserrat-Light.svg") format("svg");
    font-weight: 300;
    font-style: normal;
}


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    max-width: 100%; 
    margin: 0 auto;
   
}

article,
aside,
details,
figcaption,
figure,
rating,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

::-moz-selection {
    background: #FFF498
}

::selection {
    background: #FFF498
}

::-moz-selection {
    background: #FFF498
}

img::-moz-selection {
    background: transparent
}

img::selection {
    background: transparent
}

img::-moz-selection {
    background: transparent
}

body {
    -webkit-tap-highlight-color: #FFF498
}

body {
    background-color: #0c0c0c;
    font-size: 14px;
    line-height: 1.6;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}






.perspective {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.perspective--modalview {
    position: fixed;
    -webkit-perspective: 1500px;
    perspective: 1500px
}

.container {
    position: relative;
    -webkit-transform: translateZ(0) translateX(0) rotateY(0deg);
    transform: translateZ(0) translateX(0) rotateY(0deg);
    min-height: 100%;
    outline: 30px solid #0f33ff;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.modalview .container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.effect-rotate-left .container {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.effect-rotate-left--animate .container {
    -webkit-transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
    transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
    outline: 30px solid #0f33ff;
}




.l-viewport {
    position: relative;
    width: 100%;
    height: 100vh;
    box-shadow: 0 0 45px 5px rgba(0, 0, 0, 0.85);
    overflow: hidden
}

.l-wrapper {
    position: relative;
    width: 1440px;
    max-width: 90%;
    height: 100%;
    margin: 0 auto
}




.header {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 10
    
}


.header--logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    margin-left: -1%;
}

.header--logo p {
    margin: 0 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.header--nav-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin-right: -1%;

}

.header--nav-toggle span,
.header--nav-toggle::before,
.header--nav-toggle::after {
    content: "";
    position: relative;
    width: 16px;
    height: 2px;
    background-color: #fff;
    
}

.header--nav-toggle::before {
    bottom: 5px;
    width: 23px
}

.header--nav-toggle::after {
    top: 5px;
    width: 23px
}

.resume {
    position: absolute;
    top: 34px;
    left: 1100px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 20px;
    line-height: 30px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #0f33ff;
    border: none;
    -webkit-transition: opacity .4s ease-in-out, visibility 0s .4s;
    transition: opacity .4s ease-in-out, visibility 0s .4s
}

.resume {
    outline: none
}

.resume.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s ease-in-out .4s;
    transition: opacity .4s ease-in-out .4s
}

@media (max-width: 767px) {
    .resume--cta {
        display: none
    }
}


.download {
    position: absolute;
    top: 34px;
    left: 1290px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 20px;
    line-height: 30px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #0f33ff;
    border: none;
    -webkit-transition: opacity .4s ease-in-out, visibility 0s .4s;
    transition: opacity .4s ease-in-out, visibility 0s .4s
}

.download {
    outline: none
}

.download.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s ease-in-out .4s;
    transition: opacity .4s ease-in-out .4s
}

@media (max-width: 767px) {
    .download {
        display: none
    }
}  

  




.l-side-nav {
    position: absolute;
    left: -1%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
    
}

.l-side-nav::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 70%;
    max-height: 750px;
    background-color: #555;
    opacity: .35;
    z-index: 10
}

@media (max-width: 1180px) {
    .l-side-nav {
        display: none
    }
}



.badge-row {
    display: flex;
    justify-content: center;
    margin-top: 15px; /* Adjust the space between badges and titles */
    margin-bottom: -3px;
    box-shadow: 0 2px 5px rgba(0,0,0,5.5); /* Optional: adds a shadow to each experience box */
    max-width:100%;	
  }
  
  .badge-row h1 {
    text-align: center;	
  }
  
  .badge-row p {
    text-align: center;
    margin-top: 32px;
    margin-left: 14px;	
  }



.breadcrumb {
    padding: 10px 15px;
    list-style: none; /* Removes default list styling */
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.25rem;
    z-index: 200;
    position: relative;
    top: 63px;
  }

  
  .breadcrumb-item {
    display: inline; /* Display items inline */
    font-size: 0.875rem;
  }
  
  .breadcrumb-item + .breadcrumb-item::before {
    padding: 0 5px;
    color: #6c757d;
    content: "/"; /* Adds slashes between breadcrumb items */
  }
  
  .breadcrumb-item a {
    color: #6c757d;
    text-decoration: none;
  }
  
  .breadcrumb-item.active {
    color: #0f33ff;
  }
  



.l-main-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.l-section {
    position: absolute;
    width: 100%;
    height: 100%;
}

.section {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease-in-out, visibility 0s .4s;
    transition: opacity .4s ease-in-out, visibility 0s .4s
}

.section--is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transition: opacity .4s ease-in-out .4s;
    transition: opacity .4s ease-in-out .4s
}

.section--next {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.section--prev {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}





/*intro*/


.intro {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
    max-width: 75%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}



@media (max-width: 1180px) {
    .intro {
        max-width: 100%
    }
}

.intro--banner {
    position: relative;
    height: 475px;
    top: 95px;
}

.intro--banner::before {
    content: "";
    position: absolute;
    bottom: -60px;
    left: -15px;
    right: 0;
    height: 2px;
    background-color: #282828
}

.intro--banner::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 30px;
    height: 4px;
    background-color: #0f33ff
}

.intro--banner h1 {
    position: relative;
    font-size: 68px;
    font-weight: 900;
    line-height: 1;
    z-index: 1
}

.intro--banner h3 {
    position: relative;
    font-weight: 900;
    line-height: 1;
    z-index: 1;
    color: #555;
   
}

.abt {
    position: relative;
    font-weight: 900;
    line-height: 1;
    z-index: 1;
    color: #555;
    top: -30px;
    left: 30px;
}






.intro--options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none
}

.intro--options>a {
    max-width: 250px;
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.intro--options>a:hover h3 {
    color: #5a5656;
}

.intro--options>a:hover p {
    color: #fff;
   
}

.intro--options h3 {
    font-size: 16px;
    text-transform: uppercase;
}

.intro--options p {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .intro--banner {
        height: 380px
    }

    .intro--banner h1 {
        font-size: 55px
    }

    .intro--banner img {
        width: 430px
    }

    .intro--options>a {
        margin-right: 30px
    }

    .intro--options>a:last-child {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .intro--banner {
        height: 305px
    }

    .intro--banner h1 {
        font-size: 44px
    }

    .intro--banner img {
        width: 330px
    }

    .intro--options {
        display: block
    }

    .intro--options>a {
        display: block;
        max-width: 100%;
        margin: 0 0 30px 0
    }

    .intro--options>a:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 600px) {
    .intro--banner {
        height: 360px
    }

    .intro--banner h1 {
        font-size: 55px
    }

    .intro--banner img {
        display: none
    }
}

@media (max-width: 600px) and (max-height: 750px) {
    .intro--banner {
        height: auto
    }

    .intro--banner::before,
    .intro--banner::after {
        display: none
    }

    .intro--banner h1 {
        margin-top: 0
    }

    .intro--options {
        display: none
    }
}

.project-title {
    position: relative;
    top: -135px;
    left: 19px;
    width: 81%;
}

.company-img {
    width: 492px;
    height: 345px;
    position: relative;
    top: -298px;
    left: 727px;
    z-index: 22;
}

/*end of intro*/


/*02 Two*/

.two {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 960px;
    max-width: 80%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

@media (max-width: 1180px) {
    .two {
        max-width: 100%
    }
}

  .talkies2 {
    position: relative;
    top: 690px;
    width: 68%;
    left: 8%;
    color: rgba(255, 0, 0, 0.46);
    z-index: 2;
 }

 .talkies2 p {
    color: #fff;
 }


 .lower-third-container {
    text-align: center;
    padding: 20px;
    background-color: #0c0c0c;
    flex-basis: 50%;
    width: 96%;
    position: relative;
    top:293px;
    left: -9%;

  }
  
  .lower-third-gif1 {
    max-width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    top: 674px;
    left: -39px;
    width: 101%;
    z-index: 3;
  }

  
  .boxy1 {
    height: 67px;
    width: 677px;
    position: relative;
    top: -788px;
    left: 189px;
    background-color: #0c0c0c;
    z-index: 4;
  }

  .lower-third-gif2 {
    max-width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    top: 9px;
    left: -30px;
    width: 79%;
    z-index: 3;
  }

  .boxy2 {
    height: 76px;
    width: 806px;
    position: relative;
    top: -698px;
    left: 110px;
    background-color:  #0c0c0c;
    z-index: 4;
  }

  .lower-third-gif3 {
    max-width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    top: -758px;
    left: -35px;
    width: 79%;
    z-index: 3;
  }
  
  .boxy3 {
    height: 96px;
    width: 186px;
    position: relative;
    top: -1016px;
    left: 664px;
    background-color:  #0c0c0c;
    z-index: 4;
  }

  .boxy4 {
    height: 96px;
    width: 765px;
    position: relative;
    top: -709px;
    left: 115px;
    background-color:  #0c0c0c;
    z-index: 4;
  }

  .boxy8 {
    height: 96px;
    width: 186px;
    position: relative;
    top: -1061px;
    left: 798px;
    background-color:  #0c0c0c;
    z-index: 4;
  }


  .two .intro--options {
    position: relative;
    top: -110px;
    text-align: center;
    width: 624px;
}

  .two .intro--options h3 {
   color: #5a5656;
}


.txt4 {
    flex: 1;
    margin: 10px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,5.5);
    position: relative;
    left: 916px;
    top: -1005px;
  }


.txt5 {
    flex: 1;
    margin: 10px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,5.5);
    position: relative;
    left: 606px;
    top: -732px;
  }


 .project-title2 {
    position: relative;
    top: -805px;
    left: 19px;
    width: 81%;
    z-index: 5;
}
/* end 02 Two*/




/*three*/
.three {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 960px;
    max-width: 80%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

@media (max-width: 1180px) {
    .three {
        max-width: 100%
    }
}

.talkies3 {
    position: relative;
    top:-214px;
    width: 68%;
    left: 8%;
    color: rgba(255, 0, 0, 0.46);
    z-index: 2;
 }

 .talkies3 p {
    color: #fff;
 }

 .motion {
    height: 11px;
    width: 88%;
    position: relative;
    top: -860px;
    left: 20px;
 }

 .boxy5 {
    height: 111px;
    width: 848px;
    position: relative;
    top: 557px;
    left: -41px;
    background-color: #0c0c0c;
    z-index: 4;
  }

  .boxy6 {
    height: 111px;
    width: 838px;
    position: relative;
    top: 469px;
    left: -41px;
    background-color: #0c0c0c;
    z-index: 9;
  }
  
  .lower-third-gif5 {
    max-width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    top: 674px;
    left: -39px;
    width: 90%;
    z-index: 3;
}
  .lower-third-gif4 {
    max-width: 100%;
    height: 344px;
    display: inline-block;
    position: relative;
    top: 200px;
    left: -41px;
    width: 90%;
    z-index: 5;
  }

  .motion h1 {
    color: #5a5656;
    position: relative;
    top: 6px;
    left: 115px;
    z-index: 10;
  }

  .fa-tv {
    font-size: 13px;
    color: #ff170f95;
    margin-left: 10px;
    position: relative;
    top: -3px;
  }
  
  .motion p {
    color: #706a6a;
    position: relative;
    top: 1px;
    left: -41px;
    z-index: 10;
    width: 91%;
  }

.three .intro--options {
    position: relative;
    top: -84px;
    text-align: center;
   
}
.three .intro--options h3 {
color: #5a5656;
}


.txt1{
    flex: 1; /* Allows boxes to grow and take up equal space */
    margin: 10px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,5.5); /* Optional: adds a shadow to each experience box */
    position: relative;
    left: 916px;
    top: -226px;
  }


.txt2 {
    flex: 1; /* Allows boxes to grow and take up equal space */
    margin: 10px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,5.5); /* Optional: adds a shadow to each experience box */
    position: relative;
    left: 599px;
    top: 10px;
  }


.txt3 {
    flex: 1; /* Allows boxes to grow and take up equal space */
    margin: 10px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,5.5); /* Optional: adds a shadow to each experience box */
    position: relative;
    left: 278px;
    top: 268px;
  }


.company-img2 {
    width: 257px;
    height: 227px;
    position: relative;
    top: -395px;
    left: 1060px;
    z-index: 22;
}

.company-img3 {
    width: 257px;
    height: 227px;
    position: relative;
    top: -149px;
    left: 802px;
    z-index: 22;
}

.company-img4 {
    width: 257px;
    height: 227px;
    position: relative;
    top: 128px;
    left: 540px;
    z-index: 22;
}


 .project-title3 {
    position: relative;
    top: 111px;
    left: -48px;
    width: 81%;
}

/*end of three*/






/*four*/
.four {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 960px;
    max-width: 80%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    top: 100px;
}

@media (max-width: 1180px) {
    .four {
        max-width: 100%
    }
}
.talkies4 {
    position: relative;
    top: 37px;
    width: 68%;
    left: 8%;
    color: rgba(255, 0, 0, 0.46);
    z-index: 2;


 }

 .talkies4 p {
    color: #fff;
 }

 .brief-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    height: 78%;
    position: relative;
    top: -10px;
    left: 4%;
  }

.brief-container p {
    font-size: 18px;
}
  
  .image-box, .text-box {
    flex: 1; /* Both boxes will take up equal space */
    max-width: 50%; /* Each box will take up half of the container's width */
  }
  
  .image-box img {
    width: 143%;
    height: auto;
    display: block;
    height: 73%;
    opacity: 0.8;
  }
  
  .text-box {
    padding: 20px;
    position: relative;
    top: -47px;
    left: 20%;
    
  }
  
  .text-box h2 {
    color: #5a5656;
  }
 .download-container {
    position:relative;
    top: 535px;
    left: -173px;
 }
.download-container .fa {
    color: rgb(255, 255, 255);
    margin-left: 8px;
}
  
  .pdf-link {
    color: rgb(208, 26, 26);
    text-decoration: none; 
  }
  
  .download-link {
    color: rgb(120, 41, 41); 
    text-decoration: none; 
    margin-left: 10px; 
  }

  .image-box, .text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  #visuals2 {
    position: relative;
    top: -380px;
    }
    
.company-img2 {
        width: 257px;
        height: 227px;
        position: relative;
        top: -395px;
        left: 1060px;
        z-index: 22;
    }
    
.company-img3 {
        width: 257px;
        height: 227px;
        position: relative;
        top: -149px;
        left: 802px;
        z-index: 22;
    }
    
.company-img4 {
        width: 257px;
        height: 227px;
        position: relative;
        top: 128px;
        left: 540px;
        z-index: 22;
    }




 .project-title4 {
    position: relative;
    top: -317px;
    left: -26px;
    width: 81%;
}
/*end of four*/






/*five*/
.five {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 960px;
    max-width: 80%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

@media (max-width: 1180px) {
    .five {
        max-width: 100%
    }
}
.talkies5 {
    position: relative;
    top: -185px;
    width: 68%;
    left: 8%;
    color: rgba(255, 0, 0, 0.46);
    z-index: 2;
 }

 .talkies5 p {
    color: #fff;
 }

 .tier-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
    top: -167px;
    position: relative;
    height: 296px;
    width: 143%;
    left: -16%;
  }
  
  .tier-box {
    flex: 1;
    max-width: calc(33.333% - 20px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 10px;
  }

  .tier-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px; /* Adjust spacing as needed */
  }
 
  .tier-header .fa {
    color: rgb(208, 26, 26);
    margin-left: 8px;
}
  .tier-header p {
    font-size: 16px
  }
  .fullscreen-link {
    color: #fff; 
    text-decoration: none; 
    font-size: 15px; 
  }
  
  .tier-box img {
    width: 100%; /* Make image responsive */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove any extra space below the image */
    opacity: 0.8;
  }
  

 .project-title5 {
    position: relative;
    top: 74px;
    left: 19px;
    width: 81%;
}
/*five*/




/*rating*/

.talkies6 {
    position: relative;
    top: 232px;
    width: 68%;
    left: 8%;
    color: rgba(255, 0, 0, 0.46);
    z-index: 2;
 }

 .talkies6 p {
    color: #fff;
 }


.rating {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 960px;
    max-width: 80%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.rating button {
    position: absolute;
    top: -119px;
    left: 798px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #0f33ff;
    border: none;
    -webkit-transition: opacity .4s ease-in-out, visibility 0s .4s;
    transition: opacity .4s ease-in-out, visibility 0s .4s;
    z-index: 99;
}

.rating button:focus {
    outline: none
}

.rating button.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s ease-in-out .4s;
    transition: opacity .4s ease-in-out .4s
}

@media (max-width: 767px) {
    .rating button {
        display: none
    }
}

@media (max-width: 1180px) {
    .rating {
        max-width: 100%
    }
}


.ban {
    background-color: rgb(106, 100, 100);
    width: 802px;
    height: 468px;
    position: relative;
    top: 196px;
    left: -70px;
}

.ban img {
    width: 796px;
    height: 466px;
    position: relative;
    top: 1px;
    left: 3px;
    
}

.keys {
    position: relative;
    top: 30px;
    left: -3px;
    z-index: 100;
}  

.kf {
    width: 32px;
    height: 32px;
    background: transparent;
    position: relative;
    animation: mymove 10s infinite;
    background-repeat: no-repeat;
   
  }
  
  @keyframes mymove {
     0%  {
        top:43px;
        left: 300px;
        background-image: url(https://i.imgur.com/IsOlepv.png);
    }
    35% {
        top:43px;
        left: -47px;
        background-image: url(https://i.imgur.com/VQ8GtEg.png);
    }
    50% {
        top:43px;
        left: 300px;
        background-image: url(https://i.imgur.com/3HlSqvc.png);
    }
    65% {
        top:43px;
        left: -47px;
        background-image: url(https://i.imgur.com/8w6npkX.png);
    }
    80% {
        top:43px;
        left: 300px;
        background-image: url(https://i.imgur.com/P8kGuHi.png);
    }
    95% {
        top:43px;
        left: -47px;
        background-image: url(https://i.imgur.com/q9Ye1M3.png);
    }
   
}
  
.kf2 {
    width: 32px;
    height: 32px;
    background: transparent;
    position: relative;
    animation: mymoves 10s infinite;
    background-repeat: no-repeat;
  }

@keyframes mymoves {
    0% {
        top:11px;
        left: 783px;
        background-image: url(https://i.imgur.com/wuXnXCe.png);
    }
    35% {
        top:11px;
        left: 562px;
        background-image: url(https://i.imgur.com/L5GW7rn.png);
    }
    50% {
        top:11px;
        left: 783px;
        background-image: url(https://i.imgur.com/4bUcIR4.png);
    }
    65% {
        top:11px;
        left: 562px;
        background-image: url(https://i.imgur.com/6LGUUxo.png);
    }
    80% {
        top:11px;
        left: 783px;
        background-image: url(https://i.imgur.com/ZvJw8Wp.png);
    }
    95% {
        top:11px;
        left: 562px;
        background-image: url(https://i.imgur.com/YAkmJha.png);
    }
}

.kf3 {
    width: 32px;
    height: 32px;
    background: transparent;
    position: relative;
    animation: mymovess 10s infinite;
    background-repeat: no-repeat;
  }

@keyframes mymovess {
    0% {
        top:-20px;
        left: 500px;
        background-image: url(https://i.imgur.com/8Pzfz6b.png);
    }
    35% {
        top:-20px;
        left: 200px;
        background-image: url(https://i.imgur.com/d6Ca8tZ.png);
    }
    50% {
        top:-20px;
        left: 500px;
        background-image: url(https://i.imgur.com/2STUi2e.png);
    }
    65% {
        top:-20px;
        left: 200px;
        background-image: url(https://i.imgur.com/yeN2dp7.png);
    }
    80% {
        top:-20px;
        left: 500px;
        background-image: url(https://i.imgur.com/9E9i1Qz.png);
    }
    95% {
        top:-20px;
        left: 200px;
        background-image: url(https://i.imgur.com/yB4v17L.png);
    }
}

.social-icons {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    position: relative;
    left: 542px;
    top: -356px;
}

.social-icons a {
    color: #fff; 
    margin: 0 10px; 
    font-size: 2rem; 
    transition: color 0.3s ease; 
}

.social-icons a:hover {
    color: #0f33ff; 
}



.emoji-reactions {
    display: flex;
    font-size: 1.4em;
    position: relative;
    top: -7px;
    left: 36px;
    gap: 29px

  }
  
  .emoji {
    padding: 0.2em;
    cursor: pointer;
  }
  
  .counter {
    padding: 0.2em;
    font-size: 1em;
    color: #282828;
  }
  
  
  .comment-section {
    max-width: 800px;
    margin: 30px auto;
    padding: 15px;
    background-color: transparent;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative;
    top: -147px;
  }
  
  .comment-section .existing-comments {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    max-height: 166px;
    overflow-y: auto;
    color: #858585;
    position: relative;
    left: 548px;
    top: -284px;
    background-color: transparent;
    box-shadow: 0 0 10px 0 #4086f6;
  }
  
  .comment-section .existing-comments div {
    padding: 8px;
    border-bottom: 1px solid #eee;
  }
  
  .comment-section textarea {
    width:94%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: vertical;
    color: rgb(255, 255, 255);
    position: relative;
    left: 547px;
    top: -190px;
    height: 122px;
    background-color: transparent;
    box-shadow: 0 0 10px 0 #4086f6;
  }
  
  .comment-section button {
    padding: 10px 20px;
    background-color: #0f34ff00;
    border: none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
    top: -133px;
    left: 654px;
  }
  
  .comment-section button:hover {
    background-color: #0056b3;
  }
  
  
.project-title6 {
    position: relative;
    top: -396px;
    left: 19px;
    width: 81%;
}
/* End of rating*/






/*Contact*/

@media (max-width: 1180px) {
    .seven {
        max-width: 100%
    }
}

.talkies7 {
    position: relative;
    top: 107px;
    width: 68%;
    left: 8%;
    color: rgba(255, 0, 0, 0.46);
    z-index: 2;
 }

 .talkies7 p {
    color: #fff;
 }


 .contact2 {
    position: fixed;
    top: 0;
    left: 5px;
    width: 100%;
    height: 100%;
    background-image: url("../img/contact-visual4.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

 .contact--lockup .mod2 {
    padding: 45px 45px;
    text-align: center;
    background-color: #0c0c0c;
    box-shadow: 0 0 10px 0 #fff;
    position: relative;
    left: 113px;
    top: -54px;

}

.contact--lockup .mod2--information p,
.contact--lockup .mod--information a {
    display: block;
    margin: 14px 0;
    text-decoration: none;
    color: #837c7c;
    font-weight: 700;
    
}

.contact--lockup .mod--information p {
    margin-top: 0;
    color: #837c7c;
}

.contact--lockup .mod--options {
    margin: 0;
    padding: 0;
    list-style: none
}

.contact--lockup .mod--options>li {
    width: 130px;
    margin: 0 auto 25px auto
}

.contact--lockup .mod2--options li:nth-child(1) {
    background-color: #8c0b0b;
}

.contact--lockup .mod2--options li:nth-child(2) {
    background-color: #FFD700;
}

.contact--lockup .mod2--options li:nth-child(3) {
    margin-bottom: 0;
    background-color: #8c0b0b;
    text-transform: uppercase
}

.contact--lockup .mod--options a {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-decoration: none;
    color: #fff;
    font-weight: 700
}

/* New CSS rules for button background and border */
.contact--lockup .mod--options a {
    background-color: #000000; 
    border: 2px solid rgb(225, 19, 19); 
    transition: background-color 0.3s, color 0.3s; 
}

/* New CSS rules for hover effect */
.contact--lockup .mod--options a:hover {
    background-color: rgb(225, 19, 19); 
    color: #ffffff; 
}


.pagination {
    position: absolute;
    top: 760px;
    left: 492px;
    transform: translateY(-50%);
    z-index: 0;
   
  }
  
  .pagination a {
    color: #ffffff;
    text-decoration: none;
    background-color: #0c0c0c;
    box-shadow: 0 0 10px 0 #fff;
    padding: 8px 12px;
    margin-right: 5px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  
  }
  
  .pagination a.active,
  .pagination a:hover {
    background-color: rgb(225, 19, 19);
  
  }



  .content-box {
    padding: 20px;
    margin-top: 20px;
    color: #858585;
    width: 269px;
    height: 110px;
    position: relative;
    left: 445px;
    top: -534px;
    z-index: 0;
    background-color: #00000069;
    border-radius: 22px;
    text-align: center;
  
  }

  .contact-symbol {
    margin-right: 10px; /* Adjust as needed */
    font-size: 28px; /* Adjust the symbol size */
    position: relative;
    top: -18px;
    right: 4px;
  }
    






/* hire us*/
.eight {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 960px;
    max-width: 80%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

@media (max-width: 1180px) {
    .eight {
        max-width: 100%
    }
}

.talkies8 {
    position: relative;
    top: 36px;
    width: 68%;
    left: 2%;
    color: rgba(255, 0, 0, 0.46);
    z-index: 2;
 }

 .talkies8 p {
    color: #fff;
 }
.hire2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 700px;
    max-width: 75%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    top: 65px;
}

@media (max-width: 1180px) {
    .hire {
        max-width: 100%
    }
}

.hire h2 {
    margin: 0 0 20px 0;
    font-size: 30px;
    text-align: center
}




.skills-request {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    position: relative;
    top: 107px;
    left: -73px;
}

.skills-request input[type="submit"] {
    width: 400px;
    max-width: 100%;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgb(225, 19, 19);
    border: 2px solid #ffffff;
    border: none;
    border-radius: 0
}

.skills-request input[type="submit"]:focus {
    outline: none
}



.skills-request--options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0
}

.skills-request--options .options-a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.skills-request--options .options-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 72%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.skills-request--options label {
    display: block;
    width: 200px;
    margin-bottom: 30px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background-color: #000000; 
    border: 2px solid rgb(225, 19, 19); 
    transition: background-color 0.3s, color 0.3s; 
    cursor: pointer;
    -webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out
}

.skills-request--options label svg {
    position: relative;
    left: -5px;
    width: 0;
    fill: #fff;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out
}

.skills-request--options input[type="checkbox"] {
    display: none
}

.skills-request--options input[type="checkbox"]:checked+label {
    background-color: rgb(225, 19, 19); 
    color: #ffffff; 
}

.skills-request--options input[type="checkbox"]:checked+label svg {
    width: 15px
}



.skills-request--information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px
}

.skills-request--information .information-name,
.skills-request--information .information-email {
    position: relative;
    width: 45%;
    height: 50px;
    font-size: 30px;
    font-weight: 300
}

.skills-request--information input[type="text"],
.skills-request--information input[type="email"] {
    width: 100%;
    padding: 0 0 5px 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0
}

.skills-request--information input[type="text"]:focus,
.skills-request--information input[type="email"]:focus {
    outline: none;
    background-color: #0c0c0c
}

.skills-request--information label {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: top .2s ease-in-out, font-size .2s ease-in-out;
    transition: top .2s ease-in-out, font-size .2s ease-in-out
}

.skills-request--information input:focus+label,
.skills-request--information input.has-value+label {
    top: -15px;
    font-size: 14px
}

input {
    line-height: normal;
    font-size: 19px;
    text-align: center;
}

@media (max-width: 767px) {
    .skills-request--options {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .skills-request--options .options-a,
    .skills-request--options .options-b {
        display: block;
        width: auto
    }
}

@media (max-width: 600px) {
    .skills-request--options {
        margin: 20px 0
    }
}

@media (max-width: 600px) and (max-width: 415px) {
    .skills-request--options {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 600px) {
    .skills-request--options label {
        width: 150px;
        margin-bottom: 15px;
        font-size: 14px
    }

    .skills-request--options input[type="checkbox"]:checked+label svg {
        width: 12px
    }

    .skills-request--information {
        margin-bottom: 30px
    }

    .skills-request--information .information-name,
    .skills-request--information .information-email {
        height: 40px;
        font-size: 24px
    }
}


.phone {
    height: 504px;
    width: 383px;
    position: relative;
    top: -382px;
    left: 734px;
}
/* end of hire us */












.copy2 {
    position: relative;
    bottom: 75px;
    right: -593px;
    color: #282828;
    z-index: 3;
}


 /* Right menu */


.outer-nav {
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    visibility: hidden;
    -webkit-transition: visibility 0s .2s;
    transition: visibility 0s .2s;
    font-size: 45px;
    font-weight: 900;
    cursor: pointer;
    
    }
.outer-nav.is-vis {
    visibility: visible;
   
}

.outer-nav--return {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    cursor: pointer;
    z-index: 11;
    
}

.outer-nav--return.is-vis {
    display: block;
    text-decoration: none !important;
}

.outer-nav>a {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateX(350px) translateZ(-1000px);
    transform: translateX(350px) translateZ(-1000px);
    font-size: 35px;
    font-weight: 900;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s;
}

.outer-nav>a.is-vis {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    opacity: 1;
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    
    
}

.outer-nav>a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    width: 110%;
    height: 15px;
    opacity: 0;
    background-color: #0f33ff;
   
}

.outer-nav>a.is-active::before {
    opacity: 1;
   
}

@media (max-width: 767px) {
    .outer-nav>li {
        font-size: 44px
    }
}

@media (max-width: 600px) {
    .outer-nav>li {
        font-size: 34px
    }
}

.waist {
    opacity: 0.0;
}

.outer-nav a.is-vis:nth-child(2) {
    -webkit-transition-delay: .04s;
    transition-delay: .04s;
    
}

.outer-nav a.is-vis:nth-child(3) {
    -webkit-transition-delay: .08s;
    transition-delay: .08s;
        
}


.outer-nav a.is-vis:nth-child(4) {
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
 
}

.outer-nav a.is-vis:nth-child(5) {
    -webkit-transition-delay: .16s;
    transition-delay: .16s;
   
}

.outer-nav a.is-vis:nth-child(6) {
    -webkit-transition-delay: .20s;
    transition-delay: .20s;
    
}

.outer-nav a.is-vis:nth-child(7) {
    -webkit-transition-delay: .24s;
    transition-delay: .24s;
    
}

.outer-nav a.is-vis:nth-child(8) {
    -webkit-transition-delay: .28s;
    transition-delay: .28s;
   
}

.outer-nav a {
    text-decoration: none;
    color: #fff; 
   
  }

.outer-nav div a.is-active {
    position: relative;
  }
  
.outer-nav div a.is-active::after {
    content: '';
    position: absolute;
    bottom: 14px;
    left: -68px;
    width: 138%;
    height: 13px;
    background-color: #0f33ff;
  }
  

 /* End of Right Menu */




