

body, .regular {
  font-family:'Red Hat Display';
	font-weight: 400;
  font-style: normal;
}

.bold {
  font-family:'Red Hat Display';
	font-weight: 700;
  font-style: normal;
}

.semi_bold {
  font-family:'Red Hat Display';
	font-weight: 600;
  font-style: normal;
}

.extra_bold {
  font-family:'Red Hat Display';
	font-weight: 900;
  font-style: normal;
}

.medium {
  font-family:'Red Hat Display';
	font-weight: 500;
  font-style: normal;
}

body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  color: #030303;
  position: relative;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:focus, a:hover, button:focus, button:hover, input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover {
  outline: 0px;
}

.container {
  max-width: 1600px;
  padding-left: 0px;
  padding-right: 0px;
}

@media only screen and (min-width: 1999px) {
  .container {
    max-width: 1800px;
  }
}

@media only screen and (max-width: 1899px) {
  .container {
    max-width: 1400px;
  }
}

@media only screen and (max-width: 1600px) {
  .container {
    max-width: 1320px;
  }
}

@media only screen and (max-width: 1540px) {
  .container {
    max-width: 1270px;
  }
}

@media only screen and (max-width: 1440px) {
  .container {
    max-width: 1190px;
  }
}

@media only screen and (max-width: 1400px) {
  .container {
    max-width: 1170px;
  }
}

@media only screen and (max-width: 1399px) {
  .container {
    max-width: 1120px;
  }
}

@media only screen and (max-width: 1280px) {
  .container {
    max-width: 1120px;
  }
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 970px;
  }
}

@media only screen and (max-width: 991px) {
  .container {
    max-width: 750px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .row > [class^="col-"],
  .row > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.head1 {
  font-size: 60px;
  line-height: 60px;
}

@media only screen and (max-width: 1899px) {
  .head1 {
    font-size: 55px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 1600px) {
  .head1 {
    font-size: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 1540px) {
  .head1 {
    font-size: 45px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 1440px) {
  .head1 {
    font-size: 42px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 1199px) {
  .head1 {
    font-size: 36px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .head1 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .head1 {
    font-size: 24px;
    line-height: 30px;
  }
}

.head2 {
  font-size: 55px;
  line-height: 55px;
}

@media only screen and (max-width: 1899px) {
  .head2 {
    font-size: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 1600px) {
  .head2 {
    font-size: 45px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 1540px) {
  .head2 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 1440px) {
  .head2 {
    font-size: 36px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .head2 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .head2 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .head2 {
    font-size: 22px;
    line-height: 27px;
  }
}

.head3 {
  font-size: 35px;
  line-height: 35px;
}

@media only screen and (max-width: 1899px) {
  .head3 {
    font-size: 32px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 1600px) {
  .head3 {
    font-size: 28px;
    line-height: 33px;
  }
}

@media only screen and (max-width: 1540px) {
  .head3 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 1440px) {
  .head3 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .head3 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .head3 {
    font-size: 20px;
    line-height: 27px;
  }
}

.head4 {
  font-size: 24px;
  line-height: 27px;
}

@media only screen and (max-width: 1899px) {
  .head4 {
    font-size: 22px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 1600px) {
  .head4 {
    font-size: 20px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 1540px) {
  .head4 {
    font-size: 18px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 1440px) {
  .head4 {
    font-size: 17px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .head4 {
    font-size: 16px;
    line-height: 25px;
  }
}

.para1 {
  font-size: 22px;
  line-height: 27px;
}

@media only screen and (max-width: 1899px) {
  .para1 {
    font-size: 20px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 1600px) {
  .para1 {
    font-size: 18px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 1540px) {
  .para1 {
    font-size: 17px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 1440px) {
  .para1 {
    font-size: 16px;
    line-height: 25px;
  }
}

.para2 {
  font-size: 20px;
  line-height: 27px;
}

@media only screen and (max-width: 1899px) {
  .para2 {
    font-size: 18px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 1600px) {
  .para2 {
    font-size: 17px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 1540px) {
  .para2 {
    font-size: 16px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 1440px) {
  .para2 {
    font-size: 15px;
    line-height: 25px;
  }
}

.para3 {
  font-size: 18px;
  line-height: 27px;
}

@media only screen and (max-width: 1899px) {
  .para3 {
    font-size: 16px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 1600px) {
  .para3 {
    font-size: 15px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 1540px) {
  .para3 {
    font-size: 14px;
    line-height: 25px;
  }
}

.verysmall {
  font-size: 12px;
}

.spacer1 {
  height: 140px;
}

@media only screen and (max-width: 1899px) {
  .spacer1 {
    height: 110px;
  }
}

@media only screen and (max-width: 1540px) {
  .spacer1 {
    height: 100px;
  }
}

@media only screen and (max-width: 1440px) {
  .spacer1 {
    height: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .spacer1 {
    height: 30px;
  }
}

.spacer2 {
  height: 100px;
}

@media only screen and (max-width: 1899px) {
  .spacer2 {
    height: 70px;
  }
}

@media only screen and (max-width: 1600px) {
  .spacer2 {
    height: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .spacer2 {
    height: 30px;
  }
}

.spacer3 {
  height: 80px;
}

@media only screen and (max-width: 1899px) {
  .spacer3 {
    height: 70px;
  }
}

@media only screen and (max-width: 1600px) {
  .spacer3 {
    height: 60px;
  }
}

@media only screen and (max-width: 1399px) {
  .spacer3 {
    height: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .spacer3 {
    height: 30px;
  }
}

.btn-primary {
  background-color: #EE9B11;
  border-color: #EE9B11;
  color: #030303;
  font-size: 18px;
  padding: 15px 45px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-primary:hover {
  background-color: #d68c0f;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#EE9B11), to(#EE1C25));
  background-image: linear-gradient(to bottom right, #EE9B11, #EE1C25);
  border-color: #EE9B11;
  color: #030303;
}

.btn-primary:focus {
  outline: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 1899px) {
  .btn-primary {
    font-size: 16px;
    padding: 12px 40px;
  }
}

@media only screen and (max-width: 1540px) {
  .btn-primary {
    font-size: 14px;
    padding: 10px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-primary {
    font-size: 13px;
    padding: 7px 20px;
  }
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #d68c0f;
  border-color: #EE9B11;
  color: #030303;
}

.red {
  color: #EE1C25;
}

.blue {
  color: #08325C;
}

.yellow {
  color: #EE9B11;
}

.white {
  color: #fff;
}

.btn-outline-primary {
  background-color: transparent;
  border-color: #fff;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  padding: 15px 45px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-outline-primary:hover {
  background-color: #d68c0f;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#EE9B11), to(#EE1C25));
  background-image: linear-gradient(to bottom right, #EE9B11, #EE1C25);
  border-color: #EE9B11;
  color: #030303;
}

.btn-outline-primary:focus {
  outline: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 1899px) {
  .btn-outline-primary {
    font-size: 16px;
    padding: 12px 40px;
  }
}

@media only screen and (max-width: 1540px) {
  .btn-outline-primary {
    font-size: 14px;
    padding: 10px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-outline-primary {
    font-size: 13px;
    padding: 7px 20px;
  }
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #d68c0f;
  border-color: #EE9B11;
  color: #030303;
}

.btn-outline-secondary {
  background-color: transparent;
  border-color: #030303;
  border-radius: 30px;
  border: 2px solid #030303;
  color: #030303;
  font-size: 14px;
  padding: 8px 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-outline-secondary:hover {
  background-color: #030303;
  border-color: #030303;
  color: #fff;
}

.btn-outline-secondary:focus {
  outline: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 767px) {
  .btn-outline-secondary {
    font-size: 13px;
    padding: 7px 15px;
  }
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  background-color: #030303;
  border-color: #030303;
  color: #fff;
}

.slick-slide:focus {
  outline: 0px;
}

.slick-prev,
.slick-next {
  width: 100px;
  height: 100px;
  z-index: 1;
}

@media only screen and (max-width: 1899px) {
  .slick-prev,
  .slick-next {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 1600px) {
  .slick-prev,
  .slick-next {
    width: 70px;
    height: 70px;
  }
}

@media only screen and (max-width: 1440px) {
  .slick-prev,
  .slick-next {
    width: 60px;
    height: 60px;
  }
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev {
  left: -30px;
  background: url("../images/home/left-arrow.png") no-repeat top center;
  background-size: cover;
}

@media only screen and (max-width: 1440px) {
  .slick-prev {
    left: -20px;
  }
}

@media only screen and (max-width: 991px) {
  .slick-prev {
    left: 15px;
  }
}

.slick-prev:hover, .slick-prev:focus {
  background: url("../images/home/left-arrow.png") no-repeat top center;
  background-size: cover;
}

.slick-next {
  right: -30px;
  background: url("../images/home/rt-arrow.png") no-repeat top center;
  background-size: cover;
}

@media only screen and (max-width: 1440px) {
  .slick-next {
    right: -20px;
  }
}

@media only screen and (max-width: 991px) {
  .slick-next {
    right: 15px;
  }
}

.slick-next:hover, .slick-next:focus {
  background: url("../images/home/rt-arrow.png") no-repeat top center;
  background-size: cover;
}

.slick-dots {
  position: relative;
  bottom: 0px;
  margin: 20px 0px 0px;
}

@media only screen and (max-width: 767px) {
  .slick-dots {
    margin: 10px 0px 0px;
  }
}

.slick-dots li button:before {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .slick-dots li button:before {
    font-size: 12px;
  }
}

.footer1 {
  background: #0E76BD;
  margin-top: 0px;
  height: 140px;
}

@media only screen and (max-width: 1899px) {
  .footer1 {
    height: 120px;
  }
}

@media only screen and (max-width: 1600px) {
  .footer1 {
    height: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .footer1 {
    height: auto;
    padding: 10px 0px;
  }
}

.footer2 {
  background: #fff;
  padding: 30px 0px;
}

@media only screen and (max-width: 767px) {
  .footer2 {
    padding: 15px 0px;
  }
}

.footer2 .container {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .footer2 .container {
    text-align: center;
    font-size: 14px;
  }
}

.footer2 .container span:nth-child(2) {
  margin-left: 50px;
}

@media only screen and (max-width: 767px) {
  .footer2 .container span:nth-child(2) {
    margin-left: 0px;
    display: block !important;
    margin-bottom: 10px;
  }
}

.footer2 .container span:nth-child(2) a {
  color: #030303;
  padding: 0px 20px 0px 20px;
  border-right: 1px solid #030303;
}

@media only screen and (max-width: 767px) {
  .footer2 .container span:nth-child(2) a {
    padding: 0px 10px;
    border-right: 0px;
  }
}

.loader:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  background: url("../slick/ajax-loader.gif") no-repeat center center;
  background-size: contain;
  width: 32px;
  height: 32px;
}

.placeholder {
  background-color: #ededed;
}

.hideForAnim {
  opacity: 0;
}

.header {
  width: 400px;
}

@media only screen and (max-width: 1600px) {
  .header {
    width: 330px;
  }
}

@media only screen and (max-width: 1399px) {
  .header {
    width: 280px;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    width: 100%;
  }
}

.header .navcont {
  width: 386px;
  height: 96px;
  border-bottom-right-radius: 20px;
  background: #fff;
  position: relative;
  z-index: 11111;
}

.header .navcont .logobrand {
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  padding: 0px 25px;
}

.header .navcont .menutrigger {
  margin: 0px 0px 0px 25px;
  position: relative;
  color: #08325C;
  display: block;
}

.header .navcont .menutrigger:hover, .header .navcont .menutrigger:focus {
  color: #08325C;
}

.header .navcont .menutrigger .mtxt {
  font-size: .6rem;
  position: absolute;
  bottom: 0px;
  left: 0px;
  line-height: 12px;
}

.header .navcont .hamburger {
  padding: 0px 0px 10px;
}

.header .navcont .hamburger .hamburger-box {
  width: 38px;
}

.header .navcont .hamburger .hamburger-box .hamburger-inner {
  background-color: #08325C;
  height: 3px;
  width: 40px;
}

.header .navcont .hamburger .hamburger-box .hamburger-inner:before {
  content: "";
  background-color: #08325C;
  height: 3px;
  width: 40px;
}

.header .navcont .hamburger .hamburger-box .hamburger-inner:after {
  content: "";
  background-color: #08325C;
  height: 3px;
  width: 25px;
}

.header .navcont .hamburger.is-active .hamburger-box .hamburger-inner:after {
  width: 40px;
}

.header .menubackdropp {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(1, 57, 118, 0.8);
  z-index: 1;
  display: none;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}

.header .menubackdropp.active {
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  opacity: 1;
}

.header .fs-menu {
  width: 0px;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #08325C;
  overflow: hidden;
  z-index: 1111;
}

@media only screen and (max-width: 767px) {
  .header .fs-menu {
    overflow-y: auto;
  }
}

.header .fs-menu #headernav {
  margin: 140px 0px 0px 0px;
}

@media only screen and (max-width: 1600px) {
  .header .fs-menu #headernav {
    margin: 100px 0px 0px;
  }
}

.header .fs-menu #headernav .card {
  background-color: transparent;
  background-clip: border-box;
  border: 0px;
  border-radius: 0px;
  padding: 0px 0px 0px 20px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1899px) {
  .header .fs-menu #headernav .card {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .header .fs-menu #headernav .card {
    padding: 0px;
  }
}

.header .fs-menu #headernav .card .card-header {
  padding: 0px;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0px;
  border-radius: 0px !important;
}

.header .fs-menu #headernav .card .card-header .btn-link {
  color: #ffffff;
  font-size: 24px;
  padding: 0px;
  border-bottom: 0px;
  white-space: normal;
}

@media only screen and (max-width: 1899px) {
  .header .fs-menu #headernav .card .card-header .btn-link {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header .fs-menu #headernav .card .card-header .btn-link {
    font-size: 16px;
  }
}

.header .fs-menu #headernav .card .card-header .btn-link:hover, .header .fs-menu #headernav .card .card-header .btn-link:focus {
  text-decoration: none;
  border-bottom: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0px;
}

.header .fs-menu #headernav .card .card-body {
  padding: 10px 0px 10px;
}

.header .fs-menu #headernav .card .card-body .subnavs {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.header .fs-menu #headernav .card .card-body .subnavs li {
  display: block;
}

.header .fs-menu #headernav .card .card-body .subnavs li a {
  color: #9CA6BD;
  font-size: 18px;
  padding: 6px 0px 6px 10px;
  display: inline-block;
}

@media only screen and (max-width: 1899px) {
  .header .fs-menu #headernav .card .card-body .subnavs li a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .header .fs-menu #headernav .card .card-body .subnavs li a {
    font-size: 16px;
  }
}

.header .nav-backdrop {
  background: rgba(1, 57, 118, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100vh;
  z-index: 1111;
}

@media only screen and (max-width: 1600px) {
  .header .navcont {
    width: 326px;
    height: 80px;
  }
  .header .navcont .logobrand {
    padding: 0px 25px 0px 15px;
    width: 228px;
  }
  .header .navcont .menutrigger {
    margin: 0px 0px 0px 25px;
  }
  .header .navcont .menutrigger .mtxt {
    font-size: 10px;
    left: 0px;
  }
}

@media only screen and (max-width: 1399px) {
  .header .navcont {
    width: 280px;
    height: 70px;
  }
  .header .navcont .logobrand {
    width: 200px;
  }
  .header .navcont .menutrigger {
    height: 37px;
    margin: 0px 0px 0px 15px;
  }
  .header .navcont .menutrigger .mtxt {
    font-size: 11px;
    left: 0px;
  }
  .header .navcont .hamburger .hamburger-box {
    width: 30px;
  }
  .header .navcont .hamburger .hamburger-box .hamburger-inner {
    width: 30px;
  }
  .header .navcont .hamburger .hamburger-box .hamburger-inner:before, .header .navcont .hamburger .hamburger-box .hamburger-inner:after {
    width: 30px;
  }
  .header .fs-menu #headernav {
    margin: 80px 0px 0px 0px;
  }
  .header .fs-menu #headernav .card-header .btn-link {
    font-size: 20px;
  }
  .header .fs-menu #headernav .card-body .subnavs li a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .header .navcont {
    width: 220px;
    height: 70px;
  }
  .header .navcont .logobrand {
    width: 160px;
    padding: 0px 10px 0px 10px;
  }
  .header .navcont .menutrigger {
    height: 37px;
    margin: 0px 0px 0px 10px;
  }
  .header .navcont .menutrigger .mtxt {
    font-size: 11px;
  }
  .header .navcont .hamburger .hamburger-box .hamburger-inner {
    height: 2px;
  }
  .header .navcont .hamburger .hamburger-box .hamburger-inner:before, .header .navcont .hamburger .hamburger-box .hamburger-inner:after {
    height: 2px;
  }
  .header .fs-menu {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.chevico {
  position: absolute;
  top: 8px;
  left: 0px;
  font-size: 10px;
}

.ftabs {
  margin: -10px 0px 0px 0px;
}

.ftabs .ftabgroup a {
  width: 199px;
  height: 52px;
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 22px 0px 0px 0px;
  font-size: 14px;
  color: #fff;
  position: relative;
  bottom: -1px;
  display: inline-block;
}

.ftabs .ftabgroup a img {
  margin-left: 10px;
  margin-top: -3px;
}

@media only screen and (max-width: 767px) {
  .ftabs .ftabgroup a {
    width: 145px;
    font-size: 12px;
    padding: 10px 0px 0px 0px;
    height: 35px;
  }
}

#ftab-groupsite, #ftab-sitemap {
  display: none;
}

.bgorange {
  background: #FAA61A;
}

.bgblue {
  background: #003975;
}

.ftabsul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.ftabsul li {
  display: block;
}

.ftabsul li a {
  display: block;
  position: relative;
  font-size: 14px;
  padding: 5px 12px;
}

.bgorange {
  background: #FAA61A;
}

.bgorange .ftabsul li a {
  color: #030303;
}

.bgorange .ftabsul li a .chevico {
  top: 8px;
  font-size: 10px;
}

.bgblue {
  background: #003975;
}

.bgblue .ftabsul li a {
  color: #fff;
}

.bgblue .ftabsul li a .chevico {
  top: 8px;
  font-size: 10px;
}

.footertoggles .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .footertoggles .container .ftabgrids {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.footertoggles .container .ftabgrids .ftabhead {
  margin: 10px 0px;
}

.footertoggles .container .ftabgrids .ftabhead a {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .footertoggles {
    height: 300px;
    overflow-y: auto;
  }
}

.bgorange {
  background: #FAA61A;
}

.bgorange .ftabhead a {
  color: #030303;
}

.bgblue {
  background: #003975;
}

.bgblue .ftabhead a {
  color: #fff;
}

.border-orange {
  border-bottom: 5px solid #FAA61A;
}

.goup {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform-origin: 70%;
          transform-origin: 70%;
}

#return-to-top {
  position: fixed;
  bottom: 0px;
  right: 20px;
  text-decoration: none;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 42px;
  color: rgba(34, 100, 176, 0.6);
}

@media only screen and (max-width: 1399px) {
  #return-to-top {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  #return-to-top {
    font-size: 24px;
    bottom: 10px;
    right: 10px;
  }
}

#return-to-top:hover {
  color: #2264b0;
}

.triggers {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto 0px auto auto;
  width: 100px;
  height: 30px;
  background: #08325C;
  color: #fff;
  z-index: 99;
  text-align: center;
  pointer-events: none;
}

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

.form-group .form-control {
  height: 60px;
  background: #F7F7F7;
  border-radius: 10px;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-group .form-control:focus {
  color: #08325C;
  background-color: #e6f1fd;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: 0 1px 5px 0 #147fe9;
  box-shadow: 0 1px 5px 0 #147fe9;
}

.form-group textarea.form-control {
  resize: none;
  height: auto;
}

.content_spacer p {
  margin: 40px 0px;
}

.content_spacer p:last-child {
  margin: 40px 0px 0px;
}

@media only screen and (max-width: 1540px) {
  .content_spacer p {
    margin: 30px 0px;
  }
  .content_spacer p:last-child {
    margin: 30px 0px 0px;
  }
}

@media only screen and (max-width: 1440px) {
  .content_spacer p {
    margin: 20px 0px;
  }
  .content_spacer p:last-child {
    margin: 20px 0px 0px;
  }
}

.liststyle {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

@media only screen and (max-width: 767px) {
  .liststyle {
    padding: 0px 0px 0px 10px;
  }
}

.liststyle li {
  margin: 20px 0px;
  position: relative;
  padding: 0px 0px 0px 30px;
}

@media only screen and (max-width: 767px) {
  .liststyle li {
    margin: 10px 0px;
  }
}

.liststyle li:before {
  content: '\2022';
  color: #08325C;
  font-size: 42px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.liststyle.yellowIcon li:before {
  color: #EE9B11;
}

.btn-plain {
  text-decoration: underline;
}

.btn-plain:hover, .btn-plain:focus {
  text-decoration: none;
}

.btn-plain.white {
  color: #fff;
}

.btn-plain.white:hover, .btn-plain.white:focus {
  color: #fff;
}

.gmrcc-accordion .card {
  border: 0px;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  background: transparent;
}

.gmrcc-accordion .card .card-header {
  padding: 0px;
  border-bottom: 0px;
  background: transparent;
}

.gmrcc-accordion .card .card-header .btn-link {
  padding: 18px 30px 18px 0px;
  white-space: normal;
  color: #030303;
  position: relative;
  width: 100%;
  text-decoration: none;
  text-align: left;
}

@media only screen and (max-width: 1600px) {
  .gmrcc-accordion .card .card-header .btn-link {
    padding: 15px 30px 15px 0px;
  }
}

@media only screen and (max-width: 1399px) {
  .gmrcc-accordion .card .card-header .btn-link {
    padding: 12px 30px 12px 0px;
  }
}

.gmrcc-accordion .card .card-header .btn-link .state {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto 0px auto auto;
  width: 20px;
  height: 24px;
  font-size: 20px;
}

@media only screen and (max-width: 1600px) {
  .gmrcc-accordion .card .card-header .btn-link .state {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1399px) {
  .gmrcc-accordion .card .card-header .btn-link .state {
    font-size: 16px;
  }
}

.gmrcc-accordion .card .card-header.opened .state {
  color: #EE9B11;
}

.gmrcc-accordion .card .card-body {
  padding: 0px;
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.accordion .card:first-of-type {
  border-bottom: 1px solid #ccc;
}

.btn-link.outside {
  color: #ffffff;
  font-size: 20px;
  padding: 0px;
  border-bottom: 0px;
  white-space: normal;
  display: inline-block;
}

@media only screen and (max-width: 1899px) {
  .btn-link.outside {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-link.outside {
    font-size: 16px;
  }
}

.btn-link.outside:hover, .btn-link.outside:focus {
  text-decoration: none;
  border-bottom: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0px;
}

.footer2 {
  padding: 30px 0px 0px;
}

.footer2 .eema-logo {
  margin-bottom: 20px;
}

.footer1 .head4 {
  line-height: 22px;
  margin-bottom: 10px;
}

.footer2 span:nth-child(1) {
  margin-bottom: 5px;
}

.tc-inline label {
  display: inline;
}

.privacy_bg {
  background-color: #013976;
}

.privacy_bg .bgfakeheight {
  height: 250px;
}

.privacy_bg .head2_white {
  color: #fff;
}

.route-map .map-bg {
  background-color: #013976;
  padding: 22px 25px;
}

.map-bg .form-group {
  margin-bottom: 0px;
}

.map-bg .form-group .form-control {
  background-color: #f1f0f5;
  height: 47px;
  color: #333333;
  border-radius: 5px;
  font-size: 14px;
}

.map-bg .form-group .form-control::-webkit-input-placeholder {
  font-size: 14px;
}

.map-bg .form-group .form-control:-ms-input-placeholder {
  font-size: 14px;
}

.map-bg .form-group .form-control::-ms-input-placeholder {
  font-size: 14px;
}

.map-bg .form-group .form-control::placeholder {
  font-size: 14px;
}

.map-bg .form-group select.form-control {
  width: 65%;
}

.route-iframe .cites-iframe iframe {
  width: 100%;
  height: 500px;
}

.plan-your .plan-eve {
  height: 100%;
  width: 60%;
}

.plan-your .plan-eve-right {
  background-color: #013976;
  padding: 30px 25px;
  width: 40%;
  position: relative;
}

.plan-your .plan-eve-right .plan-eve-inner {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}

.plan-your .plan-eve-right .plan-eve-inner p {
  font-size: 22px;
}

.wed-li {
  padding: 0px;
}

.wed-li li {
  margin: 15px 0px;
  list-style: none;
}

.crp-events {
  background: #f7f7f7;
}

.zmm {
  transition: all 4s linear;
  -webkit-transition: all 4s linear;
}

.zmm:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: all 4s linear;
  -webkit-transition: all 4s linear;
}

.ovr-hidden {
  overflow: hidden;
}

.para3 a {
  color: #fff;
  text-decoration: underline;
}

/*breakpoints*/
@media only screen and (max-width: 1600px) {
  .map-bg .form-group .form-control {
    height: 40px;
  }
}

@media only screen and (max-width: 1440px) {
  .route-iframe .cites-iframe iframe {
    height: 450px;
  }
}

@media only screen and (max-width: 1399px) {
  .map-bg .form-group .form-control {
    height: 38px;
  }
  .route-iframe .cites-iframe iframe {
    height: 400px;
  }
  .header .navcont .hamburger .hamburger-box .hamburger-inner, .header .navcont .hamburger .hamburger-box .hamburger-inner:before {
    width: 35px;
  }
  .header .navcont .hamburger .hamburger-box .hamburger-inner:after {
    width: 20px;
  }
  .header .navcont .hamburger.is-active .hamburger-box .hamburger-inner::after {
    width: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .map-bg .form-group select.form-control {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .footer1 .col-lg-7 {
    padding: 0px 10px;
  }
  .content_spacer.white {
    padding: 0px 10px;
  }
  .content_spacer {
    padding: 0px 10px;
  }
  .accessibility .accordion.mt-5, .accessibility .accordion.mt-3 {
    margin-top: 15px !important;
    padding: 0px 10px;
  }
  #return-to-top {
    display: none;
  }
  .ftabs .ftabgroup {
    float: none !important;
  }
  .home_four .head2 {
    font-size: 20px;
  }
  .showcase_one .head2 {
    font-size: 20px;
  }
  .footer1 .head4 {
    margin-bottom: 15px;
  }
  .home_two .home_two_content {
    padding: 10px 15px 0px;
  }
  .about_bantext .container {
    padding: 0px;
  }
  .about_bantext .blackbox {
    padding: 15px 19px;
  }
  .sec_intro .content_spacer {
    padding: 0px 10px;
  }
  .getting_gmr .para2_mobatt {
    padding: 0px 13px;
  }
  .newswrap .newswrapmob_spc {
    padding: 0px 10px;
  }
  .virtual_tour .container {
    padding: 0px 17px;
  }
  .contact_two .container {
    padding: 0px 17px;
  }
  .form_wrapper .form-group .form-control {
    font-size: 15px;
  }
  .contact_two .form_wrapper {
    margin-top: 25px !important;
  }
  #enquiryModal .form-group .form-control {
    font-size: 15px;
  }
  .liststyle li {
    padding: 0px 0px 0px 20px;
  }
  .liststyle {
    padding: 0px 0px 0px 0px;
  }
  .why_gmr .liststyle_mob {
    padding: 0px 5px 0px 10px;
  }
  .why_gmr .head2 {
    padding-top: 15px;
  }
  .why_gmr .arenabanner {
    padding: 0px 10px;
  }
  .why_gmr .spacer3 {
    height: auto;
  }
  .priv_head .px-5 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    word-wrap: break-word;
  }
  .map-bg .col-md-4:nth-child(1) .form-group {
    margin-bottom: 15px;
  }
  .map-bg .form-group select.form-control {
    width: 100%;
  }
  .route-iframe .cites-iframe iframe {
    height: 350px;
  }
}
/*# sourceMappingURL=app.css.map */
a {
    text-decoration: none;
}