:root {
    --it-ff-body: 'Sora', sans-serif;
    --it-ff-heading: 'Epilogue', sans-serif;
    --it-ff-poppins: 'Poppins', sans-serif;
    --it-ff-fontawesome: Font Awesome 6 Pro;
    --it-common-white: #ffffff;
    --it-common-black: #373634;
    --it-common-black-2: #4D5756;
    --it-common-yellow: #F2A227;
    --it-common-yellow-2: #FC9F0B;
    --it-heading-primary: #373634;
    --it-grey-1: #F2F2F2;
    --it-grey-2: #F3F5F5;
    --it-grey-3: #F9F6EF;
    --it-text-body: #373634;
    --it-theme-1: #A98247;
    --it-theme-2: #116E63;
    --it-theme-3: #2356F6;
    --it-theme-4: #A98247;
    --it-theme-4-light:#FBEBB6;
    --it-theme-5: #373634;
    --it-theme-6: #FD6D4B;
    --bs-primary-rgb: 169,130,71;
}
.wrapper {
    overflow: hidden;
}
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
select {
    height: 58px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}
.it-header-2-top-area {
    background-color: var(--it-theme-4);
}
.it-header-2-top-style .it-header-2-top-left ul li a span,
.it-header-2-top-style .it-header-2-top-right-text a i,
.it-header-2-top-style .it-header-2-top-social a,
.it-footer-top-text span,
.it-footer-top-icon span {
    color: var(--it-theme-4-light);
}
.it-header-2-top-style .it-header-2-top-social a:hover {
    color: var(--it-common-black);
}
.it-header-2-top-right ul .dropdown-menu li {
    display: block;
    margin: 0;
}
.it-header-2-top-right ul .dropdown-menu .dropdown-item {
    color: var(--it-common-black);
}
.it-header-2-top-right ul .dropdown-menu .dropdown-item.active,
.it-header-2-top-right ul .dropdown-menu .dropdown-item:active {
    background-color: var(--it-theme-4);
    color: var(--it-common-white);
}
.it-header-5-logo img{
    width: 220px;
}
.it-slider-overlay {
    background: 50% 50% no-repeat;
    background-size: cover;
}
.it-slider-overlay::after,
.it-breadcrumb-bg::after {
    display: none;
}
.it-slider-overlay .bg-m {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: 50% 50% no-repeat;
    background-size: cover;
}
.it-breadcrumb-bg {
    background-position: 50% 50%;
    background-color: var(--it-common-black);
}
.it-breadcrumb-content {
    text-shadow: 0 0 10px #000;
}
.it-slider-height {
    height: 700px;
}
.it-slider-area .slick-arrow {
    position: absolute;
    z-index: 10;
    right: 3%;
    top: 50%;
    font-size: 20px;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border: 1px solid var(--it-common-white);
    color: var(--it-common-white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.it-slider-area .slick-arrow:hover {
    background: var(--it-theme-4);
}
.it-slider-area .slick-prev {
    margin-top: -2.5em;
}
.it-slider-area .slick-next {
    margin-top: 0.5em;
}
.it-section-subtitle-2 {
    background-color: var(--it-theme-4-light);
}
.it-about-2-big-text h6 {
    -webkit-text-stroke: 1px var(--it-theme-4);
}
.it-about-2-shape-2 {
    top: 100px;
}
.th4-bg {
    background: var(--it-theme-4);
}
.it-btn-white.no-bg {
    background: transparent;
    font-weight: 400;
    color: var(--it-common-white);
    text-decoration: underline;
}
.it-btn-white.no-bg:hover {
    color: var(--it-common-black);
}
.it-btn-white.btn-sm {
    font-size: 16px;
    font-weight: 400;
    height: 30px;
    line-height: 32px;
    padding: 0 1em;
    max-width: 12em;
}
.it-btn-white.dark-bg {
    background-color: var(--it-common-black);
    color: var(--it-common-white);
}
.it-btn-white.dark-bg:hover {
    background-color: var(--it-common-white);
    color: var(--it-common-black);
}
.it-btn-white.light-bg {
    background-color: var(--it-theme-4-light);
    color: var(--it-common-black);
}
.it-btn-white.light-bg span svg {
    color: var(--it-theme-4);
}
.it-btn-white.light-bg:hover {
    background-color: var(--it-theme-4);
    color: var(--it-common-white);
}
.it-btn-white.light-bg:hover span svg {
    color: var(--it-common-white);
}
.itoffcanvas__info-address a,
.it-footer-top-text a {
    word-break: break-all;
}
.it-copyright-text p a {
    color: var(--it-theme-4);
}
.scroll-top {
    border: 1px solid var(--it-common-white);
    background-color: var(--it-theme-4);
}
.it-footer-top-text {
    padding-top: 0.75em;
    line-height: 1.25;
}
.it-footer-top-text span {
    margin-bottom: 1em;
}
.it-footer-top-info::after {
    display: none;
}
.it-sv-details-sidebar-search input,
.it-signup-input input {
    text-transform: none;
}
.it-signup-input select {
    text-transform: none;
    height: 58px;
    width: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 0 20px;
    line-height: 58px;
    font-size: 16px;
}
.postbox__details-share-wrapper {
    padding-bottom: 30px;
}
.postbox__details-share .a2a_default_style .a2a_svg {
    padding-right: 0;
}
.postbox__details-share .a2a_default_style a:hover {
    background: none;
}
.it-contact__icon span,
.it-contact__right-box .it-footer-social a {
    background-color: var(--it-theme-4-light);
}
.it-contact__right-box .it-footer-social a:hover {
    color: var(--it-common-black);
}
.it-signup-input input,
.it-signup-input input::placeholder,
.it-signup-input .postbox__select .nice-select span,
.it-signup-input .postbox__select .nice-select .selected,
.it-contact-input-box .postbox__select .nice-select span,
.it-contact-input-box .postbox__select .nice-select .selected {
    color: var(--it-text-body);
}
.it-signup-input .postbox__select .nice-select,
.it-contact-input-box .postbox__select .nice-select {
    border: none;
    border-radius: 5px;
}
.it-contact-input-box select {
    height: 58px;
    width: 100%;
    border: none;
    outline: none;
    padding: 0 20px;
    line-height: 58px;
    font-size: 14px;
    color: var(--it-common-black);
    border-radius: 5px;
}
.captcha {
    overflow-x: auto;
    overflow-y: hidden;
}
.captcha .g-recaptcha {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.captcha .g-recaptcha::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 2px;
    bottom: 2px;
    display: block;
    border: 1px solid transparent;
    border-radius: 5px;
    pointer-events: none;
}
.captcha.is-invalid .g-recaptcha::after {
    border-color: #dc3545;
}
.it-contact__list {
    flex-wrap: nowrap;
}
.it-contact__icon {
    margin-right: 20px;
}
.it-contact__text > a {
    display: block;
    word-break: break-all;
}
.nice-select .list {
    border-color: var(--it-theme-4);
}

.it-signup-wrap {
    padding: 40px 30px;
}
.it-signup-text span a {
    color: var(--it-theme-4);
}

.member-nav {
    margin-bottom: 30px;
}
.member-nav .nav-link {
    color: var(--it-common-black-2);
    font-weight: 400;
    line-height: 1.5;
    padding: 0.75em 1em;
    font-size: 14px;
}
.member-nav.nav-tabs .nav-item.show .nav-link,
.member-nav.nav-tabs .nav-link.active {
    background: none;
    border-bottom-color: var(--it-grey-1);
    color: var(--it-common-black);
    font-weight: 700;
}
.it-signup-input .invalid-feedback {
    font-size: 0.8em;
    line-height: 1.5;
    margin-top: 0.5rem;
}
.it-signup-input .form-text {
    display: block;
    font-size: 0.75em;
    line-height: 1.5;
    margin-top: 0.5rem;
}
.form-check a {
    color: var(--it-theme-4);
}
.member-nav {
    --bs-nav-pills-link-active-bg: #A98247;
}
.member-nav .dropdown-menu {
    --bs-dropdown-link-active-bg: #A98247;
}
.table thead td,
.table thead th {
    border-top: none;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #A98247;
    --bs-btn-border-color: #A98247;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #373634;
    --bs-btn-hover-border-color: #373634;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #373634;
    --bs-btn-active-border-color: #373634;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #A98247;
    --bs-btn-disabled-border-color: #A98247;
}
.btn-outline-primary {
    --bs-btn-color: #A98247;
    --bs-btn-border-color: #A98247;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #A98247;
    --bs-btn-hover-border-color: #A98247;
    --bs-btn-focus-shadow-rgb: 169, 130, 71;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #A98247;
    --bs-btn-active-border-color: #A98247;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #A98247;
    --bs-btn-disabled-bg: transparent;
    --bs-gradient: none;
}
.btn-primary:focus,
.btn-outline-primary:focus {
    box-shadow: none;
}
.btn-close:focus {
    box-shadow: 0 0 0 .25rem rgba(169, 130, 71, .25);
}
.form-control:focus,
.form-select:focus {
    border-color: var(--it-theme-4);
    box-shadow: 0 0 0 .25rem rgba(169, 130, 71, .25);
}
.form-box {
    max-width: 50rem;
    margin: 3rem auto;
    padding: 0 15px;
    font-size: 1rem;
}
.itoffcanvas,
.it-offcanvas-area {
    z-index: 100000;
}

.hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 2rem 0;
    opacity: 1;
}
.inner-heading {
    font-size: 2em;
    line-height: 1.3;
    display: block;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #e1e1e1;
}
.portfolio-view-list {
    margin: 0 -40px;
}

.portfolio-view-list .port-view {
    margin: 0 40px;
}

.portfolio-view-list .port-view small {
    font-size: 16px;
    color: rgba(29, 29, 36, 0.75);
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}

.portfolio-view-list .port-view .h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 1rem;
}

.detail-nav-holder {
    margin: 0 -15px;
    padding: 0 15px;
}
.detail-nav-fixed .detail-nav-box {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
}
.detail-nav {
    align-items: stretch;
}
.detail-nav .nav-item {
    display: flex;
    align-items: stretch;
}
.detail-nav .nav-item + .nav-item {
    border-left: 1px solid #fff;
}
.detail-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    background-color: #e8ecef;
    color: #666;
    border-radius: 0;
    line-height: 1.4;
    padding: 1em;
    letter-spacing: 0.1em;
    font-size: 16px;
}
.detail-nav .nav-link:hover {
    color: var(--it-theme-4);
}
.detail-nav .nav-link.link1 {
    background-color: #d6d9de;
}
.detail-nav .nav-link.link7 {
    background-color: #828282;
    color: #fff;
}
.detail-nav .nav-link.link7:hover {
    background-color: var(--it-theme-4);
}
.detail-nav .nav-link i {
    font-size: 1.8em;
}

.detail-mobile-nav {
    border-radius: 0;
}
.detail-mobile-nav .list-group-item {
    background-color: #e8e8e8;
    border-color: #fff;
    border-width: 1px 0 0;
}
.detail-mobile-nav .list-group-item:hover {
    color: var(--it-theme-4);
}

.detail-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(251,235,182,0.5);
    color: var(--it-theme-4);
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 0.05em;
    border: 0;
    padding: 0.75em 1em;
    position: relative;
    margin: 2.5em 0 1.5em;
}
.detail-heading:before {
    content: '';
    display: block;
    background: var(--it-theme-4);
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -0.7em;
    width: 3px;
    height: 1.4em;
}
.detail-heading:after {
    content: '';
    display: block;
    border-bottom: 1px solid var(--it-theme-4);
    flex: auto;
    margin-left: 1em;
}
body div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background: var(--it-theme-4);
}
body div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible {
    box-shadow: 0 0 0 3px rgba(169,130,71, .5);
}
.static-control {
    height: 58px;
    padding: 0.75em 0;
    border-radius: 5px;
}


.portfolio-details fieldset {
    border: 1px solid var(--it-theme-4);
    padding: .35em 1.5em .625em;
    position: relative;
}

.portfolio-details fieldset legend {
    display: table;
    max-width: 100%;
    width: auto;
    white-space: normal;
    background: var(--it-theme-4);
    color: #fff;
    padding: 5px 10px;
    font-size: 1rem;
    float: none;
}
.portfolio-details fieldset .form-group:after {
    content: '';
    display: block;
    clear: both;
}
.portfolio-details fieldset .form-control {
    font-size: inherit;
    padding-left: 20px;
    padding-right: 20px;
}
.portfolio-details fieldset .custom-control {
    min-height: 1.5em;
}
.portfolio-details fieldset .custom-control-inline {
    margin-right: 0.5em;
}
.portfolio-details fieldset .custom-control-label::before {
    top: .25em;
    left: -1.5em;
    width: 1em;
    height: 1em;
}
.portfolio-details fieldset .custom-control-label::after {
    top: .25em;
    left: -1.5em;
    width: 1em;
    height: 1em;
}
.portfolio-details fieldset .control-label {
    float: left;
    padding: .75rem 0;
    margin: 0 0.5em 0 0;
    color: #777;
}
.portfolio-details fieldset .control-box {
    margin-left: 7em;
}
.portfolio-details fieldset .fieldset-btn-box {
    position: relative;
    text-align: right;
    top: 1.5em
}
.portfolio-details fieldset .fieldset-btn-box .btn-outline-primary {
    background-color: #fff;
    border-radius: 0;
}
.portfolio-details fieldset .fieldset-btn-box .btn-outline-primary:hover,
.portfolio-details fieldset .fieldset-btn-box .btn-outline-primary:not(:disabled):not(.disabled).active,
.portfolio-details fieldset .fieldset-btn-box .btn-outline-primary:not(:disabled):not(.disabled):active,
.portfolio-details fieldset .fieldset-btn-box .show>.btn-outline-primary.dropdown-toggle {
    background-color: #ffebe1;
    color: var(--it-theme-4);
}
.form-control.auto-height {
    height: auto;
    min-height: 58px;
    padding: 0.85em 20px 0.75em;
}
.form-check .form-check-input {
    padding: 0;
}
.form-check-input:checked {
    background-color: var(--it-theme-4);
    border-color: var(--it-theme-4);
}
.form-check-input:focus {
    border-color: var(--it-theme-4);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(169,130,71, .25);
}
.table>:not(caption)>*>* {
    padding: 1rem .5rem;
}
.award-img {
    display: block;
    position: relative;
}
.award-img::before {
    content: '';
    display: block;
    padding-top: 67.4%;
}
.award-img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.lds-roller {
    color: #ccc;
  }
.lds-roller,
.lds-roller div,
.lds-roller div:after {
  box-sizing: border-box;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: currentColor;
  margin: -3.6px 0 0 -3.6px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 62.62742px;
  left: 62.62742px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.embed-responsive {
    position: relative;
    display: block;
    height: auto;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.it-sv-details-sidebar-category {
    height: auto;
    line-height: 20px;
    padding: 20px 30px;
}

[lang="en"] .portfolio-details fieldset .control-label {
    float: none;
}
[lang="en"] .portfolio-details fieldset .control-box {
    margin-left: 0;
}

.swal2-html-container a {
    text-decoration: underline;
}

.it-course-style-2 .it-course-thumb a {
    display: block;
    position: relative;
}
.it-course-style-2 .it-course-thumb a::before {
    content: '';
    display: block;
    padding-top: 146.8%;
}
.it-course-style-2 .it-course-thumb a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

@media only screen and (max-width: 1199px) {
    .scroll-top {
        right: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .portfolio-details fieldset .control-label {
        float: none;
    }
    .portfolio-details fieldset .control-box {
        margin-left: 0;
    }
    .portfolio-details fieldset .static-control {
        border-left: 1px solid #ced4da;
        padding: 1rem 20px;
        border-radius: .25rem;
    }
}
@media only screen and (max-width: 575px) {
    .detail-nav .nav-link .txt {
        display: inline-block;
        max-width: 2.5em;
    }
    .static-control {
        border-left: 1px solid #ced4da;
        padding: 10px 20px;
    }
}

@media only screen and (min-width: 576px) {
    .itoffcanvas__logo img {
        width: 240px;
    }
    .member-nav .nav-link {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) {
    .it-footer-border .row {
        margin: 0 -25px;
    }
    .it-footer-border [class^=col-] {
        padding: 0 25px;
    }
    .it-footer-border [class^=col-] + [class^=col-] {
        border-left: 1px solid rgba(255, 255, 255, 0.3) !important;
    }
    .it-signup-wrap {
        padding: 60px 40px;
    }
    .it-course-style-2 .it-course-thumb {
        width: 220px;
    }
}

@media only screen and (min-width: 992px) {
    .it-header-5-logo img{
        width: 300px;
    }
    .header-sticky .it-header-5-logo img{
        width: 220px;
    }
    .header-sticky .it-header-2-main-menu ul li.sticky-show {
        display: inline-block !important;
    }
    .it-slider-area .slick-arrow {
        font-size: 30px;
    }
    .it-course-style-2 .it-course-thumb {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .pt-lg-120 {
        padding-top: 120px;
    }
    .pb-lg-120 {
        padding-bottom: 120px;
    }
    .it-signup-wrap {
        padding: 60px 60px;
    }
    .portfolio-details .inner {
        padding-left: 100px;
        padding-right: 100px;
    }
    .it-course-style-2 .it-course-thumb {
        width: 220px;
    }
}
