.bookImg {
    width: auto !important
}

ul.ulCircle {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-bottom: 0
}

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

ul.ulCircle li i {
    color: #255752;
    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-color: #255752;
    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;
}

.section1 {
    height: 94vh;
    background-image: url('../img/home/section1.jpg');
    background-color: #000;

}

.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
}

.myCardBlue:hover {
    background: #255752;
    /* 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(10);
}

.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 #255752;
    margin-bottom: 12px;
    transition: .3s ease-in-out
}

.goal-daba i {
    color: #255752;
    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(max-width:767px) {

    #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-color: #255752;
    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-color: #255752;
    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: custom;
    font-size: 36px
}

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

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

.section1 h3.tagline {

    font-family: 'Arsenal';
    margin-right: 30px;

    color: #ffffff;
    font-size: 23px;
}

@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) {
    .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: center
}

.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-color: #fa9800 !important;

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-color: #000431 !important;
    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: 'Arsenal';
}

#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;
    }
}

@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: white;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0;
}

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

.ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: transparent;
    padding: 10px 15px;
    color: white;
    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: #fa9800;

}

.ban-form {
    border: 1px solid #fff;
    padding: 24px;
    margin-left: 71px;
}

@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;
    background: #35625f;
    clear: both;
}

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

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

@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;
}
