@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;500&display=swap");

body,
html {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  padding-right: 0 !important;
  overflow-x: hidden !important;
}

html {
  font-size: 1rem;
}

/* @include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
} */

body::-webkit-scrollbar {
  display: none;
}

body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.navbar-collapse .navbar-nav > li > a {
  font-size: large;
}

.navbar-collapse .navbar-nav > li > a:hover,
.navbar-collapse .navbar-nav > li > a:focus {
  color: #ffb61a !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #ffb61a80;
}

.heading {
  font-family: "samarkan_____normal";
  font-size: 7vh !important;
}

.about-heading {
  font-family: "samarkan_____normal";
}

.row_t {
  display: flex;
  flex-flow: row;
}

.logo-cont {
  display: flex;
  justify-content: center;
}

.heading-cont {
  display: flex;
  flex-direction: column;
}

.subheading {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 2vh;
  letter-spacing: 1em;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.main-header {
  padding-top: 200px;
  padding-bottom: 200px;
}

.main-header {
  height: 100vh;
  width: 100vw;
  vertical-align: middle;
  display: table-cell;
}

.carousel-item:after {
  content: "\A";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.7;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

#bg1 {
  background: linear-gradient(to bottom, rgba(28, 29, 29, 0.05), #000000 200%),
    url("../images/leadership.jpg") center bottom/100% no-repeat;
  background-size: cover;
}

#bg2 {
  background: linear-gradient(to bottom, rgba(28, 29, 29, 0.05), #000000 200%),
    url("../images/leadership13.jpg") center bottom/100% no-repeat;
  background-size: cover;
}

#bg3 {
  background: linear-gradient(to bottom, rgba(28, 29, 29, 0.05), #000000 170%),
    url("../images/teamwork.jpg") center bottom/100% no-repeat;
  background-size: cover;
}

.content-container {
  background-color: transparent;
}

.content-container > h1 {
  color: white !important;
  font-family: "Helvetica";
  font-weight: lighter;
  font-size: xxx-large;
  padding: 20px;
}

@media screen and (max-width: 600px) {
  .heading {
    font-size: xxx-large;
  }
  .subheading {
    font-size: small;
  }

  #bg1 {
    background: linear-gradient(to bottom, rgba(28, 29, 29, 0.05), #000000 200%),
      url("../images/leadership.jpg") center bottom/100% no-repeat;
    background-size: cover;
  }

  #bg2 {
    background: linear-gradient(to bottom, rgba(28, 29, 29, 0.05), #000000 200%),
      url("../images/leadership13.jpg") center bottom/100% no-repeat;
    background-size: cover;
  }

  #bg3 {
    background: linear-gradient(to bottom, rgba(28, 29, 29, 0.05), #000000 170%),
      url("../images/teamwork.jpg") center bottom/100% no-repeat;
    background-size: cover;
  }

  .about-image > img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
  }
}

#page-footer {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: black;
}

#page-footer .container {
  display: flex;
  flex-direction: column;
}

#page-footer .container .row_t .col .heading {
  color: #ffffff70;
}

#page-footer .container .row_t .col .heading:hover {
  color: #ffb61a !important;
}

#page-footer .container .row_t .col .subheading {
  color: #ffffff70;
}

#page-footer nav {
  margin-top: 40px;
  flex-direction: row;
  justify-content: space-between;
}

.footer-nav .navbar-nav > li > a {
  font-size: large;
}

.footer-nav .navbar-nav > li > a:hover,
.footer-nav .navbar-nav > li > a:focus {
  color: #ffb61a !important;
}

#page-footer .legal {
  text-align: center;
}

#page-footer .legal {
  color: #ffffff70;
  font-size: small;
}

.carousel-item {
  height: 100%;
  /* min-height: 350px; */
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-item .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main-content .container {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-image > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
}

.case-title {
  font-size: 4vh !important;
  /* margin-bottom: 40px; */
}

main {
  display: flex;
  flex-flow: column;
  height: 100vh;
  background-color: black;
}

.nav-box {
  flex: 0 1 auto;
}

.slide {
  flex: 1 1 auto;
}

.modal-dialog {
  margin-top: 0rem;
  max-width: 100%;
}
.modal-dialog .modal-content {
  border-radius: 0rem;
}
.modal-dialog .buttons .btn {
  margin: 0.2rem;
}

.pill {
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
}

.sub-form {
  position: relative;
  height: 75vh;
  background-color: black;
  border-bottom: 1px solid #fff;
  background: linear-gradient(113deg, #003e6770, #003d67 100%),
    url("../images/bgvector.svg") center/cover no-repeat;
}

.sub-form .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
}

.founders-name {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.about-image {
  background-image: url("../images/who1.jpg");
  background-size: cover;
  background-position: center;
}

.wht-img {
  background-image: url("../images/who3.jpg");
  background-size: cover;
}

@media screen and (min-width: 1024px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.display-4 {
  font-size: 6vh;
  color: #000000 !important;
}

.display-3 {
  font-size: 6vh;
  color: #000000 !important;
}

.lead {
  font-size: 3vh !important;
  text-align: left;
}

#watermark {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.05;
  z-index: -1;
}

#about-text img {
  height: 100%;
  max-width: 350px;
  float: right;
}

.case-1 {
  background-image: url("../images/casestudy1.jpg");
  background-size: cover;
}

.case-2 {
  background-image: url("../images/casestudy2.jpg");
  background-size: cover;
}

.case-3 {
  background-image: url("../images/casestudy3.jpg");
  background-size: cover;
}

.case-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.lead > a:hover {
  text-decoration: none !important;
  border-bottom: solid 1px !important;
}

.case-video iframe,
.case-video object,
.case-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pragyan-text {
  font-family: "samarkan_____normal";
  font-size: 3vh;
}

#videos a {
  display: block;
  margin-bottom: 20px;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
}

#videos a:hover {
  opacity: 0.7;
}

#videos a img {
  width: 100%;
  height: auto;
}

#overlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}

#overlay .modal {
  background: #fff;
  border-radius: 5px;
  width: 90%;
  margin: 100px auto;
  max-width: 800px;
  min-height: 100px;
  position: relative;
  padding: 30px 20px 15px;
}

#overlay .modal #close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

#overlay iframe {
  width: 100%;
  height: 100%;
}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.consultant-name {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.home-case {
  height: 20vh;
}

::-moz-selection {
  color: white !important;
  background: #ffb61a;
}

::selection {
  color: white !important;
  background: #ffb61a;
}

.left-text {
  right: 49% !important;
  left: 10% !important;
  transform: translate(0%, -25%);
}

/* .fixed-article-image {
  background: linear-gradient(rgba(0, 134, 214, 0.05), #045680 150%),
    url("../images/article1.jpg") center/100% no-repeat fixed;
  background-size: cover;
  height: 100vh;
} */

.article-highlight-overlay {
  height: 100vh;
  background-color: #045680;
}

.article-highlight {
  position: relative;
  top: 50%;
  transform: translate(0%, -50%);
}

.written-content .container {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  width: 50vw;
}

.team-image {
  background: url("../images/team-ourpassion.jpg") center/100% no-repeat fixed;
  background-size: contain;
  height: 50vh;
}

.leadership-image {
  background: url("../images/leadership-ourpassion.jpg") center/100% no-repeat
    fixed;
  background-size: contain;
  height: 50vh;
}

@media screen and (max-width: 1024px) {
  /* .right-text {
    right: 8% !important;
    left: 52% !important;
    transform: translate(0%, -60%);
  } */
  .written-content .container {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
    width: 75vw;
  }
}

@media screen and (max-width: 768px) {
  /* .right-text {
    right: 8% !important;
    left: 52% !important;
    transform: translate(0%, -60%);
  } */
  .written-content .container {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
    width: 90vw;
  }
}

/* .card-img-top {
  width: 100%;
  height: 15vw;
  object-fit: cover;
} */

/* .card-link {
  position: absolute;
  bottom: 0;
  transform: translate(-50%);
  margin-bottom: 20px;
} */

.quicklinks {
  color: #212529;
}

.contact-links {
  position: relative;
  top: 50%;
}

ul.social-network {
  list-style: none;
  display: inline;
  margin: auto;
  padding: 0;
}
ul.social-network li {
  display: inline;
  margin: 0 10px;
}

/* footer social icons */
.social-network a.icoFacebook:hover {
  background-color: #3b5998;
}
.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}
.social-network a.icoMedium:hover {
  background-color: #00ab6c;
}
.social-network a.icoDownload:hover {
  background-color: #00ab6c;
}
.social-network a.icoEmail:hover {
  background-color: #00ab6c;
}
.social-network a.icoQuora:hover {
  background-color: #aa2200;
}
.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}
.social-network a.icoInstagram:hover {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.social-network a.icoRss:hover i,
.social-network a.icoEmail:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoMedium:hover i,
.social-network a.icoDownload:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle li i {
  margin: 0;
  line-height: 40px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-circle a {
  background-color: #212529;
}

@media screen and (max-width: 500px) {
  ul.social-network li {
    display: inline;
    margin: 0 5px;
  }
}
@media screen and (max-width: 450px) {
  ul.social-network li {
    display: inline;
    margin: 0 5px;
  }

  .social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    width: 20px;
    height: 20px;
    font-size: 8px;
  }

  .social-circle li i {
    margin: 0;
    line-height: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 350px) {
  ul.social-network li {
    display: inline;
    margin: 0 2px;
  }

  .social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 20px;
    height: 20px;
    font-size: 8px;
  }

  .social-circle li i {
    margin: 0;
    line-height: 20px;
    text-align: center;
  }
}

.text-image-cover-background {
  background-size: cover !important;
  height: 350px;
  background-position: center center;
  background-repeat: no-repeat !important;
}

#leader-ourpassion-right {
  background: url("../images/leadership-ourpassion.jpg");
}

#team-ourpassion-right {
  background: url("../images/team-ourpassion.jpg");
}

#culture-ourpassion-right {
  background: url("../images/culture-top.jpg");
}

#executive-ourpassion-right {
  background: url("../images/executive-top.jpg");
}

#capability-ourpassion-right {
  background: url("../images/capability-top.jpg");
}

.passion-1 {
  background: url("../images/leadership-ourpassion.jpg");
  background-size: cover;
}

.passion-2 {
  background: url("../images/executive-top.jpg");
  background-size: cover;
}

.passion-3 {
  background: url("../images/capability-top.jpg");
  background-size: cover;
}

.passion-4 {
  background: url("../images/team-ourpassion.jpg");
  background-size: cover;
}

.passion-5 {
  background: url("../images/culture-top.jpg");
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .text-image-cover-background {
    height: 600px;
  }
}

@media screen and (max-width: 1024px) {
  .component-right-text-image-background {
    background: linear-gradient(90deg, #003d67 0%, #045680 38%) !important;
    min-height: auto;
  }
}

.component-right-text-image-background {
  background-position-x: left !important;
}

.component-right-text-image-background {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  min-height: 600px;
}

#leader-ourpassion-left {
  background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(66, 85, 99, 1) 35%,
      #003d67 55%,
      #045680 71%
    ),
    url("../images/leadership-discovery-top.jpg");
}

#team-ourpassion-left {
  background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(66, 85, 99, 1) 35%,
      #003d67 55%,
      #045680 71%
    ),
    url("../images/team-ourpassion-bottom.jpg");
}

#culture-ourpassion-left {
  background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(66, 85, 99, 1) 35%,
      #003d67 55%,
      #045680 71%
    ),
    url("../images/culture-bottom.jpg");
}

#executive-ourpassion-left {
  background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(66, 85, 99, 1) 35%,
      #003d67 55%,
      #045680 71%
    ),
    url("../images/executive-bottom.jpg");
}

#capability-ourpassion-left {
  background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(66, 85, 99, 1) 35%,
      #003d67 55%,
      #045680 71%
    ),
    url("../images/capability-bottom.jpg");
}

#humaness-ourpassion-left {
  background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(66, 85, 99, 1) 35%,
      #003d67 55%,
      #045680 71%
    ),
    url("../images/humaness-bottom.jpg");
}

.partner {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  min-height: 80vh;
  padding-top: 50px;
  padding-bottom: 50px;
  /* width: 100vw; */
}

.partner > .container {
  width: 60%;
}

@media screen and (max-width: 1024px) {
  .partner > .container {
    width: 100%;
  }
}

.os-theme-dark.os-theme-dark-edgy
  > .os-scrollbar
  > .os-scrollbar-track
  > .os-scrollbar-handle {
  background: #ffb61a !important;
}

.btn-outline-primary {
  color: #003d67 !important;
  border-color: #003d67 !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #003d67 !important;
  border-color: #003d67 !important;
}

.footer-links {
  color: rgba(255, 255, 255, 0.5);
}

.fa-ul {
  margin-left: 1.5em !important;
}

.pragyan-link {
  color: #000000;
}

.pragyan-link:hover {
  color: #ffb61a !important;
}

.display-sig .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #008cba;
}

#pragyan-logo-about:hover .overlay {
  opacity: 1;
}

.text {
  color: white !important;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/* .display-sig {
  display: grid;
}

.significance,
.pragyan-logo-about {
  grid-column: 1;
  grid-row: 1;
}

.pragyan-logo-about {
  z-index: 99;
  padding: 0;
}

.significance {
  -webkit-mask-image: radial-gradient(
    circle at left,
    transparent 25%,
    black 31px
  );
  mask-image: radial-gradient(circle at left, transparent 25%, black 31px);
  position: relative;
  left: 17%;
} */

.significance {
  /* width: 100vw; */
  /* min-height: 600px; */
  /* background-color: #003d67; */
}

/* .logo-content {
  padding: 50px;
  position: relative;
  top: 50%;
  transform: translate(0%, -50%);
} */

.data-header {
  width: 100vw;
  /* min-height: 600px; */
  background-color: #003d67;
}

.objective {
  min-height: 500px;
  background-color: #003d67;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 calc(100%));
}

.casestudy-container {
  background-color: #f1f2f4;
}

.design {
  min-height: 400px;
  background-color: #f1f2f4;
}

.impact {
  min-height: 500px;
  background-color: #003d67;
  position: relative;
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 calc(100%));
}

.obj-vector {
  background: url("../images/objective_vector.svg") center/contain no-repeat;
}

.design-vector {
  background: url("../images/design_vector.svg") center/contain no-repeat;
}

.impact-vector {
  background: url("../images/impact_vector.svg") center/contain no-repeat;
}

.bordered {
  border: solid;
  border-width: thin;
}

.test {
  background: linear-gradient(
    to right,
    #002863 0%,
    #003d67 26%,
    #003d67 26%,
    #003d67 37%,
    #003d67 48%,
    #ff931e 100%
  );
  height: 600px;
  width: 100vw;
}

#case1 {
  background: linear-gradient(
      -90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(66, 85, 99, 1) 35%,
      #003d67 55%,
      #045680 71%
    ),
    url("../images/case1.png") right no-repeat;
}

#case2 {
  background: linear-gradient(
      -90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(66, 85, 99, 1) 35%,
      #003d67 55%,
      #045680 71%
    ),
    url("../images/casestudy3.jpg") right no-repeat;
}

.contact-icon::after {
  content: "";
  z-index: -1;
}

.contact-icon:hover > span {
  display: inline !important;
  color: white !important;
}

.photo-avatar {
  border-radius: 50%;
  padding: 20px;
}

/* .lead {
  color: #000000 !important;
} */

.casestudy_ul > li > p {
  color: #000000 !important;
}

.case-content > p {
  color: #000000 !important;
}

#case {
  background: url("../images/bgvector.svg") center/cover no-repeat;
}

.consultant-detail > p {
  color: #000000 !important;
}

.strapped-heading {
  margin-left: -2em;
  margin-right: -1em;
  background-color: #003d67;
  padding-bottom: 20px;
  padding-top: 20px;
}

.alternate-bg {
  background-color: aliceblue;
}

.partners-logo {
  position: relative;
  top: 50%;
  transform: translate(0%, -50%);
  cursor: pointer;
}

.challenge-section {
  min-height: 100vh;
  /* background-image: url(../images/service-bg.jpg);
  background-size: cover;
  background-position: center; */
}

@media screen and (max-width: 1024px) {
  #breakpoint-about {
    padding-left: 3em;
  }
}

/* @media screen and (min-width) */
