:root {
    --color-primary: #e30b13;
    --color-accent: #2F5080;
    --color-light: #6EB3E2;
    --color-yellow: #f97105;
    --color-text: #0a2352;
}
html {
    height: 100%;
}
body {
    font-size: 16px;
    color: var(--color-text);
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    vertical-align: baseline;
    line-height: 26px;
    font-weight: 400;
    overflow-x: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

a {
    color: var(--color-primary);
    transition: all 0.3s ease 0s;
    text-decoration: none;
    outline: none !important;
}

b, strong {
    font-weight: 600;
}

img {
    height: auto;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.color-primary {
    color: var(--color-primary);
}

.btn {
    border-radius: 25px;
    outline: none;
    box-shadow: none;
    padding: 12px 25px;
    line-height: 1.2;
    font-size: 14px;
    box-shadow: none;
}
.btn-secondary {
    background-color: #9ba1ab;
    border-color: #9ba1ab;
}
.btn-danger {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    border: 2px solid var(--color-primary);
    color: #ffffff;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background-color: #ffffff;
    border-color: var(--color-primary);
    color: var(--color-primary);
    box-shadow: none;
}
.btn-danger-outline {
    background-color: #ffffff;
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
    font-weight: 600;
}
.btn-primary {
    background-color: #2354b3;
    border-color: #2354b3;
}
.btn-danger-outline:hover, .btn-danger-outline:focus, .btn-danger-outline:active {
    background-color: var(--color-primary);
    color: #ffffff;
    box-shadow: none;
}
.btn-primary-outline {
    background-color: #ffffff;
    border: 2px solid var(--color-accent);
    color: var(--color-accent);
    font-weight: 600;
}
.btn-primary-outline:hover, .btn-primary-outline:focus, .btn-primary-outline:active {
    background-color: var(--color-accent);
    color: #ffffff;
    box-shadow: none;
}
/* scrollbar */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #ffffff;
}
::-webkit-scrollbar-thumb {
    background: var(--color-accent);
    width: 8px;
    border: 2px solid transparent;
    background-clip: content-box;
    border-radius: 9px;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--color-primary);
    width: 8px;
    border: 2px solid transparent;
    background-clip: content-box;
    border-radius: 9px;
}
/* scrollbar */


.page-header {
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
    border-bottom: solid 1px #e5e4e1;
    background: #ffffff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}
main {
    margin-top: 79px;
}
.page-header .navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.page-header .navbar-toggler {
    border: none;
    color: #404041;
    box-shadow: none;
}

.page-header .navbar-brand {
    font-weight: 600;
    display: block;
    transition: all 0.3s ease-in-out;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-header .navbar-brand img{
    max-height: 50px;
    transition: all 0.3s ease-in-out
}

.page-header .nav-item {
    position: inherit;
    margin-right: 0;
    cursor: pointer;
}
.page-header .nav-item .nav-link:not(.btn){
    color: var(--color-accent);
    font-weight: 600;
    font-size: 16px;
    padding: 25px 20px;
}
.page-header .nav-item {
    border-bottom: 2px solid transparent;
}
.page-header .nav-item:hover {
    border-color: #464646;
}
.page-header .nav-link.btn{
    padding: 12px 25px;
}
.page-header .nav-item:hover .nav-link:not(.btn),
.page-header .nav-item .nav-link.active:not(.btn),
.page-header .nav-item .nav-link:hover:not(.btn) {
    padding-bottom: 24px;
    outline: none;
    text-decoration: none;
}
.page-header .nav-item .nav-link span {
    position: relative;
}

.page-header .nav-link.dropdown-toggle:after {
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: transparent rgba(0,0,0,.55) rgba(0,0,0,.55) transparent;
    height: 6px;
    width: 6px;
    transform: rotate(45deg);
}
.page-header .nav-item .dropdown-menu{
    transition: all 0.5s ease 0s;
}

.sticky-header .page-header {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
}

.mobile-menu-toggler {
    background: none;
    border: none;
}
.mobile-menu-toggler:active,
.mobile-menu-toggler:focus {
    outline: 0;
}
.mobile-menu-toggler .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px 0;
    transition: all 0.2s;
    background: var(--color-primary);
    margin-left: auto;
}


.mobile-menu-toggler .icon-bar:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.mobile-menu-toggler .icon-bar:nth-child(2) {
    opacity: 0;
}
  
.mobile-menu-toggler .icon-bar:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
  
.mobile-menu-toggler.collapsed .icon-bar:nth-child(1) {
    transform: rotate(0);
}
.mobile-menu-toggler.collapsed .icon-bar:nth-child(2) {
    transform: rotate(0);
    opacity: 1;
    width: 30px;
    margin-left: 6px;
}
.mobile-menu-toggler.collapsed .icon-bar:nth-child(3) {
    transform: rotate(0);
}

.page-header .header-buttons {
    margin-left: auto;
}

@media (max-width: 992px) {
    .page-header .nav-item .nav-link:not(.btn){
        padding: 10px;
    }
    .page-header .nav-item .nav-link:not(.btn) {
        border-bottom: 1px solid #e8e8e8;
    }
    .page-header .header-buttons {
        flex-direction: row;
        margin: 10px;
        justify-content: center;
    }
    .page-header .header-buttons li {
        margin: 0 15px;
        width: 100%;
    }

    .page-header .nav-item .dropdown-menu {
        border: none;
        background: transparent;
        padding: 0;
    }
    .page-header .nav-item .dropdown-menu .dropdown-item {
        color: rgba(0,0,0,.7);
        font-size: 14px;
    }
    /*.page-header {
        box-shadow: 0 0 10px 0 #e5e4e1
    }*/
    main {
        margin-top: 71px;
    }
}

@media screen and (min-width: 992px) {
    .page-header .nav-item.dropdown:hover .dropdown-menu{
        display: block;
    }
}

/* Swiper */
.swiper-container {
    width: 100%;
    height: 100%;
    padding-right: 0;
    padding-left: 0;
    z-index: 0;
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
  }

  .swiper-nav {
    z-index: 1;
  }
  .swiper-nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 40% !important;
    z-index: 1;
  }
  
  .swiper-wrapper {
    z-index: 0;
  }
  .swiper-wrapper{
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .swiper-nav {
    z-index: 1;
  }
  .swiper-nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 40% !important;
    z-index: 1;
  }
  .swiper-pagination-bullet {
    background: var(--color-primary);
  }
  /* Swiper */

  .swiper-scale-effect img {
    transition: 8.5s ease-out;
    transform: scale(1);
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
  }
  
  .swiper-scale-effect .swiper-slide.swiper-slide-active img {
    transform: scale(1.08);
  }
  
  .swiper-nav .swiper-nav-btn {
    position: absolute;
    cursor: pointer;
    top: 45% !important;
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: transparent;
    z-index: 10;
    cursor: pointer;
    border: 0;
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease-out 0s;
    box-shadow: none;
    touch-action: none;
  }
  .swiper-nav .swiper-nav-btn.prev-item-1 {
    transition: all 500ms ease;
    left: 30px;
  }
  .swiper-nav .swiper-nav-btn.next-item-1 {
    transition: all 500ms ease;
    right: 30px;
  }
  .swiper-container:hover .swiper-nav .swiper-nav-btn.swiper-button-disabled {
    opacity: 0.5;
  }
  .swiper-nav .swiper-nav-btn.next-item-1 svg, .swiper-nav .swiper-nav-btn.prev-item-1 svg {
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-out 0s;
    background: #000000;
    fill: #ffffff;
    border-radius: 50%;
    padding: 10px;
    opacity: .6;
  }
  .swiper-nav .swiper-nav-btn.next-item-1:hover svg, .swiper-nav .swiper-nav-btn.prev-item-1:hover svg {
    opacity: 1;
  }
  @media (max-width: 768px) {
    .swiper-scale-effect .swiper-slide img {
        width: 100%;
        height: 400px;
      }
  }


  .l-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 11111;
    overflow: hidden;
    transition: opacity 0.3s cubic-bezier(.6, .3, .3, .6);
    background: #ffffff;
}

.l-preloader.done {
    opacity: 0
}

.l-preloader-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    background-color: inherit;
    color: inherit;
    opacity: 1;
    transition: opacity 0.15s;
    transform: translate3d(-50%, -50%, 0)
}

.l-preloader.done .l-preloader-spinner {
    opacity: 0
}

.l-preloader .g-preloader {
    font-size: 4rem
}

.g-preloader {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 2.5rem;
    width: 1em;
    height: 1em;
    color: var(--color-primary)
}

.l-section.color_primary .g-preloader,
.l-section.color_secondary .g-preloader {
    color: inherit
}

.g-preloader.type_1:before,
.g-preloader.type_1:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 2px solid
}

.g-preloader.type_1:before {
    opacity: 0.2
}

.g-preloader.type_1:after {
    border-color: transparent;
    border-top-color: inherit;
    animation: rotation 0.8s infinite cubic-bezier(.6, .3, .3, .6)
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}


footer {
    margin-top: auto;
    background: var(--color-accent);
}
.footer{
    padding: 50px 0;
}
footer hr{
    color: #ffffff;
}
.footer .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer .footer-menu {
    list-style: inside;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin-bottom: 25px;
}

.footer .footer-menu.bullet-square {
    list-style: none outside;
    list-style-type: square;
    padding-left: 15px;
    color: #ffffff;
}
.footer .footer-menu.bullet-square .footer-menu-item {
    list-style: none outside;
    list-style-type: square;
}
.footer .footer-menu .footer-menu-item {
    list-style-type: none;
    list-style: none;
    font-size: 14px;
    padding: 0;
    line-height: 36px;
    margin-bottom: 5px;
}
.footer .footer-menu .footer-menu-item a {
    font-size: 15px;
    text-decoration: none;
    line-height: 1.5;
    color: #ffffff;
}
.footer .footer-menu .footer-menu-item a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer .footer-menu.social-icons .footer-menu-item a {
    text-decoration: none;
}

.footer .footer-menu.social-icons .footer-menu-item i {
    margin-right: 5px;
}

.page-title {
    margin-bottom: 30px;
}
.page-title h2 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 0;
    letter-spacing: 0;
    color: #808080;
}

.section-title {
    margin-bottom: 30px;
}
.section-title h2 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 0;
    letter-spacing: 0;
    color: #808080;
}
.section-title h2:after {
    display: block;
    content: "";
    width: 90px;
    height: 2px;
    background: var(--color-primary);
    margin-top: 15px;
    margin-bottom: 15px;
}

.section-title.text-center h2:after {
    margin-left: auto;
    margin-right: auto;
}

.section {
    padding-top: 64px;
    padding-bottom: 64px;
    background: #ffffff;
}
.section-light {
    padding-top: 64px;
    padding-bottom: 64px;
    background: #f5f5f5;
}


.section-blog {
    padding: 60px 0;
    background-color: #ffffff;
    background-image: linear-gradient(#f5f5f5, #f8f8f8);
}


.service-box {
    text-align: center;
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 20px;
    padding: 45px 30px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.service-box span{
    display: block;
}
.service-box .service-icon {
    margin-bottom: 20px;
    width: 56px;
    height: 56px;
    transition: all 0.3s ease-out;
}
.service-box .service-title {
    font-family: Cera Pro Medium;
    font-size: 22px;
    text-transform: uppercase;
    color: var(--color-primary);
    transition: all 0.3s ease-out;
}
.service-box .service-info {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
    color: #ffffff;
}
.service-box:hover .service-title {
    margin-top: -40px;
    color: #ffffff;
}
.service-box:hover {
    background-color: #70809052;
}
.service-box:hover .service-info {
    opacity: 1;
    visibility: visible;
    margin-bottom: 40px;
}
.service-box:hover .service-icon {
    visibility: hidden;
    opacity: 0;
}

.service-box-2 {
    text-align: center;
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 20px;
    padding: 30px 40px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.service-box-2 span{
    display: block;
}
.service-box-2 .service-icon-2 {
    margin-bottom: 20px;
    width: 140px;
    height: 140px;
}
.service-box-2 .service-title-2 {
    font-family: Cera Pro Medium;
    font-size: 18px;
    color: var(--color-primary);
}
.service-box-2 .service-info-2 {
    font-size: 15px;
    color: #808080;
}


.team .card {
    border-radius: 0;
    border: 0;
    background: transparent;
    transition: all 0.3s ease-out;
    height: 100%;
}
.team .card .image-wrapper {
    background: #708090;
    transition: all 0.3s ease-out;
}
.team .card img{
    border-radius: 0;
    opacity: 1;
    transition: all 0.3s ease-out;
}
.team .card:hover img{
    opacity: 0.7;
    transition: all 0.3s ease-out;
}

.team .card-body {
    padding-bottom: 20px;
    border: 1px solid #eeeeee;
    text-align: center;
    height: auto;
}
.team .card-title {
    margin-bottom: 0;
    font-family: Cera Pro Medium;
    font-size: 20px;
    font-weight: 500;
    color: var(--color-primary);
}
.team .card-text {
    margin-top: 10px;
    font-size: 14px;
}


  
/*hero banner*/
.hero-banner {
    position: relative;
    height: 180px;
    background-size: cover;
    z-index: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-banner .bg-blue {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(232,232,232,0.80) !important;
}
  
.hero-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-text);;
    width: 100%;
    opacity: 1;
}
  
.hero-banner-content h1 {
    color: var(--color-text);
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .hero-banner h1 {
        font-size: 25px;
    }
    .hero-banner {
        height: 150px;
    }
    .navbar-brand img {
        height: 50px;
    }
}
/*hero banner*/


/*hero banner*/
.hero-breadcrumb {
    position: relative;
    min-height: 90px;
    background-color: #f5f5f5;
}
.hero-breadcrumb h1.page-title {
    margin: 35px 0 10px;
    font-size: 22px;
    font-weight: 500;
    color: #404041;

}
.hero-breadcrumb .breadcrumb-wrapper {
    float: right;
}
.hero-breadcrumb .breadcrumb {
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    padding: 36px 0;
    list-style: none;
    display: inline-block;
} 
.hero-breadcrumb .breadcrumb > li {
    display: inline-block;
    color: #464646;
}
.hero-breadcrumb .breadcrumb > li a {
    text-decoration: none;
    color: #464646;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.hero-breadcrumb .breadcrumb > li a:hover {
    color: var(--color-primary);
}
.hero-breadcrumb .breadcrumb > li.active {
    color: var(--color-primary);
}
.hero-breadcrumb .breadcrumb li i {
    padding-right: 8px;
} 
.hero-breadcrumb .breadcrumb > li + li:before {
    padding: 0 7px;
    content: "/";
    color: #9fa4aa;
}
  
@media (max-width: 768px) {
    .hero-breadcrumb h1.page-title {
        font-size: 20px;
        margin-top: 20px;
    }
    .hero-breadcrumb .breadcrumb {
        padding: 5px 0 20px;
    }
    .hero-breadcrumb {
        text-align: center;
    }
    .hero-breadcrumb .breadcrumb {
        text-align: center;
    }
  
    .hero-breadcrumb .breadcrumb-wrapper {
        float: unset;
        text-align: center;
    }
}
/*hero banner*/


.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    text-align: center;
    color: #ffffff;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--color-primary);
    border-radius: 10px;
}
.scroll-to-top.active {
    visibility: visible;
    opacity: 0.7;
}
.scroll-to-top:hover {
    color: #ffffff;
    opacity: 1;
}

.scroll-to-top:hover svg {
	animation: arrowUp 0.8s linear infinite;
}

@keyframes arrowUp {
	0% {
		transform: translateY(0);
	}
	
	50% {
		transform: translateY(-20px);
		opacity:   0;
	}
	
	51% {
		transform: translateY(20px);
	}
	
	100% {
		transform: translateY(0);
		opacity:   1;
	}
}

/* KVKK & GDPR cookie consent*/
.cc-notification {
    position: fixed;
    z-index: 100;
    margin: 5px;
    height: auto;
    padding: 25px;
    display: none;
    line-height: 24px;
    bottom: 0;
    pointer-events: auto;
    color: rgb(0, 77, 157);
    background-color: var(--color-accent);
}
.cc-notification.active {
    display: block;
}
.cc-notification .wrapper {
    padding: 0 !important;
    margin: 0 !important;
}
.cc-notification .wrapper .cc-title {
    font-size: 22px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
}
.cc-notification .wrapper span.cc-text {
    font-size: 15px;
    color: rgba(255,255,255,.75);
}
.cc-notification .wrapper span.cc-text a {
    text-decoration: underline;
    color: var(--color-primary);
}
  
.cc-notification .wrapper .btn {
    display: block;
    border-radius: 0;
    margin: 20px auto 0 auto;
    letter-spacing: normal;
    font-weight: 600;
    width: 100%;
    background: #ffffff;
    color: var(--color-accent);
    padding: 10px;
}
.cc-notification .wrapper .close {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(255,255,255,.75);
    cursor: pointer;
    font-size: 25px;
    margin-right: 0;
    padding: 15px;
    background: transparent;
    border: none;
}
.cc-notification .wrapper .close svg{
    width: 36px;
    height: 36px;
    fill: currentColor;
}

@media (min-width: 768px) {
    .cc-notification {
        background-clip: padding-box;
        bottom: 16px;
        left: 16px;
        max-width: 400px;
        width: 400px;
    }
  }
  
  /* KVKK & GDPR cookie consent*/

.form-control {
    border: 1px solid #ececec;
    box-shadow: none;
    color: #333;
    font-size: 15px;
    height: 45px;
    background-clip: unset;
    border-radius: 5px;
    border: none;
    border: 1px solid rgba(210, 210, 210, 0.5);
}
textarea.form-control {
    height: auto;
}
textarea:focus, .form-control:focus {
    border-color: var(--color-primary);
    box-shadow: none;
    outline: 0 none;
}

.form-label-group {
    position: relative;
    margin-bottom: 20px;
}

.form-label-group label {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
}

.form-check-input[type=checkbox] {
    height: 18px;
    width: 18px;
    box-shadow: none !important;
}

.form-check-label {
    cursor: pointer;
}
.form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.text-content {
    word-wrap: break-word!important;
    word-break: break-word!important;
}
.text-content strong,
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
    color: var(--color-text);
    margin-bottom: 2rem;
    padding-top: 1.5rem;
}
.text-content h1 {
    font-size: 25px;
}
.text-content h2 {
    font-size: 1.7rem;
}
.text-content h3 {
    font-size: 1.7rem;
}
.text-content p, .text-content span {
    font-size: 15px;
    color: var(--color-text);
}
.text-content p:last-child {
    margin-bottom: 0;
}
.text-content table {
    width: 100%;
}
.text-content table tbody tr td {
    padding: 5px;
}
.text-content table thead tr th, .text-content table thead tr td {
    font-weight: 700;
    font-size: 12px;
    padding: 7px;
}
.text-content ul,
.text-content ul li,
.text-content ol li,
.text-content ol {
    list-style: initial;
}
.text-content li {
    font-size: 15px;
    line-height: 26px;
}

.text-content blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}
  
.text-content blockquote p,
blockquote p {
    display: inline;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-style: italic;
}
  
.text-content blockquote ol:last-child,
.text-content blockquote p:last-child,
.text-content blockquote ul:last-child {
    margin-bottom: 0;
}
  
.text-content blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
  
.text-content br {
    display: block !important;
}
  
  /* Lists */
.text-content ul,
.text-content ul li {
    list-style-type: square;
}
  
.text-content ol,
.text-content ol li {
    list-style-type: decimal;
}
  
.text-content ul,
.text-content ol {
    margin: 16px 0;
    padding: 0 0 0 40px;
    word-wrap: break-word;
}
.text-content li > ul,
.text-content li > ol {
    margin: 0;
}
  
.text-content pre {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.text-content img {
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    margin-top: 7px;
    margin-bottom: 7px;
}
  
.text-content .info {
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    color: #404040;
    margin: 0 0 21px 0;
}
.text-content .info span {
    font-style: italic;
}
  
.text-content .share-buttons span {
    color: var(--color-text);
    font-weight: 700;
    font-size: 13px;
    margin-right: 15px;
}
.text-content .share-buttons a {
    font-size: 18px;
    margin-left: 5px;
    padding: 5px;
    color: var(--color-primary);
}
.text-content .share-buttons a:hover {
    color: #757575;
}



.password-visibility-toggler {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    padding: 10px 15px;
    color: #333333;
}
.password-visibility-toggler svg {
    vertical-align: sub;
}

.form-check-label {
    display: inline-block;
    line-height: 18px;
    font-size: 14px;
}


/* category block */
.blog-category-block {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid rgba(210, 210, 210, 0.5);
}
.blog-category-block ul {
    padding-inline-start: 0;
    margin-bottom: 0;
}
.blog-category-block ul li {
    list-style: none;
    margin: 0;
}
.blog-category-block ul li a {
    color: var(--color-text);
    line-height: 20px;
    font-size: 16px;
    display: block;
    text-decoration: none;
    padding: 5px;
}
.blog-category-block ul li a:before {
    content: "";
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    background-color: var(--color-text);
    width: 5px;
    height: 5px;
    margin: 0 10px 0 0;
}
.blog-category-block ul li a:hover {
    color: var(--color-primary);
    text-decoration: none;
}

.blog-category-block ul li.current a {
    color: var(--color-primary);
}

.blog-category-block .heading {
    font-size: 20px;
    color: var(--color-text);
    padding-bottom: 10px;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.blog-category-block .heading::after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 65px;
    height: 3px;
    left: 0;
    background-color: var(--color-primary);
}
/* category block */

/* Sidebar Search Block*/
.sidebar-search-block {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
}
.sidebar-search-block .heading {
    font-size: 30px;
    margin-bottom: 0;
    color: var(--color-text);
    border-bottom: 0;
    font-weight: 400;
    text-align: center;
}
.sidebar-search-block form input {
    box-shadow: none;
    height: 50px;
    padding: 5px 10px;
    width: calc(100% - 55px);
    display: inline;
}
.sidebar-search-block form .btn {
    border-radius: 0;
    padding: 10px;
    height: 50px;
    width: 50px;
}
.sidebar-search-block form .btn svg {
    fill: #ffffff;
    width: 16px;
    height: 16px;
}
/* Sidebar Search Block*/

/* category block */
.latest-posts-block {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid rgba(210, 210, 210, 0.5);
  }
.latest-posts-block ul {
    padding-inline-start: 0;
}
.latest-posts-block ul li {
    list-style: none;
    margin: 0;
    margin-top: 15px;
}
.latest-posts-block ul li .blog-post {
    display: flex;
}
.latest-posts-block ul li .blog-post .thumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    margin-right: 5px;
}
.latest-posts-block ul li .title {
    font-size: 16px;
    line-height: 18px;
    display: block;
    margin-left: 5px;
}
.latest-posts-block ul li .title a {
    color: var(--color-text);
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.latest-posts-block ul li:hover .title a {
    color: var(--color-primary);
    text-decoration: none;
}
.latest-posts-block ul li .title .date {
    color: #192f46;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}
.latest-posts-block .heading {
    font-size: 20px;
    color: var(--color-text);
    padding-bottom: 10px;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.latest-posts-block .heading::after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 65px;
    height: 3px;
    left: 0;
    background-color: var(--color-primary);
}
/* category block */
  

  .aside-list {
    margin-bottom: 25px;
    background: #f5f5f5;
    padding: 15px;
}
.aside-list .title {
    color: #333;
    font-size: 16px;
    background: #f1f1f1;
    padding: 10px;
    margin: 0;
    display: flex;
    align-items: center;
}
.aside-list ul {
    list-style: inside;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    border: none;
}
.aside-list ul li {
    list-style: none;
    border-bottom: 1px solid #d5d5d5;
}
.aside-list ul li:last-child {
    border-bottom: none;
}
.aside-list ul li a {
    position: relative;
    padding: 10px 5px;
    color: #333333;
    display: block;
    font-size: 15px;
    text-decoration: none;
}
.aside-list ul li:hover a {
    text-decoration: underline;
}
  
.aside-list .filter-box {
    list-style: inside;
    margin: 0;
    padding: 10px;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-top: none;
    border-radius: 0 0 5px 5px;
}
  

.login-wrapper {
    width: 100%;
    max-width: 450px;
    margin: auto;
}


.pagination {
    justify-content: center;
    list-style: none;
    font-size: 16px;
}
.pagination .page-item .page-link {
    background-color: #fff;
    border-color: var(--color-text);
    z-index: 3;
    color: var(--color-text);
    height: 30px;
    width: auto;
    min-width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    padding: 0;
    margin: 0 2px;
    box-shadow: none;
}
.pagination .page-item.active .page-link {
    background: var(--color-text);
    color: #ffffff;
}

.pagination .page-item:last-child .page-link, .pagination .page-item:first-child .page-link {
    border-radius: 0;
}


/* Custom Alert Modal */
.custom-alert .modal-content {
    border: none;
    border-radius: 0;
    color: #545454;
}
.custom-alert .modal-body {
    text-align: center;
    padding: 20px;
}
.custom-alert .modal-body .custom-modal-title {
    position: relative;
    max-width: 100%;
    margin: 10px;
    color: #595959;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}
.custom-alert .modal-body .custom-modal-message {
    z-index: 1;
    justify-content: center;
    margin: 10px 10px 20px;
    padding: 0;
    overflow: auto;
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
}
.custom-alert .custom-alert-icon {
    text-align: center;
    display: block;
    height: 90px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.custom-alert .custom-alert-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 25px auto 0;
    padding: 0;
}
.custom-alert .custom-alert-actions .btn {
    margin: 0 5px;
}
.custom-alert.custom-alert-info .custom-alert-icon {
    background: url("data:image/svg+xml,%3Csvg fill='%2334a7da' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath d='M290.211,360.727c-5.234,0.488-10.489-0.693-15.011-3.375c-3.304-3.392-4.888-8.101-4.305-12.8 c0.122-3.912,0.589-7.806,1.396-11.636c0.781-4.394,1.79-8.744,3.025-13.033l13.731-47.244c1.416-4.663,2.352-9.459,2.793-14.313 c0-5.236,0.698-8.844,0.698-10.938c0.292-9.333-3.693-18.289-10.822-24.32c-8.769-6.732-19.689-10.041-30.72-9.309 c-7.905,0.119-15.749,1.413-23.273,3.84c-8.223,2.56-16.873,5.624-25.949,9.193l-3.956,15.36 c2.676-0.931,5.935-1.978,9.658-3.142c3.552-1.052,7.234-1.601,10.938-1.629c5.196-0.563,10.426,0.713,14.778,3.607 c2.956,3.527,4.343,8.109,3.84,12.684c-0.013,3.913-0.442,7.814-1.28,11.636c-0.815,4.073-1.862,8.378-3.142,12.916 l-13.847,47.476c-1.116,4.413-2.009,8.879-2.676,13.382c-0.544,3.855-0.816,7.743-0.815,11.636 c-0.057,9.397,4.24,18.291,11.636,24.087c8.904,6.837,19.98,10.226,31.185,9.542c7.89,0.162,15.753-0.978,23.273-3.375 c6.594-2.25,15.399-5.469,26.415-9.658l3.724-14.662c-2.984,1.238-6.057,2.249-9.193,3.025 C298.346,360.583,294.274,360.935,290.211,360.727z'%3E%3C/path%3E%3Cpath d='M304.756,136.727c-6.333-5.816-14.677-8.945-23.273-8.727c-8.591-0.194-16.927,2.932-23.273,8.727 c-11.632,10.03-12.931,27.591-2.9,39.224c0.894,1.037,1.863,2.006,2.9,2.9c13.252,11.853,33.294,11.853,46.545,0 c11.632-10.129,12.851-27.769,2.722-39.401C306.635,138.481,305.725,137.571,304.756,136.727z'%3E%3C/path%3E%3Cpath d='M256,0C114.615,0,0,114.615,0,256s114.615,256,256,256s256-114.615,256-256S397.385,0,256,0z M256,488.727 C127.468,488.727,23.273,384.532,23.273,256S127.468,23.273,256,23.273S488.727,127.468,488.727,256S384.532,488.727,256,488.727 z'%3E%3C/path%3E%3C/svg%3E") center center no-repeat;
}
.custom-alert.custom-alert-success .custom-alert-icon {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512.257 512.257' fill='%239dd97b' xml:space='preserve' %3E%3Cpath d='M147.379,213.709c-4.881-4.18-12.227-3.612-16.407,1.269c-3.731,4.356-3.731,10.781,0,15.138L247.335,346.48 c4.493,4.595,11.86,4.678,16.455,0.185c0.062-0.061,0.124-0.122,0.185-0.185L458.07,142.843l16.64-17.455l33.396-34.909 c4.92-4.134,5.557-11.474,1.423-16.395c-4.134-4.92-11.474-5.557-16.395-1.423c-0.663,0.557-1.261,1.186-1.785,1.876 l-29.905,31.069l-16.175,16.989L255.364,321.694L147.379,213.709z'%3E%3C/path%3E%3Cpath fill='rgba(165,220,134,.5)' d='M490.768,158.785h0.233c-4.742-4.338-12.102-4.01-16.44,0.732c-2.691,2.942-3.689,7.057-2.644,10.905 c47.548,119.414-10.711,254.763-130.124,302.31S87.03,462.021,39.482,342.607C-8.066,223.194,50.193,87.845,169.607,40.297 C257.374,5.35,357.559,26.925,423.161,94.901c4.976,4.067,12.307,3.33,16.374-1.646c3.66-4.478,3.476-10.964-0.432-15.227 c-0.48-0.348-0.986-0.66-1.513-0.931C338.714-23.513,176.998-24.919,76.388,73.957s-102.017,260.592-3.141,361.202 c98.876,100.611,260.592,102.017,361.202,3.141c72.747-71.493,95.986-179.413,59.112-274.511 C493.061,161.914,492.101,160.194,490.768,158.785z'%3E%3C/path%3E%3C/svg%3E") center center no-repeat;
}
.custom-alert.custom-alert-error .custom-alert-icon {
    background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='100px' height='100px' viewBox='0 0 512 512' style='fill:%23DC3545;' xml:space='preserve'%3E%3Cpath d='M403.1,108.9c-81.2-81.2-212.9-81.2-294.2,0s-81.2,212.9,0,294.2c81.2,81.2,212.9,81.2,294.2,0 S484.3,190.1,403.1,108.9z M390.8,390.8c-74.3,74.3-195.3,74.3-269.6,0c-74.3-74.3-74.3-195.3,0-269.6s195.3-74.3,269.6,0 C465.2,195.5,465.2,316.5,390.8,390.8z'/%3E%3Cpolygon points='340.2,160 255.8,244.2 171.8,160.4 160,172.2 244,256 160,339.8 171.8,351.6 255.8,267.8 340.2,352 352,340.2 267.6,256 352,171.8 '/%3E%3C/svg%3E") center center no-repeat;
}
.custom-alert.custom-alert-warning .custom-alert-icon {
    background: url("data:image/svg+xml,%3Csvg fill='%23ff9000' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 338.531 338.531' xml:space='preserve'%3E%3Cpath d='M333.413,275.866l-139.2-239.6c-6.4-10.8-15.6-17.2-25.2-17.2c-10,0-19.2,6.4-25.2,17.2l-138.4,239.6 c-6.4,10.8-7.2,22-2,30.4c4.8,8.4,14.8,13.2,27.6,13.2h276.8c12.4,0,22.4-4.8,27.6-13.2 C340.213,297.866,339.413,286.666,333.413,275.866z M320.213,297.866c-2,3.2-6.4,4.8-12.8,4.8h-276.8c-6.4,0-11.2-2-12.8-4.8 c-2-3.2-1.2-8,2-13.6l138.4-239.6c3.2-5.6,7.2-8.8,10.8-8.8c3.6,0,7.6,3.2,10.8,8.8l138.4,239.6 C321.413,289.866,322.213,294.666,320.213,297.866z'%3E%3C/path%3E%3Cpath d='M169.013,97.866c-4.8,0-8.4,3.6-8.4,8.4v111.2c0,4.8,3.6,8.4,8.4,8.4s8.4-3.6,8.4-8.4v-111.2 C177.413,101.466,173.813,97.866,169.013,97.866z'%3E%3C/path%3E%3Ccircle cx='169.013' cy='259.466' r='14.8'%3E%3C/circle%3E%3C/svg%3E") center center no-repeat;
}
.custom-alert.custom-alert-question .custom-alert-icon {
    background: url("data:image/svg+xml,%3Csvg fill='%2387adbd' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 612 612' xml:space='preserve'%3E%3Cpath d='m306.022 612v-13.984l-.022 13.984c-168.73 0-306-137.275-306-306.005 0-168.725 137.27-305.995 306-305.995s306 137.27 306 305.995c0 168.73-137.265 306.005-305.978 306.005zm-.022-584.03c-153.308 0-278.03 124.723-278.03 278.025 0 153.307 124.722 278.035 278.03 278.035h.022c153.29 0 278.008-124.729 278.008-278.036 0-153.302-124.722-278.024-278.03-278.024z' fill='%23c9dae1'%3E%3C/path%3E%3Cpath d='m306 370.409c-7.725 0-13.985-6.26-13.985-13.985v-59.195c0-7.725 6.26-13.985 13.985-13.985 30.951 0 56.13-25.178 56.13-56.129 0-30.957-25.179-56.146-56.13-56.146s-56.135 25.189-56.135 56.146c0 7.725-6.26 13.985-13.985 13.985s-13.985-6.26-13.985-13.985c0-46.379 37.731-84.116 84.105-84.116s84.1 37.737 84.1 84.116c0 41.608-30.375 76.257-70.114 82.936v46.374c-.002 7.724-6.26 13.984-13.986 13.984z'%3E%3C/path%3E%3Ccircle cx='305.995' cy='433.743' r='23.03' fill='%2387adbd'%3E%3C/circle%3E%3C/svg%3E") center center no-repeat;
}
.custom-alert .close {
    position: absolute;
    right: 20px;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}
/* Custom Alert Modal */


.custom-alert {
    text-align: center;
}
.custom-alert .icon {
    margin-bottom: 5px;
}
.custom-alert .icon svg {
    fill: var(--color-primary);
}
.custom-alert .icon img {
    width: 60px;
}
.custom-alert .text {
    color: #333333;
    font-size: 15px;
    margin-top: 5px;
}
.custom-alert .text p{
    margin-bottom: 0;
}

.modal-content {
    border: none;
    border-radius: 10px;
}
.modal-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--color-accent);
    color: #f8f8f8;
}
.modal-header .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f8f8f8'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}


/* Toast Messages */
#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}
.toast-top-right {
    top: 12px;
    right: 12px;
}
.toast-top-left {
    top: 12px;
    left: 12px;
}
.toast-bottom-right {
    bottom: 12px;
    right: 12px;
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}
#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#toast-container > .toast {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: 0.8;
}
#toast-container > .toast .btn-close-toast {
    margin: auto 0.5rem auto auto;
    filter: invert(1) grayscale(100%) brightness(200%);
}
#toast-container > .toast:hover,
#toast-container > .toast:focus {
    opacity: 1;
}
@media (max-width: 576px) {
    #toast-container > .toast {
      width: 300px;
    }
}
/* Toast Messages */


/*blog grid*/
.blog-grid {
    position: relative;
    margin-bottom: 25px;
    border: 1px solid #f1f2f3;
    transition: 0.5s;
    box-shadow: 0px 0px 10px 0px rgb(51 51 51 / 10%);
    border-radius: 10px;
}
.blog-grid:hover {
    box-shadow: 0px 10px 40px 0px rgb(51 51 51 / 20%);
}
.blog-grid .blog-image {
    overflow: hidden;
    position: relative;
    border-radius: 10px 10px 0 0;
}
.blog-grid .blog-image a {
    display: block;
}
.blog-grid .blog-image img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease-in-out;
}
.blog-grid:hover .blog-image img {
    transform: scale(1.1);
}
.blog-grid .blog-content {
    padding: 20px 20px 15px 20px;
    background: #ffffff;
    border-radius: 10px;
}
.blog-grid .title {
    font-size: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    font-weight: 600;
}
.blog-grid .title a {
    color: var(--color-text);
    text-decoration: none;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.blog-grid:hover .title a {
    color: var(--color-primary);
}
.blog-grid .date,
.blog-grid .comments {
    color: #1d2a3d;
    font-size: 13px;
}
.blog-grid .date i,
.blog-grid .comments i {
    color: #1f386b;
}

.blog-slider .slick-slide {
    margin: 10px;
}

/*blog grid*/

/* category block */
.blog-category-block {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 15px;
    background: #f5f5f5;
    padding: 20px 15px;
}
.blog-category-block ul {
    padding-inline-start: 0;
    margin-bottom: 0;
}
.blog-category-block ul li {
    list-style: none;
    margin: 0;
}
.blog-category-block ul li a {
    color: var(--color-text);
    line-height: 20px;
    font-size: 16px;
    display: block;
    text-decoration: none;
    padding: 5px;
}
.blog-category-block ul li a:before {
    content: "";
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    background-color: var(--color-text);
    width: 5px;
    height: 5px;
    margin: 0 10px 0 0;
}
.blog-category-block ul li a:hover {
    color: var(--color-primary);
    text-decoration: none;
}

.blog-category-block ul li.current a {
    color: var(--color-primary);
}

.blog-category-block .heading {
    font-size: 20px;
    color: var(--color-text);
    padding-bottom: 10px;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.blog-category-block .heading::after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 65px;
    height: 3px;
    left: 0;
    background-color: var(--color-primary);
}
/* category block */

/* Sidebar Search Block*/
.sidebar-search-block {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 15px;
    background: #f5f5f5;
    padding: 15px;
}
.sidebar-search-block .heading {
    font-size: 20px;
    color: var(--color-text);
    padding-bottom: 10px;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.sidebar-search-block .heading::after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 65px;
    height: 3px;
    left: 0;
    background-color: var(--color-primary);
}
.sidebar-search-block form input {
    box-shadow: none;
    height: 50px;
    padding: 5px 10px;
    width: calc(100% - 55px);
    display: inline;
}
.sidebar-search-block form .btn {
    border-radius: 0;
    padding: 10px;
    height: 50px;
    width: 50px;
}
.sidebar-search-block form .btn svg {
    fill: #ffffff;
    width: 16px;
    height: 16px;
}
/* Sidebar Search Block*/

/* category block */
.latest-posts-block {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid rgba(210, 210, 210, 0.5);
  }
.latest-posts-block ul {
    padding-inline-start: 0;
}
.latest-posts-block ul li {
    list-style: none;
    margin: 0;
    margin-top: 15px;
}
.latest-posts-block ul li .blog-post {
    display: flex;
}
.latest-posts-block ul li .blog-post .thumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    margin-right: 5px;
}
.latest-posts-block ul li .title {
    font-size: 16px;
    line-height: 18px;
    display: block;
    margin-left: 5px;
}
.latest-posts-block ul li .title a {
    color: var(--color-text);
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.latest-posts-block ul li:hover .title a {
    color: var(--color-primary);
    text-decoration: none;
}
.latest-posts-block ul li .title .date {
    color: #192f46;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}
.latest-posts-block .heading {
    font-size: 20px;
    color: var(--color-text);
    padding-bottom: 10px;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.latest-posts-block .heading::after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 65px;
    height: 3px;
    left: 0;
    background-color: var(--color-primary);
}
/* category block */



.section-header .section-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-accent);
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-bottom: 30px;
}

.section-header .section-title:after {
    display: block;
    content: "";
    width: 80px;
    height: 5px;
    background: var(--color-yellow);
    margin: auto;
    margin-top: 5px;
}
.section-header .section-header-description {
    color: #777;
    flex-grow: 1;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 24px;
    text-align: left;
}

.section-promo-banner {
    padding: 10px;
    background-color: var(--color-accent);
    text-align: center;
    z-index: 100;
    position: relative;
}
.section-promo-banner .promo-banner-text{
    font-size: 16px;
    color: #ffffff;
}
.section-promo-banner .btn{
    padding: 10px 25px;
    border-radius: 25px;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .section-promo-banner {
        padding: 8px;
    }
    .section-promo-banner .promo-banner-text{
        font-size: 13px;
    }
    .section-promo-banner .btn{
        padding: 0;
        border: none;
        font-size: 13px;
        padding: 7px 15px;
    }
}

.section-hero {
    position: relative;
    background: #f0f8ff;
    background: linear-gradient(180deg, rgba(240,248,255,1) 0%, rgba(255,255,255,1) 100%);
}
.section-hero .container-fluid, .section-hero .container {
    position: relative;
    z-index: 10;
}
.section-hero .blob{
    position: absolute;
    z-index: 9;
}
.section-hero .blob-1 {
    left: 0;
    top: -50px;
    width: 220px;
}
.section-hero .blob-2 {
    right: 0;
    bottom: -50px;
    width: 240px;
    z-index: 0;
}
.section-hero .hero-text-wrapper {
    max-width: 500px;
}
.section-hero h1 {
    color: var(--color-accent);
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
}
.section-hero .description {
    font-size: 18px;
    color: #2b3b58;
    font-weight: 400;
    margin-bottom: 35px;
}
.section-hero .sign-up-card {
    border: 1px solid #f1f2f3;
    border-radius: 15px;
    transition: 0.5s;
    box-shadow: 0px 0px 20px 0px rgba(210, 221, 233, 0.4);
}

@media (max-width: 768px) {
    .section-hero .blob-1 {
        left: 0;
        top: -30px;
        width: 120px;
    }
    .section-hero .blob-2 {
        right: 0;
        bottom: -10px;
        width: 180px;
        z-index: 0;
    }
    .section-hero .hero-text-wrapper {
        max-width: 100%;
    }
    .section-hero h1 {
        font-size: 28px;
    }
}
@media (min-width: 1200px) {
    .container-1600 {
        max-width: 1600px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
    .section-hero .sign-up-card {
        max-width: 360px;
    }
}

.ft {
    border-radius: 15px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    text-align: center;
}
.ft h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-accent);
    position: relative;
}
.ft .features-text {
    font-size: 15px;
    color: var(--color-text);
}

.ft h3:before {
    position: absolute;
    display: block;
    margin-top: -70px;
    transition: all 0.5s ease-in-out;
    margin-bottom: 15px;
    left: 0;
    right: 0;
}
.ft-1 h3:before {
    content: url(../images/icons/experienced-tutors.svg);
}
.ft-2 h3:before {
    content: url(../images/icons/responsive-design.svg);
}
.ft-3 h3:before {
    content: url(../images/icons/personal-tutor.svg);
}
.ft-4 h3:before {
    content: url(../images/icons/support.svg);
}

.ft:hover h3:before {
    margin-top: -75px;
}

@media (max-width: 768px) {
    .ft {
        margin-bottom: 25px;
        text-align: left;
        right: auto;
    }
}

.iti--allow-dropdown {
    width: 100%;
}
.iti__flag {background-image: url("../images/icons/flags/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("../images/icons/flags/flags@2x.png");}
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    transform: rotateY(180deg);
}

.mainflip {
    transform: perspective(1000px);
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    transform: rotateY(-180deg);
    height: 100%;
}
.backside .card {
    height: 100%;
}

.frontside,
.backside {
    backface-visibility: hidden;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: var(--color-primary);
}

.frontside .card .card-title,
.backside .card .card-title {
    color: var(--color-primary);
}



.testimonial-header{
    display:flex;
    align-items:center;
    margin-bottom:40px
}
.testimonial-items{
    background:#f8f9fb;
    padding:30px;
    z-index:2;
    border-radius:20px;
    min-height:100%
}
.testimonial-img img{
    margin-right:20px;
    width: auto;
}
.testimonial-title h4{
    font-size:18px;
    font-weight:700;
    margin-bottom:2px
}
.testimonial-title span{
    font-size:16px;
    margin-bottom:2px;
    display:block
}
.testimonial-quotes img{
    position:absolute;
    top:30px;
    right:30px;
    z-index:-1;
    width: auto;
}
.testimonial-body{
    margin-bottom:20px;
}
.testimonial-body h3{
    font-size:20px;
    color:var(--color-primary);
    margin-bottom:20px;
    font-weight: 700;
    line-height: 1.3;
}
.testimonial-icon .star-icon{
    fill:#ffb013;
    width:15px;
    height:15px;
}
.testimonial-pagination{
    margin-top:50px;
    line-height:1
}

.not-found-404 {
    font-size: 150px;
    line-height: 1;
    margin-bottom: 40px;
    font-weight: 700;
}

.how-it-works .number {
    text-align: center;
    font-weight: 700;
    font-size: 120px;
    line-height: 150px;
    color: #d2daeb;
}

.plan-form label{
    color: var(--color-accent);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.plan-form span.input-description {
    color: #9a9da1;
    font-size: 14px;
    font-style: italic;
    margin-left: 10px;
}

.plan-form .range-result {
    font-size: 18px;
    text-align: center;
    color: var(--color-text);
    font-weight: 600;
    margin-top: 10px;
}
.plan-form .range-result span {
    border-bottom: 1px dashed;
    font-weight: 700;
    margin: 0 5px;
    font-size: 22px;
    color: var(--color-accent);
}

.section-header h1, .section-header h2 {
    font-size: 28px;
    font-weight: 600;
    color: var(--color-accent);
    margin-bottom: 15px;
}
.section-header .description {
    font-size: 32px;
    line-height: normal;
    color: var(--color-text);
}


.section-header .description-2 {
    font-size: 18px;
    line-height: normal;
    color: var(--color-text);
}

.plan-form {
    
}

.plan-form .rs-container {
    cursor: pointer;
}
.plan-form .rs-container .rs-selected {
    background-color: var(--color-accent);
    border: 1px solid var(--color-accent);
    transition: all .2s linear;
    width: 0;
}
.plan-form .rs-container .rs-bg, .plan-form .rs-container .rs-selected {
    height: 16px;
    border-radius: 10px;
}
.plan-form .rs-tooltip {
    border: 1px solid var(--color-accent);
    color: var(--color-accent);
    padding: 3px 10px;
}
.plan-form .rs-pointer {
    box-shadow: none;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    background: #2354b3;
    border: 1px solid #fff;
}
.plan-form .rs-pointer:before, .plan-form .rs-pointer:after {
    background-color: #b3c4e7;
    height: 12px;
    left: 9px;
}
.plan-form .rs-pointer:after {
    left: auto;
    right: 9px;
}
.plan-form .rs-container .rs-scale span::before {
    top: 20px;
}
.plan-form .rs-container .rs-scale span ins {
    color: var(--color-accent);
    font-size: 12px;
    margin-top: 25px;
}

.plan-form .rs-container .rs-scale span:last-of-type {
    width: 0 !important;
  }

.months-card {
    border: 1px solid #e7e7e7;
    cursor: pointer;
}

.months-card h4 {
    color: var(--color-accent);
    font-weight: 600;
}

.months-card .discount {
    color: var(--color-text);
    padding: 10px 0;
}

.months-card.selected {
    border: 2px solid var(--color-yellow);
    box-shadow: 0 8px 12px 0 rgb(0 0 0 / 20%);
}


.section-banner-1 {
    background: #ff9800;
    color: #ffffff;
}
.section-banner-1 h1{
    font-weight: 700;
    font-size: 32px;
    text-shadow: 1px 1px 2px #3c3c3c87;
    margin-bottom: 15px;
}
.section-banner-1 .description{
    font-weight: 400;
    font-size: 21px;
    text-shadow: 1px 1px 2px #3c3c3c87;
    max-width: 400px;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
}

.how-it-works .section-title {
    font-size: 24px;
    color: var(--color-accent);
    font-weight: 600;
}

.how-it-works .section-header-description {
    font-size: 16px;
    color: var(--color-text);
    font-weight: 500;
}


.section-cta {
    background: rgb(249,107,5);
    background: linear-gradient(180deg, rgba(249,107,5,1) 0%, rgba(249,113,5,1) 43%, rgba(249,140,5,1) 100%);
}
.section-cta .cta-title {
    color: #ffffff;
    font-weight: 600;
    font-size: 28px;
    text-shadow: 1px 1px 2px #3c3c3c87;
    margin-bottom: 15px;
}
.section-cta .cta-lead {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    text-shadow: 1px 1px 2px #3c3c3c87;
}
.section-cta .btn{
    padding: 14px 25px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-yellow);
    background: #ffffff;
    border: none;
}
.section-cta .btn:hover {
    box-shadow: 0 2px 4px 0 #b35002;
}

#lhc_widget_v2 {
    border-radius: 10px !important;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 0.428571rem 0px !important;
}