@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&display=swap');
@font-face {
  font-family: '../fonts/footlight_mt_lightregular';
  src: url('../fonts/footlight-mt-light.woff2') format('woff2'),
       url('../fonts/footlight-mt-light.woff') format('woff');
  /* font-weight: normal;
  font-style: normal; */
  font-family: 'footlight_mt_lightregular';
}
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}
body {
  background-color: #dedede;
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
}

.mainpage{
  background: url(../images/binanibg.jpg) no-repeat;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  height: 100vh;
  background-position: 100% 80%;
  background-size: cover;
  /* background-attachment: fixed; */
}


.bgcolor{
  /* background: gray; */
  background-color: #dedede;
  position: relative;
}
/* 
.container-fluid {
  background: url("../images/pattern.png");
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: -50px;
} */

/* landing page */
.fixedimg{
  position: relative;
  /* background: url("../images/bg-1.jpg") no-repeat; */
  background: #dedede;
  background-attachment: fixed;
  height: 100vh;
  background-size: cover;
}

.textarea .caption {
  background: rgba(0,0,0,0.3);
  padding: 40px;
  color: white;
  /* animation-duration: 1s;
  animation-delay: 2s; */
}
.textarea .caption h2{
  font-size: 48px;
  color: #e20d17;
}
.textarea .caption h3{
  color: #fff;
}
#carousel .caption h3.ourhistory {
  color: #d5d5d5;
}
.textarea .caption p{
  margin-bottom: 0;
}


.clickbutton {
  position: absolute;
  bottom: 8px;
  width: 100%;
  /* margin: 35px auto 0; */
  margin: auto;
  text-align: center;
}
.clickbutton ul li{
  display: inline-block;
}
.clickbutton ul li{
  margin-right: 5px;
}

.clickbutton1 {
  position: absolute;
  bottom: 75px;
  /* position: static; */
  width: 100%;
  /* margin: 35px auto 0; */
  margin: 100 auto 0;
  text-align: center;
  /* bottom: 100px; */
}
.clickbutton1 ul li{
  display: inline-block;
}
.clickbutton1 ul li{
  margin-right: 5px;
}


/* .clickbutton ul li a {
  background: #fff;
  padding: 15px 25px;
  border-radius: 25px;
  text-decoration: none;
  color: #e20d17;
  font-size: 17px;
  font-weight: 500;
}
.clickbutton ul li a:hover{
  background-color: #e20d17;
  color: #fff;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
} */


.logo {
  margin-top: 20px;
}
#carousel .carousel-item.boat{
  /* background:url("../images/bg-2.jpg"); */
  height: 100vh;
  /* background: gray; */
}
#carousel .carousel-item.sea{
  /* background:url("../images/bg-3.jpg"); */
  height: 100vh;
  /* background: gray; */
}
#carousel .carousel-item.river{
  /* background:url("../images/bg-1.jpg"); */
  height: 100vh;
  /* background: gray; */
}
#carousel .carousel-item{
  height:100vh;
  width:100%;
  /* min-height:350px; */
  background:no-repeat center center scroll;
  background-size:cover;
}
#carousel .carousel-inner .carousel-item{
  transition:-webkit-transform 2s ease;
  transition:transform 2s ease;
  transition:transform 2s ease, 
  -webkit-transform 2s ease;
}
#carousel .carousel-item .caption{
  background:rgba(0,0,0,0.5);
  padding:40px;
  color:white;
  animation-duration: 1s;
  animation-delay: 2s;

  /* margin-top: 60px; */
}
#carousel .caption h2 {
  animation-duration: 1s;
  animation-delay: 2s;
  font-size: 48px;
  color: #e20d17;
}
#carousel .caption h3 {
  animation-duration: 1s;
  animation-delay: 2s;
  color: #fff;
}
#carousel .caption p{
  animation-duration: 1s;
  animation-delay: 2.2s;
  line-height: 30px;
}

#carousel .caption a{
  animation-duration: 1s;
  animation-delay: 2.4s;
}
.delicious-btn{
  display: inline-block;
  color:#e20d17;
  border:none;
  border: 2px solid #ffffff;
  border-radius: 0;
  /* padding: 0 16px;
  font-size:25px; */
  padding: 7px 24px;
  font-size: 20px;
  font-weight:600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: uppercase;
  background: #dedede;
  font-family: 'footlight_mt_lightregular' !important;
}
.delicious-btn:hover,
.delicious-btn:active,
.delicious-btn:focus{
  /* font-size:35px; */
  /* font-size:25px; */
  font-size: 20px;
  font-weight: 600;
  color:#e20d17;
  /* background:#dedede; */
  border-color:#000;
  box-shadow: inherit;
}

header.landingpage {
  position: static;
  width: 100%;
  z-index: 9999;
  padding: 15px 0;
  /* background: rgba(255, 255, 255, 0.7); */
  /* padding: 15px 0; */
}

header#header{
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 15px 0;
}
header.innerheader{
  position: relative !important;
  border-bottom: 2px solid #e20d17;
}
.logo {
  background: #fff;
  padding: 15px;
}

.mainlogo{
  text-align: center;
  /* margin: 15px auto 0; */
  /* margin: 50px auto 120px; */
  margin: 0px auto 0px;
  display: block;
  background: inherit;
}
  

.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17%;
          flex: 0 0 17%;
}
.header-item-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17%;
          flex: 0 0 17%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-item-right .menu-icon {
  font-size: 1.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-left: 1rem;
  color: var(--color-black);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .menu > ul > li {
  display: inline-block;
  line-height: 3.125rem;
  margin-left: 1.5rem;
}
.header .menu > ul > li > a {
  position: relative;
  /* font-family: inherit; */
  font-family: 'footlight_mt_lightregular';
  /* font-size: 0.9rem; */
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
  border: none;
  outline: none;
  /* color: #fff; */
  color: #666;
  /* color: var(--color-black); */
  /* text-transform: capitalize; */
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
}
.header .menu > ul > li .menu-subs {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 1.75rem;
  padding: 1rem 1.5rem;
  z-index: 109;
  opacity: 0;
  visibility: hidden;
  border-radius: 0.25rem;
  border-top: 3px solid hsl(4deg 82% 56%);
  background: var(--color-white);
  -webkit-box-shadow: var(--shadow-medium);
          box-shadow: var(--shadow-medium);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .menu > ul > li .menu-subs ul{
  padding-left: 0;
  padding-right: 0;
}
.header .menu > ul > li .menu-subs > ul > li {
  line-height: 1;
}
.header .menu > ul > li .menu-subs > ul > li > a {
  display: inline-block;
  /* font-family: 'footlight_mt_lightregular'; */
  font-family: inherit;
  /* font-size: 1.1rem;
  font-weight: 700; */
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.25;
  /* padding: 0.75rem 0; */
  padding: 0 0 0.9rem 0;
  border: none;
  outline: none;
  color: hsl(0, 0%, 18.4%);
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
}
.header .menu > ul > li .menu-subs > ul > li > a::before{
  color: var(--color-black);
  content: "\f101";
  font-family: fontawesome;
  font-size: 18px;
  left: 0px;
  padding-right: 6px;
  position: absolute;
  top: 0px;
}
.header .menu > ul > li .menu-column-1 {
  min-width: 12rem;
  max-width: 16rem;
  right: 90px;
}
.header .menu > ul > li .menu-subs.menu-mega {
  /* left: 50%; */
  left: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
  display: block;
  line-height: 1;
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
  display: inline-block;
  font-family: inherit;
  /* font-family: 'footlight_mt_lightregular'; */
  /* font-size: 0.9rem; */
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.25;
  /* padding: 0.5rem 0; */
  padding: 0 0 0.9rem 0;
  border: none;
  outline: none;
  /* color: var(--color-black); */
  color: hsl(0, 0%, 18.4%);
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;

  padding-left: 20px;
  position: relative;
  /* line-height: 1.7;
  font-size: 14px;
  color: #718090; */
  text-decoration: none;
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a::before{
  color: var(--color-black);
  content: "\f101";
  font-family: fontawesome;
  font-size: 18px;
  left: 0px;
  padding-right: 6px;
  position: absolute;
  top: 0px;
}
.header .menu > ul > li .menu-subs.menu-column-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* max-width: 68rem;
  width: 100%;
  padding: 1.25rem 1rem; */
  max-width: 90rem;
  width: 68%;
  padding: 1.25rem 0.5rem;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 1rem;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.75rem 0;
  color: hsl(4deg 82% 56%);
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item ul {
  padding-left: 0;
  padding-right: 0;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
  text-align: center;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover,
.header .menu > ul > li .menu-subs > ul > li > a:hover {
  color: hsl(4deg 82% 56%);
}
.header-item-right a:hover,
.header .menu > ul > li:hover > a,
.header .menu > ul > li > a.active {
  color: hsl(4deg 82% 56%);
}
.header .menu-mobile-header,
.header .menu-mobile-toggle {
  display: none;
}

@media screen and (min-width: 993px) {
  .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
    margin-top: 0.5rem;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 992px) {
  .header-item-center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header-item-left, .header-item-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding: 0.5rem 0;
  }

  .header .menu-mobile-toggle {
    position: relative;
    display: block;
    cursor: pointer;
    width: 1.75rem;
    height: 1rem;
    border: none;
    outline: none;
    margin-left: 1.25rem;
    margin-top: -0.25rem;
    background: none;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .header .menu-mobile-toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 0.25rem;
    background-color: #e20e17;
    /* background: var(--color-white); */
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .header .menu-mobile-toggle span:nth-child(1) {
    top: 0;
  }
  .header .menu-mobile-toggle span:nth-child(2), .header .menu-mobile-toggle span:nth-child(3) {
    top: 0.5rem;
  }
  .header .menu-mobile-toggle span:nth-child(4) {
    top: 1rem;
  }
  .header-item-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    z-index: 111;
    overflow: hidden;
    background: var(--color-white);
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header .menu.active {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  .header .menu > ul > li {
    display: block;
    line-height: 1;
    margin: 0;
  }
  .header .menu > ul > li > a {
    display: block;
    line-height: 3.125rem;
    height: 3.125rem;
    padding: 0 3.125rem 0 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header .menu > ul > li > a i.ion {
    position: absolute;
    font-size: 1.25rem;
    line-height: 3.125rem;
    top: 0;
    right: 0;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .header .menu .menu-mobile-header {
    position: relative;
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: 0;
    height: 3.125rem;
    z-index: 110;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: var(--color-white);
  }
  .header .menu .menu-mobile-header .menu-mobile-arrow {
    display: none;
    font-size: 1.25rem;
    line-height: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--color-black);
  }
  .header .menu .menu-mobile-header.active .menu-mobile-arrow {
    display: block;
  }
  .header .menu .menu-mobile-header .menu-mobile-title {
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: inherit;
    color: var(--color-black);
    text-transform: capitalize;
  }
  .header .menu .menu-mobile-header .menu-mobile-close {
    font-size: 2.25rem;
    line-height: 3.125rem;
    cursor: pointer;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--color-black);
  }
  .header .menu .menu-section {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header .menu > ul > li .menu-subs {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .menu > ul > li .menu-subs.menu-mega {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .menu > ul > li .menu-subs.active {
    display: block;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0rem;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img {
    margin-top: 0;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
    margin-bottom: 1.25rem;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center:last-child .title {
    margin-bottom: 0rem;
  }
  .header .menu > ul > li .menu-subs > ul > li > a {
    display: block;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
    margin-bottom: 1rem;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
    display: block;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.65);
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
}

ul.menu-section {
  margin-bottom: 0;
}

.carousel-indicators li{
  background-color: #e20e17;
}

.carousel-indicators{
  bottom: 30px;
}


footer.footerarea {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 0;
}

footer.footerarea2{
  position: relative;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 0;
}

.copyright p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
}

.designdeveloped p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  float: right;
}
.designdeveloped p a{
  color: #ffffff;
}

.landing.maintext{
  width: 91%;
  margin: 135px auto 0;
  text-align: center;
}

/* dynamic page css */
.logo.inner2 {
  margin-top: 0;
}

.breadcrumbbg{
  background: url("../images/minibanner.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 60px 0;
}
.contentarea {
  /* height: 100vh; */
  background-color: #fff;
}
h1.pagetitle {
  color: #ffffff;
  margin-bottom: 0;
}
.breadcrumb {
  background: none;
  margin-bottom: 0;
  padding-right: 0;
}
.breadcrumb-item a {
  color: #fff;
}
.breadcrumb-item.active{
  /* color: #e20d17; */
  color: #ff4e56;
}
.p-50{
  padding-top: 50px;
  padding-bottom: 50px;
}
.maintext {
  width: 91%;
  margin: 145px auto 0;
  /* margin: 0 auto 0; */
  text-align: center;
}
/* .leftsection{
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 5px 20px -7px rgb(102 102 102);
  -moz-box-shadow: 0px 5px 20px -7px rgba(102,102,102,1);
  box-shadow: 0px 5px 20px -7px rgb(102 102 102);
} */
.leftsection{
  min-height: 300px;
}
.leftsection h2 {
  color: #e20d17;
  margin-bottom: 20px;
  /* margin-top: 8px; */
  position: relative;
  padding-bottom: 16px;
  /* font-family: 'footlight_mt_lightregular'; */
  font-family: arial;
  font-weight: 400;
  /* font-weight: 600; */
}
.leftsection h2::before {
  background-color: #e20d17;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 34px;
}

.leftsection h2.qr::before {
  background-color: #e20d17;
  bottom: 27px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 34px;
}

#option {
  width: auto;
  background: none;
  border: 1px solid #e20d17;
  /* padding: 5px 10px; */
  padding: 2px 20px;
  margin-bottom: 25px;
  font-size: 17px;
  margin-left: 20px;
}
/* .rightsection{
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 5px 20px -7px rgb(102 102 102);
  -moz-box-shadow: 0px 5px 20px -7px rgba(102,102,102,1);
  box-shadow: 0px 5px 20px -7px rgb(102 102 102);
} */

ul.common-list{
  width: 100%;
  margin-left: 0px;
  margin-bottom: 25px;
  list-style: none;
  list-style-type: none;
}
.common-list li::before {
  color: #2e924a;
  content: "\f101";
  font-family: fontawesome;
  font-size: 18px;
  left: 0px;
  padding-right: 6px;
  position: absolute;
  top: -3px;
}

.common-list li {
  padding-left: 20px;
  position: relative;
  line-height: 1.7;
  font-size: 14px;
  color: #718090;
}
ul.common-list>li>strong {
  font-weight: 500;
}
.quarterlypdf ul li {
  margin-right: 6px;
  display: inline-block;
}
.quarter {
  background-color: #515151;
  margin-right: 0px;
  position: relative;
  /* width: 135px;
  height: 108px; */
  width: 100%;
  /* height: 115px; */
  height: 165px;
  display: inline-block;
  float: left;
  cursor: pointer;
  text-decoration: none;
  margin-bottom:30px;
}
.quarter:hover {
  background-color: #414141;
  text-decoration: none;
}
.quarter-title {
  margin-top: 15px;
  font-size: 2.813rem;
  /* font-weight: 600; */
  font-weight: 700;
  font-style: normal;
  line-height: 1.07;
  /* text-align: center; */
  color: #ffffff;
  height: 95px;
  /* height: 48px; */
  padding-left: 30px;
  text-align: left;
  /* font-family: fantasy; */
  font-family: none;
}
.quarter-title span {
  padding-top: 10px;
  position: absolute;
  padding-left: 10px;
}
.months {
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 2.27;
  /* text-align: center; */
  color: #ffffff;
  text-align: right;
  padding-right: 18px;
}
.annual-report {
  font-size: 1.375rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2.27;
  /* text-align: center; */
  color: #ffffff;
  position: absolute;
  bottom: 3px;
  width: 100%;
  text-align: right;
  padding-right: 18px;
}
.download-pdf {
  background-image: url("../images/ic-download-pdf-sml@3x.png");
  width: 38px;
  height: 64px;

  /* opacity: 0.4; */

  /* margin-top: 12px; */
  /* margin: 16px auto 0; */
  background-repeat: no-repeat;
  background-size: contain;
  margin: 16px 0 0 30px;
}

.leftsection h3 {
  font-size: 16px;
  color: #e20d17;
}
.leftsection p {
  font-size: 15px;
  text-align: justify;
}
.leftsection table tr th{
  font-size: 14px;
  color: #e20d17;
} 
.leftsection table tr td {
  font-size: 15px;
}

/*rightlist*/
ul.rightlist{
  width: 100%;
  /* margin-left: 0px; */
  margin-bottom: 20px;
  list-style: none;
  list-style-type: none;
  margin-left: 40px;
}
.rightlist li::before {
  color: #e20d17;
  content: "\f101";
  font-family: fontawesome;
  font-size: 18px;
  left: 2px;
  padding-right: 6px;
  position: absolute;
  top: -3px;
}
.rightlist li {
  padding-left: 20px;
  position: relative;
  line-height: 2.5;
  font-size: 14px;
  color: #718090;
  border-bottom: 1px dashed #e20d17;
}
.rightlist li:last-child{
  border-bottom: none;
}
.rightlist li a{
  color: #515151;
  font-weight: 600;
}
.rightlist li a:hover, .rightlist li a.active{
  color: #e20d17;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
}
/* invester  */
.leftsection a:hover{
  text-decoration: none;
}
.years h2 {
  font-weight: normal;
  color: #000;
  margin-bottom: 0;
  font-size: 17px;
}
.investerrelator{
  /* border: 1px #bababa solid; */
  padding: 15px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    width: 100%;
    /* margin: 10px 0 20px; */
    margin: 0px 0 20px;
    position: relative;
    /* min-height: 265px; */
    /* height: 222px;
    overflow-y: scroll; */
}
.investerrelator .download-pdf {
  position: absolute;
  right: 0px;
  bottom: 8px;
  width: 40px;
  height: 40px;
}
.leftsection p.title {
  margin-bottom: 6px;
  color: #515151;
  text-align: left;
  font-size: 14px;
  padding-bottom: 10px;

  height: 190px;
  /* overflow-y: scroll;*/
}
.investerrelator span {
  display: inline-block;
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
  color: #e20d17;
  background: url(../images/arrow-right.png) no-repeat right center;
  padding-right: 30px;
  /* padding-top: 10px; */
}

/* .leftsection a:hover .investerrelator{
  border: 1px #000 solid;
} */
.leftsection a:hover .investerrelator span {
  color: #e20d17;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
}
.previoussection {
  margin-top: 30px;
}
.selectyear {
  float: right;
  margin: 10px 0px;
}
.selectyear span {
  line-height: 35px;
}
.previoussection #option {
  width: auto;
  background: none;
  border: 2px solid #e20d17;
  padding: 5px 10px;
  padding: 2px 20px;
  margin-bottom: 25px;
  font-size: 17px;
  margin-left: 20px;
  float: right;
}

.leftsection .years{
  margin-top: 35px;
}
.leftsection .years h3 {
  /* background: #515151; */
  /* padding: 10px 15px; */
  font-size: 30px;
  color: #e20d17;
  margin-bottom: 15px;
  font-family: initial;
}

.grupoverview h2 {
  color: #e20d17;
  margin-bottom: 20px;
  /* margin-top: 8px; */
  position: relative;
  padding-bottom: 16px;
  font-family: 'footlight_mt_lightregular';
  font-weight: 600;
}
.grupoverview h2::before{
  background-color: #e20d17;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 34px;
}

/* our history page */
.ourhistory{
  text-align: justify;
}
.ourhistory h2, .corevaluelist h2 {
  color: #e20d17;
  margin-bottom: 20px;
  /* margin-top: 8px; */
  position: relative;
  padding-bottom: 16px;
  /* font-family: 'footlight_mt_lightregular'; */
  font-family: arial;
  /* font-weight: 600; */
  font-weight: 400;
}
.ourhistory h2::before, .corevaluelist h2::before{
  background-color: #e20d17;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 34px;
}
ul.corelist{
  position: relative;
}
ul.corelist li{
  padding-left: 1.3em;
}
ul.corelist li::before{
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.corevalueimg {
  padding: 60px 0;
}

/* accordian */
[data-toggle="collapse"]:after {
  display: inline-block;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    transform: rotate(90deg) ;
    transition: all linear 0.25s;
    float: right;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 17px;
    color: #e20d17;
    }   
  [data-toggle="collapse"].collapsed:after {
    transform: rotate(0deg) ;
  }
  .nav-tabs{
    border-bottom: none;
    
  }
  .nav-tabs>.nav-item>.nav-link {
    color: #ffffff;
    margin: 0;
    margin-right: 5px;
    background-color: #303030;
    border: 1px solid transparent;
    border-radius: 30px;
    font-family: 'footlight_mt_lightregular';
    font-weight: 600;
    font-size: 22px;
    padding: 5px 23px;
    line-height: 1.5;
    letter-spacing: 1.2px;
    box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 20%);
}
  .nav-tabs>.nav-item>.nav-link.active {
    background-color: #e20d17;
    border-radius: 30px;
    color: #FFFFFF;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 20%);
}
/* .nav-tabs>.nav-item>.nav-link:hover {
  background-color: transparent;
} */
/* .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
} */
  .card{
    box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 20%);
  }
  div#accordion .card {
    margin-bottom: 10px;
    /* border-radius: 25rem !important; */
}
.card-header{
  /* background-color: #666666; */
  background-color: #e5e5e5;
  /* border-radius: 25rem !important; */
}
/* div#accordion .card-header{
  background-color: #e20d17;
} */
div#accordion .card-header h5 a {
    color: #e20d17;
    text-decoration: none;
    /* letter-spacing: 1px; */
    font-family: 'footlight_mt_lightregular';
    /* font-weight: 600; */
    font-size: 23px;
}
/* .ourhistory, .corevalue {
  padding: 25px 25px 10px 25px;
} */
div#accordion .card{
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
}



/* contact us page */
.office {
  background: rgb(229 229 229);
    border: 1px solid #dfdfdf;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 2px 8px 0 rgb(0 0 0 / 19%);
    position: relative;
    border-left: 7px solid #959090;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    /* border-right: 15px solid #959090; */
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.office p {
  margin-bottom: -4px;
}
.office p > i {
  padding: 8px;
    position: absolute;
    width: 35px;
    height: 35px;
    display: block;
    color: #e50000;
    text-align: center;
    border: 1px double #e50000;
    margin-top: 16px;
}
.office p span{
  padding-left: 20px;
  display: block;
  margin-left: 30px;
  padding-top: 10px;
  text-align: left;
}
.office p span a{
  display: block;
  padding-top: 12px;
  color: #212529;
}
.office p span a:hover{
  color: #e50000;
  transition: all 0.5s ease-in;
}
.note a{
  color: #e50000;
}


.leftsection p.title.sbilodr {
  height: auto;
}

.office.investor-contact {
  background: none;
  border-radius: 4px;
  box-shadow: inherit;
  /* border: navajowhite; */
  min-height: 394px;
}

/* .investerrelator.sebibox{
  min-height: 120px;
} */

/* coloum equal height */
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.contentbox {
  height: 100%;
  padding: 20px 20px 10px;
  color: #fff;
  border: 1px #bababa solid;
}
.contentbox:hover{
  border: 1px #000 solid;
}

.office.investor-contact:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 20px 20px;
  border-color: #e20d17 #000000 transparent transparent;
}

@media(min-width:1367px) and (max-width:1600px){
  .clickbutton1{position: static; bottom: 100px;}
  .clickbutton1 ul li:last-child{margin-right: 0px;}
}

@media(min-width:1300px) and (max-width:1366px){
  /* .header .menu > ul > li > a{color: #000;}
  .container.h-100.d-md-block.textarea {margin-top: -190px;}
  .clickbutton ul li{margin-bottom: 75px;} */
  /* .mainlogo{margin:50px auto 50px;} */
  .mainpage{background-position: 100% 70%;}
  /* .mainlogo{margin:145px auto 40px;} */
  .logo.mainlogo img {width: 100%; }
  header.landingpage{position: static; margin-top: 0px;}
  .delicious-btn, .delicious-btn:focus{margin-bottom: 0rem; padding: 5px 21px; font-size:21px;}
  .delicious-btn:focus, .delicious-btn:hover{font-size:21px;}
  .clickbutton1{position: static; bottom: 75px; font-size:20px;}
  .clickbutton1:hover{font-size:20px;}
  .clickbutton{position: static; bottom: 5px;}
  .clickbutton:hover{font-size:20px;}
  .clickbutton1 ul li:last-child{margin-right: 0px;}
}

@media(min-width:1200px) and (max-width:1299px){
  /* .header .menu > ul > li > a{color: #000;}
  .container.h-100.d-md-block.textarea {margin-top: -190px;}
  .clickbutton ul li{margin-bottom: 75px;} */
  /* .mainlogo{margin:215px auto 30px;} */
  .logo.mainlogo img {width: 100%; }
  header.landingpage{position: static; margin-top: 0px;}
  .delicious-btn, .delicious-btn:focus{margin-bottom: 1rem; padding: 7px 34px; font-size:17px;}
  .clickbutton1 ul li:last-child{margin-right: 0px;}
  .delicious-btn:hover, .delicious-btn:focus{font-size:17px;}
  .clickbutton1{position: static; bottom: 190px; font-size:17px;}
  .clickbutton1:hover{font-size:17px;}
  .clickbutton{position: static;}
  .clickbutton1 ul li:last-child{margin-right: 0px;}
  header#header{position: static;}
  .carousel-inner{margin: 30px auto 0px;}
  .maintext{width: 100%; margin: auto;}
  #carousel .carousel-item.boat{height: 30vh;}
  .container.h-100.d-md-block{height: 0px !important;}
  #carousel .caption h3.ourhistory{padding-top: 10px;}
  #carousel .carousel-item .caption{padding: 10px 15px; margin: 0 15px;}
  #carousel .caption p{line-height: normal; text-align: justify;}
  footer.footerarea{position: static;}
}

@media(min-width:1024px) and (max-width:1199px){
  /* .header .menu > ul > li > a{color: #000;}
  .container.h-100.d-md-block.textarea {margin-top: -190px;}
  .clickbutton ul li{margin-bottom: 75px;} */
  /* .mainlogo{margin:50px auto 50px;} */
  .logo.mainlogo img {width: 100%; }
  header.landingpage{position: static; margin-top: 0px;}
  .delicious-btn, .delicious-btn:focus{margin-bottom: 1rem; padding: 0; font-size: 20px;}
  .delicious-btn:focus, .delicious-btn:hover{font-size: 17px;}
  .clickbutton1{position: static; bottom: 35px;}
  .clickbutton{position: static; bottom: 10px;}
  .clickbutton1 ul li:last-child{margin-right: 0px;}
  .clickbutton1 ul li:last-child{margin-right: 0px;}
  header#header{position: static;}
  .carousel-inner{margin: 30px auto 0px;}
  .maintext{width: 100%; margin: auto;}
  #carousel .carousel-item.boat{height: 30vh;}
  .container.h-100.d-md-block{height: 0px !important;}
  #carousel .caption h3.ourhistory{padding-top: 10px;}
  #carousel .carousel-item .caption{padding: 10px 15px; margin: 0 15px;}
  #carousel .caption p{line-height: normal; text-align: justify;}
  footer.footerarea{position: static;}
}

@media(min-width:1024px) and (max-width:1199px){
  /* .header .menu > ul > li > a{color: #000;}
  .container.h-100.d-md-block.textarea {margin-top: -190px;}
  .clickbutton ul li{margin-bottom: 75px;} */
  /* .mainlogo{margin:155px auto 50px;} */
  .logo.mainlogo img {width: 100%; }
  header.landingpage{position: static; margin-top: 0px;}
  .delicious-btn, .delicious-btn:focus{margin-bottom: 1rem; padding: 7px 31px; font-size: 17px;}
  .delicious-btn:hover, .delicious-btn:focus{font-size: 17px;}
  .clickbutton1{position: static; bottom: 165px;}
  .clickbutton{position: static; bottom: 10px;}
  .clickbutton1 ul li:last-child{margin-right: 0px;}
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item{padding:0 0.5rem;flex: 0 0 24%;}

  header#header{position: static;}
  .carousel-inner{margin: 30px auto 0px;}
  .maintext{width: 100%; margin: auto;}
  #carousel .carousel-item.boat{height: 30vh;}
  .container.h-100.d-md-block{height: 0px !important;}
  #carousel .caption h3.ourhistory{padding-top: 10px;}
  #carousel .carousel-item .caption{padding: 10px 15px; margin: 0 15px;}
  #carousel .caption p{line-height: normal; text-align: justify;}
  footer.footerarea{position: static;}
  ul.rightlist{margin-left: 0px;}
  .leftsection p.title{height: 215px;}
}

@media(min-width:992px) and (max-width:1023px){
  /* .header .menu > ul > li > a{color: #000;}
  .container.h-100.d-md-block.textarea {margin-top: -190px;}
  .clickbutton ul li{margin-bottom: 75px;} */
  /* .mainlogo{margin:160px auto 50px;} */
  .logo.mainlogo img {width: 100%; }
  header.landingpage{position: static; margin-top: 0px;}
  .delicious-btn{margin-bottom: 1rem;padding: 7px 31px; font-size: 17px;}
  .delicious-btn:focus, .delicious-btn:hover{font-size: 17px;}
  /* .clickbutton1{position: static;}
  .clickbutton{position: static;} */
  
  .clickbutton1{position: static; bottom: 150px;}
  .clickbutton{position: static; bottom: 10px;}
  .clickbutton1 ul li:last-child{margin-right: 0px;}
  header#header{position: static;}
  .carousel-inner{margin: 30px auto 0px;}
  .maintext{width: 100%; margin: auto;}
  #carousel .carousel-item.boat{height: 30vh;}
  .container.h-100.d-md-block{height: 0px !important;}
  #carousel .caption h3.ourhistory{padding-top: 10px;}
  #carousel .carousel-item .caption{padding: 10px 15px; margin: 0 15px;}
  #carousel .caption p{line-height: normal; text-align: justify;}
  footer.footerarea{position: static;}
  ul.rightlist{margin-left: 0px;}
  .leftsection p.title{height: 230px; overflow-y: scroll;}
}

@media(min-width:768px) and (max-width:991px){
  /* .header .menu > ul > li > a{color: #000;}
  .container.h-100.d-md-block.textarea {margin-top: -190px;}
  .clickbutton ul li{margin-bottom: 75px;} */
  /* .mainlogo{margin:190px auto 40px;} */
  .logo.mainlogo img {width: 100%; }
  header.landingpage{position: static; margin-top: 0px;}
  .delicious-btn{margin-bottom: 1rem; padding: 7px 31px; font-size: 17px;}
  .delicious-btn:focus, .delicious-btn:hover{font-size: 17px;}
  .clickbutton1 ul li:last-child{margin-right: 0px;}
  /* .clickbutton1{position: static;}
  .clickbutton{position: static;} */
  .clickbutton1{position: static; bottom: 100px;}
  .clickbutton{position: static; bottom: 10px;}

  header#header{position: static;}
  .carousel-inner{margin: 30px auto 0px;}
  .maintext{width: 100%; margin: auto;}
  #carousel .carousel-item.boat{height: 40vh;}
  .container.h-100.d-md-block{height: 0px !important;}
  #carousel .caption h3.ourhistory{padding-top: 10px;}
  #carousel .carousel-item .caption{padding: 10px 15px; margin: 0 15px;}
  #carousel .caption p{line-height: normal; text-align: justify;}
  footer.footerarea{position: static;}
  .months{line-height: 2.9; text-align: center; padding: 0;}
  .annual-report{font-size: 1.375rem; text-align: center; padding: 0;}
  ul.rightlist{margin-left: 0px;}
  .leftsection p.title{overflow-y: scroll;}
}


@media(min-width:541px) and (max-width:767px){
  /* .header .menu > ul > li > a{color: #000;}
  .container.h-100.d-md-block.textarea {margin-top: -190px;}
  .clickbutton ul li{margin-bottom: 75px;} */
  /* .mainlogo{margin:0px auto 40px;} */
  .logo.mainlogo img {width: 100%; }
  header.landingpage{position: static; margin-top: 0px;}
  .delicious-btn{margin-bottom: 1rem; padding: 7px 18px; font-size: 17px;}
  .delicious-btn:hover, .delicious-btn:focus{font-size: 17px;}
  .clickbutton1 ul li:last-child{margin-right: 0px;}
  /* .clickbutton1{position: static;}
  .clickbutton{position: static;} */

  .clickbutton1{position: static; bottom: 60px;}
  .clickbutton{position: static; bottom: 10px;}

  header#header{position: static;}
  .carousel-inner{margin: 30px auto 0px;}
  .maintext{width: 100%; margin: auto;}
  #carousel .carousel-item.boat{height: 90vh;}
  .container.h-100.d-md-block{height: 0px !important;}
  #carousel .caption h3.ourhistory{padding-top: 10px;}
  #carousel .carousel-item .caption{padding: 10px 17px; margin: 0 15px;}
  #carousel .caption p{line-height: normal; text-align: justify;}
  footer.footerarea{position: static;}
  .copyright p{text-align: center;}
  .designdeveloped p{float: none; text-align: center;}
  .months{line-height: 2.9; text-align: center; padding: 0;}
  .annual-report{font-size: 1.375rem; text-align: center; padding: 0;}
  ul.rightlist{margin-left: 0px;}
  .leftsection p.title{overflow-y: scroll;}
  .nav.nav-tabs li:first-child {margin-bottom: 8px;}
  .office p span{text-align: left; word-break: break-word; white-space: normal;}
}


@media(min-width:320px) and (max-width:540px){
  /* .header .menu > ul > li > a{color: #000;}
  .container.h-100.d-md-block.textarea {margin-top: -190px;}
  .clickbutton ul li{margin-bottom: 75px;} */
  /* .mainlogo{margin:0px auto 40px;} */
  .logo.mainlogo img {width: 100%; }
  header.landingpage{position: static; margin-top: 0px;}
  /* .clickbutton1 ul li:last-child a {margin-bottom: 0;} */
  .delicious-btn{margin-bottom: 1rem; padding: 5px 10px; font-size: 17px;}
  .delicious-btn:hover, .delicious-btn:focus{font-size: 17px;}
  .clickbutton1 ul li:last-child{margin-right: 0px;}
  /* .clickbutton1{position: static;}
  .clickbutton{position: static;} */

  .clickbutton1{position: static; bottom: 35px;}
  .clickbutton{position: static; bottom: 20px;}

  header#header{position: static;}
  .carousel-inner{margin: 30px auto;}
  .maintext{width: 100%; margin: auto;}
  .quarter{margin-bottom: 10px;}
  #carousel .carousel-item.boat{height: 70vh;}
  .container.h-100.d-md-block{height: 0px !important;}
  #carousel .caption h3.ourhistory{padding-top: 10px;}
  #carousel .carousel-item .caption{padding: 10px 15px; margin: 0 15px;}
  #carousel .caption p{line-height: normal; text-align: justify;}
  footer.footerarea{position: static;}
  .copyright p{text-align: center;}
  .designdeveloped p{float: none; text-align: center;}
  ul.rightlist{margin-left: 0px;}
  #option{display: block;margin-top: 20px; margin-left: 0px;}
  .clickbutton1 ul {margin-bottom: 0px;}
  .leftsection p.title{overflow-y: scroll;}
  .nav.nav-tabs li:first-child {margin-bottom: 8px;}
  .office{margin-bottom: 30px; padding: 20px 15px 30px;}
  .office p{font-size: 14px;}
  .office p span{text-align: left; word-break: break-word; white-space: normal;}
  .office.investor-contact h4 {text-align: left;font-size: 19px;}
  .office.investor-contact{margin-bottom: 25px;}
  .office.investor-contact p {text-align: left;}
  .leftsection p.title{height: auto;}
}