@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i&display=swap');
/* Typography */
h1, h2, h3, h4, h5, h6 {
  color: #444;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  margin-top: 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a {
  color: #016701;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  letter-spacing: 0px;
  outline: 0 !important;
}

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

p {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #444;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
h3.wow.fadeInDown.animated {
    color: #086b08;
    font-size: 21px;
}
ul, li {
  list-style: none;
  padding: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
}

.orderlist li {
  list-style: block;
  margin-left: 15px;
}

.unorderedlist li {
  list-style: inside;
}

.list-featured {
  list-style: none;
  padding: 0;
}

.list-featured li {
  position: relative;
  font-size: 14px;
  padding-left: 14px;
  margin-bottom: 7px;
}

.list-featured li:before {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  top: 7px;
  background-color: #EB586F;
}

.line-height-36 {
  line-height: 36px;
}

ol li {
  margin-bottom: 7px;
}

li {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
}

blockquote {
  border-left: 0px solid #ddd;
}

blockquote p {
  font-size: 16px;
  font-weight: 400;
}

.blockquote-reverse {
  border-right: none;
}

strong {
  font-weight: 700;
}

.lead {
  font-size: 16px;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-default {
  color: #EB586F;
}

.bg-default {
  color: #444;
  background: #EB586F;
  padding: 3px 4px;
}

.bg-primary {
  color: #fff;
  background: #EB586F;
  padding: 3px 4px;
}

.bg-success {
  color: #fff;
  background: #87c056;
  padding: 3px 4px;
}

.bg-info {
  color: #fff;
  background: #4da5e2;
  padding: 3px 4px;
}

.bg-warning {
  color: #fff;
  background: #ffcc66;
  padding: 3px 4px;
}

.bg-danger {
  color: #fff;
  background: #ec7160;
  padding: 3px 4px;
}

/* / End Typography */
.demo_img {
  background: #f7f7f7;
  margin-bottom: 70px;
  margin-left: 1%;
  margin-right: 1%;
  padding-bottom: 20px;
  text-align: center;
}

.demo_img img {
  margin-bottom: 25px;
  max-width: 100%;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.demo_img img:hover {
  opacity: 0.7;
}

.demo_img h3.demo-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Headers */
.wrapper {
  background: #fff;
  padding-bottom: 60px;
}

.mtb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

#content {
  padding-bottom: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.space-right {
  margin-right: 25px;
}

.row-spacer {
  margin-bottom: 80px;
}

.page-header-title {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-header-title .heading-title {
  color: #444;
  font-size: 36px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

#headers .navbar {
  margin-bottom: 0;
}

#headers .header-caption {
  text-align: center;
  height: auto;
  text-shadow: none !important;
  top: 0;
  bottom: 0;
  padding: 0;
}

#headers .header-content {
  padding: 90px 0;
}

.header-title .text-primary {
  color: #EB586F !important;
}

.header-content header-title span {
  margin-bottom: 15px;
}

.header-content .header-text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 30px;
}

.header-content .btn {
  margin: 15px;
}

/* Header Style 1*/
#header-style-1 {
  background-image: url("../img/bg/hero-1-bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: contain;
}

#header-style-1 .header-title {
  color: #fff;
}

#header-style-1 .header-text {
  color: #fff;
  line-height: 1.5;
}

#header-style-1 .content {
  min-height: 555px;
  height: auto;
}

#header-style-1 p.caption {
  padding: 6px;
  color: #444;
}

/* Header Style 2*/
.header-style-2 {
  background: #f4f6f9;
  padding-top: 80px;
}

.hero-content-v2 {
  margin-top: 144px;
}

.hero-content-v2 h3 {
  font-size: 24px;
  color: #2f3542;
  font-weight: 400;
}

.hero-content-v2 h3 strong {
  display: block;
  font-size: 48px;
  font-weight: 400;
  line-height: 62px;
  margin-bottom: 25px;
}

.hero-content-v2 p {
  color: #444;
  font-size: 18px;
  margin-bottom: 45px;
}

/* Header Style 3*/
.header-style-3 {
  background: url("../img/bg/hero-3-bg.jpg") no-repeat left center;
  background-size: cover;
  padding-top: 80px;
}

.header-style-3 .hero-content-v2 h3 {
  color: #fff;
}

.header-style-3 .hero-content-v2 p {
  color: #fff;
}

/* End Headers */
.section {
  padding: 30px 0;
}

/* Footer */
.footer-info {
  padding: 25px 0;
}

footer .social a {
  font-size: 14px;
  margin-left: 10px;
}

footer {
  background: #016701;
  color: #7C7C7C;
}

footer .small-title {
    font-size: 17px;
    line-height: 58px;
    color: #fff;
}

footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer ul li {
  line-height: 25px;
}

footer ul li a {
  color: #999;
  font-size: 14px;
}

footer .menu {
  color: #fff;
}

footer .plain-flicker-gallery {
  margin-right: -5px;
  margin-left: -5px;
}

footer .plain-flicker-gallery a {
  display: inline-block;
  width: 32%;
  font-size: 0px;
  padding: 5px;
}

footer .plain-flicker-gallery a img {
  width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}
.container-fluid {
    padding: 0 45px;
}
footer .contact-us .form-control {
    color: #333;
    font-size: 14px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 0px;
	padding: 3px .75rem;
    margin-bottom: 9px;
}
a.read_more:hover {
    color: #fff;
}
.social-footer a i:hover {
    background-color: #fff;
    color: #e79410;
}
footer .btn:hover {
    background-color: #fff !important;
    color: #e79410;
    border: 1px solid #e79410;
}
.btn:not(:disabled):not(.disabled):active {
    background-color: #e79410 !important;
}
footer .btn {
    font-size: 14px;
    padding: 11px 27px;
    background-color: #e79410 !important; 
	color: #fff;
	border: 1px solid #e79410;
}
.col-md-15 {
    width: 20%;
    padding: 36px;
}
footer #copyright {
  background: #1A6D1D;
}

footer #copyright .row {
  padding: 10px 0;
}

footer #copyright .copyright-text,
footer #copyright .nav-inline {
  line-height: 38px;
  margin-bottom: 0;
}

.social-footer a i {
    font-size: 14px;
    background-color: #e79410;
    height: 35px;
    text-align: center;
    display: inline-block;
    border: 1px solid #e79410;
    line-height: 35px;
    color: #fff;
    margin: 4px;
    width: 35px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.default-footer {
  background: #232935;
  padding-bottom: 100px;
  padding-top: 100px;
}

.copy-right {
  font-size: 12px;
  color: #bac0cb;
}

.dis-blk {
  display: block;
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.footer-logo {
  width: auto;
}

.light-footer {
  background: #f7f7f7;
}

.light-footer p {
  color: #444;
}

.dark-footer {
  background: #222;
}

.dark-footer p {
  color: #ccc;
}

/* Footer Widgets */
.light-footer .widget-area {
  background: #fff;
}

.dark-footer .widget-area {
  background: #000;
}

.color-footer .widget-area {
  background: #D14E63;
}

footer .widget-title {
  text-align: left;
  margin-bottom: 30px;
}

.dark-footer .widget-title h4 {
  color: #fff;
}

.color-footer .widget-title h4 {
  color: #fff;
}

/* ==========================================================================
   Footer Style 2
   ========================================================================== */
footer .block-title {
  font-size: 20px;
  margin-bottom: 25px;
}

footer .footer-Content {
  background-color: #18191b;
  padding: 60px 0;
  color: #fff;
}

.footer-widget p {
  color: #fff;
}

.textwidget {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
}

footer .menu {
  padding-left: 0;
}

footer .menu li {
  padding-bottom: 10px;
}

footer .menu li a {
  color: #fff;
}

footer .menu li a:hover {
  color: #e79410;
}

.twitter-content ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.twitter-content span {
  float: left;
  width: 224px;
}

.twitter-content span a {
  color: #EB586F;
}

.featured-list {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.featured-list li {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 7px;
  margin-bottom: 7px;
  overflow: hidden;
  position: relative;
}

.bottom-social-icons a {
  color: #fff;
  text-align: center;
  width: 32px;
  line-height: 32px;
  border-radius: 50px;
  border: 1px solid #fff;
  display: inline-block;
  height: 32px;
  margin-left: 5px;
  position: relative;
  overflow: hidden;
}

#copyright {
  background-color: #1d1e20;
  padding: 20px 0 10px;
  color: #fff;
}

#copyright p {
  line-height: 34px;
  color: #f3f3f3;
}

#copyright p a {
  color: #fff;
}

#copyright p a:hover {
  color: #D14E63;
}

.social-icon .facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

.social-icon .twitter:hover {
  background-color: #55acee;
  border-color: #55acee;
}

.social-icon .dribble:hover {
  background-color: #D34836;
  border-color: #D34836;
}

.social-icon .flickr:hover {
  background-color: #ff0084;
  border-color: #ff0084;
}

.social-icon .youtube:hover {
  background-color: #CC181E;
  border-color: #CC181E;
}

.social-icon .google-plus:hover {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.social-icon .linkedin:hover {
  background-color: #007bb5;
  border-color: #007bb5;
}

.subscribe-box {
  margin-top: 18px;
}

.subscribe-box input[type="text"] {
  outline: none;
  color: #444;
  font-size: 12px;
  padding: 6px 12px;
  border: none;
  background: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  outline: none;
}

.subscribe-box input[type="submit"] {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  background: #EB586F;
  text-transform: uppercase;
  border: none;
  padding: 7px 16px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* Buttons */
.space-bottom {
  margin-bottom: 15px;
}

.btn {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  border-radius: 0;
  padding: 9px 10px;
}

.btn span {
  margin-left: 10px;
  margin-right: 10px;
}

.btn:hover {
  background: transparent;
  cursor: pointer;
}

.btn-xl {
  font-size: 20px;
  padding: 9px 10px;
}

.btn-lg {
  font-size: 15px;
  padding: 10px 32px;
}

.btn-sm {
  font-size: 12px;
  padding: 7px 6px;
}

.btn-xs {
  font-size: 10px;
  padding: 5px 8px;
}

.btn-rounded {
  border-radius: 4px !important;
}

.btn-pill {
  border-radius: 50px !important;
}

.btn-link {
  color: #016701;
}

.btn-link:hover {
  color: #D14E63;
  text-decoration: none;
}

.btn-link:focus {
  color: #D14E63;
  text-decoration: none;
}

/* Default Button */
.btn-common, .btn-common:active, .btn-common:focus {
  color: #016701;
  border: 2px solid #016701;
  background: transparent;
}

.btn-common:hover {
  color: #fff;
  background: #016701;
  border: 2px solid #016701;
}

.btn-border {
  border: 2px solid #fff;
  color: #fff;
}

.btn-border:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-color: #ffffff;
}

.btn-radius {
  border-radius: 30px;
}

.btn-filled {
  background: #016701;
  border: 2px solid #016701;
  color: #fff;
}

.btn-filled:hover {
  background: #D14E63;
}

.btn-default-filled, .btn-default-filled:active, .btn-default-filled:focus {
  color: #fff;
  background: #016701;
  border: 2px solid #016701;
}

.btn-default-filled:hover {
  color: #fff;
  background: #D14E63;
  border: 2px solid #D14E63;
}

/* / End Default Button */
/* Success Button */
.btn-success, .btn-success:active, .btn-success:focus {
  color: #87c056;
  border: 2px solid #87c056;
  background: transparent;
}

.btn-success:hover {
  color: #fff;
  background: #87c056;
  border: 2px solid #87c056;
}

.btn-success-filled, .btn-success-filled:active, .btn-success-filled:focus {
  color: #fff;
  background: #87c056;
  border: 2px solid #87c056;
}

.btn-success-filled:hover {
  color: #fff;
  background: #74a44a;
  border: 2px solid #74a44a;
}

/* End Success Button */
/* Info Button */
.btn-info, .btn-info:active, .btn-info:focus {
  color: #4da5e2;
  border: 2px solid #4da5e2;
  background: transparent;
}

.btn-info:hover {
  color: #fff;
  background: #4da5e2;
  border: 2px solid #4da5e2;
}

.btn-info-filled, .btn-info-filled:active, .btn-info-filled:focus {
  color: #fff;
  background: #4da5e2;
  border: 2px solid #4da5e2;
}

.btn-info-filled:hover {
  color: #fff;
  background: #428fc4;
  border: 2px solid #428fc4;
}

/* End Info Button */
/* Warning Button */
.btn-warning, .btn-warning:active, .btn-warning:focus {
  color: #ffcc66;
  border: 2px solid #ffcc66;
  background: transparent;
}

.btn-warning:hover {
  color: #fff;
  background: #ffcc66;
  border: 2px solid #ffcc66;
}

.btn-warning-filled, .btn-warning-filled:active, .btn-warning-filled:focus {
  color: #fff;
  background: #ffcc66;
  border: 2px solid #ffcc66;
}

.btn-warning-filled:hover {
  color: #fff;
  background: #e1b459;
  border: 2px solid #e1b459;
}

/* End Warning Button */
/* Danger Button */
.btn-danger, .btn-danger:active, .btn-danger:focus {
  color: #ec7160;
  border: 2px solid #ec7160;
  background: transparent;
}

.btn-danger:hover {
  color: #fff;
  background: #ec7160;
  border: 2px solid #ec7160;
}

.btn-danger-filled, .btn-danger-filled:active, .btn-danger-filled:focus {
  color: #fff;
  background: #ec7160;
  border: 2px solid #ec7160;
}

.btn-danger-filled:hover {
  color: #fff;
  background: #cd6254;
  border: 2px solid #cd6254;
}

/* End Danger Button */
/* Paginations */
.pagination .btn {
  font-size: 14px;
  padding: 4px 10px;
  margin: 0 5px;
}

.pagination .btn-direction {
  font-size: 12px;
  padding: 5.5px 8px;
}

.pagination .btn-default {
  color: #EB586F;
  border: 1px solid #ddd;
  background: transparent;
}

.pagination .btn-default:hover {
  color: #fff;
  background: #EB586F;
  border: 1px solid #EB586F;
}

.pagination .btn-active {
  color: #fff !important;
  background: #EB586F !important;
  border: 1px solid #EB586F !important;
}

.pagination .btn-default-filled {
  color: #EB586F;
  background: #ddd;
  border: 1px solid #ddd;
}

.pagination .btn-default-filled:hover {
  color: #fff;
  background: #D14E63;
  border: 1px solid #D14E63;
}

/* End Paginations */
/*  Standard Buttons */
.button-title {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  opacity: 0.2;
  text-align: left;
}

.button-title span {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.btn {
  font-size: 14px;
  padding: 11px 27px;
}

.btn:focus {
  outline: none;
}

.std-btn {
  margin-bottom: 20px;
}

.icon-cloud-download {
  margin-right: 13px;
  font-size: 16px;
  vertical-align: -2px;
}

.btn-primary {
  margin-right: 20px;
  border: none;
}

.learn-more .btn {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.33px;
}

.read-more .btn {
  font-weight: 600;
  min-width: 125px;
}

/* Small Buttons */
.btn-sm {
  font-size: 12px;
  min-width: 122px;
  padding: 5px 11px;
}

.learn-more .btn.btn-sm {
  font-size: 11px;
}

.read-more .btn.btn-sm {
  min-width: 94px;
}

/* large Buttons */
.btn-lg {
  font-size: 18px;
  min-width: 198px;
  padding: 15px 11px;
}

.learn-more .btn-lg {
  font-size: 17px;
}

.learn-more2 .btn-lg {
  min-width: 170px;
}

/*Extra large Buttons */
.btn-xlg {
  font-size: 22px;
  min-width: 233px;
  padding: 22px 27px;
  font-weight: 600;
}

.learn-more .btn-xlg {
  font-size: 19px;
}

.read-more .btn-xlg {
  min-width: 186px;
  font-size: 21px;
}

/* Navigations */
.bg-faded {
  background-color: transparent;
}

.bg-default {
  background: #F8F8F8;
  border: none;
}

.bg-default .navbar-nav .nav-link {
  color: #444;
}

.bg-black {
  background-color: #333;
}

.bg-black .navbar-nav .nav-link {
  color: #fff;
}

.navbar-fixed-top {
  border-radius: 0;
}

.navbar-brand {
  color: #ccc !important;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  padding: 20px 15px;
}

.navbar-brand img {
  max-width: 411px;
}

.navbar-light .navbar-brand, .navbar-light .navbar-toggler {
  color: #EB586F !important;
}

.navbar-toggle .icon-bar {
  background: #EB586F;
  width: 20px;
  height: 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.navbar-collapse {
  text-align: center;
}

.navbar {
  padding: 0;
}

.dropdown-menu {
  padding: 10px 0px;
  border: 0;
  border-radius: 0;
}

.dropdown-item {
  padding: 10px 22px;
  font-size: 14px;
  width: 170px;
}

.dropdown-item:focus, .dropdown-item:hover {
  background: #EB586F;
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #EB586F;
}

/* Default Navbar */
.navbar-nav .nav-link {
    color: #333;
    font-size: 14px;
    margin-right: 14px;
    font-weight: 500;
    padding: 18px 0px;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #EB586F;
}

.navbar-light .navbar-nav .nav-link:hover:focus {
  color: #EB586F;
}

.navbar-light .navbar-nav > .active > a, .navbar-light .navbar-nav > .active > a:focus, .navbar-light .navbar-nav > .active > a:hover {
  color: #EB586F;
  background-color: transparent;
}

.navbar-light .navbar-nav > .open > a, .navbar-light .navbar-nav > .open > a:focus, .navbar-light .navbar-nav > .open > a:hover {
  color: #EB586F;
  background-color: transparent;
}

.navbar-light .navbar-toggle .icon-bar {
  background-color: #EB586F;
}

.navbar-light .navbar-toggle {
  border-color: transparent;
}

.navbar-light .navbar-toggle:hover, .navbar-light .navbar-toggle:focus {
  background-color: transparent;
}

/* / End Default Navbar */
.form-inline .form-control {
  margin: 0;
  color: #fff;
  border-radius: 50px;
  min-height: 42px;
  padding: 7px 20px;
  background: transparent;
}

.top_search_icon {
  position: absolute;
  top: 31px;
  right: 44px;
  color: #fff;
}

/* Navbar-1 */
.navbar-1 {
  border-radius: 0;
}

.navbar-1.navbar-light {
  background-color: #f7f7f7;
  border-color: transparent;
}

.navbar-inverse {
  background-color: #222;
  border-color: transparent;
}

/* Transparent Navigations */
.nav-bg-default {
  background: url("../images/nav-bg-default.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.nav-bg-inverse {
  background: url("../images/nav-bg-inverse.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.nav-bg-default .navbar {
  margin-bottom: 0;
  opacity: 0.8;
}

.nav-bg-inverse .navbar {
  margin-bottom: 0;
  opacity: 0.8;
}

.navbar-light-transparent {
  background-color: transparent !important;
}

.navbar-inverse-transparent {
  background-color: transparent !important;
}

.navbar-light-transparent.navbar-light .navbar-nav > li > a {
  color: #fff;
}

.navbar-light-transparent.navbar-light .navbar-nav > li > a:hover {
  color: #EB586F;
}

.navbar-light-transparent.navbar-light .navbar-nav > li > a:focus {
  color: #fff !important;
}

.navbar-light-transparent.navbar-light .navbar-nav > .active > a, .navbar-light-transparent.navbar-light .navbar-nav > .active > a:focus, .navbar-light-transparent.navbar-light .navbar-nav > .active > a:hover {
  color: #EB586F;
  background-color: transparent;
}

.navbar-light-transparent.navbar-light .navbar-nav > .open > a, .navbar-light-transparent.navbar-light .navbar-nav > .open > a:focus, .navbar-light-transparent.navbar-light .navbar-nav > .open > a:hover {
  color: #EB586F;
  background-color: transparent;
}

.navbar-light-transparent.navbar-light .navbar-toggle .icon-bar {
  background-color: #EB586F;
}

.navbar-light-transparent.navbar-light .navbar-toggle {
  border-color: transparent;
}

.navbar-light-transparent.navbar-light .navbar-toggle:hover, .navbar-light-transparent.navbar-light .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-inverse-transparent.navbar-inverse .navbar-nav > li > a {
  color: #000;
}

.navbar-inverse-transparent.navbar-inverse .navbar-nav > li > a:hover {
  color: #EB586F;
}

.navbar-inverse-transparent.navbar-inverse .navbar-nav > li > a:focus {
  color: #000 !important;
}

.navbar-inverse-transparent.navbar-inverse .navbar-nav > .active > a, .navbar-inverse-transparent.navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse-transparent.navbar-inverse .navbar-nav > .active > a:hover {
  color: #EB586F;
  background-color: transparent;
}

.navbar-inverse-transparent.navbar-inverse .navbar-nav > .open > a, .navbar-inverse-transparent.navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse-transparent.navbar-inverse .navbar-nav > .open > a:hover {
  color: #EB586F;
  background-color: transparent;
}

.navbar-inverse-transparent.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #EB586F;
}

.navbar-inverse-transparent .navbar-inverse .navbar-toggle {
  border-color: transparent;
}

.navbar-inverse-transparent.navbar-inverse .navbar-toggle:hover, .navbar-inverse-transparent.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}

.form-inline .form-control {
  margin: 0;
  border-radius: 50px;
  min-height: 42px;
  padding: 7px 20px;
  background: transparent;
}

/* Top Menus */
.top-menu {
  background-color: #333;
}

.top-menu-inverse {
  background-color: #f7f7f7;
}

.top-menu p {
  margin-bottom: 0;
  padding: 9px 15px;
}

.top-menu-bg p {
  padding: 9px 0;
}

.top-menu-bg-inverse p {
  padding: 9px 0;
}

.top-menu a {
  color: #fff !important;
  font-size: 12px !important;
  margin-right: 10px;
  font-weight: 400;
}

.top-menu-inverse a {
  color: #444 !important;
}

.top-menu a:hover {
  color: #EB586F !important;
}

.top-menu .left i {
  margin-right: 5px;
}

.top-menu .right {
  float: right;
}

.top-menu .right a {
  margin: 0 0 0 15px;
}

.top-menu .right a i {
  margin-right: 5px;
}

.account-setting a {
  margin: 0 !important;
  padding: 6px;
}

.account-setting a i {
  margin-right: 5px;
}

.top-menu .container {
  padding: 0 30px;
}

.top-menu-bg a {
  color: #fff !important;
}

.top-menu-bg-inverse a {
  color: #000 !important;
}

.btn-top-menu {
  background: transparent;
  font-size: 10px !important;
  font-weight: 700;
  border: 2px solid #444;
  margin: -3px 0 0 10px;
  padding: 5px 0;
}

.btn-top-menu:hover {
  border: 2px solid #EB586F;
}

.btn-top-menu a {
  font-size: 10px !important;
  margin: 0 !important;
  padding: 8px;
}

.btn-top-menu-inverse {
  background: transparent;
  font-size: 10px !important;
  font-weight: 700;
  border: 2px solid #ccc;
  margin: -3px 0 0 10px;
  padding: 5px 0;
}

.btn-top-menu-inverse:hover {
  border: 2px solid #EB586F;
  background: #EB586F;
}

.btn-top-menu-inverse a:hover {
  color: #fff !important;
}

.btn-top-menu-inverse a {
  font-size: 10px !important;
  margin: 0 !important;
  padding: 8px;
}

.top-menu-bg .btn-top-menu {
  border: 2px solid #fff;
}

.top-menu-bg .btn-top-menu:hover {
  border: 2px solid #EB586F;
}

.top-menu-bg-inverse .btn-top-menu-inverse {
  border: 2px solid #000;
}

.top-menu-bg-inverse .btn-top-menu-inverse:hover {
  border: 2px solid #EB586F;
}

/* / End Top Menus */
.tbtn {
  font-size: 30px;
  height: 42px;
  width: 120px;
  padding: 8px;
  cursor: pointer;
  position: fixed;
  background: #EB586F;
  z-index: 999;
  top: 124px;
  left: 0px;
}

.tbtn p {
  font-size: 11px;
  color: #fff;
}

.tbtn p i {
  margin-right: 4px;
  font-size: 12px;
}

.title-menu {
  font-size: 12px;
  padding: 28px 15px;
  text-transform: uppercase;
}

.navmenu, .navbar-offcanvas {
  width: 200px;
  z-index: 99999;
}

.navmenu-default, .navbar-default .navbar-offcanvas {
  background-color: #fff;
  border-left: 1px solid #eee;
}

.navmenu-default .navmenu-nav > li > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-default .navmenu-nav > li > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #EB586F;
  background-color: transparent;
}

.navmenu-default .navmenu-nav > li {
  border-bottom: 1px solid #eee;
  line-height: 24px;
}

.navmenu-default .navmenu-nav > li > a,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a {
  color: #444;
  padding: 0px 15px;
  font-size: 14px;
  font-weight: 300;
}

nav#menu span.fa.fa-bars:hover {
  color: #EB586F;
}

.navmenu-default .navmenu-nav > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-default .navmenu-nav > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-default .navmenu-nav > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #EB586F;
}

.close {
  background: transparent;
  padding: 4px 12px;
  opacity: 1;
  position: absolute;
  top: 14px;
  right: 0px;
}

.close i {
  background: #EB586F;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
}

.social-icon {
  width: 25%;
}

.social-icon a {
  margin-right: 2px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  width: 24px;
  height: 24px;
  background: #777575;
  display: inline-block;
  line-height: 24px;
  border-radius: 50%;
}

#services {
  padding: 30px 0;
}



/* Team Item */
.team-item figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.team-item figure img {
  width: 100%;
  height: auto;
}

.team-item figure figcaption {
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item figure figcaption .details {
  position: absolute;
  top: 30%;
}

.team-item figure figcaption .content-white {
  font-size: 13px;
  text-align: center;
  color: #FFF;
  margin: 0 auto;
  line-height: 18px;
  width: 65%;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team-item figure figcaption .small-divider {
  margin: 12px auto 6px;
  width: 0px;
  background: #fff;
  height: 1px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team-item figure:hover figcaption {
  opacity: 1;
}

.team-item figure:hover .small-divider {
  width: 62px;
  background: #fff;
}

.team-item figure:hover figcaption .content-white {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.team-item figure:hover .social a {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.team-item .social {
  text-align: center;
  margin-top: 15px;
}

.team-item .social .facebook,
.team-item .social .twitter,
.team-item .social .google-plus {
  font-size: 24px;
  line-height: normal;
  outline: none;
  border-radius: 50%;
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  margin-right: 5px;
}

.team-item .social .facebook {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.team-item .social .twitter {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-item .social .google-plus {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.team-item .social a:hover {
  background: transparent;
}

.social .fa-facebook:hover {
  color: #3b5998;
}

.social .fa-twitter:hover {
  color: #55acee;
}

.social .fa-instagram:hover {
  color: #fb3958;
}
a.read_more {
    color: #e79410;
}
.info {
  background: #F6F6F6;
  padding: 15px 0 10px;
  text-align: center;
}

.info h2 {
  color: #000;
  font-size: 18px;
}

.info p {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  text-transform: uppercase;
}

.members {
  text-align: center;
}

.members .memeber-img {
  margin-bottom: 30px;
}

.members .member-content .member-name {
  font-size: 25px;
  line-height: 33px;
  margin: 0;
}

.members .member-content .member-position {
  font-size: 14px;
  margin-top: 10px;
}

/* team members tow */
.team-members-tow figure {
  position: relative;
  cursor: pointer;
  margin-top: 19px;
}

.team-members-tow figure:hover .image-overlay {
  opacity: 1;
}

.team-members-tow figure:hover .info-text {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.team-members-tow figure:hover .social-icons {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.team-members-tow .image-overlay {
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-members-tow .overlay-text {
  color: #ffffff;
  padding-top: 19%;
}

.team-members-tow .overlay-text .info-text {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-members-tow .overlay-text .info-text strong {
  display: block;
  font-size: 17px;
  margin-bottom: 5px;
}
#team a {
    background-color: #0f6f0f;
    padding: 9px 20px;
    border-radius: 2px;
    color: #fff;
}
.team-members-tow .overlay-text .info-text span {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}

.team-members-tow .overlay-text .small-divider {
  margin-bottom: 30px;
  border-color: #fff;
  margin-top: 30px;
  width: 50px;
}

.team-members-tow .social-icons {
  padding-left: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-members-tow .social-icons li {
  display: inline-block;
  margin: 0 10px;
}

.team-members-tow .social-icons li a i {
  font-size: 24px;
  color: #fff;
}

.team-members-tow .social-icons .fa-facebook:hover {
  color: #3b5998;
}

.team-members-tow .social-icons .fa-twitter:hover {
  color: #55acee;
}

.team-members-tow .social-icons .fa-instagram:hover {
  color: #fb3958;
}

.team-members-three img {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}

.team-members-three .team-content {
  margin-top: 30px;
}

.team-members-three .team-content h3 {
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

.team-members-three .team-content span {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #999;
  font-style: italic;
}

.team-members-three .team-content p {
  color: #999;
}

.team-members-three .team-content .info-text {
  margin-bottom: 30px;
}

.team-members-three .social-icons {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-members-three .social-icons li {
  display: inline-block;
  margin: 0 10px;
}

.team-members-three .social-icons li a i {
  font-size: 24px;
  color: #999;
}

.team-members-three .social-icons .fa-facebook:hover {
  color: #3b5998;
}

.team-members-three .social-icons .fa-twitter:hover {
  color: #55acee;
}

.team-members-three .social-icons .fa-instagram:hover {
  color: #fb3958;
}
#consultation {
    text-align: center;
	background-color: #f6f6f6;
}
#consultation a.btn {
    margin: 31px 10px 0;
}
a.dark_bg {
    background-color: #086b08;
    color: #fff;
}
a.dark_bg:hover {
    background-color: #e79410;
	border-color: #e79410;
}
a.light_bg {
    background-color: #e79410;
	border-color: #e79410;
    color: #fff;
}
.container-fluid.certifications_sec {
    padding: 20px 71px;
}
.bottom_banner h4 {
    font-size: 18px;
    margin-bottom: 22px;
    color: #086b08;
}
.bottom_banner a.btn {
    margin: 40px 10px;
}
.bottom_banner {
    padding: 50px 0;
}
/* About */
#about {
  padding: 30px 0;
}

.about h5 {
  font-size: 18px;
}

.about h5 a {
  color: #444;
}

.about h5 a:hover {
  color: #EB586F;
}

.about.block img {
  max-width: 100px;
  margin-bottom: 15px;
}

.testimonial {
  position: relative;
}

#facts {
  padding: 60px 0;
}

#facts .fact-icon {
  color: #EB586F;
  font-size: 46px;
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
}

.timer {
  color: #444;
  font-size: 48px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
}

.fact-title {
  color: #444;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}


/* List Style */
.list-title {
  margin-bottom: 30px;
  font-size: 27px;
}

.list-style li {
  margin-bottom: 15px;
  font-size: 14px;
  position: relative;
}

.list-style li i {
  margin-right: 10px;
  color: #EB586F;
}

/* Features Header */
.features-header {
  background: #f5f5f5;
  margin: 30px 0;
  padding: 30px 30px;
}

.features-wrap {
  background: #f5f5f5;
  padding: 30px 30px 0px;
  margin-bottom: 50px;
}


/* Dark Slider */
#dark-slider h3 {
  color: #ccc;
}

#dark-slider .slide-text {
  color: #ccc;
  line-height: 1.5;
}

#dark-slider p.caption {
  color: #fff;
  padding: 6px;
}

#dark-slider .item {
  min-height: 555px;
  height: auto;
}

#dark-slider .slide1 {
  background-image: url("../img/dark-bg-image.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: contain;
}

#dark-slider .slide2 {
  background-image: url("../img/dark-bg-image.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}

#dark-slider .carousel-control {
  color: #ccc;
  opacity: 0.8;
}

.text-primary {
  color: #EB586F !important;
}

/* Carousels */
.owl-theme .owl-controls .owl-page span {
  width: 12px !important;
  height: 12px !important;
  margin: 5px !important;
  background: #EB586F !important;
}

#cards-carousel .card-block {
  margin: 0 10px;
  background: #f7f7f7;
}

#cards-carousel .card {
  background: transparent;
  margin-bottom: 0;
}

#image-carousel .item {
  margin: 10px;
}

#image-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}


/* / Sliders */
#carousel-area {
  background: #2c3e50;
}

#carousel-area .btn-lg {
  margin: 10px 10px 10px 0;
}

#carousel-area .carousel-inner .active {
  opacity: 1;
}

#carousel-area .carousel-inner .active.left,
#carousel-area .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

#carousel-area .carousel-inner .next.left,
#carousel-area .carousel-inner .prev.right {
  opacity: 1;
}

#carousel-area .carousel-control {
  z-index: 2;
}

#carousel-area .carousel-item .carousel-caption {
  top: 36%;
  right: 10%;
  left: 5%;
  text-shadow: none;
  text-align:left;
}

#carousel-area .carousel-item .carousel-caption h5 {
  color: #333;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 25px;
  font-family: "Rubik", sans-serif;
  padding-left: 3px;
}

#carousel-area .carousel-item .carousel-caption h3 {
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #086b08;
    font-weight: 700;
    margin-top: 5px;
    letter-spacing: 2px;
}

#carousel-area .carousel-indicators {
  bottom: 5px;
}

#carousel-area .carousel-indicators li {
  border-radius: 0px;
  width: 32px;
  height: 5px;
  margin: 0 5px;
  background: rgba(253, 254, 255, 0.8);
  border: none;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.carousel-post {
  margin-right: 15px;
}

.carousel-post h5 {
  margin-top: 20px;
}

#single-testimonial-item .item {
  margin: 10px;
}

#single-testimonial-item .property-main {
  margin-bottom: 0;
}

#single-testimonial-item .owl-controls .owl-buttons {
  position: relative;
  top: -160px;
  left: 0;
}

#single-testimonial-item .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin-left: -45px;
}

#single-testimonial-item .owl-controls .owl-buttons div.owl-next {
  float: right !important;
  margin-right: -45px;
}

#image-slider .owl-controls .owl-buttons {
  position: relative;
  top: -280px;
  left: 0;
}

#image-slider .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin-left: 45px;
}

#image-slider .owl-controls .owl-buttons div.owl-next {
  float: right !important;
  margin-right: 45px;
}

#posts-carousel-3col .owl-controls .owl-buttons {
  position: relative;
  top: -235px;
  left: 0;
}

#posts-carousel-3col .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin-left: -60px;
}

#posts-carousel-3col .owl-controls .owl-buttons div.owl-next {
  float: right !important;
  margin-right: -45px;
}

#posts-carousel .owl-controls .owl-buttons {
  position: relative;
  top: -235px;
  left: 0;
}

#posts-carousel .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin-left: -60px;
}

#posts-carousel .owl-controls .owl-buttons div.owl-next {
  float: right !important;
  margin-right: -45px;
}

/* Login / Register Forms */
#login-form {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  padding: 35px;
}

#login-form .form-group {
  margin-bottom: 0;
}
p.text-success {
    color: #fff !important;
    margin-top: 16px;
}
#login-form .btn-log {
  border-radius: 0;
  margin-bottom: 30px;
  padding-left: 17px;
  padding-right: 17px;
}

#register-form {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  padding: 35px;
}

#register-form .form-group {
  margin-bottom: 0;
}

#register-form .btn-log {
  border-radius: 0;
  margin-bottom: 30px;
  padding-left: 17px;
  padding-right: 17px;
}

.log-title {
  font-size: 24px;
  margin: 0 0 35px 0;
}

.log-line {
  padding: 0 0 35px 0;
  margin-bottom: 35px;
}

.log-line .checkbox {
  margin-left: 3px;
}

.log-line .checkbox-primary label {
  color: #EB586F;
}

.forgot-password {
  font-size: 16px;
}

.checkbox .hide {
  display: none;
}

/* / End Login / Register Forms */
#newsletter .input-group {
  margin-bottom: 20px;
}

/* / End Forms */
/* Labels Badges & Alerts */
/* Labels */
.space-25 {
  margin-bottom: 25px;
}

.label {
  font-weight: 400;
  padding: 5px 18px;
  display: inline-block;
  margin: 0px 15px 0px 0px;
}

.label-pill {
  border-radius: 5em;
}

.label-default {
  color: #EB586F;
  background-color: transparent;
  border: 2px solid #EB586F;
}

.label-default-filled {
  color: #fff;
  background-color: #EB586F;
  border: 2px solid #EB586F;
}

.label-primary {
  color: #EB586F;
  background-color: transparent;
  border: 2px solid #EB586F;
}

.label-primary-filled {
  color: #fff;
  background-color: #EB586F;
  border: 2px solid #EB586F;
}

.label-success {
  color: #87c056;
  background-color: transparent;
  border: 2px solid #87c056;
}

.label-success-filled {
  color: #fff;
  background-color: #87c056;
  border: 2px solid #87c056;
}

.label-info {
  color: #4da5e2;
  background-color: transparent;
  border: 2px solid #4da5e2;
}

.label-info-filled {
  color: #fff;
  background-color: #4da5e2;
  border: 2px solid #4da5e2;
}

.label-warning {
  color: #ffcc66;
  background-color: transparent;
  border: 2px solid #ffcc66;
}

.label-warning-filled {
  color: #fff;
  background-color: #ffcc66;
  border: 2px solid #ffcc66;
}

.label-danger {
  color: #ec7160;
  background-color: transparent;
  border: 2px solid #ec7160;
}

.label-danger-filled {
  color: #fff;
  background-color: #ec7160;
  border: 2px solid #ec7160;
}

/* / End Labels */
/* Badges */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #EB586F;
}

.nav-pills > li > a:hover {
  color: #fff;
  background-color: #EB586F;
}

.nav-pills > li > a {
  border-radius: 5px;
  padding: 10px;
  margin-right: 20px;
}

.badge {
  color: #fff;
  background-color: #EB586F;
  font-size: 10px;
  font-weight: 400;
  border-radius: 5px;
  padding: 6px 7px;
}

.active .badge {
  color: #fff !important;
}

/* / End Badges */

@media (min-width: 768px) and (max-width: 1024px) {
  .fact-title {
    font-size: 14px;
  }
  #single-testimonial-item .owl-controls .owl-buttons div.owl-prev {
    margin-left: 0px;
  }
  #single-testimonial-item .owl-controls .owl-buttons div.owl-next {
    margin-right: 0px;
  }
  .blog-item-wrapper .blog-item-text h3 a {
    font-size: 14px;
  }
  .blog-post-small img {
    max-width: 100%;
  }
  .contact-info-title {
    font-size: 18px;
  }
  .featured-box .featured-content h4 {
    font-size: 13px;
  }
  footer #copyright .copyright-text, footer #copyright .nav-inline {
    line-height: 24px;
  }
  .nav-link {
    padding: 8px 3px;
  }
  .social-footer a .fa {
    margin: 0px;
  }
  .hero-content-v2 {
    margin-top: 0;
  }
  .list-title {
    font-size: 20px;
  }
  .list-style li i {
    margin-right: 5px;
  }
  .sub-title {
    font-size: 14px;
  }
  .bs-example {
    margin-bottom: 30px;
  }
  .bs-example .nav > li > a {
    padding: 10px 19px;
  }
  .pricing-table-block .plan-list li {
    font-size: 12px;
  }
  .pricing-table .table-header h3 {
    font-size: 15px;
  }
  .button-area .btn {
    padding: 11px 12px;
  }
  .service-box .service-content h4 {
    font-size: 14px;
  }
  #carousel-area .carousel-item .carousel-caption h3 {
    font-size: 26px;
  }
  #carousel-area .carousel-item .carousel-caption h5 {
    margin-bottom: 10px;
  }
  #carousel-area .carousel-item .btn-lg {
    padding: 7px 10px;
    min-width: 150px;
  }
  .sup-desc-wrap .sup-meta-wrap .sup-description {
    display: none;
  }
  .label {
    padding: 0;
  }
}

@media (max-width: 640px) {
  .page-header-title .heading-title {
    font-size: 24px;
  }
  .navbar-light .navbar-toggler {
    margin: 24px;
    border: 0;
  }
  .blog-item-wrapper {
    margin-bottom: 30px;
  }
  .blog-item-wrapper .blog-item-text h3 a {
    font-size: 12px;
  }
  .contact-form {
    margin-bottom: 30px;
  }
  .contact-info {
    margin-bottom: 30px;
  }
  .featured-box .featured-content h4 {
    font-size: 14px;
  }
  .footer-info .pull-right {
    float: left !important;
  }
  .footer-widget {
    margin-bottom: 30px;
  }
  .nav-link {
    padding: 8px 3px;
  }
  .hero-content-v2 {
    margin-top: 0;
  }
  .hero-content-v2 h3 {
    font-size: 22px;
  }
  .hero-content-v2 h3 strong {
    font-size: 32px;
    line-height: 38px;
  }
  .store-btn-wrap li {
    margin-bottom: 20px;
  }
  .team-members-tow figure {
    margin-bottom: 30px;
  }
  .bs-example {
    margin-bottom: 30px;
  }
  .bs-example .nav > li > a {
    padding: 10px 19px;
  }
  .tab-content .tabbing-content {
    width: 100%;
    padding-left: 0;
  }
  .pricing-table {
    margin-bottom: 30px;
  }
  .pricing-table-block {
    margin-bottom: 30px;
  }
  .service-box .service-content h4 {
    font-size: 14px;
  }
  #carousel-area .carousel-item .carousel-caption {
    top: 5%;
  }
  #carousel-area .carousel-item .carousel-caption h3 {
    font-size: 26px;
  }
  #carousel-area .carousel-item .carousel-caption h5 {
    margin-bottom: 0px;
  }
  #carousel-area .carousel-item .btn-lg {
    padding: 7px 10px;
    min-width: 150px;
  }
  .controls .btn {
    padding: 7px 14px;
    margin: 5px 0;
  }
  .list-group {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .navbar-brand img {
    max-width: 120px;
  }
  .sub-title {
    font-size: 20px;
  }
  .top-menu {
    height: 70px;
  }
  .top-menu .right {
    float: left;
  }
  .page-header-title .heading-title {
    font-size: 16px;
  }
  .title-head {
    font-size: 20px;
  }
  .about {
    margin-bottom: 30px;
  }
  #single-testimonial-item .owl-controls .owl-buttons {
    display: none;
  }
  .blog-item-wrapper {
    margin-bottom: 30px;
  }
  .contact-form {
    margin-bottom: 30px;
  }
  .contact-info {
    margin-bottom: 30px;
  }
  .contact-info-title {
    font-size: 18px;
  }
  footer ul li a {
    font-size: 12px;
  }
  header h3 {
    font-size: 18px;
  }
  .hero-content-v2 {
    margin-top: 0;
  }
  .hero-content-v2 h3 {
    font-size: 22px;
  }
  .hero-content-v2 h3 strong {
    font-size: 32px;
    line-height: 38px;
  }
  .store-btn-wrap li {
    margin-bottom: 20px;
  }
  .team-members-tow figure {
    margin-bottom: 30px;
  }
  .bs-example {
    margin-bottom: 30px;
  }
  .tab-content .tabbing-content {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
  .pricing-table {
    margin-bottom: 30px;
  }
  .pricing-table-block {
    margin-bottom: 30px;
  }
  .service-box .service-content h4 {
    font-size: 14px;
  }
  .count-one {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .carousel-inner {
    height: 205px;
  }
.carousel-item img {
    height: fit-content;
    width: auto;
}
  #carousel-area .carousel-item .carousel-caption {
    top: 2%;
  }
  #carousel-area .carousel-item .carousel-caption h3 {
    font-size: 14px;
  }
  #carousel-area .carousel-item .carousel-caption h5 {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 15px;
  }
  #carousel-area .carousel-item .btn-lg {
    padding: 4px 5px;
    min-width: 150px;
    font-size: 12px;
  }
  .carousel-indicators {
    display: none;
  }
  .controls .btn {
    font-size: 13px;
    padding: 7px 8px;
    margin: 5px 0;
  }
  .list-group {
    margin-bottom: 30px;
  }
}

/* Custom CSS */
body {
  color: #444;
  background: #ffffff;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}

img {
  width: 100%;
}

.page-header {
  font-size: 30px;
  font-weight: 700;
  border: none;
  padding-top: 50px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.carousel-control-next, .carousel-control-prev {width: 5%;}

 #about{  background: #F6F6F6 url(../img/about-bg.png) !important;
    background-position: bottom right !important;
    background-repeat: no-repeat !important;
}
