/*Input Your Custom CSS Here*/

.header_section
{
    display: flex;
    align-items: center;
}
.testimonial_section video
{
 width: 100%;
 height: 500px;
}
.pt-50
{
    padding-top: 50px;
}
.course_block
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slider-text p
{
    font-size: 18px;
    line-height: 30px;
    width: 70%;
}

@media (min-width: 320px) and (max-width: 768px)
{
    .about_page
    {
        margin-top:20px;
    }
    #preloader-status
    {
        margin:0px !important;
        position: relative;
        display:none;
    }
    
    .call-to-action-text h2
    {
        font-size: 34px !important;
    line-height: 55px !important;
    }
    .all-slide .owl-controls .owl-prev i, .all-slide .owl-controls .owl-next i
    {
        font-size: 36px !important;
    }
    .slider-text ul
    {
        margin-top: 20px !important;
    }
    
    .slider-text p
    {
        font-size: 16px !important;
    }
    .slider-text li a
    {
        padding: 5px 10px !important;
    }
    .slider-text h1
    {
        font-size: 24px !important;
        line-height: 35px !important;
    }
    .header-top
    {
        display: none !important;
    }
    .header_section
    {
        display: block !important;
    }

    .logo
    {
        width: 90px !important;
    }
    .hd-sec
    {
        padding: 0px !important;
    }
    .slider-text
    {
        transform: translateY(0%) !important;
    }
    .slider-text
    {
        padding: 0px !important;
    }

    .slider-text ul
    {
        display: flex !important;
    }
   
    .about-two__image__leaf
    {
        right: 35px !important;
        top: 24px !important;
         position: absolute;
    }
    .pt-100
    {
        padding-top: 40px !important;
    }
    .pb-70
    {
        padding-bottom: 30px !important;
    }
    .about-desc h1, .company-desc h1
    {
        font-size: 26px;
        line-height: 35px !important;
    }
    .vedio-inner
    {
        margin-top: 0px !important;
                right: 35px !important;
        top: 24px !important;
         position: absolute;
    }
    .about-two__image__border img
    {
        margin-top: 20px !important;
    }
    .count-up-sec
    {
        padding: 0px 0px !important;
        margin-top: 90px;
    }
    .call-to-action-sec
    {
        margin-top: 20px;
    }
    .testimonial_section video
    {
        height: auto !important;
    }
    .faq-style1-sec .panel-heading a
    {
        font-size: 18px;
        line-height: 25px;
    }
    .footer-sec
    {
        padding-top: 30px !important;
        padding-bottom: 40px !important;
    }
    .all-slide .owl-item
    {
        height: auto !important;
    }
    .position_block1
    {
        display: none;
    }
    .position_block
    {
        display: none;
    }
}

.animation_block
{
    position: relative;
}

.position_block img
{
    width: 5%;
    bottom: 30px;
    left: 15px;
    z-index: 9999;
    position: absolute;
}
.position_block1 img
{
    width: 5%;
    top: 30px;
    right: 15px;
    z-index: 9999;
    position: absolute;
}
.about-two__image__leaf {
    position: absolute;
    right: 100px;
    top: 24px;
  }
.about-two__image__border img {
    max-width: 70%;
    height: auto;
    -webkit-animation: rotated2 20s infinite linear;
    animation: rotated2 20s infinite linear;
    margin: auto;
    display: block;
  }
  @keyframes rotated2 {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(-360deg);
    }
  }
.zoom-in-out-box {
	animation: zoom-in-zoom-out 1s ease infinite;
  }
  
  @keyframes zoom-in-zoom-out {
	0% {
	  transform: scale(1, 1);
	}
	50% {
	  transform: scale(1.1, 1.1);
	}
	100% {
	  transform: scale(1, 1);
	}
  }
  
  
  .floating-icons
{
 position: fixed;
 bottom: 70px;
 right: 10px;
 z-index: 9999;
}
.floating-icons ul
{
  list-style-type: none;
}
.call-img img
{
  width: 30px;
  /* animation: call-img 2s linear infinite; */
}
.call-img
{
  background-color: #0079c0;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 100px;
}
.whatsapp-img img
{
  width: 50px;
  /* animation: whatsapp-img 2s linear infinite; */
}

.course_button
{
   display: flex;
    align-items: center;
    justify-content: space-between;
}
.enroll_button a

{
    padding:10px 20px;
    border-radius:4px;
    font-size:16px;
  background-color: #0079c0;
  border:none;
  color:#fff;
}

 