*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html{
	scroll-behavior: smooth;
}
body{
	font-family:'Mulish', sans-serif;
	 font-size: 16px;
    line-height: 1.1;
}
p{
    line-height: 28px;
    color: #000;
    font-size: 16px;
}

.mobileBg{
    display: none;
}
.desktopBg{
    display: block;
}
.topheader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffff33;
    transition: all 0.3s linear;
    z-index: 999999;
    padding: 0.5rem 0;
}
.topheader.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffff33;
    box-shadow: 0 12px 6px rgb(0 0 0 / 6%);
    animation: animateTop 0.6s ease;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.top_header .header_logo img.sticky {
    max-width: 25%;
}
.callus {
    float: right;
}
.callus span a {
    font-size: 24px;
    color: #ff0000;
    font-weight: 600;
}
.callus span a:hover {
    text-decoration: none;
    color: #f05030;
}
.callus span .fa {
    font-size: 36px;
    margin-right: 10px;
    color: #ff0000;
    width: 44px;
    height: 44px;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
}
.item img {
    max-width: 100%;
}
.mainBg {
    width: 100%;
    height: 88vh;
    position: relative;
    margin-top: 5rem;
}
.mainBg img {
    width: 100%;
    height: 88vh;
    object-fit: cover;
}
.mobile {
    display: none;
}
.slick-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 9999;
    background: #df9e3a;
    width: 35px;
    height: 35px;
    line-height: 8px;
    border-radius: 4px;
}
.slick-next {
    position: absolute;
    top: 50%;
    right: 0;
   z-index: 9999;
   background: #df9e3a;
    width: 35px;
    height: 35px;
    line-height: 8px;
    border-radius: 4px;
}
.slick-prev:before {
  	color: #fff;
    content: '\f053';
    font-family: fontawesome;
}
.slick-next:before {
	color: #fff;
      content: '\f054';
     font-family: fontawesome;
}
section.mainSlider {
    width: 100%;
    height: auto;
    margin: auto;
}
.content p {
    text-align: center;
    padding-right: 1rem;
    margin-bottom: 0;
}
.overlay {
    position: absolute;
    top: 7%;
    left: 0;
    right: 0;
    z-index: 999;
    width: 85%;
    margin: auto;
}
.call_strip {
    position: absolute;
    top: 0;
    left: -50px;
    bottom: 0;
    width: 50px;
    height: 278px;
    background: #ff0000;
    margin: auto;
    z-index: -1;
    border-radius: 70px 0px 0px 70px;
}
.rotate {
    transform: rotate( 
270deg
 );
    height: 217px;
    width: 250px;
    z-index: -1;
}
.rotate span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.rotate span a {
    color: #fff;
    margin-left: 0.3rem;
}
.cform {
    background: #ffff33;
    width: 73%;
    position: relative;
    border-radius: 8%;
    margin-left: 9rem;
    margin-top: 5rem;
}
.cform form {
    padding: 1rem;
    width: 90%;
    margin: auto;
    z-index: 2;
}
.cform_head {
    background: #fff;
    text-align: center;
    padding: 1rem 0.5rem;
}
.cform_head span {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cform_head h2 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin-right: 8px;
    margin-bottom: 0;
}
.cform_head p {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.5rem;
}
.cform h3 {
    font-weight: 600;
    color: #ff0000;
    margin-bottom: 1rem;
    font-size: 22px;
    text-transform: uppercase;
}
.cform_head a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.cform_head a:hover{
	text-decoration: none;
}
.cform button.btn {
    width: 100%;
    height: 44px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    background: #ff0000;
    border: 2px solid #ff0000;
    border-radius: 8px;
}
.cform button.btn:hover{
	background-color: #fff;
	color: #ff0000;
}
.cform .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cform .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #d93515;
    outline: 0;
    box-shadow: none !important;
}
.cform textarea#comment {
    height: 70px;
}

#courses {
   /*  background-image: linear-gradient(45deg, #ffa500, #ffa500), url(./img/pattern-new-01.png); */
}
#gallery{
    background-color: #ffa500;
}
section.space {
    padding-top: 2rem;
    padding-bottom: 2rem;
 
}
#testimonial{
    background-color: #ffa500;
}
.section_heading {
    text-align: center;
    position: relative;
}
.section_heading::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(./img/bg-pattern-img.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: rotation 5s infinite linear;
}
@-webkit-keyframes rotation {
    from {
            -webkit-transform: rotate(0deg);
    }
    to {
            -webkit-transform: rotate(359deg);
    }
}
.section_heading h2 {
    font-size: 38px;
    margin-bottom: 0;
    position: relative;
}
.section_heading h2::before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 1px;
    background-color: #ff0000;
}
.section_heading h2::after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: auto;
    width: 22px;
    height: 7px;
    border-radius: 5px;
    background-color: #ff0000;
}
.section_heading p {
    font-size: 20px;
    color: #898989;
    font-weight: 400;
    margin-top: 0;
}
span.text-red {
    color: #ff0000;
}
.video {
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 0px 8px 6px #34603e38;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
/*  cards starts here */

 .container .card{
    position: relative;
    border: none;
    background: none;
}

.container .card .face{
    width: 100%;
    height: 200px;
    transition: 0.5s;
    background: #e9ecef9e;
}

.container .card .face.face1{
    position: relative;
    background:#ffff33;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(0px);
    border-radius: 5px;
}
.container .card .content {
    text-align: center;
}
.container .card:hover .face.face1{
    transform: translateY(0);
}

.container .card .face.face1 .content{
    opacity: 1;
    transition: 0.5s;
}

.container .card:hover .face.face1 .content{
    opacity: 1;
}

.container .card .face.face1 .content img{
    max-width: 100px;
}

.container .card .face.face1 .content h3{
    margin: 10px 0 0;
    padding: 0;
    color: #ff0000;
    text-align: center;
    font-size: 1.5em;
}
.container .card .face.face2{
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgb(0 0 0 / 3%);
    transform: translateY(0px);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.container .card .face2 {
    height: 100px;
}
.container .card:hover .face.face2{
    transform: translateY(0);
}

.container .card .face.face2 .content p{
    margin: 0;
    padding: 0;
}

.container .card .face.face2 .content a{
    margin: 15px 0 0;
    display:  inline-block;
    text-decoration: none;
    font-weight: 900;
    color: #333;
    padding: 5px;
    border: 1px solid #333;
}

.container .card .face.face2 .content a:hover{
    background: #333;
    color: #fff;
}
/* cards ends here */
section#testimonial .items .card img {
    max-width: 25%;
    margin: auto;
}
section#testimonial .items {
    background: #fff;
    padding: 2rem 1rem;
    transition: all 0.3s linear;
    background-image: url(./img/bg-pattern-img.png);
    background-position: center;
}
section#testimonial .items:hover{
    background: #ffff33;
    color: #ff0000;
}
section#testimonial .items:hover .card-body p{
    color: #ff0000;
}
section#testimonial .slick-slide {
    padding: 10px;
}
section#testimonial .slick-next {
    position: absolute;
    top: 50%;
    right: -30px;
    z-index: 9999;
    background: #ff0000;
    width: 35px;
    height: 35px;
    line-height: 8px;
    border-radius: 4px;
}
section#testimonial .slick-prev {
    position: absolute;
    top: 50%;
    left: -30px;
    z-index: 9999;
    background: #ff0000;
    width: 35px;
    height: 35px;
    line-height: 8px;
    border-radius: 4px;
}

 .eventContainer .eventBox {
    display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 10px;
  }
  
   .eventContainer .eventBox .eventImg {
    position: relative;
    position: relative;
  }
  
   .eventContainer .eventBox .eventImg img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  
   .eventContainer .eventBox .eventImg .overlay {
    padding: 1rem 1rem;
  }
  .eventContainer .eventBox .eventInfo ul li {
    list-style: none;
    border-bottom: 1px solid #ff000038;
    margin: 10px 0;
}
  .eventContainer .eventBox .eventInfo ul li a:hover{
    text-decoration: none;
  }
   .eventContainer .eventBox .eventImg .overlay h5 {
    color: var(--sky-color);
  }
  
   .eventContainer .eventBox .eventImg .overlay h5:hover {
    color: var(--theme-red);
  }
  
   .eventContainer .eventBox .eventImg .overlay h5 b {
    margin-right: 10px;
    color: #c7406c;
  }
  
   .eventContainer .eventBox .eventImg .overlay h4 {
    color: var(--sky-color);
    font-size: 1.1rem;
    font-weight: 400;
  }
  
   .eventContainer .eventBox .eventImg .overlay h4 b {
    margin-right: 10px;
    color: #eee;
  }
  
   .eventContainer .eventBox .eventImg .overlay h3 {
    color: #fff;
    font-weight: 400;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  
   .eventContainer .eventBox .eventImg .overlay h3 b {
    margin-right: 10px;
    color: #c7406c;
  }
  
   .eventContainer .eventBox .eventImg .overlay h3:hover {
    color: var(--theme-red);
  }
  
   .eventContainer .eventBox .eventImg .overlay h2 {
    color: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.2rem;
    font-weight: 500;
  }
  
   .eventContainer .eventBox .eventImg .overlay h2 p {
    margin-bottom: 0;
    color: #eee;
    margin-left: 0.5rem;
    font-weight: 300;
    font-size: 1rem;
  }
  
   .eventContainer .eventBox .eventImg .overlay h2 b {
    margin-right: 10px;
    color: #eee;
  }
  
   .eventContainer .eventBox .eventImg .overlay h2 .fa {
    margin-bottom: -3px;
    font-size: 1.5rem;
    margin-right: 5px;
    color: #eee;
  }
  
  .eventContainer .eventBox .eventInfo {
    padding: 2rem 2rem;
    background: #ffff3317;
  }
  .eventInfoLists ul li {
    line-height: 28px;
    color: #000;
    font-size: 16px;
    margin: 0.5rem 0;
    float: left;
    list-style: none;
}
.eventInfoLists ul li::before {
    content: '\f101 ';
    font-family: 'fontawesome';
    top: 0;
    left: 0;
    margin-right: 0.5rem;
    color: #ff0000;
    width: 39px;
    font-weight: 600;
    font-size: 1.5rem;
}
  .eventContainer .eventBox .eventInfo h3 {
    color: #ff0000;
    margin-bottom: 1rem;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    line-height: 38px;
}
  
   .eventContainer .eventBox .eventInfo ul li h5 {
    color: #000;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .eventContainer .eventBox .eventInfo ul li h6{
      color: #333;
  }
   .eventContainer .eventBox .eventInfo ul li h5:hover {
    color: var(--theme-red);
  }
  
   .eventContainer .eventBox .eventInfo .bmmr {
    margin-top: 3rem;
  }
  
  .eventContainer .eventBox .eventInfo .bmmr a {
    color: #fff;
    background-color: #ff0000;
    border: 1px solid var(--theme-red);
    padding: 14px 28px;
    font-size: 20px;
    font-weight: 500;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 40px;
}
.eventContainer .eventBox .eventInfo .bmmr a {
    text-decoration: none;
}
  
/* gallery */
.gallery {
    margin-bottom: 1.5rem;
}
.gallery img {
    border-radius: 5px;
    box-shadow: 0px 0px 46px -37px;
}
/* gallery ends */

.locationBox {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    transition: .3s ease;
    margin-bottom: 0rem;
}
.locationBox img {
    overflow: hidden;
     transition: .3s ease;
}

.location_overlay {
    position: absolute;
    top: 0;
    left: 15px;
    right: 14px;
    bottom: 0;
    background: #ddb96ec2;
    overflow: hidden;
    width: 92.4%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.locationBox:hover .location_overlay{
transform: scale(1);
}
.locationBox:hover img{
    transform: scale(1.1);
}
.location_overlay h3 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}
.overlay_content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
span.videoBg {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #ff0000;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}
span.videoBg a {
    color: #fff;
}
section.contactarea {
    background: #ffc10736;
    padding: 1.5rem 0;
}
.contactbox {
    margin-bottom: 0rem;
    padding: 1rem 0;
    border-bottom: 1px dotted #d3ae5f4d;
}
.contactbox h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.contactbox p {
    font-size: 18px;
    color:#000;
    font-weight: 400;
    margin-top: 0;
}
.contactbox a {
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-top: 10px;
}
.contactbox a:hover{
	text-decoration: none;
	 color: #d93515;
}
.socialIcon {
    text-align: left;
    padding: 2rem 0;
}
.socialIcon ul {
    margin-bottom: 0;
}
.socialIcon ul li {
    display: inline-block;
    margin: 0px 10px;
}
.socialIcon ul li a .fa {
    background: #eaeaea;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
    color: #3e3d3da6;
    transition: all 0.3s linear;
}
.socialIcon ul li:nth-child(1) a .fa {
    background: #4267B2;
    color: #fff;
}
.socialIcon ul li:nth-child(2) a .fa{
    background: #1DA1F2;
    color: #fff;
}
.socialIcon ul li:nth-child(3) a .fa {
   background: #FF0000;
    color: #fff;
}
.copyright {
    text-align: center;
    color: #7e7d7d;
    font-size: 16px;
    font-weight: 500;
}
.footer_top {
    background: #212529;
}
.footer_bottom {
    background: #ff0000;
}
.copyright p {
    color: #fff;
    margin-bottom: 0;
}
@media (max-width: 1024px){
 .cform {
        background: #fff;
        width: 85%;
        border: 1px solid #ced4da;
        margin-left: 7rem;
    }
.cform form{
	padding: 0.5rem;
}
.cform_head{
	padding: 0.5rem;
}
.cform_head h3{
	font-size: 24px;
}
.cform_head h2, a{
	font-size: 16px;
}
.overlay {
    position: absolute;
    margin-top: 0;
    top: 8px;
}
.cform textarea#comment {
    height: 64px;
}
.mobile {
    display: none;
}
}

@media (max-width: 991px){
    .video {
        margin-bottom: 1.5rem;
    }
    .eventContainer .eventBox {
        grid-template-columns: auto;
    }
    #courses .container .card {
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 768px){
    .mainBg img {
        height: auto;
    }
    .overlay {
        position: absolute;
        margin-top: 0;
        top: 0;
    }
.cform {
    width: 100%;
    margin-left: 1.5rem;
}
.mobile {
    display: none;
}
.mainBg {
    height: auto;
}
}

@media(max-width: 767px){
    .cform {
        width: 60%;
        margin-left: 17.5rem;
    }
    .callus span a {
        font-size: 20px;
    }
}
@media(max-width: 480px){
    .desktopBg{
        display: none;
    }
    .mobileBg{
        display: block;
    }
    .cform {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        background-color: #ffa500;
    }
    section#testimonial .slick-prev{
        left: 0;
    }
    section#testimonial .slick-next{
        right: 0;
    }
.desktop {
    display: none;
}
.mobile {
    display: block;
}
.callus span .fa {
    font-size: 24px;
    margin-right: -4px;
    color: #ff0000;
}
.mainBg {
    margin-top: 4.6rem;
}
section.mainSlider {
    width: 100%;
    height: auto;
}
.topheader {
    padding: 1rem 0;
}
section.space {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-image: linear-gradient(45deg, #ffff3324, #ffff3324);
}
section.space .mt-5 {
    margin-top: 0rem !important;
}
section.space .mt-4 {
    margin-top: 0 !important;
}
.callus span a {
    font-size: 15px;
}
.overlay {
    position: absolute;
    margin-top: 0;
}
.video {
    margin-top: 2rem;
}
.section_heading {
    position: relative;
    margin-bottom: 3rem;
}
.card-body{
    padding: 0;
}
.section_heading h2 {
    font-size: 28px;
    margin-bottom: 0;
    position: relative;
}
.locationBox {
    margin-bottom: 1rem;
}
.location_overlay {
    width: 93%;
    height: 95%;
}
.mainSlider .overlay {
    position: relative;
    margin-top: 2rem;
    width: 98%;
}
.section_heading p{
	font-size: 16px;
}
.package_lists h3{
	font-size: 20px;
}
.inquire_now a{
	padding: 0.8rem 2rem;
	font-size: 16px;
}
.contactbox {
    margin-bottom: 1rem;
}
.eventContainer .eventBox .eventInfo {
    padding: 2rem 0rem;
}
.eventInfo h3 {
    font-size: 1.2rem;
    line-height: 34px !important;
}
}