/*!
Theme Name: Dhooge Design
Theme URI: https://www.dotcomdesign.com/
Author: Dotcom Design
Author URI: https://www.dotcomdesign.com/
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: dhooge-design
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.

Dhooge Design 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;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


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


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    font-family: 'Montserrat';
}

body,
html {
    overflow-x: hidden !important;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
}


/* Grouping content
========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
    text-decoration: none !important;
    outline: none !important;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * 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-size: 1em;
    /* 2 */
}


/**
 * 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;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    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.
 */


/**
 * 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;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * 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;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * 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;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


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


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


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #1D1D1B;
    font-size: 16px;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

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

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

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
    transition: 0.3s;
}

.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 {
    left: 100%;
}

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

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

.main-navigation .menu li {
    position: relative;
    margin: 0 44px;
    padding-top: 79px;
    transition: 0.3s;
}

.main-navigation .menu li a {
    display: flex;
    transition: .3s;
    position: relative;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

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

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# 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;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

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


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

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

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


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

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

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


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


/*==========Fonts Start==========*/

@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Medium.eot');
    src: url('assets/fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Montserrat-Medium.woff2') format('woff2'), url('assets/fonts/Montserrat-Medium.woff') format('woff'), url('assets/fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Bold.eot');
    src: url('assets/fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Montserrat-Bold.woff2') format('woff2'), url('assets/fonts/Montserrat-Bold.woff') format('woff'), url('assets/fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Regular.eot');
    src: url('assets/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Montserrat-Regular.woff2') format('woff2'), url('assets/fonts/Montserrat-Regular.woff') format('woff'), url('assets/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-SemiBold.eot');
    src: url('assets/fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Montserrat-SemiBold.woff2') format('woff2'), url('assets/fonts/Montserrat-SemiBold.woff') format('woff'), url('assets/fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('assets/fonts/NotoSerif.eot');
    src: url('assets/fonts/NotoSerif.eot?#iefix') format('embedded-opentype'), url('assets/fonts/NotoSerif.woff2') format('woff2'), url('assets/fonts/NotoSerif.woff') format('woff'), url('assets/fonts/NotoSerif.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Photograph Signature';
    src: url('assets/fonts/PhotographSignature.eot');
    src: url('assets/fonts/PhotographSignature.eot?#iefix') format('embedded-opentype'), url('assets/fonts/PhotographSignature.woff2') format('woff2'), url('assets/fonts/PhotographSignature.woff') format('woff'), url('assets/fonts/PhotographSignature.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*==========Fonts End==========*/


/*==========Common CSS Start==========*/

p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: #1D1D1B;
    font-family: 'Montserrat';
}

.h2-title {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 52px;
    text-transform: capitalize;
}

.overflow-text {
    height: 282px;
    /*-webkit-overflow-scrolling: touch;*/
}

/*.overflow-text::-webkit-scrollbar,
[data-simplebar=init]::-webkit-scrollbar,
.simplebar-scroll-content::-webkit-scrollbar {
    width: 0;
    opacity: 0 !important;
    display: none;
    clip-path: inset(0 0 30px 0);
}
*/
.simplebar-track.horizontal {
    display: none;
}

/*.overflow-text::-webkit-scrollbar-thumb {
    opacity: 0 !important;
}

.overflow-text::-webkit-scrollbar-track {
    opacity: 0 !important;
}*/

.for-des {
    display: block !important;
}

.for-mob {
    display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
    color: #ff0000;
}

.grecaptcha-badge {
    display: none !important;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-element {
    position: relative;
}

.form-element i {
    position: absolute;
    top: 15px;
    right: 20px;
    pointer-events: none;
    color: #39b449;
}

div.wpcf7-mail-sent-ok {
    display: none !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450 !important;
}
.sec-wp {
    position: relative;
    z-index: 4;
}

span.wpcf7-not-valid-tip {
    margin-bottom: -10px;
}

.wpcf7-form-control-wrap.your-message {
    margin-bottom: 8px;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 8px;
    position: relative;
}

.screen-reader-response {
    display: none;
}

.wpcf7-response-output.wpcf7-validation-errors {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
    color: #ff0000;
}

.form-input::-webkit-input-placeholder {
    color: #1d1d1b;
    opacity: 1;
}

.form-input::-moz-placeholder {
    color: #1d1d1b;
    opacity: 1;
}

.form-input:-ms-input-placeholder {
    color: #1d1d1b;
    opacity: 1;
}

.form-input::-ms-input-placeholder {
    color: #1d1d1b;
    opacity: 1;
}

.form-input::placeholder {
    color: #1d1d1b;
    opacity: 1;
}

select option {
    color: #1d1d1b;
}

select {
    color: #1d1d1b;
}

select::-ms-expand {
    display: none;
}

.form-input {
    width: 100%;
    height: 46px;
    border: 2px solid #1D1D1B;
    outline: none !important;
    padding: 10px 22px;
    color: #252627;
    background: #fff;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 14px;
}

.form-input.wpcf7-textarea {
    height: 117px;
    resize: none;
}

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

.main-banner .banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-banner .banner-video video {
    width: 100%;
}

.form-input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: 0 0;
    border: none;
    outline: none;
    opacity: 0;
    z-index: 5;
}

span.wpcf7-list-item-label {
    padding-left: 30px;
}

span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
    content: " ";
}

span.wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid #39b449;
    z-index: 1;
}

span.wpcf7-list-item-label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translate(0, -50%);
    width: 12px;
    height: 12px;
    border-radius: 15px;
    background: #39b449;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0;
    transition: .3s;
    z-index: 0;
}

.form-input[type=radio]:checked~span.wpcf7-list-item-label:after {
    opacity: 1;
}

span.wpcf7-list-item {
    position: relative;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.slick-initialized .slick-slide {
    outline: none !important;
}

.modal-body.overflow-text {
    height: 600px;
    padding: 30px;
}

button.close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: #FFCC7F;
    opacity: 1 !important;
    text-shadow: none;
    color: #fff;
    border-radius: 50%;
    z-index: 2;
    color: #6B526A;
    transition: 0.3s;
}

.modal-content {
    border: none;
    border-radius: 0;
    background: #6B526A;
}

button.close:hover {
    background: #fb829a;
    color: #fff;
}

.modal-dialog {
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.modal-open .modal,
.modal-open {
    padding-right: 0 !important;
}

.modal-open {
    position: fixed;
    width: 100%;
}

#sb_instagram #sbi_images{
	display:block !important;
}

#sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 1 !important;
    max-height: unset !important;
}

.sec-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 212px;
    height: 54px;
    background: #A9CDC1;
    color: #1D1D1B;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
    margin-bottom: 7px;
    border: none;
    outline: none !important;
}

.sec-btn.black-btn {
    background: #1D1D1B;
    color: #fff;
}

.sec-btn:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(100% - 14px);
    height: 100%;
    background: transparent;
    border: 2px solid #a9cdc1;
    transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sec-btn:hover {
    color: #fff;
    background: #1D1D1B;
}

.sec-btn:hover:before {
    top: 0;
    width: calc(100% - 0px);
    border-color: #1d1d1b;
}

.sec-btn.black-btn:before {
    border-color: #1d1d1b;
}

.sec-btn.black-btn:hover {
    color: #1D1D1B;
    background: #a9cdc1;
}

.sec-btn.black-btn:hover:before {
    border-color: #a9cdc1;
}

.h1-title {
    color: #fff;
    font-family: 'Photograph Signature';
    font-weight: normal;
    font-size: 140px;
    line-height: 200px;
    margin-bottom: 37px;
}

.slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 2px solid #1D1D1B;
    transition: 0.3s;
}

.slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 6px;
}

.slick-dots li button:before {
    display: none;
}

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

.slick-arrow {
    position: absolute;
    bottom: -95px;
    left: 0;
    padding: 0;
    background: transparent;
    border: none;
    outline: none !important;
    text-align: center;
    font-size: 30px;
    z-index: 3;
    transition: 0.3s;
}

.next-arrow.slick-arrow {
    margin-left: 53px;
}

.slick-dots {
    bottom: -55px;
}

.slick-arrow:hover {
    color: #a9cdc1;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 3px;
    background: rgb(0 0 0/0.22);
    opacity: 1;
    border-radius: 40px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: #1d1d1b !important;
    opacity: 1 !important;
    width: 3px;
    border-radius: 40px;
}

.mCSB_scrollTools {
    opacity: 1;
}

.slick-dots li:only-child {
    display: none;
}

.simplebar-track {
    width: 3px;
    background: #1d1d1b;
}

.simplebar-scrollbar {
    right: 0;
    z-index: 66;
    background: #a9cdc1;
    opacity: 1 !important;
    width: 100%;
}

[data-simplebar=init] {
    padding-right: 8px;
}

.simplebar-scroll-content {
    padding-right: 0 !important;
}


/*==========Common CSS End==========*/


/*==========Header CSS==========*/

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: transparent;
    transition: 0.3s;
}

.main-navigation .menu .header-logo {
    width: 180px;
    padding: 0;
    padding-top: 12px;
    margin: 0 30px;
    transition: 0.3s;
}

.main-navigation .menu .header-logo a {
    color: transparent;
    width: 100%;
    height: 185px;
    position: relative;
    transition: 0.3s;
}

.main-navigation .menu .header-logo a:hover {
    color: transparent;
}

.main-navigation .menu .header-logo a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/images/logo.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.main-navigation .menu li a:hover {
    color: #a9cdc1;
}

.main-navigation .menu li:first-child {
    margin-left: 0;
}

.main-navigation .menu li:last-child {
    margin-right: 0;
}

.header-menu {
    position: relative;
}


/*Sticky Header CSS*/

.site-header.sticky_head {
    position: fixed;
    background: #1D1D1B;
    transition: 0.3s;
}

.sticky_head .main-navigation .menu li {
    padding-top: 32px;
    padding-bottom: 32px;
    margin: 0 40px;
    transition: 0.3s;
}

.sticky_head .main-navigation .menu li:first-child {
    margin-left: 0;
}

.sticky_head .main-navigation .menu li:last-child {
    margin-right: 0;
}

.sticky_head .main-navigation .menu .header-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 78px;
    margin: 0;
    padding: 5px 0;
    transition: 0.3s;
}

.sticky_head .main-navigation .menu .header-logo a {
    height: 80px;
    transition: 0.3s;
}

.sticky_head .main-navigation ul {
    justify-content: flex-end;
    transition: 0.3s;
}


/*==========Header CSS End==========*/


/*==========Banner CSS ==========*/

.banner-slide {
    padding: 257px 0 295px;
    background-size: cover;
    background-position: center;
}

.main-banner.inner-banner .banner-slide {
    padding: 250px 0 50px;
}

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

.banner-btn {
    margin-top: -18px;
}

.banner-btn .sec-btn {
    margin: 0 6px 7px;
}

.banner-slider-arrow {
    margin-top: -95px;
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translate(-50%, 0);
}

.banner-slider-arrow .slick-arrow {
    position: relative;
    display: inline-block !important;
    bottom: auto;
    pointer-events: auto;
    color: #fff;
}

.banner-slider-arrow .next-arrow.slick-arrow {
    margin-left: 0;
}

.banner-slider {
    margin: 0 !important;
}

.main-banner {
    position: relative;
}

.main-banner .slick-dots li button {
    border-color: #fff;
}

.main-banner .slick-dots .slick-active button {
    background: #fff;
}

.banner-slide.slick-slide .banner-text .h1-title {
    position: relative;
    top: -50px;
    opacity: 0;
    transition: 0.5s;
}

.banner-slide.slick-slide.slick-current .banner-text .h1-title {
    position: relative;
    top: 0;
    opacity: 1;
    transition: 0.5s;
    transition-delay: 0.5s;
}

.banner-slide.slick-slide .banner-text .banner-btn {
    position: relative;
    top: 50px;
    opacity: 0;
    transition: 0.5s;
}

.banner-slide.slick-slide.slick-current .banner-text .banner-btn {
    position: relative;
    top: 0;
    opacity: 1;
    transition: 0.5s;
    transition-delay: 0.8s;
}

.main-banner .slick-dots {
    top: 50%;
    right: 3px;
    width: 30px;
    transform: translate(0, -50%);
    text-align: center;
    height: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


/*==========Banner CSS End==========*/


/*==========About CSS==========*/

.about {
    padding-bottom: 124px;
}

.about-text {
    padding-right: 90px;
    padding-top: 90px;
}

.about-text .about-read-less,
.about-text .about-read-more {
    display: none;
}

.about-img-wp {
    height: 777px;
    padding: 30px;
    margin-top: -70px;
    background: #fff;
    width: calc(100% + 60px);
    margin-left: -37px;
}

.about-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
}

.about-full-content {
    height: 470px;
}

.about-text p {
    margin-bottom: 40px;
}

.about-text p:last-child {
    margin: 0;
}

.about-bottom-img-wp {
    width: 100%;
    height: 438px;
    position: relative;
    padding-right: 70px;
    padding-bottom: 30px;
}

.about-bottom-img {
    width: 100%;
    height: 100%;
}

.about-bottom-img-wp .about-img:after {
    content: "";
    position: absolute;
    top: 30px;
    right: -30px;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 2px solid #2C292A;
    z-index: -1;
}

.about-bottom-img-wp .about-img {
    position: relative;
}

.about-bottom-text .about-text {
    padding: 0;
}

.about-bottom-text .overflow-text {
    height: 420px;
}

.about-bottom-text {
    padding-right: 10px;
}

.about-bottom-row {
    padding-top: 43px;
}


/*==========About CSS End==========*/


/*==========Process Sec CSS End==========*/

.process-sec {
    padding: 0 40px 56px;
}

.process-sec .h2-title {
    text-align: center;
    margin-bottom: 6vh;
}

.process-row .row {
    margin: 0 -20px;
}

.process-row .row .col-lg-3 {
    padding: 0 20px;
}

.process-box {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 164px 50px 30px 60px;
    height: auto;
    min-height: auto;
}

.process-box h3 {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px;
}

.process-box h3 span {
    display: block;
}

.process-box p {
    margin: 0;
    color: #fff;
}

.process-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1D1D1B;
    opacity: 0.7;
}

.process-num {
    position: absolute;
    top: 57px;
    z-index: 2;
    right: 40px;
}

.process-num img {
    display: block;
    width: auto;
    text-align: right;
    margin-left: auto;
}

.process-box .mCSB_scrollTools .mCSB_draggerRail {
    background: rgb(255 255 255 / 0.5);
}

.process-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.process-box .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.process-box .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: rgb(255 255 255) !important;
}

.process-box .overflow-text {
    height: 35vh;
}

.process-box .simplebar-track {
    background: rgb(255 255 255 / 0.5);
}

.process-box .simplebar-scrollbar {
    background: #fff;
}

/**** Text block with scroll bar CSS ****/
.txt-wrap{
    /*max-height: 112px;*/
    overflow: auto;
    padding-right: 8px;
}
/* width */
.txt-wrap::-webkit-scrollbar {
    width: 3px;
}
/* Track */
.txt-wrap::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.2); 
}
.process-box .txt-wrap::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.2); 
}
/* Handle */
.txt-wrap::-webkit-scrollbar-thumb {
    background: #000; 
}
.process-box .txt-wrap::-webkit-scrollbar-thumb {
    background: #fff; 
}
/* Handle on hover */
.txt-wrap::-webkit-scrollbar-thumb:hover {
    background: #000;
}
.process-box .txt-wrap::-webkit-scrollbar-thumb:hover {
    background: #fff;
}


/*==========Process Sec CSS End==========*/


/*==========Cta Sec CSS==========*/

.cta-box {
    background: #1D1D1B;
    padding: 0 100px;
}

.cta-text p {
    color: #fff;
    font-weight: normal;
    margin-bottom: 5px;
}

.cta-text h2 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    margin: 0;
}

.cta-btn .sec-btn:hover:before,
.header-btn .sec-btn:hover:before {
    border-color: #a9cdc1;
}

.cta-btn {
    text-align: right;
}

.cta {
    background: #1d1d1b;
    padding: 53px 0 60px;
    position: relative;
    z-index: 5;
    margin-bottom: 100px;
}

.cta-text h6 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 13px;
    font-size: 20px;
}

.cta-bottom-text {
    margin-top: 30px;
}

.cta-text p:last-child,
.cta-text p:last-of-type {
    margin: 0;
}

.cta-bottom-text p {
    line-height: 30px;
}


/*==========Cta Sec CSS End==========*/


/*==========Dream Sec CSS==========*/

.dream-sec {
    position: relative;
}

.dream-sec .sec-wp {
    padding: 92px 0 160px;
    background: #F9F9F9;
}

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

.dream-title p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 31px;
}

.dream-title p span {
    display: block;
}

.dream-tabing ul {
    text-align: center;
}

.dream-tabing ul li {
    display: inline-block;
    margin: 0px 20px;
    font-weight: 600;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
    cursor: pointer;
    position: relative;
    padding-bottom: 4px;
}

.dream-tabing ul li:hover,
.dream-active-tab {
    color: #a9cdc1;
}

.dream-tabing ul li:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #a9cdc1;
    opacity: 0;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.dream-tabing ul li:hover:after,
.dream-tabing ul .dream-active-tab:after {
    bottom: 0;
    opacity: 1;
}

.dream-tabing {
    margin-bottom: 60px;
}

.dream-box-img {
    width: 100%;
    background-size: cover;
    background-position: top center;
    height: 570px;
    cursor: pointer;
}

.dream-box-img.dream-box-sm-img {
    height: 270px;
    margin-bottom: 30px;
}

.dream-bg-img {
    position: absolute;
    bottom: -185px;
    left: 0;
    opacity: 0.15;
    pointer-events: none;
    width: 100%;
    z-index: -1;
}

.dream-bg-img-wp {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}

.dream-bg-img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}

.dream-box-row {
    position: relative;
    z-index: 12;
}

.dream-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.dream-loader:after {
    content: "";
    position: absolute;
    left: -50vw;
    top: 0;
    width: 1000vw;
    height: 100%;
    background: rgb(169 205 193 / 0.8);
}

.dream-loader i {
    font-size: 50px;
    color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    animation: loader 2s linear infinite;
    z-index: 2;
}

@keyframes loader {
    from {
        transform: translate(-50%, -50%) rotate(360deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(0);
    }
}

.load-more-btn {
    text-align: center;
    margin-top: 30px;
    position: relative;
    font-size: 0;
}

.load-more-btn i {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: auto;
    font-size: 30px;
    color: #1d1d1b;
    animation: loader 2s linear infinite;
    margin-top: -3px;
}

.loadmore-loader {
    display: none;
    height: 10px;
    position: relative;
    left: 40px;
}

.dream-box-slider .slick-list {
    overflow: visible;
}

.dream-box .slick-arrow {
    bottom: -40px;
}

.dream-box .slick-dots {
    bottom: -29px;
    padding: 0 140px;
}

.dream-slider-box {
    width: 298px;
    height: 447px;
    float: left;
    margin: 0 15px;
}

.dream-slider-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.dream-slider-box.dream-slider-big-box {
    width: 670px;
}

.dream-box-slider .next-arrow.slick-arrow {
    left: auto;
    right: 0;
}

.dream-box-slider .slick-arrow {
    bottom: -58px;
}


/*==========Dream Sec CSS End==========*/


/*==========Services Sec CSS==========*/

.services-left-test .cta-text p,
.services-left-test .cta-text h2 {
    color: #1d1d1b;
}

.services-btn {
    margin-top: 31px;
}

.services-sec {
    padding: 96px 0 75px;
    background: #A9CDC1;
    margin-top: 30px;
    position: relative;
}

.services-list ul {
    list-style: square;
    padding-left: 20px;
}

.services-list ul li {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
}

.services-sec:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 466px;
    height: 430px;
    background: url('assets/images/footer-bg-logo.png');
    background-size: 100%;
    background-position: center;
    pointer-events: none;
}

.services-btn .sec-btn.black-btn:hover:before {
    border-color: #fff;
}

.services-btn .sec-btn.black-btn:hover {
    color: #fff;
}


/*==========Services Sec CSS End==========*/


/*==========Gallery Sec CSS==========*/

.gallery {
    padding: 99px 0 74px;
}

.gallery .h2-title {
    margin-bottom: 53px;
}

.gallery .slick-dots {
    bottom: -30px;
}

.gallery .slick-arrow {
    bottom: auto;
    top: -99px;
    left: auto;
    right: 0;
    margin-right: 63px;
    font-size: 31px;
}

.gallery .next-arrow.slick-arrow {
    margin-right: 0px;
}

.gallery-slider-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.gallery-slider-box {
    width: 209px;
    height: 314px;
    display: inline-block;
    margin: 15px;
    float: left;
}

.gallery-slider-box.gallery-slider-big-box {
    width: 470px;
}

.gallery-slider .slick-list {
    overflow: visible;
}


/*==========Gallery Sec CSS End==========*/


/*==========Testimonials Sec CSS ==========*/

.testimonials .h2-title {
    text-align: center;
    margin-bottom: 71px;
}

.testimonials-author h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 2px;
    font-weight: 600;
}

.testimonials-author p {
    font-weight: normal;
    margin: 0;
}

.testimonials-author {
    margin-bottom: 15px;
}

.testimonials-img-wp {
    width: 100%;
    height: 440px;
    margin: 0 !important;
    margin-bottom: 50px !important;
}

.testimonials-img {
    position: relative;
    border: none !important;
    transition: 0.6s;
    cursor: pointer;
}

.testimonials {
    padding: 26px 0 203px;
    display: inline-block;
    width: 100%;
}

.testimonials-content {
    padding-top: 55px;
    padding-left: 3px;
}

.main-banner .slick-dots li {
    margin-bottom: 16px;
}

.main-banner .slick-dots {
    right: 163px;
}

.testimonials-row .slick-list,
.testimonials-row .slick-list .slick-track {
    height: 100% !important;
}

.testimonials-img.slick-active {
    opacity: 1;
}

.testimonials-text.overflow-text {
    height: 290px;
}

.testimonials-text p:last-child {
    margin: 0;
}

.testimonials-image {
    border: none !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}

.testimonials-image img {
    max-height: 100%;
    height: auto;
}

.testimonials-img-wp .slick-dots {
    text-align: right;
    bottom: -46px;
}

.testimonials-row .slick-arrow {
    bottom: -70px;
}

.testimonials-row .next-arrow.slick-arrow {
    margin-left: 132px;
}

.slideCount {
    position: absolute;
    bottom: -69px;
    left: 66px;
    letter-spacing: -2px;
}


/*==========Testimonials Sec CSS End==========*/


/*==========Instagram Sec CSS==========*/

.instagram-box {
    display: inline-block;
    width: 303px;
    height: 303px;
    background: #1D1D1B;
    padding: 13px 30px;
    position: absolute;
    top: 0;
    right: 15px;
}

.instagram-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 191px;
    color: #fff;
    opacity: 0.10;
    top: 0;
    left: 0;
    pointer-events: none;
}

.instagram-logo {
    width: 95px;
    display: inline-block;
}

.instagram-title h3 {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 18px;
}

.instagram-title a {
    color: #fff;
    display: block;
}

.instagram-title i {
    font-size: 38px;
    float: right;
    color: #fff;
    margin-top: -5px;
}

.instagram-title {
    margin-top: 75px;
}

#sb_instagram {
    padding: 0 !important;
    position: relative;
}

#sb_instagram #sbi_images {
    padding: 0 !important;
}

.instagram-sec {
    position: relative;
}

#sb_instagram .sbi_photo {
    height: 303px !important;
}


/*==========Instagram Sec CSS End==========*/


/*==========Contact Sec CSS End==========*/

.contact-sec {
    padding: 86px 0 83px;
    position: relative;
    background-blend-mode: luminosity;
    background-color: #000;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.contact-box {
    background: rgb(29 29 27 / 0.48);
    padding: 30px 30px 30px 60px;
}

.contact-text .h2-title {
    color: #fff;
    margin-bottom: 13px;
}

.contact-text p {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.contact-text {
    /* padding: 0 0 0 46px; */
}

.contact-form {
    background: #fff;
    padding: 75px 70px 70px;
}

.contact-sec:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #A9CDC1;
    opacity: 0.5;
    z-index: 2;
}

.submit-btn .sec-btn {
    width: 100%;
    height: 44px;
}

.contact-form .submit-btn {
    position: relative;
}

.contact-form span.wpcf7-not-valid-tip {
    color: red !important;
    font-size: 13px;
}

.contact-form input[type="submit"],
.contact-form .screen-reader-response {
    display: none !important;
}

.contact-form .ajax-loader {
    position: absolute;
    top: calc(50% - 8px);
    right: 6px;
    left: auto;
    background-color: transparent;
}

.contact-form .wpcf7-response-output {
    color: red !important;
    font-size: 13px;
    margin: 0px 0 0 !important;
}

.contact-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    display: none !important;
}


/*==========Contact Sec CSS End==========*/


/*==========Footer CSS ==========*/

.site-footer {
    background: #1d1d1b;
}

.footer-wrapper {
    padding: 0;
}

.top-footer {
    padding: 63px 0 69px;
    position: relative;
}

.footer-logo {
    width: 100px;
    display: block;
    margin-bottom: 30px;
}

.footer-about-text h4 {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 19px;
}

.footer-about-text h4 span {
    display: block;
}

.footer-about-text p {
    color: rgb(255 255 255 / 0.7);
    margin: 0;
}

.footer-about {
    padding-right: 70px;
}

.footer-title {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 38px;
}

.footer-menu ul {
    column-count: 2;
}

.footer-menu ul li {
    margin-bottom: 13px;
}

.footer-menu ul li a {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.footer-menu ul li a:hover {
    color: #a9cdc1;
}

.footer-contact li a {
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.footer-contact li a i {
    color: #A9CDC1;
    margin-right: 14px;
}

.footer-contact li a img {
    margin-right: 14px;
    width: 16px;
}

.footer-contact li {
    margin-bottom: 15px;
}

.footer-contact .footer-title {
    margin-bottom: 5px;
}

.footer-menu {
    margin-top: 40px;
}

.mail-link a i {
    font-size: 20px;
}

.footer-contact li a:hover {
    color: #a9cdc1;
}

.footer-social li {
    display: inline-block;
    margin: 0 13px;
}

.footer-social li a {
    font-size: 37px;
    color: #a9cdc1;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.footer-social li:first-child {
    margin-left: 0;
}

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

.footer-social {
    margin-top: 37px;
}

.footer-social li a:hover {
    color: #fff;
}

.footer-contact-wp {
    margin-top: 46px;
    padding-left: 126px;
}

.copyright-left-text p,
.copyright-right-text p {
    font-size: 12px;
    margin: 0;
    line-height: 23px;
    color: #fff;
    text-transform: capitalize;
}

.footer-bottom-link {
    text-align: center;
    margin-top: 9px;
}

.footer-bottom-link ul {
    font-size: 0;
}

.footer-bottom-link li {
    list-style: none;
    padding: 0 6px;
    border-right: 1px solid #ffffff;
    line-height: 15px;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
}

.footer-bottom-link li a {
    color: #ffffff;
    font-size: 12px;
    transition: .3s;
}

.copyright-right-text {
    text-align: right;
}

.copyright-right-text p a {
    color: #a9cdc1;
    text-decoration: underline !important;
}

.footer-bottom-link li a:hover {
    color: #a9cdc1;
}

.footer-bottom-link li:last-child {
    border: none;
}

.copyright {
    background: rgb(255 255 255 / 0.05);
    padding: 12px 0;
}

.top-footer:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 466px;
    height: 430px;
    background: url('assets/images/footer-bg-logo.png');
    background-size: 100%;
    background-position: center;
    pointer-events: none;
}


/*==========Footer CSS End==========*/


/*==========Scroll To Top CSS Start==========*/

.scrolltop {
    position: fixed;
    bottom: 20px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #A9CDC1;
    color: #1D1D1B !important;
    font-size: 25px;
    text-align: center;
    padding: 13px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    z-index: 98;
    cursor: pointer;
    display: none;
    transition: .3s;
}

.scrolltop:hover {
    background: #1D1D1B;
    color: #A9CDC1 !important;
}

.scrolltop:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 2px solid #A9CDC1;
    transition: 0.3s;
}

.scrolltop:hover:before {
    top: 0;
    left: 0;
    border-color: #1D1D1B;
}


/*==========Scroll To Top CSS End==========*/


/*==========404 CSS==========*/

.error-404 {
    padding: 80px 0;
    text-align: center;
}

.error-404 img {
    width: 50vw;
}


/*==========404 CSS End==========*/


/*==== thank-you page css end ====*/

.thank-text {
    text-align: center;
    padding-top: 170px;
    position: relative;
}

.thank-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 147px;
    height: 151px;
    background-image: url('assets/images/thank-you.gif');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}

.thank-text p a {
    text-decoration: underline !important;
    color: #a9cdc1;
}


/*==== thank-you page css end ====*/


/*==== Inner-page css end ====*/

.inner-page-text {
    padding: 60px 0;
}

.privacy-content p {
    margin-bottom: 20px;
}

.privacy-content ol,
.privacy-content ul {
    padding: 0;
    margin: 0 0 1.5em 3em;
}

.privacy-content ol li,
.privacy-content ul li {
    margin-bottom: 10px;
    list-style: decimal;
}

.privacy-content a {
    transition: .3s;
    color: #a9cdc1;
}

.privacy-content a:hover {
    color: #1d1d1b;
}


/*==== Inner-page page css end ====*/


/*==========Responsive Start==========*/

@media screen and (min-width: 1500px) {
    .container {
        max-width: 1200px;
    }
}

@media(min-height: 900px) and (max-height: 1030px) {
    .gallery-for-des .gallery-slider {
        transform: scale(0.9);
        padding: 0 0 34px;
        margin-top: -50px;
    }
    .gallery .slick-arrow {
        right: -60px;
    }
}

@media(min-height: 800px) and (max-height: 899px) {
    .gallery-for-des .gallery-slider {
        transform: scale(0.78);
        padding: 1px;
        margin: -100px 0 0;
    }
    .testimonials-for-des {
        padding-top: 0;
    }
    .gallery-for-des .slick-arrow {
        font-size: 39px;
        margin-right: 73px;
        right: -165px;
    }
}

@media(min-height: 700px) and (max-height: 799px) {
    .gallery-for-des .gallery-slider {
        transform: scale(0.66);
        padding: 1px;
        margin: 0 0 -60px;
    }
    .gallery-for-des .h2-title {
        font-size: 90px;
        margin-bottom: 85px;
        transform: scale(0.66);
        left: -40px;
        position: absolute;
        top: 0;
    }
    .testimonials-for-des {
        padding-top: 1px;
        margin-top: -90px;
    }
    .gallery-for-des .slick-arrow {
        font-size: 48px;
        margin-right: 83px;
        top: -148px;
        right: -300px;
    }
}

@media(max-width: 1600px) {
    .main-banner .slick-dots {
        right: 50px;
    }
    .process-box {
        padding: 164px 30px 30px 40px;
    }
    .main-navigation .menu li {
        margin: 0 39px;
    }
}

@media(max-width: 1499px) {
    .copyright-left-text p,
    .copyright-right-text p,
    .footer-bottom-link li a {
        font-size: 11px;
    }
    .process-row .row .col-lg-3 {
        padding: 0 15px;
    }
    .process-row .row {
        margin: 0 -15px;
    }
}

@media(max-width: 1350px) {
    .process-box {
        padding: 164px 20px 30px 20px;
    }
    .process-row .row .col-lg-3 {
        padding: 0 10px;
    }
    .process-row .row {
        margin: 0 -10px;
    }
    .footer-wrapper {
        padding: 0;
    }
    .process-box p {
        font-size: 16px;
        line-height: 32px;
    }
    .dream-sec {
        padding: 0 30px;
    }
    .process-sec {
        padding: 0 30px 60px;
    }
    .footer-contact-wp {
        padding-left: 46px;
    }
}

@media(max-width: 1280px) {
    .footer-wrapper {
        padding: 0;
    }
    .dream-sec {
        padding: 0;
    }
    .process-sec {
        padding: 0 15px 60px;
    }
    .footer-contact-wp {
        padding-left: 56px;
    }
    .process-box .overflow-text {
        height: 30vh;
    }
}

@media(max-width: 1199px) {
    .comment-form-author,
    .comment-form-email {
        width: 47%;
    }
    .main-navigation .menu li {
        margin: 0 28px;
    }
    .main-navigation .menu .header-logo {
        width: 130px;
        margin: 0 20px;
    }
    .h1-title {
        font-size: 100px;
        line-height: 130px;
    }
    .banner-btn {
        margin-top: 0;
    }
    .about-text p {
        margin-bottom: 25px;
    }
    .testimonials-content {
        padding-right: 0;
        padding-left: 0;
        padding-top: 23px;
        text-align: center;
        display: flex;
        flex-direction: column;
        pointer-events: all;
    }
    .contact-box {
        padding: 30px 30px 30px 30px;
    }
    .contact-form {
        padding: 55px 50px 50px;
    }
    .about-img-wp {
        padding: 15px;
    }
    .footer-contact-wp {
        padding-left: 20px;
    }
    .footer-about {
        padding-right: 0;
    }
    .gallery .slick-dots {
        bottom: -66px;
    }
    .slick-dots {
        bottom: -66px;
    }
    .process-sec {
        padding: 0 15px 116px;
    }
    .dream-box-img {
        height: 500px;
    }
    .dream-box-img.dream-box-sm-img {
        height: 235px;
    }
    .sticky_head .main-navigation .menu li {
        margin: 0 25px;
    }
    .about-text {
        padding-right: 30px;
    }
    .dream-tabing ul li {
        margin: 0 15px;
    }
}

@media(max-width: 991px) {
    .for-des {
        display: none !important
    }
    .for-mob {
        display: block !important
    }
    .menu-primary-menu-container {
        display: none;
    }
    .toggled .menu-primary-menu-container {
        display: block;
    }
    .site-header .container {
        max-width: 100%;
        padding: 0;
        height: 100%;
    }
    .site-header .container .row {
        margin: 0;
        height: 100%;
    }
    .site-header .container .row .col-lg-12 {
        padding: 0;
    }
    .widget-area {
        margin-top: 50px;
    }
    .main-banner .banner-video {
        display: none;
    }
    .menu-toggle {
        position: absolute;
        top: 50%;
        right: 30px;
        border: none;
        outline: none !important;
        background: transparent;
        width: 30px;
        padding: 0;
        transform: translate(0, -50%);
        z-index: 100;
    }
    .menu-toggle span {
        display: block;
        width: 100%;
        height: 2px;
        background: #ffffff;
        margin-bottom: 10px;
        transition: 0.3s;
    }
    .menu-toggle span:last-child {
        margin: 0;
    }
    .toggled .menu-toggle span:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 12px;
    }
    .toggled .menu-toggle span:nth-child(3) {
        transform: rotate(-45deg);
    }
    .toggled .menu-toggle span:nth-child(2) {
        opacity: 0;
        height: 0;
        margin: 0;
    }
    .toggled .menu-toggle span {
        background: #fff;
    }
    .toggled .header-menu {
        transform: translate3d(0, 0px, 0px);
    }
    .header-menu {
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        width: 312px;
        z-index: 99;
        transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        overflow-y: auto;
        transform: translate3d(320px, 0px, 0px);
        background: #1d1d1b;
        padding: 120px 0 30px 50px;
    }
    .site-header {
        background: #1D1D1B;
        height: 86px;
    }
    .menu-toggle span:nth-child(2) {
        width: 15px;
        margin-left: auto;
    }
    .site-branding {
        width: 75px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .main-navigation .menu .header-logo {
        display: none;
    }
    .main-navigation .menu li,
    .sticky_head .main-navigation .menu li {
        margin: 0;
        padding: 0;
        margin-bottom: 6vh;
    }
    .main-navigation ul {
        display: block;
    }
    .main-navigation .menu li a {
        display: block;
        font-size: 22px;
    }
    .header-btn {
        margin-top: 8vh;
    }
    .h1-title {
        font-size: 93px;
        line-height: 105px;
    }
    .banner-slide {
        padding: 184px 0 360px;
    }
    .banner-btn {
        margin-top: 92px;
    }
    .banner-slider-arrow.container {
        display: none;
    }
    .main-banner .slick-dots {
        top: auto;
        bottom: -55px;
        width: 100%;
        right: 0;
        left: 0;
        flex-direction: unset;
    }
    .main-banner .slick-dots {
        bottom: 236px;
    }
    .about-text {
        padding: 0;
        padding-top: 53px;
        text-align: center;
    }
    .about-img-wp {
        margin-top: -95px;
        padding: 20px;
        height: 868px;
        margin-left: -10px;
        width: calc(100% + 20px);
        padding-bottom: 0;
    }
    .h2-title,
    .gallery .h2-title {
        margin-bottom: 31px;
        font-size: 40px;
        line-height: 46px;
    }
    .process-sec .h2-title {
        margin-bottom: 31px;
    }
    .about-full-content {
        height: 500px;
        overflow: hidden;
    }
    .about-bottom-img-wp {
        padding-right: 30px;
        height: 480px;
        margin-top: 6px;
        margin-bottom: 40px;
    }
    .about-bottom-text {
        padding: 0;
    }
    .about {
        padding-bottom: 46px;
    }
    .about-text .h2-title {
        margin-bottom: 25px;
    }
    .about-bottom-row {
        padding-top: 30px;
    }
    .process-box {
        padding: 164px 50px 80px 60px;
    }
    .process-row .row .col-lg-3 {
        padding: 0 15px;
    }
    .process-row .row {
        margin: 0 -15px;
    }
    .process-sec {
        padding: 0 30px 116px;
    }
    .cta-box {
        text-align: center;
        padding: 0;
    }
    .cta-btn {
        text-align: center;
        margin-top: 30px;
    }
    .cta-text h2 {
        margin-bottom: 15px;
    }
    .cta {
        margin-bottom: 60px;
    }
    .dream-sec .sec-wp {
        padding: 50px 0 100px;
    }
    .dream-title p {
        margin-bottom: 39px;
    }
    .dream-title .h2-title {
        margin-bottom: 46px;
    }
    .dream-box-img.dream-box-sm-img {
        margin-bottom: 0;
        margin-top: 8px;
    }
    .dream-box-slider .col-6,
    .dream-box-slider .col-lg-12 {
        padding: 0 4px;
    }
    .dream-box-slider .row {
        margin: 0 -4px;
        display: flex;
    }
    .dream-tabing ul {
        white-space: nowrap;
        overflow: auto;
        width: 100%;
        text-align: left;
        padding-right: 80px;
    }
    .dream-tabing ul::-webkit-scrollbar {
        height: 0;
    }
    .dream-tabing ul li:first-child {
        margin-left: 0;
    }
    .dream-tabing ul li:last-child {
        margin-right: 0;
    }
    .dream-tabing ul li {
        margin: 0px 20px;
        margin-bottom: 10px;
    }
    .dream-tabing {
        margin-bottom: 30px;
        width: calc(100% + 18vw);
    }
    .gallery {
        padding: 63px 0 47px;
    }
    .gallery .h2-title {
        margin-bottom: 42px;
    }
    .gallery-row-1 .gallery-box-wp a .gallery-img {
        height: 50vw;
        margin-top: 16vw;
        width: 100%;
    }
    .gallery-row-2 .gallery-box-wp a:nth-child(1) {
        height: 50vw;
        margin-bottom: 20px;
        width: 100%;
    }
    .gallery-row-2 .gallery-box-wp a:nth-child(2) {
        height: 30vw;
        margin-left: 0;
        width: 100%;
    }
    .gallery-row-3 .gallery-box-wp a:nth-child(1) {
        height: 30vw;
        margin-bottom: 20px;
        width: 100%;
    }
    .gallery-row-3 .gallery-box-wp a:nth-child(2) {
        width: 100%;
        height: 45vw;
        margin-left: 0;
    }
    .gallery-row-4 .gallery-box-wp a:nth-child(1) {
        width: 25vw;
        height: 22vw;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .gallery-row-4 .gallery-box-wp a:nth-child(2) {
        width: 100%;
        height: 60vw;
    }
    .gallery-row-5 .gallery-box-wp a:nth-child(1) {
        width: 100%;
        height: 45vw;
        margin-bottom: 20px;
    }
    .gallery-row-5 .gallery-box-wp a:nth-child(2) {
        width: 100%;
        height: 30vw;
        margin-left: 0;
    }
    .gallery-row {
        margin: 0 10px;
        transition: 0.3s;
    }
    .gallery .slick-dots {
        bottom: -66px;
    }
    .testimonials {
        padding: 62px 0 118px;
    }
    .testimonials .h2-title {
        margin-bottom: 61px;
    }
    .testimonials-author {
        order: 2;
        margin: 0;
        margin-top: 20px;
    }
    .testimonials-img-wp {
        margin-top: 43px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        height: auto;
    }
    .testimonials-row .slick-arrow {
        margin: 0;
        bottom: -60px;
        pointer-events: auto;
    }
    .testimonials-row .next-arrow.slick-arrow {
        left: auto;
        right: 0;
    }
    .testimonials .slick-dots {
        text-align: center;
        bottom: -43px;
        pointer-events: auto;
    }
    .testimonials-row {
        pointer-events: none;
    }
    #sb_instagram .sbi_photo {
        height: 40vw !important;
    }
    .footer-wrapper {
        padding: 0;
    }
    .instagram-sec {
        padding: 0 30px 46px;
    }
    #sb_instagram .sbi_photo_wrap {
        margin-bottom: 8px;
    }
    .instagram-box {
        top: auto;
        bottom: 8px;
        right: 7px;
        width: calc(50% - 7px);
        height: 40vw;
    }
    .instagram-sec .slick-slide {
        margin: 0 4px;
    }
    .instagram-box-wp {
        position: relative;
        width: 100%;
        margin: 0 4px 6px;
    }
    .instagram-title {
        position: absolute;
        bottom: 20px;
        padding-right: 70px;
        width: 100%;
    }
    .instagram-title i {
        font-size: 25px;
        margin-top: 1px;
    }
    .instagram-icon {
        font-size: 30vw;
    }
    .contact-box {
        padding: 0;
        background: transparent;
    }
    .contact-sec:after {
        opacity: 0.85;
    }
    .contact-text {
        text-align: center;
        margin-bottom: 56px;
    }
    .contact-text .h2-title {
        color: #1D1D1B;
        margin-bottom: 18px;
    }
    .contact-text p {
        color: #1D1D1B;
        font-weight: 600;
    }
    .contact-form {
        padding: 75px 35px 70px;
    }
    .contact-sec {
        padding: 86px 0 75px;
        background: 0 0 !important;
    }
    .contact-bg-mobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 1;
    }
    .footer-logo {
        width: 170px;
        margin: 0 auto;
        margin-bottom: 35px;
    }
    .footer-about {
        text-align: center;
    }
    .footer-about-text h4 span {
        display: inline-block;
        margin-left: 4px;
    }
    .footer-about-text p {
        color: #fff;
    }
    .top-footer:after {
        display: none;
    }
    .footer-contact-wp {
        padding: 0;
        text-align: center;
        margin-top: 50px;
    }
    .footer-contact li a {
        display: inline-flex;
    }
    .footer-menu {
        text-align: center;
        margin-top: 57px;
    }
    .footer-menu ul {
        column-count: 1;
    }
    .footer-menu ul li {
        display: inline-block;
        margin: 0 13px 22px;
    }
    .copyright {
        background: transparent;
        padding: 0;
        padding-bottom: 111px;
    }
    .copyright-left-text {
        text-align: center;
    }
    .copyright-right-text {
        text-align: center;
    }
    .footer-social {
        margin-top: 74px;
    }
    .top-footer {
        padding: 63px 0 49px;
    }
    .copyright-left-text p,
    .copyright-right-text p,
    .footer-bottom-link li a {
        font-size: 13px;
        color: rgb(255 255 255 / 0.6);
        font-weight: normal;
    }
    .footer-bottom-link {
        margin-top: 13px;
        margin-bottom: 10px;
    }
    .footer-bottom-link li {
        border-color: rgb(255 255 255 / 0.6);
    }
    .about-bottom-text .about-text .overflow-text {
        height: 200px;
    }
    .dream-title p span {
        display: inline;
    }
    .process-box p {
        font-size: 18px;
        line-height: 36px;
    }
    .main-banner.inner-banner .banner-slide {
        padding: 180px 0 80px;
    }
    .footer-about-text h4 {
        margin-bottom: 38px;
    }
    .footer-title {
        margin-bottom: 28px;
    }
    .gallery .slick-arrow {
        top: auto;
        bottom: -50px;
        margin: 0;
    }
    .testimonials-text.overflow-text {
        height: 250px;
        order: 1;
    }
    .testimonials-image {
        justify-content: center;
    }
    .dream-slider-box.dream-slider-big-box {
        width: 390px;
    }
    .dream-slider-box {
        width: 173px;
        height: 260px;
    }
    .dream-bg-img {
        bottom: -130px;
    }
    .gallery-slider-box {
        width: 173px;
        height: 260px;
        margin: 15px 12.5px;
    }
    .gallery-slider-box.gallery-slider-big-box {
        width: 389px;
    }
    .gallery .prev-arrow.slick-arrow {
        right: auto;
    }
    .h2-title {
        text-align: center;
    }
    .slideCount {
        left: 50%;
        transform: translate(-50%, 0);
        bottom: -59px;
    }
    .slick-dots li {
        width: 10px;
        height: 10px;
    }
    .services-sec {
        text-align: center;
        margin-top: 60px;
        padding: 52px 0 60px;
    }
    .services-list ul {
        list-style: none;
        padding: 0;
    }
    .services-list ul li strong {
        display: block;
        margin-bottom: 11px;
    }
    .services-left-test {
        margin-bottom: 34px;
    }
    .process-box .overflow-text {
        height: 65vw;
        max-height: 300px;
    }
    .scrolltop {
        display: none !important;
    }
    .header-mob-icon {
        position: absolute;
        top: 50%;
        left: 30px;
        transform: translate(0, -50%);
    }
    .about-text .about-read-less,
    .about-text .about-read-more {
        display: inline-block;
        font-weight: 600;
        color: #a9cdc1;
        margin-top: 10px;
        transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
        cursor: pointer;
        position: relative;
        padding-bottom: 4px;
    }
    .about-text .about-read-less:after,
    .about-text .about-read-more:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: #a9cdc1;
        transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
    }
    .about-text .about-read-less {
        display: none;
    }
    .about-more-text {
        height: auto;
        margin-bottom: 10px;
    }
}

@media(max-width: 767px) {
    .comment-form-author,
    .comment-form-email {
        width: 100%;
    }
    .error-404 img {
        width: 100%;
    }
    .widget-area {
        margin-top: 50px;
    }
    .instagram-title h3 {
        font-size: 14px;
        line-height: 14px;
    }
    .instagram-title a {
        font-size: 14px;
    }
}

@media(max-width: 575px) {
    .thank-text {
        padding-top: 80px;
    }
    .thank-text:before {
        width: 57px;
        height: 61px;
    }
    .container {
        padding: 0 30px;
    }
    .privacy-content ol,
    .privacy-content ul {
        margin-left: 20px;
    }
    .avatar.photo {
        margin-right: 8px;
        width: 50px;
        height: 50px;
    }
    .about-img-wp {
        height: 480px;
    }
    .about-text p {
/*         margin-bottom: 15px; */
    }
    .about-bottom-img-wp {
        height: 366px;
    }
    .dream-tabing ul li {
        margin: 0px 24px;
    }
    .dream-box-img {
        height: 330px;
    }
    .dream-box-img.dream-box-sm-img {
        height: 165px;
    }
    .gallery-row-1 .gallery-box-wp a .gallery-img {
        height: 60vw;
        margin-top: 15vw;
    }
    .gallery-row-2 .gallery-box-wp a:nth-child(1) {
        height: 60vw;
    }
    .gallery-row-2 .gallery-box-wp a:nth-child(2) {
        height: 40vw;
    }
    .gallery-row-3 .gallery-box-wp a:nth-child(1) {
        height: 35vw;
    }
    .gallery-row-3 .gallery-box-wp a:nth-child(2) {
        height: 60vw;
    }
    .gallery-row-4 .gallery-box-wp a:nth-child(1) {
        width: 30vw;
        height: 26vw;
    }
    .gallery-row-4 .gallery-box-wp a:nth-child(2) {
        height: 65vw;
    }
    .gallery-row-5 .gallery-box-wp a:nth-child(1) {
        height: 60vw;
    }
    .gallery-row-5 .gallery-box-wp a:nth-child(2) {
        height: 40vw;
    }
    .banner-btn .sec-btn {
        display: flex;
        margin: 0 auto;
    }
    .banner-btn .sec-btn:first-child {
        margin-bottom: 27px;
    }
    .banner-btn {
        margin-top: 67px;
    }
    .main-banner .slick-dots {
        bottom: 231px;
    }
    .cta-btn .sec-btn {
        width: 262px;
    }
    .instagram-logo {
        width: 62px;
    }
    .instagram-box {
        padding: 13px 20px;
        height: 48vw;
    }
    .instagram-title {
        padding-right: 40px;
    }
    #sb_instagram .sbi_photo {
        height: 48vw !important;
    }
    .footer-about-text {
        padding: 0 40px;
    }
}

@media(max-width: 460px) {
    .process-box {
        padding: 170px 30px 30px 30px;
    }
    .process-box p {
        font-size: 16px;
        line-height: 32px;
    }
    .dream-tabing ul li {
        margin: 0px 5px;
    }
    .instagram-title i {
        font-size: 20px;
        margin-top: 5px;
    }
    .instagram-title h3 {
        font-size: 12px;
    }
    .h1-title {
        font-size: 80px;
        line-height: 100px;
    }
    .cta-text h2 {
        font-size: 36px;
        line-height: 46px;
    }
    .cta-btn .sec-btn {
        width: 212px;
    }
    .footer-about-text {
        padding: 0;
    }
}

@media(max-width: 430px) {
    .dream-tabing ul li {
        font-size: 14px;
    }
    .instagram-box {
        padding: 13px 15px;
    }
    .instagram-title h3 {
        font-size: 10px;
        margin-bottom: 2px;
    }
    .instagram-title a {
        font-size: 12px;
    }
    .instagram-title i {
        font-size: 14px;
        margin-top: 8px;
    }
    .footer-menu ul li {
        margin: 0 5px 14px;
    }
}

@media(max-width: 400px) {
    .container {
        padding: 0 15px;
    }
    .header-menu {
        width: 280px;
        padding: 100px 0 30px 30px;
    }
    .h1-title {
        font-size: 65px;
        line-height: 85px;
    }
    .main-navigation .menu li,
    .sticky_head .main-navigation .menu li {
        margin-bottom: 4vh;
    }
    .banner-slide {
        padding: 184px 0 259px;
    }
    .main-banner.inner-banner .banner-slide {
        height: auto;
    }
    .about-img-wp {
        padding-bottom: 0;
        padding: 15px;
        height: 400px;
    }
    .header-mob-icon {
        left: 15px;
    }
    .menu-toggle {
        right: 15px;
    }
    .process-sec {
        padding: 0 15px 116px;
    }
    .process-box p {
        font-size: 14px;
        line-height: 26px;
    }
    .process-box {
        padding: 170px 15px 30px 15px;
    }
    .cta-text h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .dream-tabing ul li {
        font-size: 16px;
        margin: 0px 10px;
        margin-bottom: 10px;
    }
    .dream-box-img {
        height: 70vw;
    }
    .dream-box-img.dream-box-sm-img {
        height: 38vw;
    }
    .gallery-img {
        margin-bottom: 10px !important;
    }
    .gallery-row {
        margin: 0 5px;
    }
    .instagram-sec {
        padding: 0 15px 46px;
    }
    .instagram-title h3 {
        font-size: 8px;
    }
    .instagram-title a {
        font-size: 10px;
    }
    .instagram-title i {
        font-size: 12px;
    }
    .instagram-title {
        padding-right: 30px;
        bottom: 10px;
    }
    .contact-text p {
        font-size: 16px;
        line-height: 26px;
    }
    .contact-form {
        padding: 55px 20px 60px;
    }
    .dream-title p {
        font-size: 16px;
    }
    .gallery-row .gallery-box-wp a {
        margin-bottom: 10px !important;
    }
}

@media(max-height: 620px) {
    .modal-body.overflow-text {
        height: 491px;
        padding-top: 22px;
    }
    .modal-body .wpcf7-form-control-wrap {
        margin-bottom: 20px;
    }
    .modal-body .wpcf7-form-control-wrap.your-message {
        margin-bottom: 12px;
    }
    .modal-body .form-input.wpcf7-textarea {
        height: 100px;
    }
}

@media(max-height: 500px) {
    .modal-body.overflow-text {
        height: 470px;
    }
    .modal-body .form-input {
        height: 40px;
        padding: 10px 20px;
    }
    .modal-body .form-input.wpcf7-textarea {
        padding: 18px 20px;
    }
    .modal-body span.wpcf7-not-valid-tip {
        font-size: 14px;
        bottom: -24px;
    }
}

@media(max-height: 475px) {
    .modal-body.overflow-text {
        height: 400px;
    }
}

/*==========Responsive End==========*/