* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* font-family: monospace;   */
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 15px;
}

.container-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

.container-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.wrapper-mini {
  width: 700px;
  margin: 0 auto;
}

.flex-row {
  display: flex !important;
  flex-wrap: wrap;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-black {
  color: black;
}

.text-p {
  color: #0f2c39;
}

.text-green {
  color: green;
}

.text-red {
  color: red;
}

.text-blue {
  color: blue;
}

p {
  font-size: 16px;
  font-weight: 400;
}

h2 {
  font-size: 35px;
  font-weight: 700;
}

h4 {
  font-size: 21px;
  font-weight: 600;
}

h5 {
  font-size: 20px;
  font-weight: 500;
}

h6 {
  font-size: 18px;
  font-weight: 500;
}

.text-purple {
  color: purple;
}

.text-white {
  color: white;
}

.text-dark-red {
  color: #EF725F;
}

.align-center {
  align-items: center;
}

.pl-5 {
  padding-left: 5px;
}

.pl-8 {
  padding-left: 8px;
}

.pl-6 {
  padding-left: 6px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-6 {
  padding-top: 6px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-3 {
  padding-bottom: 3px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.ptb-5 {
  padding-block: 5px;
}

.ptb-6 {
  padding-block: 6px;
}

.ptb-8 {
  padding-block: 8px;
}

.ptb-10 {
  padding-block: 10px;
}

.ptb-15 {
  padding-block: 15px;
}

.ptb-20 {
  padding-block: 20px;
}

.ptb-25 {
  padding-block: 25px;
}

.ptb-30 {
  padding-block: 30px;
}

.ptb-35 {
  padding-block: 35px;
}

.ptb-40 {
  padding-block: 40px;
}

.plr-5 {
  padding-inline: 5px;
}

.plr-6 {
  padding-inline: 6px;
}

.plr-8 {
  padding-inline: 8px;
}

.plr-10 {
  padding-inline: 10px;
}

.plr-15 {
  padding-inline: 15px;
}

.plr-20 {
  padding-inline: 20px;
}

.plr-25 {
  padding-inline: 25px;
}

.plr-30 {
  padding-inline: 30px;
}

.plr-35 {
  padding-inline: 35px;
}

.plr-40 {
  padding-inline: 40px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-6 {
  margin-left: 6px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-11 {
  margin-left: 11px;
}

.ml-12 {
  margin-left: 12px;
}

.ml-13 {
  margin-left: 13px;
}

.ml-14 {
  margin-left: 14px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-17 {
  margin-left: 17px;
}

.ml-18 {
  margin-left: 18px;
}

.ml-19 {
  margin-left: 19px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-6 {
  margin-top: 6px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mtb-5 {
  margin-block: 5px;
}

.mtb-6 {
  margin-block: 6px;
}

.mtb-8 {
  margin-block: 8px;
}

.mtb-10 {
  margin-block: 10px;
}

.mtb-15 {
  margin-block: 15px;
}

.mtb-20 {
  margin-block: 20px;
}

.mtb-25 {
  margin-block: 25px;
}

.mtb-30 {
  margin-block: 30px;
}

.mtb-35 {
  margin-block: 35px;
}

.mtb-40 {
  margin-block: 40px;
}

.mlr-5 {
  margin-inline: 5px;
}

.mlr-6 {
  margin-inline: 6px;
}

.mlr-8 {
  margin-inline: 8px;
}

.mlr-10 {
  margin-inline: 10px;
}

.mlr-15 {
  margin-inline: 15px;
}

.mlr-20 {
  margin-inline: 20px;
}

.mlr-25 {
  margin-inline: 25px;
}

.mlr-30 {
  margin-inline: 30px;
}

.mlr-35 {
  margin-inline: 35px;
}

.mlr-40 {
  margin-inline: 40px;
}

.f-10 {
  font-size: 10px;
}

.f-11 {
  font-size: 11px;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}

.f-21 {
  font-size: 21px;
}

.f-22 {
  font-size: 22px;
}

.f-23 {
  font-size: 23px;
}

.f-24 {
  font-size: 24px;
}

.f-25 {
  font-size: 25px;
}

.f-30 {
  font-size: 30px;
}

.f-35 {
  font-size: 35px;
}

.f-40 {
  font-size: 40px;
}

.f-45 {
  font-size: 45px;
}

.f-50 {
  font-size: 50px;
}

.f-55 {
  font-size: 55px;
}

.f-60 {
  font-size: 60px;
}

.f-w-400 {
  font-weight: 400;
}

.f-w-bold {
  font-size: bold;
}

.f-w-500 {
  font-weight: 500;
}

.f-w-600 {
  font-weight: 600;
}

.f-w-700 {
  font-weight: 700;
}

.f-w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}

.b-3 {
  border-radius: 3px;
}

.b-5 {
  border-radius: 5px;
}

.b-10 {
  border-radius: 10px;
}

.b-50 {
  border-radius: 50%;
}

.l-h-10 {
  line-height: 10px;
}

.l-h-15 {
  line-height: 15px;
}

.l-h-20 {
  line-height: 20px;
}

.l-h-25 {
  line-height: 25px;
}

.l-h-22 {
  line-height: 22px;
}

.l-h-30 {
  line-height: 30px;
}

.l-h-40 {
  line-height: 40px;
}

.d-flex {
  display: flex;
}

.col-2 {
  width: calc(50% - 20px);
  margin-right: 20px;
}

.col-3 {
  width: calc(33.33% - 15px);
  margin-right: 15px;
}

.col-4 {
  width: calc(25% - 20px);
  margin-right: 20px;
}

.col-5 {
  width: calc(20% - 20px);
  margin-right: 20px;
}

.btn-primary {
  background-color: blue;
  color: #fff;
}

.btn-black {
  background-color: black;
  color: #fff;
}

.btn-seconday {
  background-color: green;
  color: #fff;
}

.for-befor {
  background-image: url(img/6.jpg);
  height: 90vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  /* background-position: center; */
  background-attachment: fixed;
}

.for-befor::before {
  content: " ";
  position: absolute;
  /* background: #b887878a;  */
  opacity: 0.6;
  width: 100%;
  z-index: 9999;
  height: 90vh;
}

.button {
  cursor: pointer;
  padding: 12px 20px;
  color: white;
  /* border: 1px solid white; */
  background-color: #42B3E5;
}

/* footer */
footer {
  background-color: #151545;
  padding: 40px 0px;
  color: white;
  margin-top: 00px;
}

footer .logo img {
  height: 100px;
  padding-top: 20px;
  color: white;
}

footer ul {
  margin-top: 20px;
}

footer ul li {
  list-style-type: none;
  padding: 10px;
}

footer ul li a {
  color: white;
}

footer .col-3 .main {
  width: 100%;
  background-color: #42B3E5;
  height: 150px;
  display: flex;
  align-items: center;
}

footer .col-3 .main-1 {
  width: 100%;
  background-color: #0384CE;
  height: 150px;
  display: flex;
  align-items: center;
}

footer .col-3 .main-2 {
  width: 100%;
  background-color: #3156A3;
  height: 150px;
  display: flex;
  align-items: center;
}

footer .for-icans i {
  background-color: #292979;
  padding: 12px;
  color: white;
  border-radius: 50%;
  margin-right: 13px;
  margin-top: 12px;
  cursor: pointer;
}

footer .for-logo {
  width: 25%;
  display: flex;
  cursor: pointer;
  align-items: center;
}

footer .for-logo i {
  font-size: 35px;
  color: #292979;
}

footer .for-icans {
  width: 20%;
  display: flex;
}

footer .for-logo span {
  color: #292979;
  font-size: 30px;
  font-weight: 900;
}

footer .foot-end {
  display: flex;
  justify-content: space-around;
  /* align-items: center; */
  padding: 20px;
}

footer .foot-end a {
  color: white;
  padding-left: 20px;
}

footer .foot-end a:hover {
  color: #5E5EEE;
}

footer .col-4 ul li a:hover {
  color: #5E5EEE;
}

/* end footer */
header {
  background-color: #063455;
  /* padding: 10px; */
}

/* header .left{
  width: 80%;
}
header .right{
  width: 80%;
} */
header .logo img {
  width: 145px;
  padding: 10px;
}

header .logo {
  border-right: 2px solid white;
  /* height: 75px; */
}

header button {
  padding: 10px 20px;
  border: 2px solid white;
  color: white;
  background-color: #063455;
  border-radius: 5px;
  margin-left: 18px;
  cursor: pointer;
}

header input {
  padding: 9px;
  width: 350px;
  border-radius: 7px;
  margin-left: 10px;
  border: unset;
}

header .icans {
  position: relative;
  margin-left: 55px;
}

header .ican {
  position: absolute;
  right: -50px;
  bottom: 0.1px;
}

header .input-ican {
  background-color: #F87717;
  padding: 9px 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: white;
  cursor: pointer;
  margin-right: 50px;
}

header .p1 {
  color: white;
  border-right: 2px solid white;
  height: 30px;
}

header a {
  color: white;
}

header .ican-user {
  background-color: white;
  padding: 4px;
  border-radius: 50%;
  color: #063455;
  margin-left: 15px;
  cursor: pointer;
}

header .right {
  margin-left: 8%;
}

.header-bottom .ican {
  color: #816f67;
  font-size: 15px;
}

.header-bottom a {
  color: #000;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
}

/*  */
.Trending-course {
  padding: 40px 0px;
}

.Trending-course h2 {
  color: #0f2c39;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 5px solid #fb8f2a;
  width: fit-content;
  margin: 15px auto 40px;
  padding-bottom: 5px;
}

.Trending-course .col-4 {
  position: relative;
}

.Trending-course .col-4 .main-box {
  height: 240px;
  background-color: #FCFCFC;
  box-shadow: 2px 10px 15px 0px gray;
  margin-bottom: 15px;
}

.Trending-course .hedden-box {
  height: 240px;
  background-color: #000000d6;
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 0;
  /* visibility: hidden; */
}

.Trending-course .btn button {
  background-color: #2026B9;
  padding: 13px 30px;
  margin-top: 30px;
  color: white;
  font-size: 17px;
  border: unset;
  cursor: pointer;
}

.Trending-course .hedden-box:hover {
  /* visibility: visible; */
  opacity: 1;
}

.Trending-course .hedden-box .what-learn {
  padding: 10px 20px;
}

.Trending-course .hedden-box .what-learn ul li {
  padding: 3px;
  font-size: 14px;
}

.Trending-course .hedden-box button {
  background-color: black;
  color: white;
  padding: 10px 20px;
  border: 1px solid white;
  cursor: pointer;
  font-size: 12px;
  border-radius: 10px;
}

.Trending-course .slick-prev {
  background-color: #3367E6;
  height: 35px;
  border-radius: 50%;
  width: 31px;
  padding-left: 6px;
  padding-top: 5px;
}

.Trending-course .slick-next {
  background-color: #3367E6;
  height: 35px;
  border-radius: 50%;
  width: 31px;
  padding-top: 5px;
}

/*  */
.service {
  padding: 40px 0px;
}

.service h2 {
  font-size: 20px;
  border-bottom: 5px solid #fb8f2a;
  width: fit-content;
  margin: 10px auto 40px;
  padding-bottom: 5px;
  font-weight: 600;
}

.service .col-4 .main-box {
  background-color: #FCFCFC;
  box-shadow: 2px 2px 5px 5px gray;
  padding: 20px;
  /* cursor: pointer; */
  height: 300px;
  margin-top: 15px;
}

.poster {
  background-image: url(img/img1.jpg);
  height: 85vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  /* background-position: center; */
  /* background-attachment: fixed; */

}

.poster::before {
  content: " ";
  position: absolute;
  /* background: #b887878a;  */
  /* opacity: 0.6; */
  width: 100%;
  /* z-index: 9999; */
}

.poster .col-2 h3 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.5px;
  /* border-bottom: 5px solid white;
  width: fit-content; */
}

.poster .col-2 .line {
  width: 225px;
  height: 6px;
  background: #FA8E2B;
  display: block;
  margin: 10px 0px;
}

.poster .col-2 ul {
  padding: 10px;
}

.poster .col-2 ul li {
  padding: 3px;
  /* list-style-type:#FA8E2B !important; */
}

.poster .col-2 .btn button {
  padding: 25px 20px;
  cursor: pointer;
  color: white;
  background-color: #FA872A;
  font-size: 20px;
  border: unset;
}

.poster .col-2 .btn i {
  background-color: white;
  color: #FA872A;
  padding: 25px;
  border-radius: 50%;
  margin-left: 20px;
}

.poster .col-2 .btn {
  margin-top: 20px;
}

.placement {
  padding: 40px 0px;
  background-color: #fff0e5a1;
}

.placement h2 {
  font-size: 20px;
  border-bottom: 5px solid #fb8f2a;
  width: fit-content;
  margin: 10px auto 40px;
  padding-bottom: 5px;
  font-weight: 600;
}

.placement button {
  padding: 15px 20px;
  cursor: pointer;
  color: white;
  background-color: #FA872A;
  font-size: 16px;
  border: unset;
  border-radius: 5px;
}

.edge {
  padding: 40px 0px;
}

.edge h2 {
  font-size: 20px;
  border-bottom: 5px solid #fb8f2a;
  width: fit-content;
  margin: 10px auto 40px;
  padding-bottom: 5px;
  font-weight: 600;
}

.contact {
  background-image: url(img/img3.jpg);
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  /* background-position: center; */
  /* background-attachment: fixed; */


}

.contact::before {
  content: " ";
  position: absolute;
  /* background: #b887878a;  */
  /* opacity: 0.6; */
  width: 100%;
  /* z-index: 9999; */
  margin: 40px;
}

.contact .col-2 a button {
  padding: 10px 32px;
  font-size: 18px;
  margin: 10px;
  color: #007BFF;
}

.learning {
  padding: 40px 0px;
}

.learning h2 {
  font-size: 20px;
  border-bottom: 5px solid #fb8f2a;
  width: fit-content;
  margin: 10px auto 40px;
  padding-bottom: 5px;
  font-weight: 600;
}

.learning .main-slider {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px;
}

.learning img {
  border: 1px solid gray;
  padding: 30px;
}

.slick-prev {
  left: -30px;
  font-size: 39px;
  background-color: black;
  height: 25px;
  border-radius: 2px;
}

.slick-prev:hover {
  background-color: black;
}

.slick-next {
  right: -25px;
  background-color: black;
  height: 25px;
  border-radius: 2px;
}

.slick-next:hover {
  background-color: black;
}

.Analysis {
  /* margin: 40PX; */
  padding: 40PX 0px;
  background-color: #FFFAF7;
}

.Analysis h2 {
  font-size: 20px;
  border-bottom: 5px solid #fb8f2a;
  width: fit-content;
  margin: 10px auto 40px;
  padding-bottom: 5px;
  font-weight: 600;
}

.Analysis .col-2 a button {
  padding: 10px 25px;
  font-size: 18px;
  color: #FA872A;
  border: 1px solid #FA872A;
  cursor: pointer;
}

.Analysis .col-2 a button:hover {
  background-color: #FA872A;
  color: white;
}

.Alumni-work {
  padding: 30px;
}

.Alumni-work h2 {
  font-size: 20px;
  border-bottom: 5px solid #fb8f2a;
  width: fit-content;
  margin: 10px auto 40px;
  padding-bottom: 5px;
  font-weight: 600;
}

.Alumni-work .col-2 .main {
  height: 380px;
  background-color: #FAFAFB;
  box-shadow: 0px 0px 0px 6px #FDEEC6;
  padding: 20px;
  /* width: 250px; */
  border-radius: 10px;
}

.Alumni-work .col-2 .main {
  position: relative;
}

.Alumni-work .col-2 .img {
  position: absolute;
  top: 0%;
  left: 24%;
  z-index: 9999;

}

.Alumni-work .col-2 .img img {
  height: 110px;
  border-radius: 50%;
  border: 5px solid #fb8f2a;
  width: 110px;
}

.Alumni-work a button {
  padding: 10px 25px;
  font-size: 15px;
  color: #FA872A;
  border: 1px solid #FA872A;
  cursor: pointer;
  margin-top: 30px;
}

.Alumni-work a button:hover {
  background-color: #FA872A;
  color: white;
}

.corporate .main {
  /* height: 300px; */
  width: 555px !important;
  background-color: #FAFAFB;
  box-shadow: 0 0 6px 2px #f997257a;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
  padding: 30px;
  height: 350px;
  margin: 10px 10px;
}

.testmonial_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*  */
footer {
  background-color: #2E3033;

  color: white;
}

footer ul {
  margin-top: 20px;
}

footer ul li {
  list-style-type: none;
  padding: 10px 0px;
  font-size: 14px;
}

footer ul li a {
  color: white;
  cursor: pointer;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
}
#chat-button {
  position: fixed;
  bottom: 60px;
  right: 20px;
  background-color: #007bff;
  color: white;
  padding: 10px 15px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#chat-box {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 300px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: none;
  flex-direction: column;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.chat-header {
  background-color: #007bff;
  color: white;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.chat-header button {
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
}

.chat-body {
  padding: 10px;
  max-height: 200px;
  overflow-y: auto;
}

.chat-footer {
  display: flex;
  padding: 10px;
  border-top: 1px solid #ccc;
}

.chat-footer input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.chat-footer button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 8px 12px;
  margin-left: 5px;
  cursor: pointer;
  border-radius: 5px;
}

.chat-message {
  margin-bottom: 10px;
  padding: 8px;
  background-color: #f1f1f1;
  border-radius: 5px;
}

.form {
  display: flex;
  align-items: end;
  justify-content: end;
}

.query-form {
  width: 330px;
  padding: 20px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-family: Arial, sans-serif;
  height: 440px;
}

.query-header {
  background-color: #fa872a;
  color: #fff;
  padding: 10px;
  border-radius: 8px 8px 0 0;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-top: 18px;
}

.contact-info {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.phone-icon {
  width: 30px;
  height: 30px;
  background-color: #007bff;
  color: #fff;
  padding: 7px;
  margin-right: 10px;
  border-radius: 30px;
}

form textarea,
form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

form textarea {
  resize: none;
  height: 60px;
}

form button {
  width: 100%;
  padding: 10px;
  background-color: #fa872a;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
}

form button:hover {
  background-color: #e04b1a;
}

/* Container for social icons */
.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /* background-color: #2c2f33; */
  padding: 10px;
  border-radius: 8px;
  /* justify-content: center; */
}

.icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FA872A;
  border-radius: 4px;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

footer h4 {
  font-size: 25px;
  font-weight: 700;
  padding: 10px 0px;
}

.toggle-button {
  display: none;
  font-size: 1.5em;
  cursor: pointer;
  color: #fff;
  position: relative;
}

.nav-menu a {
  padding: 10px 15px;
  display: block;
}

.toggle-button.active+.header-bottom {
  display: block;
}

.main-box h4 {
  padding: 0px 5px;
}

.slider-bennar img {
  height: 60vh;
}

.course {
  display: flex;
  align-items: center;
  justify-content: center;
}

.services {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-box p {
  font-size: 12px;
  font-weight: 400;
}

.main-box h4 {
  font-size: 18px;
  font-weight: 400;
}

.poster li {
  font-size: 14px;
}

.header-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-panels {
  position: fixed;
  bottom: 0%;
  width: 70px;
  text-align: center;
  transform: translateY(-50%);
  padding: 2px;
  border-radius: 100px;
  z-index: 99999;
  left: 20px;
}

.side-panels img {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 10px;
}

.side-panels.contact-link {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

.side-icon {
  position: fixed;
  bottom: 2%;
  width: 70px;
  text-align: center;
  transform: translateY(-50%);
  padding: 2px;
  border-radius: 100px;
  z-index: 99999;
  right: 10px;
  display: none;
}

.side-icon img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
}

.side-icon.contact-link {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

.side-icon .contact-link:hover {
  text-decoration: underline;
}

.testmonial_img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}


.popup {
  display: none;
  /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  z-index: 1000;
}

.popup-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border-radius: 10px;
  width: 50%;
  position: relative;
  /* text-align: center; */
}

.popup-content h3 {
  margin-bottom: 20px;
  text-align: center;
}

.popup-content form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.popup-content form button {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.popup-content form button:hover {
  background-color: #0056b3;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}

#bottom-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #333;
  /* Set background color */
  padding: 2px 0;
  z-index: 9999;
  /* Ensure it appears above other elements */
}

.bottom-fixed-links {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: white;
}

.bottom-fixed-links .fixed {
  padding: 5px 10px;
  color: white;
  font-size: 14px;
  background-color: #FA872A;
  padding: 10px;
  border-radius: 7px;

}

.bottom-fixed-links .fixed a,
.bottom-fixed-links .fixed span {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.bottom-fixed-links .fixed a:hover,
.bottom-fixed-links .fixed span:hover {
  color: #ddd;
}

.bottom-fixed-links .fixed img {
  vertical-align: middle;
  margin-right: 5px;
}

.best-seller {
  width: 30px;
  position: absolute;
  top: 0;
  right: 10px
}

.best-seller img {
  min-width: 42px
}

footer img {
  width: 150px;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
}

.col-2 .testi_slider .main {
  width: 200px !important;
}

.corporate .test {
  /* height: 300px; */
  width: 555px !important;
  background-color: #FAFAFB;
  box-shadow: 0 0 6px 2px #f997257a;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
  padding: 30px;
  height: 270px;
  margin: 10px 10px;
}

.main-box i{
  color: #fb8f2a;
}
.main-box .bg{
  background: linear-gradient(45deg, #FFCC3B, #386C9B);
  width: 100%;
   height: 100px;
    padding: 10px;
}

.main-box .bg1{
  background: linear-gradient(45deg, #3abdb7, #c8f199);
  width: 100%;
   height: 100px;
    padding: 10px;
}

.main-box .bg2{
  background: linear-gradient(45deg, #a0afc5, #1207b3);
  width: 100%;
   height: 100px;
    padding: 10px;
}
.main-box .bg3{
  background: linear-gradient(45deg, #1390AC, #A78595);
  width: 100%;
   height: 100px;
    padding: 10px;
}
.main-box .bg4{
  background: linear-gradient(45deg, #a0afc5, #1207b3);
  width: 100%;
   height: 100px;
    padding: 10px;
}
.main-box .bg5{
  background: linear-gradient(45deg, #3abdb7, #c8f199);
  width: 100%;
   height: 100px;
    padding: 10px;
}
.main-box .bg6{
  background: linear-gradient(45deg, #EF522F, #a2867f);
  width: 100%;
   height: 100px;
    padding: 10px;
}

.main-box .bg7{
  background: linear-gradient(45deg, #FEB93A, #a9963f);
  width: 100%;
   height: 100px;
    padding: 10px;
}


