/* poppins-regular - latin */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/poppins-v15-latin-regular.eot"); /* IE9 Compat Modes */
    src: local(""),
      url("../fonts/poppins-v15-latin-regular.eot?#iefix")
        format("embedded-opentype"),
      /* IE6-IE8 */ url("../fonts/poppins-v15-latin-regular.woff2")
        format("woff2"),
      /* Super Modern Browsers */ url("../fonts/poppins-v15-latin-regular.woff")
        format("woff"),
      /* Modern Browsers */ url("../fonts/poppins-v15-latin-regular.ttf")
        format("truetype"),
      /* Safari, Android, iOS */
        url("../fonts/poppins-v15-latin-regular.svg#Poppins") format("svg"); /* Legacy iOS */
  }
  /* poppins-500 - latin */
  @font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/poppins-v15-latin-500.eot"); /* IE9 Compat Modes */
    src: local(""),
      url("../fonts/poppins-v15-latin-500.eot?#iefix") format("embedded-opentype"),
      /* IE6-IE8 */ url("../fonts/poppins-v15-latin-500.woff2") format("woff2"),
      /* Super Modern Browsers */ url("../fonts/poppins-v15-latin-500.woff")
        format("woff"),
      /* Modern Browsers */ url("../fonts/poppins-v15-latin-500.ttf")
        format("truetype"),
      /* Safari, Android, iOS */ url("../fonts/poppins-v15-latin-500.svg#Poppins")
        format("svg"); /* Legacy iOS */
  }
  /* poppins-600 - latin */
  @font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/poppins-v15-latin-600.eot"); /* IE9 Compat Modes */
    src: local(""),
      url("../fonts/poppins-v15-latin-600.eot?#iefix") format("embedded-opentype"),
      /* IE6-IE8 */ url("../fonts/poppins-v15-latin-600.woff2") format("woff2"),
      /* Super Modern Browsers */ url("../fonts/poppins-v15-latin-600.woff")
        format("woff"),
      /* Modern Browsers */ url("../fonts/poppins-v15-latin-600.ttf")
        format("truetype"),
      /* Safari, Android, iOS */ url("../fonts/poppins-v15-latin-600.svg#Poppins")
        format("svg"); /* Legacy iOS */
  }
  /* poppins-700 - latin */
  @font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/poppins-v15-latin-700.eot"); /* IE9 Compat Modes */
    src: local(""),
      url("../fonts/poppins-v15-latin-700.eot?#iefix") format("embedded-opentype"),
      /* IE6-IE8 */ url("../fonts/poppins-v15-latin-700.woff2") format("woff2"),
      /* Super Modern Browsers */ url("../fonts/poppins-v15-latin-700.woff")
        format("woff"),
      /* Modern Browsers */ url("../fonts/poppins-v15-latin-700.ttf")
        format("truetype"),
      /* Safari, Android, iOS */ url("../fonts/poppins-v15-latin-700.svg#Poppins")
        format("svg"); /* Legacy iOS */
  }
  
  /*--------------------------------------------------------------
  # General
  --------------------------------------------------------------*/
  :root {
    scroll-behavior: smooth;
  }
  html,
  body {
    /* height: 100%; */
    min-height: 100%;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    font-family: "Poppins";
    font-weight: 400;
    color: #22283b;
    position: relative;
    /* overflow-y: auto; */
    margin-top: 35px;
    /* contain: content; */
  }
  
  .blog-body {
    /* height: 100%; */
    min-height: 100%;
    margin: 0;
    padding: 0;
    padding-top: 0px;
    font-family: "Poppins";
    font-weight: 400;
    color: #22283b;
    position: relative;
    overflow-y: auto;
    /* contain: content; */
  }
  
  a {
    text-decoration: none;
  }
  
  a:hover {
    /* color:black; */
    text-decoration: none;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Poppins";
    font-weight: 600;
  }
  
  /*--------------------------------------------------------------
  # Sections
  --------------------------------------------------------------*/
  section {
   
    /* padding-bottom: 30px; */
    overflow: hidden;
  }
  
  .section-header {
    text-align: center;
    padding-bottom: 40px;
  }
  
  .section-header h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
    color: #4154f1;
    text-transform: uppercase;
  }
  
  .section-header p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
  }
  .grey-text {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
  }
  .black-text {
    color: #22283b;
  }
  .primary-btn {
    line-height: 0;
    padding: 0px 40px;
    border-radius: 4px;
    color: #fff;
    background: #c81b74;
    height: 52px;
    font-weight: 600;
  }
  
  .primary-btn:hover {
    color: #fff;
    box-shadow: 0px 5px 30px rgb(211, 59, 92);
  }
  .btn-center {
    margin-top: auto;
    margin-bottom: auto;
  }
  .disabled-btn {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
  }
  .space-top {
    margin-top: 40px;
  }
  
  .space-bottom {
    margin-bottom: 20px;
  }
  
  .text_bold {
    font-weight: 500;
  }
  
  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #ED1C24;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
  }
  
  .back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
  }
  
  .back-to-top:hover {
    background: #500709;
    color: #fff;
  }
  
  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }
  
  .text_btn {
    font-weight: 600;
    color: #ED1C24;
    margin-left: 20px;
  }
  
  /*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
  @media screen and (max-width: 768px) {
    [data-aos-delay] {
      transition-delay: 0 !important;
    }
  }
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  .header {
    /* transition: all 0.5s;
    z-index: 997;
    padding: 5px 0;
    background: #fff; */

    height: 91px;
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
    background-size: 100% 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
  }
  
  /* .header.header-scrolled {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  } */
  
  .header .logo {
    line-height: 0;
  }
  
  .header .logo img {
    max-height: 60px;
    margin-right: 6px;
    position: relative;
    z-index: 1000;
  }
  
 
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /**
  * Desktop Navigation 
  */
  .navbar {
    padding: 0;
  }
  
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  
  .navbar li {
    position: relative;
    padding: 10px 0 10px 30px;
  }
  
  .navbar a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #22283b;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }
  
  .navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  
  .navbar a:hover,
  .navbar .active,
  .navbar li:hover > a {
    color: #ED1C24;
  }
/*   
  .navbar li:last-child {
    padding: 0;
  }
  
  .navbar li:last-child:hover > a::before {
    display: none;
  } */
  
  .navbar .getstarted {
    background: #ED1C24;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
  }
  
  .navbar .getstarted:hover {
    color: #fff;
    background: #ED1C24;
  }
  /* 
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    transition: 0.3s;
    border-radius: 4px;
  } */
  
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
  }
  
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover > a {
    color: #ED1C24;
  }
  
  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  
  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  
  .navbar a:hover::before,
  .navbar .active::before,
  .navbar li:hover > a::before {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 18px;
    height: 4px;
    border-radius: 4px;
    background: #ED1C24;
  }
  
  .navbar .dropdown ul a {
    justify-content: flex-start;
  }
  
  .navbar .dropdown ul li {
    padding: 0;
  }
  
  .navbar .dropdown ul li:hover > a::before {
    display: none;
  }
  
  .contact_btn_cta {
    background: #c81b74;
    border-radius: 4px;
    color: #fff !important;
    padding: 10px 15px !important;
    margin-left: 30px;
  }
  .ats_contact_btn_cta {
    background: #77A2C7;
    border-radius: 4px;
    color: #fff !important;
    padding: 10px 15px !important;
    margin-top: 20px;
    width: fit-content;
    background-color: #77A2C7;
  }
  .ats_contact_btn_cta:hover {
      color: #fff;
      box-shadow: 0px 5px 30px rgb(96, 144, 156);
    }
  
  .products_contact_btn_cta {
    background: #1296B0;
  border-radius: 4px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 39px;
  /* or 217% */
  
  
  
  color: #fff !important; 
    
    
    padding: 10px 15px !important;
    margin-top: 20px;
    width: 224px;
    
  }
  .products_contact_btn_cta:hover{
    color: #fff;
      box-shadow: 0px 5px 30px rgb(96, 144, 156);
    
  }
  
  .contact_btn_cta:hover {
    box-shadow: 0px 5px 30px #e966aa;
  }
  
  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
      left: -100%;
    }
  }
  
  /**
  * Mobile Navigation 
  */
  .mobile-nav-toggle {
    color: #ED1C24;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }
  
  
  
  @media (max-width: 1178px) {
    .mobile-nav-toggle {
      display: block;
      border: 1.5px solid #194f78;
    }
    .navbar ul {
      display: none;
    }
  }
  
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /* background: #22283b; */
    transition: 0.3s;
  }
  
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 91px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 0px ;
    padding-top:5px;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    transition: 0.3s;
  }
  
  .navbar-mobile a {
    padding: 10px 20px;
    font-size: 15px;
    color: #2b0405;
  }
  
  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover > a {
   color:  #ED1C24;
  }
  
  .navbar-mobile .getstarted {
    margin: 15px;
  }
  
  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }
  
  .navbar-mobile .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
  }
  
  .navbar-mobile .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar-mobile .dropdown ul a:hover,
  .navbar-mobile .dropdown ul .active:hover,
  .navbar-mobile .dropdown ul li:hover > a {
    color: #ED1C24;
  }
  
  .navbar-mobile .dropdown > .dropdown-active {
    display: block;
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
  .navbar-mobile::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .navbar-mobile {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  
  /*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
  .hero {
    width: 100%;
    /* height: calc(100vh - 84px); */
    background-size: cover;
    margin-top: 44px;
    padding: 0;
  }
  
  .hero h1 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
    color: #22283b;
    line-height: 1.4;
  }
  
  .hero h2 {
    color: #444444;
    margin: 15px 0 0 0;
    font-size: 26px;
  }
  
  .hero .btn-get-started {
    margin-top: 30px;
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #c81b74;
    height: 52px;
  }
  
  .hero .btn-get-started span {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
  }
  
  .hero .btn-get-started i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
  }
  
  .hero .btn-get-started:hover {
    box-shadow: 0px 5px 30px rgb(240, 66, 109);
  }
  
  .hero .btn-get-started:hover i {
    transform: translateX(5px);
  }
  
  .hero .hero-img {
    text-align: right;
  }
  
  .digital-text {
    color: #0a4774;
  }
  .left-job-info-blk {
    padding-right: 90px;
  }
  
  #scroll-down-animation {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  /* .mouse {
    margin: 0 auto;
    display: block;
    border-radius: 50px;
    border: 2px solid #0a4774;
    height: 60px;
    width: 35px;
    position: relative;
  } */
  
  .move {
    position: absolute;
    background-color: #ff6633;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    animation: move 2s linear infinite;
  }
  
  .hdr_first_line_txt h1 {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    color: #194f78;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
  }
  
  .hdr_first_line_txt h2 {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    color: #194f78;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
  }
  
  .word {
    position: absolute;
    width: auto;
    opacity: 0;
  }
  
  .letter {
    /* display: inline-block; */
    position: relative;
    float: left;
    transform: translateZ(6px);
    transform-origin: 50% 50% 6px;
  }
  
  .letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  .letter.behind {
    transform: rotateX(-90deg);
  }
  
  .letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  
  @keyframes move {
    0% {
      transform: translate(-50%, 0px);
      opacity: 0;
    }
    50% {
      transform: translate(-50%, 20px);
      opacity: 1;
    }
    100% {
      transform: translate(-50%, 40px);
      opacity: 0;
    }
  }
  
  /*1439 to 1360 */
  @media (max-width: 1439px) {
    .left-job-info-blk {
      padding-right: 10px;
    }
    .block-title {
      margin-top: 50px;
    }
    .section {
      padding-top: 20px;
    }
  }
  
  @media (max-width: 991px) {
    .hero {
      height: auto;
      padding: 120px 0 60px 0;
    }
    .hero .hero-img {
      text-align: center;
      margin-top: 80px;
    }
    .hero .hero-img img {
      width: 80%;
    }
  }
  
  @media (max-width: 768px) {
    .hero {
      text-align: center;
    }
    .hero h1 {
      font-size: 26px;
    }
    .hero h2 {
      font-size: 24px;
    }
    .hero .hero-img img {
      width: 80%;
    }
    section {
      padding: 20px 0;
    }
    .hero {
      padding: 20px 0 20px 0;
      border-top-right-radius: 50px;
      margin: 55px 0 0 0;
    }
  
    .about .img-fluid {
      max-width: 350px;
      margin: 57px auto 20px 0;
    }
  
    .img-fluid {
      max-width: 80%;
      height: auto;
    }
  }
  
  /*--------------------------------------------------------------
  # About company
  --------------------------------------------------------------*/
  
  .block-title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: -0.01em;
    color: #194f78;
  }
  
  .block_sub_title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 44px;
    display: flex;
    align-items: center;
    color: #194f78;
  }
  
  /*--------------------------------------------------------------
  # Our services
  --------------------------------------------------------------*/
  
  .card_img_blk {
    text-align: center;
  }
  
  .service_card_img {
    width: 150px;
    margin-bottom: 20px;
  }
  
  .service_row_img {
    display: block;
    border-radius: 10px;
    /* margin:auto 0 auto -30px; */
    width: 90%;
  }
  
  .service_card {
    border: 1px solid #ddd;
    padding: 26px;
    border-radius: 8px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    height: 100%;
  }
  
  .service_card:hover {
    box-shadow: 6px 0px 20px rgba(0, 0, 0, 0.1);
    border-color: transparent;
  }
  
  .card_content_blk h5 {
    margin-bottom: 15px;
  }
  
  .primary_line_btn {
    width: 100%;
    box-shadow: none;
    background: #fff;
    border: 1px solid #0a4774;
    color: #0a4774;
    font-weight: 600;
  }
  
  .primary_line_btn i {
    margin-left: 10px;
  }
  
  /*--------------------------------------------------------------
  # Our process
  --------------------------------------------------------------*/
  
  .our_process {
    padding-bottom: 40px;
  }
  
  .border-dashed {
    border-right: 0.75px dashed #000000;
    vertical-align: middle;
    height: 50%;
  }
  .status_boxes_blk {
    display: flex;
    justify-content: space-between;
  
    margin: 0 auto;
    position: relative;
  }
  .status_box {
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 1;
    text-align: center;
    border-radius: 50%;
  }
  .status_boxes_blk::before {
    content: "";
    width: 95%;
    position: absolute;
    z-index: 1;
    border-top: 2px solid #0a4774;
    margin: 0 auto;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .status_box_main {
    z-index: 1;
  }
  
  .status_box.active {
    background: #b5ddd6;
  }
  .status_box span {
    color: #848a97;
    font-size: 38px;
    font-weight: 500;
  }
  .status_txt_box span {
    text-align: center;
    letter-spacing: 0.02em;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
  }
  .status_txt_boxes_blk {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .status_txt_box {
    text-align: center;
    padding-top: 10px;
  }
  
  .status_box img {
    width: 50%;
  }
  
  /*--------------------------------------------------------------
  # Our process
  --------------------------------------------------------------*/
  
  .careers_img {
    width: 360px;
    /* margin-left: auto; */
  }
  .upload-files {
    border-radius: 6px;
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1),
      2px 2.09302px 2.09302px rgba(0, 0, 0, 0.1),
      inset 0px -0.952326px 1.89419px rgba(0, 0, 0, 0.12);
  }
  /* input[type="file"]::file-selector-button {
    border-radius: 6px;
    background : #194F78;
    color: #fff;
  } */
  input {
    border-radius: 6px;
  }
  .getin_touch {
    background: url("../img/NeedTodigitalize.png") !important;
    padding: 80px 0;
  }
  
  .left_getin_content h2 {
    color: #fff;
  }
  .left_getin_content p {
    color: #fff;
  }
  
  .white_btn {
    background: #fff !important;
    color: #c81b74;
    box-shadow: none;
    margin-left: auto;
  }
  .white_btn:hover {
    color: #fff;
    background: #c81b74 !important;
  }
  .tech_card {
    background: #faf8ff;
    padding: 20px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .tech_card p {
    margin: 0;
    position: absolute;
    bottom: 10px;
  }
  
  .tech_logo_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .tech-rectangle {
    margin-left: 5%;
    margin-right: 5%;
    background-size: 100%;
    box-shadow: 0px 2.09302px 2.09302px rgba(0, 0, 0, 0.1),
      inset 0px -0.952326px 1.89419px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  .view_more_btn_blk {
    width: 100%;
  }
  

  
  .footer_company_info_blk img {
    margin-bottom: 20px;
  }
  
  .footer_company_info_blk p {
    line-height: 1.8;
    margin-bottom: 30px;
  }
  
  .footer_company_info_blk {
    padding-right: 50px;
  }
  
 
  
  
  .copy_right_txt {
    font-size: 14px;
    margin-bottom: 0;
    color: #ffff ;
  }
  .a_tag_remove:hover{
    color: #ffffffc7;
  }
  
  .footer_links_blk a {
    color: #22283b;
    font-size: 14px;
    display: block;
    padding-top: 20px;
  }
  
  .footer_links_blk p {
    color: #fff;
    font-size: 14px;
    margin: 0;
  }
  
  .footer_links_blk a:hover {
    text-decoration: underline;
  }
  
  .footer_links_blk a:not(:last-child) {
    margin-bottom: 15px;
  }
  
  .footer_links_blk h5 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 133.52%;
    color: #f37021;
  }
  .footer_links_blk h3 {
    margin-top: 15%;
  }
  .footer_contact_item {
    display: flex;
    align-items: flex-start;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
  }
  .footer_contact_item img {
    width: 16px;
    margin-right: 15px;
    margin-top: 5px;
  }
  
  .footer_contact_item:not(:last-child) {
    margin: 30px 0;
  }
  .footer-text {
    color: #fff;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
  }
  .footer_links_blk h6 {
    margin-top: 20px;
  }
  
  .aboutus_hero {
    /* background: url('../img/aboutus_bg.jpg');
    background-size: 100%;
    background-position: center;
    height: 350px; */
    margin-top: 85px;
  }
  
  .aboutus_hero .inner_process_blk {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .aboutus_hero .inner_process_blk p {
    color: #fff;
    margin: 0;
  }
  .aboutus_hero .inner_process_blk h1 {
    margin-bottom: 15px;
  }
  .webdev_hero {
    background: #faf8ff !important;
  }
  
  .web_dev_hdr_content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .web_dev_hdr_content p {
    margin: 0;
  }
  .web_dev_img {
    width: 420px;
  }
  .hero_dev_img {
    text-align: right;
  }
  
  .uiux_header_img {
    width: 250px;
  }
  
  .technologies_hero {
    /* background: url('../img/technologies_bg.jpg');
    background-size: 100%;
    background-position: center;
    height: 350px; */
    margin-top: 85px;
  }
  
  .technologies_main .row {
    margin-bottom: 24px;
  }
  
  .careers_hero {
    height: 350px;
    margin-top: 85px;
  }
  .careers {
    padding: 5%;
  }
  .contact_form_blk {
    background: #faf8ff;
    padding: 40px;
    border-radius: 6px;
    color: #000000;
  }
  
  .error_text {
    color: #d65d5d;
  }
  
  .submit_btn {
    width: 100%;
    background: #c81b74;
    height: 52px;
    color: white;
    border-radius: 10px;
  }
  
  .submit_btn:hover {
    background: #c81b74;
    color: white;
    box-shadow: 0px 5px 30px rgb(206, 53, 129);
  }
  
  .form-control-lg::placeholder {
    font-size: 14px;
  }
  
  .contact_form_blk h5 {
    margin-bottom: 20px;
    /* width: 40%; */
  }
  .contact_hero {
    /* background: url('../img/contact_bg.jpg'); */
    background-size: 100%;
    background-position: bottom;
    height: 350px;
    margin-top: 85px;
  }
  .map_main_blk {
    height: 400px;
    position: relative;
  }
  
  .map_main_blk iframe {
    width: 100%;
    height: 100%;
  }
  
  .adres_content_blk {
    position: absolute;
    bottom: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .company_address_blk {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  
  .adres_content_blk .row {
    background: #fff;
    padding: 0;
    border-radius: 6px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 16%);
  }
  
  .adres_content_blk .col-lg-3:not(:last-child) {
    border-right: 1px solid #ddd;
  }
  
  .adres_content_blk .col-lg-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .adres_content_blk .col-lg-6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .adres_content_blk p {
    margin: 0;
  }
  
  .contact_card_icon {
    width: 28px;
    margin-bottom: 15px;
  }
  
  .contact_form_blk textarea {
    resize: none;
  }
  
  .technologies_main .col {
    width: 20%;
    flex: initial;
  }
  
  .technologies_main .col:nth-child(n + 6) {
    margin-top: 24px;
  }
  
  .contact_form_blk textarea::placeholder {
    font-size: 14px;
  }
  
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
  }
  
  .overlay.loaded .overlayContent {
    opacity: 0;
    margin-top: -15px;
  }
  .overlay .overlayContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    background: #fff;
  }
  
  .loader {
    width: 32px;
    height: 32px;
    border: 3px solid #0a4774;
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    position: relative;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .loader .inner {
    width: 16px;
    height: 16px;
    border: 3px solid transparent;
    border-top: 3px solid #0a4774;
    border-radius: 50%;
    -webkit-animation: spinInner 1s linear infinite;
    animation: spinInner 1s linear infinite;
  }
  .socialImages {
    width: 80% !important;
    margin-top: 0px !important;
  }
  .hrLine {
    width: 80%;
    height: 2px;
  }
  .dashed {
    border-right: 2px dashed #b4b1b1;
    height: 50%;
    width: 50%;
    vertical-align: middle;
    margin-top: 30px;
  }
  .doted {
    border-right: 2px dashed #b4b1b1;
    height: 50%;
    width: 50%;
    vertical-align: middle;
    margin-top: 30px;
  }
  
  .block-title-sort-width {
    color: #0a4774;
  }
  
  @-webkit-keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes spinInner {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-720deg);
    }
  }
  @keyframes spinInner {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-720deg);
    }
  }
  
  /*--------------------------------------------------------------
  # Responsive
  --------------------------------------------------------------*/
  @media (max-width: 1200px) {
    .block-title {
      margin-top: 50px;
    }
    .section {
      padding-top: 20px;
      margin-top: 60px;
    }
  }
  
  @media (max-width: 768px) {
    .header {
      padding: 0;
      border-radius: 0px;
      height: 70px;
    }
    /* .header.header-scrolled {
      padding: 0;
    } */
    .hero {
      border-radius: 0px;
    }
    .header .logo img {
      max-height: 44px;
    }
  
    .header .container-fluid {
      background: #fff;
      height: 70px;
    }
  
    .contact_btn_cta {
      margin: 0 20px;
    }
  
    .left-job-info-blk {
      text-align: left;
    }
  
    .hero .btn-get-started {
      margin-top: 15px;
    }
  
    #scroll-down-animation {
      display: none;
    }
  
    .block-title {
      font-size: 24px;
      margin-bottom: 20px;
    }
  
    .block_sub_title {
      font-size: 14px;
    }
    .services_cards_main_blk .col-lg-4:not(:last-child) {
      margin-bottom: 15px !important;
    }
  
    .inner_process_blk {
      /* background: rgba(0, 0, 0, 0.7); */
      padding: 30px 0;
    }
  
    .status_box {
      width: 60px;
      height: 60px;
    }
  
    .status_txt_box {
      margin-bottom: 0px;
    }
  
    .service_card {
      padding: 15px;
    }
  
    .our_process {
      margin: 0;
    }
  
    .careers_img {
      width: 270px;
      margin: 0px auto 20px auto;
    }
  
    /* .getin_touch {
    margin-top: 20px;
    padding: 20px 0;
  } */
  
    .white_btn {
      margin: 0;
    }
    .careers .col {
      flex: initial;
      width: 50%;
    }
  
    .careers .col:nth-child(n + 3) {
      margin-top: 15px;
    }
  
    .tech_card {
      height: 140px;
    }
  
    .tech_logo_img {
      width: 96.2px;
      height: 94.93px;
      margin-bottom: 10px;
    }
    .footer {
      margin-top: 20px;
      padding-top: 20px;
    }
  
    .footer_links_blk {
      margin-bottom: 15px;
    }
    .footer_company_info_blk {
      margin-bottom: 15px;
    }
    .about-me-blk {
      order: 2;
    }
  
    .left-job-info-blk {
      order: 2;
    }
    .hero .hero-img {
      margin-top: 0;
      margin-bottom: 20px;
    }
  
    .footer_company_info_blk {
      padding-right: 0;
    }
  
    .aboutus_hero {
      margin-top: 55px;
      height: 200px;
    }
  
    .navbar li {
      padding: 10px;
    }
  
    .webdev_hero {
      height: auto;
    }
  
    .web_dev_hdr_content .col-lg-6:first-child {
      order: 2;
      margin-top: 20px;
    }
    .web_dev_hdr_content {
      padding-top: 20px;
    }
  
    .contact_form_blk {
      padding: 15px;
    }
    .dashed {
      border-right: 2px dashed #b4b1b1;
      height: 30%;
      vertical-align: middle;
      margin-top: 35px;
    }
    .doted {
      border-right: 2px dashed #b4b1b1;
      height: 30%;
      vertical-align: middle;
      margin-top: 35px;
    }
    .dashed-hide {
      width: 0%;
      height: 0%;
      padding-right: 0px;
      visibility: hidden;
    }
    .our-process-img {
      text-align: left !important;
      width: 45%;
      margin-top: 20px;
      padding: 10px;
    }
    .status_txt_box {
      margin-bottom: 20px;
      width: 80%;
      text-align: left;
    }
  }
  @media (max-width: 600px) {
    .block-title {
      font-size: 20px;
      margin: 10px 0;
      padding: auto;
      font-family: "Poppins";
      font-style: normal;
      font-weight: 600;
      font-size: 32px;
      line-height: 44px;
    }
    .block-title-sort-width {
      font-size: 20px;
      margin: 20px 0px 20px 0px;
      padding: auto;
      font-family: "Poppins";
      font-style: normal;
      font-weight: 600;
      font-size: 32px;
      line-height: 44px;
    }
  
    .block_sub_title {
      font-size: 20px;
    }
    .service_row_img {
      display: block;
      border-radius: 10px;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      padding-top: 30px;
    }
  
    .left_getin_content {
      width: 80%;
    }
    .status_txt_box {
      margin-bottom: 20px;
    }
    .tech_logo_img {
      width: 100%;
      margin-bottom: 10px;
    }
    .hdr_first_line_txt h1 {
      display: inline-block;
      vertical-align: top;
      margin: 0;
      color: #194f78;
      font-family: "Poppins";
      font-style: normal;
      font-weight: 600;
      font-size: 27px;
      line-height: 40px;
      padding: 0px;
      letter-spacing: -0.01em;
    }
    .hdr_first_line_txt h2 {
      display: inline-block;
      vertical-align: top;
      margin: 0;
      color: #194f78;
      font-family: "Poppins";
      font-style: normal;
      font-weight: 600;
      font-size: 27px;
      line-height: 40px;
      padding: 0px;
      letter-spacing: -0.01em;
    }
    .grey-text {
      font-family: "Poppins";
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 28px;
      color: #000000;
    }
    .submit_btn {
      width: auto;
      padding-left: 20px;
    }
    section {
      padding: 0px 0px;
    }
    .socialImages {
      width: 90%;
    }
    .hideEmail {
      visibility: hidden;
    }
    .footer_links_blk {
      margin-top: 0px;
      padding-top: 0px;
      margin-bottom: 0px;
      padding-bottom: 0px;
    }
    .btn-center {
      margin-top: 20px;
      text-align: left !important;
    }
    .btn-read-more {
      border-radius: 10px !important;
    }
    .navbar ul {
      background: white;
      height: fit-content;
    }
    .navbar li {
      border-bottom: 1px solid #ececec;
      padding: 0px !important;
    }
    .navbar a {
      color: #231F20;
      justify-content: left;
      font-family: "Poppins";
      font-style: normal;
      font-weight: 300;
      font-size: 18px;
      line-height: 50px;
    }
    .navbar-mobile a:hover,
    .navbar-mobile .active,
    .navbar-mobile li:hover > a {
      color: #f37021;
    }
    .navbar a:hover::before,
    .navbar .active::before,
    .navbar li:hover > a::before {
      height: 0px !important;
    }
    .mobile-nav-toggle {
      display: block;
      border: 1.5px solid #194f78;
      border-radius: 4px;
    }
    .mobile-nav-toggle.bi-x {
      color: #ED1C24;
      border: 1.5px solid #194f78;
      border-radius: 4px;
    }
    header {
      height: 70px !important;
    }
    .navbar-mobile ul {
      display: block;
      position: absolute;
      top: 70px;
      right: 0px;
      bottom: 15px;
      left: 0px;
      padding: 0px ;
      padding-top:5px;
      border-radius: 10px;
  
      overflow-y: auto;
      overflow-x: hidden;
      transition: 0.3s;
      
    }
    .contact_btn_cta {
      margin: 20px;
      background: #c81b74;
      box-shadow: 0px 5.87454px 5.87454px rgba(200, 27, 116, 0.2);
      border-radius: 22.1111px;
      width: fit-content;
      padding-left: 10% !important;
      padding-right: 10% !important;
      padding-top: 0px !important;
      padding-bottom: 0px !important;
      font-family: "Poppins";
      font-style: normal;
      font-weight: 500;
      font-size: 14.6863px;
      line-height: 32px;
      display: flex;
      align-items: center;
      text-align: center;
      letter-spacing: 0.02em;
      color: #ffffff;
    }
    .hero .btn-get-started {
      border-radius: 10px;
      font-family: "Poppins";
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
    }
    .content {
      font-family: "Poppins";
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 44px;
      color: #194f78;
      margin-top: 10px;
      padding: 0px;
    }
    .our-process-img {
      text-align: left !important;
      width: 45%;
      margin-top: 20px;
      padding: 10px;
    }
    .status_txt_box {
      text-align: left;
      padding-top: 10px;
      padding-bottom: 0px;
      line-height: 23px;
      height: fit-content;
    }
    .img-fluid {
      max-width: 50%;
    }
    .getin_touch {
      background: url("../img/get-in-touch-mobile.png") !important;
      background-size: inherit !important;
      /* margin-top: 0px;
      margin-bottom: 0px; */
      padding-top: 16px;
      padding-right: 32px;
      padding-bottom: 49px;
      padding-left: 7px;
    }
    .tech-rectangle {
      margin: 0%;
      box-shadow: none;
      border-radius: 0px;
      border: none;
    }
    .careers {
      padding: 0%;
    }
    .logo-card {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-clip: border-box;
      border: 1px solid rgba(0, 0, 0, 0.125);
      background: #ffffff;
      box-shadow: 0px 2.09302px 2.09302px rgba(0, 0, 0, 0.1),
        inset 0px -0.952326px 1.89419px rgba(0, 0, 0, 0.12);
      border-radius: 10px;
    }
    .home {
      background: none;
    }
    .footer {
      margin-top: 0px;
    }
    .contact_form_blk p {
      font-family: "Poppins";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;
      color: #000000;
    }
    .dashed {
      border-right: 2px dashed #b4b1b1;
      height: 30%;
      vertical-align: middle;
      margin-top: 35px;
    }
    .doted {
      border-right: 2px dashed #b4b1b1;
      height: 30%;
      vertical-align: middle;
      margin-top: 35px;
    }
    .dashed-hide {
      width: 0%;
      height: 0%;
      padding-right: 0px;
      visibility: hidden;
    }
  }
  

  
  
  .prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
  }
  



  /* ------------------------------------------------------------------------------------------------------------------------- */
                            /* nbf nbf nbf nbf nbf nbf nbf nbf nbf nbf nbf nbf nbf */
/* ---------------------------------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------------------------------------- */
                            /* nbf nbf nbf nbf nbf nbf nbf nbf nbf nbf nbf nbf nbf */
/* ---------------------------------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------------------------------------- */
                            /* nbf nbf nbf nbf nbf nbf nbf nbf nbf nbf nbf nbf nbf */
/* ---------------------------------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------------------------------------- */
                            /* nbf nbf nbf nbf nbf nbf nbf nbf nbf nbf nbf nbf nbf */
/* ---------------------------------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------------------------------------- */
                            /* nbf nbf nbf nbf nbf nbf nbf nbf nbf nbf nbf nbf nbf */
/* ---------------------------------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------------------------------------- */
                            /* nbf nbf nbf nbf nbf nbf nbf nbf nbf nbf nbf nbf nbf */
/* ---------------------------------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------------------------------------- */
                            /* nbf nbf nbf nbf nbf nbf nbf nbf nbf nbf nbf nbf nbf */
/* ---------------------------------------------------------------------------------------------------------------------- */






  /* ------------------------------------------------------------------------------------------------------------------------- */
/* NBF footer */
/* ---------------------------------------------------------------------------------------------------------------------- */



.nbffooter{
    background-color: #FFFAF1;
    height: fit-content;
    padding-top: 80px;
  }
  .nbffooterlogo{
    width: fit-content;
  }
  .nbffooterlogoimg{
   width: 158px;
  height: 222px;
  margin-bottom: -9px;
  
  
  }
  
  
  .nbffooterh2{
    
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  /* identical to box height, or 118% */
  
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  
  color: #231F20;
  }
  
  .nbffooterh3{
    font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  margin-top:10px;
  /* or 150% */
  padding: 0px;
  letter-spacing: 0.02em;
 
  color: #231F20;
  }
  .nbffooterh3link{
    font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
 
  letter-spacing: 0.02em;
  
  
  /* White */
  
  color: #231F20;
  }
  .nbffooterh3link:hover{
 
  color:rgb(102, 0, 0) !important;
 

  }
  .nbffooterp{
    font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  margin-top: 1px;
  margin-bottom: 5px;
  
  /* White */
  
  color: #231F20;
  }
  
  .contact_map{
    padding: 0;
    margin:0;
    height: 209px !important;
    width:298px;
  }
  
     .mapouter {
       position: relative;
       text-align: right;
      width: 100%;
       height: 209px;
          }
  
       .gmap_canvas {
         overflow: hidden;
          background: none !important;
            width: 100%;
            /* height: 400px; */
          }
  
       .gmap_iframe {
         height: 400px !important;
         }
  
  
  
  
  
  
  
  .nbffootericonsul {
    display: flex;
    margin-left: 7rem;
    /* position:absolute;
    z-index: 111; */
  
  }
  
   .nbffootericonsli {
    list-style: none;
  }
  
   .nbffootericonsa {
    width: 30px;
    height: 30px;
    background-color: #000000;
    text-align: center;
    line-height: 10px;
    font-size: 15px;
    margin: 0 5px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #000000;
    z-index: 1;
  }
  
  
   .nbffootericonsa:hover .nbffootericonsicon {
    color: #000000;
    transform: rotateY(360deg);
  }
  
  .nbffootericonsa:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .5s;
    z-index: 2;
  }
  
  .nbffootericonsa:hover:before {
    top: 0;
  }
  
  .nbffootericonsli:nth-child(1) .nbffootericonsa:before{
    background: #e9d26b;
  }
  
  .nbffootericonsli:nth-child(2) .nbffootericonsa:before{
    background: #e9d26b;
  }
  
  .nbffootericonsli:nth-child(3) .nbffootericonsa:before {
    background: #e9d26b;
  }
  
  .nbffootericonsli:nth-child(4) .nbffootericonsa:before {
    background:#e9d26b;
  }
  .nbffootericonsicon {
      position: relative;
      color: #ffffff;
      transition: .5s;
      z-index: 3;
      margin-top: 4px;
  }
  
  
  
  .nbffootericons{
   position: static;
    /* background: #177a4a; */
    width:100px;
    height:30px;
    margin-top: 40px;
    margin-bottom: 30px;
    margin-left: -66px;
    
  }
  
  
  
  .nbfcopyright{
     background-color: #FFFFFF;
    background-size: 100% 100%;
    height:50px;
    
   
    
  }
  
  .nbfcopyrightfont{
    font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  /* or 171% */
  
  letter-spacing: 0.02em;
  
  /* #D9D9D9 */
  
  color: #231F20 !important;
  
  }
  .nbfcopyrightfont:hover{
    font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  
  letter-spacing: 0.02em;

  
  color: #6e3d3d !important;
  
  }
  
  
  .nbffooteritem{
    margin-bottom: 30px;
  }
  
  /* ------------------------------------------------------------------------------------------------------------------------- */
  /* NBF mobile nav */
  /* ---------------------------------------------------------------------------------------------------------------------- */
  
/*   
  
  
  
  .nbfhamburgericondiv{
    display: none;
  }
  .nbfhamburgericon{
    height:37px;
  
  }
  @media (max-width: 1178px){
  
  .nbfhamburgericondiv{
    display: block;
  }}
  @media (min-width: 1178px){
    .nbfnavtab{
      display:none !important;
    }
    .nbfnavmobile{
      display: none !important;
    }
  }
  @media(min-width:768px) and  (max-width: 1178px){
  
    .nbfnavtab{
      display:block !important;
    }
    .nbfnavmobile{
      display: none !important;
    }
    
  
  }
  @media(max-width:768px){
  
    .nbfnavtab{
      display:none !important;
    }
    .nbfnavmobile{
      display: block !important;
    }
    
  
  }
  .nbfnavtab{
    position: absolute;
    display: block;
    width:100%; 
    background-color: #ffffff;
    z-index: 3;
    top: 90px;
    left:0;
  }
  .nbfnavtabitemcover{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nbfnavtabitem{
    display: flex;
    align-items: center;
    height:50px;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    color: #231F20;
  
  }
  .nbfnavtabitem:hover{
   color: #ED1C24;
  }
  /* 
  .nbfnavtabitem:hover img.nbfnavarrowhover{
   display:block !important;
  }
  .nbfnavtabitem:hover img.nbfnavarrow{
   display:none !important;
  } 
  */
/*   
  .nbfnavmobile{
    position: absolute;
    display: block;
    width:100%; 
    background-color: #ffffff;
    z-index: 3;
    top: 72px;
    left:0px;
  }
  .nbfnavmobileitemcover{
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .nbfnavmobileitem{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:50px;
    font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 16px;
  color: #231F20;
  
  }
  .nbfnavmobileitem:hover{
   color: #ED1C24;
  }
  .nbfnavbottomborder{
    height:0.5px ;
    padding:0px !important;
    margin:0px !important;
    background-color: #464646;
  }
  
  .nbfnavarrow{
    height:16px;
    margin-right: 35px;
    visibility: visible;
  }
  .nbfnavarrowhover{
    visibility: hidden;
    height:16px;
    margin-right: 35px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
   */
  
  
  
  
   
  
  
  
  
  
  
  /* ------------------------------------------------------------------------------------------------------------------------- */
  /* NBF index */
  /* ---------------------------------------------------------------------------------------------------------------------- */
  .nbfmargin{
    margin-top:50px;
  }
  .nbfherosectionimg{
    width:100%;
    border-radius: 8px ;
  }
  .nbf-second-section{
    padding:10px;
  }
  .nbf-second-section-content-img-div{
    display: flex;
    justify-content: center;
   
  }
  .nbf-second-section-content-img{
    width:95%;
    border-radius: 16px;
    padding: 0;
    text-align: center;
  }
  .arrowrighthoverblack{
    align-self: end;
    margin-bottom: 20px;
  }
  .nbf-second-section-content-writing-content{
    display: flex;
    justify-content: space-between;
  }
  .nbf-second-section-item{
    border: 1px solid #8E8E8E;
  border-radius: 16px;
  width: 100%;
  
  }
  .arrowrighthoverblackindexcontainer{
    position: relative;
  }

  .arrowrighthoverblackindex {
    position:absolute ;
    right: 12px;
    bottom:0px;
    height: 20px;
  }
  .arrowrighthoverblackindex1 {
    position:absolute ;
    right: 12px;
    bottom:0px;
    height: 20px;
    display: none;
  }
  .nbffirstsectionimg{
    width:100%;
    border-radius: 16px;;
  }
  .nbfsectionmargin{
    margin-top:40px ;
    margin-bottom:60px ;
  }
  .nbfbottomborder{
   background-color: #000000;
   height:1px;
   /* width: 71vw!important; */
  }
  .nbfsection2heading{
    font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 80px;
  /* or 133% */
  
  
  /* #D9D9D9 */
  
  color: #231F20;
  
  }
  .nbfsection2para{
    font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  /* or 167% */
  
  
  /* Grey */
  
  color: #464646;
  }
  .nbfsection3para{
    font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  /* or 167% */
  
  
  /* #D9D9D9 */
  
  color: #231F20;
  
  }
  .nbfsection3heading{
    font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 56px;
  /* or 140% */
  
  
  /* #D9D9D9 */
  
  color: #231F20;
  }
  b{
    font-weight: 600;
  }
  .nbf-second-section-content-writing-para{
    
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  /* or 171% */
  
  letter-spacing: 0.02em;
  
  /* Grey */
  
  color: #464646;
  }
  .nbf-second-section-content-writing-h2{
    font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 60px;
  
  color: #464646;
  }
  .nbffooterborderline{
    background-color: #000000;
    height:1px;
    width:100%;
  }
  
  .img-block{
    display: block !important;
    
  }
  .img-flex{
    display: flex !important;
   
  }
  
  .footericonmapcover{
    width:fit-content;
    padding-left: 36px;
  }
  
  @media (min-width: 992px) {
    /* .nbf-second-section-item{
      width:370px ;
    } */
  }
  
  @media (max-width: 992px) {
    .textaligncenterclass{
      text-align: center;
    }}
  @media (min-width: 577px) {
    .textalignendclass{
      text-align: end;
    }
    
  }
  @media (max-width: 577px) {
    .nbfbottomborder{
      width: 86vw!important;
    }
    .nbfsection2heading {
      font-size: 50px;
      line-height: 60px;
    }
    
  }
  .nbf-second-section-item:hover  {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
  .nbf-second-section-item:hover .arrowrighthoverblackindex {
        display: none;
  }
  
  .nbf-second-section-item:hover .arrowrighthoverblackindex1  {
        display: flex;
  }
  
  /* ------------------------------------------------------------------------------------------------------------------------- */
  /* nbf who we are */
  /* ---------------------------------------------------------------------------------------------------------------------- */
  
  
  
  
  .nbfourvaluesh2{
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    /* identical to box height, or 136% */
    
    letter-spacing: 0.02em;
    
    /* #D9D9D9 */
    
    color: #231F20;
  }
  
  
  
  
  
  
  /* ------------------------------------------------------------------------------------------------------------------------- */
  /* nbf blogs */
  /* ---------------------------------------------------------------------------------------------------------------------- */
  
  .blog1img{
    width: 100%;
   }
  .blog1{
    padding:20px;
  }
  .blog1img{
    border-radius: 16px;
  }
  .blog1writingh2{
    font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  
  letter-spacing: 0.02em;
  
  
  color: #464646;
  }
  .blog1writingp{
    font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  
  letter-spacing: 0.02em;
  
  /* Grey */
  
  color: #464646;
  
  }
  .blog1date{
    font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 169% */
  
  
  letter-spacing: 0.02em;
  
  /* Grey */
  
  color: #464646;
  }
  
  .blog1dateimg{
  width: 9px;
  height:8px;
  }
  
  
  .nbf-fifth-sectionarrow{
    margin-top:200px;
  }
  
  .blogcontentborder{
    padding: 17px;
    border: 1px solid #8E8E8E;
    border-radius: 16px;
    height:520px;
    
  }
  .blogcontentborder:hover{

    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }
  .blogcontentborder1{
    padding: 17px;
    border: 1px solid #8E8E8E;
    border-radius: 16px;
    height: 352px;


  }
  .nbfwhoweareimg{
    width: 100%;
   
  }
  .whowearelastsecimg{
    height:80px;
    
    margin-bottom: 17px;

  }
  
  .whowearelastsecimg5{
    height:70px;
    
    margin-bottom: 17px;

   
  }
  
  
  
  /* ------------------------------------------------------------------------------------------------------------------------- */
  /* why nbf */
  /* ---------------------------------------------------------------------------------------------------------------------- */
  .whynbfimgs{
    width:100%;
  }
  
  
  
  
  
  /* ------------------------------------------------------------------------------------------------------------------------- */
  /* contact us */
  /* ---------------------------------------------------------------------------------------------------------------------- */
  .contactusparah2{
  
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
  
    color: #231F20;
  }
  .contactusicon{
    width: 15px;
    border-radius: 0;
  
  }
  .contactusinfopara{
    font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  
  color: #231F20;
  }
  .contactusinfoparanumber{
    font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  
  color: #231F20;
  }
  .nbfformdesign{
    
    width: 100%;
    height: 50px;
    padding:10px;
    border: 1.5px solid #464646;
    border-radius: 8px;
   
   margin-bottom: 20px;
   margin-right:10px;
  }
  .nbfformmessagedesign{
    
   width: 100% !important;
  height: 186.37px;
  border: 1.5px solid #464646;
  border-radius: 8px;
   background: rgba(76, 175, 80, 0) ;
   padding:10px;
  }
  .nbfformsubmit{
      width:100%;
      max-width: 179px;
      height: 44px;
    border: 1.5px solid #464646;
    border-radius: 8px;
    background: rgba(76, 175, 80, 0) ;
    padding:10px;
    margin-left:15px;
  }
  .formbutton{
 

    border: 1.5px solid #231F20;
    border-radius: 8px;
   

    background-color: white;
  }
  .formbuttonfont{
    font-family: 'Jost';
    font-style: normal ;
    font-weight: 400 ;
    font-size: 18px ;
   padding-top:8px;
   margin-right:15px;


    color: #382e31;

   
  }
  .image-main{
      width:13px;
      
  }
  .image-hover-right{
    width:13px;
    display:none;

  }
  .formbutton:hover{
    background-color: rgb(255, 166, 0) ;
    border: 1.5px solid  rgb(255, 166, 0);
    
  }
  .formbutton:hover .formbuttonfont{
    color: white;
    
    
  }
  .formbutton:hover .image-main {
    display: none;

  }
  .formbutton:hover .image-hover-right{
    display: flex;

  }
  .invalidfeeddesign{
    margin-top: -10px;
    margin-bottom:20px;
  }
  /*-------------------------------- mobile ---------------------*/
img{
  border-radius: 16px;
}
.nbfherosectioncontents{
  display: flex;
}
.nbfherosectioncontentsmobile{
  display: none;
}
.nbfherosectionimgmobile{
  display: none;
}

@media (max-width:992px) {

  .nbfherosectioncontents{
  display: none;
}
.nbfherosectioncontentsmobile{
  display: flex;
  justify-content: center;
 
}
.nbfherosectionimgmobile{
  display: flex;
  width:100%;
  margin-bottom:10px;
  border-radius: 16px;

}
.nbfherosectionimg{
  display: none;
}
.nbfmargin{
  margin-top: -15px;
}
.nbfmakingadifferencemobile{
  background-color: #FFEEEF;
  padding:20px;
  border-radius: 16px;
  margin:auto auto;
}
.footericonmapcover {
 
  padding-left: 0px;
}
.nbf-second-section-content-writing-h2{
  line-height: 36px;
}

}

@media (max-width:768px) {
  .blogcontentborder{
    padding: 17px;
    border: 1px solid #8E8E8E;
    border-radius: 16px;
    height:max-content;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
                                      blog page footer scrollable
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


.scroll-images {
  width: 100% ;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

/* .scroll-images::-webkit-scrollbar {
  width: 0px;
  height: 8px;
  background-color: #aaa;
}

.scroll-images::-webkit-scrollbar-thumb {
  background-color: black;
} */

.cover {
  width: 1305px;
  padding: 0px 78px;
  position: relative;
}
.leftscrollarrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rightscrollarrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: none;
  width: 50px;
  height: 50px;
}
.rightscrollarrowimg {
  display: flex;
  width: 50px;
  height: 50px;
}
.rightscrollarrowimg:hover {
  box-shadow:0px 4px 18px rgba(26, 78, 125, 0.15);
  border-radius: 50px;
  width: 50px;
  height: 50px;
}
.rightscrollarrowimgonclick{
  display: none;
  width: 50px;
  height: 50px;
}

.scroll-images {
 
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
.scroll-images::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}
.blogscroll-images {
 
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
.blogscroll-images::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}


@media (min-width:1198px) and (max-width: 1400px) {
  .cover{
   width:1092px;
   padding: 0px 78px;
  }
}
@media (min-width:1031px) and (max-width:1198px){
  .cover{
    width:917px;
    padding: 0px 78px;
  }
}
@media (max-width:1031px){
  .cover{
 display: none !important;
  }
}
.blogslideshow-container {
  max-width: 363px;
  position: relative;
  margin: auto;
  
}







/* Number text (1/3 etc) */
.blognumbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.blogdot {
  cursor: pointer;
  height: 24px ;
 margin:0px 2px;
  padding: 3px 10px;
  background-color: hsl(0, 0%, 100%);
  border-radius: 20%;
 
  text-align: center;
  transition: background-color 0.6s ease;
}

.blogactive, .blogdot:hover {
  background-color:#1A4E7D;
  color:white;
}

/* Fading animation */
.blogfade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.blogcover{
  width:172px;
  padding: 0px 18px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
}
.blogscroll-images{
 
    width: 1300px ;
    height: auto;
    display: flex;
    flex-wrap:nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;

}
@media (min-width:1031px) {
  .blogslideshow-container{
    display: none !important;
  }
  .blogcover{
    display: none !important;
 
  }
}
@media (max-width:1031px){
  .blogslideshow-container{
    display: flex !important ;
  }
  .blogcover{
 display: flex !important;
  }
}

.blogdiv:hover{
  box-shadow: rgba(157, 191, 230, 0.438) 0px 2px 8px 0px;
  background-color: #f0ecec87;
  opacity: 0.9;
  border-radius: 8px;
  transition-delay: 0.1s;
}
.scroll-images div{
  display:flex;
  flex-direction: column;
  justify-content: space-between !important;
  width:400px;
  height: 551px;
  padding:10px;
}
/* .scroll-images div:hover{
  box-shadow: rgba(157, 191, 230, 0.438) 0px 2px 8px 0px;
  background-color: #f0ecec87;
  opacity: 0.9;
  border-radius: 16px;
  transition-delay: 0.1s;
} */
.latest-footer{
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between;
  height: 20px !important;
  margin:11px 0px;
  
}
.cursor-pointer:hover{
  cursor: pointer;
}