*,html{
	scroll-behavior: smooth;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}
section{
	padding:60px 20px;
	overflow: hidden;
}
section:nth-child(odd){
	background: #f4faff;
}
.main{
	width: 100%;
	background:url('../img/bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	background-size: cover;

}
.main h1{
	color: white;
	font-weight: bold;
	font-size: 35px;
	text-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.main h2{
	font-size: 100px;
	font-weight: bold;
	color: #FAC800;
	line-height: 16px;
	text-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.main .name{
	position: relative;
}
.name h2{
	position: relative !important;
}
.image_section{
	position: relative;
}
.image_section .img1{
	position:relative;
	z-index: 2;
}
.image_section .img2{
	position: absolute;
	bottom: -150px;
	left: 0;
	width: 100%;
	z-index: 1;
	transition: 0.5s;
	animation: wholecircle 2s ease-in-out infinite alternate-reverse both;
}
-webkit-@keyframes wholecircle{
	from{
		transform: translateY(0px);
		transition: 0.5s;
	}
	to{
		transform: translateY(-20px);
		transition: 0.5s;
	}
}
@keyframes wholecircle{
	from{
		transform: translateY(0px);
		transition: 0.5s;
	}
	to{
		transform: translateY(-20px);
		transition: 0.5s;
	}
}
.navbar{
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 10px;
    margin-left: 10px;
    font-weight: 600;
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-item .nav-link:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 0%;
	transform-origin: left;
	height: 2px;
	background: black;
	transition: 0.5s;
}
.btn_center{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 20px auto;

}
.btn_center .btn{
	background: #FAC800;
	padding: 10px 25px;
	border-radius:60px;
	color: black;
	font-weight: 600;
	border:1px solid #FAC800;
}
.btn_center:hover .btn,.btn_center:focus .btn{
	background: #e4b600;
	border:1px solid #e4b600;
}
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	transform-origin: left;
	height: 2px;
	background: #FAC800;
	transition: 0.5s;
}
.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link:after{
	width: 100%;
	transition: 0.5s;
}
.main .name h2 span{
	font-size: 25px;
	color: white;
	margin-top:-60px;
}
.main h3{
	font-size: 100px;
	font-weight: bold;
	color: white;
	text-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.main h1 span{
	color:#FAC800;
}
.about_img{
	position: relative;
	z-index: 5;
}
.about_img img{
	margin-bottom: -60px;
	transform: scale(1.2);
}
/*.about_img:after{
	content: '';
	position: absolute;
	left: -20px;
	top: -20px;
	width: 100%;
	height: 100%;
	background: #FAC800;
	z-index: -1;
	opacity: 0.5;
}
.about_img:before{
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	width: 100%;
	height: 100%;
	background: #FAC800;
	z-index: -1;
	opacity: 1;
}*/
#about .inner_content{
	height: 100%;
	width: 100%;
	padding: 25px;
	z-index: 10;
}
p{
	font-size: 16px;
	font-weight: 500;
}
#about .inner_content h2 b{
	position: relative;
	font-size: 50px;
	color: #FAC800;
	z-index: 50;
}
#about .inner_content h2 b:after{
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	height: 2px;
	width: 100%;
	background: black;
	z-index: 1;
}
#about .inner_content p{
	text-align: justify;
}
#about_content .inner_box{
	padding: 20px;
	background: #fff;
	color: black;
	position: relative;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	border-radius:20px;
	text-align: justify;
}
#about_content .inner_box:after{
	content: '';
	position: absolute;
	top: 10px;
	right: 20px;
	left: 20px;
	bottom: 10px;
	height: 100%;
	width: calc(100% - 40px);
	z-index: -1;
	background: rgba(250,200,0,1);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius:20px;
}
.clientele .owl-carousel .item{}
.clientele .owl-carousel .item img{
	width: 150px;
	margin: 0 auto;
}
 .clientele .item{
	height: 180px;
	position: relative;
}
.clientele  .clientele .item img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.clientele .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    /* width: 100%; */
    /* height: 100%; */
    transform: translate(-50%, -50%);
}
#about_content .inner_box:before{
	content: '';
	position: absolute;
	top: 20px;
	right: 40px;
	left: 40px;
	bottom: 20px;
	height: 100%;
	width: calc(100% - 80px);
	z-index: -1;
	background: rgba(250,200,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius:20px;
}

#about .inner_content .icons i{
	display: inline-block;
	margin:5px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	background-color: #FAC800;
	text-align: center;
	font-size: 20px; 
	color: black !important;
	transition: 0.5s;
	border:2px solid #FAC800;
}
#about .inner_content .icons i:hover{
	color: #FAC800 !important;
	border:2px solid #FAC800;
	background: transparent;
	transition: 0.5s;
	transform: translateY(-5px);
}
.img2{
	filter:drop-shadow(0 0 50px rgba(250,200,0,0.5));
}
.timeline ul li .content h2 {
  text-shadow: 1px 1px 1px rgba(56, 56, 56, 0.5);
}
#cap p{
	margin-bottom: 0;
}
section h1{
	text-align: center;
	font-weight: bold;	
}
section h1 span{
	background-color: #FAC800;
	color: black; padding: 0 8px;
}

 #diary section h1 span{
	background-color: #19bf3c;	
}
.plantbox{
	position: relative;
	overflow: hidden;
	min-height: 320px;
	background: white;
	margin: 20px auto;
	padding: 20px;
	transition: 0.5s;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.plantbox .innerbox img{
	position: absolute;
	top:50%;
	left: 50%;
	transform:translate(-50%,-50%) scale(1.5);
	opacity: 0.5;
	width: 100%;
	z-index: 1;
	transition: 0.5s;
}
.plantbox:hover{
	transform:translateY(-15px);
}
.plantbox:hover .innerbox img{	
	transform:translate(-50%,-50%) scale(1.7);
	transition: 0.5s;	
	opacity: 0.1;
}
.plantbox .innerbox .content{
	position: absolute;
	top:0%;
	left: 0%;
	height: 100%;
	width: 100%;
	z-index: 1;
	transition: 0.5s;
}
.plantbox .innerbox .content h3{
	font-size: 20px;
	font-weight: 700;
	transform:translateY(232px);
	text-align: center;
	background-color: #19bf3c;
	transition: 0.5s;
	padding: 20px;
	color: black;
}
/*.plantbox.three .innerbox .content h3{
	transform:translateY(255px);
}*/
.plantbox .innerbox .content p{
	padding: 20px;
	text-align: center;
	transform:translateY(380px);
	transition:0.5s;
}
.plantbox:hover .innerbox .content h3{
	transform:translateY(10px);
	transition: 0.5s;
	background-color: transparent;
	color: #19bf3c;
}
.plantbox:hover .innerbox .content p{
	transform:translateY(0px);
	transition-delay:0.5s;
}
#header{
	padding: 70px 20px;
	text-align:center;
	margin-bottom: 0;
	background: #e65c00;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #F9D423, #e65c00);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #F9D423, #e65c00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ 
}
#header.green_header{
	padding: 70px 20px;
	text-align:center;
	margin-bottom: 0;
	background: #11998e;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #60f498, #077748);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #60f498, #077748); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
#header h1{
	font-size: 70px;
	color: white;	
	font-weight: 800;
	text-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
#header p{
	color: white;
}
#header p a{
	color: black;
	text-decoration: line-through;
}
.trophy2 .box{
	background: white;
	box-shadow: 0 0 5px rgba(0,0,0,0,.5);
	padding: 15px;
	margin: 20px auto;
	position: relative;
	text-align: left;
}
.trophy2 .box.left{
	text-align: right;
}
.trophy_image{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.trophy2 .box.left:after{
	content: '';
	position: absolute;
	bottom: -10px;
	left: -10px;
	background: #FAC800;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.trophy2 .box:after{
	content: '';
	position: absolute;
	bottom: -10px;
	right: -10px;
	background: #FAC800;
	height: 100%;
	width: 100%;
	z-index: -1;
}
#trophy .box{
	padding: 15px;
	margin: 30px;
	background: white;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	text-align: center;
	color: black;
	position: relative;
	/*border:5px solid #FAC800;*/
}
#trophy .box span{
	position: absolute;
	top: -25px;
	left: 50%;
	background: #FAC800;
	color: black;
	font-size: 25px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	transform: translateX(-50%);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	font-weight: bold;
}
#trophy .box p b{
	color: #2c2c2c;
	text-decoration: underline;
}
.quote{
	position: relative;
	background: white;
	padding: 20px;
	text-align: justify;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	text-align: center;

}
#trophy {
	background: url(../img/trophybg.png);
	background-size: cover;
	background-position: center;
}
#trophy .img-fluid{
	object-fit: contain;
}
.quote p{
	margin-bottom: 0;
}
.quote .fa-quote-left{
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 35px;
	opacity: 0.2;
}
.quote .fa-quote-right{
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 35px;
	opacity: 0.2;
}
.aboutus .inner_box .box{
	background: white;
	padding: 20px;
	margin: 25px  auto;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#trophy .box h4{
	font-size: 25px;
	font-weight: 700;
	color: #FAC800;
}
#trophy .box p{
	color: black;
	margin-bottom: 0;
	margin-top: 20px;
}
/*#trophy .box.left{
	text-align: right;
}
#trophy .box.right{
	text-align: left;
}*/
#videos{
	background: url('../img/vidbg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#videos h1,#trophy h1{
	color: white;
}
.video{
	position: relative;
	height: 321px;
	margin: 15px auto; 
}
.trophybg{
	background: url('../img/trophybg.png');
	background-size: cover;
	background-position: center;
}
.trophy_images{
	position: relative;
	height: 550px;
	overflow: hidden;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
}
.trophy_images .tro1{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	animation: trophy 2s ease-in-out infinite alternate-reverse both;
}
-webkit-@keyframes trophy{
	from{
		transform: translateY(30px);
		transition: 0.5s;
	}
	to{
		transform: translateY(-20px);
		transition: 0.5s;
	}
}
@keyframes trophy{
	from{
		transform: translateY(30px);
		transition: 0.5s;
	}
	to{
		transform: translateY(-20px);
		transition: 0.5s;
	}
}
.trophy_images .tro2{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
}
/*.trophy_images .tro3{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
}*/
.video{
	display: flex;
	justify-content: center;
	align-items: center;
	border:5px solid #FAC800;
}
#values .box{
	width: 100%;
	min-height: 425px;
	position: relative;
	background: white;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	transition: 0.5s;
}

#values .box .content{
	position: relative;
	/*top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);*/
	/*height: 100%;*/
	/*width: 100%;*/
	padding: 20px;
	z-index: 2;
}
#values .box .content h4{
	color: #2980b9;
}
#values .box img{
	width: 70px;
	width: 70px;
	margin: 20px auto;
}
#values .box:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #2980b9;
	z-index: 1;
	transition: 0.5s;
}
#values .box2:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #da2268;
	z-index: 1;
	transition: 0.5s;
}
#values .box2 .content h4{
	color: #da2268;
}
#values .box3 .content h4{
	color: #bb08ff;
}
#values .box4 .content h4{
	color: #2ecc71;
}
#values .box3:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #bb08ff;
	z-index: 1;
	transition: 0.5s;
}
#values .box4:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #2ecc71;
	z-index: 1;
	transition: 0.5s;
}
#values .img-box{
	height: 100px;
	width: 100px;
	border-radius:50%;
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;


}
#values .box:hover:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: 0.5s;
	transition-delay
}
#values .box:hover{
	transform:translateY(-20px);
	transition: 0.5s;
}
#values .box:hover h4{
	color: white;
	transition: 0.5s;
}
#values .box:hover p{
	color: white;
	transition: 0.5s;
}
#values .box span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	height: 100%;
	width: 100%;
	padding: 20px;
	color: #eee;
	font-size: 150px;
	text-align: center;
	font-weight: bolder;
}
#values .box h4{
	font-size: 20px;
	margin-top: 10px;
	font-weight: 600;
}
#education .box{
	background: white;
	padding: 20px;
	text-align: justify;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	margin: 15px 0;

}
#education .box3{
	height: 345px;
}
#education .quote p{
	font-family: 'Indie Flower', cursive;
	font-size: 25px;
}
#training .training_names{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	flex-wrap: wrap;
}
#training .training_names h3{
	margin: 10px;
	padding: 8px 15px;
	background: #FAC800;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	color: black;
	font-size: 22px;
	border-radius:40px;
	display: inline-block;
}
#training .training_names i{
	background: #FAC800;
	height:40px;
	width: 40px;
	background: white;
	text-align: center;
	line-height: 40px;
	color: black; font-size: 20px;
	border-radius:40px;
	display: inline-block;
}
#benefits{
	background: url('../img/stockbg.png');
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	color: white;
	/*text-align: justify;*/

}
#benefits .content h3{
	color: #FAC800;
	font-weight: 700;
}
#benefits .content ul{
	border-left: 4px solid #FAC800;
	padding-inline-start:30px;
}
#benefits .content ul li{
	list-style: square;
	font-size: 18px;
	margin-bottom: 8px;
}
#benefits h1{
	color: white;
}
#brain{
/*	background: url('../img/brainbg.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: bottom;*/
}
#brain .imageborder{
	padding: 10px;
	position: relative;
	background: white;
	border:10px solid #272066;
}
#brain .imageborder:after{
	content: '';
	position: absolute;
	bottom: -30px;
	left: -30px;
	width: 100%;
	height: 100%;
	border:10px solid #FAC800;
	z-index: -1;
}
#brain .content .image_center{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px auto;
}
#brain .content .image_center img{
	position: relative;
	z-index: 2;
}
#brain .content {
	text-align: justify;
	font-size: 18px;
}
#brain .content h3{
	text-align: center;
	font-weight: 700;
	color: #FAC800;
}
footer{
	text-align: center;
	padding: 20px 15px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
footer p{
	margin-bottom: 0;
	font-weight: 600;
}
footer a{
	color: #FAC800;
	text-decoration: none;
}
footer a:hover{
	color: #d7ad03;
	text-decoration: none;
}
footer i{
	color: red;
}
.about_full{
	display: block;
}
.about_mobile{
	display: none;
}
#client .owl-carousel .owl-item img{
	margin: 0 auto;
}
#glimpse .owl-carousel .owl-item{
	border:5px solid white;
	filter: opacity(0.5);
	transform: scale(0.8) !important;
}
#glimpse .owl-theme .owl-dots,#client .owl-theme .owl-dots{
	display: none;
}
#glimpse .owl-prev,#client .owl-prev {
    background-color: #FAC800 !important;
    height: 45px;
    width: 45px;
    line-height: 42px !important;
    border-radius: 50% !important;
    outline: none !important;
}
#glimpse .owl-next,#client .owl-next {
    background-color: #FAC800 !important;
    height: 45px;
    width: 45px;
    line-height: 42px !important;
    border-radius: 50% !important;
    outline: none !important;
}
#glimpse .owl-next span,#client .owl-next span {
    font-size: 33px;
    color: black;
}
#glimpse .owl-prev span,#client .owl-prev span {
    font-size: 33px;
    color: black;
}
#glimpse .owl-carousel .owl-item.center{
	border:5px solid #FAC800;
	filter: opacity(1);
	transform: scale(1) !important;
}
#client .owl-carousel .owl-item{
	filter: grayscale(100%);
}
#client .owl-carousel .owl-item.center{
	filter: grayscale(0%);
}
.timeline ul {
  padding: 50px 0;
}
.timeline ul li {
  background: #FAC800;
  position: relative;
  margin: 0 auto;
  width: 5px;
  padding-bottom: 20px;
  list-style-type: none;
}
.timeline ul li:last-child {
  padding-bottom: 7px;
}
.timeline ul li:before {
  content: '';
  background: #faf8eb;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border: 3px solid #FAC800;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.timeline ul li .hidden {
  opacity: 0;
}
.timeline ul li .content {
  background: #67CC8E;
  position: relative;
  top: 7px;
  width: 450px;
  padding: 20px;
}
.timeline ul li .content h2 {
  color: #fff;
  padding-bottom: 10px;
  text-align: center;
}
.timeline ul li .content p {
  text-align: center;
}
.timeline ul li .content:before {
  content: '';
  background: #FAC800;
  position: absolute;
  top: 0px;
  width: 38px;
  height: 5px;
}
.lb-details{
	display: none;
}
.timeline ul li:nth-child(odd) .content {
  left: 50px;
  background: #FAC800;
  border-right: 5px solid #d7ad03;
}
.timeline ul li:nth-child(odd) .content:before {
  left: -38px;
}
.timeline ul li:nth-child(even) .content {
  left: calc(-450px - 45px);
  background: #FAC800;
  border-left: 5px solid #d7ad03;
}
.timeline ul li:nth-child(even) .content:before {
  right: -38px;
}
#contact .box{
	text-align: center;
	background: black;
	/*box-shadow: 0 0 10px rgba(250,200,0,0.5);*/
	min-height: 175px;
	padding: 20px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FAC800; margin-bottom: 20px;
}
#contact .box:after{
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	height:40px;
	width: 40px;
	border-top:5px solid black;
	border-left:5px solid black;
}
#contact .box:before{
	content: '';
	position: absolute;
	bottom: 10px;
	right: 10px;
	height:40px;
	width: 40px;
	border-bottom:5px solid black;
	border-right:5px solid black;
}
#contact .box i{
	height: 50px;
	width: 50px;
	line-height: 50px;
	color: black;
	font-size: 20px;
	border:2px dotted #FAC800;
	border-radius:50%;
	margin-bottom: 20px;
	background: white
}
#contact .box p{
	font-weight: 600;
}
@media screen and (max-width: 1020px) {
  .timeline ul li .content {
    width: 41vw;
  }

  .timeline ul li:nth-child(even) .content {
    left: calc(-41vw - 45px);
  }
}
@media screen and (max-width: 700px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li .content {
    width: calc(100vw - 130px);
  }
  .timeline ul li .content h2 {
    text-align: initial;
  }
  .timeline ul li:nth-child(even) .content {
    left: 45px;
  }
  .timeline ul li:nth-child(even) .content:before {
    left: -43px;
  }
}
.login
		{
			text-align: center;
			width: 100%;
			box-sizing: border-box; 
			padding: 40px;
			background: #fff;
			border:5px solid #FAC800;
			box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
		}
.login h2{
			margin: 0 0 20px;
			padding: 0;
			font-size: 25px;
			text-transform: uppercase;

		}
		.login .input-group{
			position: relative;
			width: 100%;
			margin-bottom: 25px;

		}
		.login .input-group input,.login .input-group textarea{
			height: 50px;
			width: 100%;
			padding: 0 20px;
			box-sizing: border-box;
			font-size: 18px;
			outline: none;
			border:1px solid #000;	
		}
 		.login .input-group span{
			position: absolute;
			top: 15px;
			left: 20px;
			padding: 0;
			transition: 0.5s;
			pointer-events: none;
			background: #fff;
			text-transform: uppercase;
		}
		.login .input-group textarea {
			resize: none;
			height: 100px;
		}
		.login .input-group textarea span{
			position: absolute;
			top: 18px;
			left: 20px;
			padding: 0;
			transition: 0.5s;
			pointer-events: none;
			background: #fff;
			text-transform: uppercase;
		}
		.input-group input:valid  span{
			top: -12px;
			left: 12px;
			font-size: 12px;
			padding: 2px 4px;
			background:#ff0;
			border:1px solid black;
		}
		.login .input-group input:focus ~ span,.login .input-group input:valid ~ span,.login .input-group textarea:focus ~ span{
			top: -12px;
			left: 12px;
			font-size: 12px;
			padding: 2px 4px;
			background:#ff0;
			border:1px solid black; 
		}
		.login .input-group input[type="submit"]{
			background: #FAC800;
			border: none; 
			box-shadow: none;
			text-transform: uppercase;
			font-weight: 600; 

		}
		.login .input-group input[type="submit"]:hover{
			background: #e4b600;
		}
		.login a{
			color: #262626;
			text-decoration: none;
			display: block;
			text-align: left;
			color: #666;	
		}
		#gallery img{
			margin: 15px auto;
			transition: 0.5s;
		}
		#gallery .gallerybox{
			overflow: hidden;
			transition: 0.5s;
		}
		#gallery .gallerybox:hover img{
			transform:scale(1.1) rotate(1deg);
			transition: 0.5s;
			filter: grayscale(100%);
		}
@media screen and (max-width: 1200px){
	.masonry_grids{
		columns: 3;
		width: calc(100% - 40px);
		box-sizing: border-box;
		padding: 20px 20px 20px 0;
	}
}
@media screen and (max-width: 991px){
	.inner_box{
		margin-top: 115px;
	}
	.masonry_grids{
		columns: 2;
	}
}
@media screen and (max-width: 767px){
	.masonry_grids{
		columns: 1;
	}
	.about_full{
	display: none;
}
.about_mobile{
	display: block;
}
.navbar-brand img{
	margin-left: -35px;
}
}
@media screen and (max-width: 700px){
	.timeline ul li:nth-child(even) .content {
    left: 50px;
    background: #FAC800;
    border-right: 5px solid #d7ad03;
    border-left: 5px solid #FAC800;
}
}
@media screen and (max-width: 600px){
	.main h2{
		font-size: 80px;
	}
	.main h3{
		font-size: 80px;
	}
	#about .inner_content .d-flex{
		display: block !important;
	}
	.input-group input[type=submit]{
		width: 100% !important;
	}
	.login{
		padding: 20px;
	}
	#about .inner_content h2{
		font-size: 22px;
	}
	#about .inner_content h2 b{
		font-size: 30px;
	}
	.main .inner_box{
		margin-top: 66px;
	}
}
@media screen and (max-width: 480px){
	.main h2{
		font-size: 60px;
	}
	.main h3{
		font-size: 60px;
	}
	.main h1{
		font-size: 25px;
	}
	section h1{
		font-size: 30px;
	}
}
@media screen and (max-width: 380px){
	.main h2{
		font-size: 40px;
	}
	.main .name h2 span{
		font-size: 18px;
	}
	.main h3{
		font-size: 40px;
	}
	.main h1{
		font-size: 20px;
	}
}
@media screen and (max-width: 360px){
	.navbar-brand img{
		width: 180px;
	}
}