/*!
Theme Name: ideaX
Theme URI: http://underscores.me/
Author: ideaX
Author URI: http://ideax.co.nz
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ideax
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ideaX is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  margin-bottom: 0px !important;
}

/**
 * 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 {
  font-size: 2em;
  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;
  outline: none !important;
}

/**
 * 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;
}

/**
 * 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: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# 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;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

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

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

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 {
  border-color: #aaa #bbb #bbb;
}

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: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

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;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

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

.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;
}

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

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

  .main-navigation ul {
    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%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Generic */
#page {
  overflow-x: hidden;
  color: #231f20;
}

#page h1,
#page h2,
#page h3,
#page h4,
#page h5,
#page h6 {
  font-family: "Comfortaa";
}

a {
  display: inline-block;
  text-decoration: none;
}

.link_1 {
  display: inline-block;
  margin-bottom: 10px;
  color: #fff !important;
  text-decoration: none;
  font-size: 15px;
  position: relative;
  width: max-content;
}

.link_1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.link_1:hover::after {
  transform-origin: left;
  transform: scaleX(1);
}

.btn_1 {
  padding-top: 16px;
  padding-bottom: 19px;
  padding-left: 34px;
  padding-right: 35px;
  color: #9fab69;
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: 0.1s;
  text-decoration: none;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 14px;
}

.btn_1__v2 {
  background-color: #fff;
}

.btn_1__v3 {
  padding: 15px 25px;
}

.btn_1 .text {
  font-family: "Roboto";
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: 0.4s;
}

.btn_1 svg {
  position: relative;
  z-index: 1;
  transition: 0.4s;
}

.btn_1:hover svg {
  transform: translateX(10px);
}

.btn_1 .bg {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #00b8e7;
  transition:
    width 0.4s ease-in-out,
    height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.btn_1:hover {
  border: 1px solid #00b8e7;
}

.btn_1:hover .bg {
  width: 225%;
  height: 562.5px;
}

.btn_1:active {
  background-color: #00b8e7;
}

.btn_1__v2 {
  border: 0px;
}

.btn_1__v2:hover {
  border: 0px;
}

.btn_1__v2 .text {
  color: #231f20;
}

.btn_1__v2:hover .text {
  color: #fff;
}

.btn_1__v2 svg path {
  fill: #231f20;
}

.btn_1__v2:hover svg path {
  fill: #fff;
}

.btn_2 {
  text-decoration: none;
  transition: 0.5s;
  display: flex;
  align-items: center;
  gap: 20px;
}

.btn_2 .text {
  transition: 0.5s;
  color: #fff;
}

.btn_2 svg {
  transition: 0.5s;
}

.btn_2:hover svg {
  transform: rotate(-30deg);
}

.img_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  z-index: 2;
}

.img_wrapper .cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 110%;
  width: 100%;
  background-color: #1c1c1c;
  z-index: 4;
}

.img_wrapper .img_main {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.btn_3 {
  padding-top: 14px;
  padding-bottom: 15px;
  padding-left: 27px;
  padding-right: 27px;
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #292929;
  border-radius: 5px;
  transition: 0.1s;
  text-decoration: none;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fcb911;
}

.btn_3 .text {
  font-family: "Roboto";
  font-size: 16px;
  color: #292929;
  position: relative;
  z-index: 2;
  transition: 0.4s;
}

.btn_3:hover .text {
  color: #fff;
}

.btn_3 svg {
  position: relative;
  z-index: 2;
  transition: 0.4s;
  width: 25px;
}

.btn_3:hover svg {
  transform: translateX(10px);
}

.btn_3 svg path {
  fill: #292929;
}

.btn_3:hover svg path {
  fill: #fff;
}

.btn_3 .bg {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #00b8e7;
  transition:
    width 0.4s ease-in-out,
    height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.btn_3:hover {
  border: 1px solid #00b8e7;
}

.btn_3:hover .bg {
  width: 225%;
  height: 562.5px;
}

.btn_3:active {
  background-color: #00b8e7;
}
/* Generic END */

#page {
  font-family: "Roboto";
}

/* Header */
#masthead {
  position: fixed;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 18px;
  z-index: 9;
  border-bottom: 1px solid #2b2b2b;
  transition: 0.5s;
}

#masthead .left_con img {
  width: 160px;
  height: 53px;
}
figcaption.fg-caption {
  display: none !important;
}
#masthead .right_con {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  text-align: right;
}

#mega-menu-wrap-menu-1 {
  background-color: transparent;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
  position: relative;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:before {
  display: block !important;
  content: "";
  position: absolute;
  left: -30%;
  transition: 0.5s;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #00b8e7;
  opacity: 0;
  visibility: hidden;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:hover:before {
  left: 0;
  opacity: 1;
  visibility: visible;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item
  > a.mega-menu-link {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  text-transform: uppercase;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item
  > a.mega-menu-link:hover {
  background-color: transparent;
}

/* #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-child {
  margin-left: 25px;
} */

/* #mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item:last-child
  > a.mega-menu-link {
  padding-right: 0px;
  padding: 0px 30px;
  background-color: #00B8E7;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  transform-origin: 100% 0%;
  color: transparent;
  overflow: hidden;
  transition: 0.4s;
  z-index: 10;
  color: #fff;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item:last-child
  > a.mega-menu-link:hover {
  background-color: #fff;
} */

/* #mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item:last-child
  > a.mega-menu-link::before {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  content: attr(data-hover);
  text-align: center;
  color: #fff;
  font-family: "Roboto";
  transition: 0.4s;
  transform-origin: 100% 0%;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item:last-child
  > a.mega-menu-link:hover:before {
  top: -100%;
  color: #000;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item:last-child
  > a.mega-menu-link::after {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  content: attr(data-hover);
  text-align: center;
  color: #fff;
  display: block;
  font-family: "Roboto";
  transition: 0.4s;
  transform-origin: 100% 0%;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item:last-child
  > a.mega-menu-link:hover:after {
  top: 0;
  color: #000;
} */

.header_fixed {
  /* top: 0px !important; */
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 3px;
  background-color: #000;
}

.scroll-up {
  transform: none;
}

.scroll-down {
  transform: translate3d(0, -100%, 0);
}
/* Header END */

/* Footer */
#colophon {
  padding-top: 86px;
  background-color: #231f20;
  color: #e6e6e6;
  position: relative;
}
.menu_con.address_con {
  padding-right: 60px;
}
#colophon .container-fluid {
  position: relative;
}

#colophon .element_red {
  position: absolute;
  top: -53px;
  right: -123px;
  z-index: 2;
}

#colophon .element_blue {
  position: absolute;
  left: -123px;
  bottom: 0px;
}

#colophon .footer_bar {
  padding-top: 23.9px;
  padding-bottom: 45.4px;
  border-top: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#colophon .footer_bar .left span {
  font-size: 17px;
  color: #e6e6e6;
}

#colophon .row:first-child {
  padding-bottom: 50px;
}

#colophon .col_1 .content_con {
  max-width: 486px;
  margin-bottom: 66px;
}

#colophon .col_1 .content_con span {
  font-size: 35px;
  display: inline-block;
}

#colophon .col_1 .social_media {
  display: flex;
  gap: 20px;
  justify-content: center;
}

#colophon .col_1 .social_media a {
  display: inline-block;
}

#colophon .col_1 .social_media a svg circle {
  transition: 0.5s;
}

#colophon .col_1 .social_media a svg:hover circle {
  fill: #00b8e7;
  stroke: #00b8e7;
}

#colophon .col_1 .social_media a svg path {
  transition: 0.5s;
}

#colophon .col_2 {
  padding-left: 50px;
}

#colophon .col_3 {
  padding-left: 50px;
}

#colophon .col_4 {
  padding-left: 50px;
}

#colophon .title_con h5 {
  margin-top: 20px;
  margin-bottom: 42px;
  font-family: "Comfortaa";
  text-transform: uppercase;
  font-size: 15px;
}

#colophon .menu_con ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#colophon .menu_con ul li a {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
  color: #b2b2b2;
  font-size: 15px;
  position: relative;
}

#colophon .menu_con ul li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #b2b2b2;
  bottom: -2px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.4s ease-in-out;
}

#colophon .menu_con ul li a:hover:after {
  transform-origin: left;
  transform: scaleX(1);
}

#colophon .menu_con ul li address {
  display: inline-block;
  margin-bottom: 10px;
  color: #b2b2b2;
  font-size: 15px;
}
.footer_logo {
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #707070;
  margin-bottom: 40px;
}
.social_media {
  text-align: center;
  border-top: 1px solid #707070;
  padding-top: 50px;
}
/* Footer END */

/* Homepage */
#home_banner {
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 244px;
  padding-bottom: 214px;
}

#home_banner .content_con {
  display: flex;
  max-width: 700px;
  flex-direction: column;
  gap: 35px;
  margin-bottom: 35px;
}

#home_banner .content_con h1 {
  font-size: 70px;
  font-weight: 400;
}

#home_banner .content_con p {
  font-size: 25px;
  color: #b2b2b2;
  font-weight: 400;
}

#home_sec_1 {
  padding-top: 50px;
  padding-bottom: 102px;
  background-color: #1a1a1a;
  color: #fff;
}

#home_sec_1 .main_wrapper {
  padding-left: 4.5vw;
  overflow-x: hidden;
  padding: 0 !important;
}

#home_sec_1 .main_wrapper .title_con {
  display: flex;
  align-items: center;
  padding-bottom: 7.5px;
  border-bottom: 1px solid #585858;
  gap: 100px;
}

#home_sec_1 .main_wrapper .title_con .left h2 {
  font-size: 50px;
  font-weight: 900;
  font-family: "Roboto";
}

#home_sec_1 .main_wrapper .title_con .right {
  padding-top: 40px;
  padding-right: 130px;
}

#home_sec_1 .main_wrapper .title_con .right p {
  font-size: 18px;
}

#home_sec_1 .main_wrapper .services_wrapper {
  padding-bottom: 42px;
  padding-top: 60px;
}

#home_sec_1 .main_wrapper .services_wrapper .services {
  display: flex;
  gap: 20px;
}

#home_sec_1 .main_wrapper .services_wrapper .services .service {
  position: relative;
  flex: none;
  width: 411px;
  padding: 30px 14px;
  height: 444px;
  text-decoration: none;
  overflow: hidden;
  /* background-color: #00B8E7; */
  background-position: 50% 0;
  background-repeat: no-repeat;
}

#home_sec_1 .main_wrapper .services_wrapper .services .service .bg_shadow {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: none;
}

#home_sec_1 .main_wrapper .services_wrapper .services .service .content_con {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 25px;
}

#home_sec_1
  .main_wrapper
  .services_wrapper
  .services
  .service
  .content_con
  .bottom_con {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

#home_sec_1
  .main_wrapper
  .services_wrapper
  .services
  .service
  .content_con
  .img_con {
  text-align: center;
}

#home_sec_1
  .main_wrapper
  .services_wrapper
  .services
  .service
  .content_con
  .img_con
  img {
  max-height: 300px;
}

#home_sec_1
  .main_wrapper
  .services_wrapper
  .services
  .service
  .content_con
  .left
  h6 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #fff;
}

#home_sec_1
  .main_wrapper
  .services_wrapper
  .services
  .service
  .content_con
  .left
  span {
  display: inline-block;
  font-size: 15px;
  color: #fff;
}

#home_sec_1 .main_wrapper .services_wrapper .services .service .hover_content {
  position: absolute;
  width: 100%;
  height: 70%;
  padding: 30px;
  background-color: #fff;
  left: 0;
  bottom: -120px;
  transition: 0.5s;
  transform: translateY(100%);
  z-index: 1;
}

#home_sec_1
  .main_wrapper
  .services_wrapper
  .services
  .service:hover
  .hover_content {
  transform: translateY(00%);
}

#home_sec_1
  .main_wrapper
  .services_wrapper
  .services
  .service
  .hover_content
  h6 {
  color: #231f20;
  font-size: 20px;
}

#home_sec_1
  .main_wrapper
  .services_wrapper
  .services
  .service
  .hover_content
  p {
  color: #231f20;
}

#home_sec_1
  .main_wrapper
  .services_wrapper
  .services
  .service
  .hover_content
  .btn_1 {
  border: 1px solid #231f20;
  padding: 15px 35px;
}

#home_sec_1
  .main_wrapper
  .services_wrapper
  .services
  .service
  .hover_content
  .btn_1:hover {
  border-color: #00b8e7;
}

#home_sec_1
  .main_wrapper
  .services_wrapper
  .services
  .service
  .hover_content
  .btn_1
  .text {
  color: #231f20;
  font-size: 15px;
}

#home_sec_1
  .main_wrapper
  .services_wrapper
  .services
  .service
  .hover_content
  .btn_1:hover
  .text {
  color: #fff;
}

#home_sec_1
  .main_wrapper
  .services_wrapper
  .services
  .service
  .hover_content
  .btn_1
  svg
  path {
  fill: #231f20;
}

#home_sec_1
  .main_wrapper
  .services_wrapper
  .services
  .service
  .hover_content
  .btn_1
  svg {
  transform: scale(0.6);
}

#home_sec_1
  .main_wrapper
  .services_wrapper
  .services
  .service
  .hover_content
  .btn_1:hover
  svg {
  transform: scale(0.8) translateX(10px);
}

#home_sec_1
  .main_wrapper
  .services_wrapper
  .services
  .service
  .hover_content
  .btn_1:hover
  svg
  path {
  fill: #fff;
}

#home_sec_1 .main_wrapper .scroller_con svg {
  position: absolute;
  bottom: 0em;
  left: 0;
  width: 70vw;
}

#home_sec_1 .main_wrapper .scroller_con svg .mask {
  width: 0;
}

#home_sec_2 {
  background-color: #000000;
  color: #fff;
  position: relative;
  padding-top: 180px;
  padding-bottom: 108px;
}

#home_sec_2 .element_bg {
  position: absolute;
  left: 0;
  bottom: 0;
}

#home_sec_2 .element_blue {
  position: absolute;
  top: 233px;
  left: -113px;
}

#home_sec_2 .element_red {
  position: absolute;
  top: 77px;
  right: -113px;
}

#home_sec_2 .container {
  position: relative;
  z-index: 1;
}

#home_sec_2 .top_con .title_con h3 {
  font-size: 50px;
  font-family: Comfortaa;
  margin-bottom: 139px;
}

#home_sec_2 .top_con .btn_con {
  position: relative;
  text-align: right;
  display: flex;
  align-items: center;
  padding-right: 80px;
  justify-content: flex-end;
}

#home_sec_2 .top_con .btn_con .btn_1 {
  border: 0px;
}

#home_sec_2 .top_con .btn_con .dotted_arrow {
  position: absolute;
  right: -30px;
  top: -250%;
  transform: translateY(-50%);
  transition: 0.5s;
}

#home_sec_2 .top_con .btn_con .dotted_arrow circle {
  transition: 0.5s;
}

#home_sec_2 .top_con .btn_con .btn_2:hover + .dotted_arrow {
  transform: translateY(-50%) scale(1.1);
  right: -10px;
}

#home_sec_2 .top_con .btn_con .btn_2:hover + .dotted_arrow circle {
  fill: #fff;
}

#home_sec_2 .top_con .content_con {
  max-width: 842px;
  margin-bottom: 100px;
}

#home_sec_2 .top_con .content_con h2 {
  margin-bottom: 14px;
  font-size: 128px;
  font-weight: 900;
  font-family: "Roboto";
}

#home_sec_2 .top_con .content_con p {
  font-size: 18px;
  color: #e6e6e6;
}

#home_sec_2 .box_con .counter h6 {
  color: #e6e6e6;
  font-size: 60px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  font-weight: 400;
}

#home_sec_2 .box_con .counter h6 .unit {
  font-size: 60px;
}

#home_sec_2 .box_con .content {
  max-width: 232px;
}

#home_sec_2 .box_con .content p {
  color: #e6e6e6;
}

#home_sec_2 .box_con .btn_1 {
  border: 0px;
  transform: translateX(-35px);
  transition: 0.5s;
}

#home_sec_2 .box_con .btn_1:hover {
  transform: translateX(0px);
}

#home_sec_2 .box_con .btn_1 .text {
  font-size: 12px;
  font-weight: 700;
}

#home_sec_2 .box_con .btn_1 svg {
  width: 16px;
}

#home_sec_3 {
  background-color: #000;
  padding-top: 116px;
  padding-bottom: 135px;
}

#home_sec_3 .top_content_con .title_con h2 {
  margin-bottom: 18px;
  font-size: 128px;
  font-weight: 900;
  color: #fff;
  max-width: 800px;
  font-family: "Roboto";
}

#home_sec_3 .top_content_con .content p {
  margin-bottom: 115px;
  font-size: 18px;
  color: #fff;
}

#home_sec_3 .container-fluid {
  padding: 0px;
}

#home_sec_3 .container-fluid .col-sm-12 {
  padding: 0px;
}

#home_sec_3 .container-fluid .col-sm-12 .box {
  position: relative;
  display: block;
  height: 400px;
  text-decoration: none;
  overflow: hidden;
}

#home_sec_3 .container-fluid .col-sm-12 .box .img_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  z-index: 2;
}

#home_sec_3 .container-fluid .col-sm-12 .box .img_wrapper .cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 600px;
  width: 100%;
  background-color: #1c1c1c;
  z-index: 4;
  /* display: none; */
}

#home_sec_3 .container-fluid .col-sm-12 .box .img_wrapper .img_main {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#home_sec_3 .container-fluid .col-sm-12 .box .case_study_btn {
  position: absolute;
  right: 35px;
  top: 30px;
  z-index: 5;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}

#home_sec_3 .container-fluid .col-sm-12 .box:hover .case_study_btn {
  opacity: 0;
  visibility: hidden;
  top: -20px;
}

#home_sec_3 .container-fluid .col-sm-12 .box .case_study_btn span {
  padding: 12px 30px;
  background-color: #fff;
  color: #231f20;
  font-size: 12px;
  border-radius: 30px;
  transition: 0.5s;
  display: inline-block;
}

#home_sec_3 .container-fluid .col-sm-12 .box:hover .case_study_btn span {
  color: #fff;
  background-color: #231f20;
}

#home_sec_3 .container-fluid .col-sm-12 .box .hover_yellow_box {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 50px;
  padding-top: 60px;
  top: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: scale(1.2);
}

#home_sec_3 .container-fluid .col-sm-12 .box:hover .hover_yellow_box {
  transform: scale(1);
}

#home_sec_3 .container-fluid .col-sm-12 .box:hover .hover_yellow_box {
  opacity: 1;
  visibility: visible;
}

#home_sec_3 .container-fluid .col-sm-12 .box .hover_yellow_box .small_text {
  position: relative;
  top: -20px;
  transition: 0.5s;
  color: #fff;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
}

#home_sec_3
  .container-fluid
  .col-sm-12
  .box:hover
  .hover_yellow_box
  .small_text {
  top: 0px;
  opacity: 1;
  visibility: visible;
}

#home_sec_3 .container-fluid .col-sm-12 .box .hover_yellow_box h6 {
  transition: 0.5s;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

#home_sec_3 .container-fluid .col-sm-12 .box .hover_yellow_box p {
  color: #fff;
}

#home_sec_3 .container-fluid .col-sm-12 .box .hover_yellow_box .hover_box_btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 13px 20px;
  transition: 0.5s;
  border-radius: 50px;
  background-color: #fff;
}

#home_sec_3
  .container-fluid
  .col-sm-12
  .box
  .hover_yellow_box
  .hover_box_btn
  span {
  color: #231f20;
  font-size: 12px;
}

#home_sec_4 {
  padding-top: 145px;
  padding-bottom: 91px;
}

#home_sec_4 .title_main_con {
  margin-bottom: 102px;
}

#home_sec_4 .title_main_con .title_con h2 {
  margin-bottom: 26px;
  font-size: 128px;
  font-weight: 900;
  color: #292929;
  font-family: "Roboto";
  /* max-width: 900px; */
}

#home_sec_4 .title_main_con .content_con {
  color: #292929;
}

#home_sec_4 .title_main_con .content_con p {
  font-size: 18px;
}

#home_sec_4 .yellow_box {
  border: 1px solid #e6e6e6;
  box-shadow: rgba(255, 224, 248, 1) 0px 3px 76px;
}

#home_sec_4 .yellow_box .nav-tabs {
  border-bottom: 1px solid #e6e6e6;
}

#home_sec_4 .yellow_box .nav-tabs .nav-link {
  width: 50%;
  padding: 25px;
  color: #292929;
  font-size: 22px;
  border: 0px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 5px solid transparent;
  color: #b2b2b2;
}

#home_sec_4 .yellow_box .nav-tabs .nav-link:last-child {
  border-right: 0px;
}

#home_sec_4 .yellow_box .nav-tabs .nav-link.active {
  border-bottom: 5px solid #00b8e7;
  background-color: #fff2fc;
  color: #292929;
}

#home_sec_4 .yellow_box .tab_main_con {
  padding: 36px 24px;
  display: flex;
  gap: 30px;
  height: 514px;
  overflow: hidden;
}

#home_sec_4 .yellow_box .tab_main_con .left_con {
  width: calc(50% - 15px);
  text-decoration: none;
}

#home_sec_4 .yellow_box .tab_main_con .left_con .img_con {
  height: 290px;
  position: relative;
  overflow: hidden;
}

#home_sec_4 .yellow_box .tab_main_con .left_con .img_con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

#home_sec_4 .yellow_box .tab_main_con .left_con:hover .img_con img {
  transform: scale(1.2);
}

#home_sec_4 .yellow_box .tab_main_con .left_con .img_con .date {
  position: absolute;
  left: 29px;
  bottom: 24px;
  color: #fff;
  font-size: 12px;
}

#home_sec_4 .yellow_box .tab_main_con .left_con .bottom_con {
  padding: 30px;
  background-color: #00b8e7;
  color: #fff;
}

#home_sec_4 .yellow_box .tab_main_con .left_con .bottom_con h6 {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto";
}

#home_sec_4 .yellow_box .tab_main_con .left_con .bottom_con p {
  font-size: 14px;
  margin-bottom: 0px;
}

#home_sec_4 .yellow_box .tab_main_con .right_con {
  width: calc(50% - 15px);
  overflow: scroll;
}

#home_sec_4 .yellow_box .tab_main_con .right_con .posts_con {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#home_sec_4 .yellow_box .tab_main_con .right_con .posts_con .post {
  display: flex;
  gap: 20px;
  margin: 0px;
  text-decoration: none;
}

#home_sec_4 .yellow_box .tab_main_con .right_con .posts_con .post .left {
  width: calc(40% - 10px);
  overflow: hidden;
}

#home_sec_4 .yellow_box .tab_main_con .right_con .posts_con .post .left img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  transition: 0.5s;
}
.container.gallery_con {
  padding-top: 50px;
}
.home_page_gallery {
  padding-top: 75px;
}
.home_page_gallery .foogallery.fg-light.fg-shadow-outline .fg-item-inner {
  box-shadow: none !important;
}
#home_sec_4
  .yellow_box
  .tab_main_con
  .right_con
  .posts_con
  .post:hover
  .left
  img {
  transform: scale(1.2);
}

#home_sec_4 .yellow_box .tab_main_con .right_con .posts_con .post .right {
  width: calc(60% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 15px;
}

#home_sec_4 .yellow_box .tab_main_con .right_con .posts_con .post .right h6 {
  color: #231f20;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto";
}

#home_sec_4 .yellow_box .tab_main_con .right_con .posts_con .post .right span {
  color: #231f20;
  font-size: 12px;
}

#home_sec_5 .logos_con {
  border-top: 1px solid #e8e8e8;
  padding-top: 62.5px;
  padding-bottom: 72px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  gap: 45px;
  justify-content: center;
  flex-wrap: wrap;
}

#home_sec_5 .logos_con img {
  max-height: 55px;
}

#signup_before_footer {
  background-color: #f8f8f8;
  padding-top: 67.3px;
  padding-bottom: 77.8px;
}

#signup_before_footer .left_con {
  padding-top: 20px;
}

#signup_before_footer .left_con h2 {
  font-size: 35px;
  color: #292929;
  font-weight: 400;
  margin-bottom: 0px;
}

#signup_before_footer form p {
  display: flex;
  gap: 19px;
}

#signup_before_footer input[type="text"],
#signup_before_footer input[type="email"] {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  border: 0px;
  border-bottom: 1px solid #707070;
  color: #292929;
  font-family: "Comfortaa";
  background-color: transparent;
  border-radius: 0px;
  outline: none;
  max-width: 269px;
  font-size: 20px;
}

#signup_before_footer input[type="text"]::placeholder,
#signup_before_footer input[type="email"]::placeholder {
  color: #b2b2b2;
}

#signup_before_footer input[type="submit"] {
  padding: 18px 47px;
  padding-right: 90px;
  background-color: transparent;
  border: 1px solid #23201f;
  color: #23201f;
  font-size: 20px;
  height: 58px;
  background-image: url("./assets/img/Group\ 4.svg");
  background-position: 130px;
  background-repeat: no-repeat;
  background-size: 30px;
}

.wpcf7-not-valid-tip {
  font-family: "Comfortaa";
}

.wpcf7 form .wpcf7-response-output {
  font-family: "Comfortaa";
}
/* homepage END */

/* about Us */
#generic_banner {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #23201f;
  color: #fff;
}

#generic_banner .main_content_con .title_con h1 {
  margin-bottom: 30px;
  font-size: 128px;
  font-weight: 700;
  line-height: 1em;
  font-family: "Roboto";
}
.page-template-landing-page-php
  #generic_banner
  .main_content_con
  .title_con
  h1 {
  font-size: 50px;
}
.page-template-landing-page-php #generic_banner {
  padding-bottom: 60px;
}
#generic_banner .main_content_con .below_con {
  max-width: 920px;
  margin-left: auto;
}

#generic_banner .main_content_con .below_con .content p {
  margin-bottom: 39px;
  font-size: 18px;
  font-weight: 400;
}

#about_sec_1 {
  background-color: #00b8e7;
  position: relative;
  padding-bottom: 50px;
}

#about_sec_1 .element_white {
  position: absolute;
  right: -133px;
  top: -90px;
  z-index: 1;
}

#about_sec_1 .element_blue {
  position: absolute;
  bottom: -69.4px;
  left: -133px;
  z-index: 1;
}

#about_sec_1 .container {
  position: relative;
  z-index: 2;
}

#about_sec_1 .img_main_con {
  transform: translateY(-85px);
  height: 437px;
}

#about_sec_1 .img_main_con .img_wrapper {
  border-radius: 5px;
}

#about_sec_1 .content_con p {
  font-size: 18px;
  color: #fff;
}
#about_sec_1 .content_con h2 {
  font-family: "Comfortaa";
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 30px;
}
#about_sec_1 .content_con h3 {
  font-family: "Comfortaa";
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 20px;
}
#about_sec_2 {
  background-color: #23201f;
  color: #fff;
  padding-top: 126px;
  padding-bottom: 150px;
}
.mission_row {
  padding-top: 40px;
}
#about_sec_2 .row:first-child {
  margin-bottom: 90px;
}

#about_sec_2 .top_title_con h2 {
  font-family: "Comfortaa";
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}

#about_sec_2 .top_content_con {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#about_sec_2 .top_content_con p {
  font-size: 18px;
}

#about_sec_2 .accordion_con .nav-tabs {
  margin: 0px;
  gap: 10px;
  flex-wrap: wrap;
  border-bottom: 0px;
  margin-bottom: 60px;
}
/* #about_sec_2 .accordion_con .nav-tabs li{
  margin-bottom: 10px;
} */
#about_sec_2 .accordion_con .nav-tabs .nav-link {
  padding: 15px 30px;
  background-color: transparent;
  border-radius: 40px;
  transition: 0.5s;
  border: 1px solid #b2b2b2;
  font-family: "Comfortaa";
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: normal;
}

#about_sec_2 .accordion_con .nav-tabs .nav-link.active {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  color: #000;
}

#about_sec_2 .accordion_con .tab_content_con .left_con {
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 30px;
}

#about_sec_2 .accordion_con .tab_content_con .left_con .content h6 {
  margin-bottom: 35px;
  font-size: 50px;
  font-weight: 700;
  font-family: "Comfortaa";
}

#about_sec_2 .accordion_con .tab_content_con .left_con .content p {
  margin-bottom: 25px;
  font-size: 18px;
}

#about_sec_2 .accordion_con .tab_content_con .right_con {
  padding-left: 30px;
  position: relative;
}

#about_sec_2 .accordion_con .tab_content_con .right_con .img_main {
  height: 489px;
  width: 100%;
  object-fit: cover;
  border-radius: 117px;
  position: relative;
}

#about_sec_2 .accordion_con .tab_content_con .right_con .img_bg {
  position: absolute;
  right: -100px;
  bottom: -66px;
}

#about_sec_3 {
  padding-top: 77px;
  padding-bottom: 75px;
  background-color: #f5f5f5;
  color: #292929;
}
.img_main_con.img_ismmart_con .img_wrapper {
  height: 500px;
}
#about_sec_3 .main_title_con h2 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Comfortaa";
}
.page-template-temp_about_us #the_challenge {
  padding-bottom: 40px;
}
.content.content_new {
  padding-top: 30px;
}
#about_sec_3 .row:first-child {
  margin-bottom: 65px;
}

#about_sec_3 .main_content_con {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

#about_sec_3 .main_content_con p {
  font-size: 18px;
}

#about_sec_3 .box {
  position: relative;
  margin-bottom: 40px;
  padding-top: 70px;
  overflow: hidden;
}

#about_sec_3 .box .content_main_con {
  background-color: #fff;
  padding-top: 65px;
  padding-left: 39px;
  padding-bottom: 27px;
  padding-right: 39px;
}

#about_sec_3 .box .content_main_con .content_con {
  max-width: 270px;
}

#about_sec_3 .box .content_main_con .content_con p {
  font-size: 26px;
  font-weight: 700;
  font-family: "Comfortaa";
  margin-bottom: 29px;
}

#about_sec_3 .box .content_main_con .content_con h6 {
  margin-bottom: 0px;
  font-size: 26px;
  font-weight: 700;
  font-family: "Roboto";
}

#about_sec_3 .box .content_main_con .content_con .designation {
  display: block;
  margin-bottom: 9px;
}

#about_sec_3 .box .content_main_con .content_con .linkedin {
  margin-bottom: 17px;
}

#about_sec_3 .box .content_main_con .content_con .btnn_con .btn_2 .text {
  color: #292929;
  font-size: 18px;
}

#about_sec_3 .box .content_main_con .content_con .btnn_con .btn_2 svg path {
  fill: #292929;
}

#about_sec_3 .box .img_member {
  position: absolute;
  right: 62px;
  height: 100%;
  top: 0;
  transform: translateY(30px);
  transition: 0.5s;
}

#about_sec_3 .box:hover .img_member {
  transform: translateY(0px);
}

#about_sec_4 {
  padding-top: 107px;
  padding-bottom: 120px;
  background-color: #23201f;
}

#about_sec_4 .title_con {
  padding: 80px;
  padding-top: 0px;
}

#about_sec_4 .title_con h3 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Comfortaa";
  color: #fff;
  margin-bottom: 50px;
}
#about_sec_4 .title_con p {
  color: #fff;
}
#about_sec_4 .below_title_con {
  padding: 80px;
  padding-top: 0px;
  padding-top: 123px;
}

#about_sec_4 .below_title_con h3 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Comfortaa";
  color: #fff;
  margin-bottom: 50px;
}

#about_sec_4 .more_content {
  padding: 80px;
  padding-top: 0px;
  padding-top: 123px;
  color: #fff;
}

#about_sec_4 .more_content h3 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Comfortaa";
  color: #fff;
  margin-bottom: 50px;
}

#about_sec_4 .box {
  border-radius: 30px 30px 30px 30px;
  height: 400px;
  position: relative;
  max-width: 405px;
  margin: auto;
}

#about_sec_4 .box .img_wrapper {
  border-radius: 30px 30px 30px 30px;
}

#about_sec_4 .box .rounded_bar_con {
  background-color: #fff;
  position: absolute;
  width: 90%;
  bottom: 21px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  border-radius: 30px;
}

#about_sec_4 .box .rounded_bar_con .bar {
  position: relative;
  padding: 3px;
}

#about_sec_4 .box .rounded_bar_con .bar .rounded_bar {
  display: flex;
  align-items: center;
  padding: 11px;
}

#about_sec_4 .box .rounded_bar_con .bar .rounded_bar .left {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 40%;
}

#about_sec_4 .box .rounded_bar_con .bar .rounded_bar .left span {
  color: #292929;
  font-size: 14px;
  font-weight: 900;
}

#about_sec_4 .box .rounded_bar_con .bar .rounded_bar .right {
  width: 60%;
  text-align: center;
}

#about_sec_4 .box .rounded_bar_con .bar .rounded_bar .right span {
  font-size: 14px;
  font-weight: 900;
  color: #292929;
}

#about_sec_4 .box .rounded_bar_con .bar .rounded_bar .name {
  transition: 0.7s;
  width: 40%;
  background-color: #00b8e7;
  height: 92%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 2px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  border-radius: 30px;
}
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link {
  background-color: transparent !important;
}
#about_sec_4 .box:hover .rounded_bar_con .bar .rounded_bar .name {
  left: 99.2%;
  transform: translate(-100%, -50%);
  width: 60%;
}

#about_sec_4 .box .rounded_bar_con .bar .rounded_bar .name span {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}
#about_sec_4 .member_ct_det {
  background: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 0 30px 30px;
  padding: 20px 22px 20px 22px;
}
#about_sec_4 .member_ct_det a {
  font-size: 16px;
  font-weight: 900;
  color: #292929;
  transition: 0.5s;
  text-decoration: none;
}
#about_sec_4 .member_ct_det a:hover {
  color: #00b8e7;
}
#about_sec_5 {
  padding-top: 100px;
  padding-bottom: 111px;
  background-color: #23201f;
}

@media (min-width: 786px) {
  #about_sec_5 .container-fluid {
    padding: 0px;
  }
}

#about_sec_5 .title_con h2 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Comfortaa";
  color: #fff;
  margin-bottom: 100px;
  text-align: center;
}

#about_sec_5 .imgs_con {
  display: flex;
  gap: 45px;
  align-items: center;
}

#about_sec_5 .my_row_even .imgs_con {
  justify-content: flex-end;
}
#about_sec_5 .imgs_con img {
  max-width: 100%;
  width: 100%;
  margin: auto;
  height: 300px;
  object-fit: cover;
}
#about_sec_6 {
  padding-top: 120px;
  padding-bottom: 174px;
  background-color: #23201f;
  color: #fff;
  position: relative;
}

#about_sec_6 .img_bg_bottom_left {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 370px;
}

#about_sec_6 .row:first-child {
  margin-bottom: 100px;
}

#about_sec_6 .main_title_con h2 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Comfortaa";
}

#about_sec_6 .main_content_con p {
  font-size: 18px;
}

#about_sec_6 .accordion_con .accordion-item {
  background-color: transparent;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 40px;
  padding-right: 40px;
}

#about_sec_6 .accordion_con .accordion-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 30px;
  background-color: #393939;
}

#about_sec_6 .accordion_con .accordion-item .accordion-header {
  background-color: transparent;
}

#about_sec_6
  .accordion_con
  .accordion-item
  .accordion-header
  .accordion-button {
  background-color: transparent;
  color: #fff;
  font-size: 26px;
  padding-top: 0;
  padding-bottom: 0;
}

#about_sec_6
  .accordion_con
  .accordion-item
  .accordion-header
  .accordion-button:focus {
  border-color: 0px;
  box-shadow: none;
}

#about_sec_6
  .accordion_con
  .accordion-item
  .accordion-header
  .accordion-button:after {
  background-image: url("./assets/img/Path\ 1268.svg");
  background-size: 12px;
  background-position: center;
}

#about_sec_6
  .accordion_con
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed)::after {
  background-image: url("./assets/img/Scroll\ Group\ 7.svg");
}

#about_sec_6 .accordion_con .accordion-item .accordion-body {
  padding-top: 32px;
  padding-bottom: 0px;
}

#about_sec_6 .accordion_con .accordion-item .accordion-body p {
  font-size: 16px;
  font-weight: 300;
}
/* about us end */

/* blogs */
#blogs_listing {
  padding-bottom: 124.9px;
  background-color: #231f20;
}

#blogs_listing .top_con {
  margin-bottom: 69.5px;
}

#blogs_listing .top_con .search_con {
  max-width: 778px;
  border-bottom: 1px solid #707070;
  /* padding-bottom: 12px; */
  margin-bottom: 20px;
}

#blogs_listing .top_con .search_con input {
  padding-left: 60px !important;
  background-image: url("./assets/img/search.svg") !important;
  background-position: left !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-color: transparent !important;
  border: 0px !important;
  outline: none !important;
  color: #fff !important;
  font-size: 28px !important;
}

#blogs_listing .top_con .search_con input::placeholder {
  color: #fff;
}

#blogs_listing .top_con .categories_con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12.8px;
  margin-bottom: 31.5px;
}

#blogs_listing .top_con .categories_con .cat {
  text-decoration: none;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 23px;
  padding-right: 23px;
  background-color: transparent;
  transition: 0.5s;
  border: 1px solid #555555;
  border-radius: 10px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

#blogs_listing .top_con .categories_con .cat span {
  position: relative;
  z-index: 1;
}

#blogs_listing .top_con .categories_con .cat:hover {
  border-color: #00b8e7;
}

#blogs_listing .top_con .categories_con .cat.active {
  border-color: #00b8e7;
}

#blogs_listing .top_con .categories_con .cat:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  bottom: -100%;
  background-color: #00b8e7;
  left: 0;
  z-index: 0;
}

#blogs_listing .top_con .categories_con .cat:hover:after {
  bottom: 0;
}

#blogs_listing .top_con .categories_con .cat.active:after {
  bottom: 0;
}

#blogs_listing .top_con .view_all_con {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9.5px;
}

#blogs_listing .top_con .view_all_con span {
  width: 1px;
  height: 25px;
  background-color: #555555;
}

#blogs_listing .blog_con a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

#blogs_listing .blog_con a .img_con {
  margin-bottom: 23.4px;
  height: 277px;
}

#blogs_listing .blog_con a .img_con .img_wrapper {
  border-radius: 10px;
}

#blogs_listing .blog_con a .img_con .img_wrapper .cover {
  border-radius: 10px;
}

/* #blogs_listing .blog_con a .img_con .img_wrapper .img_main {
	border-radius: 10px;
	transition: 0.5s;
}

#blogs_listing .blog_con a:hover .img_con .img_wrapper .img_main {
	transform: scale(1.1) !important;
} */

#blogs_listing .blog_con a h2 {
  margin-bottom: 17.6px;
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  line-height: 34px;
}

#blogs_listing .blog_con a span {
  font-size: 10px;
  color: #fff;
}
/* blogs end */

/* blogs detail screen */
#blog_details_sec_1 {
  padding-top: 200px;
  padding-bottom: 31px;
  background-color: #f0f0f0;
}

#blog_details_sec_1 .left_con .back_to_blogs {
  margin-bottom: 155px;
}

#blog_details_sec_1 .left_con .back_to_blogs a {
  display: flex;
  gap: 16.9px;
  align-items: center;
  text-decoration: none;
}

#blog_details_sec_1 .left_con .back_to_blogs a svg {
  transition: 0.5s;
  position: relative;
}

#blog_details_sec_1 .left_con .back_to_blogs a:hover svg {
  transform: translateX(8px);
}

#blog_details_sec_1 .left_con .back_to_blogs a span {
  color: #393939;
  transition: 0.5s;
  font-size: 15px;
}

#blog_details_sec_1 .left_con .back_to_blogs a:hover span {
  text-decoration: underline;
}

#blog_details_sec_1 .left_con .title_con h1 {
  color: #555555;
  max-width: 424px;
  font-size: 50px;
  font-weight: 700;
  font-family: "Comfortaa";
  margin-bottom: 61px;
}

#blog_details_sec_1 .left_con .date_con span {
  color: #393939;
  font-size: 10px;
}

#blog_details_sec_1 .right_con .img_con {
  height: 100%;
  transform: translateY(80px);
}

#blog_details_sec_2 {
  background-color: #231f20;
  padding-top: 79px;
  padding-bottom: 109px;
  color: #fff;
}

#blog_details_sec_2 .left_con {
  max-width: 250px;
}

#blog_details_sec_2 .left_con .back_to_blogs {
  padding-bottom: 15px;
  margin-bottom: 55.5px;
  border-bottom: 1px solid #707070;
}

#blog_details_sec_2 .left_con .back_to_blogs a {
  display: flex;
  gap: 16.9px;
  align-items: center;
  text-decoration: none;
}

#blog_details_sec_2 .left_con .back_to_blogs a svg {
  transition: 0.5s;
  position: relative;
}

#blog_details_sec_2 .left_con .back_to_blogs a:hover svg {
  transform: translateX(8px);
}

#blog_details_sec_2 .left_con .back_to_blogs a span {
  color: #fff;
  transition: 0.5s;
  font-size: 15px;
}

#blog_details_sec_2 .left_con .back_to_blogs a:hover span {
  text-decoration: underline;
}

#blog_details_sec_2 .content_con {
  padding-top: 20px;
}

#blog_details_sec_2 .left_con .nav_con .nav_title h6 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

#blog_details_sec_2 .left_con .nav_con nav {
  margin-bottom: 55px;
}

#blog_details_sec_2 .left_con .nav_con nav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#blog_details_sec_2 .left_con .nav_con nav ul li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
  position: relative;
  overflow-y: hidden;
}

#blog_details_sec_2 .left_con .nav_con nav ul li a {
  text-decoration: none;
  color: #fcb911;
  text-decoration: none;
  transition: 0.5s;
  width: 100%;
}

#blog_details_sec_2 .left_con .nav_con nav ul li a.active {
  padding-left: 22px;
  color: #b2b2b2;
}

#blog_details_sec_2 .left_con .nav_con nav ul li a:before {
  content: "";
  background-color: #00b8e7;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 110%;
  transform: translateY(-50%);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

#blog_details_sec_2 .left_con .nav_con nav ul li a.active:before {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

#blog_details_sec_2 .left_con .topics_con .topic_title h6 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

#blog_details_sec_2 .left_con .topics_con ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#blog_details_sec_2 .left_con .topics_con ul li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
  position: relative;
  overflow-y: hidden;
}

#blog_details_sec_2 .left_con .topics_con ul li a {
  text-decoration: none;
  color: #fcb911;
  text-decoration: none;
  transition: 0.5s;
  width: 100%;
}

#blog_details_sec_2 .left_con .topics_con ul li a.active {
  padding-left: 22px;
  color: #b2b2b2;
}

#blog_details_sec_2 .left_con .topics_con ul li a:before {
  content: "";
  background-color: #00b8e7;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 110%;
  transform: translateY(-50%);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

#blog_details_sec_2 .left_con .topics_con ul li a.active:before {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

#blog_details_sec_2 .content_con h2,
#blog_details_sec_2 .content_con h3,
#blog_details_sec_2 .content_con h4,
#blog_details_sec_2 .content_con h5,
#blog_details_sec_2 .content_con h6 {
  margin-bottom: 26px;
}

#blog_details_sec_2 .content_con p {
  font-size: 18px;
  margin-bottom: 26px;
}

#blog_details_sec_3 {
  background-color: #231f20;
  padding-top: 69px;
  padding-bottom: 60px;
  border-top: 1px solid #707070;
  color: #fff;
}

#blog_details_sec_3 .row:first-child {
  margin-bottom: 60px;
}

#blog_details_sec_3 .top_left_con h6 {
  margin-bottom: 0px;
  font-size: 50px;
  font-weight: 700;
  font-family: "Comfortaa";
}

#blog_details_sec_3 .top_right_con {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#blog_details_sec_3 .top_right_con .link_arrow {
  display: flex;
  gap: 31px;
  align-items: center;
  text-decoration: none;
}

#blog_details_sec_3 .top_right_con .link_arrow span {
  color: #fff;
  font-size: 18px;
  transition: 0.5s;
}

#blog_details_sec_3 .top_right_con .link_arrow:hover span {
  text-decoration: underline;
}

#blog_details_sec_3 .top_right_con .link_arrow svg {
  transition: 0.5s;
}

#blog_details_sec_3 .top_right_con .link_arrow:hover svg {
  transform: translateX(-10px);
}

#blog_details_sec_3 .blog_con a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

#blog_details_sec_3 .blog_con a .img_con {
  margin-bottom: 23.4px;
  height: 200px;
}

#blog_details_sec_3 .blog_con a .img_con .img_wrapper {
  border-radius: 10px;
}

#blog_details_sec_3 .blog_con a .img_con .img_wrapper .cover {
  border-radius: 10px;
}

#blog_details_sec_3 .blog_con a .img_con .img_wrapper .img_main {
  border-radius: 10px;
  transition: 0.5s;
}

#blog_details_sec_3 .blog_con a:hover .img_con .img_wrapper .img_main {
  transform: scale(1.1) !important;
}

#blog_details_sec_3 .blog_con a h2 {
  margin-bottom: 17.6px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 24px;
}

#blog_details_sec_3 .blog_con a span {
  font-size: 10px;
  color: #fff;
}

#blog_details_sec_4 {
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: #231f20;
  color: #fff;
}

#blog_details_sec_4 .link_con {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 49.8px;
}

#blog_details_sec_4 .link_con .link_arrow {
  display: flex;
  gap: 31px;
  align-items: center;
  text-decoration: none;
}

#blog_details_sec_4 .link_con .link_arrow span {
  color: #fff;
  font-size: 18px;
  transition: 0.5s;
}

#blog_details_sec_4 .link_con .link_arrow:hover span {
  text-decoration: underline;
}

#blog_details_sec_4 .link_con .link_arrow svg {
  transition: 0.5s;
}

#blog_details_sec_4 .link_con .link_arrow:hover svg {
  transform: translateX(-10px);
}

#blog_details_sec_4 .left_con a {
  text-decoration: none;
}

#blog_details_sec_4 .left_con a .img_con {
  height: 550px;
  position: relative;
}

#blog_details_sec_4 .left_con a .img_con .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: 0.5s;
}

#blog_details_sec_4 .left_con a .img_con:hover .icon {
  transform: translate(-50%, -50%) scale(0.85);
  transform-origin: center;
}

#blog_details_sec_4 .right_con .content {
  margin-bottom: 35px;
}

#blog_details_sec_4 .right_con .content h2 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Comfortaa";
  margin-bottom: 16px;
}

#blog_details_sec_4 .right_con .content p {
  font-size: 14px;
}
/* blogs detail screen end */

/* Bootstrap Modals */
.modal-header {
  padding: 0px !important;
  border-bottom: 0px !important;
}

.modal-header .btn-close {
  position: absolute;
  right: 0;
  background-color: #fff;
  z-index: 2;
  border-radius: 50%;
}

.modal-content {
  background-color: none !important;
  border: 0px !important;
  outline: none !important;
  height: 100%;
}

.modal-body {
  padding: 0px !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px !important;
    height: 500px;
  }
}
/* Bootstrap Modals END */

/* Contact us */
#contact_us_sec_1 {
  padding-top: 64px;
  padding-bottom: 100px;
  background-color: #f0f0f0;
  color: #1c1c1c;
}

#contact_us_sec_1 .left_con .members {
  display: flex;
  align-items: center;
  gap: 100px;
}

#contact_us_sec_1 .left_con .members .member {
  text-align: center;
}

#contact_us_sec_1 .left_con .members .member .img_con {
  position: relative;
  margin-bottom: 29px;
}

#contact_us_sec_1 .left_con .members .member .img_con .main {
  width: 165px;
  height: 173px;
  object-fit: cover;
}

#contact_us_sec_1 .left_con .members .member .img_con .white_bg {
  position: absolute;
  display: none;
}

#contact_us_sec_1 .left_con .members .member .img_con .img_shadow {
  position: absolute;
  left: 0;
  bottom: -35%;
}

#contact_us_sec_1 .left_con .members .member .content h5 {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 400;
}

#contact_us_sec_1 .left_con .members .member .content h6 {
  font-size: 15px;
  margin-bottom: 14px;
  font-weight: 400;
}

#contact_us_sec_1 .left_con .members .member .social {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

#contact_us_sec_1 .right_con .form_con {
  padding: 42px;
  background-color: #fff;
  border-radius: 30px;
}

#contact_us_sec_1 .right_con .form_con label {
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 500;
}

#contact_us_sec_1 .right_con .form_con input[type="text"] {
  width: 100%;
  padding: 12px 15px;
  background-color: #f0f0f0;
  border-radius: 10px;
  border-color: #f0f0f0;
  outline: none;
  transition: 0.5s;
  color: #000;
}

#contact_us_sec_1 .right_con .form_con input[type="text"]:focus {
  border-color: #000;
}

#contact_us_sec_1 .right_con .form_con input[type="email"] {
  width: 100%;
  padding: 12px 15px;
  background-color: #f0f0f0;
  border-radius: 10px;
  border-color: #f0f0f0;
  outline: none;
  transition: 0.5s;
  color: #000;
}

#contact_us_sec_1 .right_con .form_con input[type="email"]:focus {
  border-color: #000;
}

#contact_us_sec_1 .right_con .form_con select {
  width: 100%;
  padding: 12px 15px;
  background-color: #f0f0f0;
  border-radius: 10px;
  border-color: #f0f0f0;
  outline: none;
  transition: 0.5s;
  color: #808080;
}

#contact_us_sec_1 .right_con .form_con select:focus {
  border-color: #000;
}

#contact_us_sec_1 .right_con .form_con input[type="tel"] {
  width: 100%;
  padding: 12px 15px;
  background-color: #f0f0f0;
  border-radius: 10px;
  border-color: #f0f0f0;
  outline: none;
  transition: 0.5s;
  color: #000;
}

#contact_us_sec_1 .right_con .form_con input[type="tel"]:focus {
  border-color: #000;
}

#contact_us_sec_1 .right_con .form_con input::placeholder {
  color: #808080;
}
#contact_us_sec_1 .right_con .form_con textarea {
  width: 100%;
  padding: 12px 15px;
  height: 150px;
  background-color: #f0f0f0;
  border-radius: 10px;
  border-color: #f0f0f0;
  outline: none;
  transition: 0.5s;
  color: #000;
}
#contact_us_sec_1 .right_con .form_con textarea:focus {
  border-color: #000;
}
#contact_us_sec_1 .right_con .form_con textarea::placeholder {
  color: #808080;
}
#contact_us_sec_1 .right_con .form_con input[type="submit"] {
  padding-left: 73px;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-right: 128px;
  color: #292929;
  font-size: 20px;
  border: 1px solid #23201f;
  border-radius: 5px;
  background-color: transparent;
  margin-top: 20px;
  background-image: url("./assets/img/Group\ 4.svg");
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: 30px;
}

#contact_us_sec_1 .wpcf7-not-valid-tip {
  font-size: 14px;
}

#contact_us_sec_1 .wpcf7 form .wpcf7-response-output {
  font-size: 14px;
}
/* Contact us end */

/* Careers */
#careers_sec_1 {
  background-color: #f5f5f5;
  position: relative;
  padding-bottom: 50px;
}

#careers_sec_1 .element_white {
  position: absolute;
  right: -133px;
  top: -90px;
  z-index: 1;
}

#careers_sec_1 .element_blue {
  position: absolute;
  bottom: -69.4px;
  left: -133px;
  z-index: 1;
}

#careers_sec_1 .container {
  position: relative;
  z-index: 2;
}

#careers_sec_1 .img_main_con {
  transform: translateY(-85px);
  height: 437px;
}

#careers_sec_1 .img_main_con .img_wrapper {
  border-radius: 5px;
}

#careers_sec_1 .content_con p {
  font-size: 18px;
  color: #292929;
}

#careers_sec_2 {
  padding-top: 122px;
  padding-bottom: 180px;
  color: #292929;
}

#careers_sec_2 .title_con h2 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Comfortaa";
  margin-bottom: 80px;
}

#careers_sec_2 .vacancies_con .nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 46px;
  gap: 10px;
}

#careers_sec_2 .vacancies_con .nav button {
  font-size: 18px;
  transition: 0.5s;
  background-color: transparent;
  border: 0px;
}

#careers_sec_2 .vacancies_con .nav .active {
  background-color: #56af31;
  color: #fff;
}

#careers_sec_2 .vacancies_con .jobs_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#careers_sec_2 .vacancies_con .jobs_list .job {
  padding: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  text-decoration: none;
  border: 1px solid #b2b2b2;
}

#careers_sec_2 .vacancies_con .jobs_list .job .left h6 {
  font-size: 25px;
  margin: 0px;
  color: #292929;
  font-weight: 400;
}

#careers_sec_2 .vacancies_con .jobs_list .job .right span {
  font-size: 18px;
  color: #b2b2b2;
}

.modal_career .modal-dialog {
  height: auto;
}

.modal_career .modal-body {
  padding: 40px 36px !important;
  border: 1px solid #c1c1c1;
}

.modal_career .modal-body .top_con {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.modal_career .modal-body .top_con .left span {
  width: 60%;
  font-size: 20px;
}

.modal_career .modal-body .main_content .date span {
  margin-bottom: 18px;
  display: inline-block;
  font-size: 18px;
  color: #b2b2b2;
}

.modal_career .modal-body .main_content .content p {
  margin-bottom: 15px;
  font-size: 14px;
}

.modal_career .modal-body .main_content .content ul {
  margin: 0px;
}

.modal_career .modal-body .main_content .content ul li {
  margin-bottom: 15px;
  font-size: 14px;
}
/* Careers end */

/* Careers detail screen */
#career_detail_form {
  padding-top: 100px;
  padding-bottom: 100px;
}

#career_detail_form .form_box {
  border: 1px solid #e6e6e6;
  background-color: #fcfcfc;
  padding: 45px;
}

#career_detail_form .form_box .form_con label {
  font-size: 20px;
  color: #292929;
  margin-bottom: 14px;
  margin-top: 15px;
}

#career_detail_form .form_box .form_con input[type="text"] {
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
  padding: 12px 15px;
  color: #292929;
  outline: none;
}

#career_detail_form .form_box .form_con input[type="email"] {
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
  padding: 12px 15px;
  color: #292929;
  outline: none;
}

#career_detail_form .form_box .form_con input[type="tel"] {
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
  padding: 12px 15px;
  color: #292929;
  outline: none;
}

#career_detail_form .form_box .form_con input[type="file"] {
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
  padding: 12px 15px;
  color: #292929;
  outline: none;
}

#career_detail_form .form_box .form_con .file_upload label {
  font-size: 25px;
  font-weight: 700;
}

#career_detail_form .form_box .form_con .wpcf7-not-valid-tip {
  font-size: 14px;
}

#career_detail_form .form_box .form_con .wpcf7-list-item {
  margin: 0px;
  display: flex;
  gap: 20px;
}

#career_detail_form .form_box .form_con .privacy_policy .content {
  padding-left: 32px;
}

#career_detail_form .form_box .form_con input[type="submit"] {
  padding: 18px 55px;
  font-size: 20px;
  border: 1px solid #292929;
  color: #292929;
  border-radius: 5px;
  background-color: transparent;
  margin-top: 50px;
  transition: 0.5s;
}

#career_detail_form .form_box .form_con input[type="submit"]:hover {
  background-color: #00b8e7;
  color: #fff;
  border-color: #00b8e7;
}
/* Careers detail screen end */

/* Service detail screen */
#service_detail_sec_1 {
  position: relative;
  padding-bottom: 50px;
  position: relative;
}

#service_detail_sec_1 .dark_half_bg {
  position: absolute;
  background-color: #231f20;
  top: 0;
  height: 60%;
  width: 100%;
  left: 0;
}

#service_detail_sec_1 .element_white {
  position: absolute;
  right: -133px;
  top: 0px;
  z-index: 3;
}

#service_detail_sec_1 .element_blue {
  position: absolute;
  bottom: -69.4px;
  left: -133px;
  z-index: 3;
}

#service_detail_sec_1 .container {
  position: relative;
  z-index: 2;
}

#service_detail_sec_1 .img_main_con {
  height: 503px;
}

#service_detail_sec_1 .img_main_con .img_wrapper {
  border-radius: 5px;
}

#service_detail_sec_2 {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #231f20;
}

#service_detail_sec_2 .left_con h2 {
  margin-bottom: 70px;
  font-size: 50px;
  font-weight: 400;
  font-family: "Comfortaa";
}

#service_detail_sec_2 .left_con p {
  font-size: 14px;
  margin-bottom: 20px;
}

#service_detail_sec_2 .right_con .content p {
  font-size: 26px;
}

#service_detail_sec_2 .right_con .images_on_right {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

#service_detail_sec_2 .right_con .images_on_right .images_content {
  display: flex;
  gap: 34px;
}

#service_detail_sec_2 .right_con .images_on_right .images_content .img_con {
  min-width: 120px;
}

#service_detail_sec_2
  .right_con
  .images_on_right
  .images_content
  .content_right
  h3 {
  font-size: 26px;
  font-weight: 400;
}

#service_detail_sec_2
  .right_con
  .images_on_right
  .images_content
  .content_right
  p {
  font-size: 14px;
}

#service_detail_sec_2 .btnn_con {
  margin-top: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#service_detail_sec_2 .btnn_con .btn_1 {
  border: 1px solid #231f20;
  padding: 17px 60px;
}

#service_detail_sec_2 .btnn_con .btn_1 .text {
  color: #231f20;
  font-size: 20px;
  text-transform: uppercase;
}

#service_detail_sec_2 .btnn_con .btn_1 svg path {
  fill: #292929;
}

#service_detail_sec_2 .btnn_con .btn_1:hover {
  border-color: #00b8e7;
}

#service_detail_sec_2 .btnn_con .btn_1:hover .text {
  color: #fff;
}

#service_detail_sec_2 .btnn_con .btn_1:hover svg path {
  fill: #fff;
}

#service_detail_sec_3 {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #1c1c1c;
}

@media (min-width: 768px) {
  #service_detail_sec_3 .row .row .col-sm-12:first-child {
    padding-right: 50px;
  }

  #service_detail_sec_3 .row .row .col-sm-12:nth-child(2) {
    padding-left: 50px;
  }
}

#service_detail_sec_3 .content_con .img_con {
  margin-bottom: 26px;
  height: 450px;
}

#service_detail_sec_3 .content_con .content h6,
#service_detail_sec_3 .content_con .content h5,
#service_detail_sec_3 .content_con .content h4,
#service_detail_sec_3 .content_con .content h3,
#service_detail_sec_3 .content_con .content h2 {
  margin-bottom: 26px;
  font-size: 36px;
  font-weight: 700;
  font-family: "Comfortaa";
}

#service_detail_sec_3 .content_con .content p {
  font-size: 18px;
}

#service_detail_sec_3 .btnn_con {
  display: flex;
  align-items: center;
  justify-content: center;
}

#service_detail_sec_3 .btnn_con .btn_1 {
  border: 1px solid #231f20;
  padding: 17px 60px;
}

#service_detail_sec_3 .btnn_con .btn_1 .text {
  color: #231f20;
  font-size: 20px;
  text-transform: uppercase;
}

#service_detail_sec_3 .btnn_con .btn_1 svg path {
  fill: #292929;
}

#service_detail_sec_3 .btnn_con .btn_1:hover {
  border-color: #00b8e7;
}

#service_detail_sec_3 .btnn_con .btn_1:hover .text {
  color: #fff;
}

#service_detail_sec_3 .btnn_con .btn_1:hover svg path {
  fill: #fff;
}

#service_detail_sec_4 {
  padding-top: 80px;
  padding-bottom: 163px;
  color: #231f20;
}

#service_detail_sec_4 .left_con h2 {
  max-width: 339px;
  font-size: 50px;
  font-weight: 400;
  font-family: "Comfortaa";
}

#service_detail_sec_4 .right_con {
  display: flex;
  column-gap: 50px;
  row-gap: 42px;
  flex-wrap: wrap;
}

#service_detail_sec_4 .right_con .box {
  width: calc(33.3% - 50px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#service_detail_sec_4 .right_con .box .icon_con {
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
  transition: 0.5s;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #f8f8f8;
}

#service_detail_sec_4 .right_con .box:hover .icon_con {
  border-color: #707070;
}

#service_detail_sec_4 .right_con .box .icon_con img {
  height: 50px;
  transition: 0.5s;
}

#service_detail_sec_4 .right_con .box:hover .icon_con img {
  transform: scale(1.15);
}

#service_detail_sec_4 .right_con .box .text_con span {
  font-size: 16px;
  transition: 0.5s;
  display: inline-block;
}

#service_detail_sec_4 .right_con .box:hover .text_con span {
  transform: translateY(-10px);
}

#service_detail_sec_5 {
  background-color: #231f20;
  padding-top: 116px;
  padding-bottom: 200px;
}

#service_detail_sec_5 .top_content_con {
  display: flex;
  gap: 70px;
  margin-bottom: 90px;
  align-items: flex-end;
}

#service_detail_sec_5 .top_content_con .title_con h2 {
  margin-bottom: 18px;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  max-width: 800px;
  font-family: "Comfortaa";
}

#service_detail_sec_5 .top_content_con .content p {
  font-size: 18px;
  color: #fff;
}

#service_detail_sec_5 .container-fluid {
  padding: 0px;
}

#service_detail_sec_5 .container-fluid .col-sm-12 {
  padding: 0px;
}

#service_detail_sec_5 .container-fluid .col-sm-12 .box {
  position: relative;
  display: block;
  height: 400px;
  text-decoration: none;
  overflow: hidden;
}

#service_detail_sec_5 .container-fluid .col-sm-12 .box .img_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  z-index: 2;
}

#service_detail_sec_5 .container-fluid .col-sm-12 .box .img_wrapper .cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 600px;
  width: 100%;
  background-color: #1c1c1c;
  z-index: 4;
  /* display: none; */
}

#service_detail_sec_5 .container-fluid .col-sm-12 .box .img_wrapper .img_main {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#service_detail_sec_5 .container-fluid .col-sm-12 .box .case_study_btn {
  position: absolute;
  right: 35px;
  top: 30px;
  z-index: 5;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}

#service_detail_sec_5 .container-fluid .col-sm-12 .box:hover .case_study_btn {
  opacity: 0;
  visibility: hidden;
  top: -20px;
}

#service_detail_sec_5 .container-fluid .col-sm-12 .box .case_study_btn span {
  padding: 12px 14px;
  background-color: #fff;
  color: #231f20;
  font-size: 12px;
  border-radius: 30px;
  transition: 0.5s;
  display: inline-block;
}

#service_detail_sec_5
  .container-fluid
  .col-sm-12
  .box:hover
  .case_study_btn
  span {
  color: #fff;
  background-color: #231f20;
}

#service_detail_sec_5 .container-fluid .col-sm-12 .box .hover_yellow_box {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 50px;
  padding-top: 60px;
  top: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: scale(1.2);
}

#service_detail_sec_5 .container-fluid .col-sm-12 .box:hover .hover_yellow_box {
  transform: scale(1);
}

#service_detail_sec_5 .container-fluid .col-sm-12 .box:hover .hover_yellow_box {
  opacity: 1;
  visibility: visible;
}

#service_detail_sec_5
  .container-fluid
  .col-sm-12
  .box
  .hover_yellow_box
  .small_text {
  position: relative;
  top: -20px;
  transition: 0.5s;
  color: #fff;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
}

#service_detail_sec_5
  .container-fluid
  .col-sm-12
  .box:hover
  .hover_yellow_box
  .small_text {
  top: 0px;
  opacity: 1;
  visibility: visible;
}

#service_detail_sec_5 .container-fluid .col-sm-12 .box .hover_yellow_box h6 {
  transition: 0.5s;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

#service_detail_sec_5 .container-fluid .col-sm-12 .box .hover_yellow_box p {
  color: #fff;
}

#service_detail_sec_5
  .container-fluid
  .col-sm-12
  .box
  .hover_yellow_box
  .hover_box_btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 13px 20px;
  transition: 0.5s;
  border-radius: 50px;
  background-color: #fff;
}

#service_detail_sec_5
  .container-fluid
  .col-sm-12
  .box
  .hover_yellow_box
  .hover_box_btn
  span {
  color: #231f20;
  font-size: 12px;
}

#service_detail_sec_5 .bottom_btn_con {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
}

#service_detail_sec_6 {
  padding-top: 100px;
  padding-bottom: 100px;
  color: #292929;
}

#service_detail_sec_6 .left_con h2 {
  font-size: 50px;
  font-weight: 400;
  font-family: "Comfortaa";
}

#service_detail_sec_6 .right_con .content {
  margin-bottom: 37px;
}

#service_detail_sec_6 .right_con .content h6 {
  margin-bottom: 28px;
  font-size: 26px;
  font-weight: 400;
}

#service_detail_sec_6 .right_con .content p {
  font-size: 14px;
}

#service_detail_sec_6 .right_con .content p strong {
  font-weight: 700;
}

#service_detail_sec_6 .right_con .btn_con .btn_1 {
  border: 1px solid #231f20;
}

#service_detail_sec_6 .right_con .btn_con .btn_1 .text {
  color: #231f20;
  font-size: 20px;
}

#service_detail_sec_6 .right_con .btn_con .btn_1 svg path {
  fill: #292929;
}

#service_detail_sec_6 .right_con .btn_con .btn_1:hover {
  border-color: #00b8e7;
}

#service_detail_sec_6 .right_con .btn_con .btn_1:hover .text {
  color: #fff;
}

#service_detail_sec_6 .right_con .btn_con .btn_1:hover svg path {
  fill: #fff;
}

#service_detail_sec_7 {
  background-color: #231f20;
  padding-top: 69px;
  padding-bottom: 60px;
  border-top: 1px solid #707070;
  color: #fff;
}

#service_detail_sec_7 .row:first-child {
  margin-bottom: 60px;
}

#service_detail_sec_7 .top_left_con h6 {
  margin-bottom: 0px;
  font-size: 50px;
  font-weight: 700;
  font-family: "Comfortaa";
}

#service_detail_sec_7 .top_right_con {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#service_detail_sec_7 .top_right_con .link_arrow {
  display: flex;
  gap: 31px;
  align-items: center;
  text-decoration: none;
}

#service_detail_sec_7 .top_right_con .link_arrow span {
  color: #fff;
  font-size: 18px;
  transition: 0.5s;
}

#service_detail_sec_7 .top_right_con .link_arrow:hover span {
  text-decoration: underline;
}

#service_detail_sec_7 .top_right_con .link_arrow svg {
  transition: 0.5s;
}

#service_detail_sec_7 .top_right_con .link_arrow:hover svg {
  transform: translateX(-10px);
}

#service_detail_sec_7 .blog_con a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

#service_detail_sec_7 .blog_con a .img_con {
  margin-bottom: 23.4px;
  height: 200px;
}

#service_detail_sec_7 .blog_con a .img_con .img_wrapper {
  border-radius: 10px;
}

#service_detail_sec_7 .blog_con a .img_con .img_wrapper .cover {
  border-radius: 10px;
}

#service_detail_sec_7 .blog_con a .img_con .img_wrapper .img_main {
  border-radius: 10px;
  transition: 0.5s;
}

#service_detail_sec_7 .blog_con a:hover .img_con .img_wrapper .img_main {
  transform: scale(1.1) !important;
}

#service_detail_sec_7 .blog_con a h2 {
  margin-bottom: 17.6px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 24px;
}

#service_detail_sec_7 .blog_con a span {
  font-size: 10px;
  color: #fff;
}

#service_detail_sec_8 {
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: #231f20;
  color: #fff;
}

#service_detail_sec_8 .row:first-child {
  margin-bottom: 60px;
}

#service_detail_sec_8 .top_left_con h6 {
  margin-bottom: 0px;
  font-size: 50px;
  font-weight: 700;
  font-family: "Comfortaa";
}

#service_detail_sec_8 .top_right_con {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#service_detail_sec_8 .top_right_con .link_arrow {
  display: flex;
  gap: 31px;
  align-items: center;
  text-decoration: none;
}

#service_detail_sec_8 .top_right_con .link_arrow span {
  color: #fff;
  font-size: 18px;
  transition: 0.5s;
}

#service_detail_sec_8 .top_right_con .link_arrow:hover span {
  text-decoration: underline;
}

#service_detail_sec_8 .top_right_con .link_arrow svg {
  transition: 0.5s;
}

#service_detail_sec_8 .top_right_con .link_arrow:hover svg {
  transform: translateX(-10px);
}

#service_detail_sec_8 .left_con a {
  text-decoration: none;
}

#service_detail_sec_8 .left_con a .img_con {
  height: 550px;
  position: relative;
}

#service_detail_sec_8 .left_con a .img_con .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: 0.5s;
}

#service_detail_sec_8 .left_con a .img_con:hover .icon {
  transform: scale(0.95) translate(-50%, -50%);
  transform-origin: center;
}

#service_detail_sec_8 .right_con .content {
  margin-bottom: 35px;
}

#service_detail_sec_8 .right_con .content h2 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Comfortaa";
  margin-bottom: 16px;
}

#service_detail_sec_8 .right_con .content p {
  font-size: 14px;
}

#service_detail_sec_9 {
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: #231f20;
  color: #fff;
  position: relative;
}

#service_detail_sec_9 .pink_bg {
  position: absolute;
  background-color: #00b8e7;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 60%;
  z-index: 0;
}

#service_detail_sec_9 .container {
  position: relative;
}

#service_detail_sec_9 .row:first-child {
  margin-bottom: 60px;
}

#service_detail_sec_9 .top_left_con h6 {
  margin-bottom: 0px;
  font-size: 50px;
  font-weight: 700;
  font-family: "Comfortaa";
}

#service_detail_sec_9 .top_right_con {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#service_detail_sec_9 .top_right_con .link_arrow {
  display: flex;
  gap: 31px;
  align-items: center;
  text-decoration: none;
}

#service_detail_sec_9 .top_right_con .link_arrow span {
  color: #fff;
  font-size: 18px;
  transition: 0.5s;
}

#service_detail_sec_9 .top_right_con .link_arrow:hover span {
  text-decoration: underline;
}

#service_detail_sec_9 .top_right_con .link_arrow svg {
  transition: 0.5s;
}

#service_detail_sec_9 .top_right_con .link_arrow:hover svg {
  transform: translateX(-10px);
}

#service_detail_sec_9 .left_con a {
  text-decoration: none;
}

#service_detail_sec_9 .left_con a .img_con {
  height: 550px;
  position: relative;
  margin-bottom: 21px;
}

#service_detail_sec_9 .left_con a .img_con .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: 0.5s;
}

#service_detail_sec_9 .left_con a .img_con:hover .icon {
  transform: scale(0.95) translate(-50%, -50%);
  transform-origin: center;
}

#service_detail_sec_9 .left_con a h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  font-family: "Comfortaa";
  margin-bottom: 0px;
}

#service_detail_sec_10 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f0f0f0;
  color: #292929;
}

#service_detail_sec_10 .left_con h2 {
  font-size: 50px;
  font-weight: 400;
  font-family: "Comfortaa";
}

#service_detail_sec_10 .right_con .content {
  margin-bottom: 37px;
}

#service_detail_sec_10 .right_con .content h6 {
  margin-bottom: 28px;
  font-size: 26px;
  font-weight: 400;
}

#service_detail_sec_10 .right_con .content p {
  font-size: 14px;
}

#service_detail_sec_10 .right_con .content p strong {
  font-weight: 700;
}

#service_detail_sec_10 .right_con .btn_con .btn_1 {
  border: 1px solid #231f20;
}

#service_detail_sec_10 .right_con .btn_con .btn_1 .text {
  color: #231f20;
  font-size: 20px;
}

#service_detail_sec_10 .right_con .btn_con .btn_1 svg path {
  fill: #292929;
}

#service_detail_sec_10 .right_con .btn_con .btn_1:hover {
  border-color: #00b8e7;
}

#service_detail_sec_10 .right_con .btn_con .btn_1:hover .text {
  color: #fff;
}

#service_detail_sec_10 .right_con .btn_con .btn_1:hover svg path {
  fill: #fff;
}

#service_detail_sec_11 {
  padding-top: 90px;
  padding-bottom: 90px;
  color: #292929;
}

#service_detail_sec_11 .left_con .content {
  max-width: 416px;
}

#service_detail_sec_11 .left_con .content h2 {
  font-size: 50px;
  font-weight: 400;
  font-family: "Comfortaa";
  margin-bottom: 30px;
}

#service_detail_sec_11 .left_con .content p {
  font-size: 18px;
}
/* Service detail screen end */

/* SEO Auckland */
#seo_auckland_sec_1 {
  position: relative;
  background-color: #231f20;
}

#seo_auckland_sec_1 .pink_bg {
  position: absolute;
  width: 97%;
  height: 100%;
  background-color: #00b8e7;
  left: 50%;
  transform: translateX(-50%);
}

#seo_auckland_sec_1 .element_blue {
  position: absolute;
  bottom: -220px;
  left: -153px;
}

#seo_auckland_sec_1 .element_white {
  position: absolute;
  top: -20px;
  right: -153px;
}

#seo_auckland_sec_1 .container {
  position: relative;
  padding-top: 85px;
  padding-bottom: 85px;
}

#seo_auckland_sec_1 .container .left_con .content {
  color: #fff;
  max-width: 432px;
}

#seo_auckland_sec_1 .container .left_con .content h2 {
  margin-bottom: 22px;
  font-size: 36px;
  font-weight: 400;
  font-family: "Comfortaa";
}

#seo_auckland_sec_1 .container .left_con .content p {
  font-size: 18px;
}

#seo_auckland_sec_1 .container .right_box {
  width: 619px;
  position: absolute;
  right: 0;
  top: 35px;
  box-shadow: 0 3px 66px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 70px;
}

#seo_auckland_sec_1 .container .right_box table tr td {
  border-bottom: 1px dashed #707070;
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 15px;
}

#seo_auckland_sec_1 .container .right_box table tr td:nth-child(2) {
  text-transform: uppercase;
  font-weight: 500;
}

#seo_auckland_sec_1 .container .right_box table tr td a {
  text-decoration: none;
  font-size: 12px;
  color: #1a1a1a;
  font-family: "Comfortaa";
}

#seo_auckland_sec_1 .container .right_box table tr td:nth-child(4) {
  text-align: center;
}

#seo_auckland_sec_2 {
  padding-top: 220px;
  padding-bottom: 156px;
}

#seo_auckland_sec_2 .row:first-child {
  margin-bottom: 100px;
}

#seo_auckland_sec_2 .top_left_content h2 {
  font-size: 50px;
  font-weight: 400;
  font-family: "Comfortaa";
}

#seo_auckland_sec_2 .top_right_content p {
  font-size: 18px;
}

#seo_auckland_sec_2 .row:nth-child(2) {
  margin-bottom: 60px;
}

#seo_auckland_sec_2 .center_content_con h2 {
  font-size: 50px;
  font-weight: 400;
  font-family: "Comfortaa";
}

#seo_auckland_sec_2 .bottom_left_con h6 {
  margin-bottom: 33px;
  font-size: 25px;
  font-weight: 700;
}

#seo_auckland_sec_2 .bottom_left_con p {
  margin-bottom: 30px;
}

#seo_auckland_sec_2 .bottom_right_con h6 {
  margin-bottom: 33px;
  font-size: 25px;
  font-weight: 700;
}

#seo_auckland_sec_2 .bottom_right_con p {
  margin-bottom: 30px;
}

#seo_auckland_sec_3 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #231f20;
  color: #fff;
}

#seo_auckland_sec_3 .row.padding_adjustment {
  padding-bottom: 55px;
}

#seo_auckland_sec_3 .row.padding_adjustment .col-sm-12:first-child {
  padding-left: 50px;
  padding-right: 0px;
}

#seo_auckland_sec_3 .row.padding_adjustment .col-sm-12:last-child {
  padding-right: 50px;
  padding-left: 0px;
}

#seo_auckland_sec_3 .top_title_left_con .content {
  padding-left: 100px;
  color: #fff;
}

#seo_auckland_sec_3 .top_title_left_con .content h2 {
  max-width: 400px;
  font-size: 50px;
  font-weight: 400;
  font-family: "Comfortaa";
}

#seo_auckland_sec_3 .top_title_right_con {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

#seo_auckland_sec_3 .top_title_right_con .content {
  padding-right: 100px;
  color: #fff;
}

#seo_auckland_sec_3 .top_title_right_con .content p {
  font-size: 18px;
}

#seo_auckland_sec_3 .row:first-child {
  margin-bottom: 80px;
}

#seo_auckland_sec_3 .left_con {
  background-color: #fff;
  color: #292929;
  padding: 30px 20px;
  height: 100%;
}

#seo_auckland_sec_3 .left_con .top_con {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}

#seo_auckland_sec_3 .left_con .top_con .left h2 {
  font-size: 50px;
  font-weight: 400;
  font-family: "Comfortaa";
}

#seo_auckland_sec_3 .left_con .top_con .right {
  display: flex;
  align-items: center;
  max-height: 46px;
}

#seo_auckland_sec_3 .bottom_con ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0px;
  padding: 0px;
}

#seo_auckland_sec_3 .bottom_con ul li {
  display: flex;
  gap: 15px;
}

#seo_auckland_sec_3 .bottom_con ul li strong {
  font-size: 14px;
  font-weight: 700;
  width: 110px;
}

#seo_auckland_sec_3 .bottom_con ul li span {
  font-size: 14px;
  font-weight: 400;
}

#seo_auckland_sec_3 .right_con {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55px;
}

#seo_auckland_sec_3 .right_con .inner_box {
  max-width: 452px;
  margin: auto;
  backdrop-filter: blur(19px);
  background-color: rgba(255, 255, 255, 0.15);
}

#seo_auckland_sec_3 .right_con .inner_box ul {
  list-style: none;
  padding: 26px 40px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#seo_auckland_sec_3 .right_con .inner_box ul li {
  display: flex;
  gap: 15px;
}

#seo_auckland_sec_3 .right_con .inner_box ul li h6 {
  margin: 0px;
  font-size: 12px;
  font-weight: 400;
  width: calc(50% - 15px);
}

#seo_auckland_sec_3 .right_con .inner_box ul li:first-child h6 {
  font-size: 18px;
  font-weight: 400;
  font-family: "Comfortaa";
  margin-bottom: 30px;
}

#seo_auckland_sec_3 .right_con .inner_box ul li span {
  margin: 0px;
  font-size: 12px;
  font-weight: 400;
}

#seo_auckland_sec_3 .right_con .inner_box ul li:first-child span {
  font-size: 18px;
  font-weight: 400;
  font-family: "Comfortaa";
}

#seo_auckland_sec_3 .btns_con {
  margin-top: 100px;
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
/* SEO Auckland end */

/* Case study detail screen */
#case_study_sec_1 {
  position: relative;
  background-color: #231f20;
  color: #fff;
}

#case_study_sec_1 .element_blue {
  position: absolute;
  left: -99px;
  bottom: -6.4px;
  z-index: 1;
}

#case_study_sec_1 .element_pink {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -117px;
  z-index: 3;
}

#case_study_sec_1 .element_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 1;
}
.single-industries #business_model .left_con {
  padding: 0;
  display: unset;
}

@media (min-width: 991px) {
  #case_study_sec_1 .container-fluid {
    padding-left: 70px;
    padding-right: 70px;
  }
}

#case_study_sec_1 .container-fluid {
  position: relative;
  padding-top: 150px;
  padding-bottom: 350px;
}

#case_study_sec_1 .container-fluid .img_main {
  position: absolute;
  top: 100px;
  right: 80px;
  z-index: 2;
}

#case_study_sec_1 .container-fluid .left_con {
  max-width: 560px;
  position: relative;
  z-index: 3;
}

#case_study_sec_1 .container-fluid .left_con .content {
  margin-bottom: 40px;
}

#case_study_sec_1 .container-fluid .left_con .content h1 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Comfortaa";
  margin-bottom: 40px;
}

#case_study_sec_1 .container-fluid .left_con .content p {
  font-size: 30px;
}

#case_study_sec_2 {
  position: relative;
  background-color: #00b8e7;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}

#case_study_sec_2 .img_left {
  position: absolute;
  left: -166px;
  top: -100px;
  z-index: 2;
}

#case_study_sec_2 .right_con {
  position: relative;
  z-index: 3;
}

#case_study_sec_2 .right_con .content {
  max-width: 566px;
}

#case_study_sec_2 .right_con .content h2 {
  margin-bottom: 50px;
  font-size: 50px;
  font-weight: 700;
  font-family: "Comfortaa";
}

#case_study_sec_2 .right_con .content p {
  font-size: 18px;
}

#case_study_sec_3 {
  padding-top: 87px;
  padding-bottom: 87px;
  color: #231f20;
}

#case_study_sec_3 .sec_title_con h2 {
  margin-bottom: 66px;
  font-size: 50px;
  font-weight: 700;
  font-family: "Comfortaa";
}

#case_study_sec_3 .content_con .title_con h6 {
  margin-bottom: 41px;
  font-size: 25px;
  font-weight: 700;
  font-family: "Comfortaa";
}

#case_study_sec_3 .content_con .stacks {
  display: flex;
  gap: 40px;
}

#case_study_sec_3 .content_con .stacks .icon_con svg {
  width: 50px;
}

#case_study_sec_3 .content_con .stacks .icon_con svg path {
  fill: #000;
}

#case_study_sec_4 {
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #e6e6e6;
  color: #231f20;
}

#case_study_sec_4 .row:first-child {
  margin-bottom: 100px;
}

@media (min-width: 991px) {
  #case_study_sec_4 .row .col-sm-12:first-child {
    padding-right: 60px;
  }

  #case_study_sec_4 .row .col-sm-12:last-child {
    padding-left: 60px;
  }
}

#case_study_sec_4 .left_con img {
  box-shadow: 0 3px 85px rgba(0, 0, 0, 0.1);
}

#case_study_sec_4 .right_con {
  height: 100%;
  display: flex;
  align-items: center;
}

#case_study_sec_4 .right_con .content h2 {
  margin-bottom: 32px;
  font-size: 50px;
  font-weight: 700;
  font-family: "Comfortaa";
}

#case_study_sec_4 .right_con .content p {
  font-size: 18px;
}

#case_study_sec_5 {
  padding-top: 127px;
  background-color: #1c1c1c;
  background-color: #eff1f2;
}

#case_study_sec_5 .row {
  margin-bottom: 85px;
}

#case_study_sec_5 .left_con h2 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Comfortaa";
}

#case_study_sec_5 .right_con .content p {
  font-size: 18px;
  margin-bottom: 20px;
}

#case_study_sec_5 .img_con {
  height: 690px;
}

#case_study_sec_5 .img_con .img_wrapperr {
  text-align: center;
}

#case_study_sec_6 {
  padding-top: 100px;
  padding-bottom: 100px;
  columns: #231f20;
}

#case_study_sec_6 .title_con h2 {
  font-size: 50px;
  font-weight: 400;
  font-family: "Comfortaa";
  margin-bottom: 60px;
}

@media (min-width: 991px) {
  #case_study_sec_6 .col-sm-12 {
    padding: 0px;
    padding: 50px;
    text-align: center;
  }
  #case_study_sec_6 .col-sm-6:nth-child(1) {
    border: 1px solid #e6e6e6;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
  }

  #case_study_sec_6 .col-sm-6:nth-child(2) {
    border: 1px solid #e6e6e6;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
  }

  #case_study_sec_6 .col-sm-6:nth-child(3) {
    border: 1px solid #e6e6e6;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
  }

  #case_study_sec_6 .col-sm-6:nth-child(4) {
    border: 1px solid #e6e6e6;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }

  #case_study_sec_6 .col-sm-6:nth-child(5) {
    border: 1px solid #e6e6e6;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }

  #case_study_sec_6 .col-sm-6:nth-child(6) {
    border: 1px solid #e6e6e6;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }

  #case_study_sec_6 .col-sm-6:nth-child(7) {
    border: 1px solid #e6e6e6;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }

  #case_study_sec_6 .col-sm-6:nth-child(8) {
    border: 1px solid transparent;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
}

#case_study_sec_6 .box_con .icon_con {
  margin-bottom: 25px;
}

#case_study_sec_6 .box_con .icon_con img {
  height: 50px;
}

#case_study_sec_6 .box_con span {
  font-size: 14px;
  font-weight: 500;
}

#case_study_sec_7 {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #231f20;
  position: relative;
}

#case_study_sec_7 .sec_title_con h2 {
  font-size: 50px;
  font-weight: 400;
  font-family: "Comfortaa";
  max-width: 510px;
  margin-bottom: 90px;
  color: #fff;
}

#case_study_sec_7 .element_pink {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: -104px;
  z-index: 2;
}

#case_study_sec_7 .element_blue {
  position: absolute;
  left: -35px;
  bottom: 47px;
  z-index: 2;
}

#case_study_sec_7 .container {
  position: relative;
}

#case_study_sec_7 .container .element_right {
  position: absolute;
  top: 0px;
  right: 80px;
}

#case_study_sec_7 .container .element_left {
  position: absolute;
  bottom: -9px;
  z-index: 1;
  left: -20px;
}

#case_study_sec_7 .content_con {
  padding: 45px 100px;
  background-color: #fff;
  color: #231f20;
}

#case_study_sec_7 .content_con .content h2 {
  font-size: 50px;
  font-weight: 400;
  font-family: "Comfortaa";
  margin-bottom: 10px;
}

#case_study_sec_7 .content_con .content p {
  font-size: 18px;
}

#case_study_sec_7 .content_con .director_details h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
}

#case_study_sec_7 .content_con .director_details span {
  font-size: 15px;
  color: #b2b2b2;
}
/* Case study detail screen end */

/* About us story popup */
.modal_member_story .modal-dialog {
  height: auto;
}

.modal_member_story .modal-body .top_con {
  padding: 0px 50px;
  background-color: #f0f0f0;
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}

.modal_member_story .modal-body .top_con .left span {
  font-size: 35px;
  font-weight: 700;
  font-family: "Comfortaa";
}

.modal_member_story .modal-body .top_con .right img {
  height: 250px;
}

.modal_member_story .modal-body .main_content .content {
  padding: 30px;
}

.modal_member_story .modal-body .main_content .content h2,
.modal_member_story .modal-body .main_content .content h3,
.modal_member_story .modal-body .main_content .content h4,
.modal_member_story .modal-body .main_content .content h5,
.modal_member_story .modal-body .main_content .content h6 {
  font-family: "Comfortaa";
}

.modal_member_story .modal-body .main_content .content p {
  font-size: 14px;
}
/* About us story popup end */

/* How We Collaborate */
#collaborate_section_1 {
  background-color: #23201f;
  color: #fff;
  padding-bottom: 136px;
}

#collaborate_section_1 .img_con {
  margin-bottom: 62px;
}

#collaborate_section_1 .cover {
  background-color: #23201f;
}

#collaborate_section_1 .title_con h2 {
  margin-bottom: 59px;
  font-size: 90px;
  font-weight: 700;
  font-family: "Comfortaa";
}

#collaborate_section_1 .left_con .content p {
  font-size: 25px;
  margin-bottom: 20px;
}

#collaborate_section_2 {
  background-color: #f5f5f5;
  padding-top: 116px;
  padding-bottom: 95px;
}

#collaborate_section_2 .main_title_con {
  text-align: center;
  margin-bottom: 30px;
  color: #000;
  font-family: "Comfortaa";
}

#collaborate_section_2 .main_title_con h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}

#collaborate_section_2 .main_title_con h4 {
  font-size: 30px;
  font-weight: 400;
}

#collaborate_section_2 .counting {
  display: block;
  font-size: 100px;
  color: #e6e6e6;
  font-weight: 900;
  line-height: 123px;
}

#collaborate_section_2 .box {
  transition: 0.5s;
  box-shadow: 0 3px 56px rgba(0, 0, 0, 0.11);
  padding-top: 40.2px;
  padding-left: 42.3px;
  padding-right: 42.3px;
  padding-bottom: 55px;
  height: 80%;
}

#collaborate_section_2 .box:hover {
  transform: translateY(-15px);
  cursor: pointer;
}

#collaborate_section_2 .box .icon_con {
  margin-bottom: 35px;
}

#collaborate_section_2 .box .icon_con img {
  max-height: 108px;
}

#collaborate_section_2 .box .content_con h6 {
  margin-bottom: 24px;
  font-size: 45px;
  font-family: "Roboto";
  font-weight: 700;
  color: #00b8e7;
}

#collaborate_section_2 .box .content_con p {
  font-size: 18px;
}

#collaborate_section_2 .btnn_con {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 52px;
}

#collaborate_section_3 {
  background-color: #00b8e7;
  color: #fff;
  padding-top: 110px;
  padding-bottom: 110px;
}

#collaborate_section_3 .row:first-child {
  margin-bottom: 70px;
}

#collaborate_section_3 .main_title_con h2 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Comfortaa";
  max-width: 450px;
}

#collaborate_section_3 .main_content_con {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

#collaborate_section_3 .main_content_con p {
  font-size: 18px;
}

#collaborate_section_3 .tabs_con {
  box-shadow: 0 3px 75px rgba(86, 175, 49, 0.21);
  background-color: #fff;
  border-radius: 5px;
}

#collaborate_section_3 .tabs_con .nav {
  margin: 0px;
}

#collaborate_section_3 .tabs_con .nav .nav-item {
  width: 25%;
}

#collaborate_section_3 .tabs_con .nav .nav-item button {
  background-color: #fff;
  transition: 0.5s;
  padding: 45px;
  padding-bottom: 40px;
  width: 100%;
  border: 0px;
  border-bottom: 5px solid transparent;
  color: #000;
  font-size: 22px;
}

#collaborate_section_3 .tabs_con .nav .nav-item button:first-child {
  border-top-left-radius: 5px;
}

#collaborate_section_3 .tabs_con .nav .nav-item button:last-child {
  border-top-right-radius: 5px;
}

#collaborate_section_3 .tabs_con .nav .nav-item button.active {
  background-color: #fbedf8;
  border-bottom: 5px solid #00b8e7;
}

#collaborate_section_3 .tabs_con .tab-content {
  padding: 50px;
}

#collaborate_section_3 .tabs_con .tab-content .imgs_con {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

#collaborate_section_3 .tabs_con .tab-content .imgs_con img {
  height: 130px;
}
/* How We Collaborate END */

/* Case study actual */
#case_sec_1 {
  background-color: #23201f;
  padding-bottom: 00px;
}

#case_sec_1 .img_wrapper {
  max-height: 600px;
}

#the_challenge {
  padding-top: 120px;
  padding-bottom: 105px;
  background-color: #fff;
  color: #1c1c1c;
}

#the_challenge .row:first-child {
  margin-bottom: 65px;
}

#the_challenge .left_con h2 {
  font-size: 50px;
  font-weight: 400;
  font-family: "Comfortaa";
}

#the_challenge .right_con .content p {
  font-size: 18px;
}

#the_process {
  background-color: #23201f;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 100px;
}

#the_process .main_title_con {
  margin: auto;
  text-align: center;
  margin-bottom: 60px;
  max-width: 980px;
}

#the_process .main_title_con h2 {
  font-size: 50px;
  font-weight: 400;
}

#the_process .main_title_con p {
  font-size: 18px;
}

@media (min-width: 991px) {
  #the_process .content_con {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#the_process .content_con .title_con h6 {
  font-family: "Roboto";
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 28px;
}

#the_process .content_con .content p {
  font-size: 18px;
}

#the_impact {
  background-color: #23201f;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 100px;
}

.the_impact__v2 {
  background-color: #00b8e7 !important;
}

#the_impact .main_title_con {
  text-align: center;
  margin-bottom: 60px;
}

#the_impact .main_title_con h2 {
  font-size: 50px;
  font-weight: 400;
}

#the_impact .main_title_con p {
  font-size: 18px;
}

@media (min-width: 991px) {
  #the_impact .content_con {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#the_impact .content_con {
  margin-bottom: 50px;
}

#the_impact .content_con .title_con h6 {
  font-family: "Roboto";
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 28px;
}

#the_impact .content_con .content h3 {
  font-family: "Roboto";
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 28px;
}

#the_impact .content_con .content p {
  font-size: 18px;
}

@media (min-width: 991px) {
  #business_model .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#business_model .left_con {
  padding: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
  justify-content: center;
}

#business_model .left_con .title_con h2 {
  font-size: 50px;
  font-weight: 400;
}

#business_model .left_con .content h2 {
  font-size: 50px;
  font-weight: 400;
}

#business_model .left_con .content p {
  font-size: 18px;
}

#business_model .right_con {
  height: 500px;
  min-height: 500px;
}

#business_model .right_con .img_con {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
}

#conclusion {
  padding-top: 120px;
  /* padding-bottom: 120px; */
  /* background-color: #23201f; */
  color: #fff;
}

@media (min-width: 991px) {
  #conclusion .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#conclusion .main_title_con {
  margin: auto;
  max-width: 800px;
  text-align: center;
  margin-bottom: 60px;
}

#conclusion .main_title_con .title_con h2 {
  font-size: 50px;
  font-weight: 400;
  color: #231f20;
}

#conclusion .main_title_con .content p {
  font-size: 18px;
  color: #231f20;
}

#conclusion .img_con {
  width: 100%;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#ai_the_challenge {
  padding-top: 100px;
  padding-bottom: 100px;
}

#ai_the_challenge .row_1 {
  margin-bottom: 60px;
}

#ai_the_challenge .row_1 .left_con h2 {
  font-size: 50px;
  font-weight: 400;
}

#ai_the_challenge .row_1 .right_con p {
  font-size: 18px;
}

#ai_the_challenge .row_2 .center_con h2 {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 28px;
}

#ai_the_challenge .row_2 .video_popup {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 500px;
  margin-bottom: 48px;
}

#ai_the_challenge .row_2 .video_popup .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: 0.5s;
}

#ai_the_challenge .row_2 .video_popup:hover .icon {
  transform: translate(-50%, -50%) scale(1.1);
}

#ai_the_challenge .row_3 .content {
  color: #fff;
}

#ai_the_challenge .row_3 .content p {
  font-size: 18px;
}

#ai_the_challenge {
  position: relative;
}

#ai_the_challenge .dark_bg {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 550px;
  width: 100%;
  background-color: #23201f;
}

#ai_the_challenge .container {
  position: relative;
}

#ai_benefits {
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #23201f;
  color: #fff;
}

#ai_benefits .left_con h2 {
  font-size: 50px;
  font-weight: 400;
}

#ai_benefits .right_con .content p {
  font-size: 18px;
}
/* Case study actual end */

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
  font-size: 28px !important;
  color: #fff !important;
}

#ajaxsearchlite1 .probox .proinput input::placeholder,
div.asl_w .probox .proinput input::placeholder {
  color: #fff !important;
}

div.asl_w .probox .promagnifier {
  display: none;
}
.foogallery.fg-border-medium .fg-item-inner {
  border: none !important;
  border-width: 0 !important;
}
.page-template-gallery-php #about_sec_2 {
  padding-bottom: 45px;
}
#contact_us_sec_1 .left_con p {
  font-size: 18px;
}
#contact_us_sec_1 .left_con a {
  color: #00b8e7;
}
.content_d ul {
  padding: 0;
  margin-left: 32px;
}
.page-template-landing-page #the_impact {
  padding-top: 80px;
  padding-bottom: 60px;
}
.page-template-landing-page #the_challenge {
  padding-top: 120px;
  padding-bottom: 30px;
}
.page-template-landing-page #the_process .content_con {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 60px;
}
.page-template-landing-page #the_process {
  padding-bottom: 60px;
}
.gallery_short {
  padding-top: 60px;
}
section#price_table {
  padding: 91px 0 0 0;
}
/* .price_inner_div {
  max-width: 800px;
  margin: auto;
} */
.price_table_inner {
  padding-top: 40px;
  padding-bottom: 50px;
}

#conclusion ul li {
  color: #231f20;
  font-size: 18px;
  width: max-content;
}
.page-template-landing-page #conclusion ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  padding-bottom: 11px;
}
#business_model .right_con.custom_right {
  height: 530px;
}
#business_model .right_con.custom_right_industry {
  height: 500px;
}
.btnn_con.custom_btn .btn_1__v2 {
  border: 1px solid #231f20;
}
.btnn_con.custom_btn .btn_1__v2:hover {
  border: none;
}
#conclusion .btnn_con.custom_btn {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
#the_process .btnn_con.custom_btn {
    display: flex;
    justify-content: center;
    padding-top: 60px;
}
.single-industries section#business_model {
    padding: 70px 0 60px 0;
}
.single-industries #conclusion{
  padding-top: 60px;
}
.single-industries section#business_model .left_con .title_con h2 {
  padding-bottom: 30px;
}
.single-industries section#business_model .left_con .btnn_con {
  margin-top: 55px;
}
body ul,
body ol {
  margin-left: 35px;
  padding: 0;
}
.custom_cont_class p a {
  text-decoration: none;
  color: #00b8e7;
}
#home_sec_1 .main_wrapper.custom_cont_class {
  padding: 0;
}
#home_sec_1 .main_wrapper.custom_cont_class .title_con {
  border: none;
}
#home_sec_1 .main_wrapper.custom_cont_class .btnn_con {
  margin-top: 50px;
}
.galler_btn {
  display: flex;
  justify-content: center;
  margin-top: 75px;
}
/* Tablet View */
@media (max-width: 767px) {
  .page-template-landing-page #the_challenge {
    padding-top: 76px;
    padding-bottom: 12px;
  }
  .page-template-landing-page #the_process {
    padding-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .footer_logo {
    text-align: left;
  }
  #colophon .col_1 .social_media {
    justify-content: start;
  }
  .menu_con.address_con {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  #masthead {
    text-align: center;
  }
  #colophon .element_blue,
  #colophon .element_red {
    display: none;
  }
  #masthead .left_con {
    margin-bottom: 15px;
  }

  #masthead .right_con {
    justify-content: center;
  }
  .single-industries section#business_model {
    padding: 75px 0 0 0;
  }
  #business_model .right_con.custom_right_industry {
    height: 400px;
    margin-top: 75px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    text-align: center;
  }

  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-item
    > a.mega-menu-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  #home_banner {
    background-position: center;
  }

  #home_banner .content_con {
    max-width: 450px;
  }

  #home_banner .content_con h1 {
    font-size: 50px;
  }

  #home_banner .content_con p {
    font-size: 20px;
  }

  #home_banner .content_con {
    margin-bottom: 20px;
    gap: 20px;
  }

  #home_sec_1 .main_wrapper .scroller_con {
    display: none;
  }

  #home_sec_1 .main_wrapper .title_con {
    flex-direction: column;
    align-items: flex-start;
    gap: 00px;
  }

  #home_sec_1 {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  #home_sec_1 .main_wrapper .title_con .right {
    padding-top: 0px;
    padding-right: 0;
  }

  #home_sec_1 .main_wrapper {
    padding-left: 0px;
    overflow-x: auto;
  }

  #home_sec_1 .main_wrapper .services_wrapper .services {
    flex-direction: column;
    gap: 30px;
  }

  #home_sec_1 .main_wrapper .services_wrapper .services .service {
    width: 100%;
    padding: 50px;
    min-height: 450px;
    max-width: 520px;
    margin: auto;
  }

  #home_sec_2 .top_con .title_con h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  #home_sec_2 .top_con .content_con {
    margin-bottom: 50px;
  }

  #home_sec_2 .top_con .btn_con {
    justify-content: flex-start;
    margin-bottom: 50px;
  }

  #home_sec_2 .element_blue {
    left: -170px;
  }

  #home_sec_2 .element_red {
    right: -170px;
  }

  #home_sec_3 .top_content_con .content p {
    margin-bottom: 80px;
  }

  #home_sec_3 .container-fluid .col-sm-12 .box .hover_yellow_box {
    opacity: 1;
    visibility: visible;
    background-color: rgba(252, 185, 17, 0.3) !important;
    transform: scale(1);
  }

  #home_sec_3 .container-fluid .col-sm-12 .box .case_study_btn {
    display: none;
  }

  #home_sec_1 .main_wrapper .title_con .left h2 {
    font-size: 80px;
  }

  #home_sec_2 .top_con .content_con h2 {
    font-size: 80px;
  }

  #home_sec_3 .top_content_con .title_con h2 {
    font-size: 80px;
  }

  #home_sec_2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #home_sec_3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #home_sec_4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #home_sec_4 .title_main_con .title_con h2 {
    font-size: 80px;
  }

  #home_sec_4 .title_main_con {
    margin-bottom: 50px;
  }

  #home_sec_4 .yellow_box .nav-tabs .nav-link {
    font-size: 18px;
    width: 100%;
  }

  #home_sec_4 .yellow_box .tab_main_con {
    flex-direction: column;
    height: auto;
  }

  #home_sec_4 .yellow_box .tab_main_con .left_con {
    width: 100%;
  }

  #home_sec_4 .yellow_box .tab_main_con .right_con {
    width: 100%;
    overflow: auto;
  }

  #home_sec_4 .yellow_box .tab_main_con .right_con .posts_con .post .right {
    justify-content: flex-start;
  }

  #signup_before_footer form p {
    flex-direction: column;
    gap: 35px;
  }

  #signup_before_footer form p input {
    width: 100%;
    max-width: 100% !important;
  }

  #signup_before_footer input[type="submit"] {
    background-position: 58%;
  }

  #colophon .col_1 {
    margin-bottom: 50px;
  }

  #colophon .col_1 .content_con {
    margin-bottom: 50px;
  }

  #colophon .title_con h5 {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  #colophon .col_2 {
    padding-left: 0px;
    margin-bottom: 35px;
  }

  #colophon .col_3 {
    padding-left: 0px;
  }

  #colophon .col_4 {
    padding-left: 0px;
    padding-bottom: 65px;
  }

  #colophon .row:first-child {
    padding-bottom: 0px;
  }

  #colophon .footer_bar {
    padding-bottom: 23.9px;
  }

  #generic_banner .main_content_con .title_con h1 {
    font-size: 80px;
  }
  .page-template-landing-page-php
    #generic_banner
    .main_content_con
    .title_con
    h1 {
    font-size: 40px;
  }
  #generic_banner {
    padding-top: 220px;
    padding-bottom: 120px;
  }

  #about_sec_1 .img_main_con {
    transform: translateY(-50px);
  }

  #about_sec_2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #about_sec_2 .top_title_con h2 {
    font-size: 35px;
  }

  #about_sec_2 .row:first-child {
    margin-bottom: 50px;
  }

  #about_sec_2 .accordion_con .nav-tabs .nav-link {
    font-size: 13px;
  }

  #about_sec_2 .accordion_con .nav-tabs {
    margin-bottom: 50px;
  }

  #about_sec_2 .accordion_con .tab_content_con .left_con {
    padding-right: 0px;
    margin-bottom: 25px;
    align-items: flex-start;
  }

  #about_sec_2 .accordion_con .tab_content_con .left_con .content h6 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  #about_sec_2 .accordion_con .tab_content_con .right_con {
    padding-left: 0px;
  }

  #about_sec_2 .accordion_con .nav-tabs {
    justify-content: center;
  }

  #about_sec_3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #about_sec_3 .row:first-child {
    margin-bottom: 0px;
  }

  #about_sec_3 .main_title_con h2 {
    font-size: 30px;
  }

  #about_sec_3 .box .content_main_con .content_con p {
    font-size: 20px;
    margin-bottom: 15px;
  }

  #about_sec_3 .box .content_main_con .content_con h6 {
    font-size: 20px;
  }

  #about_sec_4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #about_sec_4 .title_con {
    padding-bottom: 30px;
  }

  #about_sec_4 .title_con h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  #about_sec_4 .box {
    max-width: 400px;
  }

  #about_sec_4 .below_title_con {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  #about_sec_4 .below_title_con h3 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  #about_sec_4 .more_content {
    padding: 0px;
    padding-top: 50px;
  }

  #about_sec_4 .more_content h3 {
    font-size: 30px;
  }

  #about_sec_5 .title_con h2 {
    margin-bottom: 50px;
  }

  #about_sec_6 {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  #about_sec_6 .row:first-child {
    margin-bottom: 50px;
  }

  #about_sec_6 .main_title_con h2 {
    font-size: 30px;
  }

  #about_sec_6
    .accordion_con
    .accordion-item
    .accordion-header
    .accordion-button {
    font-size: 20px;
  }

  #blogs_listing .blog_con a .img_con {
    height: 350px;
  }

  #blog_details_sec_1 .left_con .back_to_blogs {
    margin-bottom: 50px;
  }

  #blog_details_sec_1 .left_con .title_con h1 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  #blog_details_sec_1 .right_con .img_con {
    margin-top: -80px;
  }

  #blog_details_sec_2 .left_con {
    display: none;
  }

  #blog_details_sec_2 {
    padding-bottom: 80px;
  }

  #blog_details_sec_3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #blog_details_sec_3 .row:first-child {
    margin-bottom: 50px;
  }

  #blog_details_sec_3 .top_left_con h6 {
    font-size: 30px;
  }

  #blog_details_sec_3 .gy-5 {
    margin: 0px !important;
  }

  #blog_details_sec_3 .top_right_con {
    justify-content: flex-start;
  }

  #blog_details_sec_3 .blog_con a .img_con {
    height: 350px;
  }

  #blog_details_sec_4 .link_con {
    justify-content: flex-start;
  }

  #blog_details_sec_4 .left_con a {
    width: 100%;
  }

  #blog_details_sec_4 .right_con .content h2 {
    font-size: 30px;
  }

  #blog_details_sec_1 .right_con .img_con {
    height: 400px;
  }

  #careers_sec_1 .img_main_con {
    height: 400px;
    transform: translateY(-55px);
  }

  #careers_sec_2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #careers_sec_2 .title_con h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }

  #careers_sec_2 .vacancies_con .jobs_list .job .left h6 {
    font-size: 20px;
  }

  #careers_sec_2 .vacancies_con .jobs_list .job {
    padding: 20px;
  }

  #signup_before_footer {
    padding-bottom: 30px;
  }

  #careers_sec_3 .full_width_img {
    height: 400px;
  }

  #career_detail_form {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #career_detail_form .form_box {
    padding: 20px;
  }

  #collaborate_section_1 .title_con h2 {
    font-size: 50px;
    margin-bottom: 30px;
  }

  #collaborate_section_1 .left_con .content p {
    font-size: 20px;
  }

  #collaborate_section_1 .left_con {
    margin-bottom: 50px;
  }

  #collaborate_section_2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #collaborate_section_2 .main_title_con h2 {
    font-size: 30px;
  }

  #collaborate_section_2 .main_title_con h4 {
    font-size: 20px;
  }

  #collaborate_section_2 .col-sm-12 {
    margin-bottom: 50px;
  }

  #seo_auckland_sec_1 .container .right_box {
    position: relative;
    padding: 50px;
    width: auto;
  }

  #seo_auckland_sec_2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #seo_auckland_sec_2 .top_left_content h2 {
    font-size: 30px;
  }

  #seo_auckland_sec_2 .row:first-child {
    margin-bottom: 50px;
  }

  #seo_auckland_sec_2 .center_content_con h2 {
    font-size: 40px;
  }

  #seo_auckland_sec_3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #seo_auckland_sec_3 .top_title_left_con .content {
    padding-left: 0px;
  }

  #seo_auckland_sec_3 .top_title_left_con .content h2 {
    font-size: 30px;
  }

  #seo_auckland_sec_3 .row:first-child {
    margin-bottom: 50px;
  }

  #seo_auckland_sec_3 .row.padding_adjustment .col-sm-12:first-child {
    padding-left: 12px;
    padding-right: 12px;
  }

  #seo_auckland_sec_3 .row.padding_adjustment .col-sm-12:last-child {
    padding-left: 12px;
    padding-right: 12px;
  }

  #seo_auckland_sec_3 .right_con .inner_box {
    margin: unset;
  }

  #seo_auckland_sec_3 .left_con {
    padding: 30px;
  }

  #seo_auckland_sec_3 .right_con {
    padding: 30px;
  }

  #seo_auckland_sec_3 .left_con .top_con {
    margin-bottom: 30px;
  }

  #seo_auckland_sec_3 .left_con .top_con .left h2 {
    font-size: 30px;
  }

  #seo_auckland_sec_3 .btns_con {
    margin-top: 20px;
  }

  #service_detail_sec_7 .top_left_con h6 {
    font-size: 30px;
  }

  #service_detail_sec_7 .top_right_con {
    justify-content: flex-start;
  }

  #service_detail_sec_7 .blog_con a .img_con {
    height: 350px;
  }

  #service_detail_sec_8 .top_left_con h6 {
    font-size: 30px;
  }

  #service_detail_sec_8 .top_right_con {
    justify-content: flex-start;
  }

  #service_detail_sec_8 .left_con a {
    width: 100%;
  }

  #service_detail_sec_8 .right_con .content h2 {
    font-size: 30px;
  }

  #service_detail_sec_11 .left_con .content h2 {
    font-size: 30px;
  }

  #service_detail_sec_11 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #service_detail_sec_1 .img_main_con {
    height: 400px;
  }

  #service_detail_sec_2 {
    padding-top: 40px;
  }

  #service_detail_sec_2 .left_con h2 {
    margin-bottom: 30px;
    font-size: 30px;
  }

  #service_detail_sec_2 .right_con .images_on_right {
    margin-top: 30px;
    gap: 30px;
  }

  #service_detail_sec_2 .btnn_con {
    margin-top: 40px;
  }

  #service_detail_sec_4 {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  #service_detail_sec_4 .left_con h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }

  #service_detail_sec_4 .right_con {
    column-gap: 30px;
    row-gap: 30px;
  }

  #service_detail_sec_5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #service_detail_sec_5 .top_content_con {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
    align-items: flex-start;
  }

  #service_detail_sec_5 .top_content_con .title_con h2 {
    font-size: 30px;
  }

  #service_detail_sec_5 .container-fluid .col-sm-12 .box .hover_yellow_box {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    background-color: rgba(252, 185, 17, 0.5) !important;
  }

  #service_detail_sec_5 .container-fluid .col-sm-12 .box .case_study_btn {
    display: none;
  }

  #the_challenge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #the_challenge .left_con h2 {
    font-size: 30px;
  }

  #the_challenge .row:first-child {
    margin-bottom: 50px;
  }

  #the_process {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #the_process .main_title_con h2 {
    font-size: 30px;
    text-align: left;
  }

  #collaborate_section_3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #collaborate_section_3 .main_title_con h2 {
    font-size: 30px;
  }

  #collaborate_section_3 .row:first-child {
    margin-bottom: 50px;
  }

  #collaborate_section_3 .tabs_con .nav .nav-item button {
    padding: 20px 30px;
  }

  #collaborate_section_3 .tabs_con .nav .nav-item {
    width: 50%;
    border-bottom: 5px solid #fbedf8;
  }

  #the_impact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #the_impact .main_title_con h2 {
    font-size: 30px;
  }

  #the_impact .main_title_con {
    margin-bottom: 50px;
  }

  #the_impact .content_con .title_con h6 {
    margin-bottom: 15px;
  }

  #business_model .left_con {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 50px;
  }

  #business_model {
    padding-bottom: 80px;
  }

  #business_model .left_con .title_con h2 {
    font-size: 30px;
  }

  #conclusion {
    padding-top: 80px;
  }

  #conclusion .main_title_con .title_con h2 {
    font-size: 30px;
  }

  #conclusion .img_con {
    height: 400px;
  }

  #ai_the_challenge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #ai_the_challenge .row_1 .left_con h2 {
    font-size: 30px;
  }

  #ai_the_challenge .row_1 {
    margin-bottom: 40px;
  }

  #ai_the_challenge .row_2 .center_con h2 {
    font-size: 30px;
    margin-bottom: 16px;
  }

  #the_impact .content_con .content h3 {
    margin-bottom: 15px;
  }

  #the_impact .content_con {
    margin-bottom: 30px;
  }

  #business_model .left_con .content h2 {
    font-size: 30px;
  }

  #business_model .left_con {
    padding-bottom: 35px;
  }

  #case_study_sec_1 .container-fluid {
    padding-top: 200px;
    padding-bottom: 400px;
  }

  #case_study_sec_1 .container-fluid .img_main {
    /* position: relative; */
    top: unset;
    bottom: 180px;
    max-height: 400px;
    max-width: 500px;
  }

  #case_study_sec_1 .container-fluid .left_con .content h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  #case_study_sec_1 .container-fluid .left_con .content p {
    font-weight: 400;
    font-size: 18px;
  }

  #case_study_sec_2 {
    padding-top: 400px;
    padding-bottom: 80px;
  }

  #case_study_sec_2 .right_con .content h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  #case_study_sec_3 {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  #case_study_sec_3 .content_con {
    margin-bottom: 50px;
  }

  #case_study_sec_3 .content_con .title_con h6 {
    margin-bottom: 0px;
    font-size: 20px;
  }

  #case_study_sec_3 .sec_title_con h2 {
    margin-bottom: 50px;
    font-size: 30px;
  }

  #case_study_sec_4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #case_study_sec_4 .left_con {
    margin-bottom: 50px;
  }

  #case_study_sec_4 .right_con .content h2 {
    font-size: 30px;
  }

  #case_study_sec_5 {
    padding-top: 80px;
  }

  #case_study_sec_5 .left_con h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }

  #case_study_sec_5 .img_con {
    height: auto;
  }

  #case_study_sec_6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #case_study_sec_6 .title_con h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }

  #case_study_sec_6 .col-sm-6 {
    padding: 0px;
    padding: 50px;
    text-align: center;
  }

  #case_study_sec_6 .col-sm-6:nth-child(odd) {
    border: 1px solid #e6e6e6;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
  }

  #case_study_sec_6 .col-sm-6:nth-child(even) {
    border: 1px solid #e6e6e6;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }

  #case_study_sec_6 .col-sm-6:nth-child(7) {
    border-bottom: 1px solid transparent;
  }

  #case_study_sec_6 .col-sm-6:nth-child(8) {
    border-bottom: 1px solid transparent;
  }

  #case_study_sec_7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #case_study_sec_7 .sec_title_con h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }

  #case_study_sec_7 .container .element_left {
    position: relative;
  }

  #case_study_sec_7 .container .element_right {
    right: 0;
  }

  #case_study_sec_7 .content_con {
    padding: 30px;
  }

  #case_study_sec_7 .content_con .content h2 {
    font-size: 30px;
  }
}
/* Tablet View END */

/* Mobile View */
@media (max-width: 786px) {
  #masthead .left_con {
    text-align: left;
    margin-bottom: 0px;
  }
  #about_sec_1 .content_con h2 {
    font-size: 30px;
  }
  #masthead .right_con {
    width: 100%;
    display: block;
    transform: translateY(20px);
  }

  #mega-menu-wrap-menu-1 .mega-menu-toggle {
    position: absolute;
    width: max-content;
    right: 0;
    top: -65px;
    background-color: transparent;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-child {
    margin-left: 0px;
  }

  #generic_banner {
    padding-top: 150px;
  }

  #generic_banner .main_content_con .title_con h1 {
    font-size: 50px;
  }
  .page-template-landing-page-php
    #generic_banner
    .main_content_con
    .title_con
    h1 {
    font-size: 40px;
  }
  #about_sec_1 .img_main_con {
    height: 350px;
  }

  #about_sec_2 .accordion_con .nav-tabs .nav-link {
    padding: 15px 25px;
  }

  #about_sec_2 .top_title_con h2 {
    font-size: 30px;
  }

  #about_sec_2 .row:first-child {
    margin-bottom: 35px;
  }

  #about_sec_2 .accordion_con .tab_content_con .right_con .img_main {
    height: 350px;
  }

  #about_sec_3 .box .content_main_con {
    padding-left: 10px;
    padding-top: 40px;
  }

  #about_sec_3 .box .img_member {
    right: -20px;
    transform: translateY(30px) scale(0.8);
  }

  #about_sec_3 .box .content_main_con .content_con {
    max-width: 200px;
  }

  #about_sec_4 .title_con {
    padding-left: 12px;
    padding-right: 12px;
  }

  #about_sec_4 .title_con h3 {
    font-size: 20px;
    font-weight: 400;
  }

  #about_sec_4 .below_title_con {
    padding-left: 12px;
    padding-right: 12px;
  }

  #about_sec_4 .below_title_con h3 {
    font-size: 18px;
    font-weight: 400;
  }

  #about_sec_4 .full_width_img {
    height: 300px;
  }

  #about_sec_4 .more_content h3 {
    font-size: 18px;
    font-weight: 400;
  }

  #about_sec_5 .title_con h2 {
    font-size: 30px;
  }

  #about_sec_5 .imgs_con {
    max-height: 150px;
    gap: 20px;
  }

  #about_sec_6 .accordion_con .accordion-item {
    padding: 20px;
  }

  #about_sec_6
    .accordion_con
    .accordion-item
    .accordion-header
    .accordion-button {
    font-size: 18px;
  }

  #signup_before_footer .left_con h2 {
    font-size: 30px;
  }

  #signup_before_footer {
    padding-top: 50px;
    padding-bottom: 10px;
  }

  #colophon .col_1 .content_con span {
    font-size: 30px;
  }

  #generic_banner {
    padding-bottom: 100px;
  }

  #blogs_listing {
    padding-top: 60px;
  }

  #blogs_listing .top_con {
    margin-bottom: 50px;
  }

  #blogs_listing .blog_con a .img_con {
    height: 300px;
  }

  #blogs_listing .blog_con a h2 {
    font-size: 20px;
  }

  #blog_details_sec_3 .blog_con a .img_con {
    height: 300px;
  }

  #blog_details_sec_4 .left_con a .img_con {
    max-height: 350px;
  }

  .modal.show .modal-dialog {
    height: 450px;
  }

  #blog_details_sec_4 .left_con a .img_con .icon {
    width: 100px;
  }

  .modal_career .modal-body .top_con {
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  #career_detail_form .form_box .form_con label {
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 18px;
  }

  #career_detail_form .form_box .form_con .file_upload label {
    font-size: 20px;
  }

  #contact_us_sec_1 .left_con .members {
    flex-direction: column;
    gap: 50px;
  }

  #contact_us_sec_1 .right_con .form_con {
    padding: 20px;
  }

  #home_banner .content_con h1 {
    font-size: 30px;
  }

  #home_banner .content_con p {
    color: #fff;
  }

  #home_banner {
    padding-top: 180px;
    padding-bottom: 150px;
  }

  #home_sec_1 .main_wrapper .title_con .left h2 {
    font-size: 50px;
  }

  #home_sec_1 .main_wrapper .services_wrapper .services .service {
    padding: 20px;
  }

  #home_sec_1
    .main_wrapper
    .services_wrapper
    .services
    .service
    .content_con
    .left
    h6 {
    font-size: 20px;
  }

  #home_sec_2 .top_con .title_con h3 {
    font-size: 20px;
    font-weight: 400;
  }

  #home_sec_2 .top_con .content_con h2 {
    font-size: 50px;
  }

  #home_sec_3 .top_content_con .title_con h2 {
    font-size: 50px;
  }

  #home_sec_3
    .container-fluid
    .col-sm-12
    .box
    .hover_yellow_box
    .hover_box_btn {
    right: 50px;
    bottom: 50px;
  }

  #home_sec_4 .title_main_con .title_con h2 {
    font-size: 50px;
  }

  #home_sec_4 .yellow_box .tab_main_con .left_con .img_con {
    height: 250px;
  }

  #home_sec_4 .yellow_box .tab_main_con .left_con .bottom_con {
    padding: 15px;
  }

  #home_sec_4 .yellow_box .tab_main_con .left_con .bottom_con h6 {
    margin-bottom: 16px;
    font-size: 18px;
  }

  #home_sec_4 .yellow_box .tab_main_con .right_con .posts_con .post {
    height: 120px;
  }

  #home_sec_4 .yellow_box .tab_main_con .right_con .posts_con .post .right h6 {
    font-size: 13px;
  }

  #collaborate_section_2 .box {
    padding: 20px;
  }

  #collaborate_section_2 .box .content_con h6 {
    font-size: 30px;
  }

  #seo_auckland_sec_1 .container .right_box {
    padding: 20px;
  }

  #seo_auckland_sec_3 .right_con .inner_box ul {
    padding: 20px;
  }

  #seo_auckland_sec_3 .btns_con {
    flex-direction: column;
  }

  .btn_1 .text {
    font-size: 16px;
  }

  #service_detail_sec_7 .blog_con a .img_con {
    height: 300px;
  }

  #service_detail_sec_8 .left_con a .img_con {
    height: 400px;
  }

  #service_detail_sec_1 .element_white {
    z-index: 2;
  }

  #service_detail_sec_1 .element_blue {
    z-index: 2;
  }

  #service_detail_sec_2 {
    padding-top: 0px;
  }

  #service_detail_sec_2
    .right_con
    .images_on_right
    .images_content
    .content_right
    h3 {
    font-size: 20px;
  }

  #service_detail_sec_2 .btnn_con .btn_1 .text {
    font-size: 16px;
  }

  #service_detail_sec_4 .right_con .box {
    width: calc(50% - 50px);
  }

  #service_detail_sec_5 .container-fluid .col-sm-12 .box .hover_yellow_box {
    background-color: rgba(252, 185, 17, 0.3) !important;
  }

  #service_detail_sec_5
    .container-fluid
    .col-sm-12
    .box
    .hover_yellow_box
    .hover_box_btn {
    right: 50px;
    bottom: 50px;
  }

  #service_detail_sec_5 .bottom_btn_con {
    margin-top: 50px;
  }

  #case_sec_1 .img_wrapper {
    height: 350px;
  }

  #collaborate_section_3 .tabs_con .nav .nav-item {
    width: 100%;
  }

  #collaborate_section_3 .tabs_con .nav .nav-item button {
    font-size: 18px;
  }

  #ai_the_challenge .row_2 .video_popup {
    height: 400px;
    margin-bottom: 40px;
  }

  #ai_the_challenge .row_3 {
    /* padding-top: 50px; */
    /* transform: translateY(30px); */
  }

  #business_model .right_con {
    height: 350px;
    min-height: unset;
  }

  #ai_the_challenge .dark_bg {
    height: 60%;
  }

  #collaborate_section_3 .tabs_con .tab-content .imgs_con {
    gap: 25px;
  }

  #collaborate_section_3 .tabs_con .tab-content .imgs_con img {
    width: 100px;
  }

  #case_study_sec_1 .container-fluid {
    padding-top: 150px;
    padding-bottom: 380px;
  }

  #case_study_sec_1 .container-fluid .img_main {
    top: unset;
    bottom: 100px;
    max-height: 400px;
    max-width: 400px;
    padding-right: 20px;
    padding-left: 20px;
    right: 0;
  }

  #case_study_sec_1 .element_pink {
    right: -180px;
  }

  #case_study_sec_1 .element_blue {
    left: -180px;
  }

  #case_study_sec_2 .img_left {
    left: 0;
    top: 0;
    position: relative;
  }

  #case_study_sec_2 .right_con .content {
    text-align: center;
  }

  #case_study_sec_2 {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  #case_study_sec_4 .row:first-child {
    margin-bottom: 50px;
  }

  #case_study_sec_5 .row {
    margin-bottom: 50px;
  }

  #case_study_sec_6 .col-sm-6 {
    border: 0px !important;
    border-bottom: 1px solid #e6e6e6 !important;
  }

  #case_study_sec_6 .col-sm-6:last-child {
    border-bottom: 0px !important;
  }

  #case_study_sec_7 .element_pink {
    right: -190px;
  }

  #case_study_sec_7 .element_blue {
    left: -220px;
  }

  #case_study_sec_7 .container .element_left {
    padding-top: 50px;
  }

  #case_study_sec_7 .container .element_right {
    right: 10px;
    top: -60px;
  }

  #case_study_sec_6 .col-sm-6 {
    padding: 30px;
  }

  #case_study_sec_6 .title_con h2 {
    margin-bottom: 20px;
    text-align: center;
  }

  #case_study_sec_3 .content_con .stacks {
    flex-wrap: wrap;
    row-gap: 0px;
  }
}

.modal_career .modal-body {
  background-color: #fff;
}
/* Mobile View end */
