@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Source+Sans+3&display=swap');

/* -------- Common style ---------- */
body {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

/* -------- Typography ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans 3', sans-serif;
    color: #010163;
    font-weight: 700 !important;
}

p {
    line-height: 1.6;
    font-size: 15px;
}

a {
    font-family: 'Poppins', sans-serif;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

.wrapper {
    padding: 60px 0 70px 0;
}

.privacy-area.wrapper {
    padding: 30px 0 30px 0 !important;
}

.common-title h2 {
    font-size: 35px !important;
    margin-bottom: 30px;
    text-align: center;
}

.pl-100 {
    padding-left: 100px;
}

button:focus {
    box-shadow: none !important;
}

.common-btn {
    background-color: #135BB1 !important;
    color: #fff;
}

.common-btn:hover {
    color: #fff;
}

img {
    width: 100%;
    height: auto;
}

/* ========= index page =========== */
/* header */
.navbar {
    background-color: #010163;
    color: #fff;
}

.navbar .nav-link {
    color: #fff !important;
    padding-right: 13px !important;
    padding-left: 13px !important;
}

.button-one {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    transition: all .2s;
}

.button-one:hover {
    background: #fff;
    color: #010163;
    border: 1px solid #fff;
    border-radius: 0;
}

/* hero section */
.hero-area {
    background-image: url(../../images/all/hero.jpg);
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.hero-area .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content h1 {
    color: #fff;
    font-size: 50px !important;
    font-weight: 600 !important;
}

.hero-content .lead {
    color: #fff;
    font-size: 25px;
}

.hero-content .search-bar {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 25px;
}

.hero-content .search-bar .form-control {
    height: 56px !important;
    border-radius: 50px !important;
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #888 !important;
    transition: all .3s ease-in-out;
    background: #fff;
    border: 1px solid transparent;
    padding: 10px 20px !important;
    position: relative;
}

.search-button {
    position: absolute !important;
    right: 4px;
    top: 4px;
    z-index: 9;
    padding: 12px 35px;
    border-radius: 30px !important;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #010163;
}

.search-button:hover {
    color: #fff;
}

.search-button:focus {
    outline: none !important;
    border-color: #135BB1;
    box-shadow: 0 0 0 #135BB1;
}

.input-group .btn {
    z-index: 9;
}

/* Category section */
.categories .card {
    margin-top: 20px;
}

.categories .card-body {
    padding: 35px 10px;
}

.categories a i {
    display: inline-block;
    padding: 0 15px 10px;
    font-size: 38px;
    color: #135BB1;
    border-bottom: 2px solid #e0e0e0;
}

.categories a p {
    margin-top: 10px;
    color: #000;
}

/* Category Section */
.about-area {
    background-color: #135BB1;
    color: #fff;
}

.about-area .text-huge {
    color: #fff;
    font-size: 35px;
    font-weight: 600 !important;
    line-height: 1.432;
    padding-bottom: 15px;
}

.button-two {
    display: inline-block;
    color: #000;
    background-color: #FFF;
    padding: 13px 15px 12px;
    border-color: #CCC;
}

.button-two:hover {
    color: #000;
}

.about-service {
    padding-left: 40px;
}

.about-service .icon i {
    font-size: 30px;
}

.about-service p {
    padding-left: 10px;
    padding-bottom: 10px;
}

/* Testimonial Section */
.testimonial-item .card {
    padding: 35px 30px;
    border-radius: 0;
    border: 1px solid #ebebeb;
}

.testimonial-item .card-body {
    padding: 0 0 0 30px;
}

.testimonial-item i {
    font-size: 30px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    color: #010163;
    border: 1px solid #010163;
    border-radius: 50%;
}

.testimonial-item .card-body .card-title {
    margin-bottom: 0;
}

.testimonial-item .card-body .card-text {
    margin-bottom: 8px !important;
}


.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    display: none;
}

/* Clients Section */
.clients-logo-area {
    background-color: #F7F7F7;
}

.clients-logo-area .clients-logo {
    padding: 20px 30px;
    margin-top: 10px;
    height: 100px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    transition: all .5s;
}

.clients-logo-area .clients-logo img {
    width: auto !important;
    margin: auto;
}

.clients-logo-area .clients-logo .logo-hover {
    display: none !important;
}

.clients-logo-area .clients-logo:hover {
    background: #135BB1;
}

.clients-logo-area .clients-logo:hover .logo-main {
    display: none;
}

.clients-logo-area .clients-logo:hover .logo-hover {
    display: block !important;
}

.clients-logo-area .owl-carousel .owl-nav button.owl-next,
.clients-logo-area .owl-carousel .owl-nav button.owl-prev,
.clients-logo-area .owl-carousel button.owl-dot {
    display: none;
}

/* counter section */
.counter-item h2 {
    display: inline-block;
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 2px solid #135BB1;
}

.counter-item {
    margin: 20px 0 20px;
}

.counter-item h6 {
    margin-top: 20px;
    display: block;
    font-weight: normal !important;
}

/* --------- Pricing Page --------------- */
/* Pricing Section */
.second-hero {
    background-color: #F7F7F7;
    padding: 25px 0;
}

.second-hero h1 {
    color: #000;
    font-size: 32px !important;
}

.pricing .common-title h2 {
    font-size: 33px;
    color: #000;
    text-align: left;
}

.pricing .nav-pills .nav-link {
    color: #000;
    background-color: #fff !important;
    border: 1px solid #135bb1;
}

.pricing .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #135bb1 !important;
    border: 1px solid #135bb1;
}

.pricing-item .card {
    padding: 35px 30px 40px 30px;
    box-shadow: 0 0 10px rgb(31 66 135 / 30%);
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

.pricing-item .card-header h2 {
    font-size: 2rem !important;
}

.pricing-item .list-group-item {
    border: none;
}

.pricing-item .card-header {
    background-color: transparent;
    border-bottom: 0;
}

.pricing-item .button {
    background-color: #135BB1;
    color: #fff;
    padding: 10px 0;
    margin-top: 17px;
}

.pricing-icon-mod {
    display: inline-block;
    padding: 0 10px 10px;
    font-size: 20px;
    color: #135BB1;
    border-bottom: 2px solid #e0e0e0;
}

/* --------------- Tender page --------------- */
.tenders-hero {
    background-color: #fff;
}

.tenders {
    background-color: #F7F7F7;
    padding: 30px 0;
}

.tender-table {
    background-color: #fff;
    padding: 25px 20px;
}

.tender-table thead {
    background-color: #135BB1;
    color: #fff;
    border: 0 !important;
}

.tender-table th {
    font-size: 15px;
    font-weight: 500;
}

.tender-table td p,
.tender-table td a {
    font-size: 14px;
}

.tenders td {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.tender-cn a {
    font-size: 14px;
    cursor: pointer;
}

.tndr-clr {
    color: #135BB1;
}

.tender-cn a:hover {
    text-decoration: underline !important;
}

.tender-cn a i {
    padding-right: 10px;
}

.tender-cn .text-red {
    font-size: 15px;
    color: #FF0000;
    padding-left: 27px;
}

.tender-cn .modal-dialog {
    max-width: 700px !important;
}

.tenders .modal-content {
    padding: 1px;
    border-radius: 0 !important;
}

.tenders .modal-header {
    padding: 12px 16px;
    background-color: #135bb1;
    border-radius: 0 !important;
}

.tenders .modal-title {
    color: #fff;
    font-size: 18px !important;
}

.tenders .modal-body {
    padding: 1rem 2rem;
}

.tender-cn .sign-up {
    padding: 20px 0;
}

.tender-cn .sign-up i {
    font-size: 25px;
    margin-right: 10px;
}

.tender-cn .sign-up-button {
    text-align: end;
}

.tender-cn .sign-up-button a {
    padding: 13px 47px 12px;
    color: #fff !important;
    background-color: #6fb700;
    border-color: #6cad47;
}

.tender-cn .subscribe-form {
    padding: 20px 0;
}

.tender-cn .subscribe-form h5 {
    font-size: 23px !important;
    font-weight: 500 !important;
    padding-bottom: 13px;
}

.tender-cn .subscribe-form .form-controls {
    margin-bottom: 36px;
}

.tender-cn .subscribe-form input {
    padding: 10px 8px;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
}

.tender-cn .subscribe-form input:focus {
    box-shadow: 0;
    outline: none;
    border: 1px solid #5FA533 !important;
}

.tender-cn .subscribe-form .login-button {
    text-align: end;
}

.tender-cn .subscribe-form .login-button a {
    padding: 13px 54px 12px;
    color: #fff !important;
    background-color: #6fb700;
    border-color: #6cad47;
}

.tender-cn .sign-up-button a:hover,
.tender-cn .subscribe-form .login-button a:hover {
    text-decoration: none !important;
}

.tender-cn .forget {
    padding: 11px 0 0 48px !important;
}

.tender-cn .forget a {
    font-size: 12px;
}

.tender-si .tndr-clr {
    cursor: pointer;
}

.tender-si .tndr-clr:hover {
    text-decoration: underline !important;
    cursor: pointer;
}

.tender-attb a {
    cursor: pointer;
}


/* -------------- Login page -------------- */
.login-container {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.login-container h2 {
    text-align: center;
    margin-bottom: 20px;
}

.login-btn {
    width: 100%;
    margin: 15px 0;
    background-color: #135BB1;
}

.login-btn:hover {
    background-color: #0056b3;
}

.remember-me {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.remember-me input {
    margin-right: 5px;
}

.form-control:focus {
    box-shadow: none !important;
}

/* --------------- sign up page --------------- */
.multi_step_form {
    background: #f6f9fb;
    display: block;
    overflow: hidden;
}

.multi_step_form #msform {
    text-align: center;
    position: relative;
    padding-top: 50px;
    min-height: 820px;
    max-width: 1140px;
    margin: 0 auto;
    background: #ffffff;
    z-index: 1;
}

.multi_step_form #msform .tittle {
    text-align: center;
    padding-bottom: 55px;
}

.multi_step_form #msform .tittle h2 {
    font: 500 24px/35px;
    color: #3f4553;
    padding-bottom: 5px;
}

.multi_step_form #msform fieldset {
    border: 0;
    padding: 20px 105px 60px 105px;
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
}

.multi_step_form #msform fieldset:not(:first-of-type) {
    display: none;
}

.multi_step_form .form-controls {
    padding: 20px;
    text-align: left;
}

.multi_step_form .form-controls .form-controls-header {
    margin-bottom: 15px;
}

.multi_step_form .form-controls .form-controls-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #135BB1;
    text-transform: uppercase;
    text-align: left;
}

.multi_step_form .form-controls .form-row {
    margin-bottom: 15px;
}

.multi_step_form .form-controls .form-row input,
.multi_step_form .form-controls .form-row textarea {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    color: #3d464d;
    margin-bottom: 15px;
    font-size: 15px;
}

.multi_step_form .form-controls .form-row input,
.multi_step_form .form-controls .form-row textarea {
    padding: 10px 8px;
}

.multi_step_form .form-category {
    background-color: #EAF0F4;
    padding: 15px;
}

.search_btn input.form-control {
    max-width: 250px;
}

.search_btn .btn-secondary {
    background-color: #010163 !important;
}

.multi_step_form .pricing .nav-pills .nav-link {
    padding: 5px 15px;
}

.multi_step_form .pricing {
    padding: 10px;
    background-color: #EAF0F4;
}

.multi_step_form .pricing-item .card {
    padding: 20px 10px;
    box-shadow: none !important;
    border-radius: 0;
}

.multi_step_form .btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
    padding: 2px 10px;
    display: block;
    border-radius: 0;
    margin-top: 25px;
}

.multi_step_form .method .tab-content {
    border: 1px solid #dee2e6;
    padding: 20px 15px;
    border-top: 0;
}

.multi_step_form .order-summary {
    background-color: #eaf0f4;
    padding: 20px;
    margin-bottom: 30px;
}

.multi_step_form .order-summary .total-value {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding: 10px;
}

.multi_step_form .order-summary .total-value h5 {
    font-weight: normal !important;
}

.multi_step_form #msform #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
}

.multi_step_form #msform #progressbar li {
    list-style-type: none;
    color: #99a2a8;
    font-size: 9px;
    width: 33.3333333333%;
    float: left;
    position: relative;
    font: 500 13px/1;
}

.multi_step_form #msform #progressbar li:nth-child(2):before {
    content: "2";
}

.multi_step_form #msform #progressbar li:nth-child(3):before {
    content: "3";
}

.multi_step_form #msform #progressbar li:before {
    content: "1";
    font: normal normal normal 30px/50px Ionicons;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: #eaf0f4;
    border-radius: 50%;
    margin: 0 auto 10px auto;
}

.multi_step_form #msform #progressbar li:after {
    content: "";
    width: 100%;
    height: 10px;
    background: #eaf0f4;
    position: absolute;
    left: -50%;
    top: 21px;
    z-index: -1;
}

.multi_step_form #msform #progressbar li:last-child:after {
    width: 150%;
}

.multi_step_form #msform #progressbar li.active {
    color: #5cb85c;
}

.multi_step_form #msform #progressbar li.active:before,
.multi_step_form #msform #progressbar li.active:after {
    background: #5cb85c;
    color: white;
}

.multi_step_form #msform .action-button {
    background: #5cb85c;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    min-width: 130px;
    font: 700 14px/40px;
    border: 1px solid #5cb85c;
    margin: 0 5px;
    text-transform: uppercase;
    display: inline-block;
    padding: 7px;
    border-radius: 0;
}

.multi_step_form #msform .action-button:hover,
.multi_step_form #msform .action-button:focus {
    background: #010163;
    border-color: #010163;
}

.multi_step_form #msform .previous_button {
    background: transparent;
    color: #99a2a8;
    border-color: #99a2a8;
    padding: 7px;
    border-radius: 0;

}

.multi_step_form #msform .previous_button:hover,
.multi_step_form #msform .previous_button:focus {
    background: #010163;
    border-color: #010163;
    color: #fff;
}

/* --------------- search tender page --------------- */
.tender-category .form-select:focus {
    outline: none !important;
    box-shadow: none !important;
}

.tender-category .category-btn-group {
    text-align: center;
    margin-top: 200px;
}

.tender-category .category-btn {
    margin-bottom: 10px;
}

.tender-category .category-btn-group .btn {
    background-color: #135BB1;
}

.tender-category .category-btn-group .btn:hover {
    background-color: #0056b3;
}

.page-item.active .page-link {
    background-color: #0056b3 !important;
}

.page-link:focus {
    box-shadow: none !important;
}

/* --------------- About Page --------------- */
.section-wrapper-two {
    background-color: #F7F7F7;
}

/* --------------- Blog Page --------------- */
.blog-area .form-select {
    width: 250px;
    margin-bottom: 50px;
    outline: none !important;
    box-shadow: none !important;
}

.blog-area .form-select:focus {
    outline: none !important;
    box-shadow: 0 !important;
}

.blog-area .card {
    box-shadow: 0 0 10px rgb(31 66 135 / 30%);
    border-radius: 10px;
    border: none;
    transition: transform 0.2s;
}

.blog-area .card:hover {
    transform: translateY(-5px);
}

.read-more-button {
    color: #135BB1;
}

/* --------------- Blog Details Page --------------- */
.blog-details img {
    max-width: 100%;
}

.publish-date {
    font-weight: bold;
}

.sidebar {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
}

.sidebar h4 {
    margin-bottom: 15px;
}

.sidebar ul {
    padding-left: 0;
    list-style: none;
}

.sidebar ul li {
    font-size: 15px;
    margin-bottom: 15px;
}

.sidebar ul li a {
    color: #333;
    text-decoration: none;
}

.sidebar ul li a:hover {
    color: #135BB1;
    text-decoration: underline !important;
}

.tags h4 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.tags ul {
    padding-left: 0;
    list-style: none;
}

.tags ul li {
    margin-right: 10px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #135BB1;
}

.tags ul li:hover {
    text-decoration: underline;
}

.tags .list-two {
    padding-left: 30px;
}

.blockquote {
    border-left: 5px solid #135BB1;
    padding-left: 15px;
    margin: 20px 0;
}

/* --------------- User Profile Page --------------- */
.profile-area .container {
    background-color: #fff !important;
    padding: 20px;
}

.profile-area .hero-text {
    padding-bottom: 20px;
}

.profile-area .hero-text h1 {
    font-size: 30px;
    margin: 0;
}

.profile-area .hero-text h6 {
    font-weight: 500 !important;
}

.dashboard .user .avatar img {
    width: 100%;
    height: 240px;
}

.dashboard .user-name {
    padding: 20px 0;
}

.dashboard .nav-pills {
    width: 100%;
}

.dashboard .nav-pills .nav-link {
    border: 1px solid #f5f5f5;
    border-radius: 0 !important;
}

.dashboard .nav-pills .nav-link.active {
    background-color: #135BB1 !important;
    border-radius: 0 !important;
}


/* --------------- Contact Page --------------- */
.cmn-details {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
    text-align: left;
    margin-bottom: 50px;
}

.cmn-details .icon i {
    font-size: 25px;
}

.cmn-details .text {
    padding-left: 10px;
}

.contact-form .contact-form {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-form .contact-form h2 {
    color: #333333;
}

.contact-form .form-label {
    color: #333333;
}

.contact-form .form-control {
    border: 2px solid #dddddd;
    border-radius: 8px;
}

.contact-form .form-control:focus {
    border-color: #007bff;
    box-shadow: none;
}

.contact-form .common-btn:hover {
    background-color: #0056b3;
}

.contact-form .w-100 {
    width: 100%;
}




/* --------------- footer section --------------- */
.footer-top {
    background-color: #263238;
    color: #fff;
}

.footer-title {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
    margin: 0 0 30px;
    position: relative;
    color: #fff;
    line-height: 1.2;
}

.footer-title:after,
.footer-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    border-radius: 20px;
    background-color: #fff;
}

.footer-title:before {
    width: 15px;
}

footer .footer-title:after {
    width: 45px;
    left: 20px;
}

.footer-item p {
    margin-bottom: 20px;
    line-height: 24px;
    color: #fff;
}

.footer-item .social-icon i {
    background-color: #fff;
    color: #010163;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    transition: all .5s;
}

.footer-item .social-icon i:hover {
    color: #fff;
    background-image: linear-gradient(to right, #2c79d6, #010163);
}

.footer-item ul li a {
    position: relative;
    color: #fff;
    padding: 5px 0;
    display: block;
    font-size: 15px;
    transition: all .5s;
}

.footer-item img {
    width: 100%;
}

.footer-bottom {
    background-color: #135BB1;
    font-size: 15px;
    padding: 15px 0;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: #fff;
}

/* scroll top */
.scroltop {
    box-shadow: -4px 4px 24px -10px #010163 !important;
    background: #010163;
    bottom: 15px;
    color: #fff;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    position: fixed;
    right: 15px;
    text-align: center;
    z-index: 999;
    border-radius: 50%;
    border: 0 solid #010163;
    box-shadow: -4px 4px 24px -10px;
}

.scroltop:hover {
    color: #fff;
}
