html {
  -webkit-text-size-adjust: 100%;

  -ms-text-size-adjust: 100%;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;
  overflow-x: hidden !important;
}

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

  padding: 0;

  border: 0;

  outline: 0;

  background: transparent;
  list-style: none;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  transition: background-color 0.5s;
  overflow-x: hidden;
  background: #fff;
}

a {
  text-decoration: none;
  color: var(--white);

  -webkit-transition: background ease 0.3s;

  -moz-transition: background ease 0.3s;

  -o-transition: background ease 0.3s;

  -ms-transition: background ease 0.3s;

  transition: background ease 0.3s;
}

a:hover {
  text-decoration: none;

  transition: all 0.4s ease;
}

a:focus {
  outline: none;
}

ul {
  list-style: none;
}
.max-width-82 {
  max-width: 82%;
  margin: auto;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.container {
  max-width: 1200px;
  padding: 0 12px;
}

:root {
  --white: #fff;
  --yellow: #ffcc00;
  --red: #ff0000;
  --blue: #002060;
  --black: #212529;
}

button:focus {
  box-shadow: none !important;
  outline: none;
}
.form-control:focus {
  box-shadow: none;
  background: transparent;
}

.white {
  color: #fff !important;
}

/*************** home page *********************/

.sec-padd {
  padding: 70px 0;
}

.heading {
  font-size: 57px;
  font-weight: 600;
  font-family: "playfair";
  margin-bottom: 25px;
  color: var(--blue);
}
.sub-head {
  color: var(--blue);
  font-size: 22px;
  font-weight: 500;
}

.home {
  /*position: absolute;
    bottom: 100px;
    right:80px;*/

  position: absolute;
  bottom: 21px;
  left: calc(50% - 143px);
  right: 80px;
}
.home a {
  padding: 15px 15px;
  border-radius: 16px;
  /*    border: solid 2px #fff;*/
  font-size: 18px;
  font-weight: bold;

  background-size: 200% 100%;
  background-image: linear-gradient(to left, rgb(1 27 16) 50%, #ff0000 50%);
  transition: 0.5s ease-out;
  width: 150px !important;
  text-align: center;
}
.home a:hover {
  background-position: -100% 0;
  color: #fff;
  box-shadow: inset 1px 1px 6px rgb(0 0 0 / 61%);
}
section.topBanner {
  width: 100%;
  height: 75vh;
  overflow: hidden;
}
section.topBanner img {
  width: 100%;
}
section.topBannerHome {
  width: 100%;
  height: 100%;
}
.why-koshish,
.vision-mission {
  /*        background:#fff;*/
}
.innerrtopBanner {
  position: relative;
  height: 89vh;
  overflow: hidden;
}
.cloudImg {
  position: absolute;
  left: 0;
  bottom: 9%;
  z-index: 0;
  width: 100%;
}
.cloudImg img {
  width: 100%;
}
section.sy-sec .col-lg-6 {
  position: relative;
}

section.sy-sec .school-div {
  background: url(../img/school.jpg);
  background-size: cover;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

section.sy-sec .youtube-div {
  background: url(../img/youtube.jpg);
  background-size: cover;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

section.sy-sec .sy-content h3 {
  font-size: 41px;
  font-family: "Montserrat";
  font-weight: bold;
  margin-bottom: 60px;
  color: #002060;
}

section.sy-sec .sy-content p {
  color: var(--white);
  font-size: 35px;
  margin-top: 42px;
}
a.arrow-img {
  display: block;
  margin-top: 23px;
}

section.sy-sec {
  height: 100vh;
}

section.sy-sec .row {
  height: 100%;
}
section.sy-sec .sy-content.school {
  top: 42%;
}

/********** main page css start here ***********/

header {
  position: absolute;
  width: 100%;
  background: transparent linear-gradient(180deg, #002060 0%, #00061300 100%) 0%
    0% no-repeat padding-box;
  z-index: 1;
  height: 309px;
}
.headerTopBg {
  background: #063b9f;
  color: #fff;
  padding-top: 10px;
}
.newRow {
  display: flex;
  width: 100%;
}
.newRow .newsTitle {
  padding-right: 15px;
  font-weight: 600;
  width: 115px;
}
.newRow .newsDescp {
  width: calc(100% - 115px);
}
header nav.navbar ul.navbar-nav li a.nav-link {
  font-size: 19px;
}
header .navbar {
  padding-top: 0;
}
.sub-menu ul li a {
  font-size: 16px;
  display: block;
  transition: 0.5s;
}
.sub-menu ul li a:hover {
  color: var(--yellow);
}
.sub-menu {
  position: absolute;
  background: var(--blue);
  padding: 0 12px;
  width: 250px;
  top: 58px;
  border-radius: 7px;
  display: none;
}

.sub-menu ul li {
  padding: 11px 0px;
  border-bottom: 1px solid #1b366b;
  text-transform: capitalize;
}
.dropdown:hover .sub-menu {
  display: block;
}
.logo-div {
  position: absolute;
  bottom: -111px;
  left: 53%;
  transform: translateX(-50%);
}
.logo-img {
  border-radius: 50%;
  width: 135px;
}

.banner-area {
  background: url(../img/banner.jpg) no-repeat;
  height: 100vh;
  background-size: 100vw 100vh;
}

.koshish-left {
  background: url(../img/board.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}

section.why-koshish .koshish-left.about-left {
  background: none;
}

section.why-koshish .koshish-left ul {
  list-style: inside;
  padding: 84px 147px 110px 163px;
  color: var(--white);
}
section.why-koshish .koshish-left.about-left ul {
  color: var(--blue);
}
section.why-koshish .koshish-left {
  position: relative;
  margin-top: 40px;
}

section.why-koshish .koshish-left ul li {
  margin-bottom: 23px;
  font-weight: 500;
  font-size: 20px;
  list-style: initial;
}
section.why-koshish .koshish-left ul li::marker {
  color: var(--yellow);
  font-size: 31px;
}

.greenTree {
  margin-top: 50px;
}

section.vision-mission .vm-box {
  border: 1px solid var(--yellow);
  padding: 50px 29px;
  text-align: center;
  min-height: 407px;
  border-radius: 24px;
  background: var(--white);
}

section.vision-mission .vm-box h2 {
  font-size: 50px;
  font-weight: 600;
  margin: 15px 0 20px;
}

section.vision-mission .vm-box p {
  color: var(--blue);
  font-size: 20px;
  line-height: 33px;
  font-weight: 500;
}
section.vision-mission h3 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 65px;
}
section.vision-mission .vm-box.border {
  border-color: var(--red) !important;
}

section.vision-mission::before {
  content: "";
  background: #f5f7f9;
  position: absolute;
  top: 264px;
  width: 100%;
  height: 83%;
  bottom: 0;
  z-index: -1;
}

section.vision-mission img.bg-icon {
  position: absolute;
  left: -67px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

section.vision-mission img.bg-icon.right-icon {
  right: -59px;
  left: auto;
}
.tree {
  cursor: pointer;
}
.gallerymodal .modal-dialog {
  max-width: 700px;
}
.km-btn {
  background: var(--yellow);
  padding: 5px 15px;
  bottom: 0;
  display: inline-block;
  font-weight: 500;
  transition: 0.5s;
  font-size: 22px;
  border-radius: 13px;
}

.km-btn:hover {
  background: var(--red);
  color: var(--white);
}

.km-btn:hover img {
  transform: translateX(10px);
}

.km-btn img {
  transition: 0.5s;
  width: 23px;
}

.hexagon-gallery {
  margin: auto;
  margin-top: 50px;
  padding-bottom: 50px;
}
.hex-gallery-row {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 15px;
  /*display: grid;
  grid-template-columns: auto auto auto auto;*/
}

.hex-gallery-row .hex:nth-child(6) {
  grid-row-start: 2;
  grid-column: 5 / span 2;
  margin-left: 70px;
}
.hex {
  display: flex;
  position: relative;
  transition: 0.5s;
  height: 265px;
  background-color: #f0f5f9;
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  justify-content: center;
  align-items: center;
  width: 221px;
}
.hex:hover {
  background: var(--blue);
  color: var(--white);
}

.hex:hover p {
  color: var(--white);
}
.hex:first-child {
  grid-row-start: 1;
  grid-column: 2 / span 2;
}

.hex:nth-child(2) {
  grid-row-start: 1;
  grid-column: 4 / span 2;
}

.hex:nth-child(3) {
  grid-row-start: 1;
  grid-column: 6 / span 2;
}

.hex:nth-child(4) {
  grid-row-start: 2;
  grid-column: 1 / span 2;
}

.hex:nth-child(5) {
  grid-row-start: 2;
  grid-column: 3 / span 2;
}

.hex:nth-child(6) {
  grid-row-start: 2;
  grid-column: 5 / span 2;
}

.hex:nth-child(7) {
  grid-row-start: 2;
  grid-column: 7 / span 2;
}

.hex:nth-child(8) {
  grid-row-start: 3;
  grid-column: 2 / span 2;
}

.hex:nth-child(9) {
  grid-row-start: 3;
  grid-column: 4 / span 2;
}

.hex:nth-child(10) {
  grid-row-start: 3;
  grid-column: 6 / span 2;
}
.hex:nth-child(11) {
  grid-row-start: 4;
  grid-column: 1 / span 2;
}

.hex:nth-child(12) {
  grid-row-start: 4;
  grid-column: 3 / span 2;
}

.hex:nth-child(13) {
  grid-row-start: 4;
  grid-column: 5 / span 2;
}

.hex:nth-child(14) {
  grid-row-start: 4;
  grid-column: 7 / span 2;
}

.cs-box {
  background: var(--white);
  display: flex;
  align-items: center;
  border-radius: 31px;
  padding: 40px;
  font-size: 18px;
  border: 1px solid var(--white);
  margin: 25px 0;
  min-height: 200px;
  transition: 0.5s;
}
.cs-box:hover {
  border-color: var(--red);
}
.hex > img {
  /* width: 240px; */
  object-fit: cover;
}
.hex-content {
  position: absolute;

  top: 50%;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hex-content p {
  padding-top: 14px;
  font-weight: 600;
  color: var(--blue);
}
section.community-support {
  background: #f5f7f9;
}

section.community-support .cs-box img {
  margin-right: 30px;
}

section.community-support .cs-box p {
  color: var(--black);
  font-weight: 600;
}
section.community-support .flower-img {
  position: relative;
  bottom: -73px;
}

section.motivational-post .heading {
  margin-bottom: 85px;
}
section.motivational-post .heading {
  margin-bottom: 85px;
}

.quote-img {
  position: absolute;
  left: 50%;
  z-index: 2;
  top: -26px;
  transform: translateX(-50%);
}
.down-side {
  margin-top: -50px;
}

section.motivational-post {
  background: url(../img/motivational-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section.motivational-post #motivational-slider .item {
  background: url(../img/car-bg.png);
  background-size: cover;
  height: 382px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
}

section.motivational-post #motivational-slider .item p {
  color: #fff;
  /* padding: 107px 216px; */
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  position: relative;
  text-wrap: balance;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  color: #fff;
  font-size: 67px;
  font-weight: 600;
}
/* .owl-nav {
    position: absolute;
    top: 50%;
    left: -134px;
    right: -78px;
    transform: translateY(-50%);
}

.owl-nav  button span {
    color: #fff;
    font-size: 100px;
}
.owl-nav  button.owl-next {
    position: absolute;
    right: -24px;
} */

.input-field {
  background: transparent;
  border: none;
  border-bottom: 1px solid #707070;
  border-radius: 0;
  font-weight: 600;
  color: var(--black);
  padding-left: 0;
  margin-bottom: 0px;
  font-size: 21px;
  padding-bottom: 22px;
}

section.contact-sec .col-lg-12 {
  background: #f0f5f9;
}
section.contact-sec .form-div {
  padding: 80px 95px;
  padding-bottom: 0;
}

section.contact-sec .form-div {
  color: var(--blue);
  font-weight: bold;
  font-size: 26px;
}

.submit-btn {
  font-size: 21px;
  color: var(--black) !important;
  font-weight: bold;
  padding-top: 60px;
  padding-left: 0;
  transition: 0.5s;
}
.submit-btn img {
  transition: 0.5s;
}
.submit-btn:hover img {
  transform: translateX(10px);
}
.contact-sec input::placeholder,
.contact-sec textarea::placeholder {
  color: var(--black) !important;
  font-weight: 600; /* Firefox */
}

.contact-sec input:-ms-input-placeholder,
.contact-sec textarea:-ms-input-placeholder {
  color: var(--black) !important;
  font-weight: 600;
}

.contact-sec input::-ms-input-placeholder,
.contact-sec textarea::-ms-input-placeholder {
  color: var(--black) !important;
  font-weight: 600;
}
footer {
  position: relative;
}
footer .widget a:hover {
  color: var(--red);
}
footer .widget a {
  color: var(--black);
  font-weight: normal;
  font-size: 19px;
  transition: 0.5s;
}

footer .widget h3 {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 25px;
}

footer .widget li {
  margin: 9px 0;
}

footer .widget ul li address {
  font-weight: normal;
  font-size: 19px;
}
.widget ul.social-icon span {
  width: 45px;
  height: 45px;
  display: inline-block;
  background: #f0f5f9;
  transition: 0.5s;
  border-radius: 50px;
  margin-right: 10px;
}
.widget ul.social-icon li span:hover {
  background: var(--red);
}
.widget ul.social-icon li span a:hover {
  color: var(--white);
}

.widget ul.social-icon a {
  color: var(--black);
  text-align: center;
  display: block;
  line-height: 45px;
}

footer img.footer-img {
  bottom: 0;
  position: absolute;
  z-index: 0;
  left: 8px;
  width: 281px;
  z-index: -1;
}

footer .col-lg-10.mx-auto {
  border-top: 1px solid #707070;
  padding-top: 22px;
  padding-bottom: 22px;
}
footer .col-lg-10.mx-auto {
  border-top: 1px solid #e3e3e3;
  padding-top: 22px;
  padding-bottom: 22px;
  margin-top: 83px;
}
footer .col-lg-10.mx-auto p {
  font-weight: 600;
  font-size: 19px;
}

img.footer-img.right {
  left: auto;
  right: -92px;
}

/********** main page css end here ***********/

/*/********* About us css start here *************/

section.banner-area.about {
  background: url(../img/about-banner.jpg) no-repeat;
  height: 100vh;
  background-size: 100vw 100vh;
}
.koshish-left.about {
  background: transparent;
}
.koshish-left.about ul {
  color: var(--blue) !important;
  padding: 0 !important;
}
section.about-vision.vision-mission {
  position: relative;
}
section.about-vision.vision-mission .vm-box {
  padding: 50px 29px;
  text-align: left;
  border: none;
  background: var(--white);
}
section.about-vision.vision-mission .vm-box.padding {
  padding: 50px 120px;
}
section.about-vision.vision-mission:before {
  content: none;
}

img.top-bg {
  position: absolute;
  right: -641px;
  z-index: -1;
}

img.bottom-bg {
  bottom: 0;
  position: absolute;
  left: -695px;
  z-index: -1;
}

/*/********* About us css end here *************/

/***** education page css start here ********/

section.banner-area.about.professional-training {
  background: url(../img/education-banner.jpg) no-repeat;
  background-size: 100vw 100vh;
  height: 100vh;
  background-position: center center;
}
section.education-sec {
  color: var(--blue);
}
section.education-sec .coaching-img img {
  width: 250px;
}
section.education-sec {
  position: relative;
}

.side-img {
  position: absolute;
  right: 10px;
  max-width: 100%;
  width: 300px;
  top: 12%;
  z-index: -1;
}
section.education-sec img.top-bg {
  right: -641px;
  top: -231px;
}
img.bottom-bg {
  bottom: -169px;
  position: absolute;
  left: -39%;
}
/*********** annual outbond start **********************/

section.annual-outbonds {
  background: url(../img/annual-outbonds.jpg) no-repeat;
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
  background-position: center center;
}

section.annual-outbonds-sec {
  position: relative;
}
section.annual-outbonds-sec img.top-bg {
  left: -644px;
  top: -170px;
}
section.annual-outbonds-sec img.bottom-bg {
  bottom: 0;
  right: -645px;
  left: auto;
}

.outboundsbox {
  position: relative;
  text-align: center;
}

.outboundsbox .year {
  font-weight: bold;
  background: var(--white);
  padding: 7px 27px;
  border-radius: 41px;
  top: 35px;
  font-size: 20px;
  position: absolute;
  left: 39px;
}

.outboundsbox h3 {
  font-weight: 600;
  margin: 36px 0 36px;
}

/*********** annual outbond end **********************/

/*********** mid-day-banner start ******************/

.mid-day-banner {
  background: url(../img/mid-day-banner.jpg);
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
  background-position: center center;
}

.row.mid-day-row .col-md-3 {
  margin-bottom: 24px;
}
.after-bg {
  position: relative;
}
section.after-bg::after {
  position: absolute;
  bottom: -226px;
  content: "";
  left: 0;
  background: url(../img/mid-day-bg.jpg) no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center;
}
section.after-bg.pp::after {
  bottom: -274px;
}
.mid-day-sec img.top-bg {
  left: -652px;
  top: -154px;
}
.mid-day-sec img.bottom-bg {
  top: -103px;
  right: -607px;
  left: auto;
}

/*********** mid-day-banner end ******************/

/*********** /adult-education-and-tailoring-for-mothers start ******************/

.ed-tail-banner {
  background: url(../img/ed-tail-banner.jpg);
  background-size: 100vw 100vh;
  background-position: center center;
  background-repeat: no-repeat;
}

.ed-tail-sec {
  position: relative;
  padding-bottom: 155px;
}

.ed-tail-sec:before {
  content: "";
  background-image: url("../img/pattern.png");
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.75;
}

section.after-bg.ed-tail-sec:after {
  content: "";
  background: url("../img/button-patern.png");
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.75;
}

.ed-tail-sec .container {
  opacity: 1;
}
.ed-tail-sec img.left_img {
  position: absolute;
  left: 10px;
  top: 185px;
}
.ed-tail-sec img.right_img {
  position: absolute;
  right: 10px;
  top: 121px;
}
/*********** end adult-education-and-tailoring-for-mothers ******************/

/*********** participation ngo program start **********/

.br-11 {
  border-radius: 11px;
}

img.pp-top-bg {
  left: -79px;
  max-width: 196px;
  top: 111px;
}
img.pp-bottom-bg {
  position: absolute;
  bottom: 111px;
  right: 328px;
  width: 17%;
}
/*********** participation ngo program start **********/

/************ sport and culture start here *************/

.sports-banner {
  background: url(../img/sports-banner.jpg) no-repeat;
  background-size: 100vw 100vh;
  background-position: center center;
  background-repeat: no-repeat;
}
.sport-bg {
  right: 0;
  position: absolute;
  z-index: -1;
}
.sports-culture {
  position: relative;
}
.sports-culture img.top-bg {
  position: absolute;
  left: -641px;
  top: -186px;
}
.sports-culture img.bottom-bg {
  bottom: -315px;
  left: auto;
  right: -638px;
}

/************ sport and culture start here *************/

/************ computer lab & Libary start ***************/
section.computer-lab-banner {
  background: url(../img/computer-banner.jpg);
  background-repeat: no-repeat;
  height: 100vh;
  background-size: 100vw 100vh;
}
section.computer-lab-sec.after-bg::after {
  background: url(../img/computer-bg.jpg);
  top: 0;
  background-size: cover;
}
section.library-sec.after-bg::after {
  background: url(../img/computer-bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
}
img.system-object {
  position: absolute;
  right: 43px;
  top: 134px;
  z-index: 0;
}

img.keyboard-object {
  position: absolute;
  left: 93px;
  top: 135px;
  z-index: 0;
}

.cmnt-spt-banner {
  background: url(../img/community-support-banner.jpg);
  height: 100vh;
  background-size: 100vw 100vh;
  position: relative;
}
.cmnt-spt-sec-top:after {
  background: none;
}
/*.cmnt-spt-sec-top{
    background-image: url(../img/cmt-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom -298px;
}*/

section.why-koshish.sec-padd.cmnt-spt-sec-top.after-bg:after {
  position: absolute;
  bottom: -141px;
  content: "";
  left: 0;
  background: url(../img/cmt-bg.jpg) no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center;
}
section center img {
  margin: 20px 0 8px 0;
}
.anl-hlt-cmp {
}
section.blanket-sec:after {
  background: url(../img/blanket.png);
  background-repeat: no-repeat;
  bottom: -16px;
  background-position: center;
}

section.blanket-sec:before {
  content: "";
  background: url(../img/bl-bg-top.png);
  background-repeat: no-repeat;
  top: -123px;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
}
section.blanket-sec .img_left {
  position: absolute;
  top: -142px;
  left: 2%;
}

section.blanket-sec .img_left_2nd {
  position: absolute;
  top: -36px;
  left: 259px;
  width: 85px;
}

section.blanket-sec .img_right {
  position: absolute;
  top: -70px;
  right: 0;
  z-index: -1;
}

section.cs-mother-sec {
  position: relative;
}
section.cs-mother-sec img.top-bg {
  top: -170px;
}

.testimonials_sec {
  padding: 0px 0;
}
.testimonials {
  position: relative;
  width: 100%;
}
.testimonials h5,
.testimonials p {
  color: #000;
}
.testimonials .carousel-inner {
  overflow: visible;
  width: 100%;
  position: relative;
}
.testimonials .carousel-caption {
  width: 100%;
  left: 0;
  position: relative;
}
.testimonials .carousel-caption .guest_name {
  margin-top: 46px;
  text-align: center;
}
.testimonials .carousel-caption .guest_name span {
  border-bottom: solid 3px #ffcc00;
  color: #002060;
  font-size: 24px;
  padding-bottom: 14px;
}

.testimonials .carousel-control-prev-icon {
  background-image: url("../img/right-arrow.png");
  width: 1rem;
}
.testimonials .carousel-control-next-icon {
  background-image: url("../img/right-arrow.png");
  width: 1rem;
  transform: rotate(180deg);
}
.testimonials .carousel-inner p {
  max-width: 700px;
  margin: auto;
  color: var(--blue);
  font-size: 32px;
  font-weight: 500;
  padding: 20px;
}

.motivationnal-banner {
  background: url(../img/motivational-banner.svg);
  height: 100vh;
  background-size: 100vw 100vh;
  position: relative;
}

.job-banner {
  background: url(../img/banner.jpg);
  background-size: 100vw 100vh;
}

section.daily-motional-post.before-bg {
  position: relative;
  padding-top: 140px;
}
section.daily-motional-post.before-bg:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(../img/post-bg.jpg) no-repeat center top #f0f5f9;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section.daily-motional-post img.top-bg {
  top: 30%;
}

.postitems {
  background: #fff;
  padding: 25px 25px 25px 25px;
  /*    border-bottom: solid 30px #f0f5f9;*/
  /*    height: 100%;*/
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.postitems small {
  font-size: 9px;
  padding-top: 0px;
  padding-bottom: 8px;
  width: 100%;
  display: block;
}
.postitems center {
  width: 100%;
}

.postitems p {
  color: #002060;
  padding: 0px;
  font-size: 24px;
  text-align: center;
  width: 100%;
}
.postitems .author_name {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 19px;
  width: 100%;
  text-align: center;
}
.postitems .author_name span {
  position: relative;
  margin-top: 145px;
}
.postitems .author_name span:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 36px;
  width: 100%;
  height: 2px;
  background: #ffcc00;
}
.viewmortext {
  display: none;
}

a.readtext {
  display: table;
  margin: 25px auto 0 auto;
  padding: 10px 15px;
  color: #002060;
  font-weight: 600;
  font-size: 24px;
  cursor: pointer;
  position: relative;
}

a.readtext:before {
  content: "";
  background: url("../img/bottom-arrow.png") no-repeat left top;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 13px;
  right: -25px;
  animation: anmtArrow;
  animation-duration: 4s;
  animation-iteration-count: infinite; /*
    animation-direction:reverse;*/
}

@keyframes anmtArrow {
  0%,
  50%,
  100% {
    top: 20px;
  }
  25%,
  75% {
    top: 30px;
  }
}
a.readtext.red_less:before {
  animation: anmtRevArrow;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  transform: rotate(184deg);
}

@keyframes anmtRevArrow {
  0%,
  50%,
  100% {
    top: 7px;
  }
  25%,
  75% {
    top: 20px;
  }
}

/* youtube section*/

.youtube-banner {
  background: url(../img/youtube-banner.svg);
}
section.youtube_video {
  position: relative;
  z-index: 10;
  padding-bottom: 120px;
}
section.youtube_video.after-bg:after {
  position: absolute;
  top: 288px;
  content: "";
  left: 0;
  background: url(../img/youtube-video-patern.png) no-repeat bottom;
  width: 102%;
  height: 90%;
  z-index: -1;
  background-position: center;
}
.video_box {
  position: relative;
  width: 100%;
}
.video_box img {
  box-shadow: 1px -2px 20px #0000004f;
  cursor: pointer;
}
.playerIcon {
  position: absolute;
  top: calc(50% - 39px);
  left: calc(50% - 38px);
  text-align: center;
  width: 76px;
}
.playerIcon img {
  box-shadow: none;
}
.mocukup-bg {
  width: 103%;
  height: 457px;
  position: relative;
  z-index: -1;
  top: -54px;
}
.mocukup-bg img {
  position: absolute;
}

.youtube-popup .modal-content .btn-close {
  position: absolute;
  right: -21px;
  z-index: 1;
  top: -32px;
  background-color: #fff;
  opacity: 10;
  color: orangered;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.modal-content {
  background: none;
  border: none;
}
.modal-body {
  background: #fff;
}
.mt-mines-170 {
  margin-top: -170px;
}
.cont-dtls {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont-dtls ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.cont-dtls ul li {
  padding: 0 30px;
}
.contact_icon {
  width: 70px;
  height: 70px;
  background: #f0f5f9;
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_icon img {
  width: 80px;
}
.cont-dtls ul li p {
  max-width: 225px;
  text-align: center;
  line-height: 40px;
  padding-top: 15px;
  color: #0a0a0a;
  font-size: 19px;
}
.text-size {
  font-size: 19px;
}
.contact-banner {
  background: url(../img/contact-banner.svg);
  background-size: 100vw 100vh;
  background-position: center;
  height: 100vh;
}

/**/

.jbgrdagon-gallery {
  margin: auto;
  margin-top: 50px;
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: 200px;
  grid-gap: 14px;
  padding-bottom: 50px;
}

.jbgrd {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  height: 265px;
  width: 240px;
  transition: 0.5s;
  /*    box-shadow: 10px 10px 20px 20px #f0f5f9;*/
  background: url("../img/hex-bg.svg") no-repeat center;
  /*-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);*/
}
.jbgrd .innerbox {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: 0.5s;

  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
img.img-top-grp {
}
.less-top-img-gap {
  margin-top: -129px;
}
section.job-place-sec {
  position: relative;
}
section.job-place-sec .right-icon {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 85px;
}

.bg-primary {
  background-color: #002060 !important;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 50%;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  padding: 32px;
}
.article p,
.article ul li {
  color: var(--blue);
  font-size: 22px;
  font-weight: 500;
}
.article ul li {
  margin: 0;
  position: relative;
  padding-left: 8px;
  padding-bottom: 8px;
  position: relative;
  list-style: none;
  margin: 0 !important;
}
.article h3 {
  font-size: 45px;
  font-weight: 600;
  font-family: "playfair";
  margin-bottom: 25px;
  color: var(--blue);
}
.article ul {
  margin-left: 50px;
  margin-top: 10px;
  margin-bottom: 15px;
}
/*.article ul.half{
    display:flex;
    flex-wrap:wrap;
}
.article ul.half li{
    width:50%;
    text-align:left;
}*/
.article ul li i {
  font-size: 20px;
  margin: 10px;
  display: none;
}
.article .km-btn {
  margin-top: 15px;
}
.article p strong {
  font-weight: bold;
}
.article ul li:before {
  position: absolute;
  left: -29px;
  top: 9px;
  content: " ";
  width: 23px;
  height: 16px;
  border-radius: 50%;
  /*    background:var(--yellow);*/
  background-image: url("../img/check.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  /*    background:url('../img/check.png') no-repeat left;*/
}
.article ul.iconList {
  margin: 0;
  padding: 0;
}
.article ul.iconList li {
  padding: 10px 0;
}
.article ul.iconList li img {
  margin-right: 20px;
}
.article ul.iconList li:before {
  display: none;
}
.article img {
  border-radius: 16px;
}
.treeKnwBtn {
  width: 395px;
  height: 76px;
  text-align: center;
  bottom: 62px;
  right: calc(50% - 201.5px);
  background: none;
  position: absolute;
}
span.know_more {
  position: relative;
  top: 20px;
}
.treeKnwBtn:hover {
  background: url("../img/hover-btn-tree.webp") no-repeat center top;
  background-size: cover;
}

/*mouse scrroll animation start*/
.mouseScroll {
  width: 250px;
  text-align: center;
  position: absolute;
  top: 100px;
  left: calc(50% - 100px);
}
.mouseScroll p {
  font-size: 25px;
  font-weight: 600;
  font-style: italic;
  padding-top: 10px;
  color: #05205a;
}
.mouseScroll a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
@-webkit-keyframes scroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(100px);
  }
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(100px);
  }
}
svg #wheel {
  -webkit-animation: scroll ease 1.5s infinite;
  animation: scroll ease 1.5s infinite;
}
/*end mouse scroll */

.homePage {
  padding-top: 50px;
}

.webOption {
  max-width: 450px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.webOption ul {
  width: 100%;
}
.homePage .picBox img {
  height: 80%;
}
.webOption ul li {
  margin-bottom: 18px;
  width: 100%;
  padding: 15px 12px;
  background: #015399;
  text-align: center;
  border-radius: 16px;
  color: #fff;
}
.webOption ul li h2 {
  padding-bottom: 6px;
  font-weight: bold;
font-size: 22px;
}
.smallTxt {
}
.clickHere a {
  color: #165d9b;
  font-size: 16px;
  background: #fff;
  padding: 10px 20px;
  display: block;
  max-width: 180px;
  border-radius: 22px;
  margin-top: 15px;
  display: table;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  background-size: 200% 100%;
  background-image: linear-gradient(to left, #ffcc00 50%, #fff 50%);
  transition: 0.5s ease-out;
}

.clickHere a:hover {
  background-position: -100% 0;
  color: #fff;
  box-shadow: inset 1px 1px 6px rgb(0 0 0 / 61%);
}
.webOption ul li .smallTxt {
  font-size: 18px;
font-weight: 500;
}
.webOption ul li .smallTxt.anotherColor {
  /*color: #ffcc00;*/
   font-weight: 600; 
  font-size: 19px;
    line-height: 25px;
        padding: 4px 20px;
}

.webOption ul li:nth-child(2) {
  background: #ffcc00;
  color: #000;
}
.webOption ul li:nth-child(2) .anotherColor {
  color: #0c1a26;
}

.webOption ul li:nth-child(2) .clickHere a {
  background-image: linear-gradient(to left, black 50%, #fff 50%);
}

.webOption ul li:nth-child(2) .clickHere a {
  color: #000;
}

.webOption ul li:nth-child(2) .clickHere a:hover {
  color: #fff;
}

.webOption ul li:nth-child(3) {
  background: #fff;
    color: #000;
    padding: 2px 4px;
    margin-top: 18px;
    font-weight: 600;
}
.video-sec {
  max-height: 98vh;
  overflow: hidden;
  margin-top: 1vh;
}
.video-sec video {
  margin-top: -5.5vh;
  height: 100vh;
  width: 98%;
  object-fit: cover;
  display: table;
  margin: auto;
}
section.topBannerHome img {
  width: 100%;
}

@media screen and (max-width: 1133px) {
  .video-sec video {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
}


/* bootstrap plugin dropdown */

.dropdown-toggle::after {
  margin-left: 0 !important;
}
