@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	scroll-padding: 7rem;
}

:root {
    --white: #ffffff;
    --prompt: "Prompt", sans-serif;
    --inter: "Inter", sans-serif;
    --color2A2D34: #2A2D34;
    --yellow: #DAA628;
    --color203740: #203740;
    --color1E1E1E: #1E1E1E;

}

/**
 * Remove default margin.
 */

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */

    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */

    font: inherit;
    /* 2 */

    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */

    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */

    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */

    box-sizing: content-box;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */

    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */

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

td,
th {
    padding: 0;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

::-moz-selection {
    background-color: #007d9d;
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: #007d9d;
    color: #fff;
    text-shadow: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: inherit;
    opacity: 0.7;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: inherit;
    opacity: 0.7;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.7;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px !important;
    overflow-x: hidden;
    color: var(--color2A2D34) !important;
    background: var(--white);
    font-family: var(--inter) !important;
    position: relative;
}

body p {
    line-height: 26px;
}

.container:after,
.container:before {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
    margin: 0;
    padding: 0;
}

img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto !important;
    display: block;
}

a,
button,
input {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a {
    text-decoration: none !important;
}

/**************global css end*******/

.container {
    position: relative;
}


/* Header Start */
header#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.3s ease-in-out;
}

.top-bar-wrapper {
    background-color: var(--color203740);
    color: var(--white);
    padding: 5px 0;
}

.top-menu-holder.fixed {
    position: fixed;
    top: 0 !important;
    left: 0;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: var(--color203740);
    width: 100%;
    transition: all 0.3s ease-in-out;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.top-bar .item-left,
.top-bar .item-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.top-bar .item-left a {
    color: var(--yellow);
}

.top-icon,
.top-bar .item-right a,
.follow-link .item-right a {
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    background-color: var(--yellow);
    border-radius: 3px;
    justify-content: center;
}

.top-bar .item-right a {
    width: 22px;
    height: 22px;
    color: var(--white);
    font-size: 14px;
    display: inline-flex;
}

.top-bar .item-right a:hover,
.follow-link .item-right a:hover {
    transform: translateY(-3px);
}


.nav_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    gap: 5px;
    border-bottom: 1px var(--white) solid;
}

.top-menu-holder.fixed .nav_bar {
    border-color: transparent;
    padding: 5px 0;
}

.nav_bar .nav_sec ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.nav_bar .nav_sec ul li {
    display: inline-block;
    position: relative;
    margin: 0 27px;
}

.nav_bar .nav_sec ul li a {
    display: block;
    position: relative;
    z-index: 99;
    font-size: 16px;
    line-height: 26px;
    color: var(--white);
}

.nav_bar .nav_sec ul li:not(:last-child):hover>a,
.nav_bar .nav_sec ul li:not(:last-child).active>a,
.nav_bar .nav_sec ul li:not(:last-child).current-menu-item>a {
    color: var(--yellow);
}

.common-btn {
    background: linear-gradient(263.48deg, #DAA628 -5.44%, #F5CC67 87.21%);
    border: 1px solid #A27406;
    box-shadow: 0px 4px 7.1px 0px #00000026 inset;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 25px 8px 8px;
    border: 1px solid #A27406;
    border-radius: 100px;
    color: var(--color203740);
    text-align: center;
}

.common-btn em {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--color203740);
    box-shadow: 0px 4px 4.5px 0px #00000040;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.common-btn em svg {
    transition: all ease-in-out 0.5s;
}

.common-btn:hover em svg {
    transform: rotate(-45deg);
    transition: all ease-in-out 0.5s;
}

span.toggle-menu {
    display: none;
}

/* Header End */

h1,
h2 {
    font-family: var(--prompt);
}

.main-heading h2 {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 48px;
}

/* Banner Start */

.home-banner {
    background-position: center;
    background-size: cover;
    padding: 327px 0 175px;
}

.banner-text {
    max-width: 797px;
    color: var(--white);
}

.banner-text h1 {
    font-weight: 700;
    font-size: 58px;
    line-height: 68px;
    margin-bottom: 22px;
}

.banner-text p {
    font-size: 22px;
    line-height: 26px;
}

.banner-text a.common-btn {
    margin-top: 30px;

}

.banner-bottom-sec {
    padding: 80px 0;
    background: #FFFDF3;
}

.banner-bottom-each-item {
    display: flex;
    align-items: center;
    gap: 17px;
}

.banner-bottom-each-item .item-left {
    width: 153px;
    height: 153px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed var(--yellow);
    transition: all ease-in-out 0.5s;
}

.banner-bottom-each-item:hover .item-left {
    background: var(--yellow);
    background: var(--yellow);
    box-shadow: 0px 4px 7.1px 0px #00000026 inset;

    box-shadow: 0px 4px 15px 0px #00000040;

    transition: all ease-in-out 0.5s;
}

.banner-bottom-each-item:hover .item-left svg path {
    fill: var(--white);
}

.banner-bottom-each-item .item-right h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 0;
}

.banner-bottom-each-item .item-right p {
    font-size: 18px;
    margin: 0;
}

.ensuring-sec {
    padding: 100px 0;
}

.ensuring-left img {
    border-radius: 3px;
}

.ensuring-right {
    background: var(--white);
    box-shadow: 0px 2px 30px 0px #0000001A;
    border-radius: 3px;
    padding: 57px 57px 57px 98px;
    width: 715px;
    margin-left: -110px;
}

.ensuring-right p,
.partnering-left-content p,
.simple-efficient-sec .main-heading p {
    color: #2C3037;
}

.ensuring-right a.common-btn,
.partnering-left a.common-btn {
    margin-top: 30px;
}

.simple-efficient-sec {
    background-color: #FBFBFB;
    padding: 80px 0 218px;
}

.simple-efficient-item {
    border: 1px solid #EBE6E1;
    background-color: var(--white);
    box-shadow: 0px 3px 30px 0px #0000000F;
    padding: 25px 22px 45px 22px;
    border-radius: 3px;
    text-align: center;
    min-height: 263px;
    text-align: center;
    height: 100%;
    transition: all ease-in-out 0.5s;
}

.simple-efficient-item h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 0;
}

.simple-efficient-icon {
    width: 110px;
    height: 110px;
    border-width: 1px;
    border-radius: 50%;
    box-shadow: 0px 3px 30px 0px #DAA62826;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EBE6E1;
    margin: 0 auto 30px;
}

.simple-efficient-item h4 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}   

.simple-efficient-item:hover {
    background-color: var(--yellow);
    color: var(--white);
    transition: all ease-in-out 0.5s;
}

.simple-efficient-item:hover .simple-efficient-icon svg path {
    stroke: var(--white);
}

.simple-efficient-sec .row>*:nth-child(3) .simple-efficient-item:hover .simple-efficient-icon svg path {
    stroke: none;
    fill: var(--white);
}

.partnering-sec {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    padding: 105px 0;
    margin-top: -105px;
}

.partnering-left {
    padding: 106px 100px 106px 150px;
    background: var(--white);
    box-shadow: 0px 3px 30px 0px #0000000F;
    width: 58.33%;
    position: relative;
    z-index: 9;
    border-radius: 3px;
    min-height: 595px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.partnering-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 58.33%;
    height: 595px;
    overflow: hidden;
    border-radius: 3px;
}

.partnering-right .partnering-video>img {
    width: 100%;
    object-position: center;
    object-fit: cover;
    height: 100% !important;
}

.partnering-video {
    position: relative;
    height: 100%;
}

.partnering-video .play-icon {
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%);
    z-index: 9;
}

.our-expertise-sec .row {
    margin-bottom: -110px;
}

.our-expertise-item {
    padding: 26px 20px;
    box-shadow: 0px 3px 30px 0px #0000001A;
    border-radius: 3px;
    color: var(--white);
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    height: 100%;
    min-height: 203px;
}

.our-expertise-item .icon {
    margin-bottom: 16px;
}

.our-expertise-item p:last-child {
    margin-bottom: 0;
}

.appointment-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: var(--white);
}

.appointment-sec {
    background-position: center;
    background-size: cover;
    padding: 202px 0 100px;
}

.testimonial-sec {
    padding: 70px 0;
    background-color: #FFFDF3;
}

.testimonial-slider .item {
    padding: 15px;
}

.testimonial-box {
    background-color: var(--white);
    box-shadow: 0px 2.11px 18.97px 0px #6E82D030;
    padding: 42px 26px;
    border-radius: 3px;
}

.rating {
    margin-bottom: 16px;
}

.rating i {
    color: var(--yellow);
}

.author-items {
    display: flex;
    align-items: center;
    gap: 17px;
    color: #000;
    margin-top: 22px;
}

.author-items img {
    border-radius: 3px;
}

.author-items .item-right h4 {
    font-family: var(--prompt);
    font-weight: 500;
    font-size: 18px;
    line-height: 35.4px;
    color: #071537;
}

.author-items .item-right p {
    margin-bottom: 0;
    color: var(--yellow);
}

.slick-dots {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
}

.slick-dots li button {
    font-size: 0;
    background-color: #D9D9D9;
    border: none;
    padding: 0;
    width: 29px;
    height: 3px;
}

.slick-dots li.slick-active button {
    height: 9px;
    border-radius: 3px;
    background-color: var(--yellow);
}

footer.main-footer {
    background-color: #1E1E1E;
    color: var(--white);
}

footer.main-footer a {
    color: var(--white);
}

footer.main-footer a:hover {
    color: var(--yellow);
}

.footer-up {
    padding: 53px 0 75px;
}

.footer-left ul {
    padding: 0;
    margin-bottom: 0;
}

.footer-left ul li {
    margin-top: 25px;
}

.follow-link {
    display: flex;
    align-items: center;
    gap: 22px;
}

.follow-link h4 {
    font-family: var(--prompt);
    font-weight: 400;
    font-size: 26px;
    margin: 0;
}

.follow-link .item-right a {
    width: 39px;
    height: 39px;
    color: var(--white) !important;
    font-size: 14px;
    display: inline-flex;
}

.follow-link .item-right a + a {
    margin-left: 20px;
}

.footer-link ul {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    padding: 0;
    margin: 64px 0 0 0;
    gap: 30px 10px;
}
.footer-link ul li a:hover {
	color: #daa628!important;
}
.footer-down {
    text-align: center;
    padding: 21px 0;
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 15px;
}

.footer-down p {
    margin-bottom: 0;
}

.footer-down a {
    color: var(--yellow) !important;
}
