




.float-lang {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: var(--thm-base);
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 99;
    text-align: center;
    transition: all .4s ease;
    border-radius: 50%;
    transition: all .4s ease;
    color: #ffffff;
    font-size: 18px;
    line-height: 45px;
}

    .float-lang:hover {
        background-color: var(--thm-black);
        color: #ffffff;
    }



.site-header-one__logo img{
    height:40px;
}

.main-nav__right .main-nav__btn:hover {
    color: #fff ;
    cursor: pointer;
}



/* The Loader */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100001;
    overflow: hidden;
}

.no-js #loader-wrapper {
    display: none;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #00b1f5;
    -webkit-animation: spin 1.7s linear infinite;
    animation: spin 1.7s linear infinite;
    z-index: 11;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #00b1f5;
        -webkit-animation: spin-reverse 0.6s linear infinite;
        animation: spin-reverse 0.6s linear infinite;
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #00b1f5;
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #ffffff;
    z-index: 10;
}

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }
/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}

.mobile-nav__container ul li a:hover{
    cursor:pointer;
}


.side-menu-contact-info a {
    color: #1d2f3c;
    transition: all 500ms ease;
    display: block;
    padding: 5px 0 20px 46px;
    position: relative;
}
    .side-menu-contact-info a:hover {
        color: var(--thm-black);
        cursor:pointer;
    }

    .side-menu-contact-info a:before {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900;
        /* padding: 5px 0; */
        background: #eeeef6;
        border-radius: 5px;
        /* margin-right: 5px; */
        color: #4a4bda;
        transition: all 500ms ease;
        width: 32px;
        /* height: 30px; */
        /* display: inline-block; */
        text-align: center;
        position: absolute;
        left: 0;
    }

    .side-menu-contact-info a:hover:before {
        background: #4a4bda;
        color: #fff;
    }

    .side-menu-contact-info a.phone:before {
        content: "\f095";
    }

    .side-menu-contact-info a.email:before {
        content: "\f0e0";
    }

    .side-menu-contact-info a.pin:before {
        content: "\f041";
    }

    .side-menu-contact-info a.mobile:before {
        content: "\f3cd";
    }

.cp{
    cursor:pointer;
}

/*.service-four__box:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f067";
    display: block;
    position: absolute;
    color: #fff;
    height: 35px;
    width: 35px;
    text-align: center;
    background: #244a8f;
    right: -17px;
    bottom: 60px;
    border-radius: 20px;
    
    font-size: 20px;
    line-height: 35px;
}*/


.testimonials-two__inner a {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 5px 20px;
    box-shadow: none;
    background-image: linear-gradient(90deg, rgb(90 91 249) 0%, rgb(60 61 191) 51%, rgb(36 37 146) 100%);
    background-size: 200% auto;
    /* margin-top: 12px; */
    display: inline-block;
    transition: all 500ms ease;
}

.testimonials-two__single:hover .testimonials-two__inner a,
.owl-stage .center .testimonials-two__inner a {
    background-image: linear-gradient(90deg, rgb(255 93 18) 0%, rgb(255 128 28) 51%, rgb(255 150 35) 100%);
   
}

.testimonials-two__inner p {
    margin-bottom: 20px;
}
.about-two{
    /*padding-top:0px;*/
}
.service-four, .about-three, .service-five {
    padding-bottom: 100px;
}

.contact-one__form {
    background: #ffffff85;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 1.782px 0.908px 27px 0px rgba(54, 54, 54, 0.13);
    min-height: 520px;
}

    .contact-one__form textarea,
    .contact-one__form button {
        border-radius: 5px ;
    }

    .contact-one__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .contact-one__form textarea, .contact-one__form .bootstrap-select > .dropdown-toggle {
        border-radius: 5px;
        background: #4a4167;
        transition: all 500ms ease;
    }
.faq-one__home-one {
    background: #f4f4f4;
    position: relative;
    padding-bottom:100px;
}
.cimg {
    top: 0px;
    right: -193px;
}

.cinfo {
    position: relative;
    background: #ffffff85;
    /* display: inline-block; */
    z-index: 1;
    margin: 25px 0;
    padding: 20px 25px;
    border-radius: 10px;
    box-shadow: 1.782px 0.908px 27px 0px rgba(54, 54, 54, 0.13);
    min-height: 520px;
}
.cform-acc-btns .aconn {
    background: #4a4167;
    border-radius: 5px;
    cursor: pointer;
    transition: all 500ms ease;
}

    .cform-acc-btns .aconn a {
        position: relative;
        padding: 5px 0px 5px 15px;
        display: block;
        line-height: 19px;
    }
        .cform-acc-btns .aconn a:before {
            content: "\f0c8";
            font-family: 'Font Awesome 5 Pro';
            display: block;
            position: absolute;
            color: #fff;
            /* height: 35px; */
            /* width: 35px; */
            text-align: center;
            /* background: #244a8f; */
            left: -5px;
            top: 5px;
            /* border-radius: 20px; */
            font-size: 16px;
        }
        .cform-acc-btns .aconn a.checked:before {
            content: "\f14a";
        }
    .cform-acc-btns .aconn:hover {
        background-color: var(--thm-black);
    }
            .cform-acc-btns a {
    font-size: 14px;
    color: #fff;
}

.contact-one__btn {
    border-radius: 25.5px;
}
.contact-one__form .tc{
    text-align:center;
    margin:0;
    position:relative;
}

.hidden {
    opacity: 0;
    
}
.success {
    color: #00a92c;
}
.err {
    color: #b53008;
}
.rot {
    position: absolute;
    right: 22px;
    bottom: 12px;
    font-size: 22px;
    transition: all 500ms ease;
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.contact-one__form .btncs {
    cursor: pointer;
    position: relative;
}
.contact-one__form .btnwait:before {
    position: absolute;
    content: "\f0c8";
    font-family: 'Font Awesome 5 Pro';
    display: block;
    position: absolute;
    color: #fff;
    /* height: 35px; */
    /* width: 35px; */
    text-align: center;
    /* background: #244a8f; */
    left: -5px;
    top: 5px;
    /* border-radius: 20px; */
    font-size: 16px;
}
.contact-one__form .disabled {
    cursor: not-allowed;
    background: #a5a5a5;
}

.cinfo span {
    color: #1d2f3c;
    transition: all 500ms ease;
    display: block;
    padding: 5px 0 20px 46px;
    position: relative;
}

    .cinfo span.company {
        padding: 0 0 22px 0;
        font-size: 20px;
        font-weight: 600;
    }

.cinfo span:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    /* padding: 5px 0; */
    background: #eeeef6;
    border-radius: 5px;
    /* margin-right: 5px; */
    color: #4a4bda;
    width: 32px;
    /* height: 30px; */
    /* display: inline-block; */
    text-align: center;
    position: absolute;
    left: 0;
}



    .cinfo span.phone:before {
        content: "\f095";
    }

    .cinfo span.email:before {
        content: "\f0e0";
    }

    .cinfo span.pin:before {
        content: "\f041";
    }

    .cinfo span.mobile:before {
        content: "\f3cd";
    }

.cinfo .side-menu__social{
    margin:0 0 20px 0;
}

.contact-one__form .no-margin {
    margin: 0;
}

.contact-one__form .error, .footer-widget__mc-form .error {
    background: #b53008 !important;
}


.footer-widget__logo{
    max-width:270px;
    width:100%;
}
.txtNews{
    border-radius:5px;
}
.site-footer__upper {
    padding-bottom: 50px;
}

.footer-widget__links-list li a{
    cursor:pointer;
}

.footer-widget__mc-form a {
    border: none;
    outline: none;
    background-color: #009fe8;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 16px;
    padding: 8px 22px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    transition: all 500ms ease;
}

    .footer-widget__mc-form a:hover {
        background-color: #fff;
        color: #009fe8;
    }

.site-footer__two .footer-widget__mc-form a {
    background-size: 200% auto;
    background-image: linear-gradient(90deg, rgb(255, 151, 35) 0%, rgb(255, 91, 17) 51%, rgb(255, 151, 35) 100%);
}

    .site-footer__two .footer-widget__mc-form a:hover {
        color: #fff;
        background-position: right;
    }

.footer-widget__about p:nth-child(2) {
    margin-bottom: 5px;
}

.site-footer__bottom span {
    color: #fff;
    font-size: 14px;
    letter-spacing: .01em;
    margin: 0;
    display:block;
}
    .site-footer__bottom span.slash {
        display: none;
    }

.scroll-to-top {
    bottom: 55px;
    width: 35px;
    height: 35px;
}
    .scroll-to-top i {
        line-height: 35px;
    }
.float-lang {
    font-size: 15px;
    line-height: 35px;
    width: 35px;
    height: 35px;
}

.site-footer__two .site-footer__bottom span a {
    color: #ff3c94;
}
.footer-widget__title span {
    
    background-color: #140839;
}
.site-footer__two .footer-widget p span {
    color: #00a0e8;
    margin: 0;
    font-size: 15px;
    
    font-weight: 600;
}

.footer-widget__about .footer-widget__logo {
    
   /* margin-bottom: 30px;*/
}

.page-header {
   /* background-image: url(../img/resources/inner-banner-bg-1-1.jpg);*/
    background-image: url(../img/shapes/banner-2-bg-1.png);
}

.blog-one__home-two {
    padding-top: 100px;
    padding-bottom: 100px;
}
.no-pb{
    margin-bottom:0px;
}

.main-nav__main-navigation .main-nav__navigation-box > li.dropdown > a::after {
    content: '';
    margin-left:0px;
}

:target:before {
    content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0;
}
.pull-left {
    flex: 1;
    text-align: left;
    padding: 8px 10px 8px 16px;
    /* background: var(--thm-black);*/
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    /* background-image: linear-gradient(90deg, rgb(255, 151, 35) 0%, rgb(255, 91, 17) 51%, rgb(255, 151, 35) 100%);*/
    /*background-image: linear-gradient(90deg, #162171 0%, #1a36c0 51%, #162171 100%);*/
    background-size: 200% auto;
    background-position: left;
    /* background: #00a0e8;*/
    transition: all 500ms ease;
    background-image: linear-gradient(90deg, rgb(0 160 232) 0%, rgb(43 187 251) 51%, rgb(10 139 197) 100%);
}
    .pull-left:hover {
        background-position: right;
    }
    .pull-left a, .pull-right span {
        position: relative;
        line-height: 18px;
        padding-left: 16px;
    }
    .pull-left a {
        color: #fff;
        display:block;
    }
        .pull-left a:hover {
            color: #fff;
        }
        .pull-left a:before {
            content: "\f78c";
            font-family: 'Font Awesome 5 Pro';
            font-weight: 900;
           
            position: absolute;
            width: 16px;
            left: 0;
        }
    
            .pull-right span:before {
                content: "\f073";
                font-family: 'Font Awesome 5 Pro';
                font-weight: 900;
                /* color: #4a4bda; */
                text-align: center;
                position: absolute;
                width: 16px;
                left: 0;
            }

.pull-right {
    flex: 1;
    text-align: right;
    padding-right: 16px;
    position: relative;
    
}

.blog-one__content h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6em;
}
.blog-one__meta {
    font-size: 14px;
    line-height: 18px;
}
.btn-con{
  /*  padding-top:30px;*/
    text-align:center;
}
.categories-container {
    text-align: center;
    display: flex;
}
    .categories-container a{
        display:inline-block;
    }
.post-pagination span{
    padding:0 10px;
}
.post-pagination a.disabled {
    cursor: not-allowed;
    border-color: rgb(171 170 170 / 20%);
}

    .post-pagination a.disabled:hover {
        background: #9ca3a94d;
        color: #fff;
    }
.thm-breadcrumb a:not(:last-of-type)::after {
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    margin-left: 20px;
    margin-right: 20px;
}
.thm-breadcrumb a:not(:last-of-type)::after {
    margin: 0 2px 0 7px;
}
.thm-breadcrumb a {
    line-height: 18px;
    display: inline-block;
    color: #fff;
    transition: all 500ms ease;
}
    .thm-breadcrumb a:hover {
        color: #007bff;
    }

.blog-details__content__in ul {
    list-style-type: none;
    padding: 0;
    margin: 15px 0;
}

    .blog-details__content__in ul li {
        padding: 0 0px 0px 20px;
        position: relative;
        display: inline-block;
        margin: 6px 0;
    }
        .blog-details__content__in ul li:before {
            content: "\f054";
            font-family: 'Font Awesome 5 Pro';
            font-weight: 900;
            /* color: #4a4bda; */
            text-align: center;
            position: absolute;
            width: 16px;
            left: 0;
            top: -1px;
        }

    .blog-details__content__in ul li a{
        color: inherit;
        text-decoration: underline;
    }
.blog-details__content__in iframe{
    width:100% !important;
}

.blog-details__content__in img {
    width: 100% !important;
    height: auto !important;
}
.sidebar__cat-list li a{
    line-height:19px;
}
.footer-widget__social .sharethis-inline-share-buttons{
    z-index:1 !important;
}
.service-four__box{
    display:block;
}
.about-funfact__box p{
    line-height:20px;
}
.testimonials-two__single h3{
    font-size:18px;
}
.thm-btn{
    font-size:16px;
}
.blog-one__content h3 a{
    font-weight:800;
}
.blog-details__pagination a.disabled {
    color: #ccc;
}
.post-pagination a{
    border-radius:10px;
}
.sidebar__post-list li{
    padding-left:0;
}
.about-funfact__box h3 {
    font-weight: 700;
}
.block-title h3 {
    font-weight: 800;
}
@media (min-width: 992px) {
    [class*=col-]:nth-child(3) .service-five__box {
       /* margin-top: 140px;*/
        margin-top: 90px;
    }

        .cinfo {
            position: relative;
            /* background: transparent; */
            /* display: inline-block; */
            z-index: 1;
            margin: 0 25px;
            padding: 25px;
        }
    }

    @media (min-width: 768px) {
        .site-footer__bottom span {
            display: inline-block;
        }

            .site-footer__bottom span.slash {
                display: inline-block;
            }
    }

