/*reset*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

ul,
li {
  list-style: none;
}
img {
  border: 0;
}

:focus {
  outline: 0;
}
a {
  outline: none;
  text-decoration: none;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.d_block {
  display: block;
}
.d_inline {
  display: inline-block;
}
.d_iblock {
  display: inline-block;
}
.d_none {
  display: none;
}

header,
nav,
section,
article,
footer {
  display: block;
}

.wrapper_1600 {
  width: 1600px;
  margin: 0 auto;
}
.banner_section {
  width: 100%;
  position: relative;
  /* background: rgba(0, 0, 0, 0.8); */
}
.banner_section:before {
}
.banner_section > img {
  width: 100%;
  display: block;
  height: 88vh;
}
.logo_section {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 11;
}
.logo {
  float: left;
}
.call {
  width: 433px;
  height: 55px;
  float: right;
  margin-right: 35px;
  background: url(../images/call_bg.png) no-repeat left top;
  font: normal 20px "HelveticaNeueBold";
  padding: 18px 0 0 32px;
  color: #000;
  animation: 3s ease 0s normal none infinite running myfirst;
  position: relative;
}

@-moz-keyframes myfirst /* Firefox */ {
  0% {
    top: 26px;
  }
  50% {
    top: 40px;
  }
  100% {
    top: 26px;
  }
}

@-webkit-keyframes myfirst /* Firefox */ {
  0% {
    top: 26px;
  }
  50% {
    top: 40px;
  }
  100% {
    top: 26px;
  }
}

.chennai_to_dubai {
  position: absolute;
  top: 15%;
  left: 37%;
}
.chennai_to_dubai img {
  width: 120%;
}
.tagline_section {
  position: absolute;
  bottom: 5px;
  float: left;
  margin: 0 auto;
  width: 50%;
  text-align: center;
  z-index: 11;
}

.bbcl_graphic {
  float: left;
  width: 200px;
  margin: 0;
  position: relative;
}
.bbcl_logo {
  float: left;
  width: 100%;
  margin: 0;
  left: 3%;
  text-align: center;
}
.october_14 {
  width: 100%;
  text-align: center;
}

.tagline {
  float: left;
  margin: 0 auto;
  text-align: left;
  color: #fff;
}
.tagline h4 {
  font: bold 5em "HelveticaNeueBold";
  font-weight: 800;
  letter-spacing: 0px;
  line-height: 1.5em;
  text-transform: uppercase;
}
.tagline h5 {
  font: normal 20px "HelveticaNeueBold";
  line-height: 35px;
}
.tagline h5 span {
  color: #fff;
  font-weight: bold;
  background: #66982d;
  padding: 3px 8px;
  border-radius: 2px;
}
.tagline h6 {
  font: 20px "robotoregular";
  font-weight: lighter;
  background: url(../images/location.png) no-repeat left top;
  padding: 10px 30px 0;
}

.form {
  width: 326px;
  float: left;
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 25px 25px;
  box-sizing: border-box;
  position: absolute;
  right: 85px;
  bottom: 0px;
  right: 40px;
  z-index: 111;
}
.logotvs {
  text-align: center;
}
.form img {
  text-align: center;
}
.form h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #103679;
  padding-bottom: 10px;
}
.form h4 {
  font: bold 17px "HelveticaNeueBold";
  color: #3c7923;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 8px;
}
.form h4 span {
  font-size: 20px;
  margin-top: 3px;
}
.red_bg h4 span {
  padding-left: 8px;
  margin-top: 3px;
}
.form h6 {
  font: normal 24px "HelveticaNeueBold";
  color: #103679;
  text-transform: uppercase;
  text-align: center;
}
.form p {
  font: normal 15px "robotolight";
  line-height: 20px;
  color: #373737;
  text-transform: none;
  text-align: center;
  margin-top: 10px 0 5px;
  font-weight: 600;
}
.padding {
  padding: 10px 0 80px 0;
}

.block2,
.block3,
.block4,
.block5,
.block8 {
  width: 100%;
  float: left;
  margin-bottom: 4px;
}
.block6 {
  width: 49%;
  float: left;
  margin-right: 1%;
  margin-bottom: 4px;
}
.block7 {
  width: 48%;
  float: right;
  margin-left: 1%;
  margin-bottom: 4px;
}

.labelclass {
  display: none;
}
.textclass {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.textclass input {
  width: 100%;
  float: left;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  font: normal 14px "robotolight";
  color: #838383;
  padding: 8px 10px;
  box-sizing: border-box;
  border-radius: 3px;
}
.textclass input sup {
  color: #f00;
}
.faq h3 {
  padding-bottom: 20px;
}
.textclass select {
  width: 72%;
  float: left;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  font: normal 14px "robotolight";
  color: #838383;
  padding: 6px 2px;
  box-sizing: border-box;
  border-radius: 3px;
}
div#accordionFaqs_1,
div#accordionFaqs_2 {
  width: 100%;
  margin: auto;
  background: transparent;
  margin-top: 1.5rem;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
div#accordionFaqs_1 .accordion-item,
div#accordionFaqs_2 .accordion-item {
  background: #fff;
  margin-bottom: 15px;
  border-radius: 8px !important;
  overflow: hidden;
}
div#accordionFaqs_1 .accordion-item:first-child h2,
div#accordionFaqs_2 .accordion-item:first-child h2 {
  margin: 0px;
}
div#accordionFaqs_1 .accordion-item .accordion-body,
div#accordionFaqs_2 .accordion-item .accordion-body {
  font-size: 15px;
  line-height: 25px;
}
div#accordionFaqs_1 .accordion-item .accordion-button:not(.collapsed),
div#accordionFaqs_2 .accordion-item .accordion-button:not(.collapsed) {
  background: #103679;
  color: #fff;
  box-shadow: none;
}
div#accordionFaqs_1 .accordion-item h2 button,
div#accordionFaqs_2 .accordion-item h2 button {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  line-height: 25px;
  box-shadow: none !important;
}
.textclass textarea {
  width: 100%;
  height: 50px;
  float: left;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  font: normal 14px "robotolight";
  color: #838383;
  padding: 6px 10px;
  box-sizing: border-box;
  resize: none;
  border-radius: 3px;
}
.submitclass {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 2px;
  border-radius: 3px;
}
.submitclass input {
  background: #6b9920 url(../images/right_arrow.png) no-repeat 85% center;
  font: 18px "EurostileLTStdDemi";
  color: #fff;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  padding: 12px 52px;
  border-radius: 3px;
}

::-webkit-input-placeholder {
  color: #838383;
  opacity: 1 !important; /* for chrome */
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #838383;
  opacity: 1 !important; /* for chrome */
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #838383;
  opacity: 1 !important; /* for chrome */
}
:-ms-input-placeholder {
  color: #838383;
  opacity: 1 !important; /* for chrome */
}

::-webkit-input-placeholder {
  color: #838383 !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #838383 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #838383 !important;
}
:-ms-input-placeholder {
  color: #838383 !important;
}

.red_bg {
  width: 100%;
  float: unset;
  /* background: #eaeaea; */
  padding-bottom: 22px;
  padding-top: 40px;
}
.red_bg h4 {
  font: normal 28px "HelveticaNeueBold";
  color: #000;
  text-transform: uppercase;
  line-height: 40px;
}
.red_bg h5 {
  font: normal 16px "robotolight";
  color: #ffba00;
  font-weight: bold;
}
.red_bg h5 span {
  display: inline;
}

.gallery_section {
  width: 100%;
  float: unset;
  box-sizing: border-box;
  padding: 40px 0 0px;
  padding-top: 0px;
  /* background: #eaeaea; */
}

.gallery_section p span {
  color: #103679;
}
.project_wrapper {
  width: 100%;
  float: left;
  margin: 10px 0;
}

.project-slider .item {
  font-weight: 700;
  position: relative;
  width: 100% !important;
  padding: 20px;
  line-height: 18px;
  font-size: 11px;
  height: 820px;
}
#project_slider .owl-nav .owl-prev,
#project_slider .owl-nav .owl-next {
  width: 35px;
  height: 80px;
  border-radius: 5px;
  background-color: #103679;
  border: none;
  color: #fff;
  font-size: 20px;
}
#project_slider .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  left: -5%;
}
#project_slider .owl-nav .owl-next {
  position: absolute;
  right: -5%;
  top: 45%;
}
.content {
  position: relative;
  bottom: auto;
  background-color: #103679;
  width: 100%;
  z-index: 1;
  padding: 30px 0 30px;
}
.banner-form 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;
}
.banner-form {
  background-color: transparent;
  padding: 0 20px;
  width: 100%;
  margin: auto;
}
#banner-bottom-form .align-items-end {
  align-items: flex-end;
  justify-content: center;
}
.banner-form .input-field {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
}
.banner-form .input-field input {
  padding: 10px 20px;
  background-color: transparent;
  border: 1px solid white;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
}
.banner-form .checkbox-inline {
  line-height: 12px;
  font-size: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.banner-form .checkbox-inline {
  margin: 0px !important;
  padding: 0px;
  text-align: center;
  display: block;
  margin: 20px 0px;
  color: #fff;
  line-height: 13px;
  font-size: 8px;
  font-weight: 600;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-inline a {
  color: white;
  text-decoration: underline;
}
.gallery li h3 {
  /* font: normal 15px "RobotoMedium";
    color: #66982d;
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin: 7px 0; */
  font-size: 18px;
  min-height: 30px;
  font-family: "helveticaneue";
  line-height: 1.28571429em;
  font-weight: 700;
  padding: 0;
  margin-bottom: 0;
  text-align: start;
}
.price {
  font-size: 18px;
  margin-bottom: 2vh;
  color: #103679;
  text-align: center;
  font-weight: 700;
}
.description {
  display: flex;
  min-height: 30px;
}
.extra_details {
  padding: 10px 0px;
  line-height: 25px;
  padding-bottom: 0px;
  min-height: auto;
  font-size: 13px;
  margin-bottom: 10px;
  text-align: center;
}
.box .btns {
  width: 90% !important;
  margin: auto !important;
  text-align: center;
}
.btns a {
  margin-top: 0;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 13px;
  border-radius: 5px;
  font-size: 13px;
  display: inline-block !important;
  color: #fff !important;
}
.register_btn {
  background-color: #103679;
}
.download_btn {
  background-color: #8ab300;
}
.description span {
  border: 1px solid #d2d2d2;
  padding: 5px;
  width: 50%;
  display: inline-block;
  text-align: center;
  margin: 0px 5px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thumb_img {
  position: relative;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-radius: 5px;
  overflow: hidden;
  background: #eaeaea;
}
.thumb_img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
/* .ribbon span {
  position: absolute;
  background: #ffba00;
  top: 0px;
  font-size: 13px;
} */
.gallery_img {
  box-shadow: 0 0 11px 0 #a59898;
  /* position: relative; */
  height: 200px;
  object-fit: cover;
}
.gallery_wrapper img {
  /* position: relative; */
}
.blog_wrapper a {
  text-decoration: none;
  color: white;
  display: block;
  position: relative;
  overflow: hidden;
}
.blog_wrapper a:hover {
  color: white;
  text-decoration: underline;
}
.blog_wrapper h5 {
  position: relative;
  font-size: 20px;
  width: 100%;
  height: 48px;
}

#project_slider {
  margin: 0 auto;
  margin-top: -90px;
  margin-bottom: -90px;
}

.gallery_wrapper p {
  color: #fff;
  font-size: 14px;
  font-family: "helveticaneue" !important;
  font-weight: 400;
  position: relative;
  bottom: 26px;
  left: 0px;
  background-color: #808080b0;
  padding: 5px;
  width: 100%;
}
.faq_title {
  text-align: center;
}
#hero-banner {
  position: relative;
}
.owl-carousel.owl-theme.gallery_img_slider {
  width: 100%;
  margin: 0 auto;
}
.gallery_img_slider .item {
  width: 100%;
}
.gallery_img_slider .owl-nav .owl-next,
.gallery_img_slider .owl-nav .owl-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 21px;
  background-color: white;
  border: none;
  color: black;
}
.gallery_img_slider .owl-nav .owl-next {
  bottom: 45%;
  right: 2%;
}
.gallery_img_slider .owl-nav .owl-prev {
  bottom: 45%;
  left: 2%;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
#hero-banner .flex-row {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  overflow: hidden;
  /* margin-top: 70px; */
}
#hero-banner img {
  width: 100%;
  max-width: 100%;
}
.main_title {
  text-align: center;
  color: #444;
  padding: 20px 0px;
}
.bg-gray {
  padding: 30px 0px 0px;
  /* background-color: #eaeaea; */
}
/* .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;
  text-shadow: none;
  font-weight: normal;
}
.wdp-ribbon-two:before {
  border-color: #ffba00;
  border-left-color: transparent !important;
  left: -9px;
}
.wdp-ribbon-two.bottom:before {
  border-left-color: #ffba00 !important;
  border-right-color: transparent !important;
  left: unset;
  right: -15px;
}
.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;
} */

.project-slider .item {
  margin: 0 auto;
}
/* .wdp-ribbon-two.bottom {
  top: 45%;
  right: 74%;
  bottom: 5px;
  left: 0px;
} */
.title_desc .location {
  font-size: 13px;
  min-height: 50px;
  font-weight: 400;
  color: #000;
}
.title_desc {
  line-height: 20px;
  padding: 10px 0px;
  min-height: 85px;
}
.title_desc h3 {
  font-size: 18px;
}

.gallery {
  width: 100%;
  margin-left: 5px;
}

.red_plus {
  position: absolute;
  right: 0;
  bottom: 20px;
}

footer {
  width: 100%;
  float: left;
  background: #2a2a2a;
  padding: 7px 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #a6a6a6;
}
footer .copy {
  float: left;
  padding-left: 40px;
  font-size: 11px;
}
footer .copy span {
  color: #f9c03b;
}
footer .copy a {
  color: #f9c03b;
  text-decoration: none;
}
footer .copy a:hover {
  color: #f9c03b;
  text-decoration: underline;
}

footer .agl {
  float: right;
  padding-right: 30px;
  font-size: 12px;
}
footer .agl a {
  color: #f9c03b;
  text-decoration: none;
}
footer .agl a:hover {
  color: #f9c03b;
  text-decoration: underline;
}

.desktop_img {
  display: block;
}
.mob_img {
  display: none;
}
.bottom_button {
  display: none;
}

.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  border-radius: none;
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 0px 0 0 0;
  width: 100%;
}
.bts-popup-container p {
  color: white;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
  display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

.bts-popup-container .bts-popup-close {
  position: absolute;
  top: -22px;
  right: -7px;
  width: 30px;
  height: 28px;
  background: #c92828;
}
.bts-popup-container .bts-popup-close::before,
.bts-popup-container .bts-popup-close::after {
  content: "";
  position: absolute;
  top: 13px;
  width: 16px;
  height: 3px;
  background-color: white;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
h2.title{
  font: normal 28px "HelveticaNeueBold" !important;
    color: #000;
    text-transform: uppercase;
    line-height: 40px;
}
@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: 3em auto;
  }
}
@media only screen and (max-width: 650px) {
  #hero-banner img {
    opacity: 1;
  }
}
/* Animation css  */


