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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

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





a, button, input, select, textarea{
	outline: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus{
	outline: none;
}

ul, li{
	list-style: none;
}
ul {
	margin: 0;
	padding: 0;
}
.page{
	margin: 0 0 0;
}

input::-webkit-input-placeholder {color: #909090; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
input:-moz-placeholder {color: #909090; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
input::-moz-placeholder {color: #909090; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
input:-ms-input-placeholder {color: #909090; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
textarea::-webkit-input-placeholder {color: #909090; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
textarea:-moz-placeholder {color: #909090; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
textarea::-moz-placeholder {color: #909090; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
textarea:-ms-input-placeholder {color: #909090; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
input:focus::-webkit-input-placeholder {color:transparent;}
input:focus:-moz-placeholder {color: transparent;}
input:focus::-moz-placeholder {color: transparent;}
input:focus:-ms-input-placeholder {color: transparent;}
textarea:focus::-webkit-input-placeholder {color:transparent;}
textarea:focus:-moz-placeholder {color: transparent;}
textarea:focus::-moz-placeholder {color: transparent;}
textarea:focus:-ms-input-placeholder {color: transparent;}


/***************************************************************************** MY CSS *******************************************************************************/

.container {
    width: 100%;
    max-width: 1630px;
    margin: 0 auto;
}

:root {
	--primary-font: "Outfit", sans-serif;
	--secondary-font: "Poppins", sans-serif;
	--primary-color: #020066;
	--secondary-color: #F2F2F2;
	--para-color: #666666;
	--white-color: #fff;
	--black-color: #000;
}

/****************** header *****************/

.links-row{
	background-color: var(--primary-color);
}
.links-row ul {
    display: flex;
    justify-content: end;
    gap: 60px;
    padding: 8px 45px;
    margin: 0;
}
.links-row ul li:first-child a:before {
    content: none; 
}

.links-row li a {
	font-size: 18px;
	line-height: 22.68px;
	font-weight: 500;
	font-family: var(--primary-font);
	color: var(--white-color);
	text-transform: capitalize;
	text-decoration: none;
	position: relative;
}
.links-row li a:hover{
/*	color: #8600B5;*/
	transition: ease 0.7s;
	letter-spacing: 1px;
}
.links-row li a:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 75%;
    background-color: #999191;
    left: -32px;
    top: 50%;
    transform: translate(0px, -50%);
}
.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 40px;
    flex-wrap: wrap;
}
.haeder-nav li a {
	font-size: 20px;
	line-height: 25.2px;
	font-weight: 500;
	font-family: var(--primary-font);
	color: var(--black-color);
	text-transform: capitalize;
	text-decoration: none;
}
.haeder-nav li a:hover{
	color: #8600B5;
	transition: ease 0.7s;
}
.haeder-nav {
    width: 61%;
}
.main-navigation ul {
    display: flex;
    justify-content: space-between;
}
.haeder-btn a {
	font-size: 19px;
    line-height: 23.94px;
    font-weight: 500;
    color: var(--white-color);
    background-color: var(--primary-color);
    font-family: var(--primary-font);
    text-decoration: none;
    text-transform: none;
    padding: 15px 55px 15px 28px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    position: relative;
    border: 1px solid var(--primary-color);
}
.haeder-btn a:after{
	content: "";
	position: absolute;
	background-image: url(images/arr-icon.svg);
	width: 35px;
	height: 35px;
	right: 12px;
	top: 66%;
    transform: translate(0px, -50%);
    left: auto;
	background-repeat: no-repeat;
}
.haeder-btn a:hover:after{
	filter: brightness(0) saturate(100%);
}
.repeat_btn a:hover:after {
    filter: brightness(0) saturate(100%);
}
.haeder-btn a:hover{
/*	background-color: #8600B5;*/
	transition: ease 0.7s;
	color: #000000;
    background: transparent;
    border: 1px solid #000000;
}

/****************** footer *****************/
.site-info {
	background-color: #171717;
}
.footer-row {
    display: flex;
    justify-content: space-between;
    padding: 90px 0 50px;
}
.ftr-col{
	width: 25%;
}
.ftr-col p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	font-family: var(--primary-font);
	color: var(--secondary-color);
	width: 95%;
}
.ftr-logo {
    margin: 0 0 25px;
}
.ftr-col h5 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 600;
	font-family: var(--primary-font);
	color: var(--secondary-color);
	margin: 0 0 25px;
}
.ftr-col li a{
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	font-family: var(--primary-font);
	color: var(--white-color);
	text-decoration: none;
}
.ftr-col li a:hover{
/*	color: #8600B5;*/
	transition: ease 0.7s;
	letter-spacing: 1px;
}
.ftr-col ul {
	margin: 15px 0 0 0;
    padding: 0;
}
.ftr-col li {
    padding: 0 0 16px;
}
.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}
.social-icons i{
    font-size: 22px;
    color: #FFF;
    padding: 8px 10px;
}
.social-icons a:nth-child(1) {
    background-color: #0866FF; 
    color: white;
}
.social-icons a:nth-child(2) {
    background-color: #8600B5;
    color: white;
}
.footer-row .fourth-section p, .footer-row .fourth-section a{
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}
.brand-name p {
	font-size: 17px;
	line-height: 24px;
	font-weight: 500;
	font-family: var(--primary-font);
	color: var(--white-color);
	margin: 0;
	text-transform: capitalize;
	text-align: center;
}
.brand-name a{
	color: var(--white-color);
	text-decoration: none;
}
.brand-name a:hover{
/*	color: #8600B5;*/
/*	letter-spacing: 1px;
	transition: ease 0.7s;*/
	text-decoration: underline;
}
.brand-name {
    padding: 22px 0;
    border-top: 1px solid #3A3A3A;
    background-color: #101112;
}
.fourth-section li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 25px;
}
.ftr-col.second-section {
    padding: 0 0 0 20px;
}
.ftr-col.fourth-section {
    padding: 0 10px 0 25px;
}
.ftr-col.third-section {
    padding: 0 0 0 20px;
}

/****************** Home Page *****************/
.banner_section {
    position: relative;
}
.inr_cnt {
    width: 39%;
    position: absolute;
    left: auto;
    top: 50%;
    transform: translate(0px, -50%);
}
.inr_cnt .bnr-hdg {
    font-size: 62px;
    line-height: 75px;
    font-weight: 700;
    font-family: var(--primary-font);
    color: var(--primary-color);
    text-transform: capitalize;
    margin-bottom: 25px;
}
.inr_cnt p {
    font-size: 30px;
    line-height: 37.8px;
    font-weight: 500;
    font-family: var(--primary-font);
    color: #050505; 
    letter-spacing: 0.2px;
    margin: 0 0 25px;
}
.inr_cnt li {
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    font-family: var(--primary-font);
    color: var(--black-color);
    text-transform: capitalize;
    margin: 0px;
}
.inr_cnt li{
	position: relative;
    padding: 0 0 18px 45px;
}
.inr_cnt li:before{
	content: "";
    position: absolute;
    background-image: url(images/check-icon.svg);
    width: 35px;
    height: 35px;
    left: 0;
    background-repeat: no-repeat;
}
.repeat_btn {
    margin: 55px 0 0;
}
.repeat_btn a {
	font-size: 19px;
    line-height: 23.94px;
    font-weight: 500;
    color: var(--white-color);
    background-color: var(--primary-color);
    font-family: var(--primary-font);
    text-decoration: none;
    text-transform: none;
    padding: 15px 55px 15px 28px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    position: relative;
    border: 1px solid var(--primary-color);
}
.repeat_btn a:hover{
/*	background-color: #8600B5;*/
    transition: ease 0.7s;
   	color: #000000;
    background: transparent;
    border: 1px solid #000000;
}
.repeat_btn a:after {
    content: "";
    position: absolute;
    background-image: url(images/arr-icon.svg);
    width: 35px;
    height: 35px;
    right: 12px;
    top: 68%;
    transform: translate(0px, -50%);
    left: auto;
    background-repeat: no-repeat;
}
.hedr_btm {
    background-color: var(--primary-color);
    padding: 20px 0px;
}
.strip_block {
    display: flex;
    justify-content: center;
    position: relative;
}
.reptinr_hmsld {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--white-color);
    padding: 2px 50px;
}
.hedr_btm p {
    font-size: 22px;
    line-height: 33px;
    font-weight: 500;
    font-family: var(--secondary-font);
    color: var(--white-color);
    padding-left: 15px;
    margin: 0;
}
div#strip-slider .reptinr_hmsld img {
    width: auto;
}
.reptinr_hmsld:nth-child(3) {
    border-right: 0!important;
}
#banner-slider .owl-dots {
    display: flex;
    position: absolute;
    transform: translate(0px, -50%);
    top: 50%;
    left: 75px;
    flex-direction: column;
}
#banner-slider button.owl-dot.active span {
    background-color: var(--primary-color);
}
#banner-slider button span {
    width: 15px;
    height: 15px;
    display: flex;
    border: 1px solid var(--primary-color);
    margin: 5px;
}
.build-row {
    display: flex;
    justify-content: space-between;
    margin: 100px 0;
    align-items: center;
}
.build-right {
    width: 49%;
}
.build-left {
    width: 49%;
}
.build-left img {
    border-radius: 19px;
    width: 100%;
}
.build-right ul {
/*    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
    gap: 25px;*/
    column-count: 2;
    width: 90%;
}
.build-row .build-right .brands-logo ul {
	width: 75%;
    display: flex;
    flex-wrap: wrap;
    margin: 35px 0 0;
    gap: 15px;
}
.rpt-hdg h6 {
	font-size: 30px;
    line-height: 37.8px;
    font-weight: 400;
    font-family: var(--primary-font);
    color: var(--primary-color);
    text-transform: uppercase;
}
.hm-hdg h1 {
	font-size: 50px;
    line-height: 63px;
    font-weight: 600;
    font-family: var(--primary-font);
    color: var(--black-color);
    text-transform: capitalize;
    margin: 20px 0 25px;
}
.build-right p {
	font-size: 22px;
    line-height: 35px;
    font-weight: 400;
    font-family: var(--primary-font);
    color: var(--para-color);
}
.build-right ul li {
	font-size: 22px;
    line-height: 26.72px;
    font-weight: 600;
    font-family: var(--primary-font);
    color: #333333;
    margin: 0;
    padding: 0 0 25px 35px;
}
.build-right ul li{
	position: relative;
}
.build-right ul li:before{
    content: "";
    position: absolute;
    background-image: url(images/check-icon.svg);
    width: 35px;
    height: 35px;
    left: 0;
    background-repeat: no-repeat;
    background-size: 25px;
}
.brands-logo ul li:before {
    width: 0;
    height: 0;
}
.build-row .build-right .brands-logo ul li {
    padding: 0;
}
.build-right .repeat_btn {
    margin: 70px 0 0;
}
.repeat-hdg h3 {
	font-size: 50px;
    line-height: 63px;
    font-weight: 600;
    font-family: var(--primary-font);
    color: var(--black-color);
    margin: 0px 0 38px;
    text-align: center;
    text-transform: capitalize;
}
.recent-row {
    display: flex;
    justify-content: space-between;
    margin: 0 0 100px; 
}
.image-col {
    box-shadow: 0px 4px 20px 0px #0000000F;
}
.image-col img {
    border-radius: 12px;
    width: 100%;
}
#project-slider .owl-dots {
    text-align: center;
    margin: 30px 0 0;
}
#project-slider  button.owl-dot.active span {
    background-color: var(--primary-color);
}
#project-slider button span {
    width: 15px;
    height: 15px;
    display: flex;
    border: 1px solid var(--primary-color);
    margin: 5px;
}
.client-row {
    display: flex;
    justify-content: space-between;
    margin: 0 0 100px;
}
.client-box {
    margin: 5px;
    box-shadow: 2px 0px 10px 0px #0000000F;
    padding: 22px 26px 40px;
    border-radius: 12px;
    border: 1px solid #F8F8F8;
    text-align: center;
}
.client-box .ggl-img img,.client-box .star-img img {
	width: auto;
}
.star-img {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: -8px 0 25px;
}
.client-box strong {
	font-size: 22px;
    line-height: 60px;
    font-weight: 600;
    font-family: var(--primary-font);
    color: var(--primary-color);
    text-align: center;
    text-transform: capitalize;
}
.star-img span {
	font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    font-family: var(--primary-font);
    color: var(--para-color);
    text-align: center;
    text-transform: capitalize;
    margin: 0 0 0 5px;
}
.client-box p {
	font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    font-family: var(--primary-font);
    color: var(--para-color);
    text-align: center;
    overflow-y: scroll;
    height: 60px;
}
.ggl-img {
    display: flex;
    justify-content: center;
    margin: 38px 0 0;
}
#client-slider .owl-dots {
    text-align: center;
    margin: 30px 0 0;
    display: block;
}
#client-slider  button.owl-dot.active span {
    background-color: var(--primary-color);
}
#client-slider button span {
    width: 15px;
    height: 15px;
    display: flex;
    border: 1px solid var(--primary-color);
    margin: 5px;
}
.rqst_frm {
    margin: 0 0 100px;
}
.max_w {
    width: 100%;
    max-width: 80%;
    margin: 0 auto 0;
    background-color: var(--primary-color);
    border-radius: 20px;
	padding: 65px 100px 65px;
}
.form-hdg h2 {
	font-size: 50px;
    line-height: 63px;
    font-weight: 600;
    font-family: var(--primary-font);
    color: var(--white-color);
    margin: 0px 0 38px;
    text-align: center;
/*    text-transform: capitalize;*/
}
input::placeholder, textarea::placeholder{
	color: #fff;
}
.rqst_frm input, .rqst_frm select, .rqst_frm textarea {
    width: 100%;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    font-family: "Barlow",sans-serif;
    box-shadow: none;
    background-color: var(--primary-color);
    border: 1px solid #DADADA;
    color: var(--white-color);
    border-radius: 50px;
    padding: 0px 25px;
    height: 60px;
}
.rqst_frm textarea{
	height: 150px;
}
.rqst_frm textarea {
    height: 165px;
    border-radius: 25px;
    padding: 12px 25px 0;
}
.rqst_frm .wpcf7-submit {
    font-size: 19px;
    line-height: 23.94px;
    font-weight: 500;
    width: auto;
    border: none;
    border-radius: 50px;
    padding: 14px 50px 14px 30px;
    color: var(--primary-color);
    font-family: var(--primary-font);
    background-color: var(--white-color);
    cursor: pointer;
    text-transform: capitalize;
}
.button-con {
    text-align: center !important;
}
span.wpcf7-spinner {
    position: absolute;
}
.button-con p{
	position: relative;
	display: inline-block;
}
.button-con p:after{
	content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: auto;
    right: 18px;
    top: 8px;
    cursor: pointer;
    display: inline-block;
    width: auto;
    padding: 6px;
    color: var(--primary-color);
    font-size: 20px;
    display: inline-block;
    transform: rotate(-35deg);
    border-radius: 100px;
    margin-left: 0px;
}

.faqs_section {
    margin: 0 0 100px;
}
.about_faqs {
    padding: 0 8% 0;
}
.about_faqs .card {
    margin-bottom: 28px;
    background-color: var(--white-color);
    border: none;
}
.about_faqs .card-header {
	background-color: var(--white-color);
/*	border-radius: 8px;*/
    padding: 0 0;
    border: none;
}
.about_faqs button.btn:hover{
	border-color: var(--primary-color);
}
.about_faqs .btn-link.focus, .about_faqs .btn-link:focus{
	border-color: var(--primary-color)
}
.about_faqs .card-header [aria-expanded="true"] {
    border-radius: 10px 10px 0px 0px !important;
    padding: 20px 60px 20px 30px;
    background: var(--primary-color);
    color: #ffffff;
    border: 1px solid var(--primary-color);
}
.about_faqs .card button {
    width: 100%;
    text-align: left;
    font-style: normal;
    position: relative;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
    font-family: var(--primary-font);
    text-transform: capitalize;
    color: var(--black-color);
    text-decoration: none;
    padding: 20px 60px 20px 30px;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
    white-space: normal;
}
.card-body {
    font-size: 22px;
    line-height: 35px;
    font-weight: 400;
    color: #474747;
    font-family: var(--primary-font);
    padding: 40px 45px 48px 30px;
    background-color: #F5F5FD;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
}
/*.about_faqs .card-header:focus-within,.about_faqs .card button:focus-within{
    background-color: var(--primary-color);
    color: #ffffff;
}*/
/*.about_faqs .card button:focus-within:before {
    color: white;
}*/
.about_faqs .card button:before {
    content: "\2b";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    font-family: Space Grotesk;
    font-weight: bold;
    font-size: 35px;
    color: var(--primary-color);
    width: 20px;
    height: 20px;
    padding: 0px;
    display: flex;
    align-items: center;
    left: auto;
    right: 20px;
}
.card button[aria-expanded="true"]:before {
    content: "\f068";
	color: #ffffff;
    font-weight: 900;
    font-size: 25px;
    font-family: 'Font Awesome 5 Free';
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    left: auto;
}


/****************** Project Page *****************/

.rpt_bnr_section {
    position: relative;
}
.rpt_bnr_section img {
    width: 100%;
}
.rpt_inr_hdg {
    width: 60%;
    left: auto;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}
.rpt_inr_hdg {
    color: red;
    font-size: 20px;
}
.rpt_inr_hdg h1{
    font-size: 62px;
    line-height: 75px;
    font-weight:700;
    color:var(--primary-color);
    font-family: var(--primary-font);
    text-transform: capitalize;
}
.psh-project-section {
    margin: 100px 0 60px;
}
.psh-project-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prj-col {
    width: 32.3%;
    box-shadow: 0px 9px 30px 0px #00000014;
    padding: 12px;
    border-radius: 10px;
    border-bottom: 2px solid var(--primary-color);
    margin: 0 0 40px;
}
.prj-img img {
    width: 100%;
    border-radius: 7px;
    box-shadow: 0px 4px 20px 0px #0000000F;
}
.prj-col h6 {
    font-size: 30px;
    line-height: 37.8px;
    font-weight:500;
    color: #333333;
    font-family: var(--primary-font);
    text-align: center;
    text-transform: capitalize;
    margin: 30px 0 15px;
}
.prj-col p {
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    color: var(--para-color);
    font-family: var(--primary-font);
    text-align: center;
    margin: 0 8px 18px;
}
.testimonial-section {
    margin: 100px 0;
}
.tstml-box {
    box-shadow: 0px 0px 24px 0px #00000014;
    margin: 0 9% 45px;
    border-radius: 8px;
    text-align: center;
    padding: 40px 55px 45px;
}
.tstml-box h6 {
    font-size: 24px;
    line-height: 35px;
    font-weight:600;
    color: var(--black-color);
    font-family: var(--primary-font);
    text-align: center;
    text-transform: capitalize;
    margin: 18px 0 14px;
}
.tstml-box p{
    font-size: 20px;
    line-height: 30px;
    font-weight:400;
    color: var(--para-color);
    font-family: var(--primary-font);
    text-align: center;
}
/*.tstml-box img {
    border-radius: 50px;
}*/

/****************** Contact Us Page *****************/

.contact-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0;
}
.contact-form {
    width: 66%;
}
.contact-details {
    width: 32%;
}
.contact-details .repeat-hdg h3 {
    text-align: left;
    font-size: 35px;
    line-height: 44px;
    font-weight: 700;
    margin: 0 0 48px;
}
.contact-form .rqst_frm {
    margin: 0;
}
.contact-form  .max_w{
	max-width: 100%;
    margin: 0;
}
.contact-box h4 {
	font-size: 30px;
    line-height: 37.8px;
    font-weight:600;
    color: var(--black-color);
    font-family: "Plus Jakarta Sans",sans-serif;
}
.contact-box {
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    margin: 0 0 52px;
	padding: 30px 35px 18px;
}
.contact-box a,.contact-box p{
	font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: var(--black-color);
    font-family: "Plus Jakarta Sans",sans-serif;
    text-decoration: none;
}
.contact-box p{
	margin: 0;
}
.contact-box a:hover{
	color: #8600B5;
    transition: ease 0.7s;
}
.cnt-icon {
	background: var(--primary-color);
    border-radius: 50px;
    display: inline-block;
    padding: 18px;
    margin: -68px 0 0px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.contact-row .contact-details .contact-box:nth-child(4) {
    margin-bottom: 0;
}*/

.contact-row .contact-details .contact-box:last-child{
	margin-bottom: 0;
}

/****************** Service Page *****************/
.bnnr-row img {
    width: 100%;
}
.bnnr-row {
    display: flex;
}
.left-bnr {
    width: 50%;
    position: relative;
}
.right-bnr {
    width: 50%;
}
.left-bnr .inr_cnt{
	width: 84%;
    left: 16%;
}
.key-features {
    background: #020066;
    padding: 75px 0 80px;
}
.key-features .repeat-hdg h3 {
    color: #fff;
}
.key-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}
.key-box h6 {
	font-size: 25px;
    line-height: 31px;
    font-weight:600;
    color: var(--white-color);
    font-family: var(--primary-font);
}
.key-box p {
	font-size: 20px;
    line-height: 30px;
    font-weight:400;
    color: var(--white-color);
    font-family: var(--primary-font);
    margin: 0 0 0;
}
.key-box {
    width: 47%;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 30px 30px 28px 42px;
    position: relative;
    margin: 0 0px 0px 20px;
}
.key-box:before {
	content: "";
    position: absolute;
    background-image: url(images/key-icon.svg);
    width: 100%;
    height: 100%;
    left: -38px;
    background-repeat: no-repeat;
    top: 75%;
    transform: translate(0px, -50%);
}
.banner_section img.mobile-view {
    display: none;
}
.banner_section img.desktop-view {
    display: block;
}
.wpcf7-not-valid-tip{
	color: #ffffff;
}
.wpcf7-response-output {
    border: 1px solid #ffffff !important;
    margin: 0 !important;
    color: #ffffff;
}
.left-bnr .repeat_btn {
    margin: 40px 0 0;
}


.star-img i {
    color: #FFB800;
}


/****************** Thank you Page *****************/
.thank-you {
    text-align: center;
    padding: 50px;
    width: 100%;
    max-width: 50%;
    margin: 90px auto 90px;
    border-radius: 20px;
    border: 5px solid var(--primary-color);
}
.thank-you h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
    color: var(--black-color);
    font-family: var(--primary-font);
    text-transform: capitalize;
    margin: 24px 0;
    letter-spacing: 1px;
}
.thank-you strong {
    font-size: 30px;
    line-height: 28px;
    font-weight: 400;
    display: block;
    font-style: italic;
    color: var(--black-color);
    font-family: var(--primary-font);
}
.main-header-section .social-icons {
    justify-content: flex-start;
    margin: 0 0 0;
    position: fixed;
    z-index: 11111;
    top: 38%;
    transform: translate(0px, -50%);
    width: auto;
    flex-direction: column;
    gap: 1px;
    right: 0;
}
.main-header-section .social-icons i {
    padding: 12px 12px;
    font-size: 25px;
}

/**************** Modal form ***************/
#contactform .modal-dialog {
    margin: 5% auto 0;
    max-width: 55%;
}
#contactform .modal-content {
    background-color: var(--primary-color);
    border-radius: 20px;
    border: none;
    padding: 45px 80px 15px;
}
#contactform .modal-header {
    border-bottom: none;
    margin-bottom: 10px;
    padding: 0;
}
#contactform .modal-header h4 {
    width: 100%;
    font-size: 45px;
    line-height: 61px;
    font-weight: 700;
    color: #ffffff;
    font-family: var(--primary-font);
    text-transform: none;
    text-align: center;
}
#contactform .modal-header button.close {
    position: absolute;
    border-radius: 50%;
    background-color: #ffffff;
    color: #000000;
    padding: 15px;
    width: 30px;
    height: 30px;
    opacity: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 33px;
    right: 33px;
}
#contactform input, #contactform select, #contactform textarea {
    width: 100%;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    color: var(--white-color);
    font-family: "Barlow", sans-serif;
    box-shadow: none;
	background-color: var(--primary-color);
    border: 1px solid #DADADA;
	border-radius: 50px;
    padding: 0px 25px;
    height: 60px;
}
#contactform textarea {
    height: 165px;
    border-radius: 25px;
    padding: 12px 25px 0;
}
#contactform .wpcf7-submit {
    font-size: 19px;
    line-height: 23.94px;
    font-weight: 500;
    width: auto;
    border: none;
    border-radius: 50px;
    padding: 14px 50px 14px 30px;
    color: var(--primary-color);
    font-family: var(--primary-font);
    background-color: var(--white-color);
    cursor: pointer;
    text-transform: capitalize;
}
div#client-slider .owl-dots .owl-dot:nth-child(n+4) {
    display: none;
}
div#project-slider .owl-dots .owl-dot:nth-child(n+4) {
    display: none;
}
.main-navigation li.menu-item-has-children>a:after {
    font-family: "font awesome 5 free";
    content: "\f107";
    display: inline-block;
    padding-left: 8px;
    vertical-align: middle;
    font-weight: 900;
}

/*#menu-item-246 > a::after {
    font-family: "font awesome 5 free";
    content: "\f107";
    display: inline-block;
    padding-left: 8px;
    vertical-align: middle;
    font-weight: 900;
}*/

/*#menu-item-246 > a:hover::after {
    color: #0073e6; 
    transform: rotate(180deg); 
    transition: transform 0.3s ease, color 0.3s ease; 
}
*/
.image-col img {
    height: 485px;
    object-fit: cover;
}
.prj-img img {
    object-fit: cover;
    height: 445px;
}
ul.sub-menu {
    flex-direction: column;
}

.main-navigation ul>li ul.sub-menu>li>a {
    width: 300px;
    text-align: left;
    padding: 13px 15px;
    text-transform: capitalize;
    background-color: var(--white-color);
    border-bottom: 1px solid var(--black-color);
    color: var(--black-color);
    font-size: 18px;
    line-height: 28px;
}
.faqs-sect {
    margin: 100px 0 100px;
}

.bg_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: self-start;
    margin: 100px 0 100px;
}
.blog_col {
    width: 66%;
}
.bg_ctg {
    width: 32%;
    padding: 42px 30px 48px;
    border-radius: 10px;
    box-shadow: 0px 0px 24px 0px #00000014;
    background-color: var(--white-color);
}
.bg_ttl {
    margin: 0 0 50px;
}
.left_img img {
    width: 100%;
    border-radius: 25px 25px 0 0;
}
.right_cnt {
    box-shadow: 0px 0px 24px 0px #00000014;
	padding: 30px 32px 50px;
    border-radius: 10px;
    border-bottom: 2px solid var(--primary-color);
    margin: -50px 0 0;
    position: relative;
    z-index: 1;
    background: var(--white-color);
    width: 95%;
}
.right_cnt b {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.73px;
    font-family: var(--primary-font);
    padding: 0 45px 0 0;
    color: var(--black-color);
}
.right_cnt b i {
    color: #E1201E;
    font-size: 16px;
    margin: 0 5px 0 0;
}
.right_cnt h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 37px;
    font-family: var(--primary-font);
    color: #333333;
    margin: 25px 0 15px;
}
.right_cnt .repeat_btn {
    margin: 40px 0 0;
}
.right_cnt p {
    font-size: 22px;
    font-weight: 400;
    font-family: var(--primary-font);
    line-height: 35px;
    color: #333333;
}
.bg_ctg ul li {
    border-bottom: 1px dashed #D8D8D8;
    padding: 0 0 25px;
    margin: 0 0 25px;
}
.bg_ctg ul li a {
    font-size: 22px;
    font-weight: 400;
    font-family: var(--primary-font);
    line-height: 27px;
    color: #333333;
    text-decoration: none;
}
.bg_ctg ul li a:hover{
	color: var(--primary-color);
}
.bg_ctg h3 {
    font-size: 40px;
    font-weight: 600;
    font-family: var(--primary-font);
    line-height: 50px;
    color: #333333;
    text-transform: capitalize;
    margin: 50px 0 32px;
}
.bg_ctg ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.search_box label {
    width: 100%;
    position: relative;
}
.search_box label::after {
    content: "\f002";
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    visibility: visible;
    background: var(--primary-color);
    right: 0;
    height: 100%;
    width: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    font-size: 22px;
}
.search_box input.search-field {
    width: 100%;
    border: 1px solid var(--primary-color);
    padding: 15px;
    font-size: 18px;
    line-height: 22px;
    font-family: "Plus Jakarta Sans",sans-serif;
    font-weight: 400;
    color: #4A4A4A;
    height: 68px;
}
.search_box{
    position: relative;
}
.search_box input.search-submit {
    position: absolute;
    right: 0;
    font-size: 0;
    width: 60px;
    height: 90%;
    background: transparent;
    border: none;
    cursor: pointer;
}
.search_box input::placeholder {
    color: #4A4A4A;
}
.search_box input[type="search"]:focus{
	color: #4A4A4A;
}
.right_cnt b:nth-child(2) {
    position: relative;
/*  padding-left: 10px; */
}

.right_cnt b:nth-child(2)::before {
    content: "";
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    height: 16px;
    width: 1px;
    background-color: #9C9C9C;
}
.blog_col .bg_ttl:last-child {
    margin-bottom: 0;
}

h1.entry-title, h2.comments-title, h1.page-title, h2.entry-title {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 25px 0;
}
.entry-meta {
    margin: 0 0 15px;
}
.entry-meta span.posted-on, .entry-meta span.posted-on a, .entry-meta span.byline {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    text-decoration: none;
}
span.author.vcard a {
    color: var(--primary-color);
    text-decoration: none;
}
.post-thumbnail img {
    width: 100%;
    border-radius: 10px;
    height: 600px;
    object-fit: cover;
}
.entry-footer .cat-links, .entry-footer .cat-links a, .nav-links a {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
}
#comments input {
    width: 100%;
    height: 54px;
}
input#wp-comment-cookies-consent {
    width: auto;
    height: auto;
}
.form-submit input#submit {
    width: auto;
    height: auto;
    padding: 12px 15px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    color: #ffffff;
    font-family: var(--primary-font);
    background: var(--primary-color);
    border-radius: 5px;
    border: none;
    cursor: pointer;
}
h2.entry-title a {
    color: #000000;
    text-decoration: none;
}
span.comments-link a {
    font-size: 20px;
    color: #000000;
    font-style: italic;
    text-decoration: none;
    display: block;
}




/*********************************************************** Responsive CSS ******************************************************/

@media(max-width:767px){

html.js {padding: 0 !important;}
html body div#wprmenu_bar {top: 20px; z-index: 9; margin: 0; background: transparent; width: 55px !important; left: auto; right: 15px;
							padding: 0; position: absolute;}
#mg-wprm-wrap.cbp-spmenu-left {top: 86px !important; width: 100%; max-width: 100%; height: inherit!important; z-index: 1111;
							position: absolute;}
#wprmenu_bar div.hamburger {margin-top: 0; }
#wprmenu_bar .menu_title a{font-size: 0px}
#wprmenu_bar div.hamburger {padding: 0 !important; margin-top: 0px !important; height: 100%;}
html.wprmenu-body-fixed body {position: relative !important;}
#mg-wprm-wrap ul li, #mg-wprm-wrap ul li ul.sub-menu li {border-bottom: 2px solid #2f2e2d;}
#mg-wprm-wrap ul li:last-child {border-bottom: none;}
#mg-wprm-wrap li.menu-item a{font-family: var(--primary-font); padding: 19px 15px;}
#wprmenu_menu_ul {padding: 0 0 0px;}
/*#menu-item-271 > a::after {font-family: "font awesome 5 free";content: "\f107";display: inline-block;padding-left: 8px;vertical-align: middle;font-weight: 900;color: #ffffff;}*/

/**************** Home Page ***************/
.haeder-nav,.haeder-btn,.links-row,#banner-slider .owl-dots {display: none;}
.banner_section img.mobile-view {display: block;object-fit: cover;max-height: 740px;}
.banner_section img.desktop-view {display: none;}
.haeder-logo img {width: 65%;}
.header-row{padding: 8px 15px;}
.inr_cnt .bnr-hdg{font-size: 27px;line-height: 36px;margin-bottom: 10px;}
.inr_cnt li{padding: 0 0 8px 30px;}
.inr_cnt p {font-size: 21px;line-height: 27.8px;margin: 0 0 15px;}
.inr_cnt li {font-size: 18px;line-height: 28px;}
.inr_cnt li:before{background-size: 24px}
.inr_cnt {width: 90%;top: 27%;}
.repeat_btn a {font-size: 15px;}
.repeat_btn {margin: 25px 0 0;}
.hedr_btm{padding: 15px 0px;}
.hedr_btm p {font-size: 18px;line-height: 28px;padding-left: 12px;}
.reptinr_hmsld img {max-width: 35px;}
.reptinr_hmsld{padding: 2px 40px;border-right: none;}
.strip_block .owl-nav {font-size: 45px;font-weight: 300;color: var(--white-color);position: absolute;width: 100%;height: auto;display: flex;justify-content: space-between;top: 35%;transform: translate(0px, -50%);left: auto;}
.build-row{flex-direction: column-reverse;margin: 60px 0;gap: 25px;}
.build-right, .build-left {width: 100%;}
.rpt-hdg h6 {font-size: 20px;line-height: 32.8px;}
.hm-hdg h1 {font-size: 28px;line-height: 38px;margin: 10px 0 13px;}
.build-right p {font-size: 18px;line-height: 28px;}
/*.build-right ul{gap: 18px;}*/
.build-right ul{column-count: 1;}
.build-right ul li {font-size: 20px;line-height: 26.72px;}
.build-row .build-right .brands-logo ul{width: 68%;margin: 20px 0 0;}
.build-row .build-right .brands-logo ul img {max-width: 90px;}
.build-right .repeat_btn {margin: 40px 0 0;}
.repeat-hdg h3 {font-size: 28px;line-height: 38px; margin: 0px 0 20px;}
.recent-row{margin: 0 0 60px;}
.client-box strong{font-size: 20px;}
.star-img img {max-width: 110px;}
.star-img span {font-size: 14px;line-height: 24px}
.star-img{margin: -8px 0 8px;gap: 7px;}
.star-img i {font-size: 13px;}
.client-box p {font-size: 18px;line-height: 28px;height: 135px;}
.client-box{padding: 12px 16px 30px;}
.ggl-img img {max-width: 100px;}
#project-slider .owl-dots{margin: 18px 0 0;}
#client-slider .owl-dots{margin: 18px 0 0;}
#client-slider button span {width: 12px;height: 12px;}
#project-slider button span {width: 12px;height: 12px;}
.client-row{margin: 0 0 60px;}
.about_faqs .card button{font-size: 18px;padding: 13px 25px 13px 14px;}
.about_faqs .card-header [aria-expanded="true"]{padding: 13px 25px 13px 14px;}
.about_faqs .card button:before{width: 15px;height: 15px;right: 7px;font-size: 25px;}
.about_faqs .card{margin-bottom: 15px;}
.about_faqs {padding: 0 0% 0;}
.card-body {font-size: 19px;line-height: 29px;padding: 18px 12px 25px 15px;}
.faqs_section {margin: 0 0 60px;}
.max_w{max-width: 100%;padding: 35px 15px 30px;}
.form-hdg h2 {font-size: 30px;line-height: 40px;margin: 0px 0 20px;}
.rqst_frm input, .rqst_frm select, .rqst_frm textarea{padding: 0px 20px;height: 52px;}
.rqst_frm textarea{height: 125px;padding: 12px 25px 0;}
.max_w p {margin: 0 0 15px;}
.rqst_frm {margin: 0 0 60px;}
.footer-row{padding: 45px 0 40px;flex-direction: column;gap: 30px;}
.ftr-col {width: 100%;}
.ftr-col p {font-size: 16px;line-height: 26px;}
.ftr-logo {margin: 0 0 15px;}
.ftr-col h5 {font-size: 22px;line-height: 30px;margin: 0 0 20px}
.ftr-col li {padding: 0 0 15px;}
.ftr-col.second-section {padding: 0 0 0 0px;}
.ftr-col.third-section {padding: 0 0 0 0px;}
.ftr-col.fourth-section {padding: 0 0px 0 0px;}
.ftr-col li a {font-size: 16px;line-height: 26px;}
.footer-row .fourth-section p, .footer-row .fourth-section a{font-size: 16px;line-height: 26px;}
.fourth-section img {max-width: 22px;}
.fourth-section li{gap: 12px;margin: 0 0 20px;}
.social-icons i {font-size: 18px;}
.social-icons{margin-top: -10px;}
.brand-name p {font-size: 14px;line-height: 22px;}
.brand-name {padding: 18px 0;}

/**************** Projects Page ***************/
.rpt_bnr_section img {min-height: 300px;object-fit: cover;}
.rpt_inr_hdg h1 {font-size: 40px;line-height: 50px;}
.psh-project-section {margin: 60px 0 60px;}
.psh-project-row{flex-direction: column;}
.prj-col {width: 100%;margin: 0 0 22px;}
.prj-col h6{font-size: 22px;line-height: 32.8px;margin: 15px 0 8px;}
.prj-col p {font-size: 17px;line-height: 22px;margin: 0 8px 12px;}
.psh-project-row .prj-col:last-child {margin: 0 0 0;}

/**************** Testimonilas Page ***************/
.testimonial-section {margin: 60px 0;}
.tstml-box{margin: 0 0% 28px;padding: 30px 15px 35px;}
.tstml-box h6 {font-size: 20px;line-height: 35px;margin: 14px 0 10px;}
.tstml-box p {font-size: 17px;line-height: 28px;}
.ggl-img{margin: 20px 0 0;}
.tstml-box img {max-width: 100px;}

/**************** Contact Us Page ***************/
.contact-row{flex-direction: column;margin: 60px 0;gap: 40px;}
.contact-details,.contact-form {width: 100%;}
.contact-details .repeat-hdg h3 {text-align: center;font-size: 28px;line-height: 38px;margin: 0 0 45px;}
.contact-box h4 {font-size: 20px;line-height: 30.8px;}
.contact-box a, .contact-box p {font-size: 16px;line-height: 26px;}
.cnt-icon img {max-width: 20px;}
.cnt-icon{width: 55px;height: 55px;padding: 16px;margin: -65px 0 0px;}
.contact-box{margin: 0 0 38px;padding: 38px 22px 25px;}

/****************** Thank you Page *****************/
.thank-you {max-width: 90%;padding: 15px;margin: 60px auto 60px;}
.thank-you h1 {font-size: 30px;line-height: 40px;margin: 15px 0;}
.thank-you strong {font-size: 18px;line-height: 24px;}

/**************** Service Page ***************/
.bnnr-row{flex-direction: column;}
.key-features{padding: 35px 0 55px;}
.left-bnr{width: 100%;}
.right-bnr {width: 100%;}
.bnnr-row img {min-height: 260px;object-fit: cover;}
.left-bnr .inr_cnt {width: 95%;left: 5%;top: 45%;}
.left-bnr .repeat_btn {margin: 20px 0 0;}
.key-box h6 {font-size: 20px;line-height: 30px;}
.key-box p {font-size: 17px;line-height: 27px;}
.key-row{gap: 20px;}
.key-box:before{left: -25px;top: 82%;background-size: 48px;}
.key-box{width: 100%;padding: 15px 15px 22px 30px;margin: 0 0px 0px 10px;background-size: 55px;}

.main-header-section .social-icons{top: 22%;}
.main-header-section .social-icons i {padding: 8px 8px;font-size: 15px;}

/**************** Modal form ***************/
#contactform .modal-dialog {max-width: 95%;}
#contactform .modal-content{padding: 45px 0px 15px;}
#contactform .modal-header h4{font-size: 30px;line-height: 40px;}
#contactform input, #contactform select, #contactform textarea{font-size: 14px;padding: 0px 20px;height: 52px;}
#contactform textarea{height: 115px;padding: 12px 20px 0;}

.build-left img{max-height: 250px;object-fit: cover;}
.image-col img{object-fit: cover;max-height: 250px;}

.prj-img img {object-fit: cover;height: 230px;}
.button-con p:after{top: 5px;}
.faqs-sect {margin: 60px 0 60px;}
.repeat_btn a:after{top: 70%;}

.bg_row{margin: 60px 0 60px; flex-direction: column-reverse;gap: 35px;}
.bg_ctg {width: 100%;padding: 30px 22px 30px;}
.bg_ctg h3{font-size: 28px;margin: 15px 0 12px;}
.bg_ctg ul li a {font-size: 18px;}
.search_box input.search-field{font-size: 15px;padding: 15px;height: 52px}
.search_box label::after{width: 55px;font-size: 16px;}
.bg_ctg ul li{padding: 0 0 18px;margin: 0 0 15px;}
.blog_col {width: 100%;}
.left_img img{min-height: 250px;object-fit: cover;}
.right_cnt b{font-size: 14px; line-height: 22.73px;padding: 0 30px 0 0;}
.right_cnt h2{font-size: 22px;line-height: 32px; margin: 15px 0 12px;}
.right_cnt {padding: 22px 18px 45px;margin: -35px 0 0;}
.right_cnt p{font-size: 18px;line-height: 30px;}
.bg_ttl {margin: 0 0 28px;}
.right_cnt b:nth-child(2)::before{left: -20px;}
.right_cnt .repeat_btn {margin: 35px 0 0;}

h1.entry-title, h2.comments-title, h1.page-title, h2.entry-title{font-size: 22px;}
.entry-meta span.posted-on, .entry-meta span.posted-on a, .entry-meta span.byline {font-size: 16px;line-height: 26px;}
.post-thumbnail img {height: 300px;}
.entry-footer .cat-links, .entry-footer .cat-links a, .nav-links a {font-size: 16px;line-height: 25px;}


}

@media(min-width:768px) and (max-width:991px){

/**************** Home Page ***************/
.banner_section img.mobile-view {display: none;}
.banner_section img.desktop-view {display: block;}
#banner-slider .owl-dots{display: none;}
.haeder-logo img {width: 55%;}
.header-row{padding: 8px 15px;}
.haeder-nav {width: 100%;order: 1;margin: 12px 0 5px;}
.haeder-nav li a {font-size: 14px;}
.haeder-btn a:after{width: 22px;height: 22px;background-size: 13px;}
.haeder-btn a {font-size: 13px;padding: 12px 42px 12px 20px;}
.inr_cnt .bnr-hdg{font-size: 27px;line-height: 37px;margin-bottom: 8px;}
.inr_cnt p {font-size: 19px;line-height: 27.8px;margin: 0 0 12px;}
.inr_cnt li {font-size: 16px;line-height: 26px;}
.inr_cnt li:before{background-size: 20px; top: 4px;}
.inr_cnt li{padding: 0px 0 5px 27px;}
.inr_cnt {width: 48%;}
.links-row li a {font-size: 14px;}
.links-row li a:before{left: -14px;}
.links-row ul{gap: 30px;padding: 8px 18px;}
.repeat_btn a {font-size: 14px;padding: 12px 56px 12px 22px;}
.repeat_btn {margin: 16px 0 0;}
.hedr_btm{padding: 10px 0px;}
.hedr_btm p {font-size: 15px;line-height: 25px;padding-left: 10px;}
.reptinr_hmsld img {max-width: 25px;}
.reptinr_hmsld{padding: 2px 10px;}
.strip_block .owl-nav {font-size: 45px;font-weight: 300;color: var(--white-color);position: absolute;width: 100%;height: auto;display: flex;justify-content: space-between;top: 35%;transform: translate(0px, -50%);left: auto;}
.build-row{flex-direction: column-reverse;margin: 50px 0;gap: 18px;}
.build-right, .build-left {width: 100%;}
.rpt-hdg h6 {font-size: 20px;line-height: 30.8px;}
.hm-hdg h1 {font-size: 28px;line-height: 38px;margin: 8px 0 12px;}
.build-left img{object-fit: cover;max-height: 400px;}
.build-right p {font-size: 18px;line-height: 28px;}
.build-right ul{gap: 18px;}
.build-right ul li {font-size: 18px;line-height: 26.72px;}
.build-row .build-right .brands-logo ul{width: 55%;margin: 25px 0 0;}
.build-row .build-right .brands-logo ul img {max-width: 120px;}
.build-right .repeat_btn {margin: 40px 0 0;}
.repeat-hdg h3 {font-size: 28px;line-height: 38px; margin: 0px 0 18px;}
.recent-row{margin: 0 0 50px;}
.client-box strong{font-size: 18px;}
.star-img img {max-width: 110px;}
.star-img span {font-size: 14px;line-height: 24px}
.star-img{margin: -8px 0 10px; gap: 6px;}
.star-img i {font-size: 13px;}
.client-box p {font-size: 16px;line-height: 26px;height: 75px;}
.ggl-img{margin: 18px 0 0;}
.client-box{padding: 12px 16px 30px;}
.ggl-img img {max-width: 100px;}
#project-slider .owl-dots{margin: 18px 0 0;}
#client-slider .owl-dots{margin: 18px 0 0;}
#client-slider button span {width: 12px;height: 12px;}
#project-slider button span {width: 12px;height: 12px;}
.client-row{margin: 0 0 50px;}
.about_faqs .card button{font-size: 18px;line-height: 28px;padding: 12px 40px 12px 18px;}
.about_faqs .card-header [aria-expanded="true"]{padding: 12px 40px 12px 18px;}
.about_faqs .card button:before{width: 15px;height: 15px;right:12px;font-size: 25px;}
.about_faqs .card{margin-bottom: 15px;}
.about_faqs {padding: 0 0% 0;}
.card-body {font-size: 17px;line-height: 27px;padding: 18px 18px 25px 18px;}
.faqs_section {margin: 0 0 60px;}
.max_w{max-width: 100%;padding: 35px 15px 30px;}
.form-hdg h2 {font-size: 30px;line-height: 40px;margin: 0px 0 20px;}
.rqst_frm input, .rqst_frm select, .rqst_frm textarea{padding: 0px 20px;height: 52px;}
.rqst_frm textarea{height: 125px;padding: 12px 25px 0;}
.max_w p {margin: 0 0 15px;}
.rqst_frm {margin: 0 0 60px;}
.footer-row{padding: 45px 0 40px;flex-direction: column;gap: 30px;}
.ftr-col {width: 100%;}
.ftr-col p {font-size: 16px;line-height: 26px;}
.ftr-logo {margin: 0 0 15px;}
.ftr-col h5 {font-size: 22px;line-height: 30px;}
.ftr-col.second-section {padding: 0 0 0 0px;}
.ftr-col.third-section {padding: 0 0 0 0px;}
.ftr-col.fourth-section {padding: 0 0px 0 0px;}
.ftr-col li a {font-size: 16px;line-height: 26px;}
.footer-row .fourth-section p, .footer-row .fourth-section a{font-size: 16px;line-height: 26px;}
.fourth-section img {max-width: 22px;}
.fourth-section li{gap: 12px;margin: 0 0 20px;}
.social-icons i {font-size: 18px;}
.social-icons{margin-top: -10px;}
.ftr-logo img {max-width: 290px;}
.brand-name p {font-size: 15px;line-height: 24px;}
.brand-name {padding: 18px 0;}

/**************** Projects Page ***************/
.rpt_bnr_section img {min-height: 265px;object-fit: cover;}
.rpt_inr_hdg h1 {font-size: 35px;line-height: 45px;}
.psh-project-section {margin: 50px 0 50px;}
.prj-col {width: 49%;margin: 0 0 22px;}
.prj-col h6{font-size: 20px;line-height:30.8px;margin: 12px 0 0px;}
.prj-col p {font-size: 16px;line-height: 23px;margin: 0 5px 12px;}
.prj-img img{max-height: 200px;object-fit: cover;}

/**************** Testimonilas Page ***************/
.testimonial-section {margin: 50px 0;}
.tstml-box{margin: 0 0% 28px;padding: 30px 25px 35px;}
.tstml-box h6 {font-size: 20px;line-height: 35px;margin: 14px 0 10px;}
.tstml-box p {font-size: 17px;line-height: 28px;}
.ggl-img{margin: 20px 0 0;}
.tstml-box img{max-width: 85px;}

/**************** Contact Us Page ***************/
.contact-row{flex-direction: column;margin: 50px 0;gap: 30px;}
.contact-details,.contact-form {width: 100%;}
.contact-details .repeat-hdg h3 {text-align: center;font-size: 28px;line-height: 38px;margin: 0 0 30px;}
.contact-box h4 {font-size: 20px;line-height: 30.8px;}
.contact-box a, .contact-box p {font-size: 16px;line-height: 26px;}
.cnt-icon img {max-width: 18px;}
.cnt-icon{width: 45px;height: 45px;padding: 16px;margin: -48px 0 0px;}
.contact-box{margin: 0 0 35px;padding: 25px 22px 20px;}

/****************** Thank you Page *****************/
.thank-you {max-width: 40%;padding: 20px;margin: 60px auto 60px;}
.thank-you h1 {font-size: 18px;line-height: 22px;margin: 5px 0;}
.thank-you strong {font-size: 15px;line-height: 20px;}

/**************** Service Page ***************/
.key-features{padding: 35px 0 55px;}
.left-bnr .inr_cnt {left: 5%;}
.left-bnr .repeat_btn {margin: 25px 0 0;}
.key-box h6 {font-size: 20px;line-height: 30px;}
.key-box p {font-size: 17px;line-height: 27px;}
.key-row{gap: 20px;}
.key-box:before{left: -18px;top: 82%;background-size: 42px;}
.key-box{width: 100%;padding: 15px 15px 22px 30px;margin: 0 0px 0px 10px;background-size: 55px;}

.main-header-section .social-icons{top: 25%;}
.main-header-section .social-icons i {padding: 8px 8px;font-size: 15px;}

/**************** Modal form ***************/
#contactform .modal-dialog {margin: 20% auto 0; max-width: 95%;}
#contactform .modal-content{padding: 35px 25px 15px;}
#contactform .modal-header h4{font-size: 30px;line-height: 40px;}
#contactform input, #contactform select, #contactform textarea{font-size: 14px;padding: 0px 20px;height: 52px;}
#contactform textarea{height: 115px;padding: 12px 20px 0;}

.image-col img {height: 175px;}
.main-navigation ul>li ul.sub-menu>li>a{width: 222px;padding: 7px 12px;font-size: 14px;line-height: 22px;}
.faqs-sect {margin: 60px 0 60px;}
.repeat_btn a:after{top: 74%;}

.bg_row{margin: 60px 0 60px; flex-direction: column-reverse;gap: 35px;}
.bg_ctg {width: 100%;padding: 30px 22px 30px;}
.bg_ctg h3{font-size: 28px;margin: 15px 0 12px;}
.bg_ctg ul li a {font-size: 18px;}
.search_box input.search-field{font-size: 15px;padding: 15px;height: 52px}
.search_box label::after{width: 55px;font-size: 16px;}
.bg_ctg ul li{padding: 0 0 18px;margin: 0 0 15px;}
.blog_col {width: 100%;}
.left_img img{min-height: 250px;object-fit: cover;}
.right_cnt b{font-size: 14px; line-height: 22.73px;padding: 0 30px 0 0;}
.right_cnt h2{font-size: 22px;line-height: 32px; margin: 15px 0 12px;}
.right_cnt {padding: 22px 18px 40px;margin: -35px 0 0;}
.right_cnt p{font-size: 18px;line-height: 30px;}
.bg_ttl {margin: 0 0 28px;}
.right_cnt b:nth-child(2)::before{left: -20px;}
.right_cnt .repeat_btn {margin: 35px 0 0;}

h1.entry-title, h2.comments-title, h1.page-title, h2.entry-title{font-size: 22px;}
.entry-meta span.posted-on, .entry-meta span.posted-on a, .entry-meta span.byline {font-size: 16px;line-height: 26px;}
.post-thumbnail img {height: 300px;}
.entry-footer .cat-links, .entry-footer .cat-links a, .nav-links a {font-size: 16px;line-height: 25px;}


}

@media(min-width:992px) and (max-width:1199px){

/**************** Home Page ***************/
.banner_section img.mobile-view {display: none;}
.banner_section img.desktop-view {display: block;}
#banner-slider .owl-dots{display: none;}
.haeder-logo img {width: 56%;}
.header-row{padding: 8px 15px;}
.haeder-nav {width: 100%;order: 1;margin: 12px 0 5px;}
.haeder-nav li a {font-size: 16px;}
.haeder-btn a:after{width: 20px;height: 25px;background-size: 13px;}
.haeder-btn a {font-size: 13px;padding: 12px 40px 12px 20px;}
.inr_cnt .bnr-hdg{font-size: 28px;line-height: 38px;margin-bottom: 12px;}
.inr_cnt p {font-size: 19px;line-height: 27.8px;margin: 0 0 12px;}
.inr_cnt li {font-size: 16px;line-height: 26px;}
.inr_cnt li:before{background-size: 20px; top: 4px;}
.inr_cnt li{padding: 0px 0 7px 27px;}
.inr_cnt {width: 35%;left: 16px;}
.links-row li a {font-size: 14px;}
.links-row li a:before{left: -14px;}
.links-row ul{gap: 30px;padding: 8px 18px;}
.repeat_btn a {font-size: 14px;padding: 12px 56px 12px 22px;}
.repeat_btn {margin: 22px 0 0;}
.hedr_btm{padding: 10px 0px;}
.hedr_btm p {font-size: 15px;line-height: 25px;padding-left: 10px;}
.reptinr_hmsld img {max-width: 25px;}
.reptinr_hmsld{padding: 2px 15px;}
.strip_block .owl-nav {font-size: 45px;font-weight: 300;color: var(--white-color);position: absolute;width: 100%;height: auto;display: flex;justify-content: space-between;top: 35%;transform: translate(0px, -50%);left: auto;}
.build-row{margin: 60px 0;}
/*.build-right, .build-left {width: 100%;}*/
.rpt-hdg h6 {font-size: 20px;line-height: 30.8px;}
.hm-hdg h1 {font-size: 28px;line-height: 38px;margin: 8px 0 12px;}
.build-right p {font-size: 18px;line-height: 28px;}
.build-right ul{gap: 10px;}
.build-right ul{width: 90%;}
.build-right ul li {font-size: 18px;line-height: 26.72px;}
.build-row .build-right .brands-logo ul{width: 84%;margin: 25px 0 0;}
.build-row .build-right .brands-logo ul img {max-width: 120px;}
.build-right .repeat_btn {margin: 40px 0 0;}
.repeat-hdg h3 {font-size: 28px;line-height: 38px; margin: 0px 0 18px;}
.recent-row{margin: 0 0 60px;}
.client-box strong{font-size: 18px;}
.star-img img {max-width: 110px;}
.star-img span {font-size: 15px;line-height: 25px}
.star-img{margin: -8px 0 10px; gap: 6px;}
.star-img i {font-size: 14px;}
.client-box p {font-size: 16px;line-height: 26px;height: 85px;}
.ggl-img{margin: 18px 0 0;}
.client-box{padding: 12px 16px 30px;}
.ggl-img img {max-width: 100px;}
#project-slider .owl-dots{margin: 18px 0 0;}
#client-slider .owl-dots{margin: 18px 0 0;}
#client-slider button span {width: 12px;height: 12px;}
#project-slider button span {width: 12px;height: 12px;}
.client-row{margin: 0 0 50px;}
.about_faqs .card button{font-size: 18px;line-height: 28px;padding: 15px 45px 15px 15px;}
.about_faqs .card-header [aria-expanded="true"]{padding: 15px 45px 15px 15px;}
.about_faqs .card button:before{width: 15px;height: 15px;right:15px;font-size: 25px;}
.about_faqs .card{margin-bottom: 15px;}
.about_faqs {padding: 0 6% 0;}
.card-body {font-size: 17px;line-height: 27px;padding: 18px 12px 25px 15px;}
.faqs_section {margin: 0 0 60px;}
.max_w{max-width: 88%;padding: 40px 65px 40px;}
.form-hdg h2 {font-size: 28px;line-height: 40px;margin: 0px 0 28px;}
.rqst_frm input, .rqst_frm select, .rqst_frm textarea{padding: 0px 20px;height: 52px;}
.rqst_frm textarea{height: 125px;padding: 12px 25px 0;}
.max_w p {margin: 0 0 15px;}
.rqst_frm {margin: 0 0 60px;}
.footer-row{padding: 45px 0 30px;}
/*.ftr-col {width: 100%;}*/
.ftr-col p {font-size: 16px;line-height: 26px;}
.ftr-logo {margin: 0 0 15px;}
.ftr-col h5 {font-size: 20px;line-height: 30px;margin: 0 0 10px;}
.ftr-col li {padding: 0 0 14px;}
.ftr-col.second-section {padding: 0 0 0 25px;}
.ftr-col.third-section {padding: 0 30px 0 0px;}
.ftr-col.fourth-section {padding: 0 0px 0 0px;}
.ftr-col li a {font-size: 16px;line-height: 26px;}
.footer-row .fourth-section p, .footer-row .fourth-section a{font-size: 16px;line-height: 26px;}
.fourth-section img {max-width: 22px;}
.fourth-section li{gap: 12px;margin: 0 0 20px;}
.social-icons i {font-size: 18px;}
.social-icons{margin-top: -10px;}
.ftr-logo img {max-width: 215px;}
.brand-name p {font-size: 15px;line-height: 24px;}
.brand-name {padding: 15px 0;}

/**************** Projects Page ***************/
.rpt_inr_hdg h1 {font-size: 35px;line-height: 45px;}
.psh-project-section {margin: 50px 0 50px;}
.prj-col {margin: 0 0 10px;}
.prj-col h6{font-size: 20px;line-height: 32.8px;margin: 15px 0 5px;}
.prj-col p {font-size: 16px;line-height: 22px;margin: 0 5px 12px;}

/**************** Testimonilas Page ***************/
.testimonial-section {margin: 60px 0;}
.tstml-box{margin: 0 6% 28px;padding: 30px 25px 35px;}
.tstml-box h6 {font-size: 20px;line-height: 35px;margin: 14px 0 10px;}
.tstml-box p {font-size: 17px;line-height: 28px;}
.ggl-img{margin: 20px 0 0;}
.tstml-box img{max-width: 85px;}

/**************** Contact Us Page ***************/
.contact-row{margin: 60px 0;}
.contact-details .repeat-hdg h3 {font-size: 28px;line-height: 38px;margin: 0 0 40px;}
.contact-box h4 {font-size: 20px;line-height: 30.8px;}
.contact-box a, .contact-box p {font-size: 16px;line-height: 26px;}
.cnt-icon img {max-width: 20px;}
.cnt-icon{width: 50px;height: 50px;padding: 13px;margin: -62px 0 0px;}
.contact-box{margin: 0 0 38px;padding: 35px 22px 25px;}

/****************** Thank you Page *****************/
.thank-you {max-width: 40%;padding: 25px;margin: 60px auto 60px;}
.thank-you h1 {font-size: 25px;line-height: 30px;margin: 8px 0;}
.thank-you strong {font-size: 16px;line-height: 20px;}

/**************** Service Page ***************/
.key-features{padding: 45px 0 60px;}
.left-bnr .inr_cnt {left: 18px;}
.left-bnr .repeat_btn {margin: 25px 0 0;}
.key-box h6 {font-size: 20px;line-height: 30px;}
.key-box p {font-size: 17px;line-height: 27px;}
.key-row{gap: 20px;}
.key-box:before{left: -22px;top: 82%;background-size: 45px;}
.key-box{width: 46%;padding: 15px 15px 22px 30px;margin: 0 10px 0px 18px;background-size: 55px;}

.main-header-section .social-icons{top: 25%;}
.main-header-section .social-icons i {padding: 8px 8px;font-size: 15px;}

/**************** Modal form ***************/
#contactform .modal-dialog {margin: 16% auto 0;max-width: 78%;}
#contactform .modal-content{padding: 35px 45px 15px;}
#contactform .modal-header h4{font-size: 30px;line-height: 40px;}
#contactform input, #contactform select, #contactform textarea{font-size: 14px;padding: 0px 20px;height: 52px;}
#contactform textarea{height: 115px;padding: 12px 20px 0;}

.image-col img {height: 235px;}
.prj-img img {height: 240px;}
.main-navigation ul>li ul.sub-menu>li>a{width: 222px;padding: 8px 12px;font-size: 15px;line-height: 23px;}
.faqs-sect {margin: 60px 0 60px;}
.repeat_btn a:after{top: 74%;}

.bg_row{margin: 60px 0 60px;}
.bg_ctg {padding: 30px 16px 30px;}
.bg_ctg h3{font-size: 28px;margin: 15px 0 12px;}
.bg_ctg ul li a {font-size: 18px;}
.search_box input.search-field{font-size: 15px;padding: 15px;height: 52px}
.search_box label::after{width: 55px;font-size: 16px;}
.bg_ctg ul li{padding: 0 0 18px;margin: 0 0 15px;}
.left_img img{min-height: 250px;object-fit: cover;}
.right_cnt b{font-size: 14px; line-height: 22.73px;padding: 0 30px 0 0;}
.right_cnt h2{font-size: 22px;line-height: 32px; margin: 15px 0 12px;}
.right_cnt {padding: 22px 18px 40px;margin: -35px 0 0;}
.right_cnt p{font-size: 18px;line-height: 30px;}
.bg_ttl {margin: 0 0 28px;}
.right_cnt b:nth-child(2)::before{left: -20px;}
.right_cnt .repeat_btn {margin: 35px 0 0;}

h1.entry-title, h2.comments-title, h1.page-title, h2.entry-title{font-size: 24px;}
.entry-meta span.posted-on, .entry-meta span.posted-on a, .entry-meta span.byline {font-size: 16px;line-height: 26px;}
.post-thumbnail img {height: 400px;}
.entry-footer .cat-links, .entry-footer .cat-links a, .nav-links a {font-size: 16px;line-height: 25px;}


}

@media(min-width:1200px) and (max-width:1440px){

/**************** Home Page ***************/
.container{max-width: 85%;}
.banner_section img.mobile-view {display: none;}
.banner_section img.desktop-view {display: block;}
#banner-slider button span{width: 12px;height: 12px;}
#banner-slider .owl-dots{top: 44%;left: 50px;}
.haeder-logo img {width: 155px;}
.haeder-nav {width: 67%;}
.header-row{padding: 8px 15px;}
.haeder-nav li a {font-size: 15px;}
.haeder-btn a:after{width: 25px;height: 30px;background-size: 15px;}
.haeder-btn a {font-size: 12px;padding: 13px 45px 13px 20px;}
.inr_cnt .bnr-hdg{font-size: 32px;line-height: 44px;margin-bottom: 12px;}
.inr_cnt p {font-size: 22px;line-height: 32.8px;margin: 0 0 18px;}
.inr_cnt li{font-size: 18px;line-height: 28px;}
.inr_cnt li:before{background-size: 20px; top: 4px;}
.inr_cnt li{padding: 0px 0 10px 27px;}
.inr_cnt {width: 36%;}
.links-row li a {font-size: 13px;}
.links-row li a:before{left: -16px;}
.links-row ul{gap: 30px;padding: 4px 18px;}
.repeat_btn a {font-size: 14px;padding: 12px 56px 12px 22px;}
.repeat_btn {margin: 25px 0 0;}
.hedr_btm{padding: 10px 0px;}
.hedr_btm p {font-size: 15px;line-height: 25px;padding-left: 10px;}
.reptinr_hmsld img {max-width: 30px;}
.reptinr_hmsld{padding: 2px 22px;}
.strip_block .owl-nav {font-size: 45px;font-weight: 300;color: var(--white-color);position: absolute;width: 100%;height: auto;display: flex;justify-content: space-between;top: 35%;transform: translate(0px, -50%);left: auto;}
.build-row{margin: 60px 0;}
/*.build-right, .build-left {width: 100%;}*/
.rpt-hdg h6 {font-size: 18px;line-height: 30.8px;}
.hm-hdg h1 {font-size: 27px;line-height: 37px;margin: 8px 0 12px;}
.build-right p {font-size: 18px;line-height: 28px;}
/*.build-right ul{gap: 10px;}*/
.build-right ul li{padding: 0 0 15px 30px;}
.build-right ul{width: 100%;}
.build-right ul li {font-size: 16px;line-height: 26.72px;}
.build-row .build-right .brands-logo ul{width: 82%;margin: 25px 0 0;}
.build-row .build-right .brands-logo ul img {max-width: 120px;}
.build-right .repeat_btn {margin: 40px 0 0;}
.repeat-hdg h3 {font-size: 30px;line-height: 40px; margin: 0px 0 20px;}
.recent-row{margin: 0 0 60px;}
.client-box strong{font-size: 18px;}
.star-img img {max-width: 110px;}
.star-img span {font-size: 15px;line-height: 25px}
.star-img{margin: -8px 0 10px;gap: 7px;}
.star-img i {font-size: 14px;}
.client-box p {font-size: 16px;line-height: 26px;height: 55px;}
.ggl-img{margin: 18px 0 0;}
.client-box{padding: 12px 25px 30px;}
.ggl-img img {max-width: 100px;}
#project-slider .owl-dots{margin: 18px 0 0;}
#client-slider .owl-dots{margin: 18px 0 0;}
#client-slider button span {width: 12px;height: 12px;}
#project-slider button span {width: 12px;height: 12px;}
.client-row{margin: 0 0 50px;}
.about_faqs .card button{font-size: 18px;line-height: 28px;padding: 16px 48px 16px 16px;}
.about_faqs .card-header [aria-expanded="true"]{padding: 16px 48px 16px 16px;}
.about_faqs .card button:before{width: 15px;height: 15px;right: 15px;font-size: 25px;}
.about_faqs .card{margin-bottom: 22px;}
.about_faqs {padding: 0 6% 0;}
.card-body {font-size: 17px;line-height: 27px;padding: 25px 15px 32px 28px;}
.faqs_section {margin: 0 0 60px;}
.max_w{max-width: 88%;padding: 40px 80px 40px;}
.form-hdg h2 {font-size: 28px;line-height: 40px;margin: 0px 0 28px;}
.contact-form .max_w{padding: 40px 55px 40px;}
.rqst_frm input, .rqst_frm select, .rqst_frm textarea{font-size: 13px;padding: 0px 20px;height: 48px;}
.rqst_frm textarea{height: 125px;padding: 12px 25px 0;}
.max_w p {margin: 0 0 22px;}
.rqst_frm {margin: 0 0 60px;}
.footer-row{padding: 45px 0 30px;}
/*.ftr-col {width: 100%;}*/
.ftr-col p {font-size: 16px;line-height: 26px;}
.ftr-logo {margin: 0 0 15px;}
.ftr-col h5 {font-size: 20px;line-height: 30px;margin: 0 0 16px;}
.ftr-col li {padding: 0 0 16px;}
.ftr-col.second-section {padding: 0 0 0 45px;}
.ftr-col.third-section {padding: 0 30px 0 10px;}
.ftr-col.fourth-section {padding: 0 0px 0 20px;}
.ftr-col li a {font-size: 16px;line-height: 24px;}
.footer-row .fourth-section p, .footer-row .fourth-section a{font-size: 16px;line-height: 26px;}
.fourth-section img {max-width: 22px;}
.fourth-section li{gap: 12px;margin: 0 0 12px;}
.social-icons i {font-size: 18px;}
.social-icons{margin-top: 0px;}
.ftr-logo img {max-width: 215px;}
.brand-name p {font-size: 15px;line-height: 24px;}
.brand-name {padding: 15px 0;}

/**************** Projects Page ***************/
.rpt_inr_hdg h1 {font-size: 40px;line-height: 50px;}
.psh-project-section {margin: 60px 0 60px;}
.prj-col {margin: 0 0 22px;}
.prj-col h6{font-size: 21px;line-height: 26.8px;margin: 16px 0 8px;}
.prj-col p {font-size: 16px;line-height: 22px;margin: 0 2px 12px;}

/**************** Testimonilas Page ***************/
.testimonial-section {margin: 60px 0;}
.tstml-box{margin: 0 6% 32px;padding: 35px 30px 40px;}
.tstml-box h6 {font-size: 21px;line-height: 35px;margin: 16px 0 12px;}
.tstml-box p {font-size: 17px;line-height: 28px;}
.tstml-box img{max-width: 90px;}

/**************** Contact Us Page ***************/
.contact-row{margin: 60px 0;}
.contact-details .repeat-hdg h3 {font-size: 28px;line-height: 38px;margin: 0 0 28px;}
.contact-box h4 {font-size: 20px;line-height: 25.8px;}
.contact-box a, .contact-box p {font-size: 16px;line-height: 26px;}
.cnt-icon img {max-width: 16px;}
.cnt-icon{width: 38px;height: 38px;padding: 13px;margin: -44px 0 0px;}
.contact-box{margin: 0 0 35px;padding: 20px 22px 12px;}

/****************** Thank you Page *****************/
.thank-you {max-width: 50%;padding: 30px;margin: 60px auto 60px;}
.thank-you h1 {font-size: 30px;line-height: 40px;margin: 12px 0;}
.thank-you strong {font-size: 18px;line-height: 28px;}

/**************** Service Page ***************/
.key-features{padding: 50px 0 65px;}
.left-bnr .repeat_btn {margin: 25px 0 0;}
.key-box h6 {font-size: 21px;line-height: 30px;}
.key-box p {font-size: 17px;line-height: 27px;}
.key-row{gap: 25px;}
.key-box:before{left: -28px;top: 78%;background-size: 50px;}
.key-box{padding: 18px 15px 25px 35px;margin: 0 0px 0px 10px;background-size: 55px;}

.main-header-section .social-icons{top: 20%;}
.main-header-section .social-icons i {padding: 10px 10px;font-size: 18px;}

/**************** Modal form ***************/
#contactform .modal-dialog {margin: 12% auto 0;max-width: 70%;}
#contactform .modal-content{padding: 40px 60px 15px;}
#contactform .modal-header h4{font-size: 35px;line-height: 45px;}
#contactform input, #contactform select, #contactform textarea{font-size: 15px;padding: 0px 22px;height: 55px;}
#contactform textarea{height: 135px;padding: 12px 22px 0;}

.image-col img {height: 255px;}
.prj-img img {height: 240px;}
.wpcf7-not-valid-tip {font-size: 13px;padding: 4px 0 0 2px;}
.button-con p:after{top: 5px;}
.main-navigation ul>li ul.sub-menu>li>a{width: 222px;padding: 10px 12px;font-size: 15px;line-height: 23px;}
.faqs-sect {margin: 60px 0 60px;}
.repeat_btn a:after{top: 74%;}
.left-bnr .inr_cnt{width: 82%;}

.bg_row{margin: 60px 0 60px;}
.bg_ctg {padding: 30px 16px 30px;}
.bg_ctg h3{font-size: 28px;margin: 15px 0 12px;}
.bg_ctg ul li a {font-size: 18px;}
.search_box input.search-field{font-size: 15px;padding: 15px;height: 52px}
.search_box label::after{width: 55px;font-size: 16px;}
.bg_ctg ul li{padding: 0 0 18px;margin: 0 0 15px;}
.left_img img{min-height: 250px;object-fit: cover;}
.right_cnt b{font-size: 15px; line-height: 22.73px;padding: 0 30px 0 0;}
.right_cnt h2{font-size: 22px;line-height: 32px; margin: 15px 0 12px;}
.right_cnt {padding: 22px 18px 40px;margin: -40px 0 0;}
.right_cnt p{font-size: 18px;line-height: 30px;}
.bg_ttl {margin: 0 0 35px;}
.right_cnt b:nth-child(2)::before{left: -20px;}
.right_cnt .repeat_btn {margin: 35px 0 0;}

h1.entry-title, h2.comments-title, h1.page-title, h2.entry-title{font-size: 24px;margin: 20px 0;}
.entry-meta span.posted-on, .entry-meta span.posted-on a, .entry-meta span.byline {font-size: 16px;line-height: 26px;}
.post-thumbnail img {height: 425px;}
.entry-footer .cat-links, .entry-footer .cat-links a, .nav-links a {font-size: 16px;line-height: 25px;}


}

@media(min-width:1441px) and (max-width:1800px){

/**************** Home Page ***************/
.container{max-width: 85%;}
.banner_section img.mobile-view {display: none;}
.banner_section img.desktop-view {display: block;}
#banner-slider button span{width: 12px;height: 12px;}
#banner-slider .owl-dots{top: 44%;left: 70px;}
.haeder-logo img {width: 190px;}
.haeder-nav {width: 66%;}
.header-row{padding: 8px 15px;}
.haeder-nav li a {font-size: 16px;}
.haeder-btn a:after{width: 25px;height: 30px;background-size: 15px;}
.haeder-btn a {font-size: 14px;padding: 15px 50px 15px 25px;}
.inr_cnt .bnr-hdg{font-size: 32px;line-height: 45px;margin-bottom: 15px;}
.inr_cnt p {font-size: 22px;line-height: 32.8px;margin: 0 0 18px;}
.inr_cnt li {font-size: 18px;line-height: 28px;}
.inr_cnt li:before{background-size: 20px; top: 4px;}
.inr_cnt li{padding: 0px 0 10px 27px;}
.inr_cnt {width: 36%;}
.links-row li a {font-size: 14px;}
.links-row li a:before{left: -19px;}
.links-row ul{gap: 38px;padding: 6px 18px;}
.repeat_btn a {font-size: 15px;padding: 15px 56px 15px 22px;}
.repeat_btn {margin: 32px 0 0;}
.hedr_btm{padding: 12px 0px;}
.hedr_btm p {font-size: 16px;line-height: 25px;padding-left: 10px;}
.reptinr_hmsld img {max-width: 35px;}
.reptinr_hmsld{padding: 2px 45px;}
.strip_block .owl-nav {font-size: 45px;font-weight: 300;color: var(--white-color);position: absolute;width: 100%;height: auto;display: flex;justify-content: space-between;top: 35%;transform: translate(0px, -50%);left: auto;}
.build-row{margin: 70px 0;}
/*.build-right, .build-left {width: 100%;}*/
.rpt-hdg h6 {font-size: 19px;line-height: 30.8px;}
.hm-hdg h1 {font-size: 29px;line-height: 40px;margin: 8px 0 12px;}
.build-right p {font-size: 18px;line-height: 28px;}
.build-right ul{gap: 15px;}
.build-right ul{width: 100%;}
.build-right ul li{padding: 0 0 18px 35px;}
.build-right ul li {font-size: 18px;line-height: 26.72px;}
.build-row .build-right .brands-logo ul{width: 72%;margin: 30px 0 0;}
.build-row .build-right .brands-logo ul img {max-width: 128px;}
.build-right .repeat_btn {margin: 44px 0 0;}
.repeat-hdg h3 {font-size: 34px;line-height: 44px; margin: 0px 0 25px;}
.recent-row{margin: 0 0 60px;}
.client-box strong{font-size: 20px;}
.star-img img {max-width: 110px;}
.star-img span {font-size: 15px;line-height: 25px}
.star-img{margin: -8px 0 10px;gap: 8px;}
.star-img i {font-size: 15px;}
.client-box p {font-size: 17px;line-height: 27px;height: 55px;}
.ggl-img{margin: 18px 0 0;}
.client-box{padding: 12px 22px 35px;}
.ggl-img img {max-width: 110px;}
#project-slider .owl-dots{margin: 18px 0 0;}
#client-slider .owl-dots{margin: 18px 0 0;}
#client-slider button span {width: 12px;height: 12px;}
#project-slider button span {width: 12px;height: 12px;}
.client-row{margin: 0 0 50px;}
.about_faqs .card button{font-size: 18px;line-height: 28px;padding: 18px 50px 18px 18px;}
.about_faqs .card-header [aria-expanded="true"]{padding: 18px 50px 18px 18px;}
.about_faqs .card button:before{width: 15px;height: 15px;right: 15px;font-size: 25px;}
.about_faqs .card{margin-bottom: 22px;}
.about_faqs {padding: 0 6% 0;}
.card-body {font-size: 17px;line-height: 27px;padding: 25px 15px 32px 28px;}
.faqs_section {margin: 0 0 60px;}
.max_w{max-width: 88%;padding: 40px 85px 40px;}
.contact-form .max_w{padding: 40px 70px 40px;}
.form-hdg h2 {font-size: 30px;line-height: 40px;margin: 0px 0 28px;}
.rqst_frm input, .rqst_frm select, .rqst_frm textarea{font-size: 14px;padding: 0px 20px;height: 52px;}
.rqst_frm textarea{height: 140px;padding: 15px 25px 0;}
.max_w p {margin: 0 0 25px;}
.rqst_frm {margin: 0 0 60px;}
.footer-row{padding: 55px 0 35px;}
.ftr-col p {font-size: 16px;line-height: 26px;}
.ftr-logo {margin: 0 0 15px;}
.ftr-col h5 {font-size: 20px;line-height: 30px;margin: 0 0 18px;}
.ftr-col li {padding: 0 0 16px;}
.ftr-col.second-section {padding: 0 0 0 45px;}
.ftr-col.third-section {padding: 0 30px 0 0px;}
.ftr-col.fourth-section {padding: 0 0px 0 20px;}
.ftr-col li a {font-size: 16px;line-height: 24px;}
.footer-row .fourth-section p, .footer-row .fourth-section a{font-size: 16px;line-height: 26px;}
.fourth-section img {max-width: 22px;}
.fourth-section li{gap: 12px;margin: 0 0 12px;}
.social-icons i {font-size: 18px;}
.social-icons{margin-top: 0px;}
.ftr-logo img {max-width: 215px;}
.brand-name p {font-size: 15px;line-height: 24px;}
.brand-name {padding: 15px 0;}

/**************** Projects Page ***************/
.rpt_inr_hdg h1 {font-size: 40px;line-height: 50px;}
.psh-project-section {margin: 70px 0 70px;}
.prj-col {margin: 0 0 28px;}
.prj-col h6{font-size: 23px;line-height: 25.8px;margin: 18px 0 10px;}
.prj-col p {font-size: 17px;line-height: 23px;margin: 0 5px 15px;}

/**************** Testimonilas Page ***************/
.testimonial-section {margin: 70px 0;}
.tstml-box{margin: 0 7% 35px;padding: 35px 35px 40px;}
.tstml-box h6 {font-size: 22px;line-height: 35px;margin: 16px 0 12px;}
.tstml-box p {font-size: 18px;line-height: 29px;}
.tstml-box img{max-width: 95px;}

/**************** Contact Us Page ***************/
.contact-row{margin: 70px 0;}
.contact-details .repeat-hdg h3 {font-size: 30px;line-height: 40px;margin: 0 0 35px;}
.contact-box h4 {font-size: 22px;line-height: 32.8px;}
.contact-box a, .contact-box p {font-size: 16px;line-height: 26px;}
.cnt-icon img {max-width: 17px;}
.cnt-icon{width: 45px;height: 45px;padding: 13px;margin: -50px 0 0px;}
.contact-box{margin: 0 0 35px;padding: 22px 25px 15px;}

/****************** Thank you Page *****************/
.thank-you {max-width: 50%;padding: 30px;margin: 60px auto 60px;}
.thank-you h1 {font-size: 30px;line-height: 40px;margin: 12px 0;}
.thank-you strong {font-size: 18px;line-height: 28px;}

/**************** Service Page ***************/
.key-features{padding: 55px 0 70px;}
.left-bnr .repeat_btn {margin: 25px 0 0;}
.key-box h6 {font-size: 22px;line-height: 32px;}
.key-box p {font-size: 18px;line-height: 28px;}
.key-row{gap: 25px;}
.key-box:before{left: -28px;top: 82%;background-size: 55px;}
.key-box{padding: 18px 15px 25px 35px;margin: 0 0px 0px 10px;background-size: 55px;}

.main-header-section .social-icons{top: 35%;}
.main-header-section .social-icons i {padding: 12px 12px;font-size: 20px;}

/**************** Modal form ***************/
#contactform .modal-dialog {margin: 10% auto 0;max-width: 68%;}
#contactform .modal-content{padding: 40px 70px 15px;}
#contactform .modal-header h4{font-size: 35px;line-height: 45px;}
#contactform input, #contactform select, #contactform textarea{font-size: 15px;padding: 0px 22px;height: 55px;}
#contactform textarea{height: 135px;padding: 12px 22px 0;}

.image-col img {height: 295px;}
.prj-img img {height: 270px;}
.wpcf7-not-valid-tip {font-size: 14px;padding: 4px 0 0 4px;}
.button-con p:after{top: 5px;}

.main-navigation ul>li ul.sub-menu>li>a{width: 222px;padding: 10px 12px;font-size: 15px;line-height: 23px;}
.faqs-sect {margin: 60px 0 60px;}
.repeat_btn a:after{top: 70%;}

.bg_row{margin: 70px 0 70px;}
.bg_ctg {padding: 35px 26px 35px;}
.bg_ctg h3{font-size: 30px;margin: 22px 0 20px;}
.bg_ctg ul li a {font-size: 19px;}
.search_box input.search-field{font-size: 15px;padding: 15px;height: 55px}
.search_box label::after{width: 55px;font-size: 18px;}
.bg_ctg ul li{padding: 0 0 18px;margin: 0 0 16px;}
.left_img img{min-height: 250px;object-fit: cover;}
.right_cnt b{font-size: 15px; line-height: 22.73px;padding: 0 30px 0 0;}
.right_cnt h2{font-size: 22px;line-height: 32px; margin: 15px 0 12px;}
.right_cnt {padding: 22px 18px 40px;margin: -40px 0 0;}
.right_cnt p{font-size: 18px;line-height: 30px;}
.bg_ttl {margin: 0 0 40px;}
.right_cnt b:nth-child(2)::before{left: -20px;}
.right_cnt .repeat_btn {margin: 35px 0 0;}

h1.entry-title, h2.comments-title, h1.page-title, h2.entry-title{font-size: 24px;margin: 20px 0;}
.entry-meta span.posted-on, .entry-meta span.posted-on a, .entry-meta span.byline {font-size: 16px;line-height: 26px;}
.post-thumbnail img {height: 475px;}
.entry-footer .cat-links, .entry-footer .cat-links a, .nav-links a {font-size: 16px;line-height: 25px;}



}