* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Mulish';
}



/* ===============newnav============= */
/* ===============newnav============= */
/* ===============newnav============= */
/* ===============newnav============= */
/* ===============newnav============= */


.home {
    width: 100%;
    height: 100vh;
    position: absolute;
    background-size: cover;
    background-position: center center;
  }
  
  
  /* ====================================
  Navigation 
  ==================================== */
  
  .overlay-navigation {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, 0.2);
    display: none;
    opacity: 0;
    z-index: 1030;
  }
  
  nav,
  nav ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  
  nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
  }
  
  nav ul li {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    display: none;
  }
  
  nav li a {
    position: relative;
    top: 46%;
    color: #fff!important;
    text-transform: uppercase;
    font-family: 'Work sans', sans-serif;
    font-weight: 300;
    letter-spacing: 4px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 0.9rem;
    opacity: 0;
    color: white;
  }
  nav li a:hover {
      color: white;
      text-decoration: none;
  }
  
  nav li a:before {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 100;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
  }
  
  
  nav li a:after {
    content: attr(data-content);
    font-size: 0.7rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 0;
    position: absolute;
    z-index: 100;
    color: #fff;
    display: block;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    bottom: -50px;
    text-transform: none;
    font-family: 'Open sans', sans-serif;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0;
  }
  
  nav li a:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    color: white;
  }
  
  nav li a:hover:after {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 1;
    color: white;
  }
  
  nav li:nth-of-type(1) {
    background-color: #1f3648ec
  }
  
  nav li:nth-of-type(2) {
    background-color: #162735e7
  }
  
  nav li:nth-of-type(3) {
    background-color:#1f3648ec
  }
  
  nav li:nth-of-type(4) {
    background-color: #162735e7
  }
  
  nav li:nth-of-type(5) {
    background-color: #1f3648ec
  }
  
  
  /* ====================================
  Burger king
  ==================================== */
  
  .open-overlay {
    position: absolute;
    position: fixed;
    right: 4rem;
    top: 3.2rem;
    z-index: 100;
    width: 34px;
    display: block;
    cursor: pointer;
    color: white;
    width: 2.5%;
     background: #003247d5;
padding: 0px 5px 6px 5px!important;
    z-index: 1040;
  }

  .open-overlay span.active {
    background-color: black;
}
  
  .open-overlay span {
    display: block;
    height: 2px;
    background-color: white;
    cursor: pointer;
    margin-top: 6px;
    z-index: 15000;
  }
  
  .animate-top-bar {
    -webkit-animation: animate-top-bar .6s linear 1 both;
    animation: animate-top-bar .6s linear 1 both
  }
  
  .animate-bottom-bar {
    -webkit-animation: animate-bottom-bar .6s linear 1 both;
    animation: animate-bottom-bar .6s linear 1 both
  }
  
  .animate-middle-bar {
    -webkit-animation: animate-middle-bar .6s linear 1 both;
    animation: animate-middle-bar .6s linear 1 both
  }
  
  .animate-out-top-bar {
    -webkit-animation: animate-out-top-bar .6s linear 1 both;
    animation: animate-out-top-bar .6s linear 1 both
  }
  
  .animate-out-bottom-bar {
    -webkit-animation: animate-out-bottom-bar .6s linear 1 both;
    animation: animate-out-bottom-bar .6s linear 1 both
  }
  
  .animate-out-middle-bar {
    -webkit-animation: animate-out-middle-bar .6s linear 1 both;
    animation: animate-out-middle-bar .6s linear 1 both
  }
  
  
  /* ====================================
  Animation keyframes
  ==================================== */
  
  @keyframes animate-top-bar {
    0% {
      background-color: white;
    }
    50% {
      -webkit-transform: translateY(9px);
      transform: translateY(9px)
    }
    80% {
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
      background-color: white;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      background-color:white;
    }
  }
  
  @keyframes animate-bottom-bar {
    0% {
      background-color: white;
    }
    50% {
      -webkit-transform: translateY(-9px);
      transform: translateY(-9px)
    }
    80% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
      background-color: white;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      background-color: white;
    }
  }
  
  @keyframes animate-middle-bar {
    0% {
      background-color: white;
    }
    80% {
      background-color: white;
    }
    100% {
      background-color: white;
    }
  }
  
  @keyframes animate-out-top-bar {
    0% {
      background-color: white;
    }
    50% {
      -webkit-transform: translateY(9px);
      transform: translateY(9px)
    }
    80% {
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
      background-color: white;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      background-color: white;
    }
  }
  
  @keyframes animate-out-bottom-bar {
    0% {
      background-color: white;
    }
    50% {
      -webkit-transform: translateY(-9px);
      transform: translateY(-9px)
    }
    80% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
      background-color: white;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      background-color: white;
    }
  }
  
  @keyframes animate-out-middle-bar {
    0% {
      background-color: white;
    }
    80% {
      background-color: white;
    }
    100% {
      background-color: white;
    }
  }
  
  .home a {
    font-family: "Work Sans", sans-serif;
    color: #222;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;
    z-index: 10;
    top: 50px;
    left: 50px;
    padding-bottom: 3px;
    border-bottom: 1px solid #222;
  }
  
  @media (max-width: 922px) {
    nav ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .wrapper img {
        height:340px!important;
    }
    nav ul li {
      height: 20%;
    }
    nav ul li a {
      font-size: 11px;
    }
    nav li a:after {
      font-size: 0.6rem;
      bottom: -25px;
    }
    nav li a:hover:after {
      transform: translateY(0);
    }
    .open-overlay {
      right: 1rem;
      background: #003247;
      border-radius: 5px;
      padding: 2px;
      color: black;
      width: 13%;
      padding: 3px 5px 10px 5px!important;
    }
    .open-overlay span {
        height: 3px;
        width: 95%;
        background-color: white;
    }
    
    nav li a:before {
      width: 25px;
    }
  }

















/* ===============newnav============= */
/* ===============newnav============= */
/* ===============newnav============= */
/* ===============newnav============= */












.poqr {
    width: 40%!important;
    margin-top: 48px!important;
}

.nav-link {
    display: block;
    padding: .6rem 1rem;
    padding-left: 0;
}
.nav-link:hover {
    font-weight: 900!important;
}

.pdng100 {
    padding: 100px;
}
.about_logo {
    color: white;
    text-decoration: none;
}
.about_logo:hover {
    color: white;
    text-decoration: none;
    z-index: 1000!important;
}

h2 {
    text-align: center;
    margin-top: 90px;
    font-family: 'Mulish', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    position: relative;
}
.founders {
   margin:70px 0 30px 0;
}

.container {
    text-align: center;
}
.row * {
    text-align: left;
}
.main-wrapper>.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.video{
    width: 100%;
    overflow: hidden;
}


.for_a_3 {
    color: white;
}

.inlin_block {
    display: inline-block;
    margin-left: 566px;
    margin-top: 170px;
}
.inlin_block p {
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;

}
.flex-column {
    position: fixed;
}

.for_top_img {
    margin-left: 5px;
    margin-top: 50px;
}
.nav.flex-column {
    position: fixed;
    z-index: 1000;
    left: 5%;
    top: 85px;
}
.nav.flex-column a {
    color: white;
    font-weight: 600;

}
.for_a   {
    text-decoration: none;
    color: white;
    font-family: 'Mulish' sans-serif;
    font-weight: 500;
}
.for_col_12 {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 80px;
}
.for_col_12 h2 {
    font-family: 'Mulish' sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
    margin-top: 190px;
}
.for_img_pos {
    position: absolute;
    bottom: 50px;
    margin-left: 50px;
}
.for_img_pos p {
    color: white;
}
.for_blue {
    background: #0f385aa6;
    z-index:-10;
    height: 150px;
    padding: 30px;
    color: white;
    margin: auto;
}
.for_img_pos_2 {
    position: absolute;
    bottom: 20px;
    margin-left: 20px;
}
.for_rel {
    position: relative;
    height: 100%;
}
.for_img_pos_2 p {
    color: white;
}
.for_blue_2 p {
    z-index: -100;
}
.for_blue_2 h3 {
    margin-bottom: 5px;
}
.for_img_2 img {
    width: 100%;
    padding: 8px;
}
.for_img img {
    opacity: 1;
    width: 100%;
  transition: .5s ease;
}


  .text p {
      margin-left: 15px;
      font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
    padding-left: 5px;
    padding-top: 6px;
  }
  .text p:nth-child(1) {
      text-align: left;
      font-family: 'Mulish' sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0em;

  }
  .item_p {
    top: 27px;
    width: 66%;
    margin: 0 0;
    padding-top: 10px;
    background: #DCC048;
    position: relative;
    left: -1%;
    z-index: -1;
    opacity:0;
  }
  
  .text p:nth-child(2) {
    font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 20px;
letter-spacing: 0em;
text-align: left;

}
  .text {
    background-color: #1a467099;
    color: white;
    font-size: 14px;
    text-align: left;
  }
.middle {
    position: absolute;
    transition: .5s ease;
    opacity: 0;
    top: 1px;
    width: 95%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    
  }

.section_2 h1 {
    text-align: center;
    margin-top: 90px;
    font-family: 'Mulish' , sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
}
.for_flex {
    justify-content: center;
    padding-left: 70px;
    padding-top: 80px;
    padding: 20px;
}
.section_2_img {
    padding-top: 70px;
}
.for_footer {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    margin-bottom: 50px;
}
.for_a   {
    text-decoration: none;
    color: #323232;
    font-family: 'Mulish' sans-serif;
    font-weight: 500;
}
.for_a_2 {
    margin-left: 80px;
    margin-top: 0;
}
.mrg_top {
    font-family: 'Mulish' , sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 48px;
    text-align: left;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}
.for_contactus {
    position: fixed;
    right: .5%;
    top: 150px;
    transform: rotate(-90deg);
}
.for_contactus a {
    font-family: 'Mulish';
    font-weight: 600;
    color: #323232;
    list-style-type: none;
}


footer {
    padding-top: 80px;
    padding-bottom: 70px;
} 
footer ul .nav-link {
    color: #323232;
    margin: 20px;
  font-family: 'Mulish';
  font-weight: 600;
}


.social {
    text-align: right;
    font-family: 'Mulish';
}

footer i {
    margin: 10px 5px 0 5px;
    color: #323232;
}

footer a {
    color: #323232;
}
footer .social a {
   font-weight: 600;
}
.section_2_img   {
    position: relative;
    border: none;
    overflow: hidden;
    transition: 0.5s all;
}
.section_2_img::after {
    content: 'company';
    position: absolute;
    top: 70px;
    left: 0;
    background-color: #41768C;
    transform: translateX(-100%);
    width: 75%;
    height: 100%;
    color: white;
    transition: 0.5s;
    font-family: 'Mulish' sans-serif;
    text-transform: uppercase;
}

.for_mobile_video {
    display: none;
}
.inlin_block_mob {
    display: none;
}
.mrg_top_mob {
    display: none;
}


.for_col_12   .item {
    top: -20px;
    width: 30%;
    margin: 0 0;
    padding-top: 18px;
    background: #DCC048;
    position: relative;
    left: 35%;
    z-index: -10;
  }

  .item_1 {
    top: 22px;
    width: 32%;
    margin: 0 0;
    padding-top: 14px;
    background: #DCC048;
    position: absolute;
    z-index: -10;
    left: .5%;
}

.item_2 {
    top: 21px;
    width: 98%;
    margin: 0 0;
    padding-top: 14px;
    background: #DCC048;
    position: absolute;
    left: 1%;
    z-index: -10;
}

  .person.a , .person.b {
    bottom: 0px;
  }

  .person h3 .persone-name+span {
      display: block;
      font-weight: normal;
      margin-top: -15px;
      font-size: 18px;
  }

  .person-info a {
      color: white;
      font-weight: normal;
      font-family: 'Mulish';
  }


  .modal-content  {
        background-color:#1a4670e0;
        text-align: left;
  }

    
  .modal-backdrop {
  opacity: 1;
  }
      
  .modal-dialog {
    max-width: 500px;
    margin: 100px auto;
}
.modal-lg, .modal-xl {
    max-width: 52%;
}

.about_desc {
    display: block;
}

.about_mob {
    display: none;
}

footer  .fa-linkedin-in {
    font-size: 18px;
    }

 .desc_br {
  display: block;
}

.close-modal {
  display: none;
}

footer .social .linkedin {
    top: 2px;
    position: relative;
    right: 5px;
}




@media(min-width:1024px) and (max-width:1375px){
    .item_1 {
    top: 20px;
    width: 42%;
    }
    .open-overlay {
        width:4.5%;
    }
    .modal_b {
    bottom: 37px!important;
    }
    .modal_a {
    bottom: 37px!important;
    }
}
.close-modal {
    display:block;
    color: white;
    font-size: 20px;
    float: right;
}
.close-modal:hover {
    color: white;
}

@media (max-width:991.98px) {

    .poqr {
        width: 45%!important;
        margin-top: 35px!important;
    }
    .nav.flex-column {
        display: none!important;
    }
     
    
footer .col-12 {
    padding-top: 10px;
}

    .close-modal {
        display: block;
      }
    .desc_br {
        display: none;
      }
  
    .text-block p {
        font-size: 15px!important;
    }
    .text-block h4 {
        font-size: 35px!important;
    }

    footer  .fa-linkedin-in {
        font-size: 22px;
        }
    

    .overlay-content>div {
        display: inline-block;
        text-align: left;
    }
    .mrg_top {
        text-align: center;
        color: white;
        display: inline-block;
    }

    .about_desc {
        display: none;
    }
    
    .about_mob {
            display: block;
            position: absolute;
            top: 55%;
            left: 50%;
            transform: translate(-50%,0);
            margin: 50px 0 0 0;
    }

    .modal {
        z-index: 5000;
    }

    .contact_block {
       margin: 20px 20px 20px 20px!important;
    }

    .close-modal {
        color: white;
        font-size: 20px;
        width: 65px;
        text-align: center;
        position: relative;
        top: 7px;
        font-weight: 600;
        padding: 0;
        display: block;
        padding-left: 15px;
    }
    .text-block {
        padding: 15px 12px!important;
    }
    .mrg_top {
        font-size: 26px;
    }
  
    .item_1 {
       display: none;
    }
    .item_2 {
        top: 21px;
        width: 98%;
        margin: 0 0;
        padding-top: 12px;
        background: #DCC048;
        position: absolute;
        left: 1%;
        z-index: -10;
    }

    .modal-lg, .modal-xl {
        max-width: 100%;
        margin: 0 auto;
    }
    
}



@media (min-width: 415px) and (max-width: 768px) {
    .open-overlay {
        width: 6%;
        z-index: 10;
        right: 3rem;
    }
    .wrapper img {
    height: 600px!important;
}

}








@media only screen and (max-width: 400px) {
    div.container {
        margin-top: 0px;
    }
    .container>h2 {
        margin-top: 25px!important;
    }
    .contact_block p {
        margin-top: 3px!important;
    }

    .flex-column .for_a_3 {
        display: none;
    }
  
     .for_col_12 .item {
        top: -20px;
        width: 90%;
        margin: 0 0;
        padding-top: 18px;
        background: #DCC048;
        position: relative;
        left: 5%;
        z-index: -10;
      }
   
    .text {
        height: 300px;
        margin-bottom: 30px;
    }
    .text p {
        position: absolute;
        top: 10px;
        height: 250px;
        font-size: 12px;
        padding-top: 5px;
        margin: 0;
    }
    .middle {
        transition: .5s ease;
        opacity: 0;
        top: 1px;
        width: 100%;
        position: absolute;
      }
    .for_video {
        display: none;
    }
    
    .for_blue {
        width: 100%;
        padding: 20px;
        margin-left: 10px;
        margin-top: 20px;
    }
    .for_armen {
        font-family: 'Mulish' sans-serif;
        font-size: 25px;
        font-style: normal;
        font-weight: 900;
        letter-spacing: 0em;

    }
    .for_img_2 {
        width: 100%;
    }
    .section_2_img img {
        width: 90%;
        margin-left: 45px;
    }
    .section_2_img::after {
        width: 100%;
    }
    .nav .flex_column {
        display: none;
    }
    .for_col_12 h2 {
        margin: 0;
    }
    footer {
        width: 100%;
    }

   
    .for_rel {
        margin-top: 30px;
        padding-right: 30px;
    }
    .for_footer .col-3 img {
        width: 230%;
        margin-left: 90px;
        margin-top: 70px;
        transform: rotate(-90deg);
    }
    .fa_face  {
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
    }
    .for_mobile_video {
        position: relative;
        display: block;
    }
    .for_mobile_video video {
        width: 100%;
        transform: scale(1.2, 1.8);
    }
    .inlin_block_mob {
        position: absolute;
        display: block;
        top: 1px;
        color: white;
        z-index: 100;
    }
    .inlin_block_mob img {
        width: 100%;
        margin-top: 25px;
        padding-left: 107px;
    }
    .mrg_top_mob {
        display: block;
        text-align: center;
        margin-top: 150px;
        font-family: 'Mulish' sans-serif;
        font-size: 38px;
        font-style: normal;
        font-weight: 900;
        line-height: 48px;
        letter-spacing: 0em;
        text-transform: uppercase;
    }
    .op_2 {
        position: absolute;
        top: -100px;
        width: 88%;
        height: 49vh;
        transform: scale(1);
        background-color: #323232;
        opacity: 0.8;
        z-index: 10;
        transform: scale(1.5, 1);
    }
    .inlin_block {
        margin: 0;
        margin-top: 10px;
        margin-left: 10px;
    }
    
    .for_contactus {
        display: none;
    }
    .about_desc {
        display: none;
        font-size: 26px;
    }
    h2 {
        font-size: 25px;
    }
    .hover_items>div>div p {
        font-size: 20px;
        text-align: center;
    }

    footer i {
        margin: 0;
        color: #323232;
    }

}


@media only screen and (min-width: 2560px) {
    .video video {
        width: 140%;
    }
    .op {
        width: 140%;
        height: 110vh;
    }
    .inlin_block {
        margin-left: 800px;
        margin-top: 140px;
    }
    .for_col_12 {
        margin-top: 450px;
    }
    .for_img img {
        width: 100%;
    }
    .for_a_2 {
        margin-left: 175px;
    }
}

.hover_items>div {
    position: relative;
}
.hover_items>div>div{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 500;
    opacity: 0;
    background: #41768C;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 45px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hover_items>div>div p{
  font-size: 20px;
}

.hover_items>div>div h3{
    font-size: 35px;
 }
 


 .hover_items>div>div:hover {
    opacity: 1;
    cursor: pointer;
    transition: .7s all;
}

.hover_items>div img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.main-wrapper  {
    width: 100%;
    overflow: hidden;
}



.modal_a {
    font-size: 30px;
    display: flex;
    position: absolute;
    bottom: 76px;
    z-index: 1000;
    right: 34px;
    color: white;
}

.modal_b{
    font-size: 30px;
    display: flex;
    position: absolute;
    bottom: 76px;
    z-index: 1000;
    right: 34px;
    color: white;
}

.btn.focus, .btn:focus {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}




.overlay {
    display: none;
}

.modal-body {
    padding-bottom: 30px;
}

@media (max-width: 991.98px) {

    
/* navigation menu start*/o
/* navigation menu start */
/* navigation menu start*/
/* navigation menu start */
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color:#1E3548;
    overflow-y: hidden;
    transition: 0.5s;
    z-index: 7000;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    opacity:0.9;
  }
  
  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 4px;
    right: 14px;
    font-size: 60px;
  }
/* navigation menu end*/
/* navigation menu end */
/* navigation menu end*/
/* navigation menu end*/

.fa-bars {
    top: 43px;
    position: fixed;
    z-index: 1000;
    font-size: 25px;
    transform: scale(1.4,1);
    color: white;
    right: 7%;
    z-index: 5000;
    padding: 5px;
    background-color: #335B6B;
}

div .social-mob {
    position: absolute;
    right: 9%;
    top: 100px;
    z-index: 1000;
    display: flex;
    bottom: 0;
    justify-content: flex-end;
    
}

div .social-mob * {
    display: block;
    margin: 10px 0;
    text-align: left;
    color: white;
    font-size: 20px;
}


.nav.flex-column.desc {
    display: none;
}
.video img {
    height: 50vh;
    width: 100%;
}


.logo {
    top: 50px;
    width: 165px;
    left: 4%!important;
}



.contact_block {
    width: 100%;
}
.contact_block br {
   display: none;
} 


.wrapper.a {
    margin-top: 50px;
}
.section_2 img {
    width: 80%;
    display: block;
    margin: auto;
}

/* footer block start 998 */
/* footer block start 998 */

footer {
    padding-top: 50px;
    padding-bottom: 40px;
}
footer .row .col-12 {
    align-items: center;
}

footer .col-12 {
    display: flex;
    justify-content: center;
}
footer .row img {
  width: 165px;
}

footer .social {
    position: absolute;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .social a {
    padding: 0 5px;
    color: #323232;
    font-size: 20px;
    text-align: left;
}
/* footer block  end 998 */
/* footer block end 998 */ 
}
@media (max-width: 320px) {
    .person h3 span {
    font-size: 18px!important;
}
.wrapper img {
    height: 276px!important;
}


    
    
    
    
    
    
    
    
    
    
    
    
    
    
}
