* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.lock-scroll {
    overflow: hidden;
}


/* ===============newnav============= */
/* ===============newnav============= */
/* ===============newnav============= */
/* ===============newnav============= */
/* ===============newnav============= */

.fdb {
    display:block;
}
.fmb{
    display:none;
}
.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: 8000;
  }
  
  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;
    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: 15000;
  }

  .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) {
      .fdb{
          display:none;
      }
      .fmb{
          display:block;
      }
    nav ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    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;
    }
  }
  
  
  
  
  
  
  
  @media (min-width: 415px) and (max-width: 768px) {
    
    .open-overlay {
        width: 6%;
        right: 3rem;
    }
    
    .item1 {
    top: 46px!important;
}

.main-container img {
    width: 90%!important;
    margin-top: 15px!important;
    margin-left: 32px!important;
}

.margin_top {
    left: 100px!important;
    padding: 23px!important;
}
.margin_top_2 {
    left: 100px!important;
    padding: 21px!important;
}


    
}

















/* ===============newnav============= */
/* ===============newnav============= */
/* ===============newnav============= */
/* ===============newnav============= */
.bold {
    font-weight: 600!important;
}
.nobold {
    font-weight: 100!important;
}

.nav-link {
    display: block;
    padding: .6rem 1rem;
}

.nav-link:hover {
    font-weight: 900!important;
}

.to_bottom_block {
    padding-bottom: 20px;
}
.to_bottom_block img{
    margin-top: 20px;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

.header_container {
    text-align: left;
}

.main-container img {
    width: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


h1+p {
    margin-bottom: 50px;
    margin-top: 30px;
    font-size: 18px;
    font-family: 'Mulish';
    font-weight: 400;
}

.container_main {
    margin-top: 200px;
}


.item {
    width: 69%;
    margin-top: -44px;
    padding-top: 14px;
    background: #DCC048;
    position: absolute;
    z-index: -10;
    left: 1%;
    top: 65px;
}
.item1 {
    width: 98%;
    margin-top: 4px;
    padding-top: 14px;
    background: #DCC048;
    position: absolute;
    z-index: -10;
    left: 1%;
    top: 65px;
}

.for_a   {
    text-decoration: none;
    color: #323232;
    font-family: 'Mulish' sans-serif;
    font-weight: 500;
}
.for_top_img {
    margin-left: 5px;
    margin-top: 50px;
}
.flex-column.position-fixed {
    display: inline-block;
    position: fixed;
}
.inlin_block {
    display: inline-block;
    margin-top: 30px;
    text-align: center;
}
.inlin_block p {
    font-family: 'Mulish';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 40px;
}
.mrg_top {
    font-family: 'Mulish' , sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}
.for_img_mt {
    margin-top: 40px;
    margin-left: 10px;
}
li {
    list-style-type: none;
}
/* ul {
    margin-left: 5px;
} */
.row_flex {
    display: flex;
    justify-content: center;
}
.pos_rel {
    position: relative;
}

.col-3 div img {
    width: 100%;
}
.col-3 div p {
    margin-bottom: 0;
    color: white;
    margin-bottom: 25px;
    margin-left: 15px;
}
.col-3 div h4 {
    color: white;
    margin-left: 15px;
}
.margin_top  {
    position: absolute;
    top: 36px;
    left: 50px;
    padding: 10px;
}
.margin_top h4 {
    color: white;
    padding-bottom: 15px;
    font-family: 'Mulish', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;

}
.margin_top p {
    color: white;
    padding-bottom: 20px;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;

}
.for_mb {
    position: relative;
}
.margin_top_2 {
    position: absolute;
    top: 80px;
    left: 50px;
    padding: 10px;
}
.margin_top_2.last {
    top: 65px;
}
.margin_top_2 h4 {
    padding-bottom: 15px;
    color: white;
    font-family: 'Mulish' sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
}
.margin_top_2 p {
    padding-bottom: 20px;
    color: white;
    color: white;
    padding-bottom: 20px;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}
.margin_top :nth-child(5) {
    padding-top: 70px;
    color: white;
    padding-bottom: 20px;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}
.margin_top_2 :nth-child(5) {
    padding-top: 70px;
    color: white;
    padding-bottom: 20px;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}
.for_contactus {
    position: fixed;
    right: 200px;
    top: 150px;
    transform: rotate(-90deg);
}
.for_contactus a {
    font-family: 'mulish' sans-serif;
    font-weight: 500;
    color: #323232;
    list-style-type: none;
}
.for_contactus a:hover {
    color: #323232;
    text-decoration: none;
    list-style-type: none;
}
.nav_2 {
    padding-top: 80px;
}

.for_a_2 {
    margin-left: 50px;
}

.logo {
    position: fixed;
    left: 3%;
    z-index: 1000;
    top: 50px;
    height: 32px;
} 
.logo img {
    max-height: 33px;
}
.nav.flex-column {
    position: fixed;
    z-index: 1000;
    left: 3%;
    top: 85px;
    color:rgb(12, 8, 8);
}
.nav.flex-column a {
    padding-left: 0;
    color: #323232;
    font-family: 'Mulish';
    font-weight: 600;
}

.for_contactus {
    position: fixed;
    right: .5%;
    top: 150px;
    transform: rotate(-90deg);
    color: #323232;
}


footer {
    padding-top: 80px;
    padding-bottom: 70px;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

footer ul .nav-link {
    color: #323232;
    margin: 20px;
  font-family: 'Mulish';
  font-weight: 600;
  padding-left: 0;
  display: block;
}
footer i {
    margin: 10px 5px 0 5px;
    color: #323232;
}

.social {
    text-align: right;
    font-family: Mulish;
}

footer a {
    color: #323232;
}
footer .social a {
  font-weight: 600;
}

.main-container img {
    filter: brightness(60%);
}
.main-container a {
   color: white;
   text-decoration: none;
}
.main-container a:hover {
    color: white;
    text-decoration: none;
 }

/* @media only screen and (max-width: 400px) {
    .for_contactus {
        display: none;
    }
    .nav_font {
        display: none;
    }
    .nav-link .for_a {
        display: none;
    }
    .mrg_top {
        margin-left: 0;
    }
    .container_22 a {
        display: none;
    }
    .inlin_block {
        display: block;
        margin: 0;
    }
    .mrg_top {
        margin-top: 40px;
    }
    .for_img_mt {
        margin: 0;
        padding: 0;
        padding-bottom: 15px;
    }
    .for_top_img img {
        width: 50%;
        margin-left: 92px;
    }
    .inlin_block h1 {
        font-size: 37px;
        text-align: center;
    }
    .item {
        top: -20px;
        width: 105%;
        margin: 0 0;
        padding-top: 18px;
        background: #DCC048;
        position: relative;
        left: -3%;
        z-index: -10;
      }
      .for_mb div>img {
          width: 100%;
          margin-bottom: 40px;
      }
      .margin_top_2 {
        position: absolute;
        top: 19px;
        left: 50px;
        padding: -5px;
    }
    .for_img_mt {
        padding: 0;
    }
    .nav_font a {
        display: none;
    }
    .logo_bottom img {
        margin-left: 56px;
    }



      .wats {
          display: none;
      }
} */

footer  .fa-linkedin-in {
    font-size: 18px;
 }

 footer  .fa-linkedin-in {
    font-size: 18px;
    }


    .upload-btn-wrapper {
        position: relative;
        overflow: hidden;
        display: inline-block;
      }
      
      .btn-show {
        border: 2px solid white;
        color: white;
        padding: 7px 14px;
        width: 70%;
        font-size: 20px;
        font-weight: bold;
        background: transparent ;
        margin-left: 100px;
        margin-top: 30px;
      }
      
      .upload-btn-wrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
      }

.btn {
    border: 2px solid #DCC048;
        color: black!important;
        padding: 14px 14px;
        width: 70%;
        font-size: 20px;
        font-weight: bold;
        background-color: #DCC048!important ;
        margin-left: 100px;
        margin-bottom: 25px;
        text-transform: uppercase;
}
.modal-span {
    position: relative;
}
.modal-a {
    position: absolute;
    right: 468px;
    top: -47px;
    font-size: 20px;
    color: white;
}
.modal-a:hover {
    color: white;
}


.modal-dialog  {
   padding: 15px;
   position: absolute!important;
   top: 50%!important;
   left: 50%!important;
   transform: translate(-50%, -50%)!important;
   width: 100%;
   max-width: 700px;
}
.modal-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height:350px;
    background-color: #0f385ace;
}
.modal-input {
    border: 2px solid white;
        color: white;
            padding: 7px 30px 7px 0px;
        width: 70%;
        font-size: 20px;
        font-weight: bold;
        background: transparent ;
        margin-left: 100px;
        margin-top: 5px;
        outline: none;
}
.modal-input::placeholder {
    text-align: center;
    color: white;
}

.modal-h4 {
    text-transform: uppercase;
    text-align: center;
    color: white;
    font-size: 40px;
    font-weight: bold;
    margin-top: 50px;
}
.hide_info {
    color: rgba(255, 0, 0, 0.788);
    padding: 15px;
    font-size: 18px;
    margin-bottom: 0;
}


footer .social .linkedin {
    top: 2px;
    position: relative;
    right: 5px;
}

#send {
    background-color: #0F385A;
    border-radius: 0px;
    color: white;
}



@media (min-width:1024px) and (max-width: 1375px) {
    .open-overlay {
        width:4.5%;
    }
}

@media (max-width: 991.98px) { 
    .btn-show {
        border: 2px solid white;
        color: white;
        padding: 7px 14px;
        width: 80%;
        font-size: 20px;
        font-weight: bold;
        background: transparent;
        margin-left: 33px;
        margin-top: 30px;
    }
    .modal-input {
        border: 2px solid white;
        color: white;
        padding: 7px 14px;
        width: 80%;
        font-size: 20px;
        font-weight: bold;
        background: transparent;
        margin-left: 33px;
        margin-top: 5px;
        outline: none;
    }
    .btn {
        border: 2px solid white;
        color: black!important;
        padding: 14px 14px;
        width: 80%;
        font-size: 20px;
        font-weight: bold;
        background-color: #DCC048!important;
        margin-left: 33px;
        margin-bottom: 25px;
        text-transform: uppercase;
    }

    .nav.flex-column {
        display: none!important;
          }

    .modal-dialog  {
        width: 100%;
        margin: 0rem;
     }
    


    footer  .fa-linkedin-in {
        font-size: 22px;
        }
    

    footer  .fa-linkedin-in {
        font-size: 22px;
        }
    
.header_container {
    text-align: center;
}
.header_container p {
    text-align: left;
}
  .item {
      margin-top: -17px;
 }



.mrg_top {
 text-align: center;
 font-size: 26px;
 text-align: center;
 margin-left: 5px;
 line-height: 1.4;
}

.for_img_mt {
    margin-left: 0;
}

.main-container h4 {
    font-size: 26px;
    line-height: 1.5;
    padding-top: 25px;
}
.main-container p {
    font-size: 17px;
    line-height: 1.5;
}

.inlin_block p {
    font-size: 17px;
    line-height: 1.5;
}
.main-container a {
  font-size: 17px;
} 

/* 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: 70%;
}


footer .social a {
    margin: 0 0 0 0;
    color: #323232;
    font-size: 20px;
    display: block;
}

/* footer block  end 998 */
/* footer block end 998 */

}

.overlay {
    display: none;
}

@media (max-width:991.98px){
    
    .overlay-content>div {
        display: inline-block;
        text-align: left;
    }

    .social-mob {
        right: 9%;
        position: absolute;
        top: 100px;
        z-index: 1000;
        display: flex;
        bottom: 0;
        justify-content: flex-end;
    }

     .social-mob * {
        text-align: left;
        display: block;
        margin: 13px 0;
        font-size: 20px;
        color:#323232;
    }

    .flex-column.position-fixed.mob {
        display: none;
    }

    .logo {
        top: 50px;
        z-index: 1000;
        height: 32px;
        position: fixed;
        left: 4%;
    }
    .logo img {
       width: 165px;
    }

    .fa-bars {
        top: 43px;
        position: fixed;
        z-index: 1000;
        font-size: 25px;
        transform: scale(1.4,1);
        color:#0F3E51;
        right: 7%;
        z-index: 5000;
        padding: 5px;
        background-color: white;
    }

/* navigation menu start*/
/* navigation menu start */
/* navigation menu start*/
/* navigation menu start */
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    display: block;
    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*/

footer {
    padding-top: 50px;
    padding-bottom: 40px;
}
footer .row img {
    width: 165px;
    display: block;
    position: relative;
}

footer .social {
    position: absolute;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .social a {
    margin: 0 0 0 0;
    color: #323232;
    font-size: 20px;
    text-align: left;
}
footer .col-12 {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .social a {
    padding: 0 5px;
    color: #323232;
    font-size: 20px;
    text-align: left;
    display: inline;
}

footer i {
    margin: 0;
    color: #323232;
}

}











@media (max-width:400px){
.inlin_block p {
    padding: 0 10px;
}
   
    .margin_top {
        top: 12px;
    }
    .margin_top_2.last ,.margin_top_2{
        top: 12px;
    }
    .for_img_mt {
        margin-top: 0;
        margin-left: 0;
    }
    .margin_top_2.middle {
        margin-top: 22px;
    }
    .col-lg-4 {
        margin-top: 20px;
    }
    .item1 {
        width: 99%;
        margin-top: 4px;
        padding-top: 14px;
        background: #DCC048;
        position: absolute;
        z-index: -10;
        left: 1%;
        top: 48px;
    }
   
}