
body{
	padding:0;
	margin:0;
	background:#fff;
	position:relative;
  font-family: 'Source Sans Pro', sans-serif;

}
body a{
  transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a:hover{
	text-decoration:none;
}   
input[type="button"],input[type="submit"],.contact-form input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.linkBtn{
  border: 0px;
  border-radius: 6px;
  background: #3B887D;
  padding: 10px 40px 10px 40px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  ouline: none;
  border: 0px;

	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;

}

.linkBtn:hover{
  background: #449C8F;
  text-shadow: 3px 3px 4px rgba(0,0,0,0.4);
  cursor: pointer;
}

.linkBtn:active{
  ouline: none;
  border: 0px;
}

h1,h2,h3,h4,h5,h6{
	margin:0;	
}
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
img{
	width:100%;
}


#gelthheaderlogo{
  max-width: 500px !important;
}

#siteLogoDiv{
  /*background-image: linear-gradient(0deg, #777777, #555555);*/
  border-radius: 6px;
  padding: 3px;
}

.py-6{
  padding: 80px;
}

.px-6{
  padding: 80px;
}

.pr-6{
  padding: 80px;
}

.pr-6{
  padding: 80px;
}

.pt-6{
  padding: 80px;
}

.pb-6{
  padding: 80px;
} 



/*-- project --*/
.project {
    background: #009688;
}
.project  h3 {
    font-size: 30px;
    color: #fff;
    letter-spacing: 2px;
}
.project a {
    color: #fff;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700;
    background: #333;
    padding: 18px 35px;
    border-radius: 35px;
}
.project a:hover {
    background: #fff;
    color: #009688;
}
/*-- //project --*/


/*-- banner-bottom --*/
.agileinfo_banner_bottom_grid_main:before,.agileinfo_banner_bottom_grid_main:after{
	content: '';
    position: absolute;
    top: 50%;
    width: 34%;
    height: 2px;
    background: #212121;
}
.agileinfo_banner_bottom_grid_main:before{
	left:0%;
}
.agileinfo_banner_bottom_grid_main:after{
	right:0%;
}
.wthree_banner_bottom_grid1{
	width: 95px;
    height: 60px;
    border: 2px solid #212121;
    border-radius: 50px;
    text-align: center;
    margin: 0 auto;
}
.agileinfo_banner_bottom_grid_main{
	position:relative;
}
.wthree_banner_bottom_grid1 p{
	font-size: 1.8em;
    color: #f5232e;
    line-height: 1.9em;
}
.w3_agileits_banner_bottom_grid{
	padding:0;
}



/*-- modal --*/
.modal-body {
    font-size: 15px;
    line-height: 28px;
    color: #2a2a2a;
}
.modal-title {
    font-size: 28px;
    font-weight: 600;
	letter-spacing: 2px;
    color: #009688;
}
/*-- //modal --*/

/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 60px;
	right: 2%;
	overflow: hidden;
	z-index: 99999;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(/images/arr.png) no-repeat 0px 0px;
}

#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/

/*-- footer --*/
footer h3{
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
	color: #eee;
}
footer {
  background: #222;
}
footer p {
  font-size: 15px;
  color: #999;
  line-height: 28px;
  letter-spacing: 1px;
}

footer .posts p.middle {
  border-top: 1px dotted #444444;
}

footer p span {
	display: block;
    font-size: 15px;
}
.links a{
	display:block;
    color: #999;
    font-size: 15px;
    letter-spacing: 1px;
}
.links i.fas {
    margin-right: 2px;
}
.links a:hover{
    color: #fff;
}
footer  form {
    border: 1px solid #888;
    width: 100%;
    border-radius: 30px;
}
footer [type="email"] {
    outline: none;
    padding: 12px 25px;
    color: #999;
    font-size: 13px;
    width: 85%;
    border: none;
    background: none;
    letter-spacing: 1px;
}
button.btn1 {
    color: #999;
    border: none;
    padding: 10px 0;
    outline: none;
    text-align: center;
    text-decoration: none;
    background: none;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    float: right;
    width: 15%;
}
address h4,address p strong {
    font-size: 18px;
    color: #bbb;
    letter-spacing: 1px;
    font-weight: 600;
	text-decoration: underline;
}
address p {
    font-size: 15px;
    color: #929292;
}
address p a {
    color: #999;
}
address p a:hover {
    color: #fff;
}
.copyright p {
    letter-spacing: 1px;
    font-size: 15px;
    color: #999;
}
.copyright p a {
    color: #eee;
}
.copyright p a:hover {
    color: #009688;
}
.copyright {
    background: #1b1b1b;
}
.social li {
    display: inline-block;
}
.social li a {
    color: #999;
    font-size: 15px;
}
.social li a:hover {
    color: #fff;
}

/*-- footer --*/

/* This is the popup video container css */

.youTubeVidContainer{
  position: static;
  background: none;
}

.youTubeThumbnailContainer{
  position: relative;
  top: 0;
  left: 0;
}

.YouTubeVidThumb{
  position: relative;
  top: 0;
  left: 0;
}

.youTubeVidPlayBtn{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12%;
  margin-left: -16.5%;
  width: 33%;
}

.YouTubeVideoLink{
  outline: none;
}

.youtubeLetterTopBoxBar{
  background: #000000;
  color: #EEEEEE;
  padding: 3px;
  font-size: 12px;
  min-height: 24px;
}

.youtubeLetterBottomBoxBar{
  background: #000000;
  color: #EEEEEE;
  padding: 3px;
  font-size: 12px;
  min-height: 24px;
}

.youTubeVideoInfoButton{
  margin: 3px;
  border-radius: 3px;
  color: #EEEEEE;
  float: right;
  z-index: 3;
}

.youTubeVideoDescToolTip{
  background: #000000;
}

.youTubePlayAction{
  margin: 3px;
  border-radius: 3px;
  color: #EEEEEE;
}

.youTubePlayAction:hover{
  background: #FF0303;
  cursor: pointer;
}

.youTubeVideoDropShadow{
  box-shadow: 6px 6px 8px rgba(0,0,0,0.4);
}

.youTubeVideoRuntimeSpan{
  margin-left: 10px;
}

.youTubeTooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.youTubeTooltip .youTubeTooltipText {
  visibility: hidden;
  width: 240px;
  background-color: rgba(100,100,100,0.9);
  font-size: 14px;
  font-weight: normal;
  font-family: verdana;
  color: #FFFFFF;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 0px;
  opacity: 0;
  transition: opacity 0.6s;
  line-height: normal;
}

.youTubeTooltip .youTubeTooltipText::after {
  /*content: "";
  position: absolute;
  top: 100%;
  right: 0px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;   */
}

.youTubeTooltip:hover .youTubeTooltipText {
  visibility: visible;
  opacity: 1;
}



.sliverBar{
  width: 100%;
  background: #007BFF;
  color: #FFFFFF;
  text-align: center;
}

.sliverBarBtn{
  background: #007BFF;
  color: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #FFFFFF;
  padding: 0px 5px 0px 5px;
  margin: 3px;
  display: inline-block;
}

.sliverBarBtn:hover{
  background: #FFFFFF;
  color: #007BFF;
}




/*-- Responsive Design --*/

@media(max-width: 1440px){



}
@media(max-width: 1366px){



}
@media(max-width: 1280px){



	figure.effect-layla ul {
		padding: 6em 0 0;
	}

}
@media(max-width: 1200px){

}
@media(max-width: 1080px){


	footer p {
		font-size: 14px;
	}
	.agileits_grid figure {
		height: 282px;
	}

	.icon i.fas, .icon i.fab {
		padding: 15px;
	}
}
@media(max-width: 1024px){

	.typo_grids h2 {
		font-size: 30px;
	}
}
@media(max-width: 991px){

  #gelthheaderlogo{
    max-width: 400px !important;
  }

	.information h4 {
		font-size: 20px;
		letter-spacing: 0px;
	}
	.information p {
		font-size: 15px;
    }
	.w3layouts_team_grid {
		padding: 0 5px;
	}
	.agileits_grid figure {
		height: 220px;
	}
	.agileits_social_list li a {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.agileits_grid figure figcaption {
		padding: 1em;
	}


	.item h4 {
		font-size: 18px;
		letter-spacing: 1px;
	}
	.about-top h4 {
		font-size: 21px;
		letter-spacing: 0px;
	}
	.serv_grid1 {
		padding: 1.5em;
		padding-bottom: 2.5em;
	}

	.video a span.fas {
		font-size: 80px;
		margin-top: 2em;
	}
	.typo_grids h3 {
		font-size: 24px;
	}

}
@media(max-width: 900px){


}
@media(max-width: 800px){



	.w3layouts_team_grid h4 {
		font-size: 18px;
	}

}
@media(max-width: 768px){

}
@media(max-width: 736px){


	h3.heading {
		font-size: 40px;
	}
	.w3layouts_team_grid h4 {
		font-size: 18px;
		letter-spacing: 1px;
	}
	.w3_stats_grid {
		padding: 0;
	}
	.agileits_grid figure {
		height: 300px;
	}

	.typo_grids h3 {
		font-size: 22px;
	}
}
@media(max-width: 684px){

}
@media(max-width: 667px){



	.video a span.fas {
		font-size: 50px;
		margin-top: 0.5em;
	}
}
@media(max-width: 640px){


}
@media(max-width: 600px){

	span.display {
		font-size: 12px;
	}

}
@media(max-width: 568px){

  #gelthheaderlogo{
    max-width: 300px !important;
  }

	.typo_grids h3 {
		font-size: 20px;
	}
	.typo_grids h2 {
		font-size: 25px;
	}
}
@media(max-width: 480px){

	.information h4 {
		font-size: 19px;
		letter-spacing: 1px;
	}
	.w3_agileits_contact_left h3 {
		font-size: 25px;
	}
	.information i.fas {
		font-size: 40px;
	}




}
@media(max-width: 414px){



  #gelthheaderlogo{
    max-width: 350px !important;
  }

	h3.heading {
		font-size: 35px;
	}
	footer h3 {
		font-size: 18px;
	}

	.social li a {
		font-size: 13px;
	}
	.w3layouts_team_grid {
		margin: 0 60px;
	}


}
@media(max-width: 384px){
	.information i.fas {
		font-size: 35px;
	}
	.agileits_grid figure {
		height: 225px;
	}

	.flex-active-slide p {
		letter-spacing: 1px;
	}
	.flexslider .slides img {
		width: 40%;
	}

	.about-top h4 {
		font-size: 19px;
		line-height: 30px;
	}
	.help_grids h4 {
		font-size: 20px;
		letter-spacing: 2px;
	}
	.icon i.fas, .icon i.fab {
		font-size: 25px;
	}
	.serv_grid1 h4 {
		font-size: 20px;
		letter-spacing: 1px;
	}
	.serv_grid1 p {
		font-size: 15px;
	}
}
@media(max-width: 375px){
	.information h4 {
		font-size: 18px;
	}
	.w3layouts_team_grid {
		margin: 0 40px;
	}
	h3.heading {
		font-size: 30px;
	}

	.video a span.fas {
		font-size: 40px;
	}
	.serv_grid1 i.fas {
		font-size: 30px;
	}

}
@media(max-width: 320px){

	.process-grids li {
		font-size: 15px;
	}



	.serv_grid1 p {
		font-size: 14px;
	}

}
@media(max-width: 1440px){

}


.btn-primary{
  background: #3B887D;
  border: 0px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}


.btn-primary:hover{
  background: #48A395;
  cursor: pointer;
  text-shadow: 5px 5px 3px rgba(0,0,0,0.4);
}

.btn-primary:active{
  outline: none;
}



/*-- //Responsive Design --*/