@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2'), url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BlackItalic.woff2') format('woff2'), url('../fonts/Montserrat-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BoldItalic.woff2') format('woff2'), url('../fonts/Montserrat-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'), url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/Montserrat-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.woff2') format('woff2'), url('../fonts/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'), url('../fonts/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLightItalic.woff2') format('woff2'), url('../fonts/Montserrat-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-LightItalic.woff2') format('woff2'), url('../fonts/Montserrat-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-MediumItalic.woff2') format('woff2'), url('../fonts/Montserrat-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.woff2') format('woff2'), url('../fonts/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ThinItalic.woff2') format('woff2'), url('../fonts/Montserrat-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #ffffff;
    font-family: 'Montserrat';
    /* font-family: 'Montserrat'; */
    font-size: 17px;
    /* color: #848e9f; */
    color: #33363c;
    overflow-x: hidden;
}

::-moz-selection {
    background-color: #00266C;
    color: #ffffff;
}

::selection {
    background-color: #00266C;
    color: #ffffff;
}

a {
    color: #00266C;
    transition: color 0.3s ease;
}

a:hover {
    color: #E71322;
    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: 16px !important;
}

.fz-16 {
    font-size: 16px !important;
}

.fz-17 {
    font-size: 17px !important;
}

.fz-25 {
    font-size: 25px !important;
}

.font-secondary {
    font-family: 'Montserrat';
}

.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;
}

@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;
    }
    .pl-50 {
        padding-left: 25px !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: #00266C !important;
}

.color-secondary {
    color: #E71322 !important;
}

.color-heading {
    color: #00266C !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: #00266C !important;
}

.bg-primary {
    background-color: #00266C !important;
}

.bg-secondary {
    background-color: #E71322 !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(27, 26, 26, 0.25);
}

.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-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: #00266C;
    background-image: linear-gradient(90deg, rgba(29, 42, 77, 0) 0%, rgba(37, 39, 117, 0) 0%, rgb(37, 39, 117) 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,
h4,
h5,
h6 {
    color: #00266C;
    /* font-family: 'Montserrat'; */
    font-family: 'Montserrat';
    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: 'Montserrat';
    font-size: 17px;
    color: #E71322;
    margin-bottom: 12px;
}

.heading-title {
    font-size: 37px;
    margin-bottom: 20px;
    line-height: 48px;
}

.heading-title .underlined-text {
    border-bottom: 4px solid #00266C;
}

.heading-desc {
    font-size: 17px;
    margin-bottom: 0;
}

.heading-layout2 .heading-title {
    font-size: 32px;
}

.heading-layout3 .heading-title {
    font-size: 50px;
}

.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: 17px;
}

.text-link {
    font-size: 17px;
    font-weight: 700;
}

.text-link a:not(.btn) {
    padding-bottom: 2px;
    border-bottom: 2px solid #00266C;
}

.text-link a:not(.btn).color-secondary {
    border-bottom-color: #E71322;
}

.text-link:hover a:not(.btn) {
    color: #E71322;
    border-bottom-color: #E71322;
}

.text-link:hover a:not(.btn).color-secondary {
    color: #00266C;
    border-bottom-color: #00266C;
}

.underlined-text,
.underlined-text-secondary {
    padding-bottom: 2px;
    border-bottom: 2px solid;
}

.underlined-text {
    border-bottom-color: #00266C;
}

.underlined-text-secondary {
    border-bottom-color: #E71322;
}

@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: 17px;
    }
    .heading-desc {
        font-size: 17px;
    }
    .heading-layout2 .heading-title {
        font-size: 30px;
    }
    .text-block-desc {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}


/*-------------------------
    page title 
-------------------------*/

.header-transparent+.page-title {
    margin-top: -135px;
}

.pagetitle-subheading {
    color: #00266C;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
}

.pagetitle-heading {
    font-size: 65px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 0px !important;
}

.pagetitle-desc {
    font-size: 17px;
    font-weight: 500;
    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: #00266C;
}

[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,
.page-title-layout2,
.page-title-layout3 {
    padding-top: 130px;
}

.page-title-layout1 .breadcrumb-area,
.page-title-layout2 .breadcrumb-area,
.page-title-layout3 .breadcrumb-area {
    margin-top: 130px;
    padding: 22px 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: #E71322;
}

.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: #00266C;
}

.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: 17px;
    }
}

@media (max-width: 991px) {
    .page-title-layout1,
    .page-title-layout2,
    .page-title-layout3 {
        padding-top: 60px;
    }
    .page-title-layout1 .breadcrumb-area,
    .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: 17px;
        font-weight: 400;
    }
}


/* Mobile Phones and tablets */

@media (min-width: 320px) and (max-width: 767px) {
    .pagetitle-desc {
        font-size: 17px;
        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: 17px;
    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: #00266C;
}

.btn-primary .icon-outlined {
    color: #E71322;
    border: 1px solid #00266C;
    color: #00266C;
    background-color: #ffffff;
}

.btn-primary .icon-filled {
    color: #ffffff;
    background-color: #00266C;
}

.btn-primary:hover {
    color: #ffffff;
}

.btn-primary:hover .icon-outlined {
    color: #E71322;
    background-color: #ffffff;
}

.btn-primary:hover .icon-filled {
    color: #ffffff;
    background-color: #E71322;
}

.btn-primary.btn-outlined {
    color: #00266C;
    background-color: transparent;
    border: 2px solid #00266C;
}

.btn-primary.btn-outlined:hover {
    color: #ffffff;
    background-color: #00266C;
}

.btn-primary-style2:hover {
    color: #00266C !important;
    background-color: #ffffff !important;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(.btn-outlined):hover {
    color: #ffffff;
    border-color: #E71322;
    background-color: #E71322;
}

.btn-secondary {
    color: #ffffff;
    background-color: #E71322;
}

.btn-secondary .icon-filled {
    color: #ffffff;
    background-color: #00266C;
}

.btn-secondary:hover {
    color: #ffffff;
}

.btn-secondary:hover .icon-filled {
    background-color: #E71322;
}

.btn-secondary.btn-outlined {
    color: #E71322;
    background-color: transparent;
    border: 2px solid #E71322;
}

.btn-secondary.btn-outlined:hover {
    color: #ffffff;
    background-color: #E71322;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:not(.btn-link):hover,
.btn-secondary:not(.btn-outlined):hover {
    color: #ffffff;
    border-color: #00266C;
    background-color: #00266C;
}

.btn-secondary-style2:active,
.btn-secondary-style2:focus,
.btn-secondary-style2:not(.btn-outlined):hover {
    color: #E71322;
    background-color: #ffffff;
}

.btn-white {
    color: #E71322;
    background-color: #ffffff;
}

.btn-white:active,
.btn-white:focus {
    color: #E71322;
    border-color: #ffffff;
    background-color: #ffffff;
}

.btn-white:hover {
    color: #ffffff;
    background-color: #E71322;
}

.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: #00266C;
    background-color: #ffffff;
}

.btn-white-style2 {
    color: #00266C;
    background-color: #ffffff;
}

.btn-white-style2:hover {
    color: #ffffff;
    background-color: #00266C;
}

.btn-light {
    color: #E71322;
    background-color: #6d6fb3;
}

.btn-light:active,
.btn-light:focus {
    color: #E71322;
    border-color: #6d6fb3;
    background-color: #6d6fb3;
}

.btn-light:hover {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #E71322;
}

.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: #00266C;
    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: #00266C;
}

.btn-link.btn-primary-style2:hover {
    color: #ffffff !important;
}

.btn-link.btn-primary.btn-underlined {
    padding-bottom: 3px;
    border-bottom: 2px solid #00266C;
}

.btn-link.btn-primary:hover {
    color: #E71322;
    background-color: transparent;
}

.btn-link.btn-secondary {
    color: #E71322;
}

.btn-link.btn-secondary:hover {
    color: #00266C;
    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: #E71322;
}

.btn-link.btn-white:hover.btn-underlined {
    border-color: #E71322;
}

.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;
    }
}


/*---------------------------
        Forms
----------------------------*/

label {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    color: #00266C;
}

label.error {
    color: red;
    font-size: 17px;
    font-weight: 400;
    margin: 7px 0 0 0;
}

.form-group {
    position: relative;
    margin-bottom: 30px;
}

.form-control {
    font-size: 17px;
    height: 60px;
    padding: 0 20px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 2px solid #e6e8eb;
}

.form-control:focus {
    border-color: #00266C;
    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: #00266C;
}

.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: #E71322;
    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 #00266C !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-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 20px 0 0;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1;
    font-size: 19px;
    color: #00266C;
}

.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: #E71322;
    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: #E71322;
}

.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;
}

.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: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 17px;
    color: #00266C;
    background-color: #ffffff;
    transition: all 0.4s linear;
}

.social-icons li a:hover {
    background-color: #E71322;
    box-shadow: 0 0 0 2px #E71322 inset;
}

.social-icons li a:hover i {
    color: #E71322;
    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: #00266C;
    transition: all 0.3s linear;
}

.rating .active {
    color: #E71322;
}


/*-------------------------
    Breadcrumb
--------------------------*/

.breadcrumb {
    padding: 0;
    background-color: transparent;
}

.breadcrumb-item {
    position: relative;
    font-size: 17px;
}

.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: #00266C;
    transition: all 0.3s linear;
}

.pagination li a:hover,
.pagination li a.current {
    background-color: #E71322;
}


/* Mobile Phones and tablets */

@media (min-width: 320px) and (max-width: 767px) {
    .pagination li a {
        font-size: 17px;
        width: 35px;
        height: 35px;
    }
}


/*-------------------
    lists
-------------------*/

.contact-list li {
    font-size: 17px;
    /* margin-bottom: 5px; */
}

.contact-list li:last-child {
    margin-bottom: 0;
}

.contact-list li a {
    color: #33363c;
}

.list-items li {
    position: relative;
    padding-left: 27px;
    font-weight: 700;
    margin-bottom: 9px;
}

.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: #00266C;
}

.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: 17px;
    }
    .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: #00266C;
    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: 17px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #00266C;
    transition: all 0.3s linear;
}

.slick-arrow:hover {
    box-shadow: 0 0 0 2px #dfdfea inset;
}

.slick-arrow:hover:before {
    background-color: #E71322;
}

.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: #ffffff;
    transition: all 0.2s linear;
}

.slick-dots li.slick-active button {
    background-color: #E71322;
    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);
}


/*----------------------
    Pre Loader
-----------------------*/

.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 #00266C;
    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: #00266C 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;
    background-color: #ffffff;
    /*  dropdown-menu  */
}

.navbar>.container,
.navbar>.container-fluid {
    position: relative;
    height: 100px;
}

.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: 23px;
    position: relative;
}

.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: 23px;
    height: 1px;
    display: inline-block;
    background-color: #E71322;
    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: 18px;
    height: 1px;
    background-color: #E71322;
}

.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: 25px;
}

.navbar .nav-item .nav-item-link {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    position: relative;
    color: #00266C;
    line-height: 100px;
    letter-spacing: 0.4px;
    padding-right: 15px;
}

.navbar .nav-item .nav-item-link.active,
.navbar .nav-item .nav-item-link:hover {
    color: #E71322;
}

.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 {
    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: 17px;
}

.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: #00266C;
}

.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item .nav-item-link:hover [class*=icon-] {
    background-color: #00266C;
}

.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item [class*=icon-] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E71322;
    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: #00266C;
    background-color: #ffffff;
}

.navbar .dropdown-menu .nav-item {
    padding: 0 40px;
    margin-right: 0;
}

.navbar .dropdown-menu .nav-item>.nav-item-link {
    font-size: 17px;
    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: #E71322;
    transition: 0.5s ease;
}

.navbar .dropdown-menu .nav-item>.nav-item-link:hover {
    color: #E71322;
}

.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: #E71322;
}

.lang-dropdown .dropdown-item {
    font-size: 17px;
    padding: 0.25rem 1rem;
}

.lang-dropdown .lang-dropdown-toggle {
    font-size: 17px;
    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: #00266C;
}

.lang-dropdown .dropdown-menu .dropdown-item.active,
.lang-dropdown .dropdown-menu .dropdown-item:active {
    background-color: transparent;
}

.header-topbar {
    /* height: 60px; */
    display: flex;
    align-items: center;
    background-color: #00266C;
    padding-top: 10px;
    padding-bottom: 7px;
}

.header-topbar .contact-list li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 17px;
    margin-right: 30px;
}

.header-topbar .contact-list li a:not(.btn) {
    color: #ffffff;
}

.header-topbar .contact-list li a:not(.btn):hover {
    color: #ffffff;
}

.header-topbar .contact-list li>i {
    font-size: 17px;
    color: #E71322;
    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: #00266C;
    background-color: #ffffff;
}

.header-topbar .social-icons li a:hover {
    background-color: #E71322;
    box-shadow: 0 0 0 2px #E71322 inset;
}

.header-topbar .social-icons li a:hover i {
    color: #E71322;
    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;
}

.topbar-nav li {
    margin-right: 15px;
}

.topbar-nav li a {
    font-size: 13px;
    color: #ffffff;
}

.topbar-nav li a:hover {
    color: #E71322;
}

.topbar-nav li:last-child {
    margin-right: 0;
}

.header {
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.1);
}

.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: #E71322 !important;
}

.header-layout2 .promo-text a:hover,
.header-layout4 .promo-text a:hover {
    color: #ffffff !important;
}

.header-layout3 .miniPopup-language-trigger {
    color: #c0c3ec;
    background-color: transparent;
}

.header-layout3 .miniPopup-language-trigger:after {
    right: 7px;
    left: auto;
    top: 50%;
    bottom: auto;
    transform: translateX(0) translateY(-50%);
}

.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;
}

.is-sticky .logo-light {
    display: none;
}

.is-sticky .logo-dark {
    display: inline-block;
}

.is-sticky .navbar-nav {
    margin-top: 0 !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;
    -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: #E71322;
}

.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: 17px;
    font-weight: 700;
    height: 100px;
    color: #E71322;
    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: #E71322;
    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: #E71322;
    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: #00266C;
}

.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: #00266C;
}

.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: #E71322;
}

.miniPopup-departments-trigger a:hover {
    color: #00266C;
}


/* 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: 310px;
    padding: 40px;
    position: absolute;
    top: 100%;
    left: 0;
    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;
}

.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 .cart-img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 3px;
    margin-right: 15px;
}

.cart-minipopup .cart-item .cart-content {
    flex: 1;
    padding-right: 22px;
}

.cart-minipopup .cart-item .cart-title {
    display: block;
    color: #00266C;
    font-family: 'Montserrat';
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px;
}

.cart-minipopup .cart-item .cart-price {
    color: #00266C;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
}

.cart-minipopup .cart-item .cart-delete {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background-color: #00266C;
    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: #E71322;
}

.cart-minipopup .cart-total {
    font-family: 'Montserrat';
    font-size: 19px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 20px;
}

.cart-minipopup .cart-action .btn {
    min-width: 105px;
    height: 40px;
    line-height: 40px;
}

.action-btn-cart {
    position: relative;
    font-size: 17px;
    color: #00266C;
}

.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: #E71322;
}


/* 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: #E71322;
    transition: all 0.2s linear;
}

.search-popup .search-popup-close:hover {
    background-color: #00266C;
}

.search-popup .search-popup-form {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 550px;
    margin: -40px auto 0;
    transform: translateY(-50%) scaleX(0);
    transition: all 0.5s ease-in-out;
    transition-delay: 0.5s;
}

.search-popup .search-popup-btn {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 80px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    color: #00266C;
    transition: 0.3s ease;
}

.search-popup .search-popup-btn:hover {
    color: #E71322;
}

.search-popup .search-popup-form-input {
    font-family: 'Montserrat';
    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: #00266C !important;
    background-color: #00266C;
}

.btn-contact:before {
    border-right-color: #9698c8;
    border-left-color: #9698c8;
}

.contact-phone .contact-icon {
    position: relative;
    font-size: 50px;
    color: #E71322;
    margin-right: 12px;
}

.contact-phone .phone-link {
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;
}

.header-actions>li {
    margin-left: 30px;
}

@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: 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;
    }
}


/* Mobile and Tablets */

@media (max-width: 991px) {
    .navbar .navbar-toggler {
        position: absolute;
        right: 15px;
        height: 13px;
    }
    .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: #00266C;
    }
    .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: 17px;
    }
    .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: #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: #E71322;
        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: #E71322;
    }
    .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: #E71322;
    }
    .action-btn-search {
        position: absolute;
        top: 50%;
        right: 80px;
        transform: translateY(-50%);
    }
}


/* Medium and large Screens */

@media (min-width: 992px) {
    .navbar .nav-item .nav-item-link:before {
        content: "";
        position: absolute;
        left: 0;
        width: 0;
        top: 0;
        height: 2px;
        background-color: #E71322;
        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: 25px 0 23px;
        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) {
    .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;
    }
}


/* 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: 17px;
        top: 30px;
        right: 30px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

@media (max-width: 420px) {
    .header .navbar-brand img {
        max-width: 120px;
    }
    .header .action-btn-login span {
        display: none;
    }
}


/*----------------------
    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 #00266C;
}

.accordion-item .accordion-title {
    font-weight: 600;
    font-size: 19px;
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 40px;
    color: #00266C;
}

.accordion-item .accordion-title:hover {
    color: #E71322;
}

.accordion-item .accordion-title:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "+";
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #E71322;
}

.accordion-item.opened .accordion-header:not(.collapsed) .accordion-title {
    color: #00266C;
}

.accordion-item.opened .accordion-header:not(.collapsed) .accordion-title:after {
    content: "-";
    background-color: #00266C;
}

.accordion-item .accordion-body {
    padding-top: 20px;
}

.accordion-item .accordion-body p {
    font-size: 17px;
    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: 17px;
    }
    .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: #E71322;
}

.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: #E71322;
}

.banner-layout1 .banner-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    z-index: -1;
    background-color: #E71322;
}

.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%, #E71322 78%);
}

.banner-layout2 .banner-content {
    padding: 110px 100px 110px 110px;
    background-color: #E71322;
    -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: #E71322;
}

.banner-layout2 .banner-shape {
    left: 0;
    background-color: #E71322;
}

.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: #00266C;
}

.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: #00266C;
}

.banner-layout3 .btn-white:hover,
.banner-layout4 .btn-white:hover {
    color: #ffffff;
}

.banner-layout3 .top-shape {
    height: 90px;
    background-color: #00266C;
}

.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: #00266C;
}

.banner-layout3 .banner-shape {
    left: 70px;
    -webkit-animation: zoomOut 1s infinite;
    animation: zoomOut 1s infinite;
    background: linear-gradient(to right, #00266C 0%, #00266C 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: #00266C;
}

.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: #00266C;
}

.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 {
    -webkit-clip-path: url(#path-direction-down);
    clip-path: url(#path-direction-down);
}

.banner-layout7 .container-fluid {
    padding-left: calc((100% - 1250px) / 2);
    padding-right: 0;
}

.banner-layout7 .banner-content {
    padding: 115px 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: #E71322;
    -webkit-clip-path: url(#path-direction-left-large);
    clip-path: url(#path-direction-left-large);
}

.banner-layout8 .btn-white {
    color: #00266C;
}

.banner-layout8 .btn-white:hover {
    color: #ffffff;
    background-color: #E71322;
}

@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-text .btn {
        margin-bottom: 10px;
    }
    .banner-layout1,
    .banner-layout2 {
        padding-right: 0;
    }
    .banner-layout3,
    .banner-layout4 {
        padding-left: 0;
    }
    .banner-layout2 .banner-content {
        padding: 110px 120px 110px 40px;
    }
}

@media (max-width: 550px) {
    .banner-layout2 .banner-content {
        padding: 110px 50px 110px 40px;
    }
    .banner-layout3 .banner-content,
    .banner-layout4 .banner-content {
        padding: 110px 0 110px 70px;
    }
    .banner-layout1 .banner-img,
    .banner-layout2 .banner-img,
    .banner-layout3 .banner-img,
    .banner-layout4 .banner-img {
        display: none !important;
    }
}


/*-------------------------
    Footer
--------------------------*/

.footer {
    overflow-x: hidden;
}

.footer .footer-primary {
    position: relative;
    padding-top: 88px;
    padding-bottom: 50px;
    background-color: #00266c;
}

.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: 15px 0;
    background-color: #ffffff;
}

.footer .footer-secondary:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50px;
    right: 50px;
    height: 5px;
    background-color: #E71322;
}

.footer [class*=footer-widget] {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.footer .footer-widget-title {
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.footer .contact-list li {
    font-family: 'Montserrat';
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 13px;
    line-height: 23px;
}

.footer .contact-list li a {
    color: #ffffff;
    display: flex;
    align-items: center;
}

.footer .contact-list li a .contact-icon {
    margin-right: 7px;
}

.footer .footer-widget-contact p {
    color: #f9f9f9;
}

.footer .footer-widget-nav li a {
    display: block;
    position: relative;
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 11px;
}

.footer .footer-widget-nav li a:hover {
    color: #E71322;
}

.footer .footer-copyright-links li a {
    position: relative;
    color: #00266C;
    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: #00266C;
}

.footer .footer-copyright-links li a:last-of-type:before {
    display: none;
}

.footer .footer-copyright-links li a:hover {
    color: #E71322;
}

.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;
}

.footer .time-list li .time {
    color: #848e9f;
}

.footer .footer-widget-time {
    padding: 40px;
    background-color: #0a0a32;
}


/* Scroll Top Button */

#scrollTopBtn {
    position: fixed;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    bottom: 30px;
    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: #E71322;
    transition: all 0.3s ease-in-out;
}

#scrollTopBtn:hover i {
    background-color: #00266C;
}

#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: 17px;
    }
    #scrollTopBtn.actived {
        right: 20px;
    }
}


/*-------------------------
       Counters
--------------------------*/

.counter-item {
    margin-bottom: 30px;
}

.counter-item .counter-number {
    position: relative;
    font-size: 70px;
    line-height: 1;
    color: #00266C;
    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: 17px;
    font-weight: 700;
}


/* Mobile Phones and tablets */

@media (min-width: 320px) and (max-width: 767px) {
    .counter-item .counter-number {
        font-size: 50px;
        line-height: 1;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}


/*-------------------------
    Call to Action
--------------------------*/

.cta-title {
    font-size: 26px;
    margin-bottom: 15px;
}

.cta-desc {
    font-size: 17px;
}

.cta-banner {
    position: relative;
    z-index: 3;
    padding: 40px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
}

.cta-banner .cta-title {
    font-size: 24px;
    margin-bottom: 15px;
}

.cta-banner .cta-desc {
    font-size: 17px;
}

.cta-layout1 .cta-icon,
.cta-layout2 .cta-icon {
    position: absolute;
    top: 55px;
    right: 40px;
    z-index: -1;
    color: #f0f0f7;
    font-size: 115px;
    line-height: 1;
}

.cta-layout1 .cta-icon i,
.cta-layout2 .cta-icon i {
    line-height: 1;
}

.cta-layout1 .cta-banner,
.cta-layout2 .cta-banner {
    padding: 55px 60px;
    margin-top: -175px;
    margin-bottom: 65px;
}

.cta-layout1 {
    padding-bottom: 180px;
}

.cta-layout1:after {
    content: "";
    position: absolute;
    top: -200px;
    left: -30px;
    width: calc(100% + 30px);
    height: 398px;
    z-index: 1;
    background-image: url(../images/backgrounds/pattern2.png);
}

.cta-layout1+.banner-layout7 {
    margin-top: -130px;
}

.cta-layout2 .cta-banner {
    margin-bottom: 45px;
}

.cta-layout2 .icon-filled {
    background-color: #E71322;
}

@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: 17px;
    }
    .cta-layout1 .cta-banner,
    .cta-layout2 .cta-banner {
        padding: 25px 30px;
    }
}


/* Extra Small Devices */

@media (min-width: 320px) and (max-width: 767px) {
    .cta-layout1 .row>[class*=col-]:not(:first-child) .cta-banner,
    .cta-layout2 .row>[class*=col-]:not(:first-child) .cta-banner {
        margin-top: 0;
    }
    .cta-layout2 .row>[class*=col-]:first-child .cta-banner {
        margin-top: -40px;
    }
}


/*-----------------------
    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: #E71322;
}

.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(100vh - 160px);
}

.slider .slide-subtitle {
    color: #ffffff;
    display: block;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
}

.slider .slide-title {
    color: #ffffff;
    font-size: 60px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 25px;
}

.slider .slide-desc {
    color: #f9f9f9;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    max-width: 600px;
    margin-bottom: 30px;
}

.slider .fancybox-layout5 {
    max-width: 400px;
}

.slider .fancybox-layout5 .fancybox-item {
    padding: 0;
    max-width: 175px;
}

.slider .fancybox-layout5 .fancybox-item .fancybox-title {
    font-size: 17px;
    margin-bottom: 0;
}

.slider .fancybox-layout5 .fancybox-item:not(:nth-child(-n+2)) {
    margin-top: -30px;
}

.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: #00266C;
    margin-bottom: 28px;
}

.slider .cta-banner .icon-filled {
    background-color: #E71322;
}

.slider .cta-banner .slick-dots {
    position: static;
    text-align: left;
    margin-left: -17px;
}

.slider .cta-banner .slick-dots li button {
    border-color: #E71322;
}

.slider .cta-banner .slick-dots li.slick-active button {
    border-color: #00266C;
}

.slider .cta-banner .slick-dots li:not(:first-child):before,
.slider .cta-banner .slick-dots li:not(:last-child):after {
    background-color: #E71322;
}

.slider .cta-banner .slick-dots li.slick-active:before,
.slider .cta-banner .slick-dots li.slick-active:after {
    background-color: #00266C;
}

.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: #00266C;
}

.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: #E71322;
}

.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) {
    .header-transparent+.slider {
        margin-top: 0 !important;
    }
    .slider .slide-item {
        min-height: 0;
        padding: 100px 10px;
        height: auto !important;
    }
    .slider .slide-desc {
        font-size: 17px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .slider .fancybox-layout5 .fancybox-item .fancybox-title {
        max-width: 140px;
    }
    .slider .slick-arrow:before {
        font-size: 25px;
    }
    .slider .slick-arrow.slick-next {
        right: -20px;
    }
    .slider .slick-arrow.slick-prev {
        left: -20px;
    }
}


/*  Small Screens and tablets  */

@media (min-width: 576px) and (max-width: 767px) {
    .slider .slide-title {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 10px;
    }
}


/* Extra Small Devices */

@media (min-width: 320px) and (max-width: 575px) {
    .slider .slide-title {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .slider .btn {
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .slider .slide-item {
        padding: 120px 10px 50px;
    }
    .slider .fancybox-layout5 .fancybox-item {
        margin: 5px;
        max-width: 125px;
    }
    .slider .fancybox-layout5 .fancybox-item .fancybox-title {
        font-size: 16px !important;
    }
    .slider .fancybox-layout5 .fancybox-item .fancybox-body {
        padding: 30px 5px;
    }
}


/*--------------------------
      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: #E71322;
    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: #00266C;
}

.video-btn .video-btn-title {
    font-size: 17px;
    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: #00266C;
}

.video-btn-primary:hover .video-player {
    background-color: #E71322;
}

.video-btn-white .video-player {
    background-color: #ffffff !important;
    color: #00266C;
}

.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: #00266C;
    -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: 17px;
    font-weight: 600;
    color: #00266C;
}

.features-list,
.features-list-layout2 .feature-item {
    padding: 30px;
    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: 20px;
    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: #E71322;
}

.features-list-layout3.list-secondary .feature-item .feature-icon {
    background-color: #E71322;
}

@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;
    }
}


/*-----------------------
     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: 50px;
    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: #00266C;
    -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;
    line-height: 26px !important;
}

.fancybox-layout1 .fancybox-item .btn:hover .plus-icon {
    background-color: #E71322;
}

.fancybox-layout1 .fancybox-item:hover .fancybox-icon {
    background-color: #E71322;
}

.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 65px;
    max-width: 80px;
}

.fancybox-layout2 .fancybox-item .fancybox-title {
    font-size: 20px;
    margin-bottom: 0px;
}

.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 .carousel-wrapper,
.fancybox-layout4 .carousel-wrapper {
    position: relative;
}

.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: 50px 34px 50px 37px;
    border-radius: 4px;
    background-color: #ffffff;
}

.fancybox-layout3 .fancybox-item .fancybox-img,
.fancybox-layout4 .fancybox-item .fancybox-img {
    position: absolute;
    top: -25px;
    left: 40px;
    right: 40px;
    opacity: 0;
    -webkit-clip-path: url(#path-direction-down-sm);
    clip-path: url(#path-direction-down-sm);
    transform: scale(0.5);
    transition: all 0.3s ease;
}

.fancybox-layout3 .fancybox-item .fancybox-icon,
.fancybox-layout4 .fancybox-item .fancybox-icon {
    color: #00266C;
    margin-bottom: 37px;
    transition: all 0.3s linear;
}

.fancybox-layout3 .fancybox-item .fancybox-title,
.fancybox-layout4 .fancybox-item .fancybox-title {
    color: #00266C;
    font-size: 20px;
    margin-bottom: 17px;
}

.fancybox-layout3 .fancybox-item .btn,
.fancybox-layout4 .fancybox-item .btn {
    margin-top: 26px;
}

.fancybox-layout3 .fancybox-item:hover .fancybox-icon,
.fancybox-layout4 .fancybox-item:hover .fancybox-icon {
    opacity: 0;
}

.fancybox-layout3 .fancybox-item:hover .fancybox-img,
.fancybox-layout4 .fancybox-item:hover .fancybox-img {
    opacity: 1;
    transform: scale(1);
}

.fancybox-layout4 {
    padding-bottom: 250px;
}

.fancybox-layout4 .slick-dots {
    position: absolute;
    bottom: -60px;
    text-align: right;
}

.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-layout5 .fancybox-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.fancybox-layout5 .heading-desc {
    color: #c1c3ec;
}

.fancybox-layout5 .fancybox-item {
    margin: 10px;
    padding: 45px;
    max-width: 290px;
    -webkit-clip-path: url(#hexagon-clippath);
    clip-path: url(#hexagon-clippath);
}

.fancybox-layout5 .fancybox-item .fancybox-icon {
    color: #00266C;
    margin-bottom: 11px;
}

.fancybox-layout5 .fancybox-item .fancybox-body {
    text-align: center;
    padding: 45px 13px;
    background-color: #ffffff;
    -webkit-clip-path: url(#hexagon-clippath);
    clip-path: url(#hexagon-clippath);
}

.fancybox-layout5 .fancybox-item .fancybox-title {
    font-size: 18px;
    margin-bottom: 17px;
}

.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: #E71322;
}

.fancybox-layout5 .fancybox-item .btn-secondary .icon-filled:hover {
    background-color: #00266C;
}

.fancybox-layout5 .fancybox-item:hover .fancybox-body {
    background-color: #E71322;
}

.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 .btn-link.btn-secondary .icon-filled {
    color: #E71322;
    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;
    line-height: 23px;
}

@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: -200px;
    }
    .fancybox-layout3 .carousel-wrapper .slick-dots,
    .fancybox-layout4 .carousel-wrapper .slick-dots {
        right: 200px;
    }
    .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: -400px;
    }
    .fancybox-layout3 .carousel-wrapper .slick-dots,
    .fancybox-layout4 .carousel-wrapper .slick-dots {
        right: 400px;
    }
    .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;
    }
    .fancybox-layout2 .fancybox-item {
        margin-bottom: 20px;
    }
    .fancybox-layout2 .fancybox-item .fancybox-title {
        margin-bottom: 10px;
    }
    .fancybox-layout2 .fancybox-item .fancybox-icon {
        flex: 0 0 60px;
        max-width: 60px;
    }
    .fancybox-layout2 .fancybox-item .fancybox-body {
        padding-bottom: 15px;
        flex: 0 0 calc(100% - 60px);
        max-width: calc(100% - 60px);
    }
    .fancybox-layout3 .fancybox-item,
    .fancybox-layout4 .fancybox-item {
        padding: 20px;
    }
}


/*--------------------
     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: 17px;
    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: #E71322;
    transition: all 0.3s linear;
}

.member .social-icons li a i {
    width: 20px;
    height: 20px;
    color: #E71322;
    background-color: #ffffff;
}

.member .social-icons li a:hover {
    background-color: #00266C;
}

.member .social-icons li a:hover i {
    color: #00266C;
}

.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: 17px;
        margin-bottom: 0;
    }
    .team-layout1 .member .member-info:after {
        height: 90px;
    }
}


/*----------------------------
     Testimonial
------------------------------*/

.testimonial-item {
    position: relative;
    padding: 35px 35px;
    border-radius: 10px;
    background: #ffffff;
}

.testimonial-title {
    color: #33363c;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: justify;
    text-transform: unset;
    font-weight: 500;
}

.testimonial-meta {
    transition: opacity 0.3s ease;
}

.testimonial-meta.slick-current {
    opacity: 1;
}

.testimonial-meta.slick-current .testimonial-thmb {
    border-color: #E71322;
    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: 17px;
    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.html);
}

.testimonials-rating .total-rate {
    font-family: 'Montserrat';
    font-size: 38px;
    font-weight: 700;
    color: #00266C;
    margin-right: 10px;
}

.testimonials-rating .overall-rate {
    font-weight: 700;
    color: #E71322;
    border-bottom: 2px solid #E71322;
}

.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: #E71322;
}

.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: #E71322;
    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: #E71322;
}

.testimonials-layout3 .testimonial-title {
    font-size: 24px;
}

.testimonials-layout3 .slider-nav-thumbnails {
    padding-left: 115px;
}

.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: #00266C;
}

.testimonials-layout3 .slick-arrow.slick-next {
    right: auto;
    left: 40px;
}

.testimonials-layout3 .slick-arrow:hover:before {
    color: #ffffff;
    background-color: #E71322;
}

.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 .testimonials-container {
        padding-left: 50px;
    }
    .testimonials-layout3 .testimonials-container:before {
        font-size: 35px;
    }
    .testimonials-layout3 .slider-nav-thumbnails {
        margin-top: -50px;
        padding-left: 0;
    }
    .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;
    }
}

@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: #E71322;
    }
    .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: #E71322;
    }
    .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: #E71322;
    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 {
    width: 100%;
    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: #00266C;
}

.post-item .post-img .post-meta-date .month {
    padding: 0 15px;
    color: #848e9f;
    background-color: #ffffff;
}

.post-item .post-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    cursor: pointer;
    text-transform: unset;
}

.post-item .post-title a {
    color: #00266C;
}

.post-item .post-title a:hover {
    color: #00266C;
}

.post-item .post-meta {
    margin-bottom: 18px;
}

.post-item .post-meta>* {
    position: relative;
    font-size: 13px;
    color: #00266C;
    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: 22px 35px;
    /* margin-bottom: -65px; */
    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: #E71322;
    padding-right: 7px;
    font-weight: 700;
}

.post-item .post-meta-cat a:hover {
    color: #00266C;
}

.post-item .post-meta-cat a:after {
    content: ",";
    position: absolute;
    top: -1px;
    right: 1px;
    color: #E71322;
}

.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: #E71322;
    background-color: #ffffff;
}

.post-item .btn-link:hover .plus-icon {
    color: #ffffff !important;
    background-color: #00266C !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: #00266C;
} */


/* .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);
}

.blog-layout1 .post-item:hover .post-desc,
.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: #00266C;
}


/* .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: 17px;
    font-weight: 700;
    white-space: nowrap;
    color: #00266C;
    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: #00266C;
    background-color: #00266C;
}

.widget-nav .nav-next:hover .nav-ttile,
.widget-nav .nav-prev:hover .nav-ttile {
    color: #E71322;
}

.blog-author {
    position: relative;
    padding: 35px;
    border-radius: 5px 5px 0 0;
    border-bottom: 8px solid #00266C;
    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: 17px;
    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: 17px;
    font-weight: 700;
    line-height: 1;
    color: #E71322;
}

.comments-list .comment-item .comment-content .comment-reply:hover {
    color: #00266C;
}

.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: 17px;
    padding-right: 5px;
    color: #00266C;
}

.blog-tags ul li a:hover {
    color: #E71322;
}

.blog-tags ul li a:before {
    content: ",";
    position: absolute;
    top: -2px;
    right: 1px;
    color: #00266C;
}

.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-desc p {
        font-size: 17px;
        line-height: 1.7;
        margin-bottom: 15px;
    }
    .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: #00266C;
}

.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: #00266C;
}

.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: #E71322;
}

.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: 17px;
    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: 17px;
}

.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: #00266C;
}

.contact-layout3 .btn-white:hover,
.contact-layout4 .btn-white:hover {
    color: #ffffff;
    background-color: #E71322;
}

.contact-layout4 .accordion-item {
    border-color: #6d6fb3;
    background-color: transparent;
}

.contact-layout4 .accordion-item:after {
    color: #00266C;
    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: #E71322;
}

.contact-layout4 .accordion-item .accordion-body p {
    color: #f9f9f9;
}

.contact-layout4 .accordion-item.opened .accordion-header:not(.collapsed) .accordion-title {
    color: #E71322;
}

.contact-layout4 .accordion-item.opened .accordion-header:not(.collapsed) .accordion-title:after {
    color: #E71322;
    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: 17px;
    margin-bottom: 160px;
}

.contact-layout5 .widget-banner .btn-white {
    color: #00266C;
}

.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: #00266C;
    font-size: 17px;
    font-weight: 700;
}

.locations-panel ul li a:hover {
    color: #E71322;
}

.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 .btn,
    .contact-layout4 .btn {
        margin-bottom: 10px;
    }
    .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: 17px;
        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: 17px;
    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: #00266C;
}

.pricing-widget-layout2 {
    background-color: #fff2f2;
}

.pricing-widget-layout2 .pricing-list li .price {
    color: #ffffff;
    background-color: #E71322;
}

.pricing-widget-layout3 {
    border: 2px solid #dfdfea;
}

.pricing-widget-layout3 .pricing-list li .price {
    color: #ffffff;
    background-color: #E71322;
}

.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: 17px;
}


/* 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: 17px;
    }
    [class*=pricing-widget-layout] .pricing-list li {
        font-size: 17px;
    }
    [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: 22px;
    margin-bottom: 23px;
}

.widget-search {
    background-color: #00266C;
}

.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: #00266C;
}

.widget-search .widget-form-search .btn {
    position: absolute;
    top: 0;
    right: 20px;
    width: auto;
    color: #E71322;
    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: #00266C;
}

.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: 'Montserrat';
    font-size: 17px;
    font-weight: 700;
    padding: 20px;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #00266C;
    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: #E71322;
    transition: all 0.3s linear;
}

.widget-categories ul li a:hover,
.widget-categories ul li a.active {
    background-color: #E71322;
    -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: #E71322;
    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: 17px;
    font-weight: 700;
    color: #E71322;
}

.widget-categories-layout2 ul li a:hover {
    color: #00266C;
}

.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: 17px;
    font-weight: 700;
    padding: 22px 30px;
    text-transform: capitalize;
    border-radius: 50px;
    font-family: 'Montserrat';
    color: #E71322;
    background-color: #ffffff;
    transition: all 0.4s ease;
}

.widget-services ul li a:hover {
    color: #ffffff;
    background-color: #00266C;
}

.widget-tags ul {
    display: flex;
    flex-wrap: wrap;
}

.widget-tags ul li a {
    display: block;
    font-size: 17px;
    line-height: 1;
    text-transform: capitalize;
    padding: 6px 10px;
    margin: 0 10px 10px 0;
    border-radius: 3px;
    border: 1px solid #E71322;
    color: #E71322;
    background-color: #ffffff;
    transition: all 0.4s ease;
}

.widget-tags ul li a:hover {
    color: #ffffff;
    border-color: #E71322;
    background-color: #E71322;
}


/*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: 17px;
    margin-bottom: 0;
}

.widget-post-item .widget-post-title a {
    color: #00266C;
}

.widget-post-item:hover .widget-post-title a {
    color: #00266C;
}

.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: 17px;
    margin-bottom: 0;
}

.widget-poducts .widget-product-item .widget-product-title a {
    color: #00266C;
}

.widget-poducts .widget-product-item:hover .widget-product-title a {
    color: #00266C;
}

.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: #00266C;
    font-size: 17px;
    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: #E71322;
    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: #E71322;
}

.widget-filter .price-output {
    flex: 0 0 50%;
    max-width: 50%;
}

.widget-filter label {
    color: #848e9f;
    font-size: 17px;
    margin-bottom: 0;
}

.widget-filter input {
    background-color: transparent;
    color: #00266C;
    font-size: 17px;
    border: none;
}

.widget-filter .btn-filter {
    font-size: 17px;
    font-weight: 700;
    color: #00266C;
}

.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: #E71322;
}

.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: #E71322;
}

.about-layout1 .about-badge {
    position: absolute;
    top: -60px;
    right: 60px;
}

.about-layout1 .about-Text {
    padding: 200px 0 0 50px;
}

.about-layout1 .about-Text p {
    font-size: 17px;
    color: #00266C;
}

.about-layout1 .about-Text p:first-of-type {
    position: relative;
    font-weight: 400;
}

.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: 17px;
}

.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: 17px;
}

.about-layout2 .author-singnture {
    margin-left: 30px;
}

@media (max-width: 1199px) {
    .about-layout1 .about-img {
        margin-top: 70px;
    }
    .about-layout1 .about-Text {
        padding: 30px 0 0 0;
    }
}


/* Extra Small Devices */

@media (min-width: 320px) and (max-width: 575px) {
    .about-layout2 .about-img {
        padding-right: 0;
    }
    .about-layout2 .about-text-banner {
        display: none;
    }
}


/*-----------------------
    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 .service-body {
    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: #E71322;
}

.service-item .service-category a {
    position: relative;
    color: #ffffff;
    font-size: 17px;
    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: #00266C;
}

.service-item .service-icon {
    color: #E71322;
    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;
}

.service-item .service-desc {
    margin-bottom: 26px;
    transition: all 0.3s linear;
}

.service-item .btn-link.btn-primary:hover .plus-icon {
    background-color: #E71322;
}

.service-item:hover {
    z-index: 3;
    border-color: #E71322 !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 .service-body {
    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 {
    flex: 0 0 40%;
    max-width: 40%;
}

.services-layout2 .service-item .service-body {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 50px 50px 50px 0;
}

.services-layout2 .service-item .service-body: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-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-layout3 .service-item .service-body,
.services-layout4 .service-item .service-body,
.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: #00266C;
    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-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 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-layout3 .service-item .service-more,
.services-layout4 .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 .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: #E71322;
    -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: 290px;
}

.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: #E71322;
    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: 17px;
    font-weight: 700;
    color: #00266C;
    padding-bottom: 3px;
}

.list-filter .filter:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #E71322;
    transition: 0.4s ease;
}

.list-filter .filter.active,
.list-filter .filter:hover {
    color: #E71322;
}

.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: 17px;
    }
    .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-layout5 .text-block {
        margin-top: -120px;
    }
    .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;
    }
}

@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: 25px;
    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: #00266C;
}

.product-title a:hover {
    color: #E71322;
}

.product-price {
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    color: #E71322;
}

.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: 17px;
}

.product-item-single .product-rating i.active {
    color: #E71322;
}

.product-item-single .product-img img {
    border-radius: 15px;
}

.product-item-single .product-price {
    font-size: 22px;
}

.product-item-single .product-desc {
    font-size: 17px;
}

.product-item-single .social-icons li a {
    font-size: 17px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.product-details li {
    line-height: 23px;
    margin-top: 5px;
}

.product-details li strong {
    font-size: 17px;
    font-weight: 600;
    color: #00266C;
    min-width: 120px;
    display: inline-block;
}

.product-meta-review {
    font-size: 17px;
}

.product-meta-review a {
    position: relative;
    color: #848e9f;
    padding-left: 10px;
}

.product-meta-review a:hover {
    color: #00266C;
}

.product-meta-review a:before {
    content: "/";
    position: absolute;
    top: 0;
    left: 0;
}

.product-meta-details li {
    display: flex;
    font-size: 17px;
    margin-bottom: 13px;
}

.product-meta-details li:last-child {
    margin-bottom: 0;
}

.product-meta-details li span:first-of-type {
    font-family: 'Montserrat';
    color: #00266C;
    font-weight: 700;
    font-size: 17px;
    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: #00266C;
    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: #00266C;
    font-weight: 600;
    font-size: 17px;
    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: 17px;
}

.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: 17px;
    font-weight: 700;
    text-align: center;
    color: #00266C;
    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: 17px;
    font-weight: 700;
    color: #E71322;
    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: 17px;
    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: #00266C;
}

.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: #00266C;
}


/* 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: 'Montserrat';
    font-size: 34px;
    font-style: italic;
    color: #eaedf5;
}

.process-item .process-icon {
    position: relative;
    color: #00266C;
    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: 17px;
    margin-bottom: 20px;
}

.process-item:hover {
    border-bottom-color: #E71322;
    transform: translateY(-5px);
}

.process-item:hover .process-icon {
    color: #E71322;
}

.process-item:hover .btn-link {
    color: #E71322;
}

.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: 17px;
    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;
    }
}

.text_black {
    color: #000000;
}

.footer_logo {
    width: 185px;
}

.pl_15 {
    padding-left: 15px;
}

.dot_color li::marker {
    color: #ffffff;
}

.icn_cnt {
    background: #ffffff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    color: #e71322;
    font-size: 13px;
}

.topbar_icon {
    border: 1px solid #ffffff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #ffffff;
    font-size: 14px !important;
    border-radius: 50%;
    color: #e71322;
}

.topbar-icons li {
    margin-right: 10px;
}

.topbar-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.text-black {
    color: #000000;
}

.margin_auto {
    margin: auto;
}

.linehight_p {
    line-height: 25px;
}

.fw_600 {
    font-weight: 600;
}