*{
    margin: 0;
    padding: 0;
}

body{
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-family:'Raleway', sans-serif; 
}
/*------------------------------------------------Stysles of Nav bar----------------------------------------*/
.open {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
  transition: opacity 0.2s linear;
	z-index: 99;
}
.open:hover {
  opacity: 0.8;
}
.open span {
  display: block;
  float: left;
  clear: both;
  height: 4px;
  width: 40px;
  border-radius: 40px;
  background-color: #fff;
  position: absolute;
  right: 3px;
  top: 3px;
  overflow: hidden;
  transition: all 0.4s ease;
}
.open span:nth-child(1) {
  margin-top: 10px;
  z-index: 9;
}
.open span:nth-child(2) {
  margin-top: 25px;
}
.open span:nth-child(3) {
  margin-top: 40px;
}

.sub-menu {
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  height: 0;
  width: 0;
  right: 0;
  top: 0;
  position: absolute;
  background-color: rgba(32, 238, 245, 0.54);
  border-radius: 50%;
  z-index: 18;
  overflow: hidden;
}
.sub-menu li {
  display: block;
  float: right;
  clear: both;
  height: auto;
  margin-right: -160px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.sub-menu li:first-child {
  margin-top: 180px;
}
.sub-menu li:nth-child(1) {
}
.sub-menu li:nth-child(2) {
}
.sub-menu li:nth-child(3) {
}
.sub-menu li:nth-child(4) {
}
.sub-menu li:nth-child(5) {
}
.sub-menu li a {
  color: #fff;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 16px;
  width: 100%;
  display: block;
  float: left;
  line-height: 40px;
}

.oppenned .sub-menu {
  opacity: 1;
  height: 400px;
  width: 400px;
}
.oppenned span:nth-child(2) {
  overflow: visible;
}
.oppenned span:nth-child(1), .oppenned span:nth-child(3) {
  z-index: 100;
 transform: rotate(45deg);
}
.oppenned span:nth-child(1) {
  transform: rotate(45deg) translateY(12px) translateX(12px);
}
.oppenned span:nth-child(2) {
  height: 400px;
  width: 400px;
  right: -160px;
  top: -160px;
  border-radius: 50%;
  background-color: #33ccff;
}
.oppenned span:nth-child(3) {
 transform: rotate(-45deg) translateY(-10px) translateX(10px);
}
.oppenned li {
  margin-right: 168px;
}

.button {
  display: block;
  float: left;
  clear: both;
  padding: 20px 40px;
  background: #fff;
  border-radius: 3px;
  border: 2px solid #10a1ea;
  overflow: hidden;
  position: relative;
}
.button:after {
content: "";
  transition: transform 0.3s ease;
  position: absolute;
  height: 200px;
  width: 400px;
  
          transform: rotate(45deg) translateX(-540px) translateY(-100px);
  background: #10a1ea;
  z-index: 1;
}
.button:before {
  content: attr(title);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
  text-align: center;
  padding: 20px 40px;
  transform: translateY(200px);
}
.button:hover {
  text-decoration: none;
}
.button:hover:after {
          transform: translateX(-300px) translateY(-100px);
}
.button:hover:before {
          transform: translateY(0);
}



.card {
  position: relative;
  z-index: 10;
  width: 280px;
  border-radius: 4px;
  padding-bottom: 40px;
  background: #131e32;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card figcaption {
  position: absolute;
  bottom: 0;
  padding: 10px;
  color: #fff;
}
.card img {
  max-width: 100%;
  border: 1px solid #222;
  transition: .4s;
}
.card:hover img {
          transform: scale(1.1);
}
/*------------------------------------------------------ended nav styles------------------*/


.bg{
  position: relative;
  height: 100vh;
  background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/bg_1.jpg);
  background-size: 200% 200vh;
  background-position: 0 20%;
  background-repeat: repeat-x;
  font-family: 'Raleway', sans-serif;
  text-align: center; 
  text-shadow: 1px 1px;
  color: #403f3e;
  
    
}

.quote{ 
  position: absolute;
  top: 50%; 
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
  width: 20%; 
  border-right: 2px solid #403f3e;
  font-size: 72px; 
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden; 
  animation: typewriter 3.5s steps(50) 2s 1 normal both, blinkTextCursor .5s steps(30) 18 normal forwards;
line-height: 1.2;
    text-transform: uppercase;
}
 
@keyframes shift{
  from{
    background-position: 0 20%;
  }
  
  to{
    background-position: 100% 20%;
  }
}

@keyframes typewriter{
  from{
    width: 0;
  }
  to{
    width:9em;
  }
}
.home_row {
    margin-top: 20px;
}

.divider {
    width: 70px;
    height: 6px;
    background-color: black;
    position: absolute;
    top: 52px;
    left: -17px;
}

.first_button  {
    background-color: white;
    color: black;
    padding: 10px 40px;
    border: 1px solid black;
    font-weight: 500;
    transition: 1s ease;
}

.first_button:hover {
    background-color: black;
    color: white;
    transition: 1s ease
}

.pattern {
    position: relative;
    bottom: 285px;
    z-index: -1;
    left: 40px;
}

.alex_costa {
    width: 100%;
    height: auto;
    margin-right: 20px;
    box-shadow: 10px 10px 0 0 #eee;
    
}



.second_row {
    margin-top: -193px;
}

.first_row {
    margin-top: 7%;
}

.second_col_1 {
    margin-top: 10%;
}

.second_col_2 {
    margin-top: 10%;
}

.second_button {
    background-color: transparent;
    color: black;
    border: 2px solid #eee;
    transition: 1s ease;
    padding: 10px 30px;
    margin-top: 30px;
    margin-left: 40%;
    
}
.second_button:hover {
    background-color: #90a8af;
    color: white;
    transition: 1s ease;
}
.second_content{
  margin-top: 50px;
  height: 180px;
}

h3{
  font-weight: 400;
}
.fa{
  font-size:36px;
  
}
p{
  color: #9b9c9e;
  
}
.sec_3 {
	width: 100%;
	height: 200px;
	background-color: #90a8af;
	margin-top: 70px;
	padding-top: 80px;
}
.sec_3 h1{
	font-size: 35px;
	text-transform: uppercase;
	text-align: center;
	
}
  /*-----------------styles for testmonials----------------------------------------------------*/
.test_quote {
	margin-top: 30px;
	margin-left: 40%;
	font-size: 72px;
	
}
/*--------------------------------------Ended styles for testmonials----------------------------------------------------*/
footer {
	width: 100%;
	height: 350px;
	background-color: #3B3B3B;
	padding: 3%;
}

/*=================================About====================================================*/
.abt_bg {
	width: 100%;
	height: 600px;
	background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url("../images/bg_1.jpg");
	overlay:black;
}

.quote_2{ 
  position: absolute;
  top: 50%; 
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
  width: 20%; 
  border-right: 2px solid #403f3e;
  font-size: 72px; 
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden; 
  animation: typewriter_abt 1s steps(50) 2s  normal both; 
  text-transform: uppercase;
}
@keyframes typewriter_abt{
  from{
    width: 0;
  }
  to{
    width:4em;
  }
}
.fa-twitter {
	font-size: 30px;
}

.fa-facebook {
	font-size: 30px;
}

.fa-instagram {
	font-size: 30px;
}

.fa-linkedin {
	font-size: 30px;
}

.icons i{
	margin-left: 10px;
}

.comments {
	margin-top: 10%;
	margin-bottom: 20%;
}
/*===========================================footer=====================================================================*/
footer{
	position: relative;
	top: 300%;
    z-index: 99;
}
.footer-distributed{
	background-color:#90a8af;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 50px;
	
}
 
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}
 
.footer-distributed .footer-left{
	width: 40%;
}
 
.footer-distributed h3{
	font-size: 46;
    font-family:sans-serif;
	margin: 0;
}
 
.footer-distributed h3 span{
	font-size: 18px;
}
 
 
.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
}
 
.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
	padding-left: 10px;
}
 
.footer-distributed .footer-company-name{
	color:black;
	font-size:24px;
	font-weight: normal;
	position: absolute;
	top: 90%;
	left: 43%;
	opacity: 0.5;
}
 
 
.footer-distributed .footer-center{
	width: 35%;
}
 
.footer-distributed .footer-center i{
	color: #000;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}
 
.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}
 
.footer-distributed .footer-center p a{
	color:#000;
	opacity: 0.5;
	text-decoration: none;
}
 
.footer-distributed .footer-right{
	width: 20%;
}
 
.footer-distributed .footer-company-about{
	line-height: 20px;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	color: #000;
	opacity: 0.5;
}
 
.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	opacity: 0.8;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
 
.footer-distributed .footer-icons{
	margin-top: 25px;
}
.footer-distributed .footer-icons i:hover{
	color: black;
	transition: 1s ease;
	
}
 
.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	margin-right: 3px;
	margin-bottom: 5px;
	border: 1px solid #000;
	box-sizing: border-box;
	border-radius: 50%;
	padding: 10px;
}
.footer-distributed .footer-icons a:hover{
	color: white;
	background-color: lightgray;
	
}
 
@media (max-width: 880px) {
 
	.footer-distributed{
	font: bold 14px sans-serif;
	}
	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
}

.typing-carousel {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: White;
	text-transform: uppercase;
	font-size: 90px;
	
}
/*========================================Ended===========================================================================*/
.we_are {
	font-size:70px;
}

.fa-quote-right {
	color: #90a8af;
	margin-top: 5%;
}

.logo {
	width:100px;
	height: 100px;
	position: absolute;
	top:50px;
	left: 50px;
	z-index: 99;		
}

.logo img {
	width:150px;;
	height: auto;
	
}
