@import 'font-awesome.min.css';
@import 'fontstyle.css';
@import 'bootstrap.min.css';
@import 'owl.carousel.min.css';
@import 'animate.min.css';
@import "https://fonts.googleapis.com/css2?family=Montserrat&display=swap";
/* Define standard variables and values for website */
:root {
  --primary-color: #B55B00;
  --secondary-color: #F68B1F;
  --light-color: #F68B1F;
  --lighter-color: #FFF8F1;
  --light-grey-color:#f7f7f7;
  --fontsize16: 16px;
  --fontsize18: 18px;
  --fontsize20: 20px;
  --fontsize30: 24px;
  --fontsize36: 28px;
  --fontsize42: 30px;
  --fontsize48: 32px;
  --fontsize65: 36px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "roboto", sans-serif;
  font-size: var(--fontsize16);
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #707070;
}

header, footer, article, section {
  width: 100%;
  display: block;
}

/* Typography Css Start*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
  line-height: 1.5;
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  color: #000000;
}

.h1, h1 {
  font-size: var(--fontsize48);
}

.h2, h2 {
  font-size: var(--fontsize42);
}

.h3, h3 {
  font-size: var(--fontsize30);
}

.h4, h4 {
  font-size: var(--fontsize20);
}

.h5, h5 {
  font-size: var(--fontsize18);
}

.h6, h6 {
  font-size: var(--fontsize16);
}

p {
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.9;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 20px;
}

a {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  text-decoration: none;
}

a:focus, .button:focus, .btn:focus, .form-control:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a .icon {
  margin-right: 10px;
  font-size: 20px;
}

/* Typography Css End*/
.btn, button {
  font-size: var(--fontsize16);
  letter-spacing: 0.03em;
  line-height: 2;
}

.btn-theme, button {
  color: #ffffff;
  padding: 6px 25px;
  border-radius: 0px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-transform: uppercase;
  font-weight: 600;
  outline: none;
}
.btn-theme:focus, .btn-theme:hover, .btn-theme:active, button:focus, button:hover, button:active {
  background-color: #ffffff;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background-image: none;
}

/* Form Css Start*/
.form-group {
  margin-bottom: 30px;
}
.form-group .form-control {
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  border-radius: 0px;
  padding: 10px 12px;
  height: auto;
  color: #707070;
  font-family: "roboto", sans-serif;
  font-size: 18px;
}
.form-group .form-control::-webkit-input-placeholder {
  color: #707070 !important;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-style: italic;
}
.form-group .form-control:-moz-placeholder {
  color: #707070 !important;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-style: italic;
}
.form-group .form-control::-moz-placeholder {
  color: #707070 !important;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-style: italic;
}
.form-group .form-control:-ms-input-placeholder {
  color: #707070 !important;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-style: italic;
}

.bg-lighter .form-control {
  border: 1px solid #000000;
}

select.form-control {
  box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/selectdropdown.svg);
  background-repeat: no-repeat, repeat;
  background-position: right 1.5em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  padding-right: 45px !important;
}
select.form-control::-ms-expand {
  display: none;
}
select.form-control:focus {
  outline: 0;
}
select.form-control option {
  font-weight: 400;
}
select.form-control option, select.form-control:required:invalid {
  color: #707070 !important;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
}

.custom-control-label {
  font-family: "robotomedium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #030E20;
  outline: none;
  padding-left: 20px;
}
.custom-control-label::before {
  border: 2px solid var(--primary-color);
  background-color: transparent;
}
.custom-control-label::before {
  top: 50%;
  left: -1.5rem;
  width: 18px;
  height: 18px;
  -webkit-transition: translateY(-50%);
  -moz-transition: translateY(-50%);
  -o-transition: translateY(-50%);
  transition: translateY(-50%);
}
.custom-control-label::after {
  top: 50%;
  left: -25px;
  width: 20px;
  height: 20px;
  -webkit-transition: translateY(-50%);
  -moz-transition: translateY(-50%);
  -o-transition: translateY(-50%);
  transition: translateY(-50%);
}

.custom-control-input {
  width: 18px;
  height: 1.25rem;
  top: 50%;
  -webkit-transition: translateY(-50%);
  -moz-transition: translateY(-50%);
  -o-transition: translateY(-50%);
  transition: translateY(-50%);
}
.custom-control-input:checked ~ .custom-control-label::before, .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  border-color: var(--primary-color);
  background-color: transparent;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(153, 0, 0, 0.08);
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(../images/radiodot.svg);
}

.custom-control-inline {
  margin-right: 2%;
  margin-left: 2%;
}

/* Form Css End*/
header {
  background: #ffffff;
}
header .nav-header {
  padding: 15px;
  transition: all 0.2s ease-in-out;
}
header .nav-header .navbar {
  padding: 0;
  position: static;
}
header .nav-header .navbar-brand {
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  align-self: center;
  position: relative;
  overflow: hidden;
  max-width: 260px;
}
header .nav-header .navbar-brand > img {
  position: relative;
  max-width: 100%;
}
header .nav-header .navbar-toggler > i {
  color: var(--primary-color);
  font-size: 22px;
}

header.header-home {
  background: #f68b1f;
}

.navbar-nav {
  width: 100%;
}
.navbar-nav > .nav-item {
  padding-right: 78px;
  position: static;
}
.navbar-nav > .nav-item:last-child {
  padding-right: 0;
}
.navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: 700;
}
.navbar-nav .dropdown-menu.show {
  display: -ms-flexbox !important;
  display: flex !important;
}
.navbar-nav .dropdown-menu {
  width: 100%;
  left: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  border-radius: 0;
  border-top-left-radius: 0;
  border: 0;
  margin-top: 0;
  background: #FFF8F1;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-align-items: center !important;
  align-items: center !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.navbar-nav .dropdown-menu .nav-item {
  width: 33%;
  text-align: center;
}
.navbar-nav .dropdown-menu .nav-item img {
  width: 260px;
}
.navbar-nav .dropdown-menu .nav-item ul.list-unstyled li {
  text-transform: none;
  color: #707070;
  font-weight: normal;
}
.navbar-nav .dropdown-menu .nav-item ul.list-unstyled li .icon {
  font-size: 20px;
}
.navbar-nav .dropdown-menu .dropdown-item, .navbar-nav .dropdown-menu .nav-link {
  padding: 20px 0;
  display: inline-block;
}

.inner .navbar-nav {
  width: auto;
}

footer {
  padding-top: 40px;
  padding-bottom: 20px;
}
footer .list-inline-item:not(:last-child) {
  margin-right: 1.5rem;
}
footer .footer-navbar-brand {
  margin-right: 0;
  align-self: center;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 23px 10px;
}
footer .footer-navbar-brand img {
  position: relative;
}
footer .socialicons .list-inline-item:not(:last-child) {
  margin-right: 10px;
}
footer .socialicons a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1px;
  margin: 0;
  padding: 0;
  border: 1px solid #707070;
}
footer .socialicons a:hover {
  background: #030E20;
  color: #ffffff;
}
footer .socialicons .icon {
  color: inherit;
  margin: 0;
  font-size: inherit;
}
footer .address-list > li, footer .address-list > li {
  color: #ffffff;
}
footer .address-list > li a, footer .address-list > li a {
  color: #ffffff;
}
footer .address-list > li .icon, footer .address-list > li .icon {
  margin-right: 14px;
  font-size: 18px;
  color: var(--secondary-color);
  padding-top: 3px;
}
footer path#techyscouts-logo-heart {
  fill: var(--primary-color);
}
footer .contact-info h2 {
  color: #f68b1f;
}
footer .contact-info .icon {
  margin-right: 10px;
}

.owl-nav-clone {
  margin-top: 20px;
  margin-bottom: 20px;
}
.owl-nav-clone a {
  cursor: pointer;
  margin: 10px;
}

.owl-theme.nav-center .owl-nav {
  left: -10%;
  right: -10%;
  position: absolute;
  top: 48%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  padding: 0%;
}
.owl-theme.nav-center .owl-nav .owl-prev {
  float: left;
  outline: none;
}
.owl-theme.nav-center .owl-nav .owl-next {
  float: right;
  outline: none;
}
.owl-theme.nav-center .carousel-control-next-icon, .owl-theme.nav-center .carousel-control-prev-icon {
  width: 17px;
  height: 30px;
}
.owl-theme.nav-center .carousel-control-next-icon path, .owl-theme.nav-center .carousel-control-prev-icon path {
  fill: #ffffff;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}
.owl-theme .owl-dots {
  margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #CF6010;
}
.owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
  width: 26px;
  height: 6px;
  margin: 5px 7px;
  border-radius: 0;
}

.main-banner {
  position: relative;
  overflow: hidden;
  background-image: url(../images/PF-Main-Site-Homepage-Hero.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 110px;
}
.main-banner .main-banner-item {
  padding-top: 0;
  position: relative;
  height: 704px;
}
.main-banner .carousel-caption.full {
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  height: 100%;
  left: 0px;
  right: 0px;
  bottom: 0;
  top: 0;
}
.main-banner .carousel-caption.full .caption-content {
  max-width: 800px;
}
.main-banner .carousel-caption.half {
  width: 50%;
  left: 0;
  height: 100%;
  bottom: 0;
  top: 0;
  background: rgba(247, 247, 247, 0.75);
  position: static;
}
.main-banner .carousel-caption.half .caption-content {
  max-width: 600px;
}
.main-banner .carousel-caption .caption-content.full {
  background: radial-gradient(64.77% 64.77% at 50% 57.53%, rgba(255, 255, 255, 0.4) 3.87%, rgba(255, 255, 255, 0) 100%);
}
.main-banner .carousel-caption .caption-content .btn:last-child {
  margin-left: 40px;
}
.main-banner .carousel-caption h1 {
  font-weight: 700;
  font-size: var(--fontsize65);
  margin-bottom: 40px;
}
.main-banner .carousel-caption p {
  font-size: 18px;
  color: #707070;
  margin-bottom: 0;
}

.single-post .main-banner .main-banner-item {
  height: auto;
}

.main-slider {
  position: relative;
}
.main-slider overflow:hidden .owl-item {
  max-height: 100vh;
}
.main-slider overflow:hidden .owl-item .item {
  padding-top: 50.9%;
  position: relative;
  padding-top: 60%;
  position: relative;
}
.main-slider overflow:hidden .owl-item .item > img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  max-height: 100vh;
}
.main-slider .carousel-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  height: 100%;
  left: 0px;
  right: 0px;
  background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.main-slider .carousel-caption .caption-content {
  max-width: 600px;
}
.main-slider .carousel-caption h1 {
  font-weight: 700;
  font-size: var(--fontsize65);
  margin-bottom: 25px;
}
.main-slider .carousel-caption ul {
  font-size: var(--fontsize20);
  margin-bottom: 40px;
}
.main-slider .carousel-control-next, .main-slider .carousel-control-prev {
  z-index: 91;
}
.main-slider .carousel-indicators li {
  width: 26px;
  height: 6px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #ffffff;
  opacity: 1;
}
.main-slider .carousel-indicators li.active {
  background-color: var(--light-color);
}

.featuredimg {
  position: relative;
  height: 450px;
  text-align: center;
}
.featuredimg img {
  object-fit: cover;
  object-position: center;
}
.featuredimg .carousel-caption {
  width: 100%;
  left: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-width: 1090px;
}
.featuredimg .carousel-caption h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 0.91;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 3.12vw;
  padding-right: 15px;
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
}
.featuredimg .carousel-caption p {
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-bottom: 30px;
}

.logo-box {
  text-align: center;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-align-items: center !important;
  align-items: center !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.logo-l {
  font-family: "raleway", sans-serif;
  font-weight: 900;
  font-size: 60px;
  font-size: 3vw;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  color: #000000;
}

.logo-m {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 30px;
  font-size: 2vw;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding: 0 5px;
  color: #2E0F6F;
}
.logo-m:before, .logo-m:after {
  content: "";
  position: absolute;
  width: 59px;
  height: 2px;
  background: #2E0F6F;
  left: 100%;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.logo-m:before {
  right: 100%;
  left: auto;
}

section h1, section h2, section h3, section h4, section h5 {
  margin-bottom: 30px;
}
section p {
  margin-bottom: 30px;
}
section ul:not(.list-unstyled):not(.pagination):not(.list-inline) {
  margin: 0;
  padding: 0;
  list-style: none;
}
section ul:not(.list-unstyled):not(.pagination):not(.list-inline) li {
  width: calc(100% - 30px);
  position: relative;
  margin: 0 0 5px 30px;
  line-height: 2;
}
section ul:not(.list-unstyled):not(.pagination):not(.list-inline) li:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
}
section ol:not(.carousel-indicators) {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  padding-left: 20px;
}
section ol li {
  margin-bottom: 20px;
  line-height: 2;
  position: relative;
  padding-left: 0;
}
section .container-fluid {
  padding-top: 30px;
  padding-bottom: 30px;
}

.card {
  margin-top: 40px;
  margin-bottom: 20px;
  border: 0;
  max-width: 100%;
  width: 420px;
}
.card .card-img {
  position: relative;
}
.card .card-img .caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding: 0 30px;
  position: absolute;
}
.card .card-body {
  text-align: center;
}
.card .card-body .address-list > li:not(:last-child) {
  margin-bottom: 10px;
}
.card .card-body .address-list > li .icon {
  margin-right: 14px;
  font-size: 18px;
  padding-top: 3px;
}

.homesec1 {
  text-align: center;
}
.homesec1 .container {
  max-width: 1352px;
}
.homesec1 .card h3 {
  font-size: 24px;
  margin-bottom: 22px;
}
.homesec1 .card .card-body {
  background: var(--lighter-color);
}
.homesec1 .card .card-body .address-list > li a {
  color: var(--secondary-color);
}
.homesec1 .card .card-body .address-list > li .icon {
  color: var(--secondary-color);
}
.homesec1 .card.empty-box .card-img .caption, .homesec1 .card.empty-box .card-body {
  background: #f68b1f;
}

.homesec2 {
  background-image: url(../images/homebottombanner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}
.homesec2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 248, 241, 0.62);
}
.homesec2 .container {
  position: relative;
  max-width: 941px;
}

.homesec3 {
  text-align: center;
  background: #A9A9A9;
}
.homesec3 * {
  color: #ffffff !important;
}
.homesec3 .owl-carousel {
  margin-top: 80px;
}
.homesec3 .logo-box {
  margin-bottom: 20px;
}
.homesec3 .logo-m:before, .homesec3 .logo-m:after {
  background: #ffffff;
}

.section-headding {
  max-width: 804px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 30px;
}
.section-headding h3 {
  text-transform: uppercase;
  font-size: 28px;
  font-family: "roboto", sans-serif;
}

.right-details ul li {
  font-size: var(--fontsize20);
}
.right-details h3 {
  text-transform: uppercase;
  font-size: 28px;
  font-family: "roboto", sans-serif;
}
.right-details .divider {
  max-width: 35%;
  border-bottom: 2px solid;
  margin-bottom: 30px;
  margin-top: 30px;
}

.address-list > li .icon {
  margin-right: 10px;
}
.address-list > li:not(:last-child) {
  margin-bottom: 30px;
}

.product-service .card {
  margin: 0px 15px 52px;
}
.product-service .card * {
  color: #ffffff !important;
}
.product-service .card .card-body {
  text-align: left;
  padding: 6% 7%;
}
.product-service .card h3 {
  margin-bottom: 12px;
}
.product-service .card p {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1.5;
}

.bg-darker h1, .bg-darker h2 {
  color: #ffffff !important;
}
.bg-darker .left-details *, .bg-darker .right-details * {
  color: #ffffff !important;
}

.left-details .section-headding {
  margin-bottom: 0px;
  text-align: left;
}
.left-details .section-headding h2 {
  position: relative;
  padding-right: 120px;
  display: inline-block;
}
.left-details .section-headding h2:after {
  content: "";
  position: absolute;
  top: 52%;
  right: 0px;
  border-top: 1px solid #fff;
  width: 100px;
}

.left-details > h3, .right-details > h3 {
  text-transform: uppercase;
  font-size: 28px;
  font-family: "roboto", sans-serif;
}

.form-content-section.bg-darker {
  background-image: url(../images/service.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.form-content-section.bg-darker:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--primary-color);
  opacity: 0.92;
}

.acquisitions-development .form-content-section.bg-darker {
  background-image: url(../images/service.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.acquisitions-development .form-content-section.bg-darker:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f19b44;
  opacity: 0.92;
}

.order-service-section {
  background-image: url(../images/service.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.order-service-section.bg-darker {
  position: relative;
}
.order-service-section.bg-darker:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--primary-color);
  opacity: 0.92;
}
.order-service-section .right-img {
  background-color: rgba(0, 0, 0, 0.08);
  padding-top: 128px;
  padding-bottom: 128px;
}

.customer-feed .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customer-feed .owl-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
  background: #707070;
}
.customer-feed .card {
  background-color: transparent;
}
.customer-feed .card h4 {
  font-family: "roboto", sans-serif;
  margin-top: 24px;
  margin-bottom: 13px;
  color: #ffffff;
}
.customer-feed .card .card-body {
  background: transparent;
  padding: 10% 12%;
}
.customer-feed .card p {
  margin-bottom: 0px;
  color: #ffffff;
}

footer.bg-darker {
  padding: 3.5% 15px;
}
footer .container {
  max-width: 82.5999%;
}
footer .footer-logo {
  margin-bottom: 50px;
  max-width: 260px;
}
footer .foot-nav-list li {
  color: #ffffff;
}
footer .foot-nav-list li a {
  color: #ffffff;
}
footer .foot-nav-list li:not(:last-child) {
  margin-bottom: 30px;
}
footer .copyright {
  margin-top: 50px;
}
footer .copyright li {
  color: #ffffff;
}

.main-slider .carousel-inner img {
  width: 100%;
}

/*BLog Page CSS*/
.blog-thumnail-section {
  background-color: var(--lighter-color);
}

.blog-thumnail {
  margin-top: 50px;
  margin-bottom: 50px;
}

.blog-img {
  width: 100%;
}

.blog-img + .blog-header:not(.col) {
  margin-top: 30px;
}

.blog-header .blog-title {
  font-weight: bold;
  font-size: var(--fontsize36);
  color: #000000;
  margin-bottom: 10px;
}
.blog-header .blog-title a {
  color: inherit !important;
  font-size: inherit;
}
.blog-header .blog-category {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: var(--fontsize18);
  margin: 0px;
  text-align: center;
  color: #282828;
}
.blog-header .blog-para {
  margin-top: 16px;
  color: #000000;
}

.blog-list-inline .row {
  margin-bottom: 40px;
}
.blog-list-inline .blog-header {
  padding: 10px 0px;
  padding-left: 50px;
}
.blog-list-inline .blog-header:hover {
  background-color: var(--lighter-color);
}
.blog-list-inline .blog-header .blog-title {
  font-size: var(--fontsize30);
}
.blog-list-inline .blog-img {
  padding: 0;
}

/**Blog Category**/
.blog-category li {
  color: #707070;
  font-weight: 500;
  font-size: var(--fontsize30);
  margin: 0px 0 10px 0px;
}
.blog-category li:not(:last-child) {
  margin-right: 20px;
}
.blog-category li a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.blog-category li a:focus, .blog-category li a:hover {
  color: inherit !important;
  font-weight: inherit;
}
.blog-category .fa {
  margin-right: 5px;
  vertical-align: middle;
}
.blog-category .fa:before {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.blog-category .fa-category:before {
  content: "";
  background-image: url(../images/category.svg);
}
.blog-category .fa-calendar:before {
  content: "";
  background-image: url(../images/calendar.svg);
}
.blog-category .blog-para {
  margin-top: 15px;
}

.single-post ul.blog-category {
  text-shadow: 1px 1px 1px white, 0 0 1em white, 0 0 0.1em white;
}

.single-post .blog-category li {
  color: #000000;
}

.blogdropdownsec {
  padding-bottom: 60px;
}
.blogdropdownsec .dropdown {
  min-width: 290px;
}
.blogdropdownsec .dropdown-menu {
  width: 100%;
}
.blogdropdownsec .dropdown-toggle:after {
  background-image: url(../images/selectdropdown_white.svg);
  position: absolute;
  right: 13px;
  top: 18px;
}
.blogdropdownsec .fa {
  margin-right: 15px;
  vertical-align: middle;
}
.blogdropdownsec .black.fa-folder-open:before {
  content: "";
  background-image: url(../images/category_white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 24px;
  height: 20px;
}
.blogdropdownsec .black.fa-calendar:before {
  content: "";
  background-image: url(../images/calendar_white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.blogdropdownsec .dropdown .btn-theme {
  width: 100%;
  display: inline-block;
  border-width: 1px;
  border-color: #B55B00;
  background-color: #B55B00;
  padding: 10px 20px;
  text-transform: none;
  border-radius: 0;
  padding-right: 50px;
}
.blogdropdownsec .dropdown .btn-theme:hover {
  background-color: #B55B00;
  border-color: #B55B00;
  color: #ffffff;
}

.light-grey {
  background-color: var(--light-grey-color);
}

.accordian-section {
  max-width: 1500px;
  margin: auto;
}
.accordian-section .left-accordian .card {
  margin-right: auto;
}
.accordian-section .right-accordian .card {
  margin-left: auto;
}
.accordian-section .card {
  margin-bottom: 40px;
  margin-top: 0;
  width: 716px;
}
.accordian-section .card .card-header {
  border-bottom: 0;
  background-color: var(--secondary-color);
  padding: 0px;
  border-radius: 0;
}
.accordian-section .card .card-header a.card-link {
  width: 100%;
  padding: 20px 40px;
  display: inline-block;
  color: #ffffff;
}
.accordian-section .card .card-header a.card-link:after {
  content: "";
  box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/selectdropdown_up.png);
  position: absolute;
  right: 22px;
  top: 28px;
  background-repeat: no-repeat, repeat;
  background-position: right 0.5em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  padding-right: 35px !important;
  border: 0px !important;
  margin: 0px !important;
  height: 12px;
  vertical-align: inherit;
}
.accordian-section .card .card-header a.card-link.collapsed:after {
  background-image: url(../images/selectdropdown_white.svg);
}
.accordian-section .card .card-body {
  text-align: left;
  background-color: #ffffff;
  padding: 19px 56px;
}

.newsroom-sec {
  background: #FFEBD7;
}
.newsroom-sec h2 {
  text-align: center;
}
.newsroom-sec .container {
  width: 1626px;
  max-width: 100%;
}
.newsroom-sec .newsroomGrid {
  margin-bottom: 70px;
}
.newsroom-sec .newsroomGrid .owl-stage {
  display: inline-flex;
  justify-content: center;
}
.newsroom-sec .newsroomGrid .owl-stage .item {
  height: 100% !important;
}
.newsroom-sec .card {
  width: 252px;
  margin: auto;
  height: 100% !important;
}
.newsroom-sec .card .card-body {
  background-color: #FFF4EC;
  padding: 30px 20px;
}
.newsroom-sec .card .card-body .card-text {
  height: 100% !important;
  padding-bottom: 20px;
}
.newsroom-sec .card .card-body .card-text h3 {
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #000000;
}
.newsroom-sec .card .card-body .card-text ul li {
  font-family: Roboto;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 10px;
}
.newsroom-sec .card .card-body .card-text ul li .fa {
  color: #773C11;
  margin-right: 10px;
  width: 15px;
}
.newsroom-sec .card .card-body .card-text p {
  font-family: "roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
.newsroom-sec .card .card-body .card-text .btn-link {
  position: absolute;
  bottom: 30px;
  font-family: "roboto", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}
.newsroom-sec .card .card-body .card-text .btn-link .fa {
  color: #000000;
}
.newsroom-sec .owl-theme.nav-center .carousel-control-next-icon path,
.newsroom-sec .owl-theme.nav-center .carousel-control-prev-icon path {
  fill: #F68B1F;
}

.our_team {
  text-align: center;
  background-image: url(../images/ourteam.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}
.our_team:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 248, 241, 0.95);
}
.our_team .container {
  position: relative;
}
.our_team .card {
  width: 378px;
}
.our_team .card h3 {
  font-size: 24px;
  margin-bottom: 0px;
  color: var(--secondary-color);
}
.our_team .card h4 {
  font-family: "roboto", sans-serif;
  margin-top: 18px;
  color: #707070;
  margin-top: 0;
}
.our_team .card .card-body {
  background: #ffffff;
}
.our_team .card .card-body .card-text {
  margin: 10px 0px 20px;
}
.our_team .card .card-body .address-list {
  margin-bottom: 30px;
}
.our_team .card .card-body .address-list > li {
  color: var(--secondary-color);
}
.our_team .card .card-body .address-list > li a {
  color: var(--secondary-color);
}
.our_team .card .card-body .address-list > li .icon {
  color: var(--secondary-color);
}
.our_team .carousel-control-next, .our_team .carousel-control-prev {
  width: 45px;
}
.our_team .carousel-control-prev {
  left: -45px;
}
.our_team .carousel-control-next {
  right: -45px;
}
.our_team .owl-theme.nav-center .carousel-control-next-icon path,
.our_team .owl-theme.nav-center .carousel-control-prev-icon path {
  fill: #F68B1F;
}

.blog-section .owl-theme.nav-center .carousel-control-next-icon path,
.blog-section .owl-theme.nav-center .carousel-control-prev-icon path {
  fill: #F68B1F;
}

.modal .modal-content {
  border-radius: 0;
}
.modal .modal-header {
  border: 0px;
  padding: 0px;
  padding-top: 6%;
}
.modal .modal-header .close {
  position: absolute;
  right: 35px;
  top: 50px;
  color: var(--secondary-color);
  font-size: 50px;
  font-weight: 400;
  padding: 0;
  line-height: 0;
  opacity: 1;
  z-index: 9;
}
.modal .modal-header .close:focus, .modal .modal-header .close:hover {
  outline: none;
}
.modal .modal-header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.modal .modal-body {
  padding: 0% 7.5% 6%;
}
.modal .modal-body h2 {
  margin-bottom: 10px;
  color: var(--secondary-color);
}
.modal .modal-body h4 {
  font-family: "roboto", sans-serif;
  color: #707070;
  margin-bottom: 20px;
}
.modal .modal-body ul.list-inline li:not(:last-child) {
  margin-right: 20%;
}
.modal .modal-footer {
  border: 0;
  border-radius: 0;
}

.fa-long-arrow-right:before {
  content: "";
  background-image: url(../images/right-arrow-black.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 13px;
  position: relative;
  display: inline-block;
}

.blog-section .fa-long-arrow-right:before {
  background-image: url(../images/right-arrow.svg);
}

.faq-carousel-section .card .card-body h2 {
  color: var(--secondary-color);
}
.faq-carousel-section .owl-theme.nav-center .carousel-control-next-icon path,
.faq-carousel-section .owl-theme.nav-center .carousel-control-prev-icon path {
  fill: var(--primary-color);
}

section .accordian-section ul:not(.list-unstyled):not(.pagination):not(.list-inline) li,
section .accordian-section ol li {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .owl-nav-clone {
    margin-top: 20%;
    margin-bottom: 10px;
  }

  section .container-fluid {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .full-content-section .container {
    max-width: 1352px;
  }

  /*left right img*/
  .img-content-section .container {
    max-width: 1546px;
  }
  .img-content-section .left-img {
    max-width: 826px;
  }
  .img-content-section .right-details {
    max-width: 618px;
    margin-left: auto;
  }
  .img-content-section .left-details {
    max-width: 618px;
    margin-right: auto;
  }
  .img-content-section .right-img {
    max-width: 818px;
  }

  .form-content-section .container {
    max-width: 1546px;
  }
  .form-content-section .left-form {
    max-width: 826px;
  }
  .form-content-section .right-details {
    max-width: 618px;
    margin-left: auto;
  }
  .form-content-section .left-details {
    max-width: 618px;
    margin-right: auto;
  }
  .form-content-section .right-form {
    max-width: 818px;
  }

  .address-list.column2 {
    column-count: 2;
  }

  .product-service .container {
    max-width: 1320px;
    margin: auto;
  }
  .product-service .container .left-content, .product-service .container .right-content {
    margin: inherit;
  }

  .customer-feed .container {
    max-width: 1663px;
  }
  .customer-feed .card {
    width: auto;
    max-width: 100%;
    margin: 0px 5px;
  }

  .getintouch-section .container {
    max-width: 1192px;
  }

  .section-headding {
    margin-bottom: 80px;
  }

  .product-service .card {
    width: 330px;
    min-height: 219.59px;
  }

  body.acquisitions-development .main-banner-item img {
    display: none !important;
  }

  body .main-banner-item img {
    display: none !important;
  }

  body.single-post .main-banner-item img {
    display: block !important;
  }
  body.single-post article.main-banner {
    background-image: none;
  }

  .footer-v-h {
    visibility: hidden;
  }

  .newsroom-sec .card {
    width: 100%;
  }
  .newsroom-sec .card .card-body {
    padding: 30px 1.25rem;
  }
  .newsroom-sec .card .card-body .card-text h3 {
    font-size: 30px;
  }
  .newsroom-sec .card .card-body .card-text ul li {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
  }
  .newsroom-sec .card .card-body .card-text p {
    font-size: 18px;
  }
  .newsroom-sec .card .card-body .card-text .btn-link {
    font-size: 16px;
    line-height: 19px;
    color: #000000;
  }
}
@media (min-width: 992px) {
  .product-service .card {
    width: 420px;
    min-height: 168.38px;
  }
}
@media (min-width: 1200px) {
  .featuredimg {
    height: 850px;
  }

  section .container-fluid {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .form-group {
    margin-bottom: 35px;
  }

  .product-service .card {
    width: 500px;
    max-width: 100%;
    margin: 0px 15px 52px;
    min-height: 174px;
  }
}
@media (min-width: 1440px) {
  body {
    font-size: 16px;
  }

  a, .btn, button {
    font-size: 18px;
  }

  header .nav-header {
    padding: 27px 109px 28px;
  }

  footer .socialicons a {
    width: 56px;
    height: 56px;
    font-size: 27px;
  }

  footer .socialicons .list-inline-item:not(:last-child) {
    margin-right: 20px;
  }

  .custom-control-inline {
    margin-right: 3.5%;
    margin-left: 3.5%;
  }

  .form-control {
    padding: 11.5px 30px;
  }

  .main-banner {
    margin-top: 135px;
  }

  header.scrollClass .nav-header {
    padding: 10px 109px 10px;
  }
}
@media (min-width: 1600px) {
  :root {
    --fontsize16: 16px;
    --fontsize18: 18px;
    --fontsize20: 20px;
    --fontsize30: 30px;
    --fontsize36: 36px;
    --fontsize42: 42px;
    --fontsize48: 48px;
    --fontsize65: 65px;
  }

  .main-banner .carousel-caption p {
    font-size: 24px;
  }

  .homesec1 .card h3,
.our_team .card h3 {
    font-size: 30px;
  }

  .form-group .form-control {
    padding-left: 30px;
    padding-right: 30px;
  }

  .product-service .container .left-content, .product-service .container .right-content {
    margin: auto;
  }
  .product-service .card {
    width: 598px;
    min-height: 203.75px;
  }

  .blog-thumnail {
    padding: 0px 26px !important;
  }

  .blog-section .container {
    width: 1600px;
    max-width: 100%;
  }

  .blog-header .blog-category li:not(:last-child) {
    margin-right: 20%;
  }
  .blog-header .blog-para {
    margin-top: 18px;
  }

  .our_team .container {
    width: 1352px;
    max-width: 100%;
  }
  .our_team .carousel-control-prev {
    left: -130px;
  }
  .our_team .carousel-control-next {
    right: -130px;
  }

  .newsroom-sec .container {
    width: 1626px;
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .blog-list-inline .blog-header {
    padding-left: 30px;
  }

  .blog-category li {
    font-size: 14px;
  }

  section .shortbio-sec p {
    margin-bottom: 0px;
  }

  .blog-section .post-inner img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  header .nav-header, header .nav-header .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  header .nav-header .navbar-brand {
    margin-left: 2%;
    min-width: 250px;
    max-width: 250px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
  }

  .single-locations .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 15px;
  }

  .main-slider .carousel-caption h1 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
  }

  .main-slider .carousel-caption h2 {
    display: inline-block;
  }

  .main-slider .carousel-caption p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .modal .modal-header .close {
    position: absolute;
    right: 25px;
    top: 45px;
    font-size: 45px;
    font-weight: 400;
    padding: 0;
    line-height: 0;
    opacity: 1;
  }

  .main-banner .main-banner-item {
    height: 554px;
  }

  .order-service-section .left-details {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .order-service-section a,
.contact-detail a,
.form-content-section.bg-lighter .left-details a {
    clear: both;
    display: inline-block;
    margin-left: 0 !important;
    margin-bottom: 20px;
  }

  .serving-section.img-content-section .right-details, .serving-section.img-content-section .left-img {
    max-width: 100%;
  }
  .serving-section.img-content-section .left-img {
    margin-bottom: 30px;
  }

  .blog-header .blog-title, .blog-list-inline .blog-header .blog-title {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-list-inline .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fontsize16: 14px;
    --fontsize18: 16px;
    --fontsize20: 18px;
    --fontsize30: 22px;
    --fontsize36: 24px;
    --fontsize42: 26px;
    --fontsize48: 28px;
    --fontsize65: 32px;
  }

  .section-headding h3 {
    font-size: var(--fontsize30);
  }

  .right-details h3 {
    font-size: var(--fontsize30);
  }

  .fixed-top {
    position: static;
  }

  header .nav-header {
    padding: 0;
  }

  header .nav-header .navbar-collapse {
    padding-bottom: 0px;
    background: #FFEBD7;
  }

  .navbar-nav .dropdown-menu {
    width: auto;
    left: 0;
    max-width: 100%;
    margin: auto;
    padding: 0;
    padding-bottom: 30px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  li.nav-item, .navbar-nav .dropdown-menu .nav-item {
    width: 100%;
  }

  .navbar-nav .dropdown-menu .dropdown-item {
    padding: 10px 15px;
  }

  .navbar-nav > li > .nav-link {
    padding: 1rem 1rem;
  }

  .navbar-nav .dropdown-menu .dropdown-item, .navbar-nav .dropdown-menu .nav-link {
    padding: 10px 15px !important;
  }

  .search-icon {
    -ms-flex-item-align: center !important;
    align-self: center !important;
    padding: 10px;
    margin-left: auto;
  }

  .owl-nav-clone {
    margin-top: 0;
    margin-bottom: 0;
  }

  .right-parttern-container .info-details {
    padding-right: 60px;
    padding-left: 60px;
  }

  .left-parttern-container .info-details {
    padding-right: 60px;
    padding-left: 60px;
  }

  .lr-container .service-sec, .lr-container .strategic-sec {
    padding: 70px 60px;
  }

  .global-title {
    padding: 40px 0 0 75px;
    margin-left: -75px;
  }

  .main-slider .carousel-caption {
    width: 100%;
    top: 0;
  }

  .featuredimg .carousel-caption h1 {
    font-size: 20px;
  }

  .featured-text {
    padding-right: 15px;
    width: 300px;
  }

  .modal .modal-header .close {
    position: absolute;
    right: 18px;
    top: 32px;
    font-size: 45px;
    font-weight: 400;
    padding: 0;
    line-height: 0;
    opacity: 1;
  }

  .left-img, .left-form {
    margin-bottom: 30px;
  }

  .right-img, .right-form {
    margin-top: 30px;
  }

  .main-banner {
    margin-top: 0px;
    background-image: none;
  }
  .main-banner .carousel-caption.half {
    width: 100%;
    background: rgba(247, 247, 247, 0.7);
    text-align: center !important;
  }
  .main-banner .main-banner-item {
    height: auto;
  }

  header .nav-header .navbar-brand {
    margin-left: 25px;
  }

  header .navbar-toggler {
    margin-right: 25px;
    background-color: transparent !important;
  }

  .homesec1 .card {
    margin-top: 15px;
    margin-bottom: 35px;
  }

  .our_team .card {
    margin-top: 15px;
    margin-bottom: 35px;
  }

  .homesec1 .card:last-child, .our_team .card:last-child {
    margin-bottom: 0px;
  }

  section .container-fluid {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .homesec3 .owl-carousel {
    margin-top: 40px;
  }

  footer .row:nth-child(3) .list-inline {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }

  footer .list-inline-item:not(.socialicons) {
    margin-right: 0;
    font-size: 16px !important;
    margin-bottom: 10px;
  }

  footer .list-inline-item:not(.socialicons):not(.c-info):nth-child(2) {
    display: none;
  }

  footer .list-inline-item:not(.socialicons):nth-child(1) {
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }

  .theme .bg-lighter .right-details {
    text-align: center;
  }

  .theme .divider {
    margin: 30px auto;
  }

  .product-service .card {
    margin-top: 0;
    margin: auto;
    margin-bottom: 20px;
    min-height: 152.38px;
  }

  .order-service-section {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
  }

  .theme .left-details {
    text-align: center;
  }

  .left-details .section-headding {
    text-align: center;
  }

  .left-details .section-headding h2 {
    padding-right: 0px;
  }

  .left-details .section-headding h2:after {
    display: none;
  }

  .order-service-section a, .contact-detail a, .form-content-section.bg-lighter .left-details a {
    clear: both;
    display: inline-block;
    margin-left: 0 !important;
    margin-bottom: 20px;
  }

  .order-service-section .right-img {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .customer-feed .card {
    margin: auto;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .main-banner .carousel-caption.full .caption-content .btn:last-child {
    margin-left: 0px !important;
    margin-top: 20px !important;
  }

  .form-group {
    margin-bottom: 20px;
  }

  .form-group .form-control {
    padding: 8px 12px;
    font-size: 16px;
  }

  .form-group .form-control::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-group .form-control:-moz-placeholder {
    font-size: 16px;
  }
  .form-group .form-control::-moz-placeholder {
    font-size: 16px;
  }
  .form-group .form-control:-ms-input-placeholder {
    font-size: 16px;
  }

  .left-details > h3, .right-details > h3 {
    font-size: 20px;
  }

  .owl-theme.nav-center .owl-nav {
    left: -20px;
    right: -20px;
  }

  .getintouch-section .col-12.col-md-12.mt-5 {
    text-align: center;
    padding: 0;
  }

  .getintouch-section .col-12.col-md-12.mt-5 .address-list > li {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-bottom: 30px;
  }

  footer.bg-darker {
    padding: 45px 15px;
    text-align: center;
  }

  footer.bg-darker .container {
    max-width: 90%;
    padding: 0px;
  }

  footer.bg-darker .address-list > li {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-bottom: 20px;
  }

  footer.bg-darker .address-list > li:first-child {
    margin-bottom: 20px;
  }

  footer.bg-darker ul.list-inline.w-100.text-right.mb-0 {
    text-align: center !important;
    margin-top: 20px !important;
  }

  footer .foot-nav-list li:not(:last-child) {
    margin-bottom: 10px;
  }

  footer .footer-logo {
    margin-bottom: 40px;
  }

  footer .copyright {
    margin-top: 40px;
  }

  .product-service .card p {
    font-size: 16px;
  }

  .newsroomCarousel1.owl-theme.nav-center .owl-nav {
    left: -30px;
    right: -30px;
  }

  .acf-map.map-2, .acf-map.map-1 {
    min-height: 352px !important;
    height: 100% !important;
  }

  .call-us-btn {
    margin-right: 25px;
  }

  .call-us-btn .icon {
    color: #ffffff !important;
  }

  .serving-section.img-content-section .right-details, .serving-section.img-content-section .left-img {
    max-width: inherit;
  }

  .main-slider {
    margin-top: 0px !important;
  }

  .main-slider .carousel-caption ul {
    margin-bottom: 10px;
  }

  .footer-v-h {
    display: none;
  }

  .header-home .navbar-nav .nav-link {
    color: #000000 !important;
  }
  .header-home .navbar-nav .nav-item:hover > .nav-link, .header-home .navbar-nav .nav-item .active > .nav-link, .header-home .navbar-nav .menu-item:hover > .nav-link, .header-home .navbar-nav .menu-item .active > .nav-link {
    color: #000000 !important;
  }

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

  .blog-category li:not(:last-child) {
    margin-right: 0;
  }

  .blog-category li {
    text-align: center;
    width: 100%;
  }

  .our_team .owl-theme.nav-center .owl-nav {
    left: 0;
    right: 0;
  }

  .newsroom-sec .card .card-body .card-text {
    text-align: center !important;
  }
  .newsroom-sec .owl-theme.nav-center .owl-nav {
    left: 0;
    right: 0;
  }

  .blog-section .cardroller {
    max-width: 70%;
    margin: auto;
  }
  .blog-section .owl-theme.nav-center .owl-nav {
    left: -20%;
    right: -20%;
  }

  .blog-header .blog-para {
    text-align: left;
  }

  .blog-thumnail-section {
    padding-bottom: 50px !important;
  }
  .blog-thumnail-section .container:first-child {
    margin-bottom: 30px;
  }

  section .blog-thumnail-section {
    padding-bottom: 50px !important;
  }

  .faq-carousel-section {
    max-width: 70%;
    margin: auto;
  }
  .faq-carousel-section .owl-theme.nav-center .owl-nav {
    left: -20%;
    right: -20%;
  }

  .abt {
    margin-bottom: 30px;
  }

  .blog-section .post-inner img {
    width: 100%;
    height: auto;
  }

  .main-banner .carousel-caption h1 {
    font-size: var(--fontsize18);
    margin-bottom: 5px;
  }

  .blog-category li {
    font-size: 12px;
  }

  .single-post .blog-category li {
    display: inline;
    margin-right: 10px;
  }
}
@media (max-width: 575.98px) {
  .call-us-btn {
    padding: 2px 12px;
  }

  header .nav-header .navbar-brand {
    min-width: 210px;
    max-width: 210px;
  }

  .main-slider .carousel-caption {
    position: relative;
    background-color: var(--secondary-color);
    background: var(--secondary-color);
  }

  .main-slider .carousel-caption h1, .main-slider .carousel-caption .icon, .main-slider .carousel-caption li {
    color: #fff;
  }

  .main-slider .carousel-caption .caption-content {
    max-width: 362px;
  }
}
@media (max-width: 425px) {
  .main-banner .carousel-caption h1 {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  header .nav-header .navbar-brand {
    min-width: 150px;
    max-width: 150px;
  }

  .main-slider .carousel-caption .caption-content {
    max-width: 320px;
  }
}
/* page wise css */
/* Green Page Css */
/* #EFFFF9, #00C27C, #0C7C54, #003F28 */
.theme .bg-lighter {
  background-color: var(--lighter-color);
}
.theme .bg-darker {
  background-color: var(--primary-color);
}
.theme .acquisitions-development .bg-darker {
  background-color: #f19b44;
}
.theme .bg-main {
  background-color: var(--secondary-color);
}
.theme .bg-light {
  background-color: var(--light-color);
}
.theme .text-darker {
  color: var(--primary-color);
}
.theme .text-main {
  color: var(--secondary-color);
}
.theme .text-light {
  color: var(--light-color);
}
.theme .text-lighter {
  color: var(--lighter-color);
}
.theme .icon {
  color: var(--primary-color);
  font-size: var(--fontsize20);
}
.theme a, .theme a:hover {
  color: var(--secondary-color);
  font-weight: bold;
}
.theme .btn-theme, .theme button {
  color: #ffffff;
  background-color: var(--light-color);
}
.theme .btn-theme:focus, .theme .btn-theme:hover, .theme .btn-theme:active, .theme button:focus, .theme button:hover, .theme button:active {
  color: #ffffff;
  background-color: var(--primary-color);
}
.theme .divider {
  border-color: var(--secondary-color);
}
.theme ul:not(.list-unstyled):not(.pagination):not(.list-inline) li:before {
  background: var(--primary-color);
}
.theme .navbar-nav .nav-link {
  color: var(--secondary-color);
}
.theme .navbar-nav .nav-item:hover > .nav-link, .theme .navbar-nav .nav-item .active > .nav-link, .theme .navbar-nav .menu-item:hover > .nav-link, .theme .navbar-nav .menu-item .active > .nav-link {
  color: var(--primary-color);
}
.theme .navbar-nav .dropdown-menu {
  background: var(--lighter-color);
}
.theme .header-home .navbar-nav .nav-link {
  color: #ffffff;
}
.theme .header-home .navbar-nav .nav-item:hover > .nav-link, .theme .header-home .navbar-nav .nav-item .active > .nav-link, .theme .header-home .navbar-nav .menu-item:hover > .nav-link, .theme .header-home .navbar-nav .menu-item .active > .nav-link {
  color: #ffffff;
}
.theme .header-home .navbar-nav .dropdown-menu {
  background: var(--lighter-color);
}
.theme .card .star path {
  fill: var(--light-color);
}
.theme .section-headding h3 {
  color: var(--secondary-color);
}
.theme .bg-lighter .right-details h3, .theme .bg-lighter .left-details h3 {
  color: var(--secondary-color);
}
.theme .modal .modal-body h2 {
  color: var(--secondary-color);
}
.theme .modal .modal-body .icon, .theme .modal .modal-body a {
  color: var(--secondary-color);
}
.theme .card .card-body .address-list > li a {
  color: var(--secondary-color);
}
.theme .card .card-body .address-list > li .icon {
  color: var(--secondary-color);
}
.theme .bg-darker .wpcf7-not-valid-tip, .theme .bg-lighter .wpcf7-not-valid-tip {
  color: #ffffff;
  font-weight: 600;
}

.newsroomCarousel1.owl-theme.nav-center .carousel-control-next-icon path,
.newsroomCarousel1.owl-theme.nav-center .carousel-control-prev-icon path {
  fill: var(--primary-color);
}

.form-content-section .container {
  position: relative;
}

.dropdown-toggle::after {
  box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/selectdropdown_home.svg);
  background-repeat: no-repeat, repeat;
  background-position: right 0.5em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  padding-right: 35px !important;
  border: 0px !important;
  margin: 0px !important;
  height: 12px;
  vertical-align: inherit;
}

.form-group select.form-control {
  box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/selectdropdown.svg);
  background-repeat: no-repeat, repeat;
  background-position: right 1.5em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  padding-right: 45px !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ffffff;
}


/*My Account Btn*/
header:not(.header-home) .navbar-nav > .nav-item {
  padding-right: 20px;
}

@media (min-width: 768px) {
  .theme .btn-theme.btn-myacc {
    color: var(--primary-color);
    background-color: transparent;
    border: 2px solid var(--primary-color);
    border-radius: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .theme .btn-theme.btn-myacc:focus, .theme .btn-theme.btn-myacc:hover, .theme .btn-theme.btn-myacc:active {
    color: #ffffff;
    background-color: var(--light-color);
    border-color: var(--light-color);
  }
}
@media (max-width: 767.98px) {
  .btn-theme.btn-myacc {
    /*margin-right: 25px;*/
  }

  header:not(.header-home) .navbar {
    padding-bottom: 5px;
  }
  header .nav-header .navbar-brand.margauto {
    margin:auto;
  }
}
@media (max-width: 575.98px) {
  .btn-theme.btn-myacc {
    padding: 2px 12px;
  }
}
/*# sourceMappingURL=style.css.map */
