.maxwidth-30 {
  max-width: 30%;
  margin: 0 auto;
}
.maxwidth-30 p {
  margin-bottom: 50px;
}
ul.tndr__lstng {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-left: 20px;
  margin-top: 80px;
}
.tndr__lstng li {
  color: #3aa3a5;
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 35px;
  font-weight: normal;
  padding-left: 40px;
  position: relative;
}
.tndr__lstng li:before {
  content: "";
  font-size: 40px;
  height: 14px;
  width: 14px;
  background-color: #3aa3a5;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}
.career__btm__txt .aboutgoa__header p {
  color: #3aa3a5;
  font-size: 20px;
}
.career__btm__txt .aboutgoa__header p a {
  color: #3aa3a5;
  text-decoration: none;
}
.blogsgoa__slider_main .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 70px;
  height: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #3aa3a5;
  opacity: 0.5;
}
.blogsgoa__slider_main .slick-dots li.slick-active button {
  background: #3aa3a5;
  opacity: 1;
}
.blogsgoa__slider_main .slick-dots {
  position: absolute;
  bottom: -57px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.blogsgoa__slider_main {
  margin-bottom: 100px;
}
.blogsgoa__slider_main .slick-slide {
  position: relative;
}
.blog__img__content_bx {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  max-width: 80%;
}
.blog__img__content_bx_inr {
  overflow: hidden;
  padding: 40px;
}
.blog_hdng {
  overflow: hidden;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 50px;
  color: #fff;
}
.blog_hdng span {
  border-bottom: 4px solid #fff;
}
.blog_hdng a {
  color: #fff;
  position: relative;
  padding-right: 47px;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.blog_hdng a:after {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  top: 12px;
  right: 1px;
  background: url("../images/arrow_rht.svg") top center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.blog_hdng a:hover {
  border: 1px solid #fff;
  padding-left: 10px;
}
.blog_hdng a:hover:after {
  right: 8px;
}
.frmbx_gmr {
  position: fixed;
  top: 160px;
  right: 0;
  width: 400px;
  transition: -webkit-transform 450ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 450ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 450ms cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 450ms cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transform: translateX(+100%);
  transform: translateX(+100%);
  z-index: 99;
}
.frmbx_gmr_lost_found {
  position: fixed;
  top: 160px;
  right: 0;
  width: 400px;
  transition: -webkit-transform 450ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 450ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 450ms cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 450ms cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transform: translateX(+100%);
  transform: translateX(+100%);
  z-index: 99;
}
.frmbx_gmr_lost_found.active {
  -webkit-transform: translateX(0px) !important;
  transform: translateX(0px) !important;
}
.quickcontact__block {
  z-index: 6;
  position: fixed;
  top: 160px;
}
.frmbx_gmr_inr {
  float: left;
  width: 100%;
  position: relative;
}
.frmbx_gmr.active {
  -webkit-transform: translateX(0px) !important;
  transform: translateX(0px) !important;
}
.frm__inr__area {
  overflow: hidden;
  padding: 20px 40px 20px 20px;
  background: #3aa3a5;
}
.frm__inr__area h2 {
  overflow: hidden;
  padding: 0;
  margin: 0 0 6px;
  border-bottom: 1px solid #93ccce;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}
select option[data-default] {
  color: #fff;
}
.slctdropdwn option {
  background: #3aa3a5;
}
.frm__inr__area p {
  overflow: hidden;
  padding: 0;
  margin: 0 0 15px;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
}
.closebtn {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.frm__tr.sml {
  float: left;
  width: 90%;
}
.frmfldinpt {
  width: 100%;
  padding: 5px;
  border: 1px solid #93ccce;
  font-size: 14px;
  color: #fff;
  background: 0;
}
.slctdropdwn {
  -webkit-appearance: none;
  padding: 7px 20px 5px 5px;
  border: 0;
  width: 100%;
  border: 1px solid #93ccce;
  outline: 0;
  font-size: 14px;
  color: #fff;
  background: url("../images/drop_arw.png") no-repeat right 20px top 14px;
  line-height: 20px;
}
.frm__tr.cmntbx {
  margin-bottom: 5px;
}
.frm__tr {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
::placeholder {
  color: #fff;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #fff;
}
::-ms-input-placeholder {
  color: #fff;
}
* {
  outline: none;
}
.frm__txtarea {
  width: 90%;
  height: 60px;
  padding: 5px;
  border: 1px solid #93ccce;
  font-size: 14px;
  color: #fff;
  background: 0;
  resize: none;
}
.chkbxoutr {
  display: block;
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  position: relative;
  line-height: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chkbxoutr a {
  text-decoration: underline;
  color: #fff;
}
.chkbxoutr a:hover {
  text-decoration: none;
  opacity: 0.9;
  color: #fff;
}
.chkbxoutr input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.chkbxoutr span {
  float: left;
  width: 121px;
  transition: width 0.25s;
  -webkit-transition: width 0.25s;
  -moz-transition: width 0.25s;
  cursor: pointer;
  display: block;
}
.chkbxoutr span.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  border-radius: 100px;
}
.chkbxoutr:hover input ~ .checkmark {
}
.chkbxoutr input:checked ~ .checkmark {
  background-color: #fff;
}
.chkbxoutr span.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.chkbxoutr input:checked ~ .checkmark:after {
  display: block;
}
.chkbxoutr .checkmark:after {
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  background: #3aa3a5;
  border-radius: 100px;
}
.sbmt__btn {
  padding: 8px 40px 9px;
  background: #fff;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
  color: #3aa3a5;
  border: 0;
}
.frm__tr.nomrgn {
  margin-bottom: 0;
}
.frmbx_gmr {
  display: block;
}
.frmbx_gmr_lost_found {
  display: block;
}
.event_img__bx {
  overflow: hidden;
  line-height: 0;
}
.event__txt__bx {
  overflow: hidden;
  padding: 20px;
  background: #3aa3a5;
}
.event__txt__bx .dte__bx {
  overflow: hidden;
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
  color: #fff;
  padding-bottom: 20px;
}
.event__txt__bx h2 {
  overflow: hidden;
  padding: 0;
  margin: 0;
  font-size: 26px;
  line-height: 32px;
  padding-bottom: 40px;
  color: #fff;
}
.event_btn_bx {
  overflow: hidden;
}
a.banner_txtlink.whte_bg {
  background: #fff;
  box-shadow: none;
  color: #3aa3a5;
}
a.banner_txtlink.whte_bg:hover {
  color: #fff;
  border: 2px solid #fff;
  background: #3aa3a5;
  padding: 10px 45px 10px 15px;
}
a.banner_txtlink.mreinfo {
  box-shadow: none;
  margin-left: 20px;
}
.event__slider {
  margin-top: 60px;
}
.event__slider.slick-slider {
  padding: 0 60px;
}
.event__slider .slick-slide {
  padding: 0 20px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.event__slider .slick-next:before,
.event__slider .slick-prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 60px;
  background: url("../images/event_inside/slider_arw.svg") top center;
  background-repeat: no-repeat;
}
.event__slider .slick-slide.slick-current.slick-active.slick-center {
  margin-top: 100px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.event__slider.second_slider {
  margin-top: 140px;
  margin-bottom: 100px;
}
.faq_accordion h3 {
  border-radius: 0;
  overflow: hidden;
  border-top: 1px solid #3aa3a5;
  box-shadow: none;
  text-align: left;
  padding: 20px;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 5px;
  margin-top: 0;
  transition: 0.25s all;
  position: relative;
  text-transform: none;
  font-weight: 400;
  clear: both;
  font-size: 26px;
  line-height: 32px;
  color: #3aa3a5;
}
.faq_accordion > .acrdntxt {
  background: #fff;
  padding: 0 20px 20px;
  margin: 0 auto;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #636363;
  display: none;
  float: left;
  margin-bottom: 5px;
}
.footer {
  clear: both;
}
.collapseIcon {
  position: absolute;
  right: 10px;
  top: 20px;
  border: 2px solid #3aa3a5;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
}
.blog_details {
  overflow: hidden;
}
.blog_details h2 {
  overflow: hidden;
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
  color: #3aa3a5;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
}
.blog_details h1 {
  overflow: hidden;
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
  color: #3aa3a5;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
}
.blog_details h3 {
  overflow: hidden;
  padding: 0;
  margin: 0;
  padding-bottom: 8px;
  color: #3aa3a5;
  font-size: 22px;
  line-height: 34px;
}
.blog_details p {
  overflow: hidden;
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
  color: #3aa3a5;
  font-size: 16px;
  line-height: 28px;
}
.blog__img__bx {
  overflow: hidden;
  padding-bottom: 30px;
}
.blog__img__bx img {
  width: 100%;
  max-width: 1000px;
}
ol.trms_lstng {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #3aa3a5;
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 20px;
}
ol.trms_lstng li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #636363;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
}
ol.trms_lstng li span {
  color: #3aa3a5;
  font-size: 20px;
  font-weight: 600;
}
.privacy_details {
  overflow: hidden;
}
.privacy_details h2 {
  overflow: hidden;
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
  color: #636363;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
}
.privacy_details h3 {
  overflow: hidden;
  padding: 0;
  margin: 0;
  padding-bottom: 0;
  padding-top: 15px;
  color: #3aa3a5;
  font-size: 22px;
  line-height: 34px;
}
.privacy_details h3 span {
  color: #3aa3a5;
}
.privacy_details p {
  overflow: hidden;
  padding: 0;
  margin: 0;
  padding-bottom: 6px;
  padding-top: 6px;
  color: #636363;
  font-size: 16px;
  line-height: 28px;
}
.privacy_details p span {
  color: #3aa3a5;
  font-weight: 600;
}
.logo__bx .mobile__slider {
  margin: 0 50px;
}
.offer .mobile__slider {
  margin: 0;
}
.partnergoa .slick-next {
  right: -12px;
}
.partnergoa .slick-prev {
  left: -52px;
}
.arrivalgoa__contenttxt h3 {
  text-transform: uppercase;
}
.connectivity__bx {
  clear: both;
  overflow: hidden;
}
ul.connsctivty__lst {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
  margin-top: 60px;
}
ul.connsctivty__lst li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 18%;
  margin-right: 19%;
}
ul.connsctivty__lst li:last-child {
  margin-right: 0;
}
ul.connsctivty__lst li .icn__bx {
  overflow: hidden;
  text-align: center;
  padding-bottom: 10px;
}
ul.connsctivty__lst li .icn__bx img {
  width: 100%;
}
ul.connsctivty__lst li .icn__txt {
  overflow: hidden;
  text-align: center;
  font-size: 24px;
  color: #636363;
  text-transform: uppercase;
}
.safety__bx {
  overflow: hidden;
  border: 2px solid #3aa3a5;
  margin-top: 60px;
}
.safety__bx__lft {
  float: left;
  width: 20%;
  background: #3aa3a5;
  height: 130px;
  line-height: 130px;
}
.safety__bx__lft img {
  width: 70px;
}
.safety__bx__rht {
  float: left;
  width: 80%;
  position: relative;
  height: 130px;
  text-align: left;
}
.safety__bx__rht__inr {
  overflow: hidden;
  padding: 13px 7% 13px 5%;
}
.aboutgoa__header .safety__bx__rht__inr h2 {
  padding: 0;
  margin: 0;
  font-size: 30px;
  color: #3aa3a5;
  padding-bottom: 0;
  line-height: normal;
}
.aboutgoa__header .safety__bx__rht__inr p {
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: #636363;
  line-height: 34px;
}
.rght_arw {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
}
.rght_arw img {
  width: 24px;
}
.hlth__btm {
  overflow: hidden;
  padding: 60px 8% 0;
}
.hlth__btm_lst {
  float: left;
  width: 35%;
  margin-right: 30%;
}
.hlth__btm_lst .icn_n__bx {
  float: left;
  margin-right: 7%;
}
.hlth__btm_lst .icn_n__txt {
  float: left;
  width: 70%;
  color: #636363;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
}
.hlth__btm_lst:last-child {
  margin-right: 0;
  margin-right: 0;
}
.aboutgoa__header.hdr2 {
  max-width: 800px;
}
.hlth_icnimg {
  width: 40px;
}
.book_icnimg {
  width: 50px;
}
.aboutgoa__header h2 {
  font-family: "robotobold";
  font-size: 30px;
  margin-bottom: 25px;
  color: #3aa3a5;
  line-height: 40px;
  text-transform: uppercase;
}
.experience__link.new_bg {
  font-family: "robotoregular";
  background: url("../images/home/txt_grd.png") repeat-x left bottom;
  min-height: inherit;
  position: absolute;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  border-bottom: 1px solid #fff;
  left: 0;
  padding: 20px 5px;
  text-align: center;
  transform: translate(0%, 0%);
  width: 100%;
}
.experience__link.new_bg2 {
  font-family: "robotoregular";
  background: url("../images/feelgoa/act_bg.png") repeat-x left bottom;
  min-height: inherit;
  position: absolute;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  letter-spacing: 4px;
  border-bottom: 1px solid #fff;
  left: 0;
  padding: 20px 10px;
  text-align: center;
  transform: translate(0%, 0%);
  width: 100%;
}
.imgnw__hm img {
  width: 100%;
}
section.header {
  transition: all 0.5s ease;
}
section.header.fixed {
  background: #fff;
  transition: all 0.5s ease;
}
.awrd__bx {
  overflow: hidden;
  clear: both;
  padding-top: 50px;
  text-align: center;
}
.awrd__bx img {
  width: 380px;
}
.banner__image {
  position: relative;
}
.banner__image .wavenw {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 176px;
  background: url("../images/wave.png") no-repeat left bottom;
  background-size: cover;
}
.vision_img {
  overflow: hidden;
  padding: 0;
  text-align: center;
}
.wdth_60 {
  margin: 0 auto;
  width: 60%;
}
.newarpt__bx {
  overflow: hidden;
  text-align: center;
  margin-bottom: 50px;
}
.newarpt__bx .iconbxoutr {
  overflow: hidden;
}
.newarpt__bx .iconbx {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
}
.newarpt__bx .iconbx.zero_crbn {
  background: #209eae;
  background: -moz-linear-gradient(
    -45deg,
    #209eae 0%,
    #ba5854 82%,
    #ba5854 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #209eae 0%,
    #ba5854 82%,
    #ba5854 100%
  );
  background: linear-gradient(135deg, #209eae 0%, #ba5854 82%, #ba5854 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#209eae', endColorstr='#ba5854',GradientType=1 );
  moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  transition: background-size 1s, background-color 1s;
}
.newarpt__bx .iconbx.zero_crbn:hover {
  animation: load1 4s linear infinite;
}
.newarpt__bx .iconbx.flxble:hover {
  animation: load1 4s linear infinite;
}
.newarpt__bx .iconbx.cnctvty:hover {
  animation: load1 4s linear infinite;
}
.newarpt__bx .iconbx.flxble:hover {
  animation: load1 4s linear infinite;
}
.newarpt__bx .iconbx.freqncy:hover {
  animation: load1 4s linear infinite;
}
.newarpt__bx .iconbx.routs:hover {
  animation: load1 4s linear infinite;
}
.newarpt__bx .iconbx.arprt:hover {
  animation: load1 4s linear infinite;
}
@keyframes load1 {
  0% {
    background: #2ab35c;
    background: -moz-linear-gradient(
      -45deg,
      #2ab35c 0%,
      #03a1ae 78%,
      #03a1ae 100%
    );
    background: -webkit-linear-gradient(
      -45deg,
      #2ab35c 0%,
      #03a1ae 78%,
      #03a1ae 100%
    );
    background: linear-gradient(135deg, #2ab35c 0%, #03a1ae 78%, #03a1ae 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ab35c', endColorstr='#03a1ae',GradientType=1 );
    background-position: 1000px 0;
    opacity: 0.9;
  }
  35% {
    background: #209eae;
    background: -moz-linear-gradient(
      -45deg,
      #209eae 0%,
      #ba5854 82%,
      #ba5854 100%
    );
    background: -webkit-linear-gradient(
      -45deg,
      #209eae 0%,
      #ba5854 82%,
      #ba5854 100%
    );
    background: linear-gradient(135deg, #209eae 0%, #ba5854 82%, #ba5854 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#209eae', endColorstr='#ba5854',GradientType=1 );
    background-position: 500px 0;
    opacity: 0.7;
  }
  100% {
    background: #2ab35c;
    background: -moz-linear-gradient(
      -45deg,
      #2ab35c 0%,
      #03a1ae 78%,
      #03a1ae 100%
    );
    background: -webkit-linear-gradient(
      -45deg,
      #2ab35c 0%,
      #03a1ae 78%,
      #03a1ae 100%
    );
    background: linear-gradient(135deg, #2ab35c 0%, #03a1ae 78%, #03a1ae 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ab35c', endColorstr='#03a1ae',GradientType=1 );
    background-position: 0 0;
    opacity: 0.9;
  }
}
.newarpt__bx .iconbx.cnctvty {
  background: #2ab35c;
  background: -moz-linear-gradient(
    -45deg,
    #2ab35c 0%,
    #03a1ae 78%,
    #03a1ae 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #2ab35c 0%,
    #03a1ae 78%,
    #03a1ae 100%
  );
  background: linear-gradient(135deg, #2ab35c 0%, #03a1ae 78%, #03a1ae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ab35c', endColorstr='#03a1ae',GradientType=1 );
}
.newarpt__bx .iconbx.flxble {
  background: #faa82d;
  background: -moz-linear-gradient(
    -45deg,
    #faa82d 0%,
    #f16532 82%,
    #f16532 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #faa82d 0%,
    #f16532 82%,
    #f16532 100%
  );
  background: linear-gradient(135deg, #faa82d 0%, #f16532 82%, #f16532 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa82d', endColorstr='#f16532',GradientType=1 );
}
.newarpt__bx .iconbx.freqncy {
  background: #2ab35c;
  background: -moz-linear-gradient(
    45deg,
    #2ab35c 42%,
    #03a2b1 82%,
    #03a2b1 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #2ab35c 42%,
    #03a2b1 82%,
    #03a2b1 100%
  );
  background: linear-gradient(45deg, #2ab35c 42%, #03a2b1 82%, #03a2b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ab35c', endColorstr='#03a2b1',GradientType=1 );
}
.newarpt__bx .iconbx.routs {
  background: #fcb82b;
  background: -moz-linear-gradient(left, #fcb82b 2%, #f16532 100%);
  background: -webkit-linear-gradient(left, #fcb82b 2%, #f16532 100%);
  background: linear-gradient(to right, #fcb82b 2%, #f16532 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb82b', endColorstr='#f16532',GradientType=1 );
}
.newarpt__bx .iconbx.arprt {
  background: #ee4238;
  background: -moz-linear-gradient(top, #ee4238 2%, #259bab 100%);
  background: -webkit-linear-gradient(top, #ee4238 2%, #259bab 100%);
  background: linear-gradient(to bottom, #ee4238 2%, #259bab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee4238', endColorstr='#259bab',GradientType=0 );
}
.newarpt__bx .iconbx img {
  width: 100%;
}
.newarpt__bx .icontxt {
  display: inline-block;
  clear: both;
  font-size: 18px;
  color: #636363;
  padding-top: 20px;
}
.bggrn {
  background: #3aa3a5;
  padding: 80px 0 40px;
}
h3.hdng__nw_now {
  color: #fff;
  font-size: 100px;
  text-align: center;
  padding-bottom: 80px;
}
.vluedv {
  overflow: hoidden;
  margin-bottom: 40px;
}
.icnbxotr {
  overflow: hidden;
  padding-bottom: 15px;
}
.icnbx_mn {
  display: inline-block;
  background: #fff;
  padding: 10px;
  border-radius: 20px;
}
.icnbx_mn img {
  width: 60px;
}
.vluedv h4 {
  overflow: hidden;
  font-family: "robotobold";
  color: #fff;
  font-size: 20px;
  padding-bottom: 4px;
}
.vluedv p {
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  margin: 0;
  font-weight: normal;
  line-height: 35px;
}
.sus__lst {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style-type: none;
  vertical-align: top;
  text-align: center;
}
.sus__lst li {
  display: inline-block;
  width: 15%;
  margin: 0 2%;
  text-align: center;
  margin-bottom: 60px;
  vertical-align: top;
}
.sus__lst li .inrcrcle_icon {
  display: inline-block;
  background: #3aa3a5;
  margin-bottom: 20px;
  text-align: center;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  line-height: 150px;
}
.sus__lst li .inrcrcle_icon img {
  width: 70%;
}
.sus__lst li .txtbx {
  float: left;
  width: 100%;
  text-align: center;
  color: #636363;
  font-size: 18px;
  line-height: 24px;
}
.sus__lst li .inrcrcle_icon.hrvstng {
  background: #10a6b8;
  background: -moz-linear-gradient(top, #10a6b8 0%, #c15551 100%);
  background: -webkit-linear-gradient(top, #10a6b8 0%, #c15551 100%);
  background: linear-gradient(to bottom, #10a6b8 0%, #c15551 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10a6b8', endColorstr='#c15551',GradientType=0 );
}
.sus__lst li .inrcrcle_icon.sewag_trtmnt {
  background: #27b362;
  background: -moz-linear-gradient(top, #27b362 0%, #059aa4 100%);
  background: -webkit-linear-gradient(top, #27b362 0%, #059aa4 100%);
  background: linear-gradient(to bottom, #27b362 0%, #059aa4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27b362', endColorstr='#059aa4',GradientType=0 );
}
.sus__lst li .inrcrcle_icon.env_prgm {
  background: #f16532;
  background: -moz-linear-gradient(45deg, #f16532 0%, #fbb32c 100%);
  background: -webkit-linear-gradient(45deg, #f16532 0%, #fbb32c 100%);
  background: linear-gradient(45deg, #f16532 0%, #fbb32c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16532', endColorstr='#fbb32c',GradientType=1 );
}
.sus__lst li .inrcrcle_icon.grn_bldng_prgm {
  background: #03a2b0;
  background: -moz-linear-gradient(top, #03a2b0 0%, #2ab35c 100%);
  background: -webkit-linear-gradient(top, #03a2b0 0%, #2ab35c 100%);
  background: linear-gradient(to bottom, #03a2b0 0%, #2ab35c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a2b0', endColorstr='#2ab35c',GradientType=0 );
}
.sus__lst li .inrcrcle_icon.cmplnce_mngmnt {
  background: #d64c45;
  background: -moz-linear-gradient(top, #d64c45 30%, #02adc2 100%);
  background: -webkit-linear-gradient(top, #d64c45 30%, #02adc2 100%);
  background: linear-gradient(to bottom, #d64c45 30%, #02adc2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d64c45', endColorstr='#02adc2',GradientType=0 );
}
.sus__lst li .inrcrcle_icon.arcft_mngmnt {
  background: #03a0ad;
  background: -moz-linear-gradient(-45deg, #03a0ad 2%, #2ab35c 100%);
  background: -webkit-linear-gradient(-45deg, #03a0ad 2%, #2ab35c 100%);
  background: linear-gradient(135deg, #03a0ad 2%, #2ab35c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a0ad', endColorstr='#2ab35c',GradientType=1 );
}
.sus__lst li .inrcrcle_icon.enrgy_mngmnt {
  background: #f8992e;
  background: -moz-linear-gradient(45deg, #f8992e 2%, #f26a32 100%);
  background: -webkit-linear-gradient(45deg, #f8992e 2%, #f26a32 100%);
  background: linear-gradient(45deg, #f8992e 2%, #f26a32 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8992e', endColorstr='#f26a32',GradientType=1 );
}
.sus__lst li .inrcrcle_icon.res_cosv {
  background: #ee4238;
  background: -moz-linear-gradient(45deg, #ee4238 2%, #0ba8bc 100%);
  background: -webkit-linear-gradient(45deg, #ee4238 2%, #0ba8bc 100%);
  background: linear-gradient(45deg, #ee4238 2%, #0ba8bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee4238', endColorstr='#0ba8bc',GradientType=1 );
}
.sus__lst li .inrcrcle_icon.alt_ful {
  background: #049ca7;
  background: -moz-linear-gradient(-45deg, #049ca7 2%, #1eb179 100%);
  background: -webkit-linear-gradient(-45deg, #049ca7 2%, #1eb179 100%);
  background: linear-gradient(135deg, #049ca7 2%, #1eb179 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#049ca7', endColorstr='#1eb179',GradientType=1 );
}
.sus__lst.cltre li .inrcrcle_icon img {
  width: 100%;
}
.sus__lst.cltre.newone li .inrcrcle_icon img {
  width: 100%;
  border: 3px solid #fff;
}
.sus__lst.cltre li .inrcrcle_icon {
  background: none;
  line-height: 1px;
  -webkit-box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.4);
  margin-top: 5px;
}
header.header__elem .header__elemlogo {
  position: relative;
  margin-top: -4px;
}
.installationgoa__content_abt_csr {
  height: 100%;
  background: #3aa3a5;
  padding: 27% 15%;
  display: table;
}
.installationgoa__content_abt_csr p {
  text-align: left;
  line-height: 35px;
  color: #fff;
}
ul.foundtn_lst2 li {
  float: left;
  width: 22%;
  margin-right: 4%;
  list-style-type: none;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #323031;
  font-size: 16px;
  text-align: center;
  padding: 20px 0;
  background: #fff;
  font-weight: normal;
}
ul.foundtn_lst2 li:last-child {
  margin-right: 0;
}
.found_img {
  padding: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: relative;
  transition: 0.3s ease-out;
  background: #fff;
}
.found_img img {
  width: 100%;
  position: relative;
  z-index: 99;
}
.found_img:after {
  content: "";
  box-sizing: border-box;
  height: 30px;
  width: 30px;
  border-style: solid;
  border-color: #ccc;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
  border-bottom-width: 2px;
  border-right-width: 2px;
  position: absolute;
  bottom: -15px;
  left: 45%;
  background: #fff;
  transition: 0.3s ease-out;
  z-index: 98;
}
.found_text {
  padding: 40px 0 0;
  line-height: 26px;
  font-size: 16px;
  color: #636363;
}
ul.foundtn_lst2 li:hover .found_img {
  background: #3aa3a5;
  border-color: #3aa3a5;
  transform: rotate(10deg);
}
ul.foundtn_lst2 li:hover .found_img:after {
  border-color: #3aa3a5;
  background: #3aa3a5;
}
.zoom_hvr2 {
  transition: all 1s ease;
}
.found_img:hover .zoom_hvr2 {
  transform: scale(1.06);
}
.DVicn__nw:hover .zoom_hvr2 {
  transform: scale(1.06);
}
.foundtn_lst2 {
  position: relative;
  z-index: 10;
  padding: 0;
  margin: 0;
  padding-bottom: 50px;
}
.fntn_outr {
  float: left;
  width: 100%;
  z-index: 10;
}
.mobilegoa__contentlink.nopdng {
  margin-top: 0;
  margin-bottom: 40px;
}
h4.h4_hdng {
  overflow: hidden;
  padding-bottom: 10px;
  font-weight: normal;
  color: #3aa3a5;
  font-size: 18px;
  text-transform: upper;
}
h4.h4_hdng.pdngtp {
  padding-top: 30px;
}
h4.h4_hdng2 {
  overflow: hidden;
  padding-bottom: 10px;
  font-weight: 600;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.aboutgoa__header.nopdng {
  padding-bottom: 0;
}
.installationgoa__img.nomrgn {
  margin-left: 0;
}
.aboutgoa__wavysign.aboutgoa__wavysignright.btmpos {
  bottom: -158px;
}
.feelgoa_events .experiencegoa__contenttxt.overtrue {
  background: #3aa3a5;
}
.feelgoa_events .experiencegoa__contenttxt {
  min-height: 195px;
}
.feelgoa_events p.experiencegoa__contentp {
  padding: 0;
  margin: 0;
}
.feelgoa_events h2.experiencegoa__contenttitle {
  text-transform: uppercase;
}
.activity .mobile__slider2 .slick-slide {
  margin: 0 1px;
}
.foundtn_lst2.new__css2 {
  overflow: hidden;
}
.foundtn_lst2.new__css2 li {
  margin-bottom: 0;
}
.cntr_btn {
  text-align: center;
}
.clr__blk {
  color: #000;
}
.rdless__clk,
.rdmre__clk {
  color: #3aa3a5;
  cursor: pointer;
}
.explre__txt {
  display: none;
}
h2.clr_wht {
  color: #fff;
}
.drkgreen {
  background: #3aa3a5;
}
.drkblue {
  background: #24587a;
}
.nrmlgreen {
  background: #56cc9b;
}
.midgreen {
  background: #2e9365;
}
.midblue {
  background: #328f9d;
}
.midbluegreen {
  background: #3dacb6;
}
.cmnhght {
  min-height: 240px;
  margin-bottom: 2px;
}
.bdrrht {
  border-right: 2px solid #ffffff;
}
.aboutgoa.aboutblockgoa.mre_pdng {
  padding-top: 200px;
}
.facilities h4.hdng__h {
  overflow: hidden;
  padding-bottom: 24px;
  min-height: 60px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 3px;
  text-align: center;
}
.fcl__iconbx {
  overflow: hidden;
  text-align: center;
  padding-bottom: 24px;
}
.facilities P {
  overflow: hidden;
  min-height: 60px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  color: #fff;
  display: none;
}
.fclts {
  overflow: hidden;
  padding: 30px 50px;
}
.aboutgoa.facilities .aboutgoa__contenttxt {
  max-width: 100%;
}
.pstn_rltv {
  position: relative;
}
.hover__dv {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 68, 83, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
.new_bg2 {
  opacity: 1;
  transition: visibility 1s, opacity 0.5s linear;
}
.hover__dv__inr {
  overflow: hidden;
  padding: 30px;
  text-align: center;
}
.vrtclcntr_bx {
  float: left;
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  z-index: 70;
}
.vrtclcntr_bxinr {
  display: table-cell;
  vertical-align: middle;
}
.hover__dv h4 {
  overflow: hidden;
  padding-bottom: 70px;
  font-size: 18px;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.hover__dv p {
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.hvrdv__hover:hover .hover__dv {
  visibility: visible;
  opacity: 1;
}
.hvrdv__hover:hover .new_bg2 {
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .aboutgoa__contenttxt.three__boxes {
    max-width: 100%;
    margin-top: 97px;
  }
  .aboutgoa__contenttxt.three__boxes .aboutgoa_link a {
    font-size: 13px;
  }
  .aboutgoa__contenttxt .aboutgoa_link a:after {
    background-size: 18px;
  }
}
@media screen and (max-height: 800px) and (orientation: landscape) {
  .frmbx_gmr_lost_found .frm__tble {
    overflow: hidden;
    height: 500px;
    overflow-y: scroll;
  }
}
@media screen and (max-height: 768px) and (orientation: landscape) {
  .frmbx_gmr_lost_found .frm__tble {
    overflow: hidden;
    height: 341px;
    overflow-y: scroll;
  }
}
@media screen and (max-height: 680px) and (orientation: landscape) {
  .frm__tble {
    overflow: hidden;
    height: 300px;
    overflow-y: scroll;
  }
  .frmbx_gmr {
    top: 73px;
  }
  .frmbx_gmr_lost_found {
    top: 73px;
  }
}
@media only screen and (max-width: 1700px) {
  .installationgoa__content_abt_csr {
    padding: 16% 15%;
  }
  .sus__lst li {
    display: inline-block;
    width: 20%;
  }
}
@media only screen and (max-width: 1600px) {
  .aboutgoa__header h1 {
    font-size: 24px;
    margin-bottom: 18px;
    line-height: 36px;
  }
  .aboutgoa__header h2 {
    font-size: 24px;
    margin-bottom: 18px;
    line-height: 36px;
  }
  .blog_details h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .blog_details h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .blog_details h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .blog_details p {
    font-size: 16px;
    line-height: 28px;
  }
  .privacy_details h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .privacy_details h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .privacy_details p {
    font-size: 16px;
    line-height: 28px;
  }
  .frmbx_gmr {
    top: 140px;
  }
  .frmbx_gmr_lost_found {
    top: 140px;
  }
  .tndr__lstng li {
    color: #3aa3a5;
    font-size: 20px;
    line-height: 30px;
  }
  .blog_hdng {
    overflow: hidden;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 42px;
    color: #fff;
  }
  .blog__img__content_bx_inr {
    overflow: hidden;
    padding: 20px;
  }
  .blog_hdng a:after {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: 12px;
    right: 1px;
    background: url("../images/arrow_rht.svg") top center;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .blog_hdng a {
    padding-right: 44px;
  }
  .event__slider.slick-slider {
    padding: 0 40px;
  }
  .event__slider .slick-slide {
    padding: 0 10px;
  }
  .event__slider .slick-prev {
    left: -5px;
  }
  .event__slider .slick-next {
    right: 33px;
  }
  .event__txt__bx .dte__bx {
    overflow: hidden;
    font-size: 11px;
  }
  .event__txt__bx h2 {
    font-size: 28px;
  }
  a.banner_txtlink.mreinfo,
  a.banner_txtlink.whte_bg {
    font-size: 14px;
    padding: 5px 10px;
  }
  .faq_accordion h3 {
    font-size: 22px;
    line-height: 26px;
  }
  ul.connsctivty__lst li .icn__bx img {
    width: 80%;
  }
  ul.connsctivty__lst li .icn__txt {
    font-size: 20px;
  }
  .safety__bx__lft img {
    width: 60px;
  }
  .safety__bx__lft {
    float: left;
    width: 16%;
  }
  .aboutgoa__header .safety__bx__rht__inr h2 {
    font-size: 24px;
  }
  .aboutgoa__header .safety__bx__rht__inr p {
    font-size: 16px;
    color: #636363;
    line-height: 28px;
  }
  .safety__bx__rht {
    float: left;
    width: 84%;
  }
  .hlth__btm_lst .icn_n__txt {
    font-size: 16px;
    line-height: 23px;
    padding-top: 10px;
  }
  .experience__link.new_bg {
    font-size: 18px;
  }
  .experience__link.new_bg2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1400px) {
  .sus__lst li {
    display: inline-block;
    width: 28%;
  }
  .collapseIcon {
    width: 28px;
    height: 28px;
    font-size: 24px;
    line-height: 23px;
    top: 9px;
  }
  .faq_accordion h3 {
    border-radius: 0;
    overflow: hidden;
    border-top: 1px solid #3aa3a5;
    box-shadow: none;
    text-align: left;
    padding: 10px 50px 10px 10px;
  }
  .faq_accordion > .acrdntxt {
    background: #fff;
    padding: 0 10px 20px;
  }
  .tndr__lstng li {
    color: #3aa3a5;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 28px;
  }
  ul.tndr__lstng {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-left: 20px;
    margin-top: 10px;
  }
  .career__btm__txt .aboutgoa__header p {
    color: #3aa3a5;
    font-size: 16px;
  }
  .blog_hdng {
    overflow: hidden;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 34px;
    color: #fff;
  }
  .blog__img__content_bx_inr {
    overflow: hidden;
    padding: 20px;
  }
  .blog_hdng a:after {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    top: 8px;
    right: 1px;
    background: url("../images/arrow_rht.svg") top center;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .blog_hdng a {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 1400px) {
  .frm__inr__area h2 {
    font-size: 16px;
  }
  .frm__inr__area p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
  }
  .frmfldinpt {
    padding: 0 5px;
  }
  .frm__txtarea {
    height: 40px;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 1360px) {
  .maxwidth-30 {
    max-width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1300px) {
  .event__slider.second_slider {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .event__slider .slick-slide.slick-current.slick-active.slick-center {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  header.header__elem .header__elemlogo {
    position: relative;
    margin-top: 0;
  }
  .installationgoa__content_abt_csr {
    padding: 10%;
  }
  .installationgoa__content_abt_csr p {
    max-width: 100%;
  }
  .wdth_60.vlues {
    width: 90%;
  }
  .col-md-4.mbl_fulwdth {
    max-width: 100%;
    flex: 100%;
  }
  .col-md-8.mbl_fulwdth {
    max-width: 100%;
    flex: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .mrgn_blw {
    margin-bottom: 20px;
  }
  .pdng__lft_rht h1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  ul.tndr__lstng {
    margin-top: 30px;
  }
  .career__tender .installationgoa__content p {
    width: 100%;
    max-width: 100%;
  }
  .tndr__lstng li {
    font-size: 15px;
    padding-left: 20px;
  }
  .tndr__lstng li:before {
    height: 10px;
    width: 10px;
    top: 10px;
  }
  .blogsgoa__slider_main .slick-slide img {
    display: block;
    width: 100%;
  }
  .blogsgoa__slider_main .slick-next,
  .blogsgoa__slider_main .slick-prev {
    top: inherit;
    bottom: -39px;
  }
  .blogsgoa__slider_main .slick-prev {
    left: 50%;
    width: 60px;
    height: 30px;
    bottom: -65px;
    margin-left: -60px;
  }
  .blogsgoa__slider_main .slick-next {
    right: 50%;
    width: 60px;
    height: 30px;
    bottom: -65px;
    margin-right: -60px;
  }
  .event_slide__bx .swiper-button-prev {
    left: 10px;
    right: auto;
    top: inherit;
    bottom: 3px;
    left: 40%;
  }
  .event_slide__bx .swiper-button-next {
    left: inherit;
    right: auto;
    top: inherit;
    bottom: 0;
    right: 40%;
  }
  .event_slide__bx {
    padding-bottom: 50px;
  }
  .maxwidth-30 {
    max-width: 100%;
    margin: 0 auto;
  }
  .wdth_60 {
    margin: 0 auto;
    width: 100%;
  }
  .col-md-8.vluedv {
    width: 50%;
  }
  .col-md-4.vluedv {
    width: 50%;
  }
  h3.hdng__nw_now {
    color: #52cece;
    font-size: 75px;
  }
  .sus__lst li .txtbx {
    float: left;
    width: 100%;
    text-align: center;
    color: #636363;
    font-size: 14px;
    line-height: 18px;
  }
  .aboutgoa__wavysign.aboutgoa__wavysigntop {
    display: none;
  }
  .aboutgoa__wavysign.aboutgoa__wavysigntopleft {
    display: none;
  }
}
@media only screen and (max-width: 580px) {
  .aboutgoa.blogsgoa {
    padding: 0;
  }
  .aboutgoa.experiencegoa {
    padding: 0 0 50px;
  }
  .blogsgoa__itemscontent p {
    margin-bottom: 10px;
    max-width: 100%;
  }
  .blogsgoa__itemsimg,
  .img_hght {
    overflow-y: hidden;
  }
  .frm__inr__area p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
  }
  .frmfldinpt {
    padding: 3px 5px;
  }
  .slctdropdwn {
    padding: 5px 20px 3px 5px;
    font-size: 14px;
    background-position: right 20px top 12px;
    line-height: 20px;
  }
  .frm__txtarea {
    height: 50px;
    padding: 3px 5px;
  }
  .sbmt__btn {
    padding: 7px 40px 6px;
    border-radius: 100px;
    font-size: 16px;
    border: 0;
  }
  .awrd__bx img {
    width: 280px;
  }
  .sus__lst li {
    display: inline-block;
    width: 27%;
  }
  .sus__lst li {
    display: inline-block;
    width: 48%;
  }
  .col-md-8.vluedv {
    width: 100%;
  }
  .col-md-4.vluedv {
    width: 100%;
  }
  .vision_img img {
    width: 200px;
  }
}
@media only screen and (max-width: 400px) {
  .frmbx_gmr {
    width: 90%;
  }
  .frmbx_gmr_lost_found {
    width: 90%;
  }
  .tblr_hdng{
    font-size: 14px;
  }
  .tblr__body{
    font-size: 14px;
  }
}
.home .banner__slider .slick-dots {
  bottom: 5%;
}
.home .banner__image img {
  width: 100%;
  position: relative;
  /* margin-top: -106px; */
  margin-top: 101px;
  top: inherit;
}
@media only screen and (min-width: 1720px) {
  .home .banner__slider .slick-dots {
    bottom: 5%;
  }
}
@media only screen and (max-width: 1400px) {
  .fclts {
    overflow: hidden;
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .home .banner__image img {
    top: 0;
    margin-top: 50px;
    /* margin-top: 0; */
  }
  .home .banner__slider .slick-dots {
    bottom: 5%;
  }
}
.tr__frm__contact {
  text-align: left;
}
.fld_cntct_txt {
  margin-bottom: 8px;
  font-size: 28px;
  color: #3aa3a5;
  line-height: 36px;
}
.fld__bx_contact {
  margin-bottom: 15px;
}
.fld__bx_contact .fld__txt_cntct {
  color: #000;
  height: 24px;
  font-size: 18px;
  border: 0;
  background: #fff;
  border-bottom: 1px solid #3aa3a5;
  padding-bottom: 7px;
  width: 100%;
  padding: 0 10px 7px;
}
.slct__drop {
  color: #000;
  font-size: 18px;
  border: 1px solid #3aa3a5;
  background: #fff url("../images/contact/drop_arw.png") no-repeat right 10px
    center;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 80%;
  padding: 15px 50px 15px 10px;
  background-size: 30px;
}
.cntct__btn {
  display: inline-block;
  padding: 12px 30px;
  font-size: 26px;
  color: #3aa3a5;
  background: #fff;
  border: 1px solid #3aa3a5;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
.cntct__btn:hover {
  background: #3aa3a5;
  color: #fff;
}
select.slct__drop option[data-default] {
  color: #000;
}
@media only screen and (max-width: 1500px) {
  .installationgoa__content_abt_csr {
    padding: 16% 15%;
  }
  .sus__lst li .txtbx {
    font-size: 15px;
    line-height: 20px;
  }
  .fld_cntct_txt {
    font-size: 22px;
  }
  .vluedv h4 {
    font-size: 18px;
  }
  .vluedv p {
    font-size: 15px;
    line-height: 28px;
  }
  h3.hdng__nw_now {
    font-size: 80px;
    padding-bottom: 80px;
  }
  .newarpt__bx .icontxt {
    font-size: 15px;
    padding-top: 20px;
  }
  .newarpt__bx .iconbx {
    background: #3aa3a5;
    width: 100px;
    height: 100px;
  }
  .icnbx_mn img {
    width: 50px;
  }
  .sus__lst li .inrcrcle_icon img {
    width: 70%;
  }
}
@media only screen and (max-width: 1400px) {
  .installationgoa__content_abt_csr {
    padding: 15% 20px;
  }
}
@media only screen and (max-width: 1180px) {
  .installationgoa__content_abt_csr {
    padding: 9% 20px;
  }
}
@media only screen and (max-width: 1150px) {
  .installationgoa__content_abt_csr {
    padding: 9% 20px;
  }
  ul.foundtn_lst2 li {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-left: 2%;
    margin-right: 2%;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .aboutgoa.eventgoa.new_goa {
    padding: 0;
  }
  .installationgoa__content_abt_csr {
    padding: 15px 20px;
  }
  .installationgoa__content_abt_csr p {
    max-width: 100%;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .contact .aboutgoa__header {
    padding: 0 20px;
  }
  .fld_cntct_txt {
    font-size: 18px;
  }
  .cntct__btn {
    font-size: 18px;
  }
  .foundtn_lst2 {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 580px) {
  section.header {
    background-position: left -100px top;
  }
  ul.connsctivty__lst li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  ul.connsctivty__lst li .icn__bx img {
    width: 80%;
    max-width: 100px;
  }
  ul.connsctivty__lst li .icn__txt {
    font-size: 16px;
  }
  .safety__bx__lft {
    float: left;
    width: 100%;
    height: auto;
    line-height: normal;
    padding: 15px 0;
  }
  .safety__bx__rht {
    float: left;
    width: 100%;
    height: auto;
  }
  .hlth__btm_lst {
    float: left;
    width: 50%;
    margin-right: 0;
    text-align: center;
  }
  .hlth__btm_lst .icn_n__bx {
    float: left;
    width: 100%;
    text-align: center;
  }
  .hlth__btm_lst .icn_n__txt {
    float: left;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .slct__drop {
    width: 100%;
  }
  ul.foundtn_lst2 li {
    padding-top: 0;
  }
  .found_img {
    padding: 10px;
  }
  .found_text {
    padding: 24px 0 0;
  }
  .found_img:after {
    height: 20px;
    width: 20px;
    bottom: -11px;
  }
  .tblr_hdng{
    font-size: 12px !important;
  }
  .tblr__body{
    font-size: 12px !important;
  }
}
.col-md-4.lst .lst__inr {
  background: #e5e5e5;
  padding: 20px 5px;
  margin: 0 0 20px;
}
.blogsearch,
.outletsearch {
  width: 100%;
  background: #e5e5e5 url("../images/srch_icn.png") no-repeat left 18px top 11px;
  color: #000;
  border: 0;
  padding: 13px 30px 13px 51px;
  border-radius: 50px;
  background-size: 24px;
  font-size: 18px;
}
.blogsearch::placeholder {
  color: #aaa9a9;
  opacity: 1;
}
.blogsearch::-ms-input-placeholder {
  color: #aaa9a9;
}
.blogsearch::-ms-input-placeholder {
  color: #aaa9a9;
}
.outletsearch::placeholder {
  color: #aaa9a9;
  opacity: 1;
}
.outletsearch::-ms-input-placeholder {
  color: #aaa9a9;
}
.outletsearch::-ms-input-placeholder {
  color: #aaa9a9;
}
.blog-pd-15 {
  padding: 15px;
}
.dvlft {
  float: left;
  width: 15%;
  margin-right: 5%;
  text-align: center;
}
.dvlft span {
  border: 1px solid #3ea5a7;
  padding: 10px 30px;
  font-size: 24px;
  color: #3aa3a5;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
}
.dvrht {
  float: left;
  width: 100%;
}
.row.topbx_outlet {
  margin-bottom: 40px;
}
.lst__inr img {
  width: 100%;
}
.card-body .selectedLink {
  margin: 0 4px;
  background: #3aa3a5;
  padding: 4px 8px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 1440px) {
  .dvlft span {
    padding: 10px 15px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .row.topbx_outlet {
    margin-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .dvlft {
    float: left;
    width: 18%;
    margin-right: 2%;
    text-align: center;
  }
  .dvlft span {
    padding: 12px 5px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 580px) {
  .dvlft {
    width: 25%;
  }
  .dvrht {
    width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  .dvlft span {
    padding: 10px 5px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 370px) {
  .dvlft span {
    padding: 10px 5px;
    font-size: 14px;
  }
}
.banner__elem .banner__slideritem {
  overflow: hidden;
}
.banner__elem .banner__image {
  animation: zoom-in-zoom-out 20s ease infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.hvr_fclties {
  transition: all ease-in-out 0.3s;
}
.opacity_num {
  opacity: 0.5;
}
.checkingoa__contenttxt_nw {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 50%);
  margin-bottom: 20px;
  padding-bottom: 3px;
  border-bottom: 0 solid #fff;
  background: #3aa3a5;
  padding: 10px 30px;
  border-radius: 10px;
}
.lst__inr {
  position: relative;
  overflow: hidden;
}
.logo_dtls__bx {
  position: absolute;
  left: 0;
  top: 120%;
  width: 100%;
  height: 100%;
  background: rgba(58, 163, 165, 0.9);
  color: #fff;
  font-size: 16px;
  padding: 15px;
  transition: 0.3s all ease-in-out;
}
.locatoion__bx {
  overflow: hidden;
  padding-left: 38px;
  background: url("../images/location_icon.png") no-repeat left top;
  padding-top: 0;
  font-size: 15px;
  color: #fff;
  background-size: 24px;
  margin-top: 30px;
  min-height: 25px;
}
.lst__inr:hover .logo_dtls__bx {
  top: 0;
}
@media only screen and (max-width: 1600px) {
  .locatoion__bx {
    font-size: 14px;
    margin-top: 10px;
  }
  .logo_dtls__bx {
    font-size: 13px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 1380px) {
  .locatoion__bx {
    font-size: 14px;
    margin-top: 10px;
  }
  .logo_dtls__bx {
    font-size: 13px;
    line-height: 18px;
  }
  #courseTable .col-md-4.lst {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #courseTable1 .col-md-4.lst {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .logo_dtls__bx p {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #courseTable .col-md-4.lst {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #courseTable1 .col-md-4.lst {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .locatoion__bx {
    font-size: 15px;
    margin-top: 10px;
  }
  .logo_dtls__bx {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .locatoion__bx {
    font-size: 14px;
    margin-top: 10px;
  }
  .logo_dtls__bx {
    font-size: 14px;
    line-height: 18px;
  }
}
::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.feedback__popup {
  display: none;
}
.feedback_tabs {
  width: 100%;
  background-color: #fff;
  border-radius: 5px 5px 5px 5px;
}
ul#feedback_tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
}
ul#feedback_tabs-nav li {
  display: inline-block;
  min-width: 40%;
  margin-right: 2%;
  padding: 10px 25px 4px 15px;
  border-radius: 15px;
  border: 1px solid #00abc5;
  cursor: pointer;
}
ul#feedback_tabs-nav li.active {
  background-color: #00abc5;
}
ul#feedback_tabs-nav li.active a {
  color: #fff;
}
#feedback_tabs-nav li a {
  text-decoration: none;
  color: #00abc5;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
}
#feedback_tabs-nav li a span.icndprture {
  display: inline-block;
  border-radius: 8px;
  height: 52px;
  width: 52px;
  background: #00abc5 url("../images/feedback/departure.png") no-repeat center
    center;
  background-size: 40px;
  margin-right: 20px;
}
.feedback_tab-content {
  padding: 0;
  background-color: #fff;
  margin-top: 30px;
}
#feedback_tabs-nav li.active a span.icndprture {
  background: #fff url("../images/feedback/departure_active.png") no-repeat
    center center;
  background-size: 40px;
}
#feedback_tabs-nav li a span.txtbx {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
}
#feedback_tabs-nav li a span.icnarvl {
  display: inline-block;
  border-radius: 8px;
  height: 52px;
  width: 52px;
  background: #00abc5 url("../images/feedback/arrival.png") no-repeat center
    center;
  background-size: 40px;
  margin-right: 20px;
}
.feedback_tab-content {
  padding: 10px;
  background-color: #fff;
}
#feedback_tabs-nav li.active a span.icnarvl {
  background: #fff url("../images/feedback/arrival_active.png") no-repeat center
    center;
  background-size: 40px;
}
.feedback__pop_inr__bx h3 {
  overflow: hidden;
  padding: 0;
  margin: 0;
  padding-bottom: 8px;
  font-size: 22px;
  font-weight: 600;
  color: #3aa3a5;
}
.feedback__pop_inr__bx p {
  overflow: hidden;
  padding: 0;
  margin: 0;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: normal;
  color: #303030;
  width: 90%;
}
.feedback__popup {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 999;
}
.feedback__pop_inr {
  position: absolute;
  top: 20px;
  width: 760px;
  left: 50%;
  margin-left: -380px;
  background: #fff;
  border-radius: 10px;
}
.feedback_scroller {
  overflow-y: auto;
  height: calc(100vh - 385px);
}
.feedback__pop_inr__bx {
  overflow: hidden;
  padding: 40px 10px 10px 30px;
}
.close_fdbck_popup {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #00abc5;
  font-size: 32px;
}
.fdbck_sbmt__btn {
  overflow: hidden;
  padding-top: 30px;
  text-align: center;
}
.sbmt__nw_btn {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #00abc5;
  border-radius: 10px;
  background: #fff;
  transition: all 0.5s ease-in;
  font-size: 22px;
  color: #00abc5;
  font-weight: 600;
  letter-spacing: 1px;
}
.sbmt__nw_btn:hover {
  background: #00abc5;
  color: #fff;
}
.fdbck__row {
  overflow: hidden;
  padding: 0 0 25px;
}
.iconbx_fdbck {
  display: inline-block;
  margin-right: 20px;
}
.iconbx_fdbck img {
  width: 50px;
}
.fdbck_txtbx {
  display: inline-block;
  font-size: 20px;
  color: #231f20;
  vertical-align: middle;
}
.feedback_container {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  text-align: center;
  position: relative;
  padding-left: 0;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.feedback_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.feedback_checkmark {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  height: 30px;
  width: 30px;
  background-size: 30px !important;
  border-radius: 50%;
}
.feedback_checkmark.good {
  background: url("../images/feedback/good.png") no-repeat center center;
}
.feedback_container input:checked ~ .feedback_checkmark.good {
  background: url("../images/feedback/good_active.png") no-repeat center center;
}
.feedback_checkmark.poor {
  background: url("../images/feedback/poor.png") no-repeat center center;
}
.feedback_container input:checked ~ .feedback_checkmark.poor {
  background: url("../images/feedback/poor_active.png") no-repeat center center;
}
.feedback_checkmark.fair {
  background: url("../images/feedback/fair.png") no-repeat center center;
}
.feedback_container input:checked ~ .feedback_checkmark.fair {
  background: url("../images/feedback/fair_active.png") no-repeat center center;
}
.feedback_checkmark.notused {
  background: url("../images/feedback/not_used.png") no-repeat center center;
}
.feedback_container input:checked ~ .feedback_checkmark.notused {
  background: url("../images/feedback/not_used_active.png") no-repeat center
    center;
}
.rdo_txt {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 32px;
  font-size: 14px;
  color: #231f20;
}
@media only screen and (max-width: 1700px) {
  #feedback_tabs-nav li a span.icndprture {
    height: 44px;
    width: 44px;
    background-size: 36px;
  }
  #feedback_tabs-nav li.active a span.icndprture {
    background-size: 36px;
  }
  #feedback_tabs-nav li a {
    font-size: 24px;
  }
  #feedback_tabs-nav li a span.txtbx {
    margin-top: 9px;
  }
  #feedback_tabs-nav li a span.icnarvl {
    height: 44px;
    width: 44px;
    background-size: 36px;
  }
  #feedback_tabs-nav li.active a span.icnarvl {
    background-size: 36px;
  }
  ul#feedback_tabs-nav li {
    padding: 7px 25px 1px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .feedback__pop_inr {
    position: absolute;
    top: 20px;
    width: 90%;
    left: 5%;
    margin-left: 0;
    background: #fff;
    border-radius: 10px;
  }
  .feedback__pop_inr__bx {
    overflow: hidden;
    padding: 20px 10px 10px;
  }
  .feedback__pop_inr__bx h3 {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .feedback__pop_inr__bx p {
    font-size: 16px;
    width: 100%;
    line-height: 20px;
    max-width: 100%;
  }
  ul#feedback_tabs-nav li {
    display: inline-block;
    min-width: 100%;
    margin-right: 0;
    padding: 6px 24px 0 15px;
    margin-bottom: 15px;
  }
  #feedback_tabs-nav li a {
    text-decoration: none;
    color: #00abc5;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
  }
  #feedback_tabs-nav li a span.icndprture {
    height: 40px;
    width: 40px;
    background-size: 25px;
  }
  #feedback_tabs-nav li.active a span.icndprture {
    background-size: 25px;
  }
  #feedback_tabs-nav li a span.txtbx {
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
  }
  #feedback_tabs-nav li a span.icnarvl {
    height: 40px;
    width: 40px;
    background-size: 25px;
  }
  .feedback_tab-content {
    margin-top: 0;
  }
  .feedback_tab-content {
    padding: 10px 0 0 10px;
    background-color: #fff;
  }
  .iconbx_fdbck img {
    width: 40px;
  }
  .fdbck__row .col-md-8 {
    margin-top: 15px;
    padding-left: 0;
  }
  .fdbck__row {
    overflow: hidden;
    padding: 0 0 15px;
  }
  .iconbx_fdbck {
    display: inline-block;
    margin-right: 12px;
  }
  .fdbck_sbmt__btn {
    overflow: hidden;
    padding-top: 10px;
    text-align: center;
  }
  .sbmt__nw_btn {
    padding: 8px 30px;
    font-size: 18px;
  }
  .fdbck_txtbx {
    display: inline-block;
    font-size: 18px;
  }
  .rdo_txt {
    padding-top: 28px;
    font-size: 12px;
  }
  .fdbck__row {
    overflow: hidden;
    padding: 0;
  }
}
.tblr__bx {
  float: left;
  width: 100%;
  margin-top: 15px;
  border: 1px solid #3aa3a5;
}
.tblr_hdng {
  background: #3aa3a5;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.tblr_hdng .col-md-6 {
  border-right: 1px solid #fff;
  padding: 10px 25px;
}
.tblr_hdng .col-md-3 {
  border-right: 1px solid #fff;
  padding: 10px 25px;
}
.tblr_hdng .col-md-3:last-child {
  border-right: 0;
}
.tblr_hdng .col-md-6:last-child {
  border-right: 0;
}
.tblr__bx .col-md-6 {
  border-right: 1px solid #fff;
  padding: 10px 25px;
}
.tblr__bx .col-md-6:last-child {
  border-right: 0;
}
.tblr_hdng .col-md-4 {
  border-right: 1px solid #fff;
  padding: 10px 25px;
}
.tblr_hdng .col-md-4:last-child {
  border-right: 0;
}
.tblr__bx .col-md-4 {
  border-right: 1px solid #fff;
  padding: 10px 25px;
}
.tblr__bx .col-md-3 {
  border-right: 1px solid #fff;
  padding: 10px 25px;
}
.tblr__bx .col-md-4:last-child {
  border-right: 0;
}
.tblr__body .row:nth-child(even) {
  background: #b8dedf;
}
.tblr__body .row:nth-child(odd) .col-md-6 {
  border-right: 1px solid #ccc;
}
.tblr__body .row:nth-child(odd) .col-md-3 {
  border-right: 1px solid #ccc;
}
.bdrtp{
  border-top: 1px solid #fff;
}
.tblr__body .row,
.tblr_hdng .row {
  margin: 0;
}
.tblr__body .row:nth-child(odd) .col-md-4 {
  border-right: 1px solid #ccc;
}
.aboutgoa__content.mrgntop {
  margin-top: 80px;
}
h3.smlhdng {
  font-size: 18px;
  color: #3aa3a5;
  margin-top: 20px;
}
.tooltip_nav {
  position: absolute;
  right: 51px;
  top: 7px;
  background: #3aa3a5;
  color: #ffffff;
  width: 133px;
  padding: 6px 8px;
  text-align: center;
  display: none;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.quickcontact__block ul li {
  position: relative;
}
.quickcontact__block ul li:hover .tooltip_nav {
  display: block;
}
.lost_found_clk .tooltip_nav {
  top: -3px;
  width: 152px;
}
.lost_found_clk .tooltip_nav {
  top: -3px;
  width: 152px;
}
.call .tooltip_nav {
  top: 0;
  width: 84px;
}
.frmclk .tooltip_nav {
  top: 0;
  width: 118px;
}
.tooltip_nav::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #3aa3a5;
}
.iconbxoutr .iconbx img {
  transition: all 0.5s ease-in-out;
}
.iconbxoutr .iconbx:hover img {
  transform: rotate(20deg);
}
.sus__lst .inrcrcle_icon img {
  transition: all 0.5s ease-in-out;
}
.sus__lst .inrcrcle_icon:hover img {
  transform: rotate(20deg);
}
@media only screen and (max-width: 980px) {
  .col-md-6.main__trns {
    margin-top: 30px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tblr__body .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tblr_hdng .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .tblr_hdng .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .tblr__body .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .tblr_hdng .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .tblr__bx.transport__btm .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media only screen and (max-width: 5800px) {
  ul.lst_blt {
    padding: 10px;
    margin: 0;
  }
  .tblr__bx .col-md-6 {
    padding: 10px 15px;
  }
  .tblr__bx .col-md-4 {
    padding: 10px 15px;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .tblr__bx .col-md-3 {
    padding: 10px 15px;
  }
  .tblr__bx .col-md-2 {
    padding: 10px 15px;
  }
  .tblr__bx .col-md-9 {
    padding: 10px 15px;
  }
}
.home_bnr__nw {
  margin-top: 0;
}
.Videobx {
  min-height: 100%;
  min-width: 100%;
  right: 0;
  bottom: 0;
}
.mbl_img {
  display: none;
}
.dstp_img {
  display: block;
}
@media (max-width: 800px) {
  .dstp_img {
    display: none;
  }
  .mbl_img {
    display: block;
  }
  .Videobx {
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    min-height: inherit;
    min-width: inherit;
  }
}
header.header__elem {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.header.sticky.fixed header.header__elem {
  box-shadow: 0 20px 20px -35px #222;
  -webkit-box-shadow: 0 20px 20px -35px #222;
  -moz-box-shadow: 0 20px 20px -35px #222;
}
.crcleimg img {
  border-radius: 100%;
}
h2.mnhdng {
  font-family: "robotobold";
  font-size: 42px;
  margin-bottom: 32px;
  color: #3aa3a5;
  line-height: 50px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1600px) {
  .aboutgoa__header h2 {
    font-size: 30px;
    margin-bottom: 18px;
    line-height: 45px;
  }
}
.scl_lst {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: right;
}
.scl_lst li {
  display: inline-block;
  padding-right: 20px;
}
.scl_lst li img {
  width: 26px;
}
.tbl_6clmn {
  border: 1px solid #59c4c6;
}
.tbl_6clmn thead tr {
  background: #3aa3a5;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.tbl_6clmn thead tr.clroptn {
  background: #59c4c6;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.tbl_6clmn thead th {
  padding: 5px;
}
.tbl_6clmn tbody {
  background: #fff;
  color: #303030;
  font-size: 14px;
}
.tbl_6clmn tbody td {
  padding: 5px;
}
.tbl_6clmn tbody tr {
  background: #fff;
}
.tbl_6clmn tbody tr:nth-child(even) {
  background: #b8dedf;
}
.flight-table .container {
  width: 100%;
  padding: 0 100px;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
table.table.flight_table tbody tr:nth-child(1) td {
  background: #3aa3a5 !important;
  color: #fff;
}
table.table.flight_table tbody tr td:nth-child(1) {
  padding: 15px !important;
}
.InnerWrapper .flight_table tbody tr td {
  text-align: center;
  padding: 15px !important;
}
.InnerWrapper .flight_table td,
.InnerWrapper .flight_table thead {
  font-size: 14px !important;
}
table.table.flight_table tbody tr:nth-child(1) td > b {
  text-transform: capitalize;
}
.InnerWrapper .flight_table tbody tr td {
  background: #f1f0f5;
  border-color: #fff;
}
.flight_table tr:nth-child(odd) > td {
  background: #fff !important;
}
.mrgntop__nw {
  margin-top: 80px;
}
.mrgnbtm__nw {
  margin-bottom: 60px;
}
.aboutgoa__header {
  padding: 10px 0 0;
}
.fl-select {
  padding: 20px 0 0;
  position: relative;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.fl-select button.btn{margin: 0;}
button.btn.cs-btn {
  width: 49%;
  padding: 8px 8px 10px;
  background: #b8dedf;
  font-weight: bold;
  color: #303030;
  font-size: 16px;
  border-radius: 5px 5px 0 0;
  border: 0;
  letter-spacing: 1px;
}
.flight-table button.btn.cs-btn { opacity:1; }
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
button.btn.cs-btn.act {
  background: #59c4c6;
  color: #fff;
}
.fl-term-select {
  text-align: center;
  padding: 10px;
  background: #59c4c6;
  border-radius: 5px;
  z-index: 1;
  position: relative;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.btn.cs-btn1 {
  width: 45%;
  padding: 8px;
  background: #b8dedf;
  font-weight: bold;
  font-size: 15px;
  margin: 5px 2%;
  border: 0;
}
.w-80 .form-group,
.w-80 .row {
  margin: 0;
}
h4.fs-15 {
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
}
*:focus {
  outline: none;
}
.cs-btn1.act1 {
  background: #fff !important;
  border: 1px #013976 solid;
}
.sl-40 {
  width: 40%;
  padding: 5px;
  float: left;
}
.sl-20 {
  width: 20%;
  padding: 5px;
  float: left;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.w-80 {
  width: 100%;
  padding: 10px;
  background: #efefef;
  position: relative;
  margin-top: 22px;
  border-radius: 5px;
}
.cs-bt {
  background: #3aa3a5;
  width: 100%;
  padding: 8px;
  font-weight: bold;
  font-size: 15px;
  border: 0;
  color: #fff;
}
.sl-40 input::placeholder {
  color: #303030;
  opacity: 1;
}
.sl-40 input:-ms-input-placeholder {
  color: #303030;
}
.sl-40 input::-ms-input-placeholder {
  color: #303030;
}
.ftr_address__bx {
  overflow: hidden;
  padding-bottom: 40px;
  font-size: 20px;
  color: #fff;
}
.ftr__ad__info {
  overflow: hidden;
  padding-bottom: 10px;
}
.dtl_nw_info {
  overflow: hidden;
  padding-bottom: 10px;
}
.dtl_nw_info.fdbck a {
  background: url("../images/fdbck.png") no-repeat left top;
  padding-left: 35px;
  display: inline-block;
  min-height: 31px;
  font-size: 16px;
  color: #fff;
}
.dtl_nw_info.call a {
  background: url("../images/call.png") no-repeat left top;
  padding-left: 35px;
  display: inline-block;
  min-height: 31px;
  font-size: 16px;
  color: #fff;
}
.dtl_nw_info.global a {
  background: url("../images/globe.png") no-repeat left top;
  padding-left: 35px;
  display: inline-block;
  min-height: 31px;
  font-size: 16px;
  color: #fff;
}
.cmplnt__bx {
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  margin-bottom: 7px;
}
.nodal__bx {
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  margin-bottom: 40px;
}
.nodal__bx a {
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  margin-bottom: 40px;
}
.appl__bx {
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
.appl__bx a {
  background: url("../images/auth.png") no-repeat left top;
  padding-left: 35px;
  display: inline-block;
  min-height: 31px;
  font-size: 16px;
  color: #fff;
}
.footer__row ul.scl_lst {
  padding-left: 0;
  text-align: left;
  margin-top: 30px;
}
.ftr__logo img {
  width: 250px;
}
.mrgn__top__bx {
  margin-top: 30px;
}
@media only screen and (max-width: 1100px) {
  .flight__dtls__nw .col-md-5,
  .flight__dtls__nw .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  #flArrTime {
    width: 100%;
    overflow: auto;
  }
  #flDeptTime {
    width: 100%;
    overflow: auto;
  }
  .flight_table {
    width: auto;
  }
  .ftr__logo img {
    width: 150px;
  }
  #divdep .sl-40 {
    width: 50%;
  }
  #divdep .sl-20 {
    width: 30%;
  }
}
.feedback__pop_inr__bx1 {
  overflow: hidden;
}
.feedback__pop_inr__bx1 h3 {
  overflow: hidden;
  padding: 0;
  margin: 0;
  padding-bottom: 8px;
  font-size: 22px;
  font-weight: 600;
  color: #3aa3a5;
}
.feedback__pop_inr__bx1 p {
  overflow: hidden;
  padding: 0;
  margin: 0;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: normal;
  color: #303030;
  width: 90%;
}
.feedback__pop_inr__bx1 .inp {
  float: right;
}
.feedback__pop_inr__bx1 .sbmt__nw_btn {
  margin-top: 5px;
}
.feedback__pop_inr__bx1 .frmfldinpt {
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
  border: 1px solid #93ccce;
  font-size: 14px;
  color: black;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: 80px auto 0;
  padding: 20px;
  border: 1px solid #fefefe;
  width: 40%;
  border-radius: 14px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:focus,
.close:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 880px) {
  .modal-content {
    width: 80%;
  }
}
.icn__txt a {
  color: #636363;
}
.newhttxt {
  color: white;
}
.newhttxt:hover {
  color: white;
}
@media only screen and (max-width: 580px) {
  .frmbx_gmr_lost_found .frm__tble {
    max-height: 54vh;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 420px) {
  .appl__bx {
    word-break: break-all;
  }
}
@media only screen and (max-width: 767px) {
  .wavy-line-green {
    display: none;
  }
}
.showclose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}


/* new popup csss starts */
.skytrax__popup {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  z-index: 99999;
}

.vrtclcntr_bx {
  float: left;
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  z-index: 70
}

.vrtclcntr_bxinr {
  display: table-cell;
  vertical-align: middle
}

.skytrax__popup_inr {
  margin: 0 auto;
  width: 800px;
  height: 600px;
  background: url('../images/newpopup/pop_bg_nw.jpg') no-repeat left bottom;
  background-size: 800px;
  overflow: hidden;
  position: relative;
}

.skytrax__popup_inr_nw2 {
  margin: 0 auto;
  width: 800px;
  height: 600px;
  background: url('../images/newpopup/pop_bg_nw2.jpg') no-repeat left bottom;
  background-size: 800px;
  overflow: hidden;
  position: relative;
}

.skytraxtop_cntnt.lftalign {
  text-align: left;
  padding: 0px 30px;
}

.pop_rght_img_sky {
  position: absolute;
  right: 30px;
  bottom: 0px;
}

.pop_rght_img_sky img {
  width: 300px;
}

a.close__popup_nw {
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
a.close_sec__popup_nw {
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.poptop__logo {
  float: left;
  width: 100%;
  text-align: right;
}

.poptop__logo img {
  width: 301px;
}

.skytraxtop_cntnt {
  float: left;
  width: 100%;
  text-align: center;
}

.skytraxtop_cntnt h3 {
  padding: 0px;
  margin: 0px;
  font-family: 'robotobold';
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.skytraxtop_cntnt p {
  clear: both;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  font-family: 'robotoregular';
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  padding-bottom: 20px;
}

.skytrax_btm_hdr {
  float: left;
  width: 100%;
  padding: 0px 30px;
}

.skytrax_btm_hdr h2 {
  padding: 0px;
  margin: 0px;
  font-family: 'robotobold';
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  padding-bottom: 10px;
}

ul.fdbcklst {
  clear: both;
  padding: 0px;
  margin: 0px;
  padding-left: 30px;
  list-style-type: disc;
  margin-bottom: 0px;
}

ul.fdbcklst li {
  padding: 0px;
  margin: 0px;
  list-style-type: disc;
  font-family: 'robotoregular';
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  padding-bottom: 10px;
}

.dvbxpopup {
  clear: both;
  padding: 20px 0px 0px 0px;
  overflow: hidden;
}

.dvbxpopupcrcle {
  float: left;
  width: 96px;
  height: 96px;
  padding: 10px;
  border: 3px solid #fff;
  font-family: 'robotoregular';
  font-size: 16px;
  line-height: 20px;
  margin-right: 20px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
}

.pop_scl__bx {
  clear: both;
  text-align: right;
  overflow: hidden;
}

.scl_hdng_pop {
  overflow: hidden;
  padding-bottom: 10px;
  font-size: 14px;
  color: #fff;
  text-align: right;
  font-family: 'robotobold';
}

.popscl_bx_inr {
  float: right;
}

.scl_pop_lst {
  clear: both;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  text-align: right;
  padding-bottom: 10px;
}

.scl_pop_lst li {
  display: inline-block;
}

.pop_scl__bx.lftalign {
  text-align: left;
  margin-top: 60px;
}

.pop_scl__bx.lftalign .popscl_bx_inr {
  float: left;
}

.pop_scl__bx.lftalign .popscl_bx_inr .scl_hdng_pop {
  text-align: left;
}

.pop_scl__bx.lftalign .scl_pop_lst {
  text-align: left;
}

.inr__nw .dvbxpopupcrcle {
  width: 120px;
  height: 120px;
  font-size: 18px;
  margin-right: 10%;
  float: none;
  display: inline-block;
}

.inr__nw .dvbxpopup {
  text-align: center;
  width: 400px;
}

.skytraxtop_cntnt.lftalign h3 {
  font-size: 26px;
}

.skytraxtop_cntnt.lftalign p {
  font-size: 24px;
  line-height: 30px;
}


@media only screen and (max-width: 1000px) {
  .skytrax__popup_inr {
      margin: 0 auto;
      width: 96%;
      max-width: 600px;
      height: auto;
      min-height: 600px;
      background: url('../images/newpopup/pop_bg_nw_mbl.jpg') no-repeat left bottom;
      background-size: cover;
      overflow: hidden;
      position: relative;
  }

  .skytrax__popup_inr_nw2 {
      margin: 0 auto;
      width: 96%;
      max-width: 600px;
      height: auto;
      min-height: inherit;
      background: url('../images/newpopup/pop_bg_nw2.jpg') no-repeat center bottom;
      background-size: cover;
      overflow: hidden;
      position: relative;
  }

  .skytraxtop_cntnt p {
      max-width: inherit;
  }
}

@media only screen and (max-width: 580px) {
  .poptop__logo img {
      width: 230px;
  }

  .skytraxtop_cntnt h3 {
      font-size: 20px;
      line-height: 23px;
  }

  .skytrax_btm_hdr h2 {
      font-size: 18px;
      line-height: 22px;
  }

  ul.fdbcklst {
      padding-left: 10px;
  }

  ul.fdbcklst li {
      font-size: 16px;
      line-height: 20px;
  }

  .dvbxpopupcrcle {
      float: left;
      width: 80px;
      height: 80px;
      padding: 10px;
      border: 3px solid #fff;
      font-family: 'robotoregular';
      font-size: 14px;
      line-height: 15px;
      margin-right: 10px;
      border-radius: 100%;
      color: #fff;
      text-align: center;
  }

  .popscl_bx_inr {
      float: left;
  }

  .scl_hdng_pop {
      overflow: hidden;
      padding-top: 10px;
      padding-bottom: 5px;
      font-size: 14px;
      color: #fff;
      text-align: left;
  }

  .dvbxpopup {
      clear: both;
      padding: 10px 0px 0px 0px;
      overflow: hidden;
  }



  .inr__nw .dvbxpopupcrcle {
      width: 90px;
      height: 90px;
      font-size: 14px;
      margin-right: 10px;
      float: none;
      display: inline-block;
  }

  .inr__nw .dvbxpopup {
      text-align: center;
      width: 250px;
  }

  .skytraxtop_cntnt.lftalign h3 {
      font-size: 22px;
  }

  .skytraxtop_cntnt.lftalign p {
      font-size: 18px;
      line-height: 26px;
  }

  .pop_rght_img_sky img {
      width: 200px;
  }


}

@media only screen and (max-width: 430px) {
  .pop_rght_img_sky {
      right: 10px;
  }

  .pop_rght_img_sky img {
      width: 150px;
  }

  .poptop__logo img {
      width: 180px;
      margin-bottom: 10px;
  }
}
.newclose {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
/* new popup csss ends */

.md_img img{
  background: #3aa3a5;

}

@media only screen and (max-width: 570px) {
  .list-tab-btn ul li a {
    padding: 10px;
}
.tblr__bx .col-md-3 {
  padding: 10px 5px;
}
}
/* bus route page */
.blogsgoa__itemlinks  .bus_btn{color: #D1443F; border: 1px solid #D1443F;}
.bus_btn:hover{color: #fff; background: #D1443F;}



/* end */

/* diwali cracker animation start */
.hide {
  opacity: 0;
  visibility: hidden;
}

.remove {
  display: none !important;
}

.blur {
  filter: blur(12px);
}

.cnvscontainer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.loading-init {
  width: 100%;
  align-self: center;
  text-align: center;
  text-transform: uppercase;
}

.loading-init__header {
  font-size: 2.2em;
}

.loading-init__status {
  margin-top: 1em;
  font-size: 0.8em;
  opacity: 0.75;
}

.stage-container {
  overflow: hidden;
  box-sizing: initial;
  margin: -1px;
}

@media (max-width: 840px) {
  .stage-container {
    border: none;
    margin: 0;
  }
}

.canvas-container {
  width: 100%;
  height: 100%;
  transition: filter 0.3s;
}

.canvas-container canvas {
  position: absolute;
  mix-blend-mode: lighten;
  transform: translateZ(0);
}

.controls {
  position: absolute;
  top: 0;
  width: 100%;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  transition: opacity 0.3s, visibility 0.3s;
}

@media (min-width: 840px) {
  .controls {
    visibility: visible;
  }

  .controls.hide:hover {
    opacity: 1;
  }
}

.menu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.42);
  transition: opacity 0.3s, visibility 0.3s;
}

.menu__inner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.3s;
}

.menu__header {
  margin-top: auto;
  margin-bottom: 8px;
  padding-top: 16px;
  font-size: 2em;
  text-transform: uppercase;
}

.menu__subheader {
  margin-bottom: auto;
  padding-bottom: 12px;
  font-size: 0.86em;
  opacity: 0.8;
}

.menu form {
  width: 100%;
  max-width: 400px;
  padding: 0 10px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.menu .form-option {
  display: flex;
  align-items: center;
  margin: 16px 0;
  transition: opacity 0.3s;
}

.menu .form-option label {
  display: block;
  width: 50%;
  padding-right: 12px;
  text-align: right;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menu .form-option--select select {
  display: block;
  width: 50%;
  height: 30px;
  font-size: 1rem;
  font-family: "Russo One", arial, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.06em;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.menu .form-option--select select option {
  background-color: black;
}

.menu .form-option--checkbox input {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0;
  opacity: 0.5;
}

@media (max-width: 840px) {

  .menu .form-option select,
  .menu .form-option input {
    outline: none;
  }
}

.close-menu-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.btn {
  opacity: 0.16;
  width: 50px;
  height: 50px;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  transition: opacity 0.3s;
}

.btn--bright {
  opacity: 0.5;
}

@media (min-width: 840px) {
  .btn:hover {
    opacity: 0.32;
  }

  .btn--bright:hover {
    opacity: 0.75;
  }
}

.btn svg {
  display: block;
  margin: auto;
}

.credits {
  margin-top: auto;
  margin-bottom: 10px;
  padding-top: 6px;
  font-size: 0.8em;
  opacity: 0.75;
}

.credits a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.credits a:hover,
.credits a:active {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
}

.help-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  transition-property: visibility;
  transition-duration: 0.25s;
}

.help-modal__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: ease-in;
  transition-duration: 0.25s;
}

.help-modal__dialog {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  max-height: calc(100vh - 100px);
  margin: 10px;
  padding: 20px;
  border-radius: 0.3em;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: scale(0.9, 0.9);
  transition-property: opacity, transform;
  transition-timing-function: ease-in;
  transition-duration: 0.25s;
}

@media (min-width: 840px) {
  .help-modal__dialog {
    font-size: 1.25rem;
    max-width: 500px;
  }
}

.help-modal__header {
  font-size: 1.75em;
  text-transform: uppercase;
  text-align: center;
}

.help-modal__body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1em 0;
  padding: 1em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}

.help-modal__close-btn {
  flex-shrink: 0;
  outline: none;
  border: none;
  border-radius: 2px;
  padding: 0.25em 0.75em;
  margin-top: 0.36em;
  font-family: "Russo One", arial, sans-serif;
  font-size: 1em;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background-color: rgba(255, 255, 255, 0.25);
  transition: color 0.3s, background-color 0.3s;
}

.help-modal__close-btn:hover,
.help-modal__close-btn:active,
.help-modal__close-btn:focus {
  color: #FFF;
  background-color: #09F;
}

.help-modal.active {
  visibility: visible;
  transition-duration: 0.4s;
}

.help-modal.active .help-modal__overlay {
  opacity: 1;
  transition-timing-function: ease-out;
  transition-duration: 0.4s;
}

.help-modal.active .help-modal__dialog {
  opacity: 1;
  transform: scale(1, 1);
  transition-timing-function: ease-out;
  transition-duration: 0.4s;
}
 section.banner.home {
    position: relative;
  }

  .help-body {
    position: absolute;
    left: 0px;
    top: 15px;
    height: 100%;
    width: 100%;
  }

  .diwali-wrap {
    width: min(92vw, 1100px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    z-index: 999999;
  }

  .diwali-wrap svg {
    width: 100%;
    height: auto;
    display: block;
  }

  #diwali-greet {
    display: none;
    opacity: 0;
    transition: opacity 1s ease;
  }
/* end */

