/*!
Theme Name: Air loop
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: air-loop
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.

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

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

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


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


body{
	margin: 0 !important;
}

@font-face {
	font-family: "Gotham Bold";
	src: url("assets/fonts/Gotham-Bold.woff") format("woff");
	font-weight: normal;
	font-style: normal;
  }
  
  @font-face {
	font-family: "Gotham Book";
	src: url("assets/fonts/Gotham-Book.woff") format("woff");
	font-weight: normal;
	font-style: normal;
  }

  .title  h1{
	font-family: "Gotham Bold";
	margin: 0;
  }

  .title  h2{
	font-family: "Gotham Bold";
	margin: 0;
  }

  .title  h4{
	font-family: "Gotham Bold";
	margin: 0;
  }


  .title  h3{
	font-family: "Gotham Book";
	font-size: 40px;
	line-height: 45px;
	padding-bottom: 24px;
	margin: 0;
  }

  .title  p{
	font-family: "Gotham Book";
	font-size: 17px;
	line-height: 26px;
	color: #666666;
	margin: 0;
  }

  .title ul li{
	font-family: "Gotham Book";
  }

  .title  a{
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: all ease 0.5s;
  }

   .title a:visited{
	text-decoration: none;
	color: inherit;
	outline: none;
  }

  .uni_btn{
	background: transparent;
	border: none;
	color: #EBB129;
	padding: 0;
	min-width: 110px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	transition: all ease 0.5s;
  }

  .uni_btn img{
	width: 60px;
	height: 13px;
	margin-top: 0px;
	margin-left: 35px;
	transition: all ease 0.5s;
  }

  .uni_btn:hover img{
	transform: translateX(7px);
  }
  
  #uni_banner{
	background-image: url('./assets/img/unibanner.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
  }

  #uni_banner .uni_shade{
	padding: 370px 0px 85px 0px;
	background: rgba(0, 0, 0, 0.5);
  }

  #uni_banner .solve h1{
	color: #ffffff;
	font-size: 40px;
	line-height: 45px;
  }

  #post_banner{
	background-image: url('./assets/img/unibanner.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
  }

  #post_banner .uni_shade{
	padding: 370px 0px 85px 0px;
	background: rgba(0, 0, 0, 0.5);
  }

  #post_banner .solve h2{
	color: #ffffff;
	font-size: 40px;
	line-height: 45px;
	padding-bottom: 15px;
  }

  #post_banner .serv_cont{
	display: flex;
	align-items: center;
	column-gap: 10px;
  }

  #post_banner .serv_cont img{
	width: 26px;
	height: 18px;
  }

  #post_banner .serv_cont h1{
	font-size: 25px;
	line-height: 27px;
	color: #ffffff;
  }

  /* ----------------------------- Header Start -------------------------------- */

  .scroll-down {
	transform: translate3d(0, -100%, 0);
  }
  
  .scroll-up {
	transform: none;
  }
  
  header#masthead.scroll-up {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
	top: 0;
	/*z-index: 9999999999;*/
	z-index: 999;
	position: fixed;
	width: 100%;
	padding: 12px 0px;
	background: rgba(235, 177, 41, 0.95);
	transition: all ease 0.7s;
  }

  #masthead{
	background: #EBB129;
	padding: 25px 0px;
	position: absolute;
	width: 100%;
	z-index: 9;
  }

  #masthead.for_tab{
	display: none;
  }

  #masthead .row{
	align-items: center;
  }

  #masthead .login{
	text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #masthead .login .login_img{
	object-fit: cover;
	width: 33px;
	height: 33px;
	margin-bottom: 5px;
  }

  #masthead .login h4{
	font-size: 7px;
	line-height: 8px;
  }

  #masthead .head_menu{
	display: flex;
	justify-content: flex-end;
  }

  /* -----------Ubermenu Start---------------- */

  #masthead .ubermenu ul {
	/* display: flex; */
	align-items: center;
	column-gap: 25px;
	list-style: none;
	padding: 0;
	margin: 0;
  }
  
  #masthead .ubermenu ul .ubermenu-item.ubermenu-current-menu-item {
	color: #000000;
  }
  
  #masthead .ubermenu ul .ubermenu-item a {
	transition: all ease 0.5s;
	font-family: "Gotham Book";
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	padding: 0;
	padding-bottom: 2px;
	position: relative;
  }
  
  #masthead .ubermenu ul .ubermenu-item {
	margin-right: 16px;
  }
  
  #masthead .ubermenu ul .ubermenu-item:last-child {
	margin-right: 0px;
  }

  #masthead .ubermenu ul .ubermenu-item:nth-child(3) {
	margin-right: 27px;
  }

  #masthead .ubermenu ul .ubermenu-item:nth-child(4) {
	margin-right: 27px;
  }
  
  #masthead .ubermenu ul .ubermenu-item a:hover {
	color: #ffffff;
  }
  
  #masthead .ubermenu ul .ubermenu-item:hover {
	color: #ffffff;
  }
  
  /* #masthead .ubermenu ul .ubermenu-item a::after {
	content: "";
	width: 100%;
	height: 2px;
	border-radius: 5px;
	background: #ffffff;
	position: absolute;
	top: 100%;
	bottom: 0;
	left: 50%;
	right: 50%;
	opacity: 0;
	transition: all ease 0.5s;
  }

  #masthead .ubermenu ul .ubermenu-item:hover a::after{
	opacity: 1;
	right: 0;
	left: 0;
  } */
  
  #masthead
  .ubermenu
  ul
  .ubermenu-item.ubermenu-current-menu-item
  a{
	color: #FFFFFF;
  }
  
  #masthead
	.ubermenu
	ul
	.ubermenu-item.ubermenu-current-menu-item
	a::after {
	opacity: 1;
	right: 0;
	left: 0;
  }
  
  #masthead .ubermenu-submenu {
	background: rgb(0 0  0/ 1);
	padding: 20px !important;
	border: none;
	margin-top: 10px !important;
  }
  
  #masthead .ubermenu-submenu .ubermenu-item {
	padding: 8px 0px 8px 0px !important;
	margin: 0 !important;
  }
  
  #masthead .ubermenu-submenu .ubermenu-item:last-child {
	padding-bottom: 0px !important;
	border-bottom: none;
  }

  #masthead .ubermenu-submenu .ubermenu-item:first-child {
	padding-top: 0px !important;
  }

  #masthead .ubermenu-submenu .ubermenu-item{
	/* border-bottom: 1px solid #EBB129; */
  }
  
  #masthead .ubermenu-submenu .ubermenu-item a {
	color: #FFFFFF !important;
  }
  
  #masthead .ubermenu-submenu .ubermenu-item a:hover {
	color: #EBB129 !important;
  }
  
  #masthead .ubermenu-submenu .ubermenu-item a::after {
	/* left: -8px !important;
	top: 10px !important; */
	display: none;
  }
  
  #masthead .fa-angle-down:before {
	font-size: 12px;
  }
  
  #masthead .ubermenu .ubermenu-autocolumn {
	padding: 0;
  }
  
  .ubermenu-sub-indicators
	.ubermenu-has-submenu-drop
	> .ubermenu-target
	> .ubermenu-sub-indicator {
	position: absolute;
	right: -12px !important;
	top: 39% !important;
	transition: all ease 0.5s;
  }
  
  .ubermenu-active i.ubermenu-sub-indicator.fas.fa-angle-down {
	transform: rotate(-180deg);
  }
  
  i.ubermenu-sub-indicator {
	display: block !important;
  }
  
  .fa-times:before {
	display: none;
  }

  /* ---------------Ubermenu End-------------- */

  /* ---------------Sticky Header Start-------------- */

  /* ---------------Sticky Header End--------------- */

  /* ----------------------------- Header End -------------------------------- */


  /* ----------------------------- Footer Start -------------------------------- */

  #foot_sec{
	background: #000000;
	padding: 135px 0px 38px 0px;
	color: #ffffff;
	position: relative;
	overflow: hidden;
  }

  #foot_sec .finite .finite_img{
	position: absolute;
	top: 0;
	right: 100px;
  }

  #foot_sec .connect h4{
	font-size: 40px;
	line-height: 50px;
	padding-bottom: 24px;
  }

  #foot_sec .connect .foot_social{
	display: flex;
	align-items: center;
	column-gap: 10px;
	padding-bottom: 40px;
  }

  #foot_sec .connect .foot_social .social_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #EBB129;
	border-radius: 50%;
	background: transparent;
	width: 50px;
	height: 50px;
	transition: all ease 0.5s;
  }

  #foot_sec .connect .foot_social .social_icon:hover {
	background: #ffffff;
	border: 1px solid #ffffff;
  }

  #foot_sec .connect .foot_contact{
	display: flex;
	align-items: baseline;
	column-gap: 7px;
	padding-bottom: 20px;
  }

  #foot_sec .connect .foot_contact h4{
	font-size: 15px;
	line-height: 24px;
	padding: 0;
  }

  #foot_sec p{
	color: #FFFFFF;
  }

  #foot_sec .connect .foot_contact p{
	font-size: 15px;
	line-height: 24px;
	transition: all ease 0.5s;
  }

  #foot_sec .connect .foot_contact a:hover p{
	color: #EBB129;
  }

  #foot_sec .menu_heading{
	padding: 18px 0px 28px 0px;
	z-index: 1;
  }

  #foot_sec .menu_heading h4 {
	font-size: 15px;
	line-height: 24px;
	padding: 0;
  }

  #foot_sec .foot_menu{
	z-index: 1;
	position: relative;
  }

  #foot_sec .foot_menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
  }

  #foot_sec .foot_menu ul li {
	margin-bottom: 15px;
	transition: all ease 0.5s;
  }
  
  #foot_sec .foot_menu ul li:last-child {
	margin-bottom: 0px;
  }
  
  #foot_sec .foot_menu ul li a {
	font-family: "Gotham Book";
	font-size: 15px;
	line-height: 22px;
	position: relative;
	transition: all ease 0.5s;
  }
  
  #foot_sec .foot_menu ul li a:hover {
	color: #EBB129;
  }
  
  /* #foot_sec .foot_menu ul li a::after {
	content: "";
	width: 100%;
	height: 1px;
	border-radius: 5px;
	background: #EBB129;
	position: absolute;
	top: 100%;
	bottom: 0;
	left: 50%;
	right: 50%;
	opacity: 0;
	transition: all ease 0.5s;
  }
  
  #foot_sec .foot_menu ul li a:hover:after {
	opacity: 1;
	left: 0;
	right: 0;
  } */

  #foot_sec .foot_base .dashline{
	width: 100%;
	height: 1px;
	background: #FFFFFF;
	margin: 55px 0px 35px 0px;
  }

  #foot_sec .foot_base p{
	font-size: 15px;
	line-height: 20px;
  }

  #foot_sec .foot_base p strong{
	color: #EBB129;
	text-transform: uppercase;
  }
  

/* ----------------------------- Footer End ---------------------------------- */

/* ----------------------------- Challeges Pagw Start -------------------------------- */

#challenges{
	padding: 85px 0px;
}

#challenges h4{
	font-size: 17px;
	line-height: 26px;
	color: #000000;
	padding-bottom: 24px;
}

#challenges ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#challenges ul li{
	font-size: 17px;
	line-height: 26px;
	color: #666666;
	padding-bottom: 10px;
	padding-left: 20px;
	position: relative;
}

#challenges ul li::before{
	position: absolute;
	left: 0;
	top: 8px;
	content: '';
	background: #EBB129;
	border-radius: 50%;
	width: 11px;
	height: 11px;
}

#challenges .top_content{
	padding-bottom: 35px;
}


#challenges .left_image{
	overflow: hidden;
	border-radius: 10px;
}

#challenges .left_image .car_img{
	object-fit: cover;
	width: 100%;
	height: 535px;
	transition: all ease 0.5s;
}

#challenges .left_image .car_img:hover{
	transform: scale(1.1);
}

#challenges .right_content{
	padding-left: 24px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
}

#challenges .bottom_content{
	padding-top: 35px;
}

/* ----------------------------- Challeges Page End ---------------------------------- */

/* ----------------------------- Clients Page Start -------------------------------- */

#client_sec{
	padding: 85px 0px;
}

#client_sec .partners{
	padding-right: 45px;
}

#client_sec .partners h3{
	max-width: 260px;
	padding-bottom: 50px;
	color: #666666;
}

#client_sec .partners .points{
	display: flex;
    align-items: center;
    column-gap: 20px;
	padding-bottom: 22px;
}

#client_sec .partners .points .gold_arrow{
	width: 60px;
	height: 13px;
}

#client_sec .partners .points p{
	color: #666666
}

#client_sec .partners_box{
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 12%);
	padding: 75px 70px;
	transition: all ease 0.5s;
}

#client_sec .partners_box:hover{
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 40%);
}

#client_sec .partners_box .partners_logo{
display: flex;
flex-wrap: wrap;
column-gap: 70px;
justify-content: center;
align-items: center;
}

#client_sec .partners_box .partners_logo .client_icons{
	width: 250px;
	height: 52px;
	margin: 25px 0px;
}

/* ----------------------------- Clients Page End ---------------------------------- */

/* ----------------------------- Testimonial Page Start -------------------------------- */

#testimonial{
	padding: 85px 0px 28px 0px;
}

#testimonial .review{
	padding-bottom: 60px;
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
}

#testimonial .review .quotes{
	width: 162px;
	height: 105px;
	margin-bottom: 40px;
}

#testimonial .review .name_cont{
	padding: 26px 0px 32px 0px;
}

#testimonial .review p{
	color: #000000;
}

#testimonial .review h4{
	font-size: 17px;
	line-height: 26px;
	color: #000000;
	padding-bottom: 5px;
}

#testimonial .review .gold_bar{
	background: #EBB129;
	height: 4px;
	max-width: 85px;
	margin: 0 auto;
}

/* ----------------------------- Testimonial Page End ---------------------------------- */

/* ----------------------------- Gallery Page Start ---------------------------------- */

#gallery_sec{
	padding: 85px 0px;
}

#gallery_sec .gallery_img {
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
  }
  
  #gallery_sec .gallery_img .road {
	width: 100%;
	height: 370px;
	object-fit: cover;
	transition: all ease 0.5s;
  }
  
  #gallery_sec .gallery_img .road:hover {
	transform: scale(1.1);
	cursor: pointer;
  }
  
  #gallery_sec .gallery_img .gold_shade {
	background: rgba(235, 177, 41, 0.8);
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	transition: all ease 0.5s;
	opacity: 0;
  }
  
  #gallery_sec .gallery_img:hover .gold_shade {
	opacity: 1;
  }
  
  #gallery_sec .gallery_img .zoom_icon {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	opacity: 0;
	transition: all ease 0.5s;
  }

  #gallery_sec .gallery_img:hover .zoom_icon{
	opacity: 1;
  }

  /* ----------------------------- Galery Page End ---------------------------------- */

  /* ----------------------------- Team Page Start ---------------------------------- */

  #team_sec{
	padding: 85px 0px 25px 0px;
  }

  #team_sec .behind{
	margin-bottom: 65px;
  }

  #team_sec .behind h3{
	/* padding-bottom: 15px; */
  }

  #team_sec .behind .loop_img{
	margin-left: 190px;
	width: 525px;
	height: 82px;
  }

  #team_sec .team_box{
	margin-bottom: 60px;
  }

  #team_sec .team_box .image_box{
	overflow: hidden;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 30%);
	border-radius: 10px;
  }

  #team_sec .team_box .image_box .avatar{
	object-fit: cover;
	width: 100%;
	height: 385px;
	transition: all ease 0.5s;
  }

  #team_sec .team_box .image_box .avatar:hover{
	transform: scale(1.1);
  }

  #team_sec .team_box p{
	font-size: 19px;
	line-height: 26px;
	color: #000000;
	margin-top: 20px;
	max-width: 300px;
  }

  #team_sec .team_box h4{
	font-size: 15px;
	line-height: 18px;
	color: #000000;
	padding-top: 4px;
	max-width: 300px;
  }
  
  #contact_sec{
	padding: 85px 0px 10px 0px;
  }

  #contact_sec .custm_info{
	position: relative;
	padding: 70px 75px;
	/* background: linear-gradient(to bottom, #EBB129 80%, #ffffff 20%); */
  }

  #contact_sec .custm_info::after{
	content: '';
	background: #EBB129;
	width: 100%;
	height: 81%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 10px;
	z-index: -1;
  }

  #contact_sec .for_query{
	max-width: 670px;
  }

  #contact_sec .for_query p{
	color: #000000;
  }

  #contact_sec .for_query .meet_form{
	padding-top: 20px;
  }

  #contact_sec .for_query .meet_form .name_field {
	background: transparent;
	width: 100%;
	border-radius: 28px;
	border: 1px solid #000000;
	padding: 18px 20px;
	font-family: "Gotham Bold";
	font-size: 12px;
	line-height: 13px;
	color: #000000;
	margin-top: 18px;
	outline: none;
	height: 100%;
  }
  
  #contact_sec .for_query .meet_form  .name_field::placeholder {
	font-family: "Gotham Bold";
	font-size: 12px;
	line-height: 13px;
	color: #000000;
  }
  
  #contact_sec .for_query .meet_form  .mesg_field {
	background: transparent;
	width: 100%;
	border-radius: 28px;
	border: 1px solid #000000;
	padding: 18px 20px;
	font-family: "Gotham Bold";
	font-size: 12px;
	line-height: 13px;
	color: #000000;
	margin-top: 18px;
	outline: none;
	height: 150px;
  }
  
  #contact_sec .for_query .meet_form  .mesg_field::placeholder {
	font-family: "Gotham Bold";
	font-size: 12px;
	line-height: 13px;
	color: #000000;
  }
  
  #contact_sec .for_query .meet_form  .form_btn {
	font-family: "Gotham Bold";
	font-size: 15px;
	margin: 0;
	border-radius: 28px;
	background: #000000;
	border: none;
	color: #ffffff;
	min-width: 145px;
	height: 53px;
	padding: 0px 22px;
	margin-top: 20px;
	transition: all ease 0.5s;
  }
  
  #contact_sec .for_query .meet_form  .form_btn:hover {
	background: #ffffff;
	color: #000000;
	border: none;
	box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 30%);
  }

  .wpcf7 form.invalid .wpcf7-response-output{
	border: 1px solid #dc3232;
	border-radius: 28px;
	font-size: 14px;
	font-family: "Gotham Book";
	margin: 0;
	margin-top: 15px;
	padding: 10px 20px;
  }

  .wpcf7 form.sent .wpcf7-response-output{
	border: 1px solid #46b450;
	border-radius: 28px;
	font-size: 13px;
	line-height: 12px;
	font-family: "Gotham Book";
	margin: 0;
	margin-top: 15px;
	padding: 10px 20px;
  }
  
  .wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 13px;
  }

  #contact_sec .info{
	padding-top: 8px;
  }

  #contact_sec .info .looping{
	text-align: center;
  }

  #contact_sec .info .contact_logo{
	width: 310px;
	height: 48px;
  }

  #contact_sec .info .looping h3{
	padding-bottom: 27px;
	padding-top: 5px;
  }

  #contact_sec .info .black_box{
	background: #000000;
	border-radius: 10px;
	padding: 50px 40px;
	color: #ffffff;
  }

  #contact_sec .info .black_box h4{
	padding-bottom: 25px;
	font-size: 15px;
	line-height: 17px;
  }

  #contact_sec .info .black_box p{
	font-size: 15px;
	line-height: 18px;
	padding-bottom: 5px;
	color: #ffffff;
	transition: all ease 0.5s;
  }

  #contact_sec .info .black_box .mailing p{
	padding-bottom: 0px;
}

  #contact_sec .info .black_box .hor_line{
	background: #FFFFFF;
	height: 1px;
	width: 100%;
	margin: 37px 0px 42px 0px;
  }

  #contact_sec .info .black_box .mailing{
	display: flex;
	align-items: center;
	column-gap: 14px;
	padding-bottom: 15px;
  }

  #contact_sec .info .black_box .mailing a:hover p{
	color: #EBB129;
  }

  #contact_sec .info .black_box .gold_box{
	background: #EBB129;
	margin-top: 35px;
	border-radius: 10px;
	text-align: center;
	padding: 25px;
  }

  #contact_sec .info .black_box .gold_box h4{
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	text-transform: uppercase;
	padding-bottom: 0;
  }


 /* -------------------------------- Team Page End ---------------------------------- */

  /* -------------------------------- Home Page Start ---------------------------------- */

 #home_products{
	overflow: hidden;
    height: 700px;
    padding: 80px 0px;
    background: #EBB129;
    position: relative;
 }

 /* #home_products .custm_more{
	padding-left: 100px;
 } */

 #home_products .product_bg{
	position: absolute;
	right: 100px;
	top: 0px;
	width: 825px;
	height: 205px;
 }

 #home_products .pad_slide{
	position: absolute;
	right: 0;
	padding-right: 0;
 }

 #home_products .prodct_slide{
	padding-top: 100px;
 }

 #home_products .prodct_slide .img_wrap{
	overflow: hidden;
	border-radius: 10px;
 }

 #home_products .prodct_slide .img_wrap .slide_img{
	object-fit: cover;
	width: 100%;
	height: 330px;
	border-radius: 10px;
	margin-bottom: 28px;
 }

 #home_products .prodct_slide p{
	font-size: 19px;
	line-height: 26px;
	padding-bottom: 18px;
	color: #000000;
	text-transform: capitalize;
 }

 #home_products .prodct_slide .uni_btn{
	color: #000000;
 }

 #home_products .prodct_slide .uni_btn img {
    display: block;
    width: inherit;
}

 #product_slider .owl-stage{ 
	left: -80px;
 } 

 #product_slider .owl-nav .owl-prev{
	position: absolute;
    left: -145px;
    top: 47%;
    border: 1px solid #000000;
    border-radius: 50%;
    height: 54px;
    width: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all ease 0.5s;
 }

 #product_slider .owl-nav .owl-prev:hover{
	background: #ffffff;
	border: 1px solid #ffffff;
 }

 #product_slider .owl-nav .owl-next{
	position: absolute;
    left: -145px;
    top: 35%;
    border: 1px solid #000000;
    border-radius: 50%;
    height: 54px;
    width: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all ease 0.5s;
 }

 #product_slider .owl-nav .owl-next:hover{
	background: #ffffff;
	border: 1px solid #ffffff;
 }

 #home_banner{
	padding: 275px 0px 50px 0px;
	background-image: url('./assets/img/homebanner.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #ffffff;
	position: relative;
 }

 #home_banner .banner_slide{
	text-align: center;
	max-width: 940px;
	margin: 0 auto;
 }

 #home_banner .banner_slide h1{
	font-size: 67px;
	line-height: 70px;
	padding-bottom: 16px;
 }

 #home_banner .banner_slide p{
	font-size: 15px;
	font-weight: 18px;
	color: #ffffff;
 }

 #home_banner .banner_slide .banner_btn{
	font-family: "Gotham Bold";
	font-size: 15px;
	margin: 0;
	border-radius: 28px;
	background: transparent;
	border: 1px solid #FFFFFF;
	color: #ffffff;
	min-width: 145px;
	height: 53px;
	padding: 0px 22px;
	margin-top: 35px;
	transition: all ease 0.5s;
 }

 #home_banner .banner_slide .banner_btn:hover{
	color: #000000;
	background: #EBB129;
	border: 1px solid #EBB129;
	box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 40%);
 }

 #home_banner .custm_scroll{
	display: flex;
    justify-content: flex-end;
 }

 #home_banner .scrol{
	padding-top: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
 }

 #home_banner .scrol .vertcl_arr{
	width: 22px;
	height: 100px;
 }

 #home_banner .scrol p{
	font-size: 10px;
	line-height: 12px;
	padding-top: 10px;
	color: #ffffff;
	text-transform: uppercase;
 }

 #banner_slider .owl-dots{
	position: absolute;
	top: 35%;
	left: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all ease 0.5s;
 }

 #banner_slider .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 6px 2px;
	background: #ffffff;
	transition: all ease 0.5s;
  }

  #banner_slider  .owl-dots .owl-dot.active{
	height: 135px;
	display: flex;
    justify-content: center;
    align-items: flex-start; 
	transition: all ease 0.5s;
  }

  #banner_slider  .owl-dots .owl-dot{
	position: relative;
	transition: all ease 0.5s;
  }

  #banner_slider  .owl-dots .owl-dot::before{
	content: '';
	position: absolute;
	top: 32px;
	width: 2px;
	height: 100px;
	background: #ffffff;
	opacity: 0;
	transition: all ease 0.5s;
  }

  #banner_slider  .owl-dots .owl-dot.active::before{
	opacity: 1;
  }

  /* #banner_slider  .owl-dots .owl-dot:last-child::before{
	opacity: 0;
  } */

  #home_challenge{
	/* padding: 64px 0px; */
	padding: 114px 0px;
  }

  #home_challenge .solve_ch h2{
	font-size: 67px;
	line-height: 70px;
	color: #666666;
  }

  #home_challenge .solve_ch h3{
	color: #EBB129;
	text-transform: capitalize;
  }

  #home_challenge .mission{
	padding-top: 10px;
  }

  #home_challenge .mission p{
	color: #666666;
  }

  #home_challenge .mission .uni_btn{
	margin-top: 30px;
  }

  .custm_mar{
	overflow: hidden;
	display: inline-block;
  }

  #home_service{
	padding: 30px 0px 60px 0px;
	position: relative;
  }

  #home_service::before{
	content: '';
	background: #EBB129;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	z-index: -2;
  }

  #home_service .serv_bg{
	position: absolute;
    top: 38px;
    left: 90px;
    width: 640px;
    height: 285px;
    z-index: -1;
  }

  #home_service .safer{
	padding-bottom: 40px;
  }

  

  #home_service .asset .asset_cont{
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	transition: all ease 0.5s;
  }

  #home_service .asset .asset_cont .main_img{
	object-fit: cover;
	border-radius: 10px;
	width: 100%;
	height: 380px;
	transition: all ease 0.5s;
  }

  #home_service .asset .asset_cont .main_img:hover{
	transform: scale(1.1);
  }

  #home_service .asset p{
	color: #000000;
	padding-top: 20px;
	font-size: 19px;
	line-height: 26px;
	max-width: 290px;
  }

  #home_service .asset .asset_cont .zoom_wrap{
	background: #FBEECF;
	height: 53px;
	width: 53px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	transition: all ease 0.5s;
  }

  #home_service .asset .asset_cont .zoom_btn{
	background: #FBEECF;
	height: 53px;
	min-width: 165px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 14px;
	line-height: 15px;
	color: #000000;
	font-family: "Gotham Book";
	display: flex;
	column-gap: 8px;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 2;
	transition: all ease 0.5s;
  }

  #home_service .asset .asset_cont .zoom_wrap:hover{
	cursor: pointer;
  }

  #home_service .asset .asset_cont:hover .zoom_btn{
	opacity: 1;
  }

  #home_service  .custm_scroll{
	display: flex;
    justify-content: flex-end;
	align-items: flex-end;
	height: 100%;
 }

  #home_service  .scrol{
	padding-top: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
  }

  #home_service  .scrol .vertcl_arr{
	width: 22px;
	height: 100px;
 }

  #home_service  .scrol p{
	font-size: 10px;
	line-height: 12px;
	padding-top: 10px;
	text-transform: uppercase;
 }

 #home_about{
	padding: 85px 0px;
 }

 #home_about .custm_about{
	max-width: 1012px;
	margin: 0 auto;
 }

 #home_about .help{
	overflow: hidden;
	border-radius: 10px;
 }

 #home_about .help .help_img{
	object-fit: cover;
	width: 100%;
	height: 460px;
	border-radius: 10px;
	transition: all ease 0.5s;
 }

 #home_about .help .help_img:hover{
	transform: scale(1.1);
 }

 #home_about .network{
	padding-left: 26px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
 }

 #home_about .network .uni_btn{
	margin-top: 30px;
 }

 #home_testi{
	background: #EBB129;
	padding: 120px 0px 80px 0px;
	overflow: hidden;
	position: relative;
 }

 #home_testi .test_bg{
	position: absolute;
	top: 120px;
	transform: translate(-50%, -50%);
	left: 50%;
	max-width: 1120px;
	z-index: 1;
 }

 #home_testi .round_bg{
	position: absolute;
	top: 100%;
	transform: translate(-50%, -50%);
	left: 50%;
	max-width: 1080px;
	z-index: 1;
 }

 #home_testi .saying{
	/* max-width: 760px;
	margin: 0 auto; */
	text-align: center;
	z-index: 2;
 }

 #home_testi .saying h3{
	padding-bottom: 42px;
	max-width: 480px;
	margin: 0 auto;
	color: #000000;
 }

 #home_testi .custm_coma{
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
 }

 #home_testi .custm_coma .comma{
	width: 162px !important;
	height: 104px !important;
	margin: 0 auto;
	margin-bottom: 40px;
 }

 #home_testi .custm_coma p{
	color: #000000;
 }

 #home_testi .custm_coma  .design_wrap{
	padding: 40px 0px;
 }

 #home_testi .custm_coma h4{
	color: #000000;
	font-size: 17px;
	line-height: 26px;
 }

 #testi_slider{
	z-index: 2;
 }

 #testi_slider .owl-dots {
	margin-top: 0px;
  }
  
  #testi_slider .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 6px 2px;
	background: transparent;
	border: 1px solid #000000;
	transition: all ease 0.5s;
  }
  
  #testi_slider .owl-dots .owl-dot span:hover {
	background: #000000;
	border: 1px solid #000000;
  }
  
  #testi_slider .owl-dots .owl-dot.active span {
	background: #000000;
	border: 1px solid #000000;
  }

  #home_team{
	padding: 75px 0px;
	position: relative;
  }

  #home_team::before{
	content: '';
	background: #EBB129;
	border-radius: 10px;
	width: 66%;
	height: 110%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
  }

  #home_team .custm_specify{
	position: relative;
	z-index: 6;
  }

  #home_team .behind h3{
	color: #000000;
	padding-bottom: 14px;
  }

  #home_team .behind .behind_img{
	width: 525px;
	height: 82px;
	margin-left: 190px;
  }

  #home_team .head_read{
	display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
  }

  #home_team .head_read .uni_btn img {
    margin-left: 56px; 
  }

  #home_team .team_box{
	margin-top: 55px;
  }

  #home_team .team_box .image_box{
	overflow: hidden;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 30%);
	border-radius: 200px;
  }

  #home_team .team_box .image_box .avatar{
	object-fit: cover;
	width: 100%;
	height: 385px;
	transition: all ease 0.5s;
  }

  #home_team .team_box .image_box .avatar:hover{
	transform: scale(1.1);
  }

  #home_team .team_box p{
	font-size: 19px;
	line-height: 26px;
	color: #000000;
	margin-top: 20px;
	max-width: 100%;
	text-align: center;
  }

  #home_team .team_box h4{
	font-size: 15px;
	line-height: 18px;
	color: #000000;
	padding-top: 4px;
	max-width: 100%;
	text-align: center;
  }

  #home_gallery{
	padding: 75px 0px;
	position: relative;
	height: 640px;
  }

  #home_gallery .engage h3{
	color: #666666;
	padding-bottom: 50px;
  }

  #home_gallery .engage_slide{
	overflow: hidden;
	border-radius: 10px;
  }
  
  #home_gallery .engage_slide .engage_img{
	object-fit: cover;
	height: 365px;
	width: 100%;
	border-radius: 10px;
  }

  #home_gallery #gallery_slider{
	position: absolute;
	left: 0;
	top: 170px;
	padding: 0;
  }

  #gallery_slider .owl-nav .owl-prev{
	position: absolute;
    left: 100px;
    top: 40%;
    border: 1px solid #000000;
	background: #000000;
    border-radius: 50%;
    height: 54px;
    width: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 0.5s;
  }

  #gallery_slider .owl-nav .owl-prev:hover{
	background: #EBB129;
	border: 1px solid #EBB129;
  }

  #gallery_slider .owl-nav .owl-next{
	position: absolute;
    right: 100px;
    top: 40%;
    border: 1px solid #000000;
	background: #000000;
    border-radius: 50%;
    height: 54px;
    width: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 0.5s;
  }

  #gallery_slider .owl-nav .owl-next:hover{
	background: #EBB129;
	border: 1px solid #EBB129;
  }

#home_gallery2{
	padding: 75px 0px;
	position: relative;
  }
  #home_gallery2 .engage h3{
	font-size: 67px;
    line-height: 70px;
    color: #666666;
	text-align: center;
    font-family: "Gotham Bold";
	padding-bottom: 40px;
  }
  #home_gallery2 .engage_slide{
	overflow: hidden;
	border-radius: 10px;
  }
  #home_gallery2 .engage_slide .engage_img{
	/*object-fit: cover;*/
	object-fit: fill;
	height: 360px;
	width: 100%;
	border-radius: 10px;
	margin-top:20px;
	padding: 6px;
    background: #ebb129;
  }
  #home_gallery2 .owl-item.active .engage_img{
	height: 400px;
	margin-top:0px;
  }
  #gallery_slider2 .owl-nav .owl-prev{
	position: absolute;
    left: 100px;
    top: 40%;
    border: 0px solid #000000;
    background: rgb(0 0 0 / 30%);
    border-radius: 50%;
    height: 54px;
    width: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 0.5s;
  }
  #gallery_slider2 .owl-nav .owl-prev:hover{
	background: #EBB129;
	border: 0px solid #EBB129;
  }
  #gallery_slider2 .owl-nav .owl-next{
	position: absolute;
    right: 100px;
    top: 40%;
    border: 0px solid #000000;
    background: rgb(0 0 0 / 30%);
    border-radius: 50%;
    height: 54px;
    width: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 0.5s;
  }
  #gallery_slider2 .owl-nav .owl-next:hover{
	background: #EBB129;
	border: 1px solid #EBB129;
  }

#home_video{
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  /* width: 100%; */
  margin: 30px 0;
  overflow: hidden;
}
#home_video video{
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#home_video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.1;
  z-index: 1;
}

.hvideo p {
    font-family: "Gotham Book";
    font-size: 17px;
    line-height: 26px;
    color: #666666;
    margin: 0;
}
.hvideo video {
    width: 100%;
    max-height: 510px;
    overflow: hidden;

}
	#home_features{
		padding: 64px 0px;
	}
	#home_features .section-title {
		text-align: center;
		padding-bottom: 30px;
	}
	#home_features .section-title h2 {
		font-family: "Gotham Bold";
		font-weight: 400;
        font-size: 67px;
        line-height: 70px;
        color: #666666;
		margin-bottom: 1rem;
	}
	#home_features p {
		font-family: "Gotham Book";
		font-size: 17px;
		line-height: 26px;
		color: #666666;
		margin: 0;
	}
	#home_features .icon-box {
		margin-top: 25px;
	}
	#home_features .icon-box img {
		float: left;
		width: 52px;
		margin-bottom: -50px;
	}
	#home_features .icon-box h4 {
		font-size: 20px;
		font-weight: 600;
		margin: 5px 0 10px 60px;
	}
	#home_features .icon-box p {
		font-size: 15px;
		color: #979aa1;
		margin-left: 60px;
	}
	#home_features img{
    	border-radius: 10px;
	}
	#home_features_details h3 {
		font-family: "Gotham Bold";
       	font-weight: 600;
    	font-size: 30px;
        color: #212529;
		margin-top:20px;
	}
	#home_features_details .fst-italic{
		font-family: "Gotham Book";
		font-size: 15px;
		line-height: 18px;
		font-weight: 600 !important;
		color: #EBB129;
	}
	#home_features_details p {
		font-family: "Gotham Book";
		font-size: 17px;
		line-height: 26px;
		color: #666666;
	}
	#home_features_details img{
    	border-radius: 10px;
	}

  /* -------------------------------- Home Page End ---------------------------------- */

  /* --------------------------------Responsiness Start------------------------------- */

@media only screen and (max-width: 1399px) {

	#masthead .ubermenu ul .ubermenu-item {
		margin-right: 14px;
	}

	#masthead .ubermenu ul .ubermenu-item a {
		font-size: 12px; 
	}

	#masthead .ubermenu ul .ubermenu-item:nth-child(3) {
		margin-right: 24px;
	}

	#masthead .ubermenu ul .ubermenu-item:nth-child(4) {
		margin-right: 24px;
	}

	#client_sec .partners_box {
		padding: 65px 46px; 
	}

	#client_sec .partners_box .partners_logo {
		column-gap: 30px;
	}
} 

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

@media only screen and (max-width: 1199px) {

	#masthead .ubermenu ul .ubermenu-item {
		margin-right: 10px;
		margin-bottom: 10px;
	}

	#masthead .ubermenu ul .ubermenu-item a {
		font-size: 10px;
	}

	#masthead .fa-angle-down:before {
		font-size: 11px;
	}

	#masthead .ubermenu ul .ubermenu-item:nth-child(3) {
		margin-right: 20px;
	}

	#masthead .ubermenu ul .ubermenu-item:nth-child(4) {
		margin-right: 20px;
	}

	.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
		margin-top: -3px;
	}

	#home_banner {
		padding: 150px 0px 45px 0px; 
	}

	#home_banner .banner_slide h1 {
		font-size: 45px;
		line-height: 50px;
		padding-bottom: 15px;
	}

	#banner_slider .owl-dots {
		top: 25%;
		left: 30px; 
	}

	#banner_slider .owl-dots {
		position: absolute;
		top: 25%;
		left: 30px; 
	}

	#client_sec .partners_box .partners_logo .client_icons {
	margin: 20px 0px;
	}

	#foot_sec .finite .finite_img {
		right: 30px;
		width: 500px;
	}

	#foot_sec .foot_menu ul li a {
		font-size: 13px; 
	}

	#foot_sec .connect .foot_contact p {
		font-size: 13px;
	}
	
	#contact_sec .custm_info {
		padding: 40px 25px; 
	}

	#client_sec .partners {
		padding-right: 0px;
	}

}

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

@media only screen and (max-width: 991px) {

	#masthead {
		display: none;
	  }

	  #masthead.for_tab{
		display: block;
		position: unset;
	  }

	.ubermenu-skin-trans-black.ubermenu-responsive-toggle {
		padding: 5px;
		position: absolute;
		top: 76px;
		right: 26px;
		font-size: 20px !important;
		color: #000000 !important;
		z-index: 999;
	  }
	
	  .ubermenu-responsive.ubermenu .ubermenu-nav {
		margin-top: 30px !important;
	  }

	  #masthead .ubermenu ul .ubermenu-item {
		margin-right: 0px;
		margin-bottom: 0px;
	}
	
	  .ubermenu-main .ubermenu-nav .ubermenu-item .ubermenu-target {
		padding: 22px 0px !important;
		color: #000000 !important;
	  }
	
	  .ubermenu-main
		.ubermenu-nav
		.ubermenu-item.ubermenu-current-menu-item
		> .ubermenu-target {
		color: #ffffff !important;
	  }
	
	  /* .ubermenu-main .ubermenu-nav .ubermenu-item .ubermenu-target:last-child {
	  margin-bottom: 10px;
	} */
	
	  .ubermenu-main .ubermenu-nav .ubermenu-item a {
		font-size: 18px !important;
		border-bottom: 1px solid #000000 !important ;
	  }

	  .ubermenu-main .ubermenu-nav .ubermenu-item a::after{
		display: none;
	  }
	
	  .ubermenu-main .ubermenu-nav .ubermenu-item:last-child {
		margin-bottom: 25px;
	  }
	
	  .ubermenu-main .ubermenu-submenu .ubermenu-item:last-child {
		margin-bottom: 0px;
	  }
	
	  .ubermenu-main
		.ubermenu-nav
		.ubermenu-item.ubermenu-current-menu-item::after {
		display: none;
	  }
	
	  #masthead.for_tab .ubermenu-main .ubermenu-submenu {
		margin-top: 0px !important;
		padding: 12px 19px 14px 19px !important;
	  }
	
	  .ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-item:after {
		display: none;
	  }
	
	  .ubermenu-main
		.ubermenu-nav
		.ubermenu-submenu
		.ubermenu-item
		.ubermenu-target {
		padding: 0px 0px;
	  }
	
	  .ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-item  .ubermenu-target{
		padding: 4px 0px !important;
		font-size: 14px !important;
	  }

	  .ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-item  .ubermenu-target:last-child{
		/* padding-bottom: 0px !important; */
	  }
	
	  .ubermenu-main .ubermenu-nav .ubermenu-item-has-children .ubermenu-target {
		padding-right: 0px !important;
	  }
	
	  .ubermenu-sub-indicators
		.ubermenu-has-submenu-drop
		> .ubermenu-target
		> .ubermenu-sub-indicator {
		right: 0px !important;
	  }
	
	  .ubermenu-active i.ubermenu-sub-indicator.fas.fa-angle-down {
		transform: rotate(-180deg);
	  }
	
	  i.ubermenu-sub-indicator {
		display: block !important;
	  }
	
	  .fa-times:before {
		display: none;
	  }
	
	  .ubermenu .ubermenu-item .ubermenu-submenu-drop li {
		padding: 8px 0px !important;
	  }

	  #masthead.for_tab .fa-angle-down:before {
		font-size: 18px;
	}

	.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator{
		top: 44% !important;
	}

	#home_banner {
		padding: 130px 0px 40px 0px;
	}

	#home_banner .banner_slide h1 {
		font-size: 40px;
		line-height: 45px;
		padding-bottom: 14px;
		max-width: 600px;
		margin: 0 auto;
	}

	#home_banner .banner_slide p {
		font-size: 14px; 
		max-width: 600px;
		margin: 0 auto;
	}

	#home_banner .banner_slide .banner_btn {
		font-size: 13px;
		min-width: 145px;
		height: 48px;
		padding: 0px 16px;
		margin-top: 30px; 
	}

	#home_banner .scrol .vertcl_arr {
		width: 20px;
		height: 80px;
	}

	#home_challenge {
		padding: 40px 0px;
	}

	#home_challenge .solve_ch h2 {
		font-size: 40px;
		line-height: 45px;
	}
	
	#home_gallery2 .engage h3{
        font-size: 40px;
        line-height: 45px;
	}
	#home_features .section-title h2{
			font-size: 40px;
			line-height: 45px;
	}
	
	.title h3 {
		font-family: "Gotham Book";
		font-size: 30px;
		line-height: 35px;
		padding-bottom: 14px; 
	}

	#home_challenge .missio .uni_btn{
		margin-top: 14px;
	}

	#home_service {
		padding: 30px 0px 10px 0px;
		background: #EBB129;
	} 

	#home_service::before{
		display: none;
	}

	#home_service .serv_bg {
		display: none; 
	}

	#home_service .safer {
		padding-bottom: 35px;
	}

	#home_service .safer  p{
		color: #000000;
	}

	#home_service .asset {
		margin-bottom: 45px;
	}
		
	#home_service .asset p {
		padding-top: 15px; 
	}

	#home_service .custm_scroll {
		display: none; 
	}

	#home_service .asset .asset_cont .main_img {
		height: 325px; 
	}

	#home_about {
		padding: 45px 0px 40px 0px;
	}

	#home_about .help .help_img{
		height: 325px;
	}

	#home_about .network {
		padding-top: 25px;
		padding-left: 0px; 
	}

	#home_about .network .uni_btn {
		margin-top: 20px;
	}

	#home_products {
		overflow: hidden;
		height: unset;
		padding: 40px 0px; 
	}

	#home_products .prodct_slide {
		padding-top: 0px;
	}

	#home_products .pad_slide{
		position: unset;
	}

	#home_products .product_bg {
		display: none; 
	}

	#product_slider .owl-stage {
		left: 0px;
	}

	#home_products .prodct_slide p {
		padding-bottom: 8px; 
	}

	#home_products .prodct_slide .img_wrap .slide_img {
		height: 325px;
		margin-bottom: 22px; 
	}

	#product_slider .owl-nav .owl-prev {
		position: absolute;
		left: 0px;
		top: 32%; 
	}

	#product_slider .owl-nav .owl-next {
		position: absolute;
		right: 0px;
		left: unset;
		top: 32%; 
	}

	#client_sec {
		padding: 40px 0px;
	}

	#client_sec .partners h3 {
		max-width: unset;
		padding-bottom: 25px; 
	}

	#client_sec .partners .points {
		padding-bottom: 14px;
	}

	#client_sec .partners_box {
		padding: 40px 20px;
		margin-top: 20px;
	}

	#home_testi {
		background: #EBB129;
		padding: 40px 0px 40px 0px; 
	}

	#home_testi .saying h3 {
		text-transform: capitalize;
		padding-bottom: 30px; 
	}

	#home_testi .custm_coma .comma {
		width: 100px;
		height: 50px;
		margin-bottom: 22px;
	}

	#home_testi .custm_coma .design_wrap {
		padding: 20px 0px;
	}

	#testi_slider .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
		margin: 6px 2px; 
	}

	#home_gallery {
		padding: 40px 0px;
		height: unset;
	}

	#home_gallery .engage h3 {
		color: #666666;
		padding-bottom: 30px;
	}
	
	#home_gallery #gallery_slider {
		position: unset; 
	}

	#home_gallery .engage_slide .engage_img {
	height: 325px;
	}

	#gallery_slider .owl-nav .owl-prev {
		left: 0px;
		top: 47%; 
	}

	#gallery_slider .owl-nav .owl-next {
		right: 0px;
		top: 47%; 
	}

	#home_team{
		padding: 0px 0px 40px 0px; 
	}

	#home_team::before{
		display: none;
	}

	#home_team .behind .behind_img {
		width: 325px;
		height: 40px;
		margin-left: 80px;
	}

	#home_team .head_read {
		padding-top: 20px;
		justify-content: flex-start;
	}

	#home_team .team_box {
		margin-top: 33px;
	}

	#home_team .team_box .image_box .avatar {
		object-fit: cover;
		width: 100%;
		height: 325px; 
	}

	#home_team .team_box p {
		font-size: 16px;
		line-height: 22px;
		margin-top: 20px;
		max-width: 100%;
	}

	#home_team .team_box h4 {
		font-size: 13px;
		line-height: 16px;
		max-width: 100%;
	}

	#foot_sec .finite .finite_img {
		right: unset;
		width: 325px;
		left: 50%;
		transform: translate(-50%, 50%);
	}

	#foot_sec {
		padding: 40px 0px 30px 0px; 
	}

	#foot_sec .connect h4 {
		font-size: 36px;
		line-height: 45px;
		padding-bottom: 17px;
	}

	#foot_sec .connect .foot_social {
		column-gap: 8px;
		padding-bottom: 35px;
	}

	#foot_sec .connect .foot_contact {
		padding-bottom: 8px;
		column-gap: 4px;

	}

	#foot_sec .menu_heading {
		padding: 24px 0px 18px 0px; 
	}

	#foot_sec .menu_heading h4 {
		font-size: 18px; 
	}

	#foot_sec .foot_menu ul li {
		margin-bottom: 8px; 
	}

	#foot_sec .foot_menu {
		padding-bottom: 8px;
	}
	
	#foot_sec .connect .foot_contact h4 {
		font-size: 12px;
		line-height: 22px; 
	}

	#foot_sec .connect .foot_contact p {
		font-size: 12px;
		line-height: 22px;
	}

	#foot_sec .foot_menu ul li a {
		font-size: 12px;
	}

	#foot_sec .menu_heading {
		padding: 10px 0px 18px 0px;
	}

	#foot_sec .foot_base .dashline {
		background: #FFFFFF;
		margin: 33px 0px 26px 0px;
	}

	#uni_banner .uni_shade {
		padding: 170px 0px 35px 0px; 
	}

	#uni_banner .solve h1 {
		font-size: 33px;
		line-height: 37px;
	}
	
	#challenges {
		padding: 40px 0px;
	}

	.title p {
		font-size: 16px;
		line-height: 24px;
	}

	#challenges .top_content {
		padding-bottom: 26px;
	}

	#challenges .left_image .car_img {
		height: 325px; 
	}

	#challenges .right_content {
		padding-top: 26px;
		padding-left: 0px; 
	}

	#post_banner .uni_shade{
		padding: 170px 0px 35px 0px; 
	}

	#post_banner .solve h2 {
		font-size: 33px;
		line-height: 35px;
		padding-bottom: 7px;
	}

	#challenges ul li::before {
		width: 8px;
		height: 8px;
	}

	#testimonial {
		padding: 40px 0px 5px 0px;
	}

	#testimonial .review .quotes {
		width: 100px;
		height: 50px;
		margin-bottom: 20px;
	}

	#testimonial .review .name_cont {
		padding: 20px 0px 22px 0px;
	}

	#testimonial .review h4 {
		font-size: 16px;
		line-height: 22px;
		padding-bottom: 2px;
	}

	#testimonial .review {
		padding-bottom: 50px; 
	}

	#gallery_sec {
		padding: 45px 0px;
	}

	#gallery_sec .gallery_img .road {
		height: 325px; 
	}

	#contact_sec {
		padding: 40px 0px 40px 0px;
	}

	#contact_sec .custm_info {
		padding: 35px 18px;
	}

	#contact_sec .for_query .meet_form {
		padding-top: 15px;
	}

	.wpcf7 form.invalid .wpcf7-response-output {
		font-size: 12px;
		margin-top: 15px;
	}

	.wpcf7 form.sent .wpcf7-response-output {
		font-size: 12px; 
	}

	#contact_sec .info .looping {
		padding-top: 35px;
		text-align: left;
	}

	#contact_sec .info .contact_logo {
		width: 225px;
		height: 42px;
	}

	#contact_sec .info .black_box {
		padding: 35px 25px; 
	}

	#contact_sec .info .black_box h4 {
		padding-bottom: 20px; 
	}

	#contact_sec .info .black_box p {
		font-size: 14px;
		line-height: 18px; 
	}

	#contact_sec .info .black_box .hor_line {
		margin: 30px 0px 33px 0px;
	}

	#contact_sec .info .black_box .mailing {
		column-gap: 10px;
		padding-bottom: 14px;
	}

	#contact_sec .info .black_box .mailing p{
		padding-bottom: 0px;
	}

	#contact_sec .info .black_box .gold_box {
		margin-top: 24px;
		padding: 20px;
	}
	
	#contact_sec .custm_info::after{
		height: 100%;
	}
	
	#team_sec {
		padding: 40px 0px 5px 0px;
	}

	#team_sec .behind {
		margin-bottom: 44px;
	}

	#team_sec .behind .loop_img {
		margin-left: 85px;
		width: 360px;
		height: 50px;
	}

	#team_sec .team_box .image_box .avatar {
		height: 325px; 
	}

	#team_sec .team_box p {
		font-size: 16px;
		line-height: 24px;
		margin-top: 16px;
		max-width: 325px;
	}

	#team_sec .team_box h4 {
		font-size: 15px;
		line-height: 18px;
		padding-top: 4px;
		max-width: 325px;
	}

	#team_sec .team_box {
		margin-bottom: 40px;
	}

	#foot_sec .foot_base p {
		font-size: 13px;
		line-height: 18px;
	}
	
}

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

@media only screen and (max-width: 767px) {

	.ubermenu-skin-trans-black.ubermenu-responsive-toggle {
		right: 36px; 
	}

	.ubermenu-main .ubermenu-nav .ubermenu-item a {
		font-size: 16px !important; 
		padding: 20px 0px;
	}

	#masthead.for_tab .fa-angle-down:before {
		font-size: 16px;
	}
	
	.ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-item .ubermenu-target {
		padding: 4px 0px !important;
	}

	#home_banner {
		padding: 110px 0px 40px 0px;
	}

	#home_banner .banner_slide h1 {
		font-size: 30px;
		line-height: 35px;
		padding-bottom: 10px;
	}	

	#home_banner .banner_slide .banner_btn {
		font-size: 13px;
		min-width: 140px;
		height: 46px; 
	}

	#home_banner .custm_scroll {
		justify-content: center;
	}

	#home_banner .scrol .vertcl_arr {
		width: 16px;
		height: 60px;
	}

	#home_banner .scrol p {
		padding-top: 6px; 
	}

	#home_challenge {
		padding: 35px 0px;
	}

	#home_challenge .solve_ch h2 {
		font-size: 30px;
		line-height: 35px;
	}
	
	#home_gallery2 .engage h3{
        font-size: 30px;
        line-height: 35px;
	}
	#home_features .section-title h2{
			font-size: 30px;
			line-height: 35px;
	}

	.title h3 {
		font-family: "Gotham Book";
		font-size: 26px;
		line-height: 30px;
		padding-bottom: 12px;
	}

	.uni_btn img {
		width: 54px;
		height: 12px;
	}
	
	#home_service .safer {
		padding-bottom: 22px;
	}

	#home_service .asset {
		margin-bottom: 35px;
	}

	#home_service .asset p {
		max-width: 440px;
	}

	#home_products .pad_slide {
		position: unset;
		padding-right: 13px !important; 
	}

	#client_sec .partners_box .partners_logo .client_icons {
		width: 320px;
		height: 70px; 
		margin: 24px 0px;
	}

	#foot_sec .connect .foot_social .social_icon {
		width: 45px;
		height: 45px;
	}

	#foot_sec .connect h4 {
		font-size: 30px;
		line-height: 36px;
		padding-bottom: 18px;
	}

	#foot_sec .connect .foot_social {
		column-gap: 10px;
		padding-bottom: 33px;
	}

	#foot_sec .connect .foot_contact p {
		font-size: 15px;
		line-height: 24px;
	}

	#foot_sec .connect .foot_contact h4 {
		font-size: 15px;
		line-height: 24px;
	}

	#foot_sec .menu_heading {
		padding: 25px 0px 20px 0px;
	}

	#foot_sec .menu_heading h4 {
		font-size: 20px;
	}

	#foot_sec .foot_menu ul li a {
		font-size: 15px;
	}

	#foot_sec .foot_base p {
		font-size: 14px; 
	}

	#challenges {
		padding: 36px 0px;
	}

	#uni_banner .solve h1 {
		font-size: 30px;
		line-height: 35px;
	}
	
	#post_banner .solve h2 {
		font-size: 30px;
		line-height: 35px;
	}

	#post_banner .serv_cont h1 {
		font-size: 20px;
		line-height: 25px; 
	}

	#post_banner .serv_cont img {
		width: 24px;
		height: 14px;
	}

	#challenges ul li {
		font-size: 16px;
		line-height: 24px; 
	}

	#contact_sec .custm_info {
		padding: 30px 10px;
	}

	#contact_sec .info .black_box {
		padding: 35px 15px;
	}

	#team_sec .behind .loop_img {
		margin-left: 45px;
		width: 325px;
		height: 40px;
	}

	#team_sec .behind .loop_img {
		margin-left: 40px;
		width: 300px;
		height: 35px;
	}
		
}


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

@media only screen and (max-width: 619px) {

#masthead {
	background: #EBB129;
	padding: 12px 0px;
}

.ubermenu-skin-trans-black.ubermenu-responsive-toggle {
	right: 7px;
	top: 20px;
}

.ubermenu-main .ubermenu-nav .ubermenu-item .ubermenu-target {
	padding: 20px 0px !important; 
}

#home_gallery #gallery_slider {
	padding: 0px 13px !important;
}

#home_team .behind .behind_img {
	width: 170px;
	height: 30px; 
	margin-left: 20;
}

#home_team .behind h3 {
	padding-bottom: 8px;
}


#uni_banner .solve h1 {
    font-size: 26px;
    line-height: 32px;
}

#home_banner .banner_slide h1 {
    font-size: 26px;
    line-height: 33px; 
}

#home_banner .banner_slide .banner_btn {
    height: 45px;
}

#post_banner .solve h2 {
    font-size: 26px;
    line-height: 33px;
}

#post_banner .serv_cont h1 {
    font-size: 18px;
    line-height: 25px;
}

#post_banner .serv_cont h1 {
    font-size: 16px;
    line-height: 22px;
}

#post_banner .serv_cont {
    column-gap: 8px;
}

#post_banner .serv_cont img {
    width: 18px;
    height: 13px;
}

#challenges ul li {
    font-size: 15px;
    line-height: 23px;
}

#foot_sec .foot_base p {
    font-size: 12px;
}

#foot_sec .connect .foot_contact p {
    font-size: 14px;
    line-height: 20px;
}

#foot_sec .foot_menu ul li a {
    font-size: 14px;
}

#masthead.for_tab{
	overflow: hidden;
}

#contact_sec .custm_info {
    padding: 30px 0px;
}

#contact_sec .for_query .meet_form .form_btn {
    font-size: 14px;
    min-width: 145px;
    height: 47px; 
}

#client_sec .partners_box {
    padding: 25px 20px;
}

#client_sec .partners_box .partners_logo .client_icons {
    width: 260px;
    height: 60px;
    margin: 18px 0px;
}

#client_sec .partners .points {
    display: flex;
    align-items: center;
    column-gap: 10px; 
}

#client_sec .partners .points {
    display: flex;
    align-items: baseline; 
}

#team_sec .behind .loop_img {
    margin-left: 50px;
    width: 170px;
    height: 30px;
}

#home_products .prodct_slide p {
    font-size: 17px;
    line-height: 24px; 
}

#home_products .prodct_slide .img_wrap .slide_img {
    margin-bottom: 15px;
} 
}
