@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); html, body {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    background-color: rgb(255, 255, 255);
    font-family: Roboto, sans-serif;
    font-size: 15px;
    color: rgb(106, 106, 106);
    overflow-x: hidden;
}

::selection {
    background-color: rgb(3, 72, 154);
    color: rgb(255, 255, 255);
}

a {
    color: rgb(3, 72, 154);
    transition: color 0.3s ease 0s;
}

a:hover {
    color: rgb(25, 58, 21);
    text-decoration: none;
}

section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

img {
    max-width: 100%;
}

* {
    outline: none;
}

button {
    border: none;
    padding: 0px;
}

button, button:focus, .form-control, .form-control:focus {
    outline: none;
    background-color: transparent;
    box-shadow: none;
}

textarea {
    resize: none;
}

select {
    background-color: transparent;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

.row-no-gutter {
    margin-left: 0px;
    margin-right: 0px;
}

.row-no-gutter > [class*="col"] {
    padding-right: 0px;
    padding-left: 0px;
}

.inner-padding {
    padding: 100px;
}

.vertical-align-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.font-weight-medium {
    font-weight: 500;
}

.box-shadow-none {
    box-shadow: none !important;
}

.text-underlined-primary {
    border-bottom: 2px solid rgb(3, 72, 154) !important;
}

.background-banner {
    min-height: 400px;
}

.width-auto {
    width: auto !important;
}

.h-50px {
    height: 50px !important;
}

.fz-13 {
    font-size: 13px !important;
}

.fz-25 {
    font-size: 25px !important;
}

.font-secondary {
    font-family: Roboto, sans-serif;
}

.lh-1 {
    line-height: 1 !important;
}

.vh-100 {
    height: 100vh !important;
}

.list-inline > li {
    display: inline-block;
}

.align-v {
    display: flex !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}

.align-v-h {
    display: flex !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}

.border-top {
    border-top: 1px solid rgb(234, 234, 234) !important;
}

.border-bottom {
    border-bottom: 1px solid rgb(234, 234, 234) !important;
}

@media (min-width: 992px) {
    .col-lg-5th {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.extra-padding {
    padding-bottom: 280px;
}

.z-index-2 {
    z-index: 2;
}

.mt--90 {
    margin-top: -90px;
}

.mt--100 {
    margin-top: -80px;
}

.mt--130 {
    margin-top: -130px;
}

.mt--140 {
    margin-top: -140px;
}

.mt--200 {
    margin-top: -200px;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !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-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !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;
}

.mt--100 {
    margin-top: -100px;
}

.mr-0 {
    margin-right: 0px !important;
}

.mr-10 {
    margin-right: 10px !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;
}

.ml-0 {
    margin-left: 0px !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;
}

.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;
}

.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;
}

.pr-0 {
    padding-right: 0px !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;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

@media (max-width: 1200px) {
    .inner-padding {
        padding: 30px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .mt-30 {
        margin-top: 30.7692px !important;
    }

    .mt-40 {
        margin-top: 28.5714px !important;
    }

    .mt-50 {
        margin-top: 35.7143px !important;
    }

    .mt-60 {
        margin-top: 42.8571px !important;
    }

    .mt-70 {
        margin-top: 50px !important;
    }

    .mt-80 {
        margin-top: 57.1429px !important;
    }

    .mt-90 {
        margin-top: 64.2857px !important;
    }

    .mt-100 {
        margin-top: 71.4286px !important;
    }

    .mb-30 {
        margin-bottom: 23.0769px !important;
    }

    .mb-40 {
        margin-bottom: 28.5714px !important;
    }

    .mb-50 {
        margin-bottom: 35.7143px !important;
    }

    .mb-60 {
        margin-bottom: 42.8571px !important;
    }

    .mb-70 {
        margin-bottom: 50px !important;
    }

    .mb-80 {
        margin-bottom: 57.1429px !important;
    }

    .mb-90 {
        margin-bottom: 64.2857px !important;
    }

    .mb-100 {
        margin-bottom: 71.4286px !important;
    }

    .mr-30 {
        margin-right: 23.0769px !important;
    }

    .mr-40 {
        margin-right: 28.5714px !important;
    }

    .mr-50 {
        margin-right: 35.7143px !important;
    }

    .ml-30 {
        margin-left: 27.2727px !important;
    }

    .ml-40 {
        margin-left: 33.3333px !important;
    }

    .ml-50 {
        margin-left: 35.7143px !important;
    }

    .pt-30 {
        padding-top: 23.0769px !important;
    }

    .pt-40 {
        padding-top: 28.5714px !important;
    }

    .pt-50 {
        padding-top: 35.7143px !important;
    }

    .pt-60 {
        padding-top: 42.8571px !important;
    }

    .pt-70 {
        padding-top: 50px !important;
    }

    .pt-80 {
        padding-top: 57.1429px !important;
    }

    .pt-90 {
        padding-top: 64.2857px !important;
    }

    .pt-100 {
        padding-top: 71.4286px !important;
    }

    .pt-110 {
        padding-top: 78.5714px !important;
    }

    .pt-120 {
        padding-top: 85.7143px !important;
    }

    .pt-130 {
        padding-top: 93.3333px !important;
    }

    .pt-140 {
        padding-top: 87.5px !important;
    }

    .pt-150 {
        padding-top: 88.2353px !important;
    }

    .pt-160 {
        padding-top: 88.8889px !important;
    }

    .pt-170 {
        padding-top: 89.4737px !important;
    }

    .pb-30 {
        padding-bottom: 23.0769px !important;
    }

    .pb-40 {
        padding-bottom: 28.5714px !important;
    }

    .pb-50 {
        padding-bottom: 35.7143px !important;
    }

    .pb-60 {
        padding-bottom: 42.8571px !important;
    }

    .pb-70 {
        padding-bottom: 50px !important;
    }

    .pb-80 {
        padding-bottom: 57.1429px !important;
    }

    .pb-90 {
        padding-bottom: 64.2857px !important;
    }

    .pb-100 {
        padding-bottom: 71.4286px !important;
    }

    .pb-110 {
        padding-bottom: 78.5714px !important;
    }

    .pb-120 {
        padding-bottom: 85.7143px !important;
    }

    .pb-130 {
        padding-bottom: 86.6667px !important;
    }

    .pb-140 {
        padding-bottom: 87.5px !important;
    }

    .pb-150 {
        padding-bottom: 88.2353px !important;
    }

    .pb-160 {
        padding-bottom: 88.8889px !important;
    }

    .pb-170 {
        padding-bottom: 89.4737px !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .inner-padding {
        padding: 20px !important;
    }

    .text-center-xs-sm {
        text-align: center !important;
    }

    .mt-30 {
        margin-top: 23.0769px !important;
    }

    .mt-40 {
        margin-top: 28.5714px !important;
    }

    .mt-50 {
        margin-top: 33.3333px !important;
    }

    .mt-60 {
        margin-top: 33.3333px !important;
    }

    .mt-70 {
        margin-top: 35px !important;
    }

    .mt-80 {
        margin-top: 40px !important;
    }

    .mt-90 {
        margin-top: 45px !important;
    }

    .mt-100 {
        margin-top: 50px !important;
    }

    .mb-30 {
        margin-bottom: 23.0769px !important;
    }

    .mb-40 {
        margin-bottom: 28.5714px !important;
    }

    .mb-50 {
        margin-bottom: 33.3333px !important;
    }

    .mb-60 {
        margin-bottom: 33.3333px !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;
    }

    .mr-30 {
        margin-right: 25px !important;
    }

    .mr-40 {
        margin-right: 30.7692px !important;
    }

    .mr-50 {
        margin-right: 33.3333px !important;
    }

    .ml-30 {
        margin-left: 25px !important;
    }

    .ml-40 {
        margin-left: 30.7692px !important;
    }

    .ml-50 {
        margin-left: 33.3333px !important;
    }

    .pt-30 {
        padding-top: 23.0769px !important;
    }

    .pt-40 {
        padding-top: 28.5714px !important;
    }

    .pt-50 {
        padding-top: 33.3333px !important;
    }

    .pt-60 {
        padding-top: 33.3333px !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: 66.6667px !important;
    }

    .pt-140 {
        padding-top: 63.6364px !important;
    }

    .pt-150 {
        padding-top: 65.2174px !important;
    }

    .pt-160 {
        padding-top: 66.6667px !important;
    }

    .pt-170 {
        padding-top: 68px !important;
    }

    .pb-30 {
        padding-bottom: 23.0769px !important;
    }

    .pb-40 {
        padding-bottom: 28.5714px !important;
    }

    .pb-50 {
        padding-bottom: 33.3333px !important;
    }

    .pb-60 {
        padding-bottom: 33.3333px !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: 61.9048px !important;
    }

    .pb-140 {
        padding-bottom: 63.6364px !important;
    }

    .pb-150 {
        padding-bottom: 65.2174px !important;
    }

    .pb-160 {
        padding-bottom: 66.6667px !important;
    }

    .pb-170 {
        padding-bottom: 68px !important;
    }
}

.color-white {
    color: rgb(255, 255, 255) !important;
}

.color-gray {
    color: rgb(249, 249, 249) !important;
}

.color-secondary {
    color: rgb(27, 26, 26) !important;
}

.color-primary {
    color: rgb(3, 72, 154) !important;
}

.color-heading {
    color: rgb(40, 40, 40) !important;
}

.color-body {
    color: rgb(155, 155, 155) !important;
}

.bg-white {
    background-color: rgb(255, 255, 255) !important;
}

.bg-gray {
    background-color: rgb(249, 249, 249) !important;
}

.bg-dark {
    background-color: rgb(27, 26, 26) !important;
}

.bg-heading {
    background-color: rgb(40, 40, 40) !important;
}

.bg-primary {
    background-color: rgb(59, 13, 112) !important;
}

.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;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(27, 26, 26, 0.15);
}

.bg-overlay-2::before {
    background-color: rgba(27, 26, 26, 0.25);
}

.bg-overlay-3::before {
    background-color: rgba(27, 26, 26, 0.5);
}

.bg-overlay-gradient::before {
    background-color: transparent;
}

.bg-overlay-primary::before {
    background-color: rgba(74, 171, 61, 0.85);
}

.bg-overlay-primary-gradient::before {
    background-color: transparent;
    background-image: linear-gradient(360deg, rgba(159, 97, 233, 0.85) 16%, rgb(60, 152, 48) 95%);
}

h1, h2, h3, h4, h5, h6 {
    color: rgb(106, 106, 106);
    font-family: Rubik, sans-serif;
    text-transform: inherit;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
}

p {
    line-height: 1.7;
    margin-bottom: 15px;
}

h1 {
    font-size: 52px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 38px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
}

.heading__subtitle {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: rgb(3, 72, 154);
    margin-bottom: 10px;
}

.heading__title {
    position: relative;
    font-size: 34px;
    margin-bottom: 20px;
}

.heading__desc {
    font-size: 16px;
    margin-bottom: 0px;
}

.heading-layout2 .heading__title {
    font-size: 40px;
}

.heading-layout3 .heading__title::after {
    content: "";
    position: absolute;
    left: -50px;
    top: 50%;
    width: 30px;
    height: 2px;
    border-radius: 1px;
    background-color: rgb(3, 72, 154);
    transform: translateY(-50%);
}

.heading-light .heading__subtitle {
    color: rgb(249, 249, 249);
}

.heading-light .heading__subtitle::after {
    background-color: rgb(255, 255, 255);
}

.heading-light .heading__title, .heading-light .heading__desc {
    color: rgb(255, 255, 255);
}

.text__block-subtitle {
    color: rgb(3, 72, 154);
    font-size: 16px;
    font-weight: 700;
}

.text__block-title {
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 17px;
}

.text__block-desc {
    font-size: 16px;
    line-height: 26px;
}

.text__link {
    font-size: 14px;
    font-weight: 700;
}

.text__link a {
    color: rgb(40, 40, 40);
    border-bottom: 2px solid rgb(40, 40, 40);
    padding-bottom: 2px;
}

.text__link:hover a {
    color: rgb(3, 72, 154);
    border-bottom-color: rgb(3, 72, 154);
}

@media (min-width: 992px) {
    .text__block-layout2 {
        position: relative;
    }

    .text__block-layout2 .text__block-title {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .text__block-layout2 .text__block-content {
        padding-left: 230px;
    }
}

@media (max-width: 992px) {
    .heading__title {
        font-size: 30px;
    }

    .heading-layout2 .heading__subtitle::after {
        display: none;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .heading__title {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .heading__subtitle, .text__link {
        font-size: 13px;
    }

    .heading__desc {
        font-size: 14px;
        line-height: 24px;
    }

    .heading-layout2 .heading__title {
        font-size: 25px;
    }

    .text__block-desc {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

.header-transparent + .page-title {
    margin-top: -100px;
}

.page-title-layout1 {
    padding-top: 175px;
    padding-bottom: 175px;
}

.page-title-layout1 [class*="col-"] {
    position: static;
}

.page-title-layout1 .breadcrumb-item + .breadcrumb-item::before {
    color: rgb(255, 255, 255);
}

.page-title-layout1 .breadcrumb-item.active {
    color: rgb(249, 249, 249);
}

.page-title-layout1 .breadcrumb-item a {
    position: relative;
    color: rgb(255, 255, 255);
}

.page-title-layout1 .breadcrumb-item a:hover {
    color: rgb(3, 72, 154);
}

.page-title-layout1 .scroll-down {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 17px;
    color: rgb(255, 255, 255);
    background-color: rgb(3, 72, 154);
    box-shadow: rgba(116, 61, 171, 0.15) 0px 0px 0px 15px;
}

.page-title-layout1 .scroll-down::before, .page-title-layout1 .scroll-down::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: 3s ease 0s infinite normal none running ripple;
    box-shadow: rgba(3, 42, 89, 0.3) 0px 0px 0px 0px;
}

.page-title-layout1 .scroll-down::before {
    animation-delay: 0.9s;
}

.page-title-layout1 .scroll-down::after {
    animation-delay: 0.6s;
}

.page-title-layout1 .scroll-down i {
    position: relative;
    animation: 2s linear 0s infinite normal none running slideTopDown;
}

.page-title-layout1 .pagetitle__heading, .page-title-layout2 .pagetitle__heading {
    font-size: 75px;
    color: rgb(255, 255, 255);
}

.page-title-layout1 .pagetitle__desc, .page-title-layout2 .pagetitle__desc {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: rgb(249, 249, 249);
    margin-bottom: 30px;
}

.page-title-layout2 {
    padding-top: 115px;
    padding-bottom: 0px;
}

.page-title-layout2 .breadcrumb-wrapper {
    padding: 20px 0px;
    margin-top: 100px;
    border-bottom: 1px solid rgb(234, 234, 234);
}

@media (max-width: 992px) {
    .page-title-layout1 {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .page-title-layout1 .scroll-down {
        bottom: -25px;
        width: 50px;
        height: 50px;
        font-size: 14px;
        box-shadow: rgba(74, 171, 61, 0.15) 0px 0px 0px 8px;
    }

    .page-title-layout1 .scroll-down::before, .page-title-layout1 .scroll-down::after {
        width: 42px;
        height: 42px;
    }

    .page-title-layout2 {
        padding-top: 50px;
    }

    .page-title-layout2 .breadcrumb-wrapper {
        padding: 15px 0px;
        margin-top: 50px;
    }

    .page-title-layout1 .pagetitle__heading, .page-title-layout2 .pagetitle__heading {
        font-size: 30px;
    }

    .page-title-layout1 .pagetitle__desc, .page-title-layout2 .pagetitle__desc {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 20px;
    }
}

.btn {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 700;
    min-width: 170px;
    height: 60px;
    padding: 0px 15px;
    letter-spacing: 0.3px;
    border: 0px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s linear 0s;
}

.btn:focus, .btn.active, .btn:active {
    box-shadow: none;
    outline: none;
}

.btn span, .btn i {
    margin: 0px 4px;
}

.btn .icon-arrow-right, .btn .icon-arrow-left {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.btn:not(.btn__link)::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgb(27, 26, 26);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9) 0s, -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9) 0s;
}

.btn:not(.btn__link):hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}

.btn__primary {
    background-color: rgb(3, 72, 154);
    color: rgb(255, 255, 255);
}

.btn__primary:active, .btn__primary:focus {
    background-color: rgb(3, 72, 154);
    color: rgb(255, 255, 255);
}

.btn__primary.btn__outlined {
    color: rgb(3, 72, 154);
    background-color: transparent;
    border: 2px solid rgb(3, 72, 154);
}

.btn__primary.btn__outlined::before {
    background-color: rgb(3, 72, 154);
}

.btn__primary.btn__outlined .icon-arrow-right, .btn__primary.btn__outlined .icon-arrow-left {
    color: rgb(255, 255, 255);
    background-color: rgb(3, 72, 154);
}

.btn__primary.btn__outlined:hover {
    color: rgb(255, 255, 255);
}

.btn__primary.btn__outlined:hover .icon-arrow-right, .btn__primary.btn__outlined:hover .icon-arrow-left {
    color: rgb(3, 72, 154);
    background-color: rgb(255, 255, 255);
}

.btn__primary .icon-arrow-right, .btn__primary .icon-arrow-left {
    color: rgb(3, 72, 154);
    background-color: rgb(255, 255, 255);
}

.btn__primary:hover {
    color: rgb(255, 255, 255);
}

.btn__primary:hover .icon-arrow-right, .btn__primary:hover .icon-arrow-left {
    color: rgb(27, 26, 26);
}

.btn__primary-style2::before {
    background-color: rgb(255, 255, 255) !important;
}

.btn__primary-style2:hover {
    color: rgb(27, 26, 26);
}

.btn__primary-style2:hover .icon-arrow-right, .btn__primary-style2:hover .icon-arrow-left {
    color: rgb(255, 255, 255);
    background-color: rgb(27, 26, 26);
}

.btn__secondary {
    color: rgb(0, 0, 0);
    background: linear-gradient(rgb(188, 198, 204), rgb(238, 238, 238), rgb(188, 198, 204));
}

.btn__secondary::before {
    background-color: rgb(3, 72, 154) !important;
}

.btn__secondary .icon-arrow-right, .btn__secondary .icon-arrow-left {
    color: rgb(27, 26, 26);
    background-color: rgb(255, 255, 255);
}

.btn__secondary:hover {
    color: rgb(255, 255, 255);
}

.btn__secondary:hover .icon-arrow-right, .btn__secondary:hover .icon-arrow-left {
    color: rgb(3, 72, 154);
}

.btn__secondary:active, .btn__secondary:focus {
    background-color: rgb(27, 26, 26);
    color: rgb(255, 255, 255);
}

.btn__secondary-style2::before {
    background-color: rgb(255, 255, 255) !important;
}

.btn__secondary-style2:hover {
    color: rgb(27, 26, 26);
}

.btn__secondary.btn__outlined {
    background-color: transparent;
    border: 2px solid rgb(27, 26, 26);
    color: rgb(27, 26, 26);
}

.btn__secondary.btn__outlined::before {
    display: none;
}

.btn__secondary.btn__outlined .icon-arrow-right, .btn__secondary.btn__outlined .icon-arrow-left {
    color: rgb(255, 255, 255);
    background-color: rgb(27, 26, 26);
}

.btn__secondary.btn__outlined:hover {
    color: rgb(3, 72, 154);
    background-color: rgb(27, 26, 26);
}

.btn__secondary.btn__outlined:hover .icon-arrow-right, .btn__secondary.btn__outlined:hover .icon-arrow-left {
    color: rgb(3, 72, 154);
    background-color: rgb(255, 255, 255);
}

.btn__white {
    background-color: rgb(255, 255, 255);
    color: rgb(3, 72, 154);
}

.btn__white::before {
    background-color: rgb(3, 72, 154) !important;
}

.btn__white .icon-arrow-right, .btn__white .icon-arrow-left {
    color: rgb(255, 255, 255);
    background-color: rgb(3, 72, 154);
}

.btn__white:hover {
    color: rgb(255, 255, 255);
}

.btn__white:hover .icon-arrow-right, .btn__white:hover .icon-arrow-left {
    color: rgb(3, 72, 154);
    background-color: rgb(255, 255, 255);
}

.btn__white:active, .btn__white:focus {
    background-color: rgb(255, 255, 255);
    color: rgb(3, 72, 154);
}

.btn__white-style2::before {
    background-color: rgb(27, 26, 26) !important;
}

.btn__white-style2:hover {
    color: rgb(255, 255, 255);
}

.btn__white-style2:hover .icon-arrow-right, .btn__white-style2:hover .icon-arrow-left {
    color: rgb(27, 26, 26);
    background-color: rgb(255, 255, 255);
}

.btn__white.btn__outlined {
    background-color: transparent;
    border: 2px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.btn__white.btn__outlined:hover {
    color: rgb(3, 72, 154);
    background-color: rgb(255, 255, 255);
}

.btn__white.btn__outlined::before {
    display: none;
}

.btn__outlined {
    background-color: transparent;
}

.btn__link {
    background-color: transparent;
    min-width: 0px;
    line-height: 1;
    height: auto;
    padding: 0px;
    border: none;
}

.btn__link:focus, .btn__link:active {
    background-color: transparent;
}

.btn__link.btn__primary {
    color: rgb(3, 72, 154);
}

.btn__link.btn__primary .icon-arrow-right, .btn__link.btn__primary .icon-arrow-left {
    color: rgb(255, 255, 255);
    background-color: rgb(3, 72, 154);
}

.btn__link.btn__primary:hover {
    color: rgb(27, 26, 26);
}

.btn__link.btn__primary:hover .icon-arrow-right, .btn__link.btn__primary:hover .icon-arrow-left {
    color: rgb(255, 255, 255);
    background-color: rgb(27, 26, 26);
}

.btn__link.btn__secondary {
    color: rgb(27, 26, 26);
}

.btn__link.btn__secondary:hover {
    color: rgb(3, 72, 154);
}

.btn__link.btn__white {
    color: rgb(255, 255, 255);
}

.btn__link.btn__white:hover {
    color: rgb(3, 72, 154);
}

.btn__link.btn__white .icon-arrow-right, .btn__link.btn__white .icon-arrow-left {
    color: rgb(27, 26, 26);
    background-color: rgb(255, 255, 255);
}

.btn__link.btn__white:hover {
    color: rgb(3, 72, 154);
}

.btn__link.btn__white:hover .icon-arrow-right, .btn__link.btn__white:hover .icon-arrow-left {
    color: rgb(255, 255, 255);
    background-color: rgb(3, 72, 154);
}

.btn__rounded {
    border-radius: 50px;
}

.btn__block {
    width: 100%;
}

.btn__icon {
    display: inline-flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.btn__icon span {
    margin-right: 5px;
}

.btn__icon i {
    margin-left: 5px;
}

.btn__social {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 50px;
    height: 40px;
    color: rgb(255, 255, 255);
    border-radius: 8px;
    margin-right: 10px;
}

.btn__social:hover {
    color: rgb(255, 255, 255);
}

.btn__social::before {
    display: none;
}

.btn__social i {
    font-size: 18px;
    color: rgb(255, 255, 255);
    background-color: transparent;
}

.btn__facebook {
    background-color: rgb(66, 103, 178);
}

.btn__twitter {
    background-color: rgb(29, 160, 240);
}

.btn__instagram {
    background: radial-gradient(circle at 30% 107%, rgb(253, 244, 151) 0%, rgb(253, 244, 151) 5%, rgb(253, 89, 73) 45%, rgb(214, 36, 159) 60%, rgb(40, 90, 235) 90%);
}

.btn__sm {
    height: 40px;
    min-width: 150px;
    border-radius: 3px;
}

.btn__lg {
    min-width: 210px;
}

.btn__xl {
    height: 70px;
    min-width: 250px;
}

.btn__loadMore i {
    position: relative;
    z-index: 2;
    display: inline-block;
    font-style: normal;
    width: 27px;
    height: 27px;
    line-height: 27px;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
}

.btn__loadMore.btn__primary {
    height: 60px;
}

.btn__loadMore.btn__primary i {
    color: rgb(3, 72, 154);
    background-color: rgb(255, 255, 255);
}

.btn__loadMore.btn__primary:hover i {
    color: rgb(27, 26, 26);
}

.btn__secondary.btn__outlined.btn__custom {
    border-color: rgb(234, 234, 234);
    color: rgb(27, 26, 26);
    overflow: visible;
}

.btn__secondary.btn__outlined.btn__custom .icon-arrow-right, .btn__secondary.btn__outlined.btn__custom .icon-arrow-left {
    color: rgb(255, 255, 255);
    background-color: rgb(27, 26, 26);
    transition: all 0.3s linear 0s;
}

.btn__secondary.btn__outlined.btn__custom::before {
    display: none;
}

.btn__secondary.btn__outlined.btn__custom::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 20px;
    right: 20px;
    height: 2px;
    background-color: rgb(3, 72, 154);
}

.btn__secondary.btn__outlined.btn__custom:hover {
    color: rgb(3, 72, 154);
    border-color: rgb(3, 72, 154);
    background-color: rgb(3, 72, 154);
}

.btn__secondary.btn__outlined.btn__custom:hover .icon-arrow-right, .btn__secondary.btn__outlined.btn__custom:hover .icon-arrow-left {
    color: rgb(3, 72, 154);
    background-color: rgb(255, 255, 255);
}

.btn__primary.btn__outlined.btn__custom {
    border-color: rgb(234, 234, 234);
    color: rgb(3, 72, 154);
    overflow: visible;
}

.btn__primary.btn__outlined.btn__custom .icon-arrow-right, .btn__primary.btn__outlined.btn__custom .icon-arrow-left {
    color: rgb(255, 255, 255);
    background-color: rgb(3, 72, 154);
    transition: all 0.3s linear 0s;
}

.btn__primary.btn__outlined.btn__custom::before {
    display: none;
}

.btn__primary.btn__outlined.btn__custom::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 20px;
    right: 20px;
    height: 2px;
    background-color: rgb(3, 72, 154);
}

.btn__primary.btn__outlined.btn__custom:hover {
    color: rgb(255, 255, 255);
    border-color: rgb(3, 72, 154);
    background-color: rgb(3, 72, 154);
}

.btn__primary.btn__outlined.btn__custom:hover .icon-arrow-right, .btn__primary.btn__outlined.btn__custom:hover .icon-arrow-left {
    color: rgb(3, 72, 154);
    background-color: rgb(255, 255, 255);
}

@media (min-width: 320px) and (max-width: 767px) {
    .btn:not(.btn__link) {
        font-size: 13px;
        min-width: 120px;
        height: 40px;
    }
}

label {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    color: rgb(40, 40, 40);
}

label.error {
    font-size: 14px;
    font-weight: 400;
    color: red;
    margin-bottom: 0px;
    margin-top: 7px;
}

.form-group {
    position: relative;
    margin-bottom: 30px;
}

.form-control {
    height: 50px;
    font-size: 14px;
    padding: 0px 0px 0px 20px;
    border-radius: 5px;
    border: 1px solid rgb(244, 244, 244);
    background-color: transparent;
}

.form-control:focus {
    background-color: transparent;
    border-color: rgb(3, 72, 154);
}

textarea.form-control {
    min-height: 105px;
    padding-top: 10px;
}

.form-control::-webkit-input-placeholder {
    color: rgb(155, 155, 155);
}

.form__title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
}

.nice-select {
    height: 50px;
    border-color: rgb(244, 244, 244);
}

.nice-select.open, .nice-select:active, .nice-select:focus {
    border-color: rgb(3, 72, 154);
}

.label-radio {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    color: rgb(155, 155, 155);
}

.label-radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.radio-indicator {
    position: absolute;
    top: -1px;
    left: 0px;
    height: 17px;
    width: 17px;
    background: transparent;
    border: 2px solid rgb(234, 234, 234);
    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: rgb(3, 72, 154);
}

.label-radio input:checked ~ .radio-indicator::after {
    display: block;
}

.nice-select {
    width: 100%;
    margin-bottom: 30px;
}

.nice-select .current {
    line-height: 50px;
    color: rgb(155, 155, 155);
}

@media (min-width: 320px) and (max-width: 767px) {
    .form-group, .nice-select {
        margin-bottom: 20px;
    }
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav__link {
    display: block;
    position: relative;
    padding: 0px 0px 14px;
    margin: 0px 30px 20px 0px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: rgb(40, 40, 40);
}

.nav-tabs .nav__link:last-of-type {
    margin-right: 0px;
}

.nav-tabs .nav__link::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 2px;
    background-color: rgb(3, 72, 154);
    transition: all 0.7s linear 0s;
}

.nav-tabs .nav__link.active, .nav-tabs .nav__link:hover {
    color: rgb(3, 72, 154);
}

.nav-tabs .nav__link.active::after, .nav-tabs .nav__link:hover::after {
    width: 100%;
}

.nav-tabs-white .nav__link {
    color: rgb(255, 255, 255);
}

.nav-tabs-white .nav__link.active, .nav-tabs-white .nav__link:hover {
    color: rgb(255, 255, 255);
}

.nav-tabs-white .nav__link::after {
    background-color: rgb(255, 255, 255);
}

@media (min-width: 320px) and (max-width: 767px) {
    .nav-tabs .nav__link {
        font-size: 13px;
        margin: 0px 10px 10px 0px;
    }
}

.social-icons {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}

.social-icons li {
    margin-right: 10px;
}

.social-icons li a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgb(234, 234, 234);
    transition: all 0.4s linear 0s;
}

.social-icons li a i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    color: rgb(255, 255, 255);
    background-color: rgb(3, 72, 154);
    transition: all 0.4s linear 0s;
}

.social-icons li a:hover {
    border-color: rgb(3, 72, 154);
}

.social-icons li:last-of-type {
    margin-right: 0px;
}

.icon-arrow-right {
    font-size: 65%;
}

.custom-icon {
    position: relative;
}

.custom-icon::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 54px;
    width: 54px;
    opacity: 0.1;
    border-radius: 22px;
    background-color: rgb(3, 72, 154);
}

.custom-icon i {
    margin-left: 10px;
}

.custom-icon-right {
    text-align: right;
}

.custom-icon-right::before {
    left: auto;
    right: 0px;
}

.custom-icon-right i {
    margin-left: 0px;
    margin-right: 10px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0px;
}

.breadcrumb-item {
    position: relative;
}

.breadcrumb-item a {
    color: rgb(40, 40, 40);
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
}

@media (min-width: 320px) and (max-width: 767px) {
    .breadcrumb-item a, .breadcrumb-item + .breadcrumb-item {
        font-size: 12px;
    }
}

.pagination li {
    margin-right: 10px;
}

.pagination li:last-child {
    margin-right: 0px;
}

.pagination li a {
    font-size: 20px;
    font-weight: 700;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    border-radius: 7px;
    color: rgb(34, 34, 34);
    border: 2px solid rgb(234, 234, 234);
    background-color: transparent;
    transition: all 0.3s linear 0s;
}

.pagination li a i {
    font-weight: 700;
}

.pagination li a:hover, .pagination li a.current {
    color: rgb(255, 255, 255);
    border-color: rgb(3, 72, 154);
    background-color: rgb(3, 72, 154);
}

@media (min-width: 320px) and (max-width: 767px) {
    .pagination li a {
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
}

.list-items li {
    position: relative;
    padding-left: 32px;
    font-size: 15px;
    font-weight: 700;
    color: rgb(40, 40, 40);
    margin-bottom: 9px;
}

.list-items li::before {
    content: "";
    font-family: Fontawesome;
    position: absolute;
    top: 50%;
    left: 0px;
    font-size: 10px;
    font-weight: 400;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    background-color: rgb(3, 72, 154);
    transform: translateY(-50%);
}

.list-items-light li {
    color: rgb(255, 255, 255);
}

.list-items-light li::before {
    background-color: rgb(255, 255, 255);
    color: rgb(3, 72, 154);
}

.list-items-layout2 li {
    padding-left: 25px;
}

.list-items-layout2 li::before {
    background-color: transparent;
    color: rgb(3, 72, 154);
}

.list-items-layout2.list-items-light li {
    color: rgb(255, 255, 255);
}

.list-items-layout2.list-items-light li::before {
    color: rgb(255, 255, 255);
}

@media (max-width: 992px) {
    .list-items-layout2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .list-items-layout2 li {
        -webkit-box-flex: 0 !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .list-items li {
        font-size: 15px;
        font-weight: 400;
    }
}

@-webkit-keyframes pulsing {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    40% {
        opacity: 0.3;
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

@keyframes pulsing {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    40% {
        opacity: 0.3;
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes slideTopDown {
    0% {
        top: 0px;
    }

    25% {
        top: -5px;
    }

    50% {
        top: 0px;
    }

    75% {
        top: 5px;
    }

    100% {
        top: 0px;
    }
}

@keyframes slideTopDown {
    0% {
        top: 0px;
    }

    25% {
        top: -5px;
    }

    50% {
        top: 0px;
    }

    75% {
        top: 5px;
    }

    100% {
        top: 0px;
    }
}

@-webkit-keyframes translateHeader {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes translateHeader {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 70px;
    }

    100% {
        box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 0px;
    }
}

@keyframes ripple {
    70% {
        box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 70px;
    }

    100% {
        box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 0px;
    }
}

.preloader {
    position: fixed;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background-color: rgb(255, 255, 255);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.preloader .loading {
    position: relative;
    width: 80px;
    height: 80px;
}

.preloader .loading span {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    border-width: 5px;
    border-style: solid;
    border-image: initial;
    border-radius: 50%;
    animation: 1.2s cubic-bezier(0.5, 0, 0.5, 1) 0s infinite normal none running rotating;
    border-color: rgb(3, 72, 154) transparent transparent;
}

.preloader .loading span:nth-child(1) {
    animation-delay: -0.45s;
}

.preloader .loading span:nth-child(2) {
    animation-delay: -0.3s;
}

.preloader .loading span:nth-child(3) {
    animation-delay: -0.15s;
}

@-webkit-keyframes rotating {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.header {
    position: relative;
    z-index: 1000;
}

.navbar {
    padding: 0px;
    height: 90px;
    max-height: 90px;
    background-color: rgb(255, 255, 255);
}

.navbar > .container, .navbar > .container-fluid {
    position: relative;
    height: 90px;
}

.navbar .navbar-brand {
    padding: 0px;
    margin: 0px;
    line-height: 90px;
}

.navbar .logo-light {
    display: none;
}

.navbar .navbar-toggler {
    padding: 0px;
    border: none;
    border-radius: 0px;
    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: 0px;
    width: 23px;
    height: 1px;
    display: inline-block;
    background-color: rgb(27, 26, 26);
    transition: all 0.3s ease 0s;
}

.navbar .navbar-toggler .menu-lines::before {
    top: 0px;
}

.navbar .navbar-toggler .menu-lines::after {
    top: 12px;
}

.navbar .navbar-toggler .menu-lines span {
    position: absolute;
    top: 6px;
    left: 0px;
    width: 18px;
    height: 1px;
    background-color: rgb(27, 26, 26);
}

.navbar .navbar-toggler.actived .menu-lines > span {
    opacity: 0;
}

.navbar .navbar-toggler.actived .menu-lines::before {
    top: 0px;
    transform: rotate(-45deg);
}

.navbar .navbar-toggler.actived .menu-lines::after {
    top: 0px;
    transform: rotate(45deg);
}

.navbar .nav__item {
    position: relative;
    margin-right: 25px;
}

.navbar .nav__item:last-child {
    margin-right: 0px;
}

.navbar .nav__item .nav__item-link {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    position: relative;
    color: rgb(3, 72, 154);
    line-height: 90px;
    letter-spacing: 0.4px;
    padding-right: 15px;
}

.navbar .nav__item .nav__item-link::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 0px;
    bottom: 0px;
    height: 2px;
    background-color: rgb(3, 72, 154);
    transition: all 0.5s ease 0s;
}

.navbar .nav__item .nav__item-link.active, .navbar .nav__item .nav__item-link:hover {
    color: rgb(3, 72, 154);
}

.navbar .nav__item .nav__item-link.active::before, .navbar .nav__item .nav__item-link.active::before, .navbar .nav__item .nav__item-link:hover::before, .navbar .nav__item .nav__item-link:hover::before {
    width: 100%;
}

.navbar button.dropdown-toggle:not(.lang-dropdown-toggle) {
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: 3;
    transform: translateY(-50%);
    color: rgb(3, 72, 154);
}

.navbar .dropdown-toggle::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    vertical-align: middle;
    margin-left: 0px;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.navbar .dropdown-menu {
    border-radius: 0px;
    border: none;
    margin: 0px;
    background-color: rgb(255, 255, 255);
}

.navbar .dropdown-menu .nav__item {
    padding: 0px 40px;
    margin-right: 0px;
}

.navbar .dropdown-menu .nav__item .nav__item-link {
    font-size: 14px;
    color: rgb(155, 155, 155);
    font-weight: 400;
    white-space: nowrap;
    border-bottom: 1px solid rgb(234, 234, 234);
    line-height: 36px !important;
}

.navbar .dropdown-menu .nav__item .nav__item-link::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    width: 10px;
    height: 2px;
    opacity: 0;
    background-color: rgb(3, 72, 154);
    transform: translateY(-50%);
    transition: all 0.3s linear 0s;
}

.navbar .dropdown-menu .nav__item .nav__item-link:hover {
    color: rgb(3, 72, 154);
}

.navbar .dropdown-menu .nav__item .nav__item-link:hover::after {
    opacity: 1;
    left: -15px;
}

.navbar .dropdown-menu .nav__item:last-child .nav__item-link {
    border-bottom: 0px;
}

.navbar .dropdown-menu .dropdown-toggle::after {
    right: 0px;
}

.navbar-actions > li {
    margin-right: 30px;
}

.navbar-actions > li:last-child {
    margin-right: 0px;
}

.action__btn {
    position: relative;
    color: rgb(27, 26, 26);
}

.lang-dropdown .dropdown-item {
    font-size: 14px;
    padding: 0.25rem 1rem;
}

.lang-dropdown .lang-dropdown-toggle {
    font-size: 13px;
    height: 40px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-right: 15px;
    color: rgb(155, 155, 155);
}

.lang-dropdown .lang-dropdown-toggle::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    border: 0px;
    display: block !important;
}

.lang-dropdown .lang-dropdown-toggle i {
    font-size: 30px;
    margin-right: 7px;
}

.lang-dropdown .dropdown-menu {
    min-width: 120px !important;
    padding: 0.6rem 0px !important;
}

.lang-dropdown .dropdown-menu .dropdown-item {
    color: rgb(155, 155, 155);
}

.lang-dropdown .dropdown-menu .dropdown-item:focus, .lang-dropdown .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: rgb(3, 72, 154);
}

.lang-dropdown .dropdown-menu .dropdown-item.active, .lang-dropdown .dropdown-menu .dropdown-item:active {
    background-color: transparent;
}

.lang-dropdown .lang-dropdown-toggle {
    padding: 0px 10px;
}

.lang-dropdown .lang-dropdown-toggle img {
    margin-right: 7px;
}

.header-topbar {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 5px 0px;
    border-bottom: 1px solid rgb(234, 234, 234);
}

.header-topbar .contact__list li {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 13px;
    margin-right: 20px;
}

.header-topbar .contact__list li a:not(.btn) {
    color: rgb(155, 155, 155);
}

.header-topbar .contact__list li a:not(.btn):hover {
    color: rgb(3, 72, 154);
}

.header-topbar .contact__list li > i {
    font-size: 14px;
    margin-right: 8px;
    color: rgb(27, 26, 26);
}

.header-topbar .contact__list li:last-child {
    margin-right: 0px;
}

.header-topbar .header-topbar__search {
    position: relative;
}

.header-topbar .header-topbar__search .form-control {
    height: 30px;
    border-radius: 0px;
    padding-left: 30px;
    background-color: transparent;
    border: 1px solid transparent;
}

.header-topbar .header-topbar__search .form-control:focus {
    border-color: rgb(249, 249, 249);
}

.header-topbar .header-topbar__search .form-control::-webkit-input-placeholder {
    color: rgb(155, 155, 155);
    font-style: italic;
    font-size: 13px;
}

.header-topbar .header-topbar__search .header-topbar__search-btn {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.header-topbar .action__btn {
    color: rgb(255, 255, 255) !important;
}

.header-topbar-dark {
    background-color: rgb(22, 22, 22);
}

.header-topbar-dark .contact__list li > i {
    color: rgb(3, 72, 154);
}

.header-topbar-dark .social-icons li {
    margin-right: 0px;
}

.header-topbar-dark .social-icons li a {
    border: 0px;
}

.header-topbar-dark .social-icons li a i {
    color: rgb(40, 40, 40);
    background-color: rgb(255, 255, 255);
}

.header-topbar-dark .social-icons li a i:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(3, 72, 154);
}

.header-layout1 {
    box-shadow: rgba(9, 29, 62, 0.1) 0px 5px 83px 0px;
}

.header-layout1 .social-icons li a {
    border: 0px;
    width: 20px;
    height: 20px;
}

.header-layout1 .social-icons li a i {
    background-color: rgb(27, 26, 26);
}

.header-layout1 .social-icons li a i:hover {
    background-color: rgb(3, 72, 154);
}

.cart-minipopup {
    background-color: rgb(255, 255, 255);
    width: 310px;
    padding: 40px;
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 1055;
    visibility: hidden;
    opacity: 0;
    border-radius: 0px 0px 8px 8px;
    box-shadow: rgba(40, 40, 40, 0.05) 0px 5px 83px 0px;
    transform: translateY(10px);
    transition: all 0.4s ease 0s;
}

.cart-minipopup.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.cart-minipopup .cart-item {
    position: relative;
    display: flex;
    border-bottom: 1px solid rgb(233, 233, 233);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.cart-minipopup .cart-item:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.cart-minipopup .cart-item .cart__img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 2px;
    margin-right: 15px;
}

.cart-minipopup .cart-item .cart__content {
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    padding-right: 22px;
}

.cart-minipopup .cart-item .cart__title {
    display: block;
    color: rgb(40, 40, 40);
    font-family: Rubik, sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px;
}

.cart-minipopup .cart-item .cart__price {
    color: rgb(3, 72, 154);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.cart-minipopup .cart-item .cart__delete {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background-color: rgb(40, 40, 40);
    color: rgb(255, 255, 255);
    text-align: center;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: all 0.4s ease 0s;
}

.cart-minipopup .cart-item .cart__delete:hover {
    background-color: rgb(3, 72, 154);
}

.cart-minipopup .cart-total {
    color: rgb(40, 40, 40);
    font-family: Rubik, sans-serif;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 20px;
}

.cart-minipopup .cart-action .btn {
    min-width: 105px;
    height: 40px;
    line-height: 40px;
}

.cart__counter {
    position: absolute;
    top: -11px;
    right: -8px;
    width: 15px;
    height: 15px;
    z-index: 3;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    background-color: rgb(3, 72, 154);
}

.is-sticky {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    z-index: 1040;
    height: 74px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 3px 4px;
    animation: 0.8s ease 0s 1 normal none running translateHeader;
    border-bottom: 0px !important;
    max-height: 130px !important;
    background-color: rgb(255, 255, 255) !important;
}

.is-sticky > .container, .is-sticky > .container-fluid {
    position: relative;
    height: 70px;
}

.is-sticky .miniPopup-departments-trigger {
    height: 70px;
}

.is-sticky .navbar-brand {
    line-height: 70px;
}

.is-sticky .header__top-right {
    display: none !important;
}

.is-sticky .nav__item .nav__item-link {
    color: rgb(3, 72, 154);
    line-height: 131px !important;
}

.is-sticky .nav__item .nav__item-link::before {
    background-color: rgb(3, 72, 154) !important;
}

.is-sticky .logo-light {
    display: none;
}

.is-sticky .logo-dark {
    display: inline-block;
}

.is-sticky .navbar-nav {
    margin-top: 0px !important;
}

.is-sticky .navbar-actions .btn {
    height: 50px;
}

.search-popup {
    position: fixed;
    z-index: 2300;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgb(255, 255, 255);
    transform: scale(0.7);
    transition: all 0.5s ease-in-out 0s;
}

.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: 50px;
    right: 50px;
    cursor: pointer;
    font-style: normal;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    background-color: rgb(3, 72, 154);
    transition: all 0.2s linear 0s;
}

.search-popup .search-popup__close:hover {
    background-color: rgb(40, 40, 40);
}

.search-popup .search-popup__form {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: 550px;
    margin: -40px auto 0px;
    transform: translateY(-50%) scaleX(0);
    transition: all 0.5s ease-in-out 0.5s;
}

.search-popup .search-popup__input {
    font-family: Rubik, sans-serif;
    font-weight: 300;
    font-size: 35px;
    z-index: 1;
    width: 100%;
    height: 70px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    padding: 0px 0px 0px 40px;
    color: rgb(155, 155, 155);
    background: transparent;
    border-bottom: 2px solid rgb(231, 235, 239);
    transition: all 0.3s ease 0s;
}

.search-popup .search-popup__input::-webkit-input-placeholder {
    color: rgb(155, 155, 155);
}

.search-popup .search-popup__btn {
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 70px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    color: rgb(27, 26, 26);
    transition: all 0.3s ease 0s;
}

.search-popup .search-popup__btn:hover {
    color: rgb(3, 72, 154);
}

.action__btn-search {
    color: rgb(27, 26, 26);
}

.navbar-actions {
    position: relative;
    height: 100%;
}

@media (min-width: 1400px) {
    .navbar > .container-fluid, .header-topbar > .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }

    .header-layout1 .navbar-actions {
        padding-left: 40px;
        margin-left: 40px;
        border-left: 1px solid rgb(234, 234, 234);
    }

    .header-layout1 .navbar .navbar-brand {
        padding-right: 40px;
        margin-right: 40px;
        border-right: 1px solid rgb(234, 234, 234);
    }
}

@media (min-width: 1200px) {
    .header-topbar {
        display: block;
    }

    .navbar > .container-fluid, .header-topbar > .container-fluid {
        padding-left: 45px;
        padding-right: 30px;
    }

    .header-layout1 .navbar-actions {
        padding-left: 40px;
        margin-left: 40px;
        border-left: 1px solid rgb(234, 234, 234);
    }

    .header-layout1 .navbar .navbar-brand {
        padding-right: 40px;
        margin-right: 40px;
        border-right: 1px solid rgb(234, 234, 234);
    }

    .header-layout3 .navbar-actions {
        padding-left: 20px;
        margin-left: 30px;
        height: 100%;
        border-left: 1px solid rgb(234, 234, 234);
    }

    .header-layout3 .is-sticky .navbar-actions {
        height: 70px;
    }

    .header-layout3 .close__topbar {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        color: rgb(255, 255, 255);
    }

    .header-layout3 .navbar {
        height: 143px;
        max-height: 150px;
    }

    .header-layout3 .navbar > .container, .header-layout3 .navbar .container-fluid {
        height: 140px;
    }

    .header-layout3 .navbar .navbar-nav {
    }

    .header-layout3 .navbar .navbar-brand {
        padding-right: 50px;
    }

    .header-layout3 .navbar .nav__item-link {
        line-height: 143px;
    }

    .header-layout3 .header__top-right {
        position: absolute;
        top: 30px;
        right: 300px;
    }

    .header-layout3 .contact__list li {
        margin-right: 25px;
    }

    .header-layout3 .contact__list li:last-child {
        margin-right: 0px;
    }
}

@media (max-width: 1199px) {
    .header-topbar {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .navbar .nav__item {
        margin-right: 20px;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-toggler {
        position: absolute;
        right: 51px;
        height: 11px;
    }

    .navbar .collapse:not(.show) {
        display: block;
    }

    .navbar .navbar-nav {
        margin: 0px !important;
    }

    .navbar .nav__item {
        margin-right: 0px;
    }

    .navbar .nav__item .nav__item-link {
        color: rgb(106, 106, 106);
        padding-left: 15px;
        line-height: 35px !important;
    }

    .navbar .nav__item .nav__item-link:hover {
        color: rgb(3, 72, 154);
    }

    .navbar .nav__item .nav__item-link::before {
        display: none;
    }

    .navbar .navbar-collapse {
        position: fixed;
        inset: 0px;
        width: 100%;
        height: 100%;
        visibility: hidden;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1000;
        padding: 0px;
        transition: all 0.4s ease 0s;
    }

    .navbar .navbar-collapse .navbar-nav {
        opacity: 0;
        width: 240px;
        height: 100%;
        overflow-y: auto;
        padding: 50px 0px 20px;
        background-color: rgb(255, 255, 255);
        transform: translateX(-100%);
        transition: all 0.3s ease 0.4s;
    }

    .navbar .navbar-collapse.menu-opened {
        opacity: 1;
        visibility: visible;
    }

    .navbar .navbar-collapse.menu-opened .navbar-nav {
        opacity: 1;
        transform: translateX(0px);
    }

    .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 rgb(255, 255, 255);
        color: rgb(255, 255, 255);
        cursor: pointer;
        opacity: 0;
        transform: scale(0.8);
        transition: all 0.4s ease 0.5s;
    }

    .navbar button.dropdown-toggle:not(.lang-dropdown-toggle) {
        top: 16px;
        transform: translateY(0px);
    }

    .navbar .nav__item [data-toggle="dropdown"]::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        right: 0px;
        width: 50%;
        text-align: right;
        z-index: 2;
        padding-right: 32px;
        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: "";
    }

    .navbar .dropdown-menu {
        background-color: white;
    }

    .navbar .dropdown-menu .nav__item {
        padding: 0px 15px 0px 30px;
    }

    .navbar .dropdown-menu .nav__item .nav__item-link {
        padding-left: 0px;
        border-bottom: none;
    }

    .navbar .dropdown-menu .dropdown-menu-col .nav__item {
        padding: 0px;
    }

    .navbar .nav__item.dropdown-submenu > .dropdown-menu.show {
        padding-left: 10px;
    }

    .navbar .dropdown-submenu .dropdown-menu .nav__item {
        padding: 0px 0px 0px 15px;
    }

    .navbar .navbar-nav .dropdown-menu.show {
        padding: 0px;
    }

    .navbar .mega-dropdown-menu .container {
        max-width: none;
    }

    .navbar .mega-dropdown-menu > .nav__item {
        padding: 0px 10px;
    }

    .navbar .mega-dropdown-menu .nav__item {
        padding: 0px;
    }

    .header .navbar, .header-transparent .navbar {
        background-color: rgb(255, 255, 255);
    }

    .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: rgb(27, 26, 26);
        margin: 0px 60px 0px 0px;
    }

    .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: rgb(27, 26, 26);
    }

    .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: 79px;
    }

    .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: 70px !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: 70px;
    }

    .header-topbar > .container {
        max-width: none;
    }

    .lang-dropdown .lang-dropdown-toggle, .header-transparent .action__btn {
        color: rgb(27, 26, 26);
    }

    .action__btn-search {
        position: absolute;
        top: 50%;
        right: 80px;
        transform: translateY(-50%);
    }
}

@media (min-width: 992px) {
    .navbar .dropdown-menu {
        width: auto;
        min-width: 235px;
        box-shadow: rgba(40, 40, 40, 0.1) 0px 2px 6px 0px;
        padding: 25px 0px 23px;
        border-radius: 0px 0px 6px 6px;
    }

    .navbar .dropdown-menu .nav__item .nav__item-link::before {
        display: none;
    }

    .navbar .dropdown-menu.wide-dropdown-menu {
        padding: 0px;
        min-width: 500px;
        overflow: hidden;
    }

    .navbar .dropdown-menu.wide-dropdown-menu > .nav__item {
        padding: 0px;
    }

    .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-title {
        color: rgb(40, 40, 40);
        font-family: Rubik, sans-serif;
        font-weight: 700;
        font-size: 17px;
        line-height: 1;
        margin: 0px 0px 13px 40px;
    }

    .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col {
        padding: 40px 0px 27px;
    }

    .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col:first-child {
        position: relative;
    }

    .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col:first-child::after {
        content: "";
        position: absolute;
        right: 0px;
        top: 0px;
        width: 1px;
        height: 100%;
        background-color: rgb(233, 233, 233);
    }

    .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: 0px;
        right: auto;
        z-index: 1050;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease 0s;
        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: 0px;
        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(0px);
    }

    .navbar .nav__item.has-dropdown.mega-dropdown {
        position: static;
    }

    .navbar .nav__item.has-dropdown .mega-dropdown-menu {
        width: 100%;
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav__item {
        padding: 0px;
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link {
        overflow: hidden;
        transition: all 0.4s ease 0s;
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "";
        position: absolute;
        top: auto;
        left: -7px;
        font-size: 7px;
        opacity: 0;
        color: rgb(3, 72, 154);
        transition: all 0.4s ease 0s;
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover {
        padding-left: 15px;
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover::after {
        opacity: 1;
        left: 4px;
    }

    .nav__item i[data-toggle="dropdown"] {
        display: none;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .dropdown-menu.mega-dropdown-menu > .nav__item {
        padding: 0px 15px;
    }

    .dropdown-menu.mega-dropdown-menu .nav__item:last-child > .nav__item-link {
        border-bottom: 1px solid rgb(242, 242, 242);
    }

    .dropdown-menu.mega-dropdown-menu [class^="col-"]:last-child .nav__item:last-child > .nav__item-link {
        border-bottom: none;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    .search-popup .search-popup__form {
        width: 90%;
    }

    .search-popup .search-popup__input {
        font-size: 20px;
        font-weight: 400;
        height: 40px;
        padding: 0px 0px 0px 30px;
    }

    .search-popup .search-popup__btn {
        font-size: 20px;
        line-height: 40px;
    }

    .search-popup .search-popup__close {
        font-size: 14px;
        top: 30px;
        right: 30px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

@media (max-width: 420px) {
    .header .navbar-brand img {
        max-width: 91px;
    }

    .header .action__btn-login span {
        display: none;
    }
}

@-webkit-keyframes translateHeader {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes translateHeader {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.accordion-item {
    border: 2px solid rgb(231, 235, 239);
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 25px 30px;
    margin-bottom: 27px;
}

.accordion-item .accordion-item__title {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    display: block;
    position: relative;
    padding-right: 25px;
    color: rgb(27, 26, 26);
}

.accordion-item .accordion-item__title:hover {
    color: rgb(3, 72, 154);
}

.accordion-item .accordion-item__title::after {
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-color: transparent;
    color: rgb(27, 26, 26);
    font-size: 10px;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
}

.accordion-item.opened {
    border-color: rgb(3, 72, 154);
}

.accordion-item.opened .accordion-item__header:not(.collapsed) .accordion-item__title {
    color: rgb(3, 72, 154);
}

.accordion-item.opened .accordion-item__header:not(.collapsed) .accordion-item__title::after {
    background-color: rgb(3, 72, 154);
    color: rgb(255, 255, 255);
    content: "";
}

.accordion-item .accordion-item__body {
    padding-top: 20px;
}

.accordion-item .accordion-item__body p {
    margin-bottom: 0px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .accordion-item {
        padding: 10px 15px;
    }

    .accordion-item .accordion-item__title {
        font-size: 14px;
    }

    .accordion-item .accordion-item .accordion-item__body p {
        font-size: 13px;
    }
}

.footer {
    background-color: rgb(241, 242, 246);
    background-image: linear-gradient(rgb(241, 242, 246) 0%, rgb(201, 198, 198) 74%);
}

.footer .social-icons a {
    border: 2px solid rgba(255, 163, 50, 0.42);
}

.footer .social-icons a i {
    color: rgb(255, 255, 255);
}

.footer .social-icons a:hover {
    border-color: rgb(249, 249, 249);
}

.footer .social-icons a:hover a {
    color: rgb(255, 255, 255);
}

.footer .btn__download {
    height: 60px;
    min-width: 190px;
}

.footer .btn__location {
    font-size: 14px;
    font-weight: 700;
    color: rgb(3, 72, 154);
}

.footer .btn__location:hover {
    color: rgb(93, 34, 165);
}

.footer-primary {
    padding-top: 84px;
    padding-bottom: 33px;
}

.footer-widget {
}

.footer-widget-title {
    color: rgb(80, 80, 80);
    font-size: 17px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.footer-widget-nav li a, .copyright__nav li a {
    display: block;
    position: relative;
    color: rgb(106, 106, 106);
    font-size: 14px;
    margin-bottom: 11px;
}

.footer-widget-nav li a:hover, .copyright__nav li a:hover {
    color: rgb(3, 72, 154);
}

.copyright__nav li a {
    margin-right: 14px;
    padding-right: 14px;
    margin-bottom: 3px;
}

.copyright__nav li a::after {
    content: "-";
    position: absolute;
    right: 0px;
    color: rgb(155, 155, 155);
}

.copyright__nav li:last-child a::after {
    display: none;
}

.footer-widget-about .btn {
    color: rgb(3, 72, 154);
}

.footer-widget-about .btn .icon-arrow-right {
    color: rgb(255, 255, 255);
    background-color: rgb(3, 72, 154);
}

.footer-widget-about .btn:hover {
    color: rgb(255, 255, 255);
}

.footer-widget-about .btn:hover .icon-arrow-right {
    color: rgb(27, 26, 26);
    background-color: rgb(255, 255, 255);
}

.footer-widget-contact p {
    font-size: 14px;
    width: 80%;
}

.footer-copyrights {
    background-color: rgb(18, 18, 18);
    padding-top: 42px;
    padding-bottom: 42px;
}

.footer-copyrights p {
    font-size: 13px;
}

.footer-copyrights p a:hover {
    color: rgb(255, 255, 255);
}

#scrollTopBtn {
    position: fixed;
    right: 10px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    opacity: 0;
    z-index: 1000;
    font-size: 18px;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    background-color: rgb(3, 72, 154);
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
}

#scrollTopBtn:hover {
    background-color: rgb(3, 42, 89);
}

#scrollTopBtn.actived {
    right: 30px;
    opacity: 1;
}

@media (min-width: 1200px) {
    .footer-widget-about {
        padding-right: 140px;
    }

    .footer-widget-align-right {
        text-align: right;
    }

    .footer-widget-align-right .social-icons {
        -webkit-box-pack: end;
        justify-content: flex-end;
    }
}

@media (max-width: 1200px) {
    .footer-widget-nav li a, .footer__copyright-links li a {
        font-size: 13px;
        margin-bottom: 8px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-primary {
        padding-top: 70px;
        padding-bottom: 20px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .footer-primary {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .footer-widget {
        margin-bottom: 20px;
    }

    .footer-widget-title {
        margin-bottom: 10px;
    }

    .footer-copyrights {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    #scrollTopBtn {
        bottom: 20px;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    #scrollTopBtn.actived {
        right: 20px;
    }
}

.cta-layout1 .cta__title, .cta-layout2 .cta__title {
    font-size: 19px;
    margin-bottom: 17px;
}

.cta-layout1 .cta__icon, .cta-layout2 .cta__icon {
    color: rgb(3, 72, 154);
    -webkit-box-flex: 0;
    flex: 0 0 95px;
    max-width: 95px;
    font-size: 65px;
    line-height: 1;
}

.cta-layout1 .cta__body, .cta-layout2 .cta__body {
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% - 95px);
    max-width: calc(100% - 95px);
}

.cta-layout1 {
    margin-top: -150px;
}

.cta-layout1 .cta__item {
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(40, 40, 40, 0.08) 0px 5px 23px;
}

.cta-layout1 .cta__item::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 35px;
    left: 35px;
    height: 3px;
    background-color: rgb(3, 72, 154);
}

.banner-layout3 + .cta-layout2 .cta-container {
    margin-top: -150px;
}

.cta-layout2 .cta-container {
    position: relative;
    z-index: 3;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(40, 40, 40, 0.16) 0px 5px 83px 0px;
}

.cta-layout2 .cta-container .cta__item {
    padding: 35px;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.cta-layout2 .cta-container .cta__item:first-of-type::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    width: 2px;
    height: calc(100% - 70px);
    background-color: rgb(234, 234, 234);
}

.cta__banner {
    background-color: rgb(3, 72, 154);
    max-width: 400px;
    padding: 50px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.cta__banner .cta__title {
    font-size: 22px;
}

.cta__banner .cta__desc {
    margin-bottom: 15px;
}

.cta__banner .cta__icon {
    line-height: 1;
    margin-bottom: 20px;
}

.cta__banner .cta__icon i {
    font-size: 60px;
    line-height: 1;
    color: rgb(255, 255, 255);
}

.cta__banner .btn {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.cta__banner .btn i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin-left: 5px;
    color: rgb(255, 255, 255);
    background-color: rgb(3, 72, 154);
    transition: all 0.3s linear 0s;
}

.cta__banner .btn:hover i {
    background-color: rgb(40, 40, 40);
}

.cta__banner-white {
    background-color: rgb(255, 255, 255);
}

.cta__banner-white .cta__title {
    color: rgb(40, 40, 40);
    margin-bottom: 15px;
}

.cta__banner-white .cta__desc {
    color: rgb(155, 155, 155);
    font-size: 15px;
    font-weight: 700;
}

@media (min-width: 1200px) {
    .testimonials-layout1 + .cta-layout1 {
        margin-top: -150px;
    }
}

@media (min-width: 992px) {
    .cta-layout2 .cta-container .cta__item:last-of-type {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
        text-align: right;
    }

    .cta-layout2 .cta-container .cta__item:last-of-type .custom-icon {
        text-align: right;
    }

    .cta-layout2 .cta-container .cta__item:last-of-type .custom-icon::before {
        left: auto;
        right: 0px;
    }

    .cta-layout2 .cta-container .cta__item:last-of-type .custom-icon i {
        margin-left: 0px;
        margin-right: 10px;
    }
}

@media (max-width: 991px) {
    .cta-layout1 .cta__title, .cta-layout2 .cta__title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .cta-layout1 .cta__desc, .cta-layout2 .cta__desc {
        font-size: 14px;
    }

    .cta-layout1 .cta__icon, .cta-layout2 .cta__icon {
        -webkit-box-flex: 0;
        flex: 0 0 75px;
        max-width: 75px;
        font-size: 50px;
    }

    .cta-layout1 .cta__body, .cta-layout2 .cta__body {
        -webkit-box-flex: 0;
        flex: 0 0 calc(100% - 75px);
        max-width: calc(100% - 75px);
    }

    .cta-layout1 .cta__item {
        padding: 20px;
    }

    .cta-layout2 .cta-container .cta__item {
        padding: 20px;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cta-layout2 .cta-container .cta__item:first-of-type::before {
        display: none;
    }
}

.slick-list {
    margin: 0px -15px;
}

.slick-slide {
    margin: 0px 15px;
}

.m-slides-0 .slick-list {
    margin: 0px;
}

.m-slides-0 .slick-slide {
    margin: 0px;
}

.gutter-20 .slick-list {
    margin-right: -20px !important;
    margin-left: -20px !important;
}

.gutter-20 .slick-slide {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(40, 40, 40);
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 0px;
    z-index: 3;
    transition: all 0.3s linear 0s;
}

.slick-arrow:hover {
    color: rgb(40, 40, 40);
}

.slick-arrow.slick-next::before, .slick-arrow.slick-prev::before {
    font-family: icomoon;
    font-size: 45px;
}

.slick-arrow.slick-next {
    right: 0px;
}

.slick-arrow.slick-next::before {
    content: "";
}

.slick-arrow.slick-prev {
    left: 0px;
}

.slick-arrow.slick-prev::before {
    content: "";
}

.carousel-arrows-light .slick-arrow {
    color: white;
}

.carousel-arrows-light .slick-arrow:hover {
    color: rgb(3, 72, 154);
}

.slick-dots {
    list-style: none;
    padding: 0px;
    text-align: center;
    margin-bottom: 0px;
    z-index: 2;
}

.slick-dots li {
    display: inline-block;
    margin: 5px;
    position: relative;
    z-index: 1;
    padding: 0px;
    font-size: 0px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-radius: 50%;
    border: 3px solid rgb(155, 155, 155);
    background-color: rgb(155, 155, 155);
}

.slick-dots li button {
    font-size: 0px;
    width: 100%;
}

.slick-dots li.slick-active {
    border-color: rgb(3, 72, 154);
    background-color: transparent;
}

.carousel-dots-light .slick-dots li:not(.slick-active) {
    border-color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
}

.header-transparent + .slider {
    margin-top: -100px;
}

.header-transparent + .slider .slide-item {
    padding-top: 100px;
}

.slider {
    padding: 0px;
    overflow-x: hidden;
}

.slider .slide-item {
    height: 80vh;
}

.slider .slide__subtitle {
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-bottom: 13px;
}

.slider .slide__title {
    font-size: 75px;
    line-height: 1.1;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

.slider .slide__desc {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
    color: rgb(255, 255, 255);
    max-width: 580px;
    margin-bottom: 34px;
}

.slider .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}

.slider .slide__icons .slide__icon {
    width: 90px;
    height: 90px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 65px;
    color: rgb(27, 26, 26);
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    margin-right: 30px;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.slider .slide__icons .slide__icon:last-child {
    margin-right: 0px;
}

.slider .slide__icons .slide__icon:hover {
    transform: translateY(-5px);
}

.slider .video__btn {
    padding-left: 60px;
    height: 60px;
}

.slider .video__btn .video__player {
    width: 60px;
    height: 60px;
}

@media (min-width: 1200px) {
    .slider .slick-arrow.slick-next {
        right: 30px;
    }

    .slider .slick-arrow.slick-prev {
        left: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .slider .slide-item {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider .slide__title {
        font-size: 40px;
        margin-bottom: 10px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .header-transparent + .slider {
        margin-top: 0px;
    }

    .slider {
        overflow: hidden;
    }

    .slider .slide-item {
        padding: 100px 10px;
    }

    .slider .slide-item {
        height: auto;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .slider .slide__subtitle {
        margin-bottom: 15px;
    }

    .slider .slide__title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .slider .slide__desc {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .slider .btn {
        margin-bottom: 10px;
    }

    .slider .slick-arrow::before {
        font-size: 30px;
    }

    .slider .slick-arrow.slick-prev {
        left: -10px;
    }

    .slider .slick-arrow.slick-next {
        right: -10px;
    }
}

.video__btn {
    text-align: center;
    display: inline-block;
    position: relative;
    padding-left: 42px;
    height: 42px;
}

.video__btn .video__player {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    background-color: rgb(3, 72, 154);
    box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 0px 10px;
}

.video__btn .video__player::before, .video__btn .video__player::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    animation: 3s ease 0s infinite normal none running ripple;
    transform: translate(-50%, -50%);
    box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 0px 0px;
}

.video__btn .video__player::before {
    animation-delay: 0.9s;
}

.video__btn .video__player::after {
    animation-delay: 0.6s;
}

.video__btn .video__player-animation {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    border: 2px solid rgb(3, 72, 154);
    border-radius: 50%;
    animation: 3s linear 0s infinite normal none running pulsing;
}

.video__btn .video__player-animation-2 {
    animation-delay: 1s;
}

.video__btn .video__player-animation-3 {
    animation-delay: 1.8s;
}

.video__btn:hover .video__player-animation {
    opacity: 0;
    animation-play-state: paused;
}

.video__btn-title {
    font-size: 15px;
    font-weight: 700;
    padding-top: 20px;
    line-height: 1;
    color: rgb(40, 40, 40);
    display: inline-block;
}

.video__btn-white .video__player {
    color: rgb(40, 40, 40);
    background-color: rgb(255, 255, 255) !important;
}

.video__btn-white .video__player-animation {
    border-color: rgb(255, 255, 255) !important;
}

.video__btn-theme .video__player-animation {
    border-color: rgb(3, 72, 154);
}

.video-banner {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.video-banner .video__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-banner .video__btn-title {
    position: absolute;
    bottom: -60px;
    left: 0px;
    line-height: 1.5;
}

.video-banner .video__player {
    width: 70px;
    height: 70px;
}

.video-has-img {
    width: 100px;
    height: 170px;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    background-color: rgb(255, 255, 255);
}

.video-has-img .video__btn {
    position: absolute;
    top: 29px;
    left: 50%;
    padding-left: 0px;
    transform: translateX(-50%);
}

.video-has-img .video__btn .video__player {
    position: static;
}

.gallery-item {
    margin-bottom: 30px;
}

.feature-item {
	height: 200px;
    position: relative;
    padding: 38px;
    border-radius: 6px;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
}

.feature-item::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 38px;
    right: 38px;
    height: 3px;
    background-color: rgb(3, 72, 154);
    transform: scale(0);
    transition: all 0.3s linear 0s;
}

.feature-item .feature__icon {
    font-size: 60px;
    line-height: 1;
    color: rgb(3, 72, 154);
    margin-bottom: 20px;
    transition: all 0.3s linear 0s;
}

.feature-item .feature__title {
    font-size: 18px;
    transition: all 0.3s linear 0s;
}

.feature-item .feature__desc {
    transition: all 0.3s linear 0s;
}

.feature-item .btn__link {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 26px;
    line-height: 26px;
}

.feature-item .btn__link .icon-filled {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: rgb(27, 26, 26);
    transition: all 0.3s linear 0s;
    margin-right: 8px;
}

.feature-item .btn__link span {
    opacity: 0;
    font-size: 15px;
    font-weight: 700;
    margin-left: -5px;
    transition: all 0.3s linear 0.25s;
}

.feature-item .btn__link:hover {
    color: rgb(3, 72, 154);
}

.feature-item .btn__link:hover .icon-filled {
    background-color: rgb(3, 72, 154);
}

.feature-item:hover::before {
    transform: scale(1);
}

.feature-item:hover .feature__icon {
    color: rgb(3, 72, 154);
}

.feature-item:hover .btn__link span {
    opacity: 1;
    margin-left: 0px;
}

.feature-item:hover .btn__link .icon-filled {
    background-color: rgb(3, 72, 154);
}

.features-layout1 .feature-item:not(.feature-item-custom), .features-layout2 .feature-item:not(.feature-item-custom) {
    background-color: rgb(255, 255, 255);
}

.features-layout1 .feature-item:not(.feature-item-custom):hover .feature__title, .features-layout2 .feature-item:not(.feature-item-custom):hover .feature__title {
    color: rgb(27, 26, 26);
}

.features-layout1 .feature-item:not(.feature-item-custom):hover .feature__desc, .features-layout2 .feature-item:not(.feature-item-custom):hover .feature__desc {
    color: rgb(155, 155, 155);
}

.features-layout1 .feature-item:not(.feature-item-custom) .btn__link .icon-outlined, .features-layout2 .feature-item:not(.feature-item-custom) .btn__link .icon-outlined {
    color: rgb(255, 255, 255);
}

.features-layout1 .feature-item:not(.feature-item-custom) .btn__link .icon-outlined:hover, .features-layout2 .feature-item:not(.feature-item-custom) .btn__link .icon-outlined:hover {
    color: rgb(255, 255, 255);
    border-color: rgb(3, 72, 154);
    background-color: rgb(3, 72, 154);
}

.features-layout1 .read-note__text, .features-layout2 .read-note__text {
    max-width: 350px;
}

.features-layout1 .feature-item-custom, .features-layout2 .feature-item-custom {
    overflow: hidden;
    background-color: rgb(3, 72, 154);
    padding: 30px 40px !important;
}

.features-layout1 .feature-item-custom .feature__title, .features-layout2 .feature-item-custom .feature__title {
    color: rgb(255, 255, 255);
    font-size: 25px;
    font-weight: 400;
}

.features-layout1 .feature-item-custom .feature__desc, .features-layout2 .feature-item-custom .feature__desc {
    color: rgb(255, 255, 255);
    font-weight: 700;
    margin-bottom: 0px;
}

.features-layout1 .feature-item-custom .feature__icon, .features-layout2 .feature-item-custom .feature__icon {
    position: absolute;
    bottom: -30px;
    right: -10px;
    z-index: 1;
    font-size: 95px;
    opacity: 0.1;
    color: rgb(255, 255, 255);
}

.features-layout2 .feature-item {
    padding: 0px;
}

.features-layout2 .feature-item::before {
    display: none;
}

.features-layout3 .feature-item {
    padding: 20px;
    border: 2px solid rgb(234, 234, 234);
}

.features-layout3 .feature-item::before {
    top: -2px;
    left: 20px;
    right: 20px;
    height: 2px;
}

.features-layout3 .feature-item:hover {
    border-color: rgb(255, 255, 255);
    box-shadow: rgba(40, 40, 40, 0.16) 0px 5px 83px 0px;
}

.slider + .features-layout4 {
    margin-top: -50px;
}

.features-layout4 .features-wrapper, .features-layout5 .features-wrapper {
    position: relative;
    z-index: 3;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(40, 40, 40, 0.11) 0px 5px 83px 0px;
}

.features-layout4 .features-wrapper > [class*="col-"]:not(:last-child), .features-layout5 .features-wrapper > [class*="col-"]:not(:last-child) {
    border-right: 2px solid rgb(234, 234, 234);
}

.features-layout4 .feature-item, .features-layout5 .feature-item {
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
}

.features-layout4 .feature-item::before, .features-layout5 .feature-item::before {
    left: 0px;
    right: 0px;
}

.features-layout4 .feature-item .feature__icon, .features-layout5 .feature-item .feature__icon {
    font-size: 65px;
}

.features-layout4 .feature-item .custom-icon::before, .features-layout5 .feature-item .custom-icon::before {
    top: -10px;
    left: 0px;
    height: 60px;
    width: 60px;
    transition: all 0.3s linear 0s;
}

.features-layout4 .feature-item .feature__title, .features-layout5 .feature-item .feature__title {
    font-size: 20px;
}

.features-layout4 .feature-item .feature__desc, .features-layout5 .feature-item .feature__desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.features-layout4 .feature-item .btn__link, .features-layout5 .feature-item .btn__link {
    height: 40px;
    border-radius: 4px;
    display: inline-flex;
    transition: all 0.3s ease 0s;
}

.features-layout4 .feature-item .btn__link .icon-filled, .features-layout5 .feature-item .btn__link .icon-filled {
    color: rgb(255, 255, 255);
    background-color: rgb(3, 72, 154);
}

.features-layout4 .feature-item .btn__link span, .features-layout5 .feature-item .btn__link span {
    opacity: 1;
    margin-left: 5px;
    transition-delay: 0s;
}

.features-layout4 .feature-item:hover .custom-icon::before, .features-layout5 .feature-item:hover .custom-icon::before {
    bottom: 0px;
    right: -10px;
    width: 85px;
    height: 85px;
}

.features-layout4 .feature-item:hover .btn__link, .features-layout5 .feature-item:hover .btn__link {
    padding: 10px 15px;
    color: rgb(255, 255, 255);
    background-color: rgb(3, 72, 154);
}

.features-layout4 .feature-item:hover .btn__link .icon-filled, .features-layout5 .feature-item:hover .btn__link .icon-filled {
    color: rgb(3, 72, 154);
    background-color: rgb(255, 255, 255);
}

.features-layout4 .features-wrapper {
    border-radius: 8px;
}

.features-layout4 .feature-item {
    border-bottom: 3px solid rgb(234, 234, 234);
}

.features-layout4 .feature-item::before {
    inset: auto 0px -3px;
}

.features-layout5 .features-wrapper {
    border-width: 0px 1px 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: rgb(234, 234, 234);
    border-bottom-color: rgb(234, 234, 234);
    border-left-color: rgb(234, 234, 234);
    border-image: initial;
    border-top-style: initial;
    border-top-color: initial;
}

.features-layout5 .feature-item {
    border-top: 3px solid rgb(234, 234, 234);
}

.features-layout5 .feature-item::before {
    top: -3px;
}

.awards .feature-item {
    padding: 0px;
}

.awards .feature-item::before {
    display: none;
}

.awards .feature-item .feature__img {
    margin-bottom: 32px;
    transition: all 0.3s ease 0s;
}

.awards .feature-item .feature__img img {
    border-radius: 5px;
}

.awards .feature-item:hover .feature__img {
    transform: translateY(-10px);
}

@media (min-width: 1200px) {
    .features-layout2 .feature-item {
        padding-right: 30px;
    }

    .features-layout5 {
        margin-right: -70px;
    }

    .features-layout4 .feature-item .feature__title, .features-layout5 .feature-item .feature__title {
        padding-right: 10px;
    }

    .awards .feature-item {
        margin-bottom: 45px;
    }

    .awards .feature-item .feature__body {
        padding-left: 30px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .features-layout4 .features-wrapper > [class*="col-"]:nth-child(2), .features-layout5 .features-wrapper > [class*="col-"]:nth-child(2) {
        border-right: 0px;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    .features-layout4 .features-wrapper > [class*="col-"], .features-layout5 .features-wrapper > [class*="col-"] {
        border-right: 0px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .feature-item {
        padding: 20px;
    }

    .feature-item .feature__title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .feature-item .feature__desc {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .feature-item .feature__icon {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .features-layout4 .feature-item .feature__title, .features-layout5 .feature-item .feature__title {
        font-size: 17px;
    }
}

.fancybox-item {
    position: relative;
    margin-bottom: 40px;
}

.fancybox-item .fancybox__icon {
    position: relative;
    font-size: 55px;
    line-height: 1;
    color: rgb(3, 72, 154);
    margin-bottom: 22px;
}

.fancybox-item .fancybox__title {
    font-size: 18px;
    margin-bottom: 16px;
    transition: all 0.3s ease 0s;
}

.fancybox-item .fancybox__desc {
    margin-bottom: 0px;
}

.fancybox-item:hover .fancybox__icon {
    animation: 1s ease 0s infinite alternate none running slideTopDown;
}

.fancybox-item:hover .fancybox__title {
    color: rgb(3, 72, 154);
}

.fancybox-light .fancybox-item .fancybox__icon, .fancybox-light .fancybox-item .fancybox__title, .fancybox-light .fancybox-item .fancybox__desc, .fancybox-light .fancybox-item:hover .fancybox__title {
    color: rgb(255, 255, 255);
}

.fancybox-layout1 .fancybox-wrapper {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgba(40, 40, 40, 0.11) 0px 5px 83px 0px;
}

.fancybox-layout1 .fancybox-wrapper > [class*="col-"] .fancybox-item {
    border-right: 1px solid rgb(234, 234, 234);
}

.fancybox-layout1 .fancybox-wrapper > [class*="col-"]:last-child .fancybox-item {
    border-right: 0px;
}

.fancybox-layout1 .fancybox-item {
    padding: 35px;
    margin-bottom: 0px;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
}

.fancybox-layout1 .fancybox-item .fancybox__title {
    margin-bottom: 9px;
}

.fancybox-layout1 .fancybox-item .icon-filled {
    margin-top: 16px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    background-color: rgb(27, 26, 26);
    transition: all 0.3s ease 0s;
}

.fancybox-layout1 .fancybox-item .icon-filled:hover {
    background-color: rgb(3, 72, 154);
}

.fancybox-layout1 .fancybox-item:hover .icon-filled {
    background-color: rgb(3, 72, 154);
}

.fancybox-layout1 .cta__banner {
    padding: 25px 30px;
    max-width: 320px;
    border-radius: 7px;
}

.fancybox-layout1 .cta__banner::before {
    font-family: icomoon;
    content: "";
    font-size: 120px;
    position: absolute;
    bottom: 0px;
    right: 20px;
    z-index: 1;
    color: rgba(255, 255, 255, 0.1);
}

.fancybox-layout1 .cta__banner .cta__title {
    font-size: 25px;
    line-height: 1.4;
    font-weight: 400;
}

.fancybox-layout1 .cta__banner .cta__desc, .fancybox-layout1 .cta__banner .cta__title {
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .fancybox-layout1 .cta__banner {
        margin: 30px 0px;
        height: auto !important;
    }
}

@media (min-width: 1200px) {
    .slider + .fancybox-layout1 {
        margin-top: -50px;
        position: relative;
        z-index: 3;
    }

    .fancybox-layout1 .fancybox-wrapper {
        margin-left: -30px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .fancybox-item {
        margin-bottom: 30px;
    }

    .fancybox-item .fancybox__icon {
        font-size: 40px;
        margin-bottom: 5px;
    }

    .fancybox-item .fancybox__title {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .fancybox-layout1 .fancybox-wrapper > [class*="col-"] .fancybox-item {
        border-bottom: 1px solid rgb(234, 234, 234);
    }

    .fancybox-layout1 .fancybox-wrapper > [class*="col-"]:last-child .fancybox-item {
        border-bottom: 0px;
    }

    .fancybox-layout1 .cta__banner {
        margin: 30px 0px;
        max-width: 100%;
        height: auto !important;
    }

    .fancybox-layout1 .cta__banner .cta__title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .fancybox-layout1 .cta__banner .cta__desc {
        font-weight: 400 !important;
    }
}

.portfolio-item {
    position: relative;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: rgba(40, 40, 40, 0.06) 0px 5px 83px 0px;
    transition: all 0.3s linear 0s;
}

.portfolio-item .portfolio__img {
    position: relative;
    overflow: hidden;
}

.portfolio-item .portfolio__img img {
    width: 100%;
    max-width: 100%;
    border-radius: 4px 4px 0px 0px;
    transition: all 0.6s linear 0s;
}

.portfolio-item .portfolio__body {
    background: rgb(255, 255, 255);
    padding: 25px 36px 36px 40px;
    transition: all 0.5s ease 0s;
}

.portfolio-item:hover {
    box-shadow: rgba(40, 40, 40, 0.11) 0px 5px 83px 0px;
}

.portfolio-item:hover .portfolio__img img {
    transform: scale(1.1) rotate(1deg);
}

.portfolio-item .portfolio__cat {
    margin-bottom: 15px;
}

.portfolio-item .portfolio__cat a {
    position: relative;
    font-size: 14px;
    color: rgb(3, 72, 154);
    padding-right: 7px;
}

.portfolio-item .portfolio__cat a:hover {
    color: rgb(40, 40, 40);
}

.portfolio-item .portfolio__cat a::after {
    content: ",";
    position: absolute;
    top: -2px;
    right: 2px;
    color: rgb(3, 72, 154);
    transition: all 0.3s ease 0s;
}

.portfolio-item .portfolio__cat a:last-child::after {
    display: none;
}

.portfolio-item .portfolio__title {
    font-size: 20px;
    margin-bottom: 11px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    transition: all 0.3s ease 0s;
}

.portfolio-item .portfolio__title a {
    color: rgb(40, 40, 40);
}

.portfolio-item .portfolio__title a:hover {
    color: rgb(3, 72, 154);
}

.portfolio-item .portfolio__desc {
    font-size: 15px;
    margin-top: 18px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.portfolio-filter li {
    margin-bottom: 20px;
    margin-right: 30px;
}

.portfolio-filter li:last-child {
    margin-right: 0px;
}

.portfolio-filter li a {
    position: relative;
    color: rgb(40, 40, 40);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    display: block;
    padding-bottom: 4px;
}

.portfolio-filter li a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 2px;
    background-color: rgb(3, 72, 154);
    transition: all 0.7s linear 0s;
}

.portfolio-filter li a:hover, .portfolio-filter li a.active {
    color: rgb(3, 72, 154);
}

.portfolio-filter li a:hover::after, .portfolio-filter li a.active::after {
    width: 100%;
}

.mix {
    display: none;
}

.portfolio-hidden > .portfolio-item {
    display: none;
}

.portfolio-standard-carousel {
    overflow-x: hidden;
}

.portfolio-standard-carousel .slick-list {
    margin: -15px;
    overflow: visible;
}

.portfolio-standard-carousel .slick-slide {
    margin: 15px;
    transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}

.portfolio-standard-carousel .slick-slide.slick-active {
    opacity: 1;
    visibility: visible;
}

.portfolio-standard-carousel .slick-slide:not(.slick-active) {
    opacity: 0;
    visibility: hidden;
}

.portfolio-single .portfolio-item {
    box-shadow: none !important;
}

.portfolio-single .portfolio-item .portfolio__title {
    font-size: 28px;
    margin-bottom: 0px;
}

.portfolio-single .portfolio-item .portfolio__body {
    border-radius: 10px;
    box-shadow: rgba(40, 40, 40, 0.16) 0px 5px 83px 0px;
}

.portfolio-single .portfolio-item .portfolio__body::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 30px;
    right: 30px;
    height: 3px;
    background-color: rgb(3, 72, 154);
}

.portfolio-single .portfolio-item .portfolio__icon {
    -webkit-box-flex: 0;
    flex: 0 0 90px;
    max-width: 90px;
    font-size: 65px;
    color: rgb(3, 72, 154);
}

.portfolio-single .list-items-layout2 {
    display: flex;
    flex-wrap: wrap;
}

.portfolio-single .list-items-layout2 li {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.portfolio-single .portfolio-slider .slick-arrow.slick-next {
    right: 320px;
}

.portfolio-single .portfolio-slider .slick-arrow.slick-prev {
    left: 320px;
}

.portfolio__meta-list {
    border-radius: 6px;
    border: 1px solid rgb(234, 234, 234);
}

.portfolio__meta-list li {
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    padding: 30px 36px;
    border-right: 1px solid rgb(234, 234, 234);
}

.portfolio__meta-list li:last-child {
    border-right: 0px;
}

.portfolio__meta-list li .meta__name {
    display: block;
    color: rgb(40, 40, 40);
    font-size: 16px;
    font-weight: 700;
}

.portfolio__meta-list li .meta__desc {
    color: rgb(3, 72, 154);
    font-family: Rubik, sans-serif;
    font-size: 30px;
    font-weight: 500;
}

.portfolio-layout1 .portfolio-item .portfolio__title, .portfolio-layout2 .portfolio-item .portfolio__title {
    margin-bottom: 0px;
}

.portfolio-layout1 .portfolio-item:hover .portfolio__title, .portfolio-layout1 .portfolio-item:hover .portfolio__title a, .portfolio-layout1 .portfolio-item:hover .portfolio__cat a, .portfolio-layout1 .portfolio-item:hover .portfolio__cat a::after, .portfolio-layout2 .portfolio-item:hover .portfolio__title, .portfolio-layout2 .portfolio-item:hover .portfolio__title a, .portfolio-layout2 .portfolio-item:hover .portfolio__cat a, .portfolio-layout2 .portfolio-item:hover .portfolio__cat a::after {
    color: rgb(255, 255, 255);
}

.portfolio-layout1 .portfolio-item:hover .portfolio__body, .portfolio-layout2 .portfolio-item:hover .portfolio__body {
    background-color: rgb(3, 72, 154);
}

.portfolio-layout1 .portfolio-item {
    overflow: hidden;
}

.portfolio-layout2 .portfolio-item {
    margin-bottom: 40px;
}

.portfolio-layout2 .portfolio-item .portfolio__img {
    border-radius: 5px;
}

.portfolio-layout2 .portfolio-item .portfolio__body {
    position: absolute;
    bottom: -20px;
    left: 40px;
    border-radius: 5px 0px 5px 5px;
    padding: 25px 15px 26px 30px;
}

.portfolio-layout3 .portfolio-item {
    overflow: hidden;
    padding-bottom: 140px;
}

.portfolio-layout3 .portfolio-item .portfolio__body {
    position: absolute;
    bottom: -90px;
    left: 0px;
}

.portfolio-layout3 .portfolio-item:hover .portfolio__body {
    bottom: 0px;
}

.portfolio-carousel .btn__white.btn__outlined .icon-arrow-right {
    color: rgb(27, 26, 26);
    background-color: rgb(255, 255, 255);
}

.portfolio-carousel .btn__white.btn__outlined:hover {
    color: rgb(27, 26, 26);
}

.portfolio-carousel .btn__white.btn__outlined:hover .icon-arrow-right {
    color: rgb(255, 255, 255);
    background-color: rgb(27, 26, 26);
}

@media (max-width: 1200px) {
    .portfolio__meta-list li {
        padding: 15px 20px;
    }

    .portfolio__meta-list li .meta__name {
        font-size: 13px;
        white-space: nowrap;
    }

    .portfolio__meta-list li .meta__desc {
        font-size: 17px;
        white-space: nowrap;
    }
}

@media (min-width: 1600px) {
    .portfolio-carousel {
        margin: 0px 70px;
    }
}

@media (min-width: 1400px) {
    .portfolio-carousel {
        margin: 0px 50px;
    }
}

@media (min-width: 1200px) {
    .portfolio-single .portfolio-item {
        margin-top: 390px;
        margin-bottom: -50px;
    }

    .portfolio-single .portfolio-slider .slick-slide {
        margin: 0px 20px;
    }

    .portfolio-single .portfolio-slider .slick-dots {
        margin-top: 15px;
    }

    .portfolio-carousel {
        margin: 0px;
    }

    .portfolio-carousel .slick-arrow {
        top: 0px;
        transform: translateY(0px);
    }

    .portfolio-carousel .slick-arrow.slick-prev {
        left: -60px;
    }

    .portfolio-carousel .slick-arrow.slick-next {
        right: auto;
        left: -60px;
        top: 60px;
    }

    .portfolio-carousel .view-projects {
        position: absolute;
        bottom: 104px;
        left: -80px;
        width: 120px;
        color: rgb(255, 255, 255);
        padding-bottom: 3px;
        font-weight: 700;
        border-bottom: 2px solid rgb(255, 255, 255);
        transform: rotate(90deg);
    }

    .portfolio-carousel .view-projects:hover {
        color: rgb(3, 72, 154);
    }
}

@media (max-width: 1199px) {
    .portfolio-single .portfolio-item {
        margin: 30px 0px;
    }
}

@media (max-width: 992px) {
    .portfolio-single .portfolio-slider .slick-list {
        margin: 0px -5px;
    }

    .portfolio-single .portfolio-slider .slick-slide {
        margin: 0px 5px;
    }

    .portfolio-single .portfolio-slider .slick-arrow.slick-next {
        right: 40px;
    }

    .portfolio-single .portfolio-slider .slick-arrow.slick-prev {
        left: 40px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .portfolio-item .portfolio__body {
        padding: 20px 25px 25px;
    }

    .portfolio-item .portfolio__title {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .portfolio-item .portfolio__cat {
        margin-bottom: 5px;
    }

    .portfolio-layout2 .portfolio-item .portfolio__body {
        left: 20px;
        padding: 15px 15px 20px 20px;
    }

    .portfolio-layout3 .portfolio-item .portfolio__body {
        bottom: 0;
    }

    .portfolio-layout3 .portfolio-item .portfolio__desc {
        font-size: 14px;
        opacity: 0;
        margin-top: 0px;
    }

    .portfolio-layout3 .portfolio-item:hover .portfolio__desc {
        opacity: 1;
        margin-top: 10px;
    }

    .portfolio-layout3 .slick-arrow {
        top: 43%;
    }

    .portfolio-filter li {
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .portfolio-filter li a {
        font-size: 13px;
    }

    .portfolio-single .portfolio-item .portfolio__body {
        padding: 20px;
        max-width: 270px;
    }

    .portfolio-single .portfolio-item .portfolio__body::before {
        left: 20px;
        right: 20px;
    }

    .portfolio-standard-carousel .slick-slide {
        margin: 5px;
    }

    .portfolio-standard-carousel .slick-list {
        margin: -15px;
    }

    .portfolio-standard-carousel .portfolio-item .portfolio__desc {
        font-size: 13px;
        line-height: 23px;
        margin-top: 10px;
    }

    .portfolio__meta-list li {
        padding: 10px 15px;
    }

    .portfolio__meta-list li .meta__name {
        font-weight: 400;
    }

    .portfolio__meta-list li .meta__desc {
        font-size: 15px;
        font-weight: 400;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    .portfolio__meta-list li {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        border-right: 0px;
        border-bottom: 1px solid rgb(234, 234, 234);
    }

    .portfolio__meta-list li:last-child {
        border-bottom: 0px;
    }
}

.member {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.3s linear 0s;
}

.member .member__img {
    position: relative;
}

.member .member__img img {
    width: 100%;
}

.member .member__info {
    position: relative;
    padding: 35px;
    background-color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}

.member .member__info .member__name {
    font-size: 18px;
    margin-bottom: 7px;
    transition: all 0.3s ease 0s;
}

.member .member__info .member__desc {
    font-size: 14px;
    margin-bottom: 0px;
    transition: all 0.3s ease 0s;
}

.member .social-icons li:last-child {
    margin-right: 0px;
}

.member .social-icons li a {
    width: 20px;
    height: 20px;
    border: 0px;
    color: rgb(255, 255, 255);
    opacity: 0;
    transition: all 0.3s linear 0s;
}

.member .social-icons li a i {
    color: rgb(3, 72, 154);
    background-color: rgb(255, 255, 255);
}

.member:hover .social-icons li a {
    opacity: 1;
}

.team-layout1 .member {
    box-shadow: rgba(40, 40, 40, 0.11) 0px 5px 83px 0px;
}

.team-layout1 .member:hover .member__info {
    background-color: rgb(3, 72, 154);
}

.team-layout1 .member:hover .member__info .member__name, .team-layout1 .member:hover .member__info .member__desc {
    color: rgb(255, 255, 255);
}

.team-layout2 .member .member__name, .team-layout2 .member .member__desc, .team-layout2 .member .social-icons {
    position: relative;
    z-index: 3;
}

.team-layout2 .member .member__info {
    padding: 27px 20px 20px;
}

.team-layout2 .member .member__info::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}

.team-layout2 .member .social-icons {
    transition: all 0.3s ease 0s;
}

.team-layout2 .member .social-icons li a i {
    color: rgb(255, 255, 255);
    background-color: rgb(3, 72, 154);
}

.team-layout2 .member:hover {
    box-shadow: rgba(40, 40, 40, 0.11) 0px 5px 83px 0px;
}

.team-layout2 .member:hover .member__info::before {
    top: -30px;
    height: calc(100% + 30px);
}

.team-layout2 .member:hover .social-icons {
    transform: translateY(-20px);
}

@media (min-width: 320px) and (max-width: 767px) {
    .member {
        max-width: 400px;
        margin: 0px auto 30px;
    }

    .member .member__info {
        padding: 15px;
    }

    .member .member__info .member__name {
        font-size: 15px;
        margin-bottom: 0px;
    }
}

.testimonial-item:hover .testimonial__thumb::after {
    opacity: 1;
}

.testimonial__desc {
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 25px;
}

.testimonial__meta-title {
    font-size: 16px;
    margin-bottom: 6px;
    white-space: nowrap;
}

.testimonial__meta-desc {
    position: relative;
    z-index: 2;
    font-size: 13px;
    margin-bottom: 0px;
}

.testimonial__rating {
    color: rgb(3, 72, 154);
    margin-bottom: 16px;
}

.testimonial__rating i {
    font-size: 13px;
}

.testimonial__thumb {
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 60px;
    -webkit-box-flex: 0;
    flex: 0 0 60px;
    overflow: hidden;
    border-radius: 50%;
    padding: 4px;
    border: 2px solid rgb(3, 72, 154);
    cursor: pointer;
    margin-right: 40px;
    transition: all 0.4s ease 0s;
    width: 60px !important;
}

.testimonial__thumb img {
    border-radius: 50%;
}

.testimonial__thumb::after {
    font-family: icomoon;
    content: "";
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 0;
    color: rgb(255, 255, 255);
    transform: translate(-50%, -50%);
    background-color: rgba(74, 171, 61, 0.8);
    transition: all 0.4s ease 0s;
}

.testimonial__thumb.slick-current {
    border-color: rgb(3, 72, 154);
}

.testimonials .slider-nav {
    max-width: 105px;
}

.testimonials .slider-nav .testimonial__thumb:not(.slick-active) {
    opacity: 0;
}

.testimonials .slick-list {
    margin-right: 0px;
    margin-left: 0px;
}

.testimonials .slick-slide {
    margin-right: 0px;
    margin-left: 0px;
}

.testimonial-box {
    position: absolute;
}

.testimonial-box:nth-of-type(1) {
    top: 18%;
    left: 5%;
}

.testimonial-box:nth-of-type(2) {
    top: 58%;
    left: 23%;
}

.testimonial-box:nth-of-type(3) {
    top: 50%;
    left: 46%;
}

.testimonial-box:nth-of-type(4) {
    top: 9%;
    left: 65%;
}

.testimonial-box:nth-of-type(5) {
    top: 45%;
    left: 67%;
}

.testimonial-box:nth-of-type(6) {
    top: 25%;
    left: 25%;
}

.testimonial-box:nth-of-type(7) {
    top: 25%;
    left: 45%;
}

.testimonial-box .testimonial__thumb {
    position: relative;
    bottom: 0px;
    left: 0px;
    transition: all 0.3s linear 0ms;
    border: 2px solid rgb(193, 201, 205);
    height: 44px;
    padding: 4px;
    border-radius: 50%;
    width: 44px !important;
}

.testimonial-box .testimonial__thumb img {
    border-radius: 50%;
}

.testimonial-box .testimonial__thumb:hover {
    border-color: rgb(3, 72, 154);
}

.testimonial-box .testimonial__thumb:hover .pulsing-animation {
    border: 1px solid rgba(71, 161, 69, 0.3);
    animation: 2s linear 0s infinite normal none running pulsing;
}

.testimonial-box .testimonial__thumb:hover .pulsing-animation.pulsing-animation-2 {
    animation-delay: 1.3s;
}

.testimonial-box .testimonial__thumb:hover .pulsing-animation.pulsing-animation-3 {
    animation-delay: 2.5s;
}

.testimonial-box .pulsing-animation {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.testimonial-box .testimonial__panel {
    position: absolute;
    opacity: 0;
    bottom: 60px;
    left: 50%;
    z-index: 20;
    width: 330px;
    border-radius: 2px;
    visibility: hidden;
    margin-bottom: -20px;
    padding: 25px 23px 25px 30px;
    background-color: rgb(255, 255, 255);
    transition: all 0.3s linear 0ms;
    box-shadow: rgba(40, 40, 40, 0.08) 0px 5px 23px;
}

.testimonial-box .testimonial__panel .testimonial__desc {
    font-size: 15px;
    font-weight: 700;
    color: rgb(14, 43, 61);
    margin-bottom: 0px;
}

.testimonial-box .testimonial__panel::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    border-bottom: 10px solid transparent;
    border-left: 12px solid rgb(255, 255, 255);
}

.testimonial-box.testimonial-hover-left .testimonial__panel {
    right: 50%;
    left: auto;
}

.testimonial-box.testimonial-hover-left .testimonial__panel::after {
    left: auto;
    right: 0px;
    border-left: 0px;
    border-right: 12px solid rgb(255, 255, 255);
}

.testimonial-box:hover .testimonial__panel {
    opacity: 1;
    visibility: visible;
    margin-bottom: 0px;
}

.testimonials-light .testimonial__desc, .testimonials-light .testimonial__meta-title {
    color: rgb(255, 255, 255);
}

.testimonials-light .testimonial__meta-desc {
    color: rgb(249, 249, 249);
}

.testimonials-layout2 .testimonials-wrapper {
    position: relative;
    border-radius: 8px;
    background-color: rgb(249, 249, 249);
}

.testimonials-layout2 .testimonials-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 3px;
    background-color: rgb(3, 72, 154);
}

@media (min-width: 1200px) {
    .testimonials-layout2 .testimonials-wrapper {
        padding: 60px;
        margin: 70px -60px 0px;
    }

    .testimonials-layout2 .testimonials-wrapper::after {
        left: 60px;
        right: 60px;
    }
}

@media (max-width: 1199px) {
    .testimonials-layout2 .testimonials-wrapper {
        padding: 20px;
        margin: 30px -20px 0px;
    }

    .testimonials-layout2 .testimonials-wrapper::after {
        left: 20px;
        right: 20px;
    }
}

@media (max-width: 992px) {
    .testimonial__desc {
        font-size: 16px;
    }

    .testimonial__meta-title {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .testimonial__rating {
        margin-bottom: 8px;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    .testimonial-box .testimonial__panel {
        padding: 15px;
        max-width: 270px;
    }

    .testimonial-box:nth-of-type(4) {
        left: 85%;
    }

    .testimonial-box:nth-of-type(3) .testimonial__panel {
        left: 50%;
        transform: translateX(-50%);
    }

    .testimonial-box:nth-of-type(5) {
        left: 77%;
    }
}

.clients .client {
    position: relative;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.clients .client img {
    display: inline-block;
    max-width: 100%;
    width: auto !important;
}

.clients-light .client img {
    filter: brightness(100);
}

.clients-layout2 .client {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .clients .client {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .clients .client {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .clients-layout2 {
        padding-bottom: 30px !important;
    }
}

.post-item {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 7px;
    transition: all 0.3s ease 0s;
}

.post-item .post__img {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}

.post-item .post__img img {
    transition: all 0.9s ease 0s;
}

.post-item:hover .post__img img {
    transform: scale(1.1);
}

.post-item .post__body {
    padding: 30px;
}

.post-item .post__meta {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.post-item .post__meta > * {
    font-size: 13px;
    margin-right: 20px;
}

.post-item .post__meta > :last-child {
    margin-right: 0px;
}

.post-item .post__cat {
    position: relative;
    padding-left: 14px;
}

.post-item .post__cat::after {
    content: "";
    position: absolute;
    top: 11px;
    left: 0px;
    width: 10px;
    height: 2px;
    background-color: rgb(3, 72, 154);
}

.post-item .post__cat a {
    position: relative;
    color: rgb(3, 72, 154);
    padding-right: 7px;
}

.post-item .post__cat a:hover {
    color: rgb(40, 40, 40);
}

.post-item .post__cat a::after {
    content: ",";
    position: absolute;
    top: -1px;
    right: 2px;
    color: rgb(3, 72, 154);
}

.post-item .post__cat a:last-child {
    padding-right: 0px;
}

.post-item .post__cat a:last-child::after {
    display: none;
}

.post-item .post__author {
    font-size: 13px;
    color: rgb(27, 26, 26);
}

.post-item .post__author:hover {
    color: rgb(3, 72, 154);
}

.post-item .post__date {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 13px;
    color: rgb(97, 97, 97);
    padding: 3px 8px;
    border-top-left-radius: 5px;
    background-color: rgb(255, 255, 255);
}

.post-item .post__title {
    font-size: 20px;
    margin-bottom: 22px;
}

.post-item .post__title a {
    color: rgb(40, 40, 40);
}

.post-item .post__title a:hover {
    color: rgb(3, 72, 154);
}

.post-item .post__desc {
    margin-bottom: 0px;
}

.post-item .btn {
    height: 40px;
    min-width: 135px;
    margin-top: 35px;
}

.post-item:hover {
    box-shadow: rgba(40, 40, 40, 0.11) 0px 5px 83px 0px;
}

.post-item:hover .btn {
    color: rgb(255, 255, 255);
    border-color: rgb(3, 72, 154);
    background-color: rgb(3, 72, 154);
}

.post-item:hover .btn .icon-arrow-right, .post-item:hover .btn .icon-arrow-left {
    color: rgb(3, 72, 154);
    background-color: rgb(255, 255, 255);
}

.blog-single .post-item {
    box-shadow: none !important;
}

.blog-single .post-item .post__cat, .blog-single .post-item .post__date {
    margin-bottom: 0px;
}

.blog-single .post-item .post__date {
    position: static;
}

.blog-single .post-item .post__body {
    position: relative;
    z-index: 3;
    margin-top: -40px;
    margin-right: 40px;
    border-top-right-radius: 20px;
    background-color: rgb(255, 255, 255);
}

.blog-single .post-item .post__img {
    border-bottom-right-radius: 20px;
}

.blog-single .post-item .post__meta > * {
    margin-right: 20px;
}

.blog-single .post-item .post__meta > :last-child {
    margin-right: 0px;
}

.blog-single .post-item .post__desc {
    margin-bottom: 21px;
}

.blog-single .post-item .post__desc p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
}

.blog-widget__title {
    font-size: 21px;
    margin-bottom: 24px;
}

.blog-share {
    padding: 20px 30px;
    border-radius: 10px;
    border: 2px solid rgb(3, 72, 154);
}

.blog-tags li a {
    position: relative;
    padding-right: 7px;
    font-size: 14px;
}

.blog-tags li a::after {
    content: ",";
    position: absolute;
    top: -3px;
    right: 3px;
}

.blog-tags li:last-child a::after {
    display: none;
}

.widget-nav .widget-nav__img {
    transition: all 0.3s ease 0s;
    max-width: 90px;
    -webkit-box-flex: 0;
    flex: 0 0 90px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.widget-nav .widget-nav__img::before {
    font-family: icomoon;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    font-size: 10px;
    color: rgb(255, 255, 255);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgba(74, 171, 61, 0.9);
    transition: all 0.4s linear 0s;
}

.widget-nav .widget-nav__prev, .widget-nav .widget-nav__next {
    position: relative;
    padding: 20px;
    border-radius: 12px;
    max-width: 48%;
    transition: all 0.3s linear 0s;
}

.widget-nav .widget-nav__prev:hover, .widget-nav .widget-nav__next:hover {
    background-color: rgb(244, 244, 244);
}

.widget-nav .widget-nav__prev:hover .widget-nav__img::before, .widget-nav .widget-nav__next:hover .widget-nav__img::before {
    opacity: 1;
}

.widget-nav .widget-nav__next .widget-nav__img::before {
    content: "";
}

.widget-nav .widget-nav__prev .widget-nav__img::before {
    content: "";
}

.widget-nav .widget-nav__content {
    max-width: calc(100% - 90px);
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% - 90px);
    padding: 0px 10px;
}

.widget-nav .widget-nav__content span {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    color: rgb(97, 97, 97);
    display: block;
    margin-bottom: 1px;
}

.widget-nav .widget-nav__content .widget-nav__ttile {
    font-size: 15px;
}

.widget-nav .widget-nav__all {
    font-size: 22px;
    line-height: 50px;
    display: block;
    text-align: center;
}

.blog-author.widget {
    padding: 35px;
    background-color: rgb(228, 242, 226);
}

.blog-author.widget .blog-author__avatar {
    -webkit-box-flex: 0;
    flex: 0 0 100px;
    max-width: 100px;
    overflow: hidden;
    margin-bottom: 20px;
    padding-right: 30px;
}

.blog-author.widget .blog-author__avatar img {
    border-radius: 50%;
}

.blog-author.widget .blog-author__content {
    flex: 1 1 calc(100% - 100px);
    max-width: calc(100% - 100px);
}

.blog-author.widget .blog-author__name {
    font-size: 18px;
    margin-bottom: 12px;
}

.blog-author.widget .blog-author__bio {
    font-size: 15px;
    margin-bottom: 13px;
}

.blog-author.widget .social-icons a {
    width: auto;
    height: auto;
    border: 0px;
}

.blog-author.widget .social-icons a i {
    font-size: 14px;
    color: rgb(27, 26, 26);
    background-color: transparent !important;
}

.blog-author.widget .social-icons a i:hover {
    color: rgb(3, 72, 154);
}

.comments-list .comment__item {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid rgb(234, 234, 234);
    margin-bottom: 30px;
}

.comments-list .comment__item:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.comments-list .comment__item .comment__avatar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 4px;
}

.comments-list .comment__item .comment__content {
    padding-left: 90px;
}

.comments-list .comment__item .comment__content .comment__author {
    font-size: 15px;
    margin-bottom: 11px;
}

.comments-list .comment__item .comment__content .comment__date {
    font-family: Roboto, sans-serif;
    color: rgb(97, 97, 97);
    font-size: 12px;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

.comments-list .comment__item .comment__content .comment__desc {
    margin-bottom: 6px;
}

.comments-list .comment__item .comment__content .comment__reply {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: rgb(3, 72, 154);
    display: inline-block;
}

.comments-list .comment__item .comment__content .comment__reply:hover {
    color: rgb(40, 40, 40);
}

.comments-list .comment__item .nested__comment {
    border-top: 1px solid rgb(234, 234, 234);
    padding: 30px 0px 0px;
    margin: 30px 0px 0px 90px;
}

.blog-comments-form .form-group {
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .blog-single .post-item .post__title {
        font-size: 40px;
        font-weight: 700;
        line-height: 1.1;
    }
}

@media (min-width: 768px) {
    .widget-nav__next {
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .post-item {
        margin-bottom: 30px;
    }

    .post-item .post__title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .post-item .post__body {
        padding-left: 0px;
    }

    .widget-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .widget-nav .widget-nav__img {
        max-width: 70px;
        -webkit-box-flex: 0;
        flex: 0 0 70px;
    }

    .widget-nav .widget-nav__img::before {
        display: none;
    }

    .widget-nav .widget-nav__prev, .widget-nav .widget-nav__next {
        max-width: 100%;
        padding: 15px;
    }

    .widget-nav .widget-nav__prev {
        margin-bottom: 10px;
    }

    .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;
    }

    .comments-list .comment__item .nested__comment {
        padding: 20px 0px 0px;
        margin: 20px 0px 0px 40px;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    .post-author {
        display: block;
        padding: 20px;
    }
}

.contact-panel__title {
    font-size: 24px;
}

.contact-info-box {
    margin-bottom: 30px;
}

.contact-info-box .contact__info-box-title {
    font-size: 17px;
    margin-bottom: 20px;
}

.contact-info-box .contact__info-list {
    margin-bottom: 0px;
}

.contact-info-box .contact__info-list li {
    font-size: 14px;
    line-height: 1.9;
}

.contact-info-box .contact__info-list li a {
    color: rgb(3, 72, 154);
}

.contact-info-layout2 .contact-info-box .contact__info-box-icon {
    -webkit-box-flex: 0;
    flex: 0 0 70px;
}

.contact-info-layout2 .contact-info-box .contact__info-box-icon i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    display: block;
    color: rgb(255, 255, 255);
    background-color: rgb(3, 72, 154);
}

.contact-info-layout2 .contact-info-box .contact__info-box-title {
    margin-bottom: 10px;
}

.contact-info-layout2 .contact-info-box .contact__info-list li {
    margin-bottom: 2px;
}

.contact-info-layout2 .cta__banner {
    border-radius: 4px;
    max-width: 530px;
    padding: 50px 130px 50px 50px;
    margin-left: 20px;
    margin-top: -185px;
    z-index: 4;
    margin-bottom: 30px;
}

.contact-info-layout2 .cta__banner::after {
    content: "";
    font-family: icomoon;
    font-size: 200px;
    position: absolute;
    bottom: 20px;
    right: 30px;
    z-index: 1;
    line-height: 1;
    color: rgba(255, 255, 255, 0.1);
}

.contact-info-layout2 .cta__banner .cta__title {
    line-height: 1.4;
    margin-bottom: 17px;
}

.contact-info-layout2 .cta__banner .cta__title, .contact-info-layout2 .cta__banner .cta__desc, .contact-info-layout2 .cta__banner .btn {
    position: relative;
    z-index: 2;
}

.contact-info-layout2 .cta__banner .btn i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: rgb(3, 72, 154);
    background-color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}

.contact-info-layout2 .cta__banner .btn:hover i {
    transform: translateX(6px);
}

.contact__number i {
    font-size: 17px;
    color: rgb(3, 72, 154);
    margin-right: 10px;
}

.contact__number a {
    color: rgb(40, 40, 40);
    font-family: Rubik, sans-serif;
    font-size: 22px;
    line-height: 1;
}

.contact__number a:hover {
    color: rgb(3, 72, 154);
}

.contact-panel {
    background-color: rgb(255, 255, 255);
    padding: 80px 80px 40px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    box-shadow: rgba(40, 40, 40, 0.15) 0px 1px 73px 0px;
}

.contact-panel .contact__panel-info {
    -webkit-box-flex: 0;
    flex: 0 0 32%;
    max-width: 32%;
    background-color: rgb(241, 248, 252);
    border-radius: 10px;
    padding: 50px;
}

.contact-panel .contact-info-box .contact__info-box-title {
    margin-bottom: 11px;
}

.contact-panel .contact__panel-form {
    -webkit-box-flex: 0;
    flex: 0 0 68%;
    max-width: 68%;
    padding-left: 50px;
}

.contact-panel .nice-select, .contact-panel .form-group {
    margin-bottom: 20px;
}

.contact-panel .contact__panel-title {
    font-size: 24px;
}

.contact-panel .contact__panel-desc {
    font-size: 15px;
}

.contact-panel .nice-select .list {
    width: 100%;
}

.contact-panel .contact-info-box {
    margin-bottom: 28px;
}

.contact-layout3 .contact-panel {
    border-radius: 10px;
    overflow: hidden;
}

.contact-layout3 .contact-panel__banner, .contact-layout3 .contact-panel__form {
    padding: 50px;
}

.contact-layout3 .testimonial__desc {
    font-style: normal;
}

.contact-layout3 .testimonial__thumb {
    margin-right: 30px;
}

.contact-layout3 .testimonial__meta-title {
    margin-bottom: 0px;
}

@media (min-width: 1200px) {
    .contact-layout2 .col-inner {
        padding-right: 50px;
    }

    .contact-layout2 .contact-panel {
        margin-bottom: -50px;
        padding: 40px 50px 50px;
    }

    .contact-layout3 .contact-panel {
        padding: 40px 50px 50px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .contact-panel {
        padding: 40px 20px 0px;
    }

    .contact-panel::after {
        left: 20px;
        width: calc(100% - 40px);
    }
}

@media (max-width: 992px) {
    .contact-panel {
        background-color: rgb(255, 255, 255);
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .contact-panel::after {
        left: 20px;
        width: calc(100% - 40px);
    }

    .contact-panel .contact__panel-info, .contact-panel .contact__panel-form {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 20px;
        padding-left: 0px;
    }

    .contact-info-layout2 .cta__banner {
        margin: 0px;
    }

    .google-map-layout2 .contact-info-carousel {
        position: static;
        margin: 0px auto 30px;
        box-shadow: rgba(40, 40, 40, 0.12) 0px 5px 83px 0px;
    }

    .contact-layout3 .contact-panel__banner, .contact-layout3 .contact-panel__form {
        padding: 20px;
    }

    .contact-layout3 .testimonial__thumb {
        margin-right: 20px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .contact-panel {
        border-radius: 7px;
    }

    .contact-panel__title {
        font-size: 18px;
    }

    .contact-info-layout2 .cta__banner {
        padding: 20px;
    }

    .contact-panel .contact__panel-info-top, .contact-panel .contact__panel-info-bottom {
        padding: 20px;
    }
}

.pricing-item {
    position: relative;
    height: fit-content;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(40, 40, 40, 0.08) 0px 5px 83px 0px;
    transition: all 0.3s ease 0s;
    margin-bottom: 30px;
}

.pricing-item .pricing__header {
    padding: 42px 45px 40px;
    border-bottom: 2px solid rgb(231, 235, 239);
}

.pricing-item .pricing__body {
    padding: 40px 45px;
}

.pricing-item .pricing__title {
    font-size: 18px;
    margin-bottom: 0px;
}

.pricing-item .pricing__subtitle {
    font-size: 14px;
}

.pricing-item .pricing__price {
    font-family: Rubik, sans-serif;
    font-size: 50px;
    color: rgb(27, 26, 26);
    line-height: 1;
    margin-bottom: 15px;
}

.pricing-item .pricing__time {
    font-size: 14px;
}

.pricing-item .pricing__desc {
    font-size: 14px;
    margin-bottom: 30px;
}

.pricing-item .pricing__list {
    margin-top: 50px;
    margin-bottom: 0px;
}

.pricing-item .pricing__list li {
    color: rgb(155, 155, 155);
    margin-bottom: 13px;
    padding-left: 30px;
}

.pricing-item .pricing__list li::before {
    width: 22px;
    height: 22px;
    line-height: 22px;
    color: rgb(255, 255, 255);
    background-color: rgb(3, 72, 154);
}

.pricing-item .btn {
    padding: 0px 20px;
}

@media (max-width: 992px) {
    .pricing-item {
        height: auto;
    }

    .pricing-item .pricing__header, .pricing-item .pricing__body {
        padding: 20px;
    }

    .pricing-item .pricing__title {
        font-size: 15px;
    }

    .pricing-item .pricing__list {
        margin-top: 20px;
    }

    .pricing-item .pricing__desc {
        font-size: 12px;
    }

    .pricing-item .pricing__price {
        font-size: 40px;
        margin-bottom: 10px;
    }
}

.counter-item {
    margin-bottom: 20px;
}

.counter-item .counter {
    color: rgb(3, 72, 154);
    font-family: Rubik, sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
}

.counter-item .counter__desc {
    color: rgb(27, 26, 26);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
}

.counter-light .counter-item .counter, .counter-light .counter-item .counter__desc {
    color: rgb(255, 255, 255);
}

@media (min-width: 992px) {
    .counter-item .counter__desc {
        padding-right: 65px;
    }
}

@media (max-width: 991px) {
    .counter-item .counter {
        font-size: 25px;
    }

    .counter-item .counter__desc {
        font-size: 11px;
        margin-bottom: 10px;
    }
}

@media (max-width: 375px) {
    .counter-item .counter__desc {
        font-size: 10px;
    }
}

.sidebar.sticky-top {
    top: 100px;
}

.widget {
    position: relative;
    padding: 40px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 40px;
    background-color: rgb(244, 244, 244);
}

.widget::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 40px;
    right: 40px;
    height: 3px;
    background-color: rgb(3, 72, 154);
}

.widget:last-child {
    margin-bottom: 0px;
}

.widget .widget__title {
    font-size: 19px;
    margin-bottom: 23px;
}

.widget-search .widget__form-search {
    position: relative;
}

.widget-search .widget__form-search .form-control {
    height: 55px;
    border-radius: 10px;
    border-color: rgb(234, 234, 234);
    background-color: rgb(255, 255, 255);
}

.widget-search .widget__form-search .form-control:focus {
    border-color: rgb(3, 72, 154);
}

.widget-search .widget__form-search .btn {
    position: absolute;
    top: 0px;
    right: 20px;
    width: auto;
    color: rgb(3, 72, 154);
    padding: 0px;
    min-width: 0px;
    height: 55px;
    line-height: 55px;
}

.widget-search .widget__form-search .btn::before {
    display: none;
}

.widget-search .widget__form-search .btn:hover {
    color: rgb(27, 26, 26);
}

.widget-categories {
    background-color: rgb(228, 242, 226);
}

.widget-categories ul li {
    margin-bottom: 11px;
}

.widget-categories ul li:last-child {
    margin-bottom: 0px;
}

.widget-categories ul li a {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-family: Rubik, sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 20px;
    border-radius: 8px;
    color: rgb(27, 26, 26);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(40, 40, 40, 0.11) 0px 5px 20px 0px;
    transition: all 0.3s linear 0s;
}

.widget-categories ul li a i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    margin-right: 8px;
    color: rgb(255, 255, 255);
    background-color: rgb(27, 26, 26);
    transition: all 0.3s linear 0s;
}

.widget-categories ul li a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(3, 72, 154);
}

.widget-categories ul li a:hover i {
    color: rgb(3, 72, 154);
    background-color: rgb(255, 255, 255);
    transform: scale(1.1);
}

.widget-categories ul li a .cat-count {
    font-size: 13px;
    font-weight: 400;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
    color: rgb(255, 255, 255);
    background-color: rgb(3, 72, 154);
}

.widget-categories-layout2 ul li a {
    padding: 0px;
    box-shadow: none;
}

.widget-categories-layout2 ul li a:hover {
    color: rgb(3, 72, 154);
    background-color: transparent;
}

.widget-services ul li {
    margin-bottom: 4px;
}

.widget-services ul li:last-child {
    margin-bottom: 0px;
}

.widget-services ul li a {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 700;
    padding: 22px 30px;
    text-transform: capitalize;
    border-radius: 50px;
    font-family: Rubik, sans-serif;
    color: rgb(27, 26, 26);
    background-color: rgb(255, 255, 255);
    transition: all 0.4s ease 0s;
}

.widget-services ul li a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(3, 72, 154);
}

.widget-tags ul {
    display: flex;
    flex-wrap: wrap;
}

.widget-tags ul li a {
    display: block;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    padding: 6px 10px;
    margin: 0px 10px 10px 0px;
    border-radius: 6px;
    color: rgb(255, 255, 255);
    background-color: rgb(3, 72, 154);
    transition: all 0.4s ease 0s;
}

.widget-tags ul li a:hover {
    background-color: rgb(27, 26, 26);
}

.widget-post-item {
    margin-bottom: 25px;
}

.widget-post-item:last-of-type {
    margin-bottom: 0px;
}

.widget-post-item .widget-post__title {
    font-size: 15px;
    margin-bottom: 0px;
}

.widget-post-item .widget-post__title a {
    color: rgb(40, 40, 40);
}

.widget-post-item:hover .widget-post__title a {
    color: rgb(3, 72, 154);
}

.widget-post-item .widget-post__img {
    -webkit-box-flex: 0;
    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-poducts .widget-product-item {
    margin-bottom: 20px;
}

.widget-poducts .widget-product-item:last-of-type {
    margin-bottom: 0px;
}

.widget-poducts .widget-product-item .widget-product__title {
    font-size: 15px;
    margin-bottom: 0px;
}

.widget-poducts .widget-product-item .widget-product__title a {
    color: rgb(40, 40, 40);
}

.widget-poducts .widget-product-item:hover .widget-product__title a {
    color: rgb(3, 72, 154);
}

.widget-poducts .widget-product-item .widget-product__img {
    margin-right: 20px;
    -webkit-box-flex: 0;
    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: rgb(3, 72, 154);
    font-size: 15px;
    font-weight: 700;
}

.widget-help {
    padding: 60px 40px;
}

.widget-help .widget__title {
    line-height: 1.6;
}

.widget-help .widget__title, .widget-help .widget__desc, .widget-help .contact__number i, .widget-help .contact__number a {
    color: rgb(255, 255, 255);
}

.widget-filter .ui-slider {
    background-color: rgba(34, 34, 34, 0.06);
    border-radius: 0px;
    height: 4px;
    margin-bottom: 18px;
}

.widget-filter .ui-slider-range {
    height: 4px;
    background-color: rgb(3, 72, 154);
}

.widget-filter .price-output {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.widget-filter label {
    color: rgb(155, 155, 155);
    font-size: 14px;
    margin-bottom: 0px;
}

.widget-filter input {
    background-color: transparent;
    color: rgb(3, 72, 154);
    font-size: 14px;
    border: none;
}

.widget-filter .btn__filter {
    font-size: 14px;
    font-weight: 700;
    color: rgb(40, 40, 40);
}

.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: 0px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgb(3, 72, 154);
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0px;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0px;
}

.sidebar-layout2 .widget {
    padding: 0px;
    background-color: transparent;
}

.sidebar-layout2 .widget::after {
    display: none;
}

@media (min-width: 1200px) {
    .sidebar.has-marign-right {
        margin-right: 30px;
    }

    .sidebar.has-marign-left {
        margin-left: 30px;
    }
}

@media (min-width: 320px) and (max-width: 992px) {
    .widget {
        padding: 20px;
        margin-bottom: 30px;
    }

    .widget::after {
        left: 20px;
        right: 20px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .widget {
        padding: 15px;
    }

    .widget::after {
        left: 15px;
        right: 15px;
    }

    .widget .widget__title {
        margin-bottom: 10px;
    }

    .widget-categories ul {
        padding: 0px;
    }

    .widget-categories ul li a {
        font-size: 13px;
    }
}

.about__img {
    position: relative;
}

.about__img img {
    border-radius: 3px;
}

.about-layout1 .text__icon {
    color: rgb(3, 72, 154);
    font-size: 75px;
    line-height: 1;
    margin: 30px 0px 35px;
}

.about-layout1 .video-has-img {
    position: absolute;
    top: 40px;
    left: 40px;
}

.about-layout2 .about__img {
    margin-bottom: 60px;
}

.about-layout2 .about__img img {
    border-radius: 10px;
}

.about-layout2 .cta__banner {
    position: absolute;
    bottom: -40px;
    right: 40px;
    padding: 30px;
    max-width: 330px;
    border-radius: 7px;
}

.about-layout2 .cta__banner::before {
    font-family: icomoon;
    content: "";
    font-size: 120px;
    position: absolute;
    bottom: 0px;
    right: 20px;
    z-index: 1;
    color: rgba(255, 255, 255, 0.1);
}

.about-layout2 .cta__banner .cta__title {
    font-size: 25px;
    line-height: 1.4;
    font-weight: 400;
}

.about-layout2 .cta__banner .cta__desc, .about-layout2 .cta__banner .cta__title {
    position: relative;
    z-index: 2;
}

@media (min-width: 1200px) {
    .about-layout1 .counter-item {
        margin-bottom: 30px;
    }

    .about-layout1 .counter-item:last-of-type {
        margin-bottom: 0px;
    }

    .about-layout1 .text__icon {
        margin-top: 0px;
    }

    .about-layout2 .about__img {
        margin-right: 60px;
    }
}

@media (min-width: 1300px) {
    .about-layout1 .heading-layout2 .heading__title {
        margin-left: -80px;
    }

    .about-layout1 .inner-wrapper {
        padding-right: 70px;
    }

    .about-layout1 .video-banner-layout2 {
        position: relative;
        margin-left: 30px;
    }

    .about-layout1 .about__text {
        margin-left: 50px;
    }
}

@media (max-width: 1200px) {
    .about-layout1 .cta__banner {
        bottom: 20px;
        left: 20px;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    .about-layout2 .cta__banner {
        padding: 15px;
    }

    .about-layout2 .cta__banner .cta__title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .about-layout2 .cta__banner .cta__desc {
        font-weight: 400 !important;
    }
}

.banner-layout1 .text-block {
    position: relative;
    z-index: 3;
    padding: 20px 20px 0px;
    border-top-right-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.banner-layout1 .text-block .banner__text {
    position: relative;
}

.banner-layout1 .text-block .banner__text::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -20px;
    width: 3px;
    height: calc(100% - 16px);
    background-color: rgb(3, 72, 154);
}

.banner-layout2 .text-block {
    z-index: 3;
    background-color: rgb(255, 255, 255);
}

.banner-layout2 .slick-arrow {
    top: 118%;
    transform: translateY(0px);
}

.banner-layout2 .slick-arrow.slick-next {
    right: auto;
    left: 100px;
}

.banner-layout2 .slick-arrow.slick-next::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    left: 0px;
    z-index: -1;
    background-color: rgba(234, 234, 234, 0.2);
}

.banner-layout2 .slick-arrow.slick-next, .banner-layout2 .slick-arrow.slick-prev {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100px;
    height: 60px;
    color: rgb(255, 255, 255);
    background-color: rgb(27, 26, 26);
}

.banner-layout2 .slick-arrow.slick-next:hover, .banner-layout2 .slick-arrow.slick-prev:hover {
    background-color: rgb(3, 72, 154);
}

.banner-layout2 .slick-arrow.slick-next::before, .banner-layout2 .slick-arrow.slick-prev::before {
    font-size: 25px;
}

.banner-layout3 .fancybox-item {
    position: absolute;
}

.banner-layout3 .fancybox-item:nth-of-type(1) {
    top: 20%;
    left: 14%;
}

.banner-layout3 .fancybox-item:nth-of-type(2) {
    top: 68%;
    left: 46%;
}

.banner-layout3 .fancybox-item:nth-of-type(3) {
    top: 25%;
    left: 31%;
}

.banner-layout3 .fancybox-item:nth-of-type(4) {
    top: 9%;
    left: 55%;
}

.banner-layout3 .fancybox-item:nth-of-type(5) {
    top: 25%;
    left: 91%;
}

.banner-layout3 .fancybox-item:nth-of-type(6) {
    top: 47%;
    left: 73%;
}

.banner-layout3 .fancybox-item .fancybox__thumb {
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.3s linear 0ms;
    background-color: rgb(27, 26, 26);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 7px;
}

.banner-layout3 .fancybox-item .fancybox__thumb:hover {
    border-color: rgb(3, 72, 154);
}

.banner-layout3 .fancybox-item .fancybox__icon {
    animation: 0s ease 0s 1 normal none running none;
}

.banner-layout3 .fancybox-item .fancybox__title {
    color: rgb(40, 40, 40);
    font-size: 30px;
    margin-bottom: 0px;
}

.banner-layout3 .fancybox-item .fancybox__panel {
    position: absolute;
    opacity: 0;
    bottom: 40px;
    left: 50%;
    z-index: 20;
    width: 330px;
    border-radius: 2px;
    visibility: hidden;
    margin-bottom: -20px;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    transition: all 0.3s linear 0ms;
    box-shadow: rgba(40, 40, 40, 0.08) 0px 5px 23px;
}

.banner-layout3 .fancybox-item .fancybox__panel .fancybox__desc {
    color: rgb(40, 40, 40);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0px;
}

.banner-layout3 .fancybox-item .fancybox__panel::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    border-bottom: 10px solid transparent;
    border-left: 12px solid rgb(255, 255, 255);
}

.banner-layout3 .fancybox-item .fancybox__icon {
    -webkit-box-flex: 0;
    flex: 0 0 80px;
    max-width: 80px;
}

.banner-layout3 .fancybox-item .fancybox__body {
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
}

.banner-layout3 .fancybox-item.fancybox-hover-left .fancybox__panel {
    right: 50%;
    left: auto;
}

.banner-layout3 .fancybox-item.fancybox-hover-left .fancybox__panel::after {
    left: auto;
    right: 0px;
    border-left: 0px;
    border-right: 12px solid rgb(255, 255, 255);
}

.banner-layout3 .fancybox-item:hover .fancybox__panel {
    opacity: 1;
    visibility: visible;
    margin-bottom: 0px;
}

.banner-layout4 .soultions-carousel {
    padding-top: 150px;
    padding-bottom: 30px;
}

.banner-layout4 .soultions-carousel .slick-arrow.slick-next {
    right: -140px;
}

.banner-layout4 .soultions-carousel .slick-arrow.slick-prev {
    left: auto;
    right: -80px;
}

.banner-layout4 .soultions-carousel .slick-arrow:hover {
    color: rgb(3, 72, 154);
}

.banner-layout4 .soultions-carousel .slick-arrow.slick-next::before, .banner-layout4 .soultions-carousel .slick-arrow.slick-prev::before {
    font-size: 40px;
}

.banner-layout4 .soultions-carousel .slick-dots {
    width: 60px;
    position: absolute;
    right: -116px;
    top: 5px;
}

.banner-layout5 {
    background-size: auto !important;
    background-repeat: no-repeat !important;
    background-position: 97% 90px !important;
}

.banner-layout5 .text-block {
    position: relative;
    z-index: 3;
    padding: 20px 20px 0px;
    background-color: rgb(255, 255, 255);
    border-bottom-right-radius: 10px;
}

.banner-layout5 .text-block .banner__text {
    position: relative;
}

.banner-layout5 .text-block .banner__text::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -20px;
    width: 3px;
    height: calc(100% - 16px);
    background-color: rgb(3, 72, 154);
}

@media (min-width: 1200px) {
    .banner-layout1 .text-block {
        padding: 80px 80px 30px 70px;
    }

    .banner-layout1 .text-block .banner__text::before {
        left: -70px;
    }

    .banner-layout1 .img-block {
        position: absolute;
        right: 0px;
        z-index: 1;
        top: -140px;
        width: 123%;
    }

    .banner-layout5 {
        padding-bottom: 190px;
    }

    .banner-layout5 .text-block {
        padding: 0px 70px 70px;
    }

    .banner-layout5 .text-block .banner__text::before {
        left: -70px;
    }

    .banner-layout5 .text-block p {
        font-size: 14px;
    }

    .banner-layout5 .img-block {
        position: absolute;
        right: 0px;
        z-index: 1;
        top: 0px;
        width: 175%;
    }

    .banner-layout5 .video__wrapper {
        position: absolute;
        left: -270px;
        bottom: 50px;
        width: 340px;
    }

    .banner-layout5 .video__btn {
        height: 80px;
        padding-left: 80px;
    }

    .banner-layout5 .video__btn .video__player {
        width: 80px;
        height: 80px;
        box-shadow: rgba(137, 61, 171, 0.15) 0px 0px 0px 15px;
    }

    .banner-layout5 .video__btn-divider {
        width: 70px;
        height: 2px;
        background-color: rgb(234, 234, 234);
        margin-right: 40px;
    }

    .banner-layout2 .text-block {
        position: relative;
        padding: 90px 100px 190px;
        max-width: 580px;
        z-index: 4;
        background-color: rgb(255, 255, 255);
    }

    .banner-layout2 .img-block-1 {
        position: relative;
        z-index: 2;
        margin-top: -102px;
    }

    .banner-layout2 .img-block-2 {
        position: relative;
        z-index: 3;
        margin-top: 200px;
    }

    .banner-layout2 .img-block-2.mb--20 {
        margin-bottom: -20px;
    }

    .banner-layout2 .read-note {
        margin-right: 70px;
        height: 130px;
        margin-left: -250px;
        padding: 40px 50px;
        border-bottom-left-radius: 10px;
        background-color: rgb(255, 255, 255);
    }

    .banner-layout2 .read-note .read-note__text {
        max-width: 300px;
    }

    .banner-layout3 .map-container {
        position: absolute;
        right: 0px;
    }

    .banner-layout4 .soultions-carousel {
        margin-right: -70px;
    }

    .features-layout5 + .banner-layout4 {
        margin-top: -110px;
    }
}

@media (max-width: 1199px) {
    .banner-layout2 .text-block {
        padding: 30px 30px 100px;
        max-width: 100%;
    }

    .banner-layout2 .img-block-2 {
        margin-top: 30px;
    }

    .banner-layout2 .slick-arrow.slick-next {
        left: 50px;
    }

    .banner-layout2 .slick-arrow.slick-next, .banner-layout2 .slick-arrow.slick-prev {
        width: 50px;
        height: 40px;
    }

    .banner-layout2 .slick-arrow.slick-next::before, .banner-layout2 .slick-arrow.slick-prev::before {
        font-size: 20px;
    }

    .banner-layout2 .read-note {
        padding: 30px;
    }

    .banner-layout3 .map-container {
        position: relative;
    }

    .banner-layout5 .video__wrapper {
        position: relative;
        padding-left: 20px;
        transform: translateY(60px);
    }
}

.careers .slick-slide {
    margin: 15px;
}

.careers .slick-list {
    margin: -15px;
}

.careers .slick-dots {
    margin-top: 15px;
}

.job-item {
    padding: 40px;
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(40, 40, 40, 0.08) 0px 0px 12px 0px;
    transition: all 0.4s ease 0s;
}

.job-item:hover {
    box-shadow: rgba(40, 40, 40, 0.1) 0px 0px 15px 0px;
    transform: translateY(-2px);
}

.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: rgb(255, 255, 255);
    background-color: rgb(3, 72, 154);
}

.job-item .job__location {
    font-size: 13px;
}

.job-item .job__title {
    font-size: 20px;
    margin-bottom: 18px;
}

.job-item .job__desc {
    font-size: 15px;
}

.job-item .btn {
    height: 40px;
    min-width: 140px;
}

@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;
    }
}

.service-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(40, 40, 40, 0.11) 0px 5px 83px 0px;
    transition: all 0.4s linear 0s;
}

.service-item::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 35px;
    right: 35px;
    height: 3px;
    background-color: rgb(3, 72, 154);
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.3s ease-in-out 0s;
}

.service-item .service__icon {
    font-size: 65px;
    line-height: 1;
    color: rgb(3, 72, 154);
    margin-bottom: 50px;
}

.service-item .service__title {
    position: relative;
    font-size: 21px;
    margin-bottom: 18px;
}

.service-item .service__desc {
    margin-bottom: 0px;
}

.service-item .service__body {
    position: relative;
    z-index: 2;
    padding: 29px 35px 35px;
}

.service-item .btn {
    height: 42px;
    min-width: 140px;
    margin-top: 28px;
}

.service-item:hover::after {
    opacity: 1;
    transform: scale(1);
}

.services-layout2 .service-item {
    margin-bottom: 50px;
}

.services-layout2 .service-item .service__body {
    padding: 18px 25px 25px;
}

.services-layout2 .service-item .service__img {
    position: relative;
    overflow: hidden;
}

.services-layout2 .service-item .service__img img {
    transition: all 0.9s ease 0s;
}

.services-layout2 .service-item .service__img::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -1px;
    height: 40px;
    width: calc(100% + 10px);
    background-color: rgb(255, 255, 255);
    clip-path: polygon(0px 0px, 0% 100%, 100% 100%);
    transition: all 0.4s ease 0s;
}

.services-layout2 .service-item:hover .service__img img {
    transform: scale(1.1);
}

.services-layout2 .service-item:hover .service__img::after {
    clip-path: polygon(0px 100%, 0px 100%, 100% 100%);
}

.services-layout2 .slick-arrow {
    top: 100%;
    width: auto;
    transform: translateY(0px);
}

.services-layout2 .slick-arrow.slick-prev {
    left: auto;
    right: 100px;
}

.services-layout2 .slick-dots {
    position: absolute;
    right: 0px;
    width: 125px;
    bottom: -28px;
}

@media (max-width: 992px) {
    .service-item::after {
        left: 20px;
        right: 20px;
    }

    .service-item .service__body {
        padding: 20px;
    }

    .services-layout2 .read-note__text {
        font-size: 14px;
        padding-right: 150px;
    }

    .services-layout2 .slick-dots {
        width: 140px;
        bottom: -28px;
    }

    .services-layout2 .slick-arrow.slick-prev {
        right: 125px;
    }

    .services-layout2 .slick-arrow.slick-next::before, .services-layout2 .slick-arrow.slick-prev::before {
        font-size: 30px;
    }

    .services-layout2 .slick-dots li {
        margin: 3px;
        width: 8px;
        height: 8px;
        border-width: 2px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .service-item .service__title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .service-item .service__icon {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .service-item .service__icon i {
        font-size: 45px;
    }

    .service-item .service__body {
        padding: 17px 20px 20px;
    }

    .services-layout2 .service-item .service__body {
        padding: 15px;
    }
}

.divider__line {
    position: relative;
    height: 2px;
}

.divider__line::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 2px;
    width: 28px;
    background-color: rgb(231, 235, 239);
}

.divider__line.divider__center::after {
    left: 50%;
    transform: translateX(-50%);
}

.divider__line.divider__sm::after {
    width: 40px;
}

.divider__theme::after {
    background-color: rgb(3, 72, 154);
}

.divider__white::after {
    background-color: rgb(255, 255, 255);
}

@media (min-width: 320px) and (max-width: 767px) {
    .divider__line {
        margin-bottom: 20px;
    }
}

.product-item {
    position: relative;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(40, 40, 40, 0.11) 0px 5px 83px 0px;
    transition: all 0.3s linear 0s;
}

.product-item::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 3;
    background-color: rgb(3, 72, 154);
    transition: all 0.3s linear 0s;
}

.product-item .product__title {
    position: relative;
    z-index: 5;
    font-size: 21px;
    margin-bottom: 8px;
    transition: all 0.3s linear 0s;
}

.product-item .product__title a {
    color: rgb(40, 40, 40);
}

.product-item .product__title a:hover {
    color: rgb(3, 72, 154);
}

.product-item .product__price {
    position: relative;
    z-index: 5;
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    color: rgb(3, 72, 154);
    transition: all 0.3s linear 0s;
}

.product-item .product__img {
    position: relative;
    overflow: hidden;
}

.product-item .product__img img {
    border-radius: 6px;
}

.product-item .product__action {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    opacity: 0;
    z-index: 5;
    transition: all 0.6s ease 0s;
}

.product-item .product__info {
    position: relative;
    padding: 28px 0px;
}

.product-item .product__info::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    z-index: 6;
    background-color: rgb(234, 234, 234);
}

.product-item .btn__secondary::before {
    display: none;
}

.product-item .btn__secondary:hover {
    color: rgb(3, 72, 154);
    background-color: rgb(255, 255, 255);
}

.product-item:hover {
    box-shadow: rgba(9, 29, 62, 0.15) 0px 5px 83px 0px;
}

.product-item:hover .product__action {
    opacity: 1;
    bottom: 30px;
}

.product-item:hover::before {
    opacity: 1;
}

.product-item:hover .product__title a, .product-item:hover .product__price {
    color: rgb(255, 255, 255);
}

.product-item-single .product__img {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    border-radius: 10px;
    box-shadow: rgba(40, 40, 40, 0.11) 0px 5px 83px 0px;
}

.product-item-single .product__title {
    font-size: 29px;
    margin-bottom: 15px;
}

.product-item-single .product__rating {
    margin-right: 37px;
}

.product-item-single .product__rating i {
    font-size: 15px;
}

.product-item-single .product__rating i.active {
    color: rgb(3, 72, 154);
}

.product-item-single .product__img img {
    border-radius: 15px;
}

.product-item-single .product__price {
    font-size: 22px;
}

.product-item-single .product__desc {
    font-size: 15px;
}

.product__details li {
    line-height: 2;
}

.product__details li strong {
    font-size: 16px;
    font-weight: 700;
    color: rgb(40, 40, 40);
    min-width: 120px;
    display: inline-block;
}

.product__meta-review {
    font-size: 14px;
}

.product__meta-review a {
    position: relative;
    color: rgb(155, 155, 155);
    padding-left: 10px;
}

.product__meta-review a:hover {
    color: rgb(3, 72, 154);
}

.product__meta-review a::before {
    content: "/";
    position: absolute;
    top: 0px;
    left: 0px;
}

.product__meta-details li {
    font-size: 15px;
    margin-bottom: 8px;
}

.product__meta-details li:last-child {
    margin-bottom: 0px;
}

.product__meta-details li span:first-of-type {
    font-family: Rubik, sans-serif;
    color: rgb(40, 40, 40);
    font-weight: 700;
    font-size: 16px;
}

.related__products-title {
    font-size: 24px;
}

.product__quantity-title {
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 10px;
}

.quantity__input-wrap {
    display: inline-flex;
    position: relative;
    width: 80px;
    max-height: 50px;
    border-radius: 6px;
    border: 2px solid rgb(230, 232, 235);
}

.quantity__input-wrap button {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: rgb(40, 40, 40);
    cursor: pointer;
    position: absolute;
    right: 0px;
    font-style: normal;
    font-size: 9px;
    border-left: 2px solid rgb(230, 232, 235);
    user-select: none;
}

.quantity__input-wrap .decrease-qty {
    bottom: 0px;
    border-top: 2px solid rgb(230, 232, 235);
}

.quantity__input-wrap .qty-input {
    background-color: transparent;
    text-align: center;
    color: rgb(40, 40, 40);
    font-weight: 600;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    width: 50px;
    height: 50px;
    border: 0px;
    outline: 0px;
}

.quantity__input-wrap .qty-input::-webkit-inner-spin-button, .quantity__input-wrap .qty-input::-webkit-outer-spin-button {
    appearance: none;
}

.product__details .nav-tabs {
    border-bottom: 2px solid rgb(230, 230, 230);
}

.product__details .nav-tabs .nav__link {
    margin-bottom: -2px;
}

.product__details .tab-content {
    padding-top: 20px;
}

.product__details .tab-content p {
    font-size: 15px;
}

.product__details .tab-content p:last-child {
    margin-bottom: 0px;
}

.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: 0px;
}

.cart-table {
    margin-bottom: 50px;
}

.cart-table .table {
    border-radius: 4px;
    margin-bottom: 0px;
}

.cart-table thead {
    background-color: transparent;
}

.cart-table thead tr th {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: rgb(40, 40, 40);
    border-color: rgb(233, 233, 233);
    padding: 15px 0px;
    border-bottom-width: 0px !important;
}

.cart-table tbody tr td {
    padding: 15px;
    border-color: rgb(233, 233, 233);
    vertical-align: middle;
}

.cart-table .cart-product {
    position: relative;
}

.cart-table .cart-product__price, .cart-table .cart-product__total {
    font-size: 16px;
    font-weight: 700;
    color: rgb(155, 155, 155);
    text-align: center;
}

.cart-table .cart-product__quantity {
    text-align: center;
}

.cart-table .cart-product__img {
    width: 50px;
    margin-right: 20px;
}

.cart-table .cart-product__title {
    font-size: 16px;
    margin-bottom: 0px;
}

.cart-table .cart-product__remove {
    width: 19px;
    height: 19px;
    line-height: 19px;
    font-size: 9px;
    background-color: rgb(27, 26, 26);
    color: rgb(255, 255, 255);
    border-radius: 1px;
    text-align: center;
    cursor: pointer;
    margin-right: 20px;
}

.cart-table .cart-product__remove:hover {
    background-color: rgb(3, 72, 154);
}

.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 rgb(219, 219, 219);
}

.cart-table .cart-product__action td .btn {
    line-height: 42px;
    height: 42px;
    min-width: 134px;
}

.cart__total-amount ul li {
    font-size: 13px;
    line-height: 36px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgb(233, 233, 233);
}

.cart__total-amount ul li span:first-of-type {
    font-weight: 600;
    color: rgb(40, 40, 40);
}

@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: 0px;
    }

    .cart-table thead tr th {
        font-size: 10px;
    }
}

/** icon socmed tepi **/
icon-ct,
icon-te,
icon-fb,
icon-in{
	z-index:99;
	position:fixed;
	right: 10px;
	}
icon-ct:hover,
icon-te:hover,
icon-fb:hover,
icon-in:hover{
	opacity:0.8;
	}	

	
icon-te{
	bottom: 327px;
	}

icon-fb{
	bottom: 274px;
	}

icon-in{
	bottom: 221px;
	}

.section21 {
    position: relative;
    padding-top: 100px;
}


.bottomsec {
	padding-bottom: 120px;
}