@import url('https://fonts.cdnfonts.com/css/sofia-pro?styles=17634,17638,17628,17626');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
body {
    width: 100%;
	float: left;
    font-family: 'Montserrat', sans-serif;
	font-size: 16px;
    color: #808080;
    line-height: 30px;
    background: #fcfcff;
}
@media (min-width: 1200px) { 
  .container {
    max-width: 1280px;
  }

}
img {
	max-width: 100%;
	height: auto;
}
a {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.form-control:focus,
.btn-primary.focus,
.btn-primary:focus {
	border-color: none;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Sofia Pro', sans-serif;
    color: #1a374d;
}

a:hover {
	text-decoration: none;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
  }
  
  .btn-warning.focus,
  .btn-warning:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0);
  }
  
  ul {
      margin: 0px;
      padding: 0px;
      list-style: none;
  }
  
  img {
      max-width: 100%;
      height: auto;
  }
  .width100 {
      width: 100%;
      float: left;
  }
  .flex-center {
      align-items: center;
  }
  .logo img {
     width: 80%;
    object-fit: contain;
  }

  /* header */

.header {
    background-color: transparent;
    /* box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 10%); */
    position: relative;
    width: 100%;
    z-index: 3;
    padding: 20px 0px;
    top: 0px;
  }
  .header li.active a {
    font-weight: 600;
    color: #406882;
  }
  .header li.active a:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
    margin: 0px auto;
    border-radius: 100px;
}

  .header li a:after {
      content: "";
      display: block;
      width: 20px;
      height: 2px;
      background: transparent;
      margin: 0px auto;
      border-radius: 100px;
  }

  .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: transparent;
  }
  
  .header li a {
    display: block;
    color: #000000;
    padding: 20px 20px;
    font-family: 'Sofia Pro', sans-serif;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
  }
  .header li a.btn-custom{
    padding: 10px 20px !important;
    color: #fff;
    margin-left: 10px;
  }
  .header li a.btn-custom:hover {
      background: #142046;
      color: #fff;
  }
  .header li a.btn-custom:after {
      display: none;
  }
  
  .header li a:hover,
  .header .menu-btn:hover {
    /* background-color: #f4f4f4; */
  }
  
  .header .logo {
    display: block;
    float: left;
    padding: 0px 20px;
    text-decoration: none;
  }
  .header .logo a{
    display: block;
}

  
  /* menu */
  
  .header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
  }
  
  /* menu icon */
  
  .header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
  }
  
  .header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
  }
  
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }
  
  .header .menu-icon .navicon:before {
    top: 5px;
  }
  
  .header .menu-icon .navicon:after {
    top: -5px;
  }
  
  /* menu btn */
  
  .header .menu-btn {
    display: none;
  }
  
  .header .menu-btn:checked ~ .menu {
    max-height: 400px;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }
  
  /* 48em = 768px */
  
  @media (min-width:992px) {
    .header li {
      float: left;
    }
    .header li a {
      padding: 0px 15px;
    }
    .header .menu {
      clear: none;
      float: right;
      max-height: none;
      display: flex;
      align-items: center;
    }
    .header .menu-icon {
      display: none;
    }
  }
  .banner-content {
    position: relative;
    z-index: 99;
}

  .btn-custom {
      background: #fd6603;
      color: #fff;
      padding: 15px 20px;
      border: 1px solid #fd6603;
  } 
  .btn-custom img {
      width: 16px;
  }
  .btn-custom img {
    width: 10px;
    margin-left: 15px;
}
  .btn-custom:hover {
    background: #142046;
      color: #fff;
      border: 1px solid #fff;
  }
  .banner-section {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    /* padding-top: 15rem;
    margin-bottom: 10rem; */
  }
  .heading1 {
    font-size: 42px;
    line-height: 70px;

  }
  .heading2 {
    font-size: 36px;
    line-height: 60px;

  }
  .banner-content p {
      color: #808080;
      /* opacity: 0.6; */
}
.banner-image {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    right: 0px;
}
.clipboard {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #d3d0c9;
  background-image: url(../images/banner1.jpeg);
  background-size: cover;
  background-position: center center;
}
.clipboard1{
  position: absolute;
  inset: 0px;
  background-color: rgb(255, 255, 255);
  opacity: 0.8;
  background-size: cover;
  background-position: center center;
}
.development-platforms {
    margin: 5rem 0px;
}
.text-50 {
    width: 65%;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 5rem;
}
.platform-icon p {
    font-size: 12px;
    text-align: center;
    line-height: 22px;
}
.platform-icon-img img {
    filter: brightness(0);
}
.platform-icon-img {
    background: #E2EDF3;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    margin: 0px auto;
    
}
.platform-icon h6 {
    text-align: center;
    margin-top: 20px;
    line-height: 30px;
}
.platform-icon {
    cursor: pointer;
}
.platform-icon:hover .platform-icon-img {
    background: #141f43;
}
.platform-icon:hover .platform-icon-img img {
    filter: brightness(1);
}
/* .platform-icon:nth-child(even) {
    margin-top: 7rem;
} */
/* .platform-icon:nth-child(odd) .platform-icon-img::after {
    content: "";
    display: block;
    width: 40%;
    height: 2px;
    background: #222;
    margin: 0px auto;
    border-radius: 100px;
    transform: rotate(40deg);
    position: absolute;
    right: -50px;
}
.platform-icon:nth-child(even) .platform-icon-img::after {
    content: "";
    display: block;
    width: 40%;
    height: 2px;
    background: #222;
    margin: 0px auto;
    border-radius: 100px;
    transform: rotate(-40deg);
    position: absolute;
    right: -42px;
    top: 10px;
} */
.platform-icon:last-child .platform-icon-img::after {
    display: none;
}
.about-us {
    /* margin: 5rem 0px; */
    background: url(../images/about-us-banner.png) center;
    position: relative;
    padding: 8rem 0px;
    background-size: cover;
}
.background-layer {
    background: #252C37;
    opacity: 0.8;
    height: 100%;
    width: 100%;
    position:absolute;
    top: 0px;
}
.text-white {
    color: #fff;
}
.text-white p{
    /* opacity: 0.6; */
}
.heading-color-small {
    color: #B1D0E0;
}
.text-80 {
    width: 80%;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 6rem;
}
.text-80 p, .text-50 p {
    /* opacity: 0.7; */
}
.software-solutions {
    margin: 5rem 0px;
}
.service-box {
    width: 100%;
    border: 1px solid #B1D0E0;
    padding: 30px 0px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.service-box p {
    margin-bottom: 0px;
    line-height: 20px;
}
.service-box:hover {
    border: 2px solid #1A374D;
    cursor: pointer;
}
.service-box:hover p {
    font-weight: bold;
    color: #1A374D;
}
.service-box:hover:after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: #B1D0E0;
    opacity: 0.5;
    margin: 0px auto;
    border-radius: 100px;
    position: absolute;
    z-index: -1;
    position: absolute;
    left: 36%;
    transform: translate(-15%,-31%);
    top: 31%;
}
.service-box img {
    margin-bottom: 10px;
}
.service-mar-30 {
    margin-bottom: 30px;
}
.center-logo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    margin: 0px auto;
}
.why-us {
    background: #001630;
    padding: 5rem 0px;
}
.why-us-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
        font-size: 15px;
}
.expertise-logo li {
    padding: 20px;
    width: 25%;
    border: 1px solid #fff;
}
.expertise-logo ul {
    display: flex;
    text-align: center;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
}
.contact-us {
    background: #000;
    padding: 5rem 0px;
    position: relative;
}
.social-form {
    background: #fff;
    padding: 50px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.social-contact img {
    overflow: hidden;
    float: left;
    margin-right: 20px;
    width: 30px;
}
.social-contact h6 {
    color: #1A374D;
    margin-bottom: 0px;
}
.social-contact p {
    color: #5D5D5D;
    margin-bottom: 0px;
}
.social-contact {
    margin-bottom: 30px;
}
.social-contact:last-child {
    margin-bottom: 0px;
}
.hidden-text {
    overflow: hidden;
}
.contact-form-home {
    background: #fff;
    padding: 40px;
}
.contact-form-home .sub-para {
    width: 50%;
    /* opacity: 0.5; */
}
.contact-form-home .form-control {
    border: none;
    border-bottom: 1px solid #BABABA;
    border-radius: 0px;
    height: 30px;
    margin-bottom: 30px;
}
.contact-form-home textarea {
    height: auto !important;
}
.map-footer {
position: absolute;
width: 100%;
height: 100%;
top: 0px;
}
.contact-banner-home {
    background: #141f43;
    padding: 20px 0px;
    color: #fff;
}
.banner-custom-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner-custom-contact h2 {
    width: 50%;
    line-height: 50px;
}
.footer {
    padding: 1rem 0px;
}
.footer li {
    margin-bottom: 10px;
}
.footer li a {
    color: #222;
}
.footer li a:hover {
    color: #1a374d;
    font-weight: 600;
    text-decoration: underline;
}
.flex-footer {
    display: flex;
    align-items: center;
    justify-content: end;
}
.flex-footer ul li{
    display: inline-block;
    padding: 0px 10px;
}
.flex-footer p {
    margin-bottom: 0px;
    margin-right: 20px;
}
.sub-footer {
    border-top: 1px solid #B1D0E0;
    padding: 10px 0px;
}
.sub-footer p{
 margin: 0;
}
.footer-logo img {
    width: 250px;
}
.flex-footer ul li a {
    color: #707070;
    font-size: 20px;
}
.flex-footer ul li a:hover {
    color: #1a374d;
}


/* Contact us */

.banner-section-inner {
    position: relative;
    background: url(../images/contactus-banner.png) no-repeat;
    padding: 4rem 0px;
    background-size: cover;
    text-align: center;
}
.banner-section-inner .heading1 {
    position: relative;
    z-index: 9;
}
.breadcrumb {
    background-color:transparent ;
    margin-bottom: 0px;
}
.breadcrumb-custom {
    border-bottom: 1px solid #e5e5e5;
}
.breadcrumb-custom a {
    color: #406882;
}
.get-a-quote {
    padding: 5rem 0px;
}
.get-a-quote .sub-para {
    width: 80%;
}
.get-a-quote .social-form {
    padding: 0px;
}
.get-a-quote .social-contact {
    padding: 15px 20px; 
    border: 2px solid transparent;
    cursor: pointer;
    width: 80%;
}
.get-a-quote .social-contact:hover {
    border: 2px solid #406882;
    border-radius: 10px;
    box-shadow: -1px 1px 62px 0px rgba(0,0,0,0.11);
    -webkit-box-shadow: -1px 1px 62px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: -1px 1px 62px 0px rgba(0,0,0,0.11);

}
.contact-form-home.quote {
    padding: 0px 0px;
    border: none !important;
}
.get-a-quote .contact-form-home {
    border: 2px solid #B1D0E0;
    border-radius: 11px;
}
.map-footer1{
    width: 100%;
    height: 60vh;
}
.contact-message {
    text-align: center;
}
/* Contact us */

/* About us */
.about-us-page {
    background: url(../images/about-us.png);
}
.about-us-content {
    padding: 5rem 0px;
}
.about-us-content1 .heading1 {
    width: 80%;
}
.about-us-vision {
    padding: 5rem 0px;
    padding-top: 2rem;
}
.about-us-vision img{
  width: 100%;
  height: 80%;
  object-fit: cover;
}
.vision-content img {
    width: 50px;
    float: left;
    margin-right: 20px;
}
.vision-hidden {
    overflow: hidden;
}
.vision-content {
    padding-top: 30px;
}
.about-us-img {
        height: 100%;
        width: 100%;
        border-radius: 5px;
        overflow: hidden;

}
.about-us-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: -1px 1px 62px 0px rgba(0,0,0,0.11);
    -webkit-box-shadow: -1px 1px 62px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: -1px 1px 62px 0px rgba(0,0,0,0.11);
}
/* About us */

/* Careers */
.career-page {
    background: url(../images/career.jpg)  no-repeat;
    background-size: cover;
}
.career-content ul li {
    display: inline-block;
    margin-right: 20px;
    background: #f5f5f5;
    padding: 5px 15px;
    border-radius: 5px;
}
.career-things img{
    width: 20px;
    margin-right: 10px;
}
.career-page-content {
    margin-top: 3rem;
}
.career-heading-form {
    margin-bottom: 30px;
}

  .et_pb_contact_form_label {
      display: block;
      color: black;
      font-weight: bold;
    letter-spacing: 1.2px;
      font-size: 18px;
      padding-bottom: 5px;
  }
  .career-page-form input[id="et_pb_contact_brand_file_request_0"] {
      display: none;
  }
  .career-page-form label[for="et_pb_contact_brand_file_request_0"] {
    background: #f5f5f5;
    background-image: url(https://image.flaticon.com/icons/svg/126/126477.svg);
    background-repeat: no-repeat;
    background-position: top 18px center;
    background-size: 7%;
    color: transparent;
    margin: auto;
    padding: 30px 0px;
    left: 0;
    right: 0;
    border: 1px solid #a2a1a7;
    box-sizing: border-box;
  }
  .career-page-form label[for="et_pb_contact_brand_file_request_0"]:before {
    content: "Drag and Drop a file here";
    display: block;
    font-size: 14px;
    color: #202020;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
  }
  .career-page-form label[for="et_pb_contact_brand_file_request_0"]:after {
    display: block;
    content: 'Upload Resume';
    background: #406882;
    width: 170px;
    padding: 10px 0px;
    border-radius: 3px;
    line-height: 27px;
    font-size: 14px;
    color: white;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .career-page-form label[for="et_pb_contact_brand_request_0"]:after {
      content: " (Provide link or Upload files if you already have guidelines)";
      font-size: 12px;
      letter-spacing: -0.31px;
      color: #7a7a7a;
      font-weight: normal;
  }
  .career-page-form label[for="et_pb_contact_design_request_0"]:after {
      content: " (Provide link or Upload design files)";
      font-size: 12px;
      letter-spacing: -0.31px;
      color: #7a7a7a;
      font-weight: normal;
  }
  .career-page-form label[for="et_pb_contact_brand_file_request_0"].changed, label[for="et_pb_contact_brand_file_request_0"]:hover {
    background-color: #e3f2fd;
  }
  .career-page-form label[for="et_pb_contact_brand_file_request_0"] {
    cursor: pointer;
    transition: 400ms ease;
  }
  .career-page-form .file_names {
      display: block;
      position: absolute;
      color: black;
      left: 0;
      bottom: -30px;
      font-size: 13px;
      font-weight: 300;
  }
  .career-page-form .file_names {
    text-align: center;
  }
  
/* Careers */

/* Blog */

.blog-banner {
    background: url(../images/blog-banner.png) no-repeat;
    background-size: cover;
}
.heading3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.blog-main-content {
    padding: 30px;
    box-shadow: -1px 1px 62px 0px rgb(0 0 0 / 11%);
    -webkit-box-shadow: -1px 1px 62px 0px rgb(0 0 0 / 11%);
    -moz-box-shadow: -1px 1px 62px 0px rgba(0,0,0,0.11);
    width: 90%;
    margin-top: -20px;
    position: relative;
    z-index: 99;
    background: #fff;
    border-radius: 5px;
}
.blog-main-img {
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
    background: #f5f5f5;
    height: 250px;
    width: 100%;
}
.date-blog img {
    width: 30px;
    opacity: 0.5;
    margin-right: 10px;
}
.date-blog {
    display: flex;
    align-items: center;
}
.date-blog span {
    font-size: 14px;
    font-style: italic;
}
.date-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.right-arrow {
    width: 30px;
}
.blog-content a {
    color: #333;
}
.blog-box {
    margin-bottom: 30px;
}
.search-input input {
    height: 50px;
    margin-bottom: 30px;
}
.most-popular ul li {
    margin-bottom: 30px;
}
.most-popular ul li .side-menu-img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}
.most-popular ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s ease-in-out;
  
}
.most-popular a:hover img {
  transform: scale(1.2);
}
.side-menu-content {
    overflow: hidden;
}
.side-menu-content p {
    font-size: 14px;
    width: 100%;
    line-height: 25px;
    color: #333;
}
.side-menu-content h5 {
    font-size: 18px;
    margin-top: 5px;
}
.blog-tags li {
    display: block;

}
.blog-tags li a {
    color: #343434;
    font-size: 14px;
    padding: 10px 20px;
    border-bottom: 1px solid #B1D0E0;
    margin-right: 15px;
    margin-bottom: 0pc;
    border-radius: 0px;
    display: block;
}
.blog-tags li:last-child a{
    border: none;
}
.blog-tags li:hover a {
    color: #fff;
    background: #406882;
}
/* Blog */

/* Blog details */
.blog-date {
    display: inline-block;
    margin-right: 10px;
    background: #f5f5f5;
    padding: 5px 15px;
    border-radius: 5px;
}
.blog-date img {
    width: 20px;
    margin-right: 10px;
}
.blog-details-content {
    margin-top: 3rem;
}
.blog-detail-banner {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 10px;
}
.heading5 {
    font-size: 30px;
    width: 100%;
    line-height: 45px;
    margin-bottom: 20px;
}
/* Blog details */



  

  .twitter {
    font: normal normal 10px Arial;
    text-align: center;
    color: #998578;
    text-transform: uppercase;
    letter-spacing: 3px;
  }
  
  .twitter {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 14px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  
  .twitter:hover {
    color: #ff7d6d;
    text-decoration: none;
  }
  
  .float-sm span {
    font-style: italic;
    display: block;
  }
  

  /* Floating Social Media Bar Style Starts Here */
  
  .float-sm .fl-fl {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #141f43;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 281px;
    position: fixed;
    right: -229px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  
  .float-sm i {
    font-size: 20px !important;
    color: #fff;
    padding: 10px 0;
    width: 20px;
    margin-left: 10px;
    margin-right: 20px;
  }
  
  .float-sm .fl-fl:hover {
    right: 0;
    background: #e2edf2;
    color: #406882;
  }
  .float-sm .fl-fl:hover a {
      color: #406882;
  }
  .float-sm .fl-fl:hover i {
    color: #406882; 
  }
  .float-sm .fl-fl a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 43px !important;
    vertical-align: top !important;
  }
  
  .float-sm .float-fb {
    bottom: 202px;
  }
  
  .float-sm .float-tw {
    bottom: 215px;
  }
  
  .float-sm .float-gp {
    bottom: 270px;
  }
  
.fl-fl.float-ev {
    bottom: 338px;
}
  /* Floating Social Media Bar Style Ends Here */
.modal-popup-content {
    padding: 40px;
}
img.modal-logo {
    margin-bottom: 20px;
}
.modal-popup-content p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
}
.what-app-button, .skype-button {
    background-image: linear-gradient(#64B161, #22831E);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #fff;
}
.what-app-button:hover{
  border: 1px solid #22831E;
  background-image: none;
  color: #22831E;
}
.skype-button {
    background-image: linear-gradient(#00AFF0, #3889A7);
}
.skype-button:hover{
  border: 1px solid #3889A7;
  background-image: none;
  color: #3889A7;
}
.modal-button img {
    width: 30px;
    margin-right: 10px;
}

.modal-button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-button a {
    width: 50%;
    color: #fff;
}
.modal-button a:first-child {
    margin-right: 20px;
}

.modal-time-content .contact-form-home .form-control {
    height: 35px;
    margin-bottom: 0px;
}
.modal-time-content .contact-form-home textarea {
    height: 60px !important;
}
.why-us-img {
    height: 100%;
    display: flex;
    align-items: center;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
  }
  .overlay .overlayDoor:before, .overlay .overlayDoor:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #111;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    transition-delay: 0.8s;
  }
  .overlay .overlayDoor:before {
    left: 0;
  }
  .overlay .overlayDoor:after {
    right: 0;
  }
  .overlay.loaded .overlayDoor:before {
    left: -50%;
  }
  .overlay.loaded .overlayDoor:after {
    right: -50%;
  }
  .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);
  }
  .overlay .overlayContent .skip {
    display: block;
    width: 130px;
    text-align: center;
    margin: 50px auto 0;
    cursor: pointer;
    color: #fff;
    font-family: "Nunito";
    font-weight: 700;
    padding: 12px 0;
    border: 2px solid #fff;
    border-radius: 3px;
    transition: 0.2s ease;
  }
  .overlay .overlayContent .skip:hover {
    background: #ddd;
    color: #444;
    border-color: #ddd;
  }
  
  .loader {
    width: 128px;
    height: 128px;
    border: 3px solid #fff;
    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: 64px;
    height: 64px;
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    border-radius: 50%;
    -webkit-animation: spinInner 1s linear infinite;
            animation: spinInner 1s linear infinite;
  }
  
  @-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);
    }
  }

  
  .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #1a374d;
    border-color: #1a374d;
}
.page-link {
  color: #000000;
  padding: 15px 20px;
}
.intl-tel-input {
  width: 100%;
}
.pagination {
  justify-content: center;
}
button#defaulttooltip {
    color: red;
}
.header li a:hover{
  color: #fd6603;
}
.nowrap{
  white-space: nowrap;
}
label {
  font-weight: 600;
}
.modal-time-content .contact-form-home .form-control {
  height: 35px;
  margin-bottom: 10px !important;
} 
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: none; 
   opacity: 1;
}
button.close {
  background: #000;
  border-radius: 50%;
  padding: 0px 5px;
}
.close:hover{
  color: rgb(0, 0, 0);
  opacity: 1;
}
button.close:hover {
  background: rgb(255, 255, 255);
  border: 1px solid #000;
  border-radius: 50%;
  padding: 0px 5px;
}
.expertise-logo li:hover{
  border: 1px solid #406882;
  box-shadow: 0px 0px 5px 0px #406882;
}
.why-us-content h1{
  color: #45bc92 !important;
}
.card.hover-bd{
  border: 1px solid #fff;
}
.card.hover-bd:hover{
 box-shadow: 0px 0px 5px 0px #000;
}
img.technology-stack {
  width: 50px;
}
/* .our-services .card:hover{
  border: 1px solid #406882;
} */
.our-services .card{
  
  box-shadow: 5px 5px 10px 0px
}
 
.our-methodology img{
  width: 100px;
  padding-bottom: 20px;
}
 
.faq .card-header{
  background: none;
}
.faq .card,.card-header{
  border: none;
}
.faq .card-header{
  border-top: 1px solid rgb(110, 110, 110);
  border-bottom: 1px solid rgb(110, 110, 110);
  cursor: pointer;
  margin: 20px;
}
.faq .card-body{
  box-shadow: 5px 5px 5px 0px;
  margin: 5px; 
}
/* .faq .card-header::after{
  content:"";
  position: absolute;
  right: 50px;
  top: 30px;
  transform: rotate(180deg);
  font-size: 24px;
  font-weight: 900
}  */
.our-services img{
  width: 100px !important;
  padding-bottom: 20px;
}
.our-services-w .card-body{
  height: 400px;
    font-size: 12px;

}
.our-services-w img{
  width: 50%;
}
.apart .col-md-4 div:hover{
border: 1px solid #406882;
}
.apart .col-md-4 div{
  border: 1px solid #ffffff;
margin: 5px;
padding: 5px;  
}
.card-body {
  font-size: 12px;
}
  
 .tech img{
  width: 100px;
  transition: transform .2s;
  margin-bottom: 10px;
 }
 .tech img:hover{
  transform: scale(1.2);
 }
 .tech p.text-center.mt-5{
  font-size: 18px;
  font-weight: 900;
  color: #30529c;
 }
 .crd-height{
  height: 430px;
 }
 .crd-height img{
  width: 100px;
  margin-bottom: 30px;
  margin: auto;
 }
 .crd-height p{
  text-align: justify;
 }
 .card.hover-bd.crd-height{
  text-align: center;
 }
 .cms .card{
  height: 440px;
    font-size: 12px;
  box-shadow: 5px 5px 10px 0px;
  border: 1px solid transparent !important;
 }
 
 .section-3 img:last-child:hover{
  transition: transform .2s;
  transform: scale(1.2)
 }
 .cryptocurrency{
  text-align: center;
 }
 .cryptocurrency .card{
  margin: 15px;
  border: 1px solid #406882;
  border-radius: 20px;
  z-index: 1;
 }
 /* .cryptocurrency .card::after {
  content: '';
  background: #0050ff;
  border-radius: 15px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  clip-path: circle(10% at 0% 0%);
  transition: all .3s ease-in;
}
.cryptocurrency .card:hover::after {
  clip-path: circle(100%);

} */
 
 .cryptocurrency-services .card{
 /* box-shadow: 5px 5px 5px 5px #406882;*/
 }
 .cryptocurrency-services img{
  width: 100px;
 }
 .cryptocurrency-services .card{
  height: 514px;
  font-size: 12px;
 }
 .prime .card{
  padding: 10px;
  height: 442px;
  font-size: 12px;
 }
 .prime img{
  width: 90px;
 }
 .security .card{
  height: 250px;
  text-align: center;
 }
 .bullets{
  width: 100px;
  text-align:left ;
 }
 .content{
  text-align: left;
  padding-left: 10px;
  margin: auto 0;
 }
 .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  border-bottom: 1px solid #1a374d2f;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #406882;
  font-weight: 500;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #406882;
  border: 1px solid #406882;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #406882;
  font-weight: 500;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
.security .card{
text-align: center;
}
.security img{
  width: 100px;
  text-align: center;
  margin: auto;
}
 
 
 .endtoend img{
  width: 90px;
 }
 .endtoend span{
  font-weight: 800;
  color: #1A374D;
  font-size: 13px;
 }
 .types{
  box-shadow: 0px 0px 2px 0px #1A374D;
  width: 100%;
  border-radius: 10px;
  margin: auto;
  padding: 20px 0px 50px 50px;
  height: 340px;
 }
 .types h4{
  text-decoration: underline;
 }
 .types li:hover{
  color: #1A374D; 
  font-weight: 500;
   
 }
 .types li:hover i{
  color: #1A374D;
 }
 .types:hover li{
font-weight: 500;
 }
 .types:hover{
box-shadow: 0px 0px 5px 0px #1A374D;
 }
 .industries img{
  width: 100%;
  transition: transform .2s ;
 }
 
 .industries .card:hover img{
  transform: scale(1.1);
 }
 .enterprise img{
width: 100px;
 }
 .enterprise .card{
  height: 335px;
  margin: 10px 0px;
  font-size: 12px;
 }
 .expertise img{
  width: 160px;
  transition: transform .2s;
 }
 .expertise img:hover{
  transform: scale(1.2);
 }
 .benifits-enterprise img{
width: 100px;
 }
 .benifits-enterprise .card{
  height: 380px;
 }
 .development-proccess img{
  width: 80%;
 }
 .list-unstyled li:hover{
  transition: transform .2s;
  transform: scale(1.1);
  color: #1A374D;
 }
 .custom-blockchain-development {
  background: url(../images/blockchain-development/blochain-development-banner.png);
}
.crypto-token-devopment{
  background: url(../images/crypto-token-development/crypto-token-bg.png);
}
.crypto-payment-gateway{
  background: url(../images/crypto-payment-gateway-development/crypto-payment-gateway-development-banner.jpg);
}
.Cryptocurrency-Exchange{
  background: url(../images/cryptocurrency-exchange-development/Cryptocurrency-Exchange-banner.png);
}
.Web-Application{
  background: url(../images/web-development/web-developmen-banner.png);
}
.mobile-app-development{
  background: url(../images/mobile-app-development/mobile-app-developmen-banner.png);
}
.clone-script-development{
  background: url(../images/clone-script/banner-bg.jpg);
}
.defi-development{
  background: url(../images/defi-development/banner-bg.jpg);
}
.cms-development{
  background: url(../images/cms-ecommerce-development/CMS-&-Ecommerce-Development-banner.png);
}
.ico-development{
  background: url(../images/ico-development/ico-background.jpg);
}
.sto-development{
  background: url(../images/sto-development/STO-Development-background-banner.jpg);
}
.about-us-sec{
  background: url(../images/about-us-bg.jpg);
}
.privacy-policy{
  background: url(../images/privacy-policy.jpg);
}
.career{
  background: url(../images/career.jpg);
}
.contact-us{
  background: url(../images/contact-us.jpg);
}
.terms-conditions{
  background: url(../images/Terms-Conditions.jpg);
}
.token-development video{
width: 100%;
}
.network img{
  width: 70px;
  margin-bottom: 10px;
}
.works img{
  width: 100px;
  margin-bottom: 10px;
}
.network .card{
  margin: 10px 0px;
  text-align: center;
  box-shadow: 0px 0px 1px 0px #1A374D;
}
.works .card{
  margin: 10px 0px;
  text-align: center;
  box-shadow: 0px 0px 5px 0px #1A374D;
  height: 340px;
}
.network .card:hover img{
  transition: transform .2s ;
  transform: scale(1.1);
}
.works .card:hover img{
  transition: transform .2s ;
  transform: scale(1.1);
}
.variety img{
  width: 100px;
}
.variety .col-md-4{
  text-align: center;
  margin: 15px 0px;
}
.variety p{
  font-size: 12px;
  width: 135%;
}
.token-development .col-md-3{
  text-align: left;
}
 
 
.benfits video{
  width: 100%;
  height: 150px;
}
.benfits .col-md-3{
  margin: 20px 0px;
}
.benfits .card{
  height: 400px;
}
 .box{
  width: 130px;
  padding: 5px;
  background: #141f43;
  margin:0 auto; 
  border-radius: 5px;
  text-align: center;
  border: 1px solid #141f43;
 }
 .box:hover{
  border: 1px solid #141f43;
  background: none; 
 
 }
 .box:hover h4{
  color: #1A374D;
 }
 .box h4{
color: #fff;
text-align: center;
margin: auto;
 }
 .standards .col-md-3{
  margin: 20px 0px;
 }
 .end-to-end .card{
  box-shadow: 0px 0px 5px 0px #1A374D;
 }
 .Leveraging .card .card-body h6{
  margin: auto;
 }
 .Leveraging .col-md-9{
  margin: auto;
 }
 .Leveraging .card:hover img{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  transition: 0.3s;
 }
 .Leveraging .card:hover{
  background-color: #1A374D;
 }
 .Leveraging .card:hover h6{
 color: #fff;
 }
.token-developmentt p{
  width: 80%;
  text-align: center;
  margin: auto;
}
a.nav-link.btn.btn-custom{
  margin: 0px 10px;
}
.token-developmenttt a.nav-link.btn.btn-custom{
  border-radius: 0px;
  border: 1px solid #1A374D;
  margin: 0px 0px;
}
.token-developmenttt .card{
  text-align: center;
}
.token-developmenttt .card img{
  width: 50px;
}
.token-developmenttt .card:hover{
  box-shadow: 0px 0px 5px 0px #1A374D;
  transition: all .4s ease;
}
:hover{
  transition: all .4s ease;
}
ul#myTab{
  border-bottom: none;
}
.nav-tabs .nav-link.active{
  border: 1px solid #1A374D;
  border-radius: 5px;
}
video{
  width: 100%;
}
.crypto-payment .col-md-3{
  margin: 10px  0px;
}
.crypto-payment .card{
  text-align: center;
}
.crypto-payment img{
  width: 50px;
}
.Payment-Options .card{
  margin: 10px  0px;
  text-align: center;
}
.Payment-Options img{
  width: 100px;
}
.cryptocurrency img{
  filter: grayscale(100%);
  transition: 0.3s;
  width: 70px;
}
.cryptocurrency .card:hover img{
  filter: grayscale(0%);
  transition: 0.3s;
}
.cryptocurrency .card.hover-bd {
  width: 192px;
}
.cryptocurrency .card-body{
  padding: 10px;
}
.payment-gateway video{
  width: 80%;
}
.gateway-works img{
  width: 50px;
  margin-right: 15px;
}
.gateway-workss img{
  width: 50px;
  margin-right: 15px;
}
.gateway-works h5{
  margin: auto 0;
}
.gateway-workss h5{
  margin: auto 0;
}
.gateway-works p{
  margin: 10px 0;
}
.gateway-workss p{
  margin: 10px 0;
}
.gateway-works .card{
  margin: 10px auto;
    border-radius: 70px;
    width: 70%;
    border: 1px solid #adadad;
    text-align: center;
}
.gateway-works .card p{
  width: 80%;
  margin: auto;
  font-size: 12px;
  line-height: 12px;
}
.gateway-works .card:hover{
  border: 1px solid #1A374D;
  background: #e1e9ef;
}
.gateway-workss .card:hover{
  border: 1px solid #1A374D;
  background: #e1e9ef;
}
.gateway-works .card::after{
  content: "";
  position: absolute;
  width: 3px;
  background-color: #a1a1a1;
  height: 35%;;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -40px;
  z-index: -1;
} 
.gateway-workss .card::after{
  content: "";
  position: absolute;
  width: 13%;
  background-color: #a1a1a1;
  height: 3px;
  left: 100%;
  right: 0;
  margin: auto;
  top: 50%;
} 
.gateway-workss .cardd {
  margin: 10px 0;
  border-radius: 70px;
  border: 1px solid #adadad;
}

.gateway-workss .card-body.text-center {
  height: 270px;
}
.gateway-works .card:hover::after{
  background: red;
}
.gateway-workss .card:hover::after{
  background: #1271ff;
}
 
.gateway-works .c-last::after{
background: none !important;
}
.gateway-workss .c-last::after{
  background: none !important;
  }
.ico-services img{
  width: 50px;
  margin-right: 10px;
}
.ico-services .card{
  box-shadow: 0px 0px 5px 0px #000;
  margin: 15px 0px;
  height: 100px;
}
.ico-services .card p{
  font-size: 14px;
  font-weight: 800;
  margin: auto 0;
}
.ico-features .card{
  height: 280px;
}
.ico-features .card p{
  width: auto;
}
.ico-industries .card-body{
text-align: center !important;
}
.ico-industries p{
  font-size: 14px ; 
  color: #000;
}
.ico-industries .card:hover{
  background: #1a374d;
  transition: .3s;
}
.ico-industries .card:hover p{
  color: #fff;
  transition: .3s;
}

.ico-industries .card{
  margin: 10px 0px;
  height: 186px;
}
.ico-benifits .card-body{
  display: flex;

}
.ico-benifits img{
  width: 50px;
  margin-right: 10px;
}
.ico-benifits .card-body p{
  font-weight: 700;
  margin: auto 0;
}
.ico-benifits .card{
  margin: 10px 0px;
}
.ico-trending .card-body{
   text-align: center;

}
.ico-trending img{
  width: 70px;
  margin-right: 0px;
}
.ico-trending .card p{
  margin: 10px 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.ico-trending .card{
  margin: 10px 0px;
}
.ico-trending .card:hover{
  box-shadow: 0px 0px 5px 0px #000;
}
.road-map .col-md-6{
  margin-top: 7rem;
}
.road-map .text-right{
  padding: 0px 35px;
}
.road-map .text-left{
  padding: 0px 35px;
}
.col-md-6.offset-md-6 {
  margin-bottom: -45px;
}
.road-map .idea-creation::before{
  content: "";
  background-image: url(../images/ico-development/road-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 105px;
  height: 121px;
  position: absolute;
  top: -140px;
  left: -53px;
  z-index: 99;
} 
.road-map .wireframe::before{
  content: "";
  background-image: url(../images/ico-development/wireframe-road.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 105px;
  height: 121px;
  position: absolute;
  top: -140px;
  left: -53px;
  z-index: 99;
} 
.road-map .wallet-developmentt::before{
  content: "";
  background-image: url(../images/ico-development/Wallet-Development-road.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 105px;
  height: 121px;
  position: absolute;
  top: -79px;
  right: -53px;
  z-index: 99;
} 
.road-map .Landing-Page::before{
  content: "";
  background-image: url(../images/ico-development/Landing-Page-Design-road.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 105px;
  height: 121px;
  position: absolute;
  top: -79px;
  right: -53px;
  z-index: 99;
} 
.road-map .projects::before{
  content: "";
  background-image: url(../images/ico-development/projects-road.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 105px;
  height: 121px;
  position: absolute;
  top: -79px;
  right: -53px;
  z-index: 99;
}
.road-map .col-md-6.inset h5::before{
  content: "";
  width: 100%;
  height: 0;
  display: inline-block;
  position: absolute;
  top: -23px;
  right: -26px;
  border-top: 1px dashed #acacac;
}
.road-map .col-md-6.inset h5::after{
  content: "";
  background-image: url(../images/ico-development/left-road.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 68px;
  height: 27px;
  position: absolute;
  top: -36px;
  left: -18px;
  z-index: 99;
}

.road-map .col-md-6.inset p::before{
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  right: -1px;
  border-right: 1px dashed #acacac;
}

 

.road-map .white-paper::before {
  content: "";
  background-image: url(../images/ico-development/White-Paper.png); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 105px;
  height: 121px;
  position: absolute;
  top: -79px;
  right: -53px;
  z-index: 99;
}

.road-map .token-development-road::before {
  content: "";
  background-image: url(../images/ico-development/Token-Development-road.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 105px;
  height: 121px;
  position: absolute;
  top: -140px;
  left: -53px;
  z-index: 99;
}
.road-map .market::before {
  content: "";
  background-image: url(../images/ico-development/launch-in-market.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 105px;
  height: 121px;
  position: absolute;
  top: -140px;
  left: -53px;
  z-index: 99;
}
 
 
.road-map .col-md-6.offset-md-6 h5::before{
  content: "";
    width: 100%;
    height: 0;
    display: inline-block;
    position: absolute;
    top: -80px;
    border-top: 1px dashed #acacac;
    left: -26px;
}
.road-map .col-md-6.offset-md-6 h5::after{
  content: "";
  background-image: url(../images/ico-development/righ-road.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 68px;
  height: 27px;
  position: absolute;
  top: -94px;
  right: -21px;
  z-index: 99;
}
.road-map .col-md-6.offset-md-6 p::before{
  content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    position: absolute;
    top: -24px;
    left: -1px;
    border-right: 1px dashed #acacac;
}
.road-map .col-md-6.offset-md-6 p::after{
  content: "";
  height: 8px;
  width: 8px;
  display: inline-block;
  position: absolute;
  bottom: 14px;
  left: -4px;
  background: #1a374d;
  border-radius: 100%;
}
.sto-types .card{
  height: 235px;
  margin: 20px 0px;
  text-align: left;
}
.sto-types .card img{
  width: 80px;
}
.sto-types .card:hover{
  transition: transform .3s ;
  transform: scale(1.1);
  box-shadow: 0px 0px 10px 0px #000;
}
.sto-benifits h4{
  margin: 40px 0px;
  margin-top: 0;
}
 .sto-benifits .col-md-4:hover img{
  transition: transform .3s;
    transform: scale(1.4);
    filter: drop-shadow(0 0 0.75rem rgb(17, 55, 136));
 }




 .sto-road-map .execution{
  border-radius: 15px 100px 100px 15px;
  border: 1px solid #1a374d59;
  padding: 5px;
 }
 .sto-road-map .execution p{
  margin: 0;
 }
 .sto-road-map .execution:hover{
  border: 1px solid #1a374d;
 }
 .sto-road-map .execution-r:hover{
  border: 1px solid #1a374d;
 }
 .sto-road-map .execution-r{
  border-radius: 100px 15px 15px 100px;
  border: 1px solid #1a374d59;
  padding: 5px;
 }
 .sto-road-map .execution-r p{
  margin: 0;
 }
 .execution p, .execution-r p{
font-size: 14px;
line-height: 22px;
 }
 .execution h5, .execution-r h5{
  font-size: 18px;
 }
 .discovery-workshop{
  background-image: url(../images/sto-development/discovery-workshop.png);
  height: 120px;
  width: 120px;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50%;
  margin: auto;
 }
 .execution:hover.discovery-workshop{
  background-image: url(../images/sto-development/discovery-workshop-h.png);
  height: 120px;
  width: 120px;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50%;
  margin: auto;
 }
 .strategy-solution{
  background-image: url(../images/sto-development/High-Liquidity.png);
  height: 120px;
  width: 120px;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50%;
  margin: auto;
 }
 .execution::after{
  content: "";
  background-image: url(../images/sto-development/execution-after.png);
  height: 56px;
    width: 56px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -30px;
    right: 10px; 
 }
 .execution:hover::after{
  content: "";
  background-image: url(../images/sto-development/execution-after-h.png);
  height: 56px;
    width: 56px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -30px;
    right: 10px; 
    transition: transform .3s ;
 }
 .execution-r::after{
  content: "";
  background-image: url(../images/sto-development/execution-r-after.png);
  height: 56px;
    width: 56px; 
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: -11px;
 }
 .execution-r:hover::after{
  content: "";
  background-image: url(../images/sto-development/execution-r-after-h.png);
  height: 56px;
    width: 56px; 
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: -11px;
    transition: transform .3s ;
 }


 .develpoment {
  background-image: url(../images/sto-development/Development.png);
  height: 120px;
  width: 120px;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50%;
  margin: auto;
}
.testing {
  background-image: url(../images/sto-development/testing\ and\ qa.png);
  height: 120px;
  width: 120px;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50%;
  margin: auto;
}
.launch {
  background-image: url(../images/sto-development/launch&maintainence.png);
  height: 120px;
  width: 120px;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50%;
  margin: auto;
}
.customer {
  background-image: url(../images/sto-development/support&customer-service.png);
  height: 120px;
  width: 120px;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50%;
  margin: auto;
}
.execution-r .col-md-4{
  margin: auto;
}
.execution .col-md-4{
  margin: auto;
}
.web-dev-services .card{
  height: 480px;
}
.set-us img{
  width: 100px;
}


.grid {
  list-style: none;
  margin-left: -40px;
}

.gc {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -0.25em;
  min-height: 1px;
  padding-left: 40px;
  vertical-align: top;
}

.gc--1-of-3 {
  width: 33.33333%;
}

.gc--2-of-3 {
  width: 66.66666%;
}

.naccs {
  position: relative; 
  margin: 50px auto 0;
}

.naccs .menu div {
  padding: 15px 20px 15px 40px;
  margin-bottom: 10px;
  color: #ffffff;
  background: #1a374d;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  font-weight: 700;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menu div:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.naccs .menu div span.light {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 24px;
  left: 15px;
  background-color: #ffffff;
  border-radius: 100%;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menu div.active span.light {
  background-color: #FBC02D;
  left: 0;
  height: 100%;
  width: 3px;
  top: 0;
  border-radius: 0;
}

.naccs .menu div.active {
  color: #FBC02D;
  padding: 15px 20px 15px 20px;
}

ul.nacc {
  position: relative;
  height: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li {
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  left: 0;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
ul.nacc li img{
  width: 100px;
}
.menuu {
  height: 501px;
  overflow-y: scroll;
  overflow-x: hidden;
  direction:rtl;
}
ul.nacc li.active {
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

ul.nacc li p {
  margin: 0;
}


.menuu::-webkit-scrollbar {
  width: 4px;
}


.menuu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}

.menuu::-webkit-scrollbar-thumb {
  background: rgb(28, 63, 161); 
  border-radius: 10px;
}

.menuu::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}


a.nav-link {
  border: 1px solid #406882;
  margin: 8px;
  width: 162px;
  font-size: 12px;
  text-align: center;
  color: #000;
  padding: 0;
}
li.nav-item.px-5 {
  padding: 0 !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #406882;
}
a.nav-link:hover{
  background-color:#6998AB;
  color: #fff;
}
.complexities img{
  width: 100px;
}
.font-12{
  font-size: 12px;
}
.clone-script-type img{
  width:500px ;
}
.defi-services img{
  width: 100px;
  margin: auto;
  display: block;
}
.defi-business-benifits .card.text-center{
  border: 1px solid transparent !important;
}
.defi-business-benifits img{
  width: 100px;
}
.defi-network img{
  width: 50px;
  margin-bottom:  0px;
}
.defi-network .card{
  border: 1px solid transparent;
  border-left: 4px solid transparent;
  text-align: center;
  font-weight: 600;
}
.defi-network .card:hover{
  border-left: 4px solid #1A374D;
  border-top: 1px solid #1A374D;
  border-bottom: 1px solid #1A374D;
  border-image: linear-gradient(45deg, #1A374D, #fff) 68;
  transform: 0.1s !important;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* remove the gap so it doesn't close */
  z-index: 1111;
}
.dropdown, .dropleft, .dropright, .dropup{
  position: unset;
}
.dropdown-menu {
  position: absolute;
  top: 77%;
  padding-top: 33px !important;
  left: 124px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
}

button.btn.btn-secondary.dropdown-toggle{
  background-color: transparent   !important;
  border: none;
  color: #030303;
  font-weight: 600;
  height: 50px;
  font-size: 14px !important;
}
button.btn.btn-secondary.dropdown-toggle:hover{
color: #fd6603;
}
.btn-secondary.focus, .btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem transparent  !important;
}
.dropdown-menuu{
  display: none;
}
.dropdownn:hover .dropdown-menuu {
  display: block;
  left: 302px;
  position: absolute;
  padding-top: 10px;
  padding: 10px 0px;
  background-color: #fff;
  top: 182px;
  border-radius: 5px;
}
.dropdownn a button.btn.btn-secondary.dropdown-toggle{
  color: #16181b;
  padding: 0px 12px !important;
  font-size: 14px !important;
}
.dropdownn .dropdown-toggle::after{
  transform: rotate(-90deg) !important;
}
 header img{
  width: 35px;
  padding-right: 10px;
 }
 .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.8rem;
  clear: both;
  font-weight: 500 !important;
  height: 50px;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;

}
 
.dropdown:active .dropdown-menu {
  display: block;
  margin-top: 0;
  z-index: 1111;
}
.our-services-w .card:hover {
  transition: transform .2s;
  transform: scale(1.1);
}


.header {
  position: fixed;
	z-index: 1000;
  width: 100%; 
	background: #22222200;
  color: #fff  !important;
	padding: 18px;
	-webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
}

.header.active {
  background-color:#fff;
}
.banner-content h1{
  font-size: 70px !important;
  line-height: 70px;
}
.banner-content p{
color: #000;
}










/* .col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;} */
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	/* position: relative; */
	display:inline;
	display: inline-block;
	/* float: left; */
	margin-right: 2%;
	margin-bottom: 20px;
}
.end { margin-right: 0 !important; }
/* Column Grids End */
/* 
.wrapper { width: 980px; margin: 30px auto; position: relative;} */
.counter {     background-color: #ffffff;
  padding: 20px 0;
  display: block;
  margin: auto;
  text-align: center;}
.count-title { font-size: 40px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.count-text { font-size: 16px;    font-weight: 600 !important; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.fa-3x { margin: 0 auto; float: none; display: table; color:#1A374D;}
.rewards {
  background-color: #001630;
}
.rewards img{
  width: 200px;
}
.rewards img:hover{
  filter: drop-shadow(0 0 0.75rem #fff);
  transform: scale(1.1);
}
.flex-footer ul li:nth-child(1) :hover{
  color: #55acee !important; 
}
.flex-footer ul li:nth-child(2) :hover{
  color: #bc2a8d !important; 
}
.flex-footer ul li:nth-child(3) :hover{
  color: #bd2126 !important; 
}
.flex-footer ul li:nth-child(4) :hover{
  color: #36465D !important; 
}
.flex-footer ul li:nth-child(5) :hover{
  color: #bd2126 !important; 
}
.flex-footer ul li:nth-child(6) :hover{
  color: #3a5795 !important; 
}
.flex-footer ul li:nth-child(7) :hover{
  color: #0077b5 !important; 
}
 
textarea#exampleFormControlTextarea1 {
  border: 1px solid #BABABA;
}
.most-popular a{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.width100.banner-section-inner.blog-banner{
  display: none !important;
}
.cms-apart img{
width: 100px;
margin-bottom: 20px;
}
.transform-img img{
  transform: scale(1.2);
}
.cms-custom-sec img{
  width: 125px;
  margin: auto;
  display: block;
  margin-bottom: 20px;
}
.prime .card{
  margin: 10px 0px;
}
.cus-industries .card{
  height: 460px !important;
    font-size: 12px;
}
.cus-benifits-enterprise .card{
  height: 360px;
  font-size: 12px;
}
.cus-benifits-enterprise .card img{
  width: 100px;
}
.cus-industries .card:hover img{
  transition: transform .2s ;
  transform: scale(1.1);
}
.endtoend .col-md-4{
  padding: 10px;
}
.endtoend .col-md-4:hover{
  box-shadow: 0px 0px 5px 0px;
  transition:  .2s ; 
}
a.nav-link.btn.btn-custom.active {
  color: #000 !important;
}
a.nav-link.btn.btn-custom {
  margin: 0px 10px;
  color: #fff !important; 
  padding: 10px 0px;
}
.gateway-why .card:hover img{
  transition: transform .2s ;
  transform: scale(1.1);
}
a.nav-link.btn.btn-custom.f-b{
  background: transparent;
  border: 1px solid #406882;
  color: #406882 !important;
 
}
a.nav-link.btn.btn-custom.f-b:hover{
  background: #507a96;
  color: #fff !important;
}
a.nav-link.btn.btn-custom.f-b.active{
  background: #406882;
  color: #fff !important;
}
.btn.focus, .btn:focus{
  box-shadow: 0 0 0 0.2rem transparent;
}
.token-features .row.col-md-10:hover img{
  transition: transform .2s ;
  transform: scale(1.1);
}
.card{
  background: #fcfcff;
}
.mt-5, .my-5 {
  margin-top: 1rem!important;
}
.pb-5, .py-5 {
  padding-bottom: 1rem!important;
}
.ico-features p{
  width: auto;
}
.ico-services .card:hover{
  box-shadow: none;
}
.ico-services .card:hover img{
  transition: transform .2s ;
  transform: scale(1.1);
}
.ico-features .card:hover{
  box-shadow: 0px 0px 5px 0px #001630;
}
.road-map .col-md-6.inset:hover h5::before {
  content: "";
  width: 100%;
  height: 0;
  display: inline-block;
  position: absolute;
  top: -23px;
  right: -26px;
  border-top: 2px solid #acacac;
}
.road-map .col-md-6.offset-md-6:hover h5::before {
  content: "";
  width: 100%;
  height: 0;
  display: inline-block;
  position: absolute;
  top: -80px;
  border-top: 2px solid #acacac;
  left: -26px;
}
.road-map .col-md-6.inset:hover p::before {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  right: -1px;
  border-right: 2px solid #acacac;
}
.road-map .col-md-6.offset-md-6:hover p::before {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  position: absolute;
  top: -24px;
  left: -1px;
  border-right: 2px solid #acacac;
}
.ico-benifits .card:hover{
  box-shadow: 0px 0px 5px 0px #001630;
}
.ico-benifits .card:hover img{
  transition: transform .2s ;
  transform: scale(1.1);
}
.road-map .col-md-6.inset:hover h5::after{
  transform: rotate(90deg);
  transition: transform .3s;
}
.road-map .col-md-6.offset-md-6:hover h5::after{
  transform: rotate(-90deg);
  transition: transform .3s;
}
.road-map .text-left {
  padding: 0px 35px;
  margin-top: -110px;
}
.road-map .text-right {
  padding: 0px 35px;
  margin-top: -54px;
}
section.width100.section-5.road-map.mt-5.pb-5 p.mt-3{
  margin-bottom: -55px;
}
.sto-features .card {
  height: 370px;
}
.sto-features p{
  width: auto !important;
} 
 
.ico-services .card span.h-d{
  background: #406882;
  color: #fff;
  padding: 10px;
  display: none;
  border-radius: 5px;
}
.ico-services .card:hover span.h-d{
  display: block !important;
  z-index: 9999;
  box-shadow: 0px 0px 5px 0px;
}
.ico-services .card:hover p{
  margin-top: -10px;
  color: #00263e;
}
.prominent-h .card:hover img{
  transition: transform .2s ;
  transform: scale(1.1);
}
.prominent-h .card:hover{
  border: 2px solid #000;
}




.sto-road-map .execution-rr:hover{
  border: 1px solid #1a374d;
 }
 .sto-road-map .execution-rr{
  border-radius: 100px 15px 15px 100px;
  border: 1px solid #1a374d59;
  padding: 5px;
 }
 .sto-road-map .execution-rr p{
  margin: 0;
 }
 .execution p, .execution-rr p{
font-size: 14px;
line-height: 22px;
 }
 .execution h5, .execution-rr h5{
  font-size: 18px;
 }
 .sto-types{
  margin-top: 100px !important;
 }
 .cryptocurrency img{
    width: 100px;
 }
 .cryptocurrency-services .card:hover{
     box-shadow: 5px 5px 5px 5px #406882;

 }
 .prime .card:hover img{
 transform: scale(1.2);
 }
 .prime .card img{
    margin-bottom: 10px;
 }
 .security .card:hover{
    box-shadow: 0px 0px 5px 0px #000;
 }

 .enterprise .card:hover,.cus-benifits-enterprise .card:hover{
    box-shadow: 0px 0px 3px 0px #000;
 }
   

/*offer*/

         li#bigoffershow {
  display: none !important;
}
li.offer-btn-whl-lg.aos-init.aos-animate {
  display: block !important;
}
li.offer-btn-whl.aos-init.aos-animate {
  display: none !important;
}
.close-btn-black {
    background: #3a95a1;
    color: #ffeaea;
    border: none;
    width: 32px;
    font-weight: 900;
    border-radius: 50px;
    position: absolute;
    right: 0px;
    top: -2px;
}
li#bigoffershow img {
           width: 20% !important;
    position: fixed !important;
       left: 79% !important;    
    bottom: 0px !important;
  

}
li#bigoffershow img {
   animation: shake-animation  0.9s ease infinite;
  transform-origin: 50% 50% 0;
}

@keyframes shake-animation {
   0% { transform:translate(0,0) }
  1.78571% { transform:translate(5px,0) }
  3.57143% { transform:translate(0,0) }
  5.35714% { transform:translate(5px,0) }
  7.14286% { transform:translate(0,0) }
  8.92857% { transform:translate(5px,0) }
  10.71429% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}


.social-contact p a {
    color: #5D5D5D;
}
.fl-fl.float-ph {
    bottom: 408px;
}

.intern-card .card-body {
  padding: 0.25rem !important;
}

.inter-pts ul {
  list-style: disc;
  margin-left: 20px;
}

.career-page-form .font-weight {
  font-weight: 500;
  font-size: 15px;
}

.top-list {
  list-style: none !important;
}

.dropdown-menu.company {
    left: 396px;
}
 .row.card--section { 
  margin-bottom: 30px;
}
@media (max-width: 991px) { 
.dropdown-menu.company
 {
        left: 30px;
        top: 220px;
 }
}
@media (max-width: 600px) {
 .dropdown-menu.company {
        top: 170px;
 }
 .row.card--section {
    gap: 20px;
    margin: 20px 0px;
}
}
