
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500;700&family=Raleway:wght@400;700&display=swap');
/*
font-family: 'Poppins', sans-serif;
font-family: 'Raleway', sans-serif;
 */
/* Document
   ========================================================================== */
html, body {
  width: 100%;
  height: 100%;
  font-family: "Raleway", sans-serif;
  line-height: 1.2;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* Grouping content
   ========================================================================== */
figcaption,
figure,
main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  display: block;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  font-family: "Raleway", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  color: #000;
  padding: 0 15px;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-webkit-input-placeholder {
  color: #313134;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #313134;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #313134;
}

:-ms-input-placeholder {
  color: #313134;
}

/* Interactive
   ========================================================================== */
details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

/* Hidden
   ========================================================================== */
[hidden] {
  display: none;
}

html, body {
  font-size: 16px;
  font-weight: 500;
  color: #313134;
  background: #fff;
  line-height: 1.2;
  box-sizing: border-box;
  height: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  overflow-x: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}

.flex-wrap {
  flex: 1 0 auto;
}

.main-footer {
  flex-shrink: 0;
}

a {
  color: #ea002a;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #ea002a;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

::-moz-selection {
  background: #ea002a;
  text-shadow: none;
  color: #FFFF;
}

::selection {
  background: #ea002a;
  text-shadow: none;
  color: #FFFF;
}

html, body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body, div, dl, dt, dd, ul, ol,
li, pre, p, form, blockquote, address, th, td {
  font-family: "Raleway", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
  margin: 0;
  margin-bottom: 13px;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.6em;
}

h3 {
  font-size: 2.2em;
}

h4 {
  font-size: 2em;
}

h5 {
  font-size: 1.83em;
}

h6 {
  font-size: 1.5em;
}

em, i {
  font-family: "Raleway", sans-serif;
  font-style: italic;
}

strong, b {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
  font-family: "Raleway", sans-serif;
  font-style: italic;
}

p {
  margin: 0 0 15px;
  line-height: 26px;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

.top-phoneno {
  font-family: 'Open Sans', sans-serif;
}

.top-btn,
.main-menu a,
.section-title {
  font-family: "Raleway", sans-serif;
}

.bg-grn {
  background-color: #ea002a;
}

.grn-text {
  color: #ea002a;
}

/* -----
SVG Icons - svgicons.sparkk.fr
----- */
.svg-icon {
  width: 1em;
  height: 1em;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #4691f6;
}

.svg-icon circle {
  stroke: #4691f6;
  stroke-width: 1;
}

.clearfix::after {
  clear: both;
  content: '';
  display: table;
}

label {
  font-weight: 500;
  display: block;
}

.bg-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
}

.v_align {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.browserupgrade {
  position: fixed;
  text-align: center;
  width: 100%;
  background: #a70e0e;
  padding: 20px 0;
  color: #fff;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 16px;
}
.browserupgrade a {
  color: #000;
}

label.error {
  font-size: 12px;
  display: block;
  color: red;
  margin-top: 5px;
}

.custom-control label.error {
  margin-left: -24px;
}

input.error,
textarea.error,
select.error {
  border: 1px solid red;
}

.section-title2,
.sub-title2,
.fw-900 {
  font-weight: 900 !important;
}

.fw-800,
.sub-title {
  font-weight: 800 !important;
}

.fs-22 {
  font-size: 22px;
}

.rounded-xl {
  border-radius: 8px !important;
}

.arrow-down {
  width: 97px;
  height: 49px;
  background: url("../images/sprite.png") -1px -723px no-repeat;
  display: inline-block;
  margin-bottom: 60px;
}

.custom-control-label {
  font-size: 12px;
  font-weight: 500;
}
.custom-control-label::before, .custom-control-label::after {
  top: -2px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #59c900;
  background-color: #59c900;
}

.custom-control-label::before {
  background-color: #e5e5e5;
  border: #59c900 solid 2px;
}

.selectize-input,
.form-control {
  font-size: 14px;
  font-weight: 500;
  color: #4c414b;
  border-color: #bfbfbf;
}
.selectize-input:hover, .selectize-input:focus,
.form-control:hover,
.form-control:focus {
  color: #4c414b;
  border-color: #00cb04;
  box-shadow: none;
}

.datetpicker_wrap.dash_input .date_icon2 {
  top: 8px;
}

.form-group {
  margin-bottom: 1.4rem;
}

.collapse.show {
  display: block;
}

.check_rounded .custom-control-label::before {
  width: 18px;
  height: 18px;
  border: #bcb4bf solid 1.5px;
  background: #fff;
}
.check_rounded.custom-checkbox .custom-control-label::before {
  border-radius: 100%;
}
.check_rounded .custom-control-label::after {
  width: 18px;
  height: 18px;
  top: 2px;
  left: -20px;
}
.check_rounded .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #bcb4bf;
  background-color: #fff;
}
.check_rounded.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background: #11ce35;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 22;
  transition: all 0.5s ease;
}
.main-header.stick-header {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.main-header.stick-header .header-inner {
  margin: 0;
  margin-top: 6px;
}
.main-header.menu-white {
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.main-header.inner_header {
  background: #fff;
}
a.btn-hsec:hover {
    background: white;
    color: #ea002a;
}

.brand-logo {
  float: left;
  padding: 15px 0;
}
.brand-logo a {
  display: inline-block;
}
.brand-logo img {
  display: inline-block;
  max-width: 140px;
  transition: all 0.5s ease;
}

.inner_header.sticky_header {
  background: #fff;
}

.top-phoneno {
  font-size: 16px;
  font-weight: 700;
  color: #3c3c3c;
  text-decoration: none;
  text-transform: uppercase;
}

.mob-top-info {
  margin-top: 76.42px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-btn {
  font-weight: 800;
  font-size: 15px;
}

.header-inner {
  display: none;
  position: fixed;
  left: 0;
  top: 73px;
  z-index: 0;
  background: #fff;
  width: 100%;
  border-top: 1px solid #ddd;
  overflow-y: auto;
}
.header-inner.hi-full-height {
  bottom: 0;
}

.hedr-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 0;
  display: none;
}

.top-call-action {
  float: right;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 8px;
}

.get-btn {
  text-transform: uppercase;
  color: #fff;
  background: #ea002a;
  border-radius: 100px;
  padding: 8px 15px;
  font-size: 10.77px;
  font-weight: 700;
  display: none;
}

.call-btn {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../images/sprite.png") -104px -183px no-repeat;
  text-indent: -99999px;
  margin-left: 10px;
}

/* Menu "Hamburger" Icon Animations ------------------------ */
.menu-nav-btn {
  width: 60px;
  height: 100%;
  float: right;
  display: flex;
  align-items: center;
  padding: 15px 0;
  justify-content: center;
  margin-right: -15px;
}

.nav-icon {
  float: left;
  width: 28px;
  height: 23px;
  position: relative;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #29292B;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-icon span:nth-child(1) {
  top: 0px;
}

.nav-icon span:nth-child(2) {
  top: 10px;
}

.nav-icon span:nth-child(3) {
  top: 20px;
}

.nav-icon.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.nav-icon.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.main-menu > div {
  display: block;
  line-height: 45px;
  padding: 0 20px;
  border-bottom: 1px solid #ddd;
}

.main-menu a {
  display: inline-block;
  width: 80%;
  color: #313134;
  font-weight: 500;
  font-size: 16px;
}

.main-menu a.active,
.main-menu a:focus {
  color: #ea002a;
}

.main-menu a.active {
  font-weight: 400;
}

.main-menu.menu-opened {
  display: block;
  border-radius: 5px;
}

.main-menu.menu-opened a {
  color: #fff;
  border-bottom: 1px solid #232f38;
}

.main-menu .sub-menu-box {
  display: none;
  border-top: 1px solid #ddd;
  margin: 0 -20px;
  padding: 20px 20px 0;
}

.main-menu .sub-menu-box h4 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.main-menu .sub-menu-box a {
  display: block;
  width: auto;
  font-size: 15px;
  line-height: 22px;
  border-bottom: 1px solid #eee;
  position: relative;
  min-height: 40px;
  padding: 8px 0 10px 20px;
  width: 100%;
}

.main-menu .sub-menu-box a:last-child {
  border: 0;
  margin-bottom: 2em;
}

.main-menu .sub-menu-box a::before,
.main-menu .sub-menu-box a:before {
  content: '';
  background: url("../images/sprite.png") -5px -30px no-repeat;
  width: 6px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 16px;
}

.main-banner {
  padding-top: 76.42px;
  background-size: cover;
}

.banner-social {
  display: none;
  bottom: 50px;
  position: absolute;
  left: 30px;
}
.banner-social a {
  display: inline-block;
  vertical-align: middle;
  background: url("../images/sprite.png") no-repeat;
  margin-right: 15px;
  color: black;
}
.banner-social a:hover {
  color: black;
  opacity: .8;
  }
.banner-social .bs-fb {
  width: 9px;
  height: 17px;
  background-position: -97px -104px;
}
.banner-social .bs-tw {
  width: 16px;
  height: 13px;
  background-position: -110px -105px;
}

.main-slider .slick-list,
.main-slider .slick-track {
  height: 100%;
}
.main-slider .slick-slide img {
  display: none;
  width: 100%;
}
.main-slider .slide-txt {
  padding: 60px 20px 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.main-slider .slide-txt p {
  font-size: 15px;
  line-height: 24px;
  color: #29292B;
  font-weight: 500;
}
.main-slider .slide-title {
  color: #29292B;
  font-weight: 800;
  font-size: 24px;
  padding: 0 20px;
}
.main-slider .slick-dots {
  display: none !important;
  bottom: -20px;
}
.main-slider .slick-dots .slick-active button {
  background: #ea002a;
}
.main-slider .slick-dots li {
  margin: 0 8px;
}
.main-slider .slick-dots li button {
  width: 25px;
  height: 4px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: #fff;
  padding: 0;
}

.slick-slide {
  position: relative;
}

.footer-banner {
  text-align: center;
  padding: 45px;
  width: 100%;
  background: #ea002a url("../images/footer-banner.jpg") center no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 220px;
  vertical-align: middle;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.footer-banner h5 {
  font-weight: 800;
}
.footer-banner .big-btn {
  background: #fff;
  color: #ea002a;
  padding: 15px 25px;
  text-transform: uppercase;
  font-weight: 800;
}

.footer-social a {
  display: inline-block;
  vertical-align: middle;
  background: url("../images/sprite.png") no-repeat;
  margin-right: 20px;
}
.footer-social .fb {
  width: 12px;
  height: 23px;
  background-position: -107px -127px;
}
.footer-social .tw {
  width: 20px;
  height: 17px;
  background-position: -125px -129px;
}

.main-footer {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 50px 0;
  position: relative;
  background: #202020;
  background-size: cover;
  background-attachment: fixed;
}
.footer-logo img {
    float: none;
    margin: 0 auto;
}
.footer-logo {
    text-align: center;
}
.newsletter_sec
{
  text-align: center;
  margin-bottom: 50px;
}

.footer-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-top: 35px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.footer-nav nav a {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  padding: 5px 0;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
  position: relative;
  padding-left: 20px;
}
.footer-nav nav a:hover {
  text-decoration: underline;
}
.footer-nav nav a::before {
  content: ' ';
  display: inline-block;
  width: 6px;
  height: 11px;
  vertical-align: middle;
  background: url("../images/sprite.png") -84px -104px no-repeat;
  position: absolute;
  top: 8px;
  left: 0;
}

.footer-bottom {
    margin-top: 25px;
    color: #fff;
    font-weight: 200;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 20px;
    font-family: 'Poppins';
    padding-top: 25px;
    border-top: 1px solid #2f2f2f;
}
.footer-bottom a {
  color: #fff;
  display: inline-block;
}
.footer-bottom a:hover, .footer-bottom a:focus {
  text-decoration: underline;
}
.footer-bottom nav a {
  margin-bottom: 15px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #fff;
  text-transform: capitalize;
}
.footer-bottom nav a:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}

.btn {
  font-weight: 700;
}

.btn2 {
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
}

.big-btn {
  padding: 8px 20px;
  font-weight: 700;
}

/* Icons ---------------- */
.sicon,
.inquiry-form::before {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.sicon.phone-icon {
  width: 19px;
  height: 19px;
  background-position: -2px -2px;
}

.sicon.arrow-dwn {
  width: 70px;
  height: 46px;
  background-position: -30px 21px;
  float: right;
  border-left: 1px solid #ddd;
  cursor: pointer;
  margin-right: -20px;
}

.sicon.ppr-icon {
  width: 56px;
  height: 68px;
  background-position: -2px -47px;
}

.sicon.flexi-icon {
  width: 100px;
  height: 100px;
  background-position: -2px -122px;
}

.sicon.tech-icon {
  width: 100px;
  height: 100px;
  background-position: -2px -227px;
}

.sicon.suite-icon {
  width: 100px;
  height: 100px;
  background-position: -3px -332px;
}

.sicon.team1-icon {
  width: 59px;
  height: 47px;
  background-position: -2px -438px;
}

.sicon.team2-icon {
  width: 41px;
  height: 48px;
  background-position: -72px -436px;
}

.sicon.team3-icon {
  width: 76px;
  height: 53px;
  background-position: -2px -491px;
}

.micon::before {
  content: ' ';
  display: inline-block;
  width: 15px;
  height: 19px;
  vertical-align: middle;
  background: url("../images/sprite.png") -64px -47px no-repeat;
  position: absolute;
  top: 1px;
  left: 0;
}

.map-icon-1::before {
  background-position: -64px -47px;
}

.map-icon-2::before {
  background-position: -103px -47px;
}

.map-icon-3::before {
  background-position: -64px -72px;
}

.map-icon-4::before {
  background-position: -85px -47px;
}

.map-icon-5::before {
  background-position: -123px -47px;
}

.map-icon-6::before {
  background-position: -82px -72px;
}

.map-icon-7::before {
  background-position: -100px -72px;
}

.map-icon-8::before {
  background-position: -117px -72px;
}

.map-icon-9::before {
  background-position: -133px -72px;
}
.map-icon-10::before {
  background-position: -133px -186px;
}

.star-icon {
  width: 27px;
  height: 25px;
  background: url("../images/sprite.png") no-repeat;
  background-position: -121px -1px;
  display: inline-block;
  position: absolute;
  top: -3px;
  left: 0;
}

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slick Slider Theme */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus, .slick-next:hover,
.slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before, .slick-next:hover:before,
.slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25;
}

.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir=rtl] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir=rtl] .slick-next:before {
  content: '←';
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}

.slick-dots {
  bottom: -50px;
}

.slick-dots li button {
  width: 11px;
  height: 11px;
  background: #eeeeee;
  border-radius: 100%;
  border: 2px solid #fff;
  transition: all 0.3s;
  box-shadow: 1px 0 6px rgba(172, 172, 172, 0.72);
}

.slick-dots li button:before {
  content: '';
}

.slick-dots li button:hover {
  background: #ea002a;
}

.slick-dots .slick-active button {
  background: #ea002a;
}

.rmi-form-wrap {
  padding: 1.5em;
}

.rmi-form-box {
  padding: 2em 30px;
  background: #ea002a url("../images/rmi-form-bg.jpg") center no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  box-shadow: 0 0 15px #00000040;
  text-align: center;
}
.rmi-form-box h3 {
  font-size: 23px;
  color: #fff;
  font-weight: 800;
}
.rmi-form-box .btn-light {
  margin-top: 10px;
  font-size: 17px;
  font-weight: 800;
  color: #ea002a;
}
.rmi-form-box .form-group {
  margin-bottom: 10px;
}

.rmi-input,
.rmi-select {
  font-size: 13px;
  width: 100%;
  background: transparent;
  border: 0px;
  outline: 0px;
  border-bottom: 1px solid #45915D;
  padding: 10px 0;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.rmi-select {
  appearance: none;
}
.rmi-select option {
  color: #000;
  padding: 0 10px;
}

.rmi-input::-webkit-input-placeholder {
  color: white;
}

.rmi-input::-moz-placeholder {
  color: white;
}

.rmi-input:-ms-input-placeholder {
  color: white;
}

.rmi-input:-moz-placeholder {
  color: white;
}

.section-title {
  font-weight: 800;
  font-size: 35px;
}
.section-title::after {
  content: '';
  width: 132px;
  height: 6px;
  background: #fff;
  display: block;
  margin: 30px 0 40px 0;
}
.section-title.b-0::after {
  display: none;
}

.our-features {
  background: #313134 url("../images/features-section-bg-min.jpg") center no-repeat;
  background-size: cover !important;
  background-attachment: fixed !important;
  width: 100%;
  padding: 40px 0;
  color: #fff;
}
.our-features h3 {
  font-weight: 700;
  font-size: 30px;
}
.our-features p {
  font-size: 16px;
  margin-bottom: 30px;
}

.fast-icon,
.space-icon,
.suite2-icon,
.speed-icon,
.box-icon,
.graph-icon,
.papr-icon,
.van-icon,
.place-icon {
  width: 100px;
  height: 100px;
}

.fast-icon {
  background-position: -2px -779px;
}

.space-icon {
  background-position: -2px -884px;
}

.suite2-icon {
  background-position: -2px -988px;
}

.speed-icon {
  background-position: -2px -1093px;
}

.box-icon {
  background-position: -2px -1199px;
}

.graph-icon {
  background-position: -2px -1306px;
}

.papr-icon {
  background-position: -2px -1410px;
}

.van-icon {
  background-position: -2px -1514px;
}

.place-icon {
  background-position: -2px -1621px;
}

.our-promise {
  padding: 30px 0;
}
.our-promise h3 {
  font-weight: 800;
}
.our-promise p {
  margin-bottom: 30px;
}

.team-features {
  padding: 30px 0;
  position: relative;
}
.team-features h3 {
  font-weight: 900;
  margin-bottom: 30px;
}
.team-features h4 {
  font-weight: 800;
  font-size: 22px;
}
.team-features p {
  line-height: 23px;
  margin-bottom: 30px;
}

.tech-section {
  padding: 30px 0;
  position: relative;
}

.location-list {
  list-style: none;
}
.location-list li {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  position: relative;
  padding-left: 25px;
}
.location-list li strong {
  font-weight: 800;
}

li.tampa-dist {
  padding-left: 70px;
}
li.tampa-dist .map-icon-2::before {
  left: 40px;
}

.list-item {
  font-weight: 300;
  font-size: 15px;
  margin-top: 10px;
}
.list-item::before {
  content: ' ';
  display: inline-block;
  width: 5px;
  height: 9px;
  vertical-align: middle;
  background: url("../images/sprite.png") -64px -104px no-repeat;
  margin-right: 10px;
  margin-top: -1px;
}

.client-logos {
  padding: 30px 0;
  background: #E1E1E1;
  width: 100%;
  margin-top: 30px;
}

.client-logos-list img {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.brand-logos {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.brand-logos img {
  display: inline-block;
  margin: 0 5px 20px 5px;
}

.inquiry-form-section {
  padding: 50px 0 60px;
  width: 100%;
}
.inquiry-form-section p {
  font-size: 17px;
}

.inquiry-form {
  margin-top: 100px;
  background: #313134;
  border-radius: 20px;
  position: relative;
  padding: 110px 30px 69px;
  box-shadow: 0 10px 0 0 #BFBFBF;
}
.inquiry-form::before {
  content: ' ';
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  background-color: #fff;
  background-position: 42px -566px;
  border-radius: 100%;
  box-shadow: 4px 0 5px #0000003b;
}
.inquiry-form .rmi-input,
.inquiry-form .rmi-select {
  border-color: #6F6F71;
}

.grey-section {
  padding: 40px 0;
  background: #F0F1F3;
}
.grey-section .section-title {
  margin-top: -30px;
  margin-bottom: 1.6em;
}
.grey-section .section-title::after {
  display: none;
}
.grey-section .sub-title {
  font-size: 22px;
}

.tick-list {
  list-style: none;
}
.tick-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
.tick-list li::before {
  content: ' ';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/sprite.png") -106px -157px no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}

.grey-bg {
  background-color: #F0F1F3;
}

.tech-sec2 {
  padding: 40px 0;
}

.section {
  padding: 40px 0;
}

.section .section-title::after,
.section-title.bo-0::after {
  display: none;
}

.sec-tagline {
  font-size: 18px;
  font-weight: 700;
}

.pdf-icon {
  width: 22px;
  height: 25px;
  background-position: -125px -153px;
}

.info-box {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 3px 5px #0000002e;
  background: #fff;
}
.info-box img {
  width: 100%;
}
.info-box h3 {
  font-size: 30px;
  color: #313134;
  font-weight: 800;
}
.info-box .info-box-txt {
  padding: 30px;
}

.innr-sec-tm {
  margin-top: 100px;
}

.bg-2 {
  background: #313134 url("../images/section-bg-2.jpg") center no-repeat;
}

.bg-3 {
  background: #313134 url("../images/section-bg-3.jpg") center no-repeat;
}

.bg-4 {
  background: #313134 url("../images/section-bg-4.jpg") center no-repeat;
}

.bg-5 {
  background: #313134 url("../images/section-bg-5.jpg") center no-repeat;
}

.bg-6 {
  background: #313134 url("../images/section-bg-6.jpg") center no-repeat;
}

.inner-banner {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.inner-banner h1 {
  font-weight: 900;
}

.inner-content {
  padding-top: 40px;
}

.inner-meta {
  margin-bottom: 45px;
}
.inner-meta b {
  font-size: 18px;
  font-weight: 800;
}
.inner-meta::after {
  content: ' ';
  display: inline-block;
  width: 132px;
  height: 6px;
  background-color: #313134;
  margin-top: 30px;
}

.inner-heading {
  font-weight: 900;
  font-size: 28px;
}

.filters a {
  padding: 14px 25px;
  background: #E0E0E1;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #313134;
  display: inline-block;
  margin: 0 5px 15px 5px;
  border-radius: 100px;
}
.filters a:hover, .filters a.active {
  background: #ea002a;
  color: #fff;
}

.article-list article {
  margin-bottom: 30px;
}
.article-list article:hover a {
  color: #ea002a;
}
.article-list article a {
  display: block;
}
.article-list article h3 a {
  font-size: 27px;
  font-weight: 800;
  color: #313134;
}
.article-list figure {
  overflow: hidden;
  border-radius: 5px;
}
.article-list figure img {
  width: 100%;
}
.article-list .category {
  font-size: 14px;
  color: #313134;
}

.article-detail .summary {
  font-size: 22px;
  margin-bottom: 40px;
  font-weight: 400;
}
.article-detail header {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
.article-detail img {
  margin-bottom: 35px;
}
.article-detail p:last-child {
  margin-bottom: 15px;
}
.article-detail h1, .article-detail h2, .article-detail h3, .article-detail h4, .article-detail h5, .article-detail h6 {
  font-weight: 900;
}

.article-meta * {
  font-size: 18px;
  color: #313134;
}
.article-meta .catgry {
  border-right: 1px solid #313134;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #ea002a;
    border-color: #ea002a;
}
.btn-success:hover {
    color: #fff;
    background-color: #ea002a;
    border-color: #ea002a;
}
h4.service_title {
    font-size: 21px;
    font-family: 'Raleway';
    font-weight: 600;
    margin-top: 15px;
    color: #313134;
}
section.services_sec {
    margin-top: 50px;
    margin-bottom: 50px;
}
.services_sec h2 {
    color: #6e6e6e;
    font-size: 70px;
    line-height: 70px;
}
p.subtitle_sec {
    font-family: 'Raleway';
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 21px;
}
#serv-prev
{
  width: 50px;
  height: 50px;
  background: url('../images/serv-prev.jpg');
  display: inline-block;
  cursor: pointer;
}
#serv-next
{
  width: 50px;
  height: 50px;
  background: url('../images/serv-next.jpg');
  display: inline-block;
  cursor: pointer;
  margin-left: 20px;
}
section.about_us_sec {
    margin-top: 150px;
    margin-bottom: 150px;
}
p.exp_sec {
    font-size: 17px;
}
p.exp_sec span {
    background: #e4032b;
    color: white;
    padding: 5px 7px;
    border-radius: 8px;
}
h2.lmoresec {
    color: #6e6e6e;
    font-size: 60px;
}
span.about_d_br {
    float: right;
    font-size: 36px;
    color: #e4032b;
    font-weight: 300;
    margin-top: -23px;
}
p.norm_desc {
    font-size: 17px;
    line-height: 30px;
    border-left: 2px solid #ea002a;
    padding-left: 25px;
    margin-top: 25px;
    margin-bottom: 30px;
}
a.book_appointment {
    background: transparent;
    color: #ea002a;
    border: 1px solid #ea002a !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 14px 29px !important;
}
.beauty_treatments
{
  background: #f7f7f7;
  padding-top: 110px;
  padding-bottom: 110px;
}
.bcontentsec p {
    font-size: 17px;
    margin-bottom: 25px;
}
.beauty_treatments a.book_appointment {
    background: white;
}
a.book_appointment:hover {
    color: #fff;
    background-color: #ea002a;
    border-color: #ea002a;
}
.gallery_sec
{
  padding-top: 100px;
  padding-bottom: 100px;
}
.gallery_sec img {
    margin-bottom: 30px;
}
.gallery_sec .lmoresec
{
  margin-bottom: 40px;
}
.testimonial_secs
{
  background: url('../images/testimonial-bg.jpg');
      color: white;
      overflow: hidden;
}
p.tinsided {
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 300;
    font-style: italic;
}
h3.test_head {
    font-size: 70px;
    position: relative;
    margin-bottom: 45px;
}
.test_single_slide p {
    max-width: 855px;
    margin-bottom: 35px;
}
#test-prev
{
    width: 34px;
    height: 16px;
    background: url(../images/test-prev.png);
    display: inline-block;
    cursor: pointer;
    margin-right: 30px;
}
#test-next
{
    width: 34px;
    height: 16px;
    background: url(../images/test-next.png);
    display: inline-block;
    cursor: pointer;
}
.test-slider-text {
    float: right;
}
section.blog_secs {
    margin-top: 99px;
    margin-bottom: 100px;
}
.blog_secs h3.test_head {
    margin-bottom: 8px;
}
.blog_secs p.tinsided {
    font-style: normal;
}
.blog_single_slide {
    width: 100%;
    max-width: 670px;
    position: relative;
    overflow: hidden;
    margin-bottom: -50px;
}
.blogsliderfull_img {
    width: 100%;
    max-width: 470px;
    position: absolute;
    right: 0;
    z-index: -1;
}
h4.blog-title {
    font-size: 20px;
}
.test_left {
    float: left;
}
.test_right {
    float: right;
}
.blogsliderfull_desc {
    max-width: 50%;
    color: #313134;
    margin-bottom: 35px;
}
p.post_date {
    margin-bottom: 10px;
    margin-top: 40px;
}
.test_right .blogsliderfull_img {
    left: 0;
}
.test_right .blogsliderfull_desc {
    float: right;
}
.blogsliderfull_desc p {
    font-weight: 600;
}
.fullsecr
{
  padding-bottom: 35px;
}

#blog-prev,#gal-prev
{
    width: 34px;
    height: 16px;
    background: url(../images/blog-left.png);
    display: inline-block;
    cursor: pointer;
    margin-right: 30px;
}
#blog-next,#gal-next
{
    width: 34px;
    height: 16px;
    background: url(../images/blog-right.png);
    display: inline-block;
    cursor: pointer;
}
.gal-arrows
{
  display: none;
}
.blog-slider-text
{
  text-align: center;
}
.blog_slider {
    margin-top: 35px;
    margin-bottom: 40px;
}
.newsletter_sec h3 {
    font-size: 40px;
    margin-bottom: 30px;
}
.es_caption {
    display: none;
}
.es_txt_email {
    max-width: 700px;
    padding: 12px;
    background: transparent;
    border: 0px;
    border-bottom: 1px solid white;
    color: white;
    font-size: 18px;
    width: 100%;
    margin-bottom: 30px;
}
.es_subscription_form_submit {
    background: transparent;
    color: white;
    border: 1px solid white;
    padding: 12px 36px;
    font-size: 18px;
}
.es_txt_email::-webkit-input-placeholder {
  color: white;
}

.es_txt_email::-moz-placeholder {
  color: white;
}

.es_txt_email:-ms-input-placeholder {
  color: white;
}

.es_txt_email:-moz-placeholder {
  color: white;
}
@media (min-width: 360px) {
  .get-btn {
    display: inline-block;
  }
}
@media (min-width: 425px) {
  .main-slider .slide-title {
    font-size: 28px;
  }
}
@media (min-width: 576px) {
  .w-sm-100 {
    width: 100%;
  }

  .top-phoneno {
    font-size: 20px;
  }

  .main-slider .slide-title {
    font-size: 34px;
    padding: 0;
  }

  .rmi-form-box {
    padding: 2em;
  }

  .article-list article {
    margin-bottom: 50px;
  }
  .article-list article h3 a {
    font-size: 18px;
  }
}
@media (min-width: 768px) {

  .bcontentsec
  {
    padding-top: 100px;
  }
  .beauty_treatments h2.lmoresec {
    font-size: 57px;
  }
  .about_text_sec {
    margin-top: 19rem;
}
  .main-menu .sub-menu-box a {
    border: none;
  }

  .main-slider .slide-txt p {
    display: block;
    max-width: 70%;
    margin: auto;
  }

  .rmi-form-box {
    padding: 50px;
  }

  .big-btn {
    font-size: 16px;
    padding: 15px 35px !important;
  }

  .rmi-form-box .btn-light {
    padding: 10px 30px !important;
    margin-top: 1em;
  }

  .sub-title {
    font-size: 35px;
  }

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

  .section-title,
  .footer-banner h5 {
    font-size: 50px;
  }

  .client-logos {
    padding: 0;
    min-height: 583px;
    display: flex;
    align-items: center;
  }
  .client-logos .section-title2 {
    font-size: 54px;
  }
  .client-logos img {
    margin: 0 10% 5% 0;
    max-width: 170px;
  }
  .client-logos img:last-child {
    margin-right: 0 !important;
  }

  .client-logos-list {
    margin-top: 45px;
  }

  .info-box img {
    width: 100%;
    height: 100%;
  }
  .info-box .info-box-txt {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 20px 0 0;
    height: 100%;
  }

  .info-box-sec {
    padding: 50px 0;
  }

  .inner-banner {
    height: 400px;
  }

  .font40 {
    font-size: 40px !important;
  }
}
@media (min-width: 992px) {
  .brand-logo {
    width: auto;
    margin-left: 0px;
  }

  .main-banner {
    background: none !important;
  }

  .main-slider {
    background-color: #313035;
  }
  /*.main-slider .slick-list,
  .main-slider .slick-track {
    height: auto;
  } */
  .main-slider .slick-slide img {
    display: block;
  }
  .main-slider .slide-txt {
    position: absolute;
    left: 0;
    top: 46%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 0 0 90px;
    max-width: 50%;
    text-align: left;
    height: auto;
  }
  .main-slider .slide-txt p {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .main-slider .slick-dots {
    display: block !important;
    bottom: 30px;
    text-align: left;
    padding-left: 20px;
  }

  .for-brokers-page .main-slider {
    background: transparent;
  }

  .rmi-form-wrap {
    background: none;
    padding: 0;
  }

  .rmi-form-box {
    margin-top: 0px;
    width: 50%;
    max-width: 400px;
    padding: 30px;
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .rmi-form-box h3 {
    font-size: 35px;
  }
  .rmi-form-box .form-group {
    margin-bottom: 15px;
  }

  .rmi-input,
  .rmi-select {
    font-size: 15px;
  }

  .our-features {
    padding-top: 150px;
    padding-bottom: 120px;
  }

  .section-title,
  .section-title2 {
    font-size: 50px;
  }

  .sec-tagline {
    font-size: 22px;
  }

  .section,
  .our-promise {
    padding: 103px 0;
  }

  .team-features {
    padding: 70px 0;
  }

  .team-features h3 {
    font-size: 50px;
    margin-bottom: 60px;
  }
  .team-features .pic-warehouse2 {
    position: absolute;
    left: -130px;
    bottom: -310px;
    z-index: 1;
  }

  .tech-section {
    margin-top: 400px;
  }

  .s-t-2 {
    font-size: 45px;
  }

  .footer-logo {
    margin-top: 11px;
  }


}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }

  .slick-slide .container {
    width: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 20%;
    height: 100%;
}
section.booknow_hsec {
    margin-top: -250px;
}


  .brand-logo {
    padding: 0;
  }
  .brand-logo img {
    max-width: 130px;
    max-height: 42px;
  }

  .hedr-contact {
    display: inline-block;
    float: right;
    padding-top: 10px;
  }

  .brand-logo img {
    max-width: 270px;
    max-height: 107px;
  }

  .menu-nav-btn,
  .main-menu .arrow-dwn,
  .top-call-action {
    display: none;
  }

  .main-header {
    padding: 5px 0;
    background: transparent;
    border: 0;
    background: white;
  }

  .header-inner {
    float: right;
    display: block !important;
    background: none;
    position: static;
    width: auto;
    border: 0;
    padding: 0;
    overflow: visible;
  }

  .main-menu {
    margin-right: 20px;
  }

  .main-menu a {
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    padding: 0;
    margin-right: 50px;
    border-bottom: 7px solid transparent;
  }

  .main-menu > div > a {
    font-size: 15px;
    font-weight: 400;
    width: auto;
    margin: 0 0 0 30px;
    text-transform: uppercase;
  }

  .main-menu > div {
    display: inline-block;
    border: 0;
    padding: 0;
    position: relative;
  }

  .main-menu .sub-menu > a::after {
    content: '';
    background: url("../images/sprite.png") -59px -1px no-repeat;
    width: 11px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
  }

  .main-menu a:hover {
    color: #ea002a;
  }

  .main-menu .sub-menu-box {
    display: none;
    position: absolute;
    min-width: 540px;
    left: -90%;
    border: 1px solid #eee;
    border-radius: 0;
    padding: 25px;
    top: 48px;
    background: white;
    box-shadow: 0 10px 5px #00000059;
    transition: all 0.5s ease;
    padding-bottom: 0px;
  }
  .sub-menu-box.homedmenu {
    max-width: 300px;
    min-width: 270px;
    left: -50%;
    padding: 26px 41px 0;
}

  .main-menu .sub-menu:hover .sub-menu-box {
    display: block;
  }

  .main-menu .sub-menu-box h4 {
    font-size: 18px;
  }

  .main-menu .sub-menu-box a {
    font-size: 15px;
    font-weight: 400;
  }

  .main-header.stick-header {
    padding: 10px 0;
  }

  .main-banner {
    padding-top: 0;
  }

  

  .main-slider {
    background: transparent;
  }
  .main-slider .slide-txt {
    max-width: 50%;
    padding-left: 0px;
  }
  .main-slider .slide-txt p {
        font-size: 23px;
    line-height: 30px;
    color: #ea002a;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Poppins';
  }
  .page-template-Aboutus .main-slider .slide-txt p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
   }
  .main-slider .slick-dots {
    text-align: right;
    padding-right: 63px;
    bottom: 43px;
  }

  .section-title {
    font-size: 70px;
  }

  .our-features {
    padding: 190px 0 120px;
    margin-top: -145px;
  }

  .team-features .pic-warehouse2 {
    left: 0;
    bottom: -340px;
  }

  .footer-logo {
    margin: 5px 0 0;
  }
  .footer-logo img {
    max-width: 100%;
  }



  .inner-banner {
    height: 610px;
  }
  .inner-banner h1 {
    font-size: 80px;
  }

  .inner-heading {
    font-size: 44px;
  }

  .inner-meta b {
    font-size: 21px;
  }
  .fullcontent-body {
    margin-top: 105px;
  }
}
@media (min-width: 1400px) {

.testimonial_secs h3.test_head::after {
    background: url(../images/test_quote.png);
    width: 505px;
    height: 98px;
    display: block;
    position: absolute;
    right: -375px;
    top: -17px;
    content: ' ';
}
  .testimonial_secs
{
  min-height: 1140px;
  padding-top: 450px;
  padding-bottom: 350px;
}
  .header-inner {
    margin-top: 25px;
  }

  .main-menu {
    margin-right: 0;
    float: left;
  }

  .main-header.stick-header .brand-logo img {
    max-width: 150px;
  }

  .hedr-contact {
    padding: 0;
    margin: 0px 0px 0 20px;
  }

  .main-slider .slick-dots {
    bottom: 200px;
  }
  .main-slider .slide-title {
    font-size: 50px;
  }

  .tf-heading-wrap {
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }

  .team-features h3 {
    font-size: 70px;
  }

  .footer-title {
    font-size: 22px;
  }

  .inquiry-form-section {
    background-image: url("../images/section-bg-left.png"), url("../images/section-bg-right.png");
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
  }

  .our-features {
    padding-top: 240px;
    margin-top: -160px;
  }

  .banner-social {
    bottom: 150px;
  }
}

.main-slider .slide-title span{
    font-weight: bold;
    color: #202020;
  }
.foot_list ul {
    list-style-type: none;
}  
.foot_list {
    font-size: 16px;
    font-family: 'Poppins';
}
.foot_list ul li {
    line-height: 38px;
}
.foot_list ul li a {
    color: white;
}
.foot_list h3 {
    font-size: 28px;
    text-transform: uppercase;
}
.web_addr
{
  background: url('../images/fi_address.png') left 5px no-repeat;
  padding-left: 20px;
      margin-bottom: 25px;
}
p.web_phone {
    background: url(../images/fi_call.png) left 3px no-repeat;
    padding-left: 29px;
    margin-bottom: 25px;
}
p.web_phone a {
    color: white;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Poppins';
}
p.web_mail
{
  background: url(../images/fi_mail.png) left 8px no-repeat;
  padding-left: 30px;
  margin-bottom: 25px;
}
p.web_mail a
{
  color: white;
}
.foot_list  .sc_fb {
    background: url(../images/fi_fb.png) center center no-repeat;
}
.foot_list  .sc_in {
    background: url(../images/fi_ins.png) center center no-repeat;
}
@media (min-width: 1800px) {
  .main-slider .slide-txt {
    max-width: 63%;
  }
  .main-slider .slide-txt p {
    padding-right: 50px;
  }
  .main-slider .slide-title {
    font-size: 68px;
    font-weight: 500;
    color: #ea002a;
  }
  .main-slider .slick-dots {
    bottom: 250px;
  }

  .team-features .pic-warehouse2 {
    left: 0;
    bottom: -90px;
  }
  .team-features .g-object-2 {
    left: -80px;
    bottom: 100px;
  }

  .tech-section {
    margin-top: 200px;
  }

  .tech-sec2 {
    margin-top: 40px;
  }

  .mt200 {
    margin-top: 200px;
  }

  .our-features {
    padding-top: 280px;
    margin-top: -236px;
  }

  .partnr-team {
    background: url("../images/graphic-object-2.png") right center no-repeat;
    background-size: contain;
  }
}

/* Slider Heading */
.slide-title span {
    color: #ea002a;
}

.slide-title-h3 span
{
    color: #ea002a !important;
}
.slide-title-h3 p
{
    color: #ea002a !important;
    margin-top: 10px;
}

/* R Update */

.hbspt-form label {
    display: none;
}
.hs-input {
    background: transparent !important;
    border: 0px;
    border-radius: 0px !important;
    border-bottom: 1px solid #45915D !important;
    padding: 10px 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    width: 90%;
    margin-bottom: 17px;
}

.hubspot-link__container.sproket {
    display: none !important;
}
.hs_submit .actions {
    text-align: center;
}
input.hs-button {
    background-color: #dae0e5;
    border-color: #d3d9df;
    border-radius: 50rem!important;
    padding: 10px 30px !important;
    font-size: 17px;
    font-weight: 800;
    color: #ea002a;
    text-transform: uppercase;
    height: 48px;
}
.hs-button:hover, .hs-button:focus {
    background-color: #ea002a;
    border-color: white;
    color: white;
}

/* Remove Menu Bullets Listing */
.menu-main-menu-container ul li{
    list-style: none !important;
}
.menu-logistics-services-container ul li{
    list-style: none !important;
}
.menu-industry-solutions-container ul li{
   list-style: none !important;
}
/* Resources page listing */

.simplefilter li.snip0047 {
    padding: 14px 25px;
    background: #E0E0E1 !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #313134;
    display: inline-block;
    margin: 0 5px 15px 5px;
    border-radius: 100px;
    font-family: "Raleway", sans-serif !important;
}
.simplefilter li.snip0047.active {
    background: #ea002a !important;
    color: #fff;
    padding-left: 25px !important;
}
.snip0047:hover span, .snip0047.active span {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
    opacity: 1;
}
.snip0047:hover:before, .snip0047.active:before {
    width: 0 !important;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.snip0047:hover i, .snip0047.active i {
    display: none;
}
.hs-input::placeholder { 
  color: white;
}

.hs-error-msgs.inputs-list {
    display: none !important;
}
.hs-input option {
    color: black;
    font-size: 13px;
}
.hbspt-form .submitted-message {
    color: white;
    text-decoration: underline;
    text-align: center;
}
.inquiry-form .hs-form-field {
    width: 100% !important;
}
.inquiry-form .hs-input {
    border-color: #6F6F71 !important;
}
.hs-input.error {
    border: 0px;
    border-bottom: 1px solid #ff3a3a !important;
}
.blog_filter_main .bf_thumb_box_1 {
    background-color: transparent;
    border: 0px;
    padding-left: 8px;
    padding-right: 8px;
}
.bf_title_1 {
    margin-top: 15px;
    margin-bottom: 15px;
}
figure.snip1550 {
    max-height: 244px;
    overflow: hidden;
}
.bf_thumb_box_1 {
    background: transparent;
    border: 0px;
}
article.bf_title_box_1 {
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 24px;
}
.brand-logos img {
    max-height: 150px !important;
}
.inner-content figure.wp-block-video {
    max-width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*Accordion Style Listing*/
.ea-body ul{
padding-left: 30px;
}
.ea-body ul li{
 margin-bottom: 10px;
}
.section-content ul{
  margin-left: 30px;
}
.section-content ul li{
 margin-bottom: 10px;
}
section.faq-section {
    padding-top: 0px;
}
#sp-ea-1974.sp-easy-accordion .sp-ea-single {
    background: #fdfdfd !important;
    margin-bottom: 20px !important;
    border: 1px solid #f7f7f7 !important;
}
.ea-body p, .ea-body li {
    line-height: 30px !important;
}
section.section.section-content {
    padding: 52px 0;
}
.dicond img {
    float: none;
    margin: 0 auto;
    margin-bottom: 16px;
}
.about-values {
    background: #f0f1f3;
}
.dicond {
    height: 60px;
}
.about-values h4 {
    font-size: 22px;
    font-weight: 900;
}
.sp-easy-accordion .sp-ea-single {
    background: white !important;
    margin-bottom: 15px;
}
.sp-easy-accordion .sp-ea-single .ea-header a {
    font-size: 22px;
    padding: 17px 15px !important;
}
.section-content p, .section-content {
    line-height: 31px;
    margin-top: 12px !important;
}
.linkedind_lin
{
  display: none;
    background: url(../images/linkedin_det.png) #ffffff87 center center no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.fnimg:hover .linkedind_lin
{
  display: block;
}
.fnimg {
    position: relative;
}
.show-read-more {
    line-height: 30px;
}
.hedr-contact .book_appointment {
    background: transparent;
    color: #ea002a;
    border: 1px solid #ea002a !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}
.social_in
{
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: inline-block;
}
.sc_fb
{
  background: url('../images/sc_fb.png') center center no-repeat;
}
.sc_in
{
  background: url('../images/sc_in.png') center center no-repeat;
}
.highlight_sec {
    width: 100%;
    max-width: 450px;
    background: #ea002a;
    border-radius: 50%;
    padding-top: 75px;
    text-align: center;
    padding-bottom: 75px;
    color: white;
}
.highlight_sec p {
 font-size: 33px;
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
.highlight_sec h4 {
    font-size: 55px;
    text-transform: uppercase;
}
a.btn-hsec {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 20px;
}
.beauty_img::before {
    background-color: #f7f7f7;
    border: #ea002a solid 16px;
    width: 450px;
    height: 410px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: ' ';
}
.beauty_img img {
    float: left;
    z-index: 9;
    position: relative;
    margin-top: 65px;
    margin-left: 50px;
}
.cmn-banner
{
  background: url('../images/cmn-bg.jpg');
  min-height: 586px;
  padding-top: 140px;
}
.main-head h1 {
    color: #202020;
    font-size: 68px;
}
.main-head h1 span {
    color: #ea002a;
    
}
.full_services .col-md-3
{
 margin-bottom: 25px;
}
.services_sec img {
  transition: transform .5s; /* Animation */
}
.services_sec .col-md-3 {
    overflow: hidden;
}
.services_sec img:hover {
    box-shadow: 10px 10px 30px 5px #aaaaaa5e;
}
.service_desc {
    text-align: left;
    font-size: 17px;
    font-family: 'Raleway';
    padding-left: 35px;
}
.service_img img {
    margin: 0 auto;
}
span.hleft {
    display: block;
    width: 100%;
    text-align: left;
    color: #202020;
}
span.hright {
    display: block;
    width: 100%;
    text-align: right;
    color: #ea002a;
}
.highl_sec {
    margin-top: -227px;
    margin-bottom: 23px;
}
.highl_sec h2 {
    font-size: 98px;
    line-height: 115px;
}
.prices_desc ul {
    list-style-type: none;
}
.prices_desc ul li {
    font-size: 25px;
    font-family: 'Poppins';
    font-weight: 300;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #202020;
}
.prices_desc ul li strong {
    font-family: 'Poppins';
    font-weight: 300;
    color: #ea002a;
}
.fprices_secn {
    margin-top: 40px;
    margin-bottom: 100px;
}
h3.service_prices_title {
    font-size: 74px;
    margin-bottom: 25px;
}
.service_desc strong {
    color: #ea002a;
}
.service_img {
    margin-top: 35px;
     margin-bottom: 35px;
}
.service_desc p {
    line-height: 29px;
}
span.nrq {
    display: block;
    font-size: 16px;
    line-height: 23px;
    margin-top: 5px;
}
.arrow_bot {
    margin-bottom: 60px;
    margin-top: 25px;
}
.contactform_sec {
    padding-left: 50px;
}
.contactform_sec .wpcf7-form-control,.popform_sec .wpcf7-form-control  {
    padding: 8px;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
div#book_online {
    width: 90%;
    max-width: 560px;
}
.closepopd {
    background: transparent;
    border: 0;
    right: 0;
    color: #ea002a;
    font-size: 28px;
    padding: 0;
    position: absolute;
}
.popform_sec {
    padding-top: 23px;
    padding-bottom: 25px;
}
.popform_sec .your-message .wpcf7-form-control {
    height: 114px;
    resize: none;
}
.popform_sec h3.model_title {
    color: #6e6e6e;
    font-size: 60px;
    margin-bottom: 27px;
}
#book_online .modal-content {
    border-radius: 25px;
}
p.st_contact {
    font-size: 13px;
    font-family: 'Poppins';
    margin-bottom: 0;
}
.popform_sec .wpcf7-form-control {
    font-weight: 700;
}
.popform_sec input.wpcf7-submit {
    background: #ea002a;
    color: white;
    width: 233px !important;
    float: right;
}
input.wpcf7-submit {
    background: transparent;
    color: #ea002a;
    border: 1px solid #ea002a !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    float: left;
    width: 162px !important;
    padding: 18px 6px !important;
    border-radius: 42px;
}
input.wpcf7-submit:hover
{
  background: #ea002a;
  color: white;
}
.wpcf7-response-output {
    text-align: center;
    float: left;
    padding: 11px 12px !important;
    margin-top: 10px !important;
    width: 100%;
}
section.contact_mdet {
    background: #f7f7f7;
    padding-top: 86px;
    padding-bottom: 85px;
    margin-top: 80px;
    margin-bottom: 80px;
}
h4.chead_title {
    font-size: 28px;
    color: #ea002a;
    float: left;
    border-top: 2px solid #ea002a;
    padding-top: 15px;
}
h4.chead_title2 {
    color: #ea002a;
    font-size: 22px;
}
p.add_mcalldet {
    font-size: 28px;
    font-weight: bold;
    font-family: 'Poppins';
}
.opening_hrs ul {
    list-style-type: none;
}
.opening_hrs ul li {
    line-height: 33px;
}
.faq_sec
{
  margin-top: 110px;
  margin-bottom: 110px;
}
h2.mhead2 {
    text-align: center;
    font-size: 110px;
    color: #202020;
}
h2.mhead2 span {
  color: #ea002a;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
    padding-top: 0;
}
#sp-ea-170.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon.fa {
    float: right;
    color: #ea002a;
    font-size: 16px;
    background: #e0e0e0;
    padding: 0px 8px;
    border-radius: 50%;
}
.dhide
{
  display: none;
}
.highlight_sec a.btn-hsec:hover {
    background: white;
    color: #ea002a;
}
.slick-arrow:hover {
    opacity: .7;
}
.single-banner {
    background: #f7f7f7;
    padding: 25px;
    margin-bottom: 80px;
}
.single-banner h1 {
    text-align: center;
}
h2.btitle {
    font-size: 30px;
    margin-bottom: 7px;
}
.blog-img img {
    max-width: 800px;
}
.blog-cont {
    margin-top: 35px;
    margin-bottom: 50px;
    font-family: 'Raleway';
    font-size: 16px;
    line-height: 29px;
}
.content_desc p.post_date {
    margin-top: 7px !important;
}
.lsecblog {
    border-left: 4px solid #ea002a;
    padding-left: 18px;
    margin-bottom: 20px;
}
.blog-cont ol, blog-cont ul {
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.blog_slider_sec .fullsecr {
    width: 100%;
    float: left;
}
.blog_slider_sec .blog_single_slide {
    max-width: 100%;
    margin-bottom: 25px;
}
.blog_slider_sec .blogsliderfull_img {
    width: 50%;
    max-width: 515px;
    position: relative;
    z-index: 0;
}
.blog_slider_sec .test_left .blogsliderfull_img
{
  float: right;
}
.blog_slider_sec .test_right .blogsliderfull_img
{
  float: left;
}
.blog_slider_sec h4.blog-title {
    font-size: 28px;
}
.blog_slider_sec p {
    font-weight: 300 !important;
}
a.view_more {
    background: transparent;
    color: #ea002a;
    border: 1px solid #ea002a !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 29px !important;
    border-radius: 25px;
    float: left;
}
a.view_more:hover {
    background: #ea002a;
    color: white;
}
.blog_slider_sec {
    margin-bottom: 50px;
    width: 100%;
    float: left;
}
.hmore_det {
    font-size: 17px;
    font-family: 'Raleway';
    line-height: 39px;
}
.hmore_det p {
    line-height: 29px;
}
.hmore_det strong {
    font-size: 22px;
}
.sin_service_det
{
  padding-bottom: 50px;
}
.cc_logo {
    border: 1px dashed #ccc;
    padding: 25px;
    width: 100%;
    max-width: 448px;
    margin: 0 auto;
    margin-bottom: 51px;
    text-align: center;
    background: #a0a0a00a;
}
.pr_img {
    display: inline;
    float: left;
    width: 100%;
    text-align: center;
}
.pr_img img {
    max-height: 145px;
    margin: 0 auto;
}
.pr_cc {
    display: inline;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}


@media (min-width: 980px) and (max-width: 1200px)
{
  .main-header {
    background: white;
  }
  section.booknow_hsec {
    margin-top: -200px;
 }
 .highlight_sec h4 {
    font-size: 48px;
  }
  .beauty_img img {

    margin-top: 12px;
    margin-left: 0px;
}
}  

@media (min-width: 990px) and (max-width: 1400px)
{
section.testimonial_secs {
    min-height: 823px;
    padding-top: 350px;
    padding-bottom: 250px;
    background-size: cover;
    background-repeat: no-repeat;
}
}
@media (min-width: 768px) and (max-width: 990px)
{
section.testimonial_secs {
    min-height: 620px;
    padding-top: 205px;
    padding-bottom: 102px;
    background-size: cover;
    background-repeat: no-repeat;
}
} 


@media (max-width: 1024px) {
  .client-logos-list img {
    max-width: 45%;
}
.highl_sec {
    margin-top: 0;
    margin-bottom: 30px;
}
.highl_sec h2 {
    font-size: 70px;
    line-height: 75px;
}
span.hright {
    text-align: left;
}
}
@media (min-width: 1024px) 
{
.page-template-Site-logistics-management .our-features h3 {
    min-height: 71px;
}
}
@media (max-width: 767px) 
{
  .top-call-action a.book_appointment {
    background: #ea002a;
    color: white;
    padding: 8px 22px !important;
    font-size: 16px;
    font-weight: 500;
}
  .popform_sec input.wpcf7-submit {
    float: none;
    margin: 0 auto;
    margin-left: 6%;
}
  .popform_sec h3.model_title {
    font-size: 36px;
}
  .blog-img img {
    max-width: 100%;
}
  .blog_slider_sec .blogsliderfull_img {
    width: 100%;
    margin-bottom: 10px;
}
  .contactform_sec {
    padding-left: 31px;
    padding-right: 31px;
}
  .arrow_bot {
    display: none;
}
  .prices_desc ul li {
    font-size: 20px;
  }
  .fprices_secn {
    margin-top: 43px;
    margin-bottom: 50px;
}
h3.service_prices_title {
    font-size: 50px;
    margin-bottom: 25px;
}
  .highl_sec h2 {
    font-size: 51px;
    line-height: 60px;
    margin-top: 45px;
}
  .dflexd { display: flex; flex-direction: column; }
  .mobile-order-2 { order: 2; }
  .mobile-order-1 { order: 1; }
.main-slider .slide-title {
    color: #29292B;
    font-weight: 900;
    font-size: 37px;
    padding: 0 10px;
    }
    .about-values .clearfix.col-md-12.mt-5.mb-5 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.about-values .col-md-4.text-center {
    margin-bottom: 25px;
}
.beauty_img img {
   
    margin-top: 16px;
    margin-left: 0;
}
.fullcontent-body {
    margin-top: 90px;
}
.highlight_sec {
    margin: 0 auto;
    max-width: 380px;
    margin-top: 50px;
}
.highlight_sec p {
    font-size: 21px;
    }
.highlight_sec h4 {
    font-size: 38px;
    text-transform: uppercase;
}
.services_sec h2 {
    font-size: 54px;
}
.about_us_sec .col-md-7 img {
    margin-top: 45px;
}
section.about_us_sec {
    margin-top: 75px;
    margin-bottom: 75px;
}
.beauty_treatments {
    background: #f7f7f7;
    padding-top: 70px;
    padding-bottom: 70px;
}
.blog_single_slide
{
  margin-bottom: 50px;
}
.newsletter_sec h3 {
    font-size: 27px;
    line-height: 37px;
}
section.testimonial_secs {
    min-height: auto;
    padding-top: 47px;
    padding-bottom: 56px;
    background-size: cover;
    background-repeat: no-repeat;
    background: url(../images/testimonial-bg-mob.jpg);
}
h3.test_head {
    font-size: 44px;
    position: relative;
    margin-bottom: 25px;
}
.gallery_sec .col-md-4 img {
    margin: 0 auto;
}
.gallery_sec .col-md-4 {
    text-align: center;
}
.main-slider
{
  background: url(../images/banner-mob.jpg);
      background-size: cover;
}
.main-slider .slide-txt {
    padding-bottom: 25px;
}
.beauty_img::before
{
  display: none;
}
.gallery_sec {
    padding-top: 30px;
    padding-bottom: 30px;
}
.gallery_sec .col-md-4 img {
    margin-bottom: 15px;
}
.gal-arrows {
    display: block;
    text-align: center;
    margin-bottom: 25px;
}
.blogsliderfull_desc {
    max-width: 100%;
    color: #313134;
    margin-bottom: 0;
}
.blogsliderfull_img {
    position: relative;
}
.blogsliderfull_desc p {
    font-weight: 600;
    margin-top: 15px;
}
.fullsecr {
    padding-bottom: 0px;
}
section.blog_secs {
    margin-top: 45px;
    margin-bottom: 45px;
}
.blog_slider {
    margin-top: 0;
    margin-bottom: 0px;
}
.main-head h1 {
    font-size: 44px;
}
.cmn-banner {
    background: #d3e0e6;
    min-height: 146px;
    padding-top: 44px;
    padding-bottom: 44px;
}
.full_services .col-md-3 img {
    margin: 0 auto;
}
.cdrt {
    margin-top: 33px;
}
h4.chead_title br {
    display: none;
}
section.contact_mdet {
    background: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-top: 50px;
    margin-bottom: 50px;
        padding-left: 20px;
}
.highl_sec span.hleft, .highl_sec span.hright {
    display: inline;
}
.faq_sec {
    margin-top: 55px;
    margin-bottom: 55px;
}
h2.mhead2 {
    font-size: 75px;
}
}
@media (max-width: 480px) {

  .top-call-action a.book_appointment {
    background: #ea002a;
    color: white;
    padding: 7px 14px !important;
    font-size: 12px;
    font-weight: 500;
}
  .service_desc {
    padding-left: 15px;
}
  .footer-logo img {
    max-width: 221px;
}
.main-footer {
    padding: 35px 0;
}
  .services-slider .slick-slide img {
    margin: 0 auto;
}
  .services_sec h2 {
    font-size: 42px;
    line-height: 51px;
}
h2.lmoresec {
    font-size: 40px;
    text-align: center;
    margin-top: 20px;
}
.highlight_sec {
    margin: 0 auto;
    max-width: 315px;
    margin-top: 50px;
    padding-top: 46px;
    padding-bottom: 50px;
}
.highlight_sec p {
    font-size: 20px;
}
.highlight_sec h4 {
    font-size: 32px;
    text-transform: uppercase;
}
.highlight_sec a.book_appointment {
    padding: 8px 20px !important;
}
 .services_sec h2 {
    font-size: 40px;
    line-height: 48px;
} 
  .foot_list {
    margin-bottom: 25px;
}
.client-logos-list img {
    max-width: 62%;
    display: block;
    margin: 0 auto;
    margin-bottom: 26px;
     max-height: 36px;
}
.client-logos h3.section-title2 {
    text-align: center;
    margin-bottom: 15px;
}

select#sw_check_link,select#sw_check_link_foot {
    float: left;
    max-width: 150px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    font-size: 17px;
    margin-bottom: 20px;
    padding-left: 0;
    font-weight: 700;
    background: transparent;
}
select#sw_check_link_foot {
     color: white;
    margin-bottom: 0px;
    margin-top: 25px;
}
select#sw_check_link_foot option {
    color: black;
}
.tampa_menusec,.tampa_menusec_foot
{
  display: none;
}
h3.menus_head {
    width: 100%;
    margin-left: 15px;
    margin-bottom: 25px;
    overflow: hidden;
}
h3.menus_head:after {
    content:"";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 1px solid #e6e6e6;
}

.social{
  display: inline-block;
    vertical-align: middle;
    background:none !important;
    margin-right: 20px;
    color: white;

}
.footer-social .social a:hover {
    color: #ffff !important;

}

  .show-read-more .more-text{
        display: none;
    }
   .show-read-mores .more-texts{
        display: none;
    }
.hidden { display: none;}
#readless
 {
  display: none;
  margin-top: 5px;
}
#readmore
 { 
  margin: 0 5px;
  margin-top: 5px;
  display: block;
}
.hiddens { display: none;}
#readmores
 { 
   margin: 0 5px;
  margin-top: 5px;
  display: block;

}
#readles
 {
  display: none;
  margin-top: 5px;
}
.footer-social a:hover {
    color: white;
    opacity: .7;
}
p.user_pos_det {
    min-height: 53px;
}
.scroll-dwn {
    display: none;
}
@keyframes glow {
  from {
    box-shadow: 0 0 10px -10px #737373;
  }
  to {
    box-shadow: 0 0 10px 10px #737373;
  }
}
.glowanimation
{
   animation: glow 1s infinite alternate;
}
.single-post .article-meta {
    margin-bottom: 30px;
}
.sub-menu-box img {
    display: none;
}
}
.wpcf7 label {
    width: 100%;
}