:root {
    --green-color: #1EBF73;
    --blue-color: #001741;
    --white-color: #E5E5E5;
}

.green-color {
    color: var(--green-color) !important;
}

.bg-green-color {
    background-color: var(--green-color) !important;
}

.blue-color {
    color: var(--blue-color);
}

.bg-blue-color {
    background-color: var(--blue-color);
}

.text-color {
    color: #707070;
}

.selection {
    width: 100%;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #e1e7ec;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e1e7ec;
}


* {
    box-sizing: border-box;
}

*, ::after, ::before {
    box-sizing: border-box;
}


.login-btn {
    background-color: var(--green-color) !important;
    color: #FFFFFF !important;
}

/* banner css */
.banner {
    background-color: var(--blue-color);

}

.b-h1 {
    color: #1EBF73;
}

.banner-h1 {
    font-size: 4rem;
}

.banner-p {
    color: #0000001F;

}

.banner-search-btn {
    background-color: #1EBF73 !important;
}

.search-box {
    border: 1px solid #CECECE;
    border-radius: 5px;
}

.search-box-color {
    color: #CECECE;
}

.search-btn > img {
    width: 15px;
}

.option {
    background-color: #707070;
    font-size: 10px;
    color: #CECECE;
}

/* slider css */
.wrap1 .owl-dots .active span {
    background: var(--blue-color) !important;
}

.itam:hover {
    box-shadow: 4px 4px 4px 4px #00000029;
}

/* banner 2 css */

.banner-2 {
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%), url("../images/banner2.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #666666;
    height: 350px;

}

.banner2-h1 {
    background-color: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.788) 100%);
    height: 300px;
}

/* top ranking css */
.tab-color {
    background: #17096B;

}

.gig-profile-mini-image {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    object-fit: cover;
}


.top-body {
    color: #707070;
    font-size: 12px;
}

.top-body > small {
    color: #707070;
    font-size: 9px;
}

.rated > div {
    color: #FFDD00;
    font-size: 10px;
}

.rated > div > span {
    color: #707070;
}

.gig-short-description {
    color: #707070;
    font-size: 12px;
    line-height: 15px;
}

.bottom-body > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #1EBF73;
}

.bottom-body > p > span {
    font-size: 11px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #707070;
}

.show-btn > button {
    color: #1EBF73;
    border: 1px solid #1EBF73;
    font-size: 14px !important;
}

/* latest project css */
.menu {
    box-shadow: 0px 4px 23px 0px #00000029;
    border-radius: 10px;

}

.menu-name h6 {
    color: #17096B;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: 0em;
    text-align: left;
}

.menu-level p {
    color: #1EBF73;
    font-size: 14px;
    line-height: 20px;
}

.menu-level p > span {
    color: #17096B;
    font-size: 10px;
    line-height: 20px;
}

.menu-p p {
    color: #707070;
    font-size: 14px;
}

.perposal p {
    color: #707070;
    font-size: 14px;
}

.perposal p span {
    color: #1EBF73;
    font-size: 12px;
}

.menu-varified > p {
    color: #707070;
}

.menu-varified > p > span {
    color: #707070;
    font-size: 10px;
}

/* banner3 css start */

.banner-3 {
    background-image: url("../images/banner3.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 750px;
    
}

.banner3-h1 h1 span {
    font-size: 5rem !important;

}

.gig-create h2 {
    color: #1EBF73;
}

/* why esqia start */
.why h3 {
    width: 40px;
    height: 40px;
    background: #17096B;


}

.why h6 {
    color: #333333;
}

.why p {
    color: #666666;
    font-size: 10px;
}

.why button {
    color: #333333;
    box-shadow: 0px 4px 23px 0px #00000029;
}

/* testimotional start css */

.testimotional {
    background-color: #001741;
}

.wrap .owl-dots .active span {
    background-color: #36C055 !important;
}

.wrap .owl-prev, .wrap .owl-next {
    position: absolute;
    top: 28%;
    background-color: none !important;
    line-height: 5px !important;
    width: 40px;
    height: 40px;
    color: #FFFFFF !important;
    border-radius: 30px !important;
    font-weight: 200 !important;
    border: 1px solid #FFFFFF !important;
    font-size: 30px !important;
    text-align: center !important;
}

.wrap .owl-prev {
    left: 0;

}

.wrap .owl-next {
    right: 0;

}

/*
ask-question css */

.ask-question {
    box-shadow: 0px 4px 27px 0px #00000021;

}

.accordion-button {
    border: none !important;
}

.ask-btn {
    color: #707070;
    font-size: 14px;
    background: none;
    border: none;
    width: 100%;
}

.accordion-item {
    border: 0px !important;
}

.ask-more {
    background-color: #1EBF73 !important;
}

/* footer css start */

.footer {
    background: #001741;

}

.footer-list li > a {
    font-size: 14px;
}

.icon {
    width: 41px;
    height: 41px;
    background-color: var(--theme-green-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-white-color);
    border-radius: 51%;
}

.menu-level p span {
    color: #1EBF73;
    font-size: 14px;
    line-height: 20px;
}

.post-request {
    border: 1px solid #cacbcc;
    border-radius: 20px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 40px;
}

#proposal {
    text-align: center;
    margin: 40px;
    color: #808080FF;
}

#margin {
    margin-bottom: 50px;
    color: #808080FF;
}

#radio {
    margin-left: -6.4in;
    margin-top: 20px;
}

#milestone-row {
    margin-top: 20px;
}

#milestone-project {
    font-size: 12px !important;
    color: darkgrey;
    margin-top: -10px !important;
}

.btn-milestone {
    margin-left: -5.5in;
}

.row_margin {
    margin-left: 20px !important;
}

.input-prefix {
    border: 1px solid lightgray;
    background-color: rgba(211, 211, 211, 0.31);
    padding: 5px;
    border-radius: 3px;
}
.notification{
    cursor: pointer;
}

.notification .badge {
    position: absolute;
    top: 10px;
    margin-left: -12px;
    border-radius: 50%;
    background-color: red;
    color: white;
}

.menu-item {
    margin-left: 9.5in;
    width: 4in;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 4.8in;
}

.remainder {
    font-size: 12px !important;
    color: darkgrey;
}

.img {
    border-radius: 50%;
    height: 0.5in;
    margin: 5px;
    background-color: #cacbcc;
    border: 1px solid #808080FF;
}
.notification_btn{
    /*margin-bottom: 10px;*/
    /*width: 2.2in;*/
    border: 1px solid #cacbcc;
    cursor: pointer;
    text-align: center!important;
}
.notification_btn span{
    padding: 7px;
    font-size: 14px;


}

/*Dropdown*/

.dropdown-content a:hover {background-color: rgba(211, 211, 211, 0.31);}
#notification_description{
    padding: 5px;
}
.new-class {
     width: 3.1in !important;
     padding-left: 17px !important
 }
