.preloader {
    background: #ffffff;
}
/* HTML: <div class="loader"></div> */
.loader {
    width: 40px;
    height: 40px;
    --c:no-repeat linear-gradient(#3FB8AF 0 0);
    background: var(--c),var(--c),var(--c),var(--c);
    background-size: 21px 21px;
    animation: l5 1.5s infinite cubic-bezier(0.3,1,0,1);
}
@keyframes l5 {
    0%   {background-position: 0    0,100% 0   ,100% 100%,0 100%}
    33%  {background-position: 0    0,100% 0   ,100% 100%,0 100%;width:60px;height: 60px}
    66%  {background-position: 100% 0,100% 100%,0    100%,0 0   ;width:60px;height: 60px}
    100% {background-position: 100% 0,100% 100%,0    100%,0 0   }
}

/*loader--->>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

h1{
    /*font-size: 30px !important;*/
    margin-top: 30px;
}

h2{
    /*font-size: 28px !important;*/
    margin-top: 30px;
}

h3{
    /*font-size: 26px !important;*/
    margin-top: 30px;
}

h4{
    /*font-size: 24px !important;*/
    margin-top: 30px;
}

h5{
    /*font-size: 22px !important;*/
    margin-top: 30px;
}

h6{
    /*font-size: 20px !important;*/
    margin-top: 30px;
}

.navbar-color-white#header.headroom.is-sticky {
    background-color: #ffffff !important;
}

.sticky-nav .is-sticky li a {
    color: #4a6f8a !important;
}

.startp-nav nav .navbar-nav .nav-item a.active {
    color: #44ce6f !important;
}

.theme-dark #header.headroom.is-sticky {
    background-color: #0e314c !important;
}

.theme-dark .startp-nav nav .navbar-nav .nav-item a {
    color: #ffffff !important;
}

@media only screen and (max-width: 767px) {
    .navbar-color-white .startp-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #0e314c;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-color-white .startp-responsive-nav .mean-container a.meanmenu-reveal {
        color: #0e314c;
    }
}

@media only screen and (max-width: 991px) {
    .theme-dark .startp-responsive-nav .mean-container a.meanmenu-reveal {
        color: #ffffff;
    }
}

.theme-dark .startp-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #ffffff;
}

.startp-nav nav .navbar-nav .nav-item a {
    margin-left: 25px;
    margin-right: 25px;
}

.navbar-color-white .startp-nav nav .others-option .btn.btn-primary {
    color: #ffffff;
    background-color: #44ce6f;
    -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
    box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}

.startp-nav nav .others-option .btn.btn-primary {
    color: #ffffff;
    background-color: #44ce6f;
    -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
    box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}

.close-reply-comment-btn {
    background-color: #cfe2ff;
    width: 10px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 22px;
    color: #052c65;
    left: 3%;
    position: absolute;
}

.close-reply-comment-btn:hover{
    background-color: #cfe2ff;
}

.close-reply-comment-btn:after{
    background-color: #cfe2ff;
}

.close-reply-comment-btn:before{
    background-color: #cfe2ff;
}

.accordion-title h2{
    display: block;
    padding: 12px 20px 12px 51px;
    padding-right: 20px;
    padding-left: 51px;
    text-decoration: none;
    color: #0e314c;
    position: relative;
    background: #f5f9ff;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.go-top {
    left: auto;
    right: 0;
    border-radius: 10px 0px 0px 10px;
}

.dark-version {
    left: 15px;
}

.quick-contact{
    position: fixed;
    left: 15px;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    background-color: #00ac6c;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding: 5px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 7px;
    line-height: 15px;
    cursor: pointer;
    box-shadow: 0 1px 6px rgba(0,0,0,.2),0 1px 10px rgba(0,0,0,.15);
    z-index: 99991;

    animation-name: quick-contact;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 2s;
/*    animation-direction: alternate;*/
}

@keyframes quick-contact {

    0% {
        box-shadow: 0 1px 6px rgba(0,0,0,.2),0 1px 10px rgba(0,0,0,.15);
    }
    10%{
        box-shadow: 0px 0px 0px 10px rgba(0, 172, 108, 0.15);
    }
    10.01% {
        box-shadow: 0 1px 6px rgba(0,0,0,.2),0 1px 10px rgba(0,0,0,.15);
    }
    25% {
        box-shadow: 0px 0px 0px 10px rgba(0, 172, 108, 0.4);
    }
    30% {
        box-shadow: 0px 0px 0px 10px rgba(0, 172, 108, 0);
    }
    30.01% {
        box-shadow: 0 1px 6px rgba(0,0,0,.2),0 1px 10px rgba(0,0,0,.15);
    }
    100% {
        box-shadow: 0 1px 6px rgba(0,0,0,.2),0 1px 10px rgba(0,0,0,.15);
    }
}

.contact-modal ul{
    list-style: none;
    padding: 0px 10px;
}

.contact-modal li{
    padding: 15px;
}

.contact-modal li:hover{
    background-color: #eee;
    border-radius: 15px;
}

.contact-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact_modal_request_back{
    box-sizing: content-box;
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    font-size: 22px;
    color: #7e7e7e;
    display: flex;
    justify-content: center;
}

.theme-dark .modal-content {
    background-color: #0e314c !important;
}

.more_text{
    height: 5em;
    opacity: 0.3;
    overflow: hidden;
}

.more_text_btn{
    width: 60px;
    height: 35px;
    border: 1px solid #6e8ba1;
    border-radius: 15px;
    color: #6e8ba1;
    background-color: #f1feff;
}

.article-content p{
    text-align: justify;
}

