@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap);* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none
}

body {
    overflow-x: hidden
}

main {
    overflow: hidden
}

a {
    text-decoration: none;
    transition: all .3s ease-in-out;
    font-family: "Outfit",sans-serif
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-thumb {
    background: #D69F83;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: #017F88
}

figure {
    margin: 0
}

ul,ol {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.socialMedia {
    display: flex;
    justify-content: center
}

ul.socialMedia li {
    margin: 0 7px
}

ul.socialMedia li a {
    color: #fff;
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

ul.socialMedia li a img {
    width: 22px;
    height: 22px;
    object-fit: cover;
    border-radius: 50%
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    word-spacing: 0;
    font-family: "Outfit",sans-serif
}

p {
    font-family: "Outfit",sans-serif;
    color: #2D2D2D;
    font-size: 15px;
    line-height: 25px;
    text-transform: unset;
    font-weight: 400;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    word-spacing: 0
}

p::first-letter {
    text-transform: capitalize
}

i::before {
    font-family: "FontAwesome"
}

.go-top {
    position: fixed;
    bottom: 7%;
    right: 1%;
    padding: 0;
    display: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    z-index: 10000
}

.go-top:after {
    font-family: "FontAwesome";
    content: "\f106";
    color: #fff;
    font-size: 25px;
    transition: all 0.2s ease-in-out;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid #fff;
    background-color: #d69f83
}

.scroll-to-top {
    width: 50px;
    height: 50px;
    background: #FFC233;
    position: fixed;
    bottom: 88px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    display: none;
    border-radius: 50%;
    cursor: pointer
}

.scroll-to-top i {
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    -webkit-transition: .4s;
    transition: .4s
}

.btn {
    font-family: "Outfit",sans-serif;
    border-radius: 0;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex!important;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 4px;
    transition: all .3s ease-in-out
}

.btn:focus {
    outline: none;
    box-shadow: none
}

button:focus {
    outline: none!important;
    box-shadow: none!important
}

.btn-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 12px
}

.btn-box .icon-wh {
    width: 25px;
    height: 25px;
    border-radius: 2px!important
}

.btn-box .btn-primary {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    font-family: "Outfit",sans-serif;
    text-transform: capitalize;
    color: #fff;
    background-color: #D69F83;
    padding: 0 25px;
    border-radius: 5px;
    border: 1px double #D69F83;
    overflow: hidden;
    transition: all .3s ease-in-out
}

.btn-box .btn-primary:hover {
    background-color: #D69F83
}

.btn-box .btn-secondary {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    font-family: "Outfit",sans-serif;
    text-transform: capitalize;
    color: #fff;
    padding: 0 25px;
    background-color: #017F88;
    border-radius: 5px;
    border: 1px double #017F88;
    overflow: hidden;
    transition: all .3s ease-in-out
}

.btn-box .btn-secondary:hover {
    background-color: #017F88
}

.btn-box .btn-icon {
    color: #232F3F
}

.hvr-bounce-to-right {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px #fff0;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.hvr-bounce-to-right:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px
}

.hvr-bounce-to-right:hover,.hvr-bounce-to-right:focus,.hvr-bounce-to-right:active {
    color: #017F88!important;
    border: 1px solid #017F88!important;
    border-radius: 5px!important
}

.hvr-bounce-to-right:hover:after,.hvr-bounce-to-right:focus:after,.hvr-bounce-to-right:active:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66)
}

.hvr-bounce-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px #fff0;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.hvr-bounce-to-left::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px
}

.hvr-bounce-to-left:hover,.hvr-bounce-to-left:focus,.hvr-bounce-to-left:active {
    color: #D69F83!important;
    border: 1px solid #D69F83!important;
    border-radius: 5px!important
}

.hvr-bounce-to-left:hover::after,.hvr-bounce-to-left:focus::after,.hvr-bounce-to-left:active::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66)
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000
}

.overlay .overlayDoor:before,.overlay .overlayDoor:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #CB9274;
    transition: 0.5s cubic-bezier(.77,0,.18,1);
    transition-delay: 0.8s
}

.overlay .overlayDoor:before {
    left: 0
}

.overlay .overlayDoor:after {
    right: 0
}

.overlay.loaded .overlayDoor:before {
    left: -50%
}

.overlay.loaded .overlayDoor:after {
    right: -50%
}

.overlay.loaded .overlayContent {
    opacity: 0;
    margin-top: -15px
}

.overlay .overlayContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s cubic-bezier(.77,0,.18,1)
}

.loader {
    width: 128px;
    height: 128px;
    border: 3px solid #fff;
    border-bottom: 3px solid #fff0;
    border-radius: 50%;
    position: relative;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center
}

.loader .inner {
    width: 64px;
    height: 64px;
    border: 3px solid #fff0;
    border-top: 3px solid #fff;
    border-radius: 50%;
    animation: spinInner 1s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes spinInner {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-720deg)
    }
}

.form-control::-webkit-input-placeholder {
    color: #313747;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .48px;
    opacity: .9
}

.form-control::-moz-placeholder {
    color: #313747;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .48px;
    opacity: .9
}

.form-control:-ms-input-placeholder {
    color: #313747;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .48px;
    opacity: .9
}

.form-control:-moz-placeholder {
    color: #313747;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .48px;
    opacity: .9
}

select:focus,textarea:focus,input:focus {
    outline: none!important;
    box-shadow: none!important;
    border-color: #000!important
}

.input-main {
    margin: 0 0 18px 0;
    overflow: hidden
}

.input-main p,.input-main label {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0 0 3px 0;
    padding: 0;
    color: #313747;
    line-height: 24px
}

.input-main p span,.input-main label span {
    color: #FF6B6B
}

.input-main .form-group {
    position: relative
}

.input-main .form-group .card-imgs {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 20px;
    color: #74769E;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 3px
}

.input-main .form-group .card-imgs li img {
    min-width: 26px;
    max-width: 26px;
    min-height: 26px;
    max-height: 26px;
    object-fit: contain
}

.input-main .form-control.img-bx {
    padding: 12px 20px 12px 60px
}

.input-main.rightOne .form-control.img-bx {
    padding: 12px 60px 12px 12px
}

.input-main.rightOne .form-group .card-imgs {
    right: 20px;
    left: inherit
}

.input-main .form-select,.input-main .form-control {
    font-family: "Outfit",sans-serif;
    border: none;
    height: auto;
    background-color: #fff;
    border: 1px solid var(--Light-Grey,#D2D2D2);
    border-radius: 5px;
    padding: 8px 30px 8px 17px;
    color: #232F3F;
    font-size: 17px;
    font-weight: 400;
    position: relative
}

.input-main .form-group .field-icon1 {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 10px;
    color: #313747;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.input-main .form-group .field-icon1.fa-eye:before,.input-main .form-group .field-icon1.fa-eye-slash:before {
    font-family: "FontAwesome"
}

.input-main .forgot {
    text-align: right;
    color: #313747;
    margin: 10px 0 0 0;
    font-family: "Outfit",sans-serif;
    font-size: 15px;
    line-height: 18px;
    text-transform: unset;
    font-weight: 400;
    display: block
}

.form-check {
    margin: 0
}

.form-check .form-check-input:checked {
    background-color: #017F88;
    border-color: #017F88
}

.form-check .form-check-input:focus {
    border-color: #017F88;
    box-shadow: none
}

.form-check .form-check-label {
    letter-spacing: 1.5px;
    font-family: "Outfit",sans-serif;
    text-transform: capitalize;
    margin: 0;
    color: #313747;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.offcanvas.search-bar {
    background: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.offcanvas.search-bar .offcanvas-body .search-h {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 30px 0;
    display: block;
    text-align: center
}

.offcanvas.search-bar .offcanvas-body .search .search-control {
    background-color: #f5f5f7;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    width: 100%;
    border-radius: 5px;
    border: none;
    padding-left: 25px;
    height: 45px
}

.offcanvas.search-bar .offcanvas-body .search .search-btn {
    color: #fff;
    height: 45px;
    width: 45px;
    font-size: 16px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #936710;
    background: #936710;
    transition: all 0.2s ease-in-out;
    border-radius: 50px;
    overflow: hidden
}

.navbar-toggler {
    background-color: #017F88;
    color: #fff;
    border: none
}

header {
    transition: all 0.5s ease-in-out;
    overflow: hidden
}

header .header-btm {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000
}

header .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #222F3F
}

header .header-btm .navbar>.container-fluid {
    align-items: center
}

header .header-btm .navbar {
    padding: 15px 0;
    transition: all 0.3s ease-in-out;
    background: #fff0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.banner-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    margin: 0 0 6px
}

.banner-btn .btn-started {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 17px;
    border-radius: 5px
}

.banner-btn .btn-gr {
    background-color: #017F88;
    border: 1px solid #017F88
}

.banner-btn .btn-br {
    background-color: #D69F83;
    border: 1px solid #D69F83
}

header .header-btm.sticky .navbar {
    border-bottom: none!important
}

header .header-btm .navbar .navbar-nav {
    align-items: center;
    gap: 30px
}

header .header-btm .navbar .navbar-nav .nav-item {
    position: relative
}

header .header-btm .navbar .navbar-nav .nav-item:hover .dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

header .header-btm .navbar .navbar-nav .nav-item .dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 0;
    top: 100%;
    transform: translateY(50px);
    left: 0;
    background-color: #fff;
    z-index: 111;
    transition: 0.4s all;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2px;
    border: 1px solid rgb(204 204 204 / 34%);
    box-shadow: 0 0 10px rgb(0 0 0 / 9%);
    min-width: 12rem;
    border-radius: 10px
}

header .header-btm .navbar .navbar-nav .nav-item .dropdown li .dropdown-item {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    letter-spacing: 0;
    word-spacing: 0;
    border: none;
    background-color: #fff0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.5s ease-in-out;
    padding: 12px 12px
}

header .header-btm .navbar .navbar-nav .nav-item .dropdown li:hover {
    background-color: #D69F83;
    color: #fff
}

header .header-btm .navbar .navbar-nav .nav-item .dropdown li:hover .dropdown-item {
    color: #fff
}

header .header-btm .navbar .navbar-nav .nav-item .dropdown li:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

header .header-btm .navbar .navbar-nav .nav-item .dropdown li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

header .header-btm .navbar .navbar-nav .nav-item .dropdown li .bx-here {
    display: flex;
    align-items: center;
    justify-content: space-between
}

header .header-btm .navbar .navbar-nav .nav-item .dropdown li.main-child {
    position: relative
}

header .header-btm .navbar .navbar-nav .nav-item .dropdown li {
    border-bottom: 1px solid rgb(204 204 204 / 32%)
}

header .header-btm .navbar .navbar-nav .nav-item .dropdown .main-child i {
    padding: 0 10px 0 0
}

header .header-btm .navbar .navbar-nav .nav-item .dropdown .main-child:hover .child-dropdown {
    visibility: visible;
    opacity: 1
}

header .header-btm .navbar .navbar-nav .nav-item .dropdown .main-child .child-dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 0;
    top: 0;
    left: 100%;
    background-color: #fff;
    z-index: 111;
    transition: 0.4s all;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2px;
    border: 1px solid rgb(204 204 204 / 34%);
    box-shadow: 0 0 10px rgb(0 0 0 / 9%);
    min-width: 12rem;
    border-radius: 10px
}

header .header-btm .navbar .navbar-nav .nav-item .dropdown .main-child .child-dropdown li i {
    padding: 0 10px 0 0;
    color: #000;
    transition: all 0.5s ease-in-out
}

header .header-btm .navbar .navbar-nav .nav-item .dropdown .main-child .child-dropdown li .child-item {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    letter-spacing: 0;
    word-spacing: 0;
    border: none;
    background-color: #fff0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.5s ease-in-out;
    padding: 12px 12px
}

header .header-btm .navbar .navbar-nav .nav-item .dropdown .main-child .child-dropdown li:hover {
    background-color: #D69F83;
    color: #fff
}

header .header-btm .navbar .navbar-nav .nav-item .dropdown .main-child .child-dropdown li:hover i,header .header-btm .navbar .navbar-nav .nav-item .dropdown .main-child .child-dropdown li:hover .child-item {
    color: #fff!important
}

header .header-btm .navbar .navbar-nav .nav-item .dropdown li.last-treeMain {
    position: relative
}

header .header-btm .navbar .navbar-nav li.last-treeMain .lastTree-dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 0;
    top: 0;
    left: 100%;
    background-color: #fff;
    z-index: 111;
    transition: 0.4s all;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2px;
    border: 1px solid rgb(204 204 204 / 34%);
    box-shadow: 0 0 10px rgb(0 0 0 / 9%);
    min-width: 12rem;
    border-radius: 10px
}

header .header-btm .navbar .navbar-nav li.last-treeMain:hover .lastTree-dropdown {
    visibility: visible;
    opacity: 1
}

header .header-btm .navbar .navbar-nav li.last-treeMain .lastTree-dropdown .lastTree-child .lastTree-item {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    letter-spacing: 0;
    word-spacing: 0;
    border: none;
    background-color: #fff0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.5s ease-in-out;
    padding: 12px 12px
}

header .header-btm .navbar .navbar-nav li.last-treeMain .lastTree-dropdown .lastTree-child:hover {
    background-color: #D69F83;
    color: #fff
}

header .header-btm .navbar .navbar-nav li.last-treeMain .lastTree-dropdown .lastTree-child:hover .lastTree-item {
    color: #fff!important
}

header .header-btm .navbar .navbar-nav .nav-item .nav-link {
    color: #F0F7F7;
    font-size: 17px;
    line-height: 24px;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    word-spacing: 0;
    border: none;
    background-color: #fff0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all 0.5s ease-in-out
}

header .header-btm .navbar .navbar-nav .nav-item .nav-link.active {
    color: #D69F83!important
}

header .header-btm .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #D69F83
}

header .header-btm .navbar .navbar-brand {
    margin: 0;
    padding: 0
}

header .header-btm .navbar .navbar-brand .logo {
    width: 170px
}

header.sticky .header-btm .navbar .navbar-brand .logo {
    height: 70px
}

footer {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: #017F88
}

footer .footer-top {
    padding: 50px 0
}

footer .footer-logo {
    text-align: center;
    padding: 0 0 30px
}

footer .footer-head {
    text-align: center;
    padding: 0 0 30px
}

footer .footer-head h2,footer .footer-head h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    line-height: 44px
}

footer .footer-top .footer-logo img {
    width: 20%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(303deg) brightness(104%) contrast(103%)
}

footer .footer-top .footer-logo ul {
    margin: 80px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 40.5px
}

footer .footer-top .footer-logo ul li a i {
    font-size: 20px;
    width: 29.1px;
    height: 29.1px;
    color: #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    transition: all .5s ease-in-out
}

footer .footer-top .footer-logo ul li a i:hover {
    color: #FFC233
}

footer .footer-top .quik-inks.last {
    width: 230px;
    margin: 0 0 0 auto
}

footer .footer-top .quik-inks h4 {
    font-size: 20px;
    color: #E8E8E8;
    text-transform: capitalize;
    margin: 0 0 30px 0
}

footer .footer-top .quik-inks h5 {
    font-size: 20px;
    color: #E8E8E8;
    text-transform: uppercase;
    margin: 0 0 30px 0
}

footer .footer-top .quik-inks p {
    color: #E8E8E8;
    font-size: 18px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    word-spacing: 0
}

footer .footer-top .quik-inks ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 0 0 50px
}

footer .footer-top .quik-inks ul li {
    list-style: disc;
    color: #fff;
    transition: all 0.5s ease-in-out;
    width: 75%
}

footer .footer-top .quik-inks ul li:hover {
    color: #D69F83
}

footer .footer-top .quik-inks ul li a {
    color: #E8E8E8;
    font-size: 15px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    word-spacing: 0;
    transition: all 0.5s ease-in-out;
    font-weight: 400
}

footer .footer-top .quik-inks ul li a:hover {
    color: #D69F83
}

footer .footer-bottom {
    padding: 16px 0
}

footer .footer-bottom .content-box ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px
}

footer .footer-bottom .content-box ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 2px
}

footer .footer-bottom .content-box ul li a i {
    margin: 0 5px 0 0
}

footer .footer-bottom .copyright p {
    color: #FAFBFD;
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 300
}

footer .footer-bottom .copyright p a {
    color: #FAFBFD
}

footer .footer-bottom .copyright p a:hover {
    color: #002f8c
}

footer .footer-bottom .privacy-links ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px
}

footer .footer-bottom .privacy-links ul li {
    color: #FAFBFD
}

footer .footer-bottom .privacy-links ul li a {
    color: #FAFBFD;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    word-spacing: 0;
    transition: all .3s ease-in-out;
    font-weight: 300
}

footer .footer-bottom .privacy-links ul li a:hover {
    color: #D69F83
}

footer .footer-top .cart-box {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

footer .footer-top .cart-box .main-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 71px;
    max-height: 71px;
    object-fit: contain
}

footer .footer-top .card-img {
    display: flex;
    align-items: center;
    justify-content: end
}

footer .footer-top .card-img .main-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 41px;
    max-height: 41px;
    object-fit: contain
}

.footer-main .foot-bottom {
    background-color: #000
}

.home-banner-wrap {
    padding: 155px 0 32px;
    overflow: hidden;
    position: relative;
    background-image: url(../images/banner-img-01.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1
}

.home-banner-wrap::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: .8
}

.home-banner-wrap .banner-content .banner-btn {
    justify-content: start
}

.home-banner-wrap .banner-content h1 {
    color: #fff;
    font-size: 44px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 60px;
    padding: 0 0 18px
}

.home-banner-wrap .banner-content p {
    color: #fff;
    font-size: 17px;
    line-height: 32px;
    font-weight: 400;
    padding: 0 0 32px
}

.home-banner-wrap .form-box {
    background-color: rgb(0 0 0 / .25);
    padding: 32px;
    border: 2px solid #017F88;
    border-radius: 20px
}

.home-banner-wrap .form-box h2,.home-banner-wrap .form-box h3 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    line-height: 42px;
    color: #fff;
    padding: 0 0 15px
}

.home-banner-wrap .form-box h3 span,.home-banner-wrap .form-box h2 span {
    display: block;
    color: #D69F83
}

.home-banner-wrap .form-box .input-main .form-group {
    margin: 0 0 10px
}

.home-banner-wrap .form-box .input-main .form-group .input-box {
    border: 4px;
    padding: 9px 13px
}

.home-banner-wrap .form-box .input-main .form-check label p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    margin: 0 0 17px
}

.home-banner-wrap .form-box .input-main .form-check label p a {
    color: #fff;
    text-decoration: underline
}

.contect-form-sec .input-main .form-btn .submit,.home-banner-wrap .form-box .form-btn .submit {
    padding: 12px 30px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    background-color: #017F88;
    border: 1px solid #017F88;
    border-radius: 5px;
    width: 100%
}

.home-banner-wrap .logo-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin: 89px 0 0
}

.home-banner-wrap .logo-box .main-img {
    position: relative
}

.home-banner-wrap .logo-box .main-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 45px;
    max-height: 45px;
    object-fit: contain
}

.centuries-sec {
    padding: 100px 0;
    overflow: hidden;
    position: relative
}

.services-sec .contect,.adventurous-sec .contect,.centuries-sec .contect {
    text-align: center
}

.services-sec .contect h2,.centuries-sec .contect h2 {
    font-size: 42px;
    line-height: 60px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 12px
}

.services-sec .contect h2 span,.centuries-sec .contect h2 span {
    color: #017F88
}

.services-sec .contect p,.adventurous-sec .contect p,.centuries-sec .contect p {
    font-size: 20px;
    font-weight: 300;
    line-height: 33px;
    color: #222F3F;
    margin: 0 0 26px
}

.centuries-sec .main-img {
    margin: 0 0 32px
}

.centuries-sec .main-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 416px;
    max-height: 416px;
    object-fit: fill
}

.publication-sec {
    position: relative;
    background-color: #017F88;
    padding: 60px 0 40px
}

.publication-sec .book-img {
    position: absolute;
    left: 0;
    bottom: -76px
}

.publication-sec .book-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 310px;
    max-height: 310px;
    object-fit: contain
}

.publication-sec .book1-img {
    position: absolute;
    right: 0;
    top: 0
}

.publication-sec .book1-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 355px;
    max-height: 355px;
    object-fit: contain
}

.publication-sec .content {
    text-align: center;
    z-index: 9;
    position: relative
}

.publication-sec .content h2 {
    font-size: 43px;
    color: #fff;
    line-height: 50px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 27px
}

.publication-sec .content p {
    color: #fff;
    font-size: 20px;
    line-height: 33px;
    margin: 0 0 18px
}

.publication-sec .content .banner-btn {
    justify-content: center
}

.publication-sec .content .banner-btn .btn-gr {
    border: 1px solid #fff
}

.adventurous-sec {
    position: relative;
    padding: 100px 0 100px 0
}

.services-pg {
    padding: 0 0 100px 0
}

.once-upon-sec .content .para-box {
    min-height: auto;
    max-height: 500px;
    overflow-y: scroll
}

.once-upon-sec .content .para-box::-webkit-scrollbar {
    width: 1px
}

.once-upon-sec .content .para-box::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 1px
}

.once-upon-sec .content .para-box::-webkit-scrollbar-thumb:hover {
    background: #017F88
}

.once-upon-sec .content .para-box p {
    padding: 0 0 30px 0
}

.once-upon-sec .form-box {
    padding: 32px;
    border-radius: 20px;
    background: #D69F83;
    border: 2px solid #017F88BF
}

.once-upon-sec .form-box h2 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    line-height: 42px;
    color: #fff;
    padding: 0 0 15px
}

.once-upon-sec .form-box h2 span {
    display: block;
    color: #fff
}

.once-upon-sec .form-box .input-main .form-group {
    margin: 0 0 10px
}

.once-upon-sec .form-box .input-main .form-group .input-box {
    border: 4px;
    padding: 16px 13px
}

.once-upon-sec .form-box .input-main .form-check label p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 17px
}

.once-upon-sec .form-box .input-main .form-check label p a {
    color: #fff;
    text-decoration: underline
}

.once-upon-sec .form-box .form-btn {
    display: flex;
    align-items: center;
    justify-content: center
}

.once-upon-sec .form-box .form-btn .submit {
    padding: 12px 30px;
    width: 190px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    background-color: #017F88;
    border: 1px solid #017F88;
    border-radius: 5px
}

.adventurous-sec .left-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.adventurous-sec .contect h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 14px
}

.adventurous-sec .contect h2 span {
    color: #017F88
}

.adventurous-sec .left-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 605px;
    max-height: 605px;
    object-fit: contain
}

.adventurous-sec .right-img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.adventurous-sec .right-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 520px;
    max-height: 520px
}

.adventurous-sec .adventurous-box {
    background-color: #fff;
    border: 2px solid #017F88;
    border-radius: 5px;
    padding: 56px 17px 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 50px 0 0;
    cursor: pointer;
    transition: all .3s ease
}

.adventurous-sec .adventurous-box:hover {
    transform: translateY(-10px);
    border: 2px solid #D69F83
}

.adventurous-sec .adventurous-box .icon-cir {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #017F88;
    position: absolute;
    top: -44px;
    background-color: #fff
}

.adventurous-sec .adventurous-box:hover .icon-cir {
    border: 2px solid #D69F83
}

.adventurous-sec .adventurous-box .icon-cir img {
    filter: brightness(0) saturate(100%) invert(26%) sepia(94%) saturate(1700%) hue-rotate(162deg) brightness(93%) contrast(99%);
    min-width: 100%;
    max-width: 100%;
    min-height: 50px;
    max-height: 50px;
    object-fit: contain
}

.adventurous-sec .adventurous-box:hover .icon-cir img {
    filter: brightness(0) saturate(100%) invert(66%) sepia(8%) saturate(1510%) hue-rotate(336deg) brightness(100%) contrast(96%)
}

.adventurous-sec .adventurous-box h2,.adventurous-sec .adventurous-box h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin: 0 0 7px;
    text-align: center;
    min-height: 50px;
    max-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.adventurous-sec .adventurous-box p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
    min-height: 156px;
    overflow-y: scroll;
    max-height: 156px;
    object-fit: contain;
    padding: 0 8px 0 0
}

.adventurous-sec .adventurous-box p::-webkit-scrollbar {
    width: 1px
}

.adventurous-sec .adventurous-box p::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 1px
}

.adventurous-sec .adventurous-box p::-webkit-scrollbar-thumb:hover {
    background: #017F88
}

.adventurous-sec .adventurous-box p a {
    color: #017F88;
    text-transform: capitalize
}

.professional-sec {
    background-image: url(../images/img12.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.professional-sec::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #141414;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: .7
}

.professional-sec .contect h2 {
    color: #fff;
    text-align: center;
    font-size: 46px;
    line-height: 50px;
    margin: 0 0 28px
}

.professional-sec .contect p {
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 35px;
    font-weight: 300;
    margin: 0 0 35px
}

.professional-sec .contect .banner-btn {
    justify-content: center
}

.services-sec {
    position: relative;
    overflow: hidden;
    padding: 100px 0
}

.services-sec .contect {
    margin: 0 0 47px 0
}

.services-sec .services-box {
    min-height: 820px;
    max-height: 820px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.services-sec .services-slider .owl-item:nth-child(even) .services-box {
    justify-content: flex-end
}

.services-sec .services-box .content .txt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.services-sec .services-box .content .txt h4 {
    font-size: 21px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
    position: absolute;
    top: auto;
    padding: 0 0 0 20px
}

.services-sec .services-box .content .txt h5 {
    color: #017f884f;
    font-size: 120px;
    font-weight: 600
}

.services-sec .services-box .content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #000;
    margin: 32px 0 30px;
    min-height: 100px;
    max-height: 100px;
    overflow-y: auto;
    padding: 0 15px 0 0
}

.services-sec .services-box .content p::-webkit-scrollbar {
    width: 1px
}

.services-sec .services-box .content p::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 1px
}

.services-sec .services-box .content p::-webkit-scrollbar-thumb:hover {
    background: #017F88
}

.services-sec .services-box .content p a {
    color: #017F88;
    text-decoration: underline
}

.services-sec .services-box .main-img {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 100%;
    max-width: 100%
}

.services-sec .services-box .main-img .box-img {
    max-height: 335px;
    min-height: 335px;
    min-width: 100%;
    max-width: 100%;
    border: 7px solid #2E3B49;
    position: absolute;
    z-index: -1;
    right: 0
}

.services-sec .services-box .main-img img {
    min-width: 80%;
    max-width: 80%;
    min-height: 420px;
    max-height: 420px;
    object-fit: fill
}

.seven-sec {
    background-image: url(../images/img13.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 138px 0 134px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.seven-sec::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #141414;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: .7
}

.seven-sec .contect h2 {
    color: #fff;
    text-align: center;
    font-size: 38px;
    line-height: 54px;
    margin: 0 0 8px
}

.seven-sec .contect p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 33px;
    font-weight: 300;
    margin: 0 0 22px
}

.seven-sec .contect .banner-btn {
    justify-content: center
}

.frequently-sec {
    padding: 100px 0;
    overflow: hidden;
    position: relative
}

.frequently-sec .faq-img {
    position: absolute;
    left: 0;
    top: 15%;
    z-index: -1
}

.frequently-sec .faq-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .8
}

.frequently-sec .faq-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 412px;
    max-height: 412px;
    object-fit: contain
}

.frequently-sec .head {
    text-align: center;
    margin: 0 0 42px 0;
    z-index: 1;
    position: relative
}

.frequently-sec .head h2 {
    font-size: 42px;
    text-transform: capitalize;
    line-height: 60px;
    font-weight: 600;
    margin: 0 0 16px
}

.frequently-sec .head h2 span {
    color: #017F88
}

.frequently-sec .head p {
    font-size: 20px;
    line-height: 33px;
    color: #222F3F
}

.frequently-sec .faq-box .accordion .accordion-item {
    margin: 0 0 18px;
    border-radius: 0;
    background: #fff0;
    border: none
}

.frequently-sec .faq-box .accordion-item .accordion-header button.accordion-button {
    background: #017F88;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    box-shadow: none;
    border-radius: 5px;
    padding: 20px 17px;
    display: flex;
    align-items: center;
    margin: 0;
    font-weight: 600;
    letter-spacing: .7px
}

.frequently-sec .faq-box .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: #017F88;
    color: #fff
}

.frequently-sec .faq-box .accordion-item .accordion-header .accordion-button::after {
    content: '\f107';
    font-family: 'FontAwesome';
    background: #fff0;
    color: #fff;
    font-size: 22px;
    border-radius: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: 600;
    transition: all .3s ease-in-out
}

.frequently-sec .faq-box .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: '\f106';
    font-family: 'FontAwesome';
    transform: rotate(0deg);
    color: #fff
}

.frequently-sec .faq-box .accordion-item .accordion-collapse .accordion-body {
    background: #fff;
    color: #E8E8E8;
    font-size: 16px;
    line-height: 27px;
    margin: 0;
    padding: 20px;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgb(0 0 0 / .125)
}

.frequently-sec .faq-box .accordion .accordion-item .accordion-body p {
    font-size: 16px;
    color: #000;
    line-height: 29px
}

.frequently-sec .faq-box .accordion .accordion-item .accordion-body p a {
    color: #828282;
    display: block;
    text-decoration: underline
}

.frequently-sec .faq-box .mian-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 560px;
    max-height: 560px;
    object-fit: contain
}

.eight-sec {
    background-image: url(../images/img14.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 165px 0 191px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.eight-sec::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #141414;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: .6
}

.eight-sec .contect h2 {
    color: #fff;
    text-align: center;
    font-size: 38px;
    line-height: 54px;
    margin: 0 0 7px
}

.eight-sec .contect p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 33px;
    font-weight: 300;
    margin: 0 0 17px
}

.eight-sec .contect .banner-btn {
    justify-content: center
}

.clients-sec {
    position: relative;
    padding: 100px 0;
    overflow: hidden
}

.clients-sec .head {
    text-align: center
}

.clients-sec .head h2 {
    font-size: 42px;
    color: #000;
    line-height: 60px;
    margin: 0 0 38px;
    font-weight: 600
}

.clients-sec .head h2 span {
    color: #017F88
}

.clients-sec .content {
    text-align: center
}

.clients-sec .content p {
    font-size: 20px;
    line-height: 33px;
    color: #000;
    font-weight: 300;
    margin: 0 0 19px
}

.clients-sec .content h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #222F3F
}

.clients-sec .mian-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #017F88
}

.clients-sec .mian-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 220px;
    max-height: 220px;
    object-fit: contain
}

.clients-sec .owl-theme .owl-nav {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 188px 0 0
}

.clients-sec .owl-carousel .owl-nav button.owl-next span,.owl-carousel .owl-nav button.owl-prev span,.owl-carousel button.owl-dot {
    background-color: #017F88;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    font-weight: 100;
    padding: 0 0 13px
}

.clients-sec .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #fff0
}

.clients-sec .owl-theme .owl-nav [class*=owl-] :hover {
    background-color: #D69F83
}

.ten-sec {
    background-image: url(../images/img15.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 145px 0 174px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.ten-sec::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #141414;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: .6
}

.ten-sec .contect h2 {
    color: #fff;
    text-align: center;
    font-size: 39px;
    line-height: 54px;
    margin: 0 0 17px
}

.ten-sec .contect p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 33px;
    font-weight: 300;
    margin: 0 0 30px
}

.ten-sec .contect .banner-btn {
    justify-content: center
}

.about-banner-sec {
    background-image: linear-gradient(rgb(0 0 0 / .5),rgb(99 49 24 / 76%)),url(../images/inner-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 204px 0
}

.about-banner-sec .head {
    text-align: center
}

.about-banner-sec .head h2 {
    font-size: 67px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize
}

.about-banner-sec .head p {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-transform: capitalize;
    color: #FFF
}

.once-upon-sec {
    position: relative;
    overflow: hidden;
    padding: 100px 0
}

.once-upon-sec .content h2 {
    font-size: 42px;
    line-height: 60px;
    font-weight: 600;
    color: #222F3F;
    text-transform: capitalize;
    padding: 0 0 11px
}

.once-upon-sec .content h2 span {
    color: #017F88
}

.once-upon-sec .content p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    color: #222F3F
}

.once-upon-sec .content.box p {
    margin: 0 0 30px
}

.once-upon-sec .main-img {
    margin: 0 0 49px
}

.once-upon-sec .main-img.img-box {
    margin: 0
}

.once-upon-sec .main-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 426px;
    max-height: 426px;
    object-fit: cover;
    border: 5px solid #FFF;
    box-shadow: 13px 24px 20px rgb(51 51 51 / .58)
}

.once-upon-sec .main-img.img-box img {
    min-height: 349.35px;
    max-height: 349.35px
}

.just__book__sec {
    background: url(../images/newImg-2.png);
    position: relative;
    z-index: 9;
    padding: 100px 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.just__book__sec:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: #D69F83E5
}

.just__content__tp .main-img {
    margin: 30px 0 0 0
}

.just__content__tp .main-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 400px;
    max-height: 400px;
    object-fit: contain
}

.just__content__tp h3 {
    font-size: 41px;
    color: #fff;
    font-weight: 700;
    line-height: 56px;
    margin: 0 0 15px 0
}

.just__content__tp p {
    font-size: 19px;
    line-height: 30px;
    color: #fff;
    font-weight: 300
}

.self__content__sec ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 25px
}

.self__content__sec ul li {
    font-size: 17px;
    align-items: center;
    text-transform: capitalize;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    font-family: "Outfit",sans-serif;
    gap: 10px
}

.self__content__sec ul li span {
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    background: #194a50;
    border-radius: 50px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px
}

.self__content__sec ul li span small {
    font-size: 26px;
    position: relative;
    top: -6px;
    color: #fff
}

.book-foundation-sec {
    padding: 100px 40px;
    overflow: hidden;
    position: relative
}

.book-foundation-sec .content-box {
    position: relative
}

.book-foundation-sec .content-box:before {
    border-right: 1px solid rgb(204 204 204 / 32%);
    content: '';
    position: absolute;
    right: 0;
    width: 2px;
    height: 680px;
    top: 0
}

.book-foundation-sec .content-box h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 69.1641px;
    line-height: 94px;
    color: #222F3F
}

.book-foundation-sec .content-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
    color: #222F3F
}

.book-foundation-sec .content-box .btn-box {
    margin: 30px 0 0 0
}

.book-foundation-sec .content-box .btn-box .btn-wh {
    height: 42px
}

.book-foundation-sec .book-card {
    position: relative;
    padding: 40px 10px
}

.book-foundation-sec .book-card:after {
    border-right: 1px solid rgb(204 204 204 / 32%);
    content: '';
    position: absolute;
    right: -12px;
    width: 2px;
    height: 100%;
    top: 0
}

.book-foundation-sec .book-card .info-bx .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    grid-area: 10px
}

.book-foundation-sec .book-card .info-bx .head h5 {
    font-weight: 700;
    font-size: 33.4375px;
    line-height: 48px;
    color: #017F88
}

.book-foundation-sec .book-card .info-bx .head h6 {
    font-weight: 700;
    font-size: 47.4609px;
    line-height: 60px;
    color: rgb(0 0 0 / .11)
}

.book-foundation-sec .book-card .info-bx h3 {
    font-weight: 600;
    font-size: 18.375px;
    line-height: 25px;
    color: #000;
    margin: 20px 0 30px 0
}

.book-foundation-sec .book-card .info-bx p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #222F3F;
    min-height: 120px;
    overflow-y: scroll;
    max-height: 120px;
    padding: 0 10px 0 0;
    width: 92%
}

.book-foundation-sec .book-card .main-img {
    margin: 40px 0 0 0
}

.book-foundation-sec .book-card .main-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
    border-radius: 20px
}

.book-foundation-sec .books-slider.owl-theme .owl-dots .owl-dot {
    background-color: #fff0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #017F88
}

.portfolio {
    position: relative;
    overflow: hidden;
    padding: 100px 0 100px
}

.portfolio .content h2 {
    text-align: center;
    font-size: 44px;
    line-height: 60px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    padding: 0 0 7px
}

.portfolio .content h2 span {
    color: #017F88
}

.portfolio .content p {
    color: #222F3F;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    text-align: center;
    padding: 0 0 37px
}

.portfolio .tabs-btn .tab-pane .main-video,.portfolio .tabs-btn .tab-pane .main-img {
    margin: 0 0 32px
}

.portfolio .tabs-btn .tab-pane .main-img img {
    min-width: 100%;
    max-width: 100px;
    min-height: 414px;
    max-height: 414px;
    object-fit: fill
}

.portfolio .tabs-btn .tab-pane .main-video {
    position: relative;
    overflow: hidden;
    border-radius: 36px;
    transition: all .4s ease-in-out
}

.portfolio .tabs-btn .tab-pane .main-video:hover .overlay__port i {
    opacity: 1;
    visibility: visible
}

.portfolio .tabs-btn .tab-pane .main-video img {
    min-width: 100%;
    max-width: 100%;
    min-height: 414px;
    max-height: 414px;
    object-fit: fill
}

.portfolio .tabs-btn .tab-pane .main-video .overlay__port i {
    position: absolute;
    top: 0;
    text-align: center;
    font-weight: 900;
    font-size: 70px;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 414px;
    opacity: 0;
    visibility: hidden
}

.portfolio .tabs-btn .nav-btn {
    justify-content: center;
    gap: 20px;
    padding: 0 0 69px
}

.portfolio .tabs-btn .nav-btn .nav-link {
    padding: 15px 30px;
    background-color: #E5E5E5;
    color: #000;
    line-height: 22px;
    font-weight: 400
}

.portfolio .tabs-btn .nav-btn .nav-link.active {
    background-color: #017F88;
    padding: 15px 30px;
    line-height: 22px;
    font-weight: 400;
    color: #fff
}

.contect-form-sec {
    position: relative;
    overflow: hidden;
    padding: 100px 0 100px
}

.contect-form-sec .contect-box h5 {
    font-size: 36px;
    line-height: 60px;
    color: #017F88;
    text-transform: capitalize
}

.contect-form-sec .contect-box a {
    color: #000;
    font-size: 33px;
    line-height: 60px;
    font-weight: 500
}

.contect-form-sec .input-main {
    margin: 45px 0 0
}

.contect-form-sec .input-main .form-group {
    margin: 20px 0
}

.contect-form-sec .input-main .form-group .input-box {
    height: 53px;
    border-radius: 7px;
    border: 1px solid #CCC;
    padding: 0 12px 0
}

.contect-form-sec .input-main .form-group .input-box::placeholder {
    color: #757575
}

.contect-form-sec .input-main .form-group textarea {
    border-radius: 7px;
    border: 1px solid #CCC;
    padding: 15px 12px 0
}

.contect-form-sec .input-main .form-group textarea::placeholder {
    color: #757575
}

.contect-form-sec .input-main .form-check label p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin: 0 0 17px
}

.contect-form-sec .input-main .form-check label p a {
    color: #017F88;
    text-decoration: underline
}

.contect-form-sec .map-img iframe {
    min-width: 100%;
    max-width: 100%;
    min-height: 408px;
    max-height: 408px;
    object-fit: contain;
    filter: grayscale(1)
}

.Transforming-sec {
    background-image: url(../images/img24.png)
}

.thriving-sec {
    background-image: url(../images/img25.png)
}

.global-sec {
    background-image: url(../images/img26.png)
}

.theme-btn.bt-support-now {
    background: #d69f83;
    bottom: 146px
}

.theme-btn.bt-support-now:hover,.theme-btn.bt-buy-now:hover {
    color: #fff
}

.theme-btn.bt-buy-now {
    background: #8ac346;
    background: -moz-linear-gradient(top,#a3d179 0,#88ba46 100%)
}

.theme-btn {
    border-radius: 40px;
    bottom: 59px;
    display: table;
    height: 66px;
    left: 30px;
    min-width: 66px;
    text-align: center;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    border: 2px solid #fff
}

.theme-btn,span.coupon {
    position: fixed;
    color: #fff
}

.theme-btn,span.coupon {
    animation: .5s infinite alternate scrollDownAnimation
}

@keyframes scrollDownAnimation {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-10px)
    }
}

.floatbutton {
    transition: .4s;
    position: fixed;
    right: -370px;
    top: 16%;
    font-size: 0;
    width: 420px;
    z-index: 999
}

.floatbutton .clickbutton .crossplus:after,.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    z-index: 99;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.floatbutton .ban-form input,.floatbutton .ban-form textarea {
    padding: 10px 15px;
    outline: 0!important
}

.floatbutton .theme-btn,span.coupon {
    animation: .5s infinite alternate scrollDownAnimation
}

.floatbutton span.coupon {
    text-transform: uppercase
}

.floatbutton.active {
    right: 0;
    z-index: 9999;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton .clickbutton .crossplus {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton .banner-form,.floatbutton .clickbutton {
    position: relative;
    display: inline-block
}

.floatbutton .clickbutton {
    overflow: hidden;
    border-radius: 11px 0 0 11px;
    width: 50px;
    z-index: 999;
    height: 300px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgb(87 184 151 / .09);
    padding-top: 0;
    vertical-align: top;
    background: #d69f83;
    margin-top: 198px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -ms-box-shadow: 0 0 40px #00000026;
    -o-box-shadow: 0 0 40px #00000026
}

.floatbutton .clickbutton .crossplus:before {
    width: 20px;
    height: 2px;
    background: #fbb334
}

.floatbutton .clickbutton .crossplus:after {
    width: 2px;
    height: 20px;
    background: #fab334
}

.floatbutton .clickbutton .crossplus {
    display: block;
    transition: .4s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-90deg);
    font-size: 16px;
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    white-space: pre;
    bottom: 0;
    z-index: 100
}

.floatbutton .clickbutton .crossplus.rotate {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #f43535;
    margin: 17px 0 0 15px
}

.floatbutton .banner-form {
    background: #fff;
    padding: 30px;
    z-index: 9;
    border-radius: 5px 0 0 5px;
    margin: 0;
    width: 370px;
    box-shadow: 0 0 30px #0000001f
}

.floatbutton .btns_wrap .call_wrap,.floatbutton .btns_wrap .chat_wrap {
    position: absolute;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026!important;
    background: none
}

.floatbutton .btns_wrap {
    position: fixed;
    right: -6px
}

.floatbutton .btns_wrap a:hover {
    text-decoration: none!important;
    right: -52px
}

.floatbutton .btns_wrap .call_wrap {
    width: 295px;
    right: -240px;
    top: 126px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #fff;
    border-radius: 10px 0 0 10px
}

.floatbutton .btns_wrap .call_wrap span {
    color: #1e3236;
    font-size: 18px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 20px 15px 15px
}

.floatbutton .btns_wrap .chat_wrap {
    display: block;
    right: -225px;
    width: 280px;
    top: 54px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.floatbutton .btns_wrap .call_wrap span.icoo,.floatbutton .btns_wrap .chat_wrap span.icoo {
    color: #fff;
    background: #d69f83;
    font-size: 18px;
    padding: 14px 20px 12px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 9px
}

.floatbutton .btns_wrap .chat_wrap span {
    color: #1e3236;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 30px 15px 15px
}

.floatbutton .banner-form h1,.floatbutton .banner-form h2,.floatbutton .banner-form h3,.floatbutton .banner-form h4,.floatbutton .banner-form h5,.floatbutton .banner-form h6 {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #000
}

.floatbutton .banner-form .filed-box .btn-box .btn-wh {
    width: 100%;
    height: 50px
}

.privay-content-sec {
    padding: 100px 0;
    overflow: hidden
}

.privay-content-sec .content h2 {
    font-size: 42px;
    line-height: 60px;
    font-weight: 600;
    text-transform: capitalize;
    color: #017F88
}

.privay-content-sec .content h5 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
    margin: 0 0 10px 0
}

.privay-content-sec .content h6 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 22px
}

.privay-content-sec .content p a,.privay-content-sec .content p {
    font-size: 20px;
    font-weight: 300;
    line-height: 33px;
    color: #222F3F;
    margin: 0 0 26px
}

.privay-content-sec .content ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10px;
    margin: 12px 0;
    list-style-type: disc;
    padding: 0 0 0 50px
}

.privay-content-sec .content ul li a,.privay-content-sec .content ul li {
    font-size: 20px;
    font-weight: 300;
    line-height: 33px;
    color: #222F3F
}

.privay-content-sec .content p a:hover,.privay-content-sec .content ul li a:hover {
    color: #017F88
}

.packages-wrap {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    display: none
}

.packages-wrap .head {
    margin: 0 0 40px 0;
    text-align: center
}

.packages-wrap .head h2 {
    font-size: 42px;
    color: #000;
    line-height: 52px;
    font-weight: 600
}

.packages-wrap .head span {
    color: #017F88
}

.packages-wrap .head p {
    font-size: 20px;
    line-height: 33px;
    color: #000;
    font-weight: 300
}

.packages-wrap .package-card {
    border-radius: 25px;
    overflow: hidden;
    background: linear-gradient(90deg,rgb(1 127 136) 0%,rgba(0 0 0) 92%)
}

.packages-wrap .package-card .card-head {
    background: #017F88;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
    padding: 20px 30px
}

.packages-wrap .package-card .card-head .lft-ct h5 {
    font-size: 50px;
    color: #fff;
    line-height: 50px;
    font-weight: 600
}

.packages-wrap .package-card .card-head .rgt-ct {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 4px
}

.packages-wrap .package-card .card-head .rgt-ct span {
    font-size: 15px;
    font-weight: 400;
    color: #fff
}

.packages-wrap .package-card .card-head .rgt-ct h6 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    animation: clr-blink 1s ease-in-out infinite
}

@keyframes clr-blink {
    0%,100% {
        opacity: 0
    }

    50% {
        opacity: 1;
        color: #fff
    }
}

.packages-wrap .package-card .card-head .rgt-ct p {
    font-size: 16px;
    color: #b3b3b3;
    font-weight: 400;
    text-decoration: line-through
}

.packages-wrap .package-card .package-offer ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10px;
    padding: 10px 30px 20px 50px;
    min-height: 400px;
    max-height: 400px;
    overflow-y: scroll
}

.packages-wrap .package-card .package-offer ul::-webkit-scrollbar {
    width: 3px
}

.packages-wrap .package-card .package-offer ul::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px
}

.packages-wrap .package-card .package-offer ul::-webkit-scrollbar-thumb:hover {
    background: #017F88
}

.packages-wrap .package-card .package-offer ul li {
    position: relative;
    display: flex;
    align-items: center;
    font-family: "Outfit",sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #fff
}

.packages-wrap .package-card .package-offer ul li:before {
    position: absolute;
    content: '\f00c';
    font-family: "FontAwesome";
    left: -29px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border: 1px solid #d69f83;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d69f83;
    border-radius: 100%
}

.packages-wrap .package-card .pkg-footer .btn-top {
    margin: 20px 0 10px 0
}

.packages-wrap .package-card .pkg-footer .btn-box {
    gap: 0
}

.packages-wrap .package-card .pkg-footer .btn-box ul {
    width: 100%;
    padding: 0 10px
}

.packages-wrap .package-card .pkg-footer .btn-box ul li p {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 300
}

.packages-wrap .package-card .pkg-footer .btn-box ul li .btn-wh {
    height: 40px
}

.packages-wrap .package-card .pkg-footer .btn-box .btn-wh-bottom {
    width: 100%;
    height: 50px;
    border-radius: 0 0 25px 25px!important;
    background-color: #222f3f;
    border: 1px solid #222f3f
}

.packages-wrap .package-card .pkg-footer .btn-box .btn-wh-bottom:hover {
    border-radius: 0 0 25px 25px!important;
    color: #222f3f!important;
    border: 1px solid #222f3f!important
}

.process-sec-wrap {
    padding: 100px 100px;
    overflow: hidden;
    position: relative
}

.process-sec-wrap .head {
    margin: 0 0 40px 0;
    text-align: center
}

.process-sec-wrap .head h2 {
    font-size: 42px;
    color: #000;
    line-height: 52px;
    font-weight: 600
}

.process-sec-wrap .head span {
    color: #017F88
}

.process-sec-wrap .head p {
    font-size: 20px;
    line-height: 33px;
    color: #000;
    font-weight: 300
}

.process-sec-wrap .process-wrapper {
    display: flex;
    justify-content: center;
    counter-reset: chapter;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 20px
}

.process-sec-wrap .process-wrapper .process-item {
    width: auto;
    padding: 140px 0;
    position: relative;
    transition: .5s;
    flex-basis: calc((100% - 7* 30px) / 8);
    max-width: calc((100% - 7* 30px) / 8);
    box-sizing: border-box
}

.process-sec-wrap .process-wrapper .process-item div {
    transition: .5s;
    width: 100%;
    height: 190px;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.process-sec-wrap .process-wrapper .process-item:nth-child(odd) .p-img {
    top: -12px;
    right: -57px
}

.process-sec-wrap .process-wrapper .process-item .p-img {
    position: absolute;
    z-index: -1
}

.process-sec-wrap .process-wrapper .process-item img:nth-child(4),.process-sec-wrap .process-wrapper .process-item:last-child .p-img {
    display: none
}

.process-wrapper .process-item.active img:nth-child(4) {
    display: block
}

.process-sec-wrap .process-wrapper .process-item:nth-child(2n) .p-img {
    bottom: -12px;
    right: -63px
}

.process-sec-wrap .process-wrapper .process-item h3 {
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-bottom: 0;
    counter-increment: chapter;
    display: flex;
    white-space: nowrap;
    justify-content: center;
    align-items: center
}

.process-sec-wrap .process-wrapper .process-item:nth-child(odd) h3 {
    top: 0
}

.process-sec-wrap .process-wrapper .process-item:nth-child(2n) h3 {
    bottom: 0
}

.process-sec-wrap .process-wrapper .process-item div::before {
    width: 3px;
    height: 68px;
    content: "";
    position: absolute;
    top: -68px;
    background: #fff
}

.process-sec-wrap .process-wrapper .process-item div::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid #324056;
    border-radius: 100%;
    background: #fff;
    top: -84px
}

.process-sec-wrap .process-wrapper .process-item.active div::after,.process-sec-wrap .process-wrapper .process-item:hover div::after {
    background: #D69F83
}

.process-sec-wrap .process-wrapper .process-item:nth-child(2n) div:before {
    top: auto;
    bottom: -68px
}

.process-sec-wrap .process-wrapper .process-item:nth-child(2n) div:after {
    top: auto;
    bottom: -84px
}

.process-sec-wrap .process-wrapper .process-item h3::before {
    content: counter(chapter);
    display: inline-block;
    font-size: 50px;
    line-height: 43px;
    margin-right: 6px;
    font-weight: 600;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: #000;
    color: #017F88
}

.process-sec-wrap .process-wrapper .process-item div img:first-child {
    max-height: 50px;
    transition: .5s;
    z-index: 11;
    position: relative;
    filter: brightness(0)invert(1)
}

.process-sec-wrap .process-wrapper .process-item.active,.process-sec-wrap .process-wrapper .process-item:hover {
    transform: translateY(-10px)
}

.process-sec-wrap .process-wrapper .process-item.active div img:first-child {
    filter: brightness(0) invert(1)
}

.process-sec-wrap .process-wrapper .process-item.active h3::before,.process-sec-wrap .process-wrapper .process-item:hover h3::before {
    color: #D69F83;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #D69F83
}

.process-sec-wrap .process-wrapper .process-item img:nth-child(3) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: brightness(0) saturate(100%) invert(40%) sepia(61%) saturate(7451%) hue-rotate(167deg) brightness(89%) contrast(101%)
}

.process-sec-wrap .process-wrapper .process-item img:nth-child(4) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: brightness(0) saturate(100%) invert(81%) sepia(30%) saturate(762%) hue-rotate(317deg) brightness(87%) contrast(92%)
}

.get_quote {
    display: none;
    position: fixed;
    bottom: 59px;
    left: 59px;
    background: #fff;
    padding: 11px 14px;
    border-radius: 7px;
    box-shadow: 0 0 10px #fff0;
    z-index: 9999;
    border: 2px solid #017f88;
    font-family: 'Poppins';
    font-size: 14px;
    text-transform: capitalize
}

.get_quote a {
    display: block;
    color: #000;
    text-decoration: none;
    background: #d69f83;
    padding: 9px 42px;
    border-radius: 5px;
    margin: 6px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500
}

.get_quote_btns {
    position: fixed;
    bottom: 18px;
    left: 39px;
    background: #017f88;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 18px;
    cursor: pointer;
    z-index: 10000
}
