/* */

/* Justify Text*/
body { text-align: justify;} 

.bg-dark {background-color: #374C9F !important; }  /* menu bg change this */

/* section BG colors*/
.bg-primary {  background-color: #007bff !important;}
a.bg-primary:hover, a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus {  background-color: #0062cc !important;}

.bg-light {  background-color: #4B67D8 !important;}	/*section bg change this */
a.bg-light:hover, a.bg-light:focus,button.bg-light:hover,button.bg-light:focus {  background-color: #dae0e5 !important;}

.bg-contact {  background-color: #F5F5F5 !important;}
a.bg-contact:hover, a.bg-contact:focus,button.bg-contact:hover,button.bg-contact:focus {  background-color: #dae0e5 !important;} 

.bg-testimonials {  background-color: #DCDCDC !important;}
a.bg-testimonials:hover, a.bg-testimonials:focus,button.bg-testimonials:hover,button.bg-testimonials:focus {  background-color: #dae0e5 !important;}

.bg-footer {  background-color: #808080 !important;}
a.bg-footer:hover, a.bg-footer:focus,button.bg-footer:hover,button.bg-footer:focus {  background-color: #dae0e5 !important;}

.bg-image { background-image: url('https://source.unsplash.com/RCAhiGJsUUE/1920x1080') !important;}
a.bg-image:hover, a.bg-image:focus,button.bg-image:hover,button.bg-image:focus {  background-color: #dae0e5 !important;}


.text-white {  color: #ffffff !important;}
a.text-white:hover, a.text-white:focus {  color: #000080 !important;} 

/* Section top & bottom padding*/
section { }



/* bullet lists */

ul.notheader {
    list-style-type: none;
	margin-top: 20px;
}

ul.notheader li::before {
    content: "\f005";
    font-family: "FontAwesome";
    padding: 0 10px 0 0;
	color: #FFD700;
} 

ul.notheader li {
	font-weight: 700;
}

.carousel-caption.main { text-shadow: #000000 2px 2px 6px;} 

.carousel-caption.main h3{ font-size: 40px;} 

.carousel-caption.main p{ font-size: 20px;} 

.img-shadow { box-shadow: #808080 6px 6px 18px;} 

.lead {  font-size: 1.1rem;  font-weight: 400;}	
	   

#back2Top {
  display: inline-block;
  background-color: #696969;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  margin: 0px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s;
  z-index: 1000;
}
#back2Top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 35px;
  color: #fff;
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
	text-decoration: none;
}

/*testimonial slider */

.card  {
  border: 0px;
}

.card .carousel-item {
  height: 400px;
}
.card .carousel-caption {
  padding: 0;
  top: 20px;
  right: 0;
  left: 0;
  color: #3d3d3d;
  text-align: justify;
}
.card .carousel-caption h3 {
  color: #000000;
}

.navi a {
    text-decoration:none;
}
a > .ico {
    background-color: grey;
    padding: 10px;
    
}
a:hover > .ico {
    background-color: #666;}
	

	
.login a.client{ color: #343A40;
}
	
.overlay0 {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.0);
}
	
.overlay1 {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
}
	
.overlay2 {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
	
.overlay3 {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
	
.overlay4 {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}  
	
.overlay5 {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}	
	
.overlay6 {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
	
.overlay7 {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}	 
	
.overlay8 {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
} 
	
.overlay9 {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
}