/*
Theme Name: Clockwork Client Theme
Author: Offline Sharks
Version: 1.0.1
Author URI: http://offlinesharks.com/
Description: Completely custom Wordpress theme built by OfflineSharks. What makes this theme special is that it was created by Offline Marketers and is designed specifically for Offline Marketers. This theme is crafted using the Bootstrap framework and has custom dynamic functions, fields, and content boxes on each page. We recommend using this theme to generate leads, prospects, and sales for any business. <a target="_blank" href="https://themepluginupdate.sharkdevserver.com/change_logs/clockwork-client-theme-changelog.html">Theme change log</a><br>    <a href="https://offlinesharks.com/software-terms-of-service/" target="_blank">Terms of Service</a>
Tags: flexible-content, accessibility-ready, custom-colors, custom-logo, editor-style, featured-images, theme-options, translation-ready
*/
a,
a:hover {
  text-decoration: underline;
}
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  background: 0 0;
  border: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
}
::selection {
  background: #eeb313;
  color: #fff;
}
::-webkit-selection {
  background: #eeb313;
  color: #fff;
}
::-moz-selection {
  background: #eeb313;
  color: #fff;
}
::-o-selection {
  background: #eeb313;
  color: #fff;
}
::-ms-selection {
  background: #eeb313;
  color: #fff;
}
::-webkit-input-placeholder {
  color: #7a7a7a;
}
::-moz-placeholder {
  color: #7a7a7a;
}
:-ms-input-placeholder {
  color: #7a7a7a;
}
:-moz-placeholder {
  color: #7a7a7a;
}
body {
  background: #fff;
  font-family: open sans, Arial, Helvetica;
  line-height: 1.6;
  color: #7a7a7a;
}
.clear {
  clear: both;
}
#cp-wrapper.has-blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
}
#status_load {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.8;
  z-index: 9999;
}
.inner {
  max-width: 1170px;
  margin: 0 auto;
  height: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 15px;
  font-family: open sans;
  color: #3c4452;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h5,
h6 {
  font-size: 1.2em;
}
blockquote,
p {
  margin: 0 0 20px;
  font-size: 1em;
}
p {
  font-family: open sans, Arial, Helvetica;
}
blockquote {
  quotes: "\201C""\201D""\2018""\2019";
  padding: 0 20px;
}
blockquote:before {
  line-height: 0.1em;
  content: open-quote;
  font-size: 4em;
  color: #eeb313;
  margin-right: 0.15em;
  vertical-align: -30px;
}
blockquote p {
  display: inline;
  font-style: italic;
  font-size: inherit;
}
.backtotop,
.img-fluid,
a.cp-logo,
a.cp-logo img,
img.alignleft,
img.alignright {
  display: block;
}
a {
  transition: all 0.5s ease;
  color: #3c4452;
}
a:focus {
  text-decoration: none;
  color: #eeb313;
  outline: 0;
}
a:hover {
  color: #eeb313;
}
hr {
  margin: 30px 0 25px;
  border-color: #e1e1e1;
}
ol,
ul {
  margin: 0 0 15px 18px;
}
.checkmark {
  list-style: none;
  margin: 0 0 20px;
}
.checkmark li {
  margin: 0 0 8px;
}
.checkmark li i {
  margin: 0 15px 0 0;
  color: #eeb313;
}
ol li,
ul li {
  font-size: 1em;
}
ol li li,
ol li p,
ul li li,
ul li p {
  font-size: inherit;
}
b,
strong {
  font-weight: 700;
}
img.aligncenter {
  display: block;
  margin: 0 auto 20px;
}
img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
/* Global */
.mb-20 {
  margin-bottom: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}

@media(min-width: 768px){
  .pr-lg-0 {
    padding-right: 0;
  }
}
.cp-color {
  color: #4779c3;
}
.backtotop {
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 60px;
  position: fixed;
  z-index: 999;
  bottom: 127px;
  right: 0;
  background: #eeb313;
}
.backtotop i {
  font-size: 2.5em;
  color: #fff;
}
#cp-top {
  padding: 30px;
}
.top-item {
  display: flex;
  align-items: center;
  position: relative;
}
.has-divider {
  padding: 0 30px 0 0;
}
.has-divider:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #e1e1e1;
}
.top-info {
  line-height: 1.4;
  color: #3c4452;
  font-weight: 600;
  font-size: 0.9em;
}
.top-info a {
  text-decoration: none;
}
.top-icon {
  line-height: 1;
}
.top-icon i {
  font-size: 1.6em;
  color: #ddd;
  margin: 0 20px 0 0;
}
.top-info span {
  display: block;
  font-weight: 300;
  color: #999;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header-block {
  max-width: 255px;
}
@media(max-width: 767px){
  .marker-block {
    display: none;
  }
}
#cp-header .navbar-nav li a,
.top-btn a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.top-btn a {
  background: #eeb313;
  padding: 12px 30px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 0.9em;
}
#cp-header,
.top-btn a:hover {
  background: #3c4452;
}
.top-btn a i {
  margin: 0 0 0 5px;
}
#cp-header {
  position: relative;
  z-index: 101;
  padding: 0 20px;
}
#cp-header .navbar {
  padding: 0;
}
#cp-header a.navbar-brand img {
  display: block;
}
#cp-header a.navbar-brand h2 {
  margin: 0;
  font-size: 1.1em;
  padding: 15px 0;
}
#cp-header .navbar-nav li {
  font-size: 0.9em;
  padding: 20px 10px;
  position: relative;
  font-weight: 600;
}
#cp-header .navbar-nav li a {
  font-family: Open Sans;
  padding: 0 10px;
}
#cp-header .navbar-nav li a i.fa-angle-down {
  margin: 0 0 0 5px;
}
#cp-header .navbar-toggler-icon {
  background-size: 50% 50%;
  width: 35px;
}
#cp-header .navbar-toggler {
  padding: 2px;
  border: 1px solid #c1c1c1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  outline: 0;
  cursor: pointer;
}
#cp-header .dropdown-menu {
  top: 95%;
}
#cp-header .navbar-nav {
  margin: 0;
}
.navbar-light .navbar-toggler {
  outline: 0;
  border-color: #000;
  cursor: pointer;
}
#cp-header .navbar-nav li a:hover,
#cp-header .navbar-nav li.current-menu-item a,
#cp-header a.navbar-brand:hover h2 {
  color: #eeb313;
}
#cp-header .navbar-nav li:hover ul {
  background: #eeb313;
}
#cp-header .navbar-nav li svg {
  display: none;
}
.nav-social ul {
  list-style: none;
  margin: 0;
}
.nav-social ul li {
  display: inline-block;
}
.nav-social ul li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: fff;
  border-radius: 5px;
}
.nav-social ul li a:hover {
  background: #fff;
}
@media (min-width: 992px) {
  #cp-header.active .navbar-nav li a {
    color: #7a7a7a;
  }
  #cp-header.active .navbar-nav li a:hover,
  #cp-header.active .navbar-nav li.current-menu-item a {
    color: #eeb313;
  }
  #cp-header.active .navbar-nav li li.current-menu-item a {
    color: #fff;
    text-decoration: underline;
  }
  #cp-header.active .navbar-nav li li a {
    text-decoration: none;
    color: #fff;
  }
  #cp-header.active .navbar-nav li li a:hover {
    color: #fff;
  }
}
#cp-header .navbar-nav ul {
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  background: rgba(255, 255, 255, 1);
  border-radius: 0;
  min-width: 250px;
  left: 0;
  top: 100px;
  margin: 0;
  z-index: 999;
  pointer-events: none;
  padding: 0;
  max-width: 100%;
}
#cp-header .navbar-nav li:hover ul {
  opacity: 1;
  top: 63px;
  pointer-events: inherit;
}
#cp-header .navbar-nav ul li {
  padding: 10px;
  display: block;
  text-align: left;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  font-size: inherit;
  position: relative;
}
#cp-header .navbar-nav ul li a {
  color: #fff;
  font-weight: 400;
  display: block;
  padding: 0;
}
#cp-header .navbar-nav ul li a:hover,
#cp-header .navbar-nav ul li.current-menu-item a {
  color: #fff;
  text-decoration: underline;
  border: none;
}
#cp-header .navbar-nav ul li:hover > a {
  text-decoration: underline;
}
#cp-header .navbar-nav li.current-menu-item.menu-item-has-children li a {
  color: #fff;
}
#cp-header .navbar-nav li ul li i.fa-angle-down {
  display: none;
}
#cp-header .navbar-nav li ul li i {
  color: #fff;
  margin: 6px 0 0;
}
#cp-header .navbar-nav ul li:last-child {
  border: none;
}
#cp-header .navbar-nav li ul li.menu-item-has-children {
  padding-right: 15px;
}
#cp-header .navbar-nav li ul li li {
  font-size: 1em;
}
#cp-header .navbar-nav li ul i.fa-angle-right {
  position: absolute;
  top: auto;
  right: 10px;
}
#cp-header .navbar-nav li ul li ul {
  left: 100%;
  opacity: 0 !important;
  pointer-events: none !important;
}
#cp-header .navbar-nav li ul li:hover ul {
  opacity: 1 !important;
  top: 0;
  pointer-events: inherit !important;
}
#cp-header .navbar-nav li:last-child ul li ul,
#cp-header .navbar-nav li:nth-last-child(2) ul li ul,
#cp-header .navbar-nav li:nth-last-child(3) ul li ul,
#cp-header .navbar-nav li:nth-last-child(4) ul li ul {
  left: -100%;
}
.main-nav .navbar-toggle {
  padding: 0;
  margin: 0;
  top: 30px;
}
.main-nav .navbar-toggle span {
  background: #8b898b;
  height: 4px;
  border-radius: 0;
  width: 30px;
}
@media (min-width: 992px) {
  body .toggle-down {
    display: none;
  }
}
@media (max-width: 991px) {
  #cp-header {
    padding: 20px 30px;
  }
  #cp-top button.navbar-toggler {
    display: inline-block;
    cursor: pointer;
  }
  .toggle-down {
    display: block;
  }
  #cp-header .navbar-nav li a i.fa-angle-down,
  #cp-header .navbar-nav li a i.fa-angle-right {
    display: none;
  }
  .banner .align-items-center {
    align-items: flex-end !important;
    justify-content: center !important;
  }
  #cp-banner .banner:after {
    display: none !important;
  }
  #cp-header .navbar-nav li a {
    padding: 0;
  }
  #cp-header .navbar-nav {
    margin: 20px 0 0;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
  }
  #cp-header .navbar-nav li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    padding: 10px 0;
  }
  #cp-header .navbar-nav li li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  }
  #cp-header .navbar-nav li:last-child {
    border: none;
  }
  #cp-header .navbar-nav ul {
    opacity: 1;
    top: 0;
    position: relative;
    background: 0 0 !important;
    padding: 8px 0 0;
    display: none;
    transition: all 0s ease;
  }
  #cp-header .navbar-nav i.fa-chevron-up {
    display: none;
  }
  #cp-header .navbar-nav .active > i.fa-chevron-up {
    display: block;
  }
  #cp-header .navbar-nav .active > i.fa-chevron-down {
    display: none;
  }
  #cp-header .navbar-nav i.toggle-down {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    line-height: 43px;
    width: 43px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    margin: 0;
  }
  #cp-header .navbar-nav li:hover ul {
    opacity: 1;
    top: 0;
  }
  .main-nav .navbar-nav li.nav-phone a {
    padding: 0;
  }
  #cp-header .navbar-nav li ul li ul {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
  }
  #cp-header .navbar-nav li ul li li:last-child {
    border: none !important;
  }
  #cp-header .navbar-nav li:last-child ul li ul,
  #cp-header .navbar-nav li:nth-last-child(2) ul li ul {
    right: 100%;
    margin-left: 0;
    opacity: 1 !important;
  }
}
@media (min-width: 992px) {
  #cp-header.active {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background: #fff;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -op-animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -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;
  }
  #cp-header.active img {
    width: 100%;
    height: auto;
    display: block;
  }
  #cp-header.active a.logo-text {
    font-size: 0.9em;
  }
}
/* Body Text */
.full-content h2::after {
  content: "";
  display: block;
  height: 3px;
  width: 50px;
}
.full-content blockquote{
  background-color: #efefef;
  padding: 30px 20px;
  border-left: 3px solid;
}
/* END Body Text */

/* START Banner */
.cp-banner-content {
  display: flex;
  align-items: flex-end;
}
.banner-entry h1{
  border-bottom: 4px solid;
}
#cp-banner .carousel .banner {
  transform: none !important;
}
#cp-banner .banner .row,
.cp-banner-content .row {
  height: inherit;
}
#cp-banner,
#cp-banner .banner {
  position: relative;
}
.cp-banner-content {
  min-height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.cp-banner-content .inner {
  padding: 80px 30px;
  width: 100%;
}
.cp-banner-content h1 {
  color: #fff;
}
.cp-banner-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1em;
}
@keyframes zoom {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.0, M12=0, M21=0, M22=1.0, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand');
  }
  to {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand');
  }
}
#cp-banner .banner {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: zoom 15s ease-in-out infinite alternate;
  -moz-animation: zoom 15s ease-in-out infinite alternate;
  -o-animation: zoom 15s ease-in-out infinite alternate;
  -ms-animation: zoom 15s ease-in-out infinite alternate;
  animation: zoom 15s ease-in-out infinite alternate;
}
#cp-banner .banner:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.carousel-indicators li {
  cursor: pointer;
}
#cp-banner .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.active .banner___ {
  -webkit-transition: -webkit-transform 20s cubic-bezier(0.2, 0, 0.7, 1);
  transition: transform 10s cubic-bezier(0.2, 0, 0.7, 1);
  -webkit-transform: scale(1.11);
  transform: scale(1.11);
}
.banner-form .acf-button:hover,
.global-btn:hover {
  -webkit-transition-delay: 0s;
  text-decoration: none;
}
.banner-content {
  z-index: 10;
  max-width: 500px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  text-align: right;
  padding: 0 30px;
}
.banner-content h2,
.banner-content h3 {
  z-index: 101;
  width: 100%;
  overflow: hidden;
}
.banner-content h3 {
  margin: 0 0 -10px;
  font-family: mr de haviland;
  font-weight: 400;
  font-size: 4em;
}
.banner-content h2 {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 3em;
  text-transform: uppercase;
}
.banner-content p {
  font-family: open sans;
  color: #fff;
  font-size: 1.1em;
}
.banner-form {
  padding: 40px;
  background: #fff;
  border-radius: 4px;
}
.banner-form h3 {
  text-align: center;
  margin: 0 0 10px;
}
.banner-form span.subtitle {
  display: block;
  text-align: center;
  font-weight: 300;
  margin: 0 0 15px;
}
.banner-form .acf-input-wrap input {
  padding: 10px !important;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  height: auto !important;
  outline: 0 !important;
}
.banner-form .acf-field {
  padding: 0 !important;
  border: none !important;
  margin: 0 0 10px !important;
}
.banner-form .acf-field label {
  font-size: 0.9em;
  margin: 0 !important;
}
.banner-form textarea {
  padding: 10px !important;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  height: auto !important;
  height: 70px !important;
  resize: none !important;
  outline: 0 !important;
}
.banner-form .acf-button {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 600;
  padding: 12px 40px;
  font-family: open sans;
  display: block;
  margin: 10px 0 0;
  text-align: center;
  border-radius: 4px;
  border: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  background: #eeb313;
  width: 100%;
}
.banner-form .acf-button:hover {
  transition-delay: 0s;
  background: 0 0;
  color: #eeb313;
  border-color: #eeb313;
}
.banner-form .alert {
  text-align: center;
  padding: 5px;
  font-size: 0.9em;
}
.banner-content h3 {
  color: #fff;
  height: 80px;
  line-height: 4;
  -moz-transition: line-height 0.6s cubic-bezier(0.69, 0, 0.31, 1);
  -webkit-transition: line-height 0.6s cubic-bezier(0.69, 0, 0.31, 1);
  transition: line-height 0.6s cubic-bezier(0.69, 0, 0.31, 1);
}
.banner-content h2 {
  color: #fff;
  line-height: 1.2;
  opacity: 0;
  transition: all 0.8s ease;
}
.banner-content p {
  transition: all 0.8s ease;
  opacity: 0;
  bottom: -60px;
  font-weight: 300;
}
.banner-content .banner-btn {
  transition: all 1.2s ease;
  opacity: 0;
}

.services-section .services-info .icon-box,
.services-section .services-info .info-block {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.banner-content h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.banner-content h2 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.banner-content p {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.active .banner-content h3 {
  line-height: 1.2;
}
.active .banner-content h2 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  opacity: 1;
}
.active .banner-content p {
  opacity: 1;
  bottom: 0;
}
.active .banner-content .banner-btn {
  opacity: 1;
}
.banner-content .banner-btn .global-btn {
  background: 0 0;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 12px 30px;
}
.banner-content .banner-btn .global-btn:hover {
  background: #fff;
}
/* END Banner */
.global-btn {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 600;
  padding: 12px 40px;
  font-family: open sans;
  display: inline-block;
  margin: 30px 5px 0;
  text-align: center;
  border-radius: 50px;
  border: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  outline: 0 !important;
}
.cp-section .divider,
.global-btn.btn-full {
  width: 100%;
  display: block;
}
.global-btn:hover {
  transition-delay: 0s;
  background: 0 0;
  border-color: #eeb313;
  color: #eeb313;
}
.global-btn.btn-small {
  font-size: 0.8em;
  padding: 6px 40px;
}
.global-btn.nomargin-btn {
  margin-top: 0;
}
.global-btn {
  background: #eeb313;
}
.global-btn.btn-solid {
  background: 0 0;
  color: #eeb313;
  border: 2px solid #eeb313;
  text-decoration: none;
}
.global-btn.btn-solid:hover {
  text-decoration: none;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background: #eeb313;
  color: #fff;
  border-color: transparent;
}
.global-btn.light {
  background: #fff;
  color: #3c4452;
}
.global-btn.light:hover {
  background: 0 0;
  color: #fff;
  border-color: #fff;
}
.global-btn.btn-solid.light {
  background: 0 0;
  color: #fff;
  border: 2px solid #fff;
  text-decoration: none;
}
.global-btn.btn-solid.light:hover {
  background: #fff;
  color: #3c4452;
}
.btn-more {
  text-align: center;
  margin: 50px 0 0;
}
.btn-more .global-btn {
  margin: 0;
}
.grey {
  background: #f7f7f7;
}
.dark-grey {
  background: #eee;
}
.dark {
  background: #2b4f84;
  color: #fff;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark p {
  color: inherit;
}
.dark .global-btn {
  background: 0 0;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 12px 30px;
}
.dark .global-btn:hover {
  background: #fff;
  border-color: #fff;
}
.cp-section {
  padding: 80px 30px;
}
.cp-section .divider {
  height: 10px;
  background: #ebebeb;
  margin: 60px 0;
}
@media (min-width: 992px) {
  .cp-section.nopaddingtop {
    padding-top: 0;
  }
  .section-more-content p:last-child {
    margin: 0;
  }
}
.negativemargintop {
  margin-top: -50px;
}
.bgsection {
  background: url(npm/images/bg.jpg) center top/cover no-repeat;
}
.section-more-content {
  margin: 60px 0 20px;
}
.section-entry {
  padding: 0 60px;
}

/* CTA Section */
.cta-section .col-left {
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.cta-section .col-right {
  display: flex;
}
@media(max-width: 767px) {
  .cta-section {
    padding: 20px;
  }
  .cta-section .col-left {
    margin-bottom: 20px;
  }
}
@media(min-width: 768px) {
  .cta-section {
    padding: 40px 0;
  }
}

.cta-section .cta-button {
    background-color: #002e5b;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    padding: 10px 15px;
    text-decoration: none;
}

@media(max-width: 767px) {
    .cp-post-section .cp-title {
        padding: 0 30px;
    }
}
 

/* Testimonial Section */
.author-image img {
  max-height: 80px;
  max-width: 80px;
}
.testimonial-top .author-info {
    margin-left: 10px;
}
.inner-box .testimonial-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
}
.testimonial-section .info-outer {
  position: relative;
  margin-bottom: 25px;
}
.testimonial-section .info-outer .quotes {
  position: absolute;
  font-size: 80px;
  top: -20px;
  left: 35px;
  z-index: 1;
  line-height: 1;
}
.testimonial-section .slide-item .text {
  position: relative;
  padding: 30px 40px;
  line-height: 28px;
  margin-top: 30px;
  font-style: italic;
  letter-spacing: 0.7px;
  border-radius: 5px;
}
.testimonial-section .slide-item .inner-box {
  position: relative;
}
.testimonial-section .slide-item .author-info h4 {
  margin: 0;
  font-size: 1.1em;
  color: #000;
}
.testimonial-section .slide-item .author-info .designation {
  font-size: 0.8em;
  color: #7a7a7a;
}
.testimonial-section .owl-nav {
  background: #d6d6d6;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
}
.testimonial-section .owl-dots {
  text-align: left;
  margin-left: 30px;
}
.testimonial-section .owl-dots .owl-dot {
  display: inline-block;
}
.testimonial-section .owl-dots .owl-dot span {
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 9px;
  margin: 5px 7px;
  border: 2px solid #ededed;
  width: 9px;
}
.owl-dots .owl-dot:hover span,
.testimonial-section .owl-dots .owl-dot.active span {
  background: #eeb313;
  border: 2px solid #eeb313;
  cursor: pointer;
}
.testimonial-section .owl-carousel .owl-item img {
  width: auto;
  border-radius: 50%;
}
.banner-content p,
.testimonial-section {
  position: relative;
}
.author-info .job-title {
  font-size: 14px;
}
.author-info h4 {
  margin-bottom: 0;
}
.stars-rating .fa-star {
  color: #FC942B;
}
.testimonials-inner .testimonial-top {
  display: flex;
  justify-content: left;
  align-items: center;
}
.testimonials-inner .info-outer .quotes {
  font-size: 80px;
  max-height: 40px;
  display: flex;
  line-height: 1;
  margin-bottom: 10px;
}
.testimonials-inner .text {
  display: flex;
  flex-direction: column;
}
.testimonials-inner .stars-rating {
  margin-top: 20px;
}
.testimonials-inner {
  box-shadow: 1px 1px 15px #efefef;
  padding: 20px;
  min-height: 380px;
}
/* END Testimonial Section */

.section_bg {
  background: #eeb313;
}
.section_bgdark {
  background: #3c4452;
}
.cp-title h2::after,
.cp-title h3::after {
  content: " ";
  background-color: #eeb313;
  height: 3px;
  width: 80px;
  display: block;
}
.section_bgdark .cp-title h2 {
  color: #fff;
}
.section_bgdark .cp-title span {
  color: rgba(255, 255, 255, 0.4);
}
.schedule-btn a.global-btn {
  padding: 15px 30px;
}
.schedule-title h2 {
  margin: 0;
  color: #fff;
}
.schedule-btn .global-btn {
  margin-top: 0;
}

/* Services section */
.services-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media(max-width: 767px){
  .services-container {
    flex-direction: column;
  }
}
.services-content img {
  max-width: 60px;
  object-fit: contain;
}
.services-content .icon-box {
  margin-bottom: 20px;
}
@media(min-width: 768px) {
  .services-container .cp-service {
    padding: 20px;
  }
}
@media(max-width: 767px) {
  .services-container .cp-service {
    padding-bottom: 40px;
  }
}
.services-container .cp-service {
  flex-basis: 0;
  flex-grow: 1;
}
.service-title h4 {
  text-decoration: none;
  color: #253041;
}
.service-title h4 a{
  text-decoration: none;
}
.service-btn {
  font-weight: bold;
  text-decoration: none;
  color: #253041;
}
/* END Services Section */

.services-title.cp-title {
  margin: 0px;
  max-width: 600px;
}
.services-title h2 {
  margin-bottom: 20px;
}
.btn-learn-more {
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
}
@media(min-width: 768px){
  .service-content {
    min-height: 160px;
  }
}
.cp-title {
  margin: 0 0 50px;
  max-width: 600px;
}
.cp-title.text-center {
  margin: 0 auto 50px;
}
.cp-title span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9em;
}
.cp-title h2 {
  position: relative;
  font-size: 2.5em;
}
.cp-title h2::after {
  margin: 15px 0 0;
}
.cp-title h3 {
  position: relative;
  margin: 0;
  font-size: 1.5em;
}
.cp-title h3::after {
  margin: 15px 0 0;
}
.cp-title.text-center h2::after {
  margin: 15px auto;
}

/* START Services Section */
.services-section,
.services-section .services-info {
  position: relative;
}
.services-section .services-info.style-two {
  margin-bottom: 40px;
}
.services-section .services-info .info-block {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  color: #2f2f2f;
  transition: all 0.5s ease;
}
.info-block .text {
  text-align: left;
}
.services-section .services-info .info-block:hover,
.services-section .services-info .info-block:hover a {
  color: #eeb313;
}
.services-section .services-info .icon-box {
  position: relative;
  top: 0;
  display: block;
  width: 124px;
  height: 124px;
  padding: 32px 10px;
  font-size: 50px;
  line-height: 60px;
  transition: all 0.5s ease;
}
.services-info.style-two .icon-box {
  width: 110px;
  height: 110px;
  padding: 25px 10px;
}
.services-info.style-two .icon-box:before {
  border: 2px solid #eeb313;
  border-radius: 50%;
}
.services-section .services-info .info-block:hover .icon-box:before {
  border-color: #eeb313;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.services-section .services-info .icon-box .icon {
  position: relative;
  z-index: 1;
}
.services-section .services-info .icon-box img {
  position: relative;
  z-index: 1;
  width: 65px;
  display: block;
}
.service-title a {
  color: #2f2f2f;
}
.service-title {
  margin-bottom: 20px;
}
.info-block .text {
  cursor: pointer;
}
.services-section .services-info .info-block .title {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.services-section .services-info .info-block .title a {
  text-decoration: none;
}
.services-section .services-info .info-block .count {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}
.services-section-item {
  margin: 0 0 30px;
}
.services-section-item img {
  border: 1px solid #ebebeb;
  padding: 20px;
}
.services-section-item h4 {
  font-size: 1.1em;
}
/* END Services Section */

.pricing-section-item {
  position: relative;
  margin: 40px 0 0;
}
.pricing-section-item .number-lists {
  width: 80px;
  height: 80px;
  background: #3c4452;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 80px;
  font-size: 2em;
  position: absolute;
  top: 8px;
  left: 0;
}
.pricing-section-item .number-lists:after,
.pricing-section-item .number-lists:before {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  content: "";
}
.pricing-section-item .number-lists:before {
  left: 0;
  top: 0;
  border-top: solid 2px #eeb313;
  border-left: solid 2px #eeb313;
}
.pricing-section-item .number-lists:after {
  right: 0;
  bottom: 0;
  border-bottom: solid 2px #eeb313;
  border-right: solid 2px #eeb313;
}
.pricing-section-entry {
  padding: 0 0 0 110px;
}
.project-section {
  padding: 80px 0;
}
.project-item {
  position: relative;
  overflow: hidden;
}
.project-item .overlay-box {
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.project-item .overlay-box a {
  color: #fff;
  font-size: 1.5em;
}
.project-item:hover .overlay-box {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  -moz-transform: translate(0);
  transform: translate(0);
}
.project-item .overlay-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 0;
}
.project-item .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.project-section .owl-dots {
  text-align: center;
  margin: 40px 0 0;
}
.project-section .owl-dots .owl-dot {
  display: inline-block;
}
.project-section .owl-dots .owl-dot span {
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 7px;
  margin: 5px 3px;
  border: 2px solid #ededed;
  width: 7px;
}
.bgcolor:before,
.footer-widget .menu-item-has-children i,
.footer-widget ul svg,
.footer-widget ul ul {
  display: none !important;
}
.owl-dots .owl-dot:hover span,
.project-section .owl-dots .owl-dot.active span {
  background: #eeb313;
  border: 2px solid #eeb313;
  cursor: pointer;
  border-radius: 50%;
}
.qta-section {
  position: relative;
  color: #fff;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 120px 30px;
}
.qta-section .inner {
  position: relative;
  z-index: 10;
}
.bgcolor {
  background: #eeb313;
}
.qta-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
}
.qta-section .cp-title {
  margin-bottom: 30px;
  max-width: 680px;
}
.qta-section h2 {
  position: relative;
  color: #fff;
  font-weight: 700;
}

/* Footer Section */
.copyright-notice {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.copyright-notice p {
  margin-bottom: 0;
}
#footer {
  padding: 60px 30px;
  background: #3c4452;
}
#footer h3 {
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  margin: 0 0 20px;
}
#footer p,
.footer-widget li {
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget {
  padding: 0 10px;
}
.footer-widget ul {
  list-style: none;
  margin: 0;
}
.footer-widget li {
  margin: 0 0 5px;
}
.footer-widget li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.footer-widget li a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-widget li i {
  margin: 0 10px 0 0;
  font-size: 0.8em;
  display: inline-block;
  text-align: center;
  width: 20px;
}
.footer-widget ul.footer-info li i {
  display: inline-block !important;
}
.footer-social li {
  display: inline-block;
  margin: 0 0 0 10px;
}
.footer-social li i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: 0;
  font-size: 1rem;
}
.blog-date,
.our-blog-date {
  border-radius: 40px;
  text-transform: uppercase;
}
/*.footer-social li a:hover i {
  background: #fff;
}*/
.footer-copyright {
  text-align: center;
}
.footer-copyright img {
  margin: 0 0 20px;
  height: auto;
  max-width: 150px;
}
.blog-date span:before,
.our-blog-date span:before {
  content: "";
  width: 1px;
  display: inline-block;
  margin-right: 15px;
  margin-left: 10px;
  transform: rotate(25deg);
}
.our-blog-date {
  font-size: 1.2em;
  position: absolute;
  bottom: -36px;
  left: 65px;
  right: 65px;
  background: #eeb313;
  text-align: center;
  padding: 10px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.our-blog-date span {
  color: #fff;
  position: relative;
  top: -1px;
  font-weight: 400;
  font-size: 0.7em;
}
.our-blog-date span:before {
  height: 19px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  top: 2px;
}
.blog-date {
  font-size: 1.5em;
  font-weight: 700;
  color: #eeb313;
}
.blog-date span {
  color: #252525;
  position: relative;
  top: -1px;
  font-weight: 400;
  font-size: 0.7em;
}
.blog-date span:before {
  height: 20px;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  top: 4px;
}
.blog-item {
  box-shadow: 0 2px 3px rgba(0, 1, 17, 0.1);
  margin: 0 0 30px;
}
.blog-item img {
  display: block;
  margin: 0 auto;
}
.blog-item h3 {
  font-size: 1em;
  font-weight: 500;
}
.blog-item h3 a {
  color: #3c4452;
  text-decoration: none;
}
.blog-item h3 a:hover {
  text-decoration: none;
  color: #eeb313;
}
.blog-img {
  position: relative;
}
.blog-entry {
  padding: 50px 30px 30px;
  background: #fff;
  text-align: center;
}
.blog-entry p {
  margin: 0;
  font-size: 0.9em;
}
body .modal-backdrop.show {
  opacity: 0.8;
}
.wp-pagenavi {
  text-align: center;
  border-top: solid 1px #ebebeb;
  padding: 40px 0 0;
  margin-top: 20px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: 1px solid #ddd !important;
  color: #7a7a7a !important;
  padding: 6px 12px !important;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background: #eeb313 !important;
  color: #fff !important;
  text-decoration: none !important;
  border-color: #eeb313 !important;
}
.modal-close {
  position: absolute;
  top: 0;
  right: -50px;
  background: #eeb313;
  color: #fff;
  z-index: 9999999;
  cursor: pointer;
}
.modal-close:hover {
  background: #3c4452;
}
.form-control:focus {
  color: #495057;
  outline: 0;
  border: none;
  box-shadow: 0 0 0 0.2rem #eeb313;
}
#page-banner {
  padding: 100px 30px;
  text-align: center;
  position: relative;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#page-banner h1 {
  color: #fff;
  margin: 0;
}
#page-banner.blog-banner,
#page-banner.has-banner {
  height: 680px;
  padding: 0 30px;
}
#page-banner.has-banner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
#page-banner.has-banner .inner {
  display: flex;
  align-items: center;
  height: inherit;
  justify-content: center;
  position: relative;
  z-index: 10;
}


/* START Sidebar */
.widget_meta {
  display: none;
}
.sidebar.sidebar-blog {
  padding: 0 0 0 30px;
}
.widget {
  margin: 0 0 30px;
}
.widget ul {
  list-style: none;
  margin: 0;
}
.widget ul li {
  clear: both;
  position: relative;
  margin: 0 0 10px;
}
.widget ul li:last-child {
  border: none;
}
.widget ul li a {
  display: block;
  color: #999;
  padding: 0 0 10px;
  text-decoration: none;
}
.widget ul li a:hover {
  color: #eeb313;
  text-decoration: none;
}
.widget ul li span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #eeb313;
}
.search-form .screen-reader-text,
.search-form label {
  display: none;
}
.widget .widget-title {
  color: #3e4451;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 1.5px;
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 25px;
}
.column-lists p,
.counter h4,
.widget-lists p {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.widget .widget-title:after,
.widget .widget-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.widget .widget-title:after {
  border-top: solid 2px #eeb313;
  width: 40px;
}
.widget .widget-title:before {
  border-top: solid 2px #eee;
  width: 100%;
}
.sidebar aside:last-child .widget {
  margin: 0;
}
.search-form {
  position: relative;
}
.search-form input {
  border: 1px solid #eee;
  padding: 10px;
  width: 100%;
  outline: 0;
}
.search-form button {
  position: absolute;
  background: 0 0;
  border: none;
  outline: 0;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.search-form button svg {
  width: 15px;
  height: 15px;
}
.widget .tagcloud li {
  display: inline-block;
  margin: 0 0 2px;
  font-size: 0.8em;
}
.widget .tagcloud a {
  display: inline-block;
  background: #eee;
  color: #7a7a7a;
  padding: 10px;
  border-radius: 4px;
  margin: 0 2px 4px;
}
.cp-post-sidebar {
  list-style: none;
}
.cp-post-sidebar li i {
  display: none;
}
/* END Sidebar */

.comments-area .submit,
.widget .tagcloud a:hover {
  color: #fff;
  background: #eeb313;
}
.comments-area input,
.comments-area textarea {
  border: 1px solid #ddd;
  padding: 10px;
}
.comments-area label {
  display: block;
  margin: 0 0 4px;
  font-weight: 400;
  font-size: 0.9em;
}
.comments-area textarea {
  width: 100%;
  resize: none;
  display: block;
}
.comments-area .submit {
  display: block;
  border: none;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  outline: 0;
}
.comments-area .submit:hover {
  background: #eeb313;
}
.blog-page .comment-list-children {
  margin-left: 50px;
}
.blog-page li .media-left {
  padding-left: 0;
}
.blog-page li .media-body {
  padding-right: 0;
}
.blog-page li .des p {
  font-size: 13px;
}
.title-news {
  font-size: 30px;
}
.news-content-detail .news-image-block {
  margin-right: 0;
  width: 100%;
  margin-bottom: 40px;
}
.news-author {
  height: auto;
}
.news-author .des p {
  font-size: 13px;
}
.comments-area {
  margin: 0 0 3.5em;
}
.comments-area a {
  text-decoration: none;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.75em;
}
.comment-respond {
  border-top: 1px solid #ccc;
}
.comment-reply-title,
.comments-title {
  font-size: 23px;
  font-size: 1.2em !important;
  font-weight: 700;
  line-height: 1.3125;
  padding-top: 1.217391304em;
}
.comments-title {
  margin-bottom: 1.217391304em;
}
.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
}
.comment-list svg {
  display: none;
}
.comment-metadata .edit-link,
.comment-reply-link,
.pingback .edit-link {
  display: inline-block;
}
.comment-list .pingback,
.comment-list .trackback,
.comment-list article {
  border-top: 1px solid #d1d1d1;
  padding: 1.75em 0;
}
.comment-list .children > li {
  padding-left: 0.875em;
}
.comment-author {
  color: #1a1a1a;
  margin-bottom: 0.4375em;
}
.comment-author .avatar {
  float: left;
  height: 28px;
  margin-right: 0.875em;
  position: relative;
  width: 28px;
}
.bypostauthor > article .fn:after {
  content: "\f304";
  left: 3px;
  position: relative;
  top: 5px;
}
.comment-metadata,
.pingback .edit-link {
  color: #686868;
  font-size: 13px;
  font-size: 0.8em;
  line-height: 1.6153846154;
}
.comment-metadata {
  margin-bottom: 2.1538461538em;
}
.comment-metadata a,
.pingback .comment-edit-link {
  color: #686868;
}
.comment-metadata a:focus,
.comment-metadata a:hover,
.pingback .comment-edit-link:focus,
.pingback .comment-edit-link:hover {
  color: #eeb313;
}
.comment-metadata .edit-link:before,
.pingback .edit-link:before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}
.meta-box {
  font-size: 20px;
}
@media (min-width: 768px) {
  .meta-box {
    flex-basis: 0;
    flex-grow: 1;
  }
}

.acf-map:after,
.col-box-bg:after,
.cp-services:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.comment-content ol,
.comment-content ul {
  margin: 0 0 1.5em 1.25em;
}
.comment-content li > ol,
.comment-content li > ul {
  margin-bottom: 0;
}
.comment-reply-link {
  border: 1px solid #d1d1d1;
  color: #fff;
  background: #ccc;
  font-size: 13px;
  font-size: 0.8em;
  line-height: 1;
  margin-top: 1.1538461538em;
  padding: 0.5384615385em 0.5384615385em 0.4615384615em;
  border-radius: 0;
}
.comment-reply-link:focus,
.comment-reply-link:hover {
  border-color: currentColor;
  color: #fff;
  outline: 0;
  text-decoration: none;
  background: #891d35;
}
.side-post {
  position: relative;
  min-height: 80px;
  margin: 0 0 30px;
}
.side-post img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}
.side-post-entry {
  margin: 0 0 0 100px;
}
.side-post-entry h4 {
  font-weight: 400;
  font-size: 1.1em;
  margin: 0 0 10px;
}
.side-post-entry h4 a {
  color: #3e4451;
  text-decoration: none;
}
.side-post-entry .date-time {
  font-size: 0.9em;
  color: #aaa;
}
.side-post-entry i {
  margin: 0 5px 0 0;
}
.side-post-entry h4 a:hover {
  text-decoration: none;
  color: #eeb313;
}
.nf-field-container .nf-field-element input[type="text"],
.nf-field-container .nf-field-element input[type="email"],
.nf-field-container .nf-field-element input[type="password"],
.nf-field-container .nf-field-element input[type="tel"],
.nf-field-container .nf-field-element input[type="number"],
.nf-field-container .nf-field-element select,
.nf-field-container .nf-field-element textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  height: 42px;
  background: 0 0;
  z-index: 1;
  font-size: 14px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.nf-field-container .nf-field-element textarea {
  resize: none;
  height: 100px;
}
.nf-field-container .nf-field-element input[type="text"]:focus,
.nf-field-container .nf-field-element input[type="email"]:focus,
.nf-field-container .nf-field-element input[type="password"]:focus,
.nf-field-container .nf-field-element input[type="tel"]:focus,
.nf-field-container .nf-field-element input[type="number"]:focus,
.nf-field-container .nf-field-element select:focus,
.nf-field-container .nf-field-element textarea:focus {
  border-color: #eeb313;
  outline: 0;
}
.field-wrap button,
.field-wrap input[type="button"],
.field-wrap input[type="submit"] {
  background: #eeb313;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 700;
  padding: 12px 30px;
  font-family: lato;
  display: block;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #eeb313;
  cursor: pointer;
  outline: 0;
  width: 100% !important;
}
.field-wrap button:hover,
.field-wrap input[type="button"]:hover,
.field-wrap input[type="submit"]:hover {
  text-decoration: none;
  background: 0 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-color: #eeb313;
  color: #eeb313;
}
.cp-map {
  margin: 0 0 40px;
}
.acf-map {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
}
.acf-map:after {
  display: block;
  position: absolute;
  background: 0 0;
}
body .nf-field-label label {
  font-weight: 700;
  font-size: 0.8em;
}
.nf-field-element h3,
.nf-form-title h3 {
  font-size: 1em;
}
.nf-form-fields-required {
  color: #aaa;
  margin: 0 0 15px;
}
.col-box {
  background-color: #eeb313;
  padding: 120px 0;
  position: relative;
}
.col-box-bg:after {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.col-box-entry {
  padding: 0 100px;
  position: relative;
  z-index: 10;
}
.col-box-entry h3 {
  color: #fff;
  margin: 0 0 30px;
}
.col-box-entry p {
  color: #fff;
}
.video-embed {
  position: relative;
  padding-bottom: 76.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.video-embed embed,
.video-embed iframe,
.video-embed object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.counter {
  text-align: center;
  color: #eeb313;
}
.counter i {
  font-size: 3.5em;
  display: block;
  margin: 0 0 20px;
  color: #fff;
}
.counter h3 {
  color: #fff;
  font-size: 2.5em;
  margin: 0 0 5px;
}
.counter h4 {
  margin: 0;
  font-weight: 400;
  font-size: 0.9em;
}
.column-lists {
  text-align: center;
  color: #fff;
  padding: 0 20px;
  margin: 20px 0;
}
.column-lists i {
  font-size: 5em;
  display: block;
  margin: 0 0 30px;
  color: #fff;
}
.column-lists h3 {
  color: #fff;
  font-size: 1.5em;
  margin: 0 0 5px;
  font-weight: 400;
}
.column-lists p {
  margin: 0;
  font-weight: 400;
  font-size: 0.9em;
}
.cp-services {
  position: relative;
  padding: 40px;
  text-align: center;
  margin: 0 0 50px;
}
.cp-services img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100px;
}
.cp-services h4 {
  font-size: 1.1em;
}
.cp-services h4 a {
  color: #3c4452;
  text-decoration: none;
}
.cp-services h4 a:hover {
  text-decoration: none;
}
.services-btn a.global-btn {
  margin: 10px 0 0;
}
.cp-services:after {
  border: 1px solid #eee;
  position: absolute;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.services-content {
  position: relative;
  z-index: 10;
}
.services-content .read-more-link{
  position: absolute;
  bottom: 30px;
}
.widget-lists {
  text-align: center;
  color: #eeb313;
  padding: 0 20px;
  margin: 20px 0 0;
}
.widget-lists i {
  font-size: 3.5em;
  display: block;
  margin: 0 0 20px;
  color: #fff;
}
.widget-lists h3 {
  color: #fff;
  font-size: 1.4em;
  margin: 0 0 20px;
}
.widget-lists p {
  margin: 0;
  font-weight: 400;
  font-size: 0.9em;
}
.gallery-section {
  position: relative;
}
.gallery-section .filters {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.gallery-section .filters li {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  line-height: 24px;
  color: #222;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1em;
  margin: 0 5px 10px;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: lato;
  font-weight: 700;
}
.default-portfolio-item.mix,
.gallery-section .filters li i {
  display: none;
}
.gallery-section .filters li.active,
.gallery-section .filters li:hover {
  color: #fff;
  background: #eeb313;
  border-color: #eeb313;
}
.default-portfolio-item {
  position: relative;
}
.fullwidth .default-portfolio-item {
  padding: 0 !important;
}
.sortable-masonry .items-container {
  margin-left: -15px;
  margin-right: -15px;
}
.sortable-masonry .masonry-item {
  margin-bottom: 24px;
}
.default-portfolio-item .inner-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.default-portfolio-item .image-box {
  margin: 0;
}
.default-portfolio-item .image-box img {
  position: relative;
  display: block;
  width: 100%;
}
.default-portfolio-item .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  border: 15px solid transparent;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.default-portfolio-item .inner-box:hover .overlay-box {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.default-portfolio-item .overlay-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.default-portfolio-item .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.default-portfolio-item .overlay-inner h3 {
  font-size: 20px;
  color: #373737;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.default-portfolio-item .overlay-inner h3 a {
  color: #373737;
}
.default-portfolio-item .overlay-inner h3 a:hover {
  color: #1fc055;
}
.default-portfolio-item .overlay-inner .image-link {
  position: relative;
  display: block;
  font-size: 20px;
  color: #1fc055;
}
.default-portfolio-item .overlay-inner .image-link .icon {
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 40px;
}
.contact-page .row {
  background: #eeb313;
  position: relative;
}
.contact-page .acf-map {
  height: 100%;
  position: absolute !important;
  top: 0;
}
.contact-page .contact-form {
  background: #ebebeb;
}
.contact-page .acf-map:after {
  display: none;
}
.contact-page .contact-form form {
  padding: 0 60px 60px;
}
.contact-page h3 {
  text-align: center;
  margin: 0 0 10px;
  padding: 60px 0 0;
}
.contact-page span.subtitle {
  display: block;
  text-align: center;
  font-weight: 300;
  margin: 0 0 15px;
}
.contact-page .acf-input-wrap input {
  padding: 10px !important;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  height: auto !important;
  outline: 0 !important;
}
.contact-page .acf-field {
  padding: 0 !important;
  border: none !important;
  margin: 0 0 10px !important;
}
.contact-page .acf-field label {
  font-size: 0.9em;
  margin: 0 !important;
}
.contact-page textarea {
  padding: 10px !important;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  height: auto !important;
  height: 70px !important;
  resize: none !important;
  outline: 0 !important;
}
.contact-page .acf-button {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 600;
  padding: 12px 40px;
  font-family: open sans;
  display: block;
  margin: 10px 0 0;
  text-align: center;
  border-radius: 4px;
  border: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  background: #eeb313;
  width: 100%;
}
.contact-page .acf-button:hover {
  text-decoration: none;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background: 0 0;
  color: #eeb313;
  border-color: #eeb313;
}
.contact-page .alert {
  text-align: center;
  padding: 5px;
  font-size: 0.9em;
}
@media (max-width: 1200px) {
  .section_bg {
    background-attachment: scroll !important;
  }
}
@media (max-width: 991px) {
  .banner-content,
  .section_bg {
    text-align: center;
  }
  .modal-close {
    right: 0;
    top: -50px;
  }
  h1 {
    font-size: 1.6em;
  }
  h2 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.3em;
  }
  h4 {
    font-size: 1.2em;
  }
  h5,
  h6 {
    font-size: 1.1em;
  }
  #cp-header .navbar-nav li.current-menu-item a {
    color: #eeb313;
    border: none;
  }
  #cp-header .navbar-nav i.toggle-down {
    background: #eeb313;
  }
  #cp-header .navbar-nav ul li a:hover {
    color: #eeb313;
    text-decoration: none;
  }
  .banner-content h2 {
    font-size: 1.8em;
    height: 100%;
    line-height: 1.3 !important;
    font-weight: 400;
  }
  .banner-content h3 {
    font-size: 3em;
    height: 45px;
  }
  .banner-content p {
    font-size: 1em;
  }
  .cp-title h2 {
    font-size: 1.6em;
  }
  #cp-banner .banner {
    height: 350px !important;
  }
  .banner-content {
    position: relative;
    top: 0;
    transform: translateY(0);
    padding: 40px 30px;
  }
  .banner-content .banner-btn a.global-btn {
    margin-top: 10px;
  }
  .footer-widget,
  .get-started-content,
  .section_bg h2 {
    margin: 0 0 30px;
  }
  .footer-widget {
    text-align: left;
  }
  #page-banner.blog-banner,
  #page-banner.has-banner {
    height: 350px;
  }
  .sidebar.sidebar-blog {
    padding: 0;
  }
  .section-entry {
    padding: 10px 0 0;
  }
  .col-box {
    padding: 40px;
  }
  .negativemargintop {
    margin: 0;
  }
  .col-box-entry {
    padding: 0 30px;
  }
  .video-embed {
    margin: 0 0 20px;
  }
  .contact-page .acf-map {
    position: relative !important;
    height: 350px;
  }
  .cp-banner-content {
    background-attachment: scroll !important;
    position: relative;
    min-height: 100%;
    background: #3c4452;
  }
  .has-divider {
    padding: 0;
    border: none;
  }
  .has-divider:after {
    display: none;
  }
  .top-item {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  img.alignleft,
  img.alignright {
    float: none;
    margin: 0 auto 20px;
  }
  a.cp-logo {
    margin: 20px 0 0;
  }
  .services-section .col-auto {
    max-width: 50% !important;
    display: block;
    width: 50%;
    margin: 0 0 30px;
  }
  .film-item {
    margin: 0 0 30px;
  }
  #cp-banner .banner {
    height: 300px;
  }
  .counter {
    margin: 0 0 20px;
  }
}
@media (max-width: 575px) {
  .navbar-light .navbar-brand img {
    max-width: 80%;
  }
  #cp-top {
    padding: 20px;
  }
  a.cp-logo img {
    margin: 0 auto;
  }
  .top-phone a,
  .top-phone a i {
    font-size: 1em;
  }
  .global-btn {
    display: block;
    margin: 0 0 20px;
  }
}
#cp-top a.cp-logo > img {
    height: auto;
    max-height: 50px;
    max-width: 100%;
}

/* START Logos Strip  */
.logos-section {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 0;
}
.logos-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logos-section .logos-inner img {
  height: auto !important;
  max-width: 250px;
  padding: 0 20px;
}
/* END Logos Strip  */

/* About Page */
.cp-container.about-us {
  display: flex !important;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media(min-width: 768px){
  .cp-container.about-us {
    flex-direction: row;
  }
}
@media(max-width: 767px){
  .cp-container.about-us {
    flex-direction: column;
  }
}
.cp-about-inner {
  flex-direction: column;
}
@media(min-width: 768px) {
  .cp-about-inner {
    min-width: calc(75% - 35px);
    padding-right: 35px;
  }
  .about-section {
    padding-right: 0;
  }
}
.cp-post-sidebar.about-us {
  min-width: calc(25% - 35px);
}
.about-section {
  display: flex;
}
.about-section .about-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px){
  .about-section {
    flex-direction: column-reverse;
    margin-top: 30px;
  }
  .about-section .section-entry {
    margin-top: 20px;
  }
}
@media (min-width: 1200px){
  .about-section .section-entry {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-section {
    padding-right: 0;
  }
  .cp-services-section .cp-title,
  .cp-post-section .cp-title {
    padding-left: 20px;
  }
}
@media(max-width: 1199px) {
  .about-section .section-entry {
    padding-right: 60px;
    padding-left: 0;
  }
}
/* END About Page */
.cta-section {
    background: #eeb313;
}
