@charset "utf-8";

/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
/* font-family: "Ubuntu", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* font-family: "Lato", sans-serif; */

/* 	-----------------------------------------------------
------------------- General Styles ------------------
----------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: 4px-box;
    -moz-box-sizing: 4px-box;
    box-sizing: 4px-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background-color: transparent;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #606060;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #FFC700;
    text-decoration: none;
}

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

[contenteditable="true"]:focus {
    outline: none;
}

*:focus {
    outline: none;
}

img {
    margin: 0;
    padding: 0;
    outline-style: none;
    outline-width: 0;
    max-width: 100%;
    height: auto;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    color: #606060;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 100%;
    overflow-x: hidden;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

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

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

strong {
    font-weight: 700;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.container {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
}

.container-fluid {
    margin: 0 auto;
    width: 100%;
    padding: 0 5%;
    max-width: 1600px;
}

@media only screen and (max-width:760px) {
    .container-fluid {
        padding: 0 15px;
    }
}


@media only screen and (min-width:761px) and (max-width:1366px) {
    .container-fluid {
        padding: 0 15px;
    }
}


/* 	-----------------------------------------------------
-------------------- Header Styles ------------------
----------------------------------------------------- */
.header-section {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #FFFFFF;
    box-shadow: 1px 0px 7px 0px #00000029;
    transition: all .4s ease-in-out;
}

.header-section.sticky {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #FFFFFF;
    box-shadow: 1px 0px 7px 0px #00000029;
    transition: all .4s ease-in-out;
}

.header-section .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 15px;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 2rem;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 9999;
}

.brand img {
    height: 47px;
}

.menu {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1400px) {
    .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        max-width: 300px;
        height: 100%;
        z-index: 10;
        opacity: 0;
        overflow-y: auto;
        visibility: hidden;
        background-color: #FFFFFF;
        transition: all 0.5s ease;
        margin: 0;
        padding: 0 !important;
    }

    .navbar.active {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
}

.menu-item {
    display: inline-block;
    margin-left: 15px;
}

.menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 68px;
    cursor: pointer;
    color: #00000099;
    position: relative;
    padding: 0;
    transition: all .4s ease-in-out;
}

.menu-link>.fa-house-chimney {
    font-size: 16px;
    color: inherit;
    line-height: 68px;
}

.menu-link>i {
    font-size: 10px;
    color: inherit;
}

.menu-link:hover {
    outline: none;
    color: #FFC700;
    transition: all .4s ease-in-out;
}

.menu-link a {
    color: #00000099;
    position: relative;
}

.menu-link a>i {
    font-size: 10px;
    color: inherit;
}

.menu-link::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition-duration: 0.25s;
    background-color: #FFFFFF;
}

.menu-active {
    color: #FFC700;
    font-weight: 700;
}

.menu-active a.menu-link {
    color: #FFC700;
    border-bottom: 2px solid #FFC700;
}

.menu-active span.menu-link {
    color: #FFC700;
    border-bottom: 2px solid #FFC700;
}

.my-account-section .heading h2 .account-tab-active {
    display: inline-block;
    background: #FFC700;
    color: #1a1a1a;
    padding: 6px 16px;
    border-radius: 6px;
    font-weight: 700;
}

.my-account-section .heading h2 .my-account-btn,
.my-account-section .heading h2 .solutions-for-you-btn {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 6px;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.15s;
}

.my-account-section .heading h2 .my-account-btn:hover,
.my-account-section .heading h2 .solutions-for-you-btn:hover {
    background: rgba(255, 199, 0, 0.2);
}

.menu a.active {
    color: #FFC700;
}

.menu a:hover {
    color: #FFC700;
}

@media only screen and (min-width: 1400px) {
    .menu-dropdown:hover>.submenu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 1400px) {
    .menu {
        width: 100%;
        height: 100%;
        padding: 50px 15px 20px 15px;
    }

    .menu-item {
        display: block;
        margin: 5px 0;
        padding: 0;
        border-bottom: 1px solid #00000017;
    }

    .menu-link {
        justify-content: space-between;
        margin: 0;
        padding: 0;
        color: #000000;
        line-height: 1.4 !important;
        padding: 15px;
    }

    .menu-link:hover {
        outline: none;
        color: #FFC700 !important;
    }

    .menu-link::after {
        position: absolute;
        bottom: -3px;
        left: 0;
        content: "";
        width: 100%;
        height: 1px;
        transform: scale(1, 1);
        transform-origin: center top;
        transition-duration: 0.25s;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .menu-item:last-child {
        padding: 0;
        height: inherit;
        border-radius: 0;
        border: none;
        display: block;
    }

    .menu-active {
        background: none !important;
    }

    .menu-active a {
        color: #000000 !important;
        background: none !important;
    }

    .menu-dropdown .menu-link {
        background: url(../img/nav-arrow.svg) no-repeat 96% !important;
    }

    .menu-quote .menu-link,
    .menu-apply .menu-link {
        justify-content: center !important;
    }
}

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    background-color: #FFFFFF;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    list-style: none;
}

.submenu-item {
    width: 190px;
    background-color: #F9F9F9;
    float: left;
    margin: 0 5px;
}

.submenu-link {
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    color: #2A2A2A;
    transition: all 0.35s ease;
    padding: 15px;
    background: none !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    height: 80px;
}

.submenu-link:hover {
    outline: none;
    color: #000000 !important;
    background: none !important;
    background-color: rgba(0, 30, 83, 0.02) !important;
}

.submenu-link-active {
    color: #000000 !important;
    background: none !important;
    background-color: rgba(0, 30, 83, 0.02) !important;
}

.submenu-link img {
    width: 40px;
    height: 40px;
}

@media only screen and (max-width: 1400px) {
    .submenu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        max-height: 0;
        padding: 0;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        transform: translateY(0px);
        box-shadow: none;
        background: transparent;
    }

    .submenu-item {
        width: 100%;
        background-color: #F9F9F9;
        float: none;
        margin: 0;
    }

    .submenu-link {
        font-size: 16px;
        font-weight: 400;
        line-height: inherit;
        cursor: pointer;
        color: #2A2A2A;
        transition: all 0.35s ease;
        padding: 10px;
        background: none !important;
        height: auto;
    }

    .submenu-link:hover {
        outline: none;
        color: #2A2A2A;
        background-color: rgba(0, 30, 83, 0.1) !important;
    }

    .submenu-link-active {
        color: #FFC700;
        background: none !important;
        background-color: rgba(0, 30, 83, 0.1) !important;
    }

    .menu-active a.submenu-link {
        background: none !important;
        background-color: #FFFFFF !important;
    }

    .menu-active a.submenu-link:hover {
        outline: none;
        color: #FFC700;

    }

    .menu-active a.submenu-link-active {
        color: #FFC700;
        background: none !important;
    }

    .brand img {
        height: 40px;
    }

    .submenu-link img {
        width: 30px;
        height: 30px;
    }
}

.burger {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2rem;
    height: 1rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

.burger-line {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 1;
    border: none;
    outline: none;
    background: #050524;
}

.burger-line:nth-child(1) {
    top: 0px;
}

.burger-line:nth-child(2) {
    top: 0.5rem;
    margin-left: 20%;
    width: 80%;
}

.burger-line:nth-child(3) {
    top: 1rem;
    margin-left: 50%;
    width: 50%;
}

.close {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2rem;
    height: 2rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

.close:before,
.close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 1.7rem;
    width: 3px;
    background-color: #001E53;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

@media only screen and (max-width: 1400px) {
    .burger {
        display: block;
        opacity: 1;
        visibility: visible;
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .close {
        display: block;
        opacity: 1;
        visibility: visible;
        position: absolute;
        right: 10px;
        top: 10px;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 1400px) {
    .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

.header-section .container-fluid aside {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.language ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.language ul li {
    width: 20px;
}

.find-expert a {
    margin: 0;
    padding: 10px 25px;
    width: auto;
    height: 50px;
    background-color: #1D7CC3;
    border: none;
    border-radius: 4px;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.find-expert a:hover {
    background-color: #30577e !important;
    color: #FFFFFF !important;
    transition: all .4s ease-in-out;
}

.join-expert a {
    margin: 0;
    padding: 10px 25px;
    width: auto;
    height: 50px;
    background-color: #FFFFFF;
    border: 2px solid #FFC700;
    border-radius: 4px;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 46px;
    color: #FFC700;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.join-expert a:hover {
    background-color: #FFC700 !important;
    color: #FFFFFF !important;
    transition: all .4s ease-in-out;
}

.login a {
    margin: 0;
    padding: 0 0 0 10px;
    width: auto;
    height: 50px;
    background-color: #FFFFFF;
    border: none;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
    color: #606060;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    white-space: nowrap;
}

@media only screen and (max-width:760px) {
    .header-section {
        padding: 10px 0;
    }

    .header-section .container-fluid aside {
        display: none;
    }

    .header-section .container-fluid aside .find-expert,
    .header-section .container-fluid aside .join-expert {
        display: none;
    }

    .login a span {
        display: none;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {

    .header-section .container-fluid aside .find-expert a,
    .header-section .container-fluid aside .join-expert a {
        padding: 10px 15px;
    }
}

@media only screen and (min-width:761px) and (max-width:1400px) {
    .header-section {
        padding: 10px 0;
    }

    .header-section .container-fluid aside {
        display: none;
    }
}


@media only screen and (min-width:1399px) and (max-width:1440px) {
    .menu-item {
        margin-left: 5px;
    }
}

.quick-contact {
    position: fixed;
    bottom: 50vh;
    right: -64px;
    padding: 0;
    border-radius: 0;
    display: block;
    background-color: #00b300;
    border: 1px solid #00b300;
    display: block;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transition: .5s;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
}

.quick-contact a {
    padding: 15px 20px;
    color: #FFFFFF;
    display: block;
}

/* 	-----------------------------------------------------
-------------------- Banner Styles ------------------
----------------------------------------------------- */
.banner-section {
    overflow: hidden;
}

.banner-section .container {
    position: relative;
}

.banner-section .container .image01 {
    position: absolute;
    right: 65px;
    bottom: 200px;
    width: 180px;
}

.banner-section .container .image02 {
    background-color: #FFFFFF;
    position: absolute;
    right: 65px;
    bottom: 280px;
    width: 180px;
}

.slider-for-banner {
    padding: 70px 0 40px 0;
}

.slider-item {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.slider-item .content {
    width: 48%;
}

.slider-item .image {
    width: 48%;
}

.slider-nav-banner {
    margin: 0 auto;
    max-width: 660px;
    text-align: center;
}

.slider-nav-banner img {
    border: 3px solid #FFFFFF;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.slider-nav-banner .slick-current img {
    border: 3px solid #ffc700;
    transition: all .4s ease-in-out;
}

.banner-section h1 {
    font-family: "Ubuntu", sans-serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 1.2;
    color: #606060;
    padding: 10px 0;
    max-width: 490px;
}

.banner-section h1 strong {
    font-weight: 700;
    color: #606060;
}

.d-block {
    display: block;
}

.banner-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #606060;
    padding: 10px 0;
}

.banner-section aside {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}

.banner-section aside .find-expert a,
.banner-section aside .join-expert a {
    width: 100%;
    min-width: 224px;
    text-transform: uppercase;
}

.typed {
    color: #FFC700;
    font-weight: 700;
}

.typed-cursor {
    color: #FFC700;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media only screen and (max-width:760px) {
    .slider-for-banner {
        padding: 30px 0 0 0;
    }

    .slider-item {
        flex-wrap: wrap-reverse;
    }

    .slider-item .content {
        width: 100%;
    }

    .slider-item .image {
        width: 100%;
    }

    .banner-section h1 {
        font-size: 24px;
        max-width: 100%;
    }

    .banner-section p {
        font-size: 14px;
        line-height: 1.4;
    }

    .banner-section aside {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
    }

    .banner-section aside .find-expert a,
    .banner-section aside .join-expert a {
        width: auto;
        min-width: auto;
        font-size: 14px;
        padding: 5px 15px;
    }

    .banner-section .container .image01 {
        position: absolute;
        right: 15px;
        bottom: auto;
        top: 100px;
        width: 100px;
    }

    .banner-section .container .image02 {
        position: absolute;
        right: 15px;
        bottom: auto;
        top: 50px;
        width: 100px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .slider-for-banner {
        padding: 30px 0 0 0;
    }

    .banner-section h1 {
        font-size: 30px;
        max-width: 100%;
    }
}

/* 	-----------------------------------------------------
------------------- Content Styles ------------------
----------------------------------------------------- */

.content-section {
    min-height: 400px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    line-height: 1.2;
    color: #606060;
    padding: 10px 0;
}

.content-section h1 {
    font-size: 38px;
}

.content-section h2 {
    font-size: 38px;
}

.content-section h3 {
    font-size: 34px;
}

.content-section h4 {
    font-size: 30px;
}

.content-section h5 {
    font-size: 25px;
}

.content-section h6 {
    font-size: 20px;
}

.content-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #606060;
    padding: 10px 0;
}

.content-section ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: disc;
}

.content-section ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #606060;
    margin: 5px 0;
}

.content-section ul ul {
    list-style: circle;
}

.content-section ol {
    margin: 0;
    padding: 10px 18px;
    list-style: decimal;
}

.content-section ol li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #606060;
    margin: 5px 0;
}

.content-section ol ol {
    list-style: lower-roman;
}

.btn-01 a {
    margin: 0;
    padding: 10px 25px;
    width: auto;
    height: auto;
    background-color: #1D7CC3;
    border: none;
    border-radius: 4px;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
    display: inline-block;
    white-space: nowrap;
}

.btn-01 a:hover {
    background-color: #30577e !important;
    color: #FFFFFF !important;
    transition: all .4s ease-in-out;
}

.btn-02 a {
    margin: 0;
    padding: 10px 25px;
    width: auto;
    height: auto;
    background-color: #FFFFFF;
    border: 2px solid #FFC700;
    border-radius: 4px;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #FFC700;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
    display: inline-block;
    white-space: nowrap;
}

.btn-02 a:hover {
    background-color: #FFC700 !important;
    color: #FFFFFF !important;
    transition: all .4s ease-in-out;
}

.btn-03 a {
    margin: 0;
    padding: 10px 25px;
    width: auto;
    height: auto;
    background-color: #FFFFFF;
    border: none;
    border-radius: 0px;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #606060;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
    display: inline-block;
    white-space: nowrap;
}

.btn-03 a:hover {
    color: #FFC700 !important;
    transition: all .4s ease-in-out;
}


@media only screen and (max-width:760px) {
    .content-section h1 {
        font-size: 30x;
    }

    .content-section h2 {
        font-size: 28px;
    }

    .content-section h3 {
        font-size: 24px;
    }

    .content-section h4 {
        font-size: 22px;
    }

    .content-section h5 {
        font-size: 20px;
    }

    .content-section h6 {
        font-size: 18px;
    }

    .content-section p {
        font-size: 14px;
        line-height: 1.5;
    }

    .content-section ul li {
        font-size: 14px;
        line-height: 1.5;
    }

    .content-section ol li {
        font-size: 14px;
        line-height: 1.5;
    }

    .btn-01 a {
        padding: 5px 15px;
        font-size: 14px;
    }

    .btn-01 a i {
        font-size: 14px;
        margin-left: 5px;
    }

    .btn-02 a {
        margin: 5px auto;
        padding: 5px 15px;
        font-size: 14px;
    }

    .btn-02 a i {
        font-size: 14px;
        margin-left: 5px;
    }

    .btn-03 a {
        margin: 5px auto;
        padding: 5px 15px;
        font-size: 14px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1170px) {
    .btn-01 a {
        padding: 10px 20px;
    }

    .btn-02 a {
        padding: 10px 20px;
    }

    .btn-03 a {
        padding: 10px 20px;
    }
}

.collaborated-section {
    padding: 50px 0;
    text-align: center;
}

.collaborated-js {
    margin-top: 50px;
}

.collaborated-js .item {
    height: 65px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    filter: grayscale(100%);
    transition: all .4s ease-in-out;
}

.collaborated-js .item:hover {
    filter: grayscale(0%);
    transition: all .4s ease-in-out;
}

.collaborated-js .slick-slide img {
    display: inline-block;
    max-height: 65px;
    max-width: 200px;
}

@media only screen and (max-width:760px) {
    .collaborated-section {
        padding: 30px 0;
    }

    .collaborated-js {
        margin-top: 30px;
    }
}

.why-section {
    padding: 50px 0;
    text-align: center;
}

.why-section h4 {
    padding: 5px 0;
}

.why-section h5 {
    margin: 0 auto;
    max-width: 930px;
    padding: 5px 0;
}

.why-section h6 {
    font-size: 18px;
    font-weight: 700;
    color: #FFC700;
    padding: 5px 0;
}

.why-section p {
    padding: 5px 0;
}

.why-section .three-panel {
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}

.why-section .three-panel .panel {
    width: 23.5%;
    min-height: 350px;
    background-color: #FFFFFF;
    border-top: 7px solid #FFC700;
    border-radius: 7px;
    box-shadow: 0px 3px 52px 0px #00000017;
    padding: 25px;
    text-align: left;
}

@media only screen and (max-width:760px) {
    .why-section {
        padding: 30px 0;
    }

    .why-section .three-panel {
        margin: 30px auto;
        flex-wrap: wrap;
        gap: 15px;
    }

    .why-section .three-panel .panel {
        width: 100%;
        min-height: inherit;
        padding: 20px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .why-section .three-panel {
        flex-wrap: wrap;
        gap: 30px;
    }

    .why-section .three-panel .panel {
        width: 48%;
    }
}

.reviews-section {
    margin-top: -250px;
    padding: 250px 0 100px 0;
    background: url(../img/bg.png) no-repeat left/cover;
    text-align: center;
}

.reviews-section h2 {
    padding: 0;
}

.reviews-section h6 {
    font-size: 18px;
    font-weight: 700;
    color: #FFC700;
    text-transform: uppercase;
}

.reviews-section h5 {
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
}

.reviews-js .item {
    padding: 50px;
}

.reviews-js .item .fa-quote-right {
    font-size: 40px;
    color: #FFC700;
}

.reviews-js .item p {
    font-size: 22px;
}

.reviews-js .item p small {
    font-size: 16px;
}

.reviews-js .item h4 {
    font-size: 22px;
    font-weight: 500;
    padding: 20px 0 0 0;
    margin-bottom: -10px;
}

@media only screen and (max-width:760px) {
    .reviews-section {
        margin-top: 0;
        padding: 0 0 60px 0;
    }

    .reviews-section h2 {
        padding: 10px 0;
    }

    .reviews-section h6 {
        font-size: 16px;
    }

    .reviews-section h5 {
        font-size: 20px;
    }

    .reviews-js .item {
        padding: 0px;
    }

    .reviews-js .item .fa-quote-right {
        font-size: 30px;
    }

    .reviews-js .item p {
        font-size: 18px;
    }

    .reviews-js .item p small {
        font-size: 14px;
    }

    .reviews-js .item h4 {
        font-size: 18px;
    }
}

.how-section {
    padding: 70px 0;
    text-align: center;
}

.how-section h6 {
    font-size: 18px;
    font-weight: 700;
    color: #FFC700;
    text-transform: uppercase;
    padding: 0;
}

.how-section .three-panel {
    margin: 30px auto 0 auto;
    display: flex;
    justify-content: space-between;
}

.how-section .three-panel .panel {
    width: 31%;
    position: relative;
}

.how-section .three-panel .panel::after {
    content: "";
    width: 141px;
    height: 27px;
    background: url(../img/arrow-step.png) no-repeat center;
    position: absolute;
    top: 50%;
    right: -70px;
}

.how-section .three-panel .panel:last-child::after {
    display: none;
}

.how-section .number {
    font-family: "Ubuntu", sans-serif;
    font-size: 76px;
    font-weight: 400;
    line-height: 114px;
    text-align: center;
    color: #D5D6D6;
}

.how-section p {
    padding: 5px 0;
}

@media only screen and (max-width:760px) {
    .how-section {
        padding: 30px 0;
    }

    .how-section h6 {
        font-size: 16px;
    }

    .how-section .three-panel {
        margin: 10px auto 0 auto;
        flex-wrap: wrap;
        gap: 15px;
    }

    .how-section .three-panel .panel {
        width: 100%;
    }

    .how-section .three-panel .panel::after {
        display: none;
    }

    .how-section .three-panel .panel img {
        height: 100px;
    }

    .how-section .number {
        font-size: 50px;
        line-height: 1.2;
    }
}

.offer-section {
    padding: 50px 0;
    background: linear-gradient(to bottom, #ffc700 0%, #ffc700 350px, #ffffff 350px, #ffffff 100%);
}

.offer-section h6 {
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 0;
}

.tab-content {
    margin: 0;
    padding: 68px 0 0 0;
}

.tab-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tab-content li {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 170px;
    height: 170px;
}

.tab-content li a {
    margin-bottom: 30px;
    padding: 20px;
    width: 100%;
    height: 140px;
    background-color: #FFFFFF;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #333333;
    transition: all .4s ease-in-out;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.tab-content li a img {
    width: 40px;
    height: 40px;
}

.tab-content li a:hover {
    color: #333333;
    background-color: #F0F0F0;
    transition: all .4s ease-in-out;
}

.tab-content li a.select {
    color: #333333;
    background-color: #F0F0F0;
    height: 170px;
    margin-bottom: 0;
    transition: all .4s ease-in-out;
}

.tab-details {
    margin: 0;
    padding: 70px 0 0 0;
}

.tab-details .two-panel {
    display: flex;
    justify-content: space-between;
}

.tab-details .panel-left {
    width: 500px;
    position: relative;
}

.tab-details .panel-left .content {
    position: absolute;
    right: 0;
    top: 40px;
    width: 100%;
    max-width: 350px;
    min-height: 370px;
    background-color: #FFFFFF;
    box-shadow: 0px 24px 31px 0px #0000000A;
    padding: 30px;
}

.thumbimg {
    margin: 0 auto;
    width: 124px;
    height: 124px;
}

.thumbimg img {
    border-radius: 50%;
}

.tickbox {
    margin: -15px auto 15px auto;
    width: 100%;
    max-width: 190px;
    height: 30px;
    background-color: #FFC700;
    border-radius: 3px;
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.tab-details .panel-left .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tab-details .panel-left .content ul li {
    padding: 0 0 0 25px;
    background: url(../img/tick.svg) no-repeat 0 6px;
}

.tab-details .panel-right {
    width: calc(100% - 500px);
    padding: 50px 30px 50px 70px;
}

.tab-details .panel-right .btn-02 a {
    margin-top: 20px;
    border-color: #606060;
    color: #606060;
}

.tab-details .panel-right .btn-02 a:hover {
    background-color: #606060 !important;
    color: #FFFFFF;
}



@media only screen and (max-width:760px) {
    .offer-section {
        padding: 30px 0;
        background: linear-gradient(to bottom, #ffc700 0%, #ffc700 580px, #ffffff 580px, #ffffff 100%);
    }

    .offer-section h6 {
        font-size: 16px;
    }

    .tab-content {
        padding: 10px 0 0 0;
    }

    .tab-content ul {
        flex-wrap: wrap;
        gap: 10px;
    }

    .tab-content li {
        max-width: 48%;
        height: 130px;
    }

    .tab-content li a {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 20px;
        height: 130px;
    }

    .tab-content li a img {
        width: 40px;
        height: 40px;
    }

    .tab-content li a.select {
        height: 130px;
    }

    .tab-details {
        margin: 0;
        padding: 30px 0 0 0;
    }

    .tab-details .two-panel {
        flex-wrap: wrap;
    }

    .tab-details .panel-left {
        width: 100%;
        position: inherit;
    }

    .tab-details .panel-left .content {
        position: inherit;
        right: auto;
        top: auto;
        max-width: 100%;
        min-height: inherit;
        padding: 30px;
    }

    .tab-details .panel-right {
        width: calc(100% - 0px);
        padding: 30px 0 0 0;
    }

    .tab-img {
        display: none;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .tab-details .two-panel {
        flex-wrap: wrap;
    }

    .tab-details .panel-left {
        width: 100%;
    }

    .tab-details .panel-right {
        width: calc(100% - 0px);
        padding: 30px 0 0 0;
    }
}

.consulting-section {
    padding: 50px 0;
}

@media only screen and (max-width:760px) {
    .consulting-section {
        padding: 10px 0;
    }
}

.expertise-section {
    padding: 70px 0;
    background: linear-gradient(to bottom, #ffc700 0%, #ffc700 300px, #ffffff 300px, #ffffff 100%);
}

.expertise-section h6 {
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 0;
}

.expertise-section .two-panel {
    margin: 50px auto 0 auto;
    display: flex;
    justify-content: space-between;
}

.expertise-section .two-panel .panel-left {
    width: 48%;
    min-height: 400px;
    background-color: #000000;
    border-radius: 8px;
    box-shadow: 0px 3px 52px 0px #00000017;
    padding: 40px;
    text-align: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.expertise-section .two-panel .panel-right {
    width: 48%;
    min-height: 400px;
    background-color: #000000;
    border-radius: 8px;
    box-shadow: 0px 3px 52px 0px #00000017;
    padding: 40px;
    text-align: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.expertise-section .two-panel img.image-overlay {
    opacity: 0.3;
}

.expertise-section .two-panel h3 {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
}

.expertise-section .two-panel .content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding: 10px 0 40px 0;
}

.expertise-section .two-panel .content p {
    color: #FFFFFF;
    padding: 0;
    max-width: 500px;
}

@media only screen and (max-width:760px) {
    .expertise-section {
        padding: 30px 0;
    }

    .expertise-section h6 {
        font-size: 16px;
    }

    .expertise-section .two-panel {
        margin: 15px auto 0 auto;
        flex-wrap: wrap;
        gap: 15px;
    }

    .expertise-section .two-panel .panel-left {
        width: 100%;
        min-height: inherit;
        padding: 20px;
    }

    .expertise-section .two-panel .panel-right {
        width: 100%;
        min-height: inherit;
        padding: 20px;
    }

    .expertise-section .two-panel h3 {
        font-size: 28px;
    }

    .expertise-section .two-panel .content {
        gap: 15px;
        padding: 10px 0 20px 0;
    }
}

.blog-section {
    padding: 50px 0;
}

.blog-section h6 {
    font-size: 18px;
    font-weight: 700;
    color: #FFC700;
    text-transform: uppercase;
    padding: 0;
}

.blogs-js {
    margin: 50px auto;
}

.blogs-js .item {
    padding: 0 15px;
}

.blogs-js article {
    padding: 15px;
}

.blogs-js article h5 {
    font-size: 22px;
    font-weight: 500;
    padding: 5px 0;
}

.blogs-js article p {
    padding: 5px 0;
}

.blogs-js article ul {
    margin: 5px 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.blogs-js article ul li {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #BCBCBC;
    position: relative;
}

.blogs-js article ul li::after {
    content: "|";
    position: absolute;
    right: -12px;
    top: 0;
}

.blogs-js article ul li:last-child::after {
    display: none;
}

.blogs-js article ul li a {
    color: #BCBCBC;
    transition: all .4s ease-in-out;
}

.blogs-js article ul li a:hover {
    color: #FFC700;
    transition: all .4s ease-in-out;
}

@media only screen and (max-width:760px) {
    .blog-section {
        padding: 30px 0 50px 0;
    }

    .blog-section h6 {
        font-size: 16px;
    }

    .blogs-js {
        margin: 15px auto;
    }

    .blogs-js .item {
        padding: 0;
    }

    .blogs-js article h5 {
        font-size: 18px;
    }

    .blog-section .btn-03 a {
        margin-top: 30px;
    }
}

@media only screen and (min-width:761px) and (max-width:1080px) {
    .blog-section .btn-03 a {
        margin-top: 30px;
    }
}

/* 	-----------------------------------------------------
-------------------- Footer Styles ------------------
----------------------------------------------------- */

.footer-section {
    padding: 100px 0;
    background: #C8C8C8 url(../img/footer-bg.jpg) no-repeat center/cover;
    min-height: 286px;
}

.footer-section h4 {
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.8309999704360962px;
    text-align: left;
    color: #888888;
    padding-top: 25px;
}

.footer-section .container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.footer-section .container .panel01 {
    width: 35%;
}

.footer-section .container .panel01 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #BCBCBC;
    padding: 5px 0;
}

.footer-section .container .panel01 p a {
    color: #BCBCBC;
    transition: all .4s ease-in-out;
}

.footer-section .container .panel01 p a:hover {
    color: #FFC700;
    transition: all .4s ease-in-out;
}

.footer-section .socials {
    margin-bottom: 15px;
    padding: 25px 0;
    border-bottom: 1px solid #BCBCBC;
    max-width: 250px;
}

.footer-section .socials ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.footer-section .socials ul li {
    margin: 0;
    padding: 0;
    font-size: 30px;
    color: #888888;
}

.footer-section .socials ul li a {
    color: #888888;
    transition: all .4s ease-in-out;
}

.footer-section .socials ul li a:hover {
    color: #FFC700;
    transition: all .4s ease-in-out;
}

.footer-section .container .panel02 {
    width: 20%;
}

.footer-section ul.links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-section ul.links li {
    margin: 0;
    padding: 5px 0 5px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #606060;
    position: relative;
}

.footer-section ul.links li::before {
    content: "";
    width: 10px;
    height: 3px;
    background-color: #FFC700;
    position: absolute;
    left: 0;
    top: 15px;
}

.footer-section ul.links li a {
    color: #606060;
    transition: all .4s ease-in-out;
}

.footer-section ul.links li a:hover {
    color: #FFC700;
    transition: all .4s ease-in-out;
}

.footer-section .container .panel03 {
    width: 25%;
}

.footer-section .container .panel03 p {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    color: #606060;
    padding: 5px 0;
}

.footer-section .container .panel03 p a {
    color: #606060;
    transition: all .4s ease-in-out;
}

.footer-section .container .panel03 p a:hover {
    color: #FFC700;
    transition: all .4s ease-in-out;
}

@media only screen and (max-width:760px) {
    .footer-section {
        padding: 10px 0;
    }

    .footer-section h4 {
        padding-top: 15px;
        text-align: center;
    }

    .footer-section .container {
        flex-wrap: wrap-reverse;
        gap: 10px;
    }

    .footer-section .container .panel01 {
        width: 100%;
        text-align: center;
        padding-top: 15px;
    }

    .footer-section .container .panel01 img {
        height: 40px;
    }

    .footer-section .container .panel01 p {
        text-align: center;
    }

    .footer-section .socials {
        max-width: 100%;
    }

    .footer-section .container .panel02 {
        width: 100%;
    }

    .footer-section ul.links {
        text-align: center;
    }

    .footer-section ul.links li {
        padding: 5px;
        text-align: center;
        display: inline-block;
    }

    .footer-section ul.links li::before {
        display: none;
    }

    .footer-section .container .panel03 {
        width: 100%;
        text-align: center;
    }

    .footer-section .container .panel03 p {
        text-align: center;
    }
}

@media only screen and (min-width:761px) and (max-width:1080px) {
    .footer-section {
        padding: 50px 0;
    }

    .footer-section .container {
        flex-wrap: wrap-reverse;
    }

    .footer-section .container .panel01 {
        width: 100%;
        text-align: center;
    }

    .footer-section .container .panel01 p {
        text-align: center;
    }

    .footer-section .socials {
        max-width: 100%;
    }

    .footer-section .container .panel02,
    .footer-section .container .panel03 {
        width: 30%;
    }
}

/* 	-----------------------------------------------------
------------------ Go to top Styles -----------------
----------------------------------------------------- */
.cd-top {
    display: inline-block;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #000000 url(../fonts/cd-top-arrow.svg) no-repeat center;
    border-radius: 0;
    visibility: hidden;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: 1;
}

.no-touch .cd-top:hover {
    opacity: 1;
}

.d-none {
    display: none;
}

.action {
    margin-top: 44px;
}

.action ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.action ul li {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 170px;
    height: 170px;
}

.action ul li a {
    margin-bottom: 30px;
    padding: 20px;
    width: 100%;
    height: 140px;
    background-color: #FFFFFF;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #333333;
    transition: all .4s ease-in-out;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.action ul li a img {
    width: 40px;
    height: 40px;
}

.action ul li.slick-active,
.action ul li.slick-active a {
    background-color: #F0F0F0;
    border-radius: 3px;
    transition: all .4s ease-in-out;
}

.slider-for-gallery {
    margin: 0;
    padding: 70px 0 0 0;
}

.slider-for-gallery .two-panel {
    display: flex;
    justify-content: space-between;
}

.slider-for-gallery .panel-left {
    width: 500px;
    position: relative;
}

.slider-for-gallery .panel-left .content {
    position: absolute;
    right: 0;
    top: 40px;
    width: 100%;
    max-width: 350px;
    min-height: 370px;
    background-color: #FFFFFF;
    box-shadow: 0px 24px 31px 0px #0000000A;
    padding: 30px;
}

.slider-for-gallery .panel-left .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider-for-gallery .panel-left .content ul li {
    padding: 0 0 0 25px;
    background: url(../img/tick.svg) no-repeat 0 6px;
}

.slider-for-gallery .panel-right {
    width: calc(100% - 500px);
    padding: 50px 30px 50px 70px;
}

.slider-for-gallery .panel-right .btn-02 a {
    margin-top: 20px;
    border-color: #606060;
    color: #606060;
}

.slider-for-gallery .panel-right .btn-02 a:hover {
    background-color: #606060 !important;
    color: #FFFFFF;
}

@media only screen and (max-width:760px) {
    .action {
        margin-top: 20px;
    }

    .action ul {
        flex-wrap: wrap;
        gap: 10px;
    }

    .action ul li {
        max-width: 48%;
        height: 130px;
    }

    .action ul li a {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 20px;
        height: 130px;
    }

    .action ul li a img {
        width: 40px;
        height: 40px;
    }

    .action ul li a.select {
        height: 130px;
    }

    .slider-for-gallery {
        margin: 0;
        padding: 30px 0 0 0;
    }

    .slider-for-gallery .two-panel {
        flex-wrap: wrap;
    }

    .slider-for-gallery .panel-left {
        width: 100%;
        position: inherit;
        padding: 15px;
    }

    .slider-for-gallery .panel-left .content {
        position: inherit;
        right: auto;
        top: auto;
        max-width: 100%;
        min-height: inherit;
        padding: 30px;
    }

    .slider-for-gallery .panel-right {
        width: calc(100% - 0px);
        padding: 15px;
    }

    .tab-img {
        display: none !important;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .slider-for-gallery .two-panel {
        flex-wrap: wrap;
    }

    .slider-for-gallery .panel-left {
        width: 100%;
    }

    .slider-for-gallery .panel-right {
        width: calc(100% - 0px);
        padding: 30px 0 0 0;
    }
}

.login-section {
    padding: 50px 0;
    background-color: #F9F9F9;
}

.login-section form {
    margin: 0 auto;
    max-width: 500px;
}

.login-section form h2 {
    font-weight: 400;
}

.login-section hr {
    margin: 15px 0;
    border-color: #FFC700;
}

.login-section .field {
    padding: 10px 0;
}

.login-section .field label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #606060;
    text-transform: uppercase;
    display: block;
}

.login-section input[type="email"],
.login-section input[type="password"] {
    margin: 0;
    padding: 15px;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    border: 1px solid #DCD7CA;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #606060;
}

.login-section input[type="submit"] {
    margin: 0;
    padding: 15px;
    width: 100%;
    max-width: 170px;
    height: auto;
    background-color: #FFC700;
    border: 1px solid #FFC700;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
}

.d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dia-firm-banner-section {
    min-height: 600px;
    background: #F9F9F9;
    position: relative;
}

.dia-firm-banner-section figure {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}

.dia-firm-banner-section figure img {
    max-height: 600px;
}

.dia-firm-banner-section .banner-overlay {
    background: url(../img/banner-graphic.png) no-repeat right;
    background-size: 70% 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.dia-firm-banner-section .container {
    position: relative;
    z-index: 99;
    min-height: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dia-firm-banner-section .container .column {
    width: 48%;
}

.dia-firm-banner-section h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 2px;
    text-align: left;
    color: #FFC700;
    padding: 0;
}

.dia-firm-banner-section h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    color: #606060;
    padding: 10px 0 30px 0;
}

.dia-firm-banner-section h3 {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
    color: #606060;
    padding: 0;
}

.dia-firm-banner-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #606060;
    padding: 10px 0;
}

.dia-firm-banner-section aside {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}

.dia-firm-banner-section aside .find-expert a {
    text-transform: uppercase;
}

@media only screen and (max-width:760px) {
    .dia-firm-banner-section {
        min-height: inherit;
        background: none;
    }

    .dia-firm-banner-section figure {
        margin: 0;
        padding: 0;
        position: inherit;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        z-index: 9;
    }

    .dia-firm-banner-section figure img {
        max-height: inherit;
    }

    .dia-firm-banner-section .banner-overlay {
        display: none;
    }

    .dia-firm-banner-section .container {
        min-height: inherit;
        flex-wrap: wrap;
    }

    .dia-firm-banner-section .container .column {
        width: 100%;
        padding: 5px 0;
    }

    .dia-firm-banner-section h6 {
        font-size: 16px;
    }

    .dia-firm-banner-section h2 {
        font-size: 22px;
        padding: 10px 0;
    }

    .dia-firm-banner-section h3 {
        font-size: 22px;
    }

    .dia-firm-banner-section p {
        font-size: 14px;
    }

    .dia-firm-banner-section aside .find-expert a {
        width: auto;
        min-width: auto;
        font-size: 14px;
        padding: 5px 15px;
    }
}

@media only screen and (min-width:761px) and (max-width:1366px) {
    .dia-firm-banner-section figure {
        left: -170px;
    }
}

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

ul.tickmark li {
    margin: 10px 0;
    padding: 0 0 0 25px;
    background: url(../img/tick.svg) no-repeat 0 6px;
}

.individually-teams {
    padding: 50px 0;
}

h6.subheading {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: #FFC700;
    padding: 0;
}

.individually-teams h5 {
    padding: 0;
}

.individually-teams .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.individually-teams .container .content {
    width: 40%;
}

.individually-teams .container .teams {
    width: 542px;
    background: url(../img/konsultanci.png) no-repeat center;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.individually-teams .container .teams .team {
    width: 100%;
    max-width: 256px;
    height: 270px;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 3px 52px rgba(0, 0, 0, 0.09);
    border-radius: 3px;
    padding: 30px;
    text-align: center;
    position: relative;
}

.individually-teams .container .teams .team p {
    padding: 0;
}

.individually-teams .container .teams .team p strong {
    display: block;
}

.individually-teams .container .teams .team .readmore {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 42px;
    background-color: #FFC700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.individually-teams .container .teams .team .readmore a {
    display: block;
    color: #FFFFFF;
}

.individually-teams .container .teams .team:nth-child(2) .readmore,
.individually-teams .container .teams .team:nth-child(4) .readmore {
    left: auto;
    right: 0;
}

@media only screen and (max-width:760px) {
    ul.tickmark li {
        margin: 5px 0;
    }

    .individually-teams {
        padding: 30px 0;
    }

    h6.subheading {
        font-size: 16px;
    }

    .individually-teams .container {
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .individually-teams .container .content {
        width: 100%;
        padding-bottom: 30px;
    }

    .individually-teams .container .teams {
        width: 100%;
        background: none;
        gap: 15px;
    }

    .individually-teams .container .teams .team {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .individually-teams .container {
        flex-wrap: wrap;
    }

    .individually-teams .container .content {
        width: 100%;
        padding-bottom: 30px;
    }

    .individually-teams .container .teams {
        margin: 0 auto;
    }
}

.consultant-teams {
    padding: 50px 0;
}

.consultant-teams .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.consultant-teams .container .content {
    width: 40%;
}

.consultant-teams .container .teams {
    width: 56%;
    min-height: 400px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.consultant-teams .container .teams::before {
    content: "";
    width: 400px;
    height: 400px;
    background-color: #FFC700;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -200px;
}

.consultant-teams .container .teams .team {
    width: 100%;
    max-width: 200px;
    height: 270px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 3px 52px rgba(0, 0, 0, 0.09);
    border-radius: 3px;
    padding: 30px 15px;
    text-align: center;
    position: relative;
}

.consultant-teams .container .teams .team p {
    padding: 0;
}

.consultant-teams .container .teams .team p strong {
    display: block;
}

@media only screen and (max-width:760px) {
    .consultant-teams {
        padding: 30px 0;
    }

    .consultant-teams .container {
        flex-wrap: wrap-reverse;
    }

    .consultant-teams .container .content {
        width: 100%;
        padding-bottom: 30px;
    }

    .consultant-teams .container .teams {
        width: 100%;
        min-height: inherit;
        flex-wrap: wrap;
        gap: 15px;
    }

    .consultant-teams .container .teams::before {
        display: none;
    }

    .consultant-teams .container .teams .team {
        width: 100%;
        max-width: 100%;
        height: inherit;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .consultant-teams .container {
        flex-wrap: wrap-reverse;
    }

    .consultant-teams .container .content {
        width: 100%;
        padding-bottom: 30px;
    }

    .consultant-teams .container .teams {
        width: 100%;
    }
}

.experts-cooperated {
    padding: 70px 0;
    background-color: #F9F9F9;
}

.experts-cooperated .logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.experts-cooperated .logos .logo {
    padding: 15px;
    width: 100%;
    max-width: 180px;
    height: 100px;
    border: 2px solid #CBCBCB;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
    filter: grayscale(100%);
}

.experts-cooperated .logos .logo:hover {
    background-color: #FFFFFF;
    filter: grayscale(0%);
    transition: all .4s ease-in-out;
}

.experts-cooperated .logos .logo img {
    max-width: 100%;
    max-height: 70px;
}

@media only screen and (max-width:760px) {
    .experts-cooperated {
        padding: 30px 0;
    }

    .experts-cooperated .logos {
        margin-top: 10px;
    }

    .experts-cooperated .logos .logo {
        max-width: 48%;
    }
}

.consulting-for-companies {
    padding: 50px 0;
}

.moretext {
    display: none;
}

@media only screen and (max-width:760px) {
    .consulting-for-companies {
        padding: 30px 0;
    }
}

.how-we-work .three-panel {
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}

.how-we-work .three-panel .panel {
    width: 31%;
    min-height: 350px;
    background-color: #FFFFFF;
    border-top: 7px solid #FFC700;
    border-radius: 7px;
    box-shadow: 0px 3px 52px 0px #00000017;
    padding: 25px;
    text-align: left;
}

@media only screen and (max-width:760px) {
    .how-we-work .three-panel {
        margin: 30px auto 0 auto;
        flex-wrap: wrap;
        gap: 15px;
    }

    .how-we-work .three-panel .panel {
        width: 100%;
        min-height: inherit;
    }
}

.payment-graph {
    padding: 50px 0;

}

.payment-graph .two-panel {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid #D2D3D3;
}

.payment-graph .panel {
    width: 48%;
    text-align: center;
}

.payment-graph h5 {
    font-weight: 400;
    margin: 0 auto 30px auto;
    max-width: 300px;
}

@media only screen and (max-width:760px) {
    .payment-graph {
        padding: 30px 0;
    }

    .payment-graph .two-panel {
        margin-top: 10px;
        flex-wrap: wrap;
        gap: 15px;
    }

    .payment-graph .panel {
        width: 100%;
    }

    .payment-graph h5 {
        margin: 0 auto 10px auto;
    }
}

.how-it-work {
    padding: 50px 0;
    text-align: center;
}

.how-it-work .three-panel {
    margin: 30px auto 0 auto;
    display: flex;
    justify-content: space-between;
}

.how-it-work .three-panel .panel {
    width: 31%;
    position: relative;
}

.how-it-work .three-panel .panel::after {
    content: "";
    width: 141px;
    height: 27px;
    background: url(../img/arrow-step.png) no-repeat center;
    position: absolute;
    top: 50%;
    right: -70px;
}

.how-it-work .three-panel .panel:last-child::after {
    display: none;
}

.how-it-work .number {
    font-family: "Ubuntu", sans-serif;
    font-size: 76px;
    font-weight: 400;
    line-height: 114px;
    text-align: center;
    color: #D5D6D6;
}

.how-it-work p {
    padding: 5px 0;
}

@media only screen and (max-width:760px) {
    .how-it-work {
        padding: 30px 0;
    }

    .how-it-work .three-panel {
        margin: 10px auto 0 auto;
        flex-wrap: wrap;
        gap: 15px;
    }

    .how-it-work .three-panel .panel {
        width: 100%;
    }

    .how-it-work .three-panel .panel img {
        height: 100px;
    }

    .how-it-work .three-panel .panel::after {
        display: none;
    }

    .how-it-work .number {
        font-size: 50px;
        line-height: 1.2;
    }

    .arrow-step {
        display: none;
    }
}

.video-section {
    padding: 50px 0;
}

@media only screen and (max-width:760px) {
    .video-section {
        padding: 30px 0;
        text-align: center;
    }

    .video-section iframe {
        width: 100%;
        height: auto !important;
    }
}

.find-a-consultant {
    padding: 50px 0;
    background-color: #FFC700;
}

.find-a-consultant .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

@media only screen and (max-width:760px) {
    .find-a-consultant {
        padding: 30px 0;
        text-align: center;
    }

    .find-a-consultant .container {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.mb-2 {
    margin-bottom: 2rem;
}

.stories-menu-section {
    width: 100%;
    height: 86px;
    background-color: #FFFFFF;
}

.stories-menu-section.storiessticky {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #FFFFFF;
    box-shadow: 1px 0px 7px 0px #00000029;
    transition: all .4s ease-in-out;
}

.stories-menu-section .container-fluid {
    padding: 10px 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.stories-menu-section .container-fluid .heading {
    width: 100%;
    max-width: 180px;
    height: 66px;
    background-color: #1D7CC3;
    border-radius: 3px;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.stories-menu-section .container-fluid .heading:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(29, 124, 195, 0);
    border-left-color: #1D7CC3;
    border-width: 14px;
    margin-top: -14px;
}

#anchoremenu {
    width: calc(100% - 180px);
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

#anchoremenu li {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 220px;
    height: 56px;
    background-color: #F9F9F9;
    border: 1px solid #F9F9F9;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    color: #666666;
}

#anchoremenu li a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 220px;
    height: 56px;
    color: #666666;
    padding: 10px 30px;
}

#anchoremenu li a img {
    width: 30px;
    height: 30px;
}

#anchoremenu li.active {
    border: 1px solid #ffc700;
}

#section1,
#section2,
#section3,
#section4,
#section5,
#section6 {
    min-height: 100vh;
    padding: 50px 0;
}

.success-stories-banner-section {
    min-height: 600px;
    background: #F9F9F9;
    position: relative;
}

.success-stories-banner-section figure {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}

.success-stories-banner-section figure img {
    max-height: 600px;
    min-height: 600px;
}

.success-stories-banner-section .banner-overlay {
    background: url(../img/banner-graphic-right.png) no-repeat left;
    background-size: 70% 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.success-stories-banner-section .container {
    position: relative;
    z-index: 99;
    min-height: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.success-stories-banner-section .container .column {
    width: 48%;
}

.success-stories-banner-section h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    color: #FFC700;
    padding: 0;
}

.success-stories-banner-section h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    color: #606060;
    padding: 10px 0 30px 0;
}

.success-stories-banner-section h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    color: #606060;
    padding: 0;
}

.success-stories-banner-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #606060;
    padding: 10px 0;
}

@media only screen and (max-width:760px) {
    .stories-menu-section {
        display: none;
    }

    .success-stories-banner-section {
        min-height: inherit;
        background: none;
    }

    .success-stories-banner-section figure {
        margin: 0;
        padding: 0;
        position: inherit;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        z-index: 9;
    }

    .success-stories-banner-section figure img {
        max-height: inherit;
        min-height: inherit;
    }

    .success-stories-banner-section .banner-overlay {
        display: none;
    }

    .success-stories-banner-section .container {
        min-height: inherit;
        flex-wrap: wrap;
    }

    .success-stories-banner-section .container .column {
        width: 100%;
        padding: 5px 0;
    }

    .success-stories-banner-section h6 {
        font-size: 16px;
        margin-top: 10px;
    }

    .success-stories-banner-section h2 {
        font-size: 22px;
        padding: 10px 0;
    }

    .success-stories-banner-section h3 {
        font-size: 22px;
    }

    .success-stories-banner-section p {
        font-size: 14px;
    }

    #section1,
    #section2,
    #section3,
    #section4,
    #section5,
    #section6 {
        min-height: inherit;
        padding: 15px 0;
    }
}

@media only screen and (min-width:761px) and (max-width:1123px) {
    #anchoremenu {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

.success-project {
    position: relative;
    border-top: 8px solid #FFC700;
    background-color: #FFFFFF;
    box-shadow: 0 24px 31px rgba(0, 0, 0, 0.04);
    margin-top: 20px;
    margin-bottom: 50px;
}

.success-project h5 {
    font-weight: 700;
}

.success-project .two-panel {
    display: flex;
    justify-content: space-between;
}

.success-project .image {
    width: 50%;
}

.success-project .content {
    width: 50%;
    padding: 40px;
    text-align: left;
}

.icon-box {
    margin-bottom: 30px;
}

.icon-box a {
    width: 100%;
    padding: 16px;
    background-color: #F9F9F9;
    border-radius: 3px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    position: relative;
    transition: all .4s ease-in-out;
}

.icon-box a img {
    width: 40px;
    height: 40px;
}

.icon-box a p {
    font-family: "Ubuntu", sans-serif;
    padding: 0;
}

.icon-box a p strong {
    font-weight: 600;
    display: block;
}

.icon-box a:hover {
    background-color: #EDEDED;
    transition: all .4s ease-in-out;
}

.icon-box a:hover::after {
    content: "";
    width: 60px;
    height: 60px;
    background: url(../img/arrow.png) no-repeat center/cover;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
}

.mt-1 {
    margin-top: 1rem;
}
.mt-40p{
    margin-top: 40px;
}
.mb-40p{
    margin-bottom: 40px;
}
.mt-10p{
    margin-top: 10px;
}
.fw-450{
    font-weight: 450;
}

@media only screen and (max-width:760px) {
    .success-project {
        margin-top: 15x;
        margin-bottom: 15px;
    }

    .success-project .two-panel {
        flex-wrap: wrap;
    }

    .success-project .image {
        width: 100%;
    }

    .success-project .content {
        width: 100%;
        padding: 20px;
    }

    .icon-box {
        margin-bottom: 20px;
    }

    .wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
}

.join-as-an-expert-section {
    min-height: 100vh;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #ffffff 50%, #ffffff 50%, #ffc700 50%, #ffc700 100%);
}

.join-as-an-expert-section .container-fluid {
    padding: 0 15px;
}

.join-as-an-expert-section .two-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 100vh;
}

.join-as-an-expert-section .content {
    width: 50%;
    padding: 30px 0;
}

.join-as-an-expert-section .content .number-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.join-as-an-expert-section .content .number-panel .text {
    width: 50%;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #FFC700;
}

.join-as-an-expert-section .content .number-panel .text h6 {
    padding: 0;
}

.join-as-an-expert-section .content .number-panel .text h6 span {
    font-size: 56px;
    font-weight: 500;
    color: #D5D6D6;
}

.join-as-an-expert-section .content .number-panel .image {
    width: 50%;
    text-align: center;
}

.join-as-an-expert-section .form {
    width: 50%;
}

.register-section {
    margin: 0 auto;
    max-width: 500px;
}

.register-section hr {
    margin: 0 auto;
    padding: 0;
    width: 150px;
    height: 2px;
    background-color: #FFFFFF;
    border: none;
}

.register-section .field {
    padding: 10px 0;
}

.register-section .field .comment-form-cookies-consent {
    padding: 0 0 0 30px !important;
}

.register-section .field input[type="checkbox"] {
    top: 2px !important;
}

.register-section .field label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #606060;
    text-transform: uppercase;
    display: block;
}

.register-section input[type="email"],
.register-section input[type="password"] {
    margin: 0;
    padding: 15px;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    border: 1px solid #DCD7CA;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #606060;
}

.register-section input[type="submit"] {
    margin: 0;
    padding: 15px;
    width: 100%;
    max-width: 170px;
    height: auto;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #606060;
    text-transform: uppercase;
    cursor: pointer;
}

.join-as-an-expert-section .form p a {
    font-weight: 700;
    color: #606060 !important;
    border-bottom: 1px solid #606060;
}

@media only screen and (max-width:760px) {
    .join-as-an-expert-section {
        min-height: inherit;
        background: none !important;
    }

    .join-as-an-expert-section .container-fluid {
        padding: 0;
    }

    .join-as-an-expert-section .two-panel {
        flex-wrap: wrap;
        min-height: inherit;
    }

    .join-as-an-expert-section .content {
        width: 100%;
        padding: 15px;
    }

    .join-as-an-expert-section .content .number-panel {
        flex-wrap: wrap;
    }

    .join-as-an-expert-section .content .number-panel .text {
        width: 100%;
        border: none;
        padding: 0;
    }

    .join-as-an-expert-section .content .number-panel .text h6 {
        padding: 0;
    }

    .join-as-an-expert-section .content .number-panel .text h6 span {
        font-size: 30px;
    }

    .join-as-an-expert-section .content .number-panel .image {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #FFC700;
        margin-bottom: 10px;
    }

    .join-as-an-expert-section .content .number-panel .image img {
        max-width: 50%;
    }

    .join-as-an-expert-section .form {
        width: 100%;
        background-color: #FFC700;
        padding: 15px;
    }

    .register-section {
        max-width: 100%;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .join-as-an-expert-section {
        min-height: inherit;
        background: none !important;
    }

    .join-as-an-expert-section .container-fluid {
        padding: 0;
    }

    .join-as-an-expert-section .two-panel {
        flex-wrap: wrap;
        min-height: inherit;
    }

    .join-as-an-expert-section .content {
        width: 100%;
        padding: 15px;
    }

    .join-as-an-expert-section .form {
        width: 100%;
        background-color: #FFC700;
        padding: 30px;
    }
}

.find-an-expert-section {
    background: url(../img/find-an-expert-bg.jpg) no-repeat top/cover;
    min-height: 100vh;
    background-attachment: fixed;
}

.find-an-expert-section .container-fluid {
    padding: 0 15px;
    max-width: 1600px;
}

.find-an-expert-section .two-panel {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}

.find-an-expert-section .two-panel .content {
    width: 50%;
    padding: 90px;
}

.find-an-expert-section .two-panel .content p {
    color: #FFFFFF;
}

.find-an-expert-section .two-panel .content .box {
    margin: 15px auto;
    padding: 15px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 5px;
}

.border-box {
    border: 1px solid rgba(255, 255, 255, 1) !important;
    position: relative;
}

.border-box:after {
    left: 100%;
    top: 50px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(29, 124, 195, 0);
    border-left-color: #FFFFFF;
    border-width: 14px;
    margin-top: -14px;
}

.icon-text {
    display: flex;
    justify-content: center;
    text-align: center;
}

.icon-text h2 {
    font-size: 72px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0;
}

.icon-text .icon {
    width: 210px;
}

.icon-text .text {
    width: 150px;
}

.border-box h2 {
    color: #FFC700;
    font-weight: 500;
}

.find-an-expert-section .two-panel .form {
    width: 50%;
    background-color: #FFFFFF;
    border-radius: 3px;
    padding: 20px;
}

.find-an-expert-section .two-panel .form .subheading {
    padding: 50px 0 10px 0;
    text-transform: uppercase;
}

.field-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0;
}

.flex-end {
    justify-content: flex-end !important;
    gap: 20px;
}

.flex-end input, .flex-end button {
    text-transform: uppercase;
}

.field-group .field-half {
    width: 48%;
}

.field-group .field-one-third {
    width: 30%;
}

.field-group .field-full {
    width: 100%;
}

.field-group label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #666666;
    display: block;
    padding: 0 0 5px 0;
}

.field-group input[type="text"],
.field-group input[type="email"],
.field-group input[type="password"],
.field-group select,
.field-group textarea {
    margin: 0;
    padding: 15px;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    border: 1px solid #C8C8C8;
    border-radius: 4px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #606060;
}

.field-full input[type="month"],
.field-full input[type="date"] {
    margin: 0;
    padding: 15px;
    width: 20%;
    height: auto;
    background-color: #FFFFFF;
    border: 1px solid #C8C8C8;
    border-radius: 4px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #606060;
}


.field-group select {
    background: #FFFFFF url(../img/dd-arrow.png) no-repeat right;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.field-group textarea {
    height: 80px;
    overflow: auto;
    resize: none;
}

.find-an-expert-section input[type="submit"] {
    margin: 0;
    padding: 15px 25px;
    width: auto;
    height: auto;
    background-color: #FFC700;
    border: 1px solid #FFC700;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
}

.gray-input {
    background-color: #EFEFEF !important;
    border: 1px solid #C8C8C8;
}

.checkbox-toggle-switch {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
}

.checkbox-toggle-switch p {
    padding: 0;
}

.switch {
    position: relative;
    display: inline-block;
}

.switch-input {
    display: none;
}

.switch-label {
    display: block;
    width: 48px;
    height: 24px;
    text-indent: -150%;
    clip: rect(0 0 0 0);
    color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.switch-label:before,
.switch-label:after {
    content: "";
    display: block;
    position: absolute;
    cursor: pointer;
}

.switch-label:before {
    width: 100%;
    height: 100%;
    background-color: #929193;
    border-radius: 9999em;
    transition: background-color 0.25s ease;
}

.switch-label:after {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
    transition: left 0.25s ease;
}

.switch-input:checked+.switch-label:before {
    background-color: #FFC700;
}

.switch-input:checked+.switch-label:after {
    left: 24px;
}

.checkbox-inline {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

.checkbox-groups {
    padding: 0 50px;
    display: flex;
    justify-content: flex-start;
    gap: 50px;
}

.find-an-expert-section .comment-form-cookies-consent {
    padding: 5px 0 5px 30px !important;
}

.find-an-expert-section input[type="checkbox"] {
    top: 7px;
}

.find-an-expert-section .three-panel {
    padding: 40px 0;
    border-top: 1px solid #FFC700;
    display: flex;
    justify-content: space-between;
}

.find-an-expert-section .three-panel .panel {
    width: 30%;
    text-align: center;
}

.find-an-expert-section .three-panel .panel p {
    color: #FFFFFF;
}

@media only screen and (max-width:760px) {
    .find-an-expert-section .two-panel {
        padding: 15px 0;
        flex-wrap: wrap;
    }

    .find-an-expert-section .two-panel .content {
        width: 100%;
        padding: 0;
    }

    .border-box:after {
        display: none;
    }

    .icon-text h2 {
        font-size: 36px;
    }

    .icon-text .icon {
        width: 150px;
    }

    .find-an-expert-section .two-panel .form {
        width: 100%;
    }

    .find-an-expert-section .three-panel {
        padding: 15px 0;
        flex-wrap: wrap;
    }

    .find-an-expert-section .three-panel .panel {
        width: 100%;
        padding: 10px;
    }

    .field-group {
        flex-wrap: wrap;
        gap: 10px;
    }

    .field-group .field-half {
        width: 100%;
    }

    .field-group .field-one-third {
        width: 100%;
    }

    .find-an-expert-section .two-panel .form .subheading {
        padding: 10px 0;
    }

    .checkbox-inline {
        flex-wrap: wrap;
        gap: 10px;
    }

    .checkbox-inline p {
        width: 100%;
    }

    .checkbox-groups {
        padding: 0;
        gap: 5px;
        flex-wrap: wrap;
    }

}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .find-an-expert-section .two-panel {
        flex-wrap: wrap;
    }

    .find-an-expert-section .two-panel .content {
        margin: 0 auto;
        width: 100%;
        max-width: 570px;
        padding: 0;
    }

    .find-an-expert-section .two-panel .form {
        width: 100%;
    }
}

.my-account-section {
    padding: 50px 0;
    background-color: #F9F9F9;
}

.my-account-section .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #FFC700;
    margin-bottom: 30px;
}

.my-account-section .heading h2 {
    font-weight: 700;
}

.my-account-section .heading p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.my-account-section .heading p a {
    font-weight: 600;
}

#msform {
    text-align: center;
    position: relative;
}

#msform fieldset {
    background: #F9F9F9;
    border: 0 none;
    border-radius: 0;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.form-card {
    text-align: left;
    padding: 25px 0;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform .action-button {
    margin: 0;
    padding: 10px 25px;
    width: auto;
    height: auto;
    background-color: #FFC700;
    border: 2px solid #FFC700;
    border-radius: 4px;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    float: left;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #FFC700;
    border: 2px solid #FFC700;
}

#msform .action-button-previous {
    margin: 0 15px 0 0;
    padding: 10px 25px;
    width: auto;
    height: auto;
    background-color: #FFC700;
    border: 2px solid #FFC700;
    border-radius: 4px;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    float: left;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #FFC700;
    border: 2px solid #FFC700;
}

#progressbar {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#progressbar li {
    padding: 10px 0;
    list-style-type: none;
    font-size: 16px;
    font-weight: 400;
    color: #606060;
    position: relative;
}

#progressbar .active {
    color: #373737;
    border-bottom: 2px solid #373737;
}

.form-panel {
    border: 2px solid #C8C8C8;
}

.form-panel .title {
    padding: 20px;
    background-color: #EAEAEA;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-panel .content {
    padding: 20px;
    border-top: 2px solid #C8C8C8;
}

.form-panel .title h6 {
    font-weight: 500;
    text-transform: uppercase;
}

.accordion__single__hidden {
    display: none;
}

.accordion__single__hidden:checked~.accordion__single__answer {
    display: block;
    padding: 20px;
    transition: all .4s ease-in-out;
    border-top: 2px solid #C8C8C8;
}

.accordion__single__hidden:checked~.accordion__single__question:after {
    content: '+';
}

.accordion__single__answer {
    display: none;
    position: relative;
    transition: all .4s ease-in-out;
}

.accordion__single {
    border-top: 2px solid #C8C8C8;
}

.accordion__single__question {
    padding: 30px 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    display: block;
}

.accordion__single__question:after {
    display: inline-block;
    color: #373737;
    content: '+';
    float: right;
    font-size: 36px;
    font-weight: normal;
}

.accordion__single__answer .comment-form-cookies-consent {
    padding: 5px 0 5px 30px !important;
}

.accordion__single__answer input[type="checkbox"] {
    top: 6px !important;
}

.mb-1 {
    margin-bottom: 1.5rem;
}

.profile-img {
    width: 170px;
}

.doc-img {
    width: 80px;
}

.fileUpload {
    background: #EFEFEF;
    border: 1px solid #000000;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    margin: 10px 0 0 0;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 170px;
    cursor: pointer;
}

.fileUpload:hover,
.fileUpload:active,
.fileUpload:focus {
    background: #EAEAEA;
    cursor: pointer;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 12px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    cursor: pointer;
}

input[type="file"] {
    position: fixed;
    right: 100%;
    bottom: 100%;
}

.checkbox-inline02 {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

.checkbox-inline02 .comment-form-cookies-consent {
    padding: 5px 0 5px 30px !important;
}

.checkbox-inline02 input[type="checkbox"] {
    top: 6px !important;
}

#addexperience .attr01:first-child,
#addproject .attr02:first-child,
#addeducation .attr03:first-child,
#addcertificate .attr04:first-child,
#addlanguage .attr05:first-child,
#addstystem .attr06:first-child {
    display: none;
}

.remove01,
.remove02,
.remove03,
.remove04,
.remove05,
.remove06 {
    float: right;
    margin: 15px 0 0 0;
    padding: 0;
    width: auto;
    height: auto;
    background: none;
    border: none;
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #DD0303;
    cursor: pointer;
}

.attr01,
.attr02,
.attr03,
.attr04,
.attr05,
.attr06 {
    padding: 0 0 15px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #FFC700;
}

@media only screen and (max-width:760px) {
    .my-account-section {
        padding: 20px 0;
    }

    .my-account-section .heading {
        margin-bottom: 10px;
    }

    #progressbar {
        flex-wrap: wrap;
    }

    #progressbar li {
        width: 100%;
        text-align: left;
        padding: 5px 0;
    }

    .form-panel .title {
        padding: 15px;
    }

    .form-panel .title h6 {
        font-size: 16px;
    }

    .accordion__single__question {
        padding: 15px;
        font-size: 16px;
    }

    .accordion__single__question:after {
        font-size: 24px;
    }

    .accordion__single__hidden:checked~.accordion__single__answer {
        padding: 15px;
    }

    #msform .action-button,
    #msform .action-button-previous {
        padding: 5px 15px;
    }
}

.action-button a,
.action-button-previous a {
    color: #FFFFFF !important;
}

#amount {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #666666;
}

.tooltip {
    position: relative;

}

.tooltip:after,
.tooltip:before {
    opacity: 0;
    pointer-events: none;
    bottom: 100%;
    left: 50%;
    position: absolute;
    z-index: 10;
    transform: translate(-50%, 10px);
    transform-origin: top;
    transition: all 0.18s ease-out 0.18s;
}

.tooltip:after {
    background-color: #f4f4f4;
    border: 1px solid #000000;
    border-radius: 5px;
    content: attr(data-tooltip);
    padding: 10px;
    white-space: nowrap;
    margin-bottom: 11px;
    font-family: "Lato", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #606060 !important;
    text-transform: none !important;
}

.tooltip:before {
    display: none;
}

.tooltip:hover:before,
.tooltip:hover:after {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

[data-tooltip-pos="up"]:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f5f5f5;
    margin-bottom: 6px;
}

[data-tooltip-pos="down"]:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #f5f5f5;
    margin-top: 6px;
}

[data-tooltip-pos="right"]:before {
    border-top: 6px solid transparent;
    border-right: 6px solid #f5f5f5;
    border-bottom: 6px solid transparent;
    margin-left: 6px;
}

[data-tooltip-pos="left"]:before {
    border-top: 6px solid transparent;
    border-left: 6px solid #f5f5f5;
    border-bottom: 6px solid transparent;
    margin-right: 6px;
}

[data-tooltip-pos="down"]:before,
[data-tooltip-pos="down"]:after {
    bottom: auto;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -10px);
}

[data-tooltip-pos="down"]:after {
    margin-top: 11px;
}

[data-tooltip-pos="down"]:hover:before,
[data-tooltip-pos="down"]:hover:after {
    transform: translate(-50%, 0);
}

[data-tooltip-pos="left"]:before,
[data-tooltip-pos="left"]:after {
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translate(10px, -50%);
}

[data-tooltip-pos="left"]:after {
    margin-right: 11px;
}

[data-tooltip-pos="left"]:hover:before,
[data-tooltip-pos="left"]:hover:after {
    transform: translate(0, -50%);
}

[data-tooltip-pos="right"]:before,
[data-tooltip-pos="right"]:after {
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translate(-10px, -50%);
}

[data-tooltip-pos="right"]:after {
    margin-left: 11px;
}

[data-tooltip-pos="right"]:hover:before,
[data-tooltip-pos="right"]:hover:after {
    transform: translate(0, -50%);
}

[data-tooltip-length]:after {
    white-space: normal;
}

[data-tooltip-length="small"]:after {
    width: 80px;
}

[data-tooltip-length="medium"]:after {
    width: 150px;
}

[data-tooltip-length="large"]:after {
    width: 260px;
}

[data-tooltip-length="fit"]:after {
    width: 100%;
}

.d-none-mobile {
    display: inline-block;
}

.d-block-mobile {
    display: none;
}

@media screen and (max-width: 1399px) {
    .d-none-mobile {
        display: none;
    }

    .d-block-mobile {
        display: block;
    }
}

.change-pass-active{
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #FFC700;
    text-decoration: none;
}
.alert-danger{
    color: #be1010;
}
.alert-success{
    color: green;
}
.is-invalid{
    border: red 1px solid!important;
}

.warn-login-info{
    display: flex;
    padding: 25px;
    font-size: 16px;
    gap: 10px;
    flex-direction: row;
    max-height: 300px;
    min-width: 240px;
    border-radius: 5px;
    border: 1px #d11010 solid;
    background: #d16d6d;
    color: rgba(255, 255, 255, 0.63);
}
.red-font{
    color: red !important;
}
