@font-face {
  font-family: Eurotile;
  src: url("/Content/fonts/Eurostile-Demi\ Demi.ttf");
  font-weight: 500
}
@font-face {
  font-family: Poppins;
  src: url("/Content/fonts/Poppins-Regular.ttf");
  font-weight: 500
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1750px;
  }
}



:root {

    /* colors */
    --green:#00DDCA;
    --dark-blue-color:#282F42;
    --dark-blue-color-1:#353F58;
    --theme-light-blue:#5b6b8c;
    --white:#fff;
    --black:#000;
    --black-shade:rgb(40 47 66 / 80%);
    --white-shade:rgb(255 255 255 / 75%);
    --dark-text-blue:#1E2435;
  
      /* font size */
  
  --header-1-fontSize: 5em;    /* 80px */
  --header-2-fontSize: 2.5em; /* 40px */
  --header-3-fontSize: 1.875em; /* 30px */
  --header-4-fontSize: 1.25em; /* 20px */
  --header-5-fontSize: 1.25em; /* 20px */
  --header-6-fontSize: 1em; /* 16px */
  
  --btn-fontSize: 1em;
  
  --body1-fontSize: 1em;
  --body2-fontSize: 1em;
  
  --footerlinks-fontSize:0.875em;
  
  /* font family */
  
    --font-family-Normal: 'Poppins', sans-serif;
    --font-family-Eurotile:"Eurotile", sans-serif;
  
    }
  /* all over */
  /* * { cursor: none !important; } */
  html{
    scroll-behavior: smooth;
  }
  ::-webkit-scrollbar {
   background-color: transparent;
   width: 5px;
  }
  ::-webkit-scrollbar-thumb {
    background: var(--theme-light-blue);
    border-radius: 10px;
  }
  ::selection{
  }
  
  *{line-height:150%}
    a{
      text-decoration: none !important;
    }
    body{
      color: var(--white);
      background-color: var(--dark-blue-color-1) ;
      overflow-x: hidden !important;
    }
    footer{
      color: var(--white);
      border-top: 1px solid #364856;
    }
    p{
      line-height: 32px;
    }

  /* keyframes */
  @keyframes GradientBorder {
    0% {
      border-color: #00BCE4;
    }
    25% {
      border-color: #00DDCA;
    }
    50% {
      border-color: #00BCE4;
    }
    75% {
      border-color: #00DDCA;
    }
    100% {
      border-color: #00BCE4;
    }
  }

  @keyframes GradientBackground {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }

  @keyframes GradientText {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }

  @keyframes typing {
    from { width: 0; }
    to { width: 100%; }
  }

  @keyframes blink {
      from, to { border-color: transparent; }
      50% { border-color: black; }
  }



/* new theme css */

/* top bar */
.graddient-top-bar {
    background: linear-gradient(237deg, #00BCE4, #00DDCA, #00BCE4, #00DDCA, #00BCE4, #00DDCA);
    background-size: 1200% 1200%;
    animation: GradientBackground 15s ease infinite;
    width: 100%;
    height: 7px;
}

/* header */
.panel-default.collapse-header.dark .navbar-collapse{
    border-color:transparent;
}
.head-btn a{
    position: relative;
    border-color: transparent;
}
.navbar-default .get-in-touch{
    color: var(--green) !important;
      border-color: var(--green);
      border: 1px solid;
      width: fit-content;
      border-radius: 23px;
      display: flex !important;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      font-family: "Eurotile";
      font-size: 16px;
      padding: 0 20px;
      background: transparent !important;
      border: none ;
  }
  .get-in-touch span{
    color: var(--green) !important;
  }
  .head-btn a::after {
    content: "";
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    position: absolute;
    border-radius: 50%;
    left: 0%;
    opacity: 1;
    transition: all 300ms ease 0ms;
    animation: GradientBorder 15s ease infinite;
    color: var(--white) !important;
    top: 0;
}
  .get-in-touch span {
    position: relative;
    z-index: 9;
  }

  .choose-join-btn a:hover::after, .head-btn a:hover::after {
    width: 100%;
    max-width: 180px;
    border-radius: 31px;
}
.head-btn a:hover span{
    color: var(--white) !important;
  }


#return-to-top{
  background: linear-gradient(237deg, #00BCE4, #00DDCA, #00BCE4, #00DDCA, #00BCE4, #00DDCA);
  background-size: 1200% 1200%;
  animation: GradientBackground 15s ease infinite;
}

.head-btn a:hover::after {
    background: linear-gradient(237deg, #00BCE4, #00DDCA, #00BCE4, #00DDCA, #00BCE4, #00DDCA);
    background-size: 1200% 1200%;
    animation: GradientBackground 15s ease infinite;
}

.header-container{
       background-color: var(--dark-blue-color-1);
    height: 100px;
    border: none !important;
}
.navbar-default, .navbar-default .navbar-collapse{
    background-color: var(--dark-blue-color-1);
}
.navbar-default .navbar-nav>li>a {
    color: var(--white);
    font-size: 16px;
    font-family: "Eurotile";
}

.navbar-nav>li.hidden-xs.hidden-sm{
    display: none;
}

.lng-dropdown-btn{
    background-color: var(--dark-blue-color-1);
    color: var(--white);
}

.header-navigation-menu .nav-menu-item .nav-title{
    color: var(--white);
}
footer .nav-menu-item .nav-item a, .header-navigation-menu .nav-menu-item .nav-item a{
    color: var(--white);
}

/*index page  */

/* global class */
.container{
  width: 100%;
  max-width: 1750px;
}
.content-wrapper{
  overflow-x: hidden !important;
}
.h-20{
  height: 15px;
}
.green-btn{
  color: var(--green) !important;
  border-color: var(--green);
  border: 1px solid;
  width: fit-content;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: "Eurotile";
  font-size: 16px;
  padding: 0 20px;
}
.f-30{font-size: 30px;}

.cust-link{
  display: flex;
  justify-content: center;
  color: var(--green) !important;
  font-family: var(--font-family-Eurotile);
  border-radius: 30px;
  border: 3px solid var(--green);
  height: 45px;
  align-items: center;
}

.hero-details-wrapper .cust-link{
  height: 60px;
  font-size: 18px;
  padding: 20px;
  padding-right: 13px;
}
  
.hero-details-wrapper .cust-link span{
  padding-right: 20px;
  padding-top: 4px;
}

.color-green{
  color: var(--green);
}
input[type="text"],
input[type="number"],
input[type="email"]{
  width: 100%;
  border-radius: 13px;
  background-color: var(--dark-blue-color-1);
  height: 60px;
  outline: none;
  border: none;
  padding: 10px 15px;
}
textarea{
  width: 100%;
  border-radius: 13px;
  background-color: var(--dark-blue-color-1);
  outline: none;
  border: none;
  height: 140px;
  padding: 10px 15px;
}

/* header */
.graddient-top-bar{
  background: linear-gradient(237deg, #00BCE4, #00DDCA, #00BCE4, #00DDCA, #00BCE4, #00DDCA);
  background-size: 1200% 1200%;
  animation: GradientBackground 15s ease infinite;
  width: 100%;
  height: 7px;
}

.color-green-animate {
  background: linear-gradient(237deg, #00BCE4, #00DDCA, #00BCE4, #00DDCA, #00BCE4, #00DDCA);
  background-size: 1200% 1200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: GradientText 15s ease infinite;
  display: inline-block;
}

.top-contact-info{
  background-color: var(--dark-blue-color);
  color: var(--white);
  height: 50px;
}
.top-contact-info .top-contact-social i {
  color: var(--white);
  height: 22px;
  width: 22px;
  font-size: 22px;
}
.header-wrapper{
  background-color: var(--dark-blue-color-1);
  height: 100px;
}
.head-left-side{
  gap: 80px;
}
.head-left-side .menu-list{
  gap: 30px;
}
.head-left-side .menu-list a{
  color: var(--white);
  font-size: 16px;
  font-family: "Eurotile";
}
.top-contact-social{
  display: flex;
  gap: 16px;
}
.choose-join-btn{
  display: flex;
  justify-content: center;
}
.choose-join-btn a{
  position: relative;
  border-color: transparent;
}
.head-btn a{
  position: relative;
  border-color: transparent;
}
.menu-list .dropdown-menu {
  display: none;
  position: absolute;
  background-color: white; 
  padding: 10px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  z-index: 1; 
}

.menu-list .dropdown-menu a {
  color: black; 
  text-decoration: none;
  display: block;
  padding: 5px;

}

.menu-list .dropdown-menu a:hover {
  background-color: #ddd; 
}

.menu-list .dropdown:hover .dropdown-menu {
  display: block;
}

.menu-list .dropdown {
  position: relative;
}

/* service section */
.services-wrapper{
  background-color: var(--dark-blue-color-1);
}
.services-title{
  position: relative;
  margin-bottom: 50px;
}
.services-title h1{
  font-size: 193px;
  color: var(--dark-text-blue);
  position: relative;
  text-align: center;
  white-space: nowrap;
  font-family: var(--font-family-Eurotile);
  transform: translate(1700px, 0px);
}

.services-title h6 {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 72px;
  /* border-bottom: 1px solid transparent; */
  font-size: 50px;
  text-align: center;
  display: flex;
  width: 25%;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-family: var(--font-family-Eurotile);
}

.green-btn span{z-index: 9;}

.cust-label{
  width: 100%;
  max-width: 161px;
  height: 46px;
  border-radius: 31px;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white) !important;
  font-family: var(--font-family-Normal);
  position: relative;
}
.cust-label::after{
  content: "";
  width: 46px;
  height: 46px;
  border: 1px solid var(--white);
  position: absolute;
  border-radius: 50%;
  left: 0%;
  top: 0%;
  opacity: 1;
  transition: all 300ms ease 0ms;
}
.choose-join-btn a::after{
  content: "";
  width: 46px;
  height: 46px;
  border: 1px solid transparent;
  position: absolute;
  border-radius: 50%;
  left: 0%;
  top: 0%;
  opacity: 1;
  transition: all 300ms ease 0ms;
  animation: GradientBorder 15s ease infinite;
  color: var(--white) !important  ;
}
.choose-join-btn a:hover::after{
  background: linear-gradient(237deg, #00BCE4, #00DDCA, #00BCE4, #00DDCA, #00BCE4, #00DDCA);
  background-size: 1200% 1200%;
  animation: GradientBackground 15s ease infinite;
}
.choose-join-btn a:hover{
  color: var(--white) !important;
}
.head-btn a::after{
  content: "";
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  position: absolute;
  border-radius: 50%;
  left: 0%;
  opacity: 1;
  transition: all 300ms ease 0ms;
  animation: GradientBorder 15s ease infinite;
  color: var(--white) !important  ;
}
.head-btn a:hover{
  color: var(--white) !important;
}
.head-btn a:hover::after{
  background: linear-gradient(237deg, #00BCE4, #00DDCA, #00BCE4, #00DDCA, #00BCE4, #00DDCA);
  background-size: 1200% 1200%;
  animation: GradientBackground 15s ease infinite;
}
.white-shade .cust-label::after{
  border: 1px solid var(--black);
}
.services-box a:hover .cust-label::after{
  width: 100%;
  max-width: 161px;
  border-radius: 31px;
}
.choose-join-btn a:hover::after,.head-btn a:hover::after {
  width: 100%;
  max-width: 180px;
  border-radius: 31px;
}
.services-box{
  /* width: 100%;
  max-width: 545px; */
  height: 374px;
  padding: 0 !important;
}
.services-box a{
  width: 100%;
  height: 100%;
  display: block;
  color: var(--white);
}
.services-box h5{
  font-size: 36px;
  font-family: var(--font-family-Eurotile);
}
.services-box .box-info{
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 374px;
  gap: 15px;
  padding: 30px;
  justify-content: flex-end;
}
.services-box-wrapper{
  /* padding-bottom: 171px; */
  padding-bottom: 70px;
  opacity: 1;
}
.services-box-wrapper .row{
  justify-content: center;
}
.white-shade .cust-label{
  color: var(--black) !important;
  /* border-color: var(--black); */
}
.services-box .white-shade h5{
  color: var(--black);
}
.services-box .black-shade.box-info{
  background-color: var(--black-shade);
}
.services-box .white-shade.box-info{
  background-color: var(--white-shade);
}
.services-box.website-design{
  background-image: url("/Content/images/website-design.png");
  opacity: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.services-box.cms{
  background-image: url("/Content/images/CMS.png");
  opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.services-box.erp{
  background-image: url("/Content/images/ERP.png");
  opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.services-box.mobile-apps{
  background-image: url("/Content/images/mobile-apps.png");
  opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.services-box.ecommerce-website{
  background-image: url("/Content/images/ecommerce-website.png");
  opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.services-box.wordpress{
  background-image: url("/Content/images/wordpress.png");
  opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-section{
  position: relative;
}
.hero-bg-img{
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.logo-bracket img{
  position: absolute;
  right: -24vh;
  bottom: -13vh;
  height: 102vh;
  top: -35px;
}

.wordpress-logo {
  position: absolute;
  top: 33.5vh;
  right: 62vh;
  width: 13vh;
  fill: var(--theme-light-blue);
}
.umbraco-logo{
  position: absolute;
  top: 22.5vh;
  right: 41.5vh;
  width: 13vh;
  fill: var(--dark-blue-color-1);
}
.website-logo{
  position: absolute;
  width: 13vh;
  top: 11vh;
  right: 21.25vh;  
  fill: var(--theme-light-blue);
}
.react-logo{
  position: absolute;
  width: 13vh;
  top: 22vh;
  right: 2vh; 
  fill: var(--dark-blue-color-1);
}
.handshake-logo{
  position: absolute;
  width: 13vh;
  top: 35.5vh;
  right: 21.5vh; 
  fill: var(--dark-blue-color-1);
}
.location-logo{
  position: absolute;
  width: 9vh;
  top: 46.5vh;
  right: 43.5vh; 
  fill: var(--dark-blue-color-1);
}
.code-logo{
  position: absolute;
  width: 13vh;
  top: 58vh;
  right: 62vh; 
  fill: var(--dark-blue-color-1);
}
.nop-logo{
  position: absolute;
  width: 13vh;
  top: 47vh;
  right: 3vh; 
  fill: var(--theme-light-blue);
}
.adobe-logo{
  position: absolute;
  width: 13vh;
  top: 57.5vh;
  right: 21.5vh; 
  fill: var(--dark-blue-color-1);
}
.design-logo{
  position: absolute;
  width: 12vh;
  top: 70vh;
  right: 42vh; 
  fill: var(--theme-light-blue);
}
.apple-store{
  position: absolute;
  top: 68.5vh;
  right: 82vh;
  width: 13vh;
  fill: var(--theme-light-blue);
}
.play-store{
  position: absolute;
  width: 13vh;
  top: 68vh;
  right: 2vh; 
  fill: var(--theme-light-blue);
}

.experience-info h1{
  opacity: 0;
  transform: translateY(50%);
}


/* footer */
footer{
  background-color: var(--dark-blue-color);
}

/* .join-btn-wrapper:hover {
  transform: scale(2);
  border-color: transparent;
  transition: 0.5s;
} */
.join-btn-wrapper .join-now-btn::after{
  content: "";
  border-radius: 50px;
  border: 3px solid var(--white);
  padding: 5px;
  /* width: 200px; */
  width: 180px;
  position: absolute;
  height: 70px;
}

.join-btn-wrapper .join-now-btn:hover.join-now-btn::after{
  transform: scale(1.5);
  border-color: transparent;
  transition: 0.5s;
}
.join-btn-wrapper .join-now-btn{
  position: relative;
  width: fit-content;
  height: 46px;
  border-radius: 31px;
  border: 3px solid var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
  color: var(--black) !important;
  font-family: var(--font-family-Eurotile);
  font-size: 19px;
  padding: 25px 45px;
  margin-right: 18px;

}
.join-btn-wrapper a.join-now-btn{
  border: 3px solid var(--green);
}
footer .connect-info{transform: translateX(-150%);}
footer .contact-us-info{transform: translateX(150%);}
.footer-title{
  padding-bottom:73px;
  position: relative;
}
.footer-title h1{
  font-size: 193px;
  color: var(--dark-text-blue);
  position: relative;
  text-align: center;
  font-family: var(--font-family-Eurotile);
  transform: translate(1440px);
}
.footer-title h6{
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 72px;
  /* border-bottom: 1px solid var(--green); */
  font-size: 50px;
  text-align: center;
  display: flex;
  width: 25%;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: var(--font-family-Eurotile);
}
.footer-contact{
  margin-bottom: 40px;
}
.footer-contact-info h2 {
  margin-bottom: 20px;
  font-family: var(--font-family-Normal);
  font-size: 50px;
}
.footer-contact-info p{
  line-height: 32px;
  font-family: var(--font-family-Normal);
  font-size: 20px;
}
.footer-contact-info label{
  font-family: var(--font-family-Normal);
  font-size: 20px;
}
.footer-contact h1{
  margin-bottom: 20px;
}
.footer-contact p {
  font-size: 24px;
  line-height: 45px;
}
.phone-info.footer-contact-info{
  text-align: center;
  padding-right: 45px;
}
.bottom-contact-social{
  display: flex;
  gap: 15px;
}
.bottom-contact-social i {
  color: var(--white);
  height: 22px;
  width: 22px;
  font-size: 22px;
}
.contact-fields{
  display: flex;
  flex-direction:column;
  margin-bottom:30px ;
}
.gradient-wrapper {
  position: relative;
  margin-top: 191px;
  margin-bottom: 71px;
}
.gradient-info{
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  align-items:flex-end;
}
.gradient-info h1{
  max-width:520px;
  font-family: var(--font-family-Eurotile);
  transform: translateX(-150%);
}
.gradient-info .join-btn-wrapper{
  transform: translateX(150%);
}
.contact-fields label{
  padding-bottom: 20px;
  font-family: var(--font-family-Normal);
  font-size: 20px;
}
.outro-wrapper{
  padding-bottom: 92px;
  opacity: 0;
  transform: translateY(50%);
}
.outro-wrapper .outro-logo{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-bottom: 18px;
}
.outro-wrapper .outro-logo label{
  font-family: var(--font-family-Normal);
}
.outro-wrapper .outro-end{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 21px;
}
.outro-wrapper .outro-end label{
  font-family: var(--font-family-Eurotile);
}
.texture-bg{
  background-image: url("/Content/images/Group 742.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}  
.texture-bg .experience-info{
  min-height: 638px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--white);
}
.texture-bg .container h1{
  font-family:  var(--font-family-Eurotile) ;
  line-height: 70px;
}
.grid-container{background-color: var(--dark-blue-color);}
.grid-wrapper{
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: repeat(12, 1fr);
grid-column-gap: 15px;
grid-row-gap: 15px;
padding-top: 15px;
padding-bottom: 105px;
}
.grid-wrapper .grid-item{background-color: var(--dark-blue-color-1);color: var(--white);padding: 32px 29px;opacity: 0;}
.grid-wrapper .grid-item p{font-size: 18px;font-family: var(--font-family-Normal);}
.grid-wrapper .grid-item h2,.grid-wrapper .partner h4{font-family: var(--font-family-Eurotile);}
.grid-wrapper .partner { grid-area: 1 / 1 / 4 / 4; display: flex; flex-direction: column; justify-content: space-between;}
.grid-wrapper .scalability { grid-area: 10 / 1 / 13 / 7; }
.grid-wrapper .quality { grid-area: 4 / 1 / 10 / 4; }
.grid-wrapper .experience { grid-area: 1 / 4 / 10 / 7; }
.grid-wrapper .client-satisfaction { grid-area: 1 / 7 / 7 / 10; }
.grid-wrapper .client-satisfaction2 { grid-area: 7 / 7 / 13 / 10; }
.grid-wrapper .tailored-solutions { grid-area: 1 / 10 / 13 / 13; }

.hero-details-wrapper{
width: 100%;
max-width: 725px;
color: var(--white);
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
height: 85vh;
}
.hero-details-wrapper .hero-title h1{
padding-bottom:22px;
font-family: var(--font-family-Eurotile);
font-size: 80px;
}
.hero-details-wrapper .hero-details{
padding-bottom: 46px;
}
.hero-details-wrapper .hero-details p{
font-size: 20px;
font-family: var(--font-family-Normal);
line-height: 40px;
}
.top-contact-email{
font-family: var(--font-family-Normal);
font-size: 14px;
}

/* pre-loader */
.overlay{
position: fixed;
width: 100vw;
height: 100vh;
z-index: 10;
display: flex;
pointer-events: none;
}
.bar{
width: 10vw;
height: 105vh;
background-color: var(--theme-light-blue);
z-index: 10;
}
.counter{
position: fixed;
width: 100%;
height: 100%;
display: flex;
justify-content: flex-end;
align-items: flex-end;
z-index: 10000;
color: var(--dark-blue-color-1);
padding: 0.2em 0.4em;
font-size: 20vh;
font-family: var(--font-family-Eurotile);
pointer-events: none;
}
.taglines,.coming-soon-text{
position: fixed;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
color: var(--dark-blue-color-1);
padding: 0.2em 0.4em;
pointer-events: none;
z-index: 9999;
}

.taglines h1 ,.coming-soon-text h1{
width: 100%;
height: 100%;
text-align: center;
opacity: 1;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
font-size: 7.5vh;
font-family: var(--font-family-Eurotile);
}

/* cursor */

.cursor{
position: fixed;
width: 20px;
height: 20px;
border-radius: 50%;
background-color: var(--white);
transition: 0.1s;
opacity: 0.9;
transform: translate(-50%,-50%);
pointer-events: none;
mix-blend-mode: normal;
z-index: 9999;
}

.cursor.scale{
transform:  scale(3);
border: 1px solid var(--black);
background-color: #ffffff2f;
opacity: 1;
pointer-events: none;
}
.outro-copyright span a{
color:var(--white)
}

/* about us page, Privacy Policy ,Disclaimer-page, Services Offer*/

html.about-us-page body,
html.privacy-policy-page body,
html.Disclaimer-page body,
html.Services-page body{
background-color: var(--dark-blue-color);
}

html.about-us-page .page-content .container,
html.privacy-policy-page .page-content .container,
html.Disclaimer-page .page-content .container{
max-width: 1500px;
}
html.about-us-page .hero-section{

}
html.about-us-page .page-content .jumbotron-wrapper{
background-color: var(--dark-blue-color-1);
}
html.about-us-page .page-content .jumbotron-wrapper .container{
max-width: 1750px;
}
html.about-us-page .page-content .jumbotron-wrapper .jumbotron {
padding-top: 20px;
}
html.about-us-page .page-content .jumbotron-wrapper .jumbotron h1{
font-size: 65px;
}

.sub-page .hero-title{
margin-top: 40px;
}
.sub-page .hero-title h2{
font-size: 60px;
margin-top: 20px;
font-weight: 600;
line-height: initial;
}
html.about-us-page .hero-content{}

.sub-page .hero-content p{
margin-top: 25px 0; 
font-size: 22px;
white-space: pre-line;
}

.sub-page .hero-section .hero-title .line-title {
font-size: 24px;
font-weight: 700;
text-transform: uppercase;
position: relative;
margin-bottom: 10px;
}
.sub-page .hero-section .hero-title .line-title span {
background: var(--dark-blue-color);
position: relative;
z-index: 9;
display: block;
width: fit-content;
padding-right: 25px;
}
.sub-page .hero-section .hero-title .line-title:after {
content: "";
height: 3px;
background: #fff;
position: absolute;
bottom: 5px;
right: 0;
left: 0;
}


/* footer for other pages */
.gradient-info-pages{
display: flex;
justify-content: space-between;
position: absolute;
top: 20%;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
width: 100%;
align-items:flex-end;
}
.gradient-info-pages h1{
max-width:520px;
font-family: var(--font-family-Eurotile);
}

.outro-wrapper-pages{
padding-bottom: 92px;
}
.outro-wrapper-pages .outro-logo{
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
padding-bottom: 18px;
}
.outro-wrapper-pages .outro-logo label{
font-family: var(--font-family-Normal);
}
.outro-wrapper-pages .outro-end{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 21px;
}
.outro-wrapper-pages .outro-end label{
font-family: var(--font-family-Eurotile);
}
.gradient-wrapper-pages {
position: relative;
margin-top: 120px;
margin-bottom: 71px;
}

/* servies page */
html.Services-page .sub-page .title{
text-align: center;
background: #353f58;
padding-bottom: 25px;
}
html.Services-page .sub-page .title h1{
font-size: 65px;
}
html.Services-page .sub-page .content-contanier{
margin-top: 50px;
}
html.Services-page .offered-description .section-wrapper{
display: flex;
gap: 20px;
align-items: center;
}
html.Services-page .gradient-wrapper-pages{
margin-top: 80px;
}

/* team page */
html.Team-page .sub-page .title h3{
font-size: 65px;
}
html.Team-page .sub-page .title label{
font-size: 30px;
}

.contact-form-wrapper{
  background-color: var(--dark-blue-color);
  padding-bottom: 50px;
}

.our-expertise-section {
  background: linear-gradient(179deg, #353f58 -13.77%, #282f42 99.33%) !important;
  padding: 0;
}

.our-expertise-section .item-title, .our-expertise-section .item-description{
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.our-expertise-section .item-title{
  background: linear-gradient(237deg, #00BCE4, #00DDCA, #00BCE4, #00DDCA, #00BCE4, #00DDCA);
  background-size: 1200% 1200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: GradientText 15s ease infinite;
  display: inline-block;
}
.our-expertise-section .under-line::after{
  background: transparent !important;
}

.our-expertise-section .section-title{
  background: linear-gradient(237deg, #00BCE4, #00DDCA, #00BCE4, #00DDCA, #00BCE4, #00DDCA);
  background-size: 1200% 1200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: GradientText 15s ease infinite;
  display: inline-block;
  font-size: 50px;
  width: 100%;
  text-align: center;
}


.anime-buttons .btn-anime .cust-btn {
  position: relative;
  border-radius: 50px;
}

.anime-buttons .btn-anime .cust-btn::after {
  content: "";
  width: 270px;
  position: absolute;
  height: 70px;
  border-radius: 50px;
  border: 3px solid var(--white);
  padding: 5px;
  transition: 0.5s; 
}

.anime-buttons .btn-anime .cust-btn:hover::after {
  transform: scale(1.5);
  border-color: transparent;
}
.our-expertise-section .anime-buttons{
  width: 100%;
  justify-content: center;
}
.our-expertise-section .expertise-item{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrap-validation-error{
  border: none !important;
}
.join-btn-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;

}
.header-small .navbar-toggle, .header-small .navbar-toggle:focus, .header-small .navbar-toggle:hover{
  background-color: transparent;
}
.navbar-default .navbar-toggle span{
  background-color: #FFF;
}
.container.top-menu-wrp{
  width: 100%;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
  background-color: transparent;
}
.popup-menu{
  background-color: var(--dark-text-blue);
}
.popup-menu .panel-collapse-title a, .popup-menu .panel-title a{
  color: #fff;
}
.popup-menu .nav-border-mobile{
  border-bottom: 1px solid var(--dark-blue-color-1);
}
.popup-menu .navbar-nav>li>a{
  color: #fff;
}
.panel{
  background-color:  var(--dark-text-blue);
}
.nav-pills>li{
  border-color: var(--green) !important;
  transition: all 300ms ease 0ms;
}
.nav-pills>li.active>a{
  background: linear-gradient(237deg, #00BCE4, #00DDCA, #00BCE4, #00DDCA, #00BCE4, #00DDCA);
  background-size: 1200% 1200%;
  animation: GradientBackground 15s ease infinite;
  border-radius: 100px;
}
.breadcrumb{
  background: transparent;
}
.breadcrumb a{
  color: #fff !important;
}
.breadcrumb>.active{
  background: linear-gradient(237deg, #00BCE4, #00DDCA, #00BCE4, #00DDCA, #00BCE4, #00DDCA);
    background-size: 1200% 1200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: GradientText 15s ease infinite;
    display: inline-block;
    font-weight: bold;
}
#cookie-msg{background-color: #000 !important;}
#cookie-msg .msg{
  flex-direction: row;
}
.contact-page .contact-us-info{
  width: 100%;
}
.contact-us .section-2-left{
  background-color: var(--dark-blue-color);
  padding: 25px 0;
}
.contact-us .section-2 .contact-us-form input, .contact-us .section-2 .contact-us-form textarea{
  padding: 5px 15px;
}
.contact-us .section-2 .contact-us-form label{
  top: 0 !important;
  padding: 0 5px;
}
.contact-us .section-1 .title{
  background: linear-gradient(237deg, #00BCE4, #00DDCA, #00BCE4, #00DDCA, #00BCE4, #00DDCA);
  background-size: 1200% 1200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: GradientText 15s ease infinite;
  display: inline-block;
  padding-top:2% ;
}
.contact-us .section-2-right{
  background: linear-gradient(0deg, #282f42 0%, #5b6b8c 100%);
}
.contact-us .section-1>div{
  min-height: 52vh;
}
.portfolio-page .section-2 .tic-toe .background-2,.portfolio-page .section-2 .tic-toe .background-4{
  background:#293144;
}
.portfolio-page .section-2 .tic-toe .project-even .btn span{
  font-weight: bold;
}
.portfolio-page .section-2 .tic-toe .project-odd .btn span{
  font-weight: bold;
  color: #fff;
}
.about-us-page .section-2 .title{
  border-color: var(--green) !important;
}
.ba-container .ba-message .ba-call-to-action a.multiline{
  background: linear-gradient(237deg, #00BCE4, #00DDCA, #00BCE4, #00DDCA, #00BCE4, #00DDCA);
  background-size: 1200% 1200%;
  animation: GradientBackground 15s ease infinite;
}
.under-line::after{
  background: var(--green );
}
.blog .blogposts .post .post-categories>li>a>span{
  color: var(--white);
}
.blog a, .blogpost a{
  color: #2f4351;
}
.ba-subscription{
  background-color: var(--theme-light-blue);
}
.ba-category-list .ba-category.ba-active{
  background: linear-gradient(237deg, #00BCE4, #00DDCA, #00BCE4, #00DDCA, #00BCE4, #00DDCA);
  background-size: 1200% 1200%;
  animation: GradientBackground 15s ease infinite;
  border: none;
}
.contact-us .section-2-left>div{
  padding: 0 15px;
}
.portfolio-page .section-1,.about-us-page .section-1,section.header,.carriers .section-1{
  background: linear-gradient(135deg, rgba(0,188,228,1) 0%, rgba(0,221,202,1) 100%);
}
.navbar-nav .nav-active{
  background: linear-gradient(237deg, #00BCE4, #00DDCA, #00BCE4, #00DDCA, #00BCE4, #00DDCA);
  background-size: 1200% 1200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: GradientText 15s ease infinite;
  display: inline-block;
}
.nav-pills a:hover{
  background: linear-gradient(237deg, #00BCE4, #00DDCA, #00BCE4, #00DDCA, #00BCE4, #00DDCA);
  background-size: 1200% 1200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: GradientText 15s ease infinite;
  display: inline-block;
}
.typewriter {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 0.15em solid;
  animation: typing 3.5s steps(30, end), blink 0.75s step-end infinite;
}
.coming-soon-text h1{
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.portfolio-page .section-2 .tic-toe .background-1,.portfolio-page .section-2 .tic-toe .background-3,.portfolio-page .section-2 .tic-toe .background-5{
  background: #353f58;
}
.portfolio-page .section-2 .tic-toe .project-odd .category,
.portfolio-page .section-2 .tic-toe .project-odd .project-description,
.portfolio-page .section-2 .tic-toe .project-title-wrapper{
  color: #fff;
}
.portfolio-page .section-2 .tic-toe .project-odd .project-title,
.portfolio-page .section-2 .tic-toe .project-even .project-title,
.about-us-page .section-2 .title,
.navbar-default .navbar-nav a:hover,
.under-line,
.blog .blogposts .post .description .meta .share:hover,
.blogpost .meta .share:hover,
.carriers .section-2 .title,
.carriers .header{
  background: linear-gradient(237deg, #00BCE4, #00DDCA, #00BCE4, #00DDCA, #00BCE4, #00DDCA);
  background-size: 1200% 1200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: GradientText 15s ease infinite;
  display: inline-block;
}
.carriers .section-2 .title{
  border-color: var(--green);
}

.portfolio-page .section-2 .tic-toe .project-odd .btn{
  border-color:var(--white);
}
.portfolio-page .section-2 .tic-toe .project-odd .country-category,
.carriers .section-2 .carriers-list .carrier-text,
.s-item{
  color: #fff;
}
.about-us-page .section-4{
  background: #353f58;
}
.ba-container .ba-message{
  border-color: transparent;
}
.btn-dark-green,.ba-social-media .ba-feed .ba-media-selector .btn.ba-btn-active,
.carriers .section-2 .carriers-list li.active,
.benefits-btn,
.apply-btn{
  background: linear-gradient(237deg, #00BCE4, #00DDCA, #00BCE4, #00DDCA, #00BCE4, #00DDCA);
  background-size: 1200% 1200%;
  animation: GradientBackground 15s ease infinite;
  border: none;
}
.blog .blogposts .post .description h3.title, .blogpost .related-blogposts #blogposts h3.title,
.blog .blogposts .post .description .excert{
  color: #fff;
}
.carriers .section-2 .carriers-list li a:hover, .carriers .section-2 .carriers-list li a:focus, .carriers .section-2 .carriers-list>li.active>a, .carriers .section-2 .carriers-list>li.active>a:focus, .carriers .section-2 .carriers-list>li.active>a:hover{
  background: unset;
}
.carriers .section-2 .person-email, .carriers .section-2 .person-skype, .carriers .section-2 .person-phone{
  color: #000;
}
.carriers #social-network{
  background: var(--dark-blue-color);
}
.carriers .section-odd.background{
  background: var(--dark-blue-color-1);
}
.about-us-page .section-5 .right{
  background: var(--theme-light-blue);
}
.blog .blogposts .post .post-categories>li{
  background: var(--green)
}
.ba-social-media .ba-feed{
  border: none;
}