.editor-content input[type="text"],
.editor-content input[type="email"],
.editor-content input[type="number"],
.editor-content input[type="password"],
.editor-content input[type="search"],
.editor-content input[type="tel"],
.acf-field input[type="url"],
.editor-content textarea,
.editor-content select,
.comment-form input,
.comment-form textarea {
    padding: clamp(12px, 2vw, 16px) !important;
    height: clamp(60px, 5vw, 68px);
    display: block;
    box-sizing: border-box;
    font-family: inherit;
    width: 100%;
    font-size: clamp(14px, 2vw, 16px) !important;
    border: 1px solid #D5D9DE;
    appearance: none;
    -webkit-appearance: textfield;
    transition: 0.4s;
    border-radius: 0;
}
.editor-content.acf-error input[type="url"],
.editor-content.acf-error input[type="text"],
.editor-content.acf-error input[type="email"] {
    border-color: rgb(225 82 82 / 50%);
    background: rgb(225 82 82 / 12%);
}
.editor-content input[type="text"]::placeholder,
.editor-content input[type="email"]::placeholder,
.editor-content input[type="number"]::placeholder,
.editor-content input[type="password"]::placeholder,
.editor-content input[type="search"]::placeholder,
.editor-content input[type="tel"]::placeholder,
.editor-content textarea::placeholder,
.comment-form input::placeholder,
.comment-form textarea::placeholder {
    color: #A5A8AE;
    font-size: 16px;
}
.editor-content input[type="text"]:focus,
.editor-content input[type="email"]:focus,
.editor-content input[type="number"]:focus,
.editor-content input[type="password"]:focus,
.editor-content input[type="search"]:focus,
.editor-content input[type="tel"]:focus,
.editor-content textarea:focus,
.comment-form input:focus,
.comment-form textarea:focus {
    border-color: var(--color1) !important;
    outline: none;
}
.editor-content textarea,
.comment-form textarea {
    min-height: clamp(118px, 10vw, 142px);
    padding-top: 14px !important;
}
.editor-content :is(textarea, input)::-webkit-input-placeholder,
.editor-content :is(textarea, input)::-moz-placeholder,
.editor-content :is(textarea, input)::-ms-input-placeholder,
.editor-content :is(textarea, input)::placeholder {
    color: #A5A8AE;
    font-size: 16px;
    text-align: right;
}
.editor-content {
    line-height: 35px;
	color:#767E8B;
}
.editor-content strong{
       font-variation-settings: "wght" 600;
}
.editor-content img:not(.img_gallery) {
    margin-bottom: 10px;
    font-family: var(--main_font);
  }
.gl--box {
    position: relative;
    padding: 0 70px;
    max-width: 96%;
    margin: 40px auto;
}
.sw--gallery .swiper-slide {
    display: flex;
}

.lg-outer {
    text-align: right;
}
.gallery_item a::before {
    content: "\e91d";
    font-family: 'icomoon';
    font-size: 42px;
    width: 100%;
    height: 100%;
    background-color: rgb(26 25 25 / 60%);
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color1);
    transition: 0.4s;
    opacity: 0;
}
.gallery_item a:hover:before {
    opacity: 1;
}
.gallery_item a {
    position: relative;
    margin: auto;
    overflow: hidden;
    height: 182px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery_item img {
    width: 100% !important;
    height: 100% !important;
    display: block;
    margin: 0 !important;
    transition: 0.4s;
    object-fit: cover;
}
.lg-thumb {
    margin: auto;
}
.editor-content .alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}
.editor-content .alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.editor-content .aligncenter {
    text-align: center;
    display: block;
    margin: 20px auto;
}
.editor-content li h1,
.editor-content li h2,
.editor-content li h3,
.editor-content li h4,
.editor-content li h5,
.editor-content li h6 {
    margin-bottom: 0;
    display: inline;
    color: #2E2E2FCC;
    font-family: var(--main_font);
}
.light-content.editor-content li h1,
.light-content.editor-content li h2,
.light-content.editor-content li h3,
.light-content.editor-content li h4,
.light-content.editor-content li h5,
.light-content.editor-content li h6 {
    color: rgba(255, 255, 255, 0.8);
}
.light-content.editor-content h2,
.light-content.editor-content h3,
.light-content.editor-content h4,
.light-content.editor-content h5,
.light-content.editor-content h6 {
    color: #fff;
}
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
    margin-bottom: 16px;
    color: var(--color4);
	font-variation-settings: "wght" 500;
}
.editor-content.main-content h1,
.editor-content.main-content h2,
.editor-content.main-content h3,
.editor-content.main-content h4,
.editor-content.main-content h5,
.editor-content.main-content h6 {
    margin-top: 25px;
    margin-bottom: 15px;
}
.editor-content em {
    font-style: italic;
}
.editor-content h1 {
    font-size: calc(var(--heading_h1_fontsize));
}
.editor-content h2 {
    font-size: calc(var(--heading_h1_fontsize) - 4px);
}
.editor-content h3 {
    font-size: calc(var(--heading_h1_fontsize) - 6px);
}
.editor-content h4 {
    font-size: calc(var(--heading_h1_fontsize) - 8px);
}
.editor-content h5 {
    font-size: calc(var(--heading_h1_fontsize) - 9px);
}
.editor-content h6 {
    font-size: calc(var(--heading_h1_fontsize) - 10px);
}
.editor-content ul,
.editor-content ol {
    margin-bottom: 10px;
}
.editor-content ul li {
    margin: 5px 0;
    color: #767E8B;
    font-size: 15px;
    line-height: 32px;
}
.light-content.editor-content ul li {
    color: rgba(255, 255, 255, 0.8);
}
.editor-content.main-content ul li:before {
    content: '';
    font-family: icomoon;
    min-width: 8px;
    margin-right: 8px;
    background: var(--color1);
    transition: 0.4s;
    display: inline-flex;
    height: 8px;
    border-radius: 50%;
}
.light-content.editor-content.main-content ul li::before {
    background: #fff;
}
.editor-content .wp-caption-text {
    text-align: center;
    color: var(--color1);
}
.light-content.editor-content .wp-caption-text {
    color: rgba(255, 255, 255, 0.8);
}
.editor-content .wp-caption {
    width: auto !important;
}
.editor-content.main-content ol li a,
.editor-content.main-content ul li a,
.editor-content.main-content p a {
    color: var(--color3);
    background: var(--gray);
    border-radius: 5px;
    padding: 3px 6px;
}
.editor-content.main-content ol li a:hover,
.editor-content.main-content ul li a:hover,
.editor-content.main-content a:hover {
    color: var(--color3);
}
.editor-content.main-content td a {
    color: var(--color2);
}
.light-content.editor-content.main-content td a {
    color: rgba(255, 255, 255, 0.8);
}
.editor-content.main-content td a:hover {
    color: var(--color1);
}
.editor-content a .btn {
    background: var(--color2);
    border: none;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-family: inherit;
}
.editor-content a .btn:hover {
    color: var(--color1);
}
.editor-content a .btn i {
    display: none;
}
.editor-content,
.editor-content p {
    font-size: 14px;
    line-height: 32px;
    text-align: justify;
}
.editor-content p {
    margin-bottom: 20px;
}
.light-content.editor-content,
.light-content.editor-content span,
.light-content.editor-content p {
    color: rgba(255, 255, 255, 0.8);
}
.light-content.editor-content ul li,
.light-content.editor-content ol li {
    color: rgba(255, 255, 255, 0.8);
}
.light-content.editor-content.main-content a {
    color: #fff;
}
.light-content.editor-content.main-content a:hover {
    color: #fff;
}
.light-content.editor-content blockquote {
    background: #fff;
}
.light-content.editor-content blockquote p {
    color: #000 !important;
}
.editor-content blockquote {
    position: relative;
    display: block;
    background: linear-gradient(90deg, #08224A 65%, #5A75A4);
    margin-block: clamp(40px, 4vw, 56px);
    padding-inline: clamp(24px, 3vw, 32px);
    padding-top: clamp(24px, 6vw, 32px);
    padding-bottom: clamp(24px, 5vw, 32px);
    color: white;
}
.editor-content blockquote p {
    margin: 0;
}
.editor-content blockquote:before {
    content: "";
    width: 56px;
    height: 56px;
    position: absolute;
    top: -28px;
    right: -28px;
    background: white;
    transform: rotate(45deg);
    z-index: 2;
}
blockquote i {
    font-size: clamp(48px, 5vw, 66px);
    color: var(--color1);
    display: flex;
    align-items: center;
    margin-bottom: clamp(16px, 2vw, 24px);
}
.editor-content ol {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
.editor-content ol li {
    counter-increment: item;
    position: relative;
    padding-left: 28px;
    margin: 16px 0;
    color: #767E8B;
    line-height: 2;
}
.light-content.editor-content ol li {
    color: #fff;
}
.light-content.editor-content ol li:before {
    color: #fff;
}
.light-content.editor-content ol li:after {
    background: #fff;
}
.editor-content ol li:before {
    top: -8px;
    content: counter(item) " ";
    color: var(--color1);
    font-size: 20px;
    height: 100%;
    width: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    left: 0;
}
.editor-content ol li:after {
    top: 15px;
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--color1);
    left: 15px;
}
.editor-content .wp-video {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}
.editor-content.main-content table:not(.acf-table) td {
    white-space: nowrap;
    border-bottom: none;
    padding: 0.5rem 1rem;
    font-size: inherit;
    text-align: right;
}
.editor-content.main-content table:not(.acf-table) td p {
    margin: 0 !important;
}
.editor-content.main-content table:not(.acf-table) tr:first-child th,
.editor-content.main-content table:not(.acf-table) tr:first-child {
    border-top: none;
    border-right: none;
    white-space: nowrap;
    padding: 1rem;
    background: var(--color3);
    color: #ffff !important;
}
.editor-content.main-content table:not(.acf-table) tr:first-child th,
.editor-content.main-content table:not(.acf-table) tr:first-child th span,
.editor-content.main-content table:not(.acf-table) tr:first-child th p,
.editor-content.main-content table:not(.acf-table) tr:first-child td,
.editor-content.main-content table:not(.acf-table) tr:first-child td span,
.editor-content.main-content table:not(.acf-table) tr:first-child td p {
    /*color: #ffff !important;*/
}
.editor-content.main-content table:not(.acf-table) :is(tbody, thead) {
    display: table;
    width: 100%;
}
.editor-content.main-content table:not(.acf-table) {
    border-collapse: collapse;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: block;
    width: 100%;
    overflow-x: auto;
    display: block;
    -webkit-overflow-scrolling: auto;
    scrollbar-color: var(--color1) #C2D2E4;
    scrollbar-width: thin !important;
    border-bottom: 0;
    border-radius: 0;
}
.editor-content.main-content table tr,
.editor-content.main-content table td,
.editor-content.main-content table th {
    border: 1px solid #dcdfe1;
    text-align: center;
}
.editor-content.main-content table tr th:last-child,
.editor-content.main-content table tr td:last-child,
.editor-content.main-content table tr {
    border-left: none;
}
.editor-content.main-content table tr td:first-child,
.editor-content.main-content table tr {
    border-right: none;
}
.editor-content.main-content table tr:nth-child(2n) {
    background: #f1f2f3;
}
.light-content.editor-content.main-content table tr:nth-child(2n) {
    background: var(--color1);
}
.editor-content.main-content table th {
    font-weight: bold;
}
.editor-content.main-content table td {
    white-space: nowrap;
    border-bottom: none;
    color: #000;
    padding: 10px 15px;
    font-size: inherit;
}
.light-content.editor-content.main-content table td {
    color: #fff;
}
/* width */
.editor-content.main-content table::-webkit-scrollbar {
    height: 4px !important;
    width: 3px !important;
}
/* Track */
.editor-content.main-content table::-webkit-scrollbar-track {
    background: #eae8e4 !important;
    height: 4px !important;
}
/* Handle */
.editor-content.main-content table::-webkit-scrollbar-thumb {
    background: rgb(123, 123, 123) !important;
    height: 4px !important;
}
/* Handle on hover */
.editor-content.main-content table::-webkit-scrollbar-thumb:hover {
    background: var(--color1);
}
.light-content.editor-content.main-content table::-webkit-scrollbar-thumb:hover {
    background: var(--color2);
}
.svg-clip {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
}
@media screen and (min-width: 576px) {
    .editor-content img {
        width: unset;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
    .editor-content .alignright,
    .editor-content .alignleft {
        max-width: 50%;
    }
}
@media screen and (min-width: 992px) {
    .editor-content,
    .editor-content p {
        font-size: 16px;
        line-height: 40px;
    }
    .editor-content ol li {
        padding-left: 30px;
    }
    .editor-content ol li:before {
        top: -2px;
    }
    .editor-content ol li:after {
        top: 19px;
    }
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 1400px) {
}
@media only screen and (max-width: 768px) {
    blockquote i {
        justify-content: center;
    }
    .editor-content blockquote {
        padding: 84px 8px 24px;
    }
    .editor-content blockquote:before {
        width: 30px;
        height: 30px;
        top: -15px;
        right: -15px;
    }
    .editor-content input[type="text"],
    .editor-content input[type="email"],
    .editor-content input[type="number"],
    .editor-content input[type="password"],
    .editor-content input[type="search"],
    .editor-content input[type="tel"],
    .acf-field input[type="url"],
    .editor-content textarea,
    .editor-content select,
    .comment-form input,
    .comment-form textarea {
        padding: 18px 20px !important;
    }
    .editor-content input[type="text"]::placeholder,
    .editor-content input[type="email"]::placeholder,
    .editor-content input[type="number"]::placeholder,
    .editor-content input[type="password"]::placeholder,
    .editor-content input[type="search"]::placeholder,
    .editor-content input[type="tel"]::placeholder,
    .editor-content textarea::placeholder,
    .comment-form input::placeholder,
    .comment-form textarea::placeholder {
        font-size: 14px;
    }
}
/** Dark Bg **/
.dark-bg ul li a,
.dark-bg ol li a,
.dark-bg p a {
    background: var(--color1) !important;
}
.dark-bg ul li a:hover,
.dark-bg ol li a:hover,
.dark-bg p a:hover {
    background: var(--gray) !important;
}
.dark-bg ul li:before,
.dark-bg ol li:after {
    background: var(--color1) !important;
}
.dark-bg ol li:before {
    color: var(--color1);
}
.dark-bg,
.dark-bg ul li,
.dark-bg ol li {
    color: white;
}
/**  **/
.acf-field .acf-label label {
    color: #AAB1BB;
    padding-left: clamp(12px, 2vw, 16px) !important;
    font-size: clamp(14px, 2vw, 16px);
    margin: 0 0 12px !important;
}
.s-title-editor {
    font-size: clamp(18px, 2vw, 22px);
}
