@import url('https://fonts.googleapis.com/css2?family=Marmelad&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .home-navbar h5{
    font-family: 'Marmelad', sans-serif;
  }



  .location-button{
        background-color: #1e4169;
        border: none!important;
        border-radius: 0!important;
        padding: 2%;
  }

  .location-button:hover{
    background-color: #1e4169;
    opacity:0.8; 
  }

  

  .read-button{
    background-color: #1e4169;
    border: none!important;
    border-radius: 0!important;
    padding: 1% 3%;
    color:white!important;
  }

  .read-button:hover{
    background-color: #1e4169;
    opacity:0.8; 
  }

  .dropdown{
      width:fit-content;
  }

  .location-button{
    width: -webkit-fill-available;
  }

  .dropdown-menu{
    width: max-content;
  }

  .fa-caret-right{
      position: absolute;
      top:20px;
      right:8px;
  }


  .dropdown-submenu {
    position: relative;
}

.dropdown-submenu> a:after {
    
    float: right;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

  .office-menu{
      width:350px;
  }

  .odd-menu{
    background-color: #f9bf13;
  }

  ul{
      padding:0!important;
  }

  .multilevel{
      padding:0!important;
  }

  .country-flag{
      width:25px;
      height:auto;
      margin:2.2%;
  }

  .left-content h2{
      color:white!important;
  }

  .down-content h4{
    line-height: 44px;
    font-weight: 798;
}
  
  /* p {
      margin-bottom: 0px;
      font-size: 14px;
      color: #666666;
      line-height: 30px;
  } */
  a {
      color: #000000d4!important;
      text-decoration: none;
      background-color: transparent;
      -webkit-text-decoration-skip: objects;
  }
  /* a {
      text-decoration: none!important;
      padding: 0px 10px;
  } */
  ul {
      padding: 0;
      margin: 0;
      list-style: none;
  }
  
  h1,h2,h3,h4,h5,h6 {
      margin: 0px;
  }
  .custom {
      width: 43%;
  }
  a.filled-button {
      background-color: #f9bf13;
      color: #fff;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 700;
      border-radius: 30px;
      display: inline-block;
      transition: all 0.3s;
  }
  
  a.filled-button:hover {
      background-color: #fff;
      color: #f9bf13;
  }
  
  a.border-button {
      background-color: transparent;
      color: #fff;
      border: 2px solid #fff;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 700;
      padding: 10px 28px;
      border-radius: 30px;
      display: inline-block;
      transition: all 0.3s;
  }
  
  a.border-button:hover {
      background-color: #fff;
      color: #a4c639;
  }
  
  .section-heading {
      text-align: center;
      margin-bottom: 80px;
  }
  .left-info li a 
  {
      padding: 0px 20px;
  }
  .logo-stl img
  {
      
      margin: 0 auto -18px;
      display: block;
      width: 300px;
  
  }
  .section-heading h2 {
      font-size: 36px;
      font-weight: 600;
      color: #1e1e1e;
  }
  
  .section-heading em {
      font-style: normal;
      color:#f9bf13;
  }
  
  .section-heading span {
      display: block;
      margin-top: 15px;
      text-transform: uppercase;
      font-size: 15px;
      color: #666;
      letter-spacing: 1px;
  }
  .logo 
  {
      width: 100px;
      /* background-color: #fff;
      border-radius: 5px;
      padding: 2px 12px; */
  }
  .left-info 
  {
      float:right;
  }
  .text-content 
  {
      padding: 20px;
  }
  /* Sub Header Style */
  
  .sub-header {
      background-color: #1e4169;
      height: 60px;
      line-height: 40px;
      padding-top: 8px;
  }
  
  .sub-header ul li {
      display: inline-block;
      margin-top: -0.15rem;
  }
  
  .sub-header ul.left-info li {
      /* border-left: 1px solid rgba(250,250,250,0.3); */
      padding: 0px 7px;
  
  }
  
  /* .sub-header ul.left-info li:last-child {
      border-right: 1px solid rgba(250,250,250,0.3);
  } */
  
  .sub-header ul.left-info li i {
      margin-right: 10px;
      font-size: 18px;
  }
  
  .sub-header ul.left-info li a {
      color: #fff;
      font-size: 12px;
      font-weight: 600;
  }
  
  .sub-header ul.right-icons {
      float: right;
  }
  
  .sub-header ul.right-icons li {
      margin-right: -4px;
      width: 46px;
      display: inline-block;
      text-align: center;
      border-right: 1px solid rgba(250,250,250,0.3);
  }
  
  .sub-header ul.right-icons li:first-child {
      border-left: 1px solid rgba(250,250,250,0.3);
  }
  
  .sub-header ul.right-icons li a {
      color: #fff;
      transition: all 0.3s;
  }
  .sub-header ul.left-info li a:hover {
      color: #1e4169;
      font-size: 12px;
      font-weight: 600;
  }
  .sub-header ul.right-icons li a:hover {
      opacity: 0.75;
      color:#1e4169;
  }
  
  
  
  /* Header Style */
  /* header {
      position: absolute;
      z-index: 99999;
      width: 100%;
      background-color: transparent!important;
      height: 80px;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
  } */
  /* header .navbar {
      padding: 5px 0px;
      background-color: #fff;
  } */
  .background-header .navbar {
      padding: 10px 0px;
  }
  .background-header {
      top: 0;
      position: fixed;
      background-color: #fff!important;
      box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
  }
  .background-header .navbar-brand h2 {
      color: #a4c639!important;
  }
  .background-header .navbar-nav a.nav-link {
      color: #1e1e1e!important;
  }
  .background-header .navbar-nav .nav-link:hover,
  .background-header .navbar-nav .active>.nav-link,
  .background-header .navbar-nav .nav-link.active,
  .background-header .navbar-nav .nav-link.show,
  .background-header .navbar-nav .show>.nav-link {
      color: #000!important;
  }
  .navbar .navbar-brand {
      float: 	left;
      /* margin-top: 12px; */
      outline: none;
  }
  .navbar .navbar-brand h2 {
      color: #fff;
      text-transform: uppercase;
      font-size: 24px;
      font-weight: 700;
      -webkit-transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -o-transition: all .3s ease 0s;
      transition: all .3s ease 0s;
  }
  .navbar .navbar-brand h2 em {
      font-style: normal;
      font-size: 16px;
  }
  #navbarResponsive {
      z-index: 999;
  }
  .navbar-collapse {
      text-align: center;
  }
  /* .navbar .navbar-nav .nav-item {
      margin: 0px 15px;
  } */
  .navbar .navbar-nav a.nav-link {
      text-transform: capitalize;
      font-size: 15px;
      font-weight: 500;
      letter-spacing: 0.5px;
       color: #000;
      transition: all 0.5s;
      margin-top: 5px;
  }
  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .active>.nav-link,
  .navbar .navbar-nav .nav-link.active,
  .navbar .navbar-nav .nav-link.show,
  .navbar .navbar-nav .show>.nav-link {
      color: #f9bf13;
      border-bottom: 3px solid #f9bf13;
  }
  .navbar .navbar-toggler-icon {
      background-image: none;
  }
  .navbar .navbar-toggler {
      border-color: #fff;
      background-color: #fff;	
      height: 36px;
      outline: none;
      border-radius: 0px;
      position: absolute;
      right: 30px;
      top: 20px;
  }
  .navbar .navbar-toggler-icon:after {
      content: '\f0c9';
      color: #a4c639;
      font-size: 18px;
      line-height: 26px;
      font-family: 'FontAwesome';
  }
  
  
  
  /* Banner Style */
  
  .img-fill{
    width: 100%;
    display: block;
    z-index: 999;
    /* overflow: hidden; */
    position: relative;
    text-align: center
  }
  
  .img-fill img {
    /* min-height: 100%;
    min-width: 100%; */
    position: relative;
    display: inline-block;
    max-width: none;
  }
  
  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .Grid1k {
    padding: 0 15px;
    max-width: 1200px;
    margin: auto;
  }
  
  .blocks-box,
  .slick-slider {
    margin: 0;
    padding: 0!important;
  }
  
  .slick-slide {
    float: left;
    padding: 0;
  }
  
  .Modern-Slider .item .img-fill {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      height:78vh;
  }
  
  .Modern-Slider .item-1 .img-fill {
      background-image: url(/img/slide_01.jpg);
  }
  .dl-line 
  {
      margin-top: 10px;
      display: inline-flex;
      max-width: 100%;
  }
  
  .dl-line p 
  {
      padding: 0 10px;
  }
  .con 
  {
      margin-top: 49%;
  }
  ul.slick-dots {
    display: none!important;
  }
  
  .Modern-Slider .text-content {
      text-align: left;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 52%;
      transform: translate(-50%, -50%);
  
  }
  
  .Modern-Slider .item h6 {
    margin-bottom: 15px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color:#f9bf13;
    
  }
  
  .Modern-Slider .item h4 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color:#FFF;
    overflow:hidden;
    animation:fadeOutLeft 1s both;
  }
  
  .Modern-Slider .item p {
      max-width: 570px;
      font-size: 13px;
      font-weight: 400;
      line-height: 30px;
      margin-bottom: 40px;
      background-color: #fff;
      color: #000;
      border-radius: 5px;
      margin: 7px;
  }
  
  .Modern-Slider .item a {
    margin: 0 5px;
  }
  
  .Modern-Slider .item.slick-active h6{
    animation:fadeInDown 1s both 1s;
  }
  
  .Modern-Slider .item.slick-active h4{
    animation:fadeInLeft 1s both 1.5s;
  }
  
  .Modern-Slider .item.slick-active{
    animation:Slick-FastSwipeIn 1s both;
  }
  
  .Modern-Slider .buttons {
    position: relative;
  }
  
  .Modern-Slider {background:#000;}
  
  
  
  
  /* Request Form */
  
  .request-form {
      display:none;
      background-color: #f9bf13;
      padding: 40px 0px;
      color: #fff;
  }
  
  .request-form h4 {
      font-size: 22px;
      font-weight: 600;
  }
  
  .request-form span {
      font-size: 15px;
      font-weight: 400;
      display: inline-block;
      margin-top: 10px;
  }
  
  .request-form a.border-button {
      margin-top: 12px;
      float: right;
  }
  
  
  
  
  /* Services */
  
  .services {
      margin-top: 88px;
  }
  
  .service-item img {
      width: 85%;
      overflow: hidden;
      border-radius: 5px;
      border: 1px solid #1e4169;
      margin: 0 auto;
      display: block;
      filter:drop-shadow(8px 8px 10px gray);
      opacity: 0.9;
  }
  
  .service-item .down-content {
      /* background-color: #f7f7f7; */
      padding: 30px 0px;
      text-align: center;
  }
  
  .service-item .down-content h4 {
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 0.25px;
      margin-bottom: 15px;
  }
  
  .service-item .down-content p {
      margin-bottom: 20px;
  }
  .form-inline .custom, .form-inline .input-group {
      width: 43%;
      margin: 4px;
  }
  
  .form-inline {  
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      width: 100%;
    }
    
    .form-inline label {
      margin: 5px 10px 5px 0;
    }
    
    .form-inline input {
      vertical-align: middle;
      margin: 5px 10px 5px 0;
      padding: 10px;
      background-color: #fff;
      border: 1px solid #ddd;
    }
    
    .form-inline button {
      padding: 7px 16px;
      background-color: dodgerblue;
      border: 1px solid #ddd;
      color: white;
      cursor: pointer;
      border-radius: 5px;
      margin-left:5px;
    }
    
    .form-inline button:hover {
      background-color: royalblue;
    }
    
    @media (max-width: 800px) {
      .form-inline input {
        margin: 10px 0;
      }

      .navbar{
        height:-webkit-fill-available;
    }
       
       

      .form-inline {
        flex-direction: column;
        align-items: stretch;
      }
    }
  
    /*the container must be positioned relative:*/
    .custom {
      position: relative;
      font-family: Arial;
      background-color: #fff;
      padding: 5px 10px;
      border-radius: 5px;
  }
    
    .custom select {
      display: none; /*hide original SELECT element:*/
    }
    
    /* .select-selected {
      background-color: DodgerBlue;
    } */
    
    /*style the arrow inside the select element:*/
    .select-selected:after {
      position: absolute;
      content: "";
      top: 13px;
      right: 10px;
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-color: #000 transparent transparent transparent;
    }
    
    /*point the arrow upwards when the select box is open (active):*/
    .select-selected.select-arrow-active:after {
      border-color: transparent transparent #000 transparent;
      top: 7px;
  }
    
    /*style the items (options), including the selected item:*/
    .select-items div,.select-selected {
      color: #000;
      cursor: pointer;
      user-select: none;
    }
    
    /*style items (options):*/
    .select-items {
      position: absolute;
      background-color: #fff;
      padding: 10px;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 99;
      border: 1px solid #000;
    }
    
    /*hide the items when the select box is closed:*/
    .select-hide {
      display: none;
    }
    
    .select-items div:hover, .same-as-selected {
      background-color: rgba(0, 0, 0, 0.1);
    }
  /* Fun Facts */
  
  .fun-facts {
      margin-top: 140px;
      background-image: url(/img/fun-facts-bg.jpg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
      padding: 140px 0px;
      color: #fff;
  }
  
  .fun-facts span {
      text-transform: uppercase;
      font-size: 15px;
      color: #fff;
      letter-spacing: 1px;
      margin-bottom: 10px;
      display: block;
  }
  
  .fun-facts h2 {
      font-size: 36px;
      font-weight: 600;
      margin-bottom: 35px;
  }
  
  .fun-facts em {
      font-style: normal;
      color: #f9bf13;
  }
  
  .fun-facts p {
      color: #fff;
      margin-bottom: 40px;
  }
  
  .fun-facts .left-content {
      margin-right: 45px;
  }
  
  .count-area-content {
      text-align: center;
      /* background-color: rgba(250,250,250,0.1); */
      padding: 10px 30px 10px 30px;
      /* width: 70%; */
      margin: 10px auto;
      display: block;
  }
  
  .count-digit {
      margin: 5px 0px;
      color:#f9bf13;
      font-weight: 700;
      font-size: 36px;
  }
  .count-title {
      font-size: 20px;
      font-weight: 600;
      color: #fff;
      letter-spacing: 0.5px;
  }
  
  @media (max-width:650px)
  {
      header .navbar {
          padding: 0px 0px;
          background-color: #fff;
      }
      .text-content 
      {
      margin-top: 85%;
      width: auto;
      }

      .home-navbar h5{
        display:none;
    }
      .form-inline .custom, .form-inline .input-group {
          width: 100%;
          margin: 4px;
      }
      .Modern-Slider .text-content {
          text-align: left;
          width: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index:9999999!important;
      }
      .dl-line {
          margin-top: 10px;
          display: inline-flex;
          max-width: 100%;
          flex-wrap: wrap;
      }
      .Modern-Slider .item p {
          max-width: 570px;
          line-height: 25px;
          margin-bottom: 9px;
      }
      .form-inline button {
          padding: 7px 16px;
          background-color: dodgerblue;
          border: 1px solid #ddd;
          color: white;
          cursor: pointer;
          border-radius: 5px;
          margin-left: 5px;
          margin: 7px auto;
      }
      .logo {
          width: 95px;
          background-color: #fff;
          border-radius: 5px;
          padding: 4px 10px;
      }
      .count-digit {
          margin: 5px 0px;
          color: #f9bf13;
          font-weight: 700;
          font-size: 17px;
      }
      .count-title {
          font-size: 15px;
          font-weight: 600;
          color: #fff;
          letter-spacing: 0.5px;
      }
      .count-area-content {
          text-align: center;
          background-color: rgba(250,250,250,0.1);
          padding: 0px;
          width: 100%;
          margin: 10px auto;
          display: block;
      }
      .con {
          margin-top: 170%;
      }
      .cnn .cnt 
      {
          display: inline-flex;
      width: 33.3%;
      }
      .fun-facts {
          margin-top: -20px;
      }
  
  .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .active>.nav-link, .navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link.show, .navbar .navbar-nav .show>.nav-link {
      color:#f9bf13!important;
      border-bottom: none!important;
  }
  .Modern-Slider .item .img-fill {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      height: auto;
  }
  .sub-header{
      display:block;
      background-color: #1e4169;
      height: 88px;
      line-height: 32px;
      padding-top: 8px;
  }
  .left-info {
      margin: 0 auto;
      display: block;
      text-align: right;
  }
  .select-items div, .select-selected {
      color: #000;
      cursor: pointer;
      user-select: none;
  }
  .select-items {
      position: absolute;
      background-color: #fff;
      padding: 10px;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 99;
      border: 1px solid #000;
  }
  
  }

  
  @media (max-width: 768px) and (min-width: 480px) {


    .left-info{
        display:flex!important;
    }

    .home-navbar h5{
        margin-left:20%;
    }
  }
  
  
  
  /* Responsive Style */
  @media (max-width: 768px) {
      .select-items div, .select-selected {
          color: #000;
          cursor: pointer;
          user-select: none;
      }
      .sub-header{
          display:block;
          background-color: #1e4169;
          height:95px;
          line-height: 32px;
          padding-top: 8px;
      }
      .left-info {
          margin: 0 auto;
          display: block;
          text-align: right;
      }
      .Modern-Slider .item .img-fill {
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          height: auto;
      }
      .Modern-Slider .item h6 {
        margin-bottom: 15px;
        font-size: 18px;
      }
      .Modern-Slider .item h4 {
        margin-bottom: 25px;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 1px;
      }
      .Modern-Slider .item p {
          max-width: 570px;
          line-height: 25px;
          margin-bottom: 30px;
      }
      .Modern-Slider .NextArrow{
        right:5px;
      }
      .Modern-Slider .PrevArrow {
        left:5px;
      }
      .request-form {
          text-align: center;
      }
      .request-form a.border-button {
          float: none;
          margin-top: 30px;
      }
      .services .service-item {
          margin-bottom: 30px;
      }
      .fun-facts .left-content {
          margin-right: 0px;
          margin-bottom: 30px;
      }
      .more-info .right-content  {
          padding: 30px;
      }
      footer {
          padding: 80px 0px 20px 0px;
      }
      footer .footer-item {
          border-bottom: 1px solid #343434;
          margin-bottom: 30px;
          padding-bottom: 30px;
      }
      footer .last-item {
          border-bottom: none;
      }
      .about-info .right-content {
          margin-right: 0px;
          margin-bottom: 30px;
      }
      .team .team-item {
          margin-bottom: 30px;
      }
      .tabs-content {
          margin-left: 0px;
          margin-top: 30px;
      }
      .contact-item {
          margin-bottom: 30px;
      }
  }
  
  @media (max-width: 992px) {
      .navbar .navbar-brand {
          position: absolute;
          left: 30px;
          top: 10px;
      }
      .navbar .navbar-brand {
          width: auto;
      }
      .navbar:after {
          display: none;
      }
      #navbarResponsive {
          z-index: 99999;
          position: absolute;
          top: 80px;
          left: 0;
          width: 100%;
          text-align: left;
          background-color: #fff;
          box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
      }
      .navbar .navbar-nav .nav-item {
          border-bottom: 1px solid #eee;
      }
      .navbar .navbar-nav .nav-item:last-child {
          border-bottom: none;
      }
      .navbar .navbar-nav a.nav-link {
          padding: 15px 0px;
          color: #1e1e1e!important;
      }
      .navbar .navbar-nav .nav-link:hover,
      .navbar .navbar-nav .active>.nav-link,
      .navbar .navbar-nav .nav-link.active,
      .navbar .navbar-nav .nav-link.show,
      .navbar .navbar-nav .show>.nav-link {
          /* color: #a4c639!important; */
          border-bottom: none!important;
      }
  }
  @media screen and (min-width:768px) and (max-width:1024px)and (orientation : portrait)
  {

    .location-button {
        background-color: #1e4169;
        border: none!important;
        border-radius: 0!important;
        padding: 2%;
        margin-top: 50%;
    }

      .Modern-Slider .text-content {
          text-align: left;
          width: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index:9999999!important;
      }
      .sub-header {
          display: block;
          background-color: #1e4169;
          height: 54px;
          line-height: 32px;
          padding-top: 8px;
      }
      header .navbar {
          padding: 0px 0px;
          background-color: #fff;
      }
      .logo {
          width: 95px;
          background-color: #fff;
          border-radius: 5px;
          padding: 4px 10px;
      }
      .Modern-Slider .text-content {
          text-align: left;
          width: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
      }
      /* .text-content {
          margin-top: 28%;
          background-color: #00000085;
          padding: 20px;
      } */
      .Modern-Slider .item .img-fill {
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          height: 100%;
      }
  }
  @media (min-width: 1200px){
  .container {
      max-width: 1260px;
  }
  
  .home-navbar h5{
      margin-left:20%;
  }

}
  @media screen and (min-width:2559px)
  {
      .container {
          max-width: 80%!important;
      }
  }
  


  .news-description{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .card-img-top{
    height: 14rem;
    object-fit: fit;
  }
  