@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700|Roboto+Condensed:300,400,700&amp;display=swap");
/*
font-family: 'Libre Baskerville',
serif;
font-family: 'Roboto Condensed',
sans-serif;
*/
html {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: "Roboto Condensed", sans-serif;
  background-color: #d9b060;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-family: "Libre Baskerville", serif;
  color: #0a2341;
}

p {
  font-size: 1em;
  line-height: 28px;
}

p:last-child {
  margin-bottom: 0;
}

.opacity-zero {
  opacity: 0;
}

.nav-bg-blue {
  background-color: #0A2341;
}

.mt-7 {
  margin-top: 7em;
}

.navbar-nav .active .nav-link {
  color: #d9b060 !important;
}

.navbar-nav .dropdown-menu .active {
  color: #d9b060 !important;
}

.dropdown-item {
  text-transform: uppercase;
  letter-spacing: 1.25px;
}

.text-case-captalize {
  text-transform: capitalize !important;
}

.text-case-upper {
  text-transform: uppercase !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent !important;
}

input:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

form .invalid {
  color: red;
  font-size: 0.9em;
  padding-top: 5px;
  padding-left: 5px;
}

form .success {
  color: green;
  text-align: center;
  font-weight: 600;
  margin-top: 25px;
}

.success {
  color: green;
  text-align: center;
  font-weight: 600;
  margin-top: 25px;
}

a:visited, a:focus, a:active, a:hover {
  text-decoration: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

::placeholder {
  color: #fff;
  opacity: 1;
}

.affix {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 99999999;
  background: #0a2341;
}

.affix-navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-animation: affix_animation 0.6s ease-in-out;
          animation: affix_animation 0.6s ease-in-out;
  z-index: 999;
  background: #0a2341;
}

.affix-navbar .navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.affix-navbar .dropdown-menu {
  background-color: #000 !important;
}

.affix-navbar .navbar-brand img {
  width: 75px !important;
  height: 75px !important;
}

.carousel .owl-nav button.owl-prev {
  display: none;
}

.carousel .owl-nav button.owl-next {
  display: none;
}

.heading-center-line {
  position: relative;
}

.heading-center-line::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  background: #f1e26a;
  height: 5px;
  width: 136px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

#nav-icon1 {
  width: 50px;
  height: auto;
  margin-right: 25px;
  margin-top: -15px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 1;
  background-color: #fff;
}

#nav-icon1 #nav-icon1 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #ef0d33;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@-webkit-keyframes affix_animation {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes affix_animation {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

.hero-wrapper {
  position: relative;
  background: url("../img/slider/hero-banner.webp");
  overflow: hidden;
  padding-bottom: 40px;
}

.hero-wrapper .hero-wrapper-inner {
  margin-top: 150px;
  margin-bottom: 0px;
}

.hero-wrapper .hero-wrapper-inner .slider-content h3 {
  color: #fff;
  line-height: 55px;
  font-size: 45px;
  line-height: 65px;
  letter-spacing: -1px;
}

.hero-wrapper .hero-wrapper-inner .slider-content p {
  color: #fff;
  font-size: 1.2em;
  margin-top: 45px;
  width: 70%;
  opacity: 0.8;
  line-height: 28px;
}

.hero-wrapper .hero-wrapper-inner .slider-content .slider-social-icons {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-wrapper .hero-wrapper-inner .slider-content .slider-social-icons li:not(:last-child) {
  margin-right: 15px;
}

.hero-wrapper .hero-wrapper-inner .slider-content .slider-social-icons li a svg path {
  fill: #fff;
}

.hero-wrapper .hero-wrapper-inner .main-logo {
  position: relative;
  padding-top: 100%;
}

.hero-wrapper .hero-wrapper-inner .main-logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-wrapper .hero-slider .carousel-control {
  background: #fff;
  height: 40px;
  width: 40px;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  position: absolute;
  top: 50%;
  left: -20px;
}

.menu-navbar {
  background: #000000;
  padding: 15px 0;
}

.menu-navbar .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.menu-navbar .menu-list li a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.1em;
}

.menu-navbar .menu-list li a:hover {
  color: #f1e26a;
}

.menu-navbar .dropdown > .dropdown-menu {
  top: 200%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  padding: 0;
  border-left: 2px solid #dcc931;
}

.menu-navbar .dropdown > .dropdown-menu a:not(:last-child) {
  margin-bottom: 3px;
}

.menu-navbar .dropdown > .dropdown-menu .dropdown-item {
  color: #fff;
  padding: 10px 5px 10px 10px;
  font-size: 0.9em;
}

.menu-navbar .dropdown > .dropdown-menu .dropdown-item:hover {
  background: rgba(0, 0, 0, 0.4);
  color: #dcc931;
}

.menu-navbar .dropdown:hover > .dropdown-menu {
  display: block;
  top: 145%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: #333333;
}

.menu-navbar .dropdown .dropdown-toggle::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  min-height: 30px;
}

.menu-navbar .dropdown .dropdown-toggle::active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.navbar-menu {
  background: #000000;
  padding: 15px 0;
}

.navbar-menu .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.navbar-menu .navbar-nav .nav-item li a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.1em;
}

.navbar-menu .navbar-nav .nav-item li a:hover {
  color: #f1e26a;
}

.navbar-menu .dropdown > .dropdown-menu {
  top: 200%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  padding: 0;
  border-left: 2px solid #dcc931;
}

.navbar-menu .dropdown > .dropdown-menu a:not(:last-child) {
  margin-bottom: 3px;
}

.navbar-menu .dropdown > .dropdown-menu .dropdown-header {
  text-transform: uppercase;
}

.navbar-menu .dropdown > .dropdown-menu .dropdown-item {
  color: #fff;
  padding: 10px 5px 10px 10px;
  font-size: 0.9em;
}

.navbar-menu .dropdown > .dropdown-menu .dropdown-item:hover {
  background: rgba(0, 0, 0, 0.4);
  color: #dcc931;
}

.navbar-menu .dropdown:hover > .dropdown-menu {
  display: block;
  top: 145%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: #333333;
}

.navbar-menu .dropdown .dropdown-toggle::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  min-height: 30px;
}

.navbar-menu .dropdown .dropdown-toggle::active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.video .carousel {
  position: relative;
  max-height: 100vh;
}

.hero-slider .carousel-control {
  background: #fff;
  height: 40px;
  width: 40px;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  position: absolute;
  top: 50%;
  left: -20px;
}

.hero-slider .owl-nav .owl-prev .owl-next {
  display: none;
}

.feature-works {
  padding: 5em 0;
}

.feature-works .left-block .sub-heading {
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: right;
  margin-top: 15px;
}

.feature-works .right-block .section-heading {
  margin-bottom: 60px;
}

.feature-works .right-block .section-heading .heading {
  font-size: 3em;
  line-height: 60px;
  letter-spacing: 1px;
  color: #0a2341;
}

.feature-works .right-block .section-heading .heading-bottom-line {
  position: relative;
}

.feature-works .right-block .section-heading .heading-bottom-line::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  background: #213853;
  width: 120px;
  height: 5px;
}

.feature-works .right-block .content p {
  color: #333333;
  font-size: 1.2em;
  line-height: 35px;
}

.feature-works .feature-projects {
  padding: 4em 0 0 0;
}

.feature-works .feature-projects .row > div {
  padding: 0;
}

.feature-works .feature-projects .each-project {
  position: relative;
}

.feature-works .feature-projects .each-project .image {
  padding-top: 86.66%;
}

.feature-works .feature-projects .each-project .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.feature-works .feature-projects .each-project:hover .cover {
  opacity: 1;
}

.feature-works .feature-projects .each-project .cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.73)), to(rgba(10, 35, 65, 0.63)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.73) 0%, rgba(10, 35, 65, 0.63) 100%);
  opacity: 0;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.feature-works .feature-projects .each-project .cover a-scene {
  width: 100%;
  height: 100%;
}

.feature-works .feature-projects .each-project .project-description {
  position: absolute;
  bottom: 20px;
  left: 10px;
  right: 15px;
  color: #fff;
  text-align: right;
}

.feature-works .feature-projects .each-project .project-description h4 {
  color: #f1e26a;
  font-size: 1.1em;
  margin-bottom: 5px;
}

.feature-works .feature-projects .more-projects-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3em;
}

.feature-works .feature-projects .more-projects-button a {
  background: #0a2341;
  padding: 10px 20px;
  color: #f1e26a;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 600;
}

.feature-scope {
  padding: 5em 0;
  overflow: hidden;
}

.feature-scope .left-block .scope-grid {
  position: relative;
}

.feature-scope .left-block .scope-grid .grid-one .image {
  position: relative;
  padding-top: 73.15%;
}

.feature-scope .left-block .scope-grid .grid-one .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.feature-scope .left-block .scope-grid .grid-two {
  position: absolute;
  top: 0px;
  right: -300px;
}

.feature-scope .left-block .scope-grid .grid-two img {
  width: 90%;
  height: 100%;
}

.feature-scope .right-block .section-heading {
  margin-bottom: 35px;
}

.feature-scope .right-block .section-heading .heading {
  font-size: 2.5em;
  line-height: 60px;
}

.feature-scope .right-block .content p {
  letter-spacing: 1px;
  color: #0a2341;
  opacity: 0.7;
}

.feature-scope .right-block .feature-points {
  margin-top: 35px;
}

.feature-scope .right-block .feature-points .row:nth-child(1) {
  margin-bottom: 25px;
}

.feature-scope .right-block .feature-points .icon-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px auto;
      grid-template-columns: 40px auto;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feature-scope .right-block .feature-points .icon-block .icon {
  background: #0a2341;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature-scope .right-block .feature-points .icon-block .icon img {
  width: 20px;
  height: 20px;
}

.feature-scope .right-block .feature-points .icon-block .icon-text p {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #0a2341;
  font-weight: 600;
  opacity: 1;
  font-size: 1em;
}

.development-center .image {
  position: relative;
  padding-top: 54.06%;
}

.development-center .image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

footer {
  background: #0a2341;
}

footer .separator {
  background-color: #FFFFFF;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

footer .powered-by {
  text-align: center;
}

footer .powered-by a {
  font-size: 1.1em;
  color: white;
}

footer .footer-logo img {
  width: 100px;
  height: 115px;
}

footer .footer-logo p {
  color: #fff;
  margin-top: 15px;
}

footer .right-side-block {
  padding: 2em 2em;
  color: #fff;
}

footer .right-side-block .section-heading {
  margin-bottom: 55px;
}

footer .right-side-block .section-heading .heading {
  line-height: 55px;
  color: #fff;
  font-size: 2.5em;
}

footer .right-side-block .content .form-group {
  margin-bottom: 30px;
}

footer .right-side-block .content .form-group input,
footer .right-side-block .content .form-group select {
  background: transparent !important;
  color: #fff;
  height: 45px;
}

footer .right-side-block .content .form-group input option,
footer .right-side-block .content .form-group select option {
  color: #000000;
}

footer .right-side-block .content .form-group input:focus,
footer .right-side-block .content .form-group select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #f1e26a;
}

footer .right-side-block .content .btn-submit {
  margin-top: 4em;
  background: #0a2341;
  border-radius: 6px;
  display: block;
  width: 100%;
  font-weight: 600;
  letter-spacing: 3px;
  color: #f1e26a;
}

footer .copyright {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1092)), to(rgba(0, 0, 0, 0.26)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1092) 0%, rgba(0, 0, 0, 0.26) 100%);
  padding: 2em 0;
}

footer .copyright .copyright-text {
  text-align: right;
}

footer .copyright .copyright-text p {
  color: #fff;
}

footer .copyright .footer-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
  margin-bottom: 0;
}

footer .copyright .footer-social-links li:not(:last-child) {
  margin-right: 20px;
}

footer .copyright .navbar-contact {
  margin-top: 2.1em;
  z-index: 9;
  text-align: right;
}

footer .copyright .navbar-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

footer .copyright .navbar-contact ul .menu-icon img {
  width: 35px;
  height: 35px;
}

footer .copyright .navbar-contact ul .menu-icon img:hover {
  cursor: pointer;
}

footer .copyright .navbar-contact ul li:not(:last-child) {
  margin-right: 25px;
}

footer .copyright .navbar-contact ul li p {
  color: #fff !important;
  font-size: 1.1em;
  letter-spacing: 1px;
}

footer .copyright .navbar-contact ul li p span {
  margin-right: 10px;
}

footer .copyright .navbar-contact ul li p span img {
  width: 15px;
  height: 15px;
}

footer .copyright .navbar-contact ul li p a {
  color: #fff;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

footer .copyright .navbar-contact ul li p a:hover {
  color: #d9b060 !important;
}

.associate {
  background-color: #fff;
}

.associate .our-associates {
  padding: 6em 0;
}

.associate .our-associates .associates-content {
  margin-bottom: 55px;
}

.associate .our-associates .associates-content .left-block .heading {
  font-size: 1.1em;
  color: #0a2341;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  margin-top: 15px;
}

.associate .our-associates .associates-content .right-block .section-heading {
  margin-bottom: 55px;
}

.associate .our-associates .associates-content .right-block .section-heading .heading-bottom-line {
  position: relative;
}

.associate .our-associates .associates-content .right-block .section-heading .heading-bottom-line::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  background: #213853;
  width: 150px;
  height: 5px;
}

.associate .our-associates .associates-content .right-block .section-heading .heading {
  font-size: 2.75em;
  line-height: 60px;
  letter-spacing: 1px;
  color: #0a2341;
}

.associate .our-associates .associates-content .right-block .content p {
  color: #333333;
  letter-spacing: 1px;
  font-size: 1.1em;
}

.development-center {
  background: -webkit-gradient(linear, left top, left bottom, from(#123d72), to(#0a2341));
  background: linear-gradient(180deg, #123d72 0%, #0a2341 100%);
  padding: 4em 0;
  overflow: hidden;
}

.development-center .section-heading {
  margin-bottom: 45px;
}

.development-center .section-heading .heading {
  color: #fff;
  font-size: 2.5em;
}

.development-center .slick-slider {
  margin: 0 -15px;
}

.development-center .slick-slider .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}

.development-center .slick-slider .slick-arrow {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.development-center .slick-slider .slick-prev {
  top: -55px;
  right: 155px;
  left: auto;
  border: 1px solid #ffffff;
  opacity: 0.8;
  margin-right: 20px;
}

.development-center .slick-slider .slick-prev::before {
  content: "";
  background: url("../img/icons/left-arrow.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.development-center .slick-slider .slick-next {
  top: -55px;
  right: 125px;
  left: auto;
  border: 1px solid #ffffff;
}

.development-center .slick-slider .slick-next::before {
  content: "";
  background: url("../img/icons/right-arrow.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.founder-section {
  padding: 5em 0;
}

.founder-section .left-block .tag-line {
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #0a2341;
  opacity: 0.7;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 25px;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
}

.founder-section .left-block .details {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 10px 0;
  margin-bottom: 25px;
}

.founder-section .left-block .details h3 {
  font-size: 2.25em;
  font-weight: 600;
  letter-spacing: 1px;
  color: #0a2341;
  margin-bottom: 5px;
  font-family: "Roboto Condensed", sans-serif;
}

.founder-section .left-block .details h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25em;
  text-transform: uppercase;
  color: #e51309ab;
  letter-spacing: 4px;
  font-weight: 600;
  margin-bottom: 0;
}

.founder-section .left-block .description {
  margin-bottom: 30px;
}

.founder-section .left-block .description p {
  color: #0a2341;
  font-size: 1em;
}

.founder-section .left-block .achievements h3 {
  font-size: 1.1em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

.founder-section .left-block .achievements p {
  color: #0a2341;
  line-height: 28px;
}

.founder-section .left-block .achievements .read-more {
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0a2341;
}

.founder-section #founder-slider .founder-image {
  padding-top: 100.32%;
  position: relative;
}

.founder-section #founder-slider .founder-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.founder-section #founder-slider .carousel-control-prev,
.founder-section #founder-slider .carousel-control-next {
  top: auto;
  bottom: -20px;
  background: #a19957;
  width: 40px;
  height: 40px;
  opacity: 1;
}

.founder-section #founder-slider .carousel-control-next {
  left: 60px;
  right: auto;
}

.inner-banner {
  min-height: 100vh;
}

.contact-page-form {
  padding: 5em 0;
}

.contact-page-form .section-heading {
  margin-bottom: 55px;
}

.contact-page-form .section-heading .heading {
  font-size: 2.5em;
  line-height: 55px;
  margin-bottom: 55px;
}

.contact-page-form .section-heading .heading span {
  font-size: 0.5em;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
}

.contact-page-form .section-heading .heading-bottom-line {
  position: relative;
}

.contact-page-form .section-heading .heading-bottom-line::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  background: #213853;
  width: 120px;
  height: 5px;
}

.contact-page-form .section-heading p {
  font-size: 1.2em;
  color: #333333;
  line-height: 35px;
  width: 90%;
}

.contact-page-form .content .form-group {
  margin-bottom: 20px;
}

.contact-page-form .content .form-group input,
.contact-page-form .content .form-group select {
  height: 50px;
  border: 1px solid #fff;
  border-radius: 6px;
}

.contact-page-form .content .form-group textarea {
  border: 1px solid #fff;
  border-radius: 6px;
}

.contact-page-form .content .btn-submit {
  margin-top: 1em;
  background: #0a2341;
  border-radius: 6px;
  display: block;
  width: 100%;
  font-weight: 600;
  letter-spacing: 3px;
  color: #f1e26a;
  text-transform: uppercase;
  font-size: 1.3em;
  padding: 10px 0;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -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;
}

.contact-page-form .content .btn-submit:hover {
  opacity: 1;
}

.contact-page-form .content .invalid {
  color: red;
  font-size: 0.9em;
  padding-top: 5px;
  padding-left: 5px;
}

.contact-page-form .content .success {
  color: green;
  text-align: center;
  font-weight: 600;
  margin-top: 25px;
}

.btn-submit:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-banner {
  padding: 5em 0 10em 0;
  position: relative;
  z-index: 9;
}

.contact-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #d9b060), color-stop(40.1%, rgba(241, 226, 106, 0)));
  background: linear-gradient(180deg, #d9b060 100%, rgba(241, 226, 106, 0) 40.1%);
  z-index: -1;
}

.contact-banner .section-heading {
  margin-bottom: 50px;
}

.contact-banner .section-heading .heading {
  color: #fff;
  font-size: 2.5em;
  line-height: 55px;
}

.contact-banner .content ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px auto;
      grid-template-columns: 50px auto;
  gap: 20px;
}

.contact-banner .content ul li:not(:last-child) {
  margin-bottom: 40px;
}

.contact-banner .content ul li:not(:last-child) .icon-1 {
  width: 32px;
  height: 44px;
}

.contact-banner .content ul li:not(:last-child) .icon-2 {
  width: 24px;
  height: 18px;
}

.contact-banner .content ul li .icon-21 {
  width: 18px;
  height: 29px;
}

.contact-banner .content ul li:nth-child(2) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-banner .content ul li:nth-child(3) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-banner .content ul li p {
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 0.5px;
}

.contact-banner .content ul li .address h5 {
  margin-bottom: 15px;
}

.contact-banner .content ul li h5 {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 3px;
  font-weight: 500;
}

.contact-banner .content ul li h5 a {
  color: #fff;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.contact-banner .content ul li h5 a:hover {
  color: #d9b060 !important;
}

.inner-page-banner {
  position: relative;
}

.inner-page-banner .banner-image {
  padding-top: 20.01%;
}

.inner-page-banner .banner-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inner-page-banner .banner-cover {
  background: rgba(10, 35, 65, 0.76);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.our-director {
  padding: 3em 0;
}

.our-director .section-heading {
  margin-bottom: 75px;
}

.our-director .director-image {
  position: relative;
  padding-top: 116.57%;
}

.our-director .director-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.our-director .right-block .tag-line {
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #0a2341;
  opacity: 0.7;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 25px;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
}

.our-director .right-block .details {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 10px 0;
  margin-bottom: 25px;
}

.our-director .right-block .details h3 {
  font-size: 2.25em;
  font-weight: 600;
  letter-spacing: 1px;
  color: #0a2341;
  margin-bottom: 5px;
  font-family: "Roboto Condensed", sans-serif;
}

.our-director .right-block .details h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25em;
  text-transform: uppercase;
  color: #dcc931;
  letter-spacing: 4px;
  font-weight: 600;
  margin-bottom: 0;
}

.our-director .right-block .description {
  margin-bottom: 30px;
}

.our-director .right-block .description p {
  color: #0a2341;
  font-size: 1em;
}

.our-director .right-block .achievements h3 {
  font-size: 1.1em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px dashed #0a3241;
  padding-bottom: 12px;
}

.our-director .right-block .achievements p {
  color: #0a2341;
  line-height: 28px;
}

.our-director .right-block .achievements .achievements-list {
  margin-top: 25px;
}

.our-director .right-block .achievements .achievements-list li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15px auto;
      grid-template-columns: 15px auto;
  gap: 10px;
}

.our-director .right-block .achievements .achievements-list li:not(:last-child) {
  margin-bottom: 10px;
}

.our-director .right-block .achievements .achievements-list li img {
  width: 12px;
  height: 11px;
}

.our-director .founder-achievements {
  padding-left: 1em;
  padding-top: 20px;
}

.our-director .founder-achievements ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15px auto;
      grid-template-columns: 15px auto;
  gap: 10px;
}

.our-director .founder-achievements ul li:not(:last-child) {
  margin-bottom: 10px;
}

.our-director .founder-achievements ul li img {
  width: 12px;
  height: 11px;
}

.our-director-careers {
  padding: 3em 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#123d72), to(#0a2341));
  background: linear-gradient(180deg, #123d72 0%, #0a2341 100%);
}

.our-director-careers .section-heading {
  margin-bottom: 25px;
}

.our-director-careers .section-heading .heading {
  color: #dcc931;
}

.our-director-careers .careers-list li:not(:last-child) {
  margin-bottom: 30px;
}

.our-director-careers .careers-list li p {
  color: #f1e26a;
  line-height: 29px;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-size: 1em;
}

.our-team {
  background: url("../img/banners/pattern-1.png");
  padding: 4em 0;
  overflow: hidden;
}

.our-team .section-heading {
  margin-bottom: 55px;
}

.our-team .section-heading .heading {
  margin-bottom: 15px;
}

.our-team .section-heading .heading p {
  font-size: 0.9em;
}

.our-team .slick-slider {
  margin: 0 -15px;
}

.our-team .slick-slider .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}

.our-team .slick-slider .slick-arrow {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.our-team .slick-slider .slick-prev {
  top: -80px;
  right: 60px;
  left: auto;
  opacity: 1;
  margin-right: 20px;
  background: #f1e26a;
}

.our-team .slick-slider .slick-prev::before {
  content: "";
  background: url("../img/icons/left-arrow-blue.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

@media (max-width: 576px) {
  .our-team .slick-slider .slick-prev .slick-prev {
    right: 179px;
  }
  .our-team .slick-slider .slick-prev .slick-next {
    right: 160px;
  }
}

.our-team .slick-slider .slick-next {
  top: -80px;
  right: 30px;
  left: auto;
  background: #f1e26a;
}

.our-team .slick-slider .slick-next::before {
  content: "";
  background: url("../img/icons/right-arrow-blue.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.our-team .team-slider .each-team-member .details {
  padding-top: 20px;
}

.our-team .team-slider .each-team-member .details h4 {
  letter-spacing: 1px;
  color: #0a2341;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 5px;
}

.our-team .team-slider .each-team-member .details p {
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

.all-team-members {
  padding: 3em 0 0 0;
}

.all-team-members .section-heading {
  width: 60%;
  display: table;
  margin: 0 auto;
  text-align: center;
}

.all-team-members .section-heading .heading {
  margin-bottom: 10px;
}

.all-team-members .each-team-member {
  padding: 5em 0 3em 0;
}

.all-team-members .each-team-member .team-more-achievements {
  background: transparent !important;
  color: #0a2341;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 10px;
  margin-bottom: 15px;
  border-top: 1px dashed #0a2341;
  border-bottom: 1px dashed #0a2341;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 2px;
}

.all-team-members .each-team-member .team-more-achievements:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  outline: none;
  border-top: 1px dashed #0a2341;
  border-bottom: 1px dashed #0a2341;
}

.all-team-members .each-team-member .director-image {
  position: relative;
  padding-top: 116.85%;
}

.all-team-members .each-team-member .director-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 90%;
}

.all-team-members .each-team-member .right-block .tag-line {
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #0a2341;
  opacity: 0.7;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 25px;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
}

.all-team-members .each-team-member .right-block .details {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 10px 0;
  margin-bottom: 25px;
}

.all-team-members .each-team-member .right-block .details h3 {
  font-size: 2.25em;
  font-weight: 500;
  letter-spacing: 0px;
  color: #0a2341;
  margin-bottom: 5px;
  font-family: "Roboto Condensed", sans-serif;
}

.all-team-members .each-team-member .right-block .details h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25em;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 4px;
  font-weight: 600;
  margin-bottom: 0;
}

.all-team-members .each-team-member .right-block .description {
  margin-bottom: 30px;
}

.all-team-members .each-team-member .right-block .description p {
  color: #0a2341;
  font-size: 1em;
}

.all-team-members .each-team-member .right-block .achievements h3 {
  font-size: 1.1em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px dashed #dcc931;
  padding-bottom: 12px;
}

.all-team-members .each-team-member .right-block .achievements p {
  color: #0a2341;
  line-height: 28px;
}

.all-team-members .each-team-member .right-block .achievements .achievements-list {
  margin-top: 25px;
}

.all-team-members .each-team-member .right-block .achievements .achievements-list li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15px auto;
      grid-template-columns: 15px auto;
  gap: 10px;
}

.all-team-members .each-team-member .right-block .achievements .achievements-list li:not(:last-child) {
  margin-bottom: 10px;
}

.all-team-members .each-team-member .right-block .achievements .achievements-list li img {
  width: 12px;
  height: 11px;
}

.all-team-members .blue-strip-member {
  background: -webkit-gradient(linear, left top, left bottom, from(#123d72), to(#0a2341));
  background: linear-gradient(180deg, #123d72 0%, #0a2341 100%);
  color: #fff;
}

.all-team-members .blue-strip-member .team-more-achievements {
  color: #fff;
  border-color: #fff;
}

.all-team-members .blue-strip-member .team-more-achievements:focus {
  border-color: #fff;
}

.all-team-members .blue-strip-member p,
.all-team-members .blue-strip-member h3 {
  color: #fff !important;
}

.side-navigation .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: url("../img/slider/hero-banner.webp");
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 0px;
  text-align: center;
  z-index: 999999999;
  overflow: hidden;
}

.side-navigation .sidenav a {
  padding: 0;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.side-navigation .sidenav a:hover {
  color: #f1f1f1;
}

.side-navigation .sidenav .closebtn {
  position: absolute;
  top: 30px;
  right: 55px;
  width: 35px;
  height: 35px;
  border: 1.5px solid #f1e26a;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 !important;
}

.side-navigation .sidenav .closebtn img {
  width: 20px;
}

@media screen and (max-height: 450px) {
  .side-navigation .sidenav {
    padding-top: 15px;
  }
  .side-navigation .sidenav a {
    font-size: 18px;
  }
}

.side-navigation .side-nav-menu-items {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.side-navigation .side-nav-menu-items li:not(:last-child) {
  margin-bottom: 25px;
}

.side-navigation .side-nav-menu-items li a {
  text-align: left;
  font-size: 2em;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  padding-left: 0;
}

.side-navigation .side-nav-menu-items li a:hover {
  color: #f1e26a;
}

.side-navigation .dropdown > .dropdown-menu {
  top: 200%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  padding: 0;
  border-left: 2px solid #dcc931;
  margin-bottom: 10px;
}

.side-navigation .dropdown > .dropdown-menu a:not(:last-child) {
  margin-bottom: 3px;
}

.side-navigation .dropdown > .dropdown-menu .dropdown-item {
  color: #fff;
  padding: 10px 5px 10px 10px;
  font-size: 0.9em;
}

.side-navigation .dropdown > .dropdown-menu .dropdown-item:hover {
  background: rgba(0, 0, 0, 0.4);
  color: #dcc931;
}

.side-navigation .dropdown:hover > .dropdown-menu {
  display: block;
  top: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: #08182c;
}

.side-navigation .dropdown .dropdown-toggle::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  min-height: 10px;
}

.side-navigation .dropdown .dropdown-toggle::active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.about-banner {
  min-height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 35, 65, 0.6)), to(rgba(10, 35, 65, 0.6))), url(../img/banners/about.webp);
  background: linear-gradient(rgba(10, 35, 65, 0.6), rgba(10, 35, 65, 0.6)), url(../img/banners/about.webp);
  background-position: center center;
  background-size: 80%;
  color: #fff;
}

.about-banner .banner-inner {
  padding-top: 150px;
  padding-bottom: 3em;
}

@media (max-width: 991px) {
  .about-banner .banner-inner {
    padding-top: 2em !important;
  }
}

.about-banner .banner-inner .left-side .section-heading h3 {
  color: #fff;
  font-size: 2em;
  line-height: 1.75em;
}

.about-banner .banner-inner .left-side .content .tag-lines {
  padding: 2em 0;
}

.about-banner .banner-inner .left-side .content .tag-lines h4 {
  color: #fff;
  font-size: 1.2em;
  line-height: 2em;
  color: #f1e26a;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -1px;
  font-weight: 300;
}

.about-banner .banner-inner .left-side .content .tag-lines h4:nth-child(1) {
  padding-top: 10px;
  border-top: 1px dashed #f1e26a;
}

.about-banner .banner-inner .left-side .content .tag-lines h4:nth-child(2) {
  border-bottom: 1px dashed #f1e26a;
  padding-bottom: 10px;
}

.about-banner .banner-inner .left-side .content .description p {
  line-height: 30px;
}

.about-banner .banner-inner .right-side .about-map {
  position: relative;
}

.about-banner .banner-inner .right-side .about-map .image {
  padding-top: 100%;
}

.about-banner .banner-inner .right-side .about-map .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-banner .banner-inner .right-side .about-map .map-content {
  position: absolute;
  top: 40px;
}

.about-banner .banner-inner .right-side .about-map .map-content h5 {
  letter-spacing: -1px;
  color: #f1e26a;
  line-height: 35px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}

.about-banner .banner-inner .right-side .about-map .map-content h5 span {
  font-size: 1.5em;
  padding-right: 10px;
}

.about-key-points {
  padding: 4em 0;
}

.about-key-points .key-points .each-key-point {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% auto;
      grid-template-columns: 20% auto;
  gap: 40px;
}

.about-key-points .key-points .each-key-point:not(:last-child) {
  margin-bottom: 35px;
}

.about-key-points .key-points .each-key-point .key-point-title {
  font-size: 1.1em;
  color: #000;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 30px;
  text-align: right;
  font-weight: 600;
}

.about-key-points .key-points .each-key-point .key-point-description {
  color: #0a2341;
  line-height: 30px;
}

.facilities .section-heading {
  padding: 3em 0;
  background: #08182c;
  text-align: center;
}

.facilities .section-heading img {
  width: 200px;
  height: 141px;
}

.facilities .section-heading h3 {
  margin: 5px 0 20px;
  color: #fff;
}

.facilities .section-heading p {
  color: #fff;
}

.facilities .content {
  background: #08182c;
  padding: 3em 0 2em 0;
}

.facilities .content .movie-facility {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px auto;
      grid-template-columns: 100px auto;
  gap: 40px;
  text-align: left !important;
  margin-left: 80px;
}

.facilities .content .each-facility {
  margin-bottom: 45px;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.facilities .content .each-facility svg path {
  fill: #08182c;
}

.facilities .content .each-facility:hover .image {
  background: #fff;
}

.facilities .content .each-facility:hover .svg path {
  fill: #d9b060;
}

.facilities .content .each-facility .image {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  background: #d9b060;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.facilities .content .each-facility .image .svg {
  width: 90px;
}

.facilities .content .each-facility .text {
  margin-top: 25px;
}

.facilities .content .each-facility .text p {
  color: #fff;
}

.news-banner {
  position: relative;
  background-image: url("../img/banners/news-banner.png");
  background-repeat: no-repeat;
  background-position: cover;
  background-size: 100%;
  height: 50vh;
}

.news-banner:before {
  content: "";
  background: #0a2341;
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.heading h2 {
  font-size: 2em;
  font-weight: 400;
  letter-spacing: 1px;
  color: #dcc931;
  margin-bottom: 5px;
  font-family: "Roboto Condensed", sans-serif;
}

.heading .underlined-2 {
  position: relative;
  margin-bottom: 2em;
}

.heading .underlined-2:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #f1e26a;
  width: 100px;
  margin: 0 auto;
}

.projects-banner {
  min-height: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0a2341;
  color: #fff;
}

.projects-banner .carousel-item .image-1 {
  position: relative;
  padding-top: 100%;
}

.projects-banner .carousel-item .image-1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.projects-banner .carousel-item .image-2 {
  position: relative;
  padding-top: 70.57%;
}

.projects-banner .carousel-item .image-2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.projects-banner .running-inner-section {
  padding-top: 150px;
}

@media (max-width: 991px) {
  .projects-banner .running-inner-section {
    padding-top: 30px;
  }
}

.projects-banner .running-inner-section .ysd-img {
  position: relative;
  padding-top: 70.74%;
}

.projects-banner .running-inner-section .ysd-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.projects-banner .running-inner-section .slider-content h3 {
  color: #fff;
  line-height: 55px;
  font-size: 45px;
  line-height: 75px;
  letter-spacing: -1px;
}

.projects-banner .running-inner-section .slider-content .underlined {
  position: relative;
  margin-bottom: 1em;
}

.projects-banner .running-inner-section .slider-content .underlined:before {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  height: 2px;
  background-color: #f1e26a;
  width: 100px;
  margin: 0 auto;
}

.projects-banner .running-inner-section .slider-content h4 {
  color: #f1e26a;
  line-height: 55px;
  font-size: 1.5em;
  line-height: 44px;
  letter-spacing: -1px;
}

.projects-banner .running-inner-section .slider-content p {
  color: #fff;
  font-size: 1.2em;
  margin-top: 35px;
  width: 70%;
  opacity: 0.8;
  line-height: 28px;
}

.projects-banner .running-inner-section .slider-content .slider-social-icons {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.projects-banner .running-inner-section .slider-content .slider-social-icons li:not(:last-child) {
  margin-right: 15px;
}

.projects-banner .running-inner-section .slider-content .slider-social-icons li a svg path {
  fill: #fff;
}

.projects-banner .running-inner-section .right-section h3 {
  color: #f1e26a;
  line-height: 55px;
  font-size: 1.5em;
  letter-spacing: -1px;
}

.project1 {
  background: #0a2341;
  color: #fff;
}

.project1 .specifications h4 {
  font-size: 2em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  margin: 28px 0 5px;
  position: relative;
  border-bottom: 1px dashed #dcc931;
  padding-bottom: 12px;
  color: #dcc931;
  letter-spacing: 1px;
}

.project1 .specifications .specifications-list li img {
  width: 12px;
  height: 11px;
}

.project1 .specifications .achievements-list {
  margin-top: 25px;
}

.project1 .specifications .achievements-list li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15px auto;
      grid-template-columns: 15px auto;
  gap: 10px;
}

.project1 .specifications .achievements-list li:not(:last-child) {
  margin-bottom: 10px;
}

.project1 .specifications .specific-points {
  margin-top: 35px;
}

.project1 .specifications .specific-points .row:not(nthchild) {
  margin-bottom: 20px;
}

.project1 .specifications .specific-points h3 {
  font-size: 2.25em;
  font-weight: 400;
  letter-spacing: 1px;
  color: #dcc931;
  padding-bottom: 1em;
  padding-top: 1em;
  font-family: "Roboto Condensed", sans-serif;
}

.project1 .specifications .specific-points h3 .yellow-border1 {
  border-bottom: 2px solid #f1e26a;
  border-style: dashed;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 10px 0px;
}

.project1 .specifications .specific-points .business-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px auto;
      grid-template-columns: 40px auto;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project1 .specifications .specific-points .business-block .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.project1 .specifications .specific-points .business-block .icon img {
  width: 20px;
}

.project1 .specifications .specific-points .business-block .icon-text p {
  letter-spacing: 1px;
  color: #fff;
  font-weight: 400;
  opacity: 1;
  font-size: 1em;
}

.project1 .specifications .specific-points p {
  color: #fff;
}

.project1 .specifications .specific-image h3 {
  font-size: 2.25em;
  font-weight: 400;
  letter-spacing: 1px;
  color: #dcc931;
  margin: 25px 0 5px;
  font-family: "Roboto Condensed", sans-serif;
}

.project1 .specifications .specific-image .play-chevron {
  float: right;
  padding: 1em;
}

.project1 .specifications .specific-image .play-chevron h5 {
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 5px;
  font-family: "Roboto Condensed", sans-serif;
}

.projects-1 {
  min-height: 100vh;
  background: #0a2341;
  color: #fff;
}

.projects-1 .commercial-list h3 {
  font-size: 2.25em;
  font-weight: 400;
  letter-spacing: 1px;
  color: #dcc931;
  margin-bottom: 5px;
  font-family: "Roboto Condensed", sans-serif;
}

.projects-1 .commercial-list .inner-commercial li p {
  margin-bottom: 12px;
  position: relative;
}

.projects-1 .commercial-list .pad {
  padding-right: 3px;
}

.upcoming-project-strip {
  background-color: #d9b060;
  color: #0a2341;
  padding: 2em 0em;
}

.upcoming-project-strip li {
  margin-bottom: 0.5em;
}

.upcoming-project-strip li p {
  position: relative;
  font-size: 1.2em;
  padding-left: 1.5em;
}

.upcoming-project-strip li p:after {
  content: "";
  background-color: #ffffff;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 9px;
  left: 0;
}

.upcoming-project_list {
  background-color: #0a2341;
  padding: 3em 0em;
}

.upcoming-project_list .project-title {
  margin-top: 15px;
}

.upcoming-project_list .project-title h3 {
  font-size: 1.75em;
  font-weight: 400;
  letter-spacing: 1px;
  color: #dcc931;
  margin-bottom: 5px;
  font-family: "Roboto Condensed", sans-serif;
}

.upcoming-project_list .project-title p {
  color: #fff;
}

.target-centers .page-desc {
  width: 50%;
  margin: 0 auto;
}

.target-centers .table-target-centers {
  width: 50%;
  margin: 0 auto;
}

.target-centers .table-target-centers tr {
  border-bottom: 1px solid #000;
}

.target-centers .table-target-centers th {
  border: 1px solid #000;
}

.target-centers .table-target-centers th.headers-srno {
  text-align: right;
  width: 12%;
}

.target-centers .table-target-centers th.headers-district {
  text-align: center;
}

.target-centers .table-target-centers th.headers-place {
  text-align: left;
}

.target-centers .table-target-centers td {
  border: 1px solid #000;
  padding: 0;
}

.target-centers .table-target-centers td.table-srno ul li {
  padding: 0.25em 0.75em;
  text-align: right;
  width: 100%;
  border-bottom: 1px solid #000;
}

.target-centers .table-target-centers td.table-srno ul :last-child {
  border-bottom: none;
}

.target-centers .table-target-centers td.table-district {
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  padding: 0 0.75em;
}

.target-centers .table-target-centers td.table-place ul li {
  padding: 0.25em 0.75em;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #000;
}

.target-centers .table-target-centers td.table-place ul :last-child {
  border-bottom: none;
}

.franchise-banner {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 35, 65, 0.6)), to(rgba(10, 35, 65, 0.6))), url(../img/banners/about.webp);
  background: linear-gradient(rgba(10, 35, 65, 0.6), rgba(10, 35, 65, 0.6)), url(../img/banners/about.webp);
  background-position: top center;
  background-size: 80%;
  color: #fff;
}

.franchise-banner .banner-inner {
  padding-top: 200px;
  padding-bottom: 40px;
}

.franchise-banner .banner-inner .section-heading {
  margin-bottom: 30px;
}

.franchise-banner .banner-inner .section-heading .heading {
  color: #fff;
}

.franchise-banner .banner-inner .right-block .image {
  position: relative;
  padding-top: 70.66%;
}

.franchise-banner .banner-inner .right-block .image img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 70%;
  float: right;
}

.franchise-strip {
  padding: 15px 0;
  background: #dfbd7b;
  text-align: center;
  color: #0a2341;
  font-size: 1.1em;
}

.franchise-strip p {
  letter-spacing: 1px;
}

.franchise-form {
  padding: 4em 0;
}

.franchise-form .left-block .section-heading h5 {
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 1px;
  color: #0a2341;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  margin-top: 20px;
}

.franchise-form .right-block .section-heading {
  margin-bottom: 45px;
}

.franchise-form .right-block .section-heading .heading-bottom-line {
  position: relative;
}

.franchise-form .right-block .section-heading .heading-bottom-line::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  background: #213853;
  width: 150px;
  height: 5px;
}

.franchise-form .right-block .section-heading .heading {
  line-height: 1.5em;
  font-size: 2.5em;
}

.franchise-form .right-block .content p {
  letter-spacing: 2px;
  color: #000000;
  margin-bottom: 45px;
  line-height: 35px;
}

.franchise-form .right-block #franchiseForm .form-group {
  margin-bottom: 20px;
}

.franchise-form .right-block #franchiseForm input,
.franchise-form .right-block #franchiseForm select {
  height: 50px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.franchise-form .right-block #franchiseForm input:focus,
.franchise-form .right-block #franchiseForm select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.franchise-form .right-block #franchiseForm textarea {
  border: 1px solid #ffffff;
}

.franchise-form .right-block #franchiseForm textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.franchise-form .right-block #franchiseForm .btn-submit {
  margin-top: 25px;
  display: block;
  background: #0a2341;
  border-radius: 6px;
  width: 100%;
  font-weight: 500;
  min-height: 50px;
  text-transform: uppercase;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  color: #ffffff;
  letter-spacing: 3px;
}

.blue-bg {
  background: #0a2341;
  position: relative;
}

.blue-bg .main-logo img {
  width: 80px;
  height: 80px;
}

.our-associates-clients {
  padding: 4em 0 2em;
}

.our-associates-clients .each-client {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(188, 188, 188, 0.25);
          box-shadow: 0px 2px 4px 0px rgba(188, 188, 188, 0.25);
  margin-bottom: 15px;
}

.our-associates-clients .each-client img {
  width: 100px;
  height: 100px;
  display: table;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.our-associates-clients .each-client img:hover {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.convert-into-landmark {
  background: #0a2341;
  padding: 4em 0;
}

.convert-into-landmark .section-heading {
  margin-bottom: 55px;
}

.convert-into-landmark .section-heading h3 {
  letter-spacing: 1px;
  color: #d9b060;
  text-align: center;
  font-size: 1.75em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}

.convert-into-landmark .land-mark-table .table-title {
  background: #d9b060;
  display: inline-block;
  padding: 10px 55px 10px 10px;
  border-radius: 0 200px 0 0;
  -webkit-border-radius: 0 200px 0 0;
  -moz-border-radius: 0 200px 0 0;
  -ms-border-radius: 0 200px 0 0;
  -o-border-radius: 0 200px 0 0;
  font-size: 1em;
  font-weight: 600;
}

.convert-into-landmark .land-mark-table th,
.convert-into-landmark .land-mark-table td {
  color: #fff;
  font-weight: 300;
  border-color: #d9b060;
}

.convert-into-landmark .land-mark-table td span {
  font-size: 0.7em;
  display: block;
}

.our-associates-block {
  padding: 6em 0;
}

@media (max-width: 991px) {
  .our-associates-block {
    margin-top: 0 !important;
    padding: 2em 0;
  }
}

.our-associates-block .heading-block {
  margin-bottom: 55px;
}

.our-associates-block .heading-block .section-heading h3 {
  line-height: 45px;
}

.our-associates-block .heading-block .section-heading .heading-bottom-line {
  position: relative;
}

.our-associates-block .heading-block .section-heading .heading-bottom-line::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  background: #213853;
  width: 150px;
  height: 5px;
}

.our-associates-block .associates-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-columns: 65.33% auto;
      grid-template-columns: 65.33% auto;
  grid-gap: 0em;
}

.our-associates-block .associates-list li:not(:last-child) {
  margin-bottom: 30px;
}

.our-associates-block .associates-list li p {
  padding: 0 15px;
}

.our-associates-block .associates-list li .highlite-text {
  color: #213853;
  font-size: 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.our-associates-block .associates-list li .mee-seva {
  margin-top: -6em;
}

.business-modal {
  padding: 3em 0;
  overflow: hidden !important;
}

.business-modal .image {
  position: relative;
  padding-top: 100%;
}

.business-modal .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.business-modal .right-side .section-heading {
  margin-bottom: 45px;
}

.business-modal .right-side .section-heading h5 {
  font-size: 1.1em;
  font-family: "Roboto Condensed", sans-serif;
  border-bottom: 2px dashed #dcc931;
  padding-bottom: 1em;
  display: inline-block;
}

.business-modal .right-side .content .business-points li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15px auto;
      grid-template-columns: 15px auto;
  gap: 10px;
}

.business-modal .right-side .content .business-points li img {
  width: 12px;
  height: 11px;
}

.business-modal .right-side .content .business-points li p span {
  font-weight: 600;
  color: #0a2341;
}

.business-modal .right-side .content .business-points li:not(:last-child) {
  margin-bottom: 15px;
}

.business-modal .right-side .content .description {
  margin-top: 1em;
}

.dropdown-toggle:after {
  background-image: url("../img/icons/dropdown-toggle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  border: none;
  vertical-align: baseline;
}

.news-events {
  padding: 3em 0;
  overflow: hidden;
}

@media (min-width: 1599px) {
  .news-events.inauguration {
    min-height: 685px;
  }
}

@media (min-width: 1000px) and (max-width: 1100px) {
  .news-events.inauguration {
    min-height: 67.7vh;
  }
}

@media (min-width: 790px) and (max-width: 800px) {
  .news-events.inauguration {
    min-height: 68.7vh;
  }
}

@media (min-width: 1599px) {
  .news-events.latest-news-coming {
    min-height: 485px;
  }
}

@media (min-width: 1000px) and (max-width: 1100px) {
  .news-events.latest-news-coming {
    min-height: 50.8vh;
  }
}

@media (min-width: 760px) and (max-width: 800px) {
  .news-events.latest-news-coming {
    min-height: 79.7vh;
  }
}

@media (min-width: 590px) and (max-width: 600px) {
  .news-events.latest-news-coming {
    min-height: 68.7vh;
  }
}

@media (min-width: 790px) and (max-width: 800px) {
  .news-events.news-print-media {
    min-height: 85vh;
  }
}

.news-events .nav-pills .nav-link {
  color: #08182c !important;
}

.news-events .nav-pills .nav-link.active,
.news-events .nav-pills .show > .nav-link {
  color: #ffffff !important;
  background-color: #212529;
}

.news-events .video-modal .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.news-events .video-modal .modal-body {
  position: relative;
  padding: 0px;
}

.news-events .video-modal .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

.news-events .video-modal .grid-item {
  position: absolute;
  left: 0px;
  top: 70px;
}

.news-events .each-news-event .event-image {
  position: relative;
  padding-top: 69.25%;
}

.news-events .each-news-event .event-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-events .each-news-event .event-image .play-btn {
  position: absolute;
  top: 10px;
  left: 10px;
}

.news-events .each-news-event .event-image .play-btn img {
  background: #0a2341;
  width: 40px;
  padding: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.news-events .each-news-event .event-image img {
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}

.news-events .each-news-event .event-details {
  padding: 15px 15px 10px 15px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 0px 0px 8px 8px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-events .each-news-event .event-details h5 {
  font-size: 1em;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  color: #73afba;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 5px;
  display: none;
}

.news-events .each-news-event .event-details h3 {
  color: #1c2e3d;
  font-weight: 600;
  font-size: 1.1em;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-bottom: 0;
}

.news-events .each-news-event .event-details .event-description p {
  color: #878c91;
  font-size: 0.9em;
}

.news-details {
  padding: 4em 0;
}

.home-video .modal-content {
  background: transparent;
}

.home-video .close {
  position: absolute;
  right: -15px;
  top: -15px;
  background: #0a2341;
  color: #fff;
  z-index: 99;
  width: 35px;
  height: 35px;
  opacity: 0.8;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.home-video .close:hover {
  opacity: 1;
}

.home-video .close:focus {
  outline: none;
}

.home-video .modal-header {
  padding: 0;
  border: none;
}

.home-video .modal-body {
  padding: 0;
  background: transparent;
}

.about-video {
  padding: 1.5em;
  text-align: center;
}

.about-video h3 {
  padding: 10px;
}

#project-one {
  padding-bottom: 3em;
}

.running-projects {
  background: #0a2341;
  color: #fff;
  overflow: hidden;
}

.running-projects .image {
  position: relative;
  padding-top: 64.62%;
}

.running-projects .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.running-projects .commercial-shopping {
  background: #d9b060;
  padding-bottom: 3em;
}

.running-projects .commercial-shopping h3 {
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: 1px;
  color: #0a2341;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 15px;
}

.running-projects .commercial-shopping h5 {
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: 1px;
  color: #0a2341;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 15px;
}

.running-projects .commercial-shopping p {
  color: #333333;
}

.running-projects .commercial-shopping p span img {
  width: 30px;
  height: 30px;
}

.running-projects .each-project .view-project {
  margin-top: 15px;
  padding: 0 10px;
  float: right;
}

.running-projects .each-project .view-project a {
  text-transform: uppercase;
  color: #fff;
}

.running-projects .each-project .view-project a span img {
  width: 30px;
  height: 22px;
}

.running-projects .each-project .project-image .section-heading {
  margin-bottom: 20px;
}

.running-projects .each-project .project-image .section-heading h3 {
  font-size: 1.75em;
  font-weight: 400;
  letter-spacing: 1px;
  color: #dcc931;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 5px;
}

.running-projects .each-project .project-image .section-heading h5 {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
}

.running-projects .each-project .content .specifications h4 {
  font-size: 2.25em;
  font-weight: 400;
  letter-spacing: 1px;
  color: #dcc931;
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 1.5em;
}

.running-projects .each-project .content .specifications h5 {
  font-family: "Roboto Condensed", sans-serif;
  color: #dcc931;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
}

.running-projects .each-project .content .specifications .specifications-list li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20px auto;
      grid-template-columns: 20px auto;
  gap: 10px;
}

.running-projects .each-project .content .specifications .specifications-list li img {
  width: 12px;
  height: 11px;
}

.back {
  background: #fff;
  border-radius: 8px;
  background-color: #212529;
  color: #fff;
  padding: 12px 39px;
  border: none;
  font-size: 18px;
}

.main-navbar {
  z-index: 99999;
  background-color: #000;
}

.main-navbar .svg-menu {
  width: 32px;
}

.main-navbar .navbar {
  padding: 0em 4em;
  z-index: 99999;
}

.main-navbar .navbar .navbar-brand img {
  width: 180px;
}

.main-navbar .navbar .navbar-nav li:not(:last-child) {
  margin-right: 95px;
}

.main-navbar .navbar .navbar-nav > li > .nav-link {
  font-size: 1.125em;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
}

.main-navbar .navbar .dropdown:hover .dropdown-menu {
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  padding: 0;
  border-left: 2px solid #dcc931;
  background-color: #0f0e0ead;
  color: #fff;
}

.main-navbar .navbar .dropdown:hover .dropdown-menu .dropdown-divider {
  border-top: 1px solid #0f0e0ead !important;
}

.main-navbar .navbar .dropdown:hover .dropdown-item {
  color: #fff;
  padding: 10px 5px 10px 10px;
  font-size: 0.9em;
}

.main-navbar .navbar .dropdown .dropdown-menu {
  margin-top: 0.1rem;
}

.main-navbar .navbar .dropdown .dropdown-menu li > a {
  min-width: 250px;
  color: #f1e26a;
  padding: 0.25em 1.5em;
}

.main-navbar .navbar .dropdown .dropdown-menu li > a:hover {
  color: #fff;
}

.main-navbar .navbar .dropdown-toggle::after {
  display: none;
}

.main-navbar .navbar .dropdown-toggle::before {
  content: "";
  background: url("../img/icons/dropdown-toggle.svg");
  position: absolute;
  right: -24px;
  top: 27px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-size: cover;
}

.main-navbar .navbar .dropdown-toggle::after {
  position: absolute;
  vertical-align: middle;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  right: -24px;
  top: 27px;
}

.main-navbar .dropdown-menu {
  border-width: 0;
}

.main-navbar .dropdown-menu::li.show {
  /* background: #007bff; */
  color: #dcc931;
}

.main-navbar .dropdown-menu > li > a {
  color: #000;
}

.main-navbar .dropdown-menu li {
  margin-right: 0 !important;
}

.main-navbar .nav-link {
  font-size: 1.2em;
  color: #fff;
}

.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

@media (max-width: 991px) {
  .navbar-wrapper {
    background-color: #0a2341;
    position: relative;
  }
  .navbar-wrapper.home-nav {
    position: absolute;
  }
}

.navbar-wrapper .navbar-nav {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.navbar-wrapper .navbar-nav li:not(:last-child) {
  margin-right: 15px;
}

.navbar-wrapper .navbar-nav > li > .nav-link {
  font-size: 1em;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
}

@media (min-width: 1000px) and (max-width: 1100px) {
  .navbar-wrapper .navbar-nav li:not(:last-child) {
    margin-right: 0px;
  }
  .navbar-wrapper .navbar-nav > li > .nav-link {
    font-size: 0.9em;
  }
}

.navbar-wrapper .navbar-nav .active {
  color: #000;
}

.navbar-wrapper .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  padding: 0;
  border-top: 2px solid #dcc931;
  background-color: #130e19fa;
  color: #fff;
}

.navbar-wrapper .navbar-nav .dropdown:hover .dropdown-menu .dropdown-divider {
  border-top: 1px solid #181635 !important;
}

.navbar-wrapper .navbar-nav .dropdown:hover .dropdown-item {
  color: #fff;
  padding: 10px 5px 10px 10px;
  font-size: 0.9em;
}

.navbar-wrapper .navbar-nav .dropdown:hover .dropdown-item:hover {
  background-color: #0f0e0ead;
  color: #dcc931;
}

.navbar-wrapper .navbar-nav .dropdown .dropdown-menu {
  margin-top: 0rem;
}

.navbar-wrapper .navbar-nav .dropdown .dropdown-menu li > a {
  min-width: 250px;
  color: #f1e26a;
  padding: 0.25em 1.5em;
}

.navbar-wrapper .navbar-nav .dropdown .dropdown-menu li > a:hover {
  color: #fff;
  background-color: #0f0e0ead;
}

.navbar-wrapper .navbar-brand .logo {
  width: 85px;
  height: 85px;
}

@media (min-width: 1000px) and (max-width: 1100px) {
  .navbar-wrapper .navbar-brand .logo {
    width: 58px !important;
    max-width: 58px;
  }
}

.navbar-wrapper .svg-menu {
  width: 30px;
  height: 30px;
}

.technical-associate .each-associates .image-1 {
  position: relative;
  padding-top: 57.07%;
}

.technical-associate .each-associates .image-1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.technical-associate .each-associates .image-2 {
  position: relative;
  padding-top: 66.74%;
}

.technical-associate .each-associates .image-2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.technical-associate .each-associates .image-3 {
  position: relative;
  padding-top: 67.41%;
}

.technical-associate .each-associates .image-3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.technical-associate .highlite-text {
  color: #2c2807;
  font-size: 1.4em;
  letter-spacing: 1px;
}

.technical-associate .btn-primary {
  color: #4152d0 !important;
  background-color: #fff;
  border-color: #fff;
  line-height: 45px;
  font-size: 1.2em;
}

.technical-associate .btn-primary:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  border-color: #fff;
}

.technical-associate .btn-primary:hover {
  background-color: none;
}

.technical-associate .heading {
  padding-top: 1em;
}

.technical-associate .heading a {
  text-decoration: none;
}

.technical-associate .heading a.more-arrow #disp-more-btn.more {
  text-decoration: none;
  color: #1456AE;
}

.technical-associate .heading a.more-arrow #disp-more-btn.more:hover, .technical-associate .heading a.more-arrow #disp-more-btn.more:active, .technical-associate .heading a.more-arrow #disp-more-btn.more:focus, .technical-associate .heading a.more-arrow #disp-more-btn.more:visited {
  text-decoration: none;
  color: #1456AE;
}

.technical-associate .heading a:hover, .technical-associate .heading a:active, .technical-associate .heading a:focus, .technical-associate .heading a:visited {
  text-decoration: none;
}

.technical-associate #collpseAboutUs + div .more-arrow:hover,
.technical-associate #collpseAboutUs + div .more-arrow:focus {
  text-decoration: none;
}

.technical-associate #collpseAboutUs + div .more-arrow .more {
  display: block;
}

.technical-associate #collpseAboutUs div .more-arrow .less {
  display: none;
}

.technical-associate #collpseAboutUs.show div .more-arrow .less {
  display: block;
}

.technical-associate #collpseAboutUs.show + div .more-arrow .more {
  display: none;
}

.upcoming-projects-list .list-of-projects .list-items .each-list-items p {
  font-size: 1.1em;
  letter-spacing: 1px;
  color: #213853;
}

.news-events-menu {
  margin-bottom: 65px;
}

.news-events-menu ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-events-menu ul li:not(:last-child) {
  margin-right: 25px;
}

.news-events-menu ul li a {
  font-size: 1.1em;
}

.kovuru-project {
  background: #d9b060;
  padding: 3em 0;
  color: #333333;
}

.kovuru-project h3,
.kovuru-project h4,
.kovuru-project h5,
.kovuru-project a {
  color: #123d72 !important;
}

.bold {
  font-weight: 600;
}

.enquiry-form-section {
  background: #0a2341;
  padding: 2em 0em;
  border-radius: 12px;
  -webkit-box-shadow: #fff;
          box-shadow: #fff;
}

.enquiry-form-section .form-group {
  margin-bottom: 25px;
}

.enquiry-form-section input,
.enquiry-form-section select {
  height: 45px;
}

.enquiry-form-section label {
  color: #fff;
}

.enquiry-form-section .btn-submit {
  background: #123d72;
  color: #fff;
  margin-top: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.enquiry-form-section .form-title {
  text-align: center;
  margin-bottom: 45px;
}

.enquiry-form-section .form-title h3 {
  font-size: 1.5em;
  color: #fff;
}

.team-h {
  font-size: 1.2em;
  padding: 0 1px;
  color: #d9b060;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.associates-content .right-block p {
  line-height: 35px;
}

.section-pad .owl-carousel .owl-item .item {
  padding-top: 94.41%;
}

.section-pad .owl-carousel .owl-item .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.upcoming-project_list .project-img .image {
  position: relative;
  padding-top: 50.30%;
}

.upcoming-project_list .project-img .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media (min-width: 370px) and (max-width: 380px) {
  .national-print-media {
    height: 500px;
  }
}

@media (max-width: 320px) {
  .latest-news-coming {
    height: 500px;
  }
}

@media (min-width: 799px) and (max-width: 801px) {
  .latest-news-coming {
    height: 1200px;
  }
}
/*# sourceMappingURL=app.css.map */