/* CSS Document */
/* 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/AdobeStock_205206794.jpeg");
  background-position:bottom|right;
  
}
.container-fluid section:nth-child(2) .image {
background:none;
}
.container-fluid section:nth-child(3) .image {
  background-image: url("image/testimonial.jpg");
}
.container-fluid section:nth-child(4) .image {
   background-image: url("image/White with gold.jpg");
  background-position:right;
}
.container-fluid section .image {
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 500;
  opacity: 0.7;
}
.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 ;
  margin-right:23em;
}

@media  screen and (max-width: 1680px) 
{
	.container-fluid section .stuff h2 {
  margin: 0px;
  margin-top:150px;
  margin-bottom:170px;
  margin-left:25px;
  text-align:left;
  
}
	
}

.arrowdown{
margin-bottom:25px;
}
.arrows{
margin-bottom:15px;
margin-top:50px;
}

.paragraph{
text-align:justify;
font-size:20px;
color:#000000;
font-family:sans-serif;
text-align:left;
 padding-left:2em; 
 margin-top:80px;
 text-align:left;
}
.paragraph1{
text-align:justify;
font-size:20px;
color:#000000;
font-family:sans-serif;
text-align:left;
 padding-left:2em; 
 text-align:left;
 }

.testimonial
{
	font-size:16px;
	
}

.btn
{
	font-size:12px;
}
/*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;
}


/*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;
}



/*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-collapse
{
	font-size: 12px;
	
}

.navbar
{
	padding: 10px 10px;
	height: 8%;
}

.navbar-brand{
padding-left:10px;
}
.nav-link{
margin-left:2em;
}


/* 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: 375px) and (min-width: 320px) {
#section1 {
height:600px;
}

.container-fluid section:nth-child(1) .image {
  background-image: url("image/life coaching mob.jpg");
  background-position: bottom;
  background-size:cover;
  
}

.testimonial
{
	font-size:12px;
}

 .container-fluid section .stuff h2 {
  margin-right:0;
  margin-bottom:1em;
  font-size:17.5px;
  padding-right:1px;

  
}
.arrows{
margin-bottom:0px;
margin-top:8px;
}
#section2{
height:100%;
}
.paragraph{
font-size:16px;
text-align:justify;
padding-right:8em;
padding-left:6em;

}
.paragraph1{
font-size:16px;
text-align:justify;
padding-right:8em;
padding-left:6em;

}
.col-sm-6{
font-size:16px;
text-align:justify;
padding-right:6em;
padding-left:6em;
}
.imagelife{
padding-right:0 !important;
width:320px;
}
.buttondesign{
margin-left:6em;
padding:5px;
margin-bottom:20px;
}
.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: 768px) and (min-width: 412px) {
#section1 {
height:600px;
}

.testimonial
{
	font-size:12px;
}

 .container-fluid section .stuff h2 {
  margin-right:0;
  margin-bottom:4em;
  font-size:25px;
  margin-top:2em;
}
.arrows{
margin-bottom:1em;
margin-top:50px;
}
#section2{
height:100%;
}
.paragraph{
font-size:16px;
text-align:justify;
padding-right:8em;
padding-left:6em;

}
.paragraph1{
font-size:16px;
text-align:justify;
padding-right:8em;
padding-left:6em;

}
.col-sm-6{
font-size:16px;
text-align:justify;
padding-right:6em;
padding-left:6em;
}
.imagelife{
padding-right:0 !important;
width:320px;
}
.buttondesign{
margin-left:6em;
padding:5px;
margin-bottom:20px;
}
.navbar
{
	padding: 10px 10px;
	height: auto;
}
.testarrow{
margin-bottom:30px;
height:50px;

}

}