@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500&family=Kanit:ital,wght@1,300&family=Montserrat:ital,wght@0,200;1,300&family=Poppins:wght@200&family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Adamina&family=EB+Garamond:wght@500&family=Kanit:ital,wght@1,300&family=Montserrat:ital,wght@0,200;1,300&family=Poppins:wght@200;400&family=Roboto&display=swap");

* {
  margin: 0;
  box-sizing: border-box;
  /* font-family: "Adamina", serif; */
  font-family: "Poppins", sans-serif;
}
.form-control:focus {
  outline: none !important;
  box-shadow: none;
}
html{
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

* a {
  text-decoration: none;
  }
/* ---------------------------- */


.btn-color {
  /* background-color: #F2DEBA;  
   */
  color: #fff;
  background-color:  #002147;
}
.btn-color:hover{
  background-color:  #fff!important;
  color: #002147!important;
}

.text-bar {
  background-color: #002147;
}


.list-none li a {
  color: #fff;
  /* color: #F2DEBA; */
}
.list-none li a:hover {
  color: #ff9805;
}

.text {
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
}
.navbar{

  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  
  }
/*  */
.brand-logo {
  justify-content: space-between;
}

.nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 15px;
  text-transform: uppercase;
  color: #002147 !important;
}

.collapse {
  justify-content: space-around;
}

/* dropdown  */

.dropdown {
  position: relative !important;
  perspective: 1000px !important;
  z-index: 100 !important;
  cursor: pointer;
}

/* .dropdown:hover .dropdown_menu li{
     display: block;
    } */

.dropdown_menu {
  position: absolute;
  top: 107%!important;
  left: 0;
  width: 100%;
  perspective: 1000px;
  z-index: -1;
}

.dropdown_menu li {
  display: none;
  color: white;
  background-color: #34495e;
  padding: 10px 20px;
  font-size: 16px;
  opacity: 0;
}

.dropdown .dropdown_menu  li:hover  {
  background-color:  #002147!important;
}

/* Menu as a whole animated */
.dropdown:hover .dropdown_menu-animate {
  display: block;
}
.dropdown_menu-animate {
  display: none;
}
.dropdown_menu-animate li {
  display: block;
  opacity: 1;
}

.dropdown_menu-open {
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
}

@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}

.border-bottom {
  position: relative;
}

.dropdown-item{
  font-size: 13px;
  font-family: "Poppins", sans-serif;
}

.border-bottom::before {
  content: "";
  background: #002147;
  width: 53%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  top: 45px;
  margin-top: 10px;
}

.border-bottom {
  border-bottom: #ffb606 !important;
}

.take-text {
  background-color: #002147;
  color: #fff;
}

/* slider */

.slider {
  opacity: 1;
}


/* owl carsolu */
.item img {
  position: relative;
}
.slider-tittle {
  position: absolute;
  top: 15%;
  color: #fff;
}

#section-2 {
  padding: 20px 30px;
}

/*Why Choese */

.text-info{
  
  font-family:'Manrope', sans-serif;
    line-height: 1;
}
.card-wrap{
    background-color: #202942;
    color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
}
.icon{
   width: 30%;
    margin: auto;
}
.icon img{
   
    width: 100%;
}


.sub-tittle {
  margin: 40px 0;
  color: #568aed;
  position: relative;
  font-family: monospace;
  letter-spacing: 2px;
}

.sub-tittle::after {
  content: "";
  width: 100px;
  height: 0;
  border-bottom: 2px solid #568aed;
  position: absolute;
  top: 5px;
  margin: 6px 15%;
}

.owl-nav{
  display: none;
}

.card-outline{
    padding: 20px;
}
/* .icon i {
  font-size: 5rem;
  padding: 20px;
  color: #568aed;
} */






.section-3 {
  background-color: #faf9f7;
}

.lead {
  color: #444;
  font-weight: 400;
  line-height: 34px;
  font-size: 25px;
}

/* .zoom-pic {
    overflow: hidden;
    z-index: 1;
} */
/* service  */

.service-block h2{
  color: #002147;
  font-weight: 500;
}

h2{
  font-weight: 100;
}
.inner{
  overflow: hidden;
}
.inner img{
transition: all 2.5s ease;
} 
.inner:hover img{
transform: scale(1.3);
} 
.service-img {
  position: relative;
  margin-bottom: 30px;
}
.zoom-pic {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.25s ease-in-out;
}

.row-befor {
  margin-right: -15px;
  margin-left: -15px;
}

.trainer-block {
  position: relative;
}

.trainre-info {
  background-color: #fff;
  z-index: 2;
  text-align: center;
  bottom: 18px;
  /* width: 84%; */
  margin-left: 4%;
  padding: 19px 11px 19px 11px;
  position: absolute;
  border-bottom: 3px solid #ff9805;
  z-index: 1;
}
.trainer-img img {
  width: 100%;
}

.card-tittle a:hover {
  color: #ff9805;
}


.trainer-meta {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #568aed;
}

@media only screen and (max-width: 480px) {
  html {
    width: 100vw;
    overflow-x: hidden;
  }
}

.post-block {
  margin-bottom: 60px;
}

.post-image {
  margin-bottom: 30px;
}

.meta-bg {
  background-color: #568aed;
  color: #fff;
  float: left;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  padding: 13px 10px;
  line-height: 17px;
  margin-right: 20px;
}

h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

.post-title {
  color: #363636;
}

.meta {
  margin-bottom: 30px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #808080;
  display: inline-block;
  margin-top: 10px;
}

span.meta-line {
  content: "";
  width: 100px;
  height: 2px;
  border-bottom: 2px solid #568aed;
  background-color: #568aed;
  float: left;
  margin-top: 12px;
  margin-right: 15px;
}

.meta-line {
  position: relative;
}

.address-block p {
  padding-left: 30px;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  border: none !important;
  outline: none !important;
  background: #feacc6;
  cursor: pointer;
  padding: 10px;
  /* background-color: #ffa405; */
  display: inline-block;
  position: relative;
  transition: color 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 0.25rem;
  background: #2b4261;

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
/* .hvr-sweep-to-right {
  z-index: 1;
}
.hvr-sweep-to-right:hover {
  color: #fff;
}
.hvr-sweep-to-right:hover::before,
.hvr-sweep-to-right:focus::before {
  transform: scaleX(1);
} */
.btn-link {
  text-decoration: none;
  font-size: 13px;
  border-color: transparent;
}
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
.btn-primary {
  background-color: #568aed;
  color: #fff;
}
/* .btn-primary::before {
    background-color: #FEACC6;
} */
.sab-tittle {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.card-line {
  padding: 20px 45px;
}


/* contect */
.card-form {
  /* background-color: #faf9f7; */
  border-top: 3px solid #ffa405;
  padding: 30px;
  margin-bottom: 30px;
}

/* about us page */
#section-2 {
  background-color: #faf9f7;
}

.brand-logo,
.brand-info,
.user {
  align-items: center;
}

/* ------Team member--------- */

.team-wrapper  .card{
  /* width:250px; */
  height:350px;
  border-radius:25px;
  overflow:hidden;
  position:relative;

}
.up{
  width:100%;
  background:#ffa405;
  height:35%
}
.down{
  height:65%;
  background:#002147;
  display:flex;
  justify-content:center;
  flex-direction:column;
}
.design{
  margin:auto;
  font-family:cursive;
}
.name{
  color:white;
  text-align:center;
  display:block;

}
.post{
  color:#ffa405;
 
}

.team-wrapper img{
  box-shadow:inset 2px 2px 5px;
  border-radius:15px;
  position:absolute;
  transition:transform 1.0s;
  z-index:1;
}
.team-wrapper .card:hover img{
  transform:scale(0.57) ;
  border-radius: 50%;
  width:100%;
  height: 70%;
  text-align: center;
  
}
 
.down .icons-row{
  display:flex;
  z-index:0;
  height:40px;
  width:100%;
  margin:auto;
  position:absolute;
  bottom:14%;
  color:white; 
  justify-content:space-around;
}

.icons-row i{
  border-radius:50%;
  width:50px;
  height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:radial-gradient(rgb(0,0,35),rgb(0,0,45),rgb(255,255,255,0.5));
  transition:1s;
  margin:5px 5px;
}
.icons-row i:hover{
  background:radial-gradient(rgb(0,85,185),rgb(0,40,255),rgb(255,255,255,0.5));
  transform:rotate(360deg);
}



/* ---Contact Us */



.page-header {
  background: url("./media/photo1.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  margin: 0;
  padding: 15px 10px 15px;
  min-height: 200px;
  border: none;
  color: #fff;
  position: relative;
}

.page-header-tittle {
  position: absolute;
  top: 30%;
  padding-left: 25px;
  font-family: "Poppins", sans-serif;
  /* font-size: 13px; */
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.card-link{

  color: #ff9805;
}
.card-link:hover{
  color: #002147
}

 /* span{
  color: red;
} */


.facility {
  background-color: #faf9f7;
  margin-left: 50px;
}
.facility-info {
  padding-left: 50px;
  /* font-size: 16px; */
  padding: 60px 20px;
  line-height: 38px;
}

.career-opening {
  background-color: #faf9f7;
}

/* .service-info {
  color: #8e8e8e;
} */




/* footer */

#footer {
  /* background-image: url("https://s9ybcc.p3cdn1.secureserver.net/wp-content/uploads/2020/08/bottom-bg.jpg?time=1669153034"); */
  background-color: #002147;
  color: #fff;
  font-family: "Poppins", sans-serif;
  /* padding: 40px 40px; */
  font-size: 13px;
 }
 
 ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
 }

 .border:hover{
  background-color: #ff9805;
 }
 .footer-block ul li{
  line-height: 30px;
}

/* footer end */

/* -----feature page------ */
.imagebox{
  height: 40px;
    display: block;
    text-align: center;
}
.featureinfoinner{
  text-align: center;
}
.featureinfoinner h4{
  font-weight: 600;
    /* font-size: 20px; */
    font-size: 16px;
    /* color: #002147; */
    color: #4A4A4A;
    text-align: center;
}
.featureinfoinner .imagebox .fa-solid{
  /* color: #002147; */
  color: #ffb606;
}
.feature-info a[href] {
  cursor: pointer;
}
.feature-info{
  padding: 20px 30px;
}
.feature-info:hover{
  background-color: #dfe9f3;
}
/* -----feature page End ------ */

/* -----Admin */
.inner-outer img{
    transition: all 1.0s ease;
    } 
    .inner-outer:hover img{
    transform: scale(1.1);
    } 

.admin-block h2{
  color: #002147;
  font-weight: 500;
}
.svg-icon{
width: 10px;
  }

  /* ---------------card effect---------- */
 .card-wrapper h3 {
    color: #ffb606;
    font-size: 17px;
    line-height: 24px;
    font-weight: 800;
  }
  
  .card-wrapper p {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
  }
      
  .go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #002147;
    border-radius: 0 4px 0 32px;
  }
  
  .go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
  }
  
  .card-wrapper {
    display: block;
    position: relative;
    /* max-width: 262px; */
    background-color: #f2f8f9;
    border-radius: 4px;
    /* padding: 32px 24px; */
    /* margin: 12px; */
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
  }
    .card-wrapper:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: -16px;
      right: -16px;
      background: #002147;
      height: 32px;
      width: 32px;
      border-radius: 32px;
      transform: scale(1);
      transform-origin: 60% 30%;
      transition: transform 0.25s ease-out;
    }
  
    .card-wrapper:hover:before {
      transform: scale(21);
    }
  
  
  .card-wrapper:hover p {
      transition: all 0.3s ease-out;
      color: rgba(255, 255, 255, 0.8);
    }
    .card-wrapper:hover h3 {
      transition: all 0.3s ease-out;
      color: #ffffff;
    }
