/*
font-family: "Lato", serif;
Thin 100
Light 300
Regular 400
Bold 700
Black 900


font-family: "Poppins", serif;
Thin 100
ExtraLight 200
Light 300
Regular 400
Medium 500
SemiBold 600
Bold 700
ExtraBold 800
Black 900

*/

@font-face {
    font-family: 'Gilroy-Black';
    src: url('../fonts/Gilroy-Black.ttf');
}
@font-face {
    font-family: 'Gilroy-Bold';
    src: url('../fonts/Gilroy-Bold.ttf');
}
@font-face {
    font-family: 'Gilroy-Light';
    src: url('../fonts/Gilroy-Light.ttf');
}
@font-face {
    font-family: 'Gilroy-Regular';
    src: url('../fonts/Gilroy-Regular.ttf');
}
@font-face {
    font-family: 'Gilroy-Medium';
    src: url('../fonts/Gilroy-Medium.ttf');
}
@font-face {
    font-family: 'Gilroy-SemiBold';
    src: url('../fonts/Gilroy-SemiBold.ttf');
}
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.ttf');
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf');
}


/* ============================ Cursor Animate ==================== */
.arrowcursor svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    pointer-events: none;
  }
  
  line {
    stroke: #01c38e;
    stroke-width: 3;
  }
  .whiteimg img {
    filter: invert(1);
  }



  .ball {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
  pointer-events: none;
  transition: transform 0.1s ease-out;
  z-index: 9999;
}
.flame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background: radial-gradient(circle, rgb(1 195 142) 0%, rgba(0, 255, 255, 0) 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: flame 1s infinite;
  opacity: 0.7;
}

@keyframes flame {
  0% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.3;
    transform: translate(-50%, -60%) scale(1.5);
  }
  100% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1);
  }
}


/* ============================ Cursor Animate ==================== */


body, html {
    height: 100%;
    margin: 0;
    overflow: hidden;
    font-family: 'Gilroy-Regular';
  }
  /* Athene Fonts */
a{
    position: relative;
}
.fp-table {
    display: block;
}
p {
    font-family: 'Gilroy-Regular';
    font-weight: 500;
    color: #686968;
    font-size: 14px;
    line-height: 24px;    
}
a:hover {
    color: #01c38e;
}
li {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}
  .section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.9s ease;
    position: relative;
  }
  
  .section.active {
    transform: translate3d(0, 0, 0);
  }
  .sociallistmain {
    padding: 30px 0;
    border-top: 1px solid #3DB28A;
    margin-top: 40px;
}
.emailinfo {
    margin: 10px 0 0 0;
    display: inline-block;
}
.emailinfo img {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    position: relative;
    bottom: 14px;
}
.emailinfo p {
    font-weight: 500;
    color: #4aa581;
    font-size: 16px;
    margin: 10px 0 0px 0;
    display: block;
}
.emailinfo a {
    color: #f5f5f5;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    font-family: 'Gilroy-Medium';
}
.copyrightText {
    text-align: center;
    margin-top: 40px;
}
.copyrightText p {
    color: #f5f5f5;
    font-size: 13px;
    text-align: right;
}
.footersocial {
    float: right;
}
.footersocial ul {
    margin: 12px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
.footersocial ul li {
    display: inline-block;
}
.footersocial ul li a:hover {
    background-color: #01c38e;
    border-color: #01c38e;
}
.footersocial ul li a:hover svg path {
    fill: #fff !important;
    transition: all 0.5s ease;
}
.footersocial ul li a svg path {
    fill: #3DB28A !important;
    transition: all 0.5s ease;
}

/* Side Buttons */
.getquotebuttons {
    position: fixed;
    right: -100px !important;
    top: 50%;
    z-index: 8;
}
.getquotebuttons ul li{
    margin-bottom: 3px;
}
.getquotebuttons ul li a {
    background: #01c38e;
    padding: 15px 12px;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 14px;
    transform: translateY(0%) translateX(8%);
    transition: transform 0.5s ease-in-out;
}
.getquotebuttons ul li a i{
    margin-right: 10px;
    font-size: 15px;
}
.getquotebuttons ul li a.greybtn {
    background: #132d46;
}
.getquotebuttons ul li a:hover, .getquotebuttons ul li a:focus{
    transition: transform 0.5s ease-in-out;
    transform: translateY(0%) translateX(-65%);
}
/* Side Buttons */
/* Index Left Copyright */
.geekscopyright {
    position: fixed;
    left: -69px;
    right: auto;
    bottom: 210px;
    transform: rotate(270deg);
    z-index: 9;
}
.geekscopyright ul li {
    display: inline-block;
    margin-right: 10px;
    color: #313131;
}
.geekscopyright ul li span img{
    width: 12px;
    height: 77px;
    transform: rotate(90deg);
    position: relative;
    top: -2px;
    left: auto;
    right: 33px;
    object-fit: scale-down;
}

.geekscopyright ul li span {
    color: #969695;
    font-size: 14px;
    text-transform: capitalize;
}
.geekscopyright ul li small {
    color: #969695;
    margin-right: 11px;
}
/* Index Left Copyright */

/* ========= PreLoader ========== */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0c2236;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  
  .loader-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .loader-inner img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    mix-blend-mode: color-dodge;
  }
  .loader-inner video {
    width: 120px;
    height: 120px;
    object-fit: contain;
    mix-blend-mode: color-dodge;
  }
  
  .line {
    width: 100%;
    height: 2px;
    background-color: #01c38e;
    transform-origin: left center;
    transform: scaleX(0);
  }
  
  h1 {
    opacity: 0;
    transition: opacity 0.5s ease;
    margin-top: 20px;
    text-align: center;
  }
  
  
  
/* ========= PreLoader ========== */
/* Begin: Header CSS */
  .container1 {
    max-width: 1803px;
    box-sizing: border-box;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
  }  
  
  .container2 {
    /* max-width: 1618px; */
    max-width: 1684px;    
    box-sizing: border-box;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
.header_topbar {
    background-color: #01c38e;
    padding: 10px 0px;
    margin-bottom: 10px;
}
.topbar_left_col ul {
    display: flex;
    gap: 10px;
    align-items: center;
}
.topbar_left_col ul a {
    color: #132d46;
}
.topbar_right_col ul {
    justify-content: end;
}
.vertical_align_center {
    align-items: center;
}
.rightNavBar ul li a.header_cta {
    background-color: #01c38e;
    padding: 15px 40px;
    display: block;
}
.rightNavBar ul li a.header_cta:hover {
    background-color: #132d46;
}
header {
    padding: 20px 0 20px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
    /*background-color: #e3e3e238;
    backdrop-filter: blur(10px);*/
}
#navigationWrap {
  display: none;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background: #262626;
  opacity: 0;
  position: absolute;
  top: 0;
  padding: 50px 0;
  overflow: hidden;
  z-index: 99;
}
nav ul {
  list-style-type: none;
  padding: 0;
}
nav ul li {
  color: white;
  font-size: 15vh;
  text-transform: uppercase;
  overflow: hidden;
  font-weight: 700;
}
nav ul li:first-child {
  font-size: 8vh;
  overflow: visible;
}
@media (max-width: 750px) {
  nav ul li {
    font-size: 15vw;
  }
  nav ul li:first-child {
    font-size: 8vw;
  }
}
nav a {
  color: white;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
nav a:hover {
  color: #f24738;
}
.navbar {
  position: relative;
  top: 13px;
  z-index: 9999;
  cursor: pointer;
  padding: 0;
}
.close {
    display: none;
    opacity: 0;
    position: fixed;
    top: 70px;
    right: 60px;
    width: 28px;
    height: 34px;
    z-index: 999;
    cursor: pointer;
    color: #fff;
    text-shadow: none;
}
.close:hover {
    color: #fff;
    text-decoration: none;
}
.fa {
  color: #484848;
  padding-right: 12px;
  font-size: 1.8em !important;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fa:hover {
  color: #f24738;
}
.rightNavBar ul li {
    display: inline-block;
    margin-right: 20px;
}
.rightNavBar ul li a {
    color: #132d46;
    font-family: 'Gilroy-Medium';
    font-size: 16px;
}
.rightNavBar ul li .circledot {
    background-color: #01c38e;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0;
    border-radius: 100px;
    position: relative;
    z-index: 1;
}
.rightNavBar ul li:last-child{
    margin-right: 0px;    
}
/*.rightNavBar ul {
    text-align: right;
    margin: 8px 0 0 0;
}*/
/* END: Header */
/* BEGIN Open Menu Content */
.InnerAboutContent a{
    color: #e3e3e2;
    display: block;
    font-size: 34px;
    margin: 0 0 10px 0;
    font-family: 'Gilroy-Medium';    
}
.InnerAboutContent span{
    color: #e3e3e2;
    font-size: 23px;
    display: block;
    margin: 10px 0 15px 0;
}
.InnerAboutContent p{
    font-weight: 500;
    font-size: 14px;
    color: #90908f;
    line-height: 20px;
}
.InnerNavigation {
    vertical-align: text-top;
}
.InnerNavigation span {
    color: #e3e3e2;
    font-size: 23px;
    display: block;
    margin: 10px 0 15px 0;
}
.InnerNavigation ul li {
    margin-bottom: 5px;
}
.InnerNavigation ul li a {
    color: #90908f;
    font-size: 14px;
    margin: 0;
    text-transform: capitalize;
}
.InnerNavigation ul li a:hover{
    color: #01c38e;
}
.MenuRight {
    position: relative;
}
.getaQuoteMain span {
    color: #e3e3e2;
    display: block;
    font-size: 34px;
    margin: 0 0 10px 0;
    font-family: 'Gilroy-Medium';
}
.getaQuoteMain small {
    color: #e3e3e2b8;
    font-size: 16px;
    display: block;
    margin: 20px 0 12px 0;
}
.QoteForm select {
    background: #181818;
    background-color: #181818; /* Standard syntax (not prefixed) */
    -o-background-color: #181818; /* Opera */
    -moz-background-color: #181818; /* Firefox */
    -webkit-background-color: #181818; /* Safari/Chrome */
    border: none;
    color: #90908f;
    width: 100%;
    height: 45px;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 0px 10px;
    font-size: 16px;
}
.form-select option {
    font-size: 16px;
    line-height: 30px;
}
.QoteForm .form-control {
    background: #181818;
    border: none;
    color: #90908f;
    width: 100%;
    height: 45px;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 0px 10px;
    font-size: 16px;
}
.QoteForm .form-control:focus{
    background: #202120;
    border: none;
    color: #90908f;    
}
.QoteForm textarea {
    background: #181818;
    border: none;
    color: #90908f;
    width: 100%;
    height: 60px;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 10px 10px;
    height: 150px;
}
.QoteForm input[type="submit"] {
    color: #e3e3e2;
    display: block;
    font-size: 30px;
    margin: 0 0 10px 0;
    font-family: 'Athene';
    background: none;
    border: none;
    border-radius: inherit;
    padding: 0;
}
.QoteForm input[type="submit"]:hover, .QoteForm input[type="submit"]:focus {
    color: #01c38e;
}
.centerLineNav {
    background: #474847;
    height: 1px;
    margin: 30px 0 30px 0;
}
.AdressBox span {
    color: #e3e3e27a;
    font-size: 16px;
    display: block;
    margin: 0 0 15px 0;
}
.AdressBox small {
    color: #90908f96;
    font-size: 14px;
    display: block;
    margin: 0 0 10px 0;
}
.AdressBox a {
    color: #90908f96;
    font-size: 15px;
    display: block;
    margin: 0 0 12px 0;
    line-height: 23px;
}       
.AdressBox a:hover{
    color: #01c38e;    
}
.connectsocial {
    display: inline-block;
    vertical-align: top;
}
.connectsocial span {
    color: #e3e3e27a;
    font-size: 16px;
    display: block;
    margin: 0 0 20px 0;
}
.connectsocial a {
    display: inline-block;
    margin-right: 7px;
    /* overflow: hidden; */
}
.connectsocial  a {
    font-size: 20px;
    color: #90908f96;
    margin-bottom: 20px;
   
}
.connectsocial a:hover {
    color: #01c38e;
}
.connectsocial ul li img {
    width: 55px;
    height: 55px;
    object-fit: scale-down;
    filter: opacity(50%);
}
.main_nav_Box {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#myVideo{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: #e9eaed; /* in case the video doesn't fit the whole page*/
    background-position: center center;
    background-size: contain;
    object-fit: cover; /*cover video background */
    z-index: 0;
}

.clouseText small{
    font-family: 'Gilroy-Bold';
    font-size: 65px;
    line-height: 77px;
    color: #272827;
    display: block;
    text-align: right;
    position: relative;
/*    letter-spacing: -7px;*/
    right: 52px;
/*    top: 17px;*/
    background: -webkit-linear-gradient(80deg, rgb(9 28 52) 18%, rgb(9 27 53) 20%, rgb(5 17 32) 30%, rgb(40 76 121) 50%, rgb(20 36 57) 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.clouseText span {
    font-family: 'Gilroy-Black';
    font-size: 90px;
    line-height: 70px;
    color: #272827;
    display: block;
    text-align: right;
/*    background: -webkit-linear-gradient(135deg, rgb(117 117 117) 18%, rgb(14 14 14) 20%, rgb(83 83 83) 30%, rgb(159 159 159) 40%, rgb(35 35 35) 42%);*/
    background: -webkit-linear-gradient(135deg, rgb(1 191 140) 18%, rgb(0 92 54) 20%, rgb(0 171 127) 30%, #13916e 40%, rgb(0 181 131) 42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
/*    letter-spacing: -7px;*/
/*    margin-bottom: 30px;*/
}
.clouseText p {
    text-align: right;
    font-size: 16px;
    color: #272827;
    font-weight: 500;
    margin: 0;
/*    line-height: 17px;*/
    margin-bottom: 5px;
/*    margin-right: 50px;*/
}
.cloudeback{
    position: relative;
}
.cloudeback:after {
    content: '';
    background-image: url(../images/cloude.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0%;
    left: 0;
    right: 0;
    z-index: 0;
    text-align: center;
}
.forRowheight{
    height: 100vh;
}

.clouseText {
    display: flex;
    align-items: start;
    justify-content: center;
    width: 100%;
    height: 66vh;
    flex-direction: column;
    position: relative;
    z-index: 1;
    margin-left: 150px;
}
.beyondJS{
    opacity: 0;
}
.menzoominJs{
    opacity: 0;
}
/* Home Section Two Css */
.bgBlack{
    background: #272827;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.centerline {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100vh;
    position: relative;
}
.innermenimg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.innermenimg img {
    width: 58%;
}
.FocusingTextInner {
    width: 52%;
    margin: 0;
    float: right;
}
.FocusingText {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    border-left: 1px solid #676867;
}
.FocusingText small{
    font-family: 'Athene';
    color: #e3e3e2;
    font-size: 35px;
    font-weight: 400;
    display: block;
    text-align: right;
    position: relative;
    line-height: 30px;
    right: 31px;
}
.FocusingText span{
    font-family: 'Athene';
    color: #e3e3e2;
    font-size: 45px;
    font-weight: 400;
    text-align: right;
    display: block;
    margin: 0 0 20px 0;    
}
.FocusingText p{
    color: #e3e3e2c2;
    width: 100%;
    text-align: right;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    line-height: 20px;
    float: right;
}
div#section1 .container2 {
    max-width: 100%;
}
div#section2 .container2 {
/*    max-width: 100%;*/
}
#section1 .container2 .col-md-4{
    padding-right: 0px;
    padding-left: 0px;
}
#section2 .container2 .col-md-4{
    padding-right: 0px;
    padding-left: 0px;
}
#section1 .container2 .col-sm-4{
    padding-right: 0px;
    padding-left: 0px;
}
#section2 .container2 .col-sm-4{
    padding-right: 0px;
    padding-left: 0px;
}
.text3dleft {
    position: relative;
}
.text3dright {
    position: absolute;
    left: 0;
    right: 0;
}
.menleftimg {
    width: 100%;
    height: 100vh;
    border-right: 1px solid #676867;
}
.centercircle {
    position: absolute;
    left: -38px;
    top: 45%;
    bottom: 45%;
}
.centercircle2 {
    position: absolute;
    left: auto;
    top: 55%;
    bottom: 45%;
}
.bothcenterline {
    border-left: 1px solid #676867;
    height: 100vh;
    right: 50%;
    left: 50%;
    position: absolute;
}
.text3dright {display: flex;align-items: center;justify-content: space-around;width: 100%;}
.Rightdiveimg img {
    position: absolute;
    z-index: 1;
    width: 10%;
    left: 15%;
    right: 85%;
    top: 30%;
    bottom: 70%;
}

/* Home Section Two Css */
/* BEGIN Section Theree */
.maskTextLeft {
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    border-right: 1px solid #676867;
    position: relative;
    z-index: 1;
}
.maskTextLeftInner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100vh;
}
.Peraslider p{
    text-align: right;
    font-size: 14px;
    color: #e3e3e2b8;
    font-weight: 500;
    line-height: 26px;
}
.worklogo {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #676867;
    z-index: 1;
    position: relative;
}
.padding-for-container{
    padding-left: 0;
    padding-right: 0;
}
.facemaskmain{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: 0;
}
.mask1{
    height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    width: 100%;
    background-image: url('../images/leftnftbg.jpg');
    background-position: center;
    background-size: cover;
    position: absolute;
    opacity: 1;
    z-index: 0;
}
.mask2{
    height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    width: 100%;
    background-image: url('../images/nftbg.png');
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: 0;
    opacity: 1;
}
.mask3{
    height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    width: 100%;
    background-image: url('../images/rightnftbg.jpg');
    background-position: center;
    background-size: cover;
    position: absolute;
    opacity: 1;
    z-index: 0;
}
/* END Section Theree */
/* Start Section Four */
.LetsDiveMain{
    background-image: url(../assets/images/home_three_sec_bg.png);
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.TreeBg {
    background-image: url(../images/3dbg.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.LetsDiveMain:after {
/*    content: '';*/
    background-image: url(../images/assissination.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 728px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.LetsDiveMainInnerBg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}
.LetsDiveMainInnerBg img {
    width: 600px;
    height: 768px;
}
.letsdivemain {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    margin-left: 150px;
    margin-top: 70px;
}
.letsdivemainText span{
    font-family: 'Gilroy-Black';
    color: #272827;
    font-size: 90px;
    letter-spacing: -7px;
    display: block;
    font-weight: 600;
    /*background: -webkit-linear-gradient(135deg, rgb(117 117 117) 18%, rgb(14 14 14) 20%, rgb(83 83 83) 30%, rgb(159 159 159) 40%, rgb(35 35 35) 42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    line-height: 120px;
}
.letsdivemainText2 small{
    font-family: 'Gilroy-bold';
    color: #132D46;
    font-size: 70px;
    line-height: 110px;
    position: relative;
    top: 58px;
    right: -70px;
    letter-spacing: -5px;
    display: block;
    text-transform: capitalize;
}
.letsdivemainText2 span{
    font-family: 'Gilroy-Black';
    color: #fff;
    font-size: 90px;
    line-height: 130px;
    font-weight: 600;
    letter-spacing: -3px;
    display: block;
    
}

.letsdivemainText p{
    text-align: left;
    font-size: 18px;
    color: #f5f5f5;
    font-weight: 500;
    width: 46%;
/*    line-height: 20px;*/
    margin-top: 0px;
    padding-left: 0;
/*    float: right;*/
}
.letsdivemainText {
/*    text-align: right;*/
}
.letsdivemainText2 p{
    text-align: left;
    font-size: 18px;
    color: #132D46;
    font-weight: 500;
    width: 60%;
    line-height: 25px;
    margin-top: 20px;
    padding-left: 0;
/*    float: right;*/
}
.diveimg {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.diveimg img {
    -webkit-animation: upNdown 4s infinite linear;
    animation: upNdown 4s infinite linear;
    width: 60%;
}
@-webkit-keyframes upNdown {
    0% { }
    50% { transform: translateY(0); }
    100% { }
}
@keyframes upNdown {
    0% { }
    50% { transform: translateY(-50px); }
    100% { }
}

@-webkit-keyframes upNdown3 {
    0% { }
    50% { transform: translateY(0); }
    100% { }
}
@keyframes upNdown3 {
    0% { }
    50% { transform: translateY(-30px); }
    100% { }
}



/* END Section Four */
/* Start Section Five */
.LetsDiveMain2:after{
    content: '';
/*    background-image: url(../images/mainafter.png);    */
}
.LetsDiveMain3:after{
    content: '';
    background-image: url(../images/javasq.png);    
}
.LetsDiveMain4:after{
    content: '';
/*    background-image: url(../images/mainafter.png);*/
}

.centerLinks ul li a{
/*    color: #313131;*/
    display: block;
    line-height: 29px;
    opacity: 1;
    position: relative;
    padding: 10px 30px;
/*    letter-spacing: 4px;*/
    font-size: 14px;
/*    font-weight: 600;*/
    text-transform: capitalize;    
}

/* END Section Five */
/* BEGIN section Six */
.centerLinks2 ul li a{
    color: #e3e3e2c2;
}
.home_development_sec .centerLinks2 ul li a {
    color: #132d46;
}
.WebText{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}
.WebText small{
    color: #132d46;
    font-family: 'Gilroy-bold';
    font-size: 70px;
    font-weight: 500;
    display: block;
    text-align: left;
    line-height: 60px;
    letter-spacing: -2px;
    position: relative;
    right: 336px;
    left: auto;
    top: 15px;
    bottom: 0;
    background: -webkit-linear-gradient(80deg, rgb(23 52 89) 18%, rgb(23 52 89) 20%, rgb(23 52 89) 30%, rgb(64 96 136) 50%, rgb(23 52 89) 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.WebText span{
    color: rgb(26 195 143);
    font-family: 'Gilroy-Black';
    font-size: 95px;
    font-weight: 600;
    display: block;
    text-align: left;
    position: relative;
    letter-spacing: -6px;
    margin-bottom: 40px;
    background: -webkit-linear-gradient(45deg, rgb(1 191 140) 18%, rgb(0 92 54) 20%, rgb(0 171 127) 30%, #01c38e 40%, rgb(12 126 106) 42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.WebText p{
    text-align: right;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    display: block;
    position: relative;
    float: right;
}
.home_ios_sec .WebText span {
    line-height: 112px;
}
.home_ios_sec .WebText small, .home_ios_sec .WebText p {
    background-image: none;
    color: #fff;
    -webkit-text-fill-color: snow;
}
.home_ios_sec .WebText small {
    text-transform: capitalize;
}
.home_ios_sec .WebText small {
    right: -133px;
}
.webJavaText{
    position: relative;
}
.webJavaText:after {
    content: '';
/*    background-image: url(../images/javasq.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 788px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.webJavaText2:after{
    content: '';
/*    background-image: url(../images/seoupper.png);*/
}
.backSeo {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    left: 0;
    right: 0;
}
.backSeo small{
    color: #242424;
    font-size: 45rem;
    display: inline-block;
    font-family: 'Athene';
    letter-spacing: -106px;
}
.IOS small{
    color: #242424;
    font-size: 56rem;
    display: inline-block;
    font-family: 'Athene';
    letter-spacing: -102px;
}
video#myVideo2 {
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: #e9eaed; /* in case the video doesn't fit the whole page*/
    background-position: center center;
    background-size: contain;
    object-fit: cover; /*cover video background */
    z-index: 0;
}
.Text2d3d{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 60px;
    position: relative;
    right: 0px;
}
.Text2d3d small{
    font-family: 'Gilroy-Medium';
    color: #272827;
    font-size: 90px;
    line-height: 130px;
    letter-spacing: -3px;
    display: block;
    background: -webkit-linear-gradient(80deg, rgb(23 52 89) 18%, rgb(23 52 89) 20%, rgb(23 52 89) 30%, rgb(64 96 136) 50%, rgb(23 52 89) 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Text2d3d span{
    font-family: 'Gilroy-Medium';
    color: #272827;
    font-size: 160px;
    line-height: 170px;
    letter-spacing: -5px;
    display: block;
    background: -webkit-linear-gradient(80deg, rgb(23 52 89) 18%, rgb(23 52 89) 20%, rgb(23 52 89) 30%, rgb(64 96 136) 50%, rgb(23 52 89) 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 190px;
}
.Text2d3dPera p {
    width: 63%;
    margin-top: 0px;
}
.jumpvec {
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100vh;
/*    top: -70px;*/
}
.jumpvec img{
    -webkit-animation: upNdown 4s infinite linear;
    animation: upNdown 4s infinite linear;    
}
/* END section Six */
/* HOME Last Section */
.Testimonialleft span {
    color: #e3e3e2;
    font-family: 'Athene';
    font-size: 40px;
    display: block;
    margin: 0 0 0px 0;
    text-align: center;
}
.Testimonialleft small {
    color: #b5b5b5;
    display: block;
    position: relative;
    padding-right: 0;
    line-height: 18px;
    margin: 10px 0 0px 0;
    font-size: 15px;
    text-align: center;
}
.Testimonialleft small:after {
    content: '';
    display: block;
    margin: 0 0 10px 0;
    background-image: url(../assets/images/lidot.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    width: 9px;
    height: 8px;
    position: absolute;
    left: -13px;
    top: 7px;
}
.TestimonialSlider img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100px;
    border: 2px solid #fff;
    margin: 10px 0 10px 0;
}
.TestimonialSlider span {
    color: #e3e3e2;
    font-size: 20px;
    padding: 0;
    margin: 0 0 0px 0;
    display: block;
}
/* Inner Styling */
.TestimonailLeftMainInner .Testimonialleft span{
    color: #272827;
    margin-bottom: 60px;
    font-size: 40px;
}
.TestimonailLeftMainInner .TestimonialSlider img {
    border: 2px solid #01c38e;
}
.TestimonailLeftMainInner .TestimonialSlider p {
    color: #272827;
    font-size: 14px;
}
.TestimonailLeftMainInner .TestimonialSlider span{
    color: #272827;
}
.TestimonailLeftMainInner .TestimonialSlider small {
    color: #272827;
}
.TestimonailLeftMainInner .TestimonialLeftSlider .slick-dots li.slick-active button {
    background-color: #01c38e;
    outline: none;
}
.redSeprator{
    padding: 3% 0 3% 0;
}
.redSeprator img {
    height: 9px;
    width: 100%;
    margin: 0px auto;
}
/* Inner Styling */



/* BEGIN Testimonial */
.TestimonialMain{
    background: #272827;
    padding: 0 6%;
}
.Testimonialleft span{
    color: #e3e3e2;
    font-family: 'Gilroy-Bold';
    font-size: 30px;
    display: block;
    margin: 0 0 30px 0;
    text-align: center;
    font-weight: 600;
}
.Testimonialleft small{
    color: #b5b5b5;
    display: block;
    position: relative;
    padding-right: 0;
    line-height: 18px;
    margin: 10px 0 10px 0;
    font-size: 14px;
    text-align: center;
}
.Testimonialleft small:after {
    content: '';
    display: block;
    margin: 0 0 10px 0;
    background-image: url(../assets/images/lidot.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    width: 9px;
    height: 8px;
    position: absolute;
    left: 44%;
    top: 3px;
}
.TestimonialSlider p{
    color: #878786;
    font-size: 13px;
    margin: 10px 0 10px 0;
    display: table;
    width: 100%;
    text-transform: inherit;
}
.TestimonialSlider span{
    color: #e3e3e2;
    font-size: 16px;
    padding: 0;
    font-family: 'Gilroy-Medium';
/*    margin: 15px 0 4px 0;*/
    display: block;
    font-weight: 600;
}
.TestimonialSlider small{
    display: block;
    color: #e3e3e2b8;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.TestimonialSlider img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100px;
    border: 2px solid #fff;
    margin: 0;
}

  
  .TestimonialLeftSlider .slick-dots {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0rem 0;
    list-style-type: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
  }
  .TestimonialLeftSlider .slick-dots li {
    margin: 0 0.25rem;
  }
  .TestimonialLeftSlider .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #565756;
    text-indent: -9999px;
    outline: none;
  }
  .TestimonialLeftSlider .slick-dots li.slick-active button {
    background-color: #e3e3e2;
    outline: none;
  }
  .TestimonialIcons img{
    display: inline-block;
    width: auto;
    height: 25px;
    margin-right: 0;
    transition: filter 0.3s ease;
  }
  img.img-fluid.svglogo.TestiMright0 {
    margin-right: 0;
}  

  .TestimonialIcons{
    float: right;
  }
.TestimonialIcons ul {
    display: flex;
}  
  .TestiMright0{
    margin-right: 0;
  }
  .VideoBox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
}
.VideoBox a {
    color: #e3e3e2;
    font-size: 18px;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
}
.VideoBox i {
    position: absolute;
    top: 45%;
    left: 0%;
    right: 0;
    font-size: 60px;
    color: rgb(255 255 255 / 58%);
    z-index: 2;
    text-align: center;
}
.VideoBox span{
    color: #e3e3e2;
    font-size: 16px;
    padding: 0;
    margin: 10px 0 0 0;
    display: block;
}
.VideoBox small{
    color: #b5b5b5;
    display: block;
    position: relative;
    padding-right: 0;
    line-height: 25px;
    margin: 0 0 0 0;
    font-size: 14px;
}
.VideoBox {
    margin: 0 0 30px 0;
    position: relative;
}
.VideoBox a:hover {
    color: #01c38e;
}
.circleTestimonial {
    float: left;
}
.circleTestimonial img {
    width: 45px;
    height: 45px;
}
.BoxSlider .slick-dots {
    display: flex;
    justify-content: flex-start;
    margin: 20px 0 0 0;
    padding: 1rem 0;
    list-style-type: none;
  }
  .BoxSlider .slick-dots li {
    margin: 0 0.25rem;
  }
  .BoxSlider .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #565756;
    text-indent: -9999px;
  }
  .BoxSlider .slick-dots li.slick-active button {
    background-color: #e3e3e2;
    display: block;
  }
  .TestimonialSlider {
    background-color: #fff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0px 5px 10px #00000036;
    margin: 30px;
}
#section8 .container-fluid{
    padding-right: 110px;
    padding-left: 110px;
}
.circleTestimonial {
    float: left;
    margin-top: 20px;
}
.circleTestimonial img {
    width: 45px;
    height: 45px;
}
.TestimonialIcons li {
    display: inline-block;
    background: #fff;
    padding: 10px 10px;
    margin-right: 7px;
}
.TestimonialIcons li:first-child {
    /*overflow: hidden;
    background: #fff;
    padding: 11px 20px;
    width: 100px;
    position: relative;
    top: 0px;
    right: 0;*/
}
.trustpilot-widget {
    width: 280px;
    margin-left: -189px;
}
.TestimonialIcons li a{
    font-size: 23px;
    color: #fff;
    margin-right: 0;
}
.TestimonialIcons li:last-child a{
    margin-right: 0px;
}
.svglogo {
}
.svglogo:hover {
    /* filter: invert(0.5); */
}
/* END Testimonial */
/* HOME Last Section */
/* BEGIN Services Menu */
#ServicesMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(227, 227, 227);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background-image: url(../assets/images/services-menu-bg.jpg);
    background-size: cover;
  }
  
  #ServicesMenu ul {
    list-style-type: none;
    padding: 0;
  }  
  #ServicesMenu ul li a:hover .myElement{
    opacity: 1;
  }

  #ServicesMenu ul li a .myElementactive, 
  .ServicesImgLinks ul li .myElementactive {
    background: #01c38e;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    position: absolute;
    top: -16px;
    /*left: 0px;
    right: 0;*/
    bottom: auto;
    z-index: -1;
    opacity: 1;
    transition: 0.5s ease-in-out;
  }
  .myElement {
    background: #01c38e;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    position: absolute;
    top: -16px;
    /*left: 0px;
    right: 0;*/
    bottom: auto;
    z-index: -1;
    opacity: 0;
    transition: 0.5s ease-in-out;
}

  
  .close-btn {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #01c38e;
    cursor: pointer;
    font-size: 60px;
    z-index: 99;
  }
  div#ServicesMenu ul li img {
    width: 250px;
    height: 70px;
}
div#ServicesMenu ul li:last-child img {
    width: 110px;
    height: 70px;
}
div#ServicesMenu ul li{
    display: inline-block;
    margin-right: 20px;
}
div#ServicesMenu ul li:last-child{
    margin-right: 0px;
}
div#ServicesMenu ul li p,
.ServicesImgLinks ul li p {
    font-family: 'Gilroy-Regular';
    font-size: 24px;
    color: #000;
}
div#ServicesMenu ul li p span,
.ServicesImgLinks ul li p span {
/*    font-weight: 900;*/
    font-family: 'Gilroy-Bold';
}
div#ServicesMenu small {
    font-family: 'Gilroy-Black';
    color: #3db28a1f;
    font-size: 240px;
    letter-spacing: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 0;
    bottom: 30px;
    text-transform: capitalize;
}
.NftHeading {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
	perspective:400px;
	visibility:hidden;   
}

.NftHeading div {
	position:absolute;
	display:inline-block;
	white-space:nowrap;
}
.NftHeading div img{
    width: 162px;
    height: 119px;
    object-fit: scale-down;
    
}
.Peraslider {
    position: relative;
    overflow: hidden;
    height: 69px;
    margin: 0px;
    width: 100%;
  }
  
  .Peraslider p {
    opacity: 0;
    animation: slide 10s infinite;
  }
  
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(-100%);
    }
    10%, 90% {
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      transform: translateY(100%);
    }
  }

/* END Services Menu */
.WebMencss img {
    width: 18%;
    position: absolute;
    z-index: 1;
    left: 30%;
    right: 70%;
    top: 30%;
    bottom: 70%;
}
.AppMencss img {
    width: 10%;
    position: absolute;
    z-index: 0;
    left: 10%;
    right: 90%;
    top: 20%;
    bottom: 80%;
}
.connectsocial2 ul{
    text-align: left;
    padding-left: 0;
    display: flex;
}
.connectsocial2 ul li{
    display: inline-block;
    margin-right: 10px;
}
.connectsocial2 ul li a{
    font-size: 22px;
    color: #fff;    
}
.connectsocial2 ul li img{
    width: 80px;
    height: 27px;
}
.connectsocial2 {
    float: left;
}
.connectsocial2 span {
    text-align: left;
    display: block;
    margin: 35px 0 5px 0;
    color: #e3e3e27a;
    font-size: 19px;
}
/* ======================================= All Animation Js css ============================================ */
.leyer1JS {
    opacity: 0;
    transform: translateY(-100%);
  }
  
  .leyer2JS {
    opacity: 0;
    transform: translateY(100%);
  }

  .MenVectorJS {
    opacity: 0;
    transform: translateY(-15%);
  }
  
  .focusperagrphJS {
    opacity: 0;
    transform: translateY(10%);
  }
  
  .animate {
    opacity: 1;
    transform: translateY(0%);
  }

  /* ==================================== Home Section index 2 css ========================================= */
  .leyer3JS {
    opacity: 0;
    transform: translateY(-100%);
  }
  
  .leyer4JS {
    opacity: 0;
    transform: translateY(100%);
  }
  .animate {
    opacity: 1;
    transform: translateY(0%);
  }

  /* ==================================== Home Section index 3 css ========================================= */

  .MaskJs1, .MaskJs2, .MaskJs3 {
    opacity: 0;
  }
  
  .MaskJs1 {
    transform: translateX(100%);
  }
  
  .MaskJs2 {
    transform: translateX(0%);
  }
  
  .MaskJs3 {
    transform: translateX(-100%);
  }
  .FaceTextJS {
    opacity: 0;
  }
  
  .NftHeadingJs img{
    opacity: 0;
  }  
/* ==================================== Home Section index 4 css ========================================= */
.MenDiveJS img{
    opacity: 0;
    transform: translateY(-100%);    
}
.HeadingLeftJS small {
    opacity: 0;
    transform: translateY(100%);
}
.HeadingLeftJS span{
    opacity: 0;
    transform: translateY(100%);      
    background: -webkit-linear-gradient(135deg, rgb(1 191 140) 18%, rgb(0 92 54) 20%, rgb(0 171 127) 30%, #01c38e 40%, rgb(1 201 165) 42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 120px;
    line-height: 130px;
    color: #01c38e;
    padding-right: 10px;
    padding-bottom: 10px;
}
.LetsDiveMain .HeadingLeftJS small label {
    background: -webkit-linear-gradient(135deg, rgb(1 191 140) 18%, rgb(0 92 54) 20%, rgb(0 171 127) 30%, #01c38e 40%, rgb(12 126 106) 42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0px 2px;
    font-size: 70px;
}
.HeadingLeftJS p{
    opacity: 0;
    transform: translateY(100%);        
}
/* ==================================== Home Section index 5 css ========================================= */

.MenDiveJS2 img{
    opacity: 0;
    transform: translateY(-100%);      
    -webkit-animation: upNdown 4s infinite linear;
    animation: upNdown 4s infinite linear;    
}
.centerLinks ul li a {
    opacity: 0;
    transform: translateY(-10%);  
  }
  .TextMoveTopJS small{
    opacity: 0;
    transform: translateY(10%);       
  }
  .TextMoveTopJS span{
    opacity: 0;
    transform: translateY(10%);       
  }
  .TextMoveTopJS p{
    opacity: 0;
    transform: translateY(10%);       
  }  
  /* ==================================== Home Section index 6 css ========================================= */
  .webMenDiveJS2 img{
    opacity: 0;
    transform: translateY(0%);   
    -webkit-animation: upNdown 4s infinite linear;
    animation: upNdown 4s infinite linear;       
  }
  .backSeoJs small{
    opacity: 0; 
  }

  .WebTextJs small{
    opacity: 0;
    transform: translateY(10%);       
  }
  .WebTextJs span{
    opacity: 0;
    transform: translateY(10%);       
  }
  .WebTextJs p{
    opacity: 0;
    transform: translateY(10%);       
  }
  .WeblistJs ul li a {
    opacity: 0;
  }
  /* ==================================== Home Section index 7 css ========================================= */
  .AppMenDiveJS2 img{
    opacity: 0;
    transform: translateY(-100%);   
    -webkit-animation: upNdown 4s infinite linear;
    animation: upNdown 4s infinite linear;       
  }
  .backIosJs small{
    opacity: 0; 
  }

  .WebTextJs2 small{
    opacity: 0;
    transform: translateY(10%);       
  }
  .WebTextJs2 span{
    opacity: 0;
    transform: translateY(10%);       
  }
  .WebTextJs2 p{
    opacity: 0;
    transform: translateY(10%);       
  }
  .WeblistJs2 ul li a {
    opacity: 0;
  }
/* ==================================== Home Section index 8 css ========================================= */
.JumJs2d .Text2d3d{
    opacity: 0;
    transform: translateY(10%);       
}
.JumJs2d p{
    opacity: 0;
    transform: translateY(10%);       
}
.JumpListJs ul li a {
    opacity: 0;
  }

.jumpvectorJS img{
    opacity: 0;
    transform: translateY(-100%);    
/*    width: 25%;*/
}
  
/* ==================================== Home Section index 8 css ========================================= */
/* ==================================== Mobile Home Section index 1 css ========================================= */
.MobjumpimgJs img{
    opacity: 0;
    transform: translateY(-100%);       
  }
/* ==================================== Mobile Home Section index 1 css ========================================= */  
/* ==================================== Mobile Home Section index 2 css ========================================= */
  .mobilejumdownJs img{
    opacity: 0;
    transform: translateY(-100%);       
  }
  .MobilefocustextJS{
    opacity: 0;
    transform: translateY(100%);       
  }  
/* ==================================== Mobile Home Section index 2 css ========================================= */   
/* ==================================== Mobile Home Section index 3 css ========================================= */
.MobileMoveJs img{
    opacity: 0;
    transform: translateY(-100%);       
  }
.MobileletsdivTextJs{
    opacity: 0;
    transform: translateY(100%);       
}  
/* ==================================== Mobile Home Section index 3 css ========================================= */
/* ==================================== Mobile Home Section index 4 css ========================================= */
.moveimgdown1Js img{
    opacity: 0;
    transform: translateY(-100%);       
  }
.MobileletsdivTextJs2{
    opacity: 0;
    transform: translateY(100%);       
}  
/* ==================================== Mobile Home Section index 4 css ========================================= */  
/* ==================================== Mobile Home Section index 5 css ========================================= */
.MobileSeoTextJs small{
    opacity: 0;
  }
.WebTextDeveJs{
    opacity: 0;
    transform: translateY(100%);       
}  
/* ==================================== Mobile Home Section index 5 css ========================================= */  
/* ==================================== Mobile Home Section index 6 css ========================================= */
.MobileSeoTextJs2 small{
    opacity: 0;
  }
.WebTextDeveJs2{
    opacity: 0;
    transform: translateY(100%);       
}  
/* ==================================== Mobile Home Section index 6 css ========================================= */
/* ==================================== Mobile Home Section index 7 css ========================================= */
/* .vector2d3dJs img{
    transform: translateY(100%);
    opacity: 0;
  } */
.Mobile2d3dJs{
    opacity: 0;
    transform: translateY(-100%);       
}  
/* ==================================== Mobile Home Section index 7 css ========================================= */  
/* BEGIN About Us Page */
.ChooseUsHeadingdJs{
    opacity: 0;
}
.faqscollapseJS{
    opacity: 0;
}
.rankedJS {
    opacity:0 ;
}
.BrandimgmainJS ul li{
    opacity: 0;
}
.TeamPortfolioJS1{
    opacity: 0;
    transform: translateX(-100%);   
}
.TeamPortfolioJS2 {
    opacity: 0;
    transform: translateX(100%);  
}
.LogosJs1 li{
/*    opacity: 0;*/
}
.LogosJs2 li{
/*    opacity: 0;*/
}
.LogosJs3 li{
/*    opacity: 0;*/
}
.expocircleCenter {
    position: absolute;
    background-image: url(../images/aboutmsk.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}
.AboutText{
    position: relative;
}
.AboutHeading span{
    font-family: 'Gilroy-Black';
    font-size: 165px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -4px;
    display: block;
    text-align: left;
/*    background: -webkit-linear-gradient(135deg, rgb(117 117 117) 18%, rgb(14 14 14) 20%, rgb(83 83 83) 30%, rgb(159 159 159) 40%, rgb(35 35 35) 42%);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
}
.AboutHeading small{
    font-family: 'Gilroy-Bold';
    font-size: 300px;
    color: rgb(39, 40, 39);
    font-weight: 500;
    display: block;
    position: relative;
    bottom: 48px;
    left: auto;
    right: 93px;
    background: -webkit-linear-gradient(135deg, rgb(117 117 117) 18%, rgb(14 14 14) 20%, rgb(83 83 83) 30%, rgb(159 159 159) 40%, rgb(35 35 35) 42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.AboutPeraText small{
    font-size: 43px;
    color: #272827;
    font-weight: 500;
    display: block;
    font-family: 'Gilroy-Bold';
    text-align: left;
    line-height: 40px;
    margin-bottom: 30px;
    margin-top: 20px;
    width: 100%;
}
.AboutPeraText p{
    margin: 0 0 30px 0;
    width: 100%;
    text-align: justify;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    padding-right: 140px;
}
.digital_marketing_banner .AboutPeraText p,
.blockchain_main_banner .AboutPeraText p,
.devops_main_banner .AboutPeraText p {
    color: rgb(39, 40, 39);
}
.counter_main {
    display: flex;
    gap: 55px;
}
.count span{
    color: #272827;
    display: block;
    font-size: 43px;
    margin-bottom: 10px;
    font-family: 'Athene';
    line-height: 50px;
    text-align: center; 
}
.count small{
    color: #313131;
    font-size: 18px;
    display: block;
    text-align: center;    
}
.AboutBg{
    background: url(../assets/images/About_Banner_bg.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}
.counter small{
    color: #fff;
    font-family: 'Gilroy-Medium';
    font-size: 18px;
    display: block;
    text-align: center;  
}
.counter span{
    color: #3DB28A;
    display: block;
    font-size: 35px;
    margin-bottom: 10px;
    font-family: 'Gilroy-Bold';
    font-weight: 600;
    line-height: 50px;
    text-align: center; 
}
.AboutHeading{
/*    display: flex;*/
    align-items: center;
    justify-content: center;
    width: 100%;
/*    height: 70vh;*/
    flex-direction: column;
}
.AboutPeraText {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
/*    height: 70vh;*/
    flex-direction: column;
    z-index: 0;
    position: relative;
/*    padding-left: 5%;*/
}
.centercircle3 {
    position: absolute;
    left: auto;
    top: -50px;
    right: 80px;
    max-width: 100px;
}
    .mainvideo {
      width: 100%;
      height: 100vh;
      position: relative;
      overflow: hidden;
    }

    .aboutvideo {
      width: 100%;
      height: 100%;
    }

    .aboutvideo video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .ChooseUsHeadingd small{
        color: #272827;
        display: block;
        font-size: 22px;
        font-family: 'Gilroy-Bold';
        font-weight: 500;
        width: 100%;
    }
    .ChooseUsHeadingd span{
        color: #272827;
        display: block;
        font-size: 48px;
        font-family: 'Gilroy-Black';
        font-weight: 600;
        line-height: 46px;
        width: 100%;
    }
    .FaqsMain {
        background: #d8e8e3;
        position: relative;
        display: block;
    }    
    .mainfaqs{
        background: #e3e3e2;
        width: 100%;
        height: 82vh;
        overflow-y: hidden;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 8% 58px 3% 128px;
    }
    .faqscollapse {
        width: 100%;
        height: 90vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .choosetext {
        margin-top: 27px;
    }
    .choosetext small{
        color: #272827;
        display: block;
        font-size: 22px;
        font-family: 'Athene';
        font-weight: 500;
    }
    .choosetext span{
        color: #272827;
        display: block;
        font-size: 48px;
        font-family: 'Athene';
        font-weight: 500;
        line-height: 46px;
    }
    .collapseheading span{
        color: #272827;
        display: block;
        font-size: 23px;
        font-family: 'Gilroy-Bold';
        font-weight: 600;
        line-height: 46px;
        display: block;
        margin-bottom: 0;
        cursor: pointer;
    }
    .collapsecontent p{
        font-weight: 500;
        color: #313131;
        display: block;
        margin: 0;
        padding: 10px 0 10px 0;
        width: 100%;
        font-size: 14px;
        line-height: 19px;
    }
    .borderbottom {
        border-bottom: 1px solid #b4b4b3;
        padding: 23px 0 23px 0;
        width: 100%;
    }
    .borderbottomnone {
        border-bottom: inherit;
    }
    .expandable {
        display:none;
        position: relative;
        transition: all ease-in-out;
    }
    .expandable:before{
        display: block;
        content: '';
        width: 60px;
        height: 10px;
        background: #01c38e;
        position: absolute;
        bottom: -23px;
    }
    .ChooseUsHeadingd {
        width: 100%;
        height: 90vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .RankWhiteBg{
        background: #fff;
        background-image: linear-gradient(#07182ad6, #0a223a00), linear-gradient(to top, #132d46, #3DB28A);
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 10vh;
    }
    .rankText {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        height: 10vh;
    }
    .RankLogos {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: 100%;
        padding: 0;
    }        
    .RankLogos ul {
        display: flex;
        gap: 100px;
    }
    .RankLogos li:first-child {
        /*overflow: hidden;
        background: #fff;
        padding: 0;
        width: 100px;
        position: relative;
        top: 21px;
        right: 10px;*/
    }
    .RankLogos .trustpilot-widget {
        width: 280px;
        margin-left: -170px;
    }    
    .rankText span{
        font-family: 'Gilroy-Bold';
        font-weight: 600;
        color: #fff;
        display: block;
        font-size: 21px;
    }
    .rankText p{
        font-family: 'Gilroy-Medium';
        font-weight: 500;
        color: #fff;
        display: block;
        font-size: 13px;
        line-height: 16px;
        margin: 0;
    }
    .RankLogos ul li{
        display: inline-block;
        position: relative;
    }
    .RankLogos ul li a img{
        margin-right: 20px;
        width: auto;
        height: 55px;
        object-fit: scale-down;
        display: inline-block;
        position: relative;
        filter: brightness(0) invert(1);
/*        top: 15px;*/
    }
    .RankLogos ul li a{
        font-size: 25px;
        color: #808080;
        font-weight: 600;
    }
    .BrandSec {
        width: 100%;
        height: 100vh;
        overflow-y: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background: #040404;
    }
    .BrandSec .container2{
        padding-right: 0;
        padding-left: 0;
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .TeamPortfolioMain {
        overflow: hidden;
    }
    .TeamPortfolio {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50vh;
        width: 100%;
    }
    .teamimg {
        position: relative;
        transition: 0.3s;
        padding: 0px;
    }
    .teamimg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .namecircle {
        position: absolute;
        left: 10px;
        top: 38%;
        background: #01c38e;
        width: 140px;
        height: 140px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px;
        flex-direction: column;
        text-align: center;
        opacity: 0;
        transition: 0.3s;
    }
    .teamimg:hover > .namecircle {
        opacity: 1;
        transition: 0.3s;
    }
    .teamimg span {
        font-weight: 600;
        color: #fff;
        display: block;
        font-size: 18px;
        line-height: 25px;
    }
    .teamimg small {
        font-weight: 500;
        color: #fff;
        display: block;
        font-size: 13px;
    }
    .about_brands_sec {
        background-image: url(../assets/images/satisfied_brand_bg.png);
        background-size: cover;
    }
    .BigClientMain {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100vh;
        flex-direction: column;
    }
    .clintheading {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        height: 20vh;
        padding-left: 57px;
    }
    .clintheading span {
        color: #272827;
        display: block;
        font-size: 40px;
        font-weight: 600;
        font-family: 'Gilroy-Black';
        letter-spacing: 1px;
    }
    .clintheading small {
        color: #01c38e;
        display: block;
        font-size: 25px;
        margin-bottom: 8px;
        position: relative;
        padding-left: 12px;
        font-family: 'Gilroy-Bold';
    }
    .clintheading small:before{
        content: '';
        display: block;
        margin: 0 0 10px 0;
        background-image: url(../assets/images/lidot.png);
        background-size: contain;
        background-position: left;
        background-repeat: no-repeat;
        width: 9px;
        height: 13px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .logos-slider {
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .logos-slider ul {
        margin-bottom: 14px;
    }
    .logos-slider ul li {
        display: inline-block;
        margin-right: 14px;
    }
    .logos-slider ul li:last-child {
        margin-right: 0px;
    }    
    .logos-slider img {
        display: block;
        width: 208px;
        height: 120px;
        filter: grayscale(100%);
        transition: all 0.3s ease-in-out;
        object-fit: scale-down;
        margin: 0;
        border: 2px solid rgb(0 0 0 / 16%);
        padding: 25px;
    }
    .logos-slider img:hover {
        filter: grayscale(0%);
        transform: scale(1.1);
        border: 2px solid #01c38e80;
    }                                

/* END About Us Page */
/* BEGIN Footer */
footer {
    background: #e3e3e2;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.column1 span {
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 600;
/*    margin: 0 0 30px 0;*/
    display: block;
    text-transform: uppercase;
    font-family: 'Gilroy-Bold';
}
.column1 p {
    font-family: 'Gilroy-Medium';
    font-weight: 500;
    color: #f5f5f5;
    font-size: 15px;
    line-height: 20px;
    width: 100%;
    max-width: 360px;
}
.column1 small {
    color: #f5f5f5;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 30px 0 0 0;
    text-transform: uppercase;
    font-family: 'Gilroy-Bold';
}
.footerreviews {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 28px 0 0 0;
    padding: 25px 0 0 0;
    border-top: 1px solid #00000024;
    display: none;
}
.footerreviews li:first-child {
    /*overflow: hidden;
    padding: 8px 0px 8px 0px;
    width: 100px;
    position: relative;
    top: 18px;
    right: 10px;*/
}
.footerreviews .trustpilot-widget {
    width: 280px;
    margin-left: -170px;
}   
.footerreviews ul li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid rgb(0 0 0 / 14%);
    margin: 0;
    padding-left: 10px;
}
.footerreviews img {
    width: 40px;
    height: 40px;
    object-fit: scale-down;
    filter: grayscale(0%);
    transform: scale(1.1);
}
.footerreviews ul li:last-child {
    padding-left: 15px;
    padding-right: 0;
    border-right: none;
}
.quicklinks {
    margin: 0;
    display: table;
    width: 100%;
}
.column2 span {
    color: #272827;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 53px 0;
    display: block;
    text-transform: uppercase;
}
.quicklinks ul li {
    margin-bottom: 5px;
}
.quicklinks ul li a {
    font-family: 'Gilroy-Medium';
    font-weight: 500;
    color: #f5f5f5;
    font-size: 16px;
    line-height: 25px;
}
.column4 span {
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 29px 0;
    text-transform: uppercase;
    display: block;
    position: relative;
    font-family: 'Gilroy-Bold';
}
.column4 span:before {
    content: '';
    display: block;
    margin: 0 0 10px 0;
    background-image: url(../assets/images/lidot.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    width: 9px;
    height: 13px;
    position: absolute;
    left: -11px;
    top: 0;
}
.locations {
    margin-bottom: 10px;
}
.locations small {
    font-family: 'Gilroy-Medium';
    font-weight: 500;
    color: #f5f5f5;
    font-size: 19px;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
}
.locations a {
    color: #f5f5f5;
    margin-bottom: 10px;
    display: block;
    line-height: 22px;
}
.quicklinks ul li a:hover {
    color: #01c38e;
}
.locations a:hover{
    color: #01c38e;
}
.footerreviews ul li a {
    color: #272827;
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
}
.footerreviews ul li a:hover {
    color: #808080;
}
.footerreviews ul li:first-child {
    padding-left: 0;
}
.footersocial ul li a {
    color: #3DB28A;
    width: 28px;
    height: 28px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #D4D4D8;
    border-radius: 100%;
    transition: all 0.5s ease;
    background-color: transparent;
}
.book-now-btn {
    display: inline-block;
    margin-top: 14px;
}
.footermain h3 {
    font-size: 18px;
    color: #fff;
    font-family: 'Gilroy-Bold';
}
.footermain a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border: 1px solid #D4D4D8;
    border-radius: 57px;
    padding: 5px 13px;
    justify-content: flex-start;
    gap: 5px;
}
.quicklinks span {
    margin-bottom: 30px;
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    position: relative;
    font-family: 'Gilroy-Bold';
}
.quicklinks span:before {
    content: '';
    display: block;
    margin: 0 0 10px 0;
    background-image: url(../assets/images/lidot.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    width: 9px;
    height: 13px;
    position: absolute;
    left: -11px;
    top: 0;
}
.column4 p {
    font-size: 16px;
    margin: 0;
    font-family: 'Gilroy-Medium';
    color: #f5f5f5;
}
footer{
    position: relative;
}
.sociallistmain {
/*    position: absolute;*/
    bottom: 0;
    width: 100%;
    padding: 20px 0px;
    left: 0;
    right: 0;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
    height: auto;
    background: transparent;
    box-shadow: none;
    border: none;
}


i.fas.fa-chevron-left {
    color: #000;
    font-size: 30px;
}
i.fas.fa-chevron-right {
    color: #000;
    font-size: 30px;
}

/* END Footer */
/* ==================================== Screen About US Section index 0 css ========================================= */
.AboutHeadingScreen_Js{
    opacity: 0;
    transform: translateX(-100%);       
}  
.AboutPeraTextScreen{
    opacity: 0;
    transform: translateX(100%);       
}  
/* ==================================== Screen About US Section index 0 css ========================================= */
/* ==================================== Graphic Design Section ========================================= */
.GraphicLeftJs{
    transform: translateX(-100%);       
}
.GraphicRightJs{
    opacity: 0;
    transform: translateX(100%);       
}
.GraphicLeft  small{
    font-family: 'Athene';
    font-size: 70px;
    color: #272827;
    font-weight: 500;
    display: block;
    letter-spacing: -6px;
    position: relative;
    left: 79px;
    top: 271px;
    text-align: left;
}
.GraphicLeft  span{
    font-family: 'Athene';
    font-size: 100px;
    color: #272827;
    font-weight: 500;
    display: block;
    letter-spacing: -9px;
    position: relative;
    left: 0;
    bottom: auto;
    top: 250px;
    text-align: left;
}
.GraphicLeft{
/*    background-image: url(../images/assissination.png);*/
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    width: 100%;
/*    height: 72vh;*/
    z-index: 0;
    position: relative;
}
.DigitalGraphicLeft{
/*    background-image: url(../images/digital_vec.png);*/
}
.AppDevelopment{
/*    background-image: url(../images/appafter.png);*/
}
.BlockChainDeve{
/*    background-image: url(../images/blockchain.png);*/
}
.DevOpdImg{
/*    background-image: url(../images/webdeveback.png);    */
}
.GraphicRight ul{
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.GraphicRight li:first-child {
    /*overflow: hidden;
    padding: 0;
    width: 100px;
    position: relative;
    top: 0;
    right: 0;
    margin-right: 0;*/
}
.GraphicRight .trustpilot-widget {
    width: 270px;
    margin-left: -170px;
}    


.GraphicRight ul li{
    display: inline-block;
    margin-right: 15px;
}
.GraphicRight ul li a{
    font-size: 24px;
    color: grey;
    font-weight: 500;
}
.GraphicRight ul li a img{
    width: auto;
    height: 18px;
    object-fit: scale-down;
    display: inline-block;
    position: relative;
    top: 2px;
}
.GraphicRight ul li a:hover{
    color: #272827;
}
.GraphicRight ul li a:hover img{
    filter: opacity(100%);
}
.ServicesLinks {
    width: 100%;
/*    height: 100vh;*/
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.servicesMain{
/*    background-image: url(../images/appdevelopment.jpg);*/
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: relative;    
}
.servicesMain2{
    background-image: url(../images/servicesbg.jpg);
}
.servicesMain3{
    background-image: url(../images/webdevelopment.jpg);
}
.servicesMain4{
    background-image: url(../images/DigitalBanner.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
}
.servicesMain5{
    background-image: url(../images/DevBg.jpg);
}
.ServicesLinks ul li{
    display: block;
    opacity: 0;
}
.ServicesImgLinks{
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ServicesImgLinks small {
    font-family: 'Gilroy-Black';
    color: #3db28a1f;
    font-size: 240px;
    letter-spacing: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 0;
    bottom: 30px;
    text-transform: capitalize;
}
.ServicesLinks ul li a {
    font-family: 'Gilroy-Bold';
    font-size: 40px;
    color: #e3e3e2;
    line-height: 70px;
    font-weight: 500;
    display: block;
    text-align: left;
    display: block;
    padding: 0 10px;
    text-transform: capitalize;    
}
.ServicesLinks ul li a:hover{
    background: #000000;
    color: #e3e3e2;
}
.ServicesSec {
    background: rgb(227, 227, 227);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-image: url(../assets/images/services-menu-bg.jpg);
    background-size: cover;
}
.ServicesImgLinks ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.ServicesImgLinks ul li {
    display: inline-block;
    margin-right: 20px;
}
.ServicesImgLinks ul li:last-child{
    margin-right: 0px;   
}
.ServicesImgLinks ul li img {
    width: 221px;
    height: 70px;
}
.ServicesImgLinks ul li:last-child img {
    width: 110px;
    height: 70px;
}
.ServicesImgLinks ul li a:hover .myElement {
    opacity: 1;
}
.GraphicDesignMain {
    background: #e3e3e2;
}
/* ==================================== Graphic Design Section ========================================= */
/* ==================================== Branding Section ========================================= */
.lerp-wrap span{
    opacity: 0;
}
.BrandingMain1{
    position: relative;
    background-image: url(../images/Banner-2.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;    
}
.BrandingMain2{
    background-image: url(../images/BannerLogoDesign.jpg); 
}
.BrandingMain3{
    background-image: url(../images/illustration.jpg);
}
.BrandingMain4{
    background-image: url(../images/Banner-Billboard.jpg);
}
.BrandingMain5 {
    background-image: url(../images/Banner-Printing-Stuff.jpg);
    background-position: top center;
}
.BrandingMain6 {
    background-image: url(../images/Banner-Brochure.jpg);
}
.BrandingMain7 {
    background-image: url(../images/2d&3d-Art-Banner.jpg);
}
.BrandingMain8{
    background-image: url(../images/Motion-GFX.jpg);
}
.BrandingMain9{
    background-image: url(../images/Concept-Art.jpg);
}
.BrandingMain10{
    background-image: url(../images/Digital-Art.jpg);
    background-position: bottom;
}
.BrandingMain11{
    background-image: url(../images/Game.jpg);
}
.BrandingMain12{
    background-image: url(../images/Explainer-Video.jpg);
}
.BrandingMain13{
    background-image: url(../images/cms.jpg);
}
.BrandingMain14{
    background-image: url(../images/e-commerce.jpg);
    background-position: bottom;
}
.BrandingMain15{
    background-image: url(../images/Web-app.jpg);
}
.BrandingMain16{
    background-image: url(../images/Progressive-App.jpg);
}
.BrandingMain17{
    background-image: url(../images/Mobile-App.jpg);
}
.CenterHeading span{
    font-family: 'Gilroy-Medium';
    color: #272827;
    font-size: 104px;
    line-height: initial;
    letter-spacing: -5px;
    font-weight: 600;
}
.BrandPorfolioMain{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: relative;    
    overflow: hidden;
}
.BrandPorfolioMain .container2{
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.BrandPorfolioMain .col-md-6 {
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    height: 100vh;
    position: initial;
}
.RightPortfolioMain{
    background-image: url(../assets/images/WebTextSection.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    height: 100vh;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
}
.LeftPortfolioMain {
    display: inline-block;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000306;
}
.portfolioLinks span{
    font-family: 'Gilroy-Bold';
    color: #e3e3e2;
    font-size: 40px;
    letter-spacing: -2px;
    display: block;
    text-align: left;
    font-weight: 600;
}
.portfolioLinks small{
    color: #e3e3e2;
    font-size: 20px;
    letter-spacing: 0;
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    margin: 20px 0 20px 0;    
}
.portfolioLinks p{
    width: 95%;
    text-align: justify;
    color: #e3e3e2b8;
    font-size: 15px;
    letter-spacing: 0px;
    margin-bottom: 20px;
/*    line-height: 16px;*/
    margin-top: 0;
}
.portfolioLinks ul li a {
    color: #e3e3e2b8;
    font-size: 18px;
    letter-spacing: 0;
    display: block;
    margin: 0;
    text-transform: capitalize;
}
.portfolioLinks ul li{
    margin-bottom: 15px;
    color: #fff;
    line-height: 25px;
}
.portfolioLinks ul li a:hover, .portfolioLinks ul li a:focus {
    color: #01c38e;
}
.graphics_design_portfolio .RightPortfolioMain {
    gap: 50px;
    padding: 50px 6% 0px;
}


/* ==================================== Branding Section ========================================= */

/* Slider Arrows */
  .PortfolioSlider svg {
    width: 100px;
    height: auto;
    margin: 40px;
    cursor: pointer;
    overflow: visible;
    background: #000000ad;
    padding: 10px;
    border-radius: 100px;
  }
  .PortfolioSlider svg polygon, .PortfolioSlider svg path {
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  }
  .PortfolioSlider svg:hover polygon, .PortfolioSlider svg:hover path {
    transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
    fill: #01c38e;
  }
  .PortfolioSlider svg:hover .arrow {
    animation: arrow-anim 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
  }
  .PortfolioSlider svg:hover .arrow-fixed {
    animation: arrow-fixed-anim 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
  }
  
  @keyframes arrow-anim {
    0% {
      opacity: 1;
      transform: translateX(0);
    }
    5% {
      transform: translateX(-0.1rem);
    }
    100% {
      transform: translateX(1rem);
      opacity: 0;
    }
  }
  @keyframes arrow-fixed-anim {
    5% {
      opacity: 0;
    }
    20% {
      opacity: 0.4;
    }
    100% {
      opacity: 1;
    }
  }
/* Slider Arrows */

/* ==================================== Animation Page Section ========================================= */
.Left2d3dText {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
    width: 100%;
}
.GraphicTop .Left2d3dText small{
    display: inline-block;
    font-family: 'Gilroy-Bold';
    font-size: 100px;
    color: #fff;
    font-weight: 500;
    display: block;
    letter-spacing: -6px;
    position: relative;
    left: inherit;
    top: inherit;
    text-align: left;
    display: inline-block;
}
.GraphicTop .Left2d3dText span{
    display: inline-block;
    font-family: 'Gilroy-Bold';
    font-size: 160px;
    color: #fff;
    font-weight: 500;
    display: block;
    letter-spacing: -9px;
    position: relative;
    left: inherit;
    bottom: auto;
    top: inherit;
    text-align: left;
    display: inline-block;
}
.btnDiv {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
/*    position: relative;*/
    left: 0;
    bottom: 141px;
}
.btn1{
    padding: 15px 30px;
    border-radius: 5px;
    display: inline-block;
    background: #01c38e;
    color: #fff;
    font-family: 'Gilroy-Medium';
    border-radius: 0px;
    font-size: 20px;
    margin-right: 10px;
    border: 1px solid transparent;
}
.btn1:hover {
    background: #132d46;
    color: #fff;
}
.blue_btn {
    background: #132d46 !important;
}
img.img-fluid.Vectorimg {
    -webkit-animation: upNdown 6s infinite linear;
    animation: upNdown 6s infinite linear;
    position: absolute;
    right: 0;
    width: 55%;
}
.servicesOffer h2,
.servicesOffer span {
    color: #e3e3e2;
    display: block;
    font-family: 'Gilroy-Bold';
    font-weight: 600;
    font-size: 40px;
    margin: 0 0 5px 0;
    line-height: 50px;
    text-transform: capitalize;
}
.mobile-app-services .servicesOffer h2 {
    margin-bottom: 0px;
}
.servicesOffer h2 span {
    color: #3ac28e;
    display: inline-block;
}
.servicesOffer p{
    color: #e3e3e2;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    display: block;
    padding: 0 0 30px 0;
    max-width: 987px;
    margin: 0px auto;
}
.designinglisticon ul {
    margin: 10px 0 0px 0;
}
.designinglisticon ul li {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 20px;
}
.designinglisticon ul li img {
    width: 70px;
    height: 30px;
    object-fit: scale-down;
}
.servicesOffer small{
    display: block;
    color: #fff;
    margin: 30px 0 40px 0;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 25px;
    font-family: 'Gilroy-Bold';
}
.servicesOffer {
/*    display: flex;*/
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    text-align: center;
/*    height: 100vh;*/
    flex-direction: column;
}
.whyChooseMain{
    position: relative;
}
.whyChooseMain video {
    object-position: top;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}
.chooseuscontente span {
    color: #272827;
    font-size: 35px;
    display: block;
    margin: 0 0 20px 0;
    font-weight: 500;
    opacity: 0;
}
.chooseuscontente p {
    color: #272827;
    font-size: 16px;
    display: block;
    margin: 0 0 20px 0;
    width: 63%;
    opacity: 0;
}
.chooseuscontente ul {
    margin: 40px 0 0 0;
}
.chooseuscontente ul li {
    margin: 0 0 15px 0;
    position: relative;
    padding-left: 20px;
    opacity: 0;
}
.chooseuscontente ul li small {
    color: #272827;
    font-size: 18px;
    display: block;
    margin: 0;
    font-weight: 600;
    line-height: 24px;
}
.chooseuscontente ul li:after {
    content: '';
    display: block;
    margin: 0 0 10px 0;
    background-image: url(../assets/images/lidot.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    width: 9px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 6px;
}
.chooseusmain {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
}
.choose_right_col img {
    max-width: 800px;
    -webkit-animation: rotation 4s infinite linear;
    animation: rotation 4s infinite linear;
}
.chooseuscontente span {
    color: #272827;
    display: block;
    margin: 0 0 20px 0;
    font-weight: 600;
    font-family: 'Gilroy-Bold';
    font-size: 60px;
}
.chooseuscontente span label {
    background: -webkit-linear-gradient(135deg, rgb(1 191 140) 18%, rgb(0 92 54) 20%, rgb(0 171 127) 30%, #01c38e 40%, rgb(1 201 165) 42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Gilroy-Black';
    display: block;
}
.btnDiv3Js2 small{
    opacity: 0;
}
.btnDiv3Js2 a{
    opacity: 0;
}
.btnDiv p {
    margin: 0;
    font-family: 'Gilroy-Medium';
    font-weight: 500;
    color: #686968;
    line-height: 20px;
}
.chooseuscontente p {
    color: #272827;
    font-size: 16px;
    display: block;
    margin: 0 0 20px 0;
    width: 100%;
    font-family: 'Gilroy-Medium';
}
.chooseuscontente ul {
    margin: 40px 0 40px 0;
}
.chooseuscontente ul li {
    margin: 0 0 15px 0;
    position: relative;
    padding-left: 20px;
}
.chooseuscontente ul li small {
    color: #272827;
    font-size: 18px;
    display: block;
    margin: 0;
    font-weight: 500;
    line-height: 24px;
    font-family: 'Gilroy-semibold';
}
.chooseuscontente ul li:after {
    content: '';
    display: block;
    margin: 0 0 10px 0;
    background-image: url(../assets/images/lidot.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    width: 9px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 6px;
}
.btnDiv3 small {
    color: #272827;
    font-size: 21px;
    display: block;
    margin: 0 0 20px 0;
    font-family: 'Gilroy-Medium';
}
.section.whyChooseMain {
    background-color: #000;
    background-image: url(../assets/images/LetsRealityBG.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.AnimationRight .planing span {
    font-family: 'Gilroy-Bold';
    font-weight: 600;
    color: #c2c2c2;
    font-size: 15px;
    line-height: 18px;
}
.AnimationRight .planing ul {
    margin: 40px 0 0 0;
}
.AnimationRight .planing ul li {
    display: inline-block;
    margin-right: 20px;
}
.AnimationRight .planing ul li small {
    background: #272827;
    color: #fff;
    display: block;
    font-weight: 500;
    margin: 0;
    font-size: 13px;
    line-height: inherit;
    width: 100%;
    padding: 15px 15px;
    font-family: 'Gilroy-Medium';
}
.AnimationRight .planing {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
    text-align: left;
}
.AnimationJs span{
    opacity: 0;
}
.AnimationJs p{
    opacity: 0;    
}
.AnimationJs ul li{
    opacity: 0;
}
.AnimationJs .btnDiv3{
    opacity: 0;
}
.btnDiv2Js small{
    opacity: 0;
}
.btnDiv2Js a{
    opacity: 0;
}
.video-thumb {
    position: relative;
    display: block;
    width: 100%;
}
.video-thumb img{
    width: 100%;
}
.portimg1 img {
    width: 100%;
    height: 50%;
    object-fit: cover;
    object-position: top center;
}
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    z-index: 1;
    background: #01c38e;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 100px;
}
.play-icon i {
    font-size: 30px;
    text-align: center;
    line-height: 70px;
    display: block;
}
.play-icon:hover {
    background: #272827;
}
.VideoExpleiner{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;    
}
button.carousel-control-next {
    position: absolute;
    z-index: 9999;
}
button.carousel-control-prev {
    position: absolute;
    z-index: 9999;
}
.RankSolution {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
}
/* ==================================== Animation Page Section ========================================= */

/* ==================================== WebDevelopment Page Section ========================================= */
.designinglisticonTextImg{
    text-align: left;
    margin: 0;
    display: none;
}
.designinglisticonTextImg ul{
    margin: 0;
    text-align: center;
}
.designinglisticonTextImg ul li{
    margin-right: 30px;
    margin-bottom: 0px;
}
.designinglisticonTextImg ul li img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin: 0px auto;
    display: table;
}
.designinglisticonTextImg ul li small{
    display: block;
    color: #fff;
    margin: 15px 0 0 0;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}
.WebDevelopmentChecklist {
    background: #e3e3e2;
    width: 100%;
    height: 100vh;
    position: relative;    
}
.checklistheading span {
    font-family: 'Gilroy-Medium';
    font-size: 35px;
    color: rgb(39, 40, 39);
    font-weight: 500;
    display: inline-block;
    width: 32%;
    line-height: 40px;
}
.checklistheading p {
    display: inline-block;
    width: 53%;
    margin-left: 0;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    bottom: 31px;
}
.checklistbox span {
    display: block;
    color: #272827;
    font-size: 24px;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0px;
    font-family: 'Gilroy-Medium';
}
.checklistbox p {
    color: #272827;
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0 0 0;
}
.checklistbox {
    margin-top: 40px;
}
.checklistright {
    position: relative;
}
.stone1 {
    position: absolute;
    top: 237px;
    bottom: auto;
    width: 356px;
}
.stone2 {
    position: absolute;
    left: -30px;
    top: 100px;
    width: 100px;
    -webkit-animation: upNdown 6s infinite linear;
    animation: upNdown 6s infinite linear;
}
.stone3 {
    position: absolute;
    right: 10px;
    top: 70px;
    width: 100px;
    -webkit-animation: upNdown 6s infinite linear;
    animation: upNdown 6s infinite linear;    
}
.GraphicTop .webDeveText small{
    font-family: 'Gilroy-Bold';
    font-size: 60px;
    color: rgb(39, 40, 39);
    font-weight: 500;
    display: block;
    letter-spacing: -4px;
    text-align: left;
    position: relative;
    left: 0px;
}
.GraphicTop .webDeveText span{
    font-family: 'Gilroy-Bold';
    font-size: 75px;
    color: rgb(39, 40, 39);
    font-weight: 500;
    display: block;
    letter-spacing: -6px;
    position: relative;
    font-weight: 600;
}
.GraphicTop .DigitalDeveText small{
    font-family: 'Gilroy-Bold';
    font-size: 68px;
    color: rgb(58 194 142);
    font-weight: 500;
    display: inline-block;
    letter-spacing: -4px;
    text-align: left;
    position: initial;
    bottom: 86px;
    left: 44px;
    line-height: 50px;
}
.GraphicTop .DigitalDeveText span{
    font-family: 'Gilroy-Bold';
    font-size: 75px;
    color: rgb(39, 40, 39);
    font-weight: 500;
    display: inline-block;
    letter-spacing: -6px;
    line-height: 50px;
    position: relative;
    bottom: 25px;
    font-weight: 600;
}
.AppDevelopment .webDeveText small{
/*    bottom: 80px;    */
}
.servicesOffer.AnimationJs.DigitalMarketing {
    height: auto;
    margin-bottom: 20px;
}
/* ==================================== WebDevelopment Page Section ========================================= */
/* ==================================== Mobile Application Page Section ========================================= */
.ProjectCounter .counter span {
    color: #272827;
    display: block;
    font-size: 25px;
    margin-bottom: 10px;
    font-family: 'Gilroy-Bold';
    line-height: 30px;
    text-align: center;
}
.ProjectCounter .counter small {
    color: #313131;
    font-family: 'Gilroy-Bold';
    font-size: 16px;
    display: block;
    text-align: center;
    margin: 10px 0 0 0;
    line-height: 30px;
}
.ProjectCounter {
    width: 100%;
    display: block;
    margin: 110px 0 0 0;
}
.MobileContent{
    background: #e3e3e2;
    width: 100%;
    height: 100vh;    
}
.processbox span {
    display: block;
    color: #272827;
    font-size: 25px;
    margin: 0 0 20px 0;
    font-weight: 600;
    text-align: left;
}
.processbox p {
    text-align: justify;
    padding: 0;
    font-family: 'Gilroy-Medium';
    font-weight: 500;
    color: #686968;
    font-size: 14px;  
}
.processheading span {
    font-family: 'Gilroy-Medium';
    font-size: 33px;
    color: #272827;
    font-weight: 500;
    display: block;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 10px;
}
.processicons ul li {
    display: inline-block;
    margin-right: 95px;
}
.processicons ul li:last-child {
    display: inline-block;
    margin-right: 0px;
}
.proicons img {
    text-align: center;
    margin: 0px auto;
    display: table;
    width: 75px;
    height: 70px;
    object-fit: scale-down;
}
.proicons span {
    display: block;
    color: #272827;
    font-size: 22px;
    margin: 20px 0 20px 0;
    font-weight: 500;
    text-align: center;
}
.mobileset {
    width: 70%;
    float: right;
}
.processheading {
    margin-top: 20%;
}
.processicons {
    margin-top: 50px;
}
.servicesOffer.AnimationJs.BlockChainContent {
    height: auto;
    display: block;
    margin-bottom: 10px;
}
.servicesOffer.AnimationJs.BlockChainContent span {margin: 0 0 10px 0;}
.servicesOffer.AnimationJs.BlockChainContent p {margin: 10px 0 20px 0;}
.bottombtn{
    float: none;
    margin: 20px auto 0px auto;
    display: table;
}
.bottombtn a {
    padding: 15px 25px;
    border-radius: 5px;
    display: inline-block;
    background: #01c38e;
    color: #e3e3e2;
    border-radius: 3px;
    font-size: 18px;
}
/* ==================================== Mobile Application Page Section ========================================= */

/* ///////////////////////////////////////////////////////////// BEGIN Case Study Section /////////////////////////////////////////*/
.caseheadingcenter.is-inview {
    padding: 9% 0 0% 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}
.CaseStudlyFirst {
/*    background: #e3e3e2;*/
    padding: 0% 60px 0% 60px;
    width: 100%;
    height: 100vh;
}
.case_styudy_main_bg {
    background-image: url(../assets/images/case_study_bg.png);
    background-size: cover;
}
.img-box {
    position: relative;
    overflow: hidden;
}
img.img-fluid.imgoverlap2 {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
    background-size: cover;
}
.img-box:hover img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
  }
  .img-box img:nth-child(1) {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
  }
  .img-box:hover img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
  }
.caseheadingcenter span {
    color: #272827;
    display: block;
    font-size: 140px;
    font-weight: 500;
    font-family: 'Gilroy-Medium';
    text-align: center;
    letter-spacing: -5px;
}
.caseheadingcenter p{
    width: 40%;
    margin: 10px auto;
    text-align: center;
    font-size: 15px;
}
.caseheadingcenter img {
    margin: 0px auto;
    display: table;
    width: 625px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.caselink1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}
.caselink1 img{
    margin: 0px auto;
    display: table;
    width: 100%;
}
.casestudyblogs{
    padding: 4% 0 0% 0;
}
.NFTTycoons {
    align-items: center;
    padding: 10px 0 0px 0;
    justify-content: space-between;
    width: 50%;
    margin: 0px auto;
    display: flex;
}
.NFTTycoons span {
    color: #272827;
    font-size: 22px;
}
.NFTTycoons span a{
    color: #272827;
    font-size: 22px;
}
.NFTTycoons span a i{
    margin: 0 18px;
    font-size: 14px;
}
.NFTTycoons p{
    font-size: 15px;
}
.caselink2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56%;
    margin: 0px auto;
    padding: 5% 60px;
}
.UniverseQueen span{
    color: #272827;
    font-size: 22px;
    display: block;    
}
.UniverseQueen a{
    color: #272827;
    font-size: 22px;
    display: block;
    margin: 20px 0 20px 0;
}
.UniverseQueen p{
    color: #272827;
    font-size: 16px;
    display: block;    
}
.UniverseQueen {
    width: 50%;
    margin-left: 60px;
}
.mleft0{
    margin-left: 0;
}
.NewCaseStudy:after {
    content: '';
    display: block;
    width: 100%;
    height: 388px;
/*    background-image: url(../images/sectionbottom.png);*/
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    z-index: -1;
    mix-blend-mode: multiply;
}
.CaseStudyLeftBox img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.CaseHeadingtop {
    margin-bottom: 10px;
}
.CaseStudyRightBox {
    margin-top: 32px;
}
.CaseHeadingtop span {
    display: block;
    font-family: 'Gilroy-Bold';
    font-size: 64px;
    margin: 0 0 20px 0;
    color: #fff;
}
.CaseHeadingtop p {
    font-size: 18px;
    color: #BFC0C0;
}
.CaseStudyRightBox small {
    display: table;
    color: #212529;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.CaseStudyRightBox span {
    display: block;
    font-family: 'Gilroy-Bold';
    font-size: 30px;
    margin: 20px 0 10px 0;
    color: #fff;
}
.CaseStudyRightBox p {
    font-family: 'Gilroy-Medium';
    font-weight: 500;
    color: #BFC0C0;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    margin: 0px 0 24px 0;
}
.caseMain {
    background: #e3e3e2;
    padding: 8% 0 0% 0;
}
.CaseHeading span {
    color: #272827;
    display: block;
    font-size: 140px;
    font-weight: 500;
    font-family: 'Athene';
    text-align: center;
    letter-spacing: -13px;
}
.CaseHeading p {
    width: 72%;
    margin: 40px auto 30px auto;
    text-align: center;
    font-size: 15px;

}
.CaseHeading img {
    margin: 0px auto;
    display: table;
    position: relative;
    top: 33px;
    z-index: 2;
}
.middleSectionBody {
    padding: 5% 0;
    background: rgb(227,227,226);
    background: -moz-linear-gradient(0deg, rgba(227,227,226,1) 0%, rgba(227,227,226,1) 35%, rgba(246,246,246,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(227,227,226,1) 0%, rgba(227,227,226,1) 35%, rgba(246,246,246,1) 100%);
    background: linear-gradient(0deg, rgba(227,227,226,1) 0%, rgba(227,227,226,1) 35%, rgba(246,246,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3e3e2",endColorstr="#f6f6f6",GradientType=1);
    position: relative;
}
.ClientLogoCenter img {
    display: table;
    margin: 0px auto 50px auto;
    width: 230px;
}
.colorSec span {
    display: table;
    background: #313131;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 22px;
}
.colorRadius ul {
    margin: 50px 0 20px 0;
}
.colorRadius ul li {
    display: inline-block;
    margin-right: 96px;
    width: 11%;
}
.colorRadius ul li:last-child{
    margin-right: 0px;
}
.colorRadius ul li .colorinside {
    background: #0000e6;
}
.colorRadius ul li span {
    display: block;
    color: #272827;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
    margin: 20px 0 10px 0px;
}
.colorRadius ul li p {
    display: block;
    color: #272827;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
}
.colorRadius ul li .colorinside {
    background: #0000e6;
}
.colorRadius ul li .colorinside2 {
    background: #0eea42;
}
.colorRadius ul li .colorinside3 {
    background: #e0f20a;
}
.colorRadius ul li .colorinside4 {
    background: #d00201;
}
.colorRadius ul li .colorinside5 {
    background: #272827;
}
.colorRadius ul li .colorinside6 {
    background: #925e25;
}
.colorRadius ul li .colorinside7 {
    background: #CE2029;
}
.colorRadius ul li .colorinside8 {
    background: #FFE135;
}
.colorRadius ul li .colorinside9 {
    background: #FFF4CE;
}
.colorRadius ul li .colorinside10 {
    background: #1C1E13;
}

.colorRadius ul li .colorinside11 {
    background: #FFC5CB;
    /* display: block; */
}
.colorRadius ul li .colorinside12 {
    background: #A1E9DE;
}
.colorRadius ul li .colorinside13 {
    background: #FFFF99;
}
.colorRadius ul li .colorinside14 {
    background: #000000;
}


.colorRadius ul li .colorinside15 {
    background: #43B3AE;
}
.colorRadius ul li .colorinside16 {
    background: #F64A8A;
}
.colorRadius ul li .colorinside17 {
    background: #ACACAC;
}
.colorRadius ul li .colorinside18 {
    background: #878D91;
}
.colorRadius ul li .colorinside19 {
    background: #000000;
}



.colorRadius ul li .colorinside20 {
    background: #5dc0e0;
}
.colorRadius ul li .colorinside21 {
    background: #f6773f;
}
.colorRadius ul li .colorinside22 {
    background: #8ace5b;
}
.colorRadius ul li .colorinside23 {
    background: #3f8e80;
}
.colorRadius ul li .colorinside24 {
    background: #4d84c4;
}

.colorRadius ul li .colorinside25 {
    background: #30baa1;
}
.colorRadius ul li .colorinside26 {
    background: #ef9f96;
}
.colorRadius ul li .colorinside27 {
    background: #79baec;
}
.colorRadius ul li .colorinside28 {
    background: #e9d66b;
}
.colorRadius ul li .colorinside29 {
    background: #1f3b4d;
}

.colorRadius ul li .colorinside30 {
    background: #fa484a;
}
.colorRadius ul li .colorinside31 {
    background: #000000;
}
.colorRadius ul li .colorinside32 {
    background: #1c1c1c;
}


.colorRadius ul li .colorinside33 {
    background: #0f2e5d;
}
.colorRadius ul li .colorinside34 {
    background: #f68530;
}
.colorRadius ul li .colorinside35 {
    background: #011635;
}
.colorRadius ul li .colorinside36 {
    background: #0c0000;
}

.colorRadius ul li .colorinside37 {
    background: #2e3192;
}
.colorRadius ul li .colorinside38 {
    background: #3c4142;
}
.colorRadius ul li .colorinside39 {
    background: #bdbdc6;
}
.colorRadius ul li .colorinside40 {
    background: #0c0000;
}


.colorRadius ul li .colorinside41 {
    background: #016bac;
}
.colorRadius ul li .colorinside42 {
    background: #27b5f4;
}
.colorRadius ul li .colorinside43 {
    background: #d5f0ff;
}
.colorRadius ul li .colorinside44 {
    background: #7c7b7a;
}




.colorRadius ul li small {
    display: table;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin: 0px auto;
    box-shadow: inset 0 0 10px rgb(0 0 0 / 32%);
    -moz-box-shadow: inset 0 0 10px rgb(0 0 0 / 32%);
    -webkit-box-shadow: inset 0 0 20px rgb(0 0 0 / 32%);
    display: block;
}
.ruleListing {
    margin: 0;
}
.BlogBanner {
    background-image: url(../images/BlogBanner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 9% 0 9% 0;
}
.BannerHeading span {
    font-family: 'Gilroy-Bold';
    font-size: 100px;
    color: #272827;
    font-weight: 500;
    display: block;
    text-align: center;
}
.BannerHeading p {
    font-family: 'Gilroy-Medium';
    font-weight: 500;
    color: #272827;
    font-size: 16px;
    line-height: 30px;
    width: 28%;
    text-align: center;
    margin: 30px auto;
}
.BlogSectionMain {
    padding: 5% 0;
    background: rgb(227,227,226);
    background: -moz-linear-gradient(0deg, rgba(227,227,226,1) 0%, rgba(227,227,226,1) 35%, rgba(246,246,246,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(227,227,226,1) 0%, rgba(227,227,226,1) 35%, rgba(246,246,246,1) 100%);
    background: linear-gradient(0deg, rgba(227,227,226,1) 0%, rgba(227,227,226,1) 35%, rgba(246,246,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3e3e2",endColorstr="#f6f6f6",GradientType=1);
}
.SearchBar {
    border: none;
    width: 100%;
    height: 52px;
    background: #fdfdfd;
    box-shadow: 1px 3px 7px rgb(0 0 0 / 20%);
    margin-bottom: 50px;
}
.SearchBar button {
    float: left;
    border: none;
    height: 49px;
    line-height: 50px;
    font-size: 21px;
    padding: 0 13px;
    color: #2d1838;
    background: #fdfdfd;
}
.BlogTopbtn {
    margin: 30px 0 0 0;
}

.SearchBar .form-control {
    width: 86%;
    float: left;
    height: 50px;
    padding: 0 10px;
    border: none;
    border-radius: 0;
    color: #2d1838;
    background: #fdfdfd;
}
.BlogTopbtn ul {
    text-align: right;
}
.BlogTopbtn ul li {
    display: inline-block;
    margin-right: 10px;
}
.BlogTopbtn ul li small {
    font-family: 'Athene';
    font-size: 24px;
    color: #272827;
    font-weight: 500;
    display: block;
    text-align: left;
    position: relative;
    bottom: 17px;
}
.BlogTopbtn ul li a {
    display: table;
    background: #7f7f7f;
    color: #fff;
    padding: 10px 14px;
    font-size: 14px;
    text-transform: capitalize;
}
.BlogBoxMain {
    margin-top: 20px;
}
.blogpostimg img {
    width: 100%;
}
.BlogTag ul {
    margin: 20px 0;
}
.BlogTag ul li {
    display: inline-block;
    margin-right: 3px;
}
.BlogTag ul li a {
    display: table;
    background: #01c38e;
    color: #fff;
    padding: 10px 19px;
    font-size: 14px;
    text-transform: capitalize;
}
.BlogTag ul li a:hover, .BlogTag ul li a:focus {
    background: #7f7f7f;
    color: #fff;
}
.AdminTags ul li {
    display: inline-block;
    font-size: 17px;
    color: #313131;
    font-weight: 500;
    margin-right: 20px;
}
.AdminTags ul li a{
    display: inline-block;
    font-size: 15px;
    color: #313131;
    font-weight: 500;
    margin-right: 20px;
}
.AdminTags ul li small i {
    margin-right: 8px;
}
.AdminTags ul li i {
    margin-right: 8px;
}
.blogLink a {
    font-family: 'Athene';
    font-size: 20px;
    color: #272827;
    font-weight: 600;
    display: block;
    text-align: left;
    text-transform: capitalize;
    line-height: 30px;
    margin: 10px 0;
}
.blogLink a:hover {
    color: #01c38e;
}
.blogLink p {
    font-family: "Acumin Pro";
    font-weight: 500;
    color: rgb(39, 40, 39);
    font-size: 14px;
    line-height: 30px;
}
.postheading span {
    font-family: 'Athene';
    font-size: 30px;
    color: #272827;
    font-weight: 500;
    display: block;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.recentPost {
    border-bottom: 1px solid #8f8f8f;
    padding: 0 0 26px 0;
    margin-bottom: 26px;
}
.postimgleft {
    float: left;
    width: 36%;
}
.recentContent {
    float: right;
    width: 62%;
}
.recentContent small {
    display: block;
    font-size: 17px;
    color: #313131;
    font-weight: 500;
    margin-bottom: 10px;
}
.recentContent small i {
    margin-right: 8px;
}
.recentContent a {
    font-family: 'Athene';
    font-size: 18px;
    color: #272827;
    font-weight: 500;
    display: block;
    text-align: left;
    text-transform: capitalize;
    line-height: 25px;
    margin: 15px 0 15px 0;
    transition: 0.4s;
}
.recentContent a:hover {
    color: #01c38e;
    transition: 0.4s;
}
.recentContent p {
    font-family: "Acumin Pro";
    font-weight: 500;
    color: rgb(39, 40, 39);
    font-size: 14px;
    line-height: 24px;
}
.cateGoriesList ul li a {
    font-family: 'Athene';
    font-size: 18px;
    color: #272827;
    font-weight: 500;
    display: block;
    text-align: left;
    text-transform: capitalize;
    line-height: 36px;
    margin: 20px 0;
    border-bottom: 1px solid #8a8a8a;
    padding-bottom: 10px;
    transition: 0.4s;
}
.cateGoriesList ul li a:hover {
    color: #01c38e;
    transition: 0.4s;
}
.cateGoriesList ul li a:hover small {
    color: #01c38e;
}
.cateGoriesList ul li a small {
    float: right;
    font-size: 16px;
    color: #272827;
    font-weight: 600;
    letter-spacing: 3px;
}
.cateGoriesList ul li a:hover small {
    color: #01c38e;
}
.UsedTags {
    margin-top: 30px;
}
.UsedTags ul li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
}
.UsedTags ul li a {
    display: table;
    background: #7f7f7f;
    color: #fff;
    padding: 13px 13px;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.4s;
}
.UsedTags ul li a:hover, .UsedTags ul li a:focus {
    background: #01c38e;
    color: #fff;
    transition: 0.4s;
}
.sharelinks ul li {
    display: inline-block;
    margin-right: 10px;
}
.sharelinks ul li a {
    display: table;
    background: #01c38e;
    color: #fff;
    padding: 12px 18px 7px 18px;
    font-size: 20px;
    border-radius: 5px;
    transition: 0.4s;
}
.sharelinks ul li a:hover {
    background: #7f7f7f;
    color: #fff;
    transition: 0.4s;
}
.sharemain {
    border-top: 1px solid #8a8a8a;
    border-bottom: 1px solid #8a8a8a;
    margin: 16px 0 0px 0;
    padding: 0 0 30px 0;
}
.LeaveForm input.form-control {
    width: 100%;
    height: 60px;
    background: #202120;
    color: #132d46;
    border-radius: 0;
    font-size: 14px;
    border: 1px solid #202120;
    padding: 16px;
}
.LeaveForm textarea:focus, .LeaveForm textarea:hover {
    outline: inherit;
    box-shadow: none;
    background: #202120;
    color: #132d46;
    border: 1px solid #202120;
}
.LeaveForm .btn-primary {
    color: #fff;
    background-color: #01c38e;
    border-color: #01c38e;
    padding: 9px 20px;
    font-size: 19px;
    line-height: 30px;
}
.LeaveForm textarea {
    width: 100%;
    height: 220px;
    background: #202120;
    color: #fff;
    border-radius: 0;
    margin-bottom: 20px;
    font-size: 14px;
    border: 1px solid #7f7f7f;
    padding: 16px;
}
.LeaveForm .btn-primary:hover, .LeaveForm .btn-primary:focus {
    color: #fff;
    background-color: #7f7f7f;
    border-color: #7f7f7f;
}
.CaseStudyRightBox a {
    background: #01c38e;
    color: #fff;
    font-size: 16px;
    padding: 10px 10px;
    margin: 0;
    display: table;
    position: relative;
    bottom: 0;
}
.CaseStudyRightBox a:hover {
    background: #969695;
    color: #fff;
}
.OurRole span {
    display: table;
    background: #313131;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 22px;
}
.ruleListing ul {
    display: inline-block;
    margin: 0;
}
.ruleListing ul li {
    display: block;
    text-transform: capitalize;
    text-align: left;
    line-height: 25px;
    position: relative;
    padding-left: 15px;
    font-weight: 500;
    color: #686968;
    font-size: 14px;
    width: 100%;
    margin: 0 0 10px 0;
}
.ruleListing ul li i {
    font-size: 8px;
    position: absolute;
    bottom: 5px;
    margin-right: 8px;
    left: 0;
    top: 6px;
    color: #d0202d;
}
.timeduration span {
    display: table;
    background: #313131;
    padding: 13px 2px 10px 2px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
    text-align: center;
}
.timedurationDis {
    margin-top: 25px;
}
.timedurationDis span {
    display: inline-block;
    color: #01c38e;
    font-size: 60px;
    font-weight: 600;
}
.MrightSpan {
    margin-right: 32px;
}
.timedurationDis span small {
    display: block;
    color: #272827;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 500;
}
.AboutProjectMain {
    position: relative;
}
.AboutProject span {
    display: table;
    background: #313131;
    padding: 13px 22px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.AboutProject p {
    font-weight: 500;
    color: #686968;
    font-size: 14px;
    width: 100%;
    margin: 20px 0 0 0;
}
.ToolsUsed {
    margin-bottom: 50px;
}
.ToolsUsed span {
    display: table;
    background: #313131;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 13px 22px;
}
.ToolsUsed ul li {
    display: inline-block;
    margin-right: 45px;
}
.ToolsUsed ul li img {
    display: block;
    margin-right: 30px;
    width: 50px;
    height: 50px;
    object-fit: scale-down;
    margin: 0px auto;
}
.ToolsUsed ul li small {
    display: block;
    color: #272827;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
    margin: 10px 0 0 0;
}
.ToolsUsed ul li:last-child {
    display: inline-block;
    margin-right: 0px;
}
.ProblumIstatwement {
    padding: 11% 0 10% 0;
}
.AboutProject {
    margin-bottom: 40px;
}
.OurRole {
    margin-bottom: 10px;
}
.AboutProject span {
    display: table;
    background: #313131;
    padding: 13px 22px 10px 22px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.ProblumIstatwement .AboutProject p {
    width: 100%;
}
.boxshaowBG {
    display: block;
    background-image: url(../images/MobileBG.png);
    width: 100%;
    height: 676px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.AboutProjectMain2 .AboutProject span {
    display: table;
    background: #313131;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 13px 22px;
}
.bottomfoot {
    background: #efefee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 110px;
}
.nafairebottom span {
    color: #313131;
    display: block;
    font-size: 16px;
    font-weight: 600;
}
.nafairebottom span i {
    margin: 0 10px;
}
.nafairebottom small {
    color: #272827;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    top: -2px;
}
.backtop button {
    display: table;
    background: #272827;
    color: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 60px;
    position: relative;
}
.backtop button:before {
    content: '';
    display: block;
    width: 2px;
    height: 40px;
    background: #272827;
    position: absolute;
    top: -29px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0px auto;
}
.backtop button:after {
    content: '';
    display: block;
    width: 2px;
    height: 40px;
    background: #272827;
    position: absolute;
    bottom: -29px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0px auto;
}
/* ///////////////////////////////////////////////////////////// END Blog Page Section /////////////////////////////////////////*/
/* ///////////////////////////////////////////////////////////// BEGIN Career Page Section /////////////////////////////////////////*/
/* BEGIN Career Page Csss */
.ContactBg{
    background-image: url(../assets/images/contact_main_bg.png);
    /*background-image: url(../images/contact-us-free-logo.jpg);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    position: relative;
}
.CareerMain{
    background-image: url(../images/CareerBanner.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 5% 0;
}
.CareerLeft1{
    background-image: url(../images/careerLeft.png);
    width: 100%;
    height: 613px;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}
.CareerMiddle{
    padding: 5% 0;
    background: rgb(227,227,226);
    background: -moz-linear-gradient(0deg, rgba(227,227,226,1) 0%, rgba(227,227,226,1) 35%, rgba(246,246,246,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(227,227,226,1) 0%, rgba(227,227,226,1) 35%, rgba(246,246,246,1) 100%);
    background: linear-gradient(0deg, rgba(227,227,226,1) 0%, rgba(227,227,226,1) 35%, rgba(246,246,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3e3e2",endColorstr="#f6f6f6",GradientType=1);    
}
.CareerLeft1 span {
    font-family: 'Athene';
    font-size: 70px;
    color: #272827;
    font-weight: 500;
    text-align: left;
    line-height: 62px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    letter-spacing: -4px;
}
.CareerRight .faqscollapse {
    width: 100%;
    height: auto;
}
.CareerRight .collapsecontent p{
    width: 100%;
    padding: 10px 0 0px 0;
}
.CareerRight {
}
.CareerRight .expandable {
    display: block;
}
.CareerRight .borderbottom {
    border-bottom: 1px solid #b4b4b3;
    padding: 37px 0;
}
.CareerRight .expandable {
    display:none;
    position: relative;
    transition: all ease-in-out;
}
.borderbottom.borderbottom2{
    position: relative;
}
.borderbottom.borderbottom2:after{
    display: block;
    content: '';
    width: 60px;
    height: 10px;
    background: #01c38e;
    position: absolute;
    bottom: -1px;
}
.borderbottom2 .expandable{
    display: block;
}
.borderbottom2 .expandable:before{
display: none;
}
.CareerFormBg{
    background: #132d46;
    padding: 5% 0;
    position: relative;    
}
.CareerFormBg .faqscollapse span{
    color: #b4b4b3;
}
.CareerFormBg .faqscollapse p{
    color: #b4b4b3;
}
.applyText span {
    font-family: 'Gilroy-Light';
    font-size: 40px;
    color: #132d46;
    font-weight: 500;
    letter-spacing: -2px;
    display: block;
    margin: 0 0 20px 0;
}
.applyText span.spacetop {
    font-family: 'Gilroy-Bold';
    margin-bottom: 0px;
}
.applyText span img{
    width: 55px;
    height: 55px;
    position: relative;
    bottom: 7px;
}
.ApplyFormMain .LeaveForm input.form-control{
    background: transparent;
    border: 1px solid #061829;
}
.ApplyFormMain  .LeaveForm textarea {
    background: transparent;
    border: 1px solid #061829;
}
.ApplyFormMain .LeaveForm .btn-primary {
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    font-size: 25px;
    display: table;
    width: auto;
    color: #01c38e;
    font-family: 'Athene';
    line-height: 30px;
    margin-left: 20px;
}
.ApplyFormMain .LeaveForm .btn-primary:hover, .ApplyFormMain .LeaveForm .btn-primary:focus{
    color: #fff;
    outline: inherit;
    box-shadow: none;
    background: none;
    outline: inherit;
    box-shadow: none;
}
.CareerFormBg .RankWhiteBg {
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10vh;
    position: absolute;
    bottom: 0;
}
/* .CareerFormBg .RankLogos ul li a img {
    margin-right: 20px;
    width: 80px;
    height: 70px;
    object-fit: scale-down;
    display: inline-block;
    position: relative;
    top: 0;
    filter: opacity(50%);
}
.CareerFormBg .RankLogos .custom_widget {
    top: 0;
} */
.ChooseFile {
    background: #181818;
    width: 100%;
    padding: 2% 4px 2% 1px;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
}
.form-group.ChooseFile2 {
    margin: 0;
}
.ChooseFile .file-chooser {
    width: 100%;
    display: block;
    margin: 0;
}
  /******************************
         FILE CHOOSER CSS
  ******************************/
  .ChooseFile .file-chooser {
    width: 100%;
    display: block;
  }
  .ChooseFile .file-chooser + .file-chooser {
    margin-top: 20px;
  }  
  .file-chooser {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    font-size: 1rem;
  }
  .file-chooser * {
    box-sizing: inherit;
  }
  .file-chooser .file-chooser-input {
    background: #181818;
    border: 1px solid #181818;
    border-right: none;
    border-radius: 2px;
    padding: 5px;
    font-size: inherit;
    cursor: default;
    padding-right: 10px;
    white-space: pre;
    text-overflow: ellipsis;
    width: 100%;
    height: 50px;
  }
  .file-chooser:after {
    content: "UPLOAD";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    background: #01c38e;
    border: 1px solid #01c38e;
    border: none;
    border-radius: 0;
    color: #FFF;
    font-size: inherit;
    cursor: pointer;
    transition:  0.25s;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  .file-chooser:after:hover {
    background: #bc2f59;
  }
  .file-chooser .file-chooser-clear {
    position: absolute;
    right: 80px;
    background: none;
    border: none;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0;
    transition: color 0.25s, opacity 0.25s;
  }
  .file-chooser .file-chooser-clear:after {
    content: "";
    font-size: 1.2rem;
  }
  .file-chooser .file-chooser-clear:hover {
    color: red;
  }
  .file-chooser:hover .file-chooser-clear {
    opacity: 1;
  }
  .file-chooser .file-chooser-hidden {
    display: none;
  }

  .CareerFormBg .BrandWhite {
    position: absolute;
    bottom: 0;
}


  
/* END Career Page Csss */
/* ///////////////////////////////////////////////////////////// BEGIN Career Page Section /////////////////////////////////////////*/
/* ///////////////////////////////////////////////////////////// BEGIN Contact Us Page Section /////////////////////////////////////////*/
.GetInTouchMain {
    width: 100%;
    background-image: url(../images/GetinBg.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 100%;
    margin-top: 80px;
}
.GetInTouchMain span {
    font-size: 25px;
    font-weight: 600;
    color: #132d46;
    display: block;
    margin: 0px 0 0px 0;
    padding: 5% 0 0 5%;
}
.getinBox {
    border-bottom: 1px solid #061829;
    padding: 5% 5% 5% 5%;
}
.getinBox small {
    font-size: 19px;
    color: #132d46;
    display: block;
    margin: 0px 0 20px 0;
}
.getinBox small i {
    font-size: 23px;
}
.getinBox p {
    font-size: 16px;
    color: #c5c5c5;
    display: block;
    margin: 0;
}
.getinBox a {
    font-size: 20px;
    font-weight: 600;
    color: #132d46;
    display: block;
    margin: 10px 0 0 0;
    line-height: 28px;
    font-weight: 600;
}
.getinBox a:hover {
    color: #01c38e;
}
.getinSocial ul {
    padding: 5%;
}
.getinSocial ul li {
    display: inline-block;
    margin-right: 20px;
}
.getinSocial ul li a {
    font-size: 28px;
    color: #132d46;
}
.getinSocial ul li a:hover {
    color: #01c38e;
}
.FallingTelePhone img {
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 25%;
    opacity: initial;
}
/* ///////////////////////////////////////////////////////////// BEGIN Contact Us Section /////////////////////////////////////////*/
/* BEGIN Privacy Policy */
.PrivacyPolicyBg{
    background-image: url(../images/Privacy-Policy-BG.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 50%;
}
.TermsBg{
    background-image: url(../images/TermsBG.jpg);
}
.PrivacyHeading {
    padding: 5% 0 0% 0;
}
.PrivacyPolicyBg h1{
    text-align: center;
    padding: 10% 0;
    font-family: 'Gilroy-Bold';
    font-size: 75px;
    color: rgb(39, 40, 39);
    font-weight: 500;
    display: block;
    opacity: 1;
    margin-top: 0px;    
}
.PrivacyPolicy {
    padding: 0;
    height: auto;
    display: block;
}
.PrivacyPolicy {
    padding: 0% 0 5% 0;
    /*background: #e3e3e2;*/
    background-image: linear-gradient(#132d4629, #01c38e26);
}
.PrivacyHeading h1 {
    text-align: center;
    padding: 10% 0;
    font-family: 'Athene';
    font-size: 75px;
    color: rgb(39, 40, 39);
    font-weight: 500;
    display: block;
}
.PrivacyHeading span {
    font-size: 35px;
    display: block;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.PrivacyHeading small {
    font-size: 30px;
    display: block;
    margin: 0 0 20px 0;
}
.PrivacyHeading small {
    display: block;
    color: #272827;
    font-size: 24px;
    margin: 30px 0 10px 0;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
    font-family: 'Gilroy-Bold';
}
.PrivacyHeading small:before{
    content:'';
    display: block;
    background: #01c38e;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 10px;
    left: 0;
    border-radius: 100%;
}
.PrivacyHeading p {
    font-weight: 500;
    color: #686968;
    font-size: 14px;
    margin: 0;
}
.PrivacyHeading h1 {
    text-align: center;
    padding: 10% 0;
    font-family: 'Athene';
    font-size: 75px;
    color: rgb(39, 40, 39);
    font-weight: 500;
    display: block;
    opacity: 1;
}
.ForMotionHeight img{
    width: 100%;
    height: 100vh;
    object-fit: fill;    
}
.section.NewCaseStudy{
    position: relative;
}
/* END Privacy Policy */
#moving-item {
    position: fixed;
    z-index: 9;
    right: 0%;
    top: 0;
}
#moving-item img{
    width: 100%;
    -webkit-animation: rotation 4s infinite linear;
    animation: rotation 4s infinite linear;    
}
@keyframes rotation {
    0%, 40% { transform: rotate(0deg); }
    60%, 100% { transform: rotate(360deg); }
}
.aboutvideo:hover button#playPauseButton{
    opacity: 1;
    outline: none;
}
button#playPauseButton {
    position: absolute;
    top: 46%;
    left: 46%;
    z-index: 2;
    background: rgb(211 32 46 / 65%);
    border: none;
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100px;
    opacity: 0;
    outline: none;
}
.dark_logo_for_content,
.dark_header .LogoLeft {
    display: none;
}
.dark_header .dark_logo_for_content {
    display: block;
}
.dark_header .rightNavBar.lightNav > ul > li > a {
    color: #132d46;
}
.rightNavBar.lightNav ul li a {
    color: #fff;
}
.portfolioLinks ul li.active a {
    color: #01c38e;
}

.rightNavBar a:hover, .rightNavBar a.active {
    color: #01c38e !important;
}
.rightNavBar ul li a.header_cta.active {
    color: #132d46 !important;
}

.InnerNavigation a.active {
    color: #01c38e;
}
/* For Email Error Css */
.error{
    position: relative;
}

.forerror{
    position: absolute;
    top: 24px;
    left: auto;
    color: #01c38e;
    right: 10px;
    display:none;
}    
.forerror2 {
    display: block;
    color: #01c38e;
    font-size: 12;
    margin: 10px 0 0 0px;
    display: none;
}
.error .forerror{
    display: block;
}
.error .forerror2{
    display: block;
}

.form-group{
    position: relative;
    margin-bottom: 10px;
}


.form_loader {
    width: 40px;
    height: 40px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #01c28d;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: absolute;
    left: 170px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.btn-primary:hover, .btn-primary:focus{
    color: inherit;
    background-color: inherit;
    border-color: inherit;    
}
.Seprator {
    padding: 1% 0;
}
.Seprator2 {
    padding: 3% 0;
}
.Seprator img {
    width: 100%;
   
}
.satisfied {
    display: inline-block;
}
.satisfied small {
    color: #b5b5b5;
    display: block;
    padding-right: 0;
    margin: 0;
    font-size: 18px;
    text-align: left;
    position: relative;
    top: 5px;
}
.headerLogo img {
    width: 60px;
}
.TestimonialSlider .col-lg-2.col-sm-2.col-md-2.col-2 {
    padding-right: 0;
}
.TestimonialSlider .col-lg-10.col-sm-10.col-md-10.col-10 {
    padding-left: 0;
}
/* #Progress
================================================== */

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
  }
  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
  }
  .progress-wrap::after {
    position: absolute;
    font-family: "unicons";
    content: "\e84b";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.3); /* --- Pijl kleur --- */
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
  }
  .progress-wrap:hover::after {
    opacity: 0;
  }
  .progress-wrap::before {
    position: absolute;
    font-family: "unicons";
    content: "\e84b";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background: black; /* --- Pijl hover kleur --- */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
  }
  .progress-wrap:hover::before {
    opacity: 1;
  }
  .progress-wrap svg path {
    fill: none;
  }
  .progress-wrap svg.progress-circle path {
    stroke: rgba(0, 0, 0, 0.2); /* --- Lijn progres kleur --- */
    stroke-width: 4;
    box-sizing: border-box;
  }
  .otherspacing {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pright5{
    padding-right:5px;
}
.pleft5{
    padding-left:5px;
}
/* Button Styles */

.button {
  display: inline-flex;
  height: 40px;
  width: 150px;
  border: 2px solid #01c38e;
  margin: 20px 20px 20px 20px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: .8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:#01c38e;
}
a {
  color: #BFC0C0;
  text-decoration: none;
}
/* Sixth Button */
#button-6 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-6 a {
  position: relative;
  transition: all .45s ease-Out;
}

#spin {
  width: 0;
  height: 0;
  opacity: 0;
  left: 70px;
  top: 20px;
  transform: rotate(0deg);
  background: none;
  position: absolute;
  transition: all .5s ease-Out;
}

#button-6:hover #spin {
  width: 200%;
  height: 500%;
  opacity: 1;
  left: -70px;
  top: -70px;
  background: #272827;
  transform: rotate(80deg);
}

#button-6:hover a {
  color: #fff;
}

/* Layout Styling */
.collapseText .btn-link {
    font-weight: 400;
    color: #272827;
    text-decoration: none;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}
.collapseText .card-body {
    padding: 10px;
}
.collapseText .card-body p{
    margin: 0px;
}
.collapseText .btn-link:hover, .collapseText .btn-link:focus{
    color: #01c38e;
}
.formSubmitBtn {
    color: #e3e3e2;
    display: block;
    font-size: 30px;
/*    margin: 0 0 10px 0;*/
    font-family: 'Gilroy-Medium';
    background: none;
    border: none;
    border-radius: inherit;
    padding: 0;
}
.formSubmitBtn:hover, .formSubmitBtn:focus {
    color: #01c38e;
    outline: none;
}
.contactFormSubmitBtn,
.careerFormSubmitBtn {
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    font-size: 25px;
    display: table;
    width: auto;
    color: #01c38e;
    font-family: 'Gilroy-Medium';
    line-height: 30px;
    margin-left: 20px;
}
.contactFormSubmitBtn:hover, .contactFormSubmitBtn:focus,
.careerFormSubmitBtn:hover, .careerFormSubmitBtn:focus {
    color: #fff;
    outline: none;
}

#quote_form span.error.active {
    background-color: rgb(153, 0, 0);
    color: #fff;
    padding: 3px 5px 2px;
    font-size: 14px;
}


.OfferModal {
    position: relative;
    z-index: 999999;
}
.OfferModal .modal-dialog {
    max-width: 1050px;
    margin: 8.75rem auto;
}
.OfferModal .modal-content{
    background-color: #2a2a2a;
    background-image: url(../images/crackbg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}
.LogosMainInner{
    width: 57%;
    float: left;
    padding-left: 3%;
}
.LogosMainInner ul{
margin: 0 0 40px 0;
}
.LogosMainInner ul li{
    display: inline-block;
    margin-right: 50px;
}
.LogosMainInner ul:last-child{
    margin-bottom: 0px;
}
.LogosMainInner ul li:last-child{
    margin-right: 0px;
}
.LogosMainInner ul li img{
    width: 140px;
    height: 60px;
    object-fit: scale-down;
}
.LogosMainForm {
    width: 44%;
    float: right;
    background-color: #272827;
    padding: 20px;
    position: relative;
    background-image: url(../images/mountainbottom.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 100%;
    box-shadow: 0px 0px 11px #00000052;
    background-blend-mode: multiply;
}
.LogosMainForm:after{
    content'';
    display:block;
    width:100%;
    height: 164px;
}
.LogosMainForm .form-control {
    background: #181818;
    border: none;
    color: #90908f;
    width: 100%;
    height: 45px;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 0px 10px;
    font-size: 16px;
    outline:inherit;    
}
.LogosMainForm .form-control:focus {
    background: #202120;
    border: none;
    color: #90908f;
    outline:inherit;    
}
.LogosMainForm textarea {
    background: #181818;
    border: none;
    color: #90908f;
    width: 100%;
    height: 60px;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 10px 10px;
    height: 150px;
    outline:inherit;    
}
.LogosMainForm textarea:focus {
    background: #202120;
    border: none;
    color: #90908f;
    outline:inherit;
}
.LogosMain {
    display: flex;
    align-items: center;
    justify-content: center;
}
.LogosMainForm span{
    color: #01c38e;
    display: block;
    font-size: 40px;
    font-family: 'Athene';
    margin: 10px 0 10px 0; 
}
.LogosMainForm small{
    color: #e3e3e2;
    display: block;
    font-size: 19px;
    font-family: 'Athene';
    margin: 0 0 20px 0;
}
.LogosMainForm .btn-primary {
    background-color: transparent;
    border-color: transparent;
    color: #01c38e;
    font-size: 36px;
    margin: 0;
    font-family: 'Athene';
    padding: 0;    
}
.LogosMainForm .btn-primary:hover, .LogosMainForm .btn-primary:focus{
    background-color: transparent;
    border-color: transparent;    
    color: #e3e3e2;    
}
.LogosMainForm .btn-secondary {
    color: #fff;
    background-color: #01c38e;
    border-color: #01c38e;
    font-size: 20px;
    padding: 0;
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}
.LogosMainForm .btn-secondary:hover, .LogosMainForm .btn-secondary:focus{
    background-color: #e3e3e2;
    border-color: #e3e3e2;    
    color: #01c38e;        
}
.OfferModal .modal-body{
    padding: 0rem !important;    
}
#timer {
  font-family: Arial, sans-serif;
  font-size: 20px;
  color: #e3e3e2;
  letter-spacing: -1px;
  margin: 0 0 40px 0;
}
#timer span {
  font-size: 60px;
  color: #e3e3e2;
  margin: 0;
}
#timer span:first-child {
  margin-left: 0;
}
.offerimg img {
    width: 56%;
    margin: 0px auto;
    display: table;
}

/*Bit Css*/

.home_banner_character {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.home_banner_character > img {
    max-width: 350px;
    position: relative;
    left: 140px;
    top: 80px;
}
.clouseRightImg {
    /*width: 55%;
    position: absolute;
    right: 0px;*/
    z-index: 1;
}
.home_banner_character .clouseRightImg img {
    width: 100%;
}
#section0 .row.forRowheight {
    align-items: center;
}
.home_about_sec {
    position: relative;
}
#aboutVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: #e9eaed;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 0;
}
.about_col_heading {
    position: relative;
}
.about_col_heading h2 {
    color: #fff;
    font-size: 290px;
    word-break: break-all;
    line-height: 200px;
    text-align: center;
    margin: 0px;
    font-family: Athene;
}
.about_col_content {
    position: relative;
}
.about_col_content h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: Athene;
}
.about_col_content p {
    color: #fff;
    font-family: "Montserrat", sans-serif;
}
a.theme_btn {
    background-color: #19394d;
    color: #fff;
    text-decoration: none;
    padding: 15px 40px;
    font-weight: 600;
    display: inline-block;
    margin-top: 5px;
    position: relative;
    overflow: hidden;
    transition: .5s;
}
a.theme_btn span {
    position: relative;
    z-index: 1;
}
a.theme_btn:after {
    content: '';
    background-color: #01c38e;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    transition: .5s;
    width: 5%;
}
a.theme_btn:hover:after {
    width: 95%;
    transition: .5s;
}
#section1 .row {
    align-items: center;
}
video#promo_video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}


footer.site_footer {
    background-color: #363334;
    padding-top: 100px;
}
.site_footer .container {
    max-width: 1550px;
}
.footer_center_col h3,
.footer_right_col h3 {
    color: #e6e6e6;
    font-size: 30px;
    margin-bottom: 30px;
}
.footer_left_col p {
    color: #e6e6e6;
    margin-top: 20px;
}
.footer_left_col a {
    color: #01c491;
    text-decoration: none;
}
.footer_center_col ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.footer_nav_col {
    display: flex;
    gap: 50px;
}
.footer_nav_col ul a {
    text-decoration: none;
    color: #e6e6e6;
    margin-bottom: 10px;
    display: block;
}
ul.footer_sub_menu li a {
    color: #01c491;
}
.footer_right_col p {
    color: #e6e6e6;
}
.footer_address > p {
    margin: 0px;
    color: #e6e6e6;
    text-align: center;
    border-top: 1px solid #4c494a;
    border-bottom: 1px solid #4c494a;
    padding: 15px 0px;
    margin-top: 50px;
}
.footer_copyright p {
    color: #e6e6e6;
    font-size: 12px;
    text-align: center;
    margin: 0px;
    padding: 20px 0px;
}
.newsletter_form input {
    padding: 10px;
    border: 0px;
    font-size: 14px;
    outline: none;
    background-color: #3d3a3b;
    color: #fff;
    width: 210px;
}
.newsletter_form button {
    background-color: #01c491;
    color: #fff;
    border: 0px;
    padding: 10px 30px;
    font-size: 15px;
}
.footer_social_links ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.footer_social_links ul a {
    color: #e6e6e6;
    border: 1px solid #e6e6e6;
    padding: 15px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
}
.footer_left_col img {
    max-width: 100px;
}
.footer_center_col {
    margin-left: 50px;
    margin-top: 70px;
}
.footer_right_col {
    margin-top: 70px;
}
.footer_reviews_logos ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 50px;
}
.footer_reviews_logos ul img {
    max-width: 200px;
    filter: grayscale(1);
    transition: .5s;
}
.footer_reviews_logos ul img:hover {
    filter: grayscale(0);
    transition: .5s;
}
.footer_address {
    width: 100%;
    position: absolute;
    bottom: 0px;
}



/**/

:root {
  --color-text: #292828;
  --color-bg: #ddd;
  --color-link: #000;
  --color-link-hover: #000;
  --page-padding: 1rem;
  --angle: -45deg;
  --trans-content: -30vh;
}

.intro {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.intro::after {
  content: "";
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
  /*background: url(https://github.com/misalagp/imgs/blob/main/noise.png?raw=true),
    radial-gradient(circle, #315f316e 0%, transparent 100%);*/
/*  background-size: 250px, 100%;*/
/*  pointer-events: none;*/
}

.intro--open {
  height: 80vh;
}
.banner_phones_annimation {
    position: absolute;
    left: 0px;
}
.grid {
  gap: 1rem;
  flex: none;
  position: relative;
  width: 200vw;
  height: 200vh;
  display: grid;
  grid-template-rows: repeat(8, 1fr);
  grid-template-columns: 100%;
  transform: rotate(var(--angle));
  transform-origin: center center;
}

.banner_slider_row {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(8, 1fr);
  will-change: transform, filter;
}

.row__item {
  position: relative;
}

.row__item-inner {
  position: relative;
  width: 100%;
  height: 100%;
/*  overflow: hidden;*/
  border-radius: 10px;
}

.row__item-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
/*  left: 0;*/
}

.row__item-img--large {
  width: 100vw;
  height: 100vh;
  top: 50%;
  left: 50%;
  margin: -50vh 0 0 -50vw;
  background-position: 50% 70%;
  will-change: transform, filter;
}

.banner_slider_moving_right .row__item-img {
    animation: animate-1 10s linear infinite;
    -webkit-animation: animate-1 10s linear infinite;
    /*transform: scale(0.65);
    -webkit-transform: scale(0.65);*/
}
@keyframes animate-1 {
  0%{
    right : 0%;
  }
  50%{
    right : 90%;
  }
  100%{
    right : 0%;
  }
}

.banner_slider_moving_left .row__item-img {
    animation: animate-2 10s linear infinite;
    -webkit-animation: animate-2 10s linear infinite;
    /*transform: scale(0.65);
    -webkit-transform: scale(0.65);*/
}
@keyframes animate-2 {
  0%{
    left : 0%;
  }
  50%{
    left : 90%;
  }
  100%{
    left : 0%;
  }
}

.intro {
    background-image: url('../assets/images/home_banner_bg.png');
    background-size: cover;
}
.intro:before {
    content: url(../assets/images/left_green_shade.png);
    position: absolute;
    left: 0px;
}
.intro:after {
    content: url(../assets/images/right_green_shade.png);
    position: absolute;
    right: 0px;
}

.home_about_sec {
    background-image: url('../assets/images/home_second_sec_bg.png');
    background-size: cover;
    display: flex;
    width: 100%;
    transform: translate3d(0, 0, 0);
    overflow: hidden;
}
.home_about_sec .huge-text {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    max-width: 900px;
    flex-wrap: wrap;
    margin: 0px auto;
    position: relative;
    top: 35px;
}
.home_about_sec h2 {
    font-size: 10em;
    z-index: 2;
    font-family: 'Gilroy-Black';
    color: #132D46;
/*    letter-spacing: 10px;*/
    margin-bottom: 40px;
    font-weight: 700;
    /*background: -webkit-linear-gradient(80deg, rgb(9 28 52) 18%, rgb(9 27 53) 20%, rgb(5 17 32) 30%, rgb(40 76 121) 50%, rgb(20 36 57) 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
.home_about_sec .huge-text span {
    background: -webkit-linear-gradient(135deg, rgb(1 191 140) 18%, rgb(0 92 54) 20%, rgb(0 171 127) 30%, #13916e 40%, rgb(0 181 131) 42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Gilroy-Black';
}
.home_about_sec .text-col {
    display: inline-block;
    align-self: flex-end;
    padding-bottom: 45px;
    color: #0A0A0A;
    z-index: 2;
}
.home_about_sec p {
    font-size: 20px;
    line-height: 30px;
    color: #132D46;
    font-family: 'Gilroy-Medium';
}

/*====*/
@keyframes office_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-200px * 7));
  }
}
.office_slider {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.office_slider .office_slide_track {
  -webkit-animation: office_scroll 40s linear infinite;
          animation: office_scroll 40s linear infinite;
  display: flex;
/*  width: calc(250px * 14);*/
}
.office_slider .office_slide {
  width: 360px;
}
.office_slider::before, .office_slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.office_slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.office_slider::before {
  left: 0;
  top: 0;
}




@keyframes service_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(250px * 7));
  }
}
.services_slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: rgb(1, 195, 142);
    background: radial-gradient(circle, rgba(1, 195, 142, 1) 0%, rgba(19, 45, 70, 1) 100%);
    padding: 15px 0px;
    transform: rotate3d(1, 1, 1, 5deg);
    top: -30px;
}
.services_slider .services_slide_track {
  -webkit-animation: service_scroll 40s linear infinite;
          animation: service_scroll 40s linear infinite;
  display: flex;
  gap: 50px;
}
.services_slider:hover .services_slide_track {
    animation: none;
}
.services_slider .services_slide a {
    display: block;
    text-align: center;
    color: #132D46;
    font-size: 20px;
    font-family: 'Gilroy-Bold';
}
.services_slider::before, .services_slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.services_slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.services_slider::before {
  left: 0;
  top: 0;
}



@keyframes service_scroll_top {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.services_slider_top {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: rgb(1, 195, 142);
    background: radial-gradient(circle, rgba(1, 195, 142, 1) 0%, rgba(19, 45, 70, 1) 100%);
    padding: 15px 0px;
    transform: rotate3d(1, 1, 1, -8deg);
    top: 110px;
    opacity: .5;

}
.services_slider_top .services_slide_track_top {
  -webkit-animation: service_scroll_top 40s linear infinite;
          animation: service_scroll_top 40s linear infinite;
  display: flex;
  gap: 50px;
}
.services_slider_top:hover .services_slide_track_top {
    animation: none;
}
.services_slider_top .services_slide_top a {
    display: block;
    text-align: center;
    color: #132D46;
    font-size: 18px;
}
.services_slider_top::before, .services_slider_top::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.services_slider_top::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.services_slider_top::before {
  left: 0;
  top: 0;
}


/*====*/




.slideshow .move-1 {
    animation: moveSlideshow 148s linear infinite;
}
@keyframes moveSlideshow { 
    0% {
        transform:translateY(5.6666%);
    }
    100% {
        transform:translateY(-100.6666%);
    }
}
@keyframes moveSlideshowHorizontal { 
    0% {
        transform:translateX(5.6666%);
    }
    100% {
        transform:translateX(-100.6666%);
    }
}
.slideshow>div {
    z-index: 1;
    opacity: 1;
    height: 25928px;
    width: 930px;
    background: url(../assets/images/OfficeImages.png);
    background-repeat: repeat-y;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 100px;
    transform: translate3d(0, 0, 0);
}
.sticky_social_icons {
    position: fixed;
    left: 0;
    top: 40%;
    z-index: 9;
}
.sticky_social_icons ul li a {
    background: #132d46;
    padding: 15px 12px;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}
.sticky_social_icons ul li:nth-child(1) a,
.sticky_social_icons ul li:nth-child(3) a {
    background-color: #01c38e;
}

.banner_green_circle {
    position: relative;
}
.banner_green_circle:after {
    content: '';
    top: -60px;
    right: -60px;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    position: absolute;
    background-image: url(../assets/images/green_round_shape.png);
    background-size: cover;
}
.home_about_sec h2 {
    position: relative;   
}
.home_about_sec h2:after {
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    position: absolute;
    top: 0px;
    right: -50px;
/*    left: -30px;*/
    background-image: url(../assets/images/green_round_shape.png);
    background-size: cover;
}


@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(1);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.01);
    }
}
@keyframes pulse2 {
    0%,
    to {
        transform: scale(1.05) translateY(-50%);
        opacity: 0.6;
    }
    50% {
        transform: scale(1) translateY(-50%);
        opacity: 1;
    }
}
@keyframes pulse3 {
    0%,
    to {
        transform: scale(1.05) translateY(-50%);
        opacity: 0.7;
    }
    50% {
        transform: scale(1) translateY(-50%);
        opacity: 0.9;
    }
}
@keyframes glow {
    0%,
    to {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}



.spheres {
    position: absolute;
    top: 106px;
    left: 50%;
    height: 1166px;
    width: 1362px;
    display: flex;
    z-index: 1;
    transition: transform .2s cubic-bezier(.21,-.01,0,.99);
    transform: translate(-50%);
}
.particles-mask {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    -webkit-mask-image: url(../assets/images/sphere-bg.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url(../assets/images/sphere-bg.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}
.spheres img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
#tsparticles {
    position: relative;
    z-index: 2;
    left: 50%;
    transform: translate(-50%);
}
#tsparticles canvas {
    width: 100%;
    height: 100%;
}
.inner_page_banner .lines {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/union.svg);
    background-size: 100% 100%;
}
.inner_page_banner .group {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 64px;
    position: relative;
    z-index: 3;
}
.inner_page_banner .overlap-group {
    position: relative;
    height: 64px;
    width: 328px;
}
.inner_page_banner .element {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
    border-radius: 32px;
    box-shadow: inset 1px 1px 2px #393939, 4px 6px 24px #000000a3;
    backdrop-filter: blur(34px) brightness(100%);
    -webkit-backdrop-filter: blur(34px) brightness(100%);
    background: radial-gradient(50% 50% at 50% 50%, #2e2e2ee6, #1e1e1ee6);
}
.inner_page_banner .element .img {
    position: absolute;
    width: 46px;
    height: 46px;
    top: 9px;
    left: 9px;
    object-fit: cover;
}
.inner_page_banner .mask-group-wrapper {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 264px;
    border-radius: 32px;
    box-shadow: inset 1px 1px 2px #393939, 4px 6px 24px #000000a3;
    backdrop-filter: blur(34px) brightness(100%);
    -webkit-backdrop-filter: blur(34px) brightness(100%);
    background: radial-gradient(50% 50% at 50% 50%, #2e2e2ee6, #1e1e1ee6);
}
.inner_page_banner .mask-group {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 15px;
    left: 15px;
}
.inner_page_banner .img-wrapper {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 220px;
    border-radius: 32px;
    box-shadow: inset 1px 1px 2px #393939, 4px 6px 24px #000000a3;
    backdrop-filter: blur(34px) brightness(100%);
    -webkit-backdrop-filter: blur(34px) brightness(100%);
    background: radial-gradient(50% 50% at 50% 50%, #2e2e2ee6, #1e1e1ee6);
}
.inner_page_banner .element-2 {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 176px;
    border-radius: 32px;
    box-shadow: inset 1px 1px 2px #393939, 4px 6px 24px #000000a3;
    backdrop-filter: blur(34px) brightness(100%);
    -webkit-backdrop-filter: blur(34px) brightness(100%);
    background: radial-gradient(50% 50% at 50% 50%, #2e2e2ee6, #1e1e1ee6);
}
.inner_page_banner .image-wrapper {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 44px;
    border-radius: 32px;
    box-shadow: inset 1px 1px 2px #393939, 4px 6px 24px #000000a3;
    backdrop-filter: blur(34px) brightness(100%);
    -webkit-backdrop-filter: blur(34px) brightness(100%);
    background: radial-gradient(50% 50% at 50% 50%, #2e2e2ee6, #1e1e1ee6);
}
.inner_page_banner .image-2 {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 12px;
    left: 12px;
    object-fit: cover;
}
.inner_page_banner .element-3 {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 88px;
    border-radius: 32px;
    box-shadow: inset 1px 1px 2px #393939, 4px 6px 24px #000000a3;
    backdrop-filter: blur(34px) brightness(100%);
    -webkit-backdrop-filter: blur(34px) brightness(100%);
    background: radial-gradient(50% 50% at 50% 50%, #2e2e2ee6, #1e1e1ee6);
}
.inner_page_banner .element-4 {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 132px;
    border-radius: 32px;
    box-shadow: inset 1px 1px 2px #393939, 4px 6px 24px #000000a3;
    backdrop-filter: blur(34px) brightness(100%);
    -webkit-backdrop-filter: blur(34px) brightness(100%);
    background: radial-gradient(50% 50% at 50% 50%, #2e2e2ee6, #1e1e1ee6);
}
.inner_page_banner .text {
    display: flex;
    flex-direction: column;
    max-width: 1005px;
    align-items: center;
    gap: 32px;
    padding: 0 24px;
}
.inner_page_banner .text-wrapper {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
/*    font-family: Inter-SemiBold, Helvetica;*/
    font-family: 'Gilroy-Black';
    font-weight: 600;
    color: #fff;
    font-size: 60px;
    text-align: center;
    letter-spacing: -3.2px;
    line-height: 75px;
}
.inner_page_banner .div {
    position: relative;
    max-width: 900px;
    font-family: 'Gilroy-Regular';
    font-weight: 500;
    color: #999;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: 24px;
}
.overlap:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100vw;
    bottom: -247px;
    z-index: 3;
    height: 359px;
    background-image: linear-gradient(0deg, #000, #000 81%, #0000);
}
.inner_page_banner .image:after {
    right: 0;
    background-image: linear-gradient(to left, #000, #0000);
}
.text-wrapper, .intro.animate .div {
    opacity: 1;
    transform: translateY(0);
}
.inner_page_banner {
    background-color: #000;
    background-image: url('../assets/images/sky-with-stars.jpeg');
    background-size: cover;
    animation: skyAnimateBg 50s linear infinite;
}
@keyframes skyAnimateBg{
    0%,100%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
}

#tsparticles span{
    position: absolute;
    top:50%;
    left:50%;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255,255,255,0.1),0 0 0 8px rgba(255,255,255,0.1),0 0 20px rgba(255,255,255,0.1);
    animation: animate 3s linear infinite;
}
#tsparticles span::before{
    content:'';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    height: 1px;
    background: linear-gradient(90deg,#fff,transparent);
}
@keyframes animate
{
    0%
    {
        transform: rotate(315deg) translateX(0);
        opacity: 1;
    }
    70%
    {
        opacity: 1;
    }
    100%
    {
        transform: rotate(315deg) translateX(-1000px);
        opacity: 0;
    }
}
#tsparticles span:nth-child(1){
    top: 0;
    right: 0;
    left: initial;
    animation-delay: 0s;
    animation-duration: 1s;
}
#tsparticles span:nth-child(2){
    top: 0;
    right: 80px;
    left: initial;
    animation-delay: 0.2s;
    animation-duration: 3s;
}
#tsparticles span:nth-child(3){
    top: 80;
    right: 0px;
    left: initial;
    animation-delay: 0.4s;
    animation-duration: 2s;
}
#tsparticles span:nth-child(4){
    top: 0;
    right: 180px;
    left: initial;
    animation-delay: 0.6s;
    animation-duration: 1.5s;
}
#tsparticles span:nth-child(5){
    top: 0;
    right: 400px;
    left: initial;
    animation-delay: 0.8s;
    animation-duration: 2.5s;
}
#tsparticles span:nth-child(6){
    top: 0;
    right: 600px;
    left: initial;
    animation-delay: 1s;
    animation-duration: 3s;
}
#tsparticles span:nth-child(7){
    top: 300px;
    right: 0px;
    left: initial;
    animation-delay: 1.2s;
    animation-duration: 1.75s;
}
#tsparticles span:nth-child(8){
    top: 0px;
    right: 700px;
    left: initial;
    animation-delay: 1.4s;
    animation-duration: 1.25s;
}
#tsparticles span:nth-child(9){
    top: 0px;
    right: 1000px;
    left: initial;
    animation-delay: 0.75s;
    animation-duration: 2.25s;
}
#tsparticles span:nth-child(9){
    top: 0px;
    right: 450px;
    left: initial;
    animation-delay: 2.75s;
    animation-duration: 2.75s;
}


div#container {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
canvas#fluid_cursor {
    width: 100%;
    height: 100%;
}
#hero-animation {
    background-color: #101c2c;
    position: absolute;
/*    background: url(../assets/images/smoke_texture.png), #1f1f1f;*/
    background-size: cover;
}
.developemnt_first_sec .GraphicTop .webDeveText small,
.developemnt_first_sec .GraphicTop .webDeveText span,
.developemnt_first_sec .AboutPeraText small {
    color: #f2f2f2;
}
.developemnt_first_sec .btnDiv {
    position: inherit;
/*    margin-top: 50px;*/
}
.developemnt_first_sec .btn1:hover {
    background: #132d46;
}
.developemnt_first_sec .btnDiv p,
.developemnt_first_sec .AboutPeraText p {
    color: #cccccc;
}
.bg-screen, #city_bg {
    position:absolute;
    z-index:0;
    overflow:hidden;
    top: 0px;
    bottom: 0px;
}
.LeftPortfolioInner, .PortfolioSlider, .carousel.slide, .carousel-inner, .carousel-item, .PortfolioItems {
    height: 100%;
}
#canvas {
  position:absolute;
  z-index:0;
  overflow:hidden;
}



/**/

.social_boxes ul{
  display:block;
  width:100%;
  height:inherit;
  list-style-type:none;
}
.social_boxes li:nth-child(1) {
  position:absolute;
  left:10%;
  height:60px;
  width:60px;
  background:rgb(1 195 142 / 20%);
}
.social_boxes li:nth-child(2) {
  position:absolute;
  left:20%;
  height:45px;
  width:45px;
  background:rgb(1 195 142 / 20%);
}
.social_boxes li:nth-child(3) {
  position:absolute;
  left:25%;
  height:50px;
  width:50px;
  background:rgb(1 195 142 / 20%);
}
.social_boxes li:nth-child(4) {
  position:absolute;
  left:35%;
  height:40px;
  width:40px;
  background:rgb(1 195 142 / 20%);
}

.social_boxes li:nth-child(5) {
  position:absolute;
  left:40%;
  height:70px;
  width:70px;
  background:rgb(1 195 142 / 20%);
}
.social_boxes li:nth-child(6) {
  position:absolute;
  left:60%;
  height:55px;
  width:55px;
  background:rgb(1 195 142 / 20%);
}
.social_boxes li:nth-child(7) {
  position:absolute;
  left:75%;
  height:35px;
  width:35px;
  background:rgb(1 195 142 / 20%);
}
.social_boxes li:nth-child(8) {
  position:absolute;
  left:90%;
  height:40px;
  width:40px;
  background:rgb(1 195 142 / 20%);
}





.social_boxes li{
  animation:social_icons_animate 15s linear 1s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes social_icons_animate{
  from{
    transform: translateY(+1500%) rotate(180deg)
  }
  to{
    transform: translateY(-150%) rotate(360deg)
  }
}

.digital_marketing_banner {
    background: url(../assets/images/digital_marketing_main_new_bg.png);
    background-size: cover;
}

canvas#HexagonCanvas {
    display: flex;
    width: 100%;
    height: 100vh;
    background: #1f1f1f;
    position:absolute;
    z-index:0;
    overflow:hidden;
    left: 0px;
    top: 0px;
}

.mobile_app_sec .GraphicTop .webDeveText small,
.mobile_app_sec .AboutPeraText small,
.mobile_app_sec .AboutPeraText p,
.mobile_app_sec .btnDiv p {
    color: rgb(211 211 211);
}
.mobile_app_sec .GraphicTop .webDeveText span {
    color: #3ac28e;
}

.particle-network-animation canvas {
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 100vh;
    left: 0px;
}
.particle-network-animation .GraphicLeftJs,
.particle-network-animation .GraphicRightJs {
    position: relative;
    z-index: 1;
}
div#particles-js {
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
}
.PortfolioSlider .tab-content, 
.PortfolioSlider .tab-content .tab-pane, 
.PortfolioSlider .tab-content .tab-pane .InnerHandMobile, 
.PortfolioSlider .tab-content .tab-pane .InnerHandMobile img {
    height: 100%;
}
.home_graphic_sec {
    background-image: url(../assets/images/home_four_sec_bg.png);
    background-size: cover;
    overflow: hidden;
}
.two_d_three_d_sec {
    background-image: url(../assets/images/2D-3DBackgroundImage.jpg);
    background-size: cover;
} 
.home_ios_sec {
    background-image: url(../assets/images/ios_sec_bg.jpg);
    background-size: cover;
    overflow: hidden;
}
.home_development_sec {
    background-image: url(../assets/images/WebDevelopmentBgImageNew.jpg);
    background-size: cover;
    overflow: hidden;
}
.dev_moving_laptop img {
    width: 75%;
    position: relative;
    left: -250px;
}
.home_graphic_sec .jumpvec {
    left: -150px;
}
.home_development_sec .jumpvec {
    left: 250px;
}
.home_ios_sec .jumpvec {
    left: -150px;
    top: -100px;
}
.LetsDiveMain .HeadingLeftJS small {
    font-family: 'Gilroy-Bold';
    color: #f5f5f5;
    font-size: 50px;
    letter-spacing: -3px;
    display: block;
    line-height: 55px;
    position: relative;
    margin-bottom: 20px;
/*    top: 20px;*/
/*    left: -55px;*/
}
.site_custom_footer {
    background-image: url(../assets/images/footer_dark_bg.jpg);
    background-size: cover;
    align-items: end;
    justify-content: end;
}
.TestimonialLeftSlider .slick-arrow {
    position: absolute;
    bottom: -10px;
    left: 0px;
    right: 0px;
    width: 50px;
    margin: 0px auto;
    z-index: 2;
    text-align: center;
    background-color: #01c38e;
    padding: 15px 0px;
    border-radius: 50px;
    cursor: pointer;
}
.TestimonialLeftSlider .slick-next {
    left: 60px;
}
.TestimonialLeftSlider .slick-prev {
    right: 60px;
}
.TestimonialSlider > .row {
    gap: 15px;
    align-items: center;
}
.foooter_botom_box {
    background-image: url(../assets/images/footer_square_img_dark.png);
    background-size: cover;
    padding: 70px 70px 0px;
}
.site_custom_footer .container2 .row:first-child {
    align-items: center;
}
.footer_logo_main {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.footer_logo_main img {
    width: 60px;
}
.development_sub_service {
    background-image: url(../assets/images/Webdevelopment_service_bg.jpg);
    background-size: 100% 100%;
}
.graphics_design_sub_service {
    background-image: url(../assets/images/graphic_service_cta_bg.png);
    background-size: 100% 100%;
}
.servicesMain {
    display: flex;
    align-items: center;
    justify-content: center;
}
.services_sub_service_card {
    background-image: url(../assets/images/sub_service_card_bg.png);
    backdrop-filter: blur(10px);
    background-size: 100% 100%;
    padding: 30px 30px;
    margin-top: 30px;
}
.react-sub-services .services_sub_service_card h4 {
    min-height: 59px;
}

.react-native-banner .webDeveText span {
    margin-bottom: 0px;
}

.services_sub_service_card h4 {
    color: #fff;
    font-family: 'Gilroy-Bold';
    font-size: 24px;
    margin: 15px 0px;
}
.services_sub_service_card p {
    color: #fff;
    font-family: 'Gilroy-Light';
    font-size: 15px;
    margin-bottom: 0px;
}
.video-sb-services-sec .services_sub_service_card h4 {
    min-height: 59px;
}
.services_sub_service_card .green_btn {
    display: none;
}
.instagram-marketing-sec .services_sub_service_card {
    margin-top: 20px;
}
.instagram-process-sec .process-text-box h2 {
    min-height: 72px;
}
.instagram-process-sec .process-text-box p {
    min-height: 96px;
}
.instagram-clients-sec .client-slide-box h2 {
    min-height: 65px;
}
.instagram-clients-sec .client-slide-box h3 {
    min-height: 50px;
    margin-bottom: 20px;
}
.instagram-clients-sec .client-slide-box p {
    min-height: 145px;
}
.green_btn {
    background-color: #01c38e;
    color: #fff;
    border-radius: 0px;
    font-family: 'Gilroy-Bold';
}
.green_btn:hover {
    background-color: #132d46;
    color: #fff;
}
.services_sub_service_card h4:before {
    content: url(../assets/images/green_higlighter.png);
    margin-right: 10px;
}
.portfolioLinks .owl-nav button {
    background-color: #132d46;
    border: 0px;
    padding: 20px 20px;
    outline: none;
}
.portfolioLinks .owl-nav button svg {
    width: 30px;
    height: 30px;
}
.mobileapp_sub_service {
    background-image: url(../assets/images/mobile_app_service_bg.jpg);
    background-size: 100% 100%;
}
.blockchain_sub_service {
    background-image: url(../assets/images/blockchain_service_bg.jpg);
    background-size: 100% 100%;    
}
.devops_sub_service {
    background-image: url(../assets/images/devops_service_bg.jpg);
    background-size: 100% 100%;    
}
.digital_marketing_sub_service {
    background-image: url(../assets/images/digital_marketing_service_bg.jpg);
    background-size: 100% 100%;    
}
.animation_sub_service {
    background-image: url(../assets/images/annimation_service_bg.jpg);
    background-size: 100% 100%;    
}
.devops_main_banner {
    background-image: url(../assets/images/devops_main_bg.jpg);
    background-size: 100% 100%;    
}

.facebook_marketing_sub_service .services_sub_service_card {
    margin-top: 0px;
}
.facebook_marketing_sub_service .services_sub_service_card h4 {
    min-height: auto;
}   

.content, .content * {
    transform-style: preserve-3d;
    box-sizing: border-box;
}
.content {
    width: 20vmin;
    height: 0vmin;
    transform: rotateX(-35deg) rotateY(45deg);
}

.cuboid {
    --height: 10;
    --width: 10;
    --depth: 10;
    --hue: 153;
    --sat: 50%;
    height: calc(var(--height) * 1vmin);
    width: calc(var(--width) * 1vmin);
    position: absolute;
    animation: cube1 0.6s linear 0s infinite;
    transform: translate3d(0vmin, 0vmin, -5vmin);
}

.cuboid .side {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    border-radius: 2px;
}


.cuboid .side:nth-of-type(1) {
    transform: translate3d(-50%, -50%, calc(var(--depth) * 0.5vmin));
    background: hsl(var(--hue), var(--sat), 60%);
}
.cuboid .side:nth-of-type(2) {
    transform: translate3d(-50%, -50%, calc(var(--depth) * -0.5vmin))
        rotateY(180deg);
    background: hsl(var(--hue), var(--sat), 25%);
}
.cuboid .side:nth-of-type(3) {
    width: calc(var(--depth) * 1vmin);
    transform: translate(-50%, -50%) rotateY(90deg)
        translate3d(0, 0, calc(var(--width) * 0.5vmin));
    background: hsl(var(--hue), var(--sat), 75%);
}
.cuboid .side:nth-of-type(4) {
    width: calc(var(--depth) * 1vmin);
    transform: translate(-50%, -50%) rotateY(-90deg)
        translate3d(0, 0, calc(var(--width) * 0.5vmin));
    background: hsl(var(--hue), var(--sat), 40%);
}
.cuboid .side:nth-of-type(5) {
    height: calc(var(--depth) * 1vmin);
    transform: translate(-50%, -50%) rotateX(90deg)
        translate3d(0, 0, calc(var(--height) * 0.5vmin));
    background: hsl(var(--hue), var(--sat), 75%);
}
.cuboid .side:nth-of-type(6) {
    height: calc(var(--depth) * 1vmin);
    transform: translate(-50%, -50%) rotateX(-90deg)
        translate3d(0, 0, calc(var(--height) * 0.5vmin));
    background: hsl(var(--hue), var(--sat), 20%);
}

.cuboid .side:nth-of-type(6):before {
    content: "";
    background: #00000021;
    position: absolute;
    transform: translateZ(30vmin);
    width: 10vmin;
    height: 10vmin;
    filter: blur(5px);
}


.cuboid:nth-child(2) {
    transform: translate3d(0vmin, 0vmin, 5vmin);
    animation-name: cube2;
}       

.cuboid:nth-child(3) {
    transform: translate3d(10vmin, 0vmin, 5vmin);
    animation-name: cube3;
}       

.cuboid:nth-child(4) {
    transform: translate3d(10vmin, 0vmin, -5vmin);
    animation-name: cube4;
}   



@keyframes cube1 {
    25% { transform: translate3d(0vmin, 0vmin, -10vmin)}
    75% { transform: translate3d(10vmin, 0vmin, -10vmin)}
    100% { transform: translate3d(10vmin, 0vmin, -5vmin) }
}

@keyframes cube2 {
    25% { transform: translate3d(0vmin, 0vmin, 0vmin)}
    75% { transform: translate3d(0vmin, 0vmin, 0vmin)}
    100% { transform: translate3d(0vmin, 0vmin, -5vmin) }
}

@keyframes cube3 {
    25% { transform: translate3d(10vmin, 0vmin, 10vmin)}
    75% { transform: translate3d(0vmin, 0vmin, 10vmin)}
    100% { transform: translate3d(0vmin, 0vmin, 5vmin) }
}

@keyframes cube4 {
    25% { transform: translate3d(10vmin, 0vmin, 0vmin)}
    75% { transform: translate3d(10vmin, 0vmin, 0vmin)}
    100% { transform: translate3d(10vmin, 0vmin, 5vmin) }
}





.for-service-img {
    height: 100%;
}
.for-service-img img {
    width: 100%;
    height: 100%;
}
.our-services-content .col-md-6 {
    padding: 0px 0px;
}
.our-services-content .col-md-6 > .container {
    padding: 0px 0px;
    height: 100%;
}
.our-services-content > .row {
    align-items: stretch;
    position: relative;
}
.content-tabs-box ul {
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    padding: 100px 0px 0px;
}
.our-services {
    overflow: hidden;
}
.content-tabs-box {
    background-image: url(../images/imgpsh_fullsize_anim.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.content-tabs-box {
    padding: 0px 116px 0px !important;
}
.for-service-text h2 {
    color: #fff;
    font-size: 40px;
    font-family: 'Gilroy-Bold';
    margin-bottom: 20px;
    text-transform: capitalize;
}
.for-service-text h2 span {
    color: #3DB28A;
}
.for-service-text h3 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Gilroy-Bold';
}
.for-service-text p {
    font-size: 18px;
    color: #f5f5f5;
    line-height: 28px;
}
.for-service-text .btn {
    padding: 12px 30px;
}
.portfolioLinks .nav button, .portfolioLinks .nav li label {
    background-color: transparent;
    border: 0px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0px;
    outline: none;
    font-family: 'Gilroy-Bold';
    position: relative;
    padding-left: 25px;
}
.portfolioLinks .nav button:before, .portfolioLinks .nav li label:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 4px;
    left: 0px;
    border-radius: 100%;
    max-width: 12px;
    max-height: 12px;
    box-shadow: 0px 0px 10px 1px #3DB28A;
    background-color: #3DB28A;
}
.BrandPorfolioMain .portfolioLinks ul {
    flex-direction: column;
    flex-wrap: nowrap;
}
.portfolioLinks .nav button.active {
    color: #01c38e;
}
.portfolioLinks .nav button img, .portfolioLinks .nav li img {
    width: 35px;
    margin-right: 15px;
}
.BrandPorfolioMain-two .for-service-text {
    right: auto;
    left: 0px;
}
.home_banner_center_col h2, .home_banner_center_col h2 span {
    background: #081B2E;
    background: linear-gradient(to right, #081B2E 0%, #79FFD1 41%, #79FFD1 59%, #081B2E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
    font-size: 315px;
    font-family: 'Gilroy-Black';
    text-transform: uppercase;
    line-height: 250px;
}
.home_banner_center_col h1 {
    color: #fff;
    font-size: 20px;
    font-family: 'Gilroy-Bold';
    opacity: 1;
    text-align: left;
    margin-top: 20px;
    text-transform: capitalize;
}
.banner_center_img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: roundNround 4s infinite linear;
}
@keyframes roundNround {
    0% { }
    50% { transform: rotate(10deg); }
    100% { }
}

.banner_center_img img {
/*    max-width: 570px;*/
}
.home_banner_topright_col li:after {
    content: url(../assets/images/vector_line.png);
}
.home_banner_topright_col {
    width: 255px;
    margin-left: auto;
    margin-right: 140px;
    position: relative;
    top: 50px;
    z-index: 1;
}
.home_banner_topright_col li {
    position: relative;
    margin-bottom: 20px;
}
.home_banner_topright_col li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home_banner_topright_col li a span {
    position: relative;
    top: 10px;
    font-family: 'Gilroy-Medium';
    line-height: 1.5em;
}
.home_banner_bottomright_col {
    width: 390px;
    margin-left: auto;
    margin-top: -140px;
}
.home_banner_bottomright_col p {
    color: #fff;
    font-size: 18px;
    font-family: 'Gilroy-Regular';
    line-height: 1.5em;
    position: relative;
}
.intro .container {
    max-width: 1400px;
}
.home_banner_center_col label {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 15px;
    font-family: 'Gilroy-Medium';
    cursor: text;
    background-color: rgba(61, 178, 137, 0.25);
    line-height: 1.5em;
    padding: 15px 30px;
    border-radius: 50px;
    word-spacing: 2px;
}
img.florida_flag {
    width: auto;
    height: 20px;
}
.home_banner_center_col label:after {
    content: '';
    display: block;
    border: 1px solid #3DB28A;
    position: absolute;
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px;
    border-radius: 50px;
}
.home_banner_center_col > span {
    color: #fff;
    font-size: 48px;
    font-family: 'Gilroy-Bold';
    position: relative;
    z-index: 1;
    margin-top: 20px;
    display: block;
}
.home_banner_center_col span.text_color_green {
    display: block;
    color: #3DB28A;
    margin-top: 0px;
}
.home_banner_bottomright_col .green_btn {
    padding: 15px 30px;
    font-size: 17px;
    font-family: 'Gilroy-Medium';
    color: #fff;
    z-index: 2;
}

.annimation_main_banner .AboutPeraText small {
    color: #fff;
}
.annimation_main_banner .AboutPeraText p {
    color: #c2c2c2;
}
.section_cta ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-right: 150px;
    margin-top: 30px;
}
.home_development_sec .section_cta ul {
    margin-right: 0px;
    justify-content: end;
    margin-top: 10px;
}
.home_ios_sec .WebText {
    align-items: flex-start;
}
.home_ios_sec .WebText p {
    text-align: left;
}
.moving_bird {
    left: -200px;
}
.home_case_studies_sec {
    background-image: url(../assets/images/CaseStudyHomeBg.png);
    background-size: 100% 100%;
}




#tabs > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: end;
    margin-bottom: 1rem;
    position: absolute;
    right: 0px;
    top: -60px;
}

#tabs > ul li {
    margin: 0;
    padding: 0;
    text-align: center;
}

#tabs ul li label {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    margin: 0px;
    color: #fff;
    font-size: 16px;
    font-family: 'Gilroy-Medium';
    cursor: pointer;
}

#button-1:checked ~ ul li:nth-child(1) label,
#button-2:checked ~ ul li:nth-child(2) label,
#button-3:checked ~ ul li:nth-child(3) label,
#button-4:checked ~ ul li:nth-child(4) label,
#button-5:checked ~ ul li:nth-child(5) label,
#button-6:checked ~ ul li:nth-child(6) label,
#button-7:checked ~ ul li:nth-child(7) label,
#button-8:checked ~ ul li:nth-child(8) label  {
    background-color: rgba(61, 178, 137, 0.25);
    border-radius: 50px;
    border: 1px solid #3DB28A;
}

#button-1:checked ~ #content #tab-1,
#button-2:checked ~ #content #tab-2,
#button-3:checked ~ #content #tab-3,
#button-4:checked ~ #content #tab-4,
#button-5:checked ~ #content #tab-5,
#button-6:checked ~ #content #tab-6,
#button-7:checked ~ #content #tab-7,
#button-8:checked ~ #content #tab-8 {
    display: flex;
}

#button-1:checked ~ #shadow #content {
    transform: translatex(0px);
}
#button-2:checked ~ #shadow #content {
    transform: translatex(-12.5%);
}
#button-3:checked ~ #shadow #content {
    transform: translatex(-25%);
}
#button-4:checked ~ #shadow #content {
    transform: translatex(-37.4%);
}
#button-5:checked ~ #shadow #content {
    transform: translatex(-50%);
}
#button-6:checked ~ #shadow #content {
    transform: translatex(-62.5%);
}
#button-7:checked ~ #shadow #content {
    transform: translatex(-75%);
}
#button-8:checked ~ #shadow #content {
    transform: translatex(-87.5%);
}

#shadow {
/*  box-shadow: 0px 4px 8px rgba(0, 0, 0, .15);*/
  border-radius: 12px;
  overflow: hidden;
}

#content {
  display: flex;
  width: 800%;
  box-sizing: border-box;
  transition: all .5s ease-in-out;
}

#content > div {
  display: flex;
  align-items: center;
  flex: 1;
}

#content .left {
  flex: 2;
}

#content .right {
  flex: 1;
}

#content img {
  width: 100%;
}

#content button {
  background-color: #000;
  color: #fff;
  display: inline-block;
  border: 0;
  padding: 12px 20px;
  font-size: 1.2rem;
  border-radius: 2rem;
  transition: all .25s ease-in-out;
  cursor: pointer;
}

#content button:hover {
  transform: scale(1.08);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, .15);
}

#tabs input[type="radio"] {
  display: none;
}
.section_heading h2 {
    color: #fff;
    font-family: 'Gilroy-Black';
    font-size: 80px;
    line-height: 60px;
}

.section_heading h2 span {
    display: block;
    font-size: 48px;
    font-family: 'Gilroy-Bold';
    color: #3ac28e;
}

div#tabs {
    position: relative;
    padding-top: 30px;
}
.cs_info_row {
    position: absolute;
    top: 0px;
    max-width: 760px;
    padding-left: 110px;
    padding-top: 77px;
    display: flex;
    gap: 56px;
}
.cs_card_main {
    position: relative;
    width: 100%;
}
.cs_info_left label {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    font-family: 'Gilroy-Medium';
    cursor: text;
    background-color: rgba(61, 178, 137, 0.25);
    line-height: 1.5em;
    padding: 15px 30px;
    border-radius: 50px;
}

.cs_info_left label:after {
    content: '';
    display: block;
    border: 1px solid #3DB28A;
    position: absolute;
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px;
    border-radius: 50px;
}
.cs_info_left h4 {
    color: #fff;
    font-size: 48px !important;
    font-family: 'Gilroy-Medium';
}
#content .cs_info_left p {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0px 25px;
}
.cs_info_left ul {
    column-count: 3;
}
.cs_info_left ul li a {
    color: #fff;
    font-size: 12px;
    font-family: 'Gilroy-Medium';
}
.cs_info_left ul li {
    margin-bottom: 10px;
}
.cs_info_left ul li:before {
    content: url(../assets/images/bulitShape.png);
    margin-right: 7px;
}
.cs_info_left .green_btn {
    margin-top: 30px;
}
.cs_info_left {
    max-width: 62%;
}
.counter_box {
    border: double 1px transparent;
    border-radius: 8px;
    background-image: linear-gradient(#07182ad6, #0a223a), linear-gradient(to top, #132D46, #3DB28A);
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin-bottom: 20px;
}
.counter_box span {
    background: #081B2E;
    background: linear-gradient(to right, #081B2E 0%, #79FFD1 41%, #79FFD1 59%, #081B2E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Gilroy-Black';
    font-size: 65px;
    padding: 13px 15px 0px;
    display: inline-block;
}
.counter_box p {
    color: #fff;
    font-size: 14px;
    font-family: 'Gilroy-Medium';
    line-height: 17px;
    margin: 10px 15px 15px;
}
.tec_used_sec {
    background-image: url(../assets/images/tec_sec_bg.png);
    background-size: cover;
}
.tec_sec_uper_heading {
    text-align: center;
    max-width: 1300px;
    margin: 0 auto 100px;
}
.tec_sec_uper_heading h2 {
    color: #fff;
    font-size: 65px;
    font-family: 'Gilroy-Bold';
    margin-bottom: 22px;
}
.tec_sec_uper_heading h2 span {
    color: #3ac28e;
}
.tec_sec_uper_heading p {
    color: #e3e3e2;
    font-size: 16px;
}
.tec_icons_list.tickerwrapper {
    position: relative;
    overflow: hidden;
}
.tec_icons_list ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    gap: 0px;
    position: relative;
    width: 100%;
}
ul.list.cloned {
  position: absolute;
  top: 0px;
  left: 0px;
}
.tickerwrapper li img {
    max-width: 100px;
}
.case_styudy_list a {
    display: flex;
    align-items: center;
}
.case_styudy_list a span {
    color: #01c38e;
}
.case_styudy_main_bg .is-inview {
    text-align: center;
}
.case_styudy_main_bg h2 {
    color: #fff;
    font-family: 'Gilroy-Bold';
    font-size: 64px;
    margin-bottom: 36px;
}
.case_styudy_heading {
    max-width: 1000px;
    margin: 0px auto;
}
.case_styudy_list {
    max-width: 1350px;
    margin-top: 100px;
}
.case_styudy_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.case_styudy_list ul li {
    margin-right: 30px;
    margin-bottom: 30px;
    font-family: 'Gilroy-Medium';
}
.case_styudy_list ul li a {
    font-size: 18px;
}
.case_styudy_heading p {
    color: #BFC0C0;
    font-size: 18px;
    line-height: 30px;
}
.cs_cat_1 {
    background-image: url(../assets/images/cs_sec2_bg.png);
    background-size: cover;
}
.cs_cat_2 {
    background-image: url(../assets/images/cs_sec1_bg.png);
    background-size: cover;
}
.cs_cat_3 {
    background-image: url(../assets/images/cs_sec5_bg.png);
    background-size: cover;
}
.cs_cat_4 {
    background-image: url(../assets/images/cs_sec4_bg.png);
    background-size: cover;
}



.modal_row {
    display: flex;
}
#getQuoteModal .modal-body {
    padding: 0px;
    background-color: #132d46;
}
.modal_right_col h4 {
    color: #fff;
    font-family: 'Gilroy-Bold';
    font-size: 40px;
    margin-bottom: 30px;
}
#getQuoteModal .modal-dialog {
    max-width: 1300px;
    margin: 1.75rem auto;
}
.modal_row > div {
    width: 50%;
}
.modal_right_col .qote_form {
    padding: 50px;
}
.qote_form h3 {
    color: #fff;
    font-family: 'Gilroy-Bold';
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
}
div#modal_left_image {
    width: 100%;
    height: 100%;
    background-size: cover;
}
.modal_right_col .qote_form select {
    width: 100%;
    border: 1px solid #ced4da;
    padding: 6px 9px;
    height: calc(1.5em + .75rem + 2px);
    border-radius: .25rem;
}
.modal_right_col .qote_form #quote_message {
    width: 100%;
    border: 1px solid #ced4da;
    padding: 6px 9px;
    height: 100px;
}
.chooseuscontente {
    width: 40%;
}
.choose_right_col {
    width: 50%;
}
.nav_item_hide {
    display: none !important;
}
.for-service-text .green_btn {
    display: none;
}
#getQuoteModal .close-popup {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: transparent;
    border: 0px;color: #fff;
    font-size: 40px;
    height: auto !important;
    line-height: normal !important;
}




/* For DevOps CSS */


.devops_sub_service .servicesOffer p:last-child {
    padding-bottom: 0px;
}
.devops_sub_service .services_sub_service_card {
    margin-top: 40px;
}
.devops_sub_service .services_sub_service_card h4 {
    font-size: 30px;
}
.devops_sub_service .services_sub_service_card p {
    margin-bottom: 0px;
}



/* FAQs Section CSS */


.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}
.services_faq_sec {
    background-image: url('../assets/images/faq_sec_bg-min.png');
    background-size: cover;
}
.faq_header_title small {
    color: #3DB28A;
    font-size: 20px;
    font-family: 'Gilroy-Bold';
}
.faq_header_title h4 {
    font-size: 43px;
    font-family: 'Gilroy-Bold';
    color: #3DB28A;
    margin-bottom: 20px;
}
.faq_header_title h4 span {
    color: #fff;
}
.services_faq_sec .panel-group .panel {
    border-bottom: 1px solid #3DB28A;
    padding: 20px 0px;
}
.services_faq_sec .panel-group .panel-title {
    font-family: 'Gilroy-Bold';
    font-size: 18px;
}
.services_faq_sec .panel-body p {
    color: #fff;
    font-size: 16px;
    font-family: 'Gilroy-Light';
    margin-bottom: 0px;
    margin-top: 15px;
}
.services_faq_sec .panel-title > a.collapsed {
    color: #fff;
    display: block;
}
.services_faq_sec .panel-title > a {
    color: #3DB28A;
    display: block;
}



/* Servers Icon CSS */

.tec_icons_list ul li {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    max-width: 142px;
}
.tec_icons_list ul li label {
    color: #fff;
    font-family: 'Gilroy-Medium';
    margin-top: 10px;
    text-align: center;
}
.green_gradient {
    background: -webkit-linear-gradient(45deg, rgb(1 191 140) 18%, rgb(0 92 54) 20%, rgb(0 171 127) 30%, #01c38e 40%, rgb(12 126 106) 42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.video_editing_sec {
    background-image: url(../assets/images/home_five_sec_bg.png);
    background-size: cover;
    overflow: hidden;
}
.white_text {
    color: #fff !important;
}
.video_editing_sec .moving_laptop {
    left: -200px;
    top: -60px;
}
.two_d_three_d_sec .letsdivemainText p {
    color: #132D46;
}
.banner_form {
    backdrop-filter: blur(10px);
    padding: 50px;
    background-color: #06555770;
}
.light-color {
    background-color: #065557d9;
}
.banner_form h3 {
    font-family: 'Gilroy-Bold';
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    display: block;
    letter-spacing: -5px;
    position: relative;
    text-align: left;
    margin-bottom: 30px;
}
.banner_form .form-control {
    color: #c2c2c2;
    background-color: transparent;
/*    border-color: #101c2c;*/
}
.banner_form textarea.form-control {
    height: 180px;
}
.banner_form .form-select option {
    color: #000;
}
.blockchain_main_banner .banner_form,
.devops_main_banner .banner_form {
    background-color: #112c46;
}
button#back-to-top {
    position: fixed;
    bottom: 200px;
}
.modal_right_col .form-control {
    color: #f5f5f5;
    background-color: #0a1723;
    border: 1px solid #0a1723;
    height: 50px;
}
.modal_right_col textarea.form-control {
    height: 150px;
}
.modal_right_col .form-group {
    margin-bottom: 10px;
}




/* Empowering Services Sec CSS */

.empowering-services-sec {
    background-image: url(../assets/images/footer_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.empowering-services-sec .empowering-sec-contain > .row {
    align-items: center;
}
.empowering-services-sec .empowering-text h2 {
    color: #3ac28e;
    font-family: 'Gilroy-bold';
    font-size: 48px;
    font-weight: 500;
    display: block;
    text-align: left;
    line-height: 60px;
    letter-spacing: -2px;
    position: relative;
    bottom: 0;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.empowering-services-sec .empowering-text h2 span {
    color: #132D46;
    text-transform: capitalize;
}
.empowering-services-sec .empowering-text p {
    color: #000;
}
.empowering-services-sec img {
    width: 100%;
    max-height: 700px;
    object-fit: cover;
    border-radius: 12px;
}
.empowering-services-sec .empowering-text {
    padding-right: 80px;
}
.empowering-text h3 {
    color: #3DB28A;
    font-size: 30px;
    font-family: 'Gilroy-Bold';
    margin-bottom: 10px;
}
.empowering-text ul li {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Gilroy-regular';
    list-style: disc;
    margin-left: 20px;
}
#services_more_text .modal-content {
    background-image: url(../assets/images/sub_service_card_bg.png);
    backdrop-filter: blur(10px);
    background-size: 100% 100%;
    background-color: transparent;
    padding: 30px;
}
.more_text_model h4 {
    color: #fff;
    margin: 20px 0px 10px;
}
.more_text_model p {
    color: #f5f5f5;
    margin: 0px;
}
.big_text p {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.read_more_model {
    background-color: #01c38e;
    padding: 8px 20px;
    margin-top: 10px;
}


.cro-marketing-sec .services_sub_service_card {
    margin-top: 30px;
}
.happy-clients-carousel .owl-stage {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}
.happy-clients-carousel .owl-stage .item {
    height: 100%;
}
.happy-clients-carousel .owl-stage .item .client-slide-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}

/*.ios-app-services .services_sub_service_card h4 {
    min-height: 59px;
}*/
/*.ios-app-services .services_sub_service_card p {
    min-height: 144px;
}*/

.android-sb-services .services_sub_service_card h4 {
    min-height: 59px;
}

.ppc-digital-services .services_sub_service_card {
    margin-top: 30px;
}
.ppc-digital-services .services_sub_service_card h4 {
    min-height: 59px;
}


.sg-digital-services .services_sub_service_card h4 {
    min-height: 58px;
}

.content-marketing-services .services_sub_service_card h4 {
    min-height: 59px;
}

.wordpress-sub-services .services_sub_service_card h4 {
    min-height: 59px;
}

.smo-sub-services .services_sub_service_card h4 {
    min-height: 59px !important;
}

.ecommerce-services-sec .services_sub_service_card h4 {
    min-height: 59px !important;
}


div#fullpage {
    touch-action: pan-y;
}



.casestudy-content {
    background-color: #23715fa3;
    padding: 50px 50px 50px 50px;
    border-radius: 0px;
/*    background-image: url(../assets/images/cs_sec5_bg.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.casestudy-text-col ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}
.casestudy-text-col ul li {
    font-size: 14px;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    font-family: 'Gilroy-Regular';
    text-transform: uppercase;
    color: #182c45;
}
.casestudy-text-col h2 {
    font-family: 'Gilroy-Bold';
    font-size: 54px;
    color: rgb(26 195 143);
    margin-bottom: 20px;
}
.casestudy-text-col p {
    font-size: 18px;
    color: #fff;
}
.casestudy-content .casestudy-btn {
    margin-top: 80px;
}
.casestudy-content .casestudy-btn a {
    font-family: 'Gilroy-Medium';
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    transition: all 0.5s ease;
    cursor: pointer;
}
.casestudy-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.casestudy-content .row {
    align-items: center;
}
.casestudy-content .casestudy-btn a:hover {
    color: #3ac28e;
}
.cs_cat_2 .casestudy-content {
    background-color: #050d1a80 !important;
    background-image: none !important;
}
.cs_cat_3 .casestudy-content {
    background-image: none;
    background-color: #0c38359e;
}
.cs_cat_4 .casestudy-content {
    background-color: #0b1d2dc2;
}