/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
/* Fonts */

:root {
    --primary-color: #078586;
    --primary-dark-color: #282f3b;
    --primary-dark-color2: #1f2530;
    --light-color: #aaafb8;
    --grey-color: #DDDDDD;
    --light-grey: #faf4f0;
    --light-grey2: #e9efee;
    --light-grey3: #F7F7F7;
    --light-grey4: #e4e7ee;
    --white-color: #ffffff;
    --black-color: #000000;
    --yellow-color: #E59819;
    --transparent: transparent;
    --box-shadow: 0px 0px 40px 0px rgba(0,0,0,.09);

    --primary-font: 'Inter', sans-serif;
    --secondary-font: 'League Spartan', sans-serif;

    --font-size10: 10px;
    --font-size12: 12px;
    --font-size13: 13px;
    --font-size14: 14px;
    --font-size15: 15px;
    --font-size16: 16px;
    --font-size17: 17px;
    --font-size18: 18px;
    --font-size20: 20px;
    --font-size22: 22px;
    --font-size24: 24px;
    --font-size25: 25px;
    --font-size30: 30px;
    --font-size32: 32px;
    --font-size38: 38px;
    --font-size48: 48px;
    --font-size60: 60px;
    --font-size64: 64px;
    --font-size70: 70px;
    --font-size150: 150px;
    --font-size200: 200px;

    --font-weight400: 400;
    --font-weight600: 600;
    --font-weight700: 700;

    --line-height100: 100%;
    --line-height140: 140%;
    --line-height160: 160%;
}

html, body {
    font-family: var(--primary-font);
    font-size: var(--font-size16);
    font-weight: var(--font-weight400);
    font-synthesis: normal;
}

body {
    color: var(--primary-dark-color);
    line-height: 1.7;
}

/* Destyle */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
    margin: 0;
}

main {
    display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
}

address {
    font-style: inherit;
}

a {
    background-color: var(--transparent);
    text-decoration: none;
    color: inherit;
}

abbr[title] {
text-decoration: underline dotted; /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none; /* 1 */
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit; /* 2 */
}

[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    appearance: radio;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
    cursor: default;
}

:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

option {
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px; /* 1 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

label[for] {
    cursor: pointer;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[contenteditable]:focus {
    outline: auto;
}

table {
    border-color: inherit; /* 1 */
    border-collapse: collapse;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}
/* Destyle */

a, a:focus, a:hover, *:focus, *:hover {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--secondary-font);
    font-weight: var(--font-weight700);
    margin-bottom: 0;
}

.heading-title-h1 {
    font-size: var(--font-size38);
    font-weight: var(--font-weight700);
    line-height: 50px;
}

.heading-title-h2 {
    font-size: var(--font-size32);
    line-height: 26px;
}

h2 {
    color: var(--primary-dark-color);
    line-height: var(--line-height140);
    font-size: var(--font-size32);
}

h5 {
    font-family: var(--font-base);
    color: var(--primary-dark-color);
    font-weight: var(--font-weight400);
    font-size: var(--font-size25);
    line-height: var(--line-height100);
}

p {
    font-size: var(--font-size16);
    line-height: var(--line-height140);
    font-weight: var(--font-weight400);
}

.secondary-para {
    font-size: var(--font-size18);
    font-weight: var(--font-weight400);
    color: var(--primary-dark-color);
}

.button {
    text-align: center;
	appearance: none;
	-webkit-appearance: none;
	font-family: var(--font-base);
    font-size: var(--font-size18);
    font-weight: var(--font-weight400);
	line-height: 56px;
	width: fit-content;
	height: 56px;
	padding: 0 32px;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

.button i {
    margin-right: 10px;
}

.button-primary {
    background-color: var(--primary-color);
	color: var(--white-color);
	border: 1px solid var(--primary-color);
}

.button-primary:hover {
    background-color: var(--transparent);
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.button-primary-bg {
    background-color: var(--primary-color);
	color: var(--white-color);
	border: 1px solid var(--primary-color);
}

.button-primary-bg:hover {
    background-color: var(--white-color);
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.button-primary-outline {
    background-color: var(--transparent);
	color: var(--white-color);
	border: 1px solid var(--white-color);
}

.button-primary-outline:hover {
    background-color: var(--primary-color);
	color: var(--white-color);
	border: 1px solid var(--primary-color);
}

.button-secondary {
    background-color: var(--transparent);
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.button-secondary:hover {
    background-color: var(--primary-color);
	color: var(--white-color);
	border: 1px solid var(--primary-color);
}

.button-white-outline {
    background-color: var(--transparent);
	color: var(--white-color);
	border: 1px solid var(--white-color);
}

.button-white-outline:hover {
    background-color: var(--white-color);
	color: var(--primary-color);
	border: 1px solid var(--white-color);
}

.button-search-overlay {
    background-color: var(--primary-dark-color);
	color: var(--white-color);
	border: 1px solid var(--primary-dark-color);
    height: 60px;
}

.section-p {
    padding: 100px 0;
}

.section-heading {
    font-size: var(--font-size25);
    font-weight: var(--font-weight400);
}

.section-heading-secondary {
    font-size: var(--font-size60);
    line-height: 56px;
    font-weight: var(--font-weight500);
}

.img-wrapper {
    display: block;
    overflow: hidden;
}

.img-wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 10%;
    object-position: 50% 10%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .4s ease-in-out;
    width: 100%;
}

.img-wrapper:hover img {
    -webkit-transform: scale(1.1) rotate(-1deg);
    /* transform: scale(1.05); */
    transform: scale(1.1) rotate(-1deg);
}

.border-line {
    border-bottom: solid 1px var(--light-grey2);
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
}

.form-control:focus, .form-select:focus {
    border-color: var(--primary-color);
}

.mb30 {
    margin-bottom: 30px;
}

/* Icons */
.icon {
    display: inline-block;
    vertical-align: middle;
}

.icon-youtube {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='61' height='42.71' viewBox='0 0 61 42.71'%3E%3Cg id='youtube' transform='translate(0 0)'%3E%3Cpath id='Path_3077' data-name='Path 3077' d='M59.743,6.683a7.642,7.642,0,0,0-5.376-5.377C49.593,0,30.5,0,30.5,0S11.406,0,6.632,1.257A7.8,7.8,0,0,0,1.256,6.683C0,11.456,0,21.355,0,21.355S0,31.3,1.256,36.027A7.644,7.644,0,0,0,6.633,41.4C11.456,42.71,30.5,42.71,30.5,42.71s19.094,0,23.867-1.257a7.642,7.642,0,0,0,5.377-5.376C61,31.3,61,21.405,61,21.405s.05-9.949-1.257-14.722Zm0,0' fill='red'/%3E%3Cpath id='Path_3078' data-name='Path 3078' d='M204.969,120.774l15.878-9.145-15.878-9.145Zm0,0' transform='translate(-180.549 -90.274)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 61px;
    width: 61px;
    height: 42px;
}
/* Icons */

/* Header */
.happyz-header .header-top {
    background-color: var(--primary-dark-color);
}

.happyz-header .header-top .header-top-list, .happyz-header .header-top .header-top-social-list {
    padding: 10px 0;
}

.happyz-header .header-top .header-top-list li:not(:last-child) {
    margin-right: 30px;
}

.happyz-header .header-top .happyz-address i {
    color: var(--primary-color);
    margin-right: 5px;
}

.happyz-header .header-top .happyz-address span, .happyz-header .header-top .happyz-address a {
    color: var(--light-color);
    font-size: var(--font-size15);
    font-weight: var(--font-weight400);
}

.happyz-header .header-top .happyz-address a {
    border-bottom: solid 1px var(--transparent);
    transition: all ease 0.3s;
}

.happyz-header .header-top .happyz-address a:hover {
    border-bottom: solid 1px var(--light-color);
}

.happyz-header .header-top .header-top-social-list li:not(:last-child) {
    margin-right: 20px;
}

.happyz-header .header-top .header-top-social-list li a i {
    color: var(--light-color);
    transition: all ease 0.3s;
}

.happyz-header .header-top .header-top-social-list li a:hover i {
    color: var(--primary-color);
}

.happyz-header .logo-img {
    width: 150px;
}

.happyz-header .navbar {
    padding: 0;
    transition: all ease 0.3s;
}

.happyz-header.fixed-navbar .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--white-color);
    z-index: 10;
    border-bottom: 1px solid var(--light-grey2);
}

.happyz-header .navbar-nav .nav-item a {
    font-family: var(--primary-font);
    color: var(--primary-dark-color);
    padding: 0 15px;
    font-size: var(--font-size17);
    font-weight: var(--font-weight400);
}

.happyz-header .navbar-nav .nav-item a i {
    font-size: var(--font-size14);
    color: var(--light-color);
}

.happyz-header .navbar-nav .nav-item a:hover, .happyz-header .navbar-nav .nav-item a.active {
    color: var(--primary-color);
}

.happyz-header .navbar-nav .nav-item a:hover, .happyz-header .navbar-nav .nav-item a.active i {
    color: var(--primary-color);
}

.happyz-header .navbar-nav .nav-item {
    line-height: 100px;
}

.happyz-header .navbar-nav .nav-item a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    background-color: var(--primary-color);
    height: 4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: scale(0);
}

.happyz-header .navbar-nav .nav-item a.active:before, .happyz-header .navbar-nav .nav-item a:hover:before {
    transform: scale(1);
}

.happyz-header .navbar-nav .nav-item.dropdown {
    position: relative;
}

.happyz-header .navbar-nav .nav-item .dropdown-menu {
    position: absolute;
    float: none;
    min-width: 227px;
    max-width: 227px;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 20%);
    border-radius: 0 0 5px 5px;
    padding: 15px;
    top: 100%;
    z-index: -99;
    opacity: 0;
    -webkit-transition: opacity .4s,top .4s;
    transition: opacity .4s,top .4s;
    pointer-events: none;
    left: 0;
    right: auto;
    background-color: var(--white-color);
    display: block;
    border: 0;
}

.happyz-header .navbar-nav .nav-item {
    position: relative;
    z-index: 99;
    margin-bottom: 0;
}

.happyz-header .navbar-nav .nav-item:hover .dropdown-menu {
    top: 100%;
    opacity: 1;
    pointer-events: visible;
}

.happyz-header.fixed-navbar .navbar-nav .nav-item:hover .dropdown-menu {
    top: 100%;
}

.happyz-header .navbar-nav .nav-item .dropdown-menu .drop-menu-item a {
    color: var(--primary-dark-color);
    text-decoration: none;
    display: block;
    padding: 10px;
    transition: all ease 0.3s;
}

.happyz-header .navbar-nav .nav-item .dropdown-menu .drop-menu-item a:hover {
    color: var(--primary-color);
    border-radius: 0;
}

.happyz-header .navbar-nav .nav-item .dropdown-menu .drop-menu-item a.active {
    color: var(--primary-color);
}

.happyz-header .navbar-nav .nav-item .dropdown-menu .drop-menu-item a::before {
    content: none;
}

.happyz-header .navbar-nav .nav-item .dropdown-menu .drop-menu-item {
    line-height: 30px;
}

.happyz-header .get-started-wrapper ul li:not(:last-child) {
    margin-right: 25px;
}

.happyz-header.blog-detail {
    box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
}

.happyz-header.blog-detail.fixed-navbar {
    box-shadow: none;
}
/* Header */

/* Mobile menu overlay */
.mobile-menu-overlay .offcanvas-header .logo-img {
    width: 150px;
}

.mobile-menu-overlay .btn-close {
    opacity: 1;
    transition: all ease 0.3s;
}

.mobile-menu-overlay .btn-close:hover {
    transform: rotate(180deg);
}

.mobile-menu-overlay .btn-close:focus {
    box-shadow: none;
}

.menu-overlay-accordion .accordion-button:focus {
    box-shadow: none;
}

.menu-overlay-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.menu-overlay-accordion .accordion-item {
    border: 0;
    border-radius: 0;
    padding: 0;
    border-bottom: solid 1px var(--grey-color);
}

.menu-overlay-accordion .accordion-item:last-child {
    border-bottom: 0;
}

.menu-overlay-accordion .accordion-item .accordion-header .accordion-button {
    position: relative;
    padding: 10px 0;
}

.menu-overlay-accordion .accordion-item .accordion-header .accordion-button::after {
    content: '';
    position: absolute;
    top: 22px;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E");
    background-size: 16px;
    height: 16px;
    width: 16px;
}

.menu-overlay-accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z'/%3E%3C/svg%3E");    
}

.menu-overlay-accordion .accordion-item .accordion-header .accordion-button,
.menu-overlay-accordion .accordion-item .accordion-header a {
    background-color: transparent;
    color: var(--primary-color);
    font-size: var(--font-size20);
    font-weight: var(--font-weight400);
    display: flex;
}

.menu-overlay-accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--primary-dark-color);
}

.menu-overlay-accordion .accordion-body {
    padding: 0;
    margin-bottom: 10px;
}

.menu-overlay-accordion .menu-overlay-list li:not(:last-child) {
    margin-bottom: 10px;
}

.menu-overlay-accordion .menu-overlay-list li a {
    color: var(--primary-dark-color);
    font-size: var(--font-size16);
    font-weight: var(--font-weight400);
}

.menu-overlay-accordion .mobile-menu-item {
    padding-top: 10px;
}

.menu-overlay-accordion .mobile-menu-item a {
    color: var(--primary-dark-color);
    font-size: var(--font-size20);
    font-weight: var(--font-weight400);
}
/* Mobile menu overlay */

/* Header2 */
.happyz-header.header2 .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: var(--transparent);
    border-bottom: 0;
}

.happyz-header.header2 .navbar .logo-img {
    filter: brightness(0) invert(1);
}

.happyz-header.header2.fixed-navbar .navbar {
    background-color: var(--white-color);
}

.happyz-header.header2.fixed-navbar .navbar .logo-img {
    filter: none;
}

.happyz-header.header2 .navbar-nav .nav-item a,
.happyz-header.header2 .navbar-nav .nav-item a i {
    color: var(--white-color);
}

.happyz-header.header2.fixed-navbar .navbar-nav .nav-item a,
.happyz-header.header2.fixed-navbar .navbar-nav .nav-item a i {
    color: var(--primary-dark-color);
}

.happyz-header.header2.fixed-navbar .navbar-nav .nav-item a:hover,
.happyz-header.header2.fixed-navbar .navbar-nav .nav-item a.active {
    color: var(--primary-color);
}

.happyz-header.header2 .get-started-wrapper i {
    color: var(--white-color);
}

.happyz-header.header2.fixed-navbar .get-started-wrapper i {
    color: var(--primary-dark-color);
}

.happyz-header.header2 .mobile-burger i {
    color: var(--white-color);
}

.happyz-header.header2.fixed-navbar .mobile-burger i {
    color: var(--primary-dark-color);
}
/* Header2 */

/* Header3 */
.happyz-header.header3 .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: var(--transparent);
    border-bottom: 0;
}

.happyz-header.header3 .navbar .logo-img {
    filter: brightness(0) invert(1);
}

.happyz-header.header3.fixed-navbar .navbar {
    background-color: var(--white-color);
}

.happyz-header.header3.fixed-navbar .navbar .logo-img {
    filter: none;
}

.happyz-header.header3 .navbar-nav .nav-item a,
.happyz-header.header3 .navbar-nav .nav-item a i {
    color: var(--white-color);
}

.happyz-header.header3.fixed-navbar .navbar-nav .nav-item a,
.happyz-header.header3.fixed-navbar .navbar-nav .nav-item a i {
    color: var(--primary-dark-color);
}

.happyz-header.header3.fixed-navbar .navbar-nav .nav-item a:hover,
.happyz-header.header3.fixed-navbar .navbar-nav .nav-item a.active {
    color: var(--primary-color);
}

.happyz-header.header3 .get-started-wrapper i {
    color: var(--white-color);
}

.happyz-header.header3.fixed-navbar .get-started-wrapper i {
    color: var(--primary-dark-color);
}

.happyz-header.header3 .mobile-burger i {
    color: var(--white-color);
}

.happyz-header.header3.fixed-navbar .mobile-burger i {
    color: var(--primary-dark-color);
}
/* Header3 */

/* Header4 */
.happyz-header.header4 .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: var(--transparent);
    border-bottom: 0;
}

.happyz-header.header4 .navbar .logo-img {
    filter: brightness(0) invert(1);
}

.happyz-header.header4.fixed-navbar .navbar {
    background-color: var(--white-color);
}

.happyz-header.header4.fixed-navbar .navbar .logo-img {
    filter: none;
}

.happyz-header.header4 .navbar-nav .nav-item a,
.happyz-header.header4 .navbar-nav .nav-item a i {
    color: var(--white-color);
}

.happyz-header.header4.fixed-navbar .navbar-nav .nav-item a,
.happyz-header.header4.fixed-navbar .navbar-nav .nav-item a i {
    color: var(--primary-dark-color);
}

.happyz-header.header4.fixed-navbar .navbar-nav .nav-item a:hover,
.happyz-header.header4.fixed-navbar .navbar-nav .nav-item a.active {
    color: var(--primary-color);
}

.happyz-header.header4 .get-started-wrapper i {
    color: var(--white-color);
}

.happyz-header.header4.fixed-navbar .get-started-wrapper i {
    color: var(--primary-dark-color);
}

.happyz-header.header4 .mobile-burger i {
    color: var(--white-color);
}

.happyz-header.header4.fixed-navbar .mobile-burger i {
    color: var(--primary-dark-color);
}
/* Header4 */

/* Search overlay */
.search-overlay {
    background-color: var(--primary-color);
}

.search-overlay .btn-close {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");
    opacity: 1;
    transition: all ease 0.3s;
}

.search-overlay .btn-close:hover {
    transform: rotate(180deg);
}

.search-overlay .btn-close:focus {
    box-shadow: none;
}

.search-overlay .offcanvas-header {
    justify-content: flex-end;
}

.search-overlay-form .form-control {
    border: 0;
    border-radius: 5px;
    height: 60px;
}

.search-overlay-form .form-control:focus {
    box-shadow: none;
}
/* Search overlay */

/* Banner */
.banner {
    height: 880px;
    position: relative;
    z-index: 0;
}

.banner .banner-img {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner .banner-overlay-bg {
    background: linear-gradient(180deg, #282f3b, rgba(1, 21, 20, 0));
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.banner .banner-content {
    position: relative;
    z-index: 1;
}

.banner .banner-content-wrapper {
    padding-bottom: 110px;
}

.banner .banner-content-wrapper h1 {
    font-family: var(--secondary-font);
    color: var(--white-color);
    font-size: var(--font-size70);
    font-weight: var(--font-weight700);
    line-height: 60px;
}

.banner .banner-content-wrapper p {
    color: var(--white-color);
    font-size: var(--font-size17);
    font-weight: var(--font-weight400);
    line-height: 36px;
    margin: 30px 0px;
}

.banner .banner-content-wrapper ul li:not(:last-child) {
    margin-right: 15px;
}
/* Banner */

/* Google reviews */
.google-reviews-wrapper {
    background-color: var(--light-grey);
    padding: 64px 0;
}

.google-reviews-wrapper .google-reviews-content-wrapper {
    display: flex;
}

.google-reviews-wrapper .google-reviews-content-wrapper .google-reviews-logo-wrapper img {
    width: 180px;
}

.google-reviews-wrapper .google-reviews-content-wrapper .google-reviews-logo-wrapper .google-reviews-count {
    color: var(--primary-dark-color);
    font-size: var(--font-size16);
    font-weight: var(--font-weight400);
    line-height: 36px;
    margin-top: 5px;
}

.google-reviews-wrapper .google-reviews-content-wrapper .google-reviews-logo-wrapper .google-reviews-count span {
    font-weight: var(--font-weight600);
}

.google-reviews-wrapper .google-reviews-content-wrapper .google-reviews-vertical-line {
    border-right: 1px solid var(--grey-color);
    height: 60px;
    margin-left: 40px;
    margin-right: 40px;
}

.google-reviews-wrapper .google-reviews-content-wrapper .google-reviews-text {
    color: var(--primary-dark-color);
    font-size: var(--font-size18);
    font-weight: var(--font-weight400);
    line-height: var(--line-height140);
    margin-bottom: 20px;
}

.google-reviews-wrapper .google-reviews-content-wrapper .google-reviewers-name {
    color: var(--primary-dark-color);
    font-size: var(--font-size14);
    font-weight: var(--font-weight400);
    line-height: var(--line-height100);
}
/* Google reviews */

/* Inner banner */
.banner-info-wrapper {
    position: relative;
    min-height: 320px;
    padding: 100px 0;
    overflow: hidden;
}

.banner-info-wrapper::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--primary-dark-color);
    opacity: 0.5;
    z-index: 1;
}

.banner-info-wrapper .banner-info-img-wrapper {
    position: absolute;
    top: 0;
    /* min-height: 485px; */
    height: 100%;
    width: 100%;
    left: 0;
}

.banner-info-wrapper .banner-info-img-wrapper img {
    /* max-width: 100%; */
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    /* margin-bottom: 0px; */
}

.banner-info-wrapper .banner-info-content-wrapper {
    position: relative;
    z-index: 3;
    text-align: center;
}

.banner-info-content-wrapper .banner-info-title {
    color: var(--white-color);
    font-size: var(--font-size60);
    line-height: 70px;
    font-weight: var(--font-weight700);
    margin-bottom: 30px;
    /* font-family: var(--creote-family-one); */
}

.banner-info-content-wrapper .banner-info-list li {
    position: relative;
}

.banner-info-content-wrapper .banner-info-list li::after {
    content: '';
    position: absolute;
    right: -22px;
    top: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 320 512'%3E%3Cstyle%3Esvg%7Bfill:%23ffffff%7D%3C/style%3E%3Cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
    width: 10px;
    height: 16px;
}

.banner-info-content-wrapper .banner-info-list li:last-child::after {
    content: none;
}

.banner-info-content-wrapper .banner-info-list li a {
    border-bottom: solid 1px var(--white-color);
}

.banner-info-content-wrapper .banner-info-list li a,
.banner-info-content-wrapper .banner-info-list li span {
    color: var(--white-color);
}

.banner-info-content-wrapper .banner-info-list li:not(:last-child) {
    margin-right: 30px;
}
/* Inner banner */

/* Slider */
.home-slider-img-wrapper {
    position: relative;
}

.home-slider-img-wrapper img {
    height: 900px;
    object-fit: cover;
}

.home-slider-content-wrapper {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    z-index: 2;
}

.bg-overlay-slider {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.heading-intro-text-sm {
    font-size: var(--font-size14);
    color: var(--white-color);
    background: rgba(255, 255, 255, 0.1);
    border: solid 2px var(--primary-color);
    border-radius: 5px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 8px 17px;
}

.home-slider-content-wrapper .home-slider-title {
    font-family: var(--secondary-font);
    color: var(--white-color);
    font-size: var(--font-size70);
    line-height: 80px;
    margin-top: 25px;
    font-weight: var(--font-weight700);
}

.home-slider-content-wrapper.text-green .home-slider-title span::before {
    background: linear-gradient(90deg, #2ba84a 0%, transparent 100%);
}

.home-slider-content-wrapper.text-orange .home-slider-title {
    text-shadow: 0px 3px 0px var(--orange-color);
}

.home-slider-content-wrapper.text-orange .home-slider-title span::before {
    background: linear-gradient(90deg, #e85442 0%, transparent 100%);
}

.home-slider-content-wrapper .home-slider-desc {
    color: var(--white-color);
    font-size: var(--font-size17);
    line-height: 36px;
    margin: 30px 0px;
    font-weight: var(--font-weight400);
}

.home-slider-btn-list li:not(:last-child) {
    margin-right: 30px;
}

.home-carousel .owl-dots {
    position: absolute;
    z-index: 1;
    bottom: 75px;
    width: 100%;
    text-align: center;
}

.home-carousel .owl-dots .owl-dot {
    background-color: var(--black-color);
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin: 0px 10px;
    border: solid 2px var(--transparent);
}

.home-carousel .owl-dots .owl-dot.active {
    border: solid 2px var(--white-color);
}

.home-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    width: 100%;
}

.home-carousel .owl-nav .owl-prev {
    left: 4%;
    position: absolute;
}

.home-carousel .owl-nav .owl-next {
    right: 4%;
    position: absolute;
}

.home-carousel .owl-nav button {
    color: var(--white-color) !important;
    height: 50px;
    width: 50px;
    background: rgba(0,0,0,.3) !important;
    line-height: 50px !important;
    font-size: var(--font-size14) !important;
    transition: all ease 0.3s;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-carousel .owl-nav button:hover {
    background: var(--primary-color) !important;
}
/* Slider */

/* Services module */
.services-module-wrapper .services-module-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    row-gap: 30px;
    column-gap: 30px;
}

.services-module-wrapper .services-module-card {
    background-color: var(--white-color);
    box-shadow: var(--box-shadow);
    padding: 30px;
    border-radius: 10px;
    transition: all ease 0.6s;
}

.services-module-wrapper .services-module-card:hover {
    background-color: var(--primary-color);
}

.services-module-wrapper .services-module-card:hover i, 
.services-module-wrapper .services-module-card:hover .heading-title-h1,
.services-module-wrapper .services-module-card:hover h2,
.services-module-wrapper .services-module-card:hover p {
    color: var(--white-color);
}

.services-module-wrapper .heading-title-h1 {
    color: var(--primary-dark-color);
    padding-bottom: 40px;
    text-align: center;
}

.services-module-wrapper .services-module-card i {
    font-size: var(--font-size60);
    color: var(--primary-color);
    margin-bottom: 25px;
}

.services-module-wrapper .services-module-card h2 {
    font-size: var(--font-size20);
    line-height: 26px;
    font-weight: var(--font-weight700);
    color: var(--primary-dark-color);
    margin-bottom: 10px;
}

.services-module-wrapper .services-module-card a {
    display: inline-block;
    color: var(--primary-dark-color);
    border-bottom: solid 1px var(--primary-dark-color);
    margin-top: 10px;
}

.services-module-wrapper .services-module-card:hover a {
    color: var(--white-color);
    border-bottom: solid 1px var(--white-color);
}
/* Services module */

/* What do you need */
.what-do-you-need-wrapper {
    background-color: var(--primary-color);
}

.what-do-you-need-wrapper h2 {
    color: var(--white-color);
    font-size: var(--font-size48);
    line-height: 26px;
    padding-bottom: 24px;
}

.what-do-you-need-wrapper p {
    color: var(--light-grey);
}

.what-do-you-need-card-wrapper {
    margin-top: 70px;
}

.what-do-you-need-card-wrapper .what-do-you-need-card .what-do-you-need-card-img {
    border-radius: 8px;
}

.what-do-you-need-card-wrapper .what-do-you-need-card .what-do-you-need-card-img img {
    height: 200px;
}

.what-do-you-need-card-wrapper .what-do-you-need-card .what-do-you-need-content-wrapper {
    padding-top: 30px;
}

.what-do-you-need-card-wrapper .what-do-you-need-card .what-do-you-need-content-wrapper .what-do-you-title {
    color: var(--white-color);
    font-size: var(--font-size18);
    line-height: 26px;
}

.what-do-you-need-card-wrapper .what-do-you-need-card .what-do-you-need-content-wrapper p {
    color: var(--light-grey);
}

.what-do-you-need-card-wrapper .what-do-you-need-card .what-do-you-need-content-wrapper .what-do-you-need-link {
    padding-top: 20px;
}

.what-do-you-need-card-wrapper .what-do-you-need-card .what-do-you-need-content-wrapper .what-do-you-need-link a {
    color: var(--white-color);
    border-bottom: solid 1px var(--white-color);
    transition: all ease 0.3s;
}

.what-do-you-need-card-wrapper .what-do-you-need-card .what-do-you-need-content-wrapper .what-do-you-need-link a:hover {
    border-bottom: solid 1px var(--transparent);
}
/* What do you need */

/* About us */
.about-us-wrapper .about-us-img-wrapper {
    border-radius: 8px;
}

.about-us-wrapper .about-us-img-wrapper img {
    height: 460px;
}

.about-us-wrapper .about-us-content-wrapper h2 {
    color: var(--primary-dark-color);
    margin-bottom: 30px;
    line-height: 35px;
}

.about-us-wrapper .about-us-content-wrapper ul li {
    margin-bottom: 30px;
}

.about-us-wrapper .about-us-content-wrapper ul li:last-child {
    margin-bottom: 0;
}

.about-us-wrapper .about-us-content-wrapper .about-us-sub-content-wrapper .about-us-icon-wrapper {
    margin-right: 10px;
}

.about-us-wrapper .about-us-content-wrapper .about-us-sub-content-wrapper .about-us-icon-wrapper i {
    color: var(--primary-color);
}

.about-us-wrapper .about-us-content-wrapper .about-us-sub-content-wrapper .about-us-icon-content-wrapper .about-us-icon-content-title {
    font-size: var(--font-size18);
    font-weight: var(--font-weight600);
    color: var(--primary-dark-color);
}

.about-us-wrapper .about-us-content-wrapper .about-us-sub-content-wrapper .about-us-icon-content-wrapper .about-us-icon-content-text {
    font-size: var(--font-size16);
    color: var(--primary-dark-color2);
}
/* About us */

/* Stats */
.stats-wrapper .stats-wrapper-list {
    text-align: center;
}

.stats-wrapper .stats-wrapper-list .stats-count {
    color: var(--primary-color);
    font-size: var(--font-size64);
    font-weight: var(--font-weight400);
    line-height: 100%;
    padding-bottom: 16px;
}

.stats-wrapper .stats-wrapper-list p strong {
    color: var(--primary-dark-color2);
    font-size: var(--font-size18);
    font-weight: var(--font-weight600);
    line-height: 100%;
    padding-bottom: 12px;
    display: block;
}

.stats-wrapper .stats-wrapper-list p {
    color: var(--primary-dark-color);
    font-size: var(--font-size16);
    font-weight: var(--font-weight400);
    line-height: 140%;
}
/* Stats */

/* Projects */
.projects-wrapper {
    background-color: var(--primary-dark-color2);
}

.projects-wrapper .heading-title-h2 {
    color: var(--white-color);
    padding-bottom: 24px;
}

.projects-wrapper p {
    color: var(--white-color);
}

.projects-card-wrapper {
    margin-top: 64px;
}

.projects-card-wrapper .projects-card .projects-card-img {
    border-radius: 8px;
}

.projects-card-wrapper .projects-card .projects-card-img img {
    height: 276px;
}

.projects-card-wrapper .projects-card-content {
    padding-top: 32px;
}

.projects-card-wrapper .projects-card-content .projects-card-title {
    font-size: var(--font-size18);
    font-weight: var(--font-weight600);
    line-height: 140%;
    color: var(--white-color);
}
/* Projects */

/* Query */
.query-wrapper .heading-title-h2 {
    color: var(--primary-dark-color);
    margin-bottom: 30px;
}

.query-wrapper ul li {
    margin-bottom: 30px;
}

.query-wrapper ul li:last-child {
    margin-bottom: 0;
}

.query-wrapper .query-content-wrapper .query-icon-wrapper {
    margin-right: 10px;
}

.query-wrapper  .query-content-wrapper .query-icon-wrapper i {
    color: var(--primary-color);
}

.query-wrapper .query-content-wrapper .query-icon-content-wrapper .query-icon-content-title {
    font-size: var(--font-size18);
    font-weight: var(--font-weight600);
    color: var(--primary-dark-color);
}

.query-wrapper .query-content-wrapper .query-icon-content-wrapper .query-icon-content-text {
    font-size: var(--font-size16);
    color: var(--primary-dark-color2);
}

.happyz-form-input {
    border-radius: 4px;
    padding: 13px;
    margin-bottom: 20px;
}
/* Query */

/* Team */
.team-wrapper {
    background-color: var(--primary-dark-color2);
}

.team-wrapper .heading-title-h2 {
    color: var(--white-color);
    padding-bottom: 24px;
}

.team-wrapper p {
    color: var(--white-color);
}

.team-card-main-wrapper {
    margin-top: 64px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    row-gap: 40px;
    column-gap: 30px;
}

.team-card-wrapper .team-card-img {
    border-radius: 8px;
}

.team-card-wrapper .team-card-img img {
    height: 320px;
}

.team-card-wrapper .team-card-content-wrapper {
    padding-top: 32px;
}

.team-card-wrapper .team-card-content-wrapper .team-card-title a {
    font-size: var(--font-size18);
    font-weight: var(--font-weight600);
    color: var(--white-color);
    border-bottom: solid 1px var(--white-color);
    transition: all ease 0.3s;
}

.team-card-wrapper .team-card-content-wrapper .team-card-title a:hover {
    border-bottom: solid 1px var(--transparent);
}

.team-card-wrapper .team-card-content-wrapper p {
    color: var(--white-color);
    padding-top: 4px;
}

.team-wrapper.team-white-wrapper {
    background-color: var(--white-color);
}

.team-wrapper.team-white-wrapper .heading-title-h2 {
    color: var(--primary-dark-color);
}

.team-wrapper.team-white-wrapper p {
    color: var(--primary-dark-color);
}

.team-white-wrapper .team-card-wrapper .team-card-content-wrapper .team-card-title a {
    color: var(--primary-dark-color);
    border-bottom: solid 1px var(--primary-dark-color);
}

.team-white-wrapper .team-card-wrapper .team-card-content-wrapper .team-card-title a:hover {
    border-bottom: solid 1px var(--transparent);
}

.team-white-wrapper .team-card-wrapper .team-card-content-wrapper p {
    color: var(--primary-dark-color);
}

.team-card-wrapper .team-card-content-wrapper ul {
    margin-top: 32px;
}

.team-card-wrapper .team-card-content-wrapper ul li:not(:last-child) {
    margin-right: 10px;
}

.team-card-wrapper .team-card-content-wrapper a .team-circle i {
    color: var(--white-color);
}

.team-card-wrapper .team-card-content-wrapper a .team-circle {
    background-color: var(--primary-dark-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all ease 0.3s;
}

.team-card-wrapper .team-card-content-wrapper a:hover .team-circle {
    background-color: var(--primary-color);
}
/* Team */

/* Team detail */
.team-detail-wrapper .team-detail-intro-wrapper h1 {
    font-size: var(--font-size48);
    font-weight: var(--font-weight600);
    color: var(--primary-dark-color);
}

.team-detail-wrapper .team-detail-intro-wrapper .team-detail-position {
    font-size: var(--font-size18);
    color: var(--light-color);
    padding-bottom: 24px;
}

.team-detail-wrapper .team-detail-intro-wrapper .team-detail-contact-list {
    padding-bottom: 24px;
}

.team-detail-wrapper .team-detail-intro-wrapper .team-detail-contact-list li:not(:last-child) {
    margin-right: 24px;
}

.team-detail-wrapper .team-detail-intro-wrapper .team-detail-desc p:first-of-type {
    font-size: var(--font-size18);
}

.team-detail-wrapper .team-detail-intro-wrapper .team-detail-desc p {
    font-size: var(--font-size16);
    color: var(--primary-dark-color2);
    padding-bottom: 24px;
}

.team-detail-wrapper .team-detail-img-wrapper {
    border-radius: 8px;
}
.team-detail-wrapper .team-detail-img-wrapper img {
    height: 460px;
}
/* Team detail */

/* Blog */
.blog-wrapper .heading-title-h2 {
    padding-bottom: 24px;
}

.blog-content-wrapper {
    margin-top: 50px;
}

.blog-card-wrapper {
    position: relative;
}

.blog-content-wrapper .blog-card-list li:not(:last-child) {
    margin-bottom: 30px;
}

.blog-card-list.blog-no-sidebar-grid li:not(:last-child) {
    margin-bottom: 0;
}

.blog-no-sidebar-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    row-gap: 30px;
    column-gap: 30px;
}

.blog-card-list.blog-3-columns-grid li:not(:last-child) {
    margin-bottom: 0;
}

.blog-card-list.blog-3-columns-grid .blog-card-img {
    position: relative;
    z-index: 0;
}

.blog-card-list.blog-3-columns-grid .blog-video-btn {
    position: absolute;
    z-index: 1;
    top: 43%;
    left: 43%;
}

.blog-modal .modal-content {
    background-color: transparent;
    border: 0;
}

.blog-modal .modal-header {
    border: 0;
}

.blog-modal .modal-body {
    padding: 0;
}

.blog-modal iframe {
    width: 100%;
}

.blog-modal .btn-close {
    background: none;
    opacity: 1;
}

.blog-modal .btn-close i {
    color: var(--white-color);
    font-size: var(--font-size20);
}

.blog-modal .btn-close:hover, .blog-modal .btn-close:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.blog-3-columns-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    row-gap: 30px;
    column-gap: 30px;
}

.blog-3-columns-grid .blog-card-wrapper .blog-card-img {
    overflow: hidden;
}

.blog-3-columns-grid .blog-card-wrapper .blog-card-img img {
    height: 300px;
    object-fit: cover;
}

.blog-card-wrapper .blog-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 37%;
    z-index: 2;
    width: 100%;
}

.blog-card-wrapper .blog-carousel .owl-nav .owl-prev {
    left: 4%;
    position: absolute;
}

.blog-card-wrapper .blog-carousel .owl-nav .owl-next {
    right: 4%;
    position: absolute;
}

.blog-card-wrapper .blog-carousel .owl-nav button {
    color: var(--white-color) !important;
    height: 50px;
    width: 50px;
    background: rgba(0,0,0,.3) !important;
    line-height: 50px !important;
    font-size: var(--font-size14) !important;
    transition: all ease 0.3s;
    border-radius: 50%;
}

.blog-card-wrapper .blog-carousel .owl-nav button:hover {
    background: var(--primary-dark-color) !important;
}

.blog-card-wrapper .blog-card-img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.blog-card-wrapper .blog-card-img img {
    height: 460px;
}

.blog-card-wrapper .blog-card-content .blog-card-date {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: -50px;
    background-color: var(--white-color);
    border-radius: 8px;
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    width: 70px;
    height: 70px;
    padding-top: 10px;
    text-align: center;
}

.blog-card-wrapper .blog-card-content .blog-card-date .blog-month {
    font-size: var(--font-size13);
    color: var(--primary-dark-color);
    font-weight: var(--font-weight400);
}

.blog-card-wrapper .blog-card-content .blog-card-date .blog-day {
    font-size: var(--font-size20);
    color: var(--primary-dark-color2);
    font-weight: var(--font-weight600);
}

.blog-card-wrapper .blog-card-content {
    position: relative;
    padding: 17px 20px;
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.blog-card-wrapper .blog-card-content .blog-card-tag a {
    font-size: var(--font-size13);
    color: var(--primary-dark-color);
    font-weight: var(--font-weight400);
}

.blog-card-wrapper .blog-card-content h4 {
    margin: 10px 0 15px;
}

.blog-card-wrapper .blog-card-content h4 a {
    font-size: var(--font-size20);
    color: var(--primary-dark-color2);
    font-weight: var(--font-weight600);
    transition: all ease 0.3s;
}

.blog-card-wrapper .blog-card-content h4 a:hover {
    color: var(--primary-color);
}

.sidebar-widget {
    background-color: var(--white-color);
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
    -moz-box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
    -o-box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
    box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
    padding: 30px;
}

.sidebar-widget .widget-title {
    font-size: var(--font-size16);
}

.blog-search {
    position: relative;
}

.blog-search .happyz-form-input {
    margin-bottom: 0;
    padding-left: 40px;
}

.blog-icon-search {
    position: absolute;
    top: 13px;
    left: 15px;
}

.pagination-module {
    margin-top: 30px;
}

.pagination-module .pagination .page-item:not(:last-child) {
    margin-right: 10px;
}

.pagination-module .pagination .page-item.previous,
.pagination-module .pagination .page-item.next {
    background-color: var(--white-color);
    box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
    border-radius: 50%;
}

.pagination-module .pagination .page-item a,
.pagination-module .pagination .page-item a i {
    color: var(--primary-dark-color);
}

.pagination-module .pagination .page-item.active a {
    color: var(--white-color);
    background-color: var(--primary-color);
}

.pagination-module .pagination .page-item .page-link {
    border: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
}

.pagination-module .pagination .page-item .page-link:hover,
.pagination-module .pagination .page-item .page-link:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.blog-category-list {
    margin-top: 20px;
}

.blog-category-list li:not(:last-child) {
    margin-bottom: 10px;
}

.blog-category-list li a {
    font-size: var(--font-size14);
    color: var(--primary-dark-color);
    border-bottom: solid 1px transparent;
    transition: all ease 0.3s;
}

.blog-category-list li a:hover {
    border-bottom: solid 1px var(--primary-dark-color);
}

.blog-category-list-pics {
    margin-top: 20px;
}

.blog-category-list-pics li:not(:last-child) {
    margin-bottom: 20px;
}

.blog-category-list-pics .blog-category-img {
    width: 90px;
    height: 80px;
    margin-right: 15px;
    border-radius: 8px;
}

.blog-category-list-pics .blog-category-img img {
    width: 100%;
    height: 80px;
}

.blog-category-list-pics .blog-category-content p a {
    font-size: var(--font-size14);
    color: var(--primary-dark-color);
    border-bottom: solid 1px transparent;
    transition: all ease 0.3s;
}

.blog-category-list-pics .blog-category-content p a:hover {
    border-bottom: solid 1px var(--primary-dark-color);   
}

.blog-category-list-pics .blog-category-content .blog-category-date {
    font-size: var(--font-size12);
    color: var(--light-color);
}

.blog-category-list-tags {
    margin-top: 20px;
}

.blog-category-list-tags li:not(:last-child) {
    margin-right: 10px;
}

.blog-category-list-tags a {
    font-size: var(--font-size14);
    border: 1px solid var(--grey-color);
    border-radius: 60px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 20px;
    transition: all ease 0.3s;
}

.blog-category-list-tags a:hover {
    color: var(--primary-color);
}
/* Blog */

/* Blog detail */
.blog-detail-wrapper {
    padding-top: 50px;
}

.blog-detail-wrapper h1 {
    font-family: var(--primary-font);
    font-size: var(--font-size30);
    font-weight: var(--font-weight600);
    line-height: var(--line-height100);
    margin-bottom: 20px;
}

.blog-detail-wrapper .blog-author-list li:not(:last-child) {
    margin-right: 30px;
}

.blog-detail-wrapper .blog-author-list li {
    position: relative;
}

.blog-detail-wrapper .blog-author-list li:first-child::before {
    content: none;
}

.blog-detail-wrapper .blog-author-list li::before {
    content: '';
    position: absolute;
    border-right: solid 1px var(--grey-color);
    top: 3px;
    left: -15px;
    height: 20px;
}

.blog-detail-wrapper .blog-author-list li .blog-author-wrapper img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
}

.blog-detail-wrapper .blog-author-list li .blog-text a {
    font-size: var(--font-size14);
    font-weight: var(--font-weight400);
    line-height: var(--line-height100);
    color: var(--primary-dark-color);
    transition: all ease 0.3s;
}

.blog-detail-wrapper .blog-author-list li .blog-text a:hover {
    color: var(--primary-color);
}

.blog-detail-img-wrapper {
    margin-top: 60px;
}

.blog-detail-img-wrapper img {
    width: 90%;
    height: 600px;
    object-fit: cover;
    border-radius: 10px;
}

.blog-detail-img-wrapper.with-sidebar img {
    width: 100%;
    height: 500px;
}

.blog-detail-content-wrapper {
    margin-top: 40px;
}

.blog-detail-content-wrapper h3 {
    font-family: var(--primary-font);
    font-size: var(--font-size18);
    font-weight: var(--font-weight600);
    color: var(--primary-dark-color);
    line-height: var(--line-height100);
}

.blog-detail-content-wrapper p {
    font-size: var(--font-size16);
    font-weight: var(--font-weight400);
    line-height: var(--line-height160);
    color: var(--primary-dark-color2);
}

.blog-detail-content-wrapper>*+* {
    margin-top: 20px;
}

.blog-detail-img-inner {
    border-radius: 8px;
}

.blog-detail-img-inner img {
    height: 500px;
}

.blog-share-wrapper {
    border-top: solid 1px var(--grey-color);
    margin-top: 40px;
    padding-top: 40px;
}

.blog-tags-wrapper .blog-tags-title,
.blog-social-share-wrapper .blog-share-title {
    font-size: var(--font-size14);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.blog-social-share-wrapper .blog-share-title {
    text-align: right;
}

.blog-tags-wrapper .blog-tags-list-wrapper li:not(:last-child) {
    margin-right: 10px;
}

.blog-tags-wrapper .blog-tags-list-wrapper a {
    font-size: var(--font-size14);
    border: 1px solid var(--grey-color);
    border-radius: 60px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 20px;
    transition: all ease 0.3s;
}

.blog-tags-wrapper .blog-tags-list-wrapper a:hover {
    color: var(--primary-color);
}

.blog-social-share-wrapper .blog-social-share li:not(:last-child) {
    margin-right: 10px;
}

.blog-social-share-wrapper .blog-social-share li a {
    font-size: var(--font-size14);
    color: var(--primary-dark-color2);
    border: 1px solid var(--grey-color);
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    transition: all ease 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-social-share-wrapper .blog-social-share li a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}
/* Blog detail */

/* Related posts */
.related-posts-wrapper {
    margin: 60px 0;
}

.related-posts-wrapper h3 {
    font-size: var(--font-size30);
    font-weight: var(--font-weight600);
    line-height: var(--line-height100);
    margin-bottom: 40px;
}

.related-posts-wrapper .blog-card-wrapper .blog-card-img {
    border-radius: 8px;
}

.related-posts-wrapper .blog-card-wrapper .blog-card-img img {
    height: 280px;
}

.related-posts-wrapper .blog-card-wrapper .blog-card-content {
    padding: 17px 0;
    box-shadow: none;
    border-radius: 0;
}
/* Related posts */

/* Projects */
.project-wrapper .heading-title-h2 {
    padding-bottom: 24px;
}

.project-wrapper-filtering {
    border-bottom: solid 1px var(--grey-color);
    margin: 30px 0;
}

.project-wrapper-filtering .filter-text {
    cursor: pointer;
    font-size: var(--font-size16);
    font-weight: var(--font-weight400);
    line-height: var(--line-height100);
    padding: 5px 8px;
    margin: 0 10px;
}

.project-wrapper-filtering .filter-text.active {
    border-bottom: solid 1px var(--primary-color);
}

.project-wrapper-filtering .filter-text:hover {
    border-bottom: solid 1px var(--primary-color);
}

.project-grid-wrapper {
    margin-top: 30px;
}

.project-grid-wrapper .grid-item {
    margin-bottom: 30px;
}

.project-grid-wrapper.project-grid-3-column .blog-card-wrapper .blog-card-img img {
    height: 300px;
}

.project-grid-wrapper.project-grid-4-column .blog-card-wrapper .blog-card-img img {
    height: 220px;
}

.project-detail-wrapper h1 {
    font-family: var(--primary-font);
    font-size: var(--font-size30);
    font-weight: var(--font-weight600);
    line-height: var(--line-height100);
    margin-bottom: 20px;
}

.project-detail-wrapper h2 {
    line-height: var(--line-height100);
    margin-bottom: 20px;
}

.project-detail-content-wrapper h3 {
    font-family: var(--primary-font);
    font-size: var(--font-size18);
    font-weight: var(--font-weight600);
    color: var(--primary-dark-color);
    line-height: var(--line-height100);
}

.project-detail-content-wrapper p {
    font-size: var(--font-size16);
    font-weight: var(--font-weight400);
    line-height: var(--line-height160);
    color: var(--primary-dark-color2);
}

.project-detail-content-wrapper>*+* {
    margin-top: 20px;
}

.project-detail-img-wrapper {
    border-radius: 8px;
}

.project-detail-img-wrapper img {
    height: 300px;
}

.project-detail-info {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px var(--light-color);
}

.project-detail-info .project-detail-info-title {
    font-family: var(--primary-font);
    font-size: var(--font-size18);
    font-weight: var(--font-weight600);
    color: var(--primary-dark-color);
    line-height: var(--line-height100);
    margin-bottom: 8px;
}

.project-detail-info .project-detail-info-text {
    font-size: var(--font-size16);
    font-weight: var(--font-weight400);
    line-height: var(--line-height160);
    color: var(--primary-dark-color2);
}

.project-detail-sidebar-wrapper {
    background-color: var(--white-color);
    box-shadow: 0px 10px 30px 0px rgba(205, 205, 205, 0.33);
    border-radius: 5px;
    padding: 30px;
}
/* Projects */

/* Testimonial */
.testimonial-wrapper .heading-title-h2 {
    padding-bottom: 24px;
}

.testimonial-wrapper .testimonial-carousel {
    margin-top: 50px;
}

.testimonial-wrapper .testimonial-carousel .item {
    margin: 10px 5px;
}

.testimonial-card {
    box-shadow: 0 6px 10px -3px rgba(0, 0, 0, 0.1), 0 -2px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    background-color: var(--white-color);
    border-radius: 12px;
}

.testimonial-card .testimonial-content {
    border-bottom: 1px solid var(--grey-color);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.testimonial-card .testimonial-content .testimonial-title {
    font-size: var(--font-size16);
    color: var(--primary-dark-color2);
    font-family: var(--primary-font);
    font-weight: var(--font-weight600);
    margin-bottom: 25px;
}

.testimonial-card .testimonial-content .quote-icon {
    color: rgb(7 133 134 / 20%);
    font-size: 36px;
    position: absolute;
    right: 60px;
    top: 30px;
}

.testimonial-card .testimonial-content .testimonial-text {
    font-size: var(--font-size14);
    color: var(--primary-dark-color2);
    font-weight: var(--font-weight600);
    margin-bottom: 8px;
}

.testimonial-card .testimonial-content .testimonial-star i {
    font-size: var(--font-size10);
    color: var(--yellow-color);
}

.testimonial-card .testimonial-author-wrapper .testimonial-author-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.testimonial-card .testimonial-author-wrapper .testimonial-author {
    margin-left: 15px;
}

.testimonial-card .testimonial-author-wrapper .testimonial-author .testimonial-author-name {
    font-family: var(--primary-font);
    font-size: var(--font-size15);
    color: var(--primary-dark-color2);
    font-weight: var(--font-weight600);
}

.testimonial-card .testimonial-author-wrapper .testimonial-author .testimonial-author-destination {
    font-family: var(--primary-font);
    font-size: var(--font-size15);
    color: var(--light-color);
    font-weight: var(--font-weight400);
}

.testimonial-wrapper .testimonial-carousel .owl-dots {
    text-align: center;
}

.testimonial-wrapper .testimonial-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: var(--light-color);
    border-radius: 50%;
    margin: 0 5px;
}

.testimonial-wrapper .testimonial-carousel .owl-dots .owl-dot.active {
    background-color: var(--primary-dark-color2);
}
/* Testimonial */

/* Login */
.login-card-wrapper {
    background-color: var(--white-color);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
    border: solid 1px var(--light-grey2);
}

.login-card-wrapper h2 {
    font-family: var(--primary-font);
    font-size: var(--font-size20);
    font-weight: var(--font-weight600);
    margin-bottom: 20px;
}

.login-card-wrapper .button {
    width: 100%;
}

.login-card-wrapper .checkout-form-check input:hover, 
.login-card-wrapper .checkout-form-check input:focus {
    box-shadow: none;
}

.login-card-wrapper .checkout-form-text a {
    color: var(--primary-color);
    border-bottom: solid 1px var(--primary-color);
}

.login-card-wrapper .form-check-label a {
    color: var(--primary-color);
    border-bottom: solid 1px var(--primary-color);
    transition: all ease 0.3s;
}

.login-card-wrapper .form-check-label a:hover {
    border-bottom: solid 1px transparent;
}
/* Login */

/* Connect with us */
.connect-with-us-wrapper {
    position: relative;
    background-image: url('../images/connect-with-us.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.connect-with-us-wrapper .bg-connect-overlay {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.connect-with-us-content {
    position: relative;
    width: 100%;
    z-index: 2;
}

.connect-with-us-wrapper .section-heading {
    color: var(--white-color);
    margin-bottom: 30px;
}

.connect-with-us-wrapper .section-heading-secondary {
    color: var(--white-color);
    margin-bottom: 30px;
}

.connect-with-us-wrapper p {
    color: var(--white-color);
    font-size: var(--font-size18);
    margin-bottom: 30px;
}
/* Connect with us */

/* Contact */
.contact-map-wrapper {
    height: 550px;
}

.contact-map-wrapper .contact-map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.contact-map-content-wrapper .container {
    position: relative;
    z-index: 1;
    margin-top: -400px;
}

.contact-map-content-wrapper .contact-form-wrapper {
    background-color: var(--white-color);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
    border: solid 1px var(--light-grey2);
}

.contact-map-content-wrapper .contact-form-wrapper h4 {
    font-family: var(--primary-font);
    font-size: var(--font-size20);
    font-weight: var(--font-weight600);
    margin-bottom: 20px;
}

.contact-map-content-wrapper .contact-form-wrapper .button {
    width: 100%;
}

.contact-map-content-wrapper h2 {
    font-family: var(--primary-font);
    font-size: var(--font-size30);
    font-weight: var(--font-weight600);
    margin-bottom: 30px;
}

.visit-office-wrapper .visit-office-title-wrapper h2 {
    font-family: var(--primary-font);
    font-size: var(--font-size30);
    font-weight: var(--font-weight600);
    margin-bottom: 10px;
}

.visit-office-wrapper .visit-office-title-wrapper p {
    margin-bottom: 50px;
}

.visit-office-details-wrapper {
    background-color: var(--white-color);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
    border: solid 1px var(--light-grey);
    text-align: center;
    transition: all ease 0.3s;
}

.visit-office-details-wrapper:hover {
    border: solid 1px var(--light-grey2);
}

.visit-office-details-wrapper i {
    font-size: var(--font-size60);
    color: var(--primary-color);
    margin-bottom: 30px;
}

.visit-office-details-wrapper .visit-office-details-title {
    font-family: var(--primary-font);
    font-size: var(--font-size20);
    font-weight: var(--font-weight600);
    margin-bottom: 10px;
}

.visit-office-details-wrapper p a {
    color: var(--primary-color);
    border-bottom: solid 1px var(--primary-color);
}

.talk-to-expert-wrapper .talk-to-expert-details-wrapper {
    border-radius: 10px;
    background-color: var(--light-grey3);
    padding: 100px;
    margin-bottom: 100px;
}

.talk-to-expert-details-wrapper .talk-to-expert-title {
    font-family: var(--primary-font);
    font-size: var(--font-size30);
    font-weight: var(--font-weight600);
    margin-bottom: 10px;
}
/* Contact */

/* Core values */
.core-values-wrapper {
    padding-bottom: 100px;
}

.core-values-wrapper h5 {
    font-family: var(--font-base);
    color: var(--primary-dark-color);
    font-weight: var(--font-weight400);
    font-size: var(--font-size25);
    margin-bottom: 15px;
}

.core-values-wrapper h2 {
    color: var(--primary-dark-color);
    font-weight: var(--font-weight700);
    font-size: var(--font-size32);
    margin-bottom: 15px;
}

.core-values-wrapper .core-values-progress-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 25px;
}

.core-values-progress-bar .core-values-progress-title {
    color: var(--primary-dark-color2);
    font-weight: var(--font-weight400);
    font-size: var(--font-size14);
    margin-bottom: 5px;
}

.core-values-progress-bar .progress {
    height: 10px;
}

.core-values-progress-bar .progress .progress-bar {
    background-color: var(--primary-color);
}
/* Core values */

/* Careers */
.careers-wrapper h5 {
    margin-bottom: 15px;
}

.careers-wrapper .secondary-para {
    margin-bottom: 20px;
}

.careers-wrapper h2 {
    margin-bottom: 10px;
}

.careers-wrapper ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.happyz-accordion .accordion-item .accordion-header {
    border-radius: 0;
    padding: 10px 20px;
}

.happyz-accordion .accordion-item .accordion-body {
    color: var(--primary-dark-color);
    font-size: var(--font-size17);
    padding: 0 20px 30px;
}

.happyz-accordion .accordion-item {
    margin-bottom: 20px;
}

.happyz-accordion .accordion-item .accordion-header .accordion-button {
    color: var(--primary-dark-color);
    font-size: var(--font-size20);
    font-weight: var(--font-weight400);
}

.happyz-accordion .accordion-item .accordion-header .accordion-button,
.happyz-accordion .accordion-item {
    border: 0;
    background-color: var(--light-grey3);
    border-radius: 5px;
    padding: 0;
}

.happyz-accordion .accordion-button:focus {
    box-shadow: none;
}

.happyz-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
/* Careers */

/* Opportunities */
.opportunities-wrapper {
    background-color: var(--primary-color);
    padding: 30px;
    border-radius: 5px;
}

.opportunities-wrapper i {
    color: var(--white-color);
    font-size: var(--font-size70);
    margin-bottom: 20px;
}

.opportunities-wrapper .opportunities-heading {
    color: var(--white-color);
    font-size: var(--font-size25);
    line-height: var(--line-height140);
    margin-bottom: 20px;
}

.opportunities-wrapper p {
    color: var(--white-color);
    margin-bottom: 30px;
}

.opportunities-wrapper p a {
    color: var(--white-color);
    text-decoration: underline;
}
/* Opportunities */

/* Faqs */
.faqs-accordion .accordion-button:focus {
    box-shadow: none;
}

.faqs-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.faqs-accordion .accordion-item {
    border: 0;
    border-radius: 0;
    padding: 10px 0;
    border-bottom: solid 1px var(--grey-color);
}

.faqs-accordion .accordion-item:last-child {
    border-bottom: 0;
}

.faqs-accordion .accordion-item .accordion-header .accordion-button {
    position: relative;
}

.faqs-accordion .accordion-item .accordion-header .accordion-button::after {
    content: '';
    position: absolute;
    top: 22px;
    right: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E");
    background-size: 16px;
    height: 16px;
    width: 16px;
}

.faqs-accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z'/%3E%3C/svg%3E");    
}

.faqs-accordion .accordion-item .accordion-header .accordion-button,
.faqs-accordion .accordion-item .accordion-header a {
    background-color: transparent;
    color: var(--primary-dark-color);
    font-size: var(--font-size24);
    font-weight: var(--font-weight400);
    display: flex;
}

.faqs-accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--dark-color);
}

.faqs-accordion h5 {
    margin-bottom: 15px;
}

.faqs-accordion p {
    margin-bottom: 30px;
}

.faqs-accordion p a {
    color: var(--primary-color);
    border-bottom: solid 1px var(--primary-color);
    transition: all ease 0.3s;
}

.faqs-accordion p a:hover {
    border-bottom: solid 1px transparent;
}
/* Faqs */

/* Services */
.happyz-services-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 50px;
}

.happyz-services-card .happyz-services-card-img-wrapper {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top: solid 2px var(--primary-color);
    position: relative;
    overflow: hidden;
}

.happyz-services-card .happyz-services-card-img-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: all ease 0.3s;
    background: rgb(7 133 134 / 64%);
}

.happyz-services-card .happyz-services-card-img-wrapper img {
    height: 260px;
}

.happyz-services-card-content-wrapper {
    border: solid 1px var(--light-grey4);
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.happyz-services-card-content-wrapper .happyz-services-icon-wrapper {
    background-color: var(--primary-color);
    position: absolute;
    z-index: 1;
    height: 70px;
    width: 70px;
    right: 15px;
    top: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.happyz-services-card-content-wrapper .happyz-services-icon-wrapper i {
    font-size: var(--font-size20);
    color: var(--white-color);
    transition: all ease 0.3s;
}

.happyz-services-card-content-wrapper .happyz-services-card-title {
    font-size: var(--font-size20);
    font-weight: var(--font-weight600);
    line-height: var(--line-height140);
    margin-bottom: 10px;
}

.happyz-services-card-content-wrapper .happyz-services-card-btn {
    margin-top: 20px;
}

.happyz-services-card:hover .happyz-services-card-img-wrapper::before {
    opacity: 1;
}

.happyz-services-card:hover .happyz-services-card-img-wrapper img {
    -webkit-transform: scale(1.1) rotate(-1deg);
    transform: scale(1.1) rotate(-1deg);
}

.happyz-services-card:hover .happyz-services-card-content-wrapper .happyz-services-icon-wrapper i {
    transform: rotatey(180deg);
}
/* Services */

/* Services detail */
.services-detail-wrapper .services-inner-img-wrapper {
    margin-bottom: 30px;
    border-radius: 8px;
}

.services-detail-wrapper .services-inner-img-wrapper img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.services-detail-wrapper .secondary-para {
    margin-bottom: 20px;
}

.services-detail-wrapper .services-inner-list,
.services-detail-wrapper .services-inner-list li:not(:last-child) {
    margin-bottom: 10px;
}

.services-detail-wrapper .services-inner-side-img-wrapper img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.services-detail-wrapper .faqs-accordion {
    margin-top: 60px;
}

.services-detail-wrapper .faqs-accordion p {
    margin-bottom: 0;
}

.happyz-services-inner-menu-list {
    background-color: var(--white-color);
    box-shadow: 0px 10px 30px 0px rgba(205, 205, 205, 0.33);
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 50px;
}

.happyz-services-detail-sidebar-list {
    margin-top: 10px;
}

.happyz-services-detail-sidebar-list li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px var(--light-color);
}

.happyz-services-detail-sidebar-list a .happyz-services-detail-sidebar-text,
.happyz-services-detail-sidebar-list i {
    color: var(--primary-dark-color);
}

.happyz-services-detail-sidebar-list a:hover .happyz-services-detail-sidebar-text,
.happyz-services-detail-sidebar-list a:hover i,
.happyz-services-detail-sidebar-list a.active .happyz-services-detail-sidebar-text,
.happyz-services-detail-sidebar-list a.active i {
    color: var(--primary-color);
}

.happyz-services-right-inner-card-dark {
    background-color: var(--primary-dark-color);
    border-radius: 5px;
    padding: 40px;
}

.happyz-services-right-inner-card-dark h5,
.happyz-services-right-inner-card-dark p {
    color: var(--white-color);
}

.happyz-services-right-inner-card-dark h5 {
    margin-bottom: 15px;
}
/* Services detail */

/* Page error */
.page-error-wrapper .page-error-title {
    color: var(--primary-color);
    font-family: var(--secondary-font);
    font-weight: var(--font-weight700);
    font-size: var(--font-size200);
    line-height: 175px;
}

.page-error-wrapper .page-error-title span {
    color: var(--primary-dark-color);
}

.page-error-wrapper .page-error-text {
    font-family: var(--primary-font);
    font-size: var(--font-size30);
    font-weight: var(--font-weight600);
    margin-bottom: 10px;
}

.page-error-wrapper p {
    margin-bottom: 30px;
}
/* Page error */

/* Footer */
.footer {
    background-color: var(--primary-dark-color);
    padding: 80px 0;
}

.footer .footer-logo {
    margin-bottom: 30px;
}

.footer .footer-logo .footer-logo-img {
    width: 150px;
    filter: brightness(0) invert(1);
}

.footer .footer-desc {
    color: var(--light-color);
    font-size: var(--font-size16);
    font-weight: var(--font-weight400);
}

.footer h2 {
    position: relative;
    font-size: var(--font-size25);
    line-height: 30px;
    color: var(--white-color);
    font-weight: var(--font-weight700);
    margin-bottom: 40px;
}

.footer h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    border-bottom: solid 3px var(--primary-color);
    width: 70px;
}

.footer-contact-wrapper {
    margin-bottom: 20px;
}

.footer-contact-wrapper h3 {
    font-size: var(--font-size20);
    line-height: 26px;
    color: var(--white-color);
    font-weight: var(--font-weight600);
    margin-bottom: 5px;
}

.footer-contact-wrapper p {
    color: var(--light-color);
    font-size: var(--font-size16);
    font-weight: var(--font-weight400);
}

.footer-contact-wrapper p span {
    color: var(--white-color);
}

.footer-menu-list li {
    margin-bottom: 10px;
}

.footer-menu-list li:last-child {
    margin-bottom: 0;
}

.footer-menu-list a {
    color: var(--light-color);
    font-size: var(--font-size16);
    font-weight: var(--font-weight400);
    transition: all ease 0.3s;
}

.footer-menu-list a:hover {
    color: var(--primary-color);
}

.footer-copyright {
    background-color: var(--primary-dark-color2);
    padding: 10px 0;
}

.footer-copyright .footer-copyright-text {
    color: var(--white-color);
    font-size: var(--font-size14);
}

.footer-copyright .footer-copyright-text a {
    font-size: var(--font-size14);
    color: var(--primary-color);
}

.footer-copyright-list li:not(:last-child) {
    margin-right: 10px;
}

.footer-copyright-list li a .social-circle {
    background-color: var(--primary-dark-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all ease 0.3s;
}

.footer-copyright-list li a .social-circle {
    color: var(--white-color);
}

.footer-copyright-list li a:hover .social-circle {
    background-color: var(--primary-color);
}
/* Footer */

/* Scroll to top */
.scroll-to-top {
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 1000;
    display: none;
}

.scroll-to-top.sticky-visible {
    display: block;
}

.scroll-to-top a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: var(--font-size16);
    color: var(--white-color);
    background: rgba(100, 100, 100, 0.4);
    border-radius: 100%;
    transition: all 0.3s ease;
}

.scroll-to-top a:hover {
    background: var(--primary-dark-color);
}
/* Scroll to top */

/* Media queries Max 992 */
@media all and (max-width: 992px) {
    .happyz-header .header-top .header-top-list {
        text-align: center;
    }

    .happyz-header .navbar {
        padding: 20px 0;
    }

    .home-slider-img-wrapper img {
        height: 700px;
    }

    .home-carousel .owl-nav {
        display: none;
    }

    .home-carousel .owl-dots {
        bottom: 30px;
    }

    .banner {
        height: 700px;
    }

    .section-p {
        padding: 60px 0;
    }

    .services-module-wrapper .services-module-grid {
        grid-template-columns: repeat(2,1fr);
        row-gap: 20px;
        column-gap: 20px;
    }

    .team-card-main-wrapper {
        grid-template-columns: repeat(2,1fr);
        row-gap: 20px;
        column-gap: 20px;
    }

    .what-do-you-need-card {
        margin-bottom: 30px;
    }

    .about-us-img-wrapper {
        margin-bottom: 30px;
    }

    .stats-wrapper-list {
        margin-bottom: 30px;
    }

    .projects-card {
        margin-bottom: 30px;
    }

    .query-wrapper ul {
        margin-bottom: 30px;
    }

    .contact-map-wrapper {
        height: 400px;
    }

    .contact-map-content-wrapper .container {
        margin-top: 50px;
    }

    .contact-form-wrapper {
        margin-bottom: 30px;
    }

    .visit-office-details-wrapper {
        margin-bottom: 30px;
    }

    .talk-to-expert-wrapper .talk-to-expert-details-wrapper {
        padding: 50px;
    }

    .talk-to-expert-details-wrapper p {
        margin-bottom: 30px;
    }

    .team-detail-wrapper .team-detail-intro-wrapper h1 {
        font-size: var(--font-size32);
    }

    .team-detail-wrapper .team-detail-img-wrapper {
        margin-bottom: 30px;
    }

    .blog-detail-img-wrapper {
        margin-top: 40px;
    }

    .blog-detail-img-wrapper img {
        width: 100%;
        height: 450px;
    }

    .blog-detail-img-wrapper.with-sidebar img {
        height: 450px;
    }

    .blog-detail-content-wrapper {
        margin-top: 30px;
    }

    .blog-detail-img-inner img {
        height: 400px;
    }

    .blog-card-wrapper .blog-card-img img {
        height: 400px;
    }

    .blog-detail-wrapper.with-sidebar .blog-sidebar,
    .blog-sidebar {
        margin-top: 30px;
    }

    .blog-no-sidebar-grid {
        grid-template-columns: repeat(1,1fr);
        row-gap: 30px;
        column-gap: 0;
    }

    .blog-3-columns-grid {
        grid-template-columns: repeat(2,1fr);
        row-gap: 30px;
        column-gap: 20px;
    }
    
    .blog-3-columns-grid .blog-card-wrapper .blog-card-img img {
        height: 230px;
    }

    .related-posts-wrapper {
        margin-bottom: 40px;
    }

    .related-posts-wrapper .blog-card-wrapper .blog-card-img img {
        height: 230px;
    }

    .project-grid-wrapper .blog-card-wrapper .blog-card-img img {
        height: 250px;
    }

    .project-grid-wrapper.project-grid-3-column .blog-card-wrapper .blog-card-img img {
        height: 250px;
    }

    .project-detail-img-wrapper img {
        height: 250px;
    }

    .project-detail-sidebar-wrapper {
        margin-top: 30px;
    }

    .core-values-progress-grid {
        margin-top: 30px;
    }

    .happyz-services-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 40px;
    }

    .happyz-services-card-content-wrapper {
        padding: 20px;
    }

    .happyz-services-card .happyz-services-card-img-wrapper img {
        height: 220px;
    }
}
/* Media queries Max 992 */

/* Media queries Max 767 */
@media all and (max-width: 767px) {
    .home-slider-img-wrapper img {
        height: 500px;
    }

    .home-slider-content-wrapper {
        top: 10%;
    }

    .home-slider-content-wrapper .home-slider-title {
        font-size: var(--font-size30);
        line-height: 40px;
        margin-top: 20px;
    }

    .home-slider-content-wrapper .home-slider-desc {
        line-height: 30px;
        margin: 20px 0px;
    }

    .section-p {
        padding: 40px 0;
    }

    .what-do-you-need-wrapper h2 {
        font-size: var(--font-size30);
        line-height: 35px;
        padding-bottom: 15px;
    }

    .about-us-wrapper .about-us-img-wrapper img {
        height: 260px;
    }

    .blog-detail-wrapper h1 {
        font-size: var(--font-size20);
        line-height: var(--line-height140);
    }

    .blog-detail-img-wrapper img,
    .blog-detail-img-inner img,
    .blog-detail-img-wrapper.with-sidebar img {
        height: 250px;
    }

    .blog-social-share-wrapper .blog-share-title {
        text-align: left;
        margin-top: 15px;
    }

    .blog-card-wrapper .blog-card-img img {
        height: 250px;
    }

    .blog-detail-wrapper .blog-author-list li {
        display: block;
        margin: 10px 0;
    }

    .blog-detail-wrapper .blog-author-list li::before {
        content: none;
    }

    .blog-no-sidebar-grid {
        row-gap: 20px;
    }

    .banner {
        height: 600px;
    }

    .banner .banner-content-wrapper h1 {
        font-size: var(--font-size30);
        line-height: var(--line-height100);
    }

    .banner .banner-content-wrapper p {
        margin: 20px 0;
    }

    .services-module-wrapper .services-module-card i {
        font-size: var(--font-size48);
    }

    .services-module-wrapper .services-module-grid {
        grid-template-columns: repeat(1,1fr);
        row-gap: 16px;
        column-gap: 0;
    }

    .section-heading-secondary {
        font-size: var(--font-size30);
        line-height: 30px;
    }

    .team-card-main-wrapper {
        grid-template-columns: repeat(1,1fr);
        row-gap: 16px;
        column-gap: 0;
    }

    .blog-3-columns-grid {
        grid-template-columns: repeat(1,1fr);
        row-gap: 20px;
        column-gap: 0;
    }

    .contact-map-wrapper {
        height: 250px;
    }

    .visit-office-details-wrapper i {
        font-size: var(--font-size48);
    }

    .contact-map-content-wrapper h2 {
        font-size: var(--font-size20);
        margin-bottom: 10px;
    }

    .visit-office-wrapper .visit-office-title-wrapper h2 {
        font-size: var(--font-size20);
    }

    .talk-to-expert-details-wrapper .talk-to-expert-title {
        font-size: var(--font-size20);
    }

    .talk-to-expert-wrapper .talk-to-expert-details-wrapper {
        padding: 20px;
    }

    .login-card-wrapper {
        padding: 20px;
    }

    .page-error-wrapper .page-error-title {
        font-size: var(--font-size150);
        line-height: 135px;
    }

    .page-error-wrapper .page-error-text {
        font-size: var(--font-size20);
    }

    .google-reviews-wrapper {
        padding: 40px 0;
    }

    .google-reviews-wrapper .google-reviews-content-wrapper {
        display: block;
    }

    .google-reviews-wrapper .google-reviews-content-wrapper .google-reviews-logo-wrapper {
        margin-bottom: 20px;
    }

    .team-detail-wrapper .team-detail-img-wrapper img {
        height: 260px;
    }

    .team-detail-wrapper .team-detail-intro-wrapper .team-detail-contact-list li:first-child {
        margin-bottom: 16px;
    }

    .team-detail-wrapper .team-detail-intro-wrapper .team-detail-contact-list li {
        width: 100%;
    }

    .team-detail-wrapper .team-detail-intro-wrapper .team-detail-contact-list li .button {
        width: 100%;
    }

    .team-detail-wrapper .team-detail-intro-wrapper .team-detail-contact-list li:not(:last-child) {
        margin-right: 0;
    }

    .project-wrapper-filtering .filter-text {
        display: inline-block;
        margin-bottom: 15px;
    }

    .project-detail-wrapper h1 {
        font-size: var(--font-size20);
        line-height: var(--line-height140);
    }

    .project-detail-img-wrapper {
        margin-bottom: 20px;
    }

    .happyz-services-grid-wrapper {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
        row-gap: 30px;
    }

    .services-detail-wrapper .services-inner-img-wrapper img,
    .services-detail-wrapper .services-inner-side-img-wrapper img {
        height: 250px;
    }

    .footer-copyright .footer-copyright-text {
        margin-bottom: 15px;
    }
}
/* Media queries Max 767 */