body{
  font-family:  "Poppins", Arial, sans-serif;
 }
 

 .topbar .top-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.topbar .top-link a {
  margin-right: 10px;
}

#note {
  width: 500px;
  overflow: hidden;
}

#note small {
  position: relative;
  display: inline-block;
  animation: mymove 10s infinite;
  animation-timing-function: all;
}

@keyframes mymove {
  from {left: -100%;}
  to {left: 100%;}
}

/*-----------------------------------*\
   NAV BAR
  \*-----------------------------------*/

  .navbar{
    background-color: #03045e;
  }
  .navbar-brand {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
  }
  
  .navbar-nav .nav-item:hover {
    background-color: rgba(19, 108, 224, 0.4);
  }
  
  .navbar-custom .dropdown-item {
    color: #03045e;
  }
  
  .navbar-custom .dropdown-item:hover,
  .navbar-custom .dropdown-item:focus {
    background-color:#caf0f8;
    font-weight: 700;
  }
  .company {
    font-size:28px;
  }

  .dropdown-menu .dropdown-submenu {
    display: none;
    /* position: absolute; */
    left: 100%;
    top: -7px;
    } 
    .dropdown-menu .dropdown-submenu-left {
   right: 100%;
    left: auto;
    }
    .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
    }
/*-----------------------------------*\
  ABOUT US HEADER SECTION
  \*-----------------------------------*/

  .page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, .6)), url(../images/contactusone.jpg) center center no-repeat;
    background-size: cover;
    /* background-color:#023047; */
    /* background: url(../images/about1.jpg) center center no-repeat; */
  }
  
  .page-header .breadcrumb-item+.breadcrumb-item::before {
    color:white;
  }
  
  .page-header .breadcrumb-item,
  .page-header .breadcrumb-item a {
    font-size: 18px;
    color: white;
  }
  
  .breadcrumb{ background-color : unset !important; }


/*-----------------------------------*\
  CONTACT US FORM
  \*-----------------------------------*/


  .contact-left{
    box-shadow: -5px -5px 10px;
    /* color: red; */
    border-radius: 15px 0px 0px 15px; 
    background-color: #edf2f4;
  }
  
  .contact-right{
    border-radius: 0px 0px 0px 0px; 
  }
  
  
   .contact-data .form-control{
    border-radius: 0px;
    border: none;
    background-color: #edf2f4;
    border-bottom: 1px solid #ccc;
  }
  .contact-data .form-control:focus{
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
  }
  .contact-data .form-control::placeholder{
    font-size: 15px;
   
  }
  
  .contact-right-top{
    background-color: #edf2f4;
    color:#edf2f4
  }
  
  .contact-right-corner-top{
    background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
    /* color:linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%); */
    border-radius: 0px 20px 0px 0px; 
  }
  
  .contact-right-corner-bottom{
    background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
    /* color:linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%); */
    border-radius: 0px 0px 20px 0px; 
  }

     /*-----------------------------------*\
  MAP SECTION
  \*-----------------------------------*/

  
  .map-section{
    background-color: #edf2f4;
    box-shadow: 5px 5px 10px;
    border-radius: 15px 15px 15px 15px; 
  }
  .map{
    width:100%;
     height:450px;
  }

  
/*-----------------------------------*\
  FOOTER DISCLAIMER SECTION
  \*-----------------------------------*/

 .footer-disclaimer {
            background-color: rgba(255, 255, 255, 0.05);
            border-left: 4px solid #0d6efd;
            color: #e9ecef;
        }
        .footer-disclaimer p {
            margin: 0.25rem 0 0.5rem 0;
            line-height: 1.4;
            font-size: 0.95rem;
        }
        .footer-disclaimer strong {
            display: block;
            margin-bottom: 0.25rem;
            color: #ffffff;
        }
        .footer-disclaimer small {
            color: #adb5bd;
        }
        
   /*-----------------------------------*\
  FOOTER SECTION
  \*-----------------------------------*/


  .footer{
    background-color: #000814;
  }

/*-----------------------------------*\
  MOBILE RESPONSIVENESS
  \*-----------------------------------*/

  
@media screen and (max-width: 992px) {
 .map{
  width:80%;
 }
 .linemap{
  width: 75%;
 }

 .maphead{
margin-right: 170px;
color:black;
 }
}

@media only screen and (max-width: 746px) {
  .map{
    width:100%;
   }

   .linemap{
    width: 100%;
   }

   .maphead{
    margin-left: 10px;
    margin-right: 0px;
    font-size: 25px;
     }
}


@media only screen and (max-width: 670px) {}

@media only screen and (max-width: 541px) {

  .company {
    font-size: 25px;
  }

  .map{
    width:100%;
    height:350px;
   }

   .linemap{
    width: 100%;
   }

   .maphead{
    margin-left: 10px;
    margin-right:0px;
    color:black;
    font-size: 20px;
    padding-right: 0px;
    padding-left: 0px;
     }

}

@media only screen and (max-width: 442px) {

  .company {
    font-size: 20px;
  }
}

@media only screen and (max-width: 390px) {

  .company {
    font-size: 16px;
  }

}

@media only screen and (max-width: 294px) {}