*

{
    margin: 0;
    padding: 0;
    font-family: rockwell;

}

#top_header {
	max-height: 100%;
    text-align: center;
	background-color: #000;
	font-weight: bold;
	color: white;
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px;
	overflow:hidden;
	moz-box-sizing: border-box;	
}
.logo{
	float: left !important;
	max-width: 250px;
	height: 110px;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

/*----------Navigation-------*/
#nav-bar
{
    position: sticky;
    top: 0;
    z-index: 10;
}
/*
.navbar-brand img
{
    height: 30px;
	width: 220px;
    padding-left: 5px;
}*/
.navbar-nav li
{
    padding: 0 10px;
}
.navbar-nav li a
{
    float: right;
    text-align: left;
	
}
#nav-bar ul li a:hover
{
    color: #007bff!important;
}
.navbar
{
      /*background: #ebecef;*/
	background-color:#9eabac;
}
.navbar-toggler
{
    border: none!important;
}
.nav-link
{
    color: #555!important;
    font-weight: 600;
    font-size: 16px;

	
}
/*-------Slider------*/
#slider
{
    width: 100% !important;
    
    
}

img{
	width: 100%;
	object-fit: cover;
}
.carousel-caption
{
    top: 50%;
    transform: translateY(-50%);
    bottom: initial!important;
}
.carousel-caption h5
{
    color: #fff;
    font-size: 42px;
}

/*---------------About--------*/
#about
{
    padding-top: 5px;
    padding-bottom: 5px;
    color: #142247;
	
}
#about .btn
{
    margin-top: 5px;
    margin-bottom: 30px;
}
.about-content
{
    padding-top: 10px;
}

.mission-content
{
    padding-top: 20px;
}
.skills-bar p
{
    margin-bottom: 6px;
    font-weight: 600;
}
.progress-bar
{
    border-radius: 16px;
}
.progress
{
    border-radius: 16px !important;
    margin-bottom: 20px;
}
/*------------------Services------------*/
#services
{
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(img/banner2.jpg);
    background-size: cover;
    background-position: center;
    color: #efefef !important;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
}
#services h1
{
    text-align: center;
    color: #efefef !important;
    padding-bottom: 10px;
}
#services h1::after
{
    content: '';
    background: #efefef;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px;
}
.services
{
    margin-top: 40px;
}
.icon
{
    font-size: 40px;
    margin: 20px auto;
    padding: 20px;
    height: 80px;
    width: 80px;
    border: 1px solid #fff;
    border-radius: 50%;
}
#services p
{
    font-size: 14px;
    margin-top: 20px;
    color: #ccc;
}
.services .col-md-3:hover{
    background: #007bff;
    cursor: pointer;
    transition: 0.7s;
}
/*___________Team Members-----------*/
#team
{
   padding-top: 50px;
    padding-bottom: 50px;
    color: #555;
}
h1
{
    text-align: center;
    color: #555 !important;
    padding-bottom: 10px;
}
h1::after
{
    content: '';
    background: #007bff;
    display: block;
    height: 3px;
    width: 170px;
    margin: 5px auto 5px;
}
.profile-pic
{
    margin-top: 25px;
}
.profile-pic .img-box
{
    opacity: 1;
    display: block;
    position: relative;
}
.profile-pic .img-box img
{
    filter: grayscale(1);
}
.profile-pic .img-box img:hover
{
    filter: grayscale(0);
    cursor: pointer;
}
.profile-pic h2
{
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
    color: #007bff !important;
}
.profile-pic h3
{
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
}
#team .fa
{
    height: 25px;
    width: 25px;
    color: #007bff !important;
    background: #fff;
    padding: 4px;
    border-radius: 50%;
}
.img-box ul
{
  padding: 15px 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.img-box ul li
{
    padding: 5px;
    display: inline-block;
}
.img-box:hover ul
{
    opacity: 1;
}
.img-box ul, .img-box ul li
{
    transition: 0.5s;
}
/*------------Promo--------*/
#promo
{
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(img/banner3.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    background-attachment: fixed;
    text-align: center;
    padding: 100px;
    font-family: sans-serif;
    font-size: 16px;
}
/*---------Price Plans------*/
#price
{
    padding: 40px 0;
    background: #efefef;
}
.single-price
{
    margin: 10px auto;
    display: inline;
    float: left;
    width: 100%;
    background-color: #fff;
    transition: 0.5s;
}
.single-price:hover
{
    box-shadow: 0 2px 20px #333;
}
.price-head
{
    background-color: #2196f3;
    display: inline;
    float: left;
    padding: 10px 5px;
    text-align: center;
    width: 100%;
}
.price-head h2
{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px;
    text-transform: uppercase;
}
.price-head p
{
    font-size: 25px;
    color: #ccc;
    font-weight: bold;
    line-height: 30px;
}
#price span
{
    font-size: 15px;
}
.price-content
{
    display: inline;
    float: left;
    width: 100%;
    padding: 0 15px;
}
.price-content ul li
{
 border-bottom: 1px solid #efefef;
    padding: 15px 10px;
    list-style: none;
}
ul li:last-child
{
    border: none;
}
.fa-check-circle
{
    color: green;
    margin-right: 10px;
    font-size: 20px;
}
.fa-times-circle
{
    color: red;
    margin-right: 10px;
    font-size: 20px;
}
.price-button
{
    display: inline;
    float: left;
    padding: 15px 15px 30px;
    text-align: center;
    width: 100%;
}
.buy-btn
{
    background-color: #2196f3;
    border-radius: 3px;
    display: inline-block;
    font-size: 18px;
    padding: 15px 50px;
    transition: 0.5s;
}
.buy-btn:hover{
    border-color: 1px solid #fff;
    background-color: #3f51b5;
}
a
{
    text-decoration: none!important;
    color: #fff!important;
}
/*----------Testimonials---------*/
#testimonials
{
    padding-top: 50px;
    padding-bottom: 50px;
}
#testimonials .row
{
    margin-top: 30px;
}
.col-md-4
{
    margin: 40px auto;
}
.profile
{
    padding: 70px 10px 10px;
    background-color: #efefef;
}
.user
{
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.profile img
{
    top: -60px;
    position:absolute;
    left: calc(50% - 60px);
    border: 10px solid #fff;
}
.profile h3
{
    font-size: 20px;
    margin-top: 15px;
    color: #007bff;
}
#testimonials span
{
    font-size: 12px;
    color: #333;
}
blockquote
{
    font-size: 16px;
    line-height: 30px;
}
blockquote::before
{
    content: '\93';
    font-size: 50px;
	color: #00cd9f;
    /*color: #007bff;*/
    position: relative;
    line-height: 20px;
    bottom: -15px;
    right: 5px;
}
blockquote::after
{
    content: '\94';
    font-size: 50px;
	color: #00cd9f;  
    /*color: #007bff;*/
    position: relative;
    line-height: 10px;
    bottom: -15px;
    left: 5px;
}
.profile:hover
{
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
    cursor: pointer;
    transition: 0.5s;
}
/*------------Get in Touch--------*/
#contact
{
    background: #efefef;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #777;
}
.contact-form
{
    padding: 15px;
}
.form-control
{
    border-radius: 0 !important;
    border: none !important;
}
::placeholder
{
    color: #999 !important;
}
.follow
{
  background: #fff;
    padding: 10px;
    margin: 15px;
}
.contact-info .fa
{
    margin: 10px;
    color: #007bff;
    font-weight: bold;
}
/*--------Footer-------*/
#footer
{
   background: red;
    color: #fff;
    padding: 12px;
}
.fa-heart-o
{
    margin: 3px;
    color: red;
}

 
.presentation{  
	display: flex;
	width: 90%;
	margin: auto;
	min-height: 80vh;
	align-items: center;

	
}
.introduction {
	flex: 1;
	
}
.intro-text h1{
	font-size: 24px;
	font-weight: 500;
	background: linear-gradient(to right,#494964,#6f6f89);
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
}
.intro-text p{
	margin-top: 5px;
	font-size: 16px;
	color: #585772;
	
	
}
.cta{
	padding: 50px 0px 0px 0px;

}
.cta-select {
	border: 2px solid #c36cbb;
	background : transparent;
	color: #c36cbb;
	width: 150px;
	height: 50px;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 16px;
	
	
	
}
.cta-add{
	background-color: #c36cbb;	
	width: 150px;
	height: 50px;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 16px;
	border: none;
	color: white;
	margin: 30px 0px 0px 0px;
	
	
}
.cover{
	flex: 1;
}

.cover img{
	height: 60vh;
	filter: drop-shadow(0px 5px 3px black);
	animation: drop 1.5s ease;
	
}

.dot1 {
  height: 200px;
  width: 200px;
 /* background-color: #bbb;*/
 background-color: beige;
  border-radius: 50%;
  position: absolute;
  top: 250px;
  left: 30px;
  Z-index: -1;
  opacity: 0.5;
}
.dot2 {
  height: 250px;
  width: 250px;
  background-color: aqua;
  border-radius: 50%;
  position: absolute;
  top: 350px;
  right: 20px;
  Z-index: -1;
  opacity: 0.9; 
}
.dot3 {
  height: 200px;
  width: 200px;
  /*background-color: #5f5f79;*/
  background-color: #ebecef;
  border-radius: 50%;
  position: absolute;
  top: 500px;
  left: 20%;
  Z-index: -1;
  opacity: 0.9;
}

.dot4 {
  height: 250px;
  width: 250px;
  background-color: #5f5f79;
  border-radius: 50%;
  position: absolute;
  top: 550px;
  right: 5%;
  Z-index: -1;
  opacity: 0.9;
}
.laptop-select{
	width: 15%;
	display: flex;
	justify-content: space-around;
	position: absolute;
	right: 20%;

}
@keyframes drop{
		0%{
		opacity: 0;
		transform: translateY(-80px);
}
100%{
		opacity: 1;
		transform: translateY(0px);
}
}
@media screen and (max-width: 1024px) {
	.presentation {
		flex-direction: column;
		
	}
	.introduction {
		margin-top: 5vh;
		text-align: center;
	}
	.intro-text h2{
		font-size: 16px;
	}
	intro-text p{
		font-size: 20px;
	}
	.cta {
		padding: 10px 0px 0px 0px;
	}
	
}
.fa {
  padding: 10px;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  margin-top: 10px;
  
 
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-twitter {	

 background: #55ACEE;
  color: white;
}
.linkedin {
  background: blue;
  color: white;
  padding: 6px;
  
}

#social_media a:hover{
	transform: scale(1.2);
		
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}


