/*
@File: Tracer Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Preloader Area CSS
** - Navbar Area CSS
** - Main Banner Area CSS
** - Solutions Area CSS
** - About Area CSS
** - Our Mission Area 
** - Boxes Area CSS
** - Funfacts Area CSS
** - What We Do Area CSS
** - History Area CSS
** - Services Area CSS
** - Services Details Area CSS
** - Featured Services Area CSS
** - How It's Work Area CSS
** - Courses Area CSS
** - Courses Details Area CSS
** - Why Choose Us Area CSS
** - Case Study Area CSS
** - Projects Area CSS
** - CaseStudy/Projects Details Area CSS
** - Scientist Area CSS
** - Explore Learning Area CSS
** - FAQ Area CSS
** - Industries Serve Area CSS
** - Gallery Area CSS
** - Products Area CSS
** - Products Details Area CSS
** - Cart Area CSS
** - Checkout Area CSS
** - Upcoming Bootcamps Area CSS
** - Events Area CSS
** - Events Details Area CSS
** - 404 Error Area CSS
** - Testimonials Area CSS
** - Partner Area CSS
** - Blog Area CSS
** - Blog Details Area CSS
** - Project Start Area CSS
** - Page Title Area CSS
** - Pagination CSS
** - Widget Sidebar CSS
** - Profile Authentication Area CSS
** - Coming Soon Area CSS
** - Privacy Policy Area CSS
** - Terms of Service Area CSS
** - Purchase Guide Area CSS
** - Membership Levels Area CSS
** - Contact Area CSS
** - Subscribe Area CSS
** - Footer Area CSS
** - Go Top CSS
*/


/*================================================
Default CSS
=================================================*/

@import url('https://fonts.googleapis.com/css2?family=db_heaventmed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,500;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,500;1,700;1,800;1,900&display=swap');
body {
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-weight: 300;
    font-family: 'db_heaventcond', sans-serif;
    line-height: 1.2;
}

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

:focus {
    outline: 0 !important;
} 

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
a
 {
    font-family: 'db_heaventmed', sans-serif;
    font-weight: 500;
}

.h4, h4 {
    font-size: 28px;
}

p {
    line-height: 1.2;
    margin-bottom: 15px;
}

b,
b, strong {
    font-weight: 500;
    font-family: db_heaventmed;
}

p:last-child {
    margin-bottom: 0;
}

a {
    color: #1CA3DF;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.about-content {
    line-height: 1;
}

.h3, h3 {
    font-size: 35px;
    line-height: 30px;
}

a:hover {
    color: #1CA3DF;
    text-decoration: none;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

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

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

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

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

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

.bg-e3fbff {
    background-color: #e3fbff;
}

.bg-f1f8fb {
    background-color: #f1f8fb;
}

.bg-fffbf5 {
    background-color: #fffbf5;
}

.bg-f4f7fe {
    background-color: #f4f7fe;
}

.bg-fafafb {
    background-color: #fafafb;
}

.text-color-1CA3DF {
    color: #1CA3DF;
}

.text-fix-kanit {
    font-family: 'db_heaventmed', sans-serif;
}

ul.shipping-info {
    list-style: none;
    margin: 50px 1rem 70px;
    padding: 0;
    width: 100%;
}

ul.shipping-info li {
    margin-bottom: 25px;
    font-size: 22px;
    padding: 0 30px;
}

ul.shipping-info li h5 {
    margin-bottom: 5px;
    font-size: 22px;
    font-family: 'db_heaventmed', sans-serif;
}

ul.shipping-info li div {
    line-height: 20px;
}

ul.shipping-info li span {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #000;
    padding: 20px;
    margin-right: 15px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

ul.shipping-info.kerry li span {
    border-color: #F36F21;
}

ul.shipping-info.thaipost li span {
    border-color: #EA3323;
}

ul.shipping-info.jt li span {
    border-color: #FE0000;
}

ul.shipping-info.dhl li span {
    border-color: #FFCC00;
}

ul.shipping-info.ninja li span {
    border-color: #C52133;
}

ul.shipping-info.cj li span {
    border-color: #007DC3;;
}



/*default-btn*/

.default-btn {
    border: 2px solid #1CA3DF;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    /* background-color: #1CA3DF; */
    background: linear-gradient(276.56deg, #1CA3DF 18.88%, #BEEBFF 133.55%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    padding: 10px 20px;
    /* font-weight: 500; */
    font-size: 22px;
    font-family: 'db_heaventmed', sans-serif;
}

.default-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #2b67af;
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    -webkit-transform: translate(-30%, -30%);
    transform: translate(-30%, -30%);
    z-index: -1;
    border-radius: 5px;
}

.default-btn i {
    margin-right: 5px;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}

.flat-btn {
    background: #1CA3DF;
}

.light-btn {
    background: #fff;
    border: 1px solid #1CA3DF;
    color: #1CA3DF;
}

.light-btn:hover {
    background: #1CA3DF;
    color: #fff;
}

.default-btn i.flaticon-user {}

.default-btn:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.default-btn:hover span {
    width: 225%;
    height: 562.5px;
}

.btn-orange {
    background: #F37021;
}

.btn-yellow {
    background: #FFFF54;
    color: #000;
}

.btn-yellow-dark {
    background: #FFCC00;
    color: #000;
}

.btn-red {
    background: #EA3323;
}

.btn-red-lite {
    background: #FE0000;
}


/*section-title*/

.section-title {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px;
}

.section-title .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #1CA3DF;
    font-weight: 500;
    font-size: 15px;
}

.section-title .sub-title img {
    margin-right: 5px;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.section-title h2 {
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
}

.section-title h2 .overlay {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #2b67af;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section-title p {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    font-size: 25px;
}


/*form-control*/

.form-control {
    height: 50px;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border: 1px solid #dfdfdf;
    background-color: #f5f5f5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    padding: 1px 0 0 15px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'db_heaventmed', sans-serif;
}

.main-menu {
    font-weight: 400;
}

.form-control::-webkit-input-placeholder {
    color: #7e7e7e;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.form-control:-ms-input-placeholder {
    color: #7e7e7e;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.form-control::-ms-input-placeholder {
    color: #7e7e7e;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.form-control::placeholder {
    color: #7e7e7e;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.form-control:focus {
    border-color: #1CA3DF;
    background-color: transparent;
}

.form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.form-control:focus:-ms-input-placeholder {
    color: transparent;
}

.form-control:focus::-ms-input-placeholder {
    color: transparent;
}

.form-control:focus::placeholder {
    color: transparent;
}

textarea.form-control {
    height: auto;
    padding-top: 15px;
}


/*================================================
Preloader Area CSS
=================================================*/

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: #ffffff;
}

.preloader .loader {
    left: 50%;
    top: 46%;
    -webkit-transform: translateX(-50%) translateY(-46%);
    transform: translateX(-50%) translateY(-46%);
    position: absolute;
}

.preloader .loader .sbl-half-circle-spin {
    height: 80px;
    width: 80px;
    color: #1CA3DF;
    display: inline-block;
    position: relative;
    border: 1px solid;
    border-radius: 50%;
    animation: animeCircleSpin 5s ease-in-out infinite reverse;
}

.preloader .loader .sbl-half-circle-spin::after {
    content: '';
    border: 6px solid;
    position: absolute;
    left: 10px;
    top: 15px;
    border-radius: inherit;
}

.preloader .loader .sbl-half-circle-spin div {
    height: 50%;
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    border: 1px solid;
    border-radius: 50%;
    -webkit-animation: animeCircleSpin 4s ease-in-out infinite;
    animation: animeCircleSpin 4s ease-in-out infinite;
}

.preloader .loader .sbl-half-circle-spin div::before {
    height: 0;
    width: 0;
    content: '';
    border-radius: 50%;
    display: block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: 19px solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

@-webkit-keyframes animeCircleSpin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes animeCircleSpin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}


/*================================================
Navbar Area CSS
=================================================*/

.tracer-responsive-nav {
    display: none;
}

.tracer-nav .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

.tracer-nav .navbar {
    position: inherit;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.tracer-nav .navbar .navbar-brand {
    font-size: inherit;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.tracer-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.tracer-nav .navbar .navbar-nav {
    /* margin-left: auto; */
    margin-left: 50px;
}

.tracer-nav .navbar .navbar-nav .nav-item {
    position: relative;
    margin-left: 14px;
    margin-right: 14px;
}

.tracer-nav .navbar .navbar-nav .nav-item a {
    color: #222;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 22px;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
}


/* .tracer-nav .navbar .navbar-nav .nav-item a i {
    font-size: 22px;
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: -4px;
    margin-right: -3px;
} */

.tracer-nav .navbar .navbar-nav .nav-item a i {
    font-size: 10px;
    margin-left: 2px;
    position: relative;
    display: inline-block;
}

.tracer-nav .navbar .navbar-nav .nav-item a:hover,
.tracer-nav .navbar .navbar-nav .nav-item a:focus,
.tracer-nav .navbar .navbar-nav .nav-item a.active {
    color: #1CA3DF;
}

.tracer-nav .navbar .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.tracer-nav .navbar .navbar-nav .nav-item:first-child {
    margin-left: 0;
}

.tracer-nav .navbar .navbar-nav .nav-item:hover a,
.tracer-nav .navbar .navbar-nav .nav-item.active a {
    color: #1CA3DF;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    border: none;
    top: 70px;
    left: 0;
    z-index: 99;
    opacity: 0;
    width: 300px;
    display: block;
    border-radius: 0;
    padding: 10px 0;
    margin-top: 15px;
    position: absolute;
    visibility: hidden;
    background: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-top: 3px solid #1CA3DF;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 10px 20px;
    position: relative;
    display: block;
    color: #222;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 50%;
    font-size: 20px;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    right: 15px;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #1CA3DF;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -300px;
    margin-top: 15px;
    visibility: hidden;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #222;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #1CA3DF;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 300px;
    visibility: hidden;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #222;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #1CA3DF;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -300px;
    visibility: hidden;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #2b67af;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #1CA3DF;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 300px;
    visibility: hidden;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #2b67af;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #1CA3DF;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -300px;
    visibility: hidden;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #2b67af;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #1CA3DF;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 300px;
    visibility: hidden;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #2b67af;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #1CA3DF;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #1CA3DF;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #1CA3DF;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #1CA3DF;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #1CA3DF;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #1CA3DF;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #1CA3DF;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.tracer-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.tracer-nav .navbar .navbar-nav .nav-item.megamenu {
    position: inherit;
}

.tracer-nav .navbar .navbar-nav .nav-item.megamenu .container {
    display: block;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
}

.tracer-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
    width: 100%;
    top: auto;
    left: 0;
    margin-top: 0;
    padding: 30px 0;
    position: absolute;
    -webkit-transform: unset !important;
    transform: unset !important;
}

.tracer-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
    margin-top: 14px;
    color: #2b67af;
    padding: 0;
    display: block;
    font-size: 16.4px;
    font-weight: 500;
}

.tracer-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover,
.tracer-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
    color: #1CA3DF;
}

.tracer-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li:first-child a {
    margin-top: 0;
}

.tracer-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget {
    position: relative;
    border-top: 1px solid #eeeeee;
    padding-top: 30px;
    margin-top: 30px;
}

.tracer-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon {
    width: 70px;
    height: 70px;
    position: relative;
    background: #f4f4f4;
    text-align: center;
    font-size: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #2b67af;
    margin-bottom: 15px;
    border-width: 1.5px;
    border-style: dashed;
    border-color: #eeeeee;
    border-radius: 50%;
}

.tracer-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    left: 0;
    right: 0;
}

.tracer-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
}

.tracer-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .sub-title {
    display: block;
    margin-top: 5px;
    color: #1CA3DF;
    font-weight: 500;
    font-size: 15px;
}

.tracer-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .link-btn {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.tracer-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget:hover .icon {
    background-color: #1CA3DF;
    border-color: #ffffff;
    color: #ffffff;
}

.tracer-nav .navbar .others-option {
    /* margin-left: 30px; */
    margin-left: auto;
}

.tracer-nav .navbar .others-option .option-item {
    margin-left: 5px;
}

.tracer-nav .navbar .others-option .option-item a.bt-login {
    color: #222;
    font-weight: 400;
}

.tracer-nav .navbar .others-option .option-item a.bt-login:hover {
    color: #1CA3DF;
}

.tracer-nav .navbar .others-option .option-item:first-child {
    margin-left: 0;
}

.tracer-nav .navbar .others-option .option-item .search-box {
    position: relative;
    width: 300px;
    border-radius: 5px;
}

.tracer-nav .navbar .others-option .option-item .search-box .input-search {
    display: block;
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 5px;
    background-color: #f5f5f5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #2b67af;
    font-size: 22px;
    font-weight: 400;
    padding-left: 15px;
    padding-top: 1px;
    padding-bottom: 0;
    padding-right: 0;
}

.tracer-nav .navbar .others-option .option-item .search-box .input-search::-webkit-input-placeholder {
    color: #848484;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.tracer-nav .navbar .others-option .option-item .search-box .input-search:-ms-input-placeholder {
    color: #848484;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.tracer-nav .navbar .others-option .option-item .search-box .input-search::-ms-input-placeholder {
    color: #848484;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.tracer-nav .navbar .others-option .option-item .search-box .input-search::placeholder {
    color: #848484;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.tracer-nav .navbar .others-option .option-item .search-box .input-search:focus {
    border-color: #1CA3DF;
}

.tracer-nav .navbar .others-option .option-item .search-box .input-search:focus::-webkit-input-placeholder {
    color: transparent;
}

.tracer-nav .navbar .others-option .option-item .search-box .input-search:focus:-ms-input-placeholder {
    color: transparent;
}

.tracer-nav .navbar .others-option .option-item .search-box .input-search:focus::-ms-input-placeholder {
    color: transparent;
}

.tracer-nav .navbar .others-option .option-item .search-box .input-search:focus::placeholder {
    color: transparent;
}

.tracer-nav .navbar .others-option .option-item .search-box button {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    background-color: transparent;
    border: none;
    color: #1CA3DF;
    border-radius: 5px;
    font-size: 22px;
    padding: 0 15px;
}

.tracer-nav .navbar .others-option .option-item .default-btn {
    margin-bottom: -6px;
    font-weight: normal;
    padding: 10px 20px;
    background: linear-gradient(276.56deg, #1CA3DF 18.88%, #BEEBFF 133.55%);
}

.navbar-area {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    /* padding-top: 10px;
  padding-bottom: 10px; */
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    /* padding-top: 5px;
  padding-bottom: 5px; */
}

.navbar-area.navbar-style-two {
    position: relative;
}

.navbar-area.navbar-style-two.is-sticky {
    position: fixed;
}

.others-option-for-responsive {
    display: none;
}

.user-setting {
    position: relative;
}

.user-setting .user-setting-bar {
    padding: 18px 0;
}

.user-setting .user-setting-bar .user-setting-name {
    font-size: 100%;
    font-weight: 400;
}

.user-setting .user-setting-bar .user-setting-name i.fa-chevron-down {
    font-size: 10px;
    margin-left: 2px;
    position: relative;
    display: inline-block;
}

.user-setting .user-setting-bar .user-setting-pic {
    height: 38px;
    width: 38px;
    margin-right: 5px;
    border-radius: 50%;
}

.user-setting .user-setting-menu {
    width: 250px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #f8f8f8;
    display: block;
    position: absolute;
    right: 0px;
    top: 80px;
    border-radius: 5px;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 20%);
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.user-setting .user-setting-menu:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 13px solid #fff;
    position: absolute;
    right: 20px;
    top: -13px;
}

.user-setting:hover .user-setting-menu {
    visibility: visible;
    opacity: 1;
    top: 70px;
}

.user-setting .user-setting-menu .user-setting-menu-info {
    padding: 10px 20px;
}

.user-setting .user-setting-menu .user-setting-menu-info .user-setting-name {
    font-weight: 400;
}

.user-setting .user-setting-menu .user-setting-menu-info .user-sub-name {
    color: #BFBFBF;
    font-size: 12px;
}

.user-setting .user-setting-menu .user-setting-menu-info .user-setting-menu-pic {
    float: left;
    height: 38px;
    width: 38px;
    margin-right: 10px;
    border-radius: 50%;
}

.user-setting .user-setting-menu hr {
    margin: 10px 0 0;
    background: #DFDFDF;
}

.user-setting .user-setting-menu ul {
    margin-bottom: 10px;
}

.user-setting .user-setting-menu li a {
    padding: 5px 20px;
    position: relative;
    display: block;
    color: #515151;
    font-weight: 400;
}

.user-setting .user-setting-menu li a:hover {
    color: #1CA3DF;
}

.user-setting .user-setting-menu li a>i {
    background: #DFDFDF;
    border-radius: 50%;
    height: 38px;
    width: 38px;
    margin-right: 5px;
    text-align: center;
    line-height: 38px;
}

.others-option-for-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 9991;
    position: absolute;
    right: 60px;
    top: -40px;
}

.others-option-for-responsive .dot-menu .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #000;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
    background-color: #000;
}

.others-option-for-responsive .container {
    position: relative;
}

.others-option-for-responsive .container .container {
    position: absolute;
    right: 0;
    top: 20px;
    max-width: 320px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
    top: 10px;
    opacity: 1;
    visibility: visible;
}

.others-option-for-responsive .option-inner {
    padding: 15px 15px 8px;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
}

.others-option-for-responsive .option-inner .search-box {
    margin-bottom: 15px;
    position: relative;
    border-radius: 5px;
}

.others-option-for-responsive .option-inner .search-box .input-search {
    display: block;
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 5px;
    background-color: #f5f5f5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #2b67af;
    font-size: 17px;
    font-weight: 400;
    padding-left: 15px;
    padding-top: 1px;
    padding-bottom: 0;
    padding-right: 0;
}

.others-option-for-responsive .option-inner .search-box .input-search::-webkit-input-placeholder {
    color: #848484;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.others-option-for-responsive .option-inner .search-box .input-search:-ms-input-placeholder {
    color: #848484;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.others-option-for-responsive .option-inner .search-box .input-search::-ms-input-placeholder {
    color: #848484;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.others-option-for-responsive .option-inner .search-box .input-search::placeholder {
    color: #848484;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.others-option-for-responsive .option-inner .search-box .input-search:focus {
    border-color: #1CA3DF;
}

.others-option-for-responsive .option-inner .search-box .input-search:focus::-webkit-input-placeholder {
    color: transparent;
}

.others-option-for-responsive .option-inner .search-box .input-search:focus:-ms-input-placeholder {
    color: transparent;
}

.others-option-for-responsive .option-inner .search-box .input-search:focus::-ms-input-placeholder {
    color: transparent;
}

.others-option-for-responsive .option-inner .search-box .input-search:focus::placeholder {
    color: transparent;
}

.others-option-for-responsive .option-inner .search-box button {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    background-color: transparent;
    border: none;
    color: #1CA3DF;
    border-radius: 5px;
    padding: 0 15px;
}

.others-option-for-responsive .option-inner .others-option {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.others-option-for-responsive .option-inner .others-option .option-item {
    margin-left: 0;
}

.others-option-for-responsive .option-inner .others-option .option-item:first-child {
    margin-left: 0;
}

.others-option-for-responsive .option-inner .others-option .cart-btn {
    font-size: 22px;
    position: relative;
    line-height: 1;
}

.others-option-for-responsive .option-inner .others-option .cart-btn a {
    display: inline-block;
    position: relative;
    color: #2b67af;
}

.others-option-for-responsive .option-inner .others-option .cart-btn a span {
    position: absolute;
    right: -4px;
    top: -4px;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #1CA3DF;
    font-size: 10px;
    font-weight: 500;
}

.others-option-for-responsive .option-inner .others-option .cart-btn a:hover {
    color: #1CA3DF;
}

@media only screen and (max-width: 1199px) {
    .navbar-area {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .navbar-area.is-sticky {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-area.is-sticky .tracer-responsive-nav .tracer-responsive-menu.mean-container .mean-nav {
        margin-top: 63px;
    }
    .navbar-area.is-sticky .others-option-for-responsive .container .container {
        top: 10px;
    }
    .navbar-area.navbar-style-two {
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .tracer-responsive-nav {
        display: block;
    }
    .tracer-responsive-nav .tracer-responsive-menu {
        position: relative;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .mean-nav {
        margin-top: 60px;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .mean-nav ul {}
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .mean-nav ul li a.active {
        color: #1CA3DF;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 14.5px;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        /* height: 350px; */
        padding: 15px 0;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item {
        overflow: hidden;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .container {
        border-top: 1px solid #eeeeee;
        padding-left: 0;
        padding-right: 0;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row {
        display: block;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        margin-left: 0;
        margin-right: 0;
        margin-top: -20px;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:last-child {
        margin-bottom: 15px;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:first-child .megamenu-submenu li {
        border-top: none;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item a {
        width: 100%;
        float: unset;
        display: block;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu a {
        border-bottom: none !important;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .mean-expand {
        display: none !important;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu {
        width: 80%;
        overflow: hidden;
        display: block !important;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
        border: none;
        margin-top: 18px;
        color: #677294;
        padding: 0;
        font-size: 14.5px;
        font-weight: 400;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover,
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
        color: #1CA3DF;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li:first-child {
        border-top: 1px solid #eeeeee;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget {
        position: relative;
        border-top: 0;
        margin-top: 0;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon {
        width: 50px;
        height: 50px;
        position: relative;
        background: #f4f4f4;
        text-align: center;
        font-size: 28px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        color: #2b67af;
        margin-bottom: 15px;
        border-width: 1.5px;
        border-style: dashed;
        border-color: #eeeeee;
        border-radius: 50%;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%);
        left: 0;
        right: 0;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget h3 {
        margin-bottom: 0;
        font-size: 22px;
        font-weight: 500;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .sub-title {
        display: block;
        margin-top: 5px;
        color: #1CA3DF;
        font-weight: 500;
        font-size: 13px;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .link-btn {
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget:hover .icon {
        background-color: #1CA3DF;
        border-color: #ffffff;
        color: #ffffff;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .search-box {
        display: none !important;
        position: absolute;
        right: 340px;
        top: -11px;
        width: 270px;
        border-radius: 5px;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .search-box .input-search {
        display: block;
        width: 100%;
        height: 48px;
        border: none;
        border-radius: 5px;
        background-color: #f5f5f5;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        color: #2b67af;
        font-size: 17px;
        font-weight: 400;
        padding-left: 15px;
        padding-top: 1px;
        padding-bottom: 0;
        padding-right: 0;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .search-box .input-search::-webkit-input-placeholder {
        color: #848484;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .search-box .input-search:-ms-input-placeholder {
        color: #848484;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .search-box .input-search::-ms-input-placeholder {
        color: #848484;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .search-box .input-search::placeholder {
        color: #848484;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .search-box .input-search:focus {
        border-color: #1CA3DF;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .search-box .input-search:focus::-webkit-input-placeholder {
        color: transparent;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .search-box .input-search:focus:-ms-input-placeholder {
        color: transparent;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .search-box .input-search:focus::-ms-input-placeholder {
        color: transparent;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .search-box .input-search:focus::placeholder {
        color: transparent;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .search-box button {
        position: absolute;
        right: 0;
        top: 0;
        height: 48px;
        background-color: transparent;
        border: none;
        color: #1CA3DF;
        border-radius: 5px;
        padding: 0 15px;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .others-option {
        position: absolute;
        right: 55px;
        display: none !important;
        top: -10px;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .others-option .option-item {
        margin-left: 30px;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .others-option .option-item:first-child {
        margin-left: 0;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .others-option .cart-btn {
        font-size: 22px;
        position: relative;
        line-height: 1;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .others-option .cart-btn a {
        display: inline-block;
        position: relative;
        color: #2b67af;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .others-option .cart-btn a span {
        position: absolute;
        right: -4px;
        top: -4px;
        width: 14px;
        height: 14px;
        text-align: center;
        line-height: 14px;
        border-radius: 50%;
        color: #ffffff;
        background-color: #1CA3DF;
        font-size: 10px;
        font-weight: 500;
    }
    .tracer-responsive-nav .tracer-responsive-menu.mean-container .others-option .cart-btn a:hover {
        color: #1CA3DF;
    }
    .tracer-responsive-nav .mean-container a.meanmenu-reveal {
        color: #000;
        padding-top: 10px;
    }
    .tracer-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #000;
    }
    .tracer-responsive-nav .logo {
        position: relative;
        width: 70%;
        z-index: 999;
    }
    .tracer-nav {
        display: none;
    }
    .others-option-for-responsive {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .shipping-status-area .shipping-status-bar::before {
        top: 33px !important;
        left: 10px !important;
        width: calc(90%) !important;
    }
    .shipping-status-area ul.shipping-status-bar li.active span.s_icon span, .shipping-status-area ul.shipping-status-bar li span.s_icon span {
        width: 50px !important;
        height: 50px !important;
        padding: 13px !important;
    }
}

@media screen and (max-width: 426px) {
    .box-list-detail .list-detail {
        padding: 20px 15px !important;
    }

    .shipping-status-area ul.shipping-status-bar li span.s_icon span {
        width: 40px !important;
        height: 40px !important;
        padding: 6px !important;
    }

    .shipping-status-area ul.shipping-status-bar li.active span.s_icon span {
        width: 40px !important;
        height: 40px !important;
        padding: 10px !important;
    }

    .shipping-status-area ul.shipping-status-bar li.danger span.s_icon span {
        width: 40px !important;
        height: 40px !important;
        padding: 10px !important;
    }

    .shipping-status-area ul.shipping-status-bar li span.s_icon span i {
        font-size: 18px !important;
    }

    .shipping-status-area ul.shipping-status-bar li.active span.s_icon span i {
        font-size: 18px !important;
    }

    .shipping-status-area ul.shipping-status-bar li.danger span.s_icon span i {
        font-size: 18px !important;
    }

    .shipping-status-area .shipping-status-bar::before {
        top: 33px !important;
        left: 10px !important;
        width: calc(90%) !important;
    }
}




/*================================================
Main Banner Area CSS
=================================================*/

.main-banner {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    background-image: url(/img/main-banner/bg.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 365px;
    padding-bottom: 350px;
}

.main-banner .container-fluid {
    max-width: 1360px;
}

.main-banner.without-banner-animation {
    padding-top: 200px;
    padding-bottom: 250px;
}

.main-banner.without-banner-animation .main-banner-content {
    margin-top: 0;
}

.main-banner-content {
    margin-top: -50px;
}

.main-banner-content h1 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 500;
    /*margin-bottom: 15px;
   margin-top: -10px; */
}

.main-banner-content h2 {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 15px;
}

.main-banner-content p {
    font-size: 22px;
    line-height: 20px;
    color: #393939;
    margin-bottom: 50px;
}

.main-banner-content .btn-box {}

.main-banner-content .btn-box .default-btn {
    margin-bottom: -7px;
    padding: 10px 15px;
    background: linear-gradient(276.56deg, #1CA3DF 18.88%, #BEEBFF 133.55%);
}

.main-banner-content .btn-box .default-btn .text1 {
    font-size: 22px;
    font-weight: 500;
}

.main-banner-content .btn-box .default-btn .text2 {
    font-size: 14px;
    font-weight: 400;
}

.main-banner-content .icon.play {
    display: inline-block;
    margin-right: 10px;
}

a.btn.register-btn {
    border-radius: 10px;
    font-size: 22px;
    padding: 5px 30px;
}

a.btn.register-btn span {
    font-size: 25px;
}

.main-banner-content .btn-box .text1 {
    color: #1CA3DF;
}
.main-banner-content .icon.play i {
    font-size: 15px;
    color: #fff;
    width: 30px;
    height: 30px;
    background: #1CA3DF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    outline: 1px solid #1CA3DF;
    border: 1px solid #fff;
}

.main-banner-content .action-vdo:hover .icon.play i {
    background: #111;
    color: #fff;
    cursor: pointer;
    outline: 1px solid #000;
    ;
}

.main-banner-content .play-text {
    font-size: 22px;
    font-weight: 400;
    color: #1CA3DF;
}

a.action-vdo:hover .play-text {
    color: #111;
}

a.action-vdo {
    border: 1px solid #0B3466;
    height: 48px;
    border-radius: 10px;
    display: flex;
    margin-left: 8px;
    width: auto;
}

a.action-vdo:hover {
    background: #1CA3DF;
    color: #fff;
}

.main-banner-content .btn-box .video-btn {
    position: absolute;
    display: inline-block;
    text-transform: uppercase;
    color: #1CA3DF;
    font-size: 22px;
    font-weight: 500;
    margin-top: -3px;
    margin-left: 30px;
}

.main-banner-content .btn-box .video-btn i {
    width: 55px;
    height: 55px;
    line-height: 56px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    font-size: 20px;
    margin-right: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.main-banner-content .btn-box .video-btn:hover i {
    background-color: #1CA3DF;
    color: #ffffff;
}

.main-banner-animation-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.main-banner-animation-image img {
    position: absolute;
}

.main-banner-animation-image img:nth-child(1) {
    left: 0;
    bottom: -220px;
    z-index: 1;
}

.main-banner-animation-image img:nth-child(2) {
    left: 192px;
    top: -10px;
    z-index: 1;
}

.main-banner-animation-image img:nth-child(3) {
    left: -25px;
    top: -200px;
}

.main-banner-animation-image img:nth-child(4) {
    left: -2px;
    right: 0;
    margin: auto;
    z-index: 1;
    top: -145px;
}

.main-banner-animation-image img:nth-child(5) {
    left: -10px;
    right: 0;
    top: -250px;
    margin: auto;
    z-index: 1;
}

.main-banner-animation-image img:nth-child(6) {
    right: 150px;
    top: -50px;
    z-index: 1;
}

.main-banner-animation-image img:nth-child(7) {
    right: 5px;
    top: -120px;
    z-index: -1;
}

.main-banner-animation-image img:nth-child(8) {
    left: 0;
    right: 0;
    margin: auto;
    top: -35px;
}

.main-banner-animation-image img:nth-child(9) {
    right: 0;
    top: -80px;
}

.main-banner-animation-image img:nth-child(10) {
    right: 0;
    bottom: -190px;
}

.main-banner-animation-image img:nth-child(11) {
    right: 100px;
    top: -10px;
    z-index: -2;
}

.main-banner-animation-image img:nth-child(12) {
    left: 140px;
    top: 175px;
    z-index: -1;
}

.main-banner-animation-image img:last-child {
    display: none;
}

.main-banner-image {
    text-align: center;
}

.banner-section {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    background-image: url(/img/main-banner/bg2.png);
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 365px;
    padding-bottom: 350px;
}

.banner-section .container-fluid {
    max-width: 1360px;
}

.banner-section.without-banner-animation {
    padding-top: 200px;
    padding-bottom: 300px;
}

.banner-section.without-banner-animation .banner-content {
    margin-top: 0;
}

.banner-content {
    margin-top: -50px;
}

.banner-content h1 {
    font-size: 57px;
    margin-bottom: 18px;
    margin-top: -10px;
}

.banner-content .btn-box {
    margin-top: 35px;
}

.banner-content .btn-box .default-btn {
    margin-bottom: -7px;
}

.banner-content .btn-box .video-btn {
    position: absolute;
    display: inline-block;
    text-transform: uppercase;
    color: #1CA3DF;
    font-size: 22px;
    font-weight: 500;
    margin-top: -3px;
    margin-left: 30px;
}

.banner-content .btn-box .video-btn i {
    width: 55px;
    height: 55px;
    line-height: 56px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    font-size: 20px;
    margin-right: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.banner-content .btn-box .video-btn:hover i {
    background-color: #1CA3DF;
    color: #ffffff;
}

.banner-animation-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-animation-image img {
    position: absolute;
}

.banner-animation-image img:nth-child(1) {
    top: -180px;
    left: 45px;
}

.banner-animation-image img:nth-child(2) {
    bottom: -80px;
    left: 270px;
}

.banner-animation-image img:nth-child(3) {
    right: 0;
    bottom: 85px;
}

.banner-animation-image img:nth-child(4) {
    right: 0;
    bottom: -90px;
}

.banner-animation-image img:nth-child(5) {
    right: 40px;
    bottom: -15px;
    z-index: 1;
}

.banner-animation-image img:nth-child(6) {
    left: 0;
    bottom: 25px;
}

.banner-animation-image img:nth-child(7) {
    top: -120px;
    left: -50px;
    z-index: 1;
}

.banner-animation-image img:nth-child(8) {
    top: -245px;
    left: 150px;
    z-index: 1;
}

.banner-animation-image img:nth-child(9) {
    left: 200px;
    right: 0;
    margin: auto;
    top: -150px;
}

.banner-animation-image img:nth-child(10) {
    right: 0;
    top: -255px;
}

.banner-animation-image img:nth-child(11) {
    left: 60px;
    bottom: -130px;
}

.banner-animation-image img:nth-child(12) {
    left: 0;
    right: 0;
    margin: auto;
    top: -50px;
    max-width: 70%;
}

.banner-animation-image img:last-child {
    display: none;
}

.banner-image {
    text-align: center;
}

.hero-banner {
    position: relative;
    z-index: 1;
    padding-top: 300px;
    padding-bottom: 300px;
}

.hero-banner .container-fluid {
    max-width: 1360px;
}

.hero-banner.without-banner-animation {
    padding-top: 200px;
    padding-bottom: 150px;
}

.hero-banner-content h1 {
    font-size: 59px;
    margin-bottom: 15px;
    margin-top: -10px;
}

.hero-banner-content .btn-box {
    margin-top: 25px;
}

.hero-banner-content .btn-box .default-btn {
    margin-bottom: -7px;
}

.hero-banner-animation-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-banner-animation-image img {
    position: absolute;
}

.hero-banner-animation-image img:nth-child(1) {
    left: -23px;
    right: 0;
    margin: auto;
    bottom: -200px;
    z-index: 1;
}

.hero-banner-animation-image img:nth-child(2) {
    right: -55px;
    bottom: -185px;
}

.hero-banner-animation-image img:nth-child(3) {
    left: 161px;
    bottom: -215px;
    z-index: 1;
    max-width: 20%;
}

.hero-banner-animation-image img:nth-child(4) {
    right: 125px;
    top: -140px;
}

.hero-banner-animation-image img:nth-child(5) {
    left: -75px;
    bottom: -175px;
}

.hero-banner-animation-image img:nth-child(6) {
    right: 0;
    left: -110px;
    margin: auto;
    z-index: 1;
    top: -175px;
}

.hero-banner-animation-image img:nth-child(7) {
    left: -100px;
    right: 0;
    margin: auto;
    z-index: 1;
    top: -34px;
}

.hero-banner-animation-image img:nth-child(8) {
    left: 0;
    right: 102px;
    margin: auto;
    top: -5px;
}

.hero-banner-animation-image img:nth-child(9) {
    left: 20px;
    top: -135px;
}

.hero-banner-animation-image img:nth-child(10) {
    left: 0;
    top: -165px;
}

.hero-banner-animation-image img:last-child {
    display: none;
}

.hero-banner-image {
    text-align: center;
}

.main-banner-area {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    background-image: url(/img/main-banner/bg3.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 250px;
}

.banner-area-content {
    max-width: 720px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.banner-area-content h1 {
    font-size: 65px;
    margin-bottom: 18px;
    margin-top: -10px;
}

.banner-area-content p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.banner-area-content .default-btn {
    margin-top: 10px;
}

.banner-area-content img {
    margin-top: 50px;
}

.main-banner-item {
    height: 800px;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #2b67af;
}

.main-banner-item.item-bg1 {
    background-image: url(/img/main-banner/main-banner1.jpg);
}

.main-banner-item.item-bg2 {
    background-image: url(/img/main-banner/main-banner2.jpg);
}

.banner-item-content {
    max-width: 720px;
}

.banner-item-content .sub-title {
    display: block;
    color: #1CA3DF;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 25px;
}

.banner-item-content h1 {
    font-size: 65px;
    color: #ffffff;
    margin-bottom: 18px;
    margin-top: -10px;
}

.banner-item-content p {
    color: #ffffff;
    max-width: 650px;
}

.banner-item-content .btn-box {
    margin-top: 35px;
}

.banner-item-content .btn-box .default-btn {
    margin-bottom: -7px;
}

.banner-item-content .btn-box .default-btn span {
    background-color: #ffffff;
}

.banner-item-content .btn-box .default-btn:hover {
    color: #2b67af;
}

.banner-item-content .btn-box .video-btn {
    position: absolute;
    display: inline-block;
    text-transform: uppercase;
    color: #1CA3DF;
    font-size: 22px;
    font-weight: 500;
    margin-top: -3px;
    margin-left: 30px;
}

.banner-item-content .btn-box .video-btn i {
    width: 55px;
    height: 55px;
    line-height: 56px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    font-size: 20px;
    margin-right: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.banner-item-content .btn-box .video-btn:hover i {
    background-color: #1CA3DF;
    color: #ffffff;
}

.about-area.printer {
    background: #def5ff;
}

.owl-item.active .banner-item-content .sub-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.owl-item.active .banner-item-content h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.owl-item.active .banner-item-content p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.owl-item.active .banner-item-content .btn-box {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.home-slides.owl-carousel .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.home-slides.owl-carousel .owl-nav .owl-prev,
.home-slides.owl-carousel .owl-nav .owl-next {
    margin: 0 0 0 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    color: #1CA3DF;
    background-color: #ffffff;
    font-size: 22px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.home-slides.owl-carousel .owl-nav .owl-prev:hover,
.home-slides.owl-carousel .owl-nav .owl-next:hover {
    background-color: #1CA3DF;
    color: #ffffff;
}

.banner-wrapper {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    background-image: url(/img/main-banner/bg4.jpg);
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 350px;
    padding-bottom: 250px;
}

.banner-wrapper .container-fluid {
    max-width: 1360px;
}

.banner-wrapper.without-banner-animation {
    padding-top: 200px;
    padding-bottom: 100px;
}

.banner-wrapper.without-banner-animation .banner-wrapper-content {
    margin-top: 0;
}

.banner-wrapper-content {
    margin-top: -30px;
}

.banner-wrapper-content h1 {
    font-size: 49px;
    margin-bottom: 18px;
    margin-top: -10px;
}

.banner-wrapper-content p {
    max-width: 545px;
}

.banner-wrapper-content .btn-box {
    margin-top: 35px;
}

.banner-wrapper-content .btn-box .default-btn {
    margin-bottom: -7px;
}

.banner-wrapper-content .btn-box .default-btn:not(:first-child) {
    top: -.3px;
    margin-left: 10px;
    background-color: transparent;
    z-index: 1;
    height: 47px;
    color: #1CA3DF;
}

.banner-wrapper-content .btn-box .default-btn:not(:first-child)::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 5px;
    bottom: 0;
    left: 0;
    border: 1px solid #1CA3DF;
}

.banner-wrapper-content .btn-box .default-btn:not(:first-child):hover {
    color: #ffffff;
}

.banner-wrapper-animation-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-wrapper-animation-image img {
    position: absolute;
    max-width: 39%;
}

.banner-wrapper-animation-image img:nth-child(1) {
    right: 30px;
    bottom: -60px;
    z-index: 2;
}

.banner-wrapper-animation-image img:nth-child(2) {
    right: 2px;
    bottom: -107px;
    z-index: 1;
}

.banner-wrapper-animation-image img:nth-child(3) {
    right: 75px;
    top: -210px;
    z-index: 1;
}

.banner-wrapper-animation-image img:nth-child(4) {
    right: 0;
    top: -180px;
}

.banner-wrapper-animation-image img:nth-child(5) {
    left: 80px;
    top: -165px;
}

.banner-wrapper-animation-image img:nth-child(6) {
    right: 0;
    left: 220px;
    margin: auto;
    top: 150px;
    z-index: 2;
}

.banner-wrapper-animation-image img:nth-child(7) {
    left: 188px;
    bottom: -140px;
    z-index: 2;
}

.banner-wrapper-animation-image img:nth-child(8) {
    left: -25px;
    bottom: -40px;
    z-index: 1;
}

.banner-wrapper-animation-image img:nth-child(9) {
    right: 0;
    left: 30px;
    margin: auto;
    top: -70px;
    max-width: 82%;
}

.banner-wrapper-animation-image img:nth-child(10) {
    left: 0;
    right: -70px;
    top: -100px;
    margin: auto;
    max-width: 82%;
    z-index: -1;
}

.banner-wrapper-animation-image img:last-child {
    display: none;
}

.banner-wrapper-image {
    text-align: center;
}

.vector-shape7 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.vector-shape8 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.it-services-banner {
    position: relative;
    z-index: 1;
    /* padding: 130px 0; */
}

.it-services-banner .main-banner-content {
    max-width: 1440px;
    margin: 0 auto;
}

.seo-agency-banner {
    position: relative;
    z-index: 1;
    background: transparent url(/img/banner-bg2.jpg) left top no-repeat;
    padding-top: 270px;
    padding-bottom: 150px;
}

.seo-agency-banner .container-fluid {
    max-width: 1360px;
}

.seo-agency-banner .banner-wrapper-content {
    margin-top: 0;
}

.seo-agency-banner .banner-wrapper-content h1 {
    margin-bottom: 20px;
}

.seo-agency-banner .banner-wrapper-content .btn-box {
    margin-top: 25px;
}

.banner-wrapper-content .sub-title {
    display: block;
    margin-bottom: 20px;
    color: #1CA3DF;
    text-transform: uppercase;
    font-weight: 500;
}

.digital-agency-banner {
    background: linear-gradient(75deg, #65258a 10%, #e80566) !important;
    position: relative;
    z-index: 1;
    padding-top: 120px;
    padding-bottom: 120px;
}

.digital-agency-banner .banner-wrapper-content {
    margin-top: 0;
}

.digital-agency-banner .banner-wrapper-content .sub-title {
    color: #ffffff;
}

.digital-agency-banner .banner-wrapper-content h1 {
    color: #ffffff;
}

.digital-agency-banner .banner-wrapper-content p {
    color: #ffffff;
}


/*================================================
Solutions Area CSS
=================================================*/

.solutions-area .section-title {
    max-width: 695px;
}

.single-solutions-box {
    margin-bottom: 30px;
    padding: 40px 15px 40px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #DFDFDF;
    text-align: center;
}

.single-solutions-box .icon {
    margin-bottom: 15px;
    line-height: 1;
    font-size: 65px;
}

.single-solutions-box h3 {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 20px;
    font-family: 'db_heaventmed', sans-serif;
    font-weight: 500;
}

.single-solutions-box h3 a {
    display: inline-block;
    color: #333;
}

.single-solutions-box p {
    line-height: 24px;
    min-height: 75px;
    font-family: db_heaventcond;
    font-size: 23px;
}

.view-details-btn {
    display: inline-block;
    color: #1CA3DF;
    margin-top: 5px;
    position: relative;
    font-size: 22px;
    font-weight: 400;
    font-family: 'db_heaventmed', sans-serif;
}

.view-details-btn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #2b67af;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.view-details-btn:hover {
    color: #2b67af;
}

.view-details-btn:hover::before {
    width: 100%;
}


/*  */


/* .single-solutions-box .view-details-btn {
  display: inline-block;
  color: #1CA3DF;
  margin-top: 5px;
  position: relative;
  font-size: 22px;
  font-weight: 300;
}

.single-solutions-box .view-details-btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #1CA3DF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-solutions-box .view-details-btn:hover {
  color: #2b67af;
}

.single-solutions-box .view-details-btn:hover::before {
  width: 100%;
} */

.single-solutions-box:hover {
    border-color: #1CA3DF;
}

.single-solutions-box:hover .icon {
    -webkit-animation: bounce 2s;
    animation: bounce 2s;
}

.content-area h2.content-title {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    color: #222;
}

.content-area .content-sub-title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    color: #333;
}


/*================================================
About Area CSS
=================================================*/

.about-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about-content .content {
    max-width: 585px;
    font-size: 24px;
    font-family: 'db_heaventcond';
}

.about-content .content .sub-title {
    position: relative;
    display: block;
    margin-bottom: 10px;
    color: #1CA3DF;
    font-weight: 500;
    font-size: 25px;
    line-height: 28px;
}

.about-content .content .sub-title img {
    margin-right: 5px;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.about-content .content h2 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    color: #222;
    line-height: 1;
}

.printer .content h2 {
    font-family: 'db_heaventbold', sans-serif;
}

.about-content .content p {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
    color: #333;
    font-family: 'db_heaventcond';
}

.about-content .content p:last-child {
    margin-bottom: 0;
}

.about-content .content .features-list {
    padding-left: 0;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    margin-top: -20px;
    margin-left: -15px;
    margin-right: -15px;
}

.about-content .content .features-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
}

.about-content .content .features-list li span {
    display: block;
    border: 1px solid #f0eae2;
    border-radius: 5px;
    padding: 20px 20px 20px 95px;
    position: relative;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.about-content .content .features-list li span .icon {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}

.about-content .content .features-list li span h3 {
    margin-bottom: 3px;
    font-size: 25px;
}

.about-content .content .features-list li span:hover {
    border-color: #1CA3DF;
}

.about-content .content .about-list {
    padding-left: 0;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    margin-top: -20px;
    margin-left: -15px;
    margin-right: -15px;
}

.about-content .content .about-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
}

.about-content .content .about-list li span {
    display: block;
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 20px 15px 20px 68px;
    border-radius: 5px;
    z-index: 1;
    background-color: #ffffff;
    font-size: 19px;
    font-weight: 500;
}

.about-content .content .about-list li span .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #deecf4;
    font-size: 20px;
}

.about-content .content .about-list li span img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.about-content .content .about-list li span:hover .icon {
    background-color: #1CA3DF;
    color: #ffffff;
}

.about-content .content .content-list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 30px;
    margin-top: 30px;
}

.about-content .content .content-list li {
    position: relative;
    margin-bottom: 35px;
    padding-left: 53px;
    font-size: 19px;
    font-weight: 500;
}

.about-content .content .content-list li i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #deecf4;
    font-size: 20px;
}

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

.about-content .content .content-list li:hover i {
    background-color: #1CA3DF;
    color: #ffffff;
}

.about-content .content .default-btn {
    font-size: 22px;
    /* font-weight: 300; */
}

.about-image {
    text-align: center;
}

.about-image-box {
    text-align: center;
    position: relative;
    margin-right: 20px;
    border-radius: 5px;
    padding-bottom: 15px;
    padding-right: 15px;
}

.about-image-box img {
    border-radius: 5px;
}

.about-image-box::before {
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 5px;
    position: absolute;
    background: #1CA3DF;
    z-index: -1;
    margin-top: 15px;
    margin-left: 15px;
}

.about-image-box .box {
    background-color: #ffffff;
    left: 0;
    bottom: 15px;
    position: absolute;
    border-radius: 0 5px 0 0;
    padding: 10px 20px;
}

.about-image-box .video-btn {
    display: inline-block;
    text-transform: uppercase;
    color: #1CA3DF;
    font-size: 22px;
    font-weight: 500;
}

.about-image-box .video-btn i {
    width: 55px;
    height: 55px;
    line-height: 56px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    font-size: 20px;
    margin-right: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.about-image-box .video-btn:hover i {
    background-color: #1CA3DF;
    color: #ffffff;
}

.about-img {
    text-align: center;
    position: relative;
    z-index: 1;
}

.about-img .shape {
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    z-index: -1;
}

.about-inner-area {
    margin-top: 100px;
}

.about-text h3 {
    margin-bottom: 13px;
    font-size: 25px;
}

.about-text .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 0;
}

.about-text .features-list li {
    position: relative;
    margin-bottom: 12px;
    color: #6b6b84;
    font-weight: 500;
    padding-top: 5px;
    padding-left: 30px;
}

.about-text .features-list li i {
    font-size: 9px;
    color: #2b67af;
    background-color: #eaeaf2;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}

.about-text .features-list li:last-child {
    margin-bottom: 0;
}

.about-text .features-list li:hover i {
    background-color: #1CA3DF;
    color: #ffffff;
}

.circle-shape1 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.home-bottom-area {
    /* background: url(../img/go_ship/bg_home_bottom.png) no-repeat top center; */
    background: linear-gradient(180deg, #FAFBFD 0%, #E8F1FA 100%);
}


/*================================================
Our Mission Area CSS
=================================================*/

.our-mission-area {
    overflow: hidden;
}

.our-mission-content .content {
    max-width: 635px;
    margin-left: auto;
}

.our-mission-content .content .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #1CA3DF;
    font-weight: 500;
    font-size: 15px;
}

.our-mission-content .content .sub-title img {
    margin-right: 5px;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.our-mission-content .content h2 {
    margin-bottom: 15px;
    font-size: 44px;
}

.our-mission-content .content p {
    margin-bottom: 20px;
}

.our-mission-content .content p:last-child {
    margin-bottom: 0;
}

.our-mission-content .content .our-mission-list {
    padding-left: 0;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    margin-top: -20px;
    margin-left: -15px;
    margin-right: -15px;
}

.our-mission-content .content .our-mission-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
}

.our-mission-content .content .our-mission-list li span {
    display: block;
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 20px 15px 20px 68px;
    border-radius: 5px;
    z-index: 1;
    background-color: #ffffff;
    font-size: 19px;
    font-weight: 500;
}

.our-mission-content .content .our-mission-list li span .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #deecf4;
    font-size: 20px;
}

.our-mission-content .content .our-mission-list li span img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.our-mission-content .content .our-mission-list li span:hover .icon {
    background-color: #1CA3DF;
    color: #ffffff;
}

.our-mission-content .content .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 30px;
    margin-top: 30px;
}

.our-mission-content .content .features-list li {
    position: relative;
    margin-bottom: 35px;
    padding-left: 53px;
    font-size: 19px;
    font-weight: 500;
}

.our-mission-content .content .features-list li i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #deecf4;
    font-size: 20px;
}

.our-mission-content .content .features-list li:last-child {
    margin-bottom: 0;
}

.our-mission-content .content .features-list li:hover i {
    background-color: #1CA3DF;
    color: #ffffff;
}

.our-mission-content .content .default-btn {
    margin-top: 5px;
}

.our-mission-image {
    text-align: center;
    position: relative;
    z-index: 1;
}

.our-mission-image .shape {
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    z-index: -1;
}


/*================================================
Boxes Area CSS
=================================================*/

.boxes-area {
    position: relative;
    z-index: 1;
    margin-top: -160px;
}

.single-boxes-item {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 40px 30px 35px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.single-boxes-item .icon {
    margin-bottom: 30px;
}

.single-boxes-item h3 {
    margin-bottom: 12px;
    font-size: 25px;
}

.single-boxes-item h3 a {
    display: inline-block;
}

.single-boxes-item .default-btn {
    background-color: transparent;
    color: #1CA3DF;
    border: 1px solid #eae1d6;
    margin-top: 8px;
}

.single-boxes-item .default-btn span {
    display: none;
}

.single-boxes-item .default-btn i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-boxes-item .default-btn:hover {
    color: #ffffff;
    border-color: #1CA3DF;
    background-color: #1CA3DF;
    padding: 12px 50px 12px 25px;
}

.single-boxes-item .default-btn:hover i {
    left: 73%;
}

.single-boxes-item .shape1 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-boxes-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.09);
}

.col-lg-4:nth-child(2) .single-boxes-item .shape1 {
    bottom: auto;
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: -5px;
}

.vector-shape9 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.vector-shape10 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}


/*================================================
Funfacts Area CSS
=================================================*/

.funfacts-area {
    position: relative;
    z-index: 1;
}

.funfacts-area.bg-image {
    background-color: #2b67af;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/img/funfacts/bg.jpg);
}

.funfacts-area.bg-image .single-funfacts-item h3 {
    color: #ffffff;
}

.funfacts-area.bg-image .single-funfacts-item::before {
    background-color: #402939;
}

.funfacts-area.bg-image .single-funfacts-item p {
    color: #a6a6b4;
}

.single-funfacts-box {
    margin-bottom: 30px;
    border: 1px solid #f0eae2;
    border-radius: 5px;
    padding: 20px 20px 20px 98px;
    position: relative;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-funfacts-box .icon {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}

.single-funfacts-box h3 {
    margin-bottom: 3px;
    font-size: 28px;
}

.single-funfacts-box:hover {
    border-color: #1CA3DF;
}

.single-funfacts-item {
    margin-bottom: 30px;
    padding-left: 98px;
    position: relative;
}

.single-funfacts-item .icon {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}

.single-funfacts-item h3 {
    margin-bottom: 3px;
    font-size: 28px;
}

.single-funfacts-item::before {
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    right: 25px;
    top: 0;
    background-color: #eacbae;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}

.col-lg-3:last-child .single-funfacts-item::before {
    display: none;
}


/*================================================
What We Do Area CSS
=================================================*/

.single-what-we-do-box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 105px;
}

.single-what-we-do-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f4f4f4;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    color: #1CA3DF;
    text-align: center;
    font-size: 55px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-what-we-do-box .icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}

.single-what-we-do-box h3 {
    margin-bottom: 10px;
    font-size: 25px;
}

.single-what-we-do-box h3 a {
    display: inline-block;
}

.single-what-we-do-box p {
    margin-bottom: 12px;
}

.single-what-we-do-box .link {
    display: block;
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: 7px;
}

.single-what-we-do-box .link i {
    color: #6b6b84;
}

.single-what-we-do-box .link:hover {
    color: #1CA3DF;
}

.single-what-we-do-box .read-more-btn {
    color: #1CA3DF;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-left: 23px;
    margin-top: 15px;
}

.single-what-we-do-box .read-more-btn i {
    position: absolute;
    left: 0;
    top: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 1;
}

.single-what-we-do-box .read-more-btn:hover {
    color: #2b67af;
    padding-left: 0;
    padding-right: 8px;
}

.single-what-we-do-box .read-more-btn:hover i {
    left: 100%;
    top: 4.5px;
}

.single-what-we-do-box:hover .icon {
    background-color: #1CA3DF;
    color: #ffffff;
}

.col-lg-4:nth-child(1) .single-what-we-do-box {
    margin-top: 60px;
}

.col-lg-4:nth-child(2) .single-what-we-do-box {
    margin-top: 30px;
}


/*================================================
History Area CSS
=================================================*/

.history-timeline {
    position: relative;
    list-style-type: none;
    padding-left: 0;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.history-timeline .timeline-block {
    position: relative;
    /* padding-left: 180px;
    margin-bottom: 50px; */
}

.history-timeline .timeline-block:last-child {
    margin-bottom: 0;
}

.history-timeline .timeline-block:last-child::before {
    display: none;
}

.history-timeline .timeline-block::before {
    content: "\ea17";
    position: absolute;
    left: -7px;
    color: #1CA3DF;
    bottom: -25px;
    -webkit-animation: fade-down 1.5s infinite linear;
    animation: fade-down 1.5s infinite linear;
    font-family: "boxicons" !important;
    font-size: 30px;
}

.history-timeline .timeline-block .timeline-date {
    /* text-align: center;
    position: absolute;
    line-height: 1.8;
    left: 60px;
    top: 0; */
}

.history-timeline .timeline-block .timeline-date span {
    display: block;
    margin-bottom: 3px;
    color: #2b67af;
    font-weight: 600;
}

/* .history-timeline .timeline-block .timeline-date sup {} */

/* .history-timeline .timeline-block .timeline-icon {
    position: absolute;
    top: 7px;
    left: 0;
} */

.history-timeline .timeline-block .timeline-icon .dot-badge {
    background-color: #c4c4c4;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

/* .history-timeline .timeline-block:first-child .timeline-icon {
    left: -2px;
} */

.history-timeline .timeline-block:first-child .timeline-icon .dot-badge {
    background-color: #1CA3DF;
    width: 20px;
    height: 20px;
}

.history-timeline .timeline-block .timeline-content {
    background-color: #ffffff;
    padding: 30px;
}

.history-timeline .timeline-block .timeline-content .content {
    padding-left: 5px;
    padding-right: 15px;
}

.history-timeline .timeline-block .timeline-content .content h3 {
    margin-bottom: 15px;
    font-size: 25px;
}

.history-timeline.history-timeline-style-two::before {
    left: auto;
    right: 130px;
    background-color: #f3f1f1;
}

.history-timeline.history-timeline-style-two .timeline-block {
    padding-left: 0;
    padding-right: 165px;
}

.history-timeline.history-timeline-style-two .timeline-block::before {
    left: auto;
    right: 115px;
}

.history-timeline.history-timeline-style-two .timeline-block .timeline-date {
    text-align: left;
    right: 0;
    left: auto;
}

.history-timeline.history-timeline-style-two .timeline-block .timeline-icon {
    left: auto;
    right: 125px;
}

.history-timeline.history-timeline-style-two .timeline-block .timeline-content {
    background-color: #f7faff;
}

.history-timeline.history-timeline-style-two .timeline-block .timeline-content .content {
    padding-left: 10px;
    padding-right: 10px;
}


/*================================================
shipping-status
=================================================*/

.shipping-status-area-box {
    padding: 100px 0;
}

.shipping-status-area {
    /* display: none; */
    /* padding: 0 15%; */
}

.shipping-status-area.active {
    display: block;
}

.shipping-status-area .history-timeline .timeline-block::before {
    display: none;
}

.shipping-status-area .history-timeline .timeline-block .timeline-date {
    /* top: 0; */
}

.shipping-status-area .history-timeline .timeline-block .timeline-content {
    padding: 6px 30px 30px 30px;
}

.shipping-status-area .history-timeline::before {
    height: calc(100% - 15px);
}

.shipping-status-area ul.shipping-status-bar {
    list-style: none;
    text-align: center;
    padding-left: 0;
    margin-bottom: 40px;
    list-style-type: none;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.shipping-status-area .shipping-status-bar.gray::before {
    content: '';
    width: calc(100% - 190px);
    height: 2.5px;
    background-color: #c4c4c4;
    top: 45px;
    left: 95px;
    position: absolute;
    z-index: 1;
}

.shipping-status-area .shipping-status-bar::before {
    content: '';
    width: calc(110% - 190px);
    height: 2.5px;
    background-color: #1CA3DF;
    top: 38px;
    /* left: 95px; */
    left: 50px;
    position: absolute;
    z-index: 1;
}

.shipping-status-area ul.shipping-status-bar li.active {
    color: black;
}

.shipping-status-area ul.shipping-status-bar li {
    display: inline-block;
    /* margin: 0 60px; */
    font-weight: 400;
    position: relative;
    z-index: 3;
    color: #c4c4c4;
}

.shipping-status-area ul.shipping-status-bar li {
    display: inline-block;
    /* margin: 0 60px; */
    font-weight: 400;
    position: relative;
    z-index: 3;
}

.shipping-status-area ul.shipping-status-bar li:first-child {
    margin-left: 0;
}

.shipping-status-area ul.shipping-status-bar li:last-child {
    margin-right: 0;
}

.shipping-status-area ul.shipping-status-bar li.active span.s_icon {
    border: 2.5px solid #1CA3DF;
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    border-radius: 50px;
    background: #fff;
    color: #c4c4c4;
}

.shipping-status-area ul.shipping-status-bar li.danger span.s_icon {
    border: 2.5px solid #dc3545;
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    border-radius: 50px;
    background: #fff;
    color: #c4c4c4;
}

.shipping-status-area ul.shipping-status-bar li span.s_icon {
    border: 2.5px solid #c4c4c4;
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    border-radius: 50px;
    background: #fff;
}

.shipping-status-area ul.shipping-status-bar li.active span.s_icon span {
    width: 60px;
    height: 60px;
    border: unset;
    background: #C9EEFF;
    padding: 18px;
    display: inline-block;
    border-radius: 50%;
    color: #1CA3DF;
}

.shipping-status-area ul.shipping-status-bar li.danger span.s_icon span {
    width: 60px;
    height: 60px;
    border: unset;
    background: #dc3545;
    padding: 18px;
    display: inline-block;
    border-radius: 50%;
    color: white;
}

.shipping-status-area ul.shipping-status-bar li span.s_icon span {
    width: 60px;
    height: 60px;
    border: 2.5px solid #c4c4c4;
    padding: 18px;
    display: inline-block;
    border-radius: 50%;
    color: #c4c4c4;
}

.shipping-status-area ul.shipping-status-bar li .text {
    margin-top: 10px;
}

.tb-shipping-rate {
    display: none;
    width: 100%;
}


/*================================================
Services Area CSS
=================================================*/

.services-area {
    position: relative;
    z-index: 1;
}

.single-services-box {
    text-align: center;
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 45px 30px 80px;
    position: relative;
    border-radius: 5px;
    z-index: 1;
    overflow: hidden;
}

.single-services-box .icon {
    margin-bottom: 25px;
}

.single-services-box h3 {
    margin-bottom: 12px;
    font-size: 25px;
}

.single-services-box h3 a {
    display: inline-block;
}

.single-services-box::before {
    content: '';
    position: absolute;
    bottom: -88%;
    left: 0;
    width: 115%;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: -webkit-gradient(linear, left bottom, right top, from(#66eaff), color-stop(#8feffd), color-stop(#b0f3fd), color-stop(#ccf7fc), to(#e7fbfd));
    background: linear-gradient(to right top, #66eaff, #8feffd, #b0f3fd, #ccf7fc, #e7fbfd);
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
}

.single-services-box::after {
    content: '';
    position: absolute;
    bottom: -88%;
    left: 0;
    width: 115%;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: -webkit-gradient(linear, left bottom, right top, from(#ff8008), color-stop(#ff8a0d), color-stop(#ff9413), color-stop(#ff9d1a), to(#ffa621));
    background: linear-gradient(to right top, #ff8008, #ff8a0d, #ff9413, #ff9d1a, #ffa621);
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
    opacity: 0;
    visibility: hidden;
}

.single-services-box .read-more-btn {
    display: inline-block;
    color: #1CA3DF;
    position: absolute;
    right: 45px;
    bottom: 15px;
    font-size: 17px;
    font-weight: 500;
}

.single-services-box .read-more-btn i {
    position: relative;
    top: 2px;
}

.single-services-box:hover::before {
    opacity: 0;
    visibility: hidden;
}

.single-services-box:hover::after {
    opacity: 1;
    visibility: visible;
}

.single-services-box:hover .read-more-btn {
    color: #ffffff;
}

.single-services-item {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 40px 30px 35px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-services-item .icon {
    margin-bottom: 25px;
}

.single-services-item h3 {
    margin-bottom: 12px;
    font-size: 25px;
}

.single-services-item h3 a {
    display: inline-block;
}

.single-services-item .default-btn {
    background-color: transparent;
    color: #1CA3DF;
    border: 1px solid #eae1d6;
    margin-top: 8px;
}

.single-services-item .default-btn span {
    display: none;
}

.single-services-item .default-btn i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-services-item .default-btn:hover {
    color: #ffffff;
    border-color: #1CA3DF;
    background-color: #1CA3DF;
    padding: 12px 50px 12px 25px;
}

.single-services-item .default-btn:hover i {
    left: 73%;
}

.single-services-item .shape1 {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    opacity: 0.85;
}

.single-services-item .shape2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-services-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.single-services-item:hover .shape1 img {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 50s;
    animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.single-services-item:hover .shape2 {
    right: -10px;
    bottom: -10px;
}

.single-services-item-box {
    text-align: center;
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 45px 30px;
    border-radius: 5px;
}

.single-services-item-box .icon {
    margin-bottom: 25px;
}

.single-services-item-box h3 {
    margin-bottom: 12px;
    font-size: 25px;
}

.single-services-item-box h3 a {
    display: inline-block;
}

.single-services-item-box .read-more-btn {
    color: #1CA3DF;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-right: 23px;
}

.single-services-item-box .read-more-btn i {
    position: absolute;
    right: 0;
    top: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 1;
}

.single-services-item-box .read-more-btn:hover {
    color: #2b67af;
    padding-right: 0;
    padding-left: 8px;
}

.single-services-item-box .read-more-btn:hover i {
    right: 100%;
}

.single-services-box-item {
    background-color: #fafafb;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 90px 35px 70px;
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
}

.single-services-box-item .icon {
    width: 90px;
    height: 90px;
    text-align: center;
    position: relative;
    background-color: #80c54d;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;
}

.single-services-box-item .icon img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    margin: auto;
}

.single-services-box-item h3 {
    margin-bottom: 12px;
    font-size: 25px;
}

.single-services-box-item h3 a {
    display: inline-block;
}

.single-services-box-item .shape {
    position: absolute;
    right: 0;
    top: -15px;
    z-index: -1;
}

.single-services-box-item .learn-more-btn {
    color: #1CA3DF;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-left: 23px;
}

.single-services-box-item .learn-more-btn i {
    position: absolute;
    left: 0;
    top: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 1;
}

.single-services-box-item .learn-more-btn:hover {
    color: #2b67af;
    padding-left: 0;
    padding-right: 8px;
}

.single-services-box-item .learn-more-btn:hover i {
    left: 100%;
    top: 4.5px;
}

.col-lg-4:nth-child(2) .single-services-box-item .icon {
    background-color: #4267d1;
}

.col-lg-4:nth-child(3) .single-services-box-item .icon {
    background-color: #ca8220;
}

.col-lg-4:nth-child(4) .single-services-box-item .icon {
    background-color: #b92fb1;
}

.col-lg-4:nth-child(5) .single-services-box-item .icon {
    background-color: #de6742;
}

.col-lg-4:nth-child(6) .single-services-box-item .icon {
    background-color: #59eed0;
}

.circle-shape2 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.load-more-btn {
    margin-top: 25px;
}

.load-more-btn .default-btn {
    background-color: transparent;
    color: #1CA3DF;
    border: 1px solid #eae1d6;
    margin-bottom: -7px;
}

.load-more-btn .default-btn span {
    background-color: #1CA3DF;
}

.load-more-btn .default-btn:hover {
    color: #ffffff;
    border-color: #1CA3DF;
}

.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 100%;
    z-index: -1;
}

.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #e5ebf0;
    overflow: hidden;
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #1CA3DF), to(#1CA3DF));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #1CA3DF 75%, #1CA3DF 100%);
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(1) {
    margin-left: -30%;
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line:nth-child(3) {
    margin-left: 30%;
}

.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.lines .line:nth-child(4) {
    margin-left: -15%;
}

.lines .line:nth-child(4)::after {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.lines .line:nth-child(5) {
    margin-left: 15%;
}

.lines .line:nth-child(5)::after {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

@-webkit-keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}

@keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}


/*================================================
Services Details Area CSS
=================================================*/

.services-details-image {
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
}

.services-details-image img {
    border-radius: 5px;
    width: 100%;
}

.services-details-image-slides.owl-theme {
    margin-bottom: 30px;
}

.services-details-image-slides.owl-theme .owl-nav {
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.services-details-image-slides.owl-theme .owl-nav [class*=owl-] {
    color: #87a1c1;
    font-size: 22px;
    margin: 0;
    padding: 0;
    background: #ffffff;
    width: 45px;
    height: 45px;
    line-height: 40px;
    position: absolute;
    left: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    padding-left: 5px !important;
    border-radius: 50%;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1.5px;
}

.services-details-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20px;
    padding-left: 3px !important;
}

.services-details-image-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #1CA3DF;
    color: #ffffff;
    border-color: #1CA3DF;
}

.services-details-image-slides.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.services-details-desc .sub-title {
    color: #1CA3DF;
    display: block;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 400;
}

.services-details-desc .sub-title-update {
    font-family: 'db_heaventmed', sans-serif;
    font-size: 22px;
    display: block;
    margin-bottom: 15px;
}

.services-details-desc h3 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 500;
}

.services-details-desc .image {
    padding-right: 15px;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.services-details-desc .image img {
    border-radius: 5px;
}

.services-details-desc .content {
    margin-top: 15px;
    margin-bottom: 30px;
}

.services-details-desc .content h3 {
    font-size: 24px;
    margin-bottom: 18px;
    margin-top: 0;
}

.services-details-desc .content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.services-details-desc .content ul li {
    margin-bottom: 12px;
    font-weight: 500;
    color: #6b6b84;
    position: relative;
    padding-left: 20px;
}

.services-details-desc .content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1CA3DF;
}

.services-details-desc .content ul li:last-child {
    margin-bottom: 0;
}

.services-details-desc .technologies-features {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
    margin-top: -5px;
}

.services-details-desc .technologies-features li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-top: 12px;
}

.services-details-desc .technologies-features li span {
    font-weight: 500;
    color: #6b6b84;
    position: relative;
    display: block;
    padding-left: 19px;
}

.services-details-desc .technologies-features li span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1CA3DF;
}

.services-details-desc .single-industries-serve-box {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.services-details-info {
    padding-left: 15px;
}

.services-details-info .services-list {
    padding-left: 0;
    list-style-type: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 40px 10px #eaeaef;
    box-shadow: 0 5px 40px 10px #eaeaef;
    margin-bottom: 30px;
}

.services-details-info .services-list li a {
    display: block;
    border-bottom: 1px solid #eeeeee;
    padding: 20px 30px;
    position: relative;
    font-size: 17px;
    font-weight: 500;
}

.services-details-info .services-list li a::before {
    content: "\f104";
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    font-family: Flaticon;
    font-size: 22px;
}

.services-details-info .services-list li a:hover,
.services-details-info .services-list li a.active {
    background-color: #1CA3DF;
    border-color: #1CA3DF;
    color: #ffffff;
}

.services-details-info .services-list li:last-child a {
    border-bottom: none;
}

.services-details-info .download-file {
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 40px 10px #eaeaef;
    box-shadow: 0 5px 40px 10px #eaeaef;
    margin-bottom: 30px;
    padding: 30px;
}

.services-details-info .download-file h3 {
    margin-bottom: 25px;
    font-size: 24px;
}

.services-details-info .download-file ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.services-details-info .download-file ul li a {
    display: block;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16.5px;
    font-weight: 500;
}

.services-details-info .download-file ul li a i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}

.services-details-info .download-file ul li:first-child {
    border-top: 1px solid #eeeeee;
}

.services-details-info .services-contact-info {
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 40px 10px #eaeaef;
    box-shadow: 0 5px 40px 10px #eaeaef;
    margin-bottom: 30px;
    padding: 30px;
}

.services-details-info .services-contact-info h3 {
    margin-bottom: 25px;
    font-size: 24px;
}

.services-details-info .services-contact-info ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.services-details-info .services-contact-info ul li {
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    color: #6b6b84;
    font-weight: 500;
    font-size: 16.5px;
    padding-left: 35px;
    padding-bottom: 20px;
}

.services-details-info .services-contact-info ul li span {
    color: #2b67af;
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 500;
}

.services-details-info .services-contact-info ul li a {
    display: block;
    color: #6b6b84;
    margin-bottom: 8px;
}

.services-details-info .services-contact-info ul li a:last-child {
    margin-bottom: 0;
}

.services-details-info .services-contact-info ul li a:hover {
    color: #1CA3DF;
}

.services-details-info .services-contact-info ul li .icon {
    position: absolute;
    left: 0;
    top: 3px;
    color: #1CA3DF;
    font-weight: normal;
    font-size: 25px;
}

.services-details-info .services-contact-info ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}


/*================================================
Featured Services Area CSS
=================================================*/

.single-featured-services-item {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 60px 30px 55px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}

.single-featured-services-item .icon {
    margin-bottom: 30px;
}

.single-featured-services-item h3 {
    margin-bottom: 12px;
    font-size: 25px;
}

.single-featured-services-item h3 a {
    display: inline-block;
}

.single-featured-services-item .default-btn {
    background-color: transparent;
    color: #1CA3DF;
    border: 1px solid #eae1d6;
    margin-top: 8px;
}

.single-featured-services-item .default-btn span {
    background-color: #1CA3DF;
    display: none;
}

.single-featured-services-item .default-btn i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-featured-services-item .default-btn:hover {
    color: #ffffff;
    background-color: #1CA3DF;
    border-color: #1CA3DF;
    padding: 12px 50px 12px 25px;
}

.single-featured-services-item .default-btn:hover i {
    left: 73%;
}

.single-featured-services-item .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 5px;
    opacity: .50;
}

.single-featured-services-item .shape img {
    border-radius: 5px;
    width: 100%;
}

.single-featured-services-item:hover .icon {
    -webkit-animation: bounce 2s;
    animation: bounce 2s;
}

.single-featured-services-box {
    margin-bottom: 30px;
    position: relative;
    padding-right: 25px;
}

.single-featured-services-box .icon {
    background-color: #1CA3DF;
    color: #ffffff;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    text-align: center;
    font-size: 45px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-featured-services-box .icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}

.single-featured-services-box h3 {
    margin-bottom: 12px;
    font-size: 25px;
}

.single-featured-services-box h3 a {
    display: inline-block;
}

.single-featured-services-box .read-more-btn {
    color: #1CA3DF;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-left: 23px;
}

.single-featured-services-box .read-more-btn i {
    position: absolute;
    left: 0;
    top: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 1;
}

.single-featured-services-box .read-more-btn:hover {
    color: #2b67af;
    padding-left: 0;
    padding-right: 8px;
}

.single-featured-services-box .read-more-btn:hover i {
    left: 100%;
    top: 4.5px;
}

.single-featured-services-box:hover .icon {
    background-color: #2b67af !important;
    color: #ffffff !important;
}

.col-lg-4:nth-child(2) .single-featured-services-item .shape {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    bottom: auto;
    top: 0;
}

.col-lg-4:nth-child(2) .single-featured-services-box {
    margin-top: 30px;
}

.col-lg-4:nth-child(2) .single-featured-services-box .icon {
    background-color: #01b882;
    color: #ffffff;
}

.col-lg-4:nth-child(3) .single-featured-services-box .icon {
    background-color: #bb005c;
    color: #ffffff;
}

.col-lg-4:nth-child(1) .single-featured-services-box {
    margin-top: 60px;
}


/*================================================
How It's Work Area CSS
=================================================*/

.process-area {
    position: relative;
    z-index: 1;
}

.single-process-box {
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #f5f3f2;
    border-radius: 5px;
    padding: 50px 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.single-process-box .image {
    margin-bottom: 25px;
}

.single-process-box h3 {
    margin-bottom: 12px;
    font-size: 24px;
}

.single-process-box h3 a {
    display: inline-block;
}

.single-process-box .number {
    line-height: 1;
    color: #eeedef;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: -1;
    opacity: .45;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 215px;
    font-weight: 500;
    font-style: italic;
}

.single-process-box:hover {
    border-color: #1CA3DF;
}

.single-process-box:hover .number {
    -webkit-transform: translateX(10px) rotate(5deg);
    transform: translateX(10px) rotate(5deg);
}

.process-image {
    text-align: center;
}

.process-content .single-box-item {
    margin-bottom: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.02);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    max-width: 430px;
}

.process-content .single-box-item .image {
    background-color: #edfcff;
    padding: 15px 20px;
    border-radius: 5px 0 0 5px;
}

.process-content .single-box-item h3 {
    margin-bottom: 0;
    font-size: 24px;
    padding: 10px 20px 10px 20px;
}

.process-content .single-box-item .number {
    color: #eeedef;
    line-height: 1;
    position: absolute;
    right: 5px;
    bottom: -45px;
    z-index: -1;
    font-size: 105px;
    font-style: italic;
    font-weight: 500;
}

.process-content .single-box-item:hover .number {
    -webkit-animation: bounce 2s;
    animation: bounce 2s;
}

.process-content .row .col-lg-12:nth-child(1) .single-box-item {
    margin-left: -30px;
}

.process-content .row .col-lg-12:nth-child(2) .single-box-item {
    margin-left: 10px;
}

.process-content .row .col-lg-12:nth-child(3) .single-box-item {
    margin-left: 50px;
}

.process-content .row .col-lg-12:nth-child(4) .single-box-item {
    margin-left: 90px;
}

.process-content .row .col-lg-12:nth-child(5) .single-box-item {
    margin-left: 130px;
}

.process-content .row .col-lg-12:nth-child(6) .single-box-item {
    margin-left: 170px;
}

.process-content .row .col-lg-12:last-child .single-box-item {
    margin-bottom: 0;
}

.how-its-work-content .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #1CA3DF;
    font-weight: 500;
    font-size: 15px;
}

.how-its-work-content .sub-title img {
    margin-right: 5px;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.how-its-work-content h2 {
    margin-bottom: 15px;
    font-size: 44px;
}

.how-its-work-content .inner-box {
    margin-top: 35px;
}

.how-its-work-content .inner-box .single-item {
    position: relative;
    z-index: 1;
    padding-left: 100px;
    padding-bottom: 30px;
}

.how-its-work-content .inner-box .single-item .count-box {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 8px;
    top: 8px;
    line-height: 65px;
    text-align: center;
    color: #1CA3DF;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-box-shadow: #edf1fe 0px 0px 0px 7px;
    box-shadow: #edf1fe 0px 0px 0px 7px;
    font-size: 30px;
    font-weight: 500;
    font-style: italic;
}

.how-its-work-content .inner-box .single-item h3 {
    margin-bottom: 10px;
    font-size: 24px;
}

.how-its-work-content .inner-box .single-item::before {
    content: '';
    position: absolute;
    top: 1px;
    width: 1px;
    height: 100%;
    background-color: #1CA3DF;
    z-index: -1;
    left: 40px;
}

.how-its-work-content .inner-box .single-item::after {
    content: "\ea17";
    position: absolute;
    left: 26px;
    color: #1CA3DF;
    bottom: 10px;
    -webkit-animation: fade-down 1.5s infinite linear;
    animation: fade-down 1.5s infinite linear;
    font-family: "boxicons" !important;
    font-size: 30px;
}

.how-its-work-content .inner-box .single-item:last-child {
    padding-bottom: 0;
}

.how-its-work-content .inner-box .single-item:last-child::before {
    display: none;
}

.how-its-work-content .inner-box .single-item:last-child::after {
    display: none;
}


/*================================================
Courses Area CSS
=================================================*/

.courses-area {
    position: relative;
    z-index: 1;
}

.courses-area-grid {}

.courses-area .vector-shape6 {
    bottom: 7%;
}

.courses-area-grid .view-details-btn {
    border: 1px solid #1CA3DF;
    border-radius: 5px;
    display: block;
    height: 36px;
    line-height: 36px;
    margin-bottom: 15px;
}

.courses-area-grid .view-details-btn:hover {
    border: 1px solid #1CA3DF;
    background: #1CA3DF;
    color: #fff;
}

.single-courses-box {
    margin-bottom: 30px;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 10px;
}

.single-courses-box .courses-image {
    border-radius: 10px 10px 0 0;
    position: relative;
    z-index: 1;
}

.single-courses-box .courses-image .image {
    border-radius: 10px 10px 0 0;
}

.single-courses-box .courses-image .image img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.single-courses-box .courses-image .fav {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
}

.single-courses-box .courses-image .fav:hover {
    color: #1CA3DF;
}

.single-courses-box .courses-image .price {
    display: inline-block;
    background-color: #1CA3DF;
    color: #ffffff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    bottom: -32.5px;
    text-align: center;
    line-height: 67px;
    font-size: 20px;
    font-weight: 500;
    font-family: 'db_heaventmed', sans-serif;
}

.single-courses-box .courses-image .price.free {
    background-color: #fff;
    color: #1CA3DF;
}

.single-courses-box .courses-content {
    border-radius: 0 0 5px 5px;
    padding: 20px;
}

.single-courses-box .courses-content .course-author {
    margin-bottom: 15px;
}

.single-courses-box .courses-content .course-author img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.single-courses-box .courses-content .course-author span {
    color: #1CA3DF;
    font-weight: 500;
    font-size: 15px;
}

.single-courses-box .courses-content h3 {
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 22px;
    color: #333;
}

.single-courses-box .courses-content h3 a {
    display: inline-block;
    color: #333;
}

.single-courses-box .courses-content h3 a:hover {
    color: inherit;
}

.single-courses-box .courses-content>p {
    line-height: 22px;
    font-weight: 300;
    font-family: 'db_heaventcond';
}

.about-detail {
    font-family: 'db_heaventcond';
    font-size: 23px;
}

.single-courses-box .courses-content .courses-box-footer {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: -7px;
    margin-right: -7px;
    margin-top: 20px;
}

.single-courses-box .courses-content .courses-box-footer li {
    color: #333;
    font-size: 22px;
    position: relative;
    padding-right: 7px;
    font-family: 'db_heaventmed', sans-serif;
    font-weight: 400;
}

.single-courses-box .courses-content .courses-box-footer li i {
    color: #333;
    position: absolute;
    left: 7px;
    top: 0;
}

.single-courses-box .courses-content .courses-box-footer li i.flaticon-team {
    font-size: 22px;
    left: 3px;
    top: -3px;
}

.single-courses-box .courses-content .courses-box-footer li .icon-info {
    width: 20px;
    height: 20px;
    float: left;
    margin: 2px 5px;
}

.courses-info {
    text-align: center;
    margin-top: 20px;
}

.courses-info p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.courses-info p a {
    color: #1CA3DF;
}

.courses-info p a:hover {
    text-decoration: underline;
    color: #2b67af;
}


/*================================================
Courses Details Area CSS
=================================================*/

.courses-details-desc {
    margin-top: 60px;
    padding-right: 15px;
}

.courses-details-desc .nav {
    margin-bottom: 0;
    list-style-type: none;
    background-color: #f8f9f8;
    border: none;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
}

.courses-details-desc .nav .nav-item {
    margin-bottom: 0;
    margin-right: 40px;
}

.courses-details-desc .nav .nav-item .nav-link {
    border-radius: 0;
    border: none;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 14px 0;
    background-color: #f8f9f8;
    position: relative;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 500;
}

.courses-details-desc .nav .nav-item .nav-link::before {
    content: '';
    bottom: 0;
    height: 2px;
    background-color: #1CA3DF;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.courses-details-desc .nav .nav-item .nav-link:hover,
.courses-details-desc .nav .nav-item .nav-link.active {
    color: #2b67af;
}

.courses-details-desc .nav .nav-item .nav-link:hover::before,
.courses-details-desc .nav .nav-item .nav-link.active::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.courses-details-desc .nav .nav-item:last-child {
    margin-right: 0;
}

.courses-details-desc .tab-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
}

.courses-details-desc .tab-content .courses-overview h3 {
    margin-bottom: 12px;
    font-size: 25px;
}

.courses-details-desc .tab-content .courses-overview h3:not(:first-child) {
    margin-top: 30px;
}

.courses-details-desc .tab-content .courses-curriculum {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
}

.courses-details-desc .tab-content .courses-curriculum h3 {
    margin-bottom: 18px;
    font-size: 20px;
}

.courses-details-desc .tab-content .courses-curriculum h3:not(:first-child) {
    margin-top: 30px;
}

.courses-details-desc .tab-content .courses-curriculum ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.courses-details-desc .tab-content .courses-curriculum ul li {
    display: block;
}

.courses-details-desc .tab-content .courses-curriculum ul li a {
    background-color: #f8f9f8;
    color: #2b67af;
    position: relative;
    padding-left: 55px;
    padding-right: 30px;
    padding-top: 14.5px;
    padding-bottom: 14px;
    margin-left: -30px;
    margin-right: -30px;
}

.courses-details-desc .tab-content .courses-curriculum ul li a::before {
    content: "\f12c";
    position: absolute;
    left: 30px;
    color: #1CA3DF;
    top: 14px;
    font-size: 22px;
    font-weight: normal;
    font-family: Flaticon;
}

.courses-details-desc .tab-content .courses-curriculum ul li a .courses-name {
    font-size: 15px;
    font-weight: 500;
}

.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta {
    text-align: right;
}

.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .questions {
    display: inline-block;
    background: #e3f1f2;
    color: #2dbbc4;
    text-transform: lowercase;
    border-radius: 3px;
    margin-right: 6px;
    padding: 2px 10px 1.5px;
    font-size: 14px;
    font-weight: 500;
}

.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .duration {
    display: inline-block;
    background: #f7e7e8;
    color: #1CA3DF;
    text-transform: lowercase;
    border-radius: 3px;
    padding: 2px 10px 1.5px;
    font-size: 14px;
    font-weight: 500;
}

.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status {
    display: inline-block;
    background: #2b67af;
    color: #ffffff;
    border-radius: 3px;
    margin-left: 6px;
    padding: 2px 10px 1.5px;
    font-size: 14px;
    font-weight: 500;
}

.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status.locked {
    color: #2b67af;
    background-color: transparent;
    padding: 0;
    margin-left: 8px;
    border-radius: 0;
    position: relative;
    top: 1px;
    font-size: 22px;
    font-weight: normal;
}

.courses-details-desc .tab-content .courses-curriculum ul li a:hover {
    color: #1CA3DF;
}

.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(2) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(4) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(6) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(8) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(10) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(12) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(14) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(16) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(18) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(20) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(22) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(24) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(26) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(28) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(30) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(32) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(34) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(36) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(38) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(40) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(42) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(44) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(46) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(48) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(50) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(52) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(54) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(56) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(58) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(60) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(62) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(64) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(66) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(68) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(70) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(72) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(74) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(76) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(78) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(80) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(82) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(84) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(86) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(88) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(90) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(92) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(94) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(96) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(98) a,
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(100) a {
    background-color: #ffffff;
}

.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-image img {
    border-radius: 5px;
}

.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content h3 {
    font-size: 22px;
    margin-bottom: 8px;
}

.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content .sub-title {
    display: block;
    color: #1CA3DF;
    font-weight: 500;
    margin-bottom: 15px;
}

.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content .social-link {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content .social-link li {
    display: inline-block;
    margin-right: 3px;
}

.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content .social-link li:last-child {
    margin-right: 0;
}

.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content .social-link li a {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #e1e1e1;
    font-size: 22px;
    color: #2b67af;
    position: relative;
    border-radius: 2px;
}

.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content .social-link li a i {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
}

.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content .social-link li a:hover {
    background-color: #1CA3DF;
    color: #ffffff;
}

.courses-details-desc .tab-content .courses-reviews h3 {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 15px;
    font-size: 21px;
    font-weight: 500;
}

.courses-details-desc .tab-content .courses-reviews .rating {
    display: inline-block;
    position: relative;
    top: 1px;
}

.courses-details-desc .tab-content .courses-reviews .rating span {
    font-size: 19px;
    color: #cecfd2;
    margin-right: -2px;
}

.courses-details-desc .tab-content .courses-reviews .rating span.checked {
    color: orange;
}

.courses-details-desc .tab-content .courses-reviews .rating-count {
    margin-top: 10px;
    margin-bottom: 20px;
}

.courses-details-desc .tab-content .courses-reviews .rating-count span {
    display: block;
    font-size: 17px;
    color: #6b6b84;
}

.courses-details-desc .tab-content .courses-reviews .row {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
}

.courses-details-desc .tab-content .courses-reviews .side {
    float: left;
    width: 9%;
    margin-top: 10px;
    padding-left: 0;
}

.courses-details-desc .tab-content .courses-reviews .side div {
    font-size: 17px;
    font-weight: 500;
}

.courses-details-desc .tab-content .courses-reviews .middle {
    margin-top: 14px;
    float: left;
    width: 82%;
}

.courses-details-desc .tab-content .courses-reviews .right {
    text-align: right;
}

.courses-details-desc .tab-content .courses-reviews .bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
}

.courses-details-desc .tab-content .courses-reviews .bar-5 {
    width: 100%;
    height: 18px;
    background-color: #4CAF50;
    border-radius: 5px;
}

.courses-details-desc .tab-content .courses-reviews .bar-4 {
    width: 75%;
    height: 18px;
    background-color: #2196F3;
    border-radius: 5px;
    border-radius: 5px;
}

.courses-details-desc .tab-content .courses-reviews .bar-3 {
    width: 50%;
    height: 18px;
    background-color: #00bcd4;
    border-radius: 5px;
}

.courses-details-desc .tab-content .courses-reviews .bar-2 {
    width: 25%;
    height: 18px;
    background-color: #ff9800;
    border-radius: 5px;
}

.courses-details-desc .tab-content .courses-reviews .bar-1 {
    width: 0;
    height: 18px;
    background-color: #f44336;
    border-radius: 5px;
}

.courses-details-desc .tab-content .courses-review-comments {
    margin-top: 40px;
}

.courses-details-desc .tab-content .courses-review-comments h3 {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 12px;
    margin-bottom: 8px;
    font-size: 21px;
    font-weight: 500;
}

.courses-details-desc .tab-content .courses-review-comments .user-review {
    border-bottom: 1px solid #f3f3f3;
    padding: 20px 0 20px 110px;
    position: relative;
}

.courses-details-desc .tab-content .courses-review-comments .user-review img {
    position: absolute;
    left: 0;
    top: 20px;
    width: 90px;
    height: 90px;
    border-radius: 5px;
}

.courses-details-desc .tab-content .courses-review-comments .user-review .sub-comment {
    margin-bottom: 8px;
    font-weight: 500;
}

.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating {
    display: block;
    margin-bottom: 8px;
}

.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating .review-stars {
    display: inline-block;
}

.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating .review-stars i {
    color: #cecfd2;
    font-size: 22px;
    display: inline-block;
    margin-right: -3px;
}

.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating .review-stars i.checked {
    color: orange;
}

.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating span {
    color: #2b67af;
    position: relative;
    top: -2px;
    font-weight: 500;
    margin-left: 5px;
}

.courses-details-info {
    background-color: #f8f9f8;
    border-radius: 5px;
    padding: 12px 12px 50px 12px;
    margin-left: 15px;
    margin-top: -240px;
}

.courses-details-info .image {
    text-align: center;
    position: relative;
}

.courses-details-info .image .link-btn {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
}

.courses-details-info .image .content {
    position: absolute;
    left: 0;
    z-index: 2;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}

.courses-details-info .image .content i {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #1CA3DF;
    color: #ffffff;
    border-radius: 50%;
    line-height: 60px;
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.courses-details-info .image .content span {
    display: inline-block;
    color: #ffffff;
    border-radius: 5px;
    padding: 4px 20px;
    background-color: #2b67af;
    font-size: 17px;
    font-weight: 500;
}

.courses-details-info .image::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #2b67af;
    opacity: 0.25;
}

.courses-details-info .info {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
}

.courses-details-info .info li {
    border-bottom: 1px solid #e5e5e7;
    color: #6b6b84;
    font-size: 17px;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 14px;
}

.courses-details-info .info li span {
    font-weight: 500;
    color: #2b67af;
    position: relative;
    padding-left: 28px;
}

.courses-details-info .info li span i {
    color: #1CA3DF;
    position: absolute;
    left: 0;
    font-weight: normal;
    top: -2px;
    font-size: 20px;
}

.courses-details-info .info li.price {
    padding-bottom: 10px;
    color: #1CA3DF;
    font-size: 28px;
    font-weight: 500;
}

.courses-details-info .info li.price span {
    color: #2b67af;
    font-size: 17px;
    font-weight: 500;
}

.courses-details-info .info li:first-child {
    padding-top: 0;
}

.courses-details-info .btn-box {
    margin-top: 35px;
    padding-left: 25px;
    padding-right: 25px;
}

.courses-details-info .btn-box .default-btn {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.courses-details-info .btn-box .default-btn i {
    position: relative;
    left: 0;
    top: 2px;
    margin-right: 8px;
    line-height: 1;
    font-weight: normal;
    font-size: 20px;
}

.courses-details-info .btn-box .default-btn:not(:first-child) {
    margin-top: 15px;
    background-color: transparent;
    color: #2b67af;
    border: 1px solid #2b67af;
}

.courses-details-info .btn-box .default-btn:not(:first-child):hover {
    color: #ffffff;
    border-color: #2b67af;
}

.courses-details-info .courses-share {
    text-align: center;
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.courses-details-info .courses-share .share-info {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.courses-details-info .courses-share .share-info span {
    display: inline-block;
    color: #1CA3DF;
    line-height: 1;
    font-size: 17px;
    font-weight: 500;
}

.courses-details-info .courses-share .share-info span i {
    color: #2b67af;
}

.courses-details-info .courses-share .share-info .social-link {
    padding-left: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 0;
}

.courses-details-info .courses-share .share-info .social-link li {
    display: inline-block;
    margin-right: 3px;
}

.courses-details-info .courses-share .share-info .social-link li:last-child {
    margin-right: 0;
}

.courses-details-info .courses-share .share-info .social-link li a {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #e1e1e1;
    font-size: 22px;
    color: #2b67af;
    position: relative;
    border-radius: 2px;
}

.courses-details-info .courses-share .share-info .social-link li a i {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
}

.courses-details-info .courses-share .share-info .social-link li a:hover {
    background-color: #1CA3DF;
    color: #ffffff;
}

.courses-details-info .courses-share .share-info:hover .social-link {
    opacity: 1;
    visibility: visible;
    bottom: -42px;
}


/*================================================
Why Choose Us Area CSS
=================================================*/

.why-choose-us-area {
    position: relative;
    z-index: 1;
}

.why-choose-us-area.bg-color::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    background-color: #fafafb;
    height: 150px;
}

.why-choose-us-area .row {
    margin-left: 0;
    margin-right: 0;
}

.why-choose-us-area .row .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
}

.why-choose-us-content {
    overflow: hidden;
    background-color: #2b67af;
    padding: 130px 60px 100px;
    position: relative;
    z-index: 1;
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
}

.why-choose-us-content h2 {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 36px;
}

.why-choose-us-content p {
    color: #f0f0f0;
    margin-bottom: 18px;
}

.why-choose-us-content .default-btn {
    margin-top: 5px;
}

.why-choose-us-content .default-btn span {
    background-color: #ffffff;
}

.why-choose-us-content .default-btn:hover {
    color: #2b67af;
}

.our-brand-partners-list {
    overflow: hidden;
    padding: 180px 60px 150px 90px;
    position: relative;
    background-color: #f4f4fb;
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
    margin-left: -30px;
}

.our-brand-partners-list h2 {
    margin-bottom: 30px;
    font-size: 36px;
}

.our-brand-partners-list .col-lg-6 {
    margin-bottom: 25px;
}

.our-brand-partners-list .view-all {
    display: inline-block;
    color: #1CA3DF;
    position: relative;
    font-weight: 500;
}

.our-brand-partners-list .view-all::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #1CA3DF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.our-brand-partners-list .view-all:hover::before {
    width: 0;
}

.map-shape2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    margin: auto;
    z-index: -1;
}

.map-shape2 img {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 200s;
    animation-duration: 200s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}


/*================================================
Case Study Area CSS
=================================================*/

.case-study-area {
    position: relative;
    z-index: 1;
}

.case-study-area::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 34%;
    z-index: -1;
    background-color: #e1fbff;
}

.single-case-study-item {
    position: relative;
    z-index: 1;
}

.single-case-study-item .case-study-content .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #1CA3DF;
    font-weight: 500;
    font-size: 15px;
}

.single-case-study-item .case-study-content .sub-title img {
    margin-right: 5px;
    width: auto !important;
    display: inline-block !important;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.single-case-study-item .case-study-content h2 {
    margin-bottom: 12px;
    font-size: 44px;
}

.single-case-study-item .case-study-content .default-btn {
    margin-top: 5px;
}

.single-case-study-item .case-study-image {
    text-align: center;
}

.single-case-study-item .case-study-image a {
    border-radius: 50%;
}

.single-case-study-item .case-study-image a img {
    border-radius: 50%;
    width: auto !important;
    display: inline-block !important;
    border: 8px solid #ffffff;
}

.case-study-slides.owl-carousel .owl-nav .owl-prev,
.case-study-slides.owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: 150px;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    color: #6b6b84;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0;
    font-size: 45px;
    opacity: 0;
    visibility: hidden;
    line-height: 1;
}

.case-study-slides.owl-carousel .owl-nav .owl-prev:hover,
.case-study-slides.owl-carousel .owl-nav .owl-next:hover {
    color: #1CA3DF;
}

.case-study-slides.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 150px;
}

.case-study-slides.owl-carousel:hover .owl-nav .owl-prev,
.case-study-slides.owl-carousel:hover .owl-nav .owl-next {
    left: 100px;
    opacity: 1;
    visibility: visible;
}

.case-study-slides.owl-carousel:hover .owl-nav .owl-next {
    left: auto;
    right: 100px;
}


/*================================================
Projects Area CSS
=================================================*/

.projects-area {
    position: relative;
    z-index: 1;
}

.projects-area.bg-color {
    background-image: url(/img/black-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.projects-area.bg-color .section-title h2 {
    color: #ffffff;
}

.projects-area.bg-color .section-title h2 .overlay {
    background-color: #ffffff;
}

.projects-area.bg-color .section-title p {
    color: #ffffff;
}

.single-projects-box {
    margin-bottom: 30px;
    background-color: #fafafb;
    border-radius: 5px;
    text-align: center;
}

.single-projects-box .image {
    border-radius: 5px 5px 0 0;
    position: relative;
    overflow: hidden;
}

.single-projects-box .image img {
    border-radius: 5px 5px 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-projects-box .image::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #1CA3DF;
    border-radius: 5px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-projects-box .image .link-btn {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-30%) translateX(-50%);
    transform: translateY(-30%) translateX(-50%);
    width: 45px;
    height: 45px;
    line-height: 52.5px;
    text-align: center;
    z-index: 2;
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 30px;
    color: #1CA3DF;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
}

.single-projects-box .image .link-btn:hover {
    background-color: #2b67af;
    color: #ffffff;
}

.single-projects-box .content {
    border-radius: 0 0 5px 5px;
    padding: 25px;
}

.single-projects-box .content h3 {
    font-size: 24px;
    margin-bottom: 8px;
}

.single-projects-box .content span {
    display: block;
    color: #1CA3DF;
    font-weight: 500;
    font-size: 16.5px;
}

.single-projects-box:hover .image img {
    -webkit-transform: scale(1.3) rotate(5deg);
    transform: scale(1.3) rotate(5deg);
}

.single-projects-box:hover .image::before {
    margin: 10px;
    opacity: 1;
    visibility: visible;
}

.single-projects-box:hover .image .link-btn {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.single-projects-box.border {
    border-radius: 0;
    border: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.single-projects-box.border .image {
    border-radius: 0;
}

.single-projects-box.border .image img {
    border-radius: 0;
}

.single-projects-box.border .image::before {
    border-radius: 0;
}

.single-projects-box.border .content {
    border-radius: 0;
    border: 1px solid #ECF5FE;
    border-bottom: none;
    border-top: none;
}

.projects-items {
    margin-left: -15px;
    margin-right: -15px;
}

.projects-items .single-projects-box {
    margin-left: 15px;
    margin-right: 15px;
}


/*================================================
CaseStudy/Projects Details Area CSS
=================================================*/

.case-studies-details-image {
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
}

.case-studies-details-image img {
    border-radius: 5px;
    width: 100%;
}

.case-studies-details-image .video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-30%) translateX(-50%);
    transform: translateY(-30%) translateX(-50%);
    width: 78px;
    line-height: 75px;
    height: 78px;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    color: #1CA3DF;
    z-index: 1;
    font-size: 35px;
}

.case-studies-details-image .video-btn::after,
.case-studies-details-image .video-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

.case-studies-details-image .video-btn::before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.case-studies-details-image .video-btn::after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

.case-studies-details-image .video-btn:hover {
    background-color: #1CA3DF;
    color: #ffffff;
}

.case-studies-details-image .video-btn:hover::after,
.case-studies-details-image .video-btn:hover::before {
    border-color: #1CA3DF;
}

.case-studies-details-image-slides.owl-theme {
    margin-bottom: 30px;
}

.case-studies-details-image-slides.owl-theme .owl-nav {
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.case-studies-details-image-slides.owl-theme .owl-nav [class*=owl-] {
    color: #87a1c1;
    font-size: 22px;
    margin: 0;
    padding: 0;
    background: #ffffff;
    width: 45px;
    height: 45px;
    line-height: 40px;
    position: absolute;
    left: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    padding-left: 5px !important;
    border-radius: 50%;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1.5px;
}

.case-studies-details-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20px;
    padding-left: 3px !important;
}

.case-studies-details-image-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #1CA3DF;
    color: #ffffff;
    border-color: #1CA3DF;
}

.case-studies-details-image-slides.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.case-studies-details-desc .sub-title {
    color: #1CA3DF;
    font-weight: 500;
    display: block;
    margin-bottom: -20px;
}

.case-studies-details-desc h3 {
    line-height: 1.4;
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 28px;
}

.case-studies-details-desc .image {
    padding-right: 15px;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.case-studies-details-desc .image img {
    border-radius: 5px;
}

.case-studies-details-desc .content {
    margin-top: 15px;
    margin-bottom: 30px;
}

.case-studies-details-desc .content h3 {
    font-size: 25px;
    margin-top: 0;
}

.case-studies-details-desc .content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.case-studies-details-desc .content ul li {
    margin-bottom: 12px;
    font-weight: 500;
    color: #6b6b84;
    position: relative;
    padding-left: 20px;
}

.case-studies-details-desc .content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1CA3DF;
}

.case-studies-details-desc .content ul li:last-child {
    margin-bottom: 0;
}

.case-studies-details-info {
    background-color: #ffffff;
    -webkit-box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border-top: 3px solid #1CA3DF;
    padding: 40px 30px;
    margin-left: 15px;
}

.case-studies-details-info ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.case-studies-details-info ul li {
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    color: #6b6b84;
    font-weight: 500;
    font-size: 16.5px;
    padding-left: 35px;
    padding-bottom: 20px;
}

.case-studies-details-info ul li span {
    color: #2b67af;
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 500;
}

.case-studies-details-info ul li a {
    display: block;
    color: #6b6b84;
    margin-bottom: 8px;
}

.case-studies-details-info ul li a:last-child {
    margin-bottom: 0;
}

.case-studies-details-info ul li a:hover {
    color: #1CA3DF;
}

.case-studies-details-info ul li .icon {
    position: absolute;
    left: 0;
    top: 3px;
    color: #1CA3DF;
    font-weight: normal;
    font-size: 25px;
}

.case-studies-details-info ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}


/*================================================
Scientist Area CSS
=================================================*/

.scientist-area {
    position: relative;
    z-index: 1;
}

.scientist-area.bg-color::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    right: 0;
    background-color: #f1f8fb;
    height: 247px;
}

.single-scientist-box {
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-scientist-box .image {
    position: relative;
    z-index: 1;
}

.single-scientist-box .image::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    right: 0;
    height: 83%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px 5px 0 0;
    background-image: url(/img/scientist/shape1.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-scientist-box .content {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 0 0 5px 5px;
}

.single-scientist-box .content h3 {
    margin-bottom: 5px;
    font-size: 25px;
}

.single-scientist-box .content span {
    color: #6b6b84;
    font-size: 22px;
    font-weight: 500;
}

.single-scientist-box .content .social {
    padding-left: 0;
    list-style-type: none;
    margin-top: 13px;
    margin-bottom: 0;
}

.single-scientist-box .content .social li {
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
}

.single-scientist-box .content .social li a {
    display: block;
    background-color: #ffffff;
    border: 1.2px solid #ece4da;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    line-height: 37px;
    color: #6b6b84;
}

.single-scientist-box .content .social li a:hover {
    background-color: #1CA3DF;
    border-color: #1CA3DF;
    color: #ffffff;
}

.single-scientist-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.single-scientist-box:hover .image::before {
    height: 80%;
}

.col-lg-3:nth-child(2) .single-scientist-box .image::before,
.col-lg-3:nth-child(4) .single-scientist-box .image::before,
.col-lg-3:nth-child(6) .single-scientist-box .image::before,
.col-lg-3:nth-child(8) .single-scientist-box .image::before,
.col-lg-3:nth-child(10) .single-scientist-box .image::before {
    background-image: url(/img/scientist/shape2.png);
}

.scientist-section-title .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #1CA3DF;
    font-weight: 500;
    font-size: 15px;
}

.scientist-section-title .sub-title img {
    margin-right: 5px;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.scientist-section-title h2 {
    margin-bottom: 12px;
    font-size: 44px;
}

.scientist-section-title p {
    margin-bottom: 20px;
}

.scientist-section-title p:last-child {
    margin-bottom: 0;
}

.scientist-section-title .default-btn {
    margin-top: 5px;
}

.single-scientist-item {
    margin-bottom: 30px;
    border-radius: 5px 5px 0 0;
    text-align: center;
}

.single-scientist-item img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.scientist-box-list {
    padding-right: 15px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.scientist-box-list .single-scientist-item {
    margin-bottom: 20px;
}

.scientist-box-list .col-lg-6:nth-child(1) .single-scientist-item {
    padding-right: 30px;
}

.scientist-box-list .col-lg-6:nth-child(2) .single-scientist-item {
    padding-right: 20px;
}

.scientist-box-list .col-lg-6:nth-child(3) .single-scientist-item {
    padding-left: 20px;
    margin-top: -100px;
}

.single-scientist-item-box {
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-scientist-item-box .image {
    position: relative;
}

.single-scientist-item-box .image .social {
    padding-left: 0;
    list-style-type: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
}

.single-scientist-item-box .image .social li {
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
}

.single-scientist-item-box .image .social li a {
    display: block;
    background-color: #ffffff;
    border: 1.2px solid #ece4da;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    line-height: 37px;
    color: #6b6b84;
}

.single-scientist-item-box .image .social li a:hover {
    background-color: #1CA3DF;
    border-color: #1CA3DF;
    color: #ffffff;
}

.single-scientist-item-box .content {
    margin-top: 25px;
    border-radius: 0 0 5px 5px;
}

.single-scientist-item-box .content h3 {
    margin-bottom: 5px;
    font-size: 23px;
}

.single-scientist-item-box .content span {
    color: #1CA3DF;
    font-size: 22px;
    font-weight: 500;
}

.single-scientist-item-box:hover .image .social {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

.vector-shape4 {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    z-index: -1;
}

.vector-shape4 img {
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}

.vector-shape5 {
    position: absolute;
    left: 15%;
    bottom: -7%;
    z-index: -1;
}

.vector-shape5 img {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 350s;
    animation-duration: 350s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.map-shape1 {
    position: absolute;
    right: 15%;
    top: 0;
    z-index: -1;
    opacity: 0.5;
}

.map-shape1 img {
    -webkit-animation-name: rotatemetwo;
    animation-name: rotatemetwo;
    -webkit-animation-duration: 300s;
    animation-duration: 300s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.search-area .search-box {
    position: relative;
    /* border-radius: 5px; */
}

.search-area .search-box .input-search {
    width: 100%;
    height: 40px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background-color: #fff;
    font-size: 22px;
    font-weight: 300;
    padding-left: 15px;
    padding-top: 1px;
    padding-bottom: 0;
    padding-right: 15px;
    /*-webkit-transition: 0.3s;
    transition: 0.3s;
     box-shadow: 0px 1px 4px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);

    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);*/
}

.search-area .search-box textarea.input-search {
    height: 95px;
    padding: 10px;
    text-transform: uppercase;
    resize: none;
    vertical-align: bottom;
}

.search-area .search-box .input-search::-webkit-input-placeholder {
    color: #BFBFBF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.search-area .search-box .input-search:-ms-input-placeholder {
    color: #BFBFBF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.search-area .search-box .input-search::-ms-input-placeholder {
    color: #BFBFBF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.search-area .search-box .input-search::placeholder {
    color: #BFBFBF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.search-area .search-box .input-search:focus {
    border-color: #1CA3DF;
}

.search-area .search-box .input-search:focus::-webkit-input-placeholder {
    color: transparent;
}

.search-area .search-box .input-search:focus:-ms-input-placeholder {
    color: transparent;
}

.search-area .search-box .input-search:focus::-ms-input-placeholder {
    color: transparent;
}

.search-area .search-box .input-search:focus::placeholder {
    color: transparent;
}

.search-area .search-box button {
    height: 40px;
    font-weight: 500;
    font-size: 22px;
    padding: 10px 30px;
}

.search-area .search-box button:focus {
    box-shadow: none;
}

i.bg-icon {
    color: rgba(28, 163, 223, 0.1);
    font-size: 260px;
}

.box-list-search {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.header-box {
    padding: 10px 0px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.box-list-detail {
    /* padding: 10px 20px; */
    z-index: 0;
    border-bottom: 1px solid #eee9e9;
    min-height: 60px;
    position: relative;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
}

.box-list-detail .list-detail {
    padding: 20px 15%;
    /* padding: 20px 0%; */
    /* display: none; */
}

.box-list-detail.active .list-detail {
    display: block;
}

.box-list-detail .list-head {
    cursor: pointer;
    /* display: flex; */
}

/* .box-list-detail .list-head:hover {
    background: #f9f9f9;
}

.box-list-detail .list-head>div {
    padding: 15px;
} */

.box-list-detail .list-head .list-head-begin {
    /* width: 30%; */
}

.box-list-detail .list-head .list-head-mid {
    /* width: 30%; */
    text-align: center;
}

.box-list-detail .list-head .list-head-end {
    /* width: 20%; */
    margin-left: auto;
}

.box-list-detail .list-head .list-head-arrow {
    /* width: 30px; */
    padding-top: 20px;
}

.box-list-detail .list-head .list-head-arrow i {
    transition: all 0.2s ease-in-out;
}

.box-list-detail.active .list-head .list-head-arrow i {
    transform: rotate(-90deg);
}

.barcode {
    position: relative;
}

.barcode .img-barcode {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 0 10px 0 #dbdbdb;
    box-shadow: 0 0 10px 0 #dbdbdb;
}

.barcode:hover .img-barcode {
    opacity: 1;
    visibility: visible;
}

.events {
    width: 90%;
    float: center;
    margin: 0 auto;
    padding: 5px 20px 5px 15%;
}

.events li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.events label {
    position: relative;
    color: #ccc;
}

.events span {
    line-height: 20px;
    padding: 0 0 1em 0;
    position: relative;
}

.events span:first-of-type {
    padding: 0 0 1em 1.5em;
}

.events li:last-child span {
    line-height: 20px;
    padding-bottom: 0;
    position: relative;
}

.detail-create-date {
    width: 20%;
    padding-left: 0;
    font-weight: 700;
}

.detail-outlet {
    width: 20%;
    padding-left: 0;
    cursor: pointer;
}

.detail-tnd {
    width: 35%;
    padding-left: 0;
}


/*================================================
Pricing Area CSS
=================================================*/

.single-pricing-box {
    margin-bottom: 30px;
    background-color: #ffffff;
    padding-bottom: 30px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
}

.single-pricing-box .pricing-header {
    padding: 20px 40px;
}

.single-pricing-box .pricing-header h3 {
    margin-bottom: -5px;
    font-size: 24px;
}

.single-pricing-box .price {
    color: #2b67af;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 10px 40px 5px;
    border-top: 2px dashed #f4f5fe;
    border-bottom: 2px dashed #f4f5fe;
    font-size: 40px;
    font-weight: 500;
}

.single-pricing-box .price sup {
    top: -18px;
    margin-right: -6px;
    font-size: 22px;
    font-weight: 500;
}

.single-pricing-box .price sub {
    bottom: 2px;
    color: #4a6f8a;
    font-size: 14px;
    font-weight: 500;
}

.single-pricing-box .pricing-features {
    margin: 0;
    text-align: left;
    padding: 30px;
    list-style-type: none;
}

.single-pricing-box .pricing-features li {
    margin-bottom: 13px;
    position: relative;
    color: #444683;
    padding-right: 25px;
}

.single-pricing-box .pricing-features li i {
    color: green;
    position: absolute;
    top: 2px;
    right: 0;
}

.single-pricing-box .pricing-features li:last-child {
    margin-bottom: 0;
}

.single-pricing-box .pricing-features li .red {
    color: red;
}

.single-pricing-box .btn-box {
    text-align: left;
    padding: 0 30px;
}

.single-pricing-box:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}


/*================================================
SEO Analysis Area CSS
=================================================*/

.analysis-form {
    padding-left: 15px;
}

.analysis-form .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #1CA3DF;
    font-weight: 500;
    font-size: 15px;
}

.analysis-form .sub-title img {
    margin-right: 5px;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.analysis-form h2 {
    margin-bottom: 13px;
    font-size: 44px;
}

.analysis-form form {
    margin-top: 30px;
}

.analysis-form form .form-group {
    margin-bottom: 15px;
}

.analysis-form form .default-btn {
    margin-top: 10px;
}


/*================================================
Overview Area CSS
=================================================*/

.overview-box {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 100px;
}

.overview-box:last-child {
    margin-bottom: 0;
}

.overview-box .overview-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.overview-box .overview-content .content {
    padding-right: 30px;
}

.overview-box .overview-content .content .sub-title {
    color: #1CA3DF;
    display: block;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
}

.overview-box .overview-content .content h2 {
    margin-bottom: 12px;
    font-size: 35px;
}

.overview-box .overview-content .content .features-text {
    margin-top: 30px;
}

.overview-box .overview-content .content .features-text h4 {
    margin-bottom: 15px;
    font-size: 22px;
}

.overview-box .overview-content .content .features-text h4 i {
    font-size: 22px;
    margin-right: 4px;
    color: #1CA3DF;
}

.overview-box .overview-content .content.right-content {
    padding-left: 30px;
    padding-right: 0;
}

.overview-box .overview-content .content .features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 10px;
    margin-left: -10px;
    margin-right: -10px;
}

.overview-box .overview-content .content .features-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.overview-box .overview-content .content .features-list li span {
    display: block;
    background-color: #F8FAFF;
    border-radius: 5px;
    padding: 13px 12px 10px 40px;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 500;
    font-size: 15.5px;
}

.overview-box .overview-content .content .features-list li span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 5px;
    background-color: #1CA3DF;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.overview-box .overview-content .content .features-list li span i {
    font-size: 22px;
    color: #ffffff;
    background-color: #1CA3DF;
    width: 23px;
    height: 23px;
    line-height: 23px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    left: 8px;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}

.overview-box .overview-content .content .features-list li span:hover {
    color: #ffffff;
}

.overview-box .overview-content .content .features-list li span:hover::before {
    width: 100%;
}

.overview-box .overview-content .content .features-list li span:hover i {
    background-color: #ffffff;
    color: #2b67af;
}

.overview-box .overview-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.overview-box .overview-image .image {
    text-align: center;
}


/*================================================
Explore Learning Area CSS
=================================================*/

.explore-learning-area {
    position: relative;
    z-index: 1;
}

.explore-learning-content .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #1CA3DF;
    font-weight: 500;
    font-size: 15px;
}

.explore-learning-content .sub-title img {
    margin-right: 5px;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.explore-learning-content h2 {
    margin-bottom: 16px;
    font-size: 44px;
}

.explore-learning-content .explore-learing-btn {
    display: inline-block;
    margin-top: 5px;
    color: #1CA3DF;
    position: relative;
    font-size: 16.5px;
    font-weight: 500;
}

.explore-learning-content .explore-learing-btn::before {
    width: 0;
    height: 1px;
    background-color: #2b67af;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.explore-learning-content .explore-learing-btn:hover {
    color: #2b67af;
}

.explore-learning-content .explore-learing-btn:hover::before {
    width: 100%;
}

.explore-learning-video {
    text-align: center;
    border-radius: 5px;
    position: relative;
}

.explore-learning-video img {
    border-radius: 5px;
}

.explore-learning-video .video-btn {
    display: inline-block;
    width: 85px;
    height: 85px;
    font-size: 35px;
    text-align: center;
    line-height: 85px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-30%) translateX(-50%);
    transform: translateY(-30%) translateX(-50%);
    background-color: #1CA3DF;
    border-radius: 50%;
    color: #ffffff;
}

.explore-learning-video .video-btn::after,
.explore-learning-video .video-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    border: 1px solid #1CA3DF;
}

.explore-learning-video .video-btn::before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.explore-learning-video .video-btn::after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

.explore-learning-video .video-btn:hover {
    color: #ffffff;
    background-color: #2b67af;
}

.explore-learning-video .video-btn:hover::before,
.explore-learning-video .video-btn:hover::after {
    border-color: #2b67af;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}


/*================================================
FAQ Area CSS
=================================================*/

.faq-accordion-tab .tabs {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 60px;
    text-align: center;
}

.faq-accordion-tab .tabs li {
    margin-left: 10px;
    margin-right: 10px;
}

.faq-accordion-tab .tabs li a {
    color: #2b67af;
    text-decoration: none;
    border-radius: 5px;
    padding: 20px;
    display: block;
    -webkit-box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
    box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
    font-size: 17px;
    font-weight: 500;
}

.faq-accordion-tab .tabs li a i {
    font-size: 30px;
    font-weight: 400;
}

.faq-accordion-tab .tabs li a span {
    display: block;
    margin-top: 8px;
}

.faq-accordion-tab .tabs li a:hover {
    background-color: #1CA3DF;
    color: #ffffff;
}

.faq-accordion-tab .tabs li.current a {
    background-color: #1CA3DF;
    color: #ffffff;
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
    border-radius: 5px;
    display: block;
    -webkit-box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
    box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
    background: #ffffff;
    margin-bottom: 15px;
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
    padding: 20px 25px 17px 60px;
    color: #2b67af;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 22px;
    font-weight: 500;
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    left: 25px;
    top: 18px;
    font-size: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.faq-accordion .accordion .accordion-title.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -5px;
    padding-bottom: 20px;
    padding-right: 25px;
    padding-left: 60px;
}

.faq-accordion .accordion .accordion-content p {
    line-height: 1.8;
}

.faq-accordion .accordion .accordion-content.show {
    display: block;
}

.tab .tabs-item {
    display: none;
}

.tab .tabs-item:first-child {
    display: block;
}


/*================================================
Home Tab Area CSS
=================================================*/

.tab-content .tab-pane {
    display: none;
}

.tab-content .active {
    display: block;
}

.home-tab-area {
    margin-top: 50px;
}

.home-tab-area .nav {
    text-align: center;
    padding-left: 0;
    margin-bottom: 40px;
    list-style-type: none;
    display: block;
}

.home-tab-area .nav .nav-item {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.home-tab-area .nav .nav-item .nav-link {
    white-space: nowrap;
    border: none;
    border-bottom: 1px solid #eeeeee;
    padding: 0;
    background-color: transparent;
    position: relative;
    padding-bottom: 15px;
    font-size: 22px;
    line-height: 20px;
    font-weight: normal;
    color: #333;
}

.home-tab-area .nav .nav-item .nav-link i {
    height: 40px;
    width: 40px;
    line-height: 37px;
    margin-right: 7px;
    text-align: center;
    color: #1CA3DF;
    background: #F6F9FF;
    border: 2px solid #1CA3DF;
    border-radius: 50%;
    white-space: nowrap;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.home-tab-area .nav .nav-item .nav-link>span {
    white-space: nowrap;
}

.home-tab-area .nav .nav-item .nav-link.active i {
    color: #fff;
    background: #1CA3DF;
}

.home-tab-area .nav .nav-item .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #1CA3DF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    bottom: -2px;
}

.home-tab-area .nav .nav-item .nav-link:hover,
.home-tab-area .nav .nav-item .nav-link.active {
    color: #1CA3DF;
}

.home-tab-area .nav .nav-item .nav-link:hover::before,
.home-tab-area .nav .nav-item .nav-link.active::before {
    width: 100%;
}

.home-tab-area .tab-content .tab-pane p {
    line-height: 1;
}

.home-tab-area .tab-content .tab-pane ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 0;
}

.home-tab-area .tab-content .tab-pane ul li {
    margin-bottom: 12px;
    position: relative;
    color: #6b6b84;
    padding-left: 15px;
    font-weight: 500;
}

.home-tab-area .tab-content .tab-pane ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #2b67af;
}

.home-tab-area .tab-content .tab-pane ul li:last-child {
    margin-bottom: 0;
}


/*================================================
Industries Serve Area CSS
=================================================*/

.industries-serve-area {
    position: relative;
    z-index: 1;
}

.single-industries-serve-box {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    color: #2b67af;
    border-radius: 5px;
    background-color: #f4f4fb;
    padding: 20px 15px 20px 60px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
    font-size: 24px;
    font-weight: 500;
}

.single-industries-serve-box .icon {
    position: absolute;
    left: -10px;
    top: 50%;
    line-height: 1;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    color: #c3c3c9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 55px;
    font-weight: normal;
}

.single-industries-serve-box::before {
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    content: '';
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #1CA3DF;
}

.single-industries-serve-box .link-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    z-index: 2;
}

.single-industries-serve-box:hover {
    color: #ffffff;
}

.single-industries-serve-box:hover .icon {
    color: #ffffff;
}

.single-industries-serve-box:hover::before {
    width: 100%;
}

.vector-shape11 {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    z-index: -1;
}

.vector-shape11 img {
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}


/*================================================
Gallery Area CSS
=================================================*/

.single-gallery-item {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.single-gallery-item a {
    display: block;
    border-radius: 5px;
}

.single-gallery-item a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-gallery-item:hover a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(2px);
    filter: blur(2px);
}


/*================================================
Products Area CSS
=================================================*/

.single-products-box {
    position: relative;
    margin-bottom: 30px;
}

.single-products-box .products-image {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.single-products-box .products-image a {
    position: relative;
    display: block;
}

.single-products-box .products-image a img {
    -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.single-products-box .products-image .products-button {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.single-products-box .products-image .products-button ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-products-box .products-image .products-button ul li {
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.single-products-box .products-image .products-button ul li a {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    color: #2b67af;
    position: relative;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
}

.single-products-box .products-image .products-button ul li a .tooltip-label {
    right: 110%;
    top: 5px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: absolute;
    padding: 0 10px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    color: transparent;
    background-color: transparent;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #1CA3DF;
    color: #ffffff;
    line-height: 28px;
    font-size: 12px;
    font-weight: 500;
}

.single-products-box .products-image .products-button ul li a .tooltip-label::before {
    content: '';
    background-color: #1CA3DF;
    top: 50%;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    right: -1px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg) translateY(-30%);
    transform: rotate(45deg) translateY(-30%);
}

.single-products-box .products-image .products-button ul li a:hover {
    background-color: #1CA3DF;
    color: #ffffff;
}

.single-products-box .products-image .products-button ul li a:hover .tooltip-label {
    visibility: visible;
    opacity: 1;
    right: 135%;
}

.single-products-box .products-image .products-button ul li:last-child {
    margin-bottom: 0;
}

.single-products-box .products-image .products-button ul li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.single-products-box .products-image .products-button ul li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.single-products-box .products-image .products-button ul li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.single-products-box .products-image .sale-tag {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: red;
    color: #ffffff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.single-products-box .products-image .new-tag {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: green;
    color: #ffffff;
    text-align: center;
    z-index: 2;
    padding: 1px 7px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.single-products-box .products-content {
    margin-top: 25px;
    position: relative;
}

.single-products-box .products-content h3 {
    margin-bottom: 0;
    font-size: 22px;
}

.single-products-box .products-content h3 a {
    display: inline-block;
}

.single-products-box .products-content .price {
    margin-top: 13px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 22px;
    font-weight: 500;
}

.single-products-box .products-content .price .old-price {
    text-decoration: line-through;
    color: #999999;
    font-weight: 500;
}

.single-products-box .products-content .star-rating {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #f49f0b;
}

.single-products-box .products-content .star-rating i {
    display: inline-block;
    margin-left: -2px;
}

.single-products-box .products-content .add-to-cart {
    position: absolute;
    left: 0;
    bottom: 0;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    color: #6b6b84;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    font-size: 14px;
    font-weight: 500;
}

.single-products-box .products-content .add-to-cart:hover {
    color: #1CA3DF;
}

.single-products-box:hover .products-content .price {
    opacity: 0;
    visibility: hidden;
}

.single-products-box:hover .products-content .add-to-cart {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.single-products-box:hover .products-image a img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
    transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}

.single-products-box:hover .products-image .products-button ul li {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.tracer-grid-sorting {
    margin-bottom: 40px;
}

.tracer-grid-sorting .result-count p {
    font-weight: 500;
    font-size: 16.5px;
}

.tracer-grid-sorting .result-count p .count {
    font-weight: 500;
    color: #2b67af;
}

.tracer-grid-sorting .ordering {
    text-align: right;
}

.tracer-grid-sorting .ordering label {
    display: inline-block;
    margin-bottom: 0;
    color: #6b6b84;
    margin-right: 5px;
    font-size: 16.5px;
    font-weight: 500;
}

.tracer-grid-sorting .ordering .nice-select {
    display: inline-block;
    width: 215px;
    float: unset;
    background: #f8f8f8;
    border-color: #eeeeee;
    color: #2b67af;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0 0 0 12px;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
    font-weight: 500;
}

.tracer-grid-sorting .ordering .nice-select .list {
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    list-style-type: none;
    border: none;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tracer-grid-sorting .ordering .nice-select .list .option {
    line-height: 38px;
    min-height: 38px;
    color: #2b67af;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-left: 32px;
    padding-right: 25px;
    font-size: 16.5px;
    font-weight: 500;
}

.tracer-grid-sorting .ordering .nice-select .list .option:hover {
    background-color: #1CA3DF !important;
    color: #ffffff;
}

.tracer-grid-sorting .ordering .nice-select .list .option:hover::before {
    color: #ffffff;
}

.tracer-grid-sorting .ordering .nice-select .list .option.focus,
.tracer-grid-sorting .ordering .nice-select .list .option.selected.focus {
    background-color: transparent !important;
    color: #2b67af;
}

.tracer-grid-sorting .ordering .nice-select .list .option::before {
    content: "\f10f";
    position: absolute;
    left: 10px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #1CA3DF;
    font-family: Flaticon;
    font-size: 12px;
}

.tracer-grid-sorting .ordering .nice-select .list .option.selected::before {
    opacity: 1;
    visibility: visible;
}

.tracer-grid-sorting .ordering .nice-select .list .option.selected:hover {
    background-color: #1CA3DF !important;
    color: #ffffff;
}

.tracer-grid-sorting .ordering .nice-select .list .option.selected:hover::before {
    color: #ffffff;
}

.tracer-grid-sorting .ordering .nice-select:after {
    border-color: #2b67af;
    height: 8px;
    width: 8px;
    margin-top: -5px;
}

.tracer-grid-sorting .ordering .nice-select:hover {
    border-color: #1CA3DF;
    background-color: transparent;
}


/*================================================
Products Details Area CSS
=================================================*/

.products-details-image {
    border-radius: 5px;
}

.products-details-image a {
    display: block;
    border-radius: 5px;
}

.products-details-image a img {
    border-radius: 5px;
}

.products-details-desc {
    padding-left: 30px;
}

.products-details-desc h3 {
    margin-bottom: 15px;
    font-size: 25px;
}

.products-details-desc .price {
    margin-bottom: 15px;
    color: #1CA3DF;
    font-size: 15.5px;
    font-weight: 500;
}

.products-details-desc .price .old-price {
    text-decoration: line-through;
    color: #828893;
    font-weight: normal;
}

.products-details-desc .products-review {
    margin-bottom: 18px;
}

.products-details-desc .products-review .rating {
    display: inline-block;
    padding-right: 5px;
    font-size: 22px;
}

.products-details-desc .products-review .rating i {
    color: #ffba0a;
    display: inline-block;
    margin-right: -2px;
}

.products-details-desc .products-review .rating-count {
    display: inline-block;
    color: #2b67af;
    border-bottom: 1px solid #2b67af;
    line-height: initial;
    position: relative;
    top: -3px;
    font-weight: 500;
}

.products-details-desc .products-review .rating-count:hover {
    color: #1CA3DF;
    border-color: #1CA3DF;
}

.products-details-desc .products-meta {
    margin-top: 20px;
}

.products-details-desc .products-meta span {
    display: block;
    color: #2b67af;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
}

.products-details-desc .products-meta span span {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
}

.products-details-desc .products-meta span span.sku {
    color: #1CA3DF;
}

.products-details-desc .products-meta span span.in-stock {
    color: #6b6b84;
}

.products-details-desc .products-meta span a {
    display: inline-block;
    color: #6b6b84;
    font-weight: 500;
}

.products-details-desc .products-meta span a:hover,
.products-details-desc .products-meta span a:focus {
    color: #1CA3DF;
}

.products-details-desc .products-meta span:last-child {
    margin-bottom: 0;
}

.products-details-desc .products-add-to-cart {
    margin-top: 25px;
}

.products-details-desc .products-add-to-cart .input-counter {
    max-width: 130px;
    min-width: 130px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.products-details-desc .products-add-to-cart .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 50px;
    height: 100%;
    line-height: 55px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 25px;
}

.products-details-desc .products-add-to-cart .input-counter span.minus-btn {
    left: 0;
}

.products-details-desc .products-add-to-cart .input-counter span.plus-btn {
    right: 0;
}

.products-details-desc .products-add-to-cart .input-counter span:hover {
    color: #1CA3DF;
}

.products-details-desc .products-add-to-cart .input-counter input {
    height: 50px;
    color: #2b67af;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
}

.products-details-desc .products-add-to-cart .input-counter input::-webkit-input-placeholder {
    color: #2b67af;
}

.products-details-desc .products-add-to-cart .input-counter input:-ms-input-placeholder {
    color: #2b67af;
}

.products-details-desc .products-add-to-cart .input-counter input::-ms-input-placeholder {
    color: #2b67af;
}

.products-details-desc .products-add-to-cart .input-counter input::placeholder {
    color: #2b67af;
}

.products-details-desc .products-add-to-cart .default-btn {
    top: -2px;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
}

.products-details-desc .products-share {
    margin-top: 30px;
}

.products-details-desc .products-share .social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.products-details-desc .products-share .social li {
    display: inline-block;
}

.products-details-desc .products-share .social li span {
    display: inline-block;
    margin-right: 3px;
    font-weight: 500;
    position: relative;
    top: -2px;
}

.products-details-desc .products-share .social li a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 34px;
    border-radius: 50%;
    background-color: #1CA3DF;
    color: #ffffff;
    border: 1px solid #1CA3DF;
    text-align: center;
    font-size: 17px;
    margin-left: 2px;
}

.products-details-desc .products-share .social li a:hover,
.products-details-desc .products-share .social li a:focus {
    color: #1CA3DF;
    background-color: transparent;
}

.products-details-desc .products-share .social li a.facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #ffffff;
}

.products-details-desc .products-share .social li a.facebook:hover,
.products-details-desc .products-share .social li a.facebook:focus {
    color: #3b5998;
    background-color: transparent;
}

.products-details-desc .products-share .social li a.twitter {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: #ffffff;
}

.products-details-desc .products-share .social li a.twitter:hover,
.products-details-desc .products-share .social li a.twitter:focus {
    color: #1da1f2;
    background-color: transparent;
}

.products-details-desc .products-share .social li a.linkedin {
    background-color: #007bb5;
    border-color: #007bb5;
    color: #ffffff;
}

.products-details-desc .products-share .social li a.linkedin:hover,
.products-details-desc .products-share .social li a.linkedin:focus {
    color: #007bb5;
    background-color: transparent;
}

.products-details-desc .products-share .social li a.instagram {
    background-color: #c13584;
    border-color: #c13584;
    color: #ffffff;
}

.products-details-desc .products-share .social li a.instagram:hover,
.products-details-desc .products-share .social li a.instagram:focus {
    color: #c13584;
    background-color: transparent;
}

.products-details-tabs {
    margin-top: 50px;
}

.products-details-tabs .nav {
    text-align: center;
    padding-left: 0;
    margin-bottom: 40px;
    list-style-type: none;
    display: block;
}

.products-details-tabs .nav .nav-item {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.products-details-tabs .nav .nav-item .nav-link {
    color: #cccccc;
    border: none;
    border-bottom: 1px solid #eeeeee;
    padding: 0;
    background-color: transparent;
    position: relative;
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: 500;
}

.products-details-tabs .nav .nav-item .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #1CA3DF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    bottom: -2px;
}

.products-details-tabs .nav .nav-item .nav-link:hover,
.products-details-tabs .nav .nav-item .nav-link.active {
    color: #2b67af;
}

.products-details-tabs .nav .nav-item .nav-link:hover::before,
.products-details-tabs .nav .nav-item .nav-link.active::before {
    width: 100%;
}

.products-details-tabs .tab-content .tab-pane {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.products-details-tabs .tab-content .tab-pane p {
    line-height: 1.8;
}

.products-details-tabs .tab-content .tab-pane ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane ul li {
    margin-bottom: 12px;
    position: relative;
    color: #6b6b84;
    padding-left: 15px;
    font-weight: 500;
}

.products-details-tabs .tab-content .tab-pane ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #2b67af;
}

.products-details-tabs .tab-content .tab-pane ul li:last-child {
    margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane .products-reviews h3 {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 15px;
    font-size: 25px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating {
    display: inline-block;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating span {
    font-size: 17px;
    color: #cecfd2;
    margin-right: -2px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating span.checked {
    color: orange;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating-count {
    margin-top: 10px;
    margin-bottom: 20px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating-count span {
    display: block;
    font-size: 17px;
    color: #6b6b84;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .row {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .side {
    float: left;
    width: 9%;
    margin-top: 10px;
    padding-left: 0;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .side div {
    font-size: 17px;
    font-weight: 500;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .middle {
    margin-top: 14px;
    float: left;
    width: 82%;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .right {
    text-align: right;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-5 {
    width: 100%;
    height: 18px;
    background-color: #4CAF50;
    border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-4 {
    width: 75%;
    height: 18px;
    background-color: #2196F3;
    border-radius: 5px;
    border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-3 {
    width: 50%;
    height: 18px;
    background-color: #00bcd4;
    border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-2 {
    width: 25%;
    height: 18px;
    background-color: #ff9800;
    border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-1 {
    width: 0;
    height: 18px;
    background-color: #f44336;
    border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments {
    margin-top: 40px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments h3 {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review {
    border-bottom: 1px solid #f3f3f3;
    padding: 20px 0 20px 110px;
    position: relative;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review img {
    position: absolute;
    left: 0;
    top: 20px;
    width: 90px;
    height: 90px;
    border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .sub-comment {
    margin-bottom: 8px;
    font-weight: 500;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating {
    display: block;
    margin-bottom: 8px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars {
    display: inline-block;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i {
    color: #cecfd2;
    font-size: 22px;
    display: inline-block;
    margin-right: -3px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i.checked {
    color: orange;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating span {
    color: #2b67af;
    position: relative;
    top: -2px;
    font-weight: 500;
    margin-left: 5px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper {
    margin-top: 30px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper .comment-notes span {
    color: red;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form {
    margin-top: 20px;
    text-align: center;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group {
    margin-bottom: 25px;
    text-align: left;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating {
    text-align: left;
    overflow: hidden;
    max-width: 115px;
    margin-top: -5px;
    margin-bottom: 20px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label {
    float: right;
    position: relative;
    width: 23px;
    height: 23px;
    cursor: pointer;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:not(:first-of-type) {
    padding-right: 5px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:before {
    content: "\2605";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 27px;
    color: #CCCCCC;
    line-height: 1;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input {
    display: none;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input:checked~label:before,
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked)>label:hover:before,
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked)>label:hover~label:before {
    color: #f6b500;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent {
    text-align: left;
    margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked,
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) {
    display: none;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked+label,
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 0;
    color: #6b6b84;
    font-weight: 500;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked+label:before,
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    background: #f5f5f5;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked+label:after,
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked)+label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #1CA3DF;
    position: absolute;
    top: 5.5px;
    left: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:hover+label:before {
    border-color: #1CA3DF;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked+label:before {
    border-color: #1CA3DF;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form button {
    margin-top: 22px;
    border: none;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    color: #ffffff;
    background-color: #1CA3DF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    padding: 13px 60px;
    font-weight: 500;
    font-size: 17px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form button:hover {
    background-color: #2b67af;
    color: #ffffff;
}


/*================================================
Cart Area CSS
=================================================*/

.cart-table table {
    margin-bottom: 0;
}

.cart-table table thead tr th {
    border-bottom-width: 0px;
    vertical-align: middle;
    padding: 15px 0 15px;
    text-transform: uppercase;
    border: none;
    white-space: nowrap;
    font-size: 22px;
    font-weight: 500;
}

.cart-table table tbody tr td {
    vertical-align: middle;
    color: #6b6b84;
    white-space: nowrap;
    font-weight: 500;
    font-size: 22px;
    padding-left: 0;
    padding-right: 0;
    border-color: #eaedff;
    border-left: none;
    border-right: none;
}

.cart-table table tbody tr td.product-thumbnail a {
    display: block;
}

.cart-table table tbody tr td.product-thumbnail a img {
    width: 80px;
}

.cart-table table tbody tr td.product-name a {
    display: inline-block;
}

.cart-table table tbody tr td.product-subtotal .remove {
    color: red;
    float: right;
    position: relative;
    top: -1px;
    font-size: 22px;
}

.cart-table table tbody tr td.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.cart-table table tbody tr td.product-quantity .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 22px;
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
    left: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
    right: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: #1CA3DF;
}

.cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: #2b67af;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
}

.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
    color: #2b67af;
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
    color: #2b67af;
}

.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
    color: #2b67af;
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: #2b67af;
}

.cart-table table tbody tr td.product-subtotal {
    overflow: hidden;
}

.cart-buttons {
    margin-top: 30px;
    text-align: right;
}

.cart-buttons .shopping-coupon-code {
    position: relative;
    max-width: 530px;
}

.cart-buttons .shopping-coupon-code button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: #2b67af;
    color: #ffffff;
    border: none;
    padding: 0 25px;
    line-height: 48px;
    outline: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 22px;
    font-weight: 500;
}

.cart-buttons .shopping-coupon-code button:hover {
    background-color: #1CA3DF;
}

.cart-totals {
    background: #ffffff;
    padding: 40px;
    max-width: 650px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}

.cart-totals h3 {
    margin-bottom: 25px;
    font-size: 25px;
}

.cart-totals ul {
    padding-left: 0;
    margin: 0 0 25px;
    list-style-type: none;
}

.cart-totals ul li {
    border: 1px solid #eaedff;
    padding: 15px 15px;
    color: #2b67af;
    overflow: hidden;
    font-weight: 500;
    font-size: 22px;
}

.cart-totals ul li:first-child {
    border-bottom: none;
}

.cart-totals ul li:last-child {
    font-size: 19px;
    border-top: none;
}

.cart-totals ul li:last-child span {
    color: #2b67af;
    font-weight: 500;
}

.cart-totals ul li span {
    float: right;
    color: #6b6b84;
    font-weight: normal;
}


/*================================================
Checkout Area CSS
=================================================*/

.user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 15px 20px;
    border-top: 3px solid #1CA3DF;
    position: relative;
    margin-bottom: 40px;
}

.user-actions i {
    color: #1CA3DF;
    margin-right: 2px;
    font-size: 20px;
    position: relative;
    top: 3px;
}

.user-actions span {
    display: inline-block;
    color: #1CA3DF;
    font-weight: 500;
    font-size: 22px;
}

.user-actions span a {
    display: inline-block;
}

.billing-details .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 24px;
}

.billing-details .title::before {
    content: '';
    position: absolute;
    background: #1CA3DF;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
}

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

.billing-details .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 15px;
}

.billing-details .form-group label .required {
    color: red;
}

.billing-details .form-group .nice-select {
    display: block;
    width: 215px;
    float: unset;
    width: 100%;
    background: #f8f8f8;
    border-color: #eeeeee;
    color: #2b67af;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0 0 0 12px;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
    font-weight: 500;
}

.billing-details .form-group .nice-select .list {
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    list-style-type: none;
    border: none;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.billing-details .form-group .nice-select .list .option {
    line-height: 38px;
    min-height: 38px;
    color: #2b67af;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-left: 32px;
    padding-right: 25px;
    font-size: 22px;
    font-weight: 500;
}

.billing-details .form-group .nice-select .list .option:hover {
    background-color: #1CA3DF !important;
    color: #ffffff;
}

.billing-details .form-group .nice-select .list .option:hover::before {
    color: #ffffff;
}

.billing-details .form-group .nice-select .list .option.focus,
.billing-details .form-group .nice-select .list .option.selected.focus {
    background-color: transparent !important;
    color: #2b67af;
}

.billing-details .form-group .nice-select .list .option::before {
    content: "\f10f";
    position: absolute;
    left: 10px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #1CA3DF;
    font-family: Flaticon;
    font-size: 12px;
}

.billing-details .form-group .nice-select .list .option.selected::before {
    opacity: 1;
    visibility: visible;
}

.billing-details .form-group .nice-select .list .option.selected:hover {
    background-color: #1CA3DF !important;
    color: #ffffff;
}

.billing-details .form-group .nice-select .list .option.selected:hover::before {
    color: #ffffff;
}

.billing-details .form-group .nice-select:after {
    border-color: #2b67af;
    height: 8px;
    width: 8px;
    margin-top: -5px;
}

.billing-details .form-group .nice-select:hover {
    border-color: #1CA3DF;
    background-color: transparent;
}

.billing-details .form-check {
    margin-bottom: 20px;
}

.billing-details .form-check .form-check-label {
    color: #2b67af;
    font-weight: 500;
}

.billing-details .form-check label {
    position: relative;
    left: -3px;
    top: 0;
    font-weight: 500;
}

.billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0;
}

.order-details .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 24px;
}

.order-details .title::before {
    content: '';
    position: absolute;
    background: #1CA3DF;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
}

.order-details .order-table table {
    margin-bottom: 0;
}

.order-details .order-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    border-color: #eaedff;
    padding: 12px 20px 10px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
}

.order-details .order-table table tbody tr td {
    vertical-align: middle;
    color: #6b6b84;
    white-space: nowrap;
    border-color: #eaedff;
    font-size: 15px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 13px;
}

.order-details .order-table table tbody tr td.product-name a {
    display: inline-block;
}

.order-details .order-table table tbody tr td.order-subtotal span,
.order-details .order-table table tbody tr td.order-shipping span,
.order-details .order-table table tbody tr td.total-price span {
    color: #2b67af;
    font-weight: 500;
    font-size: 17px;
}

.order-details .order-table table tbody tr td.shipping-price,
.order-details .order-table table tbody tr td.order-subtotal-price,
.order-details .order-table table tbody tr td.product-subtotal {
    color: #2b67af;
    font-weight: 500;
    font-size: 17px;
}

.order-details .payment-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    margin-top: 30px;
    padding: 30px;
}

.order-details .payment-box .payment-method p [type="radio"]:checked,
.order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
    display: none;
}

.order-details .payment-box .payment-method p [type="radio"]:checked+label,
.order-details .payment-box .payment-method p [type="radio"]:not(:checked)+label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    color: #2b67af;
    position: relative;
    margin-bottom: 8px;
    font-weight: 500;
}

.order-details .payment-box .payment-method p [type="radio"]:checked+label::before,
.order-details .payment-box .payment-method p [type="radio"]:not(:checked)+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background: #ffffff;
}

.order-details .payment-box .payment-method p [type="radio"]:checked+label::after,
.order-details .payment-box .payment-method p [type="radio"]:not(:checked)+label::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #1CA3DF;
    position: absolute;
    top: 7px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked)+label::after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.order-details .payment-box .payment-method p [type="radio"]:checked+label::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.order-details .payment-box .default-btn {
    margin-top: 15px;
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
    border-radius: 3px;
}


/*================================================
Upcoming Bootcamps Area CSS
=================================================*/

.upcoming-bootcamps-area {
    position: relative;
    z-index: 1;
}

.upcoming-bootcamps-content {
    text-align: center;
}

.upcoming-bootcamps-content h2 {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    font-size: 44px;
}

.upcoming-bootcamps-content .default-btn {
    margin-bottom: -5px;
    margin-top: 30px;
}


/*================================================
Events Area CSS
=================================================*/

.single-events-box {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #ffffff;
    margin-bottom: 30px;
}

.single-events-box .image {
    position: relative;
}

.single-events-box .image img {
    border-radius: 5px 5px 0 0;
}

.single-events-box .image .date {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    background-color: #ffffff;
    color: #1CA3DF;
    padding: 8px 20px;
    border-radius: 5px 0 0 0;
    font-size: 15px;
    font-weight: 500;
}

.single-events-box .image .date::before {
    content: '';
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 60px;
    height: 1px;
    background-color: #eeeeee;
}

.single-events-box .content {
    padding: 20px;
    position: relative;
}

.single-events-box .content h3 {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 24px;
}

.single-events-box .content h3 a {
    display: inline-block;
}

.single-events-box .content .location {
    display: block;
    color: #6b6b84;
    margin-top: 13px;
    position: relative;
    padding-left: 22px;
    font-size: 17px;
    font-weight: 500;
}

.single-events-box .content .location i {
    color: #1CA3DF;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 22px;
}

.single-events-box .content::before {
    left: 20px;
    position: absolute;
    bottom: 0;
    content: '';
    height: 2px;
    width: 45px;
    background-color: #d6d6d6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-events-box:hover {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.single-events-box:hover .content::before {
    width: 65px;
    background-color: #1CA3DF;
}


/*================================================
Events Details Area CSS
=================================================*/

.events-details-header {
    margin-bottom: 40px;
}

.events-details-header ul {
    margin-bottom: 0;
    list-style-type: none;
    background-color: #f8f9f8;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.events-details-header ul li {
    display: inline-block;
    margin-right: 18px;
    color: #6b6b84;
    position: relative;
    padding-left: 22px;
    font-size: 22px;
    font-weight: 500;
}

.events-details-header ul li i {
    color: #1CA3DF;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 22px;
}

.events-details-header ul li:last-child {
    margin-right: 0;
}

.events-details-desc {
    padding-left: 25px;
    padding-right: 25px;
}

.events-details-desc h3 {
    margin-bottom: 12px;
    font-size: 25px;
}

.events-details-desc h3:not(:first-child) {
    margin-top: 30px;
}

.events-details-image {
    position: relative;
    margin-bottom: 50px;
}

.events-details-image #timer {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 20px;
}

.events-details-image #timer div {
    background-color: transparent;
    color: #ffffff;
    width: 130px;
    height: 130px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    font-size: 50px;
    font-weight: 500;
    margin-left: 8px;
    margin-right: 8px;
}

.events-details-image #timer div span {
    display: block;
    margin-top: -6px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
}

.events-details-image #timer div::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #2b67af;
    opacity: .90;
    z-index: -1;
}

.events-details-info {
    background-color: #f8f9f8;
    border-radius: 5px;
    padding: 35px;
}

.events-details-info .info {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
}

.events-details-info .info li {
    border-bottom: 1px solid #e5e5e7;
    color: #6b6b84;
    font-size: 17px;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 14px;
}

.events-details-info .info li span {
    font-weight: 500;
    color: #2b67af;
    position: relative;
}

.events-details-info .info li.price {
    padding-bottom: 10px;
    color: #1CA3DF;
    font-size: 28px;
    font-weight: 500;
}

.events-details-info .info li.price span {
    color: #2b67af;
    font-size: 17px;
    font-weight: 500;
}

.events-details-info .info li:first-child {
    padding-top: 0;
}

.events-details-info .btn-box {
    text-align: center;
    margin-top: 30px;
}

.events-details-info .btn-box .default-btn {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.events-details-info .btn-box .default-btn i {
    position: relative;
    left: 0;
    top: 2px;
    margin-right: 8px;
    line-height: 1;
    font-weight: normal;
    font-size: 19px;
}

.events-details-info .btn-box p {
    margin-top: 15px;
    font-weight: 500;
}

.events-details-info .btn-box p a {
    color: #1CA3DF;
}

.events-details-info .btn-box p a:hover {
    text-decoration: underline;
}

.events-details-info .events-share {
    text-align: center;
    margin-top: 25px;
}

.events-details-info .events-share .share-info {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.events-details-info .events-share .share-info span {
    display: inline-block;
    color: #1CA3DF;
    line-height: 1;
    font-size: 17px;
    font-weight: 500;
}

.events-details-info .events-share .share-info span i {
    color: #2b67af;
}

.events-details-info .events-share .share-info .social-link {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 12px;
}

.events-details-info .events-share .share-info .social-link li {
    display: inline-block;
    margin-right: 3px;
}

.events-details-info .events-share .share-info .social-link li:last-child {
    margin-right: 0;
}

.events-details-info .events-share .share-info .social-link li a {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #e1e1e1;
    font-size: 22px;
    color: #2b67af;
    position: relative;
    border-radius: 2px;
}

.events-details-info .events-share .share-info .social-link li a i {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
}

.events-details-info .events-share .share-info .social-link li a:hover {
    background-color: #1CA3DF;
    color: #ffffff;
}

.events-details-location {
    margin-bottom: 40px;
}

.events-details-location iframe {
    height: 400px;
    width: 100%;
    border: none;
}


/*================================================
404 Error Area CSS
=================================================*/

.error-area {
    background-color: #2b67af;
    height: 100vh;
}

.error-content {
    text-align: center;
}

.error-content h3 {
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 45px;
    font-size: 40px;
}

.error-content p {
    color: rgba(255, 255, 255, 0.7);
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.error-content .btn-box {
    margin-top: 30px;
}

.error-content .btn-box .default-btn {
    margin-left: 7px;
    margin-right: 7px;
}

.error-content .btn-box .default-btn span {
    background-color: #ffffff;
}

.error-content .btn-box .default-btn i {
    font-weight: normal;
}

.error-content .btn-box .default-btn:hover {
    color: #2b67af;
}


/*================================================
Testimonials Area CSS
=================================================*/

.testimonials-area {
    position: relative;
    z-index: 1;
}

.testimonials-area.bg-color::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    height: 267px;
    background-color: #f1f8fb;
}

.testimonials-area.bg-23173a {
    background-color: #2b67af;
}

.testimonials-area.bg-23173a .section-title h2 {
    color: #ffffff;
}

.testimonials-area.bg-23173a .section-title h2 .overlay {
    background-color: #ffffff;
}

.testimonials-area.bg-23173a .section-title p {
    color: #ffffff;
}

.single-testimonials-item {
    margin-bottom: 30px;
    background-color: transparent;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    padding: 130px 50px 50px;
    text-align: center;
}

.single-testimonials-item p {
    margin-bottom: 0;
    font-size: 22px;
}

.single-testimonials-item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: -1;
    height: 87%;
    border-radius: 5px;
    right: 0;
}

.single-testimonials-item::after {
    content: "\f106";
    position: absolute;
    left: 0;
    color: #2b67af;
    top: -20px;
    line-height: 1;
    z-index: -1;
    right: 0;
    opacity: .05;
    font-family: Flaticon;
    font-size: 150px;
}

.single-testimonials-item .client-info {
    margin-top: 25px;
}

.single-testimonials-item .client-info img {
    width: 50px !important;
    height: 50px;
    display: inline-block !important;
    border-radius: 50%;
}

.single-testimonials-item .client-info .title {
    text-align: left;
    margin-left: 15px;
}

.single-testimonials-item .client-info .title h3 {
    font-size: 22px;
    margin-bottom: 3px;
}

.single-testimonials-item .client-info .title span {
    color: #6b6b84;
    font-size: 15px;
    font-weight: 500;
}

.single-testimonials-box {
    margin-bottom: 30px;
    background-color: #ffffff;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    padding: 70px 50px 40px;
    text-align: center;
    margin-top: 40px;
}

.single-testimonials-box.bg-fafafb {
    background-color: #fafafb;
}

.single-testimonials-box img {
    width: 80px !important;
    height: 80px;
    display: inline-block !important;
    border-radius: 50%;
    border: 5px solid #e3fbff;
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    margin: auto;
}

.single-testimonials-box p {
    margin-bottom: 0;
    font-size: 22px;
}

.single-testimonials-box::after {
    content: "\f106";
    position: absolute;
    bottom: 0;
    color: #2b67af;
    line-height: 1;
    z-index: -1;
    right: 20px;
    opacity: .05;
    font-family: Flaticon;
    font-size: 140px;
}

.single-testimonials-box .client-info {
    margin-top: 25px;
}

.single-testimonials-box .client-info h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.single-testimonials-box .client-info span {
    color: #6b6b84;
    font-size: 15px;
    font-weight: 500;
}

.testimonials-view-btn {
    margin-top: 25px;
}

.testimonials-view-btn .default-btn {}

.testimonials-view-btn .default-btn span {
    background-color: #1CA3DF;
}

.testimonials-view-btn .default-btn:hover {
    color: #ffffff;
    border-color: #1CA3DF;
}

.testimonials-slides.owl-carousel .owl-nav .owl-prev,
.testimonials-slides.owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: 0;
    width: 40px;
    top: -10px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #2b67af;
    border: 1px solid #eae2d7;
    line-height: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0;
    font-size: 22px;
}

.testimonials-slides.owl-carousel .owl-nav .owl-prev:hover,
.testimonials-slides.owl-carousel .owl-nav .owl-next:hover {
    background-color: #1CA3DF;
    border-color: #1CA3DF;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    color: #ffffff;
}

.testimonials-slides.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.shape-img1 {
    position: absolute;
    left: 10%;
    top: 2%;
    z-index: -1;
}

.shape-img1 img {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}


/*================================================
Main content slide
=================================================*/

.main-content-slide.owl-carousel .owl-nav .owl-prev,
.main-content-slide.owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: 0;
    width: 40px;
    top: -10px;
    height: 40px;
    border-radius: 10px;
    background-color: #ffffff;
    color: #2b67af;
    border: 1px solid #eae2d7;
    line-height: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0;
    font-size: 45px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.main-content-slide.owl-carousel .owl-nav .owl-prev:hover,
.main-content-slide.owl-carousel .owl-nav .owl-next:hover {
    background-color: #1CA3DF;
    border-color: #1CA3DF;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    color: #ffffff;
}

.main-content-slide.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 20px;
}

.main-content-slide .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
}

.main-content-slide.owl-carousel .owl-nav .owl-prev {
    left: 20px;
}

.main-content-slide.owl-theme .owl-dots {
    text-align: center;
    position: relative;
    bottom: 40px;
}

.main-content-slide.owl-theme .owl-dots button.owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #D3D3D3;
    display: block;
    border-radius: 30px;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
}

.main-content-slide.owl-theme .owl-dots button.owl-dot.active span,
.main-content-slide.owl-theme .owl-dots button.owl-dot:hover span {
    background: #86898B;
}

.main-content-slide.owl-theme .slide-item.s1 {
    background: #e7f7ff;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #e7f7ff, #fdffff);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #e7f7ff, #fdffff);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #e7f7ff, #fdffff);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #e7f7ff, #fdffff);
    /* Standard syntax */
}

.main-content-slide.owl-theme .slide-item.s2 {
    background: url(/img/go_ship/banner/bg-slide2.jpg) no-repeat top right/cover;
}


.main-content-slide.owl-theme .slide-item.s1 {
    background: url(/img/go_ship/banner/bg-slide1.jpg) no-repeat top right/cover;
}

.main-content-slide.owl-theme .slide-item.s3 {
    background: url(/img/go_ship/banner/bg-slide3.jpg) no-repeat top right/cover;
}


/*================================================
Partner Area CSS
=================================================*/

.partner-area {
    position: relative;
    z-index: 1;
}

.partner-area.ptb-70 {
    padding-bottom: 40px;
}

.single-partner-item {
    text-align: center;
    margin-bottom: 30px;
}

.divider {
    width: 100%;
    position: absolute;
    height: 100px;
    pointer-events: none;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%;
    background: #fffaf3;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.divider.white-color {
    background-color: #ffffff;
}


/*================================================
Blog Area CSS
=================================================*/

.blog-area {
    position: relative;
    z-index: 1;
}

.blog-area .row.align-items-center {
    margin-left: -40px;
    margin-right: -40px;
}

.blog-area .row.align-items-center .col-lg-4 {
    padding-left: 40px;
    padding-right: 40px;
}

.blog-area .row.align-items-center .col-lg-4:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
}

.single-blog-post {
    margin-bottom: 15px;
}

.single-blog-post .post-image {
    border-radius: 10px 10px 0 0;
}

.single-blog-post .post-image a {
    display: block;
}

.single-blog-post .post-image a img {
    width: 100%;
}

.single-blog-post .post-content {
    padding: 20px 0;
}

.single-blog-post .post-content .post-meta {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 10px;
}

.single-blog-post .post-content .post-meta li {
    /* color: #6b6b84; */
    font-size: 15px;
    position: relative;
    /* padding-left: 29px; */
    /* padding-right: 7px; */
}

.single-blog-post .post-content .post-meta li .post-author img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.single-blog-post .post-content .post-meta li .post-author span {
    font-weight: 500;
    font-size: 15px;
}

.single-blog-post .post-content .post-meta li i {
    margin-right: 5px;
}

.single-blog-post .post-content .post-meta li:first-child {
    /* padding-left: 7px; */
}

.single-blog-post .post-content h3 {
    margin-bottom: 15px;
    line-height: 20px;
    font-size: 22px;
    font-weight: 500;
}

.single-blog-post .post-content h3 a {
    display: inline-block;
    color: #333;
}

.single-blog-post .post-content p {
    color: #333;
    line-height: 24px;
    font-family: 'db_heaventcond';
    margin-bottom: 15px;
}

.single-blog-post.bg-fffbf5 {
    background-color: #fffbf5;
}

.blog-items {
    margin-left: -15px;
    margin-right: -15px;
}

.blog-items .single-blog-post {
    margin-left: 15px;
    margin-right: 15px;
}

.go-viewmore {
    text-align: center;
}

.go-viewmore a {
    font-size: 25px;
    text-align: center;
}

.go-viewmore a:hover {}

.blog-area-slide.owl-carousel .owl-nav .owl-prev,
.blog-area-slide.owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: 15px;
    width: 40px;
    top: 35%;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: #221638;
    border: 1px solid #eae2d7;
    line-height: 40px;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 0;
    font-size: 22px;
}

.blog-area-slide.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 15px;
}

.blog-area-slide.owl-carousel .owl-nav .owl-prev:hover,
.blog-area-slide.owl-carousel .owl-nav .owl-next:hover {
    background-color: #333;
    border-color: #333;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    color: #fff;
}

.vector-shape1 {
    position: absolute;
    left: 12%;
    z-index: -1;
    bottom: 40px;
}

.vector-shape1 img {
    -webkit-animation-name: rotatemetwo;
    animation-name: rotatemetwo;
    -webkit-animation-duration: 350s;
    animation-duration: 350s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.vector-shape2 {
    position: absolute;
    right: 10%;
    top: 230px;
    z-index: -1;
}

.vector-shape2 img {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 350s;
    animation-duration: 350s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes rotatemetwo {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotatemetwo {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}


/*================================================
Blog Details Area CSS
=================================================*/

.blog-details-desc .article-image img {
    width: 100%;
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav {
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-] {
    color: #87a1c1;
    font-size: 22px;
    margin: 0;
    padding: 0;
    background: #ffffff;
    width: 45px;
    height: 45px;
    line-height: 40px;
    position: absolute;
    left: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    padding-left: 5px !important;
    border-radius: 50%;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1.5px;
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20px;
    padding-left: 3px !important;
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #1CA3DF;
    color: #ffffff;
    border-color: #1CA3DF;
}

.blog-details-desc .article-image-slides.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.blog-details-desc .article-video iframe {
    width: 100%;
    height: 400px;
    border: none !important;
}

.blog-details-desc .article-content {
    margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
    margin-right: 20px;
    position: relative;
    display: inline-block;
    border-right: 1px solid #eeeeee;
    font-weight: 500;
    font-size: 17px;
    padding-right: 20px;
    padding-left: 45px;
}

.blog-details-desc .article-content .entry-meta ul li i {
    font-size: 32px;
    color: #cfcfcf;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}

.blog-details-desc .article-content .entry-meta ul li span {
    display: block;
    color: #1CA3DF;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 500;
}

.blog-details-desc .article-content .entry-meta ul li a {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.blog-details-desc .article-content h3 {
    margin-bottom: 15px;
    margin-top: 28px;
    font-size: 24px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 10px;
    padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0;
}

.blog-details-desc .article-content .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 30px;
}

.blog-details-desc .article-content .features-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 26px;
    font-weight: 500;
    color: #6b6b84;
}

.blog-details-desc .article-content .features-list li i {
    color: #1CA3DF;
    display: inline-block;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 1px;
}

.blog-details-desc .article-content .features-list li:last-child {
    margin-bottom: 0;
}

.blog-details-desc .article-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #eeeeee;
    padding-top: 30px;
    margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    color: #6b6b84;
}

.blog-details-desc .article-footer .article-tags span {
    display: inline-block;
    color: #2b67af;
    margin-right: 3px;
    position: relative;
    top: 3px;
    font-size: 20px;
}

.blog-details-desc .article-footer .article-tags a {
    display: inline-block;
    font-weight: 500;
}

.blog-details-desc .article-footer .article-share {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
    display: inline-block;
}

.blog-details-desc .article-footer .article-share .social li span {
    display: inline-block;
    margin-right: 3px;
    font-weight: 500;
    position: relative;
    top: -1px;
}

.blog-details-desc .article-footer .article-share .social li a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 34px;
    border-radius: 50%;
    background-color: #1CA3DF;
    color: #ffffff;
    border: 1px solid #1CA3DF;
    text-align: center;
    font-size: 17px;
    margin-left: 2px;
}

.blog-details-desc .article-footer .article-share .social li a:hover,
.blog-details-desc .article-footer .article-share .social li a:focus {
    color: #1CA3DF;
    background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.facebook:hover,
.blog-details-desc .article-footer .article-share .social li a.facebook:focus {
    color: #3b5998;
    background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.twitter {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.twitter:hover,
.blog-details-desc .article-footer .article-share .social li a.twitter:focus {
    color: #1da1f2;
    background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.linkedin {
    background-color: #007bb5;
    border-color: #007bb5;
    color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.linkedin:hover,
.blog-details-desc .article-footer .article-share .social li a.linkedin:focus {
    color: #007bb5;
    background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.instagram {
    background-color: #c13584;
    border-color: #c13584;
    color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.instagram:hover,
.blog-details-desc .article-footer .article-share .social li a.instagram:focus {
    color: #c13584;
    background-color: transparent;
}

.blog-details-desc .article-author {
    margin-top: 30px;
    border-radius: 5px;
    background: #fdfcfc;
}

.blog-details-desc .article-author .author-profile-header {
    height: 115px;
    border-radius: 5px 5px 0 0;
    background-color: #1CA3DF;
    background-image: url(/img/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-details-desc .article-author .author-profile {
    padding: 0 25px 25px;
}

.blog-details-desc .article-author .author-profile .author-profile-title {
    position: relative;
    z-index: 1;
    margin-top: -45px;
}

.blog-details-desc .article-author .author-profile .author-profile-title img {
    display: inline-block;
    border: 3px solid #ffffff;
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
}

.blog-details-desc .article-author .author-profile .author-profile-title h4 {
    margin-bottom: 5px;
    font-size: 22px;
}

.blog-details-desc .article-author .author-profile .author-profile-title span {
    display: block;
    margin-bottom: 12px;
    font-size: 22px;
    color: #6b6b84;
}

.blog-details-desc .article-author .author-profile .author-profile-title p {
    font-size: 22px;
}

blockquote,
.blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}

blockquote p,
.blockquote p {
    color: #2b67af;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px !important;
}

blockquote cite,
.blockquote cite {
    display: none;
}

blockquote::before,
.blockquote::before {
    color: #efefef;
    position: absolute;
    -webkit-animation: fade-up 1.5s infinite linear;
    animation: fade-up 1.5s infinite linear;
    left: 50px;
    top: -50px;
    z-index: -1;
    content: "\f106";
    font-family: Flaticon;
    font-size: 135px;
}

blockquote::after,
.blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #1CA3DF;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tracer-post-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.prev-link-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
}

.prev-link-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prev-link-wrapper a:hover .image-prev::after {
    opacity: 1;
    visibility: visible;
}

.prev-link-wrapper a:hover .image-prev .post-nav-title {
    opacity: 1;
    visibility: visible;
}

.prev-link-wrapper a:hover .prev-link-info-wrapper {
    color: #1CA3DF;
}

.prev-link-wrapper .image-prev {
    display: inline-block;
    min-width: 100px;
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
    margin-right: 20px;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.prev-link-wrapper .image-prev img {
    border-radius: 5px;
}

.prev-link-wrapper .image-prev::after {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
    background-color: #1CA3DF;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.prev-link-wrapper .image-prev .post-nav-title {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 17px;
    font-weight: 500;
}

.prev-link-wrapper .prev-link-info-wrapper {
    color: #2b67af;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.prev-link-wrapper .prev-title {
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
}

.prev-link-wrapper .meta-wrapper {
    display: block;
    color: #6b6b84;
    text-transform: capitalize;
    margin-top: 7px;
    font-weight: 500;
    font-size: 22px;
}

.next-link-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    padding-left: 15px;
}

.next-link-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.next-link-wrapper a:hover .image-next::after {
    opacity: 1;
    visibility: visible;
}

.next-link-wrapper a:hover .image-next .post-nav-title {
    opacity: 1;
    visibility: visible;
}

.next-link-wrapper a:hover .next-link-info-wrapper {
    color: #1CA3DF;
}

.next-link-wrapper .image-next {
    display: inline-block;
    min-width: 100px;
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
    margin-left: 20px;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.next-link-wrapper .image-next img {
    border-radius: 5px;
}

.next-link-wrapper .image-next::after {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
    background-color: #1CA3DF;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.next-link-wrapper .image-next .post-nav-title {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 17px;
    font-weight: 500;
}

.next-link-wrapper .next-link-info-wrapper {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #2b67af;
}

.next-link-wrapper .next-title {
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
}

.next-link-wrapper .meta-wrapper {
    display: block;
    color: #6b6b84;
    text-transform: capitalize;
    margin-top: 7px;
    font-weight: 500;
    font-size: 22px;
}

.comments-area {
    margin-top: 30px;
}

.comments-area .comments-title {
    line-height: initial;
    margin-bottom: 30px;
    font-size: 24px;
}

.comments-area ol,
.comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.comments-area .children {
    margin-left: 20px;
}

.comments-area .comment-body {
    border-bottom: 1px dashed #eeeeee;
    padding-left: 70px;
    color: #2b67af;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.comments-area .comment-body .reply {
    margin-top: 15px;
}

.comments-area .comment-body .reply a {
    border: 1px dashed #ded9d9;
    color: #2b67af;
    display: inline-block;
    padding: 6px 20px 3px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.comments-area .comment-body .reply a:hover {
    color: #ffffff;
    background-color: #1CA3DF;
    border-color: #1CA3DF;
}

.comments-area .comment-author {
    font-size: 17px;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
}

.comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
}

.comments-area .comment-author .fn {
    font-weight: 500;
}

.comments-area .comment-author .says {
    display: none;
}

.comments-area .comment-metadata {
    margin-bottom: .8em;
    color: #6b6b84;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
}

.comments-area .comment-metadata a {
    display: inline-block;
    color: #6b6b84;
}

.comments-area .comment-metadata a:hover {
    color: #1CA3DF;
}

.comments-area .comment-content p {
    font-size: 16.5px;
    font-weight: 500;
}

.comments-area .comment-respond {
    margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
    margin-bottom: 0;
    font-size: 24px;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
}

.comments-area .comment-respond .comment-form {
    overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
    margin-bottom: 20px;
    margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
    color: red;
}

.comments-area .comment-respond .comment-form-comment {
    float: left;
    width: 100%;
}

.comments-area .comment-respond label {
    display: none;
}

.comments-area .comment-respond input[type="date"],
.comments-area .comment-respond input[type="time"],
.comments-area .comment-respond input[type="datetime-local"],
.comments-area .comment-respond input[type="week"],
.comments-area .comment-respond input[type="month"],
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="url"],
.comments-area .comment-respond input[type="password"],
.comments-area .comment-respond input[type="search"],
.comments-area .comment-respond input[type="tel"],
.comments-area .comment-respond input[type="number"],
.comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #f4f4f4;
    border: none;
    padding: 1px 0 0 15px;
    height: 50px;
    outline: 0;
    border-radius: 3px;
    color: #2b67af;
    font-weight: 500;
    font-size: 15px;
}

.comments-area .comment-respond input[type="date"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="time"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="datetime-local"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="week"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="month"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="text"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="email"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="url"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="password"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="search"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="tel"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="number"]::-webkit-input-placeholder,
.comments-area .comment-respond textarea::-webkit-input-placeholder {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #6b6b84;
}

.comments-area .comment-respond input[type="date"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="time"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="datetime-local"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="week"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="month"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="text"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="email"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="url"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="password"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="search"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="tel"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="number"]:-ms-input-placeholder,
.comments-area .comment-respond textarea:-ms-input-placeholder {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #6b6b84;
}

.comments-area .comment-respond input[type="date"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="time"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="datetime-local"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="week"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="month"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="text"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="email"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="url"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="password"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="search"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="tel"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="number"]::-ms-input-placeholder,
.comments-area .comment-respond textarea::-ms-input-placeholder {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #6b6b84;
}

.comments-area .comment-respond input[type="date"]::placeholder,
.comments-area .comment-respond input[type="time"]::placeholder,
.comments-area .comment-respond input[type="datetime-local"]::placeholder,
.comments-area .comment-respond input[type="week"]::placeholder,
.comments-area .comment-respond input[type="month"]::placeholder,
.comments-area .comment-respond input[type="text"]::placeholder,
.comments-area .comment-respond input[type="email"]::placeholder,
.comments-area .comment-respond input[type="url"]::placeholder,
.comments-area .comment-respond input[type="password"]::placeholder,
.comments-area .comment-respond input[type="search"]::placeholder,
.comments-area .comment-respond input[type="tel"]::placeholder,
.comments-area .comment-respond input[type="number"]::placeholder,
.comments-area .comment-respond textarea::placeholder {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #6b6b84;
}

.comments-area .comment-respond input[type="date"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="time"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="datetime-local"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="week"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="month"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="text"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="email"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="url"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="password"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="search"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="tel"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="number"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="time"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="datetime-local"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="week"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="month"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="text"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="email"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="url"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="password"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="search"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="tel"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="number"]:focus:-ms-input-placeholder,
.comments-area .comment-respond textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="time"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="datetime-local"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="week"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="month"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="text"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="email"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="url"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="password"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="search"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="tel"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="number"]:focus::-ms-input-placeholder,
.comments-area .comment-respond textarea:focus::-ms-input-placeholder {
    color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::placeholder,
.comments-area .comment-respond input[type="time"]:focus::placeholder,
.comments-area .comment-respond input[type="datetime-local"]:focus::placeholder,
.comments-area .comment-respond input[type="week"]:focus::placeholder,
.comments-area .comment-respond input[type="month"]:focus::placeholder,
.comments-area .comment-respond input[type="text"]:focus::placeholder,
.comments-area .comment-respond input[type="email"]:focus::placeholder,
.comments-area .comment-respond input[type="url"]:focus::placeholder,
.comments-area .comment-respond input[type="password"]:focus::placeholder,
.comments-area .comment-respond input[type="search"]:focus::placeholder,
.comments-area .comment-respond input[type="tel"]:focus::placeholder,
.comments-area .comment-respond input[type="number"]:focus::placeholder,
.comments-area .comment-respond textarea:focus::placeholder {
    color: transparent;
}

.comments-area .comment-respond textarea {
    height: auto !important;
    padding-top: 15px;
}

.comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 7.5px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: #6b6b84;
    font-weight: normal;
    font-size: 17px;
}

.comments-area .comment-respond .form-submit {
    float: left;
    width: 100%;
}

.comments-area .comment-respond .form-submit input {
    background: #1CA3DF;
    border: none;
    color: #ffffff;
    padding: 12px 30px 10px;
    display: inline-block;
    cursor: pointer;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0;
    font-weight: 500;
    font-size: 22px;
}

.comments-area .comment-respond .form-submit input:hover,
.comments-area .comment-respond .form-submit input:focus {
    color: #ffffff;
    background: #2b67af;
}


/*================================================
Project Start Area CSS
=================================================*/

.project-start-area {
    position: relative;
    z-index: 1;
}

.project-start-area.bg-color {
    background-color: #2b67af;
}

.project-start-area.bg-color .project-start-content h2 {
    color: #ffffff;
}

.project-start-area.bg-color .project-start-content p {
    color: #ffffff;
}

.project-start-area.bg-color .project-start-content .default-btn span {
    background-color: #ffffff;
}

.project-start-area.bg-color .project-start-content .default-btn:hover {
    color: #2b67af;
}

.project-start-image {
    text-align: center;
}

.project-start-content .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #1CA3DF;
    font-weight: 500;
    font-size: 15px;
}

.project-start-content .sub-title img {
    margin-right: 5px;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.project-start-content h2 {
    margin-bottom: 15px;
    font-size: 44px;
}

.project-start-content p {
    margin-bottom: 20px;
}

.project-start-content p:last-child {
    margin-bottom: 0;
}

.project-start-content .default-btn {
    margin-top: 5px;
}

.vector-shape3 {
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: -1;
}


/*================================================
Page Title Area CSS
=================================================*/

.page-title-area {
    position: relative;
    z-index: 1;
    background: transparent url(/img/page-title-bg.jpg) right top no-repeat;
    padding-top: 200px;
    padding-bottom: 100px;
}

.page-title-area .shape-img1 {
    top: auto;
    bottom: 25%;
    left: 5%;
}

.page-title-area.page-title-style-two {
    padding-top: 120px;
    padding-bottom: 120px;
}

.page-title-content h2 {
    margin-bottom: 0;
    font-size: 44px;
}

.page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 15px;
}

.page-title-content ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    font-size: 16.5px;
    font-weight: 500;
}

.page-title-content ul li a {
    display: inline-block;
}

.page-title-content ul li:last-child {
    margin-right: 0;
}

.page-title-content ul li:last-child::before {
    display: none;
}

.page-title-content ul li::before {
    color: #1CA3DF;
    position: absolute;
    right: -18px;
    top: 6.5px;
    line-height: 1;
    content: "\f104";
    font-family: Flaticon;
    font-size: 11px;
}

.page-title-content.text-center ul li {
    margin-left: 10px;
    margin-right: 10px;
}

.page-title-content.text-center ul li:first-child {
    margin-left: 0;
}

.shape-img2 {
    position: absolute;
    bottom: 10%;
    z-index: -1;
    right: 30px;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
    opacity: .25;
}

.shape-img3 {
    position: absolute;
    left: 20%;
    top: 5%;
    z-index: -1;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    opacity: .15;
}

@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}


/*================================================
Pagination CSS
=================================================*/

.pagination-area {
    margin-top: 35px;
}

.pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0px 30px 5px #e4e4ee;
    box-shadow: 0 0px 30px 5px #e4e4ee;
    color: #2b67af;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    line-height: 41px;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 17px;
    font-weight: 500;
}

.pagination-area .page-numbers:hover,
.pagination-area .page-numbers.current {
    color: #ffffff;
    background-color: #1CA3DF;
}

.pagination-area .page-numbers i {
    position: relative;
    top: 1.5px;
}


/*================================================
Widget Sidebar CSS
=================================================*/

.widget-area {
    padding-left: 15px;
}

.widget-area.widget-left-sidebar {
    padding-right: 15px;
    padding-left: 0;
}

.widget-area .widget {
    margin-bottom: 40px;
}

.widget-area .widget:last-child {
    margin-bottom: 0;
}

.widget-area .widget .widget-title {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 7px;
    border-bottom: 1px solid #eeeeee;
    font-size: 22px;
}

.widget-area .widget .widget-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    bottom: -1px;
    background-color: #1CA3DF;
}

.widget-area .widget_search form {
    position: relative;
}

.widget-area .widget_search form .screen-reader-text {
    display: none;
}

.widget-area .widget_search form label {
    display: block;
    margin-bottom: 0;
}

.widget-area .widget_search form .search-field {
    height: 50px;
    color: #2b67af;
    background-color: #f2f4f5;
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 0 0 0 15px;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 17px;
    font-weight: 500;
}

.widget-area .widget_search form .search-field::-webkit-input-placeholder {
    color: #6b6b84;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.widget-area .widget_search form .search-field:-ms-input-placeholder {
    color: #6b6b84;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.widget-area .widget_search form .search-field::-ms-input-placeholder {
    color: #6b6b84;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.widget-area .widget_search form .search-field::placeholder {
    color: #6b6b84;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.widget-area .widget_search form .search-field:focus::-webkit-input-placeholder {
    color: transparent;
}

.widget-area .widget_search form .search-field:focus:-ms-input-placeholder {
    color: transparent;
}

.widget-area .widget_search form .search-field:focus::-ms-input-placeholder {
    color: transparent;
}

.widget-area .widget_search form .search-field:focus::placeholder {
    color: transparent;
}

.widget-area .widget_search form button {
    border: none;
    background-color: transparent;
    color: #1CA3DF;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 5px;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 5px;
    font-size: 20px;
}

.widget-area .widget_search form button i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}

.widget-area .widget_search form button:hover,
.widget-area .widget_search form button:focus {
    border-radius: 5px;
    background-color: #1CA3DF;
    color: #ffffff;
}

.widget-area .widget_tracer_posts_thumb {
    position: relative;
    overflow: hidden;
}

.widget-area .widget_tracer_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 15px;
}

.widget-area .widget_tracer_posts_thumb .item:last-child {
    margin-bottom: 0;
}

.widget-area .widget_tracer_posts_thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 80px;
    margin-right: 15px;
    z-index: 1;
}

.widget-area .widget_tracer_posts_thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 5px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}

.widget-area .widget_tracer_posts_thumb .item .thumb .fullimage.bg1 {
    background-image: url(/img/blog/img9.jpg);
}

.widget-area .widget_tracer_posts_thumb .item .thumb .fullimage.bg2 {
    background-image: url(/img/blog/img8.jpg);
}

.widget-area .widget_tracer_posts_thumb .item .thumb .fullimage.bg3 {
    background-image: url(/img/blog/img7.jpg);
}

.widget-area .widget_tracer_posts_thumb .item .thumb::before,
.widget-area .widget_tracer_posts_thumb .item .thumb::after {
    -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    content: '';
    background-color: #ffffff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.widget-area .widget_tracer_posts_thumb .item .thumb::before {
    width: 40px;
    height: 1px;
    left: 100%;
}

.widget-area .widget_tracer_posts_thumb .item .thumb::after {
    height: 40px;
    width: 1px;
    top: 0;
}

.widget-area .widget_tracer_posts_thumb .item .info {
    overflow: hidden;
    margin-top: 5px;
}

.widget-area .widget_tracer_posts_thumb .item .info span {
    display: block;
    color: #6b6b84;
    text-transform: uppercase;
    margin-top: -2px;
    margin-bottom: 5px;
    font-size: 13px;
}

.widget-area .widget_tracer_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 17px;
    font-weight: 500;
}

.widget-area .widget_tracer_posts_thumb .item .info .title a {
    display: inline-block;
}

.widget-area .widget_tracer_posts_thumb .item:hover .thumb::before,
.widget-area .widget_tracer_posts_thumb .item:hover .thumb::after {
    opacity: 1;
    top: 50%;
    left: 50%;
}

.widget-area .widget_categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_categories ul li {
    position: relative;
    margin-bottom: 12px;
    overflow: hidden;
    color: #2b67af;
    padding-left: 18px;
    font-weight: 500;
    font-size: 15px;
}

.widget-area .widget_categories ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
    background: #1CA3DF;
    height: 8px;
    width: 8px;
    content: '';
    border-radius: 50%;
    left: 0;
    top: 7px;
    position: absolute;
}

.widget-area .widget_categories ul li a {
    color: #2b67af;
    display: inline-block;
}

.widget-area .widget_categories ul li a:hover {
    color: #1CA3DF;
}

.widget-area .widget_categories ul li .post-count {
    font-size: 14px;
    display: inline-block;
    position: relative;
    top: 1px;
}

.widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 17px;
}

.widget-area .tagcloud a {
    display: inline-block;
    background: #f5f5f5;
    color: #2b67af;
    padding: 7px 15px;
    border: none;
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px !important;
    margin-top: 8px;
    margin-right: 4px;
}

.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
    color: #ffffff;
    background-color: #1CA3DF;
}

.widget-area .widget_popular_products {
    position: relative;
    overflow: hidden;
}

.widget-area .widget_popular_products .widget-title {
    margin-bottom: 30px;
}

.widget-area .widget_popular_products .item {
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}

.widget-area .widget_popular_products .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.widget-area .widget_popular_products .item .thumb {
    float: left;
    height: 110px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 110px;
    margin-right: 15px;
    z-index: 1;
}

.widget-area .widget_popular_products .item .thumb .fullimage {
    width: 110px;
    height: 110px;
    display: inline-block;
    border-radius: 3px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}

.widget-area .widget_popular_products .item .thumb .fullimage.bg1 {
    background-image: url(/img/products/img7.jpg);
}

.widget-area .widget_popular_products .item .thumb .fullimage.bg2 {
    background-image: url(/img/products/img8.jpg);
}

.widget-area .widget_popular_products .item .thumb .fullimage.bg3 {
    background-image: url(/img/products/img9.jpg);
}

.widget-area .widget_popular_products .item .thumb::before,
.widget-area .widget_popular_products .item .thumb::after {
    -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    content: '';
    background-color: #ffffff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.widget-area .widget_popular_products .item .thumb::before {
    width: 40px;
    height: 1px;
    left: 100%;
}

.widget-area .widget_popular_products .item .thumb::after {
    height: 40px;
    width: 1px;
    top: 0;
}

.widget-area .widget_popular_products .item .info {
    overflow: hidden;
    margin-top: 5px;
}

.widget-area .widget_popular_products .item .info span {
    display: block;
    color: #1CA3DF;
    text-transform: uppercase;
    margin-bottom: 6px;
    margin-top: -5px;
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
}

.widget-area .widget_popular_products .item .info .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 17px;
    font-weight: 500;
}

.widget-area .widget_popular_products .item .info .title a {
    display: inline-block;
}

.widget-area .widget_popular_products .item .info .rating {
    margin-top: 8px;
}

.widget-area .widget_popular_products .item .info .rating i {
    color: #f6b500;
    display: inline-block;
    margin-right: -2px;
}

.widget-area .widget_popular_products .item:hover .thumb::before,
.widget-area .widget_popular_products .item:hover .thumb::after {
    opacity: 1;
    top: 50%;
    left: 50%;
}

.widget-area .filter_by_price .irs--flat .irs-bar {
    background-color: #1CA3DF;
}

.widget-area .filter_by_price .irs--flat .irs-handle>i:first-child {
    background-color: #1CA3DF;
}

.widget-area .filter_by_price .irs--flat .irs-from,
.widget-area .filter_by_price .irs--flat .irs-to,
.widget-area .filter_by_price .irs--flat .irs-single {
    background-color: #1CA3DF;
    color: #ffffff;
}

.widget-area .widget_recent_courses {
    position: relative;
    overflow: hidden;
}

.widget-area .widget_recent_courses .widget-title {
    margin-bottom: 30px;
}

.widget-area .widget_recent_courses .item {
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}

.widget-area .widget_recent_courses .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.widget-area .widget_recent_courses .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 80px;
    margin-right: 15px;
    z-index: 1;
}

.widget-area .widget_recent_courses .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 3px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}

.widget-area .widget_recent_courses .item .thumb .fullimage.bg1 {
    background-image: url(/img/courses/img1.jpg);
}

.widget-area .widget_recent_courses .item .thumb .fullimage.bg2 {
    background-image: url(/img/courses/img2.jpg);
}

.widget-area .widget_recent_courses .item .thumb .fullimage.bg3 {
    background-image: url(/img/courses/img3.jpg);
}

.widget-area .widget_recent_courses .item .thumb::before,
.widget-area .widget_recent_courses .item .thumb::after {
    -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    content: '';
    background-color: #ffffff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.widget-area .widget_recent_courses .item .thumb::before {
    width: 40px;
    height: 1px;
    left: 100%;
}

.widget-area .widget_recent_courses .item .thumb::after {
    height: 40px;
    width: 1px;
    top: 0;
}

.widget-area .widget_recent_courses .item .info {
    overflow: hidden;
    margin-top: 5px;
}

.widget-area .widget_recent_courses .item .info span {
    display: block;
    color: #1CA3DF;
    text-transform: uppercase;
    margin-bottom: 6px;
    margin-top: -5px;
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
}

.widget-area .widget_recent_courses .item .info .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 17px;
    font-weight: 500;
}

.widget-area .widget_recent_courses .item .info .title a {
    display: inline-block;
}

.widget-area .widget_recent_courses .item:hover .thumb::before,
.widget-area .widget_recent_courses .item:hover .thumb::after {
    opacity: 1;
    top: 50%;
    left: 50%;
}

.widget-area .widget_insight ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_insight ul li {
    margin-bottom: -1px;
}

.widget-area .widget_insight ul li a {
    position: relative;
    display: block;
    padding: 15px 25px 15px 40px;
    color: #6b6b84;
    border: 1px solid #eeeeee;
    font-size: 17px;
    font-weight: 500;
}

.widget-area .widget_insight ul li a::before {
    width: 5px;
    height: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #6b6b84;
    content: '';
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    border-radius: 50%;
}

.widget-area .widget_insight ul li a:hover,
.widget-area .widget_insight ul li a.active {
    border-color: #1CA3DF;
    background-color: #1CA3DF;
    color: #ffffff;
}

.widget-area .widget_insight ul li a:hover::before,
.widget-area .widget_insight ul li a.active::before {
    background-color: #ffffff;
}

.widget-area .widget_insight ul li.active a {
    border-color: #1CA3DF;
    background-color: #1CA3DF;
    color: #ffffff;
}

.widget-area .widget_insight ul li.active a::before {
    background-color: #ffffff;
}


/*================================================
Profile Authentication Area CSS
=================================================*/

.login-form {
    padding: 40px 50px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
    margin-right: 30px;
}

.login-form h2 {
    margin-bottom: 25px;
    font-size: 35px;
}

.login-form form .form-group {
    margin-bottom: 10px;
}

.login-form form .form-group label {
    display: block;
    margin-bottom: 5px;
    color: #2B2B2B;
    font-weight: 400;
}

.login-form form .remember-me-wrap {
    margin-bottom: 0;
}

.login-form form .remember-me-wrap [type="checkbox"]:checked,
.login-form form .remember-me-wrap [type="checkbox"]:not(:checked) {
    display: none;
}

.login-form form .remember-me-wrap [type="checkbox"]:checked+label,
.login-form form .remember-me-wrap [type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 0;
    color: #6b6b84;
    font-weight: 500;
}

.login-form form .remember-me-wrap [type="checkbox"]:checked+label:before,
.login-form form .remember-me-wrap [type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    background: #f5f5f5;
}

.login-form form .remember-me-wrap [type="checkbox"]:checked+label:after,
.login-form form .remember-me-wrap [type="checkbox"]:not(:checked)+label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #1CA3DF;
    position: absolute;
    top: 5.5px;
    left: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.login-form form .remember-me-wrap [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.login-form form .remember-me-wrap [type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.login-form form .remember-me-wrap [type="checkbox"]:hover+label:before {
    border-color: #1CA3DF;
}

.login-form form .remember-me-wrap [type="checkbox"]:checked+label:before {
    border-color: #1CA3DF;
}

.login-form form .lost-your-password-wrap {
    text-align: right;
}

.login-form form .lost-your-password-wrap a {
    display: inline-block;
    position: relative;
    font-weight: 500;
    line-height: 1.3;
}

.login-form form .lost-your-password-wrap a::before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #eeeeee;
}

.login-form form .lost-your-password-wrap a::after {
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    bottom: 0;
    content: '';
    background-color: #1CA3DF;
}

.login-form form .lost-your-password-wrap a:hover::before {
    width: 0;
}

.login-form form .lost-your-password-wrap a:hover::after {
    width: 100%;
}

.login-form form button {
    margin-top: 22px;
    border: none;
    display: block;
    text-align: center;
    overflow: hidden;
    color: #898C90;
    background-color: #F2F2F2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    border-radius: 5px;
    padding: 14.5px 30px;
    font-weight: 500;
    font-size: 17px;
}

.login-form form button:hover {
    background-color: #2b67af;
    color: #ffffff;
}

.register-form {
    padding-top: 30px;
    padding-left: 30px;
}

.register-form h2 {
    margin-bottom: 25px;
    font-size: 35px;
}

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

.register-form form .form-group label {
    display: block;
    margin-bottom: 10px;
    color: #2b67af;
    font-weight: 500;
}

.register-form form .description {
    font-style: italic;
    font-size: 13.5px;
    margin-top: -10px;
    margin-bottom: 0;
}

.register-form form button {
    margin-top: 22px;
    border: none;
    display: block;
    text-align: center;
    overflow: hidden;
    color: #ffffff;
    background-color: #1CA3DF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    border-radius: 5px;
    padding: 14.5px 30px;
    font-weight: 500;
    font-size: 17px;
}

.register-form form button:hover {
    background-color: #2b67af;
    color: #ffffff;
}


/*================================================
Login Area CSS
=================================================*/


/*================================================
Coming Soon Area CSS
=================================================*/

.coming-soon-area {
    height: 100vh;
    position: relative;
    z-index: 1;
    background: #f6f7fb;
    background-image: url(/img/coming-soon-bg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.coming-soon-content {
    max-width: 700px;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    padding: 40px 60px;
    -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    margin-left: auto;
    margin-right: auto;
}

.coming-soon-content .logo {
    display: inline-block;
}

.coming-soon-content h2 {
    font-size: 44px;
    margin-top: 30px;
    margin-bottom: 0;
}

.coming-soon-content #timer {
    margin-top: 40px;
}

.coming-soon-content #timer div {
    background-color: #2b67af;
    color: #ffffff;
    width: 100px;
    height: 105px;
    border-radius: 5px;
    font-size: 40px;
    font-weight: 500;
    margin-left: 10px;
    margin-right: 10px;
}

.coming-soon-content #timer div span {
    display: block;
    margin-top: -2px;
    font-size: 17px;
    font-weight: 500;
}

.coming-soon-content form {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.coming-soon-content form .form-group {
    margin-bottom: 25px;
    width: 100%;
    position: relative;
}

.coming-soon-content form .form-group .label-title {
    margin-bottom: 0;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    color: #2b67af;
}

.coming-soon-content form .form-group .label-title i {
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 9px;
    font-size: 22px;
}

.coming-soon-content form .form-group .label-title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #1CA3DF;
}

.coming-soon-content form .form-group .input-newsletter {
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #eeeeee;
    padding: 0 0 0 32px;
    color: #2b67af;
    height: 45px;
    display: block;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 22px;
    font-weight: 400;
}

.coming-soon-content form .form-group .input-newsletter::-webkit-input-placeholder {
    color: #A1A1A1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder {
    color: #A1A1A1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
    color: #A1A1A1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.coming-soon-content form .form-group .input-newsletter::placeholder {
    color: #A1A1A1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.coming-soon-content form .form-group .input-newsletter:focus::-webkit-input-placeholder {
    color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder {
    color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus::-ms-input-placeholder {
    color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus::placeholder {
    color: transparent;
}

.coming-soon-content form .default-btn {
    border-radius: 0;
}

.coming-soon-content form .validation-danger {
    margin-top: 15px;
    color: red;
}

.coming-soon-content form .validation-success {
    margin-top: 15px;
}

.coming-soon-content form p {
    margin-bottom: 0;
    margin-top: 20px;
}


/*================================================
search-shipping-rate-area CSS
=================================================*/

.search-block {
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
}

.search-block div.block-title {
    padding: 10px 20px;
    font-weight: 400;
    background: #FCFBFB;
    border-bottom: 1px solid #DFDFDF;
}

.search-block .block-body {
    padding: 20px;
}

.search-block .block-body .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 15px;
}

.search-block .block-body .form-check:last-child {
    margin-bottom: 0;
}

.search-block .block-body .form-check .form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    top: 0;
    margin-right: 10px;
}

.search-block .block-body .form-check .form-check-label {
    font-size: 22px;
}

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

.search-block .form-group .form-control {
    height: 40px;
    width: 100%;
    font-size: 22px;
    background: #fff;
    margin-bottom: 25px;
}

.nice-select.open .list {
    width: 100%;
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 8%);
}

.nice-select .option {
    font-weight: 300;
    min-height: 0;
    line-height: 24px;
    padding: 5px 10px;
}

.nice-select .option.selected {
    font-weight: 300;
}

.search-block .form-group .form-control::-webkit-input-placeholder {
    color: #BFBFBF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.search-block .form-group .form-control:-ms-input-placeholder {
    color: #BFBFBF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.search-block .form-group .form-control::-ms-input-placeholder {
    color: #BFBFBF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.search-block .form-group .form-control::placeholder {
    color: #BFBFBF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.text-color-1CA3DF {
    color: #1CA3DF;
}

.tb-ship-rate {
    width: 100%;
}

.tb-ship-rate thead {
    background: #FCFBFB;
    border-bottom: 1px solid #DFDFDF;
}

.tb-ship-rate th {
    padding: 10px 20px;
    font-weight: 400;
    white-space: nowrap;
}

.tb-ship-rate td {
    padding: 15px 20px;
    white-space: nowrap;
}

.tb-ship-rate tbody tr {
    border-bottom: 1px solid #DFDFDF
}

.ship-title {
    display: block;
    white-space: nowrap;
    font-size: 22px;
    line-height: 1;
}

.ship-icon {
    float: left;
    margin-right: 5px;
}

.badge {
    border-radius: 3px;
    font-weight: 300;
}

.bg-green {
    background: #1AB394
}


/*================================================
Privacy Policy Area CSS
=================================================*/

.privacy-policy-content img {
    border-radius: 5px;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.privacy-policy-content h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 24px;
}

.privacy-policy-content .blockquote,
.privacy-policy-content blockquote {
    margin-bottom: 30px;
    background-color: #e6f2f5;
    text-align: left !important;
    padding: 25px !important;
}

.privacy-policy-content .blockquote p,
.privacy-policy-content blockquote p {
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 17px !important;
    font-weight: 500;
}

.privacy-policy-content .blockquote::after,
.privacy-policy-content blockquote::after {
    display: none;
}

.privacy-policy-content .blockquote::before,
.privacy-policy-content blockquote::before {
    display: none;
}

.privacy-policy-content ol,
.privacy-policy-content ul {
    margin-top: 20px;
}

.privacy-policy-content ol li,
.privacy-policy-content ul li {
    margin-bottom: 10px;
    color: #6b6b84;
    line-height: 1.8;
    font-weight: 500;
    font-size: 17px;
}


/*================================================
Terms of Service Area CSS
=================================================*/

.terms-of-service-content img {
    border-radius: 5px;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.terms-of-service-content h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 24px;
}

.terms-of-service-content .blockquote,
.terms-of-service-content blockquote {
    margin-bottom: 30px;
    background-color: #e6f2f5;
    text-align: left !important;
    padding: 25px !important;
}

.terms-of-service-content .blockquote p,
.terms-of-service-content blockquote p {
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 17px !important;
    font-weight: 500;
}

.terms-of-service-content .blockquote::after,
.terms-of-service-content blockquote::after {
    display: none;
}

.terms-of-service-content .blockquote::before,
.terms-of-service-content blockquote::before {
    display: none;
}

.terms-of-service-content ol,
.terms-of-service-content ul {
    margin-top: 20px;
}

.terms-of-service-content ol li,
.terms-of-service-content ul li {
    margin-bottom: 10px;
    color: #6b6b84;
    line-height: 1.8;
    font-weight: 500;
    font-size: 17px;
}


/*================================================
Purchase Guide Area CSS
=================================================*/

.purchase-guide-content img {
    border-radius: 5px;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.purchase-guide-content h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 24px;
}

.purchase-guide-content .blockquote,
.purchase-guide-content blockquote {
    margin-bottom: 30px;
    background-color: #e6f2f5;
    text-align: left !important;
    padding: 25px !important;
}

.purchase-guide-content .blockquote p,
.purchase-guide-content blockquote p {
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 17px !important;
    font-weight: 500;
}

.purchase-guide-content .blockquote::after,
.purchase-guide-content blockquote::after {
    display: none;
}

.purchase-guide-content .blockquote::before,
.purchase-guide-content blockquote::before {
    display: none;
}

.purchase-guide-content ol,
.purchase-guide-content ul {
    margin-top: 20px;
}

.purchase-guide-content ol li,
.purchase-guide-content ul li {
    margin-bottom: 10px;
    color: #6b6b84;
    line-height: 1.8;
    font-weight: 500;
    font-size: 17px;
}


/*================================================
Membership Levels Area CSS
=================================================*/

.membership-levels-table .table {
    margin-bottom: 0;
}

.membership-levels-table .table thead th {
    vertical-align: middle;
    background-color: #1CA3DF;
    white-space: nowrap;
    padding: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    border-left: 1px solid #e98f8f;
    border-bottom: none;
    border-right: 1px solid #e98f8f;
}

.membership-levels-table .table thead th h2 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 500;
}

.membership-levels-table .table thead th h3 {
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 500;
}

.membership-levels-table .table thead th:first-child {
    border-left: none;
}

.membership-levels-table .table thead th:last-child {
    border-right: none;
}

.membership-levels-table .table tbody tr td {
    padding: 15px 20px;
    white-space: nowrap;
    vertical-align: middle;
    border: none;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
}

.membership-levels-table .table tbody tr td:first-child {
    text-align: left;
}

.membership-levels-table .table tbody tr td.item-check i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    background-color: #0eb582;
    color: #ffffff;
    display: block;
    margin: 0 auto;
}

.membership-levels-table .table tbody tr td.item-none i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    background-color: #d85554;
    color: #ffffff;
    display: block;
    margin: 0 auto;
}

.membership-levels-table .table tbody tr td .select-btn {
    display: inline-block;
    color: #2b67af;
    background-color: #efefef;
    padding: 13px 30px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 500;
}

.membership-levels-table .table tbody tr td .select-btn:hover {
    color: #ffffff;
    background-color: #1CA3DF;
}


/*================================================
Contact Area CSS
=================================================*/

.contact-info-box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 110px;
    z-index: 1;
}

.contact-info-box .icon {
    width: 80px;
    height: 80px;
    background-color: #f7f7f7;
    border-radius: 5px;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    padding: 20px;
}

.contact-info-box .icon img {
    max-height: 100%;
}

.contact-info-box .icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}

.contact-info-box h3 {
    margin-bottom: 10px;
    font-size: 24px;
}

.contact-info-box p:last-child {
    margin-bottom: 0;
}

.contact-info-box .back-icon {
    position: absolute;
    right: 0;
    bottom: -15px;
    z-index: -1;
    color: #2b67af;
    line-height: 1;
    opacity: .04;
    font-size: 100px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.contact-image {
    margin-top: 20px;
    text-align: center;
}

.contact-form {
    padding: 20px;
    margin-left: 15px;
    -webkit-box-shadow: 0 0 20px rgba(158, 158, 158, 0.16);
    box-shadow: 0 0 20px rgba(158, 158, 158, 0.16);
    background-color: #ffffff;
}

.contact-form .form-control {}

.contact-form form .form-group {
    margin-bottom: 15px;
}

.contact-form form .form-group .form-control {
    height: 40px;
    border-radius: 0;
    border-color: #f5f5f5;
}

.contact-form form .form-group textarea.form-control {
    height: auto;
}

.contact-form form .help-block ul {
    margin-bottom: 0;
    margin-top: 12px;
}

.contact-form form .help-block ul li {
    color: red;
}

.contact-form form .default-btn {
    margin-top: 5px;
}

.contact-form form #msgSubmit {
    margin: 0 !important;
}

.contact-form form #msgSubmit.text-danger,
.contact-form form #msgSubmit.text-success {
    margin-top: 15px !important;
}

#map iframe {
    width: 100%;
    height: 500px;
    border: none;
}

.tb-contact {}

.tb-contact td {
    vertical-align: top;
    padding-right: 20px;
    padding-bottom: 20px;
}

.tb-contact tr:last-child td {
    padding-bottom: 20px;
}


/*================================================
course training
=================================================*/

.course-details-image {
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
}

.course-trainning-info {
    margin: 20px 0;
    padding: 20px 20px 0;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 8%);
    border-radius: 10px;
    font-weight: 400;
}

.trainning-info-box {
    position: relative;
    padding-left: 35px;
    z-index: 1;
    margin-bottom: 20px;
}

.trainning-info-box .icon {
    width: 25px;
    position: absolute;
    left: 0px;
    top: 0;
}

.trainning-info-box .icon img {
    width: 25px;
}

.trainning-info-box p {
    margin-bottom: 5px;
    line-height: 1;
}

.text-right {
    text-align: right;
}


/*================================================
Subscribe Area CSS
=================================================*/

.subscribe-area {
    position: relative;
    z-index: 1;
}

.subscribe-image {
    text-align: center;
}

.subscribe-content .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #1CA3DF;
    font-weight: 500;
    font-size: 15px;
}

.subscribe-content .sub-title img {
    margin-right: 5px;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.subscribe-content h2 {
    margin-bottom: 15px;
    font-size: 44px;
}

.subscribe-content p {
    margin-bottom: 20px;
}

.subscribe-content p:last-child {
    margin-bottom: 0;
}

.subscribe-content .newsletter-form {
    position: relative;
    max-width: 550px;
    margin-top: 30px;
}

.subscribe-content .newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    border: none;
    background-color: #eaeaea;
    color: #2b67af;
    height: 52px;
    padding-left: 18px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
}

.subscribe-content .newsletter-form .input-newsletter::-webkit-input-placeholder {
    color: #999999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.subscribe-content .newsletter-form .input-newsletter:-ms-input-placeholder {
    color: #999999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.subscribe-content .newsletter-form .input-newsletter::-ms-input-placeholder {
    color: #999999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.subscribe-content .newsletter-form .input-newsletter::placeholder {
    color: #999999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.subscribe-content .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
    color: transparent;
}

.subscribe-content .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
    color: transparent;
}

.subscribe-content .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
    color: transparent;
}

.subscribe-content .newsletter-form .input-newsletter:focus::placeholder {
    color: transparent;
}

.subscribe-content .newsletter-form .validation-danger {
    color: red;
    margin-top: 15px;
}

.subscribe-content .newsletter-form .validation-success {
    margin-top: 15px;
}

.subscribe-content .newsletter-form .default-btn {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 5px 5px 0;
    height: 52px;
    -webkit-transform: unset !important;
    transform: unset !important;
}

.vector-shape6 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: .70;
}

.vector-shape6 img {
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}


/*================================================
Footer Area CSS
=================================================*/

.footer-area {
    padding-top: 70px;
    position: relative;
    z-index: 1;
}

.footer-area.bg-color {
    background-color: #F6F9FF;
}

.single-footer-widget {
    margin-bottom: 30px;
}

.single-footer-widget .logo {
    margin-bottom: 15px;
    font-size: 15px;
    display: inline-block;
}

.single-footer-widget .social-link {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 10px;
    margin-top: 10px;
}

.single-footer-widget .social-link li {
    display: inline-block;
    margin-right: 15px;
}

.single-footer-widget .social-link li:last-child {
    margin-right: 0;
}

.single-footer-widget .social-link li a {
    /* width: 30px; */
    /* height: 30px; */
    text-align: center;
    color: #2A3140;
    /* background-color: #000; */
    font-size: 32px;
    position: relative;
    border-radius: 4px;
}

.single-footer-widget .social-link li a i {
    /* position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);*/
}

.single-footer-widget h3 {
    margin-bottom: 0px;
    font-size: 25px;
    font-weight: 500;
}

.single-footer-widget .footer-links-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .footer-links-list li {
    margin-bottom: 10px;
    font-weight: 400;
}

.single-footer-widget .footer-links-list li a {
    color: #333;
    display: inline-block;
}

.single-footer-widget .footer-links-list li a:hover {
    color: #1CA3DF;
}

.single-footer-widget .footer-links-list li:last-child {
    margin-bottom: 0;
}

.footer-bottom-area {
    background: #1CA3DF;
    color: #fff;
    font-weight: 500;
    padding: 15px 0;
}

.footer-bottom-area p i {
    position: relative;
    top: 1.3px;
    margin-right: 5px;
    font-size: 15px;
}

.footer-bottom-area p a {
    color: #fff;
}

.footer-bottom-area ul {
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.footer-bottom-area ul li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.footer-bottom-area ul li:last-child {
    margin-right: 0;
}

.footer-bottom-area ul li:last-child::before {
    display: none;
}

.footer-bottom-area ul li::before {
    content: '';
    position: absolute;
    right: -12px;
    top: 5.6px;
    width: 1px;
    height: 14px;
    background-color: #fff;
}

.footer-bottom-area ul li a {
    display: block;
    color: #fff;
}

.footer-bottom-area ul li a:hover {
    color: #000;
}

.footer-map {
    position: absolute;
    right: 20%;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    z-index: -1;
    opacity: .8;
}

.footer-map img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.responsive-lang {
    display: none;
}

.lang-menu {
    /* width: 100px; */
    text-align: right;
    position: relative;
    margin-left: 30px;
    margin-right: 15px;
}

.lang-menu .selected-lang {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    cursor: pointer;
}

.lang-menu .selected-lang:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 8px;
    background-size: 35px 35px;
    background-repeat: no-repeat;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.lang-menu .selected-lang i {
    line-height: 35px;
    font-size: 10px;
    margin-left: 8px;
}

.lang-menu ul {
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #f8f8f8;
    display: block;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    left: -10px;
    border-radius: 5px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
}

.lang-menu ul:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 13px solid #fff;
    position: absolute;
    left: 20px;
    top: -13px;
}

.lang-menu:hover ul {
    top: 95%;
    visibility: visible;
    opacity: 1;
}

.lang-menu ul li {
    list-style: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
    transition: all 0.2s ease-in-out;
}

.lang-menu ul li a {
    text-decoration: none;
    padding: 5px 10px;
    display: flex;
    color: #333;
    font-weight: 400;
    align-items: center;
    line-height: 35px;
}

.lang-menu ul li:hover {
    background-color: #f2f2f2;
}

.lang-menu ul li a:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 25px;
    margin-right: 8px;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 0%;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    -o-border-radius: 0%;
}

.en:before {
    background-image: url(/img/go_ship/flags/en.svg);
}

.th:before {
    background-image: url(/img/go_ship/flags/th.svg);
}

.ch:before {
    background-image: url(/img/go_ship/flags/ch.svg);
}

@-webkit-keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


/*================================================
Go Top CSS
=================================================*/

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 20px;
    color: #ffffff;
    background-color: #2b67af;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 22px;
    -webkit-transition: .9s;
    transition: .9s;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

.go-top:hover {
    background-color: #111;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}


/*# sourceMappingURL=style.css.map */

.top-area-content {
    background: #FCFBFB;
}

.account-page {
    background: url(/img/go_ship/bg-login-main.jpg) no-repeat center/cover;
    min-height: 100vh;
}

.login-form {
    overflow: hidden;
    max-width: 1100px;
    margin: 0 auto;
}

.form-control:focus {
    border: 1px solid #dfdfdf;
    background-color: #f5f5f5;
}

.account-page h2 {
    font-weight: 300;
}

.login-form .form-control {
    background: transparent;
    border-radius: 0;
    height: 40px;
}

.sub-welcome {
    font-size: 22px;
    margin-left: -55px;
}

p.validation-invalid-label {
    font-size: 13px;
}

.logo-parner img {
    max-width: 170px;
}

.logo-shipping img {
    max-height: 80px;
}

[type=button]:disabled{
    opacity: .5;
}

.main-content-slide.owl-theme .slide-item {
    padding: 0;
}

.selected-lang.flag {
    text-transform: uppercase;
}

.no-bg a.default-btn {
    background: transparent;
    color: #1CA3DF;
    padding: 0;
}

.no-bg-outline a.default-btn {
    background: transparent;
    color: #1CA3DF;
    padding: 0;
    border: none;
}

.no-bg-outline a.default-btn > span {
    display: none;
}
.no-bg-outline a.default-btn:hover {
    box-shadow: none;
    background: transparent;
    color: #0a58ca;
}

.no-bg a.default-btn div {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.no-bg a.default-btn:hover {
    background: transparent;
    box-shadow: none;
}

.no-bg a.default-btn:hover span {
    background: transparent;
}

.no-bg a.default-btn span {
    background: transparent;
}

.slide-item.s1 {
    height: 100%;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.slide-item.s2 {
    display: flex;
    height: 100%;
    flex-flow: row wrap;
    align-items: end;
}

.slide-item.s3 {
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: end;
}

img.img-5 {
    position: relative;
    margin-top: -70px;
}

.height-100vh {
    min-height: calc(100% - 500px);
}

.line-footer img {
    max-height: 45px;
}

.btn-primary {
    color: #fff;
    background-color: #0B3466;
    border-color: #1CA3DF;
}

a.btn.btn-primary.register-btn:hover {
    background: #1CA3DF;
    border-color: #1CA3DF;
}

.main-content-slide .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
}

#fb-root iframe {
    bottom: 70px !important;
}

.social-link img {
    margin-top: -10px;
    width: 28px;
}

.text-grey {
    color: #666;
}

.font-size-xs {font-size: 17px;}

.line-height-1 {line-height: 10px;}

.font-size-sm {font-size: 17px;margin-top: 2px;}

h5.font-weight-semibold {font-size: 22px;  margin-top: 5px !important;}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}

.btn-load-app {
    font-weight: normal;
    background: #2196f3;
    border: 0;
    border-radius: 30px;
    font-size: 18px;
    padding: 0;
    height: 40px;
    width: 68px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

.btn-load-app:hover {color: #fff;}
.no-bg a.default-btn.custom-size-link div {
    font-size: 25px !important;
}
.services-details-desc .services-content > img {
    margin-top: 40px;
}
.services-details-desc .services-content {
    font-size: 25px;
}
.custom-printer{
    background-image: url(/img/go_ship/bg-printer.jpg);
}
section.print-area.custom-bg-wd{
    background-image: url(/img/go_ship/bg-print-detail.jpg);
}
.about-img.fix-max-w img {
    width: 100%;
    max-width: 380px;
}
.text-details .sub-title {
    font-size: 20px;
    color: #1CA3DF;
    font-weight: 300;
}
.home-tab-area.printed .nav {
    text-align: left;
}
.print-area h3{
    font-size: 32px; 
    font-weight: 500;
}
.home-tab-area.printed .nav .nav-item .nav-link:hover, .home-tab-area.printed .nav .nav-item .nav-link.active {
    color: #333;
}
.home-tab-area.printed .nav .nav-item{
    margin-left: 0;
    margin-right: 45px;
}
.home-tab-area.printed .nav-tabs {
    border-bottom: 1px solid #E3EDFE;
}
.home-tab-area.printed .nav .nav-item .nav-link ,
.home-tab-area.printed .nav .nav-item .nav-link span{
   font-size: 22px;
   font-weight: 500; 
}
.printed h1 , .printed h2 , .printed h3 , .printed h4 , .printed h5, .printed h6{
    font-weight: 500;
}
.printed h3{
    font-size: 28px;
}
.printed h5{
    font-size: 25px;
}
.printed p, .printed span, .printed a, .printed {
    font-size: 25px;
    font-weight: 300;
}
.home-tab-area.printed .tab-content .print-content .full-content p {
    line-height: 30px;
}
.home-tab-area.printed .tab-content .tab-pane ul.list-details {
    padding-left: 15px;
}
.home-tab-area.printed .tab-content .tab-pane ul.list-details li {
    font-weight: 300;
    line-height: 27px;
    font-size: 25px;
    color: #333;
}
.home-tab-area.printed .tab-content .tab-pane ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333;
}
.about-img.line-ft img {
    max-width: 235px;
    width: 100%;
}
.print-content h4 {
    font-size: 20px;
}
.print-content .content {
    border: 1px solid #E5F0F7;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 25px 40px;
}
.h-title i {
    width: 35px;
    height: 35px;
    border-radius: 25px;
    text-align: center;
    background: #1CA3DF;
    color: #fff;
    font-size: 14px;
    margin-right: 20px;
    position: relative;
    line-height: 35px;
}
.title-content .view i {
    display: inline-block;
    background: #D6F1FD;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    color: #2481AB;
    line-height: 20px;
    margin-left: 15px;
}
a.btn.btn-custom {
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #1CA3DF;
    border-radius: 5px;
    width: 80px;
    font-size: 14px;
    color: #1CA3DF;
    padding: 0;
    line-height: 30px;
    margin-left: 10px;
    margin-bottom: 10px;
}
a.btn.btn-custom i {
    margin-right: 5px;
}
a.btn.btn-custom:hover {
    background: #1CA3DF;
    color: #fff;
}
.no-bg a.default-btn.custom-size-link div {
    font-size: 25px !important;
}
.services-details-desc .services-content > img {
    margin-top: 40px;
}
.services-details-desc .services-content {
    font-size: 25px;
}
section.manual-area {
    background-image: url(/img/go_ship/bg-howto-goship.png);
    background-position: 100% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.manual-block {
    background: #FFFFFF;
    border: 1px solid #E5F0F6;
    border-radius: 10px;
}
.pb-325 {
    padding-bottom: 325px;
}
.manual-block a.link-manual {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #333;
    font-size: 24px;
}
.manual-block a.link-manual:hover {
    color: #1CA3DF;
}
/* a.link-manual:after {
    content: "\f105";
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    right: 25px;
    top: 35px;
    font-weight: 300;
} */
#accordionPanelsStayOpen .accordion-button {
    border: none;
}
#accordionPanelsStayOpen .accordion-item.content {
    background: #FFFFFF;
    border: 1px solid #E5F0F7;
    border-radius: 5px;
}
#accordionPanelsStayOpen .accordion-button::after{
    display: none;
    content: none;
}
#accordionPanelsStayOpen .accordion-collapse {
    border: none;
}
#accordionPanelsStayOpen .accordion-button:not(.collapsed) {
    color: #1CA3DF;
    background-color: #fff;
}
.accordion-header .h5, .accordion-header h5 {
    font-size: 25px;
    font-weight: 500;
}
.accordion-header .view span{
    font-size: 22px;
}
span.custom-size-text {
    font-size: 18px;
    font-weight: 300;
}
a.btn.btn-custom:hover {
    border: 1px solid #1CA3DF;
}
#accordionPanelsStayOpen .accordion-button:not(.collapsed) span , #accordionPanelsStayOpen .accordion-button span{
    color: #333;
}
.custom-hight {
    min-height: 535px;
}
#accordionPanelsStayOpen tr:hover {
    background: #F7FCFE;
}
#accordionPanelsStayOpen a.btn.btn-custom {
    margin-bottom: 5px;
    margin-top: 5px;
}
.btn.disabled , a.btn.btn-custom.btn-primary.disabled {
    background: #e5e5e5;
    color: #ababab;
    border-color: #e5e5e5;
}

/* Proload content */

.box-placeholder {
    /* display: in-block; */
    /* background-color: #fff; */
    /* margin: 30px; */
    /* box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1); */
    /* max-width: 300px; */
    vertical-align: top;
    width: 100%;
    box-shadow: none;
}

.box-placeholder {
    font-size: 0;
    -height: 0;
}

.box-placeholder .text {
    background-color: #999;
    height: 20px;
    border-radius: 4px;
    margin: 10px 0;
    width: 100%;
    opacity: .1;
    animation: fading 1.5s infinite;
}

.box-placeholder .text:first-child {
    margin-top: 0;
}

.box-placeholder .text:nth-child(2) {
    width: 90%;
}

.box-placeholder .text:nth-child(3) {
    width: 60%;
}

.box-placeholder .text:nth-child(4) {
    width: 80%;
}

.box-placeholder .text:nth-child(5) {
    width: 85%;
}

.box-placeholder .text:nth-child(7) {
    width: 90%;
}

.box-placeholder .text:nth-child(9) {
    width: 70%;
}

.box-placeholder .text:nth-child(10) {
    width: 50%;
}

.box-placeholder .text:last-child {
    margin-bottom: 0;
}

/* ------  search track  --------  */
.bg-c-custom{
    background-color: #ECF6F9;
}
.pb-50{
    padding-bottom: 50px;
}
.ml-3 {
    margin-left: 1rem!important;
}
h6.tracking-number {
    font-size: 22px;
}
.color-higelintg{
    color: #1CA3DF;
    font-weight: 500;
}
.shipment-estimate > i{
    color: #1CA3DF;
}
.shipping-status-area .list-head.collapsed .fa-circle-chevron-down:before{
    content: "\f13a";
    color: #515151;
}
.shipping-status-area .list-head .fa-circle-chevron-down:before{
    content: "\f139";
    color: #515151;
}
.ml-1 {
    margin-left: 0.25rem!important;
}
.ml-2 {
    margin-left: 0.5rem!important;
}
.list-head-begin .img-status {
    border: 2.5px solid #1CA3DF;
    display: inline-block;
    border-radius: 100%;
    padding: 5px;
    background: #fff;
}
.img-status .bg-status img {
    max-width: 35px;
}
.img-status span.bg-status {
    width: 80px;
    height: 80px;
    border: unset;
    background: linear-gradient(180deg, #EAF6FF 0%, #B5E8FF 100%);
    padding: 18px;
    display: flex;
    border-radius: 50%;
    color: #1CA3DF;
    align-items: center;
    justify-content: center;
}
.img-status  .bg-status img {
    max-width: 35px;
}
.list-head-begin .img-status.canceleds{
    border-color: #DD5C49;
}
.img-status span.bg-status.canceleds {
    background: linear-gradient(180deg, rgba(255, 209, 208, 0.17) 0%, #FFD1D0 57.1%);
}
.no-data-track{
    background: #F8F8F8;
    border-radius: 1px;
}
.w-5{
    width: 5%!important;
}
.w-70 {
    width: 70%!important;
}
.to-shipment:before {
    content: "";
    position: absolute;
    height: 63%;
    width: 2px;
    border-left: 1px dashed #1CA3DF;
    left: 4px;
    top: 17px;
}
.pl-0 {
    padding-left: 0 !important;
}
.history-timeline .timeline-block li.timeline-block {
    color: #BFBFBF;
}
.history-timeline .timeline-block:first-child li.timeline-block {
    color: #212529;
}
.history-timeline .timeline-block:first-child span.icon-shipment {
    opacity: 1;
    background: linear-gradient(180deg, #EAF6FF 0%, #B5E8FF 100%);
    border-color: #1CA3DF;
}
.history-timeline .timeline-block:first-child span.icon-shipment.canceleds {
    opacity: 1;
    border-color: #DD5C49;
    background: linear-gradient(180deg, rgba(255, 209, 208, 0.17) 0%, #FFD1D0 57.1%);
}
.history-timeline span.icon-shipment {
    width: 30px;
    height: 30px;
    background: #F5F5F5;
    line-height: 27px;
    border-radius: 30px;
    border: 1px solid #F5F5F5;
    opacity: 0.7;
}
.history-timeline span.icon-shipment > img {
    width: 15px;
}
.custom-dot-ship .dot-ship:first-child {
    padding-top: 50px;
}
.custom-dot-ship .dot-ship {
    padding: 9px 9px 7px 9px;
}
.custom-dot-ship .dotte {
    color: #1CA3DF;
    background: #fff;
    border: 1px solid #1CA3DF;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    z-index: 9;
    position: relative;
}
.custom-dot-ship span.dot-ship::after {
    content: '';
    width: 2px;
    height: 90%;
    background-color: #C9EEFF;
    top: 30px;
    left: 13px;
    position: absolute;
}
.custom-dot-ship > span.dot-ship:before {
    content: '';
    width: 2px;
    height: 60px;
    background-color: #C9EEFF;
    top: 0px;
    left: 13px;
    position: absolute;
}
.custom-dot-ship span.dot-ship:last-child::after{
    display: none;
}
.timeline-content ul.last-status > li.d-none:first-child{
    display: block !important;
}
.timeline-content ul.all-ststus > li:first-child{
    display: none !important;
}
.timeline-content span.list-sla-arrow .fa-circle-chevron-down:before {
    content: "\f139";
    color: #1CA3DF;
    font-size: 17px;
}
.timeline-content span.list-sla-arrow.collapsed .fa-circle-chevron-down:before {
    content: "\f13a";
    color: #1CA3DF;
}
.timeline-content span.list-sla-arrow {
    cursor: pointer;
}
.history-timeline .timeline-icon::before {
    content: '';
    width: 2px;
    height: 93%;
    background-color: #C9EEFF;
    top: 30px;
    left: 13px;
    position: absolute;
}
.history-timeline .timeline-block:last-child .timeline-icon:before {
    content: none;
}
.list-head-end .list-sla-arrow .fa-lg {
    font-size: 18px;
}
.shipment-estimate i.fa-angles-right {
    font-size: 15px;
}
.mt-3 {
    margin-top: 1rem!important;
}
.title-footer a .fa-plus::before {
    content: "\f068";
}
.title-footer a.collapsed .fa-plus::before {
    content: "\f067";
}



@keyframes fading {
    0% {
        opacity: .1;
    }
    50% {
        opacity: .2;
    }
    100% {
        opacity: .1;
    }
}

.grid-shipping a div {
    color: #232323;
    font-weight: 300;
    font-family: 'db_heaventcond';
}

.grid-shipping strong {
    display: block;
    margin-bottom: 8px;
}
.history-timeline .timeline-block .timeline-date span.text-time-cus {
    font-weight: 300;
    color: #212529;
}

.description-event {
    display: inline-block;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

ul.shipping-info li span.col-auto.cicle-img {
    padding: 10px;
}
ul.shipping-info.fuzepost li span {
    border-color: #13216A;
}

.bg-custom-bule {
    background-color: #EBF3FB;
}
.ptb-40{
    padding: 40px 0;
}
.about-content .content .btn-custom-register div {
    color: #fff;
    margin: 0;
    display: inline-block;
    font-weight: 600;
}
.ptb-50{
    padding: 50px 0;
}
.w-12{
    width: 12% !important;
}
.reviews-area-slide .title-image .logo-icon img {
    border-radius: 30px;
    border: 1px solid #dee2e6;
}
.reviews-area-slide  p.short-description {
    min-height: 55px;
}
.Faq-area .content .title-content {
    border-top: 1px solid #e0e0e0;
}
.Faq-area .nev-toggle {
    right: 25px;
    top:25px;
}
.Faq-area .h-title i {
    background: none;
    color: #333;
    width: auto;
    height: auto;
    margin: 0;
    line-height: inherit;
}
.Faq-area.page-all-faq .nev-toggle {
    right: 25px;
    top:25px;
}
.content-faq-custom .accordion-header.show .title-content, .content-faq-custom .accordion-header.active .title-content {
    background-image: url("../img/go_ship/home/icon/angle-right-regular-1.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 97% 50%;
}
.content-faq-custom .accordion-header .title-content, .content-faq-custom .accordion-header .title-content {
    background-image: url("../img/go_ship/home/icon/angle-right-regular-2.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 97% 50%;
}
#content-faq .accordion-header.active button, .content-faq-custom .accordion-header.show .title-content, .content-faq-custom .accordion-header.active .title-content {
    background-color: #F2F2F2;
    border: 0;
}
#content-faq .accordion-collapse , .page-all-faq .accordion-collapse {
    border: none;
}
#content-faq .accordion-body, .page-all-faq .accordion-body {
    padding: 15px 15px;
}
.text-primary {
    color: #1DA4E0! important;
}
.pt40{
    padding-top: 40px;
}
.ptb50{
    padding: 50px 0;
}
.default-btn.btn-custom-primary {
    background: linear-gradient(276.56deg, #0561A0 18.88%, #1CA3DF 133.55%);
}

.text-danger {
    color: #FE3B1F!important;
}

.label-shipping h2.badge {
    font-size: 25px;
    margin: 10px;
    background: #E1F6FF !important;
}
.sec-shipping-ads p {
    font-size: 22px;
    margin-top: 0;
}

.font-hilight {
    font-size: 34px;
    font-weight: 500;
}

.sec-shipping-ads .section-title h2 {
    font-size: 32px;
}

.carrier-icon h4 {
    font-size: 22px;
    margin-top: 10px;
}

.carrier-price del {
    display: block;
    text-decoration: none;
}

.carrier-price {
    align-items: center;
    display: flex;
    justify-content: center;
}

.price-number {
    font-size: 120px;
    line-height: 55px;
    margin-right: 5px;
    font-family: 'db_heaventmed';
}

.carrier-grid {
    display: flex;
    flex-flow: row wrap;
    max-width: 800px;
    margin: 0 auto;
}

.carrier-grid .item {
    width: 50%;
}

.carrier-icon {
    border: 1px solid #F2F2F2;
}

.carrier-icon img {
    max-width: 80px;
    margin-top: 20px;
}

.carrier-grid .item>div {
    width: 50%;
    height: 100%;
    border-bottom: 0;
}

.carrier-price ins {
    text-decoration: none;
    font-family: 'db_heaventmed';
    font-size: 30px;
    line-height: 0.5;
}

.info-price {
    padding-top: 15px;
}

.contact-grid {
    max-width: 350px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.text-left {
    text-align: left;
}

.text-left {
    text-align: left;
}

.contact-info img {
    width: 30px;
}

.contact-text {
    font-size: 25px;
    font-family: db_heaventmed;
    line-height: 1;
}

span.line-text.contact-text {
    color: #21C803;
}

.contact-left {
    padding-top: 20px;
}

.contact-right {
    width: 120px;
}

.contact-bottom {
    width: 100%;
    margin-bottom: 25px;
}

span.text1 {
    color: #FEA528;
    font-size: 32px;
    font-family: 'db_heaventmed';
    margin-right: 3px;
}

span.text2 {
    color: #1D98D4;
    font-family: 'db_heaventmed';
    font-size: 40px;
}

.contact-info.d-flex.mt-2 {
    align-items: self-end;
}

.carrier-grid .item:nth-child(11) .carrier-grid-item,.carrier-grid .item:nth-child(12) .carrier-grid-item {
    border-bottom: 1px solid #1CA3DF;
}

.carrier-grid .item:nth-child(11) .carrier-icon ,.carrier-grid .item:nth-child(12) .carrier-icon{
    border-bottom: 1px solid #F2F2F2;
}

.carrier-grid-item{
    background: #E1F6FF;
    border: 1px solid #1CA3DF;
}
/* New home */
.font-size-body{
    font-size: 20px;
}
.section1 .content a {
    color: #212529;
}
.section1 .item-sec1:hover a, .section1 .content a:hover {
    color: #1CA3DF;
}
.section1 .item-sec1:hover h4 {
    color: #1CA3DF;
}
.section1 .content a > i {
    font-size: 15px;
    border: 1px solid #eee;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    box-shadow: 0px 3px 4px #eee;
    color: #1CA3DF;
}
.section1 .content a:hover > i, .section1 .item-sec1:hover a > i{
    background-color: #1CA3DF;
    color: #fff;
    border: 1px solid #1CA3DF;
}
.item-sec1:nth-child(2), .item-sec1:nth-child(5) {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}
.font-weight-bold{
    font-weight: 600;
}
.single-blog-post .post-content h3 a:hover{
    color: #1CA3DF;
}
.default-btn-v2{
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border: 2px solid #1CA3DF;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 22px;
    font-family: 'db_heaventmed', sans-serif;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
    font-weight: 500
}
.default-btn-v2:hover {
    color: #ffffff;
    background: linear-gradient(276.56deg, #1CA3DF 18.88%, #BEEBFF 133.55%);
}
.left-0{
    left: 0;
}
.right-0{
    right: 0;
}
.custom-border-review.post-content {
    border: 1px solid #ddd;
    border-radius: 15px;
    box-shadow: 0px 2px 5px #ddd;
}
.px-120{
    padding: 0 120px;
}
.custom-border-review h2.short-description:before{
    content: url("/img/homepage/image/ic-icon-01.svg");
    font-size: 45px;
    color: #eee;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    position: absolute;
    left: 40px;
    top: -15px;
}
.custom-border-review h2.short-description:after{
    content: url("/img/homepage/image/ic-icon-02.svg");
    font-size: 45px;
    color: #eee;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    position: absolute;
    right: 40px;
    top: -15px;
}

/* News */
.single-blog-post .post-content h2 {
    margin-bottom: 15px;
    line-height: 33px;
    font-size: 30px;
    font-weight: 500;
}
a.link-custom-view, .single-blog-post .post-content h2 a {
    color: #333;
}
a.link-custom-view:hover, .single-blog-post .post-content h2 a:hover {
    color: #1CA3DF;
}

/* Faq */
.faq-homepage .accordion-header.position-relative {
    background: #fff;
}
.faq-homepage .accordion-header.position-relative.active {
    background: #f2f2f2;
}
.faq-homepage .accordion-collapse.collapse.show, .faq-homepage .accordion-collapse.collapse {
    background: #fff;
}
/* Footer */
.footer-our-partner .slide-item img {
    filter: grayscale(100%);
    cursor: pointer;
    max-height: 60px;
    width: auto;
    margin: 0 auto;
}
.footer-our-partner .slide-item img:hover {
    filter: none;
}
.footer-qrcode{
    font-size: 18px;
    color: #333;
    background: #E8F1FA;
    border-radius: 5px;
    padding: 5px 0;
    max-height: 60px;
    min-height: 60px;
    margin-bottom: 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.carrier-grid.gridhome {
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
    max-width: max-content;
}
.carrier-grid.gridhome .item {
    width: 25%;
}
.carrier-grid.gridhome img {
    margin: 10px 0;
}
.carrier-grid.gridhome .carrier-grid-item {
    background: #fff;
    border: 1px solid #dfdfdf;
}
.carrier-grid.gridhome .item>div {
    border-bottom: 0;
}
.carrier-grid.gridhome .item:nth-child(9) .carrier-grid-item, .carrier-grid.gridhome .item:nth-child(10) .carrier-grid-item, 
.carrier-grid.gridhome .item:nth-child(11) .carrier-grid-item, .carrier-grid.gridhome .item:nth-child(12) .carrier-grid-item {
    border-bottom: 1px solid #dfdfdf;
}

/*Label*/
.about-area.top-area-content-v2 {
    background: #EFF1F5;
}
.top-area-content-v2 h2:after {
    content: "";
    height: 3px;
    background: #1DA4E0;
    width: 80px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 6px;
}
.single-blog-post.item-document .post-image {
    padding: 20px 35px;
    background: #EFF1F5;
}
.single-blog-post.item-document .custom-item-post-title i {
    color: #1CA3DF;
    font-weight: 500;
    margin-right: 10px;
    font-size: 20px;
}
.single-blog-post.item-document:hover .custom-item-post-title i{
    color: #fff;
}
.single-blog-post.item-document:hover .custom-item-post-title{
    background: #1CA3DF;
    color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.single-blog-post.item-document .post-content h3 {
    line-height: 28px;
    font-size: 25px;
}
.single-blog-post.item-document:hover .item-post-title a{
    color: #fff;
}
.single-blog-post.item-document:hover .post-image:before {
    background: rgba(22, 19, 27, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    content: "";
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.single-blog-post.item-document {
    border-color: #eee;
    transition: none;
    transform: none;
}
.single-blog-post.item-document:hover {
    transition: none;
    transform: none;
}
.label-btn-details {
    padding: 5px 20px;
    background: #2196F3;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
.label-btn-details i {
    font-size: 18px;
}
.howto-details-desc .subtitle-doc {
    margin: 30px auto;
    font-size: 22px;
}
.btn-label-doc > span {
    background: #EFF1F5;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 600;
}
.howto-details-desc img {
    margin-bottom: 15px;
}
.btn-label-doc{
    margin-bottom: 50px;
}
.single-blog-post.item-document {
    border-radius: 10px;
}
.single-blog-post.item-document {
    margin-bottom: 45px;
}
.sec-shipping-homepage .price-number {
    font-size: 85px;
}
.footer-our-partner .it-services-banner .main-banner-content {
    max-width: 1440px;
    margin: 0 auto;
    opacity: 1;
    display: block;
}
.single-blog-post.item-document.item-document-report .custom-item-post-title i {
    color: #1CA3DF;
    font-weight: 900;
    margin-right: 10px;
    font-size: 20px;
}
.single-blog-post.item-document.item-document-report:hover .custom-item-post-title i{
    color: #fff;
}

.default-btn.btn-primary {
    border-color: #1CA3DF;
}
ul.shipping-info.bsexpress li span {
    border-color: #D72429;
}
ul.shipping-info.interexpress li span {
    border-color: #FCD905;
}
.custom-feature-carrier ul > li {
    padding: 0;
    margin-bottom: 5px;
    list-style: disc;
}
.bg-1CA3DF {
    background: #1CA3DF;
}
.list-primary li::marker {
    color: #1CA3DF;
}
.custom-btn-padding{
    font-size: 20px !important;
    padding: 10px 10px;
}

/* ---------------------   Stock  ------------------------ */

.page-go-express p br {
    display: none;
}

.stock-contact {
    padding-left: 15px;
}

.page-go-express h3.title-problem {
    color: #2E4871;
}

section.main-baner-stock {
    background-size: cover;
}

.main-baner-stock h2 {
    font-size: 25px;
    margin-bottom: 20px;
    /* line-height: 40px; */
}

.main-baner-stock p {
    font-size: 16px;
    font-weight: 799;
}

.sub-title-stock {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
}

.main-baner-stock a.btn {
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    padding: 0px 20px;
    font-weight: 600;
    min-width: 180px;
    transition: 800ms;
    background: #25597F;
    color: #fff;
}

.main-baner-stock a.btn-light {
    border-color: #828282 !important;
}

.main-baner-stock a.btn:hover {
    /* box-shadow: -300px 0 0 0 rgb(255 158 28) inset; */
    box-shadow: -300px 0 0 0 #254465 inset;
}

.stock-main-banner > img {
    opacity: 0;
    overflow: hidden;
}

.problem-list.slide-stock .items .problem-name {
    font-size: 14px;
    line-height: 20px;
    padding: 0 15px;
    margin: 0;
}

.sld-stock.owl-carousel .owl-item img {
    display: block;
    width: 60px;
}

.slide-stock .items {
    background: #EFF1F5;
    border-radius: 20px;
    padding-bottom: 15px;
}
.slide-stock .items > img {
    padding: 20px 40px;
}
.btn-border-custom {
    box-shadow: 0px 5px 0px #F5C151;
}
.font-bold{
    font-weight: bold;
}
.content-details-logs img {
    margin-top: 15px;
    margin-bottom: 15px;
}
.content-details-logs blockquote {
    padding: 0 !important;
    text-align: left;
    background: none;
}
.content-details-logs blockquote p, .content-details-logs .blockquote p {
    color: inherit;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: inherit;
    font-weight: inherit;
    font-size: 16px !important;
}
.content-details-logs blockquote::before, .content-details-logs .blockquote::before{
    content: none;
}
.content-details-logs blockquote::after, .content-details-logs .blockquote::after{
    content: none; 
}
.owl-carousel.problem-list.main-content-slide.slide-stock {
    display: block;
}
.page-go-express p.short-description {
    font-weight: 400;
}
.owl-carousel.main-content-slide.slide-sub-banner {
    display: block;
}
.default-btn.btn-custom-primary {
    background: linear-gradient(276.56deg, #0561A0 18.88%, #1CA3DF 133.55%);
}

.custom-btn-mobile a > img {
    padding: 0 10px;
}

.pdtb-40{
    padding: 40px 0px;
}

a.btn.btn-register-mobile, a.btn.btn-register-mobile:hover{
    background: #2E4871;
    color: #fff;
    box-shadow: -300px 0 0 0 rgb(46 72 113) inset;
}

a.btn.btn-register-mobile-line , a.btn.btn-register-mobile-line:hover{
    background: #00B900;
    color: #fff;
    box-shadow: -300px 0 0 0 rgb(0 185 0) inset;
}

.label-shipping h2.badge {
    font-size: 18px;
    margin: 10px;
    background: #E1F6FF !important;
    font-weight: 600;
}

.bg-ECF6F9{
    background-color: #ECF6F9;
}

#tab-events > .item {
    cursor: pointer;
}
#tab-events > .item h6.active{
    color: #1CA3DF;
}
.border-none-active{
    border: 2px solid transparent;
}
.border-active{
    border: 2px solid #1CA3DF;
    border-radius: 3px;
}
.w-33{
    width: 33.3333%;
}
.membership-levels-table .table tbody tr td:first-child i {
    top: 0;
    font-size: 14px;
}

.membership-levels-table .table tbody tr td:first-child i {
    font-size: 14px;
    top: 0px;
}
.btn-border-custom-line {
    box-shadow: 0px 5px 0px #007900;
    background: #00B900;
}
.slide-sub-banner .items {
    background: #fff;
    border-radius: 20px;
    padding: 15px 0;
    border: 2px solid #0099D5;
    text-align: center;
    min-height: 380px;
}
.slide-sub-banner .items .title {
    background: #0099D5;
    text-align: center;
    font-size: 22px;
    padding: 10px;
    color: #fff !important;
    font-weight: 600;
    border-radius: 15px;
    margin: 0 20px;
}
.slide-sub-banner .items img {
    max-width: 120px;
    display: inline-block;
    margin-bottom: 15px;
}
.slide-sub-banner .items .sub-title {
    text-align: left;
    color: #333333;
    font-weight: 600;
    margin-top: 15px;
    padding: 0 15px;
}
.slide-sub-banner .items .sub-title span.big {
    font-size: 20px;
    color: #0099D5;
}
.slide-sub-banner .owl-item:last-child .items li {
    color: #0099D5;
}
.slide-sub-banner .items .sub-title span ,.slide-sub-banner .items li{
    color: #333;
}


/* faq */
#content-faq .accordion-header button {
    font-size: 24px;
}
.faq-accordion-tab .tabs {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 60px;
    text-align: center;
}

.faq-accordion-tab .tabs li {
    margin-left: 10px;
    margin-right: 10px;
}

.faq-accordion-tab .tabs li a {
    color: #2b67af;
    text-decoration: none;
    border-radius: 5px;
    padding: 20px;
    display: block;
    -webkit-box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
    box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
    font-size: 17px;
    font-weight: 600;
}

.faq-accordion-tab .tabs li a i {
    font-size: 30px;
    font-weight: 400;
}

.faq-accordion-tab .tabs li a span {
    display: block;
    margin-top: 8px;
}

.faq-accordion-tab .tabs li a:hover {
    background-color: #1CA3DF;
    color: #ffffff;
}

.faq-accordion-tab .tabs li.current a {
    background-color: #1CA3DF;
    color: #ffffff;
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
    border-radius: 5px;
    display: block;
    -webkit-box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
    box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
    background: #ffffff;
    margin-bottom: 15px;
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
    padding: 20px 25px 17px 60px;
    color: #2b67af;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    left: 25px;
    top: 18px;
    font-size: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.faq-accordion .accordion .accordion-title.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -5px;
    padding-bottom: 20px;
    padding-right: 25px;
    padding-left: 60px;
}

.faq-accordion .accordion .accordion-content p {
    line-height: 1.8;
}

.faq-accordion .accordion .accordion-content.show {
    display: block;
}
#content-faq button.accordion-button ,
.content-faq-custom .title-content{
    background: #fff;
    color: #333;
    transition: none;
    font-weight: 500;
    border-left: 0;
    border-bottom: 0;
    padding: 15px 15px;
    border-right: 0;
    border-radius: 0;
}

#content-faq .accordion-item:first-child button {
    border-top: 0;
}

#content-faq .accordion-button:not(.collapsed)::after {
    transform: none;
}

#content-faq .accordion-button::after {
    content: '\f105';
    font-family: "Font Awesome 6 Pro";
    background: none;
    right: -10px;
    position: relative;
    font-size: 15px;
}

#content-faq .active .accordion-button::after {
    content: '\f078';
}

.accordion-collapse {
    border: 0;
}

#content-faq .accordion-button:focus,
.content-faq-custom .accordion-header .title-content:focus {
    border-color: #E0E0E0;
    outline: 0;
    box-shadow: none;
}
.content-faq-custom .accordion-header.show .nev-toggle .fa-chevron-right:before,
.content-faq-custom .accordion-header.active .nev-toggle .fa-chevron-right:before {
    content: "\f078";
}
#content-faq .accordion-header.active button,
.content-faq-custom .accordion-header.show .title-content,
.content-faq-custom .accordion-header.active .title-content{
    background: #F2F2F2;
    border: 0;
}

.section-faq {
    box-shadow: 1px 0px 6px 1px #efefef;
    padding: 20px;
    border-radius: 5px;
    margin-top: 25px;
    margin-bottom: 25px;
    border: 1px solid #E0E0E0;
}

section.dark {
    background: #3C4658;
}

.content-faq {
    color: #888;
}
#content-faq .accordion-body {
    padding: 15px 10px;
}
.Faq-area.page-all-faq .nev-toggle {
    right: 25px;
    top:25px;
}
.content-faq-custom .accordion-header.show .title-content, .content-faq-custom .accordion-header.active .title-content {
    background-image: url("../img/home/icon/angle-right-regular-1.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 97% 50%;
}
.content-faq-custom .accordion-header .title-content, .content-faq-custom .accordion-header .title-content {
    background-image: url("../img/home/icon/angle-right-regular-2.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 97% 50%;
}


/* color section */
section.bg-gray {
    background: #EFF1F5;
}

/* center */
ul.no-bullet > li {
    list-style: none;
    padding-bottom: 5px;
}
ul.no-bullet {
    padding-left: 0 !important;
}
.btn-border-custom {
    box-shadow: 0px 5px 0px #F5C151;
}
.bg-primary {
    background: #03A9F4 !important;
}
.title-blue h3 {
    color: #1DA4E0;
}
.btn-primery-border {
    min-width: 250px;
    border-radius: 5px;
    padding: 15px 20px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 20px;
    background: #0099D5;
    border-bottom: 4px solid #FEB033;
    color: #fff;
}

a.btn.custom-btn-blue {
    text-align: center;
    background: linear-gradient(276.56deg, #036086 18.88%, #0099D6 133.55%);
    color: #fff;
    font-size: 20px;
    display: flex;
    max-width: 300px;
    justify-content: center;
    margin-top: 15px;
}
.icon-service-grid > div {
    background: #0099D6;
    width: 93px;
    height: 93px;
    border: 3px solid #fff;
    border-radius: 50px;
    padding: 10px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}
.services-section .items {
    background: #EFF1F5;
    border-radius: 16px;
    margin-bottom: 20px;
    padding: 10px;
    min-height: 270px;
}
.services-section .items:hover {
    background: #0099D6;
    color: #fff;
}
.services-section .items:hover .text-primary{
    color: #fff !important;
}
.services-section .items:hover .icon-service-grid > div {
    background: #FEB033;
}
.services-model .title-035C80 h3{
    padding: 15px 25px;
    border-radius: 7px;
}
.services-section-model .owl-nav {
    display: none;
}
.services-section-model.owl-carousel {
    display: block;
    margin-top: 25px;
}
.services-model p.sub-title {
    font-size: 24px;
}
.white-label .title-blue h2 {
    color: #036188;
    font-size: 92px;
    font-weight: 600;
    letter-spacing: 1px;
}
.white-label .sub-title
 {
    font-size: 32px;
    color: #0099D6;
    font-weight: 500;
}
.franchise-application-process .title h3 {
    padding: 15px 25px;
    border-radius: 7px;
}
.franchise-application-model.owl-carousel {
    display: block;
    margin-top: 25px;
}
.franchise-application-model.owl-carousel .owl-item img {
    width: auto;
}
.franchise-application-model h3.title {
    text-align: center;
    background: #035C80;
    padding: 15px;
    border-radius: 7px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
.franchise-application-model .owl-item:after {
    content: "\f178";
    position: absolute;
    display: inline-block;
    font-size: 52px;
    color: #CACACA;
    z-index: 9999;
    top: 50px;
    right: 0;
    width: 25px;
    height: 100%;
    text-align: center;
    bottom: 0;
    font-family: 'Font Awesome 6 Pro';
}
.franchise-application-model .owl-item:last-child:after{
    content:none ;
}
section.franchise-application-process .bg-franchise-application-process{
    background: url("../img/go-express/iamges/icon-add-line.png");  
    width: 455px;
    height: 360px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 340px;
    z-index: 99;
}
section.franchise-application-process {
    padding-bottom: 60px;
}
.what-investors-will-receive .top-title {
    background: #0099D6;
    color: #fff;
    padding: 10px 20px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}
.what-investors-will-receive .sub-title-bottom {
    background: #EFF1F5;
    padding: 10px 20px;
    font-size: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.what-investors-will-receive .content2 {
    margin-bottom: 15px;
}
.what-investors-will-receive h3.title {
    color: #036086;
    font-size: 48px;
    margin-bottom: 20px;
}
.custom-what-investors-will-receive {
    padding-left: 60px;
    background: url("../img/go-express/iamges/icon-dot.svg"); 
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: 8%;
}

/* api page */
section.main-baner-api {
    background-size: cover;
}

.main-baner-api h2 {
    font-size: 38px;
    margin-bottom: 20px;
    /* line-height: 40px; */
}

.main-baner-api p {
    font-size: 24px;
    font-weight: 799;
}

.main-baner-api a.btn {
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    padding: 0px 20px;
    font-weight: 600;
    min-width: 180px;
    transition: 800ms;
}

.main-baner-api a.btn-light {
    border-color: #828282 !important;
}

.main-baner-api a.btn:hover {
    box-shadow: -300px 0 0 0 #f1f1f1 inset;
}
.page-api .slide-stock .items {
    background: transparent;
    border-radius: 20px;
    padding-bottom: 0px;
}
.page-api .slide-stock .items > img {
    padding: 0 0 15px 0;
}
.page-api .problem-list.slide-stock .items .problem-name {
    font-size: 16px;
    line-height: 20px;
    padding: 0 15px;
    margin: 0;
    color: #333 !important;
}
.page-api .about-content p {
    font-weight: 600;
}
.page-api a.btn {
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    padding: 0px 20px;
    font-weight: 600;
    min-width: 180px;
    transition: 800ms;
}
.border-blue{
    border: 2px solid #0099D5;
    border-radius: 15px;
}
.border-yellow{
    border: 2px solid #FFAA64;
    border-radius: 15px;
}

.btn-second-border {
    min-width: 250px;
    border-radius: 5px;
    padding: 15px 20px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 20px;
    background: #355B7D;
    border-bottom: 4px solid #0099D5;
    color: #fff;
}
ul.no-list-style {
    margin: 0;
    padding: 0;
}
ul.no-list-style > li {
    list-style: none;
}
.api-form-bg .form-control {
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}
form#apiForm .alert {
    position: absolute;
    bottom: -43px;
    font-size: 14px;
    padding: 3px;
    width: 100%;
}
.page-api .about-content p.validation-invalid-label {
    position: absolute;
    font-size: 10px;
    z-index: 9;
    bottom: 2px;
    right: 10px;
}
.text-orange{
    color: #fb8c00;
}
ul.shipping-info.bsexpress li span {
    border-color: #D72429;
}
ul.shipping-info.interexpress li span {
    border-color: #FCD905;
}
.custom-feature-carrier ul > li {
    padding: 0;
    margin-bottom: 5px;
    list-style: disc;
}
.bg-1D98D5{
    background-color: #1D98D5;
    color: #fff;
}
.title-blue-sm{
    color: #1D98D5;
}
.about-content .content ul.icon-green {
    padding: 0;
}
ul.icon-green li {
    list-style: none;
}
ul.icon-green li > i {
    color: #62B752;
    outline: 2px solid #fff;
    border-radius: 14px;
    font-size: 12px;
    margin-right: 10px;
    height: 12px;
    margin-top: 6px;
}
.block-title {
    width: 70px;
    height: 70px;
    background: #fff;
    text-align: center;
    line-height: 85px;
    margin-bottom: 15px;
    font-size: 35px;
    border-radius: 5px;
    color: #1DA4E0;
}
.block-title.bg-blue {
    background: #F5FBFE;
}
p.font-size-sm-gosell {
    font-size: 18px;
}
h6.page-api-title {
    font-size: 24px;
}
.ptb-60{
    padding: 60px 0;
}
.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    line-height: 20px;
}
a.nav-link.nuxt-link-exact-active.nuxt-link-active {
    color: #1CA3DF !important;
}