@charset "utf-8";

/* CSS Document */

body {
  background: url(images/bg-II.png) repeat-y top -30px center;
  background-size: cover;
  margin: 0 auto !important;
  overflow-x: scroll !important;
  direction: rtl;
  font-family: 'Cairo', sans-serif;
  outline: none !important;
  outline-color: transparent;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in;
  animation-name: fadeIn;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  z-index: 2000;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

::selection {
  background: #fff;
  /* Safari */
}

::-moz-selection {
  background: #fff;
  /* Firefox */
}

.selection {
  color: #fff;
}

::-webkit-scrollbar {
  width: 4px;
  background: rgb(243, 235, 229);
}

::-webkit-scrollbar-button {
  background: rgb(187, 171, 155);
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background: rgb(187, 171, 155);
}

.title h3 {
  font-family: 'Cairo', sans-serif;
  font-size: 24px;
  text-align: center;
  letter-spacing: -1px;
  font-weight: 700;
  background: -webkit-linear-gradient(-90deg, #25b99d, #4488ae 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title h2 {
  color: #fff;
  font-size: 24px;
  padding-top: 25px;
  text-align: center;
}

/****Start Header****/

.sticky a {
  color: white !important;
}

.sticky {
  width: 100% !important;
  height: 70px !important;
  padding: 0 !important;
  background: #fff !important;
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
  right: 0 !important;
  max-width: none !important;
  border-radius: 0 !important;
  left: 0 !important;
  position: fixed !important;
  top: 0;
  box-sizing: content-box !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-image: linear-gradient(
    to right,
    #096298 0%,
    #55c3b6 50%,
    #e98541 100%
  );
  border-image-slice: 1;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

#idea {
  width: 100%;
  height: 90vh;
  text-align: center;
}

#idea1 {
  width: 100%;
  height: 10vh;
  text-align: center;
}

.H-holder {
  margin: 10px auto 0;
  display: block;
  direction: rtl;
}

#header-content {
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
  width: 100%;
  margin: 0 auto;
  height: 70px;
  padding: 0;
  z-index: 9;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  position: absolute;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.59) 0%,
    rgba(0, 0, 0, 0) 74%,
    rgba(0, 0, 0, 0) 87%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.59) 0%,
    rgba(0, 0, 0, 0) 74%,
    rgba(0, 0, 0, 0) 87%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.59) 0%,
    rgba(0, 0, 0, 0) 74%,
    rgba(0, 0, 0, 0) 87%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#96000000', endColorstr='#00000000', GradientType=0);
  background: #fff !important;
}

.menu-cont {
}

ul.menu {
  padding: 0;
  margin: 0px auto;
  display: inline-block;
}

.logo {
  width: 19%;
  max-width: 150px;
  height: 73px;
  background-size: contain !important;
}

.one,
.two,
.three {
  background-size: contain !important;
}

.one {
  background: url(images/logo-II.png) no-repeat center center;
  background-size: contain !important;
  margin-left: -4%;
  width: 140px;
  height: 50px;
  margin-top: -0.5%;
}

.traning {
  color: #fff;
  font-size: 14px;
  margin: 0;
  margin-top: 1%;
  font-weight: 470;
  width: 43%;
  /* word-wrap: break-word; */
}

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
}

.enter {
  width: 38%;
  height: 70%;
}

.sticky .one {
  /* display: none; */
  background: url(images/logo-II.png) no-repeat center center !important;
  background-size: contain !important;
}

.sticky .two {
  background: url(images/logo-I-II.png) no-repeat center center !important;
  background-size: contain !important;
}

.sticky .three {
  background: url(images/logo-III.png) no-repeat center center !important;
  background-size: contain !important;
}

.sticky .one,
.two,
.three {
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}

.one,
.two,
.three,
.menu-cont {
  display: inline-block;
  vertical-align: middle;
}

.two {
  background: url(images/logo-I-II.png) no-repeat center center;
  width: 140px;
  height: 54px;
  margin-top: -0.5%;
}

.three {
  background: url(images/logo-III.png) no-repeat center center;
  /* margin-left: -1%; */
  width: 140px;
  height: 50px;
  margin-top: -0.5%;
}

.I-holder {
  padding: 20px 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow-x: hidden !important;
  width: 92%;
  max-width: 600px;
  margin: 30px auto;
}

p.description {
  font-size: 16px;
  font-family: 'Cairo', sans-serif;
  line-height: 2;
  color: #ffffff;
  /* letter-spacing: 1px; */
  max-width: 624px;
  /*max-height: 140px;
    overflow-y: auto;*/
  text-align: justify;
  margin: 0 auto;
  width: 98%;
}

.I-holder h3 {
  font-size: 24px;
}

/************END HEADER STYLE************/

/************START GOALS*****************/

#goals h3,
#programs h3,
#ask h3 {
  margin-bottom: 50px;
  padding-top: 35px;
}

#ask h3 {
  margin-bottom: 0;
}

.title h4 {
  font-family: 'Cairo', sans-serif;
  font-weight: normal;
  color: #656666;
  text-align: center;
  margin: 0;
}

.goals-text {
  width: 49%;
  float: right;
}

.unit ul {
  padding: 0;
  line-height: 2;
  float: right;
  width: 56%;
  margin-top: 56px;
}

.unit li {
  margin-bottom: 15px;
  font-size: 14px;
  /* font-weight: bold; */
  color: #424242;
  list-style: arabic-indic;
  list-style-position: inside;
  text-align: justify;
  line-height: 1rem;
}

.golas-tabs {
  max-width: 1170px;
  margin: 100px auto;
  direction: rtl;
}

/***********TABS*************************/

ul.tabs {
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
  height: 36px;
  width: 100%;
}

ul.tabs li {
  float: right;
  margin: 0;
  cursor: pointer;
  padding: 2px 0;
  width: 110px;
  height: 31px;
  line-height: 31px;
  background-color: #fff;
  color: #458aae;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0px 1px 4px #8a8a8a54;
}

ul.tabs li:hover {
  color: #54ada1;
  margin-top: 0px;
}

ul.tabs li.active {
  background-color: #fff;
  color: #ffffff;
  display: block;
  margin-right: 0;
  background: rgb(86, 177, 160);
  background: -moz-linear-gradient(
    -45deg,
    rgba(86, 177, 160, 1) 0%,
    rgba(75, 159, 166, 1) 50%,
    rgba(68, 136, 174, 1) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(86, 177, 160, 1) 0%,
    rgba(75, 159, 166, 1) 50%,
    rgba(68, 136, 174, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(86, 177, 160, 1) 0%,
    rgba(75, 159, 166, 1) 50%,
    rgba(68, 136, 174, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#56b1a0', endColorstr='#4488ae', GradientType=1);
}

#demo {
  width: 100%;
  height: 110%;
}

.tab_container {
  clear: both;
  float: right;
  width: 100%;
}

.tab_content {
  display: none;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
  margin-top: -39px;
}

.tab_content img {
  width: 40%;
  max-width: 300px;
  float: left;
  height: auto;
  margin: 0 20px 0 0;
}

.tab_content h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0 0 0;
}

.tab_content p {
  width: 50%;
  float: right;
  font-size: 12px;
  text-align: justify;
  direction: rtl;
  margin: 56px 0 0 0;
  color: #5a5a5a;
  padding: 5px 0 15px 0;
}

.tab_content h4 a {
  text-decoration: none;
  color: #158f96;
  float: left;
}

.tab_content h4 a:hover {
  color: #0f7d84;
}

.tab_drawer_heading {
  display: none;
}

.unit {
  width: 100%;
}

::-webkit-scrollbar {
  width: 8px;
  background: #ededed;
}

::-webkit-scrollbar-button {
  background: rgba(0, 0, 0, 0.41);
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background: rgba(188, 186, 186, 0.62);
}

.links a:hover {
  box-shadow: 0px 0px 13px #295b69;
  -webkit-transition: box-shadow 0.5s ease-in-out;
  -moz-transition: box-shadow 0.5s ease-in-out;
  -ms-transition: box-shadow 0.5s ease-in-out;
  -o-transition: box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out;
}

@media screen and (max-width: 800px) {
  ul.tabs li {
    width: 50% !important;
  }
  .tab_content {
    margin-top: 20px !important;
  }
  .tab_content img {
    display: none !important;
  }
  .tab_content p {
    margin-top: 0 !important;
    width: 100% !important;
    float: none !important;
  }
  .unit ul {
    width: 100% !important;
    float: none !important;
    margin: 0 auto !important;
  }
  .links a {
    width: 40% !important;
    margin: 0 auto 30px auto !important;
    display: block !important;
    padding: 6% !important;
  }
  .links {
    background-size: cover !important;
  }
}

/*@media screen and (max-width: 800px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		    font-size: 15px;
		    background-color: #666;
    color: #ffffff;
		border-top: 1px solid #cecdcd;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active {
		background-color: #666;
		color: #fff;
	}
	
	.unit {
    width: 100% !important;}
}
*/

#tests:focus,
#programs:focus,
#types:focus,
#ask:focus,
#goals:focus,
#idea:focus {
  outline: none !important;
}

#goals {
  outline: none !important;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 50px;
}

#tests,
#cbody,
#types {
  background: url(images/hindi-mandala.png) no-repeat bottom center,
    rgb(86, 177, 160);
  background: -moz-linear-gradient(
    -45deg,
    rgba(86, 177, 160, 1) 1%,
    rgba(68, 136, 174, 1) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(86, 177, 160, 1) 1%,
    rgba(68, 136, 174, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(86, 177, 160, 1) 1%,
    rgba(68, 136, 174, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#56b1a0', endColorstr='#4488ae', GradientType=1);
}

#tests,
#types {
  margin-top: 40px;
  text-align: center;
}

div#types span {
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#tests,
#types,
#ask {
  outline: none !important;
  width: 100%;
  padding: 30px 0px 0;
}

p.info {
  text-align: justify;
  text-align-last: center;
  margin: 15px auto;
  font-size: 14px;
  line-height: 2;
  font-weight: lighter;
  color: #ffffff;
  font-family: 'Cairo', sans-serif;
  max-width: 724px;
  width: 92%;
}

.links {
  margin: 40px auto 0 auto;
  text-align: center;
  background: url(images/hindi-mandala.png) no-repeat top center;
  padding-bottom: 100px;
}

#programs {
  max-width: 720px !important;
  margin: 0 auto 70px auto;
  text-align: center !important;
  width: 92% !important;
}

.links a {
  box-shadow: none;
  padding: 2%;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.5px;
  display: inline-block;
  width: 21%;
  min-width: 180px;
  margin: 0 3%;
  outline: none !important;
  vertical-align: top;
  background: #fff;
  border-radius: 5px;
  height: 270px;
  color: #626363;
  text-decoration: none;
  -webkit-transition: box-shadow 0.5s ease-in-out;
  -moz-transition: box-shadow 0.5s ease-in-out;
  -ms-transition: box-shadow 0.5s ease-in-out;
  -o-transition: box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out;
}

.links img {
  width: 80%;
  max-width: 120px;
  height: auto;
}

.tr-link {
  width: 100%;
  max-width: 100%;
  margin: 2%;
  display: inline-block;
}

.tr p {
  color: #fff;
  font-size: 14px;
}

.tr {
  background: url(images/hindi-mandala.png) no-repeat top 40px center;
  background-size: cover;
  padding-bottom: 30px;
}

/***********************
*********(Contact us) *********
***********************/

#contacts-cont {
  width: 100%;
  background: url(images/bgmessages.jpg) no-repeat fixed;
  background-size: cover;
  padding-bottom: 100px;
  overflow-x: hidden;
}

.form-container {
  max-width: 586px;
  width: 80%;
  margin: 60px auto 0 auto;
  position: relative;
}

#contact input[type='text'],
#contact input[type='email'],
#contact input[type='tel'],
#contact input[type='url'],
#contact textarea {
  font-size: 14px;
  font-weight: lighter;
  color: #000;
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

fieldset {
  border: none !important;
  margin: 0 0 10px;
  width: 100%;
  padding: 0;
  text-align: center;
}

#contact input[type='text'],
#contact input[type='email'],
#contact input[type='tel'],
#contact input[type='url'],
#contact textarea {
  font-family: 'Cairo', sans-serif;
  width: 100%;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #cccccc;
  margin: 0 0 5px;
  padding: 6px;
}

#contact textarea {
  font-family: 'Cairo', sans-serif;
  height: 144px;
  max-width: 100%;
  resize: none;
}

#contact button[type='submit'] {
  font-family: 'Cairo', sans-serif;
  cursor: pointer;
  width: 70px;
  border: none;
  background: #54b39e;
  color: #ffffff;
  margin: 0 0 5px;
  padding: 2px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#contact button[type='submit']:hover {
  background: #3d91aa;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

::-webkit-input-placeholder {
  color: #656666;
}

:-moz-placeholder {
  color: #656666;
}

::-moz-placeholder {
  color: #656666;
}

:-ms-input-placeholder {
  color: #656666;
}

#contact input[type='text'] {
  background: rgb(255, 255, 255) 10px center;
}

#contact input[type='text']:focus {
  outline: 0;
  background: #fff;
}

#contact input[type='email'] {
  background: rgb(255, 255, 255);
}

#contact input[type='email']:focus {
  outline: 0;
  background: rgb(255, 255, 255);
}

#contact textarea {
  background: rgb(255, 255, 255);
}

#contact input[type='text']:focus,
#contact input[type='email']:focus {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#contact textarea:focus {
  background: #fff;
  outline: none !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/***********FOOTER****************/

.wh-app,
.mail {
  display: inline-block;
  width: 46%;
  padding: 1%;
  text-align: center;
  font-size: 17px;
  vertical-align: top;
}

.footer {
  width: 100%;
  margin: 0 auto;
  background: #171717;
}

.footer-social-icons {
  /* width: 48%; */
  /* max-width: 265px; */
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #000;
}

.social-icon {
  color: #fff;
}

ul.social-icons {
  margin: 0 auto;
  padding: 0;
}

.social-icons li {
  vertical-align: middle;
  display: inline;
}

.social-icons a {
  /* color: #ffffff; */
  text-decoration: none;
}

.social-icons a:hover {
  color: #fff;
}

.fa-facebook,
.fa-youtube,
.fa-linkedin,
.fa-instagram,
.fa-twitter {
  padding: 8px 12px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fa-facebook:hover {
  background-color: #3d5b99;
}

.fa-youtube:hover {
  background-color: #e64a41;
}

.fa-instagram:hover {
  background-color: #c06;
}

.fa-linkedin:hover {
  background-color: #0073a4;
}

.fa-twitter:hover {
  background-color: rgba(29, 161, 242, 1);
}

div#footer p {
  margin: 10px 0;
  color: #9c85ad;
  font-size: 12px;
  font-weight: lighter;
  float: right;
  padding-right: 20px;
}

/* .go-top {
  text-decoration: none;
  color: #ffffff;
  box-shadow: 0px 0px 5px #00000036;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 14px;
  text-align: center;
  z-index: 9000;
  width: 55px;
  margin: 30px auto -12px auto;
  position: relative;
} */

.copyrights h5 {
  text-align: center;
  padding: 10px 0;
  margin: 0;
  font-size: 10px;
  font-weight: lighter;
  color: #898888;
}

.cursoal-title {
  z-index: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-top: -25rem;
  /* display: flex; */
  /* align-items: center; */
}

.cursoal-title-h3 {
  width: 27%;
  line-height: 2rem;
  font-size: 24px;
  font-weight: bold;
  color: white;
  margin-top: 8%;
}

/* Navigation*/

.navbar {
  background-color: transparent;
}

.scrolling-navbar {
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
}

.top-nav-collapse {
  background-color: #667490;
}

footer.page-footer {
  background-color: #667490;
}

@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #667490;
  }
}

/* Necessary for full page carousel*/

html,
body,
.view {
  height: 100%;
}

/* Carousel*/

.carousel,
.carousel-item,
.carousel-item.active {
  height: 100%;
}

.carousel-inner {
  height: 100%;
}

.carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.header-logo {
  margin-right: 8%;
}

.header-logo1 {
  margin-right: 8%;
}

.line {
  width: 2px;
  height: 40px;
  opacity: 0.3;
}

.slide {
  display: block;
  position: relative;
  max-width: 100%;
}

.d-arraow {
  margin-left: -2.5rem;
  margin-top: 4rem;
  margin-bottom: 1rem;
  font-size: 0.5;
}

/**************/
