html {
  scroll-behavior: smooth;
}
body {
  font-size: 1rem;
  font-family: "Mulish", sans-serif;
  /* font-family: 'Tinos', serif; */
  /* font-family: "times_new_romanregular"; */
  font-weight: 500;
  color: #32434c;
  background: #1aa8c90d;
}
.ovhidden {
  overflow: hidden;
}

a,
a:hover {
  text-decoration: none !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
/* .fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
} */
ul {
  padding-left: 0px;
  list-style-type: none;
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

img.loadimg {
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
img.loadimg.fade {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

button {
  border: none;
  cursor: pointer;
  outline: 0;
  font-family: "Tinos", serif;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  font-weight: 700;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.4;
}

/* input {
  font-family: "Tinos", serif;
} */

@media (min-width: 1366px) {
  .cmpad {
    max-width: 1526.4px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media (max-width: 1366px) {
  .cmpad {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 991px) {
  .cmpad {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .cmpad {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 90%;
  }
}


@media (min-width: 768px) {
  ::-webkit-scrollbar {
    width: 10px;
    height: 6px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eee;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #3a3a3a;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #444;
  }

  .custscroll::-webkit-scrollbar,
  .custscroll::-webkit-scrollbar-thumb {
    border-radius: 13px;
    width: 6px;
    height: 6px;
    background-clip: padding-box;
    background: transparent;
  }
  .custscroll::-webkit-scrollbar-track {
    background: transparent;
  }
  .custscroll:hover::-webkit-scrollbar-thumb {
    background-color: #ccc;
  }
  .custscroll::-webkit-scrollbar-thumb:hover {
    background-color: #999;
  }

  .custscrollA::-webkit-scrollbar {
    border-radius: 13px;
    width: 6px;
    height: 6px;
    background-clip: padding-box;
    background: transparent;
  }
  .custscrollA::-webkit-scrollbar-track {
    background: transparent;
  }
  .custscrollA::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 6px;
  }
  .custscrollA::-webkit-scrollbar-thumb:hover {
    background-color: #999;
  }
}

.mainhdcenter {
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
}
.mainhead {
  font-weight: 800;
  position: relative;
}
h3.mainhead {
  font-size: 1.3rem;
}
h4.mainhead {
  font-size: 1rem;
}
.mainhead.center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.subhead {
  font-weight: 700;
  font-size: 1.15rem;
}
.subhead.line {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.hdcap {
  color: #666;
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.mainhdcenter .hdcap {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.clrinvert .mainhead {
  color: #fff;
}
.clrinvert .hdcap {
  color: #f8f8f8;
}
.mainheadrow {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.mainheadrow .morebtn {
  font-size: 0.875rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 2.2rem;
  }
  .h2,
  h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 575px) {
  .h2,
  h2 {
    font-size: 1.5rem;
  }
  .h1,
  h1 {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  ::-webkit-scrollbar {
    width: 10px;
    height: 6px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eee;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #3a3a3a;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #444;
  }

  .custscroll::-webkit-scrollbar,
  .custscroll::-webkit-scrollbar-thumb {
    border-radius: 13px;
    width: 6px;
    height: 6px;
    background-clip: padding-box;
    background: transparent;
  }
  .custscroll::-webkit-scrollbar-track {
    background: transparent;
  }
  .custscroll:hover::-webkit-scrollbar-thumb {
    background-color: #ccc;
  }
  .custscroll::-webkit-scrollbar-thumb:hover {
    background-color: #999;
  }

  .custscrollA::-webkit-scrollbar {
    border-radius: 13px;
    width: 6px;
    height: 6px;
    background-clip: padding-box;
    background: transparent;
  }
  .custscrollA::-webkit-scrollbar-track {
    background: transparent;
  }
  .custscrollA::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 6px;
  }
  .custscrollA::-webkit-scrollbar-thumb:hover {
    background-color: #999;
  }
}

ul.social {
  display: flex;
  margin-bottom: 0;
}
ul.social li {
  display: block;
}
ul.social li:last-child {
  margin-right: 0;
}
ul.social li a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  /* font-size: 4.9rem; */
  background: #ffffff26;
  border-radius: 50px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ul.social li a:hover {
  background: #cf920b;
  color: white;
} */

ul.social li a i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 0.8rem;
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

ul.social li a:hover i {
  color: #fff;
}

ul.social li a .fa-facebook-f {
  background-color: #3b5998;
}
ul.social li a:hover .fa-facebook-f {
  background-color: #3b5998;
}
ul.social li a .fa-x-twitter {
  background-color: #00acee;
}
ul.social li a:hover .fa-x-twitter {
  background-color: #00acee;
}
ul.social li a .fa-instagram {
  background-color: #8a3ab9;
  background: #d6249f;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}

ul.social li a:hover .fa-instagram {
  background-color: #8a3ab9;
}
ul.social li a .fa-linkedin-in {
  background-color: #0072b1;
}
ul.social li a:hover .fa-linkedin-in {
  background-color: #0072b1;
}
ul.social li a .fa-pinterest {
  background-color: #c8232c;
}
ul.social li a:hover .fa-pinterest {
  background-color: #c8232c;
}
ul.social li a .fa-youtube {
  background-color: #ff0000;
}
ul.social li a:hover .fa-youtube {
  background-color: #ff0000;
}

p {
  margin-top: 0;
}

.flexVcenter {
  display: flex;
  flex-flow: wrap;
  align-content: center;
}

@keyframes moveRight {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
  50% {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
  }
  100% {
    transform: translate(0px);
    -webkit-transform: translate(0px);
  }
}
@keyframes moveLeft {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
  50% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
  }
  100% {
    transform: translate(0px);
    -webkit-transform: translate(0px);
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
  }
  100% {
    transform: translate(0px);
    -webkit-transform: translate(0px);
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*PULSE*/
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/*---------------------------------------*/
/*::::::::::::::::HEADER:::::::::::::::::*/
/*---------------------------------------*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  /* background-color: white; */
  /* box-shadow: 0 0 20px rgb(9 76 160 / 20%); */
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

header.active {
  box-shadow: 0 0 20px rgb(9 76 160 / 20%);
  background-color: #fff;
}
header .headmain {
  display: flex;
  /* height: 70px; */
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
/* header.active .headmain{
    height: 60px;
} */
header .headmain .logocol {
  width: 260px;
  height: 100%;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  position: relative;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
header.active .headmain .logocol {
  width: 130px;
}
header .headmain .logocol a {
  width: 100%;
  display: flex;
}
header .headmain .logocol a img {
  width: 100%;
  padding: 10px 0;
}
header .headmain .menucol {
  flex: 1 0;
}
header .menutop {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.825rem;
  position: relative;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
header.active .menutop {
  height: 0;
  overflow: hidden;
}
header .menutop ul.menuhelp {
  flex: auto;
  margin-right: 1rem;
}
header .menutop ul {
  display: flex;
  flex-flow: wrap;
  gap: 1rem;
}
header .menutop ul li a {
  color: rgb(255 255 255 / 75%);
}
header .menutop ul li a:hover {
  color: #fff;
}
header .menutop ul li a i {
  margin-right: 5px;
  transition: none;
}
header .menutop .searchbox {
  margin-left: 2rem;
  height: 100%;
  display: flex;
}
header .menutop .searchbox input,
header .menutop .searchbox button {
  height: 100%;
  border: none;
  margin: 0;
  padding: 0 15px;
  outline: 0;
  color: #fff;
  background-color: rgb(255 255 255 / 10%);
}
header .menutop .searchbox button {
  width: 35px;
  padding: 0;
  font-size: 1rem;
}
header .menutop .searchbox input::placeholder {
  color: rgb(255 255 255 / 75%);
}
header .menubottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  height: 100%;
  position: relative;
  padding-left: 15px;
}

.head-btn {
  background-color: #01a8d5;
  border-radius: 0.3rem;
  padding: 6px 20px;
  color: white;
  font-size: 0.9rem;
  /* border: 1px solid #212d7d; */
  transition: all 0.3s ease;
}
.head-btn:hover {
  background-color: #ffb30b;
}
.head-btn-tra {
  background-color: transparent;
  transition: all 0.3s ease;
  color: #212d7d;
}
.head-btn-tra:hover {
  border: 1px solid #ffb30b;
  background-color: #ffb30b;
  color: white;
}

.pakka-img {
  width: 180px;
  margin-right: 25px;
  border-radius: 0.3rem;
}

.bg1 {
}
.bg2 {
  background-color: #08bf62;
  border: #08bf62;
}

/*---------------------------------------*/
/*::::::::::::::::::SLIDER::::::::::::::*/
/*---------------------------------------*/

.slider {
  background-color: #01a8d5;
  position: relative;
  /* background: linear-gradient(180deg, #01a8d521, transparent); */
  /* position: relative; */
  /* display: flex; */
  /* align-items: center; */
  /* background-image: url(../img/images/slide-bag.svg); */
  /* background-position: center; */
  /* background-size: cover; */
  background-image: url(../img/ban4.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}
.logo-sec-main{
  position: absolute;
  bottom: 30px;
}
/* .slider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #01a8d512, transparent);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
} */

.mainhead1{
  line-height: 80px;
}

.slider h3{
        font-size: 2.5rem;
    color: white;
    border-bottom: 2px solid white;
    max-width: fit-content;
    padding-bottom: 8px;
    margin-bottom: 13px !important;
}

.slider h2 {
  font-size: 5rem !important;
  /* padding-bottom: 10px; */
  color: white;
  margin-bottom: 20px;
  margin-top: -18px;
}

.subname{
  font-size: 2rem;
    color: white;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 6px;
}
.size{
  display: flex;
  gap: 15px;
}

.canara{
  width: 180px;
  margin-bottom: 10px;
  background: white;
  padding: 10px;
  border-radius: 0.3rem;
}
.canara p{
  margin-bottom: 5px;
    font-size: .7rem;
}
.logo-sec{
      display: flex;
   
    justify-content: center;
    max-width: 900px;
    margin: auto !important;
    flex-flow: wrap;
    margin: -6px;
  
}

.logo-sec li{
  flex: 1 0 calc( 100% / 6 );
  max-width: calc( 100% / 6 );
  
   padding: 6px;
}



.logo-sec img{
  border-radius: .3rem;
  width: 150px;
}

.slider-sec{
      display: flex;

    margin: auto !important;
    flex-flow: wrap;
    margin: -5px  !important;
  
}

.slider-sec li{
  flex: 1 0 calc( 100% / 2 );
  max-width: calc( 100% / 2 );
  
   padding: 5px;
}



.slider-sec img{
  border-radius: .3rem;
  width: 120px;
}




.text-right{
  text-align: right !important;
}
.mySwiper img{
  width: 100%;
  /* height: 130px;
  object-fit: cover; */
}

.des{
      margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 800;
    color: white;
}

.ft{
  background: #008aaf;
  padding: 1rem 0;
  font-size: .9rem;
  color: rgba(255, 255, 255, 0.867);
}
.ft a{
  color: rgba(255, 255, 255, 0.847);
}
.ft a:hover{
  color: white;
}

.footer {
  background: #2ab4d9;
  color: white;
  padding: 20px 0;
}
.footer h5{
  font-size: 1rem;
}
.footer p{
  margin-bottom: 0;
  padding-left: 58px;
}
  .footer a {
    color: #ffffffd1;
}
.footer a:hover{
  color: white;
}
.footer i{
  background: #167c98;
  padding: 10px;
  margin-right: 20px;
  border-radius: 50px;
}

.form-in label{
  font-size: .85rem;
    color: #333;
}



.slider h2 span {
  color: #01a8d5;
}
.slide-con {
  max-width: 800px;
  text-align: center;
  /* display: flex; */
  /* justify-content: center; */
  margin: auto;
  padding-bottom: 25px;
  line-height: 20px;
  color: #666;
}

.slide-list {
  display: flex;
  flex-flow: wrap;
  margin: -10px;
  z-index: 1;
  position: relative;
}
.slide-list li {
  flex: 1 0 25%;
  padding: 10px;
  max-width: 25%;
}
.slide-list li .course-bx {
  background: white;
  padding: 10px;
  border-radius: 0.3rem;
  box-shadow: 0px 0px 20px #0000001a;
  position: relative;
  transition: all 0.3s linear;
}
.slide-list li .course-bx:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #ffb30b0d;
  bottom: 0;
  right: 0;
  border-radius: 50px 0 0 0;
}

.course-img {
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
}
.course-img .fea {
  line-height: 19px;
  position: absolute;
  margin-bottom: 0;
  font-size: 0.8rem;
  background: linear-gradient(307deg, #e46039, #fff34f, #e48d39);
  background-size: 600% 600%;

  -webkit-animation: AnimationName 9s ease infinite;
  -moz-animation: AnimationName 9s ease infinite;
  animation: AnimationName 9s ease infinite;
  border-radius: 2rem;
  padding: 1px 10px;
  right: 8px;
  top: 8px;
  color: white;
  z-index: 1;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 13%;
  }
  50% {
    background-position: 100% 88%;
  }
  100% {
    background-position: 0% 13%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 13%;
  }
  50% {
    background-position: 100% 88%;
  }
  100% {
    background-position: 0% 13%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 13%;
  }
  50% {
    background-position: 100% 88%;
  }
  100% {
    background-position: 0% 13%;
  }
}

.course-con {
  padding: 18px 8px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding-bottom: 5px;
}
.course-con h5 {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.2;
}
.pro p {
  margin-bottom: 0;
  font-size: 0.75rem !important;
  /* line-height: 18px; */
  /* color: #666 !important; */
  padding: 2px 8px;
  /* border: 1px solid #00000024; */
  border-radius: 0.3rem;
  text-align: center;
  background: #ec0b0b;
  color: white;
}
.course-para {
  color: #333 !important;
  font-size: 0.85rem !important;
  margin-bottom: 5px;
  max-height: 41px;
  overflow: hidden;
  line-height: unset !important;
  text-align: center;
}

/* .course-bx:hover .course-img img{
transform: scale(1.1);
} */
.course-bx:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 20px -20px rgb(0 0 0 / 39%) !important;
}
.course-btn {
  padding: 10px 0;
  position: relative;
  z-index: 9;
}
.course-btn a {
  padding: 8px 18px;
  font-size: 0.8rem;
  background: transparent;
  color: #ec0b0b;
  transition: 0.3s;
  border: 1px solid #ec0b0b;
}
.course-btn a:hover {
  color: white;
  border: 1px solid #ffb30b;
}

.pro {
  display: flex;
  gap: 5px;
  /* border-top: 1px solid #0000001a; */
  /* border-bottom: 1px solid #0000001a; */
  /* padding: 10px 0; */
  /* margin: 6px 0;*/
  padding-bottom: 10px;
}
.pro i {
  color: white;
}
/* .pro p{
  flex: 1 0 auto;
} */

/*---------------------------------------*/
/*::::::::::::::::::placements::::::::::::::*/
/*---------------------------------------*/

.place {
  padding: 8px;
  border: 1px solid #00000012;
  border-radius: 0.3rem;
  cursor: pointer;
  padding-bottom: 0;
}
.place img {
  border-radius: 0.3rem;
  transition: 0.3s;
  width: 100%;
}

.plce-con {
  text-align: center;
  padding: 5px 0;
  line-height: 1.2;
}
.plce-con h5 {
  margin-bottom: 0;
  font-size: 1rem;
}
.plce-con p {
  margin-bottom: 0 !important;
  font-size: 0.85rem !important;
  color: #666 !important;
  line-height: 18px !important;
}
.place-img {
  overflow: hidden;
  border-radius: 0.3rem;
  position: relative;
}

.place-img .course {
  margin-bottom: 0;
  position: absolute;
  background: #01a8d5;
  padding: 5px 5px;
  font-size: 0.85rem;
  color: white;
  border-radius: 0.3rem 0 0.3rem 0;
  z-index: 9;
  line-height: 1.1;
}
.place:hover img {
  transform: scale(1.1);
}

/*---------------------------------------*/
/*::::::::::::::::::FOOTER::::::::::::::*/
/*---------------------------------------*/

footer {
  padding: 3rem 0;
  color: #333;
  background-color: #ffb30b24;
  font-size: 0.95rem;
  /* box-shadow: 0px -3px 20px #00000012; */
  /* border-top: 2px solid #01a8d521;*/
}
footer .fttop {
  padding-bottom: 2rem;
}
footer .ftaddress .ftlogo {
  width: 180px;
}
footer .ftaddress ul {
  display: flex;
  /* flex-flow: column; */
  /* margin-top: 20px; */
  position: relative;
  gap: 3px;
  /* justify-content: center; */
}
/* footer .ftaddress ul li {
  padding-left: 30px;
  margin: 5px 0;
} */
.foot-para {
  max-width: 400px;
  margin-bottom: 5px;
}
footer .ftmenucol {
  position: relative;
}

footer .ftmenucol ul li i {
  position: absolute;
  left: 0;
  margin-top: 5px;
  color: #cf920b;
}
footer .ftmenucol h5 {
  color: #333;
  position: relative;
  display: flex;
  flex-flow: column;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
footer .ftmenucol h5:after {
  content: "";
  display: flex;
  width: 20px;
  height: 4px;
  margin-right: 10px;
  border-radius: 0.5rem;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #094ca0;
}
footer .ftmenucol ul {
  display: flex;
  flex-flow: column;
}
footer .ftmenucol ul li {
  margin: 5px 0;
  padding-left: 25px;
}
footer .ftmenucol ul li a:hover {
  color: #f7f7f7;
}
footer .ftmenurow {
  display: flex;
  flex-flow: wrap;
}
footer .ftbottom {
  border-top: 1px solid rgb(105 105 105 / 15%);
  padding-top: 2rem;
}
.ftbottom .para2 {
  text-align: right;
}
footer a {
  color: #333;
}
/* footer ul.social {
  justify-content: flex-end;
} */
/* footer ul.social li {
  margin-left: 10px;
} */

@media (max-width: 991px) {
  footer .ftaddress {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  footer .ftbottom {
    text-align: center;
  }
  footer ul.social {
    justify-content: center;
    margin-bottom: 1rem;
  }
  footer .ftmenucol h5:after {
    margin: auto;
  }

}

.foot-right {
  display: flex;
  align-items: center;
  /* justify-content: flex-end; */
}
.con-sec {
  display: flex;
  gap: 15px;
}
.con-sec a {
  padding: 8px 20px;
  /* border: 1px solid #c1d2dd; */
  border-radius: 0.3rem;
  font-size: 1rem;
  margin-bottom: 0;
  transition: 0.3s;
  color: white;
}

.con-sec a:first-child {
  background-color: #212d7d;
}
.con-sec a:last-child {
  background-color: #08bf62;
}

.con-sec a:hover {
  background-color: #ffb30b;
}
.fa-whatsapp {
  font-size: 1.25rem;
}
footer a:hover {
  color: white;
}
.foot-img img {
  width: 60px;
}
.con-sec .logo-sec {
  background-color: white;
  border-radius: 0.3rem;
}
.con-sec .logo-sec img {
  width: 140px;
  height: 60px;
  padding: 10px 8px;
}

.key-list {
  display: flex;
  flex-flow: wrap;
  margin: -10px;
}
.key-list li {
  flex: 1 0 33.333%;
  max-width: 33.333%;
  padding: 10px;
}
.key-sec {
  padding: 20px;
  border: 1px solid #00000014;
  border-radius: 0.3rem;
  text-align: center;
}
.key-sec h5 {
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 500;
}
.key-sec img {
  width: 50px;
  margin: auto;
  padding-bottom: 6px;
}

.fixed-whatsapp1 {
  background: #08bf62;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  line-height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* padding: 0px 14px; */
  position: fixed;
  left: 60px;
  bottom: 20px;
  z-index: 50 !important;
  color: white !important;
  font-size: 22px;
  transition: 0.3s;
}
.fixed-call1 {
  background: #212d7d;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  line-height: 41px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0px 14px;
  position: fixed;
  left: 5px;
  bottom: 20px;
  z-index: 50 !important;
  color: white !important;
  font-size: 22px;
  transition: 0.3s;
}
.fixed-whatsapp1 i {
  font-size: 28px;
}
.fixed-call1 i {
  font-size: 20px;
}

@media (max-width: 1199px) {
  .slide-list li {
    flex: 1 0 33.333%;
    max-width: 33.333%;
  }
  .bot p {
    text-align: center;
  }
  .bot .para2 {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .slide-list li {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .foot-right {
    justify-content: center;
    text-align: center;
  }
  footer .ftmenucol ul {
    justify-content: center;
    text-align: center;
  }
  footer .ftmenucol h5 {
    text-align: center;
  }
  .con-sec {
    justify-content: center;
  }
  footer .ftmenucol ul li i {
    position: relative;
    margin-top: 3px;
    margin-left: -28px;
  }
}

@media (max-width: 767px) {
  header .head-btn {
    display: none;
  }
  .pakka-img {
    margin-right: 0;
  }
  .course-para {
    font-size: 0.95rem !important;
  }
  .course-con h5 {
    font-size: 1.3rem;
  }
  .key-list li {
    flex: 1 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .fixed-whatsapp1,
  .fixed-call1 {
    display: none;
  }
}

@media (max-width: 575px) {
  .slide-list li {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .pro p {
    font-size: 0.9rem !important;
  }
  .mid-box {
    padding: 20px !important;
  }
  .key-list li {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 10px;
  }
  /*header .headmain .logocol {*/
  /*  width: 140px;*/
  /*}*/
  .course-btn a {
    font-size: 0.95rem;
  }
}

.mob-form-box {
  position: relative !important;
  top: 0 !important;
  margin: 20px 0;
}

@media (min-width: 992px) {
  .mob-form-box {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .desk-form-box,
  .incontent {
    display: none !important;
  }
}

/* ////////// 404 ////////// */
.error {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  /* max-width: 100%; */
  position: relative;
}
.error img {
  width: 500px;
}
.error-sec{
  text-align: center;
  position: absolute;
}
.error h5 {
  font-size: 5rem;
  margin-bottom: 0;
  margin-top: -70px;
}
.error p {
  font-size: 2rem !important;
  padding-bottom: 10px;
}
@media(max-width: 575px){
  .error h5 {
    font-size: 3rem;    
}
.error p {
  font-size: 1.5rem !important;  
}
}


/* ////////// TABDESIGN ////////// */

.mytab{
      display: flex;
    justify-content: flex-start;
    gap: 6px;
    overflow: hidden;
    flex-flow: nowrap;
    overflow-x: auto;
    /* margin: auto; */
    padding-bottom: 10px;
    border: none;
}

.mytab .nav-link {
     padding: 8px 25px;
    font-size: .95rem;
    color: #01a8d5;
    background-color: #01a8d52e;
    border-radius: 0.3rem;
    border: 1px solid #01a8d545;
    width: 100%;
}
.mytab .nav-link:hover{
      background-color: #01a8d5;
    color: white;
}
.mytab .nav-link.active{
  background-color: #01a8d5;
  color: white;
}
.mytab li.nav-item {
  flex: 1 0 auto;
  max-width: fit-content;
}

.swiper-button-next, .swiper-button-prev {
  width: 35px !important;
  height: 35px !important;
  background: red;
  border-radius: 50px;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 1rem !important;
  color: white;
}


.note{
  font-size: .8rem;
  color: #666;
  font-style: italic;
}
.note span{
  color: red;
  margin-right: 10px;
}


.ft p{
    text-align: right;
}
 

@media(max-width: 767px){
  .headmain{
    display: grid;
  }
  
}

@media(max-width :767px){
    
.logo-sec li{
  flex: 1 0 calc( 100% / 2 );
  max-width: calc( 100% / 2 );
}
.logo-sec img {
    border-radius: 0.3rem;
    width: 100% !important;
}
.ft p{
    text-align: center;
}
.ft .cen{
        text-align: center;
    padding-bottom: 6px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 5px;
}
.slider h2 {
  font-size: 4rem !important;

}
.slider h3 {
    font-size: 2rem;

}
.slider-sec img {
    border-radius: 0.3rem;
    width: 90px;
}
.padi{
        padding-top: 90px;
}
.logo-sec-main {
    bottom: 80px;
}
}

.coming {
    background: linear-gradient(315deg, #e6c335, #e3d72d, #eeaa21);
    background-size: 600% 600%;

    -webkit-animation: AnimationName 8s ease infinite;
    -moz-animation: AnimationName 8s ease infinite;
    animation: AnimationName 8s ease infinite;
        padding: 6px 35px;
    font-size: .95rem;
    color: white !important;
    border-radius: 0.3rem;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 14%}
    50%{background-position:100% 87%}
    100%{background-position:0% 14%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 14%}
    50%{background-position:100% 87%}
    100%{background-position:0% 14%}
}
@keyframes AnimationName {
    0%{background-position:0% 14%}
    50%{background-position:100% 87%}
    100%{background-position:0% 14%}
}
.coming:hover{
    color: white;
}

.fee{
        display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}
 .fee p{
        padding: 13px 20px;
    
    color: white;
    border-radius: 0.3rem;
 }
 .fee .p1{
         background: #1fa44f;
 }
 .fee .p2{
     background: #b58b20;
 }

.team{
        display: flex;
    align-items: center;
    gap: 10px;
}

input[ type="radio"],input[ type="checkbox"]{
    width: auto;
}

.head-lab{
    font-size: 1rem !important;
}

.link-color{
        color: #008aaf;
        transition: .3s;
}
.link-color:hover{
        color: #167993;
}


@media(max-width: 767px){
    .team {
    display: grid;
}
}

.exp{
        padding: 10px 40px;
    background: #3cdaff;
    color: white;
    border-radius: 0.3rem;
    font-weight: 700;
    transition: .3s;
}
.exp:hover{
    background: #40c8e8;
    color: white;
}
.loc{
       position: relative;
    padding-left: 30px;
}
.loc:before{
        content: '';
    background-image: url(../img/loc2.svg);
    position: absolute;
    width: 23px;
    height: 23px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
        margin-top: 4px;
}


.play {
       width: 60px;
    height: 60px;
    background: linear-gradient(180deg, #0085FF, #2CD7FF);
    border-radius: 60px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #ffffff;
    bottom: -5px;
}


.play-blink {
    animation: sunshines 2s infinite;
}

@keyframes sunshines {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.play-sec{
    display: flex;
    gap: 30px;
}

@media (max-width: 991px) {
  .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
}


.mytab{
    justify-content: center;
}
.accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    background: #01a8d52e;
    color: #333;
}
.accordion-button:not(.collapsed) {
    color: white !important;
    background-color: #01a8d5;
    box-shadow: none;
}

.accordion-button:hover{
    color: unset;
}
.accordion-button:not(.collapsed)::after {

    filter: brightness(0) invert(1);
}




@media(max-width: 575px){
    .slider {
    background-color: #019bbf;
    /* background: linear-gradient(180deg, #01a8d521, transparent); */
    /* position: relative; */
    /* display: flex; */
    /* align-items: center; */
    /* background-image: url(../img/images/slide-bag.svg); */
    /* background-position: center; */
    /* background-size: cover; */
    background-image: url(../img/ban4-mob3.jpg);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}
.fee {
    gap: 0;
}
.blink{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
header .headmain .logocol {
    width: 220px;
}
}


.form-check {
    margin-bottom: 0;
}


.accordion-item:not(:first-of-type) {
    border-top: 1px solid #dfdfdf;
}
.accordion-item{
        border-radius: 0.3rem;
}

header:before{
    
}

.slider:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at top left, #88e2f7a8 0%, transparent 100%);
    background-position: top;
}

.accordion-body {
    text-align: center;
}
.fa-play{
          background-color: #6bd7f0;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-button::after {

    width: 15px;
    height: 15px;
    background-size: cover;
}

.in-page header{
        background-color: #2ab4d9;
}

.map-desk{
        width: 900px;
    margin: auto;
    border-radius: 0.3rem;
}
.map-mob{
        border-radius: 0.3rem;
}

@media(max-width: 767px){
    .map-desk{
        display: none;
    }
}

@media(min-width: 768px){
    .map-mob{
        display: none;
    }
}



.bag-w{
        background: white;
    padding: 5px 10px;
    border-radius: 0.3rem;
}

.date-list{
        display: flex;
    flex-flow: wrap;
    /*max-width: 800px;*/
    
    margin: -10px;
    margin: auto;
}
.date-list li{
    flex: 1 0 33.333%;
    max-width: 33.333%;
    padding: 10px;
}

.date-list img{
    width: 30px;
}

.date-sec{
        display: flex;
    align-items: center;
    gap: 10px;
    background: #2ab4d90f;
    justify-content: center;
    padding: 13px 10px;
    border-radius: 0.3rem;
    /* box-shadow: 0px 0px 20px #0000000f; */
    border: 1px solid #2ab4d945;
}
.date-list p{
    margin-bottom: 0;
        font-weight: 700;
}

@media( max-width: 991px ){
    .date-list li{
    flex: 1 0 50%;
    max-width: 50%;
}
  .accordion-item:not(:first-of-type) {
    border-top: none !important;
}
.date-list {
    justify-content: center;
}
}
@media( max-width: 575px ){
    .date-list li{
    flex: 1 0 100%;
    max-width: 100%;
}
.mylist {
text-align: left;
}
.footer p {
    padding-left: 55px;
        margin-bottom: 15px;
}
.footer h5 {
    margin-bottom: 0;
}
.date-list img {
    width: 25px;
}
}



.partipara{
        max-width: 800px;
    margin: auto;
}


@media( max-width: 375px ){

.slider-sec img {
    border-radius: 0.3rem;
    width: 70px;
}

}


.price-list{
    display: flex;
    flex-flow: wrap;
    margin: -10px;
}
.price-list li{
    flex: 1 0 33.333%;
    max-width: 33.333%;
    padding: 10px;
}
.price-list  img{
    width: 60px;
}

.price-list .box{
        padding: 20px;
    display: flex;
    border-radius: 0.3rem;
    align-items: center;
    gap: 30px;
        justify-content: center;
}

.price-list .box1{
    background: linear-gradient(136deg, #2360d5, #ecc130eb);
}
.price-list .box2{
    background: linear-gradient(136deg, #ff3f44, #ecc130eb);
}

.price-list .box3{
    background: linear-gradient(136deg, #000000b0, #ecc130eb);
}

    

    

.price-list h5{
    margin-bottom: 0;
    font-size: 1rem;
    color: white;
}
.price-list h3{
        color: white;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0;
}
.con{
        margin-bottom: 0;
    text-align: center;
    font-style: italic;
    color: #717171;
}
.con span{
        color: red;
    padding-right: 10px;
    font-size: 1rem;
    font-weight: 900;
}

@media(max-width: 991px){
    .price-list {
        justify-content: center;
    }
    .price-list li{
        flex: 1 0 50%;
        max-width: 50%;
    }
}

@media(max-width: 575px){
    .price-list {
        justify-content: center;
    }
    .price-list li{
        flex: 1 0 100%;
        max-width: 100%;
    }
    .price-list .box {
    justify-content: center;
}
}


.video-sec{
    display: flex;
    justify-content: center;
    gap: 15px;
}

.video-sec video {
border-radius: 0.5rem;
    overflow: hidden;
        max-width: 100%;
        width: 300px;
}
@media(max-width: 991px){
    .video-sec{
        display: grid;
    justify-content: center;
    }
}

.regi-close img{
        width: 130px;
    margin: auto;
}

.regi-close h4{
        text-align: center;
    font-weight: 800;
}

.regi-close a{
    color: #bb2f1c;
    transition: .3s;
}
.regi-close a:hover{
    color: #45110a;
}
.regi-close{
    text-align: center;
}


