@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #101010;
    font-family: 'Poppins', sans-serif;
}

/* header */
header {
    background-color: #fff;
    padding: 20px 60px;
    box-shadow: 0 3px 10px 4px rgb(0 0 0 / 4%);
}
.parentWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.logo {
    display: flex;
    align-items: center;
}
.logo-2 {
    margin-left: 5px;
    width: 150px;
}
.dropdown {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}
.dropbtn {
    color: #fff;
    padding: 12px 8px;
    height: 40px;
    width: 40px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    background-color: #11286A;
    border: none;
    border-radius: 100%;
    /*  */
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    background-color: #f9f9f9;
    min-width: 10rem;
    /* min-width: 100px; */
    padding: 0.5rem 0;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    text-align: center;
    z-index: 2;
}
.dropdown-content a {
    color: #666;
    font-size: 13px;
    padding: 0.25rem 1.5rem;
    border-bottom: 1px solid lightgray;
    text-decoration: none !important;
    display: block;
}
.dropdown-content a:hover {
    background-color: #11286A;
    color: #fff;
}

.form-control::placeholder {
    font-size: 14px;
}
.form-control::-webkit-input-placeholder {
    font-size: 14px;
}
.form-control::-ms-input-placeholder{
    font-size: 14px;
}
.form-control::-moz-placeholder{
    font-size: 14px;
}
.dv_sec label{
    font-weight:500;
}
.form-control {
    font-size: 14px !important;
}
.tagify__dropdown {
  z-index: 10001 !important;
  font-size: 14px !important;
}

.pp-error {
  border: 1px solid red;
  border-radius: .25rem;
  background-color: #ffe8e5;
  box-shadow: none !important;
  padding: 15px !important;
  font-size: 14px;
  color: #646f79;
}

.tagify.error {
  border-color: red !important;
}

p.error {
  color: red;
  font-style: italic;
  margin: 5px;
  font-weight: 500;
}

/*.jq-password-validator.is-visible {
    z-index: 10002 !important;
}*/

/* banner */
.banner{
    padding: 0 0 3em;
}
.container-fluid.fixed-container{
    padding: 0 3em;
}
.banner-container{
    padding-top: 3em;
}
.banner-inner-wrap h4{
    color: #1c1c1c;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    transition: .5s ease all;
    margin: 0;
    text-align: center;
}
.banner-inner-wrap h4 strong{
    color: #064CDB;
}
.banner-heading-wrap{
    text-align: center;
    margin-bottom: 30px;
}
.banner-heading-wrap h3{
    margin: 0;
    line-height: 1.4;
    font-weight: 400 !important;
}
.banner-heading-wrap h1{
    font-size: 42px;
    font-weight: 700;
    color: #08325b;
    margin-top: 0;
}
.short-container{
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}
.banner-right{
    /* height: 257px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.banner-left{
    height: 257px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.banner-left,
.banner-right{
    max-width: 48%;
    padding: 15px 20px;
    /* margin-right: 15px; */
}
@media (max-width: 769px){
    .banner-left,
    .banner-right{
        max-width: 100%;
        height: auto;
    }
}
.banner-left h4{
    color: #08325b;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    transition: .5s ease all;
    margin: 0;
}
.banner-left h4 span{
    color: #064CDB;
}
.banner-left h6{
    font-weight: 500;
}
.banner-left h6 em{
    font-weight: 400;
}
/* .banner-right h4{
    color: #08325b;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    transition: .5s ease all;
    margin: 0;
}
.banner-right h4 span{
    color: #064CDB;
}
.banner-right h6{
    font-weight: 500;
}
.banner-right h6 em{
    font-weight: 400;
} */
.banner-left h4 strong{
    color: #064CDB;
}
b.fw-600,
.fw-600{
    font-weight: 600;
}
.join-full-btn{
    margin-top: 30px;
}
.btn.btn-normal{
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #08325b;
    color: #fff;
}
.btn.btn-normal:hover{
    background-color: #064CDB;
}

/* How it works */
.body-sections{
    padding: 2.5em 0;
}
.container-fluid.fixed-container{
    padding: 0 3em;
}
.sec-heading h2, .ldboard-title h2{
    text-align: center;
    margin: 0 0 1em;
    font-weight: 700;
    color: #08325b;
}
.work-box{
    padding: 35px;
    text-align: center;
}
.work-graphic{
    width: 200px;
    height: 150px;
    margin: 0 auto 50px;
}
.work-graphic img{
    width: 100%;
    /* height: 100%; */
}
.work-content h4{
    font-size: 18px;
    font-weight: 600;
}
.work-content p{
    color: #727272;
    line-height: 1.6;
    font-size: 14px;
    padding: 0;
}

/* Job Lists */
.jobs{
    /* width: 100%; */
}
.jobs .table th,
.jobs .table td {
    vertical-align: middle;
    padding: 20px 8px;
    /* text-align: center; */
}
.job_tile {
    padding-bottom: 10px !important;
}
.jt_headline .fa-briefcase {
    color: #666;
}
.jtile_det {
    margin-bottom: 10px;
}
.jt_loc {
    font-size: 12px;
    color: #666;
    margin: 5px 3px;
}
.jt_loc i{
    margin-right: 12px !important;
}
.jt_loc .fa-map-marker-alt {
    margin-right: 12px !important;
}
.jt_loc .fa-calendar-alt {
    margin-left: -1px;
}
.jtile_skills {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    color: #666 !important;
}
/* ol, li {
    margin-bottom: 0px;
    list-style: none;
    position: relative;
} */
.jtile_skills li {
    background: #eee0 !important;
    padding: 0px 6px !important;
    margin-right: 5px !important;
    margin-bottom: 3px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    border: 1px solid #ced4da !important;
    border-radius: 5px !important;
    margin-bottom: 11px !important;
    cursor: pointer !important;
}
.sjob_btns {
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: row;
}
.sjob_btns a {
    background: #fff;
    box-shadow: 0px 3px 20px #dddbdb;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sjob_btns a, .sjob_btns strong {
    color: #666;
}
.share-btn{
    cursor: pointer;
}
.share-btn:hover{
    text-decoration: none;
}
.submit-btn{
    text-align: center;
    margin-top: 0;
}
p.term-subtxt{
    margin-top: 10px;
    font-size: 11px;
    color: #727272;
}
.gofor-other{
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 15px;
}
.gofor-other p{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}
.gofor-other .login-link{
    cursor: pointer;
}
.view-job-description p,
.view-job-description,
.view-job-description li {
    margin-top: 0;
    font-weight: 300 !important;
}
.view-job-skills-sec h2,
.view-job-lang-sec h2 {
    font-size: 18px;
    color: #727272;
    margin-top: 0;
    margin-bottom: 10px;
}
span.skill-tag-job {
    background-color: #f9f9f9;
    color: #333;
    padding: 6px 15px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 12px;
    margin: 5px 10px 5px 0;
    border: 1px solid #064CDB;
    display: inline-table;
    white-space: normal;
    text-align: center;
    min-width: 100px;
    text-transform: capitalize;
}
span.skill-tag-job p {
    margin-bottom: 0;
}
.skill-tags li {
    display: inline-block;
    list-style: none;
    margin: 10px 12px 15px 0;
}
.skill-full-badge {
    display: inline-flex;
    background-color: #e5e5e5;
    border-radius: 50px;
    overflow: hidden;
}
.badge-content{
    text-transform: capitalize;
    background-color: #f1f1f1;
    padding: 5px 15px;
    border-radius: 50px 0 0 50px;
    float: left;
    border: 1px solid #e5e5e5;
}
.txt-gry{
    color: #333;
    font-weight: 500;
    font-size: 13px;
}

/* Clients */
.clientSection {
    max-width: 90%;
    /* height: 250px; */
    height: 120px;
    padding: 42px 50px;
    /* border: 1px solid #11286A; */
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 4%) 0px 0px 1px 0px, rgb(0 0 0 / 4%) 0px 2px 6px 0px, rgb(0 0 0 / 6%) 0px 16px 24px 0px;
    /* box-shadow: 0 1px 1px rgb(0 0 0 / 8%), 0 2px 2px rgb(0 0 0 / 12%), 0 4px 4px rgb(12 80 158), 0 8px 8px rgb(0 0 0 / 20%); */
    background-color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -60px auto 0;
    position: relative;
    top: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9;
}

@media screen and (max-width: 992px) {
    .clientSection {
        padding: 25px;
        margin: -30px auto 0;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.clientSection .control {
    position: absolute;
    left: 0;
}

.clientSection .title-col {
    position: relative;
    max-width: 200px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}

.clientSection .title-col::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    height: 65px;
    margin: -1px 0 0 0;
    background-color: #11286A;
}

@media screen and (max-width: 992px) {
    .clientSection .title-col::after {
        top: auto;
        bottom: 10px;
        height: 3px;
        width: 50%;
        left: 0;
    }
}

@media screen and (max-width: 992px) {
    .clientSection .title-col {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 30px;
    }
}

.clientSection .title-col .featured-clients {
    /* margin: 0 0 15px 1px; */
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    color: var(--inner-black);
}

@media screen and (max-width: 992px) {
    .clientSection .title-col .featured-clients {
        width: 225px;
        height: auto;
        margin: 0;
    }
}

.clientSection .title-col .arrow-col {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
}

.clientSection .title-col .arrow-col .arrow-next,
.clientSection .title-col .arrow-col .arrow-prev {
    height: 40px;
    width: 40px;
    margin-right: 24px;
    background-size: contain;
    cursor: pointer;
}

.clientSection .title-col .arrow-col .arrow-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='41' fill='none' viewBox='0 0 41 41'%3E%3Ccircle cx='20.384' cy='20.615' r='19.1' stroke='%23002968' stroke-width='1.8' transform='rotate(-180 20.384 20.615)'/%3E%3Cpath stroke='%23002968' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M22.664 25.259l-4.727-4.728 4.727-4.727'/%3E%3C/svg%3E");
}

.clientSection .title-col .arrow-col .arrow-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='41' fill='none' viewBox='0 0 41 41'%3E%3Ccircle cx='20.384' cy='20.615' r='19.1' stroke='%23002968' stroke-width='1.8'/%3E%3Cpath stroke='%23002968' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M18.105 15.972l4.727 4.727-4.727 4.728'/%3E%3C/svg%3E");
}

.clientSection .swiperClientbox {
    width: 85%;
}
@media (max-width: 426px){
    .clientSection .swiperClientbox{
        width: 100%;
    }
}
@media (max-width: 600px){
    .clientSection .swiperClientbox .swiper-slide{
        margin-right: 4em !important;
    }
    img.grayscale.custom-w{
        width: 90px;
        max-width: 100px;
    }
    /* body img{
      max-width: 100px;
    } */
}
@media (min-width: 600px){
    img.grayscale.custom-w{
        width: 110px;
    }
}

.clientSection .swiperClientbox .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Testimonials */
.Testimonials{
    padding: 8em 0 4em;
    background-size: cover;
    background-color: #e2e9fb;
    /* height: 80vh; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: bottom;
}
.section-title-row .section-title-main {
    margin: 25px 0 15px 0;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.53;
    letter-spacing: 0.36px;
    color: rgb(17, 32, 62);
}
.Testimonials .arrow-col {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 25px;
}
.Testimonials .arrow-col .arrow-next, .Testimonials .arrow-col .arrow-prev {
    height: 40px;
    width: 40px;
    margin-right: 24px;
    background-size: contain;
    cursor: pointer;
}
.Testimonials .arrow-col .arrow-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='41' fill='none' viewBox='0 0 41 41'%3E%3Ccircle cx='20.384' cy='20.615' r='19.1' stroke='%23002968' stroke-width='1.8' transform='rotate(-180 20.384 20.615)'/%3E%3Cpath stroke='%23002968' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M22.664 25.259l-4.727-4.728 4.727-4.727'/%3E%3C/svg%3E");
}
.Testimonials .arrow-col .arrow-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='41' fill='none' viewBox='0 0 41 41'%3E%3Ccircle cx='20.384' cy='20.615' r='19.1' stroke='%23002968' stroke-width='1.8'/%3E%3Cpath stroke='%23002968' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M18.105 15.972l4.727 4.727-4.727 4.728'/%3E%3C/svg%3E");
}
.Testimonials .swiper-slide {
    border-radius: 20px;
    -webkit-box-shadow: 0 0 1px 0 rgb(0 0 0 / 4%), 0 2px 6px 0 rgb(0 0 0 / 4%), 0 5px 5px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 0 1px 0 rgb(0 0 0 / 4%), 0 2px 6px 0 rgb(0 0 0 / 4%), 0 5px 5px 0 rgb(0 0 0 / 6%);
    border: solid 1px #ededed;
    background-color: var(--white);
    height: 380px;
    overflow-y: auto;
}
.Testimonials .swiper-slide .testimonial-item {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    height: 100%;
}
.Testimonials .swiper-slide .testimonial-item .testimonial-content::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21.928' height='21.8' viewBox='0 0 31.928 31.8'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath id='Path_201' data-name='Path 201' d='M0,0H31.928V31.8H0Z' transform='translate(0.181 0.93)' fill='%230940ab'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='quote-1' transform='translate(-0.181 -0.93)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_200' data-name='Path 200' d='M11.233,15.608h-4.3a1.83,1.83,0,0,1-1.842-1.835v-.611A4.709,4.709,0,0,1,6.532,9.7,4.744,4.744,0,0,1,10.005,8.27h1.228a1.245,1.245,0,0,0,1.228-1.224V4.6a1.243,1.243,0,0,0-1.228-1.223H10.005A9.605,9.605,0,0,0,6.2,4.151,9.708,9.708,0,0,0,.959,9.368,9.486,9.486,0,0,0,.18,13.162V26.615a3.534,3.534,0,0,0,1.074,2.6,3.564,3.564,0,0,0,2.61,1.07h7.368a3.66,3.66,0,0,0,3.684-3.67V19.277a3.662,3.662,0,0,0-3.685-3.67Zm19.8,1.07a3.561,3.561,0,0,0-2.61-1.07h-4.3a1.83,1.83,0,0,1-1.842-1.835v-.611A4.9,4.9,0,0,1,27.2,8.27h1.227a1.245,1.245,0,0,0,1.229-1.224V4.6a1.243,1.243,0,0,0-1.229-1.223H27.2a9.61,9.61,0,0,0-3.81.774,9.716,9.716,0,0,0-5.237,5.217,9.5,9.5,0,0,0-.778,3.794V26.615a3.662,3.662,0,0,0,3.685,3.67h7.367a3.66,3.66,0,0,0,3.684-3.67V19.277a3.536,3.536,0,0,0-1.074-2.6Z' fill='%230940ab'/%3E%3C/g%3E%3C/svg%3E");
    width: 28px;
    height: 28px;
    display: inline-block;
}
.Testimonials .swiper-slide .testimonial-item .testimonial-content p {
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    line-height: 34px;
}
.Testimonials .swiper-slide .testimonial-item .testimonial-client {
    position: relative;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.Testimonials .swiper-slide .testimonial-item .testimonial-client:before {
    width: 130px;
    height: 2px;
    margin: 15px 15px 15px 0;
    background-color: var(--brightblue);
    content: "";
    display: block;
    position: absolute;
    top: 0;
}
.Testimonials .swiper-slide .testimonial-item .testimonial-avatar {
    width: 100px;
    height: 100px;
    margin-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    display: none;
}
.Testimonials .swiper-slide .testimonial-item .testimonial-avatar img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
}
.Testimonials .swiper-slide .testimonial-item .testimonial-client .client-name {
    font-size: 18px;
    font-weight: 600;
}
.Testimonials .swiper-slide .testimonial-item .testimonial-client .client-position {
    font-size: 14px;
    font-weight: 500;
}

/* FAQ */
.terms-section {
    background-color: #f1f1f1;
    padding: 5em 0;
}
.term-box{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.term-box p{
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 25px;
}
span.ques{
    display: block;
    margin-bottom: 3px;
}
.fw-500{
    font-weight: 500;
}
.dev-support-num{
    margin-top: 3em;
    text-align: center;
    border-top: 1px solid #ddd;
    padding-top: 2em;
}
h4.support-title{
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px;
}
ul.support-number{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.support-number li{
    display: inline-block;
    margin: 0 5px;
}
.support-number li a{
    font-size: 16px;
    font-weight: 500;
    color: #727272;
    text-decoration: none;
}
.support-number li a:hover {
    color: #3d82ab;
}
.support-number li{
    display: inline-block;
    margin: 0 5px;
}
.country-flag img{
    width: auto;
    height: 18px;
    margin-right: 5px;
    border: 1px solid #949494;
    border-radius: 2px;
}
span.saprate-dot{
    width: 7px;
    height: 7px;
    background-color: #727272;
    display: inline-block;
    border-radius: 50%;
    margin: 0 10px;
}
.support-number li a span.fa-envelope{
    margin-right: 10px;
    font-size: 17px;
    color: #3d82ab;
}
#main {
    margin: 50px 0;
}

#main #faq .card {
    margin-bottom: 30px;
    border: 0;
}

#main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #102a6e;
    padding: 20px;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
    background: #102a6e;
    color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#main #faq .card .collapsing {
    background: #fff;
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    background: #fff;
    line-height: 30px;
    color: #08325b;
}

/* footer */
.site-footer {
    background-color: #102a6e;
    text-align: center;
    color: #FFF;
    padding: 30px;
}
.site-footer p, .site-footer a {
    color: #FFF !important;
}

.w-90{
    width: 90%;
}

/* viewmore */
.view{
    display: none;
}
#viewmore,
#viewless{
    color: #064CDB;
    cursor: pointer;
}
#viewmore:hover,
#viewless:hover{
    text-decoration: underline;
}
#viewless{
    display: none;
}

.navbar-btn > a {
    text-transform: capitalize;
    font-weight: 500;
    color: #1c48de;
    border-radius: 25px;
    border: 1.5px solid #1c48de;
    padding: 0.5rem 1.5rem;
    text-decoration: none !important;
    transition: ease-out .5s;
}
.navbar-btn > a:hover{
    color: #fff;
    background: #1c48de;
    border: 1.5px solid #1c48de;
}
@media(max-width: 426px){
    .navbar-btn{
        margin-top: 30px;
    }
}