/* 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;
}

.btn
{
	font-size:12px;
}

.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/Career top images.jpg") ;
  width:100%;
  background-size:cover;
  background-position: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-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.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:7em !important;
  margin-right:15em;
  margin-bottom:2em;
}
.arrow{
margin-top:6em;
}
.arrowdown{
margin-top:3em;
}
.paragraph{
text-align:justify;
font-size:20px;
font-family:sans-serif;
}
.paragraph1{
text-align:justify;
font-size:20px;
font-family:sans-serif;
}
.corrow{
margin-top:2.7em;
padding-left:1em;
color:#000000;
}
/*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;
}
/*para*/
.paratext{
text-align:justify;
font-size:20px;
padding:0 5em 0 5em;
}

/*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;
}

/* 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;
  }
}


/*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;
	
}

.testimonial
{
	font-size:16px;
}

.lifecoaching
{
		
	float:left;
	margin-left:345px;
	margin-bottom:18px;
		
}	
/* 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/Career top images mob.jpg") ;
  background-position:bottom;
    background-size:110%;
  background-repeat:no-repeat;

  
  
}

.testimonial
{
	font-size:12px;
}

 .container-fluid section .stuff h2 {
   margin: 0px;
  margin-top:16em !important;
  margin-left:0;
  margin-bottom:0px;
  font-size:18.5px;
  padding-left:20px;
  padding-right:20px;
}
.arrow{
margin-top:3em;
}
#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;
}

.buttondesign{
margin-left:6em;
padding:5px;
margin-bottom:20px;
}
.list{
padding-right:12em;
padding-left:8em;
text-align:justify;
}
.list li{
font-size:16px;
}
.imgleft{
margin-left:2.5em;
}
.imgmain{
	padding-right:0 !important;	
	margin-right:1em;
	height:220px; 
	width:300px;
	}
.imgright{
margin-right:5em !important;
}
.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: 0px;
  margin-top:5em !important;
  margin-left:0;
  margin-bottom:1em;
}
.arrow{
margin-top:3em;
}
#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;
}

.buttondesign{
margin-left:6em;
padding:5px;
margin-bottom:20px;
}
.list{
padding-right:12em;
padding-left:8em;
text-align:justify;
}
.list li{
font-size:16px;
}
.imgleft{
margin-left:2.5em;
}
.imgmain{
	padding-right:0 !important;	
	margin-right:1em;
	height:220px; 
	width:300px;
	}
.imgright{
margin-right:5em !important;
}
.navbar
{
	padding: 10px 10px;
	height: auto;
}
.testarrow{
margin-bottom:30px;
height:50px;

}

}
