:root {
    --theme-color-50: #f1f4ff;
    --theme-color-100: #e6ecff;
    --theme-color-200: #cfdaff;
    --theme-color-300: #a9baff;
    --theme-color-400: #798eff;
    --theme-color-500: #4356ff;
    --theme-color-600: #1c26ff;
    --theme-color-700: #0b14f6;
    --theme-color-800: #0810cf;
    --theme-color-900: #090fa9;
    --theme-color-950: #020b75;
}

a {
    color: #0b14f6;
    text-decoration: none;
}

a:hover {
    color: #4356ff;
}

body
{
	font-size:15px !important;	
}
.text-theme-50 {
    color: #f1f4ff;
}

.bg-theme-50 {
    background-color: #f1f4ff;
}

.text-theme-100 {
    color: #e6ecff;
}

.bg-theme-100 {
    background-color: #e6ecff;
}

.text-theme-200 {
    color: #d0dbff;
}

.bg-theme-200 {
    background-color: #d0dbff;
}

.text-theme-300 {
    color: #aabaff;
}

.bg-theme-300 {
    background-color: #aabaff;
}

.text-theme-400 {
    color: #7a8dff;
}

.bg-theme-400 {
    background-color: #7a8dff;
}

.text-theme-500 {
    color: #4556ff;
}

.bg-theme-500 {
    background-color: #4556ff;
}

.text-theme-600 {
    color: #1f27ff;
}

.bg-theme-600 {
    background-color: #1f27ff;
}

.text-theme-700 {
    color: #0e15f3;
}

.bg-theme-700 {
    background-color: #0e15f3;
}

.text-theme-800 {
    color: #0b11cc;
}

.bg-theme-800 {
    background-color: #0b11cc;
}

.text-theme-900 {
    color: #0a0e96;
}

.bg-theme-900 {
    background-color: #0a0e96;
}

.text-theme-950 {
    color: #030b72;
}

.bg-theme-950 {
    background-color: #030b72;
}

.border-theme {
    color: #4556ff;
}

.bg-theme-500.text-theme-50:hover {
    background-color: var(--theme-color-50);
    color: var(--theme-color-700);
    box-shadow: 0 5px 50px 5px var(--theme-color-100);
    border: 1px solid var(--theme-color-500);
}


/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--theme-color-500);
}

.btn.btn-light {
    color: var(--theme-color-500);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--theme-color-500);
}


/*** Topbar Start ***/
.topbar .dropdown-toggle::after {
    border: none;
    content: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--theme-color-500);
}


/* .topbar .dropdown .dropdown-menu a:hover {
    background: var(--theme-color-500);
    color: var(--bs-white);
} */

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 11px;
    border: 0;
    transition: .5s;
    opacity: 1;
}

.navbar-toggler-icon {
    display: inline;
}

/*** Topbar End ***/



/*** Navbar ***/

.header__navigation {
    background: #000;
}

.nav-link.active {
    font-weight: bold;
    /* Change to your theme color */
    color: #FFF !important;
    background-color: var(--theme-color-600);

    @media (min-width: 991px) {
        color: var(--theme-color-600) !important;
        background-color: var(--theme-color-50);
    }
}

.navigation__menu {
    margin: auto;
    transition: .5s all;

    @media (min-width: 991px) {
        background: var(--theme-color-600);
    }
}

.navigation__menu .container-fluid {
    transition: .5s all;
    max-width: 1320px;
}


.navigation__menu.sticky-top {
    transition: .5s all;
    max-width: 1320px;
}

.navbar-expand-lg .navbar-collapse {
    transition: .5s all;
    flex-grow: 0;
}



.dropend:hover>.dropdown-menu {
    left: -102% !important;
}

nav .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    border-radius: 10px;
    padding: 10px 15px;

    @media (min-width: 991px) {
        color: var(--theme-color-50);
        padding: 0px 15px;
    }
}

@media (min-width: 991px) {
    nav .navbar-nav {
        /* padding: 0 15px; */
        grid-gap: 0.5em;
    }

    .navbar-expand-lg .navbar-collapse {
        flex-grow: 1;
    }
}

nav .navbar-nav {
    /* padding: 0 15px; */
    grid-gap: 0.8em;
}

nav .navbar-nav .nav-item .nav-link:hover {
    background: var(--theme-color-200);
    border-radius: 10px;
    color: #FFFF;


    @media (min-width: 991px) {
        color: var(--theme-color-950);
    }
}

nav .dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
}

nav .dropdown-menu .dropend .dropdown-menu {
    width: 100%;
    margin-left: .2em;
}

nav .dropdown-menu .dropend .dropdown-menu li a {
    /* width: 100%; */
    word-wrap: break-word;
    white-space: normal;
    padding: 10px 20px;
}

nav .search__wrapper input:focus,
mav .search__wrapper button:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--theme-color-600);
}


nav .search__wrapper button:focus {
    outline: none;
    box-shadow: none;
}

nav .search__wrapper button:hover {
    border: 1px solid var(--theme-color-600);
}

nav .search__wrapper button i {

    color: var(--theme-color-600);

    @media (min-width: 991px) {
        color: var(--theme-color-50);
    }
}


@media (max-width: 991px) {
    .search__wrapper {
        margin-top: 10px;
    }

    .search__wrapper .form-control {
        padding: 0.8rem 0.75rem;
    }

}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-white);
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}


.navigation__menu.sticky-top {
    top: 3%;
    /* padding: 5px; */
    transition: .5s all;
    border-radius: 10px;

    @media (max-width: 991px) {
        background-color: #fff;
        padding: 2px 0;
    }
}

.sticky-top.navbar-light .navbar-nav .nav-link,
.sticky-top.navbar-light .navbar-nav .nav-item .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: var(--bs-white);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link.active {
    color: var(--theme-color-500);
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--theme-color-500);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
   
    transition: .5s;
    opacity: 1;
}


@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--theme-color-500);
        color: var(--theme-color-500);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 15px 0;
        margin-left: 0;
        color: var(--bs-dark);
    }

    .navbar-light .navbar-nav .nav-item .nav-link {
        color: var(--bs-dark);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        /* display: block; */
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--theme-color-500);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        bottom: -1px;
        left: 50%;
        background: var(--theme-color-500);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::after,
    .navbar-light .navbar-nav .nav-link.active::after {
        width: 2px;
        height: 12px;
    }
}

/*** Navbar End ***/
/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 700px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-light);
    color: var(--bs-primary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 0%;
    top: 40%;
    transform: translateX(50%);
    margin-left: 30px;
}

.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 0%;
    top: 40%;
    transform: translateX(-50%);
    margin-right: 30px;
}

.header-carousel .owl-nav .owl-prev i,
.header-carousel .owl-nav .owl-next i {
    color: var(--theme-color-600);
}


.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--theme-color-400);
    color: var(--theme-color-50);
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel .header-carousel-item {
        height: 1300px;
    }
}

@media (max-width: 767px) {
    .header-carousel .header-carousel-item {
        height: 950px;
    }

    .header-carousel .owl-nav .owl-prev {
        bottom: -30px;
        left: 0%;
        top: auto;
        bottom: 1%;
        transform: translateX(50%);
        margin-left: 45px;
    }

    .header-carousel .owl-nav .owl-next {
        bottom: -30px;
        right: 0%;
        top: auto;
        bottom: 1%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}

/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 60px 0;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .bg-breadcrumb {
        padding: 140px 0 60px 0;
    }
}

@media (max-width: 991px) {
    .bg-breadcrumb {
        padding: 60px 0 60px 0;
    }
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    background:#E2EDFD;
    border-radius: 20px;
    transition: 0.5s;
	margin-bottom:0px;
}

.service .service-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.2);
}

/*** Service End ***/


/*  */
.fact-item {
    transition: .5s all;
    background: var(--theme-color-100);
}

.fact-item:hover {
    transform: translateY(-10px);
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

/*  */

/*** Features Start ***/
.feature .feature-item {
    text-align: center;
    border-radius: 10px;
    background: var(--bs-light);
    border: 1px solid transparent;
    transition: 0.5s;
}

.feature .feature-item:hover {
    border: 1px solid var(--theme-color-500);
}

.feature .feature-item .feature-icon {
    background: var(--bs-white);
    border-radius: 10px;
    display: inline-block;
}

/*** Features End ***/

/*** Offer Start ***/
.offer-section .nav a.accordion-link {
    width: 100%;
    border-radius: 10px;
    display: flex;
    background: var(--bs-white);
    transition: 0.5s;
}

.offer-section .nav a.accordion-link:hover {
    background: var(--theme-color-300);
    color: var(--bs-white);
}

.offer-section .nav a.accordion-link.active {
    color: var(--bs-white);
    background: var(--theme-color-500);
}

.offer-section .nav a.accordion-link h5 {
    transition: 0.5s;
}

.offer-section .nav a.accordion-link.active h5 {
    color: var(--bs-white);
}

.our__benefits__btn {
    max-height: 600px;
    overflow: auto;
}


/* width */
.our__benefits__btn::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.our__benefits__btn::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.our__benefits__btn::-webkit-scrollbar-thumb {
    background: #e6e6e6;
}

/* Handle on hover */
.our__benefits__btn::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*** Offer End ***/

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    background:#E2EDFD;
    box-shadow: inset 0 0 45px rgba(0, 0, 0, .1);
    transition: 0.5s;
}

.blog .blog-item a {
    transition: 0.5s;
}

.blog .blog-item:hover a:hover {
    color: var(--theme-color-500);
}

.blog .blog-item .blog-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 208, 132, 0.1);
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    opacity: 1;
}

.blog .blog-item .blog-img .blog-title {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 5;
}

.blog .blog-item .blog-img .blog-title a {
    color: var(--bs-white);
    background: var(--theme-color-500);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img .blog-title a:hover {
    color: var(--bs-dark);
}

.blog-carousel .owl-stage-outer {
    margin-top: 58px;
}

.blog .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--theme-color-500);
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.blog .owl-nav .owl-prev:hover {
    background: var(--bs-dark);
    color: var(--theme-color-500);
}

.blog .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--theme-color-500);
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.blog .owl-nav .owl-next:hover {
    background: var(--bs-dark);
    color: var(--theme-color-500);
}

/*** Blog End ***/


/*** FAQs Start ***/
.accordion-button:not(.collapsed) {
    background-color: var(--theme-color-200);
}

.accordion-button:not(.collapsed):focus,
.accordion-button:focus {
    box-shadow: none;
}


.accordion-button:not(.collapsed):active,
.accordion-button:focus {
    box-shadow: none;
}



.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-secondary);
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-dark);
}

/*** FAQs End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    padding: 0 25px 25px 25px;
    border-radius: 10px;
    transition: 0.5s;
}

.team .team-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::before {
    height: 0;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::after {
    height: 100%;
    background: var(--theme-color-500);
}

.team .team-item .team-img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: relative;
    margin-top: 50%;
    transform: translateY(-50%);
    margin-bottom: -50%;
    display: flex;
    justify-content: center;
    border: 4px solid var(--theme-color-500);
    border-style: dotted;
    padding: 4px;
    background: var(--bs-white);
    transition: 0.5s;
}

.team .team-item:hover .team-img {
    border: 4px solid var(--bs-white);
    border-style: dotted;
    background: 0;
}

.team .team-item .team-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: 0.5s;
}

.team .team-item .team-title {
    padding: 25px 0 25px 0;
    text-align: center;
}

.team .team-item .team-title h4,
.team .team-item .team-title p {
    transition: 0.5s;
}

.team .team-item:hover .team-title h4,
.team .team-item:hover .team-title p {
    color: var(--theme-color-50);
}

.team .team-item:hover .time__number,
.team .team-item:hover .time__text {
    transition: .5s all;
}

.team .team-item:hover .time__number,
.team .team-item:hover .time__text {
    color: var(--theme-color-50);
}

.team .team-item .team-icon {
    display: flex;
    justify-content: center;
}

.team .team-item .team-icon a {
    transition: 0.5s;
}

.team .team-item:hover .team-icon a {
    color: var(--bs-dark);
    background: var(--bs-white);
}

.team .team-item:hover .team-icon a:hover {
    color: var(--theme-color-500);
    background: var(--bs-dark);
}

/*** Team End ***/

/*** Testimonial Start ***/
.testimonial {
    position: relative;
    background:#E3EDFC;
    overflow: hidden;
    z-index: 1;
}

.testimonial::after {
    content: "";
    position: absolute;
    top: 30%;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    /* background: url("../img/testimonial-placeholder.jpg") center center no-repeat; */
    animation: TestimonialMoveLeft 100s linear infinite;
    z-index: -1;
}

.testimonial::before {
    content: "";
    position: absolute;
    top: 30%;
    right: 0;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    /* background: url("../img/testimonial-placeholder.jpg") center center no-repeat; */
    animation: TestimonialMoveRight 100s linear infinite;
    z-index: -1;
}

@keyframes TestimonialMoveLeft {
    0% {
        left: 0px;
    }

    25% {
        top: 100px;
    }

    50% {
        left: 100%;
    }

    75% {
        top: 80%;
    }

    100% {
        left: 0px;
    }
}

@keyframes TestimonialMoveRight {
    0% {
        right: 0px;
    }

    25% {
        top: 100px;
    }

    50% {
        right: 100%;
    }

    75% {
        top: 80%;
    }

    100% {
        right: 0px;
    }
}

.testimonial .testimonial-carousel.owl-carousel {
    position: relative;
    padding: 0 35px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 65px;
    height: 65px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color-200);
    color: var(--theme-color-400);
    transition: 0.5s;

    @media (max-width: 991px) {
        bottom: 10%;
        top: auto;
    }
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 65px;
    height: 65px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color-200);
    color: var(--theme-color-400);
    transition: 0.5s;

    @media (max-width: 991px) {
        bottom: 10%;
        top: auto;
    }
}


.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--theme-color-400);
    color: var(--theme-color-200) !important;
}


.testimonial-carousel .owl-dots {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-right: 15px;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    width: 50px;
    height: 50px;
    border-radius: 40px;
    border: 4px solid var(--bs-secondary);
}

@media (min-width: 900px) {
    .testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .testimonial .testimonial-carousel.owl-carousel {
        padding: 0;
    }

    .testimonial .testimonial-carousel .owl-nav .owl-prev {
        margin-top: -250px;
        margin-left: -15px;
    }

    .testimonial .testimonial-carousel .owl-nav .owl-next {
        margin-top: -250px;
        margin-right: -15px;
    }
}

/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

/*** Testimonial End ***/


/**** Events and News *****/

.evnets__news_wrapper {
    position: relative;
}

.evnets__news_wrapper .owl-nav {
    position: absolute;
    width: 40px;
    height: 100%;
    top: calc(50% - 50px);
    left: -21px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.evnets__news_wrapper .owl-nav .owl-prev,
.evnets__news_wrapper .owl-nav .owl-next {
    margin: 5px 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color-500);
    background: #FFFFFF;
    border: 1px solid var(--theme-color-500);
    border-radius: 40px;
    font-size: 18px;
    transition: .5s;
}

.evnets__news_wrapper .owl-nav .owl-prev:hover,
.evnets__news_wrapper .owl-nav .owl-next:hover {
    background: var(--theme-color-500);
    color: #FFFFFF;
}

.evnets__news_wrapper .owl-dots {
    margin-top: 35px;
    margin-left: 3rem;
}

.evnets__news_wrapper .owl-dot {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border: 1px solid var(--theme-color-500);
    border-radius: 15px;
    transition: .5s;
}

.evnets__news_wrapper .owl-dot.active {
    width: 30px;
    background: var(--theme-color-500);
}

/*** Footer Start ***/
.footer {
    background: var(--theme-color-500);
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 28px;
    color: #fff;
    transition: 0.5s;
	font-size: 14px;
}



.footer .footer-item p 
{
    line-height: 28px;
	font-size: 14px;
}

.footer .footer-item a:hover {
    color: var(--theme-color-200);
}

.footer .footer__icon i {
    font-size: 20px;
}

.footer .footer__icon:hover i {
    color: var(--theme-color-600) !important;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--theme-color-500);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    background:#0A0E96;
}

/*** copyright end ***/


@media screen and (min-width: 992px) {
    .navbar {
        padding: 0;
        line-height: 3rem;
    }

    .navbar .dropdown-menu {
        line-height: initial;
    }

    .dropdown .dropdown-menu {
        display: none;
    }

    .dropdown:hover>.dropdown-menu,
    .dropend:hover>.dropdown-menu {
        display: block;
    }

    .dropdown:hover>.dropdown-menu {
        margin-top: -0.5rem;
    }

    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: -0.5rem;
        left: 100%;
        margin-left: 0;
    }
}



/*** Project Portfolio ***/
#portfolio-filters .btn {
    position: relative;
    display: inline-block;
    margin: 10px 4px 0 4px;
    transition: .5s;
}

#portfolio-filters .btn::after {
    position: absolute;
    content: "";
    right: -1px;
    bottom: -1px;
    border-left: 20px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 50px solid #FFFFFF;
}

#portfolio-filters .btn:hover,
#portfolio-filters .btn.active {
    color: var(--theme-color-50);
    background: var(--theme-color-500);
}

.portfolio-overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 0;
    left: 0;
    background: #1a215f9a;
    transition: .5s;
    z-index: 1;
    opacity: 0;
    /* transform: translateY(30px); */
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-item .portfolio-overlay a {
    transform: translateY(30px);
    transition: .5s all;
}

.portfolio-item:hover .portfolio-overlay a {
    transform: translateY(0px);
}

/* .portfolio-item .btn {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/icon-shape-white.png) center center no-repeat;
    border: none;
    transition: .5s;
    opacity: 0;
    z-index: 2;
} */

.portfolio-item:hover .btn {
    opacity: 1;
    transition-delay: .15s;
}




/*** Service ***/
.portfolio-container .service-item {
    position: relative;
    
    padding: 20px 30px 10px 30px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

@media (min-width: 991px) {
    .portfolio-container .service-item {
        
    }

}

.portfolio-container .service-item:hover {
    /* background: var(--theme-color-500); */
}

.portfolio-container .service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    background: url(../img/icon-shape-primary.png) center center no-repeat;
    transition: .5s;
}

.portfolio-container .service-item:hover .service-icon {
    color: var(--theme-color-100);
    background: url(../img/icon-shape-white.png);
}

.portfolio-container .service-item h5,
.portfolio-container .service-item p {
    transition: .5s;
}

.portfolio-container .service-item:hover h5,
.portfolio-container .service-item:hover p {
    color: var(--theme-color-50);
}

.portfolio-container .service-item a.btn {
    position: relative;
    display: flex;
    color: var(--theme-color-500);
    transition: .5s;
    z-index: 1;
}

.portfolio-container .service-item:hover a.btn {
    color: var(--theme-color-900);
}

.portfolio-container .service-item a.btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: #DDDDDD;
    transition: .5s;
    z-index: -1;
}

.portfolio-container .service-item:hover a.btn::before {
    /* width: 100%; */
    background: var(--theme-color-50);
}

.office-hours-table tr {
    margin-bottom: 1em;
    display: table;
}



.timeline ul {
    --row-gap: 2rem;
    --line-w: 0.25rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: 2rem;
    list-style: none;
    width: min(90rem, 90%);
    margin-inline: auto;
}

/* line */
.timeline ul::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 20;
    background: rgb(225, 225, 225);
    border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
.timeline ul li:not(:last-child) {
    margin-bottom: var(--row-gap);
}

/* card */
.timeline ul li {
    grid-column: 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    grid-row: span 2;

    display: grid;
    grid-template-rows: min-content min-content min-content;
}

/* date */
.timeline ul li .date {
    --dateH: 3rem;
    height: var(--dateH);
    margin-inline: calc(var(--inlineP) * -1);

    text-align: center;
    background-color: var(--accent-color);

    color: white;
    font-size: 1.25rem;
    font-weight: 700;

    display: grid;
    place-content: center;
    position: relative;

    border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
.timeline ul li .date::before {
    content: "";
    width: var(--inlineP);
    aspect-ratio: 1;
    background: var(--accent-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
    position: absolute;
    top: 100%;

    clip-path: polygon(0 0, 100% 0, 0 100%);
    right: 0;
}

/* circle */
.timeline ul li .date::after {
    content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1;
    background: var(--bgColor);
    border: 0.3rem solid var(--accent-color);
    border-radius: 50%;
    top: 50%;

    transform: translate(50%, -50%);
    right: calc(100% + 2rem + var(--line-w) / 2);
}

/* title descr */
.timeline ul li .title,
.timeline ul li .descr {
    background: var(--bgColor);
    position: relative;
    padding-inline: 1.5rem;
}

.timeline ul li .title {
    overflow: hidden;
    padding-block-start: 1.5rem;
    padding-block-end: 1rem;
    font-size: 16px;
    font-weight: 700;
}

.timeline ul li .descr {
    padding-block-end: 1.5rem;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
}

/* shadows */
.timeline ul li .title::before,
.timeline ul li .descr::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    border-radius: 50%;
    filter: blur(4px);
    transform: translate(-50%, 50%);
}

.timeline ul li .title::before {
    bottom: calc(100% + 0.125rem);
}

.timeline ul li .descr::before {
    z-index: -1;
    bottom: 0.25rem;
}

@media (min-width: 40rem) {
    .timeline ul {
        grid-template-columns: 1fr var(--line-w) 1fr;
    }

    .timeline ul::before {
        grid-column: 2;
    }

    .timeline ul li:nth-child(odd) {
        grid-column: 1;
    }

    .timeline ul li:nth-child(even) {
        grid-column: 3;
    }

    /* start second card */
    .timeline ul li:nth-child(2) {
        grid-row: 2/4;
    }

    .timeline ul li:nth-child(odd) .date::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%);
        left: 0;
    }

    .timeline ul li:nth-child(odd) .date::after {
        transform: translate(-50%, -50%);
        left: calc(100% + 2rem + var(--line-w) / 2);
    }

    .timeline ul li:nth-child(odd) .date {
        border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
    }
}

.credits {
    margin-top: 1rem;
    text-align: right;
}

.credits a {
    color: var(--color);
}

#iw_container .iw_title {
	font-size: 16px;
	font-weight: bold;
}
.iw_content {
	padding: 5px 5px 5px 0;
	font-size: 13px;
	color:#003399;
	line-height: 20px;
	text-align:left;
}

.breadcrumb-item.active
{
	color:#FFFFD8 !important;
}

.datetext 
{
	font-size: 14px;
	color:#E90101;
}