/*
Theme Name: boone-trucking
Theme URI: https://www.boone-trucking.com/
Author: Greenbyte
Author URI: https://www.boone-trucking.com/
Description: A free WordPress theme for blogs that are designed to have beautiful typography. It is developed using responsive design, ensuring that your blog will be no less beautiful when viewed on a smartphone or tablet.
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, pink, responsive-layout, full-width-template, one-column, two-columns, featured-images, translation-ready, right-sidebar, editor-style, custom-header, custom-background, custom-menu, threaded-comments
Text Domain: tribute
This theme, like WordPress, is licensed under the GPL.
*/

:root {
  --white-color: #fff;
  --black-color: #000;
  --primary-color: #dc3809;
  --gray-color: #333;
  --ligtht-gray: #f2f2f2;
  --open-font: 'Open Sans', sans-serif;
}



@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

@font-face {
  font-family: 'FontAwesome';
  src: url(fonts/FontAwesome.otf);
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #0e0e0e;
  font-family: 14px;
  font-family: var(--open-font);
  font-weight: 500;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7b7b7b;
  font-family: 13px;
  font-family: var(--open-font);
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7b7b7b;
  font-family: 13px;
  font-family: var(--open-font);
}


.alignnone {
  margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
  margin: 5px auto
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px
}

a img.alignnone {
  margin: 5px 20px 20px 0
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
  color: #a6a6a6;
  font-style: italic;
}

p.wp-caption-text {
  color: #a6a6a6;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 15px;
  margin-top: 10px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

blockquote {
  background: #f9f9f9;
  color: #222222;
  overflow: hidden;
  border-left: 4px solid #cd2122;
  position: relative;
  font-size: 21px;
  font-style: italic;
  padding: 18px;
  font-family: var(--open-font);
  margin-bottom: 30px;
}

a,
button,
input:focus,
textarea:focus,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

::-moz-selection {
  background: #b142e9;
  color: #fff
}

::selection {
  background: #00aee4;
  color: #fff
}

a {
  color: #212739;
}

a:hover,
a:focus {
  text-decoration: none;
  color: var(--primary-color);
  outline: 0;
}

ul li {
  font-weight: 400;
  font-size: 16px;
  font-family: var(--open-font);
}

ul {
  list-style: none;
  padding: 0px;
}

ul li a:hover {
  color: var(--primary-color);
}

address {
  color: #fff;
  line-height: 26px;
  font-size: 13px;
  margin-bottom: 15px;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help
}

big {
  font-size: 125%
}

pre {
  background-color: #fff;
  border: #eaeaea solid 1px;
  color: #8a8a8a;
  font-size: 13px;
  line-height: 26px
}

label {
  color: #858585;
  font-size: 13px;
  font-weight: normal;
  display: block;
  margin-bottom: 0;
}

.form-control,
#comment,
label input {
  border: 1px solid #cccccc;
  height: 45px;
  box-sizing: border-box;
  border-radius: 0px;
  box-shadow: none;
  font-size: 13px;
  resize: none;
  background: #none;
  position: relative;
  width: 100%;
}

input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:focus {
  box-shadow: none;
  outline: 0;
}

button {
  font-size: 15px;
  color: var(--white-color);
  text-transform: capitalize;
  padding: 16px 54px;
  background: var(--primary-color);
  border-radius: 0px;
  white-space: inherit;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0px;
  font-family: var(--open-font);;
}

button:hover,
.search-submit:hover {
  background-color: var(--primary-color);
}

.btn {
  font-size: 15px;
  color: var(--white-color);
  text-transform: capitalize;
  padding: 16px 54px;
  background: var(--primary-color);
  border-radius: 0px;
  white-space: inherit;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0px;
  font-family: var(--open-font);
}

.btn:hover,
.btn:focus,
.btn:active:focus {
  background: #323232;
  color: #fff;
  outline: none;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

input[type="text"],
input[type="email"],
textarea {
  border: 1px solid #9b9b9b;
  height: 45px;
  box-sizing: border-box;
  border-radius: 0px;
  box-shadow: none;
  font-size: 13px;
  resize: none;
  background: none;
  position: relative;
  width: 100%;
  padding-left: 14px;
  outline: none;
}

textarea {
  height: auto;
  padding: 10px 12px;
}

button,
input[type="submit"] {
  background: #fff;
  padding: 12px 30px;
  color: #272727;
  border: none;
  outline: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-appearance: default-button;
}

button,
input[type="submit"]:hover {
  background: #272727;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  line-height: 1;
  margin-bottom: 20px;
  padding: 0;
  font-weight: 400;
}

h1 {
  font-size: 40px;
  color: #fff;
  font-family: var(--open-font) font-weight: 600;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px
}

h5 {
  font-size: 18px
}

h6 {
  font-size: 16px
}

p {
  line-height: normal;
  margin-bottom: 30px;
  font-size: 16px;
  font-family: var(--open-font);
  font-weight: 400;
}

body {
  color: #3f3f3f;
  font-family: var(--open-font);
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body img {
  max-width: 100%;
}

section {
  display: block;
  padding: 40px 0;
}

.primary-divider {
  width: 100%;
  max-width: 74px;
  height: 2px;
  background-color: var(--primary-color);
  display: block;
  margin: 0 auto 30px auto;
}

.white-divider {
  width: 100%;
  max-width: 74px;
  height: 2px;
  background-color: var(--white-color);
  display: block;
  margin: 0 auto 30px auto;
}

.fuldivider {
    width: 100%;
    max-width: 1110px;
}

.banner-title {
  color: var(--white-color);
  font-size: 52px;
  font-weight: bold;
  line-height: normal;
}

.top-heading {
  color: var(--primary-color);
  font-size: 22px;
  text-shadow: rgb(0, 0, 0) 0px 0px 15px;
  line-height: normal;
  font-style: italic;
  font-weight: normal;
}

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

.section-title45 {
  font-size: 45px;
  font-weight: bold;
  line-height: normal;
}

.section-title42 {
  font-size: 42px;
  font-weight: bold;
  line-height: normal;
}

.section-title52 {
  font-size: 52px;
  font-weight: 700;
  line-height: normal;
}

.container1200 {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  display: block;
}

/* topbar Info */

.topbar-info {
  padding: 20px 0;
}

.logo img {
  width: 100%;
  max-width: 260px;
}

.top-btn a {
  font-size: 15px;
  font-weight: 700;
  color: var(--primary-color);
}

/* Main slider */

.home-banner .flexslider .entry-img img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.main-slider {
  position: relative;
  overflow: hidden;
}

.main-slider .banner-capt {
  position: absolute;
  left: 0;
  top: -5%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9;
}

.banner-capt p {
  color: var(--white-color);
  font-size: 20px;
  line-height: normal;
  margin-bottom:40px;
}

.main-slider .bg-overlay {
  width: 100%;
  height: 100%;
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
}


.main-slider .banner-capt .btn {
  padding: 16px 75px;
}

/* Home get a Quote */

.hm-getquote {
  padding: 0;
  position: relative;
  margin-top: -60px;
  z-index: 9;
}

.hm-getquote .entry-post {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 35px;
  background: var(--primary-color);
  box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0;
  -moz-box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0;
  -webkit-box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.hm-getquote .entry-text h2 {
  color: white;
  font-size: 45px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 0;
}

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


/* hm post services */

.hm-postservices {
  padding: 7rem 0;
}

.hm-postservices .section-title45 {
  color: var(--gray-color);
}

.hm-postservices .entry-post {
  margin-bottom: 25px;
  padding: 30px 33px;
  box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0;
  -moz-box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0;
  -webkit-box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0;
}

.hm-postservices .entry-icon {
  width: 70px;
  height: 70px;
  border: 2px solid;
  border-color: var(--primary-color);
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 13px;
}

.hm-postservices .entry-icon svg {
  color: var(--primary-color);
  fill: var(--primary-color);
}

.hm-postservices .entry-header h4 {
  font-size: 25px;
  font-weight: bold;
  color: var(--gray-color);
  padding: 0 21px;
  line-height: normal;
}

.hm-postservices .entry-btn .btn {
  padding: 15px 35px;
}

/* Home About */


.global-banner {
  position: relative;
  padding: 4.2rem 0;
  background-size: cover;
  background-position: center 270px;
}

.global-banner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000087;
}

.global-banner h1 {
  font-weight: bold;
  font-size: 45px;
  color: var(--white-color);
  line-height: normal;
}


.hm-abt {
  background-color: var(--gray-color);
  padding: 80px 0;
}

.hm-abt .entry-img img {
  width: 100%;
}

.hm-abt .media-body {
  margin-left: 25px;
  background-color: var(--primary-color);
  padding: 60px;
  box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0;
  -moz-box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0;
  -webkit-box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0;
}

.hm-abt .section-title42,
.hm-abt .media-body p {
  color: var(--white-color);
}

/* Home Call to action */

.hm-cta {
  overflow: hidden;
  position: relative;
  padding: 60px 0;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.hm-cta .bg-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.42;
}

.hm-cta h3,
.hm-cta p, .hm-cta p a {
  color: white;
}

.hm-cta p, .hm-cta p a {
  font-size: 20px;
  line-height: normal;
}


/* About Work ---- Section */

.abt-work {
  background-color: var(--ligtht-gray);
  padding: 60px 0;
}

.abt-work .section-heading {
  margin-bottom: 60px;
}

.abt-work .section-title45 {
  color: #333333;
}

.abt-work .entry-header h4 {
  font-family: "Merriweather", serif;
  color: var(--black-color);
  font-style: italic;
  line-height: normal;
}

.abt-work .entry-post p {
  text-align: justify;
  padding: 0 10px;
  color: var(--gray-color);
}

/* abt-project */

.abt-project {
  padding: 3rem 0;
}

.abt-project .section-title42 {
  color: var(--gray-color);
}

.abt-project .bgcolor-gray {
  background: #cecdcd;
}

.abt-project .bgcolor-primary {
  background-color: var(--primary-color);
  max-width: 90%;
  width: 100%;
  padding: 20px;
}

.abt-project .entry-summary h4 {
  color: var(--white-color);
  font-weight: 700;
  font-size: 25px;
  line-height: normal;
  margin-bottom: 0px;
}

.abt-project .entry-summary p {
  color: #f57400;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0px;
  font-style: italic;
  font-family: "Merriweather", serif;
}

.abt-project .entry-post .entry-img {
  position: relative;
  overflow: hidden;
  display: block;
}

.abt-project .entry-post .entry-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    -o-object-fit: cover;
  -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.abt-project .entry-post .entry-img:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.abt-info {
  padding: 6rem 0;
}


.abt-info h4 {
  font-family: "Merriweather", serif;
  color: var(--primary-color);
  font-style: italic;
  font-weight: 400;
}

.abt-info p {
  line-height: 24px;
  color: var(--gray-color);
}

.abt-cta {
  overflow: hidden;
  position: relative;
  padding: 60px 0;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.abt-cta .bg-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.42;
}

.abt-cta h3,
.abt-cta p,
.abt-cta p a {
  color: white;
}

.abt-cta p {
  font-size: 20px;
  line-height: normal;
}

/* Global Video Banner */


.global-video-banner {
  position: relative;
  display: block;
  overflow: hidden;
}

.global-video-banner .video-file video {
  width: 100%;
  height: 325px;
  object-fit: cover;
  background-position: 50% 50%;
  max-width: 100%;
}

.global-video-banner h3 {
  font-size: 52px;
  font-weight: 700;
  color: #333;
  line-height: normal;
  margin-bottom: 0px;
}

.global-video-banner h6,
.global-video-banner h6 a {
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  color: var(--primary-color);
}

.global-video-banner .text-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.global-video-banner .video-content {
  padding: 30px 10px;
  background-color: rgba(255, 255, 255, 0.8);
}

.global-video .media-body a {
  display: block;
}

.global-video .video-iframe iframe {
  width: 100%;
  max-width: 100%;
  /* min-height: 300px !important;
  max-height: 300px !important; */
}

.page-id-314 .global-video {
  position: relative;
  overflow: hidden;
  height: 300px;
}
.global-video .video-iframe iframe {
  object-fit: cover;
  position: absolute;
  width: 101%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}


.global-video .video-iframe { 
  overflow: hidden;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: inherit;
}









/* Services Page */

.post-services {
  padding: 6rem 0;
}

.post-services .section-heading h3 {
  font-size: 22px;
  color: var(--primary-color);
  font-family: "Merriweather", serif;
  line-height: normal;
  font-weight: 400;
  font-style: italic;
}


.post-services .section-heading p {
  color: #333;
  font-weight: 400;
  line-height: normal;
}


.post-services .entry-post {
  padding: 30px 32px;
  box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0;
  -moz-box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0;
  -webkit-box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0;
  margin-bottom: 30px;
}

.post-services .entry-icon {
  width: 70px;
  height: 70px;
  border: 2px solid;
  border-color: var(--primary-color);
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 13px;
}

.post-services .entry-icon svg {
  color: var(--primary-color);
  fill: var(--primary-color);
}

.post-services .entry-header h4 {
  font-size: 25px;
  font-weight: bold;
  color: var(--gray-color);
  padding: 0 24px;
  line-height: normal;
}


/* Global Two Columns Layout */

.globalTwoColumnLayout {
  padding: 4rem 0;
}

.globalTwoColumnLayout .section-title52 {
  color: var(--gray-color);
  margin-bottom: 5px;
}

.globalTwoColumnLayout .section-heading h4 {
  color: var(--primary-color);
  font-family: "Merriweather", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 22px;
}

.globalTwoColumnLayout .media-body p {
  line-height: 24px;
}

.globalTwoColumnLayout .media-video video {
  width: 100%;
}

.globalFullWidthLayout h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--gray-color);
  line-height: normal;
}

.globalFullWidthLayout p {
  font-size: 16px;
  line-height: 24px;
  color: var(--gray-color);
  font-weight: 400;
}

.cta-growth h3 {
  color: var(--gray-color);
}

.cta-growth .media-body h6,
.cta-growth .media-body h6 a {
  color: var(--primary-color);
  font-size: 20px;
  line-height: normal;
}

.globalFullWidthLayout ul {
  list-style: disc;
  margin-left: 30px;
}

.globalFullWidthLayout ul li {
  font-size: 16px;
  line-height: 24px;
  color: var(--gray-color);
  font-weight: 400;
}

.project-trucking h3 {
  color: #333;
}

.project-trucking p, .project-trucking p a {
  font-size: 20px;
  color: var(--primary-color);
  line-height: normal;
  font-weight: 400;
}

/* Contact us */

.contact-banner {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4rem 0;
  background-attachment: fixed;
}

.contact-banner .bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  background-color: #00000075;
}

.contact-banner .entry-post {
    position: relative;
    overflow: hidden;
    display: block;
}

.contact-banner .entry-post .entry-icon {
    width: 77px;
    height: 77px;
    margin: 0 auto;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid;
    border-color: var(--primary-color);
    margin-bottom: 20px;
    transition: all .3s ease-in-out;
}


.contact-banner .entry-post .entry-icon:hover {
  background-color: var(--gray-color);
}

.contact-banner .entry-post .entry-icon svg {
    width: 50%;
    color: var(--primary-color);
    fill: var(--primary-color);
}

.contact-banner .entry-post .entry-text h6, .contact-banner .entry-post .entry-text p, .contact-banner .entry-post .entry-text a {
  color: var(--white-color);
}

.contact-banner .entry-post .entry-text p {
  margin-bottom: 12px;
}

.contact-banner .entry-post .entry-text a {
  font-weight: bold;
}

.min-width754 {
  width: 100%;
  max-width: 754px;
  margin: 0 auto;
  display: block;
}

.contact-page .section-heading h3 {
  color: var(--gray-color);
}



/* Gallery */

.global-gallery {
  padding: 5rem 0;
}

.global-gallery .section-heading {
    margin-bottom: 5rem;
}

.global-gallery .section-heading h3 {
  color: var(--gray-color);
}

.global-gallery .section-heading p {
  line-height: 24px;
  color: var(--gray-color);
  font-weight: 400;
}

.global-gallery .entry-post {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
  -webkit-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
  -moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
}

.global-gallery .entry-post .entry-img {
  position: relative;
  overflow: hidden;
  display: block;
}


.global-gallery .entry-post .entry-img img {
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    height: 420px;
  -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.global-gallery .entry-post .entry-img:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.global-gallery .bgcolor-gray {
    background: rgb(206, 205, 205);
}

.global-gallery .bgcolor-primary {
    background-color: var(--primary-color);
    max-width: 97%;
    width: 100%;
    padding: 20px;
}

.global-gallery .entry-summary h4 {
    color: var(--white-color);
    font-weight: 700;
    font-size: 25px;
    line-height: normal;
    margin-bottom: 0px;
}

.global-gallery .entry-summary p {
    color: white;
    font-weight: normal;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 0px;
    font-style: normal;
}


.global-video .video-file video {
    width: 100%;
    object-fit: cover;
    height: 337px;
}

.global-video {
    position: relative;
    overflow: hidden;
}


.global-video .video-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.global-video .video-overlay .media-body {
    padding: 40px;
    background: rgba(255,255,255,0.8);
}

.global-video .video-overlay .media-body h1 {
    font-size: 51px;
    text-align: center;
    font-weight: 700;
    color: var(--gray-color);
    line-height: normal;
}

.global-video .video-overlay .media-body a {
  color: var(--primary-color);
}

.TwoColumnWithVideo {
  padding: 5rem 0;
}

.TwoColumnWithVideo h3 {
  color: var(--gray-color);
}

.TwoColumnWithVideo  h6{
  color: var(--primary-color);
  font-size: 22px;
  line-height: normal;
  font-weight: 700;
  font-family: "Merriweather", serif;
}

.TwoColumnWithVideo .media-body p {
  line-height: 24px;
  color: var(--gray-color);
}

.TwoColumnWithVideo .media-video video {
  width: 100%;
}

.fullwithcontentlayout h4 {
    font-size: 30px;
    font-weight: 700;
    color: var(--gray-color);
    line-height: normal;
}

.fullwithcontentlayout p {
  color: var(--gray-color);
  line-height: 24px;
}

.services-cta .section-heading h3 {
    color: var(--gray-color);
}

.services-cta .section-heading p, .services-cta .section-heading p a {
  color: var(--primary-color);
  font-size: 20px;
  line-height: normal;
}

.service-forms .section-heading h3 {
  color: var(--gray-color);
}



.form-info label {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  margin-bottom: 5px;
}

.form-info input[type="text"], .form-info input[type="tel"], .form-info input[type="email"] {
  width: 100%;
  height: 30px;
  background: rgba(239,239,239,1) !important;
  border: 0px;
  border-bottom: 2px solid var(--primary-color);
  padding: 0 10px;
  font-size: 16px;
}

.form-info textarea {
  width: 100%;
  height: 50px;
  background: rgba(239,239,239,1) !important;
  border: 0px;
  border-bottom: 2px solid red;
  padding: 10px;
  font-size: 16px;
}

.form-info input[type="submit"] {
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  padding: 15px 85px;
}

.form-info input[type="submit"]:hover {
  background-color: var(--gray-color);
}

.service-forms .max-width {
  border-top: 2px solid var(--primary-color);
  padding-top: 30px;
}

.fullwithcontentlayout ul {
  list-style: disc;
  margin-left: 30px;
}
.fullwithcontentlayout ul li {
  color: #333;
}

.abt-info .flexslider img {
  width: 100%;
  height: 332px !important;
  object-fit: cover;
  -o-object-fit: cover;
}












/* Footer */


.site-footer {
  border-top: 2px solid;
  border-color: var(--primary-color);
  padding: 30px 0;
  display: block;
  background-color: var(--gray-color);
}

.site-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: block;
}


.site-footer p,
.site-footer p a,
.site-footer ul li a {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
}

.site-footer .footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.site-footer .footer-logo .logo-header h4 {
  color: var(--white-color);
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0px;
}

.site-footer .footer-content {
  padding-right: 0px;
}

.site-footer .col1 {
  max-width: 52%;
}

.site-footer .col2 {
  max-width: 15%;
}

.site-footer .col3 {
  max-width: 25%;
}

.site-footer .footer-info {
  display: flex;
}

.site-footer .footer-title {
  font-family: "Merriweather", serif;
  color: var(--primary-color);
  font-style: italic;
  font-weight: 400;
}

.site-footer .footer-social ul {
  display: flex;
  justify-content: space-between;
}

.global-copyright {
  background-color: var(--primary-color);
  padding: 020px 0;
}

.global-copyright p {
  margin-bottom: 0px;
  color: var(--white-color);
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}


.site-footer .stellarnav.light {
  background-color: transparent;
}

.site-footer .stellarnav > ul {
  text-align: left;
}

.site-footer .stellarnav > ul > li {
  margin-right: 0px;
}

.site-footer .stellarnav ul ul li a {
  color: var(--white-color);
  font-size: 13px;
}

.site-footer .stellarnav ul ul li a:hover {
  color: var(--primary-color);
}

.site-footer .stellarnav > ul > li > a {
  color: var(--white-color);
  font-weight: 400;
}

.site-footer .stellarnav li.has-sub > a::after {
  border-top: 6px solid var(--white-color);
}


.site-footer .stellarnav ul ul {
    position: relative;
    background-color: transparent !important;
    box-shadow: none !important;
}














.btn.floating-btn {
  position: fixed;
  bottom: 40px;
  right: 20px;
  padding: 16px 34px;
}



/* sticky */

.header.sticky {
  top: 0px;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: auto;
  background: var(--white-color);
  padding: 0px;
  box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
  -moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
  -webkit-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
}

.header.sticky .top-main {
  display: none;
}

.header.sticky .header-main {
  padding: 25px 0;
}

.header.sticky .logo-title {
  color: #fff;
}

.header.sticky .nav ul li a {
  color: #fff;
  padding-bottom: 27px;
}

.header.sticky .nav ul li a:hover {
  transition: all .3s;
  color: #5dbe0f;
}




.global-pages {
  padding: 5rem 0;
}
.global-pages h1 {
  color: var(--gray-color);
  font-weight: 600;
  text-transform: uppercase;
}
.global-pages p {
  color: var(--gray-color);
}


/* validation-errors */
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {border: 2px solid #f7e700; clear: both; color: #a94442; background-color: #f2dede; border-color: #ebccd1; margin-left: 0px;}
.wpcf7-not-valid { border:2px solid red !important;}
span.wpcf7-not-valid-tip {display: none;}
div.wpcf7-mail-sent-ok { border: 2px solid #398f14;   color: #3c763d;    background-color: #dff0d8;    border-color: #d6e9c6;  clear: both;  margin-left: 0px;}


/* Error Page */

.error-page {padding: 5rem 0}
.error-page .section-title45 {color: #333;}


