
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600&display=swap');

body{

  font-family: 'Raleway', sans-serif;

}
h1, h2, h3, h4, h5, h6{
  font-weight: 600!important;
}
p{
  font-weight: 600!important;

}
.top-nav{

    margin: 0;
    padding: 0;
    background: #1364a7;

}

@media only screen and (max-width: 350px){

.navbar-brand img {
    max-width: 197px!important;
    height: auto;
}
.top-nav .nav-link{
  text-align:center!important;
}

}


.top-nav .nav-link{

    font-size: 13px;
    color: #e0e0e0;
    padding: 6px 6px 4px 2px;
    margin: 0px 20px 0px 20px;

}
.top-nav .social-media .nav-link>img{

    max-width: 26px;
    height: auto;

}

.social-media .nav-link{

    padding: 0px 4px 0px 4px;
    margin: 0px 0px 0px 0px;
}
.social-media{

float: right;

}

.primary-nav{

margin: 0;
padding: 6px;
background: #f9f9f9;
/* border-bottom: 4px solid #9d0000;
border-radius: 50px; */
z-index: 999;

}

.navbar-brand{

    margin: 0;
    padding: 0;

}

.navbar-brand img{

    max-width: 190px;
    height: auto;

}
.primary-nav .nav-item{

    margin: 38px 12px 12px 12px;

}
.primary-nav .nav-link{

    text-transform: uppercase;
    font-weight: 900;
    font-size: 15px;
    color: #000!important;

}
.primary-nav .nav-link:hover{
  color: #1364a7!important;
}

.btn-book{
  background: #8fccff;
  border-radius: 50px;
  padding: 10px 19px 7px 13px;
  color: #060606!important;
  font-size: 14px!important;
  letter-spacing: 1px;
  width: 180px;
  text-transform: uppercase;
}
.btn-book:hover{
  background: #1364a7!important;
  color: #fff!important;
}

.dropdown-menu{
    background: #1364a7;
    margin-top: 26px!important;
    border-radius: 0;
    padding: 0;
    
}

.dropdown-menu .dropdown-item{
    
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #f9f9f9;
  padding: 7px 21px 7px 27px;

}
.dropdown-item:hover{

  color: #1364a7!important;
  background: #b5dfea;

}
/* Slider Css */
.carousel{
    margin-top: -45px;
    /* z-index: -1; */
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box!important;
  flex: 0 1 auto!important;
  width: 35px!important;
  height: 6px!important;
  padding: 0!important;
  margin-right: 3px!important;
  margin-left: 3px!important;
  text-indent: -999px!important;
  cursor: pointer!important;
  background-color: #68bbff!important;
  background-clip: padding-box!important;
  border: 0!important;
  border-top: 10px solid #02020200!important;
  border-bottom: 10px solid transparent!important;
  opacity: 1!important;
  transition: opacity .6s ease!important;
}
.main-img{

    margin: 20px;
    border: 5px solid #0000004d;
    border-radius: 4px;

}
.carousel-control-next, .carousel-control-prev{
  font-size: 30px;
  opacity: 1;
  color: #99d1ff;
}
#bottom-section{

  background: linear-gradient(45deg, #0e167b00, #0e167b24), url(../img/bottom_background.jpg);
  background-attachment: scroll;
  background-position:right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0px 10px;
  background-size: size;
  background-size: cover;

}

/* Slider Css End */
/********************** Effect 5 *************************/
.content {
    position: relative;
    /* width: 90%;
    max-width: 400px; */
    margin: auto;
    overflow: hidden;
  }
  
  .content .content-overlay {
    background: rgb(13 76 172 / 42%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    margin: 0px 10px 0px 12px;
    width: 96%;
  }
  
  .content:hover .content-overlay{
    opacity: 1;
  }
  
  .content-image{
    width: 100%;
  }
  .why-content h4{
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 800;
    color: #424242;
  }
  .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  .card-div{
    width: 20rem;
    border: 0px solid white;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  }
  .card-div .card-body h4{
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    color: #0d4c9c;
  }
  .content-details h3{
    color: #fff;
    font-weight: 500;
    margin-bottom: 0.5em;
    font-size: 30px;
    text-transform: uppercase;
}
  .content-details p{
    color: #fff;
    font-size: 18px;
    padding: 12px;
}
  
  .fadeIn-bottom{
    top: 80%;
  }
  
  .fadeIn-top{
    top: 20%;
  }
  
  .fadeIn-left{
    left: 20%;
  }
  
  .fadeIn-right{
    left: 80%;
  }
/* === HEADING STYLE #1 === */
.one h1 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
  }
  .one h1:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -14px;
    background-color: #0d4c9c;
  }
  .one h1:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 15px;
    left: 50%;
    margin-left: -50px;
    background-color: #0d4c9c;
  }
  .read-more{
    text-decoration: none;
  }
  .about-img{
    top: 12%;
    margin-top: 20%;
  }
  h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-weight: 300;
    font-size: 32px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  
  h1 span {
    display: block;
    font-size: 0.5em;
    line-height: 1.3;
  }
  h1 em {
    font-style: normal;
    font-weight: 600;
  }
  .myBtn{

    background: transparent;
    border: 2px solid #fff;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;

  }

  .testimonial {
    border-right: 4px solid #56beff;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
    padding: 30px 30px 30px 130px;
    margin: 0 30px 30px 30px;
    overflow: hidden;
    position: relative;
  }
  .testimonial:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -17px;
    border-top: 25px solid #0d4ca5;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
  }
  .testimonial:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -17px;
    border-top: 25px solid #0d4ca5;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(135deg);
  }
  .testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
  }
  .testimonial .pic img {
    width: 100%;
    height: auto;
  }
  .testimonial .description {
    font-size: 13px;
    letter-spacing: 0px;
    color: #7a7474;
    line-height: 22px;
    margin-bottom: 15px;
    text-align: justify;
  }
  .testimonial .title {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #3f9300;
    margin: 0;
  }
  .testimonial .post {
    display: inline-block;
    font-size: 15px;
    color: #9d0000;
    font-style: italic;
  }
  .owl-theme .owl-controls .owl-page span {
    border: 2px solid #2a3d7d;
    background: #fff !important;
    border-radius: 0 !important;
    opacity: 1;
  }
  .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page:hover span {
    background: #0d4ca5 !important;
    border-color: #0d4ca5;
}
  @media only screen and (max-width: 767px) {
    .testimonial {
      padding: 20px;
      text-align: center;
    }
    .testimonial .pic {
      display: block;
      position: static;
      margin: 0 auto 15px;
    }
  }

  .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 29px!important;
    height: 12px!important;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.wrapper{
  max-width: 1100px;
}
.gallery{
  display: flex;
  flex-wrap: wrap;
}
.gallery .image{
  padding: 7px;
  width: calc(100% / 3);
}
.gallery .image span{
  display: flex;
  width: 100%;
  overflow: hidden;
}
.gallery .image img{
  width: 100%;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.gallery .image:hover img{
  transform: scale(1.1);
}
.preview-box{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  max-width: 700px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  padding: 0 5px 5px 5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.preview-box.show{
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease;
}
.preview-box .details{
  display: flex;
  align-items: center;
  padding: 12px 15px 12px 10px;
  justify-content: space-between;
}
.preview-box .details .title{
  display: flex;
  font-size: 18px;
  font-weight: 400;
}
.details .title p{
  margin: 0 5px;
}
.details .title p.current-img{
  font-weight: 500;
}
.details .icon{
  color: #007bff;
  font-size: 20px;
  cursor: pointer;
}
.preview-box .image-box{
  display: flex;
  width: 100%;
  position: relative;
}
.image-box .slide{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  height: 50px;
  width: 60px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
}
.slide.prev{
  left: 0px;
}
.slide.next{
  right: 0px;
}
.image-box img{
  width: 100%;
  border-radius: 0 0 3px 3px;
}
.shadow{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: none;
  background: rgba(0,0,0,0.45);
}
@media(max-width: 1000px){
  .gallery .image{
    width: calc(100% / 2);
  }
}
@media(max-width: 600px){
  .gallery .image{
    width: 100%;
    padding: 4px;
  }
  .top-nav .nav-link{
    text-align:center!important;
  }
  
 .primary-nav .nav-item{
    margin:0px!important;
  }
.navbar-brand img {
    max-width: 330px!important;
    height: auto!important;
}
 

}

.contact-form-wrapper {
  padding: 49px 0;
}

.contact-form {
  padding: 0px 0px;
  border-radius: 12px;
  width: 400px;
}

.contact-form textarea {
  resize: none;
}

.contact-form .form-input,
.form-text-area {
  background-color: #f0f4f5;
  height: 50px;
  padding-left: 16px;
}

.contact-form .form-text-area {
  background-color: #f0f4f5;
  height: auto;
  padding-left: 16px;
}

.contact-form .form-control::placeholder {
  color: #aeb4b9;
  font-weight: 500;
  opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control:focus {
  border-color: #f33fb0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #f33fb0;
}

.contact-form .title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.contact-form .description {
  color: #aeb4b9;
  font-size: 14px;
  text-align: center;
}

.contact-form .submit-button-wrapper {
  text-align: center;
}

.contact-form .submit-button-wrapper input {
    border: none;
    border-radius: 4px;
    background-color: #8fccff;
    color: rgb(8, 8, 8);
    text-transform: uppercase;
    padding: 10px 60px;
    font-weight: 500;
    letter-spacing: 2px;
}

.contact-form .submit-button-wrapper input:hover {
  background-color: #ffffff;
  color:#9d0000;
}
.site-map{

  margin-top: 100px !important;

}
.carousel-caption{
  bottom: 9.25rem!important;
}
.carousel-caption h5{
  color: #f8fcff;
  font-size: 45px;
}
.carousel-caption span{
  background: red;
}

.footer-back{

  background-color: #1364a7;
    color: #fff!important;

}
.row{
  margin-right: 0;
  padding-right: 0;
}


@media only screen and (max-width: 400px) {
 
.social-media{

  display: none;
}
.top-nav .nav-link{
  text-align:center!important;
}

.carousel {
  margin-top: 0px;

}
.primary-nav{
border-radius: 0px!important;

}
.navbar-brand img {
  max-width: 280px!important;
  height: auto;
}

#section {
  background: linear-gradient(45deg, #0e167b00, #0e167b24), url(../img/background.jpg);
  background-attachment: scroll;
  background-position: top!important;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 0px 10px;
  background-size: size;
  background-size: cover;
}
}
.gallery img{

  margin: 12px!important;

}

/* .dropdown .dropdown-menu {
  -webkit-transition: all 0.32s;
  -moz-transition: all 0.32s;
  -ms-transition: all 0.32s;
  -o-transition: all 0.32s;
  transition: all 0.32s;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-25%) scaleY(0);
  transform-origin: top;
  margin-left: 45px;
}

.dropdown-menu.show {
  opacity: 1;
  transform: translateX(-25%) scaleY(1);
} */

.slider-height {
  min-height: 250px;
  margin-top: -50px;
}

.slider-height-3 {
  min-height: 545px;
}

.slider-social-icons {
  position: relative;
  top: 60px;
}
/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1200px) {
.slider-height {
  min-height: 550px;
}

.slider-content.slider-content-2 {
  padding-top: 8px;
  padding-bottom: 129px;
}

.mobile-menu-2 .mean-container a.meanmenu-reveal span {
  background: #fff none repeat scroll 0 0;
  display: block;
  height: 3px;
  margin-top: 3px;
}

.section-title-para p {
  padding: 0 8px;
}

.section-title-para-2 p {
  padding: 0;
}

.about-content p {
  padding-right: 42px;
}

.about-content-2 p {
  padding-right: 0;
}

.about-right-img img {
  width: 100%;
}

.about-sklls-area {
  padding-right: 15px;
}

.about-title-section p {
  padding-right: 0;
}

.feature-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 26px;
  width: 300px;
  margin: 0 10px;
}

.courses-author {
  top: 150px;
}
}
.slider-content h1{

  font-size: 40px;
  color: #ffffff;
  text-transform: uppercase;

}

.content-more{
  text-align: justify!important;
  font-size: 15px;
  line-height: 28px;
  color: #383838;

}

.shop-img{

  width: 445px;
  margin-top: 10px;
  height: 400px;

}
.breadcrumb-item.active{

  color: #ec0000!important;
  font-style: italic!important;

}

.breadcrumb-item a{

  color: #f9b800;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;

}
span{
  color: #9d0000;
}

.contact li{

  list-style:none!important;

}
.contact-text i{

  background: #1364a7;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  border-radius: 60px;
  font-size: 16px;

}
.contact-text h5{

    color: #000;
    text-transform: uppercase;

}
.form-label{
  font-weight: bold!important;
}
.contact-text span{
  color: #585858;
  margin-left: 46px;

}

.product{

  box-shadow: 6px 5px 10px rgb(148 148 148);
  transition: transform .1s ease-in 0s;
  border: 5px solid #9d0000;
  border-radius: 4px;
  margin: 25px;

}
.product:hover{

  transition: transform .3s ease-out 0s;

}
.product h4{

  font-size: 22px;
  padding: 10px;
  letter-spacing: 2px;

}

.product button{

  background: #9d0000;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 3px;
    border: 2px solid #9d0000;
    border-radius: 2px;

}

.modal-body p{

  text-align: justify;
  color: #fff;
}

.modal-body .btn-success{

  border: 2px solid;
  background: #006e09;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;

}

.modal-body .btn-danger{

  border: 2px solid;
  background: #9d0000;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;

}

.modal-content{

  background: linear-gradient(45deg, #0e167b00, #0e167b24), url(../img/bottom_background.jpg);
  background-attachment: scroll;
  background-position: top!important;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 0px 10px;
  background-size: size;
  background-size: cover;
  top: 50px;
  border: 3px solid white;

}

.modal-title{

  color: #fff;

}

.fade{

  background: #000000bd;

}

.accordion-button {

    margin: 13px;
    background: #ffffff;
    border-radius: 5px!important;
    font-size: 18px;
    font-weight: 900;
    padding: 10px 19px 10px 28px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

}

.accordion-button i{

color: #9d0000;
font-weight: bold;

}

.accordion-item{

border: none!important;

}

.enq-form{
  padding: 20px;
  border-radius: 5px!important;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

}