/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 1.KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 3.Header
 4.General
 5.content - home sections
 6.about page
 7.single project
 8.blog page
 9.services
 10.Contact page
 11.footer
 12.Responsive part
-------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/

body

{
    overflow-x: hidden;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:    1.0
date:       07/27/11
author:     themepunch
email:      support@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}
/*********************************************
    -   SETTINGS FOR BANNER CONTAINERS  -
**********************************************/
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-banner {
  width: 100%;
  position: relative;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-default {
  background: #00afef;
  box-shadow: 0 0px 3px #a1a1a1;
  -webkit-box-shadow: 0 0px 3px #a1a1a1;
  -moz-box-shadow: 0 0px 3px #a1a1a1;
  -o-box-shadow: 0 0px 3px #a1a1a1;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}
.navbar-header {
  z-index: 99;
  position: relative;
}
.navbar-brand {
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
  font-size: 19px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  /* margin: 0 0 30px; */
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
  color: #333333 !important;
  padding: 10px 0px;
  letter-spacing: 2.5px;
  z-index: 99999;
}
.navbar-brand span {
  color: #a0ce4e;
}
.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li > a {
  /* color: #777777 !important; */
  font-size: 11px;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 7px 11px;
  margin-top: 29px;
  margin-left: 6px;
  margin-right: 6px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a.active {
  color: #ffffff !important;
  font-family: "Poppins", sans-serif;
}
.navbar-nav li.drop {
  position: relative;
}
.navbar-nav li:hover ul.drop-down {
  opacity: 1;
  display: block;
}
.navbar-nav li.search {
  position: inherit;
}
.top-line {
  padding: 9px 0;
  background: #333333;
  border-bottom: 1px solid #f3f3f3;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.top-line ul.info-list {
  margin: 0;
  padding: 0;
}
.top-line ul.info-list li {
  display: inline-block;
  margin-right: 25px;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
}
.top-line ul.info-list li i {
  color: #a0ce4e;
  font-size: 14px;
  margin-right: 10px;
}
.top-line ul.social-icons {
  margin: 0;
  padding: 0;
  text-align: right;
}
.top-line ul.social-icons li {
  display: inline-block;
  margin-left: 9px;
}
.top-line ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;
  color: #ffffff;
}
.top-line ul.social-icons li a:hover {
  color: #a0ce4e;
}
header.active .top-line {
  height: 0;
  padding: 0;
}
.navbar-collapse {
  position: relative;
}
ul.drop-down {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 230px;
  top: 100%;
  left: 0;
  padding: 10px 0;
  border-top: 2px solid #a0ce4e;
  opacity: 0;
  display: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: rgba(255, 255, 255, 0.98);
}
ul.drop-down li {
  display: block;
}
ul.drop-down li a {
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #333333;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
ul.drop-down li a:hover {
  color: #a0ce4e;
}
.form-search {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 100%;
  background: #f5f5f5;
  padding: 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.form-search input[type="search"] {
  font-size: 12px;
  color: #777777;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 10px;
  margin: 0;
  color: #333333;
  padding: 8px 10px;
  border: none;
  width: 100%;
  outline: none;
  background: transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.form-search button {
  background: transparent;
  border: none;
  float: right;
  margin-top: -30px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
.form-search button i {
  color: #a0ce4e;
  font-size: 16px;
}
.form-search.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
#container {
  padding-top: 130px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#container.active {
  opacity: 1;
}
p {
  font-size: 12px;
  color: #777777;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 21px;
  margin: 0 0 10px;
}
/*-------------------------------------------------*/
/* =  content slider section
/*-------------------------------------------------*/
.title-section.white h1 {
  color: #ffffff;
}
#home-section .tp-caption.small_text {
  position: absolute;
  color: #eeeeee;
  text-shadow: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  letter-spacing: 1.8px;
}
#home-section .tp-caption.small_text p.line {
  width: 60px !important;
  height: 1px !important;
  background: #333333 !important;
}
#home-section .tp-caption.finewide_medium_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 36px;
  line-height: 50px;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
  background-color: none;
  text-decoration: none;
  text-transform: uppercase;
  border-width: 0px;
  border-color: transparent;
  border-style: none;
  text-align: left;
  letter-spacing: 0px !important;
  font-size: 44px !important;
  left: 407.5px !important;
}
#home-section .tp-caption.finewide_medium_white span {
  color: #a0ce4e;
}
#home-section .tp-caption.finewide_medium_white.center-align {
  text-align: center !important;
}
#home-section .tp-caption span.corner-border {
  display: block;
  width: 70px;
  height: 70px;
}
#home-section .tp-caption span.corner-border.left-top {
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
#home-section .tp-caption span.corner-border.left-bottom {
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
#home-section .tp-caption span.corner-border.right-top {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
#home-section .tp-caption span.corner-border.right-bottom {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
#home-section .tp-bannertimer {
  display: none !important;
}
#home-section .tp-bullets.simplebullets.round .bullet:hover,
#home-section .tp-bullets.simplebullets.round .bullet.selected {
  background: #a0ce4e;
  border-color: #a0ce4e;
}
#home-section .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.banner-section {
  padding: 40px 0;
  background: #0cb3f0;
  text-align: center;
}
.banner-section h2 {
  color: #333333;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400 !important;
  margin-bottom: 0;
}
.banner-section a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-left: 60px;
  padding: 12px 30px;
  color: #ffffff;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid #ffffff;
  letter-spacing: 1.5px;
}
.banner-section a:hover {
  background: #ffffff;
  color: #a0ce4e;
}
.title-section {
  margin-bottom: 30px;
}
.title-section h1 {
  color: #333333;
  font-size: 19px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.title-section h1:after {
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  background: #a0ce4e;
  bottom: -1px;
  left: 0;
}
.title-section p {
  max-width: 600px;
  margin: 0;
}
.title-section.white {
  margin-bottom: 40px;
}
.title-section.white h1 {
  color: #ffffff;
}
.title-section.white p {
  color: #ffffff;
}
section.services-section {
  padding: 60px 0 20px;
}
section.services-section .services-box .services-post {
  margin-bottom: 40px;
}
section.services-section .services-box .services-post img {
  width: 100%;
  margin-bottom: 30px;
}
section.services-section .services-box .services-post .services-content {
  padding-right: 10px;
}
section.services-section .services-box .services-post .services-content h2 {
  color: #333333;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
}
section.services-section .services-box .services-post .services-content a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 12px;
  color: #777777;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 10px;
  color: #333333;
  margin: 0;
}
section.services-section .services-box .services-post .services-content a i {
  margin-left: 12px;
}
section.services-section .services-box .services-post .services-content a:hover {
  color: #a0ce4e;
}
.portfolio-section {
  padding: 15px 0;
  background: #fafafa;
}
.portfolio-section .portfolio-box.owl-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.portfolio-section .portfolio-box.owl-wrapper .item {
  padding: 0 15px;
}
.portfolio-section .portfolio-box.iso-call {
  margin-left: -15px;
  margin-right: -15px;
}
.portfolio-section .portfolio-box.iso-call .project-post {
  width: 33.3333%;
  padding: 15px;
}
.portfolio-section ul.filter {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
}
.portfolio-section ul.filter li {
  display: inline-block;
  margin: 0 16px;
}
.portfolio-section ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.portfolio-section ul.filter li a i {
  margin-right: 15px;
  color: #333333;
}
.portfolio-section ul.filter li a:hover,
.portfolio-section ul.filter li a.active {
  color: #a0ce4e;
}
.portfolio-section .project-post .project-gallery {
  position: relative;
}
.portfolio-section .project-post .project-gallery img {
  width: 100%;
}
.portfolio-section .project-post .project-gallery .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover h2 {
  color: #333333;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  color: #ffffff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover h2 a:hover {
  color: #a0ce4e;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover h2:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 22px;
  height: 1px;
  background: #a0ce4e;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover span {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}
.portfolio-section .project-post:hover .project-gallery .hover-box {
  opacity: 1;
}
.owl-theme .owl-controls .owl-pagination {
  display: none !important;
}
.owl-carousel {
  width: auto;
}
.owl-theme .owl-controls {
  margin-top: -20px;
  text-align: center;
  position: absolute;
  height: 0;
  top: 50%;
  left: -50px;
  right: -50px;
}
.owl-theme .owl-controls .owl-buttons div {
  font-size: 18px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #000;
  outline: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  opacity: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.owl-theme .owl-controls .owl-buttons div:hover {
  background: #a0ce4e;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  float: left;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  float: right;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:after {
  content: '\f104';
  font-family: 'FontAwesome';
  color: #ffffff;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:after {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #ffffff;
}
.tabs-section {
  padding: 16px 0 60px;
  background-image: url(../upload/gallery/Section-3.jpg);
  position: relative;
}
.tabs-section .about-us-box h1 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 20px;
  padding-bottom: 20px;
  position: relative;
}
.tabs-section .about-us-box h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  background: #a0ce4e;
  height: 1px;
}
.tabs-section .about-us-box p {
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 14px;
  font-style: italic;
}
.tabs-section .about-us-box .about-us-post {
  overflow: hidden;
  margin-top: 11px;
}
.tabs-section .about-us-box .about-us-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: left;
  width: 60px;
  height: 60px;
  background: #ffffff;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #000000;
  border-radius: 32px;
}
.tabs-section .about-us-box .about-us-post a:hover {
  background: #000000;
  color: white;
}
.tabs-section .about-us-box .about-us-post h2 {
  /* color: #333333; */
  font-size: 15px;
  font-family: 'Montserrat';
  margin: 0 0 15px;
  color: #ffffff;
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 6px;
  margin-top: 10px;
}
.tabs-section .about-us-box .about-us-post span {
  display: block;
  margin: 0;
  font-size: 11px;
  font-family: georgia;
  margin-left: 80px;
  color: #eeeeee;
  font-style: italic;
}
.tabs-section .about-box {
  padding-left: 15px;
}
.tabs-section .about-box img {
  width: 100%;
  margin-bottom: 30px;
}
.tabs-section .about-box h2 {
  color: #333333;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.tabs-section .about-box h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #a0ce4e;
}
.tabs-section .about-box p {
  color: #ffffff;
}
.news-section {
  padding: 60px 0 30px;
  background: #fff;
}
.news-section .news-box.owl-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.news-section .news-box.owl-wrapper .item {
  padding: 0 15px;
}
.news-section .news-post .news-gallery {
  position: relative;
}
.news-section .news-post .news-gallery img {
  width: 100%;
}
.news-section .news-post .news-gallery .date-post {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
  background: #a0ce4e;
  padding: 10px 14px;
}
.news-section .news-post .news-gallery .date-post p {
  font-size: 11px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 700;
  margin: 0;
}
.news-section .news-post .news-gallery .date-post p span {
  display: block;
  font-size: 15px;
  padding-top: 2px;
  margin-top: 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.news-section .news-post .news-content {
  padding: 25px 0;
  background: #fff;
}
.news-section .news-post .news-content h2 {
  color: #333333;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
}
.news-section .news-post .news-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
.news-section .news-post .news-content h2 a:hover {
  color: #a0ce4e;
}
.news-section .news-post .news-content > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 12px;
  color: #777777;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 10px;
  color: #333333;
  margin: 0;
}
.news-section .news-post .news-content > a i {
  margin-left: 12px;
}
.news-section .news-post .news-content > a:hover {
  color: #a0ce4e;
}
.quote-section {
  padding: 50px 0;
  position: relative;
}
.quote-section #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.quote-section .container {
  position: relative;
  z-index: 2;
}
.quote-section .quote-box {
  padding: 40px;
  padding-bottom: 10px;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  box-shadow: 2px 2px 5px #aaaaaa;
  -webkit-box-shadow: 2px 2px 5px #aaaaaa;
  -moz-box-shadow: 2px 2px 5px #aaaaaa;
  -o-box-shadow: 2px 2px 5px #aaaaaa;
}
.quote-section .quote-box h1 {
  color: #333333;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.quote-section .quote-box h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #a0ce4e;
}
.quote-section .quote-box form#contact-form {
  margin: 0;
}
.quote-section .quote-box form#contact-form input[type="text"],
.quote-section .quote-box form#contact-form textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #eaeaea;
  background: transparent;
  margin-bottom: 20px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #777777;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400 !important;
}
.quote-section .quote-box form#contact-form input[type="text"]:focus,
.quote-section .quote-box form#contact-form textarea:focus {
  border: 1px solid #a0ce4e;
}
.quote-section .quote-box form#contact-form textarea {
  height: 100px;
}
.quote-section .quote-box form#contact-form input[type="submit"] {
  padding: 12px 20px;
  outline: none;
  border: none;
  background: #a0ce4e;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}
.quote-section .quote-box form#contact-form input[type="submit"]:hover {
  opacity: 0.7;
}
.quote-section .quote-box form#contact-form .message {
  padding: 10px 20px;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}
.quote-section .quote-box form#contact-form .message.error {
  color: #e74c3c;
  background: rgba(246, 80, 80, 0.4);
  border: 1px solid #e74c3c;
}
.quote-section .quote-box form#contact-form .message.success {
  color: #29b504;
  background: rgba(63, 220, 21, 0.4);
  border: 1px solid #29b504;
}
.testimonial-section {
  padding: 70px 0 40px;
  background: url('../upload/banners/1.jpg') center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.testimonial-section .container {
  position: relative;
  z-index: 2;
}
.testimonial-section .testimonial-box {
  text-align: center;
  padding-bottom: 2px;
  margin-bottom: 0px;
}
.testimonial-section .testimonial-box ul.bxslider {
  margin: 0;
  padding: 0;
}
.testimonial-section .testimonial-box ul.bxslider li {
  overflow: hidden;
}
.testimonial-section .testimonial-box p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  max-width: 800px;
  margin: 0 auto;
}
.testimonial-section .testimonial-box h2 {
  color: #333333;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  font-size: 20px;
  color: #a0ce4e;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.testimonial-section .testimonial-box span {
  font-size: 12px;
  color: #777777;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 10px;
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 13px;
  display: block;
  position: relative;
  padding-bottom: 20px;
}
.testimonial-section .testimonial-box span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background: #a0ce4e;
}
.testimonial-section .testimonial-box .bx-wrapper .bx-controls-direction {
  display: none;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #a0ce4e;
  border-color: #a0ce4e;
}
/*-------------------------------------------------*/
/* =  about page
/*-------------------------------------------------*/
.page-banner-section {
  padding: 50px 0;
  background-image: url(../upload/gallery/Header_1.png);
  height: 310px;
  overflow: hidden;
}
.page-banner-section h1 {
  color: #333333;
  font-size: 19px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  float: left;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 2px;
  margin-bottom: 0px;
}
.page-banner-section ul.page-depth {
  float: right;
  margin: 0;
  padding: 0;
  text-align: right;
  margin-top: 10px;
}
.page-banner-section ul.page-depth li {
  display: inline-block;
  margin-left: 10px;
}
.page-banner-section ul.page-depth li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 12px;
  color: #777777;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 10px;
  color: #ffffff;
  margin-bottom: 0;
}
.page-banner-section ul.page-depth li a:hover {
  color: #a0ce4e;
}
.page-banner-section ul.page-depth li:before {
  content: '/';
  font-size: 12px;
  color: #777777;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 10px;
  color: #ffffff;
  margin-bottom: 0;
  margin-right: 10px;
}
.page-banner-section ul.page-depth li:first-child:before {
  display: none;
  margin-right: 0;
}
.about-section {
  padding: 80px 0;
  background: #f7f7f7;
}
.about-section img,
.about-section iframe {
  width: 100%;
  margin-bottom: 30px;
}
.about-section iframe {
  height: 328px;
}
.about-section h2 {
  color: #333333;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
}
.team-section {
  padding: 80px 0;
}
.team-section .team-box {
  margin-left: -15px;
  margin-right: -15px;
}
.team-section .team-box .item {
  padding: 0 15px;
}
.team-section .team-box .team-post .gallery-team {
  position: relative;
  margin-bottom: 30px;
}
.team-section .team-box .team-post .gallery-team img {
  width: 100%;
}
.team-section .team-box .team-post .gallery-team ul.social-list {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  margin: 0;
  padding: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
}
.team-section .team-box .team-post .gallery-team ul.social-list li {
  display: inline-block;
  text-align: left;
  margin-bottom: 3px;
}
.team-section .team-box .team-post .gallery-team ul.social-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  background: #333333;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
}
.team-section .team-box .team-post .gallery-team ul.social-list li a:hover {
  color: #ffffff;
  background: #a0ce4e;
}
.team-section .team-box .team-post .team-content h2 {
  color: #333333;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.team-section .team-box .team-post .team-content span {
  display: block;
  color: #777777;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}
.team-section .team-box .team-post:hover .gallery-team ul.social-list {
  opacity: 1;
}
/*-------------------------------------------------*/
/* =  single project
/*-------------------------------------------------*/
.single-page-section {
  padding: 80px 0;
}
.single-page-section img {
  width: 100%;
  margin-bottom: 30px;
}
.single-page-section .project-content h2 {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 900;
}
.single-page-section .project-content .project-tags {
  margin: 30px 0;
}
.single-page-section .project-content .project-tags ul {
  margin: 0;
  padding: 0;
}
.single-page-section .project-content .project-tags ul li {
  list-style: none;
  display: block;
  color: #777777;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 2px;
  padding: 15px 25px;
  background: #f7f7f7;
}
.single-page-section .project-content .project-tags ul li i {
  color: #a0ce4e;
  margin-right: 10px;
}
.single-page-section .project-content .project-tags ul li span {
  color: #333333;
  margin-right: 4px;
}
.single-page-section .project-content .project-tags ul li:last-child {
  margin-bottom: 0;
}
/*-------------------------------------------------*/
/* =  blog page
/*-------------------------------------------------*/
.blog-section {
  padding: 50px 0 10px;
}
.blog-section h2 {
  color: #333333;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
}
.blog-section .blog-box .blog-post {
  margin-bottom: 50px;
}
.blog-section .blog-box .blog-post img,
.blog-section .blog-box .blog-post iframe {
  width: 100%;
  margin-bottom: 30px;
}
.blog-section .blog-box .blog-post iframe {
  height: 360px;
}
.blog-section .blog-box .blog-post h2 {
  color: #333333;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  margin-bottom: 0px;
}
.blog-section .blog-box .blog-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
.blog-section .blog-box .blog-post h2 a:hover {
  color: #a0ce4e;
}
.blog-section .blog-box .blog-post span {
  display: inline-block;
  color: #777777;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.blog-section .blog-box .blog-post .post-content-text > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 12px;
  color: #777777;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 10px;
  color: #333333;
  margin: 0;
}
.blog-section .blog-box .blog-post .post-content-text > a i {
  margin-left: 12px;
}
.blog-section .blog-box .blog-post .post-content-text > a:hover {
  color: #a0ce4e;
}
.blog-section .blog-box ul.pagination-list {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.blog-section .blog-box ul.pagination-list li {
  display: inline-block;
  margin-right: 8px;
}
.blog-section .blog-box ul.pagination-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #777777;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.blog-section .blog-box ul.pagination-list li a:hover,
.blog-section .blog-box ul.pagination-list li a.active {
  color: #a0ce4e;
}
.blog-section .blog-box .single-post h1 {
  color: #333333;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0px;
}
.blog-section .blog-box .single-post p {
  margin-bottom: 25px;
}
.blog-section .blog-box .single-post blockquote {
  border-left: 5px solid #d1d1d1;
  padding: 20px 0;
  padding-left: 30px;
  margin-left: 30px;
  margin-bottom: 25px;
}
.blog-section .blog-box .single-post blockquote p {
  font-size: 14px;
  margin: 0;
}
.blog-section .blog-box .single-post blockquote p span {
  font-size: 12px;
  color: #777777;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0;
  text-transform: inherit;
}
.blog-section .blog-box .autor-post {
  overflow: hidden;
  margin-bottom: 40px;
}
.blog-section .blog-box .autor-post img {
  max-width: 130px;
  float: left;
}
.blog-section .blog-box .autor-post .autor-content {
  margin-left: 150px;
}
.blog-section .blog-box .autor-post .autor-content h2 {
  margin-bottom: 0;
}
.blog-section .blog-box .autor-post .autor-content span {
  display: inline-block;
  color: #777777;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 15px;
}
.blog-section .blog-box .comment-section {
  margin-bottom: 40px;
}
.blog-section .blog-box .comment-section h2 {
  margin-bottom: 25px;
}
.blog-section .blog-box .comment-section ul {
  margin: 0;
  padding: 0;
}
.blog-section .blog-box .comment-section ul li {
  list-style: none;
}
.blog-section .blog-box .comment-section ul li .comment-box {
  overflow: hidden;
  padding-bottom: 35px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 40px;
}
.blog-section .blog-box .comment-section ul li .comment-box img {
  width: auto;
  max-width: 100px;
  float: left;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content {
  margin-left: 120px;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 {
  color: #333333;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 a {
  color: #333333;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: right;
  font-size: 11px;
  font-weight: 400;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 a:hover {
  color: #a0ce4e;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content span {
  font-size: 12px;
  color: #777777;
  font-family: 'Montserrat', sans-serif;
  line-height: 22px;
  margin: 0 0 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content p {
  font-size: 14px;
  margin: 0 !important;
}
.blog-section .blog-box .comment-section ul.depth .comment-box {
  padding-left: 120px;
}
.sidebar h2 {
  color: #333333;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 25px;
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar ul.category-list,
.sidebar ul.archieve-list {
  margin: 0;
  padding: 0;
}
.sidebar ul.category-list li,
.sidebar ul.archieve-list li {
  list-style: none;
  border-bottom: 1px dotted #d1d1d1;
  margin-bottom: 10px;
}
.sidebar ul.category-list li a,
.sidebar ul.archieve-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 10px;
}
.sidebar ul.category-list li a:hover,
.sidebar ul.archieve-list li a:hover {
  color: #a0ce4e;
}
.sidebar ul.category-list li:last-child,
.sidebar ul.archieve-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.sidebar ul.tags-list {
  margin: 0;
  padding: 0;
}
.sidebar ul.tags-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}
.sidebar ul.tags-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 12px 18px;
  color: #ffffff;
  background: #333333;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.sidebar ul.tags-list li a:hover {
  background: #a0ce4e;
}
/*-------------------------------------------------*/
/* =  services
/*-------------------------------------------------*/
.services-tabs ul {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.services-tabs ul li {
  display: block;
  margin: 0 0 2px;
}
.services-tabs ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 18px 25px;
  background: #f1f1f1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #333333;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0;
}
.services-tabs ul li a:hover {
  background: #a0ce4e;
  color: #ffffff;
}
.services-tabs ul li.active a {
  background: #a0ce4e;
  color: #ffffff;
}
/*-------------------------------------------------*/
/* =  contact page
/*-------------------------------------------------*/
#map {
  height: 500px;
}
.contact-section {
  padding: 0px 0 50px;
}
.contact-section h2 {
  text-align: center;
  color: #333333;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin: 0 0 0px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.contact-section p {
  margin-bottom: 30px;
  color: #000000;
  font-size: 15px;
}
.contact-section ul.information-list {
  margin: 0;
  padding: 0;
}
.contact-section ul.information-list li {
  font-family: 'Montserrat', sans-serif;
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}
.contact-section ul.information-list li i {
  float: left;
  color: #333333;
  font-size: 13px;
  display: inline-block;
  line-height: 24px;
}
.contact-section ul.information-list li span {
  display: block;
  font-size: 14px;
  color: #777777;
  font-family: 'Montserrat', sans-serif;
  line-height: 22px;
  margin: 0 0 10px;
  margin-bottom: 0px;
  margin-left: 25px;
  color: #333333;
}
.contact-section ul.information-list li a {
  font-size: 14px;
  color: #777777;
  font-family: 'Montserrat', sans-serif;
  line-height: 22px;
  margin: 0 0 10px;
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 10px;
  color: #333333;
}
.contact-section ul.information-list li:last-child {
  border-bottom: none;
}
#contact-form input[type="text"],
.comment-form input[type="text"],
#contact-form textarea,
.comment-form textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #000000;
  margin-bottom: 20px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #777777;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}
#contact-form input[type="text"]:focus,
.comment-form input[type="text"]:focus,
#contact-form textarea:focus,
.comment-form textarea:focus {
  border: 1px solid #a0ce4e;
}
#contact-form textarea,
.comment-form textarea {
  height: 146px;
}
#contact-form input[type="submit"],
.comment-form input[type="submit"] {
  padding: 12px 30px;
  outline: none;
  border: none;
  background: #00afef;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}
#contact-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
  opacity: 0.7;
}
#contact-form .message,
.comment-form .message {
  padding: 10px 20px;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}
#contact-form .message.error,
.comment-form .message.error {
  color: #e74c3c;
  background: rgba(246, 80, 80, 0.4);
  border: 1px solid #e74c3c;
}
#contact-form .message.success,
.comment-form .message.success {
  color: #29b504;
  background: rgba(63, 220, 21, 0.4);
  border: 1px solid #29b504;
}
/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
  background: #252525;
  padding-top: 80px;
}
footer .footer-widgets {
  padding-bottom: 30px;
}
footer .footer-widgets .widgets {
  margin-bottom: 40px;
}
footer .footer-widgets .widgets ul.tag-list {
  margin: 0;
  padding: 0;
}
footer .footer-widgets .widgets ul.tag-list li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 1px;
}
footer .footer-widgets .widgets ul.tag-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #fff;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  padding: 6px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #333333;
}
footer .footer-widgets .widgets ul.tag-list li a:hover {
  background: #00afef;
}
footer .footer-widgets .widgets ul.flickr-list {
  margin: 0;
  padding: 0;
}
footer .footer-widgets .widgets ul.flickr-list li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
}
footer .footer-widgets .widgets ul.flickr-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
footer .footer-widgets .widgets ul.flickr-list li a img {
  max-width: 60px;
}
footer .footer-widgets .widgets ul.flickr-list li a:hover {
  opacity: 0.7;
}
footer .footer-widgets .widgets.info-widget p {
  margin-bottom: 0px;
}
footer .footer-widgets .widgets.info-widget p span {
  font-family: 'Montserrat', sans-serif;
  color: #a0ce4e;
  margin-right: 5px;
}
footer .footer-widgets .widgets.info-widget p.first-par {
  margin-bottom: 10px;
}
footer h2 {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-weight: 400;
  position: relative;
}
footer h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #a0ce4e;
}
footer .last-line {
  background: #111111;
  padding: 25px 0;
}
footer .last-line p.copyright {
  font-size: 12px;
  margin: 0;
  text-align: center;
}
footer p {
  font-size: 12px;
  color: #ffffff;
}
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 991px) {
  .top-line ul.info-list {
    text-align: center;
    margin-bottom: 5px;
  }
  .top-line ul.social-icons {
    text-align: center;
  }
  .navbar-brand {
    padding: 12px 15px;
  }
  .navbar-nav > li > a {
    padding: 22px 12px;
  }
  .banner-section a {
    margin-top: 5px;
  }
  .tabs-section ul.nav-tabs {
    margin-bottom: 30px;
  }
  .tabs-section .tab-pane img {
    margin-bottom: 20px;
  }
  .quote-section .text-box {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .portfolio-section .portfolio-box.iso-call .project-post {
    width: 50%;
  }
}
@media (max-width: 767px) {
    
    .about-box
    {
        height: 444px !important;
    }
    
    .img-logo
    {
        width: 50%;
    }
    
    
  .navbar-toggle {
    margin-top: 14px;
  }
  .navbar-brand {
    padding-bottom: 17px;
  }
  .navbar-nav > li > a {
    padding: 5px 15px;
  }
  ul.drop-down {
    position: relative;
    opacity: 1;
    display: block;
    top: inherit;
    left: inherit;
    width: 100%;
    border-top: none;
    padding: 5px 0;
  }
  ul.drop-down li a {
    padding: 5px 20px;
  }
  .banner-section a {
    margin-left: 3px;
  }
  .owl-theme .owl-controls {
    left: 15px;
    right: 15px;
  }
  .clients-section ul.clients-list li {
    width: 33.3333%;
    margin-bottom: 20px;
  }
  .page-banner-section h1 {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  .page-banner-section ul.page-depth {
    float: none;
    text-align: center;
  }
  .portfolio-section .portfolio-box.iso-call .project-post {
    width: 100%;
  }
  .portfolio-section ul.filter li {
    margin: 0 6px;
  }
  .blog-section .blog-box .single-post blockquote {
    margin-left: 0;
  }
  .blog-section .blog-box .comment-section ul.depth .comment-box {
    padding-left: 0;
  }
}
@media (max-width: 460px) {
    
    .page-banner-section
    {
              background-size: contain;
              background-repeat: no-repeat;
              margin-top: 121px;
              height: 107px;
    }
    
    
    .home
    {
        display: none;
    }
    
    
     .home2
    {
        display: block !important;
        margin-top: 36px;
    }
    
  .top-line {
    /* display: none; */
  }
  #container {
    padding-top: 63px;
  }
  .clients-section ul.clients-list li {
    width: 50%;
  }
  .blog-section .blog-box .comment-section ul li .comment-box img {
    max-width: 60px;
  }
  .blog-section .blog-box .comment-section ul li .comment-box .comment-content {
    margin-left: 80px;
  }
  .blog-section .blog-box .autor-post img {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .blog-section .blog-box .autor-post .autor-content {
    margin-left: 0;
  }
}




.section-services {
	font-family: "Poppins", sans-serif;
	background-color: #e6edf7;
	color: #202020;
	padding-top: 36px;
	padding-bottom: 29px;
}

.section-services .header-section {
	margin-bottom: 34px;
}

.section-services .header-section .title {
	position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
	font-weight: 700;
    font-size: 32px;
}

.section-services .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: #ff4500;
    border-radius: 3px;
}

.section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(30px);
	width: 10px;
	height: 3px;
	background-color: #504f93;
    border-radius: 3px;
}

.section-services .header-section .description {
	font-size: 14px;
    color: #282828;
}

.section-services .single-service {
    position: relative;
    margin-top: 20px;
    height: 175px;
    background-color: #fff;
    border-radius: 10px;
    padding: 14px 6px;
    overflow: hidden;
}

.section-services .single-service .content {
	position: relative;
	z-index: 20;
	text-align: center;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    /* transform: translate(40%, -40%); */
    width: 150px;
    height: 150px;
    /* background-color: #ff4500; */
    /* border: 6px solid #504f93; */
    border-radius: 50%;
    opacity: 0.5;
    /* z-index: 10; */
    /* transition: all .6s; */
}

.section-services .single-service:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
}

.section-services .single-service .icon {
	display: inline-block;
	margin-bottom: 0px;
	width: 70px;
	height: 70px;
	/* background-color: #ff4500; */
	border-radius: 5px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	transition: all .3s;
}

.section-services .single-service:hover .icon {
	background-color: #fff;
	color: #ff4500;
}

.section-services .single-service .title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 12px;
    margin-top: 9px;
    line-height: 19px;
    transition: color .3s;
    font-family: 'Montserrat', sans-serif;
}

.section-services .single-service:hover .title {
	color: #000;
}

.section-services .single-service .description {
    margin-bottom: 20px;
    font-size: 14px;
    transition: color .3s;
}

.section-services .single-service:hover .description {
	color: #fff;
}

.section-services .single-service a {
	position: relative;
	font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .single-service:hover a {
	color: #fff;
}

/*.section-services .single-service a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #ff4500;
	transition: background-color .3s;
}*/

.section-services .single-service:hover a:after {
	background-color: #fff;
}


.kar
{
        font-size: 15px;
        color: black;
        line-height: 23px;
        text-align: justify;
}

.kar1
{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-left: 60px;
    padding: 10px 30px;
    margin-top: 15px;
    color: black;
    background: transparent;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 19px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 2px solid #000000;
    letter-spacing: 1.5px;
}





.service-section .icon-box {
	margin-bottom: 13px;
	padding: 22px;
	height: 75px;
	border-radius: 6px;
	background-color: #fbfbfb;
	background: #ffffff;
	border: 1px solid #f1f1f1;
	box-shadow: 2px 2px 5px #aaaaaa;
	-webkit-box-shadow: 2px 2px 5px #aaaaaa;
}
.service-section .icon-box:hover .service-title a {
	color: #41A1FD;
}
.service-section .icon-box .service-icon {
	float: left;
	color: #41A1FD;
	font-size: 40px;
}
.service-section .icon-box .service-title {
	margin-left: 70px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1.2;
}
.service-section .icon-box .service-title a {
	color: #556270;
	transition: 0.3s;
	text-decoration: none;
}
.service-section .icon-box .service-para {
	margin-left: 61px;
	line-height: 21px;
	font-size: 14px;
	color: #000000;
}
.service-section .service-main-heading {
	color: #556270;
	padding: 0;
	margin-bottom: 20px;
	line-height: 1;
	font-size: 60px;
	font-weight: 600;
}


.title1
{
        position: relative;
        padding-bottom: 26px;
        margin-bottom: 0px;
        font-weight: 700;
        font-size: 29px;
        font-family: "Poppins", sans-serif;
}
.single-service:hover

{
     transform: scale(1.1);
}

.single-service
{
     transition: all 0.3s ease-in-out;
}

.imag
{
    border: 3px solid #000000;
    margin-bottom: 16px;
    padding: 1px;
}


.vg
{
    color: white;
    font-size: 22px;
}


.process-section {
    margin-top: 7px;
    padding-bottom: 2px;
    position: relative;
    z-index: 2;
}


.process-item .process-content {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 9px;
    padding: 14px 0px;
}


.process-item .process-head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    /* margin-bottom: 26px; */
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: flex-start; */
    padding: 15px 0px;
}


.process-item {
    background-color: #ffffff;
    box-shadow: 5px 10px 30px -10px rgb(0 0 0 / 20%);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 0px;
    padding: 21px 14px;
    position: relative;
    height: 119px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 17px;
}


.dd {
    margin: 0px;
    color: black;
    font-size: 12px;
    font-family: 'Roboto';
    font-family: "Poppins", sans-serif;
}

.process-item .process-content {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 9px;
    padding: 13px 0px;
}


.process-item .process-content p:last-child {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 15px;
}


.process-content p
{
    color: black;
    margin: 0px 0px 0px;
}





.aoe-title{
  text-transform: uppercase;
      text-align: center;
    font-weight: 600;
    color: #19b5fe;
}

.line{
    width: 75px;
    height: 5px;
    background-color: #f62459;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 70px;
}

/*=================================================== TESTIMONIALS SECTION ==========================================================*/

.testimonials-section{
  padding: 22px 0px 13px 0px;
  font-family: "Poppins", sans-serif;
  background-color: #e6edf7;
}


/*-------------------------------------------------------- Carousel ----------------------------------------------------------*/
.col-center {
  margin: 0 auto;
  float: none !important;
}
.carousel {
  /* margin: 50px auto; */
  /* padding: 0 170px; */
}
.carousel .item {
  color: #999;
  font-size: 14px;
    text-align: center;
  overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
  width: 170px;
  height: 170px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.carousel .testimonial {
  padding: 30px 0 10px;
  color: #555;
}

.carousel-inner {
    text-align: center;
}

.carousel-title{
  margin: 25px;
  color: #333;
}

.carousel-line{
  height: 1px;
  width: 600px;
  background-color: #cecece;
  margin: auto;
}

.carousel .overview { 
    font-size: 12px;
    margin-bottom: 5px;
}

.carousel .overview b {
  color: #7AA641;
}

.company-name{
    color: #555;
}

.carousel .carousel-control {
  width: 0px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
  background: none;
}
.carousel-control i {
    font-size: 25px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: #000;
}
.carousel .carousel-indicators {
  bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  border-radius: 50%;
}
.carousel-indicators li { 
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {  
  background: #555;   
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

.testimonial span{
    font-size: 62px;
    position: absolute;
    top: 57%;
    left: 0;
    font-family: 'Emblema One', cursive;
    color: #333;
}

.carousel-control-prev span{
    position: absolute;
    font-size: 14px;
    top: 29%;
    left: 20px;
    color: #89c4f4;
    text-shadow: none;
    font-weight: bolder;
}

.carousel-control-next span{
    position: absolute;
    font-size: 14px;
    top: 29%;
    right: 20px;
    color: #89c4f4;
    text-shadow: none;
    font-weight: bolder;
}


  .testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
 }
 .seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: 7px 0 10px 0;
}

.navbar-brand

{
    /* float: none !important; */
}

.testimonial_para
{
    color: #000000;
    font-size: 14px;
}

.testimonal-1
{
        color: #000000;
    font-size: 17px;
}



#gallery {
	position: relative;
	left: calc(-1 * var(--adjust-size));
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 20px;
	max-width: 100vw;
	padding: 20px;
	-webkit-perspective: 0;
	perspective: 0;
}
#gallery figure:nth-child(7n) {
	--duration: 1s;
	--pin-color: crimson;
}
#gallery figure:nth-child(7n + 1) {
	--duration: 1.8s;
	--pin-color: hotpink;
}
#gallery figure:nth-child(7n + 2) {
	--duration: 1.3s;
	--pin-color: magenta;
}
#gallery figure:nth-child(7n + 3) {
	--duration: 1.5s;
	--pin-color: orangered;
}
#gallery figure:nth-child(7n + 4) {
	--duration: 1.1s;
	--pin-color: darkorchid;
}
#gallery figure:nth-child(7n + 5) {
	--duration: 1.6s;
	--pin-color: deeppink;
}
#gallery figure:nth-child(7n + 6) {
	--duration: 1.2s;
	--pin-color: mediumvioletred;
}
#gallery figure:nth-child(3n) {
	--angle: 3deg;
}
#gallery figure:nth-child(3n + 1) {
	--angle: -3.3deg;
}
#gallery figure:nth-child(3n + 2) {
	--angle: 2.4deg;
}
#gallery figure:nth-child(odd) {
	--direction: alternate;
}
#gallery figure:nth-child(even) {
	--direction: alternate-reverse;
}
#gallery figure {
	--angle: 3deg;
	--count: 5;
	--duration: 1s;
	--delay: calc(-0.5 * var(--duration));
	--direction: alternate;
	--pin-color: red;

	position: relative;
	display: inline-block;
	margin: var(--adjust-size);
	padding: 0.5rem;
	border-radius: 5px;
	box-shadow: 0 7px 8px rgba(0, 0, 0, 0.4);
	width: 100%;
	height: auto;
	text-align: center;
	background-color: ghostwhite;
	background-image: url("https://images.unsplash.com/photo-1629968417850-3505f5180761?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE2OTMzMjQ3ODJ8&ixlib=rb-4.0.3&q=80&w=500");
	background-size: cover;
	background-position: center;
	background-blend-mode: multiply;

	transform-origin: center 0.22rem;
	will-change: transform;
	break-inside: avoid;
	overflow: hidden;
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#gallery.active figure {
	animation-duration: var(--duration), 1.5s;
	animation-delay: var(--delay),
		calc(var(--delay) + var(--duration) * var(--count));
	animation-timing-function: ease-in-out;
	animation-iteration-count: var(--count), 1;
	animation-direction: var(--direction), normal;
	animation-fill-mode: both;
	animation-name: swing, swingEnd;
}
#gallery figure:after {
	position: absolute;
	top: 0.22rem;
	left: 50%;
	width: 0.7rem;
	height: 0.7rem;
	content: "";
	background: var(--pin-color);
	border-radius: 50%;
	box-shadow: -0.1rem -0.1rem 0.3rem 0.02rem rgba(0, 0, 0, 0.5) inset;
	filter: drop-shadow(0.3rem 0.15rem 0.2rem rgba(0, 0, 0, 0.5));
	transform: translateZ(0);
	z-index: 2;
}
figure img {
	aspect-ratio: 1 /1;
	width: 100%;
	object-fit: cover;
	display: block;
	border-radius: 5px;
	margin-bottom: 10px;
	z-index: 1;
}
figure figcaption {
	font-family: 'Montserrat';
	font-size: 12px;
	/* font-weight: 400; */
	overflow: hidden;
	/* white-space: nowrap; */
	/* text-overflow: ellipsis; */
	z-index: 1;
}
figure h2 {
	color: crimson;
	font-size: 22px;
}
figure p {
	font-size: 17px;
}
figure small {
	font-size: 12px;
}
figure > div {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
@keyframes swing {
	0% {
		transform: rotate3d(0, 0, 1, calc(-1 * var(--angle)));
	}
	100% {
		transform: rotate3d(0, 0, 1, var(--angle));
	}
}
@keyframes swingEnd {
	to {
		transform: rotate3d(0, 0, 1, 0deg);
	}
}
#info {
	position: relative;
	text-align: center;
	z-index: 1;
}
#info a {
	font-size: 1.1rem;
}
/*
@media (orientation: landscape) {
	#gallery {
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	}
}
*/
@media (min-width: 800px) {
	#gallery {
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	}
}

/*-------------------------------------------------------- Carousel ----------------------------------------------------------*/

/*=================================================== END TESTIMONIALS SECTION ==========================================================*/     

.home {
    height: 75vh;
    position: relative;
}
video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: unset;
}
.home-content {
    position: relative;
    padding-top: 150px;
    color: #fff;
    text-align: center;
}




.home-content button {
    display: block;
    font-size: clamp(14px, 1.5vw, 18px);
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    margin: 50px auto 0;
    padding: 12px 20px;
    cursor: pointer;
}

.logo-section
{
    padding: 22px 0px 13px 0px;
    font-family: "Poppins", sans-serif;
}

.section-title
{
        background-color: #0060ad;
        padding: 10px 10px;
        color: white;
        font-size: 21px;
        font-weight: 700;
        position: relative;
        margin-bottom: 17px;
        text-align: center;
        font-family: "Poppins", sans-serif;
}

.imags
{
    margin-bottom: 8px;
}

@media (min-width:1200px) {
	.container {
		max-width: 1800px !important;
	}
}


.navbar-default .navbar-nav>li>a
{
    border-radius: 5px;
    border: 1px solid #ffffff;
    color: #fff;
    font-family: "Poppins", sans-serif; 
}

.single-service p
{
    font-size: 12px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 21px;
    margin: 0 0 10px;
}

.single-new
{
    height: 255px !important;
}

.new-one
{
    font-size: 15px !important;
}


.fGalleryText h3 {
    background-color: #0aab8a;
    color: #fff;
    display: block;
    margin-top: 0 !important;
    padding: 6px 6px;
    text-align: center;
    text-transform: uppercase;
    
        font-size: 1em;
    margin: .5em 0;
}

.fGalleryText h3 a {
    color: #fff;
    
    text-decoration: none;
}


.about-img
{
        border: 10px solid white;
}


.faq {
    padding: 6px 0 0px;
    background: #ffffff;
    /* min-height: 58vh; */
}

.faq .section-title {
    margin-bottom: 54px;
}

.faq .section-title h2 {
    margin-bottom: 22px;
}

.faq .accordion .card {
    border: none;
    margin-bottom: 30px;
}

.faq .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 10px;
}

.faq .accordion .card .card-header {
    border: none;
    border-radius: 10px;
    padding: 0;
}

.faq .accordion .card .card-header h5 {
    height: 80px;
    text-decoration: none;
    padding: 31px 30px 0 70px;
    /* padding: 0; */
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: none;
    font-family: 'Montserrat', sans-serif;
    box-shadow: none;
    font-weight: 600;
    color: black;
    border: 1px solid rgb(97 125 255 / 64%);
}

.faq .accordion .card .card-header h5 button {
    color: #1e3056;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 0 30px 0 70px;
    height: 80px;
    display: block;
    font-weight: 600;
    color: black;
    width: 100%;
    color: rgba(30, 48, 86, 0.8);
    text-align: left;
    background: #fff;
    -webkit-box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
    box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
    border-radius: 10px 10px 0 0;
    position: relative;
}

.faq .accordion .card .card-header h5 button:after {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    color: #ff5f74;
    text-align: center;
    border: 1px solid #ff5f74;
    border-radius: 50%;
    line-height: 100%;
    content: '\f067';
    font-size: 10px;
    line-height: 18px;
    
    font-weight: 900;
    display: none;
}

.faq .accordion .card .card-header h5 button.collapsed {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: none;
    font-family: 'Montserrat', sans-serif;
    box-shadow: none;
    font-weight: 600;
    color: black;
    border: 1px solid rgb(97 125 255 / 64%);
}

.faq .accordion .card .card-header h5 button[aria-expanded="true"]:after {
    content: '\f068';
    color: #fff;
    background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #ff5f74 30%, #a85fff 100%);
}

.faq .accordion .card .card-body {
    -webkit-box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
    box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
    border-radius: 0 0 10px 10px;
    padding-top: 16px;
    margin-top: -6px;
    padding-left: 72px;
    padding-right: 70px;
    padding-bottom: 23px;
    color: rgba(30, 48, 86, 0.8);
    line-height: 30px;
}

.cf
{
        font-size: 13px;
    color: #060606;
}
    

.btn-link:hover, .btn-link:focus
{color: white !important;
}

.btn:hover, .btn:focus, .btn.focus
{
   color: white !important; 
}

.bh
{
        border: 2px solid black;
        padding: 10px 10px;
        text-align: center;
        border-radius: 6px;
        background-color: #00afef1f;
        color: white;
}


.ssss
{
    background-color: white !important;
}

.about-box
{
    box-shadow: 5px 10px 30px -10px rgb(0 0 0 / 20%);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 0px;
    padding: 21px 14px;
    position: relative;
    height: 178px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 17px;
}

.cdf
{
    padding: 22px 10px; 
}


.line-he
{
        line-height: 21px;
        padding-bottom: 11px;
}

.single-new-1
{
    height: 313px !important;
}

.sw
{
    color: white;
    border: 2px solid #ffffff;
}

.as
{
        border: 14px solid white;
    margin-bottom: 21px;
}

.vbg
{
        padding-top: 63px;
}


td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}


th
{
    background-color: #00afef;
    
}



.home2
{
    display: none;
}

.logo-new
{
    padding-bottom: 22px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 5px 10px 30px -10px rgb(0 0 0 / 20%);
}


.bg
{
    padding-bottom: 18px;
}


.bg1
{
        border: 2px solid #060606;
        padding: 0px 10px;
        font-size: 13px;
        color: black;
        border-radius: 10px;
}

.social-icons-1 li

{
        margin-top: 9px;
        display: inline-block;
        margin-right: 4px;
        border: 1px solid white;
        padding: 2px 7px;
        color: white;
        background-color: white;
}


.social-icons-1 li a

{
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 19px;
    color: #ffffff;
}
 

.vvb
{
        text-align: center;
    color: white;
    font-family: 'Poppins';
    font-size: 14px;
}



/* fixed social*/
#fixed-social {
   position: fixed;
   top: 150px;
   z-index: 111;
    right: 0px;
}

#fixed-social a {
   color: #fff;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
   line-height: 40px;
   width: 40px;
   margin-bottom: 0px;
   z-index: 2;
}
#fixed-social a:hover>span{
	visibility: visible;
  left: 41px;
  opacity: 1;
} 
#fixed-social a span {
	line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
 .fixed-facebook{
 	background-color: #1976d2;
 }
 .fixed-facebook span{
	background-color: #00AAE5;
 }
 .fixed-twitter{
	background-color: #03a9f4;
	}
 .fixed-twitter span{
 	background-color: #7D3895;
 }
 .fixed-gplus{
	background-color: #00AF54;

 }
 .fixed-gplus span{
 	background-color: #00AF54;
 }
 .fixed-linkedin{
	background-color: #0077b5;
	}
 .fixed-linkedin span{
 	background-color: #FFC41E;
 }
 .fixed-instagrem{
	background-color: #ED2B29;

 }
 .fixed-instagrem span{
 	background-color: #ED2B29;
 }
 .fixed-tumblr{
	background-color: #EB1471;

 }
 .fixed-tumblr span{
 	background-color: #EB1471;
 }
/*end fixed social*/




#fixed-form-container{
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 94%;
    text-align: center;
    margin: 0;
    z-index: 111;
}

#fixed-form-container .button:before { 
   content: "+ ";
}

#fixed-form-container .expanded:before { 
    content: "- ";
}

#fixed-form-container .button {
  font-size: 1em;
  font-weight: 500;
  cursor: pointer;
  margin-left: 187px !important;
  margin-right: auto;
  border: 2px solid #00afef;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0px 0px;
  padding: 5px 20px 5px 20px;
  background-color: #00afef;
  color: #000;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  -webkit-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
}

#fixed-form-container .body{
    background-color: #fff; 
    border-radius: 5px;
    border: 2px solid #e25454;
    margin-bottom: 16px;
    padding: 10px; 
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
}

@media only screen and (min-width:768px){
    #fixed-form-container .button{
       margin: 0;
       margin-left: 187px !important;
    }
    #fixed-form-container {
        /* left: 20px; */
        right: 0px;
        width: 332px;
        text-align: left;
        z-index: 111;
    }

    #fixed-form-container .body{
        padding: 30px;
        border-radius: 0px 5px 5px 5px;
    }
}

.body input textarea
{
    height: 35px;
}


.body textarea
{
    height: 35px !important;
}







#audio-control {
  cursor:pointer;
  padding: 10px 20px;
  background:#000;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  left: 93%;
  float: right;
  top: 91%;
}