.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: #c39608;
    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 #127ea8; /* 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: #127ea8 }
  }
  

.noOneSelling {
    background-color: #127ea8;
    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/section-1.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: #c39608;
    /* 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 #127ea8;
    margin-bottom: 12px;
    transition: .3s ease-in-out
}

.goal-daba i {
    color: #127ea8;
    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: #c39608;
    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: #c39608;
    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: 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-color: #c39608 !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: #8f0e2f !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;
}