/* Start Main */

body{
    font-family: 'Roboto', sans-serif;
}
.crossline{
	background-color: #eee
}

/* End Main */

/* Start Navbar */

.navbar{
	background-color: #fff;padding: 0;
	padding: 0 1rem 0 0;
	border-bottom: 1px solid #ddd;
	border-top: 9px solid #00a99d;
}
.navbar .navbar-brand img{
	width: 200px;
	height: 120px;
}
.navbar .navbar-nav .active .nav-link,
.navbar .navbar-nav .show .nav-link{
	color: #00a99d!important;
}
.navbar .navbar-nav .nav-item .nav-link,
.navbar .dropdown-menu a{
    color: #555;
}
.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .dropdown-menu a:hover{
    color: #00a99d;
    transition: all 0.2s ease-in;
}

/* End Navbar */

/* Start Slider */

.carousel .carousel-item .info{
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.carousel .carousel-item .info p{
	margin-bottom: 0;
	width: 100%;
	max-width: 700px;
	font-size: 40px;
	font-weight: bold;
	background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
    padding: 25px;
    color: #fff;
    text-align: center;
}
.carousel .carousel-item img{
	height: 100vh;
}

/* End Slider */

/* Start Features */

.features{
	text-align: center;
	padding: 50px 0 20px;
}
.features .box h1{
    font-weight: bold;
    font-size: 35px;
    color: #333;
}
.features .box h1 i{
    color: #00a99d
}
.features .box p{
	width: 100%;
	max-width: 700px;
	margin: 20px auto 30px; 
}
.features .rounded-circle{
    background-color: #00a99d;
    color: #FFF;
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
    line-height: 100px;
}
.features h3{
	font-size: 20px;
	font-weight: bold;
}
.features .info{
    color: #444;
    background-color: #c7dbff38;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 30px
}
.features span{
    color: #222;
    font-weight: bold;
    cursor: pointer;
}
.features span:hover{
    color: #00a99d;
    transition: all 0.3s ease-in;
}
.modal-body p{
    text-align: center;
    margin-bottom: 0;
}
.modal-title{font-weight: bold}

/* End Features */

/* Start Solution */

.solution{
	padding: 50px 0;
}
.solution .father{overflow: hidden;}
.solution img{
	width: 100%;
	height: 350px;
	border: 1px solid #00a99d4f;
}
.solution img:hover{
	-ms-transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
    transform: scale(1.5,1.5);
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.solution h2{
	font-size: 25px;
	color: #00a99d;
	font-weight: bold;
}
.solution p{
	color: #444;
	text-align: justify;
	background-color: #c7dbff38;
    border-radius: 12px;
    padding: 15px;
}
.solution ul{
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}
.solution h3{
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.solution ul li i{
	color: #00a99d;
}
.solution ul li b,
.solution ul li span{
	color: #333;	
}


/* End Solution */

/* Start About */

.about{
	padding: 50px 0;
	background-image: url("../img/about.jpg");
	background-size: cover;
	color: #eee;
	text-align: center;
}
.about h1{
	font-weight: bold;
	font-size: 35px;
	margin-bottom: 30px
}
.about h1 span{
	color: #00a99d
}
.about p{
	text-transform: capitalize;
	margin: 20px 0 0;
	color: #eee
}

/* End About */

/* Start Contact */

.contact{
	padding: 50px 0;
}
.contact .head i{
  	font-size: 100px;
  	color: #00a99d;
}
.contact .head h1{
  	color: #333;
  	font-size: 40px;
  	margin-top: 10px;
  	font-weight: bold;
  	margin-bottom: 30px
}
.contact ul{
	padding: 0;
	margin: 0;
}
.contact ul li{
	color: #333;
	list-style: none;
	margin-bottom: 10px;
	
}
.contact h3{
	color: #00a99d;
	font-weight: bold;
}
.contact p{
  	color: #555;
}
.contact ul li i{
	color: #00a99d;
}
.contact span{
	color: #111;
	font-weight: bolder;
}
.contact form input[type="text"],
.contact form input[type="email"],
.contact form textarea{
  	margin-bottom: 15px;
  	font-size: 1rem;
    background-color: transparent;
    color: #00a99d;
    border: none;
    border-bottom: 1px solid #ccc;
}
.contact form textarea{
  	height: 150px;
    max-height: 150px;
    min-height: 150px;
}
.contact form input::placeholder,
.contact form textarea::placeholder{
    color:#888;
}
.contact form input[type="submit"]{
    background-color: #00a99d;
    color: #eee;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 20px
}
.contact form input[type="submit"]:hover{
  	opacity:0.8;
  	cursor: pointer;
  	transition: all .5s ease-in-out;
}

/* End Contact */


/* Start Footer */

.footer{
	padding: 30px 0 20px;
	background-image: url("../img/footer.png");
	background-size: 100% 100%;
	text-align: center;
}
.footer hr{
	background-color: #485776
}
.footer p{
	margin-bottom: 0;
	color: #fff;
	margin-top: 15px;
}

/* End Footer */

/* Start Scroll */

.scroll-top{
	padding: 5px 10px;
    color: #FFF;
    background-color: #00a99d;
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 25px;
    cursor: pointer;
    display: none;
    font-weight: bolder;
    border-radius: 5px
}
.scroll-top:hover{
	background-color: #FFF;
	color: #00a99d;
	-webkit-box-shadow: 0px 0px 10px 1px #aaa;
    -moz-box-shadow: 0px 0px 10px 1px #aaa;
    box-shadow: 0px 0px 10px 1px #aaa;
	transition: all 0.5s ease-in-out;
}

/* End Scroll */

/* Start Media */

.social-media{
    position: fixed;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    text-align: center;
}
.social-media a{
	background-color: blue;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: block;
}
.social-media a i{font-size: 20px}
.social-media .facebook{
	background-color: #3b5999
}
.social-media .skype{
	background-color: #00AFF0
}
.social-media .linkedin{
	background-color: #0077B5
}

/* End Scroll */

/* Start Media */

@media (max-width: 991px){
	.navbar .navbar-nav{
		padding-left: 25px
	}
	.carousel .carousel-control-prev,
	.carousel .carousel-control-next{
		display: none;
	}
}
@media (max-width: 767px){
	.carousel .carousel-item .info{
		top: 60%;
		left: 0;
	    transform: translate(0, -60%);
	    width: 100%
	}
	.carousel .carousel-item .info p{
		font-size: 20px;
		max-width: 300px;
		margin: auto;
	}
	.social-media{
	    left: 0;
		top: auto;
		bottom: 40px;
	    transform: translate(0, 0);
	}
	.solution img{
		height: 200px;
		margin-bottom: 20px
	}
	.about h1{
		font-size: 30px
	}
	.contact .head h1{
	  	font-size: 32px;
	}
	.contact h3{
		font-size: 25px;
	}
	.contact p{
	  	text-align: justify;
	}
	.contact form{
		margin-top: 20px
	}
}

/* End Media */