body{
    font-family: "Poppins", sans-serif;;
}


p{
    font-family: "Manrope", sans-serif;
}
a{
    font-family: "Manrope", sans-serif;
}
.sec-1-form input {
    display: block;
    width: 100%;
}

.check-sec input {
    width: 17px;
}

    section.sec-3.test {
        display: none;
    }

a.blue.dasd {
    display: none;
}
section.sec-1 {
    background: url(../images/sec1-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 154px 0px 60px;
    background-attachment: fixed;
}

.sec-1-con h4 {
    background: -webkit-linear-gradient(58deg, #3d5cd5 0%, #3082e0 53%, #25a3e9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 11px;
}
.sec-1-con h2 {
    color: white;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 17px;
}

.sec-1-con p {
    color: #dededd;
    font-size: 15px;
    font-weight: 500;
}

.sec-1-con ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 18px;
    margin: 22px 0px;
}

.sec-1-con ul li {
    flex: 0 0 41%;
    /* list-style: none; */
}

.sec-1-con ul li::marker {
    color: #dededd;
}

.blue {
    background: -webkit-linear-gradient(58deg, #3d5cd5 0%, #3082e0 53%, #25a3e9 100%);
    color: white;
    padding: 17px 17px;
    border-radius: 9px;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid transparent;
    transition: 0.7s ease;
}

a:hover {
    color: white;
    text-decoration: none;
}

.trans {
    color: white;
    text-decoration: none;
    border: 2px solid white;
    padding: 15px 17px;
    border-radius: 10px;
    transition: 0.7s ease;
    background: transparent;
}

.trans:hover {
    background: -webkit-linear-gradient(58deg, #3d5cd5 0%, #3082e0 53%, #25a3e9 100%);
    color: white!important;
}

.blue:hover {
    background: transparent;
    border: 2px solid white;
}

.sec-1-but {
    display: flex;
    gap: 20px;
}

.sec-1-form {
    border: 3px solid white;
    padding: 46px 20px 20px;
    border-radius: 10px;
    text-align: center;
    background: #0703018a;
    position: relative;
}

.sec-1-form h3 {
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.sec-1-form h4 {
    color: #24a4e9;
    font-size: 30px;
    font-weight: 700;
}

.sec-1-form p {
    color: #dededd;
    font-size: 17px;
    font-weight: 600;
}

.check-sec {
    text-align: start;
    display: flex;
    gap: 18px;
}
.sec-1-form ::placeholder {
  color: #ffffff;
  opacity: 1; /* Firefox */
}

.sec-1-form ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ffffff;
}
.sec-1-form input {
    background: transparent;
    border: 1px solid white;
    margin: 12px 0px;
    padding: 9px 10px;
    color: white;
    border-radius: 6px;
}

.sec-1-form select {
    background: transparent;
    border: 1px solid white;
    margin: 12px 0px;
    padding: 9px 10px;
    color: white;
}

.sec-1-form option {
    background: #289ae7;
    color: white;
}

sec-1-form h2 {
    font-size: 24px;
    color: white;
}

.check-sec .form-check {
    display: flex;
    align-items: center;
    gap: 8px;
}

.check-sec label {
    color: white;
}

.sec-1-form textarea {
    background: transparent;
    margin-bottom: 10px;
    color: white;
    /* border-color: white; */
}

.form-control:focus {
    background: transparent;
    /* border: none; */
    outline: none;
    box-shadow: none;
    border-color: white;
    color: white;
}
.custom-heading {
    text-align: center;
    margin: 2rem 0rem;
}

.custom-heading h4 {
    background: -webkit-linear-gradient(58deg, #3d5cd5 0%, #3082e0 53%, #25a3e9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.custom-heading h2 {
    font-size: 37px;
    font-weight: 700;
    color: black;
}

.custom-heading p {
    width: 66%;
    font-size: 16px;
    margin: 0px auto 17px;
    font-weight: 500;
}

.sec-2-img {
    text-align: center;
}

section.sec-3 {background: -webkit-linear-gradient(58deg, #3d5cd5 0%, #24a5e9 76%, #24a5e9 100%);padding: 2rem 0rem 5rem;}

section.sec-3 {}

section.sec-3 .custom-heading h4 {
    color: white!important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;
}

section.sec-3 .custom-heading h2 {
    color: white;
}

section.sec-3 .custom-heading p {
    color: white;
}

.sec-3-pare {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.sec-3-pare {}

.sec-3-main {
    flex: 0 0 47%;
    display: flex;
    width: 100%;
    align-items: center;
    background: #71a1e7;
    padding: 15px 10px;
    border-radius: 10px;
    transition: 0.7s ease;
}

.sec-3-img {
    width: 63%;
}

.sec-3-con h3 {color: white;font-size: 18px;font-weight: 600;transition: 0.7s ease;}

.sec-3-con p {
    color: white;
    font-size: 15px;
    font-weight: 400;
    transition: 0.7s ease;
}

.sec-3-main:hover {
    background: white;
}

.sec-3-main:hover .sec-3-con h3 {
    color: black;
}

.sec-3-main:hover .sec-3-con p {
    color: black;
}

section.sec-4 {
    background: url(../images/sec-4bg.png);
    display: flex;
    align-items: center;
    padding: 4rem 0rem 0rem;
}

.sec-4-con h2 {
    background: -webkit-linear-gradient(58deg, #3d5cd5 0%, #3082e0 53%, #25a3e9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec-4-con p {
    margin-bottom: 28px;
}

.sec-4-con .trans {
    color: black;
    border-color: black;
}

section.sec-4 .sec-3-img {
    width: 100%;
}

.sec-5-pare {
    background: #eff4f9;
    border-radius: 10px;
    padding: 34px 10px;
    position: relative;
    z-index: 1;
    transition: 0.7s ease;
    overflow: hidden;
    height: 197px;
}

.sec-5-img {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 15px;
}

.sec-5-img img {
    width: 43px;
}

.sec-5-img h3 {
    font-size: 15px;
    font-weight: 500;
    color: black;
    margin-bottom: 0px;
    transition: 0.7s ease;
}

.sec-5-pare p {
    color: black;
    font-size: 14px;
    font-weight: 600;
    transition: 0.7s ease;
}

.sec-5-pare span {
    font-size: 139px;
    font-weight: 700;
    color: white;
    position: absolute;
    bottom: -53px;
    right: 0px;
    z-index: -1;
    transition: 0.7s ease;
}

.sec-5-pare:hover {
    background: -webkit-linear-gradient(58deg, #3d5cd5 0%, #3082e0 53%, #25a3e9 100%);
}

.sec-5-pare:hover h3 {
    color: white;
}

.sec-5-pare:hover p {
    color: white;
}

.sec-5-pare:hover span {
    color: #00000061;
}

section.sec-6 {
    background: -webkit-linear-gradient(58deg, #3d5cd5 0%, #3082e0 53%, #25a3e9 100%);
    text-align: center;
    justify-content: center;
    display: flex;
    padding: 2rem 0rem;
}

section.sec-6 .sec-1-but {
    justify-content: center;
}

section.sec-6 .sec-1-but .blue {
    background: white;
    color: black;
}

section.sec-6 .custom-heading h2 {
    color: white;
}

section.sec-6 .custom-heading p {
    color: white;
}

section.sec-5 {
    padding-bottom: 3rem;
    padding-top: 1rem;
}
.testimon {padding-right: 14px !important;transition: all 0.4s ease;text-align: start;padding: 30px 13px 20px;margin: 35px 13px 51px;transition: all 0.4s ease;border-width: 1px;background-color: rgb(255, 255, 255);box-shadow: 0.924px 9.563px 35px 0px rgb(64 64 64 / 16%);border-radius: 10px;}

.testimon p {
    color: black;
    font-size: 18px;
    font-weight: 600;
}

.testimon h3 {
    font-size: 20px;
    background: -webkit-linear-gradient(58deg, #3d5cd5 0%, #3082e0 53%, #25a3e9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimon h3 span {
    display: block;
    color: black;
    -webkit-text-fill-color: black;
}

.testimon:hover {background: -webkit-linear-gradient(58deg, #3d5cd5 0%, #3082e0 53%, #25a3e9 100%);}

.testimon:hover p {
    color: white;
}

.testimon:hover h3 {
    color: white;
    -webkit-text-fill-color: white;
}

.testimon:hover h3 span {
    color: white;
    -webkit-text-fill-color: white;
}
section.faq-sec {
    background: url(../images/faq-bg.png);
    padding: 3rem 0rem 5rem;
}

section.faq-sec .custom-heading h2 {
    color: white;
}

section.faq-sec .custom-heading p {
    color: white;
}
button.accordion-button {
}

.accordion-item {
    margin-bottom: 20px;
}

button.accordion-button {
    background: transparent!important;
    color: white;
}

button.accordion-button {
    color: white !important;
}

button.accordion-button.collapsed {
    background: transparent !important;
}

.accordion-item {
    background: transparent;
    border: 2px solid white;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px!important;
}

.accordion-header {border-top: 2px solid white;}

.accordion-body p {
    color: white;
    font-size: 17px;
    font-weight: 500;
    border-top: 2px solid white;
    margin-bottom: 0px;
    padding: 10px 0px;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.accordion-button:focus {
    z-index: 3;
    border-color: white;
    /* outline: 0; */
    box-shadow: 0 0 0 .25rem rgb(255 255 255 / 25%);
    border: none!important;
    outline: none;
}

.checking-mian {
    display: flex;
    background: -webkit-linear-gradient(58deg, #3d5cd5 0%, #3082e0 53%, #25a3e9 100%);
    gap: 18px;
    padding: 17px 3px;
    justify-content: center;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 17px;
}

.check-li {
    display: flex;
    gap: 6px;
    /* width: 100%; */
}

.check-li img {
    width: 19px;
    height: 20px;
}

.check-li p {
    color: white;
    margin-bottom: 0px;
    font-size: 17px;
}

section.sec-8 {
    background: #ebf1f8;
    padding: 1rem 0rem 4rem;
}

.sec-8-form .form-group {
    margin-top: 24px;
}

.sec-8-form label {
    font-size: 18px;
    font-weight: 500;
    /* color: aqua; */
}

.sec-8-form input {
    background: transparent;
    border: 1px solid #b4b4b4;
    margin-top: 7px;
    padding: 8px 10px;
}

.sec-8-form .form-control:focus {
    border-color: white;
    background: white;
    color: black;
    box-shadow: 0px 17px 45px -3px #a0abb7;
}

.sec-8-form textarea {
    margin-bottom: 22px;
    background: transparent;
    margin-top: 10px;
    border: 1px solid #b4b4b4;
}

footer {
    background: #000101;
    padding: 30px 0px;
}

.footer-con {
    display: block;
    justify-content: space-between;
    text-align: center;
}

.footer-con p {
    margin-bottom: 0px;
    color: white;
    font-size: 15px;
    font-weight: 600;
}

.footer-con a {
    text-decoration: none;
    color: white;
}

.footer121 {
    display: flex;
    gap: 13px;
    justify-content: center;
}

.footer121 a {
    font-weight: 600;
}
header {
    position: absolute;
    width: 100%;
    justify-content: center;
    padding: 0px 0px;
    background: #0000007d;
}

header .header-but a {
    color: white;
    text-decoration: none;
    color: white;
    font-size: 19px;
    font-weight: 500;
}

header .header-but {
    gap: 13px;
    display: flex;
    align-items: center;
}
.sec-1-form h2 {
    font-size: 22px;
    text-align: start;
    color: white;
    font-weight: 500;
}
.sec-1-form img {
    position: absolute;
    top: -19px;
    left: 5px;
    display: none;
}
a.navbar-brand img {
    width: 145px;
}
.footer121 strong {
    color: white;
}
section.sec-4 .blue:hover {
    color: #3082e0;
    border-color: #2e88e2;
}

.sec-8-form .blue:hover {
    color: #2b90e4;
    border-color: #3968d8;
}
.loader img {
    position: unset;
    width: 50px;
    display: block !important;
}


.popupform1 {
    /* max-width: 980px; */
    /* padding: 0; */
    /* overflow: visible; */
    /* position: relative; */
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999990;
    align-items: center;
    background-color: rgba(0,0,0,.62);
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    top: 0;
    left: 0;
}

.custom-pop1 {
    position: relative;
    width: 426px;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
    height: auto;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background: -webkit-linear-gradient(58deg, #3d5cd5 0%, #24a5e9 76%, #24a5e9 100%);
    z-index: 111111111;
}

.custom-pop1 {
    padding: 30px 42px;
}

a#entry-box_close {
    background-color: #2567ac;
    width: 36px;
    height: 36px;
    display: block;
    line-height: 59px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    right: 12px;
    font-size: 22px;
    top: 6px;
    z-index: 999;
    border-radius: 33px;
}

.pop-txt1 {
    left: -44px;
    /* padding: 0; */
}

.popup-content1 h2 {
    font-family: 'Poppins';
    font-size: 24px;
    padding: 0;
    color: white;
    padding-left: 0;
    font-weight: 600;
    margin: 0 0 1px;
}

.popup-content1 p {
    /* max-width: 86%; */
    margin: 0 0 10px;
    color: #313131;
    font-weight: 500;
    /* padding-left: 14px; */
    font-size: 14px;
}

.popup-content1 [class*='col-'] input {
    color: #313131;
    font-weight: 400;
    font-size: 13px;
    height: 40px;
    margin-bottom: 12px;
    border-radius: 0;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.popup-content1 [class*='col-'] textarea {
    color: #313131;
    font-weight: 400;
    font-size: 13px;
    height: 90px;
    border-radius: 8px;
    resize: none;
    margin-bottom: 8px;
}
.popup-content1 [class*='col-'] {
    padding: 0 7px;
    /* margin-bottom: 10px; */
}
.popup-content1 p.form_tagline {
    max-width: 100%;
    font-size: 11px;
    margin: 0;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.popup-content1 p {
    /* max-width: 86%; */
    margin: 0 0 10px;
    color: white;
    font-weight: 500;
    /* padding-left: 14px; */
    font-size: 14px;
}
.popup-content1 p.form_tagline input {
    vertical-align: middle;
    height: auto;
    position: absolute;
    left: 0;
    top: 4px;
}

.popup-content1 [class*='col-'] input {
    color: #313131;
    font-weight: 400;
    font-size: 13px;
    height: 40px;
    margin-bottom: 12px;
    border-radius: 7px;
}
.btn-yellow {
    background: linear-gradient(90deg, rgba(37,150,209,1) 0%, rgb(36 126 191) 35%, rgb(37 91 163) 100%);
    color: white;
}
.custom-pop1 .btn-yellow {
    padding: 10px 40px;
    font-size: 14px;
}
.btn {
    border-radius: 0;
    padding: 14px 30px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    border: 2px solid;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-yellow:before {
    /* content: ''; */
    background: transparent;
    height: 77%;
    width: 95%;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid white;
    left: 0;
    bottom: 0;
    margin: auto;
}
.btn-yellow:after {
    background: #247abc;
}
.btn:after {
    /* content: ''; */
    background: linear-gradient(90deg, rgba(37,150,209,1) 0%, rgb(36 126 191) 35%, rgb(37 91 163) 100%);
    height: 14px;
    width: 14px;
    position: absolute;
    right: 0;
    top: 0;
}
.custom-pop1::after {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0px; */
    /* height: 496px; */
    /* width: 336px; */
    /* background: url(../images/pop-img.png) no-repeat 0 0 / 100%; */
    /* filter: drop-shadow(0px 2px 37px white); */
}

/*pop-img.png*/



.signaa {
    position: fixed;
    display: none;
    bottom: 0px;
}