/**
* Template Name: Remember - v2.0.0
* Template URL: https://bootstrapmade.com/remember-free-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
  color: #444444;
  letter-spacing:0.8px;
}

a {
  color: #007D8A;
}

a:hover {
  color: #a7cd74;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #007D8A;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #7aa93c;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #1c1c1c;
  padding: 10px 0;
  font-size: 14px;
  color: #fff;
 font-family: "Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
  letter-spacing:1px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
  
}

#topbar .contact-info a:hover {
  color: #fff;
}

#topbar .contact-info i {
  color: #fff;
  padding: 4px;
  
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
}

#topbar .social-links a {
  color: #fff;
  padding: 4px 0 4px 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: white;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	
  height: 100px;
  transition: all 0.5s;
  z-index: 7;
  transition: all 0.5s;
  padding: 10px 0;
  background: #FFFFFF;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo1 h1 {
  font-size: 28px;
  margin: 0;
  padding: 11px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
}

#header .logo1 h1 a, #header .logo1 h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo1 img {
  padding: 0;
  margin: 0;
  max-height: 100px;
  max-width:200px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
   background: #fff;
  }

.nav-menu > ul > li {

  position: relative;
  white-space: nowrap;
  float: left;
   background: #fff;

 }
 .drop-down .inner-mega-menu {
	  padding:20px auto;
	  overflow:hidden;
	    width:700px;
		height:100%;
		margin-left:40px;
 }
 
 .drop-down .inner-mega-menu li{
	  padding:0 15px;
	  overflow:hidden;
	
 }
 
 .nav-menu > ul {
  position: relative;
  white-space: nowrap;
  float: left;
  margin-right:100px;
   background: #fff;
 }


.nav-menu a {
  display: block;
  position: relative;
  color: #000000;
  padding: 21px 0 12px 15px;
  transition: 0.7s;
  font-size: 16px;
  font-weight: 500;
  font-family: "Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
  letter-spacing:1px;
  float:left;
  margin-left:10px;
   background: #fff;
  min-width:100%;
  
}



.nav-menu .search {
  display: block;
  position: relative;
  color: #000000;
  padding: 15px 0 12px 15px;
  transition: 0.3s;
  font-size: 13px;
  font-weight: 500;
  font-family: "Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
  text-transform: uppercase;
  font-family: "Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
}


.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #0071AD !important;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 25px;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  margin-left:-250px;
  background: #fff;
  transition: ease all 0.3s;
  
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  visibility: visible;
  
   

}

.nav-menu .drop-down li {

  min-width: 100%;
  position: relative;
 
  
}

.nav-menu .drop-down .inner-mega-menu li a {
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  color: #353535;
 
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  color: #353535;
 
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #0071AD !important;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
  
  

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 22px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #000000;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #353535;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  font-size:15px;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #8fc04e;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
  font-size:15px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
    font-size:15px;
}

.mobile-nav .drop-down li {
  padding-left: 20px;

}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(28, 28, 28, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------
#hero {
  width: 100%;
  height: 80vh;
  background: url("../img/earth-space-web2.jpg") top center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding:0;
}*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/earth-space-web2.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-bottom: -120px;
}


	
	
#hero:before {
  content: "";
 
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 20px;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 10px 10px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #8fc04e;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #8fc04e;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
	bottom: 20px;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
  font-family:"Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
}

.why-us1 section {
  padding: 10px 0;
  overflow: hidden;
  font-family:"Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
}

.section-title {
  text-align: Left;
  padding-left:5px;
  padding-top: 5px;
  padding-bottom: 20px;
  background-color:#007D8A;
  color:#fff;
  border-radius: 3px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #f3f8ec;
  color: #8fc04e;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 7px;
  font-size: 17px;

}

.section-title h3 span {
  color: #fff;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

	
@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .box-heading1{
margin-left:19px;

}
.about .box-heading1 p{
font-size:22px;
color:#000000;
letter-spacing:0.5px;

}

.about .box-heading1 h4 {
  font-size: 23px;
  letter-spacing: 1px;
  font-weight: 300;
  padding: 5px 15px;
  margin: 0 0 10px 0;
   color: #8fc04e;
}

.about .box-heading1 ul {
  font-size: 16px;
  letter-spacing: 1px;
   
  
}

.about .box-heading h3 {
  font-size: 37px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 15px;
}



.about .icon-box {
  margin-top: 0px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 2px solid #d6e8bf;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #007D8A;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #8fc04e;
  border-color: #8fc04e;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #8fc04e;
}
.about .icon-box .description {
  margin-left: 105px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  background: url("../img/pexels-photo-2182973.jpeg") center center no-repeat;
  	 background-size: 820px 470px;
		    min-height: 250px;
}

.about1 .video-box {
  background: url("../img/global3.jpg") center center no-repeat;
  background-size: 450px 700px;
  min-height: 	250px;

}



.about1 .container {
	background-color:#fff;
	padding: 10px 14px;
	width: 100%;
	}
.about1 .icon-box h3 {
  font-size: 17px;
  font-weight: 300;
  color: #4D4D4D;
  margin-bottom: 15px;
  line-height:1.7;
}

.about1 .box-heading h2 {
  font-family:"Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
      font-size: 32px;
     letter-spacing: 2px;
    color: #000000;
    margin: 0 0 10px 0;
	font-weight:300;
}

.about1 .box-heading p{
  font-size: 15px;
  font-weight: 300;
  color: #353535;
 
}


.about .box-heading p{
  font-size: 15px;
  font-weight: 300;
  color: #353535;
 
}



.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#8fc04e 50%, rgba(143, 192, 78, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  widtsh: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(143, 192, 78, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #8fc04e;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

.why-us {
  padding: 0 0 20px 0;
  position: relative;
  z-index: 1;
  font-family:"Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;;
}

.why-us .content {
  padding: 0;
  background: #fff;
  border-radius: 4px;
  color: #fff;
  margin-top:0;
 
}

.why-us .box {
  padding: 10px 10px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
 
}

.why-us .box a {
  display: block;
  font-size: 20px;
  font-weight: 500;
 color:#0071AD !important;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #353535;
}

.why-us .box p {
  color: #919191;
  font-size: 15px;
  margin: 0;
  padding: 0;
}



.why-us .box:hover a {
 
   text-decoration: underline;
 
}

.why-us .box:hover a, .why-us .box:hover h4, .why-us .box:hover p {
  color:#919191;
}

.why-us .container {
	position:relative;
	
	 z-index:1;
	padding: 10px 15px;
	  width: 100%;
 -moz-box-shadow:    2px 2px 4px 5px #ccc;
  -webkit-box-shadow: 2px 2px 4px 5px #ccc;
  box-shadow:         2px 2px 4px 5px #ccc;
	background-color:#fff;
}

}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
	 font-family: "Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
  background: #fff;
  padding: 10px 0 15px 0;
 margin-top:0;
}

.counts .counters span {
	font-family: "Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
	margin-top:30px;
	font-size: 48px;
	display: block;
	color: #8fc04e;
  
  
}

.counts h2 {
	font-family: "Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
	  margin: 55px 0 0 0;
	  font-size: 25px;
	  font-weight: 500;
	  color: #00000;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 15px 0;
  font-family: "Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
  font-size: 14px;
}

.counts.container.section-title2 h2{
	font-family:"Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.9)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #8fc04e;
  border: 2px solid #8fc04e;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #e5f0d5;
  padding: 30px 10px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f3f8ec;
  border-radius: 50px;
  border: 1px solid #d6e8bf;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon i {
  color: #bfdb99;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #353535;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.services .icon-box:hover h4 a, .services .icon-box:hover .icon i {
  color: #8fc04e;
}

.services .icon-box:hover .icon {
  border-color: #8fc04e;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding-bottom: 40px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #efefef;
  border-radius: 50px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #8fc04e;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #007D8A;
  padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #d6e8bf;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfolio .portfolio-item:hover img {
  top: -30px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 15px 0;
  margin-top:30px;
  font-family:"Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
}

.team .member {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #353535;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background: rgba(143, 192, 78, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #8fc04e;
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team.container.section-title h3{
	
font-family:"Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
}

.team .member .member-info h4 {
  font-weight: 500;
  margin-bottom: 5px;
  margin-top:0;
  font-size: 18px;
  color: #353535;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 300;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

.team img{
	 border-radius: 50%;
}

.line hr{
	width:100%;
	margin-left:55px;
	margin-right:35px;
	float: center;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/glob.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(2, 2, 2, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.testimonials .owl-dot.active {
  background-color: #8fc04e !important;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 1px solid #f9f9f9;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #353535;
}

.pricing .box h4 {
  font-size: 42px;
  color: #8fc04e;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #353535;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #8fc04e;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 50px;
  border: 2px solid #8fc04e;
  color: #8fc04e;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .box .btn-buy:hover {
  background: #8fc04e;
  color: #fff;
}

.pricing .recommended {
  border-color: #8fc04e;
}

.pricing .recommended .btn-buy {
  background: #8fc04e;
  color: #fff;
}

.pricing .recommended .btn-buy:hover {
  background: #7aa93c;
  border-color: #7aa93c;
}

.pricing .recommended-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 13px;
  padding: 3px 25px 6px 25px;
  background: #8fc04e;
  color: #fff;
  border-radius: 0 0 25px 25px;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
  background: #f5faf0;
  font-family:"Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
}

.faq .section-title h2 {
  background: #e9f3dd;
  
}

.faq .faq-list {
  padding: 0 100px;
  margin-top: 20px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}
.faq.container {
	color:#fff;
	margin-bottom:30px;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #007D8A;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  font-size:13px;
  
}


.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #8fc04e;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
/*
.faq .iso h2 {
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #eee;
  color: #8fc04e;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom:25px;
}

*/
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
  font-family:"Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
}

.contact .info i {
  font-size: 20px;
  color: #007D8A;
  float: left;
  width: 44px;
  height: 44px;
  background: #f3f8ec;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #353535;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #686868;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #8fc04e;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #8fc04e;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #7aa93c;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f4f4f4;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  padding-top: 4px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4f4f4f;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #8fc04e !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background : #000000;
  color: #fff;
  font-size: 14px;
  position: relative;
  
}

#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(15, 15, 15, 0.75);
  z-index: 1;
}

#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 30px 10px;
}

#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
}

#footer .footer-top p {
  font-size: 15;
  font-style: italic;
  margin: 30px 0 0 0;
  padding: 0;
}

#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
  margin-left: 15px 0;
  
}

#footer .footer-top .footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: right;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #007D8A;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #75a239;
}

#footer .footer-top .social-links {
  margin-top: 20px;
  margin-top: 20px;
  margin-right: 15px;
  color:#fff;
}


#footer .footer-top .social-links a {
  font-size: 23px;
  display: inline-block;
  background: #202020;
  color: #fff;
  line-height: 1;
  padding: 12px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 45px;
  height: 45px;
  transition: 0.3s;
}

.leftDiv
{
				
	height: 20px;
	width: 30%;
	float: left;
}
	

#footer .footer-top .social-links a:hover {
 
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  border-top: 1px solid #282828;
  z-index: 2;
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  
}
.inner-mega-menu {
	width: 100%;
	float : left;
	
 }

.inner-mega-menu span{
	color:#007D8A;
	  width: 33.33%;
}


section.foot {
	padding:10px 10px;
	background-color: #7e8285;
	font-family:"Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
	
}
section.footer1 {
	color:#fff;
	margin-bottom:-5px;
	
}

section.footer1 a{
	color:#fff;
	
}

section.footer li{
	 padding-top: 10px;
  padding-bottom: 10px;
}

.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	
}
.foote_bottom_ul_amrc li { display:inline; float: left;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}


.sector .video-box {
  background: url("../img/or-report-2019.jpg") center right no-repeat;
  background-size: 590px 510px;
  margin-top:10px;
  min-height:350px;
 
}
.sector .over-img{
	
	width: 400px;
	height: 250px;
	position:absolute;
	z-index:99;
	margin-top: 325px;
	margin-left:225px;
}

.sector .box-heading h3 {
	  font-size: 28px;
	  color: #007D8A;
}

.sector . box{
                margin:5px; 
                padding:5px; 
                background-color: white; 
                width: 500px; 
                height: 500px; 
                overflow: scroll; 
                text-align:justify; 
				
            } 
.sector .container3 {
	background-color:#f5f5f5;
	padding: 10px 15px;
	width: 100%;
 -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
  
}
.sector .container3 .insight h3{
	background-color:#f5f5f5;
	margin-left:90px;
	margin-bottom:30px;
	font-size: 36px;
    
	color:#000000;
	font-family:"Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
    font-weight: 300;
}



.why-us1 .box {
 font-family:"Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background-color:#fff;
  width:550px;
  margin-left:40px;
}




.why-us1 .box span {
  display: block;
  font-size: 23px;
  font-weight: 500;
  color: #007D8A;
  
}

.why-us1 .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 10px 0;
  color: #353535;
}

.why-us1 .box p {
  color: #919191;
  font-size: 15px;
  margin: 0;
  padding: 0;
}




	
/* search box */

.searchlink {
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 50px;
    padding: 17px 25px 15px 10px;
    position: relative;

}



.searchlink:hover,
.searchlink.open {
    cursor: pointer;
}

.searchlink.open > .searchform {
    display: block;
}

.searchform {
    display: none;
    position: absolute;
    width: 200px;
    height: 70px;
    line-height: 40px;
    top: 70px;
    right: 0;
    padding: 0 15px;
    cursor: default;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #e1e1e1;
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.2);
    margin-left: -120px;
    z-index: 9999999;
    background-color: #fff;
}

.searchlink.open .searchform {
    display: block;
}

#search {
    display: block;
    position: relative;
}

#s {
    width: 135px;
	height:42px;
    background: #fff;
    padding: 0 11px;
    border: 1px solid #e1e1e1;
    border-right: none;
    color: #888;
    margin: 14px 0;
}

.sbtn {
    display: block;
    position: absolute;
    background: none;
    border: 1px solid #007D8A;
    color: #fff;
    font-size: 0.6em;
    cursor: pointer;
    right: 0px;
    top: 14px;
    width: 35px;
    background-color: #007D8A;
}

/*--------------------------------------------------------------
# feedback
--------------------------------------------------------------*/
.feedback
{
	  font-family: "Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
}

.feedback .info {
  width: 100%;
  background: #fff;
}

.feedback .info i {
  font-size: 20px;
  color: #007D8A;
  float: left;
  width: 44px;
  height: 44px;
  background: #f3f8ec;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.feedback .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #353535;
}

.feedback .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #686868;
}

.feedback .info .email, .feedback .info .phone {
  margin-top: 40px;
}

.feedback .info .email:hover i, .feedback .info .address:hover i, .feedback .info .phone:hover i {
  background: #8fc04e;
  color: #fff;
}

.feedback .php-email-form {
  width: 100%;
  background: #eee;
}

.feedback .php-email-form .form-group {
  padding-bottom: 8px;
}

.feedback .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.feedback .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.feedback .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.feedback .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.feedback .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.feedback .php-email-form input, .feedback .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.feedback .php-email-form input {
  height: 44px;
   border-radius: 3px;
}

.feedback .php-email-form textarea {
  padding: 10px 12px;
  border-radius: 3px;
}

.feedback .php-email-form button[type="submit"] {
  background: #007D8A;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.feedback .php-email-form button[type="submit"]:hover {
  background: #7aa93c;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.feedback .container{
	background-color:#f2f2f2;
	padding: 50px 100px 50px 100px;
	width: 100%;
 -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}


/*.feedback .form-group{
	  padding: 5px 5px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;

}*/

/*--------------------------------------------------------------
# Q.M.S
--------------------------------------------------------------*/
.qms {
  background: #f5faf0;
  font-family:"Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
}

.qms .section-title h2 {
  background: #e9f3dd;
  
}

.qms .qms-list {
  padding: 0 100px;
  margin-top: 20px;
  margin-left:5px;
  
}


.qms .qms-list ul {
  padding: 0;
  list-style: none;
}

.qms .qms-list ul.a li{
  padding: 0;
  list-style: disc;
  margin-top: 15px;
  font-family: "Open Sans", sans-serif;
  font-size:14px;
  font-weight: 600;
  margin-left:30px;
}


.qms .qms-list li + li {
  margin-top: 15px;
}


.qms .qms-list a {
  display: block;
  position: relative;
  font-family: "Poppins",, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}
.qms.container {
	color:#fff;
	margin-bottom:30px;

}

.qms .qms-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #007D8A;
}

.qms .qms-list .icon-show, .qms .qms-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.qms .qms-list p {
  margin-bottom: 15px;
  padding: 10px 0 0 0;
  font-size:20px;
  margin-left:10px;
  margin-right:10px;
}

.qms .qms-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
  margin-bottom:10px;
}


.qms .qms-list h2 {
 color: #007D8A;
 font-size: 20px;
    font-weight: 700;
}



.qms .qms-list .icon-show {
  display: none;
}

.qms .qms-list a.collapsed {
  color: #343a40;
}

.qms .qms-list a.collapsed:hover {
  color: #8fc04e;
}

.qms .qms-list a.collapsed .icon-show {
  display: inline-block;
}

.qms .qms-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1400px) {
  .qms .qms-list {
    padding: 0;
  }
}

.qms .iso h2 {
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #fff;
  color: #8fc04e;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom:25px;
}

.qms .section-title h3 {
  margin: 15px 0 0 0;
  font-size: 20px;
  font-weight: 700;
  margin-left:5px;
}
 
.qms .section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}
.footer1 .container h4{
	font-family: "Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
	font-size:15px;
}

.qms .container h1,h2,h3,h4,h5{
	font-family: "Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
}

@media (min-width: 1024px) {
 .qms .section-title p {
    width: 80%;
	font-size: 14px;
  }
 }
 
 
 /* Search button */
 
 * {
  box-sizing: border-box;
}

.openBtn {
  background: #fff;
  border: none;
  padding: 5px 5px;
  font-size: 20px;
  cursor: pointer;
}

.openBtn:hover {
  background: #bbb;
}

.overlay {
  height: 20%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 10px;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 30px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 21px;
  font-size: 15px;
  border: 0;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #ddd;
  font-size: 15px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

.verticalLine li :: before {
  border-left: thick solid #ff0000;
 
}

/*--------------------------------------------------------------
# Standards
--------------------------------------------------------------*/
.standards{
	font-family:"Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
}

.standards .box-heading h4 {
  font-size: 23px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 5px 15px;
  margin: 0 0 10px 0;
  background: #f3f8ec;
  color: #8fc04e;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
  
}

.standards .box-heading h3 {
  font-size: 32px;
  font-weight: 700;
  color: #353535;
  margin-bottom: 15px;
}


.standards .box-heading p {
  font-size: 15px;
  font-weight: 700;
  color: #353535;
 
}


.standards .icon-box {
  margin-top: 0px;
  margin-bottom:20px;
}

.standards .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 2px solid #d6e8bf;
  border-radius: 50px;
  transition: 0.5s;
}

.standards .icon-box .icon1 {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50px;
  transition: 0.5s;
}

.standards .icon-box .icon i {
  color: #007D8A;
  font-size: 22px;
  
}

.standards .icon-box:hover .icon {
  background: #8fc04e;
  border-color: #8fc04e;
}

.standards .icon-box:hover .icon i {
  color: #fff;
}

.standards .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;

}

.standards .icon-box .title a {
  color: #007D8A;
  transition: 0.3s;

}

.standards .icon-box .title a:hover {
  color: #8fc04e;
}
.standards .icon-box .description {
  margin-left: 105px;
  line-height: 24px;
  font-size: 14px;
}

.standards .video-box {
  background: url("../img/progress.jpg") center center no-repeat;
  background-size: 500px 350px;
  min-height: 	50px;
	
}

.standards1 .video-box {
  background: url("../img/global3.jpg") center center no-repeat;
  background-size: 450px 700px;
  min-height: 	50px;

}
.standards1 .box-heading h3 {
	  font-size: 28px;
	  color: #007D8A;
}

.standards1 .container {
	background-color:#fff;
	padding: 30px 45px;
	width: 100%;
 -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}


.standards .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#8fc04e 50%, rgba(143, 192, 78, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.standards .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  widtsh: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.standards .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(143, 192, 78, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.standards .play-btn:hover::after {
  border-left: 15px solid #8fc04e;
  transform: scale(20);
}

.standards .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.standards .container hr{
color:#007D8A;
margin-bottom: 50px;	
}

/*--------------------------------------------------------------
# About_us
--------------------------------------------------------------*/
.about_us {
  background: #fff;
  padding: 0;
 font-family:"Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;;
}

.about_us .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.about_us .member .member-img {
  position: relative;
  overflow: hidden;
}

.about_us .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.about_us .member .social a {
  transition: color 0.3s;
  color: #353535;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background: rgba(143, 192, 78, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.about_us .member .social a:hover {
  background: #8fc04e;
}

.about_us .member .social i {
  font-size: 18px;
}

.about_us .member .member-info {
  padding: 25px 15px;
}

.about_us.container.section-title h3{
	
font-family:"Poppins", sans-serif;
}

.about_us .section-title{
	margin-left:10px;
}

.about_us .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 20px;
  color:#007D8A ;
}

.about_us .member .member-info span {
  display: block;
  font-size: 15px;
  font-weight: 400;
 
}

.about_us .member .member-info p {
 
  font-size: 14px;
  line-height: 26px;
  color: #7777725
}

.about_us .member:hover .social {
  opacity: 1;
  bottom: 15px;
}



.line hr{	
	margin-bottom:50px;
	float: center;
}


.about_us .container_1 {
	
	background-color:#f2f2f2;
	padding: 45px 45px;

}

.about_us .container_1 .row {
	background-color:#f2f2f2;
	margin-left:40px;
	margin-right:40px;

}

.aboutus .member p{
	padding: 20px 15px;
	font-size:20px;
	margin-left:85px;

}
.aboutus .member .mem p{
	 font-size: 18px;
  line-height: 5px;
  color: #7777725
 }
 
.aboutus .member .mem span{
	 font-size: 20px;
    color: #007D8A;
 }

.contact .box {
/*margin-left:105px;*/
  padding: 15px 25px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
}

.contact .box span {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #007D8A;
}
.contact .box p {
  color: #919191;
  font-size: 15px;
  margin: 0;
  padding: 10px 10px;
}

.contact .container {
	padding: 10px 15px;
	-moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;

}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar1 {
  background: #000000;
  padding: 10px 0;
  font-size: 14px;
  color: #fff;
 font-family: "Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
  letter-spacing:1px;
}

#topbar1 .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
  
}

#topbar1 .contact-info a:hover {
  color: #fff;
}

#topbar1 .contact-info i {
  color: #fff;
  padding: 4px;
  
}

#topbar1 .contact-info .icofont-phone {
  padding-left: 20px;
}

#topbar1 .social-links a {
  color: #fff;
  padding: 4px 0 4px 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar1 .social-links a:hover {
  color: white;
}

#topbar1 .social-links a:first-child {
  border-left: 0;
}




