/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Ivy Mode";
  src: url("../fonts/IvyMode-Bold.eot");
  src: url("../fonts/IvyMode-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/IvyMode-Bold.woff2") format("woff2"), url("../fonts/IvyMode-Bold.woff") format("woff"), url("../fonts/IvyMode-Bold.ttf") format("truetype"), url("../fonts/IvyMode-Bold.svg#IvyMode-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("../fonts/IvyMode-BoldItalic.eot");
  src: url("../fonts/IvyMode-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/IvyMode-BoldItalic.woff2") format("woff2"), url("../fonts/IvyMode-BoldItalic.woff") format("woff"), url("../fonts/IvyMode-BoldItalic.ttf") format("truetype"), url("../fonts/IvyMode-BoldItalic.svg#IvyMode-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Brown";
  src: url("../fonts/Brown-Regular.eot");
  src: url("../fonts/Brown-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Brown-Regular.woff2") format("woff2"), url("../fonts/Brown-Regular.woff") format("woff"), url("../fonts/Brown-Regular.ttf") format("truetype"), url("../fonts/Brown-Regular.svg#Brown-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("../fonts/IvyMode-SemiBoldItalic.eot");
  src: url("../fonts/IvyMode-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/IvyMode-SemiBoldItalic.woff2") format("woff2"), url("../fonts/IvyMode-SemiBoldItalic.woff") format("woff"), url("../fonts/IvyMode-SemiBoldItalic.ttf") format("truetype"), url("../fonts/IvyMode-SemiBoldItalic.svg#IvyMode-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("../fonts/IvyMode-LightItalic.eot");
  src: url("../fonts/IvyMode-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/IvyMode-LightItalic.woff2") format("woff2"), url("../fonts/IvyMode-LightItalic.woff") format("woff"), url("../fonts/IvyMode-LightItalic.ttf") format("truetype"), url("../fonts/IvyMode-LightItalic.svg#IvyMode-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("../fonts/IvyMode-SemiBold.eot");
  src: url("../fonts/IvyMode-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/IvyMode-SemiBold.woff2") format("woff2"), url("../fonts/IvyMode-SemiBold.woff") format("woff"), url("../fonts/IvyMode-SemiBold.ttf") format("truetype"), url("../fonts/IvyMode-SemiBold.svg#IvyMode-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("../fonts/IvyMode-Light.eot");
  src: url("../fonts/IvyMode-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/IvyMode-Light.woff2") format("woff2"), url("../fonts/IvyMode-Light.woff") format("woff"), url("../fonts/IvyMode-Light.ttf") format("truetype"), url("../fonts/IvyMode-Light.svg#IvyMode-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("../fonts/IvyMode-Italic.eot");
  src: url("../fonts/IvyMode-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/IvyMode-Italic.woff2") format("woff2"), url("../fonts/IvyMode-Italic.woff") format("woff"), url("../fonts/IvyMode-Italic.ttf") format("truetype"), url("../fonts/IvyMode-Italic.svg#IvyMode-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("../fonts/IvyMode-Regular.eot");
  src: url("../fonts/IvyMode-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/IvyMode-Regular.woff2") format("woff2"), url("../fonts/IvyMode-Regular.woff") format("woff"), url("../fonts/IvyMode-Regular.ttf") format("truetype"), url("../fonts/IvyMode-Regular.svg#IvyMode-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("../fonts/IvyMode-Thin.eot");
  src: url("../fonts/IvyMode-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/IvyMode-Thin.woff2") format("woff2"), url("../fonts/IvyMode-Thin.woff") format("woff"), url("../fonts/IvyMode-Thin.ttf") format("truetype"), url("../fonts/IvyMode-Thin.svg#IvyMode-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("../fonts/IvyMode-ThinItalic.eot");
  src: url("../fonts/IvyMode-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/IvyMode-ThinItalic.woff2") format("woff2"), url("../fonts/IvyMode-ThinItalic.woff") format("woff"), url("../fonts/IvyMode-ThinItalic.ttf") format("truetype"), url("../fonts/IvyMode-ThinItalic.svg#IvyMode-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
.nav-item {
  width: 263px;
  display: grid;
  align-items: center;
  border-left: 1px solid #D0D0D0;
  padding-left: 20px;
}
@media (max-width: 810px) {
  .nav-item {
    border: none;
    width: 100%;
    padding: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #D0D0D0;
  }
}
.nav-item .nav-link {
  color: #19468D;
  font-family: "Brown";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navbar .btn {
  color: #FFF;
  text-align: center;
  font-family: "Brown";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #19468D;
  width: 100%;
  max-width: 223.98px;
  height: 60px;
}

.navbar-nav {
  margin-left: 157px;
}
@media (max-width: 810px) {
  .navbar-nav {
    margin: 0;
    padding-bottom: 20px;
  }
}

.navbar-nav .nav-item:first-child {
  border: none;
}
@media (max-width: 810px) {
  .navbar-nav .nav-item:first-child {
    border-bottom: 1px solid #D0D0D0;
  }
}

.navbar-nav .nav-item:last-child {
  border: none;
}

.dropdown-toggle::after {
  content: "";
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 10px;
  height: 5.328px;
  border: none;
  vertical-align: unset;
  margin-left: 57px;
}
@media (max-width: 810px) {
  .dropdown-toggle::after {
    position: absolute;
    right: 0;
  }
}

.navbar-nav .nav-item:nth-child(2) .dropdown-toggle::after {
  vertical-align: 5px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #19468D;
  font-family: "Brown";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #19468D;
  font-family: "Brown";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navbar-nav .btn-primary, .navbar-nav .btn-primary:hover {
  color: #FFF;
  text-align: center;
  font-family: "Brown";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #19468D;
}

@media (max-width: 810px) {
  .navbar-brand {
    width: 50%;
  }
}

.dropdown-menu {
  border: none;
  color: #19468D;
  font-family: "Brown";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 2px;
}

.main {
  background-image: url("../images/main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 81px;
}
.main h1 {
  color: #FFF;
  font-family: "Ivy Mode";
  font-size: 60px;
  font-style: normal;
  font-weight: 250;
  line-height: 73.6px;
  margin: 0;
  margin-bottom: 29px;
}
.main a {
  color: #FFF;
  font-family: Brown;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.main a svg {
  margin-left: 10px;
}

.homemain .container {
  max-width: 1920px;
}

.maingrid {
  height: 700px;
  display: grid;
  align-items: end;
}
@media (max-width: 810px) {
  .maingrid {
    height: 300px;
  }
}

.text-wrap {
  white-space: normal !important;
  padding-left: 60px !important;
  padding-bottom: 60px !important;
}

.hsection2 {
  background: #251400;
  padding-top: 97px;
  padding-bottom: 97px;
}
.hsection2 p {
  color: #FFF;
  text-align: center;
  font-family: Brown;
  font-size: 16.07px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.3px;
  max-width: 535px;
}

.hsection3 {
  padding-top: 90px;
  padding-bottom: 82px;
}
.hsection3 .hsection3-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 90px;
  width: 100%;
  max-width: 1159px;
}
@media (max-width: 810px) {
  .hsection3 .hsection3-grid {
    grid-template-columns: 1fr;
    text-align: center;
    row-gap: 80px;
  }
}
.hsection3 .hsection3-grid img {
  margin-bottom: 20px;
}
.hsection3 .hsection3-grid h3 {
  color: #19468D;
  font-family: "Ivy Mode";
  font-size: 30px;
  font-style: normal;
  font-weight: 250;
  line-height: 61.6px;
  margin: 0;
  margin-bottom: 20px;
}
.hsection3 .hsection3-grid p {
  color: #3C3C3C;
  font-family: Brown;
  font-size: 16.336px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.3px;
  margin: 0;
}

.guidin {
  background-color: #19468D0D;
  padding-top: 65px;
}
.guidin h2 {
  color: #19468D;
  text-align: center;
  font-family: "Ivy Mode";
  font-size: 45.719px;
  font-style: normal;
  font-weight: 250;
  line-height: 61.6px;
  margin: 0;
  margin-bottom: 27px;
}
.guidin .listbtns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 12px;
	
}
@media (max-width: 810px) {
  .guidin .listbtns {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 8px;
  }
}
@media (max-width: 500px) {
  .guidin .listbtns {
    grid-template-columns: 1fr 1fr;
  }
}
.guidin .listbtns li {
  text-align: left;
  padding: 27px;
  background: #FFF;
	pointer-events: none !important;
	cursor: none !important;
}
.guidin .listbtns li a {
  color: #19468D;
  font-family: Brown;
  font-size: 12.81px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
pointer-events: none !important;
	cursor: none !important;
}

.learnmore-fot {
  background-image: url("../images/homefoot.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 129px;
}
.learnmore-fot .col-12 {
  height: 498px;
}
@media (max-width: 810px) {
  .learnmore-fot .col-12 {
    height: 200px;
  }
}

.thefooter {
  background: #251400;
  color: white;
}
.thefooter p {
  color: #FFF;
  text-align: center;
  font-family: Brown;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.2px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
  padding-top: 23px;
  padding-bottom: 23px;
}

.btn-primary, .btn-primary:hover {
  background: #19468D;
  color: #FFF;
  text-align: center;
  font-family: Brown;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.btn-primary svg, .btn-primary:hover svg {
  margin-left: 13px;
}

.main-header {
  height: 540px;
  display: grid;
  align-items: end;
}
@media (max-width: 810px) {
  .main-header {
    height: 200px;
  }
}
.main-header .title {
  background-color: #fff;
  color: #19468D;
  font-family: "Brown";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-bottom: 20px;
  padding-top: 19px;
  padding-right: 29px;
  display: inline-block;
}
.main-header .title p {
  margin: 0;
}

.gp-mainheader {
  background-image: url("../images/principles.jpg");
}

.gp-sec1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.gp-sec1 h2 {
  color: #19468D;
  text-align: center;
  font-family: "Ivy Mode";
  font-size: 45.82px;
  font-style: normal;
  font-weight: 400;
  line-height: 50.6px;
  margin: 0;
}
@media (max-width: 810px) {
  .gp-sec1 h2 {
    font-size: 35px;
  }
}
@media (max-width: 500px) {
  .gp-sec1 h2 {
    font-size: 30px;
  }
}

.gp-sec3 {
  display: grid;
  justify-content: center;
}
@media (max-width: 810px) {
  .gp-sec3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.gp-sec3 .gp-sec3-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1138px;
  width: 100%;
  margin-bottom: 80px;
  align-items: center;
}
@media (max-width: 810px) {
  .gp-sec3 .gp-sec3-grid {
    grid-template-columns: 1fr;
    text-align: center;
    row-gap: 30px;
  }
}
.gp-sec3 .gp-sec3-grid.child1 img {
  margin-top: -60px;
}
@media (max-width: 500px) {
  .gp-sec3 .gp-sec3-grid.child1 img {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .gp-sec3 .gp-sec3-grid.child1 {
    margin-top: 50px;
  }
}
.gp-sec3 .gp-sec3-grid.child1 .col-txt, .gp-sec3 .gp-sec3-grid.child3 .col-txt, .gp-sec3 .gp-sec3-grid.child5 .col-txt {
  padding-left: 100px;
}
@media (max-width: 810px) {
  .gp-sec3 .gp-sec3-grid.child1 .col-txt, .gp-sec3 .gp-sec3-grid.child3 .col-txt, .gp-sec3 .gp-sec3-grid.child5 .col-txt {
    padding-left: unset;
  }
}
.gp-sec3 .gp-sec3-grid.child2 .col-txt, .gp-sec3 .gp-sec3-grid.child4 .col-txt {
  padding-right: 100px;
  padding-left: 82px;
}
@media (max-width: 810px) {
  .gp-sec3 .gp-sec3-grid.child2 .col-txt, .gp-sec3 .gp-sec3-grid.child4 .col-txt {
    padding-left: unset;
    padding-right: unset;
    order: 2;
  }
}
.gp-sec3 .gp-sec3-grid h3 {
  color: #19468D;
  font-family: Brown;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 34px;
}
.gp-sec3 .gp-sec3-grid p {
  color: #3C3C3C;
  font-family: Brown;
  font-size: 16.203px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.3px;
}

.ab-mainheader {
  background-image: url("../images/about.jpg");
}

.ab-sec1 {
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  justify-content: center;
}
.ab-sec1 .ab-sec1-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 100px;
  max-width: 1138px;
  width: 100%;
}
@media (max-width: 810px) {
  .ab-sec1 .ab-sec1-grid {
    grid-template-columns: 1fr;
    row-gap: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ab-sec1 .ab-sec1-grid.child1 {
  margin-bottom: 22px;
}
.ab-sec1 .ab-sec1-grid h3 {
  color: #19468D;
  font-family: "Ivy Mode";
  font-size: 45.82px;
  font-style: normal;
  font-weight: 400;
  line-height: 50.6px;
  width: 423px;
  border-right: 1px solid #D0D0D0;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 810px) {
  .ab-sec1 .ab-sec1-grid h3 {
    text-align: center;
    width: 400px;
    border-right: none;
    border-bottom: 1px solid #D0D0D0;
    margin-left: auto;
    margin-right: auto;
    font-size: 35px;
  }
}
@media (max-width: 500px) {
  .ab-sec1 .ab-sec1-grid h3 {
    font-size: 30px;
    width: 200px;
  }
}
.ab-sec1 .ab-sec1-grid p {
  color: #3C3C3C;
  font-family: Brown;
  font-size: 16.469px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.3px;
}

.faqs-mainheader {
  background-image: url("../images/faqs.jpg");
}

.faqs-sec1 {
  padding-top: 63px;
  padding-bottom: 63px;
}
@media (max-width: 810px) {
  .faqs-sec1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.faqs-sec1 #accordion {
  max-width: 774px;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
.faqs-sec1 #accordion .card {
  border: none;
  border-radius: 0;
  margin-bottom: 32px;
}
.faqs-sec1 #accordion .card-header {
  border-radius: 0;
  border: none;
  background: #F4F6FA;
  padding: 0;
}
.faqs-sec1 #accordion .card-header h5 .btn {
  color: #19468D;
  font-family: "Brown";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  padding-right: 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 15px;
  width: 100%;
  text-align: left;
}
.faqs-sec1 #accordion .card-header h5 .btn .closed {
  display: none;
}
.faqs-sec1 #accordion .card-header h5 .btn.collapsed .open {
  display: none;
}
.faqs-sec1 #accordion .card-header h5 .btn.collapsed .closed {
  display: block;
}
.faqs-sec1 #accordion .card-header h5 .btn .accol2 {
  display: grid;
  align-items: center;
}
.faqs-sec1 #accordion .card-body p {
  color: #3C3C3C;
  font-family: "Brown";
  font-size: 16.203px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.3px;
}
.faqs-sec1 #accordion .card-body video {
  width: 100%;
  margin-top: 33px;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }