/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.brand-logo img {
  width: 80px;
  margin-left: 0 !important;
}

a {
  color: #3EBE69;
  text-decoration: none;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: #3EBE69 !important;
}

.page-item.active .page-link {
  background-color: #3EBE69 !important;
}

.main-menu.menu-fixed.menu-light.menu-accordion.menu-shadow {
  background-color: #15283c !important;
}

.main-menu-content .navigation span.menu-title.text-truncate {
  color: rgba(255, 255, 255, 0.9);
  padding: 5px 0;
  font-size: 14px;
  font-weight: 300;
}

.main-menu.menu-light .navigation li a {
  color: rgba(255, 255, 255, 0.9) !important;
}

.main-menu.menu-light .navigation > li.open:not(.menu-item-closing) > a,
.main-menu.menu-light .navigation > li.sidebar-group-active > a,
.main-menu.menu-light .navigation {
  background: unset !important;
}

.main-menu.menu-light .navigation > li ul {
  font-size: 14px;
  background: #00043642;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #3EBE69;
  background-color: #b4141e38;
}

.main-menu.menu-light .navigation > li.active > a {
  background: #3EBE69;
  box-shadow: 0 0 4px 1px #3EBE69;
  color: #fff;
  font-weight: 400;
  border-radius: 4px;
}

.main-menu.menu-light .navigation > li ul .active {
  background: #3EBE69;
  box-shadow: 0 0 4px 1px #3EBE69;
  border-radius: 4px;
  z-index: 1;
}

.main-menu.menu-dark .navigation > li ul .active {
  background: #3EBE69;
  box-shadow: 0 0 4px 1px #3EBE69;
  border-radius: 4px;
  z-index: 1;
}

.dark-layout .main-menu .collapse-toggle-icon {
  color: #3EBE69 !important;
}

.btn-primary {
  border-color: #3EBE69 !important;
  background-color: #3EBE69 !important;
  color: #fff !important;
}

.btn-primary:hover:not(.disabled):not(:disabled) {
  box-shadow: 0 8px 25px -8px #3EBE69;
}

.btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #3EBE69 !important;
}

.input-group:not(.bootstrap-touchspin):focus-within .form-control, .input-group:not(.bootstrap-touchspin):focus-within .input-group-text {
  border-color: #3EBE69;
  box-shadow: none;
}

.form-control:focus {
  border-color: #3EBE69;
}

.form-check-input:checked {
  background-color: #3EBE69;
  border-color: #3EBE69;
}

.main-menu .navbar-header .navbar-brand {
  display: flex;
  align-items: center;
  margin-top: 33px;
  font-size: 24px;
  font-weight: 500;
}

.auth-wrapper.auth-basic {
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-direction: column;
}
.auth-wrapper.auth-basic .auth-inner {
  max-width: 400px;
  box-shadow: 0px 1px 38px -5px whitesmoke;
}
.auth-wrapper.auth-basic .auth-inner .brand-text {
  color: #3EBE69;
}
.auth-wrapper.auth-basic .SITE-LOGO a.brand-logo img {
  width: 100%;
}

input#date {
  display: block;
  width: 100%;
  padding: 0.571rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  color: #6e6b7b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d8d6de;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.357rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

td.action-area {
  display: flex;
  align-items: center;
}

.feather-plus {
  color: white !important;
}

.me-1 {
  margin-right: 1rem !important;
  background: transparent;
  border: 0;
  color: #3EBE69;
}

.me-1:hover {
  color: grey;
}

p {
  margin-bottom: 0;
}

.nav-pills .nav-link.active {
  background-color: #3EBE69;
  border-color: #3EBE69;
  box-shadow: 0 4px 18px -4px #3EBE69;
}

.v-avatar {
  background: whitesmoke;
  box-shadow: 0px 0px 5px 0px #8080808c;
  position: relative;
  width: 45%;
  margin: 10px;
}
.v-avatar .rides-status {
  position: absolute;
  right: 29px;
  top: 22px;
  padding: 4px;
  background: #0080002e;
  color: green;
}

.vehicle-img {
  background: whitesmoke;
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 8px 10px 0px #80808047;
  justify-content: center;
}

.info-container .progress {
  margin-top: 15px;
}
.info-container .progress .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  transition: width 0.6s ease;
}

span.text-strong.textdanger {
  color: red;
}

span.active,
span.Active {
  color: green;
  background: #90ee9059;
  padding: 1px 10px;
  border-radius: 5px;
  border: 1px solid green;
}

span.accepted {
  color: #3f059b;
  background: #3f059b0d;
  padding: 1px 10px;
  border-radius: 5px;
  border: 1px solid #3f059b;
}

span.completed {
  color: orange;
  background: #ffa5001f;
  padding: 1px 10px;
  border-radius: 5px;
  border: 1px solid orange;
}

span.cancel {
  color: #3EBE69;
  background: #ff000014;
  padding: 1px 10px;
  border-radius: 5px;
  border: 1px solid #3EBE69;
}
/*Designed by Scriptcafe.in*/
/*-----------------------------General Styles--------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 93.75%;
}


html ::selection {
  color: #ffffff;
  background: #272727;
}
body
{
 font-family: 'Open Sans', sans-serif;
 }
.sidebar-menu-container section {
  padding: 100px 0;
}
p {
  font-size: 13px;
  line-height: 24px;
  color: #757575;
}

ul, ol, dl {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.42857rem;
    list-style-position: outside;
    font-family: inherit;
}
.green
{
background:#49b203;
}

.spacing.three {
    height: 60px;
}
.spacing.two {
    height: 40px;
}
.spacing {
    height: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Raleway, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #333;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 1.07143rem;
    line-height: 1.4;
}


.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  background:url('../images/background-header.png');
}
.site-header .inner-header .logo img,.footer .logo img {
    width: 100%;
    max-width: 60px;
    padding-bottom: 10px;
}

@media (max-width: 991px) {
  .site-header {
    position: relative;
  }
  .site-header .main-header .logo a {
    color: #272727 !important;
  }
}
.site-header .inner-header {
  padding: 0 70px;
}
@media (max-width: 991px) {
  .site-header .inner-header {
    padding: 0 15px;
  }
}
.site-header .main-header .logo {
  float: left;
  margin: 15px 0;
}
.site-header .main-header .logo a {
  color: #fff;
  font-family: 'Audiowide', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
.scrolled-header {
  background: #fff;
  padding: 0;
  border-color: #dddddd;
}
.scrolled-header .main-header .logo a {
  color: #272727;
}
.scrolled-header .main-navigation ul > li > a {
  color: #272727;
}
.header-right-toggle {
  padding: 15px 0 15px 30px;
}
.header-right-toggle a {
  color: #272727;
}
a.side-menu-button {
  text-transform: uppercase;
  font-weight: 700;
  color: #272727;
}
a.side-menu-button i {
  margin-right: 6px;
}
nav.main-navigation {
  position: relative;
  z-index: 20;
  padding: 12px 0;
}
nav.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.main-navigation ul li {
  position: relative;
  display: inline-block;
  padding: 10px;
}

nav.main-navigation ul a {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: 15px 10px;
}
nav.main-navigation ul a i {
  margin-left: 7px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  nav.main-navigation ul a {
    padding: 10px 0;
  }
}
nav.responsive-menu ul {
  padding: 25px 15px;
  margin: 0;
  list-style: none;
}
nav.responsive-menu ul li {
  display: block;
  position: relative;
}
nav.responsive-menu ul li .show-submenu {
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
  color: #a8a8a8;
}
nav.responsive-menu ul li .sub-menu {
  display: none;
  padding: 0 0 0 30px;
}
nav.responsive-menu ul li .sub-menu.open {
  display: block;
}
nav.responsive-menu ul li .sub-menu li {
  position: relative;
  margin: 0;
  padding: 0 0 0 10px;
}
nav.responsive-menu ul li .sub-menu li:before {
  content: '-';
  position: absolute;
  left: 0;
  top: 2px;
}
nav.responsive-menu ul li .sub-menu a {
  padding: 2px;
  text-transform: capitalize;
}
nav.responsive-menu a {
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  padding: 5px 10px;
  margin: 0;
  color: #757575;
}
.sidebar-menu-inner {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.sidebar-menu-container {
  position: relative;
  overflow: hidden;
}
.sidebar-menu-push {
  position: relative;
  left: 0;
  z-index: 9999;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.sidebar-menu-overlay {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.3);
  content: '';
  opacity: 0;
}
.sidebar-menu-open .sidebar-menu-overlay {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.sidebar-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  width: 250px;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-transition: all 1s;
  transition: all 1s;
  overflow-y: auto;
}
.sidebar-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
}
.sidebar-menu-open .sidebar-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
}
.slide-from-left.sidebar-menu-open .sidebar-menu-push {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.ie9 .slide-from-left .sidebar-menu-push {
  margin-left: 250px;
}
.slide-from-left.sidebar-menu {
  z-index: 1;
}
.slide-from-left.sidebar-menu-open .slide-from-left.sidebar-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0s;
  transition: transform 0s;
}
.slide-from-left.sidebar-menu::after {
  display: none;
}
/* Medium Screens */
@media only screen and (min-width: 40.063em) {
  .sidebar-menu {
    width: 320px;
  }
  .slide-from-left.sidebar-menu-open .sidebar-menu-push {
    -webkit-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0);
  }
  .ie9 .slide-from-left .sidebar-menu-push {
    margin-left: 320px;
  }
}
.footer {
    background: #222;
    color: #ccc;
}

.footer ul
{
list-style:none;
margin:0;
padding:0;
display: flex;
justify-content: center;
}
.footer a
{
color: #FFF;
    font-size: 35px;
}
.footer a:hover
{
color:#78cb01;
}
.footer .copyright_text{
     background: #78cb01;
    padding: 20px;
    font-size: 18px;
    color: #FFF;
    margin: 0;
}
.socials li
{
float:left;
}
.socials li a
{
padding-right:20px;
font-size:20px;
}
.links {
    margin-bottom: 40px;
  
}
.links h4,.footer h4
{
color:#333;
}

.button {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: Raleway, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
  margin-top:10px;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    padding-top: 0.35714rem;
    padding-right: 1.71429rem;
    padding-bottom: 0.42857rem;
    padding-left: 1.71429rem;
    font-size: 1.14286rem;
    background-color:#78cb01;
    border-color: #fff;
    color: #FFFFFF;
    transition: background-color 300ms ease-out;
}




.submit-comment {
  padding: 0px 0px;
  display: inline-block;
}
.submit-comment h2 {
  border-top: 1px solid #dddddd;
  padding-top: 30px;
  margin: 10px 0px 40px 0px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #272727;
}
.submit-comment .btn-black {
  padding-top: 30px;
  float: left;
}
#contact_form {
  padding-top: 20px;
}
@media (max-width: 767px) {
  #contact_form .subject {
    margin-top: 30px;
  }

}
#contact_form label {
  font-size: 13px;
  color: #757575;
}
#contact_form input {
  border: 1px solid #dddddd;
  height: 40px;
  outline: none;
  padding: 0 10px;
  font-size: 12px;
  color: #757575;
  width: 100%;
  max-width: 100%;
  float: left;
}
#contact_form textarea {
  margin-top: 30px;
  border: 1px solid #dddddd;
  height: 40px;
  outline: none;
  padding: 10px 10px;
  font-size: 12px;
  color: #757575;
  width: 100%;
  max-width: 100%;
  float: left;
  height: 140px;
}


.send-message {
  padding: 0px 0px;
  display: inline-block;
}
.send-message .btn-black {
  padding-top: 30px;
  display: inline-block;
}
section#services {
    background: url("/images/services_bg.png");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}

section#services:before {
    content: '';
    background: #0000006b;
    position: absolute;
    width: 100%;
    height: -webkit-fill-available;
    top: 0;
}

.section-heading-white {
    position: relative;
    z-index: 999;
}
.portfolio {
  background: #272727;
}
#owl-portfolio .item {
  padding: 20px 0px 60px 0px;
  margin: 10px;
}
#owl-portfolio {
  margin-left: -10px;
  margin-right: -10px;
}
#owl-portfolio img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
figure {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
}
figure:hover figcaption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  top: 0;
}
figcaption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(250, 250, 250, 0.9);
  color: #fff;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -o-transition: all .9s ease;
  -ms-transition: all .9s ease;
  transition: all .9s ease;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
  -ms-transition-delay: .1s;
  transition-delay: .1s;
  text-align: center;
}
figure img {
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
  -ms-transition-delay: .1s;
  transition-delay: .1s;
}
figure:hover 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);
}
figcaption h3 {
  color: #272727;
  padding: 10px 20px;
  margin-bottom: 0;
  position: relative;
  right: 100%;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
      padding-top: 70px;
}
figcaption p {
  color: #757575;
  padding: 0px 20px;
  position: relative;
  left: 100%;
}
figure:hover h3,
figure:hover p {
  left: 0;
  -webkit-transition: all 1.0s;
  -moz-transition: all 1.0s;
  -o-transition: all 1.0s;
  -ms-transition: all 1.0s;
  transition: all 1.0s;
}
figcaption a:hover {
  color: #ffffff;
  background: #fff;
}

.owl-navigation .btn {
  font-size: 18px;
  background: #ffffff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  padding: 0;
}
.owl-navigation .go-to {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  background: #ffffff;
  width: 200px;
  height: 60px;
  text-align: center;
  display: inline-block;
  line-height: 60px;
}

.page-heading {
  background-size: cover;
  background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #272727;
}
h1 {
  font-size: 50px;
}
.sidebar-menu-container h2 {
  font-size: 42px;
}
h3 {
  font-size: 20px;
  color: #272727;
  line-height: 28px;
}
h4 {
  font-size: 30px;
  color: #272727;
  font-weight: 300;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 14px;
}
.first-line {
  font-size: 50px;
  letter-spacing: 0;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  line-height: 100% !important;
    text-align: center;
    width: 90% !important;
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
}

.second-line {
  color: #fff;
  font-size: 14px;
  letter-spacing: 5px;
  text-transform: uppercase;
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
}
.slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider .tp-caption {
  visibility: hidden;
  opacity: 0;
}
.slider ul li .tp-bgimg.defaultimg{
  background-attachment: fixed;
}
.tp-caption.second-line.lfb.tp-resizeme.start {
    letter-spacing: 1px !important;
    text-transform: capitalize !important;
    width: 60% !important;
    display: flex;
    flex-wrap: wrap;
    transform: unset !important;
    transition: unset !important;
    white-space: unset !important;
    text-align: center !important;
}

@media (max-width: 991px) {
  .service-item {
    padding: 30px 0px;
  }
}
@media (max-width: 767px) {
  .service-item {
    padding: 30px;
  }
}
.service-item  span{
font-size:35px;
 text-align:center;
 color:#fff;
 
}
.service-item h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color:#fff;
}
.service-item p
{
color:#fff;
}
.on-services {
  text-align: center;
}
.on-services .service-item {
  margin-bottom: 40px;
}
.on-services .icon {
  text-align: center;
  display: inline-block;
}

.call-to-action-1 {
  text-align: center;
  border-bottom: 1px solid #dddddd;
}
.call-to-action-1 h4, .section-heading h4{
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}
.call-to-action-1 p {
  padding-top: 20px;
  padding-bottom: 30px;
}
.about_btn{
    display: flex;
    justify-content: center;
}
.call-to-action-2 .left-text p{font-size: 15px;}
section.call-to-action-2 ul li {
    padding: 10px 0;
}
   
.call-to-action-2 {
  overflow: visible;
  padding: 0px;
  width: 100;
  background: #f2f2f2;
  position: relative;
}
.call-to-action-2 .left-text {
  padding: 70px 0;
  padding-right: 60px;
  width: 50%;
}
.call-to-action-2 .left-text h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}
.call-to-action-2 .left-text p {
  padding-top: 20px;
}
.call-to-action-2 .left-text em {
  font-size: 16px;
  color: #aaa;
  font-weight: 300;
  font-style: normal;
}
.call-to-action-2 .right-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/imrs.jpg);
}
.call-to-action-3 {
  padding: 60px;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 991px) {
  .call-to-action-3 {
    padding: 30px 0px;
    text-align: center;
  }
}
.call-to-action-3 h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}
.call-to-action-3 .btn-black {
  float: right;
}
@media (max-width: 991px) {
  .call-to-action-3 .btn-black {
    text-align: center;
    float: none;
    display: inline-block;
    padding: 20px 0px;
  }
}

#owl-demo .item {
  padding: 30px 0px;
  margin: 10px;
}


.btn {
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 30px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-slider {
  font-size: 12px;
  letter-spacing: 3px;
  color: #ffffff !important;
  border-radius: 25px;
  background: #272727;
}
.btn-black a {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  background: #272727;
  color: #ffffff;
  width: 180px;
  height: 60px;
  text-align: center;
  display: inline-block;
  line-height: 60px;
}
.btn-black a:hover {
  color: #272727;
  border: 3px solid #272727;
 background: transparent;
  transition: all 0.5s;
}

.btn-transparent a{
  border: 3px solid #272727;
  color: #272727;
  background: transparent;
}
.btn-transparent a:hover {
  color: #ffffff;
  background: #272727;
  
  transition: all 0.5s;
}

.second-btn {
  background-color: #ffffff;
  color: #272727 !important;
}


.go-top {
  width: 46px!important;
  height: 46px!important;
  line-height: 46px!important;
  font-size: 14px!important;
}
.section-heading {
  text-align: center;
}
.section-heading h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0px;
  letter-spacing: 2px;
  color:#fff;
}
.section-heading .section-dec {
  width: 80px;
  height: 1px;
  background-color: #dddddd;
  margin: 15px auto 60px auto;
}
.section-heading-white h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0px;
  color: #ffffff;
  letter-spacing: 2px;
}
.section-heading-white .section-dec {
  width: 80px;
  height: 1px;
  background-color: #dddddd;
  margin: 15px 0 60px 0;
}
/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls {
  width: 100%;
  text-align: center;
}
.owl-theme .owl-controls .owl-page {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: transparent;
  border: 2px solid #888;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  display: inline-block;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.html) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.go-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 77;
  font-size: 18px;
  text-align: center;
  background: #1d1d1d;
  color: #fff !important;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.go-top.go-top-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  box-shadow: 0 0 10px -4px;
}
.go-top.go-topfade-out {
  opacity: 1;
}
@media (max-width: 991px) {
  .go-top {
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .go-top {
    height: 60px;
    width: 60px;
    line-height: 60px;
    right: 30px;
    bottom: 60px;
  }
}



.main-navigation ul li a {
    color: #FFF; /* Default color */
    transition: color 0.3s ease; /* Smooth transition */
}

.main-navigation ul li a:hover,
.main-navigation ul li.active a {
    color: #2E8B57; /* Active/Hover color (Sea Green) */
}

/* mobile repsonsive */
@media (max-width: 767px) {
  
  .site-header .main-header .logo a{
    font-size: 18px;
  }
  .site-header .inner-header .logo img, .footer .logo img {max-width: 50px;}
  .site-header .main-header .logo a {color: #FFF !important;}
    .header-right-toggle {padding: 27px 0 15px 30px;}
    a.side-menu-button {
        color: #fff;
        border: 1px solid;
        padding: 5px 12px;
        font-size: 20px;
    }
    a.side-menu-button i {margin-right: 0;}
    .tp-caption.first-line.lft.tp-resizeme.start {font-size: 15px !important;.slider .revslider-initialised}
    .tp-caption.second-line.lfb.tp-resizeme.start {
        color: #ffffffc9;
        width: 90% !important;
        font-size: 11px !important;
        line-height: 15px !important;
        top: 100px !important;
        margin-bottom: 20px !important;
        
    }
    .slider .revslider-initialised {
        height: 300px !important;
    }
    .slider .revslider-initialised a.btn.btn-slider {
        font-size: 10px !important;
        padding: 10px !important;
        margin-top: 58px !important;
    }
    .footer a {font-size: 18px;}
    .footer .logo img{margin-right: 5px}
}

/* tablets */
@media (min-width: 767px) and (max-width: 992px){
    .site-header .main-header .logo a{
    font-size: 18px;
  }
  .site-header .inner-header .logo img, .footer .logo img {max-width: 50px;}
  .site-header .main-header .logo a {color: #FFF !important;}
    .header-right-toggle {padding: 27px 0 15px 30px;}
    a.side-menu-button {
        color: #fff;
        border: 1px solid;
        padding: 5px 12px;
        font-size: 20px;
    }
    a.side-menu-button i {margin-right: 0;}
    .tp-caption.first-line.lft.tp-resizeme.start {font-size: 18px !important;.slider .revslider-initialised}
    .tp-caption.second-line.lfb.tp-resizeme.start {
        color: #ffffffc9;
        width: 90% !important;
        font-size: 15px !important;
        line-height: 22px !important;
        
        margin-bottom: 20px !important;
        
    }
    /*.slider .revslider-initialised {
        height: 300px !important;
    }*/
    .slider .revslider-initialised a.btn.btn-slider {
        font-size: 14px !important;
        padding: 15   px !important;
        margin-top: 20px !important;
    }
     .tabs {
       justify-items: stretch !important;
        grid-template-columns: repeat(3, 1fr) !important;
       
        }
        .tab{width: unset !important;}
        .calculator_container {padding: 15px;}
}


/* calculator css */
.calculator_container {
    display: flex;
    width: 100%;
    box-shadow: 0 0 10px 4px #00000014;
    border-radius: 20px;
    flex-direction: column;
    padding: 50px;
}
.content_area {
    width: 100%;
}
.calculator-btn{
      margin: 20px 10px;
      padding: 12px 30px;
      letter-spacing: 3px;
      font-size: 13px;
      background: #272727;
      color: #FFF;
      border: none;
      border-radius: 20px;
      text-transform: uppercase;
}
.calculator_container .tabs .tab i{
  font-size: 25px;
  padding: 15px 0;
}
.pagination {
    
  
    padding-bottom: 50px;
    padding-right: 5%;
}
.pagination span, .pagination a {
    padding: 10px 20px !important;
    background: #fff !important;
    color: #000;
    
}

.pagination a {
    color: #3ebe69;
   
   
}



@media (max-width: 767px){
  .tabs {
       justify-items: stretch !important;
        grid-template-columns: repeat(2, 1fr) !important;
       
        }
        .tab{width: unset !important;}
        .calculator_container {padding: 15px;}
}

