/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


/* COLOR CODES 
    BLUE: #117CC1
    DARK BLUE: #034280
    BROWN: #5C3737
    GREEN: #B1D044
*/

.form-group{
    padding-top: 20px !important;
}

.form-contact{
    margin-left: 50px;
    margin-right: 50px;
}

.button-contactForm {
    background-color: #B3B3B3 !important;
    margin-bottom: 20px;
    display: inline-block;
    padding: 15px 31px;
    border: 2px solid transparent;
    font-size: 14px;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    border-radius: 50px;
    line-height: 16px
}

.button-contactForm:hover {
        background-color: #555 !important;

}

.tall {
    height: 00%;
    width: 100%;
}

#myBtn {
    display: block; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #B1D044; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

    #myBtn:hover {
        background-color: #555; /* Add a dark-grey background on hover */
    }
a {
    color: #FFF;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
    text-decoration: none;
}

    a:hover {
        color: #B1D044;
    }

.pad-bottom{
    padding-bottom: 20px;
}

.dark-blue {
    color: #034280 !important;
    text-decoration: none !important;
}

.dark-blue a {
    color: #034280 !important;
    font-size: 100px;
}

.icon {
    font-size: 8vw !important;
    text-decoration: none !important;
}

.map {
    background-image: url(../images/map-bg.png);
    background-position: center;
    background-repeat: no-repeat;
}

.tagline{
    font-style: italic;
    font-size: 14px;
    margin-top: 10px;
}

/* CSS CLASSES */

.header_area {
    height: auto;
    background-color: #034280 !important;
}

.sub_header {
    background-color: #034280;
    text-align: center;
}

/* START NAV HOVER*/

.main_menu ul li :hover {
    color: #B3B3B3 !important;
}
/* END NAV HOVER */

.main_menu ul li a {
    color: #fff !important;
    padding: 27px 35px !important;
    line-height: 16px;
}

@media (max-width: 991px) {
    .main_menu ul li a {
        padding: 12px 10px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main_menu ul li a {
        padding: 27px 20px !important;
    }
}

.main_menu .header_social_icon ul li {
    padding-right: 13px;
}

.main_menu .header_social_icon ul li a {
        color: #c3c6c9;
}

 .main_menu .header_social_icon ul li a:hover {
       color:#034280 
 }

@media (max-width: 991px) 
{
    .main_menu .navbar {
        padding: 15px 0;
    }

    .main_menu .navbar-toggler i {
        color: #fff;
        font-size: 30px;
    }

    .main_menu .navbar-collapse {
        position: absolute;
        left: 0;
        top: 71px;
        width: 100%;
        background-color: #fff;
        z-index: 999;
    }

    .main_menu .nav-item {
        padding: 5px 10px 5px 15px;
        background-color: #034280;
    }

    .main_menu .navbar-nav .nav-link:hover {
        color: #fff !important;
    }

    .main_menu .dropdown .dropdown-menu {
        transform: scale(1, 0);
        display: none;
    }

    .main_menu .dropdown:hover .dropdown-menu {
        transform: scale(1);
        display: block;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main_menu .dropdown .dropdown-menu {
        transform: scale(1, 0);
        display: none;
    }

    .main_menu .dropdown:hover .dropdown-menu {
        transform: scale(1);
        display: block;
    }
}

.menu_fixed {
    position: fixed;
    z-index: 9999 !important;
    width: 100%;
    background-color: #034280;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
    top: 0;
}

.menu_fixed span {
    color: #000 !important;
}

.menu_fixed ul li a:hover {
    color: #fff !important;
}

.dropdown-menu {
    border: 0px solid rgba(0, 0, 0, 0.15) !important;
    background-color: #fafafa;
}

.dropdown .dropdown-menu {
    transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
}

.dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 12px 20px !important;
    color: #034280 !important;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #B3B3B3;
    color: #fff !important;
}

.dropdown:hover .dropdown-menu {
    transform: scale(1);
}

.bg-dark {
    background-color: #034280 !important;
}

.green-bg{
    background-color: forestgreen;
}

.pink-bg{
    background-color: fuchsia;
}

.aqua-bg{
    background-color: aqua;
}

.text-muted{
    color: #B1D044 !important;
}

.light-bg {
    background-color: #117CC1;
    width: 100%;
}

.contact{
    padding-left: 25%;
    padding-right: 25%;
    padding-bottom: 10px;
    padding-top: 10px;
}

.contact-item {
    padding-bottom: 10px;
    padding-top: 10px;
}

h1 {
    color: #B1D044;
}

h2 {
    color: #FFF;
}

p {
    color: #FFF;
}


body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #FFF;
    background-color: #034280;
}


footer {
    background-color: #117CC1;
    margin-top: -80px;
    margin-bottom: -70px;
    padding-bottom: 20px;
}

footer a {
    text-decoration: none;
    color: #FFF;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
/* Carousel base class */
.carousel {
    margin-bottom: 4rem;

}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;

}

/* Declare heights because of positioning of img element */
.carousel-item {
    /* height: 32rem; */
}
.carousel-item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
    }


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-6 {
    margin-bottom: 2rem;
    text-align: center;
}

.container {

}

.marketing {
    
    width: 100%;
}

.marketing .col-lg-12 {
    margin-bottom: 2rem;
    text-align: center;
}

.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-6 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.marketing .col-lg-6 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
