@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/*******/
@font-face {
    font-family: 'FreightDisplayW01';
    src: url('../fonts/FreightDisplayW01-Light.eot');
    src: url('../fonts/FreightDisplayW01-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FreightDisplayW01-Light.woff2') format('woff2'),
        url('../fonts/FreightDisplayW01-Light.woff') format('woff'),
        url('../fonts/FreightDisplayW01-Light.ttf') format('truetype'),
        url('../fonts/FreightDisplayW01-Light.svg#FreightDisplayW01-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FreightDisplayW01-Book';
    src: url('../fonts/FreightDisplayW01-Book.eot');
    src: url('../fonts/FreightDisplayW01-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FreightDisplayW01-Book.woff2') format('woff2'),
        url('../fonts/FreightDisplayW01-Book.woff') format('woff'),
        url('../fonts/FreightDisplayW01-Book.ttf') format('truetype'),
        url('../fonts/FreightDisplayW01-Book.svg#FreightDisplayW01-Book') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque-Regular.eot');
    src: url('../fonts/BrandonGrotesque-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrandonGrotesque-Regular.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Regular.woff') format('woff'),
        url('../fonts/BrandonGrotesque-Regular.ttf') format('truetype'),
        url('../fonts/BrandonGrotesque-Regular.svg#BrandonGrotesque-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque-Regular_1.eot');
    src: url('../fonts/BrandonGrotesque-Regular_1.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrandonGrotesque-Regular_1.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Regular_1.woff') format('woff'),
        url('../fonts/BrandonGrotesque-Regular_1.ttf') format('truetype'),
        url('../fonts/BrandonGrotesque-Regular_1.svg#BrandonGrotesque-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque-Bold.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'FreightDisplayW01';
    src: url('../fonts/FreightDisplayW01-Light_1.eot');
    src: url('../fonts/FreightDisplayW01-Light_1.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FreightDisplayW01-Light_1.woff2') format('woff2'),
        url('../fonts/FreightDisplayW01-Light_1.woff') format('woff'),
        url('../fonts/FreightDisplayW01-Light_1.ttf') format('truetype'),
        url('../fonts/FreightDisplayW01-Light_1.svg#FreightDisplayW01-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*  */

body,
p,
div,
.sub-heading,
.font-frieght
{
    font-family: 'FreightDisplayW01' !important;
}


h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Brandon Grotesque' !important;
}
body{
	background: #fff !important;
}

.padding-left{
    padding-left: 100px;
}

.padding-right{
    padding-right: 100px;
}

.cstm-sec-heading {
    font-size: 65px !important;
    margin: 20px 0 30px !important;
    position: relative;
    padding: 0 !important;
}

.cstm-sec-heading:after {
    content: "";
    position: absolute;
    background: #c12c2d;
    width: 100px;
    height: 1px;
    margin: 0 auto;
    display: block;
    bottom: -10px;
    left: 0;
    right: 0;
}
div#ieu9q:after{
	 content: "";
    position: absolute;
    background: #c12c2d;
    width: 100px;
    height: 1px;
    margin: 0 auto;
    display: block;
    bottom: 5px;
    left: 0;
    right: 0;
}
.cstm-sub-heading{
   font-family: 'FreightDisplayW01' !important;
}
.text-align-center{
  text-align: center !important ;
}

.uppercase{
  text-transform: uppercase !important;
}

.m-auto {
    margin: 0 auto !important;
    display: block;
}
.cta-heading {
    margin: 0 0 20px;
    text-align: center;
    font-size: 24px;
    color: #555555;
    font-family: 'Brandon Grotesque' !important;
}

.cta-heading span{
  position: relative;
}

.cta-heading span:after {
    content: "";
    background: #c12c2d;
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.cstm-btn {
    margin: 20px auto 0 !important;
    display: block;
    font-family: 'Brandon Grotesque' !important;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    letter-spacing: 2.2px;
    max-width: 350px;
    font-size: 15px !important;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0.1s;
    padding: 20px 50px !important;
}

.cstm-btn:hover{
  background-color: #333 !important;
  color: #fff !important;
  border-color: #333 !important;
}

.fill-btn{
  background-color: #c12c2d !important;
  color: #fff !important;
}

.text-center{
  text-align: center !important;
}


.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.vertical-top{
  vertical-align: top;
}
.vertical-middle{
  vertical-align: middle;
}
/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
.app-brand-link,
.app-brand-link img{
  width: 100%;
  height: 100%;
}
.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}


/* **************  */
td a.btn {
  padding: 5px;
  width: 30px;
  height: 30px;
  border-radius: 7px;
}
.page-titles {
  padding: 0.9375rem 1.875rem;
  background: #fff;
  margin-bottom: 1.875rem;
  border-radius: 0.625rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.page-titles h4, .page-titles .h4 {
  margin-bottom: 0;
  margin-top: 0;
  color: var(--primary);
  font-size: 1.25rem;
}
.page-titles .breadcrumb li.active {
  color: var(--primary);
  font-weight: 600;
}
.page-titles .breadcrumb li {
  margin-top: 0;
  margin-bottom: 0;
}
.sub-tabs {
    max-width: 240px;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding: 20px 15px;
    border-radius: 10px;
    gap: 10px;
    position: relative;
    padding-bottom: 50px;
}
.sub-tabs button{
  text-align: left;
}
.btn-save {
    position: absolute;
    bottom: 10px;
    width: 88%;
    text-align: center !important;
}
.tab-content {
  padding: 0;
  width: 100%;
}
.tab-content .acc-btn{
  background: white;
  border: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.tab-content .acc-btn span {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 0;
  color: var(--primary);
}
.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 0px;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.feature-img-upload .feature-img {
  border: 0 !important;
  box-shadow: none !important;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.avatar-upload .feature-img > div {
  border-radius: 10px;
  background: #f5f5f9;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.feature-img-upload .form-control-sm {
  padding: 0.25rem 0.4rem;
  margin-top: 10px;
}
.form-control[type="file"] {
  overflow: hidden;
}

/* Image Preview */
.box {
    max-width: 200px;
    height: 200px;
    background: #f5f5f9;
    border-radius: 10px;
    position: relative;
    background-position: center;
}
.box .js--image-preview {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.box div#imagePreview {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
}

.box  input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.box.full {
    max-width: 100%;
    background-position: center;
}
.save-btn {
    margin-left: 15px;
    background-color: #b62e33;
    border: 1px solid #b62e33;
    box-shadow: none;
    padding: 0px 35px !important;
}
.save-btn:hover{
  background-color: #b62e33;
}
.save-btn1 {
    padding: 5px 35px !important;
    margin-top: 17px;
    background-color: #b62e33;
    border: 1px solid #b62e33;
    box-shadow: none;
}
.save-btn1:hover{
  background-color: #b62e33;
}

.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #b62e33;
    border-color: #b62e33;
    transform: translateY(0);
    box-shadow: none;
}
.btn-primary {
    color: #fff;
    background-color: #b62e33;
    border-color: #b62e33;
    box-shadow: none;
}
td a.btn:nth-child(even) {
    background: #b62e33;
    border-color: #b62e33;
}
 td a.btn:nth-child(even):hover {
    color: #fff;
    background-color: #b4383ec4;
    border-color: #b4383ec4;
    transform: translateY(-1px);
}
 img.page-edit {
    width: 15px;
    margin: 0px 3px 2px 3px;
}
.sidebar-icon {
    width: 20px;
    margin-right: 20px;
}
.text-color {
    color: #b62e33;
    font-size: 15px;
    font-weight: 600;
}
html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item.open > .menu-link, .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item.open > .menu-link, html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item .menu-link:not(.active):hover, .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item .menu-link:not(.active):hover {
    background-color: rgb(240 211 212);
}
.modal-backdrop{
  display: none;
}
a.btn.stroke_btn {
    color: #b62e33;
    border: 1px solid #b62e33;
    padding: 6px 25px 6px 25px;
}
a.btn.stroke_btn:hover {
    color: #ffffff;
    border: 1px solid #b62e33;
   background-color: #b62e33;
}
button.btn.btn-primary.btn_design.submit-btn.edit-btn1 {
    color: #fff;
    background-color: #b62e33;
    padding: 6px 25px 6px 25px;
    border: 1px solid #b62e33;
}
div#delete_holiday {
    background-color: #0000006e;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 78%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(67, 89, 113, 0.2);
    border-radius: 0.5rem;
    margin: 0 auto;
    max-width: 100%;
}



/***********************/
.name {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 7px 0px 0px 70px;
}
.information {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #0000002e;
    padding-bottom: 20px;
}
.logo-img {
    width: 3%;
    margin: 0px 0px 0px 0px;
}
.frame1:after{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
        font-family: 'arial',sans-serif !important;
    content: "SETTLEMENTS";
    white-space: revert;
    color: #fff;
    top: 0;
    left: 0;
    padding: 25px;
    font-size: 12px;
}
.frame1{
    position: relative;
}
.frame2:after{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
        font-family: 'arial',sans-serif !important;
    content: "CENTRAL COUNTERPARTIES CCP";
    white-space: revert;
    color: #fff;
    top: 0;
    font-size: 12px;
    left: 0;
    padding: 18px;
}
.frame2{
    position: relative;
}
.frame3:after{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
        font-family: 'arial',sans-serif !important;
    align-items: center;
    justify-content: center;
    content: "GLOBAL EXCHANGES & BOURSES";
    white-space: revert;
    color: #fff;
    font-size: 12px;
    top: 0;
    left: 0;
    padding: 60px;
}
.frame3{
    position: relative;
}
.frame4:after{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
        font-family: 'arial',sans-serif !important;
    align-items: center;
    justify-content: center;
    content: "REGULATORY AUTHORITIES";
    white-space: revert;
    font-size: 12px;
    color: #fff;
    top: 0;
    left: 0;
    padding: 25px;
}
.frame4{
    position: relative;
}
.frame5:after{
    position: absolute;
    width: 100%;
    height: 100%;
        font-family: 'arial',sans-serif !important;
    display: flex;
    align-items: center;
    content: "POST TRADE SERVICE";
    font-size: 12px;
    white-space: revert;
    color: #fff;
    top: 0;
    left: 0;
    padding: 21px;
    margin-left: 10px;
}
.frame5{
    position: relative;
}

.frame6:after{
    position: absolute;
    width: 100%;
    height: 100%;
        font-family: 'arial',sans-serif !important;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "EBROKING";
    font-size: 12px;
    white-space: revert;
    color: #fff;
    top: 0;
    left: 0;
    padding: 25px;
}
.frame6{
    position: relative;
}
.frame7:after{
    position: absolute;
    width: 100%;
    height: 100%;
        font-family: 'arial',sans-serif !important;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "INTER-DEALER BROKEN";
    font-size: 12px;
    white-space: revert;
    color: #fff;
    top: 0;
    left: 0;
    padding: 25px;
}
.frame7{
    position: relative;
}
.frame8:after{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
        font-family: 'arial',sans-serif !important;
    justify-content: center;
    content: "SEF";
    white-space: revert;
    color: #fff;
    font-size: 12px;
    top: 0;
    left: 0;
    padding: 75px;
}
.frame8{
    position: relative;
}
.frame9:after{
    position: absolute;
    width: 100%;
    height: 100%;
        font-family: 'arial',sans-serif !important;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "TRADING PLATFORMS";
    font-size: 12px;
    white-space: revert;
    color: #fff;
    top: 0;
    left: 0;
    padding: 57px;
}
.frame9{
    position: relative;
}
.frame10:after{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
        font-family: 'arial',sans-serif !important;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    content: "OTC MARKETS";
    white-space: revert;
    color: #fff;
    top: 0;
    left: 0;
    padding: 25px;
}
.frame10{
    position: relative;
}
.frame11:after{
    position: absolute;
    width: 100%;
    height: 100%;
        font-family: 'arial',sans-serif !important;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "LISTED MARKETS";
    white-space: revert;
    font-size: 12px;
    color: #fff;
    top: 0;
    left: 0;
    padding: 7px;
    margin-left: 15px;
}
.frame11{
    position: relative;
}
.frame12:after{
    position: absolute;
    width: 100%;
    height: 100%;
        font-family: 'arial',sans-serif !important;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "CLEARING BANK";
    font-size: 12px;
    white-space: revert;
    color: #fff;
    top: 0;
    left: 0;
    padding: 25px;
}
.frame12{
    position: relative;
}

  .combine{
    display: flex;
  }
  .first{
    width: 100%;
    background: #c12c2d;
    padding: 30px 40px 30px 40px !important;
    margin-right: 15px;
  }
  .first:hover{
background: #1f222d;
  }
  .first h4{
    font-size: 20px;
    color: #fff;
    letter-spacing: 2.2px;
    line-height: 30px !important;
    font-weight: 700 !important;
  }
  .first p{
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.2px !important;
    line-height: 1.1;
    font-weight: 700;
  }
  .second{
    width: 100%;
    background: #c12c2d;
    padding: 30px 40px 30px 40px !important;
/*    margin-right: 15px;*/
  }
  .second:hover{
background: #1f222d;
  }
  .second h4{
    font-size: 20px;
    color: #fff;
    letter-spacing: 2.2px;
    line-height: 30px !important;
    font-weight: 700 !important;
}
  .second p{
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.2px !important;
    line-height: 1.1;
    font-weight: 700;
  }
  .third{
    width: 100%;
    background: #c12c2d;
    padding: 30px 40px 30px 40px !important;
/*    margin-right: 15px;*/
  }
  .third:hover{
background: #1f222d;
  }
  .third h4{
    font-size: 20px;
    color: #fff;
    letter-spacing: 2.2px;
    line-height: 30px !important;
    font-weight: 700 !important;
  }
  .third p{
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.2px !important;
    line-height: 1.1;
    font-weight: 700;
  }
/*  .forth{
    width: 100%;
    background: #c12c2d;
    padding: 30px 40px 30px 40px !important;
  }*/
  .forth:hover{
background: #1f222d;
  }
  .forth h4{
    font-size: 20px;
    color: #fff;
    letter-spacing: 2.2px;
    line-height: 30px !important;
    font-weight: 700 !important;
  }
  .forth p{
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.2px !important;
    line-height: 1.1;
    font-weight: 700;
  }
  .two-side h4{
  	color: #c12c2d;
  	font-size: 45px;
  	letter-spacing: 2.2px;
  	font-weight: 700;
  }
   .two-side p{
  	font-size: 18px;
  	color: #000;
  	font-weight: 700;
  }
 .two-side span{
  	font-weight: 600;
  	font-size: 18px;
  	color: #979796;
  }
  .reading{
  	font-size: 15px;
  	padding: 20px 50px;
  	color: #c12c2d;
  	background: transparent;
  	border: 1px solid #c12c2d;
  	margin-top: 15px;
  	font-weight: 600;
  }
  .reading:hover{
  	background:#1f222d;
  	border: 1px solid #1f222d;
  	color: #fff;
  }
.two-side1 h4{
  	color: #c12c2d;
  	font-size: 45px;
  	letter-spacing: 2.2px;
  	font-weight: 700;
  }
   .two-side1 p{
  	font-size: 18px;
  	color: #979796;
  	font-weight: 700;
  }
 .two-side1 span{
  	font-weight: 500;
  	font-size: 18px;
  	color: #979796;
  }
  .reading1{
  	font-size: 15px;
  	padding: 20px 50px;
  	color: #fff;
  	background: transparent;
  	border: 1px solid #c12c2d;
  	margin-top: 15px;
  	font-weight: 600;
  }
  .reading1:hover{
  	background:#1f222d;
  	border: 1px solid #1f222d;
  	color: #fff;
  }
.sidebar h4{
  	color: #fff;
  	font-size: 45px;
  	letter-spacing: 2.2px;
  	font-weight: 700;
  }
   .sidebar p{
  	font-size: 18px;
  	color: #fff;
  	font-weight: 700;
  }
 .sidebar span{
  	font-weight: 500;
  	font-size: 18px;
  	color: #fff;
  }
  .btn-sidebar {
  	font-size: 15px;
  	padding: 20px 50px;
  	color: #fff;
  	background: transparent;
  	border: 1px solid #fff;
  	margin-top: 15px;
  	font-weight: 600;
  }
  .btn-sidebar:hover{
  	background:#fff;
  	border: 1px solid #fff;
  	color: #c12c2d;
  }
  .sidebar-2 h4{
  	color: #c12c2d;
  	font-size: 45px;
  	letter-spacing: 2.2px;
  	font-weight: 700;
  }
   .sidebar-2 p{
  	font-size: 18px;
  	color: #979796;
  	font-weight: 700;
  }
 .sidebar-2 span{
  	font-weight: 500;
  	font-size: 18px;
  	color: #979796;
  }
  .candidates{
  	position: relative;
  }
  .candidates:before{
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: 100%;
    padding-top: 80px;
    clip-path: polygon(0% 0%,100% 0%,50% 100%);
    margin-bottom: -80px;
    z-index: 1;
    background: #fff;
    border: none;
    top: -1px;
  }
  #iifv3 {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-image: url('https://kitehuman.developmentrecords.com/media/1681882632NsbnjuE2ug7YSUAhnXSOYlCm5Ku6WiDW5Qfs0zV8.png');
    margin: 40px 0px 0px 0px;
    padding: 11px 300px 0px 300px;
}
.property:hover {
    background: #1f222d;
}
.trend:hover {
    background: #1f222d;
}
.btn-more:hover {
    color: #fff !important;
    background: #1f222d;
    border: 1px solid #1f222d;
}
.secure{
	display: flex;
}
.position{
	background: #c12c2d;
	margin-right: 15px;
	padding: 25px 40px 25px 40px;
	width: 100%;
}
.position:hover{
	background: #1f222d;
}
.position h4{
	font-size: 20px;
    letter-spacing: 2.2px;
    color: #fff;
    font-weight: 700;
}
.position ul li{
 font-size: 16px;
 color: #fff;
letter-spacing: 2.2px;
font-weight: 500;
}
.position2{
	background-color: #c12c2d;
	margin-right: 15px;
	padding: 25px 40px 25px 40px;

	width: 100%;
}
.position2:hover{
	background: #1f222d;
}
.position2 h4{
	font-size: 20px;
    letter-spacing: 2.2px;
    color: #fff;
    font-weight: 700;
}
.position2 ul li{
 font-size: 16px;
 color: #fff;
letter-spacing: 2.2px;
font-weight: 500;
}
.position3{
	background: #c12c2d;
	margin-right: 15px;
	padding: 25px 40px 25px 40px;

	width: 100%;

}
.position3:hover{
	background: #1f222d;
}
.position3 h4{
	font-size: 20px;
    letter-spacing: 2.2px;
    color: #fff;
    font-weight: 700;
}
.position3 ul li{
 font-size: 16px;
 color: #fff;
letter-spacing: 2.2px;
font-weight: 500;
}
.business{
font-size: 36px;
letter-spacing: 2.2px;
color: #c12c2d !important;
font-weight: 500;
position: relative;
}
/*.business:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    background: #c12c2d;
    width: 70px;
    height: 3px;
    display: block;

}*/
.investment{
font-size: 23px;
letter-spacing: 2.2px;
color: #979796;
font-weight: 500;
}
.people{
font-size: 65px;
color: #fff;
letter-spacing: 2.2px;
font-weight: 500;
position: relative;
}
.people:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    background: #c12c2d;
    width: 100px;
    height: 1px;
    display: block;

}
.focused{
font-size: 24px;
line-height: 30px;
font-weight: 500;
color: #fff;
}
.better{
	color: #c12c2d;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 600;
}
.going{
	position: relative;
}
.going:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    display: block;
    margin: 0 auto;
    left: 400px;
    right: 0;
    background: #c12c2d;
    bottom: -10%;
}
.belong{
	position: relative;
}
.belong:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    display: block;
    margin: 0 auto;
    left: 0px;
    right: 0;
    background: #c12c2d;
    bottom: -10%;
}
.blockchain{
	display: flex;
}
/*.system{
	background-color: #c12c2d;
	padding: 30px 45px 30px 45px;
	margin-right: 15px;
	width: 100%;
}*/
.system:hover{
	background: #1f222d;
}
.system h1{
font-size: 20px;
color: #fff;
letter-spacing: 2.2px;
font-weight: 600;
}
.system p{
font-size: 18px;
color: #fff;
letter-spacing: 1.1px;
font-weight: 700;
}
.changing{
	background-color: #c12c2d;
	padding: 30px 45px 30px 45px;
	margin-right: 15px;
	width: 100%;
}
.changing:hover{
	background: #1f222d;
}
.changing h1{
font-size: 20px;
color: #fff;
letter-spacing: 2.2px;
font-weight: 600;
}
.changing p{
font-size: 18px;
color: #fff;
letter-spacing: 1.1px;
font-weight: 700;
}
.grade{
	background-color: #c12c2d;
	padding: 30px 45px 30px 45px;
	margin-right: 15px;
	width: 100%;
}
.grade:hover{
	background: #1f222d;
}
.grade h1{
font-size: 20px;
color: #fff;
letter-spacing: 2.2px;
font-weight: 600;
}
.grade p{
font-size: 18px;
color: #fff;
letter-spacing: 1.1px;
font-weight: 700;
margin-top: 35px;
}
.token{
	background-color: #c12c2d;
	padding: 30px 45px 30px 45px;
	width: 100%;
}
.token:hover{
	background: #1f222d;
}
.token h1{
font-size: 20px;
color: #fff;
letter-spacing: 2.2px;
font-weight: 600;
}
.token p{
font-size: 18px;
color: #fff;
letter-spacing: 1.1px;
font-weight: 700;
}
.because{
	position: relative;
}
.because:before{
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: 100%;
    padding-top: 80px;
    clip-path: polygon(0% 0%,100% 0%,50% 100%);
    margin-bottom: -80px;
    z-index: 1;
    background: #fff;
    border: none;
    top: -1px;
}
.standard{
	position: relative;
}
.standard:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    display: block;
    margin: 0 auto;
    left: 0px;
    right: 0;
    background: #c12c2d;
    bottom: -10%;
}
.enquiry{
	position: relative;
}
.enquiry:after{
	 content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    display: block;
    margin: 0 auto;
    left: 0px;
    right: 0;
    background: #c12c2d;
    bottom: -80%;
}
#ixi91 {
    color: black;
    margin-left: 80px;
}
#itrnb {
    width: 90%;
    border-bottom: 1px solid #555;
}
#ihbmy {
    color: black;
    margin-left: 75px;
}
#i47eb {
    width: 90%;
    border-bottom: 1px solid #555;
}
#ilbyi {
    color: black;
    margin-left: 82px;
}
#ityab {
    width: 90%;
    border-bottom: 1px solid#555;
}

#i7o61 {
    padding: 10px 300px 10px 150px !important;
}
.btn-send{
	background: #c12c2d;
	color: #fff;
	padding: 20px 50px;
	font-size: 15px;
	letter-spacing: 2.2px;
	border:none;
	font-weight: 600;
}
.btn-send:hover{
	background: #1f222d;
}
.arrow-image {
    width: 60px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: #ffffff !important;
    padding: 15px;
    margin: -31px 0px 0px 0px;
}
#i632n:hover{
    background: #1f222d;
}
#ihgro:hover{
	background: #1f222d;
}
#ixe9i:hover{
	background: #1f222d;
}
h1.quality {
    font-size: 24px;
    color: white;
    letter-spacing: .5px;
    text-align: center;
}
#ii9cqu:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    background: #c12c2d;
    width: 70px;
    height: 3px;
    display: block;
}
.home-demo .item {
    background: #ff3f4d;
}
.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}
.human-para {
    font-size: 33px;
    color: #fff;
    margin: 10px 0px 20px 0px;
    position: relative;
}

.human-para:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #c12c2d;
    width: 35px;
    height: 3px;
    display: block;
}
.process-btn1 {
    font-size: 15px;
    padding: 20px 50px;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 0px 0px 50px 25px;
}
#iw1vf {
    background-color: #c12c2d;
    padding: 20px 20px 20px 20px;
    width: 50%;
    position: relative;
}
#iw1vf:after{
	content: "";
	display: block;
	border-color: transparent transparent transparent #c12c2d;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 45%;
    border-width: 25px 0 25px 25px;
    right: -25px;

}
#iihi7 {
    background-color: #ffffff;
    padding: 20px 20px 20px 20px;
    width: 50%;
    position: relative;
}
#iihi7:after{
	content: "";
    display: block;
    border-width: 25px 25px 25px 0;
    left: -25px;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 45%;

}
#itygzz {
    background-color: #efefef !important;
    padding: 20px 20px 20px 20px;
    width: 50%;
    position: relative;
}
#itygzz:after{
    border-width: 25px 0 25px 25px;
    right: -25px;
    border-color: transparent transparent transparent #efefef;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 45%;
}
.process-btn2 {
    font-size: 15px;
    color: #000;
    background: #97979680;
    padding: 20px 50px 20px 50px;
    border: none;
    font-weight: 600 !important;
    margin: 0px 0px 50px 25px;
}
.see-btn {
    color: #c12c2d;
    font-size: 15px;
    padding: 20px 50px;
    background: #fff;
    border: none;
    margin-right: 20px;
    font-weight: 600;
}
.see-btn1 {
    color: #fff;
    font-size: 15px;
    padding: 20px 50px;
    background: transparent;
    border: 1px solid #fff;
    margin-right: 50px;
    font-weight: 600;
}
.process-btn {
    font-size: 15px;
    padding: 20px 50px;
    color: #000;
    border: none;
    background: #97979680;
    margin: 0px 0px 50px 25px;
    letter-spacing: 2px;
    font-weight: 600 !important;
}
.process-btn1 {
    font-size: 15px;
    padding: 20px 50px;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    letter-spacing: 2px;
    font-weight: 600 !important;
    margin: 0px 0px 50px 25px;
}
#iw1vf {
    background-color: #c12c2d;
    padding: 45px 35px !important;
    width: 50%;
}
.better-heading:after {
    content: "";
    position: absolute;
    background: #c12c2d;
    width: 70px !important;
    height: 3px;
    margin: 0 auto;
    display: block;
    bottom: -10px;
    left: 0;
    right: 0;
}
#iw0st {
    font-family: brandon_grotesqueblack, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: rgb(56, 56, 56);
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 45px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}
#iw0st:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    background: #c12c2d;
    width: 70px;
    height: 3px;
    display: block;
}
.kite{
	position: relative !important;
}
.kite:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    display: block;
    margin: 0 auto;
    top: auto !important;
    left: 0;
    right: 0;
    background: #c12c2d;
    margin-top: 0px !important;
    bottom: -15px !important
}

#ihnef {
    color: rgb(85, 85, 85);
    font-family: "Freight Display W01 Light", serif;
    font-size: 34px;
    letter-spacing: 0.5px;
    text-align: center;
    position: relative;
}
#ihnef:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    display: block;
    margin: 0 auto;
    top: 165px;
    left: 179px;
    right: 0;
    background: #c12c2d;
}
#imfuj {
    color: rgb(85, 85, 85);
    font-family: "Freight Display W01 Light", serif;
    font-size: 34px;
    letter-spacing: 0.5px;
    text-align: center;
    border: 0 solid #555555;
    position: relative;
}
#imfuj:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    display: block;
    margin: 0 auto;
    top: 115px;
    left: 0;
    right: 0;
    background: #c12c2d;
}
.btn-award {
    padding: 20px 50px;
    border: 1px solid #c12c2d;
    color: #c12c2d;
    background: transparent;
    letter-spacing: 2.2px;
    font-size: 15px;
    font-weight: 600 !important;
}
.intouch {
    color: #c12c2d;
    font-size: 15px;
    padding: 20px 50px;
    letter-spacing: 2.2px;
    background: transparent;
    border: 1px solid #c12c2d;
    font-weight: 600 !important;
}
#iphnk {

    position: relative;
}
#iphnk:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    display: block;
    margin: 0 auto;
    top: 368px;
    left: 0;
    right: 0;
    background: #c12c2d;
}
#itmyj {
    font-family: "Freight Display W01 Light", serif;
    font-size: 34px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #979796 !important;
    font-weight: 500;
}
.without {
    font-size: 65px;
    letter-spacing: 2.2px;
    color: #fff;
    font-weight: 500;
    position: relative;
}
.without:after {
    content: "";
    position: absolute;
    background: #c12c2d;
    width: 100px;
    height: 1px;
    margin: 0 auto;
    display: block;
    bottom: -10px;
    left: 0;
    right: 0;
}
.talk {
    background: #c12c2d;
    padding: 20px 50px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2.2px;
    border: none;
    font-weight: 600;
}
.under-head {
    font-size: 110px;
    font-style: italic;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1.5px;
    position: relative;
}
.under-head:after{
   content: "";
    background: #c12c2d;
    width: 60px;
    height: 2px;
    bottom: 20px;
    right: -60px;
    position: absolute;
}
.under-head3 {
    font-size: 110px;
    font-style: italic;
    color: #000;
    font-weight: 700;
    letter-spacing: 1.5px;
    position: relative;
}
.under-head3:after {
    content: "";
    background: #c12c2d;
    width: 60px;
    height: 2px;
    bottom: 20px;
    right: -60px;
    position: absolute;
}
#i9tfi {
    color: black;
    width: 20px;
    height: 10px;
    margin-top: 35px;
}
#i84sh {
    color: black;
    width: 20px;
    height: 10px;
    margin-top: 35px;
}
.business {
    font-size: 26px;
    color: #fff !important;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
    border: 0 solid #ffffff;
}
#if4pug {
    color: black;
    width: 20px;
    height: 10px;
    margin-bottom: -70px !important;
}
#ie4mwg {
    font-family: "Freight Display W01 Light", serif;
    font-size: 34px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #979796;
    position: relative;
}
#ie4mwg:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    display: block;
    margin: 0 auto;
    top: 160px;
    left: 250px;
    right: 0;
    background: #c12c2d;
}
#ixww6h {
    padding: 10px 175px 10px 175px !important;
}
#itkh3 {
    margin: 20px 0px 30px;
    font-size: 36px;
    font-family: brandon_grotesque_regularRg, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: rgb(193, 44, 45);
    text-align: center;
    position: relative;
    letter-spacing: 2px;
}
#itkh3:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    background: #c12c2d;
    width: 70px;
    height: 3px;
    display: block;
}
#i3f7f {
    margin: 20px 0px 30px;
    font-size: 36px;
    font-family: brandon_grotesque_regularRg, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: rgb(193, 44, 45);
    text-align: center;
    position: relative;
    letter-spacing: 2px;
}
#i3f7f:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    background: #c12c2d;
    width: 70px;
    height: 3px;
    display: block;
}
#injxf {
    margin: 20px 0px 30px;
    font-size: 36px;
    font-family: brandon_grotesque_regularRg, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: rgb(193, 44, 45);
    text-align: center;
    position: relative;
    letter-spacing: 2px;
}
#injxf:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    background: #c12c2d;
    width: 70px;
    height: 3px;
    display: block;
}
.brandon{
	font-family: "brandon_grotesquebold",sans-serif !important;
}
.btn-learn {
    font-size: 20px;
    border: 1px solid #c12c2d;
    color: #c12c2d;
    background: transparent;
    padding: 20px 50px;
    font-weight: 600 !important;
}
.heading-more {
    font-size: 16px;
    letter-spacing: 2.2px;
    color: #000;
    background: transparent;
    font-weight: 600;
}
.talkus:hover .heading-more span,
.talkus:hover .heading-more {
    color: #fff;
}
#i4keo {
    width: 50%;
    position: relative;
}
#i4keo:after{
	content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 45%;
    border-color: transparent transparent transparent #fff;
    border-width: 25px 0 25px 25px;
    right: -25px;
    z-index: 9;
}
#ifpmg {
    width: 50%;
    position: relative;
}
#ifpmg:after{
	content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 45%;
    border-color: transparent transparent transparent #fff;
    border-width: 25px 0 25px 25px;
    right: -25px;
    z-index: 9;
}
#iyszg {
    width: 50%;
    position: relative;
}
#iyszg:after{
	content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 45%;
    border-color: transparent transparent transparent #c12c2d;
    border-width: 25px 0 25px 25px;
    right: -25px;
    z-index: 9;
}
.heading-want {
    font-size: 16px;
    color: #c12c2d;
    letter-spacing: 2.2px;
    font-weight: 600 !important;
    text-align: center;
}

  .down-arrow1 {
    text-align: center;
}
img.screen1 {
    background: #fff;
    padding: 20px;
    border-radius: 50%;
    margin-top: -30px;
}
  .belief{
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 500;
    position: relative;
  }
  .belief span{
    color: #c12c2d;
  }
  .belief:after {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    content: "";
    position: absolute;
    width: 0%;
    background: rgba(193,44,45,0);
    height: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
    .belief2{
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 500;
  }
  .belief2 span{
    color: #c12c2d;
  }
    .belief3{
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 500;
  }
  .belief3 span{
    color: #c12c2d;
  }
    .belief4{
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 500;
  }
  .belief4 span{
    color: #c12c2d;
  }
  #id0dh {
    font-size: 140px;
    font-family: "Freight Display W01 Book", serif;
    display: inline-block;
    color: rgb(255, 255, 255);
    line-height: 150px;
    position: relative;
    font-style: italic;
    letter-spacing: 0.5px;
}
#id0dh:after {
    content: "";
    background: #c12c2d;
    width: 60px;
    height: 2px;
    bottom: 20px;
    right: -60px;
    position: absolute;
}
#imdet {
    font-size: 140px;
    font-family: "Freight Display W01 Book", serif;
    display: inline-block;
    color: rgb(33, 33, 33);
    line-height: 150px;
    position: relative;
    font-style: italic;
    letter-spacing: 0.5px;
}
#imdet:after {
    content: "";
    background: #c12c2d;
    width: 60px;
    height: 2px;
    bottom: 20px;
    right: -60px;
    position: absolute;
}
#i691j {
    font-size: 140px;
    font-family: "Freight Display W01 Book", serif;
    display: inline-block;
    color: rgb(255, 255, 255);
    line-height: 150px;
    position: relative;
    font-style: italic;
    letter-spacing: 0.5px;
}
#i691j:after {
    content: "";
    background: #c12c2d;
    width: 60px;
    height: 2px;
    bottom: 20px;
    right: -60px;
    position: absolute;
}
#i0sdp {
    font-size: 140px;
    font-family: "Freight Display W01 Book", serif;
    display: inline-block;
    color: rgb(255, 255, 255);
    line-height: 150px;
    position: relative;
    font-style: italic;
    letter-spacing: 0.5px;
}
#i0sdp:after {
    content: "";
    background: #c12c2d;
    width: 60px;
    height: 2px;
    bottom: 20px;
    right: -60px;
    position: absolute;
}
#iap3mj {
    font-family: brandon_grotesquebold, sans-serif;
    font-weight: 600;
    line-height: 1.1;
    font-size: 18px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 20px 0 30px 0;
    color: #000000;
}
#iap3mj:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    background: #c12c2d;
    width: 70px;
    height: 3px;
    display: block;
}
div#iqf89g {
    vertical-align: top;
}
#iporm {
    margin: 20px 0px 30px;
    font-size: 36px;
    font-family: brandon_grotesque_regularRg, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: rgb(193, 44, 45);
    text-align: center;
    position: relative;
    letter-spacing: 2px;
}
#iporm:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    background: #c12c2d;
    width: 70px;
    height: 3px;
    display: block;
}
#ijpei {
    font-family: brandon_grotesque_regularRg, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: rgb(255, 255, 255);
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 65px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2.2px;
}
#ijpei:after {
    content: "";
    position: absolute;
    background: #c12c2d;
    width: 100px;
    height: 1px;
    margin: 0 auto;
    display: block;
    bottom: -10px;
    left: 0;
    right: 0;
}


/*******/
.owl-carousel {
  position: relative;
  height: 100%;
}
/*.owl-carousel div:not(.owl-controls) {
  height: 100%;
}*/
/*.owl-carousel .owl-slide {
  background-image: url('https://kitehuman.developmentrecords.com/media/1681459578A5bvbb7UDsLHNX9naEAUXRMdROjK0jMve8YL0fRx.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px !important;
}*/
#i1eudh {
    color: black;
    margin-bottom: 50px;
}
#iz85a4 {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-image: url('https://kitehuman.developmentrecords.com/media/1682311804AteUL7oGT2MJObxo4uEfjFp2XkxzAJ4dyQSOV44l.jpg');
    height: 850px !important;
}

img#itbp7h {
    margin-bottom: 180px;
}
img#irtzro {
    width: 100px;
}
.owl-carousel div.owl--text {
    width: 100%;
    text-align: center;
/*    padding: 0px 250px 0px 250px;*/
}
.owl-carousel .owl--text h1 {
    font-size: 38px;
    color: #fff;
    letter-spacing: .5px;
    line-height: 1.42857143;
    font-weight: 100;
    font-family: "Freight Display W01 Light",serif !important;
}
.owl-carousel .owl--text p{
	font-size: 18px;
	color: #fff;
	letter-spacing: 2px;
    line-height: 1.42857143;
	font-weight: 100;
	font-family: "brandon_grotesque_regularRg",sans-serif;
}
.owl-carousel .owl--text p span{
	font-size: 16px;
	color: #c12c2d;
	letter-spacing: 2.2px;
	line-height: 30px;
	font-weight: 600;
}
.owl-carousel .owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.owl-carousel .owl-controls .owl-buttons div {
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  zoom: 1;
  margin: 0;
  width: 50px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  font-size: 0.9em;
  border-radius: 3px;
  color: #FFF;
  background: #000;
  opacity: 0.6;
  text-transform: capitalize;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: 5px;
}
.owl-carousel .owl-controls .owl-buttons .owl-next {
  right: 5px;
}
.gjs-row {
    padding: 10px;
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
}




/* Change Fonts in dashboard */

.table th {
    font-weight: 800;
}
.link {
    color: #3c3c3b;
}

.link:hover {
    color: #b62e33;
}

.form-check-input:checked, .form-check-input[type=checkbox]:indeterminate {
    background-color: green;
    border-color: green;
}


.ps__rail-y,
.ps__thumb-y{
    display: none !important;
}

.menu-vertical .menu-inner .menu-link {
    max-width: 228px;
}



/* User Managment */
.profile_img {
    width: 42px;
    height: 42px;
/*    filter: drop-shadow(2px 4px 10px #00000080);*/
}

.profile_img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}


.sidebar-icon {
    filter: grayscale(1);
}

.menu-vertical .menu-inner > .menu-item .menu-link .text-color {
    color: #3c3c3b;
}


html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item.open > .menu-link, .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item.open > .menu-link, html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item .menu-link:not(.active):hover, .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item .menu-link:not(.active):hover {
    background-color: rgb(213 213 213);
}

.card-header .btn {
    font-weight: 600;
}

/* Image Page */
.upload_filebtn_wpr {
    display: flex;
    gap: 20px;
}
.upload_filebtn {
    border: 2px dashed #8d8d8d80;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    z-index: 0;
    max-width: 600px;
    flex: 0 0 600px;
}
.upload_filebtn input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 99;
    background: red;
    left: 0;
    top: 0;
}
.upload_filebtn label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.upload_filebtn label img {
    max-width: 40px;
}
.crs_item {
    position: relative;
}

.crs_item .cross_btn {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 5px;
    right: 10px;
    cursor: pointer;
}
#imagePreview {
    box-shadow: 0 0 10px rgba(0 0 0 / 30%);
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100px;
}
.file-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.file-item {
    width: calc(100% / 6 - 15px);
    padding: 35px;
    box-shadow: 0 0 10px rgb(0 0 0 / 44%);
    border-radius: 10px;
    transition: all 0.3s ease-in-out 0.1s;
    height: 150px;
}
.file-item:hover{
    background-color: #0000000a;
}
.file-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease-in-out 0.1s;
}
.file-item:hover > a img {
    transform: scale(0.92);
}
#imagePreview1 {
    box-shadow: 0 0 10px rgba(0 0 0 / 18%);
    border-radius: 8px;
    text-align: center;
    padding: 12px !important;
    width: 130px;
}
.filename {
    width: 80px;
    white-space: nowrap;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

#imagePreview1 img {
    max-width: 50px;
    width: 100%;
    margin: 0 auto 10px;
}
.dct-item {
    height: auto;
    padding: 24px 40px;
    position: relative;
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
}
.delete-hvr {
    background: #6665655e;
    width: 100%;
    position: absolute;
    left: 0;
    padding: 10px;
    height: 100%;
    bottom: 0;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    display: none;
    transition: all 0.3s ease-in-out 0.1s;
}
.dct-item:hover .delete-hvr{
    display: flex;
}
.delete-hvr a:hover{
    background-color: #b62e33;
    border-color: #b62e33;
}
.file-img {
    max-width: 70px;
    margin: 0 auto;
    width: 100%;
}

.stat_card {
    padding:24px;
    box-shadow: 0 0 10px rgba(0 0 0 / 14%);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}

.stat_card h5 {
    font-weight: 600;
}
.stat_ctnt  .number {
    font-size: 24px;
    font-weight: 700;
    color: #b82e33;
}
.stat_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 11px;
    background: #c2c2c2;
}

.stat_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.applicant_tbl{
    max-height: 365px;
}

.applicant_tbl th{
    white-space: nowrap;
}

.apexcharts-toolbar {
    display: none !important;
}

.sol-inner-container {
    height: 39px !important;
    border-radius: 5px !important;
    border-color: #e1e5e9 !important;
}
.sol-caret-container .sol-caret {
    position: relative !important;
    display: inline-block !important;
    left: auto !important;
    border: 0 !important;
    box-sizing: border-box !important;
    height: 8px !important;
    width: 8px !important;
    border-style: solid !important;
    border-color: #8e9baa !important;
    border-width: 0px 1px 1px 0px !important;
    transform: rotate(45deg) !important;
    transition: border-width 150ms ease-in-out !important;
}
#contact-tab .nav-item button {
    font-weight: 600;
}
#contact-tab .nav-item button:hover{
    color: #566a7f;
}
img.screen1 {
    background: #fff;
    padding: 20px 25px 20px 25px;
    border-radius: 50%;
    margin-top: -30px;
}
#iw1vf {
    background-color: #c12c2d;
    padding: 85px 65px !important;
    width: 50%;
}
#iihi7{
  padding: 85px 65px !important;
}
#itygzz{
  padding: 85px 65px !important;
}
.market-para1 {
    font-size: 20px;
    line-height: 30px;
    color: rgb(0, 0, 0) !important;
    margin: 0px 25px 15px 25px;
    letter-spacing: 0.5px !important
    font-weight: 100;
    font-family: "Freight Display W01 Book",serif !important;
}
#idxw4y{
    font-family: "Freight Display W01 Book",serif !important;
    font-weight: 100;
    color: rgb(0, 0, 0) !important;

}
.second-heading1 {
    font-size: 20px;
    line-height: 30px;
    color: #555;
     font-family: "Freight Display W01 Book",serif !important;
    font-weight: 100;
}
.better-heading:after {
    content: "";
    position: absolute;
    background: #c12c2d;
    width: 100px;
    height: 3px;
    margin: 0 auto;
    display: block;
    bottom: -20px !important;
    left: 0;
    right: 0;
}
img.screen1 {
    background: #fff !important;
    padding: 15px 15px 15px 15px !important;
    border-radius: 50%;
    margin-top: -26px !important;
    width: 71px !important;
}
.process-btn:after {
    background-image: url('https://kitehuman.developmentrecords.com/media/1683545716wBh1GJFOfesUxGBMYVCMglpBEHXSjVHpZuDF0fa8.png');
    content: '';
    position: absolute;
    left: 70%;
    right: 0;
    bottom: 29%;
    margin: 0 auto;
    display: block;
    color: black;
    width: 15px;
    height: 20px;
    z-index: 99999;
    background-size: contain;
    background-repeat: no-repeat;
}
.process-btn:hover:after{
  filter: brightness(10);
  color: #fff;
}
.process-btn {
    font-size: 15px;
        padding: 20px 69px 20px 50px !important;
    color: #000;
    border: none;
    background: #97979680;
    margin: 0px 0px 50px 25px;
    letter-spacing: 2px;
    font-weight: 500;
    position: relative !important;
     font-family: "brandon_grotesquebold",sans-serif !important;
}
.process-btn2 {
    font-size: 15px;
    color: #000;
    background: #97979680;
    padding: 20px 80px 20px 50px !important;
    border: none;
    font-weight: 500;
    margin: 0px 0px 50px 25px;
    min-width: 260px;
    position: relative !important;
     font-family: "brandon_grotesquebold",sans-serif !important;
}
.process-btn2:after {
    background-image: url('https://kitehuman.developmentrecords.com/media/1683545716wBh1GJFOfesUxGBMYVCMglpBEHXSjVHpZuDF0fa8.png');
    content: '';
    position: absolute;
    left: 62%;
    right: 0;
    bottom: 29%;
    margin: 0 auto;
    display: block;
    color: black;
    width: 15px;
    height: 20px;
    z-index: 99999;
    background-size: contain;
    background-repeat: no-repeat;
}
.process-btn2:hover:after{
  filter: brightness(10);
  color: #fff;
}
.process-btn1,
.cstm-process-btn {
    font-size: 15px;
    padding: 20px 70px 20px 50px !important;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    letter-spacing: 2px;
    font-weight: 500;
    margin: 0px 0px 50px 25px;
    position: relative;
}
.cstm-process-btn{
    max-width: 320px !important;
}
.process-btn1:after{
   background-image: url('https://kitehuman.developmentrecords.com/media/1683545716wBh1GJFOfesUxGBMYVCMglpBEHXSjVHpZuDF0fa8.png');
    content: '';
    position: absolute;
    left: 70%;
    right: 0;
    bottom: 29%;
    margin: 0 auto;
    display: block;
    filter: brightness(10);
  color: #fff;
    width: 15px;
    height: 20px;
    z-index: 99999;
    background-size: contain;
    background-repeat: no-repeat;
}
.process-btn1:hover:after{
  filter: brightness(0);
  color: #c12c2d;
}
.banner {
    background-position: center;
    background-size: cover;
    padding: 80px 0px 20px 0px !important;
}
.foot-line {
    position: relative;
    z-index: 1 !important;
    margin: 0px 0px 0px 0px !important;
    width: 100% !important;
    top: -40px !important;
}
#i6tb {
    background-color: #c12c2d;
    height: 527px !important;
    padding: 90px 0px 0px 0px;
}
#i7e22 {
    margin: 0px 0px 10px;
    line-height: 30px;
     font-family: "Freight Display W01 Book",serif !important;
    font-weight: 100;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
}
#i0gtl {
   font-family: "brandon_grotesqueblack",sans-serif !important;
    font-weight: 800 !important;
    line-height: 1.1;
    color: rgb(193, 44, 45);
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#iw6ms {
    font-family: "Freight Display W01 Book",serif !important;
    margin: 0px 0px 10px;
    line-height: 30px;
    color: rgb(225, 225, 225) !important;
    font-size: 20px;
    font-weight: 100 !important;
    letter-spacing: 0.5px !important;
}
#i4s0k {
   font-family: "brandon_grotesqueblack",sans-serif !important;
    font-weight: 800 !important;
    line-height: 1.1;
    color: rgb(193, 44, 45);
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#i8h4p{
    font-family: "Freight Display W01 Book",serif !important;
    margin: 0px 0px 10px;
    line-height: 30px;
    color: rgb(225, 225, 225) !important;
    font-size: 20px;
    font-weight: 100 !important;
    letter-spacing: 0.5px !important;
}
#i5ilp {
   font-family: "brandon_grotesqueblack",sans-serif !important;
    font-weight: 800 !important;
    line-height: 1.1;
    color: rgb(193, 44, 45);
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#i2aip{
    margin: 0px 0px 10px;
    line-height: 30px;
     font-family: "Freight Display W01 Book",serif !important;
    font-weight: 100;
    color: rgb(0, 0, 0) !important;
    font-size: 20px;
}
#iztr5{
    font-family: "Freight Display W01 Book",serif !important;
    font-weight: 100 !important;
    color: rgb(0, 0, 0) !important;
}
#ijqza {
   font-family: "brandon_grotesqueblack",sans-serif !important;
    font-weight: 800 !important;
    line-height: 1.1;
    color: rgb(193, 44, 45);
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#igrta {
    margin: 0px 0px 10px;
    line-height: 30px;
      font-family: "Freight Display W01 Book",serif !important;
    font-weight: 800 !important;
    font-weight: 100 !important;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: rgb(0, 0, 0) ;
}
#ivg06 {
      font-family: "Freight Display W01 Book",serif !important;
    font-weight: 100 !important;
    line-height: 1.1;
    margin-top: 0px;
    color: rgb(0, 0, 0);
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: 0.5px;
}
#ijenb {
   font-family: "brandon_grotesqueblack",sans-serif !important;
    font-weight: 800;
    line-height: 1.1;
    color: rgb(255, 255, 255);
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#ishyk {
    font-family: "Freight Display W01 Light", serif !important;
    font-weight: 100 !important;
    line-height: 1.1;
    color: rgb(255, 229, 147);
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: 0.5px;
}
.talk-sec:hover {
    background: #c12c2d;
    color: #fff;
    border-top: 1px solid #fff;
}
.linkedin4 {
    position: absolute;
    top: 115px !important;
    left: 4%;
    background: #c12c2d;
    width: 40px;
    padding: 5px;
    margin-right: 10px;
}
.message4 {
    position: absolute;
    top: 114px !important;
    left: 12%;
    background: #c12c2d;
    width: 40px;
    padding: 5px;
}
.linkedin2 {
    width: 40px;
    position: absolute;
    left: 4%;
    bottom: 1%;
    top: 213px !important;
    background: #c12c2d;
    padding: 5px;
}
.message2 {
    position: absolute;
    top: 212px !important;
    left: 12%;
    background: #c12c2d;
    width: 40px;
    padding: 5px;
}
.linkedin1 {
    position: absolute;
    top: 310px !important;
    left: 4%;
    background: #c12c2d;
    width: 40px;
    padding: 5px;
}
.message1 {
    position: absolute;
    top: 310px !important;
    left: 12%;
    background: #c12c2d;
    width: 40px;
    padding: 5px;
}
.linkedin {
    position: absolute;
    top: 363px !important;
    left: 4%;
    background: #c12c2d;
    width: 40px;
    padding: 5px;
    margin-right: 10px;
}
.message {
    position: absolute;
    top: 363px !important;
    left: 12%;
    background: #c12c2d;
    width: 40px;
    padding: 5px;
}
.linkedin6,
.linkedin {
    position: absolute;
    top: 80% !important;
    left: 4%;
    background: #0000 !important;
    width: 70px !important;
    padding: 0 !important;
    margin-right: 10px;
}
.message6 {
    position: absolute;
    top: 80% !important;
    left: 14% !important;
    background: #0000 !important;
    width: 70px !important;
    padding: 0px !important;
}
.last-icons .linkedin6,
.last-icons .message6  {
    top: 70% !important;
}
#ia44 {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-image: url('https://kitehuman.developmentrecords.com/media/1682338216zHWDFVD5pqfELavbauOVgMKJvgU1KHrPXDfLBfs0.jpg');
    padding: 170px 10px 120px 10px;
    height: 850px !important;
}
#i5j5z {
    margin: 0px 0px 10px;
    line-height: 30px;
    font-size: 25px;
    color: #fff !important;
      font-family: "Freight Display W01 Book",serif !important;
      font-weight: 100 !important;
      letter-spacing: 0.5px;
}
#iossc {
    margin: 0px 0px 10px;
    line-height: 30px;
     font-size: 25px;
    color: #fff !important;
      font-family: "Freight Display W01 Book",serif !important;
      font-weight: 100 !important;
      letter-spacing: 0.5px;
}
#ikayw {
    margin: 0px 0px 10px;
    line-height: 30px;
    color: rgb(33, 33, 33);
      font-family: "Freight Display W01 Book",serif !important;
      font-size: 25px;
      font-weight: 100 !important;
      letter-spacing: 0.5px;
}
#izy5i {
    margin: 0px 0px 10px;
    line-height: 30px;
      color: rgb(33, 33, 33);
      font-family: "Freight Display W01 Book",serif !important;
      font-size: 25px;
      font-weight: 100 !important;
      letter-spacing: 0.5px;
}
#isfoy {
    margin: 0px 0px 10px;
    line-height: 30px;
    font-size: 25px;
      font-family: "Freight Display W01 Book",serif !important;
    font-weight: 100 !important;
    letter-spacing: 0.5px;
    color: #fff !important;
}
#iqinl {
    margin: 0px 0px 10px;
    line-height: 30px;
      font-family: "Freight Display W01 Book",serif !important;
    font-size: 25px;
    font-weight: 100 !important;
    letter-spacing: 0.5px;
}
#istopo {
    margin: 0px 0px 10px;
    line-height: 30px;
     font-family: "Freight Display W01 Book",serif !important;
    font-size: 25px;
    font-weight: 100 !important;
    letter-spacing: 0.5px;
}
#ihjm {
    /* position: relative; */
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 585px;
    /* left: 292.5px; */
    text-align: center;
    /* justify-content: center; */
    display: contents;
    /* align-items: center; */
}
#ivvh {
    margin: 20px 0px 10px;
    font-size: 60px;
    font-family: brandon_grotesqueblack, sans-serif;
    font-weight: 800 !important;
    letter-spacing: 0.5px;
    line-height: 66px !important;
    color: rgb(193, 44, 45);
    text-transform: uppercase;
}
/*#izkv {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-image: url('https://kitehuman.developmentrecords.com/media/1681993263Bu9r8iWZIFV3Gu2hm602xImSat2eO233gDiX6OgG.jpg');
    padding: 250px 100px 180px 100px !important;
    height: 850px !important;
}*/
.manager {
    font-size: 14px;
    letter-spacing: 3px;
     font-family: "brandon_grotesque_regularRg",sans-serif !important;
    color: rgb(85, 85, 85) !important;
    font-weight: 100 !important;
    line-height: 20px;
}
.manager span {
    letter-spacing: 3px;
     font-family: "brandon_grotesque_regularRg",sans-serif !important;
 font-weight: 800 !important;
    line-height: 20px;
    color: #c12c2d;
}
.found {
    font-size: 24px;
    color: #fff;
    font-weight: 100;
     font-family: "Freight Display W01 Light",serif !important;
    line-height: 30px;
    letter-spacing: 0.5px;
}
.first {
    background: #c12c2d;
    padding: 50px;
    width: 100%;
    margin: 0px 15px 0px 80px;
    height: 213.594px;
}
.second{
	height: 213.594px;
}
.third{
	height: 213.594px;
}
.forth{
	height: 213.594px;
}
.combine .first img{
	margin-top: 36px;
}
.combine .second img{
	margin-top: 36px;
}
.combine .third img{
	margin-top: 36px;
}
.combine .forth img{
	margin-top: 36px;
}
.second h4 {
    font-size: 20px;
    color: #fff;
    letter-spacing: 2.2px;
    line-height: 30px !important;
    font-weight: 700 !important;
    margin-bottom: 0px !important;
}
.first p {
    font-size: 18px;
    color: #fff;
    letter-spacing: 2.2px;
    line-height: 1.1;
    font-weight: 700;
    margin-top: 13px !important;
}
#itydxu {
    background-color: transparent;
    color: rgb(0, 0, 0);
    text-decoration-line: none;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px;
    padding: 10px 25px;
    font-weight: 100 !important;
    font-family: "Freight Display W01 Light",serif !important;
    letter-spacing: .5px;

}
#i8f9n1 {
    background-color: transparent;
    color: rgb(0, 0, 0);
    text-decoration-line: none;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px;
    padding: 10px 25px;
    font-weight: 100 !important;
    font-family: "Freight Display W01 Light",serif !important;
    letter-spacing: .5px;
}
#iodsqu {
    background-color: transparent;
    color: rgb(0, 0, 0);
    text-decoration-line: none;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px;
    padding: 10px 25px;
      font-weight: 100 !important;
    font-family: "Freight Display W01 Light",serif !important;
    letter-spacing: .5px;
}
#ig1t8a {
    background-color: transparent;
    color: rgb(0, 0, 0);
    text-decoration-line: none;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px;
    padding: 10px 25px;
    font-weight: 100 !important;
    font-family: "Freight Display W01 Light",serif !important;
    letter-spacing: .5px;
}
#ix14gh {
    background-color: transparent;
    color: rgb(0, 0, 0);
    text-decoration-line: none;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px;
    padding: 10px 25px;
       font-weight: 100 !important;
    font-family: "Freight Display W01 Light",serif !important;
    letter-spacing: .5px;
}
.two-side h4 {
    color: #c12c2d;
    font-size: 45px;
    letter-spacing: 2.2px;
    font-weight: 500 !important;
    line-height: 49.5px !important;
    font-family: "brandon_grotesqueblack",sans-serif !important;
}
.two-side p {
    font-size: 18px;
    color: rgb(33, 33, 33) !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    line-height: 30px;
    font-family: "Freight Display W01 bold",serif !important;
}
.two-side span {
    font-weight: 100 !important;
    font-size: 18px;
    color: rgb(33, 33, 33) !important;
    font-family: "Freight Display W01 Light",serif !important;
    letter-spacing: 0.5px;
    line-height: 30px;
}
.reading {
    font-size: 15px;
    padding: 20px 50px;
    color: #c12c2d;
    line-height: 21.4286px;
    letter-spacing: 2.2px;
    font-family: "brandon_grotesquebold",sans-serif !important;
    background: transparent;
    border: 1px solid #c12c2d;
    margin-top: 15px;
    font-weight: 400 !important;
}
.two-side1 h4 {
    color: #c12c2d;
    font-size: 45px;
    letter-spacing: 2.2px;
    font-weight: 500 !important;
    line-height: 49.5px;
    letter-spacing: 2.2px;
    font-family: "brandon_grotesqueblack",sans-serif !important;
}
.two-side1 p {
    font-size: 18px;
    color: #979796;
    font-family: "Freight Display W01 bold",serif !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    line-height: 30px;
}
.two-side1 span {
    font-weight: 100 !important;
    font-size: 18px;
    color: #979796;
    letter-spacing: 0.5px;
    line-height: 30px;
    font-family: "Freight Display W01 Light",serif !important;

}
.reading1 {
    font-size: 15px;
    padding: 20px 50px;
    font-family: "brandon_grotesquebold",sans-serif !important;
    color: #fff; line-height: 21.4286px;
    letter-spacing: 2.2px;
    background: transparent;
    border: 1px solid #c12c2d;
    margin-top: 15px;
    font-weight: 400 !important;
}
.sidebar h4 {
    color: #fff;
    font-size: 45px;
    letter-spacing: 2.2px;
    font-weight: 500 !important;
    line-height: 49.5px;
    font-family: "brandon_grotesqueblack",sans-serif !important;
}
.sidebar p {
    font-size: 18px;
    font-family: "Freight Display W01 bold",serif !important;
    color: #fff;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    line-height: 30px;
}
.sidebar span {
    font-family: "Freight Display W01 Light",serif !important;
    font-weight: 100 !important;
    font-size: 18px;
    color: #fff;letter-spacing: 0.5px;
    line-height: 30px;
}
.btn-sidebar {
    font-size: 15px;
    font-family: "brandon_grotesquebold",sans-serif !important;
    padding: 20px 50px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    line-height: 21.4286px;
    letter-spacing: 2.2px;
    margin-top: 15px;
    font-weight: 400 !important;
}
.sidebar-2 h4 {
    color: #c12c2d;
    font-size: 45px;
  letter-spacing: 2.2px;
    font-weight: 500 !important;
    line-height: 49.5px;
    font-family: "brandon_grotesqueblack",sans-serif !important;
}
.sidebar-2 p {
    font-family: "Freight Display W01 bold",serif !important;
    font-size: 18px;
    color: #979796;  letter-spacing: 0.5px;
    line-height: 30px;
    font-weight: 700 !important;
}
.sidebar-2 span {
   font-family: "Freight Display W01 Light",serif !important;
    font-weight: 100 !important;
    font-size: 18px;
    color: #979796;letter-spacing: 0.5px;
    line-height: 30px;
}
#it2na {
    margin: 20px 0px 10px;
    font-size: 80px;
    font-family: brandon_grotesquebold, sans-serif !important;
    font-weight: 500;
    line-height: 88px !important;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
#iw0st {
    font-family: brandon_grotesqueblack, sans-serif !important;
    font-weight: 500 !important;
    line-height: 49.5px;
    color: rgb(56, 56, 56);
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 45px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
#izrjev {
    width: 33.33%;
    text-align: center !important;
}
#ib8pu8 {
    width: 33.33%;
    text-align: center !important;
}
#ilmm3s {
    width: 33.33%;
    text-align: center !important;
}
#iahsvg {
    font-family: "Freight Display W01 Light", serif !important;
    font-weight: 500 !important;
    line-height: 41.8px;
    color: rgb(193, 44, 45);
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 38px;
    letter-spacing: 0.5px;
    text-align: center;
}
#im1b6k {
    font-family: "Freight Display W01 Light", serif !important;
    font-weight: 500 !important;
    line-height: 41.8px;
    color: rgb(193, 44, 45);
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 38px;
    letter-spacing: 0.5px;
    text-align: center;
}
#idmvxd {
    font-family: "Freight Display W01 Light", serif !important;
    font-weight: 500 !important;
    line-height: 41.8px;
    color: rgb(193, 44, 45);
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 38px;
    letter-spacing: 0.5px;
    text-align: center;
}
#iz2qn1 {
    margin: 0px 0px 0.35em;
    font-size: 12px;
    color: rgb(85, 85, 85);
    text-transform: uppercase;
    font-family: brandon_grotesquebold, sans-serif !important;
    font-weight: 100 !important;
    letter-spacing: 1.2px;
    text-align: center;
    line-height: 17.1429px;
}
#i2pnpk {
    margin: 0px 0px 0.35em;
    font-size: 12px;
    color: rgb(85, 85, 85);
    text-transform: uppercase;
    font-family: brandon_grotesquebold, sans-serif  !important;
    font-weight: 100 !important;
    line-height: 17.1429px;
    letter-spacing: 1.2px;
    text-align: center;
}
#iz62c2 {
    margin: 0px 0px 0.35em;
    font-size: 12px;
    color: rgb(85, 85, 85);
    font-weight: 100 !important;
    line-height: 17.1429px;
    text-transform: uppercase;
    font-family: brandon_grotesquebold, sans-serif !important;
    letter-spacing: 1.2px;
    text-align: center;
}
#izw10i {
    font-family: brandon_grotesqueblack, sans-serif !important;
    font-weight: 500 !important;
    line-height: 1.1;
    color: rgb(255, 255, 255);
    margin: 0px 0px 0.6em;
    font-size: 2.9375rem;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    padding: 0px 0px 0px 0px;
}
#ikwuqu {
    font-family: brandon_grotesquebold, sans-serif !important;
    font-weight: 400 !important;
    line-height: 18.48px;
    color: rgb(193, 44, 45);
    margin-top: 10px;
    margin-bottom: 0.35em;
    font-size: 1.05em;
    letter-spacing: 2.352px;
    text-transform: uppercase;
}
#iz76dc {
    margin: 0px 0px 10px;
    font-size: 1.2em;
    color: rgb(255, 255, 255);
    font-family: "Freight Display W01 Light", serif !important;
    letter-spacing: 0.5px;
    line-height: 27.4286px;
    font-weight: 100 !important;
}
.trust {
    width: 152px !important;
    height: 176px !important;
}
#iifv3 {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-image: url('https://kitehuman.developmentrecords.com/media/1681882632NsbnjuE2ug7YSUAhnXSOYlCm5Ku6WiDW5Qfs0zV8.png');
    margin: 40px 0px 0px 0px;
 height: 108px !important;
    padding: 10px 350px 10px 350px !important;
}
#id8x {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-image: url('https://kitehuman.developmentrecords.com/media/1681967551eijd54EJsHeawjvnWFcWXnC7XOJOTB8puawnYDUr.jpg');
    height: 700px !important;
    padding: 250px 0px 0px 0px !important;
}
/*#iqduo {
    margin: 0px auto;
    font-size: 26px;
    color: rgb(255, 255, 255);
    font-family: "Freight Display W01 Light", serif !important;
    letter-spacing: 1px;
    max-width: 800px;
    line-height: 37.1429px;
    text-align: center;
    font-weight: 100 !important;
}*/

#iqduo {
    margin: 0px auto;
    font-size: 26px;
    color: rgb(255, 255, 255);
    font-family: "Freight Display W01 Light", serif !important;
    letter-spacing: 1px;
    max-width: 800px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px !important;
}
.building {
    font-size: 65px;
    letter-spacing: 2.2px;
    color: #fff;
    font-weight: 500;
    position: relative;
    padding: 0px 225px 0px 225px;
    margin-bottom: 50px;
}
.building:after {
    content: "";
    position: absolute;
    background: #c12c2d;
    width: 100px;
    height: 2px;
    margin: 0 auto;
    display: block;
    bottom: -20px;
    left: 0;
    right: 0;
}
.estate {
    font-size: 24px;
    font-family: "Freight Display W01 Light", serif !important;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 30px;
    font-weight: 100 !important;
    padding: 0px 225px 0px 225px;
}
.property {
    background-color: #c12c2d;
    padding: 30px 40px 20px 40px !important;
    width: 100%;
    margin: 50px 0px 0px 120px;
}
.property h1 {
    font-size: 20px;
    letter-spacing: 2.2px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 25px !important;
}
.property p {
    font-size: 18px;
    letter-spacing: .5px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}
.trend {
    background-color: #c12c2d;
    padding: 30px 40px 20px 40px !important;
    width: 100%;
    margin: 50px 120px 0px 15px;
}
.trend h2{
	margin-bottom: 25px !important;
}
.trend p {
    font-size: 18px;
    letter-spacing: .5px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}
#i6qd4 {
    font-weight: 500 !important;
    line-height: 25.3px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 23px;
    color: rgb(0, 0, 0) !important;
    font-family: "brandon_grotesquebold",sans-serif !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5px;
}
#i2hyp {
    background-color: transparent;
    color: rgb(0, 0, 0);
    text-decoration-line: none;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px;
    padding: 10px 25px;
}
#i2hyp {
    background-color: transparent;
    color: rgb(0, 0, 0);
    text-decoration-line: none;
    border: 1px solid rgb(193, 44, 45);
    font-family: "Freight Display W01 Light", serif !important;
    font-size: 20px;
    padding: 10px 25px;
}
#itc6y {
    background-color: transparent;
    font-family: "Freight Display W01 Light", serif !important;
    color: rgb(0, 0, 0);
    text-decoration-line: none;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px;
    padding: 10px 25px;
}
#iowbt {
    background-color: transparent;
    color: rgb(0, 0, 0);
    font-family: "Freight Display W01 Light", serif !important;
    text-decoration-line: none;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px;
    padding: 10px 25px;
}
#im1hj {
    background-color: transparent;
    color: rgb(0, 0, 0);
    font-family: "Freight Display W01 Light", serif !important;
    text-decoration-line: none;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px;
    padding: 10px 25px;
}
#iuujb {
    background-color: transparent;
    color: rgb(0, 0, 0);
    font-family: "Freight Display W01 Light", serif !important;
    text-decoration-line: none;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px;
    padding: 10px 25px;
}
.sideheading {
    font-size: 45px;
    color: #c12c2d;
    font-weight: 500 !important;
    font-family: "brandon_grotesqueblack",sans-serif !important;
    letter-spacing: 2.2px;
    line-height: 49.5px;
}
.valuepara {
    font-size: 18px;
    font-family: "Freight Display W01 bold", serif !important;
    letter-spacing: .5px;
    color: #000;
    line-height: 30px;
    font-weight: 700 !important;
}
.industrypara {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-family: "Freight Display W01 Light", serif !important;
    font-weight: 100 !important;
    letter-spacing: 0.5px;
}
.btn-more {
    font-size: 15px;
    letter-spacing: 2.2px;
    padding: 20px 50px;
    border: 1px solid #c12c2d;
    color: #c12c2d !important;
    background: transparent;
    font-weight: 400 !important;
        font-family: "brandon_grotesquebold",sans-serif !important;
}
.sideheading1 {
    font-size: 45px;
    font-family: "brandon_grotesqueblack",sans-serif !important;
    line-height: 49.5px;
    color: #c12c2d;
    font-weight: 500 !important;
    letter-spacing: 2.2px;
}
.valuepara1 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .5px;
    font-family: "Freight Display W01 bold", serif !important;
    color: #979796;
    font-weight: 700 !important;
}
.industrypara1 {
    font-size: 18px;
    font-family: "Freight Display W01 Light", serif !important;
    letter-spacing: 0.5px;
    line-height: 30px;
    color: #979796;
    font-weight: 100 !important;
}
.btn-more1 {
    font-size: 15px;
        font-family: "brandon_grotesquebold",sans-serif !important;
    letter-spacing: 2.2px;
    padding: 20px 50px;
    border: 1px solid #c12c2d;
    font-weight: 400 !important;
    color: #fff;
    background: transparent;
}
#ifub {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-image: url('https://kitehuman.developmentrecords.com/media/1681906752dGWNOan9q8T49n0dKzrHCTfQeJKv00im6wxRQWay.jpg');
    padding: 250px 0px 0px 0px !important;
    height: 850px !important;
}
#itb8zy {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-image: url('https://kitehuman.developmentrecords.com/media/1681882632NsbnjuE2ug7YSUAhnXSOYlCm5Ku6WiDW5Qfs0zV8.png');
    margin-top: 140px !important;
}
#it4tf {
    color: rgb(255, 255, 255);
    margin: 0px;
    font-family: "Freight Display W01 Light", serif !important;
    font-size: 16px;
    letter-spacing: 0.5px;
}
#ivu65 {
    padding: 10px;
    text-align: center;
}
#i4y4o {
    font-family: brandon_grotesquebold, sans-serif !important;
    font-weight: 500 !important;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 23px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5px;
}
#i4atg {
    background-color: transparent;
    color: rgb(0, 0, 0);
    font-family: "Freight Display W01 Light", serif !important;
    text-decoration-line: none;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px;
    padding: 10px 25px;
}
#i2gsd {
    background-color: transparent;
    color: rgb(0, 0, 0);
    font-family: "Freight Display W01 Light", serif !important;
    text-decoration-line: none;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px;
    padding: 10px 25px;
}
#isip1 {
    background-color: transparent;
    color: rgb(0, 0, 0);
    font-family: "Freight Display W01 Light", serif !important;
    text-decoration-line: none;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px;
    padding: 10px 25px;
}
#ieupt {
    background-color: transparent;
    font-family: "Freight Display W01 Light", serif !important;
    color: rgb(0, 0, 0);
    text-decoration-line: none;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px;
    padding: 10px 25px;
}
.technology {
    font-size: 45px;
    color: #c12c2d;
    letter-spacing: 2.2px;
    font-weight: 500 !important;
        font-family: "brandon_grotesqueblack",sans-serif !important;
}
.access {
    font-size: 18px;
    font-family: "Freight Display W01 bold", serif !important;
    color: #000;
    font-weight: 700 !important;
}
.access2 {
    font-size: 18px;
    color: #000;
    font-family: "Freight Display W01 Light", serif !important;
    font-weight: 100 !important;
}
.finance {
    font-size: 45px;
    color: #c12c2d;
    letter-spacing: 2.2px;
     font-weight: 500 !important;
        font-family: "brandon_grotesqueblack",sans-serif !important;
}
.better {
    font-size: 18px;
    font-family: "Freight Display W01 bold", serif !important;
    line-height: 30px;
    color: #000;
    font-weight: 700 !important;
}
.video {
    font-size: 18px;
    line-height: 30px;
    color: #000;
 font-family: "Freight Display W01 Light", serif !important;
    font-weight: 100 !important;
}
#in9tg {
    margin: 0px 0px 10px;
    font-size: 23px;
    text-align: center;
    padding: 0px 175px 20px 175px;
    font-family: "Freight Display W01 Light", serif !important;
    letter-spacing: 0.5px;
    color: #000000;
    font-weight: 500;
}
#iyrqf {
    margin: 0px 0px 10px;
    font-size: 23px;
    text-align: center;
    padding: 0px 175px 20px 175px;
    font-family: "Freight Display W01 Light", serif !important;
    letter-spacing: 0.5px;
    color: #000000;
    font-weight: 500;
}
.defined {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin: 15px 0px 50px 0px !important;
    padding: 0px 225px 0px 225px;
}
.secure .position h4 {
    font-size: 20px;
    letter-spacing: 2.2px;
 font-family: "brandon_grotesquebold",sans-serif !important;
    color: #fff;
    font-weight: 500 !important;
    line-height: 22px;
}
.position ul li {
    font-size: 16px;
    font-family: "Freight Display W01 Light", serif !important;
    color: #fff;
    letter-spacing: 2.2px;
    font-weight: 100 !important;
    line-height: 22.8571px;
}
.position2 ul li {
    font-size: 16px;
    font-family: "Freight Display W01 Light", serif !important;
    color: #fff;
    letter-spacing: 2.2px;
    font-weight: 100 !important;
    line-height: 22.8571px;
}
.position3 ul li {
    font-size: 16px;
    font-family: "Freight Display W01 Light", serif !important;
    color: #fff;
    letter-spacing: 2.2px;
    font-weight: 100 !important;
    line-height: 22.8571px;
}
.position {
    background: #c12c2d;
    margin-right: 15px;
    padding: 30px 50px 20px 50px !important;
    width: 100%;
}
.position2 {
    background: #c12c2d;
    margin-right: 15px;
    padding: 30px 50px 20px 50px !important;
    width: 100%;
}
.position3 {
    background: #c12c2d;
    margin-right: 15px;
    padding: 30px 50px 20px 50px !important;
    width: 100%;
}
#iwmte {
    font-family: brandon_grotesquebold, sans-serif !important;
    font-weight: 600;
    line-height: 1.1;
    color: rgb(193, 44, 45);
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#i9pozj {
    font-family: brandon_grotesquebold, sans-serif !important;
    font-weight: 600;
    line-height: 1.1;
    color: rgb(193, 44, 45);
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#i87e34 {
    font-family: brandon_grotesquebold, sans-serif !important;
    font-weight: 600;
    line-height: 1.1;
    color: rgb(193, 44, 45);
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#ing8s7 {
    font-family: brandon_grotesquebold, sans-serif !important;
    font-weight: 600;
    line-height: 1.1;
    color: rgb(193, 44, 45);
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#i2gjeh {
    margin: 0px 0px 30px;
    font-size: 20px;
    line-height: 30px;
    font-family: "Freight Display W01 Book",serif !important;
    color: rgb(85, 85, 85) !important;
    font-weight: 100 !important;
}
#i0q4r6 {
    margin: 0px 0px 30px;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-family: "Freight Display W01 Book",serif !important;
    color: rgb(85, 85, 85) !important;
    font-weight: 100 !important;
}
#izd5b9 {
    margin: 0px 0px 30px;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-family: "Freight Display W01 Book",serif !important;
    color: rgb(85, 85, 85) !important;
    font-weight: 100 !important;
}
#iv6z92 {
    margin: 0px 0px 30px;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-family: "Freight Display W01 Book",serif !important;
    color: rgb(85, 85, 85) !important;
    font-weight: 100 !important;
}
#ihmq {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-image: url('https://kitehuman.developmentrecords.com/media/1681823098QRhgYAhAYYRgYcIk1kX5Nya1gpKuHDUk4UbCgZrw.jpeg');
    padding: 250px 0px 150px 0px !important;
    min-height: 850px;
}
#iq0aj {
    margin: 0px 0px 10px;
    font-size: 23px;
    text-align: center;
    padding: 0px 80px 20px;
    font-family: "Freight Display W01 Light", serif !important;
    letter-spacing: 0.5px;
    color: black;
    font-weight: 100 !important;
}
#iyw8d {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-image: url('https://kitehuman.developmentrecords.com/media/1681823438l7V18OZgfXwCkqJ88eSf391lIa9jDYixk69P083t.jpg');
    padding: 70px 0px 120px 0px !important;
}
.award-winning {
    font-size: 18px;
    letter-spacing: 2px;
    color: #c12c2d;font-family: "brandon_grotesquebold",sans-serif !important;
    font-weight: 500 !important;
}
#i47ui {
    margin: 0px 0px 30px;
    font-size: 20px;
    font-family: "Freight Display W01 Book", serif !important;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #555555;
    font-weight: 100 !important;
}
#i7wch {
    padding: 10px;
    text-align: center;
}
#i0d3t {
    margin: 0px 0px 10px;
    font-size: 23px;
    text-align: center;
    padding: 0px 80px 20px;
    font-family: "Freight Display W01 Light", serif !important;
    letter-spacing: 0.5px;
    color: #000000;
    border: 0 solid black;
}
.heading-people {
    font-size: 18px;
    letter-spacing: 2px;
    color: #c12c2d;
    font-weight: 500 !important;
    font-family: "brandon_grotesquebold",sans-serif !important;
    margin: 0 0 10px 0;
}
#ittch {
    margin: 0px 0px 30px;
    font-size: 20px;
    font-family: "Freight Display W01 Book", serif !important;
    line-height: 30px;
    color: #000000;
    font-weight: 100 !important;
}
#i8y1m {
    margin: 0px 0px 30px;
    font-size: 20px;
    font-family: "Freight Display W01 Book", serif !important;
    line-height: 30px;
    color: #000000;
    font-weight: 100 !important;

}
#ihcc {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-image: url('https://kitehuman.developmentrecords.com/media/1681881904r8ILSRMBlT9QOSqjQOZnicXdBvWWjMkiDUttPRht.jpg');
    padding: 250px 0px 0px 0 !important;
    min-height: 750px !important;
}
.heading-first {
    font-size: 20px;
    letter-spacing: 2.2px;
    color: #fff;
    font-weight: 500 !important;
    font-family: "brandon_grotesquebold",sans-serif !important;
    margin-bottom: 30px;
}
.heading-first2 {
    font-size: 20px;
    letter-spacing: 2.2px;
    color: #fff;
    font-weight: 500 !important;
    font-family: "brandon_grotesquebold",sans-serif !important;
    margin-bottom: 30px;
}
.business {
    font-size: 26px;
    color: #fff;
    line-height: 1.1;
    font-weight: 500 !important;
    margin-bottom: 15px;
    font-family: "Freight Display W01 Light", serif !important;
    display: block;
    border: 0 solid #ffffff;
}
.business1 {
    font-size: 26px;
    color: #fff;
    line-height: 1.1;
    font-weight: 500 !important;
    margin-bottom: 15px;
    font-family: "Freight Display W01 Light", serif !important;
    display: block;
    border: 0 solid #ffffff;
}
.red-drive {
    width: 50%;
    padding: 30px 43px 40px 40px !important;
    background: #c12c2d;
    margin-left: 20px;
    margin-right: 20px;
}
.red-drive2 {
    width: 50%;
    padding: 30px 50px 40px 50px !important;
    background: #c12c2d;
}
.talking {
    font-size: 26px;
    font-weight: 700 !important;
    color: #fff;
    font-family: "Freight Display W01 Light", serif !important;
    line-height: 1.1;
    margin-bottom: 10px;
    display: block;
}
.talking1 {
    font-size: 26px;
    font-weight: 700 !important;
    color: #fff;
    font-family: "Freight Display W01 Light", serif !important;
    line-height: 1.1;
    margin-bottom: 10px;
    display: block;
}
.proven {
    font-size: 26px;
    font-weight: 500 !important;
    font-family: "Freight Display W01 Light", serif !important;
    color: #fff;
    line-height: 1.1;
    display: flex;
    margin-bottom: 40px;
}
.proven1 {
    font-size: 26px;
    font-weight: 500 !important;
    font-family: "Freight Display W01 Light", serif !important;
    color: #fff;
    line-height: 1.1;
    display: flex;
    margin-bottom: 60px;
}
#ie4mwg {
    font-family: "Freight Display W01 Light", serif !important;
    font-size: 34px;
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: 100 !important;
    line-height: 48.5714px;
    color: rgb(85, 85, 85) !important;
}
.heading-let {
    letter-spacing: 2.2px;
    color: #c12c2d;
    font-size: 45px;
    font-weight: 500 !important;
    font-family: "brandon_grotesqueblack",sans-serif !important;
    margin: 30px 0px 15px 0px !important;
}
.before-para {
    line-height: 30px;
    font-size: 22px !important;
    font-weight: 100 !important;
    color: #979796;
    font-family: "Freight Display W01 Light",serif !important;
}
#i8gt4n {
    padding: 60px 0px 60px 80px !important;
    width: 50%;
}
.btn-touch {
    border: 1px solid #c12c2d;
    background: transparent;
    color: #fff;
    font-weight: 400 !important;
    letter-spacing: 2.2px;
    line-height: 21.4286px;
    font-family: "brandon_grotesquebold",sans-serif !important;
    padding: 20px 50px;
}
.heading-same {
    font-size: 80px !important;
    color: #fff;
    font-family: "brandon_grotesquebold",sans-serif !important;
    font-weight: 500 !important;
    line-height: 1.1;
}
.under-head {
    font-size: 140px !important;
    font-style: italic;
    color: #ffffff;
        font-family: "Freight Display W01 Book",serif !important;
    font-weight: 100 !important;
    letter-spacing: 0.5px;
    line-height: 150px;
}
.theproblem {
    font-size: 25px;
    letter-spacing: 2px;
    color: #c12c2d;
    font-family: "brandon_grotesquebold",sans-serif !important;
    font-weight: 500 !important;
    line-height: 27.5px;
}
.theproblem3 {
    font-size: 25px;
    letter-spacing: 2px;
    color: #c12c2d;
font-family: "brandon_grotesquebold",sans-serif !important;
    font-weight: 500 !important;
    line-height: 27.5px;
}
.workplace {
        font-family: "Freight Display W01 Book",serif !important;
    font-size: 25px;
    font-weight: 100 !important;
        margin: 30px 0px 80px 0px !important;
    line-height: 30px;
    color: #ffffff;
}
.workplace3 {
    font-size: 25px;
    line-height: 30px;
        font-family: "Freight Display W01 Book",serif !important;
    color: #000;
        margin: 30px 0px 80px 0px !important;
    font-weight: 100 !important;

}
.under-head3 {
    font-size: 140px;
    font-style: italic;
    color: #000;
 font-family: "Freight Display W01 Book",serif !important;
    font-weight: 100 !important;
    letter-spacing: 0.5px;
    line-height: 150px;
}
.casting {
    font-size: 20px;
    color: #fff;    font-family: "brandon_grotesquebold",sans-serif !important;
    letter-spacing: 2.2px;
    font-weight: 500 !important;
    line-height: 22px;
}
.casting1 {
    font-size: 20px;
    color: #c12c2d;
    font-family: "brandon_grotesquebold",sans-serif !important;
    letter-spacing: 2.2px;
    font-weight: 500 !important;   line-height: 22px;
}
.front {
    font-size: 28px !important;
    color: #fff;
    letter-spacing: 2px;
    font-family: "Freight Display W01 Light",serif !important;
    font-weight: 700 !important;
    line-height: 40px;
    letter-spacing: 0.5px;
}
.front1 {
    font-size: 28px !important;
    color: #c12c2d;
    letter-spacing: 2px;
    font-family: "Freight Display W01 Light",serif !important;
    font-weight: 700 !important;
     line-height: 40px;
    letter-spacing: 0.5px;
}
.longer {
    background: #c12c2d;
    padding: 60px 50px 30px 50px !important;
    width: 33%;
    margin: 0px 0 0px 0px;
    margin-right: 15px;
}
#ief8h {
    color: black;
    width: 20px;
    height: 10px;
    margin-top: 45px !important;
}
#i9tfi {
    color: black;
    width: 20px;
    margin-top: 45px !important;
    height: 10px;
}
.plug {
    background: #c12c2d;
    padding: 60px 50px 30px 50px !important;
    width: 33%;
}
#itmyj {
    font-family: "Freight Display W01 Light", serif !important;
    font-size: 34px;
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: 100 !important;
    color: rgb(85, 85, 85) !important;
}
.market {
    font-size: 28px !important;
    color: #fff;
    font-family: "Freight Display W01 Light", serif !important;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-weight: 100 !important;
    padding: 0px 120px 0px 120px !important;
}
#it5ph {
    font-family: brandon_grotesqueblack, sans-serif !important;
    font-weight: 500 !important;
    line-height: 1.1;
    color: rgb(193, 44, 45);
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}
.talk {
    background: #c12c2d;
    padding: 20px 50px;
    color: #fff;
    font-family: "brandon_grotesquebold",sans-serif !important;
    font-size: 15px;
    font-weight: 400 !important;
    letter-spacing: 2.2px;
    border: none;
}
#im1b6k {
    font-family: "Freight Display W01 Light", serif;
    font-weight: 500;
    line-height: 1.1;
    color: rgb(193, 44, 45);
    margin-top: 20px;
    margin-bottom: 10px;
/*    font-size: 38px;
    letter-spacing: 0.5px;
    text-align: center;*/
   /*width: 350px !important;*/
}
#iahsvg {
    font-family: "Freight Display W01 Light", serif !important;
    font-weight: 500 !important;
    line-height: 41.8px !important;
    color: rgb(193, 44, 45);
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 38px;
    letter-spacing: 0.5px;
    text-align: center;
}
#iopiz2 {
    font-family: "Freight Display W01 Light", serif !important;
    font-weight: 500 !important;
 line-height: 41.8px !important;
    color: rgb(193, 44, 45);
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 38px;
    letter-spacing: 0.5px;
}
#ilmm3s {
    width: 33% !important;
}
#ib8pu8 {
    width: 33% !important;
}
#izrjev {
    width: 33% !important;
}
h1.business.middle{
	color: #c12c2d !important;
	    font-family: "brandon_grotesque_regularRg",sans-serif !important;
	    font-size: 36px !important;
	    font-weight: 500 !important;
	    line-height: 39.6px;
	    letter-spacing: 2px;
	    position: relative;
	    margin-bottom: 30px;
}
.investment.middle {
    color: rgb(0, 0, 0) !important;
    margin: 20px 0 0 0;
   font-family: "Freight Display W01 Light",serif !important;
   font-weight: 100 !important;
   line-height: 32.8571px;
   letter-spacing: 0.5px;
   font-size: 23px !important;
}
h1.business.middle:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    background: #c12c2d;
    width: 70px;
    height: 3px;
    display: block;
}
.middle .better {
    font-size: 18px;
/*    font-family: "Freight Display W01 bold", serif !important;*/
    line-height: 30px;
    color: #c12c2d !important;
    font-weight: 700 !important;
}
#itou1 {
    font-family: "Freight Display W01 Light", serif !important;
    font-size: 23px;
    letter-spacing: 0.5px;
    color: rgb(0, 0, 0) !important;
    font-weight: 100 !important;
}
#iezd3 {
    margin: 0px 0px 30px;
    font-size: 20px;
    line-height: 30px;    font-family: "Freight Display W01 Book",serif !important;
    color: rgb(85, 85, 85) !important;
    font-weight: 100 !important;
}
#ish4c {
    margin: 0px 0px 30px;
    font-size: 20px;
    line-height: 30px;
   font-family: "Freight Display W01 Book",serif !important;
    color: rgb(85, 85, 85) !important;
    font-weight: 100 !important;
}
#ivfnnj {
    color: rgb(85, 85, 85);
    font-family: "Freight Display W01 Light", serif !important;
    font-size: 34px;
    line-height: 48.5714px !important;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    font-weight: 100 !important;
    position: relative;
}
#ivfnnj:after{
    left: 50% !important;
    transform: translateX(-50%) !important;
}
#ikhkl {
    margin: 0px 0px 10px;font-family: "Freight Display W01 Light",serif !important;
    line-height: 30px;
    font-weight: 100 !important;
    font-size: 24px;
    letter-spacing: 0.5px;
    -webkit-font-smoothing: subpixel-antialiased;
}
#ih62v1 {
    font-family: "Freight Display W01 Light", serif !important;
    font-size: 24px;
    letter-spacing: 0.5px;
    text-align: center;
    background-color: transparent !important;
    color: rgb(193, 44, 45);
}
#ihr2aq {
    padding: 10px;
    margin-bottom: 20px;
}
.changing,
.system,
.grade,
.token {
    background-color: #c12c2d;
    padding: 20px 42px 60px 42px !important;
    margin-right: 15px;
    width: 100%;
}
.blockchain > div{
    position: relative;
}
.blockchain > div:after {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 20px;
    height: 10px;
    content: '';
    transform: translateX(-50%);
    background-image: url('https://www.kitehumancapital.com/img/down-arrow-ico-white.svg');
    z-index: 999;
    background-repeat: no-repeat;
    background-size: contain;
}
#ilisk {
    font-family: brandon_grotesquebold, sans-serif !important;
    font-weight: 500 !important;
    line-height: 25.3px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: rgb(0, 0, 0)!important;
    font-size: 23px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5px;
}
#if1p8i {
    background-color: transparent;
    font-family: "Freight Display W01 Light", serif !important;
    color: rgb(0, 0, 0);
    text-decoration-line: none;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px;
    font-weight: 100 !important;
    line-height: 28.5714px;
    padding: 10px 25px;
}
#ieuiqd {
    background-color: transparent;
    color: rgb(0, 0, 0);
    font-family: "Freight Display W01 Light", serif !important;
    text-decoration-line: none;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px; font-weight: 100 !important;
    line-height: 28.5714px;
    padding: 10px 25px;
}
#iem6wl {
    background-color: transparent;
    color: rgb(0, 0, 0);
    text-decoration-line: none;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px; font-weight: 100 !important;
    font-family: "Freight Display W01 Light", serif !important;
    line-height: 28.5714px;
    padding: 10px 25px;
}
#ia7m7d {
    background-color: transparent;
    color: rgb(0, 0, 0);
    text-decoration-line: none;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px; font-weight: 100 !important;
    font-family: "Freight Display W01 Light", serif !important;
    line-height: 28.5714px;
    padding: 10px 25px;
}
#ipr64h {
    background-color: transparent;
    color: rgb(0, 0, 0);
    text-decoration-line: none;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px; font-weight: 100 !important;
    font-family: "Freight Display W01 Light", serif !important;
    line-height: 28.5714px;
    padding: 10px 25px;
}
#irpv2g {
    background-color: transparent;
    color: rgb(0, 0, 0);
    text-decoration-line: none;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px;
    padding: 10px 25px;
    font-weight: 100 !important;
    font-family: "Freight Display W01 Light", serif !important;
    line-height: 28.5714px;
}
#icheu3 {
    background-color: transparent;
    color: rgb(0, 0, 0);
    text-decoration-line: none;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px;
    padding: 10px 25px;
     font-weight: 100 !important;
    font-family: "Freight Display W01 Light", serif !important;
    line-height: 28.5714px;
}
#i5s4gf {
    background-color: transparent;
    color: rgb(0, 0, 0);
    text-decoration-line: none;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px;
    padding: 10px 25px;
      font-weight: 100 !important;
    font-family: "Freight Display W01 Light", serif !important;
    line-height: 28.5714px;
}
#itl26i {
    font-family: brandon_grotesqueblack, sans-serif !important;
    font-weight: 500 !important;
    line-height: 1.1;
    color: rgb(193, 44, 45);
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    position: relative;
}
#igd6g5 {
    font-family: "Freight Display W01 Bold", serif !important;
    color: rgb(33, 33, 33);
    font-size: 18px;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    line-height: 30px;

}
#iby2ir {
    font-family: "Freight Display W01 Light", serif !important;
    margin: 0px 0px 10px;
    line-height: 30px;
    font-weight: 100 !important;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 30px;
    -webkit-font-smoothing: subpixel-antialiased;
}
#id4rf5 {
    font-family: brandon_grotesqueblack, sans-serif !important;
    font-weight: 500 !important;
    line-height: 1.1;
    color: rgb(193, 44, 45);
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    position: relative;
}
#ic1cf1 {
    font-family: "Freight Display W01 Bold", serif !important;
     font-size: 18px;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    line-height: 30px;
    color: rgb(151, 151, 150) !important;
}
#ii889g {
    font-family: "Freight Display W01 Light", serif !important;
    margin: 0px 0px 10px;
    line-height: 30px; font-weight: 100 !important;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 30px;
    -webkit-font-smoothing: subpixel-antialiased;
}
#ixjxki {
    font-family: brandon_grotesqueblack, sans-serif !important;
    font-weight: 500 !important;
    line-height: 1.1;
    color: rgb(193, 44, 45);
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    position: relative;
}
#it27ah {
    font-family: "Freight Display W01 Bold", serif !important;
       font-size: 18px;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    line-height: 30px;
}
#ijk9jt {
    font-family: "Freight Display W01 Light", serif !important;
    margin: 0px 0px 10px;
    line-height: 30px;
     font-weight: 100 !important;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 30px;
    -webkit-font-smoothing: subpixel-antialiased;
}
#iu64vs {
    font-family: brandon_grotesqueblack, sans-serif !important;
    font-weight: 500 !important;
    line-height: 1.1;
    color: rgb(193, 44, 45);
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    position: relative;
}
#i25zj6 {
    font-family: "Freight Display W01 Bold", serif !important;
       font-size: 18px;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    line-height: 30px;
}
#i43ntz {
    font-family: "Freight Display W01 Light", serif !important;
	 font-weight: 100 !important;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin: 0px 0px 10px;
    line-height: 30px;
    -webkit-font-smoothing: subpixel-antialiased;
}
#ihkub {
    font-family: "Freight Display W01 Book", serif !important;
font-weight: 100 !important;
line-height: 30px;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: rgb(85, 85, 85) !important;
}
#ig1eh {
    margin: 0px 0px 10px;
    font-size: 23px;
    text-align: center;
    padding: 0px 80px 20px;
    font-family: "Freight Display W01 Light", serif !important;
    letter-spacing: 0.5px;
    line-height: 32.8571px;
    color: rgb(0, 0, 0) !important;
    font-weight: 100 !important;
}
#ikl4j {
    margin: 0px 0px 10px;
    font-size: 23px;
    text-align: center;
    padding: 0px 80px 20px;
    font-family: "Freight Display W01 Light", serif !important;
    letter-spacing: 0.5px;
     line-height: 32.8571px;
    color: rgb(0, 0, 0) !important;
    font-weight: 100 !important;

}
#i8bix {
    font-family: brandon_grotesquebold, sans-serif !important;
    font-weight: 500 !important;
    line-height: 1.1;
    color: rgb(193, 44, 45);
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}
#ic04f {
    margin: 0px 0px 10px;
    line-height: 30px;
    font-weight: 100 !important;
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 30px;
    font-family: "Freight Display W01 Light",serif !important;
    -webkit-font-smoothing: subpixel-antialiased;
}
#i1y4n {
    margin: 0px 0px 30px;
    font-size: 20px;
    font-family: "Freight Display W01 Book", serif !important;
    letter-spacing: 0.5px;
    line-height: 30px;
    font-weight: 100 !important;
    color: rgb(85, 85, 85) !important;
}
#iiskm {
    margin: 0px 0px 30px;
    font-size: 20px;
    line-height: 30px;
    font-family: "Freight Display W01 Book", serif !important;
    letter-spacing: 0.5px;
    line-height: 30px;
    font-weight: 100 !important;
    color: rgb(85, 85, 85) !important;
}
#ixlm8 {
    margin: 0px 0px 30px;
    font-size: 20px;
    line-height: 30px;
  font-family: "Freight Display W01 Book", serif !important;
    letter-spacing: 0.5px;
    line-height: 30px;
    font-weight: 100 !important;
    color: rgb(85, 85, 85) !important;
}
#iao2q {
    background-color: transparent;
    color: rgb(193, 44, 45);
  font-family: "Freight Display W01 Book", serif !important;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 30px;
    font-weight: 100 !important;
}
#ik59t {
    background-color: transparent;
    color: rgb(0, 0, 0);
    text-decoration-line: none;
    font-family: "Freight Display W01 Light",serif !important;
    font-weight: 100 !important;
    letter-spacing: 0.5px;
    line-height: 28.5714px;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px;
    padding: 10px 25px;
}
#ifyak {
    background-color: transparent;
    color: rgb(0, 0, 0);
    text-decoration-line: none;
     font-family: "Freight Display W01 Light",serif !important;
    font-weight: 100 !important;
    letter-spacing: 0.5px;
    line-height: 28.5714px;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px;
    padding: 10px 25px;
}
#izj4v {
    background-color: transparent;
    color: rgb(0, 0, 0);
    text-decoration-line: none;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px;
       font-family: "Freight Display W01 Light",serif !important;
    font-weight: 100 !important;
    letter-spacing: 0.5px;
    line-height: 28.5714px;
    padding: 10px 25px;
}
#i9r3o {
    background-color: transparent;
    color: rgb(0, 0, 0);
    text-decoration-line: none;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px;
     font-family: "Freight Display W01 Light",serif !important;
    font-weight: 100 !important;
    letter-spacing: 0.5px;
    line-height: 28.5714px;
    padding: 10px 25px;
}
#iup4i {
    background-color: transparent;
    color: rgb(0, 0, 0);
    text-decoration-line: none;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px;
     font-family: "Freight Display W01 Light",serif !important;
    font-weight: 100 !important;
    letter-spacing: 0.5px;
    line-height: 28.5714px;
    padding: 10px 25px;
}
#ibvti {
    background-color: transparent;
    color: rgb(0, 0, 0);
    text-decoration-line: none;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px;
    font-family: "Freight Display W01 Light",serif !important;
    font-weight: 100 !important;
    letter-spacing: 0.5px;
    line-height: 28.5714px;
    padding: 10px 25px;
}
#ivvdw {
    background-color: transparent;
    color: rgb(0, 0, 0);
    text-decoration-line: none;
     font-family: "Freight Display W01 Light",serif !important;
    font-weight: 100 !important;
    letter-spacing: 0.5px;
    line-height: 28.5714px;
    border: 1px solid rgb(193, 44, 45);
    font-size: 20px;
    padding: 10px 25px;
}


/* Animation */
.fadeInUp{
	animation:fadeInUp 4s ease backwards;
}

@keyframes fadeInUp{
  0%{transform:translate(0px, 100px); opacity: 0;}
  100%{transform:translate(0px, 0); opacity: 1;}
}


/*banner and services*/
.container.wide {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1600px;
    max-width: 90%;
}
.brand-banner{
  width: 100%;
  background-image: url('https://kitehuman.developmentrecords.com/media/1683705609gb5cdqaPn5zjVhF0J6ReChdwuVsGSD5CbuWf8Bmj.jpg');
  height: 850px;
  padding: 250px 0px 180px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  z-index: 0;
}
.brand-banner:after{
position: absolute;
content: '';
width: 100%;
height: 100%;
background-color: #0000005c;
left: 0;
top: 0;
z-index: -1;

}
.brand-banner h1{
  font-family: "brandon_grotesquebold",sans-serif !important;
  color: rgb(255, 255, 255);
  font-size: 80px;
  font-weight: 500 !important;
  line-height: 88px;
  letter-spacing: 0.5px;
}
.overlay{
  background-color: black;
}
.brand-banner p{
  font-family: "Freight Display W01 Light",serif !important;
  font-weight: 700 !important;
  color: rgb(255, 255, 255);
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 37.1429px;
}
.brand-list{
  display: flex;
}
.brand-image{
  width: 150px;
}
.logo-content{
  padding: 70px 0px 70px 0px;
}
.page_table tr td:first-child {
    position: relative;
}
.page_table tr td:first-child:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3c3c3b;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
}
.page_table tr td.ps-5:first-child:after {
    left: 30px;
    border: 1px solid #3c3c3b;
    background: transparent;
}
tr th:last-child{
    text-align: center;
}
tr td:last-child .d-flex{
    justify-content: center;
}












/******************************/

/* Containers */
.container-sm {
    max-width: 1170px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}
.fontprimary{
    font-family: "brandon_grotesquebold",sans-serif !important;
}
/* About Page*/
.talk-sec,
.talkus {
    transition: all 0.3s ease-in-out 0.1s;
    background: white ;
    border-top: 1px solid #fff !important;
    border-bottom: 10px solid #c12c2d !important;
    padding: 45px 0px 45px 0px !important;
}
.talk-sec:hover {
    background: #c12c2d !important;
    color: #fff !important;
}
.talk-sec:hover  h1,
.talk-sec:hover .heading-more,
.talk-sec:hover .heading-more span {
    color: #fff !important;
}

/* our awards */
.inr-bnr {
    padding: 200px 0px 180px 0px !important;
}
.inr-bnr .award:after {
    top: 110px;
}
/******************************/
/* Frontend Page */
.brandon-heading{
    font-family: brandon_grotesquebold, sans-serif;
    font-weight: 600;
    line-height: 1.1;
    font-size: 18px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 20px 0 30px 0;
    color: #000000;
}
.underline{
    position: relative;
}
.underline:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    background: #c12c2d;
    width: 70px;
    height: 3px;
    display: block;
}

.cstm-sec-heading {
    font-weight: 400;
    margin-left: auto !important;
    margin-right: auto !important;
}

.how-sec {
    position: relative;
}

.how-sec:after {
    content: '';
    position: absolute;
    left: -10px;
    top: -50px;
    height: 88%;
    width: calc(100% + 20px);
    background: #efefef;
    z-index: -1;
}

.how2,
.how3,
.how4 {
    position: relative;
}

.how2:after,
.how3:after,
.how4:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 2px;
    height: 100%;
    border: 1px dashed #4444444f;
/*    background-image: url('https://kitehuman.developmentrecords.com/public/admin/assets/img/dashed-hoz.svg');*/
}
.how3:after{
    right: auto;
    left: -2px;
}

.how2:before,
.how3:before,
.how4:before{
    position: absolute;
    content: '';
    width: 115px;
    height: 115px;
    right: -58px;
    top: 100px;
    background-image: url(https://kitehuman.developmentrecords.com/public/admin/assets/img/bullseye.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9;
    animation: pulse 2s ease-in-out infinite;
}
.how3:before {
    right: auto;
    left: -58px;
}
.all-hire-sec,
.service-row,
.feedback,
.combine,
.secure,
.remote-cards,
.sol-cards,
.blockchain  {
    opacity: 0;
    transition: all 0.3s ease-in-out 0.1s;
}
#imkpmw,
#icgd8p {
    font-family: "brandon_grotesqueblack",sans-serif !important;
}

.defined.container {
    margin: 60px auto 60px !important;
}
#ifowsi{
    text-align: center;
}

div#i6rmcf {
    text-align: center;
    padding-bottom: 60px;
}
div#i6rmcf .talk {
    font-family: 'Brandon Grotesque' !important;
    text-transform: uppercase;
    font-weight: 600 !important;
}
#i5uuu6{
    border-top:1px solid #97979680;
}
span#ircyo7 {
    font-weight: 600;
}
div#i38k26 {
    position: relative;
}

div#i38k26:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #c12c2d;
    border-radius: 1000px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.how1,
#iicung,
#iicun {
    position: relative;
}
/*#iicung:before {
    position: absolute;
    width: 1px;
    height: 150px;
    border-right: 122px dashed #4444444f;
    content: '';
    left: 39%;
    bottom: 0;
}*/
.how1:before {
    position: absolute;
    width: 1px;
    height: 150px;
    border: 1px dashed #4444444f;
    content: '';
    left: 39%;
    bottom: 0;
}
.how1:after {
    position: absolute;
    content: '';
    width: 115px;
    height: 115px;
    bottom: 92px;
    background-image: url(https://kitehuman.developmentrecords.com/public/admin/assets/img/bullseye.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9;
    animation: pulse 2s ease-in-out infinite;
    left: 31%;
}
div#iicung:after {
    position: absolute;
    right: 100%;
    content: '';
    width: 60%;
    height: 1px;
    border: 1px dashed #4444444f;
}
/*******/

.fade-in {
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
  opacity: 1;
}


@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}


