html {
    scroll-behavior: smooth;
  }
body{
  background-color:  #ffffff;
}
#mainNav{
    display: flex;
    transition: background 0.5s;
}
.bg-defult{
    background-color: RGB(205, 246, 255,0.9);
    box-shadow: 0px 3px 8px #888888;
    font-size: 20px;
    text-align: center;
    
}
.center{
  margin-left: 5%;
  display: block;
  height: 70px;
}
  
.lhead {
        width: 100%;  
        background: rgb(77, 77, 77);
        padding: 100px 45px 5px;
        color: #fff;
        text-align: right;
}
.ltext{
  color: white;
  text-decoration:none;
  padding-left: 10px;
}
.ltext:hover{
  color: burlywood;
}
.accounts{
  display: block;
}
.profiles{
  display:none;
}
@media (max-width: 992px) {
  .lhead{text-align: center;}
}
section {
    height: auto;
    font-size: 40px;
    background-color:RGB(0,0,0,0);
    margin-bottom: 50px;
    text-align: center;
}


.main-menubox {
    display: none;
}

.main-menu:hover .main-menubox{
    display: block;
}


.dropdown-submenu{
    position: relative;
}
.dropdown-submenu a::after{
    transform: rotate(-90deg);
    position: absolute;
    right: 3px;
    top: 40%;
}
.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu{
    display: flex;
    flex-direction: column;
    position: absolute !important;
    margin-top: -30px;
    left: 100%;
}
@media (max-width: 992px) {
    .dropdown-menu{
        width: 50%;
    }
    .dropdown-menu .dropdown-submenu{
        width: auto;
    }

    .dropdown-menu{ left: -131%;}
}

.dropdown-submenu a::after {
    right: 16px;
    top: 42%;
}

.dropdown-item {
    padding: 8px 18px;
}

.dropdown-item{white-space: normal}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    font-size: 14px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #dcdcdc;
}

  li.nav-item{    padding: 10px 20px;}

.footer-copy{
    color: white;
    text-align: center;}

input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 10px; /* Some padding */ 
    border: 2px solid #ccc; /* Gray border */
    border-radius: 3px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }
  
  input[type=submit] {
    background-color: #2243ff;
    color: rgb(255, 255, 255);
    padding: 12px 20px;
    border: none;
    border-radius:10px;
    cursor: pointer;
    box-shadow: 3px 3px #0a0a0a;
  }
  
  input[type=submit]:hover {
    background-color: #0205a7;
  }

  .container {
    border-radius: 10px;
    background-color: #f5f1f148;
    font-size: 15px;
    padding: 10px;
    align-content: center;
  }

  .conus{
      color: rgb(0, 0, 0);
      font-family: "Lobster", serif;
      font-size: 150%;
      text-shadow: 2px 2px 5px#4e4e4e;
  }
  .conus1{
    color: rgb(255, 255, 255);
    font-size: 200%;
    text-shadow: 5px 5px #4e4e4e;
}
  .map{
    color: rgb(0,0,0);
    font-family: "Alegreya", serif;
    font-size: 40px;
    text-shadow: 2px 2px 8px #000000;
  }

ul.social{
    padding: 0;
}
ul.social li{
   display:inline-block;
}
ul.social  li i{
   width: 16px;
   height: 16px;
   background: url(../img-sprite.png) no-repeat 2px -2px ;
   color: black;
   display: block;
   margin: 0 5px;
}
ul.social  li i.gmail{
   background-position: -21px -3px;
}
ul.social  li i.twitter{
   background-position: -46px -5px;
}
ul.social  li i.camera{
   background-position: -73px -5px;
}
ul.social  li i.dribble{
   background-position: -102px -5px;
}

ul.logic{
  padding: 0em 0 0;
}
ul.logic li{
 display:inline-block;
 text-align: center;
 padding-top: 0px;
 padding: 2%;
}
ul.logic  li i{
 width: 78px;
 height: 78px;
 background: url(../vectorblack.png) no-repeat 2px -2px ;
 display: block;
 margin: 0 50%;
 transform: translate(-50%,0%);
}
ul.logic  li i.logict{
  background-position: -432px -6px;
}
ul.logic  li i.hours{
  background-position: -261px -6px;
}
ul.logic  li i.cusser{
  background-position: -177px -91px;
}

ul.social  li i:hover{
transform: rotatey(360deg);
 -webkit-transform: rotatey(360deg);
 -moz-transform: rotatey(360deg);
 -o-transform: rotatey(360deg);
 -ms-transform: rotatey(360deg);
 transition: 0.5s all ease;
 -webkit-transition: 0.5s all ease;
 -moz-transition: 0.5s all ease;
 -o-transition: 0.5s all ease;
 -ms-transition: 0.5s all ease;
}
.logictext{
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.logicp{
  color: rgb(110, 110, 110);
  font-size: 16px;
}
.logica{
  text-decoration: none !important;
}
.anidulation{
    animation-duration: 1s;
}
.packercon{
    color: white;
    text-align: center;
    font-size: 15px;
    font-weight: 900;
}
.blue-color{
    color: tomato;
}
.title-p{
    font-weight: bolder;
    font-size: 25px;
}

ul.pack-ul{
    padding: 1em 0 0;
}
ul.pack-ul li{
    list-style: none;
 }
.bigger-gap{
    margin-bottom: 20px;
}
.smaller-li{
    font-weight: 100;
}

.groove {
    height: 700px;
    width: 30%;
    border-style: groove;
    border-radius: 10px;
    box-shadow: 5px 10px 5px  rgba(252, 252, 252, 0.555);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-left: 3%;
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 990px) {
    .groove {
      flex: 100%;
      width: 80%;
      height: 500px;
      margin-right: 3%;
      margin-bottom: 20px;
    }
  }

  
.nomargin{
    margin-bottom: 0px;
}
.footer-top{
    background-color: rgba(255, 255, 255, 0.205);
    height: 250px  ;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    color:white;
}
@media screen and (max-width: 990px) {
    .min{
        height: 160px;
        width: 330px;
    }
    .footer-top{
      height: 450px;
    }
  }

  .headroom {
    will-change: transform;
    transition: transform 200ms linear;
  }
  .headroom--pinned {
    transform: translateY(0%);
  }
  .headroom--unpinned {
    transform: translateY(-100%);
  }
  
  .header--fixed {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .header--fixed.top {
    transition: none;
    transform: translateY(0);
  }
  .header--fixed.not-top {
    position: fixed;
    transform: translateY(-100%);
  }
  .header--fixed.slideDown.not-top {
    transition: transform 0.3s ease-in-out;
    transform: translateY(0);
  }
  .header--fixed.slideDown.top {
    transition: transform 0.3s ease-in-out;
    position: fixed;
  }
  .header--fixed.slideUp.not-top {
    transition: transform 0.3s ease-in-out;
    transform: translateY(-100%);
  }
  .header--fixed.slideUp.top {
    transform: translateY(-100%);
    position: absolute;
  }
  .mySlides {
    height:450px;
    width: 100%;
    animation-name: fade;
    animation-duration: 1.5s;}

    @media screen and (max-width: 600px) {
      .mySlides{
        height: 200px;
      }
    }
    
  .dot {
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
 
  .active, .dot:hover {
    background-color: #717171;
  }

  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;
  }

  .slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
  }
  
  @keyframes fade {
    from {opacity: .2} 
    to {opacity: 1}
  }

  .float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:0px;
    right:40px;
    background-color:RGB(0,0,0,0.5);
    color:#FFF;
    border-radius:15px 15px 0px 0px ;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
  }
  
  .my-float{
    margin-top:22px;
  }

  .page-footer{
    background-color :black;
  }

  .footerdiv{
    float: left;
    width: 330px;

  }

  .form-popup {
    display: none;
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom : 50px;
    border-radius: 10px;
    border: 2px solid #00000040;
    z-index: 1;
    background: RGB(255,255,255);
    box-shadow: 0px 0px 20px #888888;
    
  }
  .animatea{
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 2s;
    animation-name: animatebottom;
    animation-duration: 2s;}
  

.closesize{  
  position: absolute;
  top: 5%;
  right: 5%;
  transform: translate(-50%, -50%);
  height: 10px;
  width: 10px;
}

.login_btn {
  width: 100%;
  background: RGB(205, 246, 255) !important;
  color: black !important;
  transition-duration: 0.5s;
}
.login_btn:hover {
  background-color: #058fff69 !important ;
  color: black !important;
}

.login_btn:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

#backgroundoverlay{
    background-color:#02020220;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:none;
}

  @media screen and (max-width: 700px) {
    .form-popup {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 20px;
      padding-bottom : 10px;
    }

  }

  .mapsize{
    height: 200px;
  }

  ul{
    list-style-type: none;
    padding:0;
  }