/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
}

/*--------commom css------------*/
section#slider-banner button.owl-dot.active,span.topbar-loc-hd i,span.topbar-mil-icon i,span.topbar-con-icon i,span.topbar-time-icon i,.row.top-bg-in a:hover, .row.top-bg-in a:focus,p.info-list-itm i,a.info-btn.btn,.team-soco-box a i,.inner-plan-box:hover p.planlist-item i,a.course-btn.btn,.date-box1 i,a.latesredmore.btn,h3.testimonial-title a,div#topbar i {
    color: #FF204E ;  
}
a.slider-btn.btn,a.abt-btn.btn,.inner-plan-box:hover .plan_head,.inner-plan-box:hover a.plan-btn.btn{
    background: #FF204E; 
}
h2.slide-main-head,p.slide-txt,a.slider-btn.btn,section#slider-banner button.owl-dot,section#slider-banner button.owl-prev,section#slider-banner button.owl-next,h3.service-title a,p.serv-inn-txt,h6.info-small-head,h2.info-main-head,p.info-para,p.info-list-itm,a.abt-btn.btn,h6.team-small-head,h2.team-main-head,h6.team-name a,p.team-desig,h2.plans-price,p.plan_type,h3.pack-option,h6.tcours-small-head,h2.tcours-main-head,h3.cont-sec-form-hd,h6.testi-small-hd,h2.testi-main-hd,h2.video-main-head,a.vid-btn.btn{
  color: #ffffff;
}

/* --------- SLIDER--------- */
section#slider-banner {
    position: relative;
}
.slider-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14%;
    right: 45%;
}
.gr-bg-slid {
    position: absolute;
    transform: translateY(-50%);
    top: 59%;
    right: 0;
    left: 45%;
}
.slider-banner-image {
    position: relative;
}
.slider-banner-image:before {
    content: '';
    position: absolute;
    background: rgba(0, 34, 77, 0.95);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
h2.slide-main-head {
    font-size: 74px;
    line-height: 100px;
}
p.slide-txt {
    font-size: 24px;
    line-height: 40px;
}
a.slider-btn.btn {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 12px 25px;
}
section#slider-banner button.owl-dot {
    font-size: 24px;
    font-weight: 600;
    background: none;
    border: none;
    margin: 0px 8px;
}
section#slider-banner button.owl-prev,section#slider-banner button.owl-next {
    background: none;
    border: none;
}
section#slider-banner button.owl-next {
    position: absolute;
    left: 25%;
    bottom: 2%;
    font-size: 25px;
}
section#slider-banner button.owl-prev {
    position: absolute;
    left: 14%;
    bottom: 2%;
    font-size: 25px;
}
section#slider-banner .owl-dots {
    position: absolute;
    bottom: 2%;
    left: 16%;
}
.slider-right-image{
	position: relative;
}
.gr-bg-slid:before{
	content: '';
    background-image: url(../images/slides/flight1.png);
    background-size: cover;
    position: absolute;
    right: 50px;
    top: 15px;
    height: 132px;
    display: block;
    width: 35%;
    background-repeat: no-repeat;
}
.slider-right-image:after{
	content: '';
    background-image: url(../images/slides/flight3.png);
    background-size: cover;
    position: absolute;
    right: 35px;
    bottom: 20px;
    height: 114px;
    display: block;
    width: 30%;
    background-repeat: no-repeat;
}
.slider-right-image:before{
	content: '';
    background-image: url(../images/slides/flight2.png);
    background-size: cover;
    position: absolute;
    left: -70px;
    bottom: 20px;
    height: 114px;
    display: block;
    width: 30%;
    background-repeat: no-repeat;
}
.owl-carousel .owl-item .slider-banner-image img {
    width: 100% !important;
  }
/*---------------services----------*/
h3.service-title a,h3.service-title {
    font-size: 32px;
    font-weight: 700;
}
p.serv-inn-txt {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.service-data {
    position: relative;
}
.cont-serv {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    background: #FF204E;
    border-radius: 20px;
}
img.hidden-img {
    opacity: 0;
    border-radius: 20px;
}
.service-data:hover img.hidden-img {
    opacity: 1;
}
.service-data:hover .cont-serv {
    background: rgba(0, 34, 77, 0.5);
    top: 0;
    bottom: 0;
    transform: translateY(0px);
}
.grow {
  transition: transform .5s ease-in-out;
  -moz-transition: transform .5s ease-in-out;
  -webkit-transition: transform .5s ease-in-out;
}

.grow:hover {
  -webkit-transform: scale3d(1.06, 1.1, 1);
  -ms-transform: scale3d(1.06, 1.1, 1);
  transform: scale3d(1.06, 1.1, 1);
  z-index: 99999;
    position: relative;
}
.service-data:hover .servc-image,.service-data:hover .service-box{
  transform: scale3d(0.9, 0.9, 0.8);
  padding-top: 15px;
}
/*-----info------*/
.info-img2 {
    position: absolute;
    top: 40%;
    left: -16%;
    width: 50%;
}
.info-img-box,section#info,section#counter,section#our_courses,section#testimonial {
    position: relative;
}
.info-bg-opacity,.count-bg-opacity,.course-bg-opacity,.testi-bg-opavity {
    background: rgba(0, 34, 77, 0.9);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
h6.info-small-head,h6.abt-small-head,h6.team-small-head,a.info-btn.btn,a.abt-btn.btn,h6.plan-small-head,p.plan_type,h6.tcours-small-head,a.course-btn.btn,h6.blog-small-head,a.latesredmore.btn,input[type=submit].hcon-btn.btn,h6.testi-small-hd,a.vid-btn.btn{
    letter-spacing: 2px;
}
h2.info-main-head,h2.abt-main-head,h2.testi-main-hd,h2.video-main-head {
    line-height: 71px;
}
p.info-para {
    font-size: 22px;
}
p.info-list-itm {
    font-size: 18px;
}
p.info-list-itm i {
    font-size: 20px;
}
ul.info-list {
    list-style: none;
    margin-left: 0px;
}
a.info-btn.btn {
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #FF204E;
    padding: 12px 25px;
}
/*----about----*/
section#about,.abt-img-box{
    position: relative;
}
.abt-img2 {
    position: absolute;
    top: 37%;
    width: 50%;
    right: -16%;
}
.abt-img1 {
    width: 95%;
}
p.abt-para {
    font-size: 24px;
}
a.abt-btn.btn {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px;
}
/*---team------------*/
section#expert_teacher,section#contact-section {
    position: relative;
}
.team-bg-opacity,.contact-bg-opaciy {
    position: absolute;
    background: rgba(255, 32, 78, 0.9);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
h6.team-name a {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Playfair Display';
}
p.team-desig {
    font-size: 18px;
}
.team-soco-box a i {
    background: #ffffff;
    border-radius: 50%;
    padding: 5px;
    display: inline-block;
}
i.mg-fb {
    padding: 5px 8px !important;
}
.team-soco-box a i:hover {
    color: #fff;
    background: #00224D;
}
/*--------counter-----*/
span.countr-num {
    font-size: 64px;
}
p.countr-main-head {
    font-size: 24px;
    font-weight: 500;
}
.counter-hd-box {
    background: #ffffff;
    position: relative;
    padding: 65px 20px 20px 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.17);
}
.counter-hd-box:hover,.course-content:hover,.testimonial-data:hover {
    background: #ffd2db;
}
i.count-icon {
    font-size: 50px;
    color: #ffffff;
    background: #FF204E;
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
    width: 100px;
    height: 100px;
    padding: 25px;
}
.countr-img-box {
    position: relative;
    z-index: 999;
    margin-bottom: -3rem;
}
/*------------pricing-plan--------*/
.plan_head {
    background: #00224D;
    border-radius: 20px;
    width: 80%;
    margin-bottom: -10rem;
    z-index: 999;
    position: relative;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.05);
}
h2.plans-price {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 3px;
}
p.plan_type {
    font-size: 24px;
    font-weight: 500;
}
h3.pack-option {
    font-size: 32px;
    font-weight: 700;
}
p.planlist-item i {
    color: #00224D;
}
ul.plan-list li {
    display: flex;
}
ul.plan-list {
    list-style: none;
    display: inline-block;
}
a.plan-btn.btn {
    font-size: 18px;
    font-weight: 700;
    background: #00224D;
    color: #ffffff;
    letter-spacing: 2px;
    padding: 12px;
    width: 80%;
    margin-top: -2rem;
    border-radius: 10px;
}
.plan-inner-info {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 45% 20px 40px 20px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.05);
}
p.planlist-item {
    font-family: 'Montserrat';
}
/*----------courses-------*/
h3.course-title a,h3.course-title {
    font-size: 32px;
    line-height: 42px;
}
p.cours-inn-txt,p.latest-content {
    font-size: 18px;
}
a.course-btn.btn {
    font-size: 18px;
    font-weight: 700;
}
.course-content {
    background: #ffffff;
    border-radius: 20px;
    width: 85%;
    margin-top: -4rem;
    z-index: 999;
    position: relative;
}
.cours-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.course-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.course-img {
    flex: 0 0 auto; /* Keeps the image at its natural size */
}
section#our_courses button.owl-dot,section#testimonial button.owl-dot {
    margin: 50px 7px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
}
section#our_courses button.owl-dot.active,section#testimonial button.owl-dot.active{
    background: #FF204E;
    position: relative;
}
section#our_courses button.owl-dot.active:before,section#testimonial button.owl-dot.active:before{
    content: '';
    border: 1px solid #FF204E;
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    bottom: -5px;
    left: -5px;
}
/*-------------blog------*/
.date-box1 span {
    color: #626B7D;
    font-size: 14px;
    font-weight: 400;
}
h3.news-inner-head a, h3.news-inner-head {
    color: #001025;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
}
a.latesredmore.btn {
    font-size: 18px;
    font-weight: 700;
}
/*---------contact----*/
input[type="text"].hcon-name,input[type="email"].hcon-mail,input[type="text"].hcon-course,textarea.hcon-msg {
    font-size: 16px;
    font-weight: 400;
    border: none;
    background: #fff;
    border-radius: 10px;
    padding: 20px 25px;
    color: #626B7D;
    margin: 3px 0px;    
}
input[type="text"].hcon-name::placeholder,input[type="email"].hcon-mail::placeholder,input[type="text"].hcon-course::placeholder,textarea.hcon-msg::placeholder{
    color: #626B7D;
}
textarea.hcon-msg {
    height: 128px;
}
.hcont-map embed {
    border-radius: 20px;
    width: 100%;
    height: 730px;
}
.hcont-map {
    margin-top: -9rem;
}
input[type=submit].hcon-btn.btn {
    background: #00224D;
    font-size: 18px;
    font-weight: 700;
    padding: 18px 25px;
}
/*----faq-----*/
.accordion button {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    border: none;
    padding: 25px 20px 25px 25px;
    border-radius: 20px;
}
.accordion-item {
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.17);
    border-radius: 20px !important;
}
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #ffffff;
  background: #FF204E;
}
.accordion button:hover .accordion button .icon,
.accordion button:focus .accordion button .icon,button#accordion-button-1:hover .icon,.accordion button[aria-expanded='true'] + .icon {
    color: #FF204E;
  background: #ffffff;
}
.accordion button .icon {
  display: inline-block;
    position: absolute;
    top: 27px;
    right: 20px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #FF204E;
    color: #ffffff;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] {
  color: #ffffff;
  background: #FF204E;
  border-radius: 20px 20px 0px 0px;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 10em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
/*-------testimonial----------------*/
p.test-inn-txt {
    font-size: 18px;
    line-height: 30px;
}
h3.testimonial-title a, h3.testimonial-title {
    font-size: 20px;
    font-weight: 600;
}
p.test-desig {
    font-size: 14px;
}
.testimonial-data {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.17);
}
img.testi-img {
    margin-top: -6rem !important;
    margin-right: unset !important;
    margin-left: unset !important;
}
section#testimonial .owl-dots{
    text-align: center;
}
/*--------video-----------------*/
.bg-img-vid{
    position: relative;
}
.bg-img-vid:before {
    content: '';
    background: rgba(255, 32, 78, 0.9);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
}
a.vid-btn.btn {
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #ffffff;
    padding: 14px 25px;
}
img.vid-left-img {
    border-radius: 20px;
    position: relative;
}
a.popup-youtube i {
    color: #ffffff;
    background: #FF204E;
    font-size: 25px;
    position: absolute;
    top: 45%;
    left: 45%;
    border-radius: 50%;
    padding: 25px 25px 25px 27px;
}
.video-bgimg-box {
    position: relative;
}
.row.vid-shift {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
}
img.vid-bg-img {
    border-radius: 20px;
}
/*animation*/
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: translateY(-150px) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: translateX(150px) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: translateY(150px) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-150px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: translateX(-150px) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes zoomOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-150px);
  }
}

@keyframes zoomOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(150px);
  }
}

@keyframes zoomOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-150px);
  }
}

@keyframes zoomOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(150px);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(150px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-150px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

 /* Common reveal styles */
.reveal {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}

.reveal.active {
  opacity: 1;
}

.reveal.zoomInDown.active {
  animation: zoomInDown 1s ease-out forwards;
}

.reveal.zoomInRight.active {
  animation: zoomInRight 1s ease-out forwards;
}

.reveal.zoomInUp.active {
  animation: zoomInUp 1s ease-out forwards;
}

.reveal.flipInX.active {
  animation: flipInX 1s ease-out forwards;
}

.reveal.fadeInLeft.active {
  animation: fadeInLeft 1s ease-out forwards;
}


/* Adding new animation styles */
.reveal.zoomInLeft.active {
  animation: zoomInLeft 1s ease-out forwards;
}

.reveal.zoomOutLeft.active {
  animation: zoomOutLeft 1s ease-out forwards;
}

.reveal.zoomOutRight.active {
  animation: zoomOutRight 1s ease-out forwards;
}

.reveal.zoomOutUp.active {
  animation: zoomOutUp 1s ease-out forwards;
}

.reveal.zoomOutDown.active {
  animation: zoomOutDown 1s ease-out forwards;
}

.reveal.fadeInRight.active {
  animation: fadeInRight 1s ease-out forwards;
}

.reveal.fadeInUp.active {
  animation: fadeInUp 1s ease-out forwards;
}

.reveal.fadeInDown.active {
  animation: fadeInDown 1s ease-out forwards;
}
/*button*/
.pulse:hover, 
.pulse:focus {
  animation: pulse 1s;
  box-shadow: 0 0 0 2em transparent;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 #FF204E; }
}
a.info-btn,.footer4 input[type="submit"] ,a.latesredmore.btn,a.course-btn.btn,a.hdr-btn.btn{  
  transition: 0.25s;
  }
a.info-btn:hover,a.info-btn:focus,.footer4 input[type="submit"]:hover,.footer4 input[type="submit"]:focus{
border-color: #fff;
color: #fff;
}
a.latesredmore.btn:hover,a.latesredmore.btn:focus,a.course-btn.btn:hover.a.course-btn.btn:focus,a.hdr-btn.btn:hover,a.hdr-btn.btn:focus{
    color: #00224D;
}
a.hdr-btn.btn:hover,a.hdr-btn.btn:focus{
    background: transparent;
    border-color: #00224D;
}
.fill:hover,
.fill:focus {
  box-shadow: inset 0 0 0 2em #00224D;
}
a.vid-btn.btn {  
  transition: 0.25s;
  }
a.vid-btn.btn:hover,a.vid-btn.btn:focus{ 
border-color: #00224D;
color: #ffffff;
}
a.abt-btn.btn,a.slider-btn.btn {
  border-color: #FF204E;
  color: #fff;
  box-shadow: 0 0 40px 40px #FF204E inset, 0 0 0 0 #FF204E;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
a.abt-btn.btn:hover,a.slider-btn.btn:hover {
  box-shadow: 0 0 10px 0 #FF204E inset, 0 0 20px 4px #FF204E;
}
a.plan-btn.btn,input[type=submit].hcon-btn.btn{
  box-shadow: 0 0 40px 40px #00224D inset, 0 0 0 0 #00224D;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.inner-plan-box:hover a.plan-btn.btn{
   box-shadow: 0 0 10px 0 #FF204E inset, 0 0 20px 4px #FF204E; 
}
input[type=submit].hcon-btn.btn:hover{
     box-shadow: 0 0 10px 0 #00224D inset, 0 0 20px 4px #00224D; 
     color: #ffffff;
}
