/* ------------------------------------------------------------ *\
  Variables
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  Base
\* ------------------------------------------------------------ */

* {
  padding: 0;
  margin: 0;
  outline: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}

html {
  min-height: 100%;
}

html {
  tap-highlight-color: rgba(0, 0, 0, 0);
}

img,
iframe,
video,
audio,
object {
  max-width: 100%;
}

img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

a,
button,
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='image'],
label[for] {
  cursor: pointer;
}

a[href^='tel'],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea,
a[href^='tel'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: none;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

button,
select {
  text-transform: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

nav ul,
nav ol {
  list-style: none outside none;
}

body {
  min-width: 320px;
  font-family: 'Karmilla', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #111111;
}

body.noscroll {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: scroll;
}

body.noscroll #header.header-default {
  position: absolute;
  z-index: 9999;
}

h1 {
  font-size: 46px;
  line-height: 1.17;
}

h2 {
  font-size: 28px;
  line-height: 1.43;
  color: #111111;
  margin-top: 0;
}

h3 {
  font-size: 24px;
  color: #111111;
}

h4 {
  font-size: 20px;
  line-height: 1;
  color: #111111;
}

h5 {
  font-size: 16px;
  line-height: 1.47;
  color: #111111;
}

h6 {
  font-size: 14px;
  color: #111111;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Serif', serif;
}

a {
  text-decoration: none;
  color: #07071e;
}

a:active,
a:focus {
  text-decoration: none;
  outline: 0 !important;
  color: #166272;
}

a:hover {
  text-decoration: none;
  color: #166272;
}

@media (max-width: 767px) {
  body.noscroll {
    overflow: hidden;
  }

  body.noscroll #header {
    z-index: 1;
  }

  body.is-locked #header {
    z-index: 1;
  }

  #myCarousel,
  .bd-placeholder-img{
    height: 15rem;
  }
  #myCarousel, .header-margin {
      margin-top: 7rem !important;
  }
}



/* ------------------------------------------------------------ *\
  Wrapper
\* ------------------------------------------------------------ */

#wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#wrapper .wrapper-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  min-height: 100vh;
  position: relative;
}

/* Mobile */

@media (max-width: 767px) {
  .wrapper-offset-top .wrapper-inner {
    padding-top: 0 !important;
  }
}

/* ------------------------------------------------------------ *\
  Header
\* ------------------------------------------------------------ */

#header {
  width: 100%;
  padding: 0;
  border: none;
  margin-bottom: 0;
  background-color: transparent;
}

#header .header-inner .container {
  max-width: 100%;
  width: 100%;
}

#header.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

#header.header-sticky .header-outer {
  position: static;
}

#header.is-sticky .header-outer {
  position: fixed;
  z-index: 50;
}

.header-home {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}

.header-home .navbar-default .navbar-nav > li > a {
  color: #ffffff;
}

.header-home .btn.btn-link {
  color: #ffffff;
}

.header-home .btn.btn-link:hover,
.header-home .btn.btn-link:focus {
  color: #ed1e26;
}

.header-home .select-holder .jcf-select.jcf-select-currency-selector .jcf-select-text {
  color: #ffffff;
}

.header-alt {
  position: relative;
  z-index: 50;
}

.header-alt .select-icon path,
.header-alt .link-flag path {
  fill: #111111;
}

.header-alt .header-inner {
  background: #fff;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 20px rgba(17, 17, 17, 0.04);
}

.header-alt .header-bar {
  background: #f8f8f8;
}

.header-alt .navbar-default {
  padding: 32px 14px;
}

.header-alt .navbar-default .navbar-nav {
  margin-top: 3px;
}

.header-alt .navbar-default .btn {
  margin-top: 6px;
}

@media (min-width: 1400px) {
  .header-alt .container-alt {
    max-width: 100%;
    padding: 0 31px;
  }
}

@media (max-width: 1230px) {
  #header.header-sticky {
    position: absolute;
    min-height: 0;
  }

  #header.header-sticky .header-outer {
    position: static;
  }

  .header-alt.is-sticky .header-outer {
    position: absolute !important;
  }
}

/* Tablet  */

@media (max-width: 991px) {
  .header-alt .navbar-default {
    padding: 29px 0;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .header-home .btn.btn-link {
    color: #ed1e26;
  }

  .header-home .navbar-default .navbar-nav > li > a {
    color: #111111;
  }

  .header-home .select-holder .jcf-select.jcf-select-currency-selector .jcf-select-text {
    color: #111111;
  }

  .header-alt .header-inner {
    z-index: 28;
  }

  .header-alt .navbar-default {
    padding: 15px 0;
  }

  #header.header-sticky {
    position: static !important;
  }
}
/* ------------------------------------------------------------ *\
  Main
\* ------------------------------------------------------------ */

#main {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (min-width: 1400px) {
  #main .container-alt {
    max-width: 100%;
  }
}

/* ------------------------------------------------------------ *\
  Sticky
\* ------------------------------------------------------------ */

.sticky {
  position: fixed !important;
  top: 0;
  z-index: 100;
}

.parent-at-bottom {
  margin-top: 0 !important;
}

.sticky.at-bottom {
  position: absolute !important;
  top: auto !important;
  bottom: 0;
}

/* ------------------------------------------------------------ *\
  Bottom Container
\* ------------------------------------------------------------ */

.bottom-container {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
  position: relative;
  background: #fff;
  color: #111111;
}

.bottom-container .footer-bar {
  background: #212529;
  color: #ffffff;
  padding: 31px 0;
}

/* ------------------------------------------------------------ *\
  Footer
\* ------------------------------------------------------------ */

#footer {
  padding: 0;
}

#footer p {
  margin: 0;
}

#footer [class^='col'] {
  padding: 0 20px;
}

/* ------------------------------------------------------------ *\
  ASide Footer
\* ------------------------------------------------------------ */

.aside-footer {
  background: #fff;
  color: #111111;
  padding: 63px 0 61px;
}

.aside-footer .title {
  text-transform: none;
  font-weight: 700;
  margin-bottom: 20px;
}

.aside-footer .navarea {
  overflow: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.aside-footer .navarea ul {
  width: 33.33%;
  margin: 0;
  padding-left: 32px;
}

.aside-footer .navarea ul li a {
  color: rgba(17, 17, 17, 0.5);
}

.aside-footer .navarea ul li a:hover {
  color: #ed1e26;
}

.aside-footer .navarea ul li + li {
  margin-top: 10px;
}

.aside-footer .navarea .navarea__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 61px;
}

.aside-footer .navarea .navarea__inner .title {
  padding-left: 32px;
}

.aside-footer .navarea .title {
  width: 100%;
}

.aside-footer .contact-info {
  color: #111111;
}

.aside-footer .contact-info a,
.aside-footer .contact-info address {
  color: rgba(17, 17, 17, 0.5);
}

/* Small Desktop */

@media (max-width: 1230px) {
  .aside-footer .navarea ul {
    padding-left: 0;
  }

  .aside-footer .navarea .navarea__inner .title {
    padding-left: 0;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .aside-footer {
    padding: 15px 0;
  }

  .aside-footer .title {
    margin-bottom: 15px;
  }

  .aside-footer .navarea {
    border: none;
  }

  .aside-footer .navarea ul {
    width: 100%;
    text-align: center !important;
    padding: 0 !important;
    margin-bottom: 20px;
  }

  .aside-footer .navarea .navarea__inner {
    padding-top: 0px;
  }

  .aside-footer .navarea .navarea__inner .title {
    text-align: center;
  }
}

/* ------------------------------------------------------------ *\
  List Details
\* ------------------------------------------------------------ */

.list-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 0 -10px;
  letter-spacing: 1.5px;
}

.list-details [class^='ico'] {
  font-size: 0;
  margin-right: 16px;
}

.list-details li {
  width: -webkit-calc(33.33% - 60px);
  width: calc(33.33% - 60px);
  margin: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Mobile */

@media (max-width: 767px) {
  .list-details {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list-details li {
    width: 100%;
  }

  .list-details li ~ li {
    margin-top: 10px;
  }
}

/* ------------------------------------------------------------ *\
  Visual
\* ------------------------------------------------------------ */

.visual {
  height: 740px;
  background-size: cover;
  background-position: center center;
  padding-top: 200px;
  position: relative;
  margin-bottom: 0;
}

.visual h1 {
  font: 700 46px/1.35 'Noto Serif', serif;
  margin-left: 0;
  max-width: 450px;
}

.visual:before {
  content: '';
  background-image: -webkit-linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
}

.visual .visual-inner {
  position: relative;
  z-index: 1;
}

.visual .title-holder {
  display: block;
  height: auto;
}

.visual .title-frame {
  display: block;
  text-align: left;
  padding: 18px 0;
  margin-bottom: 116px;
}

/* Mobile */

@media (max-width: 767px) {
  .visual {
    padding-top: 120px;
    height: 640px;
  }

  .visual h1 {
    max-width: 100%;
    text-align: center;
    font-size: 40px;
  }

  .visual .title-frame {
    padding-top: 0;
    margin-bottom: 50px;
  }
}

/* ------------------------------------------------------------ *\
  Section
\* ------------------------------------------------------------ */

.section {
  position: relative;
  padding: 88px 0 104px;
}
.section .section__title {
  margin-bottom: 20px;
  font-family: cursive;
}

.section .section__head {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56;
  color: rgba(17, 17, 17, 0.5);
  max-width: 500px;
  margin-bottom: 56px;
}

.section ~ .section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -570px;
  width: 1140px;
  height: 1px;
  background: rgba(17, 17, 17, 0.1);
}

.section ~ .section-press:before {
  content: none;
}

/* Tablet  */

@media (max-width: 991px) {
  .section {
    padding: 50px 0;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .section .section__head {
    max-width: 100%;
    margin: 0 auto 40px;
    text-align: center;
  }
}

/* ------------------------------------------------------------ *\
  Section Category
\* ------------------------------------------------------------ */

.section-categories .row {
  margin: 0 -20px -32px;
}

.section-categories [class^='col'] {
  padding: 0 20px;
}

/* Small Desktop */

@media (max-width: 1230px) {
  .section-categories .row {
    margin: 0 -10px -32px;
  }

  .section-categories [class^='col'] {
    padding: 0 10px;
  }
}

/* ------------------------------------------------------------ *\
  Category
\* ------------------------------------------------------------ */

.category {
  margin-bottom: 32px;
}

.category > a {
  display: block;
}

.category .category-image {
  height: 340px;
  position: relative;
  box-shadow: 0 8px 40px 10px rgba(17, 17, 17, 0.08);
  border-radius: 3px;
  background: #111111;
  overflow: hidden;
  box-shadow: 0 0rem 1rem rgba(0,0,0,.20)!important;
}

.category .category-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.category .category-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.88;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.category .category-overlay span {
  position: relative;
  padding: 0 8px;
}

.category .category-overlay span:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #ffffff;
}

.category .category-content {
  padding: 26px 0;
  font-size: 26px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.category .category-content p {
  margin: 0;
}

.category a {
  text-decoration: none;
  color: #07071e;
}

.category:hover .category-background,
.category-alt .category-background {
  opacity: 0.4;
}

.category:hover .category-overlay,
.category-alt .category-overlay {
  opacity: 1;
  visibility: visible;
}

/* Small Desktop */

/* Tablet  */

@media (max-width: 991px) {
  .category {
    margin-bottom: 15px;
  }

  .category .category-content {
    padding: 15px 0;
    text-align: center;
  }
}

/* Mobile */


/* ------------------------------------------------------------ *\
  Info Box
\* ------------------------------------------------------------ */

.infoarea h2 {
  font: 400 16px/1.63 'Karmilla', sans-serif;
  text-transform: none;
}

.infoarea h2 a {
  color: #111111;
}

.infoarea h2 a:hover {
  color: #ed1e26;
}

.infoarea .icon {
  margin-bottom: 30px;
}

.infoarea .textbox {
  max-width: 270px;
}

/* Mobile */

@media (max-width: 767px) {
  .infoarea .textbox {
    max-width: 320px;
    margin: 0 auto;
  }

  .infoarea .info-box {
    border-top: 1px solid rgba(17, 17, 17, 0.1) !important;
  }
}

/* slider */
body{
  background:#ccc;
}
.main {
  font-family:Arial;
  width:500px;
  display:block;
  margin:0 auto;
}
h3 {
    background: #fff;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
}
.category-slider {
  padding-bottom: 100px;
}

.category-slider .card {
  border: 1px solid #d1c6c6;
}

.category-slider .card-title{
  text-align: center;
  letter-spacing: 1.5px;
  font-weight: 500;
  margin-bottom: 0;
  color: #fff;
}

.category-slider .card-body{
    background: #fc5185;
    margin-top: 5px;
    color: white;
}

.text-raleway {
  font-family: 'Raleway', sans-serif;
}

.text-josefin{
  font-family: 'Josefin Sans', sans-serif;
}

.text-questrial{
  font-family: 'Questrial', sans-serif;
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 10%), inset 0 0.125em 0.5em rgb(0 0 0 / 15%);
}

.slick-slide .card{
    box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,.400)!important;
    padding: 5px;
}

.slick-arrow::before {
  color: #fc5185 !important;
  font-size: 25px !important;
}

h2 {
  font-family: 'Raleway', sans-serif;
}

.border-bottom {
    font-weight: 600;
    letter-spacing: 1px;
    color: #000066;
    text-align: center;
    padding: 0 10px;
}

.Header-title{
  display: flex;
  justify-content: lefts;
}

.text-size-20 {
  font-size: 20px; 
}

.list-details span {
  font-weight: 500;
  font-size: 20px;
}

@media (max-width: 467px) {
  .slick-arrow {
    display: none !important;
  }
  .slick-prev {
    left: -5px !important;
  }
  .slick-next {
    right: -5px !important;
  } 
}

#myCarousel,
.header-margin {
  margin-top: 5rem;
}

.contact-banner {
    /* background-image: url(/images/contact-bg.jpg); */
    background-image: url(/images/contact-banner.png);
    background-size: cover;
    width: 100%;
    margin: 0;
    height: 45vh !important;
    margin-top: 5rem;
    position: relative;
    background-color: #000066e8;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
}

.hero {
  color: #fff;
    position: absolute;
    bottom: clamp(104px, calc( 104px + 0 * ((100vw - 576px) / 1344)), 104px);
    width: 100%;
}

.page-breadcrumb > li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: clamp(16px, calc( 16px + 16 * ((100vw - 576px) /  1344)), 32px);
}

.page-breadcrumb,
.section-title {
  transform: translate(12px, 0px);
  opacity: 1;
  visibility: inherit;
}

.section-title {
    font-size: calc(min(max(19px, 2vw), 40px));
    letter-spacing: 0;
    padding-left: 0;
}

.page-breadcrumb > li:not(:last-child)::after {
  content: "•";
  margin-left: 10px;
}

.contact-details i{
    margin-right: 10px;
}

.contact-details i{
  color: #000066;
}

.bg-primary-platform{
  background: #00246B;
}

.bottom-container .footer-bar {
  background: #00246B;
}

.text-blue {
    color: #000066;
}

.navbar-dark .navbar-nav .nav-link{
    font-weight: 600;
    letter-spacing: 0.5px;
}

.section-categories{
  padding-top: 50px !important;
}
.text-dm{
  font-family: "DM Sans", sans-serif'
}
.text-weight-semibold{
  font-weight: 600;
}
.text-weight-bold{
  font-weight: 700;
}
.text-weight-normal{
  font-weight: 500;
}

.process-section{
  background: #F3F5FA;
}
.mb-0{
  margin-bottom: 0;
}

.category-background {
  transform: scale(1.5);
}

body::-webkit-scrollbar {
  width: 0px;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #000066;
  
}