@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

/*Default Css Start*/
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: rgb(69,69,69);
    font-size: 16px;
    line-height: 28px;
}
:focus, button:focus {
    outline: none; 
}
.form-control:focus {
    box-shadow: unset;
}
.title {
    font-size: 2.625rem;
    font-weight: bold;
    line-height: 1.2;
    color: #B21F25;
}
.description {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0;
}
.subtitle {
    font-size: 18px;
    line-height: 26px;
}
.btn {
   /* padding: 5px 40px;
   font-size: 1.5rem;*/
   padding: 5px 30px;
   font-size: 1.3rem;
   font-weight: 700;
   border: 5px solid transparent;
   border-radius: 5px;
}
.btn-primary {
    background-color: #B21F25;
    color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:focus {
    background: #FFFFFF;
    border: 5px solid #b21f25;
    color: #B21F25;
}
.btn-primary.btn-white {
    background-color: #FFFFFF;
    color: #B21F25;
}
.btn.btn-outline-white {
    border-color: #FFFFFF;
    color: #FFFFFF;
}
.btn.btn-outline-white:hover {
    background-color: #FFFFFF;
    color: #B21F25;
}
.btn-primary.btn-white:hover {
    border-color: #FFFFFF;
    background-color: #B21F25;
    color: #FFFFFF;
}
.btn-outline-primary {
    border-color: #B21F25;
    color: #B21F25;
    border-color: #B21F25;
}
.btn-outline-primary:hover {
    background-color: #B21F25;
    color: #FFFFFF;
    border-color: #B21F25;
}
.accordion-button:focus {
    box-shadow: unset;
}
.big {
    font-size: 18px;
}
.themecolor {
    color: #B21F25;
}
.card {
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 40%);
}
.form-group {
    margin-bottom: 20px;
}
.form-check-input:checked {
    background-color: #B21F25;
    border-color: #B21F25;
}
section {
    padding-top: 80px;
    padding-bottom: 80px;
}
/*Header Start*/
.top-header {
    background-color: #C44D5E;
}
.top-header-content {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 16px 0;
}
.header-link {
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}
.header-link:hover {
    color: #b21f25;
}
.country-list .btn {
    padding: 5px 10px;
    font-weight: 500;
    border: 5px solid transparent;
}
.country-list .btn-primary {
    background-color: transparent;
    color: #FFFFFF;
}
.country-list span {
    font-size: 18px;
}
.country-list .btn-primary:hover {
    background-color: #fff!important;
    color: #b21f25;
}
.country-img {
    height: 20px;
    width: 20px;
    object-fit: cover;
    margin-right: 8px;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 90%;
    margin-left: auto;
}
.input-group-text {
    color: #fff;
    white-space: nowrap;
    background-color: #b21f25;
    border: 1px solid #b21f25;
}
.form-control {
    background-color: #fff;
    border: 1px solid #fff;
}
.form-control:focus {
    color: #212529;
    background-color: #C44D5E;
    border-color: #b21f25;
    outline: 0;
    box-shadow: none;
}
::placeholder {
    color: #b21f25 !important;
    opacity: 1;
}
.nav-btn .btn {
    padding: 5px 8px;
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
}
.main-header nav.navbar {
    padding: 15px 0;
    border-bottom: 1px solid #11111124;
}
.main-header .navbar-brand {
    height: 50px;
    width: auto;
    padding: 5px 0 0 0;
    display: flex;
    max-width: 250px;
    margin-right: 10px;
}
.main-header .navbar-brand img {
    height: 100%;
    object-fit: contain;
}
.main-header .navbar-nav.main-menu .nav-item {
    margin: 0px 8px;
}
.main-header .navbar-nav.main-menu .nav-item .nav-link {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    padding: 8px 10px;
    text-decoration: none;
    color: #595959;
    display: flex;
    align-items: center;
    position: relative;
}
.main-header .navbar-nav.main-menu .nav-item .nav-link:before, .main-header .navbar-nav.main-menu .nav-item .nav-link.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #C52227;
    bottom: -1px;
    left: 0;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}
.main-header .navbar-nav.main-menu .nav-item .nav-link.dropdown-toggle:after {
    border-top-color: #C52227;
    margin-left: 6px;
}
.main-header .navbar-nav.main-menu .nav-item .nav-link:hover:before {
    opacity: 1;
    transition: all ease-in-out 0.3s;
}
.main-header .navbar-nav.main-menu .nav-item .nav-link.active:after {
    opacity: 1;
}
.dropdown-toggle::after {
    vertical-align: middle;
}
.navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 50;
}
/*Header End*/

/*ncraivi page Start*/
/*ncraivi hero Section Start*/
.ncrviai-hero-section {
    background-image: linear-gradient(132.47deg,#b21f2514 15.66%,#b21f253b 49.43%,#b21f2512 85.2%);
    position: relative;
    z-index: 0;
}
.ncrviai-hero-section .container {
    background-image: url(../images/ni-about.png);
    background-repeat: no-repeat;
    background-position: center left;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    background-size: 100% 100%;
    padding: 100px 40px;
}
.ncrviai-hero-section .container:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
    opacity: 0.6;
    z-index: 0;
    border-radius: 20px;
}
.section-title {
    position: relative;
    z-index: 1;
}
.video-btn {
    position: relative;
    z-index: 1;
}
.play-icon {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.video-btn .play-icon svg {
    height: 40px;
    width: 40px;
    fill: #b21f25;
}
.ncrviai-hero-section .section-title .description {
    margin: 16px 0;
}
.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}
.modal-body {
  position:relative;
  padding:0px;
}
.btn-close {
  position:absolute;
  right:-30px;
  top:0;
}
/*ncraivi hero Section End*/
/*ncraivi quick link section Start*/
.quick-link-item {
    display: inline-block;
    margin: 14px 10px;
}
.quick-list  {
    max-width: 1050px;
    margin: 0 auto;
    background-color: #f3dbdc;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 1.5;
    margin-bottom: 0;
}
.quick-link {
    text-decoration: none;
    color: #595959;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 10px;
    position: relative;
}
.quick-link:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #C52227;
    bottom: -1px;
    left: 0;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}
.quick-link:hover:before {
    opacity: 1;
    transition: all ease-in-out 0.3s;
}
.quick-link:hover {
    color: rgba(0,0,0,.7);
}
.quick-link:after {
    position: absolute;
    content: "";
    height: 20px;
    width: 2px;
    background-color: #b21f25;
    top: 0;
    right: -8px;
    bottom: 0;
    margin: auto;
}
.quick-link-item:last-child .quick-link::after {
    display: none;
}
/*ncraivi quick link section End*/
/*ncraivi markitechture section Start*/
.markitechture-section {
    background-color: #f3dbdc;
}
.markitechture-item {
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    font-size: 18px;
    font-weight: 600;
}
.markitechture-section .title {
    margin-top: 20px;
    margin-bottom: 25px;
}
.markitechture {
    position: relative;
}
.section-head-icon {
    text-align: center;
    margin-bottom: 25px;
}
.markitechture h2 {
    margin-bottom: 50px;
}
.markitechture .markitechture-desc p {
    margin: 0 20px;
}
.markitechture .markitechture-content {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    position: relative;
}
.markitechture .markitechture-list-after, .markitechture .markitechture-list-before {
    text-align: center;
    font-weight: 600;
    padding: 20px 30px;
    max-width: 230px;
    font-size: 20px;
    position: relative;
    width: 100%;
}
.markitechture .markitechture-list-title h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: -15px;
    padding: 0 20px;
    font-weight: 600;
}
.markitechture .markitechture-list-title h2:before {
    margin: 0 20px 0 -55%;
}
.markitechture .markitechture-list-title h2:after, .markitechture .markitechture-list-title h2:before {
    content: "";
    display: inline-block;
    width: calc(50% - 162px);
    vertical-align: middle;
    border-top: 2px solid #c44d5e;
}
.markitechture .markitechture-list-title h2:after {
    margin: 0 -55% 0 20px;
}
.markitechture .markitechture-inner-wrapper {
    border: 2px solid #c44d5e;
    border-radius: 20px;
    border-top: transparent;
    position: relative;
    padding: 40px;
}
.markitechture .markitechture-inner-wrapper:after, .markitechture .markitechture-inner-wrapper:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    border-top: 2px solid #c44d5e;
}
.markitechture .markitechture-inner-wrapper:before {
    left: -2px;
    border-radius: 20px 0 0 0;
    border-left: 2px solid #c44d5e;
}
.markitechture .markitechture-inner-wrapper:after {
    right: -2px;
    border-right: 2px solid #c44d5e;
    border-radius: 0 20px 0 0;
}
.markitechture .markitechture-inner {
    border: 8px solid rgb(178 31 37 / 22%);
    border-radius: 10px;
    padding: 40px 50px 45px;
    position: relative;
}
.markitechture .markitechture-steps-wrapper {
    background: url("../images/markitechture-steps-wrapper.png" );
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.markitechture .markitechture-steps-left, .markitechture .markitechture-steps-right {
    width: 50%;
    display: flex;
    justify-content: space-around;
    position: relative;
}
.markitechture .markitechture-steps span:not(:last-child):after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23B21F25' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    margin: auto;
    top: 4px;
    margin-left: 65px;
    background-size: 20px;
    height: 30px;
    width: 30px;
}
.markitechture .markitechture-steps-left, .markitechture .markitechture-steps-right {
    width: 50%;
    display: flex;
    justify-content: space-around;
    position: relative;
}
.markitechture .markitechture-steps span {
    margin: 0;
    position: relative;
}
.markitechture .markitechture-steps {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding: 0 40px;
}
.markitechture .markitechture-links-row {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    position: relative;
}
.markitechture .markitechture-links-row:first-of-type:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    left: 0;
    top: calc(100% - 14px);
    background-image: url("../images/center-line.png");
    background-repeat: no-repeat;
    background-position-x: center;
}
.markitechture .markitechture-links-row a {
    display: inline-flex;
    padding: 10px 13px;
    border: 1px solid hsla(0,0%,100%,.2);
    box-shadow: 0 6px 8px rgb(178 31 37 / 8%), 0 2px 4px rgb(178 31 37 / 19%);
    border-radius: 8px;
    background-color: #b21f25;
    color: #fff;
    font-size: 20px;
    width: 100%;
    max-width: 184px;
    align-items: center;
    line-height: 1.2;
    transition: .3s;
    min-height: 70px;
    margin: 0 20px
}
.markitechture .markitechture-links-row a img {
    width: 40px;
    margin-right: 10px;
    filter: brightness(0) invert(1);
}
.markitechture .markitechture-steps-text {
    text-align: center;
}
.markitechture-steps-text p {
    font-weight: 700;
}
.markitechture .markitechture-inner-text {
    display: flex;
    width: 100%;
    justify-content: center;
    font-weight: 600;
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translate(-50%,50%);
}
.markitechture-inner-text img {
    height: 34px;
    width: 34px;
    margin-right: 10px;
}
.markitechture .markitechture-inner-text a {
    background: #ffffff;
    border: 1px solid #b21f25;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 6px 40px;
    font-size: 20px;
    color: #b21f25;
    transition: .3s;
}
.markitechture .markitechture-inner-wrapper:after {
    right: -2px;
    border-right: 2px solid #c44d5e;
    border-radius: 0 20px 0 0;
}
.markitechture .markitechture-inner-wrapper:after, .markitechture .markitechture-inner-wrapper:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    border-top: 2px solid #c44d5e;
}
.markitechture .uk-container {
    display: flow-root;
    box-sizing: content-box;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}
.markitechture-desc {
    display: flex;
    align-items: center;
    justify-content: center;
}
.markitechture-desc p {
    align-items: center;
    display: flex;
    padding: 0 16px;
}


/*ncraivi markitechture section End*/
/*ncraivi markitechture section Start*/
.machine-contetn .title {
    margin-bottom: 40px;
}
.machine-btn {
    position: relative;
}
.machine-btn:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/circuits.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.machine-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    font-size: 44px;
    line-height: 1;
    font-weight: 600;
    position: relative;
    border-radius: 100%;
    width: 195px;
    height: 195px;
    background: #da8e99;
    
}
.machine-link:after, .machine-link:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    pointer-events: none;
}
.machine-link:after {
    width: calc(100% + 70px);
    height: calc(100% + 70px);
    top: -35px;
    left: -35px;
    animation: startButtonPulse 2s ease-out infinite;
    background: url(../images/start-button-shadow.svg) 50%/100% no-repeat;
}
.machine-link:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: drop-shadow(0 2.77154px 2.77154px rgba(0,0,0,.25));
    background: url(../images/start-button-gradient.svg) 50%/100% no-repeat;
}
.machine-link:hover:after, .machine-link:hover:before {
    animation: startButtonRotate 1.3s linear infinite;
}
.machine-contetn .description {
    margin-top: 50px;
}
/*ncraivi markitechture section End*/
/*ncraivi paltform section Start*/
.section-decor-bg img {
    max-width: 130px;
    object-fit: contain;
}
.section-decor-bg .title {
    margin-top: 32px;
}
.section-decor-bg h3 {
    margin-bottom: 60px;
}
.card-platform-card {
    border-radius: 20px;
    height: 100%;
    box-shadow: 0 5px 10px rgb(25 34 74 / 8%), 0 2px 5px rgb(25 34 74 / 8%);
    background-color: #ffff;
    position: relative;
}
.platform-card-image img {
    border-radius: 20px 20px 0 0;
}
.platform-card-body {
    padding: 24px 20px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
}
.card-link {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 85px;
}
.platform-card-body h3 {
    margin-bottom: 20px;
}
.platform-card-body .description {
    margin-bottom: 24px;
}
.card-link-item {
    display: block;
    text-decoration: none;
    color: rgb(69,69,69);
    margin-bottom: 8px;
}
.card-link-item:hover {
 color: #b21f25;
}
/*ncraivi paltform section End*/
/*ncraivi stories block Start*/
.ncraivi-stories-block .nav-tabs {
    border-bottom: none;
    justify-content: center;
    margin-bottom: 65px;
}
.ncraivi-stories-block .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
   border-color: rgba(0,0,0,.7); 
}
.ncraivi-stories-block .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #111;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 600;
    color: #595959;
    position: relative;
    z-index: 0;
    cursor: pointer;
}
.ncraivi-stories-block .nav-tabs .nav-link.active:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    background-color: #b21f25;
    height: 4px;
    width: 100%;
    border-radius: 4px;
    z-index: 1;
}
.ncraivi-stories-block .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #111;
    color: #b20000;
}
.ncraivi-stories-block .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: rgba(0,0,0,.7);
    color: #b20000;
}
.heros-image {
    text-align: center;
}
.heros-content .themecolor , .heroes-statistics .themecolor {
    font-weight: 600;
}
.heroes-statistics ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.heroes-statistics-content {
    width: 50%;
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 10px;
    position: relative;
}
.heroes-statistics-content:before {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    height: 42px;
    width: 2px;
    background-color: #e1767a;
}
.heros-image img {
    border-radius: 20px;
    height: 172px;
    width: 100%;
    max-width: 150px;
    object-fit: cover;
}
.heros-content {
    padding-right: 40px;
}
.hero-content-link {
    margin-top: 20px;
    margin-bottom: 30px;
}
/*ncraivi stories block End*/
/*ncraivi logo section Start*/
.ncraivi-logo-section .logo-slide-img {
    max-width: 120px;
    margin: 0 auto;
}
/*ncraivi logo section End*/
/*ncraivi logo section Start*/
.customers-item {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 20px;
}
.customers-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.customers-bg:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    background: linear-gradient(0deg,rgba(0,0,0,.8) 29.41%,rgba(0,0,0,.15) 50%);
}
.customers-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 21px;
}
.customers-content {
    position: relative;
    height: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 520px;
    color: #fff;
}
.customers-logo {
    position: absolute;
    top: 24px;
    right: 24px;
    max-width: 100px;
}
.customers-card {
    min-height: 180px;
}
.customers-card-link .card-link-item {
    color: #fff;
}
.customers-card-link .card-link-item:hover {
    color: #B21F25;
}
.customers-btn {
    margin-top: 60px;
}
/*ncraivi logo section End*/
/*ncraivi cta section Start*/
.ncrviai-cta-section {
    background-color: #f3dbdc;
    padding-top: 150px;
}
.cta-icon {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 80px;
}
.cta-icon:before {
    position: absolute;
    content: "";
    top: auto;
    right: 0;
    left: 0;
    height: 300px;
    width: auto;
    background-image: url(../images/circuits.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-icon img {
    filter: brightness(0) invert(1);
    margin: 0 auto;
}
.cta-btn {
    margin: 40px 0;
}
/*ncraivi cta section End*/
/*ncraivi Section End*/

/*Contact us page Start*/
.welcom-text .title {
    font-size: 60px;
    color: #191C1F;
    font-weight: 600;
    margin-bottom: 20px;
}
.welcom-text  .sub-title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 15px;
    color: #191C1F;
}
.locations-content .big-title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #191C1F;
}
.contact-map-bg {
    background-image: url(../images/world-1.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 800px;
}
.locations-tabs .tab-content .city-list {
    border: 1px solid #000000;
    padding: 10px 20px;
}
.locations-tabs .nav-tabs .nav-item .nav-link {
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
    color: #000000;
}
.locations-tabs .nav-tabs .nav-item {
    margin: 10px;
}
.locations-tabs .nav-tabs {
    border-bottom: 0;
}
.locations-tabs .tab-content .city-list .city_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.locations-tabs .tab-content .city-list .city_list li {
    max-width: 25%;
    flex: 0 0 25%;
    padding-left: 25px;
    position: relative;
}
.locations-tabs .tab-content .city-list .city_list li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #000000;
    margin: auto 0;
}
.locations-tabs .tab-content .city-list .city_list a {
    color: #000000;
    text-decoration: none;
}
/*Contact us page End*/
/*Footer Start*/
.top-footer {
    padding: 50px 0;
}
.footer-logo {
    max-width: 200px;
    width: 100%;
}
.footer-link {
    text-align: end;
}
.footer-link-item {
    display: inline-block;
    padding: 0 20px;
}
.footer-link-item a {
    text-decoration: none;
    color: #111;
    font-size: 18px;
    font-weight: 600;
}
.footer-link-item a:hover {
    color: #b21f25;
}
.footer-bottom {
    padding: 25px 0;
    border-top: 1px solid #f3dbdc;
}
.backToTop {
    position: fixed;
    right: 45px;
    bottom: 10%;
    width: 60px;
    cursor: pointer;
    z-index: 10;
}

/********** FOOTER END **********/

/*Responsive Start*/
.navbar-toggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 34px;
    height: 24px;
    position: relative;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
    margin-top: 6px;
}
.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}
header .navbar-toggler .mobile-nav-hamburger {
    width: 24px;
    height: 2px;
    position: absolute;
    background-color: #b21f25;
    top: 8px;
    transition: transform 150ms, opacity 150ms;
    display: block;
}
header .navbar-toggler .mobile-nav-hamburger-1 {
    background-color: #b21f25;
    top: 0;
}
header .navbar-toggler .mobile-nav-hamburger-4 {
    background-color: #b21f25;
    top: 16px;
}
header .navbar-toggler[aria-expanded="true"] .mobile-nav-hamburger {
    background-color: #b21f25;
}
header .navbar-toggler[aria-expanded="true"] .mobile-nav-hamburger-2 {
    transform: rotate(45deg);
}
header .navbar-toggler[aria-expanded="true"] .mobile-nav-hamburger-3 {
    transform: rotate(-45deg);
}
header .navbar-toggler[aria-expanded="true"] .mobile-nav-hamburger-1,
header .navbar-toggler[aria-expanded="true"] .mobile-nav-hamburger-4 {
    opacity: 0;
}
.mobile-only.back-button {
    display: none;
}

/******GRAVITIQ PAGE CSS END ******/
@media (max-width: 1600px){


}

@media (max-width: 1400px) {

}
@media (max-width: 1280px){

}
@media (max-width: 1199px){
    .markitechture .markitechture-list-after, .markitechture .markitechture-list-before {
        padding: 20px;
        width: 105px;
    }
    .markitechture .markitechture-inner-wrapper {
        padding: 30px 20px;
    }
    .markitechture .markitechture-inner {
        padding: 20px 25px 30px;
    }
}

@media (max-width:  1024px) {
    section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .main-header .navbar-nav.main-menu .nav-item .nav-link.dropdown-toggle:after {
        margin-left: 24px;
    }
    .main-header .navbar-nav.main-menu .nav-item .nav-link.dropdown-toggle {
        background-position: center right 14px;
        background-image: url("data:image/svg+xml,%0A%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.38 42.77'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23b21f25;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Echevron-right%3C/title%3E%3Cpath class='cls-1' d='M702.51,378.88l-18.39-18.39a3,3,0,0,0-4.24,4.25L696.14,381l-16.26,16.26a3,3,0,0,0,4.24,4.25l18.39-18.39A3,3,0,0,0,702.51,378.88Z' transform='translate(-679 -359.62)'/%3E%3C/svg%3E%0A");
        background-size: 6px 10px;
        background-repeat: no-repeat;
    }
    .main-header .navbar-nav.main-menu .nav-item .nav-link:before {
        height: 0;
        opacity: 0;
    }
    .main-header .navbar-nav.main-menu .nav-item .nav-link.dropdown-toggle ~ .dropdown-menu {
        border: 0;
    }
    .main-header .dropdown-toggle::after {
        margin-left: 9px;
    }

    .main-header__bottom .nav-item {
        margin: 0 !important;
        border-bottom: solid 2px #dddddd;
    }
    .main-header__bottom .nav-item .nav-link {
        display: block;
        color: #454545;
        font-weight: 600;
        font-size: 14px;
        padding: 19px 28px 18px 10px;
        line-height: normal;
        position: relative;
        cursor: pointer;
    }
    .main-header__bottom .nav-item .nav-link.dropdown-toggle {
        background-position: center right 10px;
        background-image: url("data:image/svg+xml,%0A%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.38 42.77'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23b21f25;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Echevron-right%3C/title%3E%3Cpath class='cls-1' d='M702.51,378.88l-18.39-18.39a3,3,0,0,0-4.24,4.25L696.14,381l-16.26,16.26a3,3,0,0,0,4.24,4.25l18.39-18.39A3,3,0,0,0,702.51,378.88Z' transform='translate(-679 -359.62)'/%3E%3C/svg%3E%0A");
        background-size: 8px 14px;
        background-repeat: no-repeat;
    }
    .navbar-expand-lg .navbar-collapse {
        margin-left: 0px !important;
    }
    .top-header-content {
        padding: 10px 0;
    }
    .main-header .navbar-nav.main-menu .nav-item .nav-link {
        padding: 8px 6px;
    }
    .main-header .navbar-nav.main-menu .nav-item {
        margin: 0px 5px;
    }
    /*ncraivi page Start*/
    .machine-contetn .title {
        margin-bottom: 30px;
    }
    .markitechture-section .title {
        margin-bottom: 20px;
    }
    .machine-contetn .description {
        margin-top: 30px;
    }
    .section-decor-bg h3 {
        margin-bottom: 30px;
    }
    .ncraivi-stories-block .nav-tabs {
        margin-bottom: 50px;
    }
    .heros-content {
        padding-right: 0;
    }
    .ncraivi-customers-section .customers-card .title {
        font-size: 30px;
        line-height: 35px;
    }
    /*ncraivi page End*/
}
@media (max-width:  991px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .main-header .navbar-toggler {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0;
        padding: 0;
        flex-direction: column;
        position: relative;
    }
    .main-header .navbar-toggler .navbar-toggler-icon {
        background-image: none;
        height: 2px;
        width: 30px;
        background-color: #C52227;
        margin: 3.5px 0;
        transition: all ease-in-out .3s;
    }
    .main-header .navbar-toggler .navbar-toggler-icon:first-child {
        margin-top: 0;
        transition: all ease-in-out .3s;
    }
    .main-header .navbar-toggler .navbar-toggler-icon:last-child {
        margin-bottom: 0;
        transition: all ease-in-out .3s;
    }
    .main-header .navbar-toggler .navbar-toggler-icon.hamburger1 {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .main-header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:first-child {
        opacity: 0;
        transition: all ease-in-out .3s;
    }
    .main-header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon.hamburger1 {
        transition: all ease-in-out .3s;
        transform: rotate(45deg);        
    }
    .main-header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon.hamburger2 {
        transition: all ease-in-out .3s;
        transform: rotate(-45deg);    
    }
    .main-header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:last-child {
        transition: all ease-in-out .3s;
        opacity: 0;
    }
    .main-header .navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        top: 70px;
        height: calc(100vh - 141px);
        padding: 0 16px 16px 16px;
        background-color: #FFFFFF;
        margin-left: 0px !important;
        z-index: 1;
    }
    .main-header .navbar-collapse ul.navbar-nav.main-menu {
        height: calc(100vh - 141px);
        overflow: auto;
    }
    .main-header .navbar-collapse ul.navbar-nav.main-menu .nav-item {
        margin: 0;
        border-bottom: solid 2px #dddddd;
    }
    .main-header .navbar-nav.main-menu .nav-item .nav-link:after, .main-header .navbar-nav.main-menu .nav-item .nav-link.active:after {
        display: none;
    }
    .main-header .navbar-nav.main-menu .nav-item .nav-link {
        font-size: 14px;
        padding: 19px 28px 18px 10px;
        line-height: normal;
    }
    .btn {
        padding: 5px 8px;
    }
    .nav-btn {
        display: none;
    }
    /*ncraivi page Start*/
    .uk-container {
        box-sizing: content-box!important;
    }
    .markitechture .markitechture-content {
        margin-top: 0;
    }
    .markitechture .markitechture-list-after, .markitechture .markitechture-list-before {
        display: none;
    }
    .markitechture .markitechture-list {
        flex-grow: 1;
    }
    .markitechture .markitechture-steps-left, .markitechture .markitechture-steps-right {
        justify-content: flex-start;
        width: auto;
        height: 100%;
        -webkit-transform-origin: center;
        transform-origin: center;
        width: 26px;
    }
    .markitechture .markitechture-steps-right {
        order: 3;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        align-self: flex-start;
        padding-left: 10px;
    }
    .markitechture .markitechture-list-title {
        font-size: 20px;
        margin-bottom: -16px;
    }
    .markitechture .markitechture-inner-wrapper {
        padding: 20px 20px 25px;
    }
    .markitechture .markitechture-inner {
        padding: 20px 20px 30px;
    }
    .markitechture .markitechture-steps-wrapper {
        background: none;
    }
    .markitechture .markitechture-steps {
        flex-wrap: nowrap;
        justify-content: center;
        max-width: 240px;
        margin: 0 auto -18px;
        padding: 30px 0;
        font-size: 14px;
        background: url("../images/markitechture-steps-before.png");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .markitechture .markitechture-steps-left, .markitechture .markitechture-steps-right {
        justify-content: flex-start;
        width: auto;
        height: 100%;
        -webkit-transform-origin: center;
        transform-origin: center;
        width: 26px;
    }
    .markitechture .markitechture-steps-left {
        order: 1;
        transform: rotate(-90deg);
        align-self: flex-end;
        padding-left: 40px;
    }
    .markitechture .markitechture-steps-right {
        order: 3;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        align-self: flex-start;
        padding-left: 10px;
    }
    .markitechture .markitechture-links-wrapper {
        order: 2;
        width: auto;
    }
    .markitechture .markitechture-links-row {
        flex-direction: column;
        padding: 0;
        align-items: center;
    }
    .markitechture .markitechture-links-row a {
        margin-bottom: 10px;
        font-size: 16px;
        min-height: 70px;
        max-width: 154px;
    }
    .markitechture .markitechture-links-row a img {
        width: 35px;
        margin-right: 10px;
    }
    .markitechture .markitechture-links-row a {
        margin-bottom: 10px;
        font-size: 16px;
        min-height: 70px;
        max-width: 154px;
    }
    .markitechture .markitechture-steps-text {
        font-size: 14px;
        padding-left: 10px;
    }
    .markitechture .markitechture-inner-text a {
        font-size: 14px;
        padding: 2px 40px;
    }
    .markitechture .markitechture-inner-text a img {
        width: 26px;
        margin-right: 10px;
        height: 26px;
    }
    .markitechture .markitechture-steps span {
        margin: 0 24px;
    }
    .markitechture .markitechture-steps span:not(:last-child):after {
        top: 0px;
        margin-left: 55px;    
    }
    .heroes-statistics-content {
        width: 100%;
        margin-bottom: 0px;
    }
    .platform-section .row .col {
        margin-bottom: 24px;
    }
    .ncraivi-customers-section .row .col {
        margin-bottom: 20px;
    }
    .cta-btn {
        margin: 26px 0;
    }
    /*ncraivi page End*/
}
@media (max-width:  767px) {
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    h2.title {
        font-size: 2rem;
    }
    .btn {
        padding: 5px 22px;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .top-header-content {
        justify-content: center;
    }
    .dropdown.country-list , .header-input {
        display: none;
    }
    /*ncraivi page Start*/
    /*ncraivi hero Section Start*/
    .ncrviai-hero-section .container {
        padding: 40px 22px;
    }
    .quick-list {
        padding: 10px 0;
    }
    .quick-link-item {
        display: block;
    }
    .quick-link:after {
        display: none;
    }
    .markitechture-desc {
        display: block;
    }
    .markitechture-desc p {
        display: block;
        padding: 0 0px; 
    }
    .machine-contetn .title {
        margin-bottom: 20px;
    }
    .machine-contetn .description {
        margin-top: 20px;
    }
    .section-decor-bg h3 {
        margin-bottom: 20px;
    }
    .card-link {
        min-height: 40px;
    }
    /*ncraivi hero Section End*/
    .markitechture .markitechture-list-title {
        margin-bottom: -14px;
    }
    .platform-card-body h3 {
        margin-bottom: 10px;
    }
    .platform-card-body {
        padding: 16px 16px;
    }
    .platform-card-body .description {
        margin-bottom: 12px;
    }

    .ncraivi-stories-block .nav-tabs .nav-link {
        padding: 10px 20px;
    }
    .section-decor-bg .title {
        margin-top: 20px;
    }
    .heros-image {
        text-align: start;
    }
    .heros-image img {
        height: 100%;
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .heroes-statistics-content {
        width: 50%;
        margin-bottom: 0px;
    }
    .customers-content {
        min-height: 400px;
    }
    .customers-card {
        min-height: 140px;
    }
    .customers-btn {
        margin-top: 20px;
    }
    .cta-icon {
        padding-bottom: 20px;
    }
    .cta-icon:before {
        display: none;
    }
    .cta-icon img {
        filter: none;
    }
    .ncrviai-cta-section {
        padding-top: 45px;
    }
    .cta-btn {
        margin: 20px 0;
    }
    .ncrviai-cta-section .cta-btn .btn {
        padding: 5px 8px;
        margin-bottom: 0px;
    }
    /*ncraivi page End*/
    /*footer start */
    .top-footer {
        padding: 26px 0;
    }
    .footer-bottom {
        padding: 14px 0;
    }
    /*footer end */
}
@media (max-width: 575.98px) {  

}
@media (min-width: 768px) {
    .markitechture .uk-container {
        padding: 0;
        max-width: 1440px;
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
    }
}
@media (min-width: 1366px) {
   /*.container {
        max-width: 1220px;
        }*/
    }
    @media (min-width: 1550px) {
        .container {
            max-width: 1500px;
        }
    }
/*Responsive End*/