/*---------------------------
      Table of Contents
    -------------------------

    01- Global Styles
    02- Helper Classes
    03- Background & Colors
    04- Typography
    05- page title 
    06- Buttons
    07- Forms
    08- Tabs
    09- Icons
    10- Breadcrumb
    11- Pagination
    12- Lists
    13- Animations
    14- Alerts
    16- Carousel
    17- Preloader
    18- Header & Navbar 
    19- Accordions
    20- Banners
    21- Footer
    22- Call to Action
    23- Carousel 
    24- Slider
    26- Video
    27- Features
    28- Fancybox
    29- Team
    30- Testimonials
    31- Clients
    32- Blog
    33- Contact
    34- Pricing
    35- Sidebar
    36- About
    36- Services
    37- Gallery
    38- Shop
    39- Work Process

----------------------------*/
/*-------------------------- 
      Global Styles
---------------------------*/
html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #848e9f;
    overflow-x: hidden;
}

::-moz-selection {
    background-color: #015d8e;
    color: #ffffff;
}

::selection {
    background-color: #015d8e;
    color: #ffffff;
}

a {
    color: #015d8e;
    transition: color 0.3s ease;
}

a:hover {
    color: #00BDE0;
    text-decoration: none;
}

section {
    position: relative;
    padding-top: 110px;
    padding-bottom: 110px;
}

img {
    max-width: 100%;
}

/*-------------------------
     RESET Default Styles
 --------------------------*/
* {
    outline: none;
}

button {
    padding: 0;
    border: none;
    background-color: transparent;
}

select {
    background-color: transparent;
}

button,
button:focus,
.form-control,
.form-control:focus {
    outline: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

textarea {
    resize: none;
}

.svg-pathes {
    position: absolute;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 576px) and (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 991px) {

    html,
    body {
        overflow-x: hidden;
    }
}

/*----------------------------
      Helper Classes
----------------------------*/
.sticky-top {
    z-index: 500;
}

.row-gutter-0 {
    margin-left: 0;
    margin-right: 0;
}

.row-gutter-0 > [class*=col] {
    padding-right: 0;
    padding-left: 0;
}

.fz-13 {
    font-size: 13px !important;
}

.fz-14 {
    font-size: 14px !important;
}

.fz-16 {
    font-size: 16px !important;
}

.fz-17 {
    font-size: 17px !important;
}

.fz-25 {
    font-size: 25px !important;
}

.font-secondary {
    font-family: "Roboto", sans-serif;
}

.align-v {
    display: flex !important;
    align-items: center !important;
}

.align-v-h {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.border-top {
    border-top: 1px solid #e7ebef !important;
}

.border-bottom {
    border-bottom: 1px solid #e7ebef !important;
}

/*  margin Top */
.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

/* Margin Bottom */
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

/* Margin Right */
.mr-0 {
    margin-right: 0 !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

/* Margin Left */
.ml-0 {
    margin-left: 0 !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mx-80 {
    margin-right: 80px;
    margin-left: 80px;
}

/* padding Top */
.pb-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

.pt-130 {
    padding-top: 130px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pt-170 {
    padding-top: 170px !important;
}

/*  Padding Bottom */
.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pb-130 {
    padding-bottom: 130px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.pb-170 {
    padding-bottom: 170px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pb-220 {
    padding-bottom: 220px !important;
}

/* padding Right */
.pr-0 {
    padding-right: 0 !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

/* padding Left */
.pl-0 {
    padding-left: 0 !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

@media (max-width: 992px) {
    .mt-30 {
        margin-top: 20px !important;
    }

    .mt-40 {
        margin-top: 20px !important;
    }

    .mt-50 {
        margin-top: 25px !important;
    }

    .mt-60 {
        margin-top: 30px !important;
    }

    .mt-70 {
        margin-top: 35px !important;
    }

    .mt-80 {
        margin-top: 40px !important;
    }

    .mt-100 {
        margin-top: 50px !important;
    }

    .mb-30 {
        margin-bottom: 15px !important;
    }

    .mb-40 {
        margin-bottom: 20px !important;
    }

    .mb-50 {
        margin-bottom: 25px !important;
    }

    .mb-60 {
        margin-bottom: 30px !important;
    }

    .mb-70 {
        margin-bottom: 35px !important;
    }

    .mb-80 {
        margin-bottom: 40px !important;
    }

    .mb-90 {
        margin-bottom: 45px !important;
    }

    .mb-100 {
        margin-bottom: 50px !important;
    }

    /* Margin Right */
    .mr-30 {
        margin-right: 15px !important;
    }

    .mr-40 {
        margin-right: 20px !important;
    }

    .mr-50 {
        margin-right: 25px !important;
    }

    /* Margin Left */
    .ml-30 {
        margin-left: 15px !important;
    }

    .ml-40 {
        margin-left: 20px !important;
    }

    .ml-50 {
        margin-left: 25px !important;
    }

    /* padding Top */
    .pt-30 {
        padding-top: 15px !important;
    }

    .pt-40 {
        padding-top: 20px !important;
    }

    .pt-50 {
        padding-top: 25px !important;
    }

    .pt-60 {
        padding-top: 30px !important;
    }

    .pt-70 {
        padding-top: 35px !important;
    }

    .pt-80 {
        padding-top: 40px !important;
    }

    .pt-90 {
        padding-top: 45px !important;
    }

    .pt-100 {
        padding-top: 50px !important;
    }

    .pt-110 {
        padding-top: 55px !important;
    }

    .pt-120 {
        padding-top: 60px !important;
    }

    .pt-130 {
        padding-top: 70px !important;
    }

    .pt-140 {
        padding-top: 70px !important;
    }

    .pt-150 {
        padding-top: 75px !important;
    }

    .pt-160 {
        padding-top: 80px !important;
    }

    .pt-170 {
        padding-top: 85px !important;
    }

    /*  Padding Bottom */
    .pb-30 {
        padding-bottom: 15px !important;
    }

    .pb-40 {
        padding-bottom: 20px !important;
    }

    .pb-50 {
        padding-bottom: 25px !important;
    }

    .pb-60 {
        padding-bottom: 30px !important;
    }

    .pb-70 {
        padding-bottom: 35px !important;
    }

    .pb-80 {
        padding-bottom: 40px !important;
    }

    .pb-90 {
        padding-bottom: 45px !important;
    }

    .pb-100 {
        padding-bottom: 50px !important;
    }

    .pb-110 {
        padding-bottom: 55px !important;
    }

    .pb-120 {
        padding-bottom: 60px !important;
    }

    .pb-130 {
        padding-bottom: 65px !important;
    }

    .pb-140 {
        padding-bottom: 70px !important;
    }

    .pb-150 {
        padding-bottom: 75px !important;
    }

    .pb-160 {
        padding-bottom: 80px !important;
    }

    .pb-170 {
        padding-bottom: 85px !important;
    }
}

@media (max-width: 991px) {
    .order-1-md {
        order: 1;
    }

    .order-2-md {
        order: 2;
    }
}

/* Medium Devices */
@media (min-width: 768px) and (max-width: 991px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/*-------------------------
   Background & Colors
--------------------------*/
/* Colors */
.color-white {
    color: #ffffff !important;
}

.color-white-hover:hover {
    color: #ffffff !important;
}

.color-gray {
    color: #f9f9f9 !important;
}

.color-dark {
    color: #222222 !important;
}

.color-primary {
    color: #031B4E !important;
}

.color-secondary {
    color: #00BDE0 !important;
}

.color-heading {
    color: #031B4E !important;
}

.color-body {
    color: #848e9f !important;
}

/* backgrounds */
.bg-transparent {
    background-color: transparent;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-gray {
    background-color: #f9f9f9 !important;
}

.bg-dark {
    background-color: #222222 !important;
}

.bg-heading {
    background-color: #031B4E !important;
}

.bg-primary {
    background-color: #031B4E !important;
}

.bg-secondary {
    background-color: #00BDE0 !important;
}

.bg-light-blue {
    background-color: #3851a2 !important;
}

.bg-pink {
    background-color: #fff2f2;
}

.bg-img {
    position: relative;
    z-index: 1;
}

.background-size-auto {
    background-size: auto !important;
}

.bg-parallax {
    background-attachment: fixed;
}

.bg-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 7, 49, 0.2);
}

.bg-overlay-2:before {
    background-color: rgba(27, 26, 26, 0.15);
}

.bg-overlay-3:before {
    background-color: rgba(27, 26, 26, 0.05);
}

.bg-overlay-4:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(15, 89, 145, 0.8);
}

.bg-overlay-gradient:before {
    background-color: transparent;
    opacity: 0.65;
    background-image: linear-gradient(180deg, #010711 0%, rgba(27, 26, 26, 0.65) 34%);
}

.bg-overlay-secondary:before {
    background-color: rgba(244, 87, 46, 0.93);
}

.bg-overlay-primary:before {
    background-color: rgba(46, 49, 146, 0.9);
}

.bg-overlay-primary-gradient:before {
    opacity: 0.95;
    background-color: #031B4E;
    background-image: linear-gradient(90deg, rgba(3, 28, 78, 0) 0%, rgba(37, 39, 117, 0) 0%, rgb(3, 28, 78) 80%);
}

.bg-overlay-secondary-gradient:before {
    opacity: 0.95;
    background-color: transparent;
    background-image: linear-gradient(180deg, #061733 19%, #061733 71%);
}

.bg-overlay-blue-gradient:before {
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(56, 81, 162, 0.9019607843) 21%, #263B72 86%);
}

/*-------------------------
   Typography
--------------------------*/
h1,
h2,
h3 {
    color: #031B4E;
    font-family: "Titillium Web", sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
}

p {
    line-height: 1.75;
    margin-bottom: 15px;
}

h1 {
    font-size: 52px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 38px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
}

.heading-subtitle {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #00BDE0;
    margin-bottom: 12px;
}

.heading-title {
    font-size: 37px;
    margin-bottom: 20px;
}

.heading-title .underlined-text {
    border-bottom: 4px solid #031B4E;
}

.heading-desc {
    font-size: 16px;
    margin-bottom: 0;
}

.heading-layout2 .heading-title {
    font-size: 40px;
    text-transform: none;
}

.heading-layout3 .heading-title {
    font-size: 50px;
}

.heading-layout-contact .heading-title {
    font-size: 50px !important;
    text-transform: none;
    line-height: 1.1em;
    font-weight: 700 !important;
}

.heading-layout-contact .discription {
    font-size: 24px;
    text-transform: none;
    line-height: 1.2em !important;
    font-weight: 500;
    margin-bottom: 40px;
}

.btncontact {
    min-width: 160px;
    padding: 20px 40px;
    font-size: 20px;
    background-color: #36AB6D;
    border-radius: 15px !important;
    color: #fff;
}

.btncontact:hover {
    background-color: #1A466F !important;
    color: #fff !important;
}

.vhours p {
    font-size: 18px !important;
    line-height: 1.5em !important;
    font-weight: 400;
}

.contact-social-icons ul li {
    list-style: none !important;
    list-style-type: none !important;
}

.contact-sideimg {
    max-width: 300px;
    text-align: right !important;
    float: right;
}

.box-contact {
    background-color: #FFF;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.08);
    transition: all 0.3s ease;
}

.box-contact .box-title {
    font-size: 24px !important;
    margin-bottom: 10px;
    color: #031B4E;
}

.box-contact .box-title i {
    font-size: 24px;
    color: #00BDE0;
}

.box-contact .discription {
    font-size: 16px !important;
    text-transform: none;
    line-height: 1.6em !important;
    font-weight: 400;
}

.heading-light .heading-subtitle {
    color: #c1c3ec;
}

.heading-light .heading-title {
    color: #ffffff;
}

.heading-light .heading-desc {
    color: #f9f9f9;
}

.text-block-title {
    font-size: 24px;
    margin-bottom: 14px;
}

.text-block-desc {
    font-size: 16px;
}

.text-link {
    font-size: 14px;
    font-weight: 700;
}

.text-link a:not(.btn) {
    padding-bottom: 2px;
    border-bottom: 2px solid #031B4E;
}

.text-link a:not(.btn).color-secondary {
    border-bottom-color: #00BDE0;
}

.text-link:hover a:not(.btn) {
    color: #00BDE0;
    border-bottom-color: #00BDE0;
}

.text-link:hover a:not(.btn).color-secondary {
    color: #031B4E;
    border-bottom-color: #031B4E;
}

.underlined-text,
.underlined-text-secondary {
    padding-bottom: 2px;
    border-bottom: 2px solid;
}

.underlined-text {
    border-bottom-color: #031B4E;
}

.underlined-text-secondary {
    border-bottom-color: #00BDE0;
}

@media (max-width: 992px) {
    .heading-title {
        font-size: 30px;
    }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
    .heading-title {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .heading-subtitle,
    .text-link {
        font-size: 15px;
    }

    .heading-desc {
        font-size: 15px;
    }

    .heading-layout2 .heading-title {
        font-size: 30px;
    }

    .text-block-desc {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

/*-------------------------
    page title 
-------------------------*/
.header-transparent + .page-title {
    margin-top: -135px;
}

.pagetitle-subheading {
    color: #031B4E;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
}

.pagetitle-heading {
    font-size: 35px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 20px;
}

.pagetitle-desc {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
}

[class*=page-title] .breadcrumb-item a {
    font-weight: 700;
}

[class*=page-title] .breadcrumb-item a,
[class*=page-title] .breadcrumb-item + .breadcrumb-item::before {
    color: #031B4E;
}

[class*=page-title] .breadcrumb-item.active {
    color: #848e9f;
}

[class*=page-title] .btn,
[class*=page-title] .video-btn {
    margin-top: 32px;
}

[class*=page-title] .btn:not(.btn-xl) {
    min-width: 200px;
}

[class*=page-title].bg-overlay:before {
    opacity: 0.5;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgb(29, 42, 77) 0%, rgba(255, 255, 255, 0) 70%);
}

[class*=page-title].bg-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(13, 14, 67, 0.15);
}

.page-title-light .pagetitle-heading,
.page-title-light .breadcrumb-item a,
.page-title-light .breadcrumb-item.active,
.page-title-light .breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
}

.page-title-light .pagetitle-desc {
    color: #f9f9f9;
}

.page-title-layout1 {
    background-color: #005d8d;
    padding-left: 70px;
    ;
}

@media (min-width: 320px) and (max-width: 767px) {
    .page-title-layout1 {
        padding-left: 10px !important;
    }
}

.page-title-layout1 {
    padding-top: 0px;
}

.page-title-layout2,
.page-title-layout3 {
    padding-top: 200px;
    margin-top: -150px;
}

.page-title-layout1 .breadcrumb-area,
.page-title-layout2 .breadcrumb-area,
.page-title-layout3 .breadcrumb-area {
    margin-top: 0px;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.page-title-layout3 {
    padding-top: 150px;
}

.page-title-layout3 .pagetitle-heading {
    font-size: 47px;
    font-weight: 600;
    line-height: 1.3;
}

.page-title-layout3 .pagetitle-categorey {
    display: inline-block;
    border-radius: 3px;
    padding: 2px 10px;
    background-color: #00BDE0;
}

.page-title-layout3 .pagetitle-categorey a {
    position: relative;
    color: #ffffff;
    margin-right: 3px;
    padding-right: 3px;
}

.page-title-layout3 .pagetitle-categorey a:after {
    content: ",";
    position: absolute;
    top: 0;
    right: -2px;
    color: #ffffff;
}

.page-title-layout3 .pagetitle-categorey a:last-child {
    margin-right: 0;
    padding-right: 0;
}

.page-title-layout3 .pagetitle-categorey a:last-child:after {
    display: none;
}

.page-title-layout3 .pagetitle-categorey a:hover {
    color: #031B4E;
}

.page-title-layout4 .breadcrumb-area {
    padding: 22px 0;
    margin-bottom: 70px;
    border-bottom: 1px solid rgba(132, 142, 159, 0.25);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pagetitle-heading {
        font-size: 60px;
    }

    .pagetitle-desc {
        font-size: 16px;
    }
}

@media (max-width: 991px) {

    .page-title-layout2,
    .page-title-layout3 {
        padding-top: 60px;
    }

    .page-title-layout2 .breadcrumb-area,
    .page-title-layout3 .breadcrumb-area {
        margin-top: 70px;
        padding: 15px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
    }

    .pagetitle-heading {
        font-size: 35px;
        line-height: 1.3;
    }

    .pagetitle-desc {
        font-size: 15px;
        font-weight: 400;
    }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
    .pagetitle-desc {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .pagetitle-heading {
        font-size: 30px !important;
        line-height: 1.2;
        margin-bottom: 20px;
    }
}

/*--------------------
   Buttons
---------------------*/
.btn {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 700;
    min-width: 195px;
    height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    transition: all 0.3s linear;
}

.btn:not(.btn-link),
.btn:not(.btn-rounded) {
    -webkit-clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 0);
}

.btn:focus,
.btn.active,
.btn:active {
    box-shadow: none;
    outline: none;
}

.btn span,
.btn i {
    margin: 0 5px;
}

.btn .icon-filled {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    transition: all 0.3s linear;
}

.btn-outlined:before {
    content: "";
    position: absolute;
    top: 1px;
    right: 0;
    border-right: solid 3px transparent;
    width: 30px;
    height: 30px;
    transform: rotate(-45deg);
    transition: all 300ms ease-in-out;
}

.btn-primary {
    color: #ffffff;
    background-color: #031B4E;
}

.btn-primary .icon-outlined {
    color: #00BDE0;
    border: 1px solid #031B4E;
    color: #031B4E;
    background-color: #ffffff;
}

.btn-primary .icon-filled {
    color: #ffffff;
    background-color: #031B4E;
}

.btn-primary:hover {
    color: #ffffff;
}

.btn-primary:hover .icon-outlined {
    color: #00BDE0;
    background-color: #ffffff;
}

.btn-primary:hover .icon-filled {
    color: #ffffff;
    background-color: #00BDE0;
}

.btn-primary.btn-outlined {
    color: #031B4E;
    background-color: transparent;
    border: 2px solid #031B4E;
}

.btn-primary.btn-outlined:hover {
    color: #ffffff;
    background-color: #031B4E;
}

.btn-primary-style2:hover {
    color: #031B4E !important;
    background-color: #ffffff !important;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(.btn-outlined):hover {
    color: #ffffff;
    border-color: #00BDE0;
    background-color: #00BDE0;
}

.btn-secondary {
    color: #ffffff;
    background-color: #00BDE0;
}

.btn-secondary .icon-filled {
    color: #ffffff;
    background-color: #031B4E;
}

.btn-secondary:hover {
    color: #ffffff;
}

.btn-secondary:hover .icon-filled {
    background-color: #00BDE0;
}

.btn-secondary.btn-outlined {
    color: #00BDE0;
    background-color: transparent;
    border: 2px solid #00BDE0;
}

.btn-secondary.btn-outlined:hover {
    color: #ffffff;
    background-color: #00BDE0;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:not(.btn-link):hover,
.btn-secondary:not(.btn-outlined):hover {
    color: #ffffff;
    border-color: #031B4E;
    background-color: #031B4E;
}

.btn-secondary-style2:active,
.btn-secondary-style2:focus,
.btn-secondary-style2:not(.btn-outlined):hover {
    color: #00BDE0;
    background-color: #ffffff;
}

.btn-white {
    color: #00BDE0;
    background-color: #ffffff;
}

.btn-white:active,
.btn-white:focus {
    color: #00BDE0;
    border-color: #ffffff;
    background-color: #ffffff;
}

.btn-white:hover {
    color: #ffffff;
    background-color: #00BDE0;
}

.btn-white.btn-outlined {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
}

.btn-white.btn-outlined:before {
    border-right-color: #ffffff;
}

.btn-white.btn-outlined:hover {
    color: #031B4E;
    background-color: #ffffff;
}

.btn-white-style2 {
    color: #031B4E;
    background-color: #ffffff;
}

.btn-white-style2:hover {
    color: #ffffff;
    background-color: #031B4E;
}

.btn-light {
    color: #00BDE0;
    background-color: #6d6fb3;
}

.btn-light:active,
.btn-light:focus {
    color: #00BDE0;
    border-color: #6d6fb3;
    background-color: #6d6fb3;
}

.btn-light:hover {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #00BDE0;
}

.btn-light.btn-outlined {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #6d6fb3;
}

.btn-light.btn-outlined:before {
    border-right-color: #6d6fb3;
}

.btn-light.btn-outlined:hover {
    color: #031B4E;
    border-color: #ffffff;
    background-color: #ffffff;
}

.btn-light.btn-outlined:hover:before {
    border-right-color: #ffffff;
}

.btn-outlined {
    background-color: transparent;
}

.btn-link {
    background-color: transparent;
    border-color: transparent;
    min-width: 0;
    height: auto;
    padding: 0;
    border: 0 !important;
    border-radius: 0;
    -webkit-clip-path: none !important;
    clip-path: none !important;
}

.btn-link:focus,
.btn-link:active {
    background-color: transparent;
}

.btn-link.btn-icon {
    height: auto;
    line-height: 1;
    padding: 0;
}

.btn-link.btn-primary {
    color: #031B4E;
}

.btn-link.btn-primary-style2:hover {
    color: #ffffff !important;
}

.btn-link.btn-primary.btn-underlined {
    padding-bottom: 3px;
    border-bottom: 2px solid #031B4E;
}

.btn-link.btn-primary:hover {
    color: #00BDE0;
    background-color: transparent;
}

.btn-link.btn-secondary {
    color: #00BDE0;
}

.btn-link.btn-secondary:hover {
    color: #031B4E;
    background-color: transparent;
}

.btn-link.btn-white {
    color: #ffffff;
}

.btn-link.btn-white.btn-underlined {
    padding-bottom: 3px;
    border-bottom: 2px solid #ffffff;
}

.btn-link.btn-white:hover {
    color: #00BDE0;
}

.btn-link.btn-white:hover.btn-underlined {
    border-color: #00BDE0;
}

.btn-block {
    width: 100%;
}

.btn-icon {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.btn-icon i,
.btn-icon span {
    margin: 0 5px;
}

.btn-social {
    height: 54px;
    line-height: 54px;
    width: 54px;
    min-width: 0 !important;
    font-weight: 400;
    color: #ffffff;
    border-radius: 3px;
}

.btn-facebook {
    background-color: #4267b2;
}

.btn-twitter {
    background-color: #1da0f0;
}

.btn-google-plus {
    background-color: #ea4335;
}

.btn-lg {
    min-width: 200px;
}

.btn-xl {
    height: 70px;
    line-height: 70px;
    min-width: 250px;
}

.btn-xl i,
.btn-xl span {
    margin: 0 7px;
}

.btn-xhight {
    height: 70px;
    line-height: 68px;
}

.btn-rounded {
    border-radius: 50px;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
    .btn:not(.btn-link) {
        font-size: 13px;
        min-width: 120px;
        height: 55px;
    }

    .btn-icon {
        padding: 0 10px;
    }

    .btn-xl {
        height: 55px;
        min-width: 150px;
    }

    .btn {
        text-transform: capitalize;
        position: relative;
        z-index: 1;
        font-size: 15px;
        font-weight: 700;
        min-width: 195px;
        height: 40px !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 20px;
        border: 0;
        border-radius: 3px;
        overflow: hidden;
        transition: all 0.3s linear;
    }
}

/*---------------------------
        Forms
----------------------------*/
label {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    color: #031B4E;
}

label.error {
    color: red;
    font-size: 14px;
    font-weight: 400;
    margin: 7px 0 0 0;
}

.form-group {
    position: relative;
    margin-bottom: 10px;
}

.form-control {
    font-size: 14px;
    height: 60px;
    padding: 0 20px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 2px solid #e6e8eb;
}

.form-control:focus {
    border-color: #031B4E;
    background-color: #ffffff;
}

.form-control::-webkit-input-placeholder {
    color: #26365e;
}

.form-control:-moz-placeholder {
    color: #26365e;
}

.form-control::-moz-placeholder {
    color: #26365e;
}

.form-control:-ms-input-placeholder {
    color: #26365e;
}

.custom-control {
    display: flex;
    align-items: center;
}

textarea.form-control {
    min-height: 120px;
    padding-top: 16px;
}

.form-title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
}

.checkbox-controls .custom-checkbox {
    margin-right: 30px;
    margin-bottom: 13px;
}

.checkbox-controls .custom-checkbox label {
    color: #848e9f;
}

/* Input Radio */
.label-radio {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    color: #848e9f;
}

.label-radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.radio-indicator {
    position: absolute;
    top: -1px;
    left: 0;
    height: 17px;
    width: 17px;
    background: transparent;
    border: 2px solid #eaeaea;
    border-radius: 50%;
}

.label-radio input:checked ~ .radio-indicator {
    background: transparent;
}

.label-radio:hover input:not([disabled]):checked ~ .radio-indicator,
.label-radio input:checked:focus ~ .radio-indicator {
    background: transparent;
}

.radio-indicator:after {
    content: "";
    position: absolute;
    display: none;
    left: 3px;
    top: 3px;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #031B4E;
}

.label-radio input:checked ~ .radio-indicator:after {
    display: block;
}

.custom-control-label {
    font-weight: 400;
}

.custom-control-label:before {
    position: absolute;
    top: -2px;
    left: -1.5rem;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #e7ebef;
    border-radius: 0;
}

.custom-control-label:after {
    position: absolute;
    top: 2px;
    left: -20px;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
    border-radius: 1px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    background-color: #00BDE0;
    width: 8px;
    height: 8px;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: transparent;
    border-color: transparent;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border: 1px solid #031B4E !important;
    background-color: transparent;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

input[type=checkbox],
input[type=radio] {
    box-shadow: none !important;
}

.nice-select {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 2px;
    margin-bottom: 30px;
}

.nice-select .list {
    width: 100%;
}

.nice-select .current,
.nice-select .option {
    color: #848e9f;
}

.form-group select option {
    padding-top: 15px !important;
    margin-top: 15px !important;
    line-height: 1.5em !important;
}

.form-group select {
    height: 40px;
    /* set a fixed height */
    line-height: 40px;
    /* match line-height to height */
    padding: 0 10px;
    /* horizontal padding only */
    vertical-align: middle;
    /* helps in some browsers */
}

.form-group select option {
    line-height: 40px;
    /* vertically center text in dropdown */
    padding: 10px;
    /* optional: spacing inside each option */
}

.form-group-icon {
    position: absolute;
    top: 23px;
    left: 23px;
    z-index: 2;
    color: #d7d8da;
    pointer-events: none;
}

.form-group-icon + .form-control,
.form-group-icon + select + .form-control {
    padding-left: 45px;
}

.form-group-icon + .form-control[type=date],
.form-group-icon + .form-control[type=time] {
    padding: 0 15px;
}

.form-group-date .form-group-icon {
    top: 22px;
    left: auto;
    right: 14px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
}

::-webkit-inner-spin-button,
::-webkit-calendar-picker-indicator {
    opacity: 0;
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 767px) {

    .form-group,
    .nice-select {
        margin-bottom: 20px;
    }
}

/*--------------------
    Tabs
--------------------*/
.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    display: block;
    position: relative;
    padding-bottom: 10px;
    margin: 0 30px 0 0;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1;
    font-size: 16px;
    color: #031B4E;
}

.nav-tabs .nav-link:last-of-type {
    margin-right: 0;
}

.nav-tabs .nav-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #00BDE0;
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 50%;
    transition: transform 2s cubic-bezier(0.2, 1, 0.3, 1);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    color: #00BDE0;
}

.nav-tabs .nav-link.active:after,
.nav-tabs .nav-link:hover:after {
    transform: scale3d(1, 1, 1);
    transform-origin: 0 50%;
}

.nav-tabs-white .nav-link {
    color: #ffffff;
}

.nav-tabs-white .nav-link.active,
.nav-tabs-white .nav-link:hover {
    color: #ffffff;
}

.nav-tabs-white .nav-link:after {
    background-color: #fff;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
    .nav-tabs .nav-link {
        font-size: 13px;
        margin: 0 15px 0 0;
    }

    .nav-tabs .nav-link:after {
        bottom: 4px;
    }
}

/*------------------- 
    Icons
------------------*/
.social-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
}

.social-icons li {
    margin-right: 10px;
}

.social-icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #dfdfea inset;
    transition: all 0.4s linear;
}

.social-icons li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 12px;
    color: #ffffff;
    background-color: #031B4E;
    transition: all 0.4s linear;
}

.social-icons li a:hover {
    background-color: #00BDE0;
    box-shadow: 0 0 0 2px #00BDE0 inset;
}

.social-icons li a:hover i {
    color: #00BDE0;
    background-color: #ffffff;
}

.social-icons li:last-of-type {
    margin-right: 0;
}

.icon-arrow-right {
    font-size: 65%;
}

.plus-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 700;
    margin-right: 3px;
    font-style: normal;
    color: #ffffff;
    background-color: #031B4E;
    transition: all 0.3s linear;
}

.rating .active {
    color: #00BDE0;
}

/*-------------------------
    Breadcrumb
--------------------------*/
.breadcrumb {
    padding: 0;
    background-color: transparent;
}

.breadcrumb-item {
    position: relative;
    font-size: 16px;
    color: #FFFFFF;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {

    .breadcrumb-item a,
    .breadcrumb-item + .breadcrumb-item {
        font-size: 12px;
    }
}

/*----------------------
    Pagination
-----------------------*/
.pagination li {
    margin-right: 10px;
}

.pagination li:last-child {
    margin-right: 0;
}

.pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    width: 58px;
    height: 58px;
    color: #ffffff;
    background-color: #031B4E;
    transition: all 0.3s linear;
}

.pagination li a:hover,
.pagination li a.current {
    background-color: #00BDE0;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
    .pagination li a {
        font-size: 16px;
        width: 35px;
        height: 35px;
    }
}

/*-------------------
    lists
-------------------*/
.contact-list li {
    font-size: 15px !important;
    margin-bottom: 5px;
}

.contact-list li:last-child {
    margin-bottom: 0;
}

.contact-list li a {
    color: #848e9f;
}

.list-items li {
    position: relative;
    padding-left: 27px;
    font-weight: 700;
    margin-bottom: 9px;
}

@media (max-width: 1370px) {
    .contact-list li a {
        padding: 0px;
    }
}

.list-items li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 9px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    color: #031B4E;
}

.list-items li:last-of-type {
    margin-bottom: 0;
}

.list-horizontal {
    display: flex;
    flex-wrap: wrap;
}

.list-horizontal li {
    flex: 0 0 50%;
    max-width: 50%;
}

@media (max-width: 992px) {
    .list-horizontal {
        flex-direction: column;
    }

    .list-horizontal li {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 767px) {
    .list-items li {
        font-size: 14px;
    }

    .list-horizontal li {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*------------------------
    Animations
-----------------------*/
@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes slideTopDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-6px);
    }
}

@keyframes slideTopDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-6px);
    }
}

@-webkit-keyframes headerAnimation {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes headerAnimation {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes zoomOut {
    50% {
        transform: scale(1.1);
    }
}

@keyframes zoomOut {
    50% {
        transform: scale(1.1);
    }
}

/*------------------------
    Alerts
--------------------------*/
.alert-primary {
    padding: 30px;
    border-radius: 15px;
    color: #031B4E;
    border-color: transparent;
    background-color: #fff2f2;
}

.alert-primary .alert-title {
    font-size: 19px;
}

.alert-info {
    padding: 27px;
    color: #848e9f;
    border-color: #eef7ff;
    background-color: #eef7ff;
}

/*----------------------
    Carousel
-----------------------*/
.slick-list {
    margin: 0 -10px;
}

.slick-slide {
    margin: 0 10px;
}

.m-slides-0 .slick-list {
    margin: 0;
}

.m-slides-0 .slick-slide {
    margin: 0;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    width: 60px;
    height: 60px;
    font-size: 0;
    border-radius: 50%;
    transition: all 0.3s linear;
    transform: translateY(-50%);
}

.slick-arrow:before {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "icomoon";
    font-size: 16px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #031B4E;
    transition: all 0.3s linear;
}

.slick-arrow:hover {
    box-shadow: 0 0 0 2px #dfdfea inset;
}

.slick-arrow:hover:before {
    background-color: #00BDE0;
}

.slick-arrow.slick-next {
    right: 0;
}

.slick-arrow.slick-next:before {
    content: "\e907";
}

.slick-arrow.slick-prev {
    left: 0;
}

.slick-arrow.slick-prev:before {
    content: "\e905";
}

.slick-dots {
    list-style: none;
    position: relative;
    z-index: 2;
    padding: 0;
    text-align: center;
    margin-bottom: 0;
}

.slick-dots li {
    display: inline-flex;
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    transition: all 0.3s linear;
}

.slick-dots li button {
    display: block;
    font-size: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    background-color: #031B4E;
    transition: all 0.2s linear;
}

.slick-dots li.slick-active button {
    background-color: #00BDE0;
    box-shadow: 0 0 0 5px rgba(244, 87, 46, 0.15);
}

.carousel-dots-light .slick-dots li button {
    background-color: #ffffff;
}

.carousel-dots-light .slick-dots li.slick-active button {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
}


/* preloader heart */
/*
.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: var(--white-color)
}

.preloader .th-btn {
    padding: 15px 20px;
    border-radius: 0;
    font-size: 14px
}

.preloader-inner {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1
}

.preloader-inner img {
    display: block;
    margin: 0 auto 0 auto
}

.heart-rate {
    width: 170px;
    height: 73px;
    position: relative;
    margin: 20px auto
}

.heart-rate .fade-in {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    right: 0;
    -webkit-animation: heartRateIn 2.5s linear infinite;
    animation: heartRateIn 2.5s linear infinite
}

.heart-rate .fade-out {
    position: absolute;
    width: 120%;
    height: 100%;
    background-color: #fff;
    top: 0;
    right: -120%;
    -webkit-animation: heartRateOut 2.5s linear infinite;
    animation: heartRateOut 2.5s linear infinite
}
*/


.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader .loading {
    position: relative;
    width: 80px;
    height: 80px;
}

/*
.preloader .loading span {
  position: absolute;
  width: 64px;
  height: 64px;
  border: 5px solid #031B4E;
  border-radius: 50%;
  -webkit-animation: rotating 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: rotating 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #031B4E transparent transparent transparent;
}
.preloader .loading span:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}
.preloader .loading span:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.preloader .loading span:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}
*/

/* Rotating Animation */
@-webkit-keyframes rotating {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*----------------------------
      Navbar & Header
-----------------------------*/
.header {
    position: relative;
    z-index: 1000;
}

/* Navbar */
.navbar {
    padding: 0;
    height: 100px;
    max-height: 100px;
    /*  dropdown-menu  */
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-large {
    position: relative;
    height: 100px;
}

/*
header.page .navbar > .container-fluid {
max-width: 1540px !important;
}
*/

.navbar .navbar-brand {
    padding: 0;
    margin: 0;
    line-height: 100px;
}

.navbar .logo-light {
    display: none;
}

.navbar .navbar-toggler {
    padding: 0;
    border: none;
    border-radius: 0;
    width: 33px;
    position: relative;
    z-index: 99;
}

.navbar .navbar-toggler .menu-lines {
    display: inline-block;
}

.navbar .navbar-toggler .menu-lines:before,
.navbar .navbar-toggler .menu-lines:after {
    content: "";
    position: absolute;
    left: 0;
    width: 33px;
    height: 2px;
    display: inline-block;
    background-color: #00BDE0;
    transition: 0.3s ease;
}

.navbar .navbar-toggler .menu-lines:before {
    top: 0;
}

.navbar .navbar-toggler .menu-lines:after {
    top: 12px;
}

.navbar .navbar-toggler .menu-lines span {
    position: absolute;
    top: 6px;
    left: 0;
    width: 25px;
    height: 2px;
    background-color: #00BDE0;
}

.navbar .navbar-toggler.actived .menu-lines > span {
    opacity: 0;
}

.navbar .navbar-toggler.actived .menu-lines:before {
    top: 0;
    transform: rotate(-45deg);
}

.navbar .navbar-toggler.actived .menu-lines:after {
    top: 0;
    transform: rotate(45deg);
}

.navbar .nav-item {
    position: relative;
    margin-right: 15px;
}

.navbar .nav-item .nav-item-link {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    position: relative;
    color: #fff;
    line-height: 100px;
    letter-spacing: 0.4px;
    padding-right: 14px;
}

.navbar .nav-item .nav-item-link.active,
.navbar .nav-item .nav-item-link:hover {
    color: #00BDE0;
}

.navbar .nav-item .nav-item-link.active:before,
.navbar .nav-item .nav-item-link:hover:before {
    width: 100%;
}

.navbar .nav-item:last-child {
    margin-right: 0;
}

.navbar .dropdown-toggle:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    vertical-align: middle;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.navbar .dropdown-menu .dropdown-toggle:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    vertical-align: middle;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.navbar .dropdown-menu {
    border-radius: 0;
    border: none;
    margin: 0;
    background-color: #ffffff;
    box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
}

.navbar .dropdown-menu.mega-dropdown-menu {
    padding: 0;
}

.navbar .dropdown-menu.mega-dropdown-menu .nav-block {
    padding: 50px 20px 40px;
}

.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured {
    padding: 40px 60px 40px 120px;
}

.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .menu-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 70px;
    background-color: #ffffff;
    -webkit-clip-path: url(#path-direction-right2);
    clip-path: url(#path-direction-right2);
}

.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured > .nav {
    justify-content: space-between;
}

.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-title {
    font-size: 24px;
}

.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-desc {
    font-size: 14px;
}

.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px;
}

.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item .nav-item-link {
    color: #ffffff;
    display: flex;
    align-items: center;
    font-weight: 700;
    line-height: 55px !important;
    margin-right: 15px;
}

.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item .nav-item-link:before {
    background-color: #dfdfea;
}

.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item .nav-item-link:hover {
    color: #031B4E;
}

.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item .nav-item-link:hover [class*=icon-] {
    background-color: #031B4E;
}

.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item [class*=icon-] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00BDE0;
    background-color: #ffffff;
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s ease;
}

.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .btn-primary:hover {
    color: #031B4E;
    background-color: #ffffff;
}

.navbar .dropdown-menu .nav-item {
    padding: 0 20px;
    margin-right: 0;
    list-style: none;
}

.navbar .dropdown-menu .nav-item .nav-item-link {
    font-size: 14px;
    color: #848e9f;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 42px !important;
    white-space: nowrap;
    position: relative;
    padding-right: 0;
    border-bottom: 1px solid #dfdfea;
}

.navbar .dropdown-menu .nav-item .nav-item-link:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #00BDE0;
    transition: 0.5s ease;
}

.navbar .dropdown-menu .nav-item .nav-item-link:hover {
    color: #00BDE0;
}

.navbar .dropdown-menu .nav-item .nav-item-link:hover:before {
    width: 100%;
}

.navbar .dropdown-menu .nav-item:last-child {
    margin-right: 0;
}

.navbar .dropdown-menu .nav-item:last-child > .nav-item-link {
    border-bottom: 0;
}

.navbar .dropdown-menu .nav-item:last-child > .nav-item-link:before {
    display: none;
}

.navbar .dropdown-menu .dropdown-toggle:after {
    right: 0;
}

.navbar .dropdown-menu .nav-title {
    font-size: 18px;
    margin-bottom: 8px;
}

/* navbar-actions */
.navbar-actions > li {
    margin-left: 20px;
}

.navbar-actions > li:last-child {
    margin-right: 0;
}

.action-btn {
    color: #00BDE0;
}

.lang-dropdown .dropdown-item {
    font-size: 14px;
    padding: 0.25rem 1rem;
}

.lang-dropdown .lang-dropdown-toggle {
    font-size: 14px;
    height: 40px;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding-right: 15px;
    color: #ffffff;
}

.lang-dropdown .lang-dropdown-toggle:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    border: 0;
    display: block !important;
}

.lang-dropdown .lang-dropdown-toggle i {
    font-size: 30px;
    margin-right: 7px;
}

.lang-dropdown .dropdown-menu {
    min-width: 100px !important;
    padding: 0.6rem 0 !important;
}

.lang-dropdown .dropdown-menu .dropdown-item {
    color: #848e9f;
}

.lang-dropdown .dropdown-menu .dropdown-item:focus,
.lang-dropdown .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #031B4E;
}

.lang-dropdown .dropdown-menu .dropdown-item.active,
.lang-dropdown .dropdown-menu .dropdown-item:active {
    background-color: transparent;
}

/* header topbar */
.header-topbar {
    height: 30px;
    display: flex;
    align-items: center;
    padding-top: 5px;
    background-color: #000000;
}

.header-topbar .contact-list li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-right: 15px;
}

.header-topbar .contact-list li a:not(.btn) {
    color: #f4f4f4;
}

.header-topbar .contact-list li a:not(.btn):hover {
    color: #ffffff;
}

.header-topbar .contact-list li > i {
    font-size: 15px;
    color: #00BDE0;
    margin-right: 8px;
}

.header-topbar .contact-list li:last-child {
    margin-right: 0;
}

.header-topbar .social-icons li a {
    width: 34px;
    height: 34px;
}

.header-topbar .social-icons li a i {
    width: 20px;
    height: 20px;
    color: #031B4E;
    background-color: #ffffff;
}

.header-topbar .social-icons li a:hover {
    background-color: #00BDE0;
    box-shadow: 0 0 0 2px #00BDE0 inset;
}

.header-topbar .social-icons li a:hover i {
    color: #00BDE0;
    background-color: #ffffff;
}

.header-topbar .header-topbar-search {
    position: relative;
}

.header-topbar .header-topbar-search .form-control {
    height: 30px;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.15);
}

.header-topbar .header-topbar-search .form-control:focus {
    border-color: rgba(255, 255, 255, 0.15) !important;
}

.header-topbar .header-topbar-search .form-control::-webkit-input-placeholder {
    color: #788fc8;
    font-style: italic;
    font-size: 13px;
}

.header-topbar .header-topbar-search .form-control:-moz-placeholder {
    color: #788fc8;
    font-style: italic;
    font-size: 13px;
}

.header-topbar .header-topbar-search .form-control::-moz-placeholder {
    color: #788fc8;
    font-style: italic;
    font-size: 13px;
}

.header-topbar .header-topbar-search .form-control:-ms-input-placeholder {
    color: #788fc8;
    font-style: italic;
    font-size: 13px;
}

.header-topbar .header-topbar-search .header-topbar-search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
}

.header-topbar .lang-dropdown .lang-dropdown-toggle {
    padding: 0 10px;
}

.header-topbar .lang-dropdown .lang-dropdown-toggle img {
    margin-right: 7px;
}

.header-topbar .action-btn {
    color: #ffffff !important;
}

.btn-top {
    color: #fff;
}

.btn-top a {
    color: #fff;
}

.header-topbar .dropdown-menu a.dropdown-item {
    color: #031B4E !important;
    font-size: 13px !important;
}

.header-topbar .dropdown-menu a.dropdown-item:hover {
    color: #1da0f0 !important;
}

.topbar-nav li {
    margin-right: 15px;
}

.topbar-nav li a {
    font-size: 13px;
    color: #ffffff;
}

.topbar-nav li i {
    font-size: 15px;
    color: #00BDE0;
    margin-right: 10px;
}

.topbar-nav li a:hover {
    color: #00BDE0;
}

.topbar-nav li:last-child {
    margin-right: 0;
}

.drtabs .text {
    font-size: 12px;
}

.drtabs .nav-title {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.drimg img {
    border-radius: 20px !important;
    border: 5px solid #eee;
    margin-bottom: 10px;
}



.header {
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 75%);
    transition: .4s;
}

.header .navbar-brand img.logo-dark {
    display: none;
}

.header .navbar-brand img.logo-light {
    display: block;
}

.header:hover .navbar-brand img.logo-dark {
    display: block;
}

.header:hover .navbar-brand img.logo-light {
    display: none;
}

.header.page .navbar-brand img.logo-dark {
    display: block;
}

.header.page .navbar-brand img.logo-light {
    display: none;
}

.header:hover {
    background: #fff;
}

.header:hover .navbar .nav-item .nav-item-link,
.header:hover .contact-icon {
    color: #000;
}

.header.page .navbar .nav-item .nav-item-link,
.header.page .contact-icon {
    color: #000;
}

.header.page {
    background: #fff;
}


.header-layout2 .header-actions,
.header-layout4 .header-actions {
    margin-left: 10px;
    border-left: 2px solid #dfdfea;
}

.header-layout2 .promo-text a,
.header-layout4 .promo-text a {
    color: #00BDE0 !important;
}

.header-layout2 .promo-text a:hover,
.header-layout4 .promo-text a:hover {
    color: #ffffff !important;
}

.header-layout3 .miniPopup-language-trigger {
    color: #fff;
    background-color: transparent;
}

.header-layout3 .miniPopup-language-trigger:after {
    right: 7px;
    left: auto;
    top: 50%;
    bottom: auto;
    transform: translateX(0) translateY(-50%);
}

.header:hover .miniPopup-language-trigger {
    color: #000 !important;
    background-color: transparent;
}

.header.page .miniPopup-language-trigger {
    color: #000 !important;
    background-color: transparent;
}

.is-sticky .miniPopup-language-trigger {
    color: #000 !important;
}

.header-layout3 .miniPopup-language-trigger span {
    padding: 0 4px;
}

/* sticky-navbar */
.is-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1040;
    border-bottom: 0 !important;
    height: 80px !important;
    max-height: 80px !important;
    background-color: #ffffff !important;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    -webkit-animation: headerAnimation 0.8s;
    animation: headerAnimation 0.8s;
}

.is-sticky > .container,
.is-sticky > .container-fluid {
    position: relative;
    height: 80px;
}

.is-sticky .miniPopup-departments-trigger {
    height: 80px;
}

.is-sticky .navbar-brand {
    line-height: 80px;
}

.is-sticky .header-top-right {
    display: none !important;
}

.is-sticky .nav-item .nav-item-link {
    line-height: 80px !important;
    color: #000;
}

.is-sticky .logo-light {
    display: none !important;
}

.is-sticky .logo-dark {
    display: inline-block !important;
}

.is-sticky .navbar-nav {
    margin-top: 0 !important;
}

.is-sticky .contact-icon {
    color: #000 !important;
}

/* miniPopup */
.miniPopup {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 150;
    opacity: 0;
    visibility: hidden;
    width: 310px;
    padding: 40px;
    border-radius: 0 0 6px 6px;
    background-color: #ffffff;
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
    transition: 0.3s ease;
    transform: translateY(20px);
}

.miniPopup.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.miniPopup-language-trigger {
    position: relative;
    z-index: 151;
    height: 50px;
    margin-top: 10px;
    padding: 0 20px;
    border-radius: 0;
    color: #848e9f;
    background-color: #ffffff;
    transition: 0.3s ease;
    border: 2px solid #FFFFFF;
    border-radius: 6px;
    /*
  -webkit-clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 0);
          */
}

.miniPopup-language-trigger:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.miniPopup-language-trigger.active:after {
    content: "\f077";
}

.miniPopup-language-area {
    position: relative;
}

.miniPopup-language-area:hover .miniPopup-language-trigger {
    color: #ffffff;
    /*background-color: #015d8e;*/
    border: 2px solid #015d8e;
    border-radius: 6px;
}

.miniPopup-language-area:hover .miniPopup-language {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.miniPopup-language {
    width: 160px;
    padding: 5px;
}

.miniPopup-language li {
    padding: 10px 8px;
}

.miniPopup-departments-trigger {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    height: 100px;
    color: #00BDE0;
    transition: 0.3s ease;
}

.miniPopup-departments-trigger .menu-lines {
    position: relative;
    width: 25px;
    height: 14px;
    margin-right: 15px;
}

.miniPopup-departments-trigger .menu-lines span {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 2px;
    transform: translateY(-50%);
    background-color: #00BDE0;
    transition: 0.3s ease;
}

.miniPopup-departments-trigger .menu-lines:before,
.miniPopup-departments-trigger .menu-lines:after {
    content: "";
    position: absolute;
    right: 0;
    width: 14px;
    height: 2px;
    display: inline-block;
    background-color: #00BDE0;
    transition: 0.3s ease;
}

.miniPopup-departments-trigger .menu-lines:before {
    top: 0;
}

.miniPopup-departments-trigger .menu-lines:after {
    bottom: 0;
}

.miniPopup-departments-trigger .menu-lines.active {
    color: #031B4E;
}

.miniPopup-departments-trigger .menu-lines.active span {
    opacity: 0;
}

.miniPopup-departments-trigger .menu-lines.active:before,
.miniPopup-departments-trigger .menu-lines.active:after {
    top: 7px;
    background-color: #031B4E;
}

.miniPopup-departments-trigger .menu-lines.active:before {
    transform: rotate(-45deg);
}

.miniPopup-departments-trigger .menu-lines.active:after {
    transform: rotate(45deg);
}

.miniPopup-departments-trigger a {
    color: #00BDE0;
}

.miniPopup-departments-trigger a:hover {
    color: #031B4E;
}

/* miniPopup-departments */
.miniPopup-departments.dropdown-menu {
    top: 100%;
    display: block;
    min-width: 220px;
    width: 220px;
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15) !important;
}

/* cart-minipopup */
.cart-minipopup {
    background-color: #ffffff;
    width: 250px;
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1055;
    visibility: hidden;
    opacity: 0;
    margin-top: 20px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.05);
    transform: translateY(10px);
    transition: 0.4s ease;
}

.cart-minipopup.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cart-minipopup .cart-item {
    position: relative;
    display: flex;
    margin-bottom: 20px;
}

.cart-minipopup .cart-item:last-child {
    margin-bottom: 0;
}

.cart-minipopup .cart-item .cart-img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    background-color: #031B4E;
    border-radius: 50%;
    margin-right: 15px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.cart-minipopup .cart-item .cart-img.bg-red {
    background-color: #DA0708;
}

.cart-minipopup .cart-item .cart-img img {
    max-width: 30px;
    padding-top: 10px;
}

.cart-minipopup .cart-item .cart-content {
    flex: 1;
    padding-right: 22px;
}

.cart-minipopup .cart-item .cart-title {
    display: block;
    color: #031B4E;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
}

.cart-minipopup .cart-item .cart-price {
    color: #031B4E;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.cart-minipopup .cart-item .cart-delete {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background-color: #031B4E;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.4s ease;
}

.cart-minipopup .cart-item .cart-delete:hover {
    background-color: #00BDE0;
}

.cart-minipopup .cart-total {
    font-family: "Titillium Web", sans-serif;
    font-size: 19px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 20px;
}

.action-btn-cart {
    position: relative;
}

.cart-counter {
    position: absolute;
    top: -8px;
    right: -9px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    z-index: 3;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    background-color: #00BDE0;
}

/* search-popup */
.search-popup {
    position: fixed;
    z-index: 2300;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
    transform: scale(0.7);
    transition: all 0.5s ease-in-out;
}

.search-popup.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.search-popup.active .search-popup-form {
    transform: translateY(-50%) scaleX(1);
}

.search-popup.inActive {
    opacity: 0;
    transition-delay: 0.5s;
    transform: scale(1);
}

.search-popup.inActive .search-popup-form {
    transition-delay: 0s;
    transform: translateY(-50%) scaleX(0);
}

.search-popup .search-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-style: normal;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 3px;
    color: #ffffff;
    background-color: #00BDE0;
    transition: all 0.2s linear;
}

.search-popup .search-popup-close:hover {
    background-color: #031B4E;
}

.search-popup #cse {
    width: 40%;
    margin: 0 auto;
    padding-top: 20%;
}

.search-popup .search-popup-form {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1150px;
    height: 80vh;
    margin: -40px auto 0;
    transform: translateY(-50%) scaleX(0);
    transition: all 0.5s ease-in-out;
    transition-delay: 0.5s;
}

.search-popup .gcse-search {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 80px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    color: #031B4E;
    transition: 0.3s ease;
}

.search-popup .search-popup-btn:hover {
    color: #00BDE0;
}

.search-popup .search-popup-form-input {
    font-family: "Titillium Web", sans-serif;
    font-weight: 300;
    font-size: 35px;
    z-index: 1;
    width: 100%;
    height: 80px;
    border: none;
    padding: 0 0 0 40px;
    color: #848e9f;
    background: transparent;
    border-bottom: 2px solid #e7ebef;
    transition: all 0.3s ease;
}

.search-popup .search-popup-form-input::-webkit-input-placeholder {
    color: #848e9f;
}

.search-popup .search-popup-form-input:-moz-placeholder {
    color: #848e9f;
}

.search-popup .search-popup-form-input::-moz-placeholder {
    color: #848e9f;
}

.search-popup .search-popup-form-input:-ms-input-placeholder {
    color: #848e9f;
}

.btn-contact {
    height: 50px;
    min-width: 150px;
    border-color: #9698c8 !important;
}

.btn-contact:hover {
    border-color: #031B4E !important;
    background-color: #031B4E;
}

.btn-contact:before {
    border-right-color: #9698c8;
    border-left-color: #9698c8;
}

.contact-phone .contact-icon {
    position: relative;
    font-size: 18px;
    color: #fff;
    line-height: 10px;
    text-align: center;
    margin-top: -15px;
}

.contact-phone .phone-link {
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
}

.header-actions > li {
    margin-left: 20px;
}

@media (max-width: 1370px) {
    .header-actions > li {
        margin-left: 0px;
    }
}

.header-actions > li .action-btn-search {
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 15px;
    background-color: #00BDE0;
}

.header-actions > li .callbtn {
    color: #fff;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50%;
    font-size: 15px !important;
    background-color: #031B4E;
}

@media (min-width: 1366px) and (max-width: 1600px) {
    .navbar .nav-item {
        position: relative;
        margin-right: 10px !important;
    }

    .navbar .nav-item .nav-item-link {
        font-size: 15px !important;
        font-weight: 600;
        text-transform: capitalize;
        display: block;
        position: relative;
        line-height: 100px !important;
        letter-spacing: 0.1px;
        padding-right: 10px !important;
    }

    .d-lap-none {
        display: none !important;
    }

    .d-lap-block {
        display: block !important;
    }

    .header-actions .contact-phone span.d-block {
        font-size: 12px;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .navbar .nav-item {
        position: relative;
        margin-right: 10px !important;
    }

    .navbar .nav-item .nav-item-link {
        font-size: 15px !important;
        font-weight: 600;
        text-transform: capitalize;
        display: block;
        position: relative;
        line-height: 100px !important;
        letter-spacing: 0.1px;
        padding-right: 10px !important;
    }

    .d-lap-none {
        display: none !important;
    }

    .d-lap-block {
        display: block !important;
    }

    .header-actions > li {
        margin-left: 10px;
    }

    .header-actions .contact-phone span.d-block {
        font-size: 12px;
    }

    .header .navbar-brand img {
        max-width: 200px !important;
    }
}

@media (min-width: 1200px) {
    .header-topbar {
        display: block;
    }

    .navbar > .container-fluid,
    .header-topbar > .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 1199px) {
    .header-topbar {
        display: block;
    }

    .header-topbar .social-icons {
        display: none;
    }
}

@media (min-width: 1400px) {

    .navbar > .container-fluid,
    .header-topbar > .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
}

/* Large Size Screens */
@media (min-width: 992px) and (max-width: 1200px) {
    .navbar .nav-item {
        margin-right: 20px;
    }
}

.br-d-none {
    display: none !important;
}

.navbar-collapse .navbar-nav li a {
    padding: 0px 20px;
    font-size: 17px !important;
}

.navbar-collapse .navbar-nav li ul li a {
    padding: 0px 0px;
    font-size: 15px !important;
}


@media (max-width: 1370px) {
    .navbar-collapse .navbar-nav li a {
        padding: 0px 0px;
    }
}

.navbar-collapse .navbar-nav li a:hover {
    color: #015d8e !important;
}

/* Mobile and Tablets */
@media (max-width: 991px) {
    .header-topbar {
        padding-top: 5px;
    }

    ul.header-actions li.callb {
        margin-left: -100px !important;
        margin-right: 50px !important;
    }

    .cart-minipopup {
        margin-left: -200px !important;
        margin-top: 20px !important;
    }

    .mob-d-block {
        display: block !important;
    }

    .mob-d-none {
        display: none !important;
    }

    .br-d-none {
        display: block !important;
    }

    .navbar .navbar-toggler {
        position: absolute;
        right: 15px;
        height: 23px;
    }

    .navbar .collapse:not(.show) {
        display: block;
    }

    .navbar .navbar-nav {
        margin: 0 !important;
    }

    .navbar .nav-item {
        margin-right: 0;
    }

    .navbar .nav-item .nav-item-link {
        color: #222222;
        line-height: 35px !important;
        padding-left: 15px;
    }

    .navbar .nav-item .nav-item-link:hover {
        color: #1d4e79 !important;
    }

    .navbar .nav-item .nav-item-link:before {
        display: none;
    }

    .navbar .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1000;
        padding: 0;
        transition: 0.4s ease;
    }

    .navbar .navbar-collapse .navbar-nav {
        opacity: 0;
        width: 240px;
        height: 100%;
        overflow-y: auto;
        padding: 50px 0 20px;
        background-color: #ffffff;
        transform: translateX(-100%);
        transition: 0.3s ease;
        transition-delay: 0.4s;
    }



    .navbar .navbar-collapse.menu-opened {
        opacity: 1;
        visibility: visible;
    }

    .navbar .navbar-collapse.menu-opened .navbar-nav {
        opacity: 1;
        transform: translateX(0);
    }

    .navbar .navbar-collapse.menu-opened .close-mobile-menu {
        opacity: 1;
        transform: scale(1);
    }

    .navbar .close-mobile-menu {
        position: absolute;
        top: 30px;
        right: 30px;
        z-index: 1100;
        width: 35px;
        height: 35px;
        line-height: 33px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #fff;
        color: #fff;
        cursor: pointer;
        opacity: 0;
        transform: scale(0.8);
        transition: all 0.4s ease;
        transition-delay: 0.5s;
    }

    .navbar .nav-item [data-toggle=dropdown]:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        right: 0;
        width: 50%;
        text-align: right;
        z-index: 2;
        padding-right: 15px;
        line-height: 35px;
        display: block !important;
    }

    .navbar .dropdown-toggle:after {
        display: none;
    }

    .navbar .nav-item.opened > [data-toggle=dropdown]:after,
    .navbar .nav-item.show > [data-toggle=dropdown]:after {
        content: "\f107";
    }

    .navbar .dropdown-menu {
        background-color: white;
    }

    .navbar .dropdown-menu .nav-item {
        padding: 0 15px 0 30px;
    }

    .navbar .dropdown-menu .nav-item .nav-item-link {
        padding-left: 0;
        border-bottom: none;
    }

    .navbar .dropdown-menu .dropdown-menu-col .nav-item {
        padding: 0;
    }

    .navbar .nav-item.dropdown-submenu > .dropdown-menu.show {
        padding-left: 10px;
    }

    .navbar .dropdown-submenu .dropdown-menu .nav-item {
        padding: 0 0 0 15px;
    }

    .navbar .navbar-nav .dropdown-menu.show {
        padding: 0;
    }

    .navbar .mega-dropdown-menu .container {
        max-width: none;
    }

    .navbar .mega-dropdown-menu > .nav-item {
        padding: 0 10px;
    }

    .navbar .mega-dropdown-menu .nav-item {
        padding: 0;
    }

    .navbar .dropdown-menu .nav-title {
        font-size: 15px;
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav-block {
        padding: 10px 0 0;
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured {
        padding: 10px;
        height: auto;
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured:after {
        display: none;
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-title {
        font-size: 18px;
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-desc {
        font-size: 13px;
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0;
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item .nav-item-link {
        line-height: 40px !important;
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item [class*=icon-] {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .header .navbar,
    .header-transparent .navbar {
        background-color: transparent;
        /*background-color: #ffffff;*/
    }

    .header .logo-dark,
    .header-transparent .logo-dark {
        display: inline-block;
    }

    .header .logo-light,
    .header-transparent .logo-light {
        display: none;
    }

    .header .module-btn,
    .header-transparent .module-btn {
        color: #00BDE0;
        margin: 0 60px 0 0;
    }

    .header .navbar .navbar-toggler .menu-lines:before,
    .header .navbar .navbar-toggler .menu-lines:after,
    .header .navbar .navbar-toggler .menu-lines span,
    .header-transparent .navbar .navbar-toggler .menu-lines:before,
    .header-transparent .navbar .navbar-toggler .menu-lines:after,
    .header-transparent .navbar .navbar-toggler .menu-lines span {
        background-color: #00BDE0;
    }

    .header .navbar-expand-lg > .container,
    .header .navbar-expand-lg > .container-fluid,
    .header-transparent .navbar-expand-lg > .container,
    .header-transparent .navbar-expand-lg > .container-fluid {
        width: 100%;
        max-width: none;
    }

    .header .navbar,
    .header .navbar > .container,
    .header .navbar > .container-fluid,
    .header-transparent .navbar,
    .header-transparent .navbar > .container,
    .header-transparent .navbar > .container-fluid {
        height: 80px;
    }

    .header .header-full .navbar,
    .header .header-full .navbar .navbar-brand,
    .header .navbar-brand,
    .header-transparent .header-full .navbar,
    .header-transparent .header-full .navbar .navbar-brand,
    .header-transparent .navbar-brand {
        margin-left: 15px;
        line-height: 80px !important;
    }

    .header .header-full .navbar,
    .header .header-full .navbar .navbar-brand,
    .header-transparent .header-full .navbar,
    .header-transparent .header-full .navbar .navbar-brand {
        line-height: 80px;
    }

    .header-topbar > .container {
        max-width: none;
    }

    .lang-dropdown .lang-dropdown-toggle,
    .header-transparent .action-btn {
        color: #00BDE0;
    }

    .action-btn-search {
        position: absolute;
        top: 50%;
        right: 110px;
        transform: translateY(-50%);
    }

    .action-btn-cart {
        right: 60px;
    }

    .contact-icon {
        right: 70px;
        margin-top: 0px;
    }
}

/* Medium and large Screens */
@media (min-width: 992px) {

    .header .navbar,
    .header-transparent .navbar {
        background-color: transparent;
    }

    .navbar .nav-item .nav-item-link:before {
        content: "";
        position: absolute;
        left: 0;
        width: 0;
        top: 0;
        height: 2px;
        background-color: #1da0f0;
        transition: 0.4s ease;
    }

    .navbar .nav-item .nav-item-link.active:before,
    .navbar .nav-item .nav-item-link:hover:before {
        width: 100%;
    }

    .navbar .dropdown-menu {
        width: auto;
        min-width: 235px;
        padding: 10px 0 10px;
        border-radius: 0 0 4px 4px;
    }

    .navbar .nav-item.has-dropdown > .dropdown-menu,
    .navbar .nav-item.dropdown-submenu > .mega-menu,
    .navbar .nav-item.has-dropdown > .mega-menu,
    .navbar .nav-item.has-dropdown > .dropdown-menu > .nav-item.dropdown-submenu > .dropdown-menu {
        display: block;
        position: absolute;
        left: 0;
        right: auto;
        z-index: 1050;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease;
        transform: translateY(10px);
    }

    .navbar .nav-item.has-dropdown > .dropdown-menu > .nav-item.dropdown-submenu > .dropdown-menu,
    .navbar .nav-item.dropdown-submenu > .dropdown-menu > .nav-item.has-dropdown > .dropdown-menu {
        top: 0;
        left: 100%;
    }

    .navbar .nav-item.has-dropdown:hover > .dropdown-menu,
    .navbar .nav-item.dropdown-submenu:hover > .mega-menu,
    .navbar .nav-item.has-dropdown:hover > .mega-menu,
    .navbar .nav-item.has-dropdown > .dropdown-menu > .nav-item.dropdown-submenu:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .navbar .nav-item.has-dropdown.has-mega-dropdown {
        position: static;
    }

    .navbar .nav-item.has-dropdown .mega-dropdown-menu {
        width: 100%;
    }

    .navbar .nav-item.has-dropdown .mega-dropdown-menu .container {
        display: block;
        max-width: none;
        padding-left: calc((100% - 1320px) / 2);
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav-item {
        padding: 0;
    }

    .nav-item i[data-toggle=dropdown] {
        display: none;
    }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
    .search-popup #cse {
        width: 90%;
        margin: 0 auto;
        padding-top: 20%;
    }

    .dropdown-menu.mega-dropdown-menu > .nav-item {
        padding: 0 15px;
    }

    .dropdown-menu.mega-dropdown-menu .nav-item:last-child > .nav-item-link {
        border-bottom: 1px solid #f2f2f2;
    }

    .dropdown-menu.mega-dropdown-menu [class^=col-]:last-child .nav-item:last-child > .nav-item-link {
        border-bottom: none;
    }

    .cart-minipopup {
        background-color: #ffffff;
        width: 250px;
        padding: 20px;
        position: absolute;
        top: 100%;
        left: -150% !important;
        z-index: 1055;
        visibility: hidden;
        opacity: 0;
        border-radius: 0 0 8px 8px;
        box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.05);
        transform: translateY(10px);
        transition: 0.4s ease;
    }
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
    .search-popup .search-popup-form {
        width: 90%;
    }

    .search-popup .search-popup-form-input {
        font-size: 20px;
        font-weight: 400;
        height: 40px;
        padding: 0 0 0 30px;
    }

    .search-popup .search-popup-btn {
        font-size: 20px;
        line-height: 40px;
    }

    .search-popup .search-popup-close {
        font-size: 14px;
        top: 30px;
        right: 30px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .header .navbar-brand img {
        max-width: 180px;
    }
}

@media (max-width: 420px) {
    .header .navbar-brand img {
        max-width: 150px;
    }

    .header .action-btn-login span {
        display: none;
    }
}

.slidertpad {
    margin-top: -100px;
    height: 100vh;
}

/*----------------------
    Accordions
------------------------*/
.accordion-item {
    padding: 22px 0;
    margin-top: -1px;
    border-top: 2px solid #e7ebef;
    border-bottom: 2px solid #e7ebef;
    background-color: #ffffff;
}

.accordion-item:first-child {
    border-top: 4px solid #031B4E;
}

.accordion-item .accordion-title {
    font-weight: 700;
    font-size: 22px;
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 0px;
    color: #031B4E;
}

.accordion-item .accordion-title:hover {
    color: #00BDE0;
}

.accordion-item .accordion-title:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: #3d3d3d;
}

.accordion-item.opened .accordion-header:not(.collapsed) .accordion-title {
    color: #031B4E;
}

.accordion-item.opened .accordion-header:not(.collapsed) .accordion-title:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
}

.accordion-item .accordion-body {
    padding-top: 20px;
}

.accordion-item .accordion-body .list-unstyled {
    margin-left: 18px;
}

.accordion-item .accordion-body p {
    font-size: 15px;
    margin-bottom: 0;
}

.accordion-item .accordion-body p:not(:last-child) {
    margin-bottom: 30px;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
    .accordion-item {
        padding: 10px 0;
    }

    .accordion-item .accordion-title {
        font-size: 15px;
    }

    .accordion-item .accordion-body p {
        font-size: 13px;
    }
}

/*-----------------------
    banner
------------------------*/
.banner-layout1,
.banner-layout2 {
    overflow-x: hidden;
    padding-right: 30px;
}

.banner-layout1 .banner-shape,
.banner-layout2 .banner-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 205px;
    max-height: 638px;
    -webkit-clip-path: url(#path-direction-right);
    clip-path: url(#path-direction-right);
}

.banner-layout1 .banner-img,
.banner-layout2 .banner-img {
    min-height: 700px;
    -webkit-clip-path: url(#path-direction-right-large);
    clip-path: url(#path-direction-right-large);
}

.banner-layout1 .banner-text,
.banner-layout2 .banner-text {
    max-width: 600px;
}

.banner-layout1 .fancybox-layout2 .fancybox-item .fancybox-body,
.banner-layout2 .fancybox-layout2 .fancybox-item .fancybox-body {
    border-bottom: 1px solid #faab97;
}

.banner-layout1 .fancybox-layout2 .fancybox-item:last-child,
.banner-layout2 .fancybox-layout2 .fancybox-item:last-child {
    margin-bottom: 0;
}

.banner-layout1 .fancybox-layout2 .fancybox-item:last-child .fancybox-body,
.banner-layout2 .fancybox-layout2 .fancybox-item:last-child .fancybox-body {
    border-bottom: 0;
}

.banner-layout1 {
    overflow-x: hidden;
}

.banner-layout1 .top-shape {
    height: 90px;
    background-color: #00BDE0;
}

.banner-layout1 .top-shape:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
    border-radius: 0 0 0 70px;
    background-color: #ffffff;
}

.banner-layout1 .banner-content {
    padding: 110px 100px 110px 0;
    background-color: #00BDE0;
}

.banner-layout1 .banner-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    z-index: -1;
    background-color: #00BDE0;
}

.banner-layout1 .banner-shape {
    right: 70px;
    -webkit-animation: zoomOut 1s infinite;
    animation: zoomOut 1s infinite;
    background: linear-gradient(to right, rgba(244, 87, 46, 0) 0%, rgba(244, 87, 46, 0) 45%, #00BDE0 78%);
}

.banner-layout2 .banner-content {
    padding: 110px 100px 110px 110px;
    background-color: #00BDE0;
    -webkit-clip-path: url(#path-direction-right-large);
    clip-path: url(#path-direction-right-large);
}

.banner-layout2 .banner-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    z-index: -1;
    background-color: #00BDE0;
}

.banner-layout2 .banner-shape {
    left: 0;
    background-color: #00BDE0;
}

.banner-layout3,
.banner-layout4 {
    overflow-x: hidden;
    padding-left: 30px;
}

.banner-layout3 .banner-img,
.banner-layout4 .banner-img {
    min-height: 700px;
}

.banner-layout3 .banner-shape,
.banner-layout4 .banner-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 205px;
    max-height: 638px;
    -webkit-clip-path: url(#path-direction-left);
    clip-path: url(#path-direction-left);
}

.banner-layout3 .banner-content,
.banner-layout4 .banner-content {
    padding: 110px 0 110px 130px;
    background-color: #031B4E;
}

.banner-layout3 .banner-text,
.banner-layout4 .banner-text {
    max-width: 600px;
}

.banner-layout3 .fancybox-layout2 .fancybox-item .fancybox-desc,
.banner-layout4 .fancybox-layout2 .fancybox-item .fancybox-desc {
    color: #c0c3ec;
}

.banner-layout3 .fancybox-layout2 .fancybox-item .fancybox-body,
.banner-layout4 .fancybox-layout2 .fancybox-item .fancybox-body {
    border-bottom: 1px solid #c1c3ec;
}

.banner-layout3 .fancybox-layout2 .fancybox-item:last-child,
.banner-layout4 .fancybox-layout2 .fancybox-item:last-child {
    margin-bottom: 0;
}

.banner-layout3 .fancybox-layout2 .fancybox-item:last-child .fancybox-body,
.banner-layout4 .fancybox-layout2 .fancybox-item:last-child .fancybox-body {
    border-bottom: 0;
}

.banner-layout3 .btn-white,
.banner-layout4 .btn-white {
    color: #031B4E;
}

.banner-layout3 .btn-white:hover,
.banner-layout4 .btn-white:hover {
    color: #ffffff;
}

.banner-layout3 .top-shape {
    height: 90px;
    background-color: #031B4E;
}

.banner-layout3 .top-shape:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
    border-radius: 0 0 70px 0;
    background-color: #ffffff;
}

.banner-layout3 .banner-img {
    -webkit-clip-path: url(#path-direction-left-large);
    clip-path: url(#path-direction-left-large);
}

.banner-layout3 .banner-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    z-index: -1;
    background-color: #031B4E;
}

.banner-layout3 .banner-shape {
    left: 70px;
    -webkit-animation: zoomOut 1s infinite;
    animation: zoomOut 1s infinite;
    background: linear-gradient(to right, #031B4E 0%, #031B4E 15%, rgba(46, 49, 146, 0) 50%, rgba(46, 49, 146, 0) 100%);
}

.banner-layout4 .banner-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    z-index: -1;
    background-color: #031B4E;
}

.banner-layout4 .banner-content {
    -webkit-clip-path: url(#path-direction-left-large);
    clip-path: url(#path-direction-left-large);
}

.banner-layout4 .banner-img {
    -webkit-clip-path: url(#path-direction-left-large);
    clip-path: url(#path-direction-left-large);
}

.banner-layout4 .banner-shape {
    right: 0;
    background-color: #031B4E;
}

.banner-layout5 .banner-content {
    max-width: 650px;
    padding: 120px 0;
}

.banner-layout5 .banner-img {
    position: relative;
    padding: 120px 0;
    max-width: 670px;
}

.banner-layout5 .banner-img:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 80px;
    z-index: -1;
    background-color: #eef7ff;
}

.banner-layout7 .banner-img {
    border: 20px solid #00BDE0;
    margin-top: -40px;
}

.banner-layout7 .container-fluid {
    padding-left: calc((100% - 1250px) / 2);
    padding-right: 0;
}

.banner-layout7 .banner-content {
    padding: 75px 0 125px 70px;
    background-color: #ffffff;
}

.banner-layout7 .banner-content > div {
    max-width: 680px;
}

.banner-layout7 .testimonials-layout3 .testimonial-title {
    margin-bottom: 80px;
}

.banner-layout8 {
    overflow-x: hidden;
}

.banner-layout8 .banner-img {
    width: 100%;
    height: 100%;
    min-height: 600px;
    margin-left: 20px;
    -webkit-clip-path: url(#path-direction-left-large);
    clip-path: url(#path-direction-left-large);
}

.banner-layout8 .banner-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00BDE0;
    -webkit-clip-path: url(#path-direction-left-large);
    clip-path: url(#path-direction-left-large);
}

.banner-layout8 .btn-white {
    color: #031B4E;
}

.banner-layout8 .btn-white:hover {
    color: #ffffff;
    background-color: #00BDE0;
}

@media (min-width: 1400px) {

    .banner-layout1,
    .banner-layout2 {
        padding-right: 60px;
    }

    .banner-layout3,
    .banner-layout4 {
        padding-left: 60px;
    }

    .banner-layout2 .banner-content {
        padding-right: calc((100% - 1340px) / 2);
    }

    .banner-layout4 .banner-content {
        padding-left: calc((100% - 1340px) / 2);
    }
}

@media (min-width: 1399px) {
    .banner-layout2 {
        padding-right: 20px;
    }

    .banner-layout4 {
        padding-left: 20px;
    }
}

/* Extra Large Size Screens */
@media (min-width: 1200px) {
    .banner-layout1 .container-fluid {
        padding-left: calc((100% - 1160px) / 2);
    }

    .banner-layout3 .container-fluid {
        padding-right: calc((100% - 1160px) / 2);
    }

    .banner-layout5 .container-fluid {
        padding-left: calc((100% - 1240px) / 2);
    }

    .banner-layout8 .container-fluid {
        padding-left: calc((100% - 1240px) / 2);
    }
}

/* Mobile Phones & tablets and Small Screens */
@media (max-width: 1199px) {

    .banner-layout1 .banner-img,
    .banner-layout3 .banner-img {
        min-height: 600px;
    }

    .banner-layout1 .banner-content,
    .banner-layout3 .banner-content {
        padding: 50px;
    }

    .banner-layout1 .banner-content:before {
        left: 0;
        width: 120%;
    }

    .banner-layout3 .banner-img {
        order: 2;
    }

    .banner-layout3 .banner-content {
        order: 1;
    }

    .banner-layout3 .banner-content:before {
        right: 0;
        width: 120%;
    }
}

@media (max-width: 991px) {

    .banner-layout5 .banner-img,
    .banner-layout5 .banner-content {
        padding: 60px 0;
    }

    .banner-layout7 .banner-img {
        margin: 0 30px 30px;
    }

    .banner-layout7 .banner-content {
        padding: 60px 30px;
    }
}

@media (min-width: 992px) {
    .banner-layout6 .banner-img {
        position: relative;
        z-index: 2;
        margin-top: -240px;
    }

    .banner-layout6 .banner-img img {
        border-radius: 20px;
    }

    .banner-layout6 .heading-layout2 .heading-title {
        font-size: 39px;
    }
}

@media (max-width: 767px) {

    .banner-layout1,
    .banner-layout2 {
        padding-right: 0;
    }

    .banner-layout3,
    .banner-layout4 {
        padding-left: 0;
    }

    .banner-layout2 .banner-content {
        padding: 110px 120px 110px 40px;
    }
}

/*-------------------------
    Footer
--------------------------*/
.footer {
    overflow-x: hidden;
}

.footer .footer-primary {
    position: relative;
    padding-top: 88px;
    padding-bottom: 10px;
    background-color: #031B4E;
}

.footer .footer-primary:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 200px;
    z-index: 1;
    background-image: url(../images/backgrounds/pattern.png);
}

.footer .footer-secondary {
    position: relative;
    padding: 10px 0;
    background-color: #ffffff;
}

.footer .footer-secondary:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50px;
    right: 50px;
    height: 5px;
    background-color: #00BDE0;
}

.footer [class*=footer-widget] {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.footer .footer-widget-title {
    color: #ffffff;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.footer .contact-list li {
    font-family: "Titillium Web", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 2;
}

.footer .contact-list li a {
    color: #00BDE0;
    display: flex;
    align-items: center;
}

.footer .contact-list li a .contact-icon {
    margin-right: 7px;
}

.footer .footer-widget-contact p {
    color: #f9f9f9;
    font-size: 18px;
}

.footer .footer-widget-nav li a {
    display: block;
    position: relative;
    color: #f9f9f9;
    font-size: 18px;
    margin-bottom: 11px;
}

.footer .footer-widget-nav li a:hover {
    color: #00BDE0;
}

.footer .footer-copyright-links li a {
    position: relative;
    color: #031B4E;
    display: block;
    margin-right: 25px;
    padding: 3px 0;
}

.footer .footer-copyright-links li a:before {
    content: "-";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -13px;
    color: #031B4E;
}

.footer .footer-copyright-links li a:last-of-type:before {
    display: none;
}

.footer .footer-copyright-links li a:hover {
    color: #00BDE0;
}

.footer .footer-copyright-links li:last-child a {
    margin-right: 0;
}

.footer .time-list li {
    border-bottom-color: #3c3d73;
}

.footer .time-list li .day {
    color: #ffffff;
    font-size: 18px;
}

.footer .time-list li .time {
    color: #fff;
}

.footer .footer-widget-time {
    padding: 10px;
    background-color: #0F5991;
    border-radius: 24px;
}

/* Scroll Top Button */
#scrollTopBtn {
    position: fixed;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0px;
    bottom: 100px;
    opacity: 0;
    z-index: 1000;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #dfdfea inset;
    transition: all 0.3s ease-in-out;
}

#scrollTopBtn i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 18px;
    color: #ffffff;
    background-color: #00BDE0;
    transition: all 0.3s ease-in-out;
}

#scrollTopBtn:hover i {
    background-color: #031B4E;
}

#scrollTopBtn.actived {
    right: 30px;
    opacity: 1;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 1200px) {
    .footer .footer-primary {
        padding-top: 35px;
        padding-bottom: 30px;
    }

    .footer .footer-secondary {
        padding: 20px 0;
    }

    .footer .footer-secondary:after {
        left: 20px;
        right: 20px;
        height: 3px;
    }

    .footer .footer-widget {
        margin-bottom: 20px;
    }

    .footer .footer-widget-title {
        margin-bottom: 15px;
    }

    .footer .footer-widget-nav li a {
        font-size: 13px;
    }

    .footer .phone-number {
        margin: 10px 0;
    }
}

/* Mobile Phones */
@media (min-width: 320px) and (max-width: 767px) {
    .footer .footer-copyright-links {
        justify-content: flex-start !important;
    }

    #scrollTopBtn {
        bottom: 20px;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    #scrollTopBtn.actived {
        right: 20px;
    }
}

/*-------------------------
       Counters
--------------------------*/
.counter-item {
    margin-bottom: 30px;
}

.counter-item .counter-number {
    position: relative;
    font-size: 70px;
    line-height: 1;
    color: #031B4E;
    font-weight: 400;
    padding-bottom: 22px;
    margin-bottom: 20px;
}

.counter-item .counter-number:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #dfdfea;
}

.counter-item .counter-desc {
    font-size: 16px;
    font-weight: 700;
}

/*-------------------------
    Call to Action
--------------------------*/
.cta-title {
    font-size: 26px;
    margin-bottom: 15px;
}

.cta-desc {
    font-size: 16px;
}

.cta-banner {
    position: relative;
    z-index: 3;
    padding: 20px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
}

.cta-banner .cta-title {
    font-size: 22px;
    margin-bottom: 5px;
}

.cta-banner .cta-desc {
    font-size: 17px;
}

.cta-banner.bg-primary .cta-title {
    color: #fff;
}

.cta-banner.bg-primary .cta-icon {
    color: #00BDE0;
}

.cta-banner.bg-secondary .cta-title {
    color: #fff;
}

.cta-banner.bg-secondary .cta-icon {
    color: #031B4E;
}

.cta-banner.bg-secondary a.btn-link {
    color: #fff !important;
}

.cta-banner.bg-primary a.btn-link:hover {
    color: #fff !important;
}

.cta-layout2 {
    background-color: #eee;
}

.cta-layout1 .cta-icon,
.cta-layout2 .cta-icon {
    position: absolute;
    top: 45px;
    right: 5px;
    z-index: -1;
    color: #f0f0f7;
    font-size: 60px;
    line-height: 1;
}

.cta-layout2 .cta-icon img {
    max-width: 55px;
}

.cta-layout1 .cta-icon i,
.cta-layout2 .cta-icon i {
    line-height: 1;
}

.cta-layout1 .cta-banner,
.cta-layout2 .cta-banner {
    padding: 25px 20px 25px 30px;
    margin-bottom: 25px;
}

.cta-layout1 {
    padding-bottom: 180px;
}

.cta-layout1:after {
    content: "";
    position: absolute;
    top: -200px;
    left: -30px;
    width: calc(100% + 0px);
    height: 398px;
    z-index: 1;
    background-image: url(../images/backgrounds/pattern2.png);
}

.cta-layout1.no-bg:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100% + 30px);
    height: 398px;
    z-index: 1;
    background-image: none;
}

.cta-layout1 + .banner-layout7 {
    margin-top: -130px;
}

.cta-layout2 .cta-banner {
    margin-bottom: 20px;
}

.cta-layout2 .icon-filled {
    background-color: #00BDE0;
}

.cta-layout2 .cta-banner.bg-secondary .icon-filled {
    background-color: #fff !important;
    color: #031B4E;
}

@media (min-width: 1366px) and (max-width: 1440px) {
    .cta-layout2 .cta-banner .cta-title {
        font-size: 15px !important;
    }

    .cta-layout2 .cta-banner {
        padding: 15px 10px 15px 20px;
        margin-bottom: 15px;
    }

    .cta-layout2 .cta-icon {
        top: 20%;
    }

    .cta-layout2 .cta-icon img {
        width: 40px !important;
        height: 40px !important;
    }
}

@media (max-width: 1199px) {

    .cta-layout1 .cta-banner,
    .cta-layout2 .cta-banner {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .cta-layout1 {
        margin-left: 30px;
    }

    .cta-layout1 > .container {
        max-width: 1310px;
        padding-right: 45px;
    }
}

@media (min-width: 1500px) {
    .cta-layout1 {
        margin-left: 60px;
    }

    .cta-layout1:after {
        left: -60px;
        width: calc(100% + 60px);
    }

    .cta-layout1 > .container {
        max-width: 1340px;
        padding-right: 75px;
    }
}

@media (max-width: 991px) {
    .cta-banner .cta-title {
        font-size: 16px;
    }

    .cta-layout1 .cta-banner,
    .cta-layout2 .cta-banner {
        padding: 25px 30px;
        margin: 0 0 30px;
    }
}

@media (max-width: 767px) {
    .cta-banner .cta-title {
        font-size: 16px;
    }

    .cta-layout1 .cta-banner,
    .cta-layout2 .cta-banner {
        padding: 15px 30px;
        margin: 0 0 10px;
    }

    .cta-layout2 .cta-icon {
        top: 20%;
    }

    .cta-banner.bg-secondary a.btn-link,
    .cta-banner.bg-primary a.btn-link {
        margin-left: -45px;
    }
}

/*-----------------------
    careers
------------------------*/
.careers .slick-slide {
    margin: 15px;
    transition: opacity 0.3s ease, visibility 0.3s ease, box-shadow 0.4s ease;
}

.careers .slick-slide:not(.slick-active) {
    opacity: 0;
    visibility: hidden;
}

.careers .slick-list {
    margin: -15px;
    overflow: visible;
}

.careers .slick-dots {
    margin-top: 15px;
}

.job-item {
    padding: 40px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
    transition: all 0.4s ease;
}

.job-item:hover {
    transform: translateY(-3px);
}

.job-item .job-meta {
    margin-bottom: 32px;
}

.job-item .job-type {
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 3px;
    margin-right: 10px;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #00BDE0;
}

.job-item .job-location {
    font-size: 13px;
}

.job-item .job-title {
    font-size: 22px;
    margin-bottom: 18px;
}

.job-item .btn {
    margin-top: 10px;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
    .job-item {
        padding: 20px;
    }

    .job-item .job-meta {
        margin-bottom: 20px;
    }

    .job-item .job-title {
        margin-bottom: 10px;
    }
}

/*------------------------
    Slider 
--------------------------*/
.header-transparent + .slider {
    margin-top: -100px;
}

.header-transparent.header-full + .slider {
    margin-top: -135px;
}

.header-transparent + .slider .slide-item {
    padding-top: 100px;
}

.slider {
    padding: 0;
}

.slider .slide-item {
    min-height: 550px;
    height: calc(550vh - 200px);
}

.slider .slide-subtitle {
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.slider .slide-title {
    color: #ffffff;
    font-size: 85px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 25px;
}

.slider .slide-title span {
    color: #00BDE0;
}

.slider .slide-desc {
    color: #f9f9f9;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
    max-width: 600px;
    margin-bottom: 30px;
}

.slider .fancybox-layout5 .fancybox-item {
    padding: 0px;
    width: 175px !important;
    height: 175px;
}

.slider .fancybox-layout5 .fancybox-item .fancybox-title {
    font-size: 16px;
    margin-bottom: 0;
}

.slider .fancybox-layout5 .fancybox-item:not(:nth-child(-n+2)) {
    margin-top: -30px;
}

.slider .fancybox-layout5 .fancybox-item .fancybox-body {
    text-align: center;
    padding: 15px 13px;
    background-color: #ffffff;
    -webkit-clip-path: url(#hexagon-clippath);
    clip-path: url(#hexagon-clippath);
}


.slider .slick-arrow:before {
    background-color: transparent;
}

.slider .slick-arrow:hover {
    box-shadow: none;
}

.slider .slick-arrow.slick-next:before {
    content: "\e908";
}

.slider .slick-arrow.slick-prev:before {
    content: "\e906";
}

.slider .slick-dots {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
}

.slider .cta-banner {
    padding: 50px;
}

.slider .cta-banner .cta-icon {
    font-size: 50px;
    line-height: 1;
    color: #031B4E;
    margin-bottom: 28px;
}

.slider .cta-banner .icon-filled {
    background-color: #00BDE0;
}

.slider .cta-banner .slick-dots {
    position: static;
    text-align: left;
    margin-left: -17px;
}

.slider .cta-banner .slick-dots li button {
    border-color: #00BDE0;
}

.slider .cta-banner .slick-dots li.slick-active button {
    border-color: #031B4E;
}

.slider .cta-banner .slick-dots li:not(:first-child):before,
.slider .cta-banner .slick-dots li:not(:last-child):after {
    background-color: #00BDE0;
}

.slider .cta-banner .slick-dots li.slick-active:before,
.slider .cta-banner .slick-dots li.slick-active:after {
    background-color: #031B4E;
}

.slider .slider-banner .slick-arrow {
    width: 34px;
    height: 34px;
    top: 70px;
}

.slider .slider-banner .slick-arrow:before {
    width: 34px;
    height: 34px;
    font-size: 13px;
    background-color: #031B4E;
}

.slider .slider-banner .slick-arrow.slick-next {
    right: 50px;
}

.slider .slider-banner .slick-arrow.slick-next:before {
    content: "\e907";
}

.slider .slider-banner .slick-arrow.slick-prev {
    right: 90px;
    left: auto;
}

.slider .slider-banner .slick-arrow.slick-prev:before {
    content: "\e905";
}

.slider .slider-banner .slick-arrow:hover:before {
    background-color: #00BDE0;
}

.slider-layout2 .slide-item {
    height: auto;
    padding-top: 100px;
    padding-bottom: 220px;
}

.slider-centerd {
    text-align: center;
}

.slider-centerd .slide-desc {
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .slider .slick-arrow:before {
        font-size: 50px;
    }

    .slider .slick-arrow.slick-next {
        right: -5px;
    }

    .slider .slick-arrow.slick-prev {
        left: -5px;
    }

    .slider .btn {
        min-width: 190px;
    }

    .slider .btn.btn-outlined {
        line-height: 58px;
    }
}

@media (min-width: 1400px) {
    .slider .slick-arrow.slick-prev {
        left: 30px;
    }

    .slider .slick-arrow.slick-next {
        right: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .slider .slide-item {
        padding-right: 50px;
        padding-left: 50px;
    }

    .slider .slick-arrow.slick-prev {
        left: 10px;
    }

    .slider .slick-arrow.slick-next {
        right: 10px;
    }
}

/* Large Size Screens */
@media (min-width: 992px) and (max-width: 1200px) {
    .slider .slide-title {
        font-size: 65px;
    }
}

/* Medium Size Screens */
@media (min-width: 768px) and (max-width: 991px) {
    .slider .slide-title {
        font-size: 50px;
        margin-bottom: 10px;
    }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {

    .slider .slide-desc {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .fancybox-layout5.mobpb30 {
        padding-bottom: 25px !important;
    }

    .slider .fancybox-layout5 .fancybox-item {
        padding: 0px;
        width: 130px !important;
        height: 130px !important;
    }

    .slider .fancybox-layout5 .fancybox-item .fancybox-title {
        font-size: 16px;
        margin-bottom: 0;
    }

    .slider .fancybox-layout5 .fancybox-item:not(:nth-child(-n+2)) {
        margin-top: -30px;
    }

    .slider .fancybox-layout5 .fancybox-item .fancybox-body {
        text-align: center;
        padding: 25px 25px !important;
        max-width: 150px !important;
        background-color: #ffffff;
        -webkit-clip-path: url(#hexagon-clippath);
        clip-path: url(#hexagon-clippath);
    }

    .fancybox-layout4 .fancybox-title {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

}

/*  Small Screens and tablets  */
@media (min-width: 576px) and (max-width: 767px) {
    .slider .slide-title {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 10px;
    }

    .slider .slick-arrow.slick-prev {
        left: 0;
    }

    .slider .slick-arrow.slick-next {
        right: 0;
    }
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
    .slider .slide-title {
        font-size: 27px;
        margin-bottom: 10px;
    }

    .slider .btn {
        margin-bottom: 10px;
    }

    .slider .slick-arrow {
        display: none;
    }

    .slider .slide-item {
        padding: 30px 10px;
    }
}

/*--------------------------
      Video
--------------------------*/
.video-btn {
    text-align: center;
    display: inline-flex;
    position: relative;
    padding-left: 88px;
    height: 88px;
    align-items: center;
}

.video-btn .video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 88px;
    height: 88px;
    line-height: 88px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #00BDE0;
    transition: all 0.3s linear;
}

.video-btn .video-player:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.video-btn .video-player:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30px;
    width: 30px;
    z-index: 3;
    border-radius: 50%;
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
}

.video-btn:hover .video-player {
    background-color: #031B4E;
}

.video-btn .video-btn-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
    margin-left: 22px;
}

.video-btn-sm {
    padding-left: 68px;
    height: 68px;
}

.video-btn-sm .video-player {
    width: 68px;
    height: 68px;
    line-height: 68px;
}

.video-btn-primary .video-player {
    background-color: #031B4E;
}

.video-btn-primary:hover .video-player {
    background-color: #00BDE0;
}

.video-btn-white .video-player {
    background-color: #ffffff !important;
    color: #031B4E;
}

.video-btn-white .video-player-animation {
    border-color: #ffffff !important;
}

.video-banner {
    position: relative;
    z-index: 2;
}

.video-banner img {
    border-radius: 15px;
}

.video-banner .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-banner .video-btn-title {
    position: absolute;
    bottom: -30px;
    left: -7px;
    line-height: 1.5;
}

/*-----------------------
    Features
------------------------*/
.feature-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    transition: all 0.3s linear;
}

.feature-item:last-of-type {
    margin-bottom: 0;
}

.feature-item .feature-icon {
    position: relative;
    width: 26px;
    height: 30px;
    margin-right: 10px;
    background-color: #031B4E;
    -webkit-clip-path: url(#hexagon-clippath);
    clip-path: url(#hexagon-clippath);
}

.feature-item .feature-icon:before {
    content: "\e93d";
    font-family: "icomoon";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 8px;
    color: #ffffff;
    transform: translate(calc(-50% - 1px), -50%);
}

.feature-item .feature-title {
    font-size: 15px;
    font-weight: 700;
    color: #031B4E;
}

.features-list,
.features-list-layout2 .feature-item {
    padding: 20px;
    background-color: #eef7ff;
    -webkit-clip-path: polygon(calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 0);
}

.features-list-layout2 .feature-item {
    padding: 10px;
    border-radius: 0;
}

.features-list-layout3 .feature-item {
    padding-bottom: 10px;
}

.features-list-layout3 .feature-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 30px;
    height: 1px;
    background-color: #dfdfea;
}

.features-list-layout3 .feature-item:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
}

.features-list-layout3 .feature-item:last-of-type:after {
    display: none;
}

.features-list-layout3 .feature-item .feature-icon {
    width: 26px;
    height: 26px;
    -webkit-clip-path: none;
    clip-path: none;
    border-radius: 50%;
}

.features-list-layout3 .feature-item .feature-icon:before {
    content: "\e907";
}

.features-list-layout3.list-secondary .feature-item .feature-title {
    color: #00BDE0;
}

.features-list-layout3.list-secondary .feature-item .feature-icon {
    background-color: #00BDE0;
}

@media (max-width: 1199px) {
    .feature-item {
        margin: 10px 0;
    }
}

@media (max-width: 992px) {
    .features-layout2 .feature-item .feature-img {
        display: none;
    }
}

/* Mobile Phones and tablets  */
@media (min-width: 320px) and (max-width: 767px) {
    .feature-item .feature-content {
        padding: 20px;
    }

    .feature-item .feature-title {
        font-size: 16px !important;
        margin-bottom: 5px;
    }

    .feature-item .feature-desc {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .features-list-layout2 .feature-item {
        padding: 5px;
        border-radius: 0;
    }

    .features-list-layout2 .feature-item .feature-title {
        font-size: 12px !important;
    }

}

/*-----------------------
     fancybox 
------------------------*/
.fancybox-item {
    position: relative;
}

.fancybox-item .fancybox-icon {
    font-size: 45px;
    line-height: 1;
}

.fancybox-item .fancybox-desc {
    margin-bottom: 0;
}

.fancybox-layout1 .fancybox-item {
    padding: 30px;
    text-align: center;
    margin-bottom: 40px;
    background-color: #eef7ff;
    border-radius: 10px 10px 0 0;
    -webkit-clip-path: url(#path-direction-down);
    clip-path: url(#path-direction-down);
    transition: all 0.3s linear;
}

.fancybox-layout1 .fancybox-item .fancybox-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 104px;
    height: 118px;
    margin: 0 auto 22px;
    color: #ffffff;
    background-color: #031B4E;
    -webkit-clip-path: url(#hexagon-clippath);
    clip-path: url(#hexagon-clippath);
}

.fancybox-layout1 .fancybox-item .fancybox-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
}

.fancybox-layout1 .fancybox-item .fancybox-desc {
    margin-bottom: 21px;
}

.fancybox-layout1 .fancybox-item .btn:hover .plus-icon {
    background-color: #00BDE0;
}

.fancybox-layout1 .fancybox-item:hover .fancybox-icon {
    background-color: #00BDE0;
}

.fancybox-layout2 .fancybox-item {
    display: flex;
    margin-bottom: 30px;
}

.fancybox-layout2 .fancybox-item .fancybox-body {
    padding-bottom: 27px;
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
}

.fancybox-layout2 .fancybox-item .fancybox-icon {
    flex: 0 0 80px;
    max-width: 80px;
}

.fancybox-layout2 .fancybox-item .fancybox-title {
    font-size: 20px;
    margin-bottom: 16px;
}

.fancybox-layout2 .fancybox-item:hover .fancybox-icon {
    -webkit-animation: slideTopDown 1s infinite;
    animation: slideTopDown 1s infinite;
}

.fancybox-layout3,
.fancybox-layout4 {
    overflow-x: hidden;
}

.fancybox-layout3 .heading-subtitle,
.fancybox-layout3 .heading-desc:last-of-type,
.fancybox-layout4 .heading-subtitle,
.fancybox-layout4 .heading-desc:last-of-type {
    color: #c1c3ec;
}

.fancybox-layout3 .fancybox-item,
.fancybox-layout4 .fancybox-item {
    padding: 30px 30px 30px 30px;
    border-radius: 4px;
    background-color: #ffffff;
}

.fancybox-layout3 .fancybox-item .fancybox-img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    opacity: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 0 !important;
    transform: scale(0.6);
    transition: all 0.3s ease;
}

.fancybox-layout4 .fancybox-item .fancybox-img {
    display: none;
}

.fancybox-layout3 .fancybox-item .fancybox-icon {
    color: #031B4E;
    margin-bottom: 37px;
    transition: all 0.3s linear;
}

.fancybox-layout4 .fancybox-item .fancybox-icon {
    color: #031B4E;
    margin-bottom: 17px;
    transition: all 0.3s linear;
}

.fancybox-layout3 .fancybox-item .fancybox-title {
    color: #031B4E;
    font-size: 20px;
    margin-bottom: 17px;
}

.fancybox-layout4 .fancybox-item .fancybox-title {
    font-size: 20px;
    position: absolute;
    z-index: 99 !important;
    width: 100%;
    margin: 0 !important;
    padding: 0;
}

.fancybox-layout4 .fancybox-item:hover .fancybox-title {
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);

}

.fancybox-layout3 .fancybox-item .btn {
    margin-top: 26px;
}

.fancybox-layout4 .fancybox-item .btn {
    margin-top: 15px;
    margin-left: -5px;
}

.fancybox-layout3 .fancybox-item:hover .fancybox-icon,
.fancybox-layout4 .fancybox-item:hover .fancybox-icon {
    opacity: 1;
    z-index: 9;
}

.fancybox-layout4 .fancybox-item:hover .fancybox-icon {
    color: #fff;
}

.fancybox-layout3 .fancybox-item:hover .fancybox-img,
.fancybox-layout4 .fancybox-item:hover .fancybox-img {
    opacity: 0.5;
    z-index: 0;
    transform: scale(1);
}

.fancybox-layout4 .fancybox-item .fancybox-body {
    min-height: 70px;
}

.fancybox-layout4 .fancybox-item:hover {
    background-color: #00BDE0;
}

.fancybox-layout4 .fancybox-item:hover .fancybox-body .btn-link {
    color: #FFF1EE;
}

.fancybox-layout4 .fancybox-item .fancybox-body .btn-link {
    margin-top: 70px;
}

.fancybox-layout4 .fancybox-item:hover .fancybox-body .btn-link .icon-filled {
    background-color: #fff;
    color: #010711;
}

.fancybox-layout4 .fancybox-item .fancybox-body .btn-link:hover {
    color: #fff;
}

.fancybox-layout4 {
    padding-bottom: 100px;
}

.fancybox-layout4 .slick-dots {
    position: absolute;
    bottom: -40px;
    text-align: right;
    right: calc((100% - 0px) / 2);
}

.fancybox-layout4 .slick-dots li button {
    background-color: #ffffff;
}

.fancybox-layout4 .slick-dots li.slick-active button {
    background-color: #ffffff;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.15);
}

.fancybox-layout4 .fancybox-item .fancybox-title {
    min-height: 70px;
}



/* fancybox-layout4 box animation */

.fancybox-layout4 .fancybox-item {
    padding: 30px;
    border-radius: 4px;
    background-color: #ffffff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    /* smooth hover */
    cursor: pointer;
    /* 👈 hand cursor on hover */
    position: relative;
    /* ensure proper stacking for hover effects */
}

/* Hover effect for the box */
.fancybox-layout4 .fancybox-item:hover {
    transform: scale(1.05);
    /* zoom effect */
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
    /* soft shadow */
}

/* Image animation */
.fancybox-layout4 .fancybox-item .fancybox-img {
    display: block;
    /* ensure image shows if hidden */
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 0 !important;
    transform: scale(0.6);
    transition: all 0.4s ease;
    /* smoother transition */
}

/* Hover effect for image */
.fancybox-layout4 .fancybox-item:hover .fancybox-img {
    opacity: 0.6;
    z-index: 0;
    transform: scale(1);
    /* zoom in smoothly */
}

/* Optional: change icon and title color on hover */
.fancybox-layout4 .fancybox-item:hover .fancybox-icon,
.fancybox-layout4 .fancybox-item:hover .fancybox-title {
    color: #fff;
    transition: all 0.4s ease;
}


/**/
.fancybox-layout5 .fancybox-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.fancybox-layout5 .heading-desc {
    color: #c1c3ec;
}

.fancybox-layout5 .fancybox-item {
    margin: 10px;
    padding: 0px;
    width: 290px;
    -webkit-clip-path: url(#hexagon-clippath);
    clip-path: url(#hexagon-clippath);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    /* smooth hover */
}

.fancybox-layout5 .fancybox-item:hover {
    transform: scale(1.05);
    /* zoom effect */
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
    /* shadow on hover */
    cursor: pointer;
    /* 👈 hand cursor */
}

.fancybox-layout5 .fancybox-item .fancybox-icon {
    color: #2e3192;
    margin-bottom: 11px;
}

.fancybox-layout5 .fancybox-item .fancybox-body {
    text-align: center;
    padding: 70px 13px 70px;
    background-color: #ffffff;
    -webkit-clip-path: url(#hexagon-clippath);
    clip-path: url(#hexagon-clippath);
}

.fancybox-layout5 .fancybox-item .fancybox-body.pd2 {
    padding: 85px 50px !important;
}

.fancybox-layout5 .fancybox-item .fancybox-title {
    font-size: 26px;
    margin-bottom: 10px;
    text-transform: none;
}

.fancybox-layout5 .fancybox-item .fancybox-icon,
.fancybox-layout5 .fancybox-item .fancybox-title,
.fancybox-layout5 .fancybox-item .fancybox-body {
    transition: all 0.2s linear;
}

.fancybox-layout5 .fancybox-item .btn-secondary .icon-filled {
    background-color: #00BDE0;
}

.fancybox-layout5 .fancybox-item .btn-secondary .icon-filled:hover {
    background-color: #2e3192;
}

.fancybox-layout5 .fancybox-item:hover .fancybox-body {
    background-color: #00BDE0;
}

.fancybox-layout5 .fancybox-item:hover .fancybox-body .fancybox-icon,
.fancybox-layout5 .fancybox-item:hover .fancybox-body .fancybox-title {
    color: #ffffff;
}

.fancybox-layout5 .fancybox-item:hover .fancybox-body .fancybox-icon img {
    background-color: #fff;
    border-radius: 50%;
}

.fancybox-layout5 .fancybox-item:hover .fancybox-body .btn-link.btn-secondary .icon-filled {
    color: #00BDE0;
    background-color: #ffffff;
}

.fancybox-light .fancybox-item .fancybox-icon,
.fancybox-light .fancybox-item .fancybox-title {
    color: #ffffff;
}

.fancybox-light .fancybox-item .fancybox-desc {
    color: #f9f9f9;
}

@media (min-width: 1200px) {
    .fancybox-layout3 .fancybox-desc {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .fancybox-layout3 .carousel-wrapper,
    .fancybox-layout4 .carousel-wrapper {
        margin-right: 0px;
    }

    .fancybox-layout5 .heading-desc {
        padding: 0 60px;
    }

    .fancybox-layout5 .fancybox-item:not(:nth-child(-n+4)) {
        margin-top: -30px;
    }
}

@media (min-width: 1500px) {

    .fancybox-layout3 .carousel-wrapper,
    .fancybox-layout4 .carousel-wrapper {
        margin-right: -100px;
    }

    .fancybox-layout5 {
        margin-right: 60px;
        margin-left: 60px;
        border-radius: 20px;
        overflow: hidden;
    }

    .fancybox-layout5 .heading-layout2 {
        padding: 0 70px;
    }

    .fancybox-layout5 .fancybox-item:not(:nth-child(-n+4)) {
        margin-top: -30px;
    }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
    .fancybox-item .fancybox-icon {
        font-size: 40px;
        margin-bottom: 5px;
    }

    .fancybox-item .fancybox-title {
        font-size: 15px !important;
        margin-bottom: 5px !important;
    }

    .fancybox-layout3 .fancybox-item,
    .fancybox-layout4 .fancybox-item {
        padding: 20px;
    }

    .fancybox-layout4 {
        padding-bottom: 100px !important;
    }

    .fancybox-layout4 .fancybox-img {
        display: none;
    }

    .fancybox-layout4 .fancybox-item:hover .fancybox-icon {
        opacity: 1;
    }
}

/*--------------------
     Team
---------------------*/
.member {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.3s linear;
}

.member .member-img {
    position: relative;
}

.member .member-img img {
    width: 100%;
}

.member .member-info {
    position: relative;
    margin-top: -100px;
    padding: 40px 40px 25px;
    background-color: transparent;
    -webkit-clip-path: url(#path-direction-up);
    clip-path: url(#path-direction-up);
    transition: all 0.3s ease;
}

.member .member-info .member-name {
    font-size: 20px;
    margin-bottom: 7px;
    padding-top: 10px;
    transition: all 0.3s ease;
}

.member .member-info .member-desc {
    font-size: 14px;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.member .social-icons {
    transform: scale(0);
    transition: all 0.3s ease;
}

.member .social-icons li:last-child {
    margin-right: 0;
}

.member .social-icons li a {
    width: 38px;
    height: 38px;
    border: 0;
    box-shadow: none;
    border-radius: 2px;
    background-color: #00BDE0;
    transition: all 0.3s linear;
}

.member .social-icons li a i {
    width: 20px;
    height: 20px;
    color: #00BDE0;
    background-color: #ffffff;
}

.member .social-icons li a:hover {
    background-color: #031B4E;
}

.member .social-icons li a:hover i {
    color: #031B4E;
}

.member:hover .member-info {
    background-color: #ffffff;
}

.member:hover .social-icons {
    transform: scale(1);
}

.team-layout1 .member {
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
}

.team-layout1 .member .member-info:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100px;
    background-color: #ffffff;
}

.team-layout2 .member .member-info {
    padding-top: 70px;
}

.team-layout2 .member:hover {
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
    .member {
        max-width: 450px;
        margin: 0 auto 30px;
    }

    .member .member-info .member-name {
        font-size: 15px;
        margin-bottom: 0;
    }

    .team-layout1 .member .member-info:after {
        height: 90px;
    }
}

/*----------------------------
     Testimonial
------------------------------*/
.testimonial-item {
    position: relative;
    padding: 47px 45px;
    border-radius: 10px;
}

.testimonial-title {
    color: #848e9f;
    font-size: 21px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.testimonial-meta {
    transition: opacity 0.3s ease;
    opacity: 0;
}

.testimonial-meta.slick-current {
    opacity: 1;
}

.testimonial-meta.slick-current .testimonial-thmb {
    border-color: #00BDE0;
    background-color: #ffffff;
}

.testimonial-meta-title {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 4px;
    white-space: nowrap;
}

.testimonial-meta-desc {
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
}

.testimonial-thmb {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.3s ease;
}

.testimonial-thmb img {
    display: block;
    border-radius: 50%;
    margin: auto;
}

.testimonials-rating {
    position: relative;
    max-width: 300px;
    padding: 20px 0px 20px 30px;
}

.testimonials-rating:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 143px;
    height: 95px;
    background-image: url(../images/icons/text-shape.png);
}

.testimonials-rating .total-rate {
    font-family: "Titillium Web", sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #031B4E;
    margin-right: 10px;
}

.testimonials-rating .overall-rate {
    font-weight: 700;
    color: #00BDE0;
    border-bottom: 2px solid #00BDE0;
}

.testimonial-hidden .testimonial-item {
    display: none;
}

.testimonials-layout2 .testimonial-item,
.testimonials-layout3 .testimonial-item {
    padding: 0;
}

.testimonials-layout2 .testimonial-thmb,
.testimonials-layout3 .testimonial-thmb {
    width: 68px;
    height: 68px;
    padding: 10px;
    flex: 0 0 68px;
    border: 2px solid #c1c3ec;
}

.testimonials-layout2 .slick-arrow,
.testimonials-layout3 .slick-arrow {
    width: 34px;
    height: 34px;
}

.testimonials-layout2 .slick-arrow:before,
.testimonials-layout3 .slick-arrow:before {
    width: 34px;
    height: 34px;
    font-size: 11px;
    background-color: #00BDE0;
}

.testimonials-layout2 .testimonial-item .testimonial-meta {
    padding-left: 120px;
}

.testimonials-layout2 .testimonial-title {
    font-size: 23px;
}

.testimonials-layout2 .slick-arrow {
    top: calc(100% - 34px);
}

.testimonials-layout2 .slick-arrow.slick-next {
    right: auto;
    left: 50px;
}

.testimonials-layout2 .slick-arrow:hover:before {
    color: #00BDE0;
    background-color: #ffffff;
}

.testimonials-layout3 .testimonials-container {
    position: relative;
    padding-left: 115px;
}

.testimonials-layout3 .testimonials-container:before {
    content: "\e93e";
    font-family: "icomoon";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 45px;
    color: #00BDE0;
}

.testimonials-layout3 .testimonial-title {
    font-size: 24px;
}

.testimonials-layout3 .slider-nav-thumbnails {
    padding-left: 115px;
    overflow: hidden;
}

.testimonials-layout3 .testimonial-thmb {
    position: relative;
}

.testimonials-layout3 .testimonial-thmb:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    border-radius: 50%;
    opacity: 0;
    background-color: rgba(244, 87, 46, 0.8);
    transform: scale(0.7);
    transition: all 0.3s ease;
}

.testimonials-layout3 .testimonial-meta.slick-current .testimonial-thmb:before {
    opacity: 1;
    transform: scale(1);
}

.testimonials-layout3 .slick-arrow {
    top: calc(100% + 34px);
}

.testimonials-layout3 .slick-arrow:before {
    background-color: #031B4E;
}

.testimonials-layout3 .slick-arrow.slick-next {
    right: auto;
    left: 40px;
}

.testimonials-layout3 .slick-arrow:hover:before {
    color: #ffffff;
    background-color: #00BDE0;
}

.testimonials-light .testimonial-title,
.testimonials-light .testimonial-meta-title {
    color: #ffffff;
}

.testimonials-light .testimonial-meta-desc {
    color: #c1c3ec;
}

@media (max-width: 991px) {
    .testimonials-layout1 .testimonial-item {
        padding: 27px;
    }

    .testimonials-layout1 .testimonials-wrapper > [class*=col-]:nth-of-type(odd) .testimonial-item:before {
        left: 27px;
    }

    .testimonials-layout3 .testimonial-title {
        font-size: 20px;
    }

    .testimonials-layout3 .testimonial-thmb {
        width: 50px;
        height: 50px;
        flex: 0 0 50px;
        padding: 5px;
    }

    .testimonials-layout3 .testimonial-thmb:before {
        top: 5px;
        right: 5px;
        left: 5px;
        bottom: 5px;
    }

    .testimonials-layout3 .testimonials-container {
        position: relative;
        padding-left: 15px;
    }

    .testimonials-layout3 .testimonials-container:before {
        content: "\e93e";
        font-family: "icomoon";
        position: absolute;
        top: -20px;
        left: -20px;
        font-size: 25px;
        color: #00BDE0;
    }

    .testimonials-layout3 .testimonial-title {
        font-size: 14px;
    }

    .testimonials-layout3 .slider-nav-thumbnails {
        padding-left: 115px;
        overflow: hidden;
    }
}

@media (min-width: 576px) {
    .testimonials-layout1 .testimonial-item {
        margin-bottom: 80px;
    }

    .testimonials-layout1 .testimonials-wrapper > [class*=col-]:nth-of-type(4n+0) .testimonial-item,
    .testimonials-layout1 .testimonials-wrapper > [class*=col-]:nth-of-type(4n+1) .testimonial-item {
        background-color: #ffffff;
        box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
    }

    .testimonials-layout1 .testimonials-wrapper > [class*=col-]:nth-of-type(4n+0) .testimonial-item:before,
    .testimonials-layout1 .testimonials-wrapper > [class*=col-]:nth-of-type(4n+1) .testimonial-item:before {
        content: "\e93e";
        font-family: "icomoon";
        position: absolute;
        top: -30px;
        left: 45px;
        font-size: 45px;
        color: #00BDE0;
    }

    .testimonials-layout1 .testimonials-wrapper > [class*=col-]:nth-of-type(4n+0) .testimonial-item:after,
    .testimonials-layout1 .testimonials-wrapper > [class*=col-]:nth-of-type(4n+1) .testimonial-item:after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50px;
        border-style: solid;
        border-width: 36px 46px 0 0;
        border-color: #ffffff transparent transparent transparent;
    }
}

@media (max-width: 575px) {
    .testimonials-layout1 .testimonial-item {
        margin-bottom: 40px;
    }

    .testimonials-layout1 .testimonials-wrapper > [class*=col-]:nth-of-type(odd) .testimonial-item {
        background-color: #ffffff;
        box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
    }

    .testimonials-layout1 .testimonials-wrapper > [class*=col-]:nth-of-type(odd) .testimonial-item:before {
        content: "\e93e";
        font-family: "icomoon";
        position: absolute;
        top: -30px;
        left: 27px;
        font-size: 45px;
        color: #00BDE0;
    }

    .testimonials-layout1 .testimonials-wrapper > [class*=col-]:nth-of-type(odd) .testimonial-item:after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50px;
        border-style: solid;
        border-width: 36px 46px 0 0;
        border-color: #ffffff transparent transparent transparent;
    }
}

/* Mobile Phones and tablets */
@media (max-width: 992px) {
    .testimonial-title {
        font-size: 18px;
    }

    .testimonial-meta-title {
        font-size: 13px;
    }
}

/*---------------------------
    Client
---------------------------*/
.client {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 90px;
}

.client img {
    padding: 0 15px;
    transition: transform 0.5s ease;
}

.client:hover img {
    transform: scale(1.1);
}

.clients-light .client img {
    filter: brightness(100);
}

.clients-light .client img:first-of-type {
    opacity: 0.98;
}

/*--------------------
     Blog
-------------------*/
.post-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.08);
    transition: all 0.3s linear;
}

.post-item:not(.post-item-single):after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    background-color: #00BDE0;
    transform: scale(0.7);
    transition: all 0.3s ease-in-out 0s;
}

.post-item .post-img {
    position: relative;
    overflow: hidden;
}

.post-item .post-img img {
    transition: all 0.9s ease;
}

.post-item .post-img .post-meta-date {
    position: absolute;
    z-index: 3;
    top: 40px;
    left: 40px;
    height: 39px;
    display: flex;
}

.post-item .post-img .post-meta-date .day,
.post-item .post-img .post-meta-date .month {
    display: inline-flex;
    align-items: center;
}

.post-item .post-img .post-meta-date .day {
    padding: 0 10px;
    font-size: 26px;
    color: #ffffff;
    background-color: #031B4E;
}

.post-item .post-img .post-meta-date .month {
    padding: 0 15px;
    color: #848e9f;
    background-color: #ffffff;
}

.post-item .post-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 23px;
}

.post-item .post-title a {
    color: #031B4E;
}

.post-item .post-title a:hover {
    color: #031B4E;
}

.post-item .post-meta {
    margin-bottom: 18px;
}

.post-item .post-meta > * {
    position: relative;
    font-size: 13px;
    color: #031B4E;
    line-height: 1;
    margin-right: 8px;
    padding-right: 8px;
}

.post-item .post-meta > *:after {
    content: "-";
    position: absolute;
    top: 0;
    right: -2px;
    color: #848e9f;
}

.post-item .post-meta > *:last-child {
    padding-right: 0;
    margin-right: 0;
}

.post-item .post-meta > *:last-child:after {
    display: none;
}

.post-item .post-body {
    position: relative;
    z-index: 3;
    padding: 20px 30px 20px 30px !important;
    transition: all 0.3s ease-in-out 0s;
}

.post-item .post-meta-cat {
    display: inline-flex;
}

.post-item .post-meta-cat a {
    position: relative;
    color: #00BDE0;
    padding-right: 7px;
    font-weight: 700;
}

.post-item .post-meta-cat a:hover {
    color: #031B4E;
}

.post-item .post-meta-cat a:after {
    content: ",";
    position: absolute;
    top: -1px;
    right: 1px;
    color: #00BDE0;
}

.post-item .post-meta-cat a:last-child {
    padding-right: 0;
}

.post-item .post-meta-cat a:last-child:after {
    display: none;
}

.post-item .btn-link {
    padding: 12px 0;
    margin-top: 5px;
    opacity: 0;
    color: #ffffff;
}

.post-item .btn-link .plus-icon {
    color: #00BDE0;
    background-color: #ffffff;
}

.post-item .btn-link:hover .plus-icon {
    color: #ffffff !important;
    background-color: #031B4E !important;
}

.post-item:hover .post-img img {
    transform: scale(1.1) rotate(1deg);
}

.blog-layout1 .post-item {
    border-radius: 6px 6px 0 0;
    margin-bottom: 30px;
    border-bottom: 8px solid #dfdfea;
}

.blog-layout1 .post-item .post-img {
    border-radius: 6px 6px 0 0;
}

.blog-layout1 .post-item:hover {
    border-bottom-color: #031B4E;
}

.blog-layout1 .post-item:hover:after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.blog-layout1 .post-item:hover .post-img img {
    transform: scale(1.1) rotate(1deg);
}

.post-item .post-desc p,
.post-item .post-desc div,
.post-item .post-desc li {
    color: #000 !important;
}

.blog-layout1 .post-item:hover .post-title a,
.blog-layout1 .post-item:hover .post-meta-cat a,
.blog-layout1 .post-item:hover .post-meta-cat a:after {
    color: #ffffff;
}

.blog-layout1 .post-item:hover .post-body {
    transform: translateY(-65px);
}

.blog-layout1 .post-item:hover .btn-link {
    transition-delay: 0.2s;
    opacity: 1;
}

.blog-layout2 .post-item {
    box-shadow: none;
    margin-bottom: 40px;
}

.blog-layout2 .post-item .post-img {
    overflow: hidden;
    border-radius: 5px;
}

.blog-layout2 .post-item.featured-post .post-img {
    max-height: 360px;
}

.blog-layout2 .post-item.featured-post .post-img img {
    width: 100%;
}

.blog-layout2 .post-item.featured-post .post-title {
    font-size: 24px;
}

.blog-layout2 .post-item:not(.featured-post) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.blog-layout2 .post-item:not(.featured-post) .post-img {
    flex: 180px 0 0;
    max-width: 180px;
}

.blog-layout2 .post-item:not(.featured-post) .post-body {
    padding: 15px 30px;
    margin-bottom: 0;
    flex: calc(100% - 180px) 0 0;
    max-width: calc(100% - 180px);
}

.blog-layout2 .post-item:not(.featured-post) .post-title {
    margin-bottom: 0;
}

/* Blog Sigle */
.post-item-single .post-img {
    border-radius: 5px 5px 0 0;
}

.blog-widget-title {
    font-size: 21px;
    margin-bottom: 24px;
}

.widget-nav .nav-icon {
    position: relative;
    max-width: 60px;
    flex: 0 0 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #eaeaea;
    transition: all 0.3s linear;
}

.widget-nav .nav-ttile {
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
    color: #031B4E;
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
    transition: all 0.3s linear;
}

.widget-nav .nav-next .nav-icon {
    margin-right: 20px;
}

.widget-nav .nav-prev .nav-icon {
    margin-left: 20px;
}

.widget-nav .nav-prev .nav-ttile {
    text-align: right;
}

.widget-nav .nav-next,
.widget-nav .nav-prev {
    flex: 0 0 160px;
    max-width: 160px;
}

.widget-nav .nav-next:hover .nav-icon,
.widget-nav .nav-prev:hover .nav-icon {
    color: #ffffff;
    border-color: #031B4E;
    background-color: #031B4E;
}

.widget-nav .nav-next:hover .nav-ttile,
.widget-nav .nav-prev:hover .nav-ttile {
    color: #00BDE0;
}

.blog-author {
    position: relative;
    padding: 35px;
    border-radius: 5px 5px 0 0;
    border-bottom: 8px solid #031B4E;
    box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
}

.blog-author .blog-author-avatar {
    flex: 0 0 100px;
    max-width: 100px;
    overflow: hidden;
    margin-bottom: 20px;
    padding-right: 30px;
}

.blog-author .blog-author-avatar img {
    border-radius: 3px;
}

.blog-author .blog-author-content {
    flex: calc(100% - 100px);
    max-width: calc(100% - 100px);
}

.blog-author .blog-author-name {
    font-size: 18px;
    margin-bottom: 12px;
}

.blog-author .blog-author-bio {
    font-size: 15px;
    margin-bottom: 13px;
}

.bordered-box {
    border-radius: 4px;
    border: 1px solid #e5e8ea;
}

.bordered-box .blog-share,
.bordered-box .blog-tags {
    padding: 25px;
}

.comments-list .comment-item {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 30px;
}

.comments-list .comment-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comments-list .comment-item .comment-avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.comments-list .comment-item .comment-avatar img {
    border-radius: 50%;
}

.comments-list .comment-item .comment-content {
    padding-left: 120px;
}

.comments-list .comment-item .comment-content .comment-author {
    display: inline-flex;
    font-size: 18px;
    margin-right: 20px;
    margin-bottom: 0;
}

.comments-list .comment-item .comment-content .comment-date {
    font-size: 12px;
    line-height: 1;
    color: #616161;
}

.comments-list .comment-item .comment-content .comment-desc {
    margin-bottom: 6px;
    padding: 35px 40px;
    position: relative;
    margin: 10px 0;
    background-color: #eef7ff;
}

.comments-list .comment-item .comment-content .comment-desc:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    border-style: solid;
    border-width: 0 20px 15px 0;
    border-color: transparent #eef7ff transparent transparent;
}

.comments-list .comment-item .comment-content .comment-reply {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #00BDE0;
}

.comments-list .comment-item .comment-content .comment-reply:hover {
    color: #031B4E;
}

.comments-list .comment-item .nested-comment {
    border-top: 1px solid #eaeaea;
    padding: 30px 0 0 0;
    margin: 30px 0 0 90px;
}

.blog-comments-form .form-control {
    height: 60px;
}

.blog-comments-form .btn {
    height: 70px;
    line-height: 70px;
}

.blog-tags ul li a {
    position: relative;
    font-size: 14px;
    padding-right: 5px;
    color: #031B4E;
}

.blog-tags ul li a:hover {
    color: #00BDE0;
}

.blog-tags ul li a:before {
    content: ",";
    position: absolute;
    top: -2px;
    right: 1px;
    color: #031B4E;
}

.blog-tags ul li:last-child a:before {
    display: none;
}

@media (min-width: 1200px) {
    .blog-single .post-item .post-title {
        font-size: 30px;
    }

    .blog-single .post-item .post-title h1 {
        font-size: 30px;
    }

    .blog-single .post-item .post-desc p {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 25px;

    }

    .blog-single .post-item .post-body {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .widget-nav-next {
        text-align: right;
        flex-direction: row-reverse;
    }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
    .post-item {
        margin-bottom: 15px;
    }

    .post-item .post-title {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .post-item .post-body {
        padding: 17px 20px;
    }

    .post-item .post-img .post-meta-date {
        top: 20px;
        left: 20px;
        height: 29px;
    }

    .post-item .post-img .post-meta-date .day {
        padding: 0 7px;
        font-size: 20px;
    }

    .post-item .post-img .post-meta-date .month {
        padding: 0 7px;
    }

    .comments-list .comment-item .comment-avatar {
        width: 40px;
        height: 40px;
    }

    .comments-list .comment-item .comment-content {
        padding-left: 50px;
    }

    .comments-list .comment-item .comment-content .comment-desc {
        font-size: 13px;
        padding: 10px;
    }

    .widget-nav .nav-icon {
        max-width: 40px;
        flex: 0 0 40px;
        height: 40px;
    }

    .widget-nav .nav-next .nav-icon {
        margin-right: 10px;
    }

    .widget-nav .nav-prev .nav-icon {
        margin-left: 10px;
    }

    .widget-nav .nav-ttile {
        flex: 0 0 calc(100% - 50px);
        max-width: calc(100% - 50px);
    }

    .comments-list .comment-item .nested-comment {
        padding: 20px 0 0 0;
        margin: 20px 0 0 40px;
    }

    .bordered-box .blog-share,
    .bordered-box .blog-tags {
        padding: 10px;
    }

    .blog-carousel .heading-wrapper {
        margin-bottom: 60px !important;
    }

    .blog-carousel .btn-explore {
        position: relative;
        right: 0;
    }

    .blog-carousel .heading-title {
        font-size: 18px;
    }

    .blog-carousel .slick-arrow {
        top: -30px;
    }
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
    .blog-author {
        flex-direction: column;
        padding: 20px;
    }

    .blog-author:after {
        top: 20px;
        bottom: 20px;
    }

    .blog-author .blog-author-avatar,
    .blog-author .blog-author-content {
        flex: 100%;
        max-width: 100%;
    }
}

/*----------------------------
    Contact
----------------------------*/
.contact-info .boxes-wrapper {
    position: relative;
    z-index: 3;
    margin-top: -40px;
    overflow: hidden;
    border-radius: 10px;
}

.contact-info .boxes-wrapper > [class*=col-]:nth-of-type(1) .contact-box {
    background-color: #031B4E;
}

.contact-info .boxes-wrapper > [class*=col-]:nth-of-type(2) .contact-box {
    background-color: #3851a2;
}

.contact-info .boxes-wrapper > [class*=col-]:nth-of-type(3) .contact-box {
    background-color: #2d4990;
}

.contact-info .contact-box {
    position: relative;
    padding: 45px;
    height: 100%;
}

.contact-info .contact-box .contact-title {
    font-size: 19px;
}

.contact-info .contact-box .contact-icon {
    font-size: 50px;
    flex: 0 0 80px;
    max-width: 80px;
}

.contact-info .contact-box .contact-title,
.contact-info .contact-box .contact-icon,
.contact-info .contact-box .time-list li,
.contact-info .contact-box .contact-desc {
    color: #ffffff;
}

.contact-info .contact-box .phone-number {
    font-size: 23px;
    margin-top: 5px;
    font-weight: 600;
    color: #ffffff !important;
}

.contact-info .contact-box .phone-number .icon-phone {
    font-size: 17px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    background-color: #1ebaae;
}

.contact-info .contact-box .btn-white.btn-outlined {
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.contact-panel {
    position: relative;
    z-index: 2;
    padding: 60px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.1);
}

.contact-panel .panel-header {
    padding: 35px 40px;
    border-radius: 5px 5px 0 0;
    background-color: #031B4E;
}

.contact-panel .panel-header .panel-title {
    font-size: 20px;
}

.map iframe {
    width: 100%;
}

.map-container {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 340px;
    transform: translateY(-50%);
    margin-left: calc((100% - 1250px) / 2);
    margin-right: calc((100% - 1250px) / 2);
}

.map-container .accordion-item {
    padding: 0;
    border: 0;
}

.map-container .accordion-item.opened .accordion-header:not(.collapsed) .accordion-title {
    color: #00BDE0;
}

.map-container .accordion-header {
    border-top: 1px solid #e7ebef;
    border-bottom: 1px solid #e7ebef;
}

.map-container .accordion-header,
.map-container .accordion-body {
    padding: 20px 40px;
}

.map-container .accordion-title {
    padding: 0 40px 0 0;
    font-size: 17px;
}

.map-container .accordion-title:after {
    left: auto;
    right: 0;
}

.map-container .contact-list li {
    font-size: 14px;
    margin-bottom: 7px;
}

.map-container .contact-list li:last-child {
    margin-bottom: 0;
}

.contact-panel-title {
    font-size: 24px;
    margin-bottom: 14px;
}

.contact-layout1 .text-block {
    margin-bottom: 37px;
    padding-right: 50px;
}

.contact-layout1 .text-block-desc {
    font-size: 15px;
}

.contact-layout2 .testimonials-layout2 {
    margin-top: 20px;
    padding-top: 70px;
    border-top: 2px solid #c1c3ec;
}

.contact-layout3 .fancybox-layout2 .fancybox-item .fancybox-body,
.contact-layout4 .fancybox-layout2 .fancybox-item .fancybox-body {
    border-bottom: 1px solid #6d6fb3;
}

.contact-layout3 .fancybox-layout2 .fancybox-item:last-of-type,
.contact-layout4 .fancybox-layout2 .fancybox-item:last-of-type {
    margin-bottom: 0;
}

.contact-layout3 .fancybox-layout2 .fancybox-item:last-of-type .fancybox-body,
.contact-layout4 .fancybox-layout2 .fancybox-item:last-of-type .fancybox-body {
    padding-bottom: 0;
    border-bottom: 0;
}

.contact-layout3 .btn-white,
.contact-layout4 .btn-white {
    color: #031B4E;
}

.contact-layout3 .btn-white:hover,
.contact-layout4 .btn-white:hover {
    color: #ffffff;
    background-color: #00BDE0;
}

.contact-layout4 .accordion-item {
    border-color: #6d6fb3;
    background-color: transparent;
}

.contact-layout4 .accordion-item:after {
    color: #031B4E;
    background-color: #ffffff;
}

.contact-layout4 .accordion-item:first-child {
    border-top-color: #ffffff;
}

.contact-layout4 .accordion-item .accordion-title {
    color: #ffffff;
}

.contact-layout4 .accordion-item .accordion-title:hover {
    color: #00BDE0;
}

.contact-layout4 .accordion-item .accordion-body p {
    color: #f9f9f9;
}

.contact-layout4 .accordion-item.opened .accordion-header:not(.collapsed) .accordion-title {
    color: #00BDE0;
}

.contact-layout4 .accordion-item.opened .accordion-header:not(.collapsed) .accordion-title:after {
    color: #00BDE0;
    background-color: #ffffff;
}

.contact-layout5 .contact-panel {
    border-radius: 15px;
}

.contact-layout5 .contact-panel-form {
    flex: 0 0 70%;
    max-width: 70%;
    padding-right: 50px;
}

.contact-layout5 .contact-panel-banner {
    padding-top: 30px;
    flex: 0 0 30%;
    max-width: 30%;
}

.contact-layout5 .widget-banner {
    padding: 50px;
}

.contact-layout5 .widget-banner.bg-overlay-primary::before {
    background-color: rgba(46, 49, 146, 0.95);
}

.contact-layout5 .widget-banner .widget-desc {
    font-size: 16px;
    margin-bottom: 160px;
}

.contact-layout5 .widget-banner .btn-white {
    color: #031B4E;
}

.contact-layout5 .widget-banner .btn-white:hover {
    color: #ffffff;
}

.locations-panel {
    margin-bottom: 65px;
}

.locations-panel .locations-panel-header {
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 25px;
}

.locations-panel .locations-panel-title {
    font-size: 25px;
    margin-bottom: 25px;
}

.locations-panel ul {
    display: flex;
    flex-wrap: wrap;
}

.locations-panel ul li {
    margin-bottom: 18px;
    flex-basis: 25%;
}

.locations-panel ul li a {
    color: #031B4E;
    font-size: 14px;
    font-weight: 700;
}

.locations-panel ul li a:hover {
    color: #00BDE0;
}

.locations-panel ul li a i {
    margin-right: 10px;
}

.login-form {
    margin: auto;
    padding: 60px;
    max-width: 400px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
}

@media (min-width: 1300px) {
    .contact-layout2 {
        margin-right: 20px;
        margin-left: 20px;
        overflow: hidden;
        border-radius: 20px;
    }
}

@media (min-width: 1500px) {
    .contact-layout2 {
        margin-right: 50px;
        margin-left: 50px;
    }
}

@media (min-width: 1200px) {

    .contact-layout2 .contact-panel,
    .contact-layout3 .contact-panel,
    .contact-layout4 .contact-panel {
        margin-left: 30px;
    }

    .contact-layout9 .contact-panel-form {
        padding-right: 70px;
    }

    .contact-layout8 .contact-panel {
        margin-right: 30px;
    }
}

@media (max-width: 1199px) {

    .contact-layout5 .contact-panel,
    .contact-layout5 .widget-banner {
        padding: 30px;
    }
}

/* Mobile Phones & tablets and Small Screens */
@media (max-width: 992px) {
    .contact-info .contact-box {
        padding: 25px;
    }

    .contact-panel {
        padding: 20px;
    }

    .contact-panel .contact-panel-desc {
        font-size: 13px;
        line-height: 23px;
    }

    .contact-layout3 .contact-panel,
    .contact-layout4 .contact-panel {
        margin-top: 30px;
    }

    .contact-layout5 .contact-panel-form {
        padding-right: 0;
    }

    .contact-layout5 .contact-panel-form,
    .contact-layout5 .contact-panel-banner {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Mobile Phones and tablets  */
@media (min-width: 320px) and (max-width: 767px) {
    .contact-info .boxes-wrapper {
        margin-top: -20px;
    }

    .contact-info .boxes-wrapper .contact-box {
        padding: 15px;
    }

    .contact-info .boxes-wrapper .contact-box .contact-icon {
        font-size: 40px;
        flex: 0 0 50px;
        max-width: 50px;
    }

    .contact-info .boxes-wrapper .contact-box .contact-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .locations-panel ul li {
        flex-basis: 50%;
    }
}

/*--------------------------
        pricing
--------------------------*/
[class*=pricing-widget-layout] {
    padding: 40px;
    border-radius: 12px;
}

[class*=pricing-widget-layout] .pricing-title {
    font-size: 19px;
}

[class*=pricing-widget-layout] .pricing-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdee2;
}

[class*=pricing-widget-layout] .pricing-list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

[class*=pricing-widget-layout] .pricing-list li .price {
    line-height: 1;
    padding: 6px 10px;
    border-radius: 5px;
}

.pricing-widget-layout1 {
    background-color: #eef7ff;
}

.pricing-widget-layout1 .pricing-list li .price {
    color: #ffffff;
    background-color: #031B4E;
}

.pricing-widget-layout2 {
    background-color: #fff2f2;
}

.pricing-widget-layout2 .pricing-list li .price {
    color: #ffffff;
    background-color: #00BDE0;
}

.pricing-widget-layout3 {
    border: 2px solid #dfdfea;
}

.pricing-widget-layout3 .pricing-list li .price {
    color: #ffffff;
    background-color: #00BDE0;
}

.widget-plan {
    border-radius: 13px;
    border: 2px solid #e6e8eb;
}

.widget-plan .widget-body {
    padding: 50px;
}

.widget-plan .widget-footer {
    padding: 50px;
    border-top: 2px solid #e6e8eb;
}

.widget-plan .plan-price {
    line-height: 1;
    font-size: 50px;
    color: #435BA1;
}

.widget-plan .plan-price .period {
    font-size: 14px;
}

/* Mobile Phones & tablets and Small Screens */
@media (max-width: 992px) {
    [class*=pricing-widget-layout] {
        padding: 20px;
        border-radius: 8px;
    }

    [class*=pricing-widget-layout] .pricing-title {
        font-size: 16px;
    }

    [class*=pricing-widget-layout] .pricing-list li {
        font-size: 14px;
    }

    [class*=pricing-widget-layout] .pricing-list li .price {
        padding: 3px 6px;
    }
}

/*--------------------
    Sidebar
----------------------*/
.sidebar.sticky-top {
    top: 100px;
}

.widget {
    position: relative;
    padding: 40px;
    overflow: hidden;
    margin-bottom: 40px;
    border-radius: 5px;
    border-bottom: 8px solid #dfdfea;
    box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
}

.widget:last-child {
    margin-bottom: 0;
}

.widget .widget-title {
    font-size: 23px;
    margin-bottom: 23px;
}

.widget-search {
    background-color: #031B4E;
}

.widget-search .widget-form-search {
    position: relative;
}

.widget-search .widget-form-search .form-control {
    height: 55px;
}

.widget-search .widget-form-search .form-control:focus {
    border-color: #031B4E;
}

.widget-search .widget-form-search .btn {
    position: absolute;
    top: 0;
    right: 20px;
    width: auto;
    color: #00BDE0;
    padding: 0;
    min-width: 0;
    height: 55px;
    line-height: 55px;
}

.widget-search .widget-form-search .btn:before {
    display: none;
}

.widget-search .widget-form-search .btn:hover {
    color: #031B4E;
}

.widget-categories ul li {
    margin-bottom: 11px;
}

.widget-categories ul li:last-child {
    margin-bottom: 0;
}

.widget-categories ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Titillium Web", sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 20px;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #031B4E;
    transition: all 0.3s linear;
}

.widget-categories ul li a .cat-count {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #00BDE0;
    transition: all 0.3s linear;
}

.widget-categories ul li a:hover,
.widget-categories ul li a.active {
    background-color: #00BDE0;
    -webkit-clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 0);
}

.widget-categories ul li a:hover .cat-count,
.widget-categories ul li a.active .cat-count {
    color: #00BDE0;
    background-color: #ffffff;
}

.widget-categories-layout2 ul li {
    margin-bottom: 11px;
}

.widget-categories-layout2 ul li:last-child {
    margin-bottom: 0;
}

.widget-categories-layout2 ul li a {
    position: relative;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    color: #00BDE0;
}

.widget-categories-layout2 ul li a:hover {
    color: #031B4E;
}

.widget-services ul li {
    margin-bottom: 4px;
}

.widget-services ul li:last-child {
    margin-bottom: 0;
}

.widget-services ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 700;
    padding: 22px 30px;
    text-transform: capitalize;
    border-radius: 50px;
    font-family: "Titillium Web", sans-serif;
    color: #00BDE0;
    background-color: #ffffff;
    transition: all 0.4s ease;
}

.widget-services ul li a:hover {
    color: #ffffff;
    background-color: #031B4E;
}

.widget-tags ul {
    display: flex;
    flex-wrap: wrap;
}

.widget-tags ul li a {
    display: block;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    padding: 6px 10px;
    margin: 0 10px 10px 0;
    border-radius: 3px;
    border: 1px solid #00BDE0;
    color: #00BDE0;
    background-color: #ffffff;
    transition: all 0.4s ease;
}

.widget-tags ul li a:hover {
    color: #ffffff;
    border-color: #00BDE0;
    background-color: #00BDE0;
}

/*widget posts*/
.widget-post-item {
    margin-bottom: 25px;
}

.widget-post-item:last-of-type {
    margin-bottom: 0;
}

.widget-post-item .widget-post-title {
    font-size: 16px;
    margin-bottom: 0;
}

.widget-post-item .widget-post-title a {
    color: #031B4E;
}

.widget-post-item:hover .widget-post-title a {
    color: #031B4E;
}

.widget-post-item .widget-post-img {
    flex: 0 0 80px;
    max-width: 80px;
    margin-right: 15px;
}

.widget-post-item .widget-post-img img {
    border-radius: 5px;
}

.widget-post-item .widget-post-date {
    line-height: 1;
    font-size: 13px;
    margin-bottom: 4px;
}

/*widget products*/
.widget-poducts .widget-product-item {
    margin-bottom: 20px;
}

.widget-poducts .widget-product-item:last-of-type {
    margin-bottom: 0;
}

.widget-poducts .widget-product-item .widget-product-title {
    font-size: 15px;
    margin-bottom: 0;
}

.widget-poducts .widget-product-item .widget-product-title a {
    color: #031B4E;
}

.widget-poducts .widget-product-item:hover .widget-product-title a {
    color: #031B4E;
}

.widget-poducts .widget-product-item .widget-product-img {
    margin-right: 20px;
    flex: 0 0 50px;
    max-width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 2px;
}

.widget-poducts .widget-product-item .widget-product-img img {
    border-radius: 5px;
}

.widget-poducts .widget-product-item .widget-product-price {
    color: #031B4E;
    font-size: 15px;
    font-weight: 700;
}

/* Widget Help */
.widget-banner .widget-icon {
    font-size: 55px;
    margin-bottom: 4px;
}

.widget-banner .widget-icon,
.widget-banner .widget-title {
    color: #ffffff;
}

.widget-banner .widget-desc {
    font-size: 17px;
    color: #f9f9f9;
    margin-bottom: 90px;
}

.widget-banner .phone-number {
    font-size: 20px;
    margin-top: 5px;
    color: #ffffff !important;
}

/* Widget schedule */
.widget-schedule {
    background-color: #f6f6f6;
}

.widget-schedule .widget-icon {
    color: #00BDE0;
    font-size: 50px;
    margin-bottom: 6px;
}

.time-list li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdee2;
}

.time-list li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

/* widget member */
.widget-member {
    padding: 0;
    overflow: visible;
}

.widget-member:after {
    display: none;
}

.widget-member .member {
    z-index: 3;
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}

.widget-member .member:before {
    transform: scaleX(1);
}

.widget-member .member .social-icons li {
    opacity: 1;
}

.widget-banner {
    border-bottom: 0;
}

/* Widget download */
.widget-download .btn {
    height: 80px;
    border-radius: 0;
    -webkit-clip-path: none;
    clip-path: none;
    padding: 0;
    justify-content: flex-start;
    text-align: center;
}

.widget-download .btn:not(:last-child) {
    margin-bottom: 20px;
}

.widget-download .btn .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    color: #ffffff;
    font-size: 30px;
    margin-right: 10px;
    margin: 0;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
}

.widget-download .btn .btn-text {
    flex: 1;
}

/* Widget Filter */
.widget-filter .ui-slider {
    background-color: rgba(34, 34, 34, 0.06);
    border-radius: 0;
    height: 4px;
    margin-bottom: 18px;
}

.widget-filter .ui-slider-range {
    height: 4px;
    background-color: #00BDE0;
}

.widget-filter .price-output {
    flex: 0 0 50%;
    max-width: 50%;
}

.widget-filter label {
    color: #848e9f;
    font-size: 14px;
    margin-bottom: 0;
}

.widget-filter input {
    background-color: transparent;
    color: #031B4E;
    font-size: 14px;
    border: none;
}

.widget-filter .btn-filter {
    font-size: 14px;
    font-weight: 700;
    color: #031B4E;
}

.ui-slider {
    position: relative;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-widget.ui-widget-content {
    border: none;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal .ui-slider-handle {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    width: 10px;
    height: 10px;
    border-radius: 4px;
    background-color: #00BDE0;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.sidebar-layout2 .widget {
    padding: 0;
    box-shadow: none;
    border-bottom: 0;
    background-color: transparent;
}

.sidebar-layout2 .widget:after {
    display: none;
}

@media (min-width: 1200px) {
    .sidebar.has-marign-right {
        margin-right: 40px;
    }

    .sidebar.has-marign-left {
        margin-left: 40px;
    }

    .widget-member.shifted-top {
        margin-top: -450px;
    }
}

@media (min-width: 320px) and (max-width: 992px) {
    .widget {
        padding: 20px;
        margin-bottom: 30px;
    }

    .widget:after {
        top: 20px;
        bottom: 20px;
    }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
    .widget {
        padding: 15px;
    }

    .widget:after {
        top: 15px;
        bottom: 15px;
    }

    .widget .widget-title {
        margin-bottom: 14px;
    }

    .widget-categories ul {
        padding: 0;
    }

    .widget-categories ul li a {
        font-size: 13px;
    }
}

/*----------------------
    About
-----------------------*/
.about-img {
    position: relative;
}

.about-img img {
    border-radius: 5px;
}

.about-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 120px;
    height: 120px;
}

.about-badge:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: spinner 10s infinite;
    animation: spinner 10s infinite;
    background: url(../images/icons/text-badge.png) no-repeat;
}

.about-badge .about-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    font-size: 42px;
    color: #ffffff;
    background-color: #00BDE0;
}

.about-badge .about-icon img {
    max-width: 50px;
}

.about-layout1 .about-badge {
    position: absolute;
    top: -60px;
    right: 60px;
}

.about-layout1 .about-Text {
    padding: 170px 0 0 70px;
}

.about-layout1 .about-Text p {
    font-size: 16px;
    color: #031C4E;
}

.about-layout1 .about-Text p:first-of-type {
    position: relative;
    font-weight: 600;
}

.about-layout1 .btn-xl {
    min-width: 230px;
}

.about-layout2 .about-img {
    padding-right: 40px;
}

.about-layout2 .about-text {
    position: absolute;
    top: 0;
    z-index: 2;
}

.about-layout2 .about-text-banner {
    position: relative;
    width: 470px;
    height: 400px;
    padding-right: 40px;
    display: flex;
    align-items: center;
}

.about-layout2 .about-text-banner:before,
.about-layout2 .about-text-banner:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: #ffffff;
}

.about-layout2 .about-text-banner:before {
    left: 0;
    width: calc(100% - 140px);
}

.about-layout2 .about-text-banner:after {
    right: 0;
    width: 141px;
    -webkit-clip-path: url(#path-direction-right);
    clip-path: url(#path-direction-right);
}

.about-layout2 .about-Text p {
    font-size: 16px;
}

.about-layout2 .author-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 2px solid #dfdfea;
    margin-right: 20px;
}

.about-layout2 .author-img img {
    border-radius: 50%;
}

.about-layout2 .author-title {
    font-size: 19px;
    margin-bottom: 0;
}

.about-layout2 .author-desc {
    font-size: 14px;
}

.about-layout2 .author-singnture {
    margin-left: 30px;
}

@media (max-width: 1365px) {
    .about-layout2 .about-text-banner .heading-layout2 h3.heading-title {
        font-size: 30px !important;
    }

    .about-layout2 .about-text-banner {
        position: relative;
        height: 300px;
        padding-right: 50px;
        margin-top: 50px;
    }
}

@media (max-width: 1199px) {
    .about-layout1 .about-img {
        margin-top: 70px;
    }

    .about-layout1 .about-Text {
        padding: 30px 0 0 0;
    }
}

@media (max-width: 767px) {
    .about-layout2 .about-img {
        padding-right: 0px;
    }

    .about-layout2 .about-text {
        position: absolute;
        top: 0;
        z-index: 9;
    }

    .about-layout2 .about-text-banner {
        position: relative;
        width: 250px;
        height: 200px;
        padding-right: 10px;
        display: flex;
        margin-top: 110px;
        align-items: center;
    }

    .about-layout2 .about-text-banner h3.heading-title {
        font-size: 20px !important;
        text-transform: none !important;
    }

    .about-layout2 .about-text-banner:before,
    .about-layout2 .about-text-banner:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: -1;
        background-color: #ffffff;
    }

    .about-layout2 .about-text-banner:before {
        left: 0;
        width: calc(100% - 139px);
    }

    .about-layout2 .about-text-banner:after {
        right: 0;
        width: 141px;
        -webkit-clip-path: url(#path-direction-right);
        clip-path: url(#path-direction-right);
    }

    .about-layout2 .about-Text p {
        font-size: 16px;
    }
}

/*-----------------------
    Services 
--------------------------*/
.service-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    border-radius: 7px 7px 0 0;
    border-bottom: 8px solid #dfdfea;
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.05);
    transition: all 0.4s ease;
}

.service-item.no-border {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    border-radius: 7px 7px 0 0;
    border-bottom: none;
    box-shadow: none;
    transition: all 0.4s ease;
}

.service-item {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
}

.service-item .service-category {
    display: inline-flex;
    padding: 5px 12px;
    margin-bottom: 27px;
    border-radius: 0 0 3px 3px;
    background-color: #00BDE0;
}

.service-item .service-category a {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    padding-right: 7px;
}

.service-item .service-category a:after {
    content: ",";
    position: absolute;
    top: 0;
    right: 2px;
    color: #ffffff;
}

.service-item .service-category a:last-of-type {
    padding-right: 0;
}

.service-item .service-category a:last-of-type:after {
    display: none;
}

.service-item .service-category a:hover {
    color: #031B4E;
}

.service-item .service-icon {
    color: #00BDE0;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 25px;
    transition: all 0.3s linear;
}

.service-item .service-title {
    font-size: 21px;
    margin-bottom: 18px;
    transition: all 0.3s linear;
}

.services-layout4 .service-item .service-title {
    font-size: 21px;
    margin-bottom: 10px;
    transition: all 0.3s linear;
}

.service-item .service-desc {
    margin-bottom: 26px;
    transition: all 0.3s linear;
}

.service-item .btn-link.btn-primary:hover .plus-icon {
    background-color: #00BDE0;
}

.service-item:hover {
    z-index: 3;
    border-color: #00BDE0 !important;
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
}

.services-layout1 .service-item {
    border-radius: 7px 0 0 7px;
}

.services-layout1 .service-item . {
    padding: 0 0 40px 40px;
    margin: -50px 50px 0 0;
    border-top-right-radius: 7px;
}

.services-layout2 {
    overflow-x: hidden;
}

.services-layout2 .service-item {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 0;
    border-right: 8px solid #dfdfea;
    box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.08);
}

.services-layout2 .service-item .service-img img {
    flex: 0 0 40%;
    max-width: 40%;


}

.services-layout2 .service-item . {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 50px 50px 50px 0;

}

.services-layout2 .service-item .:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -70px;
    width: 72px;
    z-index: -1;
    background-color: #ffffff;
    -webkit-clip-path: url(#path-direction-left2);
    clip-path: url(#path-direction-left2);


}

.services-layout2 .slick-slider {
    padding-bottom: 70px;
}

.services-layout4 {
    overflow: hidden;
}

.services-layout3 .service-item,
.services-layout4 .service-item,
.services-layout5 .service-item,
.services-layout6 .service-item {
    border-bottom: 0;
    overflow: visible;
    margin-bottom: 110px;
    box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.08);
}

.services-layout4 .service-item .service-body {
    padding: 50px 50px 50px;
    overflow: hidden;
    text-align: center;
}

.services-layout3 .service-item .,
.services-layout5 .service-item .service-body,
.services-layout6 .service-item .service-body {
    padding: 50px 50px 0;
    overflow: hidden;
}

.services-layout3 .service-item .service-desc,
.services-layout4 .service-item .service-desc,
.services-layout5 .service-item .service-desc,
.services-layout6 .service-item .service-desc {
    margin-bottom: 0;
}

.services-layout3 .service-item .service-icon,
.services-layout4 .service-item .service-icon,
.services-layout5 .service-item .service-icon,
.services-layout6 .service-item .service-icon {
    color: #031B4E;
    font-size: 75px;
    margin-bottom: 25px;
}

.services-layout3 .service-item .service-icon .icon-item,
.services-layout4 .service-item .service-icon .icon-item,
.services-layout5 .service-item .service-icon .icon-item,
.services-layout6 .service-item .service-icon .icon-item {
    display: block;
    transition: all 0.3s linear;
}

.services-layout3 .service-item .service-icon .icon-item:nth-child(2),
.services-layout4 .service-item .service-icon .icon-item:nth-child(2),
.services-layout5 .service-item .service-icon .icon-item:nth-child(2),
.services-layout6 .service-item .service-icon .icon-item:nth-child(2) {
    position: absolute;
    top: -60px;
    right: -100px;
    font-size: 200px;
    color: #eaeaf4;
}

.services-layout4 .service-item .service-img {
    padding: 0 50px 20px;
    margin-top: -150px;

}

.services-layout4 .service-item:hover .service-img img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.services-layout3 .service-item .service-img,
.services-layout5 .service-item .service-img,
.services-layout6 .service-item .service-img {
    padding: 0 50px;
    margin-top: -20px;

}

.services-layout3 .service-item .service-img img,
.services-layout4 .service-item .service-img img,
.services-layout5 .service-item .service-img img,
.services-layout6 .service-item .service-img img {
    width: 100%;
    -webkit-clip-path: url(#path-direction-up);
    clip-path: url(#path-direction-up);
    transform: translateY(50px);



}

.services-layout4 .service-item .service-more {
    position: absolute;
    bottom: -60px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%) scale(0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.services-layout3 .service-item .service-more,
.services-layout5 .service-item .service-more,
.services-layout6 .service-item .service-more {
    position: absolute;
    bottom: -110px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%) scale(0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/**/

.services-layout3 .service-item,
.services-layout4 .service-item,
.services-layout5 .service-item,
.services-layout6 .service-item {
    cursor: pointer;
    /* 👈 hand cursor on service item */
}

/* Add smooth transition for images */
.services-layout3 .service-item .service-img img,
.services-layout4 .service-item .service-img img,
.services-layout5 .service-item .service-img img,
.services-layout6 .service-item .service-img img {
    width: 100%;
    -webkit-clip-path: url(#path-direction-up);
    clip-path: url(#path-direction-up);
    transform: translateY(50px);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    /* 👈 smooth effect */

    cursor: pointer;
    /* 👈 hand cursor on image too */
}

/* Hover effect */
.services-layout3 .service-item:hover .service-img img,
.services-layout4 .service-item:hover .service-img img,
.services-layout5 .service-item:hover .service-img img,
.services-layout6 .service-item:hover .service-img img {
    transform: translateY(40px) scale(1.05);
    /* 👈 zoom + lift */
    box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 20px;
    /* 👈 shadow */

}

/**/

.services-layout3 .service-item .service-more .plus-icon,
.services-layout4 .service-item .service-more .plus-icon,
.services-layout5 .service-item .service-more .plus-icon,
.services-layout6 .service-item .service-more .plus-icon {
    position: absolute;
    width: 60px;
    height: 68px;
    border-radius: 0;
    color: #ffffff;
    background-color: #00BDE0;
    -webkit-clip-path: url(#hexagon-clippath);
    clip-path: url(#hexagon-clippath);
}

.services-layout3 .service-item .service-more .service-more-svg,
.services-layout4 .service-item .service-more .service-more-svg,
.services-layout5 .service-item .service-more .service-more-svg,
.services-layout6 .service-item .service-more .service-more-svg {
    width: 110px;
    height: 122px;
}

.services-layout3 .service-item:hover .service-icon .icon-item,
.services-layout4 .service-item:hover .service-icon .icon-item,
.services-layout5 .service-item:hover .service-icon .icon-item,
.services-layout6 .service-item:hover .service-icon .icon-item {
    transform: translateY(-5px);
}

.services-layout3 .service-item:hover .service-more,
.services-layout4 .service-item:hover .service-more,
.services-layout5 .service-item:hover .service-more,
.services-layout6 .service-item:hover .service-more {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.services-layout4 .slick-dots,
.services-layout5 .slick-dots {
    margin-top: 15px;
}

.services-layout4 .slick-track,
.services-layout5 .slick-track {
    padding-bottom: 80px;
}

.services-layout4 .service-item,
.services-layout5 .service-item,
.services-layout6 .service-item {
    box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
}

.services-layout4 .contact-phone,
.services-layout5 .contact-phone,
.services-layout6 .contact-phone {
    max-width: 310px;
}

.services-layout4 .contact-phone .fz-14 b {
    font-size: 18px;
}

.services-layout4 .contact-phone .phone-icon,
.services-layout5 .contact-phone .phone-icon,
.services-layout6 .contact-phone .phone-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #dfdfea inset;
}

.services-layout4 .contact-phone .phone-icon .icon-item,
.services-layout5 .contact-phone .phone-icon .icon-item,
.services-layout6 .contact-phone .phone-icon .icon-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 18px;
    color: #ffffff;
    background-color: #00BDE0;
    transition: all 0.3s ease-in-out;
}

.services-layout4 .slick-slide,
.services-layout5 .slick-slide,
.services-layout6 .slick-slide {
    margin: 15px;
}

.services-layout4 .slick-list,
.services-layout5 .slick-list,
.services-layout6 .slick-list {
    margin: -15px;
}

.services-layout5 .service-item .service-img,
.services-layout6 .service-item .service-img {
    display: block;

}

.services-layout5 .service-item .service-img img,
.services-layout6 .service-item .service-img img {
    -webkit-clip-path: url(#path-direction-down2);
    clip-path: url(#path-direction-down2);

}

.services-layout5 .service-item .btn,
.services-layout6 .service-item .btn {
    margin-top: 26px;
}

.services-layout5 .text-block {
    margin-top: -90px;
}

.services-layout5 .slick-dots {
    margin-top: 80px;
}

.services-layout6 .service-item .service-body {
    padding: 50px;
}

.services-layout6 .text-block {
    margin-top: -35px;
    padding-right: 60px;
}

.services-layout6 .slick-dots {
    margin-top: 40px;
    text-align: right;
}

[class*=services-layout] .slick-slide {
    margin: 15px;
    transition: opacity 0.3s ease, visibility 0.3s ease, box-shadow 0.4s ease;
}

[class*=services-layout] .slick-slide:not(.slick-active) {
    opacity: 0;
    visibility: hidden;
}

[class*=services-layout] .slick-list {
    margin: -15px;
    overflow: visible;
}

.list-filter li {
    margin-right: 30px;
}

.list-filter li:last-child {
    margin-right: 0;
}

.list-filter .filter {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #031B4E;
    padding-bottom: 3px;
}

.list-filter .filter:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #00BDE0;
    transition: 0.4s ease;
}

.list-filter .filter.active,
.list-filter .filter:hover {
    color: #00BDE0;
}

.list-filter .filter.active:before,
.list-filter .filter:hover:before {
    width: 100%;
}

.mix {
    display: none;
}

.services-carousel .slick-arrow.slick-prev {
    left: -30px;
}

.services-carousel .slick-arrow.slick-next {
    right: auto;
    left: -30px;
    top: calc(50% + 70px);
}

@media (min-width: 1200px) {
    .services-carousel .carousel-wrapper {
        margin-right: -350px;
    }

    .services-carousel .service-item .service-desc {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }
}

@media (min-width: 1500px) {
    .services-carousel .carousel-wrapper {
        margin-right: -550px;
    }

    .services-carousel .slick-arrow.slick-prev {
        left: -100px;
    }

    .services-carousel .slick-arrow.slick-next {
        left: -100px;
    }
}

@media (min-width: 992px) {

    .services-layout5 .service-item .service-desc,
    .services-layout6 .service-item .service-desc {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }
}

/* Mobile Phones & tablets and Small Screens */
@media (max-width: 991px) {
    .service-item .service-title {
        font-size: 18px;
    }

    .service-item .service-desc {
        font-size: 14px;
    }

    .service-item .service-category {
        margin-bottom: 15px;
    }

    .services-layout1 .service-item .service-body {
        padding: 0 0 20px 20px;
        margin: -20px 20px 0 0;
    }

    .services-layout2 .service-item .service-body {
        padding: 30px 30px 30px 0;
    }

    .services-carousel .slick-arrow {
        top: 50% !important;
    }

    .services-carousel .slick-arrow.slick-prev {
        left: 0;
    }

    .services-carousel .slick-arrow.slick-next {
        left: auto;
        right: 0;
    }

    .list-filter li {
        margin-right: 15px;
    }
}

@media (max-width: 767px) {

    .services-layout3 .service-item .service-body,
    .services-layout4 .service-item .service-body,
    .services-layout5 .service-item .service-body,
    .services-layout6 .service-item .service-body {
        padding: 20px 20px 0;
    }

    .services-layout3 .service-item .service-img,
    .services-layout4 .service-item .service-img,
    .services-layout5 .service-item .service-img,
    .services-layout6 .service-item .service-img {
        padding: 0 20px;
    }

    .services-layout3 .service-item .icon-item:nth-child(2),
    .services-layout4 .service-item .icon-item:nth-child(2),
    .services-layout5 .service-item .icon-item:nth-child(2),
    .services-layout6 .service-item .icon-item:nth-child(2) {
        top: -90px;
        right: -110px;
    }

    .services-layout4 .service-item .service-img {
        padding: 0 50px 50px;
        margin-top: -100px;
    }
}

@media (max-width: 450px) {
    .services-layout2 .service-item {
        flex-direction: column;
    }

    .services-layout2 .service-item .service-img,
    .services-layout2 .service-item .service-body {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .services-layout2 .service-item .service-img {
        min-height: 250px;
    }

    .services-layout2 .service-item .service-body {
        padding: 20px;
    }
}

/*-------------------------
   gallery
-------------------------*/
.gallery-img {
    position: relative;
    margin-bottom: 30px;
}

.gallery-img img {
    border-radius: 5px;
}

.gallery .slick-list {
    margin: 0;
    overflow: hidden;
    border-radius: 12px;
}

.gallery .slick-slide {
    margin: 0;
}

.gallery .slick-arrow.slick-next {
    right: -50px;
}

.gallery .slick-arrow.slick-prev {
    left: -50px;
}

@media (min-width: 320px) and (max-width: 575px) {
    .gallery .slick-arrow.slick-next {
        right: 0;
    }

    .gallery .slick-arrow.slick-prev {
        left: 0;
    }
}

/*------------------------
    Shop
--------------------------*/
.product-item {
    position: relative;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 20px;
    transition: all 0.3s linear;
}

.product-item .product-action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.6s ease;
}

.product-item .product-info {
    padding: 28px 0;
}

.product-item:hover .product-action {
    opacity: 1;
    bottom: 30px;
}

.product-title {
    font-size: 21px;
    margin-bottom: 8px;
}

.product-title a {
    color: #031B4E;
}

.product-title a:hover {
    color: #00BDE0;
}

.product-price {
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    color: #00BDE0;
}

.product-img {
    position: relative;
    overflow: hidden;
}

.product-img img {
    border-radius: 6px;
}

/* Shop Single */
.product-item-single .product-title {
    font-size: 29px;
    margin-bottom: 15px;
}

.product-item-single .product-rating {
    margin-right: 37px;
}

.product-item-single .product-rating i {
    font-size: 15px;
}

.product-item-single .product-rating i.active {
    color: #00BDE0;
}

.product-item-single .product-img img {
    border-radius: 15px;
}

.product-item-single .product-price {
    font-size: 22px;
}

.product-item-single .product-desc {
    font-size: 15px;
}

.product-item-single .social-icons li a {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.product-details li {
    line-height: 2;
}

.product-details li strong {
    font-size: 16px;
    font-weight: 700;
    color: #031B4E;
    min-width: 120px;
    display: inline-block;
}

.product-meta-review {
    font-size: 14px;
}

.product-meta-review a {
    position: relative;
    color: #848e9f;
    padding-left: 10px;
}

.product-meta-review a:hover {
    color: #031B4E;
}

.product-meta-review a:before {
    content: "/";
    position: absolute;
    top: 0;
    left: 0;
}

.product-meta-details li {
    display: flex;
    font-size: 15px;
    margin-bottom: 13px;
}

.product-meta-details li:last-child {
    margin-bottom: 0;
}

.product-meta-details li span:first-of-type {
    font-family: "Titillium Web", sans-serif;
    color: #031B4E;
    font-weight: 700;
    font-size: 16px;
    min-width: 120px;
}

.related-products-title {
    font-size: 24px;
}

.product-quantity-title {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 10px;
}

.quantity-input-wrap {
    display: inline-flex;
    position: relative;
    width: 80px;
    max-height: 50px;
    border-radius: 3px;
    border: 2px solid #e6e8eb;
}

.quantity-input-wrap i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #031B4E;
    cursor: pointer;
    position: absolute;
    right: 0;
    font-style: normal;
    font-size: 9px;
    border-left: 2px solid #e6e8eb;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-input-wrap .decrease-qty {
    bottom: 0;
    border-top: 2px solid #e6e8eb;
}

.quantity-input-wrap .qty-input {
    background-color: transparent;
    text-align: center;
    color: #031B4E;
    font-weight: 600;
    font-size: 16px;
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    border: 0;
    outline: 0;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.quantity-input-wrap .qty-input::-webkit-inner-spin-button,
.quantity-input-wrap .qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.product-quantity .btn {
    height: 50px;
    -webkit-clip-path: none;
    clip-path: none;
}

.product-details .nav-tabs {
    border-bottom: 2px solid #e6e6e6;
}

.product-details .nav-tabs .nav-link {
    margin-bottom: -2px;
}

.product-details .tab-content {
    padding-top: 20px;
}

.product-details .tab-content p {
    font-size: 15px;
}

.product-details .tab-content p:last-child {
    margin-bottom: 0;
}

.product-details .reviews-form .form-control {
    height: 50px;
}

.magnifier {
    z-index: 3000 !important;
}

.sorting-options .nice-select {
    width: auto;
    min-width: 230px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 0;
}

/* Shopping Cart */
.cart-table {
    margin-bottom: 50px;
}

.cart-table .table {
    border-radius: 4px;
    margin-bottom: 0;
}

.cart-table thead {
    background-color: transparent;
}

.cart-table thead tr th {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #031B4E;
    border-bottom-width: 0 !important;
    border-color: #e9e9e9;
    padding: 15px 0;
}

.cart-table tbody tr td {
    padding: 15px;
    border-color: #e9e9e9;
    vertical-align: middle;
}

.cart-table .cart-product {
    position: relative;
}

.cart-table .cart-product-price,
.cart-table .cart-product-total {
    font-size: 16px;
    font-weight: 700;
    color: #00BDE0;
    text-align: center;
}

.cart-table .cart-product-quantity {
    text-align: center;
}

.cart-table .cart-product-img {
    width: 50px;
    margin-right: 20px;
}

.cart-table .cart-product-title {
    font-size: 16px;
    margin-bottom: 0;
}

.cart-table .cart-product-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    font-size: 9px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    margin-right: 20px;
    color: #ffffff;
    background-color: #222222;
}

.cart-table .cart-product-remove:hover {
    background-color: #031B4E;
}

.cart-table .cart-product-action td {
    padding: 30px 20px 20px;
}

.cart-table .cart-product-action td .form-control {
    font-size: 12px;
    font-weight: 400;
    width: 250px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
}

.cart-table .cart-product-action td .btn {
    height: 42px;
    min-width: 134px;
    -webkit-clip-path: none;
    clip-path: none;
    margin-left: 10px;
}

.cart-total-amount ul li {
    font-size: 17px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
}

.cart-total-amount ul li span:first-of-type {
    font-weight: 700;
    color: #031B4E;
}

/* Mobile Phones */
@media (min-width: 320px) and (max-width: 575px) {
    .cart-table tbody tr td {
        padding: 5px;
    }

    .cart-table .cart-product-img {
        width: 40px;
        margin-right: 5px;
    }

    .cart-table .cart-product-title {
        font-size: 12px;
        font-weight: 400;
    }

    .cart-table .cart-product-price,
    .cart-table .cart-product-total {
        font-size: 10px;
    }

    .cart-table .cart-product-action-content {
        display: block !important;
    }

    .cart-table .cart-product-price,
    .cart-table .cart-product-total {
        font-size: 10px;
        font-weight: 400;
        padding: 0;
    }

    .cart-table thead tr th {
        font-size: 10px;
    }
}

/*-------------------------
    Work Process
-------------------------*/
.process-item {
    position: relative;
    padding: 48px 30px 40px 38px;
    border-radius: 6px 6px 0 0;
    margin-bottom: 30px;
    background-color: #ffffff;
    border-bottom: 8px solid #dfdfea;
    box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.08);
    transition: all 0.3s ease;
}

.process-item .process-number {
    position: absolute;
    top: 20px;
    right: 30px;
    font-family: "Titillium Web", sans-serif;
    font-size: 34px;
    font-style: italic;
    color: #eaedf5;
}

.process-item .process-icon {
    position: relative;
    color: #031B4E;
    font-size: 55px;
    margin-bottom: 16px;
    transition: color 0.4s linear;
}

.process-item .process-title {
    font-size: 19px;
    margin-bottom: 18px;
}

.process-item .process-desc {
    font-size: 14px;
    margin-bottom: 20px;
}

.process-item:hover {
    border-bottom-color: #00BDE0;
    transform: translateY(-5px);
}

.process-item:hover .process-icon {
    color: #00BDE0;
}

.process-item:hover .btn-link {
    color: #00BDE0;
}

.work-process .slick-list {
    margin: -15px;
    overflow: visible;
}

.work-process .slick-slide {
    margin: 15px;
    transition: all 0.3s ease;
}

.work-process .slick-slide.slick-active {
    opacity: 1;
    visibility: visible;
}

.work-process .slick-slide:not(.slick-active) {
    opacity: 0;
    visibility: hidden;
}

.work-process .cta {
    padding-top: 140px;
    padding-bottom: 70px;
    margin-top: -70px;
}

.work-process .cta .cta-title {
    color: #ffffff;
    font-size: 27px;
}

.work-process .cta .cta-desc {
    font-size: 16px;
    color: #ffffff;
}

.work-process .cta .btn:not(.btn-link) {
    height: 50px;
}

@media (min-width: 1500px) {
    .work-process .carousel-container {
        margin-right: -200px;
    }

    .work-process .process-item .process-title {
        padding-right: 40px;
    }
}

@media (min-width: 1200px) {
    .work-process .carousel-container {
        margin-right: -140px;
    }

    .work-process .cta .cta-title {
        padding: 0 30px;
    }

    .work-process .cta .cta-desc {
        padding: 0 30px;
        margin-bottom: 0;
    }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
    .process-item {
        padding: 20px;
    }

    .process-item:before {
        top: 20px;
        bottom: 20px;
    }

    .process-item .process-number {
        top: 20px;
        right: 20px;
        font-size: 50px;
    }
}


/*Custom CSS*/
@media (min-width:1601px) {
    .d-desk-block {
        display: block !important;
    }
}

.color-theme {
    color: #031B4E !important;
}

.color-red {
    color: #D52745 !important;
}

.widget-posts {
    max-height: 465px;
    overflow-y: scroll;
}

.widget .service-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.widget .service-item .service-desc {
    margin-bottom: 10px;
    transition: all 0.3s linear;
}

.widget .service-item:hover {
    z-index: 3;
    border-color: transparent !important;
    box-shadow: none;
}



/* Just a parent container for the videos */
.testi-item .videos {
    margin: 20px auto;
    max-width: 700px;
}

/* Individual video container */
.testi-item .video-wrap {
    position: relative;
    max-width: 700px;
    width: 100%;
    margin-bottom: 10px;
}

.testi-item .video-wrap .placeholder {
    max-width: 700px;
    width: 100%;
}

.testi-item .video-wrap .play-btn {
    position: absolute;
    max-width: 700px;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    /* needed if using Bootstrap */
    text-align: center;
    color: #D52745;
    background-color: rgba(255, 255, 255, .6);
    border-radius: 50px;
    transition: color, background-color .2s ease;
}

.testi-item .video-wrap .play-btn:hover,
.testi-item .video-wrap .play-btn:focus {
    color: #000;
    background-color: rgba(255, 255, 255, .8);
    cursor: pointer;
}

.testi-item .play-btn::after {
    /*
  Font Awesome recommends these styles
  https://fontawesome.com/how-to-use/on-the-web/advanced/css-pseudo-elements
  */
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    /*
  Define the font family, weight, and icon
  */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 40px;
    content: "\f04b";
    /* positioning tweaks */
    padding-top: 20px;
    padding-left: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .testi-item .videos {
        margin: 20px auto;
        max-width: 400px;
    }

    .testi-item .video-wrap {
        position: relative;
        max-width: 80%;
        width: 100%;
        margin: 0 auto 0 2%;
    }

    .testi-item .video-wrap .placeholder img {
        width: 80% !important;
    }
}

/*Contact Slide Button*/
.contact {
    margin: -400px auto 0 auto;
    height: 200px;
    transition: margin 2s;
    background-color: #FFF1EE;
    padding: 2rem 1rem;
    width: 100%;
    z-index: 999;
    position: absolute;
}

.contact.slidein {
    margin-top: 0;
    transition: margin 1s;
    z-index: 99;
}

.ct-contact {
    color: #000;
}

.ct-contact .btn-primary {
    color: #fff;
}

.btn-emergancy {
    width: 20%;
    padding: 1rem 3rem 2rem;
    margin: 0px 0% 0 80%;
    top: -10px;
    right: 10px;
    height: 60px;
    font-size: 20px;
    color: white;
    position: absolute;
    border-radius: 0 0 4px 4px;
    background-color: #DA0708;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    z-index: 999;
}



.btn-emergancy:hover,
.contact:hover .btn-emergancy {
    background-color: #DA0708;
    transition: background-color .75s;
}

.btn-emergancy:active {
    background-color: #DA0708;
    transition: background-color .75s;
}

@media (min-width: 1366px) and (max-width: 1440px) {
    .btn-emergancy {
        width: 25%;
        padding: 1.2rem 1rem 1rem;
        margin: 8px 0% 0 75%;
        bottom: 0;
        font-size: 18px;
        color: white;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .btn-emergancy span {
        display: none;
    }

    .btn-emergancy {
        font-size: 14px;
        padding: 10px;
        width: 30%;
        height: 50px;
        padding: 20px 3rem 0rem 25px !important;
        margin: 0px 5px 0 70% !important;
        text-align: center;
    }

    .contact {
        margin: -230px auto 0 auto;
        height: 140px !important;
        transition: margin 2s;
        background-color: #FFF1EE;
        padding: 2rem 1rem;
        width: 100%;
        z-index: 999;
        position: absolute;
    }

    .entry_slider_video {
        margin-top: -30px;
    }
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.vidlayer {
    position: absolute;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.08) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.08) 75%, rgba(0, 0, 0, 0.35) 100%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10 !important;
}

.slider-links {
    position: absolute;
    text-align: center;
    color: #fff;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    max-width: 1200px;
    width: 100%;
    height: 50px;

}

@media (min-width: 320px) and (max-width: 767px) {
    video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
        object-fit: calc(50% + 0px);
        object-position: center;
    }

    .slidertpad {
        margin-top: -100px;
        height: 30vh !important;
    }

    .vidlayer {
        top: -40% !important;
    }
}




.nav-custom {
    display: flex;
    border-radius: 8px;
    padding: 4px;
}

.nav-custom .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem 1rem .5rem 1.5rem;
    margin: 0;
    background: #fff;
    border-radius: 50px;
    color: #031B4E;
    font-weight: 500;
    transition: .2s, color .2s;
}

.nav-custom .nav-item + .nav-item {
    margin-left: 1rem;
}

/* vertical separator */
.nav-custom .nav-item + .nav-item::before {
    content: "";
    position: absolute;
    left: -0.5rem;
    top: 25%;
    height: 50%;
    background-color: #031B4E;
}

.nav-custom .nav-link:hover,
.nav-custom .nav-link.active {
    background: #031B4E;
    color: #fff;
}

/* style for the arrow circle */
.nav-custom .arrow-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 1rem;
}

@media (min-width: 320px) and (max-width: 767px) {
    .slider-links {
        position: fixed;
        text-align: center;
        color: #fff;
        bottom: 0px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 10;
        max-width: 900px;
        width: 100%;
        height: 55px;
    }

    .nav-custom .nav-link {
        position: relative;
        display: flex;
        align-items: center;
        gap: 0rem;
        padding: .5rem 0.5rem .5rem 0.5rem;
        margin: 0;
        background: #fff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        color: #031B4E;
        font-size: 12px;
        font-weight: 500;
        transition: .2s, color .2s;
    }

    .nav-custom .nav-item + .nav-item {
        margin-left: 0.1rem;
    }

    .nav-custom .nav-link span {
        display: none;
    }
}

.tdropdown ul {
    padding: 0px !important;
    margin: 0px !important;
}

.tdropdown li {
    padding: 5px 5px 5px 10px;
    width: 100%;
    margin-bottom: 0px !important;
}

.tdropdown li a {
    color: #031B4E !important;
}

.tdropdown li:hover {
    background-color: #F8F9FA !important;
}

.tdropdown li:hover a {
    color: #00BDE0 !important;
}

#pagedata {
    padding-bottom: 30px;
}

#pagedata h1 {
    font-size: 40px;
    padding-bottom: 0px;
    font-weight: 600;
    text-transform: none;
    color: #015d8e;
}

#pagedata h2 {
    font-size: 35px;
    padding-bottom: 0px;
    font-weight: 600;
    text-transform: none;
    color: #015d8e;
}

#pagedata h3 {
    font-size: 30px;
    padding-bottom: 0px;
    font-weight: 600;
    text-transform: none;
    color: #015d8e;
}

#pagedata h4 {
    font-size: 25px;
    padding-bottom: 0px;
    font-weight: 600;
    text-transform: none;
    color: #015d8e;
}

#pagedata h5 {
    font-size: 20px;
    padding-bottom: 0px;
    font-weight: 600;
    text-transform: none;
    color: #015d8e;
}

#pagedata {
    line-height: 22px;
}

#pagedata p {
    font-size: 16px;
}

#pagedata p strong {
    color: #015d8e !important;
    font-size: 16px;
}

#pagedata ul li strong {
    color: #015d8e !important;
    font-size: 16px;
}

#pagedata ul li ul li strong {
    color: #015d8e !important;
    font-size: 16px;
}

#pagedata p strong {
    color: #015d8e !important;
    font-size: 16px;
}

#pagedata ol li strong {
    color: #015d8e !important;
    font-size: 16px;
}

#pagedata ol li ul li strong {
    color: #015d8e !important;
    font-size: 16px;
}

#pagedata p,
#pagedata > div,
#pagedata > li {
    line-height: 30px;
    color: #3d3d3d;
    font-size: 16px;
}

#pagedata > ul {
    padding-left: 15px;
    padding-top: 0px !important;
    margin-top: 0px !important;
    font-size: 16px;
}

#pagedata > ul li {
    list-style: disc !important;
    font-size: 16px;
}

#pagedata > ul li ul {
    list-style: disc !important;
    display: block !important;
    font-size: 16px;
}

#pagedata > ul li ul li {
    list-style: disc !important;
    display: block !important;
    font-size: 16px;
}

#pagedata ol {
    padding-left: 25px;
    padding-top: 0px !important;
    margin-top: 0px !important;
    font-size: 16px;
}

#pagedata ol li {
    list-style: decimal;
    font-size: 16px;
}

#pagedata table {
    border: 1px solid #d3d3d3;
    padding: 10px;
    line-height: 20px;
    font-size: 16px;
}

#pagedata td {
    border: 1px solid #d3d3d3;
    padding: 10px;
    line-height: 20px;
    vertical-align: top !important;
}

@media screen and (max-width: 767px) {
    #pagedata table {
        font-size: 13px !important;
        line-height: 1.2em;
    }
}

#pagedata ul.list-unstyled li ol li {
    list-style: circle !important;
}

#pagedata ul.social-icons.list-unstyled li {
    list-style: none !important;
}

.nice-select.open .list {}

#pagedata ul.social-icons {
    align-items: end !important;
    float: right;
}

.pagesubmenu {
    background-color: #eee;
    margin-top: 0px;
    padding: 10px;
    margin-bottom: 20px;
}

.pageflash img {
    width: 100%;
}


.ttitle {
    color: #000000;
    font-weight: bold;
}

.news-month {
    line-height: 14px;
    width: 40px;
    height: 15px;
    background: #8F3931;
    color: #FFFFFF;
    font-size: 10px;
}

.news-day {
    width: 38px;
    height: 25px;
    line-height: 20px;
    background: #FFF;
    border: 1px solid #E7E6E6;
    font-size: 14px;
}

.news-width {
    float: right;
    width: 80%;
    text-align: left;
    min-height: 60px;
    line-height: 17px;
}

.marqueeV1 {
    text-decoration: none;
    color: #000;
}

.marqueeV1:hover {
    text-decoration: none;
    color: #990000;
}

ul.news1 {
    padding-left: 20px;
}

ul.news1 li {
    margin-bottom: 15px;
    list-style: disc !important;
    color: #fff;
}

ul.news1 li a {
    color: #fff;
}

.marqueeVA {
    text-decoration: none;
    color: #000000;
}

.marqueeVA:hover {
    text-decoration: none;
    color: #FF0000;
}

.marqueeH {
    text-decoration: none;
    color: #000000;
}

.marqueeH:hover {
    text-decoration: underline;
    color: #11423F;
}

.link {
    text-decoration: none;
    color: #3d3d3d;
}

.link:hover {
    color: #FF0000;
    border-bottom: 1px dotted;
}

.tlink {
    text-decoration: none;
    color: #ffffff;
}

.tlink:hover {
    color: #fff200 !important;
    border-bottom: 1px dotted;
}

.links {
    text-decoration: none;
    color: #208FAD;
    font-weight: bold;
    font-size: 14px;
}

.links:hover {
    color: #363636;
    border-bottom: 1px dotted;
}

.download {
    font-weight: bold;
    color: #000000;
}

.download:hover {
    font-weight: bold;
    color: #000000;
}

.downloads {
    text-decoration: none;
    color: #C40000;
    font-size: 12px;
}

.downloads:hover {
    color: #363636;
    border-bottom: 1px dotted;
}

.trbg {
    background-color: #DDDDDD;
}

.tgallery {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.tgallery:hover {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.fdetail {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.fdetail:hover {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.padding td {
    padding: 5px;
}

.link3 {
    color: #000;
    font-weight: bold;
}

.link3:hover {
    font-weight: bold;
}

.deptlink {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.deptlink:hover {
    color: #FF0000;
    font-weight: bold;
}

.subheading1 {
    color: #000;
    font-size: 14px;
}

.subheading2 {
    color: #05488a;
    font-size: 14px;
    font-weight: bold;
}

.subheading2:hover {
    color: #fc5d0f;
}

.padding {
    padding: 5px;
}

.table5 {
    padding: 5px;
    background-color: #004488;
}

.subheading3 {
    color: #ffffff;
    font-size: 14px;
}

.subheading3:hover {
    color: #fc5d0f;
}

.subheading4 {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.subheading4:hover {
    color: #000;
}

.pagingDiv {
    height: 20px
}

.pNo {
    float: left;
    margin-left: 18px;
    margin-right: 0;
    border: 0 solid gray
}

.pNo1 {
    float: left;
    margin-right: 3px;
    border: 0 solid gray
}

.pNo2 {
    float: left;
    margin-right: 3px;
    border: 0 solid gray
}

.pNo a {
    color: #f00
}

.pNo a:hover {
    text-decoration: none;
    color: #000
}

.rpp {
    background-color: #f0fff0 !important;
    padding: 5px !important;
    color: #000 !important;
    border: 1px solid #828282 !important;
    height: 30px
}

.rpp a {
    color: #f00
}

.rpp a:hover {
    text-decoration: none;
    color: #000
}

.htitle {
    color: #FFFFFF;
    padding: 10px;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
}

.highlight {
    padding-top: 7px;
    background-color: #fff;
    font-size: 22px;
}

.highlight img {
    height: 7px !important;
    width: 19px;
}


.team-section {
    position: relative;
    padding: 80px 0px 60px;
}

.team-section.style-two .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center center;
    background-repeat: no-repeat;
}

.team-section .title-box {
    position: relative;
    text-align: center;
}

.team-section .title-box h2 {
    position: relative;
    color: #222222;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 50px;
}

.team-section .title-box h2 span {
    color: #ff9600;
}

.team-block {
    position: relative;
    margin-bottom: 20px;
}

.team-block .inner-box {
    position: relative;
    padding: 30px 30px 28px 0px;
}

.team-block .inner-box:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    left: 40px;
    bottom: 0px;
    border-radius: 30px;
    background-color: #f5f5f5;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.team-block .inner-box:hover .lower-content h3 a,
.team-block .inner-box:hover .lower-content .designation {
    color: #3d3d3d;
}

.team-block .inner-box .image {
    position: relative;
    z-index: 1;
    border-radius: 30px;
    background-color: #ffffff;
    border: 3px solid #1d4e79;
    box-shadow: inset 0px 0px 35px rgba(0, 0, 0, 0.20);
}

.team-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 30px;
}

.team-block .inner-box .lower-content {
    position: relative;
    text-align: left;
    z-index: 1;
    padding: 20px 15px 0px 80px;
}

.team-block .inner-box .lower-content h3 {
    position: relative;
    color: #1d4e79;
    font-size: 20px !important;
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1.1em;
}

.team-block .inner-box .lower-content h3 a {
    position: relative;
    color: #1d4e79;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.team-block:hover .inner-box .lower-content h3 a {
    color: #000 !important;
}

.team-block .inner-box .lower-content .designation {
    position: relative;
    margin-top: 5px;
    color: #777777;
    font-size: 14px;
}

.team-block.style-two .inner-box .lower-content h3 a,
.team-block.style-two .inner-box .social-icons li a {
    color: #ff9600;
}

.team-block.style-two .inner-box:hover .lower-content h3 a {
    color: #5577E7 !important;
}

.team-block.style-two .inner-box::after {
    background-image: -ms-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
    background-image: -moz-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
    background-image: -o-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFEB3C), color-stop(100, #ff9600));
    background-image: -webkit-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
    background-image: linear-gradient(to bottom, #FFEB3C 0%, #ff9600 100%);
}

.bg-lblue {
    background-color: #eef7ff;
}

.bg-lred {
    background-color: #FFF2F2;
}

.t-link-btn {
    border: 1px solid #00BDE0;
    padding: 1px 10px;
    border-radius: 15px;
}

#pagedata .list-unstyled {
    list-style: none !important;
}

#pagedata .list-unstyled li {
    list-style: disc;

}

/*.list-unstyled > li::before{
  content: "\2055";
  color: #3d3d3d; 
  font-weight: bold; 
  display: inline-block;
  font-size: large; 
  width: 1em; 
  margin-left: -1em;
}*/
.doctor-img img {
    border: 10px solid #fff;
}

.doctor-heading {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #031B4E;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px !important;
}

.doctor-desc {
    font-size: 16px;
    color: #848e9f;
    line-height: 1.6;
    margin-bottom: 10px !important;
}

@media (min-width: 992px) {

    /* TWO-COLUMN MEGAMENU */
    .navbar-nav > li.menu-2col > ul {
        display: block;
        column-count: 2;
        column-gap: 0;
        min-width: 520px;
        max-height: 70vh;
        overflow: auto;
        padding: 8px 0;
    }

    /* Items + full-height clickable area */
    .navbar-nav > li.menu-2col > ul > li {
        break-inside: avoid;
        list-style: none;
        margin: 0;
    }

    .navbar-nav > li.menu-2col > ul > li a {
        display: flex;
        /* lets us center vertically if needed */
        align-items: center;
        width: 100%;
        height: 100%;
        /* anchor fills the li’s height */
    }

    /* Keep the home icon dropdown unaffected (only targets .menu-2col) */
    .navbar-nav > li:not(.menu-2col) > ul > li a {
        display: block;
    }
}

/* Whatsapp Bottom */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 28px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.whatsapp-float img {
    width: 35px;
    height: 35px;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

@media (max-width: 766px) {
    .whatsapp-float {
        display: none;
    }
}

/**/



#slideshow {
    position: relative;
    width: 100%;
}

#slideshow IMG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}

#slideshow IMG.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow IMG.last-active {
    z-index: 9;
}

#slideshow {
    height: 600px
}

#slideshow img {
    height: 600px
}


@media only screen and (max-width: 1400px) {
    #slideshow {
        height: 423px;
    }

    #slideshow img {
        height: 423px;
    }

}

@media only screen and (max-width: 767px) {
    #slideshow {
        height: 320px;
    }

    #slideshow img {
        height: 320px;
    }
}

@media only screen and (max-width: 599px) {
    #slideshow {
        height: 200px;
    }

    #slideshow img {
        height: 200px;
    }
}





.icons-sidebar img {
    max-width: 100%;
    height: auto;
}

.icons-sidebar figure {
    overflow: hidden;
    transition: all ease 0.3s;
    margin: 0;
    width: 100%;
}

.icons-sidebar figure img {
    transition: all ease 0.3s;
    display: inline-block;
    width: 100%;
}

.icons-sidebar figure:hover figure img {
    transform: scale(1.00);
}

.icons-sidebar figure:hover:before {
    margin-left: 10px;
}

.icons-sidebar figure:hover:after {
    margin-left: 10px;
}


.icons-sidebar {
    position: fixed;
    right: 0;
    top: 40%;
    margin-top: -45px;
    z-index: 99;
    background-color: #000000;
    border-radius: 8px 0 0 8px;
    padding: 20px;
}

.icons-sidebar a.trans-buttons {
    display: none;
}

/*
@media screen and (max-width: 991px) {
  .icons-sidebar {
    top: auto;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    align-content: center;
    align-items: center;
    width: 100%;
    border-radius: 0px;
    padding: 10px 10px;
    margin: 0 auto !important;
  }
  .icons-sidebar a.trans-buttons {
    display: block;
    border-color: #ffffff;
    min-width: 110px;
  }
  .icons-sidebar a.trans-buttons span {
    color: #ffffff;
  }
  .icons-sidebar a.trans-buttons:hover span {
    color: #1E1E1E;
  }
}
*/


.icons-sidebar .black-buttons {
    display: none;
}

/*
@media screen and (max-width: 991px) {
  .icons-sidebar .black-buttons {
    display: block;
  }
}

.icons-sidebar .three-dots-click {
  display: none;
}

@media screen and (max-width: 991px) {
  .icons-sidebar .three-dots-click {
    display: block;
  }
}
*/
.icons-sidebar .icons-sidebar-list {
    display: flex;
    align-items: center;
}

.icons-sidebar .icons-sidebar-list ul {
    margin-bottom: 0;
}

/*
@media screen and (max-width: 991px) {
  .icons-sidebar .icons-sidebar-list ul {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
}
*/
.icons-sidebar .icons-sidebar-list ul li {
    padding-bottom: 20px;
    margin-bottom: 0;
}

/*
@media screen and (max-width: 991px) {
  .icons-sidebar .icons-sidebar-list ul li {
    padding: 0 10px;
  }
  .icons-sidebar .icons-sidebar-list ul li:first-child, .icons-sidebar .icons-sidebar-list ul li:nth-child(2) {
    display: block;
  }
  .icons-sidebar .icons-sidebar-list ul li:nth-child(3), .icons-sidebar .icons-sidebar-list ul li:last-child {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .icons-sidebar .icons-sidebar-list ul li {
    padding: 0 10px;
  }
}
*/
.icons-sidebar .icons-sidebar-list ul li:last-child {
    padding-bottom: 0;
}

.icons-sidebar .icons-sidebar-list ul li a {
    width: 30px;
    height: 30px;
    display: inline-block;
    transition: all ease 0.3s;
}

.icons-sidebar .icons-sidebar-list ul li a:hover {
    transform: scale(1.2);
}

.icons-sidebar .icons-sidebar-list ul li a img {
    width: 80%;
}

/*
@media screen and (max-width: 991px) {
  .icons-sidebar .icons-sidebar-list.active ul li:first-child, .icons-sidebar .icons-sidebar-list.active ul li:nth-child(2) {
    display: none;
  }
  .icons-sidebar .icons-sidebar-list.active ul li:nth-child(3), .icons-sidebar .icons-sidebar-list.active ul li:last-child {
    display: block;
  }
}
*/
.icons-sidebar.cta-v2 {
    background: transparent;
    padding: 10px 3px;
}

/*
@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 {
    background: #000000 !important;
    padding: 5px;
  }
}

@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 .three-dots-click {
    display: none;
  }
}
*/
.icons-sidebar.cta-v2 .icons-sidebar-list {
    display: flex;
    align-items: center;
}

.icons-sidebar.cta-v2 .icons-sidebar-list ul {
    margin-bottom: 0;
}

/*
@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
}
*/
.icons-sidebar.cta-v2 .icons-sidebar-list ul li {
    padding-bottom: 0;
    margin-bottom: 3px !important;
    border-radius: 5px;
    margin-bottom: 0;
}

/*
@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li {
    padding: 0 10px 0px 0px;
    background-color: transparent;
  }
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li:first-child, .icons-sidebar.cta-v2 .icons-sidebar-list ul li:nth-child(2) {
    display: block;
  }
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li:nth-child(3), .icons-sidebar.cta-v2 .icons-sidebar-list ul li:last-child {
    display: block;
  }
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li:nth-child(3) {
    padding-right: 10px;
  }
}

@media screen and (max-width: 480px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li {
    padding: 0 5px;
    margin-right: 5px;
  }
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li:nth-child(3) {
    padding-right: 5px;
  }
}
*/
.icons-sidebar.cta-v2 .icons-sidebar-list ul li:last-child {
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
}

.icons-sidebar.cta-v2 .icons-sidebar-list ul li .sidebar-note-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 10px;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
    color: #ffffff;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    border-radius: 5px;
    white-space: nowrap;
    padding: 10px 15px;
    opacity: 0;
}

/*
@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li .sidebar-note-overlay {
    display: none;
  }
}
*/
.icons-sidebar.cta-v2 .icons-sidebar-list ul li {
    margin-bottom: 10px !important;
}

.icons-sidebar.cta-v2 .icons-sidebar-list ul li a {
    padding: 10px 10px;
    width: auto;
    height: auto;
    display: inline-block;
    transition: all ease 0.3s;
    border-radius: 5px;
    position: relative;
}

.icons-sidebar.cta-v2 .icons-sidebar-list ul li a:hover {
    transform: none;
}

.icons-sidebar.cta-v2 .icons-sidebar-list ul li a:hover .sidebar-note-overlay {
    width: 160px;
    left: -150px;
    opacity: 1;
}

.icons-sidebar.cta-v2 .icons-sidebar-list ul li a img {
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 1;
}

/*
@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li a img {
    width: 25px !important;
    height: 25px !important;
  }
}
@media screen and (max-width: 411px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li a img {
    width: 18px !important;
    height: 18px !important;
  }
}
@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background: transparent;
  }
}

@media screen and (max-width: 480px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li a {
    padding: 0 5px;
    background: transparent;
  }
}

@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li.sidebar-chat {
    position: absolute;
    right: 0;
    bottom: 80px;
  }
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li.sidebar-chat a {
    padding-right:5px !important;
    }
}

@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list ul li.sidebar-chat a img {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 991px) {
  .icons-sidebar.cta-v2 .icons-sidebar-list.active ul li:first-child, .icons-sidebar.cta-v2 .icons-sidebar-list.active ul li:nth-child(2) {
    display: none;
  }
  .icons-sidebar.cta-v2 .icons-sidebar-list.active ul li:nth-child(3), .icons-sidebar.cta-v2 .icons-sidebar-list.active ul li:last-child {
    display: block;
  }
}
*/

.bg-red {
    background-color: #ED302F !important;
}

.bg-blue {
    background-color: #00A3E2 !important;
}

.bg-fb {
    background-color: #395492 !important;
}

.bg-black {
    background-color: #ED302F !important;
}

.bg-yellow {
    background-color: #FAB03A !important;
}

.bg-green {
    background-color: #00D46F !important;
}

.bg-violet {
    background-color: #812198 !important;
}

.btn-primary {
    padding: 8px 22px;
    font-size: 16px;
    border: none;
    background: #031b4e;
    /* primary color */
    color: white;
    border-radius: 999px;
    /* pill shape */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.btn-primary:active {
    transform: translateY(1px);
}

.btn-primary:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.34);
}

.news {
    font-size: 16px;
    margin-bottom: 20px;
}

.news li {
    font-size: 16px;
    margin-bottom: 20px !important;
}


/**/
.page-left-right-pad {
    padding: 0px 100px;
}

@media screen and (max-width: 767px) {
    .page-left-right-pad {
        padding: 0px;
    }
}


/* Pages Design CSS */
:root {
    --primary-color: #005D8D;
    --secondary-color: #263A5B;
    --accent-color: #f8fafc;
    --text-dark: #1e293b;
    --border-color: #e2e8f0;
    --lightbg-color: #EFEFEF;
    --lightbg2-color: #E8F7FF;

}

.text-primary {
    color: var(--primary-color) !important;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

.text-dark {
    color: var(--text-dark) !important;
}

.hero-section {
    background: linear-gradient(135deg, var(--lightbg-color), var(--lightbg2-color));
    color: white !important;
    padding: 2rem 2rem;
    margin-bottom: 0rem;
}

.hero-section i {
    font-size: 8rem !important;
    color: #005D8D;
    opacity: 1;
}

.hero-section .text-black {
    color: #000 !important;
}

.info-card {
    background: white;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--border-color);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card strong {
   color: #005d8d !important;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
}

.info-card h4 {
    color: var(--primary-color);
    font-weight: 500 !important;
    margin-bottom: 1.5rem;
    display: flex;
    font-size: 1.5rem !important;
    align-items: center;
    gap: 0.75rem;
}

.info-card h3 {
    color: var(--secondary-color);
    font-weight: 500 !important;
    margin-bottom: 1.5rem;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem !important;
    align-items: center;
    gap: 0.75rem;
}

.info-card b {
    color: var(--secondary-color);
    font-weight: 500 !important;
    margin-bottom: 1.5rem;
    font-family: 'Roboto', sans-serif;
    font-size: 1.0rem !important;
    align-items: center;
    gap: 0.75rem;
}

.text-center {
    text-align: center !important;
    margin: 0 auto !important;
}

.info-card i {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.5rem;
}

.info-card button i {
    background: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.5rem;
}

.text-muted {
    font-size: 16px !important;
    color: #000 !important;
}

.facility-item {
    background: var(--accent-color);
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 0.75rem;
    border-left: 4px solid var(--primary-color);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: 20px !important;
}

.facility-item i {
    color: var(--primary-color);
    font-size: 1.25rem;
    width: 24px;
    text-align: center;
}

.rotate-90 {
    transform: rotate(90deg);
}

.rotate-180 {
    transform: rotate(180deg);
}

.specialty-badge {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    margin: 0.50rem 0.50rem 1.00rem 0.50rem;
    display: inline-block;
    font-weight: 500;
    font-size: 1.10rem;
    transition: transform 0.3s ease;
}

.specialty-badge:hover {
    transform: scale(1.05);
}

.thesis-table {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.thesis-table table {
    margin-bottom: 0;
}

.thesis-table th {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    font-weight: 600;
    border: none;
    padding: 1rem;
}

.thesis-table td {
    padding: 1rem;
    border-color: var(--border-color);
    vertical-align: middle;
}

.thesis-table tbody tr:hover {
    background-color: var(--accent-color);
}

.contact-card {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border-radius: 12px;
    padding: 2rem;
}

.contact-card h4 {
    color: white;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.contact-item i {
    width: 50px;
    font-size: 40px;
    text-align: center;
}

.accordion-custom {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.accordion-custom .accordion-button {
    background: var(--primary-color);
    color: white;
    font-weight: 600;
    border: none;
}

.accordion-custom .accordion-button:not(.collapsed) {
    background: var(--secondary-color);
    color: white;
}

h2.section-title {
    color: var(--text-dark);
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: 1.8rem !important;
    position: relative;
    padding-bottom: 0.75rem !important;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
}

@media (max-width: 768px) {
    .hero-section {
        padding: 2rem 0;
    }

    .stats-number {
        font-size: 2rem;
    }
}

.rounded-5 {
    border-radius: 50px !important;
}

.vision-box {
    text-align: center !important;
    padding: 2rem 1rem;
}

.box-shadow {
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
}

.vision-box .vision-icon {
    width: 120px !important;
    height: 120px !important;
    background: linear-gradient(135deg, #FEBB02, #FF7E00);
    display: flex;
    color: var(--secondary-color) !important;
    font-size: 2.5rem;
    align-items: center !important;
    justify-content: center !important;
    align-content: center !important;
    -ms-flex-align: center;
    margin: 0 auto !important;
    border-radius: 50%;
}

.vision-box .vision-icon img {
    max-width: 60px !important;
    max-height: 60px !important;
}

.vision-box h4 {
    color: var(--secondary-color) !important;
    font-weight: 700 !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 2.0rem !important;
}

.half-list li {
    padding: 0 !important;
    float: left !important;
    margin: 0 !important;
    width: 50% !important;
}

.value-box {
    text-align: center !important;
    padding: 2rem 1rem;
}

.value-box .value-icon {
    width: 150px !important;
    height: 150px !important;
    background: linear-gradient(135deg, #FEBB02, #FF7E00);
    display: flex;
    color: var(--secondary-color) !important;
    font-size: 2.5rem;
    align-items: center !important;
    justify-content: center !important;
    align-content: center !important;
    -ms-flex-align: center;
    margin: 0 auto !important;
    border-radius: 50%;
}

.value-box .value-icon img {
    max-width: 60px !important;
    max-height: 60px !important;
}

.value-box h4 {
    color: var(--secondary-color) !important;
    font-weight: 700 !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 2.0rem !important;
}

@media (max-width: 768px) {

    .vision-box h4,
    .value-box h4 {
        font-size: 1.5rem !important;
    }

    .half-list li {
        padding: 0 !important;
        float: left !important;
        margin: 0 !important;
        width: 100% !important;
    }
}


.milestone-section {

    padding: 0px 0 !important;
    position: relative;
    overflow: hidden;
}

.section-title {
    color: white;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    text-align: left;
}

.milestones-container {
    display: flex;
    width: 100%;
    gap: 40px;
    justify-content: space-between;
}

.milestone-column {
    flex: 1;
    width: 20%;
    min-width: 0;
    padding-bottom: 40px;
}

.milestone-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 1.0rem 1.0rem 0.5rem 1.0rem !important;
    margin-bottom: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: none;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.milestone-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #28a745, #20c997, #17a2b8);
}

.milestone-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.milestone-description {
    color: #6c757d;
    font-size: 0.85rem;
    line-height: 1.5;
    text-align: center;
}

.milestone-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #eee, #eee);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}

.milestone-icon img {
    width: 60px;
}

.milestone-icon i {
    color: white;
    font-size: 1.8rem;
}

.milestone-year {
    background: linear-gradient(135deg, #104E78, #031B4E);
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 25px;
    font-weight: 700;
    font-size: 1.5rem;
    display: block;
    margin: 0 auto 1rem auto;
    text-align: center;
    width: fit-content;
    box-shadow: 0 3px 10px rgba(16, 78, 120, 0.4);
    letter-spacing: 1px;
}

.milestone-title {
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.3rem !important;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    text-align: center;
}

.milestone-description {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
}

.achievement-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    color: #856404;
    padding: 0.2rem 0.6rem;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
}

.timeline-connector {
    position: relative;
    margin: 1rem 0;
}

.timeline-connector::after {
    content: '';
    position: absolute;
    left: 35px;
    top: -1rem;
    bottom: -1rem;
    width: 2px;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.5), transparent);
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .milestone-card {
        padding: 1.5rem;
    }

    .timeline-connector::after {
        display: none;
    }
}

.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.floating-elements::before,
.floating-elements::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: float 6s ease-in-out infinite;
}

.floating-elements::before {
    width: 80px;
    height: 80px;
    top: 20%;
    right: 10%;
    animation-delay: 0s;
}

.floating-elements::after {
    width: 120px;
    height: 120px;
    bottom: 20%;
    left: 5%;
    animation-delay: 3s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}





:root{
    --card:#e0f0f6;
    --card-dark:#00BDE0;
    --radius:18px;
    --gap:18px;
    --item-w:520px;
    --item-w-vid:300px;
    --item-h:260px;
    --row-speed:45s;
  }
  .vidmarquee h2{margin:0 0 18px;font-size:34px}

  /* ====== NEW: vidmarquee (renamed) ====== */
  .vidmarquee{
    position:relative;
    overflow:hidden;
  }
  .vidmarquee .row {
        position: relative;
        padding: 6px 0;
        margin: 14px 0;
        overflow: hidden;
        /* allows programmatic scrollLeft without showing bars */
        cursor: grab;
        user-select: none;
        -webkit-user-drag: none;
    }

    .vidmarquee .row:active {
        cursor: grabbing
    }

  /* The moving belt */
  .vidmarquee .track{
    display:inline-flex;           /* inline-flex avoids extra fractional width bugs */
    gap:var(--gap);
    will-change: transform;
    transform: translate3d(0,0,0);
    animation-name: marqueeMove;
    animation-duration: var(--row-speed);
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  /* direction swap */
  .vidmarquee .row.rev .track{ animation-direction: reverse; }

  /* Pause on hover (row or card) */
  .vidmarquee .row:hover .track,
  .vidmarquee .item:hover ~ .track{
    animation-play-state: paused;
  }

 @keyframes marqueeMove {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        transform: translate3d(calc(-1 * var(--loop-dist, 0px)), 0, 0)
    }
}
  /* Cards */
.vidmarquee .item{
    flex: 0 0 var(--item-w);
    height: var(--item-h);
    border-radius: var(--radius);
    overflow:hidden;
    background:#fff;
    box-shadow: 0 10px 24px rgba(0,0,0,.08);
    transition: transform .25s ease, box-shadow .25s ease;
  }
.vidmarquee .item.video-card{
    flex: 0 0 var(--item-w-vid);
    height: var(--item-h);
    border-radius: var(--radius);
    overflow:hidden;
    background:#fff;
    box-shadow: 0 10px 24px rgba(0,0,0,.08);
    transition: transform .25s ease, box-shadow .25s ease;
}
.vidmarquee .item:hover{ transform: translateY(-3px); box-shadow: 0 16px 32px rgba(0,0,0,.12) }

.vidmarquee .text-card{ background:var(--card); padding:22px; display:flex; flex-direction:column; justify-content:flex-start; text-align: left !important; }
.vidmarquee .text-card.card2{background:var(--card-dark) !important;justify-content:flex-start; text-align: left !important; }
.vidmarquee .text-card h3{margin:0 0 8px;font-size:22px}
.vidmarquee .text-card p{margin:0; color: #000;}
.vidmarquee .text-card .by{font-weight:700;margin-top:20px;color: #000;}

.vidmarquee .video-card{ position:relative; background:#000; cursor:pointer; width: 50% !important;}
.vidmarquee .video-card img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .25s ease }
.vidmarquee .video-card:hover img{ transform:scale(1.02) }
.vidmarquee .play{ position:absolute; inset:auto 0 12px 12px; width:56px; height:56px; border-radius:50%; background:#fff; display:grid; place-items:center; box-shadow:0 6px 16px rgba(0,0,0,.3) }
.vidmarquee .play:before{ content:""; width:0;height:0;margin-left:4px; border-left:16px solid #ff6d2e; border-top:10px solid transparent; border-bottom:10px solid transparent }

  /* Lightbox */
.lightbox{ position:fixed; inset:0; background:rgba(0,0,0,.8); display:none; align-items:center; justify-content:center; z-index:9999 }
.lightbox.open{ display:flex }
.lightbox .frame{ width:min(92vw, 960px); aspect-ratio:16/9; background:#000; border-radius:12px; overflow:hidden; box-shadow:0 20px 60px rgba(0,0,0,.5) }
.lightbox .close{ position:absolute; top:20px; right:20px; width:42px; height:42px; border-radius:50%; background:rgba(255,255,255,.9); border:0; cursor:pointer; font-size:24px; line-height:42px }

  /* Responsive */
  @media (max-width:1024px){ :root{ --item-w:360px; --item-h:410px; --row-speed:38s } }
  @media (max-width:720px){  :root{ --item-w:300px; --item-h:470px; --row-speed:32s } h2{font-size:28px} }
  @media (max-width:480px){  :root{ --item-w:260px; --item-h:450px; --gap:14px; --row-speed:28s } }
