/* reset css start */
@import url("https://fonts.googleapis.com/css2?family=Exo:wght@400;600;700&amp;family=Nunito&amp;display=swap");

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Nunito", sans-serif;
    color: #6f6f6f;
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    position: relative;
    line-height: 1.7;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    cursor: pointer;
}

*:focus {
    outline: none;
}

button {
    border: none;
}

button:focus {
    outline: none;
}

span {
    display: inline-block;
}

a:hover {
    color: #0087FF;
}

/* reset css end */
/* global css strat */
@media (min-width: 1200px) {
    .container {
        max-width: 1360px;
    }
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-none-30 {
    margin-bottom: -30px;
}

.mb-none-40 {
    margin-bottom: -40px;
}

.mb-none-50 {
    margin-bottom: -50px;
}

.mt-minus-100 {
    margin-top: -100px;
}

.mb-none-115 {
    margin-bottom: -115px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pt-120 {
    padding-top: 120px;
}

@media (max-width: 991px) {
    .pt-120 {
        padding-top: 90px;
    }
}

@media (max-width: 575px) {
    .pt-120 {
        padding-top: 80px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .pb-120 {
        padding-bottom: 90px;
    }
}

@media (max-width: 575px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

.pt-150 {
    padding-top: 150px;
}

@media (max-width: 1199px) {
    .pt-150 {
        padding-top: 120px;
    }
}

@media (max-width: 991px) {
    .pt-150 {
        padding-top: 90px;
    }
}

@media (max-width: 575px) {
    .pt-150 {
        padding-top: 80px;
    }
}

.pb-150 {
    padding-bottom: 150px;
}

@media (max-width: 1199px) {
    .pb-150 {
        padding-bottom: 120px;
    }
}

@media (max-width: 991px) {
    .pb-150 {
        padding-bottom: 90px;
    }
}

@media (max-width: 575px) {
    .pb-150 {
        padding-bottom: 80px;
    }
}

.mt-100 {
    margin-top: 100px;
}

.bg_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.base--bg {
    background-color: #0087FF !important;
}

.base--bg-two {
    background-color: #062c4e !important;
}

.bg--1 {
    background-color: #f05454 !important;
}

.bg--2 {
    background-color: #403DEE !important;
}

.bg--3 {
    background-color: #ED1568 !important;
}

.bg--4 {
    background-color: #403DEE !important;
}
.bg--5 {
    background-color: #12BF7E !important;
}

.g-bg--1 {
    background: #8E2DE2;
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);
    background: linear-gradient(to right, #4A00E0, #8E2DE2);
}

.g-bg--2 {
    background: #396afc;
    background: -webkit-linear-gradient(to right, #2948ff, #396afc);
    background: linear-gradient(to right, #2948ff, #396afc);
}

.g-bg--3 {
    background: #4e54c8;
    background: -webkit-linear-gradient(to right, #8f94fb, #4e54c8);
    background: linear-gradient(to right, #8f94fb, #4e54c8);
}

.g-bg--4 {
    background: #06beb6;
    background: -webkit-linear-gradient(to right, #48b1bf, #06beb6);
    background: linear-gradient(to right, #48b1bf, #06beb6);
}

.g-bg--5 {
    background: #2193b0;
    background: -webkit-linear-gradient(to right, #6dd5ed, #2193b0);
    background: linear-gradient(to right, #6dd5ed, #2193b0);
}

.g-bg--6 {
    background: #56CCF2;
    background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);
    background: linear-gradient(to right, #2F80ED, #56CCF2);
}

.g-bg--7 {
    background: #0575E6;
    background: -webkit-linear-gradient(to right, #021B79, #0575E6);
    background: linear-gradient(to right, #021B79, #0575E6);
}

.g-bg--8 {
    background: #00d2ff;
    background: -webkit-linear-gradient(to right, #3a7bd5, #00d2ff);
    background: linear-gradient(to right, #3a7bd5, #00d2ff);
}

.border-radius--5 {
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

.z-index-2 {
    z-index: 2;
}

.overlay--one {
    position: relative;
    z-index: 9;
}

.overlay--one::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #062c4e;
    opacity: 0.85;
    z-index: -1;
}

.f-size-18 {
    font-size: 18px !important;
}

.base--color {
    color: #0087FF !important;
}

.p--color {
    color: #6f6f6f !important;
}

.h--color {
    color: #363636 !important;
}

.nice-select {
    float: none;
    width: 100%;
    min-height: 50px;
    line-height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.nice-select .list {
    width: 100%;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
}

.para-white {
    color: #e6e6e6 !important;
}

.heading--color {
    color: #363636 !important;
}

.section--bg {
    background-color: #f9f9f9;
}

.section--img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    z-index: -1;
}

.bg--base {
    background-color: #0087FF;
}

.text-line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slick-arrow {
    cursor: pointer;
}

.section-header {
    margin-bottom: 55px;
    margin-top: -8px;
}

@media (max-width: 991px) {
    .section-header {
        margin-bottom: 50px;
    }
}

.section-top-title {
    font-size: 18px;
    font-family: "Nunito", sans-serif;
    color: #0087FF;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .section-top-title {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .section-top-title {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .section-top-title {
        font-size: 16px;
    }
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .section-title {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .section-title {
        font-size: 28px;
    }
}

.section-title + p {
    margin-top: 15px;
}

.box-header .title {
    font-size: 32px;
}

@media (max-width: 320px) {
    .box-header .title {
        font-size: 28px;
    }
}

.border-radius-100 {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.has-link {
    position: relative;
}

.item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hover--effect-1 {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 25px 40px 0px rgba(51, 51, 51, 0.1);
}

.hover--effect-1:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.05);
}

.video-button {
    position: absolute;
    width: 105px;
    height: 105px;
    color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #0087FF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    animation: pulse 2000ms linear infinite;
    -webkit-animation: pulse 2000ms linear infinite;
    -moz-animation: pulse 2000ms linear infinite;
}

.video-button:hover {
    color: #ffffff;
}

.video-button::before, .video-button::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 74px;
    background-color: #0087FF;
    opacity: 0.15;
    z-index: -10;
}

.video-button::before {
    z-index: -10;
    animation: inner-ripple 2000ms linear infinite;
    -webkit-animation: inner-ripple 2000ms linear infinite;
    -moz-animation: inner-ripple 2000ms linear infinite;
}

.video-button::after {
    z-index: -10;
    animation: outer-ripple 2000ms linear infinite;
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
}

.video-button i {
    font-size: 32px;
}

@-webkit-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@-moz-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@-ms-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@-webkit-keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-ms-keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.text-sm {
    font-size: 12px !important;
}

.text-md {
    font-size: 14px !important;
}

.card {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border: none;
}

.card .card-header {
    background-color: #ffffff;
}

.card.style--two {
    border: none;
}

.card.style--two > .card-header {
    background-color: #001d4a;
}

.badge {
    font-weight: 400;
    padding: 4px 10px;
}

.nav-tabs {
    padding: 0 30px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.nav-tabs.custom--style .nav-item .nav-link {
    padding: 15px 20px;
    border: none;
    border-bottom: 2px solid transparent;
    color: #6f6f6f;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-tabs.custom--style .nav-item .nav-link.active {
    border-color: #0087FF;
    color: #0087FF;
}

.nav-tabs.custom--style-two {
    border: none;
}

.nav-tabs.custom--style-two .nav-item {
    margin: 5px 10px;
}

.nav-tabs.custom--style-two .nav-item .nav-link {
    padding: 8px 20px;
    border: 1px solid rgba(133, 153, 171, 0.2);
    color: #6f6f6f;
    font-size: 14px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-tabs.custom--style-two .nav-item .nav-link.active {
    border-color: #0087FF;
    color: #ffffff;
    background-color: #0087FF;
}

.cmn-list {
    margin-top: 20px;
}

.cmn-list li + li {
    margin-top: 15px;
}

.cmn-list li {
    position: relative;
    padding-left: 40px;
}

.cmn-list li::before {
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 20px;
    height: 10px;
    border-left: 1px solid #0087FF;
    border-bottom: 1px solid #0087FF;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cmn-list-2 {
    margin-top: 20px;
}

.cmn-list-2 li + li {
    margin-top: 10px;
}

.cmn-list-2 li {
    position: relative;
    padding-left: 45px;
}

.cmn-list-2 li:nth-last-of-type(3n+3)::before {
    border-color: #a22546;
}

.cmn-list-2 li:nth-last-of-type(3n+2)::before {
    border-color: #f7a139;
}

.cmn-list-2 li:nth-last-of-type(3n+1)::before {
    border-color: #3097d1;
}

.cmn-list-2 li::before {
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 20px;
    height: 10px;
    border-left: 1px solid red;
    border-bottom: 1px solid red;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.number-list--style {
    list-style-type: decimal;
    padding-left: 15px;
}

.number-list--style li + li {
    margin-top: 10px;
}

.number-list--style li span {
    font-weight: 500;
    color: #0087FF;
}

.disc-list--style {
    list-style-type: disc;
    padding-left: 15px;
}

.disc-list--style li + li {
    margin-top: 10px;
}




.pagination {
    margin-top: 50px;
    justify-content: center;
}

.pagination li + li {
    margin-left: 10px;
}

.pagination li.active a,
.pagination li.active span {
    background-color: #0087FF !important;
    border-color: #0087FF !important;
    color: #ffffff;
}
.page-link:focus {
    box-shadow: 0 0 0 0.2rem #de446330;
}
.pagination li a,
.pagination li span {
    border: 1px solid rgba(133, 153, 171, 0.35);
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    padding: 12px 20px;
    background-color: transparent;
    color: #6f6f6f;
    font-weight: 700;
}

.pagination li a:hover {
    background-color: #0087FF;
    border-color: #0087FF;
    color: #ffffff;
}



.cmn-accordion .card + .card {
    margin-top: 15px;
}

.cmn-accordion .card {
    border: none;
    background-color: #ffffff;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.cmn-accordion .card-header {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0 !important;
    border: 1px solid rgba(133, 153, 171, 0.2);
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

.cmn-accordion .card-header .btn {
    background-color: #ffffff;
    padding: 10px 20px;
    display: inline-flex;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    align-items: center;
}

.cmn-accordion .card-header .btn:hover, .cmn-accordion .card-header .btn:focus {
    text-decoration: none;
    box-shadow: none;
}

.cmn-accordion .card-header .btn i {
    color: #363636;
    font-size: 24px;
}

.cmn-accordion .card-header .btn span {
    color: #363636;
    font-size: 18px;
    padding-left: 15px;
}

@media (max-width: 767px) {
    .cmn-accordion .card-header .btn span {
        font-size: 16px;
    }
}

.cmn-accordion .card-body {
    border-top: 1px solid #e5e5e5;
    padding: 20px 30px;
}

blockquote p {
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
}

input:focus,
textarea:focus,
.nice-select.open {
    border-color: #0087FF;
}

.page-breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
}

.page-breadcrumb li {
    color: rgba(255, 255, 255, 0.8);
    text-transform: capitalize;
}

.page-breadcrumb li::after {
    content: '-';
    color: #ffffff;
    margin: 0 5px;
}

.page-breadcrumb li:first-child::before {
    content: "\f015";
    font-family: "Line Awesome Free";
    font-weight: 900;
    color: #0087FF;
    margin-right: 6px;
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li a {
    color: #ffffff;
    text-transform: capitalize;
}

.page-breadcrumb li a:hover {
    color: #0087FF;
}


a[class*='lightcase-icon-'].lightcase-icon-close {
    top: 100px;
    right: 50px;
}

@-webkit-keyframes preloader-inside-white {
    0% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-moz-keyframes preloader-inside-white {
    0% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-ms-keyframes preloader-inside-white {
    0% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes preloader-inside-white {
    0% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes preloader-inside-red {
    0% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    30% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-moz-keyframes preloader-inside-red {
    0% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    30% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-ms-keyframes preloader-inside-red {
    0% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    30% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes preloader-inside-red {
    0% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    30% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.preloader {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    background: white;
    text-align: center;
}

.preloader .preloader-container {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: relative;
}

.preloader .animated-preloader {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    background: #0087FF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.preloader .animated-preloader::after {
    content: '';
    display: inline-block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: white;
    -webkit-animation: preloader-inside-white 1s ease-in-out infinite;
    -ms-animation: preloader-inside-white 1s ease-in-out infinite;
    animation: preloader-inside-white 1s ease-in-out infinite;
}

.preloader .animated-preloader::before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #0087FF;
    -webkit-animation: preloader-inside-red 1s ease-in-out infinite;
    -ms-animation: preloader-inside-red 1s ease-in-out infinite;
    animation: preloader-inside-red 1s ease-in-out infinite;
}

a[class*='lightcase-icon-'].lightcase-icon-close {
    top: 100px;
    right: 50px;
    z-index: 9999999999;
}

#lightcase-overlay {
    z-index: 99999999;
}

#lightcase-case {
    z-index: 999999999;
}

/* global css end */
h1 {
    font-size: 62px;
}

h2 {
    font-size: 32px;
}

@media (max-width: 991px) {
    h2 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 28px;
    }
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

@media (max-width: 767px) {
    h4 {
        font-size: 20px;
    }
}

h5 {
    font-size: 20px;
}

@media (max-width: 767px) {
    h5 {
        font-size: 18px;
    }
}

h6 {
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Exo", sans-serif;
    color: #363636;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    font-family: "Exo", sans-serif;
    color: #363636;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.3;
}

p, li, span {
    margin: 0;
}

a {
    text-decoration: none;
    display: inline-block;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
}

.font-size-18px {
    font-size: 18px !important;
}

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

.font-size-14px {
    font-size: 14px !important;
}

.font-size-12px {
    font-size: 12px !important;
}

/* table css start */
.table.white-space-nowrap thead th {
    white-space: nowrap;
}
.white-space-nowrap-th th {
    white-space: nowrap;
}
.table tbody td {
    word-break: break-word;
}
.table.style--two {
    border-spacing: 0 15px;
    border-collapse: separate;
}
.table.style--two thead {
    background-color: #062c4e;
}
.table.style--two thead tr th {
    border-top: none;
    border-bottom: none;
    color: #ffffff;
    text-align: center;
    padding: 10px 20px;
}
.table.style--two thead tr th:first-child {
    text-align: left;
}
.table.style--two thead tr th:last-child {
    text-align: right;
}
.table.style--two tr th, .table.style--two tr td {
    font-size: 14px;
}
.table.style--two tbody tr {
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.table.style--two tbody tr:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.table.style--two tbody tr td {
    border-top: none;
    text-align: center;
    color: #6f6f6f;
    padding: 20px 20px;
    vertical-align: middle;
    font-size: 15px;
}
.table.style--two tbody tr td:first-child {
    text-align: left;
}
.table.style--two tbody tr td:last-child {
    text-align: right;
}
.table.style--two tbody tr:first-child td {
    border-top: none;
}


.table.style--three thead {
    background-color: #062c4e;
}

.table.style--three thead tr th {
    border-top: none;
    border-bottom: none;
    color: #ffffff;
    text-align: center;
    padding: 10px 20px;
}

.table.style--three thead tr th:first-child {
    text-align: left;
}

.table.style--three thead tr th:last-child {
    text-align: right;
}

.table.style--three tr th, .table.style--three tr td {
    font-size: 14px;
}

.table.style--three tbody tr td {
    text-align: center;
    color: #6f6f6f;
    padding: 15px 20px;
    vertical-align: middle;
    font-size: 15px;
    border-top: 1px solid #e5e5e5;
}

.table.style--three tbody tr td:first-child {
    text-align: left;
}

.table.style--three tbody tr td:last-child {
    text-align: right;
}

.table.style--three tbody tr:first-child td {
    border-top: none;
}

.table .user {
    display: flex;
    align-items: center;
}
.table .user .thumb {
    width: 45px;
    height: 45px;
    border: 2px solid #ffffff;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    margin-right: 10px;
}
.table .user .thumb img {
    width: inherit;
    height: inherit;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: #0087ff0d;
}
.bg-aliceblue {
    background-color: aliceblue !important;
}
.badge {
    font-weight: 400;
    padding: 4px 10px;
}
.badge--primary {
    background-color: #0087FF !important;
    color: #ffffff !important;
}

.badge--secondary {
    background-color: rgba(115, 103, 240, 0.1);
    border: 1px solid #7367f0;
    color: #7367f0;
}
.badge--custom {
    background-color: rgba(0, 135, 255, 0.1);
    border: 1px solid #0087FF;
    color: #0087FF;
}


.badge--warning {
    background-color: rgba(255, 159, 67, 0.1);
    border: 1px solid #ff9f43;
    color: #ff9f43;
}

.badge--success {
    background-color: rgba(40, 199, 111, 0.1);
    border: 1px solid #28c76f;
    color: #28c76f;
}

.badge--danger {
    background-color: rgba(234, 84, 85, 0.1);
    border: 1px solid #ea5455;
    color: #ea5455;
}


.badge--dark {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #000000;
    color: #000000;
}



[data-label] {
    position: relative;
}
[data-label]::before {
    position: absolute;
    content: attr(data-label);
    font-weight: 700;
    color: #000000;
    top: 0;
    left: 0;
    padding: 13px 15px;
    display: none;
    font-size: 12px;
}
.badge {
    font-weight: 400;
    padding: 4px 10px;
}

.icon-btn {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    font-size: 14px;
}
@media (max-width: 1199px) {
    .table-responsive--lg thead {
        display: none;
    }
    .table-responsive--lg tbody tr:nth-child(odd) {
        background-color: #f5f5f5;
    }
    .table-responsive--lg tr th, .table-responsive--lg tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
        border-top: 1px solid #dee2e6 !important;
    }
    .table-responsive--lg .user {
        justify-content: flex-end;
    }
    .table-responsive--lg [data-label]::before {
        display: block;
    }
}
@media (max-width: 991px) {
    .table-responsive--md thead {
        display: none;
    }
    .table-responsive--md tbody tr:nth-child(odd) {
        background-color: #f5f5f5;
    }
    .table-responsive--md tr th, .table-responsive--md tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
        border-top: 1px solid #dee2e6 !important;
    }
    .table-responsive--md .user {
        justify-content: flex-end;
    }
    .table-responsive--md [data-label]::before {
        display: block;
    }
}
@media (max-width: 767px) {
    .table-responsive--sm thead {
        display: none;
    }
    .table-responsive--sm tbody tr:nth-child(odd) {
        background-color: #f5f5f5;
    }
    .table-responsive--sm tr th, .table-responsive--sm tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
        border-top: 1px solid #dee2e6 !important;
    }
    .table-responsive--sm .user {
        justify-content: flex-end;
    }
    .table-responsive--sm [data-label]::before {
        display: block;
    }
}
@media (max-width: 575px) {
    .table-responsive--xs thead {
        display: none;
    }
    .table-responsive--xs tbody tr:nth-child(odd) {
        background-color: #f5f5f5;
    }
    .table-responsive--xs tr th, .table-responsive--xs tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
        border-top: 1px solid #dee2e6 !important;
    }
    .table-responsive--xs .user {
        justify-content: flex-end;
    }
    .table-responsive--xs [data-label]::before {
        display: block;
    }
}
@media (max-width: 1199px) {
    *[class*="table-responsive--"].data-label--none tr th, *[class*="table-responsive--"].data-label--none tr td {
        padding-left: .75rem;
    }
}
/* table css end */

/* button css start */
.cmn-btn {
    padding: 12px 35px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #0087FF;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #ffffff;
}

.cmn-btn:hover {
    color: #ffffff;
    background-color: #006ccc;
}

.cmn-btn.active {
    background-color: #001d4a;
}

.cmn-btn2 {
    padding: 12px 35px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #062c4e;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #ffffff;
}

.cmn-btn2:hover {
    color: #ffffff;
    background-color: #041f36;
}

.border-btn {
    padding: 12px 35px;
    font-size: 16px;
    font-weight: weight("semi");
    text-transform: capitalize;
    color: #6f6f6f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #e5e5e5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.border-btn:hover {
    background-color: #0087FF;
    color: #ffffff;
    border-color: #0087FF;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}

.border-btn.style--two {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.border-btn.style--two:hover {
    background-color: #ffffff;
    color: #000000;
}

.read-btn {
    padding: 10px 20px;
    min-width: 130px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: rgba(0, 135, 255, 0.14);
    color: #0087FF;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.read-btn:hover {
    background-color: #0087FF;
    color: #ffffff;
}

.btn-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.btn-group *[class*="btn"] {
    margin: 5px 10px;
    align-items: center;
}

.btn-group *[class*="btn"].d-flex {
    padding: 8px 35px;
}

[class*="btn"].btn-md {
    padding: 10px 30px;
}

[class*="btn"].btn-sm {
    padding: 6px 20px;
}

.action-btn {
    padding: 5px 15px;
    font-weight: 600;
    background-color: #ffffff;
    color: #0087FF;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.bg-btn {
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 12px 25px;
}

.bg-btn:hover {
    background-color: #001d4a;
    color: #ffffff;
    border-color: #001d4a;
}
.view-btn {
    font-size: 12px;
    background-color: #ffffff;
    padding: 3px 10px;
    border-radius: 3px;
    color: #363636;
    transition: all 0.3s;
}
.view-btn:hover {
    background-color: #ffffff;
    color: #363636;
    box-shadow: 0 3px 10px rgba(0,0,0,.15);
}

/* button css end */
/* form css start */

.input-group-prepend.style--phone-number .input-group-text {
    background-color: transparent;
    border-color: #e5e5e5;
}
.input-group-prepend.style--phone-number select {
    height: 45px;
    border: none;
}
.input-group-prepend.style--phone-number ~ .form-control.custom-field {
    padding-left: 60px;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 1em;
  }
   
.custom-scrollbar::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.custom-scrollbar::-webkit-scrollbar-thumb {
background-color: darkgrey;
outline: 1px solid slategrey;
}


.form-group {
    margin-bottom: 25px;
}

.form-control {
    padding: 10px 20px;
    border: 1px solid rgba(133, 153, 171, 0.2);
    width: 100%;
    background-color: #00000003;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #6f6f6f;
    min-height: 50px;
}

.form-control::-webkit-input-placeholder {
    color: #6f6f6fad;
}

.form-control::-moz-placeholder {
    color: #6f6f6fad;
}

.form-control:-ms-input-placeholder {
    color: #6f6f6fad;
}

.form-control:-moz-placeholder {
    color: #6f6f6fad;
}

.form-control:focus {
    box-shadow: 0 0 5px rgba(0, 135, 255, 0.5);
}
.custom-attach-field {
    position: relative;
}
.custom-attach-field input {
    padding-left: 34px;
    padding-right: 43px;
    overflow: hidden;
}
.custom-attach-field input ~ label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #0087FF;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 3px 0 0 3px;
    cursor: pointer;
    line-height: 32px;
}
.custom-attach-field .custom-attach-remove-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #FF4237;
    color: #ffffff;
    width: 75px;
    text-align: center;
    border-radius: 3px;
    font-size: 18px;
}
.add-attach-field-btn {
    font-size: 18px;
    padding: 12px 14px;
}

select {
    padding: 10px 20px;
    width: 100%;
    border: 1px solid rgba(133, 153, 171, 0.2);
    cursor: pointer;
    color: #6f6f6f;
    background-color: transparent;
    height: 50px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

textarea {
    min-height: 150px !important;
    resize: none;
    width: 100%;
}

label {
    color: #777777;
    margin-bottom: 10px;
    font-family: "Exo", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.nice-select {
    float: none;
    background-color: #00000003;
    border: 1px solid rgba(133, 153, 171, 0.2);
}
.nice-select .list {
    max-height: 240px;
    overflow: auto;
}
.nice-select .list::-webkit-scrollbar {
    width: 8px;
  }
   
  .nice-select .list::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.nice-select .list::-webkit-scrollbar-thumb {
background-color: #0087FF;
outline: 1px solid slategrey;
}
.iti__country-list {
    z-index: 99;
}
/* form css end*/
/* keyframes css start */
@-webkit-keyframes customRounded {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-moz-keyframes customRounded {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-ms-keyframes customRounded {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes customRounded {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes customaPulse {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    25% {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    }

    75% {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}

@-moz-keyframes customaPulse {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    25% {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    }

    75% {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}

@-ms-keyframes customaPulse {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    25% {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    }

    75% {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes customaPulse {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    25% {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    }

    75% {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}

@-webkit-keyframes customLight {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes customLight {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes customLight {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

@keyframes customLight {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes CustomBounce {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-5);
        -ms-transform: translateY(-5);
        transform: translateY(-5);
    }

    50% {
        -webkit-transform: translateY(-10);
        -ms-transform: translateY(-10);
        transform: translateY(-10);
    }

    75% {
        -webkit-transform: translateY(-5);
        -ms-transform: translateY(-5);
        transform: translateY(-5);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes CustomBounce {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-5);
        -ms-transform: translateY(-5);
        transform: translateY(-5);
    }

    50% {
        -webkit-transform: translateY(-10);
        -ms-transform: translateY(-10);
        transform: translateY(-10);
    }

    75% {
        -webkit-transform: translateY(-5);
        -ms-transform: translateY(-5);
        transform: translateY(-5);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes CustomBounce {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-5);
        -ms-transform: translateY(-5);
        transform: translateY(-5);
    }

    50% {
        -webkit-transform: translateY(-10);
        -ms-transform: translateY(-10);
        transform: translateY(-10);
    }

    75% {
        -webkit-transform: translateY(-5);
        -ms-transform: translateY(-5);
        transform: translateY(-5);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes CustomBounce {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-5);
        -ms-transform: translateY(-5);
        transform: translateY(-5);
    }

    50% {
        -webkit-transform: translateY(-10);
        -ms-transform: translateY(-10);
        transform: translateY(-10);
    }

    75% {
        -webkit-transform: translateY(-5);
        -ms-transform: translateY(-5);
        transform: translateY(-5);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

/* keyframes css end */
/* header start */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header.menu-fixed .header__top {
    display: none;
}

.header.menu-fixed .header__bottom {
    background-color: #062c4e;
}

.header__top {
    background-color: #062c4e;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 10px 0;
}

.header__bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    .header__bottom {
        padding: 10px 0;
    }
}

.header .site-logo img {
    width: 175px;
}

@media (max-width: 1199px) {
    .header .site-logo img {
        max-width: 150px;
    }
}

.header .main-menu {
    margin-left: 70px;
}

@media (max-width: 1199px) {
    .header .main-menu {
        margin-left: 0;
        padding: 15px 0;
    }
}

.header .main-menu li {
    position: relative;
}

.header .main-menu li::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 1px;
    height: 15px;
    background-color: #ffffff6e;
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .header .main-menu li::after {
        display: none;
    }
}

.header .main-menu li:last-child::after {
    display: none;
}

.header .main-menu li.menu_has_children {
    position: relative;
}

.header .main-menu li.menu_has_children.open .sub-menu {
    display: block;
}

@media (max-width: 1199px) {
    .header .main-menu li.menu_has_children > a {
        display: block;
    }
}

.header .main-menu li.menu_has_children > a::before {
    position: absolute;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 0;
    right: 0;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}

@media (max-width: 1199px) {
    .header .main-menu li.menu_has_children > a::before {
        display: block;
        top: 9px;
    }
}

.header .main-menu li.menu_has_children:hover > a::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #0087FF;
}

.header .main-menu li a {
    padding: 30px 15px 30px 0;
    text-transform: capitalize;
    font-size: 16px;
    color: #ffffff;
    position: relative;
}

@media (max-width: 1199px) {
    .header .main-menu li a {
        color: #ffffff;
        padding: 8px 0;
        display: block;
    }
}

.header .main-menu li a:hover, .header .main-menu li a:focus {
    color: #0087FF;
}

.header .main-menu li .sub-menu {
    position: absolute;
    width: 220px;
    top: 105%;
    left: -20px;
    z-index: 9999;
    background-color: #0087FF;
    padding: 10px 0;
    -webkit-box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #e5e5e5;
}

@media (max-width: 1199px) {
    .header .main-menu li .sub-menu {
        opacity: 1;
        visibility: visible;
        display: none;
        position: static;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        width: 100%;
    }
}

.header .main-menu li .sub-menu li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
}

.header .main-menu li .sub-menu li:last-child {
    border-bottom: none;
}

.header .main-menu li .sub-menu li a {
    padding: 8px 20px;
    display: block;
    color: #ffffff;
    font-size: 14px;
}

.header .main-menu li .sub-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    text-decoration: underline;
}

.header .main-menu li .sub-menu li + li {
    margin-left: 0;
}

.header .main-menu li:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.header .main-menu li + li {
    margin-left: 20px;
}

@media (max-width: 1199px) {
    .header .main-menu li + li {
        margin-left: 0;
    }
}

.header .nav-right {
    margin-left: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 1199px) {
    .header .nav-right {
        margin-left: 0;
    }
}

.header .nav-right .nice-select {
    width: auto;
    background-color: transparent;
    margin-left: 15px;
    border-color: rgba(255, 255, 255, 0.65);
}

.header .nav-right .nice-select .current {
    color: #ffffff;
}

.header .nav-right .login-btn {
    padding: 8px 15px;
    color: #ffffff;
    background-color: #0087FF;
    border: 1px solid #0087FF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-left: 15px;
}

.header .nav-right .header-serch-btn {
    text-align: right;
    border: none;
    background-color: transparent;
    color: #0087FF;
    cursor: pointer;
    font-size: 18px;
    margin-right: 15px;
}

@media (max-width: 1199px) {
    .header .nav-right .header-serch-btn {
        display: none;
    }
}

.header .nav-right .header-top-search-area {
    position: absolute;
    top: 105%;
    width: 350px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    .header .nav-right .header-top-search-area {
        position: static;
        opacity: 1;
        visibility: visible;
        margin-top: 20px;
        margin-bottom: 15px;
        width: 100%;
    }
}

.header .nav-right .header-top-search-area .header-search-form {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

@media (max-width: 1199px) {
    .header .nav-right .header-top-search-area .header-search-form {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .header .nav-right .header-top-search-area .header-search-form {
        width: 100%;
    }
}

.header .nav-right .header-top-search-area .header-search-form input {
    width: 100%;
    border: none;
    padding: 8px 38px 8px 15px;
    min-height: 50px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.header .nav-right .header-top-search-area .header-search-form .header-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    height: 100%;
    padding: 0 12px;
    background-color: #0087FF;
    color: #ffffff;
    border-radius: 0 999px 999px 0;
    -webkit-border-radius: 0 999px 999px 0;
    -moz-border-radius: 0 999px 999px 0;
    -ms-border-radius: 0 999px 999px 0;
    -o-border-radius: 0 999px 999px 0;
}

.header .nav-right .header-top-search-area.open {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

@media (max-width: 1199px) {
    .account-menu {
        order: -1;
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 20px;
    }
}

.account-menu .icon {
    position: relative;
}

.account-menu .icon:hover .account-submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.account-menu .icon i {
    width: 47px;
    height: 45px;
    background-color: #0087FF;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
    font-size: 24px;
}

@media (max-width: 1199px) {
    .account-menu .icon i {
        display: none;
    }
}

.account-menu .icon .account-submenu {
    position: absolute;
    top: 110%;
    right: 0;
    width: 150px;
    z-index: 9999;
    background-color: #0087FF;
    -webkit-box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #e5e5e5;
}

@media (max-width: 1199px) {
    .account-menu .icon .account-submenu {
        position: static;
        opacity: 1;
        visibility: visible;
        background-color: transparent;
        border: none;
    }
}

.account-menu .icon .account-submenu li {
    padding: 10px 15px;
    border-bottom: 1px dashed #e5e5e5;
}

@media (max-width: 1199px) {
    .account-menu .icon .account-submenu li {
        padding: 10px 0;
        border: none;
    }
}

.account-menu .icon .account-submenu li:last-child {
    border-bottom: none;
}

.account-menu .icon .account-submenu li a {
    color: #ffffff;
    display: block;
}

.account-menu .icon .account-submenu li a:hover {
    color: #ffffff;
}

.header-company-info-list {
    margin: -5px -10px;
}

.header-company-info-list li {
    padding: 5px 10px;
    position: relative;
}

.header-company-info-list li::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 1px;
    height: 15px;
    background-color: #ffffff6e;
    transform: translateY(-50%);
}

.header-company-info-list li:last-child::after {
    display: none;
}

.header-company-info-list li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
}

.header-company-info-list li a:hover {
    color: #0087FF;
}

.header-company-info-list li a i {
    font-size: 20px;
    padding-right: 6px;
}

.header-action-list {
    margin: 0 -15px;
}
.header-action-list li {
    padding: 0 15px;
    position: relative;
}
.header-action-list li::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 1px;
    height: 15px;
    margin-top: -7px;
    background-color: #ffffff;
}
.header-action-list li:first-child::after {
    display: none;
}
.header-action-list a {
    color: #ffffff;
}
.header-action-list a:hover {
    color: #0087FF;
}

@media (max-width: 1199px) {
    .navbar-collapse {
        background-color: #001d4a;
        padding: 0 30px 20px 30px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        max-height: 320px;
        overflow: auto;
    }
}

.navbar-toggler {
    padding: 0;
    border: none;
}

.navbar-toggler:focus {
    outline: none;
}

.menu-toggle {
    margin: 10px 0;
    position: relative;
    display: block;
    width: 35px;
    height: 20px;
    cursor: pointer;
    background: transparent;
    border-top: 2px solid;
    border-bottom: 2px solid;
    color: #ffffff;
    font-size: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .menu-toggle {
        color: #ffffff;
    }
}

.menu-toggle:before, .menu-toggle:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    -moz-transition: -webkit-transform 0.25s ease-in-out;
    -ms-transition: -webkit-transform 0.25s ease-in-out;
}

@media (max-width: 1199px) {
    .menu-toggle:before, .menu-toggle:after {
        background-color: #ffffff;
    }
}

span.is-active {
    border-color: transparent;
}

span.is-active:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

span.is-active:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

span.menu-toggle:hover {
    color: #ffffff;
}

@media (max-width: 1199px) {
    span.menu-toggle:hover {
        color: #ffffff;
    }
}

span.is-active {
    border-color: transparent;
}

span.is-active:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

span.is-active:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* header end */
/* hero css start */
.hero {
    padding-top: 320px;
    padding-bottom: 250px;
    position: relative;
    background-attachment: fixed;
}

@media (max-width: 1280px) {
    .hero {
        padding-top: 250px;
        padding-bottom: 170px;
    }
}

@media (max-width: 575px) {
    .hero {
        padding-top: 220px;
        padding-bottom: 110px;
    }
}

.hero::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #062c4e;
    opacity: 0.75;
}

.hero__content p {
    width: 85%;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    font-size: 18px;
}

@media (max-width: 767px) {
    .hero__content p {
        width: 100%;
        font-size: 16px;
    }
}

.hero__title {
    font-size: 72px;
    color: #ffffff;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .hero__title {
        font-size: 56px;
    }
}

@media (max-width: 767px) {
    .hero__title {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .hero__title {
        font-size: 44px;
    }
}

.hero__top-title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Exo", sans-serif;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .hero__top-title {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .hero__top-title {
        font-size: 16px;
    }
}
.hero__subtitle {
    color: #ffffff;
    text-transform: capitalize;
}
@media (max-width: 1199px) {
   .hero__subtitle {
        font-size: 20px;
    } 
}
@media (max-width: 767px) {
   .hero__subtitle {
        font-size: 18px;
    } 
}

/* hero css end */
/* inner hero css start */
.inner-hero {
    position: relative;
    padding-top: 220px;
    padding-bottom: 100px;
}

.inner-hero::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.65;
}

.inner-hero__title {
    color: #ffffff;
}

/* inner hero css end */
/* service section css start */
.left-shape, .right-shape {
    position: absolute;
}

.left-shape {
    left: 0;
    bottom: 0;
}

.left-shape img {
    filter: grayscale(0);
    opacity: 0.1;
}

.right-shape {
    top: 0;
    right: 0;
}

.right-shape img {
    filter: grayscale(0);
    opacity: 0.1;
}

.service-wrapper [class*="col"]:nth-child(1) {
    order: 1;
    -webkit-transform: translateY(130px);
    -ms-transform: translateY(130px);
    transform: translateY(130px);
}

.service-wrapper [class*="col"]:nth-child(2) {
    order: 2;
}

.service-wrapper [class*="col"]:nth-child(3) {
    order: 3;
    -webkit-transform: translateY(130px);
    -ms-transform: translateY(130px);
    transform: translateY(130px);
}

.service-wrapper [class*="col"]:nth-child(4) {
    order: 5;
    -webkit-transform: translateY(-130px);
    -ms-transform: translateY(-130px);
    transform: translateY(-130px);
}

.service-wrapper [class*="col"]:nth-child(5) {
    order: 6;
}

.service-wrapper [class*="col"]:nth-child(6) {
    order: 7;
    -webkit-transform: translateY(-130px);
    -ms-transform: translateY(-130px);
    transform: translateY(-130px);
}

.service-wrapper [class*="col"]:nth-child(7) {
    order: 4;
}

.service-wrapper.style--two [class*="col"]:nth-child(1) {
    order: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.service-wrapper.style--two [class*="col"]:nth-child(2) {
    order: 2;
    margin-top: 120px;
}

@media (max-width: 991px) {
    .service-wrapper.style--two [class*="col"]:nth-child(2) {
        margin-top: 30px;
    }
}

.service-wrapper.style--two [class*="col"]:nth-child(3) {
    order: 3;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

@media (max-width: 991px) {
    .service-wrapper.style--two [class*="col"]:nth-child(3) {
        margin-top: 30px;
    }
}

.service-wrapper.style--two [class*="col"]:nth-child(4) {
    order: 5;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    margin-top: 50px;
}

@media (max-width: 991px) {
    .service-wrapper.style--two [class*="col"]:nth-child(4) {
        margin-top: 30px;
    }
}

.service-wrapper.style--two [class*="col"]:nth-child(5) {
    order: 6;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .service-wrapper.style--two [class*="col"]:nth-child(5) {
        margin-top: 30px;
    }
}

.service-wrapper.style--two [class*="col"]:nth-child(6) {
    order: 7;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    margin-top: 50px;
}

@media (max-width: 991px) {
    .service-wrapper.style--two [class*="col"]:nth-child(6) {
        margin-top: 30px;
    }
}

.service-wrapper.style--two [class*="col"]:nth-child(7) {
    order: -1;
    margin-bottom: -95px;
}

@media (max-width: 991px) {
    .service-wrapper.style--two [class*="col"]:nth-child(7) {
        margin-bottom: 0;
    }
}

.service-card {
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.service-thumb {
    width: 370px;
    height: 370px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 50px auto;
    position: relative;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

.service-thumb::before {
    position: absolute;
    content: '';
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #0087FF;
    opacity: 0.56;
}

.service-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.service-thumb .video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75px;
    height: 75px;
    margin-top: -30px;
    margin-left: -37px;
    font-size: 22px;
}

.service-thumb.style--two {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 50px auto;
    position: relative;
    padding: 5px;
    background-color: transparent;
    box-shadow: none;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .service-thumb.style--two {
        height: 175px;
    }
}

.service-thumb.style--two::before {
    position: absolute;
    content: '';
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #000000;
    opacity: 0.56;
    display: none;
}

.service-thumb.style--two img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.service-thumb.style--two .video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85px;
    height: 85px;
    margin-top: -30px;
    margin-left: -37px;
    font-size: 22px;
}

/* service section css end */

/* service details section css start */
.service-details-content p + p {
    margin-top: 20px;
}
.service-details-thumb {
    height: 100%;
}
.service-details-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.expert-card {
    padding: 0 30px 30px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background-color: #062c4e;
    height: 100%;
    transition: all 0.3s;
}
.expert-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    transform: translateY(-5px);
}
.expert-card .icon {
    width: 75px;
    height: 75px;
    border: 3px solid #f9f9f9;
    background-color: #062c4e;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 32px;
    margin-bottom: 25px;
    margin-top: -35px;
    margin-left: auto;
    margin-right: auto;
}
.expert-card:hover .icon {
    animation: zoomIn 0.5s linear;
}
.expert-card .content {
    text-align: center;
}
.expert-card .content .title {
    margin-bottom: 10px;
    color: #ffffff;
}
.expert-card .content p {
    color: #ffffff90;
}
/* service details section css end */

/* about section css start */
.about-content p + p {
    margin-top: 20px;
}

.about-thumb {
    position: relative;
}

.about-thumb .video-button {
    position: absolute;
    top: 70%;
    left: 50%;
    margin-left: -52px;
    margin-top: -52px;
}

.counter-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mission-thumb {
    height: 100%;
}
.mission-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}
.mission-content p + p {
    margin-top: 20px;
}

.counter-card__icon {
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

@media (max-width: 1199px) {
    .counter-card__icon {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 575px) {
    .counter-card__icon {
        margin: auto;
    }
}

@media (max-width: 380px) {
    .counter-card__icon {
        width: 45px;
        height: 45px;
    }
}

.counter-card__content {
    width: calc(100% - 70px);
    padding-left: 25px;
}

@media (max-width: 1199px) {
    .counter-card__content {
        width: calc(100% - 60px);
        padding-left: 20px;
    }
}

@media (max-width: 575px) {
    .counter-card__content {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        padding-left: 0;
    }
}

.counter-card__content .counter {
    line-height: 1;
    font-size: 32px;
    font-family: "Exo", sans-serif;
    font-weight: 700;
    color: #363636;
}

@media (max-width: 1199px) {
    .counter-card__content .counter {
        font-size: 28px;
    }
}

@media (max-width: 380px) {
    .counter-card__content .counter {
        font-size: 20px;
    }
}

.counter-card__content .title {
    margin-top: 7px;
    font-weight: 400;
    font-size: 16px;
}

@media (max-width: 1199px) {
    .counter-card__content .title {
        font-size: 14px;
    }
}

.single-story {
    padding: 30px;
    border: 1px solid #e5e5e5;
    background-color: aliceblue;
}
.single-story + .single-story {
    margin-top: 50px;
}
.single-story:nth-child(even) .content-wrapper {
    order: -1;
    padding-left: 0;
    padding-right: 30px;
}
.single-story .number-wrapper {
    width: 15%;
    /*border-right: 1px solid #e5e5e5;*/
    text-align: center;
}
.single-story .content-wrapper {
    width: 85%;
    padding-left: 30px;
}
@media (max-width: 991px) {
    .single-story .number-wrapper {
        width: 20%;
    }
    .single-story .content-wrapper {
        width: 80%;
    }
}
@media (max-width: 767px) {
    .single-story .number-wrapper {
        width: 30%;
    }
    .single-story .content-wrapper {
        width: 70%;
    }
}
@media (max-width: 575px) {
    .single-story .number-wrapper {
        width: 110px;
    }
    .single-story:nth-child(even) .content-wrapper {
        order: 1;
    }
    .single-story .content-wrapper {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
}
@media (max-width: 480px) {
    .single-story .number-wrapper .story-number {
        font-size: 48px;
    }
}
.single-story .number-wrapper .story-number {
    font-weight: 700;
    font-size: 66px;
    background-color: #062c4e;
    color: #ffffff;
    padding: 25px 15px;
}

.single-story .content-wrapper .date-title {
    margin-bottom: 15px;
}
.single-story .content-wrapper p + p {
    margin-top: 15px;
}
/* about section css end */
/* client section css start */
.client-item {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-item img {
    display: inline-block;
    height: 70px;
}

.client-slider .slick-arrow {
    position: absolute;
    top: 0;
    height: 100%;
    width: 40px;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    cursor: pointer;
    font-size: 24px;
}

.client-slider .slick-arrow:hover {
    background-color: #0087FF;
    color: #ffffff;
}

.client-slider .slick-arrow.prev {
    left: -40px;
}

@media (max-width: 1500px) {
    .client-slider .slick-arrow.prev {
        left: 0;
    }
}

.client-slider .slick-arrow.next {
    right: -40px;
}

@media (max-width: 1500px) {
    .client-slider .slick-arrow.next {
        right: 0;
    }
}

.client-slider.style--two .slick-arrow {
    display: none !important;
}

/* client section css end */
/* work proccess css start */
.feature-thumb img {
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.process-item:nth-child(odd) .process-item__content {
    order: -1;
    padding-left: 15px;
    padding-right: 50px;
}

@media (max-width: 991px) {
    .process-item:nth-child(odd) .process-item__content {
        order: 0;
        padding-right: 0;
    }
}

.process-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.process-item__content {
    padding-left: 50px;
}

@media (max-width: 991px) {
    .process-item__content {
        padding-left: 15px;
        margin-top: 45px;
    }
}

.process-item .step-number {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-color: #0087FF;
    margin-bottom: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
}

.process-item .step-number::before {
    position: absolute;
    content: '';
    top: -7px;
    left: -7px;
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    background-color: rgba(0, 135, 255, 0.35);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.process-item + .process-item {
    margin-top: 80px;
}

.benefits-card {
    padding: 30px;
    border: 1px solid rgba(133, 153, 171, 0.2);
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.benefits-card:hover {
    box-shadow: 0 10px 25px 2px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.benefits-card i {
    font-size: 24px;
    margin-bottom: 30px;
}

.benefits-card i.las {
    font-size: 32px;
}

/* work proccess css end */
/* campaign section css start */
.campaign-card {
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    padding: 30px 30px;
    height: 100%;
    position: relative;
}

.campaign-card:hover .overlay--icon {
    font-size: 56px;
}

.campaign-card .overlay--icon {
    position: absolute;
    line-height: 1;
    color: rgba(255, 255, 255, 0.13);
    font-size: 85px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.campaign-card.text-white p, .campaign-card.text-white li {
    color: rgba(255, 255, 255, 0.9);
}

.campaign-card.text-white .campaign-price {
    color: #ffffff;
}

.campaign-card__icon {
    font-size: 56px;
    line-height: 1;
    margin-bottom: 30px;
}

.campaign-card .campaign-price {
    font-size: 32px;
}

.campaign-card .campaign-price small {
    font-size: 45%;
}

.campaign-card p {
    font-size: 14px;
}

.campaign-card .campaign-feature-list {
    text-align: left;
}

.campaign-card .campaign-feature-list li {
    padding: 15px 0;
    font-size: 14px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.45);
}

/* campaign section css end */
/* low cost service css start */
.service-card-two {
    height: 100%;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* low cost service css end */
/* work proccess section css start */
.work-proccess-wrapper {
    padding: 50px 0;
    background-color: #ffffff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.work-single {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px;
}

@media (max-width: 767px) {
    .work-single {
        padding: 50px 30px;
    }
}

.work-single__thumb {
    width: 40%;
}

@media (max-width: 991px) {
    .work-single__thumb {
        width: 100%;
        text-align: center;
    }
}

.work-single__content-wrapper {
    width: 55%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .work-single__content-wrapper {
        width: 100%;
        margin-top: 50px;
    }
}

.work-single__number {
    width: 65px;
    height: 65px;
    background-color: #000000;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-weight: 700;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.work-single__content {
    width: calc(100% - 65px);
    padding-left: 30px;
}

@media (max-width: 991px) {
    .work-single__content {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
}

.work-single:nth-child(odd) .work-single__content-wrapper {
    order: -1;
}

@media (max-width: 991px) {
    .work-single:nth-child(odd) .work-single__content-wrapper {
        order: 1;
    }
}

.work-proccess-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 200px 0;
}

@media (max-width: 1360px) and (min-width: 1200px) {
    .work-proccess-area {
        margin: 250px 0;
    }
}

@media (max-width: 1199px) {
    .work-proccess-area {
        justify-content: center;
        margin-bottom: 0;
    }
}

.work-proccess-card {
    width: calc((100% / 7) - 23px);
    height: 100%;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .work-proccess-card {
        width: calc((100% / 4));
        margin-bottom: 45px;
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .work-proccess-card {
        width: calc((100% / 3));
    }
}

@media (max-width: 767px) {
    .work-proccess-card {
        width: calc((100% / 2));
    }
}

@media (max-width: 460px) {
    .work-proccess-card {
        width: 100%;
        padding: 0 90px;
    }
}

@media (max-width: 390px) {
    .work-proccess-card {
        padding: 0 70px;
    }
}

@media (max-width: 360px) {
    .work-proccess-card {
        padding: 0 60px;
    }
}

@media (max-width: 320px) {
    .work-proccess-card {
        padding: 0 40px;
    }
}

.work-proccess-card::before {
    position: absolute;
    content: '';
    top: -16px;
    left: -16px;
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    background-color: transparent;
    z-index: -1;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    border: 5px dashed #b7b7b7;
}

@media (max-width: 1199px) {
    .work-proccess-card::before {
        display: none;
    }
}

.work-proccess-card::after {
    position: absolute;
    content: '';
    bottom: -18px;
    left: -11px;
    width: calc(100% + 32px);
    height: calc(50% + 16px);
    background-color: #f9f9f9;
    z-index: -1;
    transform: rotate(9deg);
}

@media (max-width: 1199px) {
    .work-proccess-card::after {
        display: none;
    }
}

.work-proccess-card .open-message-box {
    position: absolute;
    bottom: -17px;
    left: 50%;
    width: 35px;
    height: 35px;
    margin-left: -17px;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 99;
    font-size: 20px;
    display: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.work-proccess-card .open-message-box i {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.work-proccess-card .open-message-box.active {
    background-color: #000000;
    color: #ffffff;
}

.work-proccess-card .open-message-box.active i {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 1199px) {
    .work-proccess-card .open-message-box {
        display: block;
    }
}

.work-proccess-card__inner {
    position: relative;
    padding: 45px 15px;
    background-color: #ffffff;
    z-index: 9;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.work-proccess-card__icon {
    width: 95px;
    height: 95px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.work-proccess-card__icon i {
    font-size: 36px;
}

.work-proccess-card__content {
    padding: 0 15px;
}

.work-proccess-card__content .step-number {
    text-align: center;
    font-family: "Exo", sans-serif;
    color: #363636;
    font-size: 32px;
    font-weight: 700;
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    line-height: 1;
}

.work-proccess-card__content .title {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 1360px) and (min-width: 1200px) {
    .work-proccess-card__content .title {
        font-size: 16px;
    }
}

.work-proccess-card__message {
    position: absolute;
    bottom: 112%;
    left: 0;
    width: 300px;
    padding: 20px;
    background-color: #ffffff;
    z-index: 99;
    border: 1px dashed #e5e5e5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

@media (max-width: 1199px) {
    .work-proccess-card__message.active {
        display: block;
        opacity: 1;
        visibility: visible !important;
    }
}

@media (max-width: 1359px) and (min-width: 1200px) {
    .work-proccess-card__message {
        width: 250px;
    }
}

@media (max-width: 1199px) {
    .work-proccess-card__message {
        display: none;
        opacity: 0;
        visibility: hidden;
        animation: none !important;
        width: 235px;
    }
}

@media (max-width: 460px) {
    .work-proccess-card__message {
        bottom: 107%;
        left: 50% !important;
        margin-left: -117px;
    }
}

.work-proccess-card__message::after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 70px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-left: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 1199px) {
    .work-proccess-card__message::after {
        left: 50%;
        margin-left: -10px;
    }
}

@media (max-width: 1199px) {
    .work-proccess-card__message p {
        font-size: 14px;
    }
}

.work-proccess-card:nth-child(1)::after {
    left: -16px;
    transform: rotate(0);
}

@media (max-width: 1640px) and (min-width: 1200px) {
    .work-proccess-card:nth-child(odd):not(:nth-child(1)) .work-proccess-card__message::after {
        left: 47%;
    }
}

@media (max-width: 1640px) and (min-width: 1200px) {
    .work-proccess-card:nth-child(odd):not(:nth-child(1)) .work-proccess-card__message {
        left: -40%;
    }
}

@media (max-width: 1640px) and (min-width: 1200px) {
    .work-proccess-card:nth-child(7) .work-proccess-card__message::after {
        left: auto !important;
        right: 24%;
    }
}

@media (max-width: 1640px) and (min-width: 1200px) {
    .work-proccess-card:nth-child(7) .work-proccess-card__message {
        left: auto !important;
        right: 0;
    }
}

.work-proccess-card:nth-child(even)::after {
    top: -18px;
    bottom: auto;
    left: -11px;
    transform: rotate(-7deg);
}

.work-proccess-card:nth-child(even) .work-proccess-card__message {
    bottom: auto;
    top: 112%;
}

@media (max-width: 1199px) {
    .work-proccess-card:nth-child(even) .work-proccess-card__message {
        bottom: 112%;
        top: auto;
    }
}

.work-proccess-card:nth-child(even) .work-proccess-card__message::after {
    bottom: auto;
    top: -10px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

@media (max-width: 1199px) {
    .work-proccess-card:nth-child(even) .work-proccess-card__message::after {
        top: auto;
        bottom: -10px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

/* work proccess section css end */
/* why us section css start */
.choose-card {
    text-align: center;
    position: relative;
}

.choose-card:hover .choose-card__icon {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.choose-card__icon {
    width: 95px;
    height: 95px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.choose-card__content {
    margin-top: 25px;
}

.choose-card__divider {
    position: absolute;
    top: 32%;
    left: 125px;
    width: calc(100% - 115px);
    height: 1px;
    background-image: linear-gradient(90deg, #1893f0, #1893f0 40%, transparent 40%, transparent 100%);
    background-size: 12px 1px;
    z-index: -1;
    transition: all 0.7s;
    animation: slides 5s linear infinite;
}

@media (max-width: 991px) {
    .choose-card__divider {
        display: none;
    }
}

.choose-card__divider::after {
    content: '\f061';
    font-family: 'Line Awesome Free';
    color: #1893f0;
    font-weight: 600;
    position: absolute;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    transition: all 0.7s;
}

@-webkit-keyframes slides {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-moz-keyframes slides {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-ms-keyframes slides {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes slides {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

/* why us section css end */
/* digital items section css start */
.digital-item {
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    height: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.digital-item:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.digital-item__thumb {
    width: 100%;
}
.digital-item__content {
    padding: 20px;
    display: flex;
    width: 100%;
}

.digital-item__content .item-name {
    font-size: 16px;
}

.digital-item__meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}

.digital-item__meta .left {
    width: 40%;
}

.digital-item__meta .right {
    width: 60%;
}

.digital-item__meta .action-list {
    justify-content: flex-end;
}

.digital-item__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
}

.digital-item__bottom .left {
    width: 50%;
}

.digital-item__bottom .left .category-name {
    font-size: 13px;
    color: #6f6f6f;
    font-weight: 700;
}

.digital-item__bottom .left .category-name img {
    max-height: 30px;
}

.digital-item__bottom .right {
    width: 50%;
    text-align: right;
}

.digital-item__bottom .right .price {
    font-size: 20px;
    font-family: "Exo", sans-serif;
    font-weight: 600;
    color: #363636;
}

.ratings {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ratings li {
    font-size: 14px;
    color: #FEC42D;
}

.action-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}

.action-list li {
    margin: 5px;
}

.action-list li a {
    color: #6f6f6f;
    width: 30px;
    height: 25px;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.action-list li a:hover {
    background-color: #0087FF;
    color: #ffffff;
    border-color: #0087FF;
}

/* digital items section css end */
/* product details section css start */
.product-details-title {
    font-size: 28px;
}
.product-thumb-slider-area .product-details-thumb-slider {
    background-color: #fafafa;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.product-thumb-slider-area .product-details-thumb-slider .slick-list {
    width: 100%;
}
.product-thumb-slider-area .product-details-thumb-slider .single-slide {
    text-align: center;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.product-thumb-slider-area .product-details-thumb-slider .single-slide img {
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 100%;
}

.product-thumb-slider-area .product-details-slider-nav {
    margin-top: 50px;
}

.product-thumb-slider-area .product-details-slider-nav .slick-list {
    margin: -15px;
}

.product-thumb-slider-area .product-details-slider-nav .single-nav {
    background-color: #fafafa;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.product-thumb-slider-area .product-details-slider-nav .single-nav img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.product-thumb-slider-area .product-details-slider-nav .slick-arrow {
    position: absolute;
    cursor: pointer;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-top: -22px;
    font-size: 22px;
}

.product-thumb-slider-area .product-details-slider-nav .slick-arrow.prev {
    top: 50%;
    left: 0;
    z-index: 1;
}

.product-thumb-slider-area .product-details-slider-nav .slick-arrow.next {
    top: 50%;
    right: 0;
    text-align: right;
}

.product-details-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.product-details-meta .left {
    width: 50%;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .product-details-meta .left {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .product-details-meta .left {
        width: 100%;
    }
}

.product-details-meta .right {
    width: 50%;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .product-details-meta .right {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .product-details-meta .right {
        width: 100%;
        margin-top: 20px;
    }
}

.socail-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.socail-list li {
    margin: 5px 8px;
}

.socail-list li.caption {
    font-weight: 600;
}

.socail-list li a {
    width: 40px;
    height: 40px;
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6f6f6f;
    font-size: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.socail-list li a:hover {
    background-color: #0087FF;
    color: #ffffff;
    border-color: #0087FF;
}

.product-details-meta.style--two {
    margin: -5px -10px;
}

.product-details-meta.style--two li {
    margin: 5px 10px;
}

.product-details-meta.style--two li a {
    font-size: 14px;
    color: #6f6f6f;
}

.product-details-meta.style--two li a:hover {
    color: #0087FF;
}

.product-details-meta.style--two .ratings {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.product-details-meta.style--two .ratings i {
    color: #FFAB00;
}

.product-details-meta.style--two .ratings .rating-amount {
    padding-left: 5px;
}

.product-details-meta.style--two .ratings .rating-amount::before {
    content: '(';
}

.product-details-meta.style--two .ratings .rating-amount::after {
    content: ')';
}

.single-review + .single-review {
    margin-top: 20px;
}

.single-review {
    padding: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.single-review:nth-child(odd) {
    background-color: #f7f7f7;
}

.single-review__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.single-review__top .left {
    width: calc(100% - 100px);
}

.single-review__top .right {
    width: 100px;
}

.single-review__top .ratings i {
    color: #FFAB00;
}

.single-review .author-name {
    font-size: 16px;
}

.single-review .time {
    font-size: 14px;
    font-style: italic;
}

.single-review p {
    font-size: 15px;
}

.single-comment + .single-comment {
    margin-top: 20px;
}

.single-comment {
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.single-comment .author-name {
    font-size: 16px;
}

.single-comment .time {
    font-size: 14px;
    font-style: italic;
}

.single-comment p {
    font-size: 15px;
}

.single-comment .author-reply {
    padding: 15px;
    background-color: #f7f7f7;
    margin-top: 15px;
}

.custom-arrow .slick-arrow {
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 1;
}

.custom-arrow .slick-arrow.prev {
    left: -15px;
}

.custom-arrow .slick-arrow.next {
    right: -15px;
}

/* product details section css end */
/* testimonial section css start */
.testimonial-card {
    text-align: center;
}

.testimonial-card .content {
    padding: 15px 60px;
    position: relative;
}

@media (max-width: 575px) {
    .testimonial-card .content {
        padding: 15px 30px;
    }
}

.testimonial-card .content::before, .testimonial-card .content::after {
    position: absolute;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 52px;
    line-height: 1;
}

@media (max-width: 575px) {
    .testimonial-card .content::before, .testimonial-card .content::after {
        font-size: 32px;
    }
}

.testimonial-card .content::before {
    content: "\f10d";
    left: 0;
    top: 0;
}

.testimonial-card .content::after {
    content: "\f10e";
    right: 0;
    bottom: 0;
}

.testimonial-card .content p {
    font-size: 18px;
}

@media (max-width: 575px) {
    .testimonial-card .content p {
        font-size: 16px;
    }
}

.testimonial-card .client-info .thumb {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 3px solid #ffffff;
}

.testimonial-card .client-info .thumb img {
    width: inherit;
    height: inherit;
}

.testimonial-card .client-info .designation {
    font-size: 14px;
    margin-top: 10px;
}

/* testimonial section css end */
/* blog section css start */
.post-card {
    background-color: rgba(0, 135, 255, 0.05);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    height: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.post-card:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.post-card__thumb {
    max-height: 250px;
    overflow: hidden;
}

.post-card__content {
    padding: 30px;
}

.post-card__content .date {
    font-size: 15px;
    color: #6f6f6f;
}

.post-card__content .date:hover {
    color: #0087FF;
}

/* blog section css end */
/* blog-details-section css start */
.blog-details__thumb {
    position: relative;
    max-height: 500px;
    overflow: hidden;
}

.blog-details__thumb img {
    width: 100%;
}

.blog-details__thumb .post__date {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    text-align: center;
}

.blog-details__thumb .post__date .date {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    background-color: #0087FF;
    padding: 10px 5px;
    width: 100%;
    line-height: 1;
}

.blog-details__thumb .post__date .month {
    background-color: #ffffff;
    text-transform: uppercase;
    padding: 4px 5px;
    width: 100%;
    line-height: 1;
    font-size: 18px;
}

.blog-details__content {
    margin-top: 30px;
}

.blog-details__content p {
    margin-top: 20px;
}

.blog-details__content .blog-details__title {
    font-size: 24px;
}

.blog-details__content blockquote {
    margin-top: 30px;
    margin-bottom: 0;
}

blockquote {
    font-size: 18px;
    color: #6f6f6f;
    font-style: italic;
    text-align: center;
    padding: 50px 60px;
    background-color: #f6f9fa;
}

@media (max-width: 575px) {
    blockquote {
        padding: 30px 40px;
        font-size: 16px;
    }
}

.blog-details__footer {
    text-align: center;
    padding: 50px 0;
    border-bottom: 1px solid #e5e5e5;
}

.blog-details__footer .caption {
    font-size: 24px;
    margin-bottom: 20px;
}

.blog-details__footer .social__links {
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-details__footer .social__links li a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #363636;
}

.blog-details__footer .social__links li a:hover {
    background-color: #0087FF;
    color: #ffffff;
}

.comments-area {
    margin-top: 100px;
    margin-right: 30px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.comments-area .title {
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 24px;
}

.comments-list .single-comment {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    border: none;
}

.comments-list .single-comment:first-child {
    padding-top: 0;
}

.comments-list .single-comment:last-child {
    padding-bottom: 0;
}

.comments-list .single-comment__thumb {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.comments-list .single-comment__content {
    width: calc(100% - 100px);
    padding-left: 20px;
}

@media (max-width: 480px) {
    .comments-list .single-comment__content {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
}

.comments-list .single-comment__content .name {
    text-transform: capitalize;
}

.comments-list .single-comment__content .date {
    font-size: 14px;
    font-style: italic;
}

.comments-list .single-comment__content p {
    margin-top: 5px;
}

.reply-btn {
    width: 28px;
    height: 28px;
    background-color: #f7f5fb;
    color: #0087FF;
    text-align: center;
    line-height: 28px;
    font-size: 13px;
    float: right;
    margin-top: -30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.reply-btn:hover {
    background-color: #0087FF;
    color: #ffffff;
}

.reply-btn i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.comment-form-area {
    margin-top: 70px;
    margin-right: 30px;
}

.comment-form-area .title {
    font-size: 24px;
    margin-bottom: 20px;
}

/* blog-details-section css end */
/* account area css start */
.work-with__single {
    background-color: #000000;
}

.work-with__single img {
    width: 100%;
}

.account-area {
    padding: 50px;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

@media (max-width: 575px) {
    .account-area {
        padding: 30px;
    }
}

.account-area[class*="bg"]:not(.bg-white) label {
    color: #ffffff;
}

.account-area[class*="bg"]:not(.bg-white) .form-control {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

.account-area[class*="bg"]:not(.bg-white) .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.75);
}

.account-area[class*="bg"]:not(.bg-white) .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.75);
}

.account-area[class*="bg"]:not(.bg-white) .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.75);
}

.account-area[class*="bg"]:not(.bg-white) .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.75);
}

.account-wrapper {
    background-color: #ffffff;
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 110px 0;
}

.account-wrapper .left {
    width: 50%;
    position: relative;
    z-index: 1;
    padding: 50px 100px;
}
@media (max-width: 1199px) {
    .account-wrapper .left {
        padding: 50px;
    }
}

.account-wrapper .right {
    width: 50%;
    padding: 50px;
}

@media (max-width: 767px) {
    .account-wrapper .left,
    .account-wrapper .right {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .account-wrapper .left,
    .account-wrapper .right {
        padding: 30px;
    }
}

.circle-shape--style {
    position: relative;
    z-index: 1;
}

.circle-shape--style::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: linear-gradient(90deg, #0087FF 12px, transparent 1%) center, linear-gradient(#0087FF 12px, transparent 1%) center, #ffffff;
    background-size: 15px 15px;
    z-index: -1;
}

.circle-shape--style::after {
    position: absolute;
    content: '';
    bottom: -45px;
    right: -55px;
    width: 200px;
    height: 200px;
    border: 15px solid #ffffff;
    opacity: 0.15;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.account-section {
    min-height: 100vh;
    position: relative;
    padding-top: 130px;
}

.account-section::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #005fb3;
    opacity: 0.35;
}

.divider-two {
    height: 3px;
    position: relative;
    margin-top: 10px;
}

.divider-two::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background-color: #0087FF;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.divider-two::after {
    position: absolute;
    content: '';
    top: 0;
    left: 48px;
    width: 50px;
    height: 100%;
    background-color: #dddddd;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.custom-field {
    background-color: transparent;
    position: relative;
    z-index: 2;
    padding-left: 55px;
    min-height: 60px;
}

.custom-field:focus {
    z-index: 2;
    box-shadow: none;
}

.custom-field ~ label {
    position: absolute;
    top: 24px;
    left: 65px;
    line-height: 1;
    background-color: #ffffff;
    z-index: 1;
    padding: 0 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-field:focus ~ label,
.custom-field.hascontent ~ label {
    top: -6px;
    z-index: 3;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.45);
}

.custom-field ~ i {
    position: absolute;
    top: 12px;
    left: 24px;
    font-size: 20px;
    z-index: 3;
    width: 35px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0087ff1c;
    color: #0087FF;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.custom-field:focus ~ i,
.custom-field.hascontent ~ i {
    background-color: #0087FF;
    color: #ffffff;
}

.custom-field[readonly] {
    background-color: #E8F0FE;
}
.custom-field[readonly] ~ i {
    background-color: #0087FF;
    color: #ffffff;
}
.country-code .form-control {
    border-radius: 3px !important;
}
.country-code .custom-field ~ i {
    left: 188px;
}
.country-code .custom-field ~ label {
    left: 228px;
}

@media (max-width: 480px) {
    .style--phone-number .input-group-text {
        width: 100%
    }
}
/* account area css end */


/* faq section css start */

.cmn-accordion .card + .card {
    margin-top: 15px;
}.cmn-accordion .card {
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}.cmn-accordion .card-header {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0 !important;
    border: none;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}.cmn-accordion .card-header .btn {
    background-color: #ffffff;
    padding: 20px 20px;
    display: inline-flex;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    align-items: center;
    position: relative;
    z-index: 1;
}.cmn-accordion .card-header .btn::before {
    position: absolute;
    content: '';
    top: -1px;
    left: -1px;
    width: 50px;
    height: calc(100% + 2px);
    background-color: #0087FF;
    z-index: -1;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
}.cmn-accordion .card-header .btn:hover, .cmn-accordion .card-header .btn:focus {
    text-decoration: none;
    box-shadow: none;
}.cmn-accordion .card-header .btn[aria-expanded="true"] {
    border-bottom: 1px solid #0087FF;
    background-color: rgba(0, 135, 255, 0.08);
}.cmn-accordion .card-header .btn[aria-expanded="true"] i::before {
    content: "\f068";
}.cmn-accordion .card-header .btn[aria-expanded="false"] i::before {
    content: "\f067";
}.cmn-accordion .card-header .btn i {
    color: #363636;
    font-size: 24px;
    color: #ffffff;
    -webkit-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    transform: translateX(-4px);
}.cmn-accordion .card-header .btn span {
    color: #363636;
    font-size: 18px;
    padding-left: 15px;
}@media (max-width: 767px) {
    .cmn-accordion .card-header .btn span {
        font-size: 16px;
    }
}.cmn-accordion .card-body {
    border-top: 1px solid #e5e5e5;
    padding: 20px 30px;
}

/* faq section css end */


/* registration-section css start */
.registration-section {
    padding-top: 132px;
    position: relative;
    min-height: 100vh;
}

.registration-section::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 132px;
    background-color: #001d4a;
}

.registration-wrapper {
    margin: 120px 0;
}
@media (max-width: 991px) {
    .registration-form-area {
        padding: 30px;
        background-color: #ffffff;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    }
}
.style--phone-number {
    position: relative;
}
.style--phone-number .country-code-label {
    position: absolute;
    padding: 0 5px;
    top: -10px;
    left: 35px;
    background-color: #ffffff;
    z-index: 3;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.45);
    display: none;
}
@media (max-width: 480px) {
    .input-group-prepend.style--phone-number {
        width: 100%;
    }
    .input-group-prepend.style--phone-number ~ .form-control {
        margin-top: 15px;
    }
    .country-code .custom-field ~ i {
        left: 9px !important;
        top: 85px !important;
    }
    .country-code .custom-field ~ label {
        left: 48px !important;
        top: 97px !important;
    }
    .country-code .custom-field:focus ~ label,
    .country-code .custom-field.hascontent ~ label {
        top: 69px !important;
    }
    .style--phone-number .country-code-label {
        display: block;
    }
    .registration-form-area {
        padding: 0;
        box-shadow: none;
    }
}
/* registration-section css end */
/* contact section css start */
.contact-form {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e5e5;
}

/* contact section css end */
/* dashboard section css start */
.d-widget {
    padding: 20px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.d-widget i {
    float: right;
    font-size: 105px;
    margin-right: -39px;
    margin-top: -28px;
    opacity: 0.252
}

.d-widget.bg-1 {
    background-color: #4065E0;
}

.d-widget.bg-2 {
    background-color: #4CAFE3;
}

.d-widget.bg-3 {
    background-color: #7367f0;
}

.d-widget.bg-4 {
    background-color: #342ead;
}

.d-widget.bg-5 {
    background-color: #0087FF;
}

.d-widget.bg-6 {
    background-color: #873df1;
}

.d-widget.bg-7 {
    background-color: #269cfd;
}

.d-widget.bg-8 {
    background-color: #333546;
}
.d-widget-style--two {
    padding-right: 88px;
    position: relative;
}
.d-widget-style--two::before {
    position: absolute;
    content: '';
    bottom: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    opacity: 0.05;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.05);
}

.d-widget-style--two::after {
    position: absolute;
    content: '';
    bottom: -35px;
    right: -55px;
    width: 150px;
    height: 150px;
    background-color: #ffffff;
    opacity: 0.1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.d-widget-style--two i {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 40px;
    opacity: 0.5;
    margin-top: 0;
    margin-right: 0
}
.d-widget-style--two .view-btn {
    position: absolute;
    top: 63px;
    right: 25px;
    z-index: 2;
}
/* dashboard section css end */
/* offer section css start */
.offer-card {
    padding: 30px;
    background-color: #ffffff;
    border: 4px solid #e5e5e5;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.offer-card:hover, .offer-card.active {
    border-color: #0087FF;
}

.offer-card .popular-offer {
    background-color: #0087FF;
    color: #ffffff;
    margin-bottom: 30px;
    margin-top: -30px;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
}

.offer-card .bonus {
    font-size: 20px;
    color: #0087FF;
}

.offer-card .price {
    font-family: "Exo", sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #000000;
}

.offer-card .bottom-text {
    font-size: 16px;
    color: #000000;
}

.offer-card ul {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.offer-card ul li {
    font-size: 15px;
}

/* offer section css end */
/* sidebar css start */
.search-from .custom-input-field {
    position: relative;
}

.search-from .custom-input-field input {
    width: 100%;
    height: 60px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.search-from .custom-input-field input:focus {
    border-color: #0087FF;
}

.search-from .custom-input-field i {
    position: absolute;
    top: 21px;
    right: 20px;
    color: #0087FF;
    font-size: 18px;
}

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

.sidebar .widget + .widget {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .sidebar .widget + .widget {
        margin-top: 40px;
    }
}

.sidebar .widget-title {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 30px;
    position: relative;
    padding-left: 15px;
}

.sidebar .widget-title::before {
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    width: 5px;
    height: 23px;
    background-color: #0087FF;
}

.sidebar .category-list {
    margin-top: -7px;
}

.sidebar .category-list li {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar .category-list li:first-child {
    padding-top: 0;
}

.sidebar .category-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar .category-list li a {
    text-transform: capitalize;
    display: block;
    color: #6f6f6f;
}

.sidebar .category-list li a:hover {
    color: #0087FF;
}

.sidebar .destination-filter-widget {
    padding: 50px 30px;
    background-color: #eaf1fd;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar .destination-filter-widget .widget-title {
    margin-bottom: 21px;
    padding-left: 0;
}

.sidebar .destination-filter-widget .widget-title::before {
    display: none;
}

.sidebar .destination-filter-widget .form-group, .sidebar .destination-filter-widget .nice-select {
    margin-bottom: 20px;
}

.sidebar .destination-filter-widget .nice-select, .sidebar .destination-filter-widget input {
    background-color: #f5f8fe;
}

.sidebar .destination-filter-widget label {
    font-weight: 500;
}

.sidebar .destination-filter-widget .cmn-btn {
    padding: 10px 25px;
    font-size: 14px;
}

.sidebar .sidebar-destination-form .ui-widget {
    background-color: #b2cdfb;
    border: none;
    height: 3px;
}

.sidebar .sidebar-destination-form .ui-widget .ui-slider-range {
    background-color: #0087FF;
}

.sidebar .sidebar-destination-form span.ui-slider-handle {
    width: 14px;
    height: 14px;
    background-color: #0087FF;
    border: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.sidebar .sidebar-destination-form span.ui-slider-handle:first-child {
    display: none;
}

.sidebar .sidebar-destination-form .filter-price-result {
    margin-top: -47px;
}

.sidebar .sidebar-destination-form .filter-price-result input {
    background-color: transparent;
    border: none;
    height: auto;
    padding: 0;
    text-align: right;
}

.sidebar .sidebar-destination-form .cmn-btn-border {
    margin-top: 30px;
}

.sidebar .tag-list {
    margin: -3px -1px;
}

.sidebar .tag-list a {
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    font-weight: 500;
    text-transform: capitalize;
    margin: 3px 1px;
    color: #6f6f6f;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar .tag-list a:hover {
    background-color: #0087FF;
    color: #ffffff;
    border-color: #0087FF;
}

.sidebar .help-widget {
    padding: 50px 30px;
    background-color: #eaf1fd;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar .help-widget .widget-title {
    margin-bottom: 20px;
    padding-left: 0;
}

.sidebar .help-widget .widget-title::before {
    display: none;
}

.sidebar .help-widget .cmn-btn {
    padding: 10px 25px;
    font-size: 14px;
    margin-top: 20px;
}

.upcoming-destination-list .upcoming-destination-single {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.upcoming-destination-list .upcoming-destination-single:first-child {
    padding-top: 0;
}

.upcoming-destination-list .upcoming-destination-single:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.upcoming-destination-list .upcoming-destination-single .thumb {
    width: 65px;
}

.upcoming-destination-list .upcoming-destination-single .content {
    width: calc(100% - 65px);
    padding-left: 15px;
}

.upcoming-destination-list .upcoming-destination-single .content .destination-name {
    text-transform: capitalize;
}

.upcoming-destination-list .upcoming-destination-single .content .destination-name i {
    color: #b7d2ff;
    margin-right: 5px;
    font-size: 20px;
}

.upcoming-destination-list .upcoming-destination-single .content .date {
    margin-top: 8px;
}

.best-package-list .best-package-single {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.best-package-list .best-package-single:first-child {
    padding-top: 0;
}

.best-package-list .best-package-single:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.best-package-list .best-package-single .thumb {
    width: 125px;
}

.best-package-list .best-package-single .content {
    width: calc(100% - 125px);
    padding-left: 15px;
}

.best-package-list .best-package-single .content .package-name {
    text-transform: capitalize;
}

.best-package-list .best-package-single .content .place-name {
    font-size: 14px;
    display: block;
    margin-top: 6px;
}

.best-package-list .best-package-single .content .place-name i {
    font-size: 16px;
    margin-right: 3px;
}

.best-package-list .best-package-single .content .price {
    padding: 0 15px;
    color: #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-top: 10px;
}

.best-package-list .best-package-single .content .price.color-one {
    background-color: #1abc9c;
}

.best-package-list .best-package-single .content .price.color-two {
    background-color: #e67e22;
}

.best-package-list .best-package-single .content .price.color-three {
    background-color: #3498db;
}

.small-post-list .small-post-single {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.small-post-list .small-post-single:first-child {
    padding-top: 0;
}

.small-post-list .small-post-single:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.small-post-list .small-post-single .thumb {
    width: 70px;
}

.small-post-list .small-post-single .thumb img {
    height: 70px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.small-post-list .small-post-single .content {
    width: calc(100% - 70px);
    padding-left: 15px;
}

.small-post-list .small-post-single .content .post-title a {
    font-size: 16px;
}

.small-post-list .small-post-single .content .date {
    font-size: 14px;
    margin-top: 5px;
    color: #6f6f6f;
}

/* sidebar css end */
/* product-details-sidebar css start */
.product-licence-widget {
    padding: 30px;
    background-color: #f7f7f7;
    border: 3px solid #e6e6e6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.product-licence-widget .nice-select {
    background-color: #ffffff;
}

.product-licence-widget p {
    font-size: 14px;
}

.product-licence-widget .form-check {
    display: flex;
}

.product-licence-widget label {
    font-size: 14px;
}

.product-licence-widget .price {
    font-family: "Exo", sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.product-licence-widget .price i {
    font-size: 32px;
}

.sidebar-item {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar-item:first-child {
    padding-top: 0;
}

.sidebar-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar-item p {
    word-break: break-word;
}

.sidebar-item .title {
    font-size: 16px;
    margin-bottom: 8px;
}

.sidebar-item .tags a {
    padding: 3px 10px;
    background-color: #ffffff;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    color: #363636;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin: 4px 1px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar-item .tags a:hover {
    background-color: #0087FF;
    color: #ffffff;
    border-color: #0087FF;
}

/* product-details-sidebar css end */
/* footer section css start */
.footer {
    background-color: #062c4e;
}

.footer p, .footer span, .footer li, .footer i, .footer a {
    color: rgba(255, 255, 255, 0.8);
}

.footer__top {
    padding-top: 100px;
    padding-bottom: 80px;
}

.footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding: 20px 0;
}

.footer .client-area {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-logo img {
   width: 80%;
}

.footer-widget__title {
    color: #ffffff;
    margin-bottom: 25px;
}

.social-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}

.social-list li {
    margin: 5px;
}

.social-list li a {
    width: 35px;
    font-size: 14px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #e5e5e5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.social-list li a:hover {
    background-color: #0087FF;
    border-color: #0087FF;
    color: #ffffff;
}

.short-links li + li {
    margin-top: 8px;
}

.short-links a {
    position: relative;
    padding-left: 15px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.short-links a:hover {
    color: #0087FF;
}

.short-links a:hover::before {
    background-color: #0087FF;
}

.short-links a::before {
    position: absolute;
    content: '';
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.footer-info-list li + li {
    margin-top: 8px;
}

.footer-info-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-info-list .caption {
    width: 110px;
    position: relative;
}

@media (max-width: 575px) {
    .footer-info-list .caption {
        width: 100%;
        font-weight: 700;
        color: #0087FF;
    }
}

.footer-info-list .caption::after {
    position: absolute;
    content: ':';
    right: 0;
}

@media (max-width: 575px) {
    .footer-info-list .caption::after {
        display: none;
    }
}

.footer-info-list .value {
    width: calc(100% - 120px);
    padding-left: 10px;
}

@media (max-width: 575px) {
    .footer-info-list .value {
        width: 100%;
        padding-left: 20px;
    }
}

.footer-info-list a {
    word-break: break-all;
}

.footer-info-list a:hover {
    color: #0087FF;
}

.short-menu-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -15px;
}

.short-menu-list li {
    padding: 5px 15px;
    position: relative;
}

.short-menu-list li:last-child::after {
    display: none;
}

.short-menu-list li::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    margin-top: -5px;
    height: 10px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.8);
}

.short-menu-list li a:hover {
    color: #0087FF;
}

/* footer section css end */


/* ticket css start */
.ticket-widget-card {
    background-color: #0087ff1c;
    border: 1px solid #0087ff;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
}
.ticket-widget-card .icon {
    width: 75px;
    height: 75px;
    background-color: #0087ff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 26px;
}
.ticket-widget-card .content {
    width: calc(100% - 95px);
    padding-left: 25px;
}
.ticket-widget-card .content .title {
    margin-bottom: 5px;
}
.custom-box-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05) !important;
}
.add-brackets::before {
    content: '(';
}
.add-brackets::after {
    content: ')';
}
.add-brackets:empty::before,
.add-brackets:empty::after {
    display: none;
}

.operator-reply {
    background-color: #faf8f1;
    border-color: #ffc107;
}
.operator-reply .card-header {
    background-color: #faf8f1;
}
.operator-reply .card-footer {
    background-color: transparent;
}

.guest-reply {
    background-color: #0087ff03;
    border-color: #0087FF;
}
.guest-reply .card-header {
    background-color: #0087ff03;
}
.guest-reply .card-footer {
    background-color: transparent;
}
.attachments ul li i {
    margin-top: 5px;
    margin-right: 10px;
}
.attachments ul li {
    display: flex;
}
.attachments a {
    word-break: break-all;
}
.add-field-responsive-btn {
    display: none;
}
@media (max-width: 767px) {
    .add-field-responsive-btn {
        display: inline-block;
    }   
}

/* ticket css end */


/* domain css start */
.domain-check-form-wrapper,
.domain-status-wrapper {
    padding: 30px;
    background-color: #ffffff;
    border-radius: 8px;
}
.domain-check-form-wrapper-header .title {
    width: calc(100% - 118px);
}
.domain-check-form-wrapper-header .cmn-btn {
    width: 118px;
}
.domain-config-header .domain-text {
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 1;

}
.domain-config-header .domain-text span {
    padding: 2px 15px;
    background-color: #ffffff;
    color: #0087FF;
}
.domain-config-header .domain-text::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    z-index: -1;

}
/* .domain-check-form-wrapper .register .input-group-text {} */
.input-group-append 
.domain-status-wrapper {
    text-align: center;
}
.domain-status-wrapper .status i {
    font-size: 90px;
}
.domain-status-wrapper .status span {
    font-size: 22px;
    margin-top: 10px;
    display: block;
}
.domain-status-wrapper .status .available {
    color: #16c79a;
}

.domain-status-wrapper .status .unavailable {
    color: #ef4f4f;
}




 .custom_radio input[type="radio"]{
   display: none;
 }
 .custom_radio input[type="radio"] + label{
   position: relative;
   display: inline-block;
   padding-left: 1.5em;
   margin-right: 2em;
   cursor: pointer;
   line-height: 1em;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
 .custom_radio input[type="radio"] + label:before,
 .custom_radio input[type="radio"] + label:after{
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 1em;
   height: 1em;
   text-align: center;
   color: 0;
   font-family: Times;
   border-radius: 50%;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
 }
 .custom_radio input[type="radio"] + label:before {
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
   box-shadow: inset 0 0 0 0.2em #dddddd, inset 0 0 0 1em #dddddd;
 }
 .custom_radio input[type="radio"] + label:hover:before {
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
   box-shadow: inset 0 0 0 0.3em #0087FF, inset 0 0 0 1em #ffffff;
 }
 .custom_radio input[type="radio"]:checked + label:before {
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
   box-shadow: inset 0 0 0 0.2em #0087FF, inset 0 0 0 1em #ffffff;
 }

 .domain-checkout-list li {
     display: flex;
     flex-wrap: wrap;
     padding: 10px 0;
     border-top: 1px dashed #e5e5e5;
 }
 .domain-checkout-list li:first-child {
     padding-top: 0;
     border-top: none;
 }
 .domain-checkout-list li:last-child {
     
     padding-bottom: 0;
 }
 .domain-checkout-list li .caption {
     width: 50%;
 }
 .domain-checkout-list li .value {
     width: 50%;
     text-align: right;
 }
@media (max-width: 991px) {
    .total-due {
        font-size: 16px;
    }
}
/* domain css end */

/* hosting css start */
.hosting-widget-card {
    padding: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.hosting-widget-card .top-bottom-border,
.hosting-widget-card .left-right-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hosting-widget-card .top-bottom-border::after,
.hosting-widget-card .top-bottom-border::before {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 15px;
    border-radius: 25px;
}
.hosting-widget-card .top-bottom-border::before {
    border-bottom: 2px solid #0087FF;
    top: -15px;
}
.hosting-widget-card .top-bottom-border::after {
    bottom: -15px;
    border-top: 2px solid #0087FF;
}

.hosting-widget-card .left-right-border::before,
.hosting-widget-card .left-right-border::after {
    position: absolute;
    content: '';
    top: 0;
    width: 15px;
    height: 100%;
    border-radius: 25px;
}

.hosting-widget-card .left-right-border::before {
    left: -15px;
    border-right: 2px solid #0087FF;
}
.hosting-widget-card .left-right-border::after {
    right: -15px;
    border-left: 2px solid #0087FF;
}

.hosting-widget-card .icon i {
    font-size: 56px;
    color: #ffffff;
}
.hosting-widget-card .content {
    margin-top: 15px;
}
.hosting-widget-card .content .title {
    color: #ffffff;
}
/* hosting css end */

/* EXTRA*/

  .product-details-meta .ratings li {
    margin: 0;
  }
  .product-details-meta .meta-cat::after {
    content: '|';
    margin-left: 15px;
    color: #00000040
  }
  .product-details-meta .rating-amount::before {
    content: '(';
  }
  .product-details-meta .rating-amount::after {
    content: ')';
  }
  .product-licence-widget {
    background-color: #0087ff14;
    border: 3px solid #0087ff14;
  }
  
.font-18 {
    font-size: 18px !important;
}

ul.font-18 {
    padding-left: 15px;
    list-style-type: disc;
}
.heading-padding-bottom h6 {
    margin-bottom: 15px;
}
