/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
html, body {
  font-family: sans-serif;
  scroll-behavior: smooth;
  
}

.container-fluid {
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-around;
  position: relative;
  padding:0 !important;
}
.container-fluid section {
  width: 100%;
  height: 100vh;
  flex: 1;
  display: flex;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.container-fluid section:nth-child(1) .image {
  background-image: url("image/Landing Page.jpg");
}
.container-fluid section:nth-child(2) .image {
  background-image: url("image/Black.jpg");
}
.container-fluid section:nth-child(3) .image {
  background-image: url("image/Blue Fence.jpg");
}
.container-fluid section:nth-child(4) .image {
 background-image: url("image/testimonial.jpg");
}
.container-fluid section:nth-child(5) .image {
  background-image: url("image/White with gold.jpg");
  background-size:cover;
  background-position:center;
  
}

.container-fluid section .image {
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 500;
  opacity: 0.9;
}
.container-fluid section .stuff  {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;  justify-content: center;
  text-align: center;
  z-index: 1000;
  color: #FFFFFF;
  margin: 0 auto;
  font-size: 26px;
  position: relative;
  opacity:1;
}
.container-fluid section .stuff h2 {
  margin: 0px;
  margin-top:8em !important;
  margin-right:15em;
  margin-bottom:7em;
}
.buttondesign{
margin-bottom:10px;
padding:20px;
margin-right:60px;
}
.coldesign{
margin-top:1em;

}

.coaching{
margin-bottom:4em;
margin-top:1em;
}
.aboutme{
margin-top:3em;
}
/*.container-fluid section .stuff:before, .container-fluid section .stuff:after {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #FFFFFF;
  content: "";
  margin: 30px 0;
}*/




/*btn*/
.btn
{
	font-size:12px;
}
.btn-color{
background-color:#000000;
color:#FFFFFF;
padding:20px;
margin-bottom:3em;
margin-top:1em;
}
.career{
border:3px solid #000000;
border-radius:10px;

}
.career:hover{
  opacity:0.7;
}
.careertext{
color:#FFFFFF; 
}

/*testimonial*/

.card1 {
  margin: 0 auto;
  background-color:none !important;
}
.card1 .carousel-item {
  height: 500px;
  width:100%;
}
.card1 .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  color: #FFFFFF;
  text-align:justify;
}
.card1 .carousel-caption h3 {
  color: #FFFFFF;
}
.card1 .carousel-caption p {
  line-height: 10px;
  
}

.card1 .carousel-caption .col-sm-12 {
  text-align: justify;
  font-size:24px;
  color:#FFFFFF;
  
}

.navi a {
    text-decoration:none;
}
a > .ico {
    background-color: grey;
    padding: 10px;
    
}
a:hover > .ico {
    background-color: #666;
}


.aboutpara{
font-size:16px;
text-align:justify;
padding-right:80px;
padding-left:125px;

}

/*icon*/
	a.link.facebook {
				background: #0077B5;
				display: inline-block;
				height: 30px;
				width: 30px;
				border-radius: 50%;
				color: #fff;
				font-size: 18px;
				
			
				 transform: translateY(-50%);
			}
			a.link.twitter {
				background-color: #00ACEE;
				display: inline-block;
				height: 30px;
				width: 30px;
				border-radius: 50%;
				color: #fff;
				font-size: 18px;
			
				 transform: translateY(-50%);
			}
			a.link.google-plus{
				background-color: #00aff0;
				display: inline-block;
				height: 30px;
				width: 30px;
				border-radius: 50%;
				color: #fff;
				font-size: 18px;
			
				 transform: translateY(-50%);
			}
			a.link.whatsapp{
				background-color: #25D366;
				display: inline-block;
				height: 30px;
				width: 30px;
				border-radius: 50%;
				color: #fff;
				font-size: 18px;
			
				 transform: translateY(-50%);
			}
			span{
				padding-top:06px;
			}
			span:hover{
				transition: 0.9s;
				transform: rotateY(180deg);
			}

/*nav*/
.navbar-brand{
padding-left:10px;
}
.nav-link{
margin-left:2em;
}

.navbar
{
	padding: 10px 10px;
		height: 8%;
}

.navbar-collapse
{
	font-size: 12px;
	
}


/*form*/
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  margin-top:20px;
}

input[type=submit]:hover {
  background-color: #0099FF;
}



.col-25 {
  float: left;
  width: 20%;
  text-align: left;
  margin-top: 6px;
  font-size:16px;
}

.col-75 {
  float: left;
  width: 60%;
    text-align: left;
  margin-top: 6px;
  font-size:10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.location{
font-size:12px;
font-family:sans-serif;
}


.imageabout{
border:20px solid #000000;
margin-left:70px;
}

.paragraph {
    display: inline;
	
}

.testimonial
{
	font-size:16px;
}


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
#section5{
height:100%;
}
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
	padding-left:10px;
	padding-right:10px;
  }
  .sendnow{
  margin-top:20px;
  width:50%;
  margin-left:3em;
  margin-bottom:10px;
  }
  .followcol{
  margin-top:3em;
  }
}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 768px) and (min-width: 412px) {

.container-fluid section:nth-child(1) .image {
  background-image: url("image/Landing Page_mob.jpg");
}


  .container-fluid section .stuff h2 {
  margin-top:10em !important;
  margin-right:0;
  margin-bottom:5em;
  font-size:20px;
}

.testimonial
{
	font-size:12px;
}

#section1{
height:10%;
}
.downarrow{
margin-bottom:10px;
}
.coldesign{
margin-top:2em;

}
 
.imageabout{
border:10px solid #000000;
margin-left:0;
height:225px;
width:170px;
} 
.aboutpara{
font-size:16px;
text-align:justify;
padding-right:10px;
padding-left:10px;

} 
#section2{
height:100%;
}
.buttondesign{
margin-left:6em;
padding:5px;
margin-bottom:20px;
}
#section3{
height:100%;
}
.navbar
{
	padding: 10px 10px;
	height: auto;
}

.testarrow{
margin-bottom:30px;
height:50px;

}

}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 375px) and (min-width: 320px){

.container-fluid section:nth-child(1) .image {
  background-image: url("image/Landing Page_mob.jpg");
  background-position:left;
  background-size:contain;
}


  .container-fluid section .stuff h2 {
  margin-top:10.5em !important;
  margin-right:0;
  margin-bottom:3em;
  font-size:20px;
}

.testimonial
{
	font-size:12px;
}

#section1{
height:10%;
}
.downarrow{
margin-bottom:10px;
}
.coldesign{
margin-top:0em;

}
 
.imageabout{
border:10px solid #000000;
margin-left:0;
height:225px;
width:170px;
} 
.aboutpara{
font-size:16px;
text-align:justify;
padding-right:10px;
padding-left:10px;

} 
#section2{
height:100%;
}
.buttondesign{
margin-left:6em;
padding:5px;
margin-bottom:20px;
}
#section3{
height:100%;
}
.navbar
{
	padding: 10px 10px;
	height: auto;
}
.testarrow{
margin-bottom:30px;
height:50px;

}


}