@import url('./branding.css?v=0.1');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Roboto+Slab:wght@100;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap');
/* HEADER */

.header {
    width: 100%;
    margin: 0 auto;
    transition: all 0.35s ease;
    background-color: transparent;
    padding: 0 35px;
    height: 145px;
    background-color: #f7f7f7;
}
.header_inner {
    display: flex;
    align-items: center;
    width: 100%;
}
.navbar-brand {
    width: 477px;
    height: 113px;
    display: block;
}
.navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.header span {
    color: #472b53;
    font-size: 16px;
    line-height: 1.5;
}
.header_contact_info {
    width: calc(100% - 477px);
}
.header_contact_info > div {
    display: flex;
    gap: 20px;
}
.header_logo {
    width: 477px;
}
.header_socail_icons {
    width: calc(100% - 477px);
    display: flex;
    justify-content: end;
    gap: 35px;
}

/* section-banner */
.section-banner .section-banner_bg {
    background-color: var(--theme-color);
    width: 100%;
    height: 328px;
    position: relative;
}
.overlay_center-img {
    width: 100%;
    height: 720px;
    margin: -250px auto 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1358px;
    padding: 0 20px;
}
.overlay_center-img .centered-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.heading-h2 {
    font-size: 36px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

.border-bottom {
    border-bottom: 1px solid #d4d4d4;
}
p {
    color: #363636;
    opacity: 1;
    font: normal normal 300 18px/28px Roboto;
}
.sec-head p {
    max-width: 1000px;
    margin: 0 auto;
}

.theme_card .theme_card-header {
    background-color: transparent;
    padding: 25px 40px;
    transition: all 0.3s ease-in-out;
}
.theme_card .theme_card-header h3 {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 26px;
    color: #ce6e3e;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    transition: all 0.3s ease-in-out;
}
.theme_card-content {
    padding: 25px 40px;
    min-height: 364px;
    transition: all 0.3s ease-in-out;
}
.theme_card-content p {
    margin-bottom: 0;
    padding: 10px 0;
}
.theme_card-content p:not(:last-child) {
    border-bottom: 1px solid #bcbcbc;
    padding: 10px 0;
}
b {
    color: #3d3d3d;
    font-weight: 600;
}
.theme_card.active .theme_card-header {
    background-color: var(--theme-color);
}
.theme_card.active .theme_card-header h3 {
    color: #fff;
}
.theme_card.active .theme_card-content {
    background-color: #eeeeee;
}
/* sideby-content */
.li {
    font: normal normal 300 24px/32px Roboto;
    letter-spacing: 0px;
    color: #ce6e3e;
    position: relative;
    list-style: none;
    display: inline;
    padding-left: 20px;
}
.li::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ce6e3e;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sideby-content h3 {
    text-align: left;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0.72px;
    font-family: 'Roboto Slab', serif;
    color: #472b53;
    opacity: 1;
    font-weight: 400;
    max-width: 550px;
    margin-bottom: 40px;
}
i {
    color: var(--theme-color);
}
.listing p {
    font-family: Roboto;
    text-align: left;
    letter-spacing: 0px;
    color: #67797e;
    opacity: 1;
}
.listing div {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}
.listing div p {
    position: relative;
    padding-left: 50px;
}
.listing div p:after {
    content: '';
    background-image: url(../img/arrow-circle.png);
    position: absolute;
    left: 0;
    top: 2px;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: contain;
}
.sideby-img {
    width: 100%;
    height: 709px;
}
.sideby-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.accordion-header {
    border-bottom: 1px solid #77898f;
}
.accordion-button:focus,
.accordion-button:active {
    background-color: transparent;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #1b3942;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../img/drop-arrow.svg);
}
.accordion-button::after {
    background-image: url(../img/drop-arrow.svg);
}
.accordion-item {
    border: 0;
}
.accordion-button {
    font: normal normal 300 24px/32px Roboto;
    letter-spacing: 0px;
    color: #472b53;
    opacity: 1;
    padding-left: 0;
}
.accordion-body {
    padding-left: 0;
}
.accordion-body p {
    text-align: left;
    letter-spacing: 0px;
    color: #3d3d3d;
    opacity: 1;
    font-weight: 400;
}
.text-light-dark {
    color: #434343;
}
.pl-80 {
    padding-left: 80px;
}
.aks-video-player {
    width: 100% !important;
    height: 684px !important;
    border-radius: 100px 0 100px 0;
}
.btn_outline {
    width: 194px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 54px;
    border: 0.9999998807907104px solid #8a9ea3;
    opacity: 1;
    border-radius: 30px;
    margin: 0 auto;
}
.btn_outline:hover {
    background-color: var(--theme-color);
    color: #fff !important;
}
.aks-vp-start svg {
    fill: #e65f19;
}
.aks-vp-start {
    background-color: #ffffffbb;
    border: 0;
}
.footer {
    font-family: 'Open Sans', sans-serif;
    padding: 50px 0;
    background-color: var(--theme-color);
}
.footer-form h3 {
    color: #ccbd99;
    font-size: 30px;
    line-height: 35px;
}
.footer-form label {
    color: #ccbd99;
    font-size: 16px;
    line-height: 25px;
    padding-left: 5px;
}
.footer-form::placeholder {
    color: #bfbfbf;
    padding-left: 10px;
    padding-top: 10px;
}
.form-control {
    border-radius: 0;
    height: 60px;
}
textarea.form-control {
    height: 279px;
}
.submit_btn {
    width: 189px;
    height: 56px;
    background: #ccbd99 0% 0% no-repeat padding-box;
    border-radius: 36px;
    opacity: 1;
    font-size: 21px;
    line-height: 25px;
    color: #2c3638;
    border: 0;
    transition: 0.3s ease all;
}
.submit_btn:hover {
    background-color: #fff;
}
.copyright_sec {
    background-color: #382143;
    border-top: 1px solid #51365c;
    padding: 20px 0;
}
.copyright_sec p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
.copyright_sec a {
    color: #fff;
}
.copyright_sec a:hover {
    color: #fff;
}
.footer-socail {
    display: flex;
    gap: 15px;
    margin-top: 50px;
    margin-left: 17px;
}
.footer-socail a {
    border: 1px solid #fff;
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 50%;
}
.footer-socail a i {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.content li {
    color: #1b3942;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Roboto';
    line-height: 28px;
}

.obj_fit_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sticky-blocks {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.sticky-blocks > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.sticky-blocks > div a {
    width: 35px;
    height: 35px;
    background-color: #cc6633;
    border-radius: 25%;
    display: block;
}
.sticky-blocks > div a i {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    height: 100%;
    font-size: 15px;
    color: #fff;
}
