@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap');
.bookImg {
    width: auto !important
}


button.btn.btn-theme.bg-theme-blue.btnForm.mt-5 {
    margin-top: 23px !important;
}
hr.hrBlue.ml-1.bg-theme-blue.d-none.d-md-block {
    height: 2px;
    background-color: #0f2862 !important;
}
.sec_title h4 {
    text-align: center;
}

ul.ulCircle {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-bottom: 0
}
.booksliderok img {
    box-shadow: 10px 10px 20px rgb(0 0 0 / 50%);
}
.newimg img {
    width: 100%;
    filter: hue-rotate(320deg);
}
.row.new-row {
    width: 79%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: relative;
    top: -49px;
    left: 146px;
}
h1.draft {
    font-size: 22px;
    font-weight: 700;
    color: #0f2862;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.row.imgrow {
    width: 95%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.row.new-rowok.newclassone {
    /*width: 80;*/
    width: 75%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    top: 74px;
    left: 62px;
}
.chat_btn {
    display: flex;
    align-items: center;
}
.chat_btn:after {
    content: "";
    /* position: absolute; */
    background-color: lime;
    display: block;
    border-radius: 100%;
    width: 11px;
    top: 18px;
    height: 11px;
    margin-bottom: -1px;
    margin-left: 6px;
    animation: greenlight 1.3s ease infinite;
    left: 24px;
}
@keyframes greenlight{
    0% {
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.faq_sec {
    position: relative;
    overflow: hidden;
    background-color: #e4e4e2;
    padding-top: 10%;
}
.faq_img {
    position: absolute;
    bottom: 0;
    right: 0px;
}
.faq_sec .container-fluid *{
    position: relative;
    z-index: 1;
}
.accordion>.card {
    border-radius: 0;
    border: none;
    margin-bottom: 2px;
}
.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
    border-top: 1px solid #0864a9;
    border-bottom: none;
    background-color: transparent;
}
.cust-card-header {
    padding: 0;
}
.cust-card-header>h3 {
    color: #031133;
    font-weight: 500;
    font-size: 18px;
    line-height: initial;
}
.cust-card-header>h3 button {
    position: relative;
    color: #342a84fa;
    z-index: 2;
    padding: 13px 36px 13px 15px;
    background: #0000;
    border-radius: 0;
    border: none;
    font-family: inherit;
    font-weight: 400;
}
.cust-card-header>h3 button.collapsed {
    background: #0000;
    color: inherit;
    color: #031133;
    border: none;
}
.sec_title h4 {
    font-size: 42px;
    padding-bottom: 20px;
    font-weight: 900 !important;
}
.cust-card-header>h3 button::before {
    position: absolute;
    content: "";
    background-image: url(../img/minus.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: transform .2s linear;
    font-size: 20px;
      background-size:contain;
}
.cust-card-header>h3 button.collapsed::before {
    transform-origin: center;
    background-image: url(../img/plus.png);
    background-size:contain;
}
.faq-txt-container .card-body {
    background: #ffffff00;
}
.faq-txt-container .card-body p {
    font-size: 18px;
    line-height: 24px;
}
.faq-txt-container .card:first-child .card-header {
    border-top: 0px;
}
.faq-txt-container .card {
    background-color: #fff0;
}
.newimg {
    width: 75%;
    margin: 0 auto;
}
p.after {
    font-size: 14px;
    color: #5d5d5d;
    margin: 0;
    padding-right: 57%;
}

ul.ulCircle li {
    font-size: 15px;
    color: #6e6e6e
}

ul.ulCircle li i {
    color: #0F2862;
    margin-right: 11px;
    font-size: 17px;
}

ul.ulCircle li a {
    color: #000
}

ul.ulCircle li a:hover {
    color: #000;
    text-decoration: none
}

.bookItem {
    position: relative;
    margin-bottom: 30px
}

.typewriter {
    color: #fff;
    font-family: monospace;
    overflow: hidden;
    /* Ensures the content is not revealed until the animation */
    border-right: .15em solid #255752;
    /* The typwriter cursor */
    white-space: nowrap;
    /* Keeps the content on a single line */
    margin: 0 auto;
    /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em;
    /* Adjust as needed */
    animation: typing 3.5s steps(30, end), blink-caret .5s step-end infinite;
}

/* The typing effect */

@keyframes typing {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}

/* The typewriter cursor effect */

@keyframes blink-caret {
    from,
    to {
        border-color: transparent
    }
    50% {
        border-color: #255752
    }
}

.noOneSelling {
    background:#0F2862;
    width: 100px;
    position: absolute;
    right: -15px;
    bottom: -20px;
    padding: 15px 5px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    border-radius: 10px 0 10px 0;
    -webkit-border-radius: 10px 0 10px 0;
    -moz-border-radius: 10px 0 10px 0;
    -ms-border-radius: 10px 0 10px 0;
    -o-border-radius: 10px 0 10px 0;
}
.comp-section {
    text-align: center;
    padding: 2.5em 0;
    background: #0F2862;
    clear: both;
}

.section1 {
    height: 105vh;
    background-image: url('../img/home/section1.jpg');
    background-color: #000;
    z-index:11;
}

.section2 {
    padding: 78px 0
}

.section3 {
    padding-bottom: 60px 0
}

.sectionFour {
    background-color: #f8f9fa;
    padding: 80px 0
}

.myCardBlue {
    transition: all .4s ease-in-out;
    height: 100%;
    margin-top: 40px;
    box-shadow: .3rem .3rem 2rem rgba(0, 0, 0, .15) !important;
    border-top-right-radius: 95px;
    
}

.myCardBlue:hover {
    background:#0F2862;
    /* background-image: url(../img/home/blue-card.jpg); */
    background-size: cover;
    color: #fff !important;
    transition: all .4s ease-in-out
}

.myCardBlue:hover .hoverImgWhite {
    filter: brightness(20);
}

.myCardBlue:hover .para {
    color: #fff !important
}

.goal-daba {
    border-radius: 50%;
    width: 50px;
    text-align: center;
    height: 50px;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    border: 1px solid #0F2862;
    margin-bottom: 12px;
    transition: .3s ease-in-out
}

.goal-daba i {
    color: #4968AE;
    transition: .3s ease-in-out
}

.owl-theme .owl-nav [class*=owl-]:focus {
    outline: 0
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: 0 0;
    outline: 0
}

.testimonialCircle {
    position: relative
}

.testimonial_img_1,
.testimonial_img_2,
.testimonial_img_3,
.testimonial_img_4,
.testimonial_img_5 {
    position: absolute
}

.testimonial_img_1 {
    top: 0;
    left: 62px
}

.testimonial_img_2 {
    top: 260px;
    left: 50px
}

.testimonial_img_3 {
    top: 400px;
    left: 150px
}

.testimonial_img_4 {
    bottom: 0;
    right: 55px
}

.testimonial_img_5 {
    top: 25%;
    right: 30%
}

.circle {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px
}

.circle1 {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px
}

.circle2 {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px
}

#owl-testimonials .owl-dots,
.owl-theme .owl-nav {
    text-align: left
}
@media screen and (max-width:1600px){

}
@media screen and (max-width:1440px){
    p.after {
    font-size: 14px;
    color: #5d5d5d;
    margin: 0;
    padding-right: 0;
}
    .row.new-row {
        width: 79%;
        display: flex;
        align-items: center;
        margin: 0 auto;
        position: relative;
        top: -49px;
        left: 117px;
    }
}
@media screen and (max-width:1280px){
  
    
    p.after {
    font-size: 14px;
    color: #5d5d5d;
    margin: 0;
    padding-right: 38%;
}
    .newimg {
        width: 70%;
        margin: 0 auto;
    }
    .row.new-rowok.newclassone {
        width: 8-0;
        width: 70%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        position: relative;
        top: 58px;
        left: 25px;
    }
    .row.new-row {
        width: 70%;
        display: flex;
        align-items: center;
        margin: 0 auto;
        position: relative;
        top: 0;
        left: 21px;
    }
}
@media screen and (max-width:1024px){
    .row.new-rowok.newclassone {
        width: 8-0;
        width: 82%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        position: relative;
        top: 40px;
        left: 25px;
    }
    .row.new-row {
        width: 83%;
        display: flex;
        align-items: center;
        margin: 0 auto;
        position: relative;
        top: 0;
        left: 21px;
    }
}
@media(max-width:767px) {
    .addsec{
        display: none;
    }
    .h2Headingwhite {
        font-size: 26px !important;
        font-weight: 600;
        text-transform: capitalize;
        text-shadow: 1px 0px 0 #000000;
        color: white;
    }
    #owl-testimonials .owl-dots,
    .owl-theme .owl-nav {
        text-align: center !important
    }
    .section1 {
        background: none;
        background-color: #000;
    }
}

.imageMan {
    top: 50%;
    left: 15%
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}

.contentOverImage {
    background:#0F2862;
    padding: 25px;
    max-width: 200px;
    color: #fff;
    top: 35%;
    right: 0;
    text-align: center;
    border-radius: 10px
}

.contentOverImage:hover {
    cursor: pointer
}

.overLayContent {
    max-width: 400px;
    padding: 15px;
    background:#0F2862;
    opacity: .8;
    top: 68%;
    left: 17%;
    animation: fadeInLeft .5s ease-in-out
}

.overLayContent p {
    opacity: 1 !important;
    color: #fff
}

section.section6 p:nth-child(2) a {
    font-family: 'Poppins';
    font-size: 36px
}

section.section6 p:nth-child(1) {
    font-family: 'Poppins';
    font-weight: 300 !important;
    text-transform: capitalize;
    line-height: 47px
}
.contentnew p {
    font-size: 12px;
}

section.section6>div>div>div>a {
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'Poppins';
    font-weight:500;
    padding: 9px 60px !important
}

.section1 h3.tagline {
    font-family: 'Poppins';
    margin-right: 30px;
    color: #4968ae;
    font-size: 20px;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@media(max-width:996px) {
    p.after {
        font-size: 14px;
        color: #5d5d5d;
        margin: 0;
        padding-right: 0;
    }
    .row.new-rowok.newclassone {
        width: 8-0;
        width: 82%;
        margin: 0 auto;
        display: block;
        align-items: center;
        position: relative;
        top: 27px;
        left: 0;
    }
    .row.new-row {
        width: 97%;
        display: BLOCK;
        align-items: center;
        margin: 0 auto;
        position: relative;
        top: 0;
        left: 21px;
    }
    .row.new-row .col-md-4{
        max-width: 100% !important;
        text-align: center;


    }
    .newimg {
        width: 90%;
        margin: 0 auto;
    }
    .row.new-rowok.newclassone .col-md-4 {
        max-width: 100% !important;
        text-align: center;
    }
    .imageMan {
        position: relative !important;
        top: 0;
        left: 0
    }
    .overLayContent {
        left: 5%
    }
    .section1 h3.tagline {
        font-size: 15px;
        text-align: center;
        font-weight: 500;
        font-family: poppins;
        margin-right: 0
    }
}

.circle {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px
}

.circle1 {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px
}

.circle2 {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px
}

#owl-testimonials .owl-dots,
.owl-theme .owl-nav {
    text-align: left
}

.nameOnHover {
    visibility: hidden;
    position: absolute;
    top: -70px;
    width: auto;
    text-align: center !important;
    left: 15px;
    font-weight: 700
}

section.comp-section {
    text-align: center;
    padding: 2.5em 0;
    background: #0e1b21;
    clear: both;
}

#moveMe:hover .nameOnHover {
    visibility: visible
}

#moveMe1:hover .nameOnHover {
    visibility: visible
}

#moveMe2:hover .nameOnHover {
    visibility: visible
}

#headerNav>ul>li a {
    font-weight: 900 !important;
}

body>section.section1.d-flex>div>div>div>div>div.consultAn.text-center.text-md-left>button:nth-child(2) {
    background:#064877;
    margin-left: 5px;
    
}

body>section.section1.d-flex>div>div>div>div>div.consultAn.text-center.text-md-left>button:nth-child(2):hover {
    background:#0F2862;
    margin-left: 5px;
}

#titles {
    padding-top: 100px;
}

#titles>p {
    color: #ffffff;
    font-size: 23px;
}

body>section.section1.d-flex>div>div>div>div {
    padding-top: 100px;
}

#owl-books-four>div.owl-stage-outer>div>div:nth-child(even)>div>div>img {
    margin-top: 50px;
    /* animation: animationFrames2 linear 4s; */
    /* transform-origin: 50% 50%;
    animation-iteration-count: infinite !important;
    transform:  scale(1.03)  ;
    -webkit-transform:  scale(1.03)  ;
    -moz-transform:  scale(1.03)  ;
    -ms-transform:  scale(1.03)  ;
    -o-transform:  scale(1.03)  ; */
}

.bookImg {
    transition: .4s ease-in-out;
}

.bookImg:hover {
    transform: scale(1.1);
    transition: .4s ease-in-out;
    /* width: 12px; */
}

#owl-books-four>div.owl-stage-outer>div>div:nth-child(odd)>div>div>img {
    margin-top: 50px;
    /* animation: animationFrames linear 4s; */
    /* transform-origin: 50% 50%;

    animation-iteration-count: infinite !important;
    transform:  scale(1)  ; */
}

@keyframes animationFrames {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    50% {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes animationFrames2 {
    0% {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    100% {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
    }
}

body>section.section3>div>div>div.col-md-6.position-relative>div.position-absolute.contentOverImage.shadow>h3 {
    animation: animationFrames3 linear 4s;
    transform-origin: 50% 50%;
    animation-iteration-count: infinite !important;
    box-shadow: 0px 7px 20px #333333e0;
    -webkit-animation: animationFrames3 linear 4s;
}

@keyframes animationFrames3 {
    0% {
        box-shadow: 0px 7px 20px #333333e0;
    }
    50% {
        box-shadow: 0px -7px 20px #333333e0;
    }
    100% {
        box-shadow: 0px 7px 20px #333333e0;
    }
}

ul.ulCircle {
    margin-top: 40px;
}

ul.ulCircle li {
    color: #000 !important;
    font-size: 20px;
    line-height: 32px;
    font-family: 'Poppins';
}

#owl-testimonials .para {
    text-align: center !important;
}

.h2Headingwhite {
    font-size: 45px;
    font-weight: 600;
    text-transform: capitalize;
    text-shadow: 1px 0px 0 #000000;
    color: white;
}

@media(max-width:767px) {
    body>section.section1.d-flex>div>div>div>div {
        padding-top: 0px;
    }
    button.btn.btn-theme.bg-theme-blue.btnForm {
    margin-bottom: 10px;
}
h3.tagline.text-center.text-md-left {
    margin-top: 80px;
}
}

@media(max-width:767px) {
    .mob-375 {
        height: 55vh;
    }
}

.ban-form input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: transparent;
    padding: 10px 15px;
    color: #000 !important;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0;
}

.ban-form input[type="submit"] {
    background:#342a84fa;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent;
    cursor: pointer;
}

.ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: transparent;
    padding: 10px 15px;
    color: black;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    outline: none !important;
    margin: 15px 0 0px 0;
    resize: none;
}

.ban-form .fldset.inpchecbx label {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    color: #676767;
    font-size: 13px;
}

.ban-form .fldset.inpchecbx input {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}

.main-services-banner-sec .ban-form .fldset textarea {
    height: 60px;
}

.main-services-banner-sec .ban-form input {
    height: 40px
}

.bannerform-heading h3 span {
    color: #4968ae;
    font-weight: 700;
}

.ban-form {
    border: 1px solid #fff;
    padding: 24px;
    margin-left: 41px;
    border-top-right-radius: 95px;
    border-bottom-left-radius: 95px;
}

@media (max-width: 767px) {
    .ban-form {
        border: 1px solid #fff;
        padding: 24px;
        margin-left: 0px;
    }
    .section1 {
        height: 85vh;
    }
    .owl-carousel .owl-item img {
        display: inline;
        width: 100%;
    }
}

.section81 {
    text-align: center;
    padding: 0.5em 0;
    
    clear: both;
    background:#0F2862 !important;
}

.socialImg img {
    filter: invert(1);
}

@media (max-width: 767px) {
    .mobile-hide {
        display: block;
        margin-top: 61px;
    }
    .sec_title h4 {
        font-size: 22px;
        padding-bottom: 20px;
        font-weight: 900 !important;
    }
    .cust-card-header>h3 button.collapsed {
        background: #0000;
        color: inherit;
        color: #031133;
        font-size: 14px;
        border: none;
    }
    
}

@media (min-width: 767px) {
    .mobile-hide-car {
        display: none !important;
    }
}

.owl-carousel .owl-item .mobile-slider {
    display: inline;
    filter: invert(1);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}