/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

.about-section{
	position: relative;
	padding: 50px 0px;
}

.about-section .content-column{
	position: relative;
	margin-bottom: 20px;
}

.about-section .content-column .inner-column{
	position: relative;
	padding-top: 50px;
	padding-right: 100px;
}

.about-section .content-column .text{
	position: relative;
	color: #777777;
    font-weight: 600;
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.about-section .image-column{
	position: relative;
	margin-bottom: 20px;
}

.about-section .image-column .inner-column{
	position:relative;
	padding:20px 40px 0px 0px;
	margin-left:50px;
}

.about-section .image-column .inner-column .image:after{
	position: absolute;
	content:'';
	right: 0px;
  width: 500px;
	height: 470px;
	top: 50px;
	left: 80px;
	z-index: -1;
}

.about-section .image-column .inner-column .image{
	position: relative;
}

.about-section .image-column .inner-column .image {
	position: relative;
	width: 100%;
  height: 100%;
	display: block;
  margin-top: 60px;
  background-color: #d2af46;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 110px;
	height: 110px;
	color: #d2af46;
	font-size: 68px;
	font-weight: 700;
	line-height: 105px;
	text-align: center;
	background-color: #ffffff;
}
.about-section .btn-style-three:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}
.about-section .btn-style-three:hover {
    color: #ffffff;
    background: #d2af46;
}
.about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #d2af46;
    font-family: 'Arimo', sans-serif;
}
.sec-title2{
	color:#fff;
}
.sec-title {
    position: relative;
    padding-bottom: 20px;
}
.sec-title .title {
    position: relative;
    color: #d2af46;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 5px;
    line-height: 50px;
}

.sec-title h1 {

  font-weight: 700;
    color: #d2af46;
    font-size: 45px;
    margin: 30px;
    border-left: 5px solid #20247b;
    padding-left: 15px;
}
.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
}

@media (max-width: 768px) {
    .about-section .image {
      margin: 0;
      width: auto;
      height: auto;
    }
  
  }

/* -------------------------------- 
-------------------------------- */

/* reset */

  h1, h2, h3, h4 {
    line-height: 1;
    color: hsl(230, 13%, 9%);
    font-weight: 800;
  }
  
  h1 {
    font-size: 4.5rem; /* 40px */
  }
  
  h2 {
    font-size: 2.125rem; /* 34px */
  }
  
  h3 {
    font-size: 1.75rem; /* 28px */
  }
  
  h4 {
    font-size: 1.375rem; /* 22px */
  }
  
  ol, ul, menu {
    list-style: none;
  }
  
  button, input, textarea, select {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    line-height: inherit;
    -webkit-appearance: none;
            appearance: none;
  }
  
  textarea {
    resize: vertical;
    overflow: auto;
    vertical-align: top;
  }
  
  a {
    color: hsl(250, 84%, 54%);
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  img, video, svg {
    display: block;
    max-width: 100%;
  }
  
  /* -------------------------------- 
  
  Buttons 
  
  -------------------------------- */
  
  .cd-btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 0.375em;
    font-size: 1em;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.2;
    cursor: pointer;
    transition: 0.2s;
    will-change: transform;
  }
  
  .cd-btn:focus-visible {
    outline: none;
  }
  
  .cd-btn:active {
    transform: translateY(2px);
  }
  
  .cd-btn--primary {
    background: hsl(250, 84%, 54%);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 
                0 1px 3px hsla(250, 84%, 38%, 0.25), 
                0 2px 6px hsla(250, 84%, 38%, 0.1), 
                0 6px 10px -2px hsla(250, 84%, 38%, 0.25);
    color: hsl(0, 0%, 100%);
  }
  
  .cd-btn--primary:hover {
    background: hsl(250, 84%, 60%);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 
                0 1px 2px hsla(250, 84%, 38%, 0.25), 
                0 1px 4px hsla(250, 84%, 38%, 0.1), 
                0 3px 6px -2px hsla(250, 84%, 38%, 0.25);
  }
  
  .cd-btn--primary:focus-visible {
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 
                0 1px 2px hsla(250, 84%, 38%, 0.25), 
                0 1px 4px hsla(250, 84%, 38%, 0.1), 
                0 3px 6px -2px hsla(250, 84%, 38%, 0.25), 
                0 0 0 2px hsl(0, 0%, 100%), 
                0 0 0 4px hsl(250, 84%, 54%);
  }
  
  /* --------------------------------
  
  Component 
  
  -------------------------------- */
  
  
  .feature-v2__label {
    display: flex;
    gap: 1rem;
    align-items: center;
    font-size: 0.9375rem;
    color: hsl(240, 4%, 65%);
    text-transform: capitalize;
    margin-bottom: 1rem;
  }
  
  .feature-v2__label::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: hsla(230, 13%, 9%, 0.1);
  }
  
  .feature-v2__grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(12, 1fr);
    text-align: left;
    padding-left: 32px;
    margin: auto;
    

  }
  
  .feature-v2__grid > * {
    min-width: 0;
    grid-column-end: span 12;
  }
  
  .feature-v2__content {
    line-height: 1.6;
    border: 2px solid #d2af46;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 12px;
    font-weight: 600;
  }
  
  .feature-v2__content > *:not(:last-child) {
    margin-bottom: 1rem;
  }
  
  @media (min-width: 64rem) {
    .feature-v2__label {
      margin-bottom: 2rem;
    }
  
    .feature-v2__grid {
      gap: 0;
    }
  
    .feature-v2__grid-item-1 {
      grid-column-end: span 4;
      
    }
  
    .feature-v2__grid-item-2 {
      grid-column-start: 6;
      grid-column-end: span 7;
    }

    .feature-v2__grid-item-3 {
        grid-column-end: span 4;
      }
    
      .feature-v2__grid-item-4 {
        grid-column-start: 6;
        grid-column-end: span 7;
      }
  }

  .feature-v3__grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(12, 1fr);
    padding-left: 32px;
    text-align: left;
  }
  
  .feature-v3__grid > * {
    min-width: 0;
    grid-column-end: span 12;
  }
  
  .feature-v3__content {
    line-height: 1.6;
    border: 2px solid #d2af46;
    border-radius: 12px;
    margin-bottom: 12px;
    padding: 12px;
    font-weight: 600;
  }
  
  .feature-v3__content > *:not(:last-child) {
    margin-bottom: 1rem;
    margin-top: auto;
  }
  
  @media (min-width: 64rem) {
    .feature-v2__label {
      margin-bottom: 2rem;
    }
  
    .feature-v3__grid {
      gap: 0;
    }

    .feature-v3__grid-item-3 {
        grid-column-end: span 4;
      }
    
      .feature-v3__grid-item-4 {
        grid-column-start: 6;
        grid-column-end: span 7;
      }
  }
  
  /* -------------------------------- 
  
  Utilities 
  
  -------------------------------- */
  
  .cd-container {
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
  }
  
  .cd-max-width-adaptive-lg {
    max-width: 32rem;
  }
  
  @media (min-width: 48rem) {
    .cd-max-width-adaptive-lg {
      max-width: 48rem;
    }
  }
  
  @media (min-width: 64rem) {
    .cd-max-width-adaptive-lg {
      max-width: 64rem;
    }
  }
  
  @media (min-width: 80rem) {
    .cd-max-width-adaptive-lg {
      max-width: 80rem;
    }
  }
  
  .cd-position-relative {
    position: relative;
  }
  
  .cd-z-index-1 {
    z-index: 1;
  }
  
  .cd-margin-y-2xl {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }


  /* -------------------------------- 



-------------------------------- */
/* reset */

  /* variables */
  :root {
    /* colors */
    --ls4-color-primary-hsl: 250, 84%, 38%;
  --ls4-color-bg-hsl: 240, 4%, 90%;
  --ls4-color-contrast-high-hsl: 230, 7%, 23%;
  --ls4-color-contrast-higher-hsl: 230, 13%, 9%;
  --ls4-color-accent-hsl: 342, 89%, 38%;
  --ls4-color-contrast-lower-hsl: 240, 4%, 85%;
  }
  
  /* icons */
  .ls4-icon {
    height: var(--ls4-size, 1em);
    width: var(--ls4-size, 1em);
    display: inline-block;
    color: inherit;
    fill: currentColor;
    line-height: 1;
    flex-shrink: 0;
    max-width: initial;
  }
  
  /* component */
  :root {
    --list-space-y: 0.375em;
    --list-offset: 1em;
    --list-line-height-multiplier: 1;
  }
  
  .list, [class*="text-component"] .list {
    padding-left: 0;
    list-style: none;
  }
  .list ul, .list ol, [class*="text-component"] .list ul, [class*="text-component"] .list ol {
    list-style: none;
    margin: 0;
    margin-top: calc((var(--list-space-y) / 2) * var(--text-space-y-multiplier, 1));
    padding-top: calc((var(--list-space-y) / 2) * var(--text-space-y-multiplier, 1));
    padding-left: var(--list-offset);
  }
  .list li, [class*="text-component"] .list li {
    padding-bottom: calc((var(--list-space-y) / 2) * var(--text-space-y-multiplier, 1));
    margin-bottom: calc((var(--list-space-y) / 2) * var(--text-space-y-multiplier, 1));
    line-height: calc(var(--ls4-body-line-height, 1.4) * var(--list-line-height-multiplier));
  }
  .list > li:last-child, .list ul > li:last-child, .list ol > li:last-child, [class*="text-component"] .list > li:last-child, [class*="text-component"] .list ul > li:last-child, [class*="text-component"] .list ol > li:last-child {
    margin-bottom: 0;
  }
  .list:not(.list--border) > li:last-child, .list ul > li:last-child, .list ol > li:last-child, [class*="text-component"] .list:not(.list--border) > li:last-child, [class*="text-component"] .list ul > li:last-child, [class*="text-component"] .list ol > li:last-child {
    padding-bottom: 0;
  }
  
  /* #region (ul + ol) */
  .list--ul, [class*="text-component"] .list--ul,
  .list--ol, [class*="text-component"] .list--ol {
    --list-offset: calc(var(--list-bullet-size) + var(--list-bullet-margin-right));
  }
  .list--ul ul, .list--ul ol, [class*="text-component"] .list--ul ul, [class*="text-component"] .list--ul ol,
  .list--ol ul,
  .list--ol ol, [class*="text-component"] .list--ol ul, [class*="text-component"] .list--ol ol {
    padding-left: 0;
  }
  @supports (--css: variables) {
    .list--ul li, [class*="text-component"] .list--ul li,
  .list--ol li, [class*="text-component"] .list--ol li {
      padding-left: var(--list-offset) !important;
    }
  }
  .list--ul li::before, [class*="text-component"] .list--ul li::before,
  .list--ol li::before, [class*="text-component"] .list--ol li::before {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    position: relative;
    top: -0.1em;
    font-weight: 600;
  }
  @supports (--css: variables) {
    .list--ul li::before, [class*="text-component"] .list--ul li::before,
  .list--ol li::before, [class*="text-component"] .list--ol li::before {
      width: var(--list-bullet-size) !important;
      height: var(--list-bullet-size) !important;
      margin-left: calc(var(--list-bullet-size) * -1) !important;
      left: calc(var(--list-bullet-margin-right) * -1) !important;
    }
  }
  
  .list--ul, [class*="text-component"] .list--ul {
    --list-bullet-size: 7px;
    --list-bullet-margin-right: 12px;
  }
  .list--ul > li, [class*="text-component"] .list--ul > li {
    padding-left: 19px;
  }
  .list--ul > li::before, [class*="text-component"] .list--ul > li::before {
    content: "";
    border-radius: 50%;
    color: #252525;
    background-color: currentColor;
    width: 7px;
    height: 7px;
    margin-left: -7px;
    left: -12px;
  }
  .list--ul ul li::before, [class*="text-component"] .list--ul ul li::before {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px currentColor;
  }
  
  .list--ol, [class*="text-component"] .list--ol {
    --list-bullet-size: 26px;
    --list-bullet-margin-right: 6px;
    --list-bullet-font-size: 14px;
    counter-reset: list-items;
  }
  .list--ol > li, [class*="text-component"] .list--ol > li {
    counter-increment: list-items;
    padding-left: 32px;
  }
  .list--ol ol, [class*="text-component"] .list--ol ol {
    counter-reset: list-items;
  }
  .list--ol > li::before, [class*="text-component"] .list--ol > li::before {
    content: counter(list-items);
    font-size: var(--list-bullet-font-size, 14px);
    background-color: transparent;
    color: #252525;
    line-height: 1;
    font-weight: 400;
    border-radius: 50%;
    border: #d2af46;
    width: 22px;
    height: 22px;
    margin-left: -26px;
    left: -6px;
  }
  .list--ol ol > li::before, [class*="text-component"] .list--ol ol > li::before {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px hsl(var(--ls4-color-contrast-lower-hsl));
  }
  
  /* #endregion */
  /* #region (border) */
  .list--border li:not(:last-child), [class*="text-component"] .list--border li:not(:last-child) {
    border-bottom: 1px solid hsl(var(--ls4-color-contrast-lower-hsl));
  }
  .list--border ul, .list--border ol, [class*="text-component"] .list--border ul, [class*="text-component"] .list--border ol {
    border-top: 1px solid hsl(var(--ls4-color-contrast-lower-hsl));
  }
  
  /* #endregion */
  /* #region (icons) */
  .list--icons, [class*="text-component"] .list--icons {
    --list-bullet-size: 24px;
    --list-bullet-margin-right: 8px;
    --list-offset: calc(var(--list-bullet-size) + var(--list-bullet-margin-right));
  }
  .list--icons ul, .list--icons ol, [class*="text-component"] .list--icons ul, [class*="text-component"] .list--icons ol {
    padding-left: 32px;
  }
  @supports (--css: variables) {
    .list--icons ul, .list--icons ol, [class*="text-component"] .list--icons ul, [class*="text-component"] .list--icons ol {
      padding-left: var(--list-offset);
    }
  }
  
  .list .list__icon {
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  .list .list__icon:not(.ls4-top-0) {
    top: calc((1em * var(--ls4-body-line-height, 1.4) - 24px) / 2);
  }
  @supports (--css: variables) {
    .list .list__icon {
      width: var(--list-bullet-size);
      height: var(--list-bullet-size);
      margin-right: var(--list-bullet-margin-right);
    }
    .list .list__icon:not(.ls4-top-0) {
      top: calc((1em * var(--ls4-body-line-height, 1.4) * var(--list-line-height-multiplier) - var(--list-bullet-size)) / 2);
    }
  }
  
  /* #endregion */
  
  /* utility classes */
  .ls4-items-start {
    align-items: flex-start;
  }
  
  .ls4-flex {
    display: flex;
  }
  
  .ls4-color-primary {
    --ls4-color-o: 1;
    color: #d2af46;
  }




/* -------------------------------- 

Buttons 

-------------------------------- */

.cd-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 0.375em;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.2;
  cursor: pointer;
  transition: 0.2s;
  will-change: transform;
}

.cd-btn:focus-visible {
  outline: none;
}

.cd-btn:active {
  transform: translateY(2px);
}

.cd-btn--primary {
  background: hsl(250, 84%, 54%);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 
              0 1px 3px hsla(250, 84%, 38%, 0.25), 
              0 2px 6px hsla(250, 84%, 38%, 0.1), 
              0 6px 10px -2px hsla(250, 84%, 38%, 0.25);
  color: hsl(0, 0%, 100%);
}

.cd-btn--primary:hover {
  background: hsl(250, 84%, 60%);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 
              0 1px 2px hsla(250, 84%, 38%, 0.25), 
              0 1px 4px hsla(250, 84%, 38%, 0.1), 
              0 3px 6px -2px hsla(250, 84%, 38%, 0.25);
}

.cd-btn--primary:focus-visible {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 
              0 1px 2px hsla(250, 84%, 38%, 0.25), 
              0 1px 4px hsla(250, 84%, 38%, 0.1), 
              0 3px 6px -2px hsla(250, 84%, 38%, 0.25), 
              0 0 0 2px hsl(0, 0%, 100%), 
              0 0 0 4px hsl(250, 84%, 54%);
}

/* --------------------------------

Component 

-------------------------------- */

.feature {}

.feature__grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.feature__grid > * {
  min-width: 0;
}

.feature__content {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.feature__label {
  font-size: 0.9375rem;
  color: hsl(240, 4%, 65%);
  text-transform: capitalize;
}

.feature__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.feature--center-x .feature__actions {
  justify-content: center;
}

.feature__img {
  width: 100%;
  border-radius: 0.75em;
}

@media (min-width: 64rem) {
  .feature__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature--invert .feature__grid > *:first-child {
    order: 2;
  }
}

/* -------------------------------- 

Utilities 

-------------------------------- */

.cd-container {
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
}

.cd-max-width-adaptive-lg {
  max-width: 32rem;
}

@media (min-width: 48rem) {
  .cd-max-width-adaptive-lg {
    max-width: 48rem;
  }
}

@media (min-width: 64rem) {
  .cd-max-width-adaptive-lg {
    max-width: 64rem;
  }
}

@media (min-width: 80rem) {
  .cd-max-width-adaptive-lg {
    max-width: 80rem;
  }
}

.cd-position-relative {
  position: relative;
}

.cd-z-index-1 {
  z-index: 1;
}

.cd-margin-y-2xl {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.cd-text-center {
  text-align: center;
}

.cd-line-height-lg {
  line-height: 1.58;
}

.cd-link {
  color: hsl(250, 84%, 54%);
  text-decoration: none;
  background-image: linear-gradient(to right, hsl(250, 84%, 54%) 50%, hsla(250, 84%, 54%, 0.2) 50%);
  background-size: 200% 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: background-position 0.2s;
}

.cd-link:hover {
  background-position: 0% 100%;
}




/* -------------------------------- 

Component 

-------------------------------- */

.text-divider {
  margin: 2rem auto;
  display: flex;
  text-align: center;
  align-items: center;
}

.text-divider span {
  font-size: 0.9375rem;
  white-space: nowrap;
  padding: 0 1rem;
  font-weight: 400;
  color: #d2af46;
}

.text-divider::before, .text-divider::after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 20px;
  flex-grow: 1;
  background: hsl(240, 4%, 90%);
  vertical-align: middle;
}