@font-face {
  font-family: 'BYekan';
  src: url('assets/fonts/WeWYekan.eot');
  src: url('assets/fonts/WebYekan.eot?#iefix') format('embedded-opentype'),
  url('assets/fonts/WebYekan.woff') format('woff'),
  url('assets/fonts/WebYekan.ttf') format('truetype'),
  url('assets/fonts/WebYekan.svg#WebYekan') format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+0600â€“06FF;
}
/*------------------------------------- /
Theme Name: Elora One Page Corporate Template 
Theme URI: http://periodicitems.com/
Author: periodicitems
Author URI: http://periodicitems.com/
Description: Elora One Page Corporate Template 
Version: 1.0
---------------------------------------
    CSS INDEX

  1. Theme Default CSS (body, link color, section etc)
    1.1 Theme Based Basic Code
    1.2 Theme Default Code
  2.Header Section Styling 
  3.Slider Design using CSS Code.
  4.About Section Start Here
    4.1 Our Agency Section Start Here
  5.Our Work Section Start Here
  6.Our Skrill Area Start Here 
  7.Team Section Area Start Here
  8.Price Section Start Here
  9.Blog Section Start Here
    9.1 Video Section Start Here
  10.Contact Section Start Here
  11.Footer Section Start Here

---------------------------------------*/
/*-------------------------------------
1. Theme Default CSS (body, link color, section etc)
---------------------------------------*/
/*-------------------------------------
 1.1 Theme Based Basic Code 
 --------------------------------------*/
/* ------------------------------------
1.2 Theme Default Code 
---------------------------------------*/
.section-area {
  text-align: center;
  padding: 0px 100px;
  color: #000000;
}
.section-area h2 {
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  margin-bottom: 70px;
  font-weight: 900;
}
.section-area h2:after {
  background: #49b050;
  bottom: -20px;
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100px;
}
.section-area p {
  margin-bottom: 80px;
}
a,
a:hover,
a:visited {
  outline: none;
}
.acurate {
  padding: 0;
  margin: 0;
}
body {
  font-size: 14px;
  font-family: 'BYekan', tahoma;
  color: #333333;
  line-height: 25px;
  vertical-align: baseline;
}
/* ------------------------------------
2.Header Section Styling 
---------------------------------------*/
.header-area {
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 999;
  margin-top: 0px;
  /* Main Menu Styling */
}
.header-area .logo-area {
  text-align: center;
  margin-top: 20px;
}
.header-area .logo-area a {
  display: block;
}
.header-area .main-menu-area ul {
  text-align: center;
}
.header-area .main-menu-area ul li {
  display: inline-block;
  position: relative;
}
.header-area .main-menu-area ul li a {
  display: block;
  padding: 38px 25px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  outline: none;
  position: relative;
  font-weight: 600;
}
.header-area .main-menu-area ul li a:hover {
  color: #49b050 !important;
}
.header-area .main-menu-area ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  width: 35px;
}
.header-area .main-menu-area ul li a:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0px;
  background: #49b050;
  transition: all 0.3s ease 0s;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
}
.header-area .header-right ul {
  text-align: center;
}
.header-area .header-right ul li {
  float: left;
  position: relative;
  width: 48px;
}
.header-area .header-right ul li .search-text {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #49b050;
  box-shadow: 0 0 0.5px -1.5px rgba(153, 157, 163, 0.4);
  color: #000000;
  display: none;
  font-size: 16px;
  height: 35px;
  margin-top: 10px;
  padding: 5px 18px 5px 10px;
  position: absolute;
  right: 15px;
  top: 100%;
  z-index: 9;
}
.header-area .header-right ul li i {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  padding: 30px 0 40px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.header-area .header-right ul li i:hover {
  color: #49b050 !important;
}
.header-area .header-right ul li a.cart-area {
  display: block;
  font-size: 25px !important;
}
.header-area .header-right ul li a.cart-area span {
  background: #49b050;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #ffffff;
  content: "";
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -8px;
  top: 30px;
  width: 20px;
  font-size: 16px;
}
div#sticker {
  background: #000000;
}
.stick {
  position: fixed !important;
  top: 0px !important;
  z-index: 9999999;
  width: 100%;
  background: rgba(0, 0, 0, 0.9) !important;
  margin: 0;
  padding: 0px 0 !important;
}
.stick {
  border-bottom: 2px solid #49b050;
}
.mobile-menu-area {
  display: none;
}
#scrollUp {
  background: transparent;
  border: 1px solid #49b050;
  bottom: 100px;
  color: #49b050 !important;
  display: block;
  font-size: 25px;
  height: 60px;
  line-height: 0;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 60px;
  z-index: 1000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#scrollUp:hover {
  background: #17651c;
}
#scrollUp:hover i {
  color: #ffffff;
}
#scrollUp i {
  display: block;
  padding-top: 12px;
  font-size: 30px;
  font-weight: bold;
}
.main-menu-area ul li.current a {
  color: #49b050 !important;
}
/*-------------------------------------
3.Slider Design using CSS Code. 
---------------------------------------*/
.slider-area .slider-1 h2 {
  text-transform: uppercase;
  font-weight: 800;
}
.slider-area .slider-1 h2 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 5px;
  position: relative;
  text-transform: uppercase;
}
.slider-area .slider-1 h2:after {
  background: rgba(0, 0, 0, 0) url("img/slider/arrow.png") no-repeat scroll 0 0;
  bottom: -30px;
  content: "";
  height: 24px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 660px;
}
.home1 .slider-2 h3 {
  left: 20%;
  position: relative;
  font-size: 30px;
  font-weight: 700;
}
.preview-2 .nivo-controlNav {
  display: none;
}
.slider-area .slider-1 p {
  letter-spacing: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
.slider-area .slider-1 .read-more {
  display: inline-block;
}
.slider-area .slider-1 .read-more button {
  background: #49b050;
  color: #ffffff;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  margin: 50px 0;
  transition: all 0.3s ease 0s;
  display: block;
  font-size: 16px;
}
.slider-area .slider-1 .read-more button:hover {
  background: #17651c;
}
/*  - Default Style
---------------------------------------*/
.section-padding {
  padding-top: 80px;
  padding-bottom: 70px;
}
.section-head {
  text-align: center;
  padding-bottom: 40px;
}
.section-title {
  color: #222222;
  font-size: 2em;
  font-weight: 600;
}
.section-title span {
  font-weight: 700;
}
.section-description {
  max-width: 550px;
  margin: 0 auto;
}
.icon {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  border: 1px solid;
}
.inner-item {
  max-width: 292px;
  margin: 0 auto 30px auto;
}
.overlay {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  padding: 100px 0;
}
/*  - Social Media btn
---------------------------------------*/
.social-media-btn a {
  color: #737d8b;
}
.social-media-btn .icon {
  font-size: 1em;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: none;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  margin: 0 2px;
}
.facebook-btn,
.twitter-btn,
.linkedin-btn,
.pinterest-btn,
.dribbble-btn {
  background-color: #ffffff;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.social-media-btn .facebook-btn:hover {
  color: #ffffff;
  background-color: #3c599b;
}
.social-media-btn .twitter-btn:hover {
  color: #ffffff;
  background-color: #55ACEE;
}
.social-media-btn .linkedin-btn:hover {
  color: #ffffff;
  background-color: #4875B4;
}
.social-media-btn .pinterest-btn:hover {
  color: #ffffff;
  background-color: #e3262e;
}
.social-media-btn .dribbble-btn:hover {
  color: #ffffff;
  background-color: #ea4c89;
}
/* ------------------------------------
4.About Section Start Here 
---------------------------------------*/
.features-section .icon {
  height: 70px;
  width: 70px;
  color: #363636;
  font-size: 1.7142em;
  border: 5px solid #e7eaea;
  line-height: 60px;
}
.item-title a {
  color: #363636;
  font-size: 1.2857em;
  font-weight: 700;
  padding: 15px 0;
  display: block;
  text-decoration: none;
}
.item-info img {
  text-align: center;
}
.raleway-features-section .inner-item:hover a,
.features-section .inner-item:hover a {
  color: #49b050;
}
.raleway-features-section .inner-item:hover .icon,
.features-section .inner-item:hover .icon {
  color: #ffffff;
  background-color: #49b050;
}
/* ------------------------------------
4.1 Our Agency Section Start Here 
---------------------------------------*/
.agency-section {
  background-color: #f2f1f1;
}
.agency-section.section-padding {
  padding-bottom: 0;
}
.agency-section .item-info img {
  text-align: center;
}
.agency-section .item-title a {
  color: #363636;
  font-size: 2.3em;
  padding-bottom: 50px;
  line-height: 30px;
  transition: all 0.3s ease 0s;
  position: relative;
}
.agency-section .item-title a:hover {
  color: #49b050;
}
.agency-section .item-title a:after {
  background: #49b050;
  bottom: 25px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}
.agency-section .team-image {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.agency-section .team-image:hover:before {
  right: 0;
  top: 0;
}
.agency-section .team-image:hover:after {
  left: 0;
  bottom: 0;
}
.agency-section .team-image:before {
  right: -100%;
  top: -100%;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  transition: all .5s;
  opacity: .5;
}
.agency-section .team-image:after {
  left: -100%;
  bottom: -100%;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  transition: all 0.3s ease 0s;
  opacity: .5;
}
.agency-section .team-image a {
  display: block;
}
.agency-section .team-image a img {
  width: 100%;
}
.agency-section .item-info p {
  padding-bottom: 15px;
}
.agency-section .custom-btn {
  border: 1px solid #49b050;
  background: transparent;
  color: #000000;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  margin: 40px 0;
  transition: all 0.3s ease 0s;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
}
.agency-section .custom-btn:hover {
  background: #49b050;
  color: #ffffff;
}
ul.servecepoint {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.servecepoint li {
  position: relative;
  margin-left: 20px;
}
ul.servecepoint li:before {
  margin-left: -5px;
  position: absolute;
  content: "\f00c ";
  font-family: FontAwesome;
  left: -20px;
  top: 0;
  font-size: 14px;
  color: #49b050;
}
.project-activation-area {
  background: url("img/bg/project-activites.png") no-repeat scroll 0 0;
  transition: all 0.3s ease 0s;
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
  cursor: pointer;
  line-height: 0;
}
.about-counter-list {
  text-align: center;
}
.about-counter-list h1 {
  font-size: 24px;
  font-weight: 600;
  font-family: 'BYekan', tahoma;
  padding: 0 10px 30px;
}
.about-counter-list h1::after {
  content: "";
  height: 2px;
  position: absolute;
  top: 60px;
  width: 22px;
  border-bottom: 2px solid;
  display: block;
  text-align: center;
  margin: auto;
  left: 140px;
}
.about-counter-list p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
  font-family: 'BYekan', tahoma;
}
.ab-count .col-lg-3.col-md-3:nth-child(1) h1 {
  color: #ffffff;
}
.ab-count .col-lg-3.col-md-3:nth-child(2) h1 {
  color: #ffffff;
}
.ab-count .col-lg-3.col-md-3:nth-child(3) h1 {
  color: #ffffff;
}
.ab-count .col-lg-3.col-md-3:nth-child(4) h1 {
  color: #ffffff;
}
.ab-count {
  padding: 0 0 25px 0;
}
.about-counter-list .fa {
  display: inline-block;
  font-size: 25px;
  left: 89px;
  position: absolute;
  top: 20px;
  color: #ffffff;
}
.about-counter-list .fa:hover {
  color: #49b050;
}
/*-------------------------------------
5.Our Work Section Start Here
---------------------------------------*/
.features-work {
  padding: 100px 0 0;
}
.property-area {
  padding: 90px 0;
}
.featured-property-area {
  padding: 90px 0 0px;
}
.heading-para2 p.title-para {
  margin-bottom: 25px !important;
}
.portfolio-column-menu {
  margin-bottom: 30px;
}
.portfolio-grid .portfolio-column-menu ul,
.portfolio-grid3 .portfolio-column-menu ul {
  text-align: center;
  text-transform: uppercase;
}
.portfolio-column-menu ul li {
  margin-right: 5px;
  color: #5b5b5b;
  text-decoration: none;
  border: 1px solid #49b050;
  transition: all 0.3s ease 0s;
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
  cursor: pointer;
}
.portfolio-column-menu ul li.active {
  color: #ffffff;
  background: #49b050;
}
.portfolio-column-menu ul li:hover {
  background: #49b050;
  color: #ffffff;
}
.portfolio-column-menu ul li:last-child::before {
  display: none;
}
.work-item7 {
  width: 100%;
}
#Container .mix {
  display: none;
}
.mix {
  display: none;
}
.portfolio-column-content .mix {
  display: none;
}
.portfolio-grid3 .portfolio-item {
  margin-bottom: 25px;
}
.portfolio-item {
  position: relative;
  width: 100%;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
.portfolio-item:hover span.on-sale {
  opacity: 1;
  right: 0;
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item span.on-sale {
  background: #49b050;
  color: #ffffff;
  display: block;
  font-weight: bold;
  height: 68px;
  position: absolute;
  right: -100px;
  text-align: center;
  top: 0;
  width: 68px;
  transform: rotate(-90deg);
  opacity: 0;
  transition: all .9s;
}
.portfolio-item .property-price {
  position: relative;
  overflow: hidden;
  padding: 15px;
}
.portfolio-item .property-price ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.portfolio-item .property-price ul li {
  display: inline-block;
}
.portfolio-item .property-price ul li.price {
  float: right;
  font-weight: 800;
  padding: 10px 0;
  color: #49b050;
}
.portfolio-item .property-price ul li.border-right {
  border-right: 2px solid #dddddd;
  padding-right: 20px;
}
.portfolio-item .property-price ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  color: #222222;
  font-weight: 800;
}
.portfolio-item .property-price ul li a:hover {
  color: #17651c;
}
/* ------------------------------------
6.Our Skrill Area Start Here 
---------------------------------------*/
#Elora-features {
  padding: 100px 0;
}
.home3-our-sucess-area h2 {
  margin-bottom: 50px;
  text-decoration: none;
  font-size: 30px;
  font-weight: 600;
  color: #222222;
  transition: all 0.3s ease 0s;
}
.home3-our-sucess-area h2:after {
  background: #49b050;
  top: 55px;
  content: "";
  height: 2px;
  left: 15px;
  position: absolute;
  width: 50px;
}
.home3-our-sucess-area p {
  color: #646464;
  line-height: 1.55;
  padding-right: 50px;
}
.single-skill {
  text-align: center;
}
.single-skill h4.progress-h4 {
  color: #000000;
  font-size: 16px;
  margin: 30px 0 0 10px;
  text-align: center;
}
.skill-content-3 {
  overflow: hidden;
}
.skill .progress .lead {
  color: #444;
  font-size: 15px;
  font-weight: 400;
  left: 0;
  position: absolute;
  top: -30px;
  z-index: 99;
}
.skill .progress {
  background-color: #f0f0f0;
  border-radius: 0;
  box-shadow: none;
  height: 25px;
  margin: 30px 0 52px 0;
  overflow: visible;
  position: relative;
}
.skill .progress-bar > span {
  background: #333 none repeat scroll 0 0;
  float: right;
  font-size: 11px;
  margin-right: 10px;
  margin-top: -25px;
  position: relative;
  padding: 0 5px;
}
.skill .progress-bar > span:before,
.skill .progress-bar > span:after {
  border: medium solid transparent;
  content: " ";
  height: 0;
  position: absolute;
  top: 100%;
  width: 0;
}
.skill .progress-bar > span:before {
  border-top-color: #333;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}
.holax-shop h3,
.we-are-good-at h3 {
  font-size: 18px;
  margin-bottom: 25px;
}
.skill .progress:nth-child(1) .progress-bar {
  background: #49b050;
}
.skill .progress:nth-child(2) .progress-bar {
  background: #ef7716;
}
.skill .progress:nth-child(3) .progress-bar {
  background: #2BCDC0;
}
.skill .progress:nth-child(4) .progress-bar {
  background: #f26d7e;
}
.accordion-widget {
  padding-left: 15px;
}
.panel-default {
  border: none;
}
.panel-group .panel {
  margin-bottom: 10px;
  border-radius: 0;
  box-shadow: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.panel-heading {
  position: relative;
  padding: 0;
  border-radius: 0;
}
.accordion-widget p {
  margin: 0;
}
.panel-heading a {
  color: #ffffff;
  font-size: 1em;
  background: #49b050;
  text-decoration: none;
  padding: 10px 15px 10px 35px;
  display: block;
}
.panel-heading a:after {
  position: absolute;
  left: 10px;
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "\f068";
  font: normal normal normal 12px/1 FontAwesome;
  margin-right: 10px;
  text-align: center;
  color: #ffffff;
  line-height: 20px;
}
.panel-heading a.collapsed:after {
  content: "\f067";
}
.panel-heading a.collapsed {
  background: #363636;
}
.accordion-img img {
  margin: 0 auto;
  padding-bottom: 20px;
}
.skills-container {
  background: #ededed;
}
/* ------------------------------------
7.Team Section Area Start Here 
---------------------------------------*/
.team-img {
  position: relative;
  height: 195px;
  width: 195px;
  margin: 0 auto;
  border-radius: 100%;
}
.team-img span {
  position: absolute;
  left: 153px;
  bottom: -48px;
  border-top: 33px solid #e7eaea;
  border-bottom: 42px dashed transparent;
  border-left: 27px dashed transparent;
  -webkit-transform: rotate(-28deg);
  -moz-transform: rotate(-28deg);
  -ms-transform: rotate(-28deg);
  -o-transform: rotate(-28deg);
  transform: rotate(-28deg);
  opacity: 0;
}
.team-img img {
  width: 100%;
  height: auto;
  border-radius: 100%;
  border: 5px solid #e7eaea;
}
.name {
  padding-top: 15px;
}
.name a {
  color: #49b050;
  font-size: 1.2857em;
  font-weight: 800;
  text-decoration: none;
  position: relative;
  margin-bottom: 30px;
  transition: all 0.3s ease 0s;
}
.name a:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 40px;
  left: 0;
  right: 0;
  bottom: -5px;
  background: #49b050;
  margin: auto;
}
.name a:hover {
  color: #17651c !important;
}
.designation {
  font-weight: 700;
  padding: 10px;
}
.social-icon {
  margin-top: 20px;
}
.social-icon a {
  color: #49b050;
  font-size: 1.2857em;
  padding: 5px;
}
.team-section .inner-item:hover .team-img img {
  border-color: #49b050;
}
.team-section .inner-item:hover .name a {
  color: #49b050;
}
.social-icon a:hover {
  color: #17651c;
}
.team-section .inner-item:hover span {
  opacity: 1;
  border-top: 30px solid #49b050;
}
.team-img span,
.team-img img {
  -webkit-transition: all .25s  ease;
  -moz-transition: all .25s  ease;
  -ms-transition: all .25s  ease;
  -o-transition: all .25s  ease;
  transition: all .25s  ease;
}
/* ------------------------------------
8.Price Section Start Here 
---------------------------------------*/
.pricing-section {
  background-color: #f2f1f1;
}
.pricing-section .inner-item {
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  transition: all 0.3s ease 0s;
}
.pricing-section .inner-item:hover {
  border: 1px solid #49b050;
}
.item-head {
  color: #ffffff;
  padding: 17px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.item-head.bg1 {
  background-color: #49b050;
}
.item-head.bg2 {
  background-color: #49b050;
}
.item-head.bg3 {
  background-color: #49b050;
}
.item-head.bg4 {
  background-color: #49b050;
}
.item-head.bg2 .custom-btn {
  color: #49b050;
  display: block;
  margin: 10px;
  padding: 10px;
  text-decoration: none;
}
.item-head.bg2 .custom-btn:hover {
  background: #17651c;
  color: #ffffff;
}
.item-head.bg3 .custom-btn {
  color: #49b050;
  display: block;
  margin: 10px;
  padding: 10px;
  text-decoration: none;
}
.item-head.bg3 .custom-btn:hover {
  background: #17651c;
  color: #ffffff;
}
.item-head.bg4 .custom-btn {
  color: #49b050;
  display: block;
  margin: 10px;
  padding: 10px;
  text-decoration: none;
}
.item-head.bg4 .custom-btn:hover {
  background: #17651c;
  color: #ffffff;
}
.item-head h3.title {
  font-size: 2.1428em;
  font-weight: 700;
  margin: 0;
  padding-top: 12px;
}
.currency-price-time {
  padding-top: 15px;
  padding-bottom: 10px;
}
.currency-price-time .currency,
.currency-price-time .number {
  font-size: 2.5714em;
}
.currency-price-time .number {
  font-weight: 800;
}
.pricing-section .custom-btn {
  margin-top: 15px;
  border-radius: 5px;
  padding: 0 25px;
  background-color: #ffffff;
}
.pricing-section a.custom-btn {
  width: auto;
  height: auto;
}
.item-head.bg1 .custom-btn {
  background-color: #ffffff;
  color: #49b050;
  display: block;
  margin: 10px;
  padding: 10px;
  text-decoration: none;
}
.item-head.bg1 .custom-btn:hover {
  background: #17651c;
  color: #ffffff;
}
.item-list {
  padding-top: 20px;
  padding-bottom: 20px;
}
.item-list ul {
  list-style: none;
  padding-left: 40px;
}
.item-list ul li {
  padding: 5px;
  position: relative;
}
.item-list ul.list1 {
  color: #222222;
}
.item-list ul.list2 {
  color: #787878;
}
.item-list ul.list1 li:before {
  content: "\f00c";
  position: absolute;
  top: 8px;
  left: -15px;
  font: normal 14px FontAwesome;
}
.item-list ul.list2 li:before {
  content: "\f00d";
  position: absolute;
  top: 8px;
  left: -15px;
  font: normal 14px FontAwesome;
}
/* ------------------------------------
9.Blog Section Start Here 
---------------------------------------*/
.inner-item2 {
  max-width: 390px;
  margin: 0 auto 30px auto;
}
.blog-section .inner-item2 {
  background-color: #f2f1f1;
  padding-bottom: 40px;
}
.blog-section .post-thumbnail {
  position: relative;
}
.blog-section .post-thumbnail img {
  width: 100%;
}
.post-type {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -40px;
  margin-bottom: -40px;
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 100%;
  font-size: 2em;
  border: 5px solid #e7eaea;
  line-height: 68px;
}
.post-title {
  padding: 40px 15px 0 15px;
}
.blog-section .item-footer {
  background-color: #4e4d4d;
  display: inline-block;
  padding: 10px 20px;
}
.post-meta {
  padding: 10px 15px;
}
.post-meta a {
  color: #787878;
  text-decoration: none;
}
.blog-section .inner-item2 p {
  padding: 0 15px;
}
.item-footer {
  margin-top: 30px;
}
.blog-section .item-footer a {
  color: #ffffff;
  width: 80px;
  display: inline-block;
  text-decoration: none;
}
.blog-section .item-footer span {
  display: block;
}
.blog-section .inner-item2:hover {
  background-color: #ffffff;
  box-shadow: 0 0 7px #49b050;
}
.blog-section .inner-item2:hover .post-title,
.blog-section .inner-item2:hover .post-type {
  color: #49b050;
}
.blog-section .inner-item2:hover .item-footer {
  background-color: #49b050;
}
.blog-section .inner-item2,
.item-footer,
.post-title,
.post-type {
  -webkit-transition: all .25s  ease;
  -moz-transition: all .25s  ease;
  -ms-transition: all .25s  ease;
  -o-transition: all .25s  ease;
  transition: all .25s  ease;
}
/* ------------------------------------
9.1 Video Section Start Here 
---------------------------------------*/
.video-section {
  background: url(img/bg/video-bg.jpg) fixed;
  background-size: cover;
}
.video-title {
  color: #ffffff;
  font-size: 2em;
  font-weight: 700;
  margin-top: 30px;
  text-transform: uppercase;
}
.video-section a {
  position: relative;
  display: inline-block;
  border-radius: 100%;
  z-index: 0;
}
.video-section a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #49b050;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  z-index: -1;
}
.video-section a:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.video-section a img {
  z-index: 999;
}
/* ------------------------------------
10.Contact Section Start Here 
---------------------------------------*/
.contact-form-area {
  padding: 100px 0;
}
.contact-form-area .contact-form h3 {
  color: #222222;
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.contact-form-area .contact-form h3:after {
  background: #49b050 none repeat scroll 0 0;
  bottom: -15px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}
.contact-form-area .contact-form input {
  height: 45px;
}
.contact-form-area .contact-form button.btn-send {
  display: inline-block;
  padding: 10px 30px;
  display: block;
  background: #49b050;
  color: #ffffff;
  border: none;
  transition: all 0.3s ease 0s;
  font-weight: bold;
}
.contact-form-area .contact-form button.btn-send:hover {
  background: #17651c;
}
.contact-form-area .google-map h3 {
  color: #222222;
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.contact-form-area .google-map h3:after {
  background: #49b050 none repeat scroll 0 0;
  bottom: -15px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}
/* ------------------------------------
11.Footer Section Start Here 
---------------------------------------*/
.footer-container {
  color: #cccaca;
  background-color: #151414;
}
.footer-widget {
  padding: 40px 0 10px 0;
  display: inline-block;
}
.footer-container .widget {
  margin-bottom: 30px;
}
.footer-container hr {
  border-top: 1px solid #464646;
}
.footer-container h3 {
  font-size: 2em;
  padding-bottom: 40px;
  font-weight: 600;
  position: relative;
}
.footer-container h3:after {
  background: #49b050 none repeat scroll 0 0;
  bottom: 22px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}
.contact-info ul {
  margin: 0;
  padding: 0;
}
.contact-info li {
  list-style: none;
  position: relative;
  padding-bottom: 10px;
}
.contact-info li::before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  left: -20px;
  line-height: 1;
  position: absolute;
  top: 5px;
}
.latest-post .inner-item {
  margin: 10px 0;
  display: inline-block;
}
.widget .post-img {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 10px;
}
.widget a {
  text-decoration: none;
}
.widget .post-details {
  display: block;
  overflow: hidden;
}
.widget .post-details p {
  line-height: 18px;
  margin-bottom: 3px;
}
.widget .post-details p span {
  color: #49b050;
  padding-left: 10px;
}
.latest-tweets p {
  margin: 14px 0;
}
.latest-tweets a {
  color: #49b050;
  text-decoration: none;
}
.latest-tweets .auther {
  display: block;
}
.widget-gallery {
  padding-top: 10px;
}
.single-gallery {
  width: 80px;
  height: 80px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  background-color: #36d7b7;
}
.single-gallery:hover img {
  opacity: 0.6;
}
.copywright-footer {
  width: 100%;
  display: block;
  background-color: #ffffff;
  padding: 30px 0;
}
.copywright-footer p {
  margin: 0;
  color: #000000;
  font-size: 16px;
}
.menu-height-fix {
  height: 70px;
}
