<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,800;1,900;1,1000&amp;display=swap");

@charset "utf-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior:smooth;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.secPadd {
  padding: 100px 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

@-ms-viewport {
  width: device-width;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
  background: #fff;
  font-family: "Exo", sans-serif;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: background ease 0.3s;
  -moz-transition: background ease 0.3s;
  -o-transition: background ease 0.3s;
  -ms-transition: background ease 0.3s;
  transition: background ease 0.3s;
}

a:hover {
  color: #000;
  text-decoration: none;
  transition: all 0.4s ease;
}

a:focus {
  outline: none;
}

/* header::after{
  --mask:
  radial-gradient(7.00px at 50% calc(100% - 7.00px),#000 99%,#0000 101%) calc(50% - 14px) 0/28px 100%,
  radial-gradient(7.00px at 50% calc(100% + 0.00px),#0000 99%,#000 101%) 50% calc(100% - 7px)/28px 100% repeat-x;
-webkit-mask: var(--mask);
mask: var(--mask);
} */
header {
  background-image: url(../img/header.svg);
  background-size: 100vw 100vh;
  background-position: 100% center;
  background-repeat: no-repeat;
  padding: 2px;
}


.pd-custom-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.stickyHeader.headerbg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.1));
  animation: slide-down 0.7s;
  top: -12px !important;
  background-image: url(../img/header.svg);
  background-size: 100vw 100vh;
  background-position: 100% center;
  background-repeat: no-repeat;
  padding: 2px;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

@media (min-width: 1200px) {
  .container-header {
    max-width: 1280px;
  }
}
@media (max-width: 768px) {
  header {
 background-color: #fff;
  }
  .card-about-home {
      border-radius: 0!important;
  }
  .card-about-home ul li {
    width: auto!important;
  }
}
.slider-home-thumb img {
  height: 100vh;
  position: relative;
  object-fit: cover;
}

/***Headings H1 - H6***/
.headingh1 {
  font-size: 30px;
  letter-spacing: var(--letter-spacing);
}

/********Reset css********/
.purpleBg {
  background-color: #000;
}

.bgGray-light {
  background-color: #ff810c12;
}

.svgFill {
  fill: #2f3e69;
}

.bg-light-purple {
  background-color: var(--light-purple);
}

.push-slider {
  margin-top: -13px;
}

.navbar .navbar-nav .nav-link {
  font-size: 15px;
  padding: 0px 15px 0 10px;
  line-height: 1.625rem;
  margin-left: 20px;
  color: #393636;
  transition: 0.3s ease;
  position: relative;
  font-weight: 600;
  margin: 0;
}
.dropdown-menu{
  border: 1px solid #ef7d00;
  border-radius: 5px;
}
.dropdown-item{
  border-bottom: 1px solid #ef7d00;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #011c68;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  background-color: #ef7d00;
}
.navbar .navbar-nav .dropdown .nav-link {
  position: relative;
}

.navbar .navbar-nav .dropdown .nav-link:before {
  position: absolute;
  right: 5px;
  top: 12px;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.navbar .navbar-nav .nav-link:hover {
  color: #2f3e69;
}

.tab-line h1 {
  font-size: 20px;
  font-weight: 700;
  color: #2f3e69;
}

.tab-line h1 small {
  display: block;
  color: #e0681b;
  font-size: 12px;
}

.dropdown-men-sm {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  transition: all 300ms linear;
  width: 235px;
  z-index: 999;
  margin-top: -8px;
  border-radius: 4px;
  padding: 15px 20px;
  text-align: left;
}

.dropdown-men-sm ul {
  margin: 0;
  padding: 0;
}

.dropdown-men-sm ul li {
  display: list-item;
  list-style: none;
  line-height: 28px;
}

.dropdown-men-sm ul li a {
  color: #393636;
  font-size: 15px;
  font-weight: 400;
}

.dropdown-men-sm ul li a:hover {
  color: #2f3e69;
}

.social-icons-header ul {
  margin: 0;
  padding: 0;
}

.social-icons-header ul li {
  display: inline-block;
  margin-left: 15px;
}

.social-icons-header ul li a {
  color: #7e7e7e;
}

.button-card-color {
  color: #fff !important;
  font-size: 14px;
  background-color: #2f3e69;
  letter-spacing: 0.3px;
  line-height: 1;
  padding: 10px 24px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  border-radius: 5px;
}

.button-card-color:hover {
  background-color: #33cccc;
  color: #fff;
}

/*******New Arrivals Arrow***********/
.overlay-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  background: linear-gradient(to right, rgb(0 0 0 / 39%), rgb(0 0 0 / 33%));
}

.slider-home-thumb {
  z-index: 999;
}

.owl-theme.arrowCircleWhite .owl-nav {
  margin-top: 0;
}

.owl-theme.arrowCircleWhite .owl-nav [class*="owl-"] {
  color: #3f4930;
  font-size: 15px;
  margin: 0;
  padding: 7px 7px;
  background: inherit;
  display: inline-block;
  cursor: pointer;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 0;
  line-height: 35px;
}

.owl-theme.arrowCircleWhite .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.owl-theme.arrowCircleWhite .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 40%;
}

.owl-theme.arrowCircleWhite .owl-nav .owl-next {
  right: 0;
  position: absolute;
  top: 40%;
}

.fill-white {
  fill: #fff;
}

/******caption-slider*******/
.slider-caption {
  left: 6%;
  z-index: 999;
  color: #fff;
  top: 35%;
}

.slider-caption h1 {
  position: relative;
  font-size: 27px;
  line-height: 34px;
}

.slider-caption h1 span {
  font-size: 35px;
  font-weight: 800;
}

.slider-caption h1:after {
  content: "";
  height: 3px;
  background: #fcbe17;
  width: 200px;
  position: absolute;
  bottom: -25px;
  left: 5px;
}

.btn.btn-theme-main {
  border-color: #ff810c;
  color: #fff;
  background-color: #ff810c;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  padding: 9px 23px;
}
.badge-warning{
  background-color: #ff810c;
}
.btn.btn-theme-main:hover {
  background-color: #2f3e69;
  border-color: #2f3e69;
}

.mt-ie5 {
  margin-top: 70px;
}

.bg-purple-btn {
  background-color: #3b9117 !important;
  border-color: #3b9117 !important;
}

/***Home About***/
.card-thumbnail-ab img {
  position: relative;
  z-index: 99;
  border-radius: 50%;
}

.card-thumbnail-ab:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 380px;
  height: 381px;
  display: block;
  background: linear-gradient(to left,
      #fff 0,
      #fff 50%,
      #33cccc 51%,
      #2f3e69 100%);
  border-radius: 50%;
  top: -16px;
  left: -21px;
}

.card-about-home h6 {
  font-size: 13px;
  font-weight: 400;
  color: #a4a2a2;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.card-about-home h2 {
  font-size: 35px;
  font-weight: 800;
  color: #2f3e69;
  line-height: 41px;
}

.card-about-home p {
  font-size: 18px;
  line-height: 30px;
}

.card-about-home {
  padding: 22px 34px;
  background-color: #F7F7F7;
  border-radius: 0px 0px 466px 0px;
}

.card-about-home ul li {
  margin: 5px 0;
  font-size: 16px;
  list-style: none;
  width: 520px;
}

.bg-grey-fb {
  background-color: #fbfbfb;
}

.you-tube-card span[data-descr] {
  position: relative;
  text-decoration: underline;
  color: #00f;
  cursor: help;
}

.you-tube-card span[data-descr]:hover::after,
.you-tube-card span[data-descr]:focus::after {
  content: attr(data-descr);
  position: absolute;
  left: 0;
  top: 24px;
  min-width: 200px;
  border: 1px #aaaaaa solid;
  border-radius: 10px;
  background-color: #ffffcc;
  padding: 12px;
  color: #000000;
  font-size: 14px;
  z-index: 1;
}

.you-tube-card ul {
  margin-top: 20px;
  padding: 0;
}

.you-tube-card ul li {
  display: block;
  margin-right: 0;
  /* background: #fcbe17; */
  padding: 10px 0px;
  border-radius: 32px;
  line-height: 8px;
  font-size: 14px;
  font-weight: 500;
}

.you-tube-card ul li i {
  font-size: 10px;
  color: #636564;
  font-weight: 100;
}

/*******Video Section******/
.video-section-koisis {
  margin-top: -90px;
  z-index: 999;
  position: relative;
}

.you-tube-card h2 {
  font-size: 25px;
  font-weight: 800;
  color: #545454;
}

.you-tube-card h2 span {
  font-size: 38px;
  color: #2f3e69;
}

.you-tube-card p {
  font-size: 14px;
  line-height: 21px;
  margin-top: 7px;
}

.video-card-channel img {
  border-radius: 10px 0 0 10px;
}

.video-card-channel:after {
  content: "";
  background-color: rgb(0 0 0 / 12%);
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 10px;
}

.you-tube-card {
  padding: 25px 30px;
  position: relative;
}

.video-card-channel {
  z-index: 99;
}

.video-card-channel figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25px, -20px);
  z-index: 99;
}

.video-card-channel figcaption svg {
  width: 60px;
  height: 60px;
  fill: #e92020;
}

.video-card-channel figcaption svg:hover {
  fill: #ddd;
}

.br-rt-bt {
  border-radius: 0 10px 10px 0;
}

/********Our Activites*****/
.card-activites {
  padding-left: 40px;
  position: relative;
}

.card-activites h2 {
  font-size: 30px;
  font-weight: 800;
  color: #2f3e69;
}

.card-activites-ui {
  box-shadow: 0 4px 8px rgb(0 0 0 / 8%);
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 18px;
  min-height: 425px;
}

.card-activites-ui figure img {
  border-radius: 10px 10px 0 0;
}

.overflow-hidden {
  overflow: hidden;
}

.card-activites-ui h4 {
  font-size: 21px;
  font-weight: 700;
  color: #2f3e69;
}

.card-activites-ui ul {
  margin-top: 11px;
  padding-left: 18px;
}

.card-activites-ui ul li {
  font-size: 14px;
  line-height: 22px;
  list-style: circle;
  color: #000;
}

.owl-theme.testimonialsArrow .owl-nav [class*="owl-"] {
  color: #2f3e69;
  font-size: 14px;
  border-radius: 50%;
  border: 1px solid #2f3e69 !important;
  width: 35px;
  height: 35px;
}

.owl-theme.testimonialsArrow .owl-nav [class*="owl-"]:hover {
  background: #2f3e69;
}

.vector-shap {
  position: absolute;
  width: 250px;
  left: 0;
  bottom: 0;
  transform: rotate(130deg);
  opacity: 0.1;
}

.card-activites p {
  font-size: 18px;
  margin-top: 10px;
  color: #2b2b2b;
}

.shadow-ui {
  box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}

.circle-half {
  position: absolute;
  width: 105px;
  right: 0;
  z-index: 9;
}

.static-reach-section {
  padding-bottom: 100px;
  padding-top: 125px;
  background-position: right top;
  background-repeat: no-repeat;
  height: 510px;
  background-size: cover;
}

.static-reach-section::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 9;
  background: rgb(0 112 192 / 59%);
}

.static-reach-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 9;
  background: rgba(0, 78, 126, 0.5);
}

.static-reach-section::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 9;
  background: rgb(0 78 126 / 71%);
}

.reach-data {
  z-index: 99;
}

.direct-reach {
  text-align: center;
}

.reach-data h2 {
  font-size: 35px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  position: relative;
  top: 114px;
}

.direct-reach h2 {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
}

.direct-reach h4 {
  font-size: 25px;
  color: #ffc107;
}

.card-static {
  text-align: center;
  margin-top: 80px;
  border-right: 2px dashed #fff;
}

.card-static h2 {
  margin-top: 20px;
  font-size: 40px;
  font-weight: 800;
  color: #fff;
}

.card-static h4 {
  margin-top: 20px;
  color: #fff;
  font-weight: 600;
}

.border-none {
  border: none !important;
}

/****Event Section******/
.event-card h2 {
  font-size: 30px;
  font-weight: 800;
  color: #2f3e69;
}

.event-card p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
  text-align: justify;
}

.heading-h4 h4 {
  font-size: 30px;
  font-weight: 800;
  color: #2f3e69;
}

.radius-circle-50 {
  border-radius: 50%;
}

.card-activities-rts {
  padding-left: 50px;
}

/*.card-activitieslts{
    padding-left:50px;
}*/

.education-thumbnail img {
  position: relative;
  z-index: 99;
}

.ribban-line-absrkt {
  width: 80%;
  position: absolute;
  bottom: -38px;
  left: 0px;
  z-index: 999;
}

.trips-card {
  background-color: #2f3e69;
  padding: 40px;
  margin-top: 30px;
  position: relative;
  border-radius: 10px;
}

.trips-card h5 {
  color: #fff;
  font-weight: 800;
}

.title-event-panel {
  background: #2f3e69;
  padding: 15px 24px;
  border-radius: 15px 15px 0 0;
  position: relative;
}

.title-event-panel h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.event-list-card {
  background: #f2faff;
  padding: 24px;
  border-radius: 0 0 10px 10px;
  min-height: 245px;
}

.event-list-card ul {
  margin: 0;
  padding-left: 19px;
}

.event-list-card ul li {
  display: list-item;
  list-style: circle;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 10px;
}

.height-cstm-1 {
  height: 258px;
}

.bg-purple-shad {
  background: #f7e9ff !important;
}

.newwroom-slider {
  overflow: hidden;
  text-align: left;
  background: #ffffff;
  position: relative;
  margin-top: 30px;
  height: 200px;
}

.news-card-item {
  background: #f7f7f7;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  border-radius: 10px;
}

.title-annual {
  font-size: 23px;
  font-weight: 700;
  color: #2f3e69;
}

.bg-gradiant-time {
  background: linear-gradient(to right, #2f3e69, #55ba9e);
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 10px 0 0 10px;
}

.news-detail-item {
  padding: 10px;
  border-radius: 0 10px 0 10px;
}

.news-detail-item h5 {
  font-weight: 700;
  color: #1268af;
  font-size: 14px;
  margin-bottom: 5px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-detail-item h6 {
  color: #737373;
  font-weight: 400;
  font-size: 13px;
}

.news-card-item h4 {
  font-weight: 700;
  font-size: 22px;
}

.news-card-item h6 {
  font-size: 11px;
}

/*******About Us Page*********/

.overlay-theme-color {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  background: linear-gradient(to right,
      rgb(0 112 192 / 58%),
      rgb(255 255 255 / 0%));
}

.breadcrumbs-section {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadCrumbs-navbar {
  margin-left: 0;
  padding-top: 90px;
  position: relative;
  z-index: 999;
}

.breadCrumbs-navbar h2 {
  color: #fff;
  font-weight: 800;
  font-size: 40px;
  margin-top: 20px;
}
/* .img-shadow{
  box-shadow: 2 2 23px #EF7D00;
} */
.border-bottoms{
  border-bottom: 6px solid #EF7D00;

  border-radius: 23px;
}
.breadCrumbs-navbar ul {
  margin: 45px 0;
  padding: 0;
}

.breadCrumbs-navbar ul li {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  padding-right: 5px;
}

.breadCrumbs-navbar ul li a {
  color: #fcbe17;
  font-weight: 600;
}

.vision-mision-circle img {
  position: relative;
  z-index: 99;
}

.vision-mision-circle:after {
  border-radius: 50% 50% 0 0;
  content: "";
  background: #2f3e69;
  width: 350px;
  height: 300px;
  display: block;
  position: absolute;
  bottom: 0;
  object-fit: revert;
}

.about-card-vm {
  padding-left: 50px;
}

.about-card-vm h1 {
  font-size: 40px;
  font-weight: 700;
  color: #2f3e69;
}

.about-card-vm p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 15px;
  font-weight: 300;
}

.section-ab-01 {
  padding: 116px 0 60px;
  background: #f7f7f7;
}

.about-card-inside {
  background-color: #fff;
  /* padding: 0 40px; */
  /* border-radius: 15px 150px; */
  overflow: hidden;
  position: relative;
}

.about-card-inside p {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 25px;
  /* padding-left: 50px; */
}

.about-card-inside p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.about-card-inside p span {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #2f3e69;
}

.heading2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #000;
  padding-bottom: 25px;
}

.heading2 small {
  font-size: 19px;
  display: block;
  font-weight: 600;
  color: #da5d20;
}

/* .about-card-inside .heading2 {
  margin-left: 50px;
} */

.blueHeading {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #2f3e69;
}

.ksekoshis-thumb-ab img {
  position: relative;
  border-radius: 0px 120px 0px 150px;
  z-index: 99;
}

.ksekoshis-thumb-ab {
  position: relative;
}

.ksekoshis-thumb-ab:after {
  content: "";
  width: 335px;
  height: 300px;
  position: absolute;
  background: #2f3e69;
  left: -33px;
  display: block;
  bottom: -30px;
  border-radius: 0px 120px 0px 150px;
}

.ribban-line-absrkt {
  display: none;
}

/*******Education Section******/
.card-activities-rts h1 {
  font-size: 30px;
  font-weight: 800;
  color: #2f3e69;
}

.outline-rth {
  position: relative;
}

.outline-rth::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  background: #ddd;
  right: 50px;
  top: 18px;
}

.card-activities-rts p {
  font-size: 16px;
  margin-bottom: 12px;
  text-align: justify;
  line-height: 23px;
}

.z-index-999 {
  z-index: 999;
}

.nav-tabs-button .nav-tabs .nav-item.show .nav-link,
.nav-tabs-button .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #2f3e69;
  border-color: #2f3e69;
}

.nav-tabs-button .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.9rem;
  border-top-right-radius: 0.9rem;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 30px;
  background: #ddd;
  margin-right: 6px;
}

.nav-tabs-button .nav-tabs .nav-link:hover {
  background-color: #fcbe17;
  border-color: #fcbe17;
  color: #fff;
}

.nav-tabs-button .nav-tabs {
  border-bottom: none;
}

.gallery-zoom {
  margin-bottom: 20px;
}

.gallery-zoom img {
  border-radius: 20px;
  /* width: 800px; */
  height: 206px;
  width: 100%;
}

.card-activities-rts p span {
  font-size: 18px;
  font-weight: 800;
  color: #e92020;
  line-height: 30px;
}

.ribban-line-absrkt2 {
  width: 100%;
  position: absolute;
  bottom: -176px;
  left: -116px;
  z-index: 999;
  transform: rotate(158deg);
}

/****************Contact Us************/

.form-group {
  margin-bottom: 15px;
}

.form-control.form-ui-input {
  border-radius: 0;
  padding: 14px 20px;
  border: 1px solid #d7d7d7;
  font-weight: 300;
  font-size: 14px;
  height: 50px;
  width: 100%;
}

.form-select.formSelect-controll {
  border-radius: 0;
  padding: 10px 20px;
  border: 1px solid #d7d7d7;
  font-weight: 300;
  height: 50px;
  font-size: 14px;
}

.form-ui-card h1 {
  font-weight: 600;
  color: #2f3e69;
  margin-bottom: 25px;
}

.form-control.textarea-input {
  border-radius: 0;
  padding: 14px 20px;
  border: 1px solid #d7d7d7;
  font-weight: 300;
  font-size: 14px;
}

.btn.btn-primary-form {
  background: #0972a7;
  color: #fff;
  padding: 10px 35px 7px;
  border-radius: 0;
  border: none;
}

.contact-company-info {
  margin-top: 73px;
  background: #fff;
  padding: 25px 40px;
  position: relative;
}

.icon-map {
  margin-right: 10px;
  font-size: 20px;
  color: #2f3e69;
  margin-bottom: 13px;
  font-weight: 700;
}

.address-card h4 {
  font-size: 16px;
  color: #5a5a5a;
  font-weight: 400;
}

.heading-acme-home {
  margin-top: 69px;
}

.icon-map svg {
  fill: #2f3e69;
}

.mobile-card-email {
  margin-top: 20px;
}

.email-card a {
  font-size: 15px;
  color: #0f7cae;
  font-weight: 500;
}

.icon-email svg {
  fill: #107dad;
  width: 14px;
  height: 18px;
  margin-right: 7px;
}

.contact-map {
  margin-top: 19px;
}

.profile-newsroom-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #2b4d76;
}

.card-news-room-card {
  position: relative;
  background: linear-gradient(to right, #0e7ab1, #30af5f);
  padding: 14px 15px;
}

/***********Footer*********/

.footer-address h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.footer-address address {
  font-size: 14px;
  line-height: 21px;
  position: relative;
  color: #fff;
  margin-top: 17px;
}

.footer-address address:after {
  content: "";
  background: #ffc107;
  position: absolute;
  height: 2px;
  bottom: -15px;
  width: 189px;
  left: 0;
}

.phone-card {
  margin-top: 28px;
  font-size: 20px;
}

.phone-card a {
  color: #fff;
  font-weight: 700;
}

.phone-card a i {
  font-size: 33px;
  position: relative;
  top: 4px;
}

.footer-links h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.footer-address {
  padding-left: 40px;
}

.footer-links ul {
  margin-top: 15px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.footer-links ul li {
  display: list-item;
  list-style: none;
  margin-bottom: 5px;
  line-height: 20px;
  padding-right: 15px;
  width: 50%;
}

.footer-links ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.btn.btn-green {
  border-color: #5cb49c;
  color: #fff;
  background-color: #5cb49c;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  padding: 15px 50px;
}

.btn.btn-green:hover {
  background-color: #ff810c;
  border-color: #ff810c;
}

.btn.btn-white-ft {
  border-color: #fff;
  color: #000;
  background-color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  padding: 15px 50px;
}

.copyright-card p {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.copyright-card p a {
  color: #ffc107;
}

.social-icons ul {
  margin: 20px 0 0 0;
  padding: 0;
}

.social-icons ul li {
  display: inline-block;
}

.social-icons ul li a {
  font-size: 23px;
  color: #fff;
  margin-right: 13px;
}

.radius15 {
  border-radius: 15px;
}

/*******Donate*********/

.headind-donate {
  background: #fcbe17;
  border-radius: 10px 10px 0 0;
  padding: 15px;
  text-align: center;
}

.headind-donate h4 {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}

.form-donate-data {
  background: #fff;
  padding: 30px;
  border-radius: 0 0 15px 15px;
}

.form-donate-data .form-check-label {
  margin-bottom: 2px;
  padding-left: 25px;
  font-size: 13px;
  font-weight: 600;
  color: #000;
}

.form-donate-data label {
  font-size: 13px;
  font-weight: 700;
  color: #000;
}

.form-donate-data .form-control {
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 12px;
}

.form-donate-data .form-group {
  margin-bottom: 10px;
}

.donate-card-ui h2 {
  font-size: 25px;
  font-weight: 800;
  color: #2f3e69;
  line-height: 31px;
}

.donate-card-ui p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 15px;
}

.form-check-label.checkbox-card {
  line-height: 19px;
  font-weight: 400;
  font-size: 12px;
}

.donate-card-ui {
  padding-right: 60px;
}

.heighlight {
  color: #48b01d;
  text-shadow: 0px 1px 0px #fff;
  font-weight: 600;
}

.changeColor {
  color: #48b01d;
}

.ribban-line-absrkt2 {
  display: none;
}

.headingh2 {
  font-size: 30px;
  font-weight: 800;
  color: #2f3e69;
}

/***owl Item Bigger Center***/

.gallery_wrapper.owl-carousel .owl-item.active.center {
  transform: scale(1.3);
  margin-top: 0 !important;
  position: relative;
  z-index: 999;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.item-motiv img {
  border-radius: 10px;
}

.gallery_wrapper.owl-carousel .owl-item {
  transform: scale(0.7);
  padding: 10px 0px;
  transition: all 0.5s;
}

.gallery_wrapper.owl-theme .owl-dots .owl-dot span {
  border: none;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #2f3e6929;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  outline: none;
}

.gallery_wrapper.owl-theme .owl-dots .owl-dot.active span,
.gallery_wrapper.owl-theme .owl-dots .owl-dot:hover span {
  background: #2f3e69;
}

header.ui-header {
  top: 45px !important;
}

.heading {
  font-size: 47px;
  margin-bottom: 40px;
  font-size: 45px;
  text-align: center;
  font-weight: 800;
  color: #2f3e69;
  line-height: 41px;
}

/* img.left-img {
  max-width: 237px;
  margin: 0 0px 5px;
} */

.about-us-section {
  background: #ff810c12;
  padding: 60px 31px 60px 41px;
}

section.koshish-channel {
  margin: 60px 0;
}

section.koshish-channel .container {
  background: #EF7D00;
  background-position: top right;
  background-repeat: no-repeat;
  /* padding-left: 54px; */
  padding-top: 50px;
  /* padding-right: 65px; */
  margin-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 11;
  border-radius: 23px;
  -webkit-box-shadow: 1px 0px 32px 0px rgb(136 136 136 / 75%);
  -moz-box-shadow: 1px 0px 32px 0px rgb(136 136 136 / 75%);
  box-shadow: 1px 0px 32px 0px rgb(136 136 136 / 75%);
  transform: translate(9%, 0);
}

section.koshish-channel .video-text h3 {
  color: #fff;
  font-size: 22px;
  text-align: center;
}

section.koshish-channel .container .row {
  align-items: center;
}

section.koshish-channel .video-box img {
  /* border-radius: 50%; */
  /* width: 250px; */
}

section.koshish-channel .video-box span {
  width: 56px;
  cursor: pointer;
  height: 56px;
  background-color: #ffffff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 57px;
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
}

section.koshish-channel .video-box {
  position: relative;
}

section.koshish-channel .video-box span i {
  color: #d95c20;
  font-size: 20px;
  position: relative;
  left: 3px;
}
a{
  text-decoration: none!important;
}
section.koshish-channel .video-text h4 {
  font-size: 41px;
  text-align: left;
  color: #ffffff;
  margin-top: 7px;
}

section.koshish-channel .channel-name {
  margin-left: 40px;
  color: #fff;
}

section.koshish-channel .channel-name ul {
  list-style: none;
}

section.koshish-channel .channel-name ul li i {
  font-size: 12px;
  margin-right: 11px;
}

section.koshish-channel .channel-name ul li {
  font-size: 18px;
  margin: 16px 0;
  font-weight: 500;
}

section.koshish-channel .video-box span::before {
  content: "";
  border: 2px solid #fff;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

section.koshish-channel .video-box span::after {
  content: "";
  border: 2px solid #fff;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.translate-middle {
  transform: translate(-50%,-50%)!important;
}

.start-0 {
  left: 0!important;
}
.top-50 {
  top: 50%!important;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: 0.5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: 0.5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

p.about-tag-line {
  background: #2f3e69;
  color: #fff;
  padding: 20px;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  border-bottom-right-radius: 91px;
  border-top-left-radius: 91px;
  margin-top: 20px;
}

section.about-us-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: -39px;
  right: 0;
  bottom: 0;
  opacity: 0.04;
  background-repeat: no-repeat;
  background-image: url(../img/shape-2.png);
}

section.mision-sec .m-box {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
  border: 5px solid #eee9db;
  padding: 65px 48px 40px;
  border-radius: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
  min-height: 233px;
  transition: all 500ms ease;
}

section.mision-sec .m-box:hover {
  transform: translateY(-10px);
}

section.mision-sec .m-img img {
  width: 150px !important;
  height: 150px !important;
  border-radius: 50%;
  border: 5px solid #eee9db;
}

section.mision-sec .m-img {
  position: absolute;
  top: -95px;
  left: 50px;
  z-index: 2;
}

section.mision-sec {
  margin: 155px 0 80px;
}

.shape-1 {
  position: absolute;
  top: -46px;
  left: 172px;
  height: 46px;
  width: 42px;
}

section.mision-sec .m-box p {
  margin-top: 10px;
}

section.mision-sec .m-box h3 {
  font-weight: 800;
}

section.our-activity {
  background: rgb(36 110 4);
  /*background: linear-gradient(270deg, rgba(218,93,31,1)34%, rgba(40,112,8,1) 62%);*/
  color: #fff;
  padding: 50px;
}

section.our-activity h2 {
  font-size: 21px;
}

section.our-activity h3 {
  font-size: 66px;
  line-height: 69px;
  font-weight: 600;
}

section.our-activity h2+p {
  font-size: 16px;
  margin: 8px 0 25px 0;
}

section.our-activity h2+p span {
  background: #f69205;
  width: 29px;
  height: 2px;
  display: inline-block;
  position: relative;
  left: 6px;
  top: -4px;
}

section.our-activity .row {
  display: flex;
  align-items: center;
}

.video-text {
  color: #fff;
  transform: translate(-10%, 0);
}

.video-text h4 {
  text-align: left;
}

.video-text a {
  color: #f4ff26;
  text-align: right;
}

.video-text a:hover {
  text-decoration: underline;
}

.scroll-left {
  height: 45px;
  overflow: hidden;
  position: relative;
  background-color: #ff810c;
  z-index: 999999;
  margin-bottom: 10px;
}

/* .scroll-left .second {
  margin-left: 61%;
} */

.scroll-left p {
  color: #fff;
  font-weight: 600;
  /* position: absolute; */
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 15px;
  line-height: 43px;
  text-align: center;
  /* text-wrap: nowrap;
  -moz-animation: scroll-left 30s linear infinite;
  -webkit-animation: scroll-left 30s linear infinite;
  animation: scroll-left 30s linear infinite; */
}
/* 
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(0%);
  }

  100% {
    -moz-transform: translateX(-100%);
  }
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  0% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
} */

.MissionVision {
  paddin: 0px 0;
}

.circuleImconBox {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: -52px;
  left: calc(50% - 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 52px;
}

.MissionVision .card {
  padding-top: 50px;
  color: #fff;
}

.MissionVision .card h5 {
  font-size: 25px;
  font-weight: bold;
}

.MissionCol {
  background: #de661c;
}

.MissionCol .circuleImconBox {
  background: #fff;
  color: #de661c;
  border: solid 5px #de661c;
}

.VissionCol {
  background: #3d4b73;
  min-height: 366px;
}

.VissionCol .circuleImconBox {
  background: #fff;
  color: #3d4b73;
  border: solid 5px #3d4b73;
}

.princiPalDesk {
  color: #000;
}

.princiPalDesk p {
  padding-bottom: 15px;
}

.speech {
  font-style: italic;
}

.principalInfo {
  padding-top: 25px;
}

.principalInfo p {
  padding-bottom: 10px;
}

.princiPalDesk img {
  border-radius: 8px 8px 0px 51px;
}

.princiPalDesk-thumb {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 0 0 auto;
}

.princiPalDesk-thumb:after {
  content: "";
  width: 80%;
  height: 80%;
  position: absolute;
  background: #e16c19;
  left: -15px;
  display: block;
  bottom: 15px;
  border-radius: 0px 0px 3px 51px;
  z-index: -1;
}
.vision-box{
  transform: translateY(-42%);
}
.makingKalpana {
  background-color: #F2F4F9;
  margin-top: 190px;
}

.makingBuilding {
  text-align: right;
  position: absolute;
  right: 0;
  top: -50px;
}

.makingBuilding i {
  font-size: 250px;
  color: #2f3e69;
}
.text-primary{
  color: #011C68!important;
}
.text-warning{
  color: #EF7D00!important;
}

.prncSec {
  position: relative;
  background: #EF7D00;
}

.prncSec:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  background-image: url(../img/learn-bg.jpg);
  background-repeat: repeat;
  background-size: 40%;
  opacity: 0.5;
}

.commonHeade {
  background: url("../img/wavysection.png") no-repeat center left;
  background-image: url("../img/wavysection.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  /*    background-size:cover;*/
  width: 100%;
  padding: 130px 0;
  margin-top: 115px;
}

.commonHeade h1 {
  color: #011C68;
  text-align: center;
  font-weight: 800;
  font-size: 40px;
}

.breadcrumbs {
  background-color: #fff;
  border: 1px solid #011C68;
  border-radius: 52px;
  padding: 12px 23px;
  margin-top: 23px;
  display: inline-flex;

}

.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 15px;
}

.breadcrumbs ul li a,
.breadcrumbs ul li {
  color: #fff;
  list-style: none;
  position: relative;
}

.breadcrumbs ul li {
  padding-right: 10px;
}

.breadcrumbs ul li a {
  padding: 0 8px;
  display: block;
}

.breadcrumbs ul li:first-child,
.breadcrumbs ul li:first-child a {
  padding-left: 0;
}

.breadcrumbs ul li:last-child:before {
  content: "";
}

.breadcrumbs ul li:before {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
}

.registationBox {}

.registationBox .card-header {
  background: #011C68;
  color: #fff;
  font-size: 21px;
}

/* .registationBox .card-body {
  max-height: 360px;
} */

/*.registationBox .card-body .innerbg{
    background:red;
}*/
.registationBox .card-body ul {
  margin-left: 15px;
}

.registationBox .card-body ul li {
  font-size: 16px;
  padding: 3px 8px;
  position: relative;
  margin: 0;
  list-style: none;
}

.registationBox .card-body ul li:before {
  content: "\f046";
  font-family: FontAwesome;
  position: absolute;
  left: -16px;
  top: 4px;
  color: #ef7d00;
}

.registationBox .card-body p {
  color: #e0681b;
  font-weight: 600;
}

.ageCertAdm .tableDesing {
  background: #2f3e69;
  padding: 25px;
  border-radius: 16px;
  margin-top: 30px;
}

.ageCertAdm .table-bordered {
  border: none;
}

.ageCertAdm .table-bordered thead th {
  background: #e37018;
  color: #fff;
}

.ageCertAdm .table-bordered tbody tr th {
  /*   color:#fff;*/
}

.ageCertAdm .table-bordered tbody tr:nth-child(odd) {
  background: #fff;
}

.ageCertAdm .table-bordered tbody tr:nth-child(even) {
  background: #eee8e5;
}

.ageCertAdm .table-bordered td,
.ageCertAdm .table thead th,
.ageCertAdm .table-bordered th {
  border: #2f3e69;
}

.ageCertAdm .table-bordered .changeColor {
  color: #e37018;
}

.documentRequired ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  /* gap: 27px; */
  column-gap: 40px;
  align-items: center;
}

.documentRequired ul li {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 17px;
  padding-bottom: 15px;
}

.documentRequired ul li:nth-child(even) {
  padding-right: 20px;
}

.documentRequired ul li img {
  width: 30px;
  margin-right: 15px;
}

.feeSec {}

.feeSec .card-header {
  background: #2f3e69;
  color: #fff;
  font-size: 21px;
}

ul.feeList {
  display: flex;
  flex-wrap: wrap;
}

ul.feeList li {
  border-bottom: solid 1px #ccc;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}

ul.feeList li:first-child {
  padding-top: 0;
}

ul.feeList li:last-child {
  padding-bottom: 0;
  border: none;
}

ul.feeList li strong {
  width: 200px;
}

.feeSec .card-body {
  min-height: 232px;
}

/* sanket css start hear  *************************************************/
.bg-color {
  background: rgba(212, 172, 102, 0.18) !important;
}

.admission {
  background-repeat: no-repeat;
  background-size: 200%;
  background-image: url(../img/admission-bg.jpg);
  background-color: rgba(142, 235, 142, 0.037);
}

.table-bg {
  background-repeat: no-repeat;
  background-size: 200%;
  background-image: url(../img/admissinon-bg-2.png);
  background: rgba(212, 172, 102, 0.046) !important;
}

.text-h-color {
  color: #2f3e69 !important;
}

.org {
  color: #e0681b !important;
}

.continer-admission {
  width: 100%;
  padding: 120px 0;
  margin-top: 125px;
}

/* .table-bordered tbody tr td {
  padding-left: 81px;
}

.table-bordered tbody tr th {
  padding-left: 81px;
} */
input[type=file]::file-selector-button {
  border: 1px solid #011C68;
  padding: .2em .4em;
  color: #fff;
  /* border-radius: .2em; */
  background-color: #011C68;
  transition: 1s;
}

.time-img img {
  width: 28vw;
}
.border{
  border: 1px solid #ced4da!important;
}
.time-box {
  width: 124vw;

}


/* Individual Social Responsibility css start hear  */
.donation-box {
  margin-bottom: 100px;
}

.donation-box-1 {
  margin-top: 109px;
  border: 2px solid #48b01d;
}

.donation-box-2 {
  margin-top: 37px;
  border: 2px solid #48b01d;
}

.donation-box-3 {
  margin-top: 82px;
  border: 2px solid #48b01d;
}

.form-select {
  width: 137px;
  margin-left: 37px;
  padding-bottom: 3px;
  font-size: 13px;
}

.donation-box p {
  font-size: 0.9rem;
}

.donation-box button {
  border: 2px solid #e0681b;
  background-color: white;
  margin-top: 37px;
  margin-left: 17px;
  width: 271px;
}

.donation-box button:hover {
  border: 2px solid #e0681b;
  background-color: #e0681b;
  color: white;
}

/* new css added */

.bg-primary{
  background-color: #011C68!important;
}
.btn-warning{
  background-color: #EF7D00!important;
  border: #EF7D00;
}
.card-text {
  font-size: 16px;
 }
 .bg-gray{
  background-color: #F7F7F7;
 }
.side-card{
  min-height: 340px;
}
.bg-banner{
  background-image: url('../img/missionsvg.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 100vh; 
 }
 .bg-section{
  background-image: url('../img/bg9.png');
  background-repeat: no-repeat;
  background-size: cover;

  padding: 120px 0 120px 0;
 }
 .principal-desk{
  padding: 65px 30px;
 }
 .text-arrenge{
  left: 40%;
  bottom: 5%;
 }
.top{
  margin-top:120px;
}
/* media query */

@media (max-width: 992px) {
  .commonHeade {
    padding:  0;
  }
  /* .scroll-left .second {
    margin-left: 100%;
  } */
 .commonHeade h1 {
    font-size: 24px;
  }
  .tab-line h1  {
    font-size: 12px;

  }
  
  .tab-line h1 small {
    font-size: 8px;
  }
  .logo{
    width: 70px;
  }
  .bg-gray{
    background-color: #fff;
  }
  .footer-address address:after {
    content: "";
    background: #ffc107;
    position: absolute;
    height: 2px;
    bottom: -15px;
    width: 189px;
    left: 50%;
    transform: translate(-50%, 0);
}
.video-text{
  transform: translate(0);
  margin-top: 80px;
}
.top{
  margin-top: 12px;
}
.bg-banner{
  background-image: url('../img/missionbg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
 padding: 20px!important;
 }
section.koshish-channel .container {
    transform: translate(0);
}
.translate-middle {
  transform: translate(-50%,-70%)!important;
}
.start-50 {
  left: 50%!important;
}

}

.container-board {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.container-board .box-1 {
  position: relative;
  width: 20rem;
  height: 20rem;
  margin: 4rem;
}

.container-board .box-1:hover .imgBox {
  transform: translate(-3.5rem, -3.5rem);
}

.container-board .box-1:hover .content {
  transform: translate(3.5rem, 3.5rem);
}

.imgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}

.imgBox img {
  width: 20rem;
  height: 20rem;
  /* object-fit: cover; */
  resize: both;
  object-fit: contain;
}

.content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  background-color: #EF7D00;
  z-index: 1;
  align-items: flex-end;
  text-align: center;
  transition: 0.5s ease-in-out;
}

.content h2 {
  display: block;
  font-size: 2rem;
  color: #111;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 1px;
}

.content span {
  color: #555;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 2px;
}

@media (max-width: 600px) {
  .container-board .box-1:hover .content {
    transform: translate(0, 3.5rem);
  }
 
  .container-board .box-1:hover .imgBox {
    transform: translate(0, -3.5rem);
  }
}
/*# sourceMappingURL=main.css.map */



.scrol-section{
  max-height: 590px;
  overflow-y: scroll;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 32px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #EF7D00;
  border-radius: 32px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.text-dark{
  color: #000!important;
}

section .section-title {
  text-align: center;
  color: #007b5e;
  margin-bottom: 50px;
  text-transform: uppercase;
}

#tabs h6.section-title{
  color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #f3f3f3;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 4px solid !important;
  font-size: 20px;
  font-weight: bold;
  transition: 0.23s linear;
}
#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 23px;
  border-top-right-radius: 23px;
  color: #EF7D00;
  font-size: 20px;
}
.close {
  font-size: 30px!important;
  opacity: 1!important;
  text-shadow: none;
}
button.close {
  outline: 0;
}
.shadow-body {
  box-shadow: 0 0 10px 2px rgb(0 0 0 / 15%);
  border-radius: 0.3rem;
}
.text-content{
  max-height: 150px;
  overflow-y:scroll;
}
.bg-warning{
  background-color: #e0681b!important;
}

/* select 2 */
.select2-container .select2-selection--single {
  width: 100%!important;
  height: calc(2.25rem + 2px)!important;
  padding: 0.375rem 0.75rem!important;
  font-size: 1rem!important;
  line-height: 1.5!important;
  color: #495057!important;
  background-color: #fff!important;
  background-clip: padding-box!important;
  border: 1px solid #ced4da!important;
  border-radius: 0.25rem!important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out!important;
}
.select2-container{
width: 100%!important;
}


.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #ced4da!important;
}
.select2-container--default .select2-results__option--selected {
  background-color: #011c68!important;
  color: #fff;
}

.select2-results__option--selectable {
  cursor: pointer;
  border-bottom: 1px solid #ced4da!important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ef7d00!important;
  color: white;
}
.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: none;
  box-shadow: none;
} 

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px!important;
}
.side{
  border-right-color: #011c68!important;
}
[type="search"] {
  outline: 0;
}
.box-shadow:hover{
 box-shadow: 0 0 22px 2px #011d6834;
 transition: 0.5s linear;
}</pre></body></html>