@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,400,600,700,900&display=swap');

* {
  margin: 0;
  padding: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
}

#particles-js {
	/*height: 450px;*/
	height: 135px;
	background: linear-gradient(to top left, #00ccff 0%, #0033cc 100%);
}

.container {
	padding-top: 80px;
	padding-bottom: 20px;
}

.home-inner img{
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
	z-index: -100;
}
    .container.full-height {
        height: 500px;
    }
.our-team {
	margin-bottom: 100px;
}

.our-team h1 {
	text-align: center;
	font-size: 65px;
	font-weight: 500;
	color: white;
	margin: auto;
	/*margin-top: -350px;*/
	margin-top: -130px;
}

.our-team h1::before{
	content: '';
	background: white;
	height: 5px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	transform: translateY(85px);
}

.about_area {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  background-color: none;
  transform: translateY(4%);
  width: 100%;
  height: 400px;
  margin-bottom: 100px;
  border-radius: 20px;
  
}

.about-img {
	margin: auto;
	margin-left: 4px;
	padding-top: 50px;
	border-radius: 50%;
}

.about-img img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
}

.about-content {
  padding: 50px;
  margin-bottom: 30px;
}

.about-number h2 {
  font-size: 40px;
  font-weight: 600;
  color: #6ebe44;
}

.about-content h4 {
  font-size: 20px;
  margin-top: 6px;
  font-weight: 500;
}

.about-content p {
  font-size: 13px;
  color: #777;
}

/* ============================== Footer ============================== */

.copyright {
	background-color: rgba(0,0,0,1);
	position: absolute;
	width: 100%;
	padding: 20px 40px;	
}


.copyright h5 {
	font-weight: 300;
	font-size: 16px;
	float: left;
}

.copyright a {
	text-decoration: none;
	color: white;
}

.copyright .fb:hover {
	text-decoration: none;
	color:  #3b5998;
	transition: ease-in-out 0.5s;
}

.copyright .link:hover {
	text-decoration: none;
	color:  #0e76a8 ;
	transition: ease-in-out 0.5s;
}

.copyright .google:hover {
	text-decoration: none;
	color:   #db4a39;
	transition: ease-in-out 0.5s;
}

.copyright .youtube:hover {
	text-decoration: none;
	color:  #c4302b;
	transition: ease-in-out 0.5s;
}

.copyright .insta:hover {
	text-decoration: none;
	color:  #3f729b;
	transition: ease-in-out 0.5s;
}

/* ============ Scrollbar Design ========= */
::-webkit-scrollbar {
	width: 14px;
	background-color: #00ffff;
}

::-webkit-scrollbar-thumb {
	background: linear-gradient(#3399ff, #00ffff);
	border-radius: 6px;
}

::-webkit-scrollbar-track {
	border-radius: 6px;
	background-color: #cccccc;
}

/* =================================== Media Queries =================================== */

@media only screen and (max-width: 450px){
    .container.full-height {
        height: auto;
    }
.our-team {
	margin-bottom: 20px;
}

.our-team {
	margin-bottom: 100px;
}

.our-team h1 {
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	color: white;
	margin: auto;
	margin-top: -95px;
}

.our-team h1::before{
	content: '';
	background: white;
	height: 5px;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	transform: translateY(55px);
}

.copyright h5 {
	font-weight: 300;
	font-size: 11px;
	float: left;	
}

.copyright {
	background-color: black;
	position: absolute;
	width: 100%;
	padding: 10px 20px;	
}
}