@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* ----------------------------------------------------------
:: Mixin CSS
---------------------------------------------------------- */
.bg-banner-size, .section-bg-banner-1, .section-bg-banner-2, .section-bg-banner-4, .section-bg-banner-5, .home-slider, .scroll-to-top {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.before-after, .home-slider .overlay {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/* ----------------------------------------------------------
:: End Mixin CSS
---------------------------------------------------------- */
html {
  scroll-behavior: smooth; }

body {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  color: #4a4a4a;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    body {
      font-size: .8rem; } }

/* ----------------------------------------------------------
:: Common CSS
---------------------------------------------------------- */
.gray-color {
  color: #868686; }

.darkgray-color {
  color: #2b2b2b; }

.black-color {
  color: #242424; }

.cumin-color {
  color: #ff7800; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  color: #242424;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.5em;
  font-weight: normal; }

a {
  color: #242424;
  text-decoration: none; }
  a:hover, a:focus {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #ff7800; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

::selection {
  color: #fff;
  background: #ff7800; }

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0; }

.text-justify {
  text-align: justify; }

.unit-spacing-xs > * {
  margin-bottom: 10px;
  margin-left: 10px; }

.unit {
  display: flex;
  flex: 0 1 100%; }
  .unit .unit-left, .unit .unit-right {
    flex: 0 0 auto;
    max-width: 100%;
    margin-left: 0; }
  .unit .unit-body {
    flex: 0 1 auto; }
    .unit .unit-body a {
      text-decoration: none;
      color: inherit; }
      .unit .unit-body a:hover {
        color: #ff7800; }

/* ------:: Buttons----------- */
.btn:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none; }

.button--effect-1 {
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 0;
  text-transform: uppercase;
  white-space: nowrap;
  color: #CB8161;
  background-color: transparent;
  border-width: 3px solid #CB8161;
  padding: 0.5em 0.7em;
  outline: 3px solid;
  outline-color: #cb816178;
  outline-offset: 0px;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  min-width: calc(55% - 100px);
  font-size: 1rem; }
  .button--effect-1:hover {
    color: #fff;
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    background-color: #ff7800; }

.button--effect-2 {
  font-family: "Karla",sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0px;
  background-color: #fff;
  border-radius: 0;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease; }
  .button--effect-2:hover {
    background-color: #ff7800;
    color: #fff; }

/* Section CSS */
.section {
  position: relative;
  overflow: hidden;
  z-index: 1; }

.section-sm {
  padding: 100px 0; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-sm {
      padding: 60px 0; } }

.section-xs {
  padding: 80px 0; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-xs {
      padding: 60px 0; } }

.section-slightly-white {
  background-color: #f5f5f5; }

.section-slightly-gray {
  background-color: #fbf9f8; }

.section-slightly-lightan {
  background: linear-gradient(to bottom, #fff 50%, rgba(30, 87, 199, 0.08) 100%); }

.section-bg-banner-1 {
  background-image: linear-gradient(to bottom, #f4f7fc1c, #acacaf14), url(../images/banner/bg-1.jpg);
  background-attachment: fixed; }

.section-bg-banner-2 {
  background-image: linear-gradient(to bottom, #f4f7fc1c, #acacaf14), url(../images/banner/bg-2.jpg);
  background-attachment: fixed; }

.section-bg-banner-3 {
  background-image: url(../images/banner/bg-3.jpg);
  background-position: left;
  background-size: contain;
  background-repeat: repeat-x; }

.section-bg-banner-4 {
  background-image: linear-gradient(to bottom, #f4f7fca8, #ffffff59), url(../images/banner/bg-4.jpg);
  background-attachment: fixed; }

.section-bg-banner-5 {
  background-image: url(../images/banner/bg-5.jpg);
  background-attachment: fixed; }

.bg1 {
  background-image: url(../images/banner/banner-2.jpg);
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .bg1 {
      background-position: 0% 50%; } }

.bg1::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #00113ac4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -1; }

.section-title {
  margin-bottom: 40px;
  position: relative;
  text-align: center; }
  .section-title h2 {
    color: #ff8300;
    font-size: 2.15rem;
    font-weight: 600;
    position: relative;
    margin-bottom: 0.5rem;
    text-align: left; }
    @media only screen and (max-width: 600px) {
      .section-title h2 {
        font-size: 1.3rem; } }
    @media only screen and (min-width: 600px) {
      .section-title h2 {
        font-size: 2.1rem; } }
    @media only screen and (min-width: 992px) {
      .section-title h2 {
        font-size: 2.15rem; } }
  .section-title:hover .heading-border-line:before {
    width: 75px;
    margin-left: 0px;
    background: #ffb300;
    background-image: linear-gradient(45deg, #ffc600 1%, #ff6c00 100%); }
  .section-title:hover .heading-border-line:after {
    width: 24px;
    /* margin-left: 35px;*/
    background: #ffb300;
    background-image: linear-gradient(45deg, #ffc600 1%, #ff6c00 100%); }

.heading-border-line {
  position: relative; }

.heading-line {
  margin-right: 1030px; }
  @media only screen and (max-width: 600px) {
    .heading-line {
      margin-right: 264px !important; } }
  @media only screen and (max-width: 1200px) {
    .heading-line {
      margin-right: 616px; } }
  @media only screen and (min-width: 834px) and (max-width: 1194px) {
    .heading-line {
      margin-right: 848px; } }

@media only screen and (max-width: 1200px) {
  .page-bg-top header .navbar {
    background-color: #464646 !important; } }
.heading-border-line:before {
  content: "";
  width: 12px;
  height: 4px;
  background: #ffb300;
  background-image: linear-gradient(-45deg, #00113a 1%, #30618b 100%);
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -35px;
  transform: translateX(-50%);
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1; }

.heading-border-line:after {
  content: "";
  width: 65px;
  height: 4px;
  background: #ff6c00;
  background-image: linear-gradient(-45deg, #001c38 1%, #54738f 100%);
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 50%;
  margin-left: -20px;
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0; }

.sub-title {
  margin-bottom: 30px; }

/* List CSS */
.list-custom {
  margin-bottom: 30px; }
  .list-custom li {
    padding-left: 25px;
    position: relative;
    text-align: justify;
    margin-bottom: 5px; }
    .list-custom li::before {
      content: "";
      position: absolute;
      height: 4px;
      width: 10px;
      background: #cd6100;
      top: 14px;
      left: 4px;
      border-radius: 0; }
    .list-custom li::after {
      content: "";
      position: absolute;
      height: 9px;
      width: 4px;
      top: 5px;
      left: 0px;
      background: #ef7f1a; }
    .list-custom li a {
      color: inherit;
      text-decoration: none;
      transition: all .2s linear; }
    .list-custom li:hover > a {
      padding-left: 5px;
      color: #ff7800; }

.list-custom-1 li {
  position: relative;
  background: #f5f6f81a;
  padding: 0 1.7rem;
  margin: 0 0 10px; }
  .list-custom-1 li:hover:before {
    transform: scale(0.8); }
  .list-custom-1 li:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    transition: all 300ms ease;
    background: #ffb300;
    background-image: linear-gradient(-45deg, #ffc600 1%, #ff6c00 100%);
    transform: skew(16deg, 10deg); }

.text-subline {
  position: relative;
  height: 1px;
  padding: 0;
  background: linear-gradient(45deg, #c58f0e, transparent);
  border: none;
  margin: 10px 0 20px 0;
  width: 100%; }
  .text-subline:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    height: 7px;
    width: 7px;
    background: #ff7800;
    z-index: -1;
    transform: rotateZ(45deg); }

@keyframes rotate {
  100% {
    transform: rotate(1turn); } }
.rainbow {
  position: relative;
  z-index: 0;
  width: calc(50% - 50px);
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  padding: 1rem;
  text-align: center;
  margin: 0 auto; }
  @media only screen and (max-width: 600px) {
    .rainbow {
      width: 100%;
      padding: 0.31rem; } }
  @media only screen and (min-width: 992px) {
    .rainbow {
      width: calc(90% - 10px); } }
  @media only screen and (min-width: 1200px) {
    .rainbow {
      width: calc(50% - 50px); } }
  .rainbow::before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#060f50, #ffffff), linear-gradient(#060f50, #e3e3e3), linear-gradient(#ffeae9, #060f50), linear-gradient(#060f50, #ffffff);
    animation: rotate 4s linear infinite; }
  .rainbow::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: #071051fc;
    border-radius: 5px; }

/* ----------------------------------------------------------
:: Classy Navbar
---------------------------------------------------------- */
.inner-page-bg-top .header-inner {
  position: relative; }

.page-bg-top {
  position: relative; }
  .page-bg-top header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1024;
    /*.container{
        background-color: $white-color;
    }*/
    /* ============ mobile view ============ */
    /* ============ mobile view .end// ============ */ }
    @media only screen and (max-width: 600px) {
      .page-bg-top header {
        position: static; } }
    @media only screen and (min-width: 600px) {
      .page-bg-top header {
        position: static; } }
    @media only screen and (min-width: 992px) {
      .page-bg-top header {
        position: static; } }
    @media only screen and (min-width: 1200px) {
      .page-bg-top header {
        position: absolute; } }
    .page-bg-top header .navbar {
      transition: 500ms ease;
      background-color: transparent;
      margin: 0; }
      @media screen and (max-width: 992px) and (min-width: 320px) {
        .page-bg-top header .navbar {
          background-color: #464646;
          padding: 0; } }
      .page-bg-top header .navbar .navbar-brand .logo {
        width: 80px; }
        @media screen and (max-width: 600px) {
          .page-bg-top header .navbar .navbar-brand .logo {
            width: 60px; } }
      @media (max-width: 992px) {
        .page-bg-top header .navbar .navbar-collapse .navbar-nav {
          overflow-y: scroll;
          height: auto; } }
      .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item {
        list-style: none;
        margin-right: 15px;
        position: relative;
        transition: all 0.3s ease-in-out;
        display: inline-block;
        vertical-align: middle; }
        @media (max-width: 600px) {
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item {
            margin-right: 0; } }
        @media (min-width: 992px) {
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item {
            margin-right: 40px; } }
        .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
          margin-right: 0px !important; }
        .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
          color: #fff;
          font-size: 0.85rem;
          display: block;
          line-height: 30px;
          font-weight: 600;
          padding: 15px 0;
          opacity: 1;
          text-align: center;
          text-transform: uppercase;
          position: relative;
          overflow: hidden;
          z-index: 1; }
          @media only screen and (max-width: 600px) {
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
              line-height: 10px;
              padding: 1em 5% 13px;
              text-align: left;
              color: #677294;
              font-size: 0.7rem; } }
          @media only screen and (min-width: 992px) {
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
              font-size: 0.7rem; } }
          @media only screen and (min-width: 1200px) {
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
              font-size: 0.85rem; } }
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:before {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 0%;
            content: '.';
            color: transparent;
            background: #ff7800;
            height: 1px;
            transition: all .5s; }
          .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
            color: #ff7800 !important; }
            .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
              width: 100%; }
    .page-bg-top header .navbar.scrolled {
      background: #545454;
      box-shadow: 0 2px 28px 0 #0000003d;
      padding: 0; }
      .page-bg-top header .navbar.scrolled .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #fff; }
      .page-bg-top header .navbar.scrolled .navbar-brand .logo {
        width: 70px; }
        @media screen and (max-width: 600px) {
          .page-bg-top header .navbar.scrolled .navbar-brand .logo {
            width: 40px; } }
    @media (max-width: 991px) {
      .page-bg-top header .navbar-collapse {
        position: fixed;
        top: 53px;
        right: 0;
        min-width: 230px;
        height: 100%;
        background: #fff;
        box-shadow: 0 5px 10px 0 #0006;
        z-index: 9;
        padding: 20px; }
      .page-bg-top header .navbar-collapse.collapsing {
        right: -75%;
        transition: height 0s ease; }
      .page-bg-top header .navbar-collapse.show {
        right: 0;
        transition: right 300ms ease-in-out; }
      .page-bg-top header .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: right 500ms ease-in-out; }
      .page-bg-top header .navbar-toggler {
        border: none;
        outline: none;
        background: transparent;
        color: #ff7800;
        box-shadow: none; } }
    @media (max-width: 991px) {
      .page-bg-top header .navbar.fixed-top .navbar-collapse, .page-bg-top header .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        /* margin-top:10px; */ } }

/* ----------------------------------------------------------
:: Home
---------------------------------------------------------- */
.home-slider {
  height: 100vh;
  background-color: #1f1f1f;
  background-image: url(../images/banner/slide-1.jpg);
  z-index: 1;
  position: relative; }
  @media only screen and (max-width: 600px) {
    .home-slider {
      height: 41vh; } }
  @media only screen and (min-width: 600px) {
    .home-slider {
      height: 55vh; } }
  @media only screen and (min-width: 992px) {
    .home-slider {
      height: 47vh; } }
  @media only screen and (min-width: 1200px) {
    .home-slider {
      height: 100vh; } }
  .home-slider .overlay {
    background: #00082e;
    background: linear-gradient(45deg, #286090 0%, #4f5572 100%);
    opacity: .90;
    z-index: -1; }
  .home-slider .anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    z-index: -1; }
    @media only screen and (max-width: 1023px) {
      .home-slider .anim-icons {
        opacity: .1; } }
    .home-slider .anim-icons .icon {
      position: absolute;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%; }
    .home-slider .anim-icons .icon-dotted-world {
      width: 430px;
      height: 430px;
      top: 20%;
      background-image: url(../images/banner/icon-world.png); }
    .home-slider .anim-icons .icon-dotted-world.left {
      left: -280px;
      /* top: 30px; */
      -webkit-animation: bounce-x 10s infinite;
      animation: bounce-x 10s infinite;
      -webkit-animation-delay: 5s;
      animation-delay: 5s; }
    .home-slider .anim-icons .icon-dotted-world.right {
      right: -280px;
      /* top: 30px; */
      -webkit-animation: bounce-x 10s infinite;
      animation: bounce-x 10s infinite; }
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
  .home-slider .banner-caption {
    z-index: 2;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .home-slider .banner-caption h1, .home-slider .banner-caption h2, .home-slider .banner-caption h3, .home-slider .banner-caption h4, .home-slider .banner-caption h5, .home-slider .banner-caption h6 {
      color: #fff; }
    .home-slider .banner-caption h1 {
      font-size: 3.9rem;
      font-weight: 700;
      text-transform: capitalize;
      line-height: initial;
      color: #fff; }
      @media screen and (max-width: 600px) {
        .home-slider .banner-caption h1 {
          font-size: 1.8rem;
          line-height: 1.2; } }
    .home-slider .banner-caption h2 {
      font-size: 1.5rem; }
      @media only screen and (max-width: 600px) {
        .home-slider .banner-caption h2 {
          font-size: .71rem; } }
    .home-slider .banner-caption h6 {
      font-size: 1rem;
      font-weight: 300;
      margin: 10px 0; }
      @media only screen and (max-width: 600px) {
        .home-slider .banner-caption h6 {
          font-size: .6rem;
          margin: 0; } }
    .home-slider .banner-caption h4 {
      font-size: 1.5rem;
      margin: 10px 0; }
    @media only screen and (max-width: 600px) {
      .home-slider .banner-caption h4 {
        font-size: .6rem; } }

.widget-item {
  position: relative;
  margin: 10px; }
  .widget-item .widget-img {
    position: absolute;
    bottom: 0;
    right: 0; }
    .widget-item .widget-img img {
      width: 115px;
      opacity: 0.1;
      filter: hue-rotate(145deg); }
  .widget-item .address-item {
    display: flex;
    padding: 15px;
    background-image: linear-gradient(230deg, #a1a1a1d9 0%, #ffda5c 100%);
    box-shadow: 0px 0px 40px 0px #e4e2e3;
    border-radius: 3px 3px 3px 3px;
    height: 120px; }
    .widget-item .address-item .address-icon {
      padding: 5px 5px 0px 0px; }
      .widget-item .address-item .address-icon img {
        max-width: unset;
        width: 50px;
        height: 50px;
        filter: grayscale(1); }
  .widget-item .address-text {
    padding: 0px 0px 0px 15px; }
    .widget-item .address-text .title {
      font-size: 1.2rem;
      font-weight: 600; }
    .widget-item .address-text p {
      margin: 0;
      color: #242424; }

.img-partner {
  text-align: center;
  background: #ffffff;
  padding: 10px;
  border-radius: 10px; }

.img-about img {
  margin-top: -59px;
  box-shadow: 9px 9px 9px 2px rgba(0, 17, 58, 0.37);
  border-radius: 50px;
  height: 330px;
  width: 330px; }

@media only screen and (max-width: 600px) {
  .img-about img {
    margin-top: 0; } }
.regis-frm a {
  font-size: 0.9rem;
  color: #555555; }

.regis-frm a:hover {
  color: #ff6c00;
  font-weight: 600; }

/* ----------------------------------------------------------
:: Important Dates
---------------------------------------------------------- */
.feature-block {
  position: relative;
  text-align: center;
  padding: 20px 10px;
  min-height: calc(210px - 10px);
  transition: all 300ms ease;
  background-image: url(../images/banner/bg-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 8px 2px 18px 2px #9f9f9f;
  border-radius: 20px;
  margin: 10px;
  height: 262px; }
  @media only screen and (max-width: 600px) {
    .feature-block {
      height: auto; } }
  .feature-block:last-child:before {
    display: none; }
  .feature-block:hover {
    transform: translateY(-20px);
    box-shadow: 0 10px 20px #0003; }
  .feature-block:before {
    position: absolute;
    right: 0;
    top: 50px;
    bottom: 50px;
    border: 1px solid #ebebeb;
    content: "";
    z-index: 1; }
    @media only screen and (max-width: 600px) {
      .feature-block:before {
        display: none; } }
  .feature-block .icon-box {
    position: relative;
    display: inline-block;
    margin-bottom: 20px; }
    .feature-block .icon-box:before {
      position: absolute;
      left: -25px;
      top: 0;
      height: 55px;
      width: 55px;
      background-color: #fff1cc;
      content: "";
      border-radius: 50%; }
    .feature-block .icon-box .icon {
      position: relative;
      font-size: 50px;
      line-height: 1em;
      color: #081245;
      transition: all 300ms ease; }
  .feature-block h6 {
    color: #ff6c00;
    font-weight: 700; }

/* ----------------------------------------------------------
:: Accordion
---------------------------------------------------------- */
/*Accordion*/
.accordion .accordion-item {
  margin: 5px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 0px 5px 8px #00000038; }
  .accordion .accordion-item .accordion-header .accordion-button {
    font-weight: 600;
    background-color: #e5eaf3;
    padding-left: 40px; }
  .accordion .accordion-item .accordion-header .accordion-button::after {
    content: "\f067";
    font-family: "FontAwesome";
    width: 40px;
    height: 40px;
    line-height: 37px;
    /* border-radius: 25px;*/
    background: #e5eaf3;
    text-align: center;
    font-size: 15px;
    color: #081245;
    border: 2px solid #ff8300;
    position: absolute;
    top: auto;
    left: -20px;
    box-shadow: 5px 0px 0px #ff8401;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    @media only screen and (max-width: 600px) {
      .accordion .accordion-item .accordion-header .accordion-button::after {
        width: 30px;
        height: 30px;
        line-height: 27px;
        left: -10px; } }
  .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f068";
    background: #5c5c5c;
    color: #fff;
    border: 5px solid #fff;
    box-shadow: none;
    line-height: 32px; }
    @media only screen and (max-width: 600px) {
      .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
        line-height: 21px; } }
  .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #7a7a7a !important; }
  .accordion .accordion-item .accordion-header .accordion-button:hover::after {
    transform: rotate(360deg); }

.faq {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1); }

.card-body::before,
.card-body::after {
  content: "\f0e5 ";
  font-family: 'FontAwesome';
  color: #2ecc71;
  font-size: 7rem;
  position: absolute;
  opacity: 0.2;
  top: -4px;
  left: 34px;
  z-index: 0; }

.card-body::before {
  color: #3498db;
  top: -10px;
  left: -5px;
  transform: rotateY(360deg); }

.card-header {
  padding: 0; }

.btn {
  text-align: left; }

.accortion-list li {
  color: #000;
  margin-left: -47px; }

.card-title {
  margin-bottom: 0; }

/* ----------------------------------------------------------
:: Footer
---------------------------------------------------------- */
.scroll-to-top {
  position: fixed;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 0;
  right: 20px;
  bottom: 20px;
  border: none;
  cursor: pointer;
  display: none;
  z-index: 1;
  color: #fff;
  background-color: transparent;
  /*background-image: url(../images/icons/icon.png);*/
  background: #00113a;
  transition: all 300ms ease; }
  .scroll-to-top:hover, .scroll-to-top:focus {
    transform: scale(0.9);
    outline: 0; }

footer {
  font-size: 14px;
  z-index: 1;
  padding: 0;
  /* background: url(../images/banner/footer.jpg) scroll center bottom; */
  position: relative;
  /* &:before {
      background: #272626c4 none repeat scroll 0 0;
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;        
      z-index: -1;
  } */ }
  footer .footer-bottom {
    padding: 20px 0; }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      footer .footer-bottom {
        font-size: 12px; } }
    footer .footer-bottom .footer-left {
      text-align: center; }
      @media screen and (max-width: 992px) and (min-width: 320px) {
        footer .footer-bottom .footer-left {
          text-align: center; } }
      footer .footer-bottom .footer-left p {
        margin: 0; }
        footer .footer-bottom .footer-left p a {
          color: #ff7800;
          text-decoration: none; }
          footer .footer-bottom .footer-left p a:hover {
            color: #ff7800; }

/* ----------------------------------------------------------
:: Button
---------------------------------------------------------- */
.btn {
  color: #555;
  background: transparent;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 7px 20px;
  margin: 7px;
  border: none;
  border-radius: 0;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease 0s; }

.btn:focus,
.btn:hover {
  color: #fff;
  background: #ff8300; }

.btn:before,
.btn:after {
  content: '';
  height: 100%;
  width: 80%;
  border: 2px solid #081245;
  border-right: none;
  border-bottom: none;
  position: absolute;
  left: -7px;
  top: -7px;
  transition: all 0.2s ease-in, width 0.5s cubic-bezier(0.45, -0.33, 0.43, 1.46); }

.btn:after {
  transform: rotate(180deg);
  top: auto;
  left: auto;
  right: -7px;
  bottom: -7px; }

.btn:hover:before,
.btn:hover:after {
  width: 30%; }

/* ----------------------------------------------------------
:: Responsive CSS
---------------------------------------------------------- */
@media (min-width: 1600px) {
  .container {
    max-width: 80%; } }

/*# sourceMappingURL=style.css.map */
