:root {
    --color1: #334e9f;
    --color2: #5d9938;
}

body {
  background: #fff;
  color: #2f3138;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden; }

a {
  color: #f82249;
  transition: 0.5s; }

a:hover,
a:active,
a:focus {
  color: #f8234a;
  outline: none;
  text-decoration: none; }

p {
  padding: 0;
  margin: 0 0 30px 0; }

img {
  max-width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #0e1b4d; }

.list-group-item {
 position: relative;
    display: block;
    padding: .5rem .25rem;
    margin-bottom: 1px;
    background-color: #f2eded00;
    border-bottom: 1px solid rgba(236, 233, 233, 0.45);
    border-top: none;
    border-left: none;
    border-right: none;}

/* removing blue outline from buttons */
button:focus, button:active {
  outline: none; }

.header-background-img {
  width: 100%;
  padding: 20px 0px 60px 0px;
  height: 100vh;
  overflow: hidden;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative; }

.header-bg-1 {
  background: url(../images/bg1.jpg) no-repeat center center; }

.header-bg-2 {
  background: url(../images/bg2.jpg) no-repeat center center; }

.header-bg-3 {
  background: url(../images/bg3.jpg) no-repeat center center; }

/*
.header-background-img:before {
    content: "";
    background: rgba(6, 12, 34, 0.8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}*/
.slider-heading-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 15px; }

.slider-heading {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase; }

.heading-all {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
  width: 100%; }


 .heading-all:before {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 5px;
    background: #5e993a;
    bottom: 14px;
    left: calc(50% - 25px);
    box-shadow: 13px 5px rgb(52, 79, 159), -18px -5px rgb(148, 188, 126);
}

.heading-all .h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
color: #5d9938;}

.heading-all .sub-heading {
  color: #334e9f;
  font-size: 22px; }

.heading-title-2 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px; }

.sec-padding {
  padding: 0px 0px 0px 0px; }

.bg-color1 {
  background-color: #f6f7fd; }

.main-tab {
  width: 100%;
  display: block;
  overflow: hidden; }

.main-tab .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px; }

.main-tab .nav-tabs li {
  display: inline-block;
  margin-bottom: 0; }

.main-tab .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #094d8a;
  color: #fff;
  padding: 10px 100px;
  box-shadow: 3px 6px 3px rgba(9, 77, 138, 0.23); }

.main-tab .nav-tabs a.active {
  background-color: #f82249;
  color: #fff; }

.floor-p-w {
  width: 100%;
  margin: auto;
  display: block;
  box-sizing: border-box;
  overflow: hidden; }

.left {
  float: left; }

.wid-50 {
  width: 50%; }

.clear {
  clear: both; }

#faq-list {
  padding: 20px;
  list-style: none;
  width: 100%;
  display: block; }

#faq-list li {
  border-bottom: 1px solid #ddd; }

#faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 20px; }

#faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px; }

#faq-list p {
  margin-bottom: 20px; }

#faq-list a.collapse {
  color: #f82249; }

#faq-list a.collapsed {
  color: #000; }

#faq-list a.collapsed i::before {
  content: "\f055" !important; }

.map-con {
  padding: 0px 20px; }

.about-dev {
  background: #f8f8f8; }

.footer-title {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative; }

.footer-title:before {
  content: '';
  position: absolute;
  display: block;
  width: 14%;
  height: 5px;
  background: #094d8a;
  bottom: -10px;
  box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.09); }

.title-3 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative; }

.about-dev-left {
  width: 50%;
  float: left;
  margin: auto; }

.footer-logo {
  max-width: 250px;
  margin: auto;
  text-align: center; }

.a-footer-bg {
  background: #fffcd5; }

.p-30 {
  padding: 30px; }

.text-center {
  text-align: center; }

@media only screen and (max-width: 1100px) {
  .col-lg-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .about-dev-left {
    width: 100%;
    padding: 0px 20px; }

  .wid-50 {
    width: 100%;
    padding: 0px 20px; }

  .venue-gallery {
    margin: auto;
    text-align: center; } }
@media only screen and (max-width: 778px) {
  .wid-50 {
    width: 100% !important; }

  .about-dev-left {
    width: 100%; }

  .main-tab .nav-tabs li {
    margin-bottom: 15px; }

  .about-dev-left {
    padding: 0px 0px; }

  .p-30 {
    padding: 30px 0px; } 

    .header-background-img{
      height: 340px;
    }
    .mt-90 {
      margin-top: 52px !important;
  }
  
  }
.venue-gallery {
  margin-bottom: 10px; }

.mt-top {
  margin-top: 50px; }
.mt-90{
    margin-top: 90px;
}

.iocn-container i{
    font-size: 72px;
    display: block;
    
    padding-bottom: 23px;
    color: var(--color2);
}
.iocn-container .h4{
    color: #505050;
   font-weight: bold;
   text-transform: uppercase;
}
.iocn-container{
text-align: center;
}
p{
    margin-bottom: 0;
}
.iocn-container {
    padding: 30px 30px;
    height: 270px;
    border: 1px solid var(--color2);
    border-radius: 10px;
}
.m-h1{
        max-height: 475px;
    overflow: hidden;
    overflow-y: scroll;
}


#accordion .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: -5px;
}

#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
}

#accordion .panel-title a {
      display: block;
    padding: 15px 50px 15px 0px;
    background: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #e6720d;
    border-bottom: 1px solid #1d2e3b;
    position: relative;
}

#accordion .panel-title a.collapsed {
  color: #1d2e3b;
}

#accordion .panel-title a.collapsed:hover {
  color: #e6720d;
}

#accordion .panel-title a:before,
#accordion .panel-title a:after {
  content: "";
  width: 3px;
  height: 10px;
  background: #e6720d;
  font-size: 15px;
  position: absolute;
  top: 20px;
  right: 35px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out 0s;
}

#accordion .panel-title a:after {
  right: 29px;
  transform: rotate(45deg);
}

#accordion .panel-title a.collapsed:before {
  transform: rotate(45deg);
  background: #1d2e3b;
}

#accordion .panel-title a.collapsed:after {
  transform: rotate(-45deg);
  background: #1d2e3b;
}

#accordion .panel-title a.collapsed:hover:before,
#accordion .panel-title a.collapsed:hover:after {
  background: #e6720d;
}

#accordion .panel-body {
  padding: 10px 20px;
  background: #1d2e3b;
  border-top: none;
  font-size: 15px;
  color: #fff;
  line-height: 25px;
}

/*# sourceMappingURL=style.css.map */
.footerMain .white {
    color: #6a6268 !important;
    text-align: center;
    margin-top: 10px;
}
	

