.nav-link{
    /*color: #1675AA;*/
    font-weight: 400;
    font-size: 18px;
    /*font-family: 'Times New Roman', serif;*/
}

/*.nav-link:hover,
.nav-link:focus{
    color: #E3AC3D;
}

.nav-link.active{
    color: #E3AC3D;
}*/

.navbar{
    border-bottom: 10px solid #1675AA;
    /*background-color: #1675AA;*/
    background-color: #FCFCFC;

}

.navbar-light .navbar-nav .nav-link {
    color: #1675AA;
    font-size: 18px;
    font-weight: 400;
}

/*.dropdown .nav-link {color: rgba(255,255,255,0.5); text-decoration: none;}*/
.dropdown .dropdown-menu{background-color: #a2c8dd; text-decoration: none;}
/*.dropdown .dropdown-menu a{ text-decoration: none;}*/
.dropdown-item {display: inline-block; width: 100%; padding: 10px 5px; background-color: #fff; color: #1675AA;}
.dropdown .dropdown-item:hover {background: #1675AA; color:#fff;}
.dropdown-item.active, .dropdown-item:active {background: #1675AA; color:#fff;}
.dropdown .dropdown-item:focus {background: #1675AA; color:#fff;}

hr
{
  color: #1675AA;
  border-top: 1px solid #1675AA;
  width: 60px;
}

.footer-style{
    border-top: 10px solid #1675AA;
    background-color: #FCFCFC;
    color: #1675AA;
}

.footer-style a{
    color: #1675AA;
}

.div_title{
    margin-top: 50px;
    margin-bottom: 60px;
    font-weight: Medium;
    font-size: 50px;
    color: white;
    /*font-family: 'Times New Roman', serif;*/
}

.div_sub_title{
    margin-top: 10px;
    margin-bottom: 2px;
    font-weight: medium;
    font-size: 30px;
    color: white;
    /*font-family: 'Times New Roman', serif;*/
}


/*.carousel-inner{
  background-color: #361d61;

}*/



.carousel-inner img{
    width: 100%;
    height: 540px;
}


body{
    /*background-color: #fffff8 */
    background-color: #fcfcfc 
}

footer .col{
  flex-grow: 1;
}

.footer_col_1
{
    padding-top: 20px;
    /*border-right: 1px solid #1675AA;*/
}

@media screen and (max-width: 768px) {
    .footer_col_1
    {
        border-right: none;
    }
}


.shadow{
    -webkit-box-shadow: inset 4px 4px 4px -4px rgba(0,0,0,0.38);
    -moz-box-shadow: inset 4px 4px 4px -4px rgba(0,0,0,0.38);
    box-shadow: inset 4px 4px 4px -4px rgba(0,0,0,0.38);
}


/*@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body{
  min-height: 100vh;
  display: flex;
  align-items: center;
}*/
.wrapper{
  width: 100%;
}
.carousel-prod-gal{
  max-width: 2700px;
  margin: auto;
  padding: 0 30px;
}
.carousel .card{
  color: #1675AA;
  border: 0px solid #1675AA;
  text-align: center;
  margin: 20px 0;
  font-weight: 600;
  border-radius: 10px;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
}

.card img{
    padding: 10px;
}


@media only screen and (max-width: 768px) {
   

    .carousel-inner img{
        width: 100%;
        height: auto;
    }

}

body
{
    overflow-x: hidden;
}
/*.owl-dots{
  text-align: center;
  margin-top: 40px;
}
.owl-dot{
  height: 15px;
  width: 45px;
  margin: 0 5px;
  outline: none;
  border-radius: 14px;
  border: 2px solid #0072bc!important;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}
.owl-dot.active,
.owl-dot:hover{
  background: #0072bc!important;
}*/

.flip-card {
  /*background-color: transparent;*/
  width: 200px;
  height: 200px;
  perspective: 1000px;
  margin: 20px;
}

.card-custom{
  width: 250px;
  margin-top: 20px
}


.col{
  flex-grow: unset;
}


/* ================= SIDE NAV ========== */

th{
  padding: 10px;
}

td{
  padding: 10px;
}

.modal_row td{
  padding: 5px;
}

.modal_row th{
  padding: 5px;
  color: #1675AA;
}

.modal_th{
  text-align: left;
  width: 300;
}

.modal_td{
  text-align: left;
}