:root {
    --mainColor: #11bbec;
    --secondColor: #040708;
    --grayColor: #272b41;
    --bgColor: #ebf0f6;
    --textColor: #3D3A3A;
    --Color: #dea226;
}

@font-face {
    font-family: "Montserrat";
    src: url("../webfonts/Montserrat-Regular.ttf") format("opentype");
}

@font-face {
    font-family: "VarelaRound";
    src: url("../webfonts/VarelaRound-Regular.ttf") format("opentype");
}

.p-0 {
    padding: 0 !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

body {
    font-family: "VarelaRound";
    color: var(--textColor);
    background-color: var(--bgColor)
}

* {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

input,
select,
textarea,
button {
    box-shadow: none !important;
    outline: none !important;
}

.top-background {
    background-image: url(../images/background/bg2.jpg);
    background-position: center;
    background-size: cover;
    height: 310px;
    position: relative;
    margin-top: 60px;
    z-index: 2;
}

@media (max-width: 992px) {
    .top-background .container {
        max-width: 100%;
    }
}

.top-background:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
    opacity: 0.6;
}

.top-background .back-color h3 {
    color: #fff;
}

.top-background .back-color ul {
    list-style: none;
}

.top-background .back-color ul li {
    display: inline-block;
    padding: 0 6px;
    margin-top: 12px;
    font-size: 14px;
}

.top-background .back-color ul li a {
    color: #fff;
}

.top-background .back-color ul li a span {
    font-size: 13px;
    padding-right: 1px;
}

.top-background .back-color ul .icon {
    font-size: 13px;
    color: #fff;
}

.btn-color {
    background-color: var(--Color);
    color: white;
    padding: 9px 15px;
    font-size: 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 25px;
    min-width: 115px;
    text-align: center;
}

@media (max-width: 400px) {
    .btn-color {
        min-width: auto;
    }
}

.btn-color i {
    color: #fff;
    font-size: 15px;
}

.btn-color:hover {
    background: var(--mainColor);
    color: white;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btn-color1 {
    background-color: var(--mainColor);
    color: white;
    padding: 9px 15px;
    font-size: 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 25px;
    min-width: 115px;
    text-align: center;
}

@media (max-width: 400px) {
    .btn-color1 {
        min-width: auto;
    }
}

.btn-color1 i {
    padding-left: 7px;
    color: #fff;
    margin-right: -5px;
    position: relative;
    top: 2px;
    font-size: 19px;
}

.btn-color1:hover {
    background: var(--Color);
    color: white;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btn-color2 {
    background-color: #333;
    color: white;
    padding: 5px 17px;
    font-size: 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    min-width: 150px;
}

@media (max-width: 400px) {
    .btn-color2 {
        min-width: auto;
    }
}

.btn-color2 i {
    padding-left: 7px;
    color: #fff;
    margin-right: -5px;
    position: relative;
    top: 2px;
    font-size: 19px;
}

.btn-color2:hover {
    background: var(--mainColor);
    color: white;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.title {
    color: var(--grayColor);
    position: relative;
    font-size: 35px;
    text-align: center;
}

.title span {
    color: var(--mainColor);
}

.sub_title {
    color: #757575;
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
    max-width: 600px;
    margin: 15px auto;
}

.navbar .navbar-brand {
    padding-top: 4px;
    color: var(--mainColor);
    font-size: 30px;
}

.navbar .sps {
    position: fixed;
    top: 0px;
    left: 0;
    transition: all 0.5s ease;
    width: 100%;
    z-index: 10;
    padding: 0px 0;
}

.navbar .sps .navbar-nav .nav-item.dropdown {
    position: relative;
}

.navbar .sps .navbar-nav .nav-item.dropdown .dropdown-menu::after {
    content: '';
    position: absolute;
    top: -5px;
    left: 26%;
    padding: 4px;
    background: #fff;
    border: solid 1px #d9d9d9;
    border-right: none;
    border-bottom: none;
    transform: rotate(45deg);
    z-index: -1;
}

@media (max-width: 768px) {
    .navbar .sps {
        padding: 0 !important;
        min-height: 60px;
    }
}

@media (max-width: 992px) {
    .navbar .sps .container {
        max-width: 100% !important;
        padding: 0;
    }
}


.navbar .sps .navbar-nav .nav-item {
    padding: 8px;
    padding-bottom: 12px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.navbar .sps .navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.navbar .sps .navbar-nav .nav-item:nth-child(1):before {
    background-color: #22b9d7;
}

.navbar .sps .navbar-nav .nav-item:nth-child(2):before {
    background-color: #ea8968;
}

.navbar .sps .navbar-nav .nav-item:nth-child(3):before {
    background-color: var(--Color);
}

.navbar .sps .navbar-nav .nav-item:nth-child(4):before {
    background-color: #dc5b98;
}

.navbar .sps .navbar-nav .nav-item:nth-child(5):before {
    background-color: #8855b5;
}

.navbar .sps .navbar-nav .nav-item:nth-child(6):before {
    background-color: #f7f766;
}

.navbar .sps .navbar-nav .nav-item:nth-child(7):before {
    background-color: #e64f4f;
}

.navbar .sps .navbar-nav .nav-item:last-child:before {
    display: none;
}

.navbar .sps .navbar-nav .nav-item a {
    color: #333;
    font-size: 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.navbar .sps .navbar-nav .nav-item a:hover {
    color: #333;
}

.navbar .sps .navbar-nav .nav-item .dropdown-toggle:after {
    content: "\f107";
    font-weight: 100;
    font-family: "Font Awesome 5 Pro";
    border: 0;
    line-height: 0;
    position: relative;
    top: 5px;
    right: 3px;
}

.navbar .sps .navbar-nav .nav-item .dropdown-menu {
    margin-top: -2px;
    border: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0 0 3px #c8c8c8;
}

.navbar .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 14px;
    border-bottom: 1px solid #eee;
}

.navbar .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0 !important;
}

.navbar .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item:active,
.navbar .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
    background-color: #f5f5f5;
    outline: none;
    box-shadow: none;
}

.navbar .sps .navbar-nav .nav-item .active {
    color: var(--mainColor) !important;
}

.navbar .sps .navbar-toggler {
    top: 0px;
}

.navbar .sps--abv {
    top: 0px;
    transition: all 0.5s ease;
    background-color: #ffff;
}

@media (max-width: 768px) {
    .navbar .sps--abv {
        background-color: #fff !important;
        top: 0px !important;
        min-height: 60px;
        z-index: 50;
    }
}

.navbar .sps--abv .logo {
    width: 150px !important;
    transition: all 0.5s ease;
}

.navbar .sps--blw {
    background-color: #fff !important;
    z-index: 30;
    top: 0px;
    transition: all 0.5s ease;
    box-shadow: 0 0 3px 0px #d6d6d6;
}

.navbar .sps--blw .logo {
    width: 150px !important;
    transition: all 0.5s ease;
}

.navbar .sps--blw .navbar-toggler {
    top: 0px;
}

.navbar .navbar-toggler {
    background: var(--mainColor);
    margin: 11px 0;
    position: absolute;
    right: 15px;
}

.navbar .navbar-toggler .navbar-toggler-icon {
    background-color: #fff;
    display: block;
    margin: 6px 0;
    height: 2px;
}

.navbar.nav-pages .sps--abv,
.navbar.nav-pages .sps--blw {
    background-color: #fff !important;
}

.navbar.nav-pages .sps--abv .logo,
.navbar.nav-pages .sps--blw .logo {
    padding: 0 !important;
}

.navbar.nav-pages .sps .navbar-nav {
    margin-top: 8px;
}

.navbar.nav-pages .sps .navbar-toggler {
    top: 0;
}


@media (max-width: 767px) {
    .navbar .sps .navbar-nav {
        margin-top: 0;
    }

    .navbar .sps .navbar-nav .nav-item .dropdown-menu {
        box-shadow: none;
        background-color: #f9f9f9;
    }

}

/*  footer */
footer {
    position: relative;
    padding-bottom: 25px;
    background-color: #15558d
}

footer .box p {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    color: #fff;
    padding-right: 20px;
    max-width: 420px;
    margin-top: 18px;
}

footer .box h4 {
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 25px;
}

footer .box ul {
    list-style: none;
    margin-top: 20px;
    padding-left: 18px;
    margin-bottom: 0;
}

footer .box ul.social-icon {
    padding: 0;
}

footer .box ul.social-icon li:after {
    display: none !important;
}

footer .box ul.social-icon li i {
    padding-right: 10px;
    color: #fff;
    text-align: center;
    width: 30px;
    padding-top: 4px;
    font-size: 16px;
}

footer .box ul li {
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px;
    position: relative;
}

footer .box ul li:after {
    content: '\f111';
    position: absolute;
    left: -18px;
    top: 8px;
    font-family: "Font Awesome 5 Pro";
    font-size: 5px;
    font-weight: 700;
    color: var(--Color);
}

footer .box ul li a {
    color: #fff;
    font-size: 14px;
    transition: .5s;
}

footer .box ul li a:hover {
    color: var(--Color)
}

footer .input-group .input-group-text {
    background-color: var(--Color);
    color: #fff;
    border: 0;
    font-size: 14px;
    min-width: 90px;
    text-align: center;
    display: grid;
}

footer .input-group input {
    background-color: #fff;
    border-color: #e2e2e2;
    min-height: 39px;
    font-size: 15px;
}

.copy-right {
    color: #fff;
    background-color: #15558d;
    padding: 10px 0;
    font-size: 14px;
    position: relative;
    border-top: 1px solid rgb(255 255 255 / 19%)
}

.copy-right .list-social li {
    display: inline-block;
    padding: 10px;
}

.copy-right .list-social li.icon {
    color: #ffffff;
    text-align: center;
    width: 28px;
    height: 30px;
    font-size: 16px;
    padding: 0;
    padding-top: 4px;
    margin: 0 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.copy-right .list-social li.icon:hover a {
    color: var(--Color);
}

.copy-right .list-social li.icon a {
    color: #fff;
    transition: .5s;
}

.copy-right p {
    float: left;
    background-image: url(../images/footer_arrow.png);
    padding: 0px 50px 0px 0px;
    margin: 5px 7px 7px 0px;
    background-position: right 9px;
    background-size: 42px 11px;
    background-repeat: no-repeat;
}

.copy-right span {
    padding-top: 7px;
    display: block;
    font-size: 13px;
}

#myCarousel {
    height: 800px;
    position: relative;
    z-index: 1;
    background-position: top center;
    background-size: cover;
}


@media (max-width: 500px) {
    #myCarousel:after {
        background-size: cover;
    }
}


#myCarousel.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

#myCarousel.carousel-fade .carousel-item.active,
#myCarousel.carousel-fade .carousel-item-next.carousel-item-left,
#myCarousel.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

#myCarousel.carousel-fade .active.carousel-item-left,
#myCarousel.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0s 0.5s opacity;
    -o-transition: 0s 0.5s opacity;
    transition: 0s 0.5s opacity;
}

#myCarousel .carousel-inner {
    height: 100%;
    background-size: cover;
    background-position: center;

}

#myCarousel .carousel-inner .carousel-item {
    position: relative;
    z-index: 2
}

#myCarousel .carousel-inner .carousel-item:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -2
}

#myCarousel .carousel-inner .carousel-item {
    height: 100%;
    min-height: 550px;
    position: relative;
    width: 100%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    #myCarousel .carousel-inner .carousel-item p {
        text-align: center !important;
        padding-right: 0 !important;
    }
}

#myCarousel .carousel-inner .carousel-item {
    display: flex;
    align-items: center;
}

#myCarousel .carousel-inner .carousel-item .mask .slider-text {
    margin-top: 15px;
    margin-bottom: 15px;
}


@media (max-width: 768px) {
    #myCarousel .carousel-inner .carousel-item .mask .slider-text {
        margin-top: 0px !important;
        margin-bottom: 40px;
        text-align: center !important;
    }
}

#myCarousel .carousel-inner .carousel-item .mask .slider-text h6 {
    font-size: 17px;
    margin-bottom: 20px;
    color: var(--mainColor);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media (max-width: 500px) {
    #myCarousel .carousel-inner .carousel-item .mask .slider-text h6 {
        font-size: 18px !important;
    }
}

#myCarousel .carousel-inner .carousel-item .mask .slider-text h4 {
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 35px;
    color: var(--mainColor);
    animation-delay: 1.5;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    line-height: 65px;
}

#myCarousel .carousel-inner .carousel-item .mask .slider-text h4 span {
    color: #fff;
}

@media (max-width: 768px) {
    #myCarousel .carousel-inner .carousel-item .mask .slider-text h4 {
        font-size: 30px;
        margin-top: 100px;
        line-height: 37px;
    }
}

@media (max-width: 580px) {
    #myCarousel .carousel-inner .carousel-item .mask .slider-text h4 {
        font-size: 19px !important;
    }

    .searchbox {
        border-radius: 20px !important;
    }

    #myCarousel .carousel-inner .carousel-item .mask .slider-text h4 {
        font-size: 24px !important;
        margin-bottom: 15px;
    }

    #myCarousel {
        height: 665px !important;
    }
}

#myCarousel .carousel-inner .carousel-item .mask .slider-text p {
    font-size: 17px;
    margin-bottom: 25px;
    color: #fff;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding-right: 55px;
    text-align: justify;
}


#myCarousel .carousel-inner .carousel-item .mask .slider-img {
    position: relative;
}

#myCarousel .carousel-inner .carousel-item .mask .slider-img .product-slide {
    display: block;
    height: auto;
    width: 100%;
    margin-top: 0px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media (max-width: 768px) {
    #myCarousel .carousel-inner .carousel-item .mask .slider-img .product-slide {
        display: none;
    }
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
    width: auto;
    opacity: 1;
    z-index: 5;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#myCarousel .carousel-control-prev:hover,
#myCarousel .carousel-control-next:hover {
    opacity: 1;
}

#myCarousel .carousel-control-prev .carousel-control-next-icon,
#myCarousel .carousel-control-prev .carousel-control-prev-icon,
#myCarousel .carousel-control-next .carousel-control-next-icon,
#myCarousel .carousel-control-next .carousel-control-prev-icon {
    width: 50px;
    height: 50px;
    background-color: #cbcbcb;
    background-size: 38% 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#myCarousel .carousel-control-prev .carousel-control-next-icon:hover,
#myCarousel .carousel-control-prev .carousel-control-prev-icon:hover,
#myCarousel .carousel-control-next .carousel-control-next-icon:hover,
#myCarousel .carousel-control-next .carousel-control-prev-icon:hover {
    background-color: var(--mainColor);
}

#myCarousel .carousel-control-prev .carousel-control-prev-icon,
#myCarousel .carousel-control-next .carousel-control-prev-icon {
    -webkit-border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;
    -ms-border-radius: 0 15px 15px 0;
    -o-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
}

#myCarousel .carousel-control-prev .carousel-control-next-icon,
#myCarousel .carousel-control-next .carousel-control-next-icon {
    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius: 15px 0 0 15px;
    -ms-border-radius: 15px 0 0 15px;
    -o-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px;
}

.banner_shape {
    position: absolute;
    z-index: -1;
    right: 18%;
    bottom: 24%;
    animation: movebounce 4s linear infinite;
}

.banner_shape1 {
    position: absolute;
    z-index: -1;
    right: 77%;
    top: -23%;
    animation: moveleftbounce 4s linear infinite;
}

.banner_shape1 img {
    width: 50px;
    opacity: .6;
    filter: sepia(1);
}

@keyframes movebounce {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes moveleftbounce {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(20px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes rotateme {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(360deg);
    }
}

@keyframes rotatemeall {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes movescale {
    0% {
        transform: scale(.9);
    }

    50% {
        transform: scale(.8);
    }

    100% {
        transform: scale(.9);
    }
}


@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(0, 0, 100%);
        transform: translate3d(0, 0, 100%);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(0, 0, 100%);
        transform: translate3d(0, 0, 100%);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInopacity {
    0% {
        opacity: .5;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: .5;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes fadeInopacity {
    0% {
        opacity: .5;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: .5;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.fadeIn {
    -webkit-animation-name: fadeInopacity;
    animation-name: fadeInopacity;
}

/** courses  */

.course_all .show_course {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
    position: relative;
    height: calc(100% - 30px);
    max-width: 360px;
    margin: 15px auto;
    background-color: #fff;
}

.course_all .show_course:hover h3 {
    color: var(--Color);
}

.course_all .show_course img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 4px;
}

.course_all .show_course h3,
.course_all .show_course h3 a {
    font-size: 16px;
    font-weight: bold;
    color: var(--mainColor);
    margin-top: 15px;
    margin-bottom: 12px;
    transition: .5s;
    padding-left: 5px;
    padding-right: 5px;
}

.course_all .show_course ul {
    list-style: none;
    padding-left: 5px;
    padding-right: 5px;
}

.course_all .show_course ul li {
    display: inline-block;
    color: #8b8b8b;
    font-size: 13px;
    margin-right: 20px;
}

.course_all .show_course ul li i {
    margin-right: 8px;
}

.course_all .show_course p {
    font-size: 14px;
    text-align: justify;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
}


.course_all .show_course .price_course {
    position: absolute;
    background-color: var(--Color);
    font-size: 16px;
    right: 10px;
    color: #fff;
    margin-top: -37px;
    padding: 9px 12px;
    border-radius: 5px 0 3px;

}

.course_all .show_course .social-icon {
    color: rgb(247 218 7);
    padding-left: 2px;
    font-size: 12px;
}

.course_all .show_course .social-icon .disable {
    color: #d1d1d1
}

.course_all .show_course .social-icon span {
    color: #6e6e6e;
}

/*.trainee*/

.trainee .effect {
    position: relative;
    overflow: hidden;
    height: 400px;
    max-width: 350px;
    background: #056683;
    text-align: center;
    cursor: pointer;
    margin: 5px auto;
    border: 5px solid #fff;
    border-radius: 12px;
}

.trainee .effect img {
    position: relative;
    display: block;
    min-height: 100%;
    opacity: .8;
    width: 120%;
    transition: all .35s;
    transform: translate3d(0, 0, 0) scale(1.05);
    -webkit-transition: all .35s;
    -webkit-transform: translate3d(0, 0, 0) scale(1.05);
    object-fit: cover;
}


.trainee .effect .tab-text {
    padding: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.trainee .effect .tab-text:before {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 150%;
    content: "";
    background-color: rgba(255, 255, 255, .4);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -101%, 0);
    transition: all .6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -101%, 0);
    -webkit-transition: all .6s;
}

.trainee .effect h2 {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 0px 2px #7c7c7c;
    color: #fff;
}

.trainee .effect p {
    max-width: 130px;
    padding: 0 10px;
    margin: 30px;
    text-align: right;
    font-size: .9rem;
    line-height: 1.1;
    position: absolute;
    bottom: 0;
    right: 0;
    border-right: 3px solid #fff;
    opacity: 0;
    transition: all .35s;
    color: #fff;
}

.trainee .effect .icons-block {
    z-index: 1000;
    position: absolute;
    bottom: 25px;
    width: 100%;
    left: 0;
    text-align: left;
    padding-left: 15px;
}

.trainee .effect .icons-block .social-icon-1,
.trainee .effect .icons-block .social-icon-2,
.trainee .effect .icons-block .social-icon-3,
.trainee .effect .icons-block .social-icon-4,
.trainee .effect .icons-block .social-icon-5 {
    transition: all .5s ease-in-out;
    opacity: 0;
}

.trainee .effect .icons-block i {
    color: rgb(255 225 8);
    padding-left: 0px;
    font-size: 10px;
}

.trainee .effect:hover img {
    opacity: .4;
    transform: translate3d(-50px, 0, 0) scale(1);
    -webkit-transform: translate3d(-50px, 0, 0) scale(1);
}

.trainee .effect:hover .tab-text:before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 101%, 0);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 101%, 0);
}

.trainee .effect:hover p {
    opacity: 1;
}

.trainee .effect:hover .social-icon-1 {
    opacity: 1;
    transition-delay: .3s;
    transition-duration: .5s;
}

.trainee .effect:hover .social-icon-2 {
    opacity: 1;
    transition-delay: .4s;
    transition-duration: .5s;
}

.trainee .effect:hover .social-icon-3 {
    opacity: 1;
    transition-delay: .5s;
    transition-duration: .5s;
}

.trainee .effect:hover .social-icon-4 {
    opacity: 1;
    transition-delay: .6s;
    transition-duration: .6s;
}

.trainee .effect:hover .social-icon-5 {
    opacity: 1;
    transition-delay: .7s;
    transition-duration: .7s;
}

.owl-carousel .owl-buttons .carousel-control {
    position: absolute;
    top: 48%;
    right: -20px;
    display: flex;
    align-items: center;
    background-color: var(--mainColor);
    color: #fff;
    padding: 13px 8px;
    line-height: 0;
    border-radius: 4px;
}

.owl-carousel .owl-buttons .right {
    left: -20px;
    display: inline-table;
}

@media(max-width:650px) {
    .owl-carousel .owl-buttons .carousel-control {
        display: none;
    }
}

/* login page */
.login {
    margin-top: 150px;
}

.login-page {
    background-color: #fff;
    border-radius: 8px;

}

.login .form-control {
    font-size: 14px;
    background-color: var(--bgColor);
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #777;
    min-height: 38px;
}

.login label {
    font-size: 13px;
}


/* checkbox */


.new_check[type="radio"],
.new_check[type="checkbox"] {
    cursor: pointer;
    appearance: none;
    height: 17px;
    width: 17px;
    border-radius: 5px;
    background: #ffffff;
    transition: all 250ms linear;
    box-shadow: inset 0 0 0 3px #ffffff !important;
    border: 1px solid #bfbfbf;
    vertical-align: middle;
}

.new_check[type="radio"] {
    border-radius: 50%;
}

.new_check[type="checkbox"] {
    border-radius: none;
}

.new_check[type="checkbox"]:checked {
    border-color: var(--Color);
    background-color: var(--Color);
    box-shadow: inset 0 0 0 5px #ffffff;
}

.new_check[type="radio"]:checked {
    border-color: var(--Color);
    background-color: var(--Color);
}

.forget_Pawssword {
    font-size: 13px;
    color: var(--secondColor)
}

.icon-view {
    position: absolute;
    right: 12px;
    bottom: 8px;
    color: #777;
    font-size: 14px;
}

.main-password {
    position: relative;
}

.top_section {
    background-position: center;
    background-size: cover;
    height: 250px;
    position: relative;
    color: #fff;
    z-index: 4
}

.top_section:after {
    content: '';
    background-color: var(--mainColor);
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.content_page {
    margin: 70px 0
}

.background-wh {
    background-color: #fff;
    border-radius: 20px;
    padding: 15px !important;
}

/********/
.course_all .show_course_details {
    position: relative;
}

.course_all .show_course_details img {
    width: 100%;
    border-radius: 4px;
}

.course_all .show_course_details h3 {
    font-size: 19px;
    font-weight: bold;
    color: var(--secondColor);
    margin-bottom: 25px;
    margin-top: 7px;
}

.course_all .show_course_details h4 {
    font-weight: bold;
    font-size: 16px;
    color: var(--mainColor);
    margin-top: 20px;
    margin-bottom: 20px;
}

.course_all .show_course_details p {
    font-size: 14px;
    text-align: justify;
    color: #8f8f8f;
    line-height: 27px;
}


.course_all .details_side h3 {
    font-size: 17px;
    color: var(--mainColor);
    margin-bottom: 13px;
    margin-top: 7px;
}

.course_all .details_side .course_table td {
    font-size: 15px;
    padding-left: 5px;
    border: 0;
    padding-bottom: 8px;
}

.course_all .details_side .course_table td:last-child {
    color: #8f8f8f;
}

.course_all .details_side .course_table td i {
    color: var(--Color);
    margin-right: 12px;
    font-size: 14px;
    width: 20px
}

.course_all .details_side .btn {
    min-width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 15px;
}

.privacy_page p {
    font-size: 15px;
    color: #777;
    text-align: justify
}

.privacy_page ul {
    padding-left: 23px;
    list-style: none;
}

.privacy_page ul li {
    color: #777;
    font-size: 15px;
    position: relative;
}

.privacy_page ul li:after {
    content: "\f058";
    font-size: 12px;
    color: var(--Color);
    position: absolute;
    margin-bottom: 8px;
    left: -24px;
    margin-top: 3px;
    font-family: "Font Awesome 5 Pro";
}

.about_page .single-features-box {
    text-align: center;
    border-radius: 8px;
    background-color: #f9f9f9;
    padding: 29px 30px;
    transition: .5s;
    height: 100%;
    position: relative;
    top: 0;
}

.about_page .single-features-box:hover {
    top: -10px;
    box-shadow: 0px 2px 3px #ccc;
}

.about_page .single-features-box .icon {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 28px;
    color: var(--Color);
}

.about_page .single-features-box h3 {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 800;
}

.about_page .single-features-box p {
    margin-bottom: 0;
    font-size: 14px;
    color: #8d8d8d;
}

.subscribe_page {
    background-color: #fff;
    padding: 70px 0;
    position: relative;
}

.subscribe_page .premium-access-content {
    text-align: center;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.subscribe_page h2 {
    font-size: 28px;
    color: var(--mainColor);
    margin-bottom: 23px;
}

.shape3 {
    position: absolute;
    left: 15%;
    bottom: 18%;
    z-index: 1;

}

.shape3 img {
    -webkit-animation: rotatemeall 35s linear infinite;
    animation: rotatemeall 35s linear infinite;
    filter: brightness(0.7);
    max-width: 180px;
}








/*  book_expert */
.book_expert .box_1 {
    background-color: #f8f9fa;
    border-radius: 15px;
    height: calc(100% - 50px);
    max-width: 290px;
    margin: 40px auto 30px;
    text-align: center;
    border: 4px solid #fff
}

.book_expert .box_1 .book_num {
    width: 70px;
    height: 70px;
    top: -35px;
    border-width: 4px !important;
    background-color: var(--mainColor);
    font-weight: normal;
    border-radius: 50%;
    position: relative;
    border: 4px solid #fff !important;
    transition: .5s;
    font-size: 38px;
    -webkit-text-stroke: 1px #ffffff;
    color: transparent;
    font-family: cursive;
    margin-bottom: -10px;
}


.book_expert .box_1 p {
    font-size: 15px;
    margin-top: 20px;
    padding: 0 40px;
    color: #777;
}

.book_expert .box_1:hover {
    background-color: #ebf0f6
}

.book_expert .box_1:hover .book_num {
    background-color: var(--Color);
    color: #fff;

}

@media(max-width:992px) {
    .book_expert .container {
        max-width: 100%;
    }
}

/* search box */
.searchbox {
    background-color: #fff;
    padding: 6px 8px;
    border-radius: 50px;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.searchbox .form-control {
    border: 0;
}

.searchbox .btn-color1 {
    padding: 6px 15px;
    min-width: auto !important;
}

/*  slide category top       */

.slider-wrapper {
    position: relative;
    width: 100%;
    max-width: 400px;
    min-height: 350px;
}

.slider-wrapper .slides-wrapper {
    position: relative;
    height: 100%;
}

.slider-wrapper .slides-wrapper .slide-item {
    display: flex;
    align-items: center;
    padding: 1rem;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    min-height: 100px;
    transform: translate(-50%, 0) scale(0.6);
    transition: all 1s ease-in-out;
}

.slider-wrapper .slides-wrapper .slide-item a {
    display: flex;
    align-items: center;
}

.slider-wrapper .slides-wrapper .slide-item.prev,
.slider-wrapper .slides-wrapper .slide-item.next {
    opacity: 0.5;
}

.slider-wrapper .slides-wrapper .slide-item.next {
    transform: translate(-50%, -25%) scale(0.8);
}

.slider-wrapper .slides-wrapper .slide-item.prev {
    transform: translate(-50%, -225%) scale(0.8);
}

.slider-wrapper .slides-wrapper .slide-item.prev-done {
    transform: translate(-50%, -250%) scale(0.6);
}

.slider-wrapper .slides-wrapper .slide-item.active {
    opacity: 1;
    transform: translate(-50%, -125%) scale(1);
}

.slider-wrapper .slides-wrapper .slide-item img {
    width: 55px;
    object-fit: contain;
    margin-right: 20px;
}

.slider-wrapper .slides-wrapper .slide-item p {
    margin: 0;
    color: #333;
    font-size: 25px;
}

.slider-wrapper .buttons-wrapper {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.slider-wrapper .buttons-wrapper .btn {
    background-color: #f6f6f6;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    -ms-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
    -o-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 18px;
}

@media(max-width:460px) {
    .slider-wrapper .slides-wrapper .slide-item {
        width: 80%;
    }

    .slider-wrapper .buttons-wrapper {
        right: -7px;
    }

    .slider-wrapper {
        width: 90%;
    }

    .slider-wrapper .slides-wrapper .slide-item img {
        margin-right: 10px;
    }
}

/* video */
.why-us {
    background-image: url(../images/slider/home1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    min-height: 520px;
    z-index: 5;
    margin-top: 70px !important;
    display: flex;
    align-items: center;
}

.why-us:after {
    content: " ";
    /*    background-color: rgb(36 36 36 / 50%);*/
    background-color: rgb(21 85 141 / 29%);
    position: absolute;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
}

.why-us:before {
    content: " ";
    /*    background-color: rgb(14 164 207 / 71%);*/
    background-color: rgb(21 85 141 / 53%);
    position: absolute;
    top: 0;
    z-index: 0;
    width: 66%;
    height: 100%;
}

.why-us .side-content {
    padding: 0px 150px;
}


.why-us .about-video {
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.why-us .about-video .play-video:after,
.why-us .about-video .play-video:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    z-index: -1;
}

.why-us .about-video .play-video:after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

.why-us .about-video .play-video:before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.why-us .about-video .play-video a {
    color: var(--Color);
    display: block;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    margin: 0 auto;
}

.why-us .about-video .play-video a i {
    background: #fff;
    display: block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    border: 6px solid rgba(255, 255, 255, 0.6);
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 19px;
}

.why-us .about-video .play-video a i:before {
    margin: 0 auto;
}


.why-us .side-content h3 {
    color: #fff;
    font-size: 35px;
}

.why-us .side-content p {
    font-size: 15px;
    color: #fff;
    text-align: justify;
    margin: 33px 0 30px;
    line-height: 30px;
}

.modal_video .close {
    position: absolute;
    top: 0;
    right: 0px;
    background-color: #fff;
    opacity: 1;
    padding: 3px 8px;
    border-radius: 0 0 5px 5px;
}

.modal_video .modal-body {
    padding: 7px;
    padding-bottom: 0 !important
}

@media (max-width: 768px) {
    .why-us .about-video {
        margin-bottom: 90px;
    }

    .why-us:before {
        width: 100%;
    }
    .why-us .side-content{
        padding: 50px !important;
    }
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/* why_xpertHub_box */
.why_xpertHub_box {
    position: relative;
    padding: 11px;
    background-color: #fff;
    height: 100%;
    border-radius: 6px;
}

.why_xpertHub_box .top_img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.why_xpertHub_box h3 {
    background-color: var(--mainColor);
    color: #fff;
    position: absolute;
    top: 40px;
    font-size: 17px;
    padding: 8px;
    z-index: 1;
    margin-left: -7px;
    transition: .5s
}


.why_xpertHub_box h3:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: var(--mainColor) transparent var(--mainColor) var(--mainColor);
    right: -20px;
    border-width: 18px;
    top: 0;
    z-index: -2;
    transition: .5s
}

.why_xpertHub_box h3:after {
    content: '';
    position: absolute;
    top: 87%;
    left: 2px;
    border-width: 5px;
    transform: rotate(222deg);
    border-style: solid;
    border-color: #146e89 transparent transparent transparent;
    z-index: -2;
    transition: .5s
}

.why_xpertHub_box span {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    font-size: 21px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 13px;
    position: relative;
    margin-top: -30px;
    margin-bottom: 11px;
    color: #bbb;
    transition: .5s;
}

.why_xpertHub_box:hover span {
    border: 1px solid var(--mainColor);
}

.why_xpertHub_box:hover span img {
    filter: grayscale(0);
}

.why_xpertHub_box:hover h3 {
    background-color: var(--Color)
}

.why_xpertHub_box:hover h3:before {
    border-color: var(--Color) transparent var(--Color) var(--Color);
}

.why_xpertHub_box:hover h3:after {
    border-color: #83611b transparent transparent transparent;
}

.why_xpertHub_box span img {
    width: 100%;
    filter: grayscale(1);
    transition: .5s;
}

.why_xpertHub_box p {
    font-size: 14px;
    text-align: center;
    padding: 0 5px;
}






/*  why_xpertHub   */

.services-small-item {
    display: block;
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 25px 28px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 2;
    height: 100%;
    top: 0
}

.services-small-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 5px;
    background-image: linear-gradient(135deg, #11bbec 0%, #15558d 100%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.services-small-item.active:before,
.services-small-item:hover:before {
    opacity: 1;
}

.services-small-item.active .icon:before,
.services-small-item:hover .icon:before {
    opacity: .26;
}

.services-small-item.active .icon i,
.services-small-item:hover .icon i {
    background: -webkit-linear-gradient(#fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-small-item.active .services-title,
.services-small-item:hover .services-title {
    color: #ffffff;
}

.services-small-item.active p,
.services-small-item:hover p {
    color: #ffffff;
}

.services-small-item:hover {
    top: -10px;
}

.services-small-item .icon {
    width: 139px;
    height: 113px;
    margin: auto;
    position: relative;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.services-small-item .icon i {
    display: block;
    height: 67px;
    line-height: 67px;
    position: absolute;
    width: 100%;
    top: 22px;
    z-index: 2;
    font-size: 30px;
    background-image: linear-gradient(135deg, #11bbec 0%, #15558d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.services-small-item .services-title {
    font-weight: 400;
    font-size: 17px;
    color: #3B566E;
    letter-spacing: 0.7px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: bold;
}

.services-small-item p {
    font-weight: 400;
    font-size: 14px;
    color: #6F8BA4;
    letter-spacing: 0.88px;
    line-height: 26px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 30px;
}

/* join */

.join_xpertHub .naccs {
    position: relative;
    overflow: hidden;
}

.join_xpertHub .naccs .menu div {
    padding: 15px 5px 15px 36px;
    margin-bottom: 10px;
    color: #15558d;
    background: var(--mainColor);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    font-size: 15px;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    border-radius: 5px;
    overflow: hidden;
}

.join_xpertHub .naccs .menu div:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.join_xpertHub .naccs .menu div span.light {
    height: 19px;
    width: 19px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    position: absolute;
    top: 16px;
    left: 10px;
    background-color: #15558d;
    border-radius: 100%;
    transition: .5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.join_xpertHub .naccs .menu div.active span.light {
    background-color: #15558d;
    left: 0;
    height: 100%;
    width: 3px;
    top: 0;
    border-radius: 0;
}

.join_xpertHub .naccs .menu div.active span.light .num {
    display: none;
}

.join_xpertHub .naccs .menu div.active {
    color: #fff;
    padding: 15px 20px 15px 20px;
}

.join_xpertHub ul.nacc {
    position: relative;
    height: 0px;
    min-height: 450px;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.join_xpertHub ul.nacc li {
    opacity: 0;
    position: absolute;
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: translateX(50px);
}

.join_xpertHub ul.nacc li.active {
    transition-delay: 0.3s;
    z-index: 2;
    opacity: 1;
    transform: translateX(0px);
}

.join_xpertHub ul.nacc li p {
    margin: 0;
    padding: 8px 15px 8px;
    font-size: 15px;
    background-color: #fff6;
    margin-bottom: 6px;
    border-radius: 10px;
}

.join_xpertHub ul.nacc li img {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 4px;
    background-color: #fff;
}

@media(max-width:768px) {
    .join_xpertHub .name {
        display: none;
    }

    .join_xpertHub .naccs .menu div {
        display: inline-block;
        padding: 20px !important;
    }

    .join_xpertHub .naccs .menu div span.light {
        height: 19px !important;
        width: 19px !important;
        top: 12px !important;
        left: 10px !important;
        border-radius: 100% !important;

    }

    .join_xpertHub .naccs .menu div.active span.light .num {
        display: block;
    }
}


/*   simple_category   */
.simple_category .class_cat {
    background-color: #fff;
    border-radius: 20px;
    padding: 13px 10px;
    text-align: center;
    /*    max-width: 180px;*/
    margin: 0 auto;

}

.simple_category .class_cat img {
    width: 53px;
}

.simple_category .class_cat p {
    margin-bottom: 0;
    color: #000;
    font-size: 15px;
    margin-top: 8px;
}

@media(max-width:768px) {
    .d-top {
        display: none;
    }

    #myCarousel {
        height: auto !important;
    }
}


/* new service box */

.serviceBox {
    text-align: center;
    position: relative;
    z-index: 1;
    border: 1px solid #eee;
    background-color: #fff;
    height: 100%;
}

.serviceBox .service-icon {
    width: 78px;
    height: 78px;
    border-radius: 3px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: -36px;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}

.serviceBox:hover .service-icon {
    transform: rotate(45deg);
}

.serviceBox .service-icon span {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    background: var(--Color);
    font-size: 30px;
    color: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-out 0s;
}

.serviceBox .service-icon span i {
    transition: all 0.3s ease-out 0s;
}

.serviceBox:hover .service-icon span i {
    transform: rotate(-45deg);
}

.serviceBox .service-content {
    background: #fff;
    border-radius: 3px;
    padding: 55px 15px 30px;
    position: relative;
}

.serviceBox .service-content:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin: 0 auto;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
}

.serviceBox:hover .service-content:before {
    transform: rotate(45deg);
}

.serviceBox .title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.serviceBox:hover .title {
    color: var(--Color);
}

.serviceBox .description {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
    padding: 0 10px;
}

.serviceBox.green .service-icon span {
    background: #2bd5b6;
}

.serviceBox.blue .service-icon span {
    background: #15558d;
}

.serviceBox.orange .service-icon span {
    background: var(--mainColor);
}

.serviceBox.green:hover .title {
    color: #2bd5b6;
}

.serviceBox.blue:hover .title {
    color: #15558d;
}

.serviceBox.orange:hover .title {
    color: var(--mainColor);
}
