/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


body{
  /* font-family: "Inter", sans-serif !important;*/
  font-family: Open Sans, Helvetica, sans-serif; 
}



::selection {
  background: rgb(254 190 16);
  color: #3a7c92;
  text-shadow: none;
}



::-webkit-scrollbar {
  width: 5px;
  background-color: rgb(254 190 16);
}



::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}



::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}



::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color:  rgb(254 190 16);
}



[class^="box-"] {
  display: none;
}



[class^="box-"].showfirst {
  display: block;
}



html {
  scroll-behavior: smooth;
}


marquee {
  background-image: linear-gradient(to right, #000000, #485163);
  color: #fff;
  padding: 10px 0 10px;
  margin: 0;
  font-size: 15px;
}



header {position: absolute;left: 0;right: 0;z-index: 2;top: 40px;padding: 30px 0 0;}

.logo {display: inline-block;width: 150px;}


header .banner-cta {
    display: flex;
    column-gap: 15px;
    align-items: center;
    justify-content: end;
    list-style: none;
    margin: 0;
}

.banner-cta {
    display: flex;
    column-gap: 15px;
    align-items: center;
    list-style: none;
    margin: 30px 0 0;
}

.btn_yellow {
    background-color: #FEBE10;
    padding: 12px 20px 12px;
    color: #0B1A30;
    transition-duration:.5s;
    font-size: 15px;
    border-radius: 5px;
}

.btn_yellow:hover {
    background-color: #3A7C92;
    color: #fff;
    
}


.btn_green {
    background-color: #3A7C92;
    padding: 12px 20px 12px;
    color: #fff;
    transition-duration:.5s;
    font-size: 15px;
    border-radius: 5px;
}

.btn_green:hover {
    background-color: #FEBE10;
    color: #0B1A30;
    
}

a {
    text-decoration: none;
}

section.main-banner {
    /* background: url(../images/hero-bg.png); */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 50px;
    margin: -10px 0 0;
    position: relative;
    background-color: #ede9fc;
}

.main-banner-head {
    text-align: center;
}

.main-banner-head h1 {
    font-size: 64px;
    font-weight: 600;
    text-align: center;
    color: #0B1A30;
    line-height: 70px;
}

.main-banner-head p {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #0B1A30;
}


.main-banner-head .banner-cta {
    justify-content: center;
}

.happy_client {
    margin: 40px 0 0;
}

.hero_img_1 {
    margin: 40px auto 0;
}


/*industry*/

.industry .slide-1 .slick-slide {
    height: 100px;
    align-items: center;
    display: grid !important;
    justify-content: center;
}

/*industry*/    

/*services_sec*/

.services_sec {
    padding: 80px 0 0px;
}

.services_sec h4 {
    font-size: 24px;
    font-weight: 500;
    color: #3A7C92;
}

.services_sec h3 {
    font-size: 21px;
    font-weight: 500;
    color: #0B1A30;
    font-weight: 600;
}


.services_sec h2 {
    font-size: 38px;
    font-weight: 700;
    color: #0B1A30;
}

.services_sec_boxes {
    margin-top: 50px;
    margin-bottom: 50px;
}

.ser-box .content {padding: 30px 20px 30px;border: 1px solid #D8D8D8;border-radius: 5px;margin: 0 0 30px;}

.ser_img_tex {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    column-gap: 20px;
}

p.creative-scrol-box {
    min-height: 80px;
    color: #4B5560;
    font-size: 14px;
}

/*services_sec*/


/* Cta Sec */
section.cta_sec {
    overflow: visible;
    padding: 30px 0 30px;
    background: url(../images/cta-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

section.cta_sec .row {
    align-items: center;
}

.cta_sec p {
    font-size: 20px;
    margin: 20px 0 40px;
    color: #4B5560;
}

.cta_box_img img {
    margin: 0 0 0px;
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
}

.cta_sec h2 {
    /* padding: 50px 0 0; */
    font-size: 48px;
    color: #0B1A30;
    font-weight: 700;
}



/* Cta Sec */
/*self_publis_sec*/
.self_publis_sec {
    overflow: visible;
    padding: 100px 0 100px;
    background: url(../images/self-publis-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.self_publis_sec {
    /* padding: 80px 0; */
}

.self_publis_sec h2 {
    font-size: 58px;
    font-weight: 600;
    color: #001B3A;
    line-height: 70px;
}

.self_publis_sec p {
    font-size: 16px;
    font-weight: 400;
    color: #4B5560;
    margin: 20px 0 30px;
}

.self_publis_sec ul{
    padding: 0 0 0;
    margin: -10px 0 25px;
}

.self_publis_sec ul li {
    font-size: 16px;
    font-weight: 500;
    color: #4B5560;
    list-style: none;
    margin: 0 0 10px;
}
/*self_publis_sec*/


/* section.portfolio */
section.portfolio {
    padding: 80px 0 70px;
}

section.portfolio h2 {
    font-size: 38px;
    font-weight: 700;
    color: #0B1A30;
    text-align: center;
}


section.portfolio h5 {
    font-size: 24px;
    font-weight: 500;
    color: #3A7C92;
    text-align: center;
    margin: 0 0 30px;
}

.portfolio a img {
    width: 100%;
}
/* section.portfolio */

/*section.lets_get*/



section.lets_get {
    background-image: url(../images/lets-get-bg.png);
    padding: 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

section.lets_get h2 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}


section.lets_get h2 span{
    color: #FEBE10;
}

.lets_get .btn_yellow {
    width: 100%;
    border: none;
    padding: 14px 0;
}

.lets_get form {
    padding: 30px 0 0;
}

.lets_get .input {
    width: 100%;
    font-size: 14px;
    padding: 14px 20px;
    margin-bottom: 0;
    border: none;
    border-radius: 5px;
}


.lets_get .input:focus {
    border-color: var(--yellow) !important;
}


.lets_get .input::placeholder {
    color: #888888;
    font-weight: 400;
    font-size: 14px;
}

/*section.lets_get*/


 .publishing-process{
    background:#fff;
    padding: 70px 0 70px;
  }

  .pp-kicker{
    font-size: 14px;
    letter-spacing:.12em;
    font-weight: 600;
    color: #3A7C92;
    margin-bottom:.75rem;
    text-transform:uppercase;
  }

  .pp-title{
    font-size: 38px;
    line-height:1.1;
    font-weight: 700;
    color: #0B1A30;
  }

  .pp-lead{
    max-width:420px;
    color:#2c3a4b;
    font-size:1.05rem;
    line-height:1.45;
  }

  .pp-btn{
    background:#f3b300;
    border:0;
    font-weight:700;
    border-radius:.35rem;
    white-space:nowrap;
  }
  .pp-btn:hover{ filter:brightness(.95); }

  /* Timeline */
  .pp-timeline{
    position:relative;
    padding-top:1.75rem; /* room for badges */
  }

  .pp-line{
    position:absolute;
    left:0;
    right:0;
    top:2.35rem; /* aligns through badge center */
    height:2px;
    background:#d8e0ea;
    z-index:0;
  }

  .pp-step{
    position:relative;
    z-index:1;
    padding-top:2.25rem; /* space below badge */
  }

  /* Hex/arrow badge */
  .pp-badge{
    position:absolute;
    top: -8px;
    left: -5px;
    width:58px;
    height:36px;
    background:#b8ccd9;
    clip-path:polygon(0 0, 84% 0, 100% 50%, 84% 100%, 0 100%, 10% 50%);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#0b1b3a;
    font-weight:800;
    font-size:.95rem;
  }

  .pp-step-title{
    margin-top: 20px;
    font-weight: 600;
    color: #0B1A30;
    font-size: 20px;
  }

  .pp-step-text{
    margin:0;
    color: #0B1A30;
    max-width:240px;
    font-size: 16px;
  }


 /* dashboard_sec  */
section.dashboard_sec {
    background-image: url(../images/cta-bg2.png);
    padding: 90px 0 90px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

section.dashboard_sec .row {
    justify-content: center;
    display: flex;
    text-align: center;
    width: 80%;
    margin: auto;
}

section.dashboard_sec h3 {
    font-size: 38px;
    font-weight: 700;
    color: #0B1A30;
}

section.dashboard_sec .banner-cta {
    justify-content:center;
}
/* dashboard_sec */


/*testimonials*/

.testimonials {
    padding: 80px 0 70px;
}
.testi_title {width:55%;margin: 0 0 50px;}

.testi_title h3 {
    font-size: 48px;
    color: #0B1A30;
    font-weight: 700;
}


.testi_title p {
    font-size: 16px;
    color: #4B5560;
    font-weight: 400;
}



.testimonials_slider  .item {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px 20px;
    margin: 0;
    /* min-height: 270px; */
}


.testimonials_slider .item i {
    color:#FEBE10
}

.testimonials_slider .item p {
    min-height: 130px;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0 10px;
}


.name_rating_wrap h6 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #0B1A30;
}

.name_rating_wrap h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #4B5560;
}

.testimonials_slider {
    position: relative;
}

.testimonials_slider .owl-nav {
    position: absolute;
    top: -130px;
    right: 0;
    display: flex;
    column-gap: 30px;
}

.testimonials_slider .custom-prev,
.testimonials_slider .custom-next {
  font-size: 38px;
  font-weight: bold;
  color: #1d1b4c;   /* left arrow color */
}

.testimonials_slider .custom-next { 
  color: #f59e0b;   /* right arrow color (orange) */
}

.testimonials_slider .owl-nav button {
  background: none !important;
  border: none !important;
}
/*testimonials*/


/*faqs*/

 .faq-section{
    background: #F9FAFB;
    padding: 80px 0 170px;
  }
  .faq-title{
    font-size: 48px;
    font-weight: 700;
    color: #0B1A30;
  }
  .faq-subtitle{
    margin: 0 auto;
    color: #4B5560;
    font-size: 16px;
    margin: 20px 0 30px;
    font-weight: 400;
  }

  .faq-accordion .accordion-item{
    border:1px solid #d9e2ef;
    border-radius:8px;
    overflow:hidden;
    background:#fff;
  }
  .faq-accordion .accordion-item + .accordion-item{
    margin-top:16px;
  }

  /* button styling */
  .faq-accordion .accordion-button{
    padding:22px 22px;
    font-weight:700;
    color:#0b1b3a;
    background:#fff;
    box-shadow:none;
  }
  .faq-accordion .accordion-button:focus{
    box-shadow:none;
  }

  /* Remove default caret icon */
  .faq-accordion .accordion-button::after{
    display:none;
  }

  /* Add + and - icon like screenshot */
  .faq-btn{
    position:relative;
  }
  .faq-btn::before{
    content:"+";
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    font-size:22px;
    font-weight:700;
    color:#0b1b3a;
    width:28px;
    height:28px;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .faq-btn:not(.collapsed)::before{
    content:"–";
  }

  .faq-accordion .accordion-body{
    color:#5b6b7b;
    padding:0 22px 22px 22px;
  }

/*faqs*/


/* .ebook-wrap-cta*/
 .ebook-wrap{
    /* border:2px solid #a58cff; */   /* light purple border like screenshot */
    border-radius:10px;
    overflow:hidden;
    background:#fff;
  }

  /* Left grid */
  .ebook-left{
    background: #f4bf4b;
  }
  .covers-grid{
    height:100%;
    display:grid;
    /* grid-template-columns: repeat(3, 1fr); */
    /* gap:8px; */
    /* padding:10px; */
  }
  .covers-grid img{
    width:100%;
    height: 100%;              /* adjust for your design */
    object-fit:cover;
    border-radius:4px;
  }

  /* Right panel */
  .ebook-right{
    background:#f4bf4b;        /* warm yellow */
    display:flex;
    align-items:center;
  }
  .ebook-form{
    width:100%;
    padding: 35px 50px;
  }
  .ebook-title {
        font-size: 38px;
        font-weight: 800;
        color: #0b1b3a;
        line-height: 1.15;
        margin: 0;
    }

  /* inputs */
  .ebook-input{
    border:2px solid rgba(11,27,58,.25);
    border-radius:4px;
    padding:14px 14px;
    font-size:0.95rem;
    background:#fff;
  }
  .ebook-input:focus{
    box-shadow:none;
    border-color:rgba(11,27,58,.45);
  }

  /* button */
  .ebook-btn{
    background:#2f7f95;       /* teal button */
    color:#fff;
    font-weight:700;
    border:0;
    border-radius:4px;
  }
  .ebook-btn:hover{
    filter:brightness(.95);
    color:#fff;
  }

section.ebook-cta {
    position: relative;
    top: -100px;
    margin: 0 0 -250px;
}
/* .ebook-wrap-cta*/



  .site-footer{
    /* soft gradient background like screenshot */
    background: radial-gradient(circle at 70% 30%, rgba(170,190,255,.35), transparent 55%),
                radial-gradient(circle at 20% 80%, rgba(255,210,140,.35), transparent 60%),
                linear-gradient(180deg, #f6f9ff 0%, #f2f7ff 100%);
    /* border:2px solid #a58cff; */ /* optional: purple outline like screenshot */
  }

  .footer-inner{
    /* max-width: 920px; */
  }

  .footer-logo img{
    height: 85px;
    width: auto;
    display:inline-block;
  }

  .footer-text{
    color:#667487;
    font-size: 0.98rem;
    line-height:1.55;
  }

  .footer-social .social-btn{
    width:32px;
    height:32px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
  }
  .social-btn.facebook{ background:#1877F2; }
  .social-btn.twitter{ background:#1DA1F2; }
  .social-btn.insta{background: #FF5C00;}
  .social-btn.youtube{ background:#FF0000; }

  .footer-bottom{
    padding-top: 8px;
  }

  .copyright{
    font-size: .7rem;
    letter-spacing:.14em;
    color:#7b8797;
    text-transform:uppercase;
  }

  .footer-links a{
    font-size: .7rem;
    letter-spacing:.14em;
    color:#7b8797;
    text-decoration:none;
    text-transform:uppercase;
  }
  .footer-links a:hover{
    text-decoration:underline;
  }
  .footer-links .sep{
    font-size:.7rem;
    color:#7b8797;
    letter-spacing:.14em;
  }

  footer.site-footer {
    padding: 200px 0 20px;
}



/*banner  */
section.main-banner .container {
    position: relative;
}
.banner_slid_img1 {
    position: absolute;
    top: 100px;
    bottom: auto;
    margin: 0px 0 0;
    width: 145px;
}

.banner_slid_img2 {
    position: absolute;
    top: auto;
    bottom: 190px;
    margin: 0px 0 0;
    left: 19%;
    width: 145px;
}

.banner_slid_img3 {
    position: absolute;
    top: auto;
    bottom: 190px;
    margin: 0px 0 0;
    right: 19%;
    width: 145px;
}

.banner_slid_img4 {
    position: absolute;
    bottom: auto;
    width: auto;
    top: 100px;
    width: 145px;
    right: 0;
}

.main-banner-head h1 small {
    font-size: 27px;
    line-height: 40px;
    display: table;
    margin: 10px auto 0px;
}


section.trems {
    padding: 200px 0 80px;
}


.thank_you_banner{
    height: 650px;
    padding: 255px 0 30px 0;
    /*background: url(../images/thank-you-banner.webp);*/
    background-repeat: no-repeat;
}