
@keyframes moveInLeft {
    0% {
      opacity: 0;
      transform: translateX(-10rem); }
    80% {
      transform: translateX(1rem); }
    100% {
      opacity: 1;
      transform: translate(0); } }

  @keyframes moveInRight {
    0% {
      opacity: 0;
      transform: translateX(10rem); }
    80% {
      transform: translateX(-1rem); }
    100% {
      opacity: 1;
      transform: translate(0); } }

  @keyframes moveInBottom {
    0% {
      opacity: 0;
      transform: translateY(3rem); }
    100% {
      opacity: 1;
      transform: translate(0); }
    }


.caption-1 {
    animation: moveInBottom 2s ease-out;
}

.caption-2 {
    animation: moveInBottom 2s ease-out;
}

.caption-3 {
    animation: moveInLeft 2s ease-out 3s;

}
/*
.btn-maincolor {
    background-color: #1a5e9a;
}*/

/*
.btn-maincolor:hover {
    background-color: #114e83;
}
*/

.btn-animated {
    animation: moveInBottom 1.5s ease-out .5s;
    animation-fill-mode: backwards; }

.navbar .nav-link {
}

.navbar-brand {
}


.top-bar {
  background: #1a5e9a;
  position: relative;
}

.top-bar-in {
  position: relative;
  padding: 0 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;


}

.bus-info {
  position: relative;
  display: inline;
  align-items: center;


}

.bus-item {
  display: inline;
  color: #fff;
  font-size: 1rem;
}

.bus-item-1 {
  font-size: 0.8rem;
}


.socmed {
  position: relative;
  display: inline;
  align-items: center;
  font-size: 1.5rem;
  color: #fff;

}

.socmed-icon {
  display: inline;
  padding-left: 1.5rem;
}

.navbar {
 background: transparent;
}


.carousel-item {
    height: 760px;
    background-color: #f7f7f7;

}

.carousel-caption {
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    top: 26%;
  }

.carousel-image-1 {
        background-image: linear-gradient(to bottom,  rgba(255, 255, 255, .9), rgba(15, 85, 161, .5)), url("../img/1920x1080/umbrella.jpg");
        background-size: cover;
}

.carousel-image-2 {

        background-image: linear-gradient(to bottom,  rgba(255, 255, 255, 1), rgba(15, 85, 161, .4)), url("../img/1920x1080/insurance1.jpg");
        background-size: cover;
}
.carousel-image-3 {
        background-image: linear-gradient(to bottom,  rgba(255, 255, 255, 0.8), rgba(15, 85, 161, 0)), url("../img/1920x1080/const.jpg");
        background-size: cover;
}

.carousel-image-4 {
    background-image: linear-gradient(to bottom,  rgba(255, 255, 255, 1), rgba(15, 85, 161, 0)), url("../img/1920x1080/mcarg.jpg");
    background-size: cover;
}

.carousel-image-5 {
    background-image: linear-gradient(to bottom,  rgba(255, 255, 255, 1), rgba(15, 85, 161, 0)), url("../img/1920x1080/news1.JPG");
    background-size: cover;
}



.show-slider {
    background-color: #f7f7f7;
}



#home-heading {
    position: relative;
    min-height: 200px;
    background-image: linear-gradient(to right bottom, rgba(26, 94,154, 1),  rgba(26, 94, 154, 0.3)), url("/img/image5.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
}


#home-heading2 {
  position: relative;
  min-height: 200px;
  background-image: linear-gradient(to right bottom, rgba(26, 94,154, 1),  rgba(26, 94, 154, 0.7)), url("/img/image4.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}



.dark-overlay2 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-self: flex-end;
}


.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sched {
    z-index: 100;
}


.fab {
   color: #fff;
   transition: transform .5s;
}

.fab:hover {
    transform: translateY(-3px) scale(1.1);
    transition: .5s;
}




.icon-color {
  color: #fff !important;
}

.opacity-img {
    opacity: 0.8;
}


/* SLIDER LOGO */

/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}


.img-filter {
    filter: grayscale(0.9);
    margin-top: 6rem;
    margin-bottom: 4rem;
}

.center-bar {
    justify-content: center;
}
.slick-slide
{
   margin: 0 10px
}

.slick-slide img{
    width: 80%;
}

.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-slide {
    display: none;
    float: left;
    height: 80%;
    min-height: 1px;
}

.slick-slide img {
    display: block;

}

.slick-initialized .slick-slide{
    display: block;
}

.copy{
    padding-top: 250px;
}

#authors img {
    margin-top: -50px; }
  #authors .card:hover {
    background: #1a5e9a;
    transition: 1s ease-in-out;
    color: #fff; }

#authors .fas {
    color: #fff; }

.col-equal {
    display: table-cell;
    }

.col-table {
    display: table;
    }

/* OUTLINE BOTTUN*/


.btn1 {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn1 {
      transition: none; } }
  .btn1:hover {
    color: #212529;
    text-decoration: none; }
  .btn1:focus, .btn1.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn1.disabled, .btn1:disabled {
    opacity: 0.65; }
  .btn1:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn1.disabled,
fieldset:disabled a.btn1{
  pointer-events: none; }
.btn1-outline-uib {
    color: #1a5e9a;
    background-color: #fff;
    border-color: #1a5e9a; }
.btn1-outline-uib:hover {
    color: #fff;
    background-color: #1a5e9a;
    border-color: #1a5e9a; }
.btn1-outline-uib:focus, .btn1-outline-uib.focus {
    box-shadow: 0 0 0 0.2rem rgba(26, 94,154, 1); }
.btn1-outline-uib.disabled, .btn1-outline-uib:disabled {
    color: #1a5e9a;
    background-color: transparent; }
.btn1-outline-uib:not(:disabled):not(.disabled):active, .btn1-outline-uib:not(:disabled):not(.disabled).active, .show > .btn1-outline-uib.dropdown-toggle {
     color: #fff;
    background-color: #1a5e9a;
    border-color: #1a5e9a; }
.btn1-outline-uib:not(:disabled):not(.disabled):active:focus, .btn1outline-uib:not(:disabled):not(.disabled).active:focus, .show > .btn1outline-uib.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(26, 94,154, 1); }



.textarea {
  height: 175px;
}

/*-----Heading Title Font-----*/


/* DROP DOWN ITEM MENU */
/*
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0; }

.dropdown-item:hover, .dropdown-item:focus {
    color: #ffff;
    text-decoration: none;
    background-image: linear-gradient(to right bottom, rgba(15, 85,161, 1), rgba(255, 255,255, 0.7));
    }
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

*/


    /* MODAL POPUP*/


/* ABOUT SECTION*/

.uib-logo {
  float: left;
  margin-right: 2rem;
}




  /*CONTACT*/

  #contact {

  }


  /* ABOUT US*/

  /********SECTION GLOBAL NETWORK********/

  .section-global {
    margin-top: 10rem;

  }

  .global-net {

    background-image: url(/img/globe-01.png);
    background-size: cover;
    height: 120vh;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.6;
  }


@media only screen and (max-width: 56.25em) {
  .section-global {
    margin-top: 5rem;

  }
  .global-net {
    margin-top: -10rem;
    background-image: url(/img/globe-01.png);
    background-size: 80vh;
    height: 80vh;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.8;
  }

   }


@media only screen and (max-width: 37.5em) {

  .section-global {
    margin-top: 2rem;


  }
  .global-net {
    margin-top: -5rem;
    background-image: url(/img/globe-01.png);
    background-size: 60vh !important;
    height: 50vh;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.8;
  }
}

@media only screen and (max-width: 75em) {
  .section-global {
    margin-top: 5rem;

  }
  .global-net {
    margin-top: -10rem;
    background-image: url(/img/globe-01.png);
    background-size: 80vh;
    height: 80vh;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.8;
  }


}

.office-grid {
  display: grid;
  grid-column: 1 / 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 3rem;
}

.office-loc {
display: grid;
grid-template-row: auto auto;
}
.office-img {
  object-fit: cover;
  grid-row: 1 / 2;
  width: 100%;
  transition: 0.5s;
}

.office-img:hover {
  transform: scale(1.05);
  transition: 0.5s ease-in-out;
}

@media only screen and (max-width: 37.5em) {
  .office-img {
    padding: 1rem;
  }

}

.office-name {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  justify-self: center;
  align-self: end;
  z-index: 2;
  width: 100%;
  text-align: center;
  padding: .5rem 0;
  border-radius: 5px;
  filter: grayscale(0) !important;
  color: #fff;
  transform: translateY(50%);
  opacity: 1;
  transition: .6s;
  margin-bottom: 2rem;

}

.office-name:hover {

}


/*Scroll Effect*/

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s;
}
.already-visible {
  transform: translateY(0);
  animation: none;
}

@keyframes come-in {
  to { transform: translateY(0); }
}

.feat_box {
  margin: 2rem 0;
  transition: .2s;

}

.feat_box:hover {
  transform: translateY(-4px);
  transition: .2s ease-in-out;

}

@media only screen and (max-width: 37.5em) {

  .feat_box {
    border: 1px solid white;
  }

}


.main-header {
  font-size: 2rem;
}

.maintenance-page {
  background-image: linear-gradient(to right bottom, rgba(26,94,154, 1), rgba(26,94,154,0.3)), url(../img/image1.jpg);
  background-size: cover;
  color: #fff;
}

.maintenance-content {
  margin-top: 11rem;
  width: 70%;
  height: 50%;
  background-color: #fff;
  opacity: 0.8;
  padding: 3rem 4rem;
  border-radius: 3px;
  color: #1a59a2;
  font-size: medium;
  box-shadow: 5px 5px 10px rgba(0,0,0, 0.5);
}

@media only screen and (max-width: 37.5em) {

  .maintenance-content {
    width: 90%;
    height: 50%;
    background-color: #fff;
    opacity: 0.8;
    padding: 1rem 2rem;
    border-radius: 3px;
    background-size: cover;
  }

  .maintenance-page {
    height: 100%;}



}
