/*!
Theme Name: 4lines
Description: Description

*/
@font-face {
  font-family: 'avenir';
  src: url('https://scaalex.com/demo/wp-content/themes/scaalex/fonts/AvenirLTProBook.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  background: #fff;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: border-box;
  /* box-sizing: inherit; */
}

html {
  box-sizing: border-box;
}

:root {
  --clr-primary-200: #babfff;
  --clr-primary-400: #1b1b23;
  --clr-neutral-100: #fff;
  --clr-neutral-300: #d2d5db;
  --ff-primary: 'Comfortaa', cursive;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/* body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
} */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

/* p {
	margin-bottom: 1.5em;
} */
body {
  font-family: var(--ff-primary);
  font-weight: 400;
  line-height: 1.6;
  background: var(--clr-primary-400);
  color: var(--clr-primary-200);
}

body {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: var(--ff-accent);
  font-weight: 800;
  line-height: 1;
  margin-top: 0;
}

h5 {
  margin-bottom: .625em;
  margin-top: 0;
}

h2,
h3,
p {
  margin-bottom: 1em;
  margin-top: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
}
img{
	max-width:100%;
}
/* Elements
--------------------------------------------- */
body {
  font-size: 16px;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* ul,
ol {
	margin: 0 0 1.5em 3em;
} */
ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  display: block;
}

/* Links
--------------------------------------------- */
a {
  color: var(--clr-neutral-900);
  text-decoration: none;
  text-underline-position: under;
}

a:visited {
  color: #fff;
}

a:hover,
a:focus,
a:active {
  color: #babfff;
}

a:focus {
  outline: none;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  text-align: center;
  padding: 1.1875em 1.8125em;
  margin: .625em .625em .625em 0;
  letter-spacing: 0.0625em;
  color: var(--clr-neutral-100) !important;
  font-weight: 700;
  position: relative;
  background-color: var(--clr-primary-400);
  width: fit-content;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid var(--clr-primary-400);
}

button:hover,
color: var(--clr-neutral-900) !important;
background-color: var(--clr-neutral-100);
transition: all .4s ease-in-out;
border: 1px solid var(--clr-neutral-900);
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  color: var(--clr-neutral-900) !important;
  background-color: var(--clr-neutral-100);
  transition: all .4s ease-in-out;
  border: 1px solid var(--clr-neutral-900);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: var(--clr-neutral-600);
  border: 1.5px solid var(--clr-neutral-900);
  border-radius: 0;
  padding: 3px;
  border-right: 0;
  border-top: 0;
  border-left: 0;
  margin-bottom: 20px;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

form label {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Jost';
  text-transform: uppercase;
}

select {
  border: 1.5px solid #000;
  padding: 10px;
  width: 50%;
  margin-top: 10px;
}

textarea {
  width: 100%;
}

section {
  padding: 3em 0;
}

.section {
  margin: 5rem 0;
}

h1 {
  font-size: 2rem;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.split {
  display: flex;
  flex-direction: column;
}

.split.reverse {
  flex-direction: column-reverse;
}

.container {
  margin-inline: auto;
  width: min(90%, 70.5rem);
}

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

.align-center {
  align-items: center;
}

.primary_button {
  display: inline-block;
  text-align: center;
  padding: 1em 1.15em;
  margin: 0.625em 0.625em 0.625em 0;
  letter-spacing: 0.0625em;
  color: #1e1e1e !important;
  font-weight: 700;
  position: relative;
  background-color: var(--clr-neutral-300);
  width: fit-content;
  cursor: pointer;
  text-decoration: none;
  border-radius: 99px;
  border: 1px solid var(--clr-primary-400);
  text-transform: uppercase;
  font-size: .9rem;
}

.primary_button:hover {
  color: var(--clr-neutral-900) !important;
  background-color: var(--clr-neutral-100);
  transition: all .4s ease-in-out;
  border: 1px solid var(--clr-neutral-900);
}

.secondary_button {
  display: inline-block;
  text-align: center;
  padding: 1.1875em 1.8125em;
  margin: .625em .625em .625em 0;
  letter-spacing: 0.0625em;
  color: #fff !important;
  font-weight: 700;
  position: relative;
  width: fit-content;
  cursor: pointer;
  border: 1px solid #fff;
  text-decoration: none;
}

.secondary_button:hover {
  color: var(--clr-neutral-100) !important;
  background-color: var(--clr-primary-400);
  transition: all .4s ease-in-out;
  border: 1px solid var(--clr-primary-400);
}

.underline-btn {
  position: relative;
  margin: 1.1875em 1.8125em;
  font-weight: 800;
  font-family: var(--ff-accent);
  max-width: fit-content;
}

.underline-btn::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: auto;
  width: 100%;
  height: 2px;
  background-color: var(--clr-neutral-900);
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.underline-btn:hover::before {
  right: 0;
  width: 0;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  flex: 1;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: var(--clr-neutral-900);
  font-weight: 700;
  font-family: var(--ff-accent);
  font-size: 1.02rem;
  margin-right: 20px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block !important;
}

.main-navigation.toggled ul {
  display: block;
  position: absolute;
  right: 0;
  width: 100%;
  padding: 20px !important;
  top: 58px;
  background: #1f1f29;
  height: 100vh;
}

.menu-main-menu-container {
  position: absolute;
  width: 100%;
  top: 5.6em;
  left: 0;
  background: #000;
}

button.menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  /* color: var(--clr-primary-400) !important; */
}

.main-navigation li {
  padding: 0.9375em 0;
  margin: 0.6875em 0;
  /* background: var(--clr-neutral-300); */
}

ul#primary-menu {
  text-align: center;
  padding: 0.9375em 0;
}

ul#primary-menu li:last-of-type {
  /* padding: 0; */
}

.menu-toggle {
  background: transparent;
  border: none;
}

.menu-toggle i {
  font-size: 1.875rem;
  color: var(--clr-neutral-900);
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {}

  .main-navigation ul {
    display: flex;
  }

  .menu-main-menu-container {
    position: relative;
    background: none;
    top: 0;
  }

  .main-navigation li {
    background: none;
    border-radius: none;
  }

  ul#primary-menu {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/*--------------------------------------------------------------



# Text Components
--------------------------------------------------------------*/
.eyebrow {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--ff-primary);
  color: var(--clr-neutral-600);
  margin: 0 0 .8em 0;
}

.section-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5em;
}

.sub-heading {
  font-size: 1.2rem;
  color: var(--clr-neutral-600);
}

.sub-heading span {
  font-weight: 700;
}

.item-heading {
  font-size: .9rem;
  text-transform: capitalize;
  margin-bottom: 0.5em;
}

/*--------------------------------------------------------------



# Components
--------------------------------------------------------------*/
#masthead {
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  z-index: 3;
  align-items: center;
  top: 0;
  color: var(--clr-neutral-900);
  background: var(--clr-primary-200);
}

header>div {
  width: 100%;
  display: flex;
}

.header-button {
  flex: 0.2;
  display: none;
  align-items: center;
  justify-content: center;
}

nav {
  display: flex;
  align-items: center;
}

.site-branding {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.site-branding img {
  width: 10.5rem;
}

/* ============banner start============= */
.hero_section {
  display: flex;
  align-items: center;
  margin: 57px 0;
}

.hero_section_wrapper {
  display: flex;
  flex-direction: column;
  min-height: 70vh;
  justify-content: space-between;
}

.hero_section_wrapper h1 {
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
}

.hero_section_wrapper img {
  position: absolute;
  right: 0;
  top: 33%;
}

/* .hero_section video {
  width: 100%;
}

.hero_section .split>div {
  margin: 1.25em 0;
}

.hero_content {
  text-align: center;
}

.hero-image img {} */
/* ============banner ends============= */
.about-section {
  background-image: url("http://4line.co.in/wp-content/uploads/2021/10/about-us-phone-scaled.jpg");
  background-size: 163%;
  background-repeat: no-repeat;
  background-position: center right;
  background-color: #14141e;
}

.about-content p {
  width: 65%;
  font-size: 12px;
  font-weight: 100;
}

.services-item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.services-items {
  width: 150px;
  height: 150px;
  padding: 10px;
}

.item-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--clr-primary-400);
  box-shadow: 3px 3px 24px #020202, -3px -3px 5px #020202;
  border: 1px solid rgb(186 191 255 / 43%);
  text-transform: uppercase;
}

.item-circle:hover {
  box-shadow: inset 3px 3px 15px #1b1b23, inset -3px -3px 15px #1b1b23;
  transform: scale(0.98);
  background: linear-gradient(180deg, #1b1b23 0%, #303040 100%);
}

.item-circle:active {
  box-shadow: inset 3px 3px 15px #1b1b23, inset -3px -3px 15px #1b1b23;
  transform: scale(0.98);
  background: linear-gradient(180deg, #1b1b23 0%, #303040 100%);
}

.item-circle:focus {
  box-shadow: inset 3px 3px 15px #1b1b23, inset -3px -3px 15px #1b1b23;
  transform: scale(0.98);
  background: linear-gradient(180deg, #1b1b23 0%, #303040 100%);
}

.wcu-item-box {
  max-width: 170px;
  min-width: 135px;
  height: 73px;
  border: 2px solid;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}

.wcu-item {
  margin: 6px;
}

.wcu-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.offer-item-img {
  height: 220px;
  border: 2px solid;
  border-radius: 5px 5px 0 0;
  border-bottom: 2px solid #000;
	overflow: hidden;
}

.offer-item-content-wrapper {
  padding: 0 15px 15px 15px;
  position: relative;
}

.offer-title {
  font-size: 1.3rem;
  background: #000;
  padding: 10px;
  color: #fff;
  border-radius: 0 0 5px 5px;
}

.offer-content {
  margin: 0 auto;
  padding: 20px 20px 0 20px;
  display: none;
}

.active .offer-content {
  display: block;
}

.offer-content-item {
  display: flex;
  justify-content: space-between;
}

.offer-button {
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  width: 200px;
  margin: 0 auto;
  border-radius: 0px 0 5px 5px;
  padding: 5px;
cursor: pointer;
}

.offer-button span {
  margin-right: 10px;
}

/* ==============logo start==================== */
.logo-card-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.logo-card_item {
  width: 8.25rem;
  background: #fff;
  box-shadow: 0px 0px 30px -1px rgb(181 181 181 / 38%);
  margin: .313em .313em;
  padding: .625em .625em;
  border-radius: .25em;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.938rem;
}

/* ==============logo end==================== */
/* ==============FORM SECTION==================== */
.form-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  margin: 0 0;
  padding: 80px 0;
}

.fourm-img {
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

.fourm-img img {
  width: 100%;
  height: max-content;
}

/* ==============FORM SECTION==================== */
/* ==============CTA SECTION==================== */
.cta-section {
  background-color: var(--clr-primary-400);
  padding: 100px 0;
}

.cta-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-section h1 {
  color: var(--clr-neutral-100);
}

.secondary_button.Black {
  background: #000;
  color: #fff !important;
  width: 200px;
}

.secondary_button.Black:hover {
  border: 1px solid white;
  background: #fff;
  color: #000 !important;
}

.underline-btn.white {
  color: #fff;
}

.underline-btn.white::before {
  background-color: var(--clr-neutral-100);
}

/* ==============CTA SECTION==================== */
/* ================footer================ */
footer {
  color: var(--clr-neutral-900);
  background: #111116;
}

footer a {
  text-decoration: none;
}

.footer-card {
  margin-bottom: 2em;
}

.social-media {
  display: flex;
  justify-content: space-around;
  margin: 21px auto;
  max-width: 250px;
}

.footer-card:nth-child(4) {
  padding-top: 2.8125em;
}

ul.social-media img {
  width: 45px;
}

.footer-card:last-of-type {
  margin: auto;
}

.footer-button .primary_button {
  margin: 0;
}

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

.fw-b {
  font-weight: bold;
}

footer p {
  margin: 0;
}

a.anchor {
  display: block;
  position: relative;
  visibility: hidden;
  top: -8.125em;
}

.float_button {
  position: fixed;
  right: -70px;
  transform: rotate(270deg);
  top: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  padding: 3px 13px;
  border-right: 0;
  background: #000000;
  border-left: 0;
  width: 190px;
}

.float-whatsapp {
  width: 30px;
  height: 30px;
  background: #babfff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.float-whatsapp i {
  color: #000;
}

.float-call {
  width: 30px;
  height: 30px;
  background: #babfff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.float-call i {
  color: #000;
  height: 16px;
  width: 16px;
}

.estimate {
  border: 1px solid;
  padding: 0px 11px;
  font-size: .9rem;
  border-radius: 50px;
}

/* ============Blog Page============ */
.blog-newsletter>div img {
  padding: 20px;
}

.float_button a {
  color: #fff;
}

label.newsleterform {
  margin-right: 20px;
}

.float-whatsapp,
.float-call {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-info, .site-info a {
  color: var(--clr-primary-200);
  font-size: .8rem;
}

.blog-banner h2 {
  color: #fff;
  font-size: 3.16rem;
}

.product {
  padding-top: 8.25em;
}

.blog-page .eyebrow {
  text-transform: capitalize;
}

.blog-page {
  background: #000;
  padding: 100px 0;
  margin-top: 100px;
}

.blog-newsletter {
  display: flex;
  justify-content: center;
  border: 1px solid #fff;
  margin: 50px 0;
  padding: 20px 0;
  border-right: 0;
  border-left: 0;
  align-items: center;
}

.blog-newsletter form p {
  display: flex;
  align-items: center;
  justify-content: center;
}

label.newsleterform input {
  background: none;
  border-bottom: 1px solid white;
  padding: 10px 0;
  width: 100%;
}

a.blog-card {
  color: #fff;
  margin: 20px 0;
}

.blog-card-image {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
}

h3.blog-cat {
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 16px;
}

h2.blog-card-title {
  font-size: 1.6rem;
  margin-bottom: 13px;
}

p.blog-card-content {
  color: #808080;
}

/* ============Blog Page============ */
/* ============Services Page============ */
.inner-banner {
  margin: 100px 0;
  background-color: var(--clr-primary-300);
}

.banner-title {
  font-size: 2rem;
}

.gallery-cat-wrapper h2 {
  text-align: center;
}

.item {
  opacity: 0.4;
  transition: .9s ease all;
  margin: 0px 10px;
  transform: scale(.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-nav.disabled {
  display: block !important;
}

.gallery-item {
  background: #000;
  border-radius: 30px;
  border: 2px solid;
	overflow: hidden;
}

.active .item {
  opacity: 1;
  transform: scale(1);
}

.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.testimonial-item {
  width: 200px;
  height: 200px;
  background: #000;
  border-radius: 100px;
  border: 2px solid;
}

.testimonial-wrapper h2 {
  text-align: center;
}

.gallery-button, .foffer-button {
  display: flex;
  margin: 5px 20px;
  background: #000;
  padding: 5px 21px;
  border: 2px solid;
  border-radius: 20px;
}

.footer-logo {
  height: 80px;
  width: 80px;
  border-radius: 100px;
  background: #fff;
  position: absolute;
  top: 0;
  left: calc(50% - 40px);
  border: 2px solid #111116;
  overflow: hidden;
}

.float_footer_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100% !important;
  margin: 8px auto;
  background: #fff;
  border-radius: 20px;
  max-width: 500px;
}

.float_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 80px;
  width: 100%;
  z-index: 99;
}

footer section {
  padding-bottom: 80px;
}

.contact-details-wrapper .split>div {
  flex: 1;
  display: flex;
  justify-content: center;
  font-weight: bold;
  flex-direction: column;
  margin-bottom: 10px;
}

.contact-details-wrapper .split>div>div {
  color: #fff;
}

#contact {
  background: #111116;
}
.contact-details-wrapper>div {
    align-items: self-start;
}
.header-button a {
    display: none;
}

@media (min-width: 40em) {
  .header-button {
    display: flex;
  }

  .split.reverse {
    flex-direction: row;
  }

  .split {
    flex-direction: row;
  }

  .split>* {
    flex-basis: 100%;
  }

  .split>*+* {
    margin-left: 2em;
  }

  .hero_content {
    text-align: left;
  }

  .hero_section_wrapper {
    justify-content: center;
    align-items: self-start;
  }

  .hero_section_wrapper h1 {
    text-align: left;
    font-size: 3.5rem;
  }

  .about-section {
    background-size: 100%;
    height: 65vh;
  }

  .services-item-wrap {
    justify-content: space-around;
  }

  .wcu-wrapper {
    justify-content: space-around;
  }

  .offer-item-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .offer-item {
    min-width: 50%;
    padding: 20px;
  }

  .about-section {
    background-image: url("http://4line.co.in/wp-content/uploads/2021/11/about-us.jpg");
    background-color: #1b1b23;
  }
  .main-navigation.toggled ul{
    top: 82px;
  }
  button.menu-toggle{
    top: 14px;
  }
}

@media (min-width:64em) {
  .header-button {
    display: flex;
  }

  .split.reverse {
    flex-direction: row;
  }

  .sponsor_logo_wrapper {
    overflow: unset;
  }

  h1 {
    font-size: 2.625rem;
  }

  .float_button {
    background: none;
    bottom: 2.5em;
    width: auto;
    height: auto;
    flex-direction: column-reverse;
    right: 0;
  }

  .float-whatsapp,
  .float-call {
    margin: .625em .625em;
    width: 3.438rem;
    height: 3.438rem;
    text-align: center;
    box-shadow: 1px 1px 3px #7b7b7b;
    z-index: 100;
    border-radius: 50%;
    position: fixed;
    right: 0;
    bottom: 0;
  }

  .float-whatsapp a,
  .float-call a {
    width: 100%;
    padding: 12px;
    display: block;
  }

  .float-whatsapp {
    background: #25d366;
  }

  .float-call {
    background: var(--clr-primary-400);
  }

  .about-sec-wrapper {
    flex-direction: row;
  }

  .main-navigation {
    flex: .6;
  }

  .site-branding {
    flex: .2;
  }

  .testimonail-wrapper {
    flex-direction: unset;
  }

  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea {
    width: 70%;
  }

  .inner-bnr-cpt img {
    position: absolute;
    max-width: 430px;
  }

  .hero_section_wrapper {
    justify-content: center;
    align-items: self-start;
  }

  .hero_section_wrapper h1 {
    text-align: left;
    font-size: 3.5rem;
  }

  .about-section {
    background-size: 70%;
    height: 65vh;
  }

  .services-item-wrap {
    justify-content: space-around;
  }

  .wcu-wrapper {
    justify-content: space-around;
  }

  .offer-item-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .offer-item {
    min-width: 33%;
    padding: 20px;
	  max-width: 300px;
  }

  .about-section {
    background-image: url("http://4line.co.in/wp-content/uploads/2021/11/about-us.jpg");
    background-color: #1b1b23;
  }

  .about-content p {
    font-size: 16px;
  }
  .main-navigation.toggled ul{
    top: 82px;
  }
  button.menu-toggle{
    top: 14px;
  }
}

#pinMaster {
  height: 100%;
  font-size: 16px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  color: white;
  background-color: #f0f0ee;
  margin: 0px;
  padding: 0;
}

h1 {
  font-size: 32px;
  color: white;
  position: relative;
  display: block;
  top: 40%;
  text-align: center;
  text-transform: uppercase;
}

#pinContainer {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.panel {
  height: 100%;
  width: 100%;
  position: absolute;
}

#pinMaster {
  position: relative;
}

.one {
  background-color: #1bb1a5;
}

.two {
  background-color: #94c356;
}

.three {
  background-color: #e3aa59;
}

.four {
  background-color: #777;
}

.five {
  background-color: #a63ba0;
}

.six {
  background-color: #cf5b21;
}
