.gallery li {
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}

.banner-form input#agree {
  position: relative;
  top: 2px;
  left: -5px;
}

.project_field {
}
.banner-form .project_field {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
}
.banner-form .project_field option {
  color: #000;
}

.details_box_bottom {
  padding: 10px 15px;
  background: #eaeaea;
}

.ribbon .wdp-ribbon {
  position: absolute;
  background: #ffba00;
  top: 0px;
  font-size: 13px;
}
.wdp-ribbon {
  display: inline-block;
  padding: 2px 15px;
  position: absolute;
  right: 0px;
  top: 20px;
  line-height: 24px;
  height: 28px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  border-radius: 0;
  text-shadow: none;
  font-weight: normal;
  background-color: #ffba00;
  color: #000;
  text-decoration: none;
}
.wdp-ribbon-two:before,
.wdp-ribbon-two:before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -14px;
  top: 0;
  border: 9px solid transparent;
  border-width: 14px 8px;
  border-right-color: #ffba00;
}
.wdp-ribbon-two:before {
  border-color: #ffba00;
  border-left-color: transparent !important;
  left: -9px;
}
.wdp-ribbon-two.bottom {
  top: auto !important;
  right: 74%;
  bottom: 0px;
  left: 0px;
}

/* Privacy Policy Style Start */

body .popupPrivacyPolicyDesign {
  max-width: 700px;
  border-radius: 10px;
  overflow: hidden;
  padding: 3% 3%;
  padding-right: 1%;
}

body .popupPrivacyPolicyDesign .scroll_content {
  height: 480px;
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 20px;
}

body .popupPrivacyPolicyDesign h3 {
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  color: #103679;
  text-transform: uppercase;
}

body .popupPrivacyPolicyDesign label.sub-title {
  font-size: 22px;
  margin-bottom: 10px;
  display: block;
  margin-top: 20px;
  line-height: 25px;
}

body .popupPrivacyPolicyDesign p {
  line-height: 25px;
  margin-bottom: 20px;
}

body .popupPrivacyPolicyDesign label.sub-title strong {
  font-weight: 400;
  color: black;
}

body .popupPrivacyPolicyDesign ol,
body .popupPrivacyPolicyDesign ul {
  padding-left: 20px;
}

body .popupPrivacyPolicyDesign ol li {
  line-height: 25px;
  margin-bottom: 10px;
  list-style-type: disc;
  line-height: 25px;
}

body .popupPrivacyPolicyDesign ul li {
  line-height: 25px;
  margin-bottom: 10px;
  list-style-type: disc;
  line-height: 25px;
}

/* width */
.popupPrivacyPolicyDesign .scroll_content::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.popupPrivacyPolicyDesign .scroll_content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.popupPrivacyPolicyDesign .scroll_content::-webkit-scrollbar-thumb {
  background: #103679;
  border-radius: 10px;
}

/* Handle on hover */
.popupPrivacyPolicyDesign .scroll_content::-webkit-scrollbar-thumb:hover {
  background: #103679;
}

.popupPrivacyPolicyDesign .content.privacy_policy_content {
  position: relative;
  bottom: auto;
  background-color: transparent;
  background: transparent;
  width: 100%;
  z-index: 1;
  padding: 0px;
}

.list_style li {
  list-style: disc;
  margin-left: 40px;
}

section.footer_form_section h2 {
  font-size: 25px;
}

.submit_loading_btn_wrp {
  position: relative;
}

.submit_loading_btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

[type="submit"]:disabled {
  background: #000;
  opacity: 0.2;
  filter: blur(2px);
}

@media (max-width: 650px) {
  .mfp-close-btn-in .popupPrivacyPolicyDesign .mfp-close {
    background: red;
    right: 20px;
    top: 10px;
    border-radius: 3px;
    opacity: 1;
    color: #fff !important;
  }
}
/* Privacy Policy End */

div#accordionFaqs_1 .accordion-button:not(.collapsed)::after,
div#accordionFaqs_2 .accordion-button:not(.collapsed)::after {
  filter: brightness(22.5);
}

.banner-form input::placeholder {
  color: #fff !important;
}

.banner-form input::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #fff !important;
}

.two-offer-banner-thumbnail .blog_wrapper img {
  height: 250px;
  object-fit: cover;
}

/* Flip Card */
.flip_card {
  position: absolute;
  width: 100%;
  height: 75%;
  inset: 0;
  perspective: 500px;
  margin: auto;
}

.flip_content {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: transform 1s;
  transform-style: preserve-3d;
}

.flip_front,
.flip_back {
  position: absolute;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
}

.flip_back {
  background: #ffffff;
  color: white;
  transform: rotateY(180deg);
}
/* Flip Card */

/* Main Project Highlights */
.main_mobile_section .cont_section {
  background-color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  border-radius: 25px;
  padding-top: 2rem;
}

.main_mobile_section .cont_section_1 {
  padding: 5px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}

.main_mobile_section .cont_section_1 {
  flex-wrap: wrap;
  gap: 20px 0px;
}

.main_mobile_section .cont_section_1 .item {
  padding: 5px;
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 50%;
}

.main_mobile_section .cont_section_1 .item h5 {
  /* color: #5d715c; */
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 25px;
  min-height: auto;
  width: max-content;
  letter-spacing: 1px;
}

.main_mobile_section .cont_section_1 .item p {
  /* color: #5d715c; */
  margin-top: 5px;
  font-size: 22px;
}

.main_mobile_section .content_box_project h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 5px;
}

.main_mobile_section .highlights {
  display: inline-block;
  margin-top: 10px;
}

.main_mobile_section .highlights li {
  width: 100%;
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.main_mobile_section .highlights li:before {
  content: "\203A";
  color: #9b9b9b;
  font-size: 28px;
  margin-right: 10px;
  position: absolute;
  top: -3px;
  left: 5px;
}
/* Main Project Highlights */

.content_box_project {
  padding: 30px;
}

.content_box_project .title_desc {
  margin-bottom: 1rem;
}
span.view_highlights_btn {
  position: relative;
  bottom: auto;
  right: auto;
  background: #103679;
  cursor: pointer;
  text-align: center;
  width: 90%;
  padding: 10px 13px;
  border-radius: 5px;
  font-size: 13px;
  color: #fff !important;
  margin: auto;
  display: block;
}

.flip_card.flip_action .flip_content {
  transform: rotateY(180deg);
  transition: transform 0.5s;
}

/* css for popupFormDesign pop-up */

body .popupFormDesign {
  background-color: #fff;
  width: 100%;
  margin: auto;
  /* padding: 25px; */
  position: relative;
  border-radius: 10px;
  max-width: 400px;
  overflow: hidden;
}
.mfp-wrap {
  z-index: 2147483648 !important;
}
.mfp-bg {
  z-index: 2147483648 !important;
}
.popupFormDesign h3 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 5px;
}
.popupFormDesign p {
  text-align: center;
  margin-bottom: 10px;
}
.popupFormDesign form input,
.popupFormDesign form select {
  width: 100%;
  margin-bottom: 15px;
  height: 50px;
  border: 1px solid black;
  border-radius: 7px;
  padding: 10px;
  font-size: 17px;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #000;
}
.popupFormDesign .phone_field {
  margin-bottom: 10px;
}
.popupFormDesign form input[type="submit"] {
  padding: 13px 0px;
  width: 100%;
  border-radius: 5px;
  font-size: 17px;
  background-color: #a57b2d;
  color: white;
  height: auto;
  margin-top: 10px;
}

.popupFormDesign form .form-field .terms_conditions {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-top: 0px;
  margin-bottom: 0px;
}
.popupFormDesign form .form-field .terms_conditions input[type="checkbox"] {
  width: auto;
  position: relative;
}
.popupFormDesign form .form-field .privacy_policy {
  font-size: 15px;
  margin-left: 10px;
  line-height: 20px;
}
.popupFormDesign form .privacy_policy,
.popupFormDesign form .terms_conditions a {
  margin-left: 5px;
}

.popupFormDesign input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ #F5F5F5*/
  color: #000;
  opacity: 1;
  /* Firefox */
}

.popupFormDesign input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

.popupFormDesign input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

.popupFormDesign form .form-field .terms_conditions label.error {
  display: none;
}

#registerNow-form .thumbnail_image img {
  height: 140px !important;
  width: 100% !important;
  object-fit: cover;
}
#registerNow-form .inner_form {
  padding: 10px 20px;
}
#registerNow-form .thumbnail_image {
  padding: -15px;
}
form.primary_form_style .form-field {
  position: relative;
}
#registerNow-form .download_brochure_submit_btn button[type="submit"] {
  width: 100%;
  background: #103679;
  padding: 10px 15px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #fff;
  font-size: 15px;
  margin-bottom: 1rem;
  border: none;
  font-weight: 500;
}
#registerNow-form .download_brochure_submit_btn button img {
  width: 17px !important;
  position: relative;
  display: none;
}
#registerNow-form .popupFormDesign {
  background-color: #fff;
  width: 30% !important;
  margin: auto;
  padding: 0px !important;
  position: relative;
  border-radius: 10px;
}
#registerNow-form {
  padding: 0px !important;
}
#registerNow-form .download_status p {
  font-size: 13px;
  text-align: center;
}
.popupFormDesign form input,
.popupFormDesign form select {
  width: 100%;
  margin-bottom: 10px;
  height: 50px;
  border: 1px solid black;
  border-radius: 7px;
  padding: 10px;
  font-size: 17px;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #000;
}
.popupFormDesign form .form-field .privacy_policy {
  font-size: 15px;
  margin-left: 10px;
  line-height: 20px;
}
@media only screen and (max-width: 430px) {
  #registerNow-form .popupFormDesign {
    width: 70% !important;
  }
  .master-plan img.master-plan-image {
    width: 100%;
    margin-left: -50px;
  }
}
@media only screen and (max-width: 820px) {
  #registerNow-form .popupFormDesign {
    width: 85% !important;
  }
}
body .popupFormDesign {
  background-color: #fff;
  width: 100%;
  margin: auto;
  /* padding: 25px; */
  position: relative;
  border-radius: 10px;
  max-width: 400px;
  overflow: hidden;
}
/* css for popupFormDesign pop-up */

/* Footer Form */
section.footer_form_section {
  background: #103679;
  padding: 20px 30px;
}
section.footer_form_section .form-control {
}
section.footer_form_section input {
  width: 100%;
}
section.footer_form_section input[type="submit"] {
}
section.footer_form_section select {
}
section.footer_form_section label.checkbox-inline {
  color: #fff;
  font-size: 10px;
}

section.footer_form_section label.checkbox-inline input {
  display: inline-block;
  width: auto !important;
  margin-right: 5px;
}

section.footer_form_section input[type="submit"] {
  width: 100%;
  display: block;
  margin: 0 auto 0px;
  background-color: #ffba00;
  color: black;
  border: 1px solid;
  padding: 20px 40px;
  line-height: 0px;
  border-radius: 10px;
  border: none;
  border-radius: 30px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/* Footer Form */

.gallery_popup_image {
  background: transparent;
  padding: 0px;
}
.gallery_popup_image .owl-popup-gallery {
}
.gallery_popup_image .owl-popup-gallery img {
  /* height: 500px; */
  object-fit: cover;
}
.mfp-close-btn-in .gallery_popup_image .mfp-close {
  background: red;
  top: -17px;
  border-radius: 100px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

.gallery_popup_image .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0px;
  right: 0px;
  margin: auto;
}
.gallery_popup_image .owl-prev {
}
.gallery_popup_image .owl-next {
}

.gallery_popup_image {
  background: transparent;
  padding: 0px;
  /* max-width: 75%; */
}

.gallery_popup_image .owl-prev,
.gallery_popup_image .owl-next {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #fff;
  border: none;
}

.gallery_popup_image .owl-prev {
  left: -10px;
  position: relative;
}

.swiper_box {
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 0px 30px;
  transform: translateY(52px);
  z-index: 2;
  transition: 0.6s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.swiper_box span {
  color: #103679;
  background: #fff;
  padding: 5px 20px;
  display: inline-block;
  margin: 15px 0px;
  border-radius: 30px;
  border: 1px solid;
  transition: 0.6s;
}

.swiper_box span:hover {
  background: #000;
  color: #fff;
}

.blog_wrapper a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 88px;
  display: block;
  bottom: 0px;
  background: linear-gradient(0deg, black, #ffffff00 80%);
  z-index: 1;
  transition: 0.6s;
}

.blog_wrapper:hover {
}

.blog_wrapper:hover .swiper_box {
  height: 100%;
  transform: translate(0px);
  transition: 0.6s;
}

.blog_wrapper:hover a:after {
  height: 100%;
}

label.error {
  color: red;
  font-size: 12px;
}
.flag-container {
  height: 35px;
}

#registerNow-popup-form .flag-container {
  height: 55px;
}

a.play_btn {
  display: block;
  position: relative;
}

a.play_btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/play-button.png);
  background-position: center;
  top: 0px;
  background-size: 60px;
  background-repeat: no-repeat;
}

.owl-video-slider .owl-nav .owl-next,
.owl-video-slider .owl-nav .owl-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 21px;
  background-color: white;
  border: none;
  color: black;
}
.owl-video-slider .owl-nav .owl-next {
  bottom: 45%;
  right: 2%;
}
.owl-video-slider .owl-nav .owl-prev {
  bottom: 45%;
  left: 2%;
}

.mfp-iframe-holder .mfp-close {
  background: transparent;
  color: #fff;
  opacity: 1;
}

a.play_btn img {
  filter: brightness(0.4);
  height: 270px;
  object-fit: cover;
}

@media (max-width: 650px) {
  #gallery-8 {
    min-height:0px !important;
  }
  .mfp-close-btn-in .gallery_popup_image .mfp-close{
    top: -32px;
    right: -30px;
  }
  .red_bg h4 {
    font: normal 22px "HelveticaNeueBold";
    color: #000;
    text-transform: uppercase;
    line-height: 30px;
  }
  .red_bg h4 br {
    display: none;
  }
  #project_slider .owl-nav .owl-next {
    position: absolute;
    right: 0%;
    top: 25%;
  }
  #project_slider .owl-nav .owl-prev {
    position: absolute;
    top: 25%;
    left: 0%;
  }
  .bg-gray {
    padding: 15px 0px 0px;
    position: relative;
    z-index: 9;
  }
  .main_title {
    padding-bottom: 0px;
  }
  .blog_wrapper {
    margin-bottom: 2rem;
  }
  .blog_wrapper h5 {
    height: auto;
    font-size: 16px;
  }
  .blog_wrapper .swiper_box {
    height: 100%;
    transform: translate(0px);
    transition: 0.6s;
  }
  .blog_wrapper a:after {
    height: 100%;
  }
  section.footer_form_section {
    background: #103679;
    padding: 20px 20px;
  }
  .input-field {
    margin-bottom: 1rem;
  }
  section.footer_form_section label.checkbox-inline {
    margin: 15px 0px;
  }
  div#accordionFaqs_1,
  div#accordionFaqs_2 {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  #project_slider .owl-nav .owl-prev,
  #project_slider .owl-nav .owl-next {
    width: 20px;
    height: 45px;
    border-radius: 5px;
    background-color: #103679;
    border: none;
    color: #fff;
    font-size: 14px;
  }
}

/* Header */
.header {
  background: #fff;
  border-bottom: 1px solid #ccc;
}

.header .logo img {
  max-height: 45px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
}

.header.header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: 50px;
  margin-right: 6px;
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}
.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  white-space: nowrap;
  transition: 0.3s;
  padding: 0px 15px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 15px;
  line-height: 0;
  margin-right: 10px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  /* color: #4154f1; */
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #4154f1;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #5969f3;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #4154f1;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .megamenu {
  position: static;
}

.navbar .megamenu ul {
  margin-top: 5px;
  right: 0;
  padding: 10px;
  display: flex;
}

.navbar .megamenu ul li {
  flex: 1;
}

.navbar .megamenu ul li a,
.navbar .megamenu ul li:hover > a {
  color: #013289;
}

.navbar .megamenu ul li a:hover,
.navbar .megamenu ul li .active,
.navbar .megamenu ul li .active:hover {
  color: #4154f1;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #012970;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

.menu_box {
  display: none;
}

.menu_box {
  display: none;
  position: absolute;
  top: 74px;
  background: #fff;
  padding: 50px;
  padding-top: 20px;
}

.menu_box ul {
  flex-wrap: wrap;
}

body .menu_box ul li {
  width: 100%;
}
/* Header */

.header.fixed-header {
  position: fixed;
  width: 100%;
  top: 0px;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

a.nav-link.active {
  color: #0f3475;
}

:root {
  scroll-behavior: unset;
}

a.play_btn h2 {
  position: absolute;
  bottom: 0px;
  font-size: 20px;
  text-align: center;
  width: 100%;
  color: #fff;
  padding: 10px;
}

@media (max-width: 1200px) {
  .navbar ul {
    display: none;
  }

  .btn11 {
    position: relative;
    width: 30px;
    height: 40px;
    top: -12px;
    left: 0px;
    transition-duration: 0.5s;
    margin: auto;
    margin-right: 0px;
  }

  .btn11 .icon-left {
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 15px;
    top: 30px;
    background-color: #000;
  }

  .btn11 .icon-left:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #000;
    content: "";
    top: -10px;
  }

  .btn11 .icon-left:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #000;
    content: "";
    top: 10px;
  }

  .btn11 .icon-left:hover {
    cursor: pointer;
  }

  .btn11 .icon-right {
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 15px;
    top: 30px;
    background-color: #000;
    left: 15px;
  }

  .btn11 .icon-right:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #000;
    content: "";
    top: -10px;
  }

  .btn11 .icon-right:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #000;
    content: "";
    top: 10px;
  }
  .btn11.open .icon-left {
    transition-duration: 0.5s;
    background: transparent;
  }
  .btn11.open .icon-left:before {
    transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
  }
  .btn11.open .icon-left:after {
    transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
  }
  .btn11.open .icon-right {
    transition-duration: 0.5s;
    background: transparent;
  }
  .btn11.open .icon-right:before {
    transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
  }
  .btn11.open .icon-right:after {
    transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
  }
  .btn11:hover {
    cursor: pointer;
  }
  .menu_box {
    position: fixed;
    left: 0px;
    top: 70px;
    border-top: 1px solid #ccc;
    padding: 20px 0px;
    background: #fff;
    z-index: 99;
  }
  .mfp-iframe-holder .mfp-content {
    max-width: 100%;
  }
  .banner-form .checkbox-inline {
    margin: 15px auto !important;
    width: 95%;
  }
  .list_style li {
    margin-left: 20px;
  }
}

@media (max-width: 650px) {
  .red_bg p {
    margin-top: 10px;
  }
  .red_bg p br {
    display: none;
  }
  .main_title br {
    display: none;
  }
  .main_title p {
    margin-top: 10px;
  }

  .content {
    position: relative;
    bottom: auto;
    background-color: #103679;
    width: 95%;
    margin: auto;
    border-radius: 10px;
    z-index: 1;
    padding: 15px 15px;
    background: linear-gradient(
      185deg,
      #103679 0%,
      rgb(108 130 146 / 81%) 100%
    );
  }
  .banner-form {
    background-color: transparent;
    padding: 0 20px;
    width: 100%;
    margin: auto;
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 10px 20px 20px 20px;
    margin-bottom: 0;
  }
  .banner_section {
    background: #fff;
  }
  .mobile_title {
    text-align: center;
    margin-bottom: 1rem;
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
  }
  form.banner-form label.error {
    color: #fff;
  }

  section.footer_form_section {
    position: relative;
    bottom: auto;
    width: 95%;
    margin: auto;
    border-radius: 10px;
    z-index: 1;
    padding: 15px 15px;
    background: linear-gradient(
      185deg,
      #103679 0%,
      rgb(108 130 146 / 81%) 100%
    );
    margin-bottom: 2rem;
  }
  .footer_form_section .inner_form {
    background-color: transparent;
    padding: 0 20px;
    width: 100%;
    margin: auto;
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 10px 20px 20px 20px;
    margin-bottom: 0;
  }
  section#faqs_section {
    padding-bottom: 10px !important;
  }
  a.play_btn h2 {
    font-size: 16px;
    line-height: 25px;
  }
  a.play_btn img {
    height: 350px;
  }
  .popupPrivacyPolicyDesign .content.privacy_policy_content {
    position: relative;
    bottom: auto;
    background-color: transparent !important;
    background: transparent !important;
    width: 100%;
    z-index: 1;
    padding: 0px;
  }
}
/* styles for about tvs */
.space-pd-bottom {
  /* padding-bottom: 70px; */
}
h2.title {
  font-size: 46px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 2px;
  font-family: "HelveticaNeueBold";
  text-transform: uppercase;
}
.project-overview .statistics {
  margin-bottom: 0;
  min-height: 140px;
  cursor: context-menu;
  text-align: center;
}
.butterfly_animation_title {
  position: relative;
}
.project-overview .statistics h3 {
  font-size: 60px;
  text-align: center;
  font-weight: 600;
  transform: translateY(-2px);
  color: #000000;
  transition: all 0.5s;
  display: inline-block;
}
.butterfly_animation_title::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  /* background: url(../images/butterfly.png); */
  width: 0px;
  height: 0px;
  background-position: center;
  background-size: 102%;
  background-repeat: no-repeat;
  transition: 0.6s;
  transform: translate(54px, 48px);
}
.project-overview .statistics p {
  text-align: center;
  font-size: 27px;
  color: #545454;
  transition: all 0.5s;
  z-index: 1;
  position: relative;
  transform: translateY(0px);
  font-family: "Futura", sans-serif;
}
@media (max-width: 650px) {
  h2.title {
    font-size: 25px;
  }
  .project-overview .statistics {
    min-height: 100px;
  }
  .project-overview .statistics h3 {
    font-size: 40px;
    /* color: #5d715c; */
    font-weight: bold;
    margin-bottom: 10px;
  }
  .project-overview .statistics p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .project-overview .statistics h3 {
    font-size: 50px;
  }
  .project-overview .statistics p {
    font-size: 20px;
  }
}

@media (max-width: 996px) {
  h2.title {
    font-size: 30px;
  }
}


@media (max-width: 650px) {
  #project_slider {
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .project-slider .item {
    height: 630px;
    margin-bottom: 2rem !important;
    margin-top: 0rem !important;
  }
  .flip_card{
    height: 100%;
  }
}
@media (max-width: 650px){
  .project-overview .statistics h3 {
    font-size: 47px;
  }
}