/* ----------------------------------
-------------------------------------

Table of contents
        
    01. Template default css
    02. Navbar
        - Navbar Default
        - Navbar Sticky
        - Navbar Transparent
        - Nav With Topbar
    03. Banner
    04. Features
    05. About Area
    06. Services
        - Carousel
        - Grid
        - Static
    07. Portfolio
        - Grid Colum
        - Masonary Colum
    08. Team
        - Carousel
        - Grid
        - Static
    09. Pricing Area
    10. Fun Factor
    11. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
    12. Clients Area
    13. Faq
    14. Concat Area
    15. Subscribe Form
    16. Error 404
    17. Footer
    18. PHP Contact Form
    19. Others

*/


/*
** General Styles for HTML tags
*/

* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
}

html, body, .wrapper {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1,h2,h3,h4 {
  margin-bottom: 15px;
}

h5,h5 {
  margin-bottom: 10px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

a img, iframe {
  border: none;
}

p {
  color: #666666;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus, textarea:focus, 
 select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  list-style-type: none;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

a:hover {
  color: #232323;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}

b, strong {
  font-weight: 900;
}

.btn.active, .btn:active {
  background-image: inherit !important;
}

.btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}
/* Default CSS */
.container-half {
  margin: 0 auto;
  width: 60%;
  padding: 0 15px;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #f7f7f7;
}

.bg-theme-small {
  background-color: #edf5ff;
}

.bg-light {
  background-color: #19233e;
}

.bg-theme {
  background-color: #76b729;
}

.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .text-light p, 
 .text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
}

.shadow.dark::after {
  background: #1d202400 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: #1d2024 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #76b729 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme-hard::after {
  background: #76b729 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.default-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.default-padding-top {
  padding-top: 80px;
}

.default-padding-bottom {
  padding-bottom: 80px;
}

.default-padding.bottom-less {
  padding-top: 80px;
  padding-bottom: 50px;
}

.default-padding.bottom-30 {
  padding-top: 80px;
  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 80px;
  padding-bottom: 20px;
}

.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}

.carousel-shadow {
  padding-bottom: 65px;
}

.btn {
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: inherit;
  overflow: hidden;
}

.btn-md {
  padding: 10px 32px 10px;
}

.btn-sm {
  padding: 8px 35px;
  font-size: 12px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover, 
 .btn.btn-sm-pro.btn-border-light:focus {
  background-color: #ffffff;
  color: #232323;
  border: 2px solid #ffffff;
}

.btn-dark {
  background-color: #232323;
  color: #ffffff;
  border: 2px solid #232323;
}

.btn-dark.border {
  background-color: transparent;
  color: #232323;
  border: 2px solid #232323;
}

.btn-dark.border:hover {
  background-color: #232323;
  color: #ffffff !important;
  border: 2px solid #232323;
}

.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #232323;
}

.btn.btn-light:hover, 
 .btn.btn-light:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.effect:hover, 
 .btn.btn-light.effect:focus {
  background-color: #76b729;
  color: #ffffff !important;
  border: 2px solid #76b729;
}

.btn.btn-light.border {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.border:hover {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 2px solid #ffffff !important;
  color: #232323 !important;
}

.btn-dark:hover, 
 .btn-dark:focus {
  color: #232323 !important;
  background: transparent;
}

.bg-dark {
  background: #0e1425 none repeat scroll 0 0;
}

.btn-theme {
  background-color: #365bbc;
    color: #ffffff !important;
    border: 2px solid #4274f5;
  border-radius: 50px;
}

.btn-theme.border {
  background-color: transparent;
  color: #76b729 !important;
  border: 2px solid #76b729;
}

.btn-theme.border:hover {
  background-color: #76b729;
  color: #ffffff !important;
  border: 2px solid #76b729;
}

.btn-theme.effect:hover, 
.btn-theme.effect:focus {
  background: #253358 none repeat scroll 0 0;
  border: 2px solid #253358;
  color: #ffffff;
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.container-full {
  padding: 0 15px;
  width: 100%;
}

.oh {
  overflow: hidden;
}

.less-margin {
  margin: 0;
}

header {
  position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
  width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
  width: 0;
}

.attr-nav .social.right li {
  margin-left: 20px;
}

.attr-nav .social li a {
  font-size: 16px;
}

/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;
  padding: 35px 20px;
}

.attr-nav > a.btn-theme.effect:hover, 
.attr-nav > a.btn-theme.effect, 
.attr-nav > a.btn-theme.effect:focus {
  background: #76b729 none repeat scroll 0 0;
  border: 2px solid #76b729;
  color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

.attr-nav.social li {
  display: inline-block;
  padding: 25px 0 !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #76b729;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  text-align: center;
  width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important;
}

.site-heading h2 {
  display: inline-block;
  font-weight: 600;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
}

.site-heading h4 {
  text-transform: uppercase;
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: #76b729;
}

.site-heading h2 span {
  color: #76b729;
}

.site-heading.barber h2 span {
  color: #bc9355;
}

.site-heading p {
  margin: 0;
}

.site-heading h2::before {
  background: #76b729 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}

.bg-theme .site-heading h2::before,
.shadow .site-heading h2::before,
.half-bg .site-heading h2::before {
  background: #ffffff none repeat scroll 0 0;
}

.site-heading h2 span {
  color: #76b729;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.site-heading.single {
  margin-bottom: 35px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
  padding: 150px 0;
}

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 15px;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.breadcrumb-area h1 {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 40px;
  margin-top: -10px;
}

.breadcrumb > li + li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding: 0 5px;
  color: #ffffff;
  display: none;
}

.breadcrumb-area .breadcrumb li i {
  margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb li::after {
  border: 2px solid #ffffff;
  content: "";
  height: 10px;
  left: -7px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.breadcrumb-area .breadcrumb li:first-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a, 
.breadcrumb-area .breadcrumb li {
  font-family: "Poppins",sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}

.breadcrumb-area .breadcrumb li.active {
  color: #76b729;
}


/* Topbar CSS */
.crypto-top-strip {
  position: relative;
  background-color: #19233e;
}
.crypto-userinfo {
  margin-bottom: 0;
}
.crypto-userinfo li:first-child {
  background-color: rgba(255,255,255,0.10);
}
.crypto-userinfo li {
  list-style: none;
  float: left;
  color: #ffffff;
  font-size: 14px;
  padding: 14px;
  margin-right: 11px;
}
.crypto-userinfo li i {
  float: left;
  margin: 3px 10px 0px 0px;
}
.crypto-user-section {
  float: right;
}
.crypto-user-section > li {
  margin-left: 30px;
  padding: 14px 0px 14px 0px;
  font-size: 14px;
}
.crypto-user-section li {
  float: left;
  list-style: none;
}
.crypto-user-section li a {
  color: #ffffff;
  transition: .3s all;
}
@media (max-width: 400px){
  .crypto-userinfo li {
    font-size: 12px;
    padding: 5px 5px;
    margin-right: 5px;
  }
  .crypto-userinfo li i {
    float: left;
    margin: 7px 10px 0px 0px;
  }
}
/* ============================================================== 
     # Banner 
=================================================================== */
body {
  height: 100%;
}

.banner-area, 
.banner-area div {
  height: 70vh;
}

.banner-area.auto-height, 
.banner-area.auto-height div {
  height: auto;
  min-height: 100%;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell, 
 .banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
}

.banner-area .wavesshape {
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}

.banner-area .wavesshape.shape {
  bottom: -50px;
  height: auto;
}

.banner-area .content {
  position: relative;
  z-index: 9;
}

.banner-area.wavesshape {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow::before {
  border-bottom: 0 solid transparent;
  border-right: 100vw solid #fff;
  border-top: 80px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 101;
}

.banner-area.shadow-inner .content {
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-area.content-double .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

/* Animation delays */
.banner-area .item h1:first-child, 
 .banner-area .item h2:first-child, 
 .banner-area .item h3:first-child, 
 .banner-area .item h4:first-child, 
 .banner-area .item h5:first-child, 
 .banner-area .item h6:first-child {
  animation-delay: .5s;
}

.banner-area .item h1:nth-child(2), 
 .banner-area .item h2:nth-child(2), 
 .banner-area .item h3:nth-child(2), 
 .banner-area .item h4:nth-child(2), 
 .banner-area .item h5:nth-child(2), 
 .banner-area .item h6:nth-child(2) {
  animation-delay: .7s;
}

.carousel-caption h1:nth-child(3), 
 .carousel-caption h2:nth-child(3), 
 .carousel-caption h3:nth-child(3), 
 .carousel-caption h4:nth-child(3), 
 .carousel-caption h5:nth-child(3), 
 .carousel-caption h6:nth-child(3) {
  animation-delay: .9s;
}

.banner-area .item p {
  animation-delay: .5s;
}

.banner-area .item ul {
  animation-delay: .6s;
}

.banner-area .item a, 
 .banner-area .item button {
  animation-delay: .7s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active, 
 .carousel-fade .carousel-inner .next.left, 
 .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next, 
 .carousel-fade .carousel-inner .prev, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-inner .item > .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

#particles-js,
#ripple {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-area .carousel-control {
  background: transparent none repeat scroll 0 0;
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-shadow: inherit;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow::after {
  background: #1e2726 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .carousel-control.left {
  left: -50px;
}

.banner-area:hover .carousel-control.left {
  left: 0;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 20px;
}

.banner-area .carousel-control.right {
  right: -50px;
}

.banner-area:hover .carousel-control.right {
  right: 0;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}

/* Content */

.banner-area .transparent-nav .content {
  padding-top: 60px;
}

.banner-area .content {
  overflow: hidden;

}

.banner-area .content h1 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: capitalize;
  line-height: 1.1;
  text-shadow: 1px 1px 6px #000;
}

.banner-area .heading-uppercase .content h1 {
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
}

.banner-area .text-center .content h1 {
  line-height: 1.2;
}

.banner-area .content h1 span {
  color: #ffda00;
  font-weight: 700;
}

.banner-area .content p {
  font-size: 18px;
  line-height: 30px;
}

.banner-area .content a {
  margin-top: 15px;
  margin-right: 8px;
}

.banner-area .text-right .content a {
  margin-left: 8px;
}

.banner-area .text-center .content a {
  margin: 15px 4px 0;
}

.banner-area .text-center.inc-top-heading .content a {
  margin: 5px 4px 0;
}

.banner-area .inc-top-heading h3 {
  text-transform: uppercase;
  font-size: 20px;
      text-shadow: 1px 1px 6px #000;
}

.banner-area .inc-top-heading a {
  margin-top: 5px;
}

.banner-area .text-center p {
  padding: 0 15%;
}

.banner-area .text-dark p {
  color: #232323;
}

.banner-area.video-bg-live .mbYTP_wrapper {
  z-index: 1 !important;
}


/* ============================================================== 
     # About
=================================================================== */

.about-area .about-info {
  border-left: 1px solid #e7e7e7;
  padding-left: 30px;
}

.about-area.full-width .about-info {
  border: medium none;
  padding-left: 15px;
}

.about-area.inc-video .about-info {
  border: medium none;
}

.about-area.reverse.inc-video .about-info {
  padding-left: 15px;
  padding-right: 15px;
}

.about-area.reverse.inc-video .video-info {
  float: right;
}

.about-area .management-quote {
  padding-right: 30px;
}

.about-area .management-quote .management-items p {
  padding-top: 50px;
  position: relative;
}

.about-area .management-quote .management-items p::before {
  content: ",,";
  font-family: "Times New Roman";
  font-size: 120px;
  left: 5px;
  color: #76b729;
  letter-spacing: -10px;
  opacity: 0.3;
  position: absolute;
  top: 55px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.about-area .about-info li {
  float: left;
  margin-top: 30px;
  width: 50%;
}

.about-area.full-width .single-item {
  margin-bottom: 30px;
}

.about-area .about-info li:first-child, 
.about-area .about-info li:nth-child(2) {
  margin-top: 10px;
}
.about-area h2 {
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: capitalize;
  color: #314373;
}

.about-area .author {
  align-items: center;
  border-top: 1px dashed #e7e7e7;
  display: flex;
  padding-top: 20px;
}

.about-area .author .thumb {
  max-width: 100px;
}

.about-area .author .info {
  font-family: "Poppins",sans-serif;
  padding-left: 15px;
}

.about-area .author .info span {
  display: block;
  text-transform: uppercase;
}

.about-area .author .info b {
  color: #4470e1;
  display: block;
  font-weight: 500;
}

.about-area .management-quote .management-items .owl-dots {
  margin-top: 20px;
  text-align: center;
}

.about-area .management-quote .management-items .owl-dots .owl-dot span {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #cccccc;
  height: 20px;
  margin: 0 5px;
  width: 20px;
}

.about-area .management-quote .management-items .owl-dots .owl-dot.active span {
  background: #3a66da none repeat scroll 0 0;
  border: 2px solid transparent;
}

.about-area .about-list {
  border-left: 1px solid #e7e7e7;
  padding-left: 30px;
}

.about-area .about-list ul {
  margin-bottom: -5px;
}

.about-area .about-list li .icon, 
.about-area .about-list li .info {
  display: table-cell;
  vertical-align: top;
}

.about-area .about-list li .info {
  padding-top: 5px;
}

.about-area .about-list li .icon i {
  color: #76b729;
  display: inline-block;
  font-size: 50px;
  min-width: 70px;
}

.about-area .about-list li .info h5 {
  font-weight: 600;
  text-transform: capitalize;
}

.about-area .about-list li {
  border-top: 1px solid #e7e7e7;
  margin-top: 20px;
  padding-top: 20px;
}

.about-area .about-list li p:last-child {
  margin-bottom: 0;
}

.about-area .about-list li:first-child {
  border: medium none;
  margin-top: 0;
  padding-top: 0;
}

.about-area .about-content .thumb img {
  position: relative;
  z-index: 1;
}

.about-area.full-width.mt .about-items {
  margin-top: 50px;
}

.about-area .about-content .info h4 {
  color: #1c50d8;
  font-weight: 600;
  text-transform: uppercase;
}

.about-area .about-content .info h2 {
  display: inline-block;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  color:#314373;
}

.about-area .about-content .info a {
  margin-top: 10px;
}

.about-area .about-content .info a.btn-contact {
  padding: 10px;
  color:#314373;
}

.about-area .about-content .info h2::after {
  background: #232323 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}

.about-area .about-content ul {
  margin-bottom: 15px;
  margin-top: 25px;
}

.about-area .about-content ul li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.about-area .about-content ul li .icon, .about-area .about-content ul li .info {
  display: table-cell;
  vertical-align: top;
}

.about-area .about-content ul li .info span {
  color: #232323;
  display: block;
  font-family: "Poppins",sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-area .about-content ul li .info {
  padding-left: 15px;
}

.about-area .about-content ul li .icon i {
  color: #76b729;
  font-size: 40px;
}

.about-area .about-content ul li .icon i.fa-clock {
  font-weight: 500;
}

.about-area .about-content ul li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}


/*=============================
        
==============================*/
.single-features {
  background: #314373;
  padding: 25px 15px;
  transition: all 0.3s ease;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.single-features:hover {
  background: #caa707;
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media:first-child {
  margin-top: 0;
}
.single-features .media img {
  max-height: 64px;
  max-width: 64px;
  margin-right: 20px;
  object-fit: cover;
}
.media-body {
  position: relative;
}
.single-features .media-body h5 {
  font-size: 20px;
  color: #f1f1f1;
  margin-top: 0;
  padding-top: 20px;
}



.countup-section {
  background-position: top center !important;
}
.countup-section.bg-image:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(rgb(25, 35, 62),rgba(25, 35, 62, 0.74));
}
.bg-image-holder, .bg-image {
  background-size: cover!important;
  background-position: top;
  transition: all 0.3s linear;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f5f5f5;
  position: relative;
}
.countup-section .single_block {
  position: relative;
}
.countup-section .icon-box {
  margin: 0 auto 20px;
}
.countup-section .icon-box img {
  position: relative;
  max-width: 64px;
  margin-top: 9px;
}
.countup-section .counter, .countup-section span.count {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 36px;
  z-index: 555;
  color: #f7ce0e;
  display: inline-block;
}
.countup-section h3 {
  color: #ffffff;
  font-size: 18px;
  padding-top: 10px;
}
@media (min-width: 768px){
.countup-section .single_block {
  margin: 0;
}
.countup-section .counter, .countup-section span.count {
  font-size: 36px;
}
}
@media (min-width: 992px){
.countup-section .counter, .countup-section span.count {
  font-size: 36px;
}
}


/* ============================================================== 
     # Services
=================================================================== */
.our-services {
  overflow: hidden;
  position: relative;
  padding: 43px 0 43px;
  background: #f8f8f8;
}
.our-services.rotated-bg:before {
  content: '';
  position: absolute;
  width: 1000px;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 886px;
  left: 10%;
  top: 50%;
  background: #4470e2;
}
.our-services .sec-title {
  text-align: center;
}
.sec-title {
  position: relative;
  margin-bottom: 20px;
}
.sec-title h2 {
  position: relative;
  font-size: 40px;
  margin-bottom: 30px;
  color: #314373;
  text-transform: capitalize;
  font-weight: 700;
}
.sec-title h2.center:before {
  position: absolute;
  content: '';
  background: #ceab00;
  width: 50px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}
.our-services .clearfix {
  margin-top: 66px;
}
.single-service-item {
  margin-bottom: 26px;
  position: relative;
  padding: 38px 20px 38px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0,0,0,.1);
  -webkit-transition: .5s;
  transition: .5s;
  border: 2px solid #eee;
}
.single-service-item:hover {
  border-color: #e2c207;
  -webkit-transition: .5s;
  transition: .5s;
}
.single-service-item:hover .service-icon {
  background: #fff;
  border-radius: 50px;
  -webkit-transition: .5s;
  transition: .5s;
}
.our-services .single-service-item .service-icon {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
}
.our-services .single-service-item .service-icon img {
    max-width: 64px;
}
.service-text {
    overflow: hidden;
}
.service-text h4 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 10px;
}
.service-text h4 a {
    color: #314373;
    transition: .5s;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
}
.service-text h4 a:hover {
    color: #76b729;
    transition: .5s;
}
.service-text p {
    color: #777777;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    min-height: 11em;

}



.services-inc-area.half-bg {
  position: relative;
  z-index: 1;
}

.services-inc-area.half-bg::after {
  background: #1d2024 none repeat scroll 0 0;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.services-area .services-items .equal-height {
  margin-bottom: 30px;
  right: -1px;
}

.services-inc-area.inc-colum .equal-height {
  margin-bottom: 30px;
}

.services-items.colum-items .single-item {
  margin-bottom: 30px;
}

.services-area .services-items .item {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  -webkit-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  -o-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  padding: 50px 30px;
}

.services-area .services-items .item i {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #76b729;
  display: inline-block;
  font-size: 50px;
  height: 100px;
  line-height: 95px;
  position: relative;
  text-align: center;
  width: 100px;
}

.services-area .services-items .item i::after {
  border-bottom: 2px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-left: 2px solid;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
}

.services-area .services-items .item:hover i::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.services-area .services-items .item .icon {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.services-area .services-items .item h4 {
  font-weight: 600;
  text-transform: capitalize;
  display: block;
}

.services-area .services-items .item p {
  margin: 0;
}

.services-area .services-items .item a {
  color: #666666;
  display: inline-block;
  font-weight: 600;
  margin-top: 10px;
  text-transform: uppercase;
}

.services-area .services-items .item a:hover {
  color: #76b729;
}

/* Services Shadow */

.services-area.shadow .services-items .item {
  background: transparent none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: inherit;
  position: relative;
  z-index: 1;
}

.services-area.shadow .services-items .item::after {
  background: #1d2024 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.services-area.shadow .services-items .item:hover:after {
  background: #ffffff;
  opacity: 1;
}

.services-area.shadow .services-items .item i,
.services-area.shadow .services-items .item h4,
.services-area.shadow .services-items .item p,
.services-area.shadow .services-items .item i {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.services-area.shadow .services-items .item:hover p,
.services-area.shadow .services-items .item:hover h4 {
  color: #666666;
  opacity: 1;
}

.services-area.shadow .services-items .item:hover i {
  color: #76b729;
  opacity: 1;
}

.services-area.shadow .services-items .item a {
  color: #76b729;
}

.services-area.shadow .services-items .item i {
  border: medium none;
  color: #ffffff;
  height: inherit;
  line-height: inherit;
  width: inherit;
  border-radius: inherit;
}

.services-area.shadow .services-items .item a i {
  float: right;
  font-size: 14px;
  margin-left: 3px;
  margin-top: 1px;
  color: #76b729;
}

.services-area.shadow .services-items .item i::after {
  border: none;
  border-radius: inherit !important;
}


/* Thumbnail Services */

.services-inc-area .services-items .item {
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.services-inc-area .item .thumb {
  position: relative;
  z-index: 1;
}

.services-inc-area .item .overlay > a {
  bottom: 0;
  display: flex;
  left: 0;
  width: 100%;
  padding: 15px 30px;
  position: absolute;
  z-index: 1;
  align-items: center;
}

.services-inc-area .services-items.overlay-gap .item .overlay > a {
  bottom: 10px;
  left: 10px;
  right: 10px;
  width: auto;
}

.services-inc-area .services-items.overlay-gap .item .overlay i {
  font-size: 40px;
}

.services-inc-area .item .thumb .overlay > a::after {
  background: #000000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.services-inc-area .item .overlay i {
  color: #ffffff;
  display: inline-block;
  font-size: 50px;
}

.services-inc-area .item .overlay h4 {
  border-left: 1px solid #ffffff;
  margin-left: 15px;
  padding-left: 15px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 18px;
}

.services-inc-area .item .overlay h4 a {
  color: #ffffff;
}

.services-inc-area .item .overlay > a {
  color: #76b729;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 5px;
}

.services-inc-area .item .info {
  background: #ffffff none repeat scroll 0 0;
  padding: 30px;
}

.services-inc-area .item .info a {
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.services-inc-area .item .info a:hover {
  color: #76b729;
}

.services-inc-area .services-carousel .owl-nav {
  margin: 0;
}

.services-inc-area .services-carousel .owl-nav .owl-prev, 
.services-inc-area .services-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #76b729;
  font-size: 30px;
  height: 40px;
  left: -50px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.services-inc-area .services-carousel .owl-nav .owl-next {
  left: auto;
  right: -50px;
}

.services-inc-area .services-items.services-carousel .owl-dots {
  margin: -25px 0 0;
  position: absolute;
  right: -45px;
  top: 50%;
}

.services-inc-area .services-items.services-carousel .owl-dots .owl-dot {
  display: block;
}

.services-inc-area .services-items.services-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #cccccc;
  height: 20px;
  margin: 10px 0;
  width: 20px;
}

.services-inc-area .services-items.services-carousel .owl-dots .owl-dot.active span {
  background: #76b729 none repeat scroll 0 0;
  border-color: #76b729;
}


/* Services item cell */

.services-area .services-items.item-cell .item .icon, 
.services-area .services-items.item-cell .item .info {
  display: table-cell;
  vertical-align: bottom;
}

.services-area .services-items.item-cell .item .info {
  padding-left: 25px;
}

.services-area .services-items.item-cell .item {
  padding: 50px 20px;
}

.services-area .services-items.item-cell .item .icon {
  position: relative;
  z-index: 1;
}

.services-area .services-items.item-cell .item .icon span {
  font-family: "Poppins",sans-serif;
  font-size: 30px;
  font-weight: 900;
  left: 0;
  opacity: 0.06;
  position: absolute;
  top: 0;
}

.services-area .services-items.item-cell .item .icon i {
  border: medium none;
  height: inherit;
  line-height: inherit;
  width: inherit;
}

.services-area .services-items.item-cell .item .icon i::after {
  display: none;
}


/* Services Single */

.services-single-area .sidebar-item {
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
  padding: 30px;
}

.services-single-area .sidebar-item:last-child {
  margin-bottom: 0;
}

.services-single-area .sidebar-item .title h4 {
  font-weight: 500;
  margin-top: -5px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.services-single-area .sidebar-item .title h4::before {
  background: #76b729 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
  z-index: -1;
}

.services-single-area .sidebar-item.link li {
  display: block;
  margin-bottom: 15px;
}

.services-single-area .sidebar-item.link li a {
  color: #666666;
  font-size: 16px;
}

.services-single-area .sidebar-item.link li:last-child {
  margin-bottom: 0;
}

.services-single-area .sidebar-item li {
  display: block;
  margin-bottom: 30px;
}

.services-single-area .sidebar-item li .icon, 
.services-single-area .sidebar-item li span {
  display: table-cell;
  vertical-align: top;
}

.services-single-area .sidebar-item li span {
  padding-left: 15px;
}

.services-single-area .sidebar-item li .icon i.fa-clock, 
.services-single-area .sidebar-item li .icon i.fa-envelope-open {
  font-weight: 500;
}

.services-single-area .sidebar-item li .icon i {
  color: #76b729;
  display: inline-block;
  font-size: 50px;
}

.services-single-area .sidebar-item.project li span {
  float: left;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  padding: 0;
  text-transform: capitalize;
}

.services-single-area .sidebar-item.project li {
  margin-bottom: 15px;
  text-align: right;
}

.services-single-area .sidebar-item.project li:last-child {
  margin-bottom: 0;
}

.services-single-area .info h2 {
  font-weight: 600;
}

.services-single-area .services-content img {
  margin-bottom: 30px;
}

.services-single-area .info h4 {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}



/*======================

========================*/
.get-quote-section{
  position:relative;
  padding:0px 0px;
  overflow: visible;
  background-size:cover;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-position:center center;
}
.get-quote-section .sec-title h2{
  color: #fff;
  text-align:left;
}
.get-quote-section .sec-title h2:before{
  position: absolute;
  content: '';
  background: #76b729;
  width: 50px;
  height: 3px;
  left: 0px;
  bottom: -15px;
}
.get-quote-section p{
  color: #fff;
}
.get-quote-section:before{
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background:rgba(28,28,28,0.50); 
}
.get-quote-section .sec-title  h4{
  color:#fff;
  text-align: left;
}
.get-quote-section .auto-container{
  position:relative;
  z-index:1;  
}
.get-quote-section .form-column{
  position:relative;
  padding-top: 100px;
  padding-bottom: 80px;
}
.get-quote-section .form-box .field-label{
  color:#fff;
}
.get-quote-section .form-box .check-box label{
  color:#fff;
}
.get-quote-section .form-box .row{
  margin:0px -10px;
}
.get-quote-section .form-box .row .form-group{
  padding:0px 10px;
}
.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="tel"],
.default-form input[type="url"],
.default-form select,
.default-form textarea{
  display:block;
  width:100%;
  line-height:24px;
  height:52px;
  font-size:14px;
  border:1px solid #e3e3e3;
  padding:13px 20px;  
  background-color:#ffffff;
  color:#333333;
  border-radius:0px;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;   
}
.default-form select{
  cursor:pointer;
  -moz-appearance:none;
  -webkit-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  background:#ffffff url(../images/icons/icon-select.html) right center no-repeat;
}
.default-form textarea{
  height:140px;
  resize:none;    
}
.default-form select option{
  text-indent:20px;
  color:#222222;  
}
.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
  border-color:#3ba5ea;   
}
.default-form input.error,
.default-form select.error,
.default-form textarea.error{
  border-color:#ff0000 !important;    
}
.default-form label.error{
  display:block;
  line-height:24px;
  padding:5px 0px 0px;
  margin:0px;
  text-transform:uppercase;
  font-size:12px;
  color:#ff0000;
  font-weight:500;    
}
.default-form .thm-btn {
  width: 100%;
}
.thm-btn {
  position: relative;
  background: #4470e1;
  font-size: 14px;
  line-height: 42px;
  font-weight: 700;
  color: #ffffff;
  border: 2px solid #4470e1;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 26px;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.get-quote-section .image-column .image {
  position: relative;
  right: -70px;
  margin-top: -57px;
}

@media (max-width: 1366px){
  .get-quote-section .image-column .image {
    right: -25px;
  }
}
@media (max-width: 1199px){
  .get-quote-section .image-column .image {
    margin-top:70%;
  }
}
@media (max-width: 991px){
  .get-quote-section .image-column .image {
    display: none;
}
}







.progress {
  background: #e7e7e7 none repeat scroll 0 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 10px;
  margin-bottom: 25px;
}
.progress .progress-bar {
    background: #4470e1 none repeat scroll 0 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}










/* ============================================================== 
     # Work Place
=================================================================== */
.work-place-area .work-place-items .item {
  display: flex;
}

.work-place-area .work-place-items .item .info {
  background: #f9f9f9 none repeat scroll 0 0;
  padding: 80px;
}

.work-place-area ul {
  padding-left: 20px;
}

.work-place-area ul li {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}

.work-place-area ul li::after {
  border-radius: 50%;
  color: #76b729;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 19px;
  font-weight: 900;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}

.work-place-area ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.work-place-items .info a {
  margin-top: 30px;
}

.work-place-area .work-place-items .info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.work-place-area .work-place-items .info h4 {
  color: #76b729;
  font-weight: 600;
  text-transform: uppercase;
}

.work-place-area .work-place-items.workplace-carousel .owl-dots {
  bottom: 25px;
  left: 50%;
  position: absolute;
  width: 50%;
}

.work-place-area .work-place-items.workplace-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 20px;
  width: 20px;
}

.work-place-area .work-place-items.workplace-carousel .owl-dots .owl-dot.active span {
  background: #76b729 none repeat scroll 0 0;
  border-color: #76b729;
}

.work-place-area .work-place-items.workplace-carousel .owl-nav {
  margin: 0;
}

.work-place-area .work-place-items.workplace-carousel .owl-nav .owl-prev, 
.work-place-area .work-place-items.workplace-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #76b729;
  font-size: 30px;
  height: 40px;
  left: 15px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.work-place-area .work-place-items.workplace-carousel .owl-nav .owl-next {
  left: auto;
  right: 15px;
}


/* ============================================================== 
     # Skill
=================================================================== */
.skill-area.full .row {
  display: flex;
}

.skill-area.full .skill-items {
  padding: 80px;
}

.skill-area.full .skill-items h2 {
  margin-bottom: 50px;
}

.skill-area .info {
  padding-right: 30px;
}

.skill-area .skill-items {
  margin-top: 30px;
}

.skill-area .info h2 {
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.skill-area .info h2 span {
  color: #76b729;
}

.skill-area .skill-items .progress {
  background: #e7e7e7 none repeat scroll 0 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 5px;
  margin-bottom: 25px;
}

.skill-area .skill-items .progress .progress-bar {
  background: #76b729 none repeat scroll 0 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.skill-area .skill-items .progress-box:last-child .progress {
  margin-bottom: 0;
}

.skill-area .skill-items .progress-box h5 {
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
}

.skill-area .tab-content h2,
.skill-area .tab-content h3,
.skill-area .tab-content h4 {
  font-weight: 500;
  text-transform: capitalize;
}

.skill-area .tab-items .nav-pills a {
  border: medium none;
  border-radius: inherit;
  float: left;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 50px;
  padding: 10px 0;
  position: relative;
  text-align: left;
  z-index: 1;
}

.skill-area .tab-items .nav-pills .active a,
.skill-area .tab-items .nav-pills a:focus {
  background: transparent none repeat scroll 0 0;
  color: #76b729;
}

.skill-area .tab-items .nav-pills a:hover {
  color: #76b729;
  background: transparent none repeat scroll 0 0;
}

.skill-area .tab-items .nav-pills {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 25px;
  margin-top: -10px;
}

.skill-area .tab-items .nav-pills .active a::after {
  background: #76b729 none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 60px;
}

.skill-area .tab-content p:last-child {
  margin-bottom: 0;
}


/* ============================================================== 
     # Achivement
=================================================================== */

.achivement-area .info {
  padding-right: 30px;
}

.achivement-area .info h2 {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.achivement-area .info h2::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}

.achivement-area .info a {
  margin-top: 15px;
}

.achivement-area .achivement-items .fun-fact {
  padding: 50px 30px;
  position: relative;
  z-index: 1;
}

.achivement-area .achivement-items .fun-fact::after {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.57);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.achivement-area .achivement-items .item {
  margin-top: 30px;
}

.achivement-area .achivement-items .item:first-child, 
.achivement-area .achivement-items .item:nth-child(2) {
  margin-top: 0;
}

.achivement-area .achivement-items .fun-fact .timer {
  color: #76b729;
  display: block;
  font-family: "Poppins",sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}

.achivement-area .achivement-items .fun-fact .medium {
  color: #232323;
  display: block;
  font-family: "Poppins",sans-serif;
  font-size: 16px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
}


/* ============================================================== 
     # Work Process
=================================================================== */
.work-process-area .process-item .icon, 
.work-process-area .process-item .info {
  display: table-cell;
  vertical-align: top;
}

.work-process-area .process-item .info {
  padding-left: 30px;
}

.work-process-area .process-item .icon i {
  color: #76b729;
  font-size: 60px;
}

.work-process-area .process-item .info span {
  display: block;
  font-family: "Poppins",sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 10px;
  opacity: 0.2;
}

.work-process-area .process-item .info h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.work-process-area .process-items h2 {
  font-weight: 600;
  text-transform: capitalize;
}

.work-process-area .process-items .heading {
  margin-bottom: 30px;
}

.work-process-area .process-item {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.work-process-area .process-item p:last-child {
  margin-bottom: 0;
}

.work-process-area .process-item:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}



/* ============================================================== 
     # Faq Accordion
=================================================================== */

.faq-area {
  overflow: hidden;
}

.faq-items .panel-group,
.acd-items .panel-group {
  margin-bottom: 0;
}

.faq-area .faq-items {
  margin-top: -15px;
}

.acd-items .panel-heading .panel-title a span {
  background: #ff5a6e none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  text-align: center;
  width: 30px;
}

.acd-items .panel-heading .panel-title a {
  color: #232323;
  display: block;
  font-weight: 600;
  padding: 19px 0 20px 15px;
  position: relative;
}

.acd-items .panel-heading {
  padding: 0;
}

.faq-area .acd-items .panel-body {
  padding: 30px 15px;
}

.acd-items .panel.panel-default {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  margin: 0 0 10px;
}

.acd-items .panel.panel-default:last-child {
  margin-bottom: 0;
}

.acd-items .panel-body p:last-child {
  margin: 0;
}

.faq-items .panel-body {
  padding: 20px;
}

.faq-items .acd-items .panel .panel-body {
  border-color: #e7e7e7;
}

.acd-arrow .panel-group.symb .panel-heading a::after {
  content: "\f107";
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 17px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #232323;
}

.acd-arrow.left .panel-group.symb .panel-heading a::after {
  content: "\f01b" !important;
  font-size: 20px;
  position: absolute;
  right: auto;
  left: 10px;
  top: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.acd-arrow.left .panel-group.symb .panel-heading a.collapsed:after {
  content: "\f01a" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.faq-area .faq-items .panel-group {
  margin: 0;
}

.acd-arrow .panel-group.symb .panel-heading a.collapsed:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}


/* ============================================================== 
     # Product 
=================================================================== */

.buspro-product-area .product-single {
  margin-bottom: 30px;
}

.product-list .product-thumb {
  position: relative;
  z-index: 1;
}

.product-list .product-thumb .overlay {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  bottom: -35px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  left: 15px;
  padding: 15px;
  position: absolute;
  right: 15px;
  text-align: center;
}

.product-list .product-thumb .overlay li {
  display: inline-block;
}

.product-list .product-thumb .overlay li a {
  border: 1px solid;
  border-radius: 50%;
  color: #76b729;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 3px;
  text-align: center;
  width: 40px;
}

.product-list .product-content {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e7e7e7;
  padding: 65px 30px 30px;
}

.product-list .product-content h4 {
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.product-list .product-content h4 a:hover {
  color: #76b729;
}

.product-list .product-content span {
  color: #232323;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 3px;
}

.product-list .product-content span del {
  color: #999999;
}


/* ============================================================== 
     # Error Page
=================================================================== */

.error-page-area .error-box {
  position: relative;
}

.error-page-area .error-box h1 {
  color: #666666;
  font-size: 300px;
  font-weight: 600;
  left: 50%;
  line-height: 1;
  opacity: 0.09;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: -1;
}

.error-page-area h2 {
  font-weight: 600;
  text-transform: uppercase;
}

.error-page-area a {
  margin-top: 15px;
}

.error-box .search {
  margin-bottom: 15px;
  margin-top: 30px;
  text-align: center;
}

.error-box .search form {
  margin: auto;
  position: relative;
  width: 400px;
}

.error-box .search .input-group {
  width: 100%;
}

.error-box .search form input {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  box-shadow: inherit;
}

.error-box .search form button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  line-height: 50px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

/* ============================================================== 
     # Blog
=================================================================== */

.blog-area .single-item {
  margin-bottom: 30px;
}

.blog-area.full-blog .single-item {
  margin-bottom: 50px;
}

.blog-area .thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.blog-area .item .thumb img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.blog-area .item:hover .thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-area .thumb .post-formats {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 15px;
  width: 50px;
  z-index: 1;
}

.blog-area .thumb .post-formats::after {
  background: #76b729 none repeat scroll 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.blog-area .info {
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  padding: 30px;
  background: #ffffff none repeat scroll 0 0;
}

.blog-area .info  a:hover {
  color: #76b729;
}

.blog-area .info h4 {
  margin-bottom: 20px;
}

.blog-area .info h2,
.blog-area .info h3,
.blog-area .info h4 {
  font-weight: 500;
  text-transform: capitalize;
}

.blog-area .info .cats {
  margin-bottom: 10px;
}

.blog-area .info .cats i {
  margin-right: 5px;
}

.blog-area .info .cats a {
  color: #666666;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding-right: 8px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.blog-area .info .cats a:hover {
  color: #76b729;
}

.blog-area .info .cats a::after {
  bottom: 0;
  content: ",";
  font-family: "Times New Roman";
  font-size: 15px;
  position: absolute;
  right: 0;
}

.blog-area .info .cats a:last-child::after {
  display: none;
}

.blog-area .info .meta li {
  color: #666666;
  float: left;
  font-family: "Poppins",sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-area .info .meta li i {
  margin-right: 5px;
}

.blog-area .info .meta > a {
  color: #76b729;
  float: right;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-area .info .meta {
  border-top: 1px solid #e7e7e7;
  float: left;
  padding-top: 15px;
  width: 100%;
  margin-bottom: -5px;
}

.blog-area .blog-carousel .owl-nav {
  margin: 0;
}

.blog-area .blog-carousel .owl-nav .owl-prev, 
.blog-area .blog-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #76b729;
  font-size: 30px;
  height: 40px;
  left: -50px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.blog-area .blog-carousel .owl-nav .owl-next {
  left: auto;
  right: -50px;
}

.blog-area .blog-carousel .owl-dots {
  margin: -25px 0 0;
  position: absolute;
  right: -45px;
  top: 50%;
}

.blog-area .blog-carousel .owl-dots .owl-dot {
  display: block;
}

.blog-area .blog-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #cccccc;
  height: 20px;
  margin: 10px 0;
  width: 20px;
}

.blog-area .blog-carousel .owl-dots .owl-dot.active span {
  background: #76b729 none repeat scroll 0 0;
  border-color: #76b729;
}

.blog-area.left-sidebar .blog-content {
  float: right;
}

/* Pagination */

.blog-area .pagi-area .pagination li a {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #76b729;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
}

.blog-area .pagi-area .pagination li.active a {
  background: #76b729 none repeat scroll 0 0;
  border-color: transparent;
  color: #ffffff;
}

.blog-area .pagi-area .pagination {
  margin-bottom: -10px;
  margin-top: -5px;
}

/* Sidebar */

.blog-area .sidebar .title {
  display: block;
}

.blog-area .sidebar .title h4 {
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: -5px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.blog-area .sidebar .title h4::before {
  background: #76b729 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
  z-index: -1;
}

.blog-area .sidebar input[type="text"] {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
}

.blog-area .sidebar form {
  position: relative;
}

.blog-area .sidebar input[type="submit"] {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-family: "Poppins",sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.blog-area .sidebar input[type="submit"]:hover {
  background: #76b729 none repeat scroll 0 0;
}

.blog-area .sidebar .sidebar-item {
  float: left;
  margin-bottom: 50px;
  width: 100%;
}

.blog-area .sidebar .sidebar-item.gallery {
  margin-bottom: 40px;
}

.blog-area .sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info, 
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
  margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}

.blog-area .sidebar .sidebar-item.category li a {
  display: inline-block;
  text-transform: capitalize;
  padding-left: 25px;
}

.blog-area .sidebar .sidebar-item li a:hover {
  color: #76b729;
}

.sidebar-item.category ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\f07b";
  font-family: "Font Awesome 5 Free";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
  top: 10px;
}

.blog-area .sidebar .sidebar-item.category li a span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #666666;
  font-weight: 500;
  padding: 0 8px;
  position: absolute;
  right: 0;
  top: 10px;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
  margin-top: 0;
  padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-item.recent-post li a {
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.sidebar-item.recent-post li a:last-child {
  display: inline-block;
  font-weight: 400;
}

.sidebar-item.recent-post .meta-title {
  color: #999999;
  font-family: "Poppins",sans-serif;
  margin-top: 5px;
}

.sidebar-item.recent-post li a:hover {
  color: #76b729;
}

.color-yellow .sidebar-item.recent-post li a:hover {
  color: #ff9800;
}

.sidebar-item.recent-post li a span {
  display: inline-block;
  color: #232323;
}

.sidebar-item.recent-post li span {
  display: inline-block;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.sidebar-item.recent-post .meta-title a {
  text-transform: capitalize;
  color: #999999;
}

.sidebar-item.recent-post li {
  color: #cdd0d3;
}

.sidebar-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.sidebar-item.recent-post li:last-child {
  margin: 0;
}

.sidebar-item.recent-post li .thumb {
  display: table-cell;
  padding-top: 5px;
  vertical-align: top;
  width: 80px;
}

.sidebar-item.recent-post .thumb img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.sidebar-item.recent-post li .info {
  box-shadow: inherit;
  color: #837f7e;
  display: table-cell;
  line-height: 26px;
  padding: 0 0 0 20px;
  vertical-align: top;
}

.sidebar-item.gallery ul li {
  box-sizing: border-box;
  float: left;
  padding: 0 10px 10px 0;
  width: 33.333%;
  float: left;
}

.sidebar-item.gallery ul li img {
  min-height: 70px;
  width: 100%;
}

.sidebar-item.archives ul li {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.sidebar-item.archives ul li:last-child {
  margin-bottom: 0;
}

.sidebar-item.archives ul li a {
  color: #666666;
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  z-index: 1;
  padding-left: 25px;
}

.sidebar-item.archives ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\f07b";
  font-family: "Font Awesome 5 Free";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
}

.sidebar-item.social-sidebar li {
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.sidebar-item.social-sidebar li a {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 5px;
  text-align: center;
  width: 60px;
}

.sidebar-item.social-sidebar li a:hover {
  color: #ffffff !important;
}

.sidebar-item.social-sidebar li.facebook a {
  background: #3B5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
  background: #1DA1F2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
  background: #BD081C none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
  background: #DB4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
  background: #0077B5 none repeat scroll 0 0;
}

.sidebar-item.tags ul li {
  display: inline-block;
}

.sidebar-item.tags ul li a {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 8px;
  margin-right: 5px;
  padding: 10px 25px;
  text-transform: capitalize;
}

.sidebar-item.tags ul li a:hover {
  color: #76b729;
}


/* Blog Single */
.blog-area.single .item .content-box span {
  background: #76b729 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding: 3px 20px;
  text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
  font-weight: 500;
}

.blog-area.single .content-box .cats {
  float: left;
  margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
  float: right;
  font-family: "Poppins",sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-area.single .content-box .meta {
  overflow: hidden;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.blog-area.single .content-box .cats a:last-child::after {
  display: none;
}

.blog-area.single .item {
  margin-bottom: 0;
}

.blog-area .item blockquote {
  background: #f6f6f6 none repeat scroll 0 0;
  border-color: #76b729;
  color: #414141;
  font-size: 15px;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.blog-area .item blockquote p {
  margin: 0;
  position: relative;
  z-index: 1;
  font-style: italic;
}

.author-bio {
  display: block;
  margin-top: 30px;
  width: 100%;
}

.author-bio .avatar {
  display: table-cell;
  vertical-align: top;
  width: 200px;
}

.author-bio .content {
  display: table-cell;
  padding: 0 0 0 30px;
  vertical-align: middle;
}

.author-bio .content p {
  margin: 0;
  position: relative;
  z-index: 1;
  padding-top: 5px;
}

.author-bio .content p::after {
  content: ",,";
  font-family: "Times New Roman";
  font-size: 60px;
  left: 0;
  letter-spacing: -4px;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.author-bio .content h4 {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 15px;
  text-transform: uppercase;
}

.blog-area.single .post-pagi-area {
  background: #f9f9f9 none repeat scroll 0 0;
  margin: 30px 0 45px;
  overflow: hidden;
  padding: 15px;
}

.blog-area.single .post-pagi-area a {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-area.single .post-pagi-area a:hover {
  color: #76b729;
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
  color: #ff9800;
}

.blog-area.single .post-pagi-area a:last-child {
  float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
  margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
  margin-left: 3px;
}

.blog-area.single .post-tags span {
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  margin-right: 5px;
  text-transform: uppercase;
}

.blog-area.single .post-tags a {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #232323;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-right: 5px;
  padding: 3px 25px;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.comments-area .commen-item .comments-info p {
  display: block;
  margin: 0;
}

.blog-area .contact-comments .submit {
  margin-bottom: 0;
}

.blog-area.single .post-tags a:hover {
  color: #76b729;
}

.blog-area.single.color-yellow .post-tags a:hover {
  color: #ff9800;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
 /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.comments-list .commen-item .avatar {
  float: left;
  height: 100px;
  width: 100px;
}

.comments-list .commen-item .content {
  display: table-cell;
  vertical-align: top;
}

.comments-list .commen-item .avatar img {
  height: 80px;
  width: 80px;
}

.comments-list .commen-item {
  margin-bottom: 30px;
}

.comments-list .commen-item.reply {
  padding-left: 80px;
}










.comments-list1 .commen-item .avatar {
  float: left;
  height: 100px;
  width: 100px;
}

.comments-list1 .commen-item .content {
  vertical-align: top;
}

.comments-list1 .commen-item .avatar img {
  height: 80px;
  width: 80px;
}

.comments-list1 .commen-item {
  margin-bottom: 30px;
}

.comments-list1 .commen-item.reply {
  padding-left: 80px;
}



.comments-area {
  margin-top: 40px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
  border-bottom: 1px solid #e2e2e2;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.comments-list .commen-item .content h3, 
.comments-list .commen-item .content h4, 
.comments-list .commen-item .content h5 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}



.comments-info a {
  border: 1px solid #e7e7e7;
  color: #232323;
  display: inline-block;
  font-size: 12px;
  margin-top: 15px;
  padding: 1px 10px;
  text-transform: uppercase;
}

.comments-info a:hover {
  color: #76b729;
}

.color-yellow .comments-info a:hover {
  color: #ff9800;
}

.comments-info a i {
  margin-right: 10px;
}

.comments-form input, 
.comments-form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e7e7e7;
  border-image: none;
  border-radius: inherit;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: inherit;
}

.comments-form textarea {
  min-height: 180px;
  padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
  margin-bottom: 0;
}

.comments-form button {
  background-color: #1d2024;
  border: 1px solid transparent;
  color: #ffffff;
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 20px;
  padding: 12px 40px;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.comments-form button:hover {
  color: #ffffff;
  background-color: #76b729;
  border: 1px solid transparent;
}

.comments-area .commen-item .comments-info {
  margin-bottom: 15px;
}

.comments-form .title h2, 
.comments-form .title h3, 
.comments-form .title h4 {
  border-bottom: 1px solid #e7e7e7;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.blog-area .contact-comments .comments {
  margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
  float: left;
  padding: 0 15px;
}

/* ============================================================== 
     # Clients
=================================================================== */

.clients-area h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.clients-area h4::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}

.clients-area.bg-light h4::after {
  background: #76b729 none repeat scroll 0 0;
}

.clients-area .left-info {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 30px;
}

.clients-area.bg-light .left-info {
  border-right: 1px solid #e7e7e7;
}

.clients-area .clients-box {
  padding-left: 30px;
}

.clients-area .clients-items img {
  width: auto;
  margin: auto;
}

.clients-area .row {
  align-items: center;
  display: flex;
}


/* ============================================================== 
     # Contact Area
=================================================================== */

.contact-area .contact-items {
  overflow: hidden;
}

.contact-area .contact-form h2 {
  font-weight: 600;
  text-transform: capitalize;
}

.contact-area .contact-form p {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 20px;
}

.contact-area .contact-form p::after {
  background: #76b729 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}

.contact-area .contact-form input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
}

.contact-area .contact-form textarea {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 180px;
  padding: 15px 12px;
}

.contact-area .contact-form button {
  background: #76b729 none repeat scroll 0 0;
  border: medium none;
  box-shadow: inherit;
  color: #ffffff;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  padding: 12px 30px;
  text-transform: uppercase;
}

.contact-area .contact-form button i {
  margin-left: 2px;
}

.contact-area form img.loader {
  margin-left: 5px;
}

.contact-area .contact-form {
  margin-top: -5px;
}

.contact-area .address-items h4 {
  border-bottom: 1px solid #e7e7e7;
  font-weight: 600;
  padding-bottom: 15px;
  text-transform: capitalize;
}

.contact-area .address-items li {
  display: block;
  margin-bottom: 30px;
}

.contact-area .address-items li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-area .address-items li .icon, 
.contact-area .address-items li span {
  display: table-cell;
  vertical-align: top;
}

.contact-area .address-items li span {
  padding-left: 15px;
}

.contact-area .address-items li .icon i {
  color: #76b729;
  display: inline-block;
  font-size: 50px;
}

.contact-area .address-items li .icon i.fa-clock,
.contact-area .address-items li .icon i.fa-envelope-open {
  font-weight: 500;
}

form .alert-notification {
  padding: 0;
}

form .alert-notification .alert-success h3 {
  color: green;
}

form .alert-notification h3 {
  margin-bottom: 5px;
}

form .alert-notification .alert {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e7e7e7;
  margin-top: 30px;
}


/* Google Maps */

.google-maps iframe {
  height: 500px;
  margin-bottom: -10px;
  padding: 3px;
  width: 100%;
}

.maps-area.full .google-maps iframe {
  border: medium none;
  height: 500px;
  margin-bottom: -10px;
}

.maps-area {
  overflow: hidden;
}

/* Call Back Area */
.callback-area {
  position: relative;
}

.callback-area .side-icon {
  color: #666666;
  font-size: 300px;
  font-weight: 600;
  left: 50%;
  line-height: 1;
  opacity: 0.09;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.callback-area h2 {
  font-weight: 600;
}

.callback-area .heading {
  margin-bottom: 25px;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
}

.callback-area .heading::after {
  background: #232323 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}

.callback-area input {
  border: 1px solid #e7e7e7;
  box-shadow: inherit;
}

.callback-area button {
  background: #76b729 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  box-shadow: inherit;
  color: #ffffff;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 35px;
  text-transform: uppercase;
}

.callback-area .loader {
  margin-left: 5px;
}


/* ============================================================== 
     # Login Register
=================================================================== */
form.white-popup-block {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  margin: auto;
  overflow: hidden;
  padding: 50px 30px;
  position: relative;
  width: 50%;
}

form.white-popup-block button.mfp-close {
  color: red;
}

form.white-popup-block li {
  display: inline-block;
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}

form.white-popup-block li a {
  background: #002147 none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 50px;
  line-height: 53px;
  text-align: center;
  width: 50px;
}

form.white-popup-block li.facebook a {
  background: #3b5998 none repeat scroll 0 0;
}

form.white-popup-block li.twitter a {
  background: #1da1f2 none repeat scroll 0 0;
}

form.white-popup-block li.pinterest a {
  background: #bd081c none repeat scroll 0 0;
}

form.white-popup-block li.g-plus a {
  background: #db4437 none repeat scroll 0 0;
}

form.white-popup-block li.linkedin a {
  background: #0077b5 none repeat scroll 0 0;
}

form.white-popup-block .col-md-6:last-child {
  border-left: 1px solid #e7e7e7;
}

form.white-popup-block .col-md-6:last-child {
  border-left: 1px solid;
}

form.white-popup-block h3, form.white-popup-block h4 {
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize;
}

form.white-popup-block .login-social {
  padding-right: 30px;
}

form.white-popup-block .login-custom {
  border-left: 1px solid #e7e7e7;
  padding-left: 30px;
}

form.white-popup-block input {
  border: 1px solid #e7e7e7;
  box-shadow: inherit;
}

form.white-popup-block .lost-pass-link {
  float: right;
}

form.white-popup-block .lost-pass-link:hover {
  text-decoration: underline;
}

form.white-popup-block label {
  float: left;
}

form.white-popup-block label input {
  float: left;
  margin-right: 5px;
  min-height: 20px;
}

form.white-popup-block button[type="submit"] {
  background: #76b729 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  margin-top: 10px;
  padding: 8px 50px;
  text-transform: uppercase;
}

form.white-popup-block .link-bottom {
  display: block;
  float: left;
  margin-bottom: 0;
  margin-top: 15px;
  width: 100%;
}

form.white-popup-block .link-bottom a:hover {
  text-decoration: underline;
}

.login-area form.white-popup-block {
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  width: auto;
}

/* ============================================================== 
     # Footer
=================================================================== */

.footer-top .content li {
  display: inline-block;
  margin-left: 100px;
  text-align: left;
}

.footer-top {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  overflow: hidden;
  padding: 30px 0;
}

.footer-top .row {
  align-items: center;
  display: flex;
}

.footer-top .form form {
  float: right;
  width: 70%;
}

.footer-top .form form input {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  box-shadow: inherit;
  min-height: 60px;
  padding-left: 30px;
  width: 100%;
}

.footer-top .form form .input-group-addon {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-shadow: inherit;
  padding: 0;
}

.footer-top .form form .input-group-addon button {
  background: #76b729 none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #ffffff;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  min-height: 60px;
  padding: 0 30px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 9;
}

.footer-top form .input-group.stylish-input-group {
  position: relative;
  width: 100%;
}

footer .f-items {
  overflow: hidden;
}
footer .f-item p{
  color: #fff;
}
footer.bg-dark p {
  color: #cccccc;
}

.footer-top .logo a {
  display: inline-block;
  margin-top: 10px;
}

footer .footer-top img {
  height: 50px;
}

footer .f-item h4 {
  font-weight: 500;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #fff;
}

footer.bg-dark .f-item h4 {
  color: #ffffff;
}

footer .f-item.link li {
  /*float: left; */
  margin-bottom: 15px;
  /*width: 60%;*/
  padding-right: 15px;
}

footer.col-3 .f-item.link li {
  padding-right: 0;
  width: 100%;
}

footer .f-item.link li a {
  display: inline-block;
  font-size: 14px;
  padding-left: 15px;
  position: relative;
  color: #fff;
}

footer .f-item.link li a:hover {
  color: #76b729;
}

footer .f-item.link li a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 6px;
}

footer .f-item.link li:last-child {
  margin: 0;
}

footer .f-item .address h5 {
  text-transform: uppercase;
}

footer .f-item .address li {
  margin-bottom: 15px;
}

footer .f-item .address li:last-child {
  margin: 0;
}

footer .f-item .address h5 i {
  color: #76b729;
  margin-right: 5px;
}

footer .f-item .social li {
  display: inline-block;
  margin-right: 10px;
}

footer .f-item .social li a {
  border: 1px solid #e7e7e7;
  color: #ffe400;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

footer.bg-dark .f-item .social li a {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

footer .f-item .social {
  border-top: 1px solid #e7e7e7;
  margin-top: 20px;
  padding-top: 25px;
}

footer.bg-dark li a {
  color: #cccccc;
}

footer.bg-dark .f-item .social {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .f-item.recent-post li a:last-child {
  display: inline-block;
  font-weight: 400;
}

footer .f-item.recent-post .meta-title, 
footer .f-item.recent-post .meta-title a {
  color: #76b729;
  font-family: "Poppins",sans-serif;
  font-size: 12px;
  text-transform: uppercase !important;
}

footer.bg-dark .f-item.recent-post .meta-title, 
footer.bg-dark .f-item.recent-post .meta-title a {
  color: #ffffff;
}

footer.bg-dark .f-item.recent-post .meta-title a {
  color: #76b729;
}

footer .f-item.recent-post .meta-title {
  margin-top: 5px;
  text-transform: uppercase;
}

footer .f-item.recent-post li a span {
  display: inline-block;
  color: #cdd0d3;
}

footer .f-item.recent-post li a:hover {
  color: #76b729;
}

footer .f-item.recent-post li span {
  display: inline-block;
}

footer .f-item.recent-post li span i {
  margin-right: 5px;
}

footer .f-item.recent-post .meta-title a {
  text-transform: capitalize;
}

footer .f-item.recent-post li {
  color: #cdd0d3;
}

footer .f-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 20px;
}

footer.bg-dark .f-item.recent-post li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .f-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

footer .f-item.recent-post li .thumb {
  display: table-cell;
  vertical-align: top;
  width: 80px;
}

footer .f-item .thumb img {
  width: 100%;
  margin-top: 5px;
}

footer .f-item.recent-post li .info {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
  line-height: 26px;
  color: #837f7e;
}
footer .f-item.recent-post li .info a{
  color: #c3c3c3;
}
footer .f-item.recent-post li .info a:hover{
  color: #76b729;
}
footer .f-item .twitter-item a {
  color: #76b729;
  margin-left: 5px;
}

footer .f-item .twitter-item .twitter-context {
  color: #666666;
}

footer .f-item .twitter-item .twitter-context i {
  color: #76b729;
  margin-right: 5px;
}

footer .f-item .twitter-item {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

footer.bg-dark .f-item .twitter-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .f-item .twitter-item:last-child {
  border: medium none;
  margin-bottom: 0;
  padding: 0;
}
.location ul {
  margin-top: 25px;
}
.location ul li {
  color: #ffffff !important;
  margin-top: 15px;
  font-size: 14px;
  padding-left: 0px;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.location ul li a{
  color:#fff;
}
/* Footer Bottom */

.footer-bottom {
  padding: 20px 0;
}

footer.bg-dark .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom.bg-theme-small {
  border-top: medium none;
}

.footer-bottom li {
  display: inline-block;
}

.footer-bottom li a {
  display: inline-block;
  margin-left: 15px;
}

.footer-bottom li a:hover {
  color: #76b729;
}

.footer-bottom p {
  margin: 0;
}

.secure-payment-logo img{
  float: right;
}
.footer-quick-links li{
  border-right: 3px double #fff;
  padding: 0px 10px;
}
.footer-quick-links li:last-child{
  border-right: none;
}
.footer-quick-links li a{
  margin-left: 0;
  font-size: 14px
}
@media (max-width: 991px){
  .secure-payment-logo img{
    float: none;
  }
}
/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(assets/img/preloader.svg) center no-repeat #fff;
  text-align: center;
}


/* ============================================================== 
     # Demo 
=================================================================== */

.demo-area.demo-conten.default-padding {
  padding-bottom: 30px;
}

.demo-area .single-item {
  position: relative;
  z-index: 1;
}

.demo-area .item {
    margin-bottom: 50px
}

.demo-area .single-item .info {
  padding: 15px 10px;
  text-align: center;
}
.demo-area .single-item .info h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}
.banner-area .demo-banner h1 {
  font-weight: 700;
  margin-bottom: 30px;
}
.banner-area .demo-banner img {
  height: auto;
  margin-bottom: 20px;
  max-height: 80px;
}
.demo-area .def-heading h2 {
  font-weight: 900;
  margin: 30px 0;
  text-transform: uppercase;
  color: #333333;
}
.demo-footer {
  padding-bottom: 80px;
}

.introduction-area h2 span {
  color: #fd0060;
}

.introduction-area h4 {
  font-weight: 300;
  line-height: 30px;
}

.introduction-area h2 {
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.demo-area .site-heading h2 {
  color: #ffffff;
}
.introduction-area h2::before {
  background: #fd0060 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 50px;
}

.introduction-area h2::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 25px;
}

footer.demo .copyright {
  margin-top: 15px;
}
.demo-area .comming-soon.item img {
    opacity: 0.3;
}
.banner-area.demo-banner {
  padding: 50px 0;
}
.demo-area .site-heading {
  margin-bottom: 30px;
}
.demo-area img {
  background: #ffffff none repeat scroll 0 0;
  padding: 10px;
}

/*
=================================================================
  page title style
=================================================================
*/
.bredcrumb {
    opacity: 1;
    position: relative;
}
.bg-image-holder, .bg-image {
    background-size: cover!important;
    background-position: top;
    transition: all 0.3s linear;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f5f5f5;
    position: relative;
}
.bredcrumb .bg-image h1 {
    color: #ffffff;
    position: relative;
    font-weight: 700;
    margin-bottom: 0px;
    text-shadow: 1px 1px 4px #000;
}

.bredcrumb .bg-image:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(34, 34, 34, 0.45);*/
    opacity: 1;
    content: "";
}
.bredcrumb h1{
  font-size: 30px;
  font-weight: 700;
  line-height:30px;
  text-transform:uppercase;
  color:#ffffff;  
}
.bredcrumb .middle {
    text-align: center;
    background-color: #f5f5f8;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px
}
.bredcrumb .middle li {
    padding: 20px 10px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    color: #222222;
    font-weight: 600;
}
.bredcrumb .middle li a{
  color: #222222;
}
.bredcrumb .middle li .inner{
  color: #26cdff
}
.bredcrumb .middle li:after {
    content: "\f105";
    right: -5px;
    top: 20px;
}
.bredcrumb .middle li:last-child:after{
  display: none;
  padding-left: 10px
}
.bredcrumb ul li:after {
    position: absolute;
    content: '\f101';
    font-family: FontAwesome;
    top: 14px;
}


/* 

================================================
   about style
================================================
*/
.about{
  padding: 43px 0px 43px;
}
.about .item-list .item.clearfix{
    margin-top: 20px;
}
@media (max-width: 992px){
  .about .item .image-box img{
    margin-bottom: 30px
  }
  .about.more .item .image-box img{
    margin-top: 30px;
    margin-bottom: 0 !important
  }
}
.about .item-list .item .content-box{}
.about .item-list .item .content-box h4{
  font-family: 'Open Sans', sans-serif;
  font-size:18px;
  font-weight:400;
  color:#222222;
    line-height: 27px;
}
.about.about-2 .item-list .item.clearfix{
  margin-top: 20px
}
.about.about-2 .item-list .item .content-box p{
  padding-bottom: 30px;
    border-bottom: 0px solid #ededed;
}
.about .item-list .item .content-box p{
  max-width: 720px;
  color:#666666;
  margin-top: 26px;
  padding-bottom: 28px;
}
.about .item .image-box img{
  width:auto;
  max-width:100%;
}
.s-list{
  margin-top: 30px;
  /*min-height: 38em;*/
}
.s-list li {
    margin-bottom: 10px;
    color: #312b2b;
    font-size: 14px;
    font-weight: bold;
}
.s-list span.fa {
    font-size: 16px;
    color: #76b729;
    margin-right: 10px;
    padding: 0px 8px 0px 0px;
}



.s-list1{
  margin-top: 30px;

}
.s-list1 li {
    margin-bottom: 10px;
    color: #312b2b;
    font-size: 14px;
    font-weight: bold;
}
.s-list1 span.fa {
    font-size: 16px;
    color: #76b729;
    margin-right: 10px;
    padding: 0px 8px 0px 0px;
}
.about.style-two{
  padding-top:100px;
}
.sec-title h2.left:before {
    position: absolute;
    content: '';
    background: #ceab00;
    width: 50px;
    height: 3px;
    left: 0px;
    bottom: -15px;
}
@media (max-width: 992px){
  .about .bity img{
    margin-top: 30px
  }
}

.about .about-links li{
    display:inline-block;
    margin: 30px 10px 0px 0px;
}
.about .about-links li a{
  letter-spacing:1px;
}
/*

============================================
   Global styles
============================================
*/

body {
  color:#222222;
  font-size: 16px;
}

h1,h2,h3,h4,h5,h6,p,ul { 
  margin:0;padding: 0;
}

h1,h2,h3,h4,h5 {
  font-family: 'Roboto', sans-serif;
} 

ul {list-style-type: none;}

p {
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  font-size:14px;
  line-height: 24px;
}
a {text-decoration: none; display: inline-block; outline: none;}
a:hover,a:focus,a:visited {text-decoration: none; outline: none;}


button {border:none; outline:none; box-shadow: none; display: block; padding: 0; background: transparent;}
input,textarea {display: block; font-size: 16px; line-height: 28px; outline: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}


.boxed_wrapper {
    width: 100%;
    background: #fff;
    overflow-x: hidden;
}
.mt-30{
  margin-top: 30px
}
.clear_fix { clear:both;}
.clear_fix:after {
  display: table;
  content: '';
  clear: both;
}
.list_inline li {
  display: inline-block;
}
.social li {
  display: inline-block;
  font-size: 14px;
}
.social li a {
  color: #fff;
  -webkit-transition:.5s ease-in-out;
  transition: .5s ease-in-out;
}
.default_link {
  font-size: 14px;
  text-transform: uppercase;
  color: #26cdff;
  font-weight: 600;
}
.default_link:hover {
  color: #26cdff;
}

.default_link i {
  margin-left: 3px;
  font-weight: 700;
  font-size: 18px;
}
.uppercase {
  text-transform: uppercase;
}
.padd-80 {
  padding-top: 80px;
}
.tran3s {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.center {
  text-align: center;
}


.row-5 {
  margin: 0 -5px;
}
.thm-color {
  color: #26cdff;
}

.bold {
  font-weight: 700;
}
.s-bold {
  font-weight: 600;
}
.m-bold {
  font-weight: 600;
}

.float_left {
    float: left;
}
.float_right {
    float: right;
}

@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}
/*
===============================================
  button style
===============================================
*/

.thm-btn:hover {
  background: transparent;
  color: #365bbc;
  -webkit-transition:all .5s cubic-bezier(0.4, 0, 1, 1);
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.theme_menu .link_btn {
  margin-top: 24px;
  color:#222222;
}

.button-style-one{
  margin-top: 20px;
  color:#26cdff;
  position:relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 12px;
}
.button-style-one:before{
  content: "";
  position: absolute;
  bottom: 0px;
  width: 94px;
  height: 1px;
  background: #26cdff;
}
.button-style-one:hover{
  color:#26cdff;
}

.button-style-two{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform:uppercase;
  color:#222222;
  padding: 11px 26px;
  border:1px solid #26cdff;
  letter-spacing: 1px;
}
.button-style-two:hover{
  color:#222222;
}

.anim-3 {
  -webkit-transition:all 0.3s ease;
  transition: all 0.3s ease;
}
.anim-5 {
  -webkit-transition:all 0.5s ease;
  transition: all 0.5s ease;
}

.price{
  line-height: 22px;
    border-radius: 5px;
    padding: 5px;
  font-size: 18px !important;
       background: #e0dcdc;
       min-height: inherit !important;
}
.price strong{
  color: #555;
}

.s-list li span{
   display: table-cell;
   line-height: 20px;
}
.s-list1 li span{
   line-height: 20px;
}
.align-top-center{
  display: flex;
  align-items:center;
}

.align-center{
  text-align: center;
  margin: 0 auto;
}
.t-center{
      display: table;
    margin: 0 auto;
    margin-bottom: 12px;
}

====================================================================
   Blog Page Style
====================================================================

***/

.sidebar-page{
  position:relative;
}
.sidebar-page .single-blog-item .img-holder .categories{
  bottom: 40px
}
.blog-container{
  position:relative;
  padding:100px 0px 50px;
  margin-bottom: 20px;
}
.blog-post.style-two{
  padding:0px;
}
.sidebar-page .blog-post{
  position:relative;
  background:#ffffff;
  margin-bottom: 2px;
  transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
}

.sidebar-page .blog-post .post-header{
  position:relative;
  padding: 18px 0px 0px;
  background:#ffffff;
}

.sidebar-page .blog-post .post-header h2{
  position:relative;
  font-size: 18px;
  font-weight: 500;
  margin: 5px 0px 8px;
  color: #222222;
}

.sidebar-page .blog-post .post-header h2 a{
  position:relative;
  display:block;
  color: #222222;
  transition:.5s;
}

.sidebar-page .blog-post .post-header a:hover{
  color: #26cdff;
  transition:.5s;
}
.sidebar-page .blog-post .post-header h4{
  color:#f9ad0a;
  font-size:14px;
  font-family:'raleway'
  font-weight:500;
}
.sidebar-page .blog-post .post-info{
  position:relative;
  margin-bottom: 18px;
  font-family: 'open sans',sans-serif;
}

.sidebar-page .blog-post .post-info li{
  position:relative;
  display:inline-block;
  margin: 0px 25px 0px 0px;
  color: #848484;
  font-size: 14px;
  font-weight: 400;
}
.sidebar-page .blog-post .post-info li span{
}
.sidebar-page .blog-post .post-info li span:before{
  color:#26cdff;
  margin: 0;
  font-size: 14px;
}
.sidebar-page .blog-post .image-box{
  position:relative;  
}

.sidebar-page .blog-post .image-box .date{
  height: 60px;
  width: 70px;
  background: #26cdff;
  color: #fff;
  text-align: center;
  padding-top: 8px;
  position: absolute;
  top: 20px;
  left: 0px;
}
.sidebar-page .blog-post .image-box .date h5{
  font-size: 22px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
  
}
.sidebar-page .blog-post .image-box .date p{
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
  position:relative;
} 

.sidebar-page .blog-post .image-box img{
  position:relative;
  display:block;
  width:100%;
  height:auto;  
}
.sidebar-page .image-slider .owl-controls{
  margin:0px !important;  
}
.sidebar-page .image-slider .owl-nav .owl-prev{
  position:absolute;
  left:-5px;
  top:50%;
  margin-top:-25px;
  width:50px;
  height:50px;
  text-align:center;
  background:none !important;
  font-size:0px !important;
}

.sidebar-page .image-slider .owl-nav .owl-next{
  position:absolute;
  right:-5px;
  top:50%;
  margin-top:-25px;
  width:50px;
  height:50px;
  text-align:center;
  background:none !important;
  font-size:0px !important;
}

.sidebar-page .image-slider .owl-nav .owl-prev:after{
  content:'\f104';
  font-family:'FontAwesome';
  position:absolute;
  left:0px;
  top:0px;
  line-height:50px;
  display:block;
  font-size:32px;
  color:#ffffff;
  text-align:center;
  width:50px;
  height:50px;
  opacity:0.50;
  background:rgba(0,0,0,0.30);
  transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
}

.sidebar-page .image-slider .owl-nav .owl-next:after{
  content:'\f105';
  font-family:'FontAwesome';
  position:absolute;
  left:0px;
  top:0px;
  line-height:50px;
  display:block;
  font-size:32px;
  color:#ffffff;
  text-align:center;
  width:50px;
  height:50px;
  opacity:0.50;
  background:rgba(0,0,0,0.30);
  transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
}

.sidebar-page .image-slider .owl-nav .owl-prev:hover:after,
.sidebar-page .image-slider .owl-nav .owl-next:hover:after{
  background:#f9ad0a;
  opacity:1;
}

.sidebar-page .image-slider .owl-dots{
  display:none !important;  
}

.sidebar-page .blog-post .post-desc{
  position:relative;
  padding: 20px 0px;
  background:#ffffff;
  border-top: 1px solid #ededed;
}

.sidebar-page .blog-post .text{
  position:relative;
  margin-bottom: 33px;
  color: #848484;
}
.sidebar-page .blog-post .text.style-two{
  margin-bottom: 10px;
}
.sidebar-page .blog-post .post-header .post-options{
  position:relative;
  float:right;  
}
.sidebar-page .blog-post .post-header .post-options a{
  position:relative;
  display:inline-block;
  font-size:18px;
  display:inline-block;
  margin-left:10px;
  color:#777777;  
}

.sidebar-page .blog-post .post-header .post-options a:hover{
  color:#00bff5;  
}

.news-post blockquote{
  position:relative;
  margin-left: 54px;
  padding: 0px 20px 0px 26px;
  line-height:2em;
  font-size: 14px;
  color: #848484;
  font-style: italic;
  border-left: 2px solid #e7e7e7;
  font-family: 'Open Sans', sans-serif;
}
.news-post .quate{
  position:absolute;
  top: 24px;
  left: -50px;
  font-size: 30px;
  color: #26cdff;
}
.sidebar-page .blog-detail .post-desc h2{
  font-size:20px;
  font-family:'Montserrat',sans-serif;
  margin-bottom:22px;
  color:#1a1a1a;  
}

.sidebar-page .blog-detail .post-desc h3{
  font-size:18px;
  font-family:'Montserrat',sans-serif;
  margin-bottom:10px;
  color:#1a1a1a;  
}

.sidebar-page .blog-detail h4{
  font-size:16px;
  margin-bottom:20px; 
}
.news{
  padding: 100px 0px 70px;
}
.blog-latest-news{
  padding: 100px 0 100px
}
.news .sec-title{margin: 0px 0px 66px;}
.news .sec-title p{
  max-width:650px;
  color: #848484;
}


.news .news-post {
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 20px #DFDFDF;
  -moz-box-shadow: 0px 0px 20px #DFDFDF;
  -ms-box-shadow: 0px 0px 20px #DFDFDF;
  -o-box-shadow: 0px 0px 20px #DFDFDF;
  box-shadow: 0px 0px 20px #DFDFDF;
  
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news .news-post img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news .news-post:hover img, .news .news-post:focus img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news .news-post .news-post-image {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.news .news-post .news-post-image .news-overlay {
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.news .news-post .news-post-image .news-category {
  margin: 20px 0 0 15px;
  float: left;
  z-index: 2;
  position: absolute;
}
.news .news-post .news-post-image .news-category > a {
  font-size: 12px;
  font-weight: 700;
  padding: 5px 15px;
  line-height: 1.5;
  font-family: "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #26cdff;
  margin: 0 4px 4px 0;
  background: #26cdff;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.news .news-post .news-post-image .news-category > a:hover {
  background: transparent;
  border: 1px solid #fff;
}
.news .news-post .news-post-image .news-category > a:hover, 
.news .news-post .news-post-image .news-category > a:active, 
.news .news-post .news-post-image .news-category > a:focus {
  text-decoration: none;
}
.news .news-post .news-post-text {
  padding: 20px;
}
.news .news-post .news-post-text h3 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 500;
}
.news .news-post .news-post-text h3 a {
  color: #222;
}
.news .news-post .news-post-text h3 a:hover {
  color: #26cdff;
}
.news .news-post .news-post-text h3 a:hover, .news .news-post .news-post-text h3 a:active, .news .news-post .news-post-text h3 a:focus {
  text-decoration: none;
}
.news .news-post .news-post-text p {
  font-size: 14px;
  margin-bottom: 0;
  color: #a6a6a6;
}
.news .news-post .news-post-text p:last-child {
  margin-bottom: 0 !important;
}
.news .news-post .news-post-meta {
  border-top: 1px solid #f0f0f0;
  padding: 10px 20px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
}
.news .news-post .news-post-meta a {
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 20px;
  color: #b3b3b3;
}
.news .news-post .news-post-meta a i {
  display: inline-block;
  margin-right: 5px;
  color: #26cdff
}
.news .news-post .news-post-meta a:hover, .news .news-post .news-post-meta a:active, .news .news-post .news-post-meta a:focus {
  text-decoration: none;
}
.news .news-post .news-post-meta a:hover {
  color: #26cdff;
}


.news .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 70px;
}

.news .owl-theme .owl-nav [class*=owl-] {
    color: #26cdff;
    font-size: 24px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    height: 40px;
    width: 40px;
    border: 2px solid #26cdff;
    line-height: 36px;
    text-align: center;
    margin-left: 10px;
    display: inline-block;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.news .owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    border: 2px solid #26cdff;
    background:#26cdff;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}


.check-list li .fa{
  position:relative;
  color:#cbda37;  
}

.remove-list li .fa{
  position:relative;
  color:#ff0000;  
}

.sidebar-page .blog-detail .post-tags{
  position:relative;
  padding:15px;
  font-size:16px;
  background:#f5f5f5;
  color:#999999;
  margin-bottom:50px;
}

.sidebar-page .blog-detail .post-tags a{
  position:relative;
  color:#777777;
  font-size:15px;
}

.sidebar-page .blog-detail .post-tags a:hover{
  color:#f7a34a;  
}

.sidebar-page .post-author{
  position:relative;
  background:#ccedf9;
  padding:25px;
  color:#555555;
  border-bottom:3px solid #f7a34a;
  margin-bottom:50px; 
}

.sidebar-page .post-author:before{
  content:'';
  position:absolute;
  left:50px;
  top:-28px;
  border:15px solid transparent;
  border-bottom-color:#ccedf9;
}

.sidebar-page .post-author .inner-box{
  position:relative;
  padding:15px 0px 0px 100px;
  min-height:80px;
}

.sidebar-page .post-author .inner-box .author-thumb{
  position:absolute;
  left:0px;
  top:10px;
  width:80px;
  height:80px;
  border:2px solid transparent;
  box-shadow:0px 0px 2px 0px #f7a34a;
  -moz-box-shadow:0px 0px 2px 0px #f7a34a;
  -ms-box-shadow:0px 0px 2px 0px #f7a34a;
  -o-box-shadow:0px 0px 2px 0px #f7a34a;
  -webkit-box-shadow:0px 0px 2px 0px #f7a34a;
  border-radius:50%;
  -webkit-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  -moz-border-radius:50%; 
}

.sidebar-page .post-author .inner-box .author-thumb img{
  display:block;
  width:76px; 
}

.sidebar-page .post-author h4{
  margin-bottom:10px;
  color:#1a1a1a;  
}

.sidebar-page .post-author h4 .author-occ{
  position:relative;
  left:10px;
  padding:5px 10px;
  font-size:10px;
  background:#f7a34a;
  border-radius:5px;
  color:#ffffff;
}
.leave-comment .section-title{
    margin-bottom: 20px;
}
.leave-comment .section-title h3{
  position: relative;
  display: block;
  margin: 67px 0px 25px;
  color: #222222;
  transition: .5s;
  font-size: 20px;
  font-weight: 500;
}
.sidebar-page .form-control:focus{
  border-color:#26cdff;
}

.sec-title h3 {
    position: relative;
    font-size: 20px;
    margin-bottom: 17px;
    color: #314373;
    text-transform: capitalize;
    font-weight: 700;
}

.feature-style-three{
  padding: 40px 0px 40px;
  background: #4470e2;
}

.feature-style-three .item-list .row{
  margin:0px;
  
}

.feature-style-three .item-list .item .inner-box{
    position: relative;
    padding-left: 94px;
    padding: 30px 12px 30px 43px;
    border: 1px solid #ededed;
    background: #fff;
    min-height: 167px;
}
.feature-style-three .item-list .item .inner-box h3{
  font-size: 18px;
  color: #222222;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: capitalize;
}
.feature-style-three .item-list .item .inner-box .icon-box{
  position: absolute;
  left: 22px;
}
.feature-style-three .item-list .item .inner-box .icon-box .icon{
  color: #5d9e0f;
  line-height: 47px;
  margin-left: -11px;
}
.feature-style-three .item-list .item .inner-box .icon-box .icon:before{
  font-size: 36px;
}
.feature-style-three .item-list .item .inner-box .text{
    position: relative;
    line-height: 27px;
    color: #848484;
    font-family: 'roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
/*
================================================
   contact_us style
================================================
*/
.contact_us{
  padding:100px 0px 70px;
}
.contact_us .sec-title{
  
}
.contact_us .sec-title p{
  max-width:650px;
  margin:0 auto;
  color:#848484;
  margin-bottom: 60px;
}
.contact_us .link_btn.style-four{
  margin-top:30px;
}

/* 
=======================================================
  20. call-to-action styles 
=======================================================
*/

.promotion {
  padding: 100px 0
}
.promotion .inner_promotion{
  background: linear-gradient(rgba(3, 61, 117, 0.9),rgba(3, 61, 117, 0.9)),url(../img/bg-2.jpg);
  padding: 50px 30px 30px;
  background-size: cover;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.promotion .inner_promotion h2{
  color: #fff
}
.promotion .sec-title h2.center:before{
  background: #fff
}
.promotion .sec-title p {
    max-width: 650px;
    color: #fff;
    margin-top: 20px;
}
.promotion .inner_promotion span{
  font-size: 18px; 
  color: #fff;
  margin-right: 30px; 
  display: inline-block;
}
.promotion .inner_promotion span i{
  width: 45px; height: 45px; 
  font-size: 18px; 
  line-height: 45px; 
  border: 1px solid #fff; 
  border-radius: 50%; 
  margin-right: 15px
}
.promotion .inner_promotion strong{ 
  font-weight: bold; 
  margin-right: 40px;
}
.promotion .inner_promotion .button{
  display: inline-block;
}
.thm-btn.inverse:hover {
  color: #26cdff;
  border-color: #222
}
.promotion a.thm-btn {
    padding: 4px 26px;
    margin: 7px 0;
    background: #fff;
    color: #222222;
    letter-spacing: 1px;
}

.text-center{
  text-align: center;
}
#captcha{
       width: 175px;
    display: inline-block;
    height: 8px;
    min-height: 46px;
}
.captcha-block{
    float:left;
}
.reload_btn, .captcha-img-contact{
    float:left;
}
.reload_btn{
    background: #ffe400;
    padding: 10px 10px;
    margin: 0px 2px;
}


.thank-you-inner{
  padding: 66px 0 70px 0px;
}
.thank-you h1 {
  color: #1ca95c;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 60px;
    margin-bottom: -5px;
}
.thank-you h4{
    margin-top: 20px;
    color: #fb7802;
}
.center-img{
    width: 100px;
    margin: 0 auto;
    display: table;
}
.click-btn-s{
    box-shadow: 1px 1px 8px #555;
    border-radius: 14px;
    min-height: 100px;
        margin: 0 auto;
    display: table;
}
.justify-content-center{
    justify-content: center;
    display: flex;
}
.payusing{
    text-align: center;
    margin-bottom: 24px;
    font-size: 32px;
}
.click-btn-s:hover {
    box-shadow: 1px 1px 25px #191919;
}
@media(max-width:768px){
    .justify-content-center {
    display: block; 
    margin-bottom:20px;
}
.click-btn-s{
    margin-bottom: 20px;
}
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-head-11{
 background: #365bbc;
    color: #fff;
    text-align: center;
    font-size: 18px;   
}
.pro-box{
    border: 1px solid;
    display: table;
    margin: 0 auto;
    margin-bottom: 1em;
    padding: 8px;
    margin-top: 1em;
    border-radius: 5px;
}
