
/* base CSS  */
html, body {
  height: 100%;
}
body {
  background: #fff none repeat scroll 0 0;
  color: #444;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-align: left;
  overflow-x: hidden;
  line-height: 22px;
}

img {
  max-width: 100%;
}

p {
  margin: 0 0 15px;
  color: #444;
}

h1, h2, h4, h5, h6 {
  margin: 0 0 15px;
  font-weight: 700;
}

h1 {
  font-size: 48px;
  line-height: 50px;
  font-weight: bold;
}

h2 {
  font-size: 38px;
  line-height: 40px;
  
}

h3 {
  font-size: 30px;
  font-weight: bold;	
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 26px;
  color: #444;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  color: #d35400;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0 none;
}

.pages-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 450px;
}

.pages-header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 450px;
  background: #444 none repeat scroll 0 0;
  opacity: 0.5;
}
.image {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-centered {
 color: white;
 margin: 0;
position: absolute;
}

#more {
  display: none;
  margin-top: 20px;
}

#myBtn {
  margin-top: 20px;
  background: rgba(23, 112, 110);
  color: #fff;
  border: none;
  width: 120px;
  height: 30px;
  border-radius: 6px;
  outline: none;
  
}

#myBtn:hover {
  background: #d35400;
}

.clear {
  clear: both;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
  -moz-appearance: none;
  box-shadow: none !important;
}

::-moz-selection {
  background: #3EC1D5;
  text-shadow: none;
}

::selection {
  background: #3EC1D5;
  text-shadow: none;
}

.area-padding {
  padding: 70px 0px 80px;
}

.section-headline h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;
  text-transform: capitalize;
}

.section-headline h2::after {
  border: 1px solid #333;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}

.sec-head {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.sec-area {
  margin-top: 70px;
}

/* breadcrumb area */
.breadcrumb {
  padding: 22px 0px 0px 0px;
  list-style: none;
  background: white;
}

.breadcrumb ol li a {
  color: #444;
  font-weight: 400;
  text-decoration: none;
}

/* back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #d35400;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #d35400;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #fb7813;
  color: #fff;
}



/*  2. Header top Area */

.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(23, 112, 110, 0.55);
  z-index: 9;
}
.production-header-area {
  background: rgba(23, 112, 110);
}

.navbar {
  border: medium none;
  margin-bottom: 0;
}

.navbar-default {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.main-menu ul.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  background: none;
  color: #333;
}

.navbar-default .navbar-toggle {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  padding: 25px 0px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  background-color: transparent;
  color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 30px;
  height: 2px;
}

.navbar-header a.navbar-brand {
  display: inline-block;
  height: 70px;
  padding: 15px 0;
}
.certificate-header {
  height: 69px;
}
.logoPosition {
	position: absolute;
  top:-9px;
  display: flex;
}

.nav-logo {
  max-width: 100%;
  display: block;
  height: 60px;
  width: 60px;
  margin: 0 10px 0 0;
}
.main-menu ul.navbar-nav li {
  display: inline-block;
  padding: 0px 13px;
}

.main-menu ul.navbar-nav li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 24px 0px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.main-menu ul.navbar-nav li.active > a::after {
  border: 1px solid #fff;
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.main-menu ul.navbar-nav li.active a:hover {
  background: none;
  color: #fff;
}

.main-menu ul.navbar-nav li.active a:focus {
  color: #fff;
}

.main-menu ul.navbar-nav li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  position: relative;
}

.main-menu ul.navbar-nav li a:hover {
  color: #d35400;
}

.main-menu .dropdown ul {
  background: #000;
}

.main-menu .dropdown ul li {
  display: block;
}

/* stick menu */

.header-area.stick {
  background: rgba(23, 112, 110);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.sticky-logo h3 {
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
  font-weight: revert;
  margin: 10px 0 3px;
  line-height: 1;
  background: linear-gradient(to left, #fb7813 0%, #d35400 20%, #292828 60%, #050505 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
.sticky-logo h5 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: revert;
  color: white;
  letter-spacing: 0.1em;
  line-height: 22px;
  margin-top: -7px;
}
.logo-span {
  font-size: 20px;
}
.nav-logo-span {
  margin-left: 4px;
  font-weight: 900;

}

.stick .navbar-header a.navbar-brand {
  display: inline-block;
  height: 90px;
}


.stick .main-menu ul.navbar-nav li.active > a::after {
  border: 1px solid #fff;
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.stick .main-menu ul.nav>li>a:hover {
  color: #fff;
}

.stick .main-menu ul.navbar-nav li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  position: relative;
}

.stick .mainmenu ul#nav>li:hover>a, .stick .mainmenu ul#nav li .mega-menu, .stick .mainmenu ul#nav li ul.sub-menu {
  background-color: #f5f5f5;
  color: #fff;
  outline: medium none;
}

.stick .mainmenu ul#nav li:hover ul.sub-menu li a:hover, .mainmenu ul#nav li .mega-menu span>a:hover, .stick .mainmenu ul#nav li .mega-menu-shop a.mega-menu-title:hover {
  color: #fff;
}

.stick .logo {
  height: 20px;
}

.stick .logo a {
  margin-top: 0px;
}

.stick .main-menu ul.nav>li>a {
  color: #fff;
  line-height: 22px;
  padding: 24px 0px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.stick .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 30px;
  height: 2px;
}

.stick .navbar-default .navbar-toggle {
  padding: 10px 0px;
}

/* about area */
.about-area {
  background-color: #f9f9f9;
}

.about-right .sec-content {
  margin-top: 70px;
}

.about-left .sec-content img {
  max-width: 100%;
  height: auto;
}

.sec-content>a {
  display: block;
}

.sec-content ul li {
  list-style-type: disc;
  list-style-position: inside;
  text-transform: none;
} 

.sec-content p {
  color: #444;
}

.abt-text-left {
  margin-left: 15px;
}

/* services area */
.services-icon {
  color: #444;
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}

.section-headline.services-head>h2 {
  margin-bottom: 25px;
  color: #444;
}

.services-details {
  padding-top: 40px;
  transition: all 0.5s ease 0s;
}

.services-details:hover h4, .services-details:hover .services-icon {
  color: #d35400;
}


.service-list .service-sub-list{
  display: none;
}

.single-services>h4 {
  color: #444;
  font-size: 24px;
  font-weight: 500;
}

.content {
     background-color: #fff;
     display: none;
  }
  
.accordion-item span {
    cursor:pointer;
	  font-weight: bold;
  }

.accordion-item:hover {
    cursor:pointer;
	  color: rgba(23, 112, 110, 1);
  }


/* services image area  */
.gallery-img-item {
  overflow: hidden;
  margin-bottom: 30px;
}

.gallery-img-item:hover .img-item>a::after {
  opacity: 1;
}

.img-item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.img-item>a {
  display: block;
  position: relative;
  height: 110px;
}

.img-item>a::after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}

.gallery-img-item:hover .add-actions {
  opacity: 1;
  bottom: 0;
}

.img-item-2 {
  display: block;
  height: 100%;
  width: 100%;
}

.img-item-2 a {
  display: block;
  height: 100%;
  width: 100%;
}

.add-actions {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 30px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.sec-head-services {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 10px;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

/* certificate area */
.sec-area-cert {
  margin: 70px 0 70px 0px;
}
.certificate .cert_1 img {
  width: 75%;
  position: relative;
  top: 50px;
}

.certificate-header {
  height: 69px;
}

/* contact area */
.form-head {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.contact-area {
  height: auto;
  width: 100%;
  margin-top: 40px;
}

.contact-content {
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}

.contact-content-right {
  padding: 100px;
}


.contact-form input[type="text"], .contact-form input[type="email"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #444;
  height: 40px;
  margin-bottom: 16px;
  padding-left: 20px;
}

.contact-form textarea  {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #444;
  height: 140px;
  padding: 20px;
}

.contact-form button[type="submit"] {
  background: #d35400 none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  margin-top: 8px;
  padding: 12px 30px;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
}

.contact-form button[type=submit]:hover {
  color: #fff;
  border: 1px solid #e67e22;
  background: #e67e22;
}

.contact-form  #sendmessage {
  color: #d35400;
  border: 1px solid #d35400;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form #sendmessage.show, .contact-form #errormessage.show, .contact-form .show {
  display: block;
}

.single-icon i {
  font-size: 24px;
  width: 50px;
  height: 50px;
  border: 1px solid #444;
  line-height: 46px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.single-icon p {
  font-size: 16px;
  line-height: 30px;
}

.contact-icon {
  margin-bottom: 40px;
}

.validation {
    color:red;
}

.success_text {
    color:green;
}

/* footer area */
.footer-area {
  padding: 40px 0;
  background: #f9f9f9;
}

.footer-head p {
  color: #444;
}

.footer-head h4 {
  color: #444;
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.footer-logo {
  margin-top: 41px;
}
.footer-logo h2 span {
  color: #3ec1d5;
}

.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  border: 1px solid #444;
  color: #444;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
}

.footer-img {
  width: 53%;

}
.flicker-img {
  display: flex;
  flex-wrap: wrap;
}

.flicker-img>a {
  padding: 1px;
  width: 30.33%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  margin: 2px;
}

.footer-icons {
  margin-top: 50px;
}

.footer-contacts p span {
  color: rgba(23, 112, 110, 1);
  font-weight: 700;
}

.popular-tag ul li {
  display: inline-block;
}

.footer-content {
  display: block;
  overflow: hidden;
}

.footer-icons ul li a:hover {
  background: rgba(23, 112, 110, 1);
  border: 1px solid rgba(23, 112, 110, 0.55);
  color: #fff;
}

.footer-area-bottom {
  background: #f1f1f1 none repeat scroll 0 0;
  padding: 15px 0;
}

.copyright-text a:hover {
  text-decoration: underline;
  color: #3EC1D5;
}

.copyright-text a {
  color: #444;
}

.copyright>p {
  margin-bottom: 0;
  color: #444;
}

.copyright a, .credits a {
  color: #3EC1D5;
}

.credits {
  padding-top: 5px;
  text-align: center;
}




