@import url("https://fonts.googleapis.com/css2?family=Damion&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Pinyon+Script&family=Raleway:ital,wght@0,100..900;1,100..900&family=Sofia&display=swap")
@font-face {
  font-family: "ArapeyRegular";
  src: url("../fonts/ArapeyRegular.eot");
  src:
    url("../fonts/ArapeyRegular.eot") format("embedded-opentype"),
    url("../fonts/ArapeyRegular.woff2") format("woff2"),
    url("../fonts/ArapeyRegular.woff") format("woff"),
    url("../fonts/ArapeyRegular.ttf") format("truetype"),
    url("../fonts/ArapeyRegular.svg#ArapeyRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/PoppinsBold.eot");
  src:
    url("../fonts/PoppinsBold.eot") format("embedded-opentype"),
    url("../fonts/PoppinsBold.woff2") format("woff2"),
    url("../fonts/PoppinsBold.woff") format("woff"),
    url("../fonts/PoppinsBold.ttf") format("truetype"),
    url("../fonts/PoppinsBold.svg#PoppinsBold") format("svg");
  font-weight: Bold;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/PoppinsLight.eot");
  src:
    url("../fonts/PoppinsLight.eot") format("embedded-opentype"),
    url("../fonts/PoppinsLight.woff2") format("woff2"),
    url("../fonts/PoppinsLight.woff") format("woff"),
    url("../fonts/PoppinsLight.ttf") format("truetype"),
    url("../fonts/PoppinsLight.svg#PoppinsLight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/PoppinsRegular.eot");
  src:
    url("../fonts/PoppinsRegular.eot") format("embedded-opentype"),
    url("../fonts/PoppinsRegular.woff2") format("woff2"),
    url("../fonts/PoppinsRegular.woff") format("woff"),
    url("../fonts/PoppinsRegular.ttf") format("truetype"),
    url("../fonts/PoppinsRegular.svg#PoppinsRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/PoppinsThin.eot");
  src:
    url("../fonts/PoppinsThin.eot") format("embedded-opentype"),
    url("../fonts/PoppinsThin.woff2") format("woff2"),
    url("../fonts/PoppinsThin.woff") format("woff"),
    url("../fonts/PoppinsThin.ttf") format("truetype"),
    url("../fonts/PoppinsThin.svg#PoppinsThin") format("svg");
  font-weight: 100;
  font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 93%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins";
  background: #fff;
}
a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  color: #fb4302;
}
::selection {
  background: #0075c1;
  color: #fff;
}
::-moz-selection {
  background: #0075c1;
  color: #fff;
}
::-webkit-selection {
  background: #0075c1;
  color: #fff;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
li {
  margin: 0;
  padding: 0;
}
p {
  padding: 0;
  font-family: "Poppins";
  margin: 0 0 10px 0;
  font-weight: normal;
  font-size: 15px;

  color: #000000;

  line-height: 30px;

  text-align: justify;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Poppins";
}

input,
select,
button {
  outline: none !important;
}
.headerBgMain {
  position: fixed;
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, 1);
}
.captionHolder {
  width: 100%;
  position: absolute;
  bottom: 50%;
  height: 767px;
  margin-bottom: -383px;
}
.bannerHeaderSpan {
  color: #ffd800 !important;
  font-family: "ArapeyRegular";
  font-size: 67px;
  display: inline-block;
}
.captionHolder h3 {
  color: #ffe200 !important;
  font-size: 67px;
  text-shadow: 2px 2px #333333;
  text-align: left;
  left: 10%;
  font-family: "Sofia", cursive;
  font-weight: 400;
  padding-bottom: 15px;
  position: relative;
}
.captionHolder p {
  color: #fff !important;
  font-size: 35px;
  width: 39%;
  text-shadow: 2px 2px #333333;
  text-align: left;
  left: 10%;
  font-family: "ArapeyRegular";
  position: relative;
}
.captionHolderWrapper {
  position: relative;
  text-align: center;
}
.captionHolderWrapper1 {
  display: inline-block;
}
.captionHolderWrapper span {
  color: #383d45;
  font-size: 69px;
  font-weight: 700;
}
.containerDivWrapper {
  -webkit-box-shadow: -5px 2px 33px -11px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: -5px 2px 33px -11px rgba(0, 0, 0, 0.7);
  box-shadow: -5px 2px 33px -11px rgba(0, 0, 0, 0.7);
  margin: -320px auto 0;
  position: relative;
  border-radius: 27px 27px 0 0;
}

.headerBanner {
  position: fixed;
  z-index: 100;
}
.sidePannelIcon {
  margin-right: 10px;
  display: inline-block;
}
.qucickEnquiryBtn {
  position: fixed;
  z-index: 1;
  right: -44px;
  top: 500px;
  text-transform: capitalize;
  background: #fff;
  border-radius: 30px;
  font-size: 15px;
  padding: 7px;
  width: 170px;
  text-align: center;
  color: #333 !important;
  font-weight: bold;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg); /* IE 9 */
  -moz-transform: rotate(-90deg); /* Firefox */
  -webkit-transform: rotate(-90deg);
}
.qucickEnquiryBtn:before {
  position: absolute;
  background: url(../images/banner-btn.png) no-repeat;
  left: 0;
  top: 0;
  width: 50px;
  height: 10px;
}
.qucickEnquiryBtn:hover {
  background: #17b5d1;
  color: #fff !important;
}

.qucickEnquiryBtn1 {
  position: fixed;
  z-index: 1;
  right: -67px;
  top: 300px;
  text-transform: capitalize;
  background: #1f479e;
  border-radius: 30px;
  padding: 7px;
  width: 180px;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg); /* IE 9 */
  -moz-transform: rotate(-90deg); /* Firefox */
  -webkit-transform: rotate(-90deg);
  font-size: 15px !important;
}
.qucickEnquiryBtn1:before {
  position: absolute;
  background: url(../images/banner-btn.png) no-repeat;
  left: 0;
  top: 0;
  width: 50px;
  height: 10px;
}
.qucickEnquiryBtn1:hover {
  background: #fff;
  color: #333 !important;
}

.qucickEnquiryBtn2 {
  display: none;
  position: fixed;
  z-index: 1;
  right: -67px;
  top: 300px;
  text-transform: capitalize;
  background: #1f479e;
  border-radius: 30px;
  padding: 7px;
  width: 180px;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg); /* IE 9 */
  -moz-transform: rotate(-90deg); /* Firefox */
  -webkit-transform: rotate(-90deg);
  font-size: 15px !important;
}
.qucickEnquiryBtn2.ab {
  position: absolute;
  background: url(../images/banner-btn.png) no-repeat;
  left: 0;
  top: 0;
  width: 50px;
  height: 10px;
}
.qucickEnquiryBtn2:hover {
  background: #fff;
  color: #333 !important;
}

.nopadding {
  padding: 0;
}
.socialtop {
  display: inline;
}
.socialtop a {
  margin: 0 5px;
  font-size: 18px;
  color: #fff;
}

.headerThin28White {
  color: #fff;
  font-size: 28px;
  font-weight: 100;
  display: block;
}

.txtPhnIconWrapper2 {
  position: absolute;
  left: 0px;
  top: -45px;
  z-index: 1;
}

.dataTable3 th {
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  background: #17b5d1;
  color: #fff;
  font-family: "Poppins";
  font-size: 12px;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  border: 1px solid #000;
}
.dataTable3 td {
  padding: 5px 10px;
  background: #fff;
  color: #000;
  text-align: center;
  border: 1px solid #000;
}

.headerBg1 {
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  /* padding-bottom: 10px; */
}
.logoHolder {
  float: left;
  padding: 10px 10px 10px 10px;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.loginImageOne {
  float: left;
  padding: 9px 10px 9px 0px;
}
.menuHolder {
  /* float:right; */
  background: #e9fbea; /* Your desired color */

  padding-top: 64px;
  padding-right: 30px;
}
.menuHeadOne {
  padding-top: 58px;
}
.socialMediaWrapper {
  position: relative;
}
.socialMediaWrapper1 {
  position: relative;
}
.socialMediaDiv {
  position: fixed;
  z-index: 1;
  top: 250px;
  left: 0px;
}

.socialMediaDiv p {
  text-transform: uppercase;
  color: #b9b9b9;
  font-size: 15px;
  font-weight: normal;
  margin-top: 100px;
  position: relative;
  padding-right: 10px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.socialMediaDiv p:before {
  position: absolute;
  content: "";
  right: -60px;
  top: 8px;
  width: 60px;
  height: 15px;
  background: url(../images/follow-up-icon.html) no-repeat;
}

.applyOnlinBtn {
  background: #00a9d3;

  text-align: center;
  color: #fff !important;

  padding: 24px;
  margin-left: 7px;
}
.applyOnlineDiv {
  position: absolute;
  right: 44px;
  top: 47px;
}
.applyOnlineDiv1 {
  position: absolute;
  right: 44px;
  top: 8px;
}
.logoImage1 {
  height: 90px;
}

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);

  opacity: 0;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#search input[type="text"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#search .btn {
  position: absolute;
  background: #00aad4;
  border: none;

  top: 50%;

  left: 50%;

  margin-top: 61px;

  margin-left: -100px;

  width: 200px;

  padding: 10px;

  border-radius: 30px;

  font-size: 16px;

  font-weight: 300px;
}
#search .close {
  position: fixed;
  top: 55px;
  right: 15px;
  color: #fff;
  background: #00aad4;
  border-color: #00aad4;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}
.aboutBg {
  background: linear-gradient(
    90deg,
    rgba(255, 216, 0, 1) 50%,
    rgba(2, 0, 36, 1) 50%,
    rgba(166, 68, 222, 1) 50%,
    rgba(79, 75, 170, 1) 50%,
    rgba(31, 71, 158, 1) 50%
  );
  min-height: 490px;
}
.aboutWrapper {
  float: left;
  width: 50%;
}
.aboutHolderDiv {
  float: right;
  padding-left: 20px;
  padding-right: 40px;
  position: relative;
}
.aboutHolderDivWrapper {
  position: absolute;
  right: 42px;
  bottom: -19px;
}
.aboutBtn {
  border: 1px #1c1c16 solid;
  width: 34px;
  height: 34px;
  display: block;
  border-radius: 50%;
  padding: 3px 11px;
}

.aboutBtn:hover {
  background: #17b5d1;
  border: 1px #17b5d1 solid;
}
.newsBtn {
  border: 1px #1c1c16 solid;
  width: 34px;
  height: 34px;
  display: block;
  border-radius: 50%;
  padding: 3px 11px;
}
.newsBtn:hover {
  background: #ffd800;
  border: 1px #ffd800 solid;
}
.nopadding {
  padding: 0;
}
.aboutHead40Bold {
  color: #171717;
  font-size: 40px;
  font-weight: 700;
  /* margin-top: 80px; */
}
.aboutHead34Thin {
  color: #333333;
  font-size: 26px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
}
.aboutHolderDiv p {
  color: #222222;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 30px;
}
.newsBg {
  background: url(../images/news-bg.jpg) no-repeat;
  background-size: cover;
  min-height: 490px;
  float: left;
  width: 50%;
  margin-left: -1px;
}
.newsDiv {
  width: 30%;
  float: left;
  padding-left: 30px;
  position: relative;
}
.newsDiv span {
  display: block;
  margin-top: 128px;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.newsDiv p {
  line-height: 30px;
  font-size: 15px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 300;
}
.newsHeader1 {
  font-weight: 700;
  margin-top: 128px;
  color: #fff;
  margin-bottom: 0;
  font-size: 43px;
  padding: 0 34px;
}
.newsHeader2 {
  font-weight: 100;
  color: #fff;
  margin-bottom: 0;
  font-size: 43px;
  display: inline-block;
}
.claenderIconDiv {
  position: relative;
  border: 1px #fff solid;
  width: 167px;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  padding: 5px 0 5px 46px;
  background: #17b5d1;
}
.claenderIcon {
  position: absolute;
  left: 10px;
  top: 2px;
}
.newDivWrapper {
  position: absolute;
  right: 0px;
  bottom: 13px;
  z-index: 100;
}
.acitivitiesBg {
  padding-top: 40px;
}
.acitivitiesHead {
  position: relative;
  color: #1f479e;
  font-size: 45px;
  font-family: "ArapeyRegular";
  text-align: center;
  margin-top: 0;
  font-weight: normal;
  padding-bottom: 30px;
}
/* .acitivitiesHead:before{ position:absolute; content:""; 
bottom:0; left:50%; width:3px; height:36px;  background:#1F479E;    } */
.yogaBg {
  background: url(../images/activities-bg-1.jpg) no-repeat;
  background-size: cover;
  min-height: 300px;
  position: relative;
  padding: 20px 20px 30px 30px;
}
.clubsBg {
  background: url(../images/activities-bg-2.jpg) no-repeat;
  background-size: cover;
  min-height: 300px;
  position: relative;
  padding: 20px 20px 30px 30px;
}
.sportsBg {
  background: url(../images/activities-bg-3.jpg) no-repeat;
  background-size: cover;
  min-height: 300px;
  position: relative;
  padding: 20px 20px 30px 30px;
}
.acitivitiesDivspace {
  padding: 0 3px;
}
.knowMoreBtn {
  color: #fff !important;
  position: relative;
  font-weight: normal;
  font-size: 15px;
  float: right;
  display: block;
  padding-right: 23px;
}
.knowMoreBtn:before {
  position: absolute;
  right: 0;
  top: 7px;
  display: block;
  content: "";
  width: 14px;
  height: 10px;
  background: url(../images/know-more-icon.png) no-repeat;
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.knowMoreBtn:hover {
  color: #ffd800 !important;
}
.knowMoreBtn:hover:before {
  right: -3px;
}
.yogaBg h3 {
  margin-top: 184px;
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 20px;
}
.yogaBg h3:before {
  content: "";
  position: absolute;
  color: #ffd800;
  width: 20px;
  height: 6px;
  background: #ffd800;
  left: 0;
  bottom: 110px;
}
.yogaBg p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0;
}
.clubsBg h3 {
  margin-top: 184px;
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 20px;
}
.clubsBg h3:before {
  content: "";
  position: absolute;
  color: #ffd800;
  width: 20px;
  height: 6px;
  background: #ffd800;
  left: 0;
  bottom: 110px;
}
.clubsBg p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0;
}

.sportsBg h3 {
  margin-top: 184px;
  color: #000000;
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 20px;
}
.sportsBg h3:before {
  content: "";
  position: absolute;
  color: #000000;
  width: 20px;
  height: 6px;
  background: #000000;
  left: 0;
  bottom: 110px;
}
.sportsBg p {
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0;
}
.knowMoreBtn1 {
  color: #333333 !important;
  position: relative;
  font-weight: normal;
  font-size: 15px;
  float: right;
  display: block;
  padding-right: 23px;
}
.knowMoreBtn1:before {
  position: absolute;
  right: 0;
  top: 7px;
  display: block;
  content: "";
  width: 14px;
  height: 10px;
  background: url(../images/know-more-icon1.png) no-repeat;
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.knowMoreBtn1:hover {
  color: #0096d0 !important;
}
.knowMoreBtn1:hover:before {
  right: -3px;
}
.ourFacilitiesBg {
  position: relative;
  background: url("../images/facility-bg.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -48px;
  overflow: hidden;
}

.ourFacilitiesBg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 82 174 / 91%); /* Change color as needed */
}

.ourFacilitiesBg .container {
  position: relative;
  z-index: 1;
}
.facilitiesWrapper {
  border: 11px #fff solid;
  position: relative;
  min-height: 463px;
  padding: 60px 30px 40px;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.facilitiesWrapper:hover {
  background: url(../images/facilitie-bg.jpg) no-repeat;
  background-size: cover;
}
.facilitiesWrapper:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 50px;
  height: 1px;
  right: -790px;
  bottom: 59%;
  margin-top: -237px;
  width: 790px;
}
.facilitiesWrapper h3 {
  color: #fff;
  font-size: 52px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "ArapeyRegular";
  text-align: center;
}
.facilitiesWrapper p {
  color: #fff;
  font-size: 17px;
  line-height: 31px;
  font-weight: 300;
  margin-bottom: 30px;
}
.viewMoreBtn {
  background: none;
  border: 1px #fff solid;
  padding: 10px;
  color: #fff;
  font-size: 23px;
  font-weight: normal;
  display: inline-block;
  width: 271px;
  position: relative;
  text-align: center;
  border-radius: 7px;
  padding: 10px 58px 10px 0;
}
.viewMoreBtn:hover {
  border: 1px #024fa6 solid;
  color: #024fa6;
}
.viewMoreBtnIcon {
  position: absolute;
  right: 20px;
  top: 10px;
}
.viewMoreBtnIcon:before {
  position: absolute;
  content: "";
  height: 52px;
  width: 1px;
  background: #fff;
  top: -10px;
  left: -20px;
}
.viewMoreBtn:hover .viewMoreBtnIcon:before {
  background: #024fa6;
}
.facilitieIconWrapper {
  position: relative;
  padding-top: 110px;
}
.facilitieIconWrapperDiv {
  position: absolute;
  right: 50%;
  top: 0;
  margin-right: -39px;
}
.facilitieIconWrapper a {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 21px;
  cursor: pointer;
}
.facilitieIconWrapper a:hover {
  color: #ffe200;
}
.facilitiesIcon {
  margin-top: 43px;
}
.facilitiesIcon5 {
  margin-top: 43px;
  border-right: 1px #84d8e7 solid;
  margin-bottom: 51px;
}
.facilitiesIcon6 {
  margin-top: 43px;
  margin-bottom: 51px;
}
.facilitiesIcon1 {
  margin-top: 100px;
}
.facilitieIconWrapper:hover .servicesIcon1 {
  margin-top: -10px;
}
.servicesIcon1 {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.principalDiv1 {
  width: 40%;
  float: left;
  padding-top: 232px;
  padding-bottom: 232px;
}
.principalDiv2 {
  width: 60%;
  background: #fff;
  float: left;
}
.principalWrapper {
  position: relative;
  padding-left: 148px;
  padding-top: 130px;
}
.principalWrapperImg {
  position: absolute;
  left: -175px;
  bottom: 54px;
}
.principalWrapper p {
  color: #555555;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 15px;
}
.principalWrapperImgBorder {
  border: 10px #024fa6 solid;
  overflow: hidden;
}
.principalBg {
  background: rgb(235, 235, 235);
  background: linear-gradient(
    90deg,
    rgba(235, 235, 235, 1) 40%,
    rgba(255, 255, 255, 1) 40%,
    rgba(255, 255, 255, 1) 40%,
    rgba(255, 255, 255, 1) 40%,
    rgba(0, 0, 0, 1) 40%,
    rgba(255, 255, 255, 1) 40%,
    rgba(255, 255, 255, 1) 40%
  );
}
.principalHead {
  font-size: 55px;
  color: #333333;
  font-family: "ArapeyRegular";
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
  width: 232px;
  position: relative;
  padding-bottom: 20px;
}
.principalHead:before {
  position: absolute;
  right: 50%;
  content: "";
  width: 44px;
  height: 5px;
  background: #500527;
  margin-right: -22px;
  bottom: 0;
}
.principalWrapper a {
  color: #333333;
  font-size: 18px;
  border: 1px #333 solid;
  border-radius: 5px;
  text-align: center;
  display: block;
  width: 183px;
  padding: 7px;
}
.principalWrapper a:hover {
  background: #333;
  color: #024fa6;
}
.testmonialWrapper h3 {
  margin-top: 100px;
  text-align: center;
  color: #333333;
  font-size: 42px;
  margin-bottom: 30px;
  font-family: "ArapeyRegular";
}
.testmonialWrapper span {
  margin-top: 0px;
  text-align: center;
  color: #555555;
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: 700;
  display: block;
  text-align: center;
}
.testmonialWrapper p {
  font-size: 15px;
  text-align: center;
  color: #555555;
  line-height: 30px;
}
.testmonialBg {
  float: left;
  padding-left: 57px;
  padding-right: 100px;
  padding-top: 120px;
  width: 800px;
}
.borderdiv {
  border: 5px #bec1c3 solid;
  border-radius: 50%;
  width: 139px;
  height: 134px;
  overflow: hidden;
  margin: 0 auto 20px;
}
.testmonialDiv1 {
  width: 40%;
  float: left;
}
.testmonialDiv2 {
  width: 60%;
  float: left;
  background: url(../images/testmonial-bg.jpg) no-repeat;
  background-size: cover;
  min-height: 600px;
}
.testmonialWrapper {
  float: right;
  padding-left: 0;
  padding-right: 50px;
  width: 460px;
}
.testmonialBg h3 {
  font-size: 42px;
  color: #ffe200;
  font-family: "ArapeyRegular";
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 10px;
}
.testmonialBg h3:before {
  position: absolute;
  content: "";
  background: #ffe200;
  width: 7px;
  height: 40px;
  left: 50%;
  bottom: 0;
}
.testmonialBg p {
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: 300;
}
.testmonialBg span {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 0px;
  display: block;
  font-weight: 300;
}
.photoGalleryDivBg {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.photoGalleryDivBg1 {
  padding-top: 50px;
  padding-bottom: 130px;
}
.photoGalleryDiv {
  position: relative;
}
.boxBgDiv4 {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 1%,
    rgba(0, 0, 0, 0.84) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 1%,
    rgba(0, 0, 0, 0.84) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 1%,
    rgba(0, 0, 0, 0.84) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d6000000',GradientType=0 );
  padding: 33px 5px 20px 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.boxBgDiv4:hover {
  padding: 118px 4px 20px 20px;
}
.boxBgDiv5 {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 1%,
    rgba(0, 0, 0, 0.84) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 1%,
    rgba(0, 0, 0, 0.84) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 1%,
    rgba(0, 0, 0, 0.84) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d6000000',GradientType=0 );
  padding: 152px 5px 20px 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.captionHolder h3 :before {
  position: absolute;
  background: #fff;
  content: "";
  width: 1px;
  height: 100px;
  bottom: -110px;
  right: 50%;
}
.arrow {
  position: absolute;
  bottom: 65px;
  left: 50%;
  margin-left: -10px;
  width: 19px;
  height: 33px;
  background: url(../images/top-btn.png) no-repeat;
  background-size: contain;
  z-index: 10;
}
.bannerBg {
  position: relative;
  padding-top: 120px;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.photoGalleryYellowBg h3 {
  color: #333333;
  font-size: 35px;
  font-family: "ArapeyRegular";
  text-align: center;
  margin-top: 24px;
  margin-bottom: 25px;
}
.photoGalleryYellowBg a {
  color: #333333;
  text-align: center;
  border: 1px #333 solid;
  padding: 8px;
  margin: 0 auto;
  width: 123px;
  font-size: 16px;
  text-transform: capitalize;
  display: block;
}
.photoGalleryYellowBg a:hover {
  background: #17b5d1;
  color: #fff;
  border: 1px #17b5d1 solid;
}
.boxBgDiv4 h3 {
  color: #fff;
  font-size: 35px;
  font-family: "ArapeyRegular";
  margin-top: 10px;
}
.boxBgDiv4 h3:hover {
  color: #024fa6;
}
.photoGalleryYellowBg {
  background: #ffe200;
  min-height: 367px;
  padding-top: 100px;
}
.photoGalleryDivBg:before {
  position: absolute;
  content: "";
  background: #dddddd;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 50%;
}
.downloadWrapper {
  position: relative;
  padding-left: 80px;
}
.downloadWrapperDiv {
  position: absolute;
  left: 0;
  top: 8px;
}
.footerBg {
  background: #1f479e;
}
.downloadWrapper h3 {
  color: #dedede;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}
.subLetterDiv {
  float: right;
}
.subLetterDiv h3 {
  color: #dedede;
  font-size: 22px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: right;
}
.subLetterDivField {
  background: none;
  color: #656c79;
  font-size: 15px;
  padding: 13px 30px;
  border: none;
}
.subLetterDivWrapper {
  position: relative;
  border: 2px #242d3d solid;
  padding-right: 90px;
  width: 100%;
}
.subLetterDivBtn {
  position: absolute;
  right: 0;
  top: 0px;
}
.subLetterDivFieldBtn {
  background: url(../images/subletter-btn-icon.png) center center no-repeat;
  color: #656c79;
  font-size: 15px;
  padding: 12px 30px;
  border: none;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.subLetterDivFieldBtn:hover {
  background: #024fa6 url(../images/subletter-btn-icon.png) center center
    no-repeat;
}
.testMonialBgAll {
  overflow: hidden;
}
.addressWrapper {
  position: relative;
  padding-left: 40px;
}
.addressWrapperDiv {
  position: absolute;
  left: 0;
  top: 2px;
}
.addressWrapper1 {
  position: relative;
}
.addressWrapper1:before {
  position: absolute;
}
.footerNav {
  margin: 0;
  padding: 0 33px 0;
}
.footerNav li {
  list-style: none;
}
.footerNav a {
  display: inline-block;
  padding-bottom: 0px;
  margin-bottom: 10px;
  color: #bbbfc7;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}
.footerNav a:before {
  position: absolute;
  content: "";
  background: #bbbfc7;
  width: 0%;
  height: 1px;
  top: 0;
  left: 0;
  transition: all 0.9s;
  opacity: 0;
}
.footerNav a:after {
  position: absolute;
  content: "";
  background: #bbbfc7;
  width: 0%;
  height: 1px;
  bottom: 0;
  right: 0;
  transition: all 0.9s;
  opacity: 0;
}
.socialMediaIconBorder {
  background: #111824;
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 8px;
  border-radius: 50%;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.socialMediaIconBorderIcon {
  color: #4d5562;
}
.socialMediaIcon {
  font-size: 16px;
  font-weight: 300;
  color: #6d7075;
  display: inline-block;
  padding-left: 10px;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.socialMediaFrame {
  position: relative;
  padding: 0;
  display: inline-block;
}
.socialIconDivOne {
  float: left;
  margin-top: 7px;
}

.socialLink {
  display: block;
  float: left;
}
.socialLink:hover .socialMediaIconBorder {
  background: #0096d0;
}
.socialLink:hover .socialMediaIconBorderIcon {
  color: #fff;
}
.socialLink:hover .socialMediaIcon {
  color: #fff;
}
.socialIconDiv {
  float: left;
  margin: 0 15px;
  color: #909090;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.txtPhnIconWrapper {
  position: relative;
}

.footerTxt {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  margin-top: 7px;
  display: block;
  margin-bottom: 7px;
  text-align: center;
}

.footerTxt1 {
  color: #c2c3c3;
  font-size: 15px;
  font-weight: 300;
  margin-top: 0px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
}
.footerTxt1:hover {
  color: #0096d0;
}
.footerTxt2 {
  color: #c2c3c3;
  font-size: 15px;
  font-weight: 300;
  margin-top: 0px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
}

.txtPhnIconWrapper1 {
  position: absolute;
  display: flex;
  right: 167px;
  top: -35px;
  z-index: 1;
  gap: 20px;
}
.headerPhn {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  margin-left: 0;
  display: flex;
  position: relative;
  padding-right: 10px;
  padding-left: 22px;
  gap: 20px;
}

.headerPhn::before {
  position: absolute;
  content: "";
  height: 29px;
  width: 18px;
  /* background: url(../images/phn-icon.png) no-repeat; */
  left: 0;
  top: 0;
}
.headermail {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  margin-left: 0;
  display: inline-block;
  position: relative;
  padding-right: 10px;
  padding-left: 22px;
}

.headermail::before {
  position: absolute;
  content: "";
  height: 29px;
  width: 18px;
  background: url(../images/message-icon1.png) no-repeat;
  background-size: 16px 18px;
  left: 0;
  top: 0;
}
.footerNav a:hover:before {
  width: 100%;
  opacity: 1;
}
.footerNav a:hover:after {
  width: 100%;
  opacity: 1;
}
.footerNav a:hover {
  color: #024fa6;
}
.borderBottomDiv {
  border-top: 1px #242d3d solid;
  margin-top: 70px;
  margin-bottom: 70px;
}
.addressWrapper p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  text-align: left;
}
.footerEndBg {
  background: #173473;
}
.bannerWrapper {
  position: relative;
}

.bannerWrapperdiv h3 {
  color: #fff;
  font-size: 67px;
  font-family: "ArapeyRegular";
  position: relative;
}
.bannerWrapperdiv h3:before {
  position: absolute;
  bottom: 29px;
  content: "";
  width: 172px;
  height: 1px;
  right: -192px;
  background: #fff;
}

.subPageBannerDiv {
  position: relative;
  padding-top: 120px;
}
.subPageBannerDivHolder {
  position: absolute;
  left: 95px;
  bottom: 59px;
}
.subPageBannerDivHolder h3 {
  color: #fff;
  font-size: 67px;
  font-family: "ArapeyRegular";
  position: relative;
}
/* .subPageBannerDivHolder h3:before {
  position: absolute;
  bottom: 27px;
  content: "";
  width: 172px;
  height: 1px;
  right: -192px;
  background: #fff;
} */
.subPageBannerDivHolderNav {
  position: absolute;
  right: 99px;
  bottom: 68px;
}

.photoGalleryWrapper {
  position: relative;
  overflow: hidden;
}
.photoGalleryWrapper:hover .photoGalleryWrapperDiv {
  background: rgba(8, 132, 207, 0.72);
}
.photoGalleryWrapper:hover p {
  color: #fff;
}
.photoGalleryWrapperDiv {
  position: absolute;

  background: rgba(255, 216, 0, 0.64);
  transition: 0.4s;

  height: 271px;

  width: 182px;

  z-index: 100;

  right: -88px;

  bottom: -95px;

  -ms-transform: rotate(42deg);

  -webkit-transform: rotate(42deg);

  transform: rotate(42deg);
}
.photoTxtDiv {
  position: absolute;

  right: 15px;

  bottom: 18px;

  z-index: 100;
}
.photoGalleryImgIcon {
  margin: 0 auto;
  display: block;
}
.photoGalleryWrapper {
  margin-bottom: 50px;
}
.photoGalleryWrapper p {
  text-align: center;
  color: #000000;
  font-weight: normal;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 0;
}
.breadCrumb {
  margin: 0;
  padding: 0;
}
.breadCrumb li {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
}
.breadCrumb a {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  position: relative;
  padding-right: 15px;
}
.breadCrumb a:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  right: 3px;
  bottom: 8px;
}
.breadCrumb a:hover {
  color: #ffd800;
}
.contactWrapper1 {
  background: #ffd800;
  padding-bottom: 30px;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  min-height: 294px;
}
.contactWrapper1 p {
  line-height: 41px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 0;
  font-size: 20px;
  text-align: left;
}
.contactBg {
  padding-top: 130px;
}
.contactWrapper2 {
  background: #711b42;
  padding-bottom: 30px;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  min-height: 294px;
}
.contactWrapper2 p {
  line-height: 41px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 17px;
  font-size: 22px;
  margin-top: 0;
}
.contactWrapper2 h3 {
  font-size: 40px;
  font-family: "ArapeyRegular";
  color: #fff;
}
.contactWrapper3 {
  background: #2f0317;
  padding-bottom: 30px;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  min-height: 294px;
}
.contactWrapper3 p {
  line-height: 41px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 17px;
  font-size: 22px;
  margin-top: 0;
}
.contactWrapper3 h3 {
  font-size: 40px;
  font-family: "ArapeyRegular";
  color: #fff;
}
.sendMessageHead {
  color: #454d52;
  text-align: center;
  font-size: 42px;
  font-family: "ArapeyRegular";
  margin-bottom: 70px;
  position: relative;
  padding-top: 100px;
}
.sendMessageHead:before {
  position: absolute;
  content: "";
  background: #dddddd;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100px;
}
.contactField {
  width: 100%;
  background: #f4f4f4;
  border: 1px #dddddd solid;
  padding: 13px 15px;
  color: #454d52;
  font-size: 16px;
  font-weight: normal;
  border-radius: 8px;
  margin-bottom: 30px;
}
.submitYourMessage {
  background: #ffd800;

  text-align: center;

  color: #292929;

  font-size: 17px;

  font-weight: 300;

  padding: 13px;

  border: none;

  width: auto;

  border-radius: 8px;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.submitYourMessage:hover {
  background: #2f0317;
  color: #ffffff;
}
.resetIcon {
  margin-top: 10px;
}
.contactWrapper {
  max-width: 900px;
  margin: 0 auto;
}
.subPagebgFacilities {
  background: #17b5d1;
  padding-top: 120px;
  padding-bottom: 90px;
}
.awardsBg {
  padding-top: 100px;
}
.awardsBorder {
  background: #e2cd26;
  padding: 20px 30px;
  width: 243px;
  position: relative;
}
.awardsBorder:before {
  position: absolute;
  content: "";
  background: #dddddd;
  width: 1px;
  height: 250px;
  right: -110px;
  bottom: 0;
}
.awardsBorder:after {
  position: absolute;

  content: "";

  background: #dddddd;

  width: 110px;

  height: 1px;

  right: -110px;

  bottom: 50%;
}
.awardsWrapper p {
  color: #555555;
  font-weight: normal;
  font-size: 15px;
  line-height: 34px;
  text-align: justify;
}
.awardsWrapper h3 {
  font-size: 32px;
  color: #333;
  font-family: "ArapeyRegular";
  margin-bottom: 30px;
  margin-top: 40px;
}
.missionBg {
  padding-top: 130px;
}
#list ul li {
  list-style: none;
  list-style-image: url(../images/bullet-point.png);
  padding-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 15px;

  color: #555555;

  line-height: 35px;
}
#list ul {
  margin-left: 25px;
}
.missionWrapper {
  position: relative;
}
.missionWrapperDiv {
  position: absolute;
  top: 244px;
  left: 41px;
}
.missionWrapperDiv h3 {
  background: #024fa6;
  padding: 16px;
  width: 178px;
  text-align: center;
  font-size: 29px;
  color: #333;
  font-family: "ArapeyRegular";
}
.missionWrapper p {
  font-size: 15px;
  color: #555555;
  font-weight: normal;
  line-height: 35px;
  margin-top: 55px;
  margin-bottom: 0;
  text-align: justify;
}
.subPageNavWrapper {
  border: 6px #cccccc solid;
  min-height: 401px;
  padding: 30px 2px;
}
.subPageNavWrapper ul {
  margin: 0;
  padding: 0;
}
.subPageNavWrapper li {
  list-style: none;
}
.subPageNavWrapper a {
  color: #555555;
  font-weight: normal;
  font-size: 18px;
  display: inline-block;
  position: relative;
  padding-left: 38px;
  margin-bottom: 15px;
}
.subPageNavWrapper a:before {
  background: url(../images/sub-nav-icon-1.png) center no-repeat;
  position: absolute;
  content: "";
  width: 10px;
  height: 15px;
  left: 10px;
  top: 5px;
}
.subPageNavWrapper a:hover:before {
  background: none;
}
.subPageNavWrapper a:after {
  background: none;
  position: absolute;
  content: "";
  width: 0%;

  left: -8px;
  top: -5px;
  transition: 0.4s;
}
.subPageNavWrapper a:hover:after {
  background: #540a2c url(../images/sub-nav-icon-2.png) 15px no-repeat;

  width: 35px;
  left: -8px;
  height: 34px;
}
.subPageNavWrapperDivAll {
  float: right;
}
.sisterconcernWrapper {
  position: relative;
  z-index: 3;
  padding-bottom: 77px;
}
.sisterconcernWrapperDiv {
  position: absolute;
  background: #ffd800;
  top: -13px;
  left: -13px;
  width: 273px;
  height: 80px;
  z-index: -1;
}
.sisterconcernWrapper h3 {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 24px;
}
.sisterconcernWrapperBg {
  padding-top: 130px;
}
.principalBg1 {
  padding-top: 130px;
}
.principalWrapperTxt {
  border-left: 7px #ffd800 solid;
  padding-left: 40px;
}
.principalWrapperTxt p {
  color: #555555;
  font-weight: normal;
  line-height: 35px;
  font-size: 15px;
}
.principalWrapperTxt span {
  color: #555555;
  font-weight: normal;
  font-size: 18px;
}
.principalBorderImgDiv {
  border: 7px #ffd800 solid;
  border-right: none;
  overflow: hidden;
}
.principalBorderImgDiv img {
  width: 100%;
}
.custom-select {
  max-width: 494px;
  margin: 0 auto 100px;
  position: relative;
}
.custom-select select {
  width: 100%;
  padding-left: 20px;
  font-weight: normal;

  height: 56px;
  font-size: 15px;
  color: #000000;
  border: none;

  background: #ffd800 url(../images/dropdown.png) no-repeat center right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

.vdoGalleryWrapper {
  position: relative;
  text-align: center;
}
.vdoGalleryWrapperDiv {
  position: absolute;

  bottom: 50%;
  transition: transform 0.2s;
  transition: 0.3s ease;

  left: 50%;

  width: 98px;
  height: 98px;

  margin-left: -34px;
  margin-bottom: -34px;
}
.vdoTxt {
  color: #333333;
  font-size: 19px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 100px;
}
.vdoGalleryWrapper:hover .vdoGalleryWrapperDiv {
  transform: scale(1.1);
}
.vdoGalleryWrapper .vdoGalleryWrapperDiv1 {
  position: absolute;
  bottom: -32px;
  right: 30px;
  width: 67px;
  height: 67px;
}
.vdoGalleryBg {
  padding-top: 130px;
}
.custom-select:before {
  position: absolute;
  content: "";
  background: #cecece;
  height: 130px;
  width: 1px;
  top: -130px;
  left: 50%;
}
.managementWrapper {
  background: #17b5d1;
  margin-bottom: 70px;
  min-height: 298px;
  padding: 10px 10px 30px;
  text-align: center;
}
.managementImgBorder {
  border: 2px #ffd800 solid;
  overflow: hidden;
  border-radius: 50%;
  margin: -38px auto 0;
  width: 125px;
  height: 125px;
}
.managementWrapper h3 {
  color: #ffffff;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 17px;
}
.managementWrapper span {
  color: #ffffff;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  display: inline-block;
}
.managementWrapper p {
  color: #ffffff;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}

.trusteesWrapper {
  background: #e7e7e7;
  margin-bottom: 70px;
  min-height: 297px;
  padding: 10px 10px 30px;
  text-align: center;
}
.trusteesImgBorder {
  border: 2px #c13c78 solid;
  overflow: hidden;
  border-radius: 50%;
  margin: -38px auto 0;
  width: 125px;
  height: 125px;
}
.trusteesWrapper h3 {
  color: #333333;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 17px;
}
.trusteesWrapper span {
  color: #333333;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  display: inline-block;
}
.trusteesWrapper p {
  color: #333333;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}

.managementHead {
  color: #333333;
  font-size: 48px;
  text-align: center;
  font-family: "ArapeyRegular";
  margin-bottom: 80px;
  margin-top: 0;
  clear: both;
}
.managementBg {
  padding-top: 130px;
}
#cssmenu ul li a.selected {
  color: #ffd800 !important;
  /*background: #ffd800;
-webkit-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease;*/
}
.sec-1 {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
}
.active .clouds1 {
  left: 140px;
  top: 10px;
  -moz-transition: 2s;
  -webkit-transition: 2s;
  transition: 2s;
}
.clouds1 {
  position: absolute;
  left: 0px;
  top: 100px;
  -moz-transition: 2s;
  -webkit-transition: 2s;
  transition: 2s;
}
.active .activitesWrapper1 {
  left: -4px;
  position: absolute;
  top: 200px;
  -moz-transition: 4s;
  -webkit-transition: 4s;
  transition: 4s;
}
.activitesWrapper1 {
  left: -599px;
  position: absolute;
  top: 200px;
  -moz-transition: 4s;
  -webkit-transition: 4s;
  transition: 4s;
}

.active .activitesWrapper2 {
  right: 0px;
  position: absolute;
  top: -100px;
  -moz-transition: 9s;
  -webkit-transition: 9s;
  transition: 9s;
}
.activitesWrapper2 {
  right: 0px;
  position: absolute;
  top: 500px;
  -moz-transition: 9s;
  -webkit-transition: 9s;
  transition: 9s;
}
.activeWrapperBg {
  background: #fff;

  min-height: 466px;

  max-width: 365px;

  margin: 154px auto 0;

  border-radius: 8px;
  position: relative;
}
.activeWrapperBg span {
  text-align: center;

  color: #333333;

  font-size: 35px;

  background: #ffd800;

  border-radius: 50%;

  border: 2px #fff solid;

  height: 70px;

  width: 70px;

  display: block;

  position: absolute;

  top: 167px;

  padding-top: 10px;
  left: 50%;
  margin-left: -35px;
}
.owl-carousel .our-activite {
  max-width: 1171px;
  margin: 0 auto;
}
.activeAll {
  float: left;
}
.activeWrapperBg h3 {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 10px;
  color: #333333;
  font-size: 21px;
  font-weight: normal;
  padding-right: 15px;
  padding-left: 15px;
}
.activeWrapperBg p {
  text-align: center;
  color: #555555;
  font-size: 14px;
  line-height: 27px;
  margin-bottom: 30px;
  padding: 0 37px;
}
.activeWrapperBg img {
  border-radius: 8px 8px 0px 0px;
}
.activeDivWrapper {
  float: right;
}
.activeDivWrapper h3 {
  color: #ffffff;
  font-size: 67px;
  font-family: "ArapeyRegular";
  text-align: center;
  margin-top: 324px;
}
.activitiesBg {
  background: #de3a3a;
  min-height: 822px;
  background-size: cover;
  position: relative;
  z-index: 10;
}
.activitiesBg:before {
  position: absolute;
  content: "";
  height: 153px;
  top: -70px;
  left: 50%;
  width: 274px;
  margin-left: -137px;
  background: url(../images/red-cloud.png) top no-repeat;
  z-index: -1;
}
.activitiesBg:after {
  position: absolute;
  content: "";
  height: 108px;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: url(../images/bg-1.png) no-repeat;
  background-size: cover;
}
.iconDivWrapperDivAll {
  padding-left: 0;
}
.iconDivWrapper {
  position: relative;
  text-align: center;
  padding-right: 21px;
  padding-top: 130px;
}
.iconDivWrapper:before {
  position: absolute;
  content: "";
  background: #64d1ff;
  width: 1px;
  height: 284px;
  top: 142px;
  right: 0;
}
.iconDivWrapper span {
  color: #ffffff;
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 11px;
  display: block;
}
.iconDivWrapper p {
  color: #fff;
  font-size: 15px;
  line-height: 27px;
}
.iconDivWrapper:hover .iconDivWrapper1 {
  margin-top: -10px;
}

.iconDivWrapper2 {
  position: relative;
  text-align: center;
  padding-right: 21px;
  padding-top: 130px;
}
.iconDivWrapper2 span {
  color: #ffffff;
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 11px;
  display: block;
}
.iconDivWrapper2 p {
  color: #fff;
  font-size: 15px;
  line-height: 27px;
}
.iconDivWrapper2:hover .iconDivWrapper1 {
  margin-top: -10px;
}
.kidsFloat {
  float: left;

  width: 822px;

  padding-right: 42px;
}
.iconDivWrapper1 {
  position: absolute;
  top: 0px;
  width: 100%;
  transition: 0.7s;
}
.specialFeatureDiv h3 {
  font-size: 67px;
  text-align: center;
  font-family: "ArapeyRegular";
  color: #fff;
  margin-top: 68px;
  margin-bottom: 80px;
}
.kinderBgBlue {
  background: #00b4ff;
  position: relative;
  min-height: 700px;
  margin-top: -115px;
  z-index: 1;
  padding-bottom: 120px;
}
.kinderBgBlue:before {
  background: url(../images/blue-clouds.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: -150px;
  content: "";
  width: 1183px;
  height: 351px;
  right: 50%;
  margin-right: -591px;
  z-index: -1;
}
.welcomKinderWrapper1 {
  position: relative;
  text-align: center;
}
.welcomKinderWrapper2 {
  position: relative;
}
.welcomKinderWrapperDiv {
  left: 122px;
  top: 162px;
  position: absolute;
  -moz-transition: 2s;
  -webkit-transition: 2s;
  transition: 2s;
}
.welcomKinderWrapperDiv2 {
  right: 100px;
  top: 133px;
  position: absolute;
  -moz-transition: 2s;
  -webkit-transition: 2s;
  transition: 2s;
}
.footerKinderWrapper1 {
  position: relative;
  text-align: center;
}
.footerKinderWrapper2 {
  right: 50%;

  top: -100px;

  position: absolute;

  -webkit-animation-direction: alternate;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: bounce1;
  -webkit-animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1s;
  animation-name: bounce1;
  animation-iteration-count: infinite;

  width: 253px;

  margin-right: -126px;
}
@-webkit-keyframes bounce1 {
  from {
    top: -180px;
  }

  to {
    top: -220px;
  }
}

@keyframes bounce1 {
  from {
    top: -180px;
  }

  to {
    top: -220px;
  }
}

.kidsBg {
  padding-top: 60px;
  padding-bottom: 296px;
}
.kidsBorder {
  position: relative;
}
.kidsBorder:before {
  position: absolute;
  content: "";
  left: 10px;
  top: 0;
  width: 1px;
  background: #ddd;
  height: 197px;
}
.kidsHeader {
  text-align: center;
  font-size: 61px;
  line-height: 61px;
  font-family: "ArapeyRegular";
  margin-bottom: 10px;
}
.kidsTxt {
  color: #555555;
  font-size: 16px;
  line-height: 33px;
  text-align: justify;
  padding-left: 40px;
}
.informationHeader {
  text-align: center;
  font-size: 18px;
  color: #de3a3a;
  display: block;
}
.welcomKinderWrapperDiv1 {
  right: 50%;

  top: -100px;

  position: absolute;

  -webkit-animation-direction: alternate;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: bounce;
  -webkit-animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1s;
  animation-name: bounce;
  animation-iteration-count: infinite;

  width: 153px;

  margin-right: -76px;
}
@-webkit-keyframes bounce {
  from {
    top: -30px;
  }

  to {
    top: -50px;
  }
}

@keyframes bounce {
  from {
    top: -30px;
  }

  to {
    top: -50px;
  }
}

.arrow-explore {
  position: absolute;
  left: 0px;
  top: 0px;
  transform: scale(1, 1);
  -ms-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.bulletNav li:hover .arrow-explore:before {
  animation: sonar 1.5s infinite 0.5s;

  box-shadow: 0px 0px 0px 10px rgba(147, 197, 36, 0.43);

  -webkit-box-shadow: 0px 0px 0px 10px rgba(147, 197, 36, 0.43);

  -moz-box-shadow: 0px 0px 0px 10px rgba(147, 197, 36, 0.43);

  -webkit-backface-visibility: hidden;

  content: "";

  position: absolute;

  top: 14px;

  left: 13px;

  opacity: 0;

  border-radius: 50%;

  width: 4px;

  height: 4px;
}

@keyframes sonar {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(2);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}

@-webkit-keyframes sonar {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(2);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
.bulletNav {
  margin: 0;
  padding: 0;
}

.bulletBoder {
  border-right: 1px #ddd solid;
  margin-bottom: 95px;
}
.bulletDiv {
  padding-left: 53px;
}
.bulletNav li {
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  color: #555555;
  font-size: 16px;
  line-height: 31px;
  margin-bottom: 30px;
}
.welcomKinderWrapper2 h3 {
  text-align: center;
  color: #f47e18;
  font-size: 49px;
  font-weight: normal;
  margin-top: 233px;
  margin-bottom: 83px;
}
.welcomKinderWrapper2 p {
  text-align: center;
  color: #555555;
  font-size: 15px;
  line-height: 34px;
  font-weight: normal;
  max-width: 1038px;
  margin: 0 auto 20px;
}
.welcomKinderWrapper2 span {
  font-size: 18px;
  color: #555555;
  font-weight: normal;
  text-align: center;
  display: block;
  margin-bottom: 50px;
  margin-top: 30px;
}
/*Nav Style*/
nav {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #head-mobile {
  display: none;
}
#cssmenu {
  font-family: sans-serif;
  text-align: center;
}
#cssmenu > ul > li {
  display: inline-block;
  text-align: center;
}
#cssmenu > ul > li > a {
  padding: 10px 7px;
  font-size: 17px;
  text-decoration: none;
  color: #000000 !important;
  font-weight: 500;
  font-family: "Poppins";
  position: relative;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#cssmenu > ul > li:hover {
  color: #fff !important;
}
#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 10px;
}

#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 17px;
  right: 2px;
  display: block;
  width: 13px;
  height: 8px;
  background: url(../images/menu-dropdown.png) no-repeat;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: none;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 17px;
  right: 50%;
  display: block;
  width: 3px;
  height: 0px;
  background: #ffd800;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  bottom: 0;
  top: 30px;
}
#cssmenu > ul > li.has-sub:hover > a:after {
  height: 10px;
}

#cssmenu > ul > li > a:after {
  position: absolute;
  top: 17px;
  right: 50%;
  display: block;
  width: 3px;
  height: 0px;
  background: #ffd800;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  bottom: 0;
  top: 30px;
}
#cssmenu > ul > li > a:hover:after {
  height: 10px;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  background: url(../images/menu-dropdown.png) no-repeat;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 100;
  top: 30px;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  background: #024fa6;
  transition: all 0.25s ease;
}
#cssmenu ul ul li:hover {
  background: #fb4302;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 10px 15px;
  width: 300px;
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 300;
  text-align: left;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
}
#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}
#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}

#cssmenu > ul > li:last-child:after {
  display: none;
}
.content-sec p {
  font-size: 16px;
  color: #555;
  line-height: 36px;
  text-align: justify;
}
.content-sec h2 {
  font-size: 35px;
  color: #333;
  font-weight: normal; /* margin:0 0 20px 0;*/
  padding-bottom: 10px;
  position: relative;
}
.content-sec h2:after {
  display: block;
  content: "";
  height: 2px;
  width: 100px;
  background: #024fa6;
  position: absolute;
  bottom: 0;
  left: 0;
}
.content-img {
  display: block;
  overflow: hidden;
  border: 3px solid #024fa6;
}
.content-img img {
  text-align: center;
  width: 100%;
}
.content-title {
  display: block;
  text-align: center;
  clear: both;
  padding: 15px;
  background: #024fa6;
}

.vision-img {
  float: left;
  width: 60%;
  position: relative;
}
.vision-text {
  float: left;
  width: 40%;
  background: #024fa6;
  font-size: 20px;
  text-align: center;
  padding: 59px 10px;
  min-height: 253px;
  font-weight: normal;
  line-height: 30px;
}
.vision-title {
  display: block;
  position: absolute;
  top: -20px;
  left: 20px;
  background: #024fa6;
  color: #333;
  font-size: 30px;
  padding: 20px;
}

.admission-started {
  top: 138px;
  position: fixed;
  left: 0;
  z-index: 9999999;
}
.admission-started1 {
  top: 350px;
  position: fixed;
  left: 0;
  z-index: 9999999;
  width: 200px;
}

.blinkButton {
  padding: 7px 24px 7px 24px;
  font-size: 12px;
  border-radius: 30px !important;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(-45deg, #ee7752, #ffcc00, #063293, #4a67ab);
  -moz-background: linear-gradient(-45deg, #ee7752, #ffcc00, #063293, #4a67ab);
  -webkit-background: linear-gradient(
    -45deg,
    #ee7752,
    #ffcc00,
    #063293,
    #4a67ab
  );
  -moz-background-size: 400% 400%;
  -webkit-background-size: 400% 400%;
  background-size: 400% 400%;
  -moz-border-radius: 0 50px 50px 0;
  -webkit-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
  transition: 0;
}
.blinkButton:hover {
  background: linear-gradient(-45deg, #ee7752, #ffcc00, #063293, #4a67ab);
  -moz-background: linear-gradient(-45deg, #ee7752, #ffcc00, #063293, #4a67ab);
  -webkit-background: linear-gradient(
    -45deg,
    #ee7752,
    #ffcc00,
    #063293,
    #4a67ab
  );
  -moz-background-size: 400% 400%;
  -webkit-background-size: 400% 400%;
  background-size: 400% 400%;
  -moz-border-radius: 0 50px 50px 0;
  -webkit-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
}
.aniOne {
  animation: butGradOne 2s ease infinite;
  -moz-animation: butGradOne 2s ease infinite;
  -webkit-animation: butGradOne 2s ease infinite;
}
.blinkButton:hover {
  background: #063293;
  color: #fff;
}
@keyframes butGradOne {
  0% {
    -moz-background-position: 0% 50%;
    -webkit-background-position: 0% 50%;
    background-position: 0% 50%;
  }
  50% {
    -moz-background-position: 100% 50%;
    -webkit-background-position: 100% 50%;
    background-position: 100% 50%;
  }
  100% {
    -moz-background-position: 0% 50%;
    -webkit-background-position: 0% 50%;
    background-position: 0% 50%;
  }
}
@-moz-keyframes butGradOne {
  0% {
    -moz-background-position: 0% 50%;
    -webkit-background-position: 0% 50%;
    background-position: 0% 50%;
  }
  50% {
    -moz-background-position: 100% 50%;
    -webkit-background-position: 100% 50%;
    background-position: 100% 50%;
  }
  100% {
    -moz-background-position: 0% 50%;
    -webkit-background-position: 0% 50%;
    background-position: 0% 50%;
  }
}
@-webkit-keyframes butGradOne {
  0% {
    -moz-background-position: 0% 50%;
    -webkit-background-position: 0% 50%;
    background-position: 0% 50%;
  }
  50% {
    -moz-background-position: 100% 50%;
    -webkit-background-position: 100% 50%;
    background-position: 100% 50%;
  }
  100% {
    -moz-background-position: 0% 50%;
    -webkit-background-position: 0% 50%;
    background-position: 0% 50%;
  }
}
.aniTwo {
  animation: butGradTwo 2s ease infinite;
  -moz-animation: butGradTwo 2s ease infinite;
  -webkit-animation: butGradTwo 2s ease infinite;
}
@keyframes butGradTwo {
  0% {
    -moz-background-position: 100% 50%;
    -webkit-background-position: 100% 50%;
    background-position: 100% 50%;
  }
  50% {
    -moz-background-position: 0% 50%;
    -webkit-background-position: 0% 50%;
    background-position: 0% 50%;
  }
  100% {
    -moz-background-position: 100% 50%;
    -webkit-background-position: 100% 50%;
    background-position: 100% 50%;
  }
}
/*Banner*/
@media screen and (max-width: 1365px) {
}

@media screen and (max-width: 1199px) {
  .kidsHeader {
    font-size: 41px;

    line-height: 48px;
  }
  .informationHeader {
    font-size: 15px;
  }
  .kidsBg {
    padding-top: 0;
  }
  .kidsFloat {
    margin: 0 auto;

    display: block;
    float: none;
  }
  .activeDivWrapper h3 {
    margin-top: 30px;
    font-size: 43px;
  }
  .activeWrapperBg {
    margin-top: 20px;
  }
  .activitiesBg {
    min-height: 700px;
  }
  .activeDivWrapper {
    float: none;
  }
  .activitesWrapper1 {
    display: none;
  }
  .activitesWrapper2 {
    display: none;
  }
  .kinderBgBlue {
    margin-top: 0;
  }
  .specialFeatureDiv h3 {
    margin-top: 50px;
    margin-bottom: 55px;
  }

  .site-section {
    display: none;
  }
  .specialFeatureDiv h3 {
    font-size: 36px;
  }
  .kinderBgBlue:before {
    display: none;
  }
  .welcomKinderWrapper2 h3 {
    font-size: 30px;
    margin-bottom: 65px;
  }
  .trusteesWrapper {
    min-height: 255px;
  }
  .vdoTxt {
    padding-right: 110px;
    font-size: 17px;
  }
  .sisterconcernWrapperDiv {
    left: -10px;
    width: 230px;
    top: -10px;
  }
  .sisterconcernWrapper h3 {
    font-size: 15px;
  }
  .missionWrapperDiv {
    top: 0;
    left: 0;
  }
  .missionWrapperDiv h3 {
    padding: 9px;
    width: 163px;
    text-align: center;
    font-size: 22px;
  }
  .missionWrapper p {
    margin-top: 20px;
  }
  .awardsBorder {
    margin: 0 auto;
  }
  .awardsWrapper h3 {
    text-align: center;
    margin-top: 20px;
  }
  .awardsWrapper p {
    margin: 30px 0 0;
    text-align: center;
  }
  .awardsBorder::before {
    display: none;
  }
  .awardsBorder::after {
    display: none;
  }
  .contactWrapper2 h3 {
    font-size: 28px;
  }
  .contactWrapper2 p {
    font-size: 16px;
  }
  .contactWrapper1 p {
    font-size: 16px;
  }
  .contactWrapper3 p {
    font-size: 16px;
  }
  .contactWrapper3 h3 {
    font-size: 28px;
  }
  .bannerWrapperdiv h3 {
    font-size: 45px;
  }
  .bannerWrapperdiv h3::before {
    bottom: 18px;
  }
  .headerBg1 {
    padding: 0;
  }
  .txtPhnIconWrapper1 {
    right: 99px;

    top: -63px;
  }

  .applyOnlineDiv {
    top: 64px;
    right: 64px;
  }

  .applyOnlineDiv1 {
    top: 21px;
  }
  .button {
    right: 0;
  }
  .footerBg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .addressWrapper p {
    font-size: 14px;
  }
  .addressWrapper1 {
    padding: 0 14px 0;
  }
  .footerNav a {
    font-size: 14px;
  }
  .downloadWrapper h3 {
    font-size: 18px;
  }
  .subLetterDiv h3 {
    font-size: 18px;
  }
  .photoGalleryYellowBg {
    min-height: 304px;
    padding-top: 58px;
  }
  .testmonialBg {
    padding-left: 50px;
    padding-right: 50px;
  }
  .testmonialDiv1 {
    width: 100%;
    float: none;
    clear: both;
  }
  .testmonialDiv2 {
    width: 100%;
    float: none;
  }
  .testmonialBg {
    float: none;
  }
  .testmonialWrapper {
    float: none;
    width: 100%;
    padding-left: 50px;
  }
  .testmonialWrapper p {
    max-width: 600px;
    margin: 0 auto 60px;
  }
  .testmonialBg {
    width: 100%;
  }
  .principalDiv1 {
    float: none;
    width: 100%;
  }
  .principalBg {
    background: none;
  }
  .principalHead {
    text-align: center;
    width: auto;
  }
  .principalDiv1 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .principalDiv2 {
    width: 100%;
    float: none;
  }
  .principalWrapper {
    padding-top: 20px;
    padding-left: 310px;
  }

  .principalWrapperImg {
    left: 0;
    bottom: 24px;
  }

  .viewMoreBtn {
    width: 219px;
  }
  .facilitiesWrapper {
    padding: 60px 18px 40px;
  }
  .facilitiesWrapper h3 {
    font-size: 42px;
  }
  .facilitieIconWrapper a {
    font-size: 16px;
  }
  .facilitiesWrapper::before {
    width: 645px;
    right: -645px;
  }
  .newsHeader1 {
    font-size: 28px;
    margin-top: 70px;
  }
  .newsDiv span {
    margin-top: 70px;
  }
  .aboutHead34Thin {
    margin-bottom: 20px;
  }
  .newsHeader2 {
    font-size: 28px;
  }
  .aboutHead40Bold {
    margin-top: 100px;
  }
  .news .owl-dots {
    left: -197px;
    bottom: 0;
  }
  #cssmenu ul ul li a {
    padding: 18px 15px;
  }
  #cssmenu > ul > li > a {
    padding: 15px 7px;
  }
  .menuHolder {
    padding-right: 0;
    clear: both;
    float: none;
  }
  .menuHolder {
    padding-top: 0px;
  }
  .menuHeadOne {
    padding-top: 18px;
  }
  .logoWrapperTxt {
    padding-left: 163px;
  }
  .logoWrapperTxt::before {
    display: none;
  }
  .logoWrapperTxt span {
    margin-top: 6px;
  }
  .logoWrapper {
    padding-top: 0;
  }

  nav {
    width: 100%;
  }
  #cssmenu {
    width: 100%;
    background: #1f479e;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px dotted #42c8e9;
  }
  #cssmenu ul li:hover {
    background: #ffad23;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul li {
    background: #1f479e !important;
  }
  #cssmenu ul ul li:hover {
    background: #ffad23 !important;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #ddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #fff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #head-mobile {
    display: none;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }
  .button {
    width: 60px;
    height: 46px;
    position: absolute;
    right: 10px;

    top: -75px;
    cursor: pointer;
    z-index: 12399994;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
    content: "";
  }
  .button:before {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #333333;
    content: "";
  }
  .button.menu-opened:after {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #333333;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button.menu-opened:before {
    top: 23px;
    background: #333333;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px dotted #1097b8;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #ffad23;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: "";
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: "";
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #cssmenu ul ul ul li.active a {
    border-left: none;
  }
  #cssmenu > ul > li.has-sub > ul > li.active > a,
  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
  .noPadding {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  #cssmenu > ul > li::after {
    display: none;
  }
  #cssmenu > ul > li > a {
    font-size: 15px;
  }
  .vision-text {
    padding: 20px 30px;
    min-height: 209px;
  }
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 991px) {
  .admission-started {
    top: 270px;
    position: fixed;
    left: 0;
    z-index: 9999999;
    width: 200px;
  }
  .activitiesBg:before {
    display: none;
  }
  .kinderBgBlue {
    padding-bottom: 50px;
  }

  .iconDivWrapper p {
    margin-bottom: 30px;
  }
  .iconDivWrapper {
    padding-top: 108px;
  }
  .iconDivWrapper::before {
    display: none;
  }
  .bulletBoder {
    border-right: none;
    margin-bottom: 20px;
  }
  .bulletDiv {
    padding-left: 15px;
  }
  .welcomKinderWrapperDiv {
    display: none;
  }
  .welcomKinderWrapperDiv2 {
    display: none;
  }
  .welcomKinderWrapper2 h3 {
    margin-bottom: 20px;
    margin-top: 50px;
  }
  .welcomKinderWrapper1 {
    display: none;
  }
  .trusteesWrapper {
    min-height: 0px;
  }
  .managementBg {
    padding-top: 50px;
  }
  .managementHead {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .managementWrapper {
    min-height: 0;
  }
  .vdoGalleryBg {
    padding-top: 50px;
  }
  .vdoGalleryWrapperDiv {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-bottom: -30px;
  }
  .vdoTxt {
    margin-bottom: 50px;
    font-size: 15px;
  }
  .vdoGalleryWrapper .vdoGalleryWrapperDiv1 {
    bottom: -22px;
    right: 30px;
    width: 45px;
    height: 45px;
  }
  .custom-select::before {
    top: -50px;
    height: 50px;
  }
  .custom-select {
    margin-bottom: 50px;
  }
  .principalBg1 {
    padding-top: 50px;
  }
  .principalWrapperTxt p {
    font-size: 14px;
  }
  .principalWrapperTxt span {
    font-size: 16px;
  }
  .sisterconcernWrapperBg {
    padding-top: 50px;
  }
  .sisterconcernWrapper {
    text-align: center;
    padding-bottom: 30px;
  }
  .sisterconcernWrapperDiv {
    left: 50%;

    width: 266px;

    top: -10px;

    margin-left: -133px;
  }

  .missionBg {
    padding-top: 50px;
  }
  .subPageNavWrapper a {
    font-size: 14px;
  }
  .awardsBg {
    padding-top: 30px;
  }
  .awardsWrapper h3 {
    font-size: 28px;
  }
  .awardsWrapper p {
    font-size: 14px;
  }
  .contactBg {
    padding-top: 50px;
  }
  .contactWrapper1 {
    min-height: auto;
    padding: 30px;
  }
  .contactWrapper2 {
    min-height: auto;
    padding: 30px;
  }
  .contactWrapper3 {
    min-height: auto;
    padding: 30px;
  }
  .bannerWrapperdiv {
    position: static;
  }
  .bannerWrapperdiv1 {
    position: static;
  }
  .subPageBannerDiv {
    position: static;
    background: #fb4302;
    overflow: hidden;
    text-align: center;
    padding-bottom: 10px;
  }
  .subPageBannerDivHolder {
    position: static;
  }
  .subPageBannerDivHolder h3::before {
    display: none;
  }
  .boxBgDiv5 {
    display: none;
  }
  .subPageBannerDivHolder h3 {
    font-size: 40px;
  }
  .subPageBannerDivHolderNav {
    position: static;
  }

  .arrow {
    display: none;
  }
  .footerBg {
    padding-left: 0px;
    padding-right: 0px;
  }
  .downloadWrapperDiv {
    top: 0px;
  }
  .downloadWrapper h3 {
    margin-bottom: 30px;
  }
  .footerNav {
    padding: 0;
  }
  .addressWrapper1::before {
    display: none;
  }
  .borderBottomDiv {
    margin-top: 35px;

    margin-bottom: 35px;
  }
  .downloadWrapper {
    padding-bottom: 27px;
  }
  .subLetterDiv {
    float: none;
    clear: both;
  }
  .photoGalleryDivBg:before {
    display: none;
  }
  .photoGalleryYellowBg h3 {
    font-size: 26px;
  }
  .photoGalleryYellowBg {
    min-height: 234px;
    padding-top: 27px;
  }
  .photoGalleryDivBg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .boxBgDiv4 h3 {
    font-size: 24px;
  }
  .principalHead {
    font-size: 40px;
  }
  .principalWrapperImg {
    position: static;
  }
  .principalWrapper {
    padding-left: 0;
  }
  .principalWrapperImgBorder {
    margin: 0 auto 20px;
    width: 280px;
  }
  .principalWrapper a {
    margin: 0 auto 50px;
  }
  .captionHolder {
    display: none;
  }
  .aboutWrapper {
    float: none;
    width: 100%;
  }
  .newsBg {
    float: none;
    width: 100%;
  }
  .newsDiv {
    float: none;
    width: 100%;
  }
  .aboutHolderDiv {
    float: none;
    padding: 50px 30px 50px;
    background: #ffd800;
  }
  .aboutBg {
    background: none;
    min-height: 0;
  }
  .aboutHead40Bold {
    margin-top: 0;
  }
  .aboutHolderDivWrapper {
    bottom: 30px;
  }
  .newsBg {
    min-height: 0px;
    margin-left: 0;
  }
  .newsHeader1 {
    margin-top: 30px;
    padding: 13px 20px;
  }
  .newsDiv {
    background: #17b5d1;
    padding: 50px 30px 50px;
  }
  .newsDiv span {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .newDivWrapper {
    right: 20px;
    bottom: 30px;
  }
  .newsDiv p {
    margin-bottom: 20px;
  }
  .socialMediaWrapper {
    display: none;
  }
  .qucickEnquiryBtn1 {
    top: 200px;
  }
  .qucickEnquiryBtn2 {
    display: block;
    top: 400px;
  }

  .news .owl-dots {
    display: none;
  }
  .acitivitiesBg {
    padding-top: 40px;
  }
  .acitivitiesHead {
    font-size: 50px;
  }
  .sportsBg h3 {
    font-size: 24px;
  }
  .clubsBg h3 {
    font-size: 24px;
  }
  .yogaBg h3 {
    font-size: 24px;
  }
  .viewMoreBtn {
    margin: 0 auto;
    display: block;
  }
  .facilitiesWrapper {
    min-height: auto;
    padding: 30px 18px 57px;
  }
  .facilitiesWrapper p {
    max-width: 620px;
    margin: 0 auto 30px;
    text-align: center;
  }
  .facilitiesWrapper h3 {
    margin-bottom: 20px;
  }
  .facilitiesWrapper::before {
    width: 0px;
    right: -73px;
  }
  .ourFacilitiesBg {
    padding-top: 113px;
    padding-bottom: 50px;
  }
  .facilitiesIcon1 {
    margin-top: 59px;
  }

  .testmonialWrapper h3 {
    margin-top: 10px;
    font-size: 32px;
  }
  .testmonialWrapper span {
    font-size: 15px;
    margin-bottom: 9px;
  }
  .testmonialBg {
    padding-bottom: 50px;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    min-height: 0px;
  }
  .testmonialDiv2 {
    min-height: auto;
  }
  .testmonialBg h3 {
    font-size: 32px;
  }
  .testmonialBg p {
    font-size: 14px;
  }
  .testmonialWrapper p {
    font-size: 14px;
  }
  .testmonialBg span {
    font-size: 17px;
  }
  .sendMessageHead {
    font-size: 32px;
    margin-bottom: 20px;
    padding-top: 60px;
  }
  .sendMessageHead::before {
    height: 50px;
  }
  .contactField {
    margin-bottom: 20px;
  }
  .resetIcon {
    margin-bottom: 30px;
  }
  .subPagebgFacilities {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .vision-text {
    clear: both;
    width: 100%;
    min-height: auto;
  }
  .vision-img {
    clear: both;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .admission-started {
    top: 270px;
    position: fixed;
    left: 0;
    z-index: 99;
    width: 200px;
  }
  .kidsHeader {
    margin-top: 50px;
  }
  .informationHeader {
    margin-bottom: 30px;
  }
  .kidsTxt {
    padding-left: 0;
  }
  .footerKinderWrapper1 {
    display: none;
  }
  .kidsBg {
    padding-bottom: 50px;
  }

  .kidsBorder::before {
    display: none;
  }
  .kidsFloat {
    float: none;
    width: auto;
    padding-right: 0;
  }
  .activitiesBg {
    min-height: auto;
    padding-bottom: 50px;
  }
  .activitiesBg:after {
    display: none;
  }
  .principalBorderImgDiv img {
    width: auto;
  }
  .principalBorderImgDiv {
    width: 360px;
    border: 7px #ffd800 solid;
  }
  .principalWrapperTxt {
    border-left: none;
  }
  .principalWrapperTxt {
    padding-left: 0;
  }
  .principalWrapperTxt span {
    margin-top: 30px;
    display: inline-block;
  }
  .principalBg1 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .subPageBannerDivHolder h3 {
    font-size: 31px;
  }
  .subPageNavWrapperDivAll {
    width: 100%;
    clear: both;
  }
  .missionWrapperDiv {
    position: static;
    clear: both;
  }
  .missiondivAll {
    clear: both;
  }
  .missionWrapper p {
    font-size: 14px;
  }
  .subPageNavWrapper {
    min-height: auto;
    margin-bottom: 30px;
  }
  .facilitiesIcon5 {
    border-right: none;
  }
  .subLetterDivField {
    padding: 13px 8px;
    font-size: 13px;
  }

  .submitYourMessage {
    margin-bottom: 30px;
  }
  .button {
    top: -69px;
  }
  .button1 {
    top: -57px;
  }
  .logoHolder {
    padding: 9px 0px 10px;
  }
  .applyOnlineDiv {
    top: 48px;
  }
  .applyOnlineDiv1 {
    top: 27px;
  }
  .menuHeadOne {
    padding-top: 0;
  }
  .txtPhnIconWrapper1 {
    display: none;
  }
  .txtPhnIconWrapper2 {
    display: none;
  }
  .socialMediaIcon {
    display: none;
  }
  .socialIconDiv {
    margin: 0 7px;
  }
  .footerTxt {
    font-size: 14px;
  }
  .footerTxt2 {
    font-size: 14px;
  }
  .photoGalleryYellowBg h3 {
    font-size: 30px;
  }
  .photoGalleryYellowBg {
    min-height: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .boxBgDiv4 h3 {
    font-size: 32px;
  }
  .acitivitiesDivspace {
    padding: 3px 3px;
  }
  #cssmenu > ul > li > a {
    padding: 15px 26px;
  }

  .logoWrapperTxt {
    display: none;
  }

  .aboutHead40Bold {
    font-size: 30px;
  }
  .aboutHead34Thin {
    font-size: 26px;
  }
  .aboutHolderDiv p {
    font-size: 14px;
  }
  .aboutHolderDiv {
    padding: 50px 20px 50px;
  }
  .newsDiv span {
    font-size: 17px;
  }
  .newsDiv {
    padding: 25px 20px 50px;
  }
  .newsDiv p {
    font-size: 14px;
  }
  .servicesIcon1 {
    width: 60px;
    height: 60px;
  }
  .facilitieIconWrapper {
    padding-top: 80px;
  }
  .facilitieIconWrapper a {
    font-size: 14px;
  }
  .facilitieIconWrapperDiv {
    margin-right: -30px;
  }
  .facilitiesWrapper {
    padding: 29px 15px 57px;
  }
  .facilitiesWrapper p {
    font-size: 15px;
  }
  .principalHead {
    font-size: 30px;
  }
  .principalWrapper p {
    font-size: 14px;
  }
  .testmonialBg {
    padding-left: 20px;
    padding-right: 20px;
  }
  .testmonialWrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 479px) {
  .activeWrapperBg span {
    position: static;
    margin-left: 0;
    margin: 10px auto 0;
  }
  .activeWrapperBg h3 {
    margin-top: 14px;
  }
  .col-xs-6 {
    width: 100%;
  }
  .principalBorderImgDiv {
    width: auto;
  }
  .facilitiesIcon5 {
    width: 100%;
  }
  .facilitiesIcon6 {
    width: 100%;
  }
  .facilitiesIcon5 {
    margin-bottom: 23px;
    margin-top: 19px;
  }
  .facilitiesIcon6 {
    margin-bottom: 23px;
    margin-top: 19px;
  }
  .applyOnlineDiv {
    top: 19px;
  }
  .button1 {
    top: -68px;
  }
  .boxBgDiv4 h3 {
    font-size: 23px;
  }
  .logoWrapper {
    padding-top: 0px;
    padding-left: 0;
    height: auto;
    text-align: center;
  }
  .logoWrapper h3 {
    font-size: 17px;
    margin-top: 8px;
  }
  .logoWrapper p {
    font-size: 12px;
  }

  .headerThin28White {
    font-size: 20px;
  }
  .logoImage {
    height: 64px;
  }

  .viewMoreBtn {
    width: 100%;
  }
  .facilitiesWrapper h3 {
    font-size: 37px;
  }
  .acitivitiesDivspace {
    width: 100%;
  }
  .principalWrapperImgBorder {
    margin: 10px auto;
  }
  .awardsWrapper h3 {
    font-size: 24px;
  }
}
.headerPhn a {
  color: #333333 !important;
}

@media screen and (max-width: 767px) {
  #cssmenu > ul > li > a {
    text-shadow: 0 0;
  }
  #cssmenu ul ul {
    top: 0;
  }
  #cssmenu > ul > li > a {
    text-align: left;
  }
}
.bos {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 20px;
}
.new-list {
  padding: 0;
  margin: 0;
}
.new-list li {
  line-height: 25px;
  padding-left: 30px;
  font-size: 14px;
  color: #ffffff;
  list-style: none;
  background-image: url(../images/lis.png);
  background-repeat: no-repeat;
  background-position: 0 1px;
  margin-bottom: 10px;
  text-align: justify;
}
.new-list2 {
  padding: 0;
  margin: 0;
}
.new-list2 li {
  line-height: 25px;
  padding-left: 30px;
  font-size: 14px;
  color: #333333;
  list-style: none;
  background-image: url(../images/lis.png);
  background-repeat: no-repeat;
  background-position: 0 1px;
  margin-bottom: 10px;
  text-align: justify;
}
.news {
  text-align: justify;
}
.mas h4 {
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
  line-height: 28px;
}
.link2 {
  color: #ffffff;
}
.link2:hover {
  color: #024fa6;
}
.addressWrapper1 h3 {
  color: #ffffff;
  padding-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
}
.sf p {
  color: #ffffff;
  line-height: 25px;
}
.qui {
  padding: 0;
  margin: 0;
}
.qui li {
  color: #ffffff;
  padding-bottom: 7px !important;
}
.qui li i {
  color: #ffffff;
  padding-right: 7px;
}
.qui li a {
  color: #ffffff;
  font-size: 15px;
}
.addressWrapperDiv img {
  width: 21px;
}
.link3 {
  color: #ffffff;
}
.link3:hover {
  color: #ffffff;
}
.abt {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* .abt p{
  line-height: 25px;
} */
.abt .acitivitiesHead {
  position: relative;
  color: #1f479e;
  font-size: 45px;
  font-family: "ArapeyRegular";
  text-align: center;
  margin-top: 0;
  font-weight: normal;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.abt .acitivitiesHead:before {
  height: 20px;
}
.ab {
  padding: 10px;
  background: url(../images/news-bg.jpg);
}
.ab h4 {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 7px;
  line-height: 32px;
}
.ab p {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.img-bor2 {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.img-bor {
  border: 1px solid #dddddd;
}
.pt-20 {
  padding-top: 20px;
}
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.fn {
  float: none;
}
.bls {
  background: #1f479e;
  color: #ffffff !important;
}
.itc {
  color: #ffffff;
  font-size: 18px;
  font-style: italic;
}
.itc2 {
  color: #ee7752;
  font-size: 18px;
  font-weight: bold;
}
.ab-whi {
  background: #1f479e;
}
.ab-whi p {
  color: #ffffff;
}
.ab-whi .abt .acitivitiesHead {
  color: #ffffff;
}
.ab-whi .acitivitiesHead:before {
  background: #ffffff;
}
.bg-has {
  background: #f2f2f2;
  border-top: 1px solid #dddddd;
}
.conta-box {
  background: #1f479e;
  padding: 30px;
  border-radius: 10px;
}
.abt .conta-box .acitivitiesHead {
  color: #ffffff;
  font-size: 35px;
}
.abt .conta-box .acitivitiesHead:before {
  background: #ffffff;
}
textarea:focus {
  outline: none;
}
.d-maps {
  margin-bottom: -10px;
}
.stu {
  padding: 15px;
  border: 1px solid #dddddd;
}
.gf .contactField {
  margin-bottom: 0;
}
label {
  font-weight: normal;
  padding-bottom: 10px;
}
.ff h4 {
  font-weight: bold !important;
}
.dfffa h4 {
  color: #1f479e;
  text-align: center;
  padding-top: 10px;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.dff h4 {
  background: #024fa6;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333333;
  font-weight: 600;
  text-align: center;
}
.pt-30 {
  padding-top: 30px;
}
.link7 {
  color: #ffffff;
}
.link7:hover {
  color: #ffe200;
}
.pb-20 {
  padding-bottom: 20px;
}
.cau-sec {
  background-image: url("../images/b5.jpg");
  background-size: cover;
  position: relative;
}
.cau-sec2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: rgba(0, 0, 0, 0.9);
}
.cau-sec2 img {
  width: 60px;
}
.cau-sec2 h4 {
  text-align: center;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 0px;
  font-size: 35px;
}
.cau-sec2 p {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1250px) {
  .dfd {
    display: none;
  }
  .logoHolder img {
    width: 350px;
  }
  .menuHolder {
    padding-top: 50px;
  }
  .bannerBg {
    padding-top: 98px;
  }
  .subPageBannerDiv {
    padding-top: 98px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1199px) {
  .dfd {
    display: none;
  }
  .logoHolder img {
    width: 350px;
  }
  .menuHolder {
    padding-top: 0px;
  }
  .bannerBg {
    padding-top: 98px;
  }
  .subPageBannerDiv {
    padding-top: 98px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1100px) {
  .dfd {
    display: none;
  }
  .menuHolder {
    padding-top: 0px;
  }
}
.img-bor {
  border: 1px solid #dddddd;
}
.pt-10 {
  padding-top: 10px;
}
.ss1 {
  color: #614ec7 !important;
}
.ss2 {
  color: #029dee !important;
}
.ss3 {
  color: #f70000 !important;
}
.footerBg2 {
  background-image: url("../images/line.png");
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}
.magsd {
  background-image: url("../images/testmonial-bg.jpg");
  padding-top: 50px;
  padding-bottom: 50px;
}
.magsd a:hover {
  color: #ffe200;
}
@media only screen and (max-width: 1199px) {
  #cssmenu > ul > li > a {
    color: #ffffff !important;
  }
}
@media only screen and (min-width: 300px) and (max-width: 500px) {
  .bannerBg {
    padding-top: 86px;
  }
  .subPageBannerDiv {
    padding-top: 83px;
  }
}
.fn {
  float: none;
}
.table-act {
  background: #1f479e;
  color: #ffffff;
  font-weight: bold;
}
h5 {
  font-size: 18px;
  color: #1f479e;
}
h4 {
  font-size: 21px;
  padding-bottom: 10px;
}
a.download {
  background: #ffffff;
  border: solid 1px #e6e6e6;
  border-radius: 2px;
  display: inline-block;
  height: 150px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 20px;
}
a.download:before {
  background: #ffffff;
  border: solid 3px #9fb4cc;
  border-radius: 4px;
  content: "";
  display: block;
  height: 50px;
  left: 50%;
  position: absolute;
  top: 38%;
  transform: translate(-50%, -50%);
  width: 50px;
}
a.download span:first-child {
  display: none;
}
a.download span {
  background: #084f79;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.2px;
  font-weight: 700;
  line-height: normal;
  padding: 5px 10px;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
  bottom: 10px;
  margin: 0 auto;
  left: 10px;
  right: 10px;
}
a.download:after {
  content: "\f1c1";
  font-family: "FontAwesome";
  top: 29%;
  position: absolute;
  left: 46%;
  color: #9fb4cc;
  font-size: 30px;
}
.sdgsd .dff h4 {
  color: #ffffff;
}
.ga-p p {
  text-align: center;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 700;
}
.pay-n {
  background: #1f479e;
  padding: 7px 24px 7px 24px;
  border-radius: 30px;
  font-weight: 500;
  color: #ffffff;
}
.pay-n:hover {
  background: #ffe200;
  color: #333333;
}
.section-tag {
  display: inline-block;
  background: #fb4302;
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  margin-bottom: 20px;
  font-size: 20px;
}
.headerBg1 #cssmenu {
  margin-right: -55px;
}
/* socila */
.social-icons {
  position: fixed;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  z-index: 9999;
}

.social-icons a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
  transition: 0.4s;
}

.social-icons a:hover {
  transform: translateX(-8px) scale(1.1);
}

/* Individual Colors */

.instagram {
  background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
}

.facebook {
  background: #1877f2;
}

.youtube {
  background: #ff0000;
}

.whatsapp {
  background: #25d366;
}
/* social */
.subPageBannerDiv {
  position: relative;
  height: 400px; /* Change this value as needed */
  overflow: hidden;
}

.subPageBannerDiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 991px) {
  .subPageBannerDiv img {
    width: auto;
    height: auto;
  }
  .subPageBannerDiv {
    position: relative;
    height: auto; /* Change this value as needed */
    overflow: hidden;
  }
}

.abt-title {
  position: relative;
  color: #1f479e;
  font-family: "ArapeyRegular";
  margin-top: 0;
  font-weight: normal;
  padding-bottom: 10px;
}

.header-divider {
  height: 2px;
  background: linear-gradient(to right, #147521, #4dabf7, #fb4302);
  margin: 5px 0;
  opacity: 0.8;
}

.txtPhnIconWrapper::before {
  content: "";
  position: absolute;
  /* left: 43%; */
  left: 545px;
  right: 76px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(to right, #147521, #4dabf7, #fb4302);
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .txtPhnIconWrapper::before {
    display: none;
  }
}
.logoHolder {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #fff;
}
.headerBg1 .logoHolder {
  box-shadow: 6px 0 12px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.headerBg1 .button {
  right: 45px;
}
