@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Amiri:400,400i,700,700i|Gentium+Basic:400,700i|Lato|Poppins:400,400i,700|Gentium+Basic:400,700");

@font-face {
  font-family: "GlacialIndifference-Bold";
  src: url("./assets/fonts/GlacialIndifference-Bold.otf") format("opentype"),
    url("./assets/fonts/GlacialIndifference-Bold.ttf") format("truetype"),
    /* Safari, Android, iOS */
      url("./assets/fonts/GlacialIndifference-Bold.woff") format("woff"),
    /* Pretty Modern Browsers */
      url("./assets/fonts/GlacialIndifference-Bold.svg") format("svg");
  /* Legacy iOS */
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "GlacialIndifference-Regular";
  src: url("./assets/fonts/GlacialIndifference-Regular.otf") format("opentype"),
    url("./assets/fonts/GlacialIndifference-Regular.ttf") format("truetype"),
    /* Safari, Android, iOS */
      url("./assets/fonts/GlacialIndifference-Regular.woff") format("woff"),
    /* Pretty Modern Browsers */
      url("./assets/fonts/GlacialIndifference-Regular.svg") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GlacialIndifference-Italic";
  src: url("./assets/fonts/GlacialIndifference-Italic.otf") format("opentype"),
    url("./assets/fonts/GlacialIndifference-Italic.ttf") format("truetype"),
    /* Safari, Android, iOS */
      url("./assets/fonts/GlacialIndifference-Italic.woff") format("woff"),
    /* Pretty Modern Browsers */
      url("./assets/fonts/GlacialIndifference-Italic.svg") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: italic;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

hr {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  overflow-x: hidden;
  font-family: "GlacialIndifference-Regular", sans-serif !important;
  color: #1f1f1f;
  background-color: #fff;
  line-height: 30px;
  font-weight: 400;
  font-size: 16px;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
  color: #004498;
}

a:focus,
a:active {
  outline: none;
  border: none;
}

blockquote,
q {
  quotes: intial;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}

form,
fieldset {
  border-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a img {
  outline: none;
  border: none;
}

.visible-lg {
  display: block;
}

.visible-xs {
  display: none;
}

.topbar img {
  position: absolute;
  margin-left: -30px;
  margin-top: 2px;
}

.topbar a {
  color: white;
  padding: 0 0 0 30px;
}

.topbar {
  text-align: center;
  background-color: #282828;
  padding: 10px;
  border-top: 1px solid #424242;
}
.new-option {
  background-color: #282828;
  padding: 10px 0;
}
.new-option p {
  margin: 0;
  color: #fff;
}
.new-option a.btn:hover {
  color: #282828;
  background-color: #fff;
}

.clearfix {
  clear: both;
}

.clearfix:after {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.form-group .form-control.wpcf7-date {
  color: #8d8d8d;
}

.clear {
  clear: both;
}

.alignnone {
  margin: 0 auto;
}

.aligncenter {
  display: block;
  margin: 0 auto 20px auto;
}

.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

p {
  margin-bottom: 15px;
  font-size: 18px;
  color: #454545;
  line-height: 24px;
  font-weight: 400;
  font-family: "GlacialIndifference-Regular", sans-serif !important;
}

b,
strong {
  font-weight: 700;
  font-family: "GlacialIndifference-Bold";
}

i,
em {
  font-style: italic;
}

ol {
  padding-left: 15px;
}

img {
  max-width: 100%;
}

/* ======== table =============== */
table,
tr,
td {
  border: 1px solid #000000;
}

table tr td {
  padding: 20px;
  text-align: center;
}

/* ======== table =============== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #454545;
  font-family: "Amiri", serif !important;
}

h1 {
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 15px;
}

h2 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 30px;
}

h3 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 15px;
}

h4 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}

h6 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

/* ======== table =============== */
table,
tr,
td {
  border: 1px solid #02b2c7;
}

table tr td {
  padding: 20px;
  text-align: center;
}

/* ======== table =============== */
.text-center {
  text-align: center;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.desktop-view {
  display: block;
}

.mobile-view {
  display: none;
}

.container {
  width: 1210px;
  margin: 0 auto;
  padding: 0 30px;
}

.section.page {
  padding: 40px 0;
}

/* ========== ul ol================== */
.section a:focus,
.section a:active {
  outline: none;
}

.section ul {
  margin-bottom: 15px;
}

.section ol {
  margin-bottom: 20px;
}

.section ul li {
  list-style: none;
  font-family: inherit;
  position: relative;
  padding-left: 26px;
  text-align: left;
}

.section ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  padding: 4px;
  background: #02b2c7;
  position: absolute;
  left: 0;
  top: 9px;
}

.section li {
  font-size: 18px;
  color: #454545;
  font-weight: 400;
  line-height: 24px;
}

/* ========== ul ol================== */
.section .title {
  margin-bottom: 80px;
}

.section .title h2 {
  font-size: 56px;
  line-height: 61px;
  font-weight: 700;
  position: relative;
}

.section .title h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 100px;
}

.section .title p {
  color: #454545;
  margin-bottom: 40px;
}

/* ======================================= */
/* ============== Header ================= */
/* ======================================= */
svg:not(:root) {
  overflow: hidden;
}

.cbp-spmenu {
  background: #282828;
}

.cbp-spmenu-push {
  display: flex;
  flex-direction: column;
}

.flex-grow-1 {
  flex-grow: 1;
}

svg.icon {
  display: inline-block;
  fill: currentcolor;
  height: 1em;
  position: relative;
  top: -0.0625em;
  vertical-align: middle;
  width: 1em;
  right: -5px;
}

.header .social {
  margin-right: 5px;
}

.header .social i {
  color: #02b2c7;
}

.header {
  padding: 20px 0;
  background-color: #fff;
}

.header .content {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.header .search {
  position: relative;
  width: 40px;
  margin-left: 20px;
  display: inline-block;
}

.header .search input[type="search"] {
  width: 20px;
  border: none;
  font-size: 16px;
  background-image: url("assets/images/search.svg");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 10px 10px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.header .search input[type="search"]:focus {
  width: 220px;
  position: absolute;
  z-index: 9999;
  top: -20px;
  right: 0;
  background-color: #fff;
  background-position: center right 10px;
}

.header .logo {
  width: 230px;
  padding-left: 0;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}

.header button.btn{
  font-family: inherit;
  padding: 12px 16px;
  cursor: pointer;
}
#dialog-content .btn{
padding: 11px 39px;
}

#dialog-content .form-group {
	margin-bottom: 15px;
}
#dialog-content  .btn{
  margin-top: 30px;
}
#dialog-content #myform{
  text-align: center;
}
#dialog-content .dialog-box p a{
  color: #1f1f1f;
}

#dialog-content .hideIt{
  display: none;
}
#dialog-content .showIt{
  display: block;
}

.header .main-menu {
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  width: 580px;
  text-align: right;
}

.header .order {
  width: 340px;
  text-align: right;
  display: inline-block;
}

.header .btm{
  display: flex;
  align-items: center;
}

.nav ul#menu {
  margin: 0;
  position: relative;
  text-align: right;
}

.nav ul li a {
  font-family: inherit;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
}

.nav #menu > li {
  position: relative;
  z-index: 9999;
  margin: 0 20px;
  display: inline-block;
  list-style: none;
  text-align: center;
}

.nav #menu > li:last-child {
  margin-right: 0;
}

.nav #menu > li > a {
  color: #454545;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
}

.nav #menu > li.current-menu-item > a,
.nav #menu > li > a:hover,
.nav #menu > li.current-menu-parent > a {
  color: #02b2c7;
}

.nav #menu > li.current-menu-item > a:before,
.nav #menu > li > a:hover:before,
.nav #menu > li.current-menu-parent > a:before {
  border-top-color: #282828;
  color: #02b2c7;
}

.nav #menu > li > ul {
  width: 100%;
  min-width: 207px;
  display: none;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 65px;
  z-index: 999;
  padding: 0px 0px;
}

/* .scroll-to-fixed-fixed .nav #menu > li > ul {
  top:84px;
} */
.nav #menu > li > ul > li {
  float: none;
  margin-left: 0;
  height: auto;
  text-align: left;
  display: inline-block;
  width: 100%;
  -webkit-transition: all 0.05s ease-in;
  -moz-transition: all 0.05s ease-in;
  -o-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in;
}

.nav #menu > li > ul > li a {
  display: block;
  color: #02b2c7;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
  padding: 10px 10px;
  border-bottom: 1px solid #fff;
  position: relative;
}

.nav #menu > li > ul > li:last-child a {
  border-bottom: none;
}

.nav #menu > li > ul > li a:hover,
.nav #menu > li.current-menu-parent > ul > li.current-menu-item a {
  background-color: #02b2c7;
  text-decoration: none;
  color: #ffffff;
}

.menu-btn {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  cursor: pointer;
  height: 36px;
  margin-top: 0;
  position: absolute;
  top: 86px;
  right: 10px;
  padding: 1px;
  width: 46px;
  margin-bottom: 0;
}

.form-group.grid.checkboxInput .wpcf7-list-item {
  display: block;
}

.form-group.radioInput .wpcf7-list-item {
  display: block;
}

.cbp-af-header.cbp-af-header-shrink .tagLine h1.eng {
  font-size: 17px;
}

.cbp-af-header.cbp-af-header-shrink h1 {
  font-size: 22px;
  line-height: 28px;
}

#showRightPush.menu-btn {
  float: right;
}

.lines:before {
  border-bottom: 13px double #02b2c7;
  border-top: 4px solid #02b2c7;
  content: "";
  height: 20px;
  position: absolute;
  right: 5px;
  top: -18px;
  width: 26px;
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
}

.crossBtn {
  cursor: pointer;
  display: inline-block;
  float: left;
  width: 46px;
  text-align: center;
  padding: 13px;
  position: absolute;
  left: 5px;
  top: 0;
  z-index: 9999;
  display: block;
}

.crossBtn i {
  font-size: 20px;
  color: #fff;
}

.header .btn-block {
  display: none;
}

.bgImage {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero-wrapper .layer {
  background-color: #02b2c7;
}

.hero-wrapper .content {
  padding: 100px 0;
}

.home-hero .content {
  padding: 100px 0;
}

.hero-wrapper .content {
  padding: 80px 0;
  text-align: center;
}

.hero-wrapper .content a.btn {
  margin-top: 20px;
}

.hero-wrapper p {
  font-weight: 600;
}

.hero-wrapper .content .title {
  margin-bottom: 0;
}

.hero-wrapper .content h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.hero-wrapper .content h6 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  text-transform: uppercase;
}

.hero-wrapper .content p {
  font-size: 18px;
  color: #ffffff;
  line-height: 36px;
  width: 60%;
  margin: 0 auto;
  font-weight: 400;
}

#home-slider.slick-dotted {
  margin-bottom: 0;
}

#home-slider .slick-slide img {
  width: 100%;
}

#home-slider .slick-slide.item {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  position: relative;
}

#home-slider .slick-slide.item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  left: 0;
  width: 60%;
  content: " ";
  background-color: #02b2c7;
}

/* #home-slider{.overlay{img{filter:brightness(50%)grayscale(100%);}}} */
.slider-content {
  position: absolute;
  top: 25%;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.slider-content .content {
  padding: 0;
  width: 56%;
}

.slider-content .content > div {
  padding: 60px 0 100px 0;
  color: #ffffff;
}

.slider-content .content h1,
.slider-content .content p {
  color: #ffffff;
}

.slider-content .content p {
  font-size: 23px;
  line-height: 30px;
  font-family: "GlacialIndifference-Regular", sans-serif;
}

.slider-content .content h1 {
  font-weight: 400;
  font-size: 53px;
  font-family: "Amiri", serif;
  line-height: 66px;
}

.slider-content .content a.btn {
  margin-top: 15px;
}

.slider-content .content a.btn.default-btn {
  margin-right: 15px;
}

.slick-dots {
  bottom: 40px;
}

.section .slick-dots {
  margin-bottom: 0;
}

.section .slick-dots li {
  padding: 0;
}

.slick-dots li {
  width: auto;
  height: auto;
}

.section .slick-dots li::before {
  content: "";
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  left: auto;
  top: auto;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 5px;
  background: #02b2c7;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
  background: #282828;
}

.slick-dots li button::before {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  content: "";
}

#home-slider .slick-dots li {
  margin: 0 12px;
}

#home-slider .slick-dots li button,
#home-slider .slick-dots li {
  width: auto;
  height: auto;
}

#home-slider .slick-dots li button:before {
  width: 16px;
  height: 4px;
  background-color: #fff;
  opacity: 1;
  content: "";
}

#home-slider .slick-dots li button:hover:before,
#home-slider .slick-dots li button:focus:before,
#home-slider .slick-dots li.slick-active button:before {
  background-color: #02b2c7;
}

.home-type {
  background: #02b2c7;
}

.home-type .panel-container {
  background-color: #fff;
}

.etabs {
  display: flex;
  justify-content: center;
  margin: 0 -10px;
  padding: 20px 0 40px 0;
  flex-flow: row wrap;
}

.home-type .etabs li {
  display: inline-block;
  margin: 10px 0.8%;
  width: 15%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.home-type .etabs li:before {
  content: none;
}

.home-type .etabs a {
  display: block;
  padding: 16px;
  width: 100%;
  text-align: center;
}

.etabs a span {
  display: block;
  color: #ffffff;
  padding-top: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.etabs li:hover,
.etabs li.tab.active {
  background-color: #ffffff;
}

.etabs li:hover a span,
.etabs li.tab.active a span {
  color: #02b2c7;
}

.etabs li:hover a img,
.etabs li.tab.active a img {
  filter: brightness(1);
}

.etabs img {
  filter: brightness(150);
  max-width: 70px;
}

/* ===================================== */
/* ============= Body Content ========== */
/* ===================================== */
.intro-title {
  background-color: #9ce7ed;
  padding: 120px 0;
  overflow: hidden;
}

.intro-title h2,
.intro-title p {
  color: #ffffff;
}

.intro-title h2 {
  font-family: "Amiri", serif;
  font-size: 63px;
  line-height: 66px;
  font-weight: 700;
}

.intro-title p {
  font-size: 23px;
  margin-bottom: 0;
  line-height: 30px;
  margin: 30px auto 30px;
  font-family: "GlacialIndifference-Regular", sans-serif !important;
}

.intro-title a.btn {
  font-size: 16px;
  line-height: 30px;
}

.steps-wrapper {
  padding: 80px 0;
  overflow: hidden;
  background-color: #fafafa;
}

.steps-wrapper .step-nav {
  display: flex;
  flex-flow: wrap;
}

.step-nav .grid-box .grid-count {
  margin-bottom: 40px;
  display: block;
}

.step-nav .grid-box .grid-count > span {
  display: inline-block;
  width: 50px;
  height: 50px;
  color: #02b2c7;
  border: 1px solid #02b2c7;
  border-radius: 90px;
  text-align: center;
  padding: 8px;
  font-size: 28px;
  font-weight: 700;
}

.step-nav .grid-box {
  width: 29%;
  position: relative;
  margin: 0 3% 3%;
  padding: 0 3%;
}

.step-nav .grid-box:first-child {
  margin-left: 0;
}

.step-nav .grid-box:last-child {
  margin-right: 0;
}

.step-nav .grid-box .grid-icon {
  margin-bottom: 20px;
  display: block;
}

.step-nav .grid-box h4 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 22px;
  text-transform: none;
  font-family: "Amiri", serif;
}

.step-nav .grid-box p {
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Amiri", serif;
}

/* ===================================== */
/* ============ Contact Form ========== */
/* ==================================== */
.section.details.details .rows h6 {
  color: #454545;
}

.btn {
  padding: 6px 26px;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.btn:focus,
.btn:active,
button:focus,
button:active {
  outline: none;
}

.default-btn {
  background-color: transparent;
  color: #fff;
  position: relative;
  border: 2px solid #ffffff;
}

.default-btn:hover {
  background-color: #fff;
  color: #02b2c7;
}

.default-btn:hover:before {
  content: url(../img2/i2.png);
}

.primary-btn {
  background-color: #02b2c7;
  color: #fff;
  border-color: #02b2c7;
  position: relative;
}

.primary-btn:hover {
  background-color: #282828;
  color: #fff;
  border-color: #282828;
}

.secondary-btn {
  background-color: #282828;
  color: #fff;
  border-color: #282828;
  position: relative;
}

.secondary-btn:hover {
  background-color: #02b2c7;
  color: #fff;
  border-color: #02b2c7;
}

.outline-btn {
  background-color: transparent;
  color: #282828;
  border-color: #282828;
  position: relative;
}

.outline-btn:hover {
  background-color: #02b2c7;
  color: #fff;
  border-color: #02b2c7;
}

.primary {
  color: #02b2c7;
  font-size: 18px;
  line-height: 30px;
}

.secondary {
  color: #282828;
  font-size: 18px;
  line-height: 30px;
}

.form-group {
  margin-bottom: 36px;
  position: relative;
}

.contact-form p {
  margin-bottom: 0;
}

.contact-form div.wpcf7 img.ajax-loader {
  float: right;
}

.contact-form div.wpcf7-response-output {
  margin-top: 7px;
}

.form-wrapper.search input {
  padding: 10px 20px;
}

.form-wrapper.search input[type="submit"] {
  border: none;
  padding: 12px 20px;
  background-color: #02b2c7;
  color: #ffffff;
  cursor: pointer;
}

.form-wrapper.search button.search-submit {
  padding: 12px 20px;
  border: 0;
  background: #02b2c7;
  color: #ffffff;
}

.form-group .form-control {
  background-color: transparent;
  border: 1px solid #e9e9e9;
  font-family: "$primaryfont", sans-serif;
  font-size: 16px;
  color: #000000;
  padding: 16px 20px;
  width: 100%;
  position: relative;
  font-weight: 400;
}

.form-control:active,
.form-control:focus {
  border: 1px solid #3097df;
}

.form-group select {
  background: url(./assets/images/dwarrow2.png) 97% 50% no-repeat #fff;
  width: 100%;
  color: #8d8d8d;
  background-color: transparent;
  border: 1px solid #e9e9e9;
  font-family: "$primaryfont", sans-serif;
  font-size: 16px;
  padding: 16px 20px;
  position: relative;
  font-weight: 400;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding: 15px 25px;
}

.form-group > span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.form-group > span.captchaimage {
  position: absolute;
  right: 0;
  width: 80px;
  text-align: right;
  margin-top: 9px;
}

.form-group.grid2 > span {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}

.form-group.grid2 > span:first-child {
  margin-right: 1%;
}

.form-group.grid2 > span:last-child {
  margin-left: 1%;
}

.form-group.grid3 > span {
  width: 31.9%;
}

.form-group.grid3 > span:nth-of-type(2) {
  margin: 0 2%;
}

.form-group.grid4 > span {
  width: 23.5%;
  margin-right: 2%;
}

.form-group.grid4 > span:last-child {
  margin-right: 0;
}

.form-group.grid5 > span {
  width: 21%;
  margin-right: 5px;
}

.form-group.grid5 > span:last-child {
  margin-right: 0;
}

.form-group textarea {
  resize: none;
  font-family: "Poppins", sans-serif;
}

.dd {
  border: 1px solid #282828;
}

.dd .ddTitle {
  background-image: none;
  background-color: #fff;
  font-family: "$primaryfont", sans-serif;
  border: 1px solid #282828;
  color: #fafafa;
  padding: 0;
}

.dd .divider {
  border-left: none;
  border-right: none;
  right: 24px;
}

.dd .ddArrow {
  margin-top: -5px;
}

.borderRadiusTp {
  border-radius: 0;
}

.dd .ddTitle .ddTitleText {
  padding: 10px 20px 10px 18px;
  font-size: 16px;
  font-family: "Droid Sans", sans-serif;
  letter-spacing: 0;
}

.ddcommon .ddChild li:before {
  width: auto;
  height: auto;
}

.section .ddcommon ul {
  margin: 0;
  padding: 0;
}

form .dd .ddArrow {
  width: 30px;
  right: 10px;
  background-image: url("../img2/ar.png");
}

.submitBtn {
  overflow: hidden;
}

.submit-btn {
  cursor: pointer;
  text-align: center;
  padding: 15px 60px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto;
  display: block;
  float: right;
}

.submit-btn:hover {
  background-color: #222222;
  border-color: #222222;
  color: #fff;
}

.anr_captcha_field {
  display: inline-block;
  vertical-align: middle;
}

.contact-form span.wpcf7-not-valid-tip {
  color: #ff5100;
}

div.wpcf7-response-output {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  color: #ff5100;
  padding: 2px;
}

span.wpcf7-not-valid-tip {
  font-size: 13px;
}

*::-webkit-input-placeholder {
  color: #8d8d8d;
  opacity: 1;
}

*:-moz-placeholder {
  color: #8d8d8d;
  opacity: 1;
}

*::-moz-placeholder {
  color: #8d8d8d;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #8d8d8d;
  opacity: 1;
}

.toggle,
.toggler {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 25px;
}

.toggler {
  color: #59595a;
  transition: 0.2s;
  font-weight: bold;
  line-height: 40px;
  position: relative;
  z-index: 2;
}

.toggler--is-active {
  color: #fff;
  z-index: 2;
  position: relative;
}

.b {
  display: block;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.toggle {
  position: relative;
  width: 250px;
  height: 60px;
  border-radius: 100px;
  background-color: #e9e7e7;
  overflow: hidden;
  box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.05);
}

.check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

.check:checked ~ .switch {
  right: 2px;
  left: 45.5%;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0.08s, 0s;
}

.switch {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 2px;
  right: 45.5%;
  background-color: #02b2c7;
  border-radius: 36px;
  z-index: 1;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0s, 0.08s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.pricing-section {
  padding: 0 0 40px;
  width: 100%;
  text-align: center;
}

.pricing-columns .wrapper-full {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
}

.pricing-columns #pricing-chart,
.pricing-columns-both #pricing-chart {
  margin-top: 60px;
  position: relative;
}

.pricing-columns #pricing-chart #smaller-plans,
.pricing-columns-both #pricing-chart #smaller-plans {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  justify-content: center;
}

.pricing-columns #pricing-chart .plan,
.pricing-columns-both #pricing-chart .plan {
  background-color: #fff;
  position: relative;
  color: #454545;
  padding: 14px 14px 7% 14px;
  /* border: 1px solid #000; */
  width: 30%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 0 1.5%;
}

.pricing-columns-both #pricing-chart .plan:active {
  border: 1px solid #02b2c7;
}

.pricing-columns #pricing-chart .plan:first-child,
.pricing-columns-both #pricing-chart .plan:first-child {
  /* border: 1px solid #000; */
}

/* .pricing-columns #pricing-chart .plan:before, 
.pricing-columns-both #pricing-chart .plan:before {
    content: "";
    position: absolute;
    height: 5px;
    left: -1px;
    top: 0;
    background-color: #233E48;
    width: 207px;
} */

.pricing-columns #pricing-chart .plan .price,
.pricing-columns-both #pricing-chart .plan .price {
  font-size: 26px;
  float: left;
  width: 100%;
  margin-bottom: 35px;
  margin-top: 17px;
}

.pricing-columns p {
  font-size: 16px;
  line-height: 30px;
}

.pricing-columns .custom-hide button {
  color: #004498;
  border: none;
  background-color: transparent;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}

.pricing-columns #pricing-chart .plan .desc,
.pricing-columns-both #pricing-chart .plan .desc {
  padding: 0 0 0 0;
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
}

.pricing-columns #pricing-chart .plan .price .type,
.pricing-columns-both #pricing-chart .plan .price .type {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
}

.pricing-columns #pricing-chart .plan .price .dollar,
.pricing-columns-both #pricing-chart .plan .price .dollar {
  bottom: 19px;
  letter-spacing: -1px;
  left: -5px;
  font-size: 18px;
  position: relative;
}

.pricing-columns #pricing-chart .plan .price .amount,
.pricing-columns-both #pricing-chart .plan .price .amount {
  font-size: 48px;
  font-weight: 600;
}

.pricing-columns #pricing-chart .plan .price .slash,
.pricing-columns-both #pricing-chart .plan .price .slash {
  font-weight: 600;
  left: -2px;
}

.pricing-columns #pricing-chart .plan .price .month,
.pricing-columns-both #pricing-chart .plan .price .month {
  font-weight: 600;
  left: -7px;
}

.pricing-columns #pricing-chart .plan ul,
.pricing-columns-both #pricing-chart .plan ul {
  padding: 0 0;
  margin-bottom: 40px;
}

.pricing-columns #pricing-chart .plan ul li,
.pricing-columns-both #pricing-chart .plan ul li {
  font-weight: 600;
  font-size: 15px;
  text-align: left;
  margin-bottom: 20px;
}

.pricing-columns #pricing-chart .plan .desc ul,
.pricing-columns-both #pricing-chart .plan .desc ul {
  margin-bottom: 0;
}

.pricing-columns #pricing-chart .plan ul li span,
.pricing-columns-both #pricing-chart .plan ul li span {
  color: #9e9e9e;
  display: inline-block;
  margin-left: 7px;
  font-weight: 400;
  font-size: 14px;
}

.pricing-columns #pricing-chart .plan a.sign-up,
.pricing-columns-both #pricing-chart .plan a.sign-up {
  width: 100%;
  padding: 13px;
  background-color: white;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #9e9e9e;
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  clear: left;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pricing-columns #pricing-chart .plan .desc p,
.pricing-columns-both #pricing-chart .plan .desc p {
  color: #505050;
  font-weight: 400;
  font-size: 18px;
  padding: 12px 12px;
}

.pricing-columns #pricing-chart .plan .desc li,
.pricing-columns-both #pricing-chart .plan .desc li {
  color: #505050;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  padding: 12px 12px;
}

.pricing-columns #pricing-chart .plan .desc li:hover,
.pricing-columns-both #pricing-chart .plan .desc li:hover {
  background-color: #f6f6f6;
}

.pricing-columns #pricing-chart .plan .desc li a,
.pricing-columns-both #pricing-chart .plan .desc li a {
  color: #505050;
  display: block;
}

.pricing-section .btn {
  padding: 8px 20px;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}

.requester {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  color: #02b2c7;
}

.pricing-columns #pricing-chart .popular,
.pricing-columns-both #pricing-chart .popular {
  position: relative;
  background-color: white;
  right: 0;
  border: 1px solid #02b2c7;
  margin: 0 3%;
}

/* .pricing-columns #pricing-chart .popular:before, .pricing-columns-both #pricing-chart .popular:before {
    width: 100%;
    background-color: #02b2c7;
    height: 7px;
} */
/* .pricing-columns #pricing-chart .popular a.btn, .pricing-columns-both #pricing-chart .popular a.btn {
     margin-bottom: 20px;
} */
.pricing-columns #pricing-chart .popular .price .amount,
.pricing-columns-both #pricing-chart .popular .price .amount {
  font-size: 60px;
}

.bandwidth {
  display: block;
  color: #9e9e9e;
  font-size: 16px;
  position: absolute;
  right: 0;
  bottom: -90px;
}

.pricing-columns #pricing-chart .popular p.pop-plan,
.pricing-columns-both #pricing-chart .popular p.pop-plan {
  color: #454545;
  font-size: 16px;
  margin-bottom: 8px;
}

/* .pricing-columns #pricing-chart .popular .price, .pricing-columns-both #pricing-chart .popular .price {
    margin-bottom: 0px;
} */
.hide {
  display: none;
}

.cont-price table {
  border: none;
}

.cont-price table tr td {
  padding: 10px 0 10px 15px;
  text-align: left;
  border: none;
}

.cont-price table tr td img {
  vertical-align: middle;
}

.cont-price table tr {
  background-color: #f8f8f8;
  border: none;
}

.cont-price table tr:nth-of-type(2n + 2) {
  background-color: #fff;
}

.map-wrapper {
  padding-top: 60px;
}

#map_canvas {
  min-height: 200px;
}

.search-results article {
  margin: 20px 0;
  border: 1px solid #e6e6e6;
  padding: 20px;
}

.search-results article .entry-meta {
  display: none;
}

.search-results article h2.entry-title {
  margin-bottom: 5px;
}

.search-results nav.navigation.pagination .screen-reader-text {
  display: none;
}

.search-results nav.navigation.pagination a.page-numbers {
  margin: 0 10px;
}

/* ===================================== */
/* ============ Body Section ========== */
/* ==================================== */
.request-service {
  padding: 80px 0;
  overflow: hidden;
}

.request-service .request {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.request .req-box {
  position: relative;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  padding: 50px 20px 0;
}

.request .req-box:first-child {
  margin-left: 0;
}

.request .req-box:last-child {
  margin-right: 0;
}

.request .req-box:hover {
  border: 1px solid #02b2c7;
  box-shadow: 0 1px 5px 2px #e6e6e6;
}

.request .req-box .req-icon {
  display: block;
}

.request .req-box h5 {
  font-family: "Poppins", sans-serif !important;
  color: #02b2c7;
}

.request .req-box h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 12px;
}

.request .req-box p {
  margin-bottom: 0;
  font-size: 20px;
  padding: 0 10px 30px;
}

.section.testmonials-wrapper {
  padding: 80px 0 80px 0;
}

.section.testmonials-wrapper .title {
  margin-bottom: 40px;
}

.abt.testmonials-wrapper .title h2 {
  font-size: 42px;
  line-height: 50px;
  color: #373738;
  font-weight: 700;
}

.testmonials {
  width: 50%;
  margin: 0 auto;
}

.testmonials .cont {
  float: none;
  padding-bottom: 40px;
}

.testmonials .cont p {
  padding-left: 40px;
  line-height: 36px;
  font-size: 20px;
}

.testmonials .cont:last-child {
  padding-bottom: 0;
}

.testmonials.workflow {
  width: 65%;
}

.testmonials.workflow .cont {
  position: relative;
  width: 53%;
  padding-bottom: 80px;
}

.testmonials.workflow .cont:last-child {
  padding-bottom: 0;
}

.testmonials.workflow .cont q,
.testmonials.workflow .cont blockquote {
  position: relative;
  margin-bottom: 20px;
  display: block;
}

.abt .testmonials.workflow .cont q,
.abt .testmonials.workflow .cont blockquote {
  font-style: normal;
}

.testmonials.workflow .cont q::before,
.testmonials.workflow .cont blockquote::before {
  content: "“";
  font-size: 50px;
  font-family: "Amiri", serif;
  color: #9ce7ed;
  position: absolute;
  left: -30px;
  font-style: normal;
}

.testmonials.workflow .cont q::after,
.testmonials.workflow .cont blockquote::after {
  content: "”";
  font-size: 50px;
  font-family: "Amiri", serif;
  color: #9ce7ed;
  position: absolute;
  bottom: -20px;
  margin-left: 10px;
  font-style: normal;
}

.testmonials.workflow .cont.left {
  float: left;
}

.testmonials.workflow .cont.left:after {
  position: absolute;
  content: url("assets/images/right-line.png");
  top: 17%;
  right: -280px;
  z-index: 1;
}

.testmonials.workflow .cont.left:last-child:after {
  content: none;
}

.testmonials.workflow .cont.right {
  float: right;
}

.testmonials.workflow .cont.right:after {
  position: absolute;
  content: url("assets/images/left-line.png");
  top: 25%;
  left: -270px;
  z-index: 1;
}

.testmonials.workflow .cont.right:last-child:after {
  content: none;
}

.testmonials.workflow .cont:last-child.left:after {
  content: none;
}

.testmonials.workflow .cont:last-child.right:after {
  content: none !important;
}

.facts-wrapper {
  padding: 80px 0;
  overflow: hidden;
  background-color: #fafafa;
}

.facts-wrapper .title {
  margin-bottom: 40px;
}

.facts-wrapper .slick-prev {
  left: -11px;
}

.facts-wrapper .slick-next {
  right: -11px;
}

.facts-wrapper .content.icon .item {
  color: #ffffff;
}

.facts-wrapper .content.icon .fc-icon {
  display: block;
}

.facts-wrapper .content.icon .fc-icon img {
  margin: 0 auto;
}

.section.form-block {
  padding: 60px 0;
}

.team-board {
  padding: 60px 0;
}

.team-board .title {
  text-align: left;
}

.team-board .title h2 {
  font-size: 42px;
  line-height: 50px;
  color: #373738;
}

.team-board .row-block {
  display: table;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 60px;
}

.team-board .row-block > div {
  display: table-cell;
  vertical-align: middle;
}

.team-board .image-wrap {
  width: 50%;
  position: relative;
}

.team-board .image-wrap .caption-img {
  position: absolute;
  bottom: -100px;
  left: 100px;
}

.team-board .text-wrap {
  width: 50%;
}

.team-board .image-wrap.left {
  padding-left: 40px;
  float: left;
}

.team-board .text-wrap.right {
  float: right;
  padding-top: 40px;
}

.team-board .text-wrap.right .con-text {
  padding-left: 15px;
  padding-right: 0;
}

.team-board .image-wrap.left .caption-img {
  left: 0;
}

.team-board .con-text {
  padding-right: 10%;
  color: #454545;
}

.team-board .con-text .quote-text {
  border-top: 1px solid #dee0dd;
  padding-top: 30px;
  margin-top: 40px;
}

.team-board .con-text em,
.team-board .con-text i {
  font-family: "GlacialIndifference-Italic", sans-serif !important;
}

.team-board .con-text i {
  font-size: 16px;
  line-height: 28px;
  padding: 0 30px;
}

.team-board .con-text em {
  position: relative;
  padding: 0 30px;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.team-board .con-text em:before {
  content: "“";
  font-size: 50px;
  font-family: "Amiri", serif;
  color: #9ce7ed;
  position: absolute;
  left: 0px;
  font-style: normal;
}

.team-board .con-text em:after {
  content: "”";
  font-size: 50px;
  font-family: "Amiri", serif;
  color: #9ce7ed;
  position: absolute;
  bottom: -25px;
  margin-left: 10px;
  font-style: normal;
}

.team-board .con-text .title {
  margin-bottom: 20px;
}

.team-board .con-text h2 {
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
}

.team-board .con-text h4 {
  font-size: 24px;
  color: #373738;
  font-weight: 400;
}

.team-board .con-text p {
  font-size: 18px;
  line-height: 32px;
  color: #373738;
}

.team-board .con-text a.btn {
  margin-top: 25px;
}

.leftRight-wrap {
  padding: 60px 0;
  overflow: hidden;
}

.leftRight-wrap .left-wrap {
  width: 35%;
  float: left;
  margin-right: 5%;
}

.leftRight-wrap .right-wrap {
  width: 60%;
  float: left;
}

.leftRight-wrap .right-wrap h3 {
  font-size: 42px;
  line-height: 50px;
  color: #373738;
  font-weight: 700;
}

.leftRight-wrap .right-wrap p,
.leftRight-wrap .right-wrap ul li {
  font-size: 22px;
  line-height: 34px;
  color: #373738;
}

.leftRight-wrap .right-wrap ul {
  padding-left: 50px;
}

.leftRight-wrap .right-wrap ul li {
  list-style: disc;
  padding-left: 0;
}

.leftRight-wrap .right-wrap ul li:before {
  content: none;
}

.section.services-wrap {
  padding: 60px 0;
  background-color: #fafafa;
}

.services-wrap .section-title {
  margin-bottom: 30px;
  text-align: center;
}

.services-wrap .section-title h2 {
  font-size: 32px;
  line-height: 40px;
  color: #373738;
  font-weight: 700;
}

.services-wrap .section-title p {
  font-size: 22px;
  line-height: 30px;
  color: #373738;
}

.services-wrap .row {
  display: flex;
  flex-flow: row wrap;
}

.services-wrap .service {
  width: 20%;
  text-align: center;
  padding: 20px 20px;
}

.services-wrap .service p {
  font-size: 16px;
  line-height: 24px;
  color: #373738;
  margin-top: 20px;
}

/* =============== FAQ Page ============== */

.section.faqs {
  padding: 60px 0;
}

.section.faqs ul.etabs {
  display: flex;
  justify-content: center;
  flex-flow: row;
  margin: 0 0 20px 0;
  background-color: #f5f5f5;
  padding: 0;
}

.section.faqs ul.etabs li {
  flex-grow: 1;
  text-align: center;
  padding: 20px 0;
}

.section.faqs ul.etabs li:before {
  content: none;
}

.section.faqs ul.etabs li a {
  font-size: 20px;
  line-height: 26px;
  color: #3d3d3d;
  font-weight: 700;
  font-family: "Amiri", serif !important;
}

.section.faqs ul.etabs li.tab.active {
  background-color: #02b2c7;
}

.section.faqs ul.etabs li.tab.active a {
  color: #fff;
}

.toggle_accordion > section {
  margin-bottom: 15px;
}

.faqs h2.acc_title_bar {
  font-size: 20px;
  color: #fff;
  border-radius: 0;
  font-family: "Amiri", serif !important;
  border: none;
  height: auto;
  line-height: normal;
  margin-bottom: 0;
}

.faqs h2.default-title-bar-active,
.faqs h2.default-title-bar {
  background-color: #02b2c7;
}

.faqs h2.default-title-bar a {
  padding: 10px 20px 10px 70px;
}

.faqs h2.default-title-bar-active a:before,
.faqs h2.default-title-bar a:before,
.faqs h2.default-title-bar-active a:after,
.faqs h2.default-title-bar a:after {
  background-color: #151b26;
  content: "\003F";
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  font-family: "Lato", sans-serif !important;
  width: 55px;
  height: 55px;
}

.faqs h2.default-title-bar a:after {
  transform: none;
  left: 0;
}

.faqs h2.default-title-bar a:before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
}

.faqs div.acc_container .block {
  padding: 30px 20px;
}

.faqs div.acc_container .block p {
  font-family: "GlacialIndifference-Regular", sans-serif !important;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #1f1e1e;
}

/* =============== Resources ============== */
.section.resources-wrap {
  padding: 60px 0;
}

.section.resources-wrap .row {
  margin: 0 -10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.section.resources-wrap a.resource {
  width: 31.6%;
  display: inline-block;
  text-align: center;
  margin: 10px 10px 30px 10px;
  border: 1px solid #e0e0e0;
}

.section.resources-wrap a.resource:hover {
  box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2);
}

.section.resources-wrap a.resource img {
  width: 100%;
}

.section.resources-wrap a.resource h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #373738;
  margin-bottom: 0;
  padding: 10px;
}

/* =============== Testimonial Page ============== */
.section.testimonial1 {
  padding: 0 0;
}

.testimonial1 .row.topText {
  margin: 0 -15px;
  display: flex;
  flex-flow: row wrap;
}

.testimonial1 .row.topText .cont {
  width: 47%;
  padding: 30px 30px 50px 30px;
  margin: 30px 15px;
  border: 1px solid #f1f1f1;
  position: relative;
}

.testimonial1 .row.topText .cont .writer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
  background-color: #f1f1f1;
}

.testimonial1 .row.topText .cont img.myarrow {
  position: absolute;
  bottom: -17px;
}

.testimonial1 .content.testimonial,
.testimonial1 .speak_to_local {
  padding: 40px 0;
}

.testimonial1 .block_heading span {
  display: block;
  margin-bottom: 20px;
}

.testimonial1 blockquote p {
  max-width: 1000px;
  margin: auto;
}

.testimonial1 .content p {
  font-size: 16px;
  line-height: 26px;
  color: #4e4e4e;
}

/* =============== Standalone Page ============== */

.st.hero-wrapper .content {
  text-align: left;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}

.st.hero-wrapper .left-wrap {
  width: 53%;
}

.st.hero-wrapper .right-wrap {
  width: 45%;
  position: absolute;
  right: 0;
}

.st.hero-wrapper .right-wrap .title {
  margin-bottom: 15px;
}

.st.hero-wrapper .right-wrap .title h3 {
  font-size: 33px;
  line-height: 43px;
  margin-bottom: 0;
}

.st.hero-wrapper .right-wrap .title p {
  color: #373738;
  font-size: 18px;
}

.st.hero-wrapper .right-wrap form {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}

div.thanks2 {
  width: 70%;
  float: left;
}

div.thank3 {
  width: 30%;
  float: right;
  padding-left: 2%;
}

.st.hero-wrapper .right-wrap .form-group {
  margin-bottom: 15px;
}

.st.hero-wrapper .right-wrap .submit-btn {
  float: none;
  width: 100%;
  border-radius: 5px;
  text-align: left;
  padding: 12px 20px;
  font-size: 18px;
  background-color: #02b2c7;
  color: #fff;
}

.st.hero-wrapper .right-wrap .submit .icon {
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  top: 15px;
}

.st.hero-wrapper .right-wrap .submit-btn:hover {
  background-color: #222222;
}

.st.hero-wrapper .content h1 {
  font-size: 41px;
  line-height: 51px;
}

.st.hero-wrapper .content p {
  font-size: 22px;
  line-height: 30px;
  padding-right: 20px;
  margin: 0;
  width: 100%;
}

.st-page-content {
  padding: 60px 0;
}

.st-page-content .content {
  width: 53%;
}

.st.steps-wrapper .step-nav {
  flex-flow: row wrap;
  margin: 0 -15px;
}

.st.steps-wrapper .step-nav .grid-box {
  width: 27%;
  position: relative;
  margin: 0 3% 3%;
  padding: 0 3%;
}

.st.steps-wrapper .btn-wrap {
  margin-top: 40px;
}

/* =============== Retail Services Page ============== */

.retail-service-wrap {
  padding: 60px 0;
}

.retail-service-wrap .grid2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.retail-service-wrap .grid2 a.grid {
  display: inline-block;
  width: 40%;
  margin: 20px;
  text-align: center;
  padding: 40px 60px;
  border: 1px solid #ececec;
}

.retail-service-wrap .grid2 a.grid:hover {
  transition: 0.3s;
  border-color: #02b2c7;
}

.retail-service-wrap .grid2 a.grid h3 {
  font-size: 24px;
  line-height: 34px;
  color: #212121;
  margin-top: 20px;
  font-family: "GlacialIndifference-Bold";
  font-weight: 700;
}

.retail-service-wrap .grid2 a.grid p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Lato", sans-serif;
}

.retail-req-form {
  padding: 60px 0;
  background-color: #fbfbfb;
}

.retail-req-form .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.retail-req-form .section-title h2 {
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 10px;
  color: #373738;
}

.retail-req-form .section-title p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
  color: #373738;
  font-family: "GlacialIndifference-Regular";
}

/* =============== Retail Detail Page ============== */

.rds-wrap {
  padding: 60px 0;
}

.rds-wrap .row.grid4 {
  display: flex;
  flex-flow: row wrap;
}

.rds-wrap .row.grid4 a.grid {
  display: inline-block;
  width: 23%;
  margin: 10px 10px;
  text-align: center;
  padding: 40px 20px;
  border: 1px solid #ececec;
}

.rds-wrap .row.grid3 a.grid {
  display: inline-block;
  width: 31%;
  margin: 10px 10px;
  text-align: center;
  padding: 40px 20px;
  border: 1px solid #ececec;
}

.rds-wrap .row.grid3 a.grid:hover {
  transition: 0.3s;
  border-color: #02b2c7;
}

.rds-wrap .row.grid3 a.grid h3 {
  font-size: 18px;
  line-height: 26px;
  color: #212121;
  margin-top: 20px;
  font-family: "GlacialIndifference-Bold";
  font-weight: 700;
}

.rds-wrap .row.grid4 a.grid:hover {
  transition: 0.3s;
  border-color: #02b2c7;
}

.rds-wrap .row.grid4 a.grid h3 {
  font-size: 18px;
  line-height: 26px;
  color: #212121;
  margin-top: 20px;
  font-family: "GlacialIndifference-Bold";
  font-weight: 700;
}

.section.help-wrap {
  background-color: #9ce7ed;
  padding: 100px 0;
}

.section.help-wrap .title {
  margin-bottom: 0;
}

.section.help-wrap .title h3 {
  font-size: 48px;
  line-height: 58px;
  color: #fff;
}

.section.help-wrap .title p,
.section.help-wrap .title a {
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  font-family: "GlacialIndifference-Regular", sans-serif !important;
  margin-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.team-board.rtl-lr .row-block > div {
  vertical-align: top;
}

.team-board.rtl-lr .image-wrap.left .caption-img {
  right: 30px;
  left: auto;
}

.team-board.rtl-lr .image-wrap.left {
  padding-right: 40px;
  padding-left: 0;
}

/* =============== Blog ============== */
.section.lr-wrapper {
  padding: 60px 0 80px 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.lr-wrapper .img-wrap {
  float: left;
  position: relative;
  padding: 0;
  width: 44%;
}

.left-wrap.img-wrap:before {
  content: "";
  background-color: #02b2c7;
  position: absolute;
  left: 25px;
  right: -25px;
  top: 25px;
  bottom: -25px;
  z-index: -1;
}

.lr-wrapper .text-wrap {
  float: left;
  width: 56%;
  position: relative;
}

.lr-wrapper .text-wrap > div {
  padding: 40px 60px 40px 60px;
  margin-left: -60px;
  background-color: #fff;
  margin-top: 60px;
  border: 1px solid #e0e0e0;
}

.lr-wrapper .text-wrap h3 {
  font-size: 32px;
  line-height: 40px;
  color: rgba(31, 30, 30, 0.7);
  font-weight: 700;
}

.lr-wrapper .text-wrap p {
  font-size: 16px;
  line-height: 26px;
  font-family: "GlacialIndifference-Regular", sans-serif !important;
  font-weight: 400;
  color: #1f1e1e;
}

.section.guidebook-wrap {
  background-color: #9ce7ed;
  padding: 60px 0;
}

.section.guidebook-wrap .left-wrap {
  width: 25%;
  float: left;
  position: relative;
}

.section.guidebook-wrap .right-wrap {
  width: 76%;
  float: right;
  display: table;
}

.section.guidebook-wrap .left-wrap .book-img {
  position: absolute;
  top: -35px;
  bottom: 0;
  z-index: 1;
  left: -20px;
}

.section.guidebook-wrap .right-wrap .cont {
  width: 70%;
  display: table-cell;
  vertical-align: middle;
}

.section.guidebook-wrap .right-wrap .btn-wrap {
  width: 30%;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}

.section.guidebook-wrap .right-wrap .btn-wrap a.btn {
  width: 100%;
  padding: 17px 30px;
  font-size: 22px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  font-family: "GlacialIndifference-Regular", sans-serif !important;
}

.section.guidebook-wrap .right-wrap h5 {
  font-size: 21px;
  line-height: 30px;
  color: #fff;
  font-family: "GlacialIndifference-Bold", sans-serif !important;
  font-weight: 700;
}

.section.guidebook-wrap .right-wrap h3 {
  font-size: 36px;
  line-height: 41px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

.section.guidebook-wrap .right-wrap p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-family: "GlacialIndifference-Regular", sans-serif !important;
  font-weight: 400;
}

.blog-btn {
  font-size: 14px;
  line-height: 20px;
  color: #02b2c7;
  font-family: "GlacialIndifference-Bold", sans-serif !important;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
}

.blog-wrap {
  padding: 80px 0 60px 0;
  overflow: hidden;
}

.all.blog-wrap .row {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  margin: 0 -5px;
  justify-content: space-between;
}

.all.blog-wrap .blog {
  width: 32%;
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 75px 5px;
  position: relative;
  border: 1px solid #e6e6e6;
}

.all.blog-wrap .blog .blog-img img {
  width: 100%;
}

.all.blog-wrap .blog-detail {
  padding: 20px 10px 40px 10px;
  background: #fff;
  position: absolute;
  top: 220px;
  left: 10px;
  right: 10px;
  border: 1px solid #e6e6e6;
  min-height: 215px;
}

.all.blog-wrap .blog-detail a.blog-btn {
  position: absolute;
  bottom: 20px;
}

.all.blog-wrap .blog-detail h3 {
  font-size: 22px;
  line-height: 26px;
  color: #1f1e1e;
  font-weight: 700;
}

.all.blog-wrap .blog-detail p {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  font-family: "GlacialIndifference-Regular", sans-serif !important;
  margin-bottom: 10px;
}

.wp-pagenavi {
  margin-top: 80px;
  border-top: 1px solid #e6e6e6;
  width: 100%;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
  text-align: center;
}

.wp-pagenavi span.pages,
.wp-pagenavi a.last {
  display: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #02b2c7;
  background-color: #02b2c7;
  color: #fff;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: 2px solid transparent;
  border-radius: 32px;
  padding: 7px 12px;
  color: #999999;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  font-family: "GlacialIndifference-Bold", sans-serif !important;
}

.wp-pagenavi a.previouspostslink {
  float: left;
  border: none;
  color: #373738;
  font-family: "GlacialIndifference-Bold", sans-serif !important;
}

.wp-pagenavi a.nextpostslink {
  float: right;
  border: none;
  color: #373738;
  font-family: "GlacialIndifference-Bold", sans-serif !important;
}

.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover {
  background-color: transparent;
  color: #02b2c7;
}

.wp-pagenavi a.nextpostslink svg,
.wp-pagenavi a.previouspostslink svg {
  font-size: 24px;
  color: #02b2c7;
  margin: 0 15px;
  vertical-align: middle;
}

.single.blog-wrap .blog.full {
  width: 820px;
  float: left;
  padding-bottom: 60px;
}

.single.blog-wrap .blog {
  width: 100%;
  display: block;
  text-align: left;
  vertical-align: top;
  margin: 0;
  position: relative;
  border: none;
}

.single.blog-wrap .blog-img img {
  width: 100%;
}

.single.blog-wrap .blog-detail {
  margin-top: 20px;
}

.single.blog-wrap .blog-detail {
  padding: 0;
}

.single.blog-wrap .blog-detail span.posted-by {
  margin-right: 40px;
}

.single.blog-wrap .blog-detail span svg {
  margin-right: 5px;
}

.single.blog-wrap .blog-detail h3 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  color: #333333;
  margin-top: 10px;
}

.single.blog-wrap .blog-detail > span {
  color: #888888;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
}

.single.blog-wrap .blog-detail table,
.single.blog-wrap .blog-detail tr,
.single.blog-wrap .blog-detail td {
  border: none;
  font-size: 18px;
  line-height: 26px;
}

.single.blog-wrap .blog-detail table tr td {
  padding: 10px;
  text-align: left;
}

.single.blog-wrap .blog-detail tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.single.blog-wrap .sidebar {
  width: 290px;
  float: right;
  margin-left: 30px;
  text-align: center;
}

.single.blog-wrap p {
  color: #373738;
  line-height: 30px;
}

.single.blog-wrap .sidebar .guidebook-wrap,
.single.blog-wrap .sidebar .newsletter-wrap {
  background-color: #02b2c7;
  padding: 30px 20px;
  overflow: hidden;
}

.single.blog-wrap .guidebook-wrap h5,
.single.blog-wrap .newsletter-wrap .ns-title h5 {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
  font-family: "GlacialIndifference-Regular", sans-serif !important;
}

.single.blog-wrap .guidebook-wrap h5 {
  margin-top: 20px;
}

.single.blog-wrap .guidebook-wrap h3 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
}

.single.blog-wrap .sidebar .newsletter-wrap {
  margin-top: 30px;
}

.single.blog-wrap .newsletter-wrap .ns-title h3 {
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 30px;
  font-family: "Lato", sans-serif !important;
}

.single.blog-wrap .newsletter-wrap .form-group {
  margin-bottom: 10px;
}

.single.blog-wrap .newsletter-wrap .form-control {
  background-color: #fff;
}

.newsletter-wrap input::-webkit-input-placeholder {
  color: #4f4f4f;
  opacity: 1;
}

.newsletter-wrap input:-moz-placeholder {
  color: #4f4f4f;
  opacity: 1;
}

.newsletter-wrap input::-moz-placeholder {
  color: #4f4f4f;
  opacity: 1;
}

.newsletter-wrap input:-ms-input-placeholder {
  color: #4f4f4f;
  opacity: 1;
}

.single.blog-wrap .newsletter-wrap .submit {
  margin-top: 15px;
  float: right;
  padding: 12px 55px;
  cursor: pointer;
}

#related_posts {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #d8dbe2;
  padding: 20px 0 40px 0;
}

#related_posts > h3 {
  font-size: 20px;
  line-height: 30px;
  color: #181b31;
  font-weight: 700;
  font-family: "Lato", sans-serif !important;
}

#related_posts ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}

#related_posts ul li {
  display: inline-block;
  width: 30.9%;
  padding-left: 0;
  margin: 0 1.2%;
  border: 1px solid #ccc;
  padding-bottom: 40px;
  position: relative;
}

#related_posts ul li:before {
  content: none;
}

#related_posts ul li .relatedcontent {
  padding: 10px 15px;
}

#related_posts ul li h6,
#related_posts .post-by span {
  font-size: 11px;
  line-height: 20px;
  color: #373738;
  margin-bottom: 0;
}

#related_posts ul li h3 {
  margin-bottom: 5px;
}

#related_posts ul li h3 a {
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  font-weight: 700;
}

#related_posts ul li p {
  font-size: 14px;
  line-height: 20px;
  color: #373738;
  margin-bottom: 0;
}

#related_posts .post-by {
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
}

#related_posts .post-by span img {
  vertical-align: middle;
  margin-right: 5px;
}

#related_posts .post-by span {
  text-transform: uppercase;
  color: #888888;
}

#related_posts .post-by span a {
  color: #02b2c7;
  font-weight: 700;
}

.post-nav-wrap {
  border-top: 1px solid #d8dbe2;
  padding: 20px 0 0 0;
}

.post-nav-wrap .left,
.post-nav-wrap .right {
  width: 45%;
}

.post-nav-wrap .left h6,
.post-nav-wrap .right h6 {
  font-size: 13px;
  line-height: 20px;
  color: #888888;
  font-family: "Lato", sans-serif !important;
}

.post-nav-wrap .right h6 {
  text-align: right;
}

.post-nav-wrap > div a {
  font-size: 20px;
  line-height: 26px;
  color: #02b2c7;
  font-weight: 700;
  font-family: "Amiri", serif !important;
}

.post-nav-wrap > div span.iconarrow {
  width: 32px;
  display: inline-block;
  vertical-align: middle;
}

.post-nav-wrap > div span.post {
  width: 90%;
  display: inline-block;
  vertical-align: middle;
}

.post-nav-wrap > div span img {
  margin-top: 5px;
}

.post-nav-wrap .right span.iconarrow {
  text-align: right;
}

/* =============== How it works ============== */

.work-cont-wrap {
  padding: 60px 0 0 0;
}

.work-cont-wrap .title-text {
  margin-bottom: 60px;
  text-align: center;
}

.work-cont-wrap .title-text h6 {
  font-size: 28px;
  line-height: 50px;
  color: #373738;
  font-weight: 700;
  font-family: "Amiri", serif !important;
  margin-bottom: 0;
  max-width: 1015px;
  margin: auto;
}

.work-cont-wrap .cont h3 {
  font-size: 28px;
  line-height: 42px;
  color: #454545;
  font-weight: 700;
  margin-bottom: 10px;
}

.work-cont-wrap .cont p {
  margin-bottom: 15px;
  font-size: 18px;
  color: #454545;
  line-height: 24px;
  font-weight: 400;
  font-family: "GlacialIndifference-Regular", sans-serif !important;
}

.grid-wrapper .row {
  margin: 0 -10px;
  display: flex;
  flex-flow: row wrap;
}

.grid-wrapper .row .work-image {
  display: inline-block;
  width: 33.3333%;
  padding: 15px 10px;
}

.covered-wrap {
  padding: 20px 0 60px 0;
}

.covered-wrap .row {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}

.covered-wrap .covered {
  width: 48%;
  padding: 60px;
  border: 1px solid #ececec;
  border-radius: 5px;
  margin: 20px 10px;
}

.covered-wrap .covered .icon {
  text-align: center;
  margin-bottom: 20px;
}

.covered-wrap .covered h3 {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #212121;
  font-family: "Gentium Basic", serif;
  margin-bottom: 20px;
}

.covered-wrap .covered ul {
  padding-left: 20px;
}

.covered-wrap .covered ul li:before {
  content: none;
}

.covered-wrap .covered ul li {
  padding-left: 0;
  list-style: disc;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.covered-wrap .covered p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.covered-wrap .row > p {
  padding-left: 10px;
  font-size: 16px;
  color: #000;
}

.covered-wrap p a {
  color: #02b2c7;
  text-decoration: underline;
}

.page-template-about .section .title h2 {
  font-size: 42px;
  line-height: 50px;
  color: #373738;
}

.table-content {
  margin-bottom: 60px;
}

.table-content table {
  border: none;
}

.table-content thead tr {
  border: none;
}

.table-content th {
  padding: 16px 10px;
  font-size: 26px;
  color: #282828;
  font-weight: 700;
  background-color: #ebebeb;
  border: 1px solid #d0d0d0;
}

.table-content tr > th:first-child {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  border: none;
  background-color: transparent;
}

.table-content th h2 {
  margin: 0;
  color: #282828;
  font-size: 48px;
  font-weight: 700;
}

.table-content td {
  padding: 14px 20px;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  border: 1px solid #d0d0d0;
}

.table-content tr > td {
  width: 176px;
}

.table-content tr > td:first-child {
  width: 600px;
}

.table-content tr > td:first-child,
.table-content tbody > tr:first-child > td:nth-of-type(2) {
  text-align: left;
}

.table-content tbody > tr:first-child > td:nth-of-type(2) {
  width: 600px;
}

.table-content tbody > tr:first-child > td:first-child {
  background-color: #ebebeb;
  vertical-align: middle;
  position: relative;
  width: 80px;
  border-right: 1px solid #d0d0d0;
}

.table-content tbody > tr:first-child > td:first-child > span {
  position: absolute;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  top: 68%;
  left: 24px;
  width: 400px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #282828;
  font-size: 26px;
}

#guest-coverage tbody > tr:first-child > td:first-child > span {
  top: 82%;
}

.table-content tbody > tr:nth-child(odd) td {
  background-color: #f8f8f8;
}

.table-content table svg {
  color: #02b2c7;
}

.table-content a {
  color: #02b2c7;
  text-decoration: underline;
}

.table-content table a {
  color: #000000;
  text-decoration: none;
}

.box-grid {
  margin-bottom: 40px;
}

.box-grid .grid-box .grid-count {
  font-family: "Gentium Basic", serif;
  font-size: 700;
}

.box-grid .grid-box h4 {
  font-size: 24px;
  font-family: "Gentium Basic", serif;
  font-size: 700;
}

.box-grid .grid-box p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
  font-family: "GlacialIndifference-Regular", sans-serif;
}

.split-wrapper .content .left-wrap,
.split-wrapper .content .right-wrap {
  height: calc(100vh - 168px);
  display: flex;
  align-items: center;
  width: 50%;
  position: relative;
  text-align: center;
  overflow: inherit;
  padding: 50px;
}

.split-wrapper .bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.split-wrapper .content .left-wrap:before,
.split-wrapper .content .right-wrap:before,
.split-wrapper .content .left-wrap:after,
.split-wrapper .content .right-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.split-wrapper .content .left-wrap:before {
  background-color: rgba(2, 178, 199, 0.8);
}

.split-wrapper .content .right-wrap:before {
  background-color: rgba(40, 40, 40, 0.8);
}

.split-wrapper .content .left-wrap:after,
.split-wrapper .content .right-wrap:after {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  left: 10%;
  top: 10%;
  width: auto;
  height: auto;
  bottom: 10%;
  right: 10%;
  -webkit-transition: border-color 0.1s linear;
  -moz-transition: border-color 0.1s linear;
  -o-transition: border-color 0.1s linear;
  transition: border-color 0.1s linear;
}

.split-wrapper .content .left-wrap:hover:after,
.split-wrapper .content .right-wrap:hover:after {
  border-color: #fff;
}

.split-wrapper .content a > div,
.split-wrapper .content a > div {
  width: 100%;
  position: relative;
  z-index: 222;
  max-width: 80%;
  margin: 0 auto;
  color: #fff;
}

.split-wrapper .content h6,
.split-wrapper .content h2,
.split-wrapper .content p {
  color: inherit;
}

.split-wrapper .content h6 {
  font-family: "GlacialIndifference-Regular", sans-serif !important;
  font-size: 18px;
  line-height: 24px;
}

.split-wrapper .content h2 {
  font-size: 52px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 15px;
}

.split-wrapper .content a > div.icon-wrap {
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  width: 94px;
}

.phw-btn {
  font-family: "GlacialIndifference-Regular", sans-serif;
  color: #33bfd0;
  background-color: #fff;
  display: inline-block;
  padding: 10px 34px;
  margin-top: 20px;
}

.phw-btn:hover {
  color: #fff;
  background-color: #282828;
}

/* ===================================== */
/* =============== Footer ============== */
/* ===================================== */
.social-links {
  width: 100%;
}

.social-links ul {
  padding: 0;
  margin: 0;
}

.social-links ul li {
  padding-left: 0;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

.social-links ul li:before {
  content: none;
}

.social-links ul li .svg-inline--fa {
  width: 4em;
}

.social-links ul li a svg {
  width: 40px;
  height: 40px;
  padding: 10px 0;
  font-size: 6px;
  text-align: center;
  color: #d8d8d8;
  -webkit-transition: all 0.25s ease-in 0s;
  -moz-transition: all 0.25s ease-in 0s;
  -o-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
}

.social-links ul li a svg:hover {
  color: #02b2c7;
}

.social-links ul li:last-child {
  margin-right: 0;
}

.footer {
  overflow: hidden;
  width: 100%;
}

.details {
  padding: 80px 0;
  background-color: #02b2c7;
}

.details.cont {
  background-color: #ffffff;
}

.details.cont h6 {
  font-size: 24px;
  color: #212121;
}

.details.cont .rows {
  display: flex;
  flex-flow: wrap;
  height: auto;
}

.details.cont .rows p,
.details.cont .rows a {
  color: #8d8d8d;
  font-size: 16px;
  font-family: "Lato", sans-serif !important;
}

.details.cont .rows .cols {
  width: 32%;
  border: 1px solid #ececec;
  padding: 20px;
}

.details.cont .rows .cols:nth-child(3n + 2) {
  margin: 0 2% 0;
}

.details.cont .rows .cols:hover {
  border: 1px solid #02b2c7;
}

.details .rows {
  width: 100%;
  display: table;
}

.details .rows p,
.details .rows a {
  color: #ffffff;
  font-size: 16px;
}

.details .rows h6 {
  margin-top: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  font-family: "GlacialIndifference-Regular", sans-serif !important;
  color: #fff;
}

.details .rows > div {
  display: table-cell;
  vertical-align: top;
}

.details .rows .cols {
  width: 33%;
  text-align: center;
}

.footer-menu {
  background-color: #282828;
  padding: 20px 0;
}

.page-template-split .footer-menu {
  padding: 10px 0;
}

.footer-menu .rows {
  width: 100%;
  display: table;
}

.footer-menu .rows {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.footer-menu .left-wrap {
  width: 20%;
}

.page-template-split .footer-menu .left-wrap {
  margin: 0 auto;
  max-width: 169px;
  width: 100%;
}

.footer-menu .right-wrap {
  width: 80%;
}

.footer-menu .fmenu {
  padding-left: 9%;
  text-align: right;
}

.footer-menu .fmenu ul li {
  padding-right: 30px;
  display: inline-block;
  vertical-align: middle;
}

.footer-menu .fmenu ul li:last-child {
  padding-right: 0;
}

.footer-menu .fmenu ul li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

.footer-menu .fmenu ul li a:hover {
  color: #9ce7ed;
}

.renewal-form label {
  font-size: 16px;
  margin-bottom: 6px;
  display: block;
}

.form-group.radio-input .wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  vertical-align: middle;
}

#page-slider .item {
  margin: 0 auto;
  width: 100%;
  height: calc(100vh - 150px);
  overflow: hidden;
  display: flex;
  align-items: center;
}

#page-slider .slider-content {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
}

#page-slider .slider-content .content {
  max-width: 530px;
  width: 100%;
}

#page-slider .slider-content .content > div {
  padding: 0;
}

#page-slider .slider-content h6,
#page-slider .slider-content h1,
#page-slider .slider-content p {
  color: #373738;
}

#page-slider .slider-content h6,
#page-slider .slider-content p {
  font-family: "GlacialIndifference-Regular" !important;
}

#page-slider .slider-content h6 {
  font-size: 18px;
  line-height: 24px;
}

#page-slider .slider-content h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
}

#page-slider .slider-content p {
  font-size: 18px;
  line-height: 30px;
}

.section .title h6 {
  font-size: 18px;
  line-height: 26px;
  font-family: "GlacialIndifference-Regular" !important;
  font-weight: 400;
}

.boxes-wrapper {
  overflow: hidden;
  width: 100%;
  background-color: #fafafa;
  padding: 80px 0;
}

.flex-div {
  display: flex;
}

.flex-row {
  flex-flow: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.flex-div > div,
.flex-div > a {
  background-color: #fff;
  overflow: hidden;
}

.flex-div.flex-grid-3 > div,
.flex-div.flex-grid-3 > a {
  width: 29%;
  margin: 0 1.5% 3% 1.5%;
}

.flex-shadow {
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.05);
}

.boxes-wrapper .flex-div > div,
.boxes-wrapper .flex-div > a {
  border-radius: 10px;
}

.boxes-wrapper .flex-img {
  display: block;
}

.boxes-wrapper .flex-text {
  display: block;
  padding: 30px 30px;
}

.boxes-wrapper .flex-text h3 {
  font-size: 26px;
  line-height: 30px;
  font-family: "Gentium Basic", serif;
  font-weight: 700;
}

.boxes-wrapper .flex-text p {
  font-size: 16px;
  line-height: 26px;
}

.full-wrapper {
  overflow: hidden;
  width: 100%;
  padding: 80px 0;
}

.full-wrapper .content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.full-wrapper h1,
.full-wrapper h2,
.full-wrapper h3,
.full-wrapper h4,
.full-wrapper h5,
.full-wrapper h6 {
  font-weight: 700;
  font-family: "Amiri", serif !important;
}

.full-wrapper h1 {
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 30px;
}

.full-wrapper h2 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 30px;
}

.full-wrapper h3 {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 20px;
}

.full-wrapper h4 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
}

.full-wrapper h5 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}

.full-wrapper h6 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}

.full-wrapper p {
  line-height: 30px;
  font-size: 20px;
}

.testi-wrapper {
  overflow: hidden;
  width: 100%;
  padding: 80px 0;
  background-color: #fafafa;
}

#customer-testi .slick-track {
  display: flex;
  flex-flow: row;
}

#customer-testi .slick-slide {
  height: auto;
}

#customer-testi .item {
  text-align: center;
  background-color: #fff;
  padding: 80px 100px;
  margin: 20px 30px 30px 30px;
  position: relative;
  box-shadow: 0 12px 32px -20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  opacity: 0.4;
}

#customer-testi .item::before {
  content: url("assets/images/open_quote.png");
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  text-align: center;
}

#customer-testi .item.slick-active.slick-center {
  opacity: 1;
}

#customer-testi .slick-dots {
  bottom: -50px;
}

#customer-testi blockquote p {
  font-size: 24px;
  line-height: 34px;
  color: #373738;
}

#customer-testi .profile-info {
  text-align: center;
}

#customer-testi .profile-img {
  width: 90px;
  height: 90px;
  border-radius: 999px;
  margin: 40px auto 20px auto;
}

#customer-testi .profile-info h5 {
  font-size: 16px;
  margin: 0;
  color: #6a727f;
  font-family: "GlacialIndifference-Regular" !important;
  font-weight: 400;
}

#page-slider .slider-form,
#modal-form .slider-form {
  display: block !important;
  margin-top: 50px;
}

#page-slider .slider-form h3,
#modal-form .slider-form h3 {
  font-size: 23px;
  line-height: 30px;
  color: #02b2c7;
  font-weight: 700;
}

#modal-form {
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
}

#modal-form .overlay-bgc {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 120px 0;
}

#modal-form.no-bg .overlay-bgc {
  background-color: #fafafa;
}

#modal-form.intro-title h2 {
  color: #fff;
}

#modal-form.intro-title.no-bg h2 {
  color: #454545;
}

#modal-form .slider-form h3 {
  color: #454545;
}

.fancybox-slide .pop-hide {
  display: none;
}

#page-slider .custom-modal,
#modal-form .custom-modal {
  display: none;
}

.slider-form.fancybox-content {
  padding: 0;
  max-width: 900px;
  width: 100%;
}

.slider-form.fancybox-content .modal-header {
  background-color: #282828;
  padding: 10px 44px;
}

.custom-modal .modal-header h2 {
  font-size: 32px;
  line-height: 36px;
  color: #fff;
  margin: 0;
  font-weight: 700;
}

.slider-form.fancybox-content .modal-body {
  padding: 44px;
}

.fancybox-slide--html .slider-form .fancybox-close-small {
  padding: 12px;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  background-color: rgba(12, 178, 199, 1);
  color: #fff;
}

.animated-modal {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  background-color: #fff;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.animated-modal .modal-header,
.animated-modal form {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
}

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal .modal-header,
.fancybox-slide--current .animated-modal form {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-duration: 0.3s;
}

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal .modal-header {
  transition-delay: 0.1s;
}

.fancybox-slide--current .animated-modal form {
  transition-delay: 0.4s;
}

.custom-modal label {
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.custom-modal label > small {
  color: #f00;
}

.custom-modal .form-group {
  margin-bottom: 22px;
}

.wizardform h3 {
  margin: 0;
}

.custom-modal .form-group > label > span {
  display: block;
  margin: 15px 0;
  color: #838383;
}

#page-slider .select-grid > span:first-child {
  width: 60%;
  margin-right: 0;
}

#modal-form .select-grid > span:first-child {
  width: 68%;
  margin-right: 0;
}

#page-slider .select-grid > span:last-child {
  width: 39%;
  margin-left: 0;
}

#modal-form .select-grid > span:last-child {
  width: 32%;
  margin-left: 0;
}

#page-slider .pop-hide .form-group,
#modal-form .pop-hide .form-group {
  display: flex;
  flex-flow: row;
}

#page-slider .pop-hide .form-group > span,
#modal-form .pop-hide .form-group > span {
  position: relative;
}

#page-slider .slider-form a.btn-click {
  background-color: #5bcddb;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-family: "GlacialIndifference-Regular" !important;
  font-weight: 400;
  padding: 10px 24px;
  border: 1px solid #02b2c7;
  height: 100%;
}

#modal-form .slider-form a.btn-click {
  background-color: #282828;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-family: "GlacialIndifference-Regular" !important;
  font-weight: 400;
  padding: 10px 24px;
  border: 1px solid #282828;
  height: 100%;
}

#page-slider .slider-form a.btn-click:hover {
  background-color: #282828;
  border-color: #282828;
}

#modal-form .slider-form a.btn-click:hover {
  background-color: #02b2c7;
  border-color: #02b2c7;
}

#modal-form .pop-hide {
  max-width: 500px;
  margin: 0 auto;
}

#page-slider .form-group select,
#modal-form .form-group select {
  background: url(./assets/images/dwarrow3.png) 97% 50% no-repeat #fff;
  width: 100%;
  color: #9c9c9c;
  background-color: #fff;
  border: 1px solid #02b2c7;
  border-right: none;
  font-family: "GlacialIndifference-Regular" !important;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  font-weight: 400;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding: 14px 25px 14px 14px;
}

#modal-form .form-group select {
  border: 1px solid #02b2c7;
}

.custom-modal .form-control {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: "GlacialIndifference-Regular" !important;
  font-weight: 400;
  padding: 14px;
}

.custom-modal .step-btn {
  text-align: right;
}

.custom-modal .button {
  margin-left: 5px;
  padding: 8px 30px;
  font-size: 15px;
  font-family: "GlacialIndifference-Regular" !important;
  font-weight: 400;
  position: relative;
  display: inline-block;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-color: #0cb2c7;
  background-color: #0cb2c7;
  color: #fff;
  text-transform: uppercase;
  min-width: 150px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  float: right;
}

.custom-modal .button:hover {
  border-color: #282828;
  background-color: #282828;
}

.custom-modal .button-back {
  float: left;
}

.custom-modal .submit-btn {
  width: auto;
  font-size: 15px;
  padding: 8px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-width: 150px;
}

.step-dots {
  position: relative;
  margin: 20px 0;
}

.step-dots ul {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.step-dots li {
  text-align: center;
  position: relative;
  list-style: none;
}

.step-dots li > span {
  position: relative;
  margin: 0 auto;
  display: inline-block;
  color: #1f1f1f;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "HelveticaNeue";
  padding-top: 30px;
}

.step-dots li > span > span {
  font-size: 18px;
  text-transform: none;
  display: block;
}

.step-dots hr {
  margin: 0;
  border: none;
  color: #7fc19d;
}

.step-dots hr,
.step-dots hr:before,
.step-dots hr::after {
  position: absolute;
  top: 4px;
  left: 9px;
  right: 9px;
  height: 2px;
  z-index: -1;
}

.step-dots hr::before,
.step-dots hr::after {
  content: "";
}

.step-dots hr::before {
  background-image: linear-gradient(
    transparent calc(50% - 0.5px),
    #282828 calc(50% - 0.5px),
    #282828 calc(50% + 0.5px),
    transparent calc(50% + 0.5px)
  );
}

.step-dots hr::after {
  background-image: linear-gradient(
    transparent calc(50% - 0.5px),
    #0cb2c7 calc(50% - 0.5px),
    #0cb2c7 calc(50% + 0.5px),
    transparent calc(50% + 0.5px)
  );
}

.step-dots hr::after {
  color: #8aa6be;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

.step-dots li:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  left: 10px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #5bcddb;
  background-color: #fff;
  -webkit-transition: background-color, border-color 0.5s;
  -moz-transition: background-color, border-color 0.5s;
  -ms-transition: background-color, border-color 0.5s;
  -o-transition: background-color, border-color 0.5s;
  transition: background-color, border-color 0.5s;
}

.step-dots li.active:before {
  background-color: #5bcddb;
}

.step-dots[data-max="3"] li:nth-of-type(1).active ~ hr::after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.step-dots[data-max="3"] li:nth-of-type(2).active ~ hr::after {
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}

.step-dots[data-max="3"] li:nth-of-type(3).active ~ hr::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.cta-wrapper {
  overflow: hidden;
  width: 100%;
  padding: 50px 0;
}

.cta-wrapper .title {
  margin-bottom: 40px;
}

.cta-wrapper .form-group .form-control {
  border-color: #02b2c7;
}

.cta-wrapper .custom-checkbox > span > label {
  display: block;
  margin-bottom: 8px;
}

.cta-wrapper .custom-checkbox span.wpcf7-list-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 1em;
  width: 23%;
  font-size: 16px;
  font-family: "GlacialIndifference-Regular", sans-serif;
  font-weight: 400;
}

.cta-wrapper .custom-checkbox span.wpcf7-list-item > label {
  display: block;
}

.hsslider {
  display: flex;
}

.hscontent {
  width: 60%;
  display: flex;
  background-position: 20% 100%;
  background-size: contain;
  background-color: #02b2c7;
  background-repeat: no-repeat;
}

.hsimg {
  width: 40%;
}

#home-slider.hnew .slick-slide.item {
  height: auto;
}

#home-slider.hnew .slick-slide.item::before {
  display: none;
}

#home-slider.hnew .content {
  text-align: center;
  padding: 0 10%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hscontent .content::before {
  content: "";
  background-color: rgba(2, 178, 199, 0.85);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#home-slider.hnew .content > div {
  position: relative;
}

#home-slider.hnew .btn {
  font-size: 14px;
  margin-top: 20px;
  display: inline-block;
}

.hscontent h1,
.hscontent p {
  color: #fff;
}

.hscontent h1 {
  font-weight: 600;
}

.hscontent p {
  font-size: 14px;
}

/* ===================================== */
/* ============= Media Query =========== */
/* ===================================== */
@media screen and (max-width: 1420px) {
  #customer-testi .item {
    padding: 60px 50px;
  }
}

@media screen and (max-width: 1320px) {
  #customer-testi .item {
    margin: 20px 20px 30px 20px;
  }
}

@media screen and (max-width: 1210px) {
  .container {
    width: 100%;
    padding: 0 3%;
  }

  .header .logo {
    width: 20%;
  }

  .rds-wrap .row.grid4 a.grid {
    margin: 10px 0.8%;
  }

  .header .main-menu {
    width: 57%;
  }

  .nav #menu > li {
    margin: 0 15px;
  }

  .nav #menu > li > a {
    font-size: 16px;
  }

  .slider-content .content h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .slider-content .content p {
    font-size: 20px;
    line-height: 26px;
  }

  .testimonial1 .row.topText .cont {
    margin: 30px 1.2%;
  }

  .section.resources-wrap a.resource {
    margin: 10px 0.8% 30px 0.8%;
  }

  .all.blog-wrap .blog {
    width: 31%;
  }

  .all.blog-wrap .blog {
    margin: 10px 5px;
  }

  .single.blog-wrap .blog.full {
    width: 70%;
  }

  .single.blog-wrap .sidebar {
    width: 25%;
    margin-left: 5%;
  }

  .section.guidebook-wrap .left-wrap .book-img {
    left: 0;
  }

  .covered-wrap .covered {
    margin: 20px 0.8%;
  }

  .footer-menu .fmenu ul li {
    padding-right: 15px;
  }

  .footer-menu .fmenu {
    padding-left: 2%;
  }

  .blogs-wrapper {
    padding-bottom: 0;
  }

  .team-board .con-text h2 {
    font-size: 48px;
  }

  .split-wrapper .content a > div,
  .split-wrapper .content a > div {
    max-width: 90%;
  }

  .split-wrapper .content .left-wrap,
  .split-wrapper .content .right-wrap {
    height: calc(100vh - 190px);
  }

  .split-wrapper .content h2 {
    font-size: 44px;
    line-height: 44px;
  }

  .split-wrapper .content p br {
    display: none;
  }

  .all.blog-wrap .blog-detail {
    position: static;
    border: none;
    min-height: auto;
  }

  .wp-pagenavi {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1100px) {
  .header .main-menu {
    width: 55%;
  }

  .nav #menu > li {
    margin: 0 7px;
  }

  .section.guidebook-wrap .right-wrap h3 {
    font-size: 36px;
    line-height: 36px;
  }

  .section.guidebook-wrap .right-wrap p {
    font-size: 18px;
    line-height: 30px;
  }
  
}

@media screen and (max-width: 1000px) {
  .section-title h1 {
    font-size: 40px;
  }

  .nav #menu > li > a {
    font-size: 14px;
  }

  .section.guidebook-wrap {
    padding: 30px 0;
  }

  .header .order {
    width: 146px;
  }

  .section.guidebook-wrap .left-wrap {
    width: 100%;
    float: none;
    text-align: center;
  }

  .section.guidebook-wrap .right-wrap {
    width: 100%;
    float: none;
    margin: 15px 0 0 0;
  }

  .section.guidebook-wrap .left-wrap .book-img {
    position: relative;
    top: 0;
  }

  .all.blog-wrap .blog {
    min-height: 400px;
  }

  .all.blog-wrap .blog-detail {
    top: 185px;
  }

  .form-group.grid5 > span {
    margin-right: 4px;
  }

  .form-group.grid5 > span {
    width: 19%;
    font-size: 14px;
  }

  .form-group.grid5 > span {
    width: 49%;
    font-size: 14px;
  }

  .footer-menu .fmenu ul li a {
    font-size: 13px;
  }

  .header .search {
    margin-left: 0;
  }

  .header .order .btn {
    font-size: 13px;
  }

  .lr-wrapper .text-wrap > div {
    padding: 25px 30px 25px 25px;
    margin-top: 30px;
  }

  .leftRight-wrap .right-wrap h3,
  .page-template-about .section .title h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .leftRight-wrap .right-wrap p,
  .leftRight-wrap .right-wrap ul li {
    font-size: 18px;
    line-height: 28px;
  }

  .work-cont-wrap .title-text h6 {
    font-size: 22px;
    line-height: 30px;
  }

  #customer-testi .item {
    padding: 40px 30px;
  }

  .hscontent h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  #home-slider.hnew .btn {
    margin-top: 10px;
  }
  .request-service .request {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 900px) {
  .header .bottom-wrap .container > div {
    display: block;
    text-align: center;
  }

  .header .content {
    flex-flow: row;
    align-items: center;
  }

  .header .main-menu {
    width: 100%;
    margin-top: 10px;
  }

  .nav ul#menu {
    text-align: center;
  }

  .header .btm {
    position: absolute;
    top: 22px;
    right: 10px;
  }

  .nav #menu > li > a {
    padding: 10px 5px;
  }

  .nav #menu > li > ul {
    top: 50px;
  }

  .header .order {
    width: 146px;
  }

  .order a.btn {
    padding: 10px 20px;
  }

  .pricing-columns #pricing-chart .plan .price .amount,
  .pricing-columns-both #pricing-chart .plan .price .amount {
    font-size: 40px;
    font-weight: 600;
  }

  .pricing-columns #pricing-chart .popular .price .amount,
  .pricing-columns-both #pricing-chart .popular .price .amount {
    font-size: 40px;
  }

  .header .bottom-wrap .phone {
    width: 220px;
    margin: 0 auto;
    border: 0;
    padding: 0;
  }

  .header .bottom-wrap .phone i {
    width: 20px;
  }

  .slider-content .content > div {
    padding: 24px;
  }

  .slider-content .content h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .grid-wrap .row {
    border-spacing: 32px 16px;
  }

  .grid-wrap .row > div {
    padding: 15px 10px 15px 33px;
  }

  .dmc-form span.submit-input {
    width: 13.9%;
  }

  .team-board .row-block,
  .team-board .row-block > div {
    display: block;
    text-align: center;
  }

  .team-board .text-wrap,
  .team-board .image-wrap {
    width: 100%;
  }

  .team-board .con-text,
  .team-board.rtl-lr .image-wrap.left {
    padding-right: 0;
  }

  .team-board .text-wrap.right .con-text {
    padding-left: 0;
  }

  .team-board.rtl-lr .image-wrap.left .caption-img {
    right: 0;
  }

  .team-board .image-wrap .caption-img {
    position: relative;
    bottom: -10px;
    left: 0;
  }

  .text-wrap.right .con-text {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }

  .team-board .row-block {
    display: block;
    padding-bottom: 20px;
  }

  .team-board .image-wrap.left {
    padding-left: 0;
    float: none;
  }

  .team-board .text-wrap.right {
    float: none;
    padding-top: 0;
  }

  .lr-wrapper .text-wrap {
    width: 100%;
    float: none;
  }

  .left-wrap.img-wrap:before {
    right: 0;
    bottom: 0;
  }

  .lr-wrapper .img-wrap {
    float: none;
    position: relative;
    padding: 0 15px 15px 0;
    width: auto;
    display: inline-block;
    margin: 0 auto;
  }

  .lr-wrapper .text-wrap > div {
    padding: 15px 20px;
    margin-top: 30px;
    margin-left: 0;
  }

  .footer .top-wrap {
    padding: 60px 0;
  }

  .footer .top-wrap .left-wrap {
    width: 49%;
  }

  .footer .top-wrap .middle-wrap {
    width: 49%;
  }

  .footer .top-wrap .right-wrap {
    width: 100%;
    margin-top: 30px;
  }

  .section.content .rows .text-block .cont .default-btn {
    padding: 8px 35px 8px 0;
  }

  .details {
    padding: 30px 0;
  }

  .details.cont .rows {
    flex-flow: column;
  }

  .details.cont .rows .cols {
    width: 320px;
    margin: auto;
    max-width: 100%;
  }

  .details.cont .rows .cols:nth-child(3n + 2) {
    margin: 15px auto;
  }

  .blog-wrap {
    padding: 30px 0;
  }

  .single.blog-wrap .blog.full {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 0px;
  }

  .single.blog-wrap .sidebar {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .header .container .btm {
    display: none;
  }

  .table-content {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-content table {
    width: 100%;
    max-width: 100%;
  }

  .table-content th h2 {
    font-size: 40px;
  }

  .table-content tbody > tr:first-child > td:first-child > span {
    left: 10px;
  }

  .cta-wrapper .custom-checkbox span.wpcf7-list-item {
    width: 31%;
  }

  .footer-menu .rows {
    flex-flow: column;
  }
}

@media screen and (max-width: 810px) {
  .section .title {
    margin-bottom: 20px;
  }

  .header .search {
    width: 20px;
  }

  .btm .search {
    display: none;
  }

  .header .btm .order {
    position: absolute;
    top: -46px;
    right: 56px;
  }

  .header .search input[type="search"] {
    padding: 10px;
  }

  .table-content td {
    font-size: 12px;
    line-height: 20px;
  }

  .table-content th {
    font-size: 14px;
  }

  .table-content th h2 {
    font-size: 20px;
  }

  .table-content tbody > tr:first-child > td:first-child > span {
    font-size: 16px;
  }

  .table-content td {
    padding: 10px 14px;
  }

  .order a.btn {
    padding: 2px 4px;
    width: 120px;
    font-size: 12px;
  }

  /*div.flogo{width:50%;margin: 0 auto;padding: 20px}*/
  .desktop-view,
  #home-slider img.desktop-view {
    display: none;
  }

  .mobile-view,
  #home-slider img.mobile-view {
    display: block;
  }

  .content-wrapper .width50 {
    width: 100%;
  }

  .content-left .content-area .content-wrap {
    padding-right: 0;
    padding-top: 30px;
  }

  .content-right .content-area .content-wrap {
    padding-left: 0;
    padding-top: 30px;
  }

  .content-left .content-area .img-block,
  .content-right .content-area .img-block {
    text-align: left;
  }

  .all.blog-wrap .blog-detail {
    top: 130px;
    min-height: 250px;
  }

  .all.blog-wrap .blog {
    min-height: 380px;
  }

  .leftRight-wrap .left-wrap {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .leftRight-wrap .right-wrap {
    width: 100%;
    float: none;
    margin-top: 15px;
  }

  .split-wrapper .content a > div.icon-wrap {
    width: 70px;
  }
}

@media screen and (max-width: 767px) {
  .header .btn-block {
    display: flex;
    flex-flow: column;
    max-width: 250px;
    margin: 0 auto;
    width: 100%;
  }
  .header .content {
    flex-flow: column;
  }
  
  .header .btn-block .btn {
    padding: 6px 18px;
    font-size: 14px;
  }
  .header .btn-block .primary-btn{
    padding: 16px 10px;
    margin-bottom: 0.5rem;
  }
  .leftRight-wrap,
  .section.services-wrap,
  .team-board {
    padding: 20px 0;
  }

  .request .req-box h3 {
    font-size: 28px;
  }

  .work-cont-wrap .title-text {
    margin-bottom: 30px;
  }

  .retail-service-wrap .grid2 a.grid {
    width: 100%;
  }

  h1 {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 15px;
  }

  h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  h5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .section .title h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .header .logo {
    width: 228px;
  }

  .header .main-menu {
    width: auto;
  }

  .header .btm {
    right: 70px;
  }

  div.search {
    display: none;
  }

  .section.testmonials-wrapper {
    padding: 20px 0;
  }

  .section.testmonials-wrapper .title {
    margin-bottom: 0;
  }

  .section.testmonials-wrapper .testmonials {
    width: 80%;
  }

  .facts-wrapper {
    padding: 20px 0;
  }

  .facts-wrapper .title {
    margin-bottom: 0;
    padding: 0;
  }

  .intro-title {
    padding: 20px 0;
  }

  .types a {
    display: block;
    margin: 0 auto 20px;
    width: 180px;
  }

  .types a:last-child {
    margin: 0 auto;
  }

  .pricing-columns #pricing-chart .plan,
  .pricing-columns-both #pricing-chart .plan {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 70px;
  }

  .pricing-columns #pricing-chart .popular,
  .pricing-columns-both #pricing-chart .popular {
    margin: 0 0 20px;
  }

  .footer-menu .rows > div {
    display: block;
    vertical-align: middle;
  }

  .footer-menu .left-wrap,
  .footer-menu .right-wrap {
    width: 100%;
    text-align: center;
  }

  .footer-menu .fmenu {
    padding-left: 0%;
  }

  .footer .details {
    padding: 20px 0 0;
    background-color: #02b2c7;
  }

  .footer .details .rows > div {
    display: block;
  }

  .footer .details .rows .cols {
    width: 100%;
    margin-bottom: 20px;
  }

  .visible-lg {
    display: none;
  }

  .visible-xs {
    display: block;
  }

  .cbp-af-header nav {
    display: none;
  }

  .cbp-spmenu-right {
    right: -270px;
  }

  .cbp-spmenu-vertical {
    width: 270px;
  }

  .slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
  }

  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
  }

  .slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
  }

  .slicknav_menu .slicknav_no-text {
    margin: 0;
  }

  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }

  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
  }

  .slicknav_nav {
    clear: both;
    display: block !important;
  }

  .slicknav_nav ul,
  .slicknav_nav li {
    border-bottom: 0 none;
    border-top: 1px solid #fff;
  }

  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    float: right;
    margin: 6px 0 0 0.4em;
  }

  .slicknav_nav .slicknav_arrow i {
    font-size: 15px;
  }

  .slicknav_nav .slicknav_item {
    cursor: pointer;
  }

  .slicknav_nav .slicknav_row {
    display: block;
  }

  .slicknav_nav a {
    display: block;
  }

  .slicknav_nav .slicknav_item a,
  .slicknav_nav .slicknav_parent-link a {
    display: inline;
  }

  .slicknav_menu:before,
  .slicknav_menu:after {
    content: " ";
    display: table;
  }

  .slicknav_menu:after {
    clear: both;
  }

  /* IE6/7 support */
  .slicknav_menu {
    width: 100%;
    top: 46px;
    float: right;
    position: relative;
    *zoom: 1;
  }

  /* 
      User Default Style
      Change the following styles to modify the appearance of the menu.
  */
  .slicknav_menu {
    font-size: 16px;
  }

  /* Button */
  .slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #282828;
  }

  /* Button Text */
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
  }

  /* Button Lines */
  .slicknav_menu .slicknav_icon-bar {
    background-color: #f5f5f5;
  }

  .slicknav_menu {
    padding: 5px;
  }

  .slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 12px;
    background-color: #282828;
    border-top: 1px solid transparent;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    z-index: 999;
    text-align: left;
  }

  .slicknav_nav,
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
  }

  .slicknav_nav ul {
    background-color: #02b2c7;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 999;
  }

  .slicknav_nav ul li a {
    padding-left: 20px;
    font-size: 16px;
  }

  .slicknav_nav .sub-menu a {
    color: #fff;
  }

  .slicknav_nav .slicknav_row {
    padding: 6px 9px;
    margin: 0;
  }

  .slicknav_nav a {
    padding: 6px 9px;
    margin: 0;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    border: 1px solid transparent;
    font-size: 16px;
    letter-spacing: 1px;
  }

  .slicknav_nav .slicknav_item a,
  .slicknav_nav .slicknav_parent-link a {
    padding: 0 4px 0 0;
    margin: 0;
  }

  .slicknav_nav .slicknav_row:hover {
    color: #fff;
  }

  .slicknav_nav li a:hover {
    color: #fff;
    background-color: #02b2c7;
  }

  .slicknav_nav li a:hover a {
    color: #fff;
  }

  .slicknav_nav .slicknav_parent > a:hover a,
  .slicknav_nav .slicknav_parent > a:hover i {
    color: #fff;
  }

  .slicknav_nav li:hover a .slicknav_row a {
    color: #000;
    background-color: transparent;
  }

  .slicknav_nav li:hover .slicknav_arrow {
    color: #fff;
  }

  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
  }

  .slicknav_nav .sub-menu li:hover a {
    background-color: #f3f6f9;
    color: #000;
  }

  .slicknav_parent.slicknav_open > ul {
    background-color: #fff;
  }

  .slicknav_parent.slicknav_open > ul li a {
    color: #20343d;
  }

  .slicknav_parent.slicknav_open > ul li a:hover {
    background-color: #02b2c7;
    color: #fff;
  }

  .section-title h1 {
    font-size: 20px;
    line-height: 26px;
  }

  .section .title h2 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    position: relative;
  }

  .testmonials.workflow .cont {
    width: 100%;
  }

  .testmonials.workflow .cont q:before,
  .testmonials.workflow .cont blockquote:before {
    left: 0;
  }

  .testmonials.workflow .cont.left:after {
    top: 29%;
    right: 0;
  }

  .testmonials.workflow .cont.right:after {
    top: 29%;
    left: 0;
  }

  .steps-wrapper {
    padding: 20px 0;
  }

  .steps-wrapper .title {
    margin-bottom: 0;
  }

  .step-nav .grid-box {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .section.testmonials-wrapper .testmonials {
    width: 90%;
  }

  .request-service .request {
    display: block;
    flex-flow: unset;
  }

  .request-service {
    padding: 20px 0;
  }

  .request .req-box {
    width: 94%;
    margin: 0 auto 3%;
  }

  .request .req-box:first-child,
  .request .req-box:last-child {
    margin: 0 auto 3%;
  }

  .section.resources-wrap a.resource {
    width: 48.4%;
  }

  .section.resources-wrap,
  .section.testimonial1,
  .retail-service-wrap {
    padding: 30px 0;
  }

  .testimonial1 .row.topText {
    flex-flow: column;
    margin: 0;
  }

  .testimonial1 .row.topText .cont {
    margin: 20px auto;
    width: 100%;
  }

  .etabs {
    margin: 0;
  }

  .home-type .etabs li {
    width: 31.7%;
  }

  .section.guidebook-wrap .right-wrap .cont {
    width: 100%;
    display: block;
  }

  .section.guidebook-wrap .right-wrap .btn-wrap {
    width: 100%;
    text-align: left;
    display: block;
    max-width: 280px;
  }

  .all.blog-wrap .row {
    flex-flow: column;
    margin-left: 0;
  }

  .all.blog-wrap .blog {
    margin: 20px auto;
    width: 86%;
    max-width: 100%;
  }

  .testimonial1 .content.testimonial,
  .testimonial1 .speak_to_local {
    padding: 15px 0;
  }

  .section.faqs ul.etabs {
    flex-flow: column;
  }

  .hero-wrapper .content h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 4px;
  }

  .hero-wrapper .content p {
    font-size: 16px;
  }

  .section.help-wrap {
    padding: 60px 0;
  }

  .section.help-wrap .title h3 {
    font-size: 36px;
    line-height: 46px;
  }

  .section.help-wrap .title p,
  .section.help-wrap .title a {
    font-size: 20px;
    line-height: 26px;
  }

  .post-nav-wrap > div span.iconarrow {
    width: 20px;
  }

  svg.icon {
    display: none;
  }

  .intro-title h2 {
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 0;
  }

  .rds-wrap .row.grid4 a.grid {
    width: 100% !important;
  }

  .top-wrap p {
    font-size: 16px;
    margin: 15px 0;
  }

  .services-wrap .service {
    width: 33.333%;
  }

  .form-group.grid2 > span {
    width: 100%;
  }

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

  .form-group.grid2 > span:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .form-group.grid2 > span:last-child {
    margin-left: 0;
  }

  .form-group.grid3 > span {
    width: 100%;
  }

  .form-group.grid3 > span:nth-of-type(2) {
    margin: 10px 0;
  }

  .form-group.grid4 {
    margin-bottom: 0 !important;
  }

  .form-group.grid4 > span {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .form-group.grid5 > span {
    width: 100%;
    margin-bottom: 15px;
  }

  .form-group.grid5 > span:last-child {
    margin-bottom: 0;
  }

  .footer .form-group.grid2 > span:first-child {
    margin-bottom: 15px;
  }

  .footer .top-wrap.middle .right-wrap {
    width: 100%;
  }

  .footer .top-wrap.middle .left-wrap {
    width: 100%;
  }

  .services-wrap .service {
    width: 50%;
  }

  .team-board .con-text p,
  blockquote,
  q {
    font-size: 18px;
    line-height: 26px;
  }

  .team-board .con-text em {
    font-size: 16px;
    line-height: 26px;
  }

  .work-cont-wrap .cont h3 {
    font-size: 28px;
    list-style: 36px;
    margin-bottom: 0;
  }

  .work-cont-wrap .cont p {
    font-size: 18px;
    line-height: 26px;
  }

  .rds-wrap .row.grid3 a.grid {
    display: inline-block;
    width: 90%;
    margin: 5% 5%;
    text-align: center;
    border: 1px solid #ececec;
  }

  .covered-wrap,
  .work-cont-wrap {
    padding-top: 20px 0;
  }

  .covered-wrap .row {
    margin: 0;
    flex-flow: column;
  }

  .covered-wrap .covered {
    width: 100%;
    max-width: 550px;
    margin: 20px auto;
    padding-top: 40px;
  }

  .st.hero-wrapper .content {
    flex-flow: column;
  }

  .st.hero-wrapper .left-wrap,
  .st.hero-wrapper .right-wrap {
    width: 100%;
  }

  .st.hero-wrapper .right-wrap {
    position: relative;
    margin-top: 20px;
  }

  .st-page-content .content {
    width: 100%;
  }

  .st-page-content {
    padding: 30px 0;
  }

  .st.steps-wrapper .step-nav {
    flex-flow: column;
  }

  .st.steps-wrapper .step-nav .grid-box {
    width: 100%;
    margin: 15px 0;
  }

  .flex-row {
    flex-flow: column;
  }

  .flex-div.flex-grid-3 > div,
  .flex-div.flex-grid-3 > a {
    width: 100%;
    margin: 0 auto 30px auto;
  }

  .boxes-wrapper .flex-div.flex-grid-3 > div,
  .boxes-wrapper .flex-div.flex-grid-3 > a {
    max-width: 330px;
  }

  #customer-testi .item {
    margin: 20px 10px 30px 10px;
  }

  #page-slider .item {
    height: calc(100vh - 40px);
  }

  #page-slider .slider-form,
  #modal-form .slider-form {
    margin-top: 30px;
  }

  .boxes-wrapper,
  .full-wrapper,
  .testi-wrapper {
    padding: 60px 0;
  }

  .cta-wrapper .custom-checkbox span.wpcf7-list-item {
    width: 47%;
  }

  .anr_captcha_field {
    width: 100%;
  }

  .hsimg {
    display: none;
  }

  .hscontent {
    width: 100%;
    background-position: center;
  }

  #home-slider.hnew .content {
    padding: 20px;
    justify-content: center;
  }

  .footer .flogo {
    max-width: 200px;
    margin: 0 auto;
  }

  .split-wrapper .content .left-wrap,
  .split-wrapper .content .right-wrap {
    height: auto;
    width: 100%;
  }

  .split-wrapper .content a > div.icon-wrap {
    top: 100%;
    left: 50%;
    width: 80px;
  }

  .split-wrapper .content .left-wrap,
  .split-wrapper .content .right-wrap {
    padding: 80px;
  }

  .split-wrapper .content a > div,
  .split-wrapper .content a > div {
    max-width: 100%;
  }

  .split-wrapper .content .left-wrap::after,
  .split-wrapper .content .right-wrap::after {
    left: 50px;
    top: 50px;
    bottom: 50px;
    right: 50px;
  }

  .all.blog-wrap .blog-detail {
    top: 130px;
    min-height: auto;
  }

  .all.blog-wrap .blog {
    min-height: auto;
  }

  .all.blog-wrap .blog-detail a.blog-btn {
    position: static;
    bottom: 20px;
  }
  .request-service .request {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 600px) {
  .header .btn-block .btn {
    padding: 2px 9px;
    font-size: 14px;
  }
  #home-slider .slick-slide.item {
    height: 50vh;
  }

  .header .logo {
    width: 150px;
  }

  .menu-btn {
    top: 86px;
  }

  .header .container > .btm {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    flex-flow: row;
    text-align: right;
    justify-content: right;
  }

  .btm .search {
    display: none;
  }

  .header .search input[type="search"] {
    padding: 15px 20px;
  }

  .header .search input[type="search"]:focus {
    width: 170px;
    position: relative;
    top: 0;
    background-position: center right 10px;
  }

  .hero-wrapper .content p {
    width: 100%;
  }

  .header .order {
    width: auto;
    float: none;
    position: relative;
    top: 0;
    right: 0;
    margin-top: 10px;
  }

  .header .main-menu {
    width: 100%;
  }

  .slider-content {
    top: 20%;
  }

  .hero-wrapper .content {
    padding: 60px 0;
  }

  .testmonials.workflow .cont.left:after {
    top: 50%;
  }

  .testmonials.workflow .cont.right:after {
    top: 50%;
  }

  .testmonials.workflow .cont {
    padding-bottom: 200px;
  }

  .testmonials.workflow .cont:last-child {
    padding-bottom: 0;
  }

  .section.resources-wrap .row {
    flex-flow: column;
    margin: 0;
  }

  .section.resources-wrap a.resource {
    width: 100%;
    max-width: 320px;
    margin: 15px auto;
  }

  .home-type .etabs li {
    width: 48.4%;
  }

  #related_posts ul {
    flex-flow: column;
  }

  #related_posts ul li {
    width: 260px;
    margin: 10px auto;
    max-width: 100%;
  }

  .leftRight-wrap .right-wrap h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .grid-wrapper .row {
    margin: 0;
    flex-flow: column;
  }

  .grid-wrapper .row .work-image {
    width: 100%;
    text-align: center;
  }

  .section .title p br {
    display: none;
  }

  #customer-testi .item {
    margin: 20px 5px 30px 5px;
  }

  #customer-testi blockquote p {
    font-size: 20px;
    line-height: 28px;
  }

  #page-slider .slider-content h1 {
    font-size: 38px;
    line-height: 44px;
  }

  #page-slider .select-grid > span:first-child,
  #page-slider .select-grid > span:last-child,
  #modal-form .select-grid > span:first-child,
  #modal-form .select-grid > span:last-child {
    width: 100%;
  }

  #page-slider .slider-form {
    margin-top: 20px;
  }

  #page-slider .slider-form a.btn-click,
  #modal-form .slider-form a.btn-click {
    width: 100%;
    text-align: center;
  }

  #page-slider .form-group select {
    border-right: 1px solid #02b2c7;
  }

  .custom-modal .submit-btn,
  .custom-modal .button {
    padding: 8px 24px;
    min-width: 120px;
  }

  .cta-wrapper .custom-checkbox span.wpcf7-list-item {
    display: inline-block;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .slider-content .content h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .slider-content .content p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
  }

  #page-slider .slider-content h1 {
    font-size: 32px;
    line-height: 38px;
  }

  #page-slider .slider-content p {
    line-height: 24px;
  }

  .home-type .etabs li {
    width: 100%;
    margin: 10px 0;
  }

  .services-wrap .service {
    width: 100%;
    max-width: 240px;
    margin: auto;
  }

  #page-slider .item {
    height: calc(100vh - 80px);
  }

  .slider-form.fancybox-content .modal-body {
    padding: 20px;
  }

  .slider-form.fancybox-content .modal-header {
    padding: 10px 20px;
  }

  .custom-modal .modal-header h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .fancybox-slide--html .slider-form .fancybox-close-small {
    width: 50px;
    height: 50px;
  }

  .split-wrapper .content a > div.icon-wrap {
    width: 60px;
  }

  .split-wrapper .content .left-wrap,
  .split-wrapper .content .right-wrap {
    padding: 40px;
  }

  .split-wrapper .content .left-wrap::after,
  .split-wrapper .content .right-wrap::after {
    left: 20px;
    top: 20px;
    bottom: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 400px) {
  #page-slider .item {
    height: calc(100vh - 5px);
  }
  .header .btn-block .btn {
    padding: 2px 7px;
    font-size: 10px;
  }
}

.blog-img a {
  display: block;
}
