@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300");

/* Base Styles
********************************************************************* */
html {
	font-size: 62.5%;
	overflow-x: hidden;

  scroll-behavior: smooth;
}

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300");

/* Base Styles
********************************************************************* */
html {
	font-size: 62.5%;
}
body {
	font-size: 1.5em;
	line-height: 1.6;
	font-weight: 400;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #222;
}


.topmargin{
    
   
   margin-top:18px;
    
}




/* Grid
********************************************************************* */  
.container {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
		margin-top: 85px;
	padding: 0px 20px;
	box-sizing: border-box;
}
.column, .columns {
	width: 100%;
	float: left;
	box-sizing: border-box;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
.container {
	width: 85%;
	padding: 0;
}
}

/* For devices larger than 550px */
@media (min-width: 550px) {


.form{
    
    font-size: 19px;
 margin-left: 20px;
    margin-bottom: 9px;
    margin-top:25px;
    
    
}




.container {
	width: 80%;
}
.column,  .columns {
	margin-left: 4%;
}
.column:first-child,  .columns:first-child {
	margin-left: 0;
}
.one.column,  .one.columns {
	width: 4.66666666667%;
}
.two.columns {
	width: 13.3333333333%;
}
.three.columns {
	width: 22%;
}
.four.columns {
	width: 30.6666666667%;
}
.five.columns {
	width: 39.3333333333%;
}
.six.columns {
	width: 48%;
	padding: 20px;

}
.seven.columns {
	width: 56.6666666667%;
}
.eight.columns {
	width: 65.3333333333%;
}
.nine.columns {
	width: 74.0%;
}
.ten.columns {
	width: 82.6666666667%;
}
.eleven.columns {
	width: 91.3333333333%;
}
.twelve.columns {
	width: 100%;
	margin-left: 0;
}
.one-third.column {
	width: 30.6666666667%;
}
.two-thirds.column {
	width: 65.3333333333%;
}
.one-half.column {
	width: 48%;
}
/* Offsets */
.offset-by-one.column,  .offset-by-one.columns {
	margin-left: 8.66666666667%;
}
.offset-by-two.column,  .offset-by-two.columns {
	margin-left: 17.3333333333%;
}
.offset-by-three.column,  .offset-by-three.columns {
	margin-left: 26%;
}
.offset-by-four.column,  .offset-by-four.columns {
	margin-left: 34.6666666667%;
}
.offset-by-five.column,  .offset-by-five.columns {
	margin-left: 43.3333333333%;
}
.offset-by-six.column,  .offset-by-six.columns {
	margin-left: 52%;
}
.offset-by-seven.column,  .offset-by-seven.columns {
	margin-left: 60.6666666667%;
}
.offset-by-eight.column,  .offset-by-eight.columns {
	margin-left: 69.3333333333%;
}
.offset-by-nine.column,  .offset-by-nine.columns {
	margin-left: 78.0%;
}
.offset-by-ten.column,  .offset-by-ten.columns {
	margin-left: 86.6666666667%;
}
.offset-by-eleven.column,  .offset-by-eleven.columns {
	margin-left: 95.3333333333%;
}
.offset-by-one-third.column,  .offset-by-one-third.columns {
	margin-left: 34.6666666667%;
}
.offset-by-two-thirds.column,  .offset-by-two-thirds.columns {
	margin-left: 69.3333333333%;
}
.offset-by-one-half.column,  .offset-by-one-half.columns {
	margin-left: 52%;
}
}
/* Typography
********************************************************************* */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 2rem;
	font-weight: 300;
}
h1 {
	font-size: 4.0rem;
	line-height: 1.2;
	letter-spacing: -.1rem;
}
h2 {
	font-size: 3.6rem;
	line-height: 1.25;
	letter-spacing: -.1rem;
}
h3 {
	font-size: 3.0rem;
	margin-top: 27px;
	line-height: 1.3;
	letter-spacing: -.1rem;
	  animation: fadeInRight 1s ease-in-out;
}
h4 {
	font-size: 2.4rem;
	line-height: 1.35;
	letter-spacing: -.08rem;
}
h5 {
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: -.05rem;
}
h6 {
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0;
}

/* Larger than phablet */
@media (min-width: 550px) {
h1 {
	font-size: 5.0rem;
}
h2 {
	font-size: 4.2rem;
}
h3 {
	font-size: 3.6rem;
}
h4 {
	font-size: 3.0rem;
}
h5 {
	font-size: 2.4rem;
}
h6 {
	font-size: 1.5rem;
}
}
p {
	margin-top: 0;
}
/* Links
********************************************************************* */
a {
	color: #1EAEDB;
}
a:hover {
	color: #0FA0CE;
}
/* Header Section
********************************************************************* */


header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
 width: 100%;
	height: 100vh;
	background: url("/images/home.jpg");

 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e55d87', endColorstr='#5fc3e4', GradientType=1 );
}


.title {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	padding: 2rem;
	max-width: 960px;
	text-align: center;
}
.title .smallsep {
	background: #fff;
	height: 2px;
	width: 70px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.title h1 {
	font-size: 80px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 0.85;
	margin-bottom: 28px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
.title h2 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-top: 50px;
}

@media only screen and (max-height: 700px) {
.title h1 {
	font-size: 80px;
}
}
.title p {
	max-width: 600px;
	margin: 0 auto;
	line-height: 150%;
}

@media only screen and (max-width: 500px) {
.title h1 {
	font-size: 65px;
}

.form{
    
    font-size: 19px;
    margin-bottom: 9px;
    margin-top:25px;
    
    
}




}
.title .icon {
	color: #FFFFFF;
	font-size: 50px;
}

@media only screen and (max-width: 766px) {
.mobile-toggle {
	display: block;
}

h3 {
	font-size: 3.0rem;
	margin-top: -7px;
	line-height: 1.3;
	letter-spacing: -.1rem;
	  animation: fadeInRight 1s ease-in-out;
}




}
.mobile-toggle span {
	width: 30px;
	height: 4px;
	margin-bottom: 6px;
	background: #000000;
	display: block;
}
.scroll-down {
	position: absolute;
	left: 50%;
	bottom: 5vh;
	display: block;
	text-align: center;
	font-size: 20px;
	z-index: 100;
	text-decoration: none;
	text-shadow: 0;
	width: 13px;
	height: 13px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	z-index: 9;
	-webkit-transform: translate(-50%, 0%) rotate(45deg);
	-moz-transform: translate(-50%, 0%) rotate(45deg);
	transform: translate(-50%, 0%) rotate(45deg);
	-webkit-animation: fade_move_down 2s ease-in-out infinite;
	-moz-animation: fade_move_down 2s ease-in-out infinite;
	animation: fade_move_down 2s ease-in-out infinite;
}


/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
 0% {
-webkit-transform:translate(0, -10px) rotate(45deg);
opacity: 0;
}
 50% {
opacity: 1;
}
 100% {
-webkit-transform:translate(0, 10px) rotate(45deg);
opacity: 0;
}
}
@-moz-keyframes fade_move_down {
 0% {
-moz-transform:translate(0, -10px) rotate(45deg);
opacity: 0;
}
 50% {
opacity: 1;
}
 100% {
-moz-transform:translate(0, 10px) rotate(45deg);
opacity: 0;
}
}
@keyframes fade_move_down {
 0% {
transform:translate(0, -10px) rotate(45deg);
opacity: 0;
}
 50% {
opacity: 1;
}
 100% {
transform:translate(0, 10px) rotate(45deg);
opacity: 0;
}
}
/* About Section
********************************************************************* */

#about {
	padding: 50px 0 50px 0;
}
/* Team Section
********************************************************************* */
#team {
	padding: 50px 0 100px 0;
}
#team .icon {
	font-size: 26px;
}
/* Skills Section
********************************************************************* */
#skills {
	padding: 100px 0 100px 0;
	background-color: #F5F5F5;
}
.progressBar {
	margin-bottom: 26px;
	margin-bottom: 1.66em;
}
.progressBar h4 {
	font-size: 16px;
	text-transform: none;
	margin-bottom: 7px;
	margin-bottom: .33em;
}
.progressBarContainer {
	width: 100%;
	height: 8px;
	background: #E1E1E1;
	overflow: hidden;
}
.progressBarValue {
	height: 8px;
	float: left;
	background: #e55d87; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #e55d87 0%, #5fc3e4 100%);
	background: -webkit-linear-gradient(-45deg, #e55d87 0%, #5fc3e4 100%);
	background: linear-gradient(135deg, #e55d87 0%, #5fc3e4 100%);
}
.value-00 {
	width: 0;
}
.value-10 {
	width: 10%;
}
.value-20 {
	width: 20%;
}
.value-30 {
	width: 30%;
}
.value-40 {
	width: 40%;
}
.value-50 {
	width: 50%;
}
.value-60 {
	width: 60%;
}
.value-70 {
	width: 70%;
}
.value-80 {
	width: 80%;
}
.value-90 {
	width: 90%;
}
.value-100 {
	width: 100%;
}
/* Portfolio Section
********************************************************************* */
#portfolio {
	padding: 100px 0 100px 0;
}
.image {
	background-color: #5a5a5a;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	transition: .5s;
}
.image:hover {
	opacity: 0.6;
	transition: .3s;
	background-image: url(../images/hoverbg.png);
	background-repeat: no-repeat;
	background-position: center;
}

/* Testimonial Section
********************************************************************* */
#testimonial {
	background-color: #F5F5F5;
	padding: 100px 0 100px 0;
}
.quoteLoop {
	height: auto;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.quote {
	margin: 10px 30px;
	height: inherit;
	top: 0px;
	display: none;
	text-align: center;
}
/* Contact Section
********************************************************************* */
#contact {
	padding: 100px 0 100px 0;
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
	height: 38px;
	padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
	background-color: #F5F5F5;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	border-radius: 4;
	outline: none;
}
textarea {
	min-height: 250px;
}
input[type="submit"] {
	display: inline-block;
	height: 38px;
	padding: 0 30px;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: 600;

	letter-spacing: .1rem;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	background: #5fc3e4;
	border-radius: 4px;
	border: 3px;
	cursor: pointer;
	box-sizing: border-box;
}
input[type="submit"]:hover {
	background: #549af0;
	color: #fff;
	text-decoration: none;
}
/* Lists
********************************************************************* */

/* Spacing
********************************************************************* */
button, .button {
	margin-bottom: 1rem;
}
input, textarea, select, fieldset {
	margin-bottom: 1.5rem;
}
pre, blockquote, dl, figure, table, p, ul, ol, form {
	margin-bottom: 2.5rem;
}
/* Utilities
********************************************************************* */
.u-full-width {
	width: 100%;
	box-sizing: border-box;
}
.u-max-full-width {
	max-width: 100%;
	box-sizing: border-box;
}
.u-pull-right {
	float: right;
}
.u-pull-left {
	float: left;
}
/* Clearing
********************************************************************* */
.container:after, .row:after, .u-cf {
	content: "";
	display: table;
	clear: both;
}
/* Misc
********************************************************************* */

.icon {
	padding-right: 10px;
	color: #e55d87;
}
.block {
	width: 70px;
	height: 2px;
	background: #e55d87; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #e55d87 0%, #5fc3e4 100%);
	background: -webkit-linear-gradient(-45deg, #e55d87 0%, #5fc3e4 100%);
	background: linear-gradient(135deg, #e55d87 0%, #5fc3e4 100%);
	margin-bottom: 50px;
}








.slide-in-left-1 {
	opacity: 0;
	transform: translate(100px, 0);
	transition: all 1.1s ease-out;
	transition-delay: 0.2s;
}



.slide-in-left-1 {
	opacity: 0;
	transform: translate(100px, 0);
	transition: all 1.1s ease-out;
	transition-delay: 0.2s;
}






.slide-in-left-2 {
	opacity: 0;
	transform: translate(100px, 0);
	transition: all 1.1s ease-out;
	transition-delay: 0.5s;
}


.slide-in-left-3 {
	opacity: 0;
	transform: translate(100px, 0);
	transition: all 1.1s ease-out;
	transition-delay: 1.1s;
}


.slide-in-right-1 {
	opacity: 0;
	transition-duration: 2s;
	transform: translate(-100px, 0);
	transition: all 1.1s ease-out;
	transition-delay: 0.2s;
}


.slide-in-right-2 {
	opacity: 0;
	transform: translate(-100px, 0);
	transition: all 1.1s ease-out;
	transition-delay: 0.5s;
}


.slide-in-right-3 {
	opacity: 0;
	transform: translate(-100px, 0);
	transition: all 1.1s ease-out;
	transition-delay: 0s;
}



.slide-in-up-1 {
	opacity: 0;
	transition-duration: 2s;
	transform: translate(0px, 100px);
	transition: all 1.1s ease-out;
	transition-delay: 0.1s;
		text-align:center;
		align-content:center;
}


.slide-in-up-2 {
	opacity: 0;
	transform: translate(0px, 100px);
	transition: all 1.1s ease-out;
	transition-delay: 0.3s;
		text-align:center;
		align-content:center;
}

.slide-in-up-3 {
	opacity: 0;
	transform: translate(0px, 100px);
	transition: all 1.1s ease-out;
	transition-delay: 0.6s;
		text-align:center;
		align-content:center;
	
	
}



.slide-in-down1 {
	opacity: 0;
	transition-duration: 2s;
	transform: translate(0px, -100px);
	transition: all 1.1s ease-out;
	transition-delay: 0.1s;
}


.slide-in-down2 {
	opacity: 0;
	transform: translate(0px, -100px);
	transition: all 1.1s ease-out;
	transition-delay: 0.3s;
}

.slide-in-down3 {
	opacity: 0;
	transform: translate(0px, -100px);
	transition: all 1.1s ease-out;
	transition-delay: 0.6s;
}











.animate-top-down {
	opacity: 0;
	transform: translate(0, -100px);
	transition: all 0.3s ease-out;
	transition-delay: 0.2s;
}

.animate {
	opacity: 1;
	transform: translate(0, 0);
}



.footer{
   
	position: relative;
	width: 100%;

	margin-left: -20px;
	margin-right: -20px;

		margin-top: 85px;
	padding: 0px 20px;
	box-sizing: border-box;

    
}
.icon2{
    
    font-size: 23px;  
  text-align: center;
color: #1e7e98;
margin-top: 20px;
  

    
    
}


.whatsapp{
    
    
 
        font-size: 23px;  
  text-align: center;

  
 color: green;
}

.image1 {
    

	 width: 100%;
  height: 100%;
  border-radius: 12px;
}

.image2 {
    
   

	 width: 100%;
  height: 100%;
  border-radius: 12px;
}



.paragraph1{
    
    font-size:20px;
    
    
}
.icon1{
    
  font-size: 175px;  
  text-align: center;

  
  color: #1e7e98;

}


.form{
    
    font-size: 19px;
 
    margin-bottom: 9px;
    margin-top:25px;
    
    
}

.details{
    
    font-size: 18px;
    color: grey;
 
 

   margin: 10px;
   
}




.logo {
    
   

	 width: 140px;
  height: 65px;

}

.button1{

    border: 2px solid #549af0;
     color: #549af0;
     padding: 10px;
     border-radius: 4px;
 text-decoration: none;
     background-color: white;




}
.button1:hover {
 color:#1e7e98 ;
 border: 2px solid #1e7e98 ;
 text-decoration: none;
}
    
    
.button3{

    color:#1e7e98;
 border: 2px solid #1e7e98;
 
width: 75px;
height: 45px;
border-radius:4px;
background-color: white;
margin-bottom: 30px;


}
.button3:hover {

 	cursor: pointer;
  border: 2px solid #549af0;
     color: #549af0;
 
 
 text-decoration: none;
}
    
    .transparent {
display: none;
 border: none;
 color: white;

}
    
    
    
}



