

 .navbar-toggler{
   overflow: hidden;
   cursor: pointer;
 }
 
 /* carousel */

 .carousel{
  margin-top: 0px;
}
.carousel-inner{
  height: 150px;
}
.carousel-caption{
  color: #fff;
  top: 1%;
}

/* end */

header {
  padding: 156px 0 100px;
}

section {
  padding: 150px 0;
}
.edit{
  border-radius: rem;
  margin-top: px;
  background-color: white;
  /*box-shadow: 5px 5px 8px 0px #888888;*/

}
.banner-text{ 
  animation: fadeInAnimation ease 3s; 
  animation-iteration-count: 1; 
  animation-fill-mode: forwards; 
  padding-left: 50px;
  color: white;
} 
@keyframes fadeInAnimation { 
  0% { 
      opacity: 0; 
  } 
  100% { 
      opacity: 1; 
  } 
} 
.banner-button{
  margin-left: 100px;
  background-color: #EEEEEE;
    padding: 8px 20px;
    text-decoration:none;
    font-weight:bold;
    border-radius:0px;
    cursor:pointer;
}
.banner-button:hover{
  background-color:#fcc603;
}
.card-image{
  height: 250px;
  width: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 5px 5px 8px 0px #888888;
}
.card-image:hover{
  transform: scale(0.9, 0.9);
}

.card{
  border: none; 
}
.card-a:hover{
  
  top: -10px;
}
.card-body{
  padding-left: 55px;
}
.img-edit{
  max-height: 70px;
  max-width: 220px;
}
.header-img{
  vertical-align: middle;
  height: 300px;
  width: 100%;
  float: right;
  margin-right: 70px;
  margin-bottom: 80px; 
  
}

.header-edit{
  height: 600px;
  width: 100%;
  background-color: #1369ce;
}
/*  hover on the nav links CSS*/
.hvr-underline {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: green;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline:hover:before, .hvr-underline:focus:before, .hvr-underline:active:before {
  left: 0;
  right: 0;
}

/* social media navs*/



/* loader */

@import url(https://fonts.googleapis.com/css?family=Droid+Sans);
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('https://bestanimations.com/Science/Gears/loadinggears/gear-animation-green.gif') 50% 50% no-repeat rgb(249,249,249);
}

/*  contact us cards */
.our-team {
  padding: 30px 0 40px;
  margin-bottom: 30px;
  background-color: #f7f5ec;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.our-team .picture {
  display: inline-block;
  height: 130px;
  width: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}

.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #1369ce;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
  height: 100%;
}

.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1369ce;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.our-team .picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}

.our-team .title {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
}

.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #1369ce;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social {
  bottom: 0;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  padding: 10px;
  font-size: 17px;
  color: white;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.our-team .social li a:hover {
  color: #1369ce;
  background-color: #f7f5ec;
}

/* float widget css */

.gfq-wrap {
	z-index: 9999999;
	position: fixed;
	bottom: 40px;
	right: 40px;
}
.gfq-badge {
	background: white; /*Change this colour to change the circle*/
	width: 60px;
	height: 60px;
	border-radius: 100%;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
	transition: all 0.1s ease-in-out;
	transform: scale(1.0);
	float: right;
}
.gfq-badge img {
	position: relative;
    left: 50%;
    transform: translate(-50% ,-50%);
    top: 50%;
    border: none!important;
    width: 80%!important;
}
.gfq-badge:hover {
	transform: scale(1.1);
	cursor: pointer;
}

.gfq-badge-2 {
	background: white; /*Change this colour to change the circle*/
	width: 60px;
	height: 60px;
	border-radius: 100%;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
	transition: all 0.1s ease-in-out;
	transform: scale(1.0);
	float: right;
}
.gfq-badge-2 img {
	position: relative;
    left: 50%;
    transform: translate(-50% ,-50%);
    top: 50%;
    border: none!important;
    width: 80%!important;
}
.gfq-badge-2:hover {
	transform: scale(1.1);
	cursor: pointer;
}
.gfg-edit{
  bottom: 110px;
  z-index: 9999999;
	position: fixed;
	right: 40px;
}
.gfq-panel {
	width: 373px; /*Panel width*/
	height: auto; /*Panel height*/
	max-width: 400px; /*Mac Panel width*/
	max-height: 800px; /*Max Panel height*/
	background: #F9FAFA;
	box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.10);
	position: absolute;
	bottom: 40px;
	right: 0px;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	border-radius: 4px;
	overflow: hidden;
    padding:30px;
  border:1px solid #D9E0E3;
}
.panel-active {
	bottom: 80px;
	opacity: 100;
}
.gfield.no-label > .gfield_label {
    display: none;
}
.gfq-panel input[type="submit"] {
    width:100% 
}

/* end herer */

.swiper-container {
  margin-left: 50px;
  margin-top: 50px;
  width: 490px;
  height: 200px;
}
.wrapper-edit{
  padding-left: 10px;
  padding-right: 10px;
}
.banner-font{
  color: white;
}
