@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;800&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --grey: #777e9c;
  --grey-alt: #ededed;
  --font: #232c61;
  --font-size: 16px;
  --line-height: 24px;
  --sky-blue: #2acbff;
  --blue: #232c61;
  --red: #dc2314;
  --green: #28b586;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
}

ul,
ol,
p {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: var(--white);
  font-family: "Rubik", sans-serif;
  font-size: var(--font-size);
  font-weight: 400;
  line-height: var(--line-height);
  color: var(--font);
  /* overflow-x: hidden; */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

main {
  display: block;
  position: relative;
}

section {
  position: relative;
  width: 100%;
  padding: 5rem 0;
}

section.block-chain {
  background: url("../images/blockchain.png") center center no-repeat;
  color: var(--white);
}

section.bg-trans {
  background: linear-gradient(117deg, var(--blue) 0%, var(--blue) 65%, var(--white) 65%, var(--white) 100%);
  background-size: 100% 100%;
  color: var(--white);
}

section.bg-trans2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#29689e), to(#25366b));
  background: linear-gradient(#29689e 0%, #25366b 100%);
  background-size: 100% 100%;
  color: var(--white);
}

section.bg-trans3 {
  background:var(--blue) url('../images/s1.png')  top  right no-repeat;
  color: var(--white);
}

section.bg-trans4 {
  background:var(--blue) url('../images/block1.png')  top  left no-repeat;
  color: var(--white);
}
section.bg-trans-tf1 {
  background:var(--blue) url('../images/tf1.png')  top  right no-repeat;
  color: var(--white);
}
section.bg-trans-tf2 {
  background:var(--blue) url('../images/tf2.png')  top  right no-repeat;
  color: var(--white);
} 
section.bg-grey-alt {
  background: #ededed;
}

.custom-wrap {
  position: relative;
}

.container-md {
  position: relative;
}

a {
  color: var(--blue);
  text-decoration: none;
}

a:hover {
  color: var(--red);
  text-decoration: none;
}

a.link-white {
  color: var(--white);
  text-decoration: none;
}

a.link-white:hover {
  color: var(--grey);
  text-decoration: none;
}

.caption {
  font-size: 2.5rem;
  line-height: initial;
  margin: 2rem 0 0.5rem;
}

.tagline {
  font-size: 1.2rem;
  margin-top: 1.5rem;
}

.tagline-2 {
  font-size: 1.2rem;
  margin-top: 1.5rem;
}

.text-block {
  font-size: 1.2rem;
  margin-top: 2rem;
  line-height: 1.5rem;
}

.actionBtn {
  display: block;
  margin: 2rem 0;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 500;
}

.actionBtn a {
  display: inline-block;
  position: relative;
  font-style: italic;
}

.actionBtn a .arrow {
  margin-left: 1rem;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}

.actionBtn a:after {
  position: absolute;
  content: " ";
  left: 0;
  bottom: -10px;
  width: calc(100% - 40px);
  border-bottom: 2px solid var(--blue);
}

.actionBtn a:hover:after {
  border-bottom: 2px solid var(--red);
}

.actionBtn.actionBtn-white a {
  color: var(--white);
}

.actionBtn.actionBtn-white a:after {
  border-bottom: 2px solid var(--white);
}

.actionBtn.actionBtn-white a:hover {
  color: var(--grey);
}

.actionBtn.actionBtn-white a:hover:after {
  border-bottom: 2px solid var(--grey);
}

.img-pos-rt {
  position: absolute;
  right: 0;
  top: -5rem;
}

.img-pos-rt.img-pos-lt {
  right: initial;
  left: 0;
}

.img-pos-rt.home1 {
  max-height: 400px;
}

.img-pos-rt.home2 {
  max-height: 475px;
  margin-top: 5rem;
}

.img-pos-rt.home3 {
  max-height: 650px;
}

.ode-block {
  margin: 2rem 0;
}

.ode-block h5 {
  margin-bottom: 1rem;
}

.customer-card {
  background: var(--white);
  color: var(--font);
  line-height: initial;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  min-height: 325px;
  padding: 1rem;
  margin: 3rem 0;
}

.customer-card p {
  margin: 1rem 0 1.5rem;
}

.customer-card .c-info .c-img {
  width: 35px;
  height: 35px;
  border-radius: 20px;
  background: var(--grey);
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.customer-card .c-info .c-name {  width: 75%; display: inline-block; vertical-align: middle;  margin-left: 0.5rem;color: var(--font);  font-weight: bold;
}

.customer-card .c-info .c-name small {
  display: block;
  color: var(--grey);
  font-weight: normal;
  font-size: 0.85rem;
}

.services-card {
  position: relative;
  background: var(--grey);
  color: var(--white);
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.services-card over img {
  width: 100%;
}

.services-card .heading {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  color: var(--white);
  z-index: 2;
}

.services-card:after {
  content: " ";
  position: absolute;
  background: rgba(var(--black-rgb), 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#accordionBlock {
  margin: 3rem 0 0;
}

#accordionBlock .accordion-item {
  border: 0px;
  border-radius: 0px;
  margin-bottom: 0px !important;
}

#accordionBlock .accordion-item .accordion-header {
  border-bottom: 1px solid rgba(var(--black-rgb), 0.1);
}

#accordionBlock .accordion-item .accordion-header .accordion-button {
  padding-left: 0px;
  font-weight: 600;
  padding: 1rem 0.5rem;
}

#accordionBlock .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: var(--blue);
  color: var(--white);
}

#accordionBlock .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  background-image: none;
  content: "-";
  -webkit-transform: none;
          transform: none;
}

#accordionBlock .accordion-item .accordion-header .accordion-button:active, #accordionBlock .accordion-item .accordion-header .accordion-button:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#accordionBlock .accordion-item .accordion-header .accordion-button:after {
  background-image: none;
  content: "+";
  font-size: 1.25rem;
}

.chk-list {
  margin: 3rem 0;
}

.chk-list .bullet {
  display: inline-block;
  margin: 0 0.5rem;
  color: var(--green);
  font-weight: 700;
}

.per-text h3 {
  margin-top: -4rem;
  padding-bottom: 1rem;
  font-size: 4rem;
  color: var(--sky-blue);
}

.mt-n4 {
  margin-top: -4rem;
}

.pre-footer {
  background: url("../images/pre-footer.png") center center no-repeat;
  color: var(--white);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5rem 0;
}

footer {
  position: relative;
  width: 100%;
  padding: 5rem 0;
}

footer ul {
  list-style: none;
  line-height: initial;
}

footer ul li {
  margin: 1rem 0;
}

footer ul li.header {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

footer ul li.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

footer ul li.social-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  color: rgba(var(--black-rgb), 0.5);
  border-radius: 20px;
  background: var(--white);
  border: 1px solid rgba(var(--black-rgb), 0.1);
  margin-right: 1rem;
}

footer ul li.social-links a:hover {
  border: 1px solid var(--blue);
  color: var(--blue);
}

footer .all-rights-block {
  padding: 3rem 0 0;
  text-align: center;
}

.text-red {
  color: var(--red);
}

.text-green {
  color: var(--green);
}

.btn-primary {
  background: var(--blue);
  min-width: 100px;
  border: none;
  border-radius: 0px;
}

.btn-primary:hover {
  background: var(--red);
}

#MyNav {
  position: absolute;
  width: 100%;
  padding: 1rem;
  z-index: 9;
}

#MyNav .navbar-collapse {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
  text-align: center;
}

#MyNav .navbar-collapse .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#MyNav .navbar-collapse .navbar-nav .nav-item {
  margin: 0 1rem;
}

#MyNav .menuBtn {
  position: absolute;
  cursor: pointer;
  height: 50px;
  z-index: 9;
  padding: 0;
  margin: 0.65rem 1rem;
  width: 50px;
  right: 15rem;
  top: 0;
}

#MyNav .menuBtn:hover {
  background: rgba(var(--white-rgb), 0.8);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

#MyNav .menuBtn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#MyNav .menuBtn span {
  height: 2px;
  width: 35px;
  background: var(--blue);
  display: block;
  margin-left: 5px;
  margin-top: -12px;
}

#MyNav .menuBtn span:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 24px;
  background: var(--blue);
  top: 24px;
  left: 8px;
}

#MyNav .menuBtn span:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 11px;
  background: var(--blue);
  left: 10px;
  top: 36px;
}

#MyNav .menuBtn[aria-expanded="true"] span {
  background: transparent;
}

#MyNav .menuBtn[aria-expanded="true"] span:after {
  content: "";
  left: 20px;
  -webkit-transform: rotate(-45deg) translateY(-10px);
          transform: rotate(-45deg) translateY(-10px);
  width: 24px;
  top: 32px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background: var(--red);
}

#MyNav .menuBtn[aria-expanded="true"] span:before {
  -webkit-transform: rotate(45deg) translateY(-5px);
          transform: rotate(45deg) translateY(-5px);
  top: 28px;
  left: 8px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background: var(--red);
}
.Mymenu {
  display: inline-block; margin-right: 3rem;
}
 .Mymenu.dropdown-toggle::after{
  display: none !important;
}
.dropdown-menu {
  border-radius: 0;
  -webkit-box-shadow: 0 4px 4px 1px rgba(var(--black-rgb), 0.05);
          box-shadow: 0 4px 4px 1px rgba(var(--black-rgb), 0.05);
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
  background: var(--blue);
  color: var(--black);
}

@media (max-width: 767px) {
  .container-md {
    padding: 0 3rem;
  }
  .row > div[class^="col"] .row {
    margin: 0px;
  }
  .img-pos-rt {
    position: relative;
  }
  .per-text h3 {
    margin-top: 0px;
  }
  .mt-n4 {
    margin-top: 0px;
    padding: 2rem;
  }
  .menuBtn {
    right: 0 !important;
  }
  #Talktous {
    position: absolute;
    right: 50px;
    top: 20px;
    right: 75px;
  }
  #mainNav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--white);
    height: 100vh;
    width: 100%;
  }
  .navbar-nav {
    display: block;
    padding: 2rem;
    text-align: left;
  }
}
/*# sourceMappingURL=styles.css.map */
.text-cls{
     position: fixed;
    right: 128px;
    z-index: 1;
}
.fixed-nav{position: fixed; z-index: 999; background: #fff;width: 100%; }
.rbtn{position: fixed; right: 20px;}
    
.vhidden{visibility: hidden;}
.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
  height: 340px;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}
.hover-3::after {
  content: '';
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 90;
  transition: all 0.3s;
  transform: scale(1.1);
  opacity: 0;
  display: block;
  opacity: 0;
}

.hover-3-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 99;
}

.hover-3-description {
  opacity: 0;
  transform: scale(1.3);
  transition: all 0.3s;
}

.hover-3 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-3 .hover-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.hover-3:hover img {
  width: 100%;
}

.hover-3:hover::after {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-3-description {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}
.text {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: initial;
}

.word {
  position: absolute;
  opacity: 0;
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
  letter-spacing: 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);
}

.wisteria {
  color: #8e44ad;
}

.belize {
  color: #2980b9;
}

.pomegranate {
  color: #c0392b;
}

.green {
  color: #16a085;
}

.midnight {
  color: #2c3e50;
}

.section-contact {
    padding: 120px;
    background-color: #fff;
}

.section-contact .header-section .title {
  position: relative;
  margin-bottom: 17px;
  text-transform: uppercase;
    font-weight: 700;
    font-size: 55px;
}

.section-contact .header-section .title .dot {
    display: inline-block;
  position: absolute;
    bottom: 8px;
    width: 8px;
    height: 8px;
    margin-left: 3px;
    background-color: #df383f;
}

.section-contact .header-section .description {
  font-family: "Roboto", sans-serif;
  color: #2a6287;
}

.section-contact .header-section .big-title {
  position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%,70%);
    font-size: 120px;
    font-weight: 700;
    opacity: 0.15;
}

.section-contact .form-contact {

}

.section-contact .form-contact .single-input {
  position: relative;
    margin-top: 40px;
}

.section-contact .form-contact .single-input i {
  position: absolute;
    top: 5px;
    left: 15px;
    color: #de3842;
}

.section-contact .form-contact .single-input input,
.section-contact .form-contact .single-input textarea {
  width: 100%;
    border: none;
    border-bottom: 2px solid #07395c;
    padding-left: 50px;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    transition: border .3s;
}

.section-contact .form-contact .single-input input::placeholder,
.section-contact .form-contact .single-input textarea::placeholder {
  color: rgba(7, 57, 92, .3);
}

.section-contact .form-contact .single-input input:focus,
.section-contact .form-contact .single-input textarea:focus {
  border-color: #df383f;
}

.section-contact .form-contact .single-input textarea {
  height: 150px;
  min-height: 50px;
}

.section-contact .form-contact .submit-input input {
  margin-top: 40px;
    padding: 15px 50px;
    background-color: #de3842;
    color: #fff;
    border: none;
    font-weight: 700;
    transition: background-color .3s;
}

.section-contact .form-contact .submit-input input:hover {
  background-color: #07395c;
}

@media (max-width: 575.99px) {
  .section-contact {
      padding: 80px 60px;
  }

  .section-contact .header-section .title {
      font-size: 40px;
  }

  .section-contact .header-section .big-title {
    font-size: 80px;
  }

  .section-contact .header-section .description {
    font-size: 14px;
  }
  .caption, .text{font-size: 1.5rem;}
  .rbtn{display: none;}
  .text-cls{left: 13px;}
  
  footer .all-rights-block {
    padding: 3rem 0 0;
    text-align: center;
    margin-top: 5.5rem;
  }
  .navbar-brand{margin-left: 3rem;}
  section.bg-trans3, section.bg-trans4, section.bg-trans-tf2{background: var(--blue);}
}

@media (min-width: 576px) and (max-width: 767.99px) {
  .section-contact {
      padding: 80px 60px;
  }

  .section-contact .header-section .title {
      font-size: 45px;
  }

  .section-contact .header-section .big-title {
    font-size: 100px;
  }
}

@media (min-width: 768px) and (max-width: 991.99px) {
  .section-contact {
      padding: 80px 60px;
  }

  .section-contact .header-section .title {
      font-size: 45px;
  }

  .section-contact .header-section .big-title {
    font-size: 100px;
  }
  .caption, .text{font-size: 1.5rem;}
  footer .all-rights-block {
    padding: 3rem 0 0;
    text-align: center;
    margin-top: 5.5rem;
  }
  .rbtn{display: none;}
  .navbar-brand{margin-left: 3rem;}


}
.contact-bg{background-color: #dbe2e8;}
.spacer{height: 50px; display: flex;}



