/********** Template CSS **********/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
body {
    font-family: 'DM Sans', sans-serif;
}

h1,
h2,
h3 {
    font-family: 'DM Sans', sans-serif;
}

:root {
    --primary: #2878EB;
    --secondary: #F14D5D;
    --light: #ECF4FF;
    --dark: #120F2D;
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary,
.btn-primary:hover,
.btn-secondary:hover {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'DM Sans', sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 20px 0;
    font-size: 17px;
    font-weight: 500;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: green;
}

html {
    scroll-behavior: smooth;
}

.myspann {
    font-size: 3vw;
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: green;
        transition: .5s;
    }
    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(18, 15, 45, .5);
    z-index: 1;
}

#footer-img {
    width: 55%;
}

.trop_main {
    font-size: 3vw;
    font-weight: bolder;
    background: green;
    padding: 0px 20px;
}

.mypp1 {
    font-size: 20px;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }
    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
    .footer-center {
        text-align: center;
        font-size: 17px;
    }
    .justify-center {
        justify-content: center;
    }
    .footer-heading {
        font-size: 25px;
    }
    #footer-img {
        width: 100%;
    }
    .bi-arrow-right {
        display: none;
    }
    .trop_main {
        font-size: 14vw !important;
        font-weight: bolder !important;
        background: green !important;
    }
    .myspann {
        font-size: 6vw !important;
    }
    .mypp1 {
        font-size: 15px;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.carousel-indicators {
    align-items: flex-end;
}

.carousel-indicators [data-bs-target] {
    width: 5px;
    height: 25px;
}

.carousel-indicators .active {
    height: 45px;
}

.hero-header {
    background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/carousel-1.jpg) top right no-repeat;
    background-size: cover;
}

.service-item div {
    z-index: 1;
}

.service-item div::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2px 2px 0 0;
    transition: .5s;
    z-index: -1;
}

.service-item div:hover::after {
    width: 100%;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}

.bg-offer {
    background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/carousel-2.jpg) top right no-repeat;
    background-size: cover;
}

.testimonial-carousel .owl-dots {
    height: 45px;
    margin-top: 5px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 5px;
    height: 25px;
    background: #DDDDDD;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    height: 45px;
    background: var(--primary);
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.blog-date {
    position: absolute;
    width: 90px;
    height: 65px;
    top: 75px;
    left: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--secondary);
}

.blog-date::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -25px;
    left: 0;
    border: 13px solid;
    border-color: transparent #D34351 #D34351 transparent;
    z-index: -1;
}

#headerlogo {
    max-width: 185px;
}

.committee_h1 {
    background: green;
    letter-spacing: 26px;
    width: 80%;
}

.mytext {
    color: white;
    font-weight: 100 !important;
}

.mytext1 {
    color: white;
    font-weight: 100 !important;
    margin: auto;
    width: 75%;
}

.mytext2 {
    color: white;
    font-weight: 100 !important;
    /* text-align: justify; */
}

.background-green {
    background: green;
}

#aboutimg {
    border: 8px solid white;
    border-radius: 25px;
    position: absolute;
    margin: 305px 0px 0px 335px;
    width: 216px;
}

.awardimg {
    max-width: 200px;
}

.trop {
    margin: auto;
    font-size: 7vw;
    font-weight: bolder;
    background: green;
    /* letter-spacing: 0.3rem; */
    /* padding: 0px 10px; */
}

.text-align-center {
    text-align: center;
}

@media (max-width: 1399px) {
    #aboutimg {
        border: 6px solid white;
        border-radius: 22px;
        position: absolute;
        margin: 366px 0px 0px 307px;
        width: 160px;
    }
}

@media (max-width: 1199px) {
    #aboutimg {
        border: 6px solid white;
        border-radius: 22px;
        position: absolute;
        margin: 366px 0px 0px 235px;
        width: 160px;
    }
}

@media (max-width: 991px) {
    #aboutimg {
        display: none;
    }
    .ab2 {
        flex-direction: column-reverse;
    }
    .trop_main {
        font-size: 8vw;
        font-weight: bolder;
        background: green;
    }
    .mytext1 {
        color: white;
        font-weight: 100 !important;
        margin: auto;
        width: 100%;
    }
}

.span1 {
    font-size: medium;
}

.span2 {
    font-size: xx-large;
    font-weight: bold;
}

.footer {
    background-color: #efefef !important;
    color: black;
}

.linkss {
    background-color: green;
    color: white;
}

.linkss:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: green;
    color: white;
    transform: scale(1.02);
}

.height_100 {
    height: 100%;
}

.options {
    border-top: 2px solid lightgray;
    border-bottom: 2px solid lightgray;
    padding: 10px 0px;
}

.yy {
    background: url("../img/pec.webp");
    background-size: contain;
    background-repeat: no-repeat;
    /* background-position: center; */
}

.aboutrow {
    min-height: 500px;
    text-align: center;
    /* max-height: 500px; */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mybtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: green;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}

.search {
    display: none;
}

@media (max-width: 991px) {
    .search {
        padding: 0.53rem 0.75rem;
        border: 1px solid lightgray;
        border-radius: 2px;
        color: black;
        background: transparent;
        display: inline;
    }
}

@media (max-width: 767px) {
    .search {
        padding: 0.65rem 0.75rem !important;
        border: 1px solid lightgray;
        border-radius: 2px;
        color: black;
        background: transparent;
        display: inline;
    }
    .myspann {
        font-size: 5vw;
    }
}

@media (max-width: 335px) {
    #headerlogo {
        max-width: 165px;
    }
}

.search-section {
    background: white;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    padding: 1.5rem 1rem;
    border: transparent;
    border-radius: 5px;
}

.close-button {
    background: green;
    color: white;
    border: transparent;
    font-size: 22px;
    padding: 0px 10px;
}

#myrow {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* flip card */

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 270px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border: transparent;
    border-radius: 10px;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: transparent;
    color: black;
    padding: 10px;
}

.flip-card-back {
    background-color: transparent;
    color: white;
    transform: rotateY(180deg);
}


/* counter
   */

.counter-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 30px 50px;
}

.counter {
    font-size: 60px;
    margin-top: 10px;
    font-weight: bolder;
}

@media(max-width: 500px) {
    body {
        flex-direction: column;
    }
}

.box1,
.box2,
.box3 {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 50%);
    border: transparent;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 30px;
    background: white;
}



/* @media(max-width: 576px) {
    .flip-card {
        height: 160px !important;
    }
    .search-img
    {
        width: 50%;
    }
    .search-h4
    {
        font-size: 15px;
    }
} */




/* divider */
/* Base styles */
.or::before,
.or::after {
    content: "";
}

/* 
    Vertical 
    Requires a height to be set on this element or its parent.
*/
.or--y {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

/* 
    Absolutely position each pseudo element, and calculate
    a height shorter than 50% using em units to create space
    around the text and allows divider line height to scale 
    based on parent element divider height.
*/
.or--y::before,
.or--y::after {
    position: absolute;
    border-left: 1px solid #ccc;
    height: calc(50% - 0.85em);
    left: 50%;
    margin-left: -1px;
}

/* ::before on top */
.or--y::before {
    top: 0;
}

/* ::after on bottom */
.or--y::after {
    bottom: 0;
}

/* Horizontal */
.or--x::before,
.or--x::after {
    position: relative;
    border-top: 1px solid #ccc;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-bottom: 0.15em;
    overflow: hidden;
}

.or--x::before {
    right: 0.5em;
    margin-left: -50%;
}

.or--x::after {
    left: 0.5em;
    margin-right: -50%;
}

/* Demo styles */
.demo {
    margin: 0em 0em 5em 0em;
    text-align: center;
}

.demo .or {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #828282;
    font-size: 0.75em;
    margin: 0em auto;
}

.demo .or--x {
    max-width: 30em;
}

.demo .or--y {
    height: 4em;
}

@media(max-width: 576px) {
    .demo .or--x {
        max-width: 8em !important;
    }
}



/* multiselector */




.selectMultiple {
    /* width: 240px; */
    position: relative;
}
.selectMultiple select {
    display: none;
}
.selectMultiple > div {
    position: relative;
    z-index: 2;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    /* padding: 8px 12px 2px 12px; */
    /* border-radius: 8px; */
    background: #fff;
    /* font-size: 14px; */
    min-height: 38px;
    /* box-shadow: 0 4px 16px 0 rgba(22, 42, 90, .12); */
    transition: box-shadow 0.3s ease;
    border: 1px solid lightgray;
}
    /* .selectMultiple > div:hover {
        box-shadow: 0 4px 24px -1px rgba(22, 42, 90, .16);
    } */
.selectMultiple > div .arrow {
    right: 1px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    width: 28px;
    position: absolute;
}
.selectMultiple > div .arrow:before, .selectMultiple > div .arrow:after {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 8px;
    border-bottom: 8px solid #99a3ba;
    top: 43%;
    transition: all 0.3s ease;
}
.selectMultiple > div .arrow:before {
    right: 12px;
    transform: rotate(-130deg);
}
.selectMultiple > div .arrow:after {
    left: 9px;
    transform: rotate(130deg);
}
.selectMultiple > div span {
    color: gray;
    display: block;
    position: absolute;
    left: 12px;
    cursor: pointer;
    /* top: 8px; */
    line-height: 28px;
    transition: all 0.3s ease;
}
.selectMultiple > div span.hide {
    opacity: 0;
    visibility: hidden;
    transform: translate(-4px, 0);
}
.selectMultiple > div a {
    position: relative;
    padding: 0 24px 6px 8px;
    line-height: 28px;
    color: #1e2330;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 0 0;
}
.selectMultiple > div a em {
    font-style: normal;
    display: block;
    white-space: nowrap;
}
.selectMultiple > div a:before {
    content: '';
    left: 0;
    top: 0;
    bottom: 6px;
    width: 100%;
    position: absolute;
    display: block;
    background: rgba(228, 236, 250, .7);
    z-index: -1;
    border-radius: 4px;
}
.selectMultiple > div a i {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 28px;
    display: block;
}
.selectMultiple > div a i:before, .selectMultiple > div a i:after {
    content: '';
    display: block;
    width: 2px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: green;
    border-radius: 1px;
}
.selectMultiple > div a i:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.selectMultiple > div a i:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.selectMultiple > div a.notShown {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.selectMultiple > div a.notShown:before {
    width: 28px;
    transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
}
.selectMultiple > div a.notShown i {
    opacity: 0;
    transition: all 0.3s ease 0.3s;
}
.selectMultiple > div a.notShown em {
    opacity: 0;
    transform: translate(-6px, 0);
    transition: all 0.4s ease 0.3s;
}
.selectMultiple > div a.notShown.shown {
    opacity: 1;
}
.selectMultiple > div a.notShown.shown:before {
    width: 100%;
}
.selectMultiple > div a.notShown.shown i {
    opacity: 1;
}
.selectMultiple > div a.notShown.shown em {
    opacity: 1;
    transform: translate(0, 0);
}
.selectMultiple > div a.remove:before {
    width: 28px;
    transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
}
.selectMultiple > div a.remove i {
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.selectMultiple > div a.remove em {
    opacity: 0;
    transform: translate(-12px, 0);
    transition: all 0.4s ease 0s;
}
.selectMultiple > div a.remove.disappear {
    opacity: 0;
    transition: opacity 0.5s ease 0s;
}
.selectMultiple > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    border-radius: 8px;
    transform: translate(0, 20px) scale(0.8);
    transform-origin: 0 0;
    /* filter: drop-shadow(0 12px 20px rgba(22, 42, 90, .08)); */
    transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s;
    height: 300px !important;
    overflow: auto;
}
.selectMultiple > ul li {
    color: #1e2330;
    background: #fff;
    padding: 12px 16px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease 0.3s, opacity 0.5s ease 0.3s, border-radius 0.3s ease 0.3s;
}
.selectMultiple > ul li:first-child {
    border-radius: 8px 8px 0 0;
}
.selectMultiple > ul li:first-child:last-child {
    border-radius: 8px;
}
.selectMultiple > ul li:last-child {
    border-radius: 0 0 8px 8px;
}
.selectMultiple > ul li:last-child:first-child {
    border-radius: 8px;
}
.selectMultiple > ul li:hover {
    background: green;
    color: #fff;
}
.selectMultiple > ul li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%, -50%);
    transform-origin: 50% 50%;
}
.selectMultiple > ul li.beforeRemove {
    border-radius: 0 0 8px 8px;
}
.selectMultiple > ul li.beforeRemove:first-child {
    border-radius: 8px;
}
.selectMultiple > ul li.afterRemove {
    border-radius: 8px 8px 0 0;
}
.selectMultiple > ul li.afterRemove:last-child {
    border-radius: 8px;
}
.selectMultiple > ul li.remove {
    transform: scale(0);
    opacity: 0;
}
.selectMultiple > ul li.remove:after {
    animation: ripple 0.4s ease-out;
}
.selectMultiple > ul li.notShown {
    display: none;
    transform: scale(0);
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.4s ease;
}
.selectMultiple > ul li.notShown.show {
    transform: scale(1);
    opacity: 1;
}
/* .selectMultiple.open > div {
    box-shadow: 0 4px 20px -1px rgba(22, 42, 90, .12);
} */
.selectMultiple.open > div .arrow:before {
    transform: rotate(-50deg);
}
.selectMultiple.open > div .arrow:after {
    transform: rotate(50deg);
}
.selectMultiple.open > ul {
    transform: translate(0, 12px) scale(1);
    opacity: 1;
    visibility: visible;
    filter: drop-shadow(0 16px 24px rgba(22, 42, 90, .16));
}
@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 1;
   }
    25% {
        transform: scale(30, 30);
        opacity: 1;
   }
    100% {
        opacity: 0;
        transform: scale(50, 50);
   }
}


/* view product */

.wt-widget {
    float: left;
    width: 100%;
    padding: 30px;
    margin: 0 0 30px;
    background: #efefef;
    border-radius: 4px;
}
.wt-widgetcontent {
    float: left;
    width: 100%;
}
.wt-applyfilters {
    float: left;
    width: 100%;
    text-align: center;
}
.wt-applyfilters span {
    display: block;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 16px;
}

#myyform
{
    width: 88% !important;
}
@media(max-width: 1400px) {
    #myyform
    {
        width: 80% !important;
    }
}
.check-boxes
{
    max-height: 150px;
    overflow: auto;
}


/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: green; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: green; 
  }

.rb-search-box
{
    width: 100%;
    float: left;
    transition: all 0.4s ease-in-out;
}
.rb-search-box:hover
{
   
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.rb-userlistinghold
{
    float: left;
    width: 100%;
    padding: 30px;
    background: #efefef;
    border-radius: 4px;
}
.rb-backgrey
{
    background: #efefef;
}
.rb-userlistingholdvtwo
{
    min-height: 100%;
    position: relative;
}
.rb-contenthead {
    float: left;
    width: auto;
    /* max-width: 420px; */
    max-width: 100%;
}
.rb-title {
    float: left;
    width: 100%;
}
.rb-contenthead .rb-title a {
    display: block;
    color: #323232;
    margin: 0 0 9px;
    font: 400 14px/16px;
}
.rb-contenthead .rb-title h2 {
    margin: 0;
    font-weight: 400;
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
}
.rb-title h2 {
    display: block;
    font-size: 50px;
    font-weight: 700;
    line-height: 45px;
}
.rb-contenthead .rb-title a i {
    color: green;
}
.rb-userlistinghold .rb-widgettag {
    width: auto;
    margin: -3px;
}
.rb-widgettag {
    float: left;
    width: 100%;
}
.rb-userlistinghold .rb-widgettag a {
    margin: 3px;
    font-size: 12px;
    line-height: 28px;
}
.rb-widgettag a {
    float: left;
    margin: 5px;
    padding: 0 18px;
    /* color: #767676; */
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    border-radius: 20px;
    /* border: 1px solid #ddd; */
    color: white;
    background-color: #198754;
       border: 1px solid #198754;
}
.rb-widgettag a:hover {
    color: white;

    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.rb-description {
    width: 100%;
    float: left;
    margin-left: 10px;
}
.rb-userlistinghold .rb-description p {
    font-size: 14px;
    line-height: 24px;
}
.rb-viewjobholder {
    /* top: 0;
    right: 0; */
    /* width: 255px; */
    /* height: 100%; */
    /* position: absolute; */
    /* background: transparent; */
    border-left: 1px solid #ddd;
}
.rb-viewjobholder ul {
    float: left;
    width: 100%;
    padding: 30px;
    list-style: none;
    line-height: 16px;
}
.rb-viewjobholder ul li {
    float: left;
    width: 100%;
    line-height: inherit;
    list-style-type: none;
}
.rb-viewjobholder ul li + li {
    margin-top: 12px;
}
.rb-viewjobholder ul li.rb-btnarea {
    margin: 27px 0 0;
}

.rb-viewjobholder ul li span {
    display: block;
    color: #323232;
    font-size: 14px;
}
.rb-viewjobholder ul li a i, .rb-viewjobholder ul li span i {
    font-size: 13px;
    width: 30px;
}
.rb-viewjobdollar {
    color: green;
}
.rb-viewjobholder ul li span img {
    width: 18px;
    margin: 0 9px 0 0;
}
.rb-viewjobtag {
    color: #cf649a;
}
.rb-clicklike {
    color: #767676;
}
.rb-viewjobholder ul li .rb-clicklike i, .rb-viewjobholder ul li .rb-clicklike span {
    float: left;
}
.rb-viewjobholder ul li a i, .rb-viewjobholder ul li span i {
    font-size: 13px;
    width: 30px;
}
.rb-btn {
    color: #fff;
    padding: 10px 30px;
    position: relative;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font: 700 13px/50px ;
    background-color: #198754;
    font-weight: bold;
    transition: all 0.4s ease-in-out;
}
.rb-btn:hover
{
    background-color: #198754;
    color: #fff !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transform: scale(1.01);
}
.rb-search-box + .rb-search-box {
    margin: 30px 0 0;
}






/* multipleselector1 */
.selectMultiple1 {
    /* width: 240px; */
    position: relative;
}
.selectMultiple1 select {
    display: none;
}

.selectMultiple1 > div {
    position: relative;
    z-index: 2;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    /* padding: 8px 12px 2px 12px; */
    /* border-radius: 8px; */
    background: #fff;
    /* font-size: 14px; */
    min-height: 38px;
    /* box-shadow: 0 4px 16px 0 rgba(22, 42, 90, .12); */
    transition: box-shadow 0.3s ease;
    border: 1px solid lightgray;
}
    /* .selectMultiple1 > div:hover {
        box-shadow: 0 4px 24px -1px rgba(22, 42, 90, .16);
    } */
.selectMultiple1 > div .arrow {
    right: 1px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    width: 28px;
    position: absolute;
}
.selectMultiple1 > div .arrow:before, .selectMultiple1 > div .arrow:after {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 8px;
    border-bottom: 8px solid #99a3ba;
    top: 43%;
    transition: all 0.3s ease;
}
.selectMultiple1 > div .arrow:before {
    right: 12px;
    transform: rotate(-130deg);
}
.selectMultiple1 > div .arrow:after {
    left: 9px;
    transform: rotate(130deg);
}
.selectMultiple1 > div span {
    color: gray;
    display: block;
    position: absolute;
    left: 12px;
    cursor: pointer;
    /* top: 8px; */
    line-height: 28px;
    transition: all 0.3s ease;
}
.selectMultiple1 > div span.hide {
    opacity: 0;
    visibility: hidden;
    transform: translate(-4px, 0);
}
.selectMultiple1 > div a {
    position: relative;
    padding: 0 24px 6px 8px;
    line-height: 28px;
    color: #1e2330;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 0 0;
}
.selectMultiple1 > div a em {
    font-style: normal;
    display: block;
    white-space: nowrap;
}
.selectMultiple1 > div a:before {
    content: '';
    left: 0;
    top: 0;
    bottom: 6px;
    width: 100%;
    position: absolute;
    display: block;
    background: rgba(228, 236, 250, .7);
    z-index: -1;
    border-radius: 4px;
}
.selectMultiple1 > div a i {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 28px;
    display: block;
}
.selectMultiple1 > div a i:before, .selectMultiple1 > div a i:after {
    content: '';
    display: block;
    width: 2px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: green;
    border-radius: 1px;
}
.selectMultiple1 > div a i:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.selectMultiple1 > div a i:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.selectMultiple1 > div a.notShown {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.selectMultiple1 > div a.notShown:before {
    width: 28px;
    transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
}
.selectMultiple1 > div a.notShown i {
    opacity: 0;
    transition: all 0.3s ease 0.3s;
}
.selectMultiple1 > div a.notShown em {
    opacity: 0;
    transform: translate(-6px, 0);
    transition: all 0.4s ease 0.3s;
}
.selectMultiple1 > div a.notShown.shown {
    opacity: 1;
}
.selectMultiple1 > div a.notShown.shown:before {
    width: 100%;
}
.selectMultiple1 > div a.notShown.shown i {
    opacity: 1;
}
.selectMultiple1 > div a.notShown.shown em {
    opacity: 1;
    transform: translate(0, 0);
}
.selectMultiple1 > div a.remove:before {
    width: 28px;
    transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
}
.selectMultiple1 > div a.remove i {
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.selectMultiple1 > div a.remove em {
    opacity: 0;
    transform: translate(-12px, 0);
    transition: all 0.4s ease 0s;
}
.selectMultiple1 > div a.remove.disappear {
    opacity: 0;
    transition: opacity 0.5s ease 0s;
}
.selectMultiple1 > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    border-radius: 8px;
    transform: translate(0, 20px) scale(0.8);
    transform-origin: 0 0;
    /* filter: drop-shadow(0 12px 20px rgba(22, 42, 90, .08)); */
    transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s;
    height: 300px !important;
    overflow: auto;
}
.selectMultiple1 > ul li {
    color: #1e2330;
    background: #fff;
    padding: 12px 16px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease 0.3s, opacity 0.5s ease 0.3s, border-radius 0.3s ease 0.3s;
}
.selectMultiple1 > ul li:first-child {
    border-radius: 8px 8px 0 0;
}
.selectMultiple1 > ul li:first-child:last-child {
    border-radius: 8px;
}
.selectMultiple1 > ul li:last-child {
    border-radius: 0 0 8px 8px;
}
.selectMultiple1 > ul li:last-child:first-child {
    border-radius: 8px;
}
.selectMultiple1 > ul li:hover {
    background: green;
    color: #fff;
}
.selectMultiple1 > ul li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%, -50%);
    transform-origin: 50% 50%;
}
.selectMultiple1 > ul li.beforeRemove {
    border-radius: 0 0 8px 8px;
}
.selectMultiple1 > ul li.beforeRemove:first-child {
    border-radius: 8px;
}
.selectMultiple1 > ul li.afterRemove {
    border-radius: 8px 8px 0 0;
}
.selectMultiple1 > ul li.afterRemove:last-child {
    border-radius: 8px;
}
.selectMultiple1 > ul li.remove {
    transform: scale(0);
    opacity: 0;
}
.selectMultiple1 > ul li.remove:after {
    animation: ripple 0.4s ease-out;
}
.selectMultiple1 > ul li.notShown {
    display: none;
    transform: scale(0);
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.4s ease;
}
.selectMultiple1 > ul li.notShown.show {
    transform: scale(1);
    opacity: 1;
}
/* .selectMultiple1.open > div {
    box-shadow: 0 4px 20px -1px rgba(22, 42, 90, .12);
} */
.selectMultiple1.open > div .arrow:before {
    transform: rotate(-50deg);
}
.selectMultiple1.open > div .arrow:after {
    transform: rotate(50deg);
}
.selectMultiple1.open > ul {
    transform: translate(0, 12px) scale(1);
    opacity: 1;
    visibility: visible;
    filter: drop-shadow(0 16px 24px rgba(22, 42, 90, .16));
}
@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 1;
   }
    25% {
        transform: scale(30, 30);
        opacity: 1;
   }
    100% {
        opacity: 0;
        transform: scale(50, 50);
   }
}
.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: white !important;
    padding: 8.5px 7.5px 3.75px !important;
    border: 1px solid lightgray !important;
    border-radius: 2.5px;
    font-size: 14px !important;
    min-height: 38.4px !important;
    overflow: hidden;
}
.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: transparent !important;
    font-size: 15px !important;
    margin-bottom: 0 !important;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 0 !important;
    font-weight: 500 !important;
}
.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: green !important;
    border: 1px solid green !important;
    color: #fff;
    word-break: break-all;
}

@media(max-width: 576px) {
    .btnn_reg
    {
        text-align: center;
    }
    .login_dropdown
    {
        text-align: center;
    }
}

/* view-pagination */

.pagination_li {
    display: block;
    float: right;
    margin-bottom: 15px;
}
  
    #page_navigation {
        clear: both;
        margin: 20px 0;
        text-align: center;
    }

    #page_navigation a {
        padding: 3px 6px;
        border: 1px solid #198754;
        margin: 2px;
        color: black;
        text-decoration: none
    }
    #page_navigation a:hover
    {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .active_page {
        background: #198754;
        color: white !important;
    }

    #pagingBox {
        padding: 0;
        margin: 0;
        
    }
    .rb-proposalhead
    {
        float: left;
    width: 100%;
    /* padding: 30px; */
    background: #efefef !important;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    /* margin-bottom: 30px; */
    }
    .rb-proposalholder {
        float: left;
        width: 100%;
        padding: 30px;
        background: #efefef !important;
        overflow: hidden;
        border-radius: 4px;
        position: relative;
        margin-bottom: 30px;
        box-shadow: rgba(99, 99, 99, 0.5) 0px 2px 8px 0px;
    }
    .rb-proposalhead h2 {
        font-size: 28px;
        margin: 0;
        line-height: 34px;
        font-weight: bold;
    }
    .rb-projectdetail-holder {
        float: left;
        width: 100%;
        padding: 30px;
        background: #efefef !important;
        border-radius: 4px;
        box-shadow: rgba(99, 99, 99, 0.5) 0px 2px 8px 0px;
    }
    .rb-projectdetail {
        float: left;
        width: 100%;
    }
    @media (max-width: 767px)
    {
.rb-projectdetail-holder {
    margin-bottom: 30px;
}
    }
    .rb-attachments {
        float: left;
        width: 100%;
    }
    .rb-title {
        float: left;
        width: 100%;
    }
    .rb-projectdetail .rb-description {
        margin: 0 0 30px;
    }
    .rb-description {
        width: 100%;
        float: left;
        margin-left: 10px;
    }
    .rb-projectdetail-holder .rb-title h3 {
        font-size: 20px;
        margin: 0 0 10px;
        line-height: 22px;
        font-weight: 400;
    }
    .rb-projectdetail .rb-description p {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 26px;
    }
    .rb-attachfile {
        float: left;
        width: 100%;
        list-style: none;
        line-height: 38px;
        border: 1px solid #ddd;
    }
    .rb-uploading, .rb-attachfile li {
        float: left;
        width: 100%;
        padding: 0 20px;
        color: #323232;
        font-size: 13px;
        line-height: inherit;
        list-style-type: none;
    }
    .rb-attachfile li + li {
    border-top: 1px solid #ddd;
}
.la-empinfo-holder {
    padding: 0;
}
.rb-widget {
    float: left;
    width: 100%;
    padding: 30px;
    margin: 0 0 30px;
    background: #efefef !important;
    border-radius: 4px;
    box-shadow: rgba(99, 99, 99, 0.5) 0px 2px 8px 0px;
}
.rb-companysimg {
    margin: 0;
    float: left;
    width: 100%;
    background: #323232;
}
.la-empinfo-holder .rb-companysdetails {
    margin: 0;
}
.rb-companysdetails {
    float: left;
    width: 100%;
    margin: 15px 0;
    background: #efefef !important;
    overflow: hidden;
    border-radius: 4px;
}
.rb-companysimg {
    margin: 0;
    float: left;
    width: 100%;
    background: #323232;
}
.rb-companysimg img {
    width: 100%;
    opacity: 0.80;
    display: block;
}
.rb-companysdetails .rb-companysinfo {
    padding: 30px 20px;
    padding-top: 0;
}
.rb-companysinfo {
    float: left;
    width: 100%;
    text-align: center;
}
.rb-companysinfo figure {
    float: none;
    width: auto;
    background: #efefef !important;
    max-width: 130px;
    border-radius: 4px;
    margin: 0 auto 20px;
    border: 1px solid #ddd;
    min-height: 60px;
}
.rb-companysinfo figure img {
    width: 100%;
    display: block;
    border-radius: 4px;
}
.rb-companysinfo .rb-title a {
    display: block;
    color: #323232;
    margin: 0 0 9px;
    font: 400 14px/16px 'Poppins', Arial, Helvetica, sans-serif;
}
.rb-companysinfo .rb-title h2 {
    margin: 0;
    font-weight: 400;
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rb-postarticlemeta {
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 14px;
    list-style: none;
}
.rb-companysinfo .rb-postarticlemeta li {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.rb-postarticlemeta li:first-child {
    padding-left: 0;
}
.rb-postarticlemeta li {
    width: auto;
    float: left;
    padding: 0 12px;
    text-align: center;
    line-height: inherit;
    list-style-type: none;
}
.rb-postarticlemeta li + li {
    border-left: 1px solid #adadad;
}
.rb-postarticlemeta li i, .rb-postarticlemeta li span {
    color: #999;
    display: inline-block;
    vertical-align: middle;
}
.rb-widgettitle {
    margin-bottom: 30px;
    padding-bottom: 17px;
    border-bottom: 1px solid #ddd;
}
.rb-widgettitle h2 {
    margin: 0;
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
}
.rb-widgetcontent {
    float: left;
    width: 100%;
}
.rb-formtheme {
    width: 100%;
    float: left;
}
.rb-formtheme fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    position: relative;
}
.rb-formreport fieldset .form-group.rb-btnarea {
    padding: 0;
}
.rb-select {
    color: #666;
    float: left;
    width: 100%;
    position: relative;
    text-transform: uppercase;
}
.rb-select select {
    z-index: 2;
    width: 100%;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    padding: 10px 30px 10px 20px;
}
