body {
    font-family: Poppins;
}
a {
    text-decoration: none;
}
:root {
    --blue-color: linear-gradient(75deg, #007ba8, #00a2ce);
}



header {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
}
header {
    background: white;
}
li.nav-item {
    /* display: flex; */
}
a.navbar-brand img {
    width: 190px;
}
ul.navbar-nav li a {
    /* color: white; */
    font-size: 14px;
    font-weight: 500;
}

ul.navbar-nav li span {
    /* color: white; */
    /* display: flex; */
    /* align-items: center; */
    /* margin-left: 7px; */
    /* margin-right: -20px; */
}
a.btn.btn-custom {
    color: white;
    background: var(--blue-color);
    font-size: 16px;
    padding: 12px 25px;
    border-radius: 0px;
    font-weight: 600;
}

ul.navbar-nav {
    /* display: flex; */
    /* align-items: center; */
    /* gap: 25px; */
}


.main-sec:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(175deg, #007ba8,transparent,transparent, #007ba8);
    z-index: 999;
    height: 100%;
    width: 100%;
}

.main-heading {
    position: relative;
    z-index: 9999;
}

.main-sec form.form_submission {
    position: relative;
    z-index: 999;
}



.main-sec {
    /* background-image: url('../images/first-sec-bg.jpg'); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    padding-top: 11rem;
    padding-bottom: 4rem;
}
.main-heading h1 {
    color: black;
    font-size: 43px;
    font-weight: 700;
    text-transform: uppercase;
}

p.para-1 {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}
a.btn.btn-custom.transparent {
    background: var(--blue-color);
    border: 2px solid;
    padding: 12px 40px;
}

.main-btn {
    display: flex;
    gap: 20px;
    margin-top: 25px;
}
.main-form {
    background-image: url('../images/form-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 78%;
    margin: auto;
    padding: 40px 20px 70px 20px;
    border-radius: 10px;
}
.main-form h3 {
    color: white;
    font-size: 25px;
    font-weight: 700;
}

.main-form input {
    display: block;
    width: 100%;
    padding: 8px 10px;
    border-radius: 5px;
    border: none;
    margin-bottom: 13px;
}

.main-form input::placeholder {
    font-size: 15px;
    color: black;
    font-weight: 400;
}
.main-form select {
    display: block;
    width: 100%;
    padding: 8px 10px;
    border-radius: 5px;
    border: none;
    margin-bottom: 13px;
}
.main-form button {
    border: none;
    background-color: white;
    font-size: 15px;
    padding: 8px 20px;
    border-radius: 4px;
    color: #009fcb;
    font-weight: 500;
    margin-top: 10px;
}




.logo-sec {
    background: var(--blue-color);
    padding: 30px 0px;
}





.expert-sec {
    padding: 50px 0px;
}

h2.side-heading {
    color: black;
    font-size: 39px;
    font-weight: 700;
    line-height: 44px;
}

p.para-2 {
    color: #0089b5;
    font-weight: 400;
    font-size: 13px;
    width: 92%;
}

p.para-2.black {
    color: black;
}

.expert .btn.btn-custom {
    font-size: 16px;
    border-radius: 0px;
    padding: 13px 26px;
    border: none;
}

.expert {
    margin-top: 60px;
}




.choose-sec {
    background-image: url('../images/choose-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    padding: 70px 0px 90px 0px;
}
.choose {
    text-align: center;
}

h2.side-heading.white {
    color: white;
}

p.para-2.white {
    color: white;
}
.process {
    background-color: white;
    padding: 20px 0px 0;
    border-radius: 10px;
    margin-top: 0px;
    height: 230px;
    margin: 1rem 0;
}

.process img {
    width: 20%;
    height: 34%;
    object-fit: contain;
}

.process h4 {
    color: black;
    font-size: 18px;
    font-weight: 600;
    padding-top: 20px;
}

p.para-1.black {
    color: #686868;
    font-weight: 400;
}





.cover-sec {
    padding: 50px 0px;
    position: relative;
    z-index: 0;
}
h2.side-heading.blue {
    color: #0080ad;
}

.cover {
    text-align: center;
}

/*.cover-sec::before{*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: 174px;*/
/*    right: 34px;*/
/*    background-image: url('/book-cover-assets/images/round.png');*/
/*    z-index: -1;*/
/*    background-repeat: no-repeat;*/
/*    width: 300px;*/
/*    height: 300px;*/
/*    background-size: contain;*/
/*}*/
.vision-section-img {
    position: relative;
    z-index: 0;
    width: 100%;
    margin-top: 40px;
}
.vision-section-img img{
    width: 100%;
    height: 360px;
    border-radius: 13px;
}

.vision-section-main {
    width: 100%;
}

.vision-section-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px 0px 25px;
}

.vision-section-text .para-bold {
    color: #0088b5;
    font-size: 22px;
    font-weight: 700;
    line-height: 35px;
    margin: 0;
    padding: 18px 0 0 0;
}

.vision-section-text .para-2 {
    color: #000000;
    font-size: 11px;
    line-height: 17px;
    font-weight: 500;
}

.Testimonials-text {
    padding: 20px;
}
.cover-sec p.para-2.black {
    width: 70%;
    margin: auto;
    font-weight: 500;
    padding-bottom: 20px;
}




.book-form{
    padding: 50px 0 50px 0;
    background-image: url('../images/contact-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
}
.book-form-text .main-heading-2{
    font-size: 53px;
    font-weight: 700;
    color: #008fbc;
    line-height: 50px;
}
.book-form-text .main-heading-4{
    font-size: 39px;
    color: white;
    font-weight: 600;
}
.book-form-text .para-1{
    font-size: 14px;
    color: white;
    padding-bottom: 10px;
}
.book-form-icon{
    border-top: 1px solid #404040;
    display: flex;
    gap: 30px;
    padding: 0;
}
.book-form-icon a i{
    padding-top: 20px;
    color: #008fbc;
    transition: 0.3s ease-in-out;
    font-size: 20px;
}
.book-form-icon i:hover{
    color: white;
}
.book-form-main-form{
    width: 95%;
    margin: auto;
}
.book-form-main-form input{
    padding: 20px 20px;
    border: none;
    border-radius: 0px !important;
    margin-bottom: 15px;
    background-color: #e1e1e1;
    font-size: 15px;
}
.book-form-main-form input::placeholder{
    color: #000;
    font-size: 18px;
}
.book-form-main-form input::placeholder {
    font-size: 16px;
}

.book-form-main-form textarea::placeholder {
    font-size: 16px;
}
.book-form-main-form textarea{
    height: 200px !important;
    resize: none;
    padding: 26px 26px;
    border: none;
    font-size: 18px;
    border-radius: 0px !important;
    background-color: #e1e1e1;
}
.book-form-main-form textarea::placeholder{
    color: #000;
    font-size: 18px;
}


.illustrate-sec {
    padding: 50px 0px;
}
.illustration {
    text-align: center;
}
.illustrate-sec p.para-2.black {
    width: 70%;
    margin: auto;
    font-weight: 500;
    padding-bottom: 20px;
}
.book-top {
    margin-top: 30px;
}




.design-sec {
    padding: 50px 0px;
    background-image: url('../images/design-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding: 50px 0px;
}
span.d-block.white {
    color: white;
}



.process-sec {
    padding: 50px 0px;
    height: 1260px;
}
.process {
    text-align: center;
}
.process-sec p.para-2.black {
    width: 70%;
    margin: auto;
    font-weight: 500;
    padding-bottom: 20px;
}

.steps-background {
    padding-bottom: 0px;
    background-image: url('../images/process-img.png');
    background-position: -60px 50px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 980px;
  }
  
  .h-extra {
    color: #4e4e4e;
    font-weight: bold;
    font-size: 40px;
  }
  
  .our-steps {
    width: 80%;
  }
  
  .our-steps h6 {
    font-size: large;
    font-weight: 700;
    color: #4e4e4e;
    font-size: 26px;
  }
  
  .our-steps p {
    font-size: 15px;
    color: #222;
    line-height: 19px;
  }
  
  .step-1 {
    padding-left: 170px;
    padding-top: 60px;
  }
  
  .step-2 {
    padding-top: 40px;
    padding-left: 292px;
    width: 100%;
  }
  
  .step-3 {
    padding-top: 20px;
    padding-left: 317px;
    width: 100%;
  }
  
  .step-4 {
    padding-top: 10px;
    padding-left: 275px;
    width: 100%;
  }
  
  .step-5 {
    padding-top: 0px;
    padding-left: 148px;
    width: 78%;
  }
  



  .Testimonials{
    background-image: url('../images/client-bg.png');
    width: 100%;
    /* height: 750px; */
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
}
.Testimonials .owl-item.active.center{
    position: relative;
    z-index: 0;
}
.Testimonials .owl-item.active.center::before{
    position: absolute;
    content: "";
    width: 2px;
    height: 85%;
    background-color: silver;
    top: 30px;
    left: 0;
    z-index: -1;
}
.Testimonials .owl-item.active.center::after{
    position: absolute;
    content: "";
    width: 2px;
    height: 85%;
    background-color: silver;
    top: 30px;
    right: 0;
    z-index: -1;
}
.Testimonials .owl-carousel .owl-item .Testimonials-text img{
    height: 130px;
    width: 130px;
}
.Testimonials-text-img{
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.Testimonials-text .para-bold{
    color: #0088b5;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    margin: 0;
    padding: 18px 0 0 0;
}
.Testimonials-text .para-strong{
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 38px;
    margin: 0;
    padding-bottom: 25px;
}
.Testimonials-text .para-2{
    color:#ffffff;
    font-size: 16px;
    line-height: 24px;
}
.Testimonials-text {
    padding: 20px;
}
.Testimonials .para-3{
    font-size: 22px;
    color: #ffffff;
    margin: 0;
    padding: 30px 0 0 0;
}
.Testimonials .star-1{
    margin: 0  5px;
}
.Testimonials .star-1 i{
    background-color: #00b579;
    padding: 6px;
    font-size: 18px;
}
.Testimonials .star-2 i{
    color: #00b579;
    font-size: 18px;
}
.client {
    text-align: center;
}





.accordionStyle .card {
    background: transparent;
    border-radius: 0;
    margin-bottom: 1rem;
    border: 0px;
}

.accordionStyle .card .card-header {
    padding: 0;
    border-radius: 4px 4px 0 0;
    border: 0;
    background: transparent;
}

.accordionStyle .card .card-header button {
    transition: 0.5s ease;
    text-transform: capitalize;
    display: block;
    padding: 15px 0 15px 70px;
    font-size: 14px;
    font-weight: 600;
    color: white;
    width: 100%;
    text-align: left;
    position: relative;
    display: flex;
    line-height: 30px;
    border-radius: 0px;
    text-decoration: none;
    border: 1px solid #80897140;
    box-shadow: 0px 0px 14px 1px #0000002b;
    font-family: "Inter";
    font-size: 16px;
    background: var(--blue-color);
    /* background-image: -moz-linear-gradient(0deg, rgb(248, 182, 56) 0%, rgb(251, 176, 64) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(248, 182, 56) 0%, rgb(251, 176, 64) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(248, 182, 56) 0%, rgb(251, 176, 64) 100%); */
    border-radius: 12px;
    font-family: 'Manrope', sans-serif;
}

.accordionStyle .card .card-header button .fas {
    position: absolute;
    top: 0;
    left: 30px;
    color: white;
    font-size: 17px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordionStyle .card .card-body p {
    margin: 0;
    font-size: 13px;
    color: black;
    width: 100%;
    font-weight: 600;
    line-height: 27px;
    padding: 0px;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
}

.accordionStyle .card .card-header button[aria-expanded="true"] .fas:before {
    content: "\f068";
}

.accordionStyle .card .card-header button[aria-expanded="true"] span {
    color: #000000;
}

.accordionStyle .card .card-header button span {
    padding-right: 13px;
}

.contctmain .cntct-head h2 {
    font-size: 65px;
    margin: 0 0 40px;
}

.contctpg {
    padding: 90px 0;
}

.accordionStyle .card .card-header button[aria-expanded="true"] .fas:before {
    color: white;
}

.FaqSection {
    font-family: "Roboto", sans-serif;
}

.accordionStyle .card .card-header button:hover {
    color: #000;
}

.FaqSection {
    padding-top: 90px;
    padding-bottom: 100px;
}

.accordionStyle .card .card-header button:hover {
    color: #000;
}

.FaqSInner h6 {
    font-size: 2.6rem;

    text-align: center;

    color: #000;
}

.FaqSInner h3 {
    color: #322c2d;
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 2rem;
}

.accordionStyle .card .card-header button:focus {
   background: var(--blue-color);
    color: black;
}

.card-body {
    border: 1px solid blue;
    border-radius: 12px;
    margin-top: 1rem;
}

.FaqSInner.support span {
    font-size: 50px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 0.5;
    margin-bottom: 4rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-footer {
    background: black;
}

.bottom-footer p {
    margin: 0;
    text-align: center;
    padding: 1.5rem 0;
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.875;
}

footer.MainFooter .container {
    max-width: 1160px;
}

.Quicklinkheading .para {
    color: var(--color-black);
    transition: 0.5s ease;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.section-13 {
    padding-bottom: 6rem;
    padding-top: 1rem;
}






/* footer css start */
footer {
    background-color: #08080a;
    padding-bottom: 20px;
    padding-top: 50px;
}

.detail img {
    width: 120px;
    margin-bottom: 20px;
    margin-left: 25px;
}

.detail p span {
    display: block;
}

.detail p {
    color: #a6a9ac;
    font-size: 10px;
    margin-left: 25px;
}

.service h5 {
    color: #55919d;
    font-size: 17px;
    padding-bottom: 20px;
    font-weight: 400;
}

.service ul li a {
    font-size: 13px;
    color: #a6a9ac;
    font-weight: 400;
    text-decoration: none;
}

.service ul li {
    padding-bottom: 4px;
}

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

.service h6 {
    color: #a6a9ac;
}

.service input {
    font-size: 10px;
    width: 60%;
    padding: 15px 15px 15px 20px;
    background-color: #03030a;
    border: 1px solid #55919d;
}

.service button {
    border: none;
    background-color: #55919d;
    font-size: 13px;
    color: white;
    border-radius: 30px;
    padding: 13px 40px;
    margin-left: 10px;
    cursor: pointer;
}

.media {
    display: flex;
    gap: 13px;
    padding-top: 20px;
}

.media a {
    color: white;
    font-size: 18px;
    background-color: #55919d;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    text-decoration: none;
}

.hr {
    border: 1px solid;
    width: 95%;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 30px;
}

.copyright h6 {
    color: #a6a9ac;
    margin-left: 25px;
    font-weight: 600;
}

.contact {
    display: flex;
    gap: 10px;
    align-items: center;
}

.contact i {
    color: #55919d;
}

.contact h6 {
    color: #a6a9ac;
    font-size: 14px;
    font-weight: 600;
}

.contact h6 span {
    display: block;
}

.contact a {
    color: #a6a9ac;
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
}

.contact.for-align {
    align-items: start;
}

/* footer css end */


















/**/
ul#pills-tab li a {
    font-size: 15px !important;
    border-radius: 8px !important;
    padding: 13px 26px !important;
    border: none;
    margin: 20px 10px 0px 0px;
    color: white;
    background: var(--blue-color);
    border-radius: 30px !important;
    font-weight: 500;
}

ul#pills-tab {
    justify-content: center;
}

.sec-1-img img {
    height: 430px;
    /* width: 100%; */
}

.sec-1-img {
    position: relative;
    z-index: 9999;
    text-align: center;
}

.process.sec-pros {
    height: 100px !important;
}

.book-top img {
    width: 100%;
    height: 330px;
}
.footer-cosmos img{
    width: 190px;
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6644%) hue-rotate(1deg) brightness(120%) contrast(103%); */
}
/**/

.cta-phn-mobile{background:#000;text-align:center;color:#fff!important;padding:5px;position:fixed;bottom:0!important;z-index:999;width:100%;display:none}.cta-phn-mobile a{color:#fff!important;text-decoration:none}@media (max-width:767px) and (min-width:320px){.cta-phn-mobile{display:block!important}body{overflow-x:hidden}footer {padding-bottom: 50px !important;}}