*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,body{
    width: 100%;
    height: 100%;
}

body{
    font-family: "Poppins", sans-serif;
}

:root{
    --mainblue: #08a0e9;
    --darkblue: #4a6f8a;
    --moredarkblue: #0f335e;
    --white: #fff;
}

h1,h2,h3,p{
    margin: 0;
}

h1{
    font-size: 52px;
    font-weight: 600;
    line-height: 1.2;
}

h2{
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--moredarkblue);
    text-align: center;
}

h3{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    color: #0f335e;
}

p{
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    color: var(--darkblue);
}

.navberSec div#navbarText {
    justify-content: space-between;
}

.navberSec div#navbarText ul.navbar-nav {
    flex: 1;
    justify-content: center;
}

.navberSec div#navbarText ul li a {
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    margin: 0 13px;
    color: var(--darkblue);
}

.navbarbtn {
    background: var(--mainblue);
    padding: 13px 25px 13px 24px;
    border-radius: 5px;
}

.navbarbtn a {
    text-decoration: none;
    color: Var(--white);
}

.navberSec {
    background: #fff;
}

.navberSec div#navbarText ul li {
    padding: 20px 0;
}

header.mainHeader {
    height: 90%;
    background-image: url('../images/banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

div#particles-js {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}


.headerrotateImage {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    align-items: center;
    opacity: 0.4;
    animation: rotate 60s linear infinite;
}


.mainHeaderText {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mainHeaderText h1, .mainHeaderText p {
    color: var(--white);
}

.mainHeaderText p {
    margin: 30px 0 35px;
}

.btns .btn1 a, .btns .btn2 a {
    text-decoration: none;
    color: Var(--white);
}

.btns .btn1, .btns .btn2 {
    padding: 13px 25px 13px 24px;
    background: #0f335e;
    border-radius: 5px;
}

.btns {
    display: flex;
    gap: 10px;
}

header.mainHeader .container, header.mainHeader .row {
    height: 100%;
}

.sec1img img {
    width: 40px;
    height: auto;
}

.sec1img {
    height: 80px;
    width: 80px;
    background: var(--mainblue);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 76px;
    margin: 0 auto;
}


.sec1Inner {
    margin-bottom: 30px;
    background: #ffffff;
    padding: 30px 40px;
    text-align: center;
    border-radius: 10px;
    transition: .5s ease-in-out;
}

.sec1Inner:hover{
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.08);
    margin-top: -5px;
}

section.sec1 h2 {
    text-align: center;
    max-width: 575px;
    text-transform: capitalize;
    margin-left: auto;
    margin-bottom: 60px;
    margin-right: auto;
}

section.sec1 {
    padding: 70px 0 100px;
}

.sec1text h3 {
    padding: 20px 0 10px;
}

section.sec1 .row {
    justify-content: center;
}

.sec2leftImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sect2rightlogo img {
    height: 48px;
    width: 48px;
}

.sect2rightlogo {
    height: 80px;
    min-width: 80px;
    background: #13c4a1;
    border-radius: 0px 50% 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sect2rightMain {
    display: flex;
    gap: 20px;
    padding: 0 0 30px;
}

section.sec2::before {
    content: '';
    background-image: url('../images/9.png');
    width: 90px;
    height: 90px;
    position: absolute;
    right: 10%;
    top: 30%;
    animation: rotate 20s linear infinite;
}

.sect2rightlogo1 {
    background: #13c4a1;
}

.sect2rightlogo2 {
    background: #6610f2;
}

.sect2rightlogo3 {
    background: #ff612f;
}

.sec2leftImg {
    width: 100%;
    height: 100%;
}

section.sec2{
    position: relative;
}

.sec2rightCOl {
    padding-right: 18%;
    padding-left: 2%;
}

.sect2rightMain:last-child {
    padding: 0 !important;
}

section.sec2 h2 {
    padding: 0 0 60px;
}

section.sec2 h3 {
    padding: 0 0 8px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
 
}

.sec3RowleftColImg, .sec3RowleftColImg img {
    width: 100%;
    height: 100%;
}

.sec3RowrigthCol {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.sec3 .sec3RowrigthCol span {
    background-color: #4792e3;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 600;
}

section.sec3 .sec3RowrigthCol h3 {
    padding-bottom: 8px;
}

.sec3Rows {
    margin-bottom: 50px;
    border-bottom: 1px solid #edf0f7;
    padding-bottom: 50px;
}

.sec3Rows:last-child {
    margin-bottom: 0;
    border-bottom: 0px solid #edf0f7;
    padding-bottom: 0;
}

section.sec3 h2 {
    padding: 0 0 60px;
}

section.sec2,
section.sec3 {
    padding: 100px 0;
}


.swiper {
    width: 700px;
    height: 400px;
  }

  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    height: 100%;
    background: var(--white);
    box-shadow: 0 0 8px 4px #b9b9b9;
    border-radius: 10px;
  }


  .testimonailImg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonailImg img {
    width: 150px;
    height: 150px;
    border-radius: 20px 50px;
    object-fit: cover;
    object-position: 100% 10%;
}

.testimonial {
    padding: 32px 25px 21px 0;
}

.testimonialText i {
    color: var(--mainblue);
    display: flex;
    justify-content: center;
    font-size: 40px;
}

.testimonialText p {
    padding: 30px 0 12px;
}

section.sec4 h2 {
    padding: 0 0 30px;
}

section.sec4 {
    padding: 50px 0 100px;
}

.sec5LeftCol div#accordionExample .accordion-item {border: transparent;margin: 16px 0 0 !important;background: #f5f5ff;border-radius: 0;}

.sec5LeftCol div#accordionExample .accordion-item .accordion-header {
    border: transparent;
}

.sec5LeftCol div#accordionExample .accordion-item .accordion-header button.accordion-button {
    border: transparent;
    background: transparent;
    padding: 12px 40px 10px 20px;
    color: #0f335e;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
}

.sec5LeftCol div#accordionExample .accordion-item .accordion-body {
    position: relative;
    padding: 15px 20px;
    font-size: 14px;
    border-top: 1px solid #0f335e;
    color: #4a6f8a;
}

.sec5LeftCol {
    max-width: 745px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

section.sec5 h2 {
    text-align: left;
}

.sec5Rightcol img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec5Rightcol {
    width: 100%;
    height: 100%;
}

.sec5LeftCol div#accordionExample .accordion-item .accordion-header button.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.sec5LeftCol h2 {
    padding: 0 0 15px;
}

section.sec6 {
    background: #f4f5fe;
}

section.sec6 .container {
    position: relative;
}

.sec6Text p {
    text-align: center;
    padding: 20px 0 32px;
}

.sec6Text .btns {
    justify-content: center;
}

.sec6shape1 {
    position: absolute;
    top: 10%;
    animation: rotate 30s linear infinite;
}

.sec6shape2 {
    position: absolute;
    top: 5%;
    right: 0;
    animation: rotate 50s linear infinite;
}

.sec6shape3 {
    position: absolute;
    left: 11%;
    bottom: 0;
    animation: topBottom 3s linear infinite alternate-reverse;
}

.sec6shape4 {
    position: absolute;
    right: 14%;
    bottom: -15%;
    animation: rotate 50s linear infinite;
}

section.sec6 {
    padding-bottom: 100px;
}

.sec6Text h2 {
    font-weight: 500;
}

@keyframes topBottom {
    0% {
        transform: translateY(0px);;
    }
    100% {
        transform: translateY(20px);;
    }
}

section.sec5 {
    padding: 100px 0;
}

footer.footerSec {
    background: #0f335e;
    position: relative;
    z-index: 1;
    padding-top: 80px;
}

footer.footerSec p {
    color: #acc5db;
}

footer.footerSec ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer.footerSec ul li a {
    text-decoration: none !important;
    transition: .5s ease-in-out;
    position: relative;
    left: 0;
}

footer.footerSec ul li a:hover {
    text-decoration: none;
}

footer.footerSec ul li {
    padding: 0 0 10px;
}

footer.footerSec ul li:hover a {
    left: 10px;
}

footer.footerSec h3 {
    color: var(--white);
    padding: 0 0 30px;
}

footer.footerSec h6 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 15px;
}

footer.footerSec h5 {
    text-transform: uppercase;
    color: var(--white);
    font-size: 20px;
    margin: 0 0 8px;
}

footer.footerSec ul li h6 a {
    color: #acc5db;
    font-size: 15px;
}

.divider {
    width: 100%;
    position: absolute;
    height: 100px;
    pointer-events: none;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><path d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><path d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/></svg>");
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%;
    background: #0f335e;
    top: -100px;
    left: 0;
    z-index: -1;
}


footer.footerSec::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    animation: imageChangeTwo 1s linear 1s infinite;
    background-image: url("../images/footer-shape2.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

footer.footerSec::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    animation: imageChange 1s linear 1s infinite;
    background-image: url("../images/footer-shape1.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@keyframes imageChange {
    0% {
        opacity: 0.2;
    }
    
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}

@keyframes imageChangeTwo {
    0% {
        opacity: 1;
    }
    75% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}


footer.footerSec .row {
    z-index: 3;
    position: relative;
}


section.sec7 {
    padding: 100px 0 70px;
    background-color: #f4f5fe;
}

section.sec7 h2 {
    padding-bottom: 60px;
}

section.sec7 h3 {
    text-align: center;
    padding: 25px 0 20px;
}

section.sec7 ul {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 50px;
    margin-right: 50px;
    height: 330px !important;
    overflow-y: scroll;
}

section.sec7 ul li {
    margin-bottom: 10px;
    position: relative;
    color: #444683;
    padding-left: 21px;
}

section.sec7 ul li i {
    color: var(--mainblue);
    position: absolute;
    left: 0;
    top: 3px;
}

section.sec7 .btns {
    justify-content: center;
    margin-top: 30px;
}

section.sec7 .sec7Cols {
    margin-bottom: 30px;
    background-color: #ffffff;
    padding-bottom: 30px;
    border-radius: 5px;
    transition: 0.5s;
}

section.sec7 .sec7Cols:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    transform: translateY(-10px);
}


.breadcrumbs {
    text-align: center;
    padding: 130px 0 120px;
    background-color: #0f335e;
    position: relative;
    overflow: hidden;
}

.breadcrumbs h2 {
    color: var(--white);
    z-index: 2;
}

.breadcrumbs p {
    color: var(--white);
    z-index: 2;
}

.breadcrumbs::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .6;
    height: 100%;
    z-index: 1;
    animation: animatedBackground1 25s linear infinite;
    background-image: url(../images/bg_lines.svg);
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    transform: translateX(0%);
}

.breadcrumbs::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .6;
    height: 100%;
    z-index: 1;
    animation: animatedBackground2 25s linear infinite;
    background-image: url(../images/bg_lines.svg);
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    transform: translateX(-100%);
}

@keyframes animatedBackground1 {
    0%{
        transform: translateX(0%);
    }
    100%{
        transform: translateX(100%);
    }
}

@keyframes animatedBackground2 {
    0%{
        transform: translateX(-100%);
    }
    100%{
        transform: translateX(0%);
    }
}

.aboutsec1 img {
    width: 100%;
    height: auto;
}


.aboutsec1 {
    padding: 100px 0;
}

.aboutsec1 .col-12 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.aboutsec1img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.aboutsec1img:hover img {
    transform: scale(1.1);
}

.aboutsec1img img {
    transition: .5s ease-in-out;
}

.aboutsec1 h2 {
    font-weight: 500;
}

.servisesec1cols img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
}

.servisesec1cols {
    padding-bottom: 30px;
    height: 100%;
    
}

.servisesec1cols .row {
    height: 100%;
    margin: 0;
    background: #f9f9f9;
}

.servicesec1 {
    padding: 100px 0;
}

.servisesec1cols h3 a {
    color: #000;
    text-decoration: none;
}

.servisesec1cols h3 {
    padding-bottom: 11px;
}

.servisesec1cols .content {
    padding: 30px 0 30px 25px;
}

.servisesec1cols .col-md-6.col-12 {
    display: flex;
    align-items: center;
    padding: 0;
}

.servicesec1col2Img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.testimonialSec1rowsImg {
    width: 100%;
    height: auto;
}

.testimonialSec1rowsImg img {
    width: 56%;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: center;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 50%);
    border-radius: 20px;
}

.testimonialSec1rowscols2 {
    position: relative;
    overflow: hidden;
}

.testimonialSec1rowscols2BorderRight {
    position: absolute;
    background: var(--mainblue);
    width: 5px;
    height: 100%;
    right: 0;
}

.testimonialSec1rowscols2BorderBottom {
    position: absolute;
    background: var(--mainblue);
    width: 85%;
    height: 5px;
    right: 0;
    bottom: 0;
}

.testimonialSec1rowscols2BorderTop {
    position: absolute;
    background: var(--mainblue);
    width: 30%;
    height: 5px;
    right: 0;
}

.testimonialSec1rowscols2Content h2 {
    text-align: left;
    padding: 0 0 8px;
}

.testimonialSec1rowscols2Content {
    padding: 60px;
}

.testimonialSec1rowscols2Content p {
    padding: 0px 0 12px;
}

.testimonialSec1rows .col-md-6 {
    display: flex;
    align-items: center;
}

.testimonialSec1rows {
    padding: 50px 0;
}

.testimonialSec1 {
    padding: 100px 0;
}

.contactSec1Inner {
    background-color: #ffffff;
    box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
    padding: 50px 30px;
}

.contactSec1InnerCol1 ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 0;
}

.contactSec1InnerCol1 ul li {
    color: #4a6f8a;
    position: relative;
    padding-left: 20px;
}

.contactSec1InnerCol1 ul li i {
    color: #4792e3;
    position: absolute;
    left: 0;
    top: 4px;
}

.contactSec1InnerCol1 p {
    margin-bottom: 10px;
}

.contactSec1InnerCol1 {
    padding-right: 15px;
    border-right: 1px solid #eeeeee;
}

.contactSec1InnerCol2 h3 {
    margin-bottom: 25px;
    font-size: 32px;
    font-weight: 500;
}

.contactSec1InnerCol2inputs {
    display: flex;
    gap: 15px;
    padding: 0 0 15px;
}

.contactSec1InnerCol2inputs input {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    line-height: initial;
    color: #0f335e;
    background-color: transparent;
    border: 1px solid #cecfdf;
    border-radius: 5px;
    transition: 0.5s;
    box-shadow: unset !important;
    font-size: 14px;
    font-weight: 400;
}

.contactSec1InnerCol2inputs textarea {
    padding: 0 15px;
    color: #0f335e;
    background-color: transparent;
    border: 1px solid #cecfdf;
    border-radius: 5px;
    transition: 0.5s;
    box-shadow: unset !important;
    font-size: 14px;
    font-weight: 400;
    padding-top: 15px;
    width: 100%;
}

.contactSec1InnerCol2check {
    padding: 10px 0 0 20px;
    position: relative;
}

.contactSec1InnerCol2check input {
    position: absolute;
    left: 0;
    top: 15px;
}

.contactSec1InnerCol2check p {
    font-size: 12px;
}

.contactSec1InnerCol2check p span {
    font-size: 14px;
}

p.contactSec1InnerCol2checkAgree {
    padding: 0 0 10px 10px;
}

.contactussec1Btn {
    padding: 20px 0 0;
}

.contactussec1Btn i {
    color: var(--mainblue);
    transition: .5s ease-in-out;
}

.contactussec1Btn:hover i {
    color: #ffffff;
}

.contactInfo h3 {
    text-align: center;
    margin-bottom: 15px;
}

.contactInfo h3 a {
    color: #0f335e;
    text-decoration: none;
}

.contactInfo {
    padding: 50px 0 0;
}

.contactSec1 {
    padding: 100px 0;
}

.contactSec1InnerCol1 h3 {
    margin: 0 0 12px;
}


.termConSec1 .my-ul li {
    margin-bottom: 10px;
}

.termConSec1 .my-ul li::before {
    content: '';
    height: 10px;
    width: 10px;
    background-color: #fff;
    display: inline-block;
    border-radius: 10px;
    margin-right: 10px;
}

.termConSec1 h2 {
    text-align: left;
}

.termConSec1 h2 {
    padding: 20px 0 5px 12px;
    font-weight: 500;
    font-size: 26px;
}

.termConSec1 h3 {
    padding: 0 0 10px 12px;
}

.termConSec1 p {
    padding: 0 0 12px 12px;
}

ul.my-ul {
    list-style: none;
}

ul.my-ul li {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    color: var(--darkblue);
}


.termConSec1 br {
    display: none;
}

.termConSec1 {
    padding: 100px 0;
}

.disclaimeesec1 {
    padding: 100px 0;
}

.disclaimeesec1 h2 {
    text-align: left;
    padding: 0 0 8px;
    font-size: 32px;
    font-weight: 500;
}

.disclaimeesec1 p {
    padding: 0 0 12px;
}


.btnHover {
    position: relative;
    cursor: pointer;
    overflow: hidden;
  }

  .btnHover span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--mainblue);
    transition: width 0.6s ease-in-out, height 0.5s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 5px;
  }

  .btnHover:hover span {
    width: 300%;
    height: 300%;
  }

  .btnHover a {
    position: relative;
    z-index: 10;
}

.btnHover1 {
    position: relative;
    cursor: pointer;
    overflow: hidden;
  }

  .btnHover1 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #0f335e;
    transition: width 0.6s ease-in-out, height 0.5s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 5px;
  }

  .btnHover1:hover span {
    width: 300%;
    height: 300%;
  }

  .btnHover1 a {
    position: relative;
    z-index: 10;
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: .5s ease-in-out;
}

.popupOverlay {
    background-color: rgb(0 0 0 / 60%);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.popupFormTop{
    background-color: #fff;
    padding: 40px 0px 20px 40px;
    border-radius: 15px;
    max-width: 600px;
    position: relative;
    margin: auto;
    height: 70vh;
    display: flex;
}

.popupForm {
    overflow-y: scroll;
    padding: 0px 40px 0px 0px;
}

.popupformtextandclose {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.popupformtextandclose h4 {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    color: #2a2a2a !important;
    font-weight: 600;
}

.popupformtextandclose h4::before {
    content: '';
    display: block;
    width: 5px;
    background-color: var(--mainblue);
    height: 100%;
    position: absolute;
    left: 0;
}

.popupInputRows input, .popupInputRows textarea {
    border: 1px solid rgba(0, 0, 0, 0.04);
    background: #F4F7FC;
    height: 60px;
    padding-left: 15px;
    border-radius: 10px;
    width: 100%;
    margin: 0 0 20px;
}

.popupInputRows input:focus-visible, .popupInputRows textarea:focus-visible {
    border: 0;
    outline: 0;
}

.popupInputRows {
    display: flex;
    gap: 15px;
}

.popupInputRows textarea {
    height: 100%;
}

.popupinputCheck input {
    position: absolute;
    left: 0;
    top: 15px;
}

.popupinputCheck {
    padding: 10px 0 0 20px;
    position: relative;
}

.popupinputCheck p {
    font-size: 12px;
}

.popupinputCheck p span {
    font-size: 14px;
}

button.btn1 {
    border: 0;
}

button.btn1 {
    color: var(--white);
}

.popupcloseBtn {
    height: 40px;
    width: 40px;
    background: var(--mainblue);
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.popupcloseBtn i {
    color: var(--white);
}

.popupFormbtn .btns {
    justify-content: center;
}

.popupFormbtn {
    padding: 15px 0 0;
}

.popupForm::-webkit-scrollbar
{
	width: 5px;
}

.popupForm::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}

.popupNone {
    opacity: 0;
    visibility: hidden;
    top: -100%;
}

.floatbutton {
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 16%;
    font-size: 0;
    width: 420px;
    z-index: 9;
}

.floatbutton .btns_wrap {
    position: fixed;
    right: -6px;
}

.floatbutton .clickbutton {
    border-radius: 30px 0px 0px 30px;
    background: #fff;
    width: 50px;
    z-index: 999;
    height: 270px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgb(87 184 151 / 9%);
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    background: #4792e3;
    background: linear-gradient(45deg, #4792e3, #4792e3);
    background: linear-gradient(45deg, #4792e3, #4792e3);
    margin-top: 198px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #4792e3;
}

.floatbutton .banner-form {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 9;
    border-radius: 5px 0 0 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0px 0px 30px #0000001f;
}

.floatbutton .btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    padding: 0;
    background: #fff;
    top: 40px;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    transition: all 0.3s ease;
    border-radius: 50px 0px 0px 50px;
}

.floatbutton .btns_wrap .call_wrap {
    width: 280px;
    position: absolute;
    right: -225px;
    background: #fff;
    top: 120px;
    padding: 0;
    border-radius: 50px 0px 0px 50px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    transition: all 0.3s ease;
}

.floatbutton .btns_wrap .chat_wrap span.icoo, .floatbutton .btns_wrap .call_wrap span.icoo {
    color: #fff;
    background: #4792e3;
    background: linear-gradient(45deg, #4792e3, #4792e3);
    background: linear-gradient(45deg, #4792e3, #4792e3);
    font-size: 18px;
    padding: 18px 20px 16px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50px 0px 0px 50px;
}

.floatbutton .clickbutton .crossplus {
    position: relative;
    display: block;
    transform: rotate(0deg);
    transition: 0.4s;
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    font-size: 16px;
    transition: 0.4s;
    color: #fff;
    left: -79px;
    white-space: pre;
    bottom: 122px;
    font-weight: bold;
}

.floatbutton .btns_wrap a:hover {
    text-decoration: none !important;
    right: 0px;
}

.floatbutton.active {
    right: 0;
    z-index: 11;
    transition: 0.4s;
}

.floatbutton .banner-form h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}

.floatbutton .banner-form .ban-form input:not([type=checkbox]) {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0;
}

.floatbutton .banner-form .ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    outline: none !important;
    margin: 0px 0 0px 0;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check.agreement {
    padding-top: 10px;
}


.agreement label {
    font-size: 12px;
    color: #222;
    display: inline;
    padding-left: 10px;
}

.small, small {
    font-size: .875em;
}

.floatbutton .btns_wrap .call_wrap span {
    color: #333;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 20px 15px 15px;
}

.floatbutton .btns_wrap .chat_wrap span {
    color: #333;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 30px 15px 15px;
}

.btns button {
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    z-index: 10;
}

.btns button span {
    z-index: -1;
}

.fldset button {
    margin: 20px 0 0;
}

.copyright {
    border-top: 1px solid #1c2250;
    text-align: center;
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.copyright p {
    color: #acc5db;
    text-align: center;
}

.onlyshowinlg {
    display: none;
}

navbar.navberSec {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
}

navbar.navberSec.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

body {
    padding-top: 75px;
}


.navberSec div#navbarText ul li a {
    position: relative;
    padding-bottom: 2px;
}

.navberSec div#navbarText ul li a::before {
    content: '';
    width: 0;
    height: 2px;
    background: var(--mainblue);
    position: absolute;
    bottom: 0;
    transition: .5s ease-in-out;
}

.navberSec div#navbarText ul li a:hover::before {
    width: 100%;
}

.navberSec div#navbarText ul li a.active::before {
    width: 100%;
}


.swiper.mySwiper2 {
    width: 100%;
    height: 100px;
    margin-top: 30px;
}

.swiper.mySwiper2 .swiper-slide {
    background: transparent;
    box-shadow: none;
}

.ratings_cont {
    display: flex;
    align-items: center;
    margin-top: 8px;
    gap: 10px;
}

.ratings_rate p {
    margin: 0;
    line-height: normal;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.swiper.mySwiper2 a {
    text-decoration: none;
}

.ratings_rate {
    display: flex;
    flex-direction: column;
}

.ratings_cont h3 {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
}

.ratings_rate img {
    filter: invert(0) hue-rotate(180deg) brightness(56.5);
}

.ratsite > img {
    max-width: 160px;
    object-fit: scale-down;
}

section.swipper3sec .swiper.mySwiper3 {
    width: 100%;
    height: 80px;
}

section.swipper3sec {
    padding: 2% 0 2%;
}

section.swipper3sec .swiper-slide {
    background: transparent;
    box-shadow: none;
    position: relative;
}

section.swipper3sec .swiper.mySwiper3{
    position: relative;
}

section.swipper3sec .swiper.mySwiper3::after {
    content: '';
    height: 100vh;
    width: 3px;
    background: grey;
    position: absolute;
    left: 0;
    top: 0;
}


section.swipper3sec .swiper-slide::before {
    content: '';
    height: 100vh;
    width: 3px;
    background: grey;
    position: absolute;
    right: 0;
}


section.swipper3sec .swiper-slide img {
    filter: invert(1);
    width: 140px;
    object-fit: scale-down;
}

section.strugglesec h2 {
    text-align: left;
}

section.strugglesec p {
    padding: 8px 0 10px;
}

section.strugglesec ul {
    list-style: none;
    padding: 0;
    column-count: 2;
    padding: 20px 0;
}

section.strugglesec ul li {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
}

.strgle-img img {
    width: 100%;
    max-width: 400px;
}

.strgle-img figure {
    display: flex;
    justify-content: center;
}

section.strugglesec {
    padding: 2% 0;
}



section.thankyouSec1 {
    width: 100%;
    padding: 8% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  
  .thankyouSec1Inner > i {
    font-size: 26px;
    background: #0f335e;
    color: var(--white);
    width: 50px;
    height: 50px;
    border-radius: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 5%;
  }
  
  .thankyouSec1Inner {
    text-align: center;
  }
  
  section.thankyouSec1::before {
    content: '';
    width: 35%;
    height: 60%;
    position: absolute;
    left: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0%, 0 100%, 0% 100%);
    background: #0f335e;
    top: 0;
  }
  
  section.thankyouSec1::after {
    content: '';
    width: 35%;
    height: 60%;
    position: absolute;
    right: 0;
    clip-path: polygon(100% 100%, 100% 0%, 0 100%, 0% 100%);
    background: #4792e3;
    bottom: 0;
  }
  
  .thankyouSec1Inner .row .col-lg-4.col-md-4 .thankyouCards {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #fff;
    width: 100%;
    height: 100%;
  }
  
  thankyouCards1 h6 {padding: 0 0 10%;display: block;}
  
  .thankyouCards1 {
    padding: 10% 5%;
  }
  
  .tankyouLogos {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding-top: 5%;
  }

  .tankyouLogos a {
    text-decoration: none;
  }
  
  .tankyouLogos i {
    color: #00204a;
    font-size: 26px;
    width: 50px;
    height: 50px;
    border: 2px solid #00204a;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 31px;
    transition: .5s ease-in-out;
  }
  
  .thankyouSec1Inner p {
    padding: 0 0 3%;
  }
  
  .thankyouSec1Inner h1 {
    padding: 0 0 1%;
  }
  
  .thankyouBtn {
    display: flex;
    justify-content: center;
    padding: 4% 0 0;
  }
  
  .tankyouLogos i:hover {
    background: #00204a;
    color: #fff;
  }

  .thankyouBtn a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

strong.thankuclicbtn {
    position: relative;
    z-index: 10;
    font-weight: 500;
}

section.gostWritingSec2 .col-md-2 {
    align-items: center;
    display: flex;
}

section.gostWritingSec2 {
    background: #458edd75;
}

section.swipper3sec.gostWritingSec2 .swiper-slide::before{
    background: #fff;
    border-color: #fff;
}

section.swipper3sec.gostWritingSec2 .swiper.mySwiper3::after{
    background: #fff;
}

section.gostWritingSec2 h3 {
    color: #fff;
}
section.swipper3sec.gostWritingSec2 .swiper-slide img{
    filter: invert(0);
}

section.strugglesec.gostWritingSec3 h3 {
    padding: 4% 0 2%;
}

section.gostWritingSec4 .feature_box img {
    margin-bottom: 30px;
}

section.gostWritingSec4 .feature_box h5 {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    color: #262626;
    margin-bottom: 18px;
    border-bottom: 1px solid #3d5a80;
    padding-bottom: 18px;
}

section.gostWritingSec4 .sec_title h2 {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 600;
}

section.strugglesec.gostWritingSec3 {
    padding: 100px 0;
}

section.strugglesec.gostWritingSec1 {
    padding: 100px 0;
}

section.gostWritingSec5 img {
    width: 100%;
    height: auto;
}

section.gostWritingSec5 .col-md-8 {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

section.gostWritingSec5 {
    background: #4691e1;
    margin: 100px 0;
    padding: 10px 0 0;
}

section.gostWritingSec5 h3, section.gostWritingSec5 p {
    color: #fff;
}

section.gostWritingSec5 h3 {
    padding: 0 0 20px;
}

section.strugglesec.gostWritingSec1 p {
    padding: 20px 0 30px;
}

section.gostWritingSec6 {
    padding: 0px 10% 100px;
}

section.gostWritingSec6 h3 {
    text-align: center;
    padding: 0 0 10px;
}

section.gostWritingSec6 p {
    padding: 5px 0;
    text-align: center;
}

.our-shelf h5 {
    position: relative;
    color: grey;
    font-size: 55px;
    font-weight: 600;
}

.our-shelf h5:before {
    content: '';
    background: url(../images/shelf-h5-before.webp) no-repeat;
    height: 55px;
    width: 95px;
    position: absolute;
    animation: shelfBefore 2s linear infinite;
}

@keyframes shelfBefore {
    0% {
        opacity: 0.2;
    }
    
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}

.our-shelf h5:before {
    filter: invert(1) brightness(10);
}

.our-shelf h5:after {
    content: '';
    background: url(../images/shelf-h5-before.webp) no-repeat;
    height: 55px;
    width: 95px;
    position: absolute;
    left: 1px;
    top: 1px;
    animation: imageChangeTwo 2s linear infinite;
}

@keyframes shelfAfter {
    0% {
        opacity: 1;
    }
    
    75% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

.our-shelf h5:after {
    filter: invert(1) brightness(10);
}

section.our-shelf.gostWritingSec7 {
    background: #0f335e;
    padding: 70px 0 40px;
}

section.our-shelf.gostWritingSec7 h2, section.our-shelf.gostWritingSec7 p, section.our-shelf.gostWritingSec7 h3 {
    color: #fff;
    text-align: left;
}

section.our-shelf.gostWritingSec7 h3 {
    padding: 20px 0 25px;
    font-size: 18px;
}

section.our-shelf.gostWritingSec7 .btn1 {
    background: #08a0e9;
}

section.our-shelf.gostWritingSec7 p span {
    display: block;
    font-size: 18px;
    padding: 0 0 2px;
}

section.our-shelf.gostWritingSec7 p {
    padding: 5px 0 35px;
}

section.our-shelf.gostWritingSec7 .col-md-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.strugglesec.gostWritingSec8 img {
    width: 100%;
}

section.gostWritingSec8 .col-md-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 3%;
}

section.gostWritingSec8 .col-md-7 p {
    padding: 10px 0 5px;
}

section.gostWritingSec4 {
    padding: 30px 0;
}

.gostWritingSec9{
    position: relative;
}

.gostWritingSec9::before {
    content: "";
    position: absolute;
    background: url(../images/cta-before.webp) center / 100% no-repeat;
    width: 600px;
    height: 377px;
    left: 0;
    bottom: -22%;
    background-position-x: -31px;
    top: -1%;
    background-size: 70%;
}

.gostWritingSec9::after {
    width: 327px;
    background-size: cover;
    height: 333px;
    background-position-x: 0;
    top: 71%;
    background-position: right;
    content: "";
    position: absolute;
    background: url(../images/cta-after.webp) center/cover no-repeat;
    right: 0;
    transform: translateY(-50%);
}

.gostWritingSec9Inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.strugglesec.gostWritingSec9 .gostWritingSec9Inner h2 {
    display: flex;
    justify-content: center;
    color: #fff;
    text-align: center;
    z-index: 1;
}

section.gostWritingSec9 .gostWritingSec9Inner p {
    text-align: center;
    padding: 15px 0 25px;
    color: #fff;
    z-index: 1;
}

section.strugglesec.gostWritingSec9 {
    background: #4792e3;
    padding: 50px 0;
}

section.strugglesec.gostWritingSec8 {
    padding: 100px 0;
}

section.strugglesec.gostWritingSec11 {
    background: url(../images/cta.jpg) no-repeat;
    width: 100%;
    background-size: cover;
    text-align: center;
}


section.strugglesec.gostWritingSec11 {
    padding: 50px 0;
}

section.strugglesec.gostWritingSec11 h2 {
    text-align: center;
}

section.strugglesec.gostWritingSec11 p {
    padding: 15px 0 25px;
    color: #fff;
}

section.sec6.gostWritingSec12 {
    padding: 45px 0 75px;
    overflow: hidden;
}

section.sec6.gostWritingSec12 .row {
}

section.sec6.gostWritingSec12 .sec6shape1 {
    top: -45%;
}

section.sec6.gostWritingSec12 .foo_box {
    border-right: 1px dotted #0d0d0d;
    padding: 50px;
    height: 100%;
}

section.sec6.gostWritingSec12 .foo_box a {
    text-decoration: none;
}


section.sec6.gostWritingSec12 .row .col-md-4.col-12:last-child .foo_box {
    border: transparent;
}


.info-size {
    display: flex;
    align-items: center;
    background: #08a0e9;
    padding: 10px;
    border: 1px solid #fff;
    min-height: 125px
}

.book-size [class*=col-] {
    padding: 0
}

.book-size [class*=col-]:nth-child(even) .info-size {
    background: #0f335e;
}

.info-size .text-size {
    margin-left: 15px
}

.info-size .text-size h4 {
    margin-bottom: 3px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.info-size .text-size h4+p {
    font-size: 15px;
    margin-bottom: 0;
    color: #fff;
}

section.bookCoverSecnew.book-size .container > p {
    text-align: center;
    padding: 15px 3% 30px;
}

section.bookCoverSecnew.book-size {
    padding: 30px 0;
}

.our-market {
    padding-bottom: 30px
}

.info-book:hover .text-book h4+p {
    color: #fff
}

.info-book:hover .text-book span {
    background: #fff
}

.info-book:hover .text-book span i {
    color: grey
}

.info-book:hover figure::before {
    background: grey;
    opacity: .8
}

.info-market figure {
    position: relative;
    width: 100%;
    margin: auto;
    margin-bottom: 0;
    transition: .5s all;
    overflow: hidden
}

.info-market figure img {
    width: 100%;
    height: 245px;
    object-fit: cover;
    transition: .5s all;
    transform: scale(1)
}

.info-market {
    position: relative;
    border: 1px solid #fff;
    transition: .5s all;
    margin-bottom: 20px
}

.info-market:hover {
    border-color: #00C159
}

.info-market:hover figure {
    transition: .5s all
}

.info-market:hover .text-mark {
    background: #00C159
}

.info-market:hover .text-mark h4 {
    color: #fff
}

.info-market:hover .text-mark h4+p {
    color: #fff
}

.info-market:hover figure img {
    transition: .5s all;
    transform: scale(1.1)
}

.text-mark {
    padding: 50px 40px;
    text-align: center;
    background: #f2f2f2;
    transition: .5s all ease-in-out;
}


.text-mark h4, .text-mark p {
    transition: .5s all;
}

section.our-market.text-center h2 {
    padding: 0 0 35px;
}

section.our-market {
    padding: 50px 0;
}

.navberSec div#navbarText ul li ul.dropdown-menu li {
    padding: 8px 10px;
}

.navberSec div#navbarText ul li ul.dropdown-menu li a {
    display: inline;
}

.navberSec div#navbarText ul li ul.dropdown-menu li a:hover {
    background: transparent;
}

.navberSec div#navbarText ul li ul.dropdown-menu {
    border-radius: 0;
    background: #f5f5ff;
    border: transparent;
}

.nav-link:focus-visible {
    box-shadow: none;
}

navbar.navberSec a.navbar-brand {
    width: 18%;
}

navbar.navberSec a.navbar-brand img {width: 100%;}

.footerMainLogo img {
    width: 70%;
}

.footericonLogos {
    display: flex;
    color: #fff;
    margin: 15px 0;
    gap: 0px;
}

.footericonLogo {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition: top .5s cubic-bezier(0.7, 0, 0.3, 1);
    transition-delay: .5s;
}

.footericonLogosAndtext {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding: 10px 0;
}

.footericontext {position: relative;bottom: -100px;transition: bottom .5s cubic-bezier(0.7, 0, 0.3, 1);transition-delay: .5s;}

.footericonLogo i {
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 8px;
}

.footericonLogosAndtext:hover .footericontext {
    bottom: 0;
}

.footericonLogosAndtext:hover .footericonLogo {
    top: -45px;
}

.footericontext {
    font-weight: 600;
    font-family: poppins;
    font-size: 14px;
}

.footericonLogosAndtext a {
    color: #fff;
}

.navbarheaderBtn {
    display: flex;
    align-items: center;
    gap: 25px;
}

.navbarheaderBtnIcons {
    display: flex;
    gap: 10px;
}

.navbarheaderBtnIconAndtext i {
    color: #0f335e;
    font-size: 24px;
    transition: .5s ease-in-out;
    font-weight: 600;
}

.navbarheaderBtnIconAndtext {
    width: 35px;
    height: 35px;
    border: 2px solid #0f335e;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 36px;
    transition: .5s ease-in-out;
}

.navbarheaderBtnIconAndtext:hover {
    border-color: #08a0e9;
}

.navbarheaderBtnIconAndtext:hover i {
    color: #4791e2;
}

.navbarheaderBtnIcon {
    line-height: 0;
}