@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');


body{
    font-family: 'Bebas Neue', sans-serif;
}
.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: #E45C04;
    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 #E45C04; /* 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: #52D015 }
  }
  

.noOneSelling {
    background-color: #52D015;
    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: 120vh !important;  */
    height: auto !important;
    /* background-image: url('../img/home/section1.jpg'); */
    background-color: #000;

    background: linear-gradient(90deg,rgb(13 15 16 / 50%) 98.87%,rgba(26,35,43,0) 111%),url(../img/home/section1.jpg);
    background-repeat: no-repeat;
    background-size: cover;

    
}

.section2 {
    padding: 78px 0
}

.section3 {
    padding-bottom: 60px;
}

.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: #76d946;
    /* 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 #e45c04;
    margin-bottom: 12px;
    transition: .3s ease-in-out
}

.goal-daba i {
    color: #52d015;
    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: #e45c04;
    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: #52d015;
    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: #fff;
    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: #E45C04 !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: #E45C04 !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: #fff;
    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:#E45C04    ;
    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: rgb(0, 0, 0) important;
    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: #52D015;

}

.ban-form {
    border: 2px solid #52D015;
    padding: 24px;
    margin-left: 71px;
    border-radius: 10px;
}
@media (max-width: 767px) {

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

    .section1 {
        height: 85vh !important;
        background-repeat: no-repeat;
    }

    .owl-carousel .owl-item img {
        display: inline;
        width: 100%;
    }

    header.navBar{
        top: 10px;
    }
}

.section81 {
    text-align: center;
    padding: 0.5em 0;
    background: #E45C04;
    clear: both;
    opacity: 0.8;
}

.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;
}
input::placeholder {
    color: white;
}

.section_about {
    background: linear-gradient(90deg,rgb(13 15 16 / 50%) 98.87%,rgba(26,35,43,0) 111%),url(../img/home/section1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    color: #fff;
}


.section_about  .mainH1{
    font-size: 55px;
    font-weight: 800;
    font-family: 'Arsenal', sans-serif;
}


.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}


/* contact page css */
.contact_info
{
    width: 100%;
    /* padding-top: 70px; */
}
.contact_info_item
{
    width: calc((100% - 60px) / 3);
    height: 100px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    padding-left: 32px;
    padding-right: 15px;
}
.contact_info_image
{
    width: 35px;
    height: 35px;
    text-align: center;
}
.contact_info_image img
{
    max-width: 100%;
    filter: grayscale(1);
}
.contact_info_content
{
    padding-left: 17px;
}
.contact_info_title
{
    font-weight: 500;
}
.contact_info_text
{
    font-size: 15px;
    color: rgb(78 176 29);
}

/*********************************
4.1 Contact Form
*********************************/

.contact_form
{
    padding-top: 35px;
}

.contact_form_title
{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 37px;
}
.contact_form_inputs
{
    margin-bottom: 30px;
}
.input_field
{
    width: calc((100% - 60px) / 3);
    height: 50px;
    padding-left: 25px;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    outline: none;
    color: #0e8ce4;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.input_field:focus,
.text_field:focus
{
    border-color: #75d845;
}
.input_field:hover,
.text_field:hover
{
    border-color: #b2b2b2;
}
.input_field::-webkit-input-placeholder,
.text_field::-webkit-input-placeholder
{
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.3);
}
.input_field:-moz-placeholder,
.text_field:-moz-placeholder
{
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.3);
}
.input_field::-moz-placeholder,
.text_field::-moz-placeholder
{
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.3);
} 
.input_field:-ms-input-placeholder,
.text_field:-ms-input-placeholder
{ 
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.3);
}
.input_field::input-placeholder,
.text_field::input-placeholder
{
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.3);
}
.text_field
{
    width: 100%;
    height: 160px;
    padding-left: 25px;
    padding-top: 15px;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    color: #0e8ce4;
    outline: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.contact_submit_button
{
    padding-left: 35px;
    padding-right: 35px;
    color: #FFFFFF;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 24px;
}
.panel
{
    width: 100%;
    height: 50px;
    background: #fafafa;
    margin-top: 120px;
}


@media only screen and (max-width: 991px)
{
    
    .contact_info_item
    {
        width: 100%;
        margin-bottom: 30px;
    }
    .contact_info_item:last-child
    {
        margin-bottom: 0px;
    }
    
}

@media only screen and (max-width: 767px)
{
    
    .input_field
    {
        margin-bottom: 30px;
        width: 100%;
    }
    .input_field:last-child
    {
        margin-bottom: 0px;
    }
}


@media only screen and (max-width: 575px)
{
    
    .contact_submit_button
    {
        font-size: 13px;
        padding-left: 25px;
        padding-right: 25px;
    }
    
}



/* conatcr ends */



/* chat widets css */
#sy-whatshelp {
    right: 25px;
    bottom: 25px;
    position: fixed;
    z-index: 9999;
  }
  
  #sy-whatshelp a {
    position: relative;
  }
  
  #sy-whatshelp a.sywh-open-services {
    background-color: #52d015;
    color: #fff;
    line-height: 55px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    font-size: 23px;
    width: 55px;
    height: 55px;
    text-align: center;
    box-shadow: 2px 2px 8px -3px #000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    display: inline-block;
  }
  
  #sy-whatshelp a.sywh-open-services i {
    line-height: 55px;
  }
  
  #sy-whatshelp a.sywh-open-services i.fa-times {
    display: none;
  }
  
  #sy-whatshelp .sywh-services {
    width: 55px;
    height: auto;
  }
  
  #sy-whatshelp .sywh-services a {
    display: none;
  }
  
  #sy-whatshelp .sywh-services a i {
    background-color: #129bf4;
    color: #fff;
    line-height: 55px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    font-size: 23px;
    width: 55px;
    height: 55px;
    text-align: center;
    box-shadow: 2px 2px 8px -3px #000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
  }
  
  #sy-whatshelp .sywh-services a.email i {
    background-color: #b92b27;
  }
  
  #sy-whatshelp .sywh-services a.instagram i {
    background-color: #e4405f;
  }
  
  #sy-whatshelp .sywh-services a.messenger i {
    background-color: #0084ff;
  }
  
  #sy-whatshelp .sywh-services a.whatsapp i {
    background-color: #25d366;
  }
  
  #sy-whatshelp .sywh-services a.call i {
    background-color: #ff6600;
  }
  
  a[data-tooltip] {
    position: relative;
  }
  
  a[data-tooltip]::before,
  a[data-tooltip]::after {
    position: absolute;
    display: none;
    opacity: 0.85;
    transition: all 0.3s ease-in-out;
  }
  
  a[data-tooltip]::before {
    content: attr(data-tooltip);
    background: #000;
    color: #fff;
    font-size: 13px;
    padding: 7px 11px;
    border-radius: 5px;
    white-space: nowrap;
    text-decoration: none;
  }
  
  a[data-tooltip]::after {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    content: "";
  }
  
  a[data-tooltip]:hover::before,
  a[data-tooltip]:hover::after {
    display: block;
  }
  
  a.sywh-open-services[data-tooltip]::before,
  a.sywh-open-services[data-tooltip]::after {
    display: block;
  }
  
  a.data-tooltip-hide[data-tooltip]::before,
  a.data-tooltip-hide[data-tooltip]::after {
    display: none !important;
  }
  
  a.sywh-open-services[data-tooltip][data-placement="left"]::before {
    top: 11px;
  }
  
  a[data-tooltip][data-placement="left"]::before {
    top: -7px;
    right: 100%;
    line-height: normal;
    margin-right: 10px;
  }
  
  a[data-tooltip][data-placement="left"]::after {
    border-left-color: #000;
    border-right: none;
    top: 50%;
    right: 100%;
    margin-top: -6px;
    margin-right: 4px;
  }
  
  a[data-tooltip][data-placement="right"]::before {
    top: -7px;
    left: 100%;
    line-height: normal;
    margin-left: 10px;
  }
  
  a[data-tooltip][data-placement="right"]::after {
    border-right-color: #000;
    border-left: none;
    top: 50%;
    left: 100%;
    margin-top: -6px;
    margin-left: 4px;
  }
  
  a[data-tooltip][data-placement="top"]::before {
    bottom: 100%;
    left: 0;
    margin-bottom: 10px;
  }
  
  a[data-tooltip][data-placement="top"]::after {
    border-top-color: #000;
    border-bottom: none;
    bottom: 100%;
    left: 10px;
    margin-bottom: 4px;
  }
  
  a[data-tooltip][data-placement="bottom"]::before {
    top: 100%;
    left: 0;
    margin-top: 10px;
  }
  
  a[data-tooltip][data-placement="bottom"]::after {
    border-bottom-color: #000;
    border-top: none;
    top: 100%;
    left: 10px;
    margin-top: 4px;
  }
  

/* ends */


@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
}



