.accordion-body ul li,
.training-ul li {
    list-style-type: none;
}

.td-align,
.vertical-text {
    vertical-align: middle;
}

* {
    font-family: Jost, sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

.fa-classic,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fal,
.far,
.fas,
.fat {
    font-family: "Font Awesome 6 Pro" !important;
}

.material-icons {
    font-family: "Material Icons" !important;
}

body {
    background: url(../images/pics/blue-bg.webp) center/cover fixed;
}

.blue-hover a:hover,
.main-menu ul li a:hover,
.main-menu ul li.active>a {
    color: #21e4f0 !important;
}

.counter-box h4,
.main-menu ul li a,
.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn,
.post-card .content .desc,
.project-details-title h4,
.service__right p,
.slider-area .single-slider .slider-content-wrapper .slider-content .slider-title,
.theme-btn:focus,
.wp-block-loginout a:focus,
input.theme-btn:focus {
    color: #fff;
}

.header-btn .header-single-btn,
.scrollup-btn {
    background-color: #21e4f0;
}

.slider-area .single-slider {
    padding: 100px 48px 82px;
    height: 680px;
    z-index: 1;
}

.header-menu-area.sticky_menu {
    background: #001c31;
}

.contact-info-area .icon-card-wrapper .icon-card.style-4:nth-child(2) .icon:before,
.contact-info-area .icon-card-wrapper .icon-card.style-4:nth-child(3) .icon:before,
.contact-info-area .icon-card.style-4 .icon:before,
.footer,
.icon-card.style-2 {
    background-color: unset;
}

.slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
    color: #fff;
    text-align: justify;
}

.banner-image img {
    animation: 10s linear infinite alternate forwards border-transform;
}

@keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

.service__area a {
    position: relative;
    margin-bottom: 65px;
    display: block;
}

.service__item {
    display: grid;
    grid-template-columns: 0.5fr 5fr;
    grid-gap: 20px;
    transition: 0.3s;
}

.service__left .icon {
    width: 70px;
    height: 70px;
    border: 1px solid #1ed6f0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.service__item:hover .service__left .icon {
    background: #1ed6f0;
}

.service__serial span {
    position: absolute;
    color: #ccc;
    font-size: 100px;
    font-weight: 900;
    opacity: 0.05;
    top: -60px;
    left: 80px;
    z-index: -1;
}

.service__area a:hover,
.service__item:hover .service__title {
    color: #1ed6f0;
}

.service__item:hover .service__left .icon path {
    fill: #fff;
}

.service__right h3 {
    font-size: 23px;
    line-height: 28px;
    color: #fff;
}

.services-bg {
    padding-top: 50px !important;
    padding-bottom: 100px;
}

.slider-area .slider-wrapper .slick-dots li.slick-active {
    border-color: #fff;
}

.slider-area .slider-wrapper .slick-dots li button {
    background-color: #fff;
}

.slider-area .slider-wrapper .slick-dots li:hover:before {
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff !important;
}

.slider-area .slider-wrapper .slick-dots li:hover:after {
    border-top: 3px solid #fff;
}

.lg-pt-5 {
    padding-top: 3rem;
}

.lg-pt-3 {
    padding-top: 1rem;
}

.footer-widget-title {
    font-size: 28px;
}

.footer-bottom-menu ul li a:hover {
    color: #1a94b4;
}

.mean-container .mean-nav ul li a,
.project-detail-area p,
a,
h2,
h3,
li,
span {
    color: #fff !important;
}

.about-info-card .section-title .title {
    font-size: 33px;
}

.f-40 {
    font-size: 40px;
}

.box {
    box-shadow: rgba(0, 0, 0, 0.25) 0 54px 55px, rgba(0, 0, 0, 0.12) 0 -12px 30px,
        rgba(0, 0, 0, 0.12) 0 4px 6px, rgba(0, 0, 0, 0.17) 0 12px 13px,
        rgba(0, 0, 0, 0.09) 0 -3px 5px;
}

ul li {
    line-height: 30px;
    color: #007cc7;
    font-size: 18px;
}

.feature-area.style-2 .icon-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
}

.feature-area.style-2 .icon-card-wrapper .icon-card.style-3 {
    background-color: transparent;
    border: none;
}

.icon-card.style-3 .content {
    justify-content: center;
}

.project-details-title p,
.section-title .desc {
    text-align: justify;
}

.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .social-profile a {
    color: #fff !important;
    border-color: #fff;
}

.header-menu-area.sticky_menu .logo .sticky-logo img {
    width: unset;
}

.menu-sidebar-area {
    background-color: #000;
}

.service-sec1-space {
    padding-top: 150px;
    padding-bottom: 60px;
}

.service-subsec-space {
    padding-top: 80px;
    padding-bottom: 60px;
}

.service-sec2-space {
    padding-top: 60px;
    padding-bottom: 60px;
}

.main-menu ul ul li a {
    color: #141f39 !important;
    border-bottom: 1px solid #b4b4b4;
}

.main-menu ul li.dropdown>a:after {
    visibility: hidden !important;
    transform: scale(1);
}

.slider-area button.slider-arrow-btn {
    background-color: #21e4f0;
    display: none !important;
}

.slider-area:hover .slider-arrow-btn.prev-btn {
    margin-left: 20%;
}

.slider-area:hover .slider-arrow-btn.next-btn {
    margin-right: 20%;
}

.main-menu ul ul ul {
    left: 115%;
}

.icon-card.style-2 {
    border-radius: 24px;
    flex-direction: column;
    padding: 40px;
    box-shadow: none;
}

button.testimonial-arrow-btn:hover {
    border-color: #22e6f0;
    background-color: #22e6f0;
}

.counter-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0 50px;
}

.counter-box {
    flex-basis: calc(25% - 20px);
    text-align: center;
    margin-bottom: 30px;
    transition: 0.3s ease-in-out;
    border-radius: 20px;
}

.counter-box:hover {
    transform: translateY(-10px);
}

.counter-box i {
    font-size: 48px;
    color: #fff;
    margin-bottom: 20px;
}

.counter-box h2 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 10px;
}

.counter-box p {
    font-size: 18px;
    color: #fff;
}

.bg-col1 h2,
.bg-col1 p,
.bg-col2 h2,
.bg-col2 p,
.bg-col3 h2,
.bg-col3 p,
.bg-col4 h2,
.bg-col4 p,
.li-color a,
.sidebar h4 a {
    color: #001c31 !important;
}

.bg-col1 {
    background-color: #ececec;
}

.bg-col2 {
    background-color: #fffbe8;
}

.bg-col3 {
    background-color: #d3ebcf;
}

.bg-col4 {
    background-color: #fbcaa1;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b3c0f9;
    background: radial-gradient(circle, #b3c0f9 0, #00325f 65%);
    z-index: 99999;
}

#preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 2s linear infinite rotate;
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.icon-card .icon {
    width: auto;
    height: auto;
}

::selection {
    background: #1290a6;
}

.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn:hover {
    background-color: #24ebf0;
}

.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .social-profile a:hover {
    background-color: #1fc5c3;
}

.bb {
    border-bottom: 1px solid #b4b4b4;
}

.destop-view {
    display: block;
}

#more,
#more2,
#more3,
#more4,
#more5,
#more6,
.desk-none,
.mobile-view {
    display: none;
}

.faq-area.style-3 {
    background: 0 0;
}

.accordion .accordion-item,
.accordion .accordion-item .accordion-body,
.accordion-button {
    background-color: transparent !important;
}

.accordion .accordion-item .accordion-button {
    color: #fff;
    font-size: 22px;
}

.accordion .accordion-item .accordion-button:after {
    color: #001c31;
}

.accordion-body ul li a:hover {
    color: #1290a6 !important;
}

.accordion-body ul li a {
    font-size: 22px;
}

.main-menu .dropdown ul li a:after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-size: 13px;
    font-weight: 500;
    margin-left: auto;
    position: absolute;
    right: 12px;
    visibility: visible;
    transform: scale(1);
    transition: 0.5s ease-out;
}

.training-ul li {
    text-align: left;
}

.training-ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border-radius: 50px;
    background: #6e65e5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 28px;
    margin-right: 10px;
}

.list-item-wrapper {
    margin-top: 0;
}

.pt-lg-150 {
    padding-top: 150px !important;
}

.sidebar h4 a {
    font-size: 21px !important;
}

.sidebar h4 {
    line-height: 27px !important;
}

a.angle,
a.downarrow {
    padding: 0 !important;
}

li.service_menu a {
    display: inline-flex !important;
}

.service__left {
    display: flex;
    justify-content: right;
}

.main-menu ul li.dropdown>a {
    padding-right: 10px;
}

a.a-hover:hover {
    color: #1ed6f0 !important;
}

.footer-widget .footer-widget-info .footer-logo {
    margin-bottom: 0;
}

.icon-card.style-4 .content {
    padding: 0 10px;
}

.icon-card .content .title {
    font-size: 20px;
    line-height: 27px;
}

.footer-main {
    padding: 40px 0;
}

.f-24 {
    font-size: 24px;
    line-height: 20px;
}

@media (min-width: 320px) and (max-width: 375px) {
    .move-to-left {
        transform: translateX(-320px) !important;
    }

    .sidebar {
        height: 84% !important;
    }

    .f-size {
        font-size: 17px !important;
        width: 70%;
    }

    .li-color a {
        font-size: 15px !important;
    }

    .sidebar-tab {
        height: 30% !important;
    }

    .slider-area .single-slider {
        height: 975px !important;
    }

    .pic-position {
        right: 120px !important;
        width: 120px !important;
        height: 120px !important;
    }
}

@media (min-width: 376px) and (max-width: 424px) {
    .sidebar-tab {
        height: 22% !important;
    }

    .move-to-left {
        transform: translateX(-335px) !important;
    }

    .sidebar {
        height: 63% !important;
    }

    .f-size {
        font-size: 20px !important;
    }

    .pic-position {
        right: 150px !important;
    }
}

@media (min-width: 425px) and (max-width: 430px) {
    .sidebar-tab {
        height: 22% !important;
    }

    .move-to-left {
        transform: translateX(-370px) !important;
    }

    .sidebar {
        height: 63% !important;
    }

    .sidebar h4 a {
        font-size: 22px;
    }

    .pic-position {
        right: 150px !important;
    }
}

@media (min-width: 431px) and (max-width: 767px) {
    .sidebar-tab {
        height: 20% !important;
    }

    .sidebar {
        height: 60% !important;
    }

    .move-to-left {
        transform: translateX(-375px);
    }

    .pic-position {
        right: 150px !important;
    }
}

@media (max-width: 767px) {
    .sm-f{
        font-size: 20px;
    }
    .sm-m-0{
        margin-bottom: 10px !important;
    }
    .mean-container .mean-nav ul li.dropdown-opened a.mean-expand.mean-clicked {
        background-color: unset !important;
    }

    .container-liner {
        overflow-y: scroll !important;
        height: 290px !important;
        margin-top: 0 !important;
    }

    .sidebar {
        height: 55% !important;
        top: 25%;
    }

    .mobile-menu-bar a i {
        color: #fff;
        font-size: 22px;
        padding-top: 10px;
    }

    .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
        text-align: left;
    }

    .slider-area .single-slider {
        height: 930px;
        padding: 100px 20px 82px;
    }

    .services-bg {
        padding-bottom: 60px;
    }

    .lg-pt-5,
    .md-pt-3 {
        padding-top: 0;
    }

    .sm-pt-1 {
        padding-top: 1rem;
    }

    .footer-main {
        padding: 20px 0;
    }

    .footer-bottom-menu ul {
        justify-content: center;
    }

    .contact-info-area .icon-card-wrapper,
    .feature-area.style-2 .icon-card-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .pt-sm-120 {
        padding-top: 120px !important;
    }

    .about-info-card .section-title .title {
        font-size: 28px;
    }

    .section-title .title {
        font-size: 32px;
    }

    .icon-card.style-3,
    .testimonial-area .icon-card.style-2 {
        padding: 10px;
    }

    .service-subsec-space {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .counter-box {
        flex-basis: calc(100% - 40px);
        margin-left: 20px;
    }

    .header-menu-area .logo .sticky-logo {
        padding-top: 10px;
    }

    .menu-sidebar-area .menu-sidebar-logo {
        width: 230px;
    }

    .bb {
        border-bottom: 0;
    }

    .desk-space,
    .destop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    #sidebar-tab-text {
        width: 170px;
    }

    .mt-sm-30 {
        margin-top: 30px;
    }

    .pt-sm-5 {
        padding-top: 20px;
    }

    .faq-area.style-3.py-30.py-sm-60.py-md-80.py-lg-100.cyber {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .list-item-wrapper ul li:before {
        margin-top: 7px;
    }

    p.train {
        text-align: justify;
    }

    .accordion-body ul li a {
        font-size: 18px;
    }

    .sidebar h4 a {
        font-size: 20px !important;
    }

    .footer-widget {
        margin-bottom: 35px;
    }

    .pic-position {
        top: 70px !important;
    }

    .ptop-sm-5 {
        padding-top: 3rem !important;
    }

    .menu-sidebar-area {
        width: 100%;
    }

    .partners-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info {
        align-items: flex-start;
    }

    .menu-pos {
        justify-content: flex-end !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mean-container .mean-nav ul li.dropdown-opened a.mean-expand.mean-clicked {
        background-color: unset !important;
    }

    .mobile-menu-bar a i {
        color: #fff;
    }

    .slider-area .single-slider {
        padding: 120px 20px 82px;
    }

    .service__right h3 {
        font-size: 22px;
    }

    .lg-pt-5,
    .pt-md-0 {
        padding-top: 0;
    }

    .md-pt-3 {
        padding-top: 2rem;
    }

    .footer-widget {
        margin-bottom: 45px;
    }

    .footer-main {
        padding: 40px 0 0;
    }

    .footer-widget-title {
        font-size: 25px;
    }

    .footer-bottom-menu ul {
        justify-content: center;
    }

    .services-bg {
        padding-bottom: 50px;
    }

    .footer-main {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .ipad-row-reverse {
        flex-direction: column-reverse !important;
    }

    .bb {
        border-bottom: 0;
    }

    .bg-col1 {
        margin-left: 10px;
    }

    .bg-col4 {
        margin-right: 10px;
    }

    .sidebar {
        height: 59% !important;
    }

    .sidebar-tab {
        height: 20% !important;
    }

    #sidebar-tab-text {
        width: 170px;
    }

    .container-liner {
        margin-top: 0 !important;
    }

    .mt-md-30 {
        margin-top: 30px;
    }

    .pt-md-150 {
        padding-top: 150px !important;
    }

    .counter-box {
        flex-basis: calc(50% - 0px);
    }

    .contact-info-area .icon-card-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .dis-none {
        display: none !important;
    }

    .pt-md-5 {
        padding-top: 25px !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .dis-md-none {
        display: none;
    }

    .pbottom-md-5 {
        padding-bottom: 3rem;
    }

    .ptop-md-5 {
        padding-top: 3rem;
    }

    .desk-none {
        display: block !important;
    }

    .partners-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info {
        align-items: flex-start;
    }

    .menu-pos {
        justify-content: flex-end !important;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .md-f{
        font-size: 40px !important;
    }
    .lg-pt-5{
        padding-top: 45px;
    }
    .footer-main {
        padding: 45px 0;
    }

    .bg-col1 {
        margin-left: 15px;
    }

    .bg-col4 {
        margin-right: 15px;
    }

    .services-bg {
        padding-bottom: 50px;
    }

    .sidebar {
        height: 59% !important;
    }

    .sidebar-tab {
        height: 20% !important;
    }

    .counter-box {
        flex-basis: calc(25% - 0px);
    }

    .footer-main {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer-widget-title {
        font-size: 24px;
    }

    .desk-none {
        display: block !important;
    }

    .pro-pt-5 {
        padding-top: 3rem;
    }

    .desk1-none {
        display: none !important;
    }

    .header-btn {
        display: block;
    }
}

@media (min-width: 1024px) {

    ul.dropdown_service li:hover>ul li a::after,
    ul.dropdown_service li:hover>ul li a::before {
        content: none;
    }

    ul.dropdown_service li a::after {
        content: none !important;
    }

    ul.dropdown_service {
        padding: 16px 5px 15px 30px !important;
    }

    .main-menu ul ul ul {
        left: 100%;
        top: 0;
        border: none;
    }

    .main-menu ul li a {
        display: block;
        padding: 10px;
    }
}

.br-40,
.pic-position {
    border-radius: 40px;
}

.star {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    opacity: 0;
    animation: 3s linear infinite shooting-star;
}

.sidebar,
.sidebar-tab {
    position: fixed;
    top: 15%;
    z-index: 2;
    background-color: #fff;
    transition: transform 0.7s ease-in-out;
}

@keyframes shooting-star {
    0% {
        opacity: 1;
        transform: translate(-100%, -100%);
    }

    100% {
        opacity: 0;
        transform: translate(200%, 200%);
    }
}

.move-to-left {
    transform: translateX(-400px);
}

.move-to-left-partly {
    transform: translateX(-200px);
}

.sidebar {
    height: 83%;
    width: 400px;
    right: -400px;
    box-shadow: 0 1rem 5rem rgba(0, 0, 0, 0.4);
}

.container-liner {
    margin-left: 1rem;
    margin-top: 15px;
    margin-right: 1.5rem;
}

.sidebar-tab {
    height: 30%;
    width: 2rem;
    right: 0;
    box-shadow: 0 1rem 5rem rgba(0, 0, 0, 0.5);
}

.button-alter,
.contact-form-area {
    background-color: transparent;
}

#sidebar-tab-text {
    width: 140px;
}

.vertical-text {
    transform: rotate(90deg);
    transform-origin: left 2rem;
}

.arrow {
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    position: relative;
    transform: rotate(0);
    transition: 0.5s ease-in-out;
    width: 32px;
    height: 32px;
    z-index: 1;
}

.arrow:after,
.arrow:before {
    content: "";
    box-sizing: border-box;
    display: block;
    position: absolute;
    transition: 0.25s ease-in-out;
    border-radius: 10px;
    background: #000;
    width: 16px;
    height: 3.2px;
    top: 14.4px;
}

.arrow:after {
    transform: rotate(44deg);
    left: 3.2px;
}

.arrow.active:after,
.arrow:before {
    transform: rotate(-44deg);
}

.arrow:before {
    right: 3.2px;
}

.arrow.active:before {
    transform: rotate(44deg);
}

.button-alter {
    color: #2ae2eb;
}

.button-alter:hover {
    color: #2ae2eb;
    text-decoration: underline;
}

.counter-box img {
    width: 100px;
    height: 100px;
    padding-bottom: 10px;
}

.icon-size img {
    width: 100%;
    height: 50px;
    object-fit: contain;
}

.theme-btn,
.wp-block-loginout a,
input.theme-btn {
    background-color: #1fd1ed;
}

.comment-respond .form-select:focus,
.comment-respond input:focus,
.comment-respond textarea:focus {
    border-color: #1fd1ed !important;
}

.fa-refresh:before {
    content: "\f021";
    font: 14px/1 FontAwesome;
}

li.service-down-arrow a {
    display: inline-block !important;
}

.main-menu ul li.service-down-arrow:hover>ul.first_dropdown {
    visibility: hidden;
    transition: 0.3s;
    opacity: 1;
    transform: scaleY(1);
}

li.service-down-arrow a.angle:focus+ul.first_dropdown {
    visibility: visible !important;
    transition: 0.3s;
    opacity: 1;
    transform: scaleY(1);
}

img.size-128 {
    width: 128px !important;
}

img.size-130 {
    width: 130px !important;
}

.f-23 {
    font-size: 23px !important;
}

img.size-100 {
    width: 100px !important;
}

.theme-btn:hover,
.wp-block-loginout a:hover,
input.theme-btn:hover {
    background-color: #10a7b3;
}

.lh-40 {
    line-height: 40px !important;
}

.custom-button {
    left: 86%;
    right: 10px;
    position: fixed;
    z-index: 999999;
    display: block;
}

.text-align-left {
    text-align: left !important;
}

.pt-lg-0 {
    padding-top: 0 !important;
}

.main-menu ul ul li a:before {
    content: none;
}

.main-menu ul ul li a:hover {
    padding-left: 0;
}

@-webkit-keyframes come-in {
    0% {
        -webkit-transform: translatey(100px);
        transform: translatey(100px);
        opacity: 0;
    }

    30% {
        -webkit-transform: translateX(-50px) scale(0.4);
        transform: translateX(-50px) scale(0.4);
    }

    70% {
        -webkit-transform: translateX(0) scale(1.2);
        transform: translateX(0) scale(1.2);
    }

    100% {
        -webkit-transform: translatey(0) scale(1);
        transform: translatey(0) scale(1);
        opacity: 1;
    }
}

@keyframes come-in {
    0% {
        -webkit-transform: translatey(100px);
        transform: translatey(100px);
        opacity: 0;
    }

    30% {
        -webkit-transform: translateX(-50px) scale(0.4);
        transform: translateX(-50px) scale(0.4);
    }

    70% {
        -webkit-transform: translateX(0) scale(1.2);
        transform: translateX(0) scale(1.2);
    }

    100% {
        -webkit-transform: translatey(0) scale(1);
        transform: translatey(0) scale(1);
        opacity: 1;
    }
}

.floating-container {
    position: fixed;
    width: 100px;
    height: 0px;
    bottom: 100px;
    right: 0;
    margin: 0px 15px;
    z-index: 99999 !important;
}

.floating-container:hover {
    height: 300px;
}

.floating-container:hover .floating-button {
    box-shadow: 0 10px 25px rgba(44, 179, 240, 0.6);
    -webkit-transform: translatey(5px);
    transform: translatey(5px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.floating-container:hover .element-container .float-element:first-child {
    -webkit-animation: 0.4s 0.2s forwards come-in;
    animation: 0.4s 0.2s forwards come-in;
    display: block;

}

.floating-container:hover .element-container .float-element:nth-child(2) {
    -webkit-animation: 0.4s 0.4s forwards come-in;
    animation: 0.4s 0.4s forwards come-in;
}

.floating-container:hover .element-container .float-element:nth-child(3) {
    -webkit-animation: 0.4s 0.6s forwards come-in;
    animation: 0.4s 0.6s forwards come-in;
}

.floating-container .floating-button {
    position: absolute;
    width: 65px;
    height: 65px;
    background: #1fd1ed;
    bottom: 0;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    line-height: 65px;
    text-align: center;
    font-size: 23px;
    z-index: 100;
    box-shadow: 0 10px 25px -5px rgba(44, 179, 240, 0.6);
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.floating-container .float-element {
    position: relative;
    display: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 15px auto;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 50px;
    z-index: 0;
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.floating-container .float-element .material-icons {
    vertical-align: middle;
    font-size: 16px;
}

.floating-container .float-element:first-child {
    background: #1fd1ed;
    box-shadow: 0 20px 20px -10px rgba(66, 165, 245, 0.5);
}

.floating-container .float-element:nth-child(2) {
    background: #4caf50;
    box-shadow: 0 20px 20px -10px rgba(76, 175, 80, 0.5);
}

.floating-container .float-element:nth-child(3) {
    background: #ff9800;
    box-shadow: 0 20px 20px -10px rgba(255, 152, 0, 0.5);
}

.pic-position {
    position: relative;
    top: 155px;
    right: 110px;
    width: 150px;
    height: 150px;
}

.icon-card.style-4 {
    margin-bottom: 40px;
}

.l-30 {
    line-height: 30px !important;
}

.list-item-wrapper ul li {
    font-weight: 400;
}

.f-22 {
    font-size: 22px !important;
}

.testimonial-area .icon-card.style-2 {
    padding: 0;
}

.menu-pos {
    display: flex;
    align-items: center;
    justify-content: center;
}
a.hover-blue{
    color: #2ae2eb !important;
}
a.hover-blue:hover{
    color: #fff !important;
    text-decoration: underline !important;
}
input[type=checkbox]::before {
    background-color: #2ae2eb;
}
.f-12{
    font-size: 14px !important;
    line-height: 24px !important;
    color: #778196 !important;
}
.form-check .form-check-input {
    margin-left: -2em;
}
.input-group {
    flex-wrap: nowrap;
}
.comment-respond input, .comment-respond select {
    height: 40px;
    font-size: 14px;
}