/*** Custom CSS***/
body{
    color: #333333;
    font-size: 14px;
    
    line-height: 1.80857;
}
ul li, strong{
    color: #717275;
    list-style-type: none;
}
.navbar{
    background: #4c5a7d !important;
}
.carousel-caption h1{
    color: #fff;
    font-weight: 900;
}
h1, h2, .navbar-nav a:hover, .navbar-nav a:active, .homeSection h4{
    color: #29abe1;
}
.navbar-nav .nav-item .nav-link{
    /* padding: 6px 0px; */
    position: relative;
    display: block;
    line-height: 30px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;

}
.h-300{
    height: 300px;
}
.mt-10{
    margin-top: 10rem;
}
.text-justify{
    text-align: justify;
}
.box{
    border: 2px solid #29abe1;
    padding: 30px;
}
.copyrights{
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    background-color: #1f1f1f;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}
.navbar-nav a, p{
    color: #717275;
}
.navbar{
    
    height: 70px;
}

.carousel-inner, .carousel-item {
    height: 500px;
  }
  .carousel-caption{
    top: 30%;
  }



.form-control, .form-select{
    border-radius: 0;
    height: 50px;
    border-block-end-color: #29abe1!important;
    border: 2px solid;
    border-inline-start-color: #29abe1 !important;
}
.navbar-brand img{
    height: 70px;
}

.gotoTop{
    z-index: 99;
    right: 20px;
    width: 52px;
    height: 52px;
    bottom: 20px;
    border: none;
    outline: none;
    display: none;
    position: fixed;
    cursor: pointer;
    background-color: #323137;
}
.modal-content{
    margin-top: 150px;
}
.privacy h3, .terms h3, .contact h1 {
   
    font-weight: bold !important;
    padding: 15px 0;
    color: #29abe1;
}
.btn-secondary{
    background-color: #29abe1;
    border-radius: 0;
}

.btn-secondary:hover{
    background-color: #333333;
    color: #29abe1;
}

