main {
    width:102vw!important;
}
.main {
    width:100% !important;
}

video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
}

@font-face {
    font-family: PoppinsRegular;
    src: url(../assets/fonts/poppins-font/PoppinsRegular-B2Bw.otf);
}

@font-face {
    font-family: PoppinsBold;
    src: url(../assets/fonts/poppins-font/PoppinsBold-GdJA.otf);
}

@font-face {
    font-family: PoppinsMedium;
    src: url(../assets/fonts/poppins-font/PoppinsMedium-1JPv.otf);
}

@font-face {
    font-family: PoppinsSemiBold;
    src: url(../assets/fonts/poppins-font/PoppinsSemibold-8l8n.otf);
}

body {
    background-color: #333333;
    font-family: PoppinsRegular;
    overflow-x:hidden;
}

.navbar-toggler-icon
{
    color: white!important;
}

/*navbar*/
nav.navbar {
    background-color: rgba(51, 51, 51, 1) !important;
    padding: 20px 0;
    z-index:10;
}

.navbar-brand {
    padding-left: 20px;
}

li.navbar-item {
    padding: 0 40px;
}

a.nav-link {
    color: white;
}

a.nav-link:hover {
    color: #BBD366 !important;
}

.nav-link.active {
    color: #A4C533 !important;
}

.contact-us {
    color: #8DB600 !important;
    font-family: PoppinsBold;

}

/* END NAVBAR */

/* front text */

.front-text {
    position: fixed;
    top: 35%;
    right: 8%;
    color: white;
    font-family: PoppinsSemiBold;
    line-height: 0.8;
}

.front-text>.special {
    color: #A4C533 !important;
    font-size: 100px;
    font-family: PoppinsBold !important;
    margin-left: 70px;
}

.front-text>.mainText,
.front-text>.sub {
    letter-spacing: 1.5px;
}

.front-text>.mainText {
    font-size: 50px;
    margin: -45px 0 0 130px;
    text-align: right;
}

.front-text>.sub {
    font-size: 50px;

}

.front-desc {
    font-family: PoppinsRegular;
    width: 28%;
    position: fixed;
    bottom: 28%;
    right: 8%;
    text-align: right;
    color: white;
}

/* END FRONT TEXT */

/* models */

.models {
    position: fixed;
    bottom:0;
}

.model1
{
    width:350px;
    height:579px;
    left:-30px;
}

.model2 {
    width:325px;
    height:550.5px;
    left:230px;
}

.flag-inspired {
    width:300px;
    height:300px;
}

/* END OF MODELS */

/* click here */

.clickhere {
    width: 15%;
    position: fixed;
    bottom: 5%;
    right: -2%;
}

/* END OF CLICK HERE */

.test {
    margin: 0 auto;
}

.gallery-container {
    width: 100vw;
    height: 87.2vh;

    position: relative;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
}

.other-pics {
    width: 50vw;
    height: 87.2vh;
    display: flex;
    flex-wrap: wrap;
}

.desc {

    position: relative;
    overflow: hidden;
}

.desc:hover .alt-title {
    display: block;
    transform: translateY(-100%);
    /* Apply the moving up animation */
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        /* Start with opacity 0 */
    }

    to {
        opacity: 1;
        /* Fade in to full opacity */
    }
}

.alt-title {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.5);
    position: absolute;
    top: 100%;
    transition: transform 0.3s ease-in-out;
}

.alt-title>h3 {
    width: 100%;
    color: white;
    font-family: PoppinsSemiBold;
    text-align: center;
    padding: 5% 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.special-pic {
    width: 50vw;
    height: 87.2vh;
    object-fit: cover;
    padding: 3px;
}



.pic {
    width: 25vw;
    height: 43.6vh;
    object-fit: cover;
    padding: 3px;
}

.column-title {
    font-family: PoppinsBold;
    font-size: 3em;
    color: #8DB600;
    width: 100%;
    padding: 20px 20px;
}

.column-title-special {
    color: white;
}

.align-right {
    text-align: right;
    margin: 20px 40px 10px -80px !important;
}

.other-leaders {
    width: 17.3vw;
    height: 87.2vh;
    background-color: #A4C533;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    position: relative;
    overflow: hidden;
    margin: 0 1px;
}

#dbd {
    width:160%!important;
}


.cob {
    width: 29.5vw !important;
    height: 87.2vh;
    background-color: #8DB600;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    position: relative;
}

.leader-pics {
    width: 17vw;
    position: absolute;
    bottom: -30px;
    margin-top:100px;
    left: -30px;
    object-fit: cover;
}

.adjust-bottom {
    bottom:-80px;
}

.cob-leader {
    position: absolute;
    bottom: 0;
    object-fit: cover;
}

.other-leaders>#cob {
    width: 100% !important;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.other-leaders>img {
    width: 125%;
}

.leader-name {
    font-family: PoppinsSemiBold;
    text-align: center;
    color: white;
    font-size: 1em;
    position:absolute;
    bottom: 5px;
    z-index: 1000;
    margin:auto;
    left:0;
    right:0;
    width:100%;
    background-color:#333333;
    padding:2% 0;

}

.leader-position {
    font-family: PoppinsRegular;
}

.rgs-dna-desc {
    text-align: justify;
    padding: 5% 20%;
    color: white;
    font-size: 1.5em;
}

.core-val-container {
    width: 85%;
    height: 87.2vh;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;

}

.core-values-img {
    object-fit: cover;
    width: 100%;
    position: absolute;
    bottom: -10%;
}

.core-value {
    width: 20%;
    height: 87.2vh;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.dna {
    font-family: PoppinsSemiBold;
    color: white;
    width: 100%;
    background-color: #333333;
    margin: 10% 0;
    text-align: center;
    padding: 3% 0;
}

.yellow {
    background-color: #FFC632;
}

.green {
    background-color: #A4C533;
}

.blue {
    background-color: #558EC3;
}

.red {
    background-color: #C30F0F;
}

.violet {
    background-color: #951FB2;
}

.recognition-col {
    position: relative;
}

.bg-award1 {
    width: 27vw;
    opacity: 0.5;

}

.bg-award2 {
    width: 73vw;
    opacity: 0.5;
}

.recognition-col {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.rgs {
    position: absolute;
    width: 35%;
    z-index: 1;
    padding: 5% 0 0 5%;
}

.awards {
    width: 50%;
    position: absolute;
    right: 3%;
    top: 0;
    bottom: 0;

}

.award-col {
    width: 30%;
    height: 100%;
    text-align: center;
    margin: 20% auto;
    color: white;
}

.award-col>img {

    width: 80%;
}

.award-col>h6 {
    font-family: PoppinsBold;
}

.reasons-why-sub {
    padding: 10px 0 20px 15px;
    color: white;
}

.reason-header {
    font-size: 20px;
    padding: 0;
    background-color: #8DB600;
    text-align: center;
    border-radius: 0 !important;
}

.reason-card {
    background-color: transparent !important;
    color: white;
    font-size: 12px;
    height: 250px;
    padding: 0 !important;
    text-align: justify;
    border: solid 2px #8DB600;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.solo
{
	height:100%!important;
}


.reason-col
{
    margin-top:20px;
}

.reason-button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    margin: 20px 25px;
    background-color: grey;
    border-color: grey;
    color: white;
}

.reason-button:hover {
    background-color: grey;
    border-color: grey;
    color: #8DB600;
}

.reason-desc {
    padding: 10px;

}

.other-four {
    margin-top: 30px;
}

.rgs-connect {
    margin: 35px 0;
}

.nav-services {
    background-color: #8DB600;
    padding: 0.5% 5%;
}

.nav-services>.nav-link {
    font-family: PoppinsSemiBold;
    font-size: 1.1em;
}

.nav-link.active {
    color: white !important;
}

.nav-link.active:hover {
    color: grey !important;
}

.nav>a.nav-link:hover {
    color: grey !important;
}

.lets-talk-col {
    position: relative;
    width: 99vw;
    height: 84.5vh;
    overflow:hidden;
}

.lets-talk-bg {
    position: absolute;
    width: 100%;
    height: 84.5vh;
    overflow: hidden;
}

.lets-talk-bg>img {
    object-fit: contain;
    object-position: 0 -400px;
    width: 100%;
    opacity: 0.3;
}

.lets-talk-desc {
    position: absolute;
    top: 0;
    padding: 5% 20% 0 20%;
    color: white;
    text-align: center;
    font-size: 1.5em;
}

.lets-talk-desc>h1 {
    padding: 5% 0;
}

.lets-talk-desc>h1 .our-services {

    font-family: PoppinsBold;
    color: #8DB600;
}

.lets-talk-desc>.btn-talk {
    background-color: #8DB600 !important;
    border-color: #8DB600 !important;
    color: white;
    font-family: PoppinsRegular !important;
    font-size: 1.5em;
    padding: 1% 10%;
    border-radius: 25px;
}

.lets-talk-desc>.btn-talk:hover {
    background-color: grey !important;
    border-color: grey !important;
}

.services-card
{
    background-color: transparent !important;
    color: white;
    font-size: 12px;
    padding: 0 !important;
    text-align: justify;
    border: solid 2px #8DB600;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.services-title {

    width: 99vw;
    height: 10%;
    bottom: 0;
    background-color: #8DB600;
    text-align: center;
    color: white;
    font-size: 1.5em;
    padding: 0.5% 0;
}

.services-card-padding {
    padding: 1% 3%;
}

.rgs-tech-col {
    position: relative;
    width: 99vw;
    height: 126.75vh;
    display: flex;
    flex-wrap: wrap;
}

.rgs-interconnect-col {
    width: 99vw;
    height: 63.37vh;
    overflow: hidden;
}

.rgs-defenders-col {

    width: 99vw;
    height: 63.37vh;
    overflow: hidden;
}

.rgs-interconnect-col>img {
    width: 100%;
    object-fit: contain;
    object-position: 0 -400px;
    opacity: 0.3;
    z-index: -1;
}
.rgs-interconnect-col>.row
{
    position:absolute!important;
    top:0;
    margin-top:5%;
    color:white;
    text-align: justify;
    width:98vw;
}

.rgs-interconnect-col>.row>.col-md-6>img
{
    width:70%;
}

.rgs-defenders-col>img {
    width: 100%;
    object-fit: contain;
    object-position: 0 -400px;
    opacity: 0.3;
    z-index: -1;
}

.rgs-defenders-col>.row
{
    position:absolute!important;
    top:63vh;
    margin-top:5%;
    margin-left:5%;
    color:white;
    text-align: justify;
    width:98vw;
}

.rgs-defenders-col>.row>.col-md-6>img
{
    width:50%;
}

.rgs-media-img
{
    width:70%;
}

.rgs-media>.col-xs-12 {
    margin: 40px 0;
    color: white;
    text-align: justify;
}

.media-desc {
    width: 80%;
    text-align: justify;
}

.marquee {
    width: 100vw;
    height: 30vh;
    margin: 1vw 0;
    pointer-events: none;
    overflow: hidden;
  }
  
  .marquee__inner-wrap {
    height: 100%;
    width: 100%;
  }
  
  .marquee__img {
    width: 20vw;
    height: 30vh;
    margin: 0 1vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #444;
  }
  
  .marquee__inner {
    height: 100%;
    width: fit-content;
    align-items: center;
    display: flex;
    position: relative;
    animation: marquee 50s linear infinite;
    will-change: transform;
  }
  
  @keyframes marquee {
    to {
      transform: translateX(-50%);
    }
  }
  
.hr-manage-desc{
    color:white;
    text-align: justify;
    margin:5% 20% 3% 20%;
}

.hr-manage-desc-ol{
    color:white;
    text-align: justify;
    margin:1% 20%;
}
.careers-col
{
    margin: 1% 0;
}

.careers-col>h1
{
    color:white;
}

.careers-col>h3
{
    color:#8DB600;
}

.qr1
{
   
}

.qr2
{
    
    
}

.row
{
    margin:1% 0;
}

.row>.col>h4
{
    text-align:left;
    color:#8DB600;
    font-family:PoppinsBold;
    margin-top:8%;
}

.testimonial-card
{
    color:white;
    background-color:#8DB600;
    width:40%;
    margin: 50px auto;
    padding: 0 40px;
    letter-spacing: 1px;
}

.testimonial-img
{
    margin: -50px auto 0 auto;
}

.hr-line
{
    background-color:white!important;
    border-width:4px;
}

.testimonial-name
{
    font-family: PoppinsBold;
}

.contact-us>.col>h1
{
    color:white;
}

.contact-us>.col>p
{
    color:white;
    font-family: PoppinsRegular;
}

.contact-us>.col>a
{
    margin: 0 10px 0 0;
}

.ph
{
    width:50%;
    position:relative;
    margin: 0 auto;
}

.title-branches
{
    color:white;
    font-family: PoppinsBold;
}

.branches>.col>h5
{
    color:#8DB600;
    font-family: PoppinsSemiBold;
}

.branches>.col>p
{
    line-height: 20px;
    color:white;
    font-family: PoppinsRegular;
}

.merged-pics
{
    height:200px;
}
.partner-padding-top
{
    margin-top:50px;
}

.partners-img-div
{
    width:100%;
    height:200px;
    overflow:hidden;
}

.partners-img-square
{
    padding:10px 0;
    height:100%;
}

.partners-img-rec
{
    padding:10px 0;
    width:60%;
}



