/*******************************/


/********* General CSS *********/


/*******************************/
.text_adj h6{
  font-weight:600;
  text-align:center !important;
}
.hidden {
    visibility: hidden;
}

.ver_divider2 {
    position: relative;
    margin-left: 15px;
}

.ver_divider2::before {
    content: '';
    position: absolute;
    bottom: -5px;
    background-color: #cad0e0;
    height: 30px;
    width: 2px;
    border-radius: 50%;
    left: 0px;
}

.ver_divider {
    position: relative;
    margin-left: 15px;
}

.ver_divider::before {
    content: '';
    position: absolute;
    bottom: 0;
    background-color: #cad0e0;
    height: 15px;
    width: 2px;
    border-radius: 50%;
    left: -10px;
}

.top-bar .top-bar-icon [class^="flaticon-"]::before {
    margin: 0;
    color: black;
    font-size: 45px;
    filter: drop-shadow(-3px -3px 2px rgb(195, 217, 248)) drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.027)) drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.034));
}

.hori-selector .right:before,
.hori-selector .left:before {
    content: '';
    position: absolute;
    width: 50.1px !important;
    height: 54px;
    border-radius: 52% !important;
    /* background-color: #5161ce; */
    background-color: white !important;
    z-index: 2 !important;
}

.hori-selector .left:before {
    bottom: 0;
    left: -25px;
}

.hori-selector .left {
    position: absolute;
    width: 25px;
    height: 25px;
    /* background-color: rgb(243, 252, 228)!important; */
    background-color: #4BB4D9 !important;
    bottom: 20px;
    transform: rotate( -90deg);
}

.hori-selector .right {
    position: absolute;
    width: 25px;
    height: 25px;
    /* background-color: rgb(243, 252, 228)!important; */
    background-color: #65CDCC !important;
    bottom: 20px;
    transform: rotate( 90deg);
}

.hori-selector {
    width: 210px;
    display: inline-block;
    position: absolute;
    height: 42px !important;
    top: 0.2px;
    right: 50px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    /* background-color: rgb(243, 252, 228); */
    /* background-color: #67C0C3 !important; */
    background-image: -webkit-linear-gradient( 136deg, #6cd3c9 0, #49B2DA 100%);
    background-image: linear-gradient( 136deg, #49B2DA 0, #6cd3c9 100%) .5;
    border-bottom-left-radius: 22px !important;
    border-bottom-right-radius: 22px !important;
    margin-bottom: 10px;
    z-index: 2;
    /* filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, 0.3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2)); */
}

.hori-selector P {
    color: #fdbe33;
    font-size: 14px;
    line-height: 1.3;
    padding: 0px 10px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1.2px;
}

.top-social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-social i.fa-facebook {
    color: #0179c9;
}

.top-social i.fa-twitter {
    color: #0099ff;
}

.top-social i.fa-whatsapp {
    color: rgb(55, 145, 3);
}

.top-social i.fa-linkedin {
    color: #0f7ac2;
}

.top-social i {
    margin-left: 5px;
    margin-right: 5px;
    background-color: #ffff;
    font-size: 20px;
    padding: 3px 5px;
    transition: 0.3s linear;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    border: 2px solid transparent;
    /* filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, 0.3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2)); */
}

.top-social i:hover {
    /* border-radius: 50%; */
    border: 2px solid #fff;
}


/**********************************/


/* .logo {
    filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
} */

.logo img {
    /* width: 180px; */
    height: 100px;
}

.img_fluid {
    width: 100%;
    height: 385px;
}

.top-bar {
    position: relative;
    background: #fff;
    border-top: 5px solid;
    border-image: linear-gradient( 136deg, #006CFF 0, #6cd3c9 100%) .5;
    /* border-image: linear-gradient(to right, transparent, #fff, transparent) .5; */
}

.top-bar .logo {
    /* padding: 15px 0; */
    text-align: left;
    overflow: hidden;
}

.top-bar .logo h1 {
    margin: 0;
    color: #030f27;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
}

.section-title p .text-center.pt-5 {
    font-size: 16px;
    font-weight: 600;
    color: black;
}

.new_nav {
    justify-content: space-between;
}

.nav-item.sticky .new_nav nav {
    transition: 0.3s cubic-bezier(1, 0, 0, 1);
    justify-content: space-between !important;
}

.top-bar .logo img {
    max-width: 100%;
}

.top-bar .top-bar-item {
    display: flex;
    justify-content: center;
    align-items: center;
    /* justify-content: flex-end; */
}

.main_box .btn {
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 0;
}

.top-bar .top-bar-icon {
    margin-right: 15px;
    width: 40px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar .top-bar-text {
    padding-left: 15px;
}

.top-bar .top-bar-text h3 {
    font-family: 'Crimson Pro', serif;
    margin: 0 0 5px 0;
    color: black;
    font-size: 18px;
    font-weight: 700 !important;
    letter-spacing: 1.1px;
}

.top-bar .top-bar-text p {
    margin: 0;
    color: #22B14C;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}

@media (min-width: 992px) {
    /* .top-bar {
        padding: 0 60px;
    } */
}

@media (max-width: 991.98px) {
    .top-bar .logo {
        text-align: center;
    }
}

.top-bar-text p {
    color: white;
}

@media (max-width: 767.98px) {
    .hidden-sm {
        display: none;
    }
}