body {
  overflow-x: hidden;
  background-color: #eee;
}

.fa-check-circle {
  color: blue !important;
}

.fa-times-circle {
  color: red !important;
}


.navbar .nav-link {
  font-size: 16px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.navbar .nav-item.active {
  border-left: #444 3px solid;
}

#myCarousel .carousel-item {
  height: 450px;
}

.carousel-image-1 {
  background: url('../img/image1.jpg');
  background-size: cover;
}

.carousel-image-2 {
  background: url('../img/image2.jpg');
  background-size: cover;
}

.carousel-image-3 {
  background: url('../img/image3.jpg');
  background-size: cover;
}

.carousel-image-4 {
  background: url('../img/image4.jpg');
  background-size: cover;
}

#home-heading {
  position: relative;
  min-height: 200px;
  background: url('../img/lights.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}


#info {
  position: relative;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

#additions {
  position: relative;
  min-height: 600px;
  background: url('../img/media.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0 -400px;
  text-align: center;
  color: #fff;
}

#additions a {
  color: #fff;
}

#page-header {
  height: 200px;
  background: url('../img/image1.jpg');
  background-position: 0 -360px;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 50px;
}

.about-img {
  margin-top: -50px;
}

#faq .card {
  border: #444;
}

#faq a {
  color: #fff;
  text-decoration: none;
}

#faq .card-body,
#faq .card-header {
  background: #333;
}

#main-footer {
  background: #000;
  color: #fff;
}

.img-link
{
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   

}

.img-link:hover
{
    box-shadow: 0px 0px 150px #000000;
    z-index: 1000;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
    position:relative;
    background-color: black;
}


#carousel4 .carousel-control-prev-icon {
  filter: invert(1);
}

#carousel4 .carousel-control-next-icon {
  filter: invert(1);
}

#carousel5 .carousel-control-prev-icon {
  margin-left: 0px;
}

#reviews {
  background-color: lightgray;
}

#wsites {
  background-color: lightgray;
}


.review {
    border: solid 1px gray;
    height: 300px;
    overflow-y: auto;
    border-radius: 10px;  
    background-color: #F0F0F0;
    font-size: 14px;
}

.checked {
    color: orange;
}

#main-footer {
    margin-bottom: 0px;
}

#main-footer p {
    text-align: center;
    margin-bottom: 0px;
    font-size: 18px;
}

#main-footer a {
    color: white;
}

.back-to-top {
    position: fixed;
    bottom: 50%;
    right: 0px;
    display: none;
}

.review {
    margin-bottom: 5px;
} 

.list-group-item {
    font-size: 20px;
    font-weight: 500;
    background-color: #fdfdfe;
}

.not_valid {
    border-color: #ff2325 !important;
    border-width: 3px;
}

.main-wrapper {
    width: 100%;
    background-image: url("../img/demo_.jpg");
}

.set-i i
{
    width: 50px;
    height: 50px;
    line-height: 47px;
    border: 2px solid white !important;
    text-align: center;
    border-radius: 100% !important;
    font-size: 20px !important;
}

.set-i i:hover
{
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid !important;
    text-align: center;
    border-radius: 100% !important;
    font-size: 20px !important; 
    background-color: #fa2837 !important;
    color: #fff !important;

}

@media(max-width: 768px) {
    #myCarousel .carousel-item {
        height: 250px;
    }
    
    #contact_wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
    
}

.fa {
    color: #FF8C00;
}

.fas {
    color: #FF8C00;
}

.btn-dark {
    background-color: #FF8C00;
}

.card img {
    border: 2px solid #FF8C00 !important;
    border-radius: 5px !important;
}

#features .list-group-item {
    border: 1px solid #FF8C00 !important;
}

#contact img {
    border: 2px solid #FF8C00 !important;
    border-radius: 5px !important;
}

#contact_wrapper .card {
    border: 2px solid #FF8C00 !important;
    border-radius: 5px !important;
}

#contact .card {
    border: 2px solid #FF8C00 !important;
    border-radius: 5px !important;
}

.navbar {
    border-bottom: 2px solid #FF8C00 !important;
}

#main-footer {
    border-top: 2px solid #FF8C00 !important;
}

#wsites img {
    border: 2px solid #FF8C00 !important;
    border-radius: 5px !important;
}
