/* CSS Document */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* HTML5 display definitions ========================================================================== */

/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

/** Add the correct display in IE 9-. */
audio,
canvas,
progress,
video {
    display: inline-block;
}

/** Add the correct display in iOS 4-7. */
audio:not([controls]) {
    display: none;
    height: 0;
}

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
    vertical-align: baseline;
}

/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
template,
[hidden] {
    display: none;
}

/* Links ========================================================================== */

/** Remove the gray background on active links in IE 10. */
a {
    background-color: transparent;
    transition: all .3s ease-in-out;
}

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active,
a:hover {
    outline-width: 0;
    text-decoration: none;
    outline: none;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    color: #B5B5B5;
}

/* Text-level semantics ========================================================================== */

/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b,
strong {
    font-weight: inherit;
}

/** Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
    font-weight: bold;
}

/** Add the correct font style in Android 4.3-. */
dfn {
    font-style: italic;
}

/** Add the correct background and color in IE 9-. */
mark {
    background-color: #ff0;
    color: #000;
}

/** 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;
}

/** Hide the overflow in IE. */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content ========================================================================== */

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/** Add the correct margin in IE 8. */
figure {
    margin: 1em 40px;
}

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/* Forms ========================================================================== */

/** Change font properties to `inherit` in all browsers (opinionated). */
button,
input,
select,
textarea {
    font: inherit;
}

/** Restore the font weight unset by the previous rule. */
optgroup {
    font-weight: bold;
}

/** Show the overflow in IE. 1. Show the overflow in Edge. 2. Show the overflow in Edge, Firefox, and IE. */
button,
input,
select {

    /* 2 */
    overflow: visible;
}

/** Remove the margin in Safari. 1. Remove the margin in Firefox and Safari. */
button,
input,
select,
textarea {
    margin: 0;
}

/** 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;
}

/** Change the cursor in all browsers (opinionated). */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

/** Restore the default cursor to disabled elements unset by the previous rule. */
[disabled] {
    cursor: default;
}

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS. */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/** 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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/** Remove the default vertical scrollbar in IE. */
textarea {
    overflow: auto;
}

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    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;
}

/** Correct the odd appearance of search inputs in Chrome and Safari. */
[type="search"] {
    -webkit-appearance: textfield;
}

/** Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X. */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

blockquote {
    border-left: 0.3rem solid #d1d1d1;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 1.5rem;
}

blockquote *:last-child {
    margin: 0;
}

form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='url'],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #d1d1d1;
    border-radius: .4rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .6rem 1.0rem;
    width: 100%;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='url']:focus,
textarea:focus,
select:focus {
    border: 1px solid #202124;
    outline: 0;
}

textarea {
    padding-bottom: .6rem;
    padding-top: .6rem;
}

label,
legend {
    font-size: 16px;
    display: block;
    margin-bottom: .5rem;
    color: #202124;
}

fieldset {
    border-width: 0;
    padding: 0;
}

input[type='checkbox'],
input[type='radio'] {
    display: inline;
}

input[type='submit']:focus {
    outline: none;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: rgba(47, 45, 45, 0.7);
}

input::-moz-placeholder,
select::-moz-placeholder {
    color: rgba(47, 45, 45, 0.7);
}

input:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: rgba(47, 45, 45, 0.7);
}

input:-moz-placeholder,
select:-moz-placeholder {
    color: rgba(47, 45, 45, 0.7);
}

input:focus {
    outline: none;
}

dl,
ol,
ul {
    margin-top: 0;
    padding-left: 0;
}

dl dl ul,
dl ol,
ol dl ul,
ol ol,
ul dl ul,
ul ol {
    font-size: 90%;
    margin: 1.5rem 0 1.5rem 3.0rem;
}

dl {
    list-style: none;
}

ul {
    list-style: circle inside;
}

ol {
    list-style: decimal inside;
}

dt,
dd,
li {
    margin-bottom: 10px;
}

hr {
    border-top: 0.1rem solid #4A4D50;
    border-width: 0;
    margin-bottom: 3.5rem;
    margin-top: 3rem;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

input,
textarea,
select,
fieldset {
    margin-bottom: 1rem;
}

input:last-child,
textarea:last-child,
select:last-child,
fieldset:last-child {
    margin-bottom: 0;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
    margin-bottom: 1.4rem;
}

pre:last-child,
blockquote:last-child,
dl:last-child,
figure:last-child,
table:last-child,
p:last-child,
ul:last-child,
ol:last-child,
form:last-child {
    margin-bottom: 0;
}

table {
    width: 100%;
}

.flex,
.flex-row,
.flex-column,
.flex-start,
.flex-end,
.flex-center,
.flex-stratch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.flex-stratch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
    .background-image img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        height: 100%;
    }

}

.clearfix {
    *zoom: 1;
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.tacenter {
    text-align: center;
}

.taright {
    text-align: right;
}

.taleft {
    text-align: left;
}

.relative {
    position: relative;
}

body,
html {
    margin: 0px !important;
    padding: 0px;
    font-size: 16px;
    line-height: 26px;
    background: #F2F2F2;
    color: #757575;
    overflow-x: hidden;
    position: relative;
    font-family: trade-gothic-next, sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    margin-bottom: 20px;
    font-family: plantin, sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #1F2024;
}

h1 {
    font-size: 79px;
    line-height: 76px;
}

h2 {
    font-size: 72px;
    line-height: 65px;
}

h3 {
    font-size: 35px;
    line-height: 43px;
}

h4 {
    font-size: 28px;
    line-height: 36px;
    font-family: trade-gothic-next, sans-serif;
}

h5 {
    font-size: 12px;
    line-height: 24px;
}

h6 {
    font-size: 16px;
    line-height: 23px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #1F2024;
}

a:hover {
    text-decoration: none;
    outline: none;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    color: rgba(31, 32, 36, 0.6);
}

p {
    font-family: trade-gothic-next, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: rgba(31, 32, 36, 0.6);
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

.tbl {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 9;
}

.tbl-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.img-responsive {
    max-width: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
}

.paddingtop {
    padding: 100px 0px;
}

.inline__block {
    float: left;
    width: 100%;
    vertical-align: top;
    position: relative;
}

.gfield_label {
    display: none !important;
}

.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container select {
    font-family: trade-gothic-next, sans-serif !important;
    background: #ffffff;
    border: none !important;
    outline: none;
    padding: 15px 15px 12px 15px !important;
    margin-bottom: 0px;
    height: 53px;
    outline: none;
    font-size: 16px !important;
    line-height: 26px;
    color: rgba(47, 45, 45, 0.7);
    border-radius: 8px;
}

.gform_wrapper .ginput_container textarea {
    height: 135px;
    margin-top: 0px;
}

.gform_wrapper input[type="submit"] {
    background: #EE4C29;
    text-align: center;
    color: #FFF;
    border: 1px solid #EE4C29;
    padding: 15px 54px 12px 54px !important;
    display: inline-block;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    width: calc(100% - 15px) !important;
    border-radius: 8px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gform_wrapper input[type="submit"]:hover {
    border: 1px solid #1D1854;
    background-color: #1D1854;
    color: #ffffff;
    outline: 0;
}

.gform_wrapper .validation_error {
    display: none;
}

.gform_wrapper .validation_message {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 0px;
    color: #F00;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none !important;
    border: none !important;
}

.ie8 * {
    outline: none;
}

img {
    border: none;
}

html,
body {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}

/*----- html5 tags ------*/
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

/*----- Wrapper Part ------*/
.container {
    max-width: 1210px;
    height: auto;
    display: block;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.container-fluid {
    padding: 0 100px;
}

.inner-container {
    max-width: 815px;
    clear: both;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

section {
    position: relative;
}

.container-2 {
    max-width: 1110px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

/*----- Wrapper Part ------*/
.primary_btn {
    color: #1F2024;
    font-size: 16px;
    line-height: 35px;
    font-family: trade-gothic-next, sans-serif;
    font-weight: 400;
    transition: 0.4s;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-left: 75px;
}

.primary_btn::before {
    content: "";
    height: 1px;
    width: 61px;
    background-color: #1F2024;
    position: absolute;
    left: 0px;
    top: 50%;
    transition: 0.5s
}

a.primary_btn:hover {
    background-color: transparent;
    color: #B5B5B5;
}

.primary_btn:hover::before {
    background-color: #B5B5B5;
    left: 5px;
}

.border-btn {
    min-width: 154px;
    height: 44px;
    border: 1px solid #1F2024;
    color: #1F2024;
    transition: 0.4s;
    font-family: trade-gothic-next, sans-serif;
    display: inline-block;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}

.border-btn:hover {
    background: #B5B5B5;
    color: #fff;
    border: 1px solid #B5B5B5;
}

/*=============================custom-css=============================*/
.owl-carousel .owl-item img {
    width: auto !important;
}

.title {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.title h5 {
    font-family: trade-gothic-next, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: #757575;
    margin-bottom: 24px;
}

.title h2 {
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #1F2024;
    max-width: 744px;
    margin-bottom: 0;
}

/*----- Header Part ------*/
header {
    position: fixed;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 9;
}

.fixed-header {
    background: #B5B5B5;
    box-shadow: 0px 2px 9px #96969680;
}

.inner_page .fixed-header {
    background: #f2f2f2;
}

.page-template-home-new .fixed-header {
    background: #B5B5B5;
}

.spacer_height {
    padding-top: 140px;
}

.header_main {
    width: 100%;
    padding: 13px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-items: center;
    -webkit-justify-content: space-between;
}

.header_logo {
    line-height: 0px;
    z-index: 9999;
}

a.logo {
    display: inline-block;
    line-height: 0px;
}

a.logo img {
    max-width: 132px;
    max-height: 115px;
    transition: all 0.5s ease-in-out;
}

.fixed-header a.logo img {
    max-width: 82px;
    max-height: 75px;
}

/* mobile menu start */
.menu {
    display: none;
}

.show_menu:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    content: "";
    z-index: 9;
}

/* mobile menu end */
.navigation {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
}

.navigation ul {
    display: flex;
    align-items: center;
    margin: 0;
    list-style: none;
    display: -webkit-flex;
    -webkit-align-items: center;
}

.navigation>nav>ul.menu-list>li {
    margin-bottom: 0;
    list-style: none;
    margin-right: 58px;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.navigation .stroke ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
}

.inner_page .navigation ul li a {
    color: #1F2024;
}

.page-template-home-new .navigation .stroke ul li a {
    color: #fff;
}

.navigation>.stroke>ul.menu-list>li>ul.sub-menu {
    position: absolute;
    background: #fff;
    top: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 5px 10px;
    min-width: 300px;
    display: block;
}

.navigation>.stroke>ul.menu-list>li>ul.sub-menu>li {
    width: 100%;
}

.navigation>.stroke>ul.menu-list>li>ul.sub-menu>li>a {
    font-size: 16px;
    line-height: 35px;
    color: #1F2024;
    text-transform: capitalize;
    position: relative;
}

.navigation>.stroke>ul.menu-list>li>ul.sub-menu>li>a:hover,
.navigation>.stroke>ul.menu-list>li>ul.sub-menu>li>a.active {
    color: #B5B5B5;
}

.navigation>.stroke>ul.menu-list>li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 28px;
}

.navigation ul li a.active,
.navigation ul li a:hover {
    color: #B5B5B5;
}

.home .fixed-header .navigation ul li a.active,
.home .fixed-header .navigation ul li a:hover {
    color: #fff;
}

.home .fixed-header nav.stroke ul li a:after {
    background: #fff
}
.page-template-home-new .fixed-header nav.stroke ul li a:after {
    background: #fff
}

header .border-btn {
    border: 1px solid #fff;
    color: #fff;
}

.inner_page .border-btn {
    background: #B5B5B5;
    border: 1px solid #B5B5B5;
    color: #fff;
}

.inner_page .border-btn:hover {
    background: transparent;
    border: 1px solid #1F2024;
    color: #1F2024;
}

.page-template-home-new header .border-btn {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}
.page-template-home-new .border-btn:hover {
    background: #B5B5B5;
    color: #fff;
    border: 1px solid #B5B5B5;
}

/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
    position: relative;
}

nav ul li a,
nav ul li a:after {
    transition: all .5s;
}

nav.stroke>ul>li>a:after,
nav.stroke>ul>li>ul.sub-menu>li>a:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #B5B5B5;
    height: 1px;
}

nav.stroke ul li a:hover:after,
nav.stroke ul li a.active:after,
nav.stroke>ul>li>ul.sub-menu>li>a:hover:after,
nav.stroke>ul>li>ul.sub-menu>li>a.active:after {
    width: 100%;
}

/* strock end */

/* ---- Header End */

/* -----Banner start----- */
.banner__section {
    width: 100%;
    overflow: hidden;
}

.banner-wrap {
    height: 811px;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    position: relative;
    display: -webkit-flex;
    -webkit-align-items: flex-end;
}
.banner-wrap .container {
    z-index: 2;
}
.home .banner-wrap {
    background-position: bottom, left;
}
.banner-wrap::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(179.03deg, rgba(0, 0, 0, 0.716537) 0.83%, rgba(0, 0, 0, 0.45) 31.14%);
    z-index: 1;
    pointer-events: none;
}

.page-template-home-new .banner-wrap {
    height: 95vh;
    min-height: min-content;
}
.page-template-home-new .banner_inner {
    padding-top: 200px;
}

.banner_inner {
    padding-bottom: 115px;
    position: relative;
}

.banner_inner h1 {
    max-width: 940px;
    color: #fff;
    margin-bottom: 20px;
}

.banner_inner h4 {
    color: #fff;
    margin: 0 0 30px;
}

.banner-wrap .primary_btn {
    color: #fff;
}

.banner-wrap .primary_btn::before {
    background-color: #fff;
}

.banner-wrap .primary_btn:hover {
    background-color: transparent;
    color: #B5B5B5;
}

.banner-wrap .primary_btn:hover::before {
    background-color: #B5B5B5;
}

/* -----Banner End----- */

/* -----About start----- */
.about__section {
    padding: 110px 0 0px 0;
}

.page-template-about .about__section {
    padding: 70px 0 50px;
}

.about__section .title {
    margin-bottom: 28px;
}

.about_inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -28px;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-align-items: flex-start;
}

.about_block {
    width: 33.33%;
    padding: 0 28px;
    margin-bottom: 25px;
}

.about_block a {
    transition: 0.4s
}

.about_block a:hover .about_title h4 {
    color: #757575;
}

.about_title {
    max-width: 300px;
    border-bottom: 1px solid #1F2024;
}

.about_title h4 {
    transition: 0.4s
}

.about_des {
    padding-top: 27px;
    margin-bottom: 15px;
}

/* arrow Link start */
.about_link p {
    height: 25px;
    width: 25px;
    border: 1px solid #1F2024;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    display: -webkit-inline-flex;
    -webkit-justify-content: center;
    -webkit-align-items: flex-start;
}

/* for change background color start*/
.about_link p:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 100%;
    background-color: #B5B5B5;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.about_link p:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* for change background color end*/
.about_link p img {
    max-width: 12px;
}

.about_link p img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.about_link p img:last-child {
    left: -60%;
}

.about_link p:hover img:last-child {
    left: 50%;
}

.about_link p:hover img {
    left: 140%;
}

/* arrow Link start */

/* -----About end----- */

/* -----Recent Projects Start----- */
.recent_projects__section {
    padding: 85px 0 0 0;
}

.page-template-home-new .recent_projects__section {
    background: white;
}

.recent_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;

}

.recent_title_left {
    width: 50%;
}

.recent_title_left p {
    display: inline-block;
    margin: 0 0 10px 0;
}

.projects_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
}

.project {
    width: 50%;
    margin-bottom: 33px;
}

.project:nth-child(odd) {
    padding-right: 7px;
}

.project:nth-child(even) {
    padding-left: 7px;
}

.project_link {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 0;
}

.project_link::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.project_link:hover::before {
    opacity: 1;
}

.proejct_title {
    color: #fff;
    width: 100%;
    padding-left: 66px;
    margin-bottom: 0;
    position: absolute;
    bottom: 32px;
    transition: all 0.3s ease-in-out;
}

.project_link .primary_btn {
    color: #fff;
    position: absolute;
    bottom: -38px;
    right: 66px;
    opacity: 0;
}

.project_link .primary_btn::before {
    background-color: #fff;
}

.project_link:hover .primary_btn {
    bottom: 32px;
    opacity: 1;
}

.project_link:hover .proejct_title {
    bottom: 94px;
}

/* -----Recent Projects end----- */

/* plan section start */
.plan_wrapper {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 55px;
    align-items: center;
    max-width: calc(((100% - 1210px) / 2) + 1210px);
    margin-right: 0;
    margin-left: auto;
    padding-right: 0;
    padding-left: 20px;
    -webkit-align-items: center
}

.plan_right {
    text-align: right;
}

.plan_left_wrap {
    max-width: 700px;
    margin: 0 auto;
}


.plan_left_wrap h3 {
    max-width: 600px;
}
/*
.plan_left_wrap h3, .plan_left_wrap h2 {
    max-width: 600px;
}
*/

.plan_des p {
    color: rgba(31, 32, 36, 0.6);
}

.plan_des {
    position: relative;
    padding-left: 75px;
}

.plan_des::before {
    position: absolute;
    height: 1px;
    background-color: #1F2024;
    width: 61px;
    content: "";
    left: 0;
    top: 7px;
}

/* plan section end */

/*free_consultation section start */

.cta_small {
    background: #1F2024;
}

.consultation_wrap {
    padding: 55px 0;
}

.cta_small .consultation_wrap {
    padding: 25px 0;
}

.consultation {
    background: #1F2024;
    padding: 108px 43px;
    max-width: 480px;
    margin-right: 0;
    margin-left: auto;
}

.cta_small .consultation {
    max-width: none;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
}

.consultation .title h5,
.consultation p {
    color: #DBDBDB;
    display: inline-block;
    margin: 0;
    margin-bottom: 24px;
}

.consultation .title h3, .consultation .title h2,
.consultation .primary_btn {
    color: #FFFFFF;
    margin-bottom: 0;
}

.consultation a {
    text-align: right;
}

.consultation .title {
    margin-bottom: 10px;
}

.cta_small .consultation .title {
    width: auto;
    margin-bottom: 0;
}

.consultation .primary_btn::before {
    background-color: #FFFFFF;
}

.con_btn {
    display: flex;
    justify-content: flex-end;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
}

/*free_consultation section end */

/* blog section start */
.blog_section {
    padding: 106px 0 97px 0;
    background: #FFFFFF;
}

.blog_section .title {
    margin-bottom: 52px;
}

.blog_des {
    display: flex;
    display: -webkit-flex;
}

.blog_inner .primary_btn {
    margin-left: auto;
    margin-right: 0;
}

.view_all {
    text-align: right;
    margin-bottom: 40px;
}

.blog_inner {
    max-width: calc(((100% - 1210px) / 2) + 1210px);
    margin-right: 0;
    margin-left: auto;
}

.blog_image {
    margin-bottom: 44px;
}

.blog_des_left h4 {
    margin-bottom: 18px;
    font-family: trade-gothic-next, sans-serif;
    letter-spacing: 0.5px;
}

.blog_silder .owl-nav {
    position: absolute;
    top: -68px;
    left: 30px;
}

.owl-carousel .owl-nav .owl-prev {
    background: url(../images/prev.svg) no-repeat left center !important;
    height: 17px;
    width: 11px;
    display: inline-block;
    font-size: 0 !important;
}

.owl-carousel .owl-nav .owl-next {
    background: url(../images/next.svg) no-repeat left center !important;
    height: 17px;
    width: 11px;
    display: inline-block;
    font-size: 0 !important;
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0.5;
}

.blog_silder.owl-carousel .owl-nav .owl-next {
    margin-left: 33px;
}

/* blog section end */

/* footer start */

/* footer top start */
.footer_top {
    padding: 56px 0;
    margin: 0 50px;
    border-bottom: 1px solid #1f20242e;
}
.client_silder.owl-carousel {
    display: flex !important;  
    flex-direction: row;   
    justify-content: center; 
}
.client_silder.owl-carousel .owl-stage {
    display: flex;
}
.client_silder.owl-carousel .owl-item {
    margin-top: auto;
}

.client_silder.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.client_silder.owl-carousel .owl-nav .owl-next {
    right: 0;
    position: absolute;
}

.client_silder.owl-carousel .owl-item img {
    margin: 0 auto;
    mix-blend-mode: multiply;
}

.client_silder.owl-carousel .owl-item p {
    text-align: center;
}

/* footer top end */

/* footer middle start */
.footer_logo a.logo img {
    max-width: 232px;
    max-height: 200px;
}

.footer_middle {
    padding: 66px 0 0 0;
}

.footer_middle_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
}

.footer_middle_wrap ul {
    list-style: none;
}

.footer_middle_wrap h5 {
    font-size: 12px;
    line-height: 24px;
    color: #757575;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: trade-gothic-next, sans-serif;
}

.footer_middle_wrap ul li a {
    text-transform: uppercase;
}

.footer_middle_wrap .border-btn {
    min-width: 168px;
}

.footer_middle_right {
    width: 20%;
    text-align: center;
}

ul.social_media {
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}

.social_media li {
    margin-right: 36px;
}

.social_media li:last-child {
    margin-right: 0px;
}

.social_media li a:hover {
    opacity: 0.6;
}

/* footer middle end */

/* footer bottom start */
.footer_bottom {
    padding: 24px 0;
}

.footer_btm_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
}

.footer_bottom p {
    display: inline-block;
    margin: 0;
}

.footer_bottom p,
.footer_bottom a,
.footer_bottom span {
    font-size: 10px;
    line-height: 14px;
    color: #1F2024;
    letter-spacing: 1px;
}

.footer_bottom a:hover {
    color: #757575;
}

.footer_btm_middle li:first-child a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #1F2024;
    font-size: 10px;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.footer_btm_middle li {
    list-style: none;
    margin-bottom: 0;
}

.footer_btm_middle {
    display: flex;
    display: -webkit-flex;
}

/* about page start */
.inner_banner {
    padding-bottom: 130px;
}

.project_single .inner_banner {
    padding-bottom: 0;
}

.inner_right {
    width: 35%;
    position: relative;
    line-height: 0;
}

.inner_right img {
    width: 100%;
    object-fit: cover;
    height: 530px;
}

.inner_right::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.inner_left {
    width: 65%;
    padding-top: 30px;
    padding-right: 65px;
}

.archive .project__section .inner_left,
.page-template-project .inner_left {
    width: 75%;
}

.inner_banner_wrap {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
}

.inner_banner_wrap h4 {
    margin-bottom: 40px;
}

.inner_banner_wrap p {
    display: inline-block;
    margin: 0;
}

.inner_p_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
}

.inner_img_des p {
    color: #fff;
    padding: 10px 14px;
    border-left: 1px solid #fff;
    margin-left: 23px;
}

.archive .project__section .inner_img_des p,
.page-template-project .inner_img_des p {
    border: 0;
}

.inner_p_wrap p {
    margin-bottom: 39px;
}

.inner_img_des {
    position: absolute;
    bottom: 23px;
}

.inner_p_left {
    padding-right: 15px;
    width: 50%;
}

.inner_p_right {
    padding-right: 15px;
    width: 50%;
}

.about_plan .title {
    margin-bottom: 50px;
}

.plan_img img {
    mix-blend-mode: multiply;
}

.about_plan .plan_left_wrap {
    max-width: 100%;
    display: flex;
    display: -webkit-flex;
}

.p_left_left .ceo_img {
    max-width: 400px;
    max-height: 400px;
    margin-bottom: 39px
}

.p_left_left .primary_btn {
    width: 100%;
    text-align: left;
}

.p_left_left .primary_btn h4 {
    font-family: trade-gothic-next, sans-serif;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.p_left_left .primary_btn span {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    color: rgba(31, 32, 36, 0.6);
}

.p_left_left .primary_btn::before {
    top: 18px;
}

.plan_wrapper.about_plan {
    grid-template-columns: 3fr 1fr;
    grid-gap: 10px
}

.p_left_left {
    flex: 1 0 auto;
    padding-right: 50px;
    -webkit-flex:1 0 auto;
}

.p_left_right {
    padding-left: 50px;
}

.about_design_science {
    background-color: #fff;
    padding: 27px 0 90px 0;
}

.about_design_title {
    padding-top: 162px;
}

.tab {
    display: none;
}

.tab-active {
    display: block;
}

.thumb_silder {
    padding: 0 95px;
    margin-bottom: 80px;
}

.thumb_silder.owl-carousel .owl-nav .owl-prev {
    background: url(../images/prev_circle.svg) no-repeat left center !important;
    height: 25px;
    width: 25px;
    display: inline-block;
    font-size: 0 !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.thumb_silder.owl-carousel .owl-nav .owl-next {
    background: url(../images/next_circle.svg) no-repeat left center !important;
    height: 25px;
    width: 25px;
    display: inline-block;
    font-size: 0 !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.thumb_silder .item {
    text-align: center;
}

.thumb_silder a {
    font-size: 16px;
    line-height: 35px;
    color: #1F2024;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    padding-bottom: 5px;
    transition: all .5s;
    position: relative;
    text-transform: uppercase;
}

.thumb_silder a,
.thumb_silder a:after,
.thumb_silder .active-a a:after {
    transition: all .5s;
}

.thumb_silder .active-a {
    color: #B5B5B5;
}

.thumb_silder a.active:after {
    width: 100%;
    background: #B5B5B5;
}

.thumb_silder a.active {
    color: #B5B5B5;
}

.thumb_silder a:hover {
    color: #B5B5B5;
    transition: all .5s;
}

.thumb_silder a:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 0%;
    content: '.';
    color: transparent;
    background: #B5B5B5;
    height: 1px;
}

.thumb_silder a:hover:after,
.thumb_silder .active-a:after {
    width: 100%;
}

.about_design_block {
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}

.design_left {
    width: 50%;
}

.design_right {
    width: 50%;
    padding-left: 70px;
}

.design_right h4 {
    font-family: trade-gothic-next, sans-serif;
    position: relative;
    margin-bottom: 60px;
}

.card_wrap h3 {
    position: relative;
    color: #fff;
}

.proj_right h3,
.contact_title h3 {
    position: relative;
    margin-bottom: 60px;
}

.design_right h4::after,
.card_wrap h3::after,
.proj_right h3::after,
.contact_title h3::after {
    position: absolute;
    bottom: -29px;
    left: 0;
    right: 0;
    width: 61px;
    content: '.';
    color: transparent;
    background: #1F2024;
    height: 1px;
}

.card_wrap h3::after,
.contact_title h3::after {
    background: #fff;
}

/* about page end */

/* blog page start */
.category .inner_banner,
.page-template-blog .inner_banner {
    padding-bottom: 30px;
}

.blog_list__section {
    background: #fff;
    padding-top: 55px;
}

.single-post .blog_list__section {
    background: #f2f2f2;
}

.blog_list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -16px;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-align-items: flex-start;
}

.blog_block {
    width: 33.33%;
    padding: 0 16px;
    margin-bottom: 50px;
}

.blog_inner .blog_block {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}

.blog_silder.owl-carousel .owl-item img {
    width: 100% !important;
    height: 320px;
    object-fit: cover;
}

.blog_list_image {
    margin-bottom: 44px;
    line-height: 0;
    position: relative;
    transition: 0.5s;
}

.blog_list_image img {
    width: 100%;
    object-fit: cover;
}

.blog_list_des p {
    display: inline-block;
    margin: 0;
}

.blog_block a {
    transition: all 0.4s ease-in-out;
}

.blog_block a:hover .blog_list_title,
.blog_block a:hover .blog_list_des {
    opacity: 0.5;
    transition: all 0.4s ease-in-out;
}

.blog_list_title h4 {
    padding-right: 30px;
}

.blog_block a .blog_list_image::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.blog_block a:hover .blog_list_image::before {
    opacity: 1;
}

.blog_list_title {
    background: url("../images/next_circle.svg") no-repeat center right;
    transition: all 0.5s ease-in-out;
}

.blog_block a:hover .blog_list_title {
    background: url("../images/arrow_black.svg") no-repeat center right;
}

/* blog page end */

/* blog Single Start */
.blog_single .inner_left {
    width: 100%;
}

.blog_single .inner_left h5 {
    font-family: trade-gothic-next, sans-serif;
    text-transform: uppercase;
    color: rgba(31, 32, 36, 0.6);
}

.blog_navigation {
    background-color: #b5b5b51a;
}

.blog_detail_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 70px;
    margin-top: 60px;
    flex-wrap: wrap;
    text-transform: uppercase;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
}

.blog_share,
.blog_share ul {
    display: flex;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
}

.blog_share h5 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: trade-gothic-next, sans-serif;
    margin-right: 25px;
    font-size: 16px;
    line-height: 26px;
}

.blog_share li {
    margin-bottom: 0;
    margin-right: 17px;
    line-height: 0;
}

.blog_share li:last-child {
    margin: 0;
}

/* blog single end */

/* service page start */
.left_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
}

.archive .project__section .left_right a,
.page-template-project .left_right a,
.service__section .left_right a,
.two_col__section .left_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 90px;
    width: 100%;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
}

.archive .project__section .left_right a:hover,
.page-template-project .left_right a:hover {
    background: #fff;
}

.left {
    width: 45%;
    position: relative;
}

.left_right .image_wrap {
    position: relative;
    line-height: 0;
}

.left_right .image_wrap::before {
    position: absolute;
    background: #000;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.2;
    transition: all 0.54s ease-in-out;
}

.left_right .image_wrap img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    min-height: 420px;

}

.left_right_block .title {
    margin-bottom: 0;
}

.archive .project__section .left_right a:hover .image_wrap::before,
.page-template-project .left_right a:hover .image_wrap::before {
    opacity: 0.6;
}

.right {
    width: 55%;
    padding-left: 50px;
}

.left_right:nth-child(even) a, .two_col__section .left_right:nth-child(even) {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}

.left_right:nth-child(even) a .right {
    padding-left: 50px;
}

.service__section .left_right:nth-child(even) a .right, .two_col__section .left_right:nth-child(even) .right {
    padding-left: 0;
}

.left_right:nth-child(even) .right {
    padding-left: 0px;
    padding-right: 50px;
}

.two_col__section.full_two_col .left_right {
    margin: 0;
    align-items: initial;
    background: #fff;
}
.two_col__section.full_two_col .left_right .left {
    width: 50%;
    flex: 1 0 auto;
    margin: 0;
}
.two_col__section.full_two_col .left_right .right {
    width: 50%;
    padding: 100px;
    flex: 1 0 auto;
    align-content: center;
}
.two_col__section.full_two_col .left_right .image_wrap {
    height: 100%;
}

/* card section start */
.card__section {
    background: url("../images/card_bg.png") no-repeat center / cover;
    position: relative;
    z-index: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    margin-bottom: 100px;
}

.card__section h1 {
    color: white;
    font-size: 58px;
    line-height: 58px;
}

.card__section::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
}

.card_wrap {
    max-width: 60%;
    padding: 149px 0;
    z-index: 1;
}

.card_wrap p {
    color: #fff;
}

.card_des {
    display: inline-block;
    margin: 25px 0;
}

.card_wrap .border-btn {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

.card_wrap .border-btn:hover {
    color: #fff;
    background: #B5B5B5;
    border: 1px solid #B5B5B5;
}

/* card section end */

/* Image slider section start */
.image_silder__section {
    padding-top: 10px;
}

.image_silder.owl-carousel .owl-item img {
    width: 100% !important;
    height: 420px;
    object-fit: cover;
}
/*
.banner_silder {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
}
    */
/*
.banner_silder,
.banner_silder .owl-stage-outer,
.banner_silder .owl-stage,
.banner_silder .owl-item,
.banner_silder .owl-item .item {
    height: 100%;
}
*/
.banner_silder .owl-item {
    width: 100vw;
}
.banner_silder.owl-carousel .owl-item img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
.banner_silder .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.banner_silder .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.banner_silder .owl-dots .owl-dot span {
    width: 3px;
    height: 3px;
    margin: 6px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.banner_silder .owl-dots .owl-dot.active span {
    background: #ffffff;
    width: 5px;
    height: 5px;
    margin: 5px 7px;
}

.image_silder.owl-carousel .owl-nav {
    max-width: 1170px;
    height: auto;
    display: block;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image_silder.owl-carousel .owl-nav .owl-next {
    background: url(../images/arrow_white.svg) no-repeat center center !important;
    height: 23px;
    width: 23px;
    display: inline-block;
    font-size: 0 !important;
    border: 1px solid #fff;
    border-radius: 50%;
    right: 0;
    position: absolute;
}

.image_silder.owl-carousel .owl-nav .owl-prev {
    background: url(../images/arrow_white_prev.svg) no-repeat center center !important;
    height: 23px;
    width: 23px;
    display: inline-block;
    font-size: 0 !important;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
}

/* Image slider section end */

/* process section start */
.about_process_section {
    padding: 90px 0;
}

.process_block h3, .process_block h2 {
    text-align: center;
    margin-bottom: 0;
    max-width: 100%;
}

.accordian_main {
    max-width: 770px;
    text-align: left;
    margin: 0 auto;
}

.accordion-wrapper {
    border-bottom: 1px solid #1F2024;
    padding: 31px 0 28px 0;
}

.accordian_main button {
    background: transparent url(../images/arrow-down.svg) no-repeat right center;
    border: 0;
    text-align: left;
    width: 100%;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.5px;
    color: #1F2024;
    font-weight: 400;
    padding-left: 0;
    cursor: pointer;
}

.accordion-wrapper.active button {
    background: transparent url(../images/arrow-up.svg) no-repeat right center;
}

.accordion-wrapper p {
    color: #1F2024;
}

/* process section ends */

/* service page end     */

/* project page start */

/* .project__section .left_right:first-child{
background-color: #fff;
} */
.proj_left .inner_img_des {
    position: absolute;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.proj_right p {
    display: inline-block;
    margin-top: 0;
}

.proj_right .title h5 {
    margin-bottom: 5px;
}

.proj_left .primary_btn {
    color: #fff;
    padding-left: 115px;
}

.proj_left .primary_btn::before {
    background-color: #fff;
    width: 90px;
}

/* project page end */

/* project Single page start */
.project_single .title h5 {
    margin-bottom: 10px;
}

.title li {
    margin-bottom: 5px;
    padding-left: 33px;
    list-style: none;
    position: relative;
}

.title li {
    margin-bottom: 5px;
    padding-left: 33px;
    list-style: none;
    position: relative;
}

.title li:before {
    width: 13px;
    height: 13px;
    border: 1px solid #1F2024;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.project_single .title ul {
    margin-left: 20px;
}

.project_single__section p {
    color: #1F2024;
}

video {
    display: block;
    margin: 0 auto;
    width: 100%;
}

blockquote {
    background: url("../images/qoute.svg") no-repeat left top;
    border: 0;
    margin-top: 40px;
    padding-left: 170px;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.5px;
    color: #1F2024;
    display: inline-block;
    margin-bottom: 20px;
}

.project_single .image_silder__section {
    padding: 50px 0 30px 0;
}

.project_list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 100px;
    padding: 0;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
}

.project_list li {
    list-style: none;
}

.project_list li a:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 0%;
    content: '.';
    color: transparent;
    background: #B5B5B5;
    height: 1px;
    transition: all .4s ease;
}

.project_list li a {
    padding-bottom: 15px;
    position: relative;
}

.project_list li a.active:after,
.project_list li a:hover:after,
.project_list li.active a:after {
    width: 100%;
}

.project_list li a:hover,
.project_list li a.active {
    color: #B5B5B5;
}

.archive .project__section .inner_banner,
.page-template-project .inner_banner {
    padding-bottom: 86px;
}

.project_single__section .container-2 {
    max-width: 968px;
}

/* contact page start */
.contact_wrap {
    background: url("../images/map_img.png") no-repeat left center/ cover;
    margin-bottom: 120px;
}

.contact_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}

.contact_left,
.contact_right {
    width: 50%;
}

.contact_right {
    padding: 85px 55px;
    background: #1F2024;
    margin: -60px 0;
}

.contact_right h3 {
    color: #fff;
}

.contact_com {
    margin-bottom: 30px;
}

.contact_com address {
    font-style: normal;
}

.contact_com a,
.contact_com h4,
.contact_com address {
    color: #fff;
}

.contact_com .blog_share li a:hover,
.contact_com a:hover {
    opacity: 0.5;
}

.admin-bar header {
    top: 32px
}

.recent_projects__section .project img {
    height: 419px;
    object-fit: cover;
    width: 100%;
}

.show-more-data {
    padding: 0 0 50px;
    text-align: center;
}

.default_page_section {
    padding: 70px 0;
}

.search .blog_list {
    padding-top: 50px;
}

.load-more-img {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: rgba(49, 49, 49, 0.6);
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}

.load-more-img img {
    width: 50px !important;
    height: 50px;
}

.blog_list__section img {
    width: 100%;
    margin: 30px 0;
    display: block;
   
}
.page-template-blog .blog_list_image img{
    height: 320px; 
}
.blog_filter span {
    border-right: 1px solid #757575;
    padding-right: 10px;
    padding-left: 10px;
}

.blog_filter {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
}

.blog_filter span:first-child {
    padding-left: 0;
}

.blog_filter span:last-child {
    border: none;
}

.single-post .inner_banner {
    padding-bottom: 0;
}

.single-post .blog_list__section {
    padding-top: 25px;
}

.blog_list__section p {
    text-align: justify;
}

nav ul li.current-menu-item a {
    color: #B5B5B6 !important;
}

nav ul li.current-menu-item a:after {
    width: 100%;
}

.page-template-about .inner_p_wrap {
    margin: 0 -15px;
}

.page-template-about .inner_p_wrap p {
    padding: 0 15px;
}

.about_design_science .design_left img {
    width: 100%;
    object-fit: cover;
}

.gform_wrapper {
    width: calc(100% - 100px);
    max-width: 100%;
}

.gform_wrapper .gfield {
    border-bottom: 1px solid #000;
}

.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield textarea {
    background: center;
    border-radius: 0;
    outline: 0 !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 26px;
    color: #B5B5B5;
    padding: 10px 0px !important;
}

.gform_wrapper input[type="submit"] {
    color: #1F2024;
    font-size: 16px;
    line-height: 35px;
    font-family: trade-gothic-next, sans-serif;
    font-weight: 400;
    transition: 0.4s;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    background: transparent !important;
    border: 0 !important;
    position: relative;
    padding-left: 75px !important;
    width: auto !important;
    padding-right: 0 !important;
}

.gform_footer.top_label {
    position: relative;
    justify-content: flex-end;
    -webkit-justify-content: flex-end
}

.gform_footer.top_label:before {
    content: "";
    height: 1px;
    width: 61px;
    background-color: #1F2024;
    position: absolute;
    left: auto;
    top: 50%;
    transition: 0.5s;
    right: 75px;
}

.gform_wrapper input[type="submit"]:hover {
    background-color: transparent;
    color: #B5B5B5;
}

.inner_banner_wrap .inner_left h1 {
    margin: 0 0 30px;
}

.contact_right {
    padding: 85px 55px;
    background: #1F2024;
    margin: 0;
    position: relative;
    z-index: 1;
    margin-left: auto;
}

.contact_inner .contact_left {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.contact_inner .contact_left>p {
    height: 100%;
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
}

.contact_inner .contact_left iframe {
    width: 100%;
    height: calc(100% - 100px);
    margin-bottom: 30px;
}

.contact_inner {
    position: relative;
}

.gform_wrapper .gform_validation_errors {
    display: none;
}

.validation_message {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
}

.page-template-contact .inner_banner_wrap {
    align-items: flex-start;
}

.blog_share img:hover {
    opacity: 0.5;
}

.blog_share img {
    width: 22px;
    max-height: 21px;
    transition: 0.4s all ease;
}
.single-post .inner_left {
    width: 100%;
}
.ab_intro_m {
    padding-top: 50px;
    max-width: 800px;
}
.ab_page_banner .inner_left{
    width: 53%;
}
.ab_page_banner .inner_right{
    width: 47%;
    margin-top: 38px;
}
.inner_banner_wrap.ab_page_banner {
    align-items: flex-start;
}
.two_col__section {
    padding: 110px 0 0;
}
.page-template-home-new h1 {
    font-size: 65px;
    line-height: 70px;
}
.page-template-home-new h2 {
    font-size: 60px;
    line-height: 60px;
}
.consultation .title h2 {
    font-size: 35px;
    line-height: 43px;
}
.two_col__section h2, .plan_left_wrap h2, .process_block h2 {
    font-size: 46px;
    line-height: 50px;
}

@media(max-width: 1600px){
    .plan_wrapper.about_plan {
        grid-template-columns: 6fr 1fr;
        grid-gap: 10px;
    }

    .p_left_right {
        padding-left: 31px;
    }
}

@media(max-width:1199px) {
    .banner-wrap {
        height: 500px
    }

    .plan_wrapper.about_plan{
        grid-template-columns: 4fr 0;
    }

    .plan_right{
        display: none;
    }

    .banner_inner {
        padding-bottom: 85px;
    }

    .banner_inner h1 {
        max-width: 100%;
        margin-bottom: 5px;
    }

    a.logo img {
        max-width: 92px;
        max-height: 95px;
    }

    .about__section {
        padding: 70px 0 0px 0;
    }

    .two_col__section {
        padding: 70px 0 0;
    }

    h1 {
        font-size: 55px;
        line-height: 60px;
    }

    h2 {
        font-size: 45px;
        line-height: 50px;
    }

    h3 {
        font-size: 25px;
        line-height: 33px;
    }

    h4 {
        font-size: 20px;
        line-height: 32px;
    }

    h5 {
        font-size: 12px;
        line-height: 24px;
    }

    .about_title {
        padding-bottom: 0;
    }

    .recent_projects__section {
        padding: 55px 0 0 0;
    }

    .recent_title {
        margin-bottom: 30px;
    }

    .plan_left_wrap {
        max-width: 100%;
    }

    .plan_left_wrap h3, .plan_left_wrap h2 {
        max-width: 100%;
    }

    .consultation {
        padding: 43px 43px;
    }

    .blog_section {
        padding: 66px 0 66px 0;
    }

    .blog_section .title {
        margin-bottom: 15px;
    }

    .blog_image {
        margin-bottom: 24px;
    }

    .footer_top {
        margin: 0 20px;
    }

    .footer_logo a.logo img {
        max-width: 120px;
        max-height: 120px;
    }

    .footer_middle {
        padding: 36px 0 0 0;
    }

    .footer_bottom {
        padding: 5px 0;
    }

    .p_left_left {
        padding-right: 30px;
    }

    .p_left_right p{
        margin-top: 0;
    }

    .p_left_right {
        padding-left: 10px;
    }

    /* blog page start */
    .blog_list__section {
        padding-top: 35px;
    }

    .thumb_silder {
        margin-bottom: 30px;
    }

    /* blog page end */

    /* project page start */
    .inner_banner {
        padding-bottom: 30px;
    }

    /* project page end */

    /* service page start */
    .image_silder.owl-carousel .owl-nav .owl-prev {
        left: 20px;
    }

    .image_silder.owl-carousel .owl-nav .owl-next {
        right: 20px;
    }

    .about_process_section {
        padding: 40px 0;
    }

    .accordion-wrapper {
        padding: 21px 0 18px 0;
    }

    .accordian_main button {
        font-size: 22px;
        line-height: 32px;
    }

    /* service page end */

    /* about page start */
    .about_design_title {
        padding-top: 52px;
    }

    .about_design_science {
        padding: 27px 0 40px 0;
    }

    .design_right {
        padding-left: 30px;
    }

    /* about page end */
    .contact_wrap {
        margin-top: 60px;
    }

    .archive .project__section .left_right a,
    .page-template-project .left_right a,
    .service__section .left_right a,
    .two_col__section .left_right {
        margin-bottom: 70px;
    }
    .two_col__section.full_two_col .left_right .right {
        padding: 50px;
    }
    .page-template-home-new h1 {
        font-size: 55px;
        line-height: 60px;
    }
    .page-template-home-new h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .consultation .title h2 {
        font-size: 25px;
        line-height: 33px;
    }
    .two_col__section h2, .plan_left_wrap h2, .process_block h2 {
        font-size: 33px;
        line-height: 37px;
    }
}

@media(max-width:991px) {
    blockquote {
        font-size: 20px;
        line-height: 30px;
    }

    .project_list li {
        list-style: none;
        margin-right: 20px;
        margin-bottom: 30px
    }

    .project_list {
        justify-content: flex-start;
        margin-bottom: 30px;
        -webkit-justify-content: flex-start;
    }

    .page-template-about .about__section {
        padding: 40px 0 20px 0;
    }

    .two_col__section {
        padding: 40px 0 0;
    }

    /* toggle menu start */
    .stroke {
        width: 100%;
    }

    .menu {
        display: block;
    }

    .header_logo a.logo img {
        max-width: 70px;
    }

    .navigation {
        opacity: 0;
        position: fixed;
        top: 0px;
        height: 0vh;
        left: 0;
        width: 100% !important;
        z-index: 999;
        background: #464646;
        transition-duration: 0.3s;
        padding: 0 0;
        overflow-y: auto;
        overflow-x: hidden;
        flex-direction: column;
        justify-content: flex-start;
        background-size: cover;
        background-position: center;
        -webkit-flex-direction: column;
        -webkit-justify-content: flex-start;
    }

    .navigation>nav>ul.menu-list>li {
        margin: 0;
        padding: 10px 0px 10px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -webkit-align-items: center;
    }

    .navigation ul li a.active,
    .navigation ul li a:hover,
    .navigation>.stroke>ul.menu-list>li>ul.sub-menu>li>a,
    .navigation>.stroke>ul.menu-list>li>ul.sub-menu>li>a:hover,
    .navigation>.stroke>ul.menu-list>li>ul.sub-menu>li>a.active {
        color: #ffffff;
    }

    .inner_page .navigation ul li a {
        color: #fff;
    }

    .navigation>.stroke>ul.menu-list>li>ul.sub-menu>li {
        margin-bottom: 5px;
    }

    .navigation>.stroke>ul.menu-list>li>ul.sub-menu>li>a:hover,
    .navigation>.stroke>ul.menu-list>li>ul.sub-menu>li>a.active {
        margin-bottom: 10px;
        display: inline-block;
    }

    .inner_page nav.stroke>ul>li>a:after,
    .inner_page nav.stroke>ul>li>ul.sub-menu>li>a:after {
        background: #B5B5B5;
    }

    .show_menu .navigation {
        opacity: 1;
        /* transform: translateY(100%);
                -webkit-transform: translateY(100%);
                -moz-transform: translateY(100%); */
        transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        height: 100vh;
    }

    .menu {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        padding: 0;
        display: -webkit-flex;
    }

    .menu svg {
        position: relative;
        z-index: 9999;
        height: 40px;
        width: 40px;
    }

    .line {
        fill: none;
        stroke: #fff;
        stroke-width: 4;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .inner_page .header_main .menu .line {
        stroke: #B5B5B5;
    }
    .page-template-home-new .header_main .menu .line {
        stroke: #ffffff;
    }

    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 4;
    }

    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 4;
    }

    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 4;
    }

    .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }

    .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    button.menu.opened {
        margin-top: 0px;
        margin-right: 0px;
    }

    .menu:focus {
        outline: none;
    }

    .show_menu:before {
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 65;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        z-index: 9;
    }

    .navigation ul {
        padding: 30px;
        flex-direction: column;
        box-sizing: border-box;
        align-items: flex-start;
        padding-top: 100px;
    }

    .admin-bar .navigation ul {
        padding-top: 144px;
    }

    .navigation ul li {
        margin: 0;
        margin-bottom: 10px;
    }

    .navigation>.stroke>ul>li>a {
        margin-bottom: 9px;
        display: inline-block;
    }

    /* sub-menu start */
    .navigation>.stroke>ul.menu-list>li>ul.sub-menu {
        position: static;
        width: 100% !important;
        background: transparent;
        height: 0;
        padding: 0;
        overflow: hidden;
    }

    .navigation>.stroke>ul.menu-list>li:hover>ul.sub-menu {
        display: flex;
        height: 100%;
        min-width: 100%;
        padding: 15px 0 0 15px;
        overflow: visible;
        display: -webkit-flex;
    }

    header .navigation>.stroke>ul.menu-list>li>ul.sub-menu {
        display: none !important;
    }

    .navigation>.stroke>ul.menu-list>li:hover>ul.sub-menu.open {
        display: flex !important;
    }

    .menu-list .menu-item-has-children>a {
        position: relative;
    }

    /* sub-menu end */
    .right_side {
        display: none;
    }

    /* toggle menu end */
    .banner-wrap {
        height: 440px;
    }

    .banner_inner {
        padding-bottom: 55px;
    }

    body,
    html {
        font-size: 15px;
        line-height: 25px;
    }

    .primary_btn,
    .border-btn {
        font-size: 15px;
    }

    .primary_btn {
        padding-left: 55px;
    }

    h1 {
        font-size: 40px;
        line-height: 50px;
    }

    h2 {
        font-size: 32px;
        line-height: 43px;
    }

    h3 {
        font-size: 23px;
        line-height: 33px;
    }

    h4 {
        font-size: 19px;
        line-height: 25px;
    }

    h5 {
        font-size: 12px;
        line-height: 24px;
    }

    .about__section {
        padding: 40px 0 0px 0;
    }

    .title h5 {
        margin-bottom: 10px;
    }

    .about__section .title {
        margin-bottom: 15px;
    }

    .recent_projects__section {
        padding: 35px 0 0 0;
    }

    .about_block {
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .about_inner {
        margin: 0px -15px;
    }

    .about_des {
        padding-top: 17px;
        margin-bottom: 22px;
    }

    .title {
        margin-bottom: 15px;
    }

    .project {
        margin-bottom: 15px;
    }

    .blog_section {
        padding: 36px 0 36px 0;
    }

    .plan__section {
        padding: 20px 0;
    }

    .consultation {
        max-width: 380px
    }

    .consultation .title h5,
    .consultation p {
        margin-bottom: 14px;
    }

    .footer_middle_wrap .border-btn {
        min-width: 148px;
    }

    .proejct_title {
        bottom: 40px;
        padding-left: 16px;
    }

    .project_link .primary_btn {
        opacity: 1;
        bottom: 5px;
        right: auto;
        left: 10px;
        font-size: 13px;
        padding-left: 55px;
    }

    .primary_btn::before {
        width: 41px
    }

    /* blog page start */
    .spacer_height {
        padding-top: 80px;
    }

    .inner_banner_wrap h4 {
        margin-bottom: 20px;
    }

    .thumb_silder a {
        font-size: 14px;
    }

    /* blog page end */

    /* about page start */
    .inner_p_left,
    .inner_p_right {
        width: 100%;
    }

    .inner_p_wrap p {
        margin-bottom: 15px;
    }

    .plan_wrapper.about_plan {
        grid-template-columns: 1fr
    }

    .about_plan .title {
        margin-bottom: 20px;
    }

    .p_left_left .ceo_img {
        margin-bottom: 10px;
    }

    .plan_right {
        text-align: center;
    }

    .about_plan .plan_img {
        display: none;
    }

    /* about page end */
    .inner-container {
        padding: 0;
    }

    .contact_right {
        padding: 65px 35px;
    }

    .dropdown-arrow {
        background: url(../images/arrow_down_white.svg) no-repeat center;
        width: 30px;
        height: 30px;
        display: inline-block;
    }

    .gform_wrapper {
        width: 100%;
        max-width: 100%;
    }

    .page-template-contact .inner_left {
        width: 55%;
        padding-top: 30px;
        padding-right: 40px;
    }

    .page-template-contact .inner_right {
        width: 43%;
    }

    .archive .project__section .left_right a,
    .page-template-project .left_right a,
    .service__section .left_right a,
    .two_col__section .left_right {
        margin-bottom: 40px;
    }
    .page-template-home-new h1 {
        font-size: 40px;
        line-height: 50px;
    }
   .page-template-home-new h2 {
        font-size: 30px;
        line-height: 32px;
    }
    .consultation .title h2 {
        font-size: 23px;
        line-height: 33px;
    }
    .two_col__section h2, .plan_left_wrap h2, .process_block h2 {
        font-size: 27px;
        line-height: 34px;
    }
}

@media screen and (max-width:782px) {
    .admin-bar header {
        top: 45px
    }

    html {
        margin-top: 0px !important;
    }
}

@media(max-width:767px) {
    .recent_title_left {
        width: 60%;
    }

    .p_left_left{
        padding-right: 0;
    }

    .p_left_left .ceo_img{
        max-width: 100%;
    }

    .p_left_left .ceo_img img{
        max-width: 100%;
    }

    .recent_title {
        margin-bottom: 10px;
    }

    .plan_wrapper {
        grid-template-columns: 1fr;
        grid-gap: 35px;
        padding-right: 20px;
    }

    .p_left_right{
        padding-left: 0;
    }

    .plan_right {
        text-align: CENTER;
    }

    .plan_img img {
        max-width: 200px;
    }

    .footer_logo a.logo img {
        max-width: 90px;
        max-height: 90px;
    }

    .footer_logo,
    .footer_menu_1,
    .footer_menu_2,
    .footer_middle_right {
        width: 50%;
    }

    .footer_logo,
    .footer_menu_1 {
        margin-bottom: 20px;
    }

    /* blog page start */
    .inner_left {
        width: 100%;
        padding-right: 0;
    }

    .thumb_silder {
        padding: 0 65px;
    }

    .blog_block {
        width: 50%;
        margin-bottom: 20px;
    }

    .blog_list_image {
        margin-bottom: 20px;
    }

    /* blog page end */

    /* project page start */
    .left_right,
    .archive .project__section .left_right a,
    .page-template-project .left_right a,
    .service__section .left_right a {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .left,
    .right {
        width: 100%;
    }

    .right {
        padding: 0 0px;
    }

    .left {
        margin-bottom: 20px;
    }

    .proj_right h3 {
        margin-bottom: 20px;
    }

    .proj_right h3::after {
        bottom: -15px;
    }

    .proj_left .primary_btn {
        color: #fff;
        padding-left: 55px;
    }

    .proj_left .primary_btn::before {
        width: 40px
    }

    .archive .project__section .inner_left,
    .page-template-project .inner_left {
        width: 100%;
    }

    .proj_left .inner_img_des {
        bottom: 3px;
    }

    /* project page end */

    /* services page start */
    .inner_banner_wrap {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .inner_left {
        width: 100%;
    }

    .inner_right {
        width: 100%;
        margin-top: 20px;
    }

    .inner_p_wrap p {
        margin-bottom: 15px;
    }

    .inner_right img {
        width: 100%;
        max-height: 400px;
        object-fit: cover;
    }

    .image_silder.owl-carousel .owl-item img {
        height: 240px;
    }

    .accordian_main button {
        font-size: 19px;
        line-height: 27px;
    }

    .card_wrap {
        max-width: 661px;
        padding: 39px 0;
        padding-left: 0px;
    }

    .image_silder.owl-carousel .owl-item img {
        height: 190px;
    }

    .accordion-wrapper {
        padding: 11px 0 18px 0;
    }

    /* services page end */

    /* about page start */
    .about_design_block {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .design_left,
    .design_right {
        width: 100%;
    }

    .design_left {
        text-align: center;
    }

    .design_right {
        padding: 0;
        margin-top: 20px;
    }

    .p_left_left {
        flex: 1 1 auto;
    }

    .p_left_left .primary_btn h4 {
        font-size: 15px;
        line-height: 20px;
    }

    /* about page end */
    .contact_right {
        margin: 40px 0 0;
        padding: 45px 25px;
        width: 100%;
    }

    .contact_wrap {
        margin-bottom: 50px;
    }

    .page-template-about .inner_p_wrap p {
        width: 100%;
    }

    .gform_wrapper {
        width: 100%;
        max-width: 100%;
    }

    .contact_inner .contact_left {
        position: relative;
    }

    .contact_inner .contact_left iframe {
        height: 400px;
    }

    .page-template-contact .inner_left {
        width: 100%;
        padding-top: 30px;
        padding-right: 0px;
    }

    .page-template-contact .inner_right {
        width: 100%;
    }

    .contact_wrap {
        margin-top: 0;
    }

    .left_right:nth-child(even) .right {
        padding-right: 0;
    }
    .ab_page_banner .inner_left {
        width: 100%;
    }
    .ab_page_banner .inner_right {
        width: 100%;
    }
    .about_plan .plan_left_wrap{
        flex-wrap: wrap;
    }
    .two_col__section.full_two_col .left_right .left {
        width: 100%;
    }
    .two_col__section.full_two_col .left_right .right {
        padding: 40px 20px;
    }
}

@media(max-width:567px) {
    .blog_image img {
        margin: 0 auto;
    }

    blockquote {
        font-size: 18px;
        line-height: 28px;
    }

    .navigation .stroke ul li a {
        font-size: 15px;
        line-height: 22px;
    }

    .navigation>.stroke>ul.menu-list>li>ul.sub-menu>li>a {
        font-size: 14px;
        line-height: 30px;
    }

    .about_block {
        padding: 15px;
        width: 100%;
        margin-bottom: 20px;
    }

    html,
    body,
    p {
        font-size: 14px;
    }

    .primary_btn,
    .border-btn {
        font-size: 14px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0px;
        margin-bottom: 10px;
    }

    h1 {
        font-size: 33px;
        line-height: 40px;
    }

    h2 {
        font-size: 25px;
        line-height: 35px;
    }

    h3 {
        font-size: 20px;
        line-height: 30px;
    }

    h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .about_title {
        max-width: 100%;
    }

    .about__section {
        padding: 20px 0 0px 0;
    }

    .about_block {
        margin-bottom: 0px;
    }

    .recent_projects__section {
        padding: 20px 0 15px 0;
    }

    .recent_title {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .recent_title_left {
        width: 100%;
    }

    .project,
    .project:nth-child(odd),
    .project:nth-child(even) {
        width: 100%;
        padding: 0;
    }

    .project:last-child {
        margin-bottom: 0;
    }

    .plan_des {
        padding-left: 0;
    }

    .plan_des::before {
        display: none;
    }

    .consultation {
        padding: 20px;
    }

    .view_all {
        margin-bottom: 10px;
    }

    .blog_silder .owl-nav {
        top: -43px;
    }

    .blog_des_left h4 {
        margin-bottom: 0;
    }

    .blog_detail p {
        display: inline-block;
        margin-top: 5px
    }

    footer li {
        margin-bottom: 0;
    }

    .footer_logo,
    .footer_menu_1,
    .footer_menu_2,
    .footer_middle_right {
        width: 100%;
        text-align: left;
    }

    .footer_menu_2 {
        margin-bottom: 20px;
    }

    ul.social_media {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }

    /* blog page start */
    .thumb_silder {
        padding: 0 25px;
    }

    .blog_block {
        width: 100%;
    }

    .thumb_silder a {
        font-size: 14px;
        line-height: 21px;
    }

    .footer_top {
        margin: 0 0px;
        padding: 20px 0;
    }

    .right {
        padding: 0 0px;
    }

    .about_plan .plan_left_wrap {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .blog_detail_nav {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        padding: 20px;
    }

    .blog_detail_nav a {
        width: 50%;
    }

    .blog_share {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
        -webkit-justify-content: center;
    }

    .contact_right {
        width: 100%;
    }

    .two_col__section {
        padding: 20px 0 0;
    }

    .archive .project__section .left_right a,
    .page-template-project .left_right a,
    .service__section .left_right a,
    .two_col__section .left_right {
        margin-bottom: 20px;
    }
    .page-template-home-new h1 {
        font-size: 33px;
        line-height: 40px;
    }
    .page-template-home-new h2 {
        font-size: 25px;
        line-height: 27px;
    }
    .consultation .title h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .two_col__section h2, .plan_left_wrap h2, .process_block h2 {
        font-size: 25px;
        line-height: 35px;
    }

}