/*!
Theme Name: car clinic
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: car-clinic
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.

car clinic 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.
 */


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
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;
}

/* -------------------------------Custom Styling------------------------------ */

body{
	margin: 0 !important;
	font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
  	font-style: normal;
}

.body_cont{
	overflow: hidden;
}

.title{
	font-family: "Poppins", sans-serif;
}

.title .smooth h1,
.title .smooth h2,
.title .smooth h3,
.title .smooth strong{
	font-family: "Poppins", sans-serif;
	margin: 0;
	font-size: 60px;
	line-height: 64px;
	font-weight: 700;
	color: #FFFFFF;
}

.title h4,
.title h5,
.title h6{
	margin: 0;
	font-family: "Poppins", sans-serif;
}

.title .second_heading,
.title h2,
.title h3{
	font-family: "Poppins", sans-serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: 500;
	padding-bottom: 28px;
	color: #1E1E1E;
	margin: 0;
}

.title .top_heading{
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	line-height: normal;
	font-weight: 600;
	color: #EDC33B;
	margin: 0;
	margin-bottom: 6px;
	text-transform: capitalize;
}

.title p{
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
	color: #292929;
}

.title p:last-child{
	margin: 0;
}

.title ul{
	/* padding: 0; */
	margin: 0;
	list-style: disc;
}

.title ul li{
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
	color: #292929;
	margin: 0;
	padding-bottom: 6px;
	position: relative;
}

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

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

.title a:hover{
	color: #EDC33B;
}

.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {
	display:none;
}

.uni_btn{
	margin-top: 33px;
	position: relative;
	font-family: "Poppins", sans-serif;
    font-size: 16px;
	line-height: 16px;
    font-weight: 700;
    border: 2px solid #EDC33B;
    border-radius: 10px;
    background: #EDC33B;
    color: #000000;
    min-width: 205px;
    height: 50px;
    padding: 0px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: all ease 0.5s;
    z-index: 1;
    overflow: hidden;
 }

 .uni_btn:hover{
	color: #EDC33B;
	border: 2px solid #EDC33B;
 }

 .uni_btn::before{
	content: "";
	position: absolute;
	background: #000000;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	border-radius: 10px;
	transition: all ease 0.5s;
	z-index: -1;
 }

 .uni_btn:hover:before{
	height: 100%;
 }

 .btn.loadMoreBtn {
	position: relative;
	font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #EDC33B;
    border-radius: 10px;
    background: #EDC33B;
    color: #000000;
    width: 205px;
    height: 50px;
    padding: 0px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: all ease 0.5s;
    z-index: 1;
    overflow: hidden;
	margin: 25px auto 0;
    overflow: hidden;
 }

 .btn.loadMoreBtn:hover{
	color: #EDC33B;
	border: 2px solid #EDC33B;
 }

 .btn.loadMoreBtn::before{
	content: "";
	position: absolute;
	background: #000000;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	border-radius: 10px;
	transition: all ease 0.5s;
	z-index: -1;
 }

 .btn.loadMoreBtn:hover:before{
	height: 100%;
 }

 /* .btn.loadMoreBtn:hover{
	background: #38B6FF;
	border: 1px solid #38B6FF !important;
	color: #FFFFFF;
 } */

  .inner_img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	transition: all ease 0.5s;
  }

  .inner_img:hover{
	transform: scale(1.1);
  }

  .for_gradient.home_gradient{
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 2%, rgba(255,250,216,0.5) 33%,rgba(239, 205, 118, 0.5) 62%,rgba(255, 255, 255, 0.8) 70%);
 }

 .for_gradient{
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 2%, rgba(255,250,216,0.5) 33%,rgba(239, 205, 118, 0.5) 66%,rgba(255, 255, 255, 0.8) 89%);
 }

 .error-404.not-found{
	padding: 80px 0px;
}

.error-404.not-found .page-header h1{
	font-size: 36px;
	line-height: 42px;
	color: #EDC33B;
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
}

#uni_banner{
	height: 570px;
	background-image: url('/wp-content/uploads/2024/08/uni_banner-1.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
 
#uni_banner .uni_shade{
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
}

#uni_banner .inner_leading{
	padding-top: 118px;
	text-align: center;
}

#uni_banner .inner_leading h1,
#uni_banner .inner_leading strong,
#uni_banner .inner_leading .inner_heading{
	font-family: "Poppins", sans-serif;
	margin: 0;
	font-size: 40px;
	line-height: 44px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: capitalize;
}

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

  #masthead{
	padding: 20px 0px;
	background: #010101;
	width: 100%;
	position: absolute;
	  	transition:  all ease 0.5s;
	/* top: 0; */
  }

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

  #masthead .head_contact{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 26px;
  }

  #masthead .head_contact p{
	margin: 0;
	font-weight: 700;
	line-height: normal;
	color: #EDC33B;
	transition: all ease 0.5s;
  }

  #masthead .head_contact a{
	text-decoration: none;
	color: inherit;
  }

  #masthead .head_contact p:hover{
	color: #FFFFFF;
  }

  #masthead .head_contact svg path{
	transition: all ease 0.5s;
  }

  #masthead .head_contact svg{
	margin-bottom: 2px;
  }

  #masthead .head_contact svg:hover path{
	fill: #FFFFFF;
  }

  /* ------Sticky Header------- */
 
 .scroll-down {
	transform: translate3d(0, -100%, 0);
  }
  
  .scroll-up {
	transform: none;
  }
  
  header#masthead.scroll-up {
	box-shadow: 0px 0px 10px 0px rgb(255 255 255 / 10%);
	background: rgb(1 1 1 / 100%);
	top: 0;
	z-index: 999999999;
	position: fixed;
	width: 100%;
	transition: all ease 0.5s;
	padding: 14px 0px 14px 0px;
	transition: all ease 0.5s;
  }

  header#masthead.scroll-up .site_logo{
	width: 60%;
  }

  /* -------------------Mega Menu-------------------- */

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
	vertical-align: sub;
	font-size: 14px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	margin: 0 0 0 2px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
	transition: all ease 0.3s;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	transition: all ease 0.5s;
	position: relative;
	margin: 0px 20px 0px 20px;
}

#mega-menu-wrap-menu-1 ul.mega-sub-menu{
	margin-top: 10px !important;
}

/* #mega-menu-wrap-menu-1 ul.mega-sub-menu li.mega-current-menu-item a{
	background: #edc33b !important;
} */

/* #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link:hover span.mega-indicator:after {
	transform: rotate(-180deg); 
} */
   /* --------------------Footer------------------ */

   #foot_sec{
	padding: 120px 0px 38px 0px;
	background: #000000;
	color: #FFFFFF;
   }

   #foot_sec .foot_heading{
	font-size: 16px;
	line-height: normal;
	font-weight: 700;
	padding-bottom: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
   }

   #foot_sec .foot_heading.no_sight{
	opacity: 0;
	visibility: hidden;
   }

   #foot_sec .quick_start{
	padding-left: 60px;
   }

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

   #foot_sec .foot_generel ul li,
   #foot_sec .foot_generel p{
		font-size: 14px;
		line-height: normal;
		font-weight: 400;
		margin-bottom: 12px;
		padding: 0;
/* 		text-transform: capitalize; */
		color: #FFFFFF;
		transition: all ease 0.5s;
   }

   #foot_sec .foot_generel p:hover{
		color: #EDC33B;
   }

   #foot_sec .foot_generel ul li.current-menu-item{
		color: #EDC33B;
   }

   #foot_sec .social_foot{
	padding-top: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
   }

   #foot_sec .social_foot img{
	transition: all ease 0.3s;
   }

   #foot_sec .social_foot img:hover{
	filter: brightness(0) invert(1);
   }

   #foot_sec .foot_bottom{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
	padding-top: 130px;
   }

   #foot_sec .foot_bottom p{
		font-size: 13px;
		line-height: normal;
		font-weight: 300;
		margin: 0;
		padding: 0;
		color: #FFFFFF;
   }

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

  #home_banner{
	background-image: url('/wp-content/uploads/2024/08/banner_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100vh;
	min-height: 796px;
  }

  #home_banner .smooth{
	padding-top: 118px;
	padding-bottom: 15px;
	text-align: center;
	max-width: 655px;
	margin: 0 auto;
  }

  #home_banner .smooth .ver_line{
	background: #FFFFFF;
	width: 1px;
	height: 230px;
	margin: 0 auto;
  }

  #home_banner .smooth .main_heading{
	padding-bottom: 33px;
  }

  #home_banner .smooth .uni_btn{
	margin: 33px auto 0;
  }

  #about_sec{
	padding-top: 78px;
  }

 .reliable{
	max-width: 612px;
  }

  .process_wrap{
	padding-top: 95px;
  }

  .process_wrap .process_box{
	padding-left: 40px;
	border-left: 1px solid #DFDFDF;
	max-width: 260px;
  }

  .process_wrap .for_select:nth-of-type(1) .process_box,
  .process_wrap .for_select:nth-of-type(5) .process_box{
	border-left: 1px solid transparent;
  }

  .process_wrap .process_box img{
	margin-bottom: 30px;
	height: 84px;
	width: 78px;
  }

  .process_wrap .process_box .process_title{
	font-size: 18px;
	line-height: normal;
	font-weight: 600;
	margin: 0;
	padding-bottom: 8px;
	color: #0E0E0E;
  }

  .process_wrap .process_box svg{
	margin-top: 20px;
	margin-bottom: 5px;
	transition: all ease 0.5s;
  }

  #service_section{
	padding: 95px 0px 48px 0px;
  }

  #service_slides{
	overflow: hidden;
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
  }

  #service_slides .set_pad{
	padding-left: 100px;
	padding-right: 0;
 }

 #home_services_slider .owl-stage{ 
	left: -45px;
 } 

/* #home_services_slider .owl-nav {
		margin-top: 18px;
		position: unset;
	}
	
	#home_services_slider .owl-nav button{
		transition: all ease 0.5s;
	}
	
	#home_services_slider .owl-nav button:hover{
		background: transparent;
	}
	
	#home_services_slider .owl-nav button img{
		transition: all ease 0.5s;
	}
	
	#home_services_slider .owl-nav button:hover img{
		filter: brightness(0) invert(0);
	}  */


.service_box{
	background-image: url('/wp-content/uploads/2024/08/Rectangle-735-1.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 430px;
	width: 100%;
	border-radius: 20px;
	cursor: pointer;
	position: relative;
	padding: 40px 30px 40px 40px;
	color: #FFFFFF;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	position: relative;
  }

  .service_box::before{
	content: "";
	background: rgba(0, 0, 0, 0.65);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	transition: all ease 0.5s;
	border-radius: 20px;
  }

  .service_box:hover:before{
	height: 100%;
  }

  .service_box .btn_right{
	width: 48px;
	height: 48px;
	padding: 19px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 10px;
	transition: all ease 0.5s;
  }

  .service_box:hover .btn_right{
	background: #EDC33B;
  }

  .service_box .serv_yellow{
	width: 100%;
	z-index: 1;
  }

  .service_box .serv_info_cont{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 33px;
  }

  .service_box .serv_info_cont .name_left{
	max-width: 210px;
  }

  .service_box .name_left .design_twenty{
	color: #FFFFFF;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin: 0;
	padding: 0;
  }

  .service_box .name_left .short{
	padding-top: 15px;
	transition: all ease 0.5s;
	display: none;
  }

  .service_box .name_left .short p{
	font-size: 14px;
	line-height: normal;
	color: #FFFFFF;
  }

  .service_box:hover .name_left .short {
	display: block;
  }

  #testi_sec{
	padding: 165px 0px 140px 0px;
  }

  #testi_sec .testi_wrap{
	max-width: 950px;
	margin: 0 auto;
  }

  #testi_sec .review_box{
	padding-left: 20px;
  }

  #testi_sec .review_box .feed p{
	font-size: 18px;
  }

  #testi_sec .review_box .name_wrep{
	padding-top: 52px;
	display: flex;
	align-items: center;
	gap: 32px;
  }

  #testi_sec .review_box .name_wrep p{
	color: #000000;
	text-transform: uppercase;
	font-weight: 700;
  }

  #testi_sec .review_box .name_wrep .testi_line{
	background: #EDC33B;
	width: 90px;
	height: 3px;
	margin-bottom: 2px;
  }

  #testi_slider .owl-nav{
	margin: 0;
	position: absolute;
	right: 0;
	bottom: -5px;
  }

  #testi_slider .owl-nav button{
	margin: 5px 14px;
	background: transparent;
  }

  #testi_slider .owl-nav button img{
	transition: all ease 0.5s;
  }

  #testi_slider .owl-nav button:hover img{
	filter: brightness(0) invert(0);
  }

  #contact_sec{
	padding: 320px 0px 150px 0px;
	background-image: url('/wp-content/uploads/2024/08/contact_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 10px;
  }

  #contact_sec .form_cont{
	max-width: 648px;
  }

  #contact_sec .top_wrep{
	max-width: 430px;
  }

  #contact_sec .top_wrep .top_heading{
	padding-bottom: 0;
	color: #FFFFFF;
	font-size: 18px;
	line-height: normal;
	font-weight: 400;
  }

  #contact_sec .top_wrep .second_heading{
	color: #FFFFFF;
	font-size: 62px;
	line-height: 62px;
	font-weight: 800;
  }

  .form_cont .norm_field {
	background: #FFFFFF;
	border-radius: 10px;
	outline: none;
	width: 100%;
	padding: 12px 20px;
	height: 50px;
	font-size: 14px;
	font-weight: 400;
	color: #1F1F1F;
	margin-top: 24px;
  }

  .form_cont .name_field::placeholder{
	font-size: 14px;
	font-weight: 400;
	color: #1F1F1F;
  }

 .form_cont textarea.norm_field {
	height: 115px;
  }

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

 .wpcf7 form.invalid .wpcf7-response-output {
	font-size: 14px;
	color: #FFFFFF;
	border-radius: 10px;
	border-color: #dc3232;
	margin: 0;
	margin-top: 20px;
	padding: 8px 16px;
	text-align: left;
	}
	
.wpcf7 form.sent .wpcf7-response-output {
	font-size: 14px;
	color: #FFFFFF;
	border-radius: 10px;
	margin: 0;
	margin-top: 20px;
	padding: 8px 16px;
	text-align: left;
}

.form_cont input.wpcf7-submit{
	margin-top: 33px;
	position: relative;
	font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #EDC33B;
    border-radius: 10px;
    background: #EDC33B;
    color: #000000;
    width: 205px;
    height: 50px;
    padding: 0px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: all ease 0.5s;
    z-index: 1;
    overflow: hidden;
 }

 .form_cont input.wpcf7-submit:hover{
	color: #EDC33B;
	border: 2px solid #EDC33B;
	background: #000000;
 }

 .form_cont input.wpcf7-submit::before{
	content: "";
	position: absolute;
	background: #000000;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	border-radius: 10px;
	transition: all ease 0.5s;
	z-index: -1;
 }

 .form_cont input.wpcf7-submit:hover:before{
	height: 100%;
 }

 /* -------------------About Page------------------- */

 #about_sec.live{
	padding-top: 90px;
 }

 #about_sec .abt_image{
	height: 432px;
	overflow: hidden;
	border-radius: 20px;
	margin-left: 30px;
 }

 #about_sec .partner{
	max-width: 612px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
 }

 #about_sec.live .process_wrap{
	padding-top: 125px;
 }

 #about_sec .row_reverse{
	flex-direction: row-reverse;
 }

#about_sec.repeating .abt_image{
	 height: auto;
}

#about_sec .row_reverse .abt_image {
    margin-left: 0px;
	margin-right: 30px;
}

 /* ---------------------Contact Page------------------ */

#query_sec{
	padding: 118px 0px 100px 0px;
}

#query_sec .get{
	max-width: 260px;
}
 
#query_sec .process_box{
	padding-left: 40px;
	border-left: 1px solid #DFDFDF;
  }

#query_sec .process_box{
	margin-bottom: 25px;
}

#query_sec .process_box .process_title{
	font-size: 18px;
	line-height: normal;
	font-weight: 600;
	margin: 0;
	padding-bottom: 15px;
	color: #0E0E0E;
	transition: all ease 0.5s;
}

#query_sec .process_box .process_title:hover{
	color: #EDC33B;
}

#query_sec .process_box svg{
	margin-bottom: 35px;
}

#query_sec .for_first.process_box{
  border-left: 1px solid transparent;
  padding-left: 0;
}

.for_gradient.contact_gradient{
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 2%, rgba(255, 250, 216, 0.5) 12%, rgba(239, 205, 118, 0.5) 25%, rgba(255, 255, 255, 0.8) 50%);
}

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

#gallery_sec{
	padding: 75px 0px;
}

#gallery_sec .gallery_box{
	height: 395px;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 25px;
	position: relative;
	cursor: pointer;
}

#gallery_sec .gallery_box .work{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

#gallery_sec .gallery_box .zoom_icon{
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	opacity: 0;
	transition: all ease 0.5s;
}

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

#gallery_sec .gallery_box::before{
	content: "";
	width: 100%;
	height: 0%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: all ease 0.5s;
	border-radius: 20px;
}

#gallery_sec .gallery_box:hover:before{
	opacity: 1;
	height: 100%;
}

.modal {
    z-index: 999999999999 !important;
 }

 #gallleryModel{
	background: rgba(0, 0, 0, 0.9);
 }

 #gallleryModel .modal-dialog{
 margin: 60px auto 60px;
 }

 #gallleryModel .modal-content{
	border-radius: 15px;
 }

 #gallleryModel .pop_img{
	height: 540px;
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
 }

 #gallleryModel button.btn-close{
	position: absolute;
    right: 30px;
    top: 30px;
    z-index: 99;
	opacity: 1;
	background: transparent url('/wp-content/uploads/2024/08/closing.svg') center / 30px auto no-repeat;
 }

 #gallleryModel .modal-header {
	padding: 0;
	background: rgba(0, 0, 0, 0.9);
	border: 0;
 }

 #gallleryModel .modal-body {
	padding: 0;
	background: rgba(0, 0, 0, 0.9);
	border-radius: 15px;
 }

 #gallleryModel .owl-nav button{
	margin: 2px 6px;
	background-color: #FFFFFF;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	transition: all ease 0.5s;
	position: relative;
 }

 #gallleryModel .owl-nav button img{
	position: absolute;
	transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
 }

 #gallleryModel .owl-nav {
	position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 40px;
}

 #gallleryModel .owl-nav button:hover{
	background-color: #EDC33B !important;
	opacity: 1;
 }

 #gallry_slider .owl-item{
	opacity: 0;
 }

 #gallry_slider .owl-item.active{
	opacity: 1;
 }

#gallery_sec .custm_grid_box:nth-child(9n+1),
#gallery_sec .custm_grid_box:nth-child(9n+3) {
    width: 30%;
}

#gallery_sec .custm_grid_box:nth-child(9n+2),
#gallery_sec .custm_grid_box:nth-child(9n+5) {
    width: 40%;
}

#gallery_sec .custm_grid_box:nth-child(9n+4) {
    width: 25%;
}

#gallery_sec .custm_grid_box:nth-child(9n+6) {
    width: 35%;
}

#gallery_sec .custm_grid_box:nth-child(9n+7),
#gallery_sec .custm_grid_box:nth-child(9n+8) {
    width: 35%;
}

#gallery_sec .custm_grid_box:nth-child(9n+9) {
    width: 30%;
}


/* -------------------Service Pages------------------- */

#services_main{
	padding: 90px 0px 125px 0px;
}

#services_main .room .second_heading{
	max-width: 630px;
	padding-bottom: 40px;
}

#services_main .service_box{
	margin-bottom: 30px;
}

.car_info_wrap{
	padding-top: 90px;
}

#our_doings{
	padding-bottom: 90px;
}

#our_doings .dialog{
	padding-right: 55px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

#our_doings .dialog .second_heading,
#our_doings .dialog h1,
#our_doings .dialog h2,
#our_doings .dialog h3{
	font-family: "Poppins", sans-serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: 500;
	padding-bottom: 28px;
	color: #1E1E1E;
	margin: 0;
}

#our_doings .key_list{
	width: 100%;
	height: 400px;
	overflow: hidden;
	border-radius: 20px;
}

#our_doings .reverse_row{
	flex-direction: row-reverse;
}

#our_doings .reverse_row .dialog{
	padding-left:	55px;
	padding-right: 0px;
}


/* ---------------------------Responsiveness----------------------- */

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

	#masthead .head_contact p {
		font-size: 15px;
	}
	
	#masthead .head_contact {
		gap: 18px;
	}

	#home_banner {
		min-height: unset;
	}

	#home_banner .smooth .ver_line {
		display: none;
		height: 50px;
	}

	.title .smooth h1{
		font-size: 40px;
		line-height: 44px;
		max-width: 600px;
		margin: 0 auto;
	}

	#home_banner .smooth .main_heading {
		padding-bottom: 0px;
	}

	.title .second_heading, .title h2, .title h3 {
		font-size: 30px;
		line-height: 34px; 
		padding-bottom: 18px;
	}

	.process_wrap .process_box {
		padding-left: 22px;
	}	

	#service_slides .set_pad {
		padding-left: 60px;
		padding-right: 60px;
	}

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

	#home_services_slider .owl-nav {
		margin-top: 18px;
		position: unset;
	}
	
	#home_services_slider .owl-nav button{
		transition: all ease 0.5s;
		margin: 5px 14px;
	}
	
	#home_services_slider .owl-nav button:hover{
		background: transparent;
	}
	
	#home_services_slider .owl-nav button img{
		transition: all ease 0.5s;
	}
	
	#home_services_slider .owl-nav button:hover img{
		filter: brightness(0) invert(0);
	} 

	#uni_banner {
		height: 70vh;
	}
	
	#uni_banner .inner_leading h1, #uni_banner .inner_leading strong, #uni_banner .inner_leading .inner_heading {
		font-size: 35px;
		line-height: 39px;
	}

	.service_box {
		height: 308px;
		padding: 22px 13px 22px 13px; 
	}

	.service_box:hover .name_left .short {
		display: none;
	}

	.service_box .name_left .design_twenty {
		font-size: 18px;
		line-height: 22px;
	}	

	#our_doings .dialog {
		padding-right: 0px; 
	}

	#our_doings .reverse_row .dialog {
		padding-left: 0px;
	}


	#gallery_sec .gallery_box {
		height: 300px;
	}

	#gallery_sec .gallery_box .zoom_icon {
		width: 40px;
		height: 40px;
	}

	#gallleryModel .pop_img {
		height: 400px;
	}
	
	#gallleryModel .owl-nav button {
		margin: 2px 6px;
		width: 40px;
		height: 40px;
	}

	#query_sec .process_box {
		padding-left: 16px;
	}
	
	#query_sec .process_box .process_title {
		font-size: 14px; 
	}

	#contact_sec .top_wrep .second_heading {
		font-size: 45px;
		line-height: 48px; 
	}

  }

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

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

    #masthead .head_contact{
		display: none;
	}

	#masthead {
		padding: 10px 0px; 
	}

	.site_logo{
		width: 80%;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
		padding: 20px 0px;
		border-bottom: 1px solid #FFFFFF;
		margin: 0 0px 0 0;
		font-size: 16px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-child{
		border: 0;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
		margin-top: 0px !important;
		border-radius: 10px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link:hover span.mega-indicator:after {
		transform: rotate(0deg); 
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		transition: all ease 0.5s;
		margin-right: 0px;
		margin-left: 0;
		line-height: 28px;
		font-weight: 500 !important;
		text-transform: uppercase;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1{
		margin-top: 28px;
	}

	#home_banner .smooth {
		padding-top: 91px;
	}

	#home_banner {
        height: 90vh;
    }

	#testi_sec {
		padding: 80px 0px 80px 0px;
	}

	#testi_sec .review_box {
		padding-left: 0px;
		padding-top: 20px;
	}

	.process_wrap .process_box {
        padding-left: 0px;
		border: none;
    }

	.process_wrap .process_box p {
		font-size: 14px; 
	}

	#contact_sec {
		padding: 130px 0px 40px 0px;
	}
	
	#contact_sec .top_wrep .second_heading {
        font-size: 40px;
        line-height: 44px;
		max-width: 300px;
    }

	#foot_sec {
		padding: 80px 0px 38px 0px; 
	}

	#foot_sec .quick_start {
		padding-left: 0px;
		padding-top: 50px;
	}

	#foot_sec .social_foot {
		padding-top: 10px;
	}

	#foot_sec .foot_logo{
		text-align: center;
	}

	#foot_sec .foot_logo img{
		width: 30%;
	}

	#foot_sec .foot_bottom {
		padding-top: 75px;
	}

	#about_sec .abt_image {
		height: 325px;
		margin-top: 30px;
		margin-left: 0;
	}
	  
	#about_sec .row_reverse .abt_image {
    	margin-right: 0px;
	}
	 
	#about_sec.live {
    	padding-top: 70px;
	}

	#about_sec .partner {
		max-width: unset; 
	}

	#uni_banner {
        height: 62vh;
    }

	#uni_banner .inner_leading h1, #uni_banner .inner_leading strong, #uni_banner .inner_leading .inner_heading {
        font-size: 30px;
        line-height: 34px;
    }

	#our_doings .dialog .second_heading, #our_doings .dialog h1, #our_doings .dialog h2, #our_doings .dialog h3 {
		font-size: 26px;
		line-height: 28px;
		padding-bottom: 18px; 
	}

	#our_doings .key_list {
		margin-top: 30px; 
	}

	.service_box .btn_right {
		width: 40px;
		height: 40px;
		padding: 10px 16px; 
	}

	#gallery_sec .custm_grid_box{
    width: 50% !important;
	}

	#gallleryModel .owl-nav {
		bottom: 6px;
	}

	#gallleryModel button.btn-close {
		right: 20px;
		top: 20px;
	}

	#query_sec {
		padding: 80px 0px 80px 0px;
	}

	#query_sec .get {
		max-width: 350px;
		padding-bottom: 30px;
	}

	#query_sec .process_box {
        padding-left: 0px;
		border: none;
    }

	#query_sec .process_box svg {
		margin-bottom: 28px;
		width: 60px;
		height: 65px;
	}

	#query_sec .process_box p{
		margin-bottom: 5px;
	}

  }

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

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

    .site_logo {
        width: 100%;
    }

	#masthead {
        padding: 12px 0px;
    }

	#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1  {
        margin-top: 20px;
    }

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		text-transform: capitalize;
	}

	#home_banner {
        height: 75vh;
    }

	.title .smooth h1,
	#home_banner .smooth .main_heading {
        font-size: 28px;
        line-height: 32px; 
	}

	#about_sec {
		padding-top: 45px;
	}
	
	.title .second_heading, .title h2, .title h3 {
        font-size: 26px;
        line-height: 29px;
        padding-bottom: 15px;
    }

	.process_wrap {
		padding-top: 45px;
	}

	.process_wrap .process_box {
		max-width: unset;
		margin-bottom: 25px;
	}

	.process_wrap .process_box svg {
		margin-top: 14px; 
	}

	.process_wrap .process_box img {
		margin-bottom: 14px;
		height: 78px;
		width: 72px;
	}

	.process_wrap .process_box .process_title {
		font-size: 15px;
		padding-bottom: 4px;
	}

	#home_banner .smooth {
        text-align: left;
        padding-top: 82px;
    }

	#home_banner .smooth .uni_btn {
		margin: 33px auto 0 0;
	}

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

	#service_slides .set_pad {
        padding-left: 12px;
        padding-right: 12px;
    }

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

	#testi_sec .quote svg{
		width: 80px;
	}

	#testi_sec .review_box .name_wrep {
		padding-top: 33px;
	}
	
	#testi_sec .review_box .name_wrep .testi_line{
		display: none;
	}

	#contact_sec {
        padding: 140px 0px 30px 0px;
    }

	#contact_sec .top_wrep .second_heading {
        font-size: 35px;
        line-height: 39px; 
	}

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

	#foot_sec .foot_logo {
        text-align: left;
    }

	#foot_sec .foot_logo img {
        width: 55%;
    }

	#foot_sec .quick_start {
        padding-left: 12px;
        padding-top: 40px;
    }

	#foot_sec .foot_heading.no_sight {
		display: none;
	}

	.foot_visit.foot_generel {
		padding-top: 22px;
	}

	#foot_sec .foot_bottom {
        padding-top: 50px;
    }

	#uni_banner .inner_leading {
		padding-top: 82px;
		text-align: left;
	}

	#uni_banner .inner_leading h1, #uni_banner .inner_leading strong, #uni_banner .inner_leading .inner_heading {
        font-size: 28px;
        line-height: 30px;
    }

	#uni_banner {
        height: 50vh;
    }

	#about_sec.live {
		padding-top: 45px;
	}

	#about_sec .abt_image {
        height: 300px;
	}

	#about_sec.live .process_wrap {
		padding-top: 45px;
	}

	#services_main {
		padding: 55px 0px 40px 0px;
	}

	#services_main .room .second_heading {
		padding-bottom: 22px;
	}

	.car_info_wrap {
		padding-top: 50px;
	}

	#our_doings .key_list {
        height: 300px;
    }

	#our_doings {
		padding-bottom: 45px;
	}

	#gallery_sec {
		padding: 45px 0px;
	}

	#gallery_sec .custm_grid_box {
        width: 100% !important;
    }

	#gallleryModel .pop_img {
        height: 300px;
    }

	#query_sec {
        padding: 46px 0px 10px 0px;
    }

	#query_sec .process_box {
		margin-bottom: 16px;
	}

	#query_sec .get {
        padding-bottom: 20px;
    }

	#query_sec .process_box svg {
        margin-bottom: 16px;
	}

}